|
|
|
1 | 2025-03-11T21:14:40.649Z | job assigned to worker 01JP3GWN3JWCXNCGBYX3SXCSFW [factory aws, i-0f98533250df82f68] (queued for 57 s) |
|
2 | 2025-03-11T21:14:48.972Z | starting task 0: "setup" |
3 | 2025-03-11T21:14:48.977Z | ++ uname -s |
4 | 2025-03-11T21:14:48.980Z | + kern=SunOS |
5 | 2025-03-11T21:14:48.980Z | + build_user=build |
6 | 2025-03-11T21:14:48.980Z | + build_uid=12345 |
7 | 2025-03-11T21:14:48.980Z | + work_dir=/work |
8 | 2025-03-11T21:14:48.980Z | + input_dir=/input |
9 | 2025-03-11T21:14:48.980Z | + [[ 0 == 12345 ]] |
10 | 2025-03-11T21:14:48.980Z | + case "$kern" in |
11 | 2025-03-11T21:14:48.980Z | + groupadd -g 12345 build |
12 | 2025-03-11T21:14:48.983Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-11T21:14:50.989Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-11T21:14:51.097Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-11T21:14:51.100Z | + home_fs=zfs |
16 | 2025-03-11T21:14:51.100Z | + [[ zfs == autofs ]] |
17 | 2025-03-11T21:14:51.100Z | + mkdir -p /home/build |
18 | 2025-03-11T21:14:51.103Z | + chown build:build /home/build /work |
19 | 2025-03-11T21:14:53.104Z | + chmod 0700 /home/build /work |
20 | 2025-03-11T21:14:53.108Z | process exited: duration 4137 ms, exit code 0 |
|
21 | 2025-03-11T21:14:53.114Z | starting task 1: "rust-toolchain" |
22 | 2025-03-11T21:14:53.120Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-11T21:14:53.120Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-11T21:14:53.120Z | * rust toolchain profile = "default" |
25 | 2025-03-11T21:14:53.120Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-11T21:14:53.120Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-11T21:14:53.120Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-11T21:14:53.123Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-11T21:14:53.123Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-11T21:14:53.238Z | info: downloading installer |
31 | 2025-03-11T21:14:54.862Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-11T21:14:54.862Z | warn: /opt/ooce/bin |
33 | 2025-03-11T21:14:54.862Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-11T21:14:54.862Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-11T21:14:54.862Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-11T21:14:54.862Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-11T21:14:54.862Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-11T21:14:54.862Z | error: cannot install while Rust is installed |
39 | 2025-03-11T21:14:54.862Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-11T21:14:54.888Z | info: profile set to 'default' |
41 | 2025-03-11T21:14:54.888Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-11T21:14:54.891Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-11T21:14:55.064Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-11T21:14:55.064Z | info: downloading component 'cargo' |
45 | 2025-03-11T21:14:55.964Z | info: downloading component 'clippy' |
46 | 2025-03-11T21:14:56.341Z | info: downloading component 'rust-docs' |
47 | 2025-03-11T21:14:57.730Z | info: downloading component 'rust-std' |
48 | 2025-03-11T21:14:59.695Z | info: downloading component 'rustc' |
49 | 2025-03-11T21:15:06.358Z | info: downloading component 'rustfmt' |
50 | 2025-03-11T21:15:06.641Z | info: installing component 'cargo' |
51 | 2025-03-11T21:15:07.475Z | info: installing component 'clippy' |
52 | 2025-03-11T21:15:07.860Z | info: installing component 'rust-docs' |
53 | 2025-03-11T21:15:09.640Z | info: installing component 'rust-std' |
54 | 2025-03-11T21:15:11.541Z | info: installing component 'rustc' |
55 | 2025-03-11T21:15:17.552Z | info: installing component 'rustfmt' |
56 | 2025-03-11T21:15:17.886Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-11T21:15:17.886Z | |
58 | 2025-03-11T21:15:18.257Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-11T21:15:18.257Z | |
60 | 2025-03-11T21:15:18.260Z | |
61 | 2025-03-11T21:15:18.260Z | Rust is installed now. Great! |
62 | 2025-03-11T21:15:18.260Z | |
63 | 2025-03-11T21:15:18.260Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-11T21:15:18.260Z | environment variable. This has not been done automatically. |
65 | 2025-03-11T21:15:18.260Z | |
66 | 2025-03-11T21:15:18.260Z | To configure your current shell, you need to source |
67 | 2025-03-11T21:15:18.260Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-11T21:15:18.260Z | |
69 | 2025-03-11T21:15:18.260Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-11T21:15:18.260Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-11T21:15:18.260Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-11T21:15:18.260Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-11T21:15:18.336Z | + rustup --version |
74 | 2025-03-11T21:15:18.347Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-11T21:15:18.347Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-11T21:15:18.376Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-11T21:15:18.379Z | + cargo --version |
78 | 2025-03-11T21:15:18.397Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-11T21:15:18.400Z | + rustc --version |
80 | 2025-03-11T21:15:18.426Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-11T21:15:18.429Z | process exited: duration 25311 ms, exit code 0 |
|
82 | 2025-03-11T21:15:18.436Z | starting task 2: "authentication" |
83 | 2025-03-11T21:15:18.459Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-11T21:15:18.465Z | starting task 3: "clone repository" |
85 | 2025-03-11T21:15:18.470Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-11T21:15:18.473Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-11T21:15:19.322Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-11T21:15:27.680Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-11T21:15:27.680Z | + git fetch origin 76351631d2a25686f4500907aede7b041a3c8c4a |
90 | 2025-03-11T21:15:27.993Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-11T21:15:27.993Z | * branch 76351631d2a25686f4500907aede7b041a3c8c4a -> FETCH_HEAD |
92 | 2025-03-11T21:15:28.005Z | + [[ -n iliana/welcome-to-artifact-zone ]] |
93 | 2025-03-11T21:15:28.008Z | ++ git branch --show-current |
94 | 2025-03-11T21:15:28.011Z | + current=main |
95 | 2025-03-11T21:15:28.011Z | + [[ main != iliana/welcome-to-artifact-zone ]] |
96 | 2025-03-11T21:15:28.011Z | + git branch -f iliana/welcome-to-artifact-zone 76351631d2a25686f4500907aede7b041a3c8c4a |
97 | 2025-03-11T21:15:28.014Z | + git checkout -f iliana/welcome-to-artifact-zone |
98 | 2025-03-11T21:15:28.209Z | Switched to branch 'iliana/welcome-to-artifact-zone' |
99 | 2025-03-11T21:15:28.212Z | + git reset --hard 76351631d2a25686f4500907aede7b041a3c8c4a |
100 | 2025-03-11T21:15:28.229Z | HEAD is now at 76351631d appease rustdoc |
101 | 2025-03-11T21:15:28.232Z | process exited: duration 9764 ms, exit code 0 |
|
102 | 2025-03-11T21:15:28.239Z | starting task 4: "build" |
103 | 2025-03-11T21:15:28.245Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-11T21:15:28.248Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-11T21:15:28.248Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-11T21:15:28.248Z | + cargo --version |
107 | 2025-03-11T21:15:28.302Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-11T21:15:28.305Z | + rustc --version |
109 | 2025-03-11T21:15:28.370Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-11T21:15:28.373Z | + WORK=/work |
111 | 2025-03-11T21:15:28.373Z | + pfexec mkdir -p /work |
112 | 2025-03-11T21:15:28.378Z | + pfexec chown build /work |
113 | 2025-03-11T21:15:28.381Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-11T21:15:31.552Z | pkg list: illegal option -- F |
115 | 2025-03-11T21:15:31.556Z | Usage: |
116 | 2025-03-11T21:15:31.556Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-11T21:15:31.556Z | [pkg_fmri_pattern ...] |
118 | 2025-03-11T21:15:32.406Z | pkg list: illegal option -- F |
119 | 2025-03-11T21:15:32.406Z | Usage: |
120 | 2025-03-11T21:15:32.409Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-11T21:15:32.409Z | [pkg_fmri_pattern ...] |
122 | 2025-03-11T21:15:39.603Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-11T21:15:44.095Z | Startup: Caching catalogs ... Done |
124 | 2025-03-11T21:15:58.011Z | Planning: Solver setup ... Done (12.940s) |
125 | 2025-03-11T21:15:58.175Z | Planning: Running solver ... Done (0.164s) |
126 | 2025-03-11T21:15:58.391Z | Planning: Finding local manifests ... Done (0.092s) |
127 | 2025-03-11T21:15:58.470Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-11T21:15:59.687Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-11T21:15:59.965Z | Planning: Package planning ... Done (0.279s) |
130 | 2025-03-11T21:16:00.022Z | Planning: Merging actions ... Done (0.057s) |
131 | 2025-03-11T21:16:00.352Z | Planning: Checking for conflicting actions ... Done (0.329s) |
132 | 2025-03-11T21:16:03.450Z | Planning: Consolidating action changes ... Done (3.098s) |
133 | 2025-03-11T21:16:03.869Z | Planning: Evaluating mediators ... Done (0.418s) |
134 | 2025-03-11T21:16:04.112Z | Planning: Planning completed in 19.91 seconds |
135 | 2025-03-11T21:16:04.127Z | Packages to install: 4 |
136 | 2025-03-11T21:16:04.128Z | Packages to update: 3 |
137 | 2025-03-11T21:16:04.128Z | Mediators to change: 2 |
138 | 2025-03-11T21:16:04.131Z | Services to change: 1 |
139 | 2025-03-11T21:16:04.131Z | Estimated space available: 155.59 GB |
140 | 2025-03-11T21:16:04.131Z | Estimated space to be consumed: 1.66 GB |
141 | 2025-03-11T21:16:04.131Z | Create boot environment: No |
142 | 2025-03-11T21:16:04.131Z | Create backup boot environment: Yes |
143 | 2025-03-11T21:16:04.131Z | Rebuild boot archive: No |
144 | 2025-03-11T21:16:04.131Z | |
145 | 2025-03-11T21:16:04.131Z | Changed mediators: |
146 | 2025-03-11T21:16:04.131Z | mediator clang: |
147 | 2025-03-11T21:16:04.131Z | version: None -> 15 (system default) |
148 | 2025-03-11T21:16:04.131Z | |
149 | 2025-03-11T21:16:04.131Z | mediator llvm: |
150 | 2025-03-11T21:16:04.131Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-11T21:16:04.132Z | |
152 | 2025-03-11T21:16:04.132Z | Changed packages: |
153 | 2025-03-11T21:16:04.132Z | helios-dev |
154 | 2025-03-11T21:16:04.132Z | developer/build-essential |
155 | 2025-03-11T21:16:04.133Z | None -> 11-2.0 |
156 | 2025-03-11T21:16:04.133Z | library/libxmlsec1 |
157 | 2025-03-11T21:16:04.133Z | None -> 1.2.35-2.0 |
158 | 2025-03-11T21:16:04.133Z | ooce/developer/clang-15 |
159 | 2025-03-11T21:16:04.133Z | None -> 15.0.7-2.0 |
160 | 2025-03-11T21:16:04.133Z | ooce/developer/llvm-15 |
161 | 2025-03-11T21:16:04.133Z | None -> 15.0.7-2.0 |
162 | 2025-03-11T21:16:04.133Z | package/pkg |
163 | 2025-03-11T21:16:04.133Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-11T21:16:04.133Z | system/library/g++-runtime |
165 | 2025-03-11T21:16:04.133Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-11T21:16:04.133Z | system/library/gcc-runtime |
167 | 2025-03-11T21:16:04.133Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-11T21:16:04.133Z | |
169 | 2025-03-11T21:16:04.133Z | Services: |
170 | 2025-03-11T21:16:04.133Z | restart_fmri: |
171 | 2025-03-11T21:16:04.133Z | svc:/system/update-man-index:default |
172 | 2025-03-11T21:16:04.133Z | |
173 | 2025-03-11T21:16:04.133Z | Editable files to change: |
174 | 2025-03-11T21:16:04.133Z | Update: |
175 | 2025-03-11T21:16:04.133Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-11T21:16:04.264Z | |
177 | 2025-03-11T21:16:04.264Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-11T21:16:10.400Z | Download: 213/4301 items 1.3/225.4MB 0% complete (1.1M/s) |
179 | 2025-03-11T21:16:15.401Z | Download: 996/4301 items 19.2/225.4MB 8% complete (1.8M/s) |
180 | 2025-03-11T21:16:20.407Z | Download: 1847/4301 items 116.1/225.4MB 51% complete (11.6M/s) |
181 | 2025-03-11T21:16:25.410Z | Download: 2908/4301 items 121.2/225.4MB 53% complete (10.2M/s) |
182 | 2025-03-11T21:16:30.645Z | Download: 3286/4301 items 212.0/225.4MB 94% complete (9.5M/s) |
183 | 2025-03-11T21:16:35.646Z | Download: 4102/4301 items 219.8/225.4MB 97% complete (9.8M/s) |
184 | 2025-03-11T21:16:40.642Z | Download: Completed 225.42 MB in 36.37 seconds (6.2M/s) |
185 | 2025-03-11T21:16:42.703Z | Actions: 1/5122 actions (Removing old actions) |
186 | 2025-03-11T21:16:42.721Z | Actions: 194/5122 actions (Installing new actions) |
187 | 2025-03-11T21:16:47.785Z | Actions: 4168/5122 actions (Installing new actions) |
188 | 2025-03-11T21:16:47.792Z | Actions: 4267/5122 actions (Updating modified actions) |
189 | 2025-03-11T21:16:48.188Z | Actions: Completed 5122 actions in 5.48 seconds. |
190 | 2025-03-11T21:16:48.634Z | Done (0.436s) |
191 | 2025-03-11T21:16:48.638Z | Done (0.002s) |
192 | 2025-03-11T21:16:49.265Z | Done (0.628s) |
193 | 2025-03-11T21:16:54.197Z | Done (4.683s) |
194 | 2025-03-11T21:16:54.363Z | Done (0.094s) |
195 | 2025-03-11T21:16:54.366Z | Done (0.000s) |
196 | 2025-03-11T21:16:54.526Z | Done (0.000s) |
197 | 2025-03-11T21:16:55.265Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-03-11T21:16:55.427Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-03-11T21:16:55.430Z | Planning: Consolidating action changes ... Done |
200 | 2025-03-11T21:16:55.702Z | Planning: Evaluating mediators ... Done |
201 | 2025-03-11T21:16:55.705Z | Planning: Planning completed in 0.44 seconds |
202 | 2025-03-11T21:16:55.743Z | Mediators to change: 2 |
203 | 2025-03-11T21:16:55.744Z | Create boot environment: No |
204 | 2025-03-11T21:16:55.747Z | Create backup boot environment: No |
205 | 2025-03-11T21:16:55.828Z | Done |
206 | 2025-03-11T21:16:55.828Z | Done |
207 | 2025-03-11T21:16:56.263Z | Done |
208 | 2025-03-11T21:17:00.016Z | Done |
209 | 2025-03-11T21:17:00.113Z | Done |
210 | 2025-03-11T21:17:00.116Z | Done |
211 | 2025-03-11T21:17:00.235Z | Done |
212 | 2025-03-11T21:17:00.861Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-03-11T21:17:00.864Z | Planning: Merging actions ... Done |
214 | 2025-03-11T21:17:01.052Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-03-11T21:17:01.056Z | Planning: Consolidating action changes ... Done |
216 | 2025-03-11T21:17:01.324Z | Planning: Evaluating mediators ... Done |
217 | 2025-03-11T21:17:01.379Z | Planning: Planning completed in 0.76 seconds |
218 | 2025-03-11T21:17:01.420Z | Packages to change: 1 |
219 | 2025-03-11T21:17:01.420Z | Mediators to change: 1 |
220 | 2025-03-11T21:17:01.424Z | Services to change: 1 |
221 | 2025-03-11T21:17:01.424Z | Create boot environment: No |
222 | 2025-03-11T21:17:01.424Z | Create backup boot environment: Yes |
223 | 2025-03-11T21:17:02.635Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2025-03-11T21:17:02.734Z | Actions: Completed 6 actions in 0.10 seconds. |
225 | 2025-03-11T21:17:02.737Z | Done |
226 | 2025-03-11T21:17:02.737Z | Done |
227 | 2025-03-11T21:17:02.862Z | Done |
228 | 2025-03-11T21:17:06.586Z | Done |
229 | 2025-03-11T21:17:06.682Z | Done |
230 | 2025-03-11T21:17:06.685Z | Done |
231 | 2025-03-11T21:17:06.826Z | Done |
232 | 2025-03-11T21:17:07.266Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2025-03-11T21:17:07.266Z | clang system 15 system |
234 | 2025-03-11T21:17:07.266Z | csh system system illumos |
235 | 2025-03-11T21:17:07.266Z | ctags system system illumos |
236 | 2025-03-11T21:17:07.266Z | gcc vendor 12 vendor |
237 | 2025-03-11T21:17:07.266Z | gcc system 10 system |
238 | 2025-03-11T21:17:07.266Z | gcc system 7 system |
239 | 2025-03-11T21:17:07.266Z | go system 1.20 system |
240 | 2025-03-11T21:17:07.266Z | go system 1.19 system |
241 | 2025-03-11T21:17:07.266Z | llvm system 15 system |
242 | 2025-03-11T21:17:07.266Z | llvm system 14 system |
243 | 2025-03-11T21:17:07.266Z | mariadb system 10.6 system |
244 | 2025-03-11T21:17:07.266Z | mta vendor vendor dma |
245 | 2025-03-11T21:17:07.266Z | openjdk system 17 system |
246 | 2025-03-11T21:17:07.266Z | openjdk system 11 system |
247 | 2025-03-11T21:17:07.266Z | openjdk system 1.8 system |
248 | 2025-03-11T21:17:07.266Z | openssl vendor 3 vendor |
249 | 2025-03-11T21:17:07.266Z | perl system 5.36 system |
250 | 2025-03-11T21:17:07.266Z | postgresql system 15 system |
251 | 2025-03-11T21:17:07.266Z | postgresql system 13 system |
252 | 2025-03-11T21:17:07.266Z | python vendor 3 vendor |
253 | 2025-03-11T21:17:07.266Z | python system 2 system |
254 | 2025-03-11T21:17:07.266Z | python3 system 3.11 system |
255 | 2025-03-11T21:17:07.266Z | ruby system 3.0 system |
256 | 2025-03-11T21:17:07.266Z | words vendor vendor american-english |
257 | 2025-03-11T21:17:07.266Z | words system system australian-english |
258 | 2025-03-11T21:17:07.267Z | words system system british-english |
259 | 2025-03-11T21:17:07.267Z | words system system canadian-english |
260 | 2025-03-11T21:17:07.267Z | words system system french |
261 | 2025-03-11T21:17:07.267Z | words system system italian |
262 | 2025-03-11T21:17:07.267Z | words system system ngerman |
263 | 2025-03-11T21:17:07.267Z | words system system ogerman |
264 | 2025-03-11T21:17:07.267Z | words system system spanish |
265 | 2025-03-11T21:17:07.602Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-03-11T21:17:07.602Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-03-11T21:17:10.742Z | FMRI IFO |
268 | 2025-03-11T21:17:10.742Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-03-11T21:17:10.742Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-03-11T21:17:10.742Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-03-11T21:17:10.742Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-03-11T21:17:10.742Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-03-11T21:17:10.742Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-03-11T21:17:10.742Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2025-03-11T21:17:10.742Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-03-11T21:17:10.743Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-03-11T21:17:10.743Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
278 | 2025-03-11T21:17:10.743Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-03-11T21:17:10.743Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-03-11T21:17:10.743Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
281 | 2025-03-11T21:17:10.743Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-03-11T21:17:10.743Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-03-11T21:17:11.589Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-03-11T21:17:12.004Z | Updating crates.io index |
285 | 2025-03-11T21:17:12.047Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-03-11T21:17:12.559Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-03-11T21:17:12.814Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-03-11T21:17:13.044Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
289 | 2025-03-11T21:17:13.319Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-03-11T21:17:14.430Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-03-11T21:17:16.375Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-03-11T21:17:17.070Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-03-11T21:17:17.809Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-03-11T21:17:18.116Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-03-11T21:17:18.431Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-03-11T21:17:19.016Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
297 | 2025-03-11T21:17:19.534Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
298 | 2025-03-11T21:17:19.928Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2025-03-11T21:17:20.203Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-03-11T21:17:20.495Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-03-11T21:17:20.726Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-03-11T21:17:21.010Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-03-11T21:17:21.298Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
304 | 2025-03-11T21:17:21.605Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-03-11T21:17:21.888Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-03-11T21:17:22.218Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-03-11T21:17:22.605Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-03-11T21:17:22.892Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-03-11T21:17:23.445Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-03-11T21:17:23.687Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-03-11T21:17:24.016Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-03-11T21:17:24.460Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-03-11T21:17:24.757Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-03-11T21:17:25.043Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-03-11T21:17:25.299Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-03-11T21:17:26.836Z | Downloading crates ... |
317 | 2025-03-11T21:17:26.886Z | Downloaded autocfg v1.4.0 |
318 | 2025-03-11T21:17:26.889Z | Downloaded anstyle-parse v0.2.5 |
319 | 2025-03-11T21:17:26.894Z | Downloaded bytecount v0.6.8 |
320 | 2025-03-11T21:17:26.894Z | Downloaded anstyle-query v1.1.1 |
321 | 2025-03-11T21:17:26.907Z | Downloaded scroll_derive v0.12.0 |
322 | 2025-03-11T21:17:26.914Z | Downloaded swrite v0.1.0 |
323 | 2025-03-11T21:17:26.917Z | Downloaded pretty-hex v0.4.1 |
324 | 2025-03-11T21:17:26.917Z | Downloaded dtrace-parser v0.2.0 |
325 | 2025-03-11T21:17:26.930Z | Downloaded anyhow v1.0.97 |
326 | 2025-03-11T21:17:26.934Z | Downloaded usdt-macro v0.5.0 |
327 | 2025-03-11T21:17:26.938Z | Downloaded winnow v0.7.3 |
328 | 2025-03-11T21:17:26.945Z | Downloaded clap_lex v0.7.4 |
329 | 2025-03-11T21:17:26.947Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2025-03-11T21:17:26.948Z | Downloaded equivalent v1.0.1 |
331 | 2025-03-11T21:17:26.948Z | Downloaded colorchoice v1.0.2 |
332 | 2025-03-11T21:17:26.951Z | Downloaded cpufeatures v0.2.14 |
333 | 2025-03-11T21:17:26.951Z | Downloaded cfg-if v1.0.0 |
334 | 2025-03-11T21:17:26.954Z | Downloaded block-buffer v0.10.4 |
335 | 2025-03-11T21:17:26.954Z | Downloaded strsim v0.11.1 |
336 | 2025-03-11T21:17:26.954Z | Downloaded errno v0.3.9 |
337 | 2025-03-11T21:17:26.957Z | Downloaded cargo-platform v0.1.8 |
338 | 2025-03-11T21:17:26.957Z | Downloaded byteorder v1.5.0 |
339 | 2025-03-11T21:17:26.969Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2025-03-11T21:17:26.969Z | Downloaded anstyle v1.0.10 |
341 | 2025-03-11T21:17:26.969Z | Downloaded fastrand v2.1.1 |
342 | 2025-03-11T21:17:26.969Z | Downloaded thiserror-impl v2.0.11 |
343 | 2025-03-11T21:17:26.969Z | Downloaded crypto-common v0.1.6 |
344 | 2025-03-11T21:17:26.969Z | Downloaded thread-id v4.2.2 |
345 | 2025-03-11T21:17:26.973Z | Downloaded version_check v0.9.5 |
346 | 2025-03-11T21:17:26.973Z | Downloaded toml_datetime v0.6.8 |
347 | 2025-03-11T21:17:26.973Z | Downloaded pest_generator v2.7.14 |
348 | 2025-03-11T21:17:26.977Z | Downloaded memmap v0.7.0 |
349 | 2025-03-11T21:17:26.977Z | Downloaded utf8parse v0.2.2 |
350 | 2025-03-11T21:17:26.977Z | Downloaded thiserror v1.0.69 |
351 | 2025-03-11T21:17:26.981Z | Downloaded serde_spanned v0.6.8 |
352 | 2025-03-11T21:17:26.984Z | Downloaded terminal_size v0.4.0 |
353 | 2025-03-11T21:17:26.984Z | Downloaded unicode-linebreak v0.1.5 |
354 | 2025-03-11T21:17:26.987Z | Downloaded itoa v1.0.11 |
355 | 2025-03-11T21:17:26.987Z | Downloaded digest v0.10.7 |
356 | 2025-03-11T21:17:26.990Z | Downloaded tabled_derive v0.7.0 |
357 | 2025-03-11T21:17:26.990Z | Downloaded heck v0.4.1 |
358 | 2025-03-11T21:17:26.990Z | Downloaded plain v0.2.3 |
359 | 2025-03-11T21:17:26.994Z | Downloaded terminal_size v0.2.6 |
360 | 2025-03-11T21:17:26.994Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2025-03-11T21:17:26.994Z | Downloaded dof v0.3.0 |
362 | 2025-03-11T21:17:26.994Z | Downloaded macaddr v1.0.1 |
363 | 2025-03-11T21:17:26.997Z | Downloaded usdt v0.5.0 |
364 | 2025-03-11T21:17:26.998Z | Downloaded quote v1.0.39 |
365 | 2025-03-11T21:17:27.001Z | Downloaded camino-tempfile v1.1.1 |
366 | 2025-03-11T21:17:27.001Z | Downloaded camino v1.1.9 |
367 | 2025-03-11T21:17:27.004Z | Downloaded fs-err v2.11.0 |
368 | 2025-03-11T21:17:27.004Z | Downloaded clap_derive v4.5.28 |
369 | 2025-03-11T21:17:27.007Z | Downloaded bitflags v1.3.2 |
370 | 2025-03-11T21:17:27.010Z | Downloaded cargo_metadata v0.19.2 |
371 | 2025-03-11T21:17:27.010Z | Downloaded once_cell v1.20.3 |
372 | 2025-03-11T21:17:27.013Z | Downloaded heck v0.5.0 |
373 | 2025-03-11T21:17:27.013Z | Downloaded thiserror-impl v1.0.69 |
374 | 2025-03-11T21:17:27.016Z | Downloaded scroll v0.12.0 |
375 | 2025-03-11T21:17:27.016Z | Downloaded proc-macro-error v1.0.4 |
376 | 2025-03-11T21:17:27.019Z | Downloaded usdt-impl v0.5.0 |
377 | 2025-03-11T21:17:27.022Z | Downloaded is_terminal_polyfill v1.70.1 |
378 | 2025-03-11T21:17:27.022Z | Downloaded sha2 v0.10.8 |
379 | 2025-03-11T21:17:27.025Z | Downloaded semver v1.0.25 |
380 | 2025-03-11T21:17:27.025Z | Downloaded tempfile v3.13.0 |
381 | 2025-03-11T21:17:27.028Z | Downloaded bitflags v2.6.0 |
382 | 2025-03-11T21:17:27.031Z | Downloaded thiserror v2.0.11 |
383 | 2025-03-11T21:17:27.035Z | Downloaded zerocopy-derive v0.7.35 |
384 | 2025-03-11T21:17:27.040Z | Downloaded cargo_toml v0.21.0 |
385 | 2025-03-11T21:17:27.044Z | Downloaded smawk v0.3.2 |
386 | 2025-03-11T21:17:27.044Z | Downloaded pest_meta v2.7.14 |
387 | 2025-03-11T21:17:27.047Z | Downloaded toml v0.8.20 |
388 | 2025-03-11T21:17:27.050Z | Downloaded unicode-ident v1.0.14 |
389 | 2025-03-11T21:17:27.050Z | Downloaded proc-macro2 v1.0.94 |
390 | 2025-03-11T21:17:27.053Z | Downloaded typenum v1.17.0 |
391 | 2025-03-11T21:17:27.056Z | Downloaded log v0.4.22 |
392 | 2025-03-11T21:17:27.059Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-03-11T21:17:27.059Z | Downloaded pest_derive v2.7.14 |
394 | 2025-03-11T21:17:27.062Z | Downloaded io-lifetimes v1.0.11 |
395 | 2025-03-11T21:17:27.065Z | Downloaded generic-array v0.14.7 |
396 | 2025-03-11T21:17:27.065Z | Downloaded anstream v0.6.15 |
397 | 2025-03-11T21:17:27.070Z | Downloaded fnv v1.0.7 |
398 | 2025-03-11T21:17:27.073Z | Downloaded serde_derive v1.0.218 |
399 | 2025-03-11T21:17:27.073Z | Downloaded papergrid v0.11.0 |
400 | 2025-03-11T21:17:27.077Z | Downloaded clap v4.5.31 |
401 | 2025-03-11T21:17:27.084Z | Downloaded serde v1.0.218 |
402 | 2025-03-11T21:17:27.088Z | Downloaded textwrap v0.16.1 |
403 | 2025-03-11T21:17:27.091Z | Downloaded ryu v1.0.18 |
404 | 2025-03-11T21:17:27.094Z | Downloaded indexmap v2.7.1 |
405 | 2025-03-11T21:17:27.108Z | Downloaded toml_edit v0.22.24 |
406 | 2025-03-11T21:17:27.127Z | Downloaded memchr v2.7.4 |
407 | 2025-03-11T21:17:27.139Z | Downloaded hashbrown v0.15.1 |
408 | 2025-03-11T21:17:27.146Z | Downloaded pest v2.7.14 |
409 | 2025-03-11T21:17:27.154Z | Downloaded serde_json v1.0.139 |
410 | 2025-03-11T21:17:27.161Z | Downloaded zerocopy v0.7.35 |
411 | 2025-03-11T21:17:27.175Z | Downloaded clap_builder v4.5.31 |
412 | 2025-03-11T21:17:27.182Z | Downloaded goblin v0.8.2 |
413 | 2025-03-11T21:17:27.191Z | Downloaded tabled v0.15.0 |
414 | 2025-03-11T21:17:27.206Z | Downloaded syn v1.0.109 |
415 | 2025-03-11T21:17:27.224Z | Downloaded unicode-width v0.1.14 |
416 | 2025-03-11T21:17:27.230Z | Downloaded syn v2.0.98 |
417 | 2025-03-11T21:17:27.240Z | Downloaded rustix v0.37.28 |
418 | 2025-03-11T21:17:27.258Z | Downloaded rustix v0.38.37 |
419 | 2025-03-11T21:17:27.293Z | Downloaded libc v0.2.170 |
420 | 2025-03-11T21:17:27.435Z | Compiling proc-macro2 v1.0.94 |
421 | 2025-03-11T21:17:27.436Z | Compiling unicode-ident v1.0.14 |
422 | 2025-03-11T21:17:27.439Z | Compiling version_check v0.9.5 |
423 | 2025-03-11T21:17:27.439Z | Compiling serde v1.0.218 |
424 | 2025-03-11T21:17:27.439Z | Compiling libc v0.2.170 |
425 | 2025-03-11T21:17:27.439Z | Compiling memchr v2.7.4 |
426 | 2025-03-11T21:17:27.472Z | Compiling thiserror v1.0.69 |
427 | 2025-03-11T21:17:27.476Z | Compiling itoa v1.0.11 |
428 | 2025-03-11T21:17:27.721Z | Compiling ryu v1.0.18 |
429 | 2025-03-11T21:17:27.828Z | Compiling ucd-trie v0.1.7 |
430 | 2025-03-11T21:17:28.049Z | Compiling once_cell v1.20.3 |
431 | 2025-03-11T21:17:28.242Z | Compiling byteorder v1.5.0 |
432 | 2025-03-11T21:17:28.366Z | Compiling serde_json v1.0.139 |
433 | 2025-03-11T21:17:28.559Z | Compiling rustix v0.38.37 |
434 | 2025-03-11T21:17:28.759Z | Compiling bitflags v2.6.0 |
435 | 2025-03-11T21:17:28.782Z | Compiling proc-macro-error-attr v1.0.4 |
436 | 2025-03-11T21:17:28.865Z | Compiling usdt-impl v0.5.0 |
437 | 2025-03-11T21:17:29.086Z | Compiling io-lifetimes v1.0.11 |
438 | 2025-03-11T21:17:29.109Z | Compiling syn v1.0.109 |
439 | 2025-03-11T21:17:29.258Z | Compiling proc-macro-error v1.0.4 |
440 | 2025-03-11T21:17:29.372Z | Compiling rustix v0.37.28 |
441 | 2025-03-11T21:17:29.395Z | Compiling utf8parse v0.2.2 |
442 | 2025-03-11T21:17:29.576Z | Compiling quote v1.0.39 |
443 | 2025-03-11T21:17:29.607Z | Compiling errno v0.3.9 |
444 | 2025-03-11T21:17:29.733Z | Compiling equivalent v1.0.1 |
445 | 2025-03-11T21:17:29.776Z | Compiling log v0.4.22 |
446 | 2025-03-11T21:17:29.886Z | Compiling hashbrown v0.15.1 |
447 | 2025-03-11T21:17:29.975Z | Compiling syn v2.0.98 |
448 | 2025-03-11T21:17:30.090Z | Compiling thread-id v4.2.2 |
449 | 2025-03-11T21:17:30.115Z | Compiling plain v0.2.3 |
450 | 2025-03-11T21:17:30.138Z | Compiling camino v1.1.9 |
451 | 2025-03-11T21:17:30.507Z | Compiling anstyle-parse v0.2.5 |
452 | 2025-03-11T21:17:30.795Z | Compiling anstyle v1.0.10 |
453 | 2025-03-11T21:17:30.868Z | Compiling indexmap v2.7.1 |
454 | 2025-03-11T21:17:30.903Z | Compiling unicode-width v0.1.14 |
455 | 2025-03-11T21:17:30.941Z | Compiling pretty-hex v0.4.1 |
456 | 2025-03-11T21:17:31.025Z | Compiling bitflags v1.3.2 |
457 | 2025-03-11T21:17:31.144Z | Compiling thiserror v2.0.11 |
458 | 2025-03-11T21:17:31.176Z | Compiling anstyle-query v1.1.1 |
459 | 2025-03-11T21:17:31.217Z | Compiling semver v1.0.25 |
460 | 2025-03-11T21:17:31.334Z | Compiling winnow v0.7.3 |
461 | 2025-03-11T21:17:31.437Z | Compiling is_terminal_polyfill v1.70.1 |
462 | 2025-03-11T21:17:31.580Z | Compiling colorchoice v1.0.2 |
463 | 2025-03-11T21:17:31.733Z | Compiling autocfg v1.4.0 |
464 | 2025-03-11T21:17:31.925Z | Compiling terminal_size v0.4.0 |
465 | 2025-03-11T21:17:32.133Z | Compiling anstream v0.6.15 |
466 | 2025-03-11T21:17:32.489Z | Compiling anyhow v1.0.97 |
467 | 2025-03-11T21:17:32.512Z | Compiling clap_lex v0.7.4 |
468 | 2025-03-11T21:17:32.774Z | Compiling cfg-if v1.0.0 |
469 | 2025-03-11T21:17:32.809Z | Compiling fs-err v2.11.0 |
470 | 2025-03-11T21:17:32.896Z | Compiling bytecount v0.6.8 |
471 | 2025-03-11T21:17:33.123Z | Compiling fastrand v2.1.1 |
472 | 2025-03-11T21:17:33.150Z | Compiling fnv v1.0.7 |
473 | 2025-03-11T21:17:33.325Z | Compiling heck v0.5.0 |
474 | 2025-03-11T21:17:33.466Z | Compiling strsim v0.11.1 |
475 | 2025-03-11T21:17:33.542Z | Compiling heck v0.4.1 |
476 | 2025-03-11T21:17:33.592Z | Compiling tempfile v3.13.0 |
477 | 2025-03-11T21:17:33.623Z | Compiling papergrid v0.11.0 |
478 | 2025-03-11T21:17:33.822Z | Compiling terminal_size v0.2.6 |
479 | 2025-03-11T21:17:33.941Z | Compiling clap_builder v4.5.31 |
480 | 2025-03-11T21:17:34.219Z | Compiling memmap v0.7.0 |
481 | 2025-03-11T21:17:34.396Z | Compiling unicode-linebreak v0.1.5 |
482 | 2025-03-11T21:17:34.517Z | Compiling smawk v0.3.2 |
483 | 2025-03-11T21:17:34.859Z | Compiling textwrap v0.16.1 |
484 | 2025-03-11T21:17:34.895Z | Compiling swrite v0.1.0 |
485 | 2025-03-11T21:17:35.391Z | Compiling tabled_derive v0.7.0 |
486 | 2025-03-11T21:17:36.906Z | Compiling tabled v0.15.0 |
487 | 2025-03-11T21:17:36.991Z | Compiling serde_derive v1.0.218 |
488 | 2025-03-11T21:17:36.995Z | Compiling thiserror-impl v1.0.69 |
489 | 2025-03-11T21:17:36.995Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-03-11T21:17:36.995Z | Compiling scroll_derive v0.12.0 |
491 | 2025-03-11T21:17:36.995Z | Compiling thiserror-impl v2.0.11 |
492 | 2025-03-11T21:17:36.995Z | Compiling clap_derive v4.5.28 |
493 | 2025-03-11T21:17:38.510Z | Compiling scroll v0.12.0 |
494 | 2025-03-11T21:17:38.986Z | Compiling zerocopy v0.7.35 |
495 | 2025-03-11T21:17:39.071Z | Compiling goblin v0.8.2 |
496 | 2025-03-11T21:17:40.167Z | Compiling pest v2.7.14 |
497 | 2025-03-11T21:17:41.404Z | Compiling clap v4.5.31 |
498 | 2025-03-11T21:17:42.462Z | Compiling pest_meta v2.7.14 |
499 | 2025-03-11T21:17:43.377Z | Compiling pest_generator v2.7.14 |
500 | 2025-03-11T21:17:44.768Z | Compiling pest_derive v2.7.14 |
501 | 2025-03-11T21:17:45.385Z | Compiling dtrace-parser v0.2.0 |
502 | 2025-03-11T21:17:46.242Z | Compiling serde_tokenstream v0.2.2 |
503 | 2025-03-11T21:17:46.261Z | Compiling toml_datetime v0.6.8 |
504 | 2025-03-11T21:17:46.264Z | Compiling serde_spanned v0.6.8 |
505 | 2025-03-11T21:17:46.498Z | Compiling cargo-platform v0.1.8 |
506 | 2025-03-11T21:17:46.529Z | Compiling macaddr v1.0.1 |
507 | 2025-03-11T21:17:46.718Z | Compiling toml_edit v0.22.24 |
508 | 2025-03-11T21:17:46.950Z | Compiling camino-tempfile v1.1.1 |
509 | 2025-03-11T21:17:47.691Z | Compiling dof v0.3.0 |
510 | 2025-03-11T21:17:47.743Z | Compiling cargo_metadata v0.19.2 |
511 | 2025-03-11T21:17:49.061Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2025-03-11T21:17:49.061Z | Compiling usdt-macro v0.5.0 |
513 | 2025-03-11T21:17:49.538Z | Compiling toml v0.8.20 |
514 | 2025-03-11T21:17:50.154Z | Compiling usdt v0.5.0 |
515 | 2025-03-11T21:17:50.423Z | Compiling cargo_toml v0.21.0 |
516 | 2025-03-11T21:17:53.014Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
517 | 2025-03-11T21:17:56.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.91s |
518 | 2025-03-11T21:17:56.489Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
519 | 2025-03-11T21:17:57.080Z | Downloading crates ... |
520 | 2025-03-11T21:17:57.199Z | Downloaded adler2 v2.0.0 |
521 | 2025-03-11T21:17:57.203Z | Downloaded addr2line v0.24.2 |
522 | 2025-03-11T21:17:57.212Z | Downloaded array-init v0.0.4 |
523 | 2025-03-11T21:17:57.217Z | Downloaded arrayvec v0.7.6 |
524 | 2025-03-11T21:17:57.220Z | Downloaded atty v0.2.14 |
525 | 2025-03-11T21:17:57.223Z | Downloaded atomicwrites v0.4.4 |
526 | 2025-03-11T21:17:57.223Z | Downloaded async-stream-impl v0.3.6 |
527 | 2025-03-11T21:17:57.230Z | Downloaded http-range v0.1.5 |
528 | 2025-03-11T21:17:57.233Z | Downloaded cfg_aliases v0.1.1 |
529 | 2025-03-11T21:17:57.242Z | Downloaded icu_provider_macros v1.5.0 |
530 | 2025-03-11T21:17:57.245Z | Downloaded hubpack_derive v0.1.1 |
531 | 2025-03-11T21:17:57.252Z | Downloaded cfg_aliases v0.2.1 |
532 | 2025-03-11T21:17:57.257Z | Downloaded ciborium-io v0.2.2 |
533 | 2025-03-11T21:17:57.261Z | Downloaded http-body v1.0.1 |
534 | 2025-03-11T21:17:57.261Z | Downloaded is_ci v1.2.0 |
535 | 2025-03-11T21:17:57.266Z | Downloaded assert_matches v1.5.0 |
536 | 2025-03-11T21:17:57.266Z | Downloaded crucible-workspace-hack v0.1.0 |
537 | 2025-03-11T21:17:57.266Z | Downloaded ident_case v1.0.1 |
538 | 2025-03-11T21:17:57.266Z | Downloaded cstr-argument v0.1.2 |
539 | 2025-03-11T21:17:57.270Z | Downloaded atomic-waker v1.1.2 |
540 | 2025-03-11T21:17:57.270Z | Downloaded md5 v0.7.0 |
541 | 2025-03-11T21:17:57.271Z | Downloaded instant v0.1.13 |
542 | 2025-03-11T21:17:57.274Z | Downloaded new_debug_unreachable v1.0.6 |
543 | 2025-03-11T21:17:57.277Z | Downloaded crunchy v0.2.2 |
544 | 2025-03-11T21:17:57.277Z | Downloaded newline-converter v0.3.0 |
545 | 2025-03-11T21:17:57.277Z | Downloaded bitfield-struct v0.6.2 |
546 | 2025-03-11T21:17:57.281Z | Downloaded cobs v0.2.3 |
547 | 2025-03-11T21:17:57.281Z | Downloaded bit-vec v0.6.3 |
548 | 2025-03-11T21:17:57.283Z | Downloaded async-stream v0.3.6 |
549 | 2025-03-11T21:17:57.287Z | Downloaded match_cfg v0.1.0 |
550 | 2025-03-11T21:17:57.287Z | Downloaded aead v0.5.2 |
551 | 2025-03-11T21:17:57.290Z | Downloaded crc v3.2.1 |
552 | 2025-03-11T21:17:57.293Z | Downloaded httpdate v1.0.3 |
553 | 2025-03-11T21:17:57.293Z | Downloaded ctr v0.9.2 |
554 | 2025-03-11T21:17:57.296Z | Downloaded hubpack v0.1.2 |
555 | 2025-03-11T21:17:57.299Z | Downloaded cipher v0.4.4 |
556 | 2025-03-11T21:17:57.299Z | Downloaded bcrypt-pbkdf v0.10.0 |
557 | 2025-03-11T21:17:57.302Z | Downloaded const_format_proc_macros v0.2.34 |
558 | 2025-03-11T21:17:57.310Z | Downloaded indoc v1.0.9 |
559 | 2025-03-11T21:17:57.310Z | Downloaded lockfree-object-pool v0.1.6 |
560 | 2025-03-11T21:17:57.310Z | Downloaded http-body-util v0.1.2 |
561 | 2025-03-11T21:17:57.314Z | Downloaded lru-cache v0.1.2 |
562 | 2025-03-11T21:17:57.314Z | Downloaded instability v0.3.2 |
563 | 2025-03-11T21:17:57.314Z | Downloaded impl-trait-for-tuples v0.2.2 |
564 | 2025-03-11T21:17:57.317Z | Downloaded multimap v0.10.0 |
565 | 2025-03-11T21:17:57.320Z | Downloaded mime v0.3.17 |
566 | 2025-03-11T21:17:57.323Z | Downloaded managed v0.8.0 |
567 | 2025-03-11T21:17:57.323Z | Downloaded memoffset v0.9.1 |
568 | 2025-03-11T21:17:57.327Z | Downloaded async-trait v0.1.87 |
569 | 2025-03-11T21:17:57.330Z | Downloaded maybe-uninit v2.0.0 |
570 | 2025-03-11T21:17:57.330Z | Downloaded libsw-core v0.3.1 |
571 | 2025-03-11T21:17:57.333Z | Downloaded crc-catalog v2.4.0 |
572 | 2025-03-11T21:17:57.336Z | Downloaded maplit v1.0.2 |
573 | 2025-03-11T21:17:57.336Z | Downloaded bit-set v0.5.3 |
574 | 2025-03-11T21:17:57.336Z | Downloaded lalrpop-util v0.19.12 |
575 | 2025-03-11T21:17:57.339Z | Downloaded lazy_static v1.5.0 |
576 | 2025-03-11T21:17:57.339Z | Downloaded ipnetwork v0.21.1 |
577 | 2025-03-11T21:17:57.342Z | Downloaded internet-checksum v0.2.1 |
578 | 2025-03-11T21:17:57.345Z | Downloaded md-5 v0.10.6 |
579 | 2025-03-11T21:17:57.345Z | Downloaded libefi-sys v0.1.0 |
580 | 2025-03-11T21:17:57.348Z | Downloaded linear-map v1.2.0 |
581 | 2025-03-11T21:17:57.348Z | Downloaded async-recursion v1.1.1 |
582 | 2025-03-11T21:17:57.352Z | Downloaded rustc-hash v1.1.0 |
583 | 2025-03-11T21:17:57.355Z | Downloaded mockall v0.13.1 |
584 | 2025-03-11T21:17:57.359Z | Downloaded time-core v0.1.2 |
585 | 2025-03-11T21:17:57.359Z | Downloaded libsw v3.4.0 |
586 | 2025-03-11T21:17:57.359Z | Downloaded keccak v0.1.5 |
587 | 2025-03-11T21:17:57.366Z | Downloaded hyper-tls v0.6.0 |
588 | 2025-03-11T21:17:57.367Z | Downloaded tinyvec_macros v0.1.1 |
589 | 2025-03-11T21:17:57.370Z | Downloaded try-lock v0.2.5 |
590 | 2025-03-11T21:17:57.370Z | Downloaded hex v0.4.3 |
591 | 2025-03-11T21:17:57.370Z | Downloaded toolchain_find v0.4.0 |
592 | 2025-03-11T21:17:57.370Z | Downloaded stable_deref_trait v1.2.0 |
593 | 2025-03-11T21:17:57.370Z | Downloaded hyper-rustls v0.27.3 |
594 | 2025-03-11T21:17:57.373Z | Downloaded console v0.15.10 |
595 | 2025-03-11T21:17:57.376Z | Downloaded cargo_metadata v0.18.1 |
596 | 2025-03-11T21:17:57.379Z | Downloaded lazycell v1.3.0 |
597 | 2025-03-11T21:17:57.379Z | Downloaded ciborium-ll v0.2.2 |
598 | 2025-03-11T21:17:57.382Z | Downloaded lock_api v0.4.12 |
599 | 2025-03-11T21:17:57.387Z | Downloaded libloading v0.8.5 |
600 | 2025-03-11T21:17:57.393Z | Downloaded nanorand v0.7.0 |
601 | 2025-03-11T21:17:57.393Z | Downloaded litemap v0.7.3 |
602 | 2025-03-11T21:17:57.396Z | Downloaded lru v0.12.5 |
603 | 2025-03-11T21:17:57.396Z | Downloaded jobserver v0.1.32 |
604 | 2025-03-11T21:17:57.396Z | Downloaded ipnet v2.11.0 |
605 | 2025-03-11T21:17:57.399Z | Downloaded mime_guess v2.0.5 |
606 | 2025-03-11T21:17:57.403Z | Downloaded bzip2 v0.4.4 |
607 | 2025-03-11T21:17:57.406Z | Downloaded hyper-staticfile v0.10.1 |
608 | 2025-03-11T21:17:57.409Z | Downloaded want v0.3.1 |
609 | 2025-03-11T21:17:57.409Z | Downloaded structmeta v0.3.0 |
610 | 2025-03-11T21:17:57.409Z | Downloaded progenitor-client v0.9.1 |
611 | 2025-03-11T21:17:57.412Z | Downloaded ahash v0.8.11 |
612 | 2025-03-11T21:17:57.415Z | Downloaded zone_cfg_derive v0.3.0 |
613 | 2025-03-11T21:17:57.415Z | Downloaded derive_builder_macro v0.20.2 |
614 | 2025-03-11T21:17:57.418Z | Downloaded radium v0.7.0 |
615 | 2025-03-11T21:17:57.418Z | Downloaded slog-bunyan v2.5.0 |
616 | 2025-03-11T21:17:57.421Z | Downloaded rtoolbox v0.0.2 |
617 | 2025-03-11T21:17:57.421Z | Downloaded sec1 v0.7.3 |
618 | 2025-03-11T21:17:57.424Z | Downloaded sha1 v0.10.6 |
619 | 2025-03-11T21:17:57.427Z | Downloaded tabwriter v1.4.0 |
620 | 2025-03-11T21:17:57.428Z | Downloaded tabled_derive v0.10.0 |
621 | 2025-03-11T21:17:57.431Z | Downloaded foreign-types-shared v0.1.1 |
622 | 2025-03-11T21:17:57.431Z | Downloaded dunce v1.0.5 |
623 | 2025-03-11T21:17:57.431Z | Downloaded dsl_auto_type v0.1.2 |
624 | 2025-03-11T21:17:57.434Z | Downloaded normalize-line-endings v0.3.0 |
625 | 2025-03-11T21:17:57.434Z | Downloaded foreign-types-shared v0.3.1 |
626 | 2025-03-11T21:17:57.437Z | Downloaded foreign-types-macros v0.2.3 |
627 | 2025-03-11T21:17:57.437Z | Downloaded openssl-macros v0.1.1 |
628 | 2025-03-11T21:17:57.437Z | Downloaded icu_provider v1.5.0 |
629 | 2025-03-11T21:17:57.441Z | Downloaded synstructure v0.13.1 |
630 | 2025-03-11T21:17:57.445Z | Downloaded hmac v0.12.1 |
631 | 2025-03-11T21:17:57.445Z | Downloaded tls_codec_derive v0.4.1 |
632 | 2025-03-11T21:17:57.448Z | Downloaded icu_locid v1.5.0 |
633 | 2025-03-11T21:17:57.454Z | Downloaded icu_normalizer_data v1.5.0 |
634 | 2025-03-11T21:17:57.458Z | Downloaded mockall_derive v0.13.1 |
635 | 2025-03-11T21:17:57.458Z | Downloaded litrs v0.4.1 |
636 | 2025-03-11T21:17:57.464Z | Downloaded crossbeam-utils v0.8.20 |
637 | 2025-03-11T21:17:57.472Z | Downloaded num v0.4.3 |
638 | 2025-03-11T21:17:57.473Z | Downloaded multer v3.1.0 |
639 | 2025-03-11T21:17:57.477Z | Downloaded xz2 v0.1.7 |
640 | 2025-03-11T21:17:57.477Z | Downloaded hickory-resolver v0.24.4 |
641 | 2025-03-11T21:17:57.477Z | Downloaded zerovec-derive v0.10.3 |
642 | 2025-03-11T21:17:57.480Z | Downloaded allocator-api2 v0.2.18 |
643 | 2025-03-11T21:17:57.483Z | Downloaded universal-hash v0.5.1 |
644 | 2025-03-11T21:17:57.484Z | Downloaded fallible-iterator v0.2.0 |
645 | 2025-03-11T21:17:57.487Z | Downloaded derive_builder_core v0.20.2 |
646 | 2025-03-11T21:17:57.490Z | Downloaded typify v0.2.0 |
647 | 2025-03-11T21:17:57.494Z | Downloaded sct v0.7.1 |
648 | 2025-03-11T21:17:57.497Z | Downloaded rustc_version v0.4.1 |
649 | 2025-03-11T21:17:57.497Z | Downloaded ssh-cipher v0.2.0 |
650 | 2025-03-11T21:17:58.503Z | Downloaded take_mut v0.2.2 |
651 | 2025-03-11T21:17:58.503Z | Downloaded rustc-hash v2.1.1 |
652 | 2025-03-11T21:17:58.507Z | Downloaded wyz v0.5.1 |
653 | 2025-03-11T21:17:58.507Z | Downloaded form_urlencoded v1.2.1 |
654 | 2025-03-11T21:17:58.507Z | Downloaded sqlparser_derive v0.2.2 |
655 | 2025-03-11T21:17:58.507Z | Downloaded foreign-types v0.5.0 |
656 | 2025-03-11T21:17:58.507Z | Downloaded float-cmp v0.10.0 |
657 | 2025-03-11T21:17:58.507Z | Downloaded indicatif v0.17.11 |
658 | 2025-03-11T21:17:58.507Z | Downloaded miniz_oxide v0.8.5 |
659 | 2025-03-11T21:17:58.507Z | Downloaded indexmap v1.9.3 |
660 | 2025-03-11T21:17:58.507Z | Downloaded colored v2.2.0 |
661 | 2025-03-11T21:17:58.507Z | Downloaded icu_properties v1.5.1 |
662 | 2025-03-11T21:17:58.507Z | Downloaded base64 v0.13.1 |
663 | 2025-03-11T21:17:58.507Z | Downloaded cookie v0.18.1 |
664 | 2025-03-11T21:17:58.508Z | Downloaded darling_macro v0.20.10 |
665 | 2025-03-11T21:17:58.508Z | Downloaded sync_wrapper v1.0.1 |
666 | 2025-03-11T21:17:58.508Z | Downloaded serde_urlencoded v0.7.1 |
667 | 2025-03-11T21:17:58.508Z | Downloaded float-ord v0.3.2 |
668 | 2025-03-11T21:17:58.508Z | Downloaded chacha20poly1305 v0.10.1 |
669 | 2025-03-11T21:17:58.508Z | Downloaded vte_generate_state_changes v0.1.2 |
670 | 2025-03-11T21:17:58.508Z | Downloaded pbkdf2 v0.12.2 |
671 | 2025-03-11T21:17:58.508Z | Downloaded arc-swap v1.7.1 |
672 | 2025-03-11T21:17:58.508Z | Downloaded rand_chacha v0.9.0 |
673 | 2025-03-11T21:17:58.508Z | Downloaded hyper-util v0.1.10 |
674 | 2025-03-11T21:17:58.508Z | Downloaded smf v0.2.3 |
675 | 2025-03-11T21:17:58.508Z | Downloaded number_prefix v0.4.0 |
676 | 2025-03-11T21:17:58.508Z | Downloaded time-macros v0.2.18 |
677 | 2025-03-11T21:17:58.508Z | Downloaded thread_local v1.1.8 |
678 | 2025-03-11T21:17:58.508Z | Downloaded thiserror-no-std v2.0.2 |
679 | 2025-03-11T21:17:58.508Z | Downloaded phf_shared v0.10.0 |
680 | 2025-03-11T21:17:58.508Z | Downloaded path-slash v0.1.5 |
681 | 2025-03-11T21:17:58.508Z | Downloaded num_threads v0.1.7 |
682 | 2025-03-11T21:17:58.508Z | Downloaded nu-ansi-term v0.50.1 |
683 | 2025-03-11T21:17:58.508Z | Downloaded serde_repr v0.1.19 |
684 | 2025-03-11T21:17:58.508Z | Downloaded schemars_derive v0.8.22 |
685 | 2025-03-11T21:17:58.508Z | Downloaded headers v0.4.0 |
686 | 2025-03-11T21:17:58.508Z | Downloaded predicates-core v1.0.8 |
687 | 2025-03-11T21:17:58.508Z | Downloaded compact_str v0.8.0 |
688 | 2025-03-11T21:17:58.508Z | Downloaded bytes v1.10.1 |
689 | 2025-03-11T21:17:58.508Z | Downloaded data-encoding v2.6.0 |
690 | 2025-03-11T21:17:58.508Z | Downloaded peg v0.8.5 |
691 | 2025-03-11T21:17:58.508Z | Downloaded ena v0.14.3 |
692 | 2025-03-11T21:17:58.508Z | Downloaded utf16_iter v1.0.5 |
693 | 2025-03-11T21:17:58.508Z | Downloaded embedded-io v0.6.1 |
694 | 2025-03-11T21:17:58.508Z | Downloaded zeroize v1.8.1 |
695 | 2025-03-11T21:17:58.508Z | Downloaded thiserror-impl-no-std v2.0.2 |
696 | 2025-03-11T21:17:58.508Z | Downloaded termtree v0.4.1 |
697 | 2025-03-11T21:17:58.508Z | Downloaded futures-task v0.3.31 |
698 | 2025-03-11T21:17:58.508Z | Downloaded rand_core v0.6.4 |
699 | 2025-03-11T21:17:58.508Z | Downloaded proc-macro-error2 v2.0.1 |
700 | 2025-03-11T21:17:58.508Z | Downloaded zopfli v0.8.1 |
701 | 2025-03-11T21:17:58.508Z | Downloaded serde-big-array v0.5.1 |
702 | 2025-03-11T21:17:58.509Z | Downloaded zone v0.1.8 |
703 | 2025-03-11T21:17:58.509Z | Downloaded tracing-attributes v0.1.27 |
704 | 2025-03-11T21:17:58.509Z | Downloaded curve25519-dalek-derive v0.1.1 |
705 | 2025-03-11T21:17:58.509Z | Downloaded daft v0.1.1 |
706 | 2025-03-11T21:17:58.509Z | Downloaded postgres-types v0.2.9 |
707 | 2025-03-11T21:17:58.509Z | Downloaded zone v0.3.0 |
708 | 2025-03-11T21:17:58.509Z | Downloaded packed_struct_codegen v0.10.1 |
709 | 2025-03-11T21:17:58.509Z | Downloaded semver v0.1.20 |
710 | 2025-03-11T21:17:58.509Z | Downloaded hickory-client v0.24.4 |
711 | 2025-03-11T21:17:58.509Z | Downloaded hickory-server v0.24.4 |
712 | 2025-03-11T21:17:58.509Z | Downloaded predicates v3.1.3 |
713 | 2025-03-11T21:17:58.509Z | Downloaded phf_codegen v0.11.2 |
714 | 2025-03-11T21:17:58.509Z | Downloaded psl-types v2.0.11 |
715 | 2025-03-11T21:17:58.509Z | Downloaded progenitor v0.9.1 |
716 | 2025-03-11T21:17:58.509Z | Downloaded dropshot_endpoint v0.12.0 |
717 | 2025-03-11T21:17:58.509Z | Downloaded crossbeam-channel v0.5.13 |
718 | 2025-03-11T21:17:58.509Z | Downloaded backtrace v0.3.74 |
719 | 2025-03-11T21:17:58.509Z | Downloaded string_cache v0.8.7 |
720 | 2025-03-11T21:17:58.509Z | Downloaded which v4.4.2 |
721 | 2025-03-11T21:17:58.509Z | Downloaded strum_macros v0.26.4 |
722 | 2025-03-11T21:17:58.509Z | Downloaded progenitor-macro v0.9.1 |
723 | 2025-03-11T21:17:58.509Z | Downloaded ghash v0.5.1 |
724 | 2025-03-11T21:17:58.509Z | Downloaded enum-as-inner v0.6.1 |
725 | 2025-03-11T21:17:58.509Z | Downloaded unsafe-libyaml v0.2.11 |
726 | 2025-03-11T21:17:58.509Z | Downloaded diesel_table_macro_syntax v0.2.0 |
727 | 2025-03-11T21:17:58.509Z | Downloaded num-complex v0.4.6 |
728 | 2025-03-11T21:17:58.509Z | Downloaded ron v0.7.1 |
729 | 2025-03-11T21:17:58.509Z | Downloaded serde-hex v0.1.0 |
730 | 2025-03-11T21:17:58.509Z | Downloaded parking_lot v0.11.2 |
731 | 2025-03-11T21:17:58.510Z | Downloaded supports-color v3.0.2 |
732 | 2025-03-11T21:17:58.510Z | Downloaded derive_builder v0.20.2 |
733 | 2025-03-11T21:17:58.510Z | Downloaded pretty-hex v0.2.1 |
734 | 2025-03-11T21:17:58.510Z | Downloaded cc v1.2.15 |
735 | 2025-03-11T21:17:58.510Z | Downloaded peg-runtime v0.8.5 |
736 | 2025-03-11T21:17:58.510Z | Downloaded ssh-encoding v0.2.0 |
737 | 2025-03-11T21:17:58.510Z | Downloaded mio v1.0.2 |
738 | 2025-03-11T21:17:58.510Z | Downloaded whoami v1.5.2 |
739 | 2025-03-11T21:17:58.510Z | Downloaded env_filter v0.1.2 |
740 | 2025-03-11T21:17:58.510Z | Downloaded embedded-io v0.4.0 |
741 | 2025-03-11T21:17:58.510Z | Downloaded http v1.2.0 |
742 | 2025-03-11T21:17:58.510Z | Downloaded glob v0.3.2 |
743 | 2025-03-11T21:17:58.510Z | Downloaded test-strategy v0.4.0 |
744 | 2025-03-11T21:17:58.510Z | Downloaded tokio-stream v0.1.17 |
745 | 2025-03-11T21:17:58.510Z | Downloaded unicode_categories v0.1.1 |
746 | 2025-03-11T21:17:58.510Z | Downloaded zerofrom v0.1.4 |
747 | 2025-03-11T21:17:58.510Z | Downloaded pem v3.0.5 |
748 | 2025-03-11T21:17:58.510Z | Downloaded samael v0.0.18 |
749 | 2025-03-11T21:17:58.510Z | Downloaded num-iter v0.1.45 |
750 | 2025-03-11T21:17:58.510Z | Downloaded password-hash v0.5.0 |
751 | 2025-03-11T21:17:58.510Z | Downloaded zeroize_derive v1.4.2 |
752 | 2025-03-11T21:17:58.515Z | Downloaded zerofrom-derive v0.1.4 |
753 | 2025-03-11T21:17:58.515Z | Downloaded gethostname v0.5.0 |
754 | 2025-03-11T21:17:58.515Z | Downloaded fxhash v0.2.1 |
755 | 2025-03-11T21:17:58.515Z | Downloaded fd-lock v4.0.2 |
756 | 2025-03-11T21:17:58.515Z | Downloaded salsa20 v0.10.2 |
757 | 2025-03-11T21:17:58.515Z | Downloaded quick-error v1.2.3 |
758 | 2025-03-11T21:17:58.515Z | Downloaded progenitor-macro v0.8.0 |
759 | 2025-03-11T21:17:58.516Z | Downloaded same-file v1.0.6 |
760 | 2025-03-11T21:17:58.516Z | Downloaded itertools v0.10.5 |
761 | 2025-03-11T21:17:58.516Z | Downloaded libxml v0.3.3 |
762 | 2025-03-11T21:17:58.516Z | Downloaded progenitor-client v0.8.0 |
763 | 2025-03-11T21:17:58.516Z | Downloaded sync-ptr v0.1.1 |
764 | 2025-03-11T21:17:58.516Z | Downloaded signal-hook-mio v0.2.4 |
765 | 2025-03-11T21:17:58.516Z | Downloaded stringprep v0.1.5 |
766 | 2025-03-11T21:17:58.516Z | Downloaded static_assertions v1.1.0 |
767 | 2025-03-11T21:17:58.516Z | Downloaded libm v0.2.8 |
768 | 2025-03-11T21:17:58.516Z | Downloaded tokio-macros v2.5.0 |
769 | 2025-03-11T21:17:58.516Z | Downloaded siphasher v0.3.11 |
770 | 2025-03-11T21:17:58.516Z | Downloaded darling_core v0.20.10 |
771 | 2025-03-11T21:17:58.516Z | Downloaded flume v0.11.1 |
772 | 2025-03-11T21:17:58.516Z | Downloaded downcast v0.11.0 |
773 | 2025-03-11T21:17:58.516Z | Downloaded tower-service v0.3.3 |
774 | 2025-03-11T21:17:58.516Z | Downloaded tower-layer v0.3.3 |
775 | 2025-03-11T21:17:58.516Z | Downloaded ff v0.13.0 |
776 | 2025-03-11T21:17:58.516Z | Downloaded dirs-sys-next v0.1.2 |
777 | 2025-03-11T21:17:58.516Z | Downloaded num-rational v0.4.2 |
778 | 2025-03-11T21:17:58.516Z | Downloaded utf8_iter v1.0.4 |
779 | 2025-03-11T21:17:58.516Z | Downloaded tokio-tungstenite v0.23.1 |
780 | 2025-03-11T21:17:58.516Z | Downloaded futures-macro v0.3.31 |
781 | 2025-03-11T21:17:58.516Z | Downloaded futures-io v0.3.31 |
782 | 2025-03-11T21:17:58.516Z | Downloaded headers-core v0.3.0 |
783 | 2025-03-11T21:17:58.516Z | Downloaded zerocopy v0.6.6 |
784 | 2025-03-11T21:17:58.516Z | Downloaded qorb v0.2.1 |
785 | 2025-03-11T21:17:58.516Z | Downloaded oso-derive v0.27.3 |
786 | 2025-03-11T21:17:58.516Z | Downloaded oxnet v0.1.1 |
787 | 2025-03-11T21:17:58.516Z | Downloaded futures-sink v0.3.31 |
788 | 2025-03-11T21:17:58.516Z | Downloaded tokio-rustls v0.25.0 |
789 | 2025-03-11T21:17:58.516Z | Downloaded x509-cert v0.2.5 |
790 | 2025-03-11T21:17:58.516Z | Downloaded shlex v1.3.0 |
791 | 2025-03-11T21:17:58.516Z | Downloaded proc-macro-error-attr2 v2.0.0 |
792 | 2025-03-11T21:17:58.516Z | Downloaded proc-macro-crate v1.3.1 |
793 | 2025-03-11T21:17:58.516Z | Downloaded filetime v0.2.25 |
794 | 2025-03-11T21:17:58.516Z | Downloaded getrandom v0.3.1 |
795 | 2025-03-11T21:17:58.516Z | Downloaded diff v0.1.13 |
796 | 2025-03-11T21:17:58.517Z | Downloaded subtle v2.6.1 |
797 | 2025-03-11T21:17:58.517Z | Downloaded ppv-lite86 v0.2.20 |
798 | 2025-03-11T21:17:58.517Z | Downloaded aes-gcm v0.10.3 |
799 | 2025-03-11T21:17:58.517Z | Downloaded scheduled-thread-pool v0.2.7 |
800 | 2025-03-11T21:17:58.517Z | Downloaded socket2 v0.5.8 |
801 | 2025-03-11T21:17:58.517Z | Downloaded rpassword v7.3.1 |
802 | 2025-03-11T21:17:58.517Z | Downloaded pin-utils v0.1.0 |
803 | 2025-03-11T21:17:58.517Z | Downloaded value-bag v1.9.0 |
804 | 2025-03-11T21:17:58.517Z | Downloaded strip-ansi-escapes v0.2.0 |
805 | 2025-03-11T21:17:58.517Z | Downloaded document-features v0.2.10 |
806 | 2025-03-11T21:17:58.517Z | Downloaded tracing-core v0.1.32 |
807 | 2025-03-11T21:17:58.517Z | Downloaded tui-tree-widget v0.23.0 |
808 | 2025-03-11T21:17:58.517Z | Downloaded group v0.13.0 |
809 | 2025-03-11T21:17:58.517Z | Downloaded opaque-debug v0.3.1 |
810 | 2025-03-11T21:17:58.517Z | Downloaded num-traits v0.2.19 |
811 | 2025-03-11T21:17:58.518Z | Downloaded write16 v1.0.0 |
812 | 2025-03-11T21:17:58.518Z | Downloaded displaydoc v0.2.5 |
813 | 2025-03-11T21:17:58.518Z | Downloaded precomputed-hash v0.1.1 |
814 | 2025-03-11T21:17:58.518Z | Downloaded hyper v1.6.0 |
815 | 2025-03-11T21:17:58.518Z | Downloaded nodrop v0.1.14 |
816 | 2025-03-11T21:17:58.518Z | Downloaded display-error-chain v0.2.2 |
817 | 2025-03-11T21:17:58.518Z | Downloaded defmt-parser v0.3.4 |
818 | 2025-03-11T21:17:58.518Z | Downloaded owo-colors v4.2.0 |
819 | 2025-03-11T21:17:58.518Z | Downloaded phf_shared v0.11.2 |
820 | 2025-03-11T21:17:58.518Z | Downloaded itertools v0.14.0 |
821 | 2025-03-11T21:17:58.518Z | Downloaded unarray v0.1.4 |
822 | 2025-03-11T21:17:58.518Z | Downloaded spki v0.7.3 |
823 | 2025-03-11T21:17:58.518Z | Downloaded rustls-pemfile v1.0.4 |
824 | 2025-03-11T21:17:58.519Z | Downloaded pin-project-lite v0.2.14 |
825 | 2025-03-11T21:17:58.519Z | Downloaded russh-cryptovec v0.7.3 |
826 | 2025-03-11T21:17:58.519Z | Downloaded predicates-tree v1.0.11 |
827 | 2025-03-11T21:17:58.519Z | Downloaded pkg-config v0.3.31 |
828 | 2025-03-11T21:17:58.519Z | Downloaded simd-adler32 v0.3.7 |
829 | 2025-03-11T21:17:58.519Z | Downloaded shell-words v1.1.0 |
830 | 2025-03-11T21:17:58.519Z | Downloaded diesel-dtrace v0.4.2 |
831 | 2025-03-11T21:17:58.519Z | Downloaded toml v0.7.8 |
832 | 2025-03-11T21:17:58.519Z | Downloaded unicode-truncate v1.1.0 |
833 | 2025-03-11T21:17:58.519Z | Downloaded unicode-segmentation v1.12.0 |
834 | 2025-03-11T21:17:58.519Z | Downloaded unicase v2.7.0 |
835 | 2025-03-11T21:17:58.519Z | Downloaded tokio-tungstenite v0.24.0 |
836 | 2025-03-11T21:17:58.519Z | Downloaded elliptic-curve v0.13.8 |
837 | 2025-03-11T21:17:58.519Z | Downloaded num-conv v0.1.0 |
838 | 2025-03-11T21:17:58.519Z | Downloaded parse-display-derive v0.10.0 |
839 | 2025-03-11T21:17:58.519Z | Downloaded flagset v0.4.6 |
840 | 2025-03-11T21:17:58.519Z | Downloaded fixedbitset v0.4.2 |
841 | 2025-03-11T21:17:58.519Z | Downloaded writeable v0.5.5 |
842 | 2025-03-11T21:17:58.519Z | Downloaded heapless v0.8.0 |
843 | 2025-03-11T21:17:58.520Z | Downloaded url v2.5.3 |
844 | 2025-03-11T21:17:58.520Z | Downloaded nom v7.1.3 |
845 | 2025-03-11T21:17:58.520Z | Downloaded progenitor-impl v0.8.0 |
846 | 2025-03-11T21:17:58.520Z | Downloaded crossterm v0.28.1 |
847 | 2025-03-11T21:17:58.520Z | Downloaded untrusted v0.7.1 |
848 | 2025-03-11T21:17:58.520Z | Downloaded unicode-xid v0.2.6 |
849 | 2025-03-11T21:17:58.520Z | Downloaded termcolor v1.4.1 |
850 | 2025-03-11T21:17:58.520Z | Downloaded spin v0.9.8 |
851 | 2025-03-11T21:17:58.520Z | Downloaded rustc-demangle v0.1.24 |
852 | 2025-03-11T21:17:58.524Z | Downloaded hex-literal v0.4.1 |
853 | 2025-03-11T21:17:58.524Z | Downloaded uuid v1.15.1 |
854 | 2025-03-11T21:17:58.524Z | Downloaded foreign-types v0.3.2 |
855 | 2025-03-11T21:17:58.524Z | Downloaded steno v0.4.1 |
856 | 2025-03-11T21:17:58.524Z | Downloaded sigpipe v0.1.3 |
857 | 2025-03-11T21:17:58.524Z | Downloaded signal-hook-tokio v0.3.1 |
858 | 2025-03-11T21:17:58.524Z | Downloaded typify-macro v0.3.0 |
859 | 2025-03-11T21:17:58.524Z | Downloaded snafu-derive v0.8.5 |
860 | 2025-03-11T21:17:58.524Z | Downloaded termtree v0.5.1 |
861 | 2025-03-11T21:17:58.524Z | Downloaded pretty_assertions v1.4.1 |
862 | 2025-03-11T21:17:58.524Z | Downloaded slog-term v2.9.1 |
863 | 2025-03-11T21:17:58.524Z | Downloaded time v0.3.36 |
864 | 2025-03-11T21:17:58.524Z | Downloaded futures-channel v0.3.31 |
865 | 2025-03-11T21:17:58.524Z | Downloaded parking_lot_core v0.8.6 |
866 | 2025-03-11T21:17:58.524Z | Downloaded postcard v1.0.10 |
867 | 2025-03-11T21:17:58.524Z | Downloaded quinn v0.11.5 |
868 | 2025-03-11T21:17:58.524Z | Downloaded debug-ignore v1.0.5 |
869 | 2025-03-11T21:17:58.524Z | Downloaded aho-corasick v1.1.3 |
870 | 2025-03-11T21:17:58.524Z | Downloaded oso v0.27.3 |
871 | 2025-03-11T21:17:58.524Z | Downloaded snafu v0.8.5 |
872 | 2025-03-11T21:17:58.524Z | Downloaded waitgroup v0.1.2 |
873 | 2025-03-11T21:17:58.524Z | Downloaded typify-macro v0.2.0 |
874 | 2025-03-11T21:17:58.524Z | Downloaded der_derive v0.7.3 |
875 | 2025-03-11T21:17:58.524Z | Downloaded signature v2.2.0 |
876 | 2025-03-11T21:17:58.525Z | Downloaded slog-stdlog v4.1.1 |
877 | 2025-03-11T21:17:58.525Z | Downloaded parse-display v0.10.0 |
878 | 2025-03-11T21:17:58.525Z | Downloaded packed_struct v0.10.1 |
879 | 2025-03-11T21:17:58.525Z | Downloaded futures-executor v0.3.31 |
880 | 2025-03-11T21:17:58.525Z | Downloaded p256 v0.13.2 |
881 | 2025-03-11T21:17:58.525Z | Downloaded serde_plain v1.0.2 |
882 | 2025-03-11T21:17:58.525Z | Downloaded num-derive v0.4.2 |
883 | 2025-03-11T21:17:58.525Z | Downloaded rand_seeder v0.3.0 |
884 | 2025-03-11T21:17:58.525Z | Downloaded fragile v2.0.0 |
885 | 2025-03-11T21:17:58.525Z | Downloaded ref-cast-impl v1.0.23 |
886 | 2025-03-11T21:17:58.525Z | Downloaded tap v1.0.1 |
887 | 2025-03-11T21:17:58.525Z | Downloaded term v0.7.0 |
888 | 2025-03-11T21:17:58.525Z | Downloaded newtype_derive v0.1.6 |
889 | 2025-03-11T21:17:58.525Z | Downloaded hash32 v0.2.1 |
890 | 2025-03-11T21:17:58.525Z | Downloaded dirs-next v2.0.0 |
891 | 2025-03-11T21:17:58.525Z | Downloaded tinyvec v1.8.0 |
892 | 2025-03-11T21:17:58.525Z | Downloaded tokio-tungstenite v0.21.0 |
893 | 2025-03-11T21:17:58.525Z | Downloaded signal-hook-registry v1.4.2 |
894 | 2025-03-11T21:17:58.525Z | Downloaded yoke-derive v0.7.4 |
895 | 2025-03-11T21:17:58.525Z | Downloaded poly1305 v0.8.0 |
896 | 2025-03-11T21:17:58.525Z | Downloaded parking_lot_core v0.9.10 |
897 | 2025-03-11T21:17:58.525Z | Downloaded ed25519 v2.2.3 |
898 | 2025-03-11T21:17:58.525Z | Downloaded sqlformat v0.2.6 |
899 | 2025-03-11T21:17:58.525Z | Downloaded dyn-clone v1.0.19 |
900 | 2025-03-11T21:17:58.525Z | Downloaded tokio-rustls v0.24.1 |
901 | 2025-03-11T21:17:58.525Z | Downloaded num-bigint-dig v0.8.4 |
902 | 2025-03-11T21:17:58.525Z | Downloaded percent-encoding v2.3.1 |
903 | 2025-03-11T21:17:58.525Z | Downloaded slab v0.4.9 |
904 | 2025-03-11T21:17:58.525Z | Downloaded prettyplease v0.2.30 |
905 | 2025-03-11T21:17:58.525Z | Downloaded tungstenite v0.21.0 |
906 | 2025-03-11T21:17:58.525Z | Downloaded openssl-probe v0.1.5 |
907 | 2025-03-11T21:17:58.525Z | Downloaded futures-core v0.3.31 |
908 | 2025-03-11T21:17:58.525Z | Downloaded yasna v0.5.2 |
909 | 2025-03-11T21:17:58.525Z | Downloaded rsa v0.9.6 |
910 | 2025-03-11T21:17:58.525Z | Downloaded num-integer v0.1.46 |
911 | 2025-03-11T21:17:58.525Z | Downloaded strum v0.26.3 |
912 | 2025-03-11T21:17:58.525Z | Downloaded secrecy v0.8.0 |
913 | 2025-03-11T21:17:58.525Z | Downloaded tiny-keccak v2.0.2 |
914 | 2025-03-11T21:17:58.525Z | Downloaded rcgen v0.12.1 |
915 | 2025-03-11T21:17:58.526Z | Downloaded tungstenite v0.23.0 |
916 | 2025-03-11T21:17:58.526Z | Downloaded nibble_vec v0.1.0 |
917 | 2025-03-11T21:17:58.526Z | Downloaded deranged v0.3.11 |
918 | 2025-03-11T21:17:58.526Z | Downloaded tinystr v0.7.6 |
919 | 2025-03-11T21:17:58.526Z | Downloaded hash32 v0.3.1 |
920 | 2025-03-11T21:17:58.526Z | Downloaded strum_macros v0.25.3 |
921 | 2025-03-11T21:17:58.526Z | Downloaded zip v2.1.3 |
922 | 2025-03-11T21:17:58.526Z | Downloaded env_logger v0.11.5 |
923 | 2025-03-11T21:17:58.526Z | Downloaded wait-timeout v0.2.0 |
924 | 2025-03-11T21:17:58.526Z | Downloaded untrusted v0.9.0 |
925 | 2025-03-11T21:17:58.526Z | Downloaded tokio-native-tls v0.3.1 |
926 | 2025-03-11T21:17:58.526Z | Downloaded der v0.7.9 |
927 | 2025-03-11T21:17:58.526Z | Downloaded yansi v1.0.1 |
928 | 2025-03-11T21:17:58.526Z | Downloaded rustyline v14.0.0 |
929 | 2025-03-11T21:17:58.526Z | Downloaded diesel_derives v2.2.3 |
930 | 2025-03-11T21:17:58.526Z | Downloaded foldhash v0.1.3 |
931 | 2025-03-11T21:17:58.526Z | Downloaded aws-lc-rs v1.12.4 |
932 | 2025-03-11T21:17:58.526Z | Downloaded pkcs8 v0.10.2 |
933 | 2025-03-11T21:17:58.526Z | Downloaded icu_properties_data v1.5.0 |
934 | 2025-03-11T21:17:58.526Z | Downloaded yoke v0.7.4 |
935 | 2025-03-11T21:17:58.526Z | Downloaded fs_extra v1.3.0 |
936 | 2025-03-11T21:17:58.526Z | Downloaded des v0.8.1 |
937 | 2025-03-11T21:17:58.526Z | Downloaded tar v0.4.44 |
938 | 2025-03-11T21:17:58.526Z | Downloaded tokio-util v0.7.13 |
939 | 2025-03-11T21:17:58.526Z | Downloaded proptest v1.6.0 |
940 | 2025-03-11T21:17:58.526Z | Downloaded tower v0.5.2 |
941 | 2025-03-11T21:17:58.526Z | Downloaded bindgen v0.69.5 |
942 | 2025-03-11T21:17:58.526Z | Downloaded tokio-postgres v0.7.13 |
943 | 2025-03-11T21:17:58.526Z | Downloaded progenitor-impl v0.9.1 |
944 | 2025-03-11T21:17:58.526Z | Downloaded sqlparser v0.45.0 |
945 | 2025-03-11T21:17:58.526Z | Downloaded subprocess v0.2.9 |
946 | 2025-03-11T21:17:58.526Z | Downloaded pin-project v1.1.6 |
947 | 2025-03-11T21:17:58.526Z | Downloaded schemars v0.8.22 |
948 | 2025-03-11T21:17:58.526Z | Downloaded ed25519-dalek v2.1.1 |
949 | 2025-03-11T21:17:58.526Z | Downloaded zerocopy-derive v0.8.10 |
950 | 2025-03-11T21:17:58.526Z | Downloaded rand v0.9.0 |
951 | 2025-03-11T21:17:58.526Z | Downloaded openssl-sys v0.9.106 |
952 | 2025-03-11T21:17:58.531Z | Downloaded portable-atomic v1.9.0 |
953 | 2025-03-11T21:17:58.531Z | Downloaded expectorate v1.1.0 |
954 | 2025-03-11T21:17:58.531Z | Downloaded p521 v0.13.3 |
955 | 2025-03-11T21:17:58.531Z | Downloaded rayon v1.10.0 |
956 | 2025-03-11T21:17:58.531Z | Downloaded tough v0.19.0 |
957 | 2025-03-11T21:17:58.531Z | Downloaded futures-util v0.3.31 |
958 | 2025-03-11T21:17:58.531Z | Downloaded russh v0.45.0 |
959 | 2025-03-11T21:17:58.531Z | Downloaded zerocopy v0.8.10 |
960 | 2025-03-11T21:17:58.531Z | Downloaded object v0.30.4 |
961 | 2025-03-11T21:17:58.531Z | Downloaded gimli v0.31.1 |
962 | 2025-03-11T21:17:58.531Z | Downloaded h2 v0.4.6 |
963 | 2025-03-11T21:17:58.531Z | Downloaded tabled v0.18.0 |
964 | 2025-03-11T21:17:58.531Z | Downloaded reedline v0.38.0 |
965 | 2025-03-11T21:17:58.531Z | Downloaded rustls v0.21.12 |
966 | 2025-03-11T21:17:58.531Z | Downloaded winnow v0.5.40 |
967 | 2025-03-11T21:17:58.531Z | Downloaded rustls-webpki v0.101.7 |
968 | 2025-03-11T21:17:58.531Z | Downloaded polar-core v0.27.3 |
969 | 2025-03-11T21:17:58.539Z | Downloaded openssl v0.10.71 |
970 | 2025-03-11T21:17:58.550Z | Downloaded winnow v0.6.20 |
971 | 2025-03-11T21:17:58.559Z | Downloaded curve25519-dalek v4.1.3 |
972 | 2025-03-11T21:17:58.569Z | Downloaded chrono-tz v0.10.1 |
973 | 2025-03-11T21:17:58.577Z | Downloaded p384 v0.13.0 |
974 | 2025-03-11T21:17:58.583Z | Downloaded bstr v1.10.0 |
975 | 2025-03-11T21:17:58.595Z | Downloaded rustls-webpki v0.102.8 |
976 | 2025-03-11T21:17:58.616Z | Downloaded quinn-proto v0.11.8 |
977 | 2025-03-11T21:17:58.623Z | Downloaded regex-syntax v0.6.29 |
978 | 2025-03-11T21:17:58.630Z | Downloaded radix_trie v0.2.1 |
979 | 2025-03-11T21:17:58.636Z | Downloaded smoltcp v0.9.1 |
980 | 2025-03-11T21:17:58.647Z | Downloaded nix v0.27.1 |
981 | 2025-03-11T21:17:58.664Z | Downloaded petname v2.0.2 |
982 | 2025-03-11T21:17:58.674Z | Downloaded regress v0.10.3 |
983 | 2025-03-11T21:17:58.681Z | Downloaded webpki-roots v0.26.6 |
984 | 2025-03-11T21:17:58.687Z | Downloaded nix v0.29.0 |
985 | 2025-03-11T21:17:58.693Z | Downloaded unicode-width v0.2.0 |
986 | 2025-03-11T21:17:58.700Z | Downloaded nix v0.28.0 |
987 | 2025-03-11T21:17:58.710Z | Downloaded rustls v0.22.4 |
988 | 2025-03-11T21:17:58.725Z | Downloaded diesel v2.2.8 |
989 | 2025-03-11T21:17:58.746Z | Downloaded rustls v0.23.19 |
990 | 2025-03-11T21:17:58.756Z | Downloaded regex v1.11.1 |
991 | 2025-03-11T21:17:58.769Z | Downloaded smoltcp v0.11.0 |
992 | 2025-03-11T21:17:58.782Z | Downloaded hickory-proto v0.24.4 |
993 | 2025-03-11T21:17:58.800Z | Downloaded typify-impl v0.2.0 |
994 | 2025-03-11T21:17:58.814Z | Downloaded sled v0.34.7 |
995 | 2025-03-11T21:17:58.825Z | Downloaded regex-syntax v0.8.5 |
996 | 2025-03-11T21:17:58.833Z | Downloaded ratatui v0.29.0 |
997 | 2025-03-11T21:17:58.856Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
998 | 2025-03-11T21:17:58.867Z | Downloaded regex-automata v0.4.8 |
999 | 2025-03-11T21:17:58.884Z | Downloaded zerocopy-derive v0.6.6 |
1000 | 2025-03-11T21:17:58.894Z | Downloaded typify-impl v0.3.0 |
1001 | 2025-03-11T21:17:58.910Z | Downloaded dropshot v0.12.0 |
1002 | 2025-03-11T21:17:58.931Z | Downloaded openapiv3 v2.0.0 |
1003 | 2025-03-11T21:17:58.943Z | Downloaded object v0.36.5 |
1004 | 2025-03-11T21:17:58.955Z | Downloaded dropshot v0.16.0 |
1005 | 2025-03-11T21:17:58.977Z | Downloaded salty v0.3.0 |
1006 | 2025-03-11T21:17:58.989Z | Downloaded reqwest v0.12.12 |
1007 | 2025-03-11T21:17:58.994Z | Downloaded tokio v1.43.0 |
1008 | 2025-03-11T21:17:59.030Z | Downloaded vcpkg v0.2.15 |
1009 | 2025-03-11T21:17:59.069Z | Downloaded petgraph v0.7.1 |
1010 | 2025-03-11T21:17:59.087Z | Downloaded csv v1.3.1 |
1011 | 2025-03-11T21:17:59.108Z | Downloaded lzma-sys v0.1.20 |
1012 | 2025-03-11T21:17:59.136Z | Downloaded petgraph v0.6.5 |
1013 | 2025-03-11T21:17:59.153Z | Downloaded libz-sys v1.1.20 |
1014 | 2025-03-11T21:17:59.174Z | Downloaded git2 v0.19.0 |
1015 | 2025-03-11T21:17:59.182Z | Downloaded lalrpop v0.19.12 |
1016 | 2025-03-11T21:17:59.193Z | Downloaded chrono v0.4.40 |
1017 | 2025-03-11T21:17:59.201Z | Downloaded bindgen v0.71.1 |
1018 | 2025-03-11T21:17:59.208Z | Downloaded sha3 v0.10.8 |
1019 | 2025-03-11T21:17:59.212Z | Downloaded rand v0.8.5 |
1020 | 2025-03-11T21:17:59.216Z | Downloaded ssh-key v0.6.6 |
1021 | 2025-03-11T21:17:59.222Z | Downloaded bitvec v1.0.1 |
1022 | 2025-03-11T21:17:59.237Z | Downloaded strum_macros v0.24.3 |
1023 | 2025-03-11T21:17:59.240Z | Downloaded pkcs5 v0.7.1 |
1024 | 2025-03-11T21:17:59.244Z | Downloaded pkcs1 v0.7.5 |
1025 | 2025-03-11T21:17:59.249Z | Downloaded slog v2.7.0 |
1026 | 2025-03-11T21:17:59.253Z | Downloaded num-bigint v0.4.6 |
1027 | 2025-03-11T21:17:59.253Z | Downloaded toml_edit v0.19.15 |
1028 | 2025-03-11T21:17:59.268Z | Downloaded funty v2.0.0 |
1029 | 2025-03-11T21:17:59.273Z | Downloaded ron v0.8.1 |
1030 | 2025-03-11T21:17:59.281Z | Downloaded hashbrown v0.13.2 |
1031 | 2025-03-11T21:17:59.281Z | Downloaded zerovec v0.10.4 |
1032 | 2025-03-11T21:17:59.286Z | Downloaded serde_with v3.12.0 |
1033 | 2025-03-11T21:17:59.294Z | Downloaded unicode-normalization v0.1.24 |
1034 | 2025-03-11T21:17:59.299Z | Downloaded flate2 v1.1.0 |
1035 | 2025-03-11T21:17:59.305Z | Downloaded parking_lot v0.12.3 |
1036 | 2025-03-11T21:17:59.312Z | Downloaded quick-xml v0.37.2 |
1037 | 2025-03-11T21:17:59.312Z | Downloaded newtype-uuid v1.2.1 |
1038 | 2025-03-11T21:17:59.312Z | Downloaded rayon-core v1.12.1 |
1039 | 2025-03-11T21:17:59.317Z | Downloaded defmt-macros v0.3.9 |
1040 | 2025-03-11T21:17:59.323Z | Downloaded defmt v0.3.8 |
1041 | 2025-03-11T21:17:59.323Z | Downloaded quinn-udp v0.5.5 |
1042 | 2025-03-11T21:17:59.328Z | Downloaded russh-keys v0.45.0 |
1043 | 2025-03-11T21:17:59.328Z | Downloaded fixedbitset v0.5.7 |
1044 | 2025-03-11T21:17:59.328Z | Downloaded primeorder v0.13.6 |
1045 | 2025-03-11T21:17:59.332Z | Downloaded polyval v0.6.2 |
1046 | 2025-03-11T21:17:59.332Z | Downloaded blake3 v1.5.4 |
1047 | 2025-03-11T21:17:59.337Z | Downloaded futures v0.3.31 |
1048 | 2025-03-11T21:17:59.346Z | Downloaded password-hash v0.4.2 |
1049 | 2025-03-11T21:17:59.349Z | Downloaded omicron-zone-package v0.12.0 |
1050 | 2025-03-11T21:17:59.349Z | Downloaded ecdsa v0.16.9 |
1051 | 2025-03-11T21:17:59.349Z | Downloaded hkdf v0.12.4 |
1052 | 2025-03-11T21:17:59.352Z | Downloaded difflib v0.4.0 |
1053 | 2025-03-11T21:17:59.352Z | Downloaded ring v0.17.11 |
1054 | 2025-03-11T21:17:59.395Z | Downloaded encoding_rs v0.8.34 |
1055 | 2025-03-11T21:17:59.417Z | Downloaded unicode-bidi v0.3.17 |
1056 | 2025-03-11T21:17:59.421Z | Downloaded signal-hook v0.3.17 |
1057 | 2025-03-11T21:17:59.426Z | Downloaded parse-zoneinfo v0.3.1 |
1058 | 2025-03-11T21:17:59.426Z | Downloaded itertools v0.12.1 |
1059 | 2025-03-11T21:17:59.431Z | Downloaded tracing v0.1.40 |
1060 | 2025-03-11T21:17:59.435Z | Downloaded idna v1.0.3 |
1061 | 2025-03-11T21:17:59.439Z | Downloaded itertools v0.13.0 |
1062 | 2025-03-11T21:17:59.447Z | Downloaded heapless v0.7.17 |
1063 | 2025-03-11T21:17:59.451Z | Downloaded parse-size v1.1.0 |
1064 | 2025-03-11T21:17:59.451Z | Downloaded zip v0.6.6 |
1065 | 2025-03-11T21:17:59.455Z | Downloaded publicsuffix v2.3.0 |
1066 | 2025-03-11T21:17:59.458Z | Downloaded hashbrown v0.12.3 |
1067 | 2025-03-11T21:17:59.462Z | Downloaded uzers v0.12.1 |
1068 | 2025-03-11T21:17:59.466Z | Downloaded typed-path v0.9.3 |
1069 | 2025-03-11T21:17:59.470Z | Downloaded derive-where v1.2.7 |
1070 | 2025-03-11T21:17:59.476Z | Downloaded pem-rfc7468 v0.7.0 |
1071 | 2025-03-11T21:17:59.481Z | Downloaded globset v0.4.15 |
1072 | 2025-03-11T21:17:59.481Z | Downloaded tokio-rustls v0.26.0 |
1073 | 2025-03-11T21:17:59.481Z | Downloaded aes v0.8.4 |
1074 | 2025-03-11T21:17:59.485Z | Downloaded getrandom v0.2.15 |
1075 | 2025-03-11T21:17:59.485Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1076 | 2025-03-11T21:17:59.542Z | Downloaded env_logger v0.10.2 |
1077 | 2025-03-11T21:17:59.546Z | Downloaded vergen v8.3.2 |
1078 | 2025-03-11T21:17:59.551Z | Downloaded papergrid v0.14.0 |
1079 | 2025-03-11T21:17:59.557Z | Downloaded vte v0.11.1 |
1080 | 2025-03-11T21:17:59.557Z | Downloaded resolv-conf v0.7.0 |
1081 | 2025-03-11T21:17:59.564Z | Downloaded num_enum v0.5.11 |
1082 | 2025-03-11T21:17:59.564Z | Downloaded termios v0.3.3 |
1083 | 2025-03-11T21:17:59.569Z | Downloaded unicode-properties v0.1.3 |
1084 | 2025-03-11T21:17:59.569Z | Downloaded serde_yaml v0.9.34+deprecated |
1085 | 2025-03-11T21:17:59.569Z | Downloaded olpc-cjson v0.1.4 |
1086 | 2025-03-11T21:17:59.569Z | Downloaded half v2.4.1 |
1087 | 2025-03-11T21:17:59.573Z | Downloaded either v1.14.0 |
1088 | 2025-03-11T21:17:59.573Z | Downloaded tungstenite v0.24.0 |
1089 | 2025-03-11T21:17:59.577Z | Downloaded utf-8 v0.7.6 |
1090 | 2025-03-11T21:17:59.577Z | Downloaded phf_generator v0.11.2 |
1091 | 2025-03-11T21:17:59.582Z | Downloaded rusty-fork v0.3.0 |
1092 | 2025-03-11T21:17:59.582Z | Downloaded rustversion v1.0.17 |
1093 | 2025-03-11T21:17:59.582Z | Downloaded rand_xorshift v0.3.0 |
1094 | 2025-03-11T21:17:59.589Z | Downloaded darling v0.20.10 |
1095 | 2025-03-11T21:17:59.589Z | Downloaded daft-derive v0.1.1 |
1096 | 2025-03-11T21:17:59.595Z | Downloaded rustfmt-wrapper v0.2.1 |
1097 | 2025-03-11T21:17:59.595Z | Downloaded rustls-pki-types v1.10.0 |
1098 | 2025-03-11T21:17:59.601Z | Downloaded endian-type v0.1.2 |
1099 | 2025-03-11T21:17:59.601Z | Downloaded smallvec v0.6.14 |
1100 | 2025-03-11T21:17:59.601Z | Downloaded serde_path_to_error v0.1.16 |
1101 | 2025-03-11T21:17:59.601Z | Downloaded serde_derive_internals v0.29.1 |
1102 | 2025-03-11T21:17:59.601Z | Downloaded base64 v0.22.1 |
1103 | 2025-03-11T21:17:59.605Z | Downloaded minimal-lexical v0.2.1 |
1104 | 2025-03-11T21:17:59.610Z | Downloaded phf v0.11.2 |
1105 | 2025-03-11T21:17:59.610Z | Downloaded paste v1.0.15 |
1106 | 2025-03-11T21:17:59.615Z | Downloaded num_enum_derive v0.5.11 |
1107 | 2025-03-11T21:17:59.615Z | Downloaded heck v0.3.3 |
1108 | 2025-03-11T21:17:59.615Z | Downloaded serde_with_macros v3.12.0 |
1109 | 2025-03-11T21:17:59.615Z | Downloaded postgres-protocol v0.6.8 |
1110 | 2025-03-11T21:17:59.621Z | Downloaded pin-project-internal v1.1.6 |
1111 | 2025-03-11T21:17:59.621Z | Downloaded smallvec v1.14.0 |
1112 | 2025-03-11T21:17:59.621Z | Downloaded scopeguard v1.2.0 |
1113 | 2025-03-11T21:17:59.625Z | Downloaded fatfs v0.3.6 |
1114 | 2025-03-11T21:17:59.625Z | Downloaded dropshot_endpoint v0.16.0 |
1115 | 2025-03-11T21:17:59.634Z | Downloaded derive_more v0.99.19 |
1116 | 2025-03-11T21:17:59.637Z | Downloaded peg-macros v0.8.5 |
1117 | 2025-03-11T21:17:59.637Z | Downloaded crypto-bigint v0.5.5 |
1118 | 2025-03-11T21:17:59.642Z | Downloaded bumpalo v3.16.0 |
1119 | 2025-03-11T21:17:59.642Z | Downloaded const_format v0.2.34 |
1120 | 2025-03-11T21:17:59.647Z | Downloaded typify v0.3.0 |
1121 | 2025-03-11T21:17:59.652Z | Downloaded icu_collections v1.5.0 |
1122 | 2025-03-11T21:17:59.659Z | Downloaded base64 v0.21.7 |
1123 | 2025-03-11T21:17:59.665Z | Downloaded powerfmt v0.2.0 |
1124 | 2025-03-11T21:17:59.665Z | Downloaded rustc_version v0.1.7 |
1125 | 2025-03-11T21:17:59.666Z | Downloaded rand_core v0.9.2 |
1126 | 2025-03-11T21:17:59.666Z | Downloaded rand_chacha v0.3.1 |
1127 | 2025-03-11T21:17:59.666Z | Downloaded progenitor v0.8.0 |
1128 | 2025-03-11T21:17:59.666Z | Downloaded pbkdf2 v0.11.0 |
1129 | 2025-03-11T21:17:59.675Z | Downloaded similar v2.7.0 |
1130 | 2025-03-11T21:17:59.675Z | Downloaded twox-hash v2.1.0 |
1131 | 2025-03-11T21:17:59.675Z | Downloaded walkdir v2.5.0 |
1132 | 2025-03-11T21:17:59.684Z | Downloaded vsss-rs v3.3.4 |
1133 | 2025-03-11T21:17:59.684Z | Downloaded rustls-pemfile v2.2.0 |
1134 | 2025-03-11T21:17:59.685Z | Downloaded topological-sort v0.2.2 |
1135 | 2025-03-11T21:17:59.685Z | Downloaded xattr v1.3.1 |
1136 | 2025-03-11T21:17:59.685Z | Downloaded crossbeam-epoch v0.9.18 |
1137 | 2025-03-11T21:17:59.692Z | Downloaded crc32fast v1.4.2 |
1138 | 2025-03-11T21:17:59.692Z | Downloaded crc-any v2.5.0 |
1139 | 2025-03-11T21:17:59.692Z | Downloaded icu_locid_transform_data v1.5.0 |
1140 | 2025-03-11T21:17:59.692Z | Downloaded const-oid v0.9.6 |
1141 | 2025-03-11T21:17:59.699Z | Downloaded blake2 v0.10.6 |
1142 | 2025-03-11T21:17:59.699Z | Downloaded clang-sys v1.8.1 |
1143 | 2025-03-11T21:17:59.699Z | Downloaded tls_codec v0.4.1 |
1144 | 2025-03-11T21:17:59.699Z | Downloaded slog-async v2.8.0 |
1145 | 2025-03-11T21:17:59.704Z | Downloaded structmeta-derive v0.3.0 |
1146 | 2025-03-11T21:17:59.704Z | Downloaded slog-scope v4.4.0 |
1147 | 2025-03-11T21:17:59.704Z | Downloaded slog-json v2.6.1 |
1148 | 2025-03-11T21:17:59.704Z | Downloaded slog-envlogger v2.2.0 |
1149 | 2025-03-11T21:17:59.704Z | Downloaded slog-dtrace v0.3.0 |
1150 | 2025-03-11T21:17:59.708Z | Downloaded scrypt v0.11.0 |
1151 | 2025-03-11T21:17:59.708Z | Downloaded ref-cast v1.0.23 |
1152 | 2025-03-11T21:17:59.709Z | Downloaded r2d2 v0.8.10 |
1153 | 2025-03-11T21:17:59.715Z | Downloaded rfc6979 v0.4.0 |
1154 | 2025-03-11T21:17:59.716Z | Downloaded zone_cfg_derive v0.1.2 |
1155 | 2025-03-11T21:17:59.716Z | Downloaded native-tls v0.2.12 |
1156 | 2025-03-11T21:17:59.716Z | Downloaded memmap2 v0.9.5 |
1157 | 2025-03-11T21:17:59.721Z | Downloaded icu_normalizer v1.5.0 |
1158 | 2025-03-11T21:17:59.721Z | Downloaded backoff v0.4.0 |
1159 | 2025-03-11T21:17:59.721Z | Downloaded convert_case v0.4.0 |
1160 | 2025-03-11T21:17:59.735Z | Downloaded ciborium v0.2.2 |
1161 | 2025-03-11T21:17:59.735Z | Downloaded csv-core v0.1.11 |
1162 | 2025-03-11T21:17:59.735Z | Downloaded cookie_store v0.21.1 |
1163 | 2025-03-11T21:17:59.735Z | Downloaded chacha20 v0.9.1 |
1164 | 2025-03-11T21:17:59.746Z | Downloaded bcs v0.1.6 |
1165 | 2025-03-11T21:17:59.746Z | Downloaded bit-vec v0.8.0 |
1166 | 2025-03-11T21:17:59.746Z | Downloaded linked-hash-map v0.5.6 |
1167 | 2025-03-11T21:17:59.746Z | Downloaded icu_locid_transform v1.5.0 |
1168 | 2025-03-11T21:17:59.746Z | Downloaded iana-time-zone v0.1.61 |
1169 | 2025-03-11T21:17:59.746Z | Downloaded castaway v0.2.3 |
1170 | 2025-03-11T21:17:59.746Z | Downloaded kstat-rs v0.2.4 |
1171 | 2025-03-11T21:17:59.747Z | Downloaded inout v0.1.3 |
1172 | 2025-03-11T21:18:00.753Z | Downloaded httparse v1.9.5 |
1173 | 2025-03-11T21:18:00.753Z | Downloaded cancel-safe-futures v0.1.5 |
1174 | 2025-03-11T21:18:00.753Z | Downloaded highway v1.3.0 |
1175 | 2025-03-11T21:18:00.753Z | Downloaded base64ct v1.6.0 |
1176 | 2025-03-11T21:18:00.753Z | Downloaded constant_time_eq v0.3.1 |
1177 | 2025-03-11T21:18:00.753Z | Downloaded async-bb8-diesel v0.2.1 |
1178 | 2025-03-11T21:18:00.757Z | Downloaded indoc v2.0.6 |
1179 | 2025-03-11T21:18:00.757Z | Downloaded cbc v0.1.2 |
1180 | 2025-03-11T21:18:00.757Z | Downloaded cassowary v0.3.0 |
1181 | 2025-03-11T21:18:00.757Z | Downloaded is-terminal v0.4.13 |
1182 | 2025-03-11T21:18:00.757Z | Downloaded bit-set v0.8.0 |
1183 | 2025-03-11T21:18:00.757Z | Downloaded idna_adapter v1.2.0 |
1184 | 2025-03-11T21:18:00.757Z | Downloaded indent_write v2.2.0 |
1185 | 2025-03-11T21:18:00.757Z | Downloaded crossbeam-deque v0.8.5 |
1186 | 2025-03-11T21:18:00.757Z | Downloaded buf-list v1.0.3 |
1187 | 2025-03-11T21:18:00.757Z | Downloaded block-padding v0.3.3 |
1188 | 2025-03-11T21:18:00.757Z | Downloaded bb8 v0.8.5 |
1189 | 2025-03-11T21:18:00.757Z | Downloaded blowfish v0.9.1 |
1190 | 2025-03-11T21:18:00.757Z | Downloaded bitfield v0.14.0 |
1191 | 2025-03-11T21:18:00.757Z | Downloaded base16ct v0.2.0 |
1192 | 2025-03-11T21:18:00.757Z | Downloaded hostname v0.4.0 |
1193 | 2025-03-11T21:18:00.757Z | Downloaded cmake v0.1.51 |
1194 | 2025-03-11T21:18:00.757Z | Downloaded chrono-tz-build v0.4.0 |
1195 | 2025-03-11T21:18:00.757Z | Downloaded cexpr v0.6.0 |
1196 | 2025-03-11T21:18:00.758Z | Downloaded humantime v2.1.0 |
1197 | 2025-03-11T21:18:00.758Z | Downloaded hostname v0.3.1 |
1198 | 2025-03-11T21:18:00.758Z | Downloaded home v0.5.9 |
1199 | 2025-03-11T21:18:00.758Z | Downloaded ascii-canvas v3.0.0 |
1200 | 2025-03-11T21:18:00.758Z | Downloaded arrayref v0.3.9 |
1201 | 2025-03-11T21:18:00.758Z | Downloaded argon2 v0.5.3 |
1202 | 2025-03-11T21:18:00.758Z | Downloaded aws-lc-sys v0.26.0 |
1203 | 2025-03-11T21:18:00.758Z | Compiling serde v1.0.218 |
1204 | 2025-03-11T21:18:00.758Z | Compiling value-bag v1.9.0 |
1205 | 2025-03-11T21:18:00.758Z | Compiling lock_api v0.4.12 |
1206 | 2025-03-11T21:18:00.758Z | Compiling scopeguard v1.2.0 |
1207 | 2025-03-11T21:18:00.758Z | Compiling typenum v1.17.0 |
1208 | 2025-03-11T21:18:00.758Z | Compiling generic-array v0.14.7 |
1209 | 2025-03-11T21:18:00.758Z | Compiling syn v2.0.98 |
1210 | 2025-03-11T21:18:00.759Z | Compiling getrandom v0.2.15 |
1211 | 2025-03-11T21:18:00.759Z | Compiling shlex v1.3.0 |
1212 | 2025-03-11T21:18:00.974Z | Compiling log v0.4.22 |
1213 | 2025-03-11T21:18:01.049Z | Compiling rand_core v0.6.4 |
1214 | 2025-03-11T21:18:01.108Z | Compiling jobserver v0.1.32 |
1215 | 2025-03-11T21:18:01.128Z | Compiling subtle v2.6.1 |
1216 | 2025-03-11T21:18:01.162Z | Compiling smallvec v1.14.0 |
1217 | 2025-03-11T21:18:01.490Z | Compiling const-oid v0.9.6 |
1218 | 2025-03-11T21:18:01.493Z | Compiling pin-project-lite v0.2.14 |
1219 | 2025-03-11T21:18:01.548Z | Compiling cc v1.2.15 |
1220 | 2025-03-11T21:18:01.591Z | Compiling parking_lot_core v0.9.10 |
1221 | 2025-03-11T21:18:01.643Z | Compiling rustix v0.38.37 |
1222 | 2025-03-11T21:18:01.706Z | Compiling signal-hook-registry v1.4.2 |
1223 | 2025-03-11T21:18:01.976Z | Compiling futures-core v0.3.31 |
1224 | 2025-03-11T21:18:02.243Z | Compiling mio v1.0.2 |
1225 | 2025-03-11T21:18:02.525Z | Compiling spin v0.9.8 |
1226 | 2025-03-11T21:18:02.591Z | Compiling parking_lot v0.12.3 |
1227 | 2025-03-11T21:18:02.902Z | Compiling socket2 v0.5.8 |
1228 | 2025-03-11T21:18:02.947Z | Compiling aho-corasick v1.1.3 |
1229 | 2025-03-11T21:18:03.224Z | Compiling either v1.14.0 |
1230 | 2025-03-11T21:18:03.323Z | Compiling cpufeatures v0.2.14 |
1231 | 2025-03-11T21:18:03.440Z | Compiling stable_deref_trait v1.2.0 |
1232 | 2025-03-11T21:18:03.514Z | Compiling regex-syntax v0.8.5 |
1233 | 2025-03-11T21:18:03.573Z | Compiling futures-sink v0.3.31 |
1234 | 2025-03-11T21:18:03.630Z | Compiling slab v0.4.9 |
1235 | 2025-03-11T21:18:03.653Z | Compiling glob v0.3.2 |
1236 | 2025-03-11T21:18:03.733Z | Compiling prettyplease v0.2.30 |
1237 | 2025-03-11T21:18:03.827Z | Compiling lazy_static v1.5.0 |
1238 | 2025-03-11T21:18:03.974Z | Compiling serde_json v1.0.139 |
1239 | 2025-03-11T21:18:04.122Z | Compiling minimal-lexical v0.2.1 |
1240 | 2025-03-11T21:18:04.359Z | Compiling futures-channel v0.3.31 |
1241 | 2025-03-11T21:18:04.451Z | Compiling libloading v0.8.5 |
1242 | 2025-03-11T21:18:04.481Z | Compiling clang-sys v1.8.1 |
1243 | 2025-03-11T21:18:04.673Z | Compiling nom v7.1.3 |
1244 | 2025-03-11T21:18:04.794Z | Compiling bindgen v0.69.5 |
1245 | 2025-03-11T21:18:04.844Z | Compiling futures-task v0.3.31 |
1246 | 2025-03-11T21:18:05.136Z | Compiling allocator-api2 v0.2.18 |
1247 | 2025-03-11T21:18:05.246Z | Compiling pin-utils v0.1.0 |
1248 | 2025-03-11T21:18:05.361Z | Compiling foldhash v0.1.3 |
1249 | 2025-03-11T21:18:05.647Z | Compiling futures-io v0.3.31 |
1250 | 2025-03-11T21:18:05.665Z | Compiling home v0.5.9 |
1251 | 2025-03-11T21:18:05.872Z | Compiling hashbrown v0.15.1 |
1252 | 2025-03-11T21:18:05.914Z | Compiling itertools v0.12.1 |
1253 | 2025-03-11T21:18:05.934Z | Compiling rustc-hash v1.1.0 |
1254 | 2025-03-11T21:18:06.106Z | Compiling pkg-config v0.3.31 |
1255 | 2025-03-11T21:18:07.169Z | Compiling libm v0.2.8 |
1256 | 2025-03-11T21:18:07.433Z | Compiling regex-automata v0.4.8 |
1257 | 2025-03-11T21:18:07.519Z | Compiling lazycell v1.3.0 |
1258 | 2025-03-11T21:18:07.692Z | Compiling cmake v0.1.51 |
1259 | 2025-03-11T21:18:07.718Z | Compiling num-traits v0.2.19 |
1260 | 2025-03-11T21:18:08.029Z | Compiling cexpr v0.6.0 |
1261 | 2025-03-11T21:18:08.067Z | Compiling dunce v1.0.5 |
1262 | 2025-03-11T21:18:08.210Z | Compiling synstructure v0.13.1 |
1263 | 2025-03-11T21:18:08.767Z | Compiling fs_extra v1.3.0 |
1264 | 2025-03-11T21:18:09.587Z | Compiling writeable v0.5.5 |
1265 | 2025-03-11T21:18:09.635Z | Compiling getrandom v0.3.1 |
1266 | 2025-03-11T21:18:09.654Z | Compiling litemap v0.7.3 |
1267 | 2025-03-11T21:18:10.035Z | Compiling ring v0.17.11 |
1268 | 2025-03-11T21:18:10.131Z | Compiling paste v1.0.15 |
1269 | 2025-03-11T21:18:10.353Z | Compiling base64ct v1.6.0 |
1270 | 2025-03-11T21:18:10.877Z | Compiling pem-rfc7468 v0.7.0 |
1271 | 2025-03-11T21:18:11.383Z | Compiling aws-lc-rs v1.12.4 |
1272 | 2025-03-11T21:18:11.406Z | Compiling icu_locid_transform_data v1.5.0 |
1273 | 2025-03-11T21:18:11.442Z | Compiling httparse v1.9.5 |
1274 | 2025-03-11T21:18:11.514Z | Compiling flagset v0.4.6 |
1275 | 2025-03-11T21:18:11.802Z | Compiling tracing-core v0.1.32 |
1276 | 2025-03-11T21:18:12.195Z | Compiling regex v1.11.1 |
1277 | 2025-03-11T21:18:12.377Z | Compiling rustls-pki-types v1.10.0 |
1278 | 2025-03-11T21:18:12.847Z | Compiling percent-encoding v2.3.1 |
1279 | 2025-03-11T21:18:12.977Z | Compiling crossbeam-utils v0.8.20 |
1280 | 2025-03-11T21:18:13.130Z | Compiling icu_properties_data v1.5.0 |
1281 | 2025-03-11T21:18:13.202Z | Compiling serde_derive v1.0.218 |
1282 | 2025-03-11T21:18:13.332Z | Compiling zeroize_derive v1.4.2 |
1283 | 2025-03-11T21:18:13.361Z | Compiling zerocopy-derive v0.7.35 |
1284 | 2025-03-11T21:18:13.470Z | Compiling tokio-macros v2.5.0 |
1285 | 2025-03-11T21:18:13.835Z | Compiling zerofrom-derive v0.1.4 |
1286 | 2025-03-11T21:18:14.670Z | Compiling zeroize v1.8.1 |
1287 | 2025-03-11T21:18:14.792Z | Compiling thiserror-impl v1.0.69 |
1288 | 2025-03-11T21:18:15.320Z | Compiling zerocopy v0.7.35 |
1289 | 2025-03-11T21:18:15.804Z | Compiling yoke-derive v0.7.4 |
1290 | 2025-03-11T21:18:15.998Z | Compiling zerovec-derive v0.10.3 |
1291 | 2025-03-11T21:18:16.329Z | Compiling crypto-common v0.1.6 |
1292 | 2025-03-11T21:18:16.584Z | Compiling block-buffer v0.10.4 |
1293 | 2025-03-11T21:18:16.637Z | Compiling futures-macro v0.3.31 |
1294 | 2025-03-11T21:18:16.870Z | Compiling digest v0.10.7 |
1295 | 2025-03-11T21:18:17.097Z | Compiling zerofrom v0.1.4 |
1296 | 2025-03-11T21:18:17.328Z | Compiling displaydoc v0.2.5 |
1297 | 2025-03-11T21:18:17.350Z | Compiling hmac v0.12.1 |
1298 | 2025-03-11T21:18:17.608Z | Compiling block-padding v0.3.3 |
1299 | 2025-03-11T21:18:17.689Z | Compiling thiserror v1.0.69 |
1300 | 2025-03-11T21:18:17.850Z | Compiling inout v0.1.3 |
1301 | 2025-03-11T21:18:17.870Z | Compiling ppv-lite86 v0.2.20 |
1302 | 2025-03-11T21:18:18.119Z | Compiling cipher v0.4.4 |
1303 | 2025-03-11T21:18:18.414Z | Compiling yoke v0.7.4 |
1304 | 2025-03-11T21:18:18.451Z | Compiling futures-util v0.3.31 |
1305 | 2025-03-11T21:18:18.487Z | Compiling sha2 v0.10.8 |
1306 | 2025-03-11T21:18:18.585Z | Compiling icu_provider_macros v1.5.0 |
1307 | 2025-03-11T21:18:18.606Z | Compiling der_derive v0.7.3 |
1308 | 2025-03-11T21:18:18.750Z | Compiling zerovec v0.10.4 |
1309 | 2025-03-11T21:18:18.801Z | Compiling tracing-attributes v0.1.27 |
1310 | 2025-03-11T21:18:19.672Z | Compiling salsa20 v0.10.2 |
1311 | 2025-03-11T21:18:19.891Z | Compiling pest v2.7.14 |
1312 | 2025-03-11T21:18:20.605Z | Compiling tinystr v0.7.6 |
1313 | 2025-03-11T21:18:20.633Z | Compiling icu_collections v1.5.0 |
1314 | 2025-03-11T21:18:20.776Z | Compiling der v0.7.9 |
1315 | 2025-03-11T21:18:20.979Z | Compiling icu_locid v1.5.0 |
1316 | 2025-03-11T21:18:21.830Z | Compiling pbkdf2 v0.12.2 |
1317 | 2025-03-11T21:18:21.990Z | Compiling tracing v0.1.40 |
1318 | 2025-03-11T21:18:22.015Z | Compiling time-core v0.1.2 |
1319 | 2025-03-11T21:18:22.035Z | Compiling utf8_iter v1.0.4 |
1320 | 2025-03-11T21:18:22.214Z | Compiling icu_provider v1.5.0 |
1321 | 2025-03-11T21:18:22.283Z | Compiling icu_normalizer_data v1.5.0 |
1322 | 2025-03-11T21:18:22.406Z | Compiling write16 v1.0.0 |
1323 | 2025-03-11T21:18:22.507Z | Compiling vcpkg v0.2.15 |
1324 | 2025-03-11T21:18:22.563Z | Compiling untrusted v0.7.1 |
1325 | 2025-03-11T21:18:22.776Z | Compiling powerfmt v0.2.0 |
1326 | 2025-03-11T21:18:22.952Z | Compiling icu_locid_transform v1.5.0 |
1327 | 2025-03-11T21:18:23.010Z | Compiling spki v0.7.3 |
1328 | 2025-03-11T21:18:23.131Z | Compiling untrusted v0.9.0 |
1329 | 2025-03-11T21:18:23.154Z | Compiling utf16_iter v1.0.5 |
1330 | 2025-03-11T21:18:23.334Z | Compiling num-conv v0.1.0 |
1331 | 2025-03-11T21:18:23.387Z | Compiling deranged v0.3.11 |
1332 | 2025-03-11T21:18:23.616Z | Compiling time-macros v0.2.18 |
1333 | 2025-03-11T21:18:23.725Z | Compiling pest_meta v2.7.14 |
1334 | 2025-03-11T21:18:24.225Z | Compiling icu_properties v1.5.1 |
1335 | 2025-03-11T21:18:24.861Z | Compiling openssl-sys v0.9.106 |
1336 | 2025-03-11T21:18:24.958Z | Compiling scrypt v0.11.0 |
1337 | 2025-03-11T21:18:25.251Z | Compiling cbc v0.1.2 |
1338 | 2025-03-11T21:18:25.471Z | Compiling aes v0.8.4 |
1339 | 2025-03-11T21:18:25.498Z | Compiling scroll_derive v0.12.0 |
1340 | 2025-03-11T21:18:25.895Z | Compiling bitflags v2.6.0 |
1341 | 2025-03-11T21:18:25.914Z | Compiling bytes v1.10.1 |
1342 | 2025-03-11T21:18:26.978Z | Compiling indexmap v2.7.1 |
1343 | 2025-03-11T21:18:27.353Z | Compiling tokio v1.43.0 |
1344 | 2025-03-11T21:18:27.763Z | Compiling semver v1.0.25 |
1345 | 2025-03-11T21:18:27.939Z | Compiling http v1.2.0 |
1346 | 2025-03-11T21:18:28.280Z | Compiling rustc_version v0.4.1 |
1347 | 2025-03-11T21:18:28.310Z | Compiling icu_normalizer v1.5.0 |
1348 | 2025-03-11T21:18:28.466Z | Compiling tinyvec_macros v0.1.1 |
1349 | 2025-03-11T21:18:28.583Z | Compiling num_threads v0.1.7 |
1350 | 2025-03-11T21:18:28.739Z | Compiling atomic-waker v1.1.2 |
1351 | 2025-03-11T21:18:28.820Z | Compiling time v0.3.36 |
1352 | 2025-03-11T21:18:28.925Z | Compiling tinyvec v1.8.0 |
1353 | 2025-03-11T21:18:28.965Z | Compiling scroll v0.12.0 |
1354 | 2025-03-11T21:18:29.465Z | Compiling http-body v1.0.1 |
1355 | 2025-03-11T21:18:29.501Z | Compiling idna_adapter v1.2.0 |
1356 | 2025-03-11T21:18:29.702Z | Compiling pkcs5 v0.7.1 |
1357 | 2025-03-11T21:18:29.941Z | Compiling which v4.4.2 |
1358 | 2025-03-11T21:18:30.084Z | Compiling pest_generator v2.7.14 |
1359 | 2025-03-11T21:18:30.105Z | Compiling rand_chacha v0.3.1 |
1360 | 2025-03-11T21:18:30.477Z | Compiling form_urlencoded v1.2.1 |
1361 | 2025-03-11T21:18:30.758Z | Compiling slog v2.7.0 |
1362 | 2025-03-11T21:18:30.794Z | Compiling try-lock v0.2.5 |
1363 | 2025-03-11T21:18:30.967Z | Compiling zerocopy v0.8.10 |
1364 | 2025-03-11T21:18:31.035Z | Compiling goblin v0.8.2 |
1365 | 2025-03-11T21:18:31.353Z | Compiling want v0.3.1 |
1366 | 2025-03-11T21:18:31.654Z | Compiling rand v0.8.5 |
1367 | 2025-03-11T21:18:31.834Z | Compiling pest_derive v2.7.14 |
1368 | 2025-03-11T21:18:31.855Z | Compiling pkcs8 v0.10.2 |
1369 | 2025-03-11T21:18:32.517Z | Compiling idna v1.0.3 |
1370 | 2025-03-11T21:18:32.565Z | Compiling uuid v1.15.1 |
1371 | 2025-03-11T21:18:32.667Z | Compiling zerocopy-derive v0.8.10 |
1372 | 2025-03-11T21:18:33.411Z | Compiling adler2 v2.0.0 |
1373 | 2025-03-11T21:18:33.634Z | Compiling iana-time-zone v0.1.61 |
1374 | 2025-03-11T21:18:33.678Z | Compiling tower-service v0.3.3 |
1375 | 2025-03-11T21:18:33.828Z | Compiling httpdate v1.0.3 |
1376 | 2025-03-11T21:18:34.019Z | Compiling chrono v0.4.40 |
1377 | 2025-03-11T21:18:34.062Z | Compiling miniz_oxide v0.8.5 |
1378 | 2025-03-11T21:18:34.160Z | Compiling dtrace-parser v0.2.0 |
1379 | 2025-03-11T21:18:34.984Z | Compiling serde_spanned v0.6.8 |
1380 | 2025-03-11T21:18:35.249Z | Compiling tokio-util v0.7.13 |
1381 | 2025-03-11T21:18:35.524Z | Compiling serde_tokenstream v0.2.2 |
1382 | 2025-03-11T21:18:36.029Z | Compiling toml_datetime v0.6.8 |
1383 | 2025-03-11T21:18:36.108Z | Compiling rustversion v1.0.17 |
1384 | 2025-03-11T21:18:36.482Z | Compiling h2 v0.4.6 |
1385 | 2025-03-11T21:18:36.519Z | Compiling openssl v0.10.71 |
1386 | 2025-03-11T21:18:36.827Z | Compiling dof v0.3.0 |
1387 | 2025-03-11T21:18:36.992Z | Compiling base64 v0.22.1 |
1388 | 2025-03-11T21:18:37.386Z | Compiling match_cfg v0.1.0 |
1389 | 2025-03-11T21:18:37.499Z | Compiling foreign-types-shared v0.1.1 |
1390 | 2025-03-11T21:18:37.638Z | Compiling foreign-types v0.3.2 |
1391 | 2025-03-11T21:18:37.706Z | Compiling usdt-impl v0.5.0 |
1392 | 2025-03-11T21:18:37.751Z | Compiling hostname v0.3.1 |
1393 | 2025-03-11T21:18:38.111Z | Compiling url v2.5.3 |
1394 | 2025-03-11T21:18:38.565Z | Compiling rand_core v0.9.2 |
1395 | 2025-03-11T21:18:39.022Z | Compiling openssl-macros v0.1.1 |
1396 | 2025-03-11T21:18:39.057Z | Compiling async-trait v0.1.87 |
1397 | 2025-03-11T21:18:39.795Z | Compiling serde_derive_internals v0.29.1 |
1398 | 2025-03-11T21:18:39.842Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1399 | 2025-03-11T21:18:39.882Z | Compiling dirs-sys-next v0.1.2 |
1400 | 2025-03-11T21:18:40.150Z | Compiling siphasher v0.3.11 |
1401 | 2025-03-11T21:18:40.331Z | Compiling syn v1.0.109 |
1402 | 2025-03-11T21:18:40.353Z | Compiling schemars v0.8.22 |
1403 | 2025-03-11T21:18:40.461Z | Compiling native-tls v0.2.12 |
1404 | 2025-03-11T21:18:40.525Z | Compiling data-encoding v2.6.0 |
1405 | 2025-03-11T21:18:40.715Z | Compiling rustls v0.22.4 |
1406 | 2025-03-11T21:18:40.843Z | Compiling rustls v0.23.19 |
1407 | 2025-03-11T21:18:41.083Z | Compiling dirs-next v2.0.0 |
1408 | 2025-03-11T21:18:41.280Z | Compiling rand_chacha v0.9.0 |
1409 | 2025-03-11T21:18:42.036Z | Compiling schemars_derive v0.8.22 |
1410 | 2025-03-11T21:18:42.416Z | Compiling unicode-normalization v0.1.24 |
1411 | 2025-03-11T21:18:42.451Z | Compiling http-body-util v0.1.2 |
1412 | 2025-03-11T21:18:42.619Z | Compiling heapless v0.7.17 |
1413 | 2025-03-11T21:18:42.939Z | Compiling crossbeam-epoch v0.9.18 |
1414 | 2025-03-11T21:18:43.055Z | Compiling sha1 v0.10.6 |
1415 | 2025-03-11T21:18:43.371Z | Compiling signature v2.2.0 |
1416 | 2025-03-11T21:18:43.461Z | Compiling thread_local v1.1.8 |
1417 | 2025-03-11T21:18:43.502Z | Compiling cookie v0.18.1 |
1418 | 2025-03-11T21:18:43.608Z | Compiling multer v3.1.0 |
1419 | 2025-03-11T21:18:43.682Z | Compiling crc32fast v1.4.2 |
1420 | 2025-03-11T21:18:43.823Z | Compiling hyper v1.6.0 |
1421 | 2025-03-11T21:18:43.942Z | Compiling encoding_rs v0.8.34 |
1422 | 2025-03-11T21:18:43.946Z | Compiling unicode-bidi v0.3.17 |
1423 | 2025-03-11T21:18:44.031Z | Compiling signal-hook v0.3.17 |
1424 | 2025-03-11T21:18:44.347Z | Compiling ipnet v2.11.0 |
1425 | 2025-03-11T21:18:44.923Z | Compiling mime v0.3.17 |
1426 | 2025-03-11T21:18:45.179Z | Compiling openssl-probe v0.1.5 |
1427 | 2025-03-11T21:18:45.452Z | Compiling gimli v0.31.1 |
1428 | 2025-03-11T21:18:45.473Z | Compiling dyn-clone v1.0.19 |
1429 | 2025-03-11T21:18:45.508Z | Compiling rayon-core v1.12.1 |
1430 | 2025-03-11T21:18:45.711Z | Compiling unicode-properties v0.1.3 |
1431 | 2025-03-11T21:18:45.825Z | Compiling slog-async v2.8.0 |
1432 | 2025-03-11T21:18:46.145Z | Compiling hyper-util v0.1.10 |
1433 | 2025-03-11T21:18:46.425Z | Compiling stringprep v0.1.5 |
1434 | 2025-03-11T21:18:47.507Z | Compiling toml_edit v0.22.24 |
1435 | 2025-03-11T21:18:48.089Z | Compiling crossbeam-deque v0.8.5 |
1436 | 2025-03-11T21:18:48.370Z | Compiling rand v0.9.0 |
1437 | 2025-03-11T21:18:48.449Z | Compiling term v0.7.0 |
1438 | 2025-03-11T21:18:49.088Z | Compiling usdt-attr-macro v0.5.0 |
1439 | 2025-03-11T21:18:49.701Z | Compiling addr2line v0.24.2 |
1440 | 2025-03-11T21:18:49.907Z | Compiling usdt-macro v0.5.0 |
1441 | 2025-03-11T21:18:50.129Z | Compiling slog-json v2.6.1 |
1442 | 2025-03-11T21:18:50.403Z | Compiling serde_urlencoded v0.7.1 |
1443 | 2025-03-11T21:18:50.410Z | Compiling curve25519-dalek v4.1.3 |
1444 | 2025-03-11T21:18:50.480Z | Compiling crossbeam-channel v0.5.13 |
1445 | 2025-03-11T21:18:50.647Z | Compiling futures-executor v0.3.31 |
1446 | 2025-03-11T21:18:50.696Z | Compiling enum-as-inner v0.6.1 |
1447 | 2025-03-11T21:18:51.069Z | Compiling md-5 v0.10.6 |
1448 | 2025-03-11T21:18:51.135Z | Compiling async-stream-impl v0.3.6 |
1449 | 2025-03-11T21:18:51.349Z | Compiling rustls-pemfile v2.2.0 |
1450 | 2025-03-11T21:18:51.370Z | Compiling num-integer v0.1.46 |
1451 | 2025-03-11T21:18:51.453Z | Compiling hash32 v0.2.1 |
1452 | 2025-03-11T21:18:51.698Z | Compiling ff v0.13.0 |
1453 | 2025-03-11T21:18:51.719Z | Compiling is-terminal v0.4.13 |
1454 | 2025-03-11T21:18:51.874Z | Compiling memoffset v0.9.1 |
1455 | 2025-03-11T21:18:51.895Z | Compiling dropshot v0.12.0 |
1456 | 2025-03-11T21:18:51.970Z | Compiling object v0.36.5 |
1457 | 2025-03-11T21:18:52.106Z | Compiling num-bigint-dig v0.8.4 |
1458 | 2025-03-11T21:18:52.205Z | Compiling anyhow v1.0.97 |
1459 | 2025-03-11T21:18:52.229Z | Compiling linked-hash-map v0.5.6 |
1460 | 2025-03-11T21:18:52.427Z | Compiling base16ct v0.2.0 |
1461 | 2025-03-11T21:18:52.449Z | Compiling psl-types v2.0.11 |
1462 | 2025-03-11T21:18:52.589Z | Compiling utf-8 v0.7.6 |
1463 | 2025-03-11T21:18:52.644Z | Compiling quick-error v1.2.3 |
1464 | 2025-03-11T21:18:52.729Z | Compiling take_mut v0.2.2 |
1465 | 2025-03-11T21:18:52.812Z | Compiling fallible-iterator v0.2.0 |
1466 | 2025-03-11T21:18:52.833Z | Compiling litrs v0.4.1 |
1467 | 2025-03-11T21:18:52.907Z | Compiling rustc-demangle v0.1.24 |
1468 | 2025-03-11T21:18:52.927Z | Compiling portable-atomic v1.9.0 |
1469 | 2025-03-11T21:18:53.501Z | Compiling cfg_aliases v0.2.1 |
1470 | 2025-03-11T21:18:53.623Z | Compiling smoltcp v0.9.1 |
1471 | 2025-03-11T21:18:53.830Z | Compiling nix v0.29.0 |
1472 | 2025-03-11T21:18:53.924Z | Compiling document-features v0.2.10 |
1473 | 2025-03-11T21:18:53.983Z | Compiling postgres-protocol v0.6.8 |
1474 | 2025-03-11T21:18:54.841Z | Compiling tungstenite v0.24.0 |
1475 | 2025-03-11T21:18:55.104Z | Compiling resolv-conf v0.7.0 |
1476 | 2025-03-11T21:18:55.123Z | Compiling sec1 v0.7.3 |
1477 | 2025-03-11T21:18:55.176Z | Compiling publicsuffix v2.3.0 |
1478 | 2025-03-11T21:18:55.288Z | Compiling lru-cache v0.1.2 |
1479 | 2025-03-11T21:18:55.475Z | Compiling async-stream v0.3.6 |
1480 | 2025-03-11T21:18:55.659Z | Compiling group v0.13.0 |
1481 | 2025-03-11T21:18:55.763Z | Compiling usdt v0.5.0 |
1482 | 2025-03-11T21:18:55.782Z | Compiling num-iter v0.1.45 |
1483 | 2025-03-11T21:18:55.785Z | Compiling slog-term v2.9.1 |
1484 | 2025-03-11T21:18:56.006Z | Compiling hickory-proto v0.24.4 |
1485 | 2025-03-11T21:18:56.337Z | Compiling futures v0.3.31 |
1486 | 2025-03-11T21:18:56.474Z | Compiling toml v0.8.20 |
1487 | 2025-03-11T21:18:56.893Z | Compiling slog-bunyan v2.5.0 |
1488 | 2025-03-11T21:18:57.084Z | Compiling bzip2 v0.4.4 |
1489 | 2025-03-11T21:18:58.095Z | Compiling tokio-native-tls v0.3.1 |
1490 | 2025-03-11T21:18:58.395Z | Compiling backtrace v0.3.74 |
1491 | 2025-03-11T21:18:58.463Z | Compiling camino v1.1.9 |
1492 | 2025-03-11T21:18:58.540Z | Compiling flate2 v1.1.0 |
1493 | 2025-03-11T21:18:58.861Z | Compiling phf_shared v0.11.2 |
1494 | 2025-03-11T21:18:58.968Z | Compiling dropshot_endpoint v0.12.0 |
1495 | 2025-03-11T21:18:59.236Z | Compiling terminal_size v0.4.0 |
1496 | 2025-03-11T21:18:59.312Z | Compiling waitgroup v0.1.2 |
1497 | 2025-03-11T21:18:59.414Z | Compiling openapiv3 v2.0.0 |
1498 | 2025-03-11T21:18:59.460Z | Compiling serde_path_to_error v0.1.16 |
1499 | 2025-03-11T21:18:59.535Z | Compiling hkdf v0.12.4 |
1500 | 2025-03-11T21:18:59.828Z | Compiling crypto-bigint v0.5.5 |
1501 | 2025-03-11T21:19:00.232Z | Compiling zerocopy-derive v0.6.6 |
1502 | 2025-03-11T21:19:01.079Z | Compiling hubpack_derive v0.1.1 |
1503 | 2025-03-11T21:19:01.283Z | Compiling curve25519-dalek-derive v0.1.1 |
1504 | 2025-03-11T21:19:02.035Z | Compiling webpki-roots v0.26.6 |
1505 | 2025-03-11T21:19:02.272Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-03-11T21:19:02.295Z | Compiling hostname v0.4.0 |
1507 | 2025-03-11T21:19:02.443Z | Compiling ahash v0.8.11 |
1508 | 2025-03-11T21:19:02.539Z | Compiling fs-err v2.11.0 |
1509 | 2025-03-11T21:19:02.749Z | Compiling tower-layer v0.3.3 |
1510 | 2025-03-11T21:19:02.818Z | Compiling newtype-uuid v1.2.1 |
1511 | 2025-03-11T21:19:02.855Z | Compiling buf-list v1.0.3 |
1512 | 2025-03-11T21:19:03.079Z | Compiling winnow v0.5.40 |
1513 | 2025-03-11T21:19:03.151Z | Compiling managed v0.8.0 |
1514 | 2025-03-11T21:19:03.162Z | Compiling debug-ignore v1.0.5 |
1515 | 2025-03-11T21:19:03.316Z | Compiling lockfree-object-pool v0.1.6 |
1516 | 2025-03-11T21:19:03.477Z | Compiling unicode-width v0.2.0 |
1517 | 2025-03-11T21:19:03.511Z | Compiling bumpalo v3.16.0 |
1518 | 2025-03-11T21:19:03.561Z | Compiling zip v2.1.3 |
1519 | 2025-03-11T21:19:03.604Z | Compiling simd-adler32 v0.3.7 |
1520 | 2025-03-11T21:19:03.899Z | Compiling clap_builder v4.5.31 |
1521 | 2025-03-11T21:19:03.955Z | Compiling console v0.15.10 |
1522 | 2025-03-11T21:19:04.015Z | Compiling zopfli v0.8.1 |
1523 | 2025-03-11T21:19:04.880Z | Compiling strum_macros v0.25.3 |
1524 | 2025-03-11T21:19:05.372Z | Compiling tower v0.5.2 |
1525 | 2025-03-11T21:19:05.706Z | Compiling elliptic-curve v0.13.8 |
1526 | 2025-03-11T21:19:06.082Z | Compiling zerocopy v0.6.6 |
1527 | 2025-03-11T21:19:06.186Z | Compiling hubpack v0.1.2 |
1528 | 2025-03-11T21:19:06.507Z | Compiling toml_edit v0.19.15 |
1529 | 2025-03-11T21:19:06.602Z | Compiling hickory-resolver v0.24.4 |
1530 | 2025-03-11T21:19:06.832Z | Compiling phf v0.11.2 |
1531 | 2025-03-11T21:19:07.131Z | Compiling signal-hook-mio v0.2.4 |
1532 | 2025-03-11T21:19:07.322Z | Compiling hyper-tls v0.6.0 |
1533 | 2025-03-11T21:19:07.470Z | Compiling rayon v1.10.0 |
1534 | 2025-03-11T21:19:07.742Z | Compiling cookie_store v0.21.1 |
1535 | 2025-03-11T21:19:09.161Z | Compiling tokio-tungstenite v0.24.0 |
1536 | 2025-03-11T21:19:09.880Z | Compiling postgres-types v0.2.9 |
1537 | 2025-03-11T21:19:11.760Z | Compiling ed25519 v2.2.3 |
1538 | 2025-03-11T21:19:11.848Z | Compiling phf_shared v0.10.0 |
1539 | 2025-03-11T21:19:12.254Z | Compiling tokio-stream v0.1.17 |
1540 | 2025-03-11T21:19:12.355Z | Compiling pkcs1 v0.7.5 |
1541 | 2025-03-11T21:19:12.544Z | Compiling serde-big-array v0.5.1 |
1542 | 2025-03-11T21:19:12.803Z | Compiling clap_derive v4.5.28 |
1543 | 2025-03-11T21:19:13.409Z | Compiling rfc6979 v0.4.0 |
1544 | 2025-03-11T21:19:13.416Z | Compiling serde_repr v0.1.19 |
1545 | 2025-03-11T21:19:13.434Z | Compiling derive-where v1.2.7 |
1546 | 2025-03-11T21:19:13.542Z | Compiling float-cmp v0.10.0 |
1547 | 2025-03-11T21:19:13.587Z | Compiling bstr v1.10.0 |
1548 | 2025-03-11T21:19:13.801Z | Compiling fixedbitset v0.4.2 |
1549 | 2025-03-11T21:19:14.017Z | Compiling unicode-segmentation v1.12.0 |
1550 | 2025-03-11T21:19:14.250Z | Compiling new_debug_unreachable v1.0.6 |
1551 | 2025-03-11T21:19:14.360Z | Compiling difflib v0.4.0 |
1552 | 2025-03-11T21:19:14.413Z | Compiling precomputed-hash v0.1.1 |
1553 | 2025-03-11T21:19:14.556Z | Compiling predicates-core v1.0.8 |
1554 | 2025-03-11T21:19:14.891Z | Compiling number_prefix v0.4.0 |
1555 | 2025-03-11T21:19:14.912Z | Compiling whoami v1.5.2 |
1556 | 2025-03-11T21:19:15.132Z | Compiling normalize-line-endings v0.3.0 |
1557 | 2025-03-11T21:19:15.153Z | Compiling static_assertions v1.1.0 |
1558 | 2025-03-11T21:19:15.269Z | Compiling predicates v3.1.3 |
1559 | 2025-03-11T21:19:15.307Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1560 | 2025-03-11T21:19:15.461Z | Compiling tokio-postgres v0.7.13 |
1561 | 2025-03-11T21:19:15.716Z | Compiling indicatif v0.17.11 |
1562 | 2025-03-11T21:19:16.600Z | Compiling similar v2.7.0 |
1563 | 2025-03-11T21:19:16.722Z | Compiling string_cache v0.8.7 |
1564 | 2025-03-11T21:19:17.131Z | Compiling petgraph v0.6.5 |
1565 | 2025-03-11T21:19:17.287Z | Compiling clap v4.5.31 |
1566 | 2025-03-11T21:19:17.408Z | Compiling ecdsa v0.16.9 |
1567 | 2025-03-11T21:19:17.710Z | Compiling rsa v0.9.6 |
1568 | 2025-03-11T21:19:18.245Z | Compiling ed25519-dalek v2.1.1 |
1569 | 2025-03-11T21:19:23.072Z | Compiling toml v0.7.8 |
1570 | 2025-03-11T21:19:23.072Z | Compiling crossterm v0.28.1 |
1571 | 2025-03-11T21:19:23.072Z | Compiling zip v0.6.6 |
1572 | 2025-03-11T21:19:23.072Z | Compiling hex v0.4.3 |
1573 | 2025-03-11T21:19:23.072Z | Compiling x509-cert v0.2.5 |
1574 | 2025-03-11T21:19:23.072Z | Compiling itertools v0.10.5 |
1575 | 2025-03-11T21:19:23.072Z | Compiling unicode-xid v0.2.6 |
1576 | 2025-03-11T21:19:23.072Z | Compiling lalrpop-util v0.19.12 |
1577 | 2025-03-11T21:19:23.072Z | Compiling peg-runtime v0.8.5 |
1578 | 2025-03-11T21:19:23.161Z | Compiling strum_macros v0.26.4 |
1579 | 2025-03-11T21:19:23.309Z | Compiling xattr v1.3.1 |
1580 | 2025-03-11T21:19:23.422Z | Compiling filetime v0.2.25 |
1581 | 2025-03-11T21:19:23.739Z | Compiling tar v0.4.44 |
1582 | 2025-03-11T21:19:26.834Z | Compiling strum v0.26.3 |
1583 | 2025-03-11T21:19:30.483Z | Compiling aws-lc-sys v0.26.0 |
1584 | 2025-03-11T21:20:04.138Z | Compiling rustls-webpki v0.102.8 |
1585 | 2025-03-11T21:20:07.377Z | Compiling tokio-rustls v0.25.0 |
1586 | 2025-03-11T21:20:08.995Z | Compiling tokio-rustls v0.26.0 |
1587 | 2025-03-11T21:20:09.295Z | Compiling hyper-rustls v0.27.3 |
1588 | 2025-03-11T21:20:09.627Z | Compiling reqwest v0.12.12 |
1589 | 2025-03-11T21:20:11.095Z | Compiling qorb v0.2.1 |
1590 | 2025-03-11T21:20:14.024Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1591 | 2025-03-11T21:20:14.305Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1592 | 2025-03-11T21:20:18.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1593 | 2025-03-11T21:20:19.027Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1594 | 2025-03-11T21:20:19.072Z | Mar 11 21:20:18.238 INFO Starting download, target: Console |
1595 | 2025-03-11T21:20:19.073Z | Mar 11 21:20:18.238 INFO Starting download, target: Cockroach |
1596 | 2025-03-11T21:20:19.073Z | Mar 11 21:20:18.238 INFO Starting download, target: Clickhouse |
1597 | 2025-03-11T21:20:19.088Z | Mar 11 21:20:18.238 INFO Starting download, target: DendriteOpenapi |
1598 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.238 INFO Starting download, target: DendriteStub |
1599 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.238 INFO Starting download, target: MaghemiteMgd |
1600 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.238 INFO Starting download, target: TransceiverControl |
1601 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.239 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1602 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.239 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1603 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.239 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1604 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.239 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1605 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.239 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1606 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.239 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1607 | 2025-03-11T21:20:19.089Z | Mar 11 21:20:18.239 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1608 | 2025-03-11T21:20:19.382Z | Mar 11 21:20:18.481 INFO Download complete, target: DendriteOpenapi |
1609 | 2025-03-11T21:20:19.455Z | Mar 11 21:20:18.603 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1610 | 2025-03-11T21:20:19.673Z | Mar 11 21:20:18.819 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1611 | 2025-03-11T21:20:19.831Z | Mar 11 21:20:18.990 INFO Download complete, target: TransceiverControl |
1612 | 2025-03-11T21:20:20.048Z | Mar 11 21:20:19.207 INFO Download complete, target: Console |
1613 | 2025-03-11T21:20:20.468Z | Mar 11 21:20:19.633 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1614 | 2025-03-11T21:20:20.553Z | Mar 11 21:20:19.719 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1615 | 2025-03-11T21:20:21.145Z | Mar 11 21:20:20.311 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1616 | 2025-03-11T21:20:21.183Z | Mar 11 21:20:20.349 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1617 | 2025-03-11T21:20:21.183Z | Mar 11 21:20:20.349 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1618 | 2025-03-11T21:20:22.960Z | Mar 11 21:20:22.126 INFO Download complete, target: DendriteStub |
1619 | 2025-03-11T21:20:23.098Z | Mar 11 21:20:22.263 INFO Download complete, target: MaghemiteMgd |
1620 | 2025-03-11T21:20:27.706Z | Mar 11 21:20:26.871 INFO Checking that binary works, target: Cockroach |
1621 | 2025-03-11T21:20:27.870Z | Mar 11 21:20:27.035 INFO Download complete, target: Cockroach |
1622 | 2025-03-11T21:20:31.905Z | Mar 11 21:20:31.069 INFO Checking that binary works, target: Clickhouse |
1623 | 2025-03-11T21:20:32.196Z | Mar 11 21:20:31.361 INFO Download complete, target: Clickhouse |
1624 | 2025-03-11T21:20:32.205Z | All prerequisites installed successfully |
1625 | 2025-03-11T21:20:32.208Z | |
1626 | 2025-03-11T21:20:32.208Z | real 5:03.774795980 |
1627 | 2025-03-11T21:20:32.208Z | user 15:57.028063291 |
1628 | 2025-03-11T21:20:32.208Z | sys 2:13.199968934 |
1629 | 2025-03-11T21:20:32.208Z | trap 0.582387588 |
1630 | 2025-03-11T21:20:32.208Z | tflt 5.162016187 |
1631 | 2025-03-11T21:20:32.208Z | dflt 3.551662182 |
1632 | 2025-03-11T21:20:32.208Z | kflt 0.029216893 |
1633 | 2025-03-11T21:20:32.208Z | lock 24:22.661241134 |
1634 | 2025-03-11T21:20:32.208Z | slp 57:42.591254049 |
1635 | 2025-03-11T21:20:32.208Z | lat 1:03.247144305 |
1636 | 2025-03-11T21:20:32.208Z | stop 2:34.306364428 |
1637 | 2025-03-11T21:20:32.208Z | + ptime -m cargo xtask download softnpu |
1638 | 2025-03-11T21:20:32.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1639 | 2025-03-11T21:20:32.834Z | Running `target/debug/xtask download softnpu` |
1640 | 2025-03-11T21:20:33.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
1641 | 2025-03-11T21:20:33.834Z | Running `target/debug/xtask-downloader softnpu` |
1642 | 2025-03-11T21:20:33.877Z | Mar 11 21:20:33.041 INFO Starting download, target: Softnpu |
1643 | 2025-03-11T21:20:33.880Z | Mar 11 21:20:33.041 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1644 | 2025-03-11T21:20:34.340Z | Mar 11 21:20:33.504 INFO Download complete, target: Softnpu |
1645 | 2025-03-11T21:20:34.346Z | |
1646 | 2025-03-11T21:20:34.349Z | real 2.131731642 |
1647 | 2025-03-11T21:20:34.349Z | user 1.412406680 |
1648 | 2025-03-11T21:20:34.349Z | sys 0.602107911 |
1649 | 2025-03-11T21:20:34.349Z | trap 0.001243056 |
1650 | 2025-03-11T21:20:34.349Z | tflt 0.000102415 |
1651 | 2025-03-11T21:20:34.349Z | dflt 0.000135909 |
1652 | 2025-03-11T21:20:34.349Z | kflt 0.000000000 |
1653 | 2025-03-11T21:20:34.349Z | lock 4.872047771 |
1654 | 2025-03-11T21:20:34.349Z | slp 0.335374463 |
1655 | 2025-03-11T21:20:34.349Z | lat 0.073782379 |
1656 | 2025-03-11T21:20:34.349Z | stop 0.000173095 |
1657 | 2025-03-11T21:20:34.349Z | + export CARGO_INCREMENTAL=0 |
1658 | 2025-03-11T21:20:34.349Z | + CARGO_INCREMENTAL=0 |
1659 | 2025-03-11T21:20:34.349Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1660 | 2025-03-11T21:20:35.443Z | Compiling proc-macro2 v1.0.94 |
1661 | 2025-03-11T21:20:35.444Z | Compiling unicode-ident v1.0.14 |
1662 | 2025-03-11T21:20:35.447Z | Compiling libc v0.2.170 |
1663 | 2025-03-11T21:20:35.447Z | Compiling serde v1.0.218 |
1664 | 2025-03-11T21:20:35.447Z | Compiling autocfg v1.4.0 |
1665 | 2025-03-11T21:20:35.447Z | Compiling cfg-if v1.0.0 |
1666 | 2025-03-11T21:20:35.447Z | Compiling version_check v0.9.5 |
1667 | 2025-03-11T21:20:35.711Z | Compiling memchr v2.7.4 |
1668 | 2025-03-11T21:20:35.741Z | Compiling typenum v1.17.0 |
1669 | 2025-03-11T21:20:35.879Z | Compiling shlex v1.3.0 |
1670 | 2025-03-11T21:20:36.172Z | Compiling generic-array v0.14.7 |
1671 | 2025-03-11T21:20:36.221Z | Compiling value-bag v1.9.0 |
1672 | 2025-03-11T21:20:36.239Z | Compiling scopeguard v1.2.0 |
1673 | 2025-03-11T21:20:36.406Z | Compiling lock_api v0.4.12 |
1674 | 2025-03-11T21:20:36.635Z | Compiling parking_lot_core v0.9.10 |
1675 | 2025-03-11T21:20:36.740Z | Compiling log v0.4.22 |
1676 | 2025-03-11T21:20:37.017Z | Compiling serde_json v1.0.139 |
1677 | 2025-03-11T21:20:37.073Z | Compiling rustix v0.38.37 |
1678 | 2025-03-11T21:20:37.383Z | Compiling quote v1.0.39 |
1679 | 2025-03-11T21:20:37.414Z | Compiling libm v0.2.8 |
1680 | 2025-03-11T21:20:37.511Z | Compiling jobserver v0.1.32 |
1681 | 2025-03-11T21:20:37.634Z | Compiling getrandom v0.2.15 |
1682 | 2025-03-11T21:20:37.735Z | Compiling num-traits v0.2.19 |
1683 | 2025-03-11T21:20:37.812Z | Compiling syn v2.0.98 |
1684 | 2025-03-11T21:20:37.842Z | Compiling aho-corasick v1.1.3 |
1685 | 2025-03-11T21:20:37.975Z | Compiling cc v1.2.15 |
1686 | 2025-03-11T21:20:38.011Z | Compiling thiserror v1.0.69 |
1687 | 2025-03-11T21:20:38.045Z | Compiling regex-syntax v0.8.5 |
1688 | 2025-03-11T21:20:38.084Z | Compiling semver v1.0.25 |
1689 | 2025-03-11T21:20:38.468Z | Compiling getrandom v0.3.1 |
1690 | 2025-03-11T21:20:38.553Z | Compiling either v1.14.0 |
1691 | 2025-03-11T21:20:38.580Z | Compiling once_cell v1.20.3 |
1692 | 2025-03-11T21:20:38.899Z | Compiling itoa v1.0.11 |
1693 | 2025-03-11T21:20:38.963Z | Compiling slab v0.4.9 |
1694 | 2025-03-11T21:20:39.213Z | Compiling rand_core v0.6.4 |
1695 | 2025-03-11T21:20:39.264Z | Compiling spin v0.9.8 |
1696 | 2025-03-11T21:20:39.472Z | Compiling errno v0.3.9 |
1697 | 2025-03-11T21:20:39.943Z | Compiling glob v0.3.2 |
1698 | 2025-03-11T21:20:40.280Z | Compiling smallvec v1.14.0 |
1699 | 2025-03-11T21:20:40.410Z | Compiling prettyplease v0.2.30 |
1700 | 2025-03-11T21:20:40.637Z | Compiling clang-sys v1.8.1 |
1701 | 2025-03-11T21:20:40.661Z | Compiling lazy_static v1.5.0 |
1702 | 2025-03-11T21:20:40.803Z | Compiling minimal-lexical v0.2.1 |
1703 | 2025-03-11T21:20:40.899Z | Compiling libloading v0.8.5 |
1704 | 2025-03-11T21:20:41.249Z | Compiling nom v7.1.3 |
1705 | 2025-03-11T21:20:41.268Z | Compiling subtle v2.6.1 |
1706 | 2025-03-11T21:20:41.294Z | Compiling home v0.5.9 |
1707 | 2025-03-11T21:20:41.343Z | Compiling bindgen v0.69.5 |
1708 | 2025-03-11T21:20:41.580Z | Compiling regex-automata v0.4.8 |
1709 | 2025-03-11T21:20:41.600Z | Compiling itertools v0.12.1 |
1710 | 2025-03-11T21:20:42.113Z | Compiling rustc-hash v1.1.0 |
1711 | 2025-03-11T21:20:42.134Z | Compiling equivalent v1.0.1 |
1712 | 2025-03-11T21:20:42.270Z | Compiling lazycell v1.3.0 |
1713 | 2025-03-11T21:20:42.289Z | Compiling allocator-api2 v0.2.18 |
1714 | 2025-03-11T21:20:42.465Z | Compiling foldhash v0.1.3 |
1715 | 2025-03-11T21:20:42.764Z | Compiling cmake v0.1.51 |
1716 | 2025-03-11T21:20:43.036Z | Compiling hashbrown v0.15.1 |
1717 | 2025-03-11T21:20:43.547Z | Compiling dunce v1.0.5 |
1718 | 2025-03-11T21:20:43.653Z | Compiling fs_extra v1.3.0 |
1719 | 2025-03-11T21:20:43.696Z | Compiling pkg-config v0.3.31 |
1720 | 2025-03-11T21:20:44.310Z | Compiling cexpr v0.6.0 |
1721 | 2025-03-11T21:20:44.478Z | Compiling byteorder v1.5.0 |
1722 | 2025-03-11T21:20:44.754Z | Compiling pin-project-lite v0.2.14 |
1723 | 2025-03-11T21:20:45.011Z | Compiling synstructure v0.13.1 |
1724 | 2025-03-11T21:20:45.727Z | Compiling ring v0.17.11 |
1725 | 2025-03-11T21:20:45.730Z | Compiling ryu v1.0.18 |
1726 | 2025-03-11T21:20:45.770Z | Compiling paste v1.0.15 |
1727 | 2025-03-11T21:20:46.081Z | Compiling schemars v0.8.22 |
1728 | 2025-03-11T21:20:46.310Z | Compiling regex v1.11.1 |
1729 | 2025-03-11T21:20:46.746Z | Compiling serde_derive_internals v0.29.1 |
1730 | 2025-03-11T21:20:47.214Z | Compiling signal-hook-registry v1.4.2 |
1731 | 2025-03-11T21:20:47.532Z | Compiling httparse v1.9.5 |
1732 | 2025-03-11T21:20:47.568Z | Compiling const-oid v0.9.6 |
1733 | 2025-03-11T21:20:47.591Z | Compiling fnv v1.0.7 |
1734 | 2025-03-11T21:20:47.745Z | Compiling aws-lc-rs v1.12.4 |
1735 | 2025-03-11T21:20:48.149Z | Compiling parking_lot v0.12.3 |
1736 | 2025-03-11T21:20:48.207Z | Compiling mio v1.0.2 |
1737 | 2025-03-11T21:20:48.681Z | Compiling heck v0.5.0 |
1738 | 2025-03-11T21:20:49.025Z | Compiling serde_derive v1.0.218 |
1739 | 2025-03-11T21:20:49.086Z | Compiling zeroize_derive v1.4.2 |
1740 | 2025-03-11T21:20:49.252Z | Compiling tokio-macros v2.5.0 |
1741 | 2025-03-11T21:20:49.546Z | Compiling thiserror-impl v1.0.69 |
1742 | 2025-03-11T21:20:49.871Z | Compiling zerocopy-derive v0.7.35 |
1743 | 2025-03-11T21:20:50.170Z | Compiling zerofrom-derive v0.1.4 |
1744 | 2025-03-11T21:20:50.416Z | Compiling zeroize v1.8.1 |
1745 | 2025-03-11T21:20:50.650Z | Compiling yoke-derive v0.7.4 |
1746 | 2025-03-11T21:20:50.850Z | Compiling futures-macro v0.3.31 |
1747 | 2025-03-11T21:20:50.872Z | Compiling zerovec-derive v0.10.3 |
1748 | 2025-03-11T21:20:51.482Z | Compiling displaydoc v0.2.5 |
1749 | 2025-03-11T21:20:52.791Z | Compiling icu_provider_macros v1.5.0 |
1750 | 2025-03-11T21:20:52.912Z | Compiling crypto-common v0.1.6 |
1751 | 2025-03-11T21:20:52.915Z | Compiling tracing-attributes v0.1.27 |
1752 | 2025-03-11T21:20:53.010Z | Compiling schemars_derive v0.8.22 |
1753 | 2025-03-11T21:20:53.157Z | Compiling block-buffer v0.10.4 |
1754 | 2025-03-11T21:20:53.290Z | Compiling socket2 v0.5.8 |
1755 | 2025-03-11T21:20:53.596Z | Compiling stable_deref_trait v1.2.0 |
1756 | 2025-03-11T21:20:53.734Z | Compiling digest v0.10.7 |
1757 | 2025-03-11T21:20:53.803Z | Compiling zerocopy v0.7.35 |
1758 | 2025-03-11T21:20:54.153Z | Compiling futures-core v0.3.31 |
1759 | 2025-03-11T21:20:54.498Z | Compiling time-core v0.1.2 |
1760 | 2025-03-11T21:20:54.700Z | Compiling num-conv v0.1.0 |
1761 | 2025-03-11T21:20:55.009Z | Compiling crossbeam-utils v0.8.20 |
1762 | 2025-03-11T21:20:55.034Z | Compiling time-macros v0.2.18 |
1763 | 2025-03-11T21:20:55.667Z | Compiling der_derive v0.7.3 |
1764 | 2025-03-11T21:20:55.732Z | Compiling vcpkg v0.2.15 |
1765 | 2025-03-11T21:20:57.065Z | Compiling openssl-sys v0.9.106 |
1766 | 2025-03-11T21:20:57.842Z | Compiling zerocopy v0.8.10 |
1767 | 2025-03-11T21:20:57.930Z | Compiling futures-sink v0.3.31 |
1768 | 2025-03-11T21:20:58.361Z | Compiling cpufeatures v0.2.14 |
1769 | 2025-03-11T21:20:58.631Z | Compiling zerocopy-derive v0.8.10 |
1770 | 2025-03-11T21:20:58.814Z | Compiling slog v2.7.0 |
1771 | 2025-03-11T21:20:59.290Z | Compiling syn v1.0.109 |
1772 | 2025-03-11T21:20:59.294Z | Compiling iana-time-zone v0.1.61 |
1773 | 2025-03-11T21:20:59.514Z | Compiling futures-channel v0.3.31 |
1774 | 2025-03-11T21:20:59.563Z | Compiling zerofrom v0.1.4 |
1775 | 2025-03-11T21:20:59.903Z | Compiling pin-utils v0.1.0 |
1776 | 2025-03-11T21:20:59.968Z | Compiling futures-task v0.3.31 |
1777 | 2025-03-11T21:20:59.988Z | Compiling futures-io v0.3.31 |
1778 | 2025-03-11T21:21:00.007Z | Compiling yoke v0.7.4 |
1779 | 2025-03-11T21:21:00.276Z | Compiling futures-util v0.3.31 |
1780 | 2025-03-11T21:21:00.381Z | Compiling scroll_derive v0.12.0 |
1781 | 2025-03-11T21:21:00.439Z | Compiling ucd-trie v0.1.7 |
1782 | 2025-03-11T21:21:00.950Z | Compiling bitflags v2.6.0 |
1783 | 2025-03-11T21:21:01.048Z | Compiling bytes v1.10.1 |
1784 | 2025-03-11T21:21:01.831Z | Compiling indexmap v2.7.1 |
1785 | 2025-03-11T21:21:02.428Z | Compiling tokio v1.43.0 |
1786 | 2025-03-11T21:21:04.046Z | Compiling uuid v1.15.1 |
1787 | 2025-03-11T21:21:04.331Z | Compiling serde_tokenstream v0.2.2 |
1788 | 2025-03-11T21:21:05.344Z | Compiling which v4.4.2 |
1789 | 2025-03-11T21:21:05.854Z | Compiling chrono v0.4.40 |
1790 | 2025-03-11T21:21:06.258Z | Compiling http v1.2.0 |
1791 | 2025-03-11T21:21:08.118Z | Compiling openssl v0.10.71 |
1792 | 2025-03-11T21:21:08.289Z | Compiling rustc_version v0.4.1 |
1793 | 2025-03-11T21:21:08.871Z | Compiling pest v2.7.14 |
1794 | 2025-03-11T21:21:09.354Z | Compiling zerovec v0.10.4 |
1795 | 2025-03-11T21:21:11.859Z | Compiling hmac v0.12.1 |
1796 | 2025-03-11T21:21:12.589Z | Compiling pest_meta v2.7.14 |
1797 | 2025-03-11T21:21:13.805Z | Compiling block-padding v0.3.3 |
1798 | 2025-03-11T21:21:14.066Z | Compiling openssl-macros v0.1.1 |
1799 | 2025-03-11T21:21:15.313Z | Compiling dyn-clone v1.0.19 |
1800 | 2025-03-11T21:21:15.316Z | Compiling rustls v0.23.19 |
1801 | 2025-03-11T21:21:15.316Z | Compiling native-tls v0.2.12 |
1802 | 2025-03-11T21:21:15.316Z | Compiling inout v0.1.3 |
1803 | 2025-03-11T21:21:15.316Z | Compiling pest_generator v2.7.14 |
1804 | 2025-03-11T21:21:15.453Z | Compiling tinystr v0.7.6 |
1805 | 2025-03-11T21:21:15.891Z | Compiling serde_spanned v0.6.8 |
1806 | 2025-03-11T21:21:15.911Z | Compiling toml_datetime v0.6.8 |
1807 | 2025-03-11T21:21:16.113Z | Compiling ppv-lite86 v0.2.20 |
1808 | 2025-03-11T21:21:16.327Z | Compiling tracing-core v0.1.32 |
1809 | 2025-03-11T21:21:16.905Z | Compiling litemap v0.7.3 |
1810 | 2025-03-11T21:21:16.939Z | Compiling strsim v0.11.1 |
1811 | 2025-03-11T21:21:16.960Z | Compiling writeable v0.5.5 |
1812 | 2025-03-11T21:21:17.550Z | Compiling aws-lc-sys v0.26.0 |
1813 | 2025-03-11T21:21:17.584Z | Compiling icu_locid v1.5.0 |
1814 | 2025-03-11T21:21:17.866Z | Compiling tracing v0.1.40 |
1815 | 2025-03-11T21:21:18.063Z | Compiling pest_derive v2.7.14 |
1816 | 2025-03-11T21:21:18.598Z | Compiling cipher v0.4.4 |
1817 | 2025-03-11T21:21:18.696Z | Compiling sha2 v0.10.8 |
1818 | 2025-03-11T21:21:19.092Z | Compiling cookie v0.18.1 |
1819 | 2025-03-11T21:21:19.436Z | Compiling usdt-impl v0.5.0 |
1820 | 2025-03-11T21:21:19.574Z | Compiling base64ct v1.6.0 |
1821 | 2025-03-11T21:21:19.834Z | Compiling icu_provider v1.5.0 |
1822 | 2025-03-11T21:21:20.704Z | Compiling pem-rfc7468 v0.7.0 |
1823 | 2025-03-11T21:21:22.654Z | Compiling scroll v0.12.0 |
1824 | 2025-03-11T21:21:23.167Z | Compiling async-trait v0.1.87 |
1825 | 2025-03-11T21:21:24.695Z | Compiling rustls-pki-types v1.10.0 |
1826 | 2025-03-11T21:21:25.229Z | Compiling anyhow v1.0.97 |
1827 | 2025-03-11T21:21:25.261Z | Compiling flagset v0.4.6 |
1828 | 2025-03-11T21:21:25.472Z | Compiling percent-encoding v2.3.1 |
1829 | 2025-03-11T21:21:25.797Z | Compiling plain v0.2.3 |
1830 | 2025-03-11T21:21:25.929Z | Compiling icu_locid_transform_data v1.5.0 |
1831 | 2025-03-11T21:21:25.948Z | Compiling camino v1.1.9 |
1832 | 2025-03-11T21:21:26.160Z | Compiling icu_locid_transform v1.5.0 |
1833 | 2025-03-11T21:21:26.432Z | Compiling goblin v0.8.2 |
1834 | 2025-03-11T21:21:28.188Z | Compiling der v0.7.9 |
1835 | 2025-03-11T21:21:29.265Z | Compiling icu_collections v1.5.0 |
1836 | 2025-03-11T21:21:30.294Z | Compiling tokio-util v0.7.13 |
1837 | 2025-03-11T21:21:31.317Z | Compiling powerfmt v0.2.0 |
1838 | 2025-03-11T21:21:31.896Z | Compiling rayon-core v1.12.1 |
1839 | 2025-03-11T21:21:32.020Z | Compiling rustls v0.22.4 |
1840 | 2025-03-11T21:21:32.257Z | Compiling icu_properties_data v1.5.0 |
1841 | 2025-03-11T21:21:32.341Z | Compiling untrusted v0.7.1 |
1842 | 2025-03-11T21:21:32.451Z | Compiling pretty-hex v0.4.1 |
1843 | 2025-03-11T21:21:32.521Z | Compiling untrusted v0.9.0 |
1844 | 2025-03-11T21:21:32.547Z | Compiling icu_properties v1.5.1 |
1845 | 2025-03-11T21:21:32.734Z | Compiling dof v0.3.0 |
1846 | 2025-03-11T21:21:33.249Z | Compiling deranged v0.3.11 |
1847 | 2025-03-11T21:21:34.512Z | Compiling spki v0.7.3 |
1848 | 2025-03-11T21:21:34.900Z | Compiling salsa20 v0.10.2 |
1849 | 2025-03-11T21:21:34.955Z | Compiling dtrace-parser v0.2.0 |
1850 | 2025-03-11T21:21:35.038Z | Compiling pbkdf2 v0.12.2 |
1851 | 2025-03-11T21:21:35.515Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1852 | 2025-03-11T21:21:36.334Z | Compiling thread-id v4.2.2 |
1853 | 2025-03-11T21:21:36.431Z | Compiling winnow v0.5.40 |
1854 | 2025-03-11T21:21:36.461Z | Compiling litrs v0.4.1 |
1855 | 2025-03-11T21:21:36.481Z | Compiling write16 v1.0.0 |
1856 | 2025-03-11T21:21:36.637Z | Compiling num_threads v0.1.7 |
1857 | 2025-03-11T21:21:36.777Z | Compiling utf16_iter v1.0.5 |
1858 | 2025-03-11T21:21:36.834Z | Compiling icu_normalizer_data v1.5.0 |
1859 | 2025-03-11T21:21:36.974Z | Compiling rustversion v1.0.17 |
1860 | 2025-03-11T21:21:37.450Z | Compiling utf8_iter v1.0.4 |
1861 | 2025-03-11T21:21:38.139Z | Compiling atomic-waker v1.1.2 |
1862 | 2025-03-11T21:21:38.222Z | Compiling icu_normalizer v1.5.0 |
1863 | 2025-03-11T21:21:38.365Z | Compiling time v0.3.36 |
1864 | 2025-03-11T21:21:39.849Z | Compiling toml_edit v0.19.15 |
1865 | 2025-03-11T21:21:41.615Z | Compiling document-features v0.2.10 |
1866 | 2025-03-11T21:21:42.782Z | Compiling scrypt v0.11.0 |
1867 | 2025-03-11T21:21:43.257Z | Compiling form_urlencoded v1.2.1 |
1868 | 2025-03-11T21:21:43.374Z | Compiling aes v0.8.4 |
1869 | 2025-03-11T21:21:43.668Z | Compiling cbc v0.1.2 |
1870 | 2025-03-11T21:21:43.708Z | Compiling http-body v1.0.1 |
1871 | 2025-03-11T21:21:44.056Z | Compiling multer v3.1.0 |
1872 | 2025-03-11T21:21:44.265Z | Compiling try-lock v0.2.5 |
1873 | 2025-03-11T21:21:44.480Z | Compiling slog-async v2.8.0 |
1874 | 2025-03-11T21:21:44.606Z | Compiling tinyvec_macros v0.1.1 |
1875 | 2025-03-11T21:21:44.718Z | Compiling tinyvec v1.8.0 |
1876 | 2025-03-11T21:21:44.983Z | Compiling want v0.3.1 |
1877 | 2025-03-11T21:21:45.290Z | Compiling pkcs5 v0.7.1 |
1878 | 2025-03-11T21:21:46.718Z | Compiling idna_adapter v1.2.0 |
1879 | 2025-03-11T21:21:47.003Z | Compiling h2 v0.4.6 |
1880 | 2025-03-11T21:21:47.433Z | Compiling rand_chacha v0.3.1 |
1881 | 2025-03-11T21:21:48.281Z | Compiling heapless v0.7.17 |
1882 | 2025-03-11T21:21:48.967Z | Compiling adler2 v2.0.0 |
1883 | 2025-03-11T21:21:49.242Z | Compiling signal-hook v0.3.17 |
1884 | 2025-03-11T21:21:49.270Z | Compiling tower-service v0.3.3 |
1885 | 2025-03-11T21:21:49.507Z | Compiling httpdate v1.0.3 |
1886 | 2025-03-11T21:21:50.338Z | Compiling miniz_oxide v0.8.5 |
1887 | 2025-03-11T21:21:52.321Z | Compiling rand v0.8.5 |
1888 | 2025-03-11T21:21:53.811Z | Compiling idna v1.0.3 |
1889 | 2025-03-11T21:21:54.684Z | Compiling pkcs8 v0.10.2 |
1890 | 2025-03-11T21:21:55.260Z | Compiling hyper v1.6.0 |
1891 | 2025-03-11T21:21:55.280Z | Compiling usdt-attr-macro v0.5.0 |
1892 | 2025-03-11T21:21:55.376Z | Compiling usdt-macro v0.5.0 |
1893 | 2025-03-11T21:21:56.807Z | Compiling async-stream-impl v0.3.6 |
1894 | 2025-03-11T21:21:57.497Z | Compiling base64 v0.22.1 |
1895 | 2025-03-11T21:21:58.408Z | Compiling hyper-util v0.1.10 |
1896 | 2025-03-11T21:22:04.410Z | Compiling curve25519-dalek v4.1.3 |
1897 | 2025-03-11T21:22:04.856Z | Compiling openapiv3 v2.0.0 |
1898 | 2025-03-11T21:22:05.076Z | Compiling enum-as-inner v0.6.1 |
1899 | 2025-03-11T21:22:05.606Z | Compiling memoffset v0.9.1 |
1900 | 2025-03-11T21:22:05.972Z | Compiling dropshot v0.12.0 |
1901 | 2025-03-11T21:22:06.101Z | Compiling newtype-uuid v1.2.1 |
1902 | 2025-03-11T21:22:06.315Z | Compiling foreign-types-shared v0.1.1 |
1903 | 2025-03-11T21:22:06.458Z | Compiling match_cfg v0.1.0 |
1904 | 2025-03-11T21:22:06.589Z | Compiling smoltcp v0.9.1 |
1905 | 2025-03-11T21:22:06.791Z | Compiling num-bigint-dig v0.8.4 |
1906 | 2025-03-11T21:22:06.980Z | Compiling portable-atomic v1.9.0 |
1907 | 2025-03-11T21:22:07.083Z | Compiling foreign-types v0.3.2 |
1908 | 2025-03-11T21:22:07.132Z | Compiling hostname v0.3.1 |
1909 | 2025-03-11T21:22:07.862Z | Compiling rand_core v0.9.2 |
1910 | 2025-03-11T21:22:08.299Z | Compiling url v2.5.3 |
1911 | 2025-03-11T21:22:09.991Z | Compiling http-body-util v0.1.2 |
1912 | 2025-03-11T21:22:10.517Z | Compiling dirs-sys-next v0.1.2 |
1913 | 2025-03-11T21:22:10.976Z | Compiling encoding_rs v0.8.34 |
1914 | 2025-03-11T21:22:11.245Z | Compiling data-encoding v2.6.0 |
1915 | 2025-03-11T21:22:12.698Z | Compiling heck v0.4.1 |
1916 | 2025-03-11T21:22:13.086Z | Compiling cfg_aliases v0.2.1 |
1917 | 2025-03-11T21:22:13.203Z | Compiling mime v0.3.17 |
1918 | 2025-03-11T21:22:14.250Z | Compiling ident_case v1.0.1 |
1919 | 2025-03-11T21:22:14.353Z | Compiling gimli v0.31.1 |
1920 | 2025-03-11T21:22:14.456Z | Compiling siphasher v0.3.11 |
1921 | 2025-03-11T21:22:14.819Z | Compiling darling_core v0.20.10 |
1922 | 2025-03-11T21:22:20.191Z | Compiling addr2line v0.24.2 |
1923 | 2025-03-11T21:22:20.991Z | Compiling nix v0.29.0 |
1924 | 2025-03-11T21:22:22.317Z | Compiling dirs-next v2.0.0 |
1925 | 2025-03-11T21:22:23.361Z | Compiling rand_chacha v0.9.0 |
1926 | 2025-03-11T21:22:25.003Z | Compiling unicode-normalization v0.1.24 |
1927 | 2025-03-11T21:22:26.089Z | Compiling serde_urlencoded v0.7.1 |
1928 | 2025-03-11T21:22:26.675Z | Compiling crossbeam-epoch v0.9.18 |
1929 | 2025-03-11T21:22:27.328Z | Compiling rustls-pemfile v2.2.0 |
1930 | 2025-03-11T21:22:27.805Z | Compiling hubpack_derive v0.1.1 |
1931 | 2025-03-11T21:22:28.384Z | Compiling dropshot_endpoint v0.12.0 |
1932 | 2025-03-11T21:22:28.638Z | Compiling sha1 v0.10.6 |
1933 | 2025-03-11T21:22:29.057Z | Compiling signature v2.2.0 |
1934 | 2025-03-11T21:22:29.316Z | Compiling curve25519-dalek-derive v0.1.1 |
1935 | 2025-03-11T21:22:30.533Z | Compiling zerocopy-derive v0.6.6 |
1936 | 2025-03-11T21:22:30.588Z | Compiling thread_local v1.1.8 |
1937 | 2025-03-11T21:22:31.039Z | Compiling object v0.36.5 |
1938 | 2025-03-11T21:22:32.017Z | Compiling fs-err v2.11.0 |
1939 | 2025-03-11T21:22:32.245Z | Compiling ahash v0.8.11 |
1940 | 2025-03-11T21:22:32.393Z | Compiling crc32fast v1.4.2 |
1941 | 2025-03-11T21:22:32.741Z | Compiling unicode-properties v0.1.3 |
1942 | 2025-03-11T21:22:33.221Z | Compiling openssl-probe v0.1.5 |
1943 | 2025-03-11T21:22:33.538Z | Compiling rustc-demangle v0.1.24 |
1944 | 2025-03-11T21:22:34.645Z | Compiling rustls-webpki v0.102.8 |
1945 | 2025-03-11T21:22:36.368Z | Compiling zip v2.1.3 |
1946 | 2025-03-11T21:22:36.452Z | Compiling anstyle v1.0.10 |
1947 | 2025-03-11T21:22:36.493Z | Compiling unicode-bidi v0.3.17 |
1948 | 2025-03-11T21:22:36.708Z | Compiling buf-list v1.0.3 |
1949 | 2025-03-11T21:22:36.856Z | Compiling utf8parse v0.2.2 |
1950 | 2025-03-11T21:22:36.883Z | Compiling ipnet v2.11.0 |
1951 | 2025-03-11T21:22:37.062Z | Compiling winnow v0.7.3 |
1952 | 2025-03-11T21:22:39.657Z | Compiling backtrace v0.3.74 |
1953 | 2025-03-11T21:22:39.723Z | Compiling stringprep v0.1.5 |
1954 | 2025-03-11T21:22:40.553Z | Compiling toml_edit v0.22.24 |
1955 | 2025-03-11T21:22:40.604Z | Compiling anstyle-parse v0.2.5 |
1956 | 2025-03-11T21:22:43.156Z | Compiling crossbeam-deque v0.8.5 |
1957 | 2025-03-11T21:22:46.735Z | Compiling rand v0.9.0 |
1958 | 2025-03-11T21:22:46.870Z | Compiling term v0.7.0 |
1959 | 2025-03-11T21:22:47.973Z | Compiling darling_macro v0.20.10 |
1960 | 2025-03-11T21:22:48.017Z | Compiling slog-json v2.6.1 |
1961 | 2025-03-11T21:22:49.015Z | Compiling crossbeam-channel v0.5.13 |
1962 | 2025-03-11T21:22:49.723Z | Compiling futures-executor v0.3.31 |
1963 | 2025-03-11T21:22:50.140Z | Compiling num-integer v0.1.46 |
1964 | 2025-03-11T21:22:50.177Z | Compiling md-5 v0.10.6 |
1965 | 2025-03-11T21:22:50.202Z | Compiling hash32 v0.2.1 |
1966 | 2025-03-11T21:22:50.433Z | Compiling ff v0.13.0 |
1967 | 2025-03-11T21:22:50.579Z | Compiling memmap v0.7.0 |
1968 | 2025-03-11T21:22:50.689Z | Compiling is-terminal v0.4.13 |
1969 | 2025-03-11T21:22:50.822Z | Compiling fallible-iterator v0.2.0 |
1970 | 2025-03-11T21:22:50.847Z | Compiling colorchoice v1.0.2 |
1971 | 2025-03-11T21:22:50.874Z | Compiling take_mut v0.2.2 |
1972 | 2025-03-11T21:22:51.035Z | Compiling linked-hash-map v0.5.6 |
1973 | 2025-03-11T21:22:51.055Z | Compiling utf-8 v0.7.6 |
1974 | 2025-03-11T21:22:51.397Z | Compiling anstyle-query v1.1.1 |
1975 | 2025-03-11T21:22:51.498Z | Compiling psl-types v2.0.11 |
1976 | 2025-03-11T21:22:51.560Z | Compiling quick-error v1.2.3 |
1977 | 2025-03-11T21:22:51.702Z | Compiling base16ct v0.2.0 |
1978 | 2025-03-11T21:22:51.964Z | Compiling is_terminal_polyfill v1.70.1 |
1979 | 2025-03-11T21:22:52.030Z | Compiling publicsuffix v2.3.0 |
1980 | 2025-03-11T21:22:52.123Z | Compiling anstream v0.6.15 |
1981 | 2025-03-11T21:22:52.198Z | Compiling sec1 v0.7.3 |
1982 | 2025-03-11T21:22:52.417Z | Compiling resolv-conf v0.7.0 |
1983 | 2025-03-11T21:22:52.721Z | Compiling postgres-protocol v0.6.8 |
1984 | 2025-03-11T21:22:52.767Z | Compiling lru-cache v0.1.2 |
1985 | 2025-03-11T21:22:52.787Z | Compiling tungstenite v0.24.0 |
1986 | 2025-03-11T21:22:52.969Z | Compiling slog-term v2.9.1 |
1987 | 2025-03-11T21:22:53.034Z | Compiling usdt v0.5.0 |
1988 | 2025-03-11T21:22:53.518Z | Compiling group v0.13.0 |
1989 | 2025-03-11T21:22:53.798Z | Compiling num-iter v0.1.45 |
1990 | 2025-03-11T21:22:53.855Z | Compiling futures v0.3.31 |
1991 | 2025-03-11T21:22:55.278Z | Compiling darling v0.20.10 |
1992 | 2025-03-11T21:22:55.456Z | Compiling slog-bunyan v2.5.0 |
1993 | 2025-03-11T21:22:55.688Z | Compiling tokio-rustls v0.26.0 |
1994 | 2025-03-11T21:22:55.753Z | Compiling tokio-rustls v0.25.0 |
1995 | 2025-03-11T21:22:56.190Z | Compiling toml v0.8.20 |
1996 | 2025-03-11T21:22:56.211Z | Compiling bzip2 v0.4.4 |
1997 | 2025-03-11T21:22:56.214Z | Compiling tokio-native-tls v0.3.1 |
1998 | 2025-03-11T21:22:56.570Z | Compiling hickory-proto v0.24.4 |
1999 | 2025-03-11T21:22:56.609Z | Compiling flate2 v1.1.0 |
2000 | 2025-03-11T21:22:56.836Z | Compiling phf_shared v0.11.2 |
2001 | 2025-03-11T21:22:57.218Z | Compiling strum_macros v0.25.3 |
2002 | 2025-03-11T21:22:57.860Z | Compiling async-stream v0.3.6 |
2003 | 2025-03-11T21:22:57.904Z | Compiling waitgroup v0.1.2 |
2004 | 2025-03-11T21:22:58.148Z | Compiling webpki-roots v0.26.6 |
2005 | 2025-03-11T21:22:58.593Z | Compiling hkdf v0.12.4 |
2006 | 2025-03-11T21:22:58.624Z | Compiling terminal_size v0.4.0 |
2007 | 2025-03-11T21:22:58.834Z | Compiling serde_path_to_error v0.1.16 |
2008 | 2025-03-11T21:22:58.854Z | Compiling sync_wrapper v1.0.1 |
2009 | 2025-03-11T21:22:59.219Z | Compiling crypto-bigint v0.5.5 |
2010 | 2025-03-11T21:22:59.355Z | Compiling clap_derive v4.5.28 |
2011 | 2025-03-11T21:22:59.602Z | Compiling derive-where v1.2.7 |
2012 | 2025-03-11T21:22:59.725Z | Compiling serde_repr v0.1.19 |
2013 | 2025-03-11T21:23:00.135Z | Compiling regress v0.10.3 |
2014 | 2025-03-11T21:23:00.517Z | Compiling hostname v0.4.0 |
2015 | 2025-03-11T21:23:00.870Z | Compiling clap_lex v0.7.4 |
2016 | 2025-03-11T21:23:01.276Z | Compiling tower-layer v0.3.3 |
2017 | 2025-03-11T21:23:01.714Z | Compiling simd-adler32 v0.3.7 |
2018 | 2025-03-11T21:23:02.032Z | Compiling managed v0.8.0 |
2019 | 2025-03-11T21:23:02.219Z | Compiling debug-ignore v1.0.5 |
2020 | 2025-03-11T21:23:02.399Z | Compiling bumpalo v3.16.0 |
2021 | 2025-03-11T21:23:02.527Z | Compiling bitflags v1.3.2 |
2022 | 2025-03-11T21:23:02.568Z | Compiling unicode-width v0.2.0 |
2023 | 2025-03-11T21:23:02.656Z | Compiling lockfree-object-pool v0.1.6 |
2024 | 2025-03-11T21:23:02.939Z | Compiling zopfli v0.8.1 |
2025 | 2025-03-11T21:23:03.111Z | Compiling console v0.15.10 |
2026 | 2025-03-11T21:23:03.471Z | Compiling tower v0.5.2 |
2027 | 2025-03-11T21:23:04.225Z | Compiling typify-impl v0.2.0 |
2028 | 2025-03-11T21:23:04.291Z | Compiling elliptic-curve v0.13.8 |
2029 | 2025-03-11T21:23:04.551Z | Compiling hickory-resolver v0.24.4 |
2030 | 2025-03-11T21:23:05.004Z | Compiling clap_builder v4.5.31 |
2031 | 2025-03-11T21:23:07.800Z | Compiling hyper-rustls v0.27.3 |
2032 | 2025-03-11T21:23:10.534Z | Compiling phf v0.11.2 |
2033 | 2025-03-11T21:23:10.835Z | Compiling hyper-tls v0.6.0 |
2034 | 2025-03-11T21:23:11.114Z | Compiling signal-hook-mio v0.2.4 |
2035 | 2025-03-11T21:23:11.280Z | Compiling rayon v1.10.0 |
2036 | 2025-03-11T21:23:11.303Z | Compiling cookie_store v0.21.1 |
2037 | 2025-03-11T21:23:11.469Z | Compiling tokio-tungstenite v0.24.0 |
2038 | 2025-03-11T21:23:11.821Z | Compiling postgres-types v0.2.9 |
2039 | 2025-03-11T21:23:12.550Z | Compiling zerocopy v0.6.6 |
2040 | 2025-03-11T21:23:12.703Z | Compiling ed25519 v2.2.3 |
2041 | 2025-03-11T21:23:13.095Z | Compiling hubpack v0.1.2 |
2042 | 2025-03-11T21:23:13.371Z | Compiling phf_shared v0.10.0 |
2043 | 2025-03-11T21:23:13.562Z | Compiling pkcs1 v0.7.5 |
2044 | 2025-03-11T21:23:13.907Z | Compiling tokio-stream v0.1.17 |
2045 | 2025-03-11T21:23:14.867Z | Compiling ipnetwork v0.21.1 |
2046 | 2025-03-11T21:23:14.911Z | Compiling rfc6979 v0.4.0 |
2047 | 2025-03-11T21:23:15.403Z | Compiling serde-big-array v0.5.1 |
2048 | 2025-03-11T21:23:15.662Z | Compiling float-cmp v0.10.0 |
2049 | 2025-03-11T21:23:15.718Z | Compiling bstr v1.10.0 |
2050 | 2025-03-11T21:23:16.957Z | Compiling normalize-line-endings v0.3.0 |
2051 | 2025-03-11T21:23:17.135Z | Compiling whoami v1.5.2 |
2052 | 2025-03-11T21:23:17.164Z | Compiling static_assertions v1.1.0 |
2053 | 2025-03-11T21:23:17.291Z | Compiling fixedbitset v0.4.2 |
2054 | 2025-03-11T21:23:17.655Z | Compiling precomputed-hash v0.1.1 |
2055 | 2025-03-11T21:23:17.806Z | Compiling unicode-segmentation v1.12.0 |
2056 | 2025-03-11T21:23:18.172Z | Compiling number_prefix v0.4.0 |
2057 | 2025-03-11T21:23:18.239Z | Compiling difflib v0.4.0 |
2058 | 2025-03-11T21:23:18.427Z | Compiling new_debug_unreachable v1.0.6 |
2059 | 2025-03-11T21:23:18.544Z | Compiling predicates-core v1.0.8 |
2060 | 2025-03-11T21:23:18.565Z | Compiling string_cache v0.8.7 |
2061 | 2025-03-11T21:23:18.614Z | Compiling similar v2.7.0 |
2062 | 2025-03-11T21:23:18.849Z | Compiling predicates v3.1.3 |
2063 | 2025-03-11T21:23:18.925Z | Compiling indicatif v0.17.11 |
2064 | 2025-03-11T21:23:19.294Z | Compiling petgraph v0.6.5 |
2065 | 2025-03-11T21:23:20.156Z | Compiling tokio-postgres v0.7.13 |
2066 | 2025-03-11T21:23:20.404Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2067 | 2025-03-11T21:23:20.893Z | Compiling ecdsa v0.16.9 |
2068 | 2025-03-11T21:23:20.931Z | Compiling qorb v0.2.1 |
2069 | 2025-03-11T21:23:22.151Z | Compiling rsa v0.9.6 |
2070 | 2025-03-11T21:23:22.913Z | Compiling typify-macro v0.2.0 |
2071 | 2025-03-11T21:23:25.061Z | Compiling reqwest v0.12.12 |
2072 | 2025-03-11T21:23:25.719Z | Compiling ed25519-dalek v2.1.1 |
2073 | 2025-03-11T21:23:26.718Z | Compiling crossterm v0.28.1 |
2074 | 2025-03-11T21:23:26.738Z | Compiling clap v4.5.31 |
2075 | 2025-03-11T21:23:27.129Z | Compiling zip v0.6.6 |
2076 | 2025-03-11T21:23:27.767Z | Compiling toml v0.7.8 |
2077 | 2025-03-11T21:23:27.972Z | Compiling x509-cert v0.2.5 |
2078 | 2025-03-11T21:23:29.075Z | Compiling hex v0.4.3 |
2079 | 2025-03-11T21:23:29.704Z | Compiling itertools v0.10.5 |
2080 | 2025-03-11T21:23:32.056Z | Compiling unicode-xid v0.2.6 |
2081 | 2025-03-11T21:23:32.287Z | Compiling peg-runtime v0.8.5 |
2082 | 2025-03-11T21:23:32.696Z | Compiling lalrpop-util v0.19.12 |
2083 | 2025-03-11T21:23:35.439Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2084 | 2025-03-11T21:23:39.573Z | Compiling proc-macro-crate v1.3.1 |
2085 | 2025-03-11T21:23:40.282Z | Compiling macaddr v1.0.1 |
2086 | 2025-03-11T21:23:40.647Z | Compiling itertools v0.13.0 |
2087 | 2025-03-11T21:23:41.990Z | Compiling heapless v0.8.0 |
2088 | 2025-03-11T21:23:43.334Z | Compiling fastrand v2.1.1 |
2089 | 2025-03-11T21:23:44.028Z | Compiling tempfile v3.13.0 |
2090 | 2025-03-11T21:23:44.184Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2091 | 2025-03-11T21:23:49.545Z | Compiling num_enum_derive v0.5.11 |
2092 | 2025-03-11T21:23:53.822Z | Compiling structmeta-derive v0.3.0 |
2093 | 2025-03-11T21:23:55.333Z | Compiling hash32 v0.3.1 |
2094 | 2025-03-11T21:23:56.194Z | Compiling smoltcp v0.11.0 |
2095 | 2025-03-11T21:23:56.366Z | Compiling thiserror v2.0.11 |
2096 | 2025-03-11T21:23:57.207Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2097 | 2025-03-11T21:24:01.394Z | Compiling structmeta v0.3.0 |
2098 | 2025-03-11T21:24:02.736Z | Compiling num_enum v0.5.11 |
2099 | 2025-03-11T21:24:02.935Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2025-03-11T21:24:03.530Z | Compiling typify v0.2.0 |
2101 | 2025-03-11T21:24:03.680Z | Compiling oxnet v0.1.1 |
2102 | 2025-03-11T21:24:04.367Z | Compiling strum_macros v0.26.4 |
2103 | 2025-03-11T21:24:05.200Z | Compiling thiserror-impl v2.0.11 |
2104 | 2025-03-11T21:24:07.406Z | Compiling proc-macro-error-attr v1.0.4 |
2105 | 2025-03-11T21:24:08.571Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2106 | 2025-03-11T21:24:08.633Z | Compiling cobs v0.2.3 |
2107 | 2025-03-11T21:24:08.909Z | Compiling unsafe-libyaml v0.2.11 |
2108 | 2025-03-11T21:24:10.445Z | Compiling serde_yaml v0.9.34+deprecated |
2109 | 2025-03-11T21:24:10.946Z | Compiling postcard v1.0.10 |
2110 | 2025-03-11T21:24:11.684Z | Compiling strum v0.26.3 |
2111 | 2025-03-11T21:24:25.772Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2112 | 2025-03-11T21:24:25.985Z | Compiling progenitor-impl v0.8.0 |
2113 | 2025-03-11T21:24:36.208Z | Compiling foreign-types-macros v0.2.3 |
2114 | 2025-03-11T21:24:36.249Z | Compiling wait-timeout v0.2.0 |
2115 | 2025-03-11T21:24:36.408Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2116 | 2025-03-11T21:24:36.443Z | Compiling proc-macro-error v1.0.4 |
2117 | 2025-03-11T21:24:36.799Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2118 | 2025-03-11T21:24:37.532Z | Compiling bit-vec v0.8.0 |
2119 | 2025-03-11T21:24:37.705Z | Compiling unicode-width v0.1.14 |
2120 | 2025-03-11T21:24:38.333Z | Compiling foreign-types-shared v0.3.1 |
2121 | 2025-03-11T21:24:38.399Z | Compiling tabwriter v1.4.0 |
2122 | 2025-03-11T21:24:38.442Z | Compiling foreign-types v0.5.0 |
2123 | 2025-03-11T21:24:38.479Z | Compiling bit-set v0.8.0 |
2124 | 2025-03-11T21:24:44.900Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2125 | 2025-03-11T21:24:46.304Z | Compiling rusty-fork v0.3.0 |
2126 | 2025-03-11T21:24:49.213Z | Compiling progenitor-macro v0.8.0 |
2127 | 2025-03-11T21:24:53.277Z | Compiling parse-display-derive v0.10.0 |
2128 | 2025-03-11T21:24:54.702Z | Compiling progenitor-client v0.8.0 |
2129 | 2025-03-11T21:24:56.855Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2130 | 2025-03-11T21:24:57.709Z | Compiling daft-derive v0.1.1 |
2131 | 2025-03-11T21:24:58.710Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2132 | 2025-03-11T21:24:59.156Z | Compiling rand_xorshift v0.3.0 |
2133 | 2025-03-11T21:24:59.199Z | Compiling cstr-argument v0.1.2 |
2134 | 2025-03-11T21:24:59.479Z | Compiling dropshot v0.16.0 |
2135 | 2025-03-11T21:24:59.496Z | Compiling crucible-workspace-hack v0.1.0 |
2136 | 2025-03-11T21:24:59.567Z | Compiling unarray v0.1.4 |
2137 | 2025-03-11T21:24:59.813Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2138 | 2025-03-11T21:24:59.816Z | Compiling pretty-hex v0.2.1 |
2139 | 2025-03-11T21:25:00.074Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2140 | 2025-03-11T21:25:00.328Z | Compiling proptest v1.6.0 |
2141 | 2025-03-11T21:25:00.506Z | Compiling progenitor v0.8.0 |
2142 | 2025-03-11T21:25:00.612Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2143 | 2025-03-11T21:25:00.748Z | Compiling daft v0.1.1 |
2144 | 2025-03-11T21:25:00.807Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2145 | 2025-03-11T21:25:01.021Z | Compiling parse-display v0.10.0 |
2146 | 2025-03-11T21:25:01.505Z | Compiling test-strategy v0.4.0 |
2147 | 2025-03-11T21:25:01.958Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2148 | 2025-03-11T21:25:02.203Z | Compiling colored v2.2.0 |
2149 | 2025-03-11T21:25:02.997Z | Compiling serde_with_macros v3.12.0 |
2150 | 2025-03-11T21:25:03.616Z | Compiling dropshot_endpoint v0.16.0 |
2151 | 2025-03-11T21:25:04.675Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2152 | 2025-03-11T21:25:05.348Z | Compiling instant v0.1.13 |
2153 | 2025-03-11T21:25:05.458Z | Compiling winnow v0.6.20 |
2154 | 2025-03-11T21:25:05.552Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2155 | 2025-03-11T21:25:05.992Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2156 | 2025-03-11T21:25:07.115Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2157 | 2025-03-11T21:25:07.568Z | Compiling backoff v0.4.0 |
2158 | 2025-03-11T21:25:07.968Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2159 | 2025-03-11T21:25:08.222Z | Compiling serde_with v3.12.0 |
2160 | 2025-03-11T21:25:08.317Z | Compiling zone_cfg_derive v0.3.0 |
2161 | 2025-03-11T21:25:08.997Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2162 | 2025-03-11T21:25:09.787Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2163 | 2025-03-11T21:25:09.804Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2164 | 2025-03-11T21:25:10.670Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2165 | 2025-03-11T21:25:11.120Z | Compiling camino-tempfile v1.1.1 |
2166 | 2025-03-11T21:25:11.909Z | Compiling progenitor-client v0.9.1 |
2167 | 2025-03-11T21:25:12.415Z | Compiling num-derive v0.4.2 |
2168 | 2025-03-11T21:25:12.906Z | Compiling sigpipe v0.1.3 |
2169 | 2025-03-11T21:25:13.074Z | Compiling libefi-sys v0.1.0 |
2170 | 2025-03-11T21:25:13.433Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2171 | 2025-03-11T21:25:13.842Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2172 | 2025-03-11T21:25:14.675Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2173 | 2025-03-11T21:25:16.286Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2174 | 2025-03-11T21:25:17.070Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2175 | 2025-03-11T21:25:17.962Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2176 | 2025-03-11T21:25:18.541Z | Compiling zone v0.3.0 |
2177 | 2025-03-11T21:25:19.291Z | Compiling itertools v0.14.0 |
2178 | 2025-03-11T21:25:20.510Z | Compiling smf v0.2.3 |
2179 | 2025-03-11T21:25:21.140Z | Compiling bitfield-struct v0.6.2 |
2180 | 2025-03-11T21:25:21.896Z | Compiling blake3 v1.5.4 |
2181 | 2025-03-11T21:25:22.520Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2182 | 2025-03-11T21:25:22.863Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2183 | 2025-03-11T21:25:23.141Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2184 | 2025-03-11T21:25:23.177Z | Compiling xattr v1.3.1 |
2185 | 2025-03-11T21:25:23.521Z | Compiling filetime v0.2.25 |
2186 | 2025-03-11T21:25:23.541Z | Compiling memmap2 v0.9.5 |
2187 | 2025-03-11T21:25:23.628Z | Compiling constant_time_eq v0.3.1 |
2188 | 2025-03-11T21:25:23.847Z | Compiling same-file v1.0.6 |
2189 | 2025-03-11T21:25:23.910Z | Compiling arrayref v0.3.9 |
2190 | 2025-03-11T21:25:24.040Z | Compiling arrayvec v0.7.6 |
2191 | 2025-03-11T21:25:24.124Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2192 | 2025-03-11T21:25:24.158Z | Compiling walkdir v2.5.0 |
2193 | 2025-03-11T21:25:24.248Z | Compiling tar v0.4.44 |
2194 | 2025-03-11T21:25:24.278Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2195 | 2025-03-11T21:25:25.785Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2196 | 2025-03-11T21:25:26.223Z | Compiling gethostname v0.5.0 |
2197 | 2025-03-11T21:25:26.464Z | Compiling cargo-platform v0.1.8 |
2198 | 2025-03-11T21:25:26.923Z | Compiling topological-sort v0.2.2 |
2199 | 2025-03-11T21:25:27.078Z | Compiling fixedbitset v0.5.7 |
2200 | 2025-03-11T21:25:27.230Z | Compiling omicron-zone-package v0.12.0 |
2201 | 2025-03-11T21:25:27.589Z | Compiling petgraph v0.7.1 |
2202 | 2025-03-11T21:25:28.033Z | Compiling cargo_metadata v0.19.2 |
2203 | 2025-03-11T21:25:28.260Z | Compiling indent_write v2.2.0 |
2204 | 2025-03-11T21:25:28.530Z | Compiling shell-words v1.1.0 |
2205 | 2025-03-11T21:25:34.862Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2206 | 2025-03-11T21:25:36.428Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2207 | 2025-03-11T21:25:38.423Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2208 | 2025-03-11T21:25:56.922Z | Finished `release` profile [optimized] target(s) in 5m 22s |
2209 | 2025-03-11T21:25:57.108Z | Running `target/release/omicron-package -t test target create -p dev` |
2210 | 2025-03-11T21:25:57.163Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2211 | 2025-03-11T21:25:57.166Z | Created new build target 'test' and set it as active |
2212 | 2025-03-11T21:25:57.166Z | |
2213 | 2025-03-11T21:25:57.166Z | real 5:22.765864575 |
2214 | 2025-03-11T21:25:57.166Z | user 37:28.997143637 |
2215 | 2025-03-11T21:25:57.166Z | sys 3:38.032379510 |
2216 | 2025-03-11T21:25:57.166Z | trap 1.185210267 |
2217 | 2025-03-11T21:25:57.167Z | tflt 1.722749209 |
2218 | 2025-03-11T21:25:57.167Z | dflt 0.863025675 |
2219 | 2025-03-11T21:25:57.167Z | kflt 0.000127932 |
2220 | 2025-03-11T21:25:57.167Z | lock 1:14:15.347195795 |
2221 | 2025-03-11T21:25:57.167Z | slp 2:31:55.444824286 |
2222 | 2025-03-11T21:25:57.167Z | lat 2:50.940996836 |
2223 | 2025-03-11T21:25:57.167Z | stop 5:04.810945008 |
2224 | 2025-03-11T21:25:57.167Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2225 | 2025-03-11T21:25:58.213Z | Finished `release` profile [optimized] target(s) in 0.98s |
2226 | 2025-03-11T21:25:58.286Z | Running `target/release/omicron-package -t test package` |
2227 | 2025-03-11T21:25:58.336Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2228 | 2025-03-11T21:25:59.574Z | Compiling ring v0.17.11 |
2229 | 2025-03-11T21:25:59.759Z | Compiling thiserror v2.0.11 |
2230 | 2025-03-11T21:25:59.778Z | Compiling typify-impl v0.3.0 |
2231 | 2025-03-11T21:25:59.796Z | Compiling convert_case v0.4.0 |
2232 | 2025-03-11T21:25:59.799Z | Compiling fastrand v2.1.1 |
2233 | 2025-03-11T21:25:59.799Z | Compiling newline-converter v0.3.0 |
2234 | 2025-03-11T21:25:59.799Z | Compiling password-hash v0.5.0 |
2235 | 2025-03-11T21:26:00.041Z | Compiling expectorate v1.1.0 |
2236 | 2025-03-11T21:26:00.279Z | Compiling tempfile v3.13.0 |
2237 | 2025-03-11T21:26:00.308Z | Compiling blake2 v0.10.6 |
2238 | 2025-03-11T21:26:00.434Z | Compiling derive_more v0.99.19 |
2239 | 2025-03-11T21:26:00.979Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2240 | 2025-03-11T21:26:01.504Z | Compiling base64 v0.21.7 |
2241 | 2025-03-11T21:26:01.833Z | Compiling argon2 v0.5.3 |
2242 | 2025-03-11T21:26:02.093Z | Compiling atomicwrites v0.4.4 |
2243 | 2025-03-11T21:26:02.595Z | Compiling cancel-safe-futures v0.1.5 |
2244 | 2025-03-11T21:26:02.626Z | Compiling owo-colors v4.2.0 |
2245 | 2025-03-11T21:26:02.988Z | Compiling num-rational v0.4.2 |
2246 | 2025-03-11T21:26:03.230Z | Compiling libsw-core v0.3.1 |
2247 | 2025-03-11T21:26:03.516Z | Compiling num-complex v0.4.6 |
2248 | 2025-03-11T21:26:04.051Z | Compiling libsw v3.4.0 |
2249 | 2025-03-11T21:26:04.626Z | Compiling num v0.4.3 |
2250 | 2025-03-11T21:26:04.756Z | Compiling rustls v0.23.19 |
2251 | 2025-03-11T21:26:04.789Z | Compiling rustls v0.22.4 |
2252 | 2025-03-11T21:26:05.306Z | Compiling linear-map v1.2.0 |
2253 | 2025-03-11T21:26:05.489Z | Compiling float-ord v0.3.2 |
2254 | 2025-03-11T21:26:05.674Z | Compiling swrite v0.1.0 |
2255 | 2025-03-11T21:26:05.722Z | Compiling highway v1.3.0 |
2256 | 2025-03-11T21:26:05.805Z | Compiling tungstenite v0.21.0 |
2257 | 2025-03-11T21:26:05.847Z | Compiling semver v0.1.20 |
2258 | 2025-03-11T21:26:06.399Z | Compiling rustc_version v0.1.7 |
2259 | 2025-03-11T21:26:06.777Z | Compiling newtype_derive v0.1.6 |
2260 | 2025-03-11T21:26:06.807Z | Compiling ipnetwork v0.21.1 |
2261 | 2025-03-11T21:26:07.125Z | Compiling tokio-tungstenite v0.21.0 |
2262 | 2025-03-11T21:26:07.253Z | Compiling wait-timeout v0.2.0 |
2263 | 2025-03-11T21:26:07.547Z | Compiling rustls-webpki v0.102.8 |
2264 | 2025-03-11T21:26:07.707Z | Compiling bit-vec v0.8.0 |
2265 | 2025-03-11T21:26:07.746Z | Compiling rusty-fork v0.3.0 |
2266 | 2025-03-11T21:26:08.179Z | Compiling bit-set v0.8.0 |
2267 | 2025-03-11T21:26:08.329Z | Compiling oxnet v0.1.1 |
2268 | 2025-03-11T21:26:09.051Z | Compiling rand_xorshift v0.3.0 |
2269 | 2025-03-11T21:26:09.164Z | Compiling unarray v0.1.4 |
2270 | 2025-03-11T21:26:09.308Z | Compiling humantime v2.1.0 |
2271 | 2025-03-11T21:26:09.364Z | Compiling proptest v1.6.0 |
2272 | 2025-03-11T21:26:09.936Z | Compiling typify-macro v0.3.0 |
2273 | 2025-03-11T21:26:10.285Z | Compiling daft v0.1.1 |
2274 | 2025-03-11T21:26:10.741Z | Compiling parse-display v0.10.0 |
2275 | 2025-03-11T21:26:10.892Z | Compiling dropshot v0.16.0 |
2276 | 2025-03-11T21:26:10.974Z | Compiling strum v0.26.3 |
2277 | 2025-03-11T21:26:11.187Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2278 | 2025-03-11T21:26:11.257Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2279 | 2025-03-11T21:26:11.373Z | Compiling instant v0.1.13 |
2280 | 2025-03-11T21:26:11.551Z | Compiling backoff v0.4.0 |
2281 | 2025-03-11T21:26:11.919Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2282 | 2025-03-11T21:26:12.408Z | Compiling steno v0.4.1 |
2283 | 2025-03-11T21:26:12.841Z | Compiling tokio-rustls v0.25.0 |
2284 | 2025-03-11T21:26:13.280Z | Compiling dropshot v0.12.0 |
2285 | 2025-03-11T21:26:13.971Z | Compiling typify v0.3.0 |
2286 | 2025-03-11T21:26:14.136Z | Compiling progenitor-impl v0.9.1 |
2287 | 2025-03-11T21:26:15.826Z | Compiling tokio-rustls v0.26.0 |
2288 | 2025-03-11T21:26:16.320Z | Compiling hyper-rustls v0.27.3 |
2289 | 2025-03-11T21:26:16.829Z | Compiling reqwest v0.12.12 |
2290 | 2025-03-11T21:26:20.060Z | Compiling qorb v0.2.1 |
2291 | 2025-03-11T21:26:21.361Z | Compiling progenitor-macro v0.9.1 |
2292 | 2025-03-11T21:26:25.227Z | Compiling progenitor-client v0.9.1 |
2293 | 2025-03-11T21:26:25.820Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2294 | 2025-03-11T21:26:26.382Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2295 | 2025-03-11T21:26:51.328Z | Compiling progenitor-client v0.8.0 |
2296 | 2025-03-11T21:26:52.252Z | Compiling progenitor v0.8.0 |
2297 | 2025-03-11T21:26:52.500Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2298 | 2025-03-11T21:26:55.967Z | Compiling progenitor v0.9.1 |
2299 | 2025-03-11T21:26:56.227Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2300 | 2025-03-11T21:26:57.744Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2301 | 2025-03-11T21:26:58.010Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2302 | 2025-03-11T21:26:58.659Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2303 | 2025-03-11T21:26:59.407Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2304 | 2025-03-11T21:27:00.759Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2305 | 2025-03-11T21:27:05.973Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2306 | 2025-03-11T21:27:06.563Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2307 | 2025-03-11T21:27:06.842Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2308 | 2025-03-11T21:27:07.066Z | Compiling serde_with v3.12.0 |
2309 | 2025-03-11T21:27:10.849Z | Compiling macaddr v1.0.1 |
2310 | 2025-03-11T21:27:11.302Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2311 | 2025-03-11T21:27:11.497Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2312 | 2025-03-11T21:27:11.904Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2313 | 2025-03-11T21:27:13.087Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2314 | 2025-03-11T21:27:14.327Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2315 | 2025-03-11T21:27:17.399Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2316 | 2025-03-11T21:27:19.820Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2317 | 2025-03-11T21:27:22.332Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2318 | 2025-03-11T21:27:26.300Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2319 | 2025-03-11T21:27:27.126Z | Compiling slog-dtrace v0.3.0 |
2320 | 2025-03-11T21:27:28.440Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2321 | 2025-03-11T21:27:30.409Z | Compiling prettyplease v0.2.30 |
2322 | 2025-03-11T21:27:34.152Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2323 | 2025-03-11T21:27:37.287Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2324 | 2025-03-11T21:27:38.371Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2325 | 2025-03-11T21:27:38.688Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2326 | 2025-03-11T21:27:39.432Z | Compiling half v2.4.1 |
2327 | 2025-03-11T21:27:40.121Z | Compiling ciborium-io v0.2.2 |
2328 | 2025-03-11T21:27:40.180Z | Compiling bytecount v0.6.8 |
2329 | 2025-03-11T21:27:40.291Z | Compiling ciborium-ll v0.2.2 |
2330 | 2025-03-11T21:27:40.488Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2331 | 2025-03-11T21:27:40.841Z | Compiling ciborium v0.2.2 |
2332 | 2025-03-11T21:27:42.281Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2333 | 2025-03-11T21:27:42.727Z | Compiling display-error-chain v0.2.2 |
2334 | 2025-03-11T21:27:42.825Z | Compiling const_format_proc_macros v0.2.34 |
2335 | 2025-03-11T21:27:42.988Z | Compiling keccak v0.1.5 |
2336 | 2025-03-11T21:27:44.142Z | Compiling maplit v1.0.2 |
2337 | 2025-03-11T21:27:44.289Z | Compiling crunchy v0.2.2 |
2338 | 2025-03-11T21:27:44.603Z | Compiling same-file v1.0.6 |
2339 | 2025-03-11T21:27:44.797Z | Compiling walkdir v2.5.0 |
2340 | 2025-03-11T21:27:44.868Z | Compiling const_format v0.2.34 |
2341 | 2025-03-11T21:27:45.492Z | Compiling sha3 v0.10.8 |
2342 | 2025-03-11T21:27:46.128Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2343 | 2025-03-11T21:27:46.379Z | Compiling tiny-keccak v2.0.2 |
2344 | 2025-03-11T21:27:46.714Z | Compiling radium v0.7.0 |
2345 | 2025-03-11T21:27:46.769Z | Compiling blake3 v1.5.4 |
2346 | 2025-03-11T21:27:47.464Z | Compiling dsl_auto_type v0.1.2 |
2347 | 2025-03-11T21:27:47.500Z | Compiling scheduled-thread-pool v0.2.7 |
2348 | 2025-03-11T21:27:47.973Z | Compiling xattr v1.3.1 |
2349 | 2025-03-11T21:27:48.283Z | Compiling diesel_table_macro_syntax v0.2.0 |
2350 | 2025-03-11T21:27:48.682Z | Compiling filetime v0.2.25 |
2351 | 2025-03-11T21:27:48.703Z | Compiling memmap2 v0.9.5 |
2352 | 2025-03-11T21:27:48.834Z | Compiling bit-vec v0.6.3 |
2353 | 2025-03-11T21:27:48.991Z | Compiling constant_time_eq v0.3.1 |
2354 | 2025-03-11T21:27:49.093Z | Compiling maybe-uninit v2.0.0 |
2355 | 2025-03-11T21:27:49.174Z | Compiling arrayref v0.3.9 |
2356 | 2025-03-11T21:27:49.241Z | Compiling arrayvec v0.7.6 |
2357 | 2025-03-11T21:27:49.295Z | Compiling tap v1.0.1 |
2358 | 2025-03-11T21:27:49.500Z | Compiling wyz v0.5.1 |
2359 | 2025-03-11T21:27:49.670Z | Compiling bit-set v0.5.3 |
2360 | 2025-03-11T21:27:49.953Z | Compiling tar v0.4.44 |
2361 | 2025-03-11T21:27:49.971Z | Compiling diesel_derives v2.2.3 |
2362 | 2025-03-11T21:27:50.696Z | Compiling r2d2 v0.8.10 |
2363 | 2025-03-11T21:27:51.660Z | Compiling toolchain_find v0.4.0 |
2364 | 2025-03-11T21:27:51.728Z | Compiling camino-tempfile v1.1.1 |
2365 | 2025-03-11T21:27:52.019Z | Compiling phf_generator v0.11.2 |
2366 | 2025-03-11T21:27:52.170Z | Compiling ascii-canvas v3.0.0 |
2367 | 2025-03-11T21:27:52.209Z | Compiling secrecy v0.8.0 |
2368 | 2025-03-11T21:27:52.243Z | Compiling async-recursion v1.1.1 |
2369 | 2025-03-11T21:27:52.507Z | Compiling ena v0.14.3 |
2370 | 2025-03-11T21:27:52.615Z | Compiling bindgen v0.71.1 |
2371 | 2025-03-11T21:27:52.816Z | Compiling topological-sort v0.2.2 |
2372 | 2025-03-11T21:27:52.937Z | Compiling packed_struct v0.10.1 |
2373 | 2025-03-11T21:27:53.079Z | Compiling funty v2.0.0 |
2374 | 2025-03-11T21:27:53.101Z | Compiling crc-catalog v2.4.0 |
2375 | 2025-03-11T21:27:53.289Z | Compiling regex-syntax v0.6.29 |
2376 | 2025-03-11T21:27:53.420Z | Compiling diff v0.1.13 |
2377 | 2025-03-11T21:27:53.599Z | Compiling crc v3.2.1 |
2378 | 2025-03-11T21:27:53.949Z | Compiling omicron-zone-package v0.12.0 |
2379 | 2025-03-11T21:27:54.597Z | Compiling bitvec v1.0.1 |
2380 | 2025-03-11T21:27:55.588Z | Compiling phf_codegen v0.11.2 |
2381 | 2025-03-11T21:27:55.803Z | Compiling rustfmt-wrapper v0.2.1 |
2382 | 2025-03-11T21:27:55.962Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2383 | 2025-03-11T21:27:56.659Z | Compiling lalrpop v0.19.12 |
2384 | 2025-03-11T21:27:57.079Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2385 | 2025-03-11T21:27:57.352Z | Compiling universal-hash v0.5.1 |
2386 | 2025-03-11T21:27:57.628Z | Compiling packed_struct_codegen v0.10.1 |
2387 | 2025-03-11T21:27:58.213Z | Compiling thiserror-impl-no-std v2.0.2 |
2388 | 2025-03-11T21:27:58.761Z | Compiling parse-zoneinfo v0.3.1 |
2389 | 2025-03-11T21:27:59.152Z | Compiling indexmap v1.9.3 |
2390 | 2025-03-11T21:27:59.507Z | Compiling rustc-hash v2.1.1 |
2391 | 2025-03-11T21:27:59.730Z | Compiling nodrop v0.1.14 |
2392 | 2025-03-11T21:27:59.901Z | Compiling opaque-debug v0.3.1 |
2393 | 2025-03-11T21:27:59.922Z | Compiling ref-cast v1.0.23 |
2394 | 2025-03-11T21:28:00.031Z | Compiling poly1305 v0.8.0 |
2395 | 2025-03-11T21:28:00.520Z | Compiling array-init v0.0.4 |
2396 | 2025-03-11T21:28:00.559Z | Compiling thiserror-no-std v2.0.2 |
2397 | 2025-03-11T21:28:00.579Z | Compiling diesel v2.2.8 |
2398 | 2025-03-11T21:28:01.557Z | Compiling chrono-tz-build v0.4.0 |
2399 | 2025-03-11T21:28:01.577Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2400 | 2025-03-11T21:28:02.582Z | Compiling smallvec v0.6.14 |
2401 | 2025-03-11T21:28:03.112Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2402 | 2025-03-11T21:28:03.475Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2403 | 2025-03-11T21:28:03.814Z | Compiling itertools v0.13.0 |
2404 | 2025-03-11T21:28:04.106Z | Compiling derive_builder_core v0.20.2 |
2405 | 2025-03-11T21:28:06.001Z | Compiling chacha20 v0.9.1 |
2406 | 2025-03-11T21:28:06.511Z | Compiling headers-core v0.3.0 |
2407 | 2025-03-11T21:28:06.715Z | Compiling aead v0.5.2 |
2408 | 2025-03-11T21:28:07.099Z | Compiling libxml v0.3.3 |
2409 | 2025-03-11T21:28:07.451Z | Compiling ref-cast-impl v1.0.23 |
2410 | 2025-03-11T21:28:07.544Z | Compiling vte_generate_state_changes v0.1.2 |
2411 | 2025-03-11T21:28:08.157Z | Compiling arc-swap v1.7.1 |
2412 | 2025-03-11T21:28:08.526Z | Compiling bitfield v0.14.0 |
2413 | 2025-03-11T21:28:08.763Z | Compiling hashbrown v0.12.3 |
2414 | 2025-03-11T21:28:08.855Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2415 | 2025-03-11T21:28:09.208Z | Compiling termcolor v1.4.1 |
2416 | 2025-03-11T21:28:10.201Z | Compiling env_logger v0.10.2 |
2417 | 2025-03-11T21:28:11.126Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2418 | 2025-03-11T21:28:12.870Z | Compiling slog-scope v4.4.0 |
2419 | 2025-03-11T21:28:13.386Z | Compiling samael v0.0.18 |
2420 | 2025-03-11T21:28:13.538Z | Compiling vte v0.11.1 |
2421 | 2025-03-11T21:28:13.816Z | Compiling chacha20poly1305 v0.10.1 |
2422 | 2025-03-11T21:28:14.078Z | Compiling headers v0.4.0 |
2423 | 2025-03-11T21:28:14.940Z | Compiling derive_builder_macro v0.20.2 |
2424 | 2025-03-11T21:28:15.137Z | Compiling serde-hex v0.1.0 |
2425 | 2025-03-11T21:28:15.847Z | Compiling chrono-tz v0.10.1 |
2426 | 2025-03-11T21:28:16.632Z | Compiling vsss-rs v3.3.4 |
2427 | 2025-03-11T21:28:17.746Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2428 | 2025-03-11T21:28:18.167Z | Compiling polar-core v0.27.3 |
2429 | 2025-03-11T21:28:20.238Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2430 | 2025-03-11T21:28:20.547Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2431 | 2025-03-11T21:28:20.580Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2432 | 2025-03-11T21:28:20.583Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2433 | 2025-03-11T21:28:20.947Z | Compiling ron v0.8.1 |
2434 | 2025-03-11T21:28:22.713Z | Compiling hashbrown v0.13.2 |
2435 | 2025-03-11T21:28:24.002Z | Compiling strum_macros v0.24.3 |
2436 | 2025-03-11T21:28:25.024Z | Compiling unicase v2.7.0 |
2437 | 2025-03-11T21:28:25.408Z | Compiling crc-any v2.5.0 |
2438 | 2025-03-11T21:28:26.415Z | Compiling indoc v1.0.9 |
2439 | 2025-03-11T21:28:26.839Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2440 | 2025-03-11T21:28:26.891Z | Compiling object v0.30.4 |
2441 | 2025-03-11T21:28:27.235Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2442 | 2025-03-11T21:28:42.352Z | Compiling derive_builder v0.20.2 |
2443 | 2025-03-11T21:28:44.017Z | Compiling strip-ansi-escapes v0.2.0 |
2444 | 2025-03-11T21:28:44.802Z | Compiling slog-stdlog v4.1.1 |
2445 | 2025-03-11T21:28:46.667Z | Compiling papergrid v0.11.0 |
2446 | 2025-03-11T21:28:46.803Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2447 | 2025-03-11T21:28:47.162Z | Compiling tabled_derive v0.7.0 |
2448 | 2025-03-11T21:28:48.730Z | Compiling fd-lock v4.0.2 |
2449 | 2025-03-11T21:28:49.003Z | Compiling peg-macros v0.8.5 |
2450 | 2025-03-11T21:28:49.171Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2451 | 2025-03-11T21:28:50.161Z | Compiling impl-trait-for-tuples v0.2.2 |
2452 | 2025-03-11T21:28:52.263Z | Compiling oso-derive v0.27.3 |
2453 | 2025-03-11T21:28:53.245Z | Compiling quick-xml v0.37.2 |
2454 | 2025-03-11T21:28:56.003Z | Compiling diesel-dtrace v0.4.2 |
2455 | 2025-03-11T21:28:56.372Z | Compiling path-slash v0.1.5 |
2456 | 2025-03-11T21:28:56.667Z | Compiling nu-ansi-term v0.50.1 |
2457 | 2025-03-11T21:28:57.971Z | Compiling reedline v0.38.0 |
2458 | 2025-03-11T21:29:00.122Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2459 | 2025-03-11T21:29:00.387Z | Compiling oso v0.27.3 |
2460 | 2025-03-11T21:29:12.295Z | Compiling peg v0.8.5 |
2461 | 2025-03-11T21:29:12.475Z | Compiling tabled v0.15.0 |
2462 | 2025-03-11T21:29:15.732Z | Compiling slog-envlogger v2.2.0 |
2463 | 2025-03-11T21:29:18.268Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2464 | 2025-03-11T21:29:18.935Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2465 | 2025-03-11T21:29:20.469Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2466 | 2025-03-11T21:29:20.836Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2467 | 2025-03-11T21:29:22.264Z | Compiling pem v3.0.5 |
2468 | 2025-03-11T21:29:23.749Z | Compiling bb8 v0.8.5 |
2469 | 2025-03-11T21:29:24.350Z | Compiling bcs v0.1.6 |
2470 | 2025-03-11T21:29:25.193Z | Compiling fxhash v0.2.1 |
2471 | 2025-03-11T21:29:25.468Z | Compiling libz-sys v1.1.20 |
2472 | 2025-03-11T21:29:26.213Z | Compiling termtree v0.5.1 |
2473 | 2025-03-11T21:29:26.652Z | Compiling async-bb8-diesel v0.2.1 |
2474 | 2025-03-11T21:29:28.252Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2475 | 2025-03-11T21:29:30.445Z | Compiling kstat-rs v0.2.4 |
2476 | 2025-03-11T21:29:31.346Z | Compiling proc-macro-error-attr2 v2.0.0 |
2477 | 2025-03-11T21:29:31.378Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2478 | 2025-03-11T21:29:32.143Z | Compiling proc-macro-error2 v2.0.1 |
2479 | 2025-03-11T21:29:32.703Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2480 | 2025-03-11T21:29:32.739Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2481 | 2025-03-11T21:29:33.192Z | Compiling nanorand v0.7.0 |
2482 | 2025-03-11T21:29:33.905Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2483 | 2025-03-11T21:29:34.686Z | Compiling pin-project-internal v1.1.6 |
2484 | 2025-03-11T21:29:37.265Z | Compiling parking_lot_core v0.8.6 |
2485 | 2025-03-11T21:29:37.775Z | Compiling pin-project v1.1.6 |
2486 | 2025-03-11T21:29:46.848Z | Compiling flume v0.11.1 |
2487 | 2025-03-11T21:29:47.468Z | Compiling tabled_derive v0.10.0 |
2488 | 2025-03-11T21:29:47.634Z | Compiling mime_guess v2.0.5 |
2489 | 2025-03-11T21:29:49.061Z | Compiling papergrid v0.14.0 |
2490 | 2025-03-11T21:29:49.778Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2491 | 2025-03-11T21:29:50.970Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2492 | 2025-03-11T21:29:54.279Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2493 | 2025-03-11T21:29:57.412Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2494 | 2025-03-11T21:29:58.020Z | Compiling snafu-derive v0.8.5 |
2495 | 2025-03-11T21:30:00.587Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2496 | 2025-03-11T21:30:01.061Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-03-11T21:30:02.138Z | Compiling tabled v0.18.0 |
2498 | 2025-03-11T21:30:02.321Z | Compiling snafu v0.8.5 |
2499 | 2025-03-11T21:30:05.009Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2500 | 2025-03-11T21:30:11.826Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2501 | 2025-03-11T21:30:18.011Z | Compiling globset v0.4.15 |
2502 | 2025-03-11T21:30:22.162Z | Compiling olpc-cjson v0.1.4 |
2503 | 2025-03-11T21:30:22.480Z | Compiling vergen v8.3.2 |
2504 | 2025-03-11T21:30:22.839Z | Compiling castaway v0.2.3 |
2505 | 2025-03-11T21:30:23.044Z | Compiling nibble_vec v0.1.0 |
2506 | 2025-03-11T21:30:23.314Z | Compiling cargo-platform v0.1.8 |
2507 | 2025-03-11T21:30:23.769Z | Compiling serde_plain v1.0.2 |
2508 | 2025-03-11T21:30:24.068Z | Compiling atty v0.2.14 |
2509 | 2025-03-11T21:30:24.270Z | Compiling http-range v0.1.5 |
2510 | 2025-03-11T21:30:24.320Z | Compiling salty v0.3.0 |
2511 | 2025-03-11T21:30:24.772Z | Compiling io-lifetimes v1.0.11 |
2512 | 2025-03-11T21:30:24.864Z | Compiling typed-path v0.9.3 |
2513 | 2025-03-11T21:30:25.331Z | Compiling endian-type v0.1.2 |
2514 | 2025-03-11T21:30:25.606Z | Compiling radix_trie v0.2.1 |
2515 | 2025-03-11T21:30:27.100Z | Compiling cargo_metadata v0.18.1 |
2516 | 2025-03-11T21:30:29.061Z | Compiling tough v0.19.0 |
2517 | 2025-03-11T21:30:29.869Z | Compiling git2 v0.19.0 |
2518 | 2025-03-11T21:30:29.970Z | Compiling compact_str v0.8.0 |
2519 | 2025-03-11T21:30:32.590Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2520 | 2025-03-11T21:30:34.728Z | Compiling parking_lot v0.11.2 |
2521 | 2025-03-11T21:30:37.446Z | Compiling unicode-truncate v1.1.0 |
2522 | 2025-03-11T21:30:37.765Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2523 | 2025-03-11T21:30:38.138Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2524 | 2025-03-11T21:30:38.641Z | Compiling lru v0.12.5 |
2525 | 2025-03-11T21:30:39.035Z | Compiling rand_seeder v0.3.0 |
2526 | 2025-03-11T21:30:39.481Z | Compiling lzma-sys v0.1.20 |
2527 | 2025-03-11T21:30:40.218Z | Compiling instability v0.3.2 |
2528 | 2025-03-11T21:30:41.250Z | Compiling cassowary v0.3.0 |
2529 | 2025-03-11T21:30:42.563Z | Compiling rustix v0.37.28 |
2530 | 2025-03-11T21:30:43.190Z | Compiling parse-size v1.1.0 |
2531 | 2025-03-11T21:30:43.562Z | Compiling rustls v0.21.12 |
2532 | 2025-03-11T21:30:43.700Z | Compiling indoc v2.0.6 |
2533 | 2025-03-11T21:30:43.961Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2534 | 2025-03-11T21:30:44.585Z | Compiling ratatui v0.29.0 |
2535 | 2025-03-11T21:30:45.237Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2536 | 2025-03-11T21:30:45.486Z | Compiling hyper-staticfile v0.10.1 |
2537 | 2025-03-11T21:30:47.231Z | Compiling sled v0.34.7 |
2538 | 2025-03-11T21:30:48.030Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2539 | 2025-03-11T21:30:51.346Z | Compiling hickory-client v0.24.4 |
2540 | 2025-03-11T21:30:52.014Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2541 | 2025-03-11T21:30:53.275Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2542 | 2025-03-11T21:30:56.108Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2543 | 2025-03-11T21:30:58.822Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2544 | 2025-03-11T21:30:59.186Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2545 | 2025-03-11T21:31:00.733Z | Compiling sct v0.7.1 |
2546 | 2025-03-11T21:31:01.206Z | Compiling rustls-webpki v0.101.7 |
2547 | 2025-03-11T21:31:01.497Z | Compiling hickory-server v0.24.4 |
2548 | 2025-03-11T21:31:04.672Z | Compiling primeorder v0.13.6 |
2549 | 2025-03-11T21:31:05.156Z | Compiling heck v0.3.3 |
2550 | 2025-03-11T21:31:05.285Z | Compiling env_filter v0.1.2 |
2551 | 2025-03-11T21:31:05.496Z | Compiling csv-core v0.1.11 |
2552 | 2025-03-11T21:31:05.777Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2553 | 2025-03-11T21:31:06.278Z | Compiling csv v1.3.1 |
2554 | 2025-03-11T21:31:06.419Z | Compiling env_logger v0.11.5 |
2555 | 2025-03-11T21:31:06.832Z | Compiling zone_cfg_derive v0.1.2 |
2556 | 2025-03-11T21:31:07.893Z | Compiling p384 v0.13.0 |
2557 | 2025-03-11T21:31:08.212Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2558 | 2025-03-11T21:31:12.647Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2559 | 2025-03-11T21:31:15.025Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2560 | 2025-03-11T21:31:15.266Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2561 | 2025-03-11T21:31:15.749Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2562 | 2025-03-11T21:31:15.771Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2563 | 2025-03-11T21:31:16.421Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2564 | 2025-03-11T21:31:16.539Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2565 | 2025-03-11T21:31:16.761Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2566 | 2025-03-11T21:31:16.893Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2567 | 2025-03-11T21:31:17.144Z | Compiling nix v0.27.1 |
2568 | 2025-03-11T21:31:17.273Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2569 | 2025-03-11T21:31:17.985Z | Compiling tungstenite v0.23.0 |
2570 | 2025-03-11T21:31:19.970Z | Compiling base64 v0.13.1 |
2571 | 2025-03-11T21:31:20.768Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2572 | 2025-03-11T21:31:21.182Z | Compiling ron v0.7.1 |
2573 | 2025-03-11T21:31:22.416Z | Compiling tokio-tungstenite v0.23.1 |
2574 | 2025-03-11T21:31:23.102Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2575 | 2025-03-11T21:31:23.816Z | Compiling xz2 v0.1.7 |
2576 | 2025-03-11T21:31:24.452Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2577 | 2025-03-11T21:31:26.280Z | Compiling terminal_size v0.2.6 |
2578 | 2025-03-11T21:31:26.532Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2579 | 2025-03-11T21:31:30.859Z | Compiling tokio-rustls v0.24.1 |
2580 | 2025-03-11T21:31:31.347Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2581 | 2025-03-11T21:31:32.971Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2582 | 2025-03-11T21:31:33.053Z | Compiling zone v0.1.8 |
2583 | 2025-03-11T21:31:33.816Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2584 | 2025-03-11T21:31:35.330Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2585 | 2025-03-11T21:31:35.888Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2586 | 2025-03-11T21:31:36.335Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2587 | 2025-03-11T21:31:36.549Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2588 | 2025-03-11T21:31:36.669Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2589 | 2025-03-11T21:31:39.671Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2590 | 2025-03-11T21:31:40.039Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2591 | 2025-03-11T21:31:41.045Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2592 | 2025-03-11T21:31:42.097Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2593 | 2025-03-11T21:31:44.740Z | Compiling rustls-pemfile v1.0.4 |
2594 | 2025-03-11T21:31:45.515Z | Compiling signal-hook-tokio v0.3.1 |
2595 | 2025-03-11T21:31:45.669Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2596 | 2025-03-11T21:31:45.759Z | Compiling twox-hash v2.1.0 |
2597 | 2025-03-11T21:31:45.991Z | Compiling yasna v0.5.2 |
2598 | 2025-03-11T21:31:46.803Z | Compiling unicode-linebreak v0.1.5 |
2599 | 2025-03-11T21:31:47.389Z | Compiling glob v0.3.2 |
2600 | 2025-03-11T21:31:48.753Z | Compiling smawk v0.3.2 |
2601 | 2025-03-11T21:31:49.078Z | Compiling is_ci v1.2.0 |
2602 | 2025-03-11T21:31:49.101Z | Compiling textwrap v0.16.1 |
2603 | 2025-03-11T21:31:49.373Z | Compiling supports-color v3.0.2 |
2604 | 2025-03-11T21:31:49.403Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2605 | 2025-03-11T21:31:49.526Z | Compiling rcgen v0.12.1 |
2606 | 2025-03-11T21:31:49.840Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2607 | 2025-03-11T21:31:54.613Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2608 | 2025-03-11T21:31:56.580Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2609 | 2025-03-11T21:31:56.625Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2610 | 2025-03-11T21:32:03.794Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2611 | 2025-03-11T21:32:04.431Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2612 | 2025-03-11T21:32:12.075Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2613 | 2025-03-11T21:32:15.341Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2614 | 2025-03-11T21:32:16.054Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2615 | 2025-03-11T21:32:16.752Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2616 | 2025-03-11T21:32:17.447Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2617 | 2025-03-11T21:32:24.938Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2618 | 2025-03-11T21:32:25.500Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2619 | 2025-03-11T21:32:25.536Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2620 | 2025-03-11T21:32:35.598Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2621 | 2025-03-11T21:32:42.197Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2622 | 2025-03-11T21:32:42.572Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2623 | 2025-03-11T21:32:43.016Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2624 | 2025-03-11T21:32:44.080Z | Compiling fatfs v0.3.6 |
2625 | 2025-03-11T21:32:45.279Z | Compiling subprocess v0.2.9 |
2626 | 2025-03-11T21:32:45.622Z | Compiling rtoolbox v0.0.2 |
2627 | 2025-03-11T21:32:46.086Z | Compiling assert_matches v1.5.0 |
2628 | 2025-03-11T21:32:46.816Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2629 | 2025-03-11T21:32:49.192Z | Compiling rpassword v7.3.1 |
2630 | 2025-03-11T21:32:49.661Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2631 | 2025-03-11T21:32:50.008Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2632 | 2025-03-11T21:32:54.664Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2633 | 2025-03-11T21:33:01.695Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2634 | 2025-03-11T21:33:22.025Z | Compiling tui-tree-widget v0.23.0 |
2635 | 2025-03-11T21:33:22.505Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2636 | 2025-03-11T21:33:23.100Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2637 | 2025-03-11T21:33:23.471Z | Compiling uzers v0.12.1 |
2638 | 2025-03-11T21:33:26.623Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2639 | 2025-03-11T21:33:35.113Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2640 | 2025-03-11T21:33:35.699Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2641 | 2025-03-11T21:33:41.981Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2642 | 2025-03-11T21:33:52.916Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2643 | 2025-03-11T21:33:57.688Z | Compiling multimap v0.10.0 |
2644 | 2025-03-11T21:36:16.118Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2645 | 2025-03-11T21:43:36.144Z | Finished `release` profile [optimized] target(s) in 17m 37s |
2646 | 2025-03-11T21:44:44.649Z | |
2647 | 2025-03-11T21:44:44.653Z | real 18:47.293317073 |
2648 | 2025-03-11T21:44:44.653Z | user 2:13:41.404478864 |
2649 | 2025-03-11T21:44:44.653Z | sys 3:40.434392037 |
2650 | 2025-03-11T21:44:44.653Z | trap 3.486476965 |
2651 | 2025-03-11T21:44:44.653Z | tflt 1.741695619 |
2652 | 2025-03-11T21:44:44.653Z | dflt 5.219029693 |
2653 | 2025-03-11T21:44:44.653Z | kflt 0.001250427 |
2654 | 2025-03-11T21:44:44.653Z | lock 7:52:16.163081613 |
2655 | 2025-03-11T21:44:44.654Z | slp 6:53:27.300443319 |
2656 | 2025-03-11T21:44:44.654Z | lat 3:37.551441350 |
2657 | 2025-03-11T21:44:44.654Z | stop 3:02.613886505 |
2658 | 2025-03-11T21:44:44.654Z | + mapfile -t packages |
2659 | 2025-03-11T21:44:44.654Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2660 | 2025-03-11T21:44:45.756Z | Compiling ring v0.17.11 |
2661 | 2025-03-11T21:44:49.292Z | Compiling rustls-webpki v0.102.8 |
2662 | 2025-03-11T21:44:49.295Z | Compiling rustls v0.23.19 |
2663 | 2025-03-11T21:44:49.295Z | Compiling rustls v0.22.4 |
2664 | 2025-03-11T21:44:53.646Z | Compiling tokio-rustls v0.25.0 |
2665 | 2025-03-11T21:44:54.072Z | Compiling dropshot v0.12.0 |
2666 | 2025-03-11T21:44:55.371Z | Compiling tokio-rustls v0.26.0 |
2667 | 2025-03-11T21:44:55.842Z | Compiling hyper-rustls v0.27.3 |
2668 | 2025-03-11T21:44:56.422Z | Compiling reqwest v0.12.12 |
2669 | 2025-03-11T21:44:57.849Z | Compiling dropshot v0.16.0 |
2670 | 2025-03-11T21:44:58.278Z | Compiling qorb v0.2.1 |
2671 | 2025-03-11T21:45:05.451Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2672 | 2025-03-11T21:45:06.071Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2673 | 2025-03-11T21:45:06.884Z | Compiling progenitor-client v0.8.0 |
2674 | 2025-03-11T21:45:07.854Z | Compiling progenitor v0.8.0 |
2675 | 2025-03-11T21:45:08.287Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2676 | 2025-03-11T21:45:08.796Z | Compiling progenitor-client v0.9.1 |
2677 | 2025-03-11T21:45:09.819Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2025-03-11T21:45:13.083Z | Compiling omicron-zone-package v0.12.0 |
2679 | 2025-03-11T21:45:24.474Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2680 | 2025-03-11T21:45:34.739Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2681 | 2025-03-11T21:45:38.935Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2682 | 2025-03-11T21:45:39.830Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2683 | 2025-03-11T21:45:43.246Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2684 | 2025-03-11T21:45:58.158Z | Finished `release` profile [optimized] target(s) in 1m 13s |
2685 | 2025-03-11T21:45:58.339Z | Running `target/release/omicron-package -t test list-outputs` |
2686 | 2025-03-11T21:45:58.398Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2687 | 2025-03-11T21:45:58.401Z | + ptime -m cargo build --locked --release -p xtask |
2688 | 2025-03-11T21:45:59.016Z | Compiling serde v1.0.218 |
2689 | 2025-03-11T21:45:59.019Z | Compiling libc v0.2.170 |
2690 | 2025-03-11T21:45:59.019Z | Compiling rustix v0.38.37 |
2691 | 2025-03-11T21:45:59.019Z | Compiling serde_json v1.0.139 |
2692 | 2025-03-11T21:45:59.126Z | Compiling syn v2.0.98 |
2693 | 2025-03-11T21:45:59.150Z | Compiling bitflags v2.6.0 |
2694 | 2025-03-11T21:45:59.500Z | Compiling usdt-impl v0.5.0 |
2695 | 2025-03-11T21:45:59.614Z | Compiling syn v1.0.109 |
2696 | 2025-03-11T21:45:59.656Z | Compiling hashbrown v0.15.1 |
2697 | 2025-03-11T21:45:59.674Z | Compiling log v0.4.22 |
2698 | 2025-03-11T21:45:59.937Z | Compiling fs-err v2.11.0 |
2699 | 2025-03-11T21:46:00.142Z | Compiling once_cell v1.20.3 |
2700 | 2025-03-11T21:46:00.283Z | Compiling anyhow v1.0.97 |
2701 | 2025-03-11T21:46:00.474Z | Compiling thread-id v4.2.2 |
2702 | 2025-03-11T21:46:00.859Z | Compiling indexmap v2.7.1 |
2703 | 2025-03-11T21:46:02.084Z | Compiling terminal_size v0.4.0 |
2704 | 2025-03-11T21:46:02.112Z | Compiling tempfile v3.13.0 |
2705 | 2025-03-11T21:46:02.274Z | Compiling clap_builder v4.5.31 |
2706 | 2025-03-11T21:46:02.888Z | Compiling proc-macro-error v1.0.4 |
2707 | 2025-03-11T21:46:03.785Z | Compiling tabled_derive v0.7.0 |
2708 | 2025-03-11T21:46:04.899Z | Compiling tabled v0.15.0 |
2709 | 2025-03-11T21:46:05.521Z | Compiling serde_derive v1.0.218 |
2710 | 2025-03-11T21:46:05.521Z | Compiling thiserror-impl v1.0.69 |
2711 | 2025-03-11T21:46:05.527Z | Compiling zerocopy-derive v0.7.35 |
2712 | 2025-03-11T21:46:05.527Z | Compiling scroll_derive v0.12.0 |
2713 | 2025-03-11T21:46:05.527Z | Compiling thiserror-impl v2.0.11 |
2714 | 2025-03-11T21:46:06.973Z | Compiling scroll v0.12.0 |
2715 | 2025-03-11T21:46:07.437Z | Compiling zerocopy v0.7.35 |
2716 | 2025-03-11T21:46:07.649Z | Compiling goblin v0.8.2 |
2717 | 2025-03-11T21:46:08.260Z | Compiling thiserror v1.0.69 |
2718 | 2025-03-11T21:46:08.410Z | Compiling pest v2.7.14 |
2719 | 2025-03-11T21:46:10.143Z | Compiling thiserror v2.0.11 |
2720 | 2025-03-11T21:46:10.342Z | Compiling clap_derive v4.5.28 |
2721 | 2025-03-11T21:46:11.473Z | Compiling pest_meta v2.7.14 |
2722 | 2025-03-11T21:46:14.678Z | Compiling pest_generator v2.7.14 |
2723 | 2025-03-11T21:46:15.225Z | Compiling clap v4.5.31 |
2724 | 2025-03-11T21:46:16.395Z | Compiling pest_derive v2.7.14 |
2725 | 2025-03-11T21:46:17.228Z | Compiling dtrace-parser v0.2.0 |
2726 | 2025-03-11T21:46:18.811Z | Compiling toml_datetime v0.6.8 |
2727 | 2025-03-11T21:46:19.544Z | Compiling serde_spanned v0.6.8 |
2728 | 2025-03-11T21:46:19.847Z | Compiling serde_tokenstream v0.2.2 |
2729 | 2025-03-11T21:46:20.215Z | Compiling dof v0.3.0 |
2730 | 2025-03-11T21:46:20.467Z | Compiling toml_edit v0.22.24 |
2731 | 2025-03-11T21:46:20.584Z | Compiling camino v1.1.9 |
2732 | 2025-03-11T21:46:27.199Z | Compiling toml v0.8.20 |
2733 | 2025-03-11T21:46:27.952Z | Compiling usdt-macro v0.5.0 |
2734 | 2025-03-11T21:46:28.458Z | Compiling usdt-attr-macro v0.5.0 |
2735 | 2025-03-11T21:46:29.182Z | Compiling cargo-platform v0.1.8 |
2736 | 2025-03-11T21:46:29.814Z | Compiling semver v1.0.25 |
2737 | 2025-03-11T21:46:30.315Z | Compiling usdt v0.5.0 |
2738 | 2025-03-11T21:46:31.280Z | Compiling cargo_metadata v0.19.2 |
2739 | 2025-03-11T21:46:31.546Z | Compiling cargo_toml v0.21.0 |
2740 | 2025-03-11T21:46:31.719Z | Compiling camino-tempfile v1.1.1 |
2741 | 2025-03-11T21:46:32.561Z | Compiling macaddr v1.0.1 |
2742 | 2025-03-11T21:46:42.847Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2743 | 2025-03-11T21:46:48.648Z | Finished `release` profile [optimized] target(s) in 50.18s |
2744 | 2025-03-11T21:46:48.770Z | |
2745 | 2025-03-11T21:46:48.776Z | real 50.329858317 |
2746 | 2025-03-11T21:46:48.776Z | user 5:22.831768507 |
2747 | 2025-03-11T21:46:48.776Z | sys 20.018069123 |
2748 | 2025-03-11T21:46:48.776Z | trap 0.157058415 |
2749 | 2025-03-11T21:46:48.776Z | tflt 0.217651153 |
2750 | 2025-03-11T21:46:48.776Z | dflt 0.320746307 |
2751 | 2025-03-11T21:46:48.776Z | kflt 0.000050223 |
2752 | 2025-03-11T21:46:48.776Z | lock 10:24.022012539 |
2753 | 2025-03-11T21:46:48.776Z | slp 16:05.737772914 |
2754 | 2025-03-11T21:46:48.776Z | lat 15.669499820 |
2755 | 2025-03-11T21:46:48.776Z | stop 21.055784312 |
2756 | 2025-03-11T21:46:48.778Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2757 | 2025-03-11T21:46:48.778Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2758 | 2025-03-11T21:46:48.778Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2759 | 2025-03-11T21:46:48.778Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2760 | 2025-03-11T21:46:48.778Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2761 | 2025-03-11T21:46:49.720Z | Compiling regress v0.10.3 |
2762 | 2025-03-11T21:46:49.860Z | Compiling thiserror-impl v2.0.11 |
2763 | 2025-03-11T21:46:49.863Z | Compiling ident_case v1.0.1 |
2764 | 2025-03-11T21:46:49.889Z | Compiling unsafe-libyaml v0.2.11 |
2765 | 2025-03-11T21:46:49.892Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2766 | 2025-03-11T21:46:49.892Z | Compiling tempfile v3.13.0 |
2767 | 2025-03-11T21:46:49.892Z | Compiling progenitor-client v0.9.1 |
2768 | 2025-03-11T21:46:49.892Z | Compiling ipnetwork v0.21.1 |
2769 | 2025-03-11T21:46:50.036Z | Compiling darling_core v0.20.10 |
2770 | 2025-03-11T21:46:50.462Z | Compiling oxnet v0.1.1 |
2771 | 2025-03-11T21:46:50.553Z | Compiling macaddr v1.0.1 |
2772 | 2025-03-11T21:46:50.741Z | Compiling progenitor-client v0.8.0 |
2773 | 2025-03-11T21:46:50.744Z | Compiling structmeta-derive v0.3.0 |
2774 | 2025-03-11T21:46:51.031Z | Compiling instant v0.1.13 |
2775 | 2025-03-11T21:46:51.190Z | Compiling wait-timeout v0.2.0 |
2776 | 2025-03-11T21:46:51.212Z | Compiling dropshot v0.16.0 |
2777 | 2025-03-11T21:46:51.234Z | Compiling serde_yaml v0.9.34+deprecated |
2778 | 2025-03-11T21:46:51.571Z | Compiling bit-vec v0.8.0 |
2779 | 2025-03-11T21:46:51.767Z | Compiling rusty-fork v0.3.0 |
2780 | 2025-03-11T21:46:51.803Z | Compiling dropshot_endpoint v0.16.0 |
2781 | 2025-03-11T21:46:52.070Z | Compiling bit-set v0.8.0 |
2782 | 2025-03-11T21:46:52.408Z | Compiling rand_xorshift v0.3.0 |
2783 | 2025-03-11T21:46:52.474Z | Compiling daft-derive v0.1.1 |
2784 | 2025-03-11T21:46:52.782Z | Compiling unarray v0.1.4 |
2785 | 2025-03-11T21:46:52.940Z | Compiling thiserror v2.0.11 |
2786 | 2025-03-11T21:46:52.978Z | Compiling proptest v1.6.0 |
2787 | 2025-03-11T21:46:53.139Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2788 | 2025-03-11T21:46:53.347Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2789 | 2025-03-11T21:46:53.449Z | Compiling typify-impl v0.2.0 |
2790 | 2025-03-11T21:46:54.013Z | Compiling structmeta v0.3.0 |
2791 | 2025-03-11T21:46:54.178Z | Compiling daft v0.1.1 |
2792 | 2025-03-11T21:46:54.463Z | Compiling parse-display-derive v0.10.0 |
2793 | 2025-03-11T21:46:54.496Z | Compiling test-strategy v0.4.0 |
2794 | 2025-03-11T21:46:54.703Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2795 | 2025-03-11T21:46:54.842Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2796 | 2025-03-11T21:46:55.070Z | Compiling backoff v0.4.0 |
2797 | 2025-03-11T21:46:55.238Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2798 | 2025-03-11T21:46:55.461Z | Compiling proc-macro-crate v1.3.1 |
2799 | 2025-03-11T21:46:55.828Z | Compiling darling_macro v0.20.10 |
2800 | 2025-03-11T21:46:56.009Z | Compiling typify-impl v0.3.0 |
2801 | 2025-03-11T21:46:56.408Z | Compiling num_enum_derive v0.5.11 |
2802 | 2025-03-11T21:46:56.818Z | Compiling darling v0.20.10 |
2803 | 2025-03-11T21:46:57.025Z | Compiling serde_with_macros v3.12.0 |
2804 | 2025-03-11T21:46:57.989Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2805 | 2025-03-11T21:46:58.429Z | Compiling itertools v0.13.0 |
2806 | 2025-03-11T21:46:58.449Z | Compiling parse-display v0.10.0 |
2807 | 2025-03-11T21:46:58.794Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2808 | 2025-03-11T21:46:59.076Z | Compiling num_enum v0.5.11 |
2809 | 2025-03-11T21:46:59.289Z | Compiling heapless v0.8.0 |
2810 | 2025-03-11T21:46:59.432Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2811 | 2025-03-11T21:46:59.649Z | Compiling serde_with v3.12.0 |
2812 | 2025-03-11T21:46:59.787Z | Compiling crucible-workspace-hack v0.1.0 |
2813 | 2025-03-11T21:47:00.190Z | Compiling proc-macro-error v1.0.4 |
2814 | 2025-03-11T21:47:00.242Z | Compiling camino-tempfile v1.1.1 |
2815 | 2025-03-11T21:47:00.736Z | Compiling hash32 v0.3.1 |
2816 | 2025-03-11T21:47:00.860Z | Compiling foreign-types-macros v0.2.3 |
2817 | 2025-03-11T21:47:01.025Z | Compiling smoltcp v0.11.0 |
2818 | 2025-03-11T21:47:01.435Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2819 | 2025-03-11T21:47:01.754Z | Compiling foreign-types-shared v0.3.1 |
2820 | 2025-03-11T21:47:02.250Z | Compiling foreign-types v0.5.0 |
2821 | 2025-03-11T21:47:02.763Z | Compiling tabwriter v1.4.0 |
2822 | 2025-03-11T21:47:03.238Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2823 | 2025-03-11T21:47:03.261Z | Compiling cstr-argument v0.1.2 |
2824 | 2025-03-11T21:47:03.466Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2825 | 2025-03-11T21:47:03.543Z | Compiling cobs v0.2.3 |
2826 | 2025-03-11T21:47:03.813Z | Compiling pretty-hex v0.2.1 |
2827 | 2025-03-11T21:47:03.917Z | Compiling postcard v1.0.10 |
2828 | 2025-03-11T21:47:04.062Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2829 | 2025-03-11T21:47:04.130Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2830 | 2025-03-11T21:47:04.358Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2831 | 2025-03-11T21:47:04.595Z | Compiling colored v2.2.0 |
2832 | 2025-03-11T21:47:04.882Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2833 | 2025-03-11T21:47:05.094Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2834 | 2025-03-11T21:47:05.254Z | Compiling winnow v0.6.20 |
2835 | 2025-03-11T21:47:05.400Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2836 | 2025-03-11T21:47:05.423Z | Compiling smf v0.2.3 |
2837 | 2025-03-11T21:47:06.308Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2838 | 2025-03-11T21:47:06.676Z | Compiling zone_cfg_derive v0.3.0 |
2839 | 2025-03-11T21:47:06.679Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2840 | 2025-03-11T21:47:07.169Z | Compiling itertools v0.14.0 |
2841 | 2025-03-11T21:47:08.058Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2842 | 2025-03-11T21:47:08.084Z | Compiling typify-macro v0.2.0 |
2843 | 2025-03-11T21:47:08.156Z | Compiling num-derive v0.4.2 |
2844 | 2025-03-11T21:47:08.796Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2845 | 2025-03-11T21:47:08.991Z | Compiling sigpipe v0.1.3 |
2846 | 2025-03-11T21:47:09.173Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2847 | 2025-03-11T21:47:09.540Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2848 | 2025-03-11T21:47:10.246Z | Compiling zone v0.3.0 |
2849 | 2025-03-11T21:47:10.505Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2850 | 2025-03-11T21:47:10.606Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2851 | 2025-03-11T21:47:10.838Z | Compiling typify-macro v0.3.0 |
2852 | 2025-03-11T21:47:10.972Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2853 | 2025-03-11T21:47:11.226Z | Compiling universal-hash v0.5.1 |
2854 | 2025-03-11T21:47:11.442Z | Compiling opaque-debug v0.3.1 |
2855 | 2025-03-11T21:47:11.472Z | Compiling tungstenite v0.21.0 |
2856 | 2025-03-11T21:47:11.574Z | Compiling num-rational v0.4.2 |
2857 | 2025-03-11T21:47:11.611Z | Compiling password-hash v0.5.0 |
2858 | 2025-03-11T21:47:11.775Z | Compiling typify v0.2.0 |
2859 | 2025-03-11T21:47:11.995Z | Compiling progenitor-impl v0.8.0 |
2860 | 2025-03-11T21:47:12.682Z | Compiling blake2 v0.10.6 |
2861 | 2025-03-11T21:47:12.862Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2862 | 2025-03-11T21:47:12.929Z | Compiling num-complex v0.4.6 |
2863 | 2025-03-11T21:47:13.209Z | Compiling aead v0.5.2 |
2864 | 2025-03-11T21:47:13.480Z | Compiling keccak v0.1.5 |
2865 | 2025-03-11T21:47:13.608Z | Compiling convert_case v0.4.0 |
2866 | 2025-03-11T21:47:13.918Z | Compiling base64 v0.21.7 |
2867 | 2025-03-11T21:47:14.040Z | Compiling sha3 v0.10.8 |
2868 | 2025-03-11T21:47:14.439Z | Compiling derive_more v0.99.19 |
2869 | 2025-03-11T21:47:14.614Z | Compiling num v0.4.3 |
2870 | 2025-03-11T21:47:14.704Z | Compiling argon2 v0.5.3 |
2871 | 2025-03-11T21:47:14.753Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2872 | 2025-03-11T21:47:14.777Z | Compiling typify v0.3.0 |
2873 | 2025-03-11T21:47:14.934Z | Compiling progenitor-impl v0.9.1 |
2874 | 2025-03-11T21:47:14.998Z | Compiling tokio-tungstenite v0.21.0 |
2875 | 2025-03-11T21:47:15.079Z | Compiling poly1305 v0.8.0 |
2876 | 2025-03-11T21:47:15.640Z | Compiling chacha20 v0.9.1 |
2877 | 2025-03-11T21:47:15.991Z | Compiling float-ord v0.3.2 |
2878 | 2025-03-11T21:47:16.146Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2879 | 2025-03-11T21:47:16.210Z | Compiling semver v0.1.20 |
2880 | 2025-03-11T21:47:16.607Z | Compiling same-file v1.0.6 |
2881 | 2025-03-11T21:47:16.807Z | Compiling rustc_version v0.1.7 |
2882 | 2025-03-11T21:47:16.875Z | Compiling walkdir v2.5.0 |
2883 | 2025-03-11T21:47:16.931Z | Compiling newline-converter v0.3.0 |
2884 | 2025-03-11T21:47:17.152Z | Compiling primeorder v0.13.6 |
2885 | 2025-03-11T21:47:17.307Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2886 | 2025-03-11T21:47:17.537Z | Compiling secrecy v0.8.0 |
2887 | 2025-03-11T21:47:17.582Z | Compiling cancel-safe-futures v0.1.5 |
2888 | 2025-03-11T21:47:17.702Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2889 | 2025-03-11T21:47:17.803Z | Compiling owo-colors v4.2.0 |
2890 | 2025-03-11T21:47:17.934Z | Compiling newtype_derive v0.1.6 |
2891 | 2025-03-11T21:47:17.993Z | Compiling expectorate v1.1.0 |
2892 | 2025-03-11T21:47:18.220Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2893 | 2025-03-11T21:47:18.307Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2894 | 2025-03-11T21:47:18.516Z | Compiling thiserror-impl-no-std v2.0.2 |
2895 | 2025-03-11T21:47:18.534Z | Compiling libsw-core v0.3.1 |
2896 | 2025-03-11T21:47:18.603Z | Compiling blake3 v1.5.4 |
2897 | 2025-03-11T21:47:18.839Z | Compiling unicase v2.7.0 |
2898 | 2025-03-11T21:47:18.881Z | Compiling progenitor-macro v0.8.0 |
2899 | 2025-03-11T21:47:19.196Z | Compiling half v2.4.1 |
2900 | 2025-03-11T21:47:19.248Z | Compiling ciborium-io v0.2.2 |
2901 | 2025-03-11T21:47:19.282Z | Compiling fixedbitset v0.5.7 |
2902 | 2025-03-11T21:47:19.424Z | Compiling arc-swap v1.7.1 |
2903 | 2025-03-11T21:47:19.780Z | Compiling petgraph v0.7.1 |
2904 | 2025-03-11T21:47:19.927Z | Compiling slog-scope v4.4.0 |
2905 | 2025-03-11T21:47:20.016Z | Compiling ciborium-ll v0.2.2 |
2906 | 2025-03-11T21:47:20.414Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2907 | 2025-03-11T21:47:20.419Z | Compiling libsw v3.4.0 |
2908 | 2025-03-11T21:47:20.492Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2909 | 2025-03-11T21:47:21.010Z | Compiling polyval v0.6.2 |
2910 | 2025-03-11T21:47:21.273Z | Compiling thiserror-no-std v2.0.2 |
2911 | 2025-03-11T21:47:21.440Z | Compiling atomicwrites v0.4.4 |
2912 | 2025-03-11T21:47:21.471Z | Compiling memmap2 v0.9.5 |
2913 | 2025-03-11T21:47:21.540Z | Compiling arrayref v0.3.9 |
2914 | 2025-03-11T21:47:21.676Z | Compiling libefi-sys v0.1.0 |
2915 | 2025-03-11T21:47:21.837Z | Compiling arrayvec v0.7.6 |
2916 | 2025-03-11T21:47:21.860Z | Compiling progenitor-macro v0.9.1 |
2917 | 2025-03-11T21:47:21.938Z | Compiling indent_write v2.2.0 |
2918 | 2025-03-11T21:47:22.050Z | Compiling linear-map v1.2.0 |
2919 | 2025-03-11T21:47:22.211Z | Compiling salty v0.3.0 |
2920 | 2025-03-11T21:47:22.314Z | Compiling parking_lot_core v0.8.6 |
2921 | 2025-03-11T21:47:22.440Z | Compiling constant_time_eq v0.3.1 |
2922 | 2025-03-11T21:47:22.772Z | Compiling vsss-rs v3.3.4 |
2923 | 2025-03-11T21:47:22.795Z | Compiling ghash v0.5.1 |
2924 | 2025-03-11T21:47:23.053Z | Compiling ciborium v0.2.2 |
2925 | 2025-03-11T21:47:23.428Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2926 | 2025-03-11T21:47:23.628Z | Compiling slog-stdlog v4.1.1 |
2927 | 2025-03-11T21:47:24.001Z | Compiling p384 v0.13.0 |
2928 | 2025-03-11T21:47:24.077Z | Compiling toolchain_find v0.4.0 |
2929 | 2025-03-11T21:47:24.370Z | Compiling chacha20poly1305 v0.10.1 |
2930 | 2025-03-11T21:47:24.653Z | Compiling ctr v0.9.2 |
2931 | 2025-03-11T21:47:24.717Z | Compiling lzma-sys v0.1.20 |
2932 | 2025-03-11T21:47:25.003Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2933 | 2025-03-11T21:47:25.037Z | Compiling bitfield-struct v0.6.2 |
2934 | 2025-03-11T21:47:25.469Z | Compiling slog-dtrace v0.3.0 |
2935 | 2025-03-11T21:47:25.509Z | Compiling topological-sort v0.2.2 |
2936 | 2025-03-11T21:47:25.542Z | Compiling highway v1.3.0 |
2937 | 2025-03-11T21:47:25.779Z | Compiling omicron-zone-package v0.12.0 |
2938 | 2025-03-11T21:47:26.114Z | Compiling aes-gcm v0.10.3 |
2939 | 2025-03-11T21:47:26.386Z | Compiling rustfmt-wrapper v0.2.1 |
2940 | 2025-03-11T21:47:26.476Z | Compiling slog-envlogger v2.2.0 |
2941 | 2025-03-11T21:47:26.479Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2942 | 2025-03-11T21:47:27.051Z | Compiling mime_guess v2.0.5 |
2943 | 2025-03-11T21:47:27.118Z | Compiling steno v0.4.1 |
2944 | 2025-03-11T21:47:27.685Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2945 | 2025-03-11T21:47:27.834Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2946 | 2025-03-11T21:47:28.211Z | Compiling heck v0.3.3 |
2947 | 2025-03-11T21:47:28.240Z | Compiling ssh-encoding v0.2.0 |
2948 | 2025-03-11T21:47:28.315Z | Compiling blowfish v0.9.1 |
2949 | 2025-03-11T21:47:28.610Z | Compiling env_filter v0.1.2 |
2950 | 2025-03-11T21:47:28.756Z | Compiling nibble_vec v0.1.0 |
2951 | 2025-03-11T21:47:28.805Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2952 | 2025-03-11T21:47:28.963Z | Compiling endian-type v0.1.2 |
2953 | 2025-03-11T21:47:28.987Z | Compiling humantime v2.1.0 |
2954 | 2025-03-11T21:47:29.018Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2955 | 2025-03-11T21:47:29.223Z | Compiling radix_trie v0.2.1 |
2956 | 2025-03-11T21:47:29.244Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2025-03-11T21:47:29.416Z | Compiling env_logger v0.11.5 |
2958 | 2025-03-11T21:47:29.494Z | Compiling zone_cfg_derive v0.1.2 |
2959 | 2025-03-11T21:47:29.868Z | Compiling ssh-cipher v0.2.0 |
2960 | 2025-03-11T21:47:30.092Z | Compiling bcrypt-pbkdf v0.10.0 |
2961 | 2025-03-11T21:47:30.671Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2962 | 2025-03-11T21:47:30.705Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2963 | 2025-03-11T21:47:30.854Z | Compiling progenitor v0.8.0 |
2964 | 2025-03-11T21:47:30.978Z | Compiling parking_lot v0.11.2 |
2965 | 2025-03-11T21:47:31.114Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2966 | 2025-03-11T21:47:31.342Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2967 | 2025-03-11T21:47:31.429Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2968 | 2025-03-11T21:47:31.539Z | Compiling password-hash v0.4.2 |
2969 | 2025-03-11T21:47:31.793Z | Compiling gethostname v0.5.0 |
2970 | 2025-03-11T21:47:31.835Z | Compiling fxhash v0.2.1 |
2971 | 2025-03-11T21:47:31.876Z | Compiling base64 v0.13.1 |
2972 | 2025-03-11T21:47:31.933Z | Compiling http-range v0.1.5 |
2973 | 2025-03-11T21:47:32.058Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2974 | 2025-03-11T21:47:32.083Z | Compiling pbkdf2 v0.11.0 |
2975 | 2025-03-11T21:47:32.269Z | Compiling sled v0.34.7 |
2976 | 2025-03-11T21:47:32.416Z | Compiling ron v0.7.1 |
2977 | 2025-03-11T21:47:32.467Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2978 | 2025-03-11T21:47:32.491Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2979 | 2025-03-11T21:47:32.509Z | Compiling xz2 v0.1.7 |
2980 | 2025-03-11T21:47:32.962Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2981 | 2025-03-11T21:47:33.176Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2982 | 2025-03-11T21:47:33.294Z | Compiling zone v0.1.8 |
2983 | 2025-03-11T21:47:33.503Z | Compiling ssh-key v0.6.6 |
2984 | 2025-03-11T21:47:33.603Z | Compiling progenitor v0.9.1 |
2985 | 2025-03-11T21:47:33.866Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2986 | 2025-03-11T21:47:34.457Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2987 | 2025-03-11T21:47:34.460Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2988 | 2025-03-11T21:47:35.687Z | Compiling hickory-client v0.24.4 |
2989 | 2025-03-11T21:47:37.139Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2990 | 2025-03-11T21:47:38.173Z | Compiling p256 v0.13.2 |
2991 | 2025-03-11T21:47:38.610Z | Compiling p521 v0.13.3 |
2992 | 2025-03-11T21:47:39.025Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2993 | 2025-03-11T21:47:39.594Z | Compiling hickory-server v0.24.4 |
2994 | 2025-03-11T21:47:40.060Z | Compiling pem v3.0.5 |
2995 | 2025-03-11T21:47:40.152Z | Compiling yasna v0.5.2 |
2996 | 2025-03-11T21:47:40.785Z | Compiling headers-core v0.3.0 |
2997 | 2025-03-11T21:47:40.809Z | Compiling kstat-rs v0.2.4 |
2998 | 2025-03-11T21:47:40.982Z | Compiling nanorand v0.7.0 |
2999 | 2025-03-11T21:47:41.006Z | Compiling russh-cryptovec v0.7.3 |
3000 | 2025-03-11T21:47:41.346Z | Compiling atty v0.2.14 |
3001 | 2025-03-11T21:47:41.394Z | Compiling md5 v0.7.0 |
3002 | 2025-03-11T21:47:41.525Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3003 | 2025-03-11T21:47:41.528Z | Compiling flume v0.11.1 |
3004 | 2025-03-11T21:47:41.707Z | Compiling russh-keys v0.45.0 |
3005 | 2025-03-11T21:47:41.880Z | Compiling rcgen v0.12.1 |
3006 | 2025-03-11T21:47:41.939Z | Compiling headers v0.4.0 |
3007 | 2025-03-11T21:47:42.195Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3008 | 2025-03-11T21:47:43.719Z | Compiling hyper-staticfile v0.10.1 |
3009 | 2025-03-11T21:47:44.011Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3010 | 2025-03-11T21:47:44.900Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3011 | 2025-03-11T21:47:44.957Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3012 | 2025-03-11T21:47:45.354Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3013 | 2025-03-11T21:47:45.548Z | Compiling num-bigint v0.4.6 |
3014 | 2025-03-11T21:47:45.755Z | Compiling des v0.8.1 |
3015 | 2025-03-11T21:47:45.792Z | Compiling subprocess v0.2.9 |
3016 | 2025-03-11T21:47:46.123Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3017 | 2025-03-11T21:47:46.396Z | Compiling hex-literal v0.4.1 |
3018 | 2025-03-11T21:47:46.594Z | Compiling display-error-chain v0.2.2 |
3019 | 2025-03-11T21:47:46.876Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3020 | 2025-03-11T21:47:47.015Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3021 | 2025-03-11T21:47:47.369Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3022 | 2025-03-11T21:47:47.795Z | Compiling internet-checksum v0.2.1 |
3023 | 2025-03-11T21:47:50.056Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3024 | 2025-03-11T21:47:51.778Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3025 | 2025-03-11T21:47:52.892Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3026 | 2025-03-11T21:47:53.996Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3027 | 2025-03-11T21:47:54.437Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3028 | 2025-03-11T21:47:56.128Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3029 | 2025-03-11T21:47:56.626Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3030 | 2025-03-11T21:47:56.865Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3031 | 2025-03-11T21:47:57.273Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3032 | 2025-03-11T21:47:58.038Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3033 | 2025-03-11T21:47:58.778Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3034 | 2025-03-11T21:47:59.844Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3035 | 2025-03-11T21:48:00.034Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3036 | 2025-03-11T21:48:00.285Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3037 | 2025-03-11T21:48:01.356Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3038 | 2025-03-11T21:48:01.673Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3039 | 2025-03-11T21:48:02.648Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3040 | 2025-03-11T21:48:03.240Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3041 | 2025-03-11T21:48:03.674Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3042 | 2025-03-11T21:48:04.524Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3043 | 2025-03-11T21:48:05.076Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3044 | 2025-03-11T21:48:06.197Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3045 | 2025-03-11T21:48:06.934Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3046 | 2025-03-11T21:48:09.349Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3047 | 2025-03-11T21:48:09.405Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3048 | 2025-03-11T21:48:10.342Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3049 | 2025-03-11T21:48:10.540Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3050 | 2025-03-11T21:48:12.188Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3051 | 2025-03-11T21:48:12.231Z | Compiling russh v0.45.0 |
3052 | 2025-03-11T21:48:19.239Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3053 | 2025-03-11T21:48:27.683Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3054 | 2025-03-11T21:48:29.500Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3055 | 2025-03-11T21:48:52.335Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3056 | 2025-03-11T21:49:14.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
3057 | 2025-03-11T21:49:14.945Z | |
3058 | 2025-03-11T21:49:14.945Z | real 2:26.103775184 |
3059 | 2025-03-11T21:49:14.945Z | user 12:19.253534528 |
3060 | 2025-03-11T21:49:14.945Z | sys 1:38.737377213 |
3061 | 2025-03-11T21:49:14.945Z | trap 0.379757982 |
3062 | 2025-03-11T21:49:14.945Z | tflt 0.274983453 |
3063 | 2025-03-11T21:49:14.945Z | dflt 0.785853953 |
3064 | 2025-03-11T21:49:14.948Z | kflt 0.000052603 |
3065 | 2025-03-11T21:49:14.948Z | lock 22:47.331570978 |
3066 | 2025-03-11T21:49:14.948Z | slp 42:56.018019248 |
3067 | 2025-03-11T21:49:14.948Z | lat 38.683767237 |
3068 | 2025-03-11T21:49:14.948Z | stop 1:47.089325464 |
3069 | 2025-03-11T21:49:14.948Z | + mkdir tests |
3070 | 2025-03-11T21:49:14.951Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3071 | 2025-03-11T21:49:14.952Z | + xargs -I '{}' -t cp '{}' tests/ |
3072 | 2025-03-11T21:49:14.989Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-420ca98dd2e7f345 tests/ |
3073 | 2025-03-11T21:49:15.015Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bde5d75e5c06acb4 tests/ |
3074 | 2025-03-11T21:49:15.041Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a8410013fc8109b2 tests/ |
3075 | 2025-03-11T21:49:15.068Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d77584587eead465 tests/ |
3076 | 2025-03-11T21:49:15.358Z | + 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/*) |
3077 | 2025-03-11T21:49:15.362Z | + 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-420ca98dd2e7f345 tests/commtest-a8410013fc8109b2 tests/dhcp_server-bde5d75e5c06acb4 tests/end_to_end_tests-d77584587eead465 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 |
3078 | 2025-03-11T21:50:32.131Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3079 | 2025-03-11T21:50:32.131Z | a .github/buildomat/ci-env.sh 1K |
3080 | 2025-03-11T21:50:32.131Z | a out/target/test 1K |
3081 | 2025-03-11T21:50:32.131Z | a out/npuzone/npuzone 23144K |
3082 | 2025-03-11T21:50:32.131Z | a package-manifest.toml 33K |
3083 | 2025-03-11T21:50:32.131Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3084 | 2025-03-11T21:50:32.131Z | a target/release/omicron-package 38846K |
3085 | 2025-03-11T21:50:32.131Z | a target/release/xtask 10810K |
3086 | 2025-03-11T21:50:32.131Z | a target/debug/bootstrap 214944K |
3087 | 2025-03-11T21:50:32.131Z | a tests/bootstrap-420ca98dd2e7f345 24084K |
3088 | 2025-03-11T21:50:32.131Z | a tests/commtest-a8410013fc8109b2 24339K |
3089 | 2025-03-11T21:50:32.131Z | a tests/dhcp_server-bde5d75e5c06acb4 24084K |
3090 | 2025-03-11T21:50:32.131Z | a tests/end_to_end_tests-d77584587eead465 274751K |
3091 | 2025-03-11T21:50:32.131Z | a out/clickhouse.tar.gz 304606K |
3092 | 2025-03-11T21:50:32.131Z | a out/clickhouse_keeper.tar.gz 290454K |
3093 | 2025-03-11T21:50:32.131Z | a out/clickhouse_server.tar.gz 304587K |
3094 | 2025-03-11T21:50:32.132Z | a out/cockroachdb.tar.gz 143837K |
3095 | 2025-03-11T21:50:32.132Z | a out/crucible-dtrace.tar 98K |
3096 | 2025-03-11T21:50:32.132Z | a out/crucible-pantry-zone.tar.gz 32475K |
3097 | 2025-03-11T21:50:32.132Z | a out/crucible-zone.tar.gz 40862K |
3098 | 2025-03-11T21:50:32.132Z | a out/external-dns.tar.gz 44319K |
3099 | 2025-03-11T21:50:32.132Z | a out/internal-dns.tar.gz 44317K |
3100 | 2025-03-11T21:50:32.132Z | a out/mg-ddm-gz.tar 65544K |
3101 | 2025-03-11T21:50:32.132Z | a out/nexus.tar.gz 111091K |
3102 | 2025-03-11T21:50:32.132Z | a out/ntp.tar.gz 14424K |
3103 | 2025-03-11T21:50:32.133Z | a out/omicron-gateway-softnpu.tar.gz 25068K |
3104 | 2025-03-11T21:50:32.133Z | a out/omicron-sled-agent.tar 123767K |
3105 | 2025-03-11T21:50:32.133Z | a out/overlay.tar.gz 3K |
3106 | 2025-03-11T21:50:32.133Z | a out/oximeter.tar.gz 54496K |
3107 | 2025-03-11T21:50:32.133Z | a out/oxlog.tar 3144K |
3108 | 2025-03-11T21:50:32.133Z | a out/probe.tar.gz 2764K |
3109 | 2025-03-11T21:50:32.133Z | a out/propolis-server.tar.gz 67599K |
3110 | 2025-03-11T21:50:32.133Z | a out/pumpkind-gz.tar 26665K |
3111 | 2025-03-11T21:50:32.133Z | a out/switch-softnpu.tar.gz 262371K |
3112 | 2025-03-11T21:50:32.136Z | |
3113 | 2025-03-11T21:50:32.136Z | real 1:16.759920650 |
3114 | 2025-03-11T21:50:32.136Z | user 1:13.191908747 |
3115 | 2025-03-11T21:50:32.136Z | sys 5.130824830 |
3116 | 2025-03-11T21:50:32.136Z | trap 0.019116020 |
3117 | 2025-03-11T21:50:32.136Z | tflt 0.000000000 |
3118 | 2025-03-11T21:50:32.136Z | dflt 0.000000000 |
3119 | 2025-03-11T21:50:32.136Z | kflt 0.000000000 |
3120 | 2025-03-11T21:50:32.136Z | lock 0.000000000 |
3121 | 2025-03-11T21:50:32.136Z | slp 1:12.911400320 |
3122 | 2025-03-11T21:50:32.136Z | lat 2.262128996 |
3123 | 2025-03-11T21:50:32.138Z | stop 0.000232330 |
3124 | 2025-03-11T21:50:32.138Z | process exited: duration 2103571 ms, exit code 0 |
|
3125 | 2025-03-11T21:50:32.156Z | found 1 output files |
3126 | 2025-03-11T21:50:32.156Z | uploading: /work/package.tar.gz (2020475411 bytes) |
3127 | 2025-03-11T21:51:09.449Z | uploaded: /work/package.tar.gz |