|
|
|
1 | 2025-03-21T17:29:14.410Z | job assigned to worker 01JPWVZ9GVFP0FQJSYGPBE5V5X [factory aws, i-064bc22392f5ec1dd] (queued for 1 m 7 s) |
|
2 | 2025-03-21T17:29:22.803Z | starting task 0: "setup" |
3 | 2025-03-21T17:29:22.807Z | ++ uname -s |
4 | 2025-03-21T17:29:22.811Z | + kern=SunOS |
5 | 2025-03-21T17:29:22.811Z | + build_user=build |
6 | 2025-03-21T17:29:22.811Z | + build_uid=12345 |
7 | 2025-03-21T17:29:22.811Z | + work_dir=/work |
8 | 2025-03-21T17:29:22.811Z | + input_dir=/input |
9 | 2025-03-21T17:29:22.811Z | + [[ 0 == 12345 ]] |
10 | 2025-03-21T17:29:22.811Z | + case "$kern" in |
11 | 2025-03-21T17:29:22.811Z | + groupadd -g 12345 build |
12 | 2025-03-21T17:29:22.814Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-21T17:29:24.820Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-21T17:29:24.955Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-21T17:29:24.959Z | + home_fs=zfs |
16 | 2025-03-21T17:29:24.959Z | + [[ zfs == autofs ]] |
17 | 2025-03-21T17:29:24.959Z | + mkdir -p /home/build |
18 | 2025-03-21T17:29:24.963Z | + chown build:build /home/build /work |
19 | 2025-03-21T17:29:26.962Z | + chmod 0700 /home/build /work |
20 | 2025-03-21T17:29:26.965Z | process exited: duration 4162 ms, exit code 0 |
|
21 | 2025-03-21T17:29:26.972Z | starting task 1: "rust-toolchain" |
22 | 2025-03-21T17:29:26.977Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-21T17:29:26.977Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-21T17:29:26.977Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-21T17:29:26.977Z | * rust toolchain profile = "default" |
26 | 2025-03-21T17:29:26.977Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-21T17:29:26.978Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-21T17:29:26.981Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-21T17:29:26.981Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-21T17:29:27.102Z | info: downloading installer |
31 | 2025-03-21T17:29:28.310Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-21T17:29:28.310Z | warn: /opt/ooce/bin |
33 | 2025-03-21T17:29:28.310Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-21T17:29:28.310Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-21T17:29:28.310Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-21T17:29:28.310Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-21T17:29:28.310Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-21T17:29:28.310Z | error: cannot install while Rust is installed |
39 | 2025-03-21T17:29:28.310Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-21T17:29:28.326Z | info: profile set to 'default' |
41 | 2025-03-21T17:29:28.326Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-21T17:29:28.330Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-21T17:29:28.492Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-21T17:29:28.492Z | info: downloading component 'cargo' |
45 | 2025-03-21T17:29:29.242Z | info: downloading component 'clippy' |
46 | 2025-03-21T17:29:29.627Z | info: downloading component 'rust-docs' |
47 | 2025-03-21T17:29:30.720Z | info: downloading component 'rust-std' |
48 | 2025-03-21T17:29:32.377Z | info: downloading component 'rustc' |
49 | 2025-03-21T17:29:39.284Z | info: downloading component 'rustfmt' |
50 | 2025-03-21T17:29:39.619Z | info: installing component 'cargo' |
51 | 2025-03-21T17:29:40.352Z | info: installing component 'clippy' |
52 | 2025-03-21T17:29:40.735Z | info: installing component 'rust-docs' |
53 | 2025-03-21T17:29:42.482Z | info: installing component 'rust-std' |
54 | 2025-03-21T17:29:44.373Z | info: installing component 'rustc' |
55 | 2025-03-21T17:29:50.245Z | info: installing component 'rustfmt' |
56 | 2025-03-21T17:29:50.800Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-21T17:29:50.800Z | |
58 | 2025-03-21T17:29:50.933Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-21T17:29:50.933Z | |
60 | 2025-03-21T17:29:50.936Z | |
61 | 2025-03-21T17:29:50.936Z | Rust is installed now. Great! |
62 | 2025-03-21T17:29:50.936Z | |
63 | 2025-03-21T17:29:50.936Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-21T17:29:50.936Z | environment variable. This has not been done automatically. |
65 | 2025-03-21T17:29:50.936Z | |
66 | 2025-03-21T17:29:50.936Z | To configure your current shell, you need to source |
67 | 2025-03-21T17:29:50.936Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-21T17:29:50.936Z | |
69 | 2025-03-21T17:29:50.936Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-21T17:29:50.936Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-21T17:29:50.936Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-21T17:29:50.936Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-21T17:29:51.004Z | + rustup --version |
74 | 2025-03-21T17:29:51.015Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-21T17:29:51.019Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-21T17:29:51.043Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-21T17:29:51.046Z | + cargo --version |
78 | 2025-03-21T17:29:51.064Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-21T17:29:51.067Z | + rustc --version |
80 | 2025-03-21T17:29:51.091Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-21T17:29:51.094Z | process exited: duration 24109 ms, exit code 0 |
|
82 | 2025-03-21T17:29:51.100Z | starting task 2: "authentication" |
83 | 2025-03-21T17:29:51.122Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-21T17:29:51.131Z | starting task 3: "clone repository" |
85 | 2025-03-21T17:29:51.135Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-21T17:29:51.142Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-21T17:29:51.175Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-21T17:29:58.556Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-21T17:29:58.556Z | + git fetch origin a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
90 | 2025-03-21T17:29:58.858Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-21T17:29:58.858Z | * branch a567d7e0f060702c843ae3aa82bf9c39e46b75a4 -> FETCH_HEAD |
92 | 2025-03-21T17:29:58.868Z | + [[ -n unwind_volume_resource_usage_records ]] |
93 | 2025-03-21T17:29:58.871Z | ++ git branch --show-current |
94 | 2025-03-21T17:29:58.874Z | + current=main |
95 | 2025-03-21T17:29:58.874Z | + [[ main != unwind_volume_resource_usage_records ]] |
96 | 2025-03-21T17:29:58.874Z | + git branch -f unwind_volume_resource_usage_records a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
97 | 2025-03-21T17:29:58.877Z | + git checkout -f unwind_volume_resource_usage_records |
98 | 2025-03-21T17:29:59.060Z | Switched to branch 'unwind_volume_resource_usage_records' |
99 | 2025-03-21T17:29:59.063Z | + git reset --hard a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
100 | 2025-03-21T17:29:59.140Z | HEAD is now at a567d7e0f Clean up volume usage records created by sagas |
101 | 2025-03-21T17:29:59.143Z | process exited: duration 8008 ms, exit code 0 |
|
102 | 2025-03-21T17:29:59.150Z | starting task 4: "build" |
103 | 2025-03-21T17:29:59.155Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-21T17:29:59.155Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-21T17:29:59.155Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-21T17:29:59.155Z | + cargo --version |
107 | 2025-03-21T17:29:59.209Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-21T17:29:59.212Z | + rustc --version |
109 | 2025-03-21T17:29:59.277Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-21T17:29:59.280Z | + WORK=/work |
111 | 2025-03-21T17:29:59.281Z | + pfexec mkdir -p /work |
112 | 2025-03-21T17:29:59.284Z | + pfexec chown build /work |
113 | 2025-03-21T17:29:59.287Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-21T17:30:00.929Z | pkg list: illegal option -- F |
115 | 2025-03-21T17:30:00.929Z | Usage: |
116 | 2025-03-21T17:30:00.932Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-21T17:30:00.932Z | [pkg_fmri_pattern ...] |
118 | 2025-03-21T17:30:01.775Z | pkg list: illegal option -- F |
119 | 2025-03-21T17:30:01.775Z | Usage: |
120 | 2025-03-21T17:30:01.778Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-21T17:30:01.778Z | [pkg_fmri_pattern ...] |
122 | 2025-03-21T17:30:17.666Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-21T17:30:22.151Z | Startup: Caching catalogs ... Done |
124 | 2025-03-21T17:30:36.913Z | Planning: Solver setup ... Done (13.693s) |
125 | 2025-03-21T17:30:37.075Z | Planning: Running solver ... Done (0.163s) |
126 | 2025-03-21T17:30:37.211Z | Planning: Finding local manifests ... Done (0.007s) |
127 | 2025-03-21T17:30:37.237Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-21T17:30:38.153Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-21T17:30:38.153Z | Planning: Package planning ... Done (0.110s) |
130 | 2025-03-21T17:30:38.153Z | Planning: Merging actions ... Done (0.057s) |
131 | 2025-03-21T17:30:38.252Z | Planning: Checking for conflicting actions ... Done (0.198s) |
132 | 2025-03-21T17:30:40.417Z | Planning: Consolidating action changes ... Done (2.164s) |
133 | 2025-03-21T17:30:40.866Z | Planning: Evaluating mediators ... Done (0.448s) |
134 | 2025-03-21T17:30:40.948Z | Planning: Planning completed in 18.68 seconds |
135 | 2025-03-21T17:30:40.966Z | Packages to install: 4 |
136 | 2025-03-21T17:30:40.966Z | Packages to update: 3 |
137 | 2025-03-21T17:30:40.966Z | Mediators to change: 2 |
138 | 2025-03-21T17:30:40.966Z | Services to change: 1 |
139 | 2025-03-21T17:30:40.966Z | Estimated space available: 155.59 GB |
140 | 2025-03-21T17:30:40.966Z | Estimated space to be consumed: 1.67 GB |
141 | 2025-03-21T17:30:40.966Z | Create boot environment: No |
142 | 2025-03-21T17:30:40.966Z | Create backup boot environment: Yes |
143 | 2025-03-21T17:30:40.969Z | Rebuild boot archive: No |
144 | 2025-03-21T17:30:40.969Z | |
145 | 2025-03-21T17:30:40.969Z | Changed mediators: |
146 | 2025-03-21T17:30:40.969Z | mediator clang: |
147 | 2025-03-21T17:30:40.969Z | version: None -> 15 (system default) |
148 | 2025-03-21T17:30:40.970Z | |
149 | 2025-03-21T17:30:40.970Z | mediator llvm: |
150 | 2025-03-21T17:30:40.970Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-21T17:30:40.970Z | |
152 | 2025-03-21T17:30:40.970Z | Changed packages: |
153 | 2025-03-21T17:30:40.970Z | helios-dev |
154 | 2025-03-21T17:30:40.970Z | developer/build-essential |
155 | 2025-03-21T17:30:40.970Z | None -> 11-2.0 |
156 | 2025-03-21T17:30:40.970Z | library/libxmlsec1 |
157 | 2025-03-21T17:30:40.970Z | None -> 1.2.35-2.0 |
158 | 2025-03-21T17:30:40.970Z | ooce/developer/clang-15 |
159 | 2025-03-21T17:30:40.970Z | None -> 15.0.7-2.0 |
160 | 2025-03-21T17:30:40.970Z | ooce/developer/llvm-15 |
161 | 2025-03-21T17:30:40.970Z | None -> 15.0.7-2.0 |
162 | 2025-03-21T17:30:40.970Z | package/pkg |
163 | 2025-03-21T17:30:40.970Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-21T17:30:40.970Z | system/library/g++-runtime |
165 | 2025-03-21T17:30:40.970Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-21T17:30:40.970Z | system/library/gcc-runtime |
167 | 2025-03-21T17:30:40.970Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-21T17:30:40.970Z | |
169 | 2025-03-21T17:30:40.970Z | Services: |
170 | 2025-03-21T17:30:40.970Z | restart_fmri: |
171 | 2025-03-21T17:30:40.970Z | svc:/system/update-man-index:default |
172 | 2025-03-21T17:30:40.970Z | |
173 | 2025-03-21T17:30:40.970Z | Editable files to change: |
174 | 2025-03-21T17:30:40.970Z | Update: |
175 | 2025-03-21T17:30:40.970Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-21T17:30:41.049Z | |
177 | 2025-03-21T17:30:41.049Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-21T17:30:46.052Z | Download: 602/4301 items 17.7/225.4MB 7% complete (3.6M/s) |
179 | 2025-03-21T17:30:59.083Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (9.4M/s) |
180 | 2025-03-21T17:31:04.081Z | Download: 2211/4301 items 119.2/225.4MB 52% complete (7.5M/s) |
181 | 2025-03-21T17:31:09.095Z | Download: 2863/4301 items 121.1/225.4MB 53% complete (3.9M/s) |
182 | 2025-03-21T17:31:14.666Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
183 | 2025-03-21T17:31:30.345Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
184 | 2025-03-21T17:31:35.355Z | Download: 4298/4301 items 225.2/225.4MB 99% complete (4.7M/s) |
185 | 2025-03-21T17:31:35.378Z | Download: Completed 225.42 MB in 54.30 seconds (4.2M/s) |
186 | 2025-03-21T17:31:37.616Z | Actions: 1/5122 actions (Removing old actions) |
187 | 2025-03-21T17:31:37.637Z | Actions: 194/5122 actions (Installing new actions) |
188 | 2025-03-21T17:31:42.306Z | Actions: 4267/5122 actions (Updating modified actions) |
189 | 2025-03-21T17:31:42.668Z | Actions: Completed 5122 actions in 5.05 seconds. |
190 | 2025-03-21T17:31:42.909Z | Done (0.233s) |
191 | 2025-03-21T17:31:42.912Z | Done (0.001s) |
192 | 2025-03-21T17:31:43.558Z | Done (0.647s) |
193 | 2025-03-21T17:31:48.023Z | Done (4.226s) |
194 | 2025-03-21T17:31:48.110Z | Done (0.018s) |
195 | 2025-03-21T17:31:48.113Z | Done (0.000s) |
196 | 2025-03-21T17:31:48.338Z | Done (0.000s) |
197 | 2025-03-21T17:31:49.061Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-03-21T17:31:49.222Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-03-21T17:31:49.225Z | Planning: Consolidating action changes ... Done |
200 | 2025-03-21T17:31:49.502Z | Planning: Evaluating mediators ... Done |
201 | 2025-03-21T17:31:49.505Z | Planning: Planning completed in 0.44 seconds |
202 | 2025-03-21T17:31:49.541Z | Mediators to change: 2 |
203 | 2025-03-21T17:31:49.541Z | Create boot environment: No |
204 | 2025-03-21T17:31:49.545Z | Create backup boot environment: No |
205 | 2025-03-21T17:31:49.641Z | Done |
206 | 2025-03-21T17:31:49.641Z | Done |
207 | 2025-03-21T17:31:50.061Z | Done |
208 | 2025-03-21T17:31:53.659Z | Done |
209 | 2025-03-21T17:31:53.751Z | Done |
210 | 2025-03-21T17:31:53.754Z | Done |
211 | 2025-03-21T17:31:53.887Z | Done |
212 | 2025-03-21T17:31:54.507Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-03-21T17:31:54.510Z | Planning: Merging actions ... Done |
214 | 2025-03-21T17:31:54.699Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-03-21T17:31:54.706Z | Planning: Consolidating action changes ... Done |
216 | 2025-03-21T17:31:54.971Z | Planning: Evaluating mediators ... Done |
217 | 2025-03-21T17:31:55.028Z | Planning: Planning completed in 0.77 seconds |
218 | 2025-03-21T17:31:55.072Z | Packages to change: 1 |
219 | 2025-03-21T17:31:55.072Z | Mediators to change: 1 |
220 | 2025-03-21T17:31:55.076Z | Services to change: 1 |
221 | 2025-03-21T17:31:55.076Z | Create boot environment: No |
222 | 2025-03-21T17:31:55.076Z | Create backup boot environment: Yes |
223 | 2025-03-21T17:31:57.283Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2025-03-21T17:31:57.301Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2025-03-21T17:31:57.301Z | Done |
226 | 2025-03-21T17:31:57.307Z | Done |
227 | 2025-03-21T17:31:57.414Z | Done |
228 | 2025-03-21T17:32:01.191Z | Done |
229 | 2025-03-21T17:32:01.284Z | Done |
230 | 2025-03-21T17:32:01.288Z | Done |
231 | 2025-03-21T17:32:01.436Z | Done |
232 | 2025-03-21T17:32:01.872Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2025-03-21T17:32:01.872Z | clang system 15 system |
234 | 2025-03-21T17:32:01.872Z | csh system system illumos |
235 | 2025-03-21T17:32:01.872Z | ctags system system illumos |
236 | 2025-03-21T17:32:01.872Z | gcc vendor 12 vendor |
237 | 2025-03-21T17:32:01.872Z | gcc system 10 system |
238 | 2025-03-21T17:32:01.872Z | gcc system 7 system |
239 | 2025-03-21T17:32:01.872Z | go system 1.20 system |
240 | 2025-03-21T17:32:01.872Z | go system 1.19 system |
241 | 2025-03-21T17:32:01.872Z | llvm system 15 system |
242 | 2025-03-21T17:32:01.872Z | llvm system 14 system |
243 | 2025-03-21T17:32:01.872Z | mariadb system 10.6 system |
244 | 2025-03-21T17:32:01.872Z | mta vendor vendor dma |
245 | 2025-03-21T17:32:01.873Z | openjdk system 17 system |
246 | 2025-03-21T17:32:01.873Z | openjdk system 11 system |
247 | 2025-03-21T17:32:01.873Z | openjdk system 1.8 system |
248 | 2025-03-21T17:32:01.873Z | openssl vendor 3 vendor |
249 | 2025-03-21T17:32:01.873Z | perl system 5.36 system |
250 | 2025-03-21T17:32:01.873Z | postgresql system 15 system |
251 | 2025-03-21T17:32:01.873Z | postgresql system 13 system |
252 | 2025-03-21T17:32:01.873Z | python vendor 3 vendor |
253 | 2025-03-21T17:32:01.873Z | python system 2 system |
254 | 2025-03-21T17:32:01.873Z | python3 system 3.11 system |
255 | 2025-03-21T17:32:01.873Z | ruby system 3.0 system |
256 | 2025-03-21T17:32:01.873Z | words vendor vendor american-english |
257 | 2025-03-21T17:32:01.873Z | words system system australian-english |
258 | 2025-03-21T17:32:01.873Z | words system system british-english |
259 | 2025-03-21T17:32:01.873Z | words system system canadian-english |
260 | 2025-03-21T17:32:01.873Z | words system system french |
261 | 2025-03-21T17:32:01.873Z | words system system italian |
262 | 2025-03-21T17:32:01.873Z | words system system ngerman |
263 | 2025-03-21T17:32:01.873Z | words system system ogerman |
264 | 2025-03-21T17:32:01.873Z | words system system spanish |
265 | 2025-03-21T17:32:02.207Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-03-21T17:32:02.207Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-03-21T17:32:05.428Z | FMRI IFO |
268 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
278 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-03-21T17:32:05.429Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
281 | 2025-03-21T17:32:05.430Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-03-21T17:32:05.430Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-03-21T17:32:06.257Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-03-21T17:32:06.548Z | Updating crates.io index |
285 | 2025-03-21T17:32:06.551Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-03-21T17:32:07.136Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-03-21T17:32:07.428Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-03-21T17:32:07.729Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
289 | 2025-03-21T17:32:08.003Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-03-21T17:32:08.916Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-03-21T17:32:10.726Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-03-21T17:32:11.315Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-03-21T17:32:12.143Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-03-21T17:32:12.416Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-03-21T17:32:12.866Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-03-21T17:32:13.250Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
297 | 2025-03-21T17:32:13.770Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
298 | 2025-03-21T17:32:14.105Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
299 | 2025-03-21T17:32:14.603Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-03-21T17:32:14.910Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-03-21T17:32:15.164Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-03-21T17:32:15.403Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-03-21T17:32:15.658Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-03-21T17:32:15.946Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
305 | 2025-03-21T17:32:16.266Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-03-21T17:32:16.609Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-03-21T17:32:16.939Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-03-21T17:32:17.230Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-03-21T17:32:17.514Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-03-21T17:32:18.061Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-03-21T17:32:18.454Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-03-21T17:32:18.810Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-03-21T17:32:19.177Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2025-03-21T17:32:19.507Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-03-21T17:32:19.783Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-03-21T17:32:20.056Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-03-21T17:32:21.434Z | Downloading crates ... |
318 | 2025-03-21T17:32:21.551Z | Downloaded serde v1.0.218 |
319 | 2025-03-21T17:32:21.559Z | Downloaded proc-macro-error-attr v1.0.4 |
320 | 2025-03-21T17:32:21.559Z | Downloaded crypto-common v0.1.6 |
321 | 2025-03-21T17:32:21.559Z | Downloaded anstyle v1.0.10 |
322 | 2025-03-21T17:32:21.567Z | Downloaded zerocopy v0.7.35 |
323 | 2025-03-21T17:32:21.577Z | Downloaded zerocopy-derive v0.7.35 |
324 | 2025-03-21T17:32:21.583Z | Downloaded usdt-macro v0.5.0 |
325 | 2025-03-21T17:32:21.583Z | Downloaded pretty-hex v0.4.1 |
326 | 2025-03-21T17:32:21.588Z | Downloaded winnow v0.7.3 |
327 | 2025-03-21T17:32:21.602Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2025-03-21T17:32:21.602Z | Downloaded pest_derive v2.7.14 |
329 | 2025-03-21T17:32:21.608Z | Downloaded dtrace-parser v0.2.0 |
330 | 2025-03-21T17:32:21.608Z | Downloaded scroll_derive v0.12.0 |
331 | 2025-03-21T17:32:21.608Z | Downloaded itoa v1.0.11 |
332 | 2025-03-21T17:32:21.608Z | Downloaded equivalent v1.0.1 |
333 | 2025-03-21T17:32:21.608Z | Downloaded usdt v0.5.0 |
334 | 2025-03-21T17:32:21.608Z | Downloaded fastrand v2.1.1 |
335 | 2025-03-21T17:32:21.608Z | Downloaded dof v0.3.0 |
336 | 2025-03-21T17:32:21.622Z | Downloaded cpufeatures v0.2.14 |
337 | 2025-03-21T17:32:21.622Z | Downloaded colorchoice v1.0.2 |
338 | 2025-03-21T17:32:21.622Z | Downloaded cargo-platform v0.1.8 |
339 | 2025-03-21T17:32:21.622Z | Downloaded strsim v0.11.1 |
340 | 2025-03-21T17:32:21.633Z | Downloaded thiserror-impl v2.0.11 |
341 | 2025-03-21T17:32:21.633Z | Downloaded thread-id v4.2.2 |
342 | 2025-03-21T17:32:21.633Z | Downloaded terminal_size v0.4.0 |
343 | 2025-03-21T17:32:21.633Z | Downloaded macaddr v1.0.1 |
344 | 2025-03-21T17:32:21.633Z | Downloaded byteorder v1.5.0 |
345 | 2025-03-21T17:32:21.633Z | Downloaded unicode-linebreak v0.1.5 |
346 | 2025-03-21T17:32:21.633Z | Downloaded smawk v0.3.2 |
347 | 2025-03-21T17:32:21.633Z | Downloaded serde_tokenstream v0.2.2 |
348 | 2025-03-21T17:32:21.638Z | Downloaded is_terminal_polyfill v1.70.1 |
349 | 2025-03-21T17:32:21.638Z | Downloaded block-buffer v0.10.4 |
350 | 2025-03-21T17:32:21.638Z | Downloaded cfg-if v1.0.0 |
351 | 2025-03-21T17:32:21.638Z | Downloaded thiserror v1.0.69 |
352 | 2025-03-21T17:32:21.638Z | Downloaded autocfg v1.4.0 |
353 | 2025-03-21T17:32:21.646Z | Downloaded version_check v0.9.5 |
354 | 2025-03-21T17:32:21.646Z | Downloaded heck v0.4.1 |
355 | 2025-03-21T17:32:21.647Z | Downloaded fnv v1.0.7 |
356 | 2025-03-21T17:32:21.654Z | Downloaded anstyle-query v1.1.1 |
357 | 2025-03-21T17:32:21.654Z | Downloaded anstyle-parse v0.2.5 |
358 | 2025-03-21T17:32:21.654Z | Downloaded toml_datetime v0.6.8 |
359 | 2025-03-21T17:32:21.654Z | Downloaded terminal_size v0.2.6 |
360 | 2025-03-21T17:32:21.654Z | Downloaded pest_generator v2.7.14 |
361 | 2025-03-21T17:32:21.657Z | Downloaded generic-array v0.14.7 |
362 | 2025-03-21T17:32:21.657Z | Downloaded fs-err v2.11.0 |
363 | 2025-03-21T17:32:21.657Z | Downloaded serde_spanned v0.6.8 |
364 | 2025-03-21T17:32:21.657Z | Downloaded plain v0.2.3 |
365 | 2025-03-21T17:32:21.657Z | Downloaded tabled_derive v0.7.0 |
366 | 2025-03-21T17:32:21.661Z | Downloaded bitflags v1.3.2 |
367 | 2025-03-21T17:32:21.661Z | Downloaded errno v0.3.9 |
368 | 2025-03-21T17:32:21.664Z | Downloaded thiserror-impl v1.0.69 |
369 | 2025-03-21T17:32:21.664Z | Downloaded clap_lex v0.7.4 |
370 | 2025-03-21T17:32:21.664Z | Downloaded bytecount v0.6.8 |
371 | 2025-03-21T17:32:21.667Z | Downloaded swrite v0.1.0 |
372 | 2025-03-21T17:32:21.667Z | Downloaded scroll v0.12.0 |
373 | 2025-03-21T17:32:21.673Z | Downloaded digest v0.10.7 |
374 | 2025-03-21T17:32:21.676Z | Downloaded once_cell v1.20.3 |
375 | 2025-03-21T17:32:21.679Z | Downloaded heck v0.5.0 |
376 | 2025-03-21T17:32:21.679Z | Downloaded camino-tempfile v1.1.1 |
377 | 2025-03-21T17:32:21.682Z | Downloaded clap_derive v4.5.28 |
378 | 2025-03-21T17:32:21.686Z | Downloaded thiserror v2.0.11 |
379 | 2025-03-21T17:32:21.691Z | Downloaded memmap v0.7.0 |
380 | 2025-03-21T17:32:21.695Z | Downloaded quote v1.0.38 |
381 | 2025-03-21T17:32:21.695Z | Downloaded cargo_metadata v0.19.2 |
382 | 2025-03-21T17:32:21.698Z | Downloaded proc-macro-error v1.0.4 |
383 | 2025-03-21T17:32:21.698Z | Downloaded sha2 v0.10.8 |
384 | 2025-03-21T17:32:21.704Z | Downloaded utf8parse v0.2.2 |
385 | 2025-03-21T17:32:21.704Z | Downloaded semver v1.0.25 |
386 | 2025-03-21T17:32:21.710Z | Downloaded anstream v0.6.15 |
387 | 2025-03-21T17:32:21.710Z | Downloaded io-lifetimes v1.0.11 |
388 | 2025-03-21T17:32:21.710Z | Downloaded usdt-impl v0.5.0 |
389 | 2025-03-21T17:32:21.717Z | Downloaded ryu v1.0.18 |
390 | 2025-03-21T17:32:21.717Z | Downloaded unicode-ident v1.0.14 |
391 | 2025-03-21T17:32:21.720Z | Downloaded tempfile v3.13.0 |
392 | 2025-03-21T17:32:21.720Z | Downloaded proc-macro2 v1.0.93 |
393 | 2025-03-21T17:32:21.720Z | Downloaded toml v0.8.20 |
394 | 2025-03-21T17:32:21.723Z | Downloaded anyhow v1.0.97 |
395 | 2025-03-21T17:32:21.728Z | Downloaded clap v4.5.31 |
396 | 2025-03-21T17:32:21.733Z | Downloaded typenum v1.17.0 |
397 | 2025-03-21T17:32:21.737Z | Downloaded textwrap v0.16.1 |
398 | 2025-03-21T17:32:21.742Z | Downloaded camino v1.1.9 |
399 | 2025-03-21T17:32:21.742Z | Downloaded papergrid v0.11.0 |
400 | 2025-03-21T17:32:21.746Z | Downloaded ucd-trie v0.1.7 |
401 | 2025-03-21T17:32:21.746Z | Downloaded serde_derive v1.0.218 |
402 | 2025-03-21T17:32:21.751Z | Downloaded cargo_toml v0.21.0 |
403 | 2025-03-21T17:32:21.751Z | Downloaded bitflags v2.6.0 |
404 | 2025-03-21T17:32:21.755Z | Downloaded pest_meta v2.7.14 |
405 | 2025-03-21T17:32:21.760Z | Downloaded log v0.4.22 |
406 | 2025-03-21T17:32:21.773Z | Downloaded indexmap v2.7.1 |
407 | 2025-03-21T17:32:21.780Z | Downloaded toml_edit v0.22.24 |
408 | 2025-03-21T17:32:21.799Z | Downloaded pest v2.7.14 |
409 | 2025-03-21T17:32:21.804Z | Downloaded memchr v2.7.4 |
410 | 2025-03-21T17:32:21.809Z | Downloaded hashbrown v0.15.1 |
411 | 2025-03-21T17:32:21.836Z | Downloaded clap_builder v4.5.31 |
412 | 2025-03-21T17:32:21.844Z | Downloaded serde_json v1.0.139 |
413 | 2025-03-21T17:32:21.850Z | Downloaded goblin v0.8.2 |
414 | 2025-03-21T17:32:21.870Z | Downloaded tabled v0.15.0 |
415 | 2025-03-21T17:32:21.883Z | Downloaded syn v1.0.109 |
416 | 2025-03-21T17:32:21.893Z | Downloaded unicode-width v0.1.14 |
417 | 2025-03-21T17:32:21.897Z | Downloaded syn v2.0.98 |
418 | 2025-03-21T17:32:21.916Z | Downloaded rustix v0.37.28 |
419 | 2025-03-21T17:32:21.929Z | Downloaded rustix v0.38.37 |
420 | 2025-03-21T17:32:21.963Z | Downloaded libc v0.2.170 |
421 | 2025-03-21T17:32:22.105Z | Compiling proc-macro2 v1.0.93 |
422 | 2025-03-21T17:32:22.105Z | Compiling unicode-ident v1.0.14 |
423 | 2025-03-21T17:32:22.120Z | Compiling libc v0.2.170 |
424 | 2025-03-21T17:32:22.120Z | Compiling serde v1.0.218 |
425 | 2025-03-21T17:32:22.120Z | Compiling version_check v0.9.5 |
426 | 2025-03-21T17:32:22.121Z | Compiling memchr v2.7.4 |
427 | 2025-03-21T17:32:22.121Z | Compiling thiserror v1.0.69 |
428 | 2025-03-21T17:32:22.144Z | Compiling ryu v1.0.18 |
429 | 2025-03-21T17:32:22.367Z | Compiling itoa v1.0.11 |
430 | 2025-03-21T17:32:22.532Z | Compiling ucd-trie v0.1.7 |
431 | 2025-03-21T17:32:22.601Z | Compiling once_cell v1.20.3 |
432 | 2025-03-21T17:32:22.896Z | Compiling byteorder v1.5.0 |
433 | 2025-03-21T17:32:23.021Z | Compiling serde_json v1.0.139 |
434 | 2025-03-21T17:32:23.117Z | Compiling rustix v0.38.37 |
435 | 2025-03-21T17:32:23.329Z | Compiling bitflags v2.6.0 |
436 | 2025-03-21T17:32:23.460Z | Compiling proc-macro-error-attr v1.0.4 |
437 | 2025-03-21T17:32:23.623Z | Compiling usdt-impl v0.5.0 |
438 | 2025-03-21T17:32:23.721Z | Compiling io-lifetimes v1.0.11 |
439 | 2025-03-21T17:32:23.768Z | Compiling syn v1.0.109 |
440 | 2025-03-21T17:32:23.911Z | Compiling quote v1.0.38 |
441 | 2025-03-21T17:32:23.960Z | Compiling errno v0.3.9 |
442 | 2025-03-21T17:32:24.105Z | Compiling proc-macro-error v1.0.4 |
443 | 2025-03-21T17:32:24.133Z | Compiling camino v1.1.9 |
444 | 2025-03-21T17:32:24.347Z | Compiling syn v2.0.98 |
445 | 2025-03-21T17:32:24.418Z | Compiling thread-id v4.2.2 |
446 | 2025-03-21T17:32:24.449Z | Compiling hashbrown v0.15.1 |
447 | 2025-03-21T17:32:24.544Z | Compiling utf8parse v0.2.2 |
448 | 2025-03-21T17:32:24.567Z | Compiling equivalent v1.0.1 |
449 | 2025-03-21T17:32:24.589Z | Compiling log v0.4.22 |
450 | 2025-03-21T17:32:24.685Z | Compiling rustix v0.37.28 |
451 | 2025-03-21T17:32:24.710Z | Compiling plain v0.2.3 |
452 | 2025-03-21T17:32:24.811Z | Compiling anstyle-parse v0.2.5 |
453 | 2025-03-21T17:32:25.152Z | Compiling bitflags v1.3.2 |
454 | 2025-03-21T17:32:25.260Z | Compiling is_terminal_polyfill v1.70.1 |
455 | 2025-03-21T17:32:25.402Z | Compiling indexmap v2.7.1 |
456 | 2025-03-21T17:32:25.477Z | Compiling semver v1.0.25 |
457 | 2025-03-21T17:32:25.500Z | Compiling unicode-width v0.1.14 |
458 | 2025-03-21T17:32:25.591Z | Compiling winnow v0.7.3 |
459 | 2025-03-21T17:32:25.629Z | Compiling autocfg v1.4.0 |
460 | 2025-03-21T17:32:25.988Z | Compiling pretty-hex v0.4.1 |
461 | 2025-03-21T17:32:26.035Z | Compiling anstyle v1.0.10 |
462 | 2025-03-21T17:32:26.227Z | Compiling anstyle-query v1.1.1 |
463 | 2025-03-21T17:32:26.460Z | Compiling colorchoice v1.0.2 |
464 | 2025-03-21T17:32:26.534Z | Compiling thiserror v2.0.11 |
465 | 2025-03-21T17:32:26.618Z | Compiling fs-err v2.11.0 |
466 | 2025-03-21T17:32:26.644Z | Compiling anstream v0.6.15 |
467 | 2025-03-21T17:32:26.644Z | Compiling terminal_size v0.4.0 |
468 | 2025-03-21T17:32:27.016Z | Compiling fastrand v2.1.1 |
469 | 2025-03-21T17:32:27.265Z | Compiling heck v0.4.1 |
470 | 2025-03-21T17:32:27.533Z | Compiling fnv v1.0.7 |
471 | 2025-03-21T17:32:27.558Z | Compiling anyhow v1.0.97 |
472 | 2025-03-21T17:32:27.687Z | Compiling clap_lex v0.7.4 |
473 | 2025-03-21T17:32:27.711Z | Compiling cfg-if v1.0.0 |
474 | 2025-03-21T17:32:27.822Z | Compiling heck v0.5.0 |
475 | 2025-03-21T17:32:28.078Z | Compiling bytecount v0.6.8 |
476 | 2025-03-21T17:32:28.127Z | Compiling strsim v0.11.1 |
477 | 2025-03-21T17:32:28.154Z | Compiling terminal_size v0.2.6 |
478 | 2025-03-21T17:32:28.279Z | Compiling papergrid v0.11.0 |
479 | 2025-03-21T17:32:28.303Z | Compiling tempfile v3.13.0 |
480 | 2025-03-21T17:32:28.526Z | Compiling clap_builder v4.5.31 |
481 | 2025-03-21T17:32:28.551Z | Compiling memmap v0.7.0 |
482 | 2025-03-21T17:32:28.816Z | Compiling smawk v0.3.2 |
483 | 2025-03-21T17:32:28.869Z | Compiling unicode-linebreak v0.1.5 |
484 | 2025-03-21T17:32:29.041Z | Compiling swrite v0.1.0 |
485 | 2025-03-21T17:32:29.370Z | Compiling textwrap v0.16.1 |
486 | 2025-03-21T17:32:29.689Z | Compiling tabled_derive v0.7.0 |
487 | 2025-03-21T17:32:31.229Z | Compiling tabled v0.15.0 |
488 | 2025-03-21T17:32:31.310Z | Compiling serde_derive v1.0.218 |
489 | 2025-03-21T17:32:31.310Z | Compiling thiserror-impl v1.0.69 |
490 | 2025-03-21T17:32:31.313Z | Compiling zerocopy-derive v0.7.35 |
491 | 2025-03-21T17:32:31.313Z | Compiling scroll_derive v0.12.0 |
492 | 2025-03-21T17:32:31.313Z | Compiling thiserror-impl v2.0.11 |
493 | 2025-03-21T17:32:31.313Z | Compiling clap_derive v4.5.28 |
494 | 2025-03-21T17:32:32.778Z | Compiling scroll v0.12.0 |
495 | 2025-03-21T17:32:33.324Z | Compiling goblin v0.8.2 |
496 | 2025-03-21T17:32:33.348Z | Compiling zerocopy v0.7.35 |
497 | 2025-03-21T17:32:34.349Z | Compiling pest v2.7.14 |
498 | 2025-03-21T17:32:35.621Z | Compiling clap v4.5.31 |
499 | 2025-03-21T17:32:36.576Z | Compiling pest_meta v2.7.14 |
500 | 2025-03-21T17:32:37.497Z | Compiling pest_generator v2.7.14 |
501 | 2025-03-21T17:32:38.807Z | Compiling pest_derive v2.7.14 |
502 | 2025-03-21T17:32:39.435Z | Compiling dtrace-parser v0.2.0 |
503 | 2025-03-21T17:32:40.328Z | Compiling serde_tokenstream v0.2.2 |
504 | 2025-03-21T17:32:40.385Z | Compiling toml_datetime v0.6.8 |
505 | 2025-03-21T17:32:40.385Z | Compiling serde_spanned v0.6.8 |
506 | 2025-03-21T17:32:40.526Z | Compiling cargo-platform v0.1.8 |
507 | 2025-03-21T17:32:40.689Z | Compiling macaddr v1.0.1 |
508 | 2025-03-21T17:32:40.892Z | Compiling toml_edit v0.22.24 |
509 | 2025-03-21T17:32:40.939Z | Compiling camino-tempfile v1.1.1 |
510 | 2025-03-21T17:32:41.728Z | Compiling dof v0.3.0 |
511 | 2025-03-21T17:32:41.820Z | Compiling cargo_metadata v0.19.2 |
512 | 2025-03-21T17:32:43.020Z | Compiling usdt-macro v0.5.0 |
513 | 2025-03-21T17:32:43.020Z | Compiling usdt-attr-macro v0.5.0 |
514 | 2025-03-21T17:32:43.500Z | Compiling toml v0.8.20 |
515 | 2025-03-21T17:32:44.074Z | Compiling usdt v0.5.0 |
516 | 2025-03-21T17:32:44.329Z | Compiling cargo_toml v0.21.0 |
517 | 2025-03-21T17:32:46.857Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
518 | 2025-03-21T17:32:50.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s |
519 | 2025-03-21T17:32:50.223Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
520 | 2025-03-21T17:32:50.778Z | Downloading crates ... |
521 | 2025-03-21T17:32:50.906Z | Downloaded ahash v0.8.11 |
522 | 2025-03-21T17:32:50.920Z | Downloaded assert_matches v1.5.0 |
523 | 2025-03-21T17:32:50.920Z | Downloaded aead v0.5.2 |
524 | 2025-03-21T17:32:50.921Z | Downloaded atty v0.2.14 |
525 | 2025-03-21T17:32:50.921Z | Downloaded atomicwrites v0.4.4 |
526 | 2025-03-21T17:32:50.921Z | Downloaded headers-core v0.3.0 |
527 | 2025-03-21T17:32:50.921Z | Downloaded heck v0.3.3 |
528 | 2025-03-21T17:32:50.921Z | Downloaded ctr v0.9.2 |
529 | 2025-03-21T17:32:50.934Z | Downloaded cfg_aliases v0.1.1 |
530 | 2025-03-21T17:32:50.934Z | Downloaded http-range v0.1.5 |
531 | 2025-03-21T17:32:50.945Z | Downloaded http-body v1.0.1 |
532 | 2025-03-21T17:32:50.946Z | Downloaded crunchy v0.2.2 |
533 | 2025-03-21T17:32:50.946Z | Downloaded ident_case v1.0.1 |
534 | 2025-03-21T17:32:50.946Z | Downloaded hubpack_derive v0.1.1 |
535 | 2025-03-21T17:32:50.946Z | Downloaded crucible-workspace-hack v0.1.0 |
536 | 2025-03-21T17:32:50.946Z | Downloaded ciborium-io v0.2.2 |
537 | 2025-03-21T17:32:50.946Z | Downloaded is_ci v1.2.0 |
538 | 2025-03-21T17:32:50.946Z | Downloaded cstr-argument v0.1.2 |
539 | 2025-03-21T17:32:50.955Z | Downloaded cfg_aliases v0.2.1 |
540 | 2025-03-21T17:32:50.955Z | Downloaded async-stream-impl v0.3.6 |
541 | 2025-03-21T17:32:50.955Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2025-03-21T17:32:50.955Z | Downloaded arrayref v0.3.9 |
543 | 2025-03-21T17:32:50.955Z | Downloaded bit-set v0.8.0 |
544 | 2025-03-21T17:32:50.956Z | Downloaded array-init v0.0.4 |
545 | 2025-03-21T17:32:50.964Z | Downloaded bit-vec v0.6.3 |
546 | 2025-03-21T17:32:50.964Z | Downloaded instant v0.1.13 |
547 | 2025-03-21T17:32:50.965Z | Downloaded bcrypt-pbkdf v0.10.0 |
548 | 2025-03-21T17:32:50.965Z | Downloaded adler2 v2.0.0 |
549 | 2025-03-21T17:32:50.965Z | Downloaded hostname v0.4.0 |
550 | 2025-03-21T17:32:50.976Z | Downloaded cobs v0.2.3 |
551 | 2025-03-21T17:32:50.976Z | Downloaded bit-set v0.5.3 |
552 | 2025-03-21T17:32:50.976Z | Downloaded async-stream v0.3.6 |
553 | 2025-03-21T17:32:50.976Z | Downloaded md5 v0.7.0 |
554 | 2025-03-21T17:32:50.976Z | Downloaded buf-list v1.0.3 |
555 | 2025-03-21T17:32:50.987Z | Downloaded mime v0.3.17 |
556 | 2025-03-21T17:32:50.987Z | Downloaded ciborium-ll v0.2.2 |
557 | 2025-03-21T17:32:50.987Z | Downloaded httpdate v1.0.3 |
558 | 2025-03-21T17:32:50.987Z | Downloaded cexpr v0.6.0 |
559 | 2025-03-21T17:32:50.987Z | Downloaded instability v0.3.2 |
560 | 2025-03-21T17:32:50.987Z | Downloaded bitfield-struct v0.6.2 |
561 | 2025-03-21T17:32:50.987Z | Downloaded impl-trait-for-tuples v0.2.2 |
562 | 2025-03-21T17:32:51.033Z | Downloaded lru v0.12.5 |
563 | 2025-03-21T17:32:51.034Z | Downloaded linked-hash-map v0.5.6 |
564 | 2025-03-21T17:32:51.034Z | Downloaded indoc v2.0.5 |
565 | 2025-03-21T17:32:51.034Z | Downloaded maplit v1.0.2 |
566 | 2025-03-21T17:32:51.034Z | Downloaded lockfree-object-pool v0.1.6 |
567 | 2025-03-21T17:32:51.034Z | Downloaded crc v3.2.1 |
568 | 2025-03-21T17:32:51.034Z | Downloaded rand_chacha v0.3.1 |
569 | 2025-03-21T17:32:51.034Z | Downloaded lalrpop-util v0.19.12 |
570 | 2025-03-21T17:32:51.034Z | Downloaded keccak v0.1.5 |
571 | 2025-03-21T17:32:51.036Z | Downloaded http-body-util v0.1.2 |
572 | 2025-03-21T17:32:51.036Z | Downloaded chrono-tz-build v0.4.0 |
573 | 2025-03-21T17:32:51.036Z | Downloaded libsw v3.4.0 |
574 | 2025-03-21T17:32:51.036Z | Downloaded block-padding v0.3.3 |
575 | 2025-03-21T17:32:51.043Z | Downloaded chacha20 v0.9.1 |
576 | 2025-03-21T17:32:51.043Z | Downloaded md-5 v0.10.6 |
577 | 2025-03-21T17:32:51.043Z | Downloaded indent_write v2.2.0 |
578 | 2025-03-21T17:32:51.043Z | Downloaded lru-cache v0.1.2 |
579 | 2025-03-21T17:32:51.043Z | Downloaded ref-cast v1.0.23 |
580 | 2025-03-21T17:32:51.043Z | Downloaded managed v0.8.0 |
581 | 2025-03-21T17:32:51.043Z | Downloaded psl-types v2.0.11 |
582 | 2025-03-21T17:32:51.043Z | Downloaded memoffset v0.9.1 |
583 | 2025-03-21T17:32:51.044Z | Downloaded maybe-uninit v2.0.0 |
584 | 2025-03-21T17:32:51.044Z | Downloaded humantime v2.1.0 |
585 | 2025-03-21T17:32:51.044Z | Downloaded rustc-hash v1.1.0 |
586 | 2025-03-21T17:32:51.044Z | Downloaded r2d2 v0.8.10 |
587 | 2025-03-21T17:32:51.044Z | Downloaded async-recursion v1.1.1 |
588 | 2025-03-21T17:32:51.044Z | Downloaded icu_locid_transform v1.5.0 |
589 | 2025-03-21T17:32:51.045Z | Downloaded ipnet v2.11.0 |
590 | 2025-03-21T17:32:51.045Z | Downloaded crc32fast v1.4.2 |
591 | 2025-03-21T17:32:51.053Z | Downloaded jobserver v0.1.32 |
592 | 2025-03-21T17:32:51.053Z | Downloaded linear-map v1.2.0 |
593 | 2025-03-21T17:32:51.054Z | Downloaded addr2line v0.24.2 |
594 | 2025-03-21T17:32:51.054Z | Downloaded serde-big-array v0.5.1 |
595 | 2025-03-21T17:32:51.062Z | Downloaded iana-time-zone v0.1.61 |
596 | 2025-03-21T17:32:51.062Z | Downloaded time-core v0.1.2 |
597 | 2025-03-21T17:32:51.062Z | Downloaded take_mut v0.2.2 |
598 | 2025-03-21T17:32:51.062Z | Downloaded const_format_proc_macros v0.2.34 |
599 | 2025-03-21T17:32:51.062Z | Downloaded hyper-rustls v0.27.3 |
600 | 2025-03-21T17:32:51.078Z | Downloaded lock_api v0.4.12 |
601 | 2025-03-21T17:32:51.078Z | Downloaded httparse v1.9.5 |
602 | 2025-03-21T17:32:51.078Z | Downloaded litemap v0.7.3 |
603 | 2025-03-21T17:32:51.079Z | Downloaded cookie_store v0.21.1 |
604 | 2025-03-21T17:32:51.079Z | Downloaded kstat-rs v0.2.4 |
605 | 2025-03-21T17:32:51.079Z | Downloaded colored v2.2.0 |
606 | 2025-03-21T17:32:51.092Z | Downloaded csv-core v0.1.11 |
607 | 2025-03-21T17:32:51.092Z | Downloaded hickory-client v0.24.4 |
608 | 2025-03-21T17:32:51.092Z | Downloaded proc-macro-error-attr2 v2.0.0 |
609 | 2025-03-21T17:32:51.092Z | Downloaded proc-macro-crate v1.3.1 |
610 | 2025-03-21T17:32:51.092Z | Downloaded cbc v0.1.2 |
611 | 2025-03-21T17:32:51.092Z | Downloaded scopeguard v1.2.0 |
612 | 2025-03-21T17:32:51.093Z | Downloaded rustc-hash v2.1.1 |
613 | 2025-03-21T17:32:51.098Z | Downloaded indexmap v1.9.3 |
614 | 2025-03-21T17:32:51.098Z | Downloaded cancel-safe-futures v0.1.5 |
615 | 2025-03-21T17:32:51.099Z | Downloaded icu_normalizer_data v1.5.0 |
616 | 2025-03-21T17:32:51.104Z | Downloaded icu_normalizer v1.5.0 |
617 | 2025-03-21T17:32:51.104Z | Downloaded newline-converter v0.3.0 |
618 | 2025-03-21T17:32:51.111Z | Downloaded number_prefix v0.4.0 |
619 | 2025-03-21T17:32:51.111Z | Downloaded heapless v0.7.17 |
620 | 2025-03-21T17:32:51.125Z | Downloaded endian-type v0.1.2 |
621 | 2025-03-21T17:32:51.125Z | Downloaded tabwriter v1.4.0 |
622 | 2025-03-21T17:32:51.125Z | Downloaded document-features v0.2.10 |
623 | 2025-03-21T17:32:51.125Z | Downloaded smf v0.2.3 |
624 | 2025-03-21T17:32:51.125Z | Downloaded slog-scope v4.4.0 |
625 | 2025-03-21T17:32:51.141Z | Downloaded signal-hook-tokio v0.3.1 |
626 | 2025-03-21T17:32:51.141Z | Downloaded memmap2 v0.9.5 |
627 | 2025-03-21T17:32:51.141Z | Downloaded libloading v0.8.5 |
628 | 2025-03-21T17:32:51.141Z | Downloaded normalize-line-endings v0.3.0 |
629 | 2025-03-21T17:32:51.141Z | Downloaded convert_case v0.4.0 |
630 | 2025-03-21T17:32:51.141Z | Downloaded zerofrom v0.1.4 |
631 | 2025-03-21T17:32:51.141Z | Downloaded console v0.15.10 |
632 | 2025-03-21T17:32:51.142Z | Downloaded clang-sys v1.8.1 |
633 | 2025-03-21T17:32:51.152Z | Downloaded defmt-parser v0.3.4 |
634 | 2025-03-21T17:32:51.152Z | Downloaded defmt-macros v0.3.9 |
635 | 2025-03-21T17:32:51.152Z | Downloaded pretty-hex v0.2.1 |
636 | 2025-03-21T17:32:51.152Z | Downloaded zerofrom-derive v0.1.4 |
637 | 2025-03-21T17:32:51.152Z | Downloaded mime_guess v2.0.5 |
638 | 2025-03-21T17:32:51.153Z | Downloaded crossbeam-epoch v0.9.18 |
639 | 2025-03-21T17:32:51.153Z | Downloaded tokio-macros v2.5.0 |
640 | 2025-03-21T17:32:51.153Z | Downloaded indicatif v0.17.11 |
641 | 2025-03-21T17:32:51.168Z | Downloaded peg-runtime v0.8.5 |
642 | 2025-03-21T17:32:51.168Z | Downloaded defmt v0.3.8 |
643 | 2025-03-21T17:32:51.168Z | Downloaded phf_shared v0.10.0 |
644 | 2025-03-21T17:32:51.168Z | Downloaded env_filter v0.1.2 |
645 | 2025-03-21T17:32:51.174Z | Downloaded rtoolbox v0.0.2 |
646 | 2025-03-21T17:32:51.174Z | Downloaded unarray v0.1.4 |
647 | 2025-03-21T17:32:51.175Z | Downloaded chacha20poly1305 v0.10.1 |
648 | 2025-03-21T17:32:51.175Z | Downloaded typify-macro v0.3.0 |
649 | 2025-03-21T17:32:51.175Z | Downloaded enum-as-inner v0.6.1 |
650 | 2025-03-21T17:32:51.175Z | Downloaded ref-cast-impl v1.0.23 |
651 | 2025-03-21T17:32:51.175Z | Downloaded packed_struct_codegen v0.10.1 |
652 | 2025-03-21T17:32:51.175Z | Downloaded sigpipe v0.1.3 |
653 | 2025-03-21T17:32:51.175Z | Downloaded packed_struct v0.10.1 |
654 | 2025-03-21T17:32:51.175Z | Downloaded twox-hash v2.1.0 |
655 | 2025-03-21T17:32:51.181Z | Downloaded miniz_oxide v0.8.5 |
656 | 2025-03-21T17:32:51.181Z | Downloaded funty v2.0.0 |
657 | 2025-03-21T17:32:51.186Z | Downloaded backoff v0.4.0 |
658 | 2025-03-21T17:32:51.187Z | Downloaded structmeta-derive v0.3.0 |
659 | 2025-03-21T17:32:51.187Z | Downloaded vte v0.11.1 |
660 | 2025-03-21T17:32:51.209Z | Downloaded value-bag v1.9.0 |
661 | 2025-03-21T17:32:51.209Z | Downloaded strum v0.26.3 |
662 | 2025-03-21T17:32:51.209Z | Downloaded simd-adler32 v0.3.7 |
663 | 2025-03-21T17:32:51.221Z | Downloaded zeroize v1.8.1 |
664 | 2025-03-21T17:32:51.221Z | Downloaded zone_cfg_derive v0.3.0 |
665 | 2025-03-21T17:32:51.221Z | Downloaded heapless v0.8.0 |
666 | 2025-03-21T17:32:51.221Z | Downloaded predicates-tree v1.0.11 |
667 | 2025-03-21T17:32:51.221Z | Downloaded der_derive v0.7.3 |
668 | 2025-03-21T17:32:51.221Z | Downloaded compact_str v0.8.0 |
669 | 2025-03-21T17:32:51.221Z | Downloaded icu_collections v1.5.0 |
670 | 2025-03-21T17:32:51.226Z | Downloaded tower-layer v0.3.3 |
671 | 2025-03-21T17:32:51.226Z | Downloaded rustls-pemfile v2.2.0 |
672 | 2025-03-21T17:32:51.226Z | Downloaded tower-service v0.3.3 |
673 | 2025-03-21T17:32:51.226Z | Downloaded num_threads v0.1.7 |
674 | 2025-03-21T17:32:51.226Z | Downloaded fixedbitset v0.4.2 |
675 | 2025-03-21T17:32:51.227Z | Downloaded want v0.3.1 |
676 | 2025-03-21T17:32:51.227Z | Downloaded progenitor-macro v0.9.1 |
677 | 2025-03-21T17:32:51.227Z | Downloaded sec1 v0.7.3 |
678 | 2025-03-21T17:32:51.235Z | Downloaded tabled_derive v0.10.0 |
679 | 2025-03-21T17:32:51.235Z | Downloaded bytes v1.10.0 |
680 | 2025-03-21T17:32:51.235Z | Downloaded base64 v0.22.1 |
681 | 2025-03-21T17:32:51.239Z | Downloaded waitgroup v0.1.2 |
682 | 2025-03-21T17:32:51.246Z | Downloaded wait-timeout v0.2.0 |
683 | 2025-03-21T17:32:51.246Z | Downloaded foreign-types v0.3.2 |
684 | 2025-03-21T17:32:51.246Z | Downloaded vergen v8.3.2 |
685 | 2025-03-21T17:32:51.262Z | Downloaded tap v1.0.1 |
686 | 2025-03-21T17:32:51.263Z | Downloaded tokio-tungstenite v0.23.1 |
687 | 2025-03-21T17:32:51.263Z | Downloaded displaydoc v0.2.5 |
688 | 2025-03-21T17:32:51.263Z | Downloaded rustls-pki-types v1.10.0 |
689 | 2025-03-21T17:32:51.264Z | Downloaded which v4.4.2 |
690 | 2025-03-21T17:32:51.271Z | Downloaded futures-core v0.3.31 |
691 | 2025-03-21T17:32:51.272Z | Downloaded universal-hash v0.5.1 |
692 | 2025-03-21T17:32:51.272Z | Downloaded cookie v0.18.1 |
693 | 2025-03-21T17:32:51.272Z | Downloaded strum_macros v0.24.3 |
694 | 2025-03-21T17:32:51.272Z | Downloaded russh-cryptovec v0.7.3 |
695 | 2025-03-21T17:32:51.272Z | Downloaded spki v0.7.3 |
696 | 2025-03-21T17:32:51.276Z | Downloaded rpassword v7.3.1 |
697 | 2025-03-21T17:32:51.276Z | Downloaded nu-ansi-term v0.50.1 |
698 | 2025-03-21T17:32:51.277Z | Downloaded const_format v0.2.34 |
699 | 2025-03-21T17:32:51.290Z | Downloaded rand_seeder v0.3.0 |
700 | 2025-03-21T17:32:51.295Z | Downloaded num v0.4.3 |
701 | 2025-03-21T17:32:51.295Z | Downloaded nibble_vec v0.1.0 |
702 | 2025-03-21T17:32:51.295Z | Downloaded futures-task v0.3.31 |
703 | 2025-03-21T17:32:51.299Z | Downloaded futures-macro v0.3.31 |
704 | 2025-03-21T17:32:51.299Z | Downloaded futures-io v0.3.31 |
705 | 2025-03-21T17:32:51.299Z | Downloaded deranged v0.3.11 |
706 | 2025-03-21T17:32:51.303Z | Downloaded postcard v1.0.10 |
707 | 2025-03-21T17:32:51.303Z | Downloaded uzers v0.12.1 |
708 | 2025-03-21T17:32:51.308Z | Downloaded tinyvec v1.8.0 |
709 | 2025-03-21T17:32:51.312Z | Downloaded bumpalo v3.16.0 |
710 | 2025-03-21T17:32:51.312Z | Downloaded tinyvec_macros v0.1.1 |
711 | 2025-03-21T17:32:51.315Z | Downloaded phf v0.11.2 |
712 | 2025-03-21T17:32:51.315Z | Downloaded data-encoding v2.6.0 |
713 | 2025-03-21T17:32:51.315Z | Downloaded vte_generate_state_changes v0.1.2 |
714 | 2025-03-21T17:32:51.321Z | Downloaded hickory-server v0.24.4 |
715 | 2025-03-21T17:32:51.326Z | Downloaded futures-executor v0.3.31 |
716 | 2025-03-21T17:32:51.326Z | Downloaded arc-swap v1.7.1 |
717 | 2025-03-21T17:32:51.339Z | Downloaded zone v0.3.0 |
718 | 2025-03-21T17:32:51.339Z | Downloaded hickory-resolver v0.24.4 |
719 | 2025-03-21T17:32:51.344Z | Downloaded fd-lock v4.0.2 |
720 | 2025-03-21T17:32:51.345Z | Downloaded percent-encoding v2.3.1 |
721 | 2025-03-21T17:32:51.345Z | Downloaded num_enum_derive v0.5.11 |
722 | 2025-03-21T17:32:51.345Z | Downloaded rand_xorshift v0.3.0 |
723 | 2025-03-21T17:32:51.345Z | Downloaded serde_path_to_error v0.1.16 |
724 | 2025-03-21T17:32:51.363Z | Downloaded slog-dtrace v0.3.0 |
725 | 2025-03-21T17:32:51.363Z | Downloaded crypto-bigint v0.5.5 |
726 | 2025-03-21T17:32:51.381Z | Downloaded unicode-xid v0.2.6 |
727 | 2025-03-21T17:32:51.381Z | Downloaded precomputed-hash v0.1.1 |
728 | 2025-03-21T17:32:51.381Z | Downloaded same-file v1.0.6 |
729 | 2025-03-21T17:32:51.381Z | Downloaded quinn-udp v0.5.5 |
730 | 2025-03-21T17:32:51.391Z | Downloaded zerocopy-derive v0.8.10 |
731 | 2025-03-21T17:32:51.391Z | Downloaded progenitor-client v0.8.0 |
732 | 2025-03-21T17:32:51.391Z | Downloaded der v0.7.9 |
733 | 2025-03-21T17:32:51.391Z | Downloaded filetime v0.2.25 |
734 | 2025-03-21T17:32:51.406Z | Downloaded ssh-cipher v0.2.0 |
735 | 2025-03-21T17:32:51.406Z | Downloaded ff v0.13.0 |
736 | 2025-03-21T17:32:51.406Z | Downloaded dyn-clone v1.0.18 |
737 | 2025-03-21T17:32:51.406Z | Downloaded dunce v1.0.5 |
738 | 2025-03-21T17:32:51.406Z | Downloaded group v0.13.0 |
739 | 2025-03-21T17:32:51.406Z | Downloaded serde_derive_internals v0.29.1 |
740 | 2025-03-21T17:32:51.406Z | Downloaded derive-where v1.2.7 |
741 | 2025-03-21T17:32:51.410Z | Downloaded derive_builder_macro v0.20.2 |
742 | 2025-03-21T17:32:51.410Z | Downloaded zerovec-derive v0.10.3 |
743 | 2025-03-21T17:32:51.410Z | Downloaded dsl_auto_type v0.1.2 |
744 | 2025-03-21T17:32:51.410Z | Downloaded pem-rfc7468 v0.7.0 |
745 | 2025-03-21T17:32:51.414Z | Downloaded radium v0.7.0 |
746 | 2025-03-21T17:32:51.414Z | Downloaded ghash v0.5.1 |
747 | 2025-03-21T17:32:51.414Z | Downloaded pkg-config v0.3.31 |
748 | 2025-03-21T17:32:51.418Z | Downloaded p256 v0.13.2 |
749 | 2025-03-21T17:32:51.422Z | Downloaded itertools v0.10.5 |
750 | 2025-03-21T17:32:51.428Z | Downloaded newtype_derive v0.1.6 |
751 | 2025-03-21T17:32:51.432Z | Downloaded new_debug_unreachable v1.0.6 |
752 | 2025-03-21T17:32:51.432Z | Downloaded darling_macro v0.20.10 |
753 | 2025-03-21T17:32:51.432Z | Downloaded rand_core v0.9.2 |
754 | 2025-03-21T17:32:51.435Z | Downloaded predicates v3.1.3 |
755 | 2025-03-21T17:32:51.435Z | Downloaded libm v0.2.8 |
756 | 2025-03-21T17:32:51.444Z | Downloaded static_assertions v1.1.0 |
757 | 2025-03-21T17:32:51.447Z | Downloaded sqlparser_derive v0.2.2 |
758 | 2025-03-21T17:32:51.447Z | Downloaded pkcs8 v0.10.2 |
759 | 2025-03-21T17:32:51.458Z | Downloaded parse-size v1.1.0 |
760 | 2025-03-21T17:32:51.458Z | Downloaded spin v0.9.8 |
761 | 2025-03-21T17:32:51.458Z | Downloaded stringprep v0.1.5 |
762 | 2025-03-21T17:32:51.458Z | Downloaded xattr v1.3.1 |
763 | 2025-03-21T17:32:51.458Z | Downloaded sha1 v0.10.6 |
764 | 2025-03-21T17:32:51.470Z | Downloaded xz2 v0.1.7 |
765 | 2025-03-21T17:32:51.470Z | Downloaded termtree v0.4.1 |
766 | 2025-03-21T17:32:51.470Z | Downloaded pin-project-internal v1.1.6 |
767 | 2025-03-21T17:32:51.470Z | Downloaded flume v0.11.1 |
768 | 2025-03-21T17:32:51.470Z | Downloaded slog-envlogger v2.2.0 |
769 | 2025-03-21T17:32:51.475Z | Downloaded openssl-sys v0.9.106 |
770 | 2025-03-21T17:32:51.489Z | Downloaded diesel_table_macro_syntax v0.2.0 |
771 | 2025-03-21T17:32:51.489Z | Downloaded curve25519-dalek-derive v0.1.1 |
772 | 2025-03-21T17:32:51.489Z | Downloaded utf16_iter v1.0.5 |
773 | 2025-03-21T17:32:51.489Z | Downloaded foreign-types v0.5.0 |
774 | 2025-03-21T17:32:51.489Z | Downloaded pretty_assertions v1.4.1 |
775 | 2025-03-21T17:32:51.493Z | Downloaded unicode_categories v0.1.1 |
776 | 2025-03-21T17:32:51.493Z | Downloaded idna v1.0.3 |
777 | 2025-03-21T17:32:51.493Z | Downloaded olpc-cjson v0.1.4 |
778 | 2025-03-21T17:32:51.498Z | Downloaded nanorand v0.7.0 |
779 | 2025-03-21T17:32:51.498Z | Downloaded password-hash v0.5.0 |
780 | 2025-03-21T17:32:51.502Z | Downloaded openssl-probe v0.1.5 |
781 | 2025-03-21T17:32:51.502Z | Downloaded progenitor-macro v0.8.0 |
782 | 2025-03-21T17:32:51.502Z | Downloaded openssl-macros v0.1.1 |
783 | 2025-03-21T17:32:51.502Z | Downloaded subprocess v0.2.9 |
784 | 2025-03-21T17:32:51.505Z | Downloaded rand_chacha v0.9.0 |
785 | 2025-03-21T17:32:51.511Z | Downloaded slog-stdlog v4.1.1 |
786 | 2025-03-21T17:32:51.511Z | Downloaded qorb v0.2.1 |
787 | 2025-03-21T17:32:51.515Z | Downloaded mockall v0.13.1 |
788 | 2025-03-21T17:32:51.515Z | Downloaded flagset v0.4.6 |
789 | 2025-03-21T17:32:51.518Z | Downloaded publicsuffix v2.3.0 |
790 | 2025-03-21T17:32:51.524Z | Downloaded parse-display-derive v0.10.0 |
791 | 2025-03-21T17:32:51.524Z | Downloaded opaque-debug v0.3.1 |
792 | 2025-03-21T17:32:51.526Z | Downloaded shlex v1.3.0 |
793 | 2025-03-21T17:32:51.526Z | Downloaded parse-display v0.10.0 |
794 | 2025-03-21T17:32:51.526Z | Downloaded num_enum v0.5.11 |
795 | 2025-03-21T17:32:51.530Z | Downloaded oxnet v0.1.1 |
796 | 2025-03-21T17:32:51.534Z | Downloaded itertools v0.12.1 |
797 | 2025-03-21T17:32:51.542Z | Downloaded difflib v0.4.0 |
798 | 2025-03-21T17:32:51.546Z | Downloaded sync_wrapper v1.0.1 |
799 | 2025-03-21T17:32:51.546Z | Downloaded hyper v1.6.0 |
800 | 2025-03-21T17:32:51.555Z | Downloaded termtree v0.5.1 |
801 | 2025-03-21T17:32:51.557Z | Downloaded tower v0.5.2 |
802 | 2025-03-21T17:32:51.565Z | Downloaded num-conv v0.1.0 |
803 | 2025-03-21T17:32:51.570Z | Downloaded derive_builder_core v0.20.2 |
804 | 2025-03-21T17:32:51.570Z | Downloaded tracing v0.1.40 |
805 | 2025-03-21T17:32:51.573Z | Downloaded diesel-dtrace v0.4.2 |
806 | 2025-03-21T17:32:51.576Z | Downloaded russh v0.45.0 |
807 | 2025-03-21T17:32:51.581Z | Downloaded thread_local v1.1.8 |
808 | 2025-03-21T17:32:51.584Z | Downloaded progenitor-client v0.9.1 |
809 | 2025-03-21T17:32:51.590Z | Downloaded tls_codec_derive v0.4.1 |
810 | 2025-03-21T17:32:51.590Z | Downloaded parking_lot_core v0.9.10 |
811 | 2025-03-21T17:32:51.595Z | Downloaded zone_cfg_derive v0.1.2 |
812 | 2025-03-21T17:32:51.595Z | Downloaded slab v0.4.9 |
813 | 2025-03-21T17:32:51.595Z | Downloaded serde_repr v0.1.19 |
814 | 2025-03-21T17:32:51.598Z | Downloaded phf_generator v0.11.2 |
815 | 2025-03-21T17:32:51.598Z | Downloaded path-slash v0.1.5 |
816 | 2025-03-21T17:32:51.598Z | Downloaded polyval v0.6.2 |
817 | 2025-03-21T17:32:51.601Z | Downloaded yoke-derive v0.7.4 |
818 | 2025-03-21T17:32:51.604Z | Downloaded papergrid v0.14.0 |
819 | 2025-03-21T17:32:51.607Z | Downloaded ed25519 v2.2.3 |
820 | 2025-03-21T17:32:51.610Z | Downloaded thiserror-impl-no-std v2.0.2 |
821 | 2025-03-21T17:32:51.614Z | Downloaded futures-channel v0.3.31 |
822 | 2025-03-21T17:32:51.614Z | Downloaded daft v0.1.1 |
823 | 2025-03-21T17:32:51.617Z | Downloaded uuid v1.15.1 |
824 | 2025-03-21T17:32:51.622Z | Downloaded hash32 v0.2.1 |
825 | 2025-03-21T17:32:51.625Z | Downloaded tough v0.19.0 |
826 | 2025-03-21T17:32:51.630Z | Downloaded toolchain_find v0.4.0 |
827 | 2025-03-21T17:32:51.633Z | Downloaded progenitor v0.9.1 |
828 | 2025-03-21T17:32:51.637Z | Downloaded hash32 v0.3.1 |
829 | 2025-03-21T17:32:51.637Z | Downloaded num-integer v0.1.46 |
830 | 2025-03-21T17:32:51.641Z | Downloaded whoami v1.5.2 |
831 | 2025-03-21T17:32:51.641Z | Downloaded russh-keys v0.45.0 |
832 | 2025-03-21T17:32:51.644Z | Downloaded multimap v0.10.0 |
833 | 2025-03-21T17:32:51.644Z | Downloaded signal-hook-mio v0.2.4 |
834 | 2025-03-21T17:32:51.647Z | Downloaded serde_urlencoded v0.7.1 |
835 | 2025-03-21T17:32:51.647Z | Downloaded derive_more v0.99.19 |
836 | 2025-03-21T17:32:51.653Z | Downloaded foreign-types-shared v0.3.1 |
837 | 2025-03-21T17:32:51.656Z | Downloaded progenitor-impl v0.8.0 |
838 | 2025-03-21T17:32:51.656Z | Downloaded progenitor v0.8.0 |
839 | 2025-03-21T17:32:51.659Z | Downloaded strum_macros v0.25.3 |
840 | 2025-03-21T17:32:51.661Z | Downloaded derive_builder v0.20.2 |
841 | 2025-03-21T17:32:51.665Z | Downloaded scheduled-thread-pool v0.2.7 |
842 | 2025-03-21T17:32:51.668Z | Downloaded native-tls v0.2.12 |
843 | 2025-03-21T17:32:51.673Z | Downloaded smallvec v0.6.14 |
844 | 2025-03-21T17:32:51.673Z | Downloaded diff v0.1.13 |
845 | 2025-03-21T17:32:51.676Z | Downloaded zip v2.1.3 |
846 | 2025-03-21T17:32:51.682Z | Downloaded write16 v1.0.0 |
847 | 2025-03-21T17:32:51.682Z | Downloaded ecdsa v0.16.9 |
848 | 2025-03-21T17:32:51.686Z | Downloaded slog-json v2.6.1 |
849 | 2025-03-21T17:32:51.686Z | Downloaded yasna v0.5.2 |
850 | 2025-03-21T17:32:51.686Z | Downloaded fxhash v0.2.1 |
851 | 2025-03-21T17:32:51.694Z | Downloaded foreign-types-shared v0.1.1 |
852 | 2025-03-21T17:32:51.694Z | Downloaded toml v0.7.8 |
853 | 2025-03-21T17:32:51.701Z | Downloaded foreign-types-macros v0.2.3 |
854 | 2025-03-21T17:32:51.701Z | Downloaded scrypt v0.11.0 |
855 | 2025-03-21T17:32:51.701Z | Downloaded tokio-rustls v0.24.1 |
856 | 2025-03-21T17:32:51.701Z | Downloaded try-lock v0.2.5 |
857 | 2025-03-21T17:32:51.701Z | Downloaded peg v0.8.5 |
858 | 2025-03-21T17:32:51.705Z | Downloaded env_logger v0.11.5 |
859 | 2025-03-21T17:32:51.705Z | Downloaded mockall_derive v0.13.1 |
860 | 2025-03-21T17:32:51.705Z | Downloaded pin-utils v0.1.0 |
861 | 2025-03-21T17:32:51.708Z | Downloaded sync-ptr v0.1.1 |
862 | 2025-03-21T17:32:51.708Z | Downloaded tungstenite v0.23.0 |
863 | 2025-03-21T17:32:51.711Z | Downloaded quinn v0.11.5 |
864 | 2025-03-21T17:32:51.714Z | Downloaded form_urlencoded v1.2.1 |
865 | 2025-03-21T17:32:51.718Z | Downloaded utf8_iter v1.0.4 |
866 | 2025-03-21T17:32:51.718Z | Downloaded untrusted v0.9.0 |
867 | 2025-03-21T17:32:51.718Z | Downloaded salsa20 v0.10.2 |
868 | 2025-03-21T17:32:51.722Z | Downloaded phf_codegen v0.11.2 |
869 | 2025-03-21T17:32:51.722Z | Downloaded pem v3.0.5 |
870 | 2025-03-21T17:32:51.726Z | Downloaded untrusted v0.7.1 |
871 | 2025-03-21T17:32:51.726Z | Downloaded poly1305 v0.8.0 |
872 | 2025-03-21T17:32:51.730Z | Downloaded embedded-io v0.4.0 |
873 | 2025-03-21T17:32:51.730Z | Downloaded progenitor-impl v0.9.1 |
874 | 2025-03-21T17:32:51.736Z | Downloaded pbkdf2 v0.12.2 |
875 | 2025-03-21T17:32:51.736Z | Downloaded pbkdf2 v0.11.0 |
876 | 2025-03-21T17:32:51.740Z | Downloaded blake3 v1.5.4 |
877 | 2025-03-21T17:32:51.742Z | Downloaded diesel_derives v2.2.3 |
878 | 2025-03-21T17:32:51.748Z | Downloaded signal-hook v0.3.17 |
879 | 2025-03-21T17:32:51.762Z | Downloaded fragile v2.0.0 |
880 | 2025-03-21T17:32:51.766Z | Downloaded display-error-chain v0.2.2 |
881 | 2025-03-21T17:32:51.766Z | Downloaded supports-color v3.0.2 |
882 | 2025-03-21T17:32:51.766Z | Downloaded ppv-lite86 v0.2.20 |
883 | 2025-03-21T17:32:51.766Z | Downloaded p521 v0.13.3 |
884 | 2025-03-21T17:32:51.766Z | Downloaded primeorder v0.13.6 |
885 | 2025-03-21T17:32:51.766Z | Downloaded rand v0.8.5 |
886 | 2025-03-21T17:32:51.770Z | Downloaded siphasher v0.3.11 |
887 | 2025-03-21T17:32:51.770Z | Downloaded slog-async v2.8.0 |
888 | 2025-03-21T17:32:51.770Z | Downloaded aho-corasick v1.1.3 |
889 | 2025-03-21T17:32:52.780Z | Downloaded signature v2.2.0 |
890 | 2025-03-21T17:32:52.784Z | Downloaded secrecy v0.8.0 |
891 | 2025-03-21T17:32:52.784Z | Downloaded nodrop v0.1.14 |
892 | 2025-03-21T17:32:52.784Z | Downloaded multer v3.1.0 |
893 | 2025-03-21T17:32:52.784Z | Downloaded ena v0.14.3 |
894 | 2025-03-21T17:32:52.784Z | Downloaded rusty-fork v0.3.0 |
895 | 2025-03-21T17:32:52.784Z | Downloaded gethostname v0.5.0 |
896 | 2025-03-21T17:32:52.784Z | Downloaded embedded-io v0.6.1 |
897 | 2025-03-21T17:32:52.784Z | Downloaded darling_core v0.20.10 |
898 | 2025-03-21T17:32:52.784Z | Downloaded pkcs1 v0.7.5 |
899 | 2025-03-21T17:32:52.784Z | Downloaded unicode-properties v0.1.3 |
900 | 2025-03-21T17:32:52.784Z | Downloaded elliptic-curve v0.13.8 |
901 | 2025-03-21T17:32:52.784Z | Downloaded aws-lc-rs v1.12.4 |
902 | 2025-03-21T17:32:52.785Z | Downloaded powerfmt v0.2.0 |
903 | 2025-03-21T17:32:52.785Z | Downloaded zerocopy v0.6.6 |
904 | 2025-03-21T17:32:52.785Z | Downloaded fs_extra v1.3.0 |
905 | 2025-03-21T17:32:52.785Z | Downloaded strum_macros v0.26.4 |
906 | 2025-03-21T17:32:52.785Z | Downloaded snafu v0.8.5 |
907 | 2025-03-21T17:32:52.785Z | Downloaded dirs-next v2.0.0 |
908 | 2025-03-21T17:32:52.785Z | Downloaded tui-tree-widget v0.23.0 |
909 | 2025-03-21T17:32:52.785Z | Downloaded rand v0.9.0 |
910 | 2025-03-21T17:32:52.785Z | Downloaded subtle v2.6.1 |
911 | 2025-03-21T17:32:52.785Z | Downloaded tokio-tungstenite v0.21.0 |
912 | 2025-03-21T17:32:52.785Z | Downloaded lalrpop v0.19.12 |
913 | 2025-03-21T17:32:52.785Z | Downloaded yoke v0.7.4 |
914 | 2025-03-21T17:32:52.785Z | Downloaded wyz v0.5.1 |
915 | 2025-03-21T17:32:52.785Z | Downloaded tokio-tungstenite v0.24.0 |
916 | 2025-03-21T17:32:52.785Z | Downloaded pkcs5 v0.7.1 |
917 | 2025-03-21T17:32:52.785Z | Downloaded typify v0.3.0 |
918 | 2025-03-21T17:32:52.785Z | Downloaded des v0.8.1 |
919 | 2025-03-21T17:32:52.785Z | Downloaded rustc-demangle v0.1.24 |
920 | 2025-03-21T17:32:52.785Z | Downloaded num-complex v0.4.6 |
921 | 2025-03-21T17:32:52.785Z | Downloaded password-hash v0.4.2 |
922 | 2025-03-21T17:32:52.785Z | Downloaded getrandom v0.2.15 |
923 | 2025-03-21T17:32:52.785Z | Downloaded env_logger v0.10.2 |
924 | 2025-03-21T17:32:52.785Z | Downloaded slog v2.7.0 |
925 | 2025-03-21T17:32:52.785Z | Downloaded sqlparser v0.45.0 |
926 | 2025-03-21T17:32:52.785Z | Downloaded typed-path v0.9.3 |
927 | 2025-03-21T17:32:52.785Z | Downloaded tungstenite v0.21.0 |
928 | 2025-03-21T17:32:52.785Z | Downloaded ed25519-dalek v2.1.1 |
929 | 2025-03-21T17:32:52.785Z | Downloaded postgres-types v0.2.9 |
930 | 2025-03-21T17:32:52.785Z | Downloaded tokio-postgres v0.7.13 |
931 | 2025-03-21T17:32:52.785Z | Downloaded owo-colors v4.2.0 |
932 | 2025-03-21T17:32:52.785Z | Downloaded serde_yaml v0.9.34+deprecated |
933 | 2025-03-21T17:32:52.785Z | Downloaded icu_properties_data v1.5.0 |
934 | 2025-03-21T17:32:52.785Z | Downloaded unsafe-libyaml v0.2.11 |
935 | 2025-03-21T17:32:52.785Z | Downloaded hashbrown v0.12.3 |
936 | 2025-03-21T17:32:52.785Z | Downloaded tokio-rustls v0.25.0 |
937 | 2025-03-21T17:32:52.785Z | Downloaded x509-cert v0.2.5 |
938 | 2025-03-21T17:32:52.786Z | Downloaded zerovec v0.10.4 |
939 | 2025-03-21T17:32:52.786Z | Downloaded git2 v0.19.0 |
940 | 2025-03-21T17:32:52.786Z | Downloaded unicode-segmentation v1.12.0 |
941 | 2025-03-21T17:32:52.786Z | Downloaded omicron-zone-package v0.12.0 |
942 | 2025-03-21T17:32:52.786Z | Downloaded flate2 v1.1.0 |
943 | 2025-03-21T17:32:52.786Z | Downloaded time v0.3.36 |
944 | 2025-03-21T17:32:52.786Z | Downloaded rustls-webpki v0.102.8 |
945 | 2025-03-21T17:32:52.786Z | Downloaded num-bigint v0.4.6 |
946 | 2025-03-21T17:32:52.786Z | Downloaded bindgen v0.71.1 |
947 | 2025-03-21T17:32:52.786Z | Downloaded tokio-util v0.7.13 |
948 | 2025-03-21T17:32:52.786Z | Downloaded winnow v0.6.20 |
949 | 2025-03-21T17:32:52.786Z | Downloaded toml_edit v0.19.15 |
950 | 2025-03-21T17:32:52.786Z | Downloaded num-bigint-dig v0.8.4 |
951 | 2025-03-21T17:32:52.786Z | Downloaded object v0.30.4 |
952 | 2025-03-21T17:32:52.786Z | Downloaded parse-zoneinfo v0.3.1 |
953 | 2025-03-21T17:32:52.786Z | Downloaded tabled v0.18.0 |
954 | 2025-03-21T17:32:52.787Z | Downloaded unicode-normalization v0.1.24 |
955 | 2025-03-21T17:32:52.787Z | Downloaded webpki-roots v0.26.6 |
956 | 2025-03-21T17:32:52.787Z | Downloaded zerocopy v0.8.10 |
957 | 2025-03-21T17:32:52.787Z | Downloaded smoltcp v0.9.1 |
958 | 2025-03-21T17:32:52.787Z | Downloaded nom v7.1.3 |
959 | 2025-03-21T17:32:52.787Z | Downloaded rustyline v14.0.0 |
960 | 2025-03-21T17:32:52.787Z | Downloaded object v0.36.5 |
961 | 2025-03-21T17:32:52.787Z | Downloaded radix_trie v0.2.1 |
962 | 2025-03-21T17:32:52.787Z | Downloaded h2 v0.4.6 |
963 | 2025-03-21T17:32:52.787Z | Downloaded gimli v0.31.1 |
964 | 2025-03-21T17:32:52.787Z | Downloaded unicode-width v0.2.0 |
965 | 2025-03-21T17:32:52.787Z | Downloaded nix v0.28.0 |
966 | 2025-03-21T17:32:52.787Z | Downloaded regex-syntax v0.8.5 |
967 | 2025-03-21T17:32:52.787Z | Downloaded salty v0.3.0 |
968 | 2025-03-21T17:32:52.787Z | Downloaded regex v1.11.1 |
969 | 2025-03-21T17:32:52.787Z | Downloaded openssl v0.10.71 |
970 | 2025-03-21T17:32:52.787Z | Downloaded regex-syntax v0.6.29 |
971 | 2025-03-21T17:32:52.787Z | Downloaded regress v0.10.3 |
972 | 2025-03-21T17:32:52.787Z | Downloaded dropshot v0.12.0 |
973 | 2025-03-21T17:32:52.787Z | Downloaded chrono-tz v0.10.1 |
974 | 2025-03-21T17:32:52.787Z | Downloaded polar-core v0.27.3 |
975 | 2025-03-21T17:32:52.787Z | Downloaded nix v0.29.0 |
976 | 2025-03-21T17:32:52.787Z | Downloaded openapiv3 v2.0.0 |
977 | 2025-03-21T17:32:52.787Z | Downloaded typify-impl v0.3.0 |
978 | 2025-03-21T17:32:52.787Z | Downloaded nix v0.27.1 |
979 | 2025-03-21T17:32:52.787Z | Downloaded dropshot v0.16.0 |
980 | 2025-03-21T17:32:52.787Z | Downloaded curve25519-dalek v4.1.3 |
981 | 2025-03-21T17:32:52.787Z | Downloaded zerocopy-derive v0.6.6 |
982 | 2025-03-21T17:32:52.787Z | Downloaded rustls v0.21.12 |
983 | 2025-03-21T17:32:52.787Z | Downloaded diesel v2.2.7 |
984 | 2025-03-21T17:32:52.787Z | Downloaded ratatui v0.29.0 |
985 | 2025-03-21T17:32:52.787Z | Downloaded smoltcp v0.11.0 |
986 | 2025-03-21T17:32:52.787Z | Downloaded sled v0.34.7 |
987 | 2025-03-21T17:32:52.787Z | Downloaded rustls v0.23.19 |
988 | 2025-03-21T17:32:52.787Z | Downloaded rustls v0.22.4 |
989 | 2025-03-21T17:32:52.787Z | Downloaded bstr v1.10.0 |
990 | 2025-03-21T17:32:52.791Z | Downloaded reedline v0.38.0 |
991 | 2025-03-21T17:32:52.791Z | Downloaded p384 v0.13.0 |
992 | 2025-03-21T17:32:52.791Z | Downloaded chrono v0.4.40 |
993 | 2025-03-21T17:32:52.791Z | Downloaded petgraph v0.7.1 |
994 | 2025-03-21T17:32:52.791Z | Downloaded typify-impl v0.2.0 |
995 | 2025-03-21T17:32:52.791Z | Downloaded petgraph v0.6.5 |
996 | 2025-03-21T17:32:52.791Z | Downloaded libz-sys v1.1.20 |
997 | 2025-03-21T17:32:52.791Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
998 | 2025-03-21T17:32:52.791Z | Downloaded lzma-sys v0.1.20 |
999 | 2025-03-21T17:32:52.791Z | Downloaded expectorate v1.1.0 |
1000 | 2025-03-21T17:32:52.791Z | Downloaded rayon v1.10.0 |
1001 | 2025-03-21T17:32:52.791Z | Downloaded quinn-proto v0.11.8 |
1002 | 2025-03-21T17:32:52.791Z | Downloaded regex-automata v0.4.8 |
1003 | 2025-03-21T17:32:52.791Z | Downloaded sha3 v0.10.8 |
1004 | 2025-03-21T17:32:52.791Z | Downloaded petname v2.0.2 |
1005 | 2025-03-21T17:32:52.792Z | Downloaded bindgen v0.69.5 |
1006 | 2025-03-21T17:32:52.792Z | Downloaded winnow v0.5.40 |
1007 | 2025-03-21T17:32:52.792Z | Downloaded bitvec v1.0.1 |
1008 | 2025-03-21T17:32:52.792Z | Downloaded proptest v1.6.0 |
1009 | 2025-03-21T17:32:52.792Z | Downloaded reqwest v0.12.12 |
1010 | 2025-03-21T17:32:52.792Z | Downloaded portable-atomic v1.9.0 |
1011 | 2025-03-21T17:32:52.792Z | Downloaded hickory-proto v0.24.4 |
1012 | 2025-03-21T17:32:52.792Z | Downloaded zopfli v0.8.1 |
1013 | 2025-03-21T17:32:52.792Z | Downloaded serde_with v3.12.0 |
1014 | 2025-03-21T17:32:52.792Z | Downloaded csv v1.3.1 |
1015 | 2025-03-21T17:32:52.792Z | Downloaded vcpkg v0.2.15 |
1016 | 2025-03-21T17:32:52.795Z | Downloaded quick-xml v0.37.2 |
1017 | 2025-03-21T17:32:52.799Z | Downloaded futures-util v0.3.31 |
1018 | 2025-03-21T17:32:52.811Z | Downloaded schemars v0.8.22 |
1019 | 2025-03-21T17:32:52.821Z | Downloaded tokio v1.43.0 |
1020 | 2025-03-21T17:32:52.859Z | Downloaded ssh-key v0.6.6 |
1021 | 2025-03-21T17:32:52.865Z | Downloaded samael v0.0.18 |
1022 | 2025-03-21T17:32:52.873Z | Downloaded rustls-webpki v0.101.7 |
1023 | 2025-03-21T17:32:52.884Z | Downloaded darling v0.20.10 |
1024 | 2025-03-21T17:32:52.903Z | Downloaded url v2.5.3 |
1025 | 2025-03-21T17:32:52.903Z | Downloaded hashbrown v0.13.2 |
1026 | 2025-03-21T17:32:52.910Z | Downloaded rayon-core v1.12.1 |
1027 | 2025-03-21T17:32:52.910Z | Downloaded rcgen v0.12.1 |
1028 | 2025-03-21T17:32:52.910Z | Downloaded half v2.4.1 |
1029 | 2025-03-21T17:32:52.910Z | Downloaded steno v0.4.1 |
1030 | 2025-03-21T17:32:52.910Z | Downloaded pin-project-lite v0.2.14 |
1031 | 2025-03-21T17:32:52.917Z | Downloaded daft-derive v0.1.1 |
1032 | 2025-03-21T17:32:52.920Z | Downloaded rsa v0.9.6 |
1033 | 2025-03-21T17:32:52.920Z | Downloaded dirs-sys-next v0.1.2 |
1034 | 2025-03-21T17:32:52.920Z | Downloaded peg-macros v0.8.5 |
1035 | 2025-03-21T17:32:52.924Z | Downloaded zip v0.6.6 |
1036 | 2025-03-21T17:32:52.927Z | Downloaded thiserror-no-std v2.0.2 |
1037 | 2025-03-21T17:32:52.931Z | Downloaded rfc6979 v0.4.0 |
1038 | 2025-03-21T17:32:52.931Z | Downloaded typify v0.2.0 |
1039 | 2025-03-21T17:32:52.935Z | Downloaded slog-term v2.9.1 |
1040 | 2025-03-21T17:32:52.938Z | Downloaded tungstenite v0.24.0 |
1041 | 2025-03-21T17:32:52.942Z | Downloaded aes-gcm v0.10.3 |
1042 | 2025-03-21T17:32:52.945Z | Downloaded resolv-conf v0.7.0 |
1043 | 2025-03-21T17:32:52.945Z | Downloaded synstructure v0.13.1 |
1044 | 2025-03-21T17:32:52.945Z | Downloaded rand_core v0.6.4 |
1045 | 2025-03-21T17:32:52.948Z | Downloaded postgres-protocol v0.6.8 |
1046 | 2025-03-21T17:32:52.948Z | Downloaded oso v0.27.3 |
1047 | 2025-03-21T17:32:52.953Z | Downloaded getrandom v0.3.1 |
1048 | 2025-03-21T17:32:52.956Z | Downloaded crossterm v0.28.1 |
1049 | 2025-03-21T17:32:52.961Z | Downloaded termcolor v1.4.1 |
1050 | 2025-03-21T17:32:52.965Z | Downloaded proc-macro-error2 v2.0.1 |
1051 | 2025-03-21T17:32:52.969Z | Downloaded encoding_rs v0.8.34 |
1052 | 2025-03-21T17:32:52.986Z | Downloaded num-traits v0.2.19 |
1053 | 2025-03-21T17:32:52.991Z | Downloaded prettyplease v0.2.29 |
1054 | 2025-03-21T17:32:52.995Z | Downloaded hkdf v0.12.4 |
1055 | 2025-03-21T17:32:52.995Z | Downloaded termios v0.3.3 |
1056 | 2025-03-21T17:32:52.999Z | Downloaded fatfs v0.3.6 |
1057 | 2025-03-21T17:32:52.999Z | Downloaded yansi v1.0.1 |
1058 | 2025-03-21T17:32:53.005Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1059 | 2025-03-21T17:32:53.059Z | Downloaded socket2 v0.5.8 |
1060 | 2025-03-21T17:32:53.063Z | Downloaded itertools v0.14.0 |
1061 | 2025-03-21T17:32:53.068Z | Downloaded itertools v0.13.0 |
1062 | 2025-03-21T17:32:53.074Z | Downloaded fixedbitset v0.5.7 |
1063 | 2025-03-21T17:32:53.086Z | Downloaded float-cmp v0.10.0 |
1064 | 2025-03-21T17:32:53.086Z | Downloaded ring v0.17.11 |
1065 | 2025-03-21T17:32:53.119Z | Downloaded shell-words v1.1.0 |
1066 | 2025-03-21T17:32:53.123Z | Downloaded utf-8 v0.7.6 |
1067 | 2025-03-21T17:32:53.123Z | Downloaded unicode-truncate v1.1.0 |
1068 | 2025-03-21T17:32:53.123Z | Downloaded num-rational v0.4.2 |
1069 | 2025-03-21T17:32:53.129Z | Downloaded dropshot_endpoint v0.12.0 |
1070 | 2025-03-21T17:32:53.129Z | Downloaded base64 v0.21.7 |
1071 | 2025-03-21T17:32:53.134Z | Downloaded rustfmt-wrapper v0.2.1 |
1072 | 2025-03-21T17:32:53.134Z | Downloaded rustc_version v0.4.1 |
1073 | 2025-03-21T17:32:53.134Z | Downloaded rustc_version v0.1.7 |
1074 | 2025-03-21T17:32:53.134Z | Downloaded tiny-keccak v2.0.2 |
1075 | 2025-03-21T17:32:53.141Z | Downloaded string_cache v0.8.7 |
1076 | 2025-03-21T17:32:53.141Z | Downloaded snafu-derive v0.8.5 |
1077 | 2025-03-21T17:32:53.141Z | Downloaded ssh-encoding v0.2.0 |
1078 | 2025-03-21T17:32:53.141Z | Downloaded tracing-core v0.1.32 |
1079 | 2025-03-21T17:32:53.145Z | Downloaded ron v0.8.1 |
1080 | 2025-03-21T17:32:53.145Z | Downloaded schemars_derive v0.8.22 |
1081 | 2025-03-21T17:32:53.150Z | Downloaded oso-derive v0.27.3 |
1082 | 2025-03-21T17:32:53.150Z | Downloaded parking_lot v0.12.3 |
1083 | 2025-03-21T17:32:53.150Z | Downloaded cc v1.2.15 |
1084 | 2025-03-21T17:32:53.155Z | Downloaded paste v1.0.15 |
1085 | 2025-03-21T17:32:53.158Z | Downloaded libxml v0.3.3 |
1086 | 2025-03-21T17:32:53.162Z | Downloaded tls_codec v0.4.1 |
1087 | 2025-03-21T17:32:53.168Z | Downloaded term v0.7.0 |
1088 | 2025-03-21T17:32:53.168Z | Downloaded parking_lot v0.11.2 |
1089 | 2025-03-21T17:32:53.172Z | Downloaded tar v0.4.44 |
1090 | 2025-03-21T17:32:53.172Z | Downloaded writeable v0.5.5 |
1091 | 2025-03-21T17:32:53.179Z | Downloaded tinystr v0.7.6 |
1092 | 2025-03-21T17:32:53.179Z | Downloaded zone v0.1.8 |
1093 | 2025-03-21T17:32:53.179Z | Downloaded parking_lot_core v0.8.6 |
1094 | 2025-03-21T17:32:53.179Z | Downloaded mio v1.0.2 |
1095 | 2025-03-21T17:32:53.187Z | Downloaded minimal-lexical v0.2.1 |
1096 | 2025-03-21T17:32:53.192Z | Downloaded walkdir v2.5.0 |
1097 | 2025-03-21T17:32:53.192Z | Downloaded http v1.2.0 |
1098 | 2025-03-21T17:32:53.192Z | Downloaded similar v2.7.0 |
1099 | 2025-03-21T17:32:53.197Z | Downloaded crossbeam-channel v0.5.13 |
1100 | 2025-03-21T17:32:53.201Z | Downloaded slog-bunyan v2.5.0 |
1101 | 2025-03-21T17:32:53.201Z | Downloaded serde_plain v1.0.2 |
1102 | 2025-03-21T17:32:53.201Z | Downloaded serde-hex v0.1.0 |
1103 | 2025-03-21T17:32:53.205Z | Downloaded predicates-core v1.0.8 |
1104 | 2025-03-21T17:32:53.205Z | Downloaded futures-sink v0.3.31 |
1105 | 2025-03-21T17:32:53.205Z | Downloaded dropshot_endpoint v0.16.0 |
1106 | 2025-03-21T17:32:53.211Z | Downloaded serde_with_macros v3.12.0 |
1107 | 2025-03-21T17:32:53.211Z | Downloaded num-derive v0.4.2 |
1108 | 2025-03-21T17:32:53.215Z | Downloaded tokio-native-tls v0.3.1 |
1109 | 2025-03-21T17:32:53.215Z | Downloaded headers v0.4.0 |
1110 | 2025-03-21T17:32:53.220Z | Downloaded zeroize_derive v1.4.2 |
1111 | 2025-03-21T17:32:53.220Z | Downloaded float-ord v0.3.2 |
1112 | 2025-03-21T17:32:53.226Z | Downloaded fallible-iterator v0.2.0 |
1113 | 2025-03-21T17:32:53.227Z | Downloaded tracing-attributes v0.1.27 |
1114 | 2025-03-21T17:32:53.227Z | Downloaded pin-project v1.1.6 |
1115 | 2025-03-21T17:32:53.232Z | Downloaded unicode-bidi v0.3.17 |
1116 | 2025-03-21T17:32:53.236Z | Downloaded backtrace v0.3.74 |
1117 | 2025-03-21T17:32:53.240Z | Downloaded debug-ignore v1.0.5 |
1118 | 2025-03-21T17:32:53.243Z | Downloaded futures v0.3.31 |
1119 | 2025-03-21T17:32:53.246Z | Downloaded crossbeam-utils v0.8.20 |
1120 | 2025-03-21T17:32:53.254Z | Downloaded aes v0.8.4 |
1121 | 2025-03-21T17:32:53.257Z | Downloaded rustls-pemfile v1.0.4 |
1122 | 2025-03-21T17:32:53.257Z | Downloaded stable_deref_trait v1.2.0 |
1123 | 2025-03-21T17:32:53.257Z | Downloaded phf_shared v0.11.2 |
1124 | 2025-03-21T17:32:53.257Z | Downloaded globset v0.4.15 |
1125 | 2025-03-21T17:32:53.257Z | Downloaded hyper-util v0.1.10 |
1126 | 2025-03-21T17:32:53.261Z | Downloaded sct v0.7.1 |
1127 | 2025-03-21T17:32:53.265Z | Downloaded rustversion v1.0.17 |
1128 | 2025-03-21T17:32:53.265Z | Downloaded quick-error v1.2.3 |
1129 | 2025-03-21T17:32:53.265Z | Downloaded vsss-rs v3.3.4 |
1130 | 2025-03-21T17:32:53.269Z | Downloaded typify-macro v0.2.0 |
1131 | 2025-03-21T17:32:53.269Z | Downloaded tokio-rustls v0.26.0 |
1132 | 2025-03-21T17:32:53.272Z | Downloaded test-strategy v0.4.0 |
1133 | 2025-03-21T17:32:53.275Z | Downloaded ron v0.7.1 |
1134 | 2025-03-21T17:32:53.279Z | Downloaded sqlformat v0.2.6 |
1135 | 2025-03-21T17:32:53.282Z | Downloaded signal-hook-registry v1.4.2 |
1136 | 2025-03-21T17:32:53.282Z | Downloaded litrs v0.4.1 |
1137 | 2025-03-21T17:32:53.285Z | Downloaded tokio-stream v0.1.17 |
1138 | 2025-03-21T17:32:53.288Z | Downloaded time-macros v0.2.18 |
1139 | 2025-03-21T17:32:53.292Z | Downloaded smallvec v1.14.0 |
1140 | 2025-03-21T17:32:53.292Z | Downloaded num-iter v0.1.45 |
1141 | 2025-03-21T17:32:53.292Z | Downloaded newtype-uuid v1.2.1 |
1142 | 2025-03-21T17:32:53.296Z | Downloaded glob v0.3.2 |
1143 | 2025-03-21T17:32:53.296Z | Downloaded base64 v0.13.1 |
1144 | 2025-03-21T17:32:53.299Z | Downloaded either v1.14.0 |
1145 | 2025-03-21T17:32:53.299Z | Downloaded allocator-api2 v0.2.18 |
1146 | 2025-03-21T17:32:53.303Z | Downloaded topological-sort v0.2.2 |
1147 | 2025-03-21T17:32:53.303Z | Downloaded icu_properties v1.5.1 |
1148 | 2025-03-21T17:32:53.308Z | Downloaded icu_locid v1.5.0 |
1149 | 2025-03-21T17:32:53.313Z | Downloaded unicase v2.7.0 |
1150 | 2025-03-21T17:32:53.313Z | Downloaded crc-any v2.5.0 |
1151 | 2025-03-21T17:32:53.313Z | Downloaded const-oid v0.9.6 |
1152 | 2025-03-21T17:32:53.316Z | Downloaded structmeta v0.3.0 |
1153 | 2025-03-21T17:32:53.316Z | Downloaded strip-ansi-escapes v0.2.0 |
1154 | 2025-03-21T17:32:53.316Z | Downloaded icu_locid_transform_data v1.5.0 |
1155 | 2025-03-21T17:32:53.317Z | Downloaded hmac v0.12.1 |
1156 | 2025-03-21T17:32:53.321Z | Downloaded crossbeam-deque v0.8.5 |
1157 | 2025-03-21T17:32:53.322Z | Downloaded semver v0.1.20 |
1158 | 2025-03-21T17:32:53.322Z | Downloaded icu_provider v1.5.0 |
1159 | 2025-03-21T17:32:53.325Z | Downloaded foldhash v0.1.3 |
1160 | 2025-03-21T17:32:53.325Z | Downloaded downcast v0.11.0 |
1161 | 2025-03-21T17:32:53.325Z | Downloaded blake2 v0.10.6 |
1162 | 2025-03-21T17:32:53.329Z | Downloaded async-bb8-diesel v0.2.1 |
1163 | 2025-03-21T17:32:53.332Z | Downloaded hyper-staticfile v0.10.1 |
1164 | 2025-03-21T17:32:53.332Z | Downloaded highway v1.3.0 |
1165 | 2025-03-21T17:32:53.336Z | Downloaded ciborium v0.2.2 |
1166 | 2025-03-21T17:32:53.343Z | Downloaded cmake v0.1.51 |
1167 | 2025-03-21T17:32:53.343Z | Downloaded base64ct v1.6.0 |
1168 | 2025-03-21T17:32:53.344Z | Downloaded is-terminal v0.4.13 |
1169 | 2025-03-21T17:32:53.347Z | Downloaded home v0.5.9 |
1170 | 2025-03-21T17:32:53.347Z | Downloaded bit-vec v0.8.0 |
1171 | 2025-03-21T17:32:53.347Z | Downloaded bzip2 v0.4.4 |
1172 | 2025-03-21T17:32:53.347Z | Downloaded bcs v0.1.6 |
1173 | 2025-03-21T17:32:53.351Z | Downloaded async-trait v0.1.86 |
1174 | 2025-03-21T17:32:53.355Z | Downloaded arrayvec v0.7.6 |
1175 | 2025-03-21T17:32:53.355Z | Downloaded argon2 v0.5.3 |
1176 | 2025-03-21T17:32:53.360Z | Downloaded ipnetwork v0.21.1 |
1177 | 2025-03-21T17:32:53.360Z | Downloaded hyper-tls v0.6.0 |
1178 | 2025-03-21T17:32:53.360Z | Downloaded ascii-canvas v3.0.0 |
1179 | 2025-03-21T17:32:53.365Z | Downloaded castaway v0.2.3 |
1180 | 2025-03-21T17:32:53.365Z | Downloaded bitfield v0.14.0 |
1181 | 2025-03-21T17:32:53.365Z | Downloaded cipher v0.4.4 |
1182 | 2025-03-21T17:32:53.365Z | Downloaded blowfish v0.9.1 |
1183 | 2025-03-21T17:32:53.365Z | Downloaded libefi-sys v0.1.0 |
1184 | 2025-03-21T17:32:53.370Z | Downloaded lazy_static v1.5.0 |
1185 | 2025-03-21T17:32:53.370Z | Downloaded internet-checksum v0.2.1 |
1186 | 2025-03-21T17:32:53.370Z | Downloaded hex-literal v0.4.1 |
1187 | 2025-03-21T17:32:53.370Z | Downloaded libsw-core v0.3.1 |
1188 | 2025-03-21T17:32:53.375Z | Downloaded lazycell v1.3.0 |
1189 | 2025-03-21T17:32:53.375Z | Downloaded inout v0.1.3 |
1190 | 2025-03-21T17:32:53.375Z | Downloaded idna_adapter v1.2.0 |
1191 | 2025-03-21T17:32:53.375Z | Downloaded atomic-waker v1.1.2 |
1192 | 2025-03-21T17:32:53.375Z | Downloaded indoc v1.0.9 |
1193 | 2025-03-21T17:32:53.384Z | Downloaded hostname v0.3.1 |
1194 | 2025-03-21T17:32:53.384Z | Downloaded bb8 v0.8.5 |
1195 | 2025-03-21T17:32:53.384Z | Downloaded hubpack v0.1.2 |
1196 | 2025-03-21T17:32:53.389Z | Downloaded crc-catalog v2.4.0 |
1197 | 2025-03-21T17:32:53.389Z | Downloaded constant_time_eq v0.3.1 |
1198 | 2025-03-21T17:32:53.389Z | Downloaded cassowary v0.3.0 |
1199 | 2025-03-21T17:32:53.390Z | Downloaded base16ct v0.2.0 |
1200 | 2025-03-21T17:32:53.390Z | Downloaded cargo_metadata v0.18.1 |
1201 | 2025-03-21T17:32:53.390Z | Downloaded hex v0.4.3 |
1202 | 2025-03-21T17:32:53.390Z | Downloaded match_cfg v0.1.0 |
1203 | 2025-03-21T17:32:53.717Z | Downloaded aws-lc-sys v0.26.0 |
1204 | 2025-03-21T17:32:54.034Z | Compiling serde v1.0.218 |
1205 | 2025-03-21T17:32:54.037Z | Compiling value-bag v1.9.0 |
1206 | 2025-03-21T17:32:54.037Z | Compiling lock_api v0.4.12 |
1207 | 2025-03-21T17:32:54.038Z | Compiling scopeguard v1.2.0 |
1208 | 2025-03-21T17:32:54.038Z | Compiling typenum v1.17.0 |
1209 | 2025-03-21T17:32:54.038Z | Compiling generic-array v0.14.7 |
1210 | 2025-03-21T17:32:54.244Z | Compiling syn v2.0.98 |
1211 | 2025-03-21T17:32:54.256Z | Compiling getrandom v0.2.15 |
1212 | 2025-03-21T17:32:54.336Z | Compiling shlex v1.3.0 |
1213 | 2025-03-21T17:32:54.604Z | Compiling log v0.4.22 |
1214 | 2025-03-21T17:32:54.649Z | Compiling rand_core v0.6.4 |
1215 | 2025-03-21T17:32:54.705Z | Compiling jobserver v0.1.32 |
1216 | 2025-03-21T17:32:54.763Z | Compiling subtle v2.6.1 |
1217 | 2025-03-21T17:32:54.851Z | Compiling smallvec v1.14.0 |
1218 | 2025-03-21T17:32:55.073Z | Compiling const-oid v0.9.6 |
1219 | 2025-03-21T17:32:55.137Z | Compiling pin-project-lite v0.2.14 |
1220 | 2025-03-21T17:32:55.184Z | Compiling cc v1.2.15 |
1221 | 2025-03-21T17:32:55.220Z | Compiling parking_lot_core v0.9.10 |
1222 | 2025-03-21T17:32:55.272Z | Compiling rustix v0.38.37 |
1223 | 2025-03-21T17:32:55.342Z | Compiling signal-hook-registry v1.4.2 |
1224 | 2025-03-21T17:32:55.493Z | Compiling futures-core v0.3.31 |
1225 | 2025-03-21T17:32:55.711Z | Compiling mio v1.0.2 |
1226 | 2025-03-21T17:32:55.960Z | Compiling spin v0.9.8 |
1227 | 2025-03-21T17:32:56.045Z | Compiling parking_lot v0.12.3 |
1228 | 2025-03-21T17:32:56.168Z | Compiling socket2 v0.5.8 |
1229 | 2025-03-21T17:32:56.323Z | Compiling aho-corasick v1.1.3 |
1230 | 2025-03-21T17:32:56.658Z | Compiling stable_deref_trait v1.2.0 |
1231 | 2025-03-21T17:32:56.779Z | Compiling either v1.14.0 |
1232 | 2025-03-21T17:32:56.807Z | Compiling regex-syntax v0.8.5 |
1233 | 2025-03-21T17:32:56.962Z | Compiling cpufeatures v0.2.14 |
1234 | 2025-03-21T17:32:57.070Z | Compiling futures-sink v0.3.31 |
1235 | 2025-03-21T17:32:57.089Z | Compiling slab v0.4.9 |
1236 | 2025-03-21T17:32:57.153Z | Compiling glob v0.3.2 |
1237 | 2025-03-21T17:32:57.198Z | Compiling prettyplease v0.2.29 |
1238 | 2025-03-21T17:32:57.240Z | Compiling lazy_static v1.5.0 |
1239 | 2025-03-21T17:32:57.377Z | Compiling minimal-lexical v0.2.1 |
1240 | 2025-03-21T17:32:57.593Z | Compiling serde_json v1.0.139 |
1241 | 2025-03-21T17:32:57.846Z | Compiling nom v7.1.3 |
1242 | 2025-03-21T17:32:57.901Z | Compiling futures-channel v0.3.31 |
1243 | 2025-03-21T17:32:57.952Z | Compiling libloading v0.8.5 |
1244 | 2025-03-21T17:32:57.990Z | Compiling clang-sys v1.8.1 |
1245 | 2025-03-21T17:32:58.315Z | Compiling foldhash v0.1.3 |
1246 | 2025-03-21T17:32:58.343Z | Compiling bindgen v0.69.5 |
1247 | 2025-03-21T17:32:58.593Z | Compiling home v0.5.9 |
1248 | 2025-03-21T17:32:58.727Z | Compiling futures-io v0.3.31 |
1249 | 2025-03-21T17:32:58.825Z | Compiling allocator-api2 v0.2.18 |
1250 | 2025-03-21T17:32:59.010Z | Compiling pin-utils v0.1.0 |
1251 | 2025-03-21T17:32:59.119Z | Compiling futures-task v0.3.31 |
1252 | 2025-03-21T17:32:59.228Z | Compiling itertools v0.12.1 |
1253 | 2025-03-21T17:32:59.431Z | Compiling pkg-config v0.3.31 |
1254 | 2025-03-21T17:32:59.621Z | Compiling hashbrown v0.15.1 |
1255 | 2025-03-21T17:33:00.766Z | Compiling regex-automata v0.4.8 |
1256 | 2025-03-21T17:33:00.805Z | Compiling libm v0.2.8 |
1257 | 2025-03-21T17:33:00.941Z | Compiling cexpr v0.6.0 |
1258 | 2025-03-21T17:33:01.151Z | Compiling rustc-hash v1.1.0 |
1259 | 2025-03-21T17:33:01.198Z | Compiling lazycell v1.3.0 |
1260 | 2025-03-21T17:33:01.338Z | Compiling cmake v0.1.51 |
1261 | 2025-03-21T17:33:01.367Z | Compiling num-traits v0.2.19 |
1262 | 2025-03-21T17:33:01.698Z | Compiling synstructure v0.13.1 |
1263 | 2025-03-21T17:33:02.185Z | Compiling dunce v1.0.5 |
1264 | 2025-03-21T17:33:02.328Z | Compiling fs_extra v1.3.0 |
1265 | 2025-03-21T17:33:02.836Z | Compiling getrandom v0.3.1 |
1266 | 2025-03-21T17:33:02.857Z | Compiling litemap v0.7.3 |
1267 | 2025-03-21T17:33:03.040Z | Compiling writeable v0.5.5 |
1268 | 2025-03-21T17:33:03.241Z | Compiling ring v0.17.11 |
1269 | 2025-03-21T17:33:03.561Z | Compiling paste v1.0.15 |
1270 | 2025-03-21T17:33:03.590Z | Compiling base64ct v1.6.0 |
1271 | 2025-03-21T17:33:04.130Z | Compiling pem-rfc7468 v0.7.0 |
1272 | 2025-03-21T17:33:04.542Z | Compiling icu_locid_transform_data v1.5.0 |
1273 | 2025-03-21T17:33:04.648Z | Compiling httparse v1.9.5 |
1274 | 2025-03-21T17:33:04.737Z | Compiling aws-lc-rs v1.12.4 |
1275 | 2025-03-21T17:33:04.823Z | Compiling flagset v0.4.6 |
1276 | 2025-03-21T17:33:05.164Z | Compiling tracing-core v0.1.32 |
1277 | 2025-03-21T17:33:05.425Z | Compiling percent-encoding v2.3.1 |
1278 | 2025-03-21T17:33:05.663Z | Compiling regex v1.11.1 |
1279 | 2025-03-21T17:33:05.754Z | Compiling crossbeam-utils v0.8.20 |
1280 | 2025-03-21T17:33:06.118Z | Compiling icu_properties_data v1.5.0 |
1281 | 2025-03-21T17:33:06.240Z | Compiling rustls-pki-types v1.10.0 |
1282 | 2025-03-21T17:33:06.348Z | Compiling vcpkg v0.2.15 |
1283 | 2025-03-21T17:33:06.554Z | Compiling serde_derive v1.0.218 |
1284 | 2025-03-21T17:33:06.591Z | Compiling zeroize_derive v1.4.2 |
1285 | 2025-03-21T17:33:06.970Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2025-03-21T17:33:07.181Z | Compiling tokio-macros v2.5.0 |
1287 | 2025-03-21T17:33:07.964Z | Compiling zeroize v1.8.1 |
1288 | 2025-03-21T17:33:08.009Z | Compiling zerofrom-derive v0.1.4 |
1289 | 2025-03-21T17:33:08.610Z | Compiling thiserror-impl v1.0.69 |
1290 | 2025-03-21T17:33:08.849Z | Compiling zerocopy v0.7.35 |
1291 | 2025-03-21T17:33:09.285Z | Compiling yoke-derive v0.7.4 |
1292 | 2025-03-21T17:33:09.443Z | Compiling zerovec-derive v0.10.3 |
1293 | 2025-03-21T17:33:09.590Z | Compiling crypto-common v0.1.6 |
1294 | 2025-03-21T17:33:09.777Z | Compiling block-buffer v0.10.4 |
1295 | 2025-03-21T17:33:09.825Z | Compiling displaydoc v0.2.5 |
1296 | 2025-03-21T17:33:10.065Z | Compiling digest v0.10.7 |
1297 | 2025-03-21T17:33:10.158Z | Compiling futures-macro v0.3.31 |
1298 | 2025-03-21T17:33:10.535Z | Compiling hmac v0.12.1 |
1299 | 2025-03-21T17:33:10.792Z | Compiling block-padding v0.3.3 |
1300 | 2025-03-21T17:33:11.047Z | Compiling inout v0.1.3 |
1301 | 2025-03-21T17:33:11.263Z | Compiling zerofrom v0.1.4 |
1302 | 2025-03-21T17:33:11.323Z | Compiling ppv-lite86 v0.2.20 |
1303 | 2025-03-21T17:33:11.344Z | Compiling cipher v0.4.4 |
1304 | 2025-03-21T17:33:11.434Z | Compiling thiserror v1.0.69 |
1305 | 2025-03-21T17:33:11.477Z | Compiling sha2 v0.10.8 |
1306 | 2025-03-21T17:33:11.574Z | Compiling icu_provider_macros v1.5.0 |
1307 | 2025-03-21T17:33:11.874Z | Compiling yoke v0.7.4 |
1308 | 2025-03-21T17:33:11.874Z | Compiling der_derive v0.7.3 |
1309 | 2025-03-21T17:33:11.892Z | Compiling tracing-attributes v0.1.27 |
1310 | 2025-03-21T17:33:11.982Z | Compiling futures-util v0.3.31 |
1311 | 2025-03-21T17:33:12.152Z | Compiling salsa20 v0.10.2 |
1312 | 2025-03-21T17:33:12.234Z | Compiling zerovec v0.10.4 |
1313 | 2025-03-21T17:33:12.391Z | Compiling pest v2.7.14 |
1314 | 2025-03-21T17:33:12.668Z | Compiling pbkdf2 v0.12.2 |
1315 | 2025-03-21T17:33:12.842Z | Compiling utf16_iter v1.0.5 |
1316 | 2025-03-21T17:33:13.058Z | Compiling powerfmt v0.2.0 |
1317 | 2025-03-21T17:33:13.442Z | Compiling icu_normalizer_data v1.5.0 |
1318 | 2025-03-21T17:33:13.558Z | Compiling num-conv v0.1.0 |
1319 | 2025-03-21T17:33:13.809Z | Compiling untrusted v0.7.1 |
1320 | 2025-03-21T17:33:14.008Z | Compiling tinystr v0.7.6 |
1321 | 2025-03-21T17:33:14.086Z | Compiling der v0.7.9 |
1322 | 2025-03-21T17:33:14.175Z | Compiling icu_collections v1.5.0 |
1323 | 2025-03-21T17:33:14.394Z | Compiling icu_locid v1.5.0 |
1324 | 2025-03-21T17:33:14.829Z | Compiling time-core v0.1.2 |
1325 | 2025-03-21T17:33:15.022Z | Compiling write16 v1.0.0 |
1326 | 2025-03-21T17:33:15.117Z | Compiling tracing v0.1.40 |
1327 | 2025-03-21T17:33:15.159Z | Compiling utf8_iter v1.0.4 |
1328 | 2025-03-21T17:33:15.369Z | Compiling untrusted v0.9.0 |
1329 | 2025-03-21T17:33:15.407Z | Compiling time-macros v0.2.18 |
1330 | 2025-03-21T17:33:15.427Z | Compiling pest_meta v2.7.14 |
1331 | 2025-03-21T17:33:15.560Z | Compiling icu_provider v1.5.0 |
1332 | 2025-03-21T17:33:16.370Z | Compiling icu_locid_transform v1.5.0 |
1333 | 2025-03-21T17:33:16.556Z | Compiling spki v0.7.3 |
1334 | 2025-03-21T17:33:16.933Z | Compiling deranged v0.3.11 |
1335 | 2025-03-21T17:33:17.053Z | Compiling scrypt v0.11.0 |
1336 | 2025-03-21T17:33:17.163Z | Compiling cbc v0.1.2 |
1337 | 2025-03-21T17:33:17.415Z | Compiling aes v0.8.4 |
1338 | 2025-03-21T17:33:17.554Z | Compiling openssl-sys v0.9.106 |
1339 | 2025-03-21T17:33:18.367Z | Compiling icu_properties v1.5.1 |
1340 | 2025-03-21T17:33:18.405Z | Compiling scroll_derive v0.12.0 |
1341 | 2025-03-21T17:33:18.656Z | Compiling atomic-waker v1.1.2 |
1342 | 2025-03-21T17:33:18.850Z | Compiling bitflags v2.6.0 |
1343 | 2025-03-21T17:33:19.150Z | Compiling bytes v1.10.0 |
1344 | 2025-03-21T17:33:19.731Z | Compiling indexmap v2.7.1 |
1345 | 2025-03-21T17:33:19.801Z | Compiling semver v1.0.25 |
1346 | 2025-03-21T17:33:19.845Z | Compiling tinyvec_macros v0.1.1 |
1347 | 2025-03-21T17:33:19.956Z | Compiling num_threads v0.1.7 |
1348 | 2025-03-21T17:33:20.104Z | Compiling time v0.3.36 |
1349 | 2025-03-21T17:33:20.148Z | Compiling tinyvec v1.8.0 |
1350 | 2025-03-21T17:33:20.481Z | Compiling tokio v1.43.0 |
1351 | 2025-03-21T17:33:20.520Z | Compiling http v1.2.0 |
1352 | 2025-03-21T17:33:21.013Z | Compiling rustc_version v0.4.1 |
1353 | 2025-03-21T17:33:21.662Z | Compiling scroll v0.12.0 |
1354 | 2025-03-21T17:33:21.820Z | Compiling pkcs5 v0.7.1 |
1355 | 2025-03-21T17:33:22.210Z | Compiling icu_normalizer v1.5.0 |
1356 | 2025-03-21T17:33:22.294Z | Compiling http-body v1.0.1 |
1357 | 2025-03-21T17:33:22.549Z | Compiling pest_generator v2.7.14 |
1358 | 2025-03-21T17:33:22.684Z | Compiling rand_chacha v0.3.1 |
1359 | 2025-03-21T17:33:22.782Z | Compiling which v4.4.2 |
1360 | 2025-03-21T17:33:22.865Z | Compiling form_urlencoded v1.2.1 |
1361 | 2025-03-21T17:33:23.318Z | Compiling idna_adapter v1.2.0 |
1362 | 2025-03-21T17:33:23.549Z | Compiling slog v2.7.0 |
1363 | 2025-03-21T17:33:23.811Z | Compiling try-lock v0.2.5 |
1364 | 2025-03-21T17:33:23.948Z | Compiling zerocopy v0.8.10 |
1365 | 2025-03-21T17:33:23.968Z | Compiling want v0.3.1 |
1366 | 2025-03-21T17:33:24.135Z | Compiling goblin v0.8.2 |
1367 | 2025-03-21T17:33:24.235Z | Compiling idna v1.0.3 |
1368 | 2025-03-21T17:33:24.308Z | Compiling pest_derive v2.7.14 |
1369 | 2025-03-21T17:33:24.452Z | Compiling rand v0.8.5 |
1370 | 2025-03-21T17:33:24.782Z | Compiling pkcs8 v0.10.2 |
1371 | 2025-03-21T17:33:24.967Z | Compiling uuid v1.15.1 |
1372 | 2025-03-21T17:33:25.113Z | Compiling zerocopy-derive v0.8.10 |
1373 | 2025-03-21T17:33:25.436Z | Compiling iana-time-zone v0.1.61 |
1374 | 2025-03-21T17:33:25.768Z | Compiling tower-service v0.3.3 |
1375 | 2025-03-21T17:33:25.791Z | Compiling adler2 v2.0.0 |
1376 | 2025-03-21T17:33:25.866Z | Compiling httpdate v1.0.3 |
1377 | 2025-03-21T17:33:25.979Z | Compiling miniz_oxide v0.8.5 |
1378 | 2025-03-21T17:33:26.300Z | Compiling chrono v0.4.40 |
1379 | 2025-03-21T17:33:26.379Z | Compiling dtrace-parser v0.2.0 |
1380 | 2025-03-21T17:33:27.809Z | Compiling serde_tokenstream v0.2.2 |
1381 | 2025-03-21T17:33:27.874Z | Compiling serde_spanned v0.6.8 |
1382 | 2025-03-21T17:33:27.874Z | Compiling toml_datetime v0.6.8 |
1383 | 2025-03-21T17:33:27.874Z | Compiling rustversion v1.0.17 |
1384 | 2025-03-21T17:33:28.199Z | Compiling match_cfg v0.1.0 |
1385 | 2025-03-21T17:33:28.250Z | Compiling foreign-types-shared v0.1.1 |
1386 | 2025-03-21T17:33:28.307Z | Compiling openssl v0.10.71 |
1387 | 2025-03-21T17:33:28.381Z | Compiling base64 v0.22.1 |
1388 | 2025-03-21T17:33:28.482Z | Compiling tokio-util v0.7.13 |
1389 | 2025-03-21T17:33:28.853Z | Compiling foreign-types v0.3.2 |
1390 | 2025-03-21T17:33:28.938Z | Compiling hostname v0.3.1 |
1391 | 2025-03-21T17:33:29.047Z | Compiling url v2.5.3 |
1392 | 2025-03-21T17:33:29.501Z | Compiling h2 v0.4.6 |
1393 | 2025-03-21T17:33:29.720Z | Compiling dof v0.3.0 |
1394 | 2025-03-21T17:33:30.381Z | Compiling async-trait v0.1.86 |
1395 | 2025-03-21T17:33:30.723Z | Compiling rand_core v0.9.2 |
1396 | 2025-03-21T17:33:30.809Z | Compiling usdt-impl v0.5.0 |
1397 | 2025-03-21T17:33:31.125Z | Compiling openssl-macros v0.1.1 |
1398 | 2025-03-21T17:33:31.460Z | Compiling serde_derive_internals v0.29.1 |
1399 | 2025-03-21T17:33:31.892Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1400 | 2025-03-21T17:33:32.109Z | Compiling dirs-sys-next v0.1.2 |
1401 | 2025-03-21T17:33:32.408Z | Compiling schemars v0.8.22 |
1402 | 2025-03-21T17:33:32.625Z | Compiling syn v1.0.109 |
1403 | 2025-03-21T17:33:32.768Z | Compiling rustls v0.22.4 |
1404 | 2025-03-21T17:33:32.799Z | Compiling data-encoding v2.6.0 |
1405 | 2025-03-21T17:33:33.073Z | Compiling rustls v0.23.19 |
1406 | 2025-03-21T17:33:33.124Z | Compiling siphasher v0.3.11 |
1407 | 2025-03-21T17:33:33.176Z | Compiling native-tls v0.2.12 |
1408 | 2025-03-21T17:33:33.494Z | Compiling dirs-next v2.0.0 |
1409 | 2025-03-21T17:33:33.560Z | Compiling rand_chacha v0.9.0 |
1410 | 2025-03-21T17:33:33.660Z | Compiling schemars_derive v0.8.22 |
1411 | 2025-03-21T17:33:34.601Z | Compiling http-body-util v0.1.2 |
1412 | 2025-03-21T17:33:34.866Z | Compiling heapless v0.7.17 |
1413 | 2025-03-21T17:33:35.041Z | Compiling unicode-normalization v0.1.24 |
1414 | 2025-03-21T17:33:35.088Z | Compiling crossbeam-epoch v0.9.18 |
1415 | 2025-03-21T17:33:35.309Z | Compiling sha1 v0.10.6 |
1416 | 2025-03-21T17:33:35.485Z | Compiling signature v2.2.0 |
1417 | 2025-03-21T17:33:35.726Z | Compiling thread_local v1.1.8 |
1418 | 2025-03-21T17:33:35.756Z | Compiling encoding_rs v0.8.34 |
1419 | 2025-03-21T17:33:35.784Z | Compiling crc32fast v1.4.2 |
1420 | 2025-03-21T17:33:36.114Z | Compiling multer v3.1.0 |
1421 | 2025-03-21T17:33:36.118Z | Compiling cookie v0.18.1 |
1422 | 2025-03-21T17:33:36.169Z | Compiling gimli v0.31.1 |
1423 | 2025-03-21T17:33:36.476Z | Compiling hyper v1.6.0 |
1424 | 2025-03-21T17:33:36.508Z | Compiling unicode-bidi v0.3.17 |
1425 | 2025-03-21T17:33:36.553Z | Compiling unicode-properties v0.1.3 |
1426 | 2025-03-21T17:33:36.981Z | Compiling slog-async v2.8.0 |
1427 | 2025-03-21T17:33:37.493Z | Compiling openssl-probe v0.1.5 |
1428 | 2025-03-21T17:33:37.774Z | Compiling rayon-core v1.12.1 |
1429 | 2025-03-21T17:33:37.798Z | Compiling mime v0.3.17 |
1430 | 2025-03-21T17:33:38.079Z | Compiling ipnet v2.11.0 |
1431 | 2025-03-21T17:33:38.285Z | Compiling signal-hook v0.3.17 |
1432 | 2025-03-21T17:33:38.580Z | Compiling dyn-clone v1.0.18 |
1433 | 2025-03-21T17:33:38.803Z | Compiling hyper-util v0.1.10 |
1434 | 2025-03-21T17:33:39.650Z | Compiling toml_edit v0.22.24 |
1435 | 2025-03-21T17:33:39.875Z | Compiling stringprep v0.1.5 |
1436 | 2025-03-21T17:33:40.117Z | Compiling crossbeam-deque v0.8.5 |
1437 | 2025-03-21T17:33:40.476Z | Compiling addr2line v0.24.2 |
1438 | 2025-03-21T17:33:40.911Z | Compiling rand v0.9.0 |
1439 | 2025-03-21T17:33:40.930Z | Compiling term v0.7.0 |
1440 | 2025-03-21T17:33:41.156Z | Compiling usdt-macro v0.5.0 |
1441 | 2025-03-21T17:33:41.607Z | Compiling usdt-attr-macro v0.5.0 |
1442 | 2025-03-21T17:33:42.146Z | Compiling slog-json v2.6.1 |
1443 | 2025-03-21T17:33:42.324Z | Compiling serde_urlencoded v0.7.1 |
1444 | 2025-03-21T17:33:42.473Z | Compiling curve25519-dalek v4.1.3 |
1445 | 2025-03-21T17:33:42.537Z | Compiling crossbeam-channel v0.5.13 |
1446 | 2025-03-21T17:33:42.647Z | Compiling futures-executor v0.3.31 |
1447 | 2025-03-21T17:33:42.785Z | Compiling enum-as-inner v0.6.1 |
1448 | 2025-03-21T17:33:43.120Z | Compiling md-5 v0.10.6 |
1449 | 2025-03-21T17:33:43.152Z | Compiling rustls-pemfile v2.2.0 |
1450 | 2025-03-21T17:33:43.170Z | Compiling async-stream-impl v0.3.6 |
1451 | 2025-03-21T17:33:43.402Z | Compiling num-integer v0.1.46 |
1452 | 2025-03-21T17:33:43.499Z | Compiling hash32 v0.2.1 |
1453 | 2025-03-21T17:33:43.566Z | Compiling ff v0.13.0 |
1454 | 2025-03-21T17:33:43.803Z | Compiling is-terminal v0.4.13 |
1455 | 2025-03-21T17:33:43.824Z | Compiling object v0.36.5 |
1456 | 2025-03-21T17:33:43.844Z | Compiling memoffset v0.9.1 |
1457 | 2025-03-21T17:33:43.947Z | Compiling dropshot v0.12.0 |
1458 | 2025-03-21T17:33:44.124Z | Compiling base16ct v0.2.0 |
1459 | 2025-03-21T17:33:44.178Z | Compiling portable-atomic v1.9.0 |
1460 | 2025-03-21T17:33:44.269Z | Compiling rustc-demangle v0.1.24 |
1461 | 2025-03-21T17:33:44.351Z | Compiling cfg_aliases v0.2.1 |
1462 | 2025-03-21T17:33:44.440Z | Compiling anyhow v1.0.97 |
1463 | 2025-03-21T17:33:44.461Z | Compiling psl-types v2.0.11 |
1464 | 2025-03-21T17:33:44.672Z | Compiling fallible-iterator v0.2.0 |
1465 | 2025-03-21T17:33:45.067Z | Compiling smoltcp v0.9.1 |
1466 | 2025-03-21T17:33:45.150Z | Compiling quick-error v1.2.3 |
1467 | 2025-03-21T17:33:45.172Z | Compiling take_mut v0.2.2 |
1468 | 2025-03-21T17:33:45.317Z | Compiling litrs v0.4.1 |
1469 | 2025-03-21T17:33:45.340Z | Compiling utf-8 v0.7.6 |
1470 | 2025-03-21T17:33:45.340Z | Compiling linked-hash-map v0.5.6 |
1471 | 2025-03-21T17:33:45.664Z | Compiling num-bigint-dig v0.8.4 |
1472 | 2025-03-21T17:33:45.687Z | Compiling lru-cache v0.1.2 |
1473 | 2025-03-21T17:33:45.742Z | Compiling tungstenite v0.24.0 |
1474 | 2025-03-21T17:33:46.046Z | Compiling resolv-conf v0.7.0 |
1475 | 2025-03-21T17:33:46.389Z | Compiling document-features v0.2.10 |
1476 | 2025-03-21T17:33:46.732Z | Compiling postgres-protocol v0.6.8 |
1477 | 2025-03-21T17:33:46.990Z | Compiling publicsuffix v2.3.0 |
1478 | 2025-03-21T17:33:47.244Z | Compiling nix v0.29.0 |
1479 | 2025-03-21T17:33:47.273Z | Compiling async-stream v0.3.6 |
1480 | 2025-03-21T17:33:47.874Z | Compiling sec1 v0.7.3 |
1481 | 2025-03-21T17:33:47.922Z | Compiling slog-term v2.9.1 |
1482 | 2025-03-21T17:33:47.922Z | Compiling num-iter v0.1.45 |
1483 | 2025-03-21T17:33:47.940Z | Compiling usdt v0.5.0 |
1484 | 2025-03-21T17:33:47.997Z | Compiling hickory-proto v0.24.4 |
1485 | 2025-03-21T17:33:48.090Z | Compiling group v0.13.0 |
1486 | 2025-03-21T17:33:48.420Z | Compiling toml v0.8.20 |
1487 | 2025-03-21T17:33:48.501Z | Compiling futures v0.3.31 |
1488 | 2025-03-21T17:33:48.618Z | Compiling slog-bunyan v2.5.0 |
1489 | 2025-03-21T17:33:48.863Z | Compiling bzip2 v0.4.4 |
1490 | 2025-03-21T17:33:49.074Z | Compiling camino v1.1.9 |
1491 | 2025-03-21T17:33:50.206Z | Compiling backtrace v0.3.74 |
1492 | 2025-03-21T17:33:50.326Z | Compiling tokio-native-tls v0.3.1 |
1493 | 2025-03-21T17:33:50.612Z | Compiling flate2 v1.1.0 |
1494 | 2025-03-21T17:33:50.721Z | Compiling phf_shared v0.11.2 |
1495 | 2025-03-21T17:33:50.804Z | Compiling dropshot_endpoint v0.12.0 |
1496 | 2025-03-21T17:33:50.828Z | Compiling terminal_size v0.4.0 |
1497 | 2025-03-21T17:33:51.065Z | Compiling openapiv3 v2.0.0 |
1498 | 2025-03-21T17:33:51.090Z | Compiling serde_path_to_error v0.1.16 |
1499 | 2025-03-21T17:33:51.492Z | Compiling waitgroup v0.1.2 |
1500 | 2025-03-21T17:33:51.723Z | Compiling hkdf v0.12.4 |
1501 | 2025-03-21T17:33:51.894Z | Compiling crypto-bigint v0.5.5 |
1502 | 2025-03-21T17:33:51.989Z | Compiling webpki-roots v0.26.6 |
1503 | 2025-03-21T17:33:52.225Z | Compiling zerocopy-derive v0.6.6 |
1504 | 2025-03-21T17:33:52.794Z | Compiling hubpack_derive v0.1.1 |
1505 | 2025-03-21T17:33:53.078Z | Compiling curve25519-dalek-derive v0.1.1 |
1506 | 2025-03-21T17:33:53.661Z | Compiling sync_wrapper v1.0.1 |
1507 | 2025-03-21T17:33:53.833Z | Compiling hostname v0.4.0 |
1508 | 2025-03-21T17:33:54.061Z | Compiling ahash v0.8.11 |
1509 | 2025-03-21T17:33:54.104Z | Compiling fs-err v2.11.0 |
1510 | 2025-03-21T17:33:54.410Z | Compiling winnow v0.5.40 |
1511 | 2025-03-21T17:33:54.431Z | Compiling zip v2.1.3 |
1512 | 2025-03-21T17:33:54.463Z | Compiling simd-adler32 v0.3.7 |
1513 | 2025-03-21T17:33:54.751Z | Compiling newtype-uuid v1.2.1 |
1514 | 2025-03-21T17:33:54.890Z | Compiling bumpalo v3.16.0 |
1515 | 2025-03-21T17:33:55.002Z | Compiling tower-layer v0.3.3 |
1516 | 2025-03-21T17:33:55.005Z | Compiling unicode-width v0.2.0 |
1517 | 2025-03-21T17:33:55.047Z | Compiling lockfree-object-pool v0.1.6 |
1518 | 2025-03-21T17:33:55.275Z | Compiling debug-ignore v1.0.5 |
1519 | 2025-03-21T17:33:55.313Z | Compiling buf-list v1.0.3 |
1520 | 2025-03-21T17:33:55.339Z | Compiling managed v0.8.0 |
1521 | 2025-03-21T17:33:55.439Z | Compiling zopfli v0.8.1 |
1522 | 2025-03-21T17:33:55.546Z | Compiling console v0.15.10 |
1523 | 2025-03-21T17:33:56.011Z | Compiling tower v0.5.2 |
1524 | 2025-03-21T17:33:56.764Z | Compiling clap_builder v4.5.31 |
1525 | 2025-03-21T17:33:56.905Z | Compiling elliptic-curve v0.13.8 |
1526 | 2025-03-21T17:33:56.956Z | Compiling strum_macros v0.25.3 |
1527 | 2025-03-21T17:33:57.686Z | Compiling toml_edit v0.19.15 |
1528 | 2025-03-21T17:33:57.847Z | Compiling zerocopy v0.6.6 |
1529 | 2025-03-21T17:33:57.865Z | Compiling hubpack v0.1.2 |
1530 | 2025-03-21T17:33:57.884Z | Compiling hickory-resolver v0.24.4 |
1531 | 2025-03-21T17:33:58.542Z | Compiling phf v0.11.2 |
1532 | 2025-03-21T17:33:58.832Z | Compiling hyper-tls v0.6.0 |
1533 | 2025-03-21T17:33:59.028Z | Compiling cookie_store v0.21.1 |
1534 | 2025-03-21T17:33:59.234Z | Compiling signal-hook-mio v0.2.4 |
1535 | 2025-03-21T17:33:59.419Z | Compiling rayon v1.10.0 |
1536 | 2025-03-21T17:34:00.715Z | Compiling postgres-types v0.2.9 |
1537 | 2025-03-21T17:34:02.011Z | Compiling tokio-tungstenite v0.24.0 |
1538 | 2025-03-21T17:34:03.339Z | Compiling ed25519 v2.2.3 |
1539 | 2025-03-21T17:34:03.660Z | Compiling phf_shared v0.10.0 |
1540 | 2025-03-21T17:34:03.791Z | Compiling tokio-stream v0.1.17 |
1541 | 2025-03-21T17:34:04.052Z | Compiling pkcs1 v0.7.5 |
1542 | 2025-03-21T17:34:04.462Z | Compiling serde-big-array v0.5.1 |
1543 | 2025-03-21T17:34:04.510Z | Compiling clap_derive v4.5.28 |
1544 | 2025-03-21T17:34:04.684Z | Compiling rfc6979 v0.4.0 |
1545 | 2025-03-21T17:34:04.709Z | Compiling serde_repr v0.1.19 |
1546 | 2025-03-21T17:34:04.774Z | Compiling derive-where v1.2.7 |
1547 | 2025-03-21T17:34:04.887Z | Compiling float-cmp v0.10.0 |
1548 | 2025-03-21T17:34:04.919Z | Compiling bstr v1.10.0 |
1549 | 2025-03-21T17:34:05.146Z | Compiling static_assertions v1.1.0 |
1550 | 2025-03-21T17:34:05.165Z | Compiling predicates-core v1.0.8 |
1551 | 2025-03-21T17:34:05.257Z | Compiling number_prefix v0.4.0 |
1552 | 2025-03-21T17:34:05.469Z | Compiling whoami v1.5.2 |
1553 | 2025-03-21T17:34:05.491Z | Compiling normalize-line-endings v0.3.0 |
1554 | 2025-03-21T17:34:05.635Z | Compiling precomputed-hash v0.1.1 |
1555 | 2025-03-21T17:34:05.763Z | Compiling unicode-segmentation v1.12.0 |
1556 | 2025-03-21T17:34:05.803Z | Compiling fixedbitset v0.4.2 |
1557 | 2025-03-21T17:34:06.012Z | Compiling difflib v0.4.0 |
1558 | 2025-03-21T17:34:06.244Z | Compiling new_debug_unreachable v1.0.6 |
1559 | 2025-03-21T17:34:06.356Z | Compiling string_cache v0.8.7 |
1560 | 2025-03-21T17:34:06.516Z | Compiling predicates v3.1.3 |
1561 | 2025-03-21T17:34:06.615Z | Compiling similar v2.7.0 |
1562 | 2025-03-21T17:34:06.803Z | Compiling petgraph v0.6.5 |
1563 | 2025-03-21T17:34:07.333Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1564 | 2025-03-21T17:34:07.848Z | Compiling tokio-postgres v0.7.13 |
1565 | 2025-03-21T17:34:07.964Z | Compiling indicatif v0.17.11 |
1566 | 2025-03-21T17:34:08.658Z | Compiling ecdsa v0.16.9 |
1567 | 2025-03-21T17:34:08.885Z | Compiling clap v4.5.31 |
1568 | 2025-03-21T17:34:09.015Z | Compiling rsa v0.9.6 |
1569 | 2025-03-21T17:34:09.483Z | Compiling ed25519-dalek v2.1.1 |
1570 | 2025-03-21T17:34:09.936Z | Compiling toml v0.7.8 |
1571 | 2025-03-21T17:34:10.741Z | Compiling crossterm v0.28.1 |
1572 | 2025-03-21T17:34:13.367Z | Compiling zip v0.6.6 |
1573 | 2025-03-21T17:34:13.411Z | Compiling hex v0.4.3 |
1574 | 2025-03-21T17:34:13.563Z | Compiling x509-cert v0.2.5 |
1575 | 2025-03-21T17:34:13.893Z | Compiling itertools v0.10.5 |
1576 | 2025-03-21T17:34:13.988Z | Compiling peg-runtime v0.8.5 |
1577 | 2025-03-21T17:34:14.161Z | Compiling lalrpop-util v0.19.12 |
1578 | 2025-03-21T17:34:14.212Z | Compiling unicode-xid v0.2.6 |
1579 | 2025-03-21T17:34:14.413Z | Compiling strum_macros v0.26.4 |
1580 | 2025-03-21T17:34:14.530Z | Compiling xattr v1.3.1 |
1581 | 2025-03-21T17:34:14.583Z | Compiling filetime v0.2.25 |
1582 | 2025-03-21T17:34:14.809Z | Compiling tar v0.4.44 |
1583 | 2025-03-21T17:34:18.924Z | Compiling strum v0.26.3 |
1584 | 2025-03-21T17:34:21.520Z | Compiling aws-lc-sys v0.26.0 |
1585 | 2025-03-21T17:34:51.179Z | Compiling rustls-webpki v0.102.8 |
1586 | 2025-03-21T17:34:54.342Z | Compiling tokio-rustls v0.25.0 |
1587 | 2025-03-21T17:34:55.995Z | Compiling tokio-rustls v0.26.0 |
1588 | 2025-03-21T17:34:56.328Z | Compiling hyper-rustls v0.27.3 |
1589 | 2025-03-21T17:34:56.688Z | Compiling reqwest v0.12.12 |
1590 | 2025-03-21T17:34:57.878Z | Compiling qorb v0.2.1 |
1591 | 2025-03-21T17:35:00.848Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1592 | 2025-03-21T17:35:01.130Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1593 | 2025-03-21T17:35:05.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1594 | 2025-03-21T17:35:05.658Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1595 | 2025-03-21T17:35:05.710Z | Mar 21 17:35:03.939 INFO Starting download, target: Clickhouse |
1596 | 2025-03-21T17:35:05.711Z | Mar 21 17:35:03.940 INFO Starting download, target: Console |
1597 | 2025-03-21T17:35:05.711Z | Mar 21 17:35:03.940 INFO Starting download, target: Cockroach |
1598 | 2025-03-21T17:35:05.714Z | Mar 21 17:35:03.940 INFO Starting download, target: DendriteOpenapi |
1599 | 2025-03-21T17:35:05.714Z | Mar 21 17:35:03.940 INFO Starting download, target: DendriteStub |
1600 | 2025-03-21T17:35:05.714Z | Mar 21 17:35:03.940 INFO Starting download, target: MaghemiteMgd |
1601 | 2025-03-21T17:35:05.714Z | Mar 21 17:35:03.940 INFO Starting download, target: TransceiverControl |
1602 | 2025-03-21T17:35:05.715Z | Mar 21 17:35:03.941 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1603 | 2025-03-21T17:35:05.715Z | Mar 21 17:35:03.941 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1604 | 2025-03-21T17:35:05.715Z | Mar 21 17:35:03.941 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1605 | 2025-03-21T17:35:05.715Z | Mar 21 17:35:03.941 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1606 | 2025-03-21T17:35:05.715Z | Mar 21 17:35:03.941 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1607 | 2025-03-21T17:35:05.715Z | Mar 21 17:35:03.941 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1608 | 2025-03-21T17:35:05.715Z | Mar 21 17:35:03.941 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1609 | 2025-03-21T17:35:06.277Z | Mar 21 17:35:04.493 INFO Download complete, target: DendriteOpenapi |
1610 | 2025-03-21T17:35:06.361Z | Mar 21 17:35:04.534 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1611 | 2025-03-21T17:35:06.567Z | Mar 21 17:35:04.749 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1612 | 2025-03-21T17:35:06.727Z | Mar 21 17:35:04.934 INFO Download complete, target: Console |
1613 | 2025-03-21T17:35:06.978Z | Mar 21 17:35:05.153 INFO Download complete, target: TransceiverControl |
1614 | 2025-03-21T17:35:07.573Z | Mar 21 17:35:05.793 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1615 | 2025-03-21T17:35:07.802Z | Mar 21 17:35:06.024 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1616 | 2025-03-21T17:35:07.925Z | Mar 21 17:35:06.144 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1617 | 2025-03-21T17:35:09.015Z | Mar 21 17:35:07.230 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1618 | 2025-03-21T17:35:09.015Z | Mar 21 17:35:07.230 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1619 | 2025-03-21T17:35:10.133Z | Mar 21 17:35:08.360 INFO Download complete, target: MaghemiteMgd |
1620 | 2025-03-21T17:35:10.173Z | Mar 21 17:35:08.400 INFO Download complete, target: DendriteStub |
1621 | 2025-03-21T17:35:15.399Z | Mar 21 17:35:13.623 INFO Checking that binary works, target: Cockroach |
1622 | 2025-03-21T17:35:15.560Z | Mar 21 17:35:13.784 INFO Download complete, target: Cockroach |
1623 | 2025-03-21T17:35:18.615Z | Mar 21 17:35:16.835 INFO Checking that binary works, target: Clickhouse |
1624 | 2025-03-21T17:35:18.727Z | Mar 21 17:35:16.949 INFO Download complete, target: Clickhouse |
1625 | 2025-03-21T17:35:18.736Z | All prerequisites installed successfully |
1626 | 2025-03-21T17:35:18.741Z | |
1627 | 2025-03-21T17:35:18.741Z | real 5:19.272641095 |
1628 | 2025-03-21T17:35:18.741Z | user 15:38.557558176 |
1629 | 2025-03-21T17:35:18.741Z | sys 2:09.888977431 |
1630 | 2025-03-21T17:35:18.741Z | trap 0.550198670 |
1631 | 2025-03-21T17:35:18.741Z | tflt 1.015874647 |
1632 | 2025-03-21T17:35:18.741Z | dflt 1.401758902 |
1633 | 2025-03-21T17:35:18.741Z | kflt 0.030458217 |
1634 | 2025-03-21T17:35:18.741Z | lock 23:30.123305073 |
1635 | 2025-03-21T17:35:18.741Z | slp 56:40.899720294 |
1636 | 2025-03-21T17:35:18.741Z | lat 1:02.702675336 |
1637 | 2025-03-21T17:35:18.741Z | stop 2:33.926531646 |
1638 | 2025-03-21T17:35:18.741Z | + ptime -m cargo xtask download softnpu |
1639 | 2025-03-21T17:35:19.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1640 | 2025-03-21T17:35:19.325Z | Running `target/debug/xtask download softnpu` |
1641 | 2025-03-21T17:35:20.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
1642 | 2025-03-21T17:35:20.317Z | Running `target/debug/xtask-downloader softnpu` |
1643 | 2025-03-21T17:35:20.356Z | Mar 21 17:35:18.578 INFO Starting download, target: Softnpu |
1644 | 2025-03-21T17:35:20.359Z | Mar 21 17:35:18.578 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1645 | 2025-03-21T17:35:20.708Z | Mar 21 17:35:18.929 INFO Download complete, target: Softnpu |
1646 | 2025-03-21T17:35:20.715Z | |
1647 | 2025-03-21T17:35:20.718Z | real 1.969768843 |
1648 | 2025-03-21T17:35:20.718Z | user 1.374285842 |
1649 | 2025-03-21T17:35:20.718Z | sys 0.577760190 |
1650 | 2025-03-21T17:35:20.718Z | trap 0.000757500 |
1651 | 2025-03-21T17:35:20.718Z | tflt 0.000020419 |
1652 | 2025-03-21T17:35:20.718Z | dflt 0.000049823 |
1653 | 2025-03-21T17:35:20.718Z | kflt 0.000000000 |
1654 | 2025-03-21T17:35:20.718Z | lock 3.812652359 |
1655 | 2025-03-21T17:35:20.718Z | slp 0.258105678 |
1656 | 2025-03-21T17:35:20.718Z | lat 0.070156893 |
1657 | 2025-03-21T17:35:20.719Z | stop 0.000171861 |
1658 | 2025-03-21T17:35:20.719Z | + export CARGO_INCREMENTAL=0 |
1659 | 2025-03-21T17:35:20.719Z | + CARGO_INCREMENTAL=0 |
1660 | 2025-03-21T17:35:20.719Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1661 | 2025-03-21T17:35:21.731Z | Compiling proc-macro2 v1.0.93 |
1662 | 2025-03-21T17:35:21.731Z | Compiling unicode-ident v1.0.14 |
1663 | 2025-03-21T17:35:21.734Z | Compiling libc v0.2.170 |
1664 | 2025-03-21T17:35:21.734Z | Compiling serde v1.0.218 |
1665 | 2025-03-21T17:35:21.735Z | Compiling autocfg v1.4.0 |
1666 | 2025-03-21T17:35:21.735Z | Compiling cfg-if v1.0.0 |
1667 | 2025-03-21T17:35:21.735Z | Compiling version_check v0.9.5 |
1668 | 2025-03-21T17:35:21.984Z | Compiling memchr v2.7.4 |
1669 | 2025-03-21T17:35:22.004Z | Compiling typenum v1.17.0 |
1670 | 2025-03-21T17:35:22.030Z | Compiling shlex v1.3.0 |
1671 | 2025-03-21T17:35:22.719Z | Compiling value-bag v1.9.0 |
1672 | 2025-03-21T17:35:22.747Z | Compiling generic-array v0.14.7 |
1673 | 2025-03-21T17:35:22.790Z | Compiling lock_api v0.4.12 |
1674 | 2025-03-21T17:35:22.865Z | Compiling log v0.4.22 |
1675 | 2025-03-21T17:35:22.953Z | Compiling parking_lot_core v0.9.10 |
1676 | 2025-03-21T17:35:23.271Z | Compiling scopeguard v1.2.0 |
1677 | 2025-03-21T17:35:23.298Z | Compiling serde_json v1.0.139 |
1678 | 2025-03-21T17:35:23.376Z | Compiling rustix v0.38.37 |
1679 | 2025-03-21T17:35:23.513Z | Compiling quote v1.0.38 |
1680 | 2025-03-21T17:35:23.637Z | Compiling libm v0.2.8 |
1681 | 2025-03-21T17:35:23.841Z | Compiling jobserver v0.1.32 |
1682 | 2025-03-21T17:35:23.885Z | Compiling syn v2.0.98 |
1683 | 2025-03-21T17:35:23.940Z | Compiling getrandom v0.2.15 |
1684 | 2025-03-21T17:35:23.964Z | Compiling num-traits v0.2.19 |
1685 | 2025-03-21T17:35:23.993Z | Compiling aho-corasick v1.1.3 |
1686 | 2025-03-21T17:35:24.067Z | Compiling thiserror v1.0.69 |
1687 | 2025-03-21T17:35:24.264Z | Compiling cc v1.2.15 |
1688 | 2025-03-21T17:35:24.287Z | Compiling semver v1.0.25 |
1689 | 2025-03-21T17:35:24.307Z | Compiling regex-syntax v0.8.5 |
1690 | 2025-03-21T17:35:24.570Z | Compiling getrandom v0.3.1 |
1691 | 2025-03-21T17:35:24.718Z | Compiling either v1.14.0 |
1692 | 2025-03-21T17:35:24.812Z | Compiling once_cell v1.20.3 |
1693 | 2025-03-21T17:35:24.994Z | Compiling itoa v1.0.11 |
1694 | 2025-03-21T17:35:25.104Z | Compiling slab v0.4.9 |
1695 | 2025-03-21T17:35:25.274Z | Compiling rand_core v0.6.4 |
1696 | 2025-03-21T17:35:25.443Z | Compiling spin v0.9.8 |
1697 | 2025-03-21T17:35:25.742Z | Compiling errno v0.3.9 |
1698 | 2025-03-21T17:35:25.992Z | Compiling glob v0.3.2 |
1699 | 2025-03-21T17:35:26.358Z | Compiling smallvec v1.14.0 |
1700 | 2025-03-21T17:35:26.554Z | Compiling prettyplease v0.2.29 |
1701 | 2025-03-21T17:35:26.587Z | Compiling lazy_static v1.5.0 |
1702 | 2025-03-21T17:35:26.673Z | Compiling clang-sys v1.8.1 |
1703 | 2025-03-21T17:35:26.825Z | Compiling minimal-lexical v0.2.1 |
1704 | 2025-03-21T17:35:27.008Z | Compiling libloading v0.8.5 |
1705 | 2025-03-21T17:35:27.294Z | Compiling nom v7.1.3 |
1706 | 2025-03-21T17:35:27.349Z | Compiling bindgen v0.69.5 |
1707 | 2025-03-21T17:35:27.369Z | Compiling subtle v2.6.1 |
1708 | 2025-03-21T17:35:27.413Z | Compiling home v0.5.9 |
1709 | 2025-03-21T17:35:27.626Z | Compiling itertools v0.12.1 |
1710 | 2025-03-21T17:35:27.672Z | Compiling equivalent v1.0.1 |
1711 | 2025-03-21T17:35:27.806Z | Compiling foldhash v0.1.3 |
1712 | 2025-03-21T17:35:27.824Z | Compiling regex-automata v0.4.8 |
1713 | 2025-03-21T17:35:27.993Z | Compiling rustc-hash v1.1.0 |
1714 | 2025-03-21T17:35:28.148Z | Compiling allocator-api2 v0.2.18 |
1715 | 2025-03-21T17:35:28.412Z | Compiling lazycell v1.3.0 |
1716 | 2025-03-21T17:35:28.561Z | Compiling cmake v0.1.51 |
1717 | 2025-03-21T17:35:28.853Z | Compiling hashbrown v0.15.1 |
1718 | 2025-03-21T17:35:29.488Z | Compiling dunce v1.0.5 |
1719 | 2025-03-21T17:35:29.582Z | Compiling fs_extra v1.3.0 |
1720 | 2025-03-21T17:35:29.630Z | Compiling pkg-config v0.3.31 |
1721 | 2025-03-21T17:35:30.161Z | Compiling pin-project-lite v0.2.14 |
1722 | 2025-03-21T17:35:30.305Z | Compiling cexpr v0.6.0 |
1723 | 2025-03-21T17:35:30.543Z | Compiling byteorder v1.5.0 |
1724 | 2025-03-21T17:35:30.783Z | Compiling synstructure v0.13.1 |
1725 | 2025-03-21T17:35:31.486Z | Compiling ring v0.17.11 |
1726 | 2025-03-21T17:35:31.626Z | Compiling ryu v1.0.18 |
1727 | 2025-03-21T17:35:31.649Z | Compiling paste v1.0.15 |
1728 | 2025-03-21T17:35:31.923Z | Compiling schemars v0.8.22 |
1729 | 2025-03-21T17:35:32.442Z | Compiling serde_derive_internals v0.29.1 |
1730 | 2025-03-21T17:35:32.541Z | Compiling signal-hook-registry v1.4.2 |
1731 | 2025-03-21T17:35:33.071Z | Compiling regex v1.11.1 |
1732 | 2025-03-21T17:35:33.189Z | Compiling httparse v1.9.5 |
1733 | 2025-03-21T17:35:33.405Z | Compiling const-oid v0.9.6 |
1734 | 2025-03-21T17:35:33.783Z | Compiling aws-lc-rs v1.12.4 |
1735 | 2025-03-21T17:35:33.943Z | Compiling fnv v1.0.7 |
1736 | 2025-03-21T17:35:33.985Z | Compiling parking_lot v0.12.3 |
1737 | 2025-03-21T17:35:34.094Z | Compiling mio v1.0.2 |
1738 | 2025-03-21T17:35:34.242Z | Compiling heck v0.5.0 |
1739 | 2025-03-21T17:35:34.711Z | Compiling serde_derive v1.0.218 |
1740 | 2025-03-21T17:35:34.893Z | Compiling zeroize_derive v1.4.2 |
1741 | 2025-03-21T17:35:35.345Z | Compiling tokio-macros v2.5.0 |
1742 | 2025-03-21T17:35:35.530Z | Compiling thiserror-impl v1.0.69 |
1743 | 2025-03-21T17:35:35.639Z | Compiling zerocopy-derive v0.7.35 |
1744 | 2025-03-21T17:35:35.918Z | Compiling zerofrom-derive v0.1.4 |
1745 | 2025-03-21T17:35:36.183Z | Compiling zeroize v1.8.1 |
1746 | 2025-03-21T17:35:36.613Z | Compiling yoke-derive v0.7.4 |
1747 | 2025-03-21T17:35:36.684Z | Compiling futures-macro v0.3.31 |
1748 | 2025-03-21T17:35:36.745Z | Compiling zerovec-derive v0.10.3 |
1749 | 2025-03-21T17:35:37.127Z | Compiling displaydoc v0.2.5 |
1750 | 2025-03-21T17:35:38.474Z | Compiling icu_provider_macros v1.5.0 |
1751 | 2025-03-21T17:35:38.528Z | Compiling crypto-common v0.1.6 |
1752 | 2025-03-21T17:35:38.549Z | Compiling tracing-attributes v0.1.27 |
1753 | 2025-03-21T17:35:38.737Z | Compiling schemars_derive v0.8.22 |
1754 | 2025-03-21T17:35:38.870Z | Compiling block-buffer v0.10.4 |
1755 | 2025-03-21T17:35:39.004Z | Compiling socket2 v0.5.8 |
1756 | 2025-03-21T17:35:39.119Z | Compiling stable_deref_trait v1.2.0 |
1757 | 2025-03-21T17:35:39.460Z | Compiling digest v0.10.7 |
1758 | 2025-03-21T17:35:39.595Z | Compiling zerocopy v0.7.35 |
1759 | 2025-03-21T17:35:39.872Z | Compiling futures-core v0.3.31 |
1760 | 2025-03-21T17:35:40.295Z | Compiling num-conv v0.1.0 |
1761 | 2025-03-21T17:35:40.587Z | Compiling crossbeam-utils v0.8.20 |
1762 | 2025-03-21T17:35:40.748Z | Compiling time-core v0.1.2 |
1763 | 2025-03-21T17:35:40.916Z | Compiling time-macros v0.2.18 |
1764 | 2025-03-21T17:35:41.306Z | Compiling der_derive v0.7.3 |
1765 | 2025-03-21T17:35:41.421Z | Compiling vcpkg v0.2.15 |
1766 | 2025-03-21T17:35:42.710Z | Compiling openssl-sys v0.9.106 |
1767 | 2025-03-21T17:35:43.450Z | Compiling futures-sink v0.3.31 |
1768 | 2025-03-21T17:35:43.468Z | Compiling zerocopy v0.8.10 |
1769 | 2025-03-21T17:35:43.767Z | Compiling cpufeatures v0.2.14 |
1770 | 2025-03-21T17:35:44.155Z | Compiling zerocopy-derive v0.8.10 |
1771 | 2025-03-21T17:35:44.326Z | Compiling slog v2.7.0 |
1772 | 2025-03-21T17:35:44.774Z | Compiling iana-time-zone v0.1.61 |
1773 | 2025-03-21T17:35:44.883Z | Compiling syn v1.0.109 |
1774 | 2025-03-21T17:35:44.990Z | Compiling futures-channel v0.3.31 |
1775 | 2025-03-21T17:35:45.089Z | Compiling zerofrom v0.1.4 |
1776 | 2025-03-21T17:35:45.411Z | Compiling futures-io v0.3.31 |
1777 | 2025-03-21T17:35:45.458Z | Compiling futures-task v0.3.31 |
1778 | 2025-03-21T17:35:45.495Z | Compiling pin-utils v0.1.0 |
1779 | 2025-03-21T17:35:45.604Z | Compiling yoke v0.7.4 |
1780 | 2025-03-21T17:35:45.741Z | Compiling futures-util v0.3.31 |
1781 | 2025-03-21T17:35:45.961Z | Compiling scroll_derive v0.12.0 |
1782 | 2025-03-21T17:35:46.166Z | Compiling openssl v0.10.71 |
1783 | 2025-03-21T17:35:46.550Z | Compiling bitflags v2.6.0 |
1784 | 2025-03-21T17:35:46.572Z | Compiling bytes v1.10.0 |
1785 | 2025-03-21T17:35:47.239Z | Compiling indexmap v2.7.1 |
1786 | 2025-03-21T17:35:47.864Z | Compiling tokio v1.43.0 |
1787 | 2025-03-21T17:35:49.341Z | Compiling uuid v1.15.1 |
1788 | 2025-03-21T17:35:49.697Z | Compiling serde_tokenstream v0.2.2 |
1789 | 2025-03-21T17:35:50.709Z | Compiling which v4.4.2 |
1790 | 2025-03-21T17:35:51.423Z | Compiling chrono v0.4.40 |
1791 | 2025-03-21T17:35:51.692Z | Compiling http v1.2.0 |
1792 | 2025-03-21T17:35:53.468Z | Compiling ucd-trie v0.1.7 |
1793 | 2025-03-21T17:35:53.669Z | Compiling rustc_version v0.4.1 |
1794 | 2025-03-21T17:35:53.911Z | Compiling pest v2.7.14 |
1795 | 2025-03-21T17:35:55.006Z | Compiling zerovec v0.10.4 |
1796 | 2025-03-21T17:35:56.848Z | Compiling hmac v0.12.1 |
1797 | 2025-03-21T17:35:58.108Z | Compiling pest_meta v2.7.14 |
1798 | 2025-03-21T17:35:58.828Z | Compiling block-padding v0.3.3 |
1799 | 2025-03-21T17:35:59.073Z | Compiling openssl-macros v0.1.1 |
1800 | 2025-03-21T17:35:59.675Z | Compiling rustls v0.23.19 |
1801 | 2025-03-21T17:35:59.811Z | Compiling native-tls v0.2.12 |
1802 | 2025-03-21T17:35:59.992Z | Compiling dyn-clone v1.0.18 |
1803 | 2025-03-21T17:36:00.195Z | Compiling pest_generator v2.7.14 |
1804 | 2025-03-21T17:36:00.451Z | Compiling inout v0.1.3 |
1805 | 2025-03-21T17:36:00.497Z | Compiling tinystr v0.7.6 |
1806 | 2025-03-21T17:36:00.878Z | Compiling toml_datetime v0.6.8 |
1807 | 2025-03-21T17:36:01.149Z | Compiling serde_spanned v0.6.8 |
1808 | 2025-03-21T17:36:01.319Z | Compiling ppv-lite86 v0.2.20 |
1809 | 2025-03-21T17:36:01.478Z | Compiling tracing-core v0.1.32 |
1810 | 2025-03-21T17:36:01.772Z | Compiling writeable v0.5.5 |
1811 | 2025-03-21T17:36:02.150Z | Compiling strsim v0.11.1 |
1812 | 2025-03-21T17:36:02.178Z | Compiling litemap v0.7.3 |
1813 | 2025-03-21T17:36:02.761Z | Compiling icu_locid v1.5.0 |
1814 | 2025-03-21T17:36:02.785Z | Compiling tracing v0.1.40 |
1815 | 2025-03-21T17:36:02.808Z | Compiling aws-lc-sys v0.26.0 |
1816 | 2025-03-21T17:36:03.351Z | Compiling pest_derive v2.7.14 |
1817 | 2025-03-21T17:36:03.606Z | Compiling cipher v0.4.4 |
1818 | 2025-03-21T17:36:03.623Z | Compiling sha2 v0.10.8 |
1819 | 2025-03-21T17:36:04.157Z | Compiling cookie v0.18.1 |
1820 | 2025-03-21T17:36:04.360Z | Compiling usdt-impl v0.5.0 |
1821 | 2025-03-21T17:36:04.526Z | Compiling base64ct v1.6.0 |
1822 | 2025-03-21T17:36:04.725Z | Compiling icu_provider v1.5.0 |
1823 | 2025-03-21T17:36:05.062Z | Compiling pem-rfc7468 v0.7.0 |
1824 | 2025-03-21T17:36:07.633Z | Compiling scroll v0.12.0 |
1825 | 2025-03-21T17:36:07.769Z | Compiling async-trait v0.1.86 |
1826 | 2025-03-21T17:36:09.819Z | Compiling flagset v0.4.6 |
1827 | 2025-03-21T17:36:10.131Z | Compiling icu_locid_transform_data v1.5.0 |
1828 | 2025-03-21T17:36:10.211Z | Compiling percent-encoding v2.3.1 |
1829 | 2025-03-21T17:36:10.248Z | Compiling rustls-pki-types v1.10.0 |
1830 | 2025-03-21T17:36:10.422Z | Compiling anyhow v1.0.97 |
1831 | 2025-03-21T17:36:10.466Z | Compiling camino v1.1.9 |
1832 | 2025-03-21T17:36:10.879Z | Compiling plain v0.2.3 |
1833 | 2025-03-21T17:36:10.953Z | Compiling icu_locid_transform v1.5.0 |
1834 | 2025-03-21T17:36:11.039Z | Compiling goblin v0.8.2 |
1835 | 2025-03-21T17:36:12.888Z | Compiling der v0.7.9 |
1836 | 2025-03-21T17:36:14.133Z | Compiling icu_collections v1.5.0 |
1837 | 2025-03-21T17:36:15.182Z | Compiling tokio-util v0.7.13 |
1838 | 2025-03-21T17:36:16.585Z | Compiling icu_properties_data v1.5.0 |
1839 | 2025-03-21T17:36:16.707Z | Compiling powerfmt v0.2.0 |
1840 | 2025-03-21T17:36:16.944Z | Compiling rustls v0.22.4 |
1841 | 2025-03-21T17:36:17.103Z | Compiling untrusted v0.7.1 |
1842 | 2025-03-21T17:36:17.188Z | Compiling untrusted v0.9.0 |
1843 | 2025-03-21T17:36:17.251Z | Compiling rayon-core v1.12.1 |
1844 | 2025-03-21T17:36:17.297Z | Compiling pretty-hex v0.4.1 |
1845 | 2025-03-21T17:36:17.401Z | Compiling icu_properties v1.5.1 |
1846 | 2025-03-21T17:36:17.512Z | Compiling dof v0.3.0 |
1847 | 2025-03-21T17:36:17.565Z | Compiling deranged v0.3.11 |
1848 | 2025-03-21T17:36:19.177Z | Compiling spki v0.7.3 |
1849 | 2025-03-21T17:36:19.402Z | Compiling dtrace-parser v0.2.0 |
1850 | 2025-03-21T17:36:19.528Z | Compiling salsa20 v0.10.2 |
1851 | 2025-03-21T17:36:19.555Z | Compiling pbkdf2 v0.12.2 |
1852 | 2025-03-21T17:36:20.063Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1853 | 2025-03-21T17:36:20.950Z | Compiling thread-id v4.2.2 |
1854 | 2025-03-21T17:36:20.954Z | Compiling utf8_iter v1.0.4 |
1855 | 2025-03-21T17:36:21.003Z | Compiling icu_normalizer_data v1.5.0 |
1856 | 2025-03-21T17:36:21.064Z | Compiling utf16_iter v1.0.5 |
1857 | 2025-03-21T17:36:21.308Z | Compiling num_threads v0.1.7 |
1858 | 2025-03-21T17:36:21.448Z | Compiling atomic-waker v1.1.2 |
1859 | 2025-03-21T17:36:21.574Z | Compiling write16 v1.0.0 |
1860 | 2025-03-21T17:36:21.907Z | Compiling litrs v0.4.1 |
1861 | 2025-03-21T17:36:22.005Z | Compiling rustversion v1.0.17 |
1862 | 2025-03-21T17:36:22.052Z | Compiling winnow v0.5.40 |
1863 | 2025-03-21T17:36:22.077Z | Compiling icu_normalizer v1.5.0 |
1864 | 2025-03-21T17:36:22.854Z | Compiling document-features v0.2.10 |
1865 | 2025-03-21T17:36:23.826Z | Compiling time v0.3.36 |
1866 | 2025-03-21T17:36:25.452Z | Compiling toml_edit v0.19.15 |
1867 | 2025-03-21T17:36:26.573Z | Compiling scrypt v0.11.0 |
1868 | 2025-03-21T17:36:27.022Z | Compiling form_urlencoded v1.2.1 |
1869 | 2025-03-21T17:36:27.042Z | Compiling aes v0.8.4 |
1870 | 2025-03-21T17:36:27.394Z | Compiling cbc v0.1.2 |
1871 | 2025-03-21T17:36:27.553Z | Compiling http-body v1.0.1 |
1872 | 2025-03-21T17:36:28.132Z | Compiling multer v3.1.0 |
1873 | 2025-03-21T17:36:28.431Z | Compiling try-lock v0.2.5 |
1874 | 2025-03-21T17:36:28.466Z | Compiling tinyvec_macros v0.1.1 |
1875 | 2025-03-21T17:36:28.614Z | Compiling slog-async v2.8.0 |
1876 | 2025-03-21T17:36:28.632Z | Compiling want v0.3.1 |
1877 | 2025-03-21T17:36:28.923Z | Compiling tinyvec v1.8.0 |
1878 | 2025-03-21T17:36:30.433Z | Compiling pkcs5 v0.7.1 |
1879 | 2025-03-21T17:36:31.370Z | Compiling idna_adapter v1.2.0 |
1880 | 2025-03-21T17:36:31.590Z | Compiling h2 v0.4.6 |
1881 | 2025-03-21T17:36:31.931Z | Compiling rand_chacha v0.3.1 |
1882 | 2025-03-21T17:36:32.755Z | Compiling heapless v0.7.17 |
1883 | 2025-03-21T17:36:33.276Z | Compiling httpdate v1.0.3 |
1884 | 2025-03-21T17:36:34.020Z | Compiling tower-service v0.3.3 |
1885 | 2025-03-21T17:36:34.067Z | Compiling adler2 v2.0.0 |
1886 | 2025-03-21T17:36:34.194Z | Compiling signal-hook v0.3.17 |
1887 | 2025-03-21T17:36:34.341Z | Compiling miniz_oxide v0.8.5 |
1888 | 2025-03-21T17:36:36.478Z | Compiling rand v0.8.5 |
1889 | 2025-03-21T17:36:37.828Z | Compiling idna v1.0.3 |
1890 | 2025-03-21T17:36:39.072Z | Compiling pkcs8 v0.10.2 |
1891 | 2025-03-21T17:36:39.340Z | Compiling usdt-attr-macro v0.5.0 |
1892 | 2025-03-21T17:36:39.664Z | Compiling usdt-macro v0.5.0 |
1893 | 2025-03-21T17:36:39.820Z | Compiling hyper v1.6.0 |
1894 | 2025-03-21T17:36:40.910Z | Compiling async-stream-impl v0.3.6 |
1895 | 2025-03-21T17:36:41.710Z | Compiling base64 v0.22.1 |
1896 | 2025-03-21T17:36:42.827Z | Compiling hyper-util v0.1.10 |
1897 | 2025-03-21T17:36:48.662Z | Compiling curve25519-dalek v4.1.3 |
1898 | 2025-03-21T17:36:49.105Z | Compiling openapiv3 v2.0.0 |
1899 | 2025-03-21T17:36:49.334Z | Compiling enum-as-inner v0.6.1 |
1900 | 2025-03-21T17:36:49.354Z | Compiling memoffset v0.9.1 |
1901 | 2025-03-21T17:36:49.690Z | Compiling dropshot v0.12.0 |
1902 | 2025-03-21T17:36:50.438Z | Compiling smoltcp v0.9.1 |
1903 | 2025-03-21T17:36:50.671Z | Compiling foreign-types-shared v0.1.1 |
1904 | 2025-03-21T17:36:50.812Z | Compiling portable-atomic v1.9.0 |
1905 | 2025-03-21T17:36:50.996Z | Compiling newtype-uuid v1.2.1 |
1906 | 2025-03-21T17:36:51.105Z | Compiling num-bigint-dig v0.8.4 |
1907 | 2025-03-21T17:36:51.135Z | Compiling match_cfg v0.1.0 |
1908 | 2025-03-21T17:36:51.247Z | Compiling hostname v0.3.1 |
1909 | 2025-03-21T17:36:51.290Z | Compiling foreign-types v0.3.2 |
1910 | 2025-03-21T17:36:51.621Z | Compiling rand_core v0.9.2 |
1911 | 2025-03-21T17:36:52.459Z | Compiling url v2.5.3 |
1912 | 2025-03-21T17:36:54.132Z | Compiling http-body-util v0.1.2 |
1913 | 2025-03-21T17:36:54.600Z | Compiling dirs-sys-next v0.1.2 |
1914 | 2025-03-21T17:36:55.041Z | Compiling encoding_rs v0.8.34 |
1915 | 2025-03-21T17:36:55.375Z | Compiling data-encoding v2.6.0 |
1916 | 2025-03-21T17:36:56.700Z | Compiling heck v0.4.1 |
1917 | 2025-03-21T17:36:57.079Z | Compiling ident_case v1.0.1 |
1918 | 2025-03-21T17:36:57.618Z | Compiling siphasher v0.3.11 |
1919 | 2025-03-21T17:36:57.685Z | Compiling mime v0.3.17 |
1920 | 2025-03-21T17:36:58.081Z | Compiling cfg_aliases v0.2.1 |
1921 | 2025-03-21T17:36:58.196Z | Compiling gimli v0.31.1 |
1922 | 2025-03-21T17:36:58.663Z | Compiling nix v0.29.0 |
1923 | 2025-03-21T17:36:59.470Z | Compiling darling_core v0.20.10 |
1924 | 2025-03-21T17:37:04.632Z | Compiling addr2line v0.24.2 |
1925 | 2025-03-21T17:37:06.251Z | Compiling dirs-next v2.0.0 |
1926 | 2025-03-21T17:37:07.276Z | Compiling rand_chacha v0.9.0 |
1927 | 2025-03-21T17:37:08.891Z | Compiling unicode-normalization v0.1.24 |
1928 | 2025-03-21T17:37:09.912Z | Compiling serde_urlencoded v0.7.1 |
1929 | 2025-03-21T17:37:10.492Z | Compiling crossbeam-epoch v0.9.18 |
1930 | 2025-03-21T17:37:11.136Z | Compiling rustls-pemfile v2.2.0 |
1931 | 2025-03-21T17:37:11.590Z | Compiling hubpack_derive v0.1.1 |
1932 | 2025-03-21T17:37:12.015Z | Compiling dropshot_endpoint v0.12.0 |
1933 | 2025-03-21T17:37:12.422Z | Compiling sha1 v0.10.6 |
1934 | 2025-03-21T17:37:12.820Z | Compiling signature v2.2.0 |
1935 | 2025-03-21T17:37:13.052Z | Compiling curve25519-dalek-derive v0.1.1 |
1936 | 2025-03-21T17:37:13.948Z | Compiling zerocopy-derive v0.6.6 |
1937 | 2025-03-21T17:37:14.410Z | Compiling thread_local v1.1.8 |
1938 | 2025-03-21T17:37:14.846Z | Compiling object v0.36.5 |
1939 | 2025-03-21T17:37:15.608Z | Compiling fs-err v2.11.0 |
1940 | 2025-03-21T17:37:15.631Z | Compiling ahash v0.8.11 |
1941 | 2025-03-21T17:37:15.987Z | Compiling crc32fast v1.4.2 |
1942 | 2025-03-21T17:37:16.426Z | Compiling openssl-probe v0.1.5 |
1943 | 2025-03-21T17:37:19.120Z | Compiling rustls-webpki v0.102.8 |
1944 | 2025-03-21T17:37:19.216Z | Compiling buf-list v1.0.3 |
1945 | 2025-03-21T17:37:19.769Z | Compiling rustc-demangle v0.1.24 |
1946 | 2025-03-21T17:37:20.317Z | Compiling unicode-bidi v0.3.17 |
1947 | 2025-03-21T17:37:20.755Z | Compiling utf8parse v0.2.2 |
1948 | 2025-03-21T17:37:20.942Z | Compiling zip v2.1.3 |
1949 | 2025-03-21T17:37:21.394Z | Compiling winnow v0.7.3 |
1950 | 2025-03-21T17:37:21.429Z | Compiling anstyle v1.0.10 |
1951 | 2025-03-21T17:37:21.429Z | Compiling unicode-properties v0.1.3 |
1952 | 2025-03-21T17:37:21.848Z | Compiling ipnet v2.11.0 |
1953 | 2025-03-21T17:37:22.812Z | Compiling backtrace v0.3.74 |
1954 | 2025-03-21T17:37:23.365Z | Compiling stringprep v0.1.5 |
1955 | 2025-03-21T17:37:24.651Z | Compiling toml_edit v0.22.24 |
1956 | 2025-03-21T17:37:24.904Z | Compiling anstyle-parse v0.2.5 |
1957 | 2025-03-21T17:37:26.107Z | Compiling crossbeam-deque v0.8.5 |
1958 | 2025-03-21T17:37:29.629Z | Compiling rand v0.9.0 |
1959 | 2025-03-21T17:37:30.898Z | Compiling term v0.7.0 |
1960 | 2025-03-21T17:37:30.918Z | Compiling darling_macro v0.20.10 |
1961 | 2025-03-21T17:37:31.791Z | Compiling slog-json v2.6.1 |
1962 | 2025-03-21T17:37:32.293Z | Compiling crossbeam-channel v0.5.13 |
1963 | 2025-03-21T17:37:33.070Z | Compiling futures-executor v0.3.31 |
1964 | 2025-03-21T17:37:33.257Z | Compiling num-integer v0.1.46 |
1965 | 2025-03-21T17:37:33.475Z | Compiling md-5 v0.10.6 |
1966 | 2025-03-21T17:37:33.512Z | Compiling hash32 v0.2.1 |
1967 | 2025-03-21T17:37:33.737Z | Compiling ff v0.13.0 |
1968 | 2025-03-21T17:37:33.763Z | Compiling memmap v0.7.0 |
1969 | 2025-03-21T17:37:33.871Z | Compiling is-terminal v0.4.13 |
1970 | 2025-03-21T17:37:33.986Z | Compiling utf-8 v0.7.6 |
1971 | 2025-03-21T17:37:34.036Z | Compiling anstyle-query v1.1.1 |
1972 | 2025-03-21T17:37:34.053Z | Compiling take_mut v0.2.2 |
1973 | 2025-03-21T17:37:34.172Z | Compiling base16ct v0.2.0 |
1974 | 2025-03-21T17:37:34.215Z | Compiling quick-error v1.2.3 |
1975 | 2025-03-21T17:37:34.264Z | Compiling fallible-iterator v0.2.0 |
1976 | 2025-03-21T17:37:34.381Z | Compiling linked-hash-map v0.5.6 |
1977 | 2025-03-21T17:37:34.720Z | Compiling is_terminal_polyfill v1.70.1 |
1978 | 2025-03-21T17:37:34.863Z | Compiling psl-types v2.0.11 |
1979 | 2025-03-21T17:37:35.067Z | Compiling colorchoice v1.0.2 |
1980 | 2025-03-21T17:37:35.187Z | Compiling publicsuffix v2.3.0 |
1981 | 2025-03-21T17:37:35.244Z | Compiling anstream v0.6.15 |
1982 | 2025-03-21T17:37:35.545Z | Compiling postgres-protocol v0.6.8 |
1983 | 2025-03-21T17:37:35.564Z | Compiling lru-cache v0.1.2 |
1984 | 2025-03-21T17:37:35.592Z | Compiling sec1 v0.7.3 |
1985 | 2025-03-21T17:37:35.769Z | Compiling resolv-conf v0.7.0 |
1986 | 2025-03-21T17:37:36.108Z | Compiling tungstenite v0.24.0 |
1987 | 2025-03-21T17:37:36.192Z | Compiling slog-term v2.9.1 |
1988 | 2025-03-21T17:37:36.352Z | Compiling usdt v0.5.0 |
1989 | 2025-03-21T17:37:36.637Z | Compiling group v0.13.0 |
1990 | 2025-03-21T17:37:36.774Z | Compiling num-iter v0.1.45 |
1991 | 2025-03-21T17:37:36.939Z | Compiling futures v0.3.31 |
1992 | 2025-03-21T17:37:38.441Z | Compiling slog-bunyan v2.5.0 |
1993 | 2025-03-21T17:37:38.650Z | Compiling darling v0.20.10 |
1994 | 2025-03-21T17:37:38.720Z | Compiling tokio-rustls v0.26.0 |
1995 | 2025-03-21T17:37:38.783Z | Compiling tokio-rustls v0.25.0 |
1996 | 2025-03-21T17:37:39.134Z | Compiling toml v0.8.20 |
1997 | 2025-03-21T17:37:39.191Z | Compiling bzip2 v0.4.4 |
1998 | 2025-03-21T17:37:39.210Z | Compiling tokio-native-tls v0.3.1 |
1999 | 2025-03-21T17:37:39.550Z | Compiling hickory-proto v0.24.4 |
2000 | 2025-03-21T17:37:39.642Z | Compiling flate2 v1.1.0 |
2001 | 2025-03-21T17:37:39.802Z | Compiling phf_shared v0.11.2 |
2002 | 2025-03-21T17:37:40.220Z | Compiling strum_macros v0.25.3 |
2003 | 2025-03-21T17:37:40.854Z | Compiling async-stream v0.3.6 |
2004 | 2025-03-21T17:37:40.959Z | Compiling waitgroup v0.1.2 |
2005 | 2025-03-21T17:37:41.182Z | Compiling webpki-roots v0.26.6 |
2006 | 2025-03-21T17:37:41.624Z | Compiling hkdf v0.12.4 |
2007 | 2025-03-21T17:37:41.708Z | Compiling terminal_size v0.4.0 |
2008 | 2025-03-21T17:37:41.786Z | Compiling serde_path_to_error v0.1.16 |
2009 | 2025-03-21T17:37:41.866Z | Compiling sync_wrapper v1.0.1 |
2010 | 2025-03-21T17:37:42.197Z | Compiling crypto-bigint v0.5.5 |
2011 | 2025-03-21T17:37:42.404Z | Compiling serde_repr v0.1.19 |
2012 | 2025-03-21T17:37:42.540Z | Compiling derive-where v1.2.7 |
2013 | 2025-03-21T17:37:42.761Z | Compiling clap_derive v4.5.28 |
2014 | 2025-03-21T17:37:43.364Z | Compiling regress v0.10.3 |
2015 | 2025-03-21T17:37:43.429Z | Compiling hostname v0.4.0 |
2016 | 2025-03-21T17:37:43.584Z | Compiling unicode-width v0.2.0 |
2017 | 2025-03-21T17:37:43.680Z | Compiling bumpalo v3.16.0 |
2018 | 2025-03-21T17:37:44.044Z | Compiling managed v0.8.0 |
2019 | 2025-03-21T17:37:44.132Z | Compiling bitflags v1.3.2 |
2020 | 2025-03-21T17:37:44.154Z | Compiling debug-ignore v1.0.5 |
2021 | 2025-03-21T17:37:48.525Z | Compiling lockfree-object-pool v0.1.6 |
2022 | 2025-03-21T17:37:49.128Z | Compiling clap_lex v0.7.4 |
2023 | 2025-03-21T17:37:49.128Z | Compiling simd-adler32 v0.3.7 |
2024 | 2025-03-21T17:37:49.128Z | Compiling tower-layer v0.3.3 |
2025 | 2025-03-21T17:37:49.128Z | Compiling zopfli v0.8.1 |
2026 | 2025-03-21T17:37:49.128Z | Compiling tower v0.5.2 |
2027 | 2025-03-21T17:37:49.128Z | Compiling clap_builder v4.5.31 |
2028 | 2025-03-21T17:37:49.128Z | Compiling elliptic-curve v0.13.8 |
2029 | 2025-03-21T17:37:49.128Z | Compiling typify-impl v0.2.0 |
2030 | 2025-03-21T17:37:49.128Z | Compiling hickory-resolver v0.24.4 |
2031 | 2025-03-21T17:37:49.149Z | Compiling console v0.15.10 |
2032 | 2025-03-21T17:37:50.412Z | Compiling hyper-rustls v0.27.3 |
2033 | 2025-03-21T17:37:52.280Z | Compiling phf v0.11.2 |
2034 | 2025-03-21T17:37:52.563Z | Compiling hyper-tls v0.6.0 |
2035 | 2025-03-21T17:37:53.384Z | Compiling signal-hook-mio v0.2.4 |
2036 | 2025-03-21T17:37:53.426Z | Compiling rayon v1.10.0 |
2037 | 2025-03-21T17:37:53.559Z | Compiling cookie_store v0.21.1 |
2038 | 2025-03-21T17:37:54.823Z | Compiling tokio-tungstenite v0.24.0 |
2039 | 2025-03-21T17:37:54.956Z | Compiling postgres-types v0.2.9 |
2040 | 2025-03-21T17:37:55.390Z | Compiling zerocopy v0.6.6 |
2041 | 2025-03-21T17:37:55.531Z | Compiling ed25519 v2.2.3 |
2042 | 2025-03-21T17:37:56.006Z | Compiling hubpack v0.1.2 |
2043 | 2025-03-21T17:37:56.178Z | Compiling phf_shared v0.10.0 |
2044 | 2025-03-21T17:37:56.430Z | Compiling pkcs1 v0.7.5 |
2045 | 2025-03-21T17:37:56.657Z | Compiling tokio-stream v0.1.17 |
2046 | 2025-03-21T17:37:57.292Z | Compiling ipnetwork v0.21.1 |
2047 | 2025-03-21T17:37:57.584Z | Compiling rfc6979 v0.4.0 |
2048 | 2025-03-21T17:37:57.674Z | Compiling serde-big-array v0.5.1 |
2049 | 2025-03-21T17:37:57.715Z | Compiling float-cmp v0.10.0 |
2050 | 2025-03-21T17:37:57.798Z | Compiling bstr v1.10.0 |
2051 | 2025-03-21T17:37:58.604Z | Compiling whoami v1.5.2 |
2052 | 2025-03-21T17:37:58.967Z | Compiling normalize-line-endings v0.3.0 |
2053 | 2025-03-21T17:37:59.086Z | Compiling predicates-core v1.0.8 |
2054 | 2025-03-21T17:37:59.131Z | Compiling unicode-segmentation v1.12.0 |
2055 | 2025-03-21T17:37:59.199Z | Compiling static_assertions v1.1.0 |
2056 | 2025-03-21T17:37:59.320Z | Compiling difflib v0.4.0 |
2057 | 2025-03-21T17:37:59.360Z | Compiling precomputed-hash v0.1.1 |
2058 | 2025-03-21T17:37:59.954Z | Compiling number_prefix v0.4.0 |
2059 | 2025-03-21T17:38:00.382Z | Compiling new_debug_unreachable v1.0.6 |
2060 | 2025-03-21T17:38:00.503Z | Compiling fixedbitset v0.4.2 |
2061 | 2025-03-21T17:38:00.692Z | Compiling string_cache v0.8.7 |
2062 | 2025-03-21T17:38:00.838Z | Compiling petgraph v0.6.5 |
2063 | 2025-03-21T17:38:01.094Z | Compiling indicatif v0.17.11 |
2064 | 2025-03-21T17:38:01.506Z | Compiling similar v2.7.0 |
2065 | 2025-03-21T17:38:02.821Z | Compiling predicates v3.1.3 |
2066 | 2025-03-21T17:38:02.882Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2067 | 2025-03-21T17:38:03.225Z | Compiling tokio-postgres v0.7.13 |
2068 | 2025-03-21T17:38:03.564Z | Compiling ecdsa v0.16.9 |
2069 | 2025-03-21T17:38:04.107Z | Compiling qorb v0.2.1 |
2070 | 2025-03-21T17:38:04.408Z | Compiling rsa v0.9.6 |
2071 | 2025-03-21T17:38:04.800Z | Compiling typify-macro v0.2.0 |
2072 | 2025-03-21T17:38:06.865Z | Compiling ed25519-dalek v2.1.1 |
2073 | 2025-03-21T17:38:08.607Z | Compiling reqwest v0.12.12 |
2074 | 2025-03-21T17:38:08.878Z | Compiling crossterm v0.28.1 |
2075 | 2025-03-21T17:38:09.092Z | Compiling clap v4.5.31 |
2076 | 2025-03-21T17:38:09.223Z | Compiling zip v0.6.6 |
2077 | 2025-03-21T17:38:10.361Z | Compiling toml v0.7.8 |
2078 | 2025-03-21T17:38:10.378Z | Compiling x509-cert v0.2.5 |
2079 | 2025-03-21T17:38:11.658Z | Compiling hex v0.4.3 |
2080 | 2025-03-21T17:38:12.230Z | Compiling itertools v0.10.5 |
2081 | 2025-03-21T17:38:12.612Z | Compiling peg-runtime v0.8.5 |
2082 | 2025-03-21T17:38:13.525Z | Compiling lalrpop-util v0.19.12 |
2083 | 2025-03-21T17:38:13.887Z | Compiling unicode-xid v0.2.6 |
2084 | 2025-03-21T17:38:18.340Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2085 | 2025-03-21T17:38:21.462Z | Compiling proc-macro-crate v1.3.1 |
2086 | 2025-03-21T17:38:22.198Z | Compiling macaddr v1.0.1 |
2087 | 2025-03-21T17:38:23.557Z | Compiling itertools v0.13.0 |
2088 | 2025-03-21T17:38:23.607Z | Compiling heapless v0.8.0 |
2089 | 2025-03-21T17:38:24.277Z | Compiling fastrand v2.1.1 |
2090 | 2025-03-21T17:38:25.510Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2091 | 2025-03-21T17:38:26.697Z | Compiling tempfile v3.13.0 |
2092 | 2025-03-21T17:38:30.514Z | Compiling num_enum_derive v0.5.11 |
2093 | 2025-03-21T17:38:35.265Z | Compiling structmeta-derive v0.3.0 |
2094 | 2025-03-21T17:38:36.769Z | Compiling hash32 v0.3.1 |
2095 | 2025-03-21T17:38:38.032Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2096 | 2025-03-21T17:38:38.918Z | Compiling smoltcp v0.11.0 |
2097 | 2025-03-21T17:38:39.390Z | Compiling thiserror v2.0.11 |
2098 | 2025-03-21T17:38:42.921Z | Compiling structmeta v0.3.0 |
2099 | 2025-03-21T17:38:44.383Z | Compiling num_enum v0.5.11 |
2100 | 2025-03-21T17:38:44.581Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2101 | 2025-03-21T17:38:45.477Z | Compiling typify v0.2.0 |
2102 | 2025-03-21T17:38:45.639Z | Compiling oxnet v0.1.1 |
2103 | 2025-03-21T17:38:46.759Z | Compiling strum_macros v0.26.4 |
2104 | 2025-03-21T17:38:47.733Z | Compiling thiserror-impl v2.0.11 |
2105 | 2025-03-21T17:38:49.318Z | Compiling proc-macro-error-attr v1.0.4 |
2106 | 2025-03-21T17:38:50.603Z | Compiling cobs v0.2.3 |
2107 | 2025-03-21T17:38:50.995Z | Compiling unsafe-libyaml v0.2.11 |
2108 | 2025-03-21T17:38:51.767Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2109 | 2025-03-21T17:38:52.592Z | Compiling serde_yaml v0.9.34+deprecated |
2110 | 2025-03-21T17:38:54.932Z | Compiling strum v0.26.3 |
2111 | 2025-03-21T17:38:55.153Z | Compiling postcard v1.0.10 |
2112 | 2025-03-21T17:39:02.944Z | Compiling progenitor-impl v0.8.0 |
2113 | 2025-03-21T17:39:04.780Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2114 | 2025-03-21T17:39:17.334Z | Compiling foreign-types-macros v0.2.3 |
2115 | 2025-03-21T17:39:17.541Z | Compiling wait-timeout v0.2.0 |
2116 | 2025-03-21T17:39:17.568Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2117 | 2025-03-21T17:39:17.602Z | Compiling proc-macro-error v1.0.4 |
2118 | 2025-03-21T17:39:18.856Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2119 | 2025-03-21T17:39:18.876Z | Compiling unicode-width v0.1.14 |
2120 | 2025-03-21T17:39:19.134Z | Compiling bit-vec v0.8.0 |
2121 | 2025-03-21T17:39:19.208Z | Compiling foreign-types-shared v0.3.1 |
2122 | 2025-03-21T17:39:19.352Z | Compiling foreign-types v0.5.0 |
2123 | 2025-03-21T17:39:19.507Z | Compiling tabwriter v1.4.0 |
2124 | 2025-03-21T17:39:19.717Z | Compiling bit-set v0.8.0 |
2125 | 2025-03-21T17:39:19.960Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2126 | 2025-03-21T17:39:25.968Z | Compiling rusty-fork v0.3.0 |
2127 | 2025-03-21T17:39:30.778Z | Compiling progenitor-macro v0.8.0 |
2128 | 2025-03-21T17:39:34.258Z | Compiling parse-display-derive v0.10.0 |
2129 | 2025-03-21T17:39:34.791Z | Compiling progenitor-client v0.8.0 |
2130 | 2025-03-21T17:39:37.643Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2131 | 2025-03-21T17:39:38.445Z | Compiling daft-derive v0.1.1 |
2132 | 2025-03-21T17:39:38.673Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2133 | 2025-03-21T17:39:39.240Z | Compiling rand_xorshift v0.3.0 |
2134 | 2025-03-21T17:39:39.507Z | Compiling cstr-argument v0.1.2 |
2135 | 2025-03-21T17:39:39.526Z | Compiling dropshot v0.16.0 |
2136 | 2025-03-21T17:39:39.769Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2137 | 2025-03-21T17:39:39.865Z | Compiling pretty-hex v0.2.1 |
2138 | 2025-03-21T17:39:40.131Z | Compiling crucible-workspace-hack v0.1.0 |
2139 | 2025-03-21T17:39:40.461Z | Compiling unarray v0.1.4 |
2140 | 2025-03-21T17:39:40.670Z | Compiling proptest v1.6.0 |
2141 | 2025-03-21T17:39:40.780Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2142 | 2025-03-21T17:39:40.867Z | Compiling progenitor v0.8.0 |
2143 | 2025-03-21T17:39:41.104Z | Compiling daft v0.1.1 |
2144 | 2025-03-21T17:39:41.150Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2145 | 2025-03-21T17:39:41.458Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2146 | 2025-03-21T17:39:41.605Z | Compiling parse-display v0.10.0 |
2147 | 2025-03-21T17:39:42.020Z | Compiling test-strategy v0.4.0 |
2148 | 2025-03-21T17:39:42.336Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2149 | 2025-03-21T17:39:42.542Z | Compiling colored v2.2.0 |
2150 | 2025-03-21T17:39:43.405Z | Compiling serde_with_macros v3.12.0 |
2151 | 2025-03-21T17:39:43.889Z | Compiling dropshot_endpoint v0.16.0 |
2152 | 2025-03-21T17:39:44.856Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2153 | 2025-03-21T17:39:45.080Z | Compiling instant v0.1.13 |
2154 | 2025-03-21T17:39:45.302Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2155 | 2025-03-21T17:39:45.630Z | Compiling winnow v0.6.20 |
2156 | 2025-03-21T17:39:45.686Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2157 | 2025-03-21T17:39:45.690Z | Compiling serde_with v3.12.0 |
2158 | 2025-03-21T17:39:45.925Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2159 | 2025-03-21T17:39:47.956Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2160 | 2025-03-21T17:39:48.850Z | Compiling backoff v0.4.0 |
2161 | 2025-03-21T17:39:49.241Z | Compiling zone_cfg_derive v0.3.0 |
2162 | 2025-03-21T17:39:49.803Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2163 | 2025-03-21T17:39:49.959Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2164 | 2025-03-21T17:39:50.564Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2165 | 2025-03-21T17:39:50.697Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2166 | 2025-03-21T17:39:50.746Z | Compiling camino-tempfile v1.1.1 |
2167 | 2025-03-21T17:39:51.089Z | Compiling progenitor-client v0.9.1 |
2168 | 2025-03-21T17:39:51.485Z | Compiling num-derive v0.4.2 |
2169 | 2025-03-21T17:39:52.034Z | Compiling sigpipe v0.1.3 |
2170 | 2025-03-21T17:39:52.190Z | Compiling libefi-sys v0.1.0 |
2171 | 2025-03-21T17:39:52.524Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2172 | 2025-03-21T17:39:52.931Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2173 | 2025-03-21T17:39:53.567Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2174 | 2025-03-21T17:39:55.107Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2175 | 2025-03-21T17:39:56.067Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2176 | 2025-03-21T17:39:56.634Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2177 | 2025-03-21T17:39:58.528Z | Compiling zone v0.3.0 |
2178 | 2025-03-21T17:39:58.627Z | Compiling itertools v0.14.0 |
2179 | 2025-03-21T17:39:59.054Z | Compiling smf v0.2.3 |
2180 | 2025-03-21T17:40:00.211Z | Compiling bitfield-struct v0.6.2 |
2181 | 2025-03-21T17:40:01.556Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2182 | 2025-03-21T17:40:01.640Z | Compiling blake3 v1.5.4 |
2183 | 2025-03-21T17:40:01.879Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2184 | 2025-03-21T17:40:02.146Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2185 | 2025-03-21T17:40:02.527Z | Compiling xattr v1.3.1 |
2186 | 2025-03-21T17:40:02.613Z | Compiling filetime v0.2.25 |
2187 | 2025-03-21T17:40:02.849Z | Compiling memmap2 v0.9.5 |
2188 | 2025-03-21T17:40:02.884Z | Compiling same-file v1.0.6 |
2189 | 2025-03-21T17:40:02.975Z | Compiling constant_time_eq v0.3.1 |
2190 | 2025-03-21T17:40:03.176Z | Compiling arrayref v0.3.9 |
2191 | 2025-03-21T17:40:03.195Z | Compiling arrayvec v0.7.6 |
2192 | 2025-03-21T17:40:03.242Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2193 | 2025-03-21T17:40:03.300Z | Compiling walkdir v2.5.0 |
2194 | 2025-03-21T17:40:03.386Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2195 | 2025-03-21T17:40:03.406Z | Compiling tar v0.4.44 |
2196 | 2025-03-21T17:40:04.849Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2197 | 2025-03-21T17:40:05.283Z | Compiling gethostname v0.5.0 |
2198 | 2025-03-21T17:40:05.507Z | Compiling cargo-platform v0.1.8 |
2199 | 2025-03-21T17:40:06.016Z | Compiling topological-sort v0.2.2 |
2200 | 2025-03-21T17:40:06.105Z | Compiling fixedbitset v0.5.7 |
2201 | 2025-03-21T17:40:06.312Z | Compiling omicron-zone-package v0.12.0 |
2202 | 2025-03-21T17:40:06.565Z | Compiling cargo_metadata v0.19.2 |
2203 | 2025-03-21T17:40:07.243Z | Compiling petgraph v0.7.1 |
2204 | 2025-03-21T17:40:08.226Z | Compiling shell-words v1.1.0 |
2205 | 2025-03-21T17:40:08.767Z | Compiling indent_write v2.2.0 |
2206 | 2025-03-21T17:40:17.460Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2025-03-21T17:40:18.185Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2208 | 2025-03-21T17:40:21.832Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2209 | 2025-03-21T17:40:36.131Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2210 | 2025-03-21T17:40:36.306Z | Running `target/release/omicron-package -t test target create -p dev` |
2211 | 2025-03-21T17:40:36.355Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2212 | 2025-03-21T17:40:36.359Z | Created new build target 'test' and set it as active |
2213 | 2025-03-21T17:40:36.359Z | |
2214 | 2025-03-21T17:40:36.359Z | real 5:15.471796088 |
2215 | 2025-03-21T17:40:36.359Z | user 36:39.826836013 |
2216 | 2025-03-21T17:40:36.359Z | sys 3:29.071452436 |
2217 | 2025-03-21T17:40:36.359Z | trap 1.134552633 |
2218 | 2025-03-21T17:40:36.359Z | tflt 1.698967678 |
2219 | 2025-03-21T17:40:36.359Z | dflt 0.872242839 |
2220 | 2025-03-21T17:40:36.359Z | kflt 0.000083022 |
2221 | 2025-03-21T17:40:36.359Z | lock 1:12:02.094039937 |
2222 | 2025-03-21T17:40:36.359Z | slp 2:27:16.885533527 |
2223 | 2025-03-21T17:40:36.359Z | lat 2:51.180526644 |
2224 | 2025-03-21T17:40:36.359Z | stop 5:01.483487497 |
2225 | 2025-03-21T17:40:36.362Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2226 | 2025-03-21T17:40:37.379Z | Finished `release` profile [optimized] target(s) in 0.96s |
2227 | 2025-03-21T17:40:37.444Z | Running `target/release/omicron-package -t test package` |
2228 | 2025-03-21T17:40:37.490Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2229 | 2025-03-21T17:40:38.685Z | Compiling ring v0.17.11 |
2230 | 2025-03-21T17:40:38.867Z | Compiling thiserror v2.0.11 |
2231 | 2025-03-21T17:40:38.884Z | Compiling typify-impl v0.3.0 |
2232 | 2025-03-21T17:40:38.900Z | Compiling convert_case v0.4.0 |
2233 | 2025-03-21T17:40:38.900Z | Compiling fastrand v2.1.1 |
2234 | 2025-03-21T17:40:38.903Z | Compiling newline-converter v0.3.0 |
2235 | 2025-03-21T17:40:38.904Z | Compiling password-hash v0.5.0 |
2236 | 2025-03-21T17:40:39.114Z | Compiling expectorate v1.1.0 |
2237 | 2025-03-21T17:40:39.360Z | Compiling tempfile v3.13.0 |
2238 | 2025-03-21T17:40:39.365Z | Compiling blake2 v0.10.6 |
2239 | 2025-03-21T17:40:39.486Z | Compiling derive_more v0.99.19 |
2240 | 2025-03-21T17:40:40.005Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2241 | 2025-03-21T17:40:40.560Z | Compiling base64 v0.21.7 |
2242 | 2025-03-21T17:40:40.739Z | Compiling argon2 v0.5.3 |
2243 | 2025-03-21T17:40:41.060Z | Compiling atomicwrites v0.4.4 |
2244 | 2025-03-21T17:40:41.607Z | Compiling cancel-safe-futures v0.1.5 |
2245 | 2025-03-21T17:40:41.635Z | Compiling owo-colors v4.2.0 |
2246 | 2025-03-21T17:40:41.972Z | Compiling num-rational v0.4.2 |
2247 | 2025-03-21T17:40:42.240Z | Compiling libsw-core v0.3.1 |
2248 | 2025-03-21T17:40:42.529Z | Compiling num-complex v0.4.6 |
2249 | 2025-03-21T17:40:42.923Z | Compiling libsw v3.4.0 |
2250 | 2025-03-21T17:40:43.685Z | Compiling num v0.4.3 |
2251 | 2025-03-21T17:40:44.254Z | Compiling rustls v0.23.19 |
2252 | 2025-03-21T17:40:44.287Z | Compiling rustls v0.22.4 |
2253 | 2025-03-21T17:40:44.319Z | Compiling float-ord v0.3.2 |
2254 | 2025-03-21T17:40:44.411Z | Compiling swrite v0.1.0 |
2255 | 2025-03-21T17:40:44.519Z | Compiling linear-map v1.2.0 |
2256 | 2025-03-21T17:40:44.567Z | Compiling highway v1.3.0 |
2257 | 2025-03-21T17:40:44.961Z | Compiling tungstenite v0.21.0 |
2258 | 2025-03-21T17:40:44.982Z | Compiling semver v0.1.20 |
2259 | 2025-03-21T17:40:45.480Z | Compiling rustc_version v0.1.7 |
2260 | 2025-03-21T17:40:45.655Z | Compiling ipnetwork v0.21.1 |
2261 | 2025-03-21T17:40:45.838Z | Compiling newtype_derive v0.1.6 |
2262 | 2025-03-21T17:40:46.133Z | Compiling wait-timeout v0.2.0 |
2263 | 2025-03-21T17:40:46.179Z | Compiling tokio-tungstenite v0.21.0 |
2264 | 2025-03-21T17:40:46.325Z | Compiling bit-vec v0.8.0 |
2265 | 2025-03-21T17:40:46.550Z | Compiling rustls-webpki v0.102.8 |
2266 | 2025-03-21T17:40:46.741Z | Compiling bit-set v0.8.0 |
2267 | 2025-03-21T17:40:46.767Z | Compiling rusty-fork v0.3.0 |
2268 | 2025-03-21T17:40:47.119Z | Compiling oxnet v0.1.1 |
2269 | 2025-03-21T17:40:47.344Z | Compiling rand_xorshift v0.3.0 |
2270 | 2025-03-21T17:40:47.764Z | Compiling humantime v2.1.0 |
2271 | 2025-03-21T17:40:48.174Z | Compiling unarray v0.1.4 |
2272 | 2025-03-21T17:40:48.353Z | Compiling proptest v1.6.0 |
2273 | 2025-03-21T17:40:48.567Z | Compiling daft v0.1.1 |
2274 | 2025-03-21T17:40:48.783Z | Compiling typify-macro v0.3.0 |
2275 | 2025-03-21T17:40:49.446Z | Compiling parse-display v0.10.0 |
2276 | 2025-03-21T17:40:49.777Z | Compiling dropshot v0.16.0 |
2277 | 2025-03-21T17:40:49.841Z | Compiling strum v0.26.3 |
2278 | 2025-03-21T17:40:49.938Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2279 | 2025-03-21T17:40:50.030Z | Compiling instant v0.1.13 |
2280 | 2025-03-21T17:40:50.112Z | Compiling steno v0.4.1 |
2281 | 2025-03-21T17:40:50.191Z | Compiling backoff v0.4.0 |
2282 | 2025-03-21T17:40:50.564Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2283 | 2025-03-21T17:40:51.062Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2284 | 2025-03-21T17:40:51.978Z | Compiling tokio-rustls v0.25.0 |
2285 | 2025-03-21T17:40:52.419Z | Compiling dropshot v0.12.0 |
2286 | 2025-03-21T17:40:54.929Z | Compiling tokio-rustls v0.26.0 |
2287 | 2025-03-21T17:40:55.411Z | Compiling hyper-rustls v0.27.3 |
2288 | 2025-03-21T17:40:55.802Z | Compiling typify v0.3.0 |
2289 | 2025-03-21T17:40:55.955Z | Compiling reqwest v0.12.12 |
2290 | 2025-03-21T17:40:58.997Z | Compiling qorb v0.2.1 |
2291 | 2025-03-21T17:40:59.936Z | Compiling progenitor-impl v0.9.1 |
2292 | 2025-03-21T17:41:04.844Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2293 | 2025-03-21T17:41:05.787Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2294 | 2025-03-21T17:41:10.836Z | Compiling progenitor-client v0.9.1 |
2295 | 2025-03-21T17:41:28.406Z | Compiling progenitor-client v0.8.0 |
2296 | 2025-03-21T17:41:29.293Z | Compiling progenitor v0.8.0 |
2297 | 2025-03-21T17:41:29.521Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2298 | 2025-03-21T17:41:35.265Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2299 | 2025-03-21T17:41:36.790Z | Compiling progenitor-macro v0.9.1 |
2300 | 2025-03-21T17:41:37.689Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2301 | 2025-03-21T17:41:40.906Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2302 | 2025-03-21T17:41:41.090Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2303 | 2025-03-21T17:41:41.684Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2304 | 2025-03-21T17:41:42.526Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2305 | 2025-03-21T17:41:43.121Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2306 | 2025-03-21T17:41:43.327Z | Compiling serde_with v3.12.0 |
2307 | 2025-03-21T17:41:47.062Z | Compiling progenitor v0.9.1 |
2308 | 2025-03-21T17:41:47.237Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2309 | 2025-03-21T17:41:47.306Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2310 | 2025-03-21T17:41:48.258Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2311 | 2025-03-21T17:41:48.281Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2312 | 2025-03-21T17:41:48.912Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2313 | 2025-03-21T17:41:49.259Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2314 | 2025-03-21T17:41:49.811Z | Compiling macaddr v1.0.1 |
2315 | 2025-03-21T17:41:51.276Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2316 | 2025-03-21T17:41:58.068Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2317 | 2025-03-21T17:42:00.383Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2318 | 2025-03-21T17:42:00.649Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2319 | 2025-03-21T17:42:03.154Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2320 | 2025-03-21T17:42:05.576Z | Compiling slog-dtrace v0.3.0 |
2321 | 2025-03-21T17:42:06.166Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2322 | 2025-03-21T17:42:08.217Z | Compiling prettyplease v0.2.29 |
2323 | 2025-03-21T17:42:12.509Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2324 | 2025-03-21T17:42:14.374Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2325 | 2025-03-21T17:42:14.949Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2326 | 2025-03-21T17:42:15.421Z | Compiling half v2.4.1 |
2327 | 2025-03-21T17:42:15.503Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2328 | 2025-03-21T17:42:16.091Z | Compiling ciborium-io v0.2.2 |
2329 | 2025-03-21T17:42:16.260Z | Compiling ciborium-ll v0.2.2 |
2330 | 2025-03-21T17:42:16.778Z | Compiling bytecount v0.6.8 |
2331 | 2025-03-21T17:42:17.109Z | Compiling ciborium v0.2.2 |
2332 | 2025-03-21T17:42:17.456Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2333 | 2025-03-21T17:42:19.090Z | Compiling display-error-chain v0.2.2 |
2334 | 2025-03-21T17:42:19.342Z | Compiling const_format_proc_macros v0.2.34 |
2335 | 2025-03-21T17:42:20.214Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2336 | 2025-03-21T17:42:20.653Z | Compiling same-file v1.0.6 |
2337 | 2025-03-21T17:42:20.916Z | Compiling keccak v0.1.5 |
2338 | 2025-03-21T17:42:21.117Z | Compiling maplit v1.0.2 |
2339 | 2025-03-21T17:42:21.264Z | Compiling crunchy v0.2.2 |
2340 | 2025-03-21T17:42:21.750Z | Compiling sha3 v0.10.8 |
2341 | 2025-03-21T17:42:22.070Z | Compiling const_format v0.2.34 |
2342 | 2025-03-21T17:42:22.604Z | Compiling walkdir v2.5.0 |
2343 | 2025-03-21T17:42:23.210Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2344 | 2025-03-21T17:42:23.248Z | Compiling tiny-keccak v2.0.2 |
2345 | 2025-03-21T17:42:23.306Z | Compiling radium v0.7.0 |
2346 | 2025-03-21T17:42:23.610Z | Compiling blake3 v1.5.4 |
2347 | 2025-03-21T17:42:23.957Z | Compiling dsl_auto_type v0.1.2 |
2348 | 2025-03-21T17:42:23.994Z | Compiling scheduled-thread-pool v0.2.7 |
2349 | 2025-03-21T17:42:24.301Z | Compiling xattr v1.3.1 |
2350 | 2025-03-21T17:42:24.586Z | Compiling diesel_table_macro_syntax v0.2.0 |
2351 | 2025-03-21T17:42:24.971Z | Compiling memmap2 v0.9.5 |
2352 | 2025-03-21T17:42:25.054Z | Compiling filetime v0.2.25 |
2353 | 2025-03-21T17:42:25.379Z | Compiling constant_time_eq v0.3.1 |
2354 | 2025-03-21T17:42:25.386Z | Compiling tap v1.0.1 |
2355 | 2025-03-21T17:42:25.386Z | Compiling maybe-uninit v2.0.0 |
2356 | 2025-03-21T17:42:25.543Z | Compiling arrayref v0.3.9 |
2357 | 2025-03-21T17:42:25.613Z | Compiling bit-vec v0.6.3 |
2358 | 2025-03-21T17:42:25.671Z | Compiling arrayvec v0.7.6 |
2359 | 2025-03-21T17:42:25.961Z | Compiling bit-set v0.5.3 |
2360 | 2025-03-21T17:42:26.050Z | Compiling wyz v0.5.1 |
2361 | 2025-03-21T17:42:26.237Z | Compiling tar v0.4.44 |
2362 | 2025-03-21T17:42:26.492Z | Compiling diesel_derives v2.2.3 |
2363 | 2025-03-21T17:42:26.981Z | Compiling r2d2 v0.8.10 |
2364 | 2025-03-21T17:42:27.669Z | Compiling toolchain_find v0.4.0 |
2365 | 2025-03-21T17:42:27.944Z | Compiling camino-tempfile v1.1.1 |
2366 | 2025-03-21T17:42:27.981Z | Compiling phf_generator v0.11.2 |
2367 | 2025-03-21T17:42:28.189Z | Compiling ascii-canvas v3.0.0 |
2368 | 2025-03-21T17:42:28.205Z | Compiling secrecy v0.8.0 |
2369 | 2025-03-21T17:42:28.329Z | Compiling ena v0.14.3 |
2370 | 2025-03-21T17:42:28.478Z | Compiling async-recursion v1.1.1 |
2371 | 2025-03-21T17:42:28.648Z | Compiling topological-sort v0.2.2 |
2372 | 2025-03-21T17:42:28.720Z | Compiling packed_struct v0.10.1 |
2373 | 2025-03-21T17:42:28.897Z | Compiling regex-syntax v0.6.29 |
2374 | 2025-03-21T17:42:29.163Z | Compiling crc-catalog v2.4.0 |
2375 | 2025-03-21T17:42:29.349Z | Compiling funty v2.0.0 |
2376 | 2025-03-21T17:42:29.715Z | Compiling diff v0.1.13 |
2377 | 2025-03-21T17:42:29.732Z | Compiling bindgen v0.71.1 |
2378 | 2025-03-21T17:42:30.147Z | Compiling crc v3.2.1 |
2379 | 2025-03-21T17:42:30.255Z | Compiling omicron-zone-package v0.12.0 |
2380 | 2025-03-21T17:42:30.297Z | Compiling bitvec v1.0.1 |
2381 | 2025-03-21T17:42:32.054Z | Compiling phf_codegen v0.11.2 |
2382 | 2025-03-21T17:42:32.198Z | Compiling lalrpop v0.19.12 |
2383 | 2025-03-21T17:42:32.277Z | Compiling rustfmt-wrapper v0.2.1 |
2384 | 2025-03-21T17:42:32.975Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2385 | 2025-03-21T17:42:33.841Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2386 | 2025-03-21T17:42:34.300Z | Compiling universal-hash v0.5.1 |
2387 | 2025-03-21T17:42:34.338Z | Compiling packed_struct_codegen v0.10.1 |
2388 | 2025-03-21T17:42:34.339Z | Compiling thiserror-impl-no-std v2.0.2 |
2389 | 2025-03-21T17:42:34.693Z | Compiling parse-zoneinfo v0.3.1 |
2390 | 2025-03-21T17:42:35.088Z | Compiling indexmap v1.9.3 |
2391 | 2025-03-21T17:42:35.464Z | Compiling ref-cast v1.0.23 |
2392 | 2025-03-21T17:42:35.960Z | Compiling nodrop v0.1.14 |
2393 | 2025-03-21T17:42:36.079Z | Compiling opaque-debug v0.3.1 |
2394 | 2025-03-21T17:42:36.128Z | Compiling rustc-hash v2.1.1 |
2395 | 2025-03-21T17:42:36.206Z | Compiling poly1305 v0.8.0 |
2396 | 2025-03-21T17:42:36.602Z | Compiling thiserror-no-std v2.0.2 |
2397 | 2025-03-21T17:42:36.753Z | Compiling array-init v0.0.4 |
2398 | 2025-03-21T17:42:36.841Z | Compiling diesel v2.2.7 |
2399 | 2025-03-21T17:42:37.763Z | Compiling chrono-tz-build v0.4.0 |
2400 | 2025-03-21T17:42:37.818Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2401 | 2025-03-21T17:42:38.737Z | Compiling smallvec v0.6.14 |
2402 | 2025-03-21T17:42:39.193Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2403 | 2025-03-21T17:42:39.527Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2404 | 2025-03-21T17:42:39.859Z | Compiling itertools v0.13.0 |
2405 | 2025-03-21T17:42:40.328Z | Compiling derive_builder_core v0.20.2 |
2406 | 2025-03-21T17:42:42.083Z | Compiling chacha20 v0.9.1 |
2407 | 2025-03-21T17:42:42.583Z | Compiling headers-core v0.3.0 |
2408 | 2025-03-21T17:42:42.782Z | Compiling aead v0.5.2 |
2409 | 2025-03-21T17:42:43.170Z | Compiling libxml v0.3.3 |
2410 | 2025-03-21T17:42:43.540Z | Compiling ref-cast-impl v1.0.23 |
2411 | 2025-03-21T17:42:43.562Z | Compiling vte_generate_state_changes v0.1.2 |
2412 | 2025-03-21T17:42:44.172Z | Compiling arc-swap v1.7.1 |
2413 | 2025-03-21T17:42:44.623Z | Compiling termcolor v1.4.1 |
2414 | 2025-03-21T17:42:44.769Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2415 | 2025-03-21T17:42:45.101Z | Compiling hashbrown v0.12.3 |
2416 | 2025-03-21T17:42:45.624Z | Compiling bitfield v0.14.0 |
2417 | 2025-03-21T17:42:45.955Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2418 | 2025-03-21T17:42:47.361Z | Compiling env_logger v0.10.2 |
2419 | 2025-03-21T17:42:48.523Z | Compiling samael v0.0.18 |
2420 | 2025-03-21T17:42:48.841Z | Compiling slog-scope v4.4.0 |
2421 | 2025-03-21T17:42:49.638Z | Compiling vte v0.11.1 |
2422 | 2025-03-21T17:42:50.138Z | Compiling chacha20poly1305 v0.10.1 |
2423 | 2025-03-21T17:42:50.323Z | Compiling headers v0.4.0 |
2424 | 2025-03-21T17:42:50.453Z | Compiling derive_builder_macro v0.20.2 |
2425 | 2025-03-21T17:42:51.292Z | Compiling serde-hex v0.1.0 |
2426 | 2025-03-21T17:42:51.333Z | Compiling chrono-tz v0.10.1 |
2427 | 2025-03-21T17:42:51.955Z | Compiling vsss-rs v3.3.4 |
2428 | 2025-03-21T17:42:53.351Z | Compiling polar-core v0.27.3 |
2429 | 2025-03-21T17:42:53.927Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2430 | 2025-03-21T17:42:55.859Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2431 | 2025-03-21T17:42:56.172Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2432 | 2025-03-21T17:42:56.191Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2433 | 2025-03-21T17:42:56.733Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2434 | 2025-03-21T17:42:57.049Z | Compiling ron v0.8.1 |
2435 | 2025-03-21T17:42:59.316Z | Compiling hashbrown v0.13.2 |
2436 | 2025-03-21T17:43:00.487Z | Compiling strum_macros v0.24.3 |
2437 | 2025-03-21T17:43:00.594Z | Compiling unicase v2.7.0 |
2438 | 2025-03-21T17:43:00.938Z | Compiling indoc v1.0.9 |
2439 | 2025-03-21T17:43:01.751Z | Compiling crc-any v2.5.0 |
2440 | 2025-03-21T17:43:02.641Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2441 | 2025-03-21T17:43:02.707Z | Compiling object v0.30.4 |
2442 | 2025-03-21T17:43:03.302Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2443 | 2025-03-21T17:43:17.904Z | Compiling derive_builder v0.20.2 |
2444 | 2025-03-21T17:43:18.138Z | Compiling strip-ansi-escapes v0.2.0 |
2445 | 2025-03-21T17:43:20.039Z | Compiling slog-stdlog v4.1.1 |
2446 | 2025-03-21T17:43:22.247Z | Compiling papergrid v0.11.0 |
2447 | 2025-03-21T17:43:22.330Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2448 | 2025-03-21T17:43:22.654Z | Compiling tabled_derive v0.7.0 |
2449 | 2025-03-21T17:43:22.674Z | Compiling fd-lock v4.0.2 |
2450 | 2025-03-21T17:43:22.904Z | Compiling peg-macros v0.8.5 |
2451 | 2025-03-21T17:43:24.543Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2452 | 2025-03-21T17:43:25.524Z | Compiling oso-derive v0.27.3 |
2453 | 2025-03-21T17:43:25.796Z | Compiling impl-trait-for-tuples v0.2.2 |
2454 | 2025-03-21T17:43:26.482Z | Compiling quick-xml v0.37.2 |
2455 | 2025-03-21T17:43:31.472Z | Compiling diesel-dtrace v0.4.2 |
2456 | 2025-03-21T17:43:31.826Z | Compiling nu-ansi-term v0.50.1 |
2457 | 2025-03-21T17:43:32.654Z | Compiling path-slash v0.1.5 |
2458 | 2025-03-21T17:43:32.924Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2459 | 2025-03-21T17:43:33.795Z | Compiling reedline v0.38.0 |
2460 | 2025-03-21T17:43:35.629Z | Compiling oso v0.27.3 |
2461 | 2025-03-21T17:43:46.910Z | Compiling peg v0.8.5 |
2462 | 2025-03-21T17:43:47.081Z | Compiling tabled v0.15.0 |
2463 | 2025-03-21T17:43:48.033Z | Compiling slog-envlogger v2.2.0 |
2464 | 2025-03-21T17:43:51.864Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2465 | 2025-03-21T17:43:54.257Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2466 | 2025-03-21T17:43:55.764Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2467 | 2025-03-21T17:43:56.103Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2468 | 2025-03-21T17:43:57.695Z | Compiling pem v3.0.5 |
2469 | 2025-03-21T17:43:59.077Z | Compiling bb8 v0.8.5 |
2470 | 2025-03-21T17:43:59.673Z | Compiling bcs v0.1.6 |
2471 | 2025-03-21T17:44:00.523Z | Compiling fxhash v0.2.1 |
2472 | 2025-03-21T17:44:01.272Z | Compiling libz-sys v1.1.20 |
2473 | 2025-03-21T17:44:01.536Z | Compiling termtree v0.5.1 |
2474 | 2025-03-21T17:44:01.894Z | Compiling async-bb8-diesel v0.2.1 |
2475 | 2025-03-21T17:44:08.117Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2476 | 2025-03-21T17:44:08.235Z | Compiling kstat-rs v0.2.4 |
2477 | 2025-03-21T17:44:08.235Z | Compiling proc-macro-error-attr2 v2.0.0 |
2478 | 2025-03-21T17:44:08.235Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2479 | 2025-03-21T17:44:08.235Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2480 | 2025-03-21T17:44:08.235Z | Compiling proc-macro-error2 v2.0.1 |
2481 | 2025-03-21T17:44:08.235Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2482 | 2025-03-21T17:44:08.235Z | Compiling nanorand v0.7.0 |
2483 | 2025-03-21T17:44:09.682Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2484 | 2025-03-21T17:44:09.714Z | Compiling pin-project-internal v1.1.6 |
2485 | 2025-03-21T17:44:11.971Z | Compiling parking_lot_core v0.8.6 |
2486 | 2025-03-21T17:44:12.462Z | Compiling pin-project v1.1.6 |
2487 | 2025-03-21T17:44:19.558Z | Compiling flume v0.11.1 |
2488 | 2025-03-21T17:44:19.971Z | Compiling tabled_derive v0.10.0 |
2489 | 2025-03-21T17:44:20.290Z | Compiling mime_guess v2.0.5 |
2490 | 2025-03-21T17:44:21.648Z | Compiling papergrid v0.14.0 |
2491 | 2025-03-21T17:44:22.117Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2492 | 2025-03-21T17:44:25.929Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2493 | 2025-03-21T17:44:26.414Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2494 | 2025-03-21T17:44:29.431Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2495 | 2025-03-21T17:44:32.515Z | Compiling snafu-derive v0.8.5 |
2496 | 2025-03-21T17:44:32.766Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-03-21T17:44:33.212Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2498 | 2025-03-21T17:44:34.392Z | Compiling tabled v0.18.0 |
2499 | 2025-03-21T17:44:36.694Z | Compiling snafu v0.8.5 |
2500 | 2025-03-21T17:44:50.402Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2501 | 2025-03-21T17:44:52.427Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2502 | 2025-03-21T17:44:53.825Z | Compiling globset v0.4.15 |
2503 | 2025-03-21T17:44:58.759Z | Compiling olpc-cjson v0.1.4 |
2504 | 2025-03-21T17:44:59.042Z | Compiling castaway v0.2.3 |
2505 | 2025-03-21T17:44:59.247Z | Compiling vergen v8.3.2 |
2506 | 2025-03-21T17:44:59.606Z | Compiling nibble_vec v0.1.0 |
2507 | 2025-03-21T17:44:59.650Z | Compiling cargo-platform v0.1.8 |
2508 | 2025-03-21T17:44:59.853Z | Compiling serde_plain v1.0.2 |
2509 | 2025-03-21T17:45:00.126Z | Compiling atty v0.2.14 |
2510 | 2025-03-21T17:45:00.312Z | Compiling http-range v0.1.5 |
2511 | 2025-03-21T17:45:00.433Z | Compiling salty v0.3.0 |
2512 | 2025-03-21T17:45:00.871Z | Compiling io-lifetimes v1.0.11 |
2513 | 2025-03-21T17:45:00.906Z | Compiling endian-type v0.1.2 |
2514 | 2025-03-21T17:45:01.178Z | Compiling typed-path v0.9.3 |
2515 | 2025-03-21T17:45:01.908Z | Compiling radix_trie v0.2.1 |
2516 | 2025-03-21T17:45:02.021Z | Compiling cargo_metadata v0.18.1 |
2517 | 2025-03-21T17:45:02.889Z | Compiling compact_str v0.8.0 |
2518 | 2025-03-21T17:45:04.369Z | Compiling tough v0.19.0 |
2519 | 2025-03-21T17:45:04.528Z | Compiling git2 v0.19.0 |
2520 | 2025-03-21T17:45:04.733Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2521 | 2025-03-21T17:45:05.364Z | Compiling parking_lot v0.11.2 |
2522 | 2025-03-21T17:45:09.208Z | Compiling unicode-truncate v1.1.0 |
2523 | 2025-03-21T17:45:09.536Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2524 | 2025-03-21T17:45:12.296Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2525 | 2025-03-21T17:45:13.775Z | Compiling lru v0.12.5 |
2526 | 2025-03-21T17:45:14.168Z | Compiling rand_seeder v0.3.0 |
2527 | 2025-03-21T17:45:14.602Z | Compiling lzma-sys v0.1.20 |
2528 | 2025-03-21T17:45:15.312Z | Compiling instability v0.3.2 |
2529 | 2025-03-21T17:45:15.508Z | Compiling rustls v0.21.12 |
2530 | 2025-03-21T17:45:15.845Z | Compiling indoc v2.0.5 |
2531 | 2025-03-21T17:45:16.364Z | Compiling cassowary v0.3.0 |
2532 | 2025-03-21T17:45:16.693Z | Compiling rustix v0.37.28 |
2533 | 2025-03-21T17:45:16.716Z | Compiling parse-size v1.1.0 |
2534 | 2025-03-21T17:45:17.042Z | Compiling ratatui v0.29.0 |
2535 | 2025-03-21T17:45:17.399Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2536 | 2025-03-21T17:45:17.678Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2537 | 2025-03-21T17:45:17.925Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2538 | 2025-03-21T17:45:19.906Z | Compiling hyper-staticfile v0.10.1 |
2539 | 2025-03-21T17:45:20.893Z | Compiling sled v0.34.7 |
2540 | 2025-03-21T17:45:20.946Z | Compiling hickory-client v0.24.4 |
2541 | 2025-03-21T17:45:25.018Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2542 | 2025-03-21T17:45:25.502Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2543 | 2025-03-21T17:45:26.258Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2544 | 2025-03-21T17:45:30.910Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2545 | 2025-03-21T17:45:31.257Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2546 | 2025-03-21T17:45:32.784Z | Compiling rustls-webpki v0.101.7 |
2547 | 2025-03-21T17:45:36.083Z | Compiling sct v0.7.1 |
2548 | 2025-03-21T17:45:36.197Z | Compiling hickory-server v0.24.4 |
2549 | 2025-03-21T17:45:36.536Z | Compiling primeorder v0.13.6 |
2550 | 2025-03-21T17:45:36.595Z | Compiling heck v0.3.3 |
2551 | 2025-03-21T17:45:36.617Z | Compiling env_filter v0.1.2 |
2552 | 2025-03-21T17:45:36.933Z | Compiling csv-core v0.1.11 |
2553 | 2025-03-21T17:45:37.099Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2554 | 2025-03-21T17:45:37.545Z | Compiling csv v1.3.1 |
2555 | 2025-03-21T17:45:37.850Z | Compiling p384 v0.13.0 |
2556 | 2025-03-21T17:45:38.141Z | Compiling env_logger v0.11.5 |
2557 | 2025-03-21T17:45:39.545Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2558 | 2025-03-21T17:45:39.675Z | Compiling zone_cfg_derive v0.1.2 |
2559 | 2025-03-21T17:45:44.756Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2560 | 2025-03-21T17:45:45.639Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2561 | 2025-03-21T17:45:46.844Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2562 | 2025-03-21T17:45:47.218Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2563 | 2025-03-21T17:45:47.259Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2564 | 2025-03-21T17:45:48.323Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2565 | 2025-03-21T17:45:48.683Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2566 | 2025-03-21T17:45:48.706Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2567 | 2025-03-21T17:45:49.036Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2568 | 2025-03-21T17:45:49.058Z | Compiling nix v0.27.1 |
2569 | 2025-03-21T17:45:49.385Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2570 | 2025-03-21T17:45:50.079Z | Compiling tungstenite v0.23.0 |
2571 | 2025-03-21T17:45:51.810Z | Compiling base64 v0.13.1 |
2572 | 2025-03-21T17:45:52.610Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2573 | 2025-03-21T17:45:52.997Z | Compiling ron v0.7.1 |
2574 | 2025-03-21T17:45:53.730Z | Compiling tokio-tungstenite v0.23.1 |
2575 | 2025-03-21T17:45:55.487Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2576 | 2025-03-21T17:45:55.763Z | Compiling xz2 v0.1.7 |
2577 | 2025-03-21T17:45:56.358Z | Compiling terminal_size v0.2.6 |
2578 | 2025-03-21T17:45:56.599Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2579 | 2025-03-21T17:45:58.118Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2580 | 2025-03-21T17:46:03.062Z | Compiling tokio-rustls v0.24.1 |
2581 | 2025-03-21T17:46:03.481Z | Compiling zone v0.1.8 |
2582 | 2025-03-21T17:46:04.101Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2583 | 2025-03-21T17:46:05.944Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2584 | 2025-03-21T17:46:06.557Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2585 | 2025-03-21T17:46:06.777Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2586 | 2025-03-21T17:46:06.919Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2587 | 2025-03-21T17:46:06.939Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2588 | 2025-03-21T17:46:07.387Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2589 | 2025-03-21T17:46:07.630Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2590 | 2025-03-21T17:46:10.809Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2591 | 2025-03-21T17:46:11.494Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2592 | 2025-03-21T17:46:11.864Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2593 | 2025-03-21T17:46:14.641Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2594 | 2025-03-21T17:46:15.652Z | Compiling rustls-pemfile v1.0.4 |
2595 | 2025-03-21T17:46:16.444Z | Compiling signal-hook-tokio v0.3.1 |
2596 | 2025-03-21T17:46:16.503Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2597 | 2025-03-21T17:46:16.676Z | Compiling twox-hash v2.1.0 |
2598 | 2025-03-21T17:46:17.664Z | Compiling yasna v0.5.2 |
2599 | 2025-03-21T17:46:18.157Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2600 | 2025-03-21T17:46:19.551Z | Compiling smawk v0.3.2 |
2601 | 2025-03-21T17:46:19.873Z | Compiling is_ci v1.2.0 |
2602 | 2025-03-21T17:46:20.025Z | Compiling unicode-linebreak v0.1.5 |
2603 | 2025-03-21T17:46:20.180Z | Compiling glob v0.3.2 |
2604 | 2025-03-21T17:46:20.582Z | Compiling textwrap v0.16.1 |
2605 | 2025-03-21T17:46:20.739Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2606 | 2025-03-21T17:46:21.057Z | Compiling supports-color v3.0.2 |
2607 | 2025-03-21T17:46:21.533Z | Compiling rcgen v0.12.1 |
2608 | 2025-03-21T17:46:22.288Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2609 | 2025-03-21T17:46:24.159Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2610 | 2025-03-21T17:46:27.038Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2611 | 2025-03-21T17:46:27.769Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2612 | 2025-03-21T17:46:30.024Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2613 | 2025-03-21T17:46:35.896Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2614 | 2025-03-21T17:46:38.287Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2615 | 2025-03-21T17:46:48.754Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2616 | 2025-03-21T17:46:49.665Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2617 | 2025-03-21T17:46:53.332Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2618 | 2025-03-21T17:46:54.198Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2619 | 2025-03-21T17:46:59.710Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2620 | 2025-03-21T17:47:00.257Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2621 | 2025-03-21T17:47:01.311Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2622 | 2025-03-21T17:47:08.426Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2623 | 2025-03-21T17:47:14.413Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2624 | 2025-03-21T17:47:16.029Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2625 | 2025-03-21T17:47:17.053Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2626 | 2025-03-21T17:47:17.420Z | Compiling fatfs v0.3.6 |
2627 | 2025-03-21T17:47:18.271Z | Compiling subprocess v0.2.9 |
2628 | 2025-03-21T17:47:18.423Z | Compiling rtoolbox v0.0.2 |
2629 | 2025-03-21T17:47:18.855Z | Compiling assert_matches v1.5.0 |
2630 | 2025-03-21T17:47:20.145Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2631 | 2025-03-21T17:47:22.115Z | Compiling rpassword v7.3.1 |
2632 | 2025-03-21T17:47:22.628Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2633 | 2025-03-21T17:47:22.829Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2634 | 2025-03-21T17:47:27.713Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2635 | 2025-03-21T17:47:34.458Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2636 | 2025-03-21T17:47:38.231Z | Compiling tui-tree-widget v0.23.0 |
2637 | 2025-03-21T17:47:38.699Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2638 | 2025-03-21T17:47:51.637Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2639 | 2025-03-21T17:47:51.993Z | Compiling uzers v0.12.1 |
2640 | 2025-03-21T17:47:55.133Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2641 | 2025-03-21T17:47:55.389Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2642 | 2025-03-21T17:47:57.298Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2643 | 2025-03-21T17:48:10.256Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2644 | 2025-03-21T17:48:20.851Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2645 | 2025-03-21T17:48:22.721Z | Compiling multimap v0.10.0 |
2646 | 2025-03-21T17:50:39.214Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2647 | 2025-03-21T17:57:38.053Z | Finished `release` profile [optimized] target(s) in 16m 59s |
2648 | 2025-03-21T17:58:46.400Z | |
2649 | 2025-03-21T17:58:46.403Z | real 18:09.441745834 |
2650 | 2025-03-21T17:58:46.404Z | user 2:08:45.998668466 |
2651 | 2025-03-21T17:58:46.404Z | sys 3:32.126723279 |
2652 | 2025-03-21T17:58:46.404Z | trap 3.188809530 |
2653 | 2025-03-21T17:58:46.404Z | tflt 1.775196012 |
2654 | 2025-03-21T17:58:46.404Z | dflt 4.799224492 |
2655 | 2025-03-21T17:58:46.404Z | kflt 0.001786062 |
2656 | 2025-03-21T17:58:46.404Z | lock 7:44:12.972304763 |
2657 | 2025-03-21T17:58:46.404Z | slp 6:39:57.444970469 |
2658 | 2025-03-21T17:58:46.404Z | lat 3:35.006658446 |
2659 | 2025-03-21T17:58:46.404Z | stop 2:59.315500459 |
2660 | 2025-03-21T17:58:46.404Z | + mapfile -t packages |
2661 | 2025-03-21T17:58:46.404Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2662 | 2025-03-21T17:58:47.496Z | Compiling ring v0.17.11 |
2663 | 2025-03-21T17:58:49.371Z | Compiling rustls v0.22.4 |
2664 | 2025-03-21T17:58:49.371Z | Compiling rustls v0.23.19 |
2665 | 2025-03-21T17:58:50.992Z | Compiling rustls-webpki v0.102.8 |
2666 | 2025-03-21T17:58:55.198Z | Compiling tokio-rustls v0.25.0 |
2667 | 2025-03-21T17:58:55.583Z | Compiling dropshot v0.12.0 |
2668 | 2025-03-21T17:58:56.875Z | Compiling tokio-rustls v0.26.0 |
2669 | 2025-03-21T17:58:57.324Z | Compiling hyper-rustls v0.27.3 |
2670 | 2025-03-21T17:58:57.903Z | Compiling reqwest v0.12.12 |
2671 | 2025-03-21T17:58:59.263Z | Compiling dropshot v0.16.0 |
2672 | 2025-03-21T17:59:00.575Z | Compiling qorb v0.2.1 |
2673 | 2025-03-21T17:59:06.607Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2674 | 2025-03-21T17:59:07.177Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2675 | 2025-03-21T17:59:07.953Z | Compiling progenitor-client v0.8.0 |
2676 | 2025-03-21T17:59:08.902Z | Compiling progenitor v0.8.0 |
2677 | 2025-03-21T17:59:09.305Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2678 | 2025-03-21T17:59:09.467Z | Compiling progenitor-client v0.9.1 |
2679 | 2025-03-21T17:59:10.666Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2680 | 2025-03-21T17:59:13.655Z | Compiling omicron-zone-package v0.12.0 |
2681 | 2025-03-21T17:59:27.252Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2682 | 2025-03-21T17:59:36.116Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2683 | 2025-03-21T17:59:40.249Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2684 | 2025-03-21T17:59:41.069Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2685 | 2025-03-21T17:59:44.320Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2686 | 2025-03-21T17:59:58.829Z | Finished `release` profile [optimized] target(s) in 1m 12s |
2687 | 2025-03-21T17:59:59.006Z | Running `target/release/omicron-package -t test list-outputs` |
2688 | 2025-03-21T17:59:59.058Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2689 | 2025-03-21T17:59:59.061Z | + ptime -m cargo build --locked --release -p xtask |
2690 | 2025-03-21T17:59:59.659Z | Compiling serde v1.0.218 |
2691 | 2025-03-21T17:59:59.662Z | Compiling rustix v0.38.37 |
2692 | 2025-03-21T17:59:59.662Z | Compiling libc v0.2.170 |
2693 | 2025-03-21T17:59:59.662Z | Compiling serde_json v1.0.139 |
2694 | 2025-03-21T17:59:59.662Z | Compiling syn v2.0.98 |
2695 | 2025-03-21T17:59:59.778Z | Compiling bitflags v2.6.0 |
2696 | 2025-03-21T18:00:00.126Z | Compiling usdt-impl v0.5.0 |
2697 | 2025-03-21T18:00:00.185Z | Compiling syn v1.0.109 |
2698 | 2025-03-21T18:00:00.312Z | Compiling log v0.4.22 |
2699 | 2025-03-21T18:00:00.332Z | Compiling hashbrown v0.15.1 |
2700 | 2025-03-21T18:00:00.567Z | Compiling fs-err v2.11.0 |
2701 | 2025-03-21T18:00:00.775Z | Compiling anyhow v1.0.97 |
2702 | 2025-03-21T18:00:00.900Z | Compiling once_cell v1.20.3 |
2703 | 2025-03-21T18:00:01.113Z | Compiling thread-id v4.2.2 |
2704 | 2025-03-21T18:00:01.574Z | Compiling indexmap v2.7.1 |
2705 | 2025-03-21T18:00:02.599Z | Compiling terminal_size v0.4.0 |
2706 | 2025-03-21T18:00:02.599Z | Compiling tempfile v3.13.0 |
2707 | 2025-03-21T18:00:02.875Z | Compiling clap_builder v4.5.31 |
2708 | 2025-03-21T18:00:03.279Z | Compiling proc-macro-error v1.0.4 |
2709 | 2025-03-21T18:00:04.215Z | Compiling tabled_derive v0.7.0 |
2710 | 2025-03-21T18:00:05.314Z | Compiling tabled v0.15.0 |
2711 | 2025-03-21T18:00:05.988Z | Compiling serde_derive v1.0.218 |
2712 | 2025-03-21T18:00:05.988Z | Compiling thiserror-impl v1.0.69 |
2713 | 2025-03-21T18:00:05.993Z | Compiling zerocopy-derive v0.7.35 |
2714 | 2025-03-21T18:00:05.993Z | Compiling scroll_derive v0.12.0 |
2715 | 2025-03-21T18:00:05.993Z | Compiling thiserror-impl v2.0.11 |
2716 | 2025-03-21T18:00:07.342Z | Compiling scroll v0.12.0 |
2717 | 2025-03-21T18:00:07.808Z | Compiling zerocopy v0.7.35 |
2718 | 2025-03-21T18:00:08.012Z | Compiling goblin v0.8.2 |
2719 | 2025-03-21T18:00:08.535Z | Compiling thiserror v1.0.69 |
2720 | 2025-03-21T18:00:08.738Z | Compiling pest v2.7.14 |
2721 | 2025-03-21T18:00:10.572Z | Compiling thiserror v2.0.11 |
2722 | 2025-03-21T18:00:10.774Z | Compiling clap_derive v4.5.28 |
2723 | 2025-03-21T18:00:11.787Z | Compiling pest_meta v2.7.14 |
2724 | 2025-03-21T18:00:14.944Z | Compiling pest_generator v2.7.14 |
2725 | 2025-03-21T18:00:15.462Z | Compiling clap v4.5.31 |
2726 | 2025-03-21T18:00:16.656Z | Compiling pest_derive v2.7.14 |
2727 | 2025-03-21T18:00:17.483Z | Compiling dtrace-parser v0.2.0 |
2728 | 2025-03-21T18:00:19.026Z | Compiling toml_datetime v0.6.8 |
2729 | 2025-03-21T18:00:19.755Z | Compiling serde_spanned v0.6.8 |
2730 | 2025-03-21T18:00:20.070Z | Compiling dof v0.3.0 |
2731 | 2025-03-21T18:00:20.245Z | Compiling serde_tokenstream v0.2.2 |
2732 | 2025-03-21T18:00:20.597Z | Compiling toml_edit v0.22.24 |
2733 | 2025-03-21T18:00:22.064Z | Compiling camino v1.1.9 |
2734 | 2025-03-21T18:00:23.766Z | Compiling usdt-attr-macro v0.5.0 |
2735 | 2025-03-21T18:00:24.648Z | Compiling toml v0.8.20 |
2736 | 2025-03-21T18:00:26.612Z | Compiling usdt-macro v0.5.0 |
2737 | 2025-03-21T18:00:27.507Z | Compiling cargo-platform v0.1.8 |
2738 | 2025-03-21T18:00:27.806Z | Compiling semver v1.0.25 |
2739 | 2025-03-21T18:00:28.565Z | Compiling cargo_metadata v0.19.2 |
2740 | 2025-03-21T18:00:29.260Z | Compiling usdt v0.5.0 |
2741 | 2025-03-21T18:00:29.333Z | Compiling cargo_toml v0.21.0 |
2742 | 2025-03-21T18:00:30.668Z | Compiling camino-tempfile v1.1.1 |
2743 | 2025-03-21T18:00:30.691Z | Compiling macaddr v1.0.1 |
2744 | 2025-03-21T18:00:42.382Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2745 | 2025-03-21T18:00:48.003Z | Finished `release` profile [optimized] target(s) in 48.86s |
2746 | 2025-03-21T18:00:48.120Z | |
2747 | 2025-03-21T18:00:48.120Z | real 49.006456029 |
2748 | 2025-03-21T18:00:48.120Z | user 5:16.977615404 |
2749 | 2025-03-21T18:00:48.121Z | sys 19.355755598 |
2750 | 2025-03-21T18:00:48.121Z | trap 0.144521027 |
2751 | 2025-03-21T18:00:48.121Z | tflt 0.233351003 |
2752 | 2025-03-21T18:00:48.121Z | dflt 0.415234048 |
2753 | 2025-03-21T18:00:48.124Z | kflt 0.000018900 |
2754 | 2025-03-21T18:00:48.124Z | lock 10:04.272078729 |
2755 | 2025-03-21T18:00:48.124Z | slp 15:41.393607068 |
2756 | 2025-03-21T18:00:48.124Z | lat 15.083507613 |
2757 | 2025-03-21T18:00:48.124Z | stop 20.405513222 |
2758 | 2025-03-21T18:00:48.124Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2759 | 2025-03-21T18:00:48.124Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2760 | 2025-03-21T18:00:48.124Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2761 | 2025-03-21T18:00:48.124Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2762 | 2025-03-21T18:00:48.124Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2763 | 2025-03-21T18:00:49.043Z | Compiling ring v0.17.11 |
2764 | 2025-03-21T18:00:49.184Z | Compiling regress v0.10.3 |
2765 | 2025-03-21T18:00:49.193Z | Compiling thiserror-impl v2.0.11 |
2766 | 2025-03-21T18:00:49.196Z | Compiling ident_case v1.0.1 |
2767 | 2025-03-21T18:00:49.196Z | Compiling unsafe-libyaml v0.2.11 |
2768 | 2025-03-21T18:00:49.196Z | Compiling tempfile v3.13.0 |
2769 | 2025-03-21T18:00:49.196Z | Compiling ipnetwork v0.21.1 |
2770 | 2025-03-21T18:00:49.196Z | Compiling macaddr v1.0.1 |
2771 | 2025-03-21T18:00:49.395Z | Compiling darling_core v0.20.10 |
2772 | 2025-03-21T18:00:49.711Z | Compiling oxnet v0.1.1 |
2773 | 2025-03-21T18:00:50.013Z | Compiling structmeta-derive v0.3.0 |
2774 | 2025-03-21T18:00:50.032Z | Compiling instant v0.1.13 |
2775 | 2025-03-21T18:00:50.218Z | Compiling wait-timeout v0.2.0 |
2776 | 2025-03-21T18:00:50.389Z | Compiling dropshot v0.16.0 |
2777 | 2025-03-21T18:00:50.696Z | Compiling serde_yaml v0.9.34+deprecated |
2778 | 2025-03-21T18:00:50.734Z | Compiling bit-vec v0.8.0 |
2779 | 2025-03-21T18:00:51.086Z | Compiling rusty-fork v0.3.0 |
2780 | 2025-03-21T18:00:51.178Z | Compiling bit-set v0.8.0 |
2781 | 2025-03-21T18:00:51.481Z | Compiling dropshot_endpoint v0.16.0 |
2782 | 2025-03-21T18:00:51.784Z | Compiling rand_xorshift v0.3.0 |
2783 | 2025-03-21T18:00:52.127Z | Compiling daft-derive v0.1.1 |
2784 | 2025-03-21T18:00:52.328Z | Compiling thiserror v2.0.11 |
2785 | 2025-03-21T18:00:52.514Z | Compiling unarray v0.1.4 |
2786 | 2025-03-21T18:00:52.612Z | Compiling structmeta v0.3.0 |
2787 | 2025-03-21T18:00:52.710Z | Compiling proptest v1.6.0 |
2788 | 2025-03-21T18:00:52.985Z | Compiling typify-impl v0.2.0 |
2789 | 2025-03-21T18:00:53.572Z | Compiling parse-display-derive v0.10.0 |
2790 | 2025-03-21T18:00:53.811Z | Compiling daft v0.1.1 |
2791 | 2025-03-21T18:00:53.969Z | Compiling test-strategy v0.4.0 |
2792 | 2025-03-21T18:00:54.313Z | Compiling rustls v0.23.19 |
2793 | 2025-03-21T18:00:54.348Z | Compiling rustls v0.22.4 |
2794 | 2025-03-21T18:00:54.384Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2795 | 2025-03-21T18:00:54.571Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2796 | 2025-03-21T18:00:55.037Z | Compiling darling_macro v0.20.10 |
2797 | 2025-03-21T18:00:55.389Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2798 | 2025-03-21T18:00:55.418Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2799 | 2025-03-21T18:00:55.605Z | Compiling backoff v0.4.0 |
2800 | 2025-03-21T18:00:55.935Z | Compiling proc-macro-crate v1.3.1 |
2801 | 2025-03-21T18:00:55.988Z | Compiling typify-impl v0.3.0 |
2802 | 2025-03-21T18:00:56.009Z | Compiling darling v0.20.10 |
2803 | 2025-03-21T18:00:56.146Z | Compiling serde_with_macros v3.12.0 |
2804 | 2025-03-21T18:00:56.834Z | Compiling rustls-webpki v0.102.8 |
2805 | 2025-03-21T18:00:57.366Z | Compiling num_enum_derive v0.5.11 |
2806 | 2025-03-21T18:00:57.555Z | Compiling parse-display v0.10.0 |
2807 | 2025-03-21T18:00:58.651Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2808 | 2025-03-21T18:00:58.704Z | Compiling serde_with v3.12.0 |
2809 | 2025-03-21T18:00:59.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2810 | 2025-03-21T18:00:59.618Z | Compiling num_enum v0.5.11 |
2811 | 2025-03-21T18:00:59.669Z | Compiling itertools v0.13.0 |
2812 | 2025-03-21T18:00:59.797Z | Compiling heapless v0.8.0 |
2813 | 2025-03-21T18:01:00.440Z | Compiling crucible-workspace-hack v0.1.0 |
2814 | 2025-03-21T18:01:00.786Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2815 | 2025-03-21T18:01:01.535Z | Compiling proc-macro-error v1.0.4 |
2816 | 2025-03-21T18:01:02.190Z | Compiling camino-tempfile v1.1.1 |
2817 | 2025-03-21T18:01:02.418Z | Compiling hash32 v0.3.1 |
2818 | 2025-03-21T18:01:02.631Z | Compiling tokio-rustls v0.25.0 |
2819 | 2025-03-21T18:01:02.659Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2820 | 2025-03-21T18:01:02.695Z | Compiling foreign-types-macros v0.2.3 |
2821 | 2025-03-21T18:01:03.056Z | Compiling dropshot v0.12.0 |
2822 | 2025-03-21T18:01:06.843Z | Compiling tokio-rustls v0.26.0 |
2823 | 2025-03-21T18:01:07.156Z | Compiling typify-macro v0.2.0 |
2824 | 2025-03-21T18:01:07.310Z | Compiling hyper-rustls v0.27.3 |
2825 | 2025-03-21T18:01:07.949Z | Compiling reqwest v0.12.12 |
2826 | 2025-03-21T18:01:09.188Z | Compiling qorb v0.2.1 |
2827 | 2025-03-21T18:01:10.599Z | Compiling typify-macro v0.3.0 |
2828 | 2025-03-21T18:01:10.915Z | Compiling typify v0.2.0 |
2829 | 2025-03-21T18:01:11.070Z | Compiling progenitor-client v0.9.1 |
2830 | 2025-03-21T18:01:11.096Z | Compiling progenitor-impl v0.8.0 |
2831 | 2025-03-21T18:01:11.252Z | Compiling progenitor-client v0.8.0 |
2832 | 2025-03-21T18:01:11.662Z | Compiling foreign-types-shared v0.3.1 |
2833 | 2025-03-21T18:01:11.755Z | Compiling smoltcp v0.11.0 |
2834 | 2025-03-21T18:01:11.811Z | Compiling foreign-types v0.5.0 |
2835 | 2025-03-21T18:01:11.957Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2836 | 2025-03-21T18:01:12.783Z | Compiling tabwriter v1.4.0 |
2837 | 2025-03-21T18:01:13.142Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2838 | 2025-03-21T18:01:13.251Z | Compiling cstr-argument v0.1.2 |
2839 | 2025-03-21T18:01:13.442Z | Compiling pretty-hex v0.2.1 |
2840 | 2025-03-21T18:01:13.533Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2841 | 2025-03-21T18:01:13.673Z | Compiling cobs v0.2.3 |
2842 | 2025-03-21T18:01:13.918Z | Compiling postcard v1.0.10 |
2843 | 2025-03-21T18:01:13.969Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2844 | 2025-03-21T18:01:14.004Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2845 | 2025-03-21T18:01:14.207Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2846 | 2025-03-21T18:01:14.301Z | Compiling typify v0.3.0 |
2847 | 2025-03-21T18:01:14.470Z | Compiling progenitor-impl v0.9.1 |
2848 | 2025-03-21T18:01:14.530Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2849 | 2025-03-21T18:01:14.698Z | Compiling colored v2.2.0 |
2850 | 2025-03-21T18:01:14.738Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2851 | 2025-03-21T18:01:15.156Z | Compiling winnow v0.6.20 |
2852 | 2025-03-21T18:01:15.469Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2853 | 2025-03-21T18:01:15.777Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2854 | 2025-03-21T18:01:16.700Z | Compiling smf v0.2.3 |
2855 | 2025-03-21T18:01:17.013Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2856 | 2025-03-21T18:01:17.374Z | Compiling zone_cfg_derive v0.3.0 |
2857 | 2025-03-21T18:01:17.881Z | Compiling progenitor-macro v0.8.0 |
2858 | 2025-03-21T18:01:17.900Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2859 | 2025-03-21T18:01:18.068Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2860 | 2025-03-21T18:01:18.587Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2861 | 2025-03-21T18:01:18.644Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2862 | 2025-03-21T18:01:18.722Z | Compiling itertools v0.14.0 |
2863 | 2025-03-21T18:01:18.769Z | Compiling num-derive v0.4.2 |
2864 | 2025-03-21T18:01:19.075Z | Compiling sigpipe v0.1.3 |
2865 | 2025-03-21T18:01:19.384Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2866 | 2025-03-21T18:01:19.511Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2867 | 2025-03-21T18:01:19.674Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2868 | 2025-03-21T18:01:19.765Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2869 | 2025-03-21T18:01:20.266Z | Compiling zone v0.3.0 |
2870 | 2025-03-21T18:01:20.642Z | Compiling universal-hash v0.5.1 |
2871 | 2025-03-21T18:01:20.890Z | Compiling opaque-debug v0.3.1 |
2872 | 2025-03-21T18:01:21.021Z | Compiling tungstenite v0.21.0 |
2873 | 2025-03-21T18:01:21.066Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2874 | 2025-03-21T18:01:21.344Z | Compiling progenitor-macro v0.9.1 |
2875 | 2025-03-21T18:01:21.589Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2876 | 2025-03-21T18:01:21.658Z | Compiling num-rational v0.4.2 |
2877 | 2025-03-21T18:01:21.726Z | Compiling password-hash v0.5.0 |
2878 | 2025-03-21T18:01:21.886Z | Compiling blake2 v0.10.6 |
2879 | 2025-03-21T18:01:22.017Z | Compiling aead v0.5.2 |
2880 | 2025-03-21T18:01:22.413Z | Compiling num-complex v0.4.6 |
2881 | 2025-03-21T18:01:22.644Z | Compiling convert_case v0.4.0 |
2882 | 2025-03-21T18:01:22.798Z | Compiling keccak v0.1.5 |
2883 | 2025-03-21T18:01:22.913Z | Compiling base64 v0.21.7 |
2884 | 2025-03-21T18:01:23.175Z | Compiling sha3 v0.10.8 |
2885 | 2025-03-21T18:01:23.194Z | Compiling argon2 v0.5.3 |
2886 | 2025-03-21T18:01:23.377Z | Compiling num v0.4.3 |
2887 | 2025-03-21T18:01:23.429Z | Compiling derive_more v0.99.19 |
2888 | 2025-03-21T18:01:23.509Z | Compiling tokio-tungstenite v0.21.0 |
2889 | 2025-03-21T18:01:23.576Z | Compiling poly1305 v0.8.0 |
2890 | 2025-03-21T18:01:23.989Z | Compiling chacha20 v0.9.1 |
2891 | 2025-03-21T18:01:24.120Z | Compiling float-ord v0.3.2 |
2892 | 2025-03-21T18:01:24.155Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2893 | 2025-03-21T18:01:24.330Z | Compiling semver v0.1.20 |
2894 | 2025-03-21T18:01:24.504Z | Compiling same-file v1.0.6 |
2895 | 2025-03-21T18:01:24.593Z | Compiling newline-converter v0.3.0 |
2896 | 2025-03-21T18:01:24.798Z | Compiling walkdir v2.5.0 |
2897 | 2025-03-21T18:01:24.819Z | Compiling rustc_version v0.1.7 |
2898 | 2025-03-21T18:01:24.945Z | Compiling primeorder v0.13.6 |
2899 | 2025-03-21T18:01:25.262Z | Compiling secrecy v0.8.0 |
2900 | 2025-03-21T18:01:25.284Z | Compiling owo-colors v4.2.0 |
2901 | 2025-03-21T18:01:25.517Z | Compiling cancel-safe-futures v0.1.5 |
2902 | 2025-03-21T18:01:25.521Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2903 | 2025-03-21T18:01:25.559Z | Compiling newtype_derive v0.1.6 |
2904 | 2025-03-21T18:01:25.858Z | Compiling expectorate v1.1.0 |
2905 | 2025-03-21T18:01:25.895Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2906 | 2025-03-21T18:01:25.965Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2907 | 2025-03-21T18:01:26.016Z | Compiling thiserror-impl-no-std v2.0.2 |
2908 | 2025-03-21T18:01:26.050Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2909 | 2025-03-21T18:01:26.180Z | Compiling libsw-core v0.3.1 |
2910 | 2025-03-21T18:01:26.331Z | Compiling blake3 v1.5.4 |
2911 | 2025-03-21T18:01:26.491Z | Compiling half v2.4.1 |
2912 | 2025-03-21T18:01:26.648Z | Compiling unicase v2.7.0 |
2913 | 2025-03-21T18:01:26.963Z | Compiling fixedbitset v0.5.7 |
2914 | 2025-03-21T18:01:26.985Z | Compiling ciborium-io v0.2.2 |
2915 | 2025-03-21T18:01:26.988Z | Compiling arc-swap v1.7.1 |
2916 | 2025-03-21T18:01:27.152Z | Compiling ciborium-ll v0.2.2 |
2917 | 2025-03-21T18:01:27.569Z | Compiling slog-scope v4.4.0 |
2918 | 2025-03-21T18:01:27.572Z | Compiling petgraph v0.7.1 |
2919 | 2025-03-21T18:01:27.627Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2920 | 2025-03-21T18:01:27.995Z | Compiling libsw v3.4.0 |
2921 | 2025-03-21T18:01:28.043Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2922 | 2025-03-21T18:01:28.668Z | Compiling thiserror-no-std v2.0.2 |
2923 | 2025-03-21T18:01:28.920Z | Compiling polyval v0.6.2 |
2924 | 2025-03-21T18:01:28.989Z | Compiling atomicwrites v0.4.4 |
2925 | 2025-03-21T18:01:29.322Z | Compiling memmap2 v0.9.5 |
2926 | 2025-03-21T18:01:29.367Z | Compiling linear-map v1.2.0 |
2927 | 2025-03-21T18:01:29.409Z | Compiling progenitor v0.8.0 |
2928 | 2025-03-21T18:01:29.653Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2929 | 2025-03-21T18:01:29.704Z | Compiling parking_lot_core v0.8.6 |
2930 | 2025-03-21T18:01:29.726Z | Compiling indent_write v2.2.0 |
2931 | 2025-03-21T18:01:29.915Z | Compiling salty v0.3.0 |
2932 | 2025-03-21T18:01:29.960Z | Compiling arrayref v0.3.9 |
2933 | 2025-03-21T18:01:30.115Z | Compiling libefi-sys v0.1.0 |
2934 | 2025-03-21T18:01:30.214Z | Compiling arrayvec v0.7.6 |
2935 | 2025-03-21T18:01:30.320Z | Compiling constant_time_eq v0.3.1 |
2936 | 2025-03-21T18:01:30.452Z | Compiling ghash v0.5.1 |
2937 | 2025-03-21T18:01:30.532Z | Compiling vsss-rs v3.3.4 |
2938 | 2025-03-21T18:01:30.670Z | Compiling slog-stdlog v4.1.1 |
2939 | 2025-03-21T18:01:30.700Z | Compiling ciborium v0.2.2 |
2940 | 2025-03-21T18:01:31.033Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2941 | 2025-03-21T18:01:31.766Z | Compiling p384 v0.13.0 |
2942 | 2025-03-21T18:01:31.821Z | Compiling toolchain_find v0.4.0 |
2943 | 2025-03-21T18:01:31.887Z | Compiling chacha20poly1305 v0.10.1 |
2944 | 2025-03-21T18:01:31.993Z | Compiling ctr v0.9.2 |
2945 | 2025-03-21T18:01:32.125Z | Compiling lzma-sys v0.1.20 |
2946 | 2025-03-21T18:01:32.373Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2947 | 2025-03-21T18:01:32.790Z | Compiling bitfield-struct v0.6.2 |
2948 | 2025-03-21T18:01:32.838Z | Compiling slog-dtrace v0.3.0 |
2949 | 2025-03-21T18:01:32.860Z | Compiling topological-sort v0.2.2 |
2950 | 2025-03-21T18:01:33.012Z | Compiling progenitor v0.9.1 |
2951 | 2025-03-21T18:01:33.096Z | Compiling highway v1.3.0 |
2952 | 2025-03-21T18:01:33.262Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2953 | 2025-03-21T18:01:33.283Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2954 | 2025-03-21T18:01:33.287Z | Compiling omicron-zone-package v0.12.0 |
2955 | 2025-03-21T18:01:33.797Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2956 | 2025-03-21T18:01:34.082Z | Compiling aes-gcm v0.10.3 |
2957 | 2025-03-21T18:01:34.458Z | Compiling rustfmt-wrapper v0.2.1 |
2958 | 2025-03-21T18:01:34.480Z | Compiling mime_guess v2.0.5 |
2959 | 2025-03-21T18:01:34.502Z | Compiling slog-envlogger v2.2.0 |
2960 | 2025-03-21T18:01:34.670Z | Compiling steno v0.4.1 |
2961 | 2025-03-21T18:01:35.038Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2962 | 2025-03-21T18:01:36.263Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2963 | 2025-03-21T18:01:36.648Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2964 | 2025-03-21T18:01:36.856Z | Compiling heck v0.3.3 |
2965 | 2025-03-21T18:01:37.238Z | Compiling ssh-encoding v0.2.0 |
2966 | 2025-03-21T18:01:37.267Z | Compiling blowfish v0.9.1 |
2967 | 2025-03-21T18:01:37.347Z | Compiling env_filter v0.1.2 |
2968 | 2025-03-21T18:01:37.744Z | Compiling nibble_vec v0.1.0 |
2969 | 2025-03-21T18:01:37.760Z | Compiling humantime v2.1.0 |
2970 | 2025-03-21T18:01:37.958Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2971 | 2025-03-21T18:01:37.986Z | Compiling endian-type v0.1.2 |
2972 | 2025-03-21T18:01:38.113Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2973 | 2025-03-21T18:01:38.246Z | Compiling radix_trie v0.2.1 |
2974 | 2025-03-21T18:01:38.267Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2975 | 2025-03-21T18:01:38.502Z | Compiling env_logger v0.11.5 |
2976 | 2025-03-21T18:01:38.622Z | Compiling ssh-cipher v0.2.0 |
2977 | 2025-03-21T18:01:38.869Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2978 | 2025-03-21T18:01:38.891Z | Compiling bcrypt-pbkdf v0.10.0 |
2979 | 2025-03-21T18:01:39.092Z | Compiling zone_cfg_derive v0.1.2 |
2980 | 2025-03-21T18:01:39.298Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2981 | 2025-03-21T18:01:39.484Z | Compiling parking_lot v0.11.2 |
2982 | 2025-03-21T18:01:39.694Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2983 | 2025-03-21T18:01:40.162Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2984 | 2025-03-21T18:01:40.238Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2985 | 2025-03-21T18:01:40.306Z | Compiling password-hash v0.4.2 |
2986 | 2025-03-21T18:01:40.502Z | Compiling gethostname v0.5.0 |
2987 | 2025-03-21T18:01:40.656Z | Compiling fxhash v0.2.1 |
2988 | 2025-03-21T18:01:40.678Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2989 | 2025-03-21T18:01:40.711Z | Compiling http-range v0.1.5 |
2990 | 2025-03-21T18:01:40.731Z | Compiling base64 v0.13.1 |
2991 | 2025-03-21T18:01:40.877Z | Compiling sled v0.34.7 |
2992 | 2025-03-21T18:01:40.900Z | Compiling pbkdf2 v0.11.0 |
2993 | 2025-03-21T18:01:41.042Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2994 | 2025-03-21T18:01:41.063Z | Compiling zone v0.1.8 |
2995 | 2025-03-21T18:01:41.135Z | Compiling xz2 v0.1.7 |
2996 | 2025-03-21T18:01:41.266Z | Compiling ron v0.7.1 |
2997 | 2025-03-21T18:01:41.290Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2998 | 2025-03-21T18:01:41.713Z | Compiling ssh-key v0.6.6 |
2999 | 2025-03-21T18:01:42.284Z | Compiling hickory-client v0.24.4 |
3000 | 2025-03-21T18:01:42.645Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3001 | 2025-03-21T18:01:42.839Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3002 | 2025-03-21T18:01:43.269Z | Compiling p256 v0.13.2 |
3003 | 2025-03-21T18:01:43.564Z | Compiling p521 v0.13.3 |
3004 | 2025-03-21T18:01:44.082Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3005 | 2025-03-21T18:01:44.103Z | Compiling hickory-server v0.24.4 |
3006 | 2025-03-21T18:01:45.095Z | Compiling pem v3.0.5 |
3007 | 2025-03-21T18:01:45.813Z | Compiling yasna v0.5.2 |
3008 | 2025-03-21T18:01:45.816Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3009 | 2025-03-21T18:01:45.835Z | Compiling headers-core v0.3.0 |
3010 | 2025-03-21T18:01:46.049Z | Compiling kstat-rs v0.2.4 |
3011 | 2025-03-21T18:01:46.626Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3012 | 2025-03-21T18:01:47.285Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3013 | 2025-03-21T18:01:48.136Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3014 | 2025-03-21T18:01:49.364Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3015 | 2025-03-21T18:01:49.979Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3016 | 2025-03-21T18:01:50.180Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3017 | 2025-03-21T18:01:50.821Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3018 | 2025-03-21T18:01:50.983Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3019 | 2025-03-21T18:01:51.223Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3020 | 2025-03-21T18:01:51.246Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3021 | 2025-03-21T18:01:52.778Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3022 | 2025-03-21T18:01:53.270Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3023 | 2025-03-21T18:01:53.448Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3024 | 2025-03-21T18:01:53.642Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3025 | 2025-03-21T18:01:54.226Z | Compiling nanorand v0.7.0 |
3026 | 2025-03-21T18:01:54.287Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3027 | 2025-03-21T18:01:54.290Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3028 | 2025-03-21T18:01:54.459Z | Compiling atty v0.2.14 |
3029 | 2025-03-21T18:01:54.641Z | Compiling russh-cryptovec v0.7.3 |
3030 | 2025-03-21T18:01:54.765Z | Compiling md5 v0.7.0 |
3031 | 2025-03-21T18:01:54.975Z | Compiling flume v0.11.1 |
3032 | 2025-03-21T18:01:54.978Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3033 | 2025-03-21T18:01:55.339Z | Compiling russh-keys v0.45.0 |
3034 | 2025-03-21T18:01:55.664Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3035 | 2025-03-21T18:01:56.748Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3036 | 2025-03-21T18:01:58.929Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3037 | 2025-03-21T18:01:59.085Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3038 | 2025-03-21T18:01:59.241Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3039 | 2025-03-21T18:01:59.655Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3040 | 2025-03-21T18:02:03.178Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3041 | 2025-03-21T18:02:05.142Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3042 | 2025-03-21T18:02:07.502Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3043 | 2025-03-21T18:02:07.858Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3044 | 2025-03-21T18:02:08.458Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3045 | 2025-03-21T18:02:09.549Z | Compiling rcgen v0.12.1 |
3046 | 2025-03-21T18:02:09.688Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3047 | 2025-03-21T18:02:10.054Z | Compiling headers v0.4.0 |
3048 | 2025-03-21T18:02:11.605Z | Compiling hyper-staticfile v0.10.1 |
3049 | 2025-03-21T18:02:11.673Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3050 | 2025-03-21T18:02:11.775Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3051 | 2025-03-21T18:02:12.276Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3052 | 2025-03-21T18:02:12.595Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3053 | 2025-03-21T18:02:12.962Z | Compiling num-bigint v0.4.6 |
3054 | 2025-03-21T18:02:12.993Z | Compiling des v0.8.1 |
3055 | 2025-03-21T18:02:13.089Z | Compiling subprocess v0.2.9 |
3056 | 2025-03-21T18:02:13.269Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3057 | 2025-03-21T18:02:13.326Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3058 | 2025-03-21T18:02:13.379Z | Compiling hex-literal v0.4.1 |
3059 | 2025-03-21T18:02:13.575Z | Compiling display-error-chain v0.2.2 |
3060 | 2025-03-21T18:02:13.805Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3061 | 2025-03-21T18:02:13.891Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3062 | 2025-03-21T18:02:14.137Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3063 | 2025-03-21T18:02:14.698Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3064 | 2025-03-21T18:02:15.173Z | Compiling internet-checksum v0.2.1 |
3065 | 2025-03-21T18:02:16.567Z | Compiling russh v0.45.0 |
3066 | 2025-03-21T18:02:22.268Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3067 | 2025-03-21T18:02:23.827Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3068 | 2025-03-21T18:02:47.259Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3069 | 2025-03-21T18:03:09.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
3070 | 2025-03-21T18:03:10.114Z | |
3071 | 2025-03-21T18:03:10.115Z | real 2:21.873155369 |
3072 | 2025-03-21T18:03:10.115Z | user 12:43.756058409 |
3073 | 2025-03-21T18:03:10.115Z | sys 1:38.938015634 |
3074 | 2025-03-21T18:03:10.115Z | trap 0.372242103 |
3075 | 2025-03-21T18:03:10.115Z | tflt 0.270972581 |
3076 | 2025-03-21T18:03:10.115Z | dflt 0.826393482 |
3077 | 2025-03-21T18:03:10.115Z | kflt 0.000019360 |
3078 | 2025-03-21T18:03:10.115Z | lock 23:43.906047024 |
3079 | 2025-03-21T18:03:10.126Z | slp 45:12.824797437 |
3080 | 2025-03-21T18:03:10.126Z | lat 39.276446118 |
3081 | 2025-03-21T18:03:10.126Z | stop 1:44.832033193 |
3082 | 2025-03-21T18:03:10.127Z | + mkdir tests |
3083 | 2025-03-21T18:03:10.127Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3084 | 2025-03-21T18:03:10.127Z | + xargs -I '{}' -t cp '{}' tests/ |
3085 | 2025-03-21T18:03:10.177Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7efbda903cb54388 tests/ |
3086 | 2025-03-21T18:03:10.203Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-174a6d8360fe2b5e tests/ |
3087 | 2025-03-21T18:03:10.230Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8c390d42d0a40b66 tests/ |
3088 | 2025-03-21T18:03:10.258Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f545aa8fd78b9165 tests/ |
3089 | 2025-03-21T18:03:10.477Z | + 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/*) |
3090 | 2025-03-21T18:03:10.481Z | + 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-174a6d8360fe2b5e tests/commtest-8c390d42d0a40b66 tests/dhcp_server-7efbda903cb54388 tests/end_to_end_tests-f545aa8fd78b9165 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 |
3091 | 2025-03-21T18:04:27.301Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3092 | 2025-03-21T18:04:27.301Z | a .github/buildomat/ci-env.sh 1K |
3093 | 2025-03-21T18:04:27.301Z | a out/target/test 1K |
3094 | 2025-03-21T18:04:27.301Z | a out/npuzone/npuzone 23144K |
3095 | 2025-03-21T18:04:27.301Z | a package-manifest.toml 33K |
3096 | 2025-03-21T18:04:27.301Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3097 | 2025-03-21T18:04:27.301Z | a target/release/omicron-package 38789K |
3098 | 2025-03-21T18:04:27.301Z | a target/release/xtask 10834K |
3099 | 2025-03-21T18:04:27.301Z | a target/debug/bootstrap 215241K |
3100 | 2025-03-21T18:04:27.301Z | a tests/bootstrap-174a6d8360fe2b5e 24083K |
3101 | 2025-03-21T18:04:27.301Z | a tests/commtest-8c390d42d0a40b66 24909K |
3102 | 2025-03-21T18:04:27.301Z | a tests/dhcp_server-7efbda903cb54388 24083K |
3103 | 2025-03-21T18:04:27.301Z | a tests/end_to_end_tests-f545aa8fd78b9165 275042K |
3104 | 2025-03-21T18:04:27.301Z | a out/clickhouse.tar.gz 305532K |
3105 | 2025-03-21T18:04:27.301Z | a out/clickhouse_keeper.tar.gz 291404K |
3106 | 2025-03-21T18:04:27.301Z | a out/clickhouse_server.tar.gz 305511K |
3107 | 2025-03-21T18:04:27.301Z | a out/cockroachdb.tar.gz 143752K |
3108 | 2025-03-21T18:04:27.301Z | a out/crucible-dtrace.tar 98K |
3109 | 2025-03-21T18:04:27.301Z | a out/crucible-pantry-zone.tar.gz 32453K |
3110 | 2025-03-21T18:04:27.301Z | a out/crucible-zone.tar.gz 40833K |
3111 | 2025-03-21T18:04:27.301Z | a out/external-dns.tar.gz 44255K |
3112 | 2025-03-21T18:04:27.301Z | a out/internal-dns.tar.gz 44254K |
3113 | 2025-03-21T18:04:27.301Z | a out/mg-ddm-gz.tar 63075K |
3114 | 2025-03-21T18:04:27.302Z | a out/nexus.tar.gz 110859K |
3115 | 2025-03-21T18:04:27.302Z | a out/ntp.tar.gz 14402K |
3116 | 2025-03-21T18:04:27.302Z | a out/omicron-gateway-softnpu.tar.gz 24992K |
3117 | 2025-03-21T18:04:27.302Z | a out/omicron-sled-agent.tar 126472K |
3118 | 2025-03-21T18:04:27.302Z | a out/overlay.tar.gz 3K |
3119 | 2025-03-21T18:04:27.302Z | a out/oximeter.tar.gz 55120K |
3120 | 2025-03-21T18:04:27.302Z | a out/oxlog.tar 3144K |
3121 | 2025-03-21T18:04:27.302Z | a out/probe.tar.gz 2764K |
3122 | 2025-03-21T18:04:27.302Z | a out/propolis-server.tar.gz 66425K |
3123 | 2025-03-21T18:04:27.302Z | a out/pumpkind-gz.tar 26665K |
3124 | 2025-03-21T18:04:27.302Z | a out/switch-softnpu.tar.gz 265109K |
3125 | 2025-03-21T18:04:27.305Z | |
3126 | 2025-03-21T18:04:27.305Z | real 1:16.780709947 |
3127 | 2025-03-21T18:04:27.305Z | user 1:13.256951779 |
3128 | 2025-03-21T18:04:27.305Z | sys 4.915234164 |
3129 | 2025-03-21T18:04:27.305Z | trap 0.019245730 |
3130 | 2025-03-21T18:04:27.305Z | tflt 0.000000000 |
3131 | 2025-03-21T18:04:27.305Z | dflt 0.000000000 |
3132 | 2025-03-21T18:04:27.305Z | kflt 0.000000000 |
3133 | 2025-03-21T18:04:27.305Z | lock 0.000000000 |
3134 | 2025-03-21T18:04:27.305Z | slp 1:13.153376831 |
3135 | 2025-03-21T18:04:27.305Z | lat 2.211490454 |
3136 | 2025-03-21T18:04:27.305Z | stop 0.000213780 |
3137 | 2025-03-21T18:04:27.305Z | process exited: duration 2067046 ms, exit code 0 |
|
3138 | 2025-03-21T18:04:27.321Z | found 1 output files |
3139 | 2025-03-21T18:04:27.321Z | uploading: /work/package.tar.gz (2025073204 bytes) |
3140 | 2025-03-21T18:05:19.550Z | uploaded: /work/package.tar.gz |