|
|
|
1 | 2025-03-20T19:05:39.089Z | job assigned to worker 01JPTF33GFYXE4W6VTE7KXK7XF [factory aws, i-00513d695338e4da5] (queued for 1 m 1 s) |
|
2 | 2025-03-20T19:05:46.843Z | starting task 0: "setup" |
3 | 2025-03-20T19:05:46.847Z | ++ uname -s |
4 | 2025-03-20T19:05:46.850Z | + kern=SunOS |
5 | 2025-03-20T19:05:46.850Z | + build_user=build |
6 | 2025-03-20T19:05:46.851Z | + build_uid=12345 |
7 | 2025-03-20T19:05:46.851Z | + work_dir=/work |
8 | 2025-03-20T19:05:46.851Z | + input_dir=/input |
9 | 2025-03-20T19:05:46.851Z | + [[ 0 == 12345 ]] |
10 | 2025-03-20T19:05:46.851Z | + case "$kern" in |
11 | 2025-03-20T19:05:46.851Z | + groupadd -g 12345 build |
12 | 2025-03-20T19:05:46.854Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-20T19:05:48.859Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-20T19:05:48.987Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-20T19:05:48.991Z | + home_fs=zfs |
16 | 2025-03-20T19:05:48.991Z | + [[ zfs == autofs ]] |
17 | 2025-03-20T19:05:48.992Z | + mkdir -p /home/build |
18 | 2025-03-20T19:05:48.995Z | + chown build:build /home/build /work |
19 | 2025-03-20T19:05:50.994Z | + chmod 0700 /home/build /work |
20 | 2025-03-20T19:05:50.997Z | process exited: duration 4156 ms, exit code 0 |
|
21 | 2025-03-20T19:05:51.005Z | starting task 1: "rust-toolchain" |
22 | 2025-03-20T19:05:51.010Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-20T19:05:51.011Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-20T19:05:51.011Z | * rust toolchain profile = "default" |
25 | 2025-03-20T19:05:51.011Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-20T19:05:51.011Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-20T19:05:51.011Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-20T19:05:51.015Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-20T19:05:51.015Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-20T19:05:51.131Z | info: downloading installer |
31 | 2025-03-20T19:05:52.566Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-20T19:05:52.567Z | warn: /opt/ooce/bin |
33 | 2025-03-20T19:05:52.567Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-20T19:05:52.567Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-20T19:05:52.567Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-20T19:05:52.567Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-20T19:05:52.567Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-20T19:05:52.567Z | error: cannot install while Rust is installed |
39 | 2025-03-20T19:05:52.567Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-20T19:05:52.592Z | info: profile set to 'default' |
41 | 2025-03-20T19:05:52.593Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-20T19:05:52.596Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-20T19:05:52.761Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-20T19:05:52.761Z | info: downloading component 'cargo' |
45 | 2025-03-20T19:05:53.682Z | info: downloading component 'clippy' |
46 | 2025-03-20T19:05:54.056Z | info: downloading component 'rust-docs' |
47 | 2025-03-20T19:05:55.453Z | info: downloading component 'rust-std' |
48 | 2025-03-20T19:05:57.814Z | info: downloading component 'rustc' |
49 | 2025-03-20T19:06:04.682Z | info: downloading component 'rustfmt' |
50 | 2025-03-20T19:06:04.926Z | info: installing component 'cargo' |
51 | 2025-03-20T19:06:05.737Z | info: installing component 'clippy' |
52 | 2025-03-20T19:06:06.118Z | info: installing component 'rust-docs' |
53 | 2025-03-20T19:06:07.834Z | info: installing component 'rust-std' |
54 | 2025-03-20T19:06:09.706Z | info: installing component 'rustc' |
55 | 2025-03-20T19:06:15.643Z | info: installing component 'rustfmt' |
56 | 2025-03-20T19:06:15.972Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-20T19:06:15.972Z | |
58 | 2025-03-20T19:06:16.345Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-20T19:06:16.345Z | |
60 | 2025-03-20T19:06:16.351Z | |
61 | 2025-03-20T19:06:16.351Z | Rust is installed now. Great! |
62 | 2025-03-20T19:06:16.351Z | |
63 | 2025-03-20T19:06:16.351Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-20T19:06:16.351Z | environment variable. This has not been done automatically. |
65 | 2025-03-20T19:06:16.351Z | |
66 | 2025-03-20T19:06:16.351Z | To configure your current shell, you need to source |
67 | 2025-03-20T19:06:16.351Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-20T19:06:16.351Z | |
69 | 2025-03-20T19:06:16.352Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-20T19:06:16.352Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-20T19:06:16.352Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-20T19:06:16.352Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-20T19:06:16.418Z | + rustup --version |
74 | 2025-03-20T19:06:16.430Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-20T19:06:16.430Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-20T19:06:16.458Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-20T19:06:16.461Z | + cargo --version |
78 | 2025-03-20T19:06:16.480Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-20T19:06:16.483Z | + rustc --version |
80 | 2025-03-20T19:06:16.508Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-20T19:06:16.511Z | process exited: duration 25504 ms, exit code 0 |
|
82 | 2025-03-20T19:06:16.519Z | starting task 2: "authentication" |
83 | 2025-03-20T19:06:16.540Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-20T19:06:16.547Z | starting task 3: "clone repository" |
85 | 2025-03-20T19:06:16.552Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-20T19:06:16.556Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-20T19:06:16.594Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-20T19:06:23.089Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-20T19:06:23.092Z | + git fetch origin dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
90 | 2025-03-20T19:06:23.399Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-20T19:06:23.399Z | * branch dc84a1bf0ed849a9b2f066213caf86822531d2f4 -> FETCH_HEAD |
92 | 2025-03-20T19:06:23.410Z | + [[ -n eliza/multiple-servers-in-ls-apis ]] |
93 | 2025-03-20T19:06:23.413Z | ++ git branch --show-current |
94 | 2025-03-20T19:06:23.416Z | + current=main |
95 | 2025-03-20T19:06:23.416Z | + [[ main != eliza/multiple-servers-in-ls-apis ]] |
96 | 2025-03-20T19:06:23.417Z | + git branch -f eliza/multiple-servers-in-ls-apis dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
97 | 2025-03-20T19:06:23.420Z | + git checkout -f eliza/multiple-servers-in-ls-apis |
98 | 2025-03-20T19:06:23.613Z | Switched to branch 'eliza/multiple-servers-in-ls-apis' |
99 | 2025-03-20T19:06:23.616Z | + git reset --hard dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
100 | 2025-03-20T19:06:23.805Z | HEAD is now at dc84a1bf0 [ls-apis] allow multiple dep paths for servers |
101 | 2025-03-20T19:06:23.808Z | process exited: duration 7258 ms, exit code 0 |
|
102 | 2025-03-20T19:06:23.817Z | starting task 4: "build" |
103 | 2025-03-20T19:06:23.820Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-20T19:06:23.820Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-20T19:06:23.820Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-20T19:06:23.820Z | + cargo --version |
107 | 2025-03-20T19:06:23.876Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-20T19:06:23.879Z | + rustc --version |
109 | 2025-03-20T19:06:23.945Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-20T19:06:23.948Z | + WORK=/work |
111 | 2025-03-20T19:06:23.948Z | + pfexec mkdir -p /work |
112 | 2025-03-20T19:06:23.952Z | + pfexec chown build /work |
113 | 2025-03-20T19:06:23.955Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-20T19:06:28.361Z | pkg list: illegal option -- F |
115 | 2025-03-20T19:06:28.364Z | Usage: |
116 | 2025-03-20T19:06:28.364Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-20T19:06:28.364Z | [pkg_fmri_pattern ...] |
118 | 2025-03-20T19:06:29.198Z | pkg list: illegal option -- F |
119 | 2025-03-20T19:06:29.198Z | Usage: |
120 | 2025-03-20T19:06:29.198Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-20T19:06:29.198Z | [pkg_fmri_pattern ...] |
122 | 2025-03-20T19:06:37.306Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-20T19:06:41.760Z | Startup: Caching catalogs ... Done |
124 | 2025-03-20T19:06:56.463Z | Planning: Solver setup ... Done (13.633s) |
125 | 2025-03-20T19:06:56.627Z | Planning: Running solver ... Done (0.164s) |
126 | 2025-03-20T19:06:56.758Z | Planning: Finding local manifests ... Done (0.006s) |
127 | 2025-03-20T19:06:56.785Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-20T19:06:57.453Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-20T19:06:57.566Z | Planning: Package planning ... Done (0.110s) |
130 | 2025-03-20T19:06:57.626Z | Planning: Merging actions ... Done (0.058s) |
131 | 2025-03-20T19:06:57.816Z | Planning: Checking for conflicting actions ... Done (0.195s) |
132 | 2025-03-20T19:06:59.552Z | Planning: Consolidating action changes ... Done (1.735s) |
133 | 2025-03-20T19:06:59.971Z | Planning: Evaluating mediators ... Done (0.420s) |
134 | 2025-03-20T19:07:00.052Z | Planning: Planning completed in 18.19 seconds |
135 | 2025-03-20T19:07:00.067Z | Packages to install: 4 |
136 | 2025-03-20T19:07:00.067Z | Packages to update: 3 |
137 | 2025-03-20T19:07:00.071Z | Mediators to change: 2 |
138 | 2025-03-20T19:07:00.071Z | Services to change: 1 |
139 | 2025-03-20T19:07:00.071Z | Estimated space available: 155.59 GB |
140 | 2025-03-20T19:07:00.071Z | Estimated space to be consumed: 1.67 GB |
141 | 2025-03-20T19:07:00.071Z | Create boot environment: No |
142 | 2025-03-20T19:07:00.071Z | Create backup boot environment: Yes |
143 | 2025-03-20T19:07:00.071Z | Rebuild boot archive: No |
144 | 2025-03-20T19:07:00.071Z | |
145 | 2025-03-20T19:07:00.071Z | Changed mediators: |
146 | 2025-03-20T19:07:00.071Z | mediator clang: |
147 | 2025-03-20T19:07:00.071Z | version: None -> 15 (system default) |
148 | 2025-03-20T19:07:00.071Z | |
149 | 2025-03-20T19:07:00.071Z | mediator llvm: |
150 | 2025-03-20T19:07:00.071Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-20T19:07:00.071Z | |
152 | 2025-03-20T19:07:00.071Z | Changed packages: |
153 | 2025-03-20T19:07:00.071Z | helios-dev |
154 | 2025-03-20T19:07:00.071Z | developer/build-essential |
155 | 2025-03-20T19:07:00.071Z | None -> 11-2.0 |
156 | 2025-03-20T19:07:00.071Z | library/libxmlsec1 |
157 | 2025-03-20T19:07:00.071Z | None -> 1.2.35-2.0 |
158 | 2025-03-20T19:07:00.071Z | ooce/developer/clang-15 |
159 | 2025-03-20T19:07:00.071Z | None -> 15.0.7-2.0 |
160 | 2025-03-20T19:07:00.071Z | ooce/developer/llvm-15 |
161 | 2025-03-20T19:07:00.071Z | None -> 15.0.7-2.0 |
162 | 2025-03-20T19:07:00.071Z | package/pkg |
163 | 2025-03-20T19:07:00.071Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-20T19:07:00.071Z | system/library/g++-runtime |
165 | 2025-03-20T19:07:00.071Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-20T19:07:00.071Z | system/library/gcc-runtime |
167 | 2025-03-20T19:07:00.071Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-20T19:07:00.071Z | |
169 | 2025-03-20T19:07:00.072Z | Services: |
170 | 2025-03-20T19:07:00.072Z | restart_fmri: |
171 | 2025-03-20T19:07:00.072Z | svc:/system/update-man-index:default |
172 | 2025-03-20T19:07:00.072Z | |
173 | 2025-03-20T19:07:00.072Z | Editable files to change: |
174 | 2025-03-20T19:07:00.072Z | Update: |
175 | 2025-03-20T19:07:00.072Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-20T19:07:00.346Z | |
177 | 2025-03-20T19:07:00.346Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-20T19:07:05.346Z | Download: 1403/4301 items 106.7/225.4MB 47% complete (21.4M/s) |
179 | 2025-03-20T19:07:10.368Z | Download: 2770/4301 items 120.9/225.4MB 53% complete (12.3M/s) |
180 | 2025-03-20T19:07:15.373Z | Download: 3319/4301 items 213.6/225.4MB 94% complete (10.7M/s) |
181 | 2025-03-20T19:07:20.670Z | Download: 4204/4301 items 220.5/225.4MB 97% complete (10.0M/s) |
182 | 2025-03-20T19:07:26.427Z | Download: 4293/4301 items 224.5/225.4MB 99% complete (4.5M/s) |
183 | 2025-03-20T19:07:26.442Z | Download: Completed 225.42 MB in 26.09 seconds (8.6M/s) |
184 | 2025-03-20T19:07:28.405Z | Actions: 1/5122 actions (Removing old actions) |
185 | 2025-03-20T19:07:28.423Z | Actions: 194/5122 actions (Installing new actions) |
186 | 2025-03-20T19:07:33.427Z | Actions: 4156/5122 actions (Installing new actions) |
187 | 2025-03-20T19:07:33.764Z | Actions: 4267/5122 actions (Updating modified actions) |
188 | 2025-03-20T19:07:34.397Z | Actions: Completed 5122 actions in 5.99 seconds. |
189 | 2025-03-20T19:07:34.639Z | Done (0.234s) |
190 | 2025-03-20T19:07:34.642Z | Done (0.001s) |
191 | 2025-03-20T19:07:35.282Z | Done (0.641s) |
192 | 2025-03-20T19:07:39.630Z | Done (4.113s) |
193 | 2025-03-20T19:07:39.716Z | Done (0.016s) |
194 | 2025-03-20T19:07:39.721Z | Done (0.000s) |
195 | 2025-03-20T19:07:39.884Z | Done (0.000s) |
196 | 2025-03-20T19:07:40.615Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-03-20T19:07:40.773Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-03-20T19:07:40.776Z | Planning: Consolidating action changes ... Done |
199 | 2025-03-20T19:07:41.035Z | Planning: Evaluating mediators ... Done |
200 | 2025-03-20T19:07:41.038Z | Planning: Planning completed in 0.42 seconds |
201 | 2025-03-20T19:07:41.075Z | Mediators to change: 2 |
202 | 2025-03-20T19:07:41.075Z | Create boot environment: No |
203 | 2025-03-20T19:07:41.075Z | Create backup boot environment: No |
204 | 2025-03-20T19:07:41.153Z | Done |
205 | 2025-03-20T19:07:41.153Z | Done |
206 | 2025-03-20T19:07:41.584Z | Done |
207 | 2025-03-20T19:07:45.191Z | Done |
208 | 2025-03-20T19:07:45.280Z | Done |
209 | 2025-03-20T19:07:45.283Z | Done |
210 | 2025-03-20T19:07:45.422Z | Done |
211 | 2025-03-20T19:07:46.035Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-03-20T19:07:46.038Z | Planning: Merging actions ... Done |
213 | 2025-03-20T19:07:46.225Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-03-20T19:07:46.230Z | Planning: Consolidating action changes ... Done |
215 | 2025-03-20T19:07:46.488Z | Planning: Evaluating mediators ... Done |
216 | 2025-03-20T19:07:46.543Z | Planning: Planning completed in 0.75 seconds |
217 | 2025-03-20T19:07:46.583Z | Packages to change: 1 |
218 | 2025-03-20T19:07:46.583Z | Mediators to change: 1 |
219 | 2025-03-20T19:07:46.586Z | Services to change: 1 |
220 | 2025-03-20T19:07:46.587Z | Create boot environment: No |
221 | 2025-03-20T19:07:46.587Z | Create backup boot environment: Yes |
222 | 2025-03-20T19:07:48.896Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-03-20T19:07:48.899Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-03-20T19:07:48.899Z | Done |
225 | 2025-03-20T19:07:48.899Z | Done |
226 | 2025-03-20T19:07:49.026Z | Done |
227 | 2025-03-20T19:07:52.652Z | Done |
228 | 2025-03-20T19:07:52.745Z | Done |
229 | 2025-03-20T19:07:52.748Z | Done |
230 | 2025-03-20T19:07:52.891Z | Done |
231 | 2025-03-20T19:07:53.325Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-03-20T19:07:53.325Z | clang system 15 system |
233 | 2025-03-20T19:07:53.325Z | csh system system illumos |
234 | 2025-03-20T19:07:53.325Z | ctags system system illumos |
235 | 2025-03-20T19:07:53.325Z | gcc vendor 12 vendor |
236 | 2025-03-20T19:07:53.325Z | gcc system 10 system |
237 | 2025-03-20T19:07:53.325Z | gcc system 7 system |
238 | 2025-03-20T19:07:53.325Z | go system 1.20 system |
239 | 2025-03-20T19:07:53.325Z | go system 1.19 system |
240 | 2025-03-20T19:07:53.325Z | llvm system 15 system |
241 | 2025-03-20T19:07:53.325Z | llvm system 14 system |
242 | 2025-03-20T19:07:53.326Z | mariadb system 10.6 system |
243 | 2025-03-20T19:07:53.326Z | mta vendor vendor dma |
244 | 2025-03-20T19:07:53.326Z | openjdk system 17 system |
245 | 2025-03-20T19:07:53.326Z | openjdk system 11 system |
246 | 2025-03-20T19:07:53.326Z | openjdk system 1.8 system |
247 | 2025-03-20T19:07:53.326Z | openssl vendor 3 vendor |
248 | 2025-03-20T19:07:53.326Z | perl system 5.36 system |
249 | 2025-03-20T19:07:53.326Z | postgresql system 15 system |
250 | 2025-03-20T19:07:53.326Z | postgresql system 13 system |
251 | 2025-03-20T19:07:53.326Z | python vendor 3 vendor |
252 | 2025-03-20T19:07:53.326Z | python system 2 system |
253 | 2025-03-20T19:07:53.326Z | python3 system 3.11 system |
254 | 2025-03-20T19:07:53.326Z | ruby system 3.0 system |
255 | 2025-03-20T19:07:53.326Z | words vendor vendor american-english |
256 | 2025-03-20T19:07:53.326Z | words system system australian-english |
257 | 2025-03-20T19:07:53.326Z | words system system british-english |
258 | 2025-03-20T19:07:53.327Z | words system system canadian-english |
259 | 2025-03-20T19:07:53.327Z | words system system french |
260 | 2025-03-20T19:07:53.327Z | words system system italian |
261 | 2025-03-20T19:07:53.327Z | words system system ngerman |
262 | 2025-03-20T19:07:53.327Z | words system system ogerman |
263 | 2025-03-20T19:07:53.327Z | words system system spanish |
264 | 2025-03-20T19:07:53.653Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-03-20T19:07:53.653Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-03-20T19:07:56.816Z | FMRI IFO |
267 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
274 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
277 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
280 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-03-20T19:07:56.816Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-03-20T19:07:57.662Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-03-20T19:07:58.037Z | Updating crates.io index |
284 | 2025-03-20T19:07:58.086Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
285 | 2025-03-20T19:07:58.706Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
286 | 2025-03-20T19:07:58.976Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
287 | 2025-03-20T19:07:59.229Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
288 | 2025-03-20T19:07:59.509Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
289 | 2025-03-20T19:08:00.493Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
290 | 2025-03-20T19:08:02.322Z | Updating git repository `https://github.com/oxidecomputer/opte` |
291 | 2025-03-20T19:08:02.981Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
292 | 2025-03-20T19:08:05.325Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2025-03-20T19:08:05.661Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
294 | 2025-03-20T19:08:05.910Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
295 | 2025-03-20T19:08:06.589Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
296 | 2025-03-20T19:08:07.159Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
297 | 2025-03-20T19:08:07.618Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2025-03-20T19:08:07.914Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2025-03-20T19:08:08.208Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2025-03-20T19:08:08.480Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2025-03-20T19:08:08.720Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2025-03-20T19:08:09.018Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
303 | 2025-03-20T19:08:09.377Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
304 | 2025-03-20T19:08:09.662Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
305 | 2025-03-20T19:08:09.985Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2025-03-20T19:08:10.349Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
307 | 2025-03-20T19:08:10.643Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2025-03-20T19:08:11.341Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
309 | 2025-03-20T19:08:11.638Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
310 | 2025-03-20T19:08:12.067Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
311 | 2025-03-20T19:08:12.500Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
312 | 2025-03-20T19:08:12.836Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
313 | 2025-03-20T19:08:13.684Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
314 | 2025-03-20T19:08:13.967Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
315 | 2025-03-20T19:08:15.339Z | Downloading crates ... |
316 | 2025-03-20T19:08:15.434Z | Downloaded anstream v0.6.15 |
317 | 2025-03-20T19:08:15.438Z | Downloaded equivalent v1.0.1 |
318 | 2025-03-20T19:08:15.442Z | Downloaded autocfg v1.4.0 |
319 | 2025-03-20T19:08:15.476Z | Downloaded anstyle-parse v0.2.5 |
320 | 2025-03-20T19:08:15.476Z | Downloaded clap_derive v4.5.28 |
321 | 2025-03-20T19:08:15.476Z | Downloaded cargo_metadata v0.19.2 |
322 | 2025-03-20T19:08:15.476Z | Downloaded scroll_derive v0.12.0 |
323 | 2025-03-20T19:08:15.476Z | Downloaded usdt-attr-macro v0.5.0 |
324 | 2025-03-20T19:08:15.476Z | Downloaded pretty-hex v0.4.1 |
325 | 2025-03-20T19:08:15.476Z | Downloaded winnow v0.7.3 |
326 | 2025-03-20T19:08:15.483Z | Downloaded usdt-macro v0.5.0 |
327 | 2025-03-20T19:08:15.486Z | Downloaded anstyle-query v1.1.1 |
328 | 2025-03-20T19:08:15.486Z | Downloaded terminal_size v0.2.6 |
329 | 2025-03-20T19:08:15.490Z | Downloaded cpufeatures v0.2.14 |
330 | 2025-03-20T19:08:15.490Z | Downloaded cfg-if v1.0.0 |
331 | 2025-03-20T19:08:15.490Z | Downloaded crypto-common v0.1.6 |
332 | 2025-03-20T19:08:15.493Z | Downloaded byteorder v1.5.0 |
333 | 2025-03-20T19:08:15.493Z | Downloaded thiserror-impl v2.0.11 |
334 | 2025-03-20T19:08:15.496Z | Downloaded pest_generator v2.7.14 |
335 | 2025-03-20T19:08:15.496Z | Downloaded unicode-linebreak v0.1.5 |
336 | 2025-03-20T19:08:15.496Z | Downloaded serde_tokenstream v0.2.2 |
337 | 2025-03-20T19:08:15.500Z | Downloaded fastrand v2.1.1 |
338 | 2025-03-20T19:08:15.500Z | Downloaded errno v0.3.9 |
339 | 2025-03-20T19:08:15.500Z | Downloaded thread-id v4.2.2 |
340 | 2025-03-20T19:08:15.503Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2025-03-20T19:08:15.503Z | Downloaded dof v0.3.0 |
342 | 2025-03-20T19:08:15.503Z | Downloaded bytecount v0.6.8 |
343 | 2025-03-20T19:08:15.506Z | Downloaded swrite v0.1.0 |
344 | 2025-03-20T19:08:15.506Z | Downloaded dtrace-parser v0.2.0 |
345 | 2025-03-20T19:08:15.506Z | Downloaded digest v0.10.7 |
346 | 2025-03-20T19:08:15.509Z | Downloaded macaddr v1.0.1 |
347 | 2025-03-20T19:08:15.509Z | Downloaded itoa v1.0.11 |
348 | 2025-03-20T19:08:15.512Z | Downloaded fs-err v2.11.0 |
349 | 2025-03-20T19:08:15.512Z | Downloaded heck v0.5.0 |
350 | 2025-03-20T19:08:15.515Z | Downloaded cargo-platform v0.1.8 |
351 | 2025-03-20T19:08:15.515Z | Downloaded version_check v0.9.5 |
352 | 2025-03-20T19:08:15.515Z | Downloaded terminal_size v0.4.0 |
353 | 2025-03-20T19:08:15.519Z | Downloaded utf8parse v0.2.2 |
354 | 2025-03-20T19:08:15.519Z | Downloaded smawk v0.3.2 |
355 | 2025-03-20T19:08:15.522Z | Downloaded serde_spanned v0.6.8 |
356 | 2025-03-20T19:08:15.522Z | Downloaded proc-macro-error-attr v1.0.4 |
357 | 2025-03-20T19:08:15.522Z | Downloaded memmap v0.7.0 |
358 | 2025-03-20T19:08:15.525Z | Downloaded fnv v1.0.7 |
359 | 2025-03-20T19:08:15.525Z | Downloaded clap_lex v0.7.4 |
360 | 2025-03-20T19:08:15.525Z | Downloaded anstyle v1.0.10 |
361 | 2025-03-20T19:08:15.528Z | Downloaded bitflags v1.3.2 |
362 | 2025-03-20T19:08:15.533Z | Downloaded heck v0.4.1 |
363 | 2025-03-20T19:08:15.533Z | Downloaded usdt-impl v0.5.0 |
364 | 2025-03-20T19:08:15.533Z | Downloaded tabled_derive v0.7.0 |
365 | 2025-03-20T19:08:15.536Z | Downloaded sha2 v0.10.8 |
366 | 2025-03-20T19:08:15.536Z | Downloaded strsim v0.11.1 |
367 | 2025-03-20T19:08:15.536Z | Downloaded colorchoice v1.0.2 |
368 | 2025-03-20T19:08:15.536Z | Downloaded block-buffer v0.10.4 |
369 | 2025-03-20T19:08:15.539Z | Downloaded thiserror-impl v1.0.69 |
370 | 2025-03-20T19:08:15.546Z | Downloaded pest_derive v2.7.14 |
371 | 2025-03-20T19:08:15.549Z | Downloaded usdt v0.5.0 |
372 | 2025-03-20T19:08:15.553Z | Downloaded scroll v0.12.0 |
373 | 2025-03-20T19:08:15.554Z | Downloaded once_cell v1.20.3 |
374 | 2025-03-20T19:08:15.554Z | Downloaded generic-array v0.14.7 |
375 | 2025-03-20T19:08:15.558Z | Downloaded tempfile v3.13.0 |
376 | 2025-03-20T19:08:15.558Z | Downloaded thiserror v1.0.69 |
377 | 2025-03-20T19:08:15.562Z | Downloaded proc-macro-error v1.0.4 |
378 | 2025-03-20T19:08:15.565Z | Downloaded clap v4.5.31 |
379 | 2025-03-20T19:08:15.573Z | Downloaded semver v1.0.25 |
380 | 2025-03-20T19:08:15.576Z | Downloaded ucd-trie v0.1.7 |
381 | 2025-03-20T19:08:15.580Z | Downloaded textwrap v0.16.1 |
382 | 2025-03-20T19:08:15.583Z | Downloaded proc-macro2 v1.0.94 |
383 | 2025-03-20T19:08:15.583Z | Downloaded toml v0.8.20 |
384 | 2025-03-20T19:08:15.586Z | Downloaded typenum v1.17.0 |
385 | 2025-03-20T19:08:15.589Z | Downloaded log v0.4.22 |
386 | 2025-03-20T19:08:15.592Z | Downloaded zerocopy-derive v0.7.35 |
387 | 2025-03-20T19:08:15.596Z | Downloaded ryu v1.0.18 |
388 | 2025-03-20T19:08:15.599Z | Downloaded camino-tempfile v1.1.1 |
389 | 2025-03-20T19:08:15.599Z | Downloaded serde_derive v1.0.218 |
390 | 2025-03-20T19:08:15.602Z | Downloaded pest_meta v2.7.14 |
391 | 2025-03-20T19:08:15.605Z | Downloaded io-lifetimes v1.0.11 |
392 | 2025-03-20T19:08:15.605Z | Downloaded unicode-ident v1.0.14 |
393 | 2025-03-20T19:08:15.608Z | Downloaded toml_datetime v0.6.8 |
394 | 2025-03-20T19:08:15.612Z | Downloaded plain v0.2.3 |
395 | 2025-03-20T19:08:15.612Z | Downloaded thiserror v2.0.11 |
396 | 2025-03-20T19:08:15.615Z | Downloaded papergrid v0.11.0 |
397 | 2025-03-20T19:08:15.620Z | Downloaded camino v1.1.9 |
398 | 2025-03-20T19:08:15.623Z | Downloaded bitflags v2.6.0 |
399 | 2025-03-20T19:08:15.626Z | Downloaded memchr v2.7.4 |
400 | 2025-03-20T19:08:15.630Z | Downloaded quote v1.0.39 |
401 | 2025-03-20T19:08:15.633Z | Downloaded indexmap v2.7.1 |
402 | 2025-03-20T19:08:15.636Z | Downloaded anyhow v1.0.97 |
403 | 2025-03-20T19:08:15.640Z | Downloaded cargo_toml v0.21.0 |
404 | 2025-03-20T19:08:15.646Z | Downloaded toml_edit v0.22.24 |
405 | 2025-03-20T19:08:15.665Z | Downloaded serde v1.0.218 |
406 | 2025-03-20T19:08:15.683Z | Downloaded serde_json v1.0.139 |
407 | 2025-03-20T19:08:15.690Z | Downloaded hashbrown v0.15.1 |
408 | 2025-03-20T19:08:15.699Z | Downloaded pest v2.7.14 |
409 | 2025-03-20T19:08:15.704Z | Downloaded clap_builder v4.5.31 |
410 | 2025-03-20T19:08:15.714Z | Downloaded goblin v0.8.2 |
411 | 2025-03-20T19:08:15.720Z | Downloaded zerocopy v0.7.35 |
412 | 2025-03-20T19:08:15.735Z | Downloaded tabled v0.15.0 |
413 | 2025-03-20T19:08:15.749Z | Downloaded syn v1.0.109 |
414 | 2025-03-20T19:08:15.782Z | Downloaded syn v2.0.98 |
415 | 2025-03-20T19:08:15.794Z | Downloaded unicode-width v0.1.14 |
416 | 2025-03-20T19:08:15.798Z | Downloaded rustix v0.37.28 |
417 | 2025-03-20T19:08:15.816Z | Downloaded rustix v0.38.37 |
418 | 2025-03-20T19:08:15.859Z | Downloaded libc v0.2.170 |
419 | 2025-03-20T19:08:15.997Z | Compiling proc-macro2 v1.0.94 |
420 | 2025-03-20T19:08:15.998Z | Compiling unicode-ident v1.0.14 |
421 | 2025-03-20T19:08:16.002Z | Compiling version_check v0.9.5 |
422 | 2025-03-20T19:08:16.002Z | Compiling serde v1.0.218 |
423 | 2025-03-20T19:08:16.002Z | Compiling libc v0.2.170 |
424 | 2025-03-20T19:08:16.002Z | Compiling memchr v2.7.4 |
425 | 2025-03-20T19:08:16.034Z | Compiling thiserror v1.0.69 |
426 | 2025-03-20T19:08:16.037Z | Compiling itoa v1.0.11 |
427 | 2025-03-20T19:08:16.274Z | Compiling ryu v1.0.18 |
428 | 2025-03-20T19:08:16.298Z | Compiling ucd-trie v0.1.7 |
429 | 2025-03-20T19:08:16.620Z | Compiling once_cell v1.20.3 |
430 | 2025-03-20T19:08:16.740Z | Compiling byteorder v1.5.0 |
431 | 2025-03-20T19:08:16.978Z | Compiling serde_json v1.0.139 |
432 | 2025-03-20T19:08:17.016Z | Compiling rustix v0.38.37 |
433 | 2025-03-20T19:08:17.171Z | Compiling bitflags v2.6.0 |
434 | 2025-03-20T19:08:17.356Z | Compiling usdt-impl v0.5.0 |
435 | 2025-03-20T19:08:17.586Z | Compiling proc-macro-error-attr v1.0.4 |
436 | 2025-03-20T19:08:17.607Z | Compiling io-lifetimes v1.0.11 |
437 | 2025-03-20T19:08:17.664Z | Compiling syn v1.0.109 |
438 | 2025-03-20T19:08:17.895Z | Compiling quote v1.0.39 |
439 | 2025-03-20T19:08:17.932Z | Compiling proc-macro-error v1.0.4 |
440 | 2025-03-20T19:08:17.942Z | Compiling errno v0.3.9 |
441 | 2025-03-20T19:08:18.231Z | Compiling thread-id v4.2.2 |
442 | 2025-03-20T19:08:18.254Z | Compiling equivalent v1.0.1 |
443 | 2025-03-20T19:08:18.291Z | Compiling syn v2.0.98 |
444 | 2025-03-20T19:08:18.356Z | Compiling hashbrown v0.15.1 |
445 | 2025-03-20T19:08:18.385Z | Compiling plain v0.2.3 |
446 | 2025-03-20T19:08:18.407Z | Compiling camino v1.1.9 |
447 | 2025-03-20T19:08:18.525Z | Compiling rustix v0.37.28 |
448 | 2025-03-20T19:08:18.528Z | Compiling utf8parse v0.2.2 |
449 | 2025-03-20T19:08:18.570Z | Compiling log v0.4.22 |
450 | 2025-03-20T19:08:18.713Z | Compiling anstyle-parse v0.2.5 |
451 | 2025-03-20T19:08:19.275Z | Compiling unicode-width v0.1.14 |
452 | 2025-03-20T19:08:19.520Z | Compiling indexmap v2.7.1 |
453 | 2025-03-20T19:08:19.544Z | Compiling is_terminal_polyfill v1.70.1 |
454 | 2025-03-20T19:08:19.565Z | Compiling anstyle v1.0.10 |
455 | 2025-03-20T19:08:19.681Z | Compiling semver v1.0.25 |
456 | 2025-03-20T19:08:19.685Z | Compiling winnow v0.7.3 |
457 | 2025-03-20T19:08:19.796Z | Compiling anstyle-query v1.1.1 |
458 | 2025-03-20T19:08:19.970Z | Compiling autocfg v1.4.0 |
459 | 2025-03-20T19:08:19.995Z | Compiling colorchoice v1.0.2 |
460 | 2025-03-20T19:08:20.155Z | Compiling thiserror v2.0.11 |
461 | 2025-03-20T19:08:20.178Z | Compiling pretty-hex v0.4.1 |
462 | 2025-03-20T19:08:20.421Z | Compiling bitflags v1.3.2 |
463 | 2025-03-20T19:08:20.768Z | Compiling terminal_size v0.4.0 |
464 | 2025-03-20T19:08:20.869Z | Compiling fs-err v2.11.0 |
465 | 2025-03-20T19:08:20.974Z | Compiling anstream v0.6.15 |
466 | 2025-03-20T19:08:21.177Z | Compiling cfg-if v1.0.0 |
467 | 2025-03-20T19:08:21.271Z | Compiling fnv v1.0.7 |
468 | 2025-03-20T19:08:21.295Z | Compiling clap_lex v0.7.4 |
469 | 2025-03-20T19:08:21.431Z | Compiling heck v0.5.0 |
470 | 2025-03-20T19:08:21.603Z | Compiling bytecount v0.6.8 |
471 | 2025-03-20T19:08:21.741Z | Compiling heck v0.4.1 |
472 | 2025-03-20T19:08:21.767Z | Compiling strsim v0.11.1 |
473 | 2025-03-20T19:08:21.826Z | Compiling anyhow v1.0.97 |
474 | 2025-03-20T19:08:21.885Z | Compiling fastrand v2.1.1 |
475 | 2025-03-20T19:08:22.169Z | Compiling clap_builder v4.5.31 |
476 | 2025-03-20T19:08:22.194Z | Compiling papergrid v0.11.0 |
477 | 2025-03-20T19:08:22.398Z | Compiling tempfile v3.13.0 |
478 | 2025-03-20T19:08:22.502Z | Compiling terminal_size v0.2.6 |
479 | 2025-03-20T19:08:22.822Z | Compiling memmap v0.7.0 |
480 | 2025-03-20T19:08:22.873Z | Compiling smawk v0.3.2 |
481 | 2025-03-20T19:08:23.102Z | Compiling unicode-linebreak v0.1.5 |
482 | 2025-03-20T19:08:23.227Z | Compiling swrite v0.1.0 |
483 | 2025-03-20T19:08:23.601Z | Compiling textwrap v0.16.1 |
484 | 2025-03-20T19:08:23.884Z | Compiling tabled_derive v0.7.0 |
485 | 2025-03-20T19:08:25.376Z | Compiling tabled v0.15.0 |
486 | 2025-03-20T19:08:25.536Z | Compiling serde_derive v1.0.218 |
487 | 2025-03-20T19:08:25.536Z | Compiling thiserror-impl v1.0.69 |
488 | 2025-03-20T19:08:25.540Z | Compiling zerocopy-derive v0.7.35 |
489 | 2025-03-20T19:08:25.540Z | Compiling scroll_derive v0.12.0 |
490 | 2025-03-20T19:08:25.540Z | Compiling thiserror-impl v2.0.11 |
491 | 2025-03-20T19:08:25.540Z | Compiling clap_derive v4.5.28 |
492 | 2025-03-20T19:08:26.938Z | Compiling scroll v0.12.0 |
493 | 2025-03-20T19:08:27.489Z | Compiling goblin v0.8.2 |
494 | 2025-03-20T19:08:27.625Z | Compiling zerocopy v0.7.35 |
495 | 2025-03-20T19:08:28.686Z | Compiling pest v2.7.14 |
496 | 2025-03-20T19:08:29.869Z | Compiling clap v4.5.31 |
497 | 2025-03-20T19:08:30.857Z | Compiling pest_meta v2.7.14 |
498 | 2025-03-20T19:08:31.728Z | Compiling pest_generator v2.7.14 |
499 | 2025-03-20T19:08:33.180Z | Compiling pest_derive v2.7.14 |
500 | 2025-03-20T19:08:33.781Z | Compiling dtrace-parser v0.2.0 |
501 | 2025-03-20T19:08:34.636Z | Compiling serde_tokenstream v0.2.2 |
502 | 2025-03-20T19:08:34.675Z | Compiling serde_spanned v0.6.8 |
503 | 2025-03-20T19:08:34.678Z | Compiling toml_datetime v0.6.8 |
504 | 2025-03-20T19:08:34.824Z | Compiling cargo-platform v0.1.8 |
505 | 2025-03-20T19:08:34.959Z | Compiling macaddr v1.0.1 |
506 | 2025-03-20T19:08:35.150Z | Compiling toml_edit v0.22.24 |
507 | 2025-03-20T19:08:35.292Z | Compiling camino-tempfile v1.1.1 |
508 | 2025-03-20T19:08:36.051Z | Compiling dof v0.3.0 |
509 | 2025-03-20T19:08:36.085Z | Compiling cargo_metadata v0.19.2 |
510 | 2025-03-20T19:08:37.364Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2025-03-20T19:08:37.364Z | Compiling usdt-macro v0.5.0 |
512 | 2025-03-20T19:08:38.124Z | Compiling toml v0.8.20 |
513 | 2025-03-20T19:08:38.426Z | Compiling usdt v0.5.0 |
514 | 2025-03-20T19:08:38.915Z | Compiling cargo_toml v0.21.0 |
515 | 2025-03-20T19:08:41.453Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
516 | 2025-03-20T19:08:44.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.23s |
517 | 2025-03-20T19:08:44.876Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
518 | 2025-03-20T19:08:45.431Z | Downloading crates ... |
519 | 2025-03-20T19:08:45.546Z | Downloaded adler2 v2.0.0 |
520 | 2025-03-20T19:08:45.550Z | Downloaded aead v0.5.2 |
521 | 2025-03-20T19:08:45.555Z | Downloaded addr2line v0.24.2 |
522 | 2025-03-20T19:08:45.569Z | Downloaded hostname v0.4.0 |
523 | 2025-03-20T19:08:45.573Z | Downloaded humantime v2.1.0 |
524 | 2025-03-20T19:08:45.579Z | Downloaded highway v1.3.0 |
525 | 2025-03-20T19:08:45.587Z | Downloaded hubpack_derive v0.1.1 |
526 | 2025-03-20T19:08:45.590Z | Downloaded http-body v1.0.1 |
527 | 2025-03-20T19:08:45.598Z | Downloaded ident_case v1.0.1 |
528 | 2025-03-20T19:08:45.601Z | Downloaded is_ci v1.2.0 |
529 | 2025-03-20T19:08:45.606Z | Downloaded instant v0.1.13 |
530 | 2025-03-20T19:08:45.609Z | Downloaded is-terminal v0.4.13 |
531 | 2025-03-20T19:08:45.609Z | Downloaded http-range v0.1.5 |
532 | 2025-03-20T19:08:45.609Z | Downloaded new_debug_unreachable v1.0.6 |
533 | 2025-03-20T19:08:45.617Z | Downloaded http-body-util v0.1.2 |
534 | 2025-03-20T19:08:45.623Z | Downloaded idna_adapter v1.2.0 |
535 | 2025-03-20T19:08:45.626Z | Downloaded httpdate v1.0.3 |
536 | 2025-03-20T19:08:45.626Z | Downloaded aes v0.8.4 |
537 | 2025-03-20T19:08:45.629Z | Downloaded lru v0.12.5 |
538 | 2025-03-20T19:08:45.632Z | Downloaded atty v0.2.14 |
539 | 2025-03-20T19:08:45.632Z | Downloaded md5 v0.7.0 |
540 | 2025-03-20T19:08:45.635Z | Downloaded arrayvec v0.7.6 |
541 | 2025-03-20T19:08:45.638Z | Downloaded internet-checksum v0.2.1 |
542 | 2025-03-20T19:08:45.638Z | Downloaded inout v0.1.3 |
543 | 2025-03-20T19:08:45.638Z | Downloaded indoc v1.0.9 |
544 | 2025-03-20T19:08:45.641Z | Downloaded impl-trait-for-tuples v0.2.2 |
545 | 2025-03-20T19:08:45.644Z | Downloaded mockall v0.13.1 |
546 | 2025-03-20T19:08:45.648Z | Downloaded memoffset v0.9.1 |
547 | 2025-03-20T19:08:45.648Z | Downloaded maplit v1.0.2 |
548 | 2025-03-20T19:08:45.648Z | Downloaded indoc v2.0.6 |
549 | 2025-03-20T19:08:45.651Z | Downloaded lockfree-object-pool v0.1.6 |
550 | 2025-03-20T19:08:45.654Z | Downloaded icu_locid_transform v1.5.0 |
551 | 2025-03-20T19:08:45.657Z | Downloaded iana-time-zone v0.1.61 |
552 | 2025-03-20T19:08:45.660Z | Downloaded bit-set v0.8.0 |
553 | 2025-03-20T19:08:45.660Z | Downloaded aws-lc-rs v1.12.4 |
554 | 2025-03-20T19:08:45.670Z | Downloaded managed v0.8.0 |
555 | 2025-03-20T19:08:45.673Z | Downloaded bb8 v0.8.5 |
556 | 2025-03-20T19:08:45.673Z | Downloaded libsw-core v0.3.1 |
557 | 2025-03-20T19:08:45.676Z | Downloaded icu_provider_macros v1.5.0 |
558 | 2025-03-20T19:08:45.676Z | Downloaded bit-set v0.5.3 |
559 | 2025-03-20T19:08:45.679Z | Downloaded base64 v0.22.1 |
560 | 2025-03-20T19:08:45.682Z | Downloaded match_cfg v0.1.0 |
561 | 2025-03-20T19:08:45.682Z | Downloaded atomicwrites v0.4.4 |
562 | 2025-03-20T19:08:45.685Z | Downloaded newline-converter v0.3.0 |
563 | 2025-03-20T19:08:45.685Z | Downloaded multimap v0.10.0 |
564 | 2025-03-20T19:08:45.685Z | Downloaded linked-hash-map v0.5.6 |
565 | 2025-03-20T19:08:45.689Z | Downloaded indent_write v2.2.0 |
566 | 2025-03-20T19:08:45.692Z | Downloaded lalrpop-util v0.19.12 |
567 | 2025-03-20T19:08:45.692Z | Downloaded bit-vec v0.6.3 |
568 | 2025-03-20T19:08:45.696Z | Downloaded async-recursion v1.1.1 |
569 | 2025-03-20T19:08:45.700Z | Downloaded hubpack v0.1.2 |
570 | 2025-03-20T19:08:45.701Z | Downloaded hmac v0.12.1 |
571 | 2025-03-20T19:08:45.701Z | Downloaded nanorand v0.7.0 |
572 | 2025-03-20T19:08:45.704Z | Downloaded instability v0.3.2 |
573 | 2025-03-20T19:08:45.704Z | Downloaded md-5 v0.10.6 |
574 | 2025-03-20T19:08:45.707Z | Downloaded cfg_aliases v0.2.1 |
575 | 2025-03-20T19:08:45.707Z | Downloaded async-stream-impl v0.3.6 |
576 | 2025-03-20T19:08:45.707Z | Downloaded kstat-rs v0.2.4 |
577 | 2025-03-20T19:08:45.710Z | Downloaded ipnetwork v0.21.1 |
578 | 2025-03-20T19:08:45.710Z | Downloaded radium v0.7.0 |
579 | 2025-03-20T19:08:45.713Z | Downloaded ctr v0.9.2 |
580 | 2025-03-20T19:08:45.716Z | Downloaded native-tls v0.2.12 |
581 | 2025-03-20T19:08:45.716Z | Downloaded libloading v0.8.5 |
582 | 2025-03-20T19:08:45.719Z | Downloaded cfg_aliases v0.1.1 |
583 | 2025-03-20T19:08:45.720Z | Downloaded block-padding v0.3.3 |
584 | 2025-03-20T19:08:45.723Z | Downloaded bit-vec v0.8.0 |
585 | 2025-03-20T19:08:45.725Z | Downloaded maybe-uninit v2.0.0 |
586 | 2025-03-20T19:08:45.726Z | Downloaded linear-map v1.2.0 |
587 | 2025-03-20T19:08:45.726Z | Downloaded lazycell v1.3.0 |
588 | 2025-03-20T19:08:45.729Z | Downloaded hickory-resolver v0.24.4 |
589 | 2025-03-20T19:08:45.732Z | Downloaded progenitor-client v0.9.1 |
590 | 2025-03-20T19:08:45.735Z | Downloaded libsw v3.4.0 |
591 | 2025-03-20T19:08:45.735Z | Downloaded lazy_static v1.5.0 |
592 | 2025-03-20T19:08:45.738Z | Downloaded keccak v0.1.5 |
593 | 2025-03-20T19:08:45.739Z | Downloaded rand_core v0.6.4 |
594 | 2025-03-20T19:08:45.742Z | Downloaded lru-cache v0.1.2 |
595 | 2025-03-20T19:08:45.742Z | Downloaded castaway v0.2.3 |
596 | 2025-03-20T19:08:45.742Z | Downloaded buf-list v1.0.3 |
597 | 2025-03-20T19:08:45.745Z | Downloaded blowfish v0.9.1 |
598 | 2025-03-20T19:08:45.748Z | Downloaded argon2 v0.5.3 |
599 | 2025-03-20T19:08:45.748Z | Downloaded cobs v0.2.3 |
600 | 2025-03-20T19:08:45.751Z | Downloaded miniz_oxide v0.8.5 |
601 | 2025-03-20T19:08:45.755Z | Downloaded ciborium-ll v0.2.2 |
602 | 2025-03-20T19:08:45.755Z | Downloaded multer v3.1.0 |
603 | 2025-03-20T19:08:45.758Z | Downloaded hyper-staticfile v0.10.1 |
604 | 2025-03-20T19:08:45.761Z | Downloaded serde-big-array v0.5.1 |
605 | 2025-03-20T19:08:45.761Z | Downloaded icu_provider v1.5.0 |
606 | 2025-03-20T19:08:45.764Z | Downloaded try-lock v0.2.5 |
607 | 2025-03-20T19:08:45.764Z | Downloaded icu_normalizer v1.5.0 |
608 | 2025-03-20T19:08:45.768Z | Downloaded take_mut v0.2.2 |
609 | 2025-03-20T19:08:45.771Z | Downloaded litemap v0.7.3 |
610 | 2025-03-20T19:08:45.771Z | Downloaded indicatif v0.17.11 |
611 | 2025-03-20T19:08:45.776Z | Downloaded rustfmt-wrapper v0.2.1 |
612 | 2025-03-20T19:08:45.779Z | Downloaded rand_chacha v0.9.0 |
613 | 2025-03-20T19:08:45.779Z | Downloaded bzip2 v0.4.4 |
614 | 2025-03-20T19:08:45.782Z | Downloaded chrono-tz-build v0.4.0 |
615 | 2025-03-20T19:08:45.782Z | Downloaded icu_locid_transform_data v1.5.0 |
616 | 2025-03-20T19:08:45.785Z | Downloaded httparse v1.9.5 |
617 | 2025-03-20T19:08:45.788Z | Downloaded universal-hash v0.5.1 |
618 | 2025-03-20T19:08:45.788Z | Downloaded xattr v1.3.1 |
619 | 2025-03-20T19:08:45.791Z | Downloaded memmap2 v0.9.5 |
620 | 2025-03-20T19:08:45.791Z | Downloaded constant_time_eq v0.3.1 |
621 | 2025-03-20T19:08:45.795Z | Downloaded signature v2.2.0 |
622 | 2025-03-20T19:08:45.795Z | Downloaded salsa20 v0.10.2 |
623 | 2025-03-20T19:08:45.798Z | Downloaded mime_guess v2.0.5 |
624 | 2025-03-20T19:08:45.798Z | Downloaded libefi-sys v0.1.0 |
625 | 2025-03-20T19:08:45.801Z | Downloaded mime v0.3.17 |
626 | 2025-03-20T19:08:45.801Z | Downloaded endian-type v0.1.2 |
627 | 2025-03-20T19:08:45.804Z | Downloaded crc-catalog v2.4.0 |
628 | 2025-03-20T19:08:45.804Z | Downloaded jobserver v0.1.32 |
629 | 2025-03-20T19:08:45.807Z | Downloaded serde_path_to_error v0.1.16 |
630 | 2025-03-20T19:08:45.807Z | Downloaded rtoolbox v0.0.2 |
631 | 2025-03-20T19:08:45.810Z | Downloaded smf v0.2.3 |
632 | 2025-03-20T19:08:45.810Z | Downloaded foreign-types-shared v0.3.1 |
633 | 2025-03-20T19:08:45.813Z | Downloaded cmake v0.1.51 |
634 | 2025-03-20T19:08:45.814Z | Downloaded bcrypt-pbkdf v0.10.0 |
635 | 2025-03-20T19:08:45.814Z | Downloaded smallvec v0.6.14 |
636 | 2025-03-20T19:08:45.818Z | Downloaded bitfield-struct v0.6.2 |
637 | 2025-03-20T19:08:45.818Z | Downloaded ipnet v2.11.0 |
638 | 2025-03-20T19:08:45.821Z | Downloaded foreign-types v0.3.2 |
639 | 2025-03-20T19:08:45.821Z | Downloaded crc32fast v1.4.2 |
640 | 2025-03-20T19:08:45.824Z | Downloaded colored v2.2.0 |
641 | 2025-03-20T19:08:45.824Z | Downloaded convert_case v0.4.0 |
642 | 2025-03-20T19:08:45.827Z | Downloaded bcs v0.1.6 |
643 | 2025-03-20T19:08:45.830Z | Downloaded tokio-tungstenite v0.21.0 |
644 | 2025-03-20T19:08:45.830Z | Downloaded lock_api v0.4.12 |
645 | 2025-03-20T19:08:45.833Z | Downloaded icu_properties v1.5.1 |
646 | 2025-03-20T19:08:45.836Z | Downloaded console v0.15.10 |
647 | 2025-03-20T19:08:45.840Z | Downloaded foreign-types v0.5.0 |
648 | 2025-03-20T19:08:45.840Z | Downloaded ref-cast v1.0.23 |
649 | 2025-03-20T19:08:45.843Z | Downloaded num-derive v0.4.2 |
650 | 2025-03-20T19:08:45.846Z | Downloaded scrypt v0.11.0 |
651 | 2025-03-20T19:08:45.846Z | Downloaded slab v0.4.9 |
652 | 2025-03-20T19:08:45.849Z | Downloaded serde-hex v0.1.0 |
653 | 2025-03-20T19:08:45.849Z | Downloaded zone v0.1.8 |
654 | 2025-03-20T19:08:45.853Z | Downloaded litrs v0.4.1 |
655 | 2025-03-20T19:08:45.853Z | Downloaded wyz v0.5.1 |
656 | 2025-03-20T19:08:45.856Z | Downloaded zeroize v1.8.1 |
657 | 2025-03-20T19:08:45.856Z | Downloaded const_format_proc_macros v0.2.34 |
658 | 2025-03-20T19:08:45.859Z | Downloaded slog-term v2.9.1 |
659 | 2025-03-20T19:08:45.862Z | Downloaded hex v0.4.3 |
660 | 2025-03-20T19:08:45.865Z | Downloaded hyper-rustls v0.27.3 |
661 | 2025-03-20T19:08:45.868Z | Downloaded smallvec v1.14.0 |
662 | 2025-03-20T19:08:45.868Z | Downloaded mockall_derive v0.13.1 |
663 | 2025-03-20T19:08:45.871Z | Downloaded pretty-hex v0.2.1 |
664 | 2025-03-20T19:08:45.875Z | Downloaded deranged v0.3.11 |
665 | 2025-03-20T19:08:45.875Z | Downloaded blake2 v0.10.6 |
666 | 2025-03-20T19:08:45.878Z | Downloaded csv-core v0.1.11 |
667 | 2025-03-20T19:08:45.878Z | Downloaded unicode-xid v0.2.6 |
668 | 2025-03-20T19:08:45.910Z | Downloaded tap v1.0.1 |
669 | 2025-03-20T19:08:45.910Z | Downloaded crc-any v2.5.0 |
670 | 2025-03-20T19:08:45.910Z | Downloaded flagset v0.4.6 |
671 | 2025-03-20T19:08:45.910Z | Downloaded fd-lock v4.0.2 |
672 | 2025-03-20T19:08:45.910Z | Downloaded either v1.14.0 |
673 | 2025-03-20T19:08:45.910Z | Downloaded foreign-types-macros v0.2.3 |
674 | 2025-03-20T19:08:45.910Z | Downloaded foldhash v0.1.3 |
675 | 2025-03-20T19:08:45.910Z | Downloaded foreign-types-shared v0.1.1 |
676 | 2025-03-20T19:08:45.910Z | Downloaded subtle v2.6.1 |
677 | 2025-03-20T19:08:45.910Z | Downloaded tokio-tungstenite v0.23.1 |
678 | 2025-03-20T19:08:45.910Z | Downloaded clang-sys v1.8.1 |
679 | 2025-03-20T19:08:45.910Z | Downloaded cookie_store v0.21.1 |
680 | 2025-03-20T19:08:45.910Z | Downloaded hash32 v0.2.1 |
681 | 2025-03-20T19:08:45.910Z | Downloaded hash32 v0.3.1 |
682 | 2025-03-20T19:08:45.910Z | Downloaded cookie v0.18.1 |
683 | 2025-03-20T19:08:45.910Z | Downloaded zerofrom v0.1.4 |
684 | 2025-03-20T19:08:45.910Z | Downloaded tower-service v0.3.3 |
685 | 2025-03-20T19:08:45.910Z | Downloaded tower-layer v0.3.3 |
686 | 2025-03-20T19:08:45.914Z | Downloaded hickory-server v0.24.4 |
687 | 2025-03-20T19:08:45.917Z | Downloaded sync-ptr v0.1.1 |
688 | 2025-03-20T19:08:45.917Z | Downloaded num-iter v0.1.45 |
689 | 2025-03-20T19:08:45.920Z | Downloaded num-integer v0.1.46 |
690 | 2025-03-20T19:08:45.920Z | Downloaded tabled_derive v0.10.0 |
691 | 2025-03-20T19:08:45.923Z | Downloaded darling v0.20.10 |
692 | 2025-03-20T19:08:45.927Z | Downloaded r2d2 v0.8.10 |
693 | 2025-03-20T19:08:45.930Z | Downloaded crossbeam-utils v0.8.20 |
694 | 2025-03-20T19:08:45.933Z | Downloaded pbkdf2 v0.11.0 |
695 | 2025-03-20T19:08:45.944Z | Downloaded downcast v0.11.0 |
696 | 2025-03-20T19:08:45.947Z | Downloaded defmt-parser v0.3.4 |
697 | 2025-03-20T19:08:45.947Z | Downloaded rustc_version v0.1.7 |
698 | 2025-03-20T19:08:45.951Z | Downloaded ref-cast-impl v1.0.23 |
699 | 2025-03-20T19:08:45.951Z | Downloaded rustversion v1.0.17 |
700 | 2025-03-20T19:08:45.954Z | Downloaded pkcs8 v0.10.2 |
701 | 2025-03-20T19:08:45.954Z | Downloaded compact_str v0.8.0 |
702 | 2025-03-20T19:08:45.958Z | Downloaded bumpalo v3.16.0 |
703 | 2025-03-20T19:08:45.961Z | Downloaded quinn-udp v0.5.5 |
704 | 2025-03-20T19:08:45.964Z | Downloaded predicates-tree v1.0.11 |
705 | 2025-03-20T19:08:45.964Z | Downloaded predicates-core v1.0.8 |
706 | 2025-03-20T19:08:45.968Z | Downloaded static_assertions v1.1.0 |
707 | 2025-03-20T19:08:45.968Z | Downloaded oso-derive v0.27.3 |
708 | 2025-03-20T19:08:45.971Z | Downloaded num_threads v0.1.7 |
709 | 2025-03-20T19:08:45.971Z | Downloaded strum_macros v0.25.3 |
710 | 2025-03-20T19:08:45.974Z | Downloaded peg-runtime v0.8.5 |
711 | 2025-03-20T19:08:45.974Z | Downloaded number_prefix v0.4.0 |
712 | 2025-03-20T19:08:45.974Z | Downloaded icu_locid v1.5.0 |
713 | 2025-03-20T19:08:45.979Z | Downloaded phf_shared v0.10.0 |
714 | 2025-03-20T19:08:45.982Z | Downloaded headers-core v0.3.0 |
715 | 2025-03-20T19:08:45.982Z | Downloaded num-rational v0.4.2 |
716 | 2025-03-20T19:08:45.982Z | Downloaded minimal-lexical v0.2.1 |
717 | 2025-03-20T19:08:45.987Z | Downloaded tokio-native-tls v0.3.1 |
718 | 2025-03-20T19:08:45.990Z | Downloaded tokio-macros v2.5.0 |
719 | 2025-03-20T19:08:45.990Z | Downloaded vte v0.11.1 |
720 | 2025-03-20T19:08:45.993Z | Downloaded defmt-macros v0.3.9 |
721 | 2025-03-20T19:08:45.996Z | Downloaded russh-cryptovec v0.7.3 |
722 | 2025-03-20T19:08:45.999Z | Downloaded derive-where v1.2.7 |
723 | 2025-03-20T19:08:46.003Z | Downloaded predicates v3.1.3 |
724 | 2025-03-20T19:08:46.006Z | Downloaded document-features v0.2.10 |
725 | 2025-03-20T19:08:46.006Z | Downloaded base64 v0.21.7 |
726 | 2025-03-20T19:08:46.009Z | Downloaded rand_chacha v0.3.1 |
727 | 2025-03-20T19:08:46.014Z | Downloaded displaydoc v0.2.5 |
728 | 2025-03-20T19:08:46.017Z | Downloaded hyper-util v0.1.10 |
729 | 2025-03-20T19:08:46.021Z | Downloaded group v0.13.0 |
730 | 2025-03-20T19:08:46.021Z | Downloaded futures-task v0.3.31 |
731 | 2025-03-20T19:08:46.024Z | Downloaded strum_macros v0.26.4 |
732 | 2025-03-20T19:08:46.024Z | Downloaded serde_with_macros v3.12.0 |
733 | 2025-03-20T19:08:46.028Z | Downloaded waitgroup v0.1.2 |
734 | 2025-03-20T19:08:46.028Z | Downloaded sync_wrapper v1.0.1 |
735 | 2025-03-20T19:08:46.032Z | Downloaded strum v0.26.3 |
736 | 2025-03-20T19:08:46.032Z | Downloaded nodrop v0.1.14 |
737 | 2025-03-20T19:08:46.032Z | Downloaded snafu-derive v0.8.5 |
738 | 2025-03-20T19:08:46.035Z | Downloaded rsa v0.9.6 |
739 | 2025-03-20T19:08:46.040Z | Downloaded quick-error v1.2.3 |
740 | 2025-03-20T19:08:46.043Z | Downloaded supports-color v3.0.2 |
741 | 2025-03-20T19:08:46.043Z | Downloaded env_filter v0.1.2 |
742 | 2025-03-20T19:08:46.043Z | Downloaded signal-hook-mio v0.2.4 |
743 | 2025-03-20T19:08:46.046Z | Downloaded dropshot_endpoint v0.12.0 |
744 | 2025-03-20T19:08:46.050Z | Downloaded pem v3.0.5 |
745 | 2025-03-20T19:08:46.050Z | Downloaded tinyvec_macros v0.1.1 |
746 | 2025-03-20T19:08:46.050Z | Downloaded whoami v1.5.2 |
747 | 2025-03-20T19:08:46.053Z | Downloaded unicode-bidi v0.3.17 |
748 | 2025-03-20T19:08:46.056Z | Downloaded darling_macro v0.20.10 |
749 | 2025-03-20T19:08:46.056Z | Downloaded pkcs5 v0.7.1 |
750 | 2025-03-20T19:08:46.061Z | Downloaded phf_shared v0.11.2 |
751 | 2025-03-20T19:08:46.065Z | Downloaded icu_collections v1.5.0 |
752 | 2025-03-20T19:08:46.068Z | Downloaded cc v1.2.15 |
753 | 2025-03-20T19:08:46.073Z | Downloaded opaque-debug v0.3.1 |
754 | 2025-03-20T19:08:46.076Z | Downloaded dyn-clone v1.0.19 |
755 | 2025-03-20T19:08:46.076Z | Downloaded want v0.3.1 |
756 | 2025-03-20T19:08:46.080Z | Downloaded env_logger v0.10.2 |
757 | 2025-03-20T19:08:46.085Z | Downloaded path-slash v0.1.5 |
758 | 2025-03-20T19:08:46.085Z | Downloaded olpc-cjson v0.1.4 |
759 | 2025-03-20T19:08:46.086Z | Downloaded ssh-encoding v0.2.0 |
760 | 2025-03-20T19:08:46.086Z | Downloaded scopeguard v1.2.0 |
761 | 2025-03-20T19:08:46.090Z | Downloaded schemars_derive v0.8.22 |
762 | 2025-03-20T19:08:46.090Z | Downloaded diesel_table_macro_syntax v0.2.0 |
763 | 2025-03-20T19:08:46.090Z | Downloaded structmeta-derive v0.3.0 |
764 | 2025-03-20T19:08:46.094Z | Downloaded structmeta v0.3.0 |
765 | 2025-03-20T19:08:46.094Z | Downloaded half v2.4.1 |
766 | 2025-03-20T19:08:46.097Z | Downloaded password-hash v0.4.2 |
767 | 2025-03-20T19:08:46.097Z | Downloaded http v1.2.0 |
768 | 2025-03-20T19:08:46.101Z | Downloaded wait-timeout v0.2.0 |
769 | 2025-03-20T19:08:46.105Z | Downloaded tracing-core v0.1.32 |
770 | 2025-03-20T19:08:46.110Z | Downloaded libxml v0.3.3 |
771 | 2025-03-20T19:08:46.113Z | Downloaded vte_generate_state_changes v0.1.2 |
772 | 2025-03-20T19:08:46.113Z | Downloaded unicode_categories v0.1.1 |
773 | 2025-03-20T19:08:46.116Z | Downloaded diesel-dtrace v0.4.2 |
774 | 2025-03-20T19:08:46.120Z | Downloaded toolchain_find v0.4.0 |
775 | 2025-03-20T19:08:46.120Z | Downloaded ed25519 v2.2.3 |
776 | 2025-03-20T19:08:46.120Z | Downloaded slog-envlogger v2.2.0 |
777 | 2025-03-20T19:08:46.123Z | Downloaded which v4.4.2 |
778 | 2025-03-20T19:08:46.123Z | Downloaded derive_builder_core v0.20.2 |
779 | 2025-03-20T19:08:46.127Z | Downloaded dunce v1.0.5 |
780 | 2025-03-20T19:08:46.127Z | Downloaded dirs-next v2.0.0 |
781 | 2025-03-20T19:08:46.131Z | Downloaded difflib v0.4.0 |
782 | 2025-03-20T19:08:46.131Z | Downloaded getrandom v0.3.1 |
783 | 2025-03-20T19:08:46.134Z | Downloaded libm v0.2.8 |
784 | 2025-03-20T19:08:46.141Z | Downloaded derive_builder_macro v0.20.2 |
785 | 2025-03-20T19:08:46.144Z | Downloaded precomputed-hash v0.1.1 |
786 | 2025-03-20T19:08:46.144Z | Downloaded embedded-io v0.4.0 |
787 | 2025-03-20T19:08:46.147Z | Downloaded dirs-sys-next v0.1.2 |
788 | 2025-03-20T19:08:46.147Z | Downloaded pin-utils v0.1.0 |
789 | 2025-03-20T19:08:46.147Z | Downloaded rand_seeder v0.3.0 |
790 | 2025-03-20T19:08:46.150Z | Downloaded rand_core v0.9.2 |
791 | 2025-03-20T19:08:46.151Z | Downloaded psl-types v2.0.11 |
792 | 2025-03-20T19:08:46.154Z | Downloaded tokio-stream v0.1.17 |
793 | 2025-03-20T19:08:46.158Z | Downloaded tokio-rustls v0.26.0 |
794 | 2025-03-20T19:08:46.162Z | Downloaded serde_plain v1.0.2 |
795 | 2025-03-20T19:08:46.162Z | Downloaded itertools v0.10.5 |
796 | 2025-03-20T19:08:46.166Z | Downloaded rfc6979 v0.4.0 |
797 | 2025-03-20T19:08:46.169Z | Downloaded powerfmt v0.2.0 |
798 | 2025-03-20T19:08:46.170Z | Downloaded secrecy v0.8.0 |
799 | 2025-03-20T19:08:46.174Z | Downloaded itertools v0.14.0 |
800 | 2025-03-20T19:08:46.178Z | Downloaded unicase v2.7.0 |
801 | 2025-03-20T19:08:46.181Z | Downloaded semver v0.1.20 |
802 | 2025-03-20T19:08:46.182Z | Downloaded spki v0.7.3 |
803 | 2025-03-20T19:08:46.185Z | Downloaded ecdsa v0.16.9 |
804 | 2025-03-20T19:08:46.188Z | Downloaded thiserror-impl-no-std v2.0.2 |
805 | 2025-03-20T19:08:46.188Z | Downloaded yoke-derive v0.7.4 |
806 | 2025-03-20T19:08:46.189Z | Downloaded walkdir v2.5.0 |
807 | 2025-03-20T19:08:46.193Z | Downloaded pretty_assertions v1.4.1 |
808 | 2025-03-20T19:08:46.193Z | Downloaded parking_lot v0.12.3 |
809 | 2025-03-20T19:08:46.196Z | Downloaded uuid v1.15.1 |
810 | 2025-03-20T19:08:46.200Z | Downloaded normalize-line-endings v0.3.0 |
811 | 2025-03-20T19:08:46.200Z | Downloaded signal-hook v0.3.17 |
812 | 2025-03-20T19:08:46.204Z | Downloaded unarray v0.1.4 |
813 | 2025-03-20T19:08:46.207Z | Downloaded slog-scope v4.4.0 |
814 | 2025-03-20T19:08:46.207Z | Downloaded slog-json v2.6.1 |
815 | 2025-03-20T19:08:46.207Z | Downloaded slog-bunyan v2.5.0 |
816 | 2025-03-20T19:08:46.211Z | Downloaded russh-keys v0.45.0 |
817 | 2025-03-20T19:08:46.214Z | Downloaded nibble_vec v0.1.0 |
818 | 2025-03-20T19:08:46.214Z | Downloaded glob v0.3.2 |
819 | 2025-03-20T19:08:46.217Z | Downloaded serde_yaml v0.9.34+deprecated |
820 | 2025-03-20T19:08:46.222Z | Downloaded proc-macro-crate v1.3.1 |
821 | 2025-03-20T19:08:46.222Z | Downloaded ppv-lite86 v0.2.20 |
822 | 2025-03-20T19:08:46.225Z | Downloaded zerocopy-derive v0.8.10 |
823 | 2025-03-20T19:08:46.229Z | Downloaded newtype_derive v0.1.6 |
824 | 2025-03-20T19:08:46.232Z | Downloaded progenitor-client v0.8.0 |
825 | 2025-03-20T19:08:46.232Z | Downloaded float-ord v0.3.2 |
826 | 2025-03-20T19:08:46.232Z | Downloaded hashbrown v0.13.2 |
827 | 2025-03-20T19:08:46.236Z | Downloaded idna v1.0.3 |
828 | 2025-03-20T19:08:46.240Z | Downloaded diff v0.1.13 |
829 | 2025-03-20T19:08:46.243Z | Downloaded thread_local v1.1.8 |
830 | 2025-03-20T19:08:46.247Z | Downloaded zeroize_derive v1.4.2 |
831 | 2025-03-20T19:08:46.247Z | Downloaded spin v0.9.8 |
832 | 2025-03-20T19:08:46.250Z | Downloaded typify v0.2.0 |
833 | 2025-03-20T19:08:46.253Z | Downloaded write16 v1.0.0 |
834 | 2025-03-20T19:08:46.256Z | Downloaded fxhash v0.2.1 |
835 | 2025-03-20T19:08:46.256Z | Downloaded xz2 v0.1.7 |
836 | 2025-03-20T19:08:46.256Z | Downloaded thiserror-no-std v2.0.2 |
837 | 2025-03-20T19:08:46.260Z | Downloaded pkcs1 v0.7.5 |
838 | 2025-03-20T19:08:46.263Z | Downloaded des v0.8.1 |
839 | 2025-03-20T19:08:46.267Z | Downloaded dropshot_endpoint v0.16.0 |
840 | 2025-03-20T19:08:46.270Z | Downloaded tracing v0.1.40 |
841 | 2025-03-20T19:08:46.273Z | Downloaded num-conv v0.1.0 |
842 | 2025-03-20T19:08:46.276Z | Downloaded num v0.4.3 |
843 | 2025-03-20T19:08:46.276Z | Downloaded filetime v0.2.25 |
844 | 2025-03-20T19:08:46.279Z | Downloaded zip v2.1.3 |
845 | 2025-03-20T19:08:46.282Z | Downloaded sqlparser_derive v0.2.2 |
846 | 2025-03-20T19:08:46.285Z | Downloaded nu-ansi-term v0.50.1 |
847 | 2025-03-20T19:08:46.285Z | Downloaded sigpipe v0.1.3 |
848 | 2025-03-20T19:08:46.288Z | Downloaded newtype-uuid v1.2.1 |
849 | 2025-03-20T19:08:46.288Z | Downloaded ff v0.13.0 |
850 | 2025-03-20T19:08:46.292Z | Downloaded pin-project v1.1.6 |
851 | 2025-03-20T19:08:46.301Z | Downloaded signal-hook-tokio v0.3.1 |
852 | 2025-03-20T19:08:46.304Z | Downloaded ron v0.7.1 |
853 | 2025-03-20T19:08:46.307Z | Downloaded shell-words v1.1.0 |
854 | 2025-03-20T19:08:46.310Z | Downloaded rustc_version v0.4.1 |
855 | 2025-03-20T19:08:46.310Z | Downloaded rustc-hash v2.1.1 |
856 | 2025-03-20T19:08:46.314Z | Downloaded funty v2.0.0 |
857 | 2025-03-20T19:08:46.314Z | Downloaded rustc-demangle v0.1.24 |
858 | 2025-03-20T19:08:46.317Z | Downloaded tinystr v0.7.6 |
859 | 2025-03-20T19:08:46.317Z | Downloaded tls_codec v0.4.1 |
860 | 2025-03-20T19:08:46.320Z | Downloaded tiny-keccak v2.0.2 |
861 | 2025-03-20T19:08:46.323Z | Downloaded socket2 v0.5.8 |
862 | 2025-03-20T19:08:46.323Z | Downloaded zerovec-derive v0.10.3 |
863 | 2025-03-20T19:08:46.326Z | Downloaded aes-gcm v0.10.3 |
864 | 2025-03-20T19:08:46.329Z | Downloaded yasna v0.5.2 |
865 | 2025-03-20T19:08:46.332Z | Downloaded derive_more v0.99.19 |
866 | 2025-03-20T19:08:46.336Z | Downloaded omicron-zone-package v0.12.0 |
867 | 2025-03-20T19:08:46.340Z | Downloaded hex-literal v0.4.1 |
868 | 2025-03-20T19:08:46.343Z | Downloaded zone v0.3.0 |
869 | 2025-03-20T19:08:46.343Z | Downloaded progenitor v0.8.0 |
870 | 2025-03-20T19:08:46.346Z | Downloaded papergrid v0.14.0 |
871 | 2025-03-20T19:08:46.349Z | Downloaded futures-io v0.3.31 |
872 | 2025-03-20T19:08:46.352Z | Downloaded synstructure v0.13.1 |
873 | 2025-03-20T19:08:46.352Z | Downloaded tower v0.5.2 |
874 | 2025-03-20T19:08:46.360Z | Downloaded parse-size v1.1.0 |
875 | 2025-03-20T19:08:46.363Z | Downloaded gethostname v0.5.0 |
876 | 2025-03-20T19:08:46.363Z | Downloaded ena v0.14.3 |
877 | 2025-03-20T19:08:46.367Z | Downloaded termios v0.3.3 |
878 | 2025-03-20T19:08:46.367Z | Downloaded heck v0.3.3 |
879 | 2025-03-20T19:08:46.371Z | Downloaded serde_repr v0.1.19 |
880 | 2025-03-20T19:08:46.371Z | Downloaded float-cmp v0.10.0 |
881 | 2025-03-20T19:08:46.371Z | Downloaded ron v0.8.1 |
882 | 2025-03-20T19:08:46.375Z | Downloaded fixedbitset v0.5.7 |
883 | 2025-03-20T19:08:46.379Z | Downloaded zone_cfg_derive v0.1.2 |
884 | 2025-03-20T19:08:46.379Z | Downloaded snafu v0.8.5 |
885 | 2025-03-20T19:08:46.384Z | Downloaded rusty-fork v0.3.0 |
886 | 2025-03-20T19:08:46.387Z | Downloaded typify v0.3.0 |
887 | 2025-03-20T19:08:46.391Z | Downloaded rustls-pemfile v1.0.4 |
888 | 2025-03-20T19:08:46.394Z | Downloaded rustc-hash v1.1.0 |
889 | 2025-03-20T19:08:46.394Z | Downloaded test-strategy v0.4.0 |
890 | 2025-03-20T19:08:46.397Z | Downloaded rand_xorshift v0.3.0 |
891 | 2025-03-20T19:08:46.401Z | Downloaded futures-channel v0.3.31 |
892 | 2025-03-20T19:08:46.401Z | Downloaded zone_cfg_derive v0.3.0 |
893 | 2025-03-20T19:08:46.401Z | Downloaded embedded-io v0.6.1 |
894 | 2025-03-20T19:08:46.404Z | Downloaded data-encoding v2.6.0 |
895 | 2025-03-20T19:08:46.404Z | Downloaded fatfs v0.3.6 |
896 | 2025-03-20T19:08:46.407Z | Downloaded fixedbitset v0.4.2 |
897 | 2025-03-20T19:08:46.410Z | Downloaded typify-macro v0.3.0 |
898 | 2025-03-20T19:08:46.410Z | Downloaded typify-macro v0.2.0 |
899 | 2025-03-20T19:08:46.410Z | Downloaded progenitor v0.9.1 |
900 | 2025-03-20T19:08:46.414Z | Downloaded termtree v0.4.1 |
901 | 2025-03-20T19:08:46.414Z | Downloaded zerocopy v0.6.6 |
902 | 2025-03-20T19:08:46.417Z | Downloaded p256 v0.13.2 |
903 | 2025-03-20T19:08:46.420Z | Downloaded qorb v0.2.1 |
904 | 2025-03-20T19:08:46.423Z | Downloaded enum-as-inner v0.6.1 |
905 | 2025-03-20T19:08:46.429Z | Downloaded publicsuffix v2.3.0 |
906 | 2025-03-20T19:08:46.429Z | Downloaded percent-encoding v2.3.1 |
907 | 2025-03-20T19:08:46.429Z | Downloaded parse-display-derive v0.10.0 |
908 | 2025-03-20T19:08:46.432Z | Downloaded simd-adler32 v0.3.7 |
909 | 2025-03-20T19:08:46.433Z | Downloaded untrusted v0.9.0 |
910 | 2025-03-20T19:08:46.433Z | Downloaded unicode-truncate v1.1.0 |
911 | 2025-03-20T19:08:46.436Z | Downloaded sha1 v0.10.6 |
912 | 2025-03-20T19:08:46.436Z | Downloaded time-core v0.1.2 |
913 | 2025-03-20T19:08:46.442Z | Downloaded progenitor-impl v0.9.1 |
914 | 2025-03-20T19:08:46.442Z | Downloaded packed_struct v0.10.1 |
915 | 2025-03-20T19:08:46.445Z | Downloaded topological-sort v0.2.2 |
916 | 2025-03-20T19:08:46.445Z | Downloaded flume v0.11.1 |
917 | 2025-03-20T19:08:46.445Z | Downloaded reedline v0.38.0 |
918 | 2025-03-20T19:08:46.452Z | Downloaded openssl-macros v0.1.1 |
919 | 2025-03-20T19:08:46.455Z | Downloaded tracing-attributes v0.1.27 |
920 | 2025-03-20T19:08:46.455Z | Downloaded packed_struct_codegen v0.10.1 |
921 | 2025-03-20T19:08:46.459Z | Downloaded proc-macro-error-attr2 v2.0.0 |
922 | 2025-03-20T19:08:46.459Z | Downloaded schemars v0.8.22 |
923 | 2025-03-20T19:08:46.469Z | Downloaded openssl-probe v0.1.5 |
924 | 2025-03-20T19:08:46.472Z | Downloaded hkdf v0.12.4 |
925 | 2025-03-20T19:08:46.475Z | Downloaded siphasher v0.3.11 |
926 | 2025-03-20T19:08:46.475Z | Downloaded num-complex v0.4.6 |
927 | 2025-03-20T19:08:46.478Z | Downloaded hickory-client v0.24.4 |
928 | 2025-03-20T19:08:46.481Z | Downloaded futures-executor v0.3.31 |
929 | 2025-03-20T19:08:46.481Z | Downloaded oxnet v0.1.1 |
930 | 2025-03-20T19:08:46.484Z | Downloaded tls_codec_derive v0.4.1 |
931 | 2025-03-20T19:08:46.484Z | Downloaded heapless v0.7.17 |
932 | 2025-03-20T19:08:46.488Z | Downloaded blake3 v1.5.4 |
933 | 2025-03-20T19:08:46.495Z | Downloaded ed25519-dalek v2.1.1 |
934 | 2025-03-20T19:08:46.498Z | Downloaded futures-sink v0.3.31 |
935 | 2025-03-20T19:08:46.501Z | Downloaded curve25519-dalek-derive v0.1.1 |
936 | 2025-03-20T19:08:46.501Z | Downloaded ghash v0.5.1 |
937 | 2025-03-20T19:08:46.501Z | Downloaded toml_edit v0.19.15 |
938 | 2025-03-20T19:08:46.517Z | Downloaded futures-macro v0.3.31 |
939 | 2025-03-20T19:08:46.520Z | Downloaded rand v0.9.0 |
940 | 2025-03-20T19:08:46.523Z | Downloaded futures-core v0.3.31 |
941 | 2025-03-20T19:08:46.523Z | Downloaded proc-macro-error2 v2.0.1 |
942 | 2025-03-20T19:08:46.526Z | Downloaded same-file v1.0.6 |
943 | 2025-03-20T19:08:46.530Z | Downloaded prettyplease v0.2.30 |
944 | 2025-03-20T19:08:46.533Z | Downloaded env_logger v0.11.5 |
945 | 2025-03-20T19:08:46.536Z | Downloaded primeorder v0.13.6 |
946 | 2025-03-20T19:08:46.536Z | Downloaded url v2.5.3 |
947 | 2025-03-20T19:08:46.539Z | Downloaded postgres-types v0.2.9 |
948 | 2025-03-20T19:08:46.543Z | Downloaded parking_lot_core v0.8.6 |
949 | 2025-03-20T19:08:46.543Z | Downloaded zopfli v0.8.1 |
950 | 2025-03-20T19:08:46.546Z | Downloaded slog v2.7.0 |
951 | 2025-03-20T19:08:46.549Z | Downloaded russh v0.45.0 |
952 | 2025-03-20T19:08:46.553Z | Downloaded tui-tree-widget v0.23.0 |
953 | 2025-03-20T19:08:46.558Z | Downloaded proptest v1.6.0 |
954 | 2025-03-20T19:08:46.564Z | Downloaded time-macros v0.2.18 |
955 | 2025-03-20T19:08:46.567Z | Downloaded poly1305 v0.8.0 |
956 | 2025-03-20T19:08:46.570Z | Downloaded twox-hash v2.1.0 |
957 | 2025-03-20T19:08:46.573Z | Downloaded portable-atomic v1.9.0 |
958 | 2025-03-20T19:08:46.578Z | Downloaded getrandom v0.2.15 |
959 | 2025-03-20T19:08:46.581Z | Downloaded icu_properties_data v1.5.0 |
960 | 2025-03-20T19:08:46.591Z | Downloaded tokio-postgres v0.7.13 |
961 | 2025-03-20T19:08:46.596Z | Downloaded debug-ignore v1.0.5 |
962 | 2025-03-20T19:08:46.599Z | Downloaded bitvec v1.0.1 |
963 | 2025-03-20T19:08:46.612Z | Downloaded similar v2.7.0 |
964 | 2025-03-20T19:08:46.618Z | Downloaded rustls-webpki v0.101.7 |
965 | 2025-03-20T19:08:46.632Z | Downloaded tungstenite v0.23.0 |
966 | 2025-03-20T19:08:46.635Z | Downloaded tungstenite v0.21.0 |
967 | 2025-03-20T19:08:46.639Z | Downloaded parking_lot v0.11.2 |
968 | 2025-03-20T19:08:46.642Z | Downloaded steno v0.4.1 |
969 | 2025-03-20T19:08:46.645Z | Downloaded bindgen v0.71.1 |
970 | 2025-03-20T19:08:46.653Z | Downloaded daft-derive v0.1.2 |
971 | 2025-03-20T19:08:46.657Z | Downloaded openssl-sys v0.9.106 |
972 | 2025-03-20T19:08:46.662Z | Downloaded chrono v0.4.40 |
973 | 2025-03-20T19:08:46.670Z | Downloaded futures v0.3.31 |
974 | 2025-03-20T19:08:46.675Z | Downloaded quinn v0.11.5 |
975 | 2025-03-20T19:08:46.682Z | Downloaded num-bigint-dig v0.8.4 |
976 | 2025-03-20T19:08:46.685Z | Downloaded num-bigint v0.4.6 |
977 | 2025-03-20T19:08:46.688Z | Downloaded ssh-key v0.6.6 |
978 | 2025-03-20T19:08:46.695Z | Downloaded zip v0.6.6 |
979 | 2025-03-20T19:08:46.700Z | Downloaded heapless v0.8.0 |
980 | 2025-03-20T19:08:46.703Z | Downloaded rcgen v0.12.1 |
981 | 2025-03-20T19:08:46.707Z | Downloaded samael v0.0.18 |
982 | 2025-03-20T19:08:46.712Z | Downloaded rayon-core v1.12.1 |
983 | 2025-03-20T19:08:46.716Z | Downloaded parse-zoneinfo v0.3.1 |
984 | 2025-03-20T19:08:46.720Z | Downloaded tabled v0.18.0 |
985 | 2025-03-20T19:08:46.736Z | Downloaded sqlparser v0.45.0 |
986 | 2025-03-20T19:08:46.741Z | Downloaded quinn-proto v0.11.8 |
987 | 2025-03-20T19:08:46.748Z | Downloaded rustls-webpki v0.102.8 |
988 | 2025-03-20T19:08:46.767Z | Downloaded rand v0.8.5 |
989 | 2025-03-20T19:08:46.770Z | Downloaded unicode-width v0.2.0 |
990 | 2025-03-20T19:08:46.776Z | Downloaded time v0.3.36 |
991 | 2025-03-20T19:08:46.783Z | Downloaded unicode-segmentation v1.12.0 |
992 | 2025-03-20T19:08:46.786Z | Downloaded der v0.7.9 |
993 | 2025-03-20T19:08:46.791Z | Downloaded object v0.30.4 |
994 | 2025-03-20T19:08:46.801Z | Downloaded typed-path v0.9.3 |
995 | 2025-03-20T19:08:46.807Z | Downloaded unicode-normalization v0.1.24 |
996 | 2025-03-20T19:08:46.810Z | Downloaded webpki-roots v0.26.6 |
997 | 2025-03-20T19:08:46.814Z | Downloaded smoltcp v0.9.1 |
998 | 2025-03-20T19:08:46.825Z | Downloaded salty v0.3.0 |
999 | 2025-03-20T19:08:46.832Z | Downloaded reqwest v0.12.12 |
1000 | 2025-03-20T19:08:46.841Z | Downloaded p521 v0.13.3 |
1001 | 2025-03-20T19:08:46.849Z | Downloaded expectorate v1.1.0 |
1002 | 2025-03-20T19:08:46.852Z | Downloaded nom v7.1.3 |
1003 | 2025-03-20T19:08:46.857Z | Downloaded lalrpop v0.19.12 |
1004 | 2025-03-20T19:08:46.863Z | Downloaded winnow v0.6.20 |
1005 | 2025-03-20T19:08:46.872Z | Downloaded nix v0.27.1 |
1006 | 2025-03-20T19:08:46.883Z | Downloaded regex v1.11.1 |
1007 | 2025-03-20T19:08:46.896Z | Downloaded futures-util v0.3.31 |
1008 | 2025-03-20T19:08:46.908Z | Downloaded git2 v0.19.0 |
1009 | 2025-03-20T19:08:46.916Z | Downloaded vcpkg v0.2.15 |
1010 | 2025-03-20T19:08:46.955Z | Downloaded gimli v0.31.1 |
1011 | 2025-03-20T19:08:46.963Z | Downloaded bstr v1.10.0 |
1012 | 2025-03-20T19:08:46.973Z | Downloaded chrono-tz v0.10.1 |
1013 | 2025-03-20T19:08:46.980Z | Downloaded regex-syntax v0.6.29 |
1014 | 2025-03-20T19:08:46.987Z | Downloaded zerocopy v0.8.10 |
1015 | 2025-03-20T19:08:47.012Z | Downloaded rayon v1.10.0 |
1016 | 2025-03-20T19:08:47.020Z | Downloaded petname v2.0.2 |
1017 | 2025-03-20T19:08:47.025Z | Downloaded p384 v0.13.0 |
1018 | 2025-03-20T19:08:47.031Z | Downloaded rustls v0.22.4 |
1019 | 2025-03-20T19:08:47.044Z | Downloaded rustls v0.23.19 |
1020 | 2025-03-20T19:08:47.055Z | Downloaded dropshot v0.12.0 |
1021 | 2025-03-20T19:08:47.075Z | Downloaded diesel v2.2.8 |
1022 | 2025-03-20T19:08:47.093Z | Downloaded radix_trie v0.2.1 |
1023 | 2025-03-20T19:08:47.098Z | Downloaded nix v0.29.0 |
1024 | 2025-03-20T19:08:47.110Z | Downloaded openssl v0.10.71 |
1025 | 2025-03-20T19:08:47.119Z | Downloaded polar-core v0.27.3 |
1026 | 2025-03-20T19:08:47.128Z | Downloaded curve25519-dalek v4.1.3 |
1027 | 2025-03-20T19:08:47.136Z | Downloaded object v0.36.5 |
1028 | 2025-03-20T19:08:47.148Z | Downloaded nix v0.28.0 |
1029 | 2025-03-20T19:08:47.159Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1030 | 2025-03-20T19:08:47.171Z | Downloaded sled v0.34.7 |
1031 | 2025-03-20T19:08:47.181Z | Downloaded rustls v0.21.12 |
1032 | 2025-03-20T19:08:47.192Z | Downloaded hickory-proto v0.24.4 |
1033 | 2025-03-20T19:08:47.207Z | Downloaded ratatui v0.29.0 |
1034 | 2025-03-20T19:08:47.227Z | Downloaded typify-impl v0.3.0 |
1035 | 2025-03-20T19:08:47.242Z | Downloaded openapiv3 v2.0.0 |
1036 | 2025-03-20T19:08:47.254Z | Downloaded regex-syntax v0.8.5 |
1037 | 2025-03-20T19:08:47.262Z | Downloaded regress v0.10.3 |
1038 | 2025-03-20T19:08:47.270Z | Downloaded smoltcp v0.11.0 |
1039 | 2025-03-20T19:08:47.282Z | Downloaded dropshot v0.16.0 |
1040 | 2025-03-20T19:08:47.304Z | Downloaded typify-impl v0.2.0 |
1041 | 2025-03-20T19:08:47.318Z | Downloaded zerocopy-derive v0.6.6 |
1042 | 2025-03-20T19:08:47.328Z | Downloaded regex-automata v0.4.8 |
1043 | 2025-03-20T19:08:47.344Z | Downloaded zerovec v0.10.4 |
1044 | 2025-03-20T19:08:47.350Z | Downloaded unicode-properties v0.1.3 |
1045 | 2025-03-20T19:08:47.353Z | Downloaded oso v0.27.3 |
1046 | 2025-03-20T19:08:47.356Z | Downloaded csv v1.3.1 |
1047 | 2025-03-20T19:08:47.375Z | Downloaded winnow v0.5.40 |
1048 | 2025-03-20T19:08:47.383Z | Downloaded lzma-sys v0.1.20 |
1049 | 2025-03-20T19:08:47.411Z | Downloaded h2 v0.4.6 |
1050 | 2025-03-20T19:08:47.417Z | Downloaded tokio v1.43.0 |
1051 | 2025-03-20T19:08:47.455Z | Downloaded yansi v1.0.1 |
1052 | 2025-03-20T19:08:47.458Z | Downloaded serde_with v3.12.0 |
1053 | 2025-03-20T19:08:47.465Z | Downloaded aho-corasick v1.1.3 |
1054 | 2025-03-20T19:08:47.470Z | Downloaded sha3 v0.10.8 |
1055 | 2025-03-20T19:08:47.475Z | Downloaded polyval v0.6.2 |
1056 | 2025-03-20T19:08:47.478Z | Downloaded libz-sys v1.1.20 |
1057 | 2025-03-20T19:08:47.497Z | Downloaded petgraph v0.6.5 |
1058 | 2025-03-20T19:08:47.513Z | Downloaded petgraph v0.7.1 |
1059 | 2025-03-20T19:08:47.531Z | Downloaded phf_codegen v0.11.2 |
1060 | 2025-03-20T19:08:47.534Z | Downloaded untrusted v0.7.1 |
1061 | 2025-03-20T19:08:47.534Z | Downloaded pem-rfc7468 v0.7.0 |
1062 | 2025-03-20T19:08:47.538Z | Downloaded tinyvec v1.8.0 |
1063 | 2025-03-20T19:08:47.538Z | Downloaded flate2 v1.1.0 |
1064 | 2025-03-20T19:08:47.542Z | Downloaded progenitor-impl v0.8.0 |
1065 | 2025-03-20T19:08:47.561Z | Downloaded serde_urlencoded v0.7.1 |
1066 | 2025-03-20T19:08:47.561Z | Downloaded tough v0.19.0 |
1067 | 2025-03-20T19:08:47.561Z | Downloaded quick-xml v0.37.2 |
1068 | 2025-03-20T19:08:47.561Z | Downloaded sct v0.7.1 |
1069 | 2025-03-20T19:08:47.565Z | Downloaded vergen v8.3.2 |
1070 | 2025-03-20T19:08:47.565Z | Downloaded paste v1.0.15 |
1071 | 2025-03-20T19:08:47.568Z | Downloaded termcolor v1.4.1 |
1072 | 2025-03-20T19:08:47.568Z | Downloaded crossterm v0.28.1 |
1073 | 2025-03-20T19:08:47.574Z | Downloaded string_cache v0.8.7 |
1074 | 2025-03-20T19:08:47.577Z | Downloaded slog-async v2.8.0 |
1075 | 2025-03-20T19:08:47.577Z | Downloaded progenitor-macro v0.9.1 |
1076 | 2025-03-20T19:08:47.580Z | Downloaded phf v0.11.2 |
1077 | 2025-03-20T19:08:47.581Z | Downloaded stringprep v0.1.5 |
1078 | 2025-03-20T19:08:47.581Z | Downloaded diesel_derives v2.2.3 |
1079 | 2025-03-20T19:08:47.584Z | Downloaded itertools v0.13.0 |
1080 | 2025-03-20T19:08:47.591Z | Downloaded hyper v1.6.0 |
1081 | 2025-03-20T19:08:47.597Z | Downloaded writeable v0.5.5 |
1082 | 2025-03-20T19:08:47.600Z | Downloaded derive_builder v0.20.2 |
1083 | 2025-03-20T19:08:47.603Z | Downloaded tokio-util v0.7.13 |
1084 | 2025-03-20T19:08:47.609Z | Downloaded fallible-iterator v0.2.0 |
1085 | 2025-03-20T19:08:47.613Z | Downloaded password-hash v0.5.0 |
1086 | 2025-03-20T19:08:47.613Z | Downloaded pin-project-lite v0.2.14 |
1087 | 2025-03-20T19:08:47.617Z | Downloaded toml v0.7.8 |
1088 | 2025-03-20T19:08:47.620Z | Downloaded rustyline v14.0.0 |
1089 | 2025-03-20T19:08:47.626Z | Downloaded termtree v0.5.1 |
1090 | 2025-03-20T19:08:47.629Z | Downloaded strip-ansi-escapes v0.2.0 |
1091 | 2025-03-20T19:08:47.629Z | Downloaded daft v0.1.2 |
1092 | 2025-03-20T19:08:47.629Z | Downloaded sqlformat v0.2.6 |
1093 | 2025-03-20T19:08:47.632Z | Downloaded elliptic-curve v0.13.8 |
1094 | 2025-03-20T19:08:47.636Z | Downloaded yoke v0.7.4 |
1095 | 2025-03-20T19:08:47.636Z | Downloaded value-bag v1.9.0 |
1096 | 2025-03-20T19:08:47.639Z | Downloaded uzers v0.12.1 |
1097 | 2025-03-20T19:08:47.643Z | Downloaded ssh-cipher v0.2.0 |
1098 | 2025-03-20T19:08:47.643Z | Downloaded sec1 v0.7.3 |
1099 | 2025-03-20T19:08:47.643Z | Downloaded scheduled-thread-pool v0.2.7 |
1100 | 2025-03-20T19:08:47.646Z | Downloaded form_urlencoded v1.2.1 |
1101 | 2025-03-20T19:08:47.646Z | Downloaded hashbrown v0.12.3 |
1102 | 2025-03-20T19:08:47.649Z | Downloaded pin-project-internal v1.1.6 |
1103 | 2025-03-20T19:08:47.652Z | Downloaded peg-macros v0.8.5 |
1104 | 2025-03-20T19:08:47.653Z | Downloaded dsl_auto_type v0.1.2 |
1105 | 2025-03-20T19:08:47.656Z | Downloaded vsss-rs v3.3.4 |
1106 | 2025-03-20T19:08:47.659Z | Downloaded unsafe-libyaml v0.2.11 |
1107 | 2025-03-20T19:08:47.663Z | Downloaded resolv-conf v0.7.0 |
1108 | 2025-03-20T19:08:47.663Z | Downloaded x509-cert v0.2.5 |
1109 | 2025-03-20T19:08:47.667Z | Downloaded tokio-rustls v0.25.0 |
1110 | 2025-03-20T19:08:47.670Z | Downloaded ring v0.17.11 |
1111 | 2025-03-20T19:08:47.710Z | Downloaded tokio-rustls v0.24.1 |
1112 | 2025-03-20T19:08:47.713Z | Downloaded fs_extra v1.3.0 |
1113 | 2025-03-20T19:08:47.716Z | Downloaded mio v1.0.2 |
1114 | 2025-03-20T19:08:47.720Z | Downloaded encoding_rs v0.8.34 |
1115 | 2025-03-20T19:08:47.740Z | Downloaded crypto-bigint v0.5.5 |
1116 | 2025-03-20T19:08:47.746Z | Downloaded itertools v0.12.1 |
1117 | 2025-03-20T19:08:47.752Z | Downloaded utf-8 v0.7.6 |
1118 | 2025-03-20T19:08:47.756Z | Downloaded progenitor-macro v0.8.0 |
1119 | 2025-03-20T19:08:47.756Z | Downloaded postgres-protocol v0.6.8 |
1120 | 2025-03-20T19:08:47.759Z | Downloaded postcard v1.0.10 |
1121 | 2025-03-20T19:08:47.759Z | Downloaded owo-colors v4.2.0 |
1122 | 2025-03-20T19:08:47.762Z | Downloaded subprocess v0.2.9 |
1123 | 2025-03-20T19:08:47.765Z | Downloaded signal-hook-registry v1.4.2 |
1124 | 2025-03-20T19:08:47.765Z | Downloaded shlex v1.3.0 |
1125 | 2025-03-20T19:08:47.765Z | Downloaded globset v0.4.15 |
1126 | 2025-03-20T19:08:47.768Z | Downloaded utf16_iter v1.0.5 |
1127 | 2025-03-20T19:08:47.768Z | Downloaded num-traits v0.2.19 |
1128 | 2025-03-20T19:08:47.771Z | Downloaded darling_core v0.20.10 |
1129 | 2025-03-20T19:08:47.775Z | Downloaded crossbeam-channel v0.5.13 |
1130 | 2025-03-20T19:08:47.806Z | Downloaded const_format v0.2.34 |
1131 | 2025-03-20T19:08:47.806Z | Downloaded tar v0.4.44 |
1132 | 2025-03-20T19:08:47.806Z | Downloaded fragile v2.0.0 |
1133 | 2025-03-20T19:08:47.806Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1134 | 2025-03-20T19:08:47.878Z | Downloaded rustls-pemfile v2.2.0 |
1135 | 2025-03-20T19:08:47.881Z | Downloaded defmt v0.3.8 |
1136 | 2025-03-20T19:08:47.885Z | Downloaded bytes v1.10.1 |
1137 | 2025-03-20T19:08:47.890Z | Downloaded rpassword v7.3.1 |
1138 | 2025-03-20T19:08:47.893Z | Downloaded zerofrom-derive v0.1.4 |
1139 | 2025-03-20T19:08:47.893Z | Downloaded utf8_iter v1.0.4 |
1140 | 2025-03-20T19:08:47.896Z | Downloaded peg v0.8.5 |
1141 | 2025-03-20T19:08:47.899Z | Downloaded parking_lot_core v0.9.10 |
1142 | 2025-03-20T19:08:47.902Z | Downloaded headers v0.4.0 |
1143 | 2025-03-20T19:08:47.906Z | Downloaded arc-swap v1.7.1 |
1144 | 2025-03-20T19:08:47.910Z | Downloaded allocator-api2 v0.2.18 |
1145 | 2025-03-20T19:08:47.913Z | Downloaded strum_macros v0.24.3 |
1146 | 2025-03-20T19:08:47.921Z | Downloaded slog-dtrace v0.3.0 |
1147 | 2025-03-20T19:08:47.921Z | Downloaded stable_deref_trait v1.2.0 |
1148 | 2025-03-20T19:08:47.921Z | Downloaded pkg-config v0.3.31 |
1149 | 2025-03-20T19:08:47.926Z | Downloaded phf_generator v0.11.2 |
1150 | 2025-03-20T19:08:47.926Z | Downloaded pbkdf2 v0.12.2 |
1151 | 2025-03-20T19:08:47.926Z | Downloaded display-error-chain v0.2.2 |
1152 | 2025-03-20T19:08:47.926Z | Downloaded der_derive v0.7.3 |
1153 | 2025-03-20T19:08:47.926Z | Downloaded term v0.7.0 |
1154 | 2025-03-20T19:08:47.926Z | Downloaded icu_normalizer_data v1.5.0 |
1155 | 2025-03-20T19:08:47.926Z | Downloaded chacha20poly1305 v0.10.1 |
1156 | 2025-03-20T19:08:47.930Z | Downloaded base64 v0.13.1 |
1157 | 2025-03-20T19:08:47.930Z | Downloaded parse-display v0.10.0 |
1158 | 2025-03-20T19:08:47.935Z | Downloaded num_enum_derive v0.5.11 |
1159 | 2025-03-20T19:08:47.935Z | Downloaded num_enum v0.5.11 |
1160 | 2025-03-20T19:08:47.942Z | Downloaded rustls-pki-types v1.10.0 |
1161 | 2025-03-20T19:08:47.942Z | Downloaded crossbeam-epoch v0.9.18 |
1162 | 2025-03-20T19:08:47.942Z | Downloaded ahash v0.8.11 |
1163 | 2025-03-20T19:08:47.945Z | Downloaded serde_derive_internals v0.29.1 |
1164 | 2025-03-20T19:08:47.945Z | Downloaded async-trait v0.1.87 |
1165 | 2025-03-20T19:08:47.949Z | Downloaded ciborium v0.2.2 |
1166 | 2025-03-20T19:08:47.952Z | Downloaded const-oid v0.9.6 |
1167 | 2025-03-20T19:08:47.955Z | Downloaded bindgen v0.69.5 |
1168 | 2025-03-20T19:08:47.959Z | Downloaded tabwriter v1.4.0 |
1169 | 2025-03-20T19:08:47.962Z | Downloaded indexmap v1.9.3 |
1170 | 2025-03-20T19:08:47.965Z | Downloaded slog-stdlog v4.1.1 |
1171 | 2025-03-20T19:08:47.966Z | Downloaded cargo_metadata v0.18.1 |
1172 | 2025-03-20T19:08:47.968Z | Downloaded cancel-safe-futures v0.1.5 |
1173 | 2025-03-20T19:08:47.971Z | Downloaded assert_matches v1.5.0 |
1174 | 2025-03-20T19:08:47.971Z | Downloaded crossbeam-deque v0.8.5 |
1175 | 2025-03-20T19:08:47.971Z | Downloaded crc v3.2.1 |
1176 | 2025-03-20T19:08:47.974Z | Downloaded atomic-waker v1.1.2 |
1177 | 2025-03-20T19:08:47.974Z | Downloaded cipher v0.4.4 |
1178 | 2025-03-20T19:08:47.977Z | Downloaded cexpr v0.6.0 |
1179 | 2025-03-20T19:08:47.977Z | Downloaded cbc v0.1.2 |
1180 | 2025-03-20T19:08:47.980Z | Downloaded arrayref v0.3.9 |
1181 | 2025-03-20T19:08:47.980Z | Downloaded chacha20 v0.9.1 |
1182 | 2025-03-20T19:08:47.983Z | Downloaded cassowary v0.3.0 |
1183 | 2025-03-20T19:08:47.983Z | Downloaded cstr-argument v0.1.2 |
1184 | 2025-03-20T19:08:47.986Z | Downloaded crunchy v0.2.2 |
1185 | 2025-03-20T19:08:47.986Z | Downloaded crucible-workspace-hack v0.1.0 |
1186 | 2025-03-20T19:08:47.986Z | Downloaded ciborium-io v0.2.2 |
1187 | 2025-03-20T19:08:47.986Z | Downloaded bitfield v0.14.0 |
1188 | 2025-03-20T19:08:47.986Z | Downloaded backoff v0.4.0 |
1189 | 2025-03-20T19:08:47.990Z | Downloaded base64ct v1.6.0 |
1190 | 2025-03-20T19:08:47.993Z | Downloaded base16ct v0.2.0 |
1191 | 2025-03-20T19:08:47.993Z | Downloaded backtrace v0.3.74 |
1192 | 2025-03-20T19:08:47.996Z | Downloaded hyper-tls v0.6.0 |
1193 | 2025-03-20T19:08:47.999Z | Downloaded hostname v0.3.1 |
1194 | 2025-03-20T19:08:47.999Z | Downloaded home v0.5.9 |
1195 | 2025-03-20T19:08:47.999Z | Downloaded ascii-canvas v3.0.0 |
1196 | 2025-03-20T19:08:48.003Z | Downloaded array-init v0.0.4 |
1197 | 2025-03-20T19:08:48.003Z | Downloaded async-stream v0.3.6 |
1198 | 2025-03-20T19:08:48.003Z | Downloaded async-bb8-diesel v0.2.1 |
1199 | 2025-03-20T19:08:48.372Z | Downloaded aws-lc-sys v0.26.0 |
1200 | 2025-03-20T19:08:48.689Z | Compiling serde v1.0.218 |
1201 | 2025-03-20T19:08:48.693Z | Compiling value-bag v1.9.0 |
1202 | 2025-03-20T19:08:48.693Z | Compiling lock_api v0.4.12 |
1203 | 2025-03-20T19:08:48.693Z | Compiling scopeguard v1.2.0 |
1204 | 2025-03-20T19:08:48.693Z | Compiling shlex v1.3.0 |
1205 | 2025-03-20T19:08:48.693Z | Compiling typenum v1.17.0 |
1206 | 2025-03-20T19:08:48.899Z | Compiling syn v2.0.98 |
1207 | 2025-03-20T19:08:48.914Z | Compiling getrandom v0.2.15 |
1208 | 2025-03-20T19:08:49.071Z | Compiling jobserver v0.1.32 |
1209 | 2025-03-20T19:08:49.242Z | Compiling rand_core v0.6.4 |
1210 | 2025-03-20T19:08:49.307Z | Compiling log v0.4.22 |
1211 | 2025-03-20T19:08:49.423Z | Compiling generic-array v0.14.7 |
1212 | 2025-03-20T19:08:49.444Z | Compiling cc v1.2.15 |
1213 | 2025-03-20T19:08:49.816Z | Compiling subtle v2.6.1 |
1214 | 2025-03-20T19:08:49.837Z | Compiling smallvec v1.14.0 |
1215 | 2025-03-20T19:08:49.875Z | Compiling const-oid v0.9.6 |
1216 | 2025-03-20T19:08:49.894Z | Compiling pin-project-lite v0.2.14 |
1217 | 2025-03-20T19:08:50.035Z | Compiling rustix v0.38.37 |
1218 | 2025-03-20T19:08:50.122Z | Compiling parking_lot_core v0.9.10 |
1219 | 2025-03-20T19:08:50.170Z | Compiling spin v0.9.8 |
1220 | 2025-03-20T19:08:50.228Z | Compiling signal-hook-registry v1.4.2 |
1221 | 2025-03-20T19:08:50.546Z | Compiling futures-core v0.3.31 |
1222 | 2025-03-20T19:08:50.808Z | Compiling mio v1.0.2 |
1223 | 2025-03-20T19:08:50.861Z | Compiling aho-corasick v1.1.3 |
1224 | 2025-03-20T19:08:50.971Z | Compiling either v1.14.0 |
1225 | 2025-03-20T19:08:51.167Z | Compiling parking_lot v0.12.3 |
1226 | 2025-03-20T19:08:51.242Z | Compiling regex-syntax v0.8.5 |
1227 | 2025-03-20T19:08:51.376Z | Compiling glob v0.3.2 |
1228 | 2025-03-20T19:08:51.897Z | Compiling stable_deref_trait v1.2.0 |
1229 | 2025-03-20T19:08:51.965Z | Compiling socket2 v0.5.8 |
1230 | 2025-03-20T19:08:51.999Z | Compiling prettyplease v0.2.30 |
1231 | 2025-03-20T19:08:52.023Z | Compiling serde_json v1.0.139 |
1232 | 2025-03-20T19:08:52.225Z | Compiling clang-sys v1.8.1 |
1233 | 2025-03-20T19:08:52.341Z | Compiling futures-sink v0.3.31 |
1234 | 2025-03-20T19:08:52.361Z | Compiling cpufeatures v0.2.14 |
1235 | 2025-03-20T19:08:52.514Z | Compiling lazy_static v1.5.0 |
1236 | 2025-03-20T19:08:52.539Z | Compiling slab v0.4.9 |
1237 | 2025-03-20T19:08:52.652Z | Compiling minimal-lexical v0.2.1 |
1238 | 2025-03-20T19:08:52.894Z | Compiling libloading v0.8.5 |
1239 | 2025-03-20T19:08:52.967Z | Compiling home v0.5.9 |
1240 | 2025-03-20T19:08:53.066Z | Compiling nom v7.1.3 |
1241 | 2025-03-20T19:08:53.166Z | Compiling foldhash v0.1.3 |
1242 | 2025-03-20T19:08:53.185Z | Compiling libm v0.2.8 |
1243 | 2025-03-20T19:08:53.296Z | Compiling allocator-api2 v0.2.18 |
1244 | 2025-03-20T19:08:53.383Z | Compiling pkg-config v0.3.31 |
1245 | 2025-03-20T19:08:53.462Z | Compiling bindgen v0.69.5 |
1246 | 2025-03-20T19:08:54.046Z | Compiling hashbrown v0.15.1 |
1247 | 2025-03-20T19:08:54.640Z | Compiling itertools v0.12.1 |
1248 | 2025-03-20T19:08:54.664Z | Compiling num-traits v0.2.19 |
1249 | 2025-03-20T19:08:54.986Z | Compiling regex-automata v0.4.8 |
1250 | 2025-03-20T19:08:55.234Z | Compiling lazycell v1.3.0 |
1251 | 2025-03-20T19:08:55.342Z | Compiling rustc-hash v1.1.0 |
1252 | 2025-03-20T19:08:55.664Z | Compiling futures-channel v0.3.31 |
1253 | 2025-03-20T19:08:56.100Z | Compiling cmake v0.1.51 |
1254 | 2025-03-20T19:08:56.442Z | Compiling synstructure v0.13.1 |
1255 | 2025-03-20T19:08:56.932Z | Compiling cexpr v0.6.0 |
1256 | 2025-03-20T19:08:57.259Z | Compiling futures-io v0.3.31 |
1257 | 2025-03-20T19:08:57.451Z | Compiling pin-utils v0.1.0 |
1258 | 2025-03-20T19:08:57.525Z | Compiling fs_extra v1.3.0 |
1259 | 2025-03-20T19:08:57.559Z | Compiling dunce v1.0.5 |
1260 | 2025-03-20T19:08:57.698Z | Compiling futures-task v0.3.31 |
1261 | 2025-03-20T19:08:57.817Z | Compiling getrandom v0.3.1 |
1262 | 2025-03-20T19:08:58.075Z | Compiling base64ct v1.6.0 |
1263 | 2025-03-20T19:08:58.577Z | Compiling pem-rfc7468 v0.7.0 |
1264 | 2025-03-20T19:08:58.668Z | Compiling ring v0.17.11 |
1265 | 2025-03-20T19:08:58.984Z | Compiling litemap v0.7.3 |
1266 | 2025-03-20T19:08:59.184Z | Compiling paste v1.0.15 |
1267 | 2025-03-20T19:08:59.380Z | Compiling writeable v0.5.5 |
1268 | 2025-03-20T19:08:59.688Z | Compiling flagset v0.4.6 |
1269 | 2025-03-20T19:08:59.770Z | Compiling regex v1.11.1 |
1270 | 2025-03-20T19:08:59.790Z | Compiling aws-lc-rs v1.12.4 |
1271 | 2025-03-20T19:08:59.906Z | Compiling rustls-pki-types v1.10.0 |
1272 | 2025-03-20T19:09:00.202Z | Compiling crossbeam-utils v0.8.20 |
1273 | 2025-03-20T19:09:00.647Z | Compiling icu_locid_transform_data v1.5.0 |
1274 | 2025-03-20T19:09:00.670Z | Compiling vcpkg v0.2.15 |
1275 | 2025-03-20T19:09:00.786Z | Compiling tracing-core v0.1.32 |
1276 | 2025-03-20T19:09:00.867Z | Compiling icu_properties_data v1.5.0 |
1277 | 2025-03-20T19:09:00.913Z | Compiling percent-encoding v2.3.1 |
1278 | 2025-03-20T19:09:01.126Z | Compiling httparse v1.9.5 |
1279 | 2025-03-20T19:09:01.206Z | Compiling untrusted v0.9.0 |
1280 | 2025-03-20T19:09:01.333Z | Compiling serde_derive v1.0.218 |
1281 | 2025-03-20T19:09:01.373Z | Compiling zeroize_derive v1.4.2 |
1282 | 2025-03-20T19:09:01.797Z | Compiling zerocopy-derive v0.7.35 |
1283 | 2025-03-20T19:09:01.928Z | Compiling tokio-macros v2.5.0 |
1284 | 2025-03-20T19:09:02.242Z | Compiling zerofrom-derive v0.1.4 |
1285 | 2025-03-20T19:09:02.697Z | Compiling zeroize v1.8.1 |
1286 | 2025-03-20T19:09:03.447Z | Compiling yoke-derive v0.7.4 |
1287 | 2025-03-20T19:09:03.706Z | Compiling displaydoc v0.2.5 |
1288 | 2025-03-20T19:09:03.769Z | Compiling zerocopy v0.7.35 |
1289 | 2025-03-20T19:09:03.991Z | Compiling zerovec-derive v0.10.3 |
1290 | 2025-03-20T19:09:04.373Z | Compiling crypto-common v0.1.6 |
1291 | 2025-03-20T19:09:04.636Z | Compiling block-buffer v0.10.4 |
1292 | 2025-03-20T19:09:04.930Z | Compiling digest v0.10.7 |
1293 | 2025-03-20T19:09:05.025Z | Compiling block-padding v0.3.3 |
1294 | 2025-03-20T19:09:05.177Z | Compiling thiserror-impl v1.0.69 |
1295 | 2025-03-20T19:09:05.278Z | Compiling inout v0.1.3 |
1296 | 2025-03-20T19:09:05.394Z | Compiling hmac v0.12.1 |
1297 | 2025-03-20T19:09:05.533Z | Compiling futures-macro v0.3.31 |
1298 | 2025-03-20T19:09:05.589Z | Compiling zerofrom v0.1.4 |
1299 | 2025-03-20T19:09:05.640Z | Compiling cipher v0.4.4 |
1300 | 2025-03-20T19:09:05.759Z | Compiling sha2 v0.10.8 |
1301 | 2025-03-20T19:09:05.819Z | Compiling der_derive v0.7.3 |
1302 | 2025-03-20T19:09:05.945Z | Compiling yoke v0.7.4 |
1303 | 2025-03-20T19:09:06.147Z | Compiling icu_provider_macros v1.5.0 |
1304 | 2025-03-20T19:09:06.272Z | Compiling salsa20 v0.10.2 |
1305 | 2025-03-20T19:09:06.301Z | Compiling zerovec v0.10.4 |
1306 | 2025-03-20T19:09:06.520Z | Compiling pbkdf2 v0.12.2 |
1307 | 2025-03-20T19:09:06.709Z | Compiling ppv-lite86 v0.2.20 |
1308 | 2025-03-20T19:09:07.217Z | Compiling scrypt v0.11.0 |
1309 | 2025-03-20T19:09:07.374Z | Compiling futures-util v0.3.31 |
1310 | 2025-03-20T19:09:07.493Z | Compiling cbc v0.1.2 |
1311 | 2025-03-20T19:09:07.712Z | Compiling aes v0.8.4 |
1312 | 2025-03-20T19:09:07.727Z | Compiling openssl-sys v0.9.106 |
1313 | 2025-03-20T19:09:08.029Z | Compiling thiserror v1.0.69 |
1314 | 2025-03-20T19:09:08.123Z | Compiling tinystr v0.7.6 |
1315 | 2025-03-20T19:09:08.180Z | Compiling der v0.7.9 |
1316 | 2025-03-20T19:09:08.368Z | Compiling pest v2.7.14 |
1317 | 2025-03-20T19:09:08.506Z | Compiling icu_locid v1.5.0 |
1318 | 2025-03-20T19:09:08.754Z | Compiling icu_collections v1.5.0 |
1319 | 2025-03-20T19:09:09.373Z | Compiling tracing-attributes v0.1.27 |
1320 | 2025-03-20T19:09:10.023Z | Compiling icu_provider v1.5.0 |
1321 | 2025-03-20T19:09:10.483Z | Compiling spki v0.7.3 |
1322 | 2025-03-20T19:09:10.505Z | Compiling powerfmt v0.2.0 |
1323 | 2025-03-20T19:09:10.860Z | Compiling icu_locid_transform v1.5.0 |
1324 | 2025-03-20T19:09:10.880Z | Compiling untrusted v0.7.1 |
1325 | 2025-03-20T19:09:10.987Z | Compiling num-conv v0.1.0 |
1326 | 2025-03-20T19:09:11.024Z | Compiling time-core v0.1.2 |
1327 | 2025-03-20T19:09:11.067Z | Compiling pest_meta v2.7.14 |
1328 | 2025-03-20T19:09:11.211Z | Compiling pkcs5 v0.7.1 |
1329 | 2025-03-20T19:09:11.270Z | Compiling time-macros v0.2.18 |
1330 | 2025-03-20T19:09:11.394Z | Compiling deranged v0.3.11 |
1331 | 2025-03-20T19:09:12.286Z | Compiling icu_properties v1.5.1 |
1332 | 2025-03-20T19:09:12.623Z | Compiling tracing v0.1.40 |
1333 | 2025-03-20T19:09:13.038Z | Compiling scroll_derive v0.12.0 |
1334 | 2025-03-20T19:09:13.261Z | Compiling write16 v1.0.0 |
1335 | 2025-03-20T19:09:13.412Z | Compiling num_threads v0.1.7 |
1336 | 2025-03-20T19:09:13.562Z | Compiling zerocopy v0.8.10 |
1337 | 2025-03-20T19:09:14.065Z | Compiling bitflags v2.6.0 |
1338 | 2025-03-20T19:09:14.271Z | Compiling bytes v1.10.1 |
1339 | 2025-03-20T19:09:14.405Z | Compiling semver v1.0.25 |
1340 | 2025-03-20T19:09:14.473Z | Compiling indexmap v2.7.1 |
1341 | 2025-03-20T19:09:15.072Z | Compiling rustc_version v0.4.1 |
1342 | 2025-03-20T19:09:15.163Z | Compiling utf16_iter v1.0.5 |
1343 | 2025-03-20T19:09:15.362Z | Compiling atomic-waker v1.1.2 |
1344 | 2025-03-20T19:09:15.559Z | Compiling tokio v1.43.0 |
1345 | 2025-03-20T19:09:15.714Z | Compiling http v1.2.0 |
1346 | 2025-03-20T19:09:15.752Z | Compiling utf8_iter v1.0.4 |
1347 | 2025-03-20T19:09:15.795Z | Compiling icu_normalizer_data v1.5.0 |
1348 | 2025-03-20T19:09:15.911Z | Compiling scroll v0.12.0 |
1349 | 2025-03-20T19:09:15.998Z | Compiling icu_normalizer v1.5.0 |
1350 | 2025-03-20T19:09:16.545Z | Compiling time v0.3.36 |
1351 | 2025-03-20T19:09:16.804Z | Compiling uuid v1.15.1 |
1352 | 2025-03-20T19:09:17.143Z | Compiling pest_generator v2.7.14 |
1353 | 2025-03-20T19:09:17.723Z | Compiling http-body v1.0.1 |
1354 | 2025-03-20T19:09:17.750Z | Compiling pkcs8 v0.10.2 |
1355 | 2025-03-20T19:09:17.928Z | Compiling zerocopy-derive v0.8.10 |
1356 | 2025-03-20T19:09:17.969Z | Compiling which v4.4.2 |
1357 | 2025-03-20T19:09:18.473Z | Compiling iana-time-zone v0.1.61 |
1358 | 2025-03-20T19:09:18.527Z | Compiling try-lock v0.2.5 |
1359 | 2025-03-20T19:09:18.708Z | Compiling tinyvec_macros v0.1.1 |
1360 | 2025-03-20T19:09:18.820Z | Compiling slog v2.7.0 |
1361 | 2025-03-20T19:09:18.857Z | Compiling goblin v0.8.2 |
1362 | 2025-03-20T19:09:18.993Z | Compiling pest_derive v2.7.14 |
1363 | 2025-03-20T19:09:19.056Z | Compiling tinyvec v1.8.0 |
1364 | 2025-03-20T19:09:19.421Z | Compiling want v0.3.1 |
1365 | 2025-03-20T19:09:19.691Z | Compiling chrono v0.4.40 |
1366 | 2025-03-20T19:09:19.812Z | Compiling idna_adapter v1.2.0 |
1367 | 2025-03-20T19:09:20.035Z | Compiling form_urlencoded v1.2.1 |
1368 | 2025-03-20T19:09:20.362Z | Compiling httpdate v1.0.3 |
1369 | 2025-03-20T19:09:20.489Z | Compiling tower-service v0.3.3 |
1370 | 2025-03-20T19:09:20.624Z | Compiling adler2 v2.0.0 |
1371 | 2025-03-20T19:09:20.810Z | Compiling openssl v0.10.71 |
1372 | 2025-03-20T19:09:20.856Z | Compiling foreign-types-shared v0.1.1 |
1373 | 2025-03-20T19:09:20.991Z | Compiling rustversion v1.0.17 |
1374 | 2025-03-20T19:09:21.011Z | Compiling foreign-types v0.3.2 |
1375 | 2025-03-20T19:09:21.124Z | Compiling miniz_oxide v0.8.5 |
1376 | 2025-03-20T19:09:21.283Z | Compiling idna v1.0.3 |
1377 | 2025-03-20T19:09:21.737Z | Compiling dtrace-parser v0.2.0 |
1378 | 2025-03-20T19:09:22.806Z | Compiling serde_tokenstream v0.2.2 |
1379 | 2025-03-20T19:09:22.955Z | Compiling serde_spanned v0.6.8 |
1380 | 2025-03-20T19:09:23.212Z | Compiling toml_datetime v0.6.8 |
1381 | 2025-03-20T19:09:23.421Z | Compiling openssl-macros v0.1.1 |
1382 | 2025-03-20T19:09:23.546Z | Compiling rand_core v0.9.2 |
1383 | 2025-03-20T19:09:23.657Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2025-03-20T19:09:23.679Z | Compiling tokio-util v0.7.13 |
1385 | 2025-03-20T19:09:24.013Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1386 | 2025-03-20T19:09:24.132Z | Compiling native-tls v0.2.12 |
1387 | 2025-03-20T19:09:24.498Z | Compiling dof v0.3.0 |
1388 | 2025-03-20T19:09:24.520Z | Compiling h2 v0.4.6 |
1389 | 2025-03-20T19:09:24.604Z | Compiling syn v1.0.109 |
1390 | 2025-03-20T19:09:24.845Z | Compiling schemars v0.8.22 |
1391 | 2025-03-20T19:09:25.204Z | Compiling rustls v0.23.19 |
1392 | 2025-03-20T19:09:25.225Z | Compiling siphasher v0.3.11 |
1393 | 2025-03-20T19:09:25.505Z | Compiling base64 v0.22.1 |
1394 | 2025-03-20T19:09:25.604Z | Compiling usdt-impl v0.5.0 |
1395 | 2025-03-20T19:09:25.913Z | Compiling schemars_derive v0.8.22 |
1396 | 2025-03-20T19:09:26.915Z | Compiling rand_chacha v0.9.0 |
1397 | 2025-03-20T19:09:27.921Z | Compiling unicode-normalization v0.1.24 |
1398 | 2025-03-20T19:09:28.684Z | Compiling heapless v0.7.17 |
1399 | 2025-03-20T19:09:28.945Z | Compiling crossbeam-epoch v0.9.18 |
1400 | 2025-03-20T19:09:28.968Z | Compiling rand_chacha v0.3.1 |
1401 | 2025-03-20T19:09:28.995Z | Compiling signature v2.2.0 |
1402 | 2025-03-20T19:09:29.015Z | Compiling dirs-sys-next v0.1.2 |
1403 | 2025-03-20T19:09:29.122Z | Compiling cookie v0.18.1 |
1404 | 2025-03-20T19:09:29.299Z | Compiling crc32fast v1.4.2 |
1405 | 2025-03-20T19:09:29.446Z | Compiling rustls v0.22.4 |
1406 | 2025-03-20T19:09:29.570Z | Compiling unicode-properties v0.1.3 |
1407 | 2025-03-20T19:09:29.603Z | Compiling openssl-probe v0.1.5 |
1408 | 2025-03-20T19:09:29.656Z | Compiling signal-hook v0.3.17 |
1409 | 2025-03-20T19:09:29.740Z | Compiling unicode-bidi v0.3.17 |
1410 | 2025-03-20T19:09:29.918Z | Compiling rayon-core v1.12.1 |
1411 | 2025-03-20T19:09:29.950Z | Compiling dyn-clone v1.0.19 |
1412 | 2025-03-20T19:09:30.160Z | Compiling rand v0.8.5 |
1413 | 2025-03-20T19:09:30.250Z | Compiling crossbeam-deque v0.8.5 |
1414 | 2025-03-20T19:09:30.589Z | Compiling stringprep v0.1.5 |
1415 | 2025-03-20T19:09:30.942Z | Compiling dirs-next v2.0.0 |
1416 | 2025-03-20T19:09:31.249Z | Compiling rand v0.9.0 |
1417 | 2025-03-20T19:09:31.395Z | Compiling hyper v1.6.0 |
1418 | 2025-03-20T19:09:32.705Z | Compiling url v2.5.3 |
1419 | 2025-03-20T19:09:33.040Z | Compiling http-body-util v0.1.2 |
1420 | 2025-03-20T19:09:33.414Z | Compiling curve25519-dalek v4.1.3 |
1421 | 2025-03-20T19:09:33.545Z | Compiling md-5 v0.10.6 |
1422 | 2025-03-20T19:09:33.832Z | Compiling hyper-util v0.1.10 |
1423 | 2025-03-20T19:09:34.095Z | Compiling async-trait v0.1.87 |
1424 | 2025-03-20T19:09:34.125Z | Compiling num-integer v0.1.46 |
1425 | 2025-03-20T19:09:34.253Z | Compiling ff v0.13.0 |
1426 | 2025-03-20T19:09:34.433Z | Compiling hash32 v0.2.1 |
1427 | 2025-03-20T19:09:34.497Z | Compiling thread_local v1.1.8 |
1428 | 2025-03-20T19:09:34.801Z | Compiling encoding_rs v0.8.34 |
1429 | 2025-03-20T19:09:34.836Z | Compiling memoffset v0.9.1 |
1430 | 2025-03-20T19:09:34.981Z | Compiling multer v3.1.0 |
1431 | 2025-03-20T19:09:35.106Z | Compiling mime v0.3.17 |
1432 | 2025-03-20T19:09:35.180Z | Compiling fallible-iterator v0.2.0 |
1433 | 2025-03-20T19:09:35.288Z | Compiling cfg_aliases v0.2.1 |
1434 | 2025-03-20T19:09:35.398Z | Compiling litrs v0.4.1 |
1435 | 2025-03-20T19:09:35.596Z | Compiling smoltcp v0.9.1 |
1436 | 2025-03-20T19:09:35.903Z | Compiling num-bigint-dig v0.8.4 |
1437 | 2025-03-20T19:09:36.240Z | Compiling base16ct v0.2.0 |
1438 | 2025-03-20T19:09:36.258Z | Compiling match_cfg v0.1.0 |
1439 | 2025-03-20T19:09:36.371Z | Compiling portable-atomic v1.9.0 |
1440 | 2025-03-20T19:09:36.472Z | Compiling gimli v0.31.1 |
1441 | 2025-03-20T19:09:36.501Z | Compiling slog-async v2.8.0 |
1442 | 2025-03-20T19:09:36.547Z | Compiling psl-types v2.0.11 |
1443 | 2025-03-20T19:09:36.669Z | Compiling toml_edit v0.22.24 |
1444 | 2025-03-20T19:09:36.758Z | Compiling publicsuffix v2.3.0 |
1445 | 2025-03-20T19:09:37.029Z | Compiling document-features v0.2.10 |
1446 | 2025-03-20T19:09:37.068Z | Compiling sec1 v0.7.3 |
1447 | 2025-03-20T19:09:37.391Z | Compiling hostname v0.3.1 |
1448 | 2025-03-20T19:09:37.658Z | Compiling postgres-protocol v0.6.8 |
1449 | 2025-03-20T19:09:37.678Z | Compiling nix v0.29.0 |
1450 | 2025-03-20T19:09:38.570Z | Compiling num-iter v0.1.45 |
1451 | 2025-03-20T19:09:38.778Z | Compiling group v0.13.0 |
1452 | 2025-03-20T19:09:38.912Z | Compiling tokio-native-tls v0.3.1 |
1453 | 2025-03-20T19:09:38.932Z | Compiling bzip2 v0.4.4 |
1454 | 2025-03-20T19:09:39.114Z | Compiling term v0.7.0 |
1455 | 2025-03-20T19:09:40.285Z | Compiling flate2 v1.1.0 |
1456 | 2025-03-20T19:09:40.305Z | Compiling usdt-attr-macro v0.5.0 |
1457 | 2025-03-20T19:09:40.394Z | Compiling usdt-macro v0.5.0 |
1458 | 2025-03-20T19:09:40.659Z | Compiling addr2line v0.24.2 |
1459 | 2025-03-20T19:09:41.162Z | Compiling phf_shared v0.11.2 |
1460 | 2025-03-20T19:09:41.253Z | Compiling slog-json v2.6.1 |
1461 | 2025-03-20T19:09:41.345Z | Compiling serde_urlencoded v0.7.1 |
1462 | 2025-03-20T19:09:41.499Z | Compiling terminal_size v0.4.0 |
1463 | 2025-03-20T19:09:41.626Z | Compiling crossbeam-channel v0.5.13 |
1464 | 2025-03-20T19:09:41.732Z | Compiling futures-executor v0.3.31 |
1465 | 2025-03-20T19:09:41.776Z | Compiling hkdf v0.12.4 |
1466 | 2025-03-20T19:09:41.796Z | Compiling crypto-bigint v0.5.5 |
1467 | 2025-03-20T19:09:41.872Z | Compiling async-stream-impl v0.3.6 |
1468 | 2025-03-20T19:09:42.049Z | Compiling curve25519-dalek-derive v0.1.1 |
1469 | 2025-03-20T19:09:42.230Z | Compiling zerocopy-derive v0.6.6 |
1470 | 2025-03-20T19:09:42.621Z | Compiling rustls-pemfile v2.2.0 |
1471 | 2025-03-20T19:09:43.006Z | Compiling webpki-roots v0.26.6 |
1472 | 2025-03-20T19:09:43.185Z | Compiling sync_wrapper v1.0.1 |
1473 | 2025-03-20T19:09:43.214Z | Compiling is-terminal v0.4.13 |
1474 | 2025-03-20T19:09:43.358Z | Compiling dropshot v0.12.0 |
1475 | 2025-03-20T19:09:43.362Z | Compiling ahash v0.8.11 |
1476 | 2025-03-20T19:09:43.502Z | Compiling object v0.36.5 |
1477 | 2025-03-20T19:09:43.658Z | Compiling hubpack_derive v0.1.1 |
1478 | 2025-03-20T19:09:43.694Z | Compiling fs-err v2.11.0 |
1479 | 2025-03-20T19:09:43.728Z | Compiling buf-list v1.0.3 |
1480 | 2025-03-20T19:09:43.818Z | Compiling unicode-width v0.2.0 |
1481 | 2025-03-20T19:09:44.007Z | Compiling newtype-uuid v1.2.1 |
1482 | 2025-03-20T19:09:44.130Z | Compiling managed v0.8.0 |
1483 | 2025-03-20T19:09:44.300Z | Compiling anyhow v1.0.97 |
1484 | 2025-03-20T19:09:44.351Z | Compiling zip v2.1.3 |
1485 | 2025-03-20T19:09:44.370Z | Compiling lockfree-object-pool v0.1.6 |
1486 | 2025-03-20T19:09:44.484Z | Compiling winnow v0.5.40 |
1487 | 2025-03-20T19:09:44.539Z | Compiling take_mut v0.2.2 |
1488 | 2025-03-20T19:09:44.620Z | Compiling bumpalo v3.16.0 |
1489 | 2025-03-20T19:09:44.655Z | Compiling simd-adler32 v0.3.7 |
1490 | 2025-03-20T19:09:44.703Z | Compiling ipnet v2.11.0 |
1491 | 2025-03-20T19:09:44.905Z | Compiling rustc-demangle v0.1.24 |
1492 | 2025-03-20T19:09:45.060Z | Compiling tower-layer v0.3.3 |
1493 | 2025-03-20T19:09:45.157Z | Compiling zopfli v0.8.1 |
1494 | 2025-03-20T19:09:45.361Z | Compiling tower v0.5.2 |
1495 | 2025-03-20T19:09:45.815Z | Compiling elliptic-curve v0.13.8 |
1496 | 2025-03-20T19:09:46.241Z | Compiling hubpack v0.1.2 |
1497 | 2025-03-20T19:09:46.679Z | Compiling strum_macros v0.25.3 |
1498 | 2025-03-20T19:09:46.829Z | Compiling clap_builder v4.5.31 |
1499 | 2025-03-20T19:09:47.249Z | Compiling console v0.15.10 |
1500 | 2025-03-20T19:09:47.773Z | Compiling toml_edit v0.19.15 |
1501 | 2025-03-20T19:09:47.933Z | Compiling zerocopy v0.6.6 |
1502 | 2025-03-20T19:09:48.748Z | Compiling slog-term v2.9.1 |
1503 | 2025-03-20T19:09:48.783Z | Compiling usdt v0.5.0 |
1504 | 2025-03-20T19:09:49.270Z | Compiling async-stream v0.3.6 |
1505 | 2025-03-20T19:09:49.567Z | Compiling futures v0.3.31 |
1506 | 2025-03-20T19:09:49.695Z | Compiling slog-bunyan v2.5.0 |
1507 | 2025-03-20T19:09:49.886Z | Compiling phf v0.11.2 |
1508 | 2025-03-20T19:09:49.921Z | Compiling toml v0.8.20 |
1509 | 2025-03-20T19:09:50.173Z | Compiling backtrace v0.3.74 |
1510 | 2025-03-20T19:09:50.342Z | Compiling rayon v1.10.0 |
1511 | 2025-03-20T19:09:50.545Z | Compiling signal-hook-mio v0.2.4 |
1512 | 2025-03-20T19:09:50.728Z | Compiling cookie_store v0.21.1 |
1513 | 2025-03-20T19:09:51.384Z | Compiling hyper-tls v0.6.0 |
1514 | 2025-03-20T19:09:52.197Z | Compiling postgres-types v0.2.9 |
1515 | 2025-03-20T19:09:53.594Z | Compiling camino v1.1.9 |
1516 | 2025-03-20T19:09:54.440Z | Compiling ed25519 v2.2.3 |
1517 | 2025-03-20T19:09:54.690Z | Compiling phf_shared v0.10.0 |
1518 | 2025-03-20T19:09:54.765Z | Compiling dropshot_endpoint v0.12.0 |
1519 | 2025-03-20T19:09:54.784Z | Compiling pkcs1 v0.7.5 |
1520 | 2025-03-20T19:09:55.059Z | Compiling openapiv3 v2.0.0 |
1521 | 2025-03-20T19:09:55.459Z | Compiling waitgroup v0.1.2 |
1522 | 2025-03-20T19:09:55.694Z | Compiling serde_path_to_error v0.1.16 |
1523 | 2025-03-20T19:09:55.715Z | Compiling serde-big-array v0.5.1 |
1524 | 2025-03-20T19:09:55.948Z | Compiling enum-as-inner v0.6.1 |
1525 | 2025-03-20T19:09:56.286Z | Compiling clap_derive v4.5.28 |
1526 | 2025-03-20T19:09:56.498Z | Compiling rfc6979 v0.4.0 |
1527 | 2025-03-20T19:09:56.672Z | Compiling sha1 v0.10.6 |
1528 | 2025-03-20T19:09:56.707Z | Compiling serde_repr v0.1.19 |
1529 | 2025-03-20T19:09:57.001Z | Compiling bstr v1.10.0 |
1530 | 2025-03-20T19:09:57.103Z | Compiling float-cmp v0.10.0 |
1531 | 2025-03-20T19:09:57.357Z | Compiling hostname v0.4.0 |
1532 | 2025-03-20T19:09:57.588Z | Compiling difflib v0.4.0 |
1533 | 2025-03-20T19:09:57.832Z | Compiling predicates-core v1.0.8 |
1534 | 2025-03-20T19:09:58.173Z | Compiling new_debug_unreachable v1.0.6 |
1535 | 2025-03-20T19:09:58.287Z | Compiling whoami v1.5.2 |
1536 | 2025-03-20T19:09:58.598Z | Compiling number_prefix v0.4.0 |
1537 | 2025-03-20T19:09:58.829Z | Compiling normalize-line-endings v0.3.0 |
1538 | 2025-03-20T19:09:58.852Z | Compiling debug-ignore v1.0.5 |
1539 | 2025-03-20T19:09:58.869Z | Compiling unicode-segmentation v1.12.0 |
1540 | 2025-03-20T19:09:58.894Z | Compiling precomputed-hash v0.1.1 |
1541 | 2025-03-20T19:09:58.931Z | Compiling static_assertions v1.1.0 |
1542 | 2025-03-20T19:09:58.971Z | Compiling fixedbitset v0.4.2 |
1543 | 2025-03-20T19:09:59.011Z | Compiling data-encoding v2.6.0 |
1544 | 2025-03-20T19:09:59.032Z | Compiling string_cache v0.8.7 |
1545 | 2025-03-20T19:09:59.052Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1546 | 2025-03-20T19:09:59.412Z | Compiling petgraph v0.6.5 |
1547 | 2025-03-20T19:09:59.460Z | Compiling predicates v3.1.3 |
1548 | 2025-03-20T19:09:59.751Z | Compiling hickory-proto v0.24.4 |
1549 | 2025-03-20T19:10:00.764Z | Compiling clap v4.5.31 |
1550 | 2025-03-20T19:10:00.897Z | Compiling similar v2.7.0 |
1551 | 2025-03-20T19:10:00.923Z | Compiling indicatif v0.17.11 |
1552 | 2025-03-20T19:10:01.003Z | Compiling tokio-postgres v0.7.13 |
1553 | 2025-03-20T19:10:02.929Z | Compiling ecdsa v0.16.9 |
1554 | 2025-03-20T19:10:02.961Z | Compiling rsa v0.9.6 |
1555 | 2025-03-20T19:10:02.982Z | Compiling ed25519-dalek v2.1.1 |
1556 | 2025-03-20T19:10:05.040Z | Compiling toml v0.7.8 |
1557 | 2025-03-20T19:10:05.236Z | Compiling crossterm v0.28.1 |
1558 | 2025-03-20T19:10:06.569Z | Compiling zip v0.6.6 |
1559 | 2025-03-20T19:10:06.623Z | Compiling ipnetwork v0.21.1 |
1560 | 2025-03-20T19:10:06.985Z | Compiling tokio-stream v0.1.17 |
1561 | 2025-03-20T19:10:07.433Z | Compiling hex v0.4.3 |
1562 | 2025-03-20T19:10:07.850Z | Compiling x509-cert v0.2.5 |
1563 | 2025-03-20T19:10:07.987Z | Compiling itertools v0.10.5 |
1564 | 2025-03-20T19:10:08.053Z | Compiling peg-runtime v0.8.5 |
1565 | 2025-03-20T19:10:08.308Z | Compiling unicode-xid v0.2.6 |
1566 | 2025-03-20T19:10:08.419Z | Compiling lalrpop-util v0.19.12 |
1567 | 2025-03-20T19:10:08.517Z | Compiling strum_macros v0.26.4 |
1568 | 2025-03-20T19:10:08.568Z | Compiling xattr v1.3.1 |
1569 | 2025-03-20T19:10:08.600Z | Compiling filetime v0.2.25 |
1570 | 2025-03-20T19:10:08.854Z | Compiling tar v0.4.44 |
1571 | 2025-03-20T19:10:13.109Z | Compiling strum v0.26.3 |
1572 | 2025-03-20T19:10:16.192Z | Compiling aws-lc-sys v0.26.0 |
1573 | 2025-03-20T19:10:49.151Z | Compiling rustls-webpki v0.102.8 |
1574 | 2025-03-20T19:10:52.355Z | Compiling tokio-rustls v0.25.0 |
1575 | 2025-03-20T19:10:54.085Z | Compiling tokio-rustls v0.26.0 |
1576 | 2025-03-20T19:10:54.389Z | Compiling hyper-rustls v0.27.3 |
1577 | 2025-03-20T19:10:54.764Z | Compiling reqwest v0.12.12 |
1578 | 2025-03-20T19:10:58.483Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1579 | 2025-03-20T19:10:58.762Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1580 | 2025-03-20T19:11:03.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1581 | 2025-03-20T19:11:03.433Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1582 | 2025-03-20T19:11:03.484Z | Mar 20 19:11:02.846 INFO Starting download, target: Clickhouse |
1583 | 2025-03-20T19:11:03.484Z | Mar 20 19:11:02.847 INFO Starting download, target: Cockroach |
1584 | 2025-03-20T19:11:03.484Z | Mar 20 19:11:02.847 INFO Starting download, target: Console |
1585 | 2025-03-20T19:11:03.484Z | Mar 20 19:11:02.847 INFO Starting download, target: DendriteOpenapi |
1586 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.847 INFO Starting download, target: DendriteStub |
1587 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.847 INFO Starting download, target: MaghemiteMgd |
1588 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.847 INFO Starting download, target: TransceiverControl |
1589 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.848 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1590 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.848 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1591 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.848 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1592 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.848 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1593 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.848 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1594 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.848 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1595 | 2025-03-20T19:11:03.489Z | Mar 20 19:11:02.848 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1596 | 2025-03-20T19:11:03.649Z | Mar 20 19:11:03.005 INFO Download complete, target: DendriteOpenapi |
1597 | 2025-03-20T19:11:03.887Z | Mar 20 19:11:03.219 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1598 | 2025-03-20T19:11:04.028Z | Mar 20 19:11:03.372 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1599 | 2025-03-20T19:11:04.315Z | Mar 20 19:11:03.658 INFO Download complete, target: TransceiverControl |
1600 | 2025-03-20T19:11:04.322Z | Mar 20 19:11:03.665 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1601 | 2025-03-20T19:11:04.392Z | Mar 20 19:11:03.753 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1602 | 2025-03-20T19:11:04.435Z | Mar 20 19:11:03.796 INFO Download complete, target: Console |
1603 | 2025-03-20T19:11:05.103Z | Mar 20 19:11:04.464 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1604 | 2025-03-20T19:11:05.103Z | Mar 20 19:11:04.464 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1605 | 2025-03-20T19:11:05.466Z | Mar 20 19:11:04.828 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1606 | 2025-03-20T19:11:06.780Z | Mar 20 19:11:06.142 INFO Download complete, target: DendriteStub |
1607 | 2025-03-20T19:11:06.891Z | Mar 20 19:11:06.253 INFO Download complete, target: MaghemiteMgd |
1608 | 2025-03-20T19:11:11.580Z | Mar 20 19:11:10.942 INFO Checking that binary works, target: Cockroach |
1609 | 2025-03-20T19:11:11.791Z | Mar 20 19:11:11.153 INFO Download complete, target: Cockroach |
1610 | 2025-03-20T19:11:16.082Z | Mar 20 19:11:15.444 INFO Checking that binary works, target: Clickhouse |
1611 | 2025-03-20T19:11:16.693Z | Mar 20 19:11:16.055 INFO Download complete, target: Clickhouse |
1612 | 2025-03-20T19:11:16.701Z | All prerequisites installed successfully |
1613 | 2025-03-20T19:11:16.705Z | |
1614 | 2025-03-20T19:11:16.705Z | real 4:52.737248077 |
1615 | 2025-03-20T19:11:16.705Z | user 15:36.274674895 |
1616 | 2025-03-20T19:11:16.705Z | sys 2:08.918606309 |
1617 | 2025-03-20T19:11:16.705Z | trap 0.584117918 |
1618 | 2025-03-20T19:11:16.705Z | tflt 2.773189209 |
1619 | 2025-03-20T19:11:16.705Z | dflt 2.398260593 |
1620 | 2025-03-20T19:11:16.705Z | kflt 0.209849995 |
1621 | 2025-03-20T19:11:16.705Z | lock 24:02.766501002 |
1622 | 2025-03-20T19:11:16.705Z | slp 55:51.678560292 |
1623 | 2025-03-20T19:11:16.705Z | lat 1:02.134598443 |
1624 | 2025-03-20T19:11:16.705Z | stop 2:32.021758479 |
1625 | 2025-03-20T19:11:16.705Z | + ptime -m cargo xtask download softnpu |
1626 | 2025-03-20T19:11:17.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1627 | 2025-03-20T19:11:17.297Z | Running `target/debug/xtask download softnpu` |
1628 | 2025-03-20T19:11:18.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1629 | 2025-03-20T19:11:18.227Z | Running `target/debug/xtask-downloader softnpu` |
1630 | 2025-03-20T19:11:18.266Z | Mar 20 19:11:17.628 INFO Starting download, target: Softnpu |
1631 | 2025-03-20T19:11:18.270Z | Mar 20 19:11:17.629 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1632 | 2025-03-20T19:11:18.945Z | Mar 20 19:11:18.307 INFO Download complete, target: Softnpu |
1633 | 2025-03-20T19:11:18.949Z | |
1634 | 2025-03-20T19:11:18.952Z | real 2.240203498 |
1635 | 2025-03-20T19:11:18.952Z | user 1.350168779 |
1636 | 2025-03-20T19:11:18.952Z | sys 0.556922328 |
1637 | 2025-03-20T19:11:18.952Z | trap 0.001263104 |
1638 | 2025-03-20T19:11:18.952Z | tflt 0.000066335 |
1639 | 2025-03-20T19:11:18.952Z | dflt 0.000122874 |
1640 | 2025-03-20T19:11:18.952Z | kflt 0.000000000 |
1641 | 2025-03-20T19:11:18.953Z | lock 7.337711084 |
1642 | 2025-03-20T19:11:18.953Z | slp 0.535581272 |
1643 | 2025-03-20T19:11:18.953Z | lat 0.070127481 |
1644 | 2025-03-20T19:11:18.953Z | stop 0.000173953 |
1645 | 2025-03-20T19:11:18.953Z | + export CARGO_INCREMENTAL=0 |
1646 | 2025-03-20T19:11:18.953Z | + CARGO_INCREMENTAL=0 |
1647 | 2025-03-20T19:11:18.953Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1648 | 2025-03-20T19:11:19.940Z | Compiling proc-macro2 v1.0.94 |
1649 | 2025-03-20T19:11:19.940Z | Compiling unicode-ident v1.0.14 |
1650 | 2025-03-20T19:11:19.944Z | Compiling libc v0.2.170 |
1651 | 2025-03-20T19:11:19.944Z | Compiling serde v1.0.218 |
1652 | 2025-03-20T19:11:19.944Z | Compiling autocfg v1.4.0 |
1653 | 2025-03-20T19:11:19.944Z | Compiling cfg-if v1.0.0 |
1654 | 2025-03-20T19:11:19.944Z | Compiling version_check v0.9.5 |
1655 | 2025-03-20T19:11:20.185Z | Compiling memchr v2.7.4 |
1656 | 2025-03-20T19:11:20.188Z | Compiling shlex v1.3.0 |
1657 | 2025-03-20T19:11:20.338Z | Compiling typenum v1.17.0 |
1658 | 2025-03-20T19:11:20.504Z | Compiling value-bag v1.9.0 |
1659 | 2025-03-20T19:11:20.611Z | Compiling generic-array v0.14.7 |
1660 | 2025-03-20T19:11:22.417Z | Compiling lock_api v0.4.12 |
1661 | 2025-03-20T19:11:22.428Z | Compiling log v0.4.22 |
1662 | 2025-03-20T19:11:22.428Z | Compiling scopeguard v1.2.0 |
1663 | 2025-03-20T19:11:22.428Z | Compiling serde_json v1.0.139 |
1664 | 2025-03-20T19:11:22.428Z | Compiling parking_lot_core v0.9.10 |
1665 | 2025-03-20T19:11:22.428Z | Compiling quote v1.0.39 |
1666 | 2025-03-20T19:11:22.428Z | Compiling rustix v0.38.37 |
1667 | 2025-03-20T19:11:22.433Z | Compiling libm v0.2.8 |
1668 | 2025-03-20T19:11:22.433Z | Compiling num-traits v0.2.19 |
1669 | 2025-03-20T19:11:22.433Z | Compiling syn v2.0.98 |
1670 | 2025-03-20T19:11:22.433Z | Compiling jobserver v0.1.32 |
1671 | 2025-03-20T19:11:22.433Z | Compiling getrandom v0.2.15 |
1672 | 2025-03-20T19:11:22.434Z | Compiling semver v1.0.25 |
1673 | 2025-03-20T19:11:22.434Z | Compiling aho-corasick v1.1.3 |
1674 | 2025-03-20T19:11:22.434Z | Compiling regex-syntax v0.8.5 |
1675 | 2025-03-20T19:11:23.361Z | Compiling cc v1.2.15 |
1676 | 2025-03-20T19:11:23.366Z | Compiling getrandom v0.3.1 |
1677 | 2025-03-20T19:11:23.366Z | Compiling either v1.14.0 |
1678 | 2025-03-20T19:11:23.366Z | Compiling once_cell v1.20.3 |
1679 | 2025-03-20T19:11:23.366Z | Compiling thiserror v1.0.69 |
1680 | 2025-03-20T19:11:23.366Z | Compiling itoa v1.0.11 |
1681 | 2025-03-20T19:11:23.385Z | Compiling spin v0.9.8 |
1682 | 2025-03-20T19:11:24.167Z | Compiling errno v0.3.9 |
1683 | 2025-03-20T19:11:24.174Z | Compiling slab v0.4.9 |
1684 | 2025-03-20T19:11:24.174Z | Compiling rand_core v0.6.4 |
1685 | 2025-03-20T19:11:24.174Z | Compiling glob v0.3.2 |
1686 | 2025-03-20T19:11:24.224Z | Compiling prettyplease v0.2.30 |
1687 | 2025-03-20T19:11:24.837Z | Compiling lazy_static v1.5.0 |
1688 | 2025-03-20T19:11:24.845Z | Compiling smallvec v1.14.0 |
1689 | 2025-03-20T19:11:24.845Z | Compiling minimal-lexical v0.2.1 |
1690 | 2025-03-20T19:11:24.884Z | Compiling clang-sys v1.8.1 |
1691 | 2025-03-20T19:11:25.630Z | Compiling nom v7.1.3 |
1692 | 2025-03-20T19:11:25.663Z | Compiling libloading v0.8.5 |
1693 | 2025-03-20T19:11:25.663Z | Compiling bindgen v0.69.5 |
1694 | 2025-03-20T19:11:25.663Z | Compiling equivalent v1.0.1 |
1695 | 2025-03-20T19:11:25.663Z | Compiling allocator-api2 v0.2.18 |
1696 | 2025-03-20T19:11:25.714Z | Compiling foldhash v0.1.3 |
1697 | 2025-03-20T19:11:25.749Z | Compiling pkg-config v0.3.31 |
1698 | 2025-03-20T19:11:25.883Z | Compiling home v0.5.9 |
1699 | 2025-03-20T19:11:26.004Z | Compiling regex-automata v0.4.8 |
1700 | 2025-03-20T19:11:26.340Z | Compiling hashbrown v0.15.1 |
1701 | 2025-03-20T19:11:26.845Z | Compiling itertools v0.12.1 |
1702 | 2025-03-20T19:11:27.296Z | Compiling subtle v2.6.1 |
1703 | 2025-03-20T19:11:27.520Z | Compiling lazycell v1.3.0 |
1704 | 2025-03-20T19:11:27.610Z | Compiling rustc-hash v1.1.0 |
1705 | 2025-03-20T19:11:27.697Z | Compiling cmake v0.1.51 |
1706 | 2025-03-20T19:11:27.834Z | Compiling dunce v1.0.5 |
1707 | 2025-03-20T19:11:27.985Z | Compiling fs_extra v1.3.0 |
1708 | 2025-03-20T19:11:28.385Z | Compiling cexpr v0.6.0 |
1709 | 2025-03-20T19:11:28.601Z | Compiling ryu v1.0.18 |
1710 | 2025-03-20T19:11:28.695Z | Compiling pin-project-lite v0.2.14 |
1711 | 2025-03-20T19:11:28.849Z | Compiling ring v0.17.11 |
1712 | 2025-03-20T19:11:28.907Z | Compiling byteorder v1.5.0 |
1713 | 2025-03-20T19:11:29.429Z | Compiling synstructure v0.13.1 |
1714 | 2025-03-20T19:11:29.647Z | Compiling paste v1.0.15 |
1715 | 2025-03-20T19:11:29.809Z | Compiling schemars v0.8.22 |
1716 | 2025-03-20T19:11:30.258Z | Compiling serde_derive_internals v0.29.1 |
1717 | 2025-03-20T19:11:30.621Z | Compiling aws-lc-rs v1.12.4 |
1718 | 2025-03-20T19:11:30.855Z | Compiling regex v1.11.1 |
1719 | 2025-03-20T19:11:32.059Z | Compiling signal-hook-registry v1.4.2 |
1720 | 2025-03-20T19:11:32.105Z | Compiling const-oid v0.9.6 |
1721 | 2025-03-20T19:11:32.147Z | Compiling fnv v1.0.7 |
1722 | 2025-03-20T19:11:32.236Z | Compiling parking_lot v0.12.3 |
1723 | 2025-03-20T19:11:32.288Z | Compiling mio v1.0.2 |
1724 | 2025-03-20T19:11:33.211Z | Compiling serde_derive v1.0.218 |
1725 | 2025-03-20T19:11:33.485Z | Compiling zeroize_derive v1.4.2 |
1726 | 2025-03-20T19:11:33.661Z | Compiling tokio-macros v2.5.0 |
1727 | 2025-03-20T19:11:33.891Z | Compiling thiserror-impl v1.0.69 |
1728 | 2025-03-20T19:11:34.113Z | Compiling zerocopy-derive v0.7.35 |
1729 | 2025-03-20T19:11:34.202Z | Compiling zerofrom-derive v0.1.4 |
1730 | 2025-03-20T19:11:34.255Z | Compiling yoke-derive v0.7.4 |
1731 | 2025-03-20T19:11:34.788Z | Compiling zerovec-derive v0.10.3 |
1732 | 2025-03-20T19:11:34.804Z | Compiling zeroize v1.8.1 |
1733 | 2025-03-20T19:11:35.270Z | Compiling displaydoc v0.2.5 |
1734 | 2025-03-20T19:11:35.371Z | Compiling futures-macro v0.3.31 |
1735 | 2025-03-20T19:11:36.568Z | Compiling schemars_derive v0.8.22 |
1736 | 2025-03-20T19:11:36.839Z | Compiling icu_provider_macros v1.5.0 |
1737 | 2025-03-20T19:11:37.035Z | Compiling crypto-common v0.1.6 |
1738 | 2025-03-20T19:11:37.056Z | Compiling tracing-attributes v0.1.27 |
1739 | 2025-03-20T19:11:37.121Z | Compiling heck v0.5.0 |
1740 | 2025-03-20T19:11:37.260Z | Compiling stable_deref_trait v1.2.0 |
1741 | 2025-03-20T19:11:37.528Z | Compiling block-buffer v0.10.4 |
1742 | 2025-03-20T19:11:37.547Z | Compiling der_derive v0.7.3 |
1743 | 2025-03-20T19:11:37.842Z | Compiling socket2 v0.5.8 |
1744 | 2025-03-20T19:11:38.005Z | Compiling vcpkg v0.2.15 |
1745 | 2025-03-20T19:11:39.125Z | Compiling httparse v1.9.5 |
1746 | 2025-03-20T19:11:39.341Z | Compiling openssl-sys v0.9.106 |
1747 | 2025-03-20T19:11:39.617Z | Compiling digest v0.10.7 |
1748 | 2025-03-20T19:11:39.859Z | Compiling futures-core v0.3.31 |
1749 | 2025-03-20T19:11:39.964Z | Compiling time-core v0.1.2 |
1750 | 2025-03-20T19:11:39.996Z | Compiling crossbeam-utils v0.8.20 |
1751 | 2025-03-20T19:11:40.096Z | Compiling num-conv v0.1.0 |
1752 | 2025-03-20T19:11:40.356Z | Compiling zerocopy v0.8.10 |
1753 | 2025-03-20T19:11:40.375Z | Compiling time-macros v0.2.18 |
1754 | 2025-03-20T19:11:40.987Z | Compiling zerocopy v0.7.35 |
1755 | 2025-03-20T19:11:41.821Z | Compiling zerocopy-derive v0.8.10 |
1756 | 2025-03-20T19:11:42.396Z | Compiling futures-sink v0.3.31 |
1757 | 2025-03-20T19:11:42.496Z | Compiling syn v1.0.109 |
1758 | 2025-03-20T19:11:42.893Z | Compiling cpufeatures v0.2.14 |
1759 | 2025-03-20T19:11:42.992Z | Compiling iana-time-zone v0.1.61 |
1760 | 2025-03-20T19:11:43.012Z | Compiling slog v2.7.0 |
1761 | 2025-03-20T19:11:43.546Z | Compiling openssl v0.10.71 |
1762 | 2025-03-20T19:11:43.729Z | Compiling hmac v0.12.1 |
1763 | 2025-03-20T19:11:43.902Z | Compiling zerofrom v0.1.4 |
1764 | 2025-03-20T19:11:44.231Z | Compiling yoke v0.7.4 |
1765 | 2025-03-20T19:11:44.439Z | Compiling futures-channel v0.3.31 |
1766 | 2025-03-20T19:11:44.486Z | Compiling block-padding v0.3.3 |
1767 | 2025-03-20T19:11:44.506Z | Compiling openssl-macros v0.1.1 |
1768 | 2025-03-20T19:11:44.624Z | Compiling scroll_derive v0.12.0 |
1769 | 2025-03-20T19:11:44.727Z | Compiling ucd-trie v0.1.7 |
1770 | 2025-03-20T19:11:44.867Z | Compiling pin-utils v0.1.0 |
1771 | 2025-03-20T19:11:44.891Z | Compiling futures-io v0.3.31 |
1772 | 2025-03-20T19:11:44.981Z | Compiling bitflags v2.6.0 |
1773 | 2025-03-20T19:11:45.167Z | Compiling bytes v1.10.1 |
1774 | 2025-03-20T19:11:45.852Z | Compiling indexmap v2.7.1 |
1775 | 2025-03-20T19:11:46.513Z | Compiling tokio v1.43.0 |
1776 | 2025-03-20T19:11:46.797Z | Compiling uuid v1.15.1 |
1777 | 2025-03-20T19:11:48.127Z | Compiling chrono v0.4.40 |
1778 | 2025-03-20T19:11:48.149Z | Compiling serde_tokenstream v0.2.2 |
1779 | 2025-03-20T19:11:48.702Z | Compiling rustc_version v0.4.1 |
1780 | 2025-03-20T19:11:49.047Z | Compiling which v4.4.2 |
1781 | 2025-03-20T19:11:50.729Z | Compiling futures-task v0.3.31 |
1782 | 2025-03-20T19:11:51.056Z | Compiling native-tls v0.2.12 |
1783 | 2025-03-20T19:11:51.444Z | Compiling rustls v0.23.19 |
1784 | 2025-03-20T19:11:51.784Z | Compiling futures-util v0.3.31 |
1785 | 2025-03-20T19:11:51.992Z | Compiling http v1.2.0 |
1786 | 2025-03-20T19:11:53.695Z | Compiling pest v2.7.14 |
1787 | 2025-03-20T19:11:53.853Z | Compiling zerovec v0.10.4 |
1788 | 2025-03-20T19:11:53.937Z | Compiling inout v0.1.3 |
1789 | 2025-03-20T19:11:56.505Z | Compiling dyn-clone v1.0.19 |
1790 | 2025-03-20T19:11:56.740Z | Compiling strsim v0.11.1 |
1791 | 2025-03-20T19:11:56.915Z | Compiling pest_meta v2.7.14 |
1792 | 2025-03-20T19:11:57.349Z | Compiling cipher v0.4.4 |
1793 | 2025-03-20T19:11:57.836Z | Compiling serde_spanned v0.6.8 |
1794 | 2025-03-20T19:11:57.910Z | Compiling toml_datetime v0.6.8 |
1795 | 2025-03-20T19:11:58.081Z | Compiling sha2 v0.10.8 |
1796 | 2025-03-20T19:11:58.341Z | Compiling cookie v0.18.1 |
1797 | 2025-03-20T19:11:58.849Z | Compiling base64ct v1.6.0 |
1798 | 2025-03-20T19:11:58.917Z | Compiling pest_generator v2.7.14 |
1799 | 2025-03-20T19:11:59.418Z | Compiling pem-rfc7468 v0.7.0 |
1800 | 2025-03-20T19:11:59.991Z | Compiling tinystr v0.7.6 |
1801 | 2025-03-20T19:12:00.817Z | Compiling tracing-core v0.1.32 |
1802 | 2025-03-20T19:12:01.508Z | Compiling aws-lc-sys v0.26.0 |
1803 | 2025-03-20T19:12:01.732Z | Compiling writeable v0.5.5 |
1804 | 2025-03-20T19:12:02.218Z | Compiling flagset v0.4.6 |
1805 | 2025-03-20T19:12:02.590Z | Compiling litemap v0.7.3 |
1806 | 2025-03-20T19:12:03.049Z | Compiling icu_locid v1.5.0 |
1807 | 2025-03-20T19:12:03.511Z | Compiling der v0.7.9 |
1808 | 2025-03-20T19:12:05.212Z | Compiling tracing v0.1.40 |
1809 | 2025-03-20T19:12:05.966Z | Compiling pest_derive v2.7.14 |
1810 | 2025-03-20T19:12:06.751Z | Compiling usdt-impl v0.5.0 |
1811 | 2025-03-20T19:12:07.114Z | Compiling rustls-pki-types v1.10.0 |
1812 | 2025-03-20T19:12:07.139Z | Compiling rayon-core v1.12.1 |
1813 | 2025-03-20T19:12:07.428Z | Compiling spki v0.7.3 |
1814 | 2025-03-20T19:12:07.751Z | Compiling icu_provider v1.5.0 |
1815 | 2025-03-20T19:12:08.803Z | Compiling salsa20 v0.10.2 |
1816 | 2025-03-20T19:12:08.981Z | Compiling tokio-util v0.7.13 |
1817 | 2025-03-20T19:12:09.924Z | Compiling scroll v0.12.0 |
1818 | 2025-03-20T19:12:10.406Z | Compiling ppv-lite86 v0.2.20 |
1819 | 2025-03-20T19:12:10.565Z | Compiling pbkdf2 v0.12.2 |
1820 | 2025-03-20T19:12:11.008Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1821 | 2025-03-20T19:12:11.462Z | Compiling litrs v0.4.1 |
1822 | 2025-03-20T19:12:11.483Z | Compiling rustversion v1.0.17 |
1823 | 2025-03-20T19:12:11.710Z | Compiling powerfmt v0.2.0 |
1824 | 2025-03-20T19:12:12.002Z | Compiling winnow v0.5.40 |
1825 | 2025-03-20T19:12:12.021Z | Compiling camino v1.1.9 |
1826 | 2025-03-20T19:12:12.191Z | Compiling untrusted v0.7.1 |
1827 | 2025-03-20T19:12:12.338Z | Compiling anyhow v1.0.97 |
1828 | 2025-03-20T19:12:12.371Z | Compiling plain v0.2.3 |
1829 | 2025-03-20T19:12:12.534Z | Compiling percent-encoding v2.3.1 |
1830 | 2025-03-20T19:12:12.538Z | Compiling icu_locid_transform_data v1.5.0 |
1831 | 2025-03-20T19:12:12.786Z | Compiling untrusted v0.9.0 |
1832 | 2025-03-20T19:12:12.822Z | Compiling icu_locid_transform v1.5.0 |
1833 | 2025-03-20T19:12:12.999Z | Compiling goblin v0.8.2 |
1834 | 2025-03-20T19:12:13.507Z | Compiling document-features v0.2.10 |
1835 | 2025-03-20T19:12:14.580Z | Compiling deranged v0.3.11 |
1836 | 2025-03-20T19:12:15.076Z | Compiling toml_edit v0.19.15 |
1837 | 2025-03-20T19:12:15.197Z | Compiling scrypt v0.11.0 |
1838 | 2025-03-20T19:12:15.679Z | Compiling aes v0.8.4 |
1839 | 2025-03-20T19:12:16.291Z | Compiling cbc v0.1.2 |
1840 | 2025-03-20T19:12:16.524Z | Compiling icu_collections v1.5.0 |
1841 | 2025-03-20T19:12:19.870Z | Compiling atomic-waker v1.1.2 |
1842 | 2025-03-20T19:12:20.090Z | Compiling rustls v0.22.4 |
1843 | 2025-03-20T19:12:20.401Z | Compiling pretty-hex v0.4.1 |
1844 | 2025-03-20T19:12:20.445Z | Compiling icu_properties_data v1.5.0 |
1845 | 2025-03-20T19:12:20.947Z | Compiling num_threads v0.1.7 |
1846 | 2025-03-20T19:12:21.300Z | Compiling icu_properties v1.5.1 |
1847 | 2025-03-20T19:12:21.472Z | Compiling time v0.3.36 |
1848 | 2025-03-20T19:12:22.752Z | Compiling dof v0.3.0 |
1849 | 2025-03-20T19:12:25.327Z | Compiling pkcs5 v0.7.1 |
1850 | 2025-03-20T19:12:26.347Z | Compiling dtrace-parser v0.2.0 |
1851 | 2025-03-20T19:12:26.444Z | Compiling http-body v1.0.1 |
1852 | 2025-03-20T19:12:26.723Z | Compiling heapless v0.7.17 |
1853 | 2025-03-20T19:12:27.430Z | Compiling async-trait v0.1.87 |
1854 | 2025-03-20T19:12:27.458Z | Compiling thread-id v4.2.2 |
1855 | 2025-03-20T19:12:27.619Z | Compiling utf8_iter v1.0.4 |
1856 | 2025-03-20T19:12:27.776Z | Compiling icu_normalizer_data v1.5.0 |
1857 | 2025-03-20T19:12:27.891Z | Compiling write16 v1.0.0 |
1858 | 2025-03-20T19:12:27.923Z | Compiling try-lock v0.2.5 |
1859 | 2025-03-20T19:12:28.047Z | Compiling signal-hook v0.3.17 |
1860 | 2025-03-20T19:12:28.366Z | Compiling utf16_iter v1.0.5 |
1861 | 2025-03-20T19:12:28.634Z | Compiling icu_normalizer v1.5.0 |
1862 | 2025-03-20T19:12:29.447Z | Compiling want v0.3.1 |
1863 | 2025-03-20T19:12:30.842Z | Compiling pkcs8 v0.10.2 |
1864 | 2025-03-20T19:12:31.286Z | Compiling h2 v0.4.6 |
1865 | 2025-03-20T19:12:31.461Z | Compiling form_urlencoded v1.2.1 |
1866 | 2025-03-20T19:12:32.686Z | Compiling multer v3.1.0 |
1867 | 2025-03-20T19:12:33.015Z | Compiling tower-service v0.3.3 |
1868 | 2025-03-20T19:12:33.419Z | Compiling adler2 v2.0.0 |
1869 | 2025-03-20T19:12:33.526Z | Compiling tinyvec_macros v0.1.1 |
1870 | 2025-03-20T19:12:33.632Z | Compiling httpdate v1.0.3 |
1871 | 2025-03-20T19:12:33.881Z | Compiling slog-async v2.8.0 |
1872 | 2025-03-20T19:12:34.265Z | Compiling tinyvec v1.8.0 |
1873 | 2025-03-20T19:12:34.360Z | Compiling miniz_oxide v0.8.5 |
1874 | 2025-03-20T19:12:36.106Z | Compiling idna_adapter v1.2.0 |
1875 | 2025-03-20T19:12:38.026Z | Compiling curve25519-dalek v4.1.3 |
1876 | 2025-03-20T19:12:38.557Z | Compiling memoffset v0.9.1 |
1877 | 2025-03-20T19:12:38.925Z | Compiling smoltcp v0.9.1 |
1878 | 2025-03-20T19:12:38.968Z | Compiling foreign-types-shared v0.1.1 |
1879 | 2025-03-20T19:12:39.100Z | Compiling portable-atomic v1.9.0 |
1880 | 2025-03-20T19:12:39.471Z | Compiling hyper v1.6.0 |
1881 | 2025-03-20T19:12:39.930Z | Compiling newtype-uuid v1.2.1 |
1882 | 2025-03-20T19:12:40.267Z | Compiling num-bigint-dig v0.8.4 |
1883 | 2025-03-20T19:12:41.369Z | Compiling base64 v0.22.1 |
1884 | 2025-03-20T19:12:41.572Z | Compiling foreign-types v0.3.2 |
1885 | 2025-03-20T19:12:42.477Z | Compiling hyper-util v0.1.10 |
1886 | 2025-03-20T19:12:43.043Z | Compiling rand_core v0.9.2 |
1887 | 2025-03-20T19:12:46.190Z | Compiling idna v1.0.3 |
1888 | 2025-03-20T19:12:47.491Z | Compiling usdt-attr-macro v0.5.0 |
1889 | 2025-03-20T19:12:48.930Z | Compiling usdt-macro v0.5.0 |
1890 | 2025-03-20T19:12:50.519Z | Compiling openapiv3 v2.0.0 |
1891 | 2025-03-20T19:12:50.607Z | Compiling async-stream-impl v0.3.6 |
1892 | 2025-03-20T19:12:50.890Z | Compiling heck v0.4.1 |
1893 | 2025-03-20T19:12:51.268Z | Compiling siphasher v0.3.11 |
1894 | 2025-03-20T19:12:51.635Z | Compiling ident_case v1.0.1 |
1895 | 2025-03-20T19:12:51.813Z | Compiling cfg_aliases v0.2.1 |
1896 | 2025-03-20T19:12:51.936Z | Compiling nix v0.29.0 |
1897 | 2025-03-20T19:12:52.496Z | Compiling darling_core v0.20.10 |
1898 | 2025-03-20T19:13:00.064Z | Compiling rand_chacha v0.9.0 |
1899 | 2025-03-20T19:13:00.573Z | Compiling unicode-normalization v0.1.24 |
1900 | 2025-03-20T19:13:01.001Z | Compiling http-body-util v0.1.2 |
1901 | 2025-03-20T19:13:01.828Z | Compiling crossbeam-epoch v0.9.18 |
1902 | 2025-03-20T19:13:03.741Z | Compiling rand_chacha v0.3.1 |
1903 | 2025-03-20T19:13:04.541Z | Compiling hubpack_derive v0.1.1 |
1904 | 2025-03-20T19:13:04.621Z | Compiling signature v2.2.0 |
1905 | 2025-03-20T19:13:04.877Z | Compiling curve25519-dalek-derive v0.1.1 |
1906 | 2025-03-20T19:13:05.417Z | Compiling zerocopy-derive v0.6.6 |
1907 | 2025-03-20T19:13:05.735Z | Compiling dirs-sys-next v0.1.2 |
1908 | 2025-03-20T19:13:06.184Z | Compiling fs-err v2.11.0 |
1909 | 2025-03-20T19:13:06.203Z | Compiling dropshot v0.12.0 |
1910 | 2025-03-20T19:13:06.550Z | Compiling ahash v0.8.11 |
1911 | 2025-03-20T19:13:06.570Z | Compiling crc32fast v1.4.2 |
1912 | 2025-03-20T19:13:06.881Z | Compiling encoding_rs v0.8.34 |
1913 | 2025-03-20T19:13:06.929Z | Compiling zip v2.1.3 |
1914 | 2025-03-20T19:13:07.171Z | Compiling anstyle v1.0.10 |
1915 | 2025-03-20T19:13:07.246Z | Compiling utf8parse v0.2.2 |
1916 | 2025-03-20T19:13:07.425Z | Compiling gimli v0.31.1 |
1917 | 2025-03-20T19:13:07.558Z | Compiling unicode-properties v0.1.3 |
1918 | 2025-03-20T19:13:07.969Z | Compiling unicode-bidi v0.3.17 |
1919 | 2025-03-20T19:13:09.076Z | Compiling openssl-probe v0.1.5 |
1920 | 2025-03-20T19:13:09.564Z | Compiling mime v0.3.17 |
1921 | 2025-03-20T19:13:10.050Z | Compiling buf-list v1.0.3 |
1922 | 2025-03-20T19:13:11.345Z | Compiling stringprep v0.1.5 |
1923 | 2025-03-20T19:13:11.617Z | Compiling anstyle-parse v0.2.5 |
1924 | 2025-03-20T19:13:11.953Z | Compiling dirs-next v2.0.0 |
1925 | 2025-03-20T19:13:12.139Z | Compiling addr2line v0.24.2 |
1926 | 2025-03-20T19:13:12.201Z | Compiling rand v0.8.5 |
1927 | 2025-03-20T19:13:14.120Z | Compiling crossbeam-deque v0.8.5 |
1928 | 2025-03-20T19:13:14.455Z | Compiling rand v0.9.0 |
1929 | 2025-03-20T19:13:14.550Z | Compiling darling_macro v0.20.10 |
1930 | 2025-03-20T19:13:15.411Z | Compiling url v2.5.3 |
1931 | 2025-03-20T19:13:17.367Z | Compiling serde_urlencoded v0.7.1 |
1932 | 2025-03-20T19:13:17.697Z | Compiling rustls-webpki v0.102.8 |
1933 | 2025-03-20T19:13:18.089Z | Compiling rustls-pemfile v2.2.0 |
1934 | 2025-03-20T19:13:18.247Z | Compiling ipnetwork v0.21.1 |
1935 | 2025-03-20T19:13:18.428Z | Compiling num-integer v0.1.46 |
1936 | 2025-03-20T19:13:18.582Z | Compiling md-5 v0.10.6 |
1937 | 2025-03-20T19:13:19.110Z | Compiling hash32 v0.2.1 |
1938 | 2025-03-20T19:13:19.469Z | Compiling ff v0.13.0 |
1939 | 2025-03-20T19:13:19.490Z | Compiling thread_local v1.1.8 |
1940 | 2025-03-20T19:13:19.726Z | Compiling object v0.36.5 |
1941 | 2025-03-20T19:13:21.169Z | Compiling match_cfg v0.1.0 |
1942 | 2025-03-20T19:13:21.282Z | Compiling psl-types v2.0.11 |
1943 | 2025-03-20T19:13:21.745Z | Compiling winnow v0.7.3 |
1944 | 2025-03-20T19:13:21.781Z | Compiling anstyle-query v1.1.1 |
1945 | 2025-03-20T19:13:21.956Z | Compiling is_terminal_polyfill v1.70.1 |
1946 | 2025-03-20T19:13:22.107Z | Compiling rustc-demangle v0.1.24 |
1947 | 2025-03-20T19:13:23.226Z | Compiling fallible-iterator v0.2.0 |
1948 | 2025-03-20T19:13:24.418Z | Compiling base16ct v0.2.0 |
1949 | 2025-03-20T19:13:24.708Z | Compiling colorchoice v1.0.2 |
1950 | 2025-03-20T19:13:24.771Z | Compiling sec1 v0.7.3 |
1951 | 2025-03-20T19:13:24.880Z | Compiling anstream v0.6.15 |
1952 | 2025-03-20T19:13:25.137Z | Compiling toml_edit v0.22.24 |
1953 | 2025-03-20T19:13:25.293Z | Compiling postgres-protocol v0.6.8 |
1954 | 2025-03-20T19:13:25.436Z | Compiling tokio-rustls v0.26.0 |
1955 | 2025-03-20T19:13:25.904Z | Compiling publicsuffix v2.3.0 |
1956 | 2025-03-20T19:13:26.423Z | Compiling hostname v0.3.1 |
1957 | 2025-03-20T19:13:26.589Z | Compiling group v0.13.0 |
1958 | 2025-03-20T19:13:26.916Z | Compiling backtrace v0.3.74 |
1959 | 2025-03-20T19:13:27.705Z | Compiling num-iter v0.1.45 |
1960 | 2025-03-20T19:13:30.593Z | Compiling darling v0.20.10 |
1961 | 2025-03-20T19:13:31.247Z | Compiling bzip2 v0.4.4 |
1962 | 2025-03-20T19:13:31.415Z | Compiling term v0.7.0 |
1963 | 2025-03-20T19:13:31.632Z | Compiling tokio-native-tls v0.3.1 |
1964 | 2025-03-20T19:13:31.918Z | Compiling flate2 v1.1.0 |
1965 | 2025-03-20T19:13:32.186Z | Compiling phf_shared v0.11.2 |
1966 | 2025-03-20T19:13:32.495Z | Compiling strum_macros v0.25.3 |
1967 | 2025-03-20T19:13:32.560Z | Compiling slog-json v2.6.1 |
1968 | 2025-03-20T19:13:33.129Z | Compiling crossbeam-channel v0.5.13 |
1969 | 2025-03-20T19:13:33.629Z | Compiling webpki-roots v0.26.6 |
1970 | 2025-03-20T19:13:34.064Z | Compiling futures-executor v0.3.31 |
1971 | 2025-03-20T19:13:34.085Z | Compiling terminal_size v0.4.0 |
1972 | 2025-03-20T19:13:34.103Z | Compiling dropshot_endpoint v0.12.0 |
1973 | 2025-03-20T19:13:34.583Z | Compiling hkdf v0.12.4 |
1974 | 2025-03-20T19:13:34.831Z | Compiling sync_wrapper v1.0.1 |
1975 | 2025-03-20T19:13:35.187Z | Compiling enum-as-inner v0.6.1 |
1976 | 2025-03-20T19:13:35.207Z | Compiling clap_derive v4.5.28 |
1977 | 2025-03-20T19:13:35.344Z | Compiling crypto-bigint v0.5.5 |
1978 | 2025-03-20T19:13:35.637Z | Compiling serde_repr v0.1.19 |
1979 | 2025-03-20T19:13:36.163Z | Compiling regress v0.10.3 |
1980 | 2025-03-20T19:13:36.735Z | Compiling is-terminal v0.4.13 |
1981 | 2025-03-20T19:13:36.896Z | Compiling memmap v0.7.0 |
1982 | 2025-03-20T19:13:37.555Z | Compiling simd-adler32 v0.3.7 |
1983 | 2025-03-20T19:13:37.733Z | Compiling lockfree-object-pool v0.1.6 |
1984 | 2025-03-20T19:13:38.001Z | Compiling unicode-width v0.2.0 |
1985 | 2025-03-20T19:13:38.068Z | Compiling ipnet v2.11.0 |
1986 | 2025-03-20T19:13:38.548Z | Compiling take_mut v0.2.2 |
1987 | 2025-03-20T19:13:38.667Z | Compiling bitflags v1.3.2 |
1988 | 2025-03-20T19:13:38.707Z | Compiling clap_lex v0.7.4 |
1989 | 2025-03-20T19:13:38.793Z | Compiling managed v0.8.0 |
1990 | 2025-03-20T19:13:39.100Z | Compiling bumpalo v3.16.0 |
1991 | 2025-03-20T19:13:39.341Z | Compiling tower-layer v0.3.3 |
1992 | 2025-03-20T19:13:40.291Z | Compiling tower v0.5.2 |
1993 | 2025-03-20T19:13:40.579Z | Compiling typify-impl v0.2.0 |
1994 | 2025-03-20T19:13:40.999Z | Compiling zopfli v0.8.1 |
1995 | 2025-03-20T19:13:41.102Z | Compiling clap_builder v4.5.31 |
1996 | 2025-03-20T19:13:42.083Z | Compiling console v0.15.10 |
1997 | 2025-03-20T19:13:42.327Z | Compiling elliptic-curve v0.13.8 |
1998 | 2025-03-20T19:13:42.999Z | Compiling usdt v0.5.0 |
1999 | 2025-03-20T19:13:43.203Z | Compiling slog-term v2.9.1 |
2000 | 2025-03-20T19:13:43.424Z | Compiling futures v0.3.31 |
2001 | 2025-03-20T19:13:43.553Z | Compiling hyper-rustls v0.27.3 |
2002 | 2025-03-20T19:13:45.596Z | Compiling slog-bunyan v2.5.0 |
2003 | 2025-03-20T19:13:46.398Z | Compiling phf v0.11.2 |
2004 | 2025-03-20T19:13:46.455Z | Compiling tokio-rustls v0.25.0 |
2005 | 2025-03-20T19:13:46.690Z | Compiling hyper-tls v0.6.0 |
2006 | 2025-03-20T19:13:47.122Z | Compiling rayon v1.10.0 |
2007 | 2025-03-20T19:13:47.216Z | Compiling signal-hook-mio v0.2.4 |
2008 | 2025-03-20T19:13:47.274Z | Compiling cookie_store v0.21.1 |
2009 | 2025-03-20T19:13:47.395Z | Compiling toml v0.8.20 |
2010 | 2025-03-20T19:13:48.587Z | Compiling postgres-types v0.2.9 |
2011 | 2025-03-20T19:13:48.671Z | Compiling zerocopy v0.6.6 |
2012 | 2025-03-20T19:13:48.799Z | Compiling hubpack v0.1.2 |
2013 | 2025-03-20T19:13:48.924Z | Compiling ed25519 v2.2.3 |
2014 | 2025-03-20T19:13:49.405Z | Compiling async-stream v0.3.6 |
2015 | 2025-03-20T19:13:49.425Z | Compiling phf_shared v0.10.0 |
2016 | 2025-03-20T19:13:49.753Z | Compiling pkcs1 v0.7.5 |
2017 | 2025-03-20T19:13:49.795Z | Compiling waitgroup v0.1.2 |
2018 | 2025-03-20T19:13:50.402Z | Compiling serde-big-array v0.5.1 |
2019 | 2025-03-20T19:13:50.612Z | Compiling serde_path_to_error v0.1.16 |
2020 | 2025-03-20T19:13:50.647Z | Compiling rfc6979 v0.4.0 |
2021 | 2025-03-20T19:13:50.810Z | Compiling sha1 v0.10.6 |
2022 | 2025-03-20T19:13:50.854Z | Compiling float-cmp v0.10.0 |
2023 | 2025-03-20T19:13:51.012Z | Compiling bstr v1.10.0 |
2024 | 2025-03-20T19:13:51.100Z | Compiling hostname v0.4.0 |
2025 | 2025-03-20T19:13:51.206Z | Compiling predicates-core v1.0.8 |
2026 | 2025-03-20T19:13:51.275Z | Compiling debug-ignore v1.0.5 |
2027 | 2025-03-20T19:13:51.315Z | Compiling normalize-line-endings v0.3.0 |
2028 | 2025-03-20T19:13:51.386Z | Compiling unicode-segmentation v1.12.0 |
2029 | 2025-03-20T19:13:51.453Z | Compiling precomputed-hash v0.1.1 |
2030 | 2025-03-20T19:13:51.472Z | Compiling data-encoding v2.6.0 |
2031 | 2025-03-20T19:13:51.544Z | Compiling difflib v0.4.0 |
2032 | 2025-03-20T19:13:51.593Z | Compiling new_debug_unreachable v1.0.6 |
2033 | 2025-03-20T19:13:51.726Z | Compiling whoami v1.5.2 |
2034 | 2025-03-20T19:13:52.147Z | Compiling number_prefix v0.4.0 |
2035 | 2025-03-20T19:13:52.211Z | Compiling static_assertions v1.1.0 |
2036 | 2025-03-20T19:13:52.214Z | Compiling fixedbitset v0.4.2 |
2037 | 2025-03-20T19:13:52.342Z | Compiling indicatif v0.17.11 |
2038 | 2025-03-20T19:13:52.373Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2039 | 2025-03-20T19:13:52.393Z | Compiling similar v2.7.0 |
2040 | 2025-03-20T19:13:52.596Z | Compiling petgraph v0.6.5 |
2041 | 2025-03-20T19:13:52.600Z | Compiling hickory-proto v0.24.4 |
2042 | 2025-03-20T19:13:52.729Z | Compiling tokio-postgres v0.7.13 |
2043 | 2025-03-20T19:13:52.768Z | Compiling predicates v3.1.3 |
2044 | 2025-03-20T19:13:54.076Z | Compiling string_cache v0.8.7 |
2045 | 2025-03-20T19:13:56.179Z | Compiling ecdsa v0.16.9 |
2046 | 2025-03-20T19:13:57.942Z | Compiling typify-macro v0.2.0 |
2047 | 2025-03-20T19:13:58.388Z | Compiling rsa v0.9.6 |
2048 | 2025-03-20T19:14:00.587Z | Compiling ed25519-dalek v2.1.1 |
2049 | 2025-03-20T19:14:01.654Z | Compiling reqwest v0.12.12 |
2050 | 2025-03-20T19:14:01.718Z | Compiling crossterm v0.28.1 |
2051 | 2025-03-20T19:14:01.827Z | Compiling clap v4.5.31 |
2052 | 2025-03-20T19:14:01.954Z | Compiling zip v0.6.6 |
2053 | 2025-03-20T19:14:02.407Z | Compiling tokio-stream v0.1.17 |
2054 | 2025-03-20T19:14:02.566Z | Compiling toml v0.7.8 |
2055 | 2025-03-20T19:14:03.040Z | Compiling x509-cert v0.2.5 |
2056 | 2025-03-20T19:14:03.806Z | Compiling hex v0.4.3 |
2057 | 2025-03-20T19:14:03.878Z | Compiling itertools v0.10.5 |
2058 | 2025-03-20T19:14:05.159Z | Compiling lalrpop-util v0.19.12 |
2059 | 2025-03-20T19:14:05.769Z | Compiling peg-runtime v0.8.5 |
2060 | 2025-03-20T19:14:05.885Z | Compiling unicode-xid v0.2.6 |
2061 | 2025-03-20T19:14:10.081Z | Compiling proc-macro-crate v1.3.1 |
2062 | 2025-03-20T19:14:10.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2063 | 2025-03-20T19:14:11.009Z | Compiling macaddr v1.0.1 |
2064 | 2025-03-20T19:14:11.921Z | Compiling itertools v0.13.0 |
2065 | 2025-03-20T19:14:12.181Z | Compiling heapless v0.8.0 |
2066 | 2025-03-20T19:14:14.142Z | Compiling fastrand v2.1.1 |
2067 | 2025-03-20T19:14:14.746Z | Compiling tempfile v3.13.0 |
2068 | 2025-03-20T19:14:14.783Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2069 | 2025-03-20T19:14:17.621Z | Compiling num_enum_derive v0.5.11 |
2070 | 2025-03-20T19:14:24.265Z | Compiling structmeta-derive v0.3.0 |
2071 | 2025-03-20T19:14:24.736Z | Compiling hash32 v0.3.1 |
2072 | 2025-03-20T19:14:26.655Z | Compiling thiserror v2.0.11 |
2073 | 2025-03-20T19:14:27.054Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2074 | 2025-03-20T19:14:27.230Z | Compiling smoltcp v0.11.0 |
2075 | 2025-03-20T19:14:32.628Z | Compiling structmeta v0.3.0 |
2076 | 2025-03-20T19:14:39.297Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2077 | 2025-03-20T19:14:39.894Z | Compiling num_enum v0.5.11 |
2078 | 2025-03-20T19:14:40.565Z | Compiling typify v0.2.0 |
2079 | 2025-03-20T19:14:40.693Z | Compiling oxnet v0.1.1 |
2080 | 2025-03-20T19:14:41.491Z | Compiling strum_macros v0.26.4 |
2081 | 2025-03-20T19:14:45.567Z | Compiling thiserror-impl v2.0.11 |
2082 | 2025-03-20T19:14:45.608Z | Compiling proc-macro-error-attr v1.0.4 |
2083 | 2025-03-20T19:14:45.870Z | Compiling unsafe-libyaml v0.2.11 |
2084 | 2025-03-20T19:14:47.087Z | Compiling cobs v0.2.3 |
2085 | 2025-03-20T19:14:48.496Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2086 | 2025-03-20T19:14:49.687Z | Compiling postcard v1.0.10 |
2087 | 2025-03-20T19:14:50.391Z | Compiling serde_yaml v0.9.34+deprecated |
2088 | 2025-03-20T19:14:50.878Z | Compiling strum v0.26.3 |
2089 | 2025-03-20T19:14:52.966Z | Compiling progenitor-impl v0.8.0 |
2090 | 2025-03-20T19:14:53.659Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2091 | 2025-03-20T19:15:03.165Z | Compiling foreign-types-macros v0.2.3 |
2092 | 2025-03-20T19:15:03.307Z | Compiling wait-timeout v0.2.0 |
2093 | 2025-03-20T19:15:03.574Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2094 | 2025-03-20T19:15:03.866Z | Compiling proc-macro-error v1.0.4 |
2095 | 2025-03-20T19:15:03.921Z | Compiling unicode-width v0.1.14 |
2096 | 2025-03-20T19:15:04.649Z | Compiling quick-error v1.2.3 |
2097 | 2025-03-20T19:15:04.826Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2098 | 2025-03-20T19:15:05.308Z | Compiling foreign-types-shared v0.3.1 |
2099 | 2025-03-20T19:15:05.459Z | Compiling bit-vec v0.8.0 |
2100 | 2025-03-20T19:15:06.031Z | Compiling bit-set v0.8.0 |
2101 | 2025-03-20T19:15:06.100Z | Compiling foreign-types v0.5.0 |
2102 | 2025-03-20T19:15:10.418Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2103 | 2025-03-20T19:15:13.523Z | Compiling rusty-fork v0.3.0 |
2104 | 2025-03-20T19:15:14.968Z | Compiling tabwriter v1.4.0 |
2105 | 2025-03-20T19:15:18.536Z | Compiling progenitor-macro v0.8.0 |
2106 | 2025-03-20T19:15:27.617Z | Compiling parse-display-derive v0.10.0 |
2107 | 2025-03-20T19:15:28.975Z | Compiling progenitor-client v0.8.0 |
2108 | 2025-03-20T19:15:30.507Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2109 | 2025-03-20T19:15:31.003Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2110 | 2025-03-20T19:15:31.055Z | Compiling daft-derive v0.1.2 |
2111 | 2025-03-20T19:15:31.297Z | Compiling rand_xorshift v0.3.0 |
2112 | 2025-03-20T19:15:31.619Z | Compiling cstr-argument v0.1.2 |
2113 | 2025-03-20T19:15:31.859Z | Compiling dropshot v0.16.0 |
2114 | 2025-03-20T19:15:31.882Z | Compiling unarray v0.1.4 |
2115 | 2025-03-20T19:15:32.202Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2116 | 2025-03-20T19:15:32.497Z | Compiling crucible-workspace-hack v0.1.0 |
2117 | 2025-03-20T19:15:32.558Z | Compiling pretty-hex v0.2.1 |
2118 | 2025-03-20T19:15:32.806Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2119 | 2025-03-20T19:15:33.004Z | Compiling daft v0.1.2 |
2120 | 2025-03-20T19:15:33.102Z | Compiling proptest v1.6.0 |
2121 | 2025-03-20T19:15:33.304Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2122 | 2025-03-20T19:15:33.461Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2123 | 2025-03-20T19:15:33.487Z | Compiling parse-display v0.10.0 |
2124 | 2025-03-20T19:15:33.665Z | Compiling progenitor v0.8.0 |
2125 | 2025-03-20T19:15:34.155Z | Compiling test-strategy v0.4.0 |
2126 | 2025-03-20T19:15:34.594Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2127 | 2025-03-20T19:15:34.801Z | Compiling colored v2.2.0 |
2128 | 2025-03-20T19:15:35.404Z | Compiling serde_with_macros v3.12.0 |
2129 | 2025-03-20T19:15:36.197Z | Compiling dropshot_endpoint v0.16.0 |
2130 | 2025-03-20T19:15:36.782Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2131 | 2025-03-20T19:15:37.262Z | Compiling instant v0.1.13 |
2132 | 2025-03-20T19:15:37.449Z | Compiling winnow v0.6.20 |
2133 | 2025-03-20T19:15:37.518Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2134 | 2025-03-20T19:15:37.810Z | Compiling serde_with v3.12.0 |
2135 | 2025-03-20T19:15:37.948Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2136 | 2025-03-20T19:15:40.841Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2137 | 2025-03-20T19:15:40.859Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2138 | 2025-03-20T19:15:41.708Z | Compiling backoff v0.4.0 |
2139 | 2025-03-20T19:15:42.064Z | Compiling zone_cfg_derive v0.3.0 |
2140 | 2025-03-20T19:15:42.085Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2141 | 2025-03-20T19:15:42.128Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2142 | 2025-03-20T19:15:42.821Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2143 | 2025-03-20T19:15:43.414Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2144 | 2025-03-20T19:15:43.556Z | Compiling camino-tempfile v1.1.1 |
2145 | 2025-03-20T19:15:43.817Z | Compiling progenitor-client v0.9.1 |
2146 | 2025-03-20T19:15:44.320Z | Compiling num-derive v0.4.2 |
2147 | 2025-03-20T19:15:44.765Z | Compiling sigpipe v0.1.3 |
2148 | 2025-03-20T19:15:44.922Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2149 | 2025-03-20T19:15:45.249Z | Compiling libefi-sys v0.1.0 |
2150 | 2025-03-20T19:15:45.655Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2151 | 2025-03-20T19:15:46.259Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2152 | 2025-03-20T19:15:46.528Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2153 | 2025-03-20T19:15:46.873Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2154 | 2025-03-20T19:15:48.055Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2155 | 2025-03-20T19:15:48.908Z | Compiling zone v0.3.0 |
2156 | 2025-03-20T19:15:50.502Z | Compiling itertools v0.14.0 |
2157 | 2025-03-20T19:15:50.827Z | Compiling smf v0.2.3 |
2158 | 2025-03-20T19:15:52.317Z | Compiling bitfield-struct v0.6.2 |
2159 | 2025-03-20T19:15:53.061Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2160 | 2025-03-20T19:15:53.436Z | Compiling blake3 v1.5.4 |
2161 | 2025-03-20T19:15:53.668Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2162 | 2025-03-20T19:15:54.064Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2163 | 2025-03-20T19:15:54.088Z | Compiling xattr v1.3.1 |
2164 | 2025-03-20T19:15:54.378Z | Compiling memmap2 v0.9.5 |
2165 | 2025-03-20T19:15:54.410Z | Compiling filetime v0.2.25 |
2166 | 2025-03-20T19:15:54.703Z | Compiling arrayvec v0.7.6 |
2167 | 2025-03-20T19:15:54.779Z | Compiling constant_time_eq v0.3.1 |
2168 | 2025-03-20T19:15:54.954Z | Compiling arrayref v0.3.9 |
2169 | 2025-03-20T19:15:54.993Z | Compiling same-file v1.0.6 |
2170 | 2025-03-20T19:15:55.077Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2171 | 2025-03-20T19:15:55.155Z | Compiling tar v0.4.44 |
2172 | 2025-03-20T19:15:55.217Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2173 | 2025-03-20T19:15:55.270Z | Compiling walkdir v2.5.0 |
2174 | 2025-03-20T19:15:56.830Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2175 | 2025-03-20T19:15:57.291Z | Compiling gethostname v0.5.0 |
2176 | 2025-03-20T19:15:57.520Z | Compiling cargo-platform v0.1.8 |
2177 | 2025-03-20T19:15:57.704Z | Compiling topological-sort v0.2.2 |
2178 | 2025-03-20T19:15:57.869Z | Compiling fixedbitset v0.5.7 |
2179 | 2025-03-20T19:15:58.000Z | Compiling omicron-zone-package v0.12.0 |
2180 | 2025-03-20T19:15:58.144Z | Compiling cargo_metadata v0.19.2 |
2181 | 2025-03-20T19:15:58.585Z | Compiling petgraph v0.7.1 |
2182 | 2025-03-20T19:15:59.049Z | Compiling shell-words v1.1.0 |
2183 | 2025-03-20T19:15:59.572Z | Compiling indent_write v2.2.0 |
2184 | 2025-03-20T19:16:07.464Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2185 | 2025-03-20T19:16:09.781Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2186 | 2025-03-20T19:16:11.635Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2187 | 2025-03-20T19:16:27.486Z | Finished `release` profile [optimized] target(s) in 5m 08s |
2188 | 2025-03-20T19:16:27.660Z | Running `target/release/omicron-package -t test target create -p dev` |
2189 | 2025-03-20T19:16:27.710Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2190 | 2025-03-20T19:16:27.713Z | Created new build target 'test' and set it as active |
2191 | 2025-03-20T19:16:27.713Z | |
2192 | 2025-03-20T19:16:27.713Z | real 5:08.751856700 |
2193 | 2025-03-20T19:16:27.713Z | user 35:54.473961454 |
2194 | 2025-03-20T19:16:27.713Z | sys 3:28.142735473 |
2195 | 2025-03-20T19:16:27.713Z | trap 1.131202371 |
2196 | 2025-03-20T19:16:27.713Z | tflt 1.964660394 |
2197 | 2025-03-20T19:16:27.713Z | dflt 0.889275285 |
2198 | 2025-03-20T19:16:27.713Z | kflt 0.000172772 |
2199 | 2025-03-20T19:16:27.713Z | lock 1:09:41.846227566 |
2200 | 2025-03-20T19:16:27.713Z | slp 2:24:30.427851492 |
2201 | 2025-03-20T19:16:27.713Z | lat 2:47.162238429 |
2202 | 2025-03-20T19:16:27.713Z | stop 4:48.058704264 |
2203 | 2025-03-20T19:16:27.714Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2204 | 2025-03-20T19:16:28.729Z | Finished `release` profile [optimized] target(s) in 0.95s |
2205 | 2025-03-20T19:16:28.794Z | Running `target/release/omicron-package -t test package` |
2206 | 2025-03-20T19:16:28.842Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2207 | 2025-03-20T19:16:30.040Z | Compiling ring v0.17.11 |
2208 | 2025-03-20T19:16:30.223Z | Compiling thiserror v2.0.11 |
2209 | 2025-03-20T19:16:30.241Z | Compiling typify-impl v0.3.0 |
2210 | 2025-03-20T19:16:30.257Z | Compiling convert_case v0.4.0 |
2211 | 2025-03-20T19:16:30.260Z | Compiling derive-where v1.2.7 |
2212 | 2025-03-20T19:16:30.260Z | Compiling fastrand v2.1.1 |
2213 | 2025-03-20T19:16:30.260Z | Compiling newline-converter v0.3.0 |
2214 | 2025-03-20T19:16:30.458Z | Compiling expectorate v1.1.0 |
2215 | 2025-03-20T19:16:30.716Z | Compiling tempfile v3.13.0 |
2216 | 2025-03-20T19:16:30.719Z | Compiling password-hash v0.5.0 |
2217 | 2025-03-20T19:16:30.895Z | Compiling derive_more v0.99.19 |
2218 | 2025-03-20T19:16:31.405Z | Compiling blake2 v0.10.6 |
2219 | 2025-03-20T19:16:32.624Z | Compiling base64 v0.21.7 |
2220 | 2025-03-20T19:16:32.832Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2221 | 2025-03-20T19:16:33.106Z | Compiling argon2 v0.5.3 |
2222 | 2025-03-20T19:16:33.644Z | Compiling atomicwrites v0.4.4 |
2223 | 2025-03-20T19:16:33.883Z | Compiling cancel-safe-futures v0.1.5 |
2224 | 2025-03-20T19:16:34.155Z | Compiling owo-colors v4.2.0 |
2225 | 2025-03-20T19:16:34.245Z | Compiling num-rational v0.4.2 |
2226 | 2025-03-20T19:16:34.740Z | Compiling libsw-core v0.3.1 |
2227 | 2025-03-20T19:16:35.018Z | Compiling num-complex v0.4.6 |
2228 | 2025-03-20T19:16:35.310Z | Compiling rustls v0.23.19 |
2229 | 2025-03-20T19:16:35.341Z | Compiling rustls v0.22.4 |
2230 | 2025-03-20T19:16:35.373Z | Compiling libsw v3.4.0 |
2231 | 2025-03-20T19:16:36.180Z | Compiling num v0.4.3 |
2232 | 2025-03-20T19:16:36.385Z | Compiling linear-map v1.2.0 |
2233 | 2025-03-20T19:16:36.544Z | Compiling utf-8 v0.7.6 |
2234 | 2025-03-20T19:16:36.820Z | Compiling swrite v0.1.0 |
2235 | 2025-03-20T19:16:36.902Z | Compiling float-ord v0.3.2 |
2236 | 2025-03-20T19:16:36.981Z | Compiling linked-hash-map v0.5.6 |
2237 | 2025-03-20T19:16:37.002Z | Compiling highway v1.3.0 |
2238 | 2025-03-20T19:16:37.092Z | Compiling tungstenite v0.21.0 |
2239 | 2025-03-20T19:16:37.378Z | Compiling lru-cache v0.1.2 |
2240 | 2025-03-20T19:16:37.594Z | Compiling semver v0.1.20 |
2241 | 2025-03-20T19:16:38.110Z | Compiling rustls-webpki v0.102.8 |
2242 | 2025-03-20T19:16:38.199Z | Compiling rustc_version v0.1.7 |
2243 | 2025-03-20T19:16:38.591Z | Compiling tokio-tungstenite v0.21.0 |
2244 | 2025-03-20T19:16:38.610Z | Compiling resolv-conf v0.7.0 |
2245 | 2025-03-20T19:16:38.902Z | Compiling newtype_derive v0.1.6 |
2246 | 2025-03-20T19:16:39.767Z | Compiling hickory-resolver v0.24.4 |
2247 | 2025-03-20T19:16:40.092Z | Compiling typify-macro v0.3.0 |
2248 | 2025-03-20T19:16:40.113Z | Compiling wait-timeout v0.2.0 |
2249 | 2025-03-20T19:16:40.514Z | Compiling bit-vec v0.8.0 |
2250 | 2025-03-20T19:16:40.972Z | Compiling quick-error v1.2.3 |
2251 | 2025-03-20T19:16:41.140Z | Compiling rusty-fork v0.3.0 |
2252 | 2025-03-20T19:16:41.733Z | Compiling bit-set v0.8.0 |
2253 | 2025-03-20T19:16:42.021Z | Compiling oxnet v0.1.1 |
2254 | 2025-03-20T19:16:42.043Z | Compiling rand_xorshift v0.3.0 |
2255 | 2025-03-20T19:16:42.296Z | Compiling unarray v0.1.4 |
2256 | 2025-03-20T19:16:42.464Z | Compiling humantime v2.1.0 |
2257 | 2025-03-20T19:16:42.764Z | Compiling daft v0.1.2 |
2258 | 2025-03-20T19:16:43.250Z | Compiling proptest v1.6.0 |
2259 | 2025-03-20T19:16:43.273Z | Compiling typify v0.3.0 |
2260 | 2025-03-20T19:16:43.423Z | Compiling tokio-rustls v0.25.0 |
2261 | 2025-03-20T19:16:43.447Z | Compiling progenitor-impl v0.9.1 |
2262 | 2025-03-20T19:16:43.869Z | Compiling dropshot v0.12.0 |
2263 | 2025-03-20T19:16:46.645Z | Compiling tokio-rustls v0.26.0 |
2264 | 2025-03-20T19:16:47.134Z | Compiling hyper-rustls v0.27.3 |
2265 | 2025-03-20T19:16:47.693Z | Compiling reqwest v0.12.12 |
2266 | 2025-03-20T19:16:51.365Z | Compiling progenitor-macro v0.9.1 |
2267 | 2025-03-20T19:16:53.863Z | Compiling progenitor-client v0.9.1 |
2268 | 2025-03-20T19:16:54.414Z | Compiling progenitor-client v0.8.0 |
2269 | 2025-03-20T19:16:54.926Z | Compiling progenitor v0.8.0 |
2270 | 2025-03-20T19:16:55.590Z | Compiling parse-display v0.10.0 |
2271 | 2025-03-20T19:16:56.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2272 | 2025-03-20T19:16:57.110Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2273 | 2025-03-20T19:16:57.863Z | Compiling dropshot v0.16.0 |
2274 | 2025-03-20T19:17:01.679Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2275 | 2025-03-20T19:17:02.018Z | Compiling strum v0.26.3 |
2276 | 2025-03-20T19:17:03.013Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2277 | 2025-03-20T19:17:03.203Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2278 | 2025-03-20T19:17:05.813Z | Compiling instant v0.1.13 |
2279 | 2025-03-20T19:17:08.243Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2280 | 2025-03-20T19:17:20.542Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2281 | 2025-03-20T19:17:26.133Z | Compiling progenitor v0.9.1 |
2282 | 2025-03-20T19:17:26.402Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2283 | 2025-03-20T19:17:26.560Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2284 | 2025-03-20T19:17:27.181Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2285 | 2025-03-20T19:17:28.415Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2286 | 2025-03-20T19:17:29.548Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2287 | 2025-03-20T19:17:29.659Z | Compiling backoff v0.4.0 |
2288 | 2025-03-20T19:17:29.883Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2289 | 2025-03-20T19:17:30.438Z | Compiling steno v0.4.1 |
2290 | 2025-03-20T19:17:34.451Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2291 | 2025-03-20T19:17:35.861Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2292 | 2025-03-20T19:17:36.230Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2293 | 2025-03-20T19:17:38.147Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2294 | 2025-03-20T19:17:41.630Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2025-03-20T19:17:43.986Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2296 | 2025-03-20T19:17:45.829Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2297 | 2025-03-20T19:17:50.779Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2298 | 2025-03-20T19:17:51.256Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2299 | 2025-03-20T19:17:51.293Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2300 | 2025-03-20T19:17:51.503Z | Compiling serde_with v3.12.0 |
2301 | 2025-03-20T19:17:54.456Z | Compiling macaddr v1.0.1 |
2302 | 2025-03-20T19:17:54.886Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2303 | 2025-03-20T19:17:54.974Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2304 | 2025-03-20T19:17:55.197Z | Compiling qorb v0.2.1 |
2305 | 2025-03-20T19:18:00.098Z | Compiling slog-dtrace v0.3.0 |
2306 | 2025-03-20T19:18:00.532Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2307 | 2025-03-20T19:18:00.551Z | Compiling prettyplease v0.2.30 |
2308 | 2025-03-20T19:18:02.142Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2309 | 2025-03-20T19:18:03.178Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2310 | 2025-03-20T19:18:09.873Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2311 | 2025-03-20T19:18:10.839Z | Compiling half v2.4.1 |
2312 | 2025-03-20T19:18:11.563Z | Compiling ciborium-io v0.2.2 |
2313 | 2025-03-20T19:18:11.762Z | Compiling ciborium-ll v0.2.2 |
2314 | 2025-03-20T19:18:12.242Z | Compiling bytecount v0.6.8 |
2315 | 2025-03-20T19:18:12.284Z | Compiling ciborium v0.2.2 |
2316 | 2025-03-20T19:18:12.578Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2317 | 2025-03-20T19:18:15.642Z | Compiling display-error-chain v0.2.2 |
2318 | 2025-03-20T19:18:15.891Z | Compiling const_format_proc_macros v0.2.34 |
2319 | 2025-03-20T19:18:17.153Z | Compiling same-file v1.0.6 |
2320 | 2025-03-20T19:18:17.346Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2321 | 2025-03-20T19:18:17.380Z | Compiling crunchy v0.2.2 |
2322 | 2025-03-20T19:18:17.411Z | Compiling keccak v0.1.5 |
2323 | 2025-03-20T19:18:17.676Z | Compiling maplit v1.0.2 |
2324 | 2025-03-20T19:18:17.820Z | Compiling sha3 v0.10.8 |
2325 | 2025-03-20T19:18:17.873Z | Compiling const_format v0.2.34 |
2326 | 2025-03-20T19:18:18.486Z | Compiling walkdir v2.5.0 |
2327 | 2025-03-20T19:18:18.525Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2328 | 2025-03-20T19:18:18.649Z | Compiling radium v0.7.0 |
2329 | 2025-03-20T19:18:19.073Z | Compiling tiny-keccak v2.0.2 |
2330 | 2025-03-20T19:18:19.094Z | Compiling blake3 v1.5.4 |
2331 | 2025-03-20T19:18:19.284Z | Compiling dsl_auto_type v0.1.2 |
2332 | 2025-03-20T19:18:19.436Z | Compiling scheduled-thread-pool v0.2.7 |
2333 | 2025-03-20T19:18:19.756Z | Compiling xattr v1.3.1 |
2334 | 2025-03-20T19:18:20.038Z | Compiling diesel_table_macro_syntax v0.2.0 |
2335 | 2025-03-20T19:18:20.434Z | Compiling filetime v0.2.25 |
2336 | 2025-03-20T19:18:20.474Z | Compiling memmap2 v0.9.5 |
2337 | 2025-03-20T19:18:20.717Z | Compiling maybe-uninit v2.0.0 |
2338 | 2025-03-20T19:18:20.720Z | Compiling constant_time_eq v0.3.1 |
2339 | 2025-03-20T19:18:20.884Z | Compiling bit-vec v0.6.3 |
2340 | 2025-03-20T19:18:21.248Z | Compiling arrayvec v0.7.6 |
2341 | 2025-03-20T19:18:21.323Z | Compiling tap v1.0.1 |
2342 | 2025-03-20T19:18:21.363Z | Compiling arrayref v0.3.9 |
2343 | 2025-03-20T19:18:21.563Z | Compiling wyz v0.5.1 |
2344 | 2025-03-20T19:18:21.580Z | Compiling bit-set v0.5.3 |
2345 | 2025-03-20T19:18:21.869Z | Compiling tar v0.4.44 |
2346 | 2025-03-20T19:18:22.009Z | Compiling diesel_derives v2.2.3 |
2347 | 2025-03-20T19:18:22.299Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2348 | 2025-03-20T19:18:22.467Z | Compiling r2d2 v0.8.10 |
2349 | 2025-03-20T19:18:22.946Z | Compiling toolchain_find v0.4.0 |
2350 | 2025-03-20T19:18:23.161Z | Compiling camino-tempfile v1.1.1 |
2351 | 2025-03-20T19:18:23.211Z | Compiling phf_generator v0.11.2 |
2352 | 2025-03-20T19:18:23.426Z | Compiling ascii-canvas v3.0.0 |
2353 | 2025-03-20T19:18:23.469Z | Compiling secrecy v0.8.0 |
2354 | 2025-03-20T19:18:23.585Z | Compiling ena v0.14.3 |
2355 | 2025-03-20T19:18:23.661Z | Compiling async-recursion v1.1.1 |
2356 | 2025-03-20T19:18:23.732Z | Compiling bindgen v0.71.1 |
2357 | 2025-03-20T19:18:23.883Z | Compiling crc-catalog v2.4.0 |
2358 | 2025-03-20T19:18:23.980Z | Compiling packed_struct v0.10.1 |
2359 | 2025-03-20T19:18:24.067Z | Compiling diff v0.1.13 |
2360 | 2025-03-20T19:18:24.187Z | Compiling regex-syntax v0.6.29 |
2361 | 2025-03-20T19:18:24.432Z | Compiling funty v2.0.0 |
2362 | 2025-03-20T19:18:24.491Z | Compiling topological-sort v0.2.2 |
2363 | 2025-03-20T19:18:24.727Z | Compiling omicron-zone-package v0.12.0 |
2364 | 2025-03-20T19:18:25.011Z | Compiling crc v3.2.1 |
2365 | 2025-03-20T19:18:25.206Z | Compiling phf_codegen v0.11.2 |
2366 | 2025-03-20T19:18:25.432Z | Compiling bitvec v1.0.1 |
2367 | 2025-03-20T19:18:27.069Z | Compiling rustfmt-wrapper v0.2.1 |
2368 | 2025-03-20T19:18:27.337Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2369 | 2025-03-20T19:18:27.664Z | Compiling lalrpop v0.19.12 |
2370 | 2025-03-20T19:18:28.641Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2371 | 2025-03-20T19:18:28.892Z | Compiling universal-hash v0.5.1 |
2372 | 2025-03-20T19:18:29.158Z | Compiling thiserror-impl-no-std v2.0.2 |
2373 | 2025-03-20T19:18:29.177Z | Compiling packed_struct_codegen v0.10.1 |
2374 | 2025-03-20T19:18:29.554Z | Compiling parse-zoneinfo v0.3.1 |
2375 | 2025-03-20T19:18:29.879Z | Compiling indexmap v1.9.3 |
2376 | 2025-03-20T19:18:30.249Z | Compiling opaque-debug v0.3.1 |
2377 | 2025-03-20T19:18:30.373Z | Compiling ref-cast v1.0.23 |
2378 | 2025-03-20T19:18:30.871Z | Compiling nodrop v0.1.14 |
2379 | 2025-03-20T19:18:30.951Z | Compiling rustc-hash v2.1.1 |
2380 | 2025-03-20T19:18:31.022Z | Compiling array-init v0.0.4 |
2381 | 2025-03-20T19:18:31.548Z | Compiling thiserror-no-std v2.0.2 |
2382 | 2025-03-20T19:18:31.792Z | Compiling poly1305 v0.8.0 |
2383 | 2025-03-20T19:18:32.115Z | Compiling chrono-tz-build v0.4.0 |
2384 | 2025-03-20T19:18:32.413Z | Compiling diesel v2.2.8 |
2385 | 2025-03-20T19:18:33.085Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2386 | 2025-03-20T19:18:33.266Z | Compiling smallvec v0.6.14 |
2387 | 2025-03-20T19:18:33.733Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2388 | 2025-03-20T19:18:34.075Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2389 | 2025-03-20T19:18:34.410Z | Compiling itertools v0.13.0 |
2390 | 2025-03-20T19:18:35.477Z | Compiling derive_builder_core v0.20.2 |
2391 | 2025-03-20T19:18:37.456Z | Compiling chacha20 v0.9.1 |
2392 | 2025-03-20T19:18:38.012Z | Compiling headers-core v0.3.0 |
2393 | 2025-03-20T19:18:38.017Z | Compiling aead v0.5.2 |
2394 | 2025-03-20T19:18:38.162Z | Compiling libxml v0.3.3 |
2395 | 2025-03-20T19:18:38.415Z | Compiling ref-cast-impl v1.0.23 |
2396 | 2025-03-20T19:18:38.562Z | Compiling vte_generate_state_changes v0.1.2 |
2397 | 2025-03-20T19:18:39.184Z | Compiling arc-swap v1.7.1 |
2398 | 2025-03-20T19:18:39.481Z | Compiling hashbrown v0.12.3 |
2399 | 2025-03-20T19:18:39.871Z | Compiling termcolor v1.4.1 |
2400 | 2025-03-20T19:18:40.695Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2401 | 2025-03-20T19:18:40.916Z | Compiling bitfield v0.14.0 |
2402 | 2025-03-20T19:18:41.229Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2403 | 2025-03-20T19:18:42.113Z | Compiling env_logger v0.10.2 |
2404 | 2025-03-20T19:18:43.717Z | Compiling samael v0.0.18 |
2405 | 2025-03-20T19:18:44.052Z | Compiling slog-scope v4.4.0 |
2406 | 2025-03-20T19:18:45.006Z | Compiling vte v0.11.1 |
2407 | 2025-03-20T19:18:45.198Z | Compiling chacha20poly1305 v0.10.1 |
2408 | 2025-03-20T19:18:45.310Z | Compiling headers v0.4.0 |
2409 | 2025-03-20T19:18:45.455Z | Compiling derive_builder_macro v0.20.2 |
2410 | 2025-03-20T19:18:46.484Z | Compiling serde-hex v0.1.0 |
2411 | 2025-03-20T19:18:46.548Z | Compiling chrono-tz v0.10.1 |
2412 | 2025-03-20T19:18:47.212Z | Compiling vsss-rs v3.3.4 |
2413 | 2025-03-20T19:18:48.842Z | Compiling polar-core v0.27.3 |
2414 | 2025-03-20T19:18:48.973Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2415 | 2025-03-20T19:18:51.206Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2416 | 2025-03-20T19:18:51.474Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2417 | 2025-03-20T19:18:51.568Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2418 | 2025-03-20T19:18:51.826Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2419 | 2025-03-20T19:18:52.155Z | Compiling ron v0.8.1 |
2420 | 2025-03-20T19:18:54.849Z | Compiling hashbrown v0.13.2 |
2421 | 2025-03-20T19:18:55.775Z | Compiling strum_macros v0.24.3 |
2422 | 2025-03-20T19:18:56.150Z | Compiling unicase v2.7.0 |
2423 | 2025-03-20T19:18:56.531Z | Compiling indoc v1.0.9 |
2424 | 2025-03-20T19:18:57.370Z | Compiling crc-any v2.5.0 |
2425 | 2025-03-20T19:18:57.844Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2426 | 2025-03-20T19:18:58.259Z | Compiling object v0.30.4 |
2427 | 2025-03-20T19:18:58.648Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2428 | 2025-03-20T19:19:13.375Z | Compiling derive_builder v0.20.2 |
2429 | 2025-03-20T19:19:13.756Z | Compiling strip-ansi-escapes v0.2.0 |
2430 | 2025-03-20T19:19:15.398Z | Compiling slog-stdlog v4.1.1 |
2431 | 2025-03-20T19:19:17.485Z | Compiling papergrid v0.11.0 |
2432 | 2025-03-20T19:19:18.046Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2433 | 2025-03-20T19:19:18.390Z | Compiling tabled_derive v0.7.0 |
2434 | 2025-03-20T19:19:19.053Z | Compiling fd-lock v4.0.2 |
2435 | 2025-03-20T19:19:19.306Z | Compiling peg-macros v0.8.5 |
2436 | 2025-03-20T19:19:20.378Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2437 | 2025-03-20T19:19:21.374Z | Compiling oso-derive v0.27.3 |
2438 | 2025-03-20T19:19:22.319Z | Compiling impl-trait-for-tuples v0.2.2 |
2439 | 2025-03-20T19:19:22.396Z | Compiling quick-xml v0.37.2 |
2440 | 2025-03-20T19:19:27.083Z | Compiling diesel-dtrace v0.4.2 |
2441 | 2025-03-20T19:19:27.451Z | Compiling nu-ansi-term v0.50.1 |
2442 | 2025-03-20T19:19:28.044Z | Compiling path-slash v0.1.5 |
2443 | 2025-03-20T19:19:28.313Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2444 | 2025-03-20T19:19:28.747Z | Compiling oso v0.27.3 |
2445 | 2025-03-20T19:19:30.996Z | Compiling reedline v0.38.0 |
2446 | 2025-03-20T19:19:42.372Z | Compiling peg v0.8.5 |
2447 | 2025-03-20T19:19:42.542Z | Compiling tabled v0.15.0 |
2448 | 2025-03-20T19:19:43.627Z | Compiling slog-envlogger v2.2.0 |
2449 | 2025-03-20T19:19:46.192Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2450 | 2025-03-20T19:19:49.112Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2451 | 2025-03-20T19:19:50.633Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2452 | 2025-03-20T19:19:50.986Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2453 | 2025-03-20T19:19:55.318Z | Compiling pem v3.0.5 |
2454 | 2025-03-20T19:19:56.763Z | Compiling bb8 v0.8.5 |
2455 | 2025-03-20T19:19:57.306Z | Compiling bcs v0.1.6 |
2456 | 2025-03-20T19:19:58.155Z | Compiling fxhash v0.2.1 |
2457 | 2025-03-20T19:19:58.409Z | Compiling libz-sys v1.1.20 |
2458 | 2025-03-20T19:19:58.719Z | Compiling termtree v0.5.1 |
2459 | 2025-03-20T19:19:59.244Z | Compiling async-bb8-diesel v0.2.1 |
2460 | 2025-03-20T19:20:00.775Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2461 | 2025-03-20T19:20:01.529Z | Compiling kstat-rs v0.2.4 |
2462 | 2025-03-20T19:20:01.815Z | Compiling proc-macro-error-attr2 v2.0.0 |
2463 | 2025-03-20T19:20:02.049Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2464 | 2025-03-20T19:20:02.580Z | Compiling proc-macro-error2 v2.0.1 |
2465 | 2025-03-20T19:20:02.771Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2466 | 2025-03-20T19:20:03.101Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2467 | 2025-03-20T19:20:03.584Z | Compiling nanorand v0.7.0 |
2468 | 2025-03-20T19:20:04.232Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2469 | 2025-03-20T19:20:05.016Z | Compiling pin-project-internal v1.1.6 |
2470 | 2025-03-20T19:20:07.492Z | Compiling parking_lot_core v0.8.6 |
2471 | 2025-03-20T19:20:07.992Z | Compiling pin-project v1.1.6 |
2472 | 2025-03-20T19:20:15.833Z | Compiling flume v0.11.1 |
2473 | 2025-03-20T19:20:16.534Z | Compiling tabled_derive v0.10.0 |
2474 | 2025-03-20T19:20:17.534Z | Compiling mime_guess v2.0.5 |
2475 | 2025-03-20T19:20:18.883Z | Compiling papergrid v0.14.0 |
2476 | 2025-03-20T19:20:18.988Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2477 | 2025-03-20T19:20:21.665Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2478 | 2025-03-20T19:20:22.125Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2479 | 2025-03-20T19:20:26.494Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2480 | 2025-03-20T19:20:28.674Z | Compiling snafu-derive v0.8.5 |
2481 | 2025-03-20T19:20:29.596Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2482 | 2025-03-20T19:20:30.048Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2483 | 2025-03-20T19:20:31.920Z | Compiling tabled v0.18.0 |
2484 | 2025-03-20T19:20:32.794Z | Compiling snafu v0.8.5 |
2485 | 2025-03-20T19:20:35.494Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2486 | 2025-03-20T19:20:40.712Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2487 | 2025-03-20T19:20:46.951Z | Compiling globset v0.4.15 |
2488 | 2025-03-20T19:20:51.681Z | Compiling olpc-cjson v0.1.4 |
2489 | 2025-03-20T19:20:52.049Z | Compiling vergen v8.3.2 |
2490 | 2025-03-20T19:20:52.417Z | Compiling castaway v0.2.3 |
2491 | 2025-03-20T19:20:52.614Z | Compiling nibble_vec v0.1.0 |
2492 | 2025-03-20T19:20:52.807Z | Compiling serde_plain v1.0.2 |
2493 | 2025-03-20T19:20:52.850Z | Compiling cargo-platform v0.1.8 |
2494 | 2025-03-20T19:20:53.322Z | Compiling atty v0.2.14 |
2495 | 2025-03-20T19:20:53.365Z | Compiling io-lifetimes v1.0.11 |
2496 | 2025-03-20T19:20:53.478Z | Compiling typed-path v0.9.3 |
2497 | 2025-03-20T19:20:53.900Z | Compiling salty v0.3.0 |
2498 | 2025-03-20T19:20:54.339Z | Compiling http-range v0.1.5 |
2499 | 2025-03-20T19:20:54.839Z | Compiling endian-type v0.1.2 |
2500 | 2025-03-20T19:20:55.103Z | Compiling radix_trie v0.2.1 |
2501 | 2025-03-20T19:20:56.543Z | Compiling tough v0.19.0 |
2502 | 2025-03-20T19:20:58.022Z | Compiling cargo_metadata v0.18.1 |
2503 | 2025-03-20T19:20:59.055Z | Compiling git2 v0.19.0 |
2504 | 2025-03-20T19:21:00.395Z | Compiling compact_str v0.8.0 |
2505 | 2025-03-20T19:21:02.939Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2506 | 2025-03-20T19:21:04.985Z | Compiling parking_lot v0.11.2 |
2507 | 2025-03-20T19:21:07.020Z | Compiling unicode-truncate v1.1.0 |
2508 | 2025-03-20T19:21:07.062Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2509 | 2025-03-20T19:21:07.331Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2510 | 2025-03-20T19:21:08.561Z | Compiling lru v0.12.5 |
2511 | 2025-03-20T19:21:08.924Z | Compiling rand_seeder v0.3.0 |
2512 | 2025-03-20T19:21:09.342Z | Compiling lzma-sys v0.1.20 |
2513 | 2025-03-20T19:21:10.068Z | Compiling instability v0.3.2 |
2514 | 2025-03-20T19:21:11.063Z | Compiling parse-size v1.1.0 |
2515 | 2025-03-20T19:21:11.445Z | Compiling cassowary v0.3.0 |
2516 | 2025-03-20T19:21:11.839Z | Compiling indoc v2.0.6 |
2517 | 2025-03-20T19:21:12.687Z | Compiling rustix v0.37.28 |
2518 | 2025-03-20T19:21:13.326Z | Compiling rustls v0.21.12 |
2519 | 2025-03-20T19:21:13.753Z | Compiling ratatui v0.29.0 |
2520 | 2025-03-20T19:21:14.029Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2521 | 2025-03-20T19:21:14.930Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2522 | 2025-03-20T19:21:14.951Z | Compiling hyper-staticfile v0.10.1 |
2523 | 2025-03-20T19:21:15.183Z | Compiling sled v0.34.7 |
2524 | 2025-03-20T19:21:17.516Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2525 | 2025-03-20T19:21:19.324Z | Compiling hickory-client v0.24.4 |
2526 | 2025-03-20T19:21:21.302Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2527 | 2025-03-20T19:21:22.474Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2528 | 2025-03-20T19:21:23.984Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2529 | 2025-03-20T19:21:28.005Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2530 | 2025-03-20T19:21:28.575Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2531 | 2025-03-20T19:21:28.918Z | Compiling sct v0.7.1 |
2532 | 2025-03-20T19:21:29.376Z | Compiling rustls-webpki v0.101.7 |
2533 | 2025-03-20T19:21:29.507Z | Compiling hickory-server v0.24.4 |
2534 | 2025-03-20T19:21:33.189Z | Compiling primeorder v0.13.6 |
2535 | 2025-03-20T19:21:33.505Z | Compiling heck v0.3.3 |
2536 | 2025-03-20T19:21:33.845Z | Compiling env_filter v0.1.2 |
2537 | 2025-03-20T19:21:33.868Z | Compiling csv-core v0.1.11 |
2538 | 2025-03-20T19:21:34.754Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2539 | 2025-03-20T19:21:35.233Z | Compiling csv v1.3.1 |
2540 | 2025-03-20T19:21:35.327Z | Compiling env_logger v0.11.5 |
2541 | 2025-03-20T19:21:35.395Z | Compiling zone_cfg_derive v0.1.2 |
2542 | 2025-03-20T19:21:36.729Z | Compiling p384 v0.13.0 |
2543 | 2025-03-20T19:21:36.760Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2544 | 2025-03-20T19:21:40.738Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2545 | 2025-03-20T19:21:41.656Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2546 | 2025-03-20T19:21:43.459Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2547 | 2025-03-20T19:21:43.803Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2548 | 2025-03-20T19:21:44.324Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2549 | 2025-03-20T19:21:44.944Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2550 | 2025-03-20T19:21:45.308Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2551 | 2025-03-20T19:21:45.376Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2552 | 2025-03-20T19:21:45.659Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2553 | 2025-03-20T19:21:45.722Z | Compiling tungstenite v0.23.0 |
2554 | 2025-03-20T19:21:46.003Z | Compiling nix v0.27.1 |
2555 | 2025-03-20T19:21:48.830Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2556 | 2025-03-20T19:21:49.501Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2557 | 2025-03-20T19:21:49.856Z | Compiling base64 v0.13.1 |
2558 | 2025-03-20T19:21:50.429Z | Compiling ron v0.7.1 |
2559 | 2025-03-20T19:21:50.521Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2560 | 2025-03-20T19:21:51.181Z | Compiling tokio-tungstenite v0.23.1 |
2561 | 2025-03-20T19:21:51.471Z | Compiling xz2 v0.1.7 |
2562 | 2025-03-20T19:21:52.093Z | Compiling terminal_size v0.2.6 |
2563 | 2025-03-20T19:21:52.329Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2564 | 2025-03-20T19:21:55.451Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2565 | 2025-03-20T19:21:58.544Z | Compiling tokio-rustls v0.24.1 |
2566 | 2025-03-20T19:22:00.837Z | Compiling zone v0.1.8 |
2567 | 2025-03-20T19:22:01.278Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2568 | 2025-03-20T19:22:01.717Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2569 | 2025-03-20T19:22:02.476Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2570 | 2025-03-20T19:22:03.316Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2571 | 2025-03-20T19:22:04.058Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2572 | 2025-03-20T19:22:04.094Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2573 | 2025-03-20T19:22:04.679Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2574 | 2025-03-20T19:22:04.762Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2575 | 2025-03-20T19:22:07.940Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2576 | 2025-03-20T19:22:08.069Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2577 | 2025-03-20T19:22:11.338Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2578 | 2025-03-20T19:22:12.746Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2579 | 2025-03-20T19:22:13.104Z | Compiling rustls-pemfile v1.0.4 |
2580 | 2025-03-20T19:22:13.889Z | Compiling signal-hook-tokio v0.3.1 |
2581 | 2025-03-20T19:22:14.022Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2582 | 2025-03-20T19:22:14.121Z | Compiling twox-hash v2.1.0 |
2583 | 2025-03-20T19:22:14.906Z | Compiling yasna v0.5.2 |
2584 | 2025-03-20T19:22:15.097Z | Compiling unicode-linebreak v0.1.5 |
2585 | 2025-03-20T19:22:15.733Z | Compiling is_ci v1.2.0 |
2586 | 2025-03-20T19:22:16.060Z | Compiling glob v0.3.2 |
2587 | 2025-03-20T19:22:16.689Z | Compiling smawk v0.3.2 |
2588 | 2025-03-20T19:22:16.802Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2589 | 2025-03-20T19:22:16.998Z | Compiling textwrap v0.16.1 |
2590 | 2025-03-20T19:22:18.180Z | Compiling rcgen v0.12.1 |
2591 | 2025-03-20T19:22:18.359Z | Compiling supports-color v3.0.2 |
2592 | 2025-03-20T19:22:20.526Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2593 | 2025-03-20T19:22:22.913Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2594 | 2025-03-20T19:22:23.227Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2595 | 2025-03-20T19:22:24.189Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2596 | 2025-03-20T19:22:29.730Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2597 | 2025-03-20T19:22:30.330Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2598 | 2025-03-20T19:22:42.928Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2599 | 2025-03-20T19:22:43.465Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2600 | 2025-03-20T19:22:43.921Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2601 | 2025-03-20T19:22:43.942Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2602 | 2025-03-20T19:22:47.470Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2603 | 2025-03-20T19:22:53.648Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2604 | 2025-03-20T19:22:54.725Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2605 | 2025-03-20T19:22:55.278Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2606 | 2025-03-20T19:23:02.563Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2607 | 2025-03-20T19:23:07.958Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2608 | 2025-03-20T19:23:10.640Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2609 | 2025-03-20T19:23:10.837Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2610 | 2025-03-20T19:23:11.186Z | Compiling fatfs v0.3.6 |
2611 | 2025-03-20T19:23:11.951Z | Compiling subprocess v0.2.9 |
2612 | 2025-03-20T19:23:12.509Z | Compiling rtoolbox v0.0.2 |
2613 | 2025-03-20T19:23:12.942Z | Compiling assert_matches v1.5.0 |
2614 | 2025-03-20T19:23:13.888Z | Compiling rpassword v7.3.1 |
2615 | 2025-03-20T19:23:14.345Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2616 | 2025-03-20T19:23:16.566Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2617 | 2025-03-20T19:23:16.764Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2618 | 2025-03-20T19:23:22.059Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2619 | 2025-03-20T19:23:28.904Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2620 | 2025-03-20T19:23:49.503Z | Compiling tui-tree-widget v0.23.0 |
2621 | 2025-03-20T19:23:49.999Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2622 | 2025-03-20T19:23:50.085Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2623 | 2025-03-20T19:23:50.439Z | Compiling uzers v0.12.1 |
2624 | 2025-03-20T19:23:53.547Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2625 | 2025-03-20T19:24:00.689Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2626 | 2025-03-20T19:24:02.525Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2627 | 2025-03-20T19:24:06.759Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2628 | 2025-03-20T19:24:17.502Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2629 | 2025-03-20T19:24:22.109Z | Compiling multimap v0.10.0 |
2630 | 2025-03-20T19:26:40.353Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2631 | 2025-03-20T19:34:13.266Z | Finished `release` profile [optimized] target(s) in 17m 44s |
2632 | 2025-03-20T19:35:21.784Z | |
2633 | 2025-03-20T19:35:21.787Z | real 18:54.028969631 |
2634 | 2025-03-20T19:35:21.787Z | user 2:11:08.604135288 |
2635 | 2025-03-20T19:35:21.787Z | sys 3:34.726198354 |
2636 | 2025-03-20T19:35:21.787Z | trap 3.311761772 |
2637 | 2025-03-20T19:35:21.787Z | tflt 2.140635667 |
2638 | 2025-03-20T19:35:21.787Z | dflt 5.512800998 |
2639 | 2025-03-20T19:35:21.787Z | kflt 0.002560862 |
2640 | 2025-03-20T19:35:21.787Z | lock 8:00:12.077135781 |
2641 | 2025-03-20T19:35:21.787Z | slp 6:50:54.386523170 |
2642 | 2025-03-20T19:35:21.787Z | lat 3:37.586982478 |
2643 | 2025-03-20T19:35:21.787Z | stop 2:54.344859119 |
2644 | 2025-03-20T19:35:21.787Z | + mapfile -t packages |
2645 | 2025-03-20T19:35:21.787Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2646 | 2025-03-20T19:35:22.885Z | Compiling ring v0.17.11 |
2647 | 2025-03-20T19:35:24.917Z | Compiling rustls v0.23.19 |
2648 | 2025-03-20T19:35:24.941Z | Compiling rustls v0.22.4 |
2649 | 2025-03-20T19:35:26.417Z | Compiling rustls-webpki v0.102.8 |
2650 | 2025-03-20T19:35:30.775Z | Compiling tokio-rustls v0.25.0 |
2651 | 2025-03-20T19:35:31.161Z | Compiling dropshot v0.12.0 |
2652 | 2025-03-20T19:35:32.552Z | Compiling tokio-rustls v0.26.0 |
2653 | 2025-03-20T19:35:33.029Z | Compiling hyper-rustls v0.27.3 |
2654 | 2025-03-20T19:35:33.634Z | Compiling reqwest v0.12.12 |
2655 | 2025-03-20T19:35:35.265Z | Compiling dropshot v0.16.0 |
2656 | 2025-03-20T19:35:42.452Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2657 | 2025-03-20T19:35:43.039Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2658 | 2025-03-20T19:35:47.300Z | Compiling progenitor-client v0.8.0 |
2659 | 2025-03-20T19:35:48.221Z | Compiling progenitor v0.8.0 |
2660 | 2025-03-20T19:35:48.641Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2661 | 2025-03-20T19:35:52.382Z | Compiling progenitor-client v0.9.1 |
2662 | 2025-03-20T19:35:53.386Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2663 | 2025-03-20T19:35:54.655Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2664 | 2025-03-20T19:35:54.823Z | Compiling omicron-zone-package v0.12.0 |
2665 | 2025-03-20T19:36:05.830Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2666 | 2025-03-20T19:36:10.013Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2667 | 2025-03-20T19:36:10.869Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2668 | 2025-03-20T19:36:14.361Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2669 | 2025-03-20T19:36:28.790Z | Finished `release` profile [optimized] target(s) in 1m 06s |
2670 | 2025-03-20T19:36:28.968Z | Running `target/release/omicron-package -t test list-outputs` |
2671 | 2025-03-20T19:36:29.023Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2672 | 2025-03-20T19:36:29.026Z | + ptime -m cargo build --locked --release -p xtask |
2673 | 2025-03-20T19:36:29.624Z | Compiling serde v1.0.218 |
2674 | 2025-03-20T19:36:29.628Z | Compiling rustix v0.38.37 |
2675 | 2025-03-20T19:36:29.628Z | Compiling serde_json v1.0.139 |
2676 | 2025-03-20T19:36:29.628Z | Compiling libc v0.2.170 |
2677 | 2025-03-20T19:36:29.742Z | Compiling syn v2.0.98 |
2678 | 2025-03-20T19:36:29.765Z | Compiling bitflags v2.6.0 |
2679 | 2025-03-20T19:36:30.093Z | Compiling usdt-impl v0.5.0 |
2680 | 2025-03-20T19:36:30.182Z | Compiling syn v1.0.109 |
2681 | 2025-03-20T19:36:30.272Z | Compiling hashbrown v0.15.1 |
2682 | 2025-03-20T19:36:30.290Z | Compiling log v0.4.22 |
2683 | 2025-03-20T19:36:30.549Z | Compiling fs-err v2.11.0 |
2684 | 2025-03-20T19:36:30.757Z | Compiling anyhow v1.0.97 |
2685 | 2025-03-20T19:36:30.909Z | Compiling once_cell v1.20.3 |
2686 | 2025-03-20T19:36:31.145Z | Compiling thread-id v4.2.2 |
2687 | 2025-03-20T19:36:31.508Z | Compiling indexmap v2.7.1 |
2688 | 2025-03-20T19:36:32.665Z | Compiling terminal_size v0.4.0 |
2689 | 2025-03-20T19:36:32.665Z | Compiling tempfile v3.13.0 |
2690 | 2025-03-20T19:36:32.945Z | Compiling clap_builder v4.5.31 |
2691 | 2025-03-20T19:36:33.467Z | Compiling proc-macro-error v1.0.4 |
2692 | 2025-03-20T19:36:34.291Z | Compiling tabled_derive v0.7.0 |
2693 | 2025-03-20T19:36:35.359Z | Compiling tabled v0.15.0 |
2694 | 2025-03-20T19:36:36.078Z | Compiling serde_derive v1.0.218 |
2695 | 2025-03-20T19:36:36.079Z | Compiling thiserror-impl v1.0.69 |
2696 | 2025-03-20T19:36:36.082Z | Compiling zerocopy-derive v0.7.35 |
2697 | 2025-03-20T19:36:36.082Z | Compiling scroll_derive v0.12.0 |
2698 | 2025-03-20T19:36:36.082Z | Compiling thiserror-impl v2.0.11 |
2699 | 2025-03-20T19:36:37.470Z | Compiling scroll v0.12.0 |
2700 | 2025-03-20T19:36:37.944Z | Compiling zerocopy v0.7.35 |
2701 | 2025-03-20T19:36:38.123Z | Compiling goblin v0.8.2 |
2702 | 2025-03-20T19:36:38.643Z | Compiling thiserror v1.0.69 |
2703 | 2025-03-20T19:36:38.844Z | Compiling pest v2.7.14 |
2704 | 2025-03-20T19:36:40.753Z | Compiling thiserror v2.0.11 |
2705 | 2025-03-20T19:36:40.958Z | Compiling clap_derive v4.5.28 |
2706 | 2025-03-20T19:36:41.846Z | Compiling pest_meta v2.7.14 |
2707 | 2025-03-20T19:36:45.204Z | Compiling pest_generator v2.7.14 |
2708 | 2025-03-20T19:36:45.364Z | Compiling clap v4.5.31 |
2709 | 2025-03-20T19:36:46.940Z | Compiling pest_derive v2.7.14 |
2710 | 2025-03-20T19:36:47.777Z | Compiling dtrace-parser v0.2.0 |
2711 | 2025-03-20T19:36:49.356Z | Compiling serde_spanned v0.6.8 |
2712 | 2025-03-20T19:36:49.655Z | Compiling toml_datetime v0.6.8 |
2713 | 2025-03-20T19:36:50.385Z | Compiling dof v0.3.0 |
2714 | 2025-03-20T19:36:51.250Z | Compiling serde_tokenstream v0.2.2 |
2715 | 2025-03-20T19:36:51.882Z | Compiling toml_edit v0.22.24 |
2716 | 2025-03-20T19:36:52.263Z | Compiling camino v1.1.9 |
2717 | 2025-03-20T19:36:54.912Z | Compiling usdt-macro v0.5.0 |
2718 | 2025-03-20T19:36:56.148Z | Compiling toml v0.8.20 |
2719 | 2025-03-20T19:36:57.699Z | Compiling usdt-attr-macro v0.5.0 |
2720 | 2025-03-20T19:36:59.065Z | Compiling cargo-platform v0.1.8 |
2721 | 2025-03-20T19:36:59.580Z | Compiling semver v1.0.25 |
2722 | 2025-03-20T19:37:00.174Z | Compiling cargo_metadata v0.19.2 |
2723 | 2025-03-20T19:37:01.067Z | Compiling usdt v0.5.0 |
2724 | 2025-03-20T19:37:01.666Z | Compiling cargo_toml v0.21.0 |
2725 | 2025-03-20T19:37:02.364Z | Compiling camino-tempfile v1.1.1 |
2726 | 2025-03-20T19:37:02.465Z | Compiling macaddr v1.0.1 |
2727 | 2025-03-20T19:37:12.946Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2728 | 2025-03-20T19:37:18.783Z | Finished `release` profile [optimized] target(s) in 49.70s |
2729 | 2025-03-20T19:37:18.901Z | |
2730 | 2025-03-20T19:37:18.904Z | real 49.845618749 |
2731 | 2025-03-20T19:37:18.904Z | user 5:19.094270131 |
2732 | 2025-03-20T19:37:18.904Z | sys 19.741873546 |
2733 | 2025-03-20T19:37:18.904Z | trap 0.153450224 |
2734 | 2025-03-20T19:37:18.904Z | tflt 0.178010904 |
2735 | 2025-03-20T19:37:18.904Z | dflt 0.349806448 |
2736 | 2025-03-20T19:37:18.904Z | kflt 0.000015010 |
2737 | 2025-03-20T19:37:18.904Z | lock 10:07.260831191 |
2738 | 2025-03-20T19:37:18.905Z | slp 15:48.927741571 |
2739 | 2025-03-20T19:37:18.905Z | lat 15.359252184 |
2740 | 2025-03-20T19:37:18.905Z | stop 18.811373597 |
2741 | 2025-03-20T19:37:18.905Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2742 | 2025-03-20T19:37:18.905Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2743 | 2025-03-20T19:37:18.905Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2744 | 2025-03-20T19:37:18.905Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2745 | 2025-03-20T19:37:18.905Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2746 | 2025-03-20T19:37:19.838Z | Compiling regress v0.10.3 |
2747 | 2025-03-20T19:37:19.974Z | Compiling thiserror-impl v2.0.11 |
2748 | 2025-03-20T19:37:19.977Z | Compiling ident_case v1.0.1 |
2749 | 2025-03-20T19:37:19.977Z | Compiling unsafe-libyaml v0.2.11 |
2750 | 2025-03-20T19:37:19.989Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2751 | 2025-03-20T19:37:19.992Z | Compiling tempfile v3.13.0 |
2752 | 2025-03-20T19:37:20.003Z | Compiling progenitor-client v0.9.1 |
2753 | 2025-03-20T19:37:20.006Z | Compiling oxnet v0.1.1 |
2754 | 2025-03-20T19:37:20.181Z | Compiling darling_core v0.20.10 |
2755 | 2025-03-20T19:37:20.567Z | Compiling quick-error v1.2.3 |
2756 | 2025-03-20T19:37:20.638Z | Compiling macaddr v1.0.1 |
2757 | 2025-03-20T19:37:20.754Z | Compiling progenitor-client v0.8.0 |
2758 | 2025-03-20T19:37:20.776Z | Compiling structmeta-derive v0.3.0 |
2759 | 2025-03-20T19:37:20.818Z | Compiling instant v0.1.13 |
2760 | 2025-03-20T19:37:20.986Z | Compiling daft-derive v0.1.2 |
2761 | 2025-03-20T19:37:21.086Z | Compiling wait-timeout v0.2.0 |
2762 | 2025-03-20T19:37:21.218Z | Compiling dropshot v0.16.0 |
2763 | 2025-03-20T19:37:21.568Z | Compiling serde_yaml v0.9.34+deprecated |
2764 | 2025-03-20T19:37:21.590Z | Compiling bit-vec v0.8.0 |
2765 | 2025-03-20T19:37:21.949Z | Compiling rusty-fork v0.3.0 |
2766 | 2025-03-20T19:37:22.059Z | Compiling bit-set v0.8.0 |
2767 | 2025-03-20T19:37:22.357Z | Compiling dropshot_endpoint v0.16.0 |
2768 | 2025-03-20T19:37:22.573Z | Compiling daft v0.1.2 |
2769 | 2025-03-20T19:37:22.631Z | Compiling rand_xorshift v0.3.0 |
2770 | 2025-03-20T19:37:22.986Z | Compiling unarray v0.1.4 |
2771 | 2025-03-20T19:37:23.066Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2772 | 2025-03-20T19:37:23.168Z | Compiling thiserror v2.0.11 |
2773 | 2025-03-20T19:37:23.189Z | Compiling proptest v1.6.0 |
2774 | 2025-03-20T19:37:23.265Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2775 | 2025-03-20T19:37:23.360Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2776 | 2025-03-20T19:37:23.448Z | Compiling structmeta v0.3.0 |
2777 | 2025-03-20T19:37:23.839Z | Compiling typify-impl v0.2.0 |
2778 | 2025-03-20T19:37:23.874Z | Compiling parse-display-derive v0.10.0 |
2779 | 2025-03-20T19:37:24.058Z | Compiling test-strategy v0.4.0 |
2780 | 2025-03-20T19:37:24.556Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2781 | 2025-03-20T19:37:24.775Z | Compiling backoff v0.4.0 |
2782 | 2025-03-20T19:37:25.151Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2783 | 2025-03-20T19:37:25.172Z | Compiling proc-macro-crate v1.3.1 |
2784 | 2025-03-20T19:37:25.995Z | Compiling typify-impl v0.3.0 |
2785 | 2025-03-20T19:37:26.118Z | Compiling darling_macro v0.20.10 |
2786 | 2025-03-20T19:37:26.138Z | Compiling num_enum_derive v0.5.11 |
2787 | 2025-03-20T19:37:27.073Z | Compiling darling v0.20.10 |
2788 | 2025-03-20T19:37:27.218Z | Compiling serde_with_macros v3.12.0 |
2789 | 2025-03-20T19:37:27.633Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2790 | 2025-03-20T19:37:27.836Z | Compiling parse-display v0.10.0 |
2791 | 2025-03-20T19:37:28.042Z | Compiling itertools v0.13.0 |
2792 | 2025-03-20T19:37:28.413Z | Compiling crucible-workspace-hack v0.1.0 |
2793 | 2025-03-20T19:37:28.478Z | Compiling num_enum v0.5.11 |
2794 | 2025-03-20T19:37:28.680Z | Compiling heapless v0.8.0 |
2795 | 2025-03-20T19:37:28.747Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2796 | 2025-03-20T19:37:29.096Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2797 | 2025-03-20T19:37:29.674Z | Compiling proc-macro-error v1.0.4 |
2798 | 2025-03-20T19:37:29.698Z | Compiling serde_with v3.12.0 |
2799 | 2025-03-20T19:37:29.728Z | Compiling camino-tempfile v1.1.1 |
2800 | 2025-03-20T19:37:30.193Z | Compiling hash32 v0.3.1 |
2801 | 2025-03-20T19:37:30.316Z | Compiling foreign-types-macros v0.2.3 |
2802 | 2025-03-20T19:37:30.508Z | Compiling foreign-types-shared v0.3.1 |
2803 | 2025-03-20T19:37:30.672Z | Compiling smoltcp v0.11.0 |
2804 | 2025-03-20T19:37:30.949Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2805 | 2025-03-20T19:37:31.660Z | Compiling foreign-types v0.5.0 |
2806 | 2025-03-20T19:37:32.151Z | Compiling tabwriter v1.4.0 |
2807 | 2025-03-20T19:37:32.632Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2808 | 2025-03-20T19:37:32.654Z | Compiling cstr-argument v0.1.2 |
2809 | 2025-03-20T19:37:32.939Z | Compiling pretty-hex v0.2.1 |
2810 | 2025-03-20T19:37:33.161Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2811 | 2025-03-20T19:37:33.492Z | Compiling cobs v0.2.3 |
2812 | 2025-03-20T19:37:33.514Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2813 | 2025-03-20T19:37:33.570Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2814 | 2025-03-20T19:37:33.729Z | Compiling postcard v1.0.10 |
2815 | 2025-03-20T19:37:33.810Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2816 | 2025-03-20T19:37:34.345Z | Compiling colored v2.2.0 |
2817 | 2025-03-20T19:37:34.368Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2818 | 2025-03-20T19:37:34.723Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2819 | 2025-03-20T19:37:34.933Z | Compiling winnow v0.6.20 |
2820 | 2025-03-20T19:37:35.250Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2821 | 2025-03-20T19:37:35.560Z | Compiling smf v0.2.3 |
2822 | 2025-03-20T19:37:36.178Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2823 | 2025-03-20T19:37:36.526Z | Compiling zone_cfg_derive v0.3.0 |
2824 | 2025-03-20T19:37:36.858Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2825 | 2025-03-20T19:37:37.303Z | Compiling itertools v0.14.0 |
2826 | 2025-03-20T19:37:37.471Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2827 | 2025-03-20T19:37:37.940Z | Compiling num-derive v0.4.2 |
2828 | 2025-03-20T19:37:38.279Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2829 | 2025-03-20T19:37:38.322Z | Compiling typify-macro v0.2.0 |
2830 | 2025-03-20T19:37:38.475Z | Compiling sigpipe v0.1.3 |
2831 | 2025-03-20T19:37:38.637Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2832 | 2025-03-20T19:37:39.014Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2833 | 2025-03-20T19:37:39.978Z | Compiling zone v0.3.0 |
2834 | 2025-03-20T19:37:40.184Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2835 | 2025-03-20T19:37:40.325Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2836 | 2025-03-20T19:37:40.679Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2837 | 2025-03-20T19:37:40.702Z | Compiling typify-macro v0.3.0 |
2838 | 2025-03-20T19:37:40.767Z | Compiling universal-hash v0.5.1 |
2839 | 2025-03-20T19:37:40.996Z | Compiling opaque-debug v0.3.1 |
2840 | 2025-03-20T19:37:41.132Z | Compiling utf-8 v0.7.6 |
2841 | 2025-03-20T19:37:41.204Z | Compiling num-rational v0.4.2 |
2842 | 2025-03-20T19:37:41.455Z | Compiling tungstenite v0.21.0 |
2843 | 2025-03-20T19:37:41.520Z | Compiling password-hash v0.5.0 |
2844 | 2025-03-20T19:37:42.063Z | Compiling typify v0.2.0 |
2845 | 2025-03-20T19:37:42.231Z | Compiling progenitor-impl v0.8.0 |
2846 | 2025-03-20T19:37:42.422Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2847 | 2025-03-20T19:37:42.449Z | Compiling blake2 v0.10.6 |
2848 | 2025-03-20T19:37:42.549Z | Compiling aead v0.5.2 |
2849 | 2025-03-20T19:37:42.848Z | Compiling num-complex v0.4.6 |
2850 | 2025-03-20T19:37:42.967Z | Compiling convert_case v0.4.0 |
2851 | 2025-03-20T19:37:43.329Z | Compiling keccak v0.1.5 |
2852 | 2025-03-20T19:37:43.826Z | Compiling base64 v0.21.7 |
2853 | 2025-03-20T19:37:43.829Z | Compiling derive_more v0.99.19 |
2854 | 2025-03-20T19:37:43.865Z | Compiling num v0.4.3 |
2855 | 2025-03-20T19:37:44.002Z | Compiling sha3 v0.10.8 |
2856 | 2025-03-20T19:37:44.410Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2857 | 2025-03-20T19:37:44.432Z | Compiling typify v0.3.0 |
2858 | 2025-03-20T19:37:44.452Z | Compiling argon2 v0.5.3 |
2859 | 2025-03-20T19:37:44.524Z | Compiling tokio-tungstenite v0.21.0 |
2860 | 2025-03-20T19:37:44.584Z | Compiling progenitor-impl v0.9.1 |
2861 | 2025-03-20T19:37:45.013Z | Compiling poly1305 v0.8.0 |
2862 | 2025-03-20T19:37:45.127Z | Compiling chacha20 v0.9.1 |
2863 | 2025-03-20T19:37:45.642Z | Compiling float-ord v0.3.2 |
2864 | 2025-03-20T19:37:45.663Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2865 | 2025-03-20T19:37:45.855Z | Compiling derive-where v1.2.7 |
2866 | 2025-03-20T19:37:46.117Z | Compiling semver v0.1.20 |
2867 | 2025-03-20T19:37:46.732Z | Compiling same-file v1.0.6 |
2868 | 2025-03-20T19:37:46.767Z | Compiling rustc_version v0.1.7 |
2869 | 2025-03-20T19:37:47.058Z | Compiling walkdir v2.5.0 |
2870 | 2025-03-20T19:37:47.245Z | Compiling newline-converter v0.3.0 |
2871 | 2025-03-20T19:37:47.283Z | Compiling primeorder v0.13.6 |
2872 | 2025-03-20T19:37:47.439Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2873 | 2025-03-20T19:37:47.732Z | Compiling secrecy v0.8.0 |
2874 | 2025-03-20T19:37:47.829Z | Compiling owo-colors v4.2.0 |
2875 | 2025-03-20T19:37:48.001Z | Compiling linked-hash-map v0.5.6 |
2876 | 2025-03-20T19:37:48.061Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2877 | 2025-03-20T19:37:48.373Z | Compiling cancel-safe-futures v0.1.5 |
2878 | 2025-03-20T19:37:48.549Z | Compiling lru-cache v0.1.2 |
2879 | 2025-03-20T19:37:48.790Z | Compiling expectorate v1.1.0 |
2880 | 2025-03-20T19:37:48.817Z | Compiling newtype_derive v0.1.6 |
2881 | 2025-03-20T19:37:48.884Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2882 | 2025-03-20T19:37:48.979Z | Compiling resolv-conf v0.7.0 |
2883 | 2025-03-20T19:37:49.007Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2884 | 2025-03-20T19:37:49.100Z | Compiling progenitor-macro v0.8.0 |
2885 | 2025-03-20T19:37:49.181Z | Compiling thiserror-impl-no-std v2.0.2 |
2886 | 2025-03-20T19:37:49.317Z | Compiling libsw-core v0.3.1 |
2887 | 2025-03-20T19:37:49.627Z | Compiling blake3 v1.5.4 |
2888 | 2025-03-20T19:37:49.668Z | Compiling unicase v2.7.0 |
2889 | 2025-03-20T19:37:49.689Z | Compiling half v2.4.1 |
2890 | 2025-03-20T19:37:49.877Z | Compiling fixedbitset v0.5.7 |
2891 | 2025-03-20T19:37:50.034Z | Compiling arc-swap v1.7.1 |
2892 | 2025-03-20T19:37:50.238Z | Compiling ciborium-io v0.2.2 |
2893 | 2025-03-20T19:37:50.397Z | Compiling ciborium-ll v0.2.2 |
2894 | 2025-03-20T19:37:50.441Z | Compiling petgraph v0.7.1 |
2895 | 2025-03-20T19:37:50.606Z | Compiling slog-scope v4.4.0 |
2896 | 2025-03-20T19:37:50.824Z | Compiling libsw v3.4.0 |
2897 | 2025-03-20T19:37:50.903Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2898 | 2025-03-20T19:37:50.964Z | Compiling hickory-resolver v0.24.4 |
2899 | 2025-03-20T19:37:51.084Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2900 | 2025-03-20T19:37:51.459Z | Compiling progenitor-macro v0.9.1 |
2901 | 2025-03-20T19:37:51.825Z | Compiling polyval v0.6.2 |
2902 | 2025-03-20T19:37:51.950Z | Compiling thiserror-no-std v2.0.2 |
2903 | 2025-03-20T19:37:52.100Z | Compiling atomicwrites v0.4.4 |
2904 | 2025-03-20T19:37:52.278Z | Compiling memmap2 v0.9.5 |
2905 | 2025-03-20T19:37:52.480Z | Compiling libefi-sys v0.1.0 |
2906 | 2025-03-20T19:37:52.692Z | Compiling parking_lot_core v0.8.6 |
2907 | 2025-03-20T19:37:52.834Z | Compiling salty v0.3.0 |
2908 | 2025-03-20T19:37:53.175Z | Compiling constant_time_eq v0.3.1 |
2909 | 2025-03-20T19:37:53.303Z | Compiling arrayvec v0.7.6 |
2910 | 2025-03-20T19:37:53.410Z | Compiling linear-map v1.2.0 |
2911 | 2025-03-20T19:37:53.579Z | Compiling indent_write v2.2.0 |
2912 | 2025-03-20T19:37:53.725Z | Compiling arrayref v0.3.9 |
2913 | 2025-03-20T19:37:53.848Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2914 | 2025-03-20T19:37:53.938Z | Compiling ghash v0.5.1 |
2915 | 2025-03-20T19:37:54.165Z | Compiling vsss-rs v3.3.4 |
2916 | 2025-03-20T19:37:54.857Z | Compiling slog-stdlog v4.1.1 |
2917 | 2025-03-20T19:37:54.976Z | Compiling ciborium v0.2.2 |
2918 | 2025-03-20T19:37:55.339Z | Compiling p384 v0.13.0 |
2919 | 2025-03-20T19:37:55.551Z | Compiling toolchain_find v0.4.0 |
2920 | 2025-03-20T19:37:56.192Z | Compiling chacha20poly1305 v0.10.1 |
2921 | 2025-03-20T19:37:56.364Z | Compiling ctr v0.9.2 |
2922 | 2025-03-20T19:37:56.456Z | Compiling lzma-sys v0.1.20 |
2923 | 2025-03-20T19:37:56.477Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2924 | 2025-03-20T19:37:56.748Z | Compiling bitfield-struct v0.6.2 |
2925 | 2025-03-20T19:37:56.876Z | Compiling slog-dtrace v0.3.0 |
2926 | 2025-03-20T19:37:56.920Z | Compiling topological-sort v0.2.2 |
2927 | 2025-03-20T19:37:57.200Z | Compiling highway v1.3.0 |
2928 | 2025-03-20T19:37:57.276Z | Compiling omicron-zone-package v0.12.0 |
2929 | 2025-03-20T19:37:57.460Z | Compiling aes-gcm v0.10.3 |
2930 | 2025-03-20T19:37:57.509Z | Compiling rustfmt-wrapper v0.2.1 |
2931 | 2025-03-20T19:37:57.807Z | Compiling slog-envlogger v2.2.0 |
2932 | 2025-03-20T19:37:57.997Z | Compiling mime_guess v2.0.5 |
2933 | 2025-03-20T19:37:58.122Z | Compiling steno v0.4.1 |
2934 | 2025-03-20T19:37:58.153Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2935 | 2025-03-20T19:37:58.869Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2936 | 2025-03-20T19:37:59.119Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2937 | 2025-03-20T19:37:59.198Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2938 | 2025-03-20T19:37:59.221Z | Compiling heck v0.3.3 |
2939 | 2025-03-20T19:37:59.616Z | Compiling ssh-encoding v0.2.0 |
2940 | 2025-03-20T19:37:59.757Z | Compiling blowfish v0.9.1 |
2941 | 2025-03-20T19:37:59.780Z | Compiling env_filter v0.1.2 |
2942 | 2025-03-20T19:38:00.115Z | Compiling nibble_vec v0.1.0 |
2943 | 2025-03-20T19:38:00.257Z | Compiling humantime v2.1.0 |
2944 | 2025-03-20T19:38:00.301Z | Compiling endian-type v0.1.2 |
2945 | 2025-03-20T19:38:00.347Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2946 | 2025-03-20T19:38:00.472Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2947 | 2025-03-20T19:38:00.595Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2948 | 2025-03-20T19:38:00.617Z | Compiling radix_trie v0.2.1 |
2949 | 2025-03-20T19:38:00.775Z | Compiling env_logger v0.11.5 |
2950 | 2025-03-20T19:38:00.811Z | Compiling bcrypt-pbkdf v0.10.0 |
2951 | 2025-03-20T19:38:01.063Z | Compiling progenitor v0.8.0 |
2952 | 2025-03-20T19:38:01.271Z | Compiling ssh-cipher v0.2.0 |
2953 | 2025-03-20T19:38:01.337Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2954 | 2025-03-20T19:38:01.409Z | Compiling zone_cfg_derive v0.1.2 |
2955 | 2025-03-20T19:38:01.453Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2956 | 2025-03-20T19:38:01.936Z | Compiling parking_lot v0.11.2 |
2957 | 2025-03-20T19:38:02.318Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2958 | 2025-03-20T19:38:02.753Z | Compiling qorb v0.2.1 |
2959 | 2025-03-20T19:38:02.774Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2960 | 2025-03-20T19:38:02.843Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2961 | 2025-03-20T19:38:02.883Z | Compiling password-hash v0.4.2 |
2962 | 2025-03-20T19:38:03.227Z | Compiling gethostname v0.5.0 |
2963 | 2025-03-20T19:38:03.264Z | Compiling fxhash v0.2.1 |
2964 | 2025-03-20T19:38:03.287Z | Compiling http-range v0.1.5 |
2965 | 2025-03-20T19:38:03.452Z | Compiling base64 v0.13.1 |
2966 | 2025-03-20T19:38:03.474Z | Compiling progenitor v0.9.1 |
2967 | 2025-03-20T19:38:03.496Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2968 | 2025-03-20T19:38:03.615Z | Compiling sled v0.34.7 |
2969 | 2025-03-20T19:38:03.691Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2970 | 2025-03-20T19:38:03.729Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2971 | 2025-03-20T19:38:03.855Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2972 | 2025-03-20T19:38:04.008Z | Compiling ron v0.7.1 |
2973 | 2025-03-20T19:38:04.240Z | Compiling pbkdf2 v0.11.0 |
2974 | 2025-03-20T19:38:04.625Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2975 | 2025-03-20T19:38:05.331Z | Compiling zone v0.1.8 |
2976 | 2025-03-20T19:38:06.133Z | Compiling xz2 v0.1.7 |
2977 | 2025-03-20T19:38:06.617Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2978 | 2025-03-20T19:38:06.768Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2979 | 2025-03-20T19:38:07.664Z | Compiling ssh-key v0.6.6 |
2980 | 2025-03-20T19:38:08.113Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2981 | 2025-03-20T19:38:08.760Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2982 | 2025-03-20T19:38:09.382Z | Compiling hickory-client v0.24.4 |
2983 | 2025-03-20T19:38:10.238Z | Compiling p521 v0.13.3 |
2984 | 2025-03-20T19:38:10.478Z | Compiling p256 v0.13.2 |
2985 | 2025-03-20T19:38:10.776Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2986 | 2025-03-20T19:38:11.299Z | Compiling hickory-server v0.24.4 |
2987 | 2025-03-20T19:38:11.729Z | Compiling pem v3.0.5 |
2988 | 2025-03-20T19:38:11.809Z | Compiling yasna v0.5.2 |
2989 | 2025-03-20T19:38:12.444Z | Compiling headers-core v0.3.0 |
2990 | 2025-03-20T19:38:12.557Z | Compiling kstat-rs v0.2.4 |
2991 | 2025-03-20T19:38:12.654Z | Compiling nanorand v0.7.0 |
2992 | 2025-03-20T19:38:13.145Z | Compiling atty v0.2.14 |
2993 | 2025-03-20T19:38:13.148Z | Compiling russh-cryptovec v0.7.3 |
2994 | 2025-03-20T19:38:13.187Z | Compiling md5 v0.7.0 |
2995 | 2025-03-20T19:38:13.314Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2996 | 2025-03-20T19:38:13.336Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2997 | 2025-03-20T19:38:13.498Z | Compiling russh-keys v0.45.0 |
2998 | 2025-03-20T19:38:13.694Z | Compiling flume v0.11.1 |
2999 | 2025-03-20T19:38:14.316Z | Compiling rcgen v0.12.1 |
3000 | 2025-03-20T19:38:14.854Z | Compiling headers v0.4.0 |
3001 | 2025-03-20T19:38:16.534Z | Compiling hyper-staticfile v0.10.1 |
3002 | 2025-03-20T19:38:16.721Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3003 | 2025-03-20T19:38:17.202Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3004 | 2025-03-20T19:38:17.506Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3005 | 2025-03-20T19:38:17.555Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3006 | 2025-03-20T19:38:17.576Z | Compiling num-bigint v0.4.6 |
3007 | 2025-03-20T19:38:17.944Z | Compiling des v0.8.1 |
3008 | 2025-03-20T19:38:18.092Z | Compiling subprocess v0.2.9 |
3009 | 2025-03-20T19:38:18.694Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3010 | 2025-03-20T19:38:18.816Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3011 | 2025-03-20T19:38:19.753Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3012 | 2025-03-20T19:38:21.516Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3013 | 2025-03-20T19:38:22.995Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3014 | 2025-03-20T19:38:23.177Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3015 | 2025-03-20T19:38:24.094Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3016 | 2025-03-20T19:38:25.751Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3017 | 2025-03-20T19:38:25.838Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3018 | 2025-03-20T19:38:26.689Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3019 | 2025-03-20T19:38:26.827Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3020 | 2025-03-20T19:38:28.022Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3021 | 2025-03-20T19:38:28.199Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3022 | 2025-03-20T19:38:29.145Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3023 | 2025-03-20T19:38:29.544Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3024 | 2025-03-20T19:38:30.266Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3025 | 2025-03-20T19:38:31.202Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3026 | 2025-03-20T19:38:31.641Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3027 | 2025-03-20T19:38:31.690Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3028 | 2025-03-20T19:38:32.111Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3029 | 2025-03-20T19:38:32.571Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3030 | 2025-03-20T19:38:34.072Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3031 | 2025-03-20T19:38:34.769Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3032 | 2025-03-20T19:38:35.952Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3033 | 2025-03-20T19:38:36.519Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3034 | 2025-03-20T19:38:37.511Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3035 | 2025-03-20T19:38:37.701Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3036 | 2025-03-20T19:38:39.001Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3037 | 2025-03-20T19:38:39.255Z | Compiling display-error-chain v0.2.2 |
3038 | 2025-03-20T19:38:39.323Z | Compiling hex-literal v0.4.1 |
3039 | 2025-03-20T19:38:39.496Z | Compiling russh v0.45.0 |
3040 | 2025-03-20T19:38:39.527Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3041 | 2025-03-20T19:38:39.891Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3042 | 2025-03-20T19:38:41.025Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3043 | 2025-03-20T19:38:41.505Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3044 | 2025-03-20T19:38:42.023Z | Compiling internet-checksum v0.2.1 |
3045 | 2025-03-20T19:38:46.984Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3046 | 2025-03-20T19:38:53.902Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3047 | 2025-03-20T19:38:55.498Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3048 | 2025-03-20T19:39:19.547Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3049 | 2025-03-20T19:39:42.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
3050 | 2025-03-20T19:39:42.394Z | |
3051 | 2025-03-20T19:39:42.397Z | real 2:23.441770238 |
3052 | 2025-03-20T19:39:42.397Z | user 12:11.680727999 |
3053 | 2025-03-20T19:39:42.397Z | sys 1:38.182864729 |
3054 | 2025-03-20T19:39:42.397Z | trap 0.375800375 |
3055 | 2025-03-20T19:39:42.397Z | tflt 0.385213425 |
3056 | 2025-03-20T19:39:42.397Z | dflt 0.763286659 |
3057 | 2025-03-20T19:39:42.397Z | kflt 0.000054275 |
3058 | 2025-03-20T19:39:42.397Z | lock 23:03.229646541 |
3059 | 2025-03-20T19:39:42.397Z | slp 43:08.867445219 |
3060 | 2025-03-20T19:39:42.397Z | lat 41.229629163 |
3061 | 2025-03-20T19:39:42.397Z | stop 1:42.313561462 |
3062 | 2025-03-20T19:39:42.397Z | + mkdir tests |
3063 | 2025-03-20T19:39:42.400Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3064 | 2025-03-20T19:39:42.400Z | + xargs -I '{}' -t cp '{}' tests/ |
3065 | 2025-03-20T19:39:42.438Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9828a7b54158bcfd tests/ |
3066 | 2025-03-20T19:39:42.463Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9d90f4fe9c89f0ad tests/ |
3067 | 2025-03-20T19:39:42.489Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7e8112e69a694c07 tests/ |
3068 | 2025-03-20T19:39:42.515Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-347313cfe8ae6484 tests/ |
3069 | 2025-03-20T19:39:42.793Z | + 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/*) |
3070 | 2025-03-20T19:39:42.796Z | + 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-7e8112e69a694c07 tests/commtest-9d90f4fe9c89f0ad tests/dhcp_server-9828a7b54158bcfd tests/end_to_end_tests-347313cfe8ae6484 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 |
3071 | 2025-03-20T19:40:58.848Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3072 | 2025-03-20T19:40:58.848Z | a .github/buildomat/ci-env.sh 1K |
3073 | 2025-03-20T19:40:58.848Z | a out/target/test 1K |
3074 | 2025-03-20T19:40:58.848Z | a out/npuzone/npuzone 23144K |
3075 | 2025-03-20T19:40:58.848Z | a package-manifest.toml 33K |
3076 | 2025-03-20T19:40:58.848Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3077 | 2025-03-20T19:40:58.848Z | a target/release/omicron-package 38848K |
3078 | 2025-03-20T19:40:58.848Z | a target/release/xtask 10810K |
3079 | 2025-03-20T19:40:58.849Z | a target/debug/bootstrap 214947K |
3080 | 2025-03-20T19:40:58.849Z | a tests/bootstrap-7e8112e69a694c07 24084K |
3081 | 2025-03-20T19:40:58.849Z | a tests/commtest-9d90f4fe9c89f0ad 24339K |
3082 | 2025-03-20T19:40:58.849Z | a tests/dhcp_server-9828a7b54158bcfd 24084K |
3083 | 2025-03-20T19:40:58.849Z | a tests/end_to_end_tests-347313cfe8ae6484 269920K |
3084 | 2025-03-20T19:40:58.849Z | a out/clickhouse.tar.gz 302312K |
3085 | 2025-03-20T19:40:58.849Z | a out/clickhouse_keeper.tar.gz 288171K |
3086 | 2025-03-20T19:40:58.849Z | a out/clickhouse_server.tar.gz 302306K |
3087 | 2025-03-20T19:40:58.849Z | a out/cockroachdb.tar.gz 143259K |
3088 | 2025-03-20T19:40:58.849Z | a out/crucible-dtrace.tar 98K |
3089 | 2025-03-20T19:40:58.849Z | a out/crucible-pantry-zone.tar.gz 32473K |
3090 | 2025-03-20T19:40:58.849Z | a out/crucible-zone.tar.gz 40861K |
3091 | 2025-03-20T19:40:58.849Z | a out/external-dns.tar.gz 44314K |
3092 | 2025-03-20T19:40:58.849Z | a out/internal-dns.tar.gz 44314K |
3093 | 2025-03-20T19:40:58.849Z | a out/mg-ddm-gz.tar 65544K |
3094 | 2025-03-20T19:40:58.849Z | a out/nexus.tar.gz 109732K |
3095 | 2025-03-20T19:40:58.849Z | a out/ntp.tar.gz 14427K |
3096 | 2025-03-20T19:40:58.849Z | a out/omicron-gateway-softnpu.tar.gz 24484K |
3097 | 2025-03-20T19:40:58.849Z | a out/omicron-sled-agent.tar 123283K |
3098 | 2025-03-20T19:40:58.849Z | a out/overlay.tar.gz 3K |
3099 | 2025-03-20T19:40:58.849Z | a out/oximeter.tar.gz 53353K |
3100 | 2025-03-20T19:40:58.849Z | a out/oxlog.tar 3144K |
3101 | 2025-03-20T19:40:58.849Z | a out/probe.tar.gz 2764K |
3102 | 2025-03-20T19:40:58.849Z | a out/propolis-server.tar.gz 67599K |
3103 | 2025-03-20T19:40:58.849Z | a out/pumpkind-gz.tar 26665K |
3104 | 2025-03-20T19:40:58.849Z | a out/switch-softnpu.tar.gz 260652K |
3105 | 2025-03-20T19:40:58.853Z | |
3106 | 2025-03-20T19:40:58.853Z | real 1:16.052087251 |
3107 | 2025-03-20T19:40:58.853Z | user 1:12.575087164 |
3108 | 2025-03-20T19:40:58.853Z | sys 4.898729207 |
3109 | 2025-03-20T19:40:58.853Z | trap 0.019317225 |
3110 | 2025-03-20T19:40:58.853Z | tflt 0.000000000 |
3111 | 2025-03-20T19:40:58.853Z | dflt 0.000000000 |
3112 | 2025-03-20T19:40:58.853Z | kflt 0.000000000 |
3113 | 2025-03-20T19:40:58.853Z | lock 0.000000000 |
3114 | 2025-03-20T19:40:58.853Z | slp 1:12.432780139 |
3115 | 2025-03-20T19:40:58.853Z | lat 2.173556757 |
3116 | 2025-03-20T19:40:58.853Z | stop 0.000207778 |
3117 | 2025-03-20T19:40:58.853Z | process exited: duration 2074987 ms, exit code 0 |
|
3118 | 2025-03-20T19:40:58.868Z | found 1 output files |
3119 | 2025-03-20T19:40:58.868Z | uploading: /work/package.tar.gz (2006387517 bytes) |
3120 | 2025-03-20T19:41:38.539Z | uploaded: /work/package.tar.gz |