|
|
|
1 | 2025-03-25T22:09:23.102Z | job assigned to worker 01JQ7NKAHZFSQZTWCKD5VNQC37 [factory aws, i-082197fe66ec3da3a] (queued for 49 s) |
|
2 | 2025-03-25T22:09:31.662Z | starting task 0: "setup" |
3 | 2025-03-25T22:09:31.667Z | ++ uname -s |
4 | 2025-03-25T22:09:31.671Z | + kern=SunOS |
5 | 2025-03-25T22:09:31.671Z | + build_user=build |
6 | 2025-03-25T22:09:31.671Z | + build_uid=12345 |
7 | 2025-03-25T22:09:31.671Z | + work_dir=/work |
8 | 2025-03-25T22:09:31.671Z | + input_dir=/input |
9 | 2025-03-25T22:09:31.671Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T22:09:31.672Z | + case "$kern" in |
11 | 2025-03-25T22:09:31.672Z | + groupadd -g 12345 build |
12 | 2025-03-25T22:09:31.679Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T22:09:33.680Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T22:09:33.824Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T22:09:33.847Z | + home_fs=zfs |
16 | 2025-03-25T22:09:33.847Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T22:09:33.849Z | + mkdir -p /home/build |
18 | 2025-03-25T22:09:33.849Z | + chown build:build /home/build /work |
19 | 2025-03-25T22:09:35.855Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T22:09:35.867Z | process exited: duration 4173 ms, exit code 0 |
|
21 | 2025-03-25T22:09:35.881Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T22:09:35.887Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T22:09:35.887Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-25T22:09:35.887Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-25T22:09:35.887Z | * rust toolchain profile = "default" |
26 | 2025-03-25T22:09:35.887Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T22:09:35.887Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T22:09:35.891Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T22:09:35.891Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T22:09:36.010Z | info: downloading installer |
31 | 2025-03-25T22:09:37.384Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T22:09:37.384Z | warn: /opt/ooce/bin |
33 | 2025-03-25T22:09:37.384Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T22:09:37.384Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T22:09:37.384Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T22:09:37.384Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T22:09:37.384Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T22:09:37.384Z | error: cannot install while Rust is installed |
39 | 2025-03-25T22:09:37.384Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T22:09:37.420Z | info: profile set to 'default' |
41 | 2025-03-25T22:09:37.420Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T22:09:37.424Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T22:09:37.624Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T22:09:37.624Z | info: downloading component 'cargo' |
45 | 2025-03-25T22:09:38.517Z | info: downloading component 'clippy' |
46 | 2025-03-25T22:09:38.950Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T22:09:40.133Z | info: downloading component 'rust-std' |
48 | 2025-03-25T22:09:42.108Z | info: downloading component 'rustc' |
49 | 2025-03-25T22:09:51.178Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T22:09:51.178Z | info: installing component 'cargo' |
51 | 2025-03-25T22:09:51.258Z | info: installing component 'clippy' |
52 | 2025-03-25T22:09:51.258Z | info: installing component 'rust-docs' |
53 | 2025-03-25T22:09:52.174Z | info: installing component 'rust-std' |
54 | 2025-03-25T22:09:54.032Z | info: installing component 'rustc' |
55 | 2025-03-25T22:09:59.894Z | info: installing component 'rustfmt' |
56 | 2025-03-25T22:10:00.223Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T22:10:00.223Z | |
58 | 2025-03-25T22:10:00.596Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T22:10:00.596Z | |
60 | 2025-03-25T22:10:00.602Z | |
61 | 2025-03-25T22:10:00.602Z | Rust is installed now. Great! |
62 | 2025-03-25T22:10:00.602Z | |
63 | 2025-03-25T22:10:00.602Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T22:10:00.602Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T22:10:00.602Z | |
66 | 2025-03-25T22:10:00.602Z | To configure your current shell, you need to source |
67 | 2025-03-25T22:10:00.602Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T22:10:00.602Z | |
69 | 2025-03-25T22:10:00.602Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T22:10:00.602Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T22:10:00.602Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T22:10:00.602Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T22:10:00.660Z | + rustup --version |
74 | 2025-03-25T22:10:00.678Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T22:10:00.678Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T22:10:00.706Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T22:10:00.735Z | + cargo --version |
78 | 2025-03-25T22:10:00.752Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T22:10:00.752Z | + rustc --version |
80 | 2025-03-25T22:10:00.767Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T22:10:00.767Z | process exited: duration 24871 ms, exit code 0 |
|
82 | 2025-03-25T22:10:00.792Z | starting task 2: "authentication" |
83 | 2025-03-25T22:10:00.811Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T22:10:00.823Z | starting task 3: "clone repository" |
85 | 2025-03-25T22:10:00.829Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T22:10:00.834Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T22:10:01.023Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T22:10:08.120Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T22:10:08.120Z | + git fetch origin 29582a66bc0dec2b1045c85b0e054cce3e49059b |
90 | 2025-03-25T22:10:08.427Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T22:10:08.427Z | * branch 29582a66bc0dec2b1045c85b0e054cce3e49059b -> FETCH_HEAD |
92 | 2025-03-25T22:10:08.438Z | + [[ -n omdb_sagas_part_1 ]] |
93 | 2025-03-25T22:10:08.444Z | ++ git branch --show-current |
94 | 2025-03-25T22:10:08.444Z | + current=main |
95 | 2025-03-25T22:10:08.444Z | + [[ main != omdb_sagas_part_1 ]] |
96 | 2025-03-25T22:10:08.444Z | + git branch -f omdb_sagas_part_1 29582a66bc0dec2b1045c85b0e054cce3e49059b |
97 | 2025-03-25T22:10:08.454Z | + git checkout -f omdb_sagas_part_1 |
98 | 2025-03-25T22:10:08.529Z | Switched to branch 'omdb_sagas_part_1' |
99 | 2025-03-25T22:10:08.532Z | + git reset --hard 29582a66bc0dec2b1045c85b0e054cce3e49059b |
100 | 2025-03-25T22:10:08.614Z | HEAD is now at 29582a66b Merge branch 'main' into omdb_sagas_part_1 |
101 | 2025-03-25T22:10:08.618Z | process exited: duration 7796 ms, exit code 0 |
|
102 | 2025-03-25T22:10:08.626Z | starting task 4: "build" |
103 | 2025-03-25T22:10:08.631Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T22:10:08.634Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T22:10:08.635Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T22:10:08.635Z | + cargo --version |
107 | 2025-03-25T22:10:08.686Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T22:10:08.689Z | + rustc --version |
109 | 2025-03-25T22:10:08.755Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T22:10:08.759Z | + WORK=/work |
111 | 2025-03-25T22:10:08.760Z | + pfexec mkdir -p /work |
112 | 2025-03-25T22:10:08.764Z | + pfexec chown build /work |
113 | 2025-03-25T22:10:08.768Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-25T22:10:11.793Z | pkg list: illegal option -- F |
115 | 2025-03-25T22:10:11.828Z | Usage: |
116 | 2025-03-25T22:10:11.829Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-25T22:10:11.829Z | [pkg_fmri_pattern ...] |
118 | 2025-03-25T22:10:12.685Z | pkg list: illegal option -- F |
119 | 2025-03-25T22:10:12.685Z | Usage: |
120 | 2025-03-25T22:10:12.693Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-25T22:10:12.693Z | [pkg_fmri_pattern ...] |
122 | 2025-03-25T22:10:22.268Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-25T22:10:26.923Z | Startup: Caching catalogs ... Done |
124 | 2025-03-25T22:10:42.324Z | Planning: Solver setup ... Done (14.306s) |
125 | 2025-03-25T22:10:42.491Z | Planning: Running solver ... Done (0.167s) |
126 | 2025-03-25T22:10:42.767Z | Planning: Finding local manifests ... Done (0.146s) |
127 | 2025-03-25T22:10:42.807Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-25T22:10:43.121Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-25T22:10:43.418Z | Planning: Package planning ... Done (0.314s) |
130 | 2025-03-25T22:10:43.478Z | Planning: Merging actions ... Done (0.058s) |
131 | 2025-03-25T22:10:44.015Z | Planning: Checking for conflicting actions ... Done (0.538s) |
132 | 2025-03-25T22:10:48.087Z | Planning: Consolidating action changes ... Done (4.073s) |
133 | 2025-03-25T22:10:48.518Z | Planning: Evaluating mediators ... Done (0.426s) |
134 | 2025-03-25T22:10:48.597Z | Planning: Planning completed in 21.57 seconds |
135 | 2025-03-25T22:10:48.612Z | Packages to install: 4 |
136 | 2025-03-25T22:10:48.612Z | Packages to update: 3 |
137 | 2025-03-25T22:10:48.612Z | Mediators to change: 2 |
138 | 2025-03-25T22:10:48.616Z | Services to change: 1 |
139 | 2025-03-25T22:10:48.616Z | Estimated space available: 155.59 GB |
140 | 2025-03-25T22:10:48.616Z | Estimated space to be consumed: 1.67 GB |
141 | 2025-03-25T22:10:48.616Z | Create boot environment: No |
142 | 2025-03-25T22:10:48.616Z | Create backup boot environment: Yes |
143 | 2025-03-25T22:10:48.616Z | Rebuild boot archive: No |
144 | 2025-03-25T22:10:48.616Z | |
145 | 2025-03-25T22:10:48.616Z | Changed mediators: |
146 | 2025-03-25T22:10:48.617Z | mediator clang: |
147 | 2025-03-25T22:10:48.617Z | version: None -> 15 (system default) |
148 | 2025-03-25T22:10:48.617Z | |
149 | 2025-03-25T22:10:48.617Z | mediator llvm: |
150 | 2025-03-25T22:10:48.617Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-25T22:10:48.617Z | |
152 | 2025-03-25T22:10:48.617Z | Changed packages: |
153 | 2025-03-25T22:10:48.617Z | helios-dev |
154 | 2025-03-25T22:10:48.617Z | developer/build-essential |
155 | 2025-03-25T22:10:48.617Z | None -> 11-2.0 |
156 | 2025-03-25T22:10:48.617Z | library/libxmlsec1 |
157 | 2025-03-25T22:10:48.617Z | None -> 1.2.35-2.0 |
158 | 2025-03-25T22:10:48.617Z | ooce/developer/clang-15 |
159 | 2025-03-25T22:10:48.617Z | None -> 15.0.7-2.0 |
160 | 2025-03-25T22:10:48.617Z | ooce/developer/llvm-15 |
161 | 2025-03-25T22:10:48.617Z | None -> 15.0.7-2.0 |
162 | 2025-03-25T22:10:48.617Z | package/pkg |
163 | 2025-03-25T22:10:48.617Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-25T22:10:48.617Z | system/library/g++-runtime |
165 | 2025-03-25T22:10:48.617Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-25T22:10:48.617Z | system/library/gcc-runtime |
167 | 2025-03-25T22:10:48.617Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-25T22:10:48.617Z | |
169 | 2025-03-25T22:10:48.617Z | Services: |
170 | 2025-03-25T22:10:48.617Z | restart_fmri: |
171 | 2025-03-25T22:10:48.617Z | svc:/system/update-man-index:default |
172 | 2025-03-25T22:10:48.617Z | |
173 | 2025-03-25T22:10:48.617Z | Editable files to change: |
174 | 2025-03-25T22:10:48.617Z | Update: |
175 | 2025-03-25T22:10:48.617Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-25T22:10:48.822Z | |
177 | 2025-03-25T22:10:48.822Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-25T22:11:01.503Z | Download: 213/4301 items 1.3/225.4MB 0% complete |
179 | 2025-03-25T22:11:06.509Z | Download: 848/4301 items 18.8/225.4MB 8% complete (3.6M/s) |
180 | 2025-03-25T22:11:14.105Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (9.2M/s) |
181 | 2025-03-25T22:11:20.091Z | Download: 1563/4301 items 117.5/225.4MB 52% complete (5.4M/s) |
182 | 2025-03-25T22:11:24.078Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (3.9M/s) |
183 | 2025-03-25T22:11:29.079Z | Download: 2601/4301 items 120.3/225.4MB 53% complete (275k/s) |
184 | 2025-03-25T22:11:34.080Z | Download: 3243/4301 items 187.3/225.4MB 83% complete (6.8M/s) |
185 | 2025-03-25T22:11:41.162Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (9.3M/s) |
186 | 2025-03-25T22:11:47.493Z | Download: 3279/4301 items 209.5/225.4MB 92% complete (7.6M/s) |
187 | 2025-03-25T22:11:53.884Z | Download: 3284/4301 items 211.0/225.4MB 93% complete (2.0M/s) |
188 | 2025-03-25T22:11:59.033Z | Download: 4284/4301 items 223.6/225.4MB 99% complete (2.5M/s) |
189 | 2025-03-25T22:11:59.112Z | Download: Completed 225.42 MB in 70.29 seconds (3.2M/s) |
190 | 2025-03-25T22:12:01.230Z | Actions: 1/5122 actions (Removing old actions) |
191 | 2025-03-25T22:12:01.246Z | Actions: 194/5122 actions (Installing new actions) |
192 | 2025-03-25T22:12:06.246Z | Actions: 4267/5122 actions (Updating modified actions) |
193 | 2025-03-25T22:12:06.696Z | Actions: Completed 5122 actions in 5.47 seconds. |
194 | 2025-03-25T22:12:06.940Z | Done (0.236s) |
195 | 2025-03-25T22:12:06.943Z | Done (0.001s) |
196 | 2025-03-25T22:12:07.598Z | Done (0.655s) |
197 | 2025-03-25T22:12:12.974Z | Done (5.140s) |
198 | 2025-03-25T22:12:13.186Z | Done (0.144s) |
199 | 2025-03-25T22:12:13.190Z | Done (0.000s) |
200 | 2025-03-25T22:12:13.371Z | Done (0.000s) |
201 | 2025-03-25T22:12:14.118Z | Planning: Evaluating mediator changes ... Done |
202 | 2025-03-25T22:12:14.281Z | Planning: Checking for conflicting actions ... Done |
203 | 2025-03-25T22:12:14.286Z | Planning: Consolidating action changes ... Done |
204 | 2025-03-25T22:12:15.321Z | Planning: Evaluating mediators ... Done |
205 | 2025-03-25T22:12:15.383Z | Planning: Planning completed in 0.43 seconds |
206 | 2025-03-25T22:12:15.383Z | Mediators to change: 2 |
207 | 2025-03-25T22:12:15.383Z | Create boot environment: No |
208 | 2025-03-25T22:12:15.383Z | Create backup boot environment: No |
209 | 2025-03-25T22:12:15.384Z | Done |
210 | 2025-03-25T22:12:15.384Z | Done |
211 | 2025-03-25T22:12:15.384Z | Done |
212 | 2025-03-25T22:12:18.758Z | Done |
213 | 2025-03-25T22:12:18.855Z | Done |
214 | 2025-03-25T22:12:18.859Z | Done |
215 | 2025-03-25T22:12:18.991Z | Done |
216 | 2025-03-25T22:12:19.619Z | Planning: Evaluating mediator changes ... Done |
217 | 2025-03-25T22:12:19.622Z | Planning: Merging actions ... Done |
218 | 2025-03-25T22:12:19.809Z | Planning: Checking for conflicting actions ... Done |
219 | 2025-03-25T22:12:19.813Z | Planning: Consolidating action changes ... Done |
220 | 2025-03-25T22:12:20.096Z | Planning: Evaluating mediators ... Done |
221 | 2025-03-25T22:12:20.157Z | Planning: Planning completed in 0.78 seconds |
222 | 2025-03-25T22:12:20.198Z | Packages to change: 1 |
223 | 2025-03-25T22:12:20.198Z | Mediators to change: 1 |
224 | 2025-03-25T22:12:20.203Z | Services to change: 1 |
225 | 2025-03-25T22:12:20.203Z | Create boot environment: No |
226 | 2025-03-25T22:12:20.203Z | Create backup boot environment: Yes |
227 | 2025-03-25T22:12:22.445Z | Actions: 1/6 actions (Updating modified actions) |
228 | 2025-03-25T22:12:22.449Z | Actions: Completed 6 actions in 0.00 seconds. |
229 | 2025-03-25T22:12:22.449Z | Done |
230 | 2025-03-25T22:12:22.449Z | Done |
231 | 2025-03-25T22:12:22.576Z | Done |
232 | 2025-03-25T22:12:26.529Z | Done |
233 | 2025-03-25T22:12:26.621Z | Done |
234 | 2025-03-25T22:12:26.625Z | Done |
235 | 2025-03-25T22:12:26.770Z | Done |
236 | 2025-03-25T22:12:27.220Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
237 | 2025-03-25T22:12:27.220Z | clang system 15 system |
238 | 2025-03-25T22:12:27.220Z | csh system system illumos |
239 | 2025-03-25T22:12:27.220Z | ctags system system illumos |
240 | 2025-03-25T22:12:27.220Z | gcc vendor 12 vendor |
241 | 2025-03-25T22:12:27.220Z | gcc system 10 system |
242 | 2025-03-25T22:12:27.220Z | gcc system 7 system |
243 | 2025-03-25T22:12:27.220Z | go system 1.20 system |
244 | 2025-03-25T22:12:27.220Z | go system 1.19 system |
245 | 2025-03-25T22:12:27.220Z | llvm system 15 system |
246 | 2025-03-25T22:12:27.220Z | llvm system 14 system |
247 | 2025-03-25T22:12:27.220Z | mariadb system 10.6 system |
248 | 2025-03-25T22:12:27.220Z | mta vendor vendor dma |
249 | 2025-03-25T22:12:27.220Z | openjdk system 17 system |
250 | 2025-03-25T22:12:27.220Z | openjdk system 11 system |
251 | 2025-03-25T22:12:27.220Z | openjdk system 1.8 system |
252 | 2025-03-25T22:12:27.221Z | openssl vendor 3 vendor |
253 | 2025-03-25T22:12:27.221Z | perl system 5.36 system |
254 | 2025-03-25T22:12:27.221Z | postgresql system 15 system |
255 | 2025-03-25T22:12:27.221Z | postgresql system 13 system |
256 | 2025-03-25T22:12:27.221Z | python vendor 3 vendor |
257 | 2025-03-25T22:12:27.221Z | python system 2 system |
258 | 2025-03-25T22:12:27.221Z | python3 system 3.11 system |
259 | 2025-03-25T22:12:27.221Z | ruby system 3.0 system |
260 | 2025-03-25T22:12:27.221Z | words vendor vendor american-english |
261 | 2025-03-25T22:12:27.221Z | words system system australian-english |
262 | 2025-03-25T22:12:27.221Z | words system system british-english |
263 | 2025-03-25T22:12:27.221Z | words system system canadian-english |
264 | 2025-03-25T22:12:27.221Z | words system system french |
265 | 2025-03-25T22:12:27.221Z | words system system italian |
266 | 2025-03-25T22:12:27.221Z | words system system ngerman |
267 | 2025-03-25T22:12:27.221Z | words system system ogerman |
268 | 2025-03-25T22:12:27.222Z | words system system spanish |
269 | 2025-03-25T22:12:27.547Z | PUBLISHER TYPE STATUS P LOCATION |
270 | 2025-03-25T22:12:27.547Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
271 | 2025-03-25T22:12:30.862Z | FMRI IFO |
272 | 2025-03-25T22:12:30.862Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
273 | 2025-03-25T22:12:30.862Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
274 | 2025-03-25T22:12:30.862Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
275 | 2025-03-25T22:12:30.862Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
276 | 2025-03-25T22:12:30.862Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
277 | 2025-03-25T22:12:30.862Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
278 | 2025-03-25T22:12:30.864Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
279 | 2025-03-25T22:12:30.864Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
280 | 2025-03-25T22:12:30.864Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
281 | 2025-03-25T22:12:30.864Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
282 | 2025-03-25T22:12:30.864Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
283 | 2025-03-25T22:12:30.864Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
284 | 2025-03-25T22:12:30.864Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
285 | 2025-03-25T22:12:30.865Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
286 | 2025-03-25T22:12:30.865Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
287 | 2025-03-25T22:12:31.717Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
288 | 2025-03-25T22:12:32.098Z | Updating crates.io index |
289 | 2025-03-25T22:12:32.101Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
290 | 2025-03-25T22:12:32.636Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
291 | 2025-03-25T22:12:32.928Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
292 | 2025-03-25T22:12:33.176Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
293 | 2025-03-25T22:12:33.468Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
294 | 2025-03-25T22:12:34.455Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2025-03-25T22:12:36.183Z | Updating git repository `https://github.com/oxidecomputer/opte` |
296 | 2025-03-25T22:12:36.853Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2025-03-25T22:12:37.644Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
298 | 2025-03-25T22:12:37.987Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
299 | 2025-03-25T22:12:38.324Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
300 | 2025-03-25T22:12:38.888Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
301 | 2025-03-25T22:12:39.458Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
302 | 2025-03-25T22:12:39.724Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2025-03-25T22:12:40.058Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2025-03-25T22:12:40.336Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2025-03-25T22:12:40.611Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2025-03-25T22:12:40.926Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2025-03-25T22:12:41.218Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
308 | 2025-03-25T22:12:41.510Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
309 | 2025-03-25T22:12:41.812Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
310 | 2025-03-25T22:12:42.132Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2025-03-25T22:12:42.515Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2025-03-25T22:12:42.766Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2025-03-25T22:12:43.283Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2025-03-25T22:12:43.562Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2025-03-25T22:12:43.938Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2025-03-25T22:12:44.368Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2025-03-25T22:12:44.658Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2025-03-25T22:12:44.988Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2025-03-25T22:12:45.246Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2025-03-25T22:12:46.645Z | Downloading crates ... |
321 | 2025-03-25T22:12:46.737Z | Downloaded anstyle-parse v0.2.5 |
322 | 2025-03-25T22:12:46.741Z | Downloaded anstyle v1.0.10 |
323 | 2025-03-25T22:12:46.744Z | Downloaded anstream v0.6.15 |
324 | 2025-03-25T22:12:46.755Z | Downloaded swrite v0.1.0 |
325 | 2025-03-25T22:12:46.761Z | Downloaded dtrace-parser v0.2.0 |
326 | 2025-03-25T22:12:46.765Z | Downloaded bytecount v0.6.8 |
327 | 2025-03-25T22:12:46.765Z | Downloaded autocfg v1.4.0 |
328 | 2025-03-25T22:12:46.776Z | Downloaded winnow v0.7.3 |
329 | 2025-03-25T22:12:46.785Z | Downloaded usdt-macro v0.5.0 |
330 | 2025-03-25T22:12:46.790Z | Downloaded equivalent v1.0.1 |
331 | 2025-03-25T22:12:46.793Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2025-03-25T22:12:46.793Z | Downloaded scroll_derive v0.12.0 |
333 | 2025-03-25T22:12:46.793Z | Downloaded anstyle-query v1.1.1 |
334 | 2025-03-25T22:12:46.796Z | Downloaded byteorder v1.5.0 |
335 | 2025-03-25T22:12:46.799Z | Downloaded plain v0.2.3 |
336 | 2025-03-25T22:12:46.799Z | Downloaded fs-err v2.11.0 |
337 | 2025-03-25T22:12:46.800Z | Downloaded proc-macro-error-attr v1.0.4 |
338 | 2025-03-25T22:12:46.803Z | Downloaded is_terminal_polyfill v1.70.1 |
339 | 2025-03-25T22:12:46.803Z | Downloaded cargo-platform v0.1.8 |
340 | 2025-03-25T22:12:46.803Z | Downloaded thiserror-impl v2.0.12 |
341 | 2025-03-25T22:12:46.806Z | Downloaded toml_datetime v0.6.8 |
342 | 2025-03-25T22:12:46.806Z | Downloaded serde_spanned v0.6.8 |
343 | 2025-03-25T22:12:46.812Z | Downloaded clap_lex v0.7.4 |
344 | 2025-03-25T22:12:46.812Z | Downloaded heck v0.5.0 |
345 | 2025-03-25T22:12:46.812Z | Downloaded generic-array v0.14.7 |
346 | 2025-03-25T22:12:46.815Z | Downloaded crypto-common v0.1.6 |
347 | 2025-03-25T22:12:46.815Z | Downloaded pest_generator v2.7.14 |
348 | 2025-03-25T22:12:46.815Z | Downloaded fastrand v2.1.1 |
349 | 2025-03-25T22:12:46.815Z | Downloaded block-buffer v0.10.4 |
350 | 2025-03-25T22:12:46.815Z | Downloaded utf8parse v0.2.2 |
351 | 2025-03-25T22:12:46.819Z | Downloaded usdt v0.5.0 |
352 | 2025-03-25T22:12:46.819Z | Downloaded thread-id v4.2.2 |
353 | 2025-03-25T22:12:46.819Z | Downloaded thiserror-impl v1.0.69 |
354 | 2025-03-25T22:12:46.822Z | Downloaded tabled_derive v0.7.0 |
355 | 2025-03-25T22:12:46.822Z | Downloaded itoa v1.0.11 |
356 | 2025-03-25T22:12:46.822Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2025-03-25T22:12:46.826Z | Downloaded smawk v0.3.2 |
358 | 2025-03-25T22:12:46.826Z | Downloaded terminal_size v0.4.0 |
359 | 2025-03-25T22:12:46.826Z | Downloaded scroll v0.12.0 |
360 | 2025-03-25T22:12:46.830Z | Downloaded macaddr v1.0.1 |
361 | 2025-03-25T22:12:46.833Z | Downloaded memmap v0.7.0 |
362 | 2025-03-25T22:12:46.833Z | Downloaded cpufeatures v0.2.14 |
363 | 2025-03-25T22:12:46.834Z | Downloaded heck v0.4.1 |
364 | 2025-03-25T22:12:46.834Z | Downloaded errno v0.3.9 |
365 | 2025-03-25T22:12:46.837Z | Downloaded cfg-if v1.0.0 |
366 | 2025-03-25T22:12:46.837Z | Downloaded cargo_metadata v0.19.2 |
367 | 2025-03-25T22:12:46.840Z | Downloaded pretty-hex v0.4.1 |
368 | 2025-03-25T22:12:46.846Z | Downloaded thiserror v1.0.69 |
369 | 2025-03-25T22:12:46.851Z | Downloaded version_check v0.9.5 |
370 | 2025-03-25T22:12:46.855Z | Downloaded terminal_size v0.2.6 |
371 | 2025-03-25T22:12:46.855Z | Downloaded strsim v0.11.1 |
372 | 2025-03-25T22:12:46.858Z | Downloaded io-lifetimes v1.0.11 |
373 | 2025-03-25T22:12:46.858Z | Downloaded proc-macro-error v1.0.4 |
374 | 2025-03-25T22:12:46.861Z | Downloaded colorchoice v1.0.2 |
375 | 2025-03-25T22:12:46.864Z | Downloaded camino v1.1.9 |
376 | 2025-03-25T22:12:46.864Z | Downloaded dof v0.3.0 |
377 | 2025-03-25T22:12:46.867Z | Downloaded sha2 v0.10.8 |
378 | 2025-03-25T22:12:46.867Z | Downloaded bitflags v1.3.2 |
379 | 2025-03-25T22:12:46.871Z | Downloaded digest v0.10.7 |
380 | 2025-03-25T22:12:46.874Z | Downloaded thiserror v2.0.12 |
381 | 2025-03-25T22:12:46.879Z | Downloaded pest_derive v2.7.14 |
382 | 2025-03-25T22:12:46.883Z | Downloaded unicode-linebreak v0.1.5 |
383 | 2025-03-25T22:12:46.883Z | Downloaded once_cell v1.20.3 |
384 | 2025-03-25T22:12:46.887Z | Downloaded camino-tempfile v1.1.1 |
385 | 2025-03-25T22:12:46.887Z | Downloaded quote v1.0.39 |
386 | 2025-03-25T22:12:46.890Z | Downloaded fnv v1.0.7 |
387 | 2025-03-25T22:12:46.890Z | Downloaded clap_derive v4.5.32 |
388 | 2025-03-25T22:12:46.893Z | Downloaded tempfile v3.13.0 |
389 | 2025-03-25T22:12:46.896Z | Downloaded cargo_toml v0.21.0 |
390 | 2025-03-25T22:12:46.896Z | Downloaded usdt-impl v0.5.0 |
391 | 2025-03-25T22:12:46.899Z | Downloaded semver v1.0.25 |
392 | 2025-03-25T22:12:46.899Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-03-25T22:12:46.902Z | Downloaded bitflags v2.6.0 |
394 | 2025-03-25T22:12:46.906Z | Downloaded ryu v1.0.18 |
395 | 2025-03-25T22:12:46.912Z | Downloaded unicode-ident v1.0.14 |
396 | 2025-03-25T22:12:46.917Z | Downloaded papergrid v0.11.0 |
397 | 2025-03-25T22:12:46.931Z | Downloaded typenum v1.17.0 |
398 | 2025-03-25T22:12:46.934Z | Downloaded clap v4.5.32 |
399 | 2025-03-25T22:12:46.942Z | Downloaded toml v0.8.20 |
400 | 2025-03-25T22:12:46.947Z | Downloaded textwrap v0.16.1 |
401 | 2025-03-25T22:12:46.950Z | Downloaded serde_derive v1.0.218 |
402 | 2025-03-25T22:12:46.950Z | Downloaded anyhow v1.0.97 |
403 | 2025-03-25T22:12:46.954Z | Downloaded serde v1.0.218 |
404 | 2025-03-25T22:12:46.957Z | Downloaded log v0.4.22 |
405 | 2025-03-25T22:12:46.960Z | Downloaded pest_meta v2.7.14 |
406 | 2025-03-25T22:12:46.964Z | Downloaded indexmap v2.7.1 |
407 | 2025-03-25T22:12:46.968Z | Downloaded proc-macro2 v1.0.94 |
408 | 2025-03-25T22:12:46.971Z | Downloaded memchr v2.7.4 |
409 | 2025-03-25T22:12:46.977Z | Downloaded toml_edit v0.22.24 |
410 | 2025-03-25T22:12:46.997Z | Downloaded zerocopy-derive v0.7.35 |
411 | 2025-03-25T22:12:47.019Z | Downloaded hashbrown v0.15.1 |
412 | 2025-03-25T22:12:47.023Z | Downloaded pest v2.7.14 |
413 | 2025-03-25T22:12:47.036Z | Downloaded serde_json v1.0.139 |
414 | 2025-03-25T22:12:47.044Z | Downloaded clap_builder v4.5.32 |
415 | 2025-03-25T22:12:47.052Z | Downloaded goblin v0.8.2 |
416 | 2025-03-25T22:12:47.062Z | Downloaded zerocopy v0.7.35 |
417 | 2025-03-25T22:12:47.076Z | Downloaded tabled v0.15.0 |
418 | 2025-03-25T22:12:47.090Z | Downloaded syn v1.0.109 |
419 | 2025-03-25T22:12:47.109Z | Downloaded unicode-width v0.1.14 |
420 | 2025-03-25T22:12:47.117Z | Downloaded syn v2.0.98 |
421 | 2025-03-25T22:12:47.128Z | Downloaded rustix v0.37.28 |
422 | 2025-03-25T22:12:47.145Z | Downloaded rustix v0.38.37 |
423 | 2025-03-25T22:12:47.183Z | Downloaded libc v0.2.170 |
424 | 2025-03-25T22:12:47.322Z | Compiling proc-macro2 v1.0.94 |
425 | 2025-03-25T22:12:47.322Z | Compiling unicode-ident v1.0.14 |
426 | 2025-03-25T22:12:47.325Z | Compiling version_check v0.9.5 |
427 | 2025-03-25T22:12:47.325Z | Compiling serde v1.0.218 |
428 | 2025-03-25T22:12:47.325Z | Compiling libc v0.2.170 |
429 | 2025-03-25T22:12:47.325Z | Compiling memchr v2.7.4 |
430 | 2025-03-25T22:12:47.358Z | Compiling thiserror v1.0.69 |
431 | 2025-03-25T22:12:47.362Z | Compiling ryu v1.0.18 |
432 | 2025-03-25T22:12:47.597Z | Compiling itoa v1.0.11 |
433 | 2025-03-25T22:12:47.786Z | Compiling ucd-trie v0.1.7 |
434 | 2025-03-25T22:12:47.843Z | Compiling once_cell v1.20.3 |
435 | 2025-03-25T22:12:48.162Z | Compiling byteorder v1.5.0 |
436 | 2025-03-25T22:12:48.234Z | Compiling serde_json v1.0.139 |
437 | 2025-03-25T22:12:48.544Z | Compiling rustix v0.38.37 |
438 | 2025-03-25T22:12:48.607Z | Compiling bitflags v2.6.0 |
439 | 2025-03-25T22:12:48.656Z | Compiling usdt-impl v0.5.0 |
440 | 2025-03-25T22:12:48.759Z | Compiling proc-macro-error-attr v1.0.4 |
441 | 2025-03-25T22:12:48.990Z | Compiling syn v1.0.109 |
442 | 2025-03-25T22:12:49.011Z | Compiling io-lifetimes v1.0.11 |
443 | 2025-03-25T22:12:49.148Z | Compiling proc-macro-error v1.0.4 |
444 | 2025-03-25T22:12:49.187Z | Compiling camino v1.1.9 |
445 | 2025-03-25T22:12:49.375Z | Compiling equivalent v1.0.1 |
446 | 2025-03-25T22:12:49.450Z | Compiling quote v1.0.39 |
447 | 2025-03-25T22:12:49.515Z | Compiling rustix v0.37.28 |
448 | 2025-03-25T22:12:49.541Z | Compiling errno v0.3.9 |
449 | 2025-03-25T22:12:49.813Z | Compiling thread-id v4.2.2 |
450 | 2025-03-25T22:12:49.864Z | Compiling syn v2.0.98 |
451 | 2025-03-25T22:12:49.868Z | Compiling utf8parse v0.2.2 |
452 | 2025-03-25T22:12:49.934Z | Compiling log v0.4.22 |
453 | 2025-03-25T22:12:50.037Z | Compiling hashbrown v0.15.1 |
454 | 2025-03-25T22:12:50.072Z | Compiling plain v0.2.3 |
455 | 2025-03-25T22:12:50.240Z | Compiling anstyle-parse v0.2.5 |
456 | 2025-03-25T22:12:50.538Z | Compiling pretty-hex v0.4.1 |
457 | 2025-03-25T22:12:50.563Z | Compiling autocfg v1.4.0 |
458 | 2025-03-25T22:12:50.761Z | Compiling colorchoice v1.0.2 |
459 | 2025-03-25T22:12:50.787Z | Compiling anstyle-query v1.1.1 |
460 | 2025-03-25T22:12:50.931Z | Compiling bitflags v1.3.2 |
461 | 2025-03-25T22:12:50.956Z | Compiling semver v1.0.25 |
462 | 2025-03-25T22:12:50.959Z | Compiling is_terminal_polyfill v1.70.1 |
463 | 2025-03-25T22:12:51.051Z | Compiling indexmap v2.7.1 |
464 | 2025-03-25T22:12:51.101Z | Compiling unicode-width v0.1.14 |
465 | 2025-03-25T22:12:51.126Z | Compiling anstyle v1.0.10 |
466 | 2025-03-25T22:12:51.454Z | Compiling thiserror v2.0.12 |
467 | 2025-03-25T22:12:51.499Z | Compiling winnow v0.7.3 |
468 | 2025-03-25T22:12:51.563Z | Compiling fs-err v2.11.0 |
469 | 2025-03-25T22:12:51.605Z | Compiling terminal_size v0.4.0 |
470 | 2025-03-25T22:12:51.906Z | Compiling anstream v0.6.15 |
471 | 2025-03-25T22:12:52.405Z | Compiling cfg-if v1.0.0 |
472 | 2025-03-25T22:12:52.504Z | Compiling strsim v0.11.1 |
473 | 2025-03-25T22:12:52.529Z | Compiling fnv v1.0.7 |
474 | 2025-03-25T22:12:52.532Z | Compiling heck v0.5.0 |
475 | 2025-03-25T22:12:52.672Z | Compiling anyhow v1.0.97 |
476 | 2025-03-25T22:12:52.881Z | Compiling fastrand v2.1.1 |
477 | 2025-03-25T22:12:53.256Z | Compiling bytecount v0.6.8 |
478 | 2025-03-25T22:12:53.277Z | Compiling clap_lex v0.7.4 |
479 | 2025-03-25T22:12:53.302Z | Compiling heck v0.4.1 |
480 | 2025-03-25T22:12:53.481Z | Compiling papergrid v0.11.0 |
481 | 2025-03-25T22:12:53.661Z | Compiling clap_builder v4.5.32 |
482 | 2025-03-25T22:12:53.703Z | Compiling tempfile v3.13.0 |
483 | 2025-03-25T22:12:53.729Z | Compiling terminal_size v0.2.6 |
484 | 2025-03-25T22:12:53.918Z | Compiling memmap v0.7.0 |
485 | 2025-03-25T22:12:53.939Z | Compiling smawk v0.3.2 |
486 | 2025-03-25T22:12:54.163Z | Compiling unicode-linebreak v0.1.5 |
487 | 2025-03-25T22:12:54.657Z | Compiling textwrap v0.16.1 |
488 | 2025-03-25T22:12:54.763Z | Compiling swrite v0.1.0 |
489 | 2025-03-25T22:12:55.249Z | Compiling tabled_derive v0.7.0 |
490 | 2025-03-25T22:12:56.739Z | Compiling serde_derive v1.0.218 |
491 | 2025-03-25T22:12:56.739Z | Compiling thiserror-impl v1.0.69 |
492 | 2025-03-25T22:12:56.742Z | Compiling zerocopy-derive v0.7.35 |
493 | 2025-03-25T22:12:56.742Z | Compiling scroll_derive v0.12.0 |
494 | 2025-03-25T22:12:56.742Z | Compiling thiserror-impl v2.0.12 |
495 | 2025-03-25T22:12:56.742Z | Compiling clap_derive v4.5.32 |
496 | 2025-03-25T22:12:56.841Z | Compiling tabled v0.15.0 |
497 | 2025-03-25T22:12:58.147Z | Compiling scroll v0.12.0 |
498 | 2025-03-25T22:12:58.698Z | Compiling goblin v0.8.2 |
499 | 2025-03-25T22:12:58.819Z | Compiling zerocopy v0.7.35 |
500 | 2025-03-25T22:12:59.906Z | Compiling pest v2.7.14 |
501 | 2025-03-25T22:13:01.112Z | Compiling clap v4.5.32 |
502 | 2025-03-25T22:13:02.180Z | Compiling pest_meta v2.7.14 |
503 | 2025-03-25T22:13:03.100Z | Compiling pest_generator v2.7.14 |
504 | 2025-03-25T22:13:04.333Z | Compiling pest_derive v2.7.14 |
505 | 2025-03-25T22:13:04.975Z | Compiling dtrace-parser v0.2.0 |
506 | 2025-03-25T22:13:05.820Z | Compiling serde_tokenstream v0.2.2 |
507 | 2025-03-25T22:13:05.969Z | Compiling toml_datetime v0.6.8 |
508 | 2025-03-25T22:13:05.969Z | Compiling serde_spanned v0.6.8 |
509 | 2025-03-25T22:13:06.226Z | Compiling cargo-platform v0.1.8 |
510 | 2025-03-25T22:13:06.311Z | Compiling macaddr v1.0.1 |
511 | 2025-03-25T22:13:06.359Z | Compiling toml_edit v0.22.24 |
512 | 2025-03-25T22:13:06.632Z | Compiling camino-tempfile v1.1.1 |
513 | 2025-03-25T22:13:07.241Z | Compiling dof v0.3.0 |
514 | 2025-03-25T22:13:07.463Z | Compiling cargo_metadata v0.19.2 |
515 | 2025-03-25T22:13:08.572Z | Compiling usdt-macro v0.5.0 |
516 | 2025-03-25T22:13:08.572Z | Compiling usdt-attr-macro v0.5.0 |
517 | 2025-03-25T22:13:09.191Z | Compiling toml v0.8.20 |
518 | 2025-03-25T22:13:09.613Z | Compiling usdt v0.5.0 |
519 | 2025-03-25T22:13:10.060Z | Compiling cargo_toml v0.21.0 |
520 | 2025-03-25T22:13:12.551Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
521 | 2025-03-25T22:13:15.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.23s |
522 | 2025-03-25T22:13:15.929Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
523 | 2025-03-25T22:13:16.484Z | Downloading crates ... |
524 | 2025-03-25T22:13:16.607Z | Downloaded addr2line v0.24.2 |
525 | 2025-03-25T22:13:16.623Z | Downloaded ctr v0.9.2 |
526 | 2025-03-25T22:13:16.634Z | Downloaded headers-core v0.3.0 |
527 | 2025-03-25T22:13:16.637Z | Downloaded hyper-tls v0.6.0 |
528 | 2025-03-25T22:13:16.641Z | Downloaded hex v0.4.3 |
529 | 2025-03-25T22:13:16.647Z | Downloaded adler2 v2.0.0 |
530 | 2025-03-25T22:13:16.651Z | Downloaded http-body v1.0.1 |
531 | 2025-03-25T22:13:16.651Z | Downloaded ascii-canvas v3.0.0 |
532 | 2025-03-25T22:13:16.654Z | Downloaded arrayvec v0.7.6 |
533 | 2025-03-25T22:13:16.669Z | Downloaded hubpack_derive v0.1.1 |
534 | 2025-03-25T22:13:16.678Z | Downloaded http-range v0.1.5 |
535 | 2025-03-25T22:13:16.681Z | Downloaded http-body-util v0.1.2 |
536 | 2025-03-25T22:13:16.684Z | Downloaded icu_provider_macros v1.5.0 |
537 | 2025-03-25T22:13:16.688Z | Downloaded hostname v0.3.1 |
538 | 2025-03-25T22:13:16.692Z | Downloaded ident_case v1.0.1 |
539 | 2025-03-25T22:13:16.695Z | Downloaded instant v0.1.13 |
540 | 2025-03-25T22:13:16.698Z | Downloaded md5 v0.7.0 |
541 | 2025-03-25T22:13:16.699Z | Downloaded is_ci v1.2.0 |
542 | 2025-03-25T22:13:16.699Z | Downloaded hex-literal v0.4.1 |
543 | 2025-03-25T22:13:16.704Z | Downloaded hubpack v0.1.2 |
544 | 2025-03-25T22:13:16.710Z | Downloaded internet-checksum v0.2.1 |
545 | 2025-03-25T22:13:16.714Z | Downloaded lru v0.12.5 |
546 | 2025-03-25T22:13:16.717Z | Downloaded humantime v2.1.0 |
547 | 2025-03-25T22:13:16.717Z | Downloaded hostname v0.4.0 |
548 | 2025-03-25T22:13:16.720Z | Downloaded linked-hash-map v0.5.6 |
549 | 2025-03-25T22:13:16.720Z | Downloaded lalrpop-util v0.19.12 |
550 | 2025-03-25T22:13:16.724Z | Downloaded maplit v1.0.2 |
551 | 2025-03-25T22:13:16.724Z | Downloaded managed v0.8.0 |
552 | 2025-03-25T22:13:16.728Z | Downloaded linear-map v1.2.0 |
553 | 2025-03-25T22:13:16.728Z | Downloaded is-terminal v0.4.13 |
554 | 2025-03-25T22:13:16.728Z | Downloaded bit-vec v0.8.0 |
555 | 2025-03-25T22:13:16.731Z | Downloaded inout v0.1.3 |
556 | 2025-03-25T22:13:16.731Z | Downloaded match_cfg v0.1.0 |
557 | 2025-03-25T22:13:16.734Z | Downloaded bit-set v0.5.3 |
558 | 2025-03-25T22:13:16.734Z | Downloaded idna_adapter v1.2.0 |
559 | 2025-03-25T22:13:16.734Z | Downloaded bindgen v0.71.1 |
560 | 2025-03-25T22:13:16.743Z | Downloaded progenitor-client v0.9.1 |
561 | 2025-03-25T22:13:16.746Z | Downloaded block-padding v0.3.3 |
562 | 2025-03-25T22:13:16.746Z | Downloaded lazycell v1.3.0 |
563 | 2025-03-25T22:13:16.749Z | Downloaded bitfield-struct v0.6.2 |
564 | 2025-03-25T22:13:16.749Z | Downloaded md-5 v0.10.6 |
565 | 2025-03-25T22:13:16.752Z | Downloaded maybe-uninit v2.0.0 |
566 | 2025-03-25T22:13:16.752Z | Downloaded bit-set v0.8.0 |
567 | 2025-03-25T22:13:16.755Z | Downloaded progenitor-macro v0.9.1 |
568 | 2025-03-25T22:13:16.755Z | Downloaded rtoolbox v0.0.2 |
569 | 2025-03-25T22:13:16.759Z | Downloaded cargo_metadata v0.18.1 |
570 | 2025-03-25T22:13:16.759Z | Downloaded indoc v1.0.9 |
571 | 2025-03-25T22:13:16.763Z | Downloaded bytes v1.10.1 |
572 | 2025-03-25T22:13:16.767Z | Downloaded proc-macro-error-attr2 v2.0.0 |
573 | 2025-03-25T22:13:16.770Z | Downloaded memoffset v0.9.1 |
574 | 2025-03-25T22:13:16.770Z | Downloaded libsw v3.4.0 |
575 | 2025-03-25T22:13:16.773Z | Downloaded httparse v1.9.5 |
576 | 2025-03-25T22:13:16.777Z | Downloaded icu_locid_transform v1.5.0 |
577 | 2025-03-25T22:13:16.780Z | Downloaded cfg_aliases v0.2.1 |
578 | 2025-03-25T22:13:16.780Z | Downloaded buf-list v1.0.3 |
579 | 2025-03-25T22:13:16.783Z | Downloaded litemap v0.7.3 |
580 | 2025-03-25T22:13:16.786Z | Downloaded instability v0.3.2 |
581 | 2025-03-25T22:13:16.789Z | Downloaded cassowary v0.3.0 |
582 | 2025-03-25T22:13:16.789Z | Downloaded memmap2 v0.9.5 |
583 | 2025-03-25T22:13:16.792Z | Downloaded libloading v0.8.5 |
584 | 2025-03-25T22:13:16.796Z | Downloaded ipnet v2.11.0 |
585 | 2025-03-25T22:13:16.799Z | Downloaded cfg_aliases v0.1.1 |
586 | 2025-03-25T22:13:16.799Z | Downloaded bit-vec v0.6.3 |
587 | 2025-03-25T22:13:16.802Z | Downloaded array-init v0.0.4 |
588 | 2025-03-25T22:13:16.802Z | Downloaded ciborium-io v0.2.2 |
589 | 2025-03-25T22:13:16.802Z | Downloaded async-stream-impl v0.3.6 |
590 | 2025-03-25T22:13:16.805Z | Downloaded bitfield v0.14.0 |
591 | 2025-03-25T22:13:16.805Z | Downloaded jobserver v0.1.32 |
592 | 2025-03-25T22:13:16.808Z | Downloaded iana-time-zone v0.1.61 |
593 | 2025-03-25T22:13:16.812Z | Downloaded bindgen v0.69.5 |
594 | 2025-03-25T22:13:16.816Z | Downloaded cexpr v0.6.0 |
595 | 2025-03-25T22:13:16.820Z | Downloaded constant_time_eq v0.3.1 |
596 | 2025-03-25T22:13:16.823Z | Downloaded cbc v0.1.2 |
597 | 2025-03-25T22:13:16.823Z | Downloaded blowfish v0.9.1 |
598 | 2025-03-25T22:13:16.827Z | Downloaded rustc-hash v1.1.0 |
599 | 2025-03-25T22:13:16.827Z | Downloaded rand_chacha v0.3.1 |
600 | 2025-03-25T22:13:16.830Z | Downloaded mime_guess v2.0.5 |
601 | 2025-03-25T22:13:16.830Z | Downloaded crucible-workspace-hack v0.1.0 |
602 | 2025-03-25T22:13:16.830Z | Downloaded atty v0.2.14 |
603 | 2025-03-25T22:13:16.833Z | Downloaded cstr-argument v0.1.2 |
604 | 2025-03-25T22:13:16.833Z | Downloaded hmac v0.12.1 |
605 | 2025-03-25T22:13:16.837Z | Downloaded hickory-client v0.24.4 |
606 | 2025-03-25T22:13:16.840Z | Downloaded pretty-hex v0.2.1 |
607 | 2025-03-25T22:13:16.843Z | Downloaded castaway v0.2.3 |
608 | 2025-03-25T22:13:16.843Z | Downloaded aead v0.5.2 |
609 | 2025-03-25T22:13:16.843Z | Downloaded icu_locid v1.5.0 |
610 | 2025-03-25T22:13:16.849Z | Downloaded litrs v0.4.1 |
611 | 2025-03-25T22:13:16.852Z | Downloaded icu_normalizer_data v1.5.0 |
612 | 2025-03-25T22:13:16.856Z | Downloaded write16 v1.0.0 |
613 | 2025-03-25T22:13:16.856Z | Downloaded hickory-resolver v0.24.4 |
614 | 2025-03-25T22:13:16.861Z | Downloaded icu_locid_transform_data v1.5.0 |
615 | 2025-03-25T22:13:16.864Z | Downloaded rustls-pemfile v2.2.0 |
616 | 2025-03-25T22:13:16.867Z | Downloaded termtree v0.4.1 |
617 | 2025-03-25T22:13:16.868Z | Downloaded schemars_derive v0.8.22 |
618 | 2025-03-25T22:13:16.871Z | Downloaded yoke-derive v0.7.4 |
619 | 2025-03-25T22:13:16.871Z | Downloaded want v0.3.1 |
620 | 2025-03-25T22:13:16.874Z | Downloaded signal-hook-tokio v0.3.1 |
621 | 2025-03-25T22:13:16.874Z | Downloaded signal-hook-registry v1.4.2 |
622 | 2025-03-25T22:13:16.877Z | Downloaded serde_urlencoded v0.7.1 |
623 | 2025-03-25T22:13:16.877Z | Downloaded smf v0.2.3 |
624 | 2025-03-25T22:13:16.881Z | Downloaded string_cache v0.8.7 |
625 | 2025-03-25T22:13:16.881Z | Downloaded chacha20 v0.9.1 |
626 | 2025-03-25T22:13:16.885Z | Downloaded stable_deref_trait v1.2.0 |
627 | 2025-03-25T22:13:16.885Z | Downloaded endian-type v0.1.2 |
628 | 2025-03-25T22:13:16.885Z | Downloaded foreign-types v0.5.0 |
629 | 2025-03-25T22:13:16.888Z | Downloaded enum-as-inner v0.6.1 |
630 | 2025-03-25T22:13:16.888Z | Downloaded icu_provider v1.5.0 |
631 | 2025-03-25T22:13:16.891Z | Downloaded base16ct v0.2.0 |
632 | 2025-03-25T22:13:16.895Z | Downloaded const_format_proc_macros v0.2.34 |
633 | 2025-03-25T22:13:16.898Z | Downloaded thiserror-impl-no-std v2.0.2 |
634 | 2025-03-25T22:13:16.898Z | Downloaded termtree v0.5.1 |
635 | 2025-03-25T22:13:16.902Z | Downloaded stringprep v0.1.5 |
636 | 2025-03-25T22:13:16.902Z | Downloaded async-stream v0.3.6 |
637 | 2025-03-25T22:13:16.905Z | Downloaded dsl_auto_type v0.1.2 |
638 | 2025-03-25T22:13:16.905Z | Downloaded chrono-tz-build v0.4.0 |
639 | 2025-03-25T22:13:16.905Z | Downloaded headers v0.4.0 |
640 | 2025-03-25T22:13:16.910Z | Downloaded console v0.15.10 |
641 | 2025-03-25T22:13:16.914Z | Downloaded cobs v0.2.3 |
642 | 2025-03-25T22:13:16.917Z | Downloaded opaque-debug v0.3.1 |
643 | 2025-03-25T22:13:16.917Z | Downloaded ciborium v0.2.2 |
644 | 2025-03-25T22:13:16.920Z | Downloaded unarray v0.1.4 |
645 | 2025-03-25T22:13:16.920Z | Downloaded typify-macro v0.3.0 |
646 | 2025-03-25T22:13:16.923Z | Downloaded ref-cast v1.0.23 |
647 | 2025-03-25T22:13:16.927Z | Downloaded typify-macro v0.2.0 |
648 | 2025-03-25T22:13:16.927Z | Downloaded radium v0.7.0 |
649 | 2025-03-25T22:13:16.927Z | Downloaded icu_properties v1.5.1 |
650 | 2025-03-25T22:13:16.930Z | Downloaded zeroize_derive v1.4.2 |
651 | 2025-03-25T22:13:16.933Z | Downloaded progenitor-client v0.8.0 |
652 | 2025-03-25T22:13:16.933Z | Downloaded daft v0.1.2 |
653 | 2025-03-25T22:13:16.936Z | Downloaded curve25519-dalek-derive v0.1.1 |
654 | 2025-03-25T22:13:16.936Z | Downloaded yoke v0.7.4 |
655 | 2025-03-25T22:13:16.939Z | Downloaded deranged v0.3.11 |
656 | 2025-03-25T22:13:16.939Z | Downloaded httpdate v1.0.3 |
657 | 2025-03-25T22:13:16.943Z | Downloaded futures-core v0.3.31 |
658 | 2025-03-25T22:13:16.943Z | Downloaded embedded-io v0.6.1 |
659 | 2025-03-25T22:13:16.946Z | Downloaded dunce v1.0.5 |
660 | 2025-03-25T22:13:16.947Z | Downloaded futures-task v0.3.31 |
661 | 2025-03-25T22:13:16.947Z | Downloaded static_assertions v1.1.0 |
662 | 2025-03-25T22:13:16.950Z | Downloaded smallvec v1.14.0 |
663 | 2025-03-25T22:13:16.950Z | Downloaded newtype_derive v0.1.6 |
664 | 2025-03-25T22:13:16.953Z | Downloaded glob v0.3.2 |
665 | 2025-03-25T22:13:16.953Z | Downloaded fragile v2.0.0 |
666 | 2025-03-25T22:13:16.956Z | Downloaded percent-encoding v2.3.1 |
667 | 2025-03-25T22:13:16.956Z | Downloaded csv-core v0.1.11 |
668 | 2025-03-25T22:13:16.959Z | Downloaded tokio-tungstenite v0.23.1 |
669 | 2025-03-25T22:13:16.959Z | Downloaded crossbeam-deque v0.8.5 |
670 | 2025-03-25T22:13:16.962Z | Downloaded async-trait v0.1.87 |
671 | 2025-03-25T22:13:16.965Z | Downloaded miniz_oxide v0.8.5 |
672 | 2025-03-25T22:13:16.969Z | Downloaded mockall v0.13.1 |
673 | 2025-03-25T22:13:16.974Z | Downloaded heapless v0.8.0 |
674 | 2025-03-25T22:13:16.977Z | Downloaded heapless v0.7.17 |
675 | 2025-03-25T22:13:16.981Z | Downloaded indicatif v0.17.11 |
676 | 2025-03-25T22:13:16.984Z | Downloaded rustfmt-wrapper v0.2.1 |
677 | 2025-03-25T22:13:16.984Z | Downloaded unicase v2.7.0 |
678 | 2025-03-25T22:13:16.997Z | Downloaded strum v0.26.3 |
679 | 2025-03-25T22:13:17.001Z | Downloaded pem-rfc7468 v0.7.0 |
680 | 2025-03-25T22:13:17.004Z | Downloaded zerofrom v0.1.4 |
681 | 2025-03-25T22:13:17.004Z | Downloaded tower-layer v0.3.3 |
682 | 2025-03-25T22:13:17.004Z | Downloaded crc32fast v1.4.2 |
683 | 2025-03-25T22:13:17.008Z | Downloaded pin-utils v0.1.0 |
684 | 2025-03-25T22:13:17.008Z | Downloaded daft-derive v0.1.2 |
685 | 2025-03-25T22:13:17.011Z | Downloaded progenitor v0.9.1 |
686 | 2025-03-25T22:13:17.014Z | Downloaded slog v2.7.0 |
687 | 2025-03-25T22:13:17.018Z | Downloaded zone_cfg_derive v0.3.0 |
688 | 2025-03-25T22:13:17.021Z | Downloaded derive_builder_macro v0.20.2 |
689 | 2025-03-25T22:13:17.021Z | Downloaded utf16_iter v1.0.5 |
690 | 2025-03-25T22:13:17.021Z | Downloaded r2d2 v0.8.10 |
691 | 2025-03-25T22:13:17.024Z | Downloaded globset v0.4.15 |
692 | 2025-03-25T22:13:17.024Z | Downloaded dyn-clone v1.0.19 |
693 | 2025-03-25T22:13:17.028Z | Downloaded hickory-server v0.24.4 |
694 | 2025-03-25T22:13:17.034Z | Downloaded predicates-core v1.0.8 |
695 | 2025-03-25T22:13:17.037Z | Downloaded minimal-lexical v0.2.1 |
696 | 2025-03-25T22:13:17.041Z | Downloaded crossbeam-utils v0.8.20 |
697 | 2025-03-25T22:13:17.044Z | Downloaded resolv-conf v0.7.0 |
698 | 2025-03-25T22:13:17.048Z | Downloaded quinn-udp v0.5.5 |
699 | 2025-03-25T22:13:17.048Z | Downloaded bumpalo v3.16.0 |
700 | 2025-03-25T22:13:17.051Z | Downloaded const-oid v0.9.6 |
701 | 2025-03-25T22:13:17.051Z | Downloaded compact_str v0.8.0 |
702 | 2025-03-25T22:13:17.055Z | Downloaded number_prefix v0.4.0 |
703 | 2025-03-25T22:13:17.058Z | Downloaded structmeta-derive v0.3.0 |
704 | 2025-03-25T22:13:17.058Z | Downloaded signal-hook-mio v0.2.4 |
705 | 2025-03-25T22:13:17.061Z | Downloaded peg-runtime v0.8.5 |
706 | 2025-03-25T22:13:17.061Z | Downloaded rustc-hash v2.1.1 |
707 | 2025-03-25T22:13:17.061Z | Downloaded tiny-keccak v2.0.2 |
708 | 2025-03-25T22:13:17.064Z | Downloaded schemars v0.8.22 |
709 | 2025-03-25T22:13:17.077Z | Downloaded serde-big-array v0.5.1 |
710 | 2025-03-25T22:13:17.080Z | Downloaded predicates v3.1.3 |
711 | 2025-03-25T22:13:17.084Z | Downloaded postcard v1.0.10 |
712 | 2025-03-25T22:13:17.087Z | Downloaded base64 v0.13.1 |
713 | 2025-03-25T22:13:17.090Z | Downloaded time-macros v0.2.18 |
714 | 2025-03-25T22:13:17.093Z | Downloaded des v0.8.1 |
715 | 2025-03-25T22:13:17.093Z | Downloaded crossbeam-epoch v0.9.18 |
716 | 2025-03-25T22:13:17.098Z | Downloaded time-core v0.1.2 |
717 | 2025-03-25T22:13:17.102Z | Downloaded float-cmp v0.10.0 |
718 | 2025-03-25T22:13:17.102Z | Downloaded fallible-iterator v0.2.0 |
719 | 2025-03-25T22:13:17.102Z | Downloaded mockall_derive v0.13.1 |
720 | 2025-03-25T22:13:17.105Z | Downloaded futures-executor v0.3.31 |
721 | 2025-03-25T22:13:17.105Z | Downloaded group v0.13.0 |
722 | 2025-03-25T22:13:17.109Z | Downloaded serde_with_macros v3.12.0 |
723 | 2025-03-25T22:13:17.109Z | Downloaded unicode-bidi v0.3.17 |
724 | 2025-03-25T22:13:17.112Z | Downloaded toolchain_find v0.4.0 |
725 | 2025-03-25T22:13:17.115Z | Downloaded num v0.4.3 |
726 | 2025-03-25T22:13:17.115Z | Downloaded ghash v0.5.1 |
727 | 2025-03-25T22:13:17.119Z | Downloaded omicron-zone-package v0.12.0 |
728 | 2025-03-25T22:13:17.122Z | Downloaded diesel_table_macro_syntax v0.2.0 |
729 | 2025-03-25T22:13:17.122Z | Downloaded zone_cfg_derive v0.1.2 |
730 | 2025-03-25T22:13:17.122Z | Downloaded untrusted v0.7.1 |
731 | 2025-03-25T22:13:17.126Z | Downloaded slog-term v2.9.1 |
732 | 2025-03-25T22:13:17.126Z | Downloaded russh-keys v0.45.0 |
733 | 2025-03-25T22:13:17.129Z | Downloaded base64 v0.21.7 |
734 | 2025-03-25T22:13:17.133Z | Downloaded rand_chacha v0.9.0 |
735 | 2025-03-25T22:13:17.137Z | Downloaded parse-display v0.10.0 |
736 | 2025-03-25T22:13:17.137Z | Downloaded num_enum_derive v0.5.11 |
737 | 2025-03-25T22:13:17.137Z | Downloaded num_enum v0.5.11 |
738 | 2025-03-25T22:13:17.140Z | Downloaded foreign-types-shared v0.1.1 |
739 | 2025-03-25T22:13:17.143Z | Downloaded foreign-types v0.3.2 |
740 | 2025-03-25T22:13:17.143Z | Downloaded slog-dtrace v0.3.0 |
741 | 2025-03-25T22:13:17.147Z | Downloaded base64 v0.22.1 |
742 | 2025-03-25T22:13:17.150Z | Downloaded spki v0.7.3 |
743 | 2025-03-25T22:13:17.153Z | Downloaded serde-hex v0.1.0 |
744 | 2025-03-25T22:13:17.153Z | Downloaded rfc6979 v0.4.0 |
745 | 2025-03-25T22:13:17.153Z | Downloaded ecdsa v0.16.9 |
746 | 2025-03-25T22:13:17.156Z | Downloaded derive_builder_core v0.20.2 |
747 | 2025-03-25T22:13:17.159Z | Downloaded tabled_derive v0.10.0 |
748 | 2025-03-25T22:13:17.159Z | Downloaded rustc-demangle v0.1.24 |
749 | 2025-03-25T22:13:17.162Z | Downloaded itertools v0.10.5 |
750 | 2025-03-25T22:13:17.168Z | Downloaded normalize-line-endings v0.3.0 |
751 | 2025-03-25T22:13:17.171Z | Downloaded tracing v0.1.40 |
752 | 2025-03-25T22:13:17.174Z | Downloaded semver v0.1.20 |
753 | 2025-03-25T22:13:17.174Z | Downloaded zone v0.1.8 |
754 | 2025-03-25T22:13:17.174Z | Downloaded unicode-xid v0.2.6 |
755 | 2025-03-25T22:13:17.178Z | Downloaded getrandom v0.2.15 |
756 | 2025-03-25T22:13:17.181Z | Downloaded p256 v0.13.2 |
757 | 2025-03-25T22:13:17.185Z | Downloaded poly1305 v0.8.0 |
758 | 2025-03-25T22:13:17.185Z | Downloaded foldhash v0.1.3 |
759 | 2025-03-25T22:13:17.189Z | Downloaded aes v0.8.4 |
760 | 2025-03-25T22:13:17.192Z | Downloaded parking_lot_core v0.9.10 |
761 | 2025-03-25T22:13:17.192Z | Downloaded zone v0.3.0 |
762 | 2025-03-25T22:13:17.192Z | Downloaded untrusted v0.9.0 |
763 | 2025-03-25T22:13:17.197Z | Downloaded polyval v0.6.2 |
764 | 2025-03-25T22:13:17.197Z | Downloaded pkcs8 v0.10.2 |
765 | 2025-03-25T22:13:17.200Z | Downloaded peg-macros v0.8.5 |
766 | 2025-03-25T22:13:17.200Z | Downloaded sigpipe v0.1.3 |
767 | 2025-03-25T22:13:17.203Z | Downloaded snafu-derive v0.8.5 |
768 | 2025-03-25T22:13:17.203Z | Downloaded crypto-bigint v0.5.5 |
769 | 2025-03-25T22:13:17.209Z | Downloaded foreign-types-shared v0.3.1 |
770 | 2025-03-25T22:13:17.215Z | Downloaded siphasher v0.3.11 |
771 | 2025-03-25T22:13:17.215Z | Downloaded foreign-types-macros v0.2.3 |
772 | 2025-03-25T22:13:17.215Z | Downloaded waitgroup v0.1.2 |
773 | 2025-03-25T22:13:17.219Z | Downloaded vte_generate_state_changes v0.1.2 |
774 | 2025-03-25T22:13:17.219Z | Downloaded env_filter v0.1.2 |
775 | 2025-03-25T22:13:17.219Z | Downloaded nanorand v0.7.0 |
776 | 2025-03-25T22:13:17.219Z | Downloaded crossbeam-channel v0.5.13 |
777 | 2025-03-25T22:13:17.222Z | Downloaded packed_struct_codegen v0.10.1 |
778 | 2025-03-25T22:13:17.226Z | Downloaded packed_struct v0.10.1 |
779 | 2025-03-25T22:13:17.226Z | Downloaded defmt-parser v0.3.4 |
780 | 2025-03-25T22:13:17.229Z | Downloaded libxml v0.3.3 |
781 | 2025-03-25T22:13:17.232Z | Downloaded itertools v0.12.1 |
782 | 2025-03-25T22:13:17.239Z | Downloaded diff v0.1.13 |
783 | 2025-03-25T22:13:17.242Z | Downloaded tokio-rustls v0.26.0 |
784 | 2025-03-25T22:13:17.245Z | Downloaded embedded-io v0.4.0 |
785 | 2025-03-25T22:13:17.249Z | Downloaded libm v0.2.8 |
786 | 2025-03-25T22:13:17.253Z | Downloaded path-slash v0.1.5 |
787 | 2025-03-25T22:13:17.256Z | Downloaded slog-envlogger v2.2.0 |
788 | 2025-03-25T22:13:17.256Z | Downloaded const_format v0.2.34 |
789 | 2025-03-25T22:13:17.260Z | Downloaded slog-json v2.6.1 |
790 | 2025-03-25T22:13:17.263Z | Downloaded slog-bunyan v2.5.0 |
791 | 2025-03-25T22:13:17.266Z | Downloaded simd-adler32 v0.3.7 |
792 | 2025-03-25T22:13:17.266Z | Downloaded sec1 v0.7.3 |
793 | 2025-03-25T22:13:17.269Z | Downloaded psl-types v2.0.11 |
794 | 2025-03-25T22:13:17.269Z | Downloaded progenitor-macro v0.8.0 |
795 | 2025-03-25T22:13:17.269Z | Downloaded shlex v1.3.0 |
796 | 2025-03-25T22:13:17.273Z | Downloaded proc-macro-crate v1.3.1 |
797 | 2025-03-25T22:13:17.273Z | Downloaded tinyvec_macros v0.1.1 |
798 | 2025-03-25T22:13:17.273Z | Downloaded slog-async v2.8.0 |
799 | 2025-03-25T22:13:17.276Z | Downloaded tar v0.4.44 |
800 | 2025-03-25T22:13:17.279Z | Downloaded env_logger v0.10.2 |
801 | 2025-03-25T22:13:17.282Z | Downloaded wait-timeout v0.2.0 |
802 | 2025-03-25T22:13:17.282Z | Downloaded quinn v0.11.5 |
803 | 2025-03-25T22:13:17.285Z | Downloaded which v4.4.2 |
804 | 2025-03-25T22:13:17.288Z | Downloaded nu-ansi-term v0.50.1 |
805 | 2025-03-25T22:13:17.292Z | Downloaded defmt-macros v0.3.9 |
806 | 2025-03-25T22:13:17.296Z | Downloaded pin-project-lite v0.2.14 |
807 | 2025-03-25T22:13:17.299Z | Downloaded hyper v1.6.0 |
808 | 2025-03-25T22:13:17.304Z | Downloaded funty v2.0.0 |
809 | 2025-03-25T22:13:17.307Z | Downloaded pbkdf2 v0.11.0 |
810 | 2025-03-25T22:13:17.311Z | Downloaded parse-display-derive v0.10.0 |
811 | 2025-03-25T22:13:17.311Z | Downloaded form_urlencoded v1.2.1 |
812 | 2025-03-25T22:13:17.311Z | Downloaded rustyline v14.0.0 |
813 | 2025-03-25T22:13:17.315Z | Downloaded typify v0.2.0 |
814 | 2025-03-25T22:13:17.318Z | Downloaded papergrid v0.14.0 |
815 | 2025-03-25T22:13:17.323Z | Downloaded oso-derive v0.27.3 |
816 | 2025-03-25T22:13:17.327Z | Downloaded num-conv v0.1.0 |
817 | 2025-03-25T22:13:17.327Z | Downloaded hash32 v0.2.1 |
818 | 2025-03-25T22:13:17.327Z | Downloaded progenitor v0.8.0 |
819 | 2025-03-25T22:13:17.331Z | Downloaded quick-error v1.2.3 |
820 | 2025-03-25T22:13:17.331Z | Downloaded sct v0.7.1 |
821 | 2025-03-25T22:13:17.334Z | Downloaded zerofrom-derive v0.1.4 |
822 | 2025-03-25T22:13:17.334Z | Downloaded sha1 v0.10.6 |
823 | 2025-03-25T22:13:17.338Z | Downloaded serde_repr v0.1.19 |
824 | 2025-03-25T22:13:17.341Z | Downloaded primeorder v0.13.6 |
825 | 2025-03-25T22:13:17.341Z | Downloaded defmt v0.3.8 |
826 | 2025-03-25T22:13:17.344Z | Downloaded pkcs5 v0.7.1 |
827 | 2025-03-25T22:13:17.347Z | Downloaded darling_macro v0.20.10 |
828 | 2025-03-25T22:13:17.347Z | Downloaded peg v0.8.5 |
829 | 2025-03-25T22:13:17.351Z | Downloaded openssl-probe v0.1.5 |
830 | 2025-03-25T22:13:17.354Z | Downloaded env_logger v0.11.5 |
831 | 2025-03-25T22:13:17.357Z | Downloaded zerovec-derive v0.10.3 |
832 | 2025-03-25T22:13:17.357Z | Downloaded unsafe-libyaml v0.2.11 |
833 | 2025-03-25T22:13:17.377Z | Downloaded sqlparser_derive v0.2.2 |
834 | 2025-03-25T22:13:17.377Z | Downloaded either v1.14.0 |
835 | 2025-03-25T22:13:17.385Z | Downloaded similar v2.7.0 |
836 | 2025-03-25T22:13:17.385Z | Downloaded multer v3.1.0 |
837 | 2025-03-25T22:13:17.385Z | Downloaded publicsuffix v2.3.0 |
838 | 2025-03-25T22:13:17.385Z | Downloaded fs_extra v1.3.0 |
839 | 2025-03-25T22:13:17.385Z | Downloaded crossterm v0.28.1 |
840 | 2025-03-25T22:13:17.389Z | Downloaded tungstenite v0.23.0 |
841 | 2025-03-25T22:13:17.389Z | Downloaded num-derive v0.4.2 |
842 | 2025-03-25T22:13:17.389Z | Downloaded proc-macro-error2 v2.0.1 |
843 | 2025-03-25T22:13:17.393Z | Downloaded tokio-rustls v0.25.0 |
844 | 2025-03-25T22:13:17.396Z | Downloaded zerovec v0.10.4 |
845 | 2025-03-25T22:13:17.399Z | Downloaded termios v0.3.3 |
846 | 2025-03-25T22:13:17.402Z | Downloaded rand_core v0.6.4 |
847 | 2025-03-25T22:13:17.405Z | Downloaded oxnet v0.1.1 |
848 | 2025-03-25T22:13:17.406Z | Downloaded hash32 v0.3.1 |
849 | 2025-03-25T22:13:17.409Z | Downloaded x509-cert v0.2.5 |
850 | 2025-03-25T22:13:17.412Z | Downloaded rand_seeder v0.3.0 |
851 | 2025-03-25T22:13:17.417Z | Downloaded blake3 v1.5.4 |
852 | 2025-03-25T22:13:17.421Z | Downloaded ssh-cipher v0.2.0 |
853 | 2025-03-25T22:13:17.424Z | Downloaded tracing-attributes v0.1.27 |
854 | 2025-03-25T22:13:17.427Z | Downloaded termcolor v1.4.1 |
855 | 2025-03-25T22:13:17.427Z | Downloaded tokio-stream v0.1.17 |
856 | 2025-03-25T22:13:17.430Z | Downloaded tui-tree-widget v0.23.0 |
857 | 2025-03-25T22:13:17.434Z | Downloaded ed25519 v2.2.3 |
858 | 2025-03-25T22:13:17.437Z | Downloaded tokio-tungstenite v0.21.0 |
859 | 2025-03-25T22:13:17.437Z | Downloaded sqlformat v0.2.6 |
860 | 2025-03-25T22:13:17.440Z | Downloaded zerocopy-derive v0.8.10 |
861 | 2025-03-25T22:13:17.445Z | Downloaded darling v0.20.10 |
862 | 2025-03-25T22:13:17.448Z | Downloaded progenitor-impl v0.8.0 |
863 | 2025-03-25T22:13:17.452Z | Downloaded dirs-sys-next v0.1.2 |
864 | 2025-03-25T22:13:17.455Z | Downloaded progenitor-impl v0.9.1 |
865 | 2025-03-25T22:13:17.455Z | Downloaded ssh-key v0.6.6 |
866 | 2025-03-25T22:13:17.461Z | Downloaded newline-converter v0.3.0 |
867 | 2025-03-25T22:13:17.464Z | Downloaded downcast v0.11.0 |
868 | 2025-03-25T22:13:17.464Z | Downloaded fd-lock v4.0.2 |
869 | 2025-03-25T22:13:17.468Z | Downloaded unicode_categories v0.1.1 |
870 | 2025-03-25T22:13:17.471Z | Downloaded rustversion v1.0.17 |
871 | 2025-03-25T22:13:17.471Z | Downloaded filetime v0.2.25 |
872 | 2025-03-25T22:13:17.474Z | Downloaded parse-size v1.1.0 |
873 | 2025-03-25T22:13:17.474Z | Downloaded flume v0.11.1 |
874 | 2025-03-25T22:13:17.478Z | Downloaded rand v0.9.0 |
875 | 2025-03-25T22:13:17.481Z | Downloaded sync_wrapper v1.0.1 |
876 | 2025-03-25T22:13:17.485Z | Downloaded sync-ptr v0.1.1 |
877 | 2025-03-25T22:13:17.485Z | Downloaded password-hash v0.4.2 |
878 | 2025-03-25T22:13:17.485Z | Downloaded term v0.7.0 |
879 | 2025-03-25T22:13:17.488Z | Downloaded synstructure v0.13.1 |
880 | 2025-03-25T22:13:17.493Z | Downloaded tls_codec_derive v0.4.1 |
881 | 2025-03-25T22:13:17.493Z | Downloaded predicates-tree v1.0.11 |
882 | 2025-03-25T22:13:17.496Z | Downloaded writeable v0.5.5 |
883 | 2025-03-25T22:13:17.496Z | Downloaded document-features v0.2.10 |
884 | 2025-03-25T22:13:17.496Z | Downloaded xz2 v0.1.7 |
885 | 2025-03-25T22:13:17.499Z | Downloaded toml v0.7.8 |
886 | 2025-03-25T22:13:17.502Z | Downloaded russh v0.45.0 |
887 | 2025-03-25T22:13:17.506Z | Downloaded openssl-macros v0.1.1 |
888 | 2025-03-25T22:13:17.511Z | Downloaded try-lock v0.2.5 |
889 | 2025-03-25T22:13:17.511Z | Downloaded precomputed-hash v0.1.1 |
890 | 2025-03-25T22:13:17.511Z | Downloaded rustls-pemfile v1.0.4 |
891 | 2025-03-25T22:13:17.514Z | Downloaded gethostname v0.5.0 |
892 | 2025-03-25T22:13:17.514Z | Downloaded fixedbitset v0.4.2 |
893 | 2025-03-25T22:13:17.514Z | Downloaded uzers v0.12.1 |
894 | 2025-03-25T22:13:17.517Z | Downloaded tokio-macros v2.5.0 |
895 | 2025-03-25T22:13:17.517Z | Downloaded serde_yaml v0.9.34+deprecated |
896 | 2025-03-25T22:13:17.520Z | Downloaded subtle v2.6.1 |
897 | 2025-03-25T22:13:17.523Z | Downloaded hkdf v0.12.4 |
898 | 2025-03-25T22:13:17.526Z | Downloaded num-iter v0.1.45 |
899 | 2025-03-25T22:13:17.526Z | Downloaded openssl-sys v0.9.106 |
900 | 2025-03-25T22:13:17.530Z | Downloaded tls_codec v0.4.1 |
901 | 2025-03-25T22:13:17.533Z | Downloaded same-file v1.0.6 |
902 | 2025-03-25T22:13:17.536Z | Downloaded num-bigint-dig v0.8.4 |
903 | 2025-03-25T22:13:17.539Z | Downloaded display-error-chain v0.2.2 |
904 | 2025-03-25T22:13:17.539Z | Downloaded rpassword v7.3.1 |
905 | 2025-03-25T22:13:17.543Z | Downloaded num-integer v0.1.46 |
906 | 2025-03-25T22:13:17.543Z | Downloaded aho-corasick v1.1.3 |
907 | 2025-03-25T22:13:17.548Z | Downloaded difflib v0.4.0 |
908 | 2025-03-25T22:13:17.551Z | Downloaded xattr v1.3.1 |
909 | 2025-03-25T22:13:17.551Z | Downloaded phf_codegen v0.11.2 |
910 | 2025-03-25T22:13:17.554Z | Downloaded password-hash v0.5.0 |
911 | 2025-03-25T22:13:17.555Z | Downloaded rusty-fork v0.3.0 |
912 | 2025-03-25T22:13:17.558Z | Downloaded oso v0.27.3 |
913 | 2025-03-25T22:13:17.561Z | Downloaded futures-macro v0.3.31 |
914 | 2025-03-25T22:13:17.561Z | Downloaded supports-color v3.0.2 |
915 | 2025-03-25T22:13:17.561Z | Downloaded strum_macros v0.25.3 |
916 | 2025-03-25T22:13:17.565Z | Downloaded vsss-rs v3.3.4 |
917 | 2025-03-25T22:13:17.568Z | Downloaded value-bag v1.9.0 |
918 | 2025-03-25T22:13:17.568Z | Downloaded futures-channel v0.3.31 |
919 | 2025-03-25T22:13:17.571Z | Downloaded displaydoc v0.2.5 |
920 | 2025-03-25T22:13:17.574Z | Downloaded tabwriter v1.4.0 |
921 | 2025-03-25T22:13:17.574Z | Downloaded secrecy v0.8.0 |
922 | 2025-03-25T22:13:17.578Z | Downloaded strum_macros v0.24.3 |
923 | 2025-03-25T22:13:17.578Z | Downloaded unicode-normalization v0.1.24 |
924 | 2025-03-25T22:13:17.581Z | Downloaded pin-project-internal v1.1.6 |
925 | 2025-03-25T22:13:17.586Z | Downloaded postgres-protocol v0.6.8 |
926 | 2025-03-25T22:13:17.586Z | Downloaded der_derive v0.7.3 |
927 | 2025-03-25T22:13:17.590Z | Downloaded snafu v0.8.5 |
928 | 2025-03-25T22:13:17.593Z | Downloaded flate2 v1.1.0 |
929 | 2025-03-25T22:13:17.598Z | Downloaded serde_plain v1.0.2 |
930 | 2025-03-25T22:13:17.601Z | Downloaded salsa20 v0.10.2 |
931 | 2025-03-25T22:13:17.601Z | Downloaded derive_builder v0.20.2 |
932 | 2025-03-25T22:13:17.605Z | Downloaded new_debug_unreachable v1.0.6 |
933 | 2025-03-25T22:13:17.609Z | Downloaded take_mut v0.2.2 |
934 | 2025-03-25T22:13:17.609Z | Downloaded phf_generator v0.11.2 |
935 | 2025-03-25T22:13:17.609Z | Downloaded qorb v0.2.1 |
936 | 2025-03-25T22:13:17.612Z | Downloaded phf_shared v0.10.0 |
937 | 2025-03-25T22:13:17.615Z | Downloaded unicode-truncate v1.1.0 |
938 | 2025-03-25T22:13:17.615Z | Downloaded olpc-cjson v0.1.4 |
939 | 2025-03-25T22:13:17.615Z | Downloaded dirs-next v2.0.0 |
940 | 2025-03-25T22:13:17.619Z | Downloaded num-rational v0.4.2 |
941 | 2025-03-25T22:13:17.619Z | Downloaded tough v0.19.0 |
942 | 2025-03-25T22:13:17.626Z | Downloaded typify v0.3.0 |
943 | 2025-03-25T22:13:17.630Z | Downloaded phf_shared v0.11.2 |
944 | 2025-03-25T22:13:17.633Z | Downloaded uuid v1.15.1 |
945 | 2025-03-25T22:13:17.636Z | Downloaded rustls-pki-types v1.10.0 |
946 | 2025-03-25T22:13:17.639Z | Downloaded tinystr v0.7.6 |
947 | 2025-03-25T22:13:17.640Z | Downloaded scrypt v0.11.0 |
948 | 2025-03-25T22:13:17.643Z | Downloaded tinyvec v1.8.0 |
949 | 2025-03-25T22:13:17.643Z | Downloaded darling_core v0.20.10 |
950 | 2025-03-25T22:13:17.647Z | Downloaded derive-where v1.2.7 |
951 | 2025-03-25T22:13:17.650Z | Downloaded pin-project v1.1.6 |
952 | 2025-03-25T22:13:17.662Z | Downloaded ron v0.7.1 |
953 | 2025-03-25T22:13:17.668Z | Downloaded futures-sink v0.3.31 |
954 | 2025-03-25T22:13:17.672Z | Downloaded scopeguard v1.2.0 |
955 | 2025-03-25T22:13:17.672Z | Downloaded thiserror-no-std v2.0.2 |
956 | 2025-03-25T22:13:17.672Z | Downloaded serde_path_to_error v0.1.16 |
957 | 2025-03-25T22:13:17.675Z | Downloaded half v2.4.1 |
958 | 2025-03-25T22:13:17.678Z | Downloaded num-traits v0.2.19 |
959 | 2025-03-25T22:13:17.678Z | Downloaded ed25519-dalek v2.1.1 |
960 | 2025-03-25T22:13:17.681Z | Downloaded futures-io v0.3.31 |
961 | 2025-03-25T22:13:17.684Z | Downloaded thread_local v1.1.8 |
962 | 2025-03-25T22:13:17.684Z | Downloaded whoami v1.5.2 |
963 | 2025-03-25T22:13:17.688Z | Downloaded vte v0.11.1 |
964 | 2025-03-25T22:13:17.688Z | Downloaded aws-lc-rs v1.12.4 |
965 | 2025-03-25T22:13:17.696Z | Downloaded serde_derive_internals v0.29.1 |
966 | 2025-03-25T22:13:17.699Z | Downloaded flagset v0.4.6 |
967 | 2025-03-25T22:13:17.699Z | Downloaded postgres-types v0.2.9 |
968 | 2025-03-25T22:13:17.703Z | Downloaded toml_edit v0.19.15 |
969 | 2025-03-25T22:13:17.717Z | Downloaded tracing-core v0.1.32 |
970 | 2025-03-25T22:13:17.720Z | Downloaded fatfs v0.3.6 |
971 | 2025-03-25T22:13:17.724Z | Downloaded unicode-properties v0.1.3 |
972 | 2025-03-25T22:13:17.727Z | Downloaded zopfli v0.8.1 |
973 | 2025-03-25T22:13:17.727Z | Downloaded yansi v1.0.1 |
974 | 2025-03-25T22:13:17.730Z | Downloaded rsa v0.9.6 |
975 | 2025-03-25T22:13:17.734Z | Downloaded pretty_assertions v1.4.1 |
976 | 2025-03-25T22:13:17.737Z | Downloaded nom v7.1.3 |
977 | 2025-03-25T22:13:17.741Z | Downloaded futures v0.3.31 |
978 | 2025-03-25T22:13:17.746Z | Downloaded vergen v8.3.2 |
979 | 2025-03-25T22:13:17.749Z | Downloaded zip v2.1.3 |
980 | 2025-03-25T22:13:17.752Z | Downloaded der v0.7.9 |
981 | 2025-03-25T22:13:17.757Z | Downloaded chrono v0.4.40 |
982 | 2025-03-25T22:13:17.765Z | Downloaded dropshot_endpoint v0.16.0 |
983 | 2025-03-25T22:13:17.768Z | Downloaded portable-atomic v1.9.0 |
984 | 2025-03-25T22:13:17.775Z | Downloaded rcgen v0.12.1 |
985 | 2025-03-25T22:13:17.779Z | Downloaded parse-zoneinfo v0.3.1 |
986 | 2025-03-25T22:13:17.782Z | Downloaded samael v0.0.18 |
987 | 2025-03-25T22:13:17.786Z | Downloaded time v0.3.36 |
988 | 2025-03-25T22:13:17.793Z | Downloaded serde_with v3.12.0 |
989 | 2025-03-25T22:13:17.801Z | Downloaded salty v0.3.0 |
990 | 2025-03-25T22:13:17.808Z | Downloaded unicode-segmentation v1.12.0 |
991 | 2025-03-25T22:13:17.811Z | Downloaded quinn-proto v0.11.8 |
992 | 2025-03-25T22:13:17.817Z | Downloaded url v2.5.3 |
993 | 2025-03-25T22:13:17.820Z | Downloaded fixedbitset v0.5.7 |
994 | 2025-03-25T22:13:17.824Z | Downloaded rand v0.8.5 |
995 | 2025-03-25T22:13:17.827Z | Downloaded ron v0.8.1 |
996 | 2025-03-25T22:13:17.831Z | Downloaded hashbrown v0.12.3 |
997 | 2025-03-25T22:13:17.835Z | Downloaded rayon-core v1.12.1 |
998 | 2025-03-25T22:13:17.838Z | Downloaded regex v1.11.1 |
999 | 2025-03-25T22:13:17.852Z | Downloaded tabled v0.18.0 |
1000 | 2025-03-25T22:13:17.868Z | Downloaded sqlparser v0.45.0 |
1001 | 2025-03-25T22:13:17.874Z | Downloaded newtype-uuid v1.2.1 |
1002 | 2025-03-25T22:13:17.877Z | Downloaded zip v0.6.6 |
1003 | 2025-03-25T22:13:17.880Z | Downloaded reqwest v0.12.12 |
1004 | 2025-03-25T22:13:17.887Z | Downloaded h2 v0.4.6 |
1005 | 2025-03-25T22:13:17.894Z | Downloaded p384 v0.13.0 |
1006 | 2025-03-25T22:13:17.900Z | Downloaded unicode-width v0.2.0 |
1007 | 2025-03-25T22:13:17.906Z | Downloaded git2 v0.19.0 |
1008 | 2025-03-25T22:13:17.915Z | Downloaded winnow v0.5.40 |
1009 | 2025-03-25T22:13:17.923Z | Downloaded rustls v0.21.12 |
1010 | 2025-03-25T22:13:17.936Z | Downloaded dropshot v0.12.0 |
1011 | 2025-03-25T22:13:17.953Z | Downloaded webpki-roots v0.26.6 |
1012 | 2025-03-25T22:13:17.957Z | Downloaded petname v2.0.2 |
1013 | 2025-03-25T22:13:17.963Z | Downloaded polar-core v0.27.3 |
1014 | 2025-03-25T22:13:17.972Z | Downloaded zerocopy v0.8.10 |
1015 | 2025-03-25T22:13:17.995Z | Downloaded rayon v1.10.0 |
1016 | 2025-03-25T22:13:18.004Z | Downloaded smoltcp v0.9.1 |
1017 | 2025-03-25T22:13:18.014Z | Downloaded reedline v0.38.0 |
1018 | 2025-03-25T22:13:18.021Z | Downloaded typify-impl v0.3.0 |
1019 | 2025-03-25T22:13:18.037Z | Downloaded typify-impl v0.2.0 |
1020 | 2025-03-25T22:13:18.052Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1021 | 2025-03-25T22:13:18.064Z | Downloaded rustls-webpki v0.101.7 |
1022 | 2025-03-25T22:13:18.077Z | Downloaded hickory-proto v0.24.4 |
1023 | 2025-03-25T22:13:18.092Z | Downloaded rustls-webpki v0.102.8 |
1024 | 2025-03-25T22:13:18.108Z | Downloaded gimli v0.31.1 |
1025 | 2025-03-25T22:13:18.117Z | Downloaded regex-syntax v0.8.5 |
1026 | 2025-03-25T22:13:18.125Z | Downloaded regex-syntax v0.6.29 |
1027 | 2025-03-25T22:13:18.133Z | Downloaded radix_trie v0.2.1 |
1028 | 2025-03-25T22:13:18.137Z | Downloaded proptest v1.6.0 |
1029 | 2025-03-25T22:13:18.146Z | Downloaded chrono-tz v0.10.1 |
1030 | 2025-03-25T22:13:18.154Z | Downloaded bstr v1.10.0 |
1031 | 2025-03-25T22:13:18.164Z | Downloaded subprocess v0.2.9 |
1032 | 2025-03-25T22:13:18.581Z | Downloaded p521 v0.13.3 |
1033 | 2025-03-25T22:13:18.581Z | Downloaded regress v0.10.3 |
1034 | 2025-03-25T22:13:18.581Z | Downloaded vcpkg v0.2.15 |
1035 | 2025-03-25T22:13:18.582Z | Downloaded object v0.30.4 |
1036 | 2025-03-25T22:13:18.582Z | Downloaded zerocopy-derive v0.6.6 |
1037 | 2025-03-25T22:13:18.582Z | Downloaded nix v0.27.1 |
1038 | 2025-03-25T22:13:18.582Z | Downloaded smoltcp v0.11.0 |
1039 | 2025-03-25T22:13:18.582Z | Downloaded rustls v0.22.4 |
1040 | 2025-03-25T22:13:18.582Z | Downloaded dropshot v0.16.0 |
1041 | 2025-03-25T22:13:18.582Z | Downloaded nix v0.28.0 |
1042 | 2025-03-25T22:13:18.582Z | Downloaded curve25519-dalek v4.1.3 |
1043 | 2025-03-25T22:13:18.582Z | Downloaded sled v0.34.7 |
1044 | 2025-03-25T22:13:18.582Z | Downloaded object v0.36.5 |
1045 | 2025-03-25T22:13:18.582Z | Downloaded csv v1.3.1 |
1046 | 2025-03-25T22:13:18.582Z | Downloaded petgraph v0.7.1 |
1047 | 2025-03-25T22:13:18.582Z | Downloaded openapiv3 v2.0.0 |
1048 | 2025-03-25T22:13:18.582Z | Downloaded nix v0.29.0 |
1049 | 2025-03-25T22:13:18.582Z | Downloaded tokio v1.43.0 |
1050 | 2025-03-25T22:13:18.582Z | Downloaded rustls v0.23.19 |
1051 | 2025-03-25T22:13:18.582Z | Downloaded openssl v0.10.71 |
1052 | 2025-03-25T22:13:18.582Z | Downloaded diesel v2.2.8 |
1053 | 2025-03-25T22:13:18.582Z | Downloaded lalrpop v0.19.12 |
1054 | 2025-03-25T22:13:18.582Z | Downloaded icu_properties_data v1.5.0 |
1055 | 2025-03-25T22:13:18.582Z | Downloaded bitvec v1.0.1 |
1056 | 2025-03-25T22:13:18.582Z | Downloaded ratatui v0.29.0 |
1057 | 2025-03-25T22:13:18.582Z | Downloaded regex-automata v0.4.8 |
1058 | 2025-03-25T22:13:18.582Z | Downloaded strum_macros v0.26.4 |
1059 | 2025-03-25T22:13:18.582Z | Downloaded elliptic-curve v0.13.8 |
1060 | 2025-03-25T22:13:18.582Z | Downloaded hashbrown v0.13.2 |
1061 | 2025-03-25T22:13:18.582Z | Downloaded quick-xml v0.37.2 |
1062 | 2025-03-25T22:13:18.582Z | Downloaded lzma-sys v0.1.20 |
1063 | 2025-03-25T22:13:18.582Z | Downloaded ppv-lite86 v0.2.20 |
1064 | 2025-03-25T22:13:18.582Z | Downloaded petgraph v0.6.5 |
1065 | 2025-03-25T22:13:18.595Z | Downloaded prettyplease v0.2.30 |
1066 | 2025-03-25T22:13:18.599Z | Downloaded mio v1.0.2 |
1067 | 2025-03-25T22:13:18.603Z | Downloaded typed-path v0.9.3 |
1068 | 2025-03-25T22:13:19.616Z | Downloaded fxhash v0.2.1 |
1069 | 2025-03-25T22:13:19.621Z | Downloaded dropshot_endpoint v0.12.0 |
1070 | 2025-03-25T22:13:19.621Z | Downloaded winnow v0.6.20 |
1071 | 2025-03-25T22:13:19.621Z | Downloaded powerfmt v0.2.0 |
1072 | 2025-03-25T22:13:19.621Z | Downloaded libz-sys v1.1.20 |
1073 | 2025-03-25T22:13:19.621Z | Downloaded sha3 v0.10.8 |
1074 | 2025-03-25T22:13:19.621Z | Downloaded phf v0.11.2 |
1075 | 2025-03-25T22:13:19.621Z | Downloaded futures-util v0.3.31 |
1076 | 2025-03-25T22:13:19.621Z | Downloaded itertools v0.13.0 |
1077 | 2025-03-25T22:13:19.621Z | Downloaded tower v0.5.2 |
1078 | 2025-03-25T22:13:19.621Z | Downloaded ff v0.13.0 |
1079 | 2025-03-25T22:13:19.621Z | Downloaded rand_core v0.9.2 |
1080 | 2025-03-25T22:13:19.621Z | Downloaded owo-colors v4.2.0 |
1081 | 2025-03-25T22:13:19.621Z | Downloaded native-tls v0.2.12 |
1082 | 2025-03-25T22:13:19.621Z | Downloaded aes-gcm v0.10.3 |
1083 | 2025-03-25T22:13:19.621Z | Downloaded tungstenite v0.21.0 |
1084 | 2025-03-25T22:13:19.621Z | Downloaded socket2 v0.5.8 |
1085 | 2025-03-25T22:13:19.621Z | Downloaded expectorate v1.1.0 |
1086 | 2025-03-25T22:13:19.621Z | Downloaded tokio-postgres v0.7.13 |
1087 | 2025-03-25T22:13:19.622Z | Downloaded tokio-util v0.7.13 |
1088 | 2025-03-25T22:13:19.622Z | Downloaded zeroize v1.8.1 |
1089 | 2025-03-25T22:13:19.622Z | Downloaded pbkdf2 v0.12.2 |
1090 | 2025-03-25T22:13:19.622Z | Downloaded zerocopy v0.6.6 |
1091 | 2025-03-25T22:13:19.622Z | Downloaded yasna v0.5.2 |
1092 | 2025-03-25T22:13:19.622Z | Downloaded twox-hash v2.1.0 |
1093 | 2025-03-25T22:13:19.622Z | Downloaded slab v0.4.9 |
1094 | 2025-03-25T22:13:19.622Z | Downloaded shell-words v1.1.0 |
1095 | 2025-03-25T22:13:19.622Z | Downloaded multimap v0.10.0 |
1096 | 2025-03-25T22:13:19.622Z | Downloaded parking_lot v0.11.2 |
1097 | 2025-03-25T22:13:19.622Z | Downloaded itertools v0.14.0 |
1098 | 2025-03-25T22:13:19.622Z | Downloaded num-bigint v0.4.6 |
1099 | 2025-03-25T22:13:19.623Z | Downloaded idna v1.0.3 |
1100 | 2025-03-25T22:13:19.623Z | Downloaded slog-scope v4.4.0 |
1101 | 2025-03-25T22:13:19.623Z | Downloaded signal-hook v0.3.17 |
1102 | 2025-03-25T22:13:19.623Z | Downloaded spin v0.9.8 |
1103 | 2025-03-25T22:13:19.623Z | Downloaded getrandom v0.3.1 |
1104 | 2025-03-25T22:13:19.623Z | Downloaded cc v1.2.15 |
1105 | 2025-03-25T22:13:19.623Z | Downloaded nodrop v0.1.14 |
1106 | 2025-03-25T22:13:19.623Z | Downloaded pkg-config v0.3.31 |
1107 | 2025-03-25T22:13:19.623Z | Downloaded derive_more v0.99.19 |
1108 | 2025-03-25T22:13:19.623Z | Downloaded steno v0.4.1 |
1109 | 2025-03-25T22:13:19.623Z | Downloaded ref-cast-impl v1.0.23 |
1110 | 2025-03-25T22:13:19.623Z | Downloaded parking_lot v0.12.3 |
1111 | 2025-03-25T22:13:19.623Z | Downloaded debug-ignore v1.0.5 |
1112 | 2025-03-25T22:13:19.623Z | Downloaded walkdir v2.5.0 |
1113 | 2025-03-25T22:13:19.623Z | Downloaded slog-stdlog v4.1.1 |
1114 | 2025-03-25T22:13:19.623Z | Downloaded diesel_derives v2.2.3 |
1115 | 2025-03-25T22:13:19.623Z | Downloaded backtrace v0.3.74 |
1116 | 2025-03-25T22:13:19.623Z | Downloaded float-ord v0.3.2 |
1117 | 2025-03-25T22:13:19.623Z | Downloaded cookie v0.18.1 |
1118 | 2025-03-25T22:13:19.623Z | Downloaded chacha20poly1305 v0.10.1 |
1119 | 2025-03-25T22:13:19.623Z | Downloaded data-encoding v2.6.0 |
1120 | 2025-03-25T22:13:19.623Z | Downloaded wyz v0.5.1 |
1121 | 2025-03-25T22:13:19.623Z | Downloaded utf8_iter v1.0.4 |
1122 | 2025-03-25T22:13:19.623Z | Downloaded utf-8 v0.7.6 |
1123 | 2025-03-25T22:13:19.623Z | Downloaded encoding_rs v0.8.34 |
1124 | 2025-03-25T22:13:19.623Z | Downloaded ring v0.17.11 |
1125 | 2025-03-25T22:13:19.623Z | Downloaded universal-hash v0.5.1 |
1126 | 2025-03-25T22:13:19.623Z | Downloaded topological-sort v0.2.2 |
1127 | 2025-03-25T22:13:19.623Z | Downloaded tokio-native-tls v0.3.1 |
1128 | 2025-03-25T22:13:19.623Z | Downloaded tap v1.0.1 |
1129 | 2025-03-25T22:13:19.623Z | Downloaded structmeta v0.3.0 |
1130 | 2025-03-25T22:13:19.623Z | Downloaded strip-ansi-escapes v0.2.0 |
1131 | 2025-03-25T22:13:19.623Z | Downloaded parking_lot_core v0.8.6 |
1132 | 2025-03-25T22:13:19.623Z | Downloaded num_threads v0.1.7 |
1133 | 2025-03-25T22:13:19.624Z | Downloaded pkcs1 v0.7.5 |
1134 | 2025-03-25T22:13:19.624Z | Downloaded rustc_version v0.4.1 |
1135 | 2025-03-25T22:13:19.624Z | Downloaded num-complex v0.4.6 |
1136 | 2025-03-25T22:13:19.624Z | Downloaded nibble_vec v0.1.0 |
1137 | 2025-03-25T22:13:19.624Z | Downloaded crc-any v2.5.0 |
1138 | 2025-03-25T22:13:19.624Z | Downloaded clang-sys v1.8.1 |
1139 | 2025-03-25T22:13:19.624Z | Downloaded backoff v0.4.0 |
1140 | 2025-03-25T22:13:19.624Z | Downloaded paste v1.0.15 |
1141 | 2025-03-25T22:13:19.624Z | Downloaded pem v3.0.5 |
1142 | 2025-03-25T22:13:19.624Z | Downloaded signature v2.2.0 |
1143 | 2025-03-25T22:13:19.624Z | Downloaded rustc_version v0.1.7 |
1144 | 2025-03-25T22:13:19.624Z | Downloaded russh-cryptovec v0.7.3 |
1145 | 2025-03-25T22:13:19.624Z | Downloaded tokio-rustls v0.24.1 |
1146 | 2025-03-25T22:13:19.624Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1147 | 2025-03-25T22:13:19.624Z | Downloaded allocator-api2 v0.2.18 |
1148 | 2025-03-25T22:13:19.624Z | Downloaded http v1.2.0 |
1149 | 2025-03-25T22:13:19.624Z | Downloaded argon2 v0.5.3 |
1150 | 2025-03-25T22:13:19.624Z | Downloaded icu_collections v1.5.0 |
1151 | 2025-03-25T22:13:19.624Z | Downloaded hyper-util v0.1.10 |
1152 | 2025-03-25T22:13:19.624Z | Downloaded cookie_store v0.21.1 |
1153 | 2025-03-25T22:13:19.624Z | Downloaded ena v0.14.3 |
1154 | 2025-03-25T22:13:19.625Z | Downloaded test-strategy v0.4.0 |
1155 | 2025-03-25T22:13:19.625Z | Downloaded async-bb8-diesel v0.2.1 |
1156 | 2025-03-25T22:13:19.625Z | Downloaded diesel-dtrace v0.4.2 |
1157 | 2025-03-25T22:13:19.625Z | Downloaded smallvec v0.6.14 |
1158 | 2025-03-25T22:13:19.625Z | Downloaded colored v2.2.0 |
1159 | 2025-03-25T22:13:19.625Z | Downloaded heck v0.3.3 |
1160 | 2025-03-25T22:13:19.625Z | Downloaded arc-swap v1.7.1 |
1161 | 2025-03-25T22:13:19.625Z | Downloaded base64ct v1.6.0 |
1162 | 2025-03-25T22:13:19.625Z | Downloaded bzip2 v0.4.4 |
1163 | 2025-03-25T22:13:19.625Z | Downloaded ssh-encoding v0.2.0 |
1164 | 2025-03-25T22:13:19.625Z | Downloaded tower-service v0.3.3 |
1165 | 2025-03-25T22:13:19.625Z | Downloaded scheduled-thread-pool v0.2.7 |
1166 | 2025-03-25T22:13:19.625Z | Downloaded rand_xorshift v0.3.0 |
1167 | 2025-03-25T22:13:19.625Z | Downloaded indexmap v1.9.3 |
1168 | 2025-03-25T22:13:19.625Z | Downloaded cancel-safe-futures v0.1.5 |
1169 | 2025-03-25T22:13:19.629Z | Downloaded ahash v0.8.11 |
1170 | 2025-03-25T22:13:19.629Z | Downloaded crc-catalog v2.4.0 |
1171 | 2025-03-25T22:13:19.629Z | Downloaded cipher v0.4.4 |
1172 | 2025-03-25T22:13:19.629Z | Downloaded crc v3.2.1 |
1173 | 2025-03-25T22:13:19.629Z | Downloaded icu_normalizer v1.5.0 |
1174 | 2025-03-25T22:13:19.629Z | Downloaded convert_case v0.4.0 |
1175 | 2025-03-25T22:13:19.629Z | Downloaded cmake v0.1.51 |
1176 | 2025-03-25T22:13:19.629Z | Downloaded ciborium-ll v0.2.2 |
1177 | 2025-03-25T22:13:19.629Z | Downloaded atomic-waker v1.1.2 |
1178 | 2025-03-25T22:13:19.629Z | Downloaded assert_matches v1.5.0 |
1179 | 2025-03-25T22:13:19.629Z | Downloaded arrayref v0.3.9 |
1180 | 2025-03-25T22:13:19.629Z | Downloaded crunchy v0.2.2 |
1181 | 2025-03-25T22:13:19.629Z | Downloaded async-recursion v1.1.1 |
1182 | 2025-03-25T22:13:19.629Z | Downloaded bb8 v0.8.5 |
1183 | 2025-03-25T22:13:19.629Z | Downloaded lock_api v0.4.12 |
1184 | 2025-03-25T22:13:19.630Z | Downloaded hyper-staticfile v0.10.1 |
1185 | 2025-03-25T22:13:19.630Z | Downloaded highway v1.3.0 |
1186 | 2025-03-25T22:13:19.630Z | Downloaded bcrypt-pbkdf v0.10.0 |
1187 | 2025-03-25T22:13:19.630Z | Downloaded bcs v0.1.6 |
1188 | 2025-03-25T22:13:19.630Z | Downloaded hyper-rustls v0.27.3 |
1189 | 2025-03-25T22:13:19.630Z | Downloaded mime v0.3.17 |
1190 | 2025-03-25T22:13:19.630Z | Downloaded libsw-core v0.3.1 |
1191 | 2025-03-25T22:13:19.630Z | Downloaded indoc v2.0.6 |
1192 | 2025-03-25T22:13:19.630Z | Downloaded indent_write v2.2.0 |
1193 | 2025-03-25T22:13:19.630Z | Downloaded impl-trait-for-tuples v0.2.2 |
1194 | 2025-03-25T22:13:19.630Z | Downloaded blake2 v0.10.6 |
1195 | 2025-03-25T22:13:19.630Z | Downloaded atomicwrites v0.4.4 |
1196 | 2025-03-25T22:13:19.630Z | Downloaded lru-cache v0.1.2 |
1197 | 2025-03-25T22:13:19.630Z | Downloaded lockfree-object-pool v0.1.6 |
1198 | 2025-03-25T22:13:19.630Z | Downloaded lazy_static v1.5.0 |
1199 | 2025-03-25T22:13:19.630Z | Downloaded kstat-rs v0.2.4 |
1200 | 2025-03-25T22:13:19.630Z | Downloaded ipnetwork v0.21.1 |
1201 | 2025-03-25T22:13:19.630Z | Downloaded home v0.5.9 |
1202 | 2025-03-25T22:13:19.630Z | Downloaded keccak v0.1.5 |
1203 | 2025-03-25T22:13:19.630Z | Downloaded libefi-sys v0.1.0 |
1204 | 2025-03-25T22:13:19.630Z | Downloaded aws-lc-sys v0.26.0 |
1205 | 2025-03-25T22:13:19.694Z | Compiling serde v1.0.218 |
1206 | 2025-03-25T22:13:19.697Z | Compiling value-bag v1.9.0 |
1207 | 2025-03-25T22:13:19.697Z | Compiling lock_api v0.4.12 |
1208 | 2025-03-25T22:13:19.697Z | Compiling scopeguard v1.2.0 |
1209 | 2025-03-25T22:13:19.697Z | Compiling shlex v1.3.0 |
1210 | 2025-03-25T22:13:19.847Z | Compiling typenum v1.17.0 |
1211 | 2025-03-25T22:13:19.888Z | Compiling syn v2.0.98 |
1212 | 2025-03-25T22:13:19.902Z | Compiling getrandom v0.2.15 |
1213 | 2025-03-25T22:13:20.002Z | Compiling jobserver v0.1.32 |
1214 | 2025-03-25T22:13:20.192Z | Compiling rand_core v0.6.4 |
1215 | 2025-03-25T22:13:20.345Z | Compiling log v0.4.22 |
1216 | 2025-03-25T22:13:20.397Z | Compiling generic-array v0.14.7 |
1217 | 2025-03-25T22:13:20.439Z | Compiling cc v1.2.15 |
1218 | 2025-03-25T22:13:20.683Z | Compiling subtle v2.6.1 |
1219 | 2025-03-25T22:13:20.703Z | Compiling smallvec v1.14.0 |
1220 | 2025-03-25T22:13:20.804Z | Compiling const-oid v0.9.6 |
1221 | 2025-03-25T22:13:20.822Z | Compiling pin-project-lite v0.2.14 |
1222 | 2025-03-25T22:13:20.957Z | Compiling rustix v0.38.37 |
1223 | 2025-03-25T22:13:20.993Z | Compiling parking_lot_core v0.9.10 |
1224 | 2025-03-25T22:13:21.088Z | Compiling spin v0.9.8 |
1225 | 2025-03-25T22:13:21.111Z | Compiling signal-hook-registry v1.4.2 |
1226 | 2025-03-25T22:13:21.477Z | Compiling futures-core v0.3.31 |
1227 | 2025-03-25T22:13:21.789Z | Compiling mio v1.0.2 |
1228 | 2025-03-25T22:13:21.867Z | Compiling aho-corasick v1.1.3 |
1229 | 2025-03-25T22:13:21.940Z | Compiling parking_lot v0.12.3 |
1230 | 2025-03-25T22:13:22.103Z | Compiling serde_json v1.0.139 |
1231 | 2025-03-25T22:13:22.342Z | Compiling either v1.14.0 |
1232 | 2025-03-25T22:13:22.451Z | Compiling regex-syntax v0.8.5 |
1233 | 2025-03-25T22:13:22.826Z | Compiling glob v0.3.2 |
1234 | 2025-03-25T22:13:22.866Z | Compiling stable_deref_trait v1.2.0 |
1235 | 2025-03-25T22:13:22.975Z | Compiling socket2 v0.5.8 |
1236 | 2025-03-25T22:13:22.996Z | Compiling cpufeatures v0.2.14 |
1237 | 2025-03-25T22:13:23.025Z | Compiling futures-sink v0.3.31 |
1238 | 2025-03-25T22:13:23.113Z | Compiling libm v0.2.8 |
1239 | 2025-03-25T22:13:23.198Z | Compiling prettyplease v0.2.30 |
1240 | 2025-03-25T22:13:23.504Z | Compiling lazy_static v1.5.0 |
1241 | 2025-03-25T22:13:23.594Z | Compiling slab v0.4.9 |
1242 | 2025-03-25T22:13:23.650Z | Compiling num-traits v0.2.19 |
1243 | 2025-03-25T22:13:23.696Z | Compiling clang-sys v1.8.1 |
1244 | 2025-03-25T22:13:23.863Z | Compiling minimal-lexical v0.2.1 |
1245 | 2025-03-25T22:13:24.252Z | Compiling nom v7.1.3 |
1246 | 2025-03-25T22:13:24.363Z | Compiling libloading v0.8.5 |
1247 | 2025-03-25T22:13:24.482Z | Compiling getrandom v0.3.1 |
1248 | 2025-03-25T22:13:24.509Z | Compiling home v0.5.9 |
1249 | 2025-03-25T22:13:24.752Z | Compiling allocator-api2 v0.2.18 |
1250 | 2025-03-25T22:13:24.773Z | Compiling pkg-config v0.3.31 |
1251 | 2025-03-25T22:13:25.225Z | Compiling bindgen v0.69.5 |
1252 | 2025-03-25T22:13:25.447Z | Compiling foldhash v0.1.3 |
1253 | 2025-03-25T22:13:25.748Z | Compiling hashbrown v0.15.1 |
1254 | 2025-03-25T22:13:26.430Z | Compiling regex-automata v0.4.8 |
1255 | 2025-03-25T22:13:26.554Z | Compiling itertools v0.12.1 |
1256 | 2025-03-25T22:13:26.926Z | Compiling lazycell v1.3.0 |
1257 | 2025-03-25T22:13:27.110Z | Compiling rustc-hash v1.1.0 |
1258 | 2025-03-25T22:13:27.300Z | Compiling synstructure v0.13.1 |
1259 | 2025-03-25T22:13:27.696Z | Compiling cexpr v0.6.0 |
1260 | 2025-03-25T22:13:28.628Z | Compiling futures-channel v0.3.31 |
1261 | 2025-03-25T22:13:28.684Z | Compiling cmake v0.1.51 |
1262 | 2025-03-25T22:13:29.045Z | Compiling dunce v1.0.5 |
1263 | 2025-03-25T22:13:29.184Z | Compiling futures-io v0.3.31 |
1264 | 2025-03-25T22:13:29.282Z | Compiling fs_extra v1.3.0 |
1265 | 2025-03-25T22:13:29.401Z | Compiling futures-task v0.3.31 |
1266 | 2025-03-25T22:13:29.459Z | Compiling pin-utils v0.1.0 |
1267 | 2025-03-25T22:13:29.517Z | Compiling paste v1.0.15 |
1268 | 2025-03-25T22:13:29.569Z | Compiling base64ct v1.6.0 |
1269 | 2025-03-25T22:13:29.707Z | Compiling ring v0.17.11 |
1270 | 2025-03-25T22:13:29.811Z | Compiling flagset v0.4.6 |
1271 | 2025-03-25T22:13:30.059Z | Compiling pem-rfc7468 v0.7.0 |
1272 | 2025-03-25T22:13:30.098Z | Compiling litemap v0.7.3 |
1273 | 2025-03-25T22:13:30.118Z | Compiling writeable v0.5.5 |
1274 | 2025-03-25T22:13:30.524Z | Compiling aws-lc-rs v1.12.4 |
1275 | 2025-03-25T22:13:30.645Z | Compiling vcpkg v0.2.15 |
1276 | 2025-03-25T22:13:30.664Z | Compiling rustls-pki-types v1.10.0 |
1277 | 2025-03-25T22:13:30.942Z | Compiling crossbeam-utils v0.8.20 |
1278 | 2025-03-25T22:13:31.441Z | Compiling regex v1.11.1 |
1279 | 2025-03-25T22:13:31.527Z | Compiling icu_locid_transform_data v1.5.0 |
1280 | 2025-03-25T22:13:31.584Z | Compiling tracing-core v0.1.32 |
1281 | 2025-03-25T22:13:31.643Z | Compiling untrusted v0.9.0 |
1282 | 2025-03-25T22:13:31.856Z | Compiling powerfmt v0.2.0 |
1283 | 2025-03-25T22:13:32.227Z | Compiling percent-encoding v2.3.1 |
1284 | 2025-03-25T22:13:32.321Z | Compiling serde_derive v1.0.218 |
1285 | 2025-03-25T22:13:32.340Z | Compiling zeroize_derive v1.4.2 |
1286 | 2025-03-25T22:13:32.407Z | Compiling zerocopy-derive v0.7.35 |
1287 | 2025-03-25T22:13:32.528Z | Compiling tokio-macros v2.5.0 |
1288 | 2025-03-25T22:13:32.769Z | Compiling zerofrom-derive v0.1.4 |
1289 | 2025-03-25T22:13:33.656Z | Compiling zeroize v1.8.1 |
1290 | 2025-03-25T22:13:33.931Z | Compiling yoke-derive v0.7.4 |
1291 | 2025-03-25T22:13:34.247Z | Compiling zerocopy v0.7.35 |
1292 | 2025-03-25T22:13:35.032Z | Compiling zerovec-derive v0.10.3 |
1293 | 2025-03-25T22:13:35.331Z | Compiling crypto-common v0.1.6 |
1294 | 2025-03-25T22:13:35.552Z | Compiling block-buffer v0.10.4 |
1295 | 2025-03-25T22:13:35.641Z | Compiling block-padding v0.3.3 |
1296 | 2025-03-25T22:13:35.804Z | Compiling digest v0.10.7 |
1297 | 2025-03-25T22:13:35.884Z | Compiling displaydoc v0.2.5 |
1298 | 2025-03-25T22:13:36.091Z | Compiling zerofrom v0.1.4 |
1299 | 2025-03-25T22:13:36.268Z | Compiling hmac v0.12.1 |
1300 | 2025-03-25T22:13:36.330Z | Compiling inout v0.1.3 |
1301 | 2025-03-25T22:13:36.351Z | Compiling thiserror-impl v1.0.69 |
1302 | 2025-03-25T22:13:36.471Z | Compiling yoke v0.7.4 |
1303 | 2025-03-25T22:13:36.511Z | Compiling futures-macro v0.3.31 |
1304 | 2025-03-25T22:13:36.582Z | Compiling cipher v0.4.4 |
1305 | 2025-03-25T22:13:36.860Z | Compiling sha2 v0.10.8 |
1306 | 2025-03-25T22:13:37.133Z | Compiling der_derive v0.7.3 |
1307 | 2025-03-25T22:13:37.396Z | Compiling icu_provider_macros v1.5.0 |
1308 | 2025-03-25T22:13:37.428Z | Compiling zerovec v0.10.4 |
1309 | 2025-03-25T22:13:37.964Z | Compiling salsa20 v0.10.2 |
1310 | 2025-03-25T22:13:38.211Z | Compiling pbkdf2 v0.12.2 |
1311 | 2025-03-25T22:13:38.350Z | Compiling futures-util v0.3.31 |
1312 | 2025-03-25T22:13:38.408Z | Compiling ppv-lite86 v0.2.20 |
1313 | 2025-03-25T22:13:38.450Z | Compiling scrypt v0.11.0 |
1314 | 2025-03-25T22:13:38.959Z | Compiling aes v0.8.4 |
1315 | 2025-03-25T22:13:39.151Z | Compiling tinystr v0.7.6 |
1316 | 2025-03-25T22:13:39.280Z | Compiling thiserror v1.0.69 |
1317 | 2025-03-25T22:13:39.326Z | Compiling der v0.7.9 |
1318 | 2025-03-25T22:13:39.398Z | Compiling icu_collections v1.5.0 |
1319 | 2025-03-25T22:13:39.446Z | Compiling icu_locid v1.5.0 |
1320 | 2025-03-25T22:13:39.519Z | Compiling pest v2.7.14 |
1321 | 2025-03-25T22:13:40.396Z | Compiling cbc v0.1.2 |
1322 | 2025-03-25T22:13:40.645Z | Compiling icu_provider v1.5.0 |
1323 | 2025-03-25T22:13:40.662Z | Compiling openssl-sys v0.9.106 |
1324 | 2025-03-25T22:13:41.415Z | Compiling spki v0.7.3 |
1325 | 2025-03-25T22:13:41.610Z | Compiling icu_locid_transform v1.5.0 |
1326 | 2025-03-25T22:13:41.630Z | Compiling tracing-attributes v0.1.27 |
1327 | 2025-03-25T22:13:41.792Z | Compiling untrusted v0.7.1 |
1328 | 2025-03-25T22:13:41.813Z | Compiling icu_properties_data v1.5.0 |
1329 | 2025-03-25T22:13:42.002Z | Compiling httparse v1.9.5 |
1330 | 2025-03-25T22:13:42.073Z | Compiling num-conv v0.1.0 |
1331 | 2025-03-25T22:13:42.207Z | Compiling iana-time-zone v0.1.61 |
1332 | 2025-03-25T22:13:42.371Z | Compiling time-core v0.1.2 |
1333 | 2025-03-25T22:13:42.572Z | Compiling time-macros v0.2.18 |
1334 | 2025-03-25T22:13:42.600Z | Compiling pest_meta v2.7.14 |
1335 | 2025-03-25T22:13:42.748Z | Compiling pkcs5 v0.7.1 |
1336 | 2025-03-25T22:13:43.732Z | Compiling icu_properties v1.5.1 |
1337 | 2025-03-25T22:13:43.825Z | Compiling scroll_derive v0.12.0 |
1338 | 2025-03-25T22:13:43.904Z | Compiling deranged v0.3.11 |
1339 | 2025-03-25T22:13:44.874Z | Compiling bytes v1.10.1 |
1340 | 2025-03-25T22:13:45.063Z | Compiling bitflags v2.6.0 |
1341 | 2025-03-25T22:13:45.314Z | Compiling semver v1.0.25 |
1342 | 2025-03-25T22:13:45.539Z | Compiling indexmap v2.7.1 |
1343 | 2025-03-25T22:13:46.009Z | Compiling tokio v1.43.0 |
1344 | 2025-03-25T22:13:46.277Z | Compiling http v1.2.0 |
1345 | 2025-03-25T22:13:46.767Z | Compiling rustc_version v0.4.1 |
1346 | 2025-03-25T22:13:46.886Z | Compiling uuid v1.15.1 |
1347 | 2025-03-25T22:13:47.135Z | Compiling tracing v0.1.40 |
1348 | 2025-03-25T22:13:47.462Z | Compiling chrono v0.4.40 |
1349 | 2025-03-25T22:13:48.099Z | Compiling utf16_iter v1.0.5 |
1350 | 2025-03-25T22:13:48.318Z | Compiling write16 v1.0.0 |
1351 | 2025-03-25T22:13:48.338Z | Compiling num_threads v0.1.7 |
1352 | 2025-03-25T22:13:48.473Z | Compiling zerocopy v0.8.10 |
1353 | 2025-03-25T22:13:48.493Z | Compiling utf8_iter v1.0.4 |
1354 | 2025-03-25T22:13:48.499Z | Compiling atomic-waker v1.1.2 |
1355 | 2025-03-25T22:13:48.531Z | Compiling icu_normalizer_data v1.5.0 |
1356 | 2025-03-25T22:13:48.641Z | Compiling time v0.3.36 |
1357 | 2025-03-25T22:13:48.675Z | Compiling http-body v1.0.1 |
1358 | 2025-03-25T22:13:48.768Z | Compiling icu_normalizer v1.5.0 |
1359 | 2025-03-25T22:13:48.790Z | Compiling scroll v0.12.0 |
1360 | 2025-03-25T22:13:48.908Z | Compiling pest_generator v2.7.14 |
1361 | 2025-03-25T22:13:49.313Z | Compiling which v4.4.2 |
1362 | 2025-03-25T22:13:49.408Z | Compiling pkcs8 v0.10.2 |
1363 | 2025-03-25T22:13:50.227Z | Compiling zerocopy-derive v0.8.10 |
1364 | 2025-03-25T22:13:50.471Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2025-03-25T22:13:50.706Z | Compiling tinyvec_macros v0.1.1 |
1366 | 2025-03-25T22:13:50.744Z | Compiling try-lock v0.2.5 |
1367 | 2025-03-25T22:13:50.764Z | Compiling slog v2.7.0 |
1368 | 2025-03-25T22:13:50.815Z | Compiling schemars v0.8.22 |
1369 | 2025-03-25T22:13:50.905Z | Compiling want v0.3.1 |
1370 | 2025-03-25T22:13:51.174Z | Compiling tinyvec v1.8.0 |
1371 | 2025-03-25T22:13:51.226Z | Compiling pest_derive v2.7.14 |
1372 | 2025-03-25T22:13:51.348Z | Compiling goblin v0.8.2 |
1373 | 2025-03-25T22:13:52.023Z | Compiling idna_adapter v1.2.0 |
1374 | 2025-03-25T22:13:52.256Z | Compiling form_urlencoded v1.2.1 |
1375 | 2025-03-25T22:13:52.570Z | Compiling foreign-types-shared v0.1.1 |
1376 | 2025-03-25T22:13:52.691Z | Compiling httpdate v1.0.3 |
1377 | 2025-03-25T22:13:52.691Z | Compiling schemars_derive v0.8.22 |
1378 | 2025-03-25T22:13:52.726Z | Compiling openssl v0.10.71 |
1379 | 2025-03-25T22:13:53.125Z | Compiling tower-service v0.3.3 |
1380 | 2025-03-25T22:13:53.170Z | Compiling adler2 v2.0.0 |
1381 | 2025-03-25T22:13:53.221Z | Compiling rustversion v1.0.17 |
1382 | 2025-03-25T22:13:53.259Z | Compiling dyn-clone v1.0.19 |
1383 | 2025-03-25T22:13:53.376Z | Compiling miniz_oxide v0.8.5 |
1384 | 2025-03-25T22:13:53.513Z | Compiling foreign-types v0.3.2 |
1385 | 2025-03-25T22:13:53.621Z | Compiling idna v1.0.3 |
1386 | 2025-03-25T22:13:53.991Z | Compiling dtrace-parser v0.2.0 |
1387 | 2025-03-25T22:13:54.899Z | Compiling tokio-util v0.7.13 |
1388 | 2025-03-25T22:13:55.811Z | Compiling h2 v0.4.6 |
1389 | 2025-03-25T22:13:55.858Z | Compiling rand_core v0.9.2 |
1390 | 2025-03-25T22:13:55.906Z | Compiling serde_tokenstream v0.2.2 |
1391 | 2025-03-25T22:13:56.136Z | Compiling serde_spanned v0.6.8 |
1392 | 2025-03-25T22:13:56.295Z | Compiling toml_datetime v0.6.8 |
1393 | 2025-03-25T22:13:56.494Z | Compiling openssl-macros v0.1.1 |
1394 | 2025-03-25T22:13:56.760Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1395 | 2025-03-25T22:13:57.257Z | Compiling dof v0.3.0 |
1396 | 2025-03-25T22:13:57.303Z | Compiling syn v1.0.109 |
1397 | 2025-03-25T22:13:57.651Z | Compiling base64 v0.22.1 |
1398 | 2025-03-25T22:13:57.875Z | Compiling native-tls v0.2.12 |
1399 | 2025-03-25T22:13:58.237Z | Compiling rustls v0.23.19 |
1400 | 2025-03-25T22:13:58.359Z | Compiling siphasher v0.3.11 |
1401 | 2025-03-25T22:13:58.569Z | Compiling usdt-impl v0.5.0 |
1402 | 2025-03-25T22:13:59.059Z | Compiling rand_chacha v0.9.0 |
1403 | 2025-03-25T22:13:59.847Z | Compiling unicode-normalization v0.1.24 |
1404 | 2025-03-25T22:14:00.167Z | Compiling crossbeam-epoch v0.9.18 |
1405 | 2025-03-25T22:14:00.197Z | Compiling heapless v0.7.17 |
1406 | 2025-03-25T22:14:00.337Z | Compiling rand_chacha v0.3.1 |
1407 | 2025-03-25T22:14:00.641Z | Compiling signature v2.2.0 |
1408 | 2025-03-25T22:14:00.834Z | Compiling dirs-sys-next v0.1.2 |
1409 | 2025-03-25T22:14:00.901Z | Compiling cookie v0.18.1 |
1410 | 2025-03-25T22:14:00.966Z | Compiling crc32fast v1.4.2 |
1411 | 2025-03-25T22:14:01.069Z | Compiling signal-hook v0.3.17 |
1412 | 2025-03-25T22:14:01.210Z | Compiling rustls v0.22.4 |
1413 | 2025-03-25T22:14:01.289Z | Compiling unicode-bidi v0.3.17 |
1414 | 2025-03-25T22:14:01.362Z | Compiling unicode-properties v0.1.3 |
1415 | 2025-03-25T22:14:01.362Z | Compiling rayon-core v1.12.1 |
1416 | 2025-03-25T22:14:01.506Z | Compiling openssl-probe v0.1.5 |
1417 | 2025-03-25T22:14:01.821Z | Compiling dirs-next v2.0.0 |
1418 | 2025-03-25T22:14:01.824Z | Compiling rand v0.8.5 |
1419 | 2025-03-25T22:14:01.949Z | Compiling crossbeam-deque v0.8.5 |
1420 | 2025-03-25T22:14:02.020Z | Compiling stringprep v0.1.5 |
1421 | 2025-03-25T22:14:02.468Z | Compiling rand v0.9.0 |
1422 | 2025-03-25T22:14:02.782Z | Compiling url v2.5.3 |
1423 | 2025-03-25T22:14:03.078Z | Compiling hyper v1.6.0 |
1424 | 2025-03-25T22:14:03.923Z | Compiling http-body-util v0.1.2 |
1425 | 2025-03-25T22:14:04.200Z | Compiling curve25519-dalek v4.1.3 |
1426 | 2025-03-25T22:14:04.445Z | Compiling md-5 v0.10.6 |
1427 | 2025-03-25T22:14:04.729Z | Compiling async-trait v0.1.87 |
1428 | 2025-03-25T22:14:04.909Z | Compiling num-integer v0.1.46 |
1429 | 2025-03-25T22:14:05.085Z | Compiling ff v0.13.0 |
1430 | 2025-03-25T22:14:05.326Z | Compiling hash32 v0.2.1 |
1431 | 2025-03-25T22:14:05.649Z | Compiling hyper-util v0.1.10 |
1432 | 2025-03-25T22:14:05.669Z | Compiling thread_local v1.1.8 |
1433 | 2025-03-25T22:14:05.708Z | Compiling multer v3.1.0 |
1434 | 2025-03-25T22:14:06.034Z | Compiling memoffset v0.9.1 |
1435 | 2025-03-25T22:14:06.146Z | Compiling encoding_rs v0.8.34 |
1436 | 2025-03-25T22:14:06.368Z | Compiling match_cfg v0.1.0 |
1437 | 2025-03-25T22:14:06.485Z | Compiling litrs v0.4.1 |
1438 | 2025-03-25T22:14:06.506Z | Compiling base16ct v0.2.0 |
1439 | 2025-03-25T22:14:06.593Z | Compiling gimli v0.31.1 |
1440 | 2025-03-25T22:14:06.810Z | Compiling slog-async v2.8.0 |
1441 | 2025-03-25T22:14:07.103Z | Compiling fallible-iterator v0.2.0 |
1442 | 2025-03-25T22:14:07.301Z | Compiling num-bigint-dig v0.8.4 |
1443 | 2025-03-25T22:14:07.609Z | Compiling portable-atomic v1.9.0 |
1444 | 2025-03-25T22:14:07.640Z | Compiling newtype-uuid v1.2.1 |
1445 | 2025-03-25T22:14:07.761Z | Compiling psl-types v2.0.11 |
1446 | 2025-03-25T22:14:07.952Z | Compiling cfg_aliases v0.2.1 |
1447 | 2025-03-25T22:14:07.973Z | Compiling mime v0.3.17 |
1448 | 2025-03-25T22:14:08.069Z | Compiling smoltcp v0.9.1 |
1449 | 2025-03-25T22:14:08.486Z | Compiling nix v0.29.0 |
1450 | 2025-03-25T22:14:08.562Z | Compiling publicsuffix v2.3.0 |
1451 | 2025-03-25T22:14:08.655Z | Compiling postgres-protocol v0.6.8 |
1452 | 2025-03-25T22:14:08.731Z | Compiling toml_edit v0.22.24 |
1453 | 2025-03-25T22:14:08.906Z | Compiling document-features v0.2.10 |
1454 | 2025-03-25T22:14:09.370Z | Compiling sec1 v0.7.3 |
1455 | 2025-03-25T22:14:09.899Z | Compiling hostname v0.3.1 |
1456 | 2025-03-25T22:14:10.113Z | Compiling num-iter v0.1.45 |
1457 | 2025-03-25T22:14:10.139Z | Compiling group v0.13.0 |
1458 | 2025-03-25T22:14:10.308Z | Compiling tokio-native-tls v0.3.1 |
1459 | 2025-03-25T22:14:10.328Z | Compiling bzip2 v0.4.4 |
1460 | 2025-03-25T22:14:10.601Z | Compiling term v0.7.0 |
1461 | 2025-03-25T22:14:10.699Z | Compiling addr2line v0.24.2 |
1462 | 2025-03-25T22:14:11.389Z | Compiling flate2 v1.1.0 |
1463 | 2025-03-25T22:14:11.876Z | Compiling usdt-attr-macro v0.5.0 |
1464 | 2025-03-25T22:14:11.972Z | Compiling usdt-macro v0.5.0 |
1465 | 2025-03-25T22:14:12.123Z | Compiling phf_shared v0.11.2 |
1466 | 2025-03-25T22:14:12.230Z | Compiling ipnetwork v0.21.1 |
1467 | 2025-03-25T22:14:12.275Z | Compiling slog-json v2.6.1 |
1468 | 2025-03-25T22:14:12.519Z | Compiling serde_urlencoded v0.7.1 |
1469 | 2025-03-25T22:14:12.663Z | Compiling terminal_size v0.4.0 |
1470 | 2025-03-25T22:14:12.874Z | Compiling crossbeam-channel v0.5.13 |
1471 | 2025-03-25T22:14:13.027Z | Compiling futures-executor v0.3.31 |
1472 | 2025-03-25T22:14:13.050Z | Compiling hkdf v0.12.4 |
1473 | 2025-03-25T22:14:13.324Z | Compiling crypto-bigint v0.5.5 |
1474 | 2025-03-25T22:14:13.356Z | Compiling zerocopy-derive v0.6.6 |
1475 | 2025-03-25T22:14:13.409Z | Compiling curve25519-dalek-derive v0.1.1 |
1476 | 2025-03-25T22:14:13.481Z | Compiling async-stream-impl v0.3.6 |
1477 | 2025-03-25T22:14:13.898Z | Compiling rustls-pemfile v2.2.0 |
1478 | 2025-03-25T22:14:14.242Z | Compiling webpki-roots v0.26.6 |
1479 | 2025-03-25T22:14:14.468Z | Compiling sync_wrapper v1.0.1 |
1480 | 2025-03-25T22:14:14.631Z | Compiling is-terminal v0.4.13 |
1481 | 2025-03-25T22:14:14.634Z | Compiling hubpack_derive v0.1.1 |
1482 | 2025-03-25T22:14:14.696Z | Compiling object v0.36.5 |
1483 | 2025-03-25T22:14:14.766Z | Compiling fs-err v2.11.0 |
1484 | 2025-03-25T22:14:14.812Z | Compiling ahash v0.8.11 |
1485 | 2025-03-25T22:14:15.106Z | Compiling dropshot v0.12.0 |
1486 | 2025-03-25T22:14:15.167Z | Compiling winnow v0.5.40 |
1487 | 2025-03-25T22:14:15.244Z | Compiling tower-layer v0.3.3 |
1488 | 2025-03-25T22:14:15.447Z | Compiling zip v2.1.3 |
1489 | 2025-03-25T22:14:15.501Z | Compiling simd-adler32 v0.3.7 |
1490 | 2025-03-25T22:14:15.528Z | Compiling anyhow v1.0.97 |
1491 | 2025-03-25T22:14:15.765Z | Compiling bumpalo v3.16.0 |
1492 | 2025-03-25T22:14:15.864Z | Compiling ipnet v2.11.0 |
1493 | 2025-03-25T22:14:16.025Z | Compiling unicode-width v0.2.0 |
1494 | 2025-03-25T22:14:16.111Z | Compiling buf-list v1.0.3 |
1495 | 2025-03-25T22:14:16.230Z | Compiling managed v0.8.0 |
1496 | 2025-03-25T22:14:16.537Z | Compiling lockfree-object-pool v0.1.6 |
1497 | 2025-03-25T22:14:16.695Z | Compiling take_mut v0.2.2 |
1498 | 2025-03-25T22:14:16.764Z | Compiling rustc-demangle v0.1.24 |
1499 | 2025-03-25T22:14:16.848Z | Compiling zopfli v0.8.1 |
1500 | 2025-03-25T22:14:16.959Z | Compiling clap_builder v4.5.32 |
1501 | 2025-03-25T22:14:17.930Z | Compiling console v0.15.10 |
1502 | 2025-03-25T22:14:18.426Z | Compiling toml_edit v0.19.15 |
1503 | 2025-03-25T22:14:18.679Z | Compiling elliptic-curve v0.13.8 |
1504 | 2025-03-25T22:14:19.279Z | Compiling strum_macros v0.25.3 |
1505 | 2025-03-25T22:14:19.532Z | Compiling hubpack v0.1.2 |
1506 | 2025-03-25T22:14:19.627Z | Compiling tower v0.5.2 |
1507 | 2025-03-25T22:14:19.734Z | Compiling zerocopy v0.6.6 |
1508 | 2025-03-25T22:14:20.425Z | Compiling slog-term v2.9.1 |
1509 | 2025-03-25T22:14:20.469Z | Compiling usdt v0.5.0 |
1510 | 2025-03-25T22:14:20.957Z | Compiling async-stream v0.3.6 |
1511 | 2025-03-25T22:14:21.257Z | Compiling futures v0.3.31 |
1512 | 2025-03-25T22:14:21.382Z | Compiling backtrace v0.3.74 |
1513 | 2025-03-25T22:14:21.546Z | Compiling oxnet v0.1.1 |
1514 | 2025-03-25T22:14:21.947Z | Compiling slog-bunyan v2.5.0 |
1515 | 2025-03-25T22:14:22.203Z | Compiling phf v0.11.2 |
1516 | 2025-03-25T22:14:22.293Z | Compiling toml v0.8.20 |
1517 | 2025-03-25T22:14:22.445Z | Compiling signal-hook-mio v0.2.4 |
1518 | 2025-03-25T22:14:22.646Z | Compiling cookie_store v0.21.1 |
1519 | 2025-03-25T22:14:22.863Z | Compiling rayon v1.10.0 |
1520 | 2025-03-25T22:14:23.775Z | Compiling hyper-tls v0.6.0 |
1521 | 2025-03-25T22:14:24.370Z | Compiling postgres-types v0.2.9 |
1522 | 2025-03-25T22:14:25.226Z | Compiling camino v1.1.9 |
1523 | 2025-03-25T22:14:25.483Z | Compiling ed25519 v2.2.3 |
1524 | 2025-03-25T22:14:25.676Z | Compiling phf_shared v0.10.0 |
1525 | 2025-03-25T22:14:25.934Z | Compiling dropshot_endpoint v0.12.0 |
1526 | 2025-03-25T22:14:26.039Z | Compiling pkcs1 v0.7.5 |
1527 | 2025-03-25T22:14:26.060Z | Compiling enum-as-inner v0.6.1 |
1528 | 2025-03-25T22:14:26.932Z | Compiling clap_derive v4.5.32 |
1529 | 2025-03-25T22:14:27.099Z | Compiling waitgroup v0.1.2 |
1530 | 2025-03-25T22:14:27.119Z | Compiling openapiv3 v2.0.0 |
1531 | 2025-03-25T22:14:27.325Z | Compiling serde_path_to_error v0.1.16 |
1532 | 2025-03-25T22:14:27.349Z | Compiling serde-big-array v0.5.1 |
1533 | 2025-03-25T22:14:27.587Z | Compiling rfc6979 v0.4.0 |
1534 | 2025-03-25T22:14:27.789Z | Compiling sha1 v0.10.6 |
1535 | 2025-03-25T22:14:28.079Z | Compiling daft-derive v0.1.2 |
1536 | 2025-03-25T22:14:28.215Z | Compiling serde_repr v0.1.19 |
1537 | 2025-03-25T22:14:28.236Z | Compiling bstr v1.10.0 |
1538 | 2025-03-25T22:14:29.331Z | Compiling float-cmp v0.10.0 |
1539 | 2025-03-25T22:14:29.568Z | Compiling hostname v0.4.0 |
1540 | 2025-03-25T22:14:29.649Z | Compiling unicode-segmentation v1.12.0 |
1541 | 2025-03-25T22:14:29.781Z | Compiling static_assertions v1.1.0 |
1542 | 2025-03-25T22:14:29.802Z | Compiling predicates-core v1.0.8 |
1543 | 2025-03-25T22:14:29.893Z | Compiling normalize-line-endings v0.3.0 |
1544 | 2025-03-25T22:14:29.968Z | Compiling debug-ignore v1.0.5 |
1545 | 2025-03-25T22:14:30.031Z | Compiling precomputed-hash v0.1.1 |
1546 | 2025-03-25T22:14:30.134Z | Compiling whoami v1.5.2 |
1547 | 2025-03-25T22:14:30.156Z | Compiling difflib v0.4.0 |
1548 | 2025-03-25T22:14:30.177Z | Compiling number_prefix v0.4.0 |
1549 | 2025-03-25T22:14:30.414Z | Compiling new_debug_unreachable v1.0.6 |
1550 | 2025-03-25T22:14:30.514Z | Compiling data-encoding v2.6.0 |
1551 | 2025-03-25T22:14:30.534Z | Compiling fixedbitset v0.4.2 |
1552 | 2025-03-25T22:14:30.669Z | Compiling predicates v3.1.3 |
1553 | 2025-03-25T22:14:30.990Z | Compiling petgraph v0.6.5 |
1554 | 2025-03-25T22:14:31.085Z | Compiling string_cache v0.8.7 |
1555 | 2025-03-25T22:14:31.433Z | Compiling clap v4.5.32 |
1556 | 2025-03-25T22:14:31.489Z | Compiling hickory-proto v0.24.4 |
1557 | 2025-03-25T22:14:31.516Z | Compiling tokio-postgres v0.7.13 |
1558 | 2025-03-25T22:14:31.560Z | Compiling indicatif v0.17.11 |
1559 | 2025-03-25T22:14:32.168Z | Compiling similar v2.7.0 |
1560 | 2025-03-25T22:14:32.462Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1561 | 2025-03-25T22:14:33.592Z | Compiling daft v0.1.2 |
1562 | 2025-03-25T22:14:34.084Z | Compiling ecdsa v0.16.9 |
1563 | 2025-03-25T22:14:34.272Z | Compiling rsa v0.9.6 |
1564 | 2025-03-25T22:14:34.597Z | Compiling ed25519-dalek v2.1.1 |
1565 | 2025-03-25T22:14:35.863Z | Compiling crossterm v0.28.1 |
1566 | 2025-03-25T22:14:37.706Z | Compiling toml v0.7.8 |
1567 | 2025-03-25T22:14:38.627Z | Compiling zip v0.6.6 |
1568 | 2025-03-25T22:14:38.780Z | Compiling tokio-stream v0.1.17 |
1569 | 2025-03-25T22:14:39.077Z | Compiling hex v0.4.3 |
1570 | 2025-03-25T22:14:39.093Z | Compiling x509-cert v0.2.5 |
1571 | 2025-03-25T22:14:39.645Z | Compiling itertools v0.10.5 |
1572 | 2025-03-25T22:14:39.710Z | Compiling lalrpop-util v0.19.12 |
1573 | 2025-03-25T22:14:39.896Z | Compiling unicode-xid v0.2.6 |
1574 | 2025-03-25T22:14:40.072Z | Compiling peg-runtime v0.8.5 |
1575 | 2025-03-25T22:14:40.102Z | Compiling strum_macros v0.26.4 |
1576 | 2025-03-25T22:14:40.281Z | Compiling xattr v1.3.1 |
1577 | 2025-03-25T22:14:40.337Z | Compiling filetime v0.2.25 |
1578 | 2025-03-25T22:14:40.558Z | Compiling tar v0.4.44 |
1579 | 2025-03-25T22:14:44.590Z | Compiling strum v0.26.3 |
1580 | 2025-03-25T22:14:47.454Z | Compiling aws-lc-sys v0.26.0 |
1581 | 2025-03-25T22:15:18.222Z | Compiling rustls-webpki v0.102.8 |
1582 | 2025-03-25T22:15:21.446Z | Compiling tokio-rustls v0.25.0 |
1583 | 2025-03-25T22:15:23.031Z | Compiling tokio-rustls v0.26.0 |
1584 | 2025-03-25T22:15:23.333Z | Compiling hyper-rustls v0.27.3 |
1585 | 2025-03-25T22:15:23.629Z | Compiling reqwest v0.12.12 |
1586 | 2025-03-25T22:15:27.385Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1587 | 2025-03-25T22:15:27.654Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1588 | 2025-03-25T22:15:32.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1589 | 2025-03-25T22:15:32.271Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1590 | 2025-03-25T22:15:32.322Z | Mar 25 22:15:31.294 INFO Starting download, target: Clickhouse |
1591 | 2025-03-25T22:15:32.322Z | Mar 25 22:15:31.294 INFO Starting download, target: Cockroach |
1592 | 2025-03-25T22:15:32.322Z | Mar 25 22:15:31.294 INFO Starting download, target: Console |
1593 | 2025-03-25T22:15:32.322Z | Mar 25 22:15:31.294 INFO Starting download, target: DendriteOpenapi |
1594 | 2025-03-25T22:15:32.322Z | Mar 25 22:15:31.294 INFO Starting download, target: DendriteStub |
1595 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.294 INFO Starting download, target: MaghemiteMgd |
1596 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.294 INFO Starting download, target: TransceiverControl |
1597 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.295 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi |
1598 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.295 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1599 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.295 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1600 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.295 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1601 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.295 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1602 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.295 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1603 | 2025-03-25T22:15:32.326Z | Mar 25 22:15:31.295 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1604 | 2025-03-25T22:15:32.455Z | Mar 25 22:15:31.426 INFO Download complete, target: DendriteOpenapi |
1605 | 2025-03-25T22:15:32.761Z | Mar 25 22:15:31.732 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1606 | 2025-03-25T22:15:32.928Z | Mar 25 22:15:31.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1607 | 2025-03-25T22:15:33.150Z | Mar 25 22:15:32.118 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1608 | 2025-03-25T22:15:33.213Z | Mar 25 22:15:32.181 INFO Download complete, target: TransceiverControl |
1609 | 2025-03-25T22:15:33.328Z | Mar 25 22:15:32.298 INFO Download complete, target: Console |
1610 | 2025-03-25T22:15:33.371Z | Mar 25 22:15:32.341 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1611 | 2025-03-25T22:15:34.272Z | Mar 25 22:15:33.243 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1612 | 2025-03-25T22:15:34.423Z | Mar 25 22:15:33.394 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1613 | 2025-03-25T22:15:34.423Z | Mar 25 22:15:33.394 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1614 | 2025-03-25T22:15:35.953Z | Mar 25 22:15:34.924 INFO Download complete, target: MaghemiteMgd |
1615 | 2025-03-25T22:15:36.134Z | Mar 25 22:15:35.105 INFO Download complete, target: DendriteStub |
1616 | 2025-03-25T22:15:40.902Z | Mar 25 22:15:39.859 INFO Checking that binary works, target: Cockroach |
1617 | 2025-03-25T22:15:41.049Z | Mar 25 22:15:40.017 INFO Download complete, target: Cockroach |
1618 | 2025-03-25T22:15:44.999Z | Mar 25 22:15:43.968 INFO Checking that binary works, target: Clickhouse |
1619 | 2025-03-25T22:15:45.281Z | Mar 25 22:15:44.252 INFO Download complete, target: Clickhouse |
1620 | 2025-03-25T22:15:45.289Z | All prerequisites installed successfully |
1621 | 2025-03-25T22:15:45.293Z | |
1622 | 2025-03-25T22:15:45.293Z | real 5:36.516222864 |
1623 | 2025-03-25T22:15:45.293Z | user 15:40.280015669 |
1624 | 2025-03-25T22:15:45.293Z | sys 2:09.983678835 |
1625 | 2025-03-25T22:15:45.293Z | trap 0.582630217 |
1626 | 2025-03-25T22:15:45.293Z | tflt 2.288929661 |
1627 | 2025-03-25T22:15:45.293Z | dflt 2.195681899 |
1628 | 2025-03-25T22:15:45.293Z | kflt 0.058966352 |
1629 | 2025-03-25T22:15:45.293Z | lock 24:15.166574468 |
1630 | 2025-03-25T22:15:45.293Z | slp 57:28.909419915 |
1631 | 2025-03-25T22:15:45.293Z | lat 1:01.273641096 |
1632 | 2025-03-25T22:15:45.293Z | stop 2:31.130334408 |
1633 | 2025-03-25T22:15:45.293Z | + ptime -m cargo xtask download softnpu |
1634 | 2025-03-25T22:15:45.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1635 | 2025-03-25T22:15:45.887Z | Running `target/debug/xtask download softnpu` |
1636 | 2025-03-25T22:15:46.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1637 | 2025-03-25T22:15:46.841Z | Running `target/debug/xtask-downloader softnpu` |
1638 | 2025-03-25T22:15:46.879Z | Mar 25 22:15:45.850 INFO Starting download, target: Softnpu |
1639 | 2025-03-25T22:15:46.882Z | Mar 25 22:15:45.851 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1640 | 2025-03-25T22:15:47.397Z | Mar 25 22:15:46.368 INFO Download complete, target: Softnpu |
1641 | 2025-03-25T22:15:47.401Z | |
1642 | 2025-03-25T22:15:47.404Z | real 2.103845917 |
1643 | 2025-03-25T22:15:47.404Z | user 1.367521676 |
1644 | 2025-03-25T22:15:47.404Z | sys 0.571319549 |
1645 | 2025-03-25T22:15:47.404Z | trap 0.000853378 |
1646 | 2025-03-25T22:15:47.404Z | tflt 0.000133888 |
1647 | 2025-03-25T22:15:47.405Z | dflt 0.000176368 |
1648 | 2025-03-25T22:15:47.405Z | kflt 0.000000000 |
1649 | 2025-03-25T22:15:47.405Z | lock 5.629177862 |
1650 | 2025-03-25T22:15:47.405Z | slp 0.362852372 |
1651 | 2025-03-25T22:15:47.405Z | lat 0.070734310 |
1652 | 2025-03-25T22:15:47.405Z | stop 0.000165054 |
1653 | 2025-03-25T22:15:47.405Z | + export CARGO_INCREMENTAL=0 |
1654 | 2025-03-25T22:15:47.405Z | + CARGO_INCREMENTAL=0 |
1655 | 2025-03-25T22:15:47.405Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1656 | 2025-03-25T22:15:48.402Z | Compiling proc-macro2 v1.0.94 |
1657 | 2025-03-25T22:15:48.407Z | Compiling unicode-ident v1.0.14 |
1658 | 2025-03-25T22:15:48.407Z | Compiling libc v0.2.170 |
1659 | 2025-03-25T22:15:48.407Z | Compiling serde v1.0.218 |
1660 | 2025-03-25T22:15:48.407Z | Compiling autocfg v1.4.0 |
1661 | 2025-03-25T22:15:48.407Z | Compiling cfg-if v1.0.0 |
1662 | 2025-03-25T22:15:48.407Z | Compiling version_check v0.9.5 |
1663 | 2025-03-25T22:15:48.698Z | Compiling memchr v2.7.4 |
1664 | 2025-03-25T22:15:48.774Z | Compiling shlex v1.3.0 |
1665 | 2025-03-25T22:15:48.774Z | Compiling typenum v1.17.0 |
1666 | 2025-03-25T22:15:49.157Z | Compiling generic-array v0.14.7 |
1667 | 2025-03-25T22:15:49.177Z | Compiling value-bag v1.9.0 |
1668 | 2025-03-25T22:15:49.493Z | Compiling lock_api v0.4.12 |
1669 | 2025-03-25T22:15:49.689Z | Compiling log v0.4.22 |
1670 | 2025-03-25T22:15:49.709Z | Compiling serde_json v1.0.139 |
1671 | 2025-03-25T22:15:49.992Z | Compiling scopeguard v1.2.0 |
1672 | 2025-03-25T22:15:50.027Z | Compiling libm v0.2.8 |
1673 | 2025-03-25T22:15:50.036Z | Compiling parking_lot_core v0.9.10 |
1674 | 2025-03-25T22:15:50.378Z | Compiling quote v1.0.39 |
1675 | 2025-03-25T22:15:50.398Z | Compiling num-traits v0.2.19 |
1676 | 2025-03-25T22:15:50.449Z | Compiling jobserver v0.1.32 |
1677 | 2025-03-25T22:15:50.605Z | Compiling rustix v0.38.37 |
1678 | 2025-03-25T22:15:50.633Z | Compiling semver v1.0.25 |
1679 | 2025-03-25T22:15:50.684Z | Compiling getrandom v0.2.15 |
1680 | 2025-03-25T22:15:50.723Z | Compiling aho-corasick v1.1.3 |
1681 | 2025-03-25T22:15:50.941Z | Compiling syn v2.0.98 |
1682 | 2025-03-25T22:15:51.049Z | Compiling cc v1.2.15 |
1683 | 2025-03-25T22:15:51.100Z | Compiling getrandom v0.3.1 |
1684 | 2025-03-25T22:15:51.104Z | Compiling regex-syntax v0.8.5 |
1685 | 2025-03-25T22:15:51.137Z | Compiling either v1.14.0 |
1686 | 2025-03-25T22:15:51.500Z | Compiling itoa v1.0.11 |
1687 | 2025-03-25T22:15:51.520Z | Compiling thiserror v1.0.69 |
1688 | 2025-03-25T22:15:51.537Z | Compiling once_cell v1.20.3 |
1689 | 2025-03-25T22:15:51.906Z | Compiling spin v0.9.8 |
1690 | 2025-03-25T22:15:52.029Z | Compiling errno v0.3.9 |
1691 | 2025-03-25T22:15:52.103Z | Compiling slab v0.4.9 |
1692 | 2025-03-25T22:15:52.277Z | Compiling rand_core v0.6.4 |
1693 | 2025-03-25T22:15:52.599Z | Compiling glob v0.3.2 |
1694 | 2025-03-25T22:15:52.740Z | Compiling prettyplease v0.2.30 |
1695 | 2025-03-25T22:15:53.131Z | Compiling lazy_static v1.5.0 |
1696 | 2025-03-25T22:15:53.227Z | Compiling minimal-lexical v0.2.1 |
1697 | 2025-03-25T22:15:53.260Z | Compiling smallvec v1.14.0 |
1698 | 2025-03-25T22:15:53.263Z | Compiling clang-sys v1.8.1 |
1699 | 2025-03-25T22:15:53.658Z | Compiling nom v7.1.3 |
1700 | 2025-03-25T22:15:53.750Z | Compiling libloading v0.8.5 |
1701 | 2025-03-25T22:15:53.905Z | Compiling equivalent v1.0.1 |
1702 | 2025-03-25T22:15:54.018Z | Compiling pkg-config v0.3.31 |
1703 | 2025-03-25T22:15:54.043Z | Compiling home v0.5.9 |
1704 | 2025-03-25T22:15:54.116Z | Compiling bindgen v0.69.5 |
1705 | 2025-03-25T22:15:54.238Z | Compiling allocator-api2 v0.2.18 |
1706 | 2025-03-25T22:15:54.260Z | Compiling foldhash v0.1.3 |
1707 | 2025-03-25T22:15:54.598Z | Compiling itertools v0.12.1 |
1708 | 2025-03-25T22:15:54.944Z | Compiling regex-automata v0.4.8 |
1709 | 2025-03-25T22:15:55.024Z | Compiling hashbrown v0.15.1 |
1710 | 2025-03-25T22:15:55.772Z | Compiling rustc-hash v1.1.0 |
1711 | 2025-03-25T22:15:55.944Z | Compiling lazycell v1.3.0 |
1712 | 2025-03-25T22:15:56.125Z | Compiling subtle v2.6.1 |
1713 | 2025-03-25T22:15:56.222Z | Compiling cmake v0.1.51 |
1714 | 2025-03-25T22:15:56.450Z | Compiling dunce v1.0.5 |
1715 | 2025-03-25T22:15:56.592Z | Compiling ryu v1.0.18 |
1716 | 2025-03-25T22:15:56.806Z | Compiling cexpr v0.6.0 |
1717 | 2025-03-25T22:15:56.883Z | Compiling fs_extra v1.3.0 |
1718 | 2025-03-25T22:15:56.957Z | Compiling schemars v0.8.22 |
1719 | 2025-03-25T22:15:57.320Z | Compiling paste v1.0.15 |
1720 | 2025-03-25T22:15:57.511Z | Compiling pin-project-lite v0.2.14 |
1721 | 2025-03-25T22:15:57.531Z | Compiling ring v0.17.11 |
1722 | 2025-03-25T22:15:57.653Z | Compiling byteorder v1.5.0 |
1723 | 2025-03-25T22:15:58.148Z | Compiling synstructure v0.13.1 |
1724 | 2025-03-25T22:15:58.490Z | Compiling serde_derive_internals v0.29.1 |
1725 | 2025-03-25T22:15:59.426Z | Compiling aws-lc-rs v1.12.4 |
1726 | 2025-03-25T22:15:59.854Z | Compiling regex v1.11.1 |
1727 | 2025-03-25T22:16:00.610Z | Compiling signal-hook-registry v1.4.2 |
1728 | 2025-03-25T22:16:00.649Z | Compiling const-oid v0.9.6 |
1729 | 2025-03-25T22:16:00.716Z | Compiling fnv v1.0.7 |
1730 | 2025-03-25T22:16:00.855Z | Compiling parking_lot v0.12.3 |
1731 | 2025-03-25T22:16:01.893Z | Compiling serde_derive v1.0.218 |
1732 | 2025-03-25T22:16:02.021Z | Compiling zeroize_derive v1.4.2 |
1733 | 2025-03-25T22:16:02.190Z | Compiling tokio-macros v2.5.0 |
1734 | 2025-03-25T22:16:02.650Z | Compiling thiserror-impl v1.0.69 |
1735 | 2025-03-25T22:16:02.675Z | Compiling zerocopy-derive v0.7.35 |
1736 | 2025-03-25T22:16:02.879Z | Compiling zerofrom-derive v0.1.4 |
1737 | 2025-03-25T22:16:02.899Z | Compiling yoke-derive v0.7.4 |
1738 | 2025-03-25T22:16:03.205Z | Compiling zerovec-derive v0.10.3 |
1739 | 2025-03-25T22:16:03.337Z | Compiling zeroize v1.8.1 |
1740 | 2025-03-25T22:16:03.802Z | Compiling displaydoc v0.2.5 |
1741 | 2025-03-25T22:16:03.958Z | Compiling futures-macro v0.3.31 |
1742 | 2025-03-25T22:16:05.141Z | Compiling schemars_derive v0.8.22 |
1743 | 2025-03-25T22:16:05.346Z | Compiling icu_provider_macros v1.5.0 |
1744 | 2025-03-25T22:16:05.500Z | Compiling tracing-attributes v0.1.27 |
1745 | 2025-03-25T22:16:05.639Z | Compiling crypto-common v0.1.6 |
1746 | 2025-03-25T22:16:05.681Z | Compiling mio v1.0.2 |
1747 | 2025-03-25T22:16:06.240Z | Compiling heck v0.5.0 |
1748 | 2025-03-25T22:16:06.376Z | Compiling stable_deref_trait v1.2.0 |
1749 | 2025-03-25T22:16:06.503Z | Compiling block-buffer v0.10.4 |
1750 | 2025-03-25T22:16:06.586Z | Compiling der_derive v0.7.3 |
1751 | 2025-03-25T22:16:06.754Z | Compiling socket2 v0.5.8 |
1752 | 2025-03-25T22:16:07.265Z | Compiling vcpkg v0.2.15 |
1753 | 2025-03-25T22:16:07.796Z | Compiling httparse v1.9.5 |
1754 | 2025-03-25T22:16:08.267Z | Compiling digest v0.10.7 |
1755 | 2025-03-25T22:16:08.438Z | Compiling crossbeam-utils v0.8.20 |
1756 | 2025-03-25T22:16:08.644Z | Compiling openssl-sys v0.9.106 |
1757 | 2025-03-25T22:16:08.662Z | Compiling time-core v0.1.2 |
1758 | 2025-03-25T22:16:08.714Z | Compiling num-conv v0.1.0 |
1759 | 2025-03-25T22:16:08.832Z | Compiling futures-core v0.3.31 |
1760 | 2025-03-25T22:16:08.908Z | Compiling zerocopy v0.8.10 |
1761 | 2025-03-25T22:16:09.041Z | Compiling time-macros v0.2.18 |
1762 | 2025-03-25T22:16:09.599Z | Compiling zerocopy v0.7.35 |
1763 | 2025-03-25T22:16:10.160Z | Compiling zerocopy-derive v0.8.10 |
1764 | 2025-03-25T22:16:10.993Z | Compiling syn v1.0.109 |
1765 | 2025-03-25T22:16:11.019Z | Compiling futures-sink v0.3.31 |
1766 | 2025-03-25T22:16:11.276Z | Compiling cpufeatures v0.2.14 |
1767 | 2025-03-25T22:16:11.386Z | Compiling iana-time-zone v0.1.61 |
1768 | 2025-03-25T22:16:11.571Z | Compiling slog v2.7.0 |
1769 | 2025-03-25T22:16:12.104Z | Compiling openssl v0.10.71 |
1770 | 2025-03-25T22:16:12.601Z | Compiling hmac v0.12.1 |
1771 | 2025-03-25T22:16:12.660Z | Compiling zerofrom v0.1.4 |
1772 | 2025-03-25T22:16:12.695Z | Compiling yoke v0.7.4 |
1773 | 2025-03-25T22:16:12.736Z | Compiling futures-channel v0.3.31 |
1774 | 2025-03-25T22:16:12.956Z | Compiling block-padding v0.3.3 |
1775 | 2025-03-25T22:16:13.050Z | Compiling scroll_derive v0.12.0 |
1776 | 2025-03-25T22:16:13.104Z | Compiling openssl-macros v0.1.1 |
1777 | 2025-03-25T22:16:13.187Z | Compiling futures-io v0.3.31 |
1778 | 2025-03-25T22:16:13.209Z | Compiling ucd-trie v0.1.7 |
1779 | 2025-03-25T22:16:13.279Z | Compiling native-tls v0.2.12 |
1780 | 2025-03-25T22:16:13.527Z | Compiling bitflags v2.6.0 |
1781 | 2025-03-25T22:16:13.620Z | Compiling bytes v1.10.1 |
1782 | 2025-03-25T22:16:13.817Z | Compiling indexmap v2.7.1 |
1783 | 2025-03-25T22:16:14.959Z | Compiling uuid v1.15.1 |
1784 | 2025-03-25T22:16:15.204Z | Compiling tokio v1.43.0 |
1785 | 2025-03-25T22:16:16.256Z | Compiling chrono v0.4.40 |
1786 | 2025-03-25T22:16:17.774Z | Compiling which v4.4.2 |
1787 | 2025-03-25T22:16:18.621Z | Compiling serde_tokenstream v0.2.2 |
1788 | 2025-03-25T22:16:19.207Z | Compiling rustc_version v0.4.1 |
1789 | 2025-03-25T22:16:19.778Z | Compiling pin-utils v0.1.0 |
1790 | 2025-03-25T22:16:19.893Z | Compiling rustls v0.23.19 |
1791 | 2025-03-25T22:16:20.219Z | Compiling futures-task v0.3.31 |
1792 | 2025-03-25T22:16:20.542Z | Compiling dyn-clone v1.0.19 |
1793 | 2025-03-25T22:16:20.854Z | Compiling futures-util v0.3.31 |
1794 | 2025-03-25T22:16:20.916Z | Compiling http v1.2.0 |
1795 | 2025-03-25T22:16:22.498Z | Compiling pest v2.7.14 |
1796 | 2025-03-25T22:16:22.888Z | Compiling inout v0.1.3 |
1797 | 2025-03-25T22:16:23.159Z | Compiling zerovec v0.10.4 |
1798 | 2025-03-25T22:16:25.498Z | Compiling strsim v0.11.1 |
1799 | 2025-03-25T22:16:26.134Z | Compiling pest_meta v2.7.14 |
1800 | 2025-03-25T22:16:26.264Z | Compiling cipher v0.4.4 |
1801 | 2025-03-25T22:16:26.739Z | Compiling toml_datetime v0.6.8 |
1802 | 2025-03-25T22:16:27.054Z | Compiling serde_spanned v0.6.8 |
1803 | 2025-03-25T22:16:27.169Z | Compiling sha2 v0.10.8 |
1804 | 2025-03-25T22:16:27.310Z | Compiling cookie v0.18.1 |
1805 | 2025-03-25T22:16:27.597Z | Compiling base64ct v1.6.0 |
1806 | 2025-03-25T22:16:27.617Z | Compiling pest_generator v2.7.14 |
1807 | 2025-03-25T22:16:27.941Z | Compiling tinystr v0.7.6 |
1808 | 2025-03-25T22:16:28.183Z | Compiling pem-rfc7468 v0.7.0 |
1809 | 2025-03-25T22:16:29.286Z | Compiling tracing-core v0.1.32 |
1810 | 2025-03-25T22:16:29.693Z | Compiling flagset v0.4.6 |
1811 | 2025-03-25T22:16:29.925Z | Compiling writeable v0.5.5 |
1812 | 2025-03-25T22:16:30.023Z | Compiling aws-lc-sys v0.26.0 |
1813 | 2025-03-25T22:16:31.007Z | Compiling litemap v0.7.3 |
1814 | 2025-03-25T22:16:31.464Z | Compiling icu_locid v1.5.0 |
1815 | 2025-03-25T22:16:31.922Z | Compiling tracing v0.1.40 |
1816 | 2025-03-25T22:16:33.118Z | Compiling der v0.7.9 |
1817 | 2025-03-25T22:16:33.564Z | Compiling pest_derive v2.7.14 |
1818 | 2025-03-25T22:16:35.738Z | Compiling usdt-impl v0.5.0 |
1819 | 2025-03-25T22:16:36.078Z | Compiling rayon-core v1.12.1 |
1820 | 2025-03-25T22:16:36.097Z | Compiling rustls-pki-types v1.10.0 |
1821 | 2025-03-25T22:16:36.376Z | Compiling spki v0.7.3 |
1822 | 2025-03-25T22:16:36.717Z | Compiling icu_provider v1.5.0 |
1823 | 2025-03-25T22:16:37.701Z | Compiling salsa20 v0.10.2 |
1824 | 2025-03-25T22:16:37.927Z | Compiling tokio-util v0.7.13 |
1825 | 2025-03-25T22:16:38.274Z | Compiling scroll v0.12.0 |
1826 | 2025-03-25T22:16:38.774Z | Compiling ppv-lite86 v0.2.20 |
1827 | 2025-03-25T22:16:39.492Z | Compiling pbkdf2 v0.12.2 |
1828 | 2025-03-25T22:16:39.773Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1829 | 2025-03-25T22:16:39.886Z | Compiling camino v1.1.9 |
1830 | 2025-03-25T22:16:39.913Z | Compiling anyhow v1.0.97 |
1831 | 2025-03-25T22:16:40.173Z | Compiling icu_locid_transform_data v1.5.0 |
1832 | 2025-03-25T22:16:40.283Z | Compiling untrusted v0.9.0 |
1833 | 2025-03-25T22:16:40.338Z | Compiling litrs v0.4.1 |
1834 | 2025-03-25T22:16:40.418Z | Compiling powerfmt v0.2.0 |
1835 | 2025-03-25T22:16:40.478Z | Compiling untrusted v0.7.1 |
1836 | 2025-03-25T22:16:40.673Z | Compiling plain v0.2.3 |
1837 | 2025-03-25T22:16:40.838Z | Compiling rustversion v1.0.17 |
1838 | 2025-03-25T22:16:40.907Z | Compiling percent-encoding v2.3.1 |
1839 | 2025-03-25T22:16:41.095Z | Compiling winnow v0.5.40 |
1840 | 2025-03-25T22:16:41.235Z | Compiling document-features v0.2.10 |
1841 | 2025-03-25T22:16:41.389Z | Compiling goblin v0.8.2 |
1842 | 2025-03-25T22:16:41.504Z | Compiling deranged v0.3.11 |
1843 | 2025-03-25T22:16:41.740Z | Compiling icu_locid_transform v1.5.0 |
1844 | 2025-03-25T22:16:43.416Z | Compiling scrypt v0.11.0 |
1845 | 2025-03-25T22:16:43.827Z | Compiling cbc v0.1.2 |
1846 | 2025-03-25T22:16:43.902Z | Compiling aes v0.8.4 |
1847 | 2025-03-25T22:16:44.077Z | Compiling icu_collections v1.5.0 |
1848 | 2025-03-25T22:16:44.494Z | Compiling toml_edit v0.19.15 |
1849 | 2025-03-25T22:16:48.442Z | Compiling num_threads v0.1.7 |
1850 | 2025-03-25T22:16:48.586Z | Compiling rustls v0.22.4 |
1851 | 2025-03-25T22:16:48.740Z | Compiling icu_properties_data v1.5.0 |
1852 | 2025-03-25T22:16:49.012Z | Compiling pretty-hex v0.4.1 |
1853 | 2025-03-25T22:16:49.635Z | Compiling atomic-waker v1.1.2 |
1854 | 2025-03-25T22:16:49.722Z | Compiling icu_properties v1.5.1 |
1855 | 2025-03-25T22:16:49.841Z | Compiling time v0.3.36 |
1856 | 2025-03-25T22:16:50.582Z | Compiling dof v0.3.0 |
1857 | 2025-03-25T22:16:53.855Z | Compiling pkcs5 v0.7.1 |
1858 | 2025-03-25T22:16:55.045Z | Compiling dtrace-parser v0.2.0 |
1859 | 2025-03-25T22:16:55.215Z | Compiling http-body v1.0.1 |
1860 | 2025-03-25T22:16:55.495Z | Compiling heapless v0.7.17 |
1861 | 2025-03-25T22:16:55.927Z | Compiling async-trait v0.1.87 |
1862 | 2025-03-25T22:16:55.946Z | Compiling thread-id v4.2.2 |
1863 | 2025-03-25T22:16:55.964Z | Compiling utf16_iter v1.0.5 |
1864 | 2025-03-25T22:16:56.074Z | Compiling write16 v1.0.0 |
1865 | 2025-03-25T22:16:56.227Z | Compiling try-lock v0.2.5 |
1866 | 2025-03-25T22:16:56.378Z | Compiling icu_normalizer_data v1.5.0 |
1867 | 2025-03-25T22:16:56.414Z | Compiling utf8_iter v1.0.4 |
1868 | 2025-03-25T22:16:56.664Z | Compiling signal-hook v0.3.17 |
1869 | 2025-03-25T22:16:56.871Z | Compiling newtype-uuid v1.2.1 |
1870 | 2025-03-25T22:16:57.196Z | Compiling icu_normalizer v1.5.0 |
1871 | 2025-03-25T22:16:59.276Z | Compiling want v0.3.1 |
1872 | 2025-03-25T22:17:00.140Z | Compiling pkcs8 v0.10.2 |
1873 | 2025-03-25T22:17:00.510Z | Compiling h2 v0.4.6 |
1874 | 2025-03-25T22:17:00.742Z | Compiling form_urlencoded v1.2.1 |
1875 | 2025-03-25T22:17:01.401Z | Compiling multer v3.1.0 |
1876 | 2025-03-25T22:17:01.798Z | Compiling httpdate v1.0.3 |
1877 | 2025-03-25T22:17:01.946Z | Compiling adler2 v2.0.0 |
1878 | 2025-03-25T22:17:02.103Z | Compiling tinyvec_macros v0.1.1 |
1879 | 2025-03-25T22:17:02.212Z | Compiling slog-async v2.8.0 |
1880 | 2025-03-25T22:17:02.230Z | Compiling tower-service v0.3.3 |
1881 | 2025-03-25T22:17:02.522Z | Compiling tinyvec v1.8.0 |
1882 | 2025-03-25T22:17:02.590Z | Compiling miniz_oxide v0.8.5 |
1883 | 2025-03-25T22:17:04.663Z | Compiling idna_adapter v1.2.0 |
1884 | 2025-03-25T22:17:06.345Z | Compiling curve25519-dalek v4.1.3 |
1885 | 2025-03-25T22:17:06.901Z | Compiling memoffset v0.9.1 |
1886 | 2025-03-25T22:17:07.024Z | Compiling portable-atomic v1.9.0 |
1887 | 2025-03-25T22:17:07.464Z | Compiling smoltcp v0.9.1 |
1888 | 2025-03-25T22:17:07.517Z | Compiling num-bigint-dig v0.8.4 |
1889 | 2025-03-25T22:17:07.838Z | Compiling base64 v0.22.1 |
1890 | 2025-03-25T22:17:08.052Z | Compiling foreign-types-shared v0.1.1 |
1891 | 2025-03-25T22:17:08.581Z | Compiling foreign-types v0.3.2 |
1892 | 2025-03-25T22:17:08.821Z | Compiling hyper v1.6.0 |
1893 | 2025-03-25T22:17:10.216Z | Compiling rand_core v0.9.2 |
1894 | 2025-03-25T22:17:10.394Z | Compiling idna v1.0.3 |
1895 | 2025-03-25T22:17:14.292Z | Compiling hyper-util v0.1.10 |
1896 | 2025-03-25T22:17:15.711Z | Compiling usdt-attr-macro v0.5.0 |
1897 | 2025-03-25T22:17:17.186Z | Compiling usdt-macro v0.5.0 |
1898 | 2025-03-25T22:17:19.165Z | Compiling openapiv3 v2.0.0 |
1899 | 2025-03-25T22:17:19.241Z | Compiling async-stream-impl v0.3.6 |
1900 | 2025-03-25T22:17:20.265Z | Compiling ident_case v1.0.1 |
1901 | 2025-03-25T22:17:20.360Z | Compiling siphasher v0.3.11 |
1902 | 2025-03-25T22:17:20.435Z | Compiling heck v0.4.1 |
1903 | 2025-03-25T22:17:20.461Z | Compiling cfg_aliases v0.2.1 |
1904 | 2025-03-25T22:17:20.574Z | Compiling nix v0.29.0 |
1905 | 2025-03-25T22:17:20.712Z | Compiling darling_core v0.20.10 |
1906 | 2025-03-25T22:17:28.181Z | Compiling rand_chacha v0.9.0 |
1907 | 2025-03-25T22:17:28.690Z | Compiling unicode-normalization v0.1.24 |
1908 | 2025-03-25T22:17:29.160Z | Compiling http-body-util v0.1.2 |
1909 | 2025-03-25T22:17:30.055Z | Compiling crossbeam-epoch v0.9.18 |
1910 | 2025-03-25T22:17:32.128Z | Compiling rand_chacha v0.3.1 |
1911 | 2025-03-25T22:17:32.992Z | Compiling ipnetwork v0.21.1 |
1912 | 2025-03-25T22:17:33.037Z | Compiling hubpack_derive v0.1.1 |
1913 | 2025-03-25T22:17:33.900Z | Compiling signature v2.2.0 |
1914 | 2025-03-25T22:17:33.903Z | Compiling zerocopy-derive v0.6.6 |
1915 | 2025-03-25T22:17:34.156Z | Compiling daft-derive v0.1.2 |
1916 | 2025-03-25T22:17:35.556Z | Compiling curve25519-dalek-derive v0.1.1 |
1917 | 2025-03-25T22:17:35.589Z | Compiling dirs-sys-next v0.1.2 |
1918 | 2025-03-25T22:17:36.038Z | Compiling fs-err v2.11.0 |
1919 | 2025-03-25T22:17:36.382Z | Compiling ahash v0.8.11 |
1920 | 2025-03-25T22:17:36.546Z | Compiling dropshot v0.12.0 |
1921 | 2025-03-25T22:17:36.742Z | Compiling encoding_rs v0.8.34 |
1922 | 2025-03-25T22:17:36.858Z | Compiling crc32fast v1.4.2 |
1923 | 2025-03-25T22:17:36.889Z | Compiling anstyle v1.0.10 |
1924 | 2025-03-25T22:17:37.175Z | Compiling zip v2.1.3 |
1925 | 2025-03-25T22:17:37.292Z | Compiling openssl-probe v0.1.5 |
1926 | 2025-03-25T22:17:37.524Z | Compiling mime v0.3.17 |
1927 | 2025-03-25T22:17:37.567Z | Compiling gimli v0.31.1 |
1928 | 2025-03-25T22:17:38.480Z | Compiling unicode-properties v0.1.3 |
1929 | 2025-03-25T22:17:38.569Z | Compiling utf8parse v0.2.2 |
1930 | 2025-03-25T22:17:38.921Z | Compiling unicode-bidi v0.3.17 |
1931 | 2025-03-25T22:17:39.274Z | Compiling buf-list v1.0.3 |
1932 | 2025-03-25T22:17:39.817Z | Compiling stringprep v0.1.5 |
1933 | 2025-03-25T22:17:40.655Z | Compiling anstyle-parse v0.2.5 |
1934 | 2025-03-25T22:17:41.039Z | Compiling dirs-next v2.0.0 |
1935 | 2025-03-25T22:17:41.233Z | Compiling rand v0.8.5 |
1936 | 2025-03-25T22:17:43.001Z | Compiling addr2line v0.24.2 |
1937 | 2025-03-25T22:17:43.948Z | Compiling crossbeam-deque v0.8.5 |
1938 | 2025-03-25T22:17:44.074Z | Compiling rand v0.9.0 |
1939 | 2025-03-25T22:17:44.307Z | Compiling darling_macro v0.20.10 |
1940 | 2025-03-25T22:17:45.180Z | Compiling url v2.5.3 |
1941 | 2025-03-25T22:17:46.292Z | Compiling rustls-webpki v0.102.8 |
1942 | 2025-03-25T22:17:46.830Z | Compiling serde_urlencoded v0.7.1 |
1943 | 2025-03-25T22:17:47.541Z | Compiling rustls-pemfile v2.2.0 |
1944 | 2025-03-25T22:17:47.815Z | Compiling md-5 v0.10.6 |
1945 | 2025-03-25T22:17:47.840Z | Compiling num-integer v0.1.46 |
1946 | 2025-03-25T22:17:47.956Z | Compiling hash32 v0.2.1 |
1947 | 2025-03-25T22:17:48.084Z | Compiling ff v0.13.0 |
1948 | 2025-03-25T22:17:48.321Z | Compiling thread_local v1.1.8 |
1949 | 2025-03-25T22:17:48.352Z | Compiling object v0.36.5 |
1950 | 2025-03-25T22:17:48.765Z | Compiling colorchoice v1.0.2 |
1951 | 2025-03-25T22:17:48.957Z | Compiling match_cfg v0.1.0 |
1952 | 2025-03-25T22:17:49.073Z | Compiling winnow v0.7.3 |
1953 | 2025-03-25T22:17:51.117Z | Compiling base16ct v0.2.0 |
1954 | 2025-03-25T22:17:51.425Z | Compiling rustc-demangle v0.1.24 |
1955 | 2025-03-25T22:17:52.268Z | Compiling psl-types v2.0.11 |
1956 | 2025-03-25T22:17:52.774Z | Compiling fallible-iterator v0.2.0 |
1957 | 2025-03-25T22:17:53.458Z | Compiling is_terminal_polyfill v1.70.1 |
1958 | 2025-03-25T22:17:53.614Z | Compiling anstyle-query v1.1.1 |
1959 | 2025-03-25T22:17:53.737Z | Compiling postgres-protocol v0.6.8 |
1960 | 2025-03-25T22:17:53.795Z | Compiling anstream v0.6.15 |
1961 | 2025-03-25T22:17:53.815Z | Compiling publicsuffix v2.3.0 |
1962 | 2025-03-25T22:17:54.110Z | Compiling tokio-rustls v0.26.0 |
1963 | 2025-03-25T22:17:54.575Z | Compiling toml_edit v0.22.24 |
1964 | 2025-03-25T22:17:54.728Z | Compiling sec1 v0.7.3 |
1965 | 2025-03-25T22:17:54.834Z | Compiling hostname v0.3.1 |
1966 | 2025-03-25T22:17:55.051Z | Compiling num-iter v0.1.45 |
1967 | 2025-03-25T22:17:55.258Z | Compiling group v0.13.0 |
1968 | 2025-03-25T22:17:56.332Z | Compiling backtrace v0.3.74 |
1969 | 2025-03-25T22:17:58.969Z | Compiling darling v0.20.10 |
1970 | 2025-03-25T22:17:59.103Z | Compiling bzip2 v0.4.4 |
1971 | 2025-03-25T22:17:59.187Z | Compiling tokio-native-tls v0.3.1 |
1972 | 2025-03-25T22:17:59.486Z | Compiling term v0.7.0 |
1973 | 2025-03-25T22:17:59.830Z | Compiling flate2 v1.1.0 |
1974 | 2025-03-25T22:18:00.600Z | Compiling strum_macros v0.25.3 |
1975 | 2025-03-25T22:18:00.690Z | Compiling phf_shared v0.11.2 |
1976 | 2025-03-25T22:18:00.960Z | Compiling slog-json v2.6.1 |
1977 | 2025-03-25T22:18:01.509Z | Compiling crossbeam-channel v0.5.13 |
1978 | 2025-03-25T22:18:01.695Z | Compiling webpki-roots v0.26.6 |
1979 | 2025-03-25T22:18:02.330Z | Compiling futures-executor v0.3.31 |
1980 | 2025-03-25T22:18:02.468Z | Compiling dropshot_endpoint v0.12.0 |
1981 | 2025-03-25T22:18:02.789Z | Compiling terminal_size v0.4.0 |
1982 | 2025-03-25T22:18:03.384Z | Compiling hkdf v0.12.4 |
1983 | 2025-03-25T22:18:03.632Z | Compiling sync_wrapper v1.0.1 |
1984 | 2025-03-25T22:18:03.825Z | Compiling clap_derive v4.5.32 |
1985 | 2025-03-25T22:18:03.830Z | Compiling enum-as-inner v0.6.1 |
1986 | 2025-03-25T22:18:03.891Z | Compiling crypto-bigint v0.5.5 |
1987 | 2025-03-25T22:18:04.862Z | Compiling serde_repr v0.1.19 |
1988 | 2025-03-25T22:18:05.249Z | Compiling regress v0.10.3 |
1989 | 2025-03-25T22:18:05.899Z | Compiling memmap v0.7.0 |
1990 | 2025-03-25T22:18:06.168Z | Compiling is-terminal v0.4.13 |
1991 | 2025-03-25T22:18:06.328Z | Compiling bitflags v1.3.2 |
1992 | 2025-03-25T22:18:06.453Z | Compiling lockfree-object-pool v0.1.6 |
1993 | 2025-03-25T22:18:06.728Z | Compiling tower-layer v0.3.3 |
1994 | 2025-03-25T22:18:06.983Z | Compiling take_mut v0.2.2 |
1995 | 2025-03-25T22:18:07.135Z | Compiling simd-adler32 v0.3.7 |
1996 | 2025-03-25T22:18:07.161Z | Compiling clap_lex v0.7.4 |
1997 | 2025-03-25T22:18:07.185Z | Compiling ipnet v2.11.0 |
1998 | 2025-03-25T22:18:07.932Z | Compiling managed v0.8.0 |
1999 | 2025-03-25T22:18:08.038Z | Compiling bumpalo v3.16.0 |
2000 | 2025-03-25T22:18:08.480Z | Compiling unicode-width v0.2.0 |
2001 | 2025-03-25T22:18:08.824Z | Compiling zopfli v0.8.1 |
2002 | 2025-03-25T22:18:08.922Z | Compiling typify-impl v0.2.0 |
2003 | 2025-03-25T22:18:09.015Z | Compiling console v0.15.10 |
2004 | 2025-03-25T22:18:10.126Z | Compiling tower v0.5.2 |
2005 | 2025-03-25T22:18:10.154Z | Compiling clap_builder v4.5.32 |
2006 | 2025-03-25T22:18:11.504Z | Compiling elliptic-curve v0.13.8 |
2007 | 2025-03-25T22:18:11.920Z | Compiling slog-term v2.9.1 |
2008 | 2025-03-25T22:18:12.207Z | Compiling usdt v0.5.0 |
2009 | 2025-03-25T22:18:12.895Z | Compiling oxnet v0.1.1 |
2010 | 2025-03-25T22:18:13.136Z | Compiling futures v0.3.31 |
2011 | 2025-03-25T22:18:13.574Z | Compiling tokio-rustls v0.25.0 |
2012 | 2025-03-25T22:18:14.024Z | Compiling hyper-rustls v0.27.3 |
2013 | 2025-03-25T22:18:14.920Z | Compiling slog-bunyan v2.5.0 |
2014 | 2025-03-25T22:18:15.146Z | Compiling phf v0.11.2 |
2015 | 2025-03-25T22:18:15.444Z | Compiling hyper-tls v0.6.0 |
2016 | 2025-03-25T22:18:16.255Z | Compiling signal-hook-mio v0.2.4 |
2017 | 2025-03-25T22:18:16.278Z | Compiling toml v0.8.20 |
2018 | 2025-03-25T22:18:16.313Z | Compiling rayon v1.10.0 |
2019 | 2025-03-25T22:18:16.447Z | Compiling cookie_store v0.21.1 |
2020 | 2025-03-25T22:18:17.416Z | Compiling postgres-types v0.2.9 |
2021 | 2025-03-25T22:18:17.851Z | Compiling zerocopy v0.6.6 |
2022 | 2025-03-25T22:18:17.995Z | Compiling ed25519 v2.2.3 |
2023 | 2025-03-25T22:18:18.310Z | Compiling hubpack v0.1.2 |
2024 | 2025-03-25T22:18:18.579Z | Compiling phf_shared v0.10.0 |
2025 | 2025-03-25T22:18:18.631Z | Compiling async-stream v0.3.6 |
2026 | 2025-03-25T22:18:18.740Z | Compiling pkcs1 v0.7.5 |
2027 | 2025-03-25T22:18:18.934Z | Compiling waitgroup v0.1.2 |
2028 | 2025-03-25T22:18:19.371Z | Compiling serde_path_to_error v0.1.16 |
2029 | 2025-03-25T22:18:19.577Z | Compiling serde-big-array v0.5.1 |
2030 | 2025-03-25T22:18:19.810Z | Compiling rfc6979 v0.4.0 |
2031 | 2025-03-25T22:18:19.833Z | Compiling sha1 v0.10.6 |
2032 | 2025-03-25T22:18:19.897Z | Compiling float-cmp v0.10.0 |
2033 | 2025-03-25T22:18:20.009Z | Compiling bstr v1.10.0 |
2034 | 2025-03-25T22:18:20.113Z | Compiling hostname v0.4.0 |
2035 | 2025-03-25T22:18:20.157Z | Compiling predicates-core v1.0.8 |
2036 | 2025-03-25T22:18:20.214Z | Compiling normalize-line-endings v0.3.0 |
2037 | 2025-03-25T22:18:20.445Z | Compiling new_debug_unreachable v1.0.6 |
2038 | 2025-03-25T22:18:20.466Z | Compiling precomputed-hash v0.1.1 |
2039 | 2025-03-25T22:18:20.469Z | Compiling unicode-segmentation v1.12.0 |
2040 | 2025-03-25T22:18:20.556Z | Compiling fixedbitset v0.4.2 |
2041 | 2025-03-25T22:18:20.575Z | Compiling difflib v0.4.0 |
2042 | 2025-03-25T22:18:20.617Z | Compiling whoami v1.5.2 |
2043 | 2025-03-25T22:18:20.944Z | Compiling number_prefix v0.4.0 |
2044 | 2025-03-25T22:18:20.965Z | Compiling debug-ignore v1.0.5 |
2045 | 2025-03-25T22:18:21.085Z | Compiling data-encoding v2.6.0 |
2046 | 2025-03-25T22:18:21.134Z | Compiling static_assertions v1.1.0 |
2047 | 2025-03-25T22:18:21.252Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2048 | 2025-03-25T22:18:21.287Z | Compiling similar v2.7.0 |
2049 | 2025-03-25T22:18:21.408Z | Compiling indicatif v0.17.11 |
2050 | 2025-03-25T22:18:21.590Z | Compiling predicates v3.1.3 |
2051 | 2025-03-25T22:18:21.611Z | Compiling tokio-postgres v0.7.13 |
2052 | 2025-03-25T22:18:22.486Z | Compiling hickory-proto v0.24.4 |
2053 | 2025-03-25T22:18:22.884Z | Compiling petgraph v0.6.5 |
2054 | 2025-03-25T22:18:23.062Z | Compiling string_cache v0.8.7 |
2055 | 2025-03-25T22:18:26.993Z | Compiling ecdsa v0.16.9 |
2056 | 2025-03-25T22:18:28.274Z | Compiling rsa v0.9.6 |
2057 | 2025-03-25T22:18:28.482Z | Compiling typify-macro v0.2.0 |
2058 | 2025-03-25T22:18:28.850Z | Compiling ed25519-dalek v2.1.1 |
2059 | 2025-03-25T22:18:29.737Z | Compiling reqwest v0.12.12 |
2060 | 2025-03-25T22:18:30.736Z | Compiling crossterm v0.28.1 |
2061 | 2025-03-25T22:18:30.798Z | Compiling daft v0.1.2 |
2062 | 2025-03-25T22:18:31.107Z | Compiling clap v4.5.32 |
2063 | 2025-03-25T22:18:31.242Z | Compiling zip v0.6.6 |
2064 | 2025-03-25T22:18:32.045Z | Compiling toml v0.7.8 |
2065 | 2025-03-25T22:18:32.169Z | Compiling tokio-stream v0.1.17 |
2066 | 2025-03-25T22:18:32.359Z | Compiling x509-cert v0.2.5 |
2067 | 2025-03-25T22:18:33.353Z | Compiling hex v0.4.3 |
2068 | 2025-03-25T22:18:33.637Z | Compiling itertools v0.10.5 |
2069 | 2025-03-25T22:18:35.052Z | Compiling lalrpop-util v0.19.12 |
2070 | 2025-03-25T22:18:35.699Z | Compiling peg-runtime v0.8.5 |
2071 | 2025-03-25T22:18:36.172Z | Compiling unicode-xid v0.2.6 |
2072 | 2025-03-25T22:18:38.621Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2073 | 2025-03-25T22:18:39.034Z | Compiling proc-macro-crate v1.3.1 |
2074 | 2025-03-25T22:18:40.730Z | Compiling macaddr v1.0.1 |
2075 | 2025-03-25T22:18:41.652Z | Compiling itertools v0.13.0 |
2076 | 2025-03-25T22:18:42.275Z | Compiling thiserror v2.0.12 |
2077 | 2025-03-25T22:18:42.316Z | Compiling fastrand v2.1.1 |
2078 | 2025-03-25T22:18:42.865Z | Compiling heapless v0.8.0 |
2079 | 2025-03-25T22:18:44.793Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2080 | 2025-03-25T22:18:46.485Z | Compiling tempfile v3.13.0 |
2081 | 2025-03-25T22:18:47.954Z | Compiling num_enum_derive v0.5.11 |
2082 | 2025-03-25T22:18:54.705Z | Compiling structmeta-derive v0.3.0 |
2083 | 2025-03-25T22:18:54.831Z | Compiling thiserror-impl v2.0.12 |
2084 | 2025-03-25T22:18:56.380Z | Compiling hash32 v0.3.1 |
2085 | 2025-03-25T22:18:57.134Z | Compiling smoltcp v0.11.0 |
2086 | 2025-03-25T22:18:58.105Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2087 | 2025-03-25T22:19:05.195Z | Compiling structmeta v0.3.0 |
2088 | 2025-03-25T22:19:10.500Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2089 | 2025-03-25T22:19:11.404Z | Compiling num_enum v0.5.11 |
2090 | 2025-03-25T22:19:12.086Z | Compiling typify v0.2.0 |
2091 | 2025-03-25T22:19:12.536Z | Compiling strum_macros v0.26.4 |
2092 | 2025-03-25T22:19:14.276Z | Compiling proc-macro-error-attr v1.0.4 |
2093 | 2025-03-25T22:19:14.634Z | Compiling cobs v0.2.3 |
2094 | 2025-03-25T22:19:15.451Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2095 | 2025-03-25T22:19:15.791Z | Compiling unsafe-libyaml v0.2.11 |
2096 | 2025-03-25T22:19:17.448Z | Compiling serde_yaml v0.9.34+deprecated |
2097 | 2025-03-25T22:19:19.165Z | Compiling strum v0.26.3 |
2098 | 2025-03-25T22:19:19.519Z | Compiling postcard v1.0.10 |
2099 | 2025-03-25T22:19:22.658Z | Compiling progenitor-impl v0.8.0 |
2100 | 2025-03-25T22:19:22.695Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2101 | 2025-03-25T22:19:32.387Z | Compiling foreign-types-macros v0.2.3 |
2102 | 2025-03-25T22:19:32.564Z | Compiling wait-timeout v0.2.0 |
2103 | 2025-03-25T22:19:32.585Z | Compiling proc-macro-error v1.0.4 |
2104 | 2025-03-25T22:19:32.940Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2105 | 2025-03-25T22:19:33.589Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2106 | 2025-03-25T22:19:33.611Z | Compiling unicode-width v0.1.14 |
2107 | 2025-03-25T22:19:34.141Z | Compiling bit-vec v0.8.0 |
2108 | 2025-03-25T22:19:34.332Z | Compiling quick-error v1.2.3 |
2109 | 2025-03-25T22:19:34.695Z | Compiling foreign-types-shared v0.3.1 |
2110 | 2025-03-25T22:19:36.359Z | Compiling foreign-types v0.5.0 |
2111 | 2025-03-25T22:19:36.497Z | Compiling bit-set v0.8.0 |
2112 | 2025-03-25T22:19:36.875Z | Compiling rusty-fork v0.3.0 |
2113 | 2025-03-25T22:19:40.318Z | Compiling tabwriter v1.4.0 |
2114 | 2025-03-25T22:19:42.448Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2115 | 2025-03-25T22:19:48.441Z | Compiling progenitor-macro v0.8.0 |
2116 | 2025-03-25T22:19:53.041Z | Compiling parse-display-derive v0.10.0 |
2117 | 2025-03-25T22:19:55.884Z | Compiling progenitor-client v0.8.0 |
2118 | 2025-03-25T22:19:59.386Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2119 | 2025-03-25T22:20:00.025Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2120 | 2025-03-25T22:20:00.194Z | Compiling rand_xorshift v0.3.0 |
2121 | 2025-03-25T22:20:00.212Z | Compiling cstr-argument v0.1.2 |
2122 | 2025-03-25T22:20:00.499Z | Compiling dropshot v0.16.0 |
2123 | 2025-03-25T22:20:00.519Z | Compiling crucible-workspace-hack v0.1.0 |
2124 | 2025-03-25T22:20:00.825Z | Compiling pretty-hex v0.2.1 |
2125 | 2025-03-25T22:20:00.848Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2126 | 2025-03-25T22:20:01.068Z | Compiling unarray v0.1.4 |
2127 | 2025-03-25T22:20:01.782Z | Compiling proptest v1.6.0 |
2128 | 2025-03-25T22:20:02.019Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2129 | 2025-03-25T22:20:02.615Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2130 | 2025-03-25T22:20:02.735Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2131 | 2025-03-25T22:20:02.952Z | Compiling progenitor v0.8.0 |
2132 | 2025-03-25T22:20:03.207Z | Compiling parse-display v0.10.0 |
2133 | 2025-03-25T22:20:03.551Z | Compiling test-strategy v0.4.0 |
2134 | 2025-03-25T22:20:03.812Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2135 | 2025-03-25T22:20:04.032Z | Compiling colored v2.2.0 |
2136 | 2025-03-25T22:20:04.725Z | Compiling serde_with_macros v3.12.0 |
2137 | 2025-03-25T22:20:05.074Z | Compiling dropshot_endpoint v0.16.0 |
2138 | 2025-03-25T22:20:05.428Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2139 | 2025-03-25T22:20:06.211Z | Compiling instant v0.1.13 |
2140 | 2025-03-25T22:20:06.385Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2141 | 2025-03-25T22:20:06.698Z | Compiling winnow v0.6.20 |
2142 | 2025-03-25T22:20:06.789Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2143 | 2025-03-25T22:20:07.034Z | Compiling serde_with v3.12.0 |
2144 | 2025-03-25T22:20:08.110Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2145 | 2025-03-25T22:20:09.916Z | Compiling backoff v0.4.0 |
2146 | 2025-03-25T22:20:10.215Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2147 | 2025-03-25T22:20:10.696Z | Compiling zone_cfg_derive v0.3.0 |
2148 | 2025-03-25T22:20:11.011Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2149 | 2025-03-25T22:20:11.252Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2150 | 2025-03-25T22:20:11.908Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2151 | 2025-03-25T22:20:11.982Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2152 | 2025-03-25T22:20:12.340Z | Compiling camino-tempfile v1.1.1 |
2153 | 2025-03-25T22:20:12.704Z | Compiling progenitor-client v0.9.1 |
2154 | 2025-03-25T22:20:13.086Z | Compiling num-derive v0.4.2 |
2155 | 2025-03-25T22:20:13.675Z | Compiling sigpipe v0.1.3 |
2156 | 2025-03-25T22:20:13.855Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2157 | 2025-03-25T22:20:14.209Z | Compiling libefi-sys v0.1.0 |
2158 | 2025-03-25T22:20:14.624Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2159 | 2025-03-25T22:20:15.367Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2160 | 2025-03-25T22:20:16.294Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2161 | 2025-03-25T22:20:16.916Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2162 | 2025-03-25T22:20:17.833Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2163 | 2025-03-25T22:20:18.396Z | Compiling zone v0.3.0 |
2164 | 2025-03-25T22:20:19.951Z | Compiling itertools v0.14.0 |
2165 | 2025-03-25T22:20:20.251Z | Compiling smf v0.2.3 |
2166 | 2025-03-25T22:20:21.787Z | Compiling bitfield-struct v0.6.2 |
2167 | 2025-03-25T22:20:21.954Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2168 | 2025-03-25T22:20:22.413Z | Compiling blake3 v1.5.4 |
2169 | 2025-03-25T22:20:23.055Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2170 | 2025-03-25T22:20:23.427Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2171 | 2025-03-25T22:20:23.446Z | Compiling xattr v1.3.1 |
2172 | 2025-03-25T22:20:23.770Z | Compiling filetime v0.2.25 |
2173 | 2025-03-25T22:20:23.795Z | Compiling memmap2 v0.9.5 |
2174 | 2025-03-25T22:20:23.829Z | Compiling arrayvec v0.7.6 |
2175 | 2025-03-25T22:20:24.158Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2176 | 2025-03-25T22:20:24.302Z | Compiling same-file v1.0.6 |
2177 | 2025-03-25T22:20:24.341Z | Compiling arrayref v0.3.9 |
2178 | 2025-03-25T22:20:24.393Z | Compiling constant_time_eq v0.3.1 |
2179 | 2025-03-25T22:20:24.469Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2180 | 2025-03-25T22:20:24.516Z | Compiling walkdir v2.5.0 |
2181 | 2025-03-25T22:20:24.622Z | Compiling tar v0.4.44 |
2182 | 2025-03-25T22:20:26.093Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2183 | 2025-03-25T22:20:26.514Z | Compiling gethostname v0.5.0 |
2184 | 2025-03-25T22:20:26.746Z | Compiling cargo-platform v0.1.8 |
2185 | 2025-03-25T22:20:27.103Z | Compiling topological-sort v0.2.2 |
2186 | 2025-03-25T22:20:27.173Z | Compiling fixedbitset v0.5.7 |
2187 | 2025-03-25T22:20:27.393Z | Compiling omicron-zone-package v0.12.0 |
2188 | 2025-03-25T22:20:27.832Z | Compiling petgraph v0.7.1 |
2189 | 2025-03-25T22:20:28.306Z | Compiling cargo_metadata v0.19.2 |
2190 | 2025-03-25T22:20:28.953Z | Compiling shell-words v1.1.0 |
2191 | 2025-03-25T22:20:29.168Z | Compiling indent_write v2.2.0 |
2192 | 2025-03-25T22:20:36.569Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2193 | 2025-03-25T22:20:38.845Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2194 | 2025-03-25T22:20:43.679Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2195 | 2025-03-25T22:20:57.946Z | Finished `release` profile [optimized] target(s) in 5m 10s |
2196 | 2025-03-25T22:20:58.048Z | Running `target/release/omicron-package -t test target create -p dev` |
2197 | 2025-03-25T22:20:58.099Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2198 | 2025-03-25T22:20:58.102Z | Created new build target 'test' and set it as active |
2199 | 2025-03-25T22:20:58.103Z | |
2200 | 2025-03-25T22:20:58.103Z | real 5:10.690959584 |
2201 | 2025-03-25T22:20:58.103Z | user 35:58.505917051 |
2202 | 2025-03-25T22:20:58.103Z | sys 3:30.214896433 |
2203 | 2025-03-25T22:20:58.103Z | trap 1.132843767 |
2204 | 2025-03-25T22:20:58.103Z | tflt 1.729655677 |
2205 | 2025-03-25T22:20:58.103Z | dflt 0.915937948 |
2206 | 2025-03-25T22:20:58.103Z | kflt 0.000110495 |
2207 | 2025-03-25T22:20:58.103Z | lock 1:09:59.811423830 |
2208 | 2025-03-25T22:20:58.103Z | slp 2:24:53.381159883 |
2209 | 2025-03-25T22:20:58.103Z | lat 2:48.244738379 |
2210 | 2025-03-25T22:20:58.103Z | stop 5:04.544289679 |
2211 | 2025-03-25T22:20:58.103Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2212 | 2025-03-25T22:20:59.143Z | Finished `release` profile [optimized] target(s) in 0.98s |
2213 | 2025-03-25T22:20:59.211Z | Running `target/release/omicron-package -t test package` |
2214 | 2025-03-25T22:20:59.258Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2215 | 2025-03-25T22:21:00.439Z | Compiling ring v0.17.11 |
2216 | 2025-03-25T22:21:00.611Z | Compiling thiserror v2.0.12 |
2217 | 2025-03-25T22:21:00.630Z | Compiling typify-impl v0.3.0 |
2218 | 2025-03-25T22:21:00.648Z | Compiling convert_case v0.4.0 |
2219 | 2025-03-25T22:21:00.651Z | Compiling derive-where v1.2.7 |
2220 | 2025-03-25T22:21:00.651Z | Compiling fastrand v2.1.1 |
2221 | 2025-03-25T22:21:00.651Z | Compiling newline-converter v0.3.0 |
2222 | 2025-03-25T22:21:00.880Z | Compiling expectorate v1.1.0 |
2223 | 2025-03-25T22:21:01.132Z | Compiling tempfile v3.13.0 |
2224 | 2025-03-25T22:21:01.151Z | Compiling password-hash v0.5.0 |
2225 | 2025-03-25T22:21:01.276Z | Compiling derive_more v0.99.19 |
2226 | 2025-03-25T22:21:01.779Z | Compiling blake2 v0.10.6 |
2227 | 2025-03-25T22:21:03.023Z | Compiling base64 v0.21.7 |
2228 | 2025-03-25T22:21:03.205Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2229 | 2025-03-25T22:21:03.412Z | Compiling argon2 v0.5.3 |
2230 | 2025-03-25T22:21:03.994Z | Compiling atomicwrites v0.4.4 |
2231 | 2025-03-25T22:21:04.114Z | Compiling owo-colors v4.2.0 |
2232 | 2025-03-25T22:21:04.515Z | Compiling cancel-safe-futures v0.1.5 |
2233 | 2025-03-25T22:21:04.729Z | Compiling num-rational v0.4.2 |
2234 | 2025-03-25T22:21:04.892Z | Compiling libsw-core v0.3.1 |
2235 | 2025-03-25T22:21:05.175Z | Compiling num-complex v0.4.6 |
2236 | 2025-03-25T22:21:05.652Z | Compiling rustls v0.23.19 |
2237 | 2025-03-25T22:21:05.684Z | Compiling rustls v0.22.4 |
2238 | 2025-03-25T22:21:05.716Z | Compiling libsw v3.4.0 |
2239 | 2025-03-25T22:21:06.303Z | Compiling num v0.4.3 |
2240 | 2025-03-25T22:21:06.706Z | Compiling linear-map v1.2.0 |
2241 | 2025-03-25T22:21:06.784Z | Compiling float-ord v0.3.2 |
2242 | 2025-03-25T22:21:06.992Z | Compiling utf-8 v0.7.6 |
2243 | 2025-03-25T22:21:07.025Z | Compiling swrite v0.1.0 |
2244 | 2025-03-25T22:21:07.111Z | Compiling linked-hash-map v0.5.6 |
2245 | 2025-03-25T22:21:07.162Z | Compiling highway v1.3.0 |
2246 | 2025-03-25T22:21:07.347Z | Compiling tungstenite v0.21.0 |
2247 | 2025-03-25T22:21:07.517Z | Compiling lru-cache v0.1.2 |
2248 | 2025-03-25T22:21:07.767Z | Compiling semver v0.1.20 |
2249 | 2025-03-25T22:21:08.292Z | Compiling rustls-webpki v0.102.8 |
2250 | 2025-03-25T22:21:08.743Z | Compiling tokio-tungstenite v0.21.0 |
2251 | 2025-03-25T22:21:08.939Z | Compiling rustc_version v0.1.7 |
2252 | 2025-03-25T22:21:09.400Z | Compiling resolv-conf v0.7.0 |
2253 | 2025-03-25T22:21:09.953Z | Compiling hickory-resolver v0.24.4 |
2254 | 2025-03-25T22:21:10.505Z | Compiling typify-macro v0.3.0 |
2255 | 2025-03-25T22:21:10.923Z | Compiling newtype_derive v0.1.6 |
2256 | 2025-03-25T22:21:11.284Z | Compiling wait-timeout v0.2.0 |
2257 | 2025-03-25T22:21:11.698Z | Compiling quick-error v1.2.3 |
2258 | 2025-03-25T22:21:11.882Z | Compiling bit-vec v0.8.0 |
2259 | 2025-03-25T22:21:12.133Z | Compiling rusty-fork v0.3.0 |
2260 | 2025-03-25T22:21:12.322Z | Compiling bit-set v0.8.0 |
2261 | 2025-03-25T22:21:12.669Z | Compiling rand_xorshift v0.3.0 |
2262 | 2025-03-25T22:21:12.703Z | Compiling unarray v0.1.4 |
2263 | 2025-03-25T22:21:12.879Z | Compiling humantime v2.1.0 |
2264 | 2025-03-25T22:21:12.909Z | Compiling proptest v1.6.0 |
2265 | 2025-03-25T22:21:13.581Z | Compiling tokio-rustls v0.25.0 |
2266 | 2025-03-25T22:21:13.647Z | Compiling typify v0.3.0 |
2267 | 2025-03-25T22:21:13.901Z | Compiling progenitor-impl v0.9.1 |
2268 | 2025-03-25T22:21:14.034Z | Compiling dropshot v0.12.0 |
2269 | 2025-03-25T22:21:16.747Z | Compiling tokio-rustls v0.26.0 |
2270 | 2025-03-25T22:21:17.246Z | Compiling hyper-rustls v0.27.3 |
2271 | 2025-03-25T22:21:17.811Z | Compiling reqwest v0.12.12 |
2272 | 2025-03-25T22:21:20.630Z | Compiling progenitor-macro v0.9.1 |
2273 | 2025-03-25T22:21:24.119Z | Compiling progenitor-client v0.9.1 |
2274 | 2025-03-25T22:21:24.687Z | Compiling progenitor-client v0.8.0 |
2275 | 2025-03-25T22:21:25.168Z | Compiling progenitor v0.8.0 |
2276 | 2025-03-25T22:21:25.830Z | Compiling parse-display v0.10.0 |
2277 | 2025-03-25T22:21:26.687Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2278 | 2025-03-25T22:21:27.234Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2279 | 2025-03-25T22:21:28.031Z | Compiling dropshot v0.16.0 |
2280 | 2025-03-25T22:21:31.513Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2281 | 2025-03-25T22:21:31.858Z | Compiling strum v0.26.3 |
2282 | 2025-03-25T22:21:32.688Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2283 | 2025-03-25T22:21:32.882Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2284 | 2025-03-25T22:21:35.542Z | Compiling instant v0.1.13 |
2285 | 2025-03-25T22:21:37.937Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2286 | 2025-03-25T22:21:50.643Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2025-03-25T22:21:55.689Z | Compiling progenitor v0.9.1 |
2288 | 2025-03-25T22:21:55.944Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2289 | 2025-03-25T22:21:56.513Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2290 | 2025-03-25T22:21:57.135Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2291 | 2025-03-25T22:21:58.598Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2292 | 2025-03-25T22:21:59.097Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2293 | 2025-03-25T22:21:59.453Z | Compiling backoff v0.4.0 |
2294 | 2025-03-25T22:21:59.813Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2295 | 2025-03-25T22:22:01.572Z | Compiling steno v0.4.1 |
2296 | 2025-03-25T22:22:04.412Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2297 | 2025-03-25T22:22:05.911Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2298 | 2025-03-25T22:22:06.337Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2299 | 2025-03-25T22:22:08.771Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2300 | 2025-03-25T22:22:11.137Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2301 | 2025-03-25T22:22:11.915Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2302 | 2025-03-25T22:22:15.282Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2303 | 2025-03-25T22:22:20.925Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2304 | 2025-03-25T22:22:21.092Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2305 | 2025-03-25T22:22:21.298Z | Compiling serde_with v3.12.0 |
2306 | 2025-03-25T22:22:22.291Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2307 | 2025-03-25T22:22:24.824Z | Compiling macaddr v1.0.1 |
2308 | 2025-03-25T22:22:25.159Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2309 | 2025-03-25T22:22:25.269Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2310 | 2025-03-25T22:22:26.855Z | Compiling qorb v0.2.1 |
2311 | 2025-03-25T22:22:29.813Z | Compiling slog-dtrace v0.3.0 |
2312 | 2025-03-25T22:22:30.371Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2313 | 2025-03-25T22:22:30.393Z | Compiling prettyplease v0.2.30 |
2314 | 2025-03-25T22:22:31.857Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2315 | 2025-03-25T22:22:33.177Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2316 | 2025-03-25T22:22:40.324Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2317 | 2025-03-25T22:22:41.285Z | Compiling half v2.4.1 |
2318 | 2025-03-25T22:22:41.973Z | Compiling ciborium-io v0.2.2 |
2319 | 2025-03-25T22:22:42.031Z | Compiling bytecount v0.6.8 |
2320 | 2025-03-25T22:22:42.145Z | Compiling ciborium-ll v0.2.2 |
2321 | 2025-03-25T22:22:42.371Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2322 | 2025-03-25T22:22:42.671Z | Compiling ciborium v0.2.2 |
2323 | 2025-03-25T22:22:46.574Z | Compiling display-error-chain v0.2.2 |
2324 | 2025-03-25T22:22:46.708Z | Compiling const_format_proc_macros v0.2.34 |
2325 | 2025-03-25T22:22:46.853Z | Compiling same-file v1.0.6 |
2326 | 2025-03-25T22:22:47.122Z | Compiling keccak v0.1.5 |
2327 | 2025-03-25T22:22:47.804Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2328 | 2025-03-25T22:22:48.270Z | Compiling maplit v1.0.2 |
2329 | 2025-03-25T22:22:48.320Z | Compiling crunchy v0.2.2 |
2330 | 2025-03-25T22:22:48.409Z | Compiling sha3 v0.10.8 |
2331 | 2025-03-25T22:22:48.471Z | Compiling const_format v0.2.34 |
2332 | 2025-03-25T22:22:48.835Z | Compiling walkdir v2.5.0 |
2333 | 2025-03-25T22:22:48.886Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2334 | 2025-03-25T22:22:49.282Z | Compiling tiny-keccak v2.0.2 |
2335 | 2025-03-25T22:22:49.426Z | Compiling radium v0.7.0 |
2336 | 2025-03-25T22:22:49.652Z | Compiling blake3 v1.5.4 |
2337 | 2025-03-25T22:22:49.838Z | Compiling dsl_auto_type v0.1.2 |
2338 | 2025-03-25T22:22:49.931Z | Compiling scheduled-thread-pool v0.2.7 |
2339 | 2025-03-25T22:22:50.241Z | Compiling xattr v1.3.1 |
2340 | 2025-03-25T22:22:50.528Z | Compiling diesel_table_macro_syntax v0.2.0 |
2341 | 2025-03-25T22:22:50.889Z | Compiling filetime v0.2.25 |
2342 | 2025-03-25T22:22:51.024Z | Compiling memmap2 v0.9.5 |
2343 | 2025-03-25T22:22:51.210Z | Compiling maybe-uninit v2.0.0 |
2344 | 2025-03-25T22:22:51.240Z | Compiling arrayref v0.3.9 |
2345 | 2025-03-25T22:22:51.363Z | Compiling bit-vec v0.6.3 |
2346 | 2025-03-25T22:22:51.433Z | Compiling tap v1.0.1 |
2347 | 2025-03-25T22:22:51.650Z | Compiling constant_time_eq v0.3.1 |
2348 | 2025-03-25T22:22:51.730Z | Compiling arrayvec v0.7.6 |
2349 | 2025-03-25T22:22:51.835Z | Compiling bit-set v0.5.3 |
2350 | 2025-03-25T22:22:51.855Z | Compiling wyz v0.5.1 |
2351 | 2025-03-25T22:22:52.130Z | Compiling tar v0.4.44 |
2352 | 2025-03-25T22:22:52.311Z | Compiling diesel_derives v2.2.3 |
2353 | 2025-03-25T22:22:52.434Z | Compiling r2d2 v0.8.10 |
2354 | 2025-03-25T22:22:52.786Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2355 | 2025-03-25T22:22:53.212Z | Compiling toolchain_find v0.4.0 |
2356 | 2025-03-25T22:22:53.447Z | Compiling camino-tempfile v1.1.1 |
2357 | 2025-03-25T22:22:53.549Z | Compiling phf_generator v0.11.2 |
2358 | 2025-03-25T22:22:53.716Z | Compiling ascii-canvas v3.0.0 |
2359 | 2025-03-25T22:22:53.796Z | Compiling secrecy v0.8.0 |
2360 | 2025-03-25T22:22:53.879Z | Compiling ena v0.14.3 |
2361 | 2025-03-25T22:22:53.905Z | Compiling async-recursion v1.1.1 |
2362 | 2025-03-25T22:22:54.085Z | Compiling bindgen v0.71.1 |
2363 | 2025-03-25T22:22:54.208Z | Compiling regex-syntax v0.6.29 |
2364 | 2025-03-25T22:22:54.304Z | Compiling crc-catalog v2.4.0 |
2365 | 2025-03-25T22:22:54.483Z | Compiling topological-sort v0.2.2 |
2366 | 2025-03-25T22:22:54.551Z | Compiling packed_struct v0.10.1 |
2367 | 2025-03-25T22:22:54.748Z | Compiling diff v0.1.13 |
2368 | 2025-03-25T22:22:54.991Z | Compiling funty v2.0.0 |
2369 | 2025-03-25T22:22:55.249Z | Compiling omicron-zone-package v0.12.0 |
2370 | 2025-03-25T22:22:55.303Z | Compiling crc v3.2.1 |
2371 | 2025-03-25T22:22:56.071Z | Compiling bitvec v1.0.1 |
2372 | 2025-03-25T22:22:57.392Z | Compiling lalrpop v0.19.12 |
2373 | 2025-03-25T22:22:57.820Z | Compiling phf_codegen v0.11.2 |
2374 | 2025-03-25T22:22:58.052Z | Compiling rustfmt-wrapper v0.2.1 |
2375 | 2025-03-25T22:22:58.761Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2376 | 2025-03-25T22:22:59.177Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2377 | 2025-03-25T22:22:59.430Z | Compiling universal-hash v0.5.1 |
2378 | 2025-03-25T22:22:59.690Z | Compiling thiserror-impl-no-std v2.0.2 |
2379 | 2025-03-25T22:22:59.834Z | Compiling packed_struct_codegen v0.10.1 |
2380 | 2025-03-25T22:23:00.101Z | Compiling parse-zoneinfo v0.3.1 |
2381 | 2025-03-25T22:23:00.580Z | Compiling indexmap v1.9.3 |
2382 | 2025-03-25T22:23:00.939Z | Compiling ref-cast v1.0.23 |
2383 | 2025-03-25T22:23:01.449Z | Compiling rustc-hash v2.1.1 |
2384 | 2025-03-25T22:23:01.496Z | Compiling opaque-debug v0.3.1 |
2385 | 2025-03-25T22:23:01.618Z | Compiling nodrop v0.1.14 |
2386 | 2025-03-25T22:23:01.775Z | Compiling array-init v0.0.4 |
2387 | 2025-03-25T22:23:02.099Z | Compiling thiserror-no-std v2.0.2 |
2388 | 2025-03-25T22:23:02.256Z | Compiling poly1305 v0.8.0 |
2389 | 2025-03-25T22:23:02.572Z | Compiling diesel v2.2.8 |
2390 | 2025-03-25T22:23:02.951Z | Compiling chrono-tz-build v0.4.0 |
2391 | 2025-03-25T22:23:03.754Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2392 | 2025-03-25T22:23:03.957Z | Compiling smallvec v0.6.14 |
2393 | 2025-03-25T22:23:04.470Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2394 | 2025-03-25T22:23:04.819Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2395 | 2025-03-25T22:23:05.158Z | Compiling itertools v0.13.0 |
2396 | 2025-03-25T22:23:06.072Z | Compiling derive_builder_core v0.20.2 |
2397 | 2025-03-25T22:23:08.037Z | Compiling chacha20 v0.9.1 |
2398 | 2025-03-25T22:23:08.532Z | Compiling headers-core v0.3.0 |
2399 | 2025-03-25T22:23:08.736Z | Compiling aead v0.5.2 |
2400 | 2025-03-25T22:23:08.848Z | Compiling libxml v0.3.3 |
2401 | 2025-03-25T22:23:09.143Z | Compiling ref-cast-impl v1.0.23 |
2402 | 2025-03-25T22:23:09.265Z | Compiling vte_generate_state_changes v0.1.2 |
2403 | 2025-03-25T22:23:09.848Z | Compiling hashbrown v0.12.3 |
2404 | 2025-03-25T22:23:10.232Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2405 | 2025-03-25T22:23:10.597Z | Compiling arc-swap v1.7.1 |
2406 | 2025-03-25T22:23:11.036Z | Compiling termcolor v1.4.1 |
2407 | 2025-03-25T22:23:11.262Z | Compiling bitfield v0.14.0 |
2408 | 2025-03-25T22:23:11.592Z | Compiling env_logger v0.10.2 |
2409 | 2025-03-25T22:23:12.105Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2410 | 2025-03-25T22:23:13.973Z | Compiling samael v0.0.18 |
2411 | 2025-03-25T22:23:14.646Z | Compiling slog-scope v4.4.0 |
2412 | 2025-03-25T22:23:15.539Z | Compiling vte v0.11.1 |
2413 | 2025-03-25T22:23:15.673Z | Compiling chacha20poly1305 v0.10.1 |
2414 | 2025-03-25T22:23:15.940Z | Compiling headers v0.4.0 |
2415 | 2025-03-25T22:23:16.081Z | Compiling derive_builder_macro v0.20.2 |
2416 | 2025-03-25T22:23:17.039Z | Compiling serde-hex v0.1.0 |
2417 | 2025-03-25T22:23:17.060Z | Compiling chrono-tz v0.10.1 |
2418 | 2025-03-25T22:23:17.709Z | Compiling vsss-rs v3.3.4 |
2419 | 2025-03-25T22:23:19.131Z | Compiling polar-core v0.27.3 |
2420 | 2025-03-25T22:23:19.429Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2421 | 2025-03-25T22:23:21.856Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2422 | 2025-03-25T22:23:22.024Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2423 | 2025-03-25T22:23:22.182Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2424 | 2025-03-25T22:23:22.273Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2425 | 2025-03-25T22:23:22.600Z | Compiling ron v0.8.1 |
2426 | 2025-03-25T22:23:25.700Z | Compiling hashbrown v0.13.2 |
2427 | 2025-03-25T22:23:26.473Z | Compiling strum_macros v0.24.3 |
2428 | 2025-03-25T22:23:26.923Z | Compiling unicase v2.7.0 |
2429 | 2025-03-25T22:23:27.267Z | Compiling indoc v1.0.9 |
2430 | 2025-03-25T22:23:28.078Z | Compiling crc-any v2.5.0 |
2431 | 2025-03-25T22:23:28.457Z | Compiling object v0.30.4 |
2432 | 2025-03-25T22:23:29.065Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2433 | 2025-03-25T22:23:29.494Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2434 | 2025-03-25T22:23:44.211Z | Compiling derive_builder v0.20.2 |
2435 | 2025-03-25T22:23:44.441Z | Compiling strip-ansi-escapes v0.2.0 |
2436 | 2025-03-25T22:23:48.285Z | Compiling slog-stdlog v4.1.1 |
2437 | 2025-03-25T22:23:48.538Z | Compiling papergrid v0.11.0 |
2438 | 2025-03-25T22:23:49.110Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2439 | 2025-03-25T22:23:49.310Z | Compiling tabled_derive v0.7.0 |
2440 | 2025-03-25T22:23:49.472Z | Compiling fd-lock v4.0.2 |
2441 | 2025-03-25T22:23:49.736Z | Compiling peg-macros v0.8.5 |
2442 | 2025-03-25T22:23:51.311Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2443 | 2025-03-25T22:23:52.287Z | Compiling oso-derive v0.27.3 |
2444 | 2025-03-25T22:23:52.831Z | Compiling impl-trait-for-tuples v0.2.2 |
2445 | 2025-03-25T22:23:53.273Z | Compiling quick-xml v0.37.2 |
2446 | 2025-03-25T22:23:56.277Z | Compiling diesel-dtrace v0.4.2 |
2447 | 2025-03-25T22:23:56.643Z | Compiling path-slash v0.1.5 |
2448 | 2025-03-25T22:23:56.926Z | Compiling nu-ansi-term v0.50.1 |
2449 | 2025-03-25T22:23:58.190Z | Compiling reedline v0.38.0 |
2450 | 2025-03-25T22:23:58.304Z | Compiling oso v0.27.3 |
2451 | 2025-03-25T22:24:02.124Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2452 | 2025-03-25T22:24:14.489Z | Compiling peg v0.8.5 |
2453 | 2025-03-25T22:24:14.668Z | Compiling tabled v0.15.0 |
2454 | 2025-03-25T22:24:14.993Z | Compiling slog-envlogger v2.2.0 |
2455 | 2025-03-25T22:24:17.540Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2456 | 2025-03-25T22:24:20.448Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2457 | 2025-03-25T22:24:21.898Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2458 | 2025-03-25T22:24:22.199Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2459 | 2025-03-25T22:24:22.232Z | Compiling pem v3.0.5 |
2460 | 2025-03-25T22:24:23.761Z | Compiling bb8 v0.8.5 |
2461 | 2025-03-25T22:24:24.373Z | Compiling bcs v0.1.6 |
2462 | 2025-03-25T22:24:25.224Z | Compiling fxhash v0.2.1 |
2463 | 2025-03-25T22:24:25.485Z | Compiling libz-sys v1.1.20 |
2464 | 2025-03-25T22:24:26.181Z | Compiling termtree v0.5.1 |
2465 | 2025-03-25T22:24:26.625Z | Compiling async-bb8-diesel v0.2.1 |
2466 | 2025-03-25T22:24:28.100Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2467 | 2025-03-25T22:24:29.117Z | Compiling kstat-rs v0.2.4 |
2468 | 2025-03-25T22:24:30.929Z | Compiling proc-macro-error-attr2 v2.0.0 |
2469 | 2025-03-25T22:24:31.715Z | Compiling proc-macro-error2 v2.0.1 |
2470 | 2025-03-25T22:24:32.305Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2471 | 2025-03-25T22:24:32.932Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2472 | 2025-03-25T22:24:34.327Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2473 | 2025-03-25T22:24:34.820Z | Compiling nanorand v0.7.0 |
2474 | 2025-03-25T22:24:35.501Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2475 | 2025-03-25T22:24:36.283Z | Compiling pin-project-internal v1.1.6 |
2476 | 2025-03-25T22:24:38.901Z | Compiling parking_lot_core v0.8.6 |
2477 | 2025-03-25T22:24:39.431Z | Compiling pin-project v1.1.6 |
2478 | 2025-03-25T22:24:46.841Z | Compiling flume v0.11.1 |
2479 | 2025-03-25T22:24:46.871Z | Compiling mime_guess v2.0.5 |
2480 | 2025-03-25T22:24:47.506Z | Compiling tabled_derive v0.10.0 |
2481 | 2025-03-25T22:24:48.222Z | Compiling papergrid v0.14.0 |
2482 | 2025-03-25T22:24:49.925Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2483 | 2025-03-25T22:24:52.252Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2484 | 2025-03-25T22:24:52.973Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2485 | 2025-03-25T22:24:57.373Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2486 | 2025-03-25T22:24:59.238Z | Compiling snafu-derive v0.8.5 |
2487 | 2025-03-25T22:25:00.490Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2488 | 2025-03-25T22:25:00.920Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2489 | 2025-03-25T22:25:00.978Z | Compiling tabled v0.18.0 |
2490 | 2025-03-25T22:25:03.477Z | Compiling snafu v0.8.5 |
2491 | 2025-03-25T22:25:06.137Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2492 | 2025-03-25T22:25:11.611Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2493 | 2025-03-25T22:25:17.478Z | Compiling globset v0.4.15 |
2494 | 2025-03-25T22:25:20.699Z | Compiling olpc-cjson v0.1.4 |
2495 | 2025-03-25T22:25:21.017Z | Compiling vergen v8.3.2 |
2496 | 2025-03-25T22:25:21.373Z | Compiling castaway v0.2.3 |
2497 | 2025-03-25T22:25:21.594Z | Compiling nibble_vec v0.1.0 |
2498 | 2025-03-25T22:25:21.867Z | Compiling serde_plain v1.0.2 |
2499 | 2025-03-25T22:25:22.430Z | Compiling cargo-platform v0.1.8 |
2500 | 2025-03-25T22:25:22.957Z | Compiling atty v0.2.14 |
2501 | 2025-03-25T22:25:23.149Z | Compiling typed-path v0.9.3 |
2502 | 2025-03-25T22:25:23.389Z | Compiling salty v0.3.0 |
2503 | 2025-03-25T22:25:23.850Z | Compiling io-lifetimes v1.0.11 |
2504 | 2025-03-25T22:25:24.426Z | Compiling endian-type v0.1.2 |
2505 | 2025-03-25T22:25:24.693Z | Compiling http-range v0.1.5 |
2506 | 2025-03-25T22:25:25.282Z | Compiling radix_trie v0.2.1 |
2507 | 2025-03-25T22:25:26.266Z | Compiling tough v0.19.0 |
2508 | 2025-03-25T22:25:29.127Z | Compiling cargo_metadata v0.18.1 |
2509 | 2025-03-25T22:25:29.881Z | Compiling compact_str v0.8.0 |
2510 | 2025-03-25T22:25:30.424Z | Compiling git2 v0.19.0 |
2511 | 2025-03-25T22:25:32.091Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2512 | 2025-03-25T22:25:32.388Z | Compiling parking_lot v0.11.2 |
2513 | 2025-03-25T22:25:36.226Z | Compiling unicode-truncate v1.1.0 |
2514 | 2025-03-25T22:25:36.534Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2515 | 2025-03-25T22:25:38.358Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2516 | 2025-03-25T22:25:41.143Z | Compiling lru v0.12.5 |
2517 | 2025-03-25T22:25:41.520Z | Compiling rand_seeder v0.3.0 |
2518 | 2025-03-25T22:25:41.971Z | Compiling lzma-sys v0.1.20 |
2519 | 2025-03-25T22:25:42.680Z | Compiling instability v0.3.2 |
2520 | 2025-03-25T22:25:43.400Z | Compiling rustls v0.21.12 |
2521 | 2025-03-25T22:25:43.415Z | Compiling rustix v0.37.28 |
2522 | 2025-03-25T22:25:43.415Z | Compiling parse-size v1.1.0 |
2523 | 2025-03-25T22:25:43.623Z | Compiling cassowary v0.3.0 |
2524 | 2025-03-25T22:25:43.643Z | Compiling indoc v2.0.6 |
2525 | 2025-03-25T22:25:43.994Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2526 | 2025-03-25T22:25:44.502Z | Compiling ratatui v0.29.0 |
2527 | 2025-03-25T22:25:44.523Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2528 | 2025-03-25T22:25:44.769Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2529 | 2025-03-25T22:25:48.525Z | Compiling hyper-staticfile v0.10.1 |
2530 | 2025-03-25T22:25:49.750Z | Compiling sled v0.34.7 |
2531 | 2025-03-25T22:25:51.333Z | Compiling hickory-client v0.24.4 |
2532 | 2025-03-25T22:25:53.347Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2533 | 2025-03-25T22:25:54.596Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2534 | 2025-03-25T22:25:56.104Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2535 | 2025-03-25T22:25:58.027Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2536 | 2025-03-25T22:25:59.550Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2537 | 2025-03-25T22:25:59.899Z | Compiling rustls-webpki v0.101.7 |
2538 | 2025-03-25T22:26:00.236Z | Compiling sct v0.7.1 |
2539 | 2025-03-25T22:26:00.694Z | Compiling hickory-server v0.24.4 |
2540 | 2025-03-25T22:26:02.990Z | Compiling primeorder v0.13.6 |
2541 | 2025-03-25T22:26:03.585Z | Compiling heck v0.3.3 |
2542 | 2025-03-25T22:26:03.715Z | Compiling env_filter v0.1.2 |
2543 | 2025-03-25T22:26:03.941Z | Compiling csv-core v0.1.11 |
2544 | 2025-03-25T22:26:04.139Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2545 | 2025-03-25T22:26:04.595Z | Compiling csv v1.3.1 |
2546 | 2025-03-25T22:26:04.799Z | Compiling env_logger v0.11.5 |
2547 | 2025-03-25T22:26:05.253Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2548 | 2025-03-25T22:26:06.251Z | Compiling zone_cfg_derive v0.1.2 |
2549 | 2025-03-25T22:26:06.711Z | Compiling p384 v0.13.0 |
2550 | 2025-03-25T22:26:12.061Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2551 | 2025-03-25T22:26:12.983Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2552 | 2025-03-25T22:26:14.184Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2553 | 2025-03-25T22:26:15.240Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2554 | 2025-03-25T22:26:15.286Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2555 | 2025-03-25T22:26:15.675Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2556 | 2025-03-25T22:26:16.036Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2557 | 2025-03-25T22:26:16.143Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2558 | 2025-03-25T22:26:16.391Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2559 | 2025-03-25T22:26:16.497Z | Compiling tungstenite v0.23.0 |
2560 | 2025-03-25T22:26:16.741Z | Compiling nix v0.27.1 |
2561 | 2025-03-25T22:26:19.506Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2562 | 2025-03-25T22:26:20.217Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2563 | 2025-03-25T22:26:20.585Z | Compiling base64 v0.13.1 |
2564 | 2025-03-25T22:26:21.373Z | Compiling ron v0.7.1 |
2565 | 2025-03-25T22:26:21.984Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2566 | 2025-03-25T22:26:22.674Z | Compiling tokio-tungstenite v0.23.1 |
2567 | 2025-03-25T22:26:23.440Z | Compiling xz2 v0.1.7 |
2568 | 2025-03-25T22:26:25.077Z | Compiling terminal_size v0.2.6 |
2569 | 2025-03-25T22:26:25.347Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2570 | 2025-03-25T22:26:26.569Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2571 | 2025-03-25T22:26:32.341Z | Compiling tokio-rustls v0.24.1 |
2572 | 2025-03-25T22:26:32.571Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2573 | 2025-03-25T22:26:32.842Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2574 | 2025-03-25T22:26:32.891Z | Compiling zone v0.1.8 |
2575 | 2025-03-25T22:26:32.929Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2576 | 2025-03-25T22:26:33.961Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2577 | 2025-03-25T22:26:34.121Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2578 | 2025-03-25T22:26:34.789Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2579 | 2025-03-25T22:26:35.706Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2580 | 2025-03-25T22:26:36.216Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2581 | 2025-03-25T22:26:38.787Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2582 | 2025-03-25T22:26:39.615Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2583 | 2025-03-25T22:26:43.571Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2584 | 2025-03-25T22:26:43.589Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2585 | 2025-03-25T22:26:43.959Z | Compiling rustls-pemfile v1.0.4 |
2586 | 2025-03-25T22:26:44.749Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2587 | 2025-03-25T22:26:45.490Z | Compiling signal-hook-tokio v0.3.1 |
2588 | 2025-03-25T22:26:45.746Z | Compiling twox-hash v2.1.0 |
2589 | 2025-03-25T22:26:46.757Z | Compiling yasna v0.5.2 |
2590 | 2025-03-25T22:26:47.164Z | Compiling smawk v0.3.2 |
2591 | 2025-03-25T22:26:47.245Z | Compiling unicode-linebreak v0.1.5 |
2592 | 2025-03-25T22:26:47.481Z | Compiling glob v0.3.2 |
2593 | 2025-03-25T22:26:47.585Z | Compiling is_ci v1.2.0 |
2594 | 2025-03-25T22:26:47.821Z | Compiling supports-color v3.0.2 |
2595 | 2025-03-25T22:26:47.926Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2596 | 2025-03-25T22:26:48.316Z | Compiling rcgen v0.12.1 |
2597 | 2025-03-25T22:26:49.639Z | Compiling textwrap v0.16.1 |
2598 | 2025-03-25T22:26:53.220Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2599 | 2025-03-25T22:26:53.670Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2600 | 2025-03-25T22:26:54.735Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2601 | 2025-03-25T22:26:55.176Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2602 | 2025-03-25T22:27:01.038Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2603 | 2025-03-25T22:27:03.302Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2604 | 2025-03-25T22:27:14.814Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2605 | 2025-03-25T22:27:15.223Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2606 | 2025-03-25T22:27:15.590Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2607 | 2025-03-25T22:27:15.743Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2608 | 2025-03-25T22:27:19.494Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2609 | 2025-03-25T22:27:25.263Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2610 | 2025-03-25T22:27:25.848Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2611 | 2025-03-25T22:27:26.770Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2612 | 2025-03-25T22:27:36.549Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2613 | 2025-03-25T22:27:40.573Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2614 | 2025-03-25T22:27:42.007Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2615 | 2025-03-25T22:27:43.268Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2616 | 2025-03-25T22:27:43.611Z | Compiling fatfs v0.3.6 |
2617 | 2025-03-25T22:27:43.955Z | Compiling rtoolbox v0.0.2 |
2618 | 2025-03-25T22:27:44.400Z | Compiling subprocess v0.2.9 |
2619 | 2025-03-25T22:27:44.419Z | Compiling assert_matches v1.5.0 |
2620 | 2025-03-25T22:27:44.546Z | Compiling rpassword v7.3.1 |
2621 | 2025-03-25T22:27:46.348Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2622 | 2025-03-25T22:27:48.269Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2623 | 2025-03-25T22:27:49.082Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2624 | 2025-03-25T22:27:54.194Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2625 | 2025-03-25T22:28:01.078Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2626 | 2025-03-25T22:28:20.332Z | Compiling tui-tree-widget v0.23.0 |
2627 | 2025-03-25T22:28:20.813Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2628 | 2025-03-25T22:28:22.322Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2629 | 2025-03-25T22:28:22.666Z | Compiling uzers v0.12.1 |
2630 | 2025-03-25T22:28:25.789Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2631 | 2025-03-25T22:28:33.040Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2632 | 2025-03-25T22:28:34.105Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2633 | 2025-03-25T22:28:37.829Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2634 | 2025-03-25T22:28:48.585Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2635 | 2025-03-25T22:28:53.206Z | Compiling multimap v0.10.0 |
2636 | 2025-03-25T22:31:13.184Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2637 | 2025-03-25T22:38:32.018Z | Finished `release` profile [optimized] target(s) in 17m 32s |
2638 | 2025-03-25T22:39:39.730Z | |
2639 | 2025-03-25T22:39:39.734Z | real 18:41.590332475 |
2640 | 2025-03-25T22:39:39.734Z | user 2:12:25.955324391 |
2641 | 2025-03-25T22:39:39.734Z | sys 3:37.617187716 |
2642 | 2025-03-25T22:39:39.734Z | trap 3.324296413 |
2643 | 2025-03-25T22:39:39.734Z | tflt 1.869428967 |
2644 | 2025-03-25T22:39:39.734Z | dflt 4.764886130 |
2645 | 2025-03-25T22:39:39.735Z | kflt 0.000842389 |
2646 | 2025-03-25T22:39:39.735Z | lock 7:54:23.620191442 |
2647 | 2025-03-25T22:39:39.735Z | slp 6:49:22.112516811 |
2648 | 2025-03-25T22:39:39.735Z | lat 3:37.695709883 |
2649 | 2025-03-25T22:39:39.735Z | stop 2:58.523015889 |
2650 | 2025-03-25T22:39:39.735Z | + mapfile -t packages |
2651 | 2025-03-25T22:39:39.735Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2652 | 2025-03-25T22:39:40.834Z | Compiling ring v0.17.11 |
2653 | 2025-03-25T22:39:42.505Z | Compiling rustls v0.23.19 |
2654 | 2025-03-25T22:39:42.542Z | Compiling rustls v0.22.4 |
2655 | 2025-03-25T22:39:44.166Z | Compiling rustls-webpki v0.102.8 |
2656 | 2025-03-25T22:39:48.558Z | Compiling tokio-rustls v0.25.0 |
2657 | 2025-03-25T22:39:48.970Z | Compiling dropshot v0.12.0 |
2658 | 2025-03-25T22:39:50.121Z | Compiling tokio-rustls v0.26.0 |
2659 | 2025-03-25T22:39:50.597Z | Compiling hyper-rustls v0.27.3 |
2660 | 2025-03-25T22:39:51.187Z | Compiling reqwest v0.12.12 |
2661 | 2025-03-25T22:39:52.941Z | Compiling dropshot v0.16.0 |
2662 | 2025-03-25T22:39:58.594Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2663 | 2025-03-25T22:39:59.185Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2664 | 2025-03-25T22:40:00.621Z | Compiling progenitor-client v0.8.0 |
2665 | 2025-03-25T22:40:01.041Z | Compiling progenitor v0.8.0 |
2666 | 2025-03-25T22:40:01.436Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2667 | 2025-03-25T22:40:01.526Z | Compiling progenitor-client v0.9.1 |
2668 | 2025-03-25T22:40:02.509Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2669 | 2025-03-25T22:40:05.828Z | Compiling omicron-zone-package v0.12.0 |
2670 | 2025-03-25T22:40:11.686Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2671 | 2025-03-25T22:40:23.342Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2672 | 2025-03-25T22:40:27.693Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2673 | 2025-03-25T22:40:29.634Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2674 | 2025-03-25T22:40:31.556Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2675 | 2025-03-25T22:40:46.153Z | Finished `release` profile [optimized] target(s) in 1m 06s |
2676 | 2025-03-25T22:40:46.330Z | Running `target/release/omicron-package -t test list-outputs` |
2677 | 2025-03-25T22:40:46.387Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2678 | 2025-03-25T22:40:46.390Z | + ptime -m cargo build --locked --release -p xtask |
2679 | 2025-03-25T22:40:46.995Z | Compiling serde v1.0.218 |
2680 | 2025-03-25T22:40:46.999Z | Compiling serde_json v1.0.139 |
2681 | 2025-03-25T22:40:46.999Z | Compiling rustix v0.38.37 |
2682 | 2025-03-25T22:40:46.999Z | Compiling libc v0.2.170 |
2683 | 2025-03-25T22:40:47.092Z | Compiling syn v2.0.98 |
2684 | 2025-03-25T22:40:47.113Z | Compiling bitflags v2.6.0 |
2685 | 2025-03-25T22:40:47.449Z | Compiling usdt-impl v0.5.0 |
2686 | 2025-03-25T22:40:47.499Z | Compiling syn v1.0.109 |
2687 | 2025-03-25T22:40:47.636Z | Compiling log v0.4.22 |
2688 | 2025-03-25T22:40:47.658Z | Compiling hashbrown v0.15.1 |
2689 | 2025-03-25T22:40:47.885Z | Compiling fs-err v2.11.0 |
2690 | 2025-03-25T22:40:48.096Z | Compiling once_cell v1.20.3 |
2691 | 2025-03-25T22:40:48.245Z | Compiling anyhow v1.0.97 |
2692 | 2025-03-25T22:40:48.453Z | Compiling thread-id v4.2.2 |
2693 | 2025-03-25T22:40:48.902Z | Compiling indexmap v2.7.1 |
2694 | 2025-03-25T22:40:50.026Z | Compiling terminal_size v0.4.0 |
2695 | 2025-03-25T22:40:50.029Z | Compiling tempfile v3.13.0 |
2696 | 2025-03-25T22:40:50.294Z | Compiling clap_builder v4.5.32 |
2697 | 2025-03-25T22:40:51.126Z | Compiling proc-macro-error v1.0.4 |
2698 | 2025-03-25T22:40:51.661Z | Compiling tabled_derive v0.7.0 |
2699 | 2025-03-25T22:40:52.796Z | Compiling tabled v0.15.0 |
2700 | 2025-03-25T22:40:53.307Z | Compiling serde_derive v1.0.218 |
2701 | 2025-03-25T22:40:53.310Z | Compiling thiserror-impl v1.0.69 |
2702 | 2025-03-25T22:40:53.310Z | Compiling zerocopy-derive v0.7.35 |
2703 | 2025-03-25T22:40:53.310Z | Compiling scroll_derive v0.12.0 |
2704 | 2025-03-25T22:40:53.310Z | Compiling thiserror-impl v2.0.12 |
2705 | 2025-03-25T22:40:54.666Z | Compiling scroll v0.12.0 |
2706 | 2025-03-25T22:40:55.213Z | Compiling zerocopy v0.7.35 |
2707 | 2025-03-25T22:40:55.792Z | Compiling thiserror v1.0.69 |
2708 | 2025-03-25T22:40:55.975Z | Compiling pest v2.7.14 |
2709 | 2025-03-25T22:40:56.614Z | Compiling goblin v0.8.2 |
2710 | 2025-03-25T22:40:56.693Z | Compiling thiserror v2.0.12 |
2711 | 2025-03-25T22:40:56.886Z | Compiling clap_derive v4.5.32 |
2712 | 2025-03-25T22:40:58.911Z | Compiling pest_meta v2.7.14 |
2713 | 2025-03-25T22:41:00.317Z | Compiling pest_generator v2.7.14 |
2714 | 2025-03-25T22:41:01.990Z | Compiling clap v4.5.32 |
2715 | 2025-03-25T22:41:02.334Z | Compiling pest_derive v2.7.14 |
2716 | 2025-03-25T22:41:03.185Z | Compiling dtrace-parser v0.2.0 |
2717 | 2025-03-25T22:41:07.665Z | Compiling serde_tokenstream v0.2.2 |
2718 | 2025-03-25T22:41:08.267Z | Compiling dof v0.3.0 |
2719 | 2025-03-25T22:41:08.787Z | Compiling toml_datetime v0.6.8 |
2720 | 2025-03-25T22:41:09.488Z | Compiling serde_spanned v0.6.8 |
2721 | 2025-03-25T22:41:09.776Z | Compiling toml_edit v0.22.24 |
2722 | 2025-03-25T22:41:10.820Z | Compiling camino v1.1.9 |
2723 | 2025-03-25T22:41:12.114Z | Compiling usdt-attr-macro v0.5.0 |
2724 | 2025-03-25T22:41:12.495Z | Compiling usdt-macro v0.5.0 |
2725 | 2025-03-25T22:41:13.449Z | Compiling cargo-platform v0.1.8 |
2726 | 2025-03-25T22:41:13.738Z | Compiling semver v1.0.25 |
2727 | 2025-03-25T22:41:14.541Z | Compiling toml v0.8.20 |
2728 | 2025-03-25T22:41:15.226Z | Compiling cargo_metadata v0.19.2 |
2729 | 2025-03-25T22:41:16.302Z | Compiling cargo_toml v0.21.0 |
2730 | 2025-03-25T22:41:19.761Z | Compiling usdt v0.5.0 |
2731 | 2025-03-25T22:41:20.202Z | Compiling camino-tempfile v1.1.1 |
2732 | 2025-03-25T22:41:20.811Z | Compiling macaddr v1.0.1 |
2733 | 2025-03-25T22:41:29.839Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2734 | 2025-03-25T22:41:35.547Z | Finished `release` profile [optimized] target(s) in 49.10s |
2735 | 2025-03-25T22:41:35.669Z | |
2736 | 2025-03-25T22:41:35.673Z | real 49.248873070 |
2737 | 2025-03-25T22:41:35.673Z | user 5:19.792641763 |
2738 | 2025-03-25T22:41:35.673Z | sys 19.439554584 |
2739 | 2025-03-25T22:41:35.673Z | trap 0.152108168 |
2740 | 2025-03-25T22:41:35.673Z | tflt 0.240075981 |
2741 | 2025-03-25T22:41:35.673Z | dflt 0.399221652 |
2742 | 2025-03-25T22:41:35.673Z | kflt 0.000007539 |
2743 | 2025-03-25T22:41:35.673Z | lock 10:19.650950907 |
2744 | 2025-03-25T22:41:35.673Z | slp 16:03.158334681 |
2745 | 2025-03-25T22:41:35.673Z | lat 15.438671310 |
2746 | 2025-03-25T22:41:35.673Z | stop 20.931981432 |
2747 | 2025-03-25T22:41:35.673Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2748 | 2025-03-25T22:41:35.673Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2749 | 2025-03-25T22:41:35.673Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2750 | 2025-03-25T22:41:35.673Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2751 | 2025-03-25T22:41:35.673Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2752 | 2025-03-25T22:41:36.597Z | Compiling regress v0.10.3 |
2753 | 2025-03-25T22:41:36.735Z | Compiling thiserror-impl v2.0.12 |
2754 | 2025-03-25T22:41:36.749Z | Compiling ident_case v1.0.1 |
2755 | 2025-03-25T22:41:36.753Z | Compiling unsafe-libyaml v0.2.11 |
2756 | 2025-03-25T22:41:36.753Z | Compiling progenitor-client v0.9.1 |
2757 | 2025-03-25T22:41:36.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2758 | 2025-03-25T22:41:36.753Z | Compiling tempfile v3.13.0 |
2759 | 2025-03-25T22:41:36.762Z | Compiling quick-error v1.2.3 |
2760 | 2025-03-25T22:41:36.933Z | Compiling darling_core v0.20.10 |
2761 | 2025-03-25T22:41:36.976Z | Compiling macaddr v1.0.1 |
2762 | 2025-03-25T22:41:37.324Z | Compiling progenitor-client v0.8.0 |
2763 | 2025-03-25T22:41:37.346Z | Compiling structmeta-derive v0.3.0 |
2764 | 2025-03-25T22:41:37.411Z | Compiling instant v0.1.13 |
2765 | 2025-03-25T22:41:37.585Z | Compiling wait-timeout v0.2.0 |
2766 | 2025-03-25T22:41:37.606Z | Compiling dropshot v0.16.0 |
2767 | 2025-03-25T22:41:37.787Z | Compiling bit-vec v0.8.0 |
2768 | 2025-03-25T22:41:38.024Z | Compiling serde_yaml v0.9.34+deprecated |
2769 | 2025-03-25T22:41:38.115Z | Compiling rusty-fork v0.3.0 |
2770 | 2025-03-25T22:41:38.531Z | Compiling bit-set v0.8.0 |
2771 | 2025-03-25T22:41:38.540Z | Compiling dropshot_endpoint v0.16.0 |
2772 | 2025-03-25T22:41:38.569Z | Compiling rand_xorshift v0.3.0 |
2773 | 2025-03-25T22:41:38.815Z | Compiling unarray v0.1.4 |
2774 | 2025-03-25T22:41:38.936Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2775 | 2025-03-25T22:41:39.001Z | Compiling proptest v1.6.0 |
2776 | 2025-03-25T22:41:39.128Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2777 | 2025-03-25T22:41:39.874Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2778 | 2025-03-25T22:41:39.877Z | Compiling thiserror v2.0.12 |
2779 | 2025-03-25T22:41:40.014Z | Compiling structmeta v0.3.0 |
2780 | 2025-03-25T22:41:40.064Z | Compiling backoff v0.4.0 |
2781 | 2025-03-25T22:41:40.088Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2782 | 2025-03-25T22:41:40.417Z | Compiling typify-impl v0.2.0 |
2783 | 2025-03-25T22:41:40.442Z | Compiling parse-display-derive v0.10.0 |
2784 | 2025-03-25T22:41:40.837Z | Compiling test-strategy v0.4.0 |
2785 | 2025-03-25T22:41:41.457Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2786 | 2025-03-25T22:41:41.674Z | Compiling proc-macro-crate v1.3.1 |
2787 | 2025-03-25T22:41:41.983Z | Compiling typify-impl v0.3.0 |
2788 | 2025-03-25T22:41:42.589Z | Compiling num_enum_derive v0.5.11 |
2789 | 2025-03-25T22:41:42.736Z | Compiling darling_macro v0.20.10 |
2790 | 2025-03-25T22:41:43.736Z | Compiling darling v0.20.10 |
2791 | 2025-03-25T22:41:43.882Z | Compiling serde_with_macros v3.12.0 |
2792 | 2025-03-25T22:41:44.325Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2793 | 2025-03-25T22:41:44.348Z | Compiling parse-display v0.10.0 |
2794 | 2025-03-25T22:41:44.741Z | Compiling itertools v0.13.0 |
2795 | 2025-03-25T22:41:44.957Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2796 | 2025-03-25T22:41:44.979Z | Compiling num_enum v0.5.11 |
2797 | 2025-03-25T22:41:45.178Z | Compiling crucible-workspace-hack v0.1.0 |
2798 | 2025-03-25T22:41:45.518Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2799 | 2025-03-25T22:41:45.859Z | Compiling heapless v0.8.0 |
2800 | 2025-03-25T22:41:45.947Z | Compiling proc-macro-error v1.0.4 |
2801 | 2025-03-25T22:41:46.469Z | Compiling serde_with v3.12.0 |
2802 | 2025-03-25T22:41:46.560Z | Compiling camino-tempfile v1.1.1 |
2803 | 2025-03-25T22:41:46.832Z | Compiling hash32 v0.3.1 |
2804 | 2025-03-25T22:41:47.017Z | Compiling foreign-types-macros v0.2.3 |
2805 | 2025-03-25T22:41:47.116Z | Compiling foreign-types-shared v0.3.1 |
2806 | 2025-03-25T22:41:47.268Z | Compiling smoltcp v0.11.0 |
2807 | 2025-03-25T22:41:47.664Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2808 | 2025-03-25T22:41:48.292Z | Compiling foreign-types v0.5.0 |
2809 | 2025-03-25T22:41:48.802Z | Compiling tabwriter v1.4.0 |
2810 | 2025-03-25T22:41:49.274Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2811 | 2025-03-25T22:41:49.295Z | Compiling cstr-argument v0.1.2 |
2812 | 2025-03-25T22:41:49.565Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2813 | 2025-03-25T22:41:49.908Z | Compiling pretty-hex v0.2.1 |
2814 | 2025-03-25T22:41:50.123Z | Compiling cobs v0.2.3 |
2815 | 2025-03-25T22:41:50.145Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2816 | 2025-03-25T22:41:50.259Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2817 | 2025-03-25T22:41:50.356Z | Compiling postcard v1.0.10 |
2818 | 2025-03-25T22:41:50.448Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2819 | 2025-03-25T22:41:50.997Z | Compiling colored v2.2.0 |
2820 | 2025-03-25T22:41:51.020Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2821 | 2025-03-25T22:41:51.374Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2822 | 2025-03-25T22:41:51.582Z | Compiling winnow v0.6.20 |
2823 | 2025-03-25T22:41:51.759Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2824 | 2025-03-25T22:41:51.776Z | Compiling smf v0.2.3 |
2825 | 2025-03-25T22:41:52.674Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2826 | 2025-03-25T22:41:52.950Z | Compiling zone_cfg_derive v0.3.0 |
2827 | 2025-03-25T22:41:53.040Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2828 | 2025-03-25T22:41:53.476Z | Compiling itertools v0.14.0 |
2829 | 2025-03-25T22:41:54.187Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2830 | 2025-03-25T22:41:54.420Z | Compiling num-derive v0.4.2 |
2831 | 2025-03-25T22:41:54.804Z | Compiling typify-macro v0.2.0 |
2832 | 2025-03-25T22:41:55.009Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2833 | 2025-03-25T22:41:55.152Z | Compiling sigpipe v0.1.3 |
2834 | 2025-03-25T22:41:55.301Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2835 | 2025-03-25T22:41:55.686Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2836 | 2025-03-25T22:41:56.437Z | Compiling zone v0.3.0 |
2837 | 2025-03-25T22:41:56.612Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2838 | 2025-03-25T22:41:56.740Z | Compiling typify-macro v0.3.0 |
2839 | 2025-03-25T22:41:56.778Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2840 | 2025-03-25T22:41:57.072Z | Compiling universal-hash v0.5.1 |
2841 | 2025-03-25T22:41:57.311Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2842 | 2025-03-25T22:41:57.486Z | Compiling opaque-debug v0.3.1 |
2843 | 2025-03-25T22:41:57.592Z | Compiling utf-8 v0.7.6 |
2844 | 2025-03-25T22:41:57.615Z | Compiling num-rational v0.4.2 |
2845 | 2025-03-25T22:41:57.836Z | Compiling password-hash v0.5.0 |
2846 | 2025-03-25T22:41:57.947Z | Compiling tungstenite v0.21.0 |
2847 | 2025-03-25T22:41:58.519Z | Compiling typify v0.2.0 |
2848 | 2025-03-25T22:41:58.685Z | Compiling progenitor-impl v0.8.0 |
2849 | 2025-03-25T22:41:58.835Z | Compiling blake2 v0.10.6 |
2850 | 2025-03-25T22:41:58.998Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2851 | 2025-03-25T22:41:59.175Z | Compiling aead v0.5.2 |
2852 | 2025-03-25T22:41:59.196Z | Compiling num-complex v0.4.6 |
2853 | 2025-03-25T22:41:59.580Z | Compiling convert_case v0.4.0 |
2854 | 2025-03-25T22:41:59.879Z | Compiling base64 v0.21.7 |
2855 | 2025-03-25T22:42:00.149Z | Compiling keccak v0.1.5 |
2856 | 2025-03-25T22:42:00.271Z | Compiling num v0.4.3 |
2857 | 2025-03-25T22:42:00.361Z | Compiling derive_more v0.99.19 |
2858 | 2025-03-25T22:42:00.405Z | Compiling argon2 v0.5.3 |
2859 | 2025-03-25T22:42:00.551Z | Compiling typify v0.3.0 |
2860 | 2025-03-25T22:42:00.580Z | Compiling sha3 v0.10.8 |
2861 | 2025-03-25T22:42:00.715Z | Compiling progenitor-impl v0.9.1 |
2862 | 2025-03-25T22:42:01.086Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2863 | 2025-03-25T22:42:01.278Z | Compiling tokio-tungstenite v0.21.0 |
2864 | 2025-03-25T22:42:01.615Z | Compiling poly1305 v0.8.0 |
2865 | 2025-03-25T22:42:01.882Z | Compiling chacha20 v0.9.1 |
2866 | 2025-03-25T22:42:02.326Z | Compiling float-ord v0.3.2 |
2867 | 2025-03-25T22:42:02.403Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2868 | 2025-03-25T22:42:02.529Z | Compiling derive-where v1.2.7 |
2869 | 2025-03-25T22:42:02.852Z | Compiling semver v0.1.20 |
2870 | 2025-03-25T22:42:03.186Z | Compiling same-file v1.0.6 |
2871 | 2025-03-25T22:42:03.293Z | Compiling rustc_version v0.1.7 |
2872 | 2025-03-25T22:42:03.494Z | Compiling walkdir v2.5.0 |
2873 | 2025-03-25T22:42:03.528Z | Compiling newline-converter v0.3.0 |
2874 | 2025-03-25T22:42:03.737Z | Compiling primeorder v0.13.6 |
2875 | 2025-03-25T22:42:03.766Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2876 | 2025-03-25T22:42:04.165Z | Compiling secrecy v0.8.0 |
2877 | 2025-03-25T22:42:04.287Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2878 | 2025-03-25T22:42:04.388Z | Compiling cancel-safe-futures v0.1.5 |
2879 | 2025-03-25T22:42:04.432Z | Compiling linked-hash-map v0.5.6 |
2880 | 2025-03-25T22:42:04.785Z | Compiling owo-colors v4.2.0 |
2881 | 2025-03-25T22:42:04.858Z | Compiling lru-cache v0.1.2 |
2882 | 2025-03-25T22:42:05.094Z | Compiling newtype_derive v0.1.6 |
2883 | 2025-03-25T22:42:05.116Z | Compiling expectorate v1.1.0 |
2884 | 2025-03-25T22:42:05.316Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2885 | 2025-03-25T22:42:05.407Z | Compiling progenitor-macro v0.8.0 |
2886 | 2025-03-25T22:42:05.448Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2887 | 2025-03-25T22:42:05.470Z | Compiling resolv-conf v0.7.0 |
2888 | 2025-03-25T22:42:05.490Z | Compiling thiserror-impl-no-std v2.0.2 |
2889 | 2025-03-25T22:42:05.731Z | Compiling libsw-core v0.3.1 |
2890 | 2025-03-25T22:42:05.754Z | Compiling blake3 v1.5.4 |
2891 | 2025-03-25T22:42:06.035Z | Compiling half v2.4.1 |
2892 | 2025-03-25T22:42:06.190Z | Compiling unicase v2.7.0 |
2893 | 2025-03-25T22:42:06.322Z | Compiling fixedbitset v0.5.7 |
2894 | 2025-03-25T22:42:06.435Z | Compiling ciborium-io v0.2.2 |
2895 | 2025-03-25T22:42:06.556Z | Compiling arc-swap v1.7.1 |
2896 | 2025-03-25T22:42:06.601Z | Compiling ciborium-ll v0.2.2 |
2897 | 2025-03-25T22:42:06.798Z | Compiling petgraph v0.7.1 |
2898 | 2025-03-25T22:42:06.968Z | Compiling libsw v3.4.0 |
2899 | 2025-03-25T22:42:07.015Z | Compiling slog-scope v4.4.0 |
2900 | 2025-03-25T22:42:07.155Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2901 | 2025-03-25T22:42:07.284Z | Compiling hickory-resolver v0.24.4 |
2902 | 2025-03-25T22:42:07.472Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2903 | 2025-03-25T22:42:07.548Z | Compiling progenitor-macro v0.9.1 |
2904 | 2025-03-25T22:42:08.154Z | Compiling thiserror-no-std v2.0.2 |
2905 | 2025-03-25T22:42:08.347Z | Compiling polyval v0.6.2 |
2906 | 2025-03-25T22:42:08.511Z | Compiling atomicwrites v0.4.4 |
2907 | 2025-03-25T22:42:08.793Z | Compiling memmap2 v0.9.5 |
2908 | 2025-03-25T22:42:08.904Z | Compiling linear-map v1.2.0 |
2909 | 2025-03-25T22:42:09.214Z | Compiling arrayvec v0.7.6 |
2910 | 2025-03-25T22:42:09.276Z | Compiling indent_write v2.2.0 |
2911 | 2025-03-25T22:42:09.527Z | Compiling arrayref v0.3.9 |
2912 | 2025-03-25T22:42:09.627Z | Compiling constant_time_eq v0.3.1 |
2913 | 2025-03-25T22:42:09.655Z | Compiling parking_lot_core v0.8.6 |
2914 | 2025-03-25T22:42:09.710Z | Compiling libefi-sys v0.1.0 |
2915 | 2025-03-25T22:42:09.838Z | Compiling salty v0.3.0 |
2916 | 2025-03-25T22:42:10.166Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2917 | 2025-03-25T22:42:10.333Z | Compiling ghash v0.5.1 |
2918 | 2025-03-25T22:42:10.558Z | Compiling vsss-rs v3.3.4 |
2919 | 2025-03-25T22:42:10.731Z | Compiling slog-stdlog v4.1.1 |
2920 | 2025-03-25T22:42:11.090Z | Compiling ciborium v0.2.2 |
2921 | 2025-03-25T22:42:11.711Z | Compiling p384 v0.13.0 |
2922 | 2025-03-25T22:42:11.936Z | Compiling toolchain_find v0.4.0 |
2923 | 2025-03-25T22:42:12.422Z | Compiling chacha20poly1305 v0.10.1 |
2924 | 2025-03-25T22:42:12.550Z | Compiling ctr v0.9.2 |
2925 | 2025-03-25T22:42:12.675Z | Compiling lzma-sys v0.1.20 |
2926 | 2025-03-25T22:42:12.809Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2927 | 2025-03-25T22:42:12.927Z | Compiling bitfield-struct v0.6.2 |
2928 | 2025-03-25T22:42:13.242Z | Compiling slog-dtrace v0.3.0 |
2929 | 2025-03-25T22:42:13.264Z | Compiling highway v1.3.0 |
2930 | 2025-03-25T22:42:13.443Z | Compiling topological-sort v0.2.2 |
2931 | 2025-03-25T22:42:13.707Z | Compiling omicron-zone-package v0.12.0 |
2932 | 2025-03-25T22:42:13.841Z | Compiling aes-gcm v0.10.3 |
2933 | 2025-03-25T22:42:13.905Z | Compiling rustfmt-wrapper v0.2.1 |
2934 | 2025-03-25T22:42:14.107Z | Compiling mime_guess v2.0.5 |
2935 | 2025-03-25T22:42:14.180Z | Compiling slog-envlogger v2.2.0 |
2936 | 2025-03-25T22:42:14.386Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2025-03-25T22:42:14.484Z | Compiling steno v0.4.1 |
2938 | 2025-03-25T22:42:15.266Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2939 | 2025-03-25T22:42:15.486Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2940 | 2025-03-25T22:42:15.509Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2941 | 2025-03-25T22:42:15.590Z | Compiling heck v0.3.3 |
2942 | 2025-03-25T22:42:15.706Z | Compiling ssh-encoding v0.2.0 |
2943 | 2025-03-25T22:42:15.957Z | Compiling blowfish v0.9.1 |
2944 | 2025-03-25T22:42:16.110Z | Compiling env_filter v0.1.2 |
2945 | 2025-03-25T22:42:16.192Z | Compiling nibble_vec v0.1.0 |
2946 | 2025-03-25T22:42:16.410Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2947 | 2025-03-25T22:42:16.432Z | Compiling endian-type v0.1.2 |
2948 | 2025-03-25T22:42:16.530Z | Compiling humantime v2.1.0 |
2949 | 2025-03-25T22:42:16.552Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2950 | 2025-03-25T22:42:16.700Z | Compiling radix_trie v0.2.1 |
2951 | 2025-03-25T22:42:16.726Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2952 | 2025-03-25T22:42:16.948Z | Compiling env_logger v0.11.5 |
2953 | 2025-03-25T22:42:17.012Z | Compiling bcrypt-pbkdf v0.10.0 |
2954 | 2025-03-25T22:42:17.332Z | Compiling ssh-cipher v0.2.0 |
2955 | 2025-03-25T22:42:17.354Z | Compiling progenitor v0.8.0 |
2956 | 2025-03-25T22:42:17.558Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2957 | 2025-03-25T22:42:17.604Z | Compiling zone_cfg_derive v0.1.2 |
2958 | 2025-03-25T22:42:17.653Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2959 | 2025-03-25T22:42:18.031Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2960 | 2025-03-25T22:42:18.132Z | Compiling parking_lot v0.11.2 |
2961 | 2025-03-25T22:42:18.961Z | Compiling qorb v0.2.1 |
2962 | 2025-03-25T22:42:19.041Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2963 | 2025-03-25T22:42:19.072Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2964 | 2025-03-25T22:42:19.291Z | Compiling password-hash v0.4.2 |
2965 | 2025-03-25T22:42:19.366Z | Compiling progenitor v0.9.1 |
2966 | 2025-03-25T22:42:19.466Z | Compiling gethostname v0.5.0 |
2967 | 2025-03-25T22:42:19.552Z | Compiling fxhash v0.2.1 |
2968 | 2025-03-25T22:42:19.575Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2969 | 2025-03-25T22:42:19.621Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2970 | 2025-03-25T22:42:19.671Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2971 | 2025-03-25T22:42:19.782Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2972 | 2025-03-25T22:42:20.096Z | Compiling base64 v0.13.1 |
2973 | 2025-03-25T22:42:20.118Z | Compiling http-range v0.1.5 |
2974 | 2025-03-25T22:42:20.510Z | Compiling pbkdf2 v0.11.0 |
2975 | 2025-03-25T22:42:20.651Z | Compiling ron v0.7.1 |
2976 | 2025-03-25T22:42:20.674Z | Compiling sled v0.34.7 |
2977 | 2025-03-25T22:42:20.879Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2978 | 2025-03-25T22:42:21.579Z | Compiling zone v0.1.8 |
2979 | 2025-03-25T22:42:22.751Z | Compiling xz2 v0.1.7 |
2980 | 2025-03-25T22:42:22.987Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2981 | 2025-03-25T22:42:23.216Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2982 | 2025-03-25T22:42:24.333Z | Compiling ssh-key v0.6.6 |
2983 | 2025-03-25T22:42:24.399Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2984 | 2025-03-25T22:42:25.166Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2985 | 2025-03-25T22:42:25.189Z | Compiling hickory-client v0.24.4 |
2986 | 2025-03-25T22:42:26.302Z | Compiling p256 v0.13.2 |
2987 | 2025-03-25T22:42:26.504Z | Compiling p521 v0.13.3 |
2988 | 2025-03-25T22:42:26.527Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2989 | 2025-03-25T22:42:27.113Z | Compiling hickory-server v0.24.4 |
2990 | 2025-03-25T22:42:27.562Z | Compiling pem v3.0.5 |
2991 | 2025-03-25T22:42:28.287Z | Compiling yasna v0.5.2 |
2992 | 2025-03-25T22:42:28.379Z | Compiling headers-core v0.3.0 |
2993 | 2025-03-25T22:42:28.583Z | Compiling kstat-rs v0.2.4 |
2994 | 2025-03-25T22:42:28.711Z | Compiling nanorand v0.7.0 |
2995 | 2025-03-25T22:42:29.186Z | Compiling atty v0.2.14 |
2996 | 2025-03-25T22:42:29.301Z | Compiling russh-cryptovec v0.7.3 |
2997 | 2025-03-25T22:42:29.369Z | Compiling md5 v0.7.0 |
2998 | 2025-03-25T22:42:29.638Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2999 | 2025-03-25T22:42:29.741Z | Compiling russh-keys v0.45.0 |
3000 | 2025-03-25T22:42:29.893Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3001 | 2025-03-25T22:42:30.226Z | Compiling rcgen v0.12.1 |
3002 | 2025-03-25T22:42:31.187Z | Compiling flume v0.11.1 |
3003 | 2025-03-25T22:42:31.313Z | Compiling headers v0.4.0 |
3004 | 2025-03-25T22:42:32.280Z | Compiling hyper-staticfile v0.10.1 |
3005 | 2025-03-25T22:42:32.965Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3006 | 2025-03-25T22:42:33.221Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3007 | 2025-03-25T22:42:33.354Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3008 | 2025-03-25T22:42:33.663Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3009 | 2025-03-25T22:42:33.920Z | Compiling num-bigint v0.4.6 |
3010 | 2025-03-25T22:42:34.054Z | Compiling des v0.8.1 |
3011 | 2025-03-25T22:42:34.153Z | Compiling subprocess v0.2.9 |
3012 | 2025-03-25T22:42:34.419Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3013 | 2025-03-25T22:42:34.919Z | Compiling display-error-chain v0.2.2 |
3014 | 2025-03-25T22:42:35.177Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3015 | 2025-03-25T22:42:35.308Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3016 | 2025-03-25T22:42:35.790Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3017 | 2025-03-25T22:42:38.025Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3018 | 2025-03-25T22:42:39.580Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3019 | 2025-03-25T22:42:40.093Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3020 | 2025-03-25T22:42:40.552Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3021 | 2025-03-25T22:42:42.124Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3022 | 2025-03-25T22:42:42.788Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3023 | 2025-03-25T22:42:43.133Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3024 | 2025-03-25T22:42:43.505Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3025 | 2025-03-25T22:42:44.268Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3026 | 2025-03-25T22:42:44.415Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3027 | 2025-03-25T22:42:46.041Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3028 | 2025-03-25T22:42:46.129Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3029 | 2025-03-25T22:42:47.035Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3030 | 2025-03-25T22:42:47.499Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3031 | 2025-03-25T22:42:48.047Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3032 | 2025-03-25T22:42:48.737Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3033 | 2025-03-25T22:42:49.193Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3034 | 2025-03-25T22:42:49.794Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3035 | 2025-03-25T22:42:50.423Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3036 | 2025-03-25T22:42:51.210Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3037 | 2025-03-25T22:42:51.578Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3038 | 2025-03-25T22:42:52.556Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3039 | 2025-03-25T22:42:52.788Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3040 | 2025-03-25T22:42:54.610Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3041 | 2025-03-25T22:42:54.646Z | Compiling hex-literal v0.4.1 |
3042 | 2025-03-25T22:42:54.715Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3043 | 2025-03-25T22:42:54.839Z | Compiling russh v0.45.0 |
3044 | 2025-03-25T22:42:56.128Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3045 | 2025-03-25T22:42:57.569Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3046 | 2025-03-25T22:42:57.592Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3047 | 2025-03-25T22:42:57.885Z | Compiling internet-checksum v0.2.1 |
3048 | 2025-03-25T22:43:02.910Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3049 | 2025-03-25T22:43:09.820Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3050 | 2025-03-25T22:43:11.404Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3051 | 2025-03-25T22:43:35.708Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3052 | 2025-03-25T22:43:58.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
3053 | 2025-03-25T22:43:58.453Z | |
3054 | 2025-03-25T22:43:58.453Z | real 2:22.714059452 |
3055 | 2025-03-25T22:43:58.453Z | user 12:09.787986408 |
3056 | 2025-03-25T22:43:58.453Z | sys 1:37.086873377 |
3057 | 2025-03-25T22:43:58.453Z | trap 0.360800773 |
3058 | 2025-03-25T22:43:58.456Z | tflt 0.274834173 |
3059 | 2025-03-25T22:43:58.457Z | dflt 0.740711833 |
3060 | 2025-03-25T22:43:58.457Z | kflt 0.000027828 |
3061 | 2025-03-25T22:43:58.458Z | lock 22:51.574551014 |
3062 | 2025-03-25T22:43:58.458Z | slp 42:48.631155058 |
3063 | 2025-03-25T22:43:58.458Z | lat 39.262102946 |
3064 | 2025-03-25T22:43:58.458Z | stop 1:46.316536071 |
3065 | 2025-03-25T22:43:58.458Z | + mkdir tests |
3066 | 2025-03-25T22:43:58.461Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3067 | 2025-03-25T22:43:58.462Z | + xargs -I '{}' -t cp '{}' tests/ |
3068 | 2025-03-25T22:43:58.497Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85a52c52ac369810 tests/ |
3069 | 2025-03-25T22:43:58.518Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0ce3b2f09d354b4b tests/ |
3070 | 2025-03-25T22:43:58.538Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8157ae39450efb9d tests/ |
3071 | 2025-03-25T22:43:58.558Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-72010e6fc5b9e64b tests/ |
3072 | 2025-03-25T22:43:58.769Z | + 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/*) |
3073 | 2025-03-25T22:43:58.772Z | + 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-0ce3b2f09d354b4b tests/commtest-8157ae39450efb9d tests/dhcp_server-85a52c52ac369810 tests/end_to_end_tests-72010e6fc5b9e64b 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 |
3074 | 2025-03-25T22:45:15.750Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3075 | 2025-03-25T22:45:15.750Z | a .github/buildomat/ci-env.sh 1K |
3076 | 2025-03-25T22:45:15.750Z | a out/target/test 1K |
3077 | 2025-03-25T22:45:15.750Z | a out/npuzone/npuzone 23144K |
3078 | 2025-03-25T22:45:15.750Z | a package-manifest.toml 33K |
3079 | 2025-03-25T22:45:15.750Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3080 | 2025-03-25T22:45:15.750Z | a target/release/omicron-package 39604K |
3081 | 2025-03-25T22:45:15.750Z | a target/release/xtask 10810K |
3082 | 2025-03-25T22:45:15.750Z | a target/debug/bootstrap 219170K |
3083 | 2025-03-25T22:45:15.750Z | a tests/bootstrap-0ce3b2f09d354b4b 24084K |
3084 | 2025-03-25T22:45:15.750Z | a tests/commtest-8157ae39450efb9d 24339K |
3085 | 2025-03-25T22:45:15.750Z | a tests/dhcp_server-85a52c52ac369810 24084K |
3086 | 2025-03-25T22:45:15.750Z | a tests/end_to_end_tests-72010e6fc5b9e64b 273802K |
3087 | 2025-03-25T22:45:15.750Z | a out/clickhouse.tar.gz 304237K |
3088 | 2025-03-25T22:45:15.750Z | a out/clickhouse_keeper.tar.gz 289751K |
3089 | 2025-03-25T22:45:15.750Z | a out/clickhouse_server.tar.gz 304197K |
3090 | 2025-03-25T22:45:15.750Z | a out/cockroachdb.tar.gz 144200K |
3091 | 2025-03-25T22:45:15.750Z | a out/crucible-dtrace.tar 98K |
3092 | 2025-03-25T22:45:15.750Z | a out/crucible-pantry-zone.tar.gz 32788K |
3093 | 2025-03-25T22:45:15.750Z | a out/crucible-zone.tar.gz 41175K |
3094 | 2025-03-25T22:45:15.750Z | a out/external-dns.tar.gz 45249K |
3095 | 2025-03-25T22:45:15.750Z | a out/internal-dns.tar.gz 45252K |
3096 | 2025-03-25T22:45:15.750Z | a out/mg-ddm-gz.tar 65544K |
3097 | 2025-03-25T22:45:15.750Z | a out/nexus.tar.gz 110571K |
3098 | 2025-03-25T22:45:15.750Z | a out/ntp.tar.gz 14738K |
3099 | 2025-03-25T22:45:15.750Z | a out/omicron-gateway-softnpu.tar.gz 24801K |
3100 | 2025-03-25T22:45:15.750Z | a out/omicron-sled-agent.tar 125162K |
3101 | 2025-03-25T22:45:15.750Z | a out/overlay.tar.gz 3K |
3102 | 2025-03-25T22:45:15.750Z | a out/oximeter.tar.gz 54311K |
3103 | 2025-03-25T22:45:15.750Z | a out/oxlog.tar 3144K |
3104 | 2025-03-25T22:45:15.750Z | a out/probe.tar.gz 2764K |
3105 | 2025-03-25T22:45:15.750Z | a out/propolis-server.tar.gz 67599K |
3106 | 2025-03-25T22:45:15.750Z | a out/pumpkind-gz.tar 26648K |
3107 | 2025-03-25T22:45:15.750Z | a out/switch-softnpu.tar.gz 269533K |
3108 | 2025-03-25T22:45:15.767Z | |
3109 | 2025-03-25T22:45:15.768Z | real 1:16.977337838 |
3110 | 2025-03-25T22:45:15.768Z | user 1:13.350075145 |
3111 | 2025-03-25T22:45:15.768Z | sys 5.115253528 |
3112 | 2025-03-25T22:45:15.768Z | trap 0.020999379 |
3113 | 2025-03-25T22:45:15.768Z | tflt 0.000000000 |
3114 | 2025-03-25T22:45:15.768Z | dflt 0.000000000 |
3115 | 2025-03-25T22:45:15.768Z | kflt 0.000000000 |
3116 | 2025-03-25T22:45:15.768Z | lock 0.000000000 |
3117 | 2025-03-25T22:45:15.768Z | slp 1:13.167425959 |
3118 | 2025-03-25T22:45:15.768Z | lat 2.296500415 |
3119 | 2025-03-25T22:45:15.768Z | stop 0.000275239 |
3120 | 2025-03-25T22:45:15.768Z | process exited: duration 2107088 ms, exit code 0 |
|
3121 | 2025-03-25T22:45:15.809Z | found 1 output files |
3122 | 2025-03-25T22:45:15.809Z | uploading: /work/package.tar.gz (2029347172 bytes) |
3123 | 2025-03-25T22:46:12.030Z | uploaded: /work/package.tar.gz |