|
|
|
1 | 2025-01-28T16:56:21.542Z | job assigned to worker 01JJPXDSEVW6NSJHDM8SVTZAYG [factory aws, i-06962bc7da5213401] (queued for 58 s) |
|
2 | 2025-01-28T16:56:29.722Z | starting task 0: "setup" |
3 | 2025-01-28T16:56:29.732Z | ++ uname -s |
4 | 2025-01-28T16:56:29.735Z | + kern=SunOS |
5 | 2025-01-28T16:56:29.735Z | + case "$kern" in |
6 | 2025-01-28T16:56:29.735Z | + groupadd -g 12345 build |
7 | 2025-01-28T16:56:29.739Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T16:56:31.745Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T16:56:31.927Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T16:56:31.931Z | + home_fs=zfs |
11 | 2025-01-28T16:56:31.931Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T16:56:31.931Z | + mkdir -p /home/build |
13 | 2025-01-28T16:56:31.931Z | + chown build:build /home/build /work |
14 | 2025-01-28T16:56:33.931Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T16:56:33.934Z | process exited: duration 4213 ms, exit code 0 |
|
16 | 2025-01-28T16:56:33.943Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T16:56:33.946Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T16:56:33.946Z | * toolchain channel = "1.84.0" |
19 | 2025-01-28T16:56:33.946Z | * toolchain profile = "default" |
20 | 2025-01-28T16:56:33.946Z | ' 1.84.0 |
21 | 2025-01-28T16:56:33.946Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-28T16:56:33.946Z | ' default |
23 | 2025-01-28T16:56:33.948Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T16:56:33.948Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T16:56:34.038Z | info: downloading installer |
26 | 2025-01-28T16:56:35.447Z | info: profile set to 'default' |
27 | 2025-01-28T16:56:35.447Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T16:56:35.449Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T16:56:35.626Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T16:56:35.626Z | info: downloading component 'cargo' |
31 | 2025-01-28T16:56:36.650Z | info: downloading component 'clippy' |
32 | 2025-01-28T16:56:37.042Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T16:56:38.454Z | info: downloading component 'rust-std' |
34 | 2025-01-28T16:56:40.549Z | info: downloading component 'rustc' |
35 | 2025-01-28T16:56:48.574Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T16:56:48.878Z | info: installing component 'cargo' |
37 | 2025-01-28T16:56:49.691Z | info: installing component 'clippy' |
38 | 2025-01-28T16:56:50.066Z | info: installing component 'rust-docs' |
39 | 2025-01-28T16:56:51.737Z | info: installing component 'rust-std' |
40 | 2025-01-28T16:56:53.438Z | info: installing component 'rustc' |
41 | 2025-01-28T16:56:59.416Z | info: installing component 'rustfmt' |
42 | 2025-01-28T16:56:59.746Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T16:56:59.746Z | |
44 | 2025-01-28T16:57:00.136Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T16:57:00.136Z | |
46 | 2025-01-28T16:57:00.141Z | |
47 | 2025-01-28T16:57:00.141Z | Rust is installed now. Great! |
48 | 2025-01-28T16:57:00.141Z | |
49 | 2025-01-28T16:57:00.141Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T16:57:00.141Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T16:57:00.142Z | |
52 | 2025-01-28T16:57:00.142Z | To configure your current shell, you need to source |
53 | 2025-01-28T16:57:00.142Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T16:57:00.142Z | |
55 | 2025-01-28T16:57:00.142Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T16:57:00.142Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T16:57:00.142Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T16:57:00.213Z | + rustc --version |
59 | 2025-01-28T16:57:00.279Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T16:57:00.283Z | process exited: duration 26339 ms, exit code 0 |
|
61 | 2025-01-28T16:57:00.289Z | starting task 2: "authentication" |
62 | 2025-01-28T16:57:00.311Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-28T16:57:00.319Z | starting task 3: "clone repository" |
64 | 2025-01-28T16:57:00.322Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T16:57:00.325Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T16:57:00.448Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T16:57:07.954Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T16:57:07.955Z | + git fetch origin ad6017af3ddfa55b4d756724580bafe146b7c617 |
69 | 2025-01-28T16:57:08.287Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T16:57:08.287Z | * branch ad6017af3ddfa55b4d756724580bafe146b7c617 -> FETCH_HEAD |
71 | 2025-01-28T16:57:08.296Z | + [[ -n john/crucible-dataset-rendezvous ]] |
72 | 2025-01-28T16:57:08.299Z | ++ git branch --show-current |
73 | 2025-01-28T16:57:08.302Z | + current=main |
74 | 2025-01-28T16:57:08.302Z | + [[ main != john/crucible-dataset-rendezvous ]] |
75 | 2025-01-28T16:57:08.302Z | + git branch -f john/crucible-dataset-rendezvous ad6017af3ddfa55b4d756724580bafe146b7c617 |
76 | 2025-01-28T16:57:08.306Z | + git checkout -f john/crucible-dataset-rendezvous |
77 | 2025-01-28T16:57:08.481Z | Switched to branch 'john/crucible-dataset-rendezvous' |
78 | 2025-01-28T16:57:08.488Z | + git reset --hard ad6017af3ddfa55b4d756724580bafe146b7c617 |
79 | 2025-01-28T16:57:08.498Z | HEAD is now at ad6017af3 cargo fmt |
80 | 2025-01-28T16:57:08.501Z | process exited: duration 8181 ms, exit code 0 |
|
81 | 2025-01-28T16:57:08.507Z | starting task 4: "build" |
82 | 2025-01-28T16:57:08.514Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-28T16:57:08.514Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-28T16:57:08.520Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-28T16:57:08.520Z | + cargo --version |
86 | 2025-01-28T16:57:08.571Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-28T16:57:08.574Z | + rustc --version |
88 | 2025-01-28T16:57:08.634Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-28T16:57:08.641Z | + WORK=/work |
90 | 2025-01-28T16:57:08.641Z | + pfexec mkdir -p /work |
91 | 2025-01-28T16:57:08.645Z | + pfexec chown build /work |
92 | 2025-01-28T16:57:08.645Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-28T16:57:14.508Z | pkg list: illegal option -- F |
94 | 2025-01-28T16:57:14.508Z | Usage: |
95 | 2025-01-28T16:57:14.512Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-28T16:57:14.513Z | [pkg_fmri_pattern ...] |
97 | 2025-01-28T16:57:15.333Z | pkg list: illegal option -- F |
98 | 2025-01-28T16:57:15.333Z | Usage: |
99 | 2025-01-28T16:57:15.336Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-28T16:57:15.337Z | [pkg_fmri_pattern ...] |
101 | 2025-01-28T16:57:22.167Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-28T16:57:26.427Z | Startup: Caching catalogs ... Done |
103 | 2025-01-28T16:57:37.556Z | Planning: Solver setup ... Done (10.326s) |
104 | 2025-01-28T16:57:37.700Z | Planning: Running solver ... Done (0.145s) |
105 | 2025-01-28T16:57:38.050Z | Planning: Finding local manifests ... Done (0.248s) |
106 | 2025-01-28T16:57:38.087Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-28T16:57:38.870Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-28T16:57:39.341Z | Planning: Package planning ... Done (0.470s) |
109 | 2025-01-28T16:57:39.397Z | Planning: Merging actions ... Done (0.057s) |
110 | 2025-01-28T16:57:40.037Z | Planning: Checking for conflicting actions ... Done (0.640s) |
111 | 2025-01-28T16:57:45.461Z | Planning: Consolidating action changes ... Done (5.419s) |
112 | 2025-01-28T16:57:45.898Z | Planning: Evaluating mediators ... Done (0.441s) |
113 | 2025-01-28T16:57:46.049Z | Planning: Planning completed in 19.52 seconds |
114 | 2025-01-28T16:57:46.067Z | Packages to install: 4 |
115 | 2025-01-28T16:57:46.067Z | Packages to update: 3 |
116 | 2025-01-28T16:57:46.069Z | Mediators to change: 2 |
117 | 2025-01-28T16:57:46.069Z | Services to change: 1 |
118 | 2025-01-28T16:57:46.069Z | Estimated space available: 155.61 GB |
119 | 2025-01-28T16:57:46.069Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-28T16:57:46.069Z | Create boot environment: No |
121 | 2025-01-28T16:57:46.070Z | Create backup boot environment: Yes |
122 | 2025-01-28T16:57:46.070Z | Rebuild boot archive: No |
123 | 2025-01-28T16:57:46.070Z | |
124 | 2025-01-28T16:57:46.070Z | Changed mediators: |
125 | 2025-01-28T16:57:46.070Z | mediator clang: |
126 | 2025-01-28T16:57:46.070Z | version: None -> 15 (system default) |
127 | 2025-01-28T16:57:46.070Z | |
128 | 2025-01-28T16:57:46.070Z | mediator llvm: |
129 | 2025-01-28T16:57:46.070Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-28T16:57:46.070Z | |
131 | 2025-01-28T16:57:46.070Z | Changed packages: |
132 | 2025-01-28T16:57:46.070Z | helios-dev |
133 | 2025-01-28T16:57:46.070Z | developer/build-essential |
134 | 2025-01-28T16:57:46.070Z | None -> 11-2.0 |
135 | 2025-01-28T16:57:46.070Z | library/libxmlsec1 |
136 | 2025-01-28T16:57:46.070Z | None -> 1.2.35-2.0 |
137 | 2025-01-28T16:57:46.070Z | ooce/developer/clang-15 |
138 | 2025-01-28T16:57:46.070Z | None -> 15.0.7-2.0 |
139 | 2025-01-28T16:57:46.070Z | ooce/developer/llvm-15 |
140 | 2025-01-28T16:57:46.070Z | None -> 15.0.7-2.0 |
141 | 2025-01-28T16:57:46.070Z | package/pkg |
142 | 2025-01-28T16:57:46.070Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-28T16:57:46.070Z | system/library/g++-runtime |
144 | 2025-01-28T16:57:46.070Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-28T16:57:46.070Z | system/library/gcc-runtime |
146 | 2025-01-28T16:57:46.070Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-28T16:57:46.070Z | |
148 | 2025-01-28T16:57:46.070Z | Services: |
149 | 2025-01-28T16:57:46.070Z | restart_fmri: |
150 | 2025-01-28T16:57:46.070Z | svc:/system/update-man-index:default |
151 | 2025-01-28T16:57:46.070Z | |
152 | 2025-01-28T16:57:46.070Z | Editable files to change: |
153 | 2025-01-28T16:57:46.070Z | Update: |
154 | 2025-01-28T16:57:46.070Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-28T16:57:46.528Z | |
156 | 2025-01-28T16:57:46.528Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-28T16:57:51.543Z | Download: 717/4301 items 18.2/225.4MB 8% complete (3.8M/s) |
158 | 2025-01-28T16:57:57.012Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (10.2M/s) |
159 | 2025-01-28T16:58:02.012Z | Download: 1913/4301 items 117.9/225.4MB 52% complete (9.9M/s) |
160 | 2025-01-28T16:58:07.013Z | Download: 3117/4301 items 127.5/225.4MB 56% complete (4.3M/s) |
161 | 2025-01-28T16:58:13.226Z | Download: 3280/4301 items 210.5/225.4MB 93% complete (9.2M/s) |
162 | 2025-01-28T16:58:18.228Z | Download: 4297/4301 items 225.3/225.4MB 99% complete (6.9M/s) |
163 | 2025-01-28T16:58:19.812Z | Download: Completed 225.42 MB in 33.28 seconds (6.8M/s) |
164 | 2025-01-28T16:58:21.926Z | Actions: 1/5122 actions (Removing old actions) |
165 | 2025-01-28T16:58:21.951Z | Actions: 194/5122 actions (Installing new actions) |
166 | 2025-01-28T16:58:27.181Z | Actions: 4143/5122 actions (Installing new actions) |
167 | 2025-01-28T16:58:27.755Z | Actions: 4267/5122 actions (Updating modified actions) |
168 | 2025-01-28T16:58:28.400Z | Actions: Completed 5122 actions in 6.47 seconds. |
169 | 2025-01-28T16:58:28.796Z | Done (0.392s) |
170 | 2025-01-28T16:58:28.802Z | Done (0.002s) |
171 | 2025-01-28T16:58:29.390Z | Done (0.593s) |
172 | 2025-01-28T16:58:35.355Z | Done (5.722s) |
173 | 2025-01-28T16:58:35.644Z | Done (0.224s) |
174 | 2025-01-28T16:58:35.647Z | Done (0.000s) |
175 | 2025-01-28T16:58:35.799Z | Done (0.000s) |
176 | 2025-01-28T16:58:36.510Z | Planning: Evaluating mediator changes ... Done |
177 | 2025-01-28T16:58:36.653Z | Planning: Checking for conflicting actions ... Done |
178 | 2025-01-28T16:58:36.657Z | Planning: Consolidating action changes ... Done |
179 | 2025-01-28T16:58:36.921Z | Planning: Evaluating mediators ... Done |
180 | 2025-01-28T16:58:36.925Z | Planning: Planning completed in 0.43 seconds |
181 | 2025-01-28T16:58:36.959Z | Mediators to change: 2 |
182 | 2025-01-28T16:58:36.959Z | Create boot environment: No |
183 | 2025-01-28T16:58:36.963Z | Create backup boot environment: No |
184 | 2025-01-28T16:58:37.039Z | Done |
185 | 2025-01-28T16:58:37.039Z | Done |
186 | 2025-01-28T16:58:37.400Z | Done |
187 | 2025-01-28T16:58:40.954Z | Done |
188 | 2025-01-28T16:58:41.038Z | Done |
189 | 2025-01-28T16:58:41.041Z | Done |
190 | 2025-01-28T16:58:41.152Z | Done |
191 | 2025-01-28T16:58:41.756Z | Planning: Evaluating mediator changes ... Done |
192 | 2025-01-28T16:58:41.759Z | Planning: Merging actions ... Done |
193 | 2025-01-28T16:58:41.946Z | Planning: Checking for conflicting actions ... Done |
194 | 2025-01-28T16:58:41.949Z | Planning: Consolidating action changes ... Done |
195 | 2025-01-28T16:58:42.215Z | Planning: Evaluating mediators ... Done |
196 | 2025-01-28T16:58:42.271Z | Planning: Planning completed in 0.76 seconds |
197 | 2025-01-28T16:58:42.313Z | Packages to change: 1 |
198 | 2025-01-28T16:58:42.315Z | Mediators to change: 1 |
199 | 2025-01-28T16:58:42.315Z | Services to change: 1 |
200 | 2025-01-28T16:58:42.315Z | Create boot environment: No |
201 | 2025-01-28T16:58:42.315Z | Create backup boot environment: Yes |
202 | 2025-01-28T16:58:44.531Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2025-01-28T16:58:44.604Z | Actions: Completed 6 actions in 0.08 seconds. |
204 | 2025-01-28T16:58:44.609Z | Done |
205 | 2025-01-28T16:58:44.609Z | Done |
206 | 2025-01-28T16:58:44.717Z | Done |
207 | 2025-01-28T16:58:48.278Z | Done |
208 | 2025-01-28T16:58:48.371Z | Done |
209 | 2025-01-28T16:58:48.374Z | Done |
210 | 2025-01-28T16:58:48.507Z | Done |
211 | 2025-01-28T16:58:48.929Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2025-01-28T16:58:48.929Z | clang system 15 system |
213 | 2025-01-28T16:58:48.929Z | csh system system illumos |
214 | 2025-01-28T16:58:48.929Z | ctags system system illumos |
215 | 2025-01-28T16:58:48.930Z | gcc vendor 12 vendor |
216 | 2025-01-28T16:58:48.930Z | gcc system 10 system |
217 | 2025-01-28T16:58:48.930Z | gcc system 7 system |
218 | 2025-01-28T16:58:48.930Z | go system 1.20 system |
219 | 2025-01-28T16:58:48.930Z | go system 1.19 system |
220 | 2025-01-28T16:58:48.930Z | llvm system 15 system |
221 | 2025-01-28T16:58:48.930Z | llvm system 14 system |
222 | 2025-01-28T16:58:48.930Z | mariadb system 10.6 system |
223 | 2025-01-28T16:58:48.930Z | mta vendor vendor dma |
224 | 2025-01-28T16:58:48.930Z | openjdk system 17 system |
225 | 2025-01-28T16:58:48.930Z | openjdk system 11 system |
226 | 2025-01-28T16:58:48.930Z | openjdk system 1.8 system |
227 | 2025-01-28T16:58:48.930Z | openssl vendor 3 vendor |
228 | 2025-01-28T16:58:48.930Z | perl system 5.36 system |
229 | 2025-01-28T16:58:48.930Z | postgresql system 15 system |
230 | 2025-01-28T16:58:48.930Z | postgresql system 13 system |
231 | 2025-01-28T16:58:48.930Z | python vendor 3 vendor |
232 | 2025-01-28T16:58:48.930Z | python system 2 system |
233 | 2025-01-28T16:58:48.930Z | python3 system 3.11 system |
234 | 2025-01-28T16:58:48.930Z | ruby system 3.0 system |
235 | 2025-01-28T16:58:48.930Z | words vendor vendor american-english |
236 | 2025-01-28T16:58:48.930Z | words system system australian-english |
237 | 2025-01-28T16:58:48.930Z | words system system british-english |
238 | 2025-01-28T16:58:48.930Z | words system system canadian-english |
239 | 2025-01-28T16:58:48.930Z | words system system french |
240 | 2025-01-28T16:58:48.930Z | words system system italian |
241 | 2025-01-28T16:58:48.931Z | words system system ngerman |
242 | 2025-01-28T16:58:48.931Z | words system system ogerman |
243 | 2025-01-28T16:58:48.931Z | words system system spanish |
244 | 2025-01-28T16:58:49.254Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2025-01-28T16:58:49.254Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2025-01-28T16:58:52.007Z | FMRI IFO |
247 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
254 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
255 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
257 | 2025-01-28T16:58:52.007Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
258 | 2025-01-28T16:58:52.008Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2025-01-28T16:58:52.008Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
260 | 2025-01-28T16:58:52.008Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
261 | 2025-01-28T16:58:52.008Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2025-01-28T16:58:52.751Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2025-01-28T16:58:53.070Z | Updating crates.io index |
264 | 2025-01-28T16:58:53.073Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
265 | 2025-01-28T16:58:53.427Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
266 | 2025-01-28T16:58:53.994Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
267 | 2025-01-28T16:58:54.327Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
268 | 2025-01-28T16:58:54.619Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
269 | 2025-01-28T16:58:54.906Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
270 | 2025-01-28T16:58:55.929Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
271 | 2025-01-28T16:58:57.607Z | Updating git repository `https://github.com/oxidecomputer/opte` |
272 | 2025-01-28T16:58:58.330Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
273 | 2025-01-28T16:58:59.140Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
274 | 2025-01-28T16:58:59.467Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
275 | 2025-01-28T16:58:59.783Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
276 | 2025-01-28T16:59:00.474Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
277 | 2025-01-28T16:59:00.816Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
278 | 2025-01-28T16:59:01.219Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
279 | 2025-01-28T16:59:01.511Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
280 | 2025-01-28T16:59:01.756Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
281 | 2025-01-28T16:59:02.020Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
282 | 2025-01-28T16:59:02.293Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
283 | 2025-01-28T16:59:02.663Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
284 | 2025-01-28T16:59:02.946Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
285 | 2025-01-28T16:59:03.387Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2025-01-28T16:59:03.726Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2025-01-28T16:59:04.171Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2025-01-28T16:59:04.673Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2025-01-28T16:59:04.987Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
290 | 2025-01-28T16:59:05.408Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
291 | 2025-01-28T16:59:05.771Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
292 | 2025-01-28T16:59:06.514Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2025-01-28T16:59:06.786Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2025-01-28T16:59:07.063Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2025-01-28T16:59:08.236Z | Downloading crates ... |
296 | 2025-01-28T16:59:08.351Z | Downloaded scroll_derive v0.12.0 |
297 | 2025-01-28T16:59:08.353Z | Downloaded camino-tempfile v1.1.1 |
298 | 2025-01-28T16:59:08.356Z | Downloaded cargo-platform v0.1.8 |
299 | 2025-01-28T16:59:08.356Z | Downloaded bytecount v0.6.8 |
300 | 2025-01-28T16:59:08.359Z | Downloaded autocfg v1.4.0 |
301 | 2025-01-28T16:59:08.361Z | Downloaded anstyle-query v1.1.1 |
302 | 2025-01-28T16:59:08.361Z | Downloaded usdt-attr-macro v0.5.0 |
303 | 2025-01-28T16:59:08.361Z | Downloaded swrite v0.1.0 |
304 | 2025-01-28T16:59:08.364Z | Downloaded anstyle-parse v0.2.5 |
305 | 2025-01-28T16:59:08.364Z | Downloaded usdt-macro v0.5.0 |
306 | 2025-01-28T16:59:08.366Z | Downloaded byteorder v1.5.0 |
307 | 2025-01-28T16:59:08.366Z | Downloaded block-buffer v0.10.4 |
308 | 2025-01-28T16:59:08.369Z | Downloaded anstyle v1.0.10 |
309 | 2025-01-28T16:59:08.369Z | Downloaded dtrace-parser v0.2.0 |
310 | 2025-01-28T16:59:08.375Z | Downloaded version_check v0.9.5 |
311 | 2025-01-28T16:59:08.378Z | Downloaded unicode-linebreak v0.1.5 |
312 | 2025-01-28T16:59:08.380Z | Downloaded pretty-hex v0.4.1 |
313 | 2025-01-28T16:59:08.384Z | Downloaded tabled_derive v0.7.0 |
314 | 2025-01-28T16:59:08.384Z | Downloaded fnv v1.0.7 |
315 | 2025-01-28T16:59:08.384Z | Downloaded clap_lex v0.7.4 |
316 | 2025-01-28T16:59:08.387Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2025-01-28T16:59:08.387Z | Downloaded terminal_size v0.4.0 |
318 | 2025-01-28T16:59:08.390Z | Downloaded serde_spanned v0.6.8 |
319 | 2025-01-28T16:59:08.390Z | Downloaded fs-err v2.11.0 |
320 | 2025-01-28T16:59:08.392Z | Downloaded equivalent v1.0.1 |
321 | 2025-01-28T16:59:08.392Z | Downloaded digest v0.10.7 |
322 | 2025-01-28T16:59:08.395Z | Downloaded crypto-common v0.1.6 |
323 | 2025-01-28T16:59:08.395Z | Downloaded colorchoice v1.0.2 |
324 | 2025-01-28T16:59:08.398Z | Downloaded cfg-if v1.0.0 |
325 | 2025-01-28T16:59:08.401Z | Downloaded pest_generator v2.7.14 |
326 | 2025-01-28T16:59:08.406Z | Downloaded thiserror-impl v1.0.69 |
327 | 2025-01-28T16:59:08.409Z | Downloaded utf8parse v0.2.2 |
328 | 2025-01-28T16:59:08.412Z | Downloaded macaddr v1.0.1 |
329 | 2025-01-28T16:59:08.413Z | Downloaded heck v0.4.1 |
330 | 2025-01-28T16:59:08.416Z | Downloaded toml_datetime v0.6.8 |
331 | 2025-01-28T16:59:08.416Z | Downloaded cargo_metadata v0.18.1 |
332 | 2025-01-28T16:59:08.419Z | Downloaded fastrand v2.1.1 |
333 | 2025-01-28T16:59:08.419Z | Downloaded is_terminal_polyfill v1.70.1 |
334 | 2025-01-28T16:59:08.419Z | Downloaded errno v0.3.9 |
335 | 2025-01-28T16:59:08.422Z | Downloaded smawk v0.3.2 |
336 | 2025-01-28T16:59:08.422Z | Downloaded heck v0.5.0 |
337 | 2025-01-28T16:59:08.422Z | Downloaded generic-array v0.14.7 |
338 | 2025-01-28T16:59:08.425Z | Downloaded plain v0.2.3 |
339 | 2025-01-28T16:59:08.425Z | Downloaded itoa v1.0.11 |
340 | 2025-01-28T16:59:08.429Z | Downloaded scroll v0.12.0 |
341 | 2025-01-28T16:59:08.429Z | Downloaded cpufeatures v0.2.14 |
342 | 2025-01-28T16:59:08.433Z | Downloaded memmap v0.7.0 |
343 | 2025-01-28T16:59:08.433Z | Downloaded strsim v0.11.1 |
344 | 2025-01-28T16:59:08.433Z | Downloaded thread-id v4.2.2 |
345 | 2025-01-28T16:59:08.436Z | Downloaded usdt v0.5.0 |
346 | 2025-01-28T16:59:08.439Z | Downloaded pest_derive v2.7.14 |
347 | 2025-01-28T16:59:08.442Z | Downloaded serde_tokenstream v0.2.2 |
348 | 2025-01-28T16:59:08.444Z | Downloaded proc-macro-error v1.0.4 |
349 | 2025-01-28T16:59:08.447Z | Downloaded quote v1.0.38 |
350 | 2025-01-28T16:59:08.450Z | Downloaded semver v1.0.24 |
351 | 2025-01-28T16:59:08.456Z | Downloaded zerocopy-derive v0.7.35 |
352 | 2025-01-28T16:59:08.460Z | Downloaded camino v1.1.9 |
353 | 2025-01-28T16:59:08.463Z | Downloaded anyhow v1.0.95 |
354 | 2025-01-28T16:59:08.465Z | Downloaded usdt-impl v0.5.0 |
355 | 2025-01-28T16:59:08.468Z | Downloaded sha2 v0.10.8 |
356 | 2025-01-28T16:59:08.471Z | Downloaded dof v0.3.0 |
357 | 2025-01-28T16:59:08.471Z | Downloaded clap_derive v4.5.24 |
358 | 2025-01-28T16:59:08.473Z | Downloaded cargo_toml v0.20.5 |
359 | 2025-01-28T16:59:08.476Z | Downloaded thiserror v1.0.69 |
360 | 2025-01-28T16:59:08.479Z | Downloaded ucd-trie v0.1.7 |
361 | 2025-01-28T16:59:08.482Z | Downloaded pest_meta v2.7.14 |
362 | 2025-01-28T16:59:08.482Z | Downloaded bitflags v2.6.0 |
363 | 2025-01-28T16:59:08.485Z | Downloaded proc-macro2 v1.0.92 |
364 | 2025-01-28T16:59:08.488Z | Downloaded ryu v1.0.18 |
365 | 2025-01-28T16:59:08.491Z | Downloaded unicode-ident v1.0.14 |
366 | 2025-01-28T16:59:08.494Z | Downloaded tempfile v3.13.0 |
367 | 2025-01-28T16:59:08.497Z | Downloaded clap v4.5.27 |
368 | 2025-01-28T16:59:08.504Z | Downloaded typenum v1.17.0 |
369 | 2025-01-28T16:59:08.507Z | Downloaded toml v0.8.19 |
370 | 2025-01-28T16:59:08.510Z | Downloaded textwrap v0.16.1 |
371 | 2025-01-28T16:59:08.513Z | Downloaded once_cell v1.20.2 |
372 | 2025-01-28T16:59:08.515Z | Downloaded log v0.4.22 |
373 | 2025-01-28T16:59:08.518Z | Downloaded papergrid v0.11.0 |
374 | 2025-01-28T16:59:08.522Z | Downloaded anstream v0.6.15 |
375 | 2025-01-28T16:59:08.525Z | Downloaded serde_derive v1.0.217 |
376 | 2025-01-28T16:59:08.529Z | Downloaded indexmap v2.7.0 |
377 | 2025-01-28T16:59:08.534Z | Downloaded serde v1.0.217 |
378 | 2025-01-28T16:59:08.555Z | Downloaded memchr v2.7.4 |
379 | 2025-01-28T16:59:08.564Z | Downloaded toml_edit v0.22.22 |
380 | 2025-01-28T16:59:08.594Z | Downloaded pest v2.7.14 |
381 | 2025-01-28T16:59:08.603Z | Downloaded hashbrown v0.15.1 |
382 | 2025-01-28T16:59:08.608Z | Downloaded zerocopy v0.7.35 |
383 | 2025-01-28T16:59:08.622Z | Downloaded serde_json v1.0.135 |
384 | 2025-01-28T16:59:08.629Z | Downloaded winnow v0.6.20 |
385 | 2025-01-28T16:59:08.637Z | Downloaded goblin v0.8.2 |
386 | 2025-01-28T16:59:08.644Z | Downloaded clap_builder v4.5.27 |
387 | 2025-01-28T16:59:08.649Z | Downloaded tabled v0.15.0 |
388 | 2025-01-28T16:59:08.663Z | Downloaded syn v1.0.109 |
389 | 2025-01-28T16:59:08.672Z | Downloaded syn v2.0.96 |
390 | 2025-01-28T16:59:08.683Z | Downloaded unicode-width v0.1.14 |
391 | 2025-01-28T16:59:08.688Z | Downloaded rustix v0.38.37 |
392 | 2025-01-28T16:59:08.718Z | Downloaded libc v0.2.169 |
393 | 2025-01-28T16:59:09.027Z | Compiling proc-macro2 v1.0.92 |
394 | 2025-01-28T16:59:09.027Z | Compiling unicode-ident v1.0.14 |
395 | 2025-01-28T16:59:09.030Z | Compiling serde v1.0.217 |
396 | 2025-01-28T16:59:09.030Z | Compiling version_check v0.9.5 |
397 | 2025-01-28T16:59:09.030Z | Compiling thiserror v1.0.69 |
398 | 2025-01-28T16:59:09.030Z | Compiling memchr v2.7.4 |
399 | 2025-01-28T16:59:09.063Z | Compiling libc v0.2.169 |
400 | 2025-01-28T16:59:09.065Z | Compiling itoa v1.0.11 |
401 | 2025-01-28T16:59:09.285Z | Compiling ryu v1.0.18 |
402 | 2025-01-28T16:59:09.332Z | Compiling ucd-trie v0.1.7 |
403 | 2025-01-28T16:59:09.889Z | Compiling once_cell v1.20.2 |
404 | 2025-01-28T16:59:09.891Z | Compiling byteorder v1.5.0 |
405 | 2025-01-28T16:59:09.942Z | Compiling serde_json v1.0.135 |
406 | 2025-01-28T16:59:10.208Z | Compiling rustix v0.38.37 |
407 | 2025-01-28T16:59:10.296Z | Compiling bitflags v2.6.0 |
408 | 2025-01-28T16:59:10.345Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2025-01-28T16:59:10.607Z | Compiling usdt-impl v0.5.0 |
410 | 2025-01-28T16:59:10.659Z | Compiling syn v1.0.109 |
411 | 2025-01-28T16:59:10.714Z | Compiling proc-macro-error v1.0.4 |
412 | 2025-01-28T16:59:10.765Z | Compiling camino v1.1.9 |
413 | 2025-01-28T16:59:10.940Z | Compiling quote v1.0.38 |
414 | 2025-01-28T16:59:11.001Z | Compiling errno v0.3.9 |
415 | 2025-01-28T16:59:11.166Z | Compiling log v0.4.22 |
416 | 2025-01-28T16:59:11.247Z | Compiling utf8parse v0.2.2 |
417 | 2025-01-28T16:59:11.288Z | Compiling syn v2.0.96 |
418 | 2025-01-28T16:59:11.335Z | Compiling plain v0.2.3 |
419 | 2025-01-28T16:59:11.425Z | Compiling equivalent v1.0.1 |
420 | 2025-01-28T16:59:11.510Z | Compiling thread-id v4.2.2 |
421 | 2025-01-28T16:59:11.512Z | Compiling hashbrown v0.15.1 |
422 | 2025-01-28T16:59:11.558Z | Compiling anstyle-parse v0.2.5 |
423 | 2025-01-28T16:59:11.811Z | Compiling pretty-hex v0.4.1 |
424 | 2025-01-28T16:59:11.852Z | Compiling winnow v0.6.20 |
425 | 2025-01-28T16:59:12.013Z | Compiling unicode-width v0.1.14 |
426 | 2025-01-28T16:59:12.038Z | Compiling anstyle-query v1.1.1 |
427 | 2025-01-28T16:59:12.189Z | Compiling autocfg v1.4.0 |
428 | 2025-01-28T16:59:12.420Z | Compiling anstyle v1.0.10 |
429 | 2025-01-28T16:59:12.509Z | Compiling indexmap v2.7.0 |
430 | 2025-01-28T16:59:12.591Z | Compiling is_terminal_polyfill v1.70.1 |
431 | 2025-01-28T16:59:12.736Z | Compiling colorchoice v1.0.2 |
432 | 2025-01-28T16:59:12.865Z | Compiling semver v1.0.24 |
433 | 2025-01-28T16:59:12.911Z | Compiling anstream v0.6.15 |
434 | 2025-01-28T16:59:13.148Z | Compiling fs-err v2.11.0 |
435 | 2025-01-28T16:59:13.461Z | Compiling terminal_size v0.4.0 |
436 | 2025-01-28T16:59:13.663Z | Compiling cfg-if v1.0.0 |
437 | 2025-01-28T16:59:13.695Z | Compiling heck v0.4.1 |
438 | 2025-01-28T16:59:13.717Z | Compiling fnv v1.0.7 |
439 | 2025-01-28T16:59:13.741Z | Compiling bytecount v0.6.8 |
440 | 2025-01-28T16:59:13.774Z | Compiling strsim v0.11.1 |
441 | 2025-01-28T16:59:13.856Z | Compiling heck v0.5.0 |
442 | 2025-01-28T16:59:13.955Z | Compiling clap_lex v0.7.4 |
443 | 2025-01-28T16:59:14.126Z | Compiling fastrand v2.1.1 |
444 | 2025-01-28T16:59:14.357Z | Compiling anyhow v1.0.95 |
445 | 2025-01-28T16:59:14.413Z | Compiling clap_builder v4.5.27 |
446 | 2025-01-28T16:59:14.551Z | Compiling tempfile v3.13.0 |
447 | 2025-01-28T16:59:14.651Z | Compiling papergrid v0.11.0 |
448 | 2025-01-28T16:59:14.987Z | Compiling memmap v0.7.0 |
449 | 2025-01-28T16:59:15.216Z | Compiling unicode-linebreak v0.1.5 |
450 | 2025-01-28T16:59:15.306Z | Compiling smawk v0.3.2 |
451 | 2025-01-28T16:59:15.530Z | Compiling swrite v0.1.0 |
452 | 2025-01-28T16:59:15.672Z | Compiling textwrap v0.16.1 |
453 | 2025-01-28T16:59:16.398Z | Compiling tabled_derive v0.7.0 |
454 | 2025-01-28T16:59:17.948Z | Compiling tabled v0.15.0 |
455 | 2025-01-28T16:59:18.030Z | Compiling serde_derive v1.0.217 |
456 | 2025-01-28T16:59:18.030Z | Compiling thiserror-impl v1.0.69 |
457 | 2025-01-28T16:59:18.042Z | Compiling zerocopy-derive v0.7.35 |
458 | 2025-01-28T16:59:18.042Z | Compiling scroll_derive v0.12.0 |
459 | 2025-01-28T16:59:18.280Z | Compiling clap_derive v4.5.24 |
460 | 2025-01-28T16:59:19.519Z | Compiling scroll v0.12.0 |
461 | 2025-01-28T16:59:20.007Z | Compiling goblin v0.8.2 |
462 | 2025-01-28T16:59:20.085Z | Compiling zerocopy v0.7.35 |
463 | 2025-01-28T16:59:20.861Z | Compiling pest v2.7.14 |
464 | 2025-01-28T16:59:21.508Z | Compiling clap v4.5.27 |
465 | 2025-01-28T16:59:22.981Z | Compiling pest_meta v2.7.14 |
466 | 2025-01-28T16:59:23.967Z | Compiling pest_generator v2.7.14 |
467 | 2025-01-28T16:59:25.363Z | Compiling pest_derive v2.7.14 |
468 | 2025-01-28T16:59:25.950Z | Compiling dtrace-parser v0.2.0 |
469 | 2025-01-28T16:59:26.736Z | Compiling serde_tokenstream v0.2.2 |
470 | 2025-01-28T16:59:26.822Z | Compiling serde_spanned v0.6.8 |
471 | 2025-01-28T16:59:26.824Z | Compiling toml_datetime v0.6.8 |
472 | 2025-01-28T16:59:27.066Z | Compiling cargo-platform v0.1.8 |
473 | 2025-01-28T16:59:27.125Z | Compiling macaddr v1.0.1 |
474 | 2025-01-28T16:59:27.293Z | Compiling toml_edit v0.22.22 |
475 | 2025-01-28T16:59:27.457Z | Compiling camino-tempfile v1.1.1 |
476 | 2025-01-28T16:59:28.081Z | Compiling dof v0.3.0 |
477 | 2025-01-28T16:59:28.194Z | Compiling cargo_metadata v0.18.1 |
478 | 2025-01-28T16:59:29.435Z | Compiling usdt-attr-macro v0.5.0 |
479 | 2025-01-28T16:59:29.438Z | Compiling usdt-macro v0.5.0 |
480 | 2025-01-28T16:59:30.092Z | Compiling toml v0.8.19 |
481 | 2025-01-28T16:59:30.473Z | Compiling usdt v0.5.0 |
482 | 2025-01-28T16:59:30.839Z | Compiling cargo_toml v0.20.5 |
483 | 2025-01-28T16:59:33.413Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2025-01-28T16:59:36.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s |
485 | 2025-01-28T16:59:36.754Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2025-01-28T16:59:37.269Z | Downloading crates ... |
487 | 2025-01-28T16:59:37.376Z | Downloaded array-init v0.0.4 |
488 | 2025-01-28T16:59:37.384Z | Downloaded allocator-api2 v0.2.18 |
489 | 2025-01-28T16:59:37.388Z | Downloaded aead v0.5.2 |
490 | 2025-01-28T16:59:37.391Z | Downloaded ciborium-io v0.2.2 |
491 | 2025-01-28T16:59:37.393Z | Downloaded adler2 v2.0.0 |
492 | 2025-01-28T16:59:37.396Z | Downloaded atomicwrites v0.4.4 |
493 | 2025-01-28T16:59:37.396Z | Downloaded atty v0.2.14 |
494 | 2025-01-28T16:59:37.400Z | Downloaded cstr-argument v0.1.2 |
495 | 2025-01-28T16:59:37.402Z | Downloaded cfg_aliases v0.2.1 |
496 | 2025-01-28T16:59:37.406Z | Downloaded darling v0.20.10 |
497 | 2025-01-28T16:59:37.411Z | Downloaded crunchy v0.2.2 |
498 | 2025-01-28T16:59:37.413Z | Downloaded assert_matches v1.5.0 |
499 | 2025-01-28T16:59:37.416Z | Downloaded cfg_aliases v0.1.1 |
500 | 2025-01-28T16:59:37.421Z | Downloaded async-stream-impl v0.3.6 |
501 | 2025-01-28T16:59:37.428Z | Downloaded crucible-workspace-hack v0.1.0 |
502 | 2025-01-28T16:59:37.431Z | Downloaded async-stream v0.3.6 |
503 | 2025-01-28T16:59:37.434Z | Downloaded async-recursion v1.1.1 |
504 | 2025-01-28T16:59:37.438Z | Downloaded chacha20 v0.9.1 |
505 | 2025-01-28T16:59:37.441Z | Downloaded crc-catalog v2.4.0 |
506 | 2025-01-28T16:59:37.443Z | Downloaded bit-set v0.5.3 |
507 | 2025-01-28T16:59:37.443Z | Downloaded chrono-tz-build v0.4.0 |
508 | 2025-01-28T16:59:37.446Z | Downloaded block-padding v0.3.3 |
509 | 2025-01-28T16:59:37.446Z | Downloaded bb8 v0.8.5 |
510 | 2025-01-28T16:59:37.449Z | Downloaded curve25519-dalek-derive v0.1.1 |
511 | 2025-01-28T16:59:37.449Z | Downloaded cmake v0.1.51 |
512 | 2025-01-28T16:59:37.454Z | Downloaded cexpr v0.6.0 |
513 | 2025-01-28T16:59:37.454Z | Downloaded ctr v0.9.2 |
514 | 2025-01-28T16:59:37.457Z | Downloaded crc v3.2.1 |
515 | 2025-01-28T16:59:37.457Z | Downloaded buf-list v1.0.3 |
516 | 2025-01-28T16:59:37.460Z | Downloaded cobs v0.2.3 |
517 | 2025-01-28T16:59:37.462Z | Downloaded cbc v0.1.2 |
518 | 2025-01-28T16:59:37.462Z | Downloaded bitfield v0.14.0 |
519 | 2025-01-28T16:59:37.465Z | Downloaded bit-vec v0.6.3 |
520 | 2025-01-28T16:59:37.465Z | Downloaded constant_time_eq v0.3.1 |
521 | 2025-01-28T16:59:37.467Z | Downloaded atomic-waker v1.1.2 |
522 | 2025-01-28T16:59:37.468Z | Downloaded bcrypt-pbkdf v0.10.0 |
523 | 2025-01-28T16:59:37.471Z | Downloaded ascii-canvas v3.0.0 |
524 | 2025-01-28T16:59:37.471Z | Downloaded blowfish v0.9.1 |
525 | 2025-01-28T16:59:37.474Z | Downloaded base16ct v0.2.0 |
526 | 2025-01-28T16:59:37.474Z | Downloaded castaway v0.2.3 |
527 | 2025-01-28T16:59:37.476Z | Downloaded addr2line v0.24.2 |
528 | 2025-01-28T16:59:37.479Z | Downloaded http-body-util v0.1.2 |
529 | 2025-01-28T16:59:37.481Z | Downloaded http-range v0.1.5 |
530 | 2025-01-28T16:59:37.481Z | Downloaded colored v2.1.0 |
531 | 2025-01-28T16:59:37.484Z | Downloaded bitflags v1.3.2 |
532 | 2025-01-28T16:59:37.487Z | Downloaded rustc-hash v1.1.0 |
533 | 2025-01-28T16:59:37.490Z | Downloaded crossbeam-deque v0.8.5 |
534 | 2025-01-28T16:59:37.493Z | Downloaded cassowary v0.3.0 |
535 | 2025-01-28T16:59:37.493Z | Downloaded hubpack_derive v0.1.1 |
536 | 2025-01-28T16:59:37.496Z | Downloaded hostname v0.3.1 |
537 | 2025-01-28T16:59:37.496Z | Downloaded hubpack v0.1.2 |
538 | 2025-01-28T16:59:37.499Z | Downloaded backoff v0.4.0 |
539 | 2025-01-28T16:59:37.504Z | Downloaded iana-time-zone v0.1.61 |
540 | 2025-01-28T16:59:37.507Z | Downloaded ciborium v0.2.2 |
541 | 2025-01-28T16:59:37.507Z | Downloaded icu_locid_transform_data v1.5.0 |
542 | 2025-01-28T16:59:37.509Z | Downloaded humantime v2.1.0 |
543 | 2025-01-28T16:59:37.509Z | Downloaded async-bb8-diesel v0.2.1 |
544 | 2025-01-28T16:59:37.512Z | Downloaded arrayvec v0.7.6 |
545 | 2025-01-28T16:59:37.514Z | Downloaded hyper-tls v0.6.0 |
546 | 2025-01-28T16:59:37.517Z | Downloaded arrayref v0.3.9 |
547 | 2025-01-28T16:59:37.520Z | Downloaded httpdate v1.0.3 |
548 | 2025-01-28T16:59:37.520Z | Downloaded base64ct v1.6.0 |
549 | 2025-01-28T16:59:37.522Z | Downloaded bzip2 v0.4.4 |
550 | 2025-01-28T16:59:37.525Z | Downloaded sigpipe v0.1.3 |
551 | 2025-01-28T16:59:37.528Z | Downloaded icu_locid_transform v1.5.0 |
552 | 2025-01-28T16:59:37.530Z | Downloaded icu_locid v1.5.0 |
553 | 2025-01-28T16:59:37.534Z | Downloaded psl-types v2.0.11 |
554 | 2025-01-28T16:59:37.536Z | Downloaded const_format_proc_macros v0.2.34 |
555 | 2025-01-28T16:59:37.539Z | Downloaded rand_chacha v0.3.1 |
556 | 2025-01-28T16:59:37.542Z | Downloaded hyper-util v0.1.10 |
557 | 2025-01-28T16:59:37.545Z | Downloaded sync_wrapper v1.0.1 |
558 | 2025-01-28T16:59:37.547Z | Downloaded sync-ptr v0.1.1 |
559 | 2025-01-28T16:59:37.547Z | Downloaded hickory-resolver v0.24.2 |
560 | 2025-01-28T16:59:37.553Z | Downloaded rustc-hash v2.0.0 |
561 | 2025-01-28T16:59:37.555Z | Downloaded cancel-safe-futures v0.1.5 |
562 | 2025-01-28T16:59:37.558Z | Downloaded icu_provider_macros v1.5.0 |
563 | 2025-01-28T16:59:37.560Z | Downloaded crossbeam-utils v0.8.20 |
564 | 2025-01-28T16:59:37.563Z | Downloaded crossbeam-epoch v0.9.18 |
565 | 2025-01-28T16:59:37.567Z | Downloaded blake2 v0.10.6 |
566 | 2025-01-28T16:59:37.570Z | Downloaded md5 v0.7.0 |
567 | 2025-01-28T16:59:37.572Z | Downloaded crc32fast v1.4.2 |
568 | 2025-01-28T16:59:37.575Z | Downloaded zone_cfg_derive v0.1.2 |
569 | 2025-01-28T16:59:37.576Z | Downloaded salsa20 v0.10.2 |
570 | 2025-01-28T16:59:37.579Z | Downloaded match_cfg v0.1.0 |
571 | 2025-01-28T16:59:37.579Z | Downloaded new_debug_unreachable v1.0.6 |
572 | 2025-01-28T16:59:37.579Z | Downloaded http-body v1.0.1 |
573 | 2025-01-28T16:59:37.582Z | Downloaded serde_urlencoded v0.7.1 |
574 | 2025-01-28T16:59:37.582Z | Downloaded convert_case v0.4.0 |
575 | 2025-01-28T16:59:37.585Z | Downloaded slog-stdlog v4.1.1 |
576 | 2025-01-28T16:59:37.587Z | Downloaded lazy_static v1.5.0 |
577 | 2025-01-28T16:59:37.587Z | Downloaded keccak v0.1.5 |
578 | 2025-01-28T16:59:37.590Z | Downloaded lalrpop-util v0.19.12 |
579 | 2025-01-28T16:59:37.590Z | Downloaded linked-hash-map v0.5.6 |
580 | 2025-01-28T16:59:37.592Z | Downloaded libefi-sys v0.1.0 |
581 | 2025-01-28T16:59:37.595Z | Downloaded stable_deref_trait v1.2.0 |
582 | 2025-01-28T16:59:37.595Z | Downloaded termios v0.3.3 |
583 | 2025-01-28T16:59:37.598Z | Downloaded ssh-encoding v0.2.0 |
584 | 2025-01-28T16:59:37.601Z | Downloaded slog-json v2.6.1 |
585 | 2025-01-28T16:59:37.601Z | Downloaded managed v0.8.0 |
586 | 2025-01-28T16:59:37.604Z | Downloaded lazycell v1.3.0 |
587 | 2025-01-28T16:59:37.604Z | Downloaded thiserror-no-std v2.0.2 |
588 | 2025-01-28T16:59:37.608Z | Downloaded mime v0.3.17 |
589 | 2025-01-28T16:59:37.610Z | Downloaded md-5 v0.10.6 |
590 | 2025-01-28T16:59:37.614Z | Downloaded nanorand v0.7.0 |
591 | 2025-01-28T16:59:37.617Z | Downloaded memoffset v0.9.1 |
592 | 2025-01-28T16:59:37.617Z | Downloaded clang-sys v1.8.1 |
593 | 2025-01-28T16:59:37.620Z | Downloaded foreign-types v0.3.2 |
594 | 2025-01-28T16:59:37.620Z | Downloaded jobserver v0.1.32 |
595 | 2025-01-28T16:59:37.623Z | Downloaded num-iter v0.1.45 |
596 | 2025-01-28T16:59:37.628Z | Downloaded oso-derive v0.27.3 |
597 | 2025-01-28T16:59:37.628Z | Downloaded openssl-probe v0.1.5 |
598 | 2025-01-28T16:59:37.631Z | Downloaded maybe-uninit v2.0.0 |
599 | 2025-01-28T16:59:37.631Z | Downloaded internet-checksum v0.2.1 |
600 | 2025-01-28T16:59:37.631Z | Downloaded headers-core v0.3.0 |
601 | 2025-01-28T16:59:37.631Z | Downloaded tinyvec_macros v0.1.1 |
602 | 2025-01-28T16:59:37.633Z | Downloaded multimap v0.10.0 |
603 | 2025-01-28T16:59:37.634Z | Downloaded sct v0.7.1 |
604 | 2025-01-28T16:59:37.636Z | Downloaded newtype_derive v0.1.6 |
605 | 2025-01-28T16:59:37.641Z | Downloaded impl-trait-for-tuples v0.2.2 |
606 | 2025-01-28T16:59:37.643Z | Downloaded is-terminal v0.4.13 |
607 | 2025-01-28T16:59:37.643Z | Downloaded ipnetwork v0.20.0 |
608 | 2025-01-28T16:59:37.647Z | Downloaded indoc v1.0.9 |
609 | 2025-01-28T16:59:37.651Z | Downloaded indent_write v2.2.0 |
610 | 2025-01-28T16:59:37.651Z | Downloaded lock_api v0.4.12 |
611 | 2025-01-28T16:59:37.653Z | Downloaded thiserror-impl-no-std v2.0.2 |
612 | 2025-01-28T16:59:37.653Z | Downloaded progenitor-client v0.9.1 |
613 | 2025-01-28T16:59:37.658Z | Downloaded mime_guess v2.0.5 |
614 | 2025-01-28T16:59:37.660Z | Downloaded memmap2 v0.9.5 |
615 | 2025-01-28T16:59:37.660Z | Downloaded zone v0.3.0 |
616 | 2025-01-28T16:59:37.663Z | Downloaded enum-as-inner v0.6.1 |
617 | 2025-01-28T16:59:37.663Z | Downloaded ed25519 v2.2.3 |
618 | 2025-01-28T16:59:37.666Z | Downloaded defmt-parser v0.3.4 |
619 | 2025-01-28T16:59:37.666Z | Downloaded defmt-macros v0.3.9 |
620 | 2025-01-28T16:59:37.670Z | Downloaded fragile v2.0.0 |
621 | 2025-01-28T16:59:37.677Z | Downloaded russh-cryptovec v0.7.3 |
622 | 2025-01-28T16:59:37.677Z | Downloaded libloading v0.8.5 |
623 | 2025-01-28T16:59:37.683Z | Downloaded ghash v0.5.1 |
624 | 2025-01-28T16:59:37.683Z | Downloaded gethostname v0.5.0 |
625 | 2025-01-28T16:59:37.683Z | Downloaded xz2 v0.1.7 |
626 | 2025-01-28T16:59:37.683Z | Downloaded static_assertions v1.1.0 |
627 | 2025-01-28T16:59:37.687Z | Downloaded ipnet v2.10.1 |
628 | 2025-01-28T16:59:37.687Z | Downloaded compact_str v0.8.0 |
629 | 2025-01-28T16:59:37.690Z | Downloaded yasna v0.5.2 |
630 | 2025-01-28T16:59:37.694Z | Downloaded multer v3.1.0 |
631 | 2025-01-28T16:59:37.698Z | Downloaded serde_with_macros v3.11.0 |
632 | 2025-01-28T16:59:37.701Z | Downloaded const_format v0.2.34 |
633 | 2025-01-28T16:59:37.705Z | Downloaded pin-utils v0.1.0 |
634 | 2025-01-28T16:59:37.708Z | Downloaded postgres-types v0.2.8 |
635 | 2025-01-28T16:59:37.708Z | Downloaded zerofrom v0.1.4 |
636 | 2025-01-28T16:59:37.715Z | Downloaded endian-type v0.1.2 |
637 | 2025-01-28T16:59:37.715Z | Downloaded radium v0.7.0 |
638 | 2025-01-28T16:59:37.718Z | Downloaded ppv-lite86 v0.2.20 |
639 | 2025-01-28T16:59:37.718Z | Downloaded rusty-fork v0.3.0 |
640 | 2025-01-28T16:59:37.718Z | Downloaded r2d2 v0.8.10 |
641 | 2025-01-28T16:59:37.718Z | Downloaded displaydoc v0.2.5 |
642 | 2025-01-28T16:59:37.723Z | Downloaded des v0.8.1 |
643 | 2025-01-28T16:59:37.726Z | Downloaded base64 v0.21.7 |
644 | 2025-01-28T16:59:37.729Z | Downloaded newtype-uuid v1.2.1 |
645 | 2025-01-28T16:59:37.732Z | Downloaded crossbeam-channel v0.5.13 |
646 | 2025-01-28T16:59:37.735Z | Downloaded spki v0.7.3 |
647 | 2025-01-28T16:59:37.737Z | Downloaded parse-size v1.1.0 |
648 | 2025-01-28T16:59:37.740Z | Downloaded slab v0.4.9 |
649 | 2025-01-28T16:59:37.740Z | Downloaded pretty-hex v0.2.1 |
650 | 2025-01-28T16:59:37.743Z | Downloaded normalize-line-endings v0.3.0 |
651 | 2025-01-28T16:59:37.743Z | Downloaded siphasher v0.3.11 |
652 | 2025-01-28T16:59:37.746Z | Downloaded tokio-macros v2.5.0 |
653 | 2025-01-28T16:59:37.746Z | Downloaded supports-color v3.0.1 |
654 | 2025-01-28T16:59:37.750Z | Downloaded openssl-macros v0.1.1 |
655 | 2025-01-28T16:59:37.750Z | Downloaded tabwriter v1.4.0 |
656 | 2025-01-28T16:59:37.750Z | Downloaded rustls-pemfile v1.0.4 |
657 | 2025-01-28T16:59:37.753Z | Downloaded owo-colors v4.1.0 |
658 | 2025-01-28T16:59:37.755Z | Downloaded arc-swap v1.7.1 |
659 | 2025-01-28T16:59:37.761Z | Downloaded num-rational v0.4.2 |
660 | 2025-01-28T16:59:37.764Z | Downloaded zerofrom-derive v0.1.4 |
661 | 2025-01-28T16:59:37.764Z | Downloaded utf8_iter v1.0.4 |
662 | 2025-01-28T16:59:37.768Z | Downloaded utf16_iter v1.0.5 |
663 | 2025-01-28T16:59:37.769Z | Downloaded utf-8 v0.7.6 |
664 | 2025-01-28T16:59:37.771Z | Downloaded untrusted v0.9.0 |
665 | 2025-01-28T16:59:37.771Z | Downloaded pin-project-lite v0.2.14 |
666 | 2025-01-28T16:59:37.775Z | Downloaded flagset v0.4.6 |
667 | 2025-01-28T16:59:37.778Z | Downloaded crypto-bigint v0.5.5 |
668 | 2025-01-28T16:59:37.786Z | Downloaded toolchain_find v0.4.0 |
669 | 2025-01-28T16:59:37.789Z | Downloaded time-core v0.1.2 |
670 | 2025-01-28T16:59:37.789Z | Downloaded yoke-derive v0.7.4 |
671 | 2025-01-28T16:59:37.792Z | Downloaded glob v0.3.2 |
672 | 2025-01-28T16:59:37.792Z | Downloaded tungstenite v0.23.0 |
673 | 2025-01-28T16:59:37.795Z | Downloaded predicates-tree v1.0.11 |
674 | 2025-01-28T16:59:37.798Z | Downloaded pkg-config v0.3.31 |
675 | 2025-01-28T16:59:37.801Z | Downloaded proc-macro-crate v1.3.1 |
676 | 2025-01-28T16:59:37.801Z | Downloaded primeorder v0.13.6 |
677 | 2025-01-28T16:59:37.805Z | Downloaded diesel_table_macro_syntax v0.2.0 |
678 | 2025-01-28T16:59:37.805Z | Downloaded nu-ansi-term v0.50.1 |
679 | 2025-01-28T16:59:37.808Z | Downloaded predicates-core v1.0.8 |
680 | 2025-01-28T16:59:37.808Z | Downloaded tokio-tungstenite v0.24.0 |
681 | 2025-01-28T16:59:37.811Z | Downloaded twox-hash v2.1.0 |
682 | 2025-01-28T16:59:37.814Z | Downloaded nodrop v0.1.14 |
683 | 2025-01-28T16:59:37.826Z | Downloaded progenitor-client v0.8.0 |
684 | 2025-01-28T16:59:37.829Z | Downloaded number_prefix v0.4.0 |
685 | 2025-01-28T16:59:37.829Z | Downloaded foreign-types-shared v0.1.1 |
686 | 2025-01-28T16:59:37.832Z | Downloaded rustfmt-wrapper v0.2.1 |
687 | 2025-01-28T16:59:37.832Z | Downloaded ref-cast-impl v1.0.23 |
688 | 2025-01-28T16:59:37.832Z | Downloaded ref-cast v1.0.23 |
689 | 2025-01-28T16:59:37.837Z | Downloaded unicase v2.7.0 |
690 | 2025-01-28T16:59:37.840Z | Downloaded rustls-pki-types v1.10.0 |
691 | 2025-01-28T16:59:37.842Z | Downloaded sqlparser_derive v0.2.2 |
692 | 2025-01-28T16:59:37.842Z | Downloaded opaque-debug v0.3.1 |
693 | 2025-01-28T16:59:37.845Z | Downloaded data-encoding v2.6.0 |
694 | 2025-01-28T16:59:37.845Z | Downloaded der_derive v0.7.3 |
695 | 2025-01-28T16:59:37.848Z | Downloaded structmeta v0.2.0 |
696 | 2025-01-28T16:59:37.848Z | Downloaded hex-literal v0.4.1 |
697 | 2025-01-28T16:59:37.851Z | Downloaded tls_codec_derive v0.4.1 |
698 | 2025-01-28T16:59:37.854Z | Downloaded slog v2.7.0 |
699 | 2025-01-28T16:59:37.857Z | Downloaded try-lock v0.2.5 |
700 | 2025-01-28T16:59:37.857Z | Downloaded rpassword v7.3.1 |
701 | 2025-01-28T16:59:37.860Z | Downloaded globset v0.4.15 |
702 | 2025-01-28T16:59:37.860Z | Downloaded num-traits v0.2.19 |
703 | 2025-01-28T16:59:37.863Z | Downloaded strum v0.26.3 |
704 | 2025-01-28T16:59:37.866Z | Downloaded heck v0.3.3 |
705 | 2025-01-28T16:59:37.866Z | Downloaded aes v0.8.4 |
706 | 2025-01-28T16:59:37.871Z | Downloaded unicode-xid v0.2.6 |
707 | 2025-01-28T16:59:37.873Z | Downloaded filetime v0.2.25 |
708 | 2025-01-28T16:59:37.873Z | Downloaded ena v0.14.3 |
709 | 2025-01-28T16:59:37.877Z | Downloaded zone v0.1.8 |
710 | 2025-01-28T16:59:37.880Z | Downloaded password-hash v0.4.2 |
711 | 2025-01-28T16:59:37.880Z | Downloaded typify v0.3.0 |
712 | 2025-01-28T16:59:37.883Z | Downloaded debug-ignore v1.0.5 |
713 | 2025-01-28T16:59:37.886Z | Downloaded num_threads v0.1.7 |
714 | 2025-01-28T16:59:37.889Z | Downloaded foreign-types-shared v0.3.1 |
715 | 2025-01-28T16:59:37.889Z | Downloaded futures-task v0.3.31 |
716 | 2025-01-28T16:59:37.892Z | Downloaded futures-sink v0.3.31 |
717 | 2025-01-28T16:59:37.892Z | Downloaded sha1 v0.10.6 |
718 | 2025-01-28T16:59:37.895Z | Downloaded minimal-lexical v0.2.1 |
719 | 2025-01-28T16:59:37.899Z | Downloaded crossterm v0.28.1 |
720 | 2025-01-28T16:59:37.905Z | Downloaded precomputed-hash v0.1.1 |
721 | 2025-01-28T16:59:37.910Z | Downloaded progenitor-macro v0.9.1 |
722 | 2025-01-28T16:59:37.910Z | Downloaded progenitor-macro v0.8.0 |
723 | 2025-01-28T16:59:37.913Z | Downloaded aes-gcm v0.10.3 |
724 | 2025-01-28T16:59:37.916Z | Downloaded tui-tree-widget v0.22.0 |
725 | 2025-01-28T16:59:37.916Z | Downloaded p256 v0.13.2 |
726 | 2025-01-28T16:59:37.919Z | Downloaded difflib v0.4.0 |
727 | 2025-01-28T16:59:37.924Z | Downloaded deranged v0.3.11 |
728 | 2025-01-28T16:59:37.924Z | Downloaded olpc-cjson v0.1.4 |
729 | 2025-01-28T16:59:37.927Z | Downloaded vte_generate_state_changes v0.1.2 |
730 | 2025-01-28T16:59:37.927Z | Downloaded hex v0.4.3 |
731 | 2025-01-28T16:59:37.929Z | Downloaded structmeta-derive v0.3.0 |
732 | 2025-01-28T16:59:37.929Z | Downloaded structmeta v0.3.0 |
733 | 2025-01-28T16:59:37.932Z | Downloaded unarray v0.1.4 |
734 | 2025-01-28T16:59:37.932Z | Downloaded http v1.2.0 |
735 | 2025-01-28T16:59:37.937Z | Downloaded toml v0.7.8 |
736 | 2025-01-28T16:59:37.942Z | Downloaded float-ord v0.3.2 |
737 | 2025-01-28T16:59:37.944Z | Downloaded derive_builder_macro v0.20.2 |
738 | 2025-01-28T16:59:37.945Z | Downloaded universal-hash v0.5.1 |
739 | 2025-01-28T16:59:37.945Z | Downloaded qorb v0.2.1 |
740 | 2025-01-28T16:59:37.949Z | Downloaded rfc6979 v0.4.0 |
741 | 2025-01-28T16:59:37.952Z | Downloaded packed_struct_codegen v0.10.1 |
742 | 2025-01-28T16:59:37.952Z | Downloaded omicron-zone-package v0.12.0 |
743 | 2025-01-28T16:59:37.957Z | Downloaded serde-big-array v0.5.1 |
744 | 2025-01-28T16:59:37.960Z | Downloaded der v0.7.9 |
745 | 2025-01-28T16:59:37.964Z | Downloaded termtree v0.4.1 |
746 | 2025-01-28T16:59:37.967Z | Downloaded signal-hook-tokio v0.3.1 |
747 | 2025-01-28T16:59:37.967Z | Downloaded rand_seeder v0.3.0 |
748 | 2025-01-28T16:59:37.970Z | Downloaded smallvec v0.6.14 |
749 | 2025-01-28T16:59:37.972Z | Downloaded slog-dtrace v0.3.0 |
750 | 2025-01-28T16:59:37.973Z | Downloaded rtoolbox v0.0.2 |
751 | 2025-01-28T16:59:37.976Z | Downloaded resolv-conf v0.7.0 |
752 | 2025-01-28T16:59:37.978Z | Downloaded smf v0.2.3 |
753 | 2025-01-28T16:59:37.978Z | Downloaded mio v1.0.2 |
754 | 2025-01-28T16:59:37.984Z | Downloaded zeroize_derive v1.4.2 |
755 | 2025-01-28T16:59:37.987Z | Downloaded wait-timeout v0.2.0 |
756 | 2025-01-28T16:59:37.987Z | Downloaded zeroize v1.8.1 |
757 | 2025-01-28T16:59:38.105Z | Downloaded untrusted v0.7.1 |
758 | 2025-01-28T16:59:38.112Z | Downloaded phf_shared v0.10.0 |
759 | 2025-01-28T16:59:38.112Z | Downloaded futures-executor v0.3.31 |
760 | 2025-01-28T16:59:38.112Z | Downloaded hashlink v0.9.1 |
761 | 2025-01-28T16:59:38.112Z | Downloaded unicode-bidi v0.3.17 |
762 | 2025-01-28T16:59:38.112Z | Downloaded funty v2.0.0 |
763 | 2025-01-28T16:59:38.112Z | Downloaded foreign-types v0.5.0 |
764 | 2025-01-28T16:59:38.112Z | Downloaded progenitor v0.8.0 |
765 | 2025-01-28T16:59:38.112Z | Downloaded foldhash v0.1.3 |
766 | 2025-01-28T16:59:38.112Z | Downloaded float-cmp v0.9.0 |
767 | 2025-01-28T16:59:38.112Z | Downloaded want v0.3.1 |
768 | 2025-01-28T16:59:38.112Z | Downloaded peg v0.8.4 |
769 | 2025-01-28T16:59:38.112Z | Downloaded zerocopy-derive v0.8.10 |
770 | 2025-01-28T16:59:38.112Z | Downloaded serde-hex v0.1.0 |
771 | 2025-01-28T16:59:38.112Z | Downloaded tinystr v0.7.6 |
772 | 2025-01-28T16:59:38.112Z | Downloaded progenitor-impl v0.9.1 |
773 | 2025-01-28T16:59:38.112Z | Downloaded rand_xorshift v0.3.0 |
774 | 2025-01-28T16:59:38.112Z | Downloaded rand_core v0.6.4 |
775 | 2025-01-28T16:59:38.112Z | Downloaded heapless v0.7.17 |
776 | 2025-01-28T16:59:38.112Z | Downloaded hash32 v0.3.1 |
777 | 2025-01-28T16:59:38.113Z | Downloaded derive_builder v0.20.2 |
778 | 2025-01-28T16:59:38.113Z | Downloaded tokio-native-tls v0.3.1 |
779 | 2025-01-28T16:59:38.113Z | Downloaded path-slash v0.1.5 |
780 | 2025-01-28T16:59:38.113Z | Downloaded blake3 v1.5.4 |
781 | 2025-01-28T16:59:38.113Z | Downloaded phf_shared v0.11.2 |
782 | 2025-01-28T16:59:38.113Z | Downloaded pbkdf2 v0.12.2 |
783 | 2025-01-28T16:59:38.113Z | Downloaded zone_cfg_derive v0.3.0 |
784 | 2025-01-28T16:59:38.113Z | Downloaded signal-hook-registry v1.4.2 |
785 | 2025-01-28T16:59:38.113Z | Downloaded postgres-protocol v0.6.7 |
786 | 2025-01-28T16:59:38.113Z | Downloaded unicode-segmentation v1.12.0 |
787 | 2025-01-28T16:59:38.113Z | Downloaded parse-display-derive v0.10.0 |
788 | 2025-01-28T16:59:38.113Z | Downloaded serde_with v3.11.0 |
789 | 2025-01-28T16:59:38.113Z | Downloaded fxhash v0.2.1 |
790 | 2025-01-28T16:59:38.113Z | Downloaded smallvec v1.13.2 |
791 | 2025-01-28T16:59:38.113Z | Downloaded parking_lot v0.11.2 |
792 | 2025-01-28T16:59:38.113Z | Downloaded itertools v0.13.0 |
793 | 2025-01-28T16:59:38.114Z | Downloaded darling_macro v0.20.10 |
794 | 2025-01-28T16:59:38.114Z | Downloaded embedded-io v0.4.0 |
795 | 2025-01-28T16:59:38.114Z | Downloaded quick-error v1.2.3 |
796 | 2025-01-28T16:59:38.114Z | Downloaded itertools v0.12.1 |
797 | 2025-01-28T16:59:38.114Z | Downloaded quinn-udp v0.5.5 |
798 | 2025-01-28T16:59:38.114Z | Downloaded phf_generator v0.11.2 |
799 | 2025-01-28T16:59:38.114Z | Downloaded num-conv v0.1.0 |
800 | 2025-01-28T16:59:38.114Z | Downloaded either v1.13.0 |
801 | 2025-01-28T16:59:38.118Z | Downloaded termcolor v1.4.1 |
802 | 2025-01-28T16:59:38.118Z | Downloaded unicode_categories v0.1.1 |
803 | 2025-01-28T16:59:38.118Z | Downloaded fallible-iterator v0.3.0 |
804 | 2025-01-28T16:59:38.118Z | Downloaded num-derive v0.4.2 |
805 | 2025-01-28T16:59:38.118Z | Downloaded unsafe-libyaml v0.2.11 |
806 | 2025-01-28T16:59:38.123Z | Downloaded snafu v0.8.5 |
807 | 2025-01-28T16:59:38.126Z | Downloaded unicode-normalization v0.1.24 |
808 | 2025-01-28T16:59:38.131Z | Downloaded num_enum_derive v0.5.11 |
809 | 2025-01-28T16:59:38.134Z | Downloaded reqwest v0.12.9 |
810 | 2025-01-28T16:59:38.142Z | Downloaded writeable v0.5.5 |
811 | 2025-01-28T16:59:38.144Z | Downloaded strum_macros v0.25.3 |
812 | 2025-01-28T16:59:38.147Z | Downloaded schemars_derive v0.8.21 |
813 | 2025-01-28T16:59:38.147Z | Downloaded icu_properties_data v1.5.0 |
814 | 2025-01-28T16:59:38.163Z | Downloaded scopeguard v1.2.0 |
815 | 2025-01-28T16:59:38.165Z | Downloaded dunce v1.0.5 |
816 | 2025-01-28T16:59:38.165Z | Downloaded env_logger v0.10.2 |
817 | 2025-01-28T16:59:38.165Z | Downloaded thiserror v2.0.11 |
818 | 2025-01-28T16:59:38.170Z | Downloaded waitgroup v0.1.2 |
819 | 2025-01-28T16:59:38.173Z | Downloaded hkdf v0.12.4 |
820 | 2025-01-28T16:59:38.176Z | Downloaded nibble_vec v0.1.0 |
821 | 2025-01-28T16:59:38.177Z | Downloaded paste v1.0.15 |
822 | 2025-01-28T16:59:38.180Z | Downloaded headers v0.4.0 |
823 | 2025-01-28T16:59:38.185Z | Downloaded pem v3.0.4 |
824 | 2025-01-28T16:59:38.188Z | Downloaded zerovec-derive v0.10.3 |
825 | 2025-01-28T16:59:38.188Z | Downloaded time-macros v0.2.18 |
826 | 2025-01-28T16:59:38.193Z | Downloaded peg-runtime v0.8.3 |
827 | 2025-01-28T16:59:38.196Z | Downloaded aws-lc-rs v1.10.0 |
828 | 2025-01-28T16:59:38.200Z | Downloaded semver v0.1.20 |
829 | 2025-01-28T16:59:38.203Z | Downloaded secrecy v0.8.0 |
830 | 2025-01-28T16:59:38.203Z | Downloaded group v0.13.0 |
831 | 2025-01-28T16:59:38.208Z | Downloaded pbkdf2 v0.11.0 |
832 | 2025-01-28T16:59:38.208Z | Downloaded progenitor v0.9.1 |
833 | 2025-01-28T16:59:38.211Z | Downloaded wyz v0.5.1 |
834 | 2025-01-28T16:59:38.211Z | Downloaded which v4.4.2 |
835 | 2025-01-28T16:59:38.215Z | Downloaded polyval v0.6.2 |
836 | 2025-01-28T16:59:38.215Z | Downloaded term v0.7.0 |
837 | 2025-01-28T16:59:38.219Z | Downloaded sec1 v0.7.3 |
838 | 2025-01-28T16:59:38.222Z | Downloaded flume v0.11.1 |
839 | 2025-01-28T16:59:38.222Z | Downloaded serde_path_to_error v0.1.16 |
840 | 2025-01-28T16:59:38.228Z | Downloaded password-hash v0.5.0 |
841 | 2025-01-28T16:59:38.233Z | Downloaded proptest v1.5.0 |
842 | 2025-01-28T16:59:38.236Z | Downloaded tiny-keccak v2.0.2 |
843 | 2025-01-28T16:59:38.239Z | Downloaded signal-hook v0.3.17 |
844 | 2025-01-28T16:59:38.243Z | Downloaded tokio-postgres v0.7.12 |
845 | 2025-01-28T16:59:38.247Z | Downloaded nom v7.1.3 |
846 | 2025-01-28T16:59:38.255Z | Downloaded pem-rfc7468 v0.7.0 |
847 | 2025-01-28T16:59:38.258Z | Downloaded postcard v1.0.10 |
848 | 2025-01-28T16:59:38.258Z | Downloaded tracing-attributes v0.1.27 |
849 | 2025-01-28T16:59:38.261Z | Downloaded rusqlite v0.32.1 |
850 | 2025-01-28T16:59:38.270Z | Downloaded elliptic-curve v0.13.8 |
851 | 2025-01-28T16:59:38.276Z | Downloaded toml_edit v0.19.15 |
852 | 2025-01-28T16:59:38.291Z | Downloaded whoami v1.5.2 |
853 | 2025-01-28T16:59:38.294Z | Downloaded half v2.4.1 |
854 | 2025-01-28T16:59:38.294Z | Downloaded zopfli v0.8.1 |
855 | 2025-01-28T16:59:38.298Z | Downloaded hashbrown v0.12.3 |
856 | 2025-01-28T16:59:38.303Z | Downloaded flate2 v1.0.35 |
857 | 2025-01-28T16:59:38.306Z | Downloaded tar v0.4.42 |
858 | 2025-01-28T16:59:38.309Z | Downloaded darling_core v0.20.10 |
859 | 2025-01-28T16:59:38.313Z | Downloaded salty v0.3.0 |
860 | 2025-01-28T16:59:38.320Z | Downloaded zip v0.6.6 |
861 | 2025-01-28T16:59:38.329Z | Downloaded hashbrown v0.13.2 |
862 | 2025-01-28T16:59:38.333Z | Downloaded zip v2.1.3 |
863 | 2025-01-28T16:59:38.336Z | Downloaded rustls-webpki v0.102.8 |
864 | 2025-01-28T16:59:38.354Z | Downloaded expectorate v1.1.0 |
865 | 2025-01-28T16:59:38.360Z | Downloaded num-bigint v0.4.6 |
866 | 2025-01-28T16:59:38.363Z | Downloaded p521 v0.13.3 |
867 | 2025-01-28T16:59:38.367Z | Downloaded regex v1.11.1 |
868 | 2025-01-28T16:59:38.379Z | Downloaded tracing v0.1.40 |
869 | 2025-01-28T16:59:38.384Z | Downloaded lalrpop v0.19.12 |
870 | 2025-01-28T16:59:38.395Z | Downloaded hickory-proto v0.24.2 |
871 | 2025-01-28T16:59:38.418Z | Downloaded hashbrown v0.14.5 |
872 | 2025-01-28T16:59:38.423Z | Downloaded vcpkg v0.2.15 |
873 | 2025-01-28T16:59:38.463Z | Downloaded x509-cert v0.2.5 |
874 | 2025-01-28T16:59:38.468Z | Downloaded quinn v0.11.5 |
875 | 2025-01-28T16:59:38.472Z | Downloaded test-strategy v0.3.1 |
876 | 2025-01-28T16:59:38.476Z | Downloaded rand v0.8.5 |
877 | 2025-01-28T16:59:38.482Z | Downloaded tough v0.19.0 |
878 | 2025-01-28T16:59:38.494Z | Downloaded time v0.3.36 |
879 | 2025-01-28T16:59:38.503Z | Downloaded git2 v0.19.0 |
880 | 2025-01-28T16:59:38.514Z | Downloaded reedline v0.35.0 |
881 | 2025-01-28T16:59:38.521Z | Downloaded winnow v0.5.40 |
882 | 2025-01-28T16:59:38.530Z | Downloaded h2 v0.4.6 |
883 | 2025-01-28T16:59:38.537Z | Downloaded quick-xml v0.33.0 |
884 | 2025-01-28T16:59:38.545Z | Downloaded object v0.30.4 |
885 | 2025-01-28T16:59:38.553Z | Downloaded quinn-proto v0.11.8 |
886 | 2025-01-28T16:59:38.562Z | Downloaded sqlparser v0.45.0 |
887 | 2025-01-28T16:59:38.567Z | Downloaded portable-atomic v1.9.0 |
888 | 2025-01-28T16:59:38.572Z | Downloaded rayon v1.10.0 |
889 | 2025-01-28T16:59:38.581Z | Downloaded rustls v0.21.12 |
890 | 2025-01-28T16:59:38.595Z | Downloaded zerocopy v0.8.10 |
891 | 2025-01-28T16:59:38.621Z | Downloaded openssl v0.10.66 |
892 | 2025-01-28T16:59:38.629Z | Downloaded unicode-width v0.2.0 |
893 | 2025-01-28T16:59:38.635Z | Downloaded regress v0.9.1 |
894 | 2025-01-28T16:59:38.644Z | Downloaded radix_trie v0.2.1 |
895 | 2025-01-28T16:59:38.649Z | Downloaded object v0.36.5 |
896 | 2025-01-28T16:59:38.661Z | Downloaded regex-syntax v0.6.29 |
897 | 2025-01-28T16:59:38.668Z | Downloaded regress v0.10.1 |
898 | 2025-01-28T16:59:38.675Z | Downloaded rustls v0.22.4 |
899 | 2025-01-28T16:59:38.690Z | Downloaded webpki-roots v0.26.6 |
900 | 2025-01-28T16:59:38.694Z | Downloaded smoltcp v0.11.0 |
901 | 2025-01-28T16:59:38.704Z | Downloaded nix v0.28.0 |
902 | 2025-01-28T16:59:38.717Z | Downloaded openapiv3 v2.0.0 |
903 | 2025-01-28T16:59:38.728Z | Downloaded nix v0.29.0 |
904 | 2025-01-28T16:59:38.743Z | Downloaded diesel v2.2.6 |
905 | 2025-01-28T16:59:38.760Z | Downloaded nix v0.27.1 |
906 | 2025-01-28T16:59:38.770Z | Downloaded dropshot v0.15.1 |
907 | 2025-01-28T16:59:38.792Z | Downloaded typify-impl v0.2.0 |
908 | 2025-01-28T16:59:38.809Z | Downloaded rustls v0.23.19 |
909 | 2025-01-28T16:59:38.817Z | Downloaded sled v0.34.7 |
910 | 2025-01-28T16:59:38.831Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
911 | 2025-01-28T16:59:38.839Z | Downloaded typify-impl v0.3.0 |
912 | 2025-01-28T16:59:38.854Z | Downloaded zerocopy-derive v0.6.6 |
913 | 2025-01-28T16:59:38.862Z | Downloaded regex-syntax v0.8.5 |
914 | 2025-01-28T16:59:38.870Z | Downloaded bstr v1.10.0 |
915 | 2025-01-28T16:59:38.880Z | Downloaded petgraph v0.6.5 |
916 | 2025-01-28T16:59:38.896Z | Downloaded ratatui v0.28.1 |
917 | 2025-01-28T16:59:38.916Z | Downloaded smoltcp v0.9.1 |
918 | 2025-01-28T16:59:38.926Z | Downloaded dropshot v0.12.0 |
919 | 2025-01-28T16:59:38.943Z | Downloaded chrono-tz v0.10.1 |
920 | 2025-01-28T16:59:38.950Z | Downloaded regex-automata v0.4.8 |
921 | 2025-01-28T16:59:38.966Z | Downloaded polar-core v0.27.3 |
922 | 2025-01-28T16:59:38.975Z | Downloaded futures-util v0.3.31 |
923 | 2025-01-28T16:59:38.986Z | Downloaded gimli v0.31.1 |
924 | 2025-01-28T16:59:38.994Z | Downloaded petname v2.0.2 |
925 | 2025-01-28T16:59:39.000Z | Downloaded lzma-sys v0.1.20 |
926 | 2025-01-28T16:59:39.028Z | Downloaded p384 v0.13.0 |
927 | 2025-01-28T16:59:39.034Z | Downloaded curve25519-dalek v4.1.3 |
928 | 2025-01-28T16:59:39.044Z | Downloaded csv v1.3.1 |
929 | 2025-01-28T16:59:39.064Z | Downloaded chrono v0.4.39 |
930 | 2025-01-28T16:59:39.071Z | Downloaded bitvec v1.0.1 |
931 | 2025-01-28T16:59:39.086Z | Downloaded tokio v1.43.0 |
932 | 2025-01-28T16:59:39.126Z | Downloaded sha3 v0.10.8 |
933 | 2025-01-28T16:59:39.130Z | Downloaded libz-sys v1.1.20 |
934 | 2025-01-28T16:59:39.152Z | Downloaded pin-project v1.1.6 |
935 | 2025-01-28T16:59:39.163Z | Downloaded bindgen v0.69.5 |
936 | 2025-01-28T16:59:39.170Z | Downloaded scrypt v0.11.0 |
937 | 2025-01-28T16:59:39.173Z | Downloaded env_logger v0.11.5 |
938 | 2025-01-28T16:59:39.175Z | Downloaded sqlformat v0.2.6 |
939 | 2025-01-28T16:59:39.178Z | Downloaded signal-hook-mio v0.2.4 |
940 | 2025-01-28T16:59:39.178Z | Downloaded rustyline v14.0.0 |
941 | 2025-01-28T16:59:39.181Z | Downloaded parse-display v0.10.0 |
942 | 2025-01-28T16:59:39.184Z | Downloaded parking_lot_core v0.9.10 |
943 | 2025-01-28T16:59:39.186Z | Downloaded num_enum v0.5.11 |
944 | 2025-01-28T16:59:39.189Z | Downloaded poly1305 v0.8.0 |
945 | 2025-01-28T16:59:39.192Z | Downloaded tokio-util v0.7.12 |
946 | 2025-01-28T16:59:39.199Z | Downloaded tower-service v0.3.3 |
947 | 2025-01-28T16:59:39.202Z | Downloaded num-complex v0.4.6 |
948 | 2025-01-28T16:59:39.202Z | Downloaded ecdsa v0.16.9 |
949 | 2025-01-28T16:59:39.204Z | Downloaded tokio-stream v0.1.16 |
950 | 2025-01-28T16:59:39.207Z | Downloaded tokio-rustls v0.26.0 |
951 | 2025-01-28T16:59:39.210Z | Downloaded tokio-rustls v0.25.0 |
952 | 2025-01-28T16:59:39.212Z | Downloaded tokio-rustls v0.24.1 |
953 | 2025-01-28T16:59:39.215Z | Downloaded dropshot_endpoint v0.15.1 |
954 | 2025-01-28T16:59:39.218Z | Downloaded typed-path v0.9.3 |
955 | 2025-01-28T16:59:39.224Z | Downloaded derive-where v1.2.7 |
956 | 2025-01-28T16:59:39.228Z | Downloaded tinyvec v1.8.0 |
957 | 2025-01-28T16:59:39.231Z | Downloaded socket2 v0.5.7 |
958 | 2025-01-28T16:59:39.234Z | Downloaded shlex v1.3.0 |
959 | 2025-01-28T16:59:39.236Z | Downloaded shell-words v1.1.0 |
960 | 2025-01-28T16:59:39.236Z | Downloaded serde_plain v1.0.2 |
961 | 2025-01-28T16:59:39.236Z | Downloaded fallible-streaming-iterator v0.1.9 |
962 | 2025-01-28T16:59:39.239Z | Downloaded fallible-iterator v0.2.0 |
963 | 2025-01-28T16:59:39.239Z | Downloaded xattr v1.3.1 |
964 | 2025-01-28T16:59:39.244Z | Downloaded num-integer v0.1.46 |
965 | 2025-01-28T16:59:39.244Z | Downloaded rsa v0.9.6 |
966 | 2025-01-28T16:59:39.247Z | Downloaded rustc-demangle v0.1.24 |
967 | 2025-01-28T16:59:39.249Z | Downloaded futures v0.3.31 |
968 | 2025-01-28T16:59:39.253Z | Downloaded parse-zoneinfo v0.3.1 |
969 | 2025-01-28T16:59:39.257Z | Downloaded yoke v0.7.4 |
970 | 2025-01-28T16:59:39.259Z | Downloaded vte v0.11.1 |
971 | 2025-01-28T16:59:39.262Z | Downloaded derive_builder_core v0.20.2 |
972 | 2025-01-28T16:59:39.264Z | Downloaded rustls-webpki v0.101.7 |
973 | 2025-01-28T16:59:39.277Z | Downloaded idna v1.0.3 |
974 | 2025-01-28T16:59:39.282Z | Downloaded encoding_rs v0.8.34 |
975 | 2025-01-28T16:59:39.303Z | Downloaded take_mut v0.2.2 |
976 | 2025-01-28T16:59:39.306Z | Downloaded walkdir v2.5.0 |
977 | 2025-01-28T16:59:39.306Z | Downloaded termtree v0.5.1 |
978 | 2025-01-28T16:59:39.310Z | Downloaded spin v0.9.8 |
979 | 2025-01-28T16:59:39.312Z | Downloaded russh-keys v0.45.0 |
980 | 2025-01-28T16:59:39.312Z | Downloaded num-bigint-dig v0.8.4 |
981 | 2025-01-28T16:59:39.316Z | Downloaded thread_local v1.1.8 |
982 | 2025-01-28T16:59:39.319Z | Downloaded thiserror-impl v2.0.11 |
983 | 2025-01-28T16:59:39.322Z | Downloaded tap v1.0.1 |
984 | 2025-01-28T16:59:39.322Z | Downloaded scheduled-thread-pool v0.2.7 |
985 | 2025-01-28T16:59:39.322Z | Downloaded same-file v1.0.6 |
986 | 2025-01-28T16:59:39.325Z | Downloaded pkcs1 v0.7.5 |
987 | 2025-01-28T16:59:39.327Z | Downloaded peg-macros v0.8.4 |
988 | 2025-01-28T16:59:39.327Z | Downloaded tracing-core v0.1.32 |
989 | 2025-01-28T16:59:39.331Z | Downloaded steno v0.4.1 |
990 | 2025-01-28T16:59:39.334Z | Downloaded zerovec v0.10.4 |
991 | 2025-01-28T16:59:39.340Z | Downloaded serde_yaml v0.9.34+deprecated |
992 | 2025-01-28T16:59:39.345Z | Downloaded russh v0.45.0 |
993 | 2025-01-28T16:59:39.351Z | Downloaded dsl_auto_type v0.1.2 |
994 | 2025-01-28T16:59:39.353Z | Downloaded snafu-derive v0.8.5 |
995 | 2025-01-28T16:59:39.353Z | Downloaded diesel_derives v2.2.3 |
996 | 2025-01-28T16:59:39.359Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
997 | 2025-01-28T16:59:39.416Z | Downloaded itertools v0.10.5 |
998 | 2025-01-28T16:59:39.422Z | Downloaded slog-term v2.9.1 |
999 | 2025-01-28T16:59:39.425Z | Downloaded dropshot_endpoint v0.12.0 |
1000 | 2025-01-28T16:59:39.430Z | Downloaded diff v0.1.13 |
1001 | 2025-01-28T16:59:39.432Z | Downloaded write16 v1.0.0 |
1002 | 2025-01-28T16:59:39.435Z | Downloaded parking_lot_core v0.8.6 |
1003 | 2025-01-28T16:59:39.437Z | Downloaded samael v0.0.17 |
1004 | 2025-01-28T16:59:39.441Z | Downloaded ed25519-dalek v2.1.1 |
1005 | 2025-01-28T16:59:39.443Z | Downloaded url v2.5.3 |
1006 | 2025-01-28T16:59:39.447Z | Downloaded tungstenite v0.24.0 |
1007 | 2025-01-28T16:59:39.451Z | Downloaded ron v0.7.1 |
1008 | 2025-01-28T16:59:39.455Z | Downloaded progenitor-impl v0.8.0 |
1009 | 2025-01-28T16:59:39.459Z | Downloaded pkcs5 v0.7.1 |
1010 | 2025-01-28T16:59:39.462Z | Downloaded predicates v3.1.2 |
1011 | 2025-01-28T16:59:39.465Z | Downloaded pkcs8 v0.10.2 |
1012 | 2025-01-28T16:59:39.467Z | Downloaded libxml v0.3.3 |
1013 | 2025-01-28T16:59:39.473Z | Downloaded libm v0.2.8 |
1014 | 2025-01-28T16:59:39.480Z | Downloaded ssh-key v0.6.6 |
1015 | 2025-01-28T16:59:39.487Z | Downloaded packed_struct v0.10.1 |
1016 | 2025-01-28T16:59:39.490Z | Downloaded prettyplease v0.2.25 |
1017 | 2025-01-28T16:59:39.492Z | Downloaded typify-macro v0.3.0 |
1018 | 2025-01-28T16:59:39.496Z | Downloaded num v0.4.3 |
1019 | 2025-01-28T16:59:39.496Z | Downloaded zerocopy v0.6.6 |
1020 | 2025-01-28T16:59:39.499Z | Downloaded strum_macros v0.24.3 |
1021 | 2025-01-28T16:59:39.499Z | Downloaded structmeta-derive v0.2.0 |
1022 | 2025-01-28T16:59:39.501Z | Downloaded unicode-truncate v1.1.0 |
1023 | 2025-01-28T16:59:39.501Z | Downloaded hash32 v0.2.1 |
1024 | 2025-01-28T16:59:39.504Z | Downloaded foreign-types-macros v0.2.3 |
1025 | 2025-01-28T16:59:39.504Z | Downloaded diesel-dtrace v0.4.2 |
1026 | 2025-01-28T16:59:39.507Z | Downloaded slog-async v2.8.0 |
1027 | 2025-01-28T16:59:39.507Z | Downloaded similar v2.6.0 |
1028 | 2025-01-28T16:59:39.510Z | Downloaded rayon-core v1.12.1 |
1029 | 2025-01-28T16:59:39.514Z | Downloaded serde_repr v0.1.19 |
1030 | 2025-01-28T16:59:39.517Z | Downloaded parking_lot v0.12.3 |
1031 | 2025-01-28T16:59:39.521Z | Downloaded tungstenite v0.21.0 |
1032 | 2025-01-28T16:59:39.524Z | Downloaded aho-corasick v1.1.3 |
1033 | 2025-01-28T16:59:39.528Z | Downloaded futures-core v0.3.31 |
1034 | 2025-01-28T16:59:39.530Z | Downloaded topological-sort v0.2.2 |
1035 | 2025-01-28T16:59:39.530Z | Downloaded rustc_version v0.4.1 |
1036 | 2025-01-28T16:59:39.534Z | Downloaded slog-bunyan v2.5.0 |
1037 | 2025-01-28T16:59:39.534Z | Downloaded futures-macro v0.3.31 |
1038 | 2025-01-28T16:59:39.537Z | Downloaded ff v0.13.0 |
1039 | 2025-01-28T16:59:39.537Z | Downloaded embedded-io v0.6.1 |
1040 | 2025-01-28T16:59:39.537Z | Downloaded dyn-clone v1.0.17 |
1041 | 2025-01-28T16:59:39.540Z | Downloaded subprocess v0.2.9 |
1042 | 2025-01-28T16:59:39.543Z | Downloaded openssl-sys v0.9.103 |
1043 | 2025-01-28T16:59:39.546Z | Downloaded publicsuffix v2.3.0 |
1044 | 2025-01-28T16:59:39.549Z | Downloaded heapless v0.8.0 |
1045 | 2025-01-28T16:59:39.553Z | Downloaded strip-ansi-escapes v0.2.0 |
1046 | 2025-01-28T16:59:39.555Z | Downloaded ssh-cipher v0.2.0 |
1047 | 2025-01-28T16:59:39.556Z | Downloaded futures-channel v0.3.31 |
1048 | 2025-01-28T16:59:39.558Z | Downloaded vsss-rs v3.3.4 |
1049 | 2025-01-28T16:59:39.561Z | Downloaded typify v0.2.0 |
1050 | 2025-01-28T16:59:39.564Z | Downloaded futures-io v0.3.31 |
1051 | 2025-01-28T16:59:39.564Z | Downloaded signature v2.2.0 |
1052 | 2025-01-28T16:59:39.566Z | Downloaded rustc_version v0.1.7 |
1053 | 2025-01-28T16:59:39.566Z | Downloaded phf_codegen v0.11.2 |
1054 | 2025-01-28T16:59:39.566Z | Downloaded derive_more v0.99.18 |
1055 | 2025-01-28T16:59:39.570Z | Downloaded synstructure v0.13.1 |
1056 | 2025-01-28T16:59:39.573Z | Downloaded strum_macros v0.26.4 |
1057 | 2025-01-28T16:59:39.577Z | Downloaded mockall_derive v0.13.0 |
1058 | 2025-01-28T16:59:39.577Z | Downloaded phf v0.11.2 |
1059 | 2025-01-28T16:59:39.580Z | Downloaded document-features v0.2.10 |
1060 | 2025-01-28T16:59:39.580Z | Downloaded rustls-pemfile v2.2.0 |
1061 | 2025-01-28T16:59:39.584Z | Downloaded oso v0.27.3 |
1062 | 2025-01-28T16:59:39.587Z | Downloaded getrandom v0.2.15 |
1063 | 2025-01-28T16:59:39.587Z | Downloaded fixedbitset v0.4.2 |
1064 | 2025-01-28T16:59:39.590Z | Downloaded env_filter v0.1.2 |
1065 | 2025-01-28T16:59:39.590Z | Downloaded dirs-next v2.0.0 |
1066 | 2025-01-28T16:59:39.593Z | Downloaded defmt v0.3.8 |
1067 | 2025-01-28T16:59:39.597Z | Downloaded fs_extra v1.3.0 |
1068 | 2025-01-28T16:59:39.597Z | Downloaded fatfs v0.3.6 |
1069 | 2025-01-28T16:59:39.600Z | Downloaded vergen v8.3.2 |
1070 | 2025-01-28T16:59:39.603Z | Downloaded indicatif v0.17.9 |
1071 | 2025-01-28T16:59:39.608Z | Downloaded hmac v0.12.1 |
1072 | 2025-01-28T16:59:39.612Z | Downloaded uuid v1.12.0 |
1073 | 2025-01-28T16:59:39.612Z | Downloaded schemars v0.8.21 |
1074 | 2025-01-28T16:59:39.626Z | Downloaded unicode-properties v0.1.3 |
1075 | 2025-01-28T16:59:39.626Z | Downloaded subtle v2.6.1 |
1076 | 2025-01-28T16:59:39.631Z | Downloaded stringprep v0.1.5 |
1077 | 2025-01-28T16:59:39.631Z | Downloaded string_cache v0.8.7 |
1078 | 2025-01-28T16:59:39.631Z | Downloaded rustversion v1.0.17 |
1079 | 2025-01-28T16:59:39.634Z | Downloaded percent-encoding v2.3.1 |
1080 | 2025-01-28T16:59:39.634Z | Downloaded hickory-client v0.24.2 |
1081 | 2025-01-28T16:59:39.634Z | Downloaded miniz_oxide v0.8.0 |
1082 | 2025-01-28T16:59:39.637Z | Downloaded indexmap v1.9.3 |
1083 | 2025-01-28T16:59:39.639Z | Downloaded cc v1.1.30 |
1084 | 2025-01-28T16:59:39.643Z | Downloaded highway v1.2.0 |
1085 | 2025-01-28T16:59:39.645Z | Downloaded powerfmt v0.2.0 |
1086 | 2025-01-28T16:59:39.649Z | Downloaded icu_provider v1.5.0 |
1087 | 2025-01-28T16:59:39.651Z | Downloaded downcast v0.11.0 |
1088 | 2025-01-28T16:59:39.651Z | Downloaded pin-project-internal v1.1.6 |
1089 | 2025-01-28T16:59:39.654Z | Downloaded value-bag v1.9.0 |
1090 | 2025-01-28T16:59:39.657Z | Downloaded uzers v0.12.1 |
1091 | 2025-01-28T16:59:39.657Z | Downloaded ron v0.8.1 |
1092 | 2025-01-28T16:59:39.665Z | Downloaded rcgen v0.12.1 |
1093 | 2025-01-28T16:59:39.668Z | Downloaded libsw v3.3.1 |
1094 | 2025-01-28T16:59:39.668Z | Downloaded litrs v0.4.1 |
1095 | 2025-01-28T16:59:39.671Z | Downloaded mockall v0.13.0 |
1096 | 2025-01-28T16:59:39.671Z | Downloaded form_urlencoded v1.2.1 |
1097 | 2025-01-28T16:59:39.673Z | Downloaded fd-lock v4.0.2 |
1098 | 2025-01-28T16:59:39.673Z | Downloaded display-error-chain v0.2.2 |
1099 | 2025-01-28T16:59:39.676Z | Downloaded native-tls v0.2.12 |
1100 | 2025-01-28T16:59:39.676Z | Downloaded bytes v1.9.0 |
1101 | 2025-01-28T16:59:39.681Z | Downloaded backtrace v0.3.74 |
1102 | 2025-01-28T16:59:39.686Z | Downloaded typify-macro v0.2.0 |
1103 | 2025-01-28T16:59:39.689Z | Downloaded dirs-sys-next v0.1.2 |
1104 | 2025-01-28T16:59:39.689Z | Downloaded tokio-tungstenite v0.23.1 |
1105 | 2025-01-28T16:59:39.689Z | Downloaded tokio-tungstenite v0.21.0 |
1106 | 2025-01-28T16:59:39.692Z | Downloaded base64 v0.22.1 |
1107 | 2025-01-28T16:59:39.696Z | Downloaded tls_codec v0.4.1 |
1108 | 2025-01-28T16:59:39.701Z | Downloaded bumpalo v3.16.0 |
1109 | 2025-01-28T16:59:39.704Z | Downloaded litemap v0.7.3 |
1110 | 2025-01-28T16:59:39.704Z | Downloaded idna_adapter v1.2.0 |
1111 | 2025-01-28T16:59:39.704Z | Downloaded serde_derive_internals v0.29.1 |
1112 | 2025-01-28T16:59:39.704Z | Downloaded icu_collections v1.5.0 |
1113 | 2025-01-28T16:59:39.710Z | Downloaded crc-any v2.5.0 |
1114 | 2025-01-28T16:59:39.714Z | Downloaded base64 v0.13.1 |
1115 | 2025-01-28T16:59:39.717Z | Downloaded lru v0.12.5 |
1116 | 2025-01-28T16:59:39.721Z | Downloaded lockfree-object-pool v0.1.6 |
1117 | 2025-01-28T16:59:39.724Z | Downloaded hostname v0.4.0 |
1118 | 2025-01-28T16:59:39.724Z | Downloaded chacha20poly1305 v0.10.1 |
1119 | 2025-01-28T16:59:39.724Z | Downloaded maplit v1.0.2 |
1120 | 2025-01-28T16:59:39.727Z | Downloaded lru-cache v0.1.2 |
1121 | 2025-01-28T16:59:39.727Z | Downloaded linear-map v1.2.0 |
1122 | 2025-01-28T16:59:39.727Z | Downloaded cookie v0.18.1 |
1123 | 2025-01-28T16:59:39.733Z | Downloaded newline-converter v0.3.0 |
1124 | 2025-01-28T16:59:39.733Z | Downloaded is_ci v1.2.0 |
1125 | 2025-01-28T16:59:39.736Z | Downloaded ident_case v1.0.1 |
1126 | 2025-01-28T16:59:39.736Z | Downloaded kstat-rs v0.2.4 |
1127 | 2025-01-28T16:59:39.736Z | Downloaded instability v0.3.2 |
1128 | 2025-01-28T16:59:39.736Z | Downloaded slog-scope v4.4.0 |
1129 | 2025-01-28T16:59:39.736Z | Downloaded slog-envlogger v2.2.0 |
1130 | 2025-01-28T16:59:39.739Z | Downloaded simd-adler32 v0.3.7 |
1131 | 2025-01-28T16:59:39.739Z | Downloaded mirai-annotations v1.12.0 |
1132 | 2025-01-28T16:59:39.745Z | Downloaded instant v0.1.13 |
1133 | 2025-01-28T16:59:39.745Z | Downloaded inout v0.1.3 |
1134 | 2025-01-28T16:59:39.745Z | Downloaded const-oid v0.9.6 |
1135 | 2025-01-28T16:59:39.745Z | Downloaded console v0.15.10 |
1136 | 2025-01-28T16:59:39.748Z | Downloaded ahash v0.8.11 |
1137 | 2025-01-28T16:59:39.751Z | Downloaded bitfield-struct v0.6.2 |
1138 | 2025-01-28T16:59:39.753Z | Downloaded icu_normalizer_data v1.5.0 |
1139 | 2025-01-28T16:59:39.753Z | Downloaded hyper-rustls v0.27.3 |
1140 | 2025-01-28T16:59:39.758Z | Downloaded cookie_store v0.21.1 |
1141 | 2025-01-28T16:59:39.761Z | Downloaded cipher v0.4.4 |
1142 | 2025-01-28T16:59:39.761Z | Downloaded bcs v0.1.6 |
1143 | 2025-01-28T16:59:39.761Z | Downloaded argon2 v0.5.3 |
1144 | 2025-01-28T16:59:39.764Z | Downloaded icu_properties v1.5.1 |
1145 | 2025-01-28T16:59:39.767Z | Downloaded ring v0.17.8 |
1146 | 2025-01-28T16:59:39.836Z | Downloaded icu_normalizer v1.5.0 |
1147 | 2025-01-28T16:59:39.838Z | Downloaded hyper-staticfile v0.10.1 |
1148 | 2025-01-28T16:59:39.841Z | Downloaded csv-core v0.1.11 |
1149 | 2025-01-28T16:59:39.841Z | Downloaded ciborium-ll v0.2.2 |
1150 | 2025-01-28T16:59:39.844Z | Downloaded httparse v1.9.5 |
1151 | 2025-01-28T16:59:39.844Z | Downloaded hyper v1.5.2 |
1152 | 2025-01-28T16:59:39.850Z | Downloaded async-trait v0.1.85 |
1153 | 2025-01-28T16:59:39.853Z | Downloaded home v0.5.9 |
1154 | 2025-01-28T16:59:39.856Z | Downloaded hickory-server v0.24.2 |
1155 | 2025-01-28T16:59:39.915Z | Downloaded libsqlite3-sys v0.30.1 |
1156 | 2025-01-28T16:59:40.127Z | Downloaded aws-lc-sys v0.22.0 |
1157 | 2025-01-28T16:59:40.426Z | Compiling serde v1.0.217 |
1158 | 2025-01-28T16:59:40.429Z | Compiling lock_api v0.4.12 |
1159 | 2025-01-28T16:59:40.429Z | Compiling value-bag v1.9.0 |
1160 | 2025-01-28T16:59:40.429Z | Compiling scopeguard v1.2.0 |
1161 | 2025-01-28T16:59:40.429Z | Compiling typenum v1.17.0 |
1162 | 2025-01-28T16:59:40.429Z | Compiling generic-array v0.14.7 |
1163 | 2025-01-28T16:59:40.627Z | Compiling syn v2.0.96 |
1164 | 2025-01-28T16:59:40.645Z | Compiling getrandom v0.2.15 |
1165 | 2025-01-28T16:59:40.763Z | Compiling subtle v2.6.1 |
1166 | 2025-01-28T16:59:40.886Z | Compiling rand_core v0.6.4 |
1167 | 2025-01-28T16:59:41.047Z | Compiling log v0.4.22 |
1168 | 2025-01-28T16:59:41.100Z | Compiling shlex v1.3.0 |
1169 | 2025-01-28T16:59:41.126Z | Compiling jobserver v0.1.32 |
1170 | 2025-01-28T16:59:41.148Z | Compiling smallvec v1.13.2 |
1171 | 2025-01-28T16:59:41.396Z | Compiling const-oid v0.9.6 |
1172 | 2025-01-28T16:59:41.454Z | Compiling pin-project-lite v0.2.14 |
1173 | 2025-01-28T16:59:41.474Z | Compiling cc v1.1.30 |
1174 | 2025-01-28T16:59:41.534Z | Compiling rustix v0.38.37 |
1175 | 2025-01-28T16:59:41.600Z | Compiling spin v0.9.8 |
1176 | 2025-01-28T16:59:41.776Z | Compiling parking_lot_core v0.9.10 |
1177 | 2025-01-28T16:59:41.905Z | Compiling futures-core v0.3.31 |
1178 | 2025-01-28T16:59:41.947Z | Compiling signal-hook-registry v1.4.2 |
1179 | 2025-01-28T16:59:42.160Z | Compiling mio v1.0.2 |
1180 | 2025-01-28T16:59:42.323Z | Compiling aho-corasick v1.1.3 |
1181 | 2025-01-28T16:59:42.632Z | Compiling parking_lot v0.12.3 |
1182 | 2025-01-28T16:59:42.792Z | Compiling stable_deref_trait v1.2.0 |
1183 | 2025-01-28T16:59:42.812Z | Compiling regex-syntax v0.8.5 |
1184 | 2025-01-28T16:59:42.918Z | Compiling either v1.13.0 |
1185 | 2025-01-28T16:59:43.173Z | Compiling cpufeatures v0.2.14 |
1186 | 2025-01-28T16:59:43.284Z | Compiling glob v0.3.2 |
1187 | 2025-01-28T16:59:43.318Z | Compiling futures-sink v0.3.31 |
1188 | 2025-01-28T16:59:43.375Z | Compiling socket2 v0.5.7 |
1189 | 2025-01-28T16:59:43.485Z | Compiling slab v0.4.9 |
1190 | 2025-01-28T16:59:43.580Z | Compiling prettyplease v0.2.25 |
1191 | 2025-01-28T16:59:43.910Z | Compiling lazy_static v1.5.0 |
1192 | 2025-01-28T16:59:44.009Z | Compiling serde_json v1.0.135 |
1193 | 2025-01-28T16:59:44.054Z | Compiling minimal-lexical v0.2.1 |
1194 | 2025-01-28T16:59:44.312Z | Compiling clang-sys v1.8.1 |
1195 | 2025-01-28T16:59:44.380Z | Compiling libloading v0.8.5 |
1196 | 2025-01-28T16:59:44.568Z | Compiling nom v7.1.3 |
1197 | 2025-01-28T16:59:44.623Z | Compiling bindgen v0.69.5 |
1198 | 2025-01-28T16:59:44.794Z | Compiling home v0.5.9 |
1199 | 2025-01-28T16:59:45.074Z | Compiling futures-channel v0.3.31 |
1200 | 2025-01-28T16:59:45.286Z | Compiling itertools v0.12.1 |
1201 | 2025-01-28T16:59:45.465Z | Compiling futures-task v0.3.31 |
1202 | 2025-01-28T16:59:45.468Z | Compiling allocator-api2 v0.2.18 |
1203 | 2025-01-28T16:59:45.759Z | Compiling rustc-hash v1.1.0 |
1204 | 2025-01-28T16:59:45.923Z | Compiling foldhash v0.1.3 |
1205 | 2025-01-28T16:59:46.206Z | Compiling lazycell v1.3.0 |
1206 | 2025-01-28T16:59:46.241Z | Compiling futures-io v0.3.31 |
1207 | 2025-01-28T16:59:46.393Z | Compiling libm v0.2.8 |
1208 | 2025-01-28T16:59:46.527Z | Compiling pin-utils v0.1.0 |
1209 | 2025-01-28T16:59:46.638Z | Compiling regex-automata v0.4.8 |
1210 | 2025-01-28T16:59:46.747Z | Compiling hashbrown v0.15.1 |
1211 | 2025-01-28T16:59:47.195Z | Compiling cmake v0.1.51 |
1212 | 2025-01-28T16:59:47.939Z | Compiling synstructure v0.13.1 |
1213 | 2025-01-28T16:59:48.048Z | Compiling cexpr v0.6.0 |
1214 | 2025-01-28T16:59:48.133Z | Compiling num-traits v0.2.19 |
1215 | 2025-01-28T16:59:48.428Z | Compiling dunce v1.0.5 |
1216 | 2025-01-28T16:59:48.580Z | Compiling fs_extra v1.3.0 |
1217 | 2025-01-28T16:59:49.122Z | Compiling pkg-config v0.3.31 |
1218 | 2025-01-28T16:59:49.452Z | Compiling writeable v0.5.5 |
1219 | 2025-01-28T16:59:49.676Z | Compiling litemap v0.7.3 |
1220 | 2025-01-28T16:59:49.992Z | Compiling ring v0.17.8 |
1221 | 2025-01-28T16:59:50.062Z | Compiling paste v1.0.15 |
1222 | 2025-01-28T16:59:50.550Z | Compiling base64ct v1.6.0 |
1223 | 2025-01-28T16:59:50.738Z | Compiling flagset v0.4.6 |
1224 | 2025-01-28T16:59:50.785Z | Compiling aws-lc-rs v1.10.0 |
1225 | 2025-01-28T16:59:50.947Z | Compiling icu_locid_transform_data v1.5.0 |
1226 | 2025-01-28T16:59:51.064Z | Compiling pem-rfc7468 v0.7.0 |
1227 | 2025-01-28T16:59:51.120Z | Compiling httparse v1.9.5 |
1228 | 2025-01-28T16:59:51.717Z | Compiling tracing-core v0.1.32 |
1229 | 2025-01-28T16:59:51.875Z | Compiling regex v1.11.1 |
1230 | 2025-01-28T16:59:52.080Z | Compiling rustls-pki-types v1.10.0 |
1231 | 2025-01-28T16:59:52.212Z | Compiling icu_properties_data v1.5.0 |
1232 | 2025-01-28T16:59:52.466Z | Compiling percent-encoding v2.3.1 |
1233 | 2025-01-28T16:59:52.768Z | Compiling crossbeam-utils v0.8.20 |
1234 | 2025-01-28T16:59:52.822Z | Compiling icu_normalizer_data v1.5.0 |
1235 | 2025-01-28T16:59:52.938Z | Compiling utf8_iter v1.0.4 |
1236 | 2025-01-28T16:59:52.993Z | Compiling powerfmt v0.2.0 |
1237 | 2025-01-28T16:59:53.175Z | Compiling vcpkg v0.2.15 |
1238 | 2025-01-28T16:59:53.280Z | Compiling serde_derive v1.0.217 |
1239 | 2025-01-28T16:59:53.301Z | Compiling zeroize_derive v1.4.2 |
1240 | 2025-01-28T16:59:53.375Z | Compiling zerocopy-derive v0.7.35 |
1241 | 2025-01-28T16:59:53.419Z | Compiling tokio-macros v2.5.0 |
1242 | 2025-01-28T16:59:54.735Z | Compiling zeroize v1.8.1 |
1243 | 2025-01-28T16:59:54.870Z | Compiling zerofrom-derive v0.1.4 |
1244 | 2025-01-28T16:59:54.966Z | Compiling yoke-derive v0.7.4 |
1245 | 2025-01-28T16:59:55.370Z | Compiling zerocopy v0.7.35 |
1246 | 2025-01-28T16:59:55.451Z | Compiling thiserror-impl v1.0.69 |
1247 | 2025-01-28T16:59:56.300Z | Compiling crypto-common v0.1.6 |
1248 | 2025-01-28T16:59:56.538Z | Compiling block-buffer v0.10.4 |
1249 | 2025-01-28T16:59:56.574Z | Compiling zerovec-derive v0.10.3 |
1250 | 2025-01-28T16:59:56.811Z | Compiling digest v0.10.7 |
1251 | 2025-01-28T16:59:57.231Z | Compiling hmac v0.12.1 |
1252 | 2025-01-28T16:59:57.264Z | Compiling futures-macro v0.3.31 |
1253 | 2025-01-28T16:59:57.449Z | Compiling displaydoc v0.2.5 |
1254 | 2025-01-28T16:59:57.486Z | Compiling block-padding v0.3.3 |
1255 | 2025-01-28T16:59:57.556Z | Compiling sha2 v0.10.8 |
1256 | 2025-01-28T16:59:57.730Z | Compiling inout v0.1.3 |
1257 | 2025-01-28T16:59:57.979Z | Compiling cipher v0.4.4 |
1258 | 2025-01-28T16:59:58.261Z | Compiling thiserror v1.0.69 |
1259 | 2025-01-28T16:59:58.329Z | Compiling zerofrom v0.1.4 |
1260 | 2025-01-28T16:59:58.411Z | Compiling icu_provider_macros v1.5.0 |
1261 | 2025-01-28T16:59:58.515Z | Compiling ppv-lite86 v0.2.20 |
1262 | 2025-01-28T16:59:58.622Z | Compiling yoke v0.7.4 |
1263 | 2025-01-28T16:59:58.988Z | Compiling der_derive v0.7.3 |
1264 | 2025-01-28T16:59:58.988Z | Compiling tracing-attributes v0.1.27 |
1265 | 2025-01-28T16:59:59.079Z | Compiling futures-util v0.3.31 |
1266 | 2025-01-28T16:59:59.099Z | Compiling zerovec v0.10.4 |
1267 | 2025-01-28T16:59:59.231Z | Compiling rand_chacha v0.3.1 |
1268 | 2025-01-28T16:59:59.486Z | Compiling salsa20 v0.10.2 |
1269 | 2025-01-28T16:59:59.728Z | Compiling rand v0.8.5 |
1270 | 2025-01-28T17:00:01.109Z | Compiling tinystr v0.7.6 |
1271 | 2025-01-28T17:00:01.109Z | Compiling icu_collections v1.5.0 |
1272 | 2025-01-28T17:00:01.308Z | Compiling der v0.7.9 |
1273 | 2025-01-28T17:00:01.521Z | Compiling icu_locid v1.5.0 |
1274 | 2025-01-28T17:00:01.521Z | Compiling pest v2.7.14 |
1275 | 2025-01-28T17:00:01.673Z | Compiling pbkdf2 v0.12.2 |
1276 | 2025-01-28T17:00:01.859Z | Compiling write16 v1.0.0 |
1277 | 2025-01-28T17:00:02.012Z | Compiling mirai-annotations v1.12.0 |
1278 | 2025-01-28T17:00:02.225Z | Compiling untrusted v0.9.0 |
1279 | 2025-01-28T17:00:02.245Z | Compiling tracing v0.1.40 |
1280 | 2025-01-28T17:00:02.407Z | Compiling time-core v0.1.2 |
1281 | 2025-01-28T17:00:02.438Z | Compiling num-conv v0.1.0 |
1282 | 2025-01-28T17:00:02.601Z | Compiling utf16_iter v1.0.5 |
1283 | 2025-01-28T17:00:02.710Z | Compiling icu_provider v1.5.0 |
1284 | 2025-01-28T17:00:02.730Z | Compiling untrusted v0.7.1 |
1285 | 2025-01-28T17:00:02.822Z | Compiling time-macros v0.2.18 |
1286 | 2025-01-28T17:00:03.604Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2025-01-28T17:00:03.754Z | Compiling spki v0.7.3 |
1288 | 2025-01-28T17:00:04.151Z | Compiling pest_meta v2.7.14 |
1289 | 2025-01-28T17:00:04.261Z | Compiling scrypt v0.11.0 |
1290 | 2025-01-28T17:00:04.313Z | Compiling cbc v0.1.2 |
1291 | 2025-01-28T17:00:04.552Z | Compiling aes v0.8.4 |
1292 | 2025-01-28T17:00:04.555Z | Compiling openssl-sys v0.9.103 |
1293 | 2025-01-28T17:00:04.774Z | Compiling icu_properties v1.5.1 |
1294 | 2025-01-28T17:00:05.915Z | Compiling bitflags v2.6.0 |
1295 | 2025-01-28T17:00:05.918Z | Compiling bytes v1.9.0 |
1296 | 2025-01-28T17:00:06.368Z | Compiling indexmap v2.7.0 |
1297 | 2025-01-28T17:00:06.698Z | Compiling semver v1.0.24 |
1298 | 2025-01-28T17:00:07.108Z | Compiling tokio v1.43.0 |
1299 | 2025-01-28T17:00:07.342Z | Compiling http v1.2.0 |
1300 | 2025-01-28T17:00:07.411Z | Compiling rustc_version v0.4.1 |
1301 | 2025-01-28T17:00:07.649Z | Compiling scroll_derive v0.12.0 |
1302 | 2025-01-28T17:00:08.134Z | Compiling deranged v0.3.11 |
1303 | 2025-01-28T17:00:08.467Z | Compiling icu_normalizer v1.5.0 |
1304 | 2025-01-28T17:00:08.853Z | Compiling atomic-waker v1.1.2 |
1305 | 2025-01-28T17:00:09.062Z | Compiling tinyvec_macros v0.1.1 |
1306 | 2025-01-28T17:00:09.092Z | Compiling num_threads v0.1.7 |
1307 | 2025-01-28T17:00:09.167Z | Compiling tinyvec v1.8.0 |
1308 | 2025-01-28T17:00:09.237Z | Compiling scroll v0.12.0 |
1309 | 2025-01-28T17:00:09.357Z | Compiling idna_adapter v1.2.0 |
1310 | 2025-01-28T17:00:09.562Z | Compiling time v0.3.36 |
1311 | 2025-01-28T17:00:09.595Z | Compiling http-body v1.0.1 |
1312 | 2025-01-28T17:00:09.749Z | Compiling pkcs5 v0.7.1 |
1313 | 2025-01-28T17:00:09.784Z | Compiling pest_generator v2.7.14 |
1314 | 2025-01-28T17:00:09.805Z | Compiling form_urlencoded v1.2.1 |
1315 | 2025-01-28T17:00:10.211Z | Compiling which v4.4.2 |
1316 | 2025-01-28T17:00:10.224Z | Compiling try-lock v0.2.5 |
1317 | 2025-01-28T17:00:10.347Z | Compiling slog v2.7.0 |
1318 | 2025-01-28T17:00:10.657Z | Compiling goblin v0.8.2 |
1319 | 2025-01-28T17:00:10.863Z | Compiling pkcs8 v0.10.2 |
1320 | 2025-01-28T17:00:10.902Z | Compiling want v0.3.1 |
1321 | 2025-01-28T17:00:10.957Z | Compiling idna v1.0.3 |
1322 | 2025-01-28T17:00:11.196Z | Compiling uuid v1.12.0 |
1323 | 2025-01-28T17:00:11.529Z | Compiling iana-time-zone v0.1.61 |
1324 | 2025-01-28T17:00:11.563Z | Compiling pest_derive v2.7.14 |
1325 | 2025-01-28T17:00:11.916Z | Compiling httpdate v1.0.3 |
1326 | 2025-01-28T17:00:12.355Z | Compiling dtrace-parser v0.2.0 |
1327 | 2025-01-28T17:00:12.358Z | Compiling chrono v0.4.39 |
1328 | 2025-01-28T17:00:12.704Z | Compiling toml_datetime v0.6.8 |
1329 | 2025-01-28T17:00:13.181Z | Compiling serde_spanned v0.6.8 |
1330 | 2025-01-28T17:00:13.264Z | Compiling serde_tokenstream v0.2.2 |
1331 | 2025-01-28T17:00:13.437Z | Compiling tower-service v0.3.3 |
1332 | 2025-01-28T17:00:13.591Z | Compiling openssl v0.10.66 |
1333 | 2025-01-28T17:00:13.839Z | Compiling foreign-types-shared v0.1.1 |
1334 | 2025-01-28T17:00:13.967Z | Compiling base64 v0.22.1 |
1335 | 2025-01-28T17:00:13.992Z | Compiling match_cfg v0.1.0 |
1336 | 2025-01-28T17:00:14.114Z | Compiling rustversion v1.0.17 |
1337 | 2025-01-28T17:00:14.185Z | Compiling adler2 v2.0.0 |
1338 | 2025-01-28T17:00:14.278Z | Compiling hostname v0.3.1 |
1339 | 2025-01-28T17:00:14.408Z | Compiling miniz_oxide v0.8.0 |
1340 | 2025-01-28T17:00:14.525Z | Compiling foreign-types v0.3.2 |
1341 | 2025-01-28T17:00:14.633Z | Compiling url v2.5.3 |
1342 | 2025-01-28T17:00:14.833Z | Compiling tokio-util v0.7.12 |
1343 | 2025-01-28T17:00:15.765Z | Compiling h2 v0.4.6 |
1344 | 2025-01-28T17:00:15.823Z | Compiling openssl-macros v0.1.1 |
1345 | 2025-01-28T17:00:15.887Z | Compiling async-trait v0.1.85 |
1346 | 2025-01-28T17:00:16.057Z | Compiling dof v0.3.0 |
1347 | 2025-01-28T17:00:16.323Z | Compiling serde_derive_internals v0.29.1 |
1348 | 2025-01-28T17:00:16.547Z | Compiling dirs-sys-next v0.1.2 |
1349 | 2025-01-28T17:00:17.112Z | Compiling usdt-impl v0.5.0 |
1350 | 2025-01-28T17:00:17.786Z | Compiling rustls v0.22.4 |
1351 | 2025-01-28T17:00:18.059Z | Compiling siphasher v0.3.11 |
1352 | 2025-01-28T17:00:18.388Z | Compiling schemars v0.8.21 |
1353 | 2025-01-28T17:00:18.445Z | Compiling rustls v0.23.19 |
1354 | 2025-01-28T17:00:18.497Z | Compiling syn v1.0.109 |
1355 | 2025-01-28T17:00:18.618Z | Compiling data-encoding v2.6.0 |
1356 | 2025-01-28T17:00:18.724Z | Compiling native-tls v0.2.12 |
1357 | 2025-01-28T17:00:18.776Z | Compiling schemars_derive v0.8.21 |
1358 | 2025-01-28T17:00:19.120Z | Compiling dirs-next v2.0.0 |
1359 | 2025-01-28T17:00:19.723Z | Compiling unicode-normalization v0.1.24 |
1360 | 2025-01-28T17:00:20.404Z | Compiling http-body-util v0.1.2 |
1361 | 2025-01-28T17:00:20.503Z | Compiling heapless v0.7.17 |
1362 | 2025-01-28T17:00:20.624Z | Compiling crossbeam-epoch v0.9.18 |
1363 | 2025-01-28T17:00:20.790Z | Compiling signature v2.2.0 |
1364 | 2025-01-28T17:00:20.886Z | Compiling sha1 v0.10.6 |
1365 | 2025-01-28T17:00:20.914Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1366 | 2025-01-28T17:00:21.080Z | Compiling thread_local v1.1.8 |
1367 | 2025-01-28T17:00:21.291Z | Compiling cookie v0.18.1 |
1368 | 2025-01-28T17:00:21.310Z | Compiling encoding_rs v0.8.34 |
1369 | 2025-01-28T17:00:21.379Z | Compiling multer v3.1.0 |
1370 | 2025-01-28T17:00:21.573Z | Compiling dyn-clone v1.0.17 |
1371 | 2025-01-28T17:00:21.595Z | Compiling ipnet v2.10.1 |
1372 | 2025-01-28T17:00:21.666Z | Compiling unicode-properties v0.1.3 |
1373 | 2025-01-28T17:00:21.793Z | Compiling signal-hook v0.3.17 |
1374 | 2025-01-28T17:00:21.814Z | Compiling openssl-probe v0.1.5 |
1375 | 2025-01-28T17:00:22.050Z | Compiling rayon-core v1.12.1 |
1376 | 2025-01-28T17:00:22.072Z | Compiling mime v0.3.17 |
1377 | 2025-01-28T17:00:22.133Z | Compiling gimli v0.31.1 |
1378 | 2025-01-28T17:00:22.320Z | Compiling unicode-bidi v0.3.17 |
1379 | 2025-01-28T17:00:22.565Z | Compiling slog-async v2.8.0 |
1380 | 2025-01-28T17:00:22.662Z | Compiling hyper v1.5.2 |
1381 | 2025-01-28T17:00:23.105Z | Compiling stringprep v0.1.5 |
1382 | 2025-01-28T17:00:24.284Z | Compiling toml_edit v0.22.22 |
1383 | 2025-01-28T17:00:25.449Z | Compiling hyper-util v0.1.10 |
1384 | 2025-01-28T17:00:26.237Z | Compiling addr2line v0.24.2 |
1385 | 2025-01-28T17:00:26.828Z | Compiling crossbeam-deque v0.8.5 |
1386 | 2025-01-28T17:00:26.933Z | Compiling usdt-macro v0.5.0 |
1387 | 2025-01-28T17:00:26.962Z | Compiling usdt-attr-macro v0.5.0 |
1388 | 2025-01-28T17:00:26.982Z | Compiling term v0.7.0 |
1389 | 2025-01-28T17:00:27.831Z | Compiling slog-json v2.6.1 |
1390 | 2025-01-28T17:00:28.177Z | Compiling serde_urlencoded v0.7.1 |
1391 | 2025-01-28T17:00:28.205Z | Compiling curve25519-dalek v4.1.3 |
1392 | 2025-01-28T17:00:28.225Z | Compiling crossbeam-channel v0.5.13 |
1393 | 2025-01-28T17:00:28.259Z | Compiling futures-executor v0.3.31 |
1394 | 2025-01-28T17:00:28.434Z | Compiling enum-as-inner v0.6.1 |
1395 | 2025-01-28T17:00:28.700Z | Compiling md-5 v0.10.6 |
1396 | 2025-01-28T17:00:28.842Z | Compiling async-stream-impl v0.3.6 |
1397 | 2025-01-28T17:00:28.878Z | Compiling rustls-pemfile v2.2.0 |
1398 | 2025-01-28T17:00:28.993Z | Compiling num-integer v0.1.46 |
1399 | 2025-01-28T17:00:29.222Z | Compiling hash32 v0.2.1 |
1400 | 2025-01-28T17:00:29.240Z | Compiling ff v0.13.0 |
1401 | 2025-01-28T17:00:29.468Z | Compiling is-terminal v0.4.13 |
1402 | 2025-01-28T17:00:29.487Z | Compiling dropshot v0.12.0 |
1403 | 2025-01-28T17:00:29.538Z | Compiling object v0.36.5 |
1404 | 2025-01-28T17:00:29.606Z | Compiling linked-hash-map v0.5.6 |
1405 | 2025-01-28T17:00:29.762Z | Compiling fallible-iterator v0.2.0 |
1406 | 2025-01-28T17:00:29.782Z | Compiling utf-8 v0.7.6 |
1407 | 2025-01-28T17:00:29.937Z | Compiling portable-atomic v1.9.0 |
1408 | 2025-01-28T17:00:30.093Z | Compiling num-bigint-dig v0.8.4 |
1409 | 2025-01-28T17:00:30.096Z | Compiling rustc-demangle v0.1.24 |
1410 | 2025-01-28T17:00:30.404Z | Compiling psl-types v2.0.11 |
1411 | 2025-01-28T17:00:30.424Z | Compiling take_mut v0.2.2 |
1412 | 2025-01-28T17:00:30.601Z | Compiling quick-error v1.2.3 |
1413 | 2025-01-28T17:00:30.621Z | Compiling litrs v0.4.1 |
1414 | 2025-01-28T17:00:30.767Z | Compiling anyhow v1.0.95 |
1415 | 2025-01-28T17:00:30.868Z | Compiling base16ct v0.2.0 |
1416 | 2025-01-28T17:00:31.022Z | Compiling smoltcp v0.9.1 |
1417 | 2025-01-28T17:00:31.209Z | Compiling sec1 v0.7.3 |
1418 | 2025-01-28T17:00:31.608Z | Compiling resolv-conf v0.7.0 |
1419 | 2025-01-28T17:00:31.690Z | Compiling publicsuffix v2.3.0 |
1420 | 2025-01-28T17:00:31.711Z | Compiling document-features v0.2.10 |
1421 | 2025-01-28T17:00:31.789Z | Compiling postgres-protocol v0.6.7 |
1422 | 2025-01-28T17:00:31.969Z | Compiling async-stream v0.3.6 |
1423 | 2025-01-28T17:00:32.271Z | Compiling tungstenite v0.24.0 |
1424 | 2025-01-28T17:00:32.295Z | Compiling lru-cache v0.1.2 |
1425 | 2025-01-28T17:00:32.575Z | Compiling slog-term v2.9.1 |
1426 | 2025-01-28T17:00:32.799Z | Compiling num-iter v0.1.45 |
1427 | 2025-01-28T17:00:32.981Z | Compiling usdt v0.5.0 |
1428 | 2025-01-28T17:00:33.001Z | Compiling hickory-proto v0.24.2 |
1429 | 2025-01-28T17:00:33.485Z | Compiling group v0.13.0 |
1430 | 2025-01-28T17:00:33.813Z | Compiling futures v0.3.31 |
1431 | 2025-01-28T17:00:33.878Z | Compiling slog-bunyan v2.5.0 |
1432 | 2025-01-28T17:00:33.938Z | Compiling toml v0.8.19 |
1433 | 2025-01-28T17:00:35.147Z | Compiling tokio-native-tls v0.3.1 |
1434 | 2025-01-28T17:00:35.414Z | Compiling camino v1.1.9 |
1435 | 2025-01-28T17:00:35.430Z | Compiling phf_shared v0.11.2 |
1436 | 2025-01-28T17:00:35.548Z | Compiling dropshot_endpoint v0.12.0 |
1437 | 2025-01-28T17:00:35.759Z | Compiling backtrace v0.3.74 |
1438 | 2025-01-28T17:00:36.180Z | Compiling terminal_size v0.4.0 |
1439 | 2025-01-28T17:00:36.255Z | Compiling waitgroup v0.1.2 |
1440 | 2025-01-28T17:00:36.377Z | Compiling openapiv3 v2.0.0 |
1441 | 2025-01-28T17:00:36.410Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2025-01-28T17:00:36.488Z | Compiling hkdf v0.12.4 |
1443 | 2025-01-28T17:00:36.767Z | Compiling crypto-bigint v0.5.5 |
1444 | 2025-01-28T17:00:37.161Z | Compiling zerocopy-derive v0.6.6 |
1445 | 2025-01-28T17:00:38.829Z | Compiling curve25519-dalek-derive v0.1.1 |
1446 | 2025-01-28T17:00:39.146Z | Compiling webpki-roots v0.26.6 |
1447 | 2025-01-28T17:00:39.360Z | Compiling hostname v0.4.0 |
1448 | 2025-01-28T17:00:39.542Z | Compiling hubpack_derive v0.1.1 |
1449 | 2025-01-28T17:00:39.586Z | Compiling ahash v0.8.11 |
1450 | 2025-01-28T17:00:39.689Z | Compiling crc32fast v1.4.2 |
1451 | 2025-01-28T17:00:39.907Z | Compiling fs-err v2.11.0 |
1452 | 2025-01-28T17:00:40.050Z | Compiling bitflags v1.3.2 |
1453 | 2025-01-28T17:00:40.160Z | Compiling managed v0.8.0 |
1454 | 2025-01-28T17:00:40.195Z | Compiling winnow v0.5.40 |
1455 | 2025-01-28T17:00:40.247Z | Compiling debug-ignore v1.0.5 |
1456 | 2025-01-28T17:00:40.297Z | Compiling unicode-width v0.2.0 |
1457 | 2025-01-28T17:00:40.378Z | Compiling newtype-uuid v1.2.1 |
1458 | 2025-01-28T17:00:40.412Z | Compiling strum_macros v0.25.3 |
1459 | 2025-01-28T17:00:40.686Z | Compiling hubpack v0.1.2 |
1460 | 2025-01-28T17:00:40.810Z | Compiling console v0.15.10 |
1461 | 2025-01-28T17:00:41.145Z | Compiling clap_builder v4.5.27 |
1462 | 2025-01-28T17:00:42.287Z | Compiling flate2 v1.0.35 |
1463 | 2025-01-28T17:00:42.470Z | Compiling elliptic-curve v0.13.8 |
1464 | 2025-01-28T17:00:42.489Z | Compiling zerocopy v0.6.6 |
1465 | 2025-01-28T17:00:43.187Z | Compiling hickory-resolver v0.24.2 |
1466 | 2025-01-28T17:00:43.270Z | Compiling toml_edit v0.19.15 |
1467 | 2025-01-28T17:00:43.601Z | Compiling signal-hook-mio v0.2.4 |
1468 | 2025-01-28T17:00:43.778Z | Compiling phf v0.11.2 |
1469 | 2025-01-28T17:00:44.050Z | Compiling hyper-tls v0.6.0 |
1470 | 2025-01-28T17:00:44.066Z | Compiling rayon v1.10.0 |
1471 | 2025-01-28T17:00:44.152Z | Compiling cookie_store v0.21.1 |
1472 | 2025-01-28T17:00:44.451Z | Compiling bzip2 v0.4.4 |
1473 | 2025-01-28T17:00:44.837Z | Compiling tokio-tungstenite v0.24.0 |
1474 | 2025-01-28T17:00:45.600Z | Compiling postgres-types v0.2.8 |
1475 | 2025-01-28T17:00:48.112Z | Compiling ed25519 v2.2.3 |
1476 | 2025-01-28T17:00:48.230Z | Compiling phf_shared v0.10.0 |
1477 | 2025-01-28T17:00:48.643Z | Compiling tokio-stream v0.1.16 |
1478 | 2025-01-28T17:00:49.004Z | Compiling pkcs1 v0.7.5 |
1479 | 2025-01-28T17:00:49.157Z | Compiling serde-big-array v0.5.1 |
1480 | 2025-01-28T17:00:49.394Z | Compiling clap_derive v4.5.24 |
1481 | 2025-01-28T17:00:49.583Z | Compiling rfc6979 v0.4.0 |
1482 | 2025-01-28T17:00:49.790Z | Compiling serde_repr v0.1.19 |
1483 | 2025-01-28T17:00:49.894Z | Compiling derive-where v1.2.7 |
1484 | 2025-01-28T17:00:49.918Z | Compiling float-cmp v0.9.0 |
1485 | 2025-01-28T17:00:49.961Z | Compiling bstr v1.10.0 |
1486 | 2025-01-28T17:00:50.156Z | Compiling sync_wrapper v1.0.1 |
1487 | 2025-01-28T17:00:50.331Z | Compiling normalize-line-endings v0.3.0 |
1488 | 2025-01-28T17:00:50.353Z | Compiling static_assertions v1.1.0 |
1489 | 2025-01-28T17:00:50.469Z | Compiling difflib v0.4.0 |
1490 | 2025-01-28T17:00:50.487Z | Compiling bit-vec v0.6.3 |
1491 | 2025-01-28T17:00:50.882Z | Compiling precomputed-hash v0.1.1 |
1492 | 2025-01-28T17:00:50.903Z | Compiling fixedbitset v0.4.2 |
1493 | 2025-01-28T17:00:51.018Z | Compiling unicode-segmentation v1.12.0 |
1494 | 2025-01-28T17:00:51.343Z | Compiling predicates-core v1.0.8 |
1495 | 2025-01-28T17:00:51.477Z | Compiling whoami v1.5.2 |
1496 | 2025-01-28T17:00:51.666Z | Compiling number_prefix v0.4.0 |
1497 | 2025-01-28T17:00:51.825Z | Compiling new_debug_unreachable v1.0.6 |
1498 | 2025-01-28T17:00:51.898Z | Compiling indicatif v0.17.9 |
1499 | 2025-01-28T17:00:51.924Z | Compiling tokio-postgres v0.7.12 |
1500 | 2025-01-28T17:00:51.947Z | Compiling string_cache v0.8.7 |
1501 | 2025-01-28T17:00:52.037Z | Compiling similar v2.6.0 |
1502 | 2025-01-28T17:00:52.371Z | Compiling predicates v3.1.2 |
1503 | 2025-01-28T17:00:53.063Z | Compiling petgraph v0.6.5 |
1504 | 2025-01-28T17:00:53.899Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1505 | 2025-01-28T17:00:53.920Z | Compiling bit-set v0.5.3 |
1506 | 2025-01-28T17:00:53.951Z | Compiling clap v4.5.27 |
1507 | 2025-01-28T17:00:54.079Z | Compiling ecdsa v0.16.9 |
1508 | 2025-01-28T17:00:54.158Z | Compiling rsa v0.9.6 |
1509 | 2025-01-28T17:00:54.199Z | Compiling ed25519-dalek v2.1.1 |
1510 | 2025-01-28T17:00:54.872Z | Compiling toml v0.7.8 |
1511 | 2025-01-28T17:00:55.435Z | Compiling zip v0.6.6 |
1512 | 2025-01-28T17:00:56.338Z | Compiling crossterm v0.28.1 |
1513 | 2025-01-28T17:00:57.490Z | Compiling hex v0.4.3 |
1514 | 2025-01-28T17:00:57.518Z | Compiling x509-cert v0.2.5 |
1515 | 2025-01-28T17:00:57.521Z | Compiling itertools v0.10.5 |
1516 | 2025-01-28T17:00:58.068Z | Compiling lalrpop-util v0.19.12 |
1517 | 2025-01-28T17:00:58.420Z | Compiling peg-runtime v0.8.3 |
1518 | 2025-01-28T17:00:58.863Z | Compiling unicode-xid v0.2.6 |
1519 | 2025-01-28T17:00:59.032Z | Compiling strum_macros v0.26.4 |
1520 | 2025-01-28T17:00:59.063Z | Compiling xattr v1.3.1 |
1521 | 2025-01-28T17:00:59.343Z | Compiling filetime v0.2.25 |
1522 | 2025-01-28T17:00:59.605Z | Compiling tar v0.4.42 |
1523 | 2025-01-28T17:01:03.606Z | Compiling strum v0.26.3 |
1524 | 2025-01-28T17:01:06.656Z | Compiling aws-lc-sys v0.22.0 |
1525 | 2025-01-28T17:01:38.124Z | Compiling rustls-webpki v0.102.8 |
1526 | 2025-01-28T17:01:41.235Z | Compiling tokio-rustls v0.25.0 |
1527 | 2025-01-28T17:01:42.832Z | Compiling tokio-rustls v0.26.0 |
1528 | 2025-01-28T17:01:43.068Z | Compiling hyper-rustls v0.27.3 |
1529 | 2025-01-28T17:01:43.408Z | Compiling reqwest v0.12.9 |
1530 | 2025-01-28T17:01:44.799Z | Compiling qorb v0.2.1 |
1531 | 2025-01-28T17:01:47.794Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1532 | 2025-01-28T17:01:48.037Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1533 | 2025-01-28T17:01:52.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1534 | 2025-01-28T17:01:52.661Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1535 | 2025-01-28T17:01:52.709Z | Jan 28 17:01:51.677 INFO Starting download, target: Cockroach |
1536 | 2025-01-28T17:01:52.709Z | Jan 28 17:01:51.677 INFO Starting download, target: Clickhouse |
1537 | 2025-01-28T17:01:52.709Z | Jan 28 17:01:51.677 INFO Starting download, target: DendriteOpenapi |
1538 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.677 INFO Starting download, target: Console |
1539 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.677 INFO Starting download, target: DendriteStub |
1540 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.678 INFO Starting download, target: MaghemiteMgd |
1541 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.678 INFO Starting download, target: TransceiverControl |
1542 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.678 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1543 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.678 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1544 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.678 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.678 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1546 | 2025-01-28T17:01:52.713Z | Jan 28 17:01:51.678 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1547 | 2025-01-28T17:01:52.714Z | Jan 28 17:01:51.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1548 | 2025-01-28T17:01:52.714Z | Jan 28 17:01:51.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1549 | 2025-01-28T17:01:53.024Z | Jan 28 17:01:51.952 INFO Download complete, target: DendriteOpenapi |
1550 | 2025-01-28T17:01:53.106Z | Jan 28 17:01:52.066 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1551 | 2025-01-28T17:01:53.243Z | Jan 28 17:01:52.195 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1552 | 2025-01-28T17:01:53.599Z | Jan 28 17:01:52.557 INFO Download complete, target: Console |
1553 | 2025-01-28T17:01:53.658Z | Jan 28 17:01:52.622 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1554 | 2025-01-28T17:01:53.813Z | Jan 28 17:01:52.758 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1555 | 2025-01-28T17:01:53.822Z | Jan 28 17:01:52.772 INFO Download complete, target: TransceiverControl |
1556 | 2025-01-28T17:01:54.447Z | Jan 28 17:01:53.415 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1557 | 2025-01-28T17:01:54.447Z | Jan 28 17:01:53.415 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1558 | 2025-01-28T17:01:54.703Z | Jan 28 17:01:53.672 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1559 | 2025-01-28T17:01:56.714Z | Jan 28 17:01:55.683 INFO Download complete, target: MaghemiteMgd |
1560 | 2025-01-28T17:01:56.714Z | Jan 28 17:01:55.683 INFO Download complete, target: DendriteStub |
1561 | 2025-01-28T17:02:01.981Z | Jan 28 17:02:00.949 INFO Checking that binary works, target: Cockroach |
1562 | 2025-01-28T17:02:02.142Z | Jan 28 17:02:01.109 INFO Download complete, target: Cockroach |
1563 | 2025-01-28T17:02:07.193Z | Jan 28 17:02:06.161 INFO Checking that binary works, target: Clickhouse |
1564 | 2025-01-28T17:02:07.889Z | Jan 28 17:02:06.857 INFO Download complete, target: Clickhouse |
1565 | 2025-01-28T17:02:07.896Z | All prerequisites installed successfully |
1566 | 2025-01-28T17:02:07.898Z | |
1567 | 2025-01-28T17:02:07.898Z | real 4:59.235619898 |
1568 | 2025-01-28T17:02:07.898Z | user 15:31.487731912 |
1569 | 2025-01-28T17:02:07.898Z | sys 2:01.851888391 |
1570 | 2025-01-28T17:02:07.898Z | trap 0.559097901 |
1571 | 2025-01-28T17:02:07.898Z | tflt 3.727721720 |
1572 | 2025-01-28T17:02:07.898Z | dflt 3.752292477 |
1573 | 2025-01-28T17:02:07.899Z | kflt 0.144167788 |
1574 | 2025-01-28T17:02:07.899Z | lock 24:35.450021868 |
1575 | 2025-01-28T17:02:07.899Z | slp 54:58.256030149 |
1576 | 2025-01-28T17:02:07.899Z | lat 1:00.681507020 |
1577 | 2025-01-28T17:02:07.899Z | stop 2:22.836675895 |
1578 | 2025-01-28T17:02:07.899Z | + ptime -m cargo xtask download softnpu |
1579 | 2025-01-28T17:02:08.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1580 | 2025-01-28T17:02:08.434Z | Running `target/debug/xtask download softnpu` |
1581 | 2025-01-28T17:02:09.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1582 | 2025-01-28T17:02:09.297Z | Running `target/debug/xtask-downloader softnpu` |
1583 | 2025-01-28T17:02:09.332Z | Jan 28 17:02:08.300 INFO Starting download, target: Softnpu |
1584 | 2025-01-28T17:02:09.335Z | Jan 28 17:02:08.301 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1585 | 2025-01-28T17:02:10.289Z | Jan 28 17:02:09.257 INFO Download complete, target: Softnpu |
1586 | 2025-01-28T17:02:10.293Z | |
1587 | 2025-01-28T17:02:10.296Z | real 2.390516572 |
1588 | 2025-01-28T17:02:10.296Z | user 1.239832649 |
1589 | 2025-01-28T17:02:10.296Z | sys 0.530825502 |
1590 | 2025-01-28T17:02:10.296Z | trap 0.000583544 |
1591 | 2025-01-28T17:02:10.296Z | tflt 0.000064746 |
1592 | 2025-01-28T17:02:10.296Z | dflt 0.000170822 |
1593 | 2025-01-28T17:02:10.296Z | kflt 0.000000000 |
1594 | 2025-01-28T17:02:10.296Z | lock 10.095196760 |
1595 | 2025-01-28T17:02:10.296Z | slp 0.784955986 |
1596 | 2025-01-28T17:02:10.296Z | lat 0.067177145 |
1597 | 2025-01-28T17:02:10.296Z | stop 0.000158135 |
1598 | 2025-01-28T17:02:10.296Z | + export CARGO_INCREMENTAL=0 |
1599 | 2025-01-28T17:02:10.296Z | + CARGO_INCREMENTAL=0 |
1600 | 2025-01-28T17:02:10.296Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1601 | 2025-01-28T17:02:11.226Z | Compiling proc-macro2 v1.0.92 |
1602 | 2025-01-28T17:02:11.226Z | Compiling unicode-ident v1.0.14 |
1603 | 2025-01-28T17:02:11.229Z | Compiling libc v0.2.169 |
1604 | 2025-01-28T17:02:11.229Z | Compiling serde v1.0.217 |
1605 | 2025-01-28T17:02:11.229Z | Compiling autocfg v1.4.0 |
1606 | 2025-01-28T17:02:11.229Z | Compiling version_check v0.9.5 |
1607 | 2025-01-28T17:02:11.229Z | Compiling cfg-if v1.0.0 |
1608 | 2025-01-28T17:02:11.504Z | Compiling memchr v2.7.4 |
1609 | 2025-01-28T17:02:11.507Z | Compiling typenum v1.17.0 |
1610 | 2025-01-28T17:02:11.507Z | Compiling shlex v1.3.0 |
1611 | 2025-01-28T17:02:11.847Z | Compiling value-bag v1.9.0 |
1612 | 2025-01-28T17:02:12.003Z | Compiling generic-array v0.14.7 |
1613 | 2025-01-28T17:02:12.022Z | Compiling scopeguard v1.2.0 |
1614 | 2025-01-28T17:02:12.262Z | Compiling lock_api v0.4.12 |
1615 | 2025-01-28T17:02:12.281Z | Compiling log v0.4.22 |
1616 | 2025-01-28T17:02:12.355Z | Compiling parking_lot_core v0.9.10 |
1617 | 2025-01-28T17:02:12.758Z | Compiling serde_json v1.0.135 |
1618 | 2025-01-28T17:02:12.831Z | Compiling once_cell v1.20.2 |
1619 | 2025-01-28T17:02:12.989Z | Compiling quote v1.0.38 |
1620 | 2025-01-28T17:02:13.064Z | Compiling rustix v0.38.37 |
1621 | 2025-01-28T17:02:13.147Z | Compiling jobserver v0.1.32 |
1622 | 2025-01-28T17:02:13.214Z | Compiling getrandom v0.2.15 |
1623 | 2025-01-28T17:02:13.318Z | Compiling libm v0.2.8 |
1624 | 2025-01-28T17:02:13.509Z | Compiling syn v2.0.96 |
1625 | 2025-01-28T17:02:13.529Z | Compiling cc v1.1.30 |
1626 | 2025-01-28T17:02:13.640Z | Compiling aho-corasick v1.1.3 |
1627 | 2025-01-28T17:02:13.657Z | Compiling num-traits v0.2.19 |
1628 | 2025-01-28T17:02:13.816Z | Compiling thiserror v1.0.69 |
1629 | 2025-01-28T17:02:13.880Z | Compiling regex-syntax v0.8.5 |
1630 | 2025-01-28T17:02:13.900Z | Compiling either v1.13.0 |
1631 | 2025-01-28T17:02:13.949Z | Compiling itoa v1.0.11 |
1632 | 2025-01-28T17:02:14.272Z | Compiling spin v0.9.8 |
1633 | 2025-01-28T17:02:14.338Z | Compiling slab v0.4.9 |
1634 | 2025-01-28T17:02:14.580Z | Compiling errno v0.3.9 |
1635 | 2025-01-28T17:02:14.825Z | Compiling byteorder v1.5.0 |
1636 | 2025-01-28T17:02:14.887Z | Compiling rand_core v0.6.4 |
1637 | 2025-01-28T17:02:15.416Z | Compiling glob v0.3.2 |
1638 | 2025-01-28T17:02:15.475Z | Compiling prettyplease v0.2.25 |
1639 | 2025-01-28T17:02:15.744Z | Compiling lazy_static v1.5.0 |
1640 | 2025-01-28T17:02:15.879Z | Compiling minimal-lexical v0.2.1 |
1641 | 2025-01-28T17:02:16.118Z | Compiling clang-sys v1.8.1 |
1642 | 2025-01-28T17:02:16.350Z | Compiling nom v7.1.3 |
1643 | 2025-01-28T17:02:16.553Z | Compiling libloading v0.8.5 |
1644 | 2025-01-28T17:02:16.601Z | Compiling bindgen v0.69.5 |
1645 | 2025-01-28T17:02:16.813Z | Compiling subtle v2.6.1 |
1646 | 2025-01-28T17:02:16.914Z | Compiling smallvec v1.13.2 |
1647 | 2025-01-28T17:02:16.999Z | Compiling home v0.5.9 |
1648 | 2025-01-28T17:02:17.236Z | Compiling itertools v0.12.1 |
1649 | 2025-01-28T17:02:17.305Z | Compiling allocator-api2 v0.2.18 |
1650 | 2025-01-28T17:02:17.381Z | Compiling regex-automata v0.4.8 |
1651 | 2025-01-28T17:02:17.638Z | Compiling lazycell v1.3.0 |
1652 | 2025-01-28T17:02:17.820Z | Compiling rustc-hash v1.1.0 |
1653 | 2025-01-28T17:02:17.986Z | Compiling cmake v0.1.51 |
1654 | 2025-01-28T17:02:18.196Z | Compiling dunce v1.0.5 |
1655 | 2025-01-28T17:02:18.778Z | Compiling semver v1.0.24 |
1656 | 2025-01-28T17:02:18.807Z | Compiling fs_extra v1.3.0 |
1657 | 2025-01-28T17:02:19.237Z | Compiling cexpr v0.6.0 |
1658 | 2025-01-28T17:02:19.422Z | Compiling pkg-config v0.3.31 |
1659 | 2025-01-28T17:02:19.441Z | Compiling ring v0.17.8 |
1660 | 2025-01-28T17:02:20.244Z | Compiling pin-project-lite v0.2.14 |
1661 | 2025-01-28T17:02:20.351Z | Compiling synstructure v0.13.1 |
1662 | 2025-01-28T17:02:20.479Z | Compiling ryu v1.0.18 |
1663 | 2025-01-28T17:02:20.586Z | Compiling paste v1.0.15 |
1664 | 2025-01-28T17:02:20.899Z | Compiling schemars v0.8.21 |
1665 | 2025-01-28T17:02:21.106Z | Compiling httparse v1.9.5 |
1666 | 2025-01-28T17:02:21.239Z | Compiling const-oid v0.9.6 |
1667 | 2025-01-28T17:02:21.435Z | Compiling aws-lc-rs v1.10.0 |
1668 | 2025-01-28T17:02:21.596Z | Compiling fnv v1.0.7 |
1669 | 2025-01-28T17:02:21.752Z | Compiling serde_derive_internals v0.29.1 |
1670 | 2025-01-28T17:02:21.973Z | Compiling equivalent v1.0.1 |
1671 | 2025-01-28T17:02:22.106Z | Compiling foldhash v0.1.3 |
1672 | 2025-01-28T17:02:22.402Z | Compiling hashbrown v0.15.1 |
1673 | 2025-01-28T17:02:22.710Z | Compiling regex v1.11.1 |
1674 | 2025-01-28T17:02:23.218Z | Compiling signal-hook-registry v1.4.2 |
1675 | 2025-01-28T17:02:23.527Z | Compiling heck v0.5.0 |
1676 | 2025-01-28T17:02:23.611Z | Compiling parking_lot v0.12.3 |
1677 | 2025-01-28T17:02:23.650Z | Compiling mio v1.0.2 |
1678 | 2025-01-28T17:02:23.785Z | Compiling stable_deref_trait v1.2.0 |
1679 | 2025-01-28T17:02:24.808Z | Compiling serde_derive v1.0.217 |
1680 | 2025-01-28T17:02:24.924Z | Compiling zeroize_derive v1.4.2 |
1681 | 2025-01-28T17:02:25.202Z | Compiling zerocopy-derive v0.7.35 |
1682 | 2025-01-28T17:02:25.639Z | Compiling thiserror-impl v1.0.69 |
1683 | 2025-01-28T17:02:26.182Z | Compiling tokio-macros v2.5.0 |
1684 | 2025-01-28T17:02:26.215Z | Compiling zerofrom-derive v0.1.4 |
1685 | 2025-01-28T17:02:26.218Z | Compiling zeroize v1.8.1 |
1686 | 2025-01-28T17:02:26.705Z | Compiling yoke-derive v0.7.4 |
1687 | 2025-01-28T17:02:26.903Z | Compiling zerovec-derive v0.10.3 |
1688 | 2025-01-28T17:02:27.023Z | Compiling futures-macro v0.3.31 |
1689 | 2025-01-28T17:02:27.047Z | Compiling displaydoc v0.2.5 |
1690 | 2025-01-28T17:02:28.238Z | Compiling zerocopy v0.7.35 |
1691 | 2025-01-28T17:02:28.665Z | Compiling crypto-common v0.1.6 |
1692 | 2025-01-28T17:02:28.870Z | Compiling icu_provider_macros v1.5.0 |
1693 | 2025-01-28T17:02:28.872Z | Compiling tracing-attributes v0.1.27 |
1694 | 2025-01-28T17:02:29.033Z | Compiling schemars_derive v0.8.21 |
1695 | 2025-01-28T17:02:29.048Z | Compiling block-buffer v0.10.4 |
1696 | 2025-01-28T17:02:29.286Z | Compiling digest v0.10.7 |
1697 | 2025-01-28T17:02:29.696Z | Compiling socket2 v0.5.7 |
1698 | 2025-01-28T17:02:29.830Z | Compiling time-core v0.1.2 |
1699 | 2025-01-28T17:02:29.916Z | Compiling num-conv v0.1.0 |
1700 | 2025-01-28T17:02:30.013Z | Compiling futures-core v0.3.31 |
1701 | 2025-01-28T17:02:30.196Z | Compiling crossbeam-utils v0.8.20 |
1702 | 2025-01-28T17:02:30.284Z | Compiling time-macros v0.2.18 |
1703 | 2025-01-28T17:02:30.745Z | Compiling der_derive v0.7.3 |
1704 | 2025-01-28T17:02:30.980Z | Compiling vcpkg v0.2.15 |
1705 | 2025-01-28T17:02:32.404Z | Compiling openssl-sys v0.9.103 |
1706 | 2025-01-28T17:02:33.025Z | Compiling syn v1.0.109 |
1707 | 2025-01-28T17:02:33.450Z | Compiling futures-sink v0.3.31 |
1708 | 2025-01-28T17:02:33.579Z | Compiling cpufeatures v0.2.14 |
1709 | 2025-01-28T17:02:33.625Z | Compiling slog v2.7.0 |
1710 | 2025-01-28T17:02:33.874Z | Compiling ahash v0.8.11 |
1711 | 2025-01-28T17:02:34.132Z | Compiling zerofrom v0.1.4 |
1712 | 2025-01-28T17:02:34.417Z | Compiling iana-time-zone v0.1.61 |
1713 | 2025-01-28T17:02:34.496Z | Compiling yoke v0.7.4 |
1714 | 2025-01-28T17:02:34.817Z | Compiling futures-channel v0.3.31 |
1715 | 2025-01-28T17:02:34.856Z | Compiling scroll_derive v0.12.0 |
1716 | 2025-01-28T17:02:34.912Z | Compiling futures-io v0.3.31 |
1717 | 2025-01-28T17:02:35.089Z | Compiling futures-task v0.3.31 |
1718 | 2025-01-28T17:02:35.266Z | Compiling pin-utils v0.1.0 |
1719 | 2025-01-28T17:02:35.285Z | Compiling ucd-trie v0.1.7 |
1720 | 2025-01-28T17:02:35.380Z | Compiling openssl v0.10.66 |
1721 | 2025-01-28T17:02:35.399Z | Compiling futures-util v0.3.31 |
1722 | 2025-01-28T17:02:35.740Z | Compiling pest v2.7.14 |
1723 | 2025-01-28T17:02:35.784Z | Compiling zerovec v0.10.4 |
1724 | 2025-01-28T17:02:36.582Z | Compiling hmac v0.12.1 |
1725 | 2025-01-28T17:02:36.807Z | Compiling bitflags v2.6.0 |
1726 | 2025-01-28T17:02:37.042Z | Compiling bytes v1.9.0 |
1727 | 2025-01-28T17:02:38.722Z | Compiling indexmap v2.7.0 |
1728 | 2025-01-28T17:02:38.794Z | Compiling tokio v1.43.0 |
1729 | 2025-01-28T17:02:40.012Z | Compiling serde_tokenstream v0.2.2 |
1730 | 2025-01-28T17:02:40.559Z | Compiling uuid v1.12.0 |
1731 | 2025-01-28T17:02:40.710Z | Compiling which v4.4.2 |
1732 | 2025-01-28T17:02:41.281Z | Compiling http v1.2.0 |
1733 | 2025-01-28T17:02:41.619Z | Compiling chrono v0.4.39 |
1734 | 2025-01-28T17:02:41.923Z | Compiling rustc_version v0.4.1 |
1735 | 2025-01-28T17:02:44.793Z | Compiling pest_meta v2.7.14 |
1736 | 2025-01-28T17:02:47.780Z | Compiling block-padding v0.3.3 |
1737 | 2025-01-28T17:02:48.013Z | Compiling openssl-macros v0.1.1 |
1738 | 2025-01-28T17:02:48.463Z | Compiling rustls v0.23.19 |
1739 | 2025-01-28T17:02:48.710Z | Compiling native-tls v0.2.12 |
1740 | 2025-01-28T17:02:48.742Z | Compiling inout v0.1.3 |
1741 | 2025-01-28T17:02:49.001Z | Compiling pest_generator v2.7.14 |
1742 | 2025-01-28T17:02:49.020Z | Compiling tinystr v0.7.6 |
1743 | 2025-01-28T17:02:49.400Z | Compiling serde_spanned v0.6.8 |
1744 | 2025-01-28T17:02:49.456Z | Compiling toml_datetime v0.6.8 |
1745 | 2025-01-28T17:02:49.641Z | Compiling tracing-core v0.1.32 |
1746 | 2025-01-28T17:02:49.798Z | Compiling dyn-clone v1.0.17 |
1747 | 2025-01-28T17:02:49.853Z | Compiling litemap v0.7.3 |
1748 | 2025-01-28T17:02:50.087Z | Compiling writeable v0.5.5 |
1749 | 2025-01-28T17:02:50.211Z | Compiling strsim v0.11.1 |
1750 | 2025-01-28T17:02:50.571Z | Compiling icu_locid v1.5.0 |
1751 | 2025-01-28T17:02:50.607Z | Compiling pest_derive v2.7.14 |
1752 | 2025-01-28T17:02:51.350Z | Compiling tracing v0.1.40 |
1753 | 2025-01-28T17:02:51.769Z | Compiling cipher v0.4.4 |
1754 | 2025-01-28T17:02:52.095Z | Compiling sha2 v0.10.8 |
1755 | 2025-01-28T17:02:52.239Z | Compiling cookie v0.18.1 |
1756 | 2025-01-28T17:02:52.424Z | Compiling usdt-impl v0.5.0 |
1757 | 2025-01-28T17:02:52.545Z | Compiling base64ct v1.6.0 |
1758 | 2025-01-28T17:02:52.849Z | Compiling icu_provider v1.5.0 |
1759 | 2025-01-28T17:02:53.116Z | Compiling pem-rfc7468 v0.7.0 |
1760 | 2025-01-28T17:02:53.169Z | Compiling aws-lc-sys v0.22.0 |
1761 | 2025-01-28T17:02:54.604Z | Compiling scroll v0.12.0 |
1762 | 2025-01-28T17:02:55.058Z | Compiling ppv-lite86 v0.2.20 |
1763 | 2025-01-28T17:02:55.142Z | Compiling async-trait v0.1.85 |
1764 | 2025-01-28T17:02:57.267Z | Compiling percent-encoding v2.3.1 |
1765 | 2025-01-28T17:02:57.734Z | Compiling icu_locid_transform_data v1.5.0 |
1766 | 2025-01-28T17:02:57.791Z | Compiling plain v0.2.3 |
1767 | 2025-01-28T17:02:57.848Z | Compiling flagset v0.4.6 |
1768 | 2025-01-28T17:02:58.051Z | Compiling camino v1.1.9 |
1769 | 2025-01-28T17:02:58.068Z | Compiling anyhow v1.0.95 |
1770 | 2025-01-28T17:02:58.565Z | Compiling rustls-pki-types v1.10.0 |
1771 | 2025-01-28T17:02:58.565Z | Compiling icu_locid_transform v1.5.0 |
1772 | 2025-01-28T17:03:00.137Z | Compiling der v0.7.9 |
1773 | 2025-01-28T17:03:00.409Z | Compiling goblin v0.8.2 |
1774 | 2025-01-28T17:03:02.708Z | Compiling rand_chacha v0.3.1 |
1775 | 2025-01-28T17:03:03.330Z | Compiling tokio-util v0.7.12 |
1776 | 2025-01-28T17:03:03.567Z | Compiling icu_collections v1.5.0 |
1777 | 2025-01-28T17:03:05.073Z | Compiling rustls v0.22.4 |
1778 | 2025-01-28T17:03:05.169Z | Compiling icu_properties_data v1.5.0 |
1779 | 2025-01-28T17:03:05.354Z | Compiling mirai-annotations v1.12.0 |
1780 | 2025-01-28T17:03:05.439Z | Compiling powerfmt v0.2.0 |
1781 | 2025-01-28T17:03:05.546Z | Compiling pretty-hex v0.4.1 |
1782 | 2025-01-28T17:03:05.951Z | Compiling untrusted v0.7.1 |
1783 | 2025-01-28T17:03:05.989Z | Compiling untrusted v0.9.0 |
1784 | 2025-01-28T17:03:06.040Z | Compiling rayon-core v1.12.1 |
1785 | 2025-01-28T17:03:06.326Z | Compiling icu_properties v1.5.1 |
1786 | 2025-01-28T17:03:06.350Z | Compiling deranged v0.3.11 |
1787 | 2025-01-28T17:03:07.078Z | Compiling dof v0.3.0 |
1788 | 2025-01-28T17:03:08.460Z | Compiling rand v0.8.5 |
1789 | 2025-01-28T17:03:08.569Z | Compiling spki v0.7.3 |
1790 | 2025-01-28T17:03:08.788Z | Compiling salsa20 v0.10.2 |
1791 | 2025-01-28T17:03:08.930Z | Compiling dtrace-parser v0.2.0 |
1792 | 2025-01-28T17:03:09.896Z | Compiling pbkdf2 v0.12.2 |
1793 | 2025-01-28T17:03:10.414Z | Compiling thread-id v4.2.2 |
1794 | 2025-01-28T17:03:10.540Z | Compiling num_threads v0.1.7 |
1795 | 2025-01-28T17:03:10.858Z | Compiling litrs v0.4.1 |
1796 | 2025-01-28T17:03:10.879Z | Compiling winnow v0.5.40 |
1797 | 2025-01-28T17:03:10.907Z | Compiling write16 v1.0.0 |
1798 | 2025-01-28T17:03:11.067Z | Compiling icu_normalizer_data v1.5.0 |
1799 | 2025-01-28T17:03:11.318Z | Compiling utf8_iter v1.0.4 |
1800 | 2025-01-28T17:03:11.557Z | Compiling utf16_iter v1.0.5 |
1801 | 2025-01-28T17:03:12.057Z | Compiling atomic-waker v1.1.2 |
1802 | 2025-01-28T17:03:12.408Z | Compiling icu_normalizer v1.5.0 |
1803 | 2025-01-28T17:03:12.428Z | Compiling time v0.3.36 |
1804 | 2025-01-28T17:03:13.702Z | Compiling document-features v0.2.10 |
1805 | 2025-01-28T17:03:14.009Z | Compiling toml_edit v0.19.15 |
1806 | 2025-01-28T17:03:16.142Z | Compiling scrypt v0.11.0 |
1807 | 2025-01-28T17:03:16.563Z | Compiling form_urlencoded v1.2.1 |
1808 | 2025-01-28T17:03:16.644Z | Compiling aes v0.8.4 |
1809 | 2025-01-28T17:03:17.091Z | Compiling cbc v0.1.2 |
1810 | 2025-01-28T17:03:17.094Z | Compiling http-body v1.0.1 |
1811 | 2025-01-28T17:03:17.383Z | Compiling multer v3.1.0 |
1812 | 2025-01-28T17:03:17.645Z | Compiling try-lock v0.2.5 |
1813 | 2025-01-28T17:03:17.716Z | Compiling slog-async v2.8.0 |
1814 | 2025-01-28T17:03:17.825Z | Compiling rustversion v1.0.17 |
1815 | 2025-01-28T17:03:17.870Z | Compiling tinyvec_macros v0.1.1 |
1816 | 2025-01-28T17:03:18.163Z | Compiling tinyvec v1.8.0 |
1817 | 2025-01-28T17:03:18.461Z | Compiling want v0.3.1 |
1818 | 2025-01-28T17:03:18.777Z | Compiling pkcs5 v0.7.1 |
1819 | 2025-01-28T17:03:20.092Z | Compiling idna_adapter v1.2.0 |
1820 | 2025-01-28T17:03:20.309Z | Compiling h2 v0.4.6 |
1821 | 2025-01-28T17:03:20.619Z | Compiling heapless v0.7.17 |
1822 | 2025-01-28T17:03:20.930Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1823 | 2025-01-28T17:03:21.681Z | Compiling httpdate v1.0.3 |
1824 | 2025-01-28T17:03:21.701Z | Compiling signal-hook v0.3.17 |
1825 | 2025-01-28T17:03:22.420Z | Compiling idna v1.0.3 |
1826 | 2025-01-28T17:03:23.922Z | Compiling pkcs8 v0.10.2 |
1827 | 2025-01-28T17:03:24.820Z | Compiling usdt-attr-macro v0.5.0 |
1828 | 2025-01-28T17:03:25.225Z | Compiling usdt-macro v0.5.0 |
1829 | 2025-01-28T17:03:26.287Z | Compiling async-stream-impl v0.3.6 |
1830 | 2025-01-28T17:03:26.726Z | Compiling base64 v0.22.1 |
1831 | 2025-01-28T17:03:27.222Z | Compiling adler2 v2.0.0 |
1832 | 2025-01-28T17:03:27.438Z | Compiling tower-service v0.3.3 |
1833 | 2025-01-28T17:03:27.512Z | Compiling miniz_oxide v0.8.0 |
1834 | 2025-01-28T17:03:28.426Z | Compiling hyper v1.5.2 |
1835 | 2025-01-28T17:03:30.074Z | Compiling curve25519-dalek v4.1.3 |
1836 | 2025-01-28T17:03:30.491Z | Compiling openapiv3 v2.0.0 |
1837 | 2025-01-28T17:03:30.890Z | Compiling enum-as-inner v0.6.1 |
1838 | 2025-01-28T17:03:33.748Z | Compiling hyper-util v0.1.10 |
1839 | 2025-01-28T17:03:34.512Z | Compiling dropshot v0.12.0 |
1840 | 2025-01-28T17:03:34.819Z | Compiling match_cfg v0.1.0 |
1841 | 2025-01-28T17:03:34.928Z | Compiling foreign-types-shared v0.1.1 |
1842 | 2025-01-28T17:03:35.117Z | Compiling smoltcp v0.9.1 |
1843 | 2025-01-28T17:03:35.201Z | Compiling portable-atomic v1.9.0 |
1844 | 2025-01-28T17:03:35.367Z | Compiling newtype-uuid v1.2.1 |
1845 | 2025-01-28T17:03:35.838Z | Compiling num-bigint-dig v0.8.4 |
1846 | 2025-01-28T17:03:36.130Z | Compiling foreign-types v0.3.2 |
1847 | 2025-01-28T17:03:36.353Z | Compiling hostname v0.3.1 |
1848 | 2025-01-28T17:03:38.709Z | Compiling url v2.5.3 |
1849 | 2025-01-28T17:03:40.529Z | Compiling http-body-util v0.1.2 |
1850 | 2025-01-28T17:03:41.014Z | Compiling dirs-sys-next v0.1.2 |
1851 | 2025-01-28T17:03:41.052Z | Compiling encoding_rs v0.8.34 |
1852 | 2025-01-28T17:03:41.098Z | Compiling mime v0.3.17 |
1853 | 2025-01-28T17:03:41.502Z | Compiling siphasher v0.3.11 |
1854 | 2025-01-28T17:03:41.875Z | Compiling heck v0.4.1 |
1855 | 2025-01-28T17:03:42.157Z | Compiling data-encoding v2.6.0 |
1856 | 2025-01-28T17:03:42.226Z | Compiling gimli v0.31.1 |
1857 | 2025-01-28T17:03:43.582Z | Compiling ident_case v1.0.1 |
1858 | 2025-01-28T17:03:43.879Z | Compiling darling_core v0.20.10 |
1859 | 2025-01-28T17:03:43.948Z | Compiling dirs-next v2.0.0 |
1860 | 2025-01-28T17:03:48.663Z | Compiling addr2line v0.24.2 |
1861 | 2025-01-28T17:03:49.803Z | Compiling unicode-normalization v0.1.24 |
1862 | 2025-01-28T17:03:50.870Z | Compiling crossbeam-epoch v0.9.18 |
1863 | 2025-01-28T17:03:51.527Z | Compiling serde_urlencoded v0.7.1 |
1864 | 2025-01-28T17:03:51.585Z | Compiling rustls-pemfile v2.2.0 |
1865 | 2025-01-28T17:03:52.052Z | Compiling hubpack_derive v0.1.1 |
1866 | 2025-01-28T17:03:52.095Z | Compiling dropshot_endpoint v0.12.0 |
1867 | 2025-01-28T17:03:52.173Z | Compiling sha1 v0.10.6 |
1868 | 2025-01-28T17:03:52.194Z | Compiling signature v2.2.0 |
1869 | 2025-01-28T17:03:52.423Z | Compiling curve25519-dalek-derive v0.1.1 |
1870 | 2025-01-28T17:03:52.583Z | Compiling zerocopy-derive v0.6.6 |
1871 | 2025-01-28T17:03:53.734Z | Compiling object v0.36.5 |
1872 | 2025-01-28T17:03:54.281Z | Compiling thread_local v1.1.8 |
1873 | 2025-01-28T17:03:54.725Z | Compiling fs-err v2.11.0 |
1874 | 2025-01-28T17:03:58.393Z | Compiling anstyle v1.0.10 |
1875 | 2025-01-28T17:03:58.807Z | Compiling openssl-probe v0.1.5 |
1876 | 2025-01-28T17:03:59.300Z | Compiling ipnet v2.10.1 |
1877 | 2025-01-28T17:03:59.689Z | Compiling utf8parse v0.2.2 |
1878 | 2025-01-28T17:04:00.358Z | Compiling winnow v0.6.20 |
1879 | 2025-01-28T17:04:00.443Z | Compiling unicode-bidi v0.3.17 |
1880 | 2025-01-28T17:04:00.526Z | Compiling rustc-demangle v0.1.24 |
1881 | 2025-01-28T17:04:02.061Z | Compiling unicode-properties v0.1.3 |
1882 | 2025-01-28T17:04:02.898Z | Compiling stringprep v0.1.5 |
1883 | 2025-01-28T17:04:03.765Z | Compiling rustls-webpki v0.102.8 |
1884 | 2025-01-28T17:04:03.817Z | Compiling toml_edit v0.22.22 |
1885 | 2025-01-28T17:04:04.564Z | Compiling backtrace v0.3.74 |
1886 | 2025-01-28T17:04:13.135Z | Compiling anstyle-parse v0.2.5 |
1887 | 2025-01-28T17:04:14.799Z | Compiling crossbeam-deque v0.8.5 |
1888 | 2025-01-28T17:04:15.056Z | Compiling darling_macro v0.20.10 |
1889 | 2025-01-28T17:04:15.153Z | Compiling term v0.7.0 |
1890 | 2025-01-28T17:04:15.934Z | Compiling slog-json v2.6.1 |
1891 | 2025-01-28T17:04:17.025Z | Compiling crossbeam-channel v0.5.13 |
1892 | 2025-01-28T17:04:17.877Z | Compiling hashbrown v0.14.5 |
1893 | 2025-01-28T17:04:18.047Z | Compiling futures-executor v0.3.31 |
1894 | 2025-01-28T17:04:18.263Z | Compiling num-integer v0.1.46 |
1895 | 2025-01-28T17:04:18.352Z | Compiling md-5 v0.10.6 |
1896 | 2025-01-28T17:04:18.480Z | Compiling ff v0.13.0 |
1897 | 2025-01-28T17:04:18.592Z | Compiling hash32 v0.2.1 |
1898 | 2025-01-28T17:04:18.723Z | Compiling is-terminal v0.4.13 |
1899 | 2025-01-28T17:04:18.759Z | Compiling memmap v0.7.0 |
1900 | 2025-01-28T17:04:18.908Z | Compiling fallible-iterator v0.2.0 |
1901 | 2025-01-28T17:04:18.948Z | Compiling psl-types v2.0.11 |
1902 | 2025-01-28T17:04:18.979Z | Compiling quick-error v1.2.3 |
1903 | 2025-01-28T17:04:19.050Z | Compiling base16ct v0.2.0 |
1904 | 2025-01-28T17:04:19.138Z | Compiling linked-hash-map v0.5.6 |
1905 | 2025-01-28T17:04:19.141Z | Compiling colorchoice v1.0.2 |
1906 | 2025-01-28T17:04:19.340Z | Compiling is_terminal_polyfill v1.70.1 |
1907 | 2025-01-28T17:04:19.561Z | Compiling utf-8 v0.7.6 |
1908 | 2025-01-28T17:04:19.702Z | Compiling anstyle-query v1.1.1 |
1909 | 2025-01-28T17:04:19.843Z | Compiling take_mut v0.2.2 |
1910 | 2025-01-28T17:04:19.865Z | Compiling anstream v0.6.15 |
1911 | 2025-01-28T17:04:19.934Z | Compiling tungstenite v0.24.0 |
1912 | 2025-01-28T17:04:20.168Z | Compiling publicsuffix v2.3.0 |
1913 | 2025-01-28T17:04:20.425Z | Compiling postgres-protocol v0.6.7 |
1914 | 2025-01-28T17:04:20.528Z | Compiling lru-cache v0.1.2 |
1915 | 2025-01-28T17:04:20.740Z | Compiling sec1 v0.7.3 |
1916 | 2025-01-28T17:04:21.197Z | Compiling resolv-conf v0.7.0 |
1917 | 2025-01-28T17:04:21.273Z | Compiling usdt v0.5.0 |
1918 | 2025-01-28T17:04:21.735Z | Compiling regress v0.10.1 |
1919 | 2025-01-28T17:04:21.754Z | Compiling slog-term v2.9.1 |
1920 | 2025-01-28T17:04:21.828Z | Compiling num-iter v0.1.45 |
1921 | 2025-01-28T17:04:22.025Z | Compiling group v0.13.0 |
1922 | 2025-01-28T17:04:22.315Z | Compiling futures v0.3.31 |
1923 | 2025-01-28T17:04:25.249Z | Compiling slog-bunyan v2.5.0 |
1924 | 2025-01-28T17:04:25.500Z | Compiling darling v0.20.10 |
1925 | 2025-01-28T17:04:25.648Z | Compiling tokio-native-tls v0.3.1 |
1926 | 2025-01-28T17:04:25.938Z | Compiling tokio-rustls v0.26.0 |
1927 | 2025-01-28T17:04:26.239Z | Compiling tokio-rustls v0.25.0 |
1928 | 2025-01-28T17:04:26.258Z | Compiling toml v0.8.19 |
1929 | 2025-01-28T17:04:26.339Z | Compiling hickory-proto v0.24.2 |
1930 | 2025-01-28T17:04:26.652Z | Compiling strum_macros v0.25.3 |
1931 | 2025-01-28T17:04:27.579Z | Compiling phf_shared v0.11.2 |
1932 | 2025-01-28T17:04:27.924Z | Compiling async-stream v0.3.6 |
1933 | 2025-01-28T17:04:27.970Z | Compiling waitgroup v0.1.2 |
1934 | 2025-01-28T17:04:27.993Z | Compiling webpki-roots v0.26.6 |
1935 | 2025-01-28T17:04:28.290Z | Compiling terminal_size v0.4.0 |
1936 | 2025-01-28T17:04:28.384Z | Compiling hkdf v0.12.4 |
1937 | 2025-01-28T17:04:28.521Z | Compiling serde_path_to_error v0.1.16 |
1938 | 2025-01-28T17:04:28.619Z | Compiling crypto-bigint v0.5.5 |
1939 | 2025-01-28T17:04:29.187Z | Compiling serde_repr v0.1.19 |
1940 | 2025-01-28T17:04:29.246Z | Compiling clap_derive v4.5.24 |
1941 | 2025-01-28T17:04:29.940Z | Compiling derive-where v1.2.7 |
1942 | 2025-01-28T17:04:30.243Z | Compiling hostname v0.4.0 |
1943 | 2025-01-28T17:04:30.450Z | Compiling crc32fast v1.4.2 |
1944 | 2025-01-28T17:04:30.763Z | Compiling unicode-width v0.2.0 |
1945 | 2025-01-28T17:04:31.285Z | Compiling managed v0.8.0 |
1946 | 2025-01-28T17:04:32.128Z | Compiling clap_lex v0.7.4 |
1947 | 2025-01-28T17:04:32.538Z | Compiling bitflags v1.3.2 |
1948 | 2025-01-28T17:04:32.781Z | Compiling debug-ignore v1.0.5 |
1949 | 2025-01-28T17:04:33.346Z | Compiling clap_builder v4.5.27 |
1950 | 2025-01-28T17:04:35.271Z | Compiling hickory-resolver v0.24.2 |
1951 | 2025-01-28T17:04:35.981Z | Compiling elliptic-curve v0.13.8 |
1952 | 2025-01-28T17:04:36.718Z | Compiling console v0.15.10 |
1953 | 2025-01-28T17:04:37.841Z | Compiling flate2 v1.0.35 |
1954 | 2025-01-28T17:04:39.034Z | Compiling hyper-rustls v0.27.3 |
1955 | 2025-01-28T17:04:39.616Z | Compiling phf v0.11.2 |
1956 | 2025-01-28T17:04:40.177Z | Compiling hyper-tls v0.6.0 |
1957 | 2025-01-28T17:04:40.549Z | Compiling signal-hook-mio v0.2.4 |
1958 | 2025-01-28T17:04:40.718Z | Compiling typify-impl v0.2.0 |
1959 | 2025-01-28T17:04:40.800Z | Compiling rayon v1.10.0 |
1960 | 2025-01-28T17:04:42.723Z | Compiling bzip2 v0.4.4 |
1961 | 2025-01-28T17:04:43.083Z | Compiling cookie_store v0.21.1 |
1962 | 2025-01-28T17:04:44.930Z | Compiling postgres-types v0.2.8 |
1963 | 2025-01-28T17:04:45.430Z | Compiling tokio-tungstenite v0.24.0 |
1964 | 2025-01-28T17:04:45.744Z | Compiling zerocopy v0.6.6 |
1965 | 2025-01-28T17:04:45.941Z | Compiling hubpack v0.1.2 |
1966 | 2025-01-28T17:04:46.147Z | Compiling ed25519 v2.2.3 |
1967 | 2025-01-28T17:04:46.381Z | Compiling phf_shared v0.10.0 |
1968 | 2025-01-28T17:04:46.462Z | Compiling pkcs1 v0.7.5 |
1969 | 2025-01-28T17:04:46.582Z | Compiling tokio-stream v0.1.16 |
1970 | 2025-01-28T17:04:46.781Z | Compiling ipnetwork v0.20.0 |
1971 | 2025-01-28T17:04:47.333Z | Compiling rfc6979 v0.4.0 |
1972 | 2025-01-28T17:04:47.486Z | Compiling serde-big-array v0.5.1 |
1973 | 2025-01-28T17:04:47.539Z | Compiling float-cmp v0.9.0 |
1974 | 2025-01-28T17:04:47.571Z | Compiling sync_wrapper v1.0.1 |
1975 | 2025-01-28T17:04:47.745Z | Compiling bstr v1.10.0 |
1976 | 2025-01-28T17:04:47.888Z | Compiling bit-vec v0.6.3 |
1977 | 2025-01-28T17:04:48.287Z | Compiling new_debug_unreachable v1.0.6 |
1978 | 2025-01-28T17:04:48.667Z | Compiling precomputed-hash v0.1.1 |
1979 | 2025-01-28T17:04:48.785Z | Compiling whoami v1.5.2 |
1980 | 2025-01-28T17:04:48.805Z | Compiling difflib v0.4.0 |
1981 | 2025-01-28T17:04:49.287Z | Compiling fixedbitset v0.4.2 |
1982 | 2025-01-28T17:04:49.692Z | Compiling normalize-line-endings v0.3.0 |
1983 | 2025-01-28T17:04:49.839Z | Compiling static_assertions v1.1.0 |
1984 | 2025-01-28T17:04:49.887Z | Compiling number_prefix v0.4.0 |
1985 | 2025-01-28T17:04:49.954Z | Compiling unicode-segmentation v1.12.0 |
1986 | 2025-01-28T17:04:50.132Z | Compiling predicates-core v1.0.8 |
1987 | 2025-01-28T17:04:50.420Z | Compiling predicates v3.1.2 |
1988 | 2025-01-28T17:04:50.500Z | Compiling indicatif v0.17.9 |
1989 | 2025-01-28T17:04:50.794Z | Compiling similar v2.6.0 |
1990 | 2025-01-28T17:04:50.865Z | Compiling typify-macro v0.2.0 |
1991 | 2025-01-28T17:04:50.887Z | Compiling reqwest v0.12.9 |
1992 | 2025-01-28T17:04:51.767Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1993 | 2025-01-28T17:04:52.189Z | Compiling petgraph v0.6.5 |
1994 | 2025-01-28T17:04:52.598Z | Compiling tokio-postgres v0.7.12 |
1995 | 2025-01-28T17:04:52.687Z | Compiling string_cache v0.8.7 |
1996 | 2025-01-28T17:04:54.142Z | Compiling bit-set v0.5.3 |
1997 | 2025-01-28T17:04:55.516Z | Compiling ecdsa v0.16.9 |
1998 | 2025-01-28T17:04:55.957Z | Compiling qorb v0.2.1 |
1999 | 2025-01-28T17:04:56.719Z | Compiling rsa v0.9.6 |
2000 | 2025-01-28T17:04:57.787Z | Compiling ed25519-dalek v2.1.1 |
2001 | 2025-01-28T17:04:58.196Z | Compiling zip v0.6.6 |
2002 | 2025-01-28T17:04:58.318Z | Compiling crossterm v0.28.1 |
2003 | 2025-01-28T17:04:59.021Z | Compiling clap v4.5.27 |
2004 | 2025-01-28T17:05:00.601Z | Compiling toml v0.7.8 |
2005 | 2025-01-28T17:05:01.089Z | Compiling x509-cert v0.2.5 |
2006 | 2025-01-28T17:05:01.942Z | Compiling hex v0.4.3 |
2007 | 2025-01-28T17:05:02.558Z | Compiling itertools v0.10.5 |
2008 | 2025-01-28T17:05:03.579Z | Compiling peg-runtime v0.8.3 |
2009 | 2025-01-28T17:05:03.672Z | Compiling zerocopy v0.8.10 |
2010 | 2025-01-28T17:05:04.064Z | Compiling unicode-xid v0.2.6 |
2011 | 2025-01-28T17:05:04.268Z | Compiling lalrpop-util v0.19.12 |
2012 | 2025-01-28T17:05:05.198Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2013 | 2025-01-28T17:05:09.658Z | Compiling proc-macro-crate v1.3.1 |
2014 | 2025-01-28T17:05:09.712Z | Compiling macaddr v1.0.1 |
2015 | 2025-01-28T17:05:10.426Z | Compiling zerocopy-derive v0.8.10 |
2016 | 2025-01-28T17:05:10.598Z | Compiling itertools v0.13.0 |
2017 | 2025-01-28T17:05:13.512Z | Compiling heapless v0.8.0 |
2018 | 2025-01-28T17:05:13.677Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2019 | 2025-01-28T17:05:18.245Z | Compiling num_enum_derive v0.5.11 |
2020 | 2025-01-28T17:05:26.264Z | Compiling hash32 v0.3.1 |
2021 | 2025-01-28T17:05:26.737Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2022 | 2025-01-28T17:05:27.584Z | Compiling smoltcp v0.11.0 |
2023 | 2025-01-28T17:05:32.362Z | Compiling num_enum v0.5.11 |
2024 | 2025-01-28T17:05:32.562Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2025 | 2025-01-28T17:05:33.426Z | Compiling typify v0.2.0 |
2026 | 2025-01-28T17:05:33.450Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2027 | 2025-01-28T17:05:34.005Z | Compiling proc-macro-error-attr v1.0.4 |
2028 | 2025-01-28T17:05:34.142Z | Compiling thiserror v2.0.11 |
2029 | 2025-01-28T17:05:34.323Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2030 | 2025-01-28T17:05:34.632Z | Compiling unsafe-libyaml v0.2.11 |
2031 | 2025-01-28T17:05:35.403Z | Compiling cobs v0.2.3 |
2032 | 2025-01-28T17:05:36.300Z | Compiling serde_yaml v0.9.34+deprecated |
2033 | 2025-01-28T17:05:36.320Z | Compiling postcard v1.0.10 |
2034 | 2025-01-28T17:05:47.886Z | Compiling progenitor-impl v0.8.0 |
2035 | 2025-01-28T17:05:52.670Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2036 | 2025-01-28T17:06:01.980Z | Compiling strum_macros v0.26.4 |
2037 | 2025-01-28T17:06:02.744Z | Compiling thiserror-impl v2.0.11 |
2038 | 2025-01-28T17:06:02.763Z | Compiling structmeta-derive v0.3.0 |
2039 | 2025-01-28T17:06:02.937Z | Compiling foreign-types-macros v0.2.3 |
2040 | 2025-01-28T17:06:03.394Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2041 | 2025-01-28T17:06:03.706Z | Compiling proc-macro-error v1.0.4 |
2042 | 2025-01-28T17:06:04.231Z | Compiling foreign-types-shared v0.3.1 |
2043 | 2025-01-28T17:06:04.801Z | Compiling unicode-width v0.1.14 |
2044 | 2025-01-28T17:06:05.118Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2045 | 2025-01-28T17:06:06.024Z | Compiling strum v0.26.3 |
2046 | 2025-01-28T17:06:06.256Z | Compiling tabwriter v1.4.0 |
2047 | 2025-01-28T17:06:06.590Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2025-01-28T17:06:07.019Z | Compiling structmeta v0.3.0 |
2049 | 2025-01-28T17:06:10.924Z | Compiling foreign-types v0.5.0 |
2050 | 2025-01-28T17:06:16.312Z | Compiling progenitor-macro v0.8.0 |
2051 | 2025-01-28T17:06:18.529Z | Compiling progenitor-client v0.8.0 |
2052 | 2025-01-28T17:06:22.209Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2053 | 2025-01-28T17:06:22.848Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2054 | 2025-01-28T17:06:22.986Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2055 | 2025-01-28T17:06:23.620Z | Compiling cstr-argument v0.1.2 |
2056 | 2025-01-28T17:06:23.805Z | Compiling dropshot v0.15.1 |
2057 | 2025-01-28T17:06:23.917Z | Compiling pretty-hex v0.2.1 |
2058 | 2025-01-28T17:06:23.995Z | Compiling crucible-workspace-hack v0.1.0 |
2059 | 2025-01-28T17:06:24.146Z | Compiling fastrand v2.1.1 |
2060 | 2025-01-28T17:06:24.284Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2061 | 2025-01-28T17:06:24.622Z | Compiling tempfile v3.13.0 |
2062 | 2025-01-28T17:06:24.916Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2063 | 2025-01-28T17:06:25.401Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2064 | 2025-01-28T17:06:25.795Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2065 | 2025-01-28T17:06:26.523Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2066 | 2025-01-28T17:06:26.862Z | Compiling parse-display-derive v0.10.0 |
2067 | 2025-01-28T17:06:27.035Z | Compiling progenitor v0.8.0 |
2068 | 2025-01-28T17:06:27.059Z | Compiling colored v2.1.0 |
2069 | 2025-01-28T17:06:27.151Z | Compiling serde_with_macros v3.11.0 |
2070 | 2025-01-28T17:06:27.264Z | Compiling dropshot_endpoint v0.15.1 |
2071 | 2025-01-28T17:06:28.240Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2072 | 2025-01-28T17:06:28.986Z | Compiling instant v0.1.13 |
2073 | 2025-01-28T17:06:29.172Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2074 | 2025-01-28T17:06:29.508Z | Compiling serde_with v3.11.0 |
2075 | 2025-01-28T17:06:29.565Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2025-01-28T17:06:30.134Z | Compiling backoff v0.4.0 |
2077 | 2025-01-28T17:06:30.374Z | Compiling parse-display v0.10.0 |
2078 | 2025-01-28T17:06:30.498Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2079 | 2025-01-28T17:06:32.168Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2080 | 2025-01-28T17:06:32.404Z | Compiling zone_cfg_derive v0.3.0 |
2081 | 2025-01-28T17:06:32.471Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2082 | 2025-01-28T17:06:33.160Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2083 | 2025-01-28T17:06:33.441Z | Compiling camino-tempfile v1.1.1 |
2084 | 2025-01-28T17:06:33.807Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2085 | 2025-01-28T17:06:33.855Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2086 | 2025-01-28T17:06:34.062Z | Compiling regress v0.9.1 |
2087 | 2025-01-28T17:06:34.195Z | Compiling progenitor-client v0.9.1 |
2088 | 2025-01-28T17:06:34.258Z | Compiling num-derive v0.4.2 |
2089 | 2025-01-28T17:06:35.060Z | Compiling sigpipe v0.1.3 |
2090 | 2025-01-28T17:06:35.216Z | Compiling libefi-sys v0.1.0 |
2091 | 2025-01-28T17:06:35.521Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2092 | 2025-01-28T17:06:35.892Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2093 | 2025-01-28T17:06:36.448Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2094 | 2025-01-28T17:06:37.961Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2095 | 2025-01-28T17:06:38.527Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2096 | 2025-01-28T17:06:39.068Z | Compiling zone v0.3.0 |
2097 | 2025-01-28T17:06:40.098Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2098 | 2025-01-28T17:06:42.485Z | Compiling smf v0.2.3 |
2099 | 2025-01-28T17:06:43.781Z | Compiling bitfield-struct v0.6.2 |
2100 | 2025-01-28T17:06:44.189Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2101 | 2025-01-28T17:06:44.600Z | Compiling blake3 v1.5.4 |
2102 | 2025-01-28T17:06:45.092Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2103 | 2025-01-28T17:06:45.499Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2104 | 2025-01-28T17:06:45.718Z | Compiling xattr v1.3.1 |
2105 | 2025-01-28T17:06:45.854Z | Compiling filetime v0.2.25 |
2106 | 2025-01-28T17:06:45.873Z | Compiling memmap2 v0.9.5 |
2107 | 2025-01-28T17:06:46.039Z | Compiling same-file v1.0.6 |
2108 | 2025-01-28T17:06:46.223Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2109 | 2025-01-28T17:06:46.333Z | Compiling arrayvec v0.7.6 |
2110 | 2025-01-28T17:06:46.391Z | Compiling arrayref v0.3.9 |
2111 | 2025-01-28T17:06:46.474Z | Compiling constant_time_eq v0.3.1 |
2112 | 2025-01-28T17:06:46.519Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2113 | 2025-01-28T17:06:46.566Z | Compiling walkdir v2.5.0 |
2114 | 2025-01-28T17:06:46.673Z | Compiling tar v0.4.42 |
2115 | 2025-01-28T17:06:48.185Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2116 | 2025-01-28T17:06:48.642Z | Compiling gethostname v0.5.0 |
2117 | 2025-01-28T17:06:48.858Z | Compiling cargo-platform v0.1.8 |
2118 | 2025-01-28T17:06:49.106Z | Compiling topological-sort v0.2.2 |
2119 | 2025-01-28T17:06:49.359Z | Compiling omicron-zone-package v0.12.0 |
2120 | 2025-01-28T17:06:49.392Z | Compiling cargo_metadata v0.18.1 |
2121 | 2025-01-28T17:06:49.887Z | Compiling indent_write v2.2.0 |
2122 | 2025-01-28T17:06:49.921Z | Compiling shell-words v1.1.0 |
2123 | 2025-01-28T17:06:56.509Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2124 | 2025-01-28T17:06:58.933Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2125 | 2025-01-28T17:07:04.563Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2025-01-28T17:07:18.799Z | Finished `release` profile [optimized] target(s) in 5m 08s |
2127 | 2025-01-28T17:07:18.961Z | Running `target/release/omicron-package -t test target create -p dev` |
2128 | 2025-01-28T17:07:19.008Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2129 | 2025-01-28T17:07:19.011Z | Created new build target 'test' and set it as active |
2130 | 2025-01-28T17:07:19.011Z | |
2131 | 2025-01-28T17:07:19.011Z | real 5:08.697925899 |
2132 | 2025-01-28T17:07:19.011Z | user 35:59.155412221 |
2133 | 2025-01-28T17:07:19.011Z | sys 3:17.380954581 |
2134 | 2025-01-28T17:07:19.011Z | trap 1.098379735 |
2135 | 2025-01-28T17:07:19.011Z | tflt 2.682469392 |
2136 | 2025-01-28T17:07:19.011Z | dflt 0.593241558 |
2137 | 2025-01-28T17:07:19.011Z | kflt 0.010152016 |
2138 | 2025-01-28T17:07:19.011Z | lock 1:11:46.787905752 |
2139 | 2025-01-28T17:07:19.011Z | slp 2:24:27.725086042 |
2140 | 2025-01-28T17:07:19.011Z | lat 2:42.677853480 |
2141 | 2025-01-28T17:07:19.011Z | stop 4:42.631952685 |
2142 | 2025-01-28T17:07:19.011Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2143 | 2025-01-28T17:07:19.948Z | Finished `release` profile [optimized] target(s) in 0.88s |
2144 | 2025-01-28T17:07:20.006Z | Running `target/release/omicron-package -t test package` |
2145 | 2025-01-28T17:07:20.052Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2146 | 2025-01-28T17:07:21.156Z | Compiling thiserror v2.0.11 |
2147 | 2025-01-28T17:07:21.292Z | Compiling typify-impl v0.3.0 |
2148 | 2025-01-28T17:07:21.303Z | Compiling convert_case v0.4.0 |
2149 | 2025-01-28T17:07:21.305Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2150 | 2025-01-28T17:07:21.305Z | Compiling newline-converter v0.3.0 |
2151 | 2025-01-28T17:07:21.305Z | Compiling password-hash v0.5.0 |
2152 | 2025-01-28T17:07:21.305Z | Compiling blake2 v0.10.6 |
2153 | 2025-01-28T17:07:21.306Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2154 | 2025-01-28T17:07:21.573Z | Compiling expectorate v1.1.0 |
2155 | 2025-01-28T17:07:21.676Z | Compiling base64 v0.21.7 |
2156 | 2025-01-28T17:07:21.846Z | Compiling atomicwrites v0.4.4 |
2157 | 2025-01-28T17:07:22.005Z | Compiling derive_more v0.99.18 |
2158 | 2025-01-28T17:07:22.305Z | Compiling argon2 v0.5.3 |
2159 | 2025-01-28T17:07:22.362Z | Compiling owo-colors v4.1.0 |
2160 | 2025-01-28T17:07:22.506Z | Compiling cancel-safe-futures v0.1.5 |
2161 | 2025-01-28T17:07:22.701Z | Compiling num-rational v0.4.2 |
2162 | 2025-01-28T17:07:22.718Z | Compiling progenitor-client v0.9.1 |
2163 | 2025-01-28T17:07:22.908Z | Compiling num-complex v0.4.6 |
2164 | 2025-01-28T17:07:23.231Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2165 | 2025-01-28T17:07:24.052Z | Compiling num v0.4.3 |
2166 | 2025-01-28T17:07:24.176Z | Compiling libsw v3.3.1 |
2167 | 2025-01-28T17:07:24.215Z | Compiling linear-map v1.2.0 |
2168 | 2025-01-28T17:07:24.518Z | Compiling float-ord v0.3.2 |
2169 | 2025-01-28T17:07:24.628Z | Compiling swrite v0.1.0 |
2170 | 2025-01-28T17:07:24.648Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2171 | 2025-01-28T17:07:24.707Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2172 | 2025-01-28T17:07:24.781Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2173 | 2025-01-28T17:07:25.036Z | Compiling highway v1.2.0 |
2174 | 2025-01-28T17:07:26.215Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2175 | 2025-01-28T17:07:26.457Z | Compiling semver v0.1.20 |
2176 | 2025-01-28T17:07:27.000Z | Compiling rustc_version v0.1.7 |
2177 | 2025-01-28T17:07:27.406Z | Compiling newtype_derive v0.1.6 |
2178 | 2025-01-28T17:07:27.737Z | Compiling tungstenite v0.21.0 |
2179 | 2025-01-28T17:07:27.765Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2180 | 2025-01-28T17:07:32.244Z | Compiling typify-macro v0.3.0 |
2181 | 2025-01-28T17:07:32.287Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2182 | 2025-01-28T17:07:32.605Z | Compiling ipnetwork v0.20.0 |
2183 | 2025-01-28T17:07:33.336Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2184 | 2025-01-28T17:07:33.859Z | Compiling tokio-tungstenite v0.21.0 |
2185 | 2025-01-28T17:07:33.956Z | Compiling progenitor-client v0.8.0 |
2186 | 2025-01-28T17:07:33.975Z | Compiling humantime v2.1.0 |
2187 | 2025-01-28T17:07:34.413Z | Compiling progenitor v0.8.0 |
2188 | 2025-01-28T17:07:34.626Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2189 | 2025-01-28T17:07:34.645Z | Compiling dropshot v0.15.1 |
2190 | 2025-01-28T17:07:34.718Z | Compiling instant v0.1.13 |
2191 | 2025-01-28T17:07:34.895Z | Compiling backoff v0.4.0 |
2192 | 2025-01-28T17:07:35.262Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2193 | 2025-01-28T17:07:35.453Z | Compiling steno v0.4.1 |
2194 | 2025-01-28T17:07:35.573Z | Compiling typify v0.3.0 |
2195 | 2025-01-28T17:07:35.707Z | Compiling progenitor-impl v0.9.1 |
2196 | 2025-01-28T17:07:41.575Z | Compiling progenitor-macro v0.9.1 |
2197 | 2025-01-28T17:07:42.556Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2198 | 2025-01-28T17:07:43.080Z | Compiling parse-display v0.10.0 |
2199 | 2025-01-28T17:07:43.588Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2200 | 2025-01-28T17:07:43.786Z | Compiling strum v0.26.3 |
2201 | 2025-01-28T17:07:43.988Z | Compiling serde_with v3.11.0 |
2202 | 2025-01-28T17:07:46.784Z | Compiling regress v0.9.1 |
2203 | 2025-01-28T17:07:47.386Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2204 | 2025-01-28T17:07:49.020Z | Compiling macaddr v1.0.1 |
2205 | 2025-01-28T17:07:49.557Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2206 | 2025-01-28T17:07:49.764Z | Compiling slog-dtrace v0.3.0 |
2207 | 2025-01-28T17:07:50.054Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2208 | 2025-01-28T17:07:50.164Z | Compiling prettyplease v0.2.25 |
2209 | 2025-01-28T17:07:51.286Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2210 | 2025-01-28T17:07:52.224Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2211 | 2025-01-28T17:07:52.408Z | Compiling progenitor v0.9.1 |
2212 | 2025-01-28T17:07:52.641Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2213 | 2025-01-28T17:07:55.506Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2214 | 2025-01-28T17:07:56.538Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2215 | 2025-01-28T17:08:05.989Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2025-01-28T17:08:07.839Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2217 | 2025-01-28T17:08:08.871Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2218 | 2025-01-28T17:08:09.221Z | Compiling half v2.4.1 |
2219 | 2025-01-28T17:08:09.907Z | Compiling ciborium-io v0.2.2 |
2220 | 2025-01-28T17:08:10.063Z | Compiling ciborium-ll v0.2.2 |
2221 | 2025-01-28T17:08:10.661Z | Compiling ciborium v0.2.2 |
2222 | 2025-01-28T17:08:11.214Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2223 | 2025-01-28T17:08:12.683Z | Compiling display-error-chain v0.2.2 |
2224 | 2025-01-28T17:08:12.867Z | Compiling fastrand v2.1.1 |
2225 | 2025-01-28T17:08:12.909Z | Compiling same-file v1.0.6 |
2226 | 2025-01-28T17:08:13.041Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2227 | 2025-01-28T17:08:13.166Z | Compiling walkdir v2.5.0 |
2228 | 2025-01-28T17:08:13.344Z | Compiling tempfile v3.13.0 |
2229 | 2025-01-28T17:08:13.672Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2230 | 2025-01-28T17:08:13.733Z | Compiling blake3 v1.5.4 |
2231 | 2025-01-28T17:08:14.068Z | Compiling const_format_proc_macros v0.2.34 |
2232 | 2025-01-28T17:08:14.407Z | Compiling xattr v1.3.1 |
2233 | 2025-01-28T17:08:14.684Z | Compiling memmap2 v0.9.5 |
2234 | 2025-01-28T17:08:15.092Z | Compiling filetime v0.2.25 |
2235 | 2025-01-28T17:08:15.491Z | Compiling crunchy v0.2.2 |
2236 | 2025-01-28T17:08:15.754Z | Compiling keccak v0.1.5 |
2237 | 2025-01-28T17:08:15.917Z | Compiling arrayref v0.3.9 |
2238 | 2025-01-28T17:08:16.037Z | Compiling maplit v1.0.2 |
2239 | 2025-01-28T17:08:16.184Z | Compiling arrayvec v0.7.6 |
2240 | 2025-01-28T17:08:16.664Z | Compiling constant_time_eq v0.3.1 |
2241 | 2025-01-28T17:08:16.862Z | Compiling sha3 v0.10.8 |
2242 | 2025-01-28T17:08:17.086Z | Compiling const_format v0.2.34 |
2243 | 2025-01-28T17:08:17.695Z | Compiling tar v0.4.42 |
2244 | 2025-01-28T17:08:17.812Z | Compiling camino-tempfile v1.1.1 |
2245 | 2025-01-28T17:08:18.256Z | Compiling toolchain_find v0.4.0 |
2246 | 2025-01-28T17:08:18.355Z | Compiling tiny-keccak v2.0.2 |
2247 | 2025-01-28T17:08:18.412Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2248 | 2025-01-28T17:08:18.667Z | Compiling topological-sort v0.2.2 |
2249 | 2025-01-28T17:08:18.785Z | Compiling radium v0.7.0 |
2250 | 2025-01-28T17:08:18.851Z | Compiling rustfmt-wrapper v0.2.1 |
2251 | 2025-01-28T17:08:18.905Z | Compiling omicron-zone-package v0.12.0 |
2252 | 2025-01-28T17:08:19.419Z | Compiling dsl_auto_type v0.1.2 |
2253 | 2025-01-28T17:08:19.448Z | Compiling scheduled-thread-pool v0.2.7 |
2254 | 2025-01-28T17:08:19.627Z | Compiling diesel_table_macro_syntax v0.2.0 |
2255 | 2025-01-28T17:08:20.019Z | Compiling tap v1.0.1 |
2256 | 2025-01-28T17:08:20.236Z | Compiling maybe-uninit v2.0.0 |
2257 | 2025-01-28T17:08:20.631Z | Compiling diesel_derives v2.2.3 |
2258 | 2025-01-28T17:08:20.780Z | Compiling wyz v0.5.1 |
2259 | 2025-01-28T17:08:20.814Z | Compiling r2d2 v0.8.10 |
2260 | 2025-01-28T17:08:21.726Z | Compiling phf_generator v0.11.2 |
2261 | 2025-01-28T17:08:21.797Z | Compiling ascii-canvas v3.0.0 |
2262 | 2025-01-28T17:08:21.933Z | Compiling secrecy v0.8.0 |
2263 | 2025-01-28T17:08:22.222Z | Compiling ena v0.14.3 |
2264 | 2025-01-28T17:08:22.267Z | Compiling async-recursion v1.1.1 |
2265 | 2025-01-28T17:08:22.625Z | Compiling diff v0.1.13 |
2266 | 2025-01-28T17:08:23.115Z | Compiling arc-swap v1.7.1 |
2267 | 2025-01-28T17:08:23.567Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2268 | 2025-01-28T17:08:23.784Z | Compiling regex-syntax v0.6.29 |
2269 | 2025-01-28T17:08:23.887Z | Compiling packed_struct v0.10.1 |
2270 | 2025-01-28T17:08:23.905Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2271 | 2025-01-28T17:08:24.283Z | Compiling crc-catalog v2.4.0 |
2272 | 2025-01-28T17:08:24.454Z | Compiling funty v2.0.0 |
2273 | 2025-01-28T17:08:25.408Z | Compiling bitvec v1.0.1 |
2274 | 2025-01-28T17:08:26.185Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2275 | 2025-01-28T17:08:27.190Z | Compiling lalrpop v0.19.12 |
2276 | 2025-01-28T17:08:28.711Z | Compiling crc v3.2.1 |
2277 | 2025-01-28T17:08:29.772Z | Compiling slog-scope v4.4.0 |
2278 | 2025-01-28T17:08:30.551Z | Compiling phf_codegen v0.11.2 |
2279 | 2025-01-28T17:08:30.788Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2280 | 2025-01-28T17:08:30.884Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2281 | 2025-01-28T17:08:31.101Z | Compiling universal-hash v0.5.1 |
2282 | 2025-01-28T17:08:31.131Z | Compiling diesel v2.2.6 |
2283 | 2025-01-28T17:08:31.351Z | Compiling thiserror-impl-no-std v2.0.2 |
2284 | 2025-01-28T17:08:31.809Z | Compiling packed_struct_codegen v0.10.1 |
2285 | 2025-01-28T17:08:33.681Z | Compiling parse-zoneinfo v0.3.1 |
2286 | 2025-01-28T17:08:34.158Z | Compiling indexmap v1.9.3 |
2287 | 2025-01-28T17:08:34.532Z | Compiling unicase v2.7.0 |
2288 | 2025-01-28T17:08:34.714Z | Compiling opaque-debug v0.3.1 |
2289 | 2025-01-28T17:08:34.841Z | Compiling nodrop v0.1.14 |
2290 | 2025-01-28T17:08:34.863Z | Compiling ref-cast v1.0.23 |
2291 | 2025-01-28T17:08:34.998Z | Compiling array-init v0.0.4 |
2292 | 2025-01-28T17:08:35.100Z | Compiling poly1305 v0.8.0 |
2293 | 2025-01-28T17:08:35.926Z | Compiling chrono-tz-build v0.4.0 |
2294 | 2025-01-28T17:08:36.985Z | Compiling thiserror-no-std v2.0.2 |
2295 | 2025-01-28T17:08:37.157Z | Compiling smallvec v0.6.14 |
2296 | 2025-01-28T17:08:37.643Z | Compiling slog-stdlog v4.1.1 |
2297 | 2025-01-28T17:08:39.048Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2298 | 2025-01-28T17:08:39.372Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2299 | 2025-01-28T17:08:39.692Z | Compiling derive_builder_core v0.20.2 |
2300 | 2025-01-28T17:08:40.685Z | Compiling chacha20 v0.9.1 |
2301 | 2025-01-28T17:08:41.172Z | Compiling headers-core v0.3.0 |
2302 | 2025-01-28T17:08:41.379Z | Compiling aead v0.5.2 |
2303 | 2025-01-28T17:08:41.758Z | Compiling libxml v0.3.3 |
2304 | 2025-01-28T17:08:41.794Z | Compiling ref-cast-impl v1.0.23 |
2305 | 2025-01-28T17:08:42.133Z | Compiling vte_generate_state_changes v0.1.2 |
2306 | 2025-01-28T17:08:42.748Z | Compiling termcolor v1.4.1 |
2307 | 2025-01-28T17:08:42.878Z | Compiling bitfield v0.14.0 |
2308 | 2025-01-28T17:08:43.215Z | Compiling hashbrown v0.12.3 |
2309 | 2025-01-28T17:08:43.760Z | Compiling env_logger v0.10.2 |
2310 | 2025-01-28T17:08:45.524Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2311 | 2025-01-28T17:08:47.089Z | Compiling vte v0.11.1 |
2312 | 2025-01-28T17:08:48.651Z | Compiling derive_builder_macro v0.20.2 |
2313 | 2025-01-28T17:08:49.468Z | Compiling chacha20poly1305 v0.10.1 |
2314 | 2025-01-28T17:08:49.489Z | Compiling polar-core v0.27.3 |
2315 | 2025-01-28T17:08:49.716Z | Compiling headers v0.4.0 |
2316 | 2025-01-28T17:08:53.323Z | Compiling slog-envlogger v2.2.0 |
2317 | 2025-01-28T17:08:53.344Z | Compiling serde-hex v0.1.0 |
2318 | 2025-01-28T17:08:55.971Z | Compiling vsss-rs v3.3.4 |
2319 | 2025-01-28T17:08:58.559Z | Compiling chrono-tz v0.10.1 |
2320 | 2025-01-28T17:08:59.225Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2321 | 2025-01-28T17:08:59.616Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2322 | 2025-01-28T17:08:59.959Z | Compiling ron v0.8.1 |
2323 | 2025-01-28T17:09:02.225Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2324 | 2025-01-28T17:09:02.323Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2325 | 2025-01-28T17:09:02.543Z | Compiling hashbrown v0.13.2 |
2326 | 2025-01-28T17:09:03.826Z | Compiling strum_macros v0.24.3 |
2327 | 2025-01-28T17:09:05.770Z | Compiling fxhash v0.2.1 |
2328 | 2025-01-28T17:09:06.025Z | Compiling samael v0.0.17 |
2329 | 2025-01-28T17:09:06.746Z | Compiling lockfree-object-pool v0.1.6 |
2330 | 2025-01-28T17:09:06.946Z | Compiling zip v2.1.3 |
2331 | 2025-01-28T17:09:07.045Z | Compiling indoc v1.0.9 |
2332 | 2025-01-28T17:09:07.279Z | Compiling bumpalo v3.16.0 |
2333 | 2025-01-28T17:09:07.686Z | Compiling bytecount v0.6.8 |
2334 | 2025-01-28T17:09:07.815Z | Compiling simd-adler32 v0.3.7 |
2335 | 2025-01-28T17:09:07.835Z | Compiling crc-any v2.5.0 |
2336 | 2025-01-28T17:09:08.031Z | Compiling papergrid v0.11.0 |
2337 | 2025-01-28T17:09:09.172Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2338 | 2025-01-28T17:09:09.353Z | Compiling zopfli v0.8.1 |
2339 | 2025-01-28T17:09:17.274Z | Compiling object v0.30.4 |
2340 | 2025-01-28T17:09:20.425Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2341 | 2025-01-28T17:09:21.718Z | Compiling derive_builder v0.20.2 |
2342 | 2025-01-28T17:09:22.056Z | Compiling strip-ansi-escapes v0.2.0 |
2343 | 2025-01-28T17:09:23.091Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2344 | 2025-01-28T17:09:23.411Z | Compiling tabled_derive v0.7.0 |
2345 | 2025-01-28T17:09:23.711Z | Compiling fd-lock v4.0.2 |
2346 | 2025-01-28T17:09:23.959Z | Compiling peg-macros v0.8.4 |
2347 | 2025-01-28T17:09:25.437Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2348 | 2025-01-28T17:09:26.457Z | Compiling kstat-rs v0.2.4 |
2349 | 2025-01-28T17:09:26.477Z | Compiling impl-trait-for-tuples v0.2.2 |
2350 | 2025-01-28T17:09:27.192Z | Compiling oso-derive v0.27.3 |
2351 | 2025-01-28T17:09:27.349Z | Compiling quick-xml v0.33.0 |
2352 | 2025-01-28T17:09:28.138Z | Compiling diesel-dtrace v0.4.2 |
2353 | 2025-01-28T17:09:28.536Z | Compiling path-slash v0.1.5 |
2354 | 2025-01-28T17:09:28.811Z | Compiling nu-ansi-term v0.50.1 |
2355 | 2025-01-28T17:09:29.291Z | Compiling reedline v0.35.0 |
2356 | 2025-01-28T17:09:30.089Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2357 | 2025-01-28T17:09:32.562Z | Compiling oso v0.27.3 |
2358 | 2025-01-28T17:09:36.177Z | Compiling peg v0.8.4 |
2359 | 2025-01-28T17:09:36.315Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2360 | 2025-01-28T17:09:42.459Z | Compiling tabled v0.15.0 |
2361 | 2025-01-28T17:09:45.739Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2362 | 2025-01-28T17:09:56.891Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2363 | 2025-01-28T17:09:57.139Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2364 | 2025-01-28T17:09:58.625Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2365 | 2025-01-28T17:10:02.224Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2366 | 2025-01-28T17:10:02.548Z | Compiling pem v3.0.4 |
2367 | 2025-01-28T17:10:03.820Z | Compiling bb8 v0.8.5 |
2368 | 2025-01-28T17:10:04.001Z | Compiling bcs v0.1.6 |
2369 | 2025-01-28T17:10:04.407Z | Compiling libz-sys v1.1.20 |
2370 | 2025-01-28T17:10:04.950Z | Compiling parking_lot_core v0.8.6 |
2371 | 2025-01-28T17:10:05.062Z | Compiling termtree v0.5.1 |
2372 | 2025-01-28T17:10:05.572Z | Compiling async-bb8-diesel v0.2.1 |
2373 | 2025-01-28T17:10:06.352Z | Compiling mime_guess v2.0.5 |
2374 | 2025-01-28T17:10:08.094Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2375 | 2025-01-28T17:10:09.231Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2376 | 2025-01-28T17:10:11.313Z | Compiling buf-list v1.0.3 |
2377 | 2025-01-28T17:10:13.399Z | Compiling nibble_vec v0.1.0 |
2378 | 2025-01-28T17:10:13.664Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2379 | 2025-01-28T17:10:14.168Z | Compiling pin-project-internal v1.1.6 |
2380 | 2025-01-28T17:10:14.421Z | Compiling atty v0.2.14 |
2381 | 2025-01-28T17:10:14.617Z | Compiling salty v0.3.0 |
2382 | 2025-01-28T17:10:15.048Z | Compiling endian-type v0.1.2 |
2383 | 2025-01-28T17:10:15.320Z | Compiling http-range v0.1.5 |
2384 | 2025-01-28T17:10:15.939Z | Compiling radix_trie v0.2.1 |
2385 | 2025-01-28T17:10:16.877Z | Compiling pin-project v1.1.6 |
2386 | 2025-01-28T17:10:17.052Z | Compiling parking_lot v0.11.2 |
2387 | 2025-01-28T17:10:22.295Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2388 | 2025-01-28T17:10:22.401Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2389 | 2025-01-28T17:10:27.327Z | Compiling snafu-derive v0.8.5 |
2390 | 2025-01-28T17:10:30.822Z | Compiling hyper-staticfile v0.10.1 |
2391 | 2025-01-28T17:10:31.613Z | Compiling snafu v0.8.5 |
2392 | 2025-01-28T17:10:32.918Z | Compiling sled v0.34.7 |
2393 | 2025-01-28T17:10:47.089Z | Compiling hickory-client v0.24.2 |
2394 | 2025-01-28T17:10:52.295Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2395 | 2025-01-28T17:10:53.528Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2396 | 2025-01-28T17:10:55.767Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2397 | 2025-01-28T17:10:57.674Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2398 | 2025-01-28T17:11:02.147Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2399 | 2025-01-28T17:11:06.261Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2400 | 2025-01-28T17:11:07.729Z | Compiling globset v0.4.15 |
2401 | 2025-01-28T17:11:07.928Z | Compiling hickory-server v0.24.2 |
2402 | 2025-01-28T17:11:08.405Z | Compiling olpc-cjson v0.1.4 |
2403 | 2025-01-28T17:11:08.616Z | Compiling primeorder v0.13.6 |
2404 | 2025-01-28T17:11:08.770Z | Compiling vergen v8.3.2 |
2405 | 2025-01-28T17:11:09.111Z | Compiling castaway v0.2.3 |
2406 | 2025-01-28T17:11:09.206Z | Compiling env_filter v0.1.2 |
2407 | 2025-01-28T17:11:09.319Z | Compiling cargo-platform v0.1.8 |
2408 | 2025-01-28T17:11:09.804Z | Compiling serde_plain v1.0.2 |
2409 | 2025-01-28T17:11:10.375Z | Compiling nanorand v0.7.0 |
2410 | 2025-01-28T17:11:10.783Z | Compiling memoffset v0.9.1 |
2411 | 2025-01-28T17:11:11.026Z | Compiling typed-path v0.9.3 |
2412 | 2025-01-28T17:11:11.273Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2413 | 2025-01-28T17:11:14.877Z | Compiling tough v0.19.0 |
2414 | 2025-01-28T17:11:15.134Z | Compiling flume v0.11.1 |
2415 | 2025-01-28T17:11:15.888Z | Compiling cargo_metadata v0.18.1 |
2416 | 2025-01-28T17:11:15.960Z | Compiling env_logger v0.11.5 |
2417 | 2025-01-28T17:11:17.395Z | Compiling compact_str v0.8.0 |
2418 | 2025-01-28T17:11:17.891Z | Compiling p384 v0.13.0 |
2419 | 2025-01-28T17:11:18.914Z | Compiling git2 v0.19.0 |
2420 | 2025-01-28T17:11:19.377Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2421 | 2025-01-28T17:11:19.873Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2422 | 2025-01-28T17:11:24.923Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2423 | 2025-01-28T17:11:26.162Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2424 | 2025-01-28T17:11:27.056Z | Compiling unicode-truncate v1.1.0 |
2425 | 2025-01-28T17:11:27.368Z | Compiling lru v0.12.5 |
2426 | 2025-01-28T17:11:27.737Z | Compiling rand_seeder v0.3.0 |
2427 | 2025-01-28T17:11:28.060Z | Compiling libsqlite3-sys v0.30.1 |
2428 | 2025-01-28T17:11:28.127Z | Compiling lzma-sys v0.1.20 |
2429 | 2025-01-28T17:11:28.597Z | Compiling instability v0.3.2 |
2430 | 2025-01-28T17:11:28.850Z | Compiling cfg_aliases v0.2.1 |
2431 | 2025-01-28T17:11:28.981Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2432 | 2025-01-28T17:11:29.338Z | Compiling parse-size v1.1.0 |
2433 | 2025-01-28T17:11:29.614Z | Compiling cassowary v0.3.0 |
2434 | 2025-01-28T17:11:29.660Z | Compiling rustls v0.21.12 |
2435 | 2025-01-28T17:11:29.893Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2436 | 2025-01-28T17:11:30.052Z | Compiling nix v0.29.0 |
2437 | 2025-01-28T17:11:30.909Z | Compiling ratatui v0.28.1 |
2438 | 2025-01-28T17:11:31.232Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2439 | 2025-01-28T17:11:31.508Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2440 | 2025-01-28T17:11:33.301Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2441 | 2025-01-28T17:11:34.377Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2442 | 2025-01-28T17:11:34.501Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2443 | 2025-01-28T17:11:34.820Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2444 | 2025-01-28T17:11:35.100Z | Compiling rustls-webpki v0.101.7 |
2445 | 2025-01-28T17:11:37.967Z | Compiling sct v0.7.1 |
2446 | 2025-01-28T17:11:38.423Z | Compiling heck v0.3.3 |
2447 | 2025-01-28T17:11:38.453Z | Compiling csv-core v0.1.11 |
2448 | 2025-01-28T17:11:38.768Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2449 | 2025-01-28T17:11:38.934Z | Compiling glob v0.3.2 |
2450 | 2025-01-28T17:11:39.113Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2451 | 2025-01-28T17:11:39.379Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2452 | 2025-01-28T17:11:39.553Z | Compiling csv v1.3.1 |
2453 | 2025-01-28T17:11:41.041Z | Compiling zone_cfg_derive v0.1.2 |
2454 | 2025-01-28T17:11:42.433Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2455 | 2025-01-28T17:11:46.313Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2456 | 2025-01-28T17:11:47.606Z | Compiling nix v0.27.1 |
2457 | 2025-01-28T17:11:49.320Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2025-01-28T17:11:49.888Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2459 | 2025-01-28T17:11:51.008Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2460 | 2025-01-28T17:11:55.943Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2461 | 2025-01-28T17:12:00.270Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2462 | 2025-01-28T17:12:00.623Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2463 | 2025-01-28T17:12:01.637Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2464 | 2025-01-28T17:12:01.808Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2465 | 2025-01-28T17:12:01.955Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2466 | 2025-01-28T17:12:02.133Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2467 | 2025-01-28T17:12:02.278Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2468 | 2025-01-28T17:12:02.976Z | Compiling tungstenite v0.23.0 |
2469 | 2025-01-28T17:12:03.307Z | Compiling hashlink v0.9.1 |
2470 | 2025-01-28T17:12:03.402Z | Compiling base64 v0.13.1 |
2471 | 2025-01-28T17:12:04.061Z | Compiling fallible-streaming-iterator v0.1.9 |
2472 | 2025-01-28T17:12:04.177Z | Compiling fallible-iterator v0.3.0 |
2473 | 2025-01-28T17:12:04.362Z | Compiling tokio-tungstenite v0.23.1 |
2474 | 2025-01-28T17:12:04.953Z | Compiling rusqlite v0.32.1 |
2475 | 2025-01-28T17:12:04.976Z | Compiling ron v0.7.1 |
2476 | 2025-01-28T17:12:06.301Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2477 | 2025-01-28T17:12:06.881Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2478 | 2025-01-28T17:12:09.310Z | Compiling xz2 v0.1.7 |
2479 | 2025-01-28T17:12:09.867Z | Compiling tokio-rustls v0.24.1 |
2480 | 2025-01-28T17:12:10.032Z | Compiling zone v0.1.8 |
2481 | 2025-01-28T17:12:13.412Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2482 | 2025-01-28T17:12:15.211Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2483 | 2025-01-28T17:12:16.779Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2484 | 2025-01-28T17:12:19.628Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2485 | 2025-01-28T17:12:19.631Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2486 | 2025-01-28T17:12:24.061Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2487 | 2025-01-28T17:12:25.512Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2488 | 2025-01-28T17:12:28.699Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2489 | 2025-01-28T17:12:28.752Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2490 | 2025-01-28T17:12:29.047Z | Compiling rustls-pemfile v1.0.4 |
2491 | 2025-01-28T17:12:29.822Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2492 | 2025-01-28T17:12:30.166Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2493 | 2025-01-28T17:12:30.359Z | Compiling signal-hook-tokio v0.3.1 |
2494 | 2025-01-28T17:12:30.597Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2495 | 2025-01-28T17:12:32.826Z | Compiling yasna v0.5.2 |
2496 | 2025-01-28T17:12:33.084Z | Compiling twox-hash v2.1.0 |
2497 | 2025-01-28T17:12:34.071Z | Compiling is_ci v1.2.0 |
2498 | 2025-01-28T17:12:34.394Z | Compiling smawk v0.3.2 |
2499 | 2025-01-28T17:12:34.668Z | Compiling unicode-linebreak v0.1.5 |
2500 | 2025-01-28T17:12:35.233Z | Compiling textwrap v0.16.1 |
2501 | 2025-01-28T17:12:36.207Z | Compiling supports-color v3.0.1 |
2502 | 2025-01-28T17:12:36.669Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2503 | 2025-01-28T17:12:37.636Z | Compiling rcgen v0.12.1 |
2504 | 2025-01-28T17:12:39.553Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2505 | 2025-01-28T17:12:46.610Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2506 | 2025-01-28T17:12:46.648Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2507 | 2025-01-28T17:12:47.729Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2508 | 2025-01-28T17:12:51.335Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2509 | 2025-01-28T17:12:59.147Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2510 | 2025-01-28T17:13:03.942Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2511 | 2025-01-28T17:13:06.142Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2512 | 2025-01-28T17:13:16.617Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2513 | 2025-01-28T17:13:17.169Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2514 | 2025-01-28T17:13:22.819Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2515 | 2025-01-28T17:13:23.143Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2516 | 2025-01-28T17:13:23.645Z | Compiling fatfs v0.3.6 |
2517 | 2025-01-28T17:13:24.866Z | Compiling rtoolbox v0.0.2 |
2518 | 2025-01-28T17:13:25.300Z | Compiling subprocess v0.2.9 |
2519 | 2025-01-28T17:13:26.447Z | Compiling assert_matches v1.5.0 |
2520 | 2025-01-28T17:13:29.938Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2521 | 2025-01-28T17:13:31.539Z | Compiling rpassword v7.3.1 |
2522 | 2025-01-28T17:13:32.008Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2523 | 2025-01-28T17:13:33.005Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2524 | 2025-01-28T17:13:37.230Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2525 | 2025-01-28T17:13:39.958Z | Compiling tui-tree-widget v0.22.0 |
2526 | 2025-01-28T17:13:40.421Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2527 | 2025-01-28T17:13:47.728Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2528 | 2025-01-28T17:13:48.046Z | Compiling uzers v0.12.1 |
2529 | 2025-01-28T17:13:51.135Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2530 | 2025-01-28T17:13:53.450Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2531 | 2025-01-28T17:13:55.290Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2532 | 2025-01-28T17:14:25.740Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2533 | 2025-01-28T17:14:30.459Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2534 | 2025-01-28T17:14:35.227Z | Compiling multimap v0.10.0 |
2535 | 2025-01-28T17:16:52.117Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2536 | 2025-01-28T17:17:04.049Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2537 | 2025-01-28T17:24:09.536Z | Finished `release` profile [optimized] target(s) in 16m 49s |
2538 | 2025-01-28T17:25:12.828Z | |
2539 | 2025-01-28T17:25:12.830Z | real 17:53.755072685 |
2540 | 2025-01-28T17:25:12.831Z | user 2:04:24.669332874 |
2541 | 2025-01-28T17:25:12.831Z | sys 3:14.554443459 |
2542 | 2025-01-28T17:25:12.831Z | trap 3.141002862 |
2543 | 2025-01-28T17:25:12.831Z | tflt 2.864086253 |
2544 | 2025-01-28T17:25:12.831Z | dflt 3.762861617 |
2545 | 2025-01-28T17:25:12.831Z | kflt 0.008840819 |
2546 | 2025-01-28T17:25:12.831Z | lock 7:29:19.531982509 |
2547 | 2025-01-28T17:25:12.831Z | slp 6:24:55.033049010 |
2548 | 2025-01-28T17:25:12.831Z | lat 3:29.391097184 |
2549 | 2025-01-28T17:25:12.831Z | stop 2:47.579560182 |
2550 | 2025-01-28T17:25:12.831Z | + mapfile -t packages |
2551 | 2025-01-28T17:25:12.831Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2552 | 2025-01-28T17:25:13.847Z | Finished `release` profile [optimized] target(s) in 0.96s |
2553 | 2025-01-28T17:25:13.907Z | Running `target/release/omicron-package -t test list-outputs` |
2554 | 2025-01-28T17:25:13.958Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2555 | 2025-01-28T17:25:13.961Z | + ptime -m cargo build --locked --release -p xtask |
2556 | 2025-01-28T17:25:14.518Z | Compiling serde v1.0.217 |
2557 | 2025-01-28T17:25:14.521Z | Compiling rustix v0.38.37 |
2558 | 2025-01-28T17:25:14.521Z | Compiling serde_json v1.0.135 |
2559 | 2025-01-28T17:25:14.521Z | Compiling libc v0.2.169 |
2560 | 2025-01-28T17:25:14.624Z | Compiling syn v2.0.96 |
2561 | 2025-01-28T17:25:14.650Z | Compiling bitflags v2.6.0 |
2562 | 2025-01-28T17:25:14.999Z | Compiling usdt-impl v0.5.0 |
2563 | 2025-01-28T17:25:15.012Z | Compiling syn v1.0.109 |
2564 | 2025-01-28T17:25:15.121Z | Compiling hashbrown v0.15.1 |
2565 | 2025-01-28T17:25:15.137Z | Compiling log v0.4.22 |
2566 | 2025-01-28T17:25:15.400Z | Compiling fs-err v2.11.0 |
2567 | 2025-01-28T17:25:15.566Z | Compiling anyhow v1.0.95 |
2568 | 2025-01-28T17:25:15.735Z | Compiling once_cell v1.20.2 |
2569 | 2025-01-28T17:25:15.964Z | Compiling thread-id v4.2.2 |
2570 | 2025-01-28T17:25:16.320Z | Compiling indexmap v2.7.0 |
2571 | 2025-01-28T17:25:17.407Z | Compiling terminal_size v0.4.0 |
2572 | 2025-01-28T17:25:17.407Z | Compiling tempfile v3.13.0 |
2573 | 2025-01-28T17:25:17.665Z | Compiling clap_builder v4.5.27 |
2574 | 2025-01-28T17:25:18.168Z | Compiling proc-macro-error v1.0.4 |
2575 | 2025-01-28T17:25:19.125Z | Compiling tabled_derive v0.7.0 |
2576 | 2025-01-28T17:25:20.243Z | Compiling tabled v0.15.0 |
2577 | 2025-01-28T17:25:20.937Z | Compiling serde_derive v1.0.217 |
2578 | 2025-01-28T17:25:20.937Z | Compiling thiserror-impl v1.0.69 |
2579 | 2025-01-28T17:25:20.940Z | Compiling zerocopy-derive v0.7.35 |
2580 | 2025-01-28T17:25:20.940Z | Compiling scroll_derive v0.12.0 |
2581 | 2025-01-28T17:25:20.940Z | Compiling clap_derive v4.5.24 |
2582 | 2025-01-28T17:25:22.310Z | Compiling scroll v0.12.0 |
2583 | 2025-01-28T17:25:22.838Z | Compiling zerocopy v0.7.35 |
2584 | 2025-01-28T17:25:22.961Z | Compiling goblin v0.8.2 |
2585 | 2025-01-28T17:25:23.565Z | Compiling thiserror v1.0.69 |
2586 | 2025-01-28T17:25:23.754Z | Compiling pest v2.7.14 |
2587 | 2025-01-28T17:25:26.711Z | Compiling pest_meta v2.7.14 |
2588 | 2025-01-28T17:25:26.789Z | Compiling clap v4.5.27 |
2589 | 2025-01-28T17:25:28.363Z | Compiling pest_generator v2.7.14 |
2590 | 2025-01-28T17:25:30.345Z | Compiling pest_derive v2.7.14 |
2591 | 2025-01-28T17:25:31.132Z | Compiling dtrace-parser v0.2.0 |
2592 | 2025-01-28T17:25:35.282Z | Compiling serde_spanned v0.6.8 |
2593 | 2025-01-28T17:25:35.641Z | Compiling serde_tokenstream v0.2.2 |
2594 | 2025-01-28T17:25:36.196Z | Compiling toml_datetime v0.6.8 |
2595 | 2025-01-28T17:25:36.929Z | Compiling toml_edit v0.22.22 |
2596 | 2025-01-28T17:25:38.039Z | Compiling dof v0.3.0 |
2597 | 2025-01-28T17:25:39.627Z | Compiling camino v1.1.9 |
2598 | 2025-01-28T17:25:40.010Z | Compiling usdt-macro v0.5.0 |
2599 | 2025-01-28T17:25:40.913Z | Compiling toml v0.8.19 |
2600 | 2025-01-28T17:25:40.929Z | Compiling usdt-attr-macro v0.5.0 |
2601 | 2025-01-28T17:25:42.229Z | Compiling semver v1.0.24 |
2602 | 2025-01-28T17:25:43.669Z | Compiling cargo-platform v0.1.8 |
2603 | 2025-01-28T17:25:44.653Z | Compiling cargo_metadata v0.18.1 |
2604 | 2025-01-28T17:25:44.719Z | Compiling usdt v0.5.0 |
2605 | 2025-01-28T17:25:46.041Z | Compiling cargo_toml v0.20.5 |
2606 | 2025-01-28T17:25:46.119Z | Compiling camino-tempfile v1.1.1 |
2607 | 2025-01-28T17:25:46.885Z | Compiling macaddr v1.0.1 |
2608 | 2025-01-28T17:25:57.314Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2609 | 2025-01-28T17:26:07.996Z | Finished `release` profile [optimized] target(s) in 53.97s |
2610 | 2025-01-28T17:26:08.105Z | |
2611 | 2025-01-28T17:26:08.105Z | real 54.113388766 |
2612 | 2025-01-28T17:26:08.105Z | user 5:37.758490873 |
2613 | 2025-01-28T17:26:08.105Z | sys 18.175764678 |
2614 | 2025-01-28T17:26:08.162Z | trap 0.157426907 |
2615 | 2025-01-28T17:26:08.162Z | tflt 0.258649165 |
2616 | 2025-01-28T17:26:08.162Z | dflt 0.364594353 |
2617 | 2025-01-28T17:26:08.162Z | kflt 0.000145015 |
2618 | 2025-01-28T17:26:08.162Z | lock 10:29.647218885 |
2619 | 2025-01-28T17:26:08.162Z | slp 15:48.963212834 |
2620 | 2025-01-28T17:26:08.162Z | lat 13.534270430 |
2621 | 2025-01-28T17:26:08.162Z | stop 14.927512898 |
2622 | 2025-01-28T17:26:08.162Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2623 | 2025-01-28T17:26:08.162Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2624 | 2025-01-28T17:26:08.163Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2625 | 2025-01-28T17:26:08.163Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2626 | 2025-01-28T17:26:08.163Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2627 | 2025-01-28T17:26:08.989Z | Compiling hashbrown v0.14.5 |
2628 | 2025-01-28T17:26:09.122Z | Compiling thiserror v2.0.11 |
2629 | 2025-01-28T17:26:09.135Z | Compiling thiserror-impl v2.0.11 |
2630 | 2025-01-28T17:26:09.150Z | Compiling ident_case v1.0.1 |
2631 | 2025-01-28T17:26:09.164Z | Compiling unsafe-libyaml v0.2.11 |
2632 | 2025-01-28T17:26:09.182Z | Compiling ipnetwork v0.20.0 |
2633 | 2025-01-28T17:26:09.185Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2634 | 2025-01-28T17:26:09.185Z | Compiling progenitor-client v0.9.1 |
2635 | 2025-01-28T17:26:09.321Z | Compiling darling_core v0.20.10 |
2636 | 2025-01-28T17:26:09.672Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2637 | 2025-01-28T17:26:09.787Z | Compiling macaddr v1.0.1 |
2638 | 2025-01-28T17:26:10.010Z | Compiling progenitor-client v0.8.0 |
2639 | 2025-01-28T17:26:10.060Z | Compiling instant v0.1.13 |
2640 | 2025-01-28T17:26:10.222Z | Compiling regress v0.10.1 |
2641 | 2025-01-28T17:26:10.244Z | Compiling structmeta-derive v0.3.0 |
2642 | 2025-01-28T17:26:10.244Z | Compiling dropshot v0.15.1 |
2643 | 2025-01-28T17:26:10.318Z | Compiling regress v0.9.1 |
2644 | 2025-01-28T17:26:10.491Z | Compiling serde_yaml v0.9.34+deprecated |
2645 | 2025-01-28T17:26:10.647Z | Compiling dropshot_endpoint v0.15.1 |
2646 | 2025-01-28T17:26:10.981Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2647 | 2025-01-28T17:26:12.245Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2648 | 2025-01-28T17:26:12.507Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2649 | 2025-01-28T17:26:12.924Z | Compiling structmeta v0.3.0 |
2650 | 2025-01-28T17:26:13.272Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2651 | 2025-01-28T17:26:13.307Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2652 | 2025-01-28T17:26:13.340Z | Compiling parse-display-derive v0.10.0 |
2653 | 2025-01-28T17:26:13.510Z | Compiling backoff v0.4.0 |
2654 | 2025-01-28T17:26:13.736Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2025-01-28T17:26:13.867Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2656 | 2025-01-28T17:26:14.055Z | Compiling typify-impl v0.2.0 |
2657 | 2025-01-28T17:26:14.143Z | Compiling tempfile v3.13.0 |
2658 | 2025-01-28T17:26:14.499Z | Compiling proc-macro-crate v1.3.1 |
2659 | 2025-01-28T17:26:14.974Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2025-01-28T17:26:14.999Z | Compiling typify-impl v0.3.0 |
2661 | 2025-01-28T17:26:15.218Z | Compiling itertools v0.13.0 |
2662 | 2025-01-28T17:26:15.348Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2663 | 2025-01-28T17:26:15.429Z | Compiling num_enum_derive v0.5.11 |
2664 | 2025-01-28T17:26:15.457Z | Compiling darling_macro v0.20.10 |
2665 | 2025-01-28T17:26:15.637Z | Compiling zerocopy v0.8.10 |
2666 | 2025-01-28T17:26:16.371Z | Compiling darling v0.20.10 |
2667 | 2025-01-28T17:26:16.510Z | Compiling serde_with_macros v3.11.0 |
2668 | 2025-01-28T17:26:16.579Z | Compiling zerocopy-derive v0.8.10 |
2669 | 2025-01-28T17:26:17.373Z | Compiling parse-display v0.10.0 |
2670 | 2025-01-28T17:26:17.760Z | Compiling num_enum v0.5.11 |
2671 | 2025-01-28T17:26:17.954Z | Compiling foreign-types-macros v0.2.3 |
2672 | 2025-01-28T17:26:18.024Z | Compiling heapless v0.8.0 |
2673 | 2025-01-28T17:26:18.024Z | Compiling foreign-types-shared v0.3.1 |
2674 | 2025-01-28T17:26:18.189Z | Compiling crucible-workspace-hack v0.1.0 |
2675 | 2025-01-28T17:26:18.533Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2676 | 2025-01-28T17:26:18.893Z | Compiling proc-macro-error v1.0.4 |
2677 | 2025-01-28T17:26:19.148Z | Compiling serde_with v3.11.0 |
2678 | 2025-01-28T17:26:19.233Z | Compiling foreign-types v0.5.0 |
2679 | 2025-01-28T17:26:19.543Z | Compiling camino-tempfile v1.1.1 |
2680 | 2025-01-28T17:26:19.746Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2681 | 2025-01-28T17:26:19.996Z | Compiling hash32 v0.3.1 |
2682 | 2025-01-28T17:26:20.272Z | Compiling cstr-argument v0.1.2 |
2683 | 2025-01-28T17:26:20.526Z | Compiling smoltcp v0.11.0 |
2684 | 2025-01-28T17:26:20.614Z | Compiling pretty-hex v0.2.1 |
2685 | 2025-01-28T17:26:20.819Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2686 | 2025-01-28T17:26:21.198Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2687 | 2025-01-28T17:26:21.252Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2688 | 2025-01-28T17:26:21.892Z | Compiling tabwriter v1.4.0 |
2689 | 2025-01-28T17:26:22.290Z | Compiling colored v2.1.0 |
2690 | 2025-01-28T17:26:22.327Z | Compiling cobs v0.2.3 |
2691 | 2025-01-28T17:26:22.548Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2692 | 2025-01-28T17:26:22.694Z | Compiling postcard v1.0.10 |
2693 | 2025-01-28T17:26:22.878Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2025-01-28T17:26:23.094Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2695 | 2025-01-28T17:26:23.113Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2696 | 2025-01-28T17:26:23.342Z | Compiling smf v0.2.3 |
2697 | 2025-01-28T17:26:23.450Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2698 | 2025-01-28T17:26:23.957Z | Compiling zone_cfg_derive v0.3.0 |
2699 | 2025-01-28T17:26:24.105Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2700 | 2025-01-28T17:26:24.555Z | Compiling num-derive v0.4.2 |
2701 | 2025-01-28T17:26:24.598Z | Compiling sigpipe v0.1.3 |
2702 | 2025-01-28T17:26:24.742Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2703 | 2025-01-28T17:26:25.079Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2704 | 2025-01-28T17:26:25.228Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2705 | 2025-01-28T17:26:25.360Z | Compiling zone v0.3.0 |
2706 | 2025-01-28T17:26:25.993Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2707 | 2025-01-28T17:26:26.016Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2708 | 2025-01-28T17:26:26.446Z | Compiling universal-hash v0.5.1 |
2709 | 2025-01-28T17:26:26.664Z | Compiling opaque-debug v0.3.1 |
2710 | 2025-01-28T17:26:26.723Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2711 | 2025-01-28T17:26:26.784Z | Compiling tungstenite v0.21.0 |
2712 | 2025-01-28T17:26:26.806Z | Compiling num-rational v0.4.2 |
2713 | 2025-01-28T17:26:26.825Z | Compiling password-hash v0.5.0 |
2714 | 2025-01-28T17:26:27.587Z | Compiling blake2 v0.10.6 |
2715 | 2025-01-28T17:26:27.609Z | Compiling num-complex v0.4.6 |
2716 | 2025-01-28T17:26:27.803Z | Compiling aead v0.5.2 |
2717 | 2025-01-28T17:26:28.213Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2718 | 2025-01-28T17:26:28.438Z | Compiling convert_case v0.4.0 |
2719 | 2025-01-28T17:26:28.518Z | Compiling keccak v0.1.5 |
2720 | 2025-01-28T17:26:28.600Z | Compiling base64 v0.21.7 |
2721 | 2025-01-28T17:26:28.836Z | Compiling sha3 v0.10.8 |
2722 | 2025-01-28T17:26:28.963Z | Compiling num v0.4.3 |
2723 | 2025-01-28T17:26:29.091Z | Compiling argon2 v0.5.3 |
2724 | 2025-01-28T17:26:29.258Z | Compiling tokio-tungstenite v0.21.0 |
2725 | 2025-01-28T17:26:29.287Z | Compiling derive_more v0.99.18 |
2726 | 2025-01-28T17:26:29.589Z | Compiling typify-macro v0.2.0 |
2727 | 2025-01-28T17:26:29.801Z | Compiling poly1305 v0.8.0 |
2728 | 2025-01-28T17:26:29.877Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2729 | 2025-01-28T17:26:29.933Z | Compiling chacha20 v0.9.1 |
2730 | 2025-01-28T17:26:30.101Z | Compiling float-ord v0.3.2 |
2731 | 2025-01-28T17:26:30.309Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2732 | 2025-01-28T17:26:30.417Z | Compiling same-file v1.0.6 |
2733 | 2025-01-28T17:26:30.449Z | Compiling typify-macro v0.3.0 |
2734 | 2025-01-28T17:26:30.744Z | Compiling semver v0.1.20 |
2735 | 2025-01-28T17:26:30.764Z | Compiling walkdir v2.5.0 |
2736 | 2025-01-28T17:26:31.354Z | Compiling rustc_version v0.1.7 |
2737 | 2025-01-28T17:26:31.467Z | Compiling newline-converter v0.3.0 |
2738 | 2025-01-28T17:26:31.521Z | Compiling primeorder v0.13.6 |
2739 | 2025-01-28T17:26:31.665Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2740 | 2025-01-28T17:26:31.781Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2741 | 2025-01-28T17:26:31.834Z | Compiling secrecy v0.8.0 |
2742 | 2025-01-28T17:26:31.961Z | Compiling cancel-safe-futures v0.1.5 |
2743 | 2025-01-28T17:26:32.042Z | Compiling owo-colors v4.1.0 |
2744 | 2025-01-28T17:26:32.099Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2745 | 2025-01-28T17:26:32.283Z | Compiling newtype_derive v0.1.6 |
2746 | 2025-01-28T17:26:32.339Z | Compiling expectorate v1.1.0 |
2747 | 2025-01-28T17:26:32.383Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2748 | 2025-01-28T17:26:32.563Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2749 | 2025-01-28T17:26:32.623Z | Compiling thiserror-impl-no-std v2.0.2 |
2750 | 2025-01-28T17:26:32.862Z | Compiling blake3 v1.5.4 |
2751 | 2025-01-28T17:26:32.957Z | Compiling unicase v2.7.0 |
2752 | 2025-01-28T17:26:33.000Z | Compiling half v2.4.1 |
2753 | 2025-01-28T17:26:33.292Z | Compiling ciborium-io v0.2.2 |
2754 | 2025-01-28T17:26:33.403Z | Compiling typify v0.2.0 |
2755 | 2025-01-28T17:26:33.449Z | Compiling arc-swap v1.7.1 |
2756 | 2025-01-28T17:26:33.470Z | Compiling ciborium-ll v0.2.2 |
2757 | 2025-01-28T17:26:33.534Z | Compiling progenitor-impl v0.8.0 |
2758 | 2025-01-28T17:26:33.766Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2759 | 2025-01-28T17:26:33.892Z | Compiling slog-scope v4.4.0 |
2760 | 2025-01-28T17:26:34.017Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2761 | 2025-01-28T17:26:34.268Z | Compiling typify v0.3.0 |
2762 | 2025-01-28T17:26:34.364Z | Compiling polyval v0.6.2 |
2763 | 2025-01-28T17:26:34.419Z | Compiling progenitor-impl v0.9.1 |
2764 | 2025-01-28T17:26:34.818Z | Compiling atomicwrites v0.4.4 |
2765 | 2025-01-28T17:26:34.909Z | Compiling libsw v3.3.1 |
2766 | 2025-01-28T17:26:35.198Z | Compiling memmap2 v0.9.5 |
2767 | 2025-01-28T17:26:35.259Z | Compiling arrayvec v0.7.6 |
2768 | 2025-01-28T17:26:35.379Z | Compiling thiserror-no-std v2.0.2 |
2769 | 2025-01-28T17:26:35.530Z | Compiling arrayref v0.3.9 |
2770 | 2025-01-28T17:26:35.646Z | Compiling constant_time_eq v0.3.1 |
2771 | 2025-01-28T17:26:35.668Z | Compiling parking_lot_core v0.8.6 |
2772 | 2025-01-28T17:26:35.671Z | Compiling salty v0.3.0 |
2773 | 2025-01-28T17:26:35.851Z | Compiling linear-map v1.2.0 |
2774 | 2025-01-28T17:26:35.965Z | Compiling indent_write v2.2.0 |
2775 | 2025-01-28T17:26:36.108Z | Compiling libefi-sys v0.1.0 |
2776 | 2025-01-28T17:26:36.176Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2777 | 2025-01-28T17:26:36.195Z | Compiling vsss-rs v3.3.4 |
2778 | 2025-01-28T17:26:36.198Z | Compiling ghash v0.5.1 |
2779 | 2025-01-28T17:26:36.468Z | Compiling slog-stdlog v4.1.1 |
2780 | 2025-01-28T17:26:36.578Z | Compiling ciborium v0.2.2 |
2781 | 2025-01-28T17:26:37.336Z | Compiling p384 v0.13.0 |
2782 | 2025-01-28T17:26:37.584Z | Compiling toolchain_find v0.4.0 |
2783 | 2025-01-28T17:26:37.883Z | Compiling chacha20poly1305 v0.10.1 |
2784 | 2025-01-28T17:26:37.912Z | Compiling ctr v0.9.2 |
2785 | 2025-01-28T17:26:38.154Z | Compiling lzma-sys v0.1.20 |
2786 | 2025-01-28T17:26:38.239Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2787 | 2025-01-28T17:26:38.296Z | Compiling bitfield-struct v0.6.2 |
2788 | 2025-01-28T17:26:38.672Z | Compiling slog-dtrace v0.3.0 |
2789 | 2025-01-28T17:26:38.899Z | Compiling topological-sort v0.2.2 |
2790 | 2025-01-28T17:26:38.946Z | Compiling highway v1.2.0 |
2791 | 2025-01-28T17:26:39.131Z | Compiling omicron-zone-package v0.12.0 |
2792 | 2025-01-28T17:26:39.274Z | Compiling aes-gcm v0.10.3 |
2793 | 2025-01-28T17:26:39.585Z | Compiling rustfmt-wrapper v0.2.1 |
2794 | 2025-01-28T17:26:39.679Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2795 | 2025-01-28T17:26:39.703Z | Compiling mime_guess v2.0.5 |
2796 | 2025-01-28T17:26:39.866Z | Compiling slog-envlogger v2.2.0 |
2797 | 2025-01-28T17:26:40.192Z | Compiling steno v0.4.1 |
2798 | 2025-01-28T17:26:40.701Z | Compiling progenitor-macro v0.8.0 |
2799 | 2025-01-28T17:26:40.733Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2800 | 2025-01-28T17:26:40.902Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2025-01-28T17:26:40.926Z | Compiling heck v0.3.3 |
2802 | 2025-01-28T17:26:41.298Z | Compiling ssh-encoding v0.2.0 |
2803 | 2025-01-28T17:26:41.381Z | Compiling blowfish v0.9.1 |
2804 | 2025-01-28T17:26:41.402Z | Compiling progenitor-macro v0.9.1 |
2805 | 2025-01-28T17:26:41.540Z | Compiling nibble_vec v0.1.0 |
2806 | 2025-01-28T17:26:41.776Z | Compiling env_filter v0.1.2 |
2807 | 2025-01-28T17:26:41.814Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2808 | 2025-01-28T17:26:41.831Z | Compiling endian-type v0.1.2 |
2809 | 2025-01-28T17:26:41.947Z | Compiling humantime v2.1.0 |
2810 | 2025-01-28T17:26:42.009Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2811 | 2025-01-28T17:26:42.073Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2812 | 2025-01-28T17:26:42.371Z | Compiling env_logger v0.11.5 |
2813 | 2025-01-28T17:26:42.420Z | Compiling radix_trie v0.2.1 |
2814 | 2025-01-28T17:26:42.464Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2815 | 2025-01-28T17:26:42.484Z | Compiling ssh-cipher v0.2.0 |
2816 | 2025-01-28T17:26:43.070Z | Compiling bcrypt-pbkdf v0.10.0 |
2817 | 2025-01-28T17:26:43.096Z | Compiling zone_cfg_derive v0.1.2 |
2818 | 2025-01-28T17:26:43.352Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2819 | 2025-01-28T17:26:43.999Z | Compiling parking_lot v0.11.2 |
2820 | 2025-01-28T17:26:44.188Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2821 | 2025-01-28T17:26:44.494Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2822 | 2025-01-28T17:26:44.564Z | Compiling password-hash v0.4.2 |
2823 | 2025-01-28T17:26:44.851Z | Compiling gethostname v0.5.0 |
2824 | 2025-01-28T17:26:44.893Z | Compiling fxhash v0.2.1 |
2825 | 2025-01-28T17:26:44.914Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2826 | 2025-01-28T17:26:45.050Z | Compiling zip v2.1.3 |
2827 | 2025-01-28T17:26:45.071Z | Compiling http-range v0.1.5 |
2828 | 2025-01-28T17:26:45.126Z | Compiling bumpalo v3.16.0 |
2829 | 2025-01-28T17:26:45.239Z | Compiling simd-adler32 v0.3.7 |
2830 | 2025-01-28T17:26:45.360Z | Compiling base64 v0.13.1 |
2831 | 2025-01-28T17:26:45.395Z | Compiling lockfree-object-pool v0.1.6 |
2832 | 2025-01-28T17:26:45.488Z | Compiling sled v0.34.7 |
2833 | 2025-01-28T17:26:45.591Z | Compiling pbkdf2 v0.11.0 |
2834 | 2025-01-28T17:26:45.692Z | Compiling zopfli v0.8.1 |
2835 | 2025-01-28T17:26:45.806Z | Compiling ron v0.7.1 |
2836 | 2025-01-28T17:26:45.905Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2837 | 2025-01-28T17:26:45.991Z | Compiling zone v0.1.8 |
2838 | 2025-01-28T17:26:46.574Z | Compiling xz2 v0.1.7 |
2839 | 2025-01-28T17:26:47.037Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2840 | 2025-01-28T17:26:47.318Z | Compiling ssh-key v0.6.6 |
2841 | 2025-01-28T17:26:47.437Z | Compiling hickory-client v0.24.2 |
2842 | 2025-01-28T17:26:48.169Z | Compiling p521 v0.13.3 |
2843 | 2025-01-28T17:26:48.334Z | Compiling p256 v0.13.2 |
2844 | 2025-01-28T17:26:48.785Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2845 | 2025-01-28T17:26:49.160Z | Compiling hickory-server v0.24.2 |
2846 | 2025-01-28T17:26:49.834Z | Compiling pem v3.0.4 |
2847 | 2025-01-28T17:26:50.437Z | Compiling yasna v0.5.2 |
2848 | 2025-01-28T17:26:50.570Z | Compiling headers-core v0.3.0 |
2849 | 2025-01-28T17:26:50.765Z | Compiling kstat-rs v0.2.4 |
2850 | 2025-01-28T17:26:51.360Z | Compiling nanorand v0.7.0 |
2851 | 2025-01-28T17:26:51.476Z | Compiling russh-cryptovec v0.7.3 |
2852 | 2025-01-28T17:26:51.518Z | Compiling atty v0.2.14 |
2853 | 2025-01-28T17:26:51.688Z | Compiling md5 v0.7.0 |
2854 | 2025-01-28T17:26:51.798Z | Compiling flume v0.11.1 |
2855 | 2025-01-28T17:26:51.902Z | Compiling rcgen v0.12.1 |
2856 | 2025-01-28T17:26:52.019Z | Compiling russh-keys v0.45.0 |
2857 | 2025-01-28T17:26:52.209Z | Compiling headers v0.4.0 |
2858 | 2025-01-28T17:26:53.335Z | Compiling progenitor v0.8.0 |
2859 | 2025-01-28T17:26:53.388Z | Compiling hyper-staticfile v0.10.1 |
2860 | 2025-01-28T17:26:53.565Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2861 | 2025-01-28T17:26:53.944Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2862 | 2025-01-28T17:26:53.999Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2863 | 2025-01-28T17:26:54.120Z | Compiling progenitor v0.9.1 |
2864 | 2025-01-28T17:26:54.372Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2865 | 2025-01-28T17:26:54.407Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2866 | 2025-01-28T17:26:54.515Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2867 | 2025-01-28T17:26:55.425Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2868 | 2025-01-28T17:26:55.446Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2869 | 2025-01-28T17:26:55.756Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2870 | 2025-01-28T17:26:57.067Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2871 | 2025-01-28T17:26:57.738Z | Compiling num-bigint v0.4.6 |
2872 | 2025-01-28T17:26:58.487Z | Compiling des v0.8.1 |
2873 | 2025-01-28T17:26:58.861Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2874 | 2025-01-28T17:26:59.880Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2875 | 2025-01-28T17:27:00.687Z | Compiling subprocess v0.2.9 |
2876 | 2025-01-28T17:27:00.772Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2877 | 2025-01-28T17:27:01.039Z | Compiling hex-literal v0.4.1 |
2878 | 2025-01-28T17:27:01.228Z | Compiling display-error-chain v0.2.2 |
2879 | 2025-01-28T17:27:01.462Z | Compiling russh v0.45.0 |
2880 | 2025-01-28T17:27:01.673Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2881 | 2025-01-28T17:27:02.411Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2882 | 2025-01-28T17:27:04.805Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2883 | 2025-01-28T17:27:05.287Z | Compiling internet-checksum v0.2.1 |
2884 | 2025-01-28T17:27:09.574Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2885 | 2025-01-28T17:27:09.577Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2886 | 2025-01-28T17:27:09.577Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2887 | 2025-01-28T17:27:09.577Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2888 | 2025-01-28T17:27:10.384Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2889 | 2025-01-28T17:27:12.275Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2890 | 2025-01-28T17:27:13.380Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2891 | 2025-01-28T17:27:13.557Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2892 | 2025-01-28T17:27:14.373Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2893 | 2025-01-28T17:27:16.737Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2894 | 2025-01-28T17:27:16.778Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2895 | 2025-01-28T17:27:17.160Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2896 | 2025-01-28T17:27:17.259Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2897 | 2025-01-28T17:27:18.436Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2898 | 2025-01-28T17:27:18.571Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2899 | 2025-01-28T17:27:20.093Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2900 | 2025-01-28T17:27:20.132Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2901 | 2025-01-28T17:27:20.741Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2902 | 2025-01-28T17:27:23.157Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2903 | 2025-01-28T17:27:23.460Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2904 | 2025-01-28T17:27:23.740Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2905 | 2025-01-28T17:27:23.886Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2906 | 2025-01-28T17:27:24.955Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2907 | 2025-01-28T17:27:25.502Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2908 | 2025-01-28T17:27:28.011Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2909 | 2025-01-28T17:27:28.148Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2910 | 2025-01-28T17:27:29.576Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2911 | 2025-01-28T17:27:29.947Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2912 | 2025-01-28T17:27:37.270Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2913 | 2025-01-28T17:27:45.475Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2914 | 2025-01-28T17:27:46.933Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2915 | 2025-01-28T17:28:11.173Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2916 | 2025-01-28T17:28:30.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2917 | 2025-01-28T17:28:31.198Z | |
2918 | 2025-01-28T17:28:31.198Z | real 2:23.044503894 |
2919 | 2025-01-28T17:28:31.198Z | user 12:06.961731978 |
2920 | 2025-01-28T17:28:31.198Z | sys 1:33.958423430 |
2921 | 2025-01-28T17:28:31.198Z | trap 0.363622592 |
2922 | 2025-01-28T17:28:31.198Z | tflt 0.867774384 |
2923 | 2025-01-28T17:28:31.198Z | dflt 1.583223984 |
2924 | 2025-01-28T17:28:31.201Z | kflt 0.000036466 |
2925 | 2025-01-28T17:28:31.201Z | lock 22:30.866487494 |
2926 | 2025-01-28T17:28:31.201Z | slp 41:50.858543073 |
2927 | 2025-01-28T17:28:31.201Z | lat 39.322485155 |
2928 | 2025-01-28T17:28:31.201Z | stop 1:39.721288126 |
2929 | 2025-01-28T17:28:31.201Z | + mkdir tests |
2930 | 2025-01-28T17:28:31.204Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2931 | 2025-01-28T17:28:31.204Z | + xargs -I '{}' -t cp '{}' tests/ |
2932 | 2025-01-28T17:28:31.245Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-232abfd927f62e90 tests/ |
2933 | 2025-01-28T17:28:31.273Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8c87fef4421f80fa tests/ |
2934 | 2025-01-28T17:28:31.299Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a03d1d561c55036b tests/ |
2935 | 2025-01-28T17:28:31.326Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2d8f90e608d21217 tests/ |
2936 | 2025-01-28T17:28:31.612Z | + 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/*) |
2937 | 2025-01-28T17:28:31.616Z | + 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-8c87fef4421f80fa tests/commtest-a03d1d561c55036b tests/dhcp_server-232abfd927f62e90 tests/end_to_end_tests-2d8f90e608d21217 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 |
2938 | 2025-01-28T17:29:45.111Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2939 | 2025-01-28T17:29:45.111Z | a .github/buildomat/ci-env.sh 1K |
2940 | 2025-01-28T17:29:45.111Z | a out/target/test 1K |
2941 | 2025-01-28T17:29:45.111Z | a out/npuzone/npuzone 23144K |
2942 | 2025-01-28T17:29:45.111Z | a package-manifest.toml 34K |
2943 | 2025-01-28T17:29:45.111Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2944 | 2025-01-28T17:29:45.111Z | a target/release/omicron-package 35976K |
2945 | 2025-01-28T17:29:45.111Z | a target/release/xtask 11872K |
2946 | 2025-01-28T17:29:45.111Z | a target/debug/bootstrap 220585K |
2947 | 2025-01-28T17:29:45.111Z | a tests/bootstrap-8c87fef4421f80fa 24276K |
2948 | 2025-01-28T17:29:45.111Z | a tests/commtest-a03d1d561c55036b 24769K |
2949 | 2025-01-28T17:29:45.111Z | a tests/dhcp_server-232abfd927f62e90 24276K |
2950 | 2025-01-28T17:29:45.111Z | a tests/end_to_end_tests-2d8f90e608d21217 282715K |
2951 | 2025-01-28T17:29:45.111Z | a out/clickhouse.tar.gz 294224K |
2952 | 2025-01-28T17:29:45.112Z | a out/clickhouse_keeper.tar.gz 281351K |
2953 | 2025-01-28T17:29:45.112Z | a out/clickhouse_server.tar.gz 294195K |
2954 | 2025-01-28T17:29:45.112Z | a out/cockroachdb.tar.gz 134959K |
2955 | 2025-01-28T17:29:45.112Z | a out/crucible-dtrace.tar 99K |
2956 | 2025-01-28T17:29:45.112Z | a out/crucible-pantry-zone.tar.gz 28529K |
2957 | 2025-01-28T17:29:45.112Z | a out/crucible-zone.tar.gz 36820K |
2958 | 2025-01-28T17:29:45.112Z | a out/external-dns.tar.gz 35429K |
2959 | 2025-01-28T17:29:45.112Z | a out/internal-dns.tar.gz 35429K |
2960 | 2025-01-28T17:29:45.112Z | a out/mg-ddm-gz.tar 63075K |
2961 | 2025-01-28T17:29:45.112Z | a out/nexus.tar.gz 100243K |
2962 | 2025-01-28T17:29:45.112Z | a out/ntp.tar.gz 10498K |
2963 | 2025-01-28T17:29:45.112Z | a out/omicron-gateway-softnpu.tar.gz 24109K |
2964 | 2025-01-28T17:29:45.112Z | a out/omicron-sled-agent.tar 113880K |
2965 | 2025-01-28T17:29:45.112Z | a out/overlay.tar.gz 3K |
2966 | 2025-01-28T17:29:45.112Z | a out/oximeter.tar.gz 48362K |
2967 | 2025-01-28T17:29:45.112Z | a out/oxlog.tar 3135K |
2968 | 2025-01-28T17:29:45.112Z | a out/probe.tar.gz 2764K |
2969 | 2025-01-28T17:29:45.112Z | a out/propolis-server.tar.gz 66525K |
2970 | 2025-01-28T17:29:45.112Z | a out/pumpkind-gz.tar 26665K |
2971 | 2025-01-28T17:29:45.112Z | a out/switch-softnpu.tar.gz 237595K |
2972 | 2025-01-28T17:29:45.115Z | |
2973 | 2025-01-28T17:29:45.115Z | real 1:13.493151695 |
2974 | 2025-01-28T17:29:45.115Z | user 1:10.181262253 |
2975 | 2025-01-28T17:29:45.115Z | sys 4.890048704 |
2976 | 2025-01-28T17:29:45.115Z | trap 0.018244285 |
2977 | 2025-01-28T17:29:45.115Z | tflt 0.000000000 |
2978 | 2025-01-28T17:29:45.115Z | dflt 0.000000000 |
2979 | 2025-01-28T17:29:45.115Z | kflt 0.000000000 |
2980 | 2025-01-28T17:29:45.115Z | lock 0.000000000 |
2981 | 2025-01-28T17:29:45.116Z | slp 1:09.761386809 |
2982 | 2025-01-28T17:29:45.116Z | lat 2.129120685 |
2983 | 2025-01-28T17:29:45.116Z | stop 0.000676970 |
2984 | 2025-01-28T17:29:45.118Z | process exited: duration 1956516 ms, exit code 0 |
|
2985 | 2025-01-28T17:29:45.133Z | found 1 output files |
2986 | 2025-01-28T17:29:45.133Z | uploading: /work/package.tar.gz (1904237829 bytes) |
2987 | 2025-01-28T17:30:20.817Z | uploaded: /work/package.tar.gz |