|
|
|
1 | 2025-02-11T19:55:02.668Z | job assigned to worker 01JKV96YFDWXRATYFCJP6PCTXG [factory aws, i-0d47e66f8fcdfe86d] (queued for 1 m 0 s) |
|
2 | 2025-02-11T19:55:10.596Z | starting task 0: "setup" |
3 | 2025-02-11T19:55:10.603Z | ++ uname -s |
4 | 2025-02-11T19:55:10.605Z | + kern=SunOS |
5 | 2025-02-11T19:55:10.605Z | + build_user=build |
6 | 2025-02-11T19:55:10.605Z | + build_uid=12345 |
7 | 2025-02-11T19:55:10.605Z | + work_dir=/work |
8 | 2025-02-11T19:55:10.605Z | + input_dir=/input |
9 | 2025-02-11T19:55:10.605Z | + [[ 0 == 12345 ]] |
10 | 2025-02-11T19:55:10.605Z | + case "$kern" in |
11 | 2025-02-11T19:55:10.605Z | + groupadd -g 12345 build |
12 | 2025-02-11T19:55:10.608Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-11T19:55:12.615Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-11T19:55:12.742Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-11T19:55:12.745Z | + home_fs=zfs |
16 | 2025-02-11T19:55:12.745Z | + [[ zfs == autofs ]] |
17 | 2025-02-11T19:55:12.745Z | + mkdir -p /home/build |
18 | 2025-02-11T19:55:12.745Z | + chown build:build /home/build /work |
19 | 2025-02-11T19:55:14.747Z | + chmod 0700 /home/build /work |
20 | 2025-02-11T19:55:14.750Z | process exited: duration 4153 ms, exit code 0 |
|
21 | 2025-02-11T19:55:14.755Z | starting task 1: "rust-toolchain" |
22 | 2025-02-11T19:55:14.760Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-11T19:55:14.760Z | * rust toolchain channel = "1.84.0" |
24 | 2025-02-11T19:55:14.760Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-11T19:55:14.761Z | * rust toolchain profile = "default" |
26 | 2025-02-11T19:55:14.761Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-11T19:55:14.761Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-11T19:55:14.763Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-11T19:55:14.763Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-11T19:55:14.904Z | info: downloading installer |
31 | 2025-02-11T19:55:16.245Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-11T19:55:16.245Z | warning: /opt/ooce/bin |
33 | 2025-02-11T19:55:16.245Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-11T19:55:16.245Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-11T19:55:16.245Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-11T19:55:16.245Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-11T19:55:16.245Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-11T19:55:16.245Z | error: cannot install while Rust is installed |
39 | 2025-02-11T19:55:16.245Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-11T19:55:16.270Z | info: profile set to 'default' |
41 | 2025-02-11T19:55:16.270Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-11T19:55:16.273Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-11T19:55:16.423Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-11T19:55:16.423Z | info: downloading component 'cargo' |
45 | 2025-02-11T19:55:17.302Z | info: downloading component 'clippy' |
46 | 2025-02-11T19:55:17.634Z | info: downloading component 'rust-docs' |
47 | 2025-02-11T19:55:18.835Z | info: downloading component 'rust-std' |
48 | 2025-02-11T19:55:20.621Z | info: downloading component 'rustc' |
49 | 2025-02-11T19:55:27.465Z | info: downloading component 'rustfmt' |
50 | 2025-02-11T19:55:27.722Z | info: installing component 'cargo' |
51 | 2025-02-11T19:55:28.594Z | info: installing component 'clippy' |
52 | 2025-02-11T19:55:28.989Z | info: installing component 'rust-docs' |
53 | 2025-02-11T19:55:30.656Z | info: installing component 'rust-std' |
54 | 2025-02-11T19:55:32.454Z | info: installing component 'rustc' |
55 | 2025-02-11T19:55:38.617Z | info: installing component 'rustfmt' |
56 | 2025-02-11T19:55:38.951Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-11T19:55:38.951Z | |
58 | 2025-02-11T19:55:39.343Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-11T19:55:39.343Z | |
60 | 2025-02-11T19:55:39.346Z | |
61 | 2025-02-11T19:55:39.346Z | Rust is installed now. Great! |
62 | 2025-02-11T19:55:39.346Z | |
63 | 2025-02-11T19:55:39.346Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-11T19:55:39.346Z | environment variable. This has not been done automatically. |
65 | 2025-02-11T19:55:39.346Z | |
66 | 2025-02-11T19:55:39.346Z | To configure your current shell, you need to source |
67 | 2025-02-11T19:55:39.346Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-11T19:55:39.346Z | |
69 | 2025-02-11T19:55:39.346Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-11T19:55:39.346Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-11T19:55:39.346Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-11T19:55:39.420Z | + rustup --version |
73 | 2025-02-11T19:55:39.427Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-11T19:55:39.427Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-11T19:55:39.505Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-11T19:55:39.508Z | + cargo --version |
77 | 2025-02-11T19:55:39.565Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-11T19:55:39.568Z | + rustc --version |
79 | 2025-02-11T19:55:39.629Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-11T19:55:39.632Z | process exited: duration 24873 ms, exit code 0 |
|
81 | 2025-02-11T19:55:39.638Z | starting task 2: "authentication" |
82 | 2025-02-11T19:55:39.659Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-11T19:55:39.664Z | starting task 3: "clone repository" |
84 | 2025-02-11T19:55:39.668Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-11T19:55:39.671Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-11T19:55:39.703Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-11T19:55:46.718Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-11T19:55:46.721Z | + git fetch origin 9dfa35b328ef43e6efd533eddd4b8858fb66498f |
89 | 2025-02-11T19:55:47.078Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-11T19:55:47.078Z | * branch 9dfa35b328ef43e6efd533eddd4b8858fb66498f -> FETCH_HEAD |
91 | 2025-02-11T19:55:47.089Z | + [[ -n '' ]] |
92 | 2025-02-11T19:55:47.089Z | + git reset --hard 9dfa35b328ef43e6efd533eddd4b8858fb66498f |
93 | 2025-02-11T19:55:47.204Z | HEAD is now at 9dfa35b32 @smklein's comment suggestion |
94 | 2025-02-11T19:55:47.207Z | process exited: duration 7542 ms, exit code 0 |
|
95 | 2025-02-11T19:55:47.212Z | starting task 4: "build" |
96 | 2025-02-11T19:55:47.218Z | + source .github/buildomat/ci-env.sh |
97 | 2025-02-11T19:55:47.218Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-02-11T19:55:47.218Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-02-11T19:55:47.218Z | + cargo --version |
100 | 2025-02-11T19:55:47.269Z | cargo 1.84.0 (66221abde 2024-11-19) |
101 | 2025-02-11T19:55:47.272Z | + rustc --version |
102 | 2025-02-11T19:55:47.333Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
103 | 2025-02-11T19:55:47.336Z | + WORK=/work |
104 | 2025-02-11T19:55:47.336Z | + pfexec mkdir -p /work |
105 | 2025-02-11T19:55:47.340Z | + pfexec chown build /work |
106 | 2025-02-11T19:55:47.342Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
107 | 2025-02-11T19:55:51.474Z | pkg list: illegal option -- F |
108 | 2025-02-11T19:55:51.474Z | Usage: |
109 | 2025-02-11T19:55:51.477Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
110 | 2025-02-11T19:55:51.477Z | [pkg_fmri_pattern ...] |
111 | 2025-02-11T19:55:52.331Z | pkg list: illegal option -- F |
112 | 2025-02-11T19:55:52.331Z | Usage: |
113 | 2025-02-11T19:55:52.334Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
114 | 2025-02-11T19:55:52.334Z | [pkg_fmri_pattern ...] |
115 | 2025-02-11T19:55:58.313Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2025-02-11T19:56:02.539Z | Startup: Caching catalogs ... Done |
117 | 2025-02-11T19:56:15.331Z | Planning: Solver setup ... Done (11.850s) |
118 | 2025-02-11T19:56:15.487Z | Planning: Running solver ... Done (0.156s) |
119 | 2025-02-11T19:56:15.610Z | Planning: Finding local manifests ... Done (0.006s) |
120 | 2025-02-11T19:56:15.705Z | Planning: Fetching manifests: 0/7 0% complete |
121 | 2025-02-11T19:56:16.424Z | Planning: Fetching manifests: 7/7 100% complete |
122 | 2025-02-11T19:56:16.534Z | Planning: Package planning ... Done (0.110s) |
123 | 2025-02-11T19:56:16.591Z | Planning: Merging actions ... Done (0.057s) |
124 | 2025-02-11T19:56:16.788Z | Planning: Checking for conflicting actions ... Done (0.197s) |
125 | 2025-02-11T19:56:18.596Z | Planning: Consolidating action changes ... Done (1.808s) |
126 | 2025-02-11T19:56:19.023Z | Planning: Evaluating mediators ... Done (0.426s) |
127 | 2025-02-11T19:56:19.211Z | Planning: Planning completed in 16.57 seconds |
128 | 2025-02-11T19:56:19.226Z | Packages to install: 4 |
129 | 2025-02-11T19:56:19.226Z | Packages to update: 3 |
130 | 2025-02-11T19:56:19.226Z | Mediators to change: 2 |
131 | 2025-02-11T19:56:19.226Z | Services to change: 1 |
132 | 2025-02-11T19:56:19.226Z | Estimated space available: 155.61 GB |
133 | 2025-02-11T19:56:19.229Z | Estimated space to be consumed: 1.65 GB |
134 | 2025-02-11T19:56:19.229Z | Create boot environment: No |
135 | 2025-02-11T19:56:19.229Z | Create backup boot environment: Yes |
136 | 2025-02-11T19:56:19.229Z | Rebuild boot archive: No |
137 | 2025-02-11T19:56:19.229Z | |
138 | 2025-02-11T19:56:19.229Z | Changed mediators: |
139 | 2025-02-11T19:56:19.229Z | mediator clang: |
140 | 2025-02-11T19:56:19.229Z | version: None -> 15 (system default) |
141 | 2025-02-11T19:56:19.229Z | |
142 | 2025-02-11T19:56:19.229Z | mediator llvm: |
143 | 2025-02-11T19:56:19.230Z | version: 14 (system default) -> 15 (system default) |
144 | 2025-02-11T19:56:19.230Z | |
145 | 2025-02-11T19:56:19.230Z | Changed packages: |
146 | 2025-02-11T19:56:19.230Z | helios-dev |
147 | 2025-02-11T19:56:19.230Z | developer/build-essential |
148 | 2025-02-11T19:56:19.230Z | None -> 11-2.0 |
149 | 2025-02-11T19:56:19.230Z | library/libxmlsec1 |
150 | 2025-02-11T19:56:19.230Z | None -> 1.2.35-2.0 |
151 | 2025-02-11T19:56:19.230Z | ooce/developer/clang-15 |
152 | 2025-02-11T19:56:19.230Z | None -> 15.0.7-2.0 |
153 | 2025-02-11T19:56:19.230Z | ooce/developer/llvm-15 |
154 | 2025-02-11T19:56:19.230Z | None -> 15.0.7-2.0 |
155 | 2025-02-11T19:56:19.230Z | package/pkg |
156 | 2025-02-11T19:56:19.230Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2025-02-11T19:56:19.230Z | system/library/g++-runtime |
158 | 2025-02-11T19:56:19.230Z | 13-2.0 -> 14-2.0 |
159 | 2025-02-11T19:56:19.230Z | system/library/gcc-runtime |
160 | 2025-02-11T19:56:19.230Z | 13-2.0 -> 14-2.0 |
161 | 2025-02-11T19:56:19.230Z | |
162 | 2025-02-11T19:56:19.230Z | Services: |
163 | 2025-02-11T19:56:19.230Z | restart_fmri: |
164 | 2025-02-11T19:56:19.230Z | svc:/system/update-man-index:default |
165 | 2025-02-11T19:56:19.230Z | |
166 | 2025-02-11T19:56:19.230Z | Editable files to change: |
167 | 2025-02-11T19:56:19.230Z | Update: |
168 | 2025-02-11T19:56:19.230Z | usr/share/lib/pkg/web/config.shtml |
169 | 2025-02-11T19:56:19.309Z | |
170 | 2025-02-11T19:56:19.309Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
171 | 2025-02-11T19:56:24.314Z | Download: 664/4301 items 18.0/225.4MB 7% complete (3.7M/s) |
172 | 2025-02-11T19:56:29.367Z | Download: 1189/4301 items 82.6/225.4MB 36% complete (8.9M/s) |
173 | 2025-02-11T19:56:35.170Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (8.3M/s) |
174 | 2025-02-11T19:56:42.381Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (3.8M/s) |
175 | 2025-02-11T19:56:47.402Z | Download: 2893/4301 items 121.2/225.4MB 53% complete (333k/s) |
176 | 2025-02-11T19:56:53.920Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.9M/s) |
177 | 2025-02-11T19:56:59.779Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.8M/s) |
178 | 2025-02-11T19:57:04.780Z | Download: 3783/4301 items 216.9/225.4MB 96% complete (2.8M/s) |
179 | 2025-02-11T19:57:09.433Z | Download: Completed 225.42 MB in 50.12 seconds (4.5M/s) |
180 | 2025-02-11T19:57:11.525Z | Actions: 1/5122 actions (Removing old actions) |
181 | 2025-02-11T19:57:11.545Z | Actions: 194/5122 actions (Installing new actions) |
182 | 2025-02-11T19:57:16.646Z | Actions: 4125/5122 actions (Installing new actions) |
183 | 2025-02-11T19:57:16.878Z | Actions: 4267/5122 actions (Updating modified actions) |
184 | 2025-02-11T19:57:17.307Z | Actions: Completed 5122 actions in 5.78 seconds. |
185 | 2025-02-11T19:57:17.541Z | Done (0.225s) |
186 | 2025-02-11T19:57:17.544Z | Done (0.001s) |
187 | 2025-02-11T19:57:18.136Z | Done (0.594s) |
188 | 2025-02-11T19:57:22.555Z | Done (4.192s) |
189 | 2025-02-11T19:57:22.640Z | Done (0.016s) |
190 | 2025-02-11T19:57:22.643Z | Done (0.000s) |
191 | 2025-02-11T19:57:22.825Z | Done (0.000s) |
192 | 2025-02-11T19:57:23.539Z | Planning: Evaluating mediator changes ... Done |
193 | 2025-02-11T19:57:23.706Z | Planning: Checking for conflicting actions ... Done |
194 | 2025-02-11T19:57:23.708Z | Planning: Consolidating action changes ... Done |
195 | 2025-02-11T19:57:23.983Z | Planning: Evaluating mediators ... Done |
196 | 2025-02-11T19:57:23.985Z | Planning: Planning completed in 0.44 seconds |
197 | 2025-02-11T19:57:24.023Z | Mediators to change: 2 |
198 | 2025-02-11T19:57:24.023Z | Create boot environment: No |
199 | 2025-02-11T19:57:24.026Z | Create backup boot environment: No |
200 | 2025-02-11T19:57:24.108Z | Done |
201 | 2025-02-11T19:57:24.108Z | Done |
202 | 2025-02-11T19:57:24.485Z | Done |
203 | 2025-02-11T19:57:28.130Z | Done |
204 | 2025-02-11T19:57:28.224Z | Done |
205 | 2025-02-11T19:57:28.227Z | Done |
206 | 2025-02-11T19:57:28.361Z | Done |
207 | 2025-02-11T19:57:28.983Z | Planning: Evaluating mediator changes ... Done |
208 | 2025-02-11T19:57:28.986Z | Planning: Merging actions ... Done |
209 | 2025-02-11T19:57:29.173Z | Planning: Checking for conflicting actions ... Done |
210 | 2025-02-11T19:57:29.176Z | Planning: Consolidating action changes ... Done |
211 | 2025-02-11T19:57:29.443Z | Planning: Evaluating mediators ... Done |
212 | 2025-02-11T19:57:29.498Z | Planning: Planning completed in 0.76 seconds |
213 | 2025-02-11T19:57:29.540Z | Packages to change: 1 |
214 | 2025-02-11T19:57:29.540Z | Mediators to change: 1 |
215 | 2025-02-11T19:57:29.543Z | Services to change: 1 |
216 | 2025-02-11T19:57:29.543Z | Create boot environment: No |
217 | 2025-02-11T19:57:29.543Z | Create backup boot environment: Yes |
218 | 2025-02-11T19:57:31.732Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2025-02-11T19:57:31.735Z | Actions: Completed 6 actions in 0.00 seconds. |
220 | 2025-02-11T19:57:31.735Z | Done |
221 | 2025-02-11T19:57:31.735Z | Done |
222 | 2025-02-11T19:57:31.855Z | Done |
223 | 2025-02-11T19:57:35.624Z | Done |
224 | 2025-02-11T19:57:35.719Z | Done |
225 | 2025-02-11T19:57:35.722Z | Done |
226 | 2025-02-11T19:57:35.862Z | Done |
227 | 2025-02-11T19:57:36.302Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2025-02-11T19:57:36.302Z | clang system 15 system |
229 | 2025-02-11T19:57:36.302Z | csh system system illumos |
230 | 2025-02-11T19:57:36.302Z | ctags system system illumos |
231 | 2025-02-11T19:57:36.302Z | gcc vendor 12 vendor |
232 | 2025-02-11T19:57:36.302Z | gcc system 10 system |
233 | 2025-02-11T19:57:36.302Z | gcc system 7 system |
234 | 2025-02-11T19:57:36.302Z | go system 1.20 system |
235 | 2025-02-11T19:57:36.302Z | go system 1.19 system |
236 | 2025-02-11T19:57:36.302Z | llvm system 15 system |
237 | 2025-02-11T19:57:36.302Z | llvm system 14 system |
238 | 2025-02-11T19:57:36.302Z | mariadb system 10.6 system |
239 | 2025-02-11T19:57:36.302Z | mta vendor vendor dma |
240 | 2025-02-11T19:57:36.302Z | openjdk system 17 system |
241 | 2025-02-11T19:57:36.302Z | openjdk system 11 system |
242 | 2025-02-11T19:57:36.302Z | openjdk system 1.8 system |
243 | 2025-02-11T19:57:36.302Z | openssl vendor 3 vendor |
244 | 2025-02-11T19:57:36.302Z | perl system 5.36 system |
245 | 2025-02-11T19:57:36.302Z | postgresql system 15 system |
246 | 2025-02-11T19:57:36.302Z | postgresql system 13 system |
247 | 2025-02-11T19:57:36.302Z | python vendor 3 vendor |
248 | 2025-02-11T19:57:36.302Z | python system 2 system |
249 | 2025-02-11T19:57:36.302Z | python3 system 3.11 system |
250 | 2025-02-11T19:57:36.302Z | ruby system 3.0 system |
251 | 2025-02-11T19:57:36.303Z | words vendor vendor american-english |
252 | 2025-02-11T19:57:36.303Z | words system system australian-english |
253 | 2025-02-11T19:57:36.303Z | words system system british-english |
254 | 2025-02-11T19:57:36.303Z | words system system canadian-english |
255 | 2025-02-11T19:57:36.303Z | words system system french |
256 | 2025-02-11T19:57:36.303Z | words system system italian |
257 | 2025-02-11T19:57:36.303Z | words system system ngerman |
258 | 2025-02-11T19:57:36.303Z | words system system ogerman |
259 | 2025-02-11T19:57:36.303Z | words system system spanish |
260 | 2025-02-11T19:57:36.634Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2025-02-11T19:57:36.634Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2025-02-11T19:57:39.568Z | FMRI IFO |
263 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
270 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
273 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
274 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
276 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
277 | 2025-02-11T19:57:39.569Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2025-02-11T19:57:40.349Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2025-02-11T19:57:40.624Z | Updating crates.io index |
280 | 2025-02-11T19:57:40.656Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
281 | 2025-02-11T19:57:40.979Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2025-02-11T19:57:41.722Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2025-02-11T19:57:42.016Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2025-02-11T19:57:42.259Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2025-02-11T19:57:42.551Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2025-02-11T19:57:43.445Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2025-02-11T19:57:45.169Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2025-02-11T19:57:46.001Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2025-02-11T19:57:46.778Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2025-02-11T19:57:47.062Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2025-02-11T19:57:47.412Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2025-02-11T19:57:48.050Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2025-02-11T19:57:48.423Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2025-02-11T19:57:48.774Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2025-02-11T19:57:49.085Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2025-02-11T19:57:49.332Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2025-02-11T19:57:49.595Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2025-02-11T19:57:49.951Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
299 | 2025-02-11T19:57:50.450Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
300 | 2025-02-11T19:57:50.786Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
301 | 2025-02-11T19:57:51.068Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2025-02-11T19:57:51.514Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
303 | 2025-02-11T19:57:52.104Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2025-02-11T19:57:52.590Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
305 | 2025-02-11T19:57:52.901Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
306 | 2025-02-11T19:57:53.328Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
307 | 2025-02-11T19:57:53.761Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
308 | 2025-02-11T19:57:54.075Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
309 | 2025-02-11T19:57:54.401Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
310 | 2025-02-11T19:57:54.671Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
311 | 2025-02-11T19:57:56.011Z | Downloading crates ... |
312 | 2025-02-11T19:57:56.099Z | Downloaded cpufeatures v0.2.14 |
313 | 2025-02-11T19:57:56.102Z | Downloaded equivalent v1.0.1 |
314 | 2025-02-11T19:57:56.105Z | Downloaded colorchoice v1.0.2 |
315 | 2025-02-11T19:57:56.108Z | Downloaded anstream v0.6.15 |
316 | 2025-02-11T19:57:56.111Z | Downloaded fnv v1.0.7 |
317 | 2025-02-11T19:57:56.114Z | Downloaded dtrace-parser v0.2.0 |
318 | 2025-02-11T19:57:56.114Z | Downloaded digest v0.10.7 |
319 | 2025-02-11T19:57:56.116Z | Downloaded fs-err v2.11.0 |
320 | 2025-02-11T19:57:56.119Z | Downloaded fastrand v2.1.1 |
321 | 2025-02-11T19:57:56.121Z | Downloaded crypto-common v0.1.6 |
322 | 2025-02-11T19:57:56.121Z | Downloaded clap_lex v0.7.4 |
323 | 2025-02-11T19:57:56.124Z | Downloaded clap_derive v4.5.24 |
324 | 2025-02-11T19:57:56.124Z | Downloaded dof v0.3.0 |
325 | 2025-02-11T19:57:56.145Z | Downloaded generic-array v0.14.7 |
326 | 2025-02-11T19:57:56.147Z | Downloaded plain v0.2.3 |
327 | 2025-02-11T19:57:56.150Z | Downloaded papergrid v0.11.0 |
328 | 2025-02-11T19:57:56.154Z | Downloaded heck v0.4.1 |
329 | 2025-02-11T19:57:56.172Z | Downloaded pretty-hex v0.4.1 |
330 | 2025-02-11T19:57:56.175Z | Downloaded swrite v0.1.0 |
331 | 2025-02-11T19:57:56.175Z | Downloaded is_terminal_polyfill v1.70.1 |
332 | 2025-02-11T19:57:56.181Z | Downloaded scroll_derive v0.12.0 |
333 | 2025-02-11T19:57:56.199Z | Downloaded heck v0.5.0 |
334 | 2025-02-11T19:57:56.207Z | Downloaded usdt-macro v0.5.0 |
335 | 2025-02-11T19:57:56.210Z | Downloaded proc-macro-error-attr v1.0.4 |
336 | 2025-02-11T19:57:56.210Z | Downloaded macaddr v1.0.1 |
337 | 2025-02-11T19:57:56.212Z | Downloaded itoa v1.0.11 |
338 | 2025-02-11T19:57:56.212Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2025-02-11T19:57:56.217Z | Downloaded serde_tokenstream v0.2.2 |
340 | 2025-02-11T19:57:56.220Z | Downloaded pest_generator v2.7.14 |
341 | 2025-02-11T19:57:56.225Z | Downloaded thiserror v1.0.69 |
342 | 2025-02-11T19:57:56.230Z | Downloaded usdt v0.5.0 |
343 | 2025-02-11T19:57:56.232Z | Downloaded thread-id v4.2.2 |
344 | 2025-02-11T19:57:56.232Z | Downloaded strsim v0.11.1 |
345 | 2025-02-11T19:57:56.235Z | Downloaded scroll v0.12.0 |
346 | 2025-02-11T19:57:56.235Z | Downloaded unicode-linebreak v0.1.5 |
347 | 2025-02-11T19:57:56.238Z | Downloaded toml_datetime v0.6.8 |
348 | 2025-02-11T19:57:56.238Z | Downloaded thiserror-impl v1.0.69 |
349 | 2025-02-11T19:57:56.240Z | Downloaded terminal_size v0.4.0 |
350 | 2025-02-11T19:57:56.240Z | Downloaded tabled_derive v0.7.0 |
351 | 2025-02-11T19:57:56.243Z | Downloaded smawk v0.3.2 |
352 | 2025-02-11T19:57:56.243Z | Downloaded serde_spanned v0.6.8 |
353 | 2025-02-11T19:57:56.246Z | Downloaded block-buffer v0.10.4 |
354 | 2025-02-11T19:57:56.246Z | Downloaded proc-macro-error v1.0.4 |
355 | 2025-02-11T19:57:56.248Z | Downloaded bytecount v0.6.8 |
356 | 2025-02-11T19:57:56.251Z | Downloaded anstyle-query v1.1.1 |
357 | 2025-02-11T19:57:56.251Z | Downloaded errno v0.3.9 |
358 | 2025-02-11T19:57:56.254Z | Downloaded memmap v0.7.0 |
359 | 2025-02-11T19:57:56.254Z | Downloaded cargo-platform v0.1.8 |
360 | 2025-02-11T19:57:56.256Z | Downloaded anstyle v1.0.10 |
361 | 2025-02-11T19:57:56.256Z | Downloaded camino-tempfile v1.1.1 |
362 | 2025-02-11T19:57:56.259Z | Downloaded byteorder v1.5.0 |
363 | 2025-02-11T19:57:56.262Z | Downloaded autocfg v1.4.0 |
364 | 2025-02-11T19:57:56.262Z | Downloaded version_check v0.9.5 |
365 | 2025-02-11T19:57:56.262Z | Downloaded utf8parse v0.2.2 |
366 | 2025-02-11T19:57:56.265Z | Downloaded quote v1.0.38 |
367 | 2025-02-11T19:57:56.267Z | Downloaded pest_derive v2.7.14 |
368 | 2025-02-11T19:57:56.270Z | Downloaded usdt-impl v0.5.0 |
369 | 2025-02-11T19:57:56.270Z | Downloaded cfg-if v1.0.0 |
370 | 2025-02-11T19:57:56.273Z | Downloaded semver v1.0.24 |
371 | 2025-02-11T19:57:56.273Z | Downloaded cargo_metadata v0.18.1 |
372 | 2025-02-11T19:57:56.279Z | Downloaded anstyle-parse v0.2.5 |
373 | 2025-02-11T19:57:56.282Z | Downloaded tempfile v3.13.0 |
374 | 2025-02-11T19:57:56.289Z | Downloaded sha2 v0.10.8 |
375 | 2025-02-11T19:57:56.292Z | Downloaded proc-macro2 v1.0.92 |
376 | 2025-02-11T19:57:56.296Z | Downloaded once_cell v1.20.2 |
377 | 2025-02-11T19:57:56.298Z | Downloaded zerocopy-derive v0.7.35 |
378 | 2025-02-11T19:57:56.302Z | Downloaded toml v0.8.19 |
379 | 2025-02-11T19:57:56.306Z | Downloaded ryu v1.0.18 |
380 | 2025-02-11T19:57:56.309Z | Downloaded pest_meta v2.7.14 |
381 | 2025-02-11T19:57:56.311Z | Downloaded log v0.4.22 |
382 | 2025-02-11T19:57:56.314Z | Downloaded cargo_toml v0.20.5 |
383 | 2025-02-11T19:57:56.316Z | Downloaded unicode-ident v1.0.14 |
384 | 2025-02-11T19:57:56.319Z | Downloaded ucd-trie v0.1.7 |
385 | 2025-02-11T19:57:56.319Z | Downloaded anyhow v1.0.95 |
386 | 2025-02-11T19:57:56.322Z | Downloaded camino v1.1.9 |
387 | 2025-02-11T19:57:56.324Z | Downloaded clap v4.5.27 |
388 | 2025-02-11T19:57:56.332Z | Downloaded serde_derive v1.0.217 |
389 | 2025-02-11T19:57:56.334Z | Downloaded bitflags v2.6.0 |
390 | 2025-02-11T19:57:56.341Z | Downloaded typenum v1.17.0 |
391 | 2025-02-11T19:57:56.344Z | Downloaded textwrap v0.16.1 |
392 | 2025-02-11T19:57:56.350Z | Downloaded serde v1.0.217 |
393 | 2025-02-11T19:57:56.367Z | Downloaded memchr v2.7.4 |
394 | 2025-02-11T19:57:56.377Z | Downloaded indexmap v2.7.1 |
395 | 2025-02-11T19:57:56.385Z | Downloaded toml_edit v0.22.22 |
396 | 2025-02-11T19:57:56.406Z | Downloaded pest v2.7.14 |
397 | 2025-02-11T19:57:56.415Z | Downloaded hashbrown v0.15.1 |
398 | 2025-02-11T19:57:56.425Z | Downloaded serde_json v1.0.135 |
399 | 2025-02-11T19:57:56.434Z | Downloaded clap_builder v4.5.27 |
400 | 2025-02-11T19:57:56.442Z | Downloaded zerocopy v0.7.35 |
401 | 2025-02-11T19:57:56.457Z | Downloaded winnow v0.6.20 |
402 | 2025-02-11T19:57:56.465Z | Downloaded goblin v0.8.2 |
403 | 2025-02-11T19:57:56.471Z | Downloaded tabled v0.15.0 |
404 | 2025-02-11T19:57:56.487Z | Downloaded unicode-width v0.1.14 |
405 | 2025-02-11T19:57:56.491Z | Downloaded syn v1.0.109 |
406 | 2025-02-11T19:57:56.501Z | Downloaded syn v2.0.96 |
407 | 2025-02-11T19:57:56.512Z | Downloaded rustix v0.38.37 |
408 | 2025-02-11T19:57:56.542Z | Downloaded libc v0.2.169 |
409 | 2025-02-11T19:57:56.855Z | Compiling proc-macro2 v1.0.92 |
410 | 2025-02-11T19:57:56.855Z | Compiling unicode-ident v1.0.14 |
411 | 2025-02-11T19:57:56.857Z | Compiling version_check v0.9.5 |
412 | 2025-02-11T19:57:56.857Z | Compiling serde v1.0.217 |
413 | 2025-02-11T19:57:56.857Z | Compiling thiserror v1.0.69 |
414 | 2025-02-11T19:57:56.857Z | Compiling memchr v2.7.4 |
415 | 2025-02-11T19:57:56.891Z | Compiling libc v0.2.169 |
416 | 2025-02-11T19:57:56.894Z | Compiling itoa v1.0.11 |
417 | 2025-02-11T19:57:57.118Z | Compiling ryu v1.0.18 |
418 | 2025-02-11T19:57:57.219Z | Compiling ucd-trie v0.1.7 |
419 | 2025-02-11T19:57:57.585Z | Compiling once_cell v1.20.2 |
420 | 2025-02-11T19:57:57.609Z | Compiling byteorder v1.5.0 |
421 | 2025-02-11T19:57:57.745Z | Compiling serde_json v1.0.135 |
422 | 2025-02-11T19:57:57.979Z | Compiling rustix v0.38.37 |
423 | 2025-02-11T19:57:58.061Z | Compiling bitflags v2.6.0 |
424 | 2025-02-11T19:57:58.123Z | Compiling proc-macro-error-attr v1.0.4 |
425 | 2025-02-11T19:57:58.376Z | Compiling usdt-impl v0.5.0 |
426 | 2025-02-11T19:57:58.412Z | Compiling syn v1.0.109 |
427 | 2025-02-11T19:57:58.487Z | Compiling proc-macro-error v1.0.4 |
428 | 2025-02-11T19:57:58.535Z | Compiling log v0.4.22 |
429 | 2025-02-11T19:57:58.689Z | Compiling quote v1.0.38 |
430 | 2025-02-11T19:57:58.805Z | Compiling plain v0.2.3 |
431 | 2025-02-11T19:57:58.898Z | Compiling errno v0.3.9 |
432 | 2025-02-11T19:57:58.939Z | Compiling utf8parse v0.2.2 |
433 | 2025-02-11T19:57:58.988Z | Compiling equivalent v1.0.1 |
434 | 2025-02-11T19:57:59.039Z | Compiling camino v1.1.9 |
435 | 2025-02-11T19:57:59.069Z | Compiling syn v2.0.96 |
436 | 2025-02-11T19:57:59.135Z | Compiling hashbrown v0.15.1 |
437 | 2025-02-11T19:57:59.138Z | Compiling anstyle-parse v0.2.5 |
438 | 2025-02-11T19:57:59.407Z | Compiling thread-id v4.2.2 |
439 | 2025-02-11T19:57:59.652Z | Compiling autocfg v1.4.0 |
440 | 2025-02-11T19:57:59.706Z | Compiling anstyle-query v1.1.1 |
441 | 2025-02-11T19:57:59.863Z | Compiling pretty-hex v0.4.1 |
442 | 2025-02-11T19:57:59.889Z | Compiling unicode-width v0.1.14 |
443 | 2025-02-11T19:58:00.114Z | Compiling anstyle v1.0.10 |
444 | 2025-02-11T19:58:00.180Z | Compiling indexmap v2.7.1 |
445 | 2025-02-11T19:58:00.222Z | Compiling is_terminal_polyfill v1.70.1 |
446 | 2025-02-11T19:58:00.375Z | Compiling colorchoice v1.0.2 |
447 | 2025-02-11T19:58:00.439Z | Compiling semver v1.0.24 |
448 | 2025-02-11T19:58:00.532Z | Compiling winnow v0.6.20 |
449 | 2025-02-11T19:58:00.560Z | Compiling anstream v0.6.15 |
450 | 2025-02-11T19:58:00.652Z | Compiling fs-err v2.11.0 |
451 | 2025-02-11T19:58:01.054Z | Compiling terminal_size v0.4.0 |
452 | 2025-02-11T19:58:01.221Z | Compiling cfg-if v1.0.0 |
453 | 2025-02-11T19:58:01.285Z | Compiling strsim v0.11.1 |
454 | 2025-02-11T19:58:01.335Z | Compiling heck v0.5.0 |
455 | 2025-02-11T19:58:01.506Z | Compiling fnv v1.0.7 |
456 | 2025-02-11T19:58:01.669Z | Compiling clap_lex v0.7.4 |
457 | 2025-02-11T19:58:01.714Z | Compiling anyhow v1.0.95 |
458 | 2025-02-11T19:58:01.717Z | Compiling fastrand v2.1.1 |
459 | 2025-02-11T19:58:01.811Z | Compiling bytecount v0.6.8 |
460 | 2025-02-11T19:58:02.085Z | Compiling heck v0.4.1 |
461 | 2025-02-11T19:58:02.117Z | Compiling papergrid v0.11.0 |
462 | 2025-02-11T19:58:02.284Z | Compiling tempfile v3.13.0 |
463 | 2025-02-11T19:58:02.516Z | Compiling clap_builder v4.5.27 |
464 | 2025-02-11T19:58:02.720Z | Compiling memmap v0.7.0 |
465 | 2025-02-11T19:58:02.849Z | Compiling unicode-linebreak v0.1.5 |
466 | 2025-02-11T19:58:03.057Z | Compiling smawk v0.3.2 |
467 | 2025-02-11T19:58:03.281Z | Compiling textwrap v0.16.1 |
468 | 2025-02-11T19:58:03.622Z | Compiling swrite v0.1.0 |
469 | 2025-02-11T19:58:04.412Z | Compiling tabled_derive v0.7.0 |
470 | 2025-02-11T19:58:05.760Z | Compiling tabled v0.15.0 |
471 | 2025-02-11T19:58:06.076Z | Compiling serde_derive v1.0.217 |
472 | 2025-02-11T19:58:06.079Z | Compiling thiserror-impl v1.0.69 |
473 | 2025-02-11T19:58:06.079Z | Compiling zerocopy-derive v0.7.35 |
474 | 2025-02-11T19:58:06.079Z | Compiling scroll_derive v0.12.0 |
475 | 2025-02-11T19:58:06.079Z | Compiling clap_derive v4.5.24 |
476 | 2025-02-11T19:58:07.499Z | Compiling scroll v0.12.0 |
477 | 2025-02-11T19:58:07.955Z | Compiling goblin v0.8.2 |
478 | 2025-02-11T19:58:07.980Z | Compiling zerocopy v0.7.35 |
479 | 2025-02-11T19:58:09.099Z | Compiling pest v2.7.14 |
480 | 2025-02-11T19:58:09.603Z | Compiling clap v4.5.27 |
481 | 2025-02-11T19:58:11.278Z | Compiling pest_meta v2.7.14 |
482 | 2025-02-11T19:58:12.166Z | Compiling pest_generator v2.7.14 |
483 | 2025-02-11T19:58:13.649Z | Compiling pest_derive v2.7.14 |
484 | 2025-02-11T19:58:14.215Z | Compiling dtrace-parser v0.2.0 |
485 | 2025-02-11T19:58:14.876Z | Compiling toml_datetime v0.6.8 |
486 | 2025-02-11T19:58:14.925Z | Compiling serde_spanned v0.6.8 |
487 | 2025-02-11T19:58:15.009Z | Compiling serde_tokenstream v0.2.2 |
488 | 2025-02-11T19:58:15.095Z | Compiling cargo-platform v0.1.8 |
489 | 2025-02-11T19:58:15.185Z | Compiling macaddr v1.0.1 |
490 | 2025-02-11T19:58:15.369Z | Compiling toml_edit v0.22.22 |
491 | 2025-02-11T19:58:15.609Z | Compiling camino-tempfile v1.1.1 |
492 | 2025-02-11T19:58:16.343Z | Compiling dof v0.3.0 |
493 | 2025-02-11T19:58:16.343Z | Compiling cargo_metadata v0.18.1 |
494 | 2025-02-11T19:58:17.812Z | Compiling usdt-attr-macro v0.5.0 |
495 | 2025-02-11T19:58:17.812Z | Compiling usdt-macro v0.5.0 |
496 | 2025-02-11T19:58:18.292Z | Compiling toml v0.8.19 |
497 | 2025-02-11T19:58:18.939Z | Compiling usdt v0.5.0 |
498 | 2025-02-11T19:58:19.063Z | Compiling cargo_toml v0.20.5 |
499 | 2025-02-11T19:58:21.667Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
500 | 2025-02-11T19:58:24.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.65s |
501 | 2025-02-11T19:58:25.054Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
502 | 2025-02-11T19:58:25.595Z | Downloading crates ... |
503 | 2025-02-11T19:58:25.717Z | Downloaded atty v0.2.14 |
504 | 2025-02-11T19:58:25.723Z | Downloaded aead v0.5.2 |
505 | 2025-02-11T19:58:25.728Z | Downloaded atomicwrites v0.4.4 |
506 | 2025-02-11T19:58:25.733Z | Downloaded async-stream-impl v0.3.6 |
507 | 2025-02-11T19:58:25.735Z | Downloaded hex v0.4.3 |
508 | 2025-02-11T19:58:25.740Z | Downloaded darling v0.20.10 |
509 | 2025-02-11T19:58:25.746Z | Downloaded cstr-argument v0.1.2 |
510 | 2025-02-11T19:58:25.749Z | Downloaded hex-literal v0.4.1 |
511 | 2025-02-11T19:58:25.752Z | Downloaded ciborium-io v0.2.2 |
512 | 2025-02-11T19:58:25.755Z | Downloaded crucible-workspace-hack v0.1.0 |
513 | 2025-02-11T19:58:25.759Z | Downloaded cfg_aliases v0.2.1 |
514 | 2025-02-11T19:58:25.762Z | Downloaded crunchy v0.2.2 |
515 | 2025-02-11T19:58:25.764Z | Downloaded hubpack_derive v0.1.1 |
516 | 2025-02-11T19:58:25.772Z | Downloaded bit-vec v0.6.3 |
517 | 2025-02-11T19:58:25.775Z | Downloaded atomic-waker v1.1.2 |
518 | 2025-02-11T19:58:25.777Z | Downloaded match_cfg v0.1.0 |
519 | 2025-02-11T19:58:25.780Z | Downloaded md5 v0.7.0 |
520 | 2025-02-11T19:58:25.783Z | Downloaded icu_provider_macros v1.5.0 |
521 | 2025-02-11T19:58:25.785Z | Downloaded ascii-canvas v3.0.0 |
522 | 2025-02-11T19:58:25.786Z | Downloaded adler2 v2.0.0 |
523 | 2025-02-11T19:58:25.788Z | Downloaded http-body v1.0.1 |
524 | 2025-02-11T19:58:25.791Z | Downloaded base16ct v0.2.0 |
525 | 2025-02-11T19:58:25.791Z | Downloaded blowfish v0.9.1 |
526 | 2025-02-11T19:58:25.793Z | Downloaded bit-set v0.5.3 |
527 | 2025-02-11T19:58:25.793Z | Downloaded async-stream v0.3.6 |
528 | 2025-02-11T19:58:25.796Z | Downloaded cipher v0.4.4 |
529 | 2025-02-11T19:58:25.798Z | Downloaded block-padding v0.3.3 |
530 | 2025-02-11T19:58:25.801Z | Downloaded icu_properties v1.5.1 |
531 | 2025-02-11T19:58:25.803Z | Downloaded humantime v2.1.0 |
532 | 2025-02-11T19:58:25.806Z | Downloaded http-range v0.1.5 |
533 | 2025-02-11T19:58:25.806Z | Downloaded crossbeam-deque v0.8.5 |
534 | 2025-02-11T19:58:25.809Z | Downloaded heck v0.3.3 |
535 | 2025-02-11T19:58:25.811Z | Downloaded instant v0.1.13 |
536 | 2025-02-11T19:58:25.811Z | Downloaded home v0.5.9 |
537 | 2025-02-11T19:58:25.814Z | Downloaded curve25519-dalek-derive v0.1.1 |
538 | 2025-02-11T19:58:25.814Z | Downloaded crc-catalog v2.4.0 |
539 | 2025-02-11T19:58:25.816Z | Downloaded castaway v0.2.3 |
540 | 2025-02-11T19:58:25.819Z | Downloaded inout v0.1.3 |
541 | 2025-02-11T19:58:25.819Z | Downloaded cexpr v0.6.0 |
542 | 2025-02-11T19:58:25.822Z | Downloaded hyper-tls v0.6.0 |
543 | 2025-02-11T19:58:25.825Z | Downloaded linked-hash-map v0.5.6 |
544 | 2025-02-11T19:58:25.825Z | Downloaded idna_adapter v1.2.0 |
545 | 2025-02-11T19:58:25.825Z | Downloaded chrono-tz-build v0.4.0 |
546 | 2025-02-11T19:58:25.828Z | Downloaded ipnetwork v0.20.0 |
547 | 2025-02-11T19:58:25.830Z | Downloaded chacha20 v0.9.1 |
548 | 2025-02-11T19:58:25.830Z | Downloaded maplit v1.0.2 |
549 | 2025-02-11T19:58:25.833Z | Downloaded ahash v0.8.11 |
550 | 2025-02-11T19:58:25.835Z | Downloaded addr2line v0.24.2 |
551 | 2025-02-11T19:58:25.838Z | Downloaded md-5 v0.10.6 |
552 | 2025-02-11T19:58:25.838Z | Downloaded lru v0.12.5 |
553 | 2025-02-11T19:58:25.842Z | Downloaded ctr v0.9.2 |
554 | 2025-02-11T19:58:25.844Z | Downloaded lockfree-object-pool v0.1.6 |
555 | 2025-02-11T19:58:25.844Z | Downloaded backoff v0.4.0 |
556 | 2025-02-11T19:58:25.847Z | Downloaded memoffset v0.9.1 |
557 | 2025-02-11T19:58:25.849Z | Downloaded linear-map v1.2.0 |
558 | 2025-02-11T19:58:25.852Z | Downloaded mockall v0.13.0 |
559 | 2025-02-11T19:58:25.852Z | Downloaded managed v0.8.0 |
560 | 2025-02-11T19:58:25.855Z | Downloaded kstat-rs v0.2.4 |
561 | 2025-02-11T19:58:25.855Z | Downloaded hubpack v0.1.2 |
562 | 2025-02-11T19:58:25.858Z | Downloaded highway v1.2.0 |
563 | 2025-02-11T19:58:25.861Z | Downloaded cbc v0.1.2 |
564 | 2025-02-11T19:58:25.861Z | Downloaded bitfield-struct v0.6.2 |
565 | 2025-02-11T19:58:25.864Z | Downloaded sigpipe v0.1.3 |
566 | 2025-02-11T19:58:25.864Z | Downloaded lock_api v0.4.12 |
567 | 2025-02-11T19:58:25.866Z | Downloaded bcs v0.1.6 |
568 | 2025-02-11T19:58:25.869Z | Downloaded indoc v1.0.9 |
569 | 2025-02-11T19:58:25.872Z | Downloaded hyper-rustls v0.27.3 |
570 | 2025-02-11T19:58:25.875Z | Downloaded rand_seeder v0.3.0 |
571 | 2025-02-11T19:58:25.875Z | Downloaded lazycell v1.3.0 |
572 | 2025-02-11T19:58:25.877Z | Downloaded lazy_static v1.5.0 |
573 | 2025-02-11T19:58:25.880Z | Downloaded keccak v0.1.5 |
574 | 2025-02-11T19:58:25.880Z | Downloaded ipnet v2.10.1 |
575 | 2025-02-11T19:58:25.882Z | Downloaded libsw v3.3.1 |
576 | 2025-02-11T19:58:25.885Z | Downloaded jobserver v0.1.32 |
577 | 2025-02-11T19:58:25.888Z | Downloaded ciborium v0.2.2 |
578 | 2025-02-11T19:58:25.891Z | Downloaded cassowary v0.3.0 |
579 | 2025-02-11T19:58:25.894Z | Downloaded iana-time-zone v0.1.61 |
580 | 2025-02-11T19:58:25.897Z | Downloaded sync-ptr v0.1.1 |
581 | 2025-02-11T19:58:25.897Z | Downloaded progenitor-client v0.9.1 |
582 | 2025-02-11T19:58:25.899Z | Downloaded multer v3.1.0 |
583 | 2025-02-11T19:58:25.902Z | Downloaded litemap v0.7.3 |
584 | 2025-02-11T19:58:25.905Z | Downloaded mime_guess v2.0.5 |
585 | 2025-02-11T19:58:25.907Z | Downloaded memmap2 v0.9.5 |
586 | 2025-02-11T19:58:25.908Z | Downloaded icu_normalizer_data v1.5.0 |
587 | 2025-02-11T19:58:25.910Z | Downloaded cfg_aliases v0.1.1 |
588 | 2025-02-11T19:58:25.913Z | Downloaded yoke-derive v0.7.4 |
589 | 2025-02-11T19:58:25.913Z | Downloaded hyper-util v0.1.10 |
590 | 2025-02-11T19:58:25.917Z | Downloaded downcast v0.11.0 |
591 | 2025-02-11T19:58:25.920Z | Downloaded radium v0.7.0 |
592 | 2025-02-11T19:58:25.923Z | Downloaded mirai-annotations v1.12.0 |
593 | 2025-02-11T19:58:25.923Z | Downloaded zone_cfg_derive v0.1.2 |
594 | 2025-02-11T19:58:25.923Z | Downloaded waitgroup v0.1.2 |
595 | 2025-02-11T19:58:25.925Z | Downloaded scheduled-thread-pool v0.2.7 |
596 | 2025-02-11T19:58:25.926Z | Downloaded newline-converter v0.3.0 |
597 | 2025-02-11T19:58:25.928Z | Downloaded float-ord v0.3.2 |
598 | 2025-02-11T19:58:25.928Z | Downloaded salsa20 v0.10.2 |
599 | 2025-02-11T19:58:25.931Z | Downloaded rustc-hash v2.0.0 |
600 | 2025-02-11T19:58:25.931Z | Downloaded toolchain_find v0.4.0 |
601 | 2025-02-11T19:58:25.933Z | Downloaded icu_locid_transform_data v1.5.0 |
602 | 2025-02-11T19:58:25.936Z | Downloaded slog-scope v4.4.0 |
603 | 2025-02-11T19:58:25.936Z | Downloaded sha1 v0.10.6 |
604 | 2025-02-11T19:58:25.938Z | Downloaded crossbeam-utils v0.8.20 |
605 | 2025-02-11T19:58:25.941Z | Downloaded const_format_proc_macros v0.2.34 |
606 | 2025-02-11T19:58:25.944Z | Downloaded icu_normalizer v1.5.0 |
607 | 2025-02-11T19:58:25.948Z | Downloaded signature v2.2.0 |
608 | 2025-02-11T19:58:25.951Z | Downloaded slog-json v2.6.1 |
609 | 2025-02-11T19:58:25.953Z | Downloaded icu_locid v1.5.0 |
610 | 2025-02-11T19:58:25.958Z | Downloaded miniz_oxide v0.8.0 |
611 | 2025-02-11T19:58:25.961Z | Downloaded ssh-cipher v0.2.0 |
612 | 2025-02-11T19:58:25.964Z | Downloaded spki v0.7.3 |
613 | 2025-02-11T19:58:25.966Z | Downloaded opaque-debug v0.3.1 |
614 | 2025-02-11T19:58:25.966Z | Downloaded new_debug_unreachable v1.0.6 |
615 | 2025-02-11T19:58:25.969Z | Downloaded hickory-client v0.24.2 |
616 | 2025-02-11T19:58:25.973Z | Downloaded universal-hash v0.5.1 |
617 | 2025-02-11T19:58:25.974Z | Downloaded tokio-macros v2.5.0 |
618 | 2025-02-11T19:58:25.976Z | Downloaded thiserror-impl v2.0.11 |
619 | 2025-02-11T19:58:25.976Z | Downloaded whoami v1.5.2 |
620 | 2025-02-11T19:58:25.976Z | Downloaded termcolor v1.4.1 |
621 | 2025-02-11T19:58:25.979Z | Downloaded thiserror-impl-no-std v2.0.2 |
622 | 2025-02-11T19:58:25.979Z | Downloaded is-terminal v0.4.13 |
623 | 2025-02-11T19:58:25.981Z | Downloaded indent_write v2.2.0 |
624 | 2025-02-11T19:58:25.984Z | Downloaded defmt-macros v0.3.9 |
625 | 2025-02-11T19:58:25.987Z | Downloaded zone v0.3.0 |
626 | 2025-02-11T19:58:25.987Z | Downloaded document-features v0.2.10 |
627 | 2025-02-11T19:58:25.987Z | Downloaded supports-color v3.0.1 |
628 | 2025-02-11T19:58:25.989Z | Downloaded progenitor-client v0.8.0 |
629 | 2025-02-11T19:58:25.989Z | Downloaded hostname v0.4.0 |
630 | 2025-02-11T19:58:25.992Z | Downloaded blake2 v0.10.6 |
631 | 2025-02-11T19:58:25.994Z | Downloaded signal-hook-tokio v0.3.1 |
632 | 2025-02-11T19:58:25.994Z | Downloaded bitflags v1.3.2 |
633 | 2025-02-11T19:58:25.997Z | Downloaded ghash v0.5.1 |
634 | 2025-02-11T19:58:26.000Z | Downloaded futures-macro v0.3.31 |
635 | 2025-02-11T19:58:26.000Z | Downloaded float-cmp v0.9.0 |
636 | 2025-02-11T19:58:26.003Z | Downloaded sct v0.7.1 |
637 | 2025-02-11T19:58:26.006Z | Downloaded mockall_derive v0.13.0 |
638 | 2025-02-11T19:58:26.009Z | Downloaded compact_str v0.8.0 |
639 | 2025-02-11T19:58:26.012Z | Downloaded indicatif v0.17.11 |
640 | 2025-02-11T19:58:26.015Z | Downloaded const-oid v0.9.6 |
641 | 2025-02-11T19:58:26.017Z | Downloaded ff v0.13.0 |
642 | 2025-02-11T19:58:26.020Z | Downloaded chacha20poly1305 v0.10.1 |
643 | 2025-02-11T19:58:26.022Z | Downloaded cobs v0.2.3 |
644 | 2025-02-11T19:58:26.022Z | Downloaded bytes v1.9.0 |
645 | 2025-02-11T19:58:26.027Z | Downloaded nanorand v0.7.0 |
646 | 2025-02-11T19:58:26.030Z | Downloaded num_enum_derive v0.5.11 |
647 | 2025-02-11T19:58:26.032Z | Downloaded strum v0.26.3 |
648 | 2025-02-11T19:58:26.035Z | Downloaded try-lock v0.2.5 |
649 | 2025-02-11T19:58:26.035Z | Downloaded olpc-cjson v0.1.4 |
650 | 2025-02-11T19:58:26.035Z | Downloaded pbkdf2 v0.12.2 |
651 | 2025-02-11T19:58:26.038Z | Downloaded thiserror v2.0.11 |
652 | 2025-02-11T19:58:26.042Z | Downloaded rpassword v7.3.1 |
653 | 2025-02-11T19:58:26.045Z | Downloaded ref-cast-impl v1.0.23 |
654 | 2025-02-11T19:58:26.046Z | Downloaded proc-macro-crate v1.3.1 |
655 | 2025-02-11T19:58:26.049Z | Downloaded icu_locid_transform v1.5.0 |
656 | 2025-02-11T19:58:26.051Z | Downloaded console v0.15.10 |
657 | 2025-02-11T19:58:26.054Z | Downloaded rustc-hash v1.1.0 |
658 | 2025-02-11T19:58:26.054Z | Downloaded peg v0.8.4 |
659 | 2025-02-11T19:58:26.058Z | Downloaded derive_builder_macro v0.20.2 |
660 | 2025-02-11T19:58:26.060Z | Downloaded rand_chacha v0.3.1 |
661 | 2025-02-11T19:58:26.063Z | Downloaded progenitor v0.9.1 |
662 | 2025-02-11T19:58:26.063Z | Downloaded displaydoc v0.2.5 |
663 | 2025-02-11T19:58:26.065Z | Downloaded static_assertions v1.1.0 |
664 | 2025-02-11T19:58:26.068Z | Downloaded getrandom v0.2.15 |
665 | 2025-02-11T19:58:26.071Z | Downloaded crypto-bigint v0.5.5 |
666 | 2025-02-11T19:58:26.078Z | Downloaded headers-core v0.3.0 |
667 | 2025-02-11T19:58:26.080Z | Downloaded semver v0.1.20 |
668 | 2025-02-11T19:58:26.080Z | Downloaded sqlformat v0.2.6 |
669 | 2025-02-11T19:58:26.083Z | Downloaded rcgen v0.12.1 |
670 | 2025-02-11T19:58:26.085Z | Downloaded const_format v0.2.34 |
671 | 2025-02-11T19:58:26.090Z | Downloaded slog-stdlog v4.1.1 |
672 | 2025-02-11T19:58:26.093Z | Downloaded parking_lot_core v0.8.6 |
673 | 2025-02-11T19:58:26.097Z | Downloaded strum_macros v0.25.3 |
674 | 2025-02-11T19:58:26.100Z | Downloaded pin-project-internal v1.1.6 |
675 | 2025-02-11T19:58:26.100Z | Downloaded strum_macros v0.24.3 |
676 | 2025-02-11T19:58:26.103Z | Downloaded progenitor v0.8.0 |
677 | 2025-02-11T19:58:26.107Z | Downloaded pretty-hex v0.2.1 |
678 | 2025-02-11T19:58:26.107Z | Downloaded thiserror-no-std v2.0.2 |
679 | 2025-02-11T19:58:26.110Z | Downloaded utf-8 v0.7.6 |
680 | 2025-02-11T19:58:26.112Z | Downloaded untrusted v0.9.0 |
681 | 2025-02-11T19:58:26.112Z | Downloaded zerocopy v0.6.6 |
682 | 2025-02-11T19:58:26.115Z | Downloaded zerovec-derive v0.10.3 |
683 | 2025-02-11T19:58:26.118Z | Downloaded russh-cryptovec v0.7.3 |
684 | 2025-02-11T19:58:26.118Z | Downloaded pin-project-lite v0.2.14 |
685 | 2025-02-11T19:58:26.133Z | Downloaded tinyvec_macros v0.1.1 |
686 | 2025-02-11T19:58:26.136Z | Downloaded backtrace v0.3.74 |
687 | 2025-02-11T19:58:26.139Z | Downloaded termtree v0.4.1 |
688 | 2025-02-11T19:58:26.142Z | Downloaded num-conv v0.1.0 |
689 | 2025-02-11T19:58:26.142Z | Downloaded futures-task v0.3.31 |
690 | 2025-02-11T19:58:26.145Z | Downloaded hickory-server v0.24.2 |
691 | 2025-02-11T19:58:26.151Z | Downloaded hickory-resolver v0.24.2 |
692 | 2025-02-11T19:58:26.154Z | Downloaded phf_generator v0.11.2 |
693 | 2025-02-11T19:58:26.158Z | Downloaded phf_codegen v0.11.2 |
694 | 2025-02-11T19:58:26.158Z | Downloaded num-derive v0.4.2 |
695 | 2025-02-11T19:58:26.161Z | Downloaded glob v0.3.2 |
696 | 2025-02-11T19:58:26.163Z | Downloaded pem-rfc7468 v0.7.0 |
697 | 2025-02-11T19:58:26.166Z | Downloaded num v0.4.3 |
698 | 2025-02-11T19:58:26.166Z | Downloaded snafu-derive v0.8.5 |
699 | 2025-02-11T19:58:26.168Z | Downloaded thread_local v1.1.8 |
700 | 2025-02-11T19:58:26.168Z | Downloaded strum_macros v0.26.4 |
701 | 2025-02-11T19:58:26.175Z | Downloaded quinn-udp v0.5.5 |
702 | 2025-02-11T19:58:26.179Z | Downloaded progenitor-macro v0.9.1 |
703 | 2025-02-11T19:58:26.179Z | Downloaded untrusted v0.7.1 |
704 | 2025-02-11T19:58:26.179Z | Downloaded tokio-rustls v0.25.0 |
705 | 2025-02-11T19:58:26.179Z | Downloaded omicron-zone-package v0.12.0 |
706 | 2025-02-11T19:58:26.182Z | Downloaded number_prefix v0.4.0 |
707 | 2025-02-11T19:58:26.182Z | Downloaded num_threads v0.1.7 |
708 | 2025-02-11T19:58:26.184Z | Downloaded darling_macro v0.20.10 |
709 | 2025-02-11T19:58:26.184Z | Downloaded rustversion v1.0.17 |
710 | 2025-02-11T19:58:26.187Z | Downloaded pkcs1 v0.7.5 |
711 | 2025-02-11T19:58:26.189Z | Downloaded typify-macro v0.3.0 |
712 | 2025-02-11T19:58:26.192Z | Downloaded termios v0.3.3 |
713 | 2025-02-11T19:58:26.192Z | Downloaded strip-ansi-escapes v0.2.0 |
714 | 2025-02-11T19:58:26.195Z | Downloaded stringprep v0.1.5 |
715 | 2025-02-11T19:58:26.195Z | Downloaded smf v0.2.3 |
716 | 2025-02-11T19:58:26.197Z | Downloaded shlex v1.3.0 |
717 | 2025-02-11T19:58:26.197Z | Downloaded flume v0.11.1 |
718 | 2025-02-11T19:58:26.201Z | Downloaded icu_collections v1.5.0 |
719 | 2025-02-11T19:58:26.208Z | Downloaded crossbeam-channel v0.5.13 |
720 | 2025-02-11T19:58:26.212Z | Downloaded rusty-fork v0.3.0 |
721 | 2025-02-11T19:58:26.215Z | Downloaded fallible-iterator v0.3.0 |
722 | 2025-02-11T19:58:26.227Z | Downloaded hash32 v0.3.1 |
723 | 2025-02-11T19:58:26.227Z | Downloaded aes-gcm v0.10.3 |
724 | 2025-02-11T19:58:26.227Z | Downloaded defmt-parser v0.3.4 |
725 | 2025-02-11T19:58:26.227Z | Downloaded filetime v0.2.25 |
726 | 2025-02-11T19:58:26.227Z | Downloaded unicode_categories v0.1.1 |
727 | 2025-02-11T19:58:26.233Z | Downloaded native-tls v0.2.12 |
728 | 2025-02-11T19:58:26.233Z | Downloaded defmt v0.3.8 |
729 | 2025-02-11T19:58:26.238Z | Downloaded nu-ansi-term v0.50.1 |
730 | 2025-02-11T19:58:26.238Z | Downloaded aes v0.8.4 |
731 | 2025-02-11T19:58:26.242Z | Downloaded zeroize v1.8.1 |
732 | 2025-02-11T19:58:26.242Z | Downloaded pbkdf2 v0.11.0 |
733 | 2025-02-11T19:58:26.245Z | Downloaded data-encoding v2.6.0 |
734 | 2025-02-11T19:58:26.245Z | Downloaded postcard v1.0.10 |
735 | 2025-02-11T19:58:26.249Z | Downloaded fxhash v0.2.1 |
736 | 2025-02-11T19:58:26.249Z | Downloaded hash32 v0.2.1 |
737 | 2025-02-11T19:58:26.251Z | Downloaded foreign-types v0.3.2 |
738 | 2025-02-11T19:58:26.251Z | Downloaded pkg-config v0.3.31 |
739 | 2025-02-11T19:58:26.254Z | Downloaded tower-service v0.3.3 |
740 | 2025-02-11T19:58:26.254Z | Downloaded tokio-tungstenite v0.24.0 |
741 | 2025-02-11T19:58:26.257Z | Downloaded unicode-properties v0.1.3 |
742 | 2025-02-11T19:58:26.259Z | Downloaded packed_struct v0.10.1 |
743 | 2025-02-11T19:58:26.262Z | Downloaded slog-async v2.8.0 |
744 | 2025-02-11T19:58:26.262Z | Downloaded newtype_derive v0.1.6 |
745 | 2025-02-11T19:58:26.262Z | Downloaded rustls-pemfile v2.2.0 |
746 | 2025-02-11T19:58:26.265Z | Downloaded derive_more v0.99.18 |
747 | 2025-02-11T19:58:26.270Z | Downloaded nodrop v0.1.14 |
748 | 2025-02-11T19:58:26.272Z | Downloaded nibble_vec v0.1.0 |
749 | 2025-02-11T19:58:26.272Z | Downloaded num-complex v0.4.6 |
750 | 2025-02-11T19:58:26.275Z | Downloaded fatfs v0.3.6 |
751 | 2025-02-11T19:58:26.277Z | Downloaded powerfmt v0.2.0 |
752 | 2025-02-11T19:58:26.280Z | Downloaded futures v0.3.31 |
753 | 2025-02-11T19:58:26.283Z | Downloaded env_logger v0.10.2 |
754 | 2025-02-11T19:58:26.286Z | Downloaded vte_generate_state_changes v0.1.2 |
755 | 2025-02-11T19:58:26.288Z | Downloaded fixedbitset v0.4.2 |
756 | 2025-02-11T19:58:26.290Z | Downloaded fallible-iterator v0.2.0 |
757 | 2025-02-11T19:58:26.290Z | Downloaded tracing-attributes v0.1.27 |
758 | 2025-02-11T19:58:26.293Z | Downloaded libxml v0.3.3 |
759 | 2025-02-11T19:58:26.298Z | Downloaded unicase v2.7.0 |
760 | 2025-02-11T19:58:26.300Z | Downloaded tiny-keccak v2.0.2 |
761 | 2025-02-11T19:58:26.303Z | Downloaded twox-hash v2.1.0 |
762 | 2025-02-11T19:58:26.305Z | Downloaded siphasher v0.3.11 |
763 | 2025-02-11T19:58:26.308Z | Downloaded polyval v0.6.2 |
764 | 2025-02-11T19:58:26.308Z | Downloaded poly1305 v0.8.0 |
765 | 2025-02-11T19:58:26.311Z | Downloaded value-bag v1.9.0 |
766 | 2025-02-11T19:58:26.314Z | Downloaded futures-core v0.3.31 |
767 | 2025-02-11T19:58:26.316Z | Downloaded signal-hook v0.3.17 |
768 | 2025-02-11T19:58:26.319Z | Downloaded unarray v0.1.4 |
769 | 2025-02-11T19:58:26.319Z | Downloaded typify-macro v0.2.0 |
770 | 2025-02-11T19:58:26.321Z | Downloaded structmeta v0.3.0 |
771 | 2025-02-11T19:58:26.321Z | Downloaded tokio-postgres v0.7.12 |
772 | 2025-02-11T19:58:26.325Z | Downloaded tui-tree-widget v0.22.0 |
773 | 2025-02-11T19:58:26.330Z | Downloaded ecdsa v0.16.9 |
774 | 2025-02-11T19:58:26.335Z | Downloaded foreign-types-shared v0.1.1 |
775 | 2025-02-11T19:58:26.335Z | Downloaded itertools v0.10.5 |
776 | 2025-02-11T19:58:26.337Z | Downloaded topological-sort v0.2.2 |
777 | 2025-02-11T19:58:26.337Z | Downloaded uzers v0.12.1 |
778 | 2025-02-11T19:58:26.341Z | Downloaded path-slash v0.1.5 |
779 | 2025-02-11T19:58:26.341Z | Downloaded r2d2 v0.8.10 |
780 | 2025-02-11T19:58:26.343Z | Downloaded foreign-types-shared v0.3.1 |
781 | 2025-02-11T19:58:26.343Z | Downloaded zip v0.6.6 |
782 | 2025-02-11T19:58:26.347Z | Downloaded precomputed-hash v0.1.1 |
783 | 2025-02-11T19:58:26.349Z | Downloaded serde_with_macros v3.11.0 |
784 | 2025-02-11T19:58:26.352Z | Downloaded subprocess v0.2.9 |
785 | 2025-02-11T19:58:26.355Z | Downloaded smallvec v1.13.2 |
786 | 2025-02-11T19:58:26.355Z | Downloaded env_logger v0.11.5 |
787 | 2025-02-11T19:58:26.357Z | Downloaded slab v0.4.9 |
788 | 2025-02-11T19:58:26.360Z | Downloaded wait-timeout v0.2.0 |
789 | 2025-02-11T19:58:26.362Z | Downloaded tinyvec v1.8.0 |
790 | 2025-02-11T19:58:26.365Z | Downloaded structmeta-derive v0.2.0 |
791 | 2025-02-11T19:58:26.365Z | Downloaded headers v0.4.0 |
792 | 2025-02-11T19:58:26.369Z | Downloaded pkcs8 v0.10.2 |
793 | 2025-02-11T19:58:26.372Z | Downloaded rayon-core v1.12.1 |
794 | 2025-02-11T19:58:26.376Z | Downloaded normalize-line-endings v0.3.0 |
795 | 2025-02-11T19:58:26.378Z | Downloaded tap v1.0.1 |
796 | 2025-02-11T19:58:26.378Z | Downloaded embedded-io v0.4.0 |
797 | 2025-02-11T19:58:26.381Z | Downloaded dirs-sys-next v0.1.2 |
798 | 2025-02-11T19:58:26.381Z | Downloaded serde_urlencoded v0.7.1 |
799 | 2025-02-11T19:58:26.386Z | Downloaded serde_path_to_error v0.1.16 |
800 | 2025-02-11T19:58:26.388Z | Downloaded simd-adler32 v0.3.7 |
801 | 2025-02-11T19:58:26.389Z | Downloaded uuid v1.12.0 |
802 | 2025-02-11T19:58:26.391Z | Downloaded utf8_iter v1.0.4 |
803 | 2025-02-11T19:58:26.391Z | Downloaded utf16_iter v1.0.5 |
804 | 2025-02-11T19:58:26.391Z | Downloaded shell-words v1.1.0 |
805 | 2025-02-11T19:58:26.394Z | Downloaded tokio-tungstenite v0.21.0 |
806 | 2025-02-11T19:58:26.397Z | Downloaded futures-sink v0.3.31 |
807 | 2025-02-11T19:58:26.397Z | Downloaded futures-io v0.3.31 |
808 | 2025-02-11T19:58:26.397Z | Downloaded hashlink v0.9.1 |
809 | 2025-02-11T19:58:26.400Z | Downloaded tokio-stream v0.1.16 |
810 | 2025-02-11T19:58:26.403Z | Downloaded num-iter v0.1.45 |
811 | 2025-02-11T19:58:26.407Z | Downloaded foreign-types-macros v0.2.3 |
812 | 2025-02-11T19:58:26.407Z | Downloaded enum-as-inner v0.6.1 |
813 | 2025-02-11T19:58:26.411Z | Downloaded futures-executor v0.3.31 |
814 | 2025-02-11T19:58:26.411Z | Downloaded paste v1.0.15 |
815 | 2025-02-11T19:58:26.413Z | Downloaded phf_shared v0.10.0 |
816 | 2025-02-11T19:58:26.413Z | Downloaded psl-types v2.0.11 |
817 | 2025-02-11T19:58:26.413Z | Downloaded predicates v3.1.2 |
818 | 2025-02-11T19:58:26.417Z | Downloaded zerofrom v0.1.4 |
819 | 2025-02-11T19:58:26.420Z | Downloaded hyper v1.5.2 |
820 | 2025-02-11T19:58:26.424Z | Downloaded russh v0.45.0 |
821 | 2025-02-11T19:58:26.430Z | Downloaded zerofrom-derive v0.1.4 |
822 | 2025-02-11T19:58:26.439Z | Downloaded serde-big-array v0.5.1 |
823 | 2025-02-11T19:58:26.439Z | Downloaded same-file v1.0.6 |
824 | 2025-02-11T19:58:26.442Z | Downloaded vsss-rs v3.3.4 |
825 | 2025-02-11T19:58:26.442Z | Downloaded serde-hex v0.1.0 |
826 | 2025-02-11T19:58:26.442Z | Downloaded parse-size v1.1.0 |
827 | 2025-02-11T19:58:26.443Z | Downloaded tokio-native-tls v0.3.1 |
828 | 2025-02-11T19:58:26.443Z | Downloaded diesel-dtrace v0.4.2 |
829 | 2025-02-11T19:58:26.446Z | Downloaded url v2.5.3 |
830 | 2025-02-11T19:58:26.449Z | Downloaded tls_codec_derive v0.4.1 |
831 | 2025-02-11T19:58:26.449Z | Downloaded rand v0.8.5 |
832 | 2025-02-11T19:58:26.452Z | Downloaded sync_wrapper v1.0.1 |
833 | 2025-02-11T19:58:26.455Z | Downloaded tls_codec v0.4.1 |
834 | 2025-02-11T19:58:26.457Z | Downloaded oso-derive v0.27.3 |
835 | 2025-02-11T19:58:26.458Z | Downloaded funty v2.0.0 |
836 | 2025-02-11T19:58:26.458Z | Downloaded fs_extra v1.3.0 |
837 | 2025-02-11T19:58:26.461Z | Downloaded itertools v0.13.0 |
838 | 2025-02-11T19:58:26.466Z | Downloaded num_enum v0.5.11 |
839 | 2025-02-11T19:58:26.472Z | Downloaded phf v0.11.2 |
840 | 2025-02-11T19:58:26.474Z | Downloaded difflib v0.4.0 |
841 | 2025-02-11T19:58:26.474Z | Downloaded futures-channel v0.3.31 |
842 | 2025-02-11T19:58:26.477Z | Downloaded take_mut v0.2.2 |
843 | 2025-02-11T19:58:26.477Z | Downloaded signal-hook-mio v0.2.4 |
844 | 2025-02-11T19:58:26.480Z | Downloaded ron v0.7.1 |
845 | 2025-02-11T19:58:26.485Z | Downloaded zone_cfg_derive v0.3.0 |
846 | 2025-02-11T19:58:26.488Z | Downloaded diesel_table_macro_syntax v0.2.0 |
847 | 2025-02-11T19:58:26.488Z | Downloaded toml_edit v0.19.15 |
848 | 2025-02-11T19:58:26.500Z | Downloaded gethostname v0.5.0 |
849 | 2025-02-11T19:58:26.503Z | Downloaded foreign-types v0.5.0 |
850 | 2025-02-11T19:58:26.503Z | Downloaded zeroize_derive v1.4.2 |
851 | 2025-02-11T19:58:26.506Z | Downloaded which v4.4.2 |
852 | 2025-02-11T19:58:26.506Z | Downloaded ssh-encoding v0.2.0 |
853 | 2025-02-11T19:58:26.509Z | Downloaded walkdir v2.5.0 |
854 | 2025-02-11T19:58:26.509Z | Downloaded vte v0.11.1 |
855 | 2025-02-11T19:58:26.512Z | Downloaded openssl-macros v0.1.1 |
856 | 2025-02-11T19:58:26.512Z | Downloaded scopeguard v1.2.0 |
857 | 2025-02-11T19:58:26.517Z | Downloaded vergen v8.3.2 |
858 | 2025-02-11T19:58:26.517Z | Downloaded typify v0.3.0 |
859 | 2025-02-11T19:58:26.520Z | Downloaded derive_builder_core v0.20.2 |
860 | 2025-02-11T19:58:26.523Z | Downloaded serde_derive_internals v0.29.1 |
861 | 2025-02-11T19:58:26.526Z | Downloaded hkdf v0.12.4 |
862 | 2025-02-11T19:58:26.526Z | Downloaded num-bigint v0.4.6 |
863 | 2025-02-11T19:58:26.530Z | Downloaded write16 v1.0.0 |
864 | 2025-02-11T19:58:26.534Z | Downloaded group v0.13.0 |
865 | 2025-02-11T19:58:26.534Z | Downloaded dirs-next v2.0.0 |
866 | 2025-02-11T19:58:26.538Z | Downloaded synstructure v0.13.1 |
867 | 2025-02-11T19:58:26.538Z | Downloaded subtle v2.6.1 |
868 | 2025-02-11T19:58:26.538Z | Downloaded half v2.4.1 |
869 | 2025-02-11T19:58:26.541Z | Downloaded darling_core v0.20.10 |
870 | 2025-02-11T19:58:26.544Z | Downloaded primeorder v0.13.6 |
871 | 2025-02-11T19:58:26.547Z | Downloaded unicode-segmentation v1.12.0 |
872 | 2025-02-11T19:58:26.551Z | Downloaded rustls-pemfile v1.0.4 |
873 | 2025-02-11T19:58:26.551Z | Downloaded phf_shared v0.11.2 |
874 | 2025-02-11T19:58:26.551Z | Downloaded rfc6979 v0.4.0 |
875 | 2025-02-11T19:58:26.554Z | Downloaded derive_builder v0.20.2 |
876 | 2025-02-11T19:58:26.557Z | Downloaded want v0.3.1 |
877 | 2025-02-11T19:58:26.561Z | Downloaded peg-runtime v0.8.3 |
878 | 2025-02-11T19:58:26.561Z | Downloaded endian-type v0.1.2 |
879 | 2025-02-11T19:58:26.561Z | Downloaded time-core v0.1.2 |
880 | 2025-02-11T19:58:26.561Z | Downloaded postgres-types v0.2.8 |
881 | 2025-02-11T19:58:26.564Z | Downloaded ed25519 v2.2.3 |
882 | 2025-02-11T19:58:26.567Z | Downloaded deranged v0.3.11 |
883 | 2025-02-11T19:58:26.567Z | Downloaded structmeta v0.2.0 |
884 | 2025-02-11T19:58:26.567Z | Downloaded spin v0.9.8 |
885 | 2025-02-11T19:58:26.570Z | Downloaded tokio-util v0.7.12 |
886 | 2025-02-11T19:58:26.576Z | Downloaded expectorate v1.1.0 |
887 | 2025-02-11T19:58:26.578Z | Downloaded winnow v0.5.40 |
888 | 2025-02-11T19:58:26.586Z | Downloaded openssl-probe v0.1.5 |
889 | 2025-02-11T19:58:26.589Z | Downloaded blake3 v1.5.4 |
890 | 2025-02-11T19:58:26.595Z | Downloaded xattr v1.3.1 |
891 | 2025-02-11T19:58:26.600Z | Downloaded percent-encoding v2.3.1 |
892 | 2025-02-11T19:58:26.600Z | Downloaded aho-corasick v1.1.3 |
893 | 2025-02-11T19:58:26.603Z | Downloaded parse-display-derive v0.10.0 |
894 | 2025-02-11T19:58:26.606Z | Downloaded parse-display v0.10.0 |
895 | 2025-02-11T19:58:26.606Z | Downloaded progenitor-macro v0.8.0 |
896 | 2025-02-11T19:58:26.608Z | Downloaded slog-bunyan v2.5.0 |
897 | 2025-02-11T19:58:26.608Z | Downloaded num-traits v0.2.19 |
898 | 2025-02-11T19:58:26.611Z | Downloaded progenitor-impl v0.9.1 |
899 | 2025-02-11T19:58:26.613Z | Downloaded tungstenite v0.21.0 |
900 | 2025-02-11T19:58:26.616Z | Downloaded pkcs5 v0.7.1 |
901 | 2025-02-11T19:58:26.619Z | Downloaded embedded-io v0.6.1 |
902 | 2025-02-11T19:58:26.621Z | Downloaded tracing v0.1.40 |
903 | 2025-02-11T19:58:26.624Z | Downloaded predicates-tree v1.0.11 |
904 | 2025-02-11T19:58:26.627Z | Downloaded wyz v0.5.1 |
905 | 2025-02-11T19:58:26.627Z | Downloaded env_filter v0.1.2 |
906 | 2025-02-11T19:58:26.630Z | Downloaded time-macros v0.2.18 |
907 | 2025-02-11T19:58:26.633Z | Downloaded either v1.13.0 |
908 | 2025-02-11T19:58:26.633Z | Downloaded heapless v0.7.17 |
909 | 2025-02-11T19:58:26.636Z | Downloaded der_derive v0.7.3 |
910 | 2025-02-11T19:58:26.639Z | Downloaded zone v0.1.8 |
911 | 2025-02-11T19:58:26.639Z | Downloaded xz2 v0.1.7 |
912 | 2025-02-11T19:58:26.641Z | Downloaded yasna v0.5.2 |
913 | 2025-02-11T19:58:26.645Z | Downloaded foldhash v0.1.3 |
914 | 2025-02-11T19:58:26.645Z | Downloaded rsa v0.9.6 |
915 | 2025-02-11T19:58:26.648Z | Downloaded steno v0.4.1 |
916 | 2025-02-11T19:58:26.652Z | Downloaded termtree v0.5.1 |
917 | 2025-02-11T19:58:26.654Z | Downloaded tinystr v0.7.6 |
918 | 2025-02-11T19:58:26.657Z | Downloaded tabwriter v1.4.0 |
919 | 2025-02-11T19:58:26.657Z | Downloaded scrypt v0.11.0 |
920 | 2025-02-11T19:58:26.657Z | Downloaded quinn v0.11.5 |
921 | 2025-02-11T19:58:26.660Z | Downloaded pem v3.0.4 |
922 | 2025-02-11T19:58:26.663Z | Downloaded packed_struct_codegen v0.10.1 |
923 | 2025-02-11T19:58:26.663Z | Downloaded flagset v0.4.6 |
924 | 2025-02-11T19:58:26.665Z | Downloaded owo-colors v4.1.0 |
925 | 2025-02-11T19:58:26.668Z | Downloaded aws-lc-rs v1.10.0 |
926 | 2025-02-11T19:58:26.675Z | Downloaded quick-error v1.2.3 |
927 | 2025-02-11T19:58:26.678Z | Downloaded predicates-core v1.0.8 |
928 | 2025-02-11T19:58:26.678Z | Downloaded unicode-normalization v0.1.24 |
929 | 2025-02-11T19:58:26.681Z | Downloaded russh-keys v0.45.0 |
930 | 2025-02-11T19:58:26.683Z | Downloaded smallvec v0.6.14 |
931 | 2025-02-11T19:58:26.686Z | Downloaded slog-term v2.9.1 |
932 | 2025-02-11T19:58:26.689Z | Downloaded oso v0.27.3 |
933 | 2025-02-11T19:58:26.691Z | Downloaded ena v0.14.3 |
934 | 2025-02-11T19:58:26.694Z | Downloaded password-hash v0.4.2 |
935 | 2025-02-11T19:58:26.694Z | Downloaded hashbrown v0.12.3 |
936 | 2025-02-11T19:58:26.698Z | Downloaded writeable v0.5.5 |
937 | 2025-02-11T19:58:26.700Z | Downloaded sqlparser v0.45.0 |
938 | 2025-02-11T19:58:26.705Z | Downloaded reedline v0.35.0 |
939 | 2025-02-11T19:58:26.712Z | Downloaded postgres-protocol v0.6.7 |
940 | 2025-02-11T19:58:26.715Z | Downloaded progenitor-impl v0.8.0 |
941 | 2025-02-11T19:58:26.718Z | Downloaded parking_lot v0.11.2 |
942 | 2025-02-11T19:58:26.721Z | Downloaded bindgen v0.69.5 |
943 | 2025-02-11T19:58:26.725Z | Downloaded term v0.7.0 |
944 | 2025-02-11T19:58:26.728Z | Downloaded snafu v0.8.5 |
945 | 2025-02-11T19:58:26.733Z | Downloaded parking_lot v0.12.3 |
946 | 2025-02-11T19:58:26.737Z | Downloaded zerovec v0.10.4 |
947 | 2025-02-11T19:58:26.741Z | Downloaded zopfli v0.8.1 |
948 | 2025-02-11T19:58:26.744Z | Downloaded quick-xml v0.33.0 |
949 | 2025-02-11T19:58:26.750Z | Downloaded slog v2.7.0 |
950 | 2025-02-11T19:58:26.753Z | Downloaded bitvec v1.0.1 |
951 | 2025-02-11T19:58:26.767Z | Downloaded tar v0.4.42 |
952 | 2025-02-11T19:58:26.770Z | Downloaded nom v7.1.3 |
953 | 2025-02-11T19:58:26.775Z | Downloaded icu_properties_data v1.5.0 |
954 | 2025-02-11T19:58:26.786Z | Downloaded p256 v0.13.2 |
955 | 2025-02-11T19:58:26.789Z | Downloaded zip v2.1.3 |
956 | 2025-02-11T19:58:26.793Z | Downloaded diesel_derives v2.2.3 |
957 | 2025-02-11T19:58:26.797Z | Downloaded schemars v0.8.21 |
958 | 2025-02-11T19:58:26.808Z | Downloaded flate2 v1.0.35 |
959 | 2025-02-11T19:58:26.813Z | Downloaded p521 v0.13.3 |
960 | 2025-02-11T19:58:26.817Z | Downloaded serde_with v3.11.0 |
961 | 2025-02-11T19:58:26.825Z | Downloaded samael v0.0.17 |
962 | 2025-02-11T19:58:26.830Z | Downloaded rusqlite v0.32.1 |
963 | 2025-02-11T19:58:26.836Z | Downloaded rayon v1.10.0 |
964 | 2025-02-11T19:58:26.845Z | Downloaded portable-atomic v1.9.0 |
965 | 2025-02-11T19:58:26.852Z | Downloaded x509-cert v0.2.5 |
966 | 2025-02-11T19:58:26.859Z | Downloaded publicsuffix v2.3.0 |
967 | 2025-02-11T19:58:26.862Z | Downloaded ed25519-dalek v2.1.1 |
968 | 2025-02-11T19:58:26.864Z | Downloaded rustls-webpki v0.101.7 |
969 | 2025-02-11T19:58:26.878Z | Downloaded qorb v0.2.1 |
970 | 2025-02-11T19:58:26.881Z | Downloaded parse-zoneinfo v0.3.1 |
971 | 2025-02-11T19:58:26.884Z | Downloaded rustls-webpki v0.102.8 |
972 | 2025-02-11T19:58:26.901Z | Downloaded time v0.3.36 |
973 | 2025-02-11T19:58:26.907Z | Downloaded ssh-key v0.6.6 |
974 | 2025-02-11T19:58:26.914Z | Downloaded tough v0.19.0 |
975 | 2025-02-11T19:58:26.922Z | Downloaded rustyline v14.0.0 |
976 | 2025-02-11T19:58:26.926Z | Downloaded chrono v0.4.39 |
977 | 2025-02-11T19:58:26.934Z | Downloaded quinn-proto v0.11.8 |
978 | 2025-02-11T19:58:26.940Z | Downloaded h2 v0.4.6 |
979 | 2025-02-11T19:58:26.948Z | Downloaded futures-util v0.3.31 |
980 | 2025-02-11T19:58:26.958Z | Downloaded petname v2.0.2 |
981 | 2025-02-11T19:58:26.964Z | Downloaded vcpkg v0.2.15 |
982 | 2025-02-11T19:58:27.001Z | Downloaded zerocopy v0.8.10 |
983 | 2025-02-11T19:58:27.024Z | Downloaded salty v0.3.0 |
984 | 2025-02-11T19:58:27.030Z | Downloaded regex v1.11.1 |
985 | 2025-02-11T19:58:27.044Z | Downloaded unicode-width v0.2.0 |
986 | 2025-02-11T19:58:27.050Z | Downloaded object v0.30.4 |
987 | 2025-02-11T19:58:27.059Z | Downloaded smoltcp v0.9.1 |
988 | 2025-02-11T19:58:27.069Z | Downloaded git2 v0.19.0 |
989 | 2025-02-11T19:58:27.081Z | Downloaded hickory-proto v0.24.2 |
990 | 2025-02-11T19:58:27.093Z | Downloaded polar-core v0.27.3 |
991 | 2025-02-11T19:58:27.101Z | Downloaded nix v0.27.1 |
992 | 2025-02-11T19:58:27.112Z | Downloaded dropshot v0.15.1 |
993 | 2025-02-11T19:58:27.135Z | Downloaded radix_trie v0.2.1 |
994 | 2025-02-11T19:58:27.140Z | Downloaded p384 v0.13.0 |
995 | 2025-02-11T19:58:27.144Z | Downloaded regex-syntax v0.6.29 |
996 | 2025-02-11T19:58:27.152Z | Downloaded nix v0.28.0 |
997 | 2025-02-11T19:58:27.170Z | Downloaded webpki-roots v0.26.6 |
998 | 2025-02-11T19:58:27.181Z | Downloaded openssl v0.10.70 |
999 | 2025-02-11T19:58:27.181Z | Downloaded openapiv3 v2.0.0 |
1000 | 2025-02-11T19:58:27.188Z | Downloaded chrono-tz v0.10.1 |
1001 | 2025-02-11T19:58:27.196Z | Downloaded bstr v1.10.0 |
1002 | 2025-02-11T19:58:27.213Z | Downloaded regress v0.9.1 |
1003 | 2025-02-11T19:58:27.220Z | Downloaded object v0.36.5 |
1004 | 2025-02-11T19:58:27.227Z | Downloaded smoltcp v0.11.0 |
1005 | 2025-02-11T19:58:27.238Z | Downloaded rustls v0.22.4 |
1006 | 2025-02-11T19:58:27.256Z | Downloaded regex-syntax v0.8.5 |
1007 | 2025-02-11T19:58:27.262Z | Downloaded typify-impl v0.2.0 |
1008 | 2025-02-11T19:58:27.274Z | Downloaded diesel v2.2.6 |
1009 | 2025-02-11T19:58:27.290Z | Downloaded ratatui v0.28.1 |
1010 | 2025-02-11T19:58:27.310Z | Downloaded typify-impl v0.3.0 |
1011 | 2025-02-11T19:58:27.324Z | Downloaded rustls v0.23.19 |
1012 | 2025-02-11T19:58:27.335Z | Downloaded sled v0.34.7 |
1013 | 2025-02-11T19:58:27.346Z | Downloaded regress v0.10.1 |
1014 | 2025-02-11T19:58:27.354Z | Downloaded nix v0.29.0 |
1015 | 2025-02-11T19:58:27.366Z | Downloaded dropshot v0.12.0 |
1016 | 2025-02-11T19:58:27.383Z | Downloaded regex-automata v0.4.8 |
1017 | 2025-02-11T19:58:27.399Z | Downloaded gimli v0.31.1 |
1018 | 2025-02-11T19:58:27.407Z | Downloaded rustls v0.21.12 |
1019 | 2025-02-11T19:58:27.418Z | Downloaded curve25519-dalek v4.1.3 |
1020 | 2025-02-11T19:58:27.426Z | Downloaded zerocopy-derive v0.6.6 |
1021 | 2025-02-11T19:58:27.436Z | Downloaded lzma-sys v0.1.20 |
1022 | 2025-02-11T19:58:27.464Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1023 | 2025-02-11T19:58:27.477Z | Downloaded prettyplease v0.2.25 |
1024 | 2025-02-11T19:58:27.480Z | Downloaded elliptic-curve v0.13.8 |
1025 | 2025-02-11T19:58:27.483Z | Downloaded hashbrown v0.13.2 |
1026 | 2025-02-11T19:58:27.486Z | Downloaded zerocopy-derive v0.8.10 |
1027 | 2025-02-11T19:58:27.492Z | Downloaded libz-sys v1.1.20 |
1028 | 2025-02-11T19:58:27.513Z | Downloaded petgraph v0.6.5 |
1029 | 2025-02-11T19:58:27.528Z | Downloaded lalrpop v0.19.12 |
1030 | 2025-02-11T19:58:27.539Z | Downloaded openssl-sys v0.9.105 |
1031 | 2025-02-11T19:58:27.543Z | Downloaded num-bigint-dig v0.8.4 |
1032 | 2025-02-11T19:58:27.548Z | Downloaded test-strategy v0.3.1 |
1033 | 2025-02-11T19:58:27.551Z | Downloaded socket2 v0.5.7 |
1034 | 2025-02-11T19:58:27.554Z | Downloaded typed-path v0.9.3 |
1035 | 2025-02-11T19:58:27.558Z | Downloaded reqwest v0.12.9 |
1036 | 2025-02-11T19:58:27.566Z | Downloaded sha3 v0.10.8 |
1037 | 2025-02-11T19:58:27.570Z | Downloaded tokio v1.43.0 |
1038 | 2025-02-11T19:58:27.607Z | Downloaded proptest v1.5.0 |
1039 | 2025-02-11T19:58:27.616Z | Downloaded csv v1.3.1 |
1040 | 2025-02-11T19:58:27.635Z | Downloaded schemars_derive v0.8.21 |
1041 | 2025-02-11T19:58:27.638Z | Downloaded resolv-conf v0.7.0 |
1042 | 2025-02-11T19:58:27.640Z | Downloaded num-rational v0.4.2 |
1043 | 2025-02-11T19:58:27.640Z | Downloaded tokio-rustls v0.26.0 |
1044 | 2025-02-11T19:58:27.643Z | Downloaded hashbrown v0.14.5 |
1045 | 2025-02-11T19:58:27.647Z | Downloaded tungstenite v0.24.0 |
1046 | 2025-02-11T19:58:27.651Z | Downloaded tungstenite v0.23.0 |
1047 | 2025-02-11T19:58:27.654Z | Downloaded similar v2.6.0 |
1048 | 2025-02-11T19:58:27.657Z | Downloaded der v0.7.9 |
1049 | 2025-02-11T19:58:27.662Z | Downloaded tokio-tungstenite v0.23.1 |
1050 | 2025-02-11T19:58:27.666Z | Downloaded itertools v0.12.1 |
1051 | 2025-02-11T19:58:27.671Z | Downloaded rand_xorshift v0.3.0 |
1052 | 2025-02-11T19:58:27.682Z | Downloaded rand_core v0.6.4 |
1053 | 2025-02-11T19:58:27.682Z | Downloaded typify v0.2.0 |
1054 | 2025-02-11T19:58:27.682Z | Downloaded crossterm v0.28.1 |
1055 | 2025-02-11T19:58:27.685Z | Downloaded ref-cast v1.0.23 |
1056 | 2025-02-11T19:58:27.685Z | Downloaded ppv-lite86 v0.2.20 |
1057 | 2025-02-11T19:58:27.690Z | Downloaded unicode-bidi v0.3.17 |
1058 | 2025-02-11T19:58:27.690Z | Downloaded idna v1.0.3 |
1059 | 2025-02-11T19:58:27.692Z | Downloaded unsafe-libyaml v0.2.11 |
1060 | 2025-02-11T19:58:27.696Z | Downloaded structmeta-derive v0.3.0 |
1061 | 2025-02-11T19:58:27.699Z | Downloaded rtoolbox v0.0.2 |
1062 | 2025-02-11T19:58:27.699Z | Downloaded libm v0.2.8 |
1063 | 2025-02-11T19:58:27.705Z | Downloaded tokio-rustls v0.24.1 |
1064 | 2025-02-11T19:58:27.708Z | Downloaded debug-ignore v1.0.5 |
1065 | 2025-02-11T19:58:27.711Z | Downloaded string_cache v0.8.7 |
1066 | 2025-02-11T19:58:27.711Z | Downloaded password-hash v0.5.0 |
1067 | 2025-02-11T19:58:27.714Z | Downloaded num-integer v0.1.46 |
1068 | 2025-02-11T19:58:27.714Z | Downloaded globset v0.4.15 |
1069 | 2025-02-11T19:58:27.716Z | Downloaded tracing-core v0.1.32 |
1070 | 2025-02-11T19:58:27.719Z | Downloaded dyn-clone v1.0.17 |
1071 | 2025-02-11T19:58:27.719Z | Downloaded pin-project v1.1.6 |
1072 | 2025-02-11T19:58:27.728Z | Downloaded sec1 v0.7.3 |
1073 | 2025-02-11T19:58:27.731Z | Downloaded base64 v0.22.1 |
1074 | 2025-02-11T19:58:27.734Z | Downloaded stable_deref_trait v1.2.0 |
1075 | 2025-02-11T19:58:27.736Z | Downloaded derive-where v1.2.7 |
1076 | 2025-02-11T19:58:27.739Z | Downloaded mio v1.0.2 |
1077 | 2025-02-11T19:58:27.742Z | Downloaded minimal-lexical v0.2.1 |
1078 | 2025-02-11T19:58:27.746Z | Downloaded fragile v2.0.0 |
1079 | 2025-02-11T19:58:27.749Z | Downloaded form_urlencoded v1.2.1 |
1080 | 2025-02-11T19:58:27.749Z | Downloaded fd-lock v4.0.2 |
1081 | 2025-02-11T19:58:27.751Z | Downloaded fallible-streaming-iterator v0.1.9 |
1082 | 2025-02-11T19:58:27.751Z | Downloaded dunce v1.0.5 |
1083 | 2025-02-11T19:58:27.754Z | Downloaded dsl_auto_type v0.1.2 |
1084 | 2025-02-11T19:58:27.754Z | Downloaded display-error-chain v0.2.2 |
1085 | 2025-02-11T19:58:27.757Z | Downloaded diff v0.1.13 |
1086 | 2025-02-11T19:58:27.757Z | Downloaded des v0.8.1 |
1087 | 2025-02-11T19:58:27.760Z | Downloaded toml v0.7.8 |
1088 | 2025-02-11T19:58:27.762Z | Downloaded encoding_rs v0.8.34 |
1089 | 2025-02-11T19:58:27.782Z | Downloaded serde_yaml v0.9.34+deprecated |
1090 | 2025-02-11T19:58:27.786Z | Downloaded rustls-pki-types v1.10.0 |
1091 | 2025-02-11T19:58:27.788Z | Downloaded ron v0.8.1 |
1092 | 2025-02-11T19:58:27.796Z | Downloaded dropshot_endpoint v0.15.1 |
1093 | 2025-02-11T19:58:27.798Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1094 | 2025-02-11T19:58:27.853Z | Downloaded dropshot_endpoint v0.12.0 |
1095 | 2025-02-11T19:58:27.858Z | Downloaded indexmap v1.9.3 |
1096 | 2025-02-11T19:58:27.863Z | Downloaded unicode-xid v0.2.6 |
1097 | 2025-02-11T19:58:27.863Z | Downloaded rustc_version v0.1.7 |
1098 | 2025-02-11T19:58:27.863Z | Downloaded rustc-demangle v0.1.24 |
1099 | 2025-02-11T19:58:27.863Z | Downloaded unicode-truncate v1.1.0 |
1100 | 2025-02-11T19:58:27.863Z | Downloaded pin-utils v0.1.0 |
1101 | 2025-02-11T19:58:27.863Z | Downloaded peg-macros v0.8.4 |
1102 | 2025-02-11T19:58:27.867Z | Downloaded parking_lot_core v0.9.10 |
1103 | 2025-02-11T19:58:27.867Z | Downloaded multimap v0.10.0 |
1104 | 2025-02-11T19:58:27.871Z | Downloaded cc v1.1.30 |
1105 | 2025-02-11T19:58:27.871Z | Downloaded bumpalo v3.16.0 |
1106 | 2025-02-11T19:58:27.873Z | Downloaded slog-dtrace v0.3.0 |
1107 | 2025-02-11T19:58:27.874Z | Downloaded signal-hook-registry v1.4.2 |
1108 | 2025-02-11T19:58:27.876Z | Downloaded serde_repr v0.1.19 |
1109 | 2025-02-11T19:58:27.876Z | Downloaded serde_plain v1.0.2 |
1110 | 2025-02-11T19:58:27.881Z | Downloaded rustfmt-wrapper v0.2.1 |
1111 | 2025-02-11T19:58:27.881Z | Downloaded rustc_version v0.4.1 |
1112 | 2025-02-11T19:58:27.881Z | Downloaded yoke v0.7.4 |
1113 | 2025-02-11T19:58:27.884Z | Downloaded arc-swap v1.7.1 |
1114 | 2025-02-11T19:58:27.887Z | Downloaded newtype-uuid v1.2.1 |
1115 | 2025-02-11T19:58:27.887Z | Downloaded http v1.2.0 |
1116 | 2025-02-11T19:58:27.890Z | Downloaded heapless v0.8.0 |
1117 | 2025-02-11T19:58:27.892Z | Downloaded base64 v0.21.7 |
1118 | 2025-02-11T19:58:27.896Z | Downloaded allocator-api2 v0.2.18 |
1119 | 2025-02-11T19:58:27.898Z | Downloaded slog-envlogger v2.2.0 |
1120 | 2025-02-11T19:58:27.901Z | Downloaded base64 v0.13.1 |
1121 | 2025-02-11T19:58:27.904Z | Downloaded litrs v0.4.1 |
1122 | 2025-02-11T19:58:27.906Z | Downloaded libloading v0.8.5 |
1123 | 2025-02-11T19:58:27.909Z | Downloaded icu_provider v1.5.0 |
1124 | 2025-02-11T19:58:27.912Z | Downloaded crossbeam-epoch v0.9.18 |
1125 | 2025-02-11T19:58:27.912Z | Downloaded hmac v0.12.1 |
1126 | 2025-02-11T19:58:27.915Z | Downloaded crc-any v2.5.0 |
1127 | 2025-02-11T19:58:27.917Z | Downloaded bzip2 v0.4.4 |
1128 | 2025-02-11T19:58:27.917Z | Downloaded secrecy v0.8.0 |
1129 | 2025-02-11T19:58:27.920Z | Downloaded libefi-sys v0.1.0 |
1130 | 2025-02-11T19:58:27.920Z | Downloaded hyper-staticfile v0.10.1 |
1131 | 2025-02-11T19:58:27.923Z | Downloaded crc32fast v1.4.2 |
1132 | 2025-02-11T19:58:27.923Z | Downloaded cookie v0.18.1 |
1133 | 2025-02-11T19:58:27.926Z | Downloaded clang-sys v1.8.1 |
1134 | 2025-02-11T19:58:27.933Z | Downloaded async-bb8-diesel v0.2.1 |
1135 | 2025-02-11T19:58:27.933Z | Downloaded sqlparser_derive v0.2.2 |
1136 | 2025-02-11T19:58:27.933Z | Downloaded maybe-uninit v2.0.0 |
1137 | 2025-02-11T19:58:27.939Z | Downloaded instability v0.3.2 |
1138 | 2025-02-11T19:58:27.939Z | Downloaded arrayvec v0.7.6 |
1139 | 2025-02-11T19:58:27.940Z | Downloaded httparse v1.9.5 |
1140 | 2025-02-11T19:58:27.940Z | Downloaded csv-core v0.1.11 |
1141 | 2025-02-11T19:58:27.940Z | Downloaded cookie_store v0.21.1 |
1142 | 2025-02-11T19:58:27.953Z | Downloaded internet-checksum v0.2.1 |
1143 | 2025-02-11T19:58:27.953Z | Downloaded cancel-safe-futures v0.1.5 |
1144 | 2025-02-11T19:58:27.953Z | Downloaded array-init v0.0.4 |
1145 | 2025-02-11T19:58:27.954Z | Downloaded bcrypt-pbkdf v0.10.0 |
1146 | 2025-02-11T19:58:27.954Z | Downloaded base64ct v1.6.0 |
1147 | 2025-02-11T19:58:27.971Z | Downloaded async-trait v0.1.85 |
1148 | 2025-02-11T19:58:27.971Z | Downloaded argon2 v0.5.3 |
1149 | 2025-02-11T19:58:27.971Z | Downloaded mime v0.3.17 |
1150 | 2025-02-11T19:58:27.972Z | Downloaded lru-cache v0.1.2 |
1151 | 2025-02-11T19:58:27.972Z | Downloaded lalrpop-util v0.19.12 |
1152 | 2025-02-11T19:58:27.972Z | Downloaded impl-trait-for-tuples v0.2.2 |
1153 | 2025-02-11T19:58:27.972Z | Downloaded convert_case v0.4.0 |
1154 | 2025-02-11T19:58:27.972Z | Downloaded constant_time_eq v0.3.1 |
1155 | 2025-02-11T19:58:27.972Z | Downloaded colored v2.1.0 |
1156 | 2025-02-11T19:58:27.984Z | Downloaded buf-list v1.0.3 |
1157 | 2025-02-11T19:58:27.984Z | Downloaded ciborium-ll v0.2.2 |
1158 | 2025-02-11T19:58:27.984Z | Downloaded http-body-util v0.1.2 |
1159 | 2025-02-11T19:58:27.984Z | Downloaded httpdate v1.0.3 |
1160 | 2025-02-11T19:58:27.984Z | Downloaded hostname v0.3.1 |
1161 | 2025-02-11T19:58:27.984Z | Downloaded crc v3.2.1 |
1162 | 2025-02-11T19:58:27.984Z | Downloaded cmake v0.1.51 |
1163 | 2025-02-11T19:58:27.984Z | Downloaded bb8 v0.8.5 |
1164 | 2025-02-11T19:58:27.984Z | Downloaded bitfield v0.14.0 |
1165 | 2025-02-11T19:58:27.985Z | Downloaded assert_matches v1.5.0 |
1166 | 2025-02-11T19:58:27.985Z | Downloaded arrayref v0.3.9 |
1167 | 2025-02-11T19:58:27.985Z | Downloaded async-recursion v1.1.1 |
1168 | 2025-02-11T19:58:27.985Z | Downloaded is_ci v1.2.0 |
1169 | 2025-02-11T19:58:27.985Z | Downloaded ident_case v1.0.1 |
1170 | 2025-02-11T19:58:28.129Z | Downloaded libsqlite3-sys v0.30.1 |
1171 | 2025-02-11T19:58:28.295Z | Downloaded ring v0.17.8 |
1172 | 2025-02-11T19:58:28.598Z | Downloaded aws-lc-sys v0.22.0 |
1173 | 2025-02-11T19:58:28.899Z | Compiling serde v1.0.217 |
1174 | 2025-02-11T19:58:28.902Z | Compiling lock_api v0.4.12 |
1175 | 2025-02-11T19:58:28.902Z | Compiling value-bag v1.9.0 |
1176 | 2025-02-11T19:58:28.902Z | Compiling scopeguard v1.2.0 |
1177 | 2025-02-11T19:58:28.902Z | Compiling typenum v1.17.0 |
1178 | 2025-02-11T19:58:28.902Z | Compiling generic-array v0.14.7 |
1179 | 2025-02-11T19:58:29.075Z | Compiling syn v2.0.96 |
1180 | 2025-02-11T19:58:29.084Z | Compiling getrandom v0.2.15 |
1181 | 2025-02-11T19:58:29.184Z | Compiling shlex v1.3.0 |
1182 | 2025-02-11T19:58:29.371Z | Compiling rand_core v0.6.4 |
1183 | 2025-02-11T19:58:29.544Z | Compiling log v0.4.22 |
1184 | 2025-02-11T19:58:29.595Z | Compiling subtle v2.6.1 |
1185 | 2025-02-11T19:58:29.644Z | Compiling jobserver v0.1.32 |
1186 | 2025-02-11T19:58:29.670Z | Compiling smallvec v1.13.2 |
1187 | 2025-02-11T19:58:29.876Z | Compiling const-oid v0.9.6 |
1188 | 2025-02-11T19:58:29.935Z | Compiling pin-project-lite v0.2.14 |
1189 | 2025-02-11T19:58:29.992Z | Compiling rustix v0.38.37 |
1190 | 2025-02-11T19:58:30.027Z | Compiling cc v1.1.30 |
1191 | 2025-02-11T19:58:30.060Z | Compiling spin v0.9.8 |
1192 | 2025-02-11T19:58:30.312Z | Compiling parking_lot_core v0.9.10 |
1193 | 2025-02-11T19:58:30.442Z | Compiling futures-core v0.3.31 |
1194 | 2025-02-11T19:58:30.461Z | Compiling signal-hook-registry v1.4.2 |
1195 | 2025-02-11T19:58:30.669Z | Compiling mio v1.0.2 |
1196 | 2025-02-11T19:58:30.928Z | Compiling aho-corasick v1.1.3 |
1197 | 2025-02-11T19:58:31.385Z | Compiling parking_lot v0.12.3 |
1198 | 2025-02-11T19:58:31.409Z | Compiling regex-syntax v0.8.5 |
1199 | 2025-02-11T19:58:31.507Z | Compiling either v1.13.0 |
1200 | 2025-02-11T19:58:31.904Z | Compiling cpufeatures v0.2.14 |
1201 | 2025-02-11T19:58:31.907Z | Compiling stable_deref_trait v1.2.0 |
1202 | 2025-02-11T19:58:32.014Z | Compiling glob v0.3.2 |
1203 | 2025-02-11T19:58:32.034Z | Compiling futures-sink v0.3.31 |
1204 | 2025-02-11T19:58:32.054Z | Compiling socket2 v0.5.7 |
1205 | 2025-02-11T19:58:32.202Z | Compiling slab v0.4.9 |
1206 | 2025-02-11T19:58:32.260Z | Compiling prettyplease v0.2.25 |
1207 | 2025-02-11T19:58:32.623Z | Compiling lazy_static v1.5.0 |
1208 | 2025-02-11T19:58:32.674Z | Compiling serde_json v1.0.135 |
1209 | 2025-02-11T19:58:32.766Z | Compiling minimal-lexical v0.2.1 |
1210 | 2025-02-11T19:58:32.920Z | Compiling clang-sys v1.8.1 |
1211 | 2025-02-11T19:58:33.105Z | Compiling libloading v0.8.5 |
1212 | 2025-02-11T19:58:33.285Z | Compiling nom v7.1.3 |
1213 | 2025-02-11T19:58:33.305Z | Compiling bindgen v0.69.5 |
1214 | 2025-02-11T19:58:33.429Z | Compiling home v0.5.9 |
1215 | 2025-02-11T19:58:33.673Z | Compiling futures-channel v0.3.31 |
1216 | 2025-02-11T19:58:34.015Z | Compiling itertools v0.12.1 |
1217 | 2025-02-11T19:58:34.103Z | Compiling futures-io v0.3.31 |
1218 | 2025-02-11T19:58:34.174Z | Compiling futures-task v0.3.31 |
1219 | 2025-02-11T19:58:34.401Z | Compiling allocator-api2 v0.2.18 |
1220 | 2025-02-11T19:58:34.486Z | Compiling lazycell v1.3.0 |
1221 | 2025-02-11T19:58:34.767Z | Compiling libm v0.2.8 |
1222 | 2025-02-11T19:58:34.990Z | Compiling rustc-hash v1.1.0 |
1223 | 2025-02-11T19:58:35.155Z | Compiling foldhash v0.1.3 |
1224 | 2025-02-11T19:58:35.159Z | Compiling pin-utils v0.1.0 |
1225 | 2025-02-11T19:58:35.247Z | Compiling regex-automata v0.4.8 |
1226 | 2025-02-11T19:58:35.470Z | Compiling hashbrown v0.15.1 |
1227 | 2025-02-11T19:58:35.895Z | Compiling cmake v0.1.51 |
1228 | 2025-02-11T19:58:36.672Z | Compiling synstructure v0.13.1 |
1229 | 2025-02-11T19:58:36.766Z | Compiling cexpr v0.6.0 |
1230 | 2025-02-11T19:58:36.958Z | Compiling num-traits v0.2.19 |
1231 | 2025-02-11T19:58:37.252Z | Compiling pkg-config v0.3.31 |
1232 | 2025-02-11T19:58:37.767Z | Compiling dunce v1.0.5 |
1233 | 2025-02-11T19:58:37.905Z | Compiling fs_extra v1.3.0 |
1234 | 2025-02-11T19:58:38.412Z | Compiling writeable v0.5.5 |
1235 | 2025-02-11T19:58:38.432Z | Compiling litemap v0.7.3 |
1236 | 2025-02-11T19:58:38.569Z | Compiling ring v0.17.8 |
1237 | 2025-02-11T19:58:38.806Z | Compiling paste v1.0.15 |
1238 | 2025-02-11T19:58:38.954Z | Compiling base64ct v1.6.0 |
1239 | 2025-02-11T19:58:39.469Z | Compiling pem-rfc7468 v0.7.0 |
1240 | 2025-02-11T19:58:39.629Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2025-02-11T19:58:39.688Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2025-02-11T19:58:39.803Z | Compiling httparse v1.9.5 |
1243 | 2025-02-11T19:58:39.995Z | Compiling flagset v0.4.6 |
1244 | 2025-02-11T19:58:40.210Z | Compiling tracing-core v0.1.32 |
1245 | 2025-02-11T19:58:40.506Z | Compiling regex v1.11.1 |
1246 | 2025-02-11T19:58:41.005Z | Compiling percent-encoding v2.3.1 |
1247 | 2025-02-11T19:58:41.169Z | Compiling rustls-pki-types v1.10.0 |
1248 | 2025-02-11T19:58:41.306Z | Compiling icu_properties_data v1.5.0 |
1249 | 2025-02-11T19:58:41.396Z | Compiling crossbeam-utils v0.8.20 |
1250 | 2025-02-11T19:58:41.528Z | Compiling mirai-annotations v1.12.0 |
1251 | 2025-02-11T19:58:41.729Z | Compiling icu_normalizer_data v1.5.0 |
1252 | 2025-02-11T19:58:41.840Z | Compiling untrusted v0.9.0 |
1253 | 2025-02-11T19:58:41.930Z | Compiling utf8_iter v1.0.4 |
1254 | 2025-02-11T19:58:42.013Z | Compiling utf16_iter v1.0.5 |
1255 | 2025-02-11T19:58:42.090Z | Compiling powerfmt v0.2.0 |
1256 | 2025-02-11T19:58:42.110Z | Compiling time-core v0.1.2 |
1257 | 2025-02-11T19:58:42.151Z | Compiling num-conv v0.1.0 |
1258 | 2025-02-11T19:58:42.216Z | Compiling vcpkg v0.2.15 |
1259 | 2025-02-11T19:58:42.251Z | Compiling serde_derive v1.0.217 |
1260 | 2025-02-11T19:58:42.272Z | Compiling zeroize_derive v1.4.2 |
1261 | 2025-02-11T19:58:42.403Z | Compiling zerocopy-derive v0.7.35 |
1262 | 2025-02-11T19:58:42.436Z | Compiling tokio-macros v2.5.0 |
1263 | 2025-02-11T19:58:43.623Z | Compiling zeroize v1.8.1 |
1264 | 2025-02-11T19:58:43.926Z | Compiling zerofrom-derive v0.1.4 |
1265 | 2025-02-11T19:58:43.964Z | Compiling yoke-derive v0.7.4 |
1266 | 2025-02-11T19:58:44.260Z | Compiling thiserror-impl v1.0.69 |
1267 | 2025-02-11T19:58:44.303Z | Compiling zerocopy v0.7.35 |
1268 | 2025-02-11T19:58:45.136Z | Compiling crypto-common v0.1.6 |
1269 | 2025-02-11T19:58:45.388Z | Compiling block-buffer v0.10.4 |
1270 | 2025-02-11T19:58:45.599Z | Compiling zerovec-derive v0.10.3 |
1271 | 2025-02-11T19:58:45.650Z | Compiling digest v0.10.7 |
1272 | 2025-02-11T19:58:46.085Z | Compiling hmac v0.12.1 |
1273 | 2025-02-11T19:58:46.153Z | Compiling futures-macro v0.3.31 |
1274 | 2025-02-11T19:58:46.172Z | Compiling displaydoc v0.2.5 |
1275 | 2025-02-11T19:58:46.337Z | Compiling block-padding v0.3.3 |
1276 | 2025-02-11T19:58:46.603Z | Compiling inout v0.1.3 |
1277 | 2025-02-11T19:58:46.716Z | Compiling sha2 v0.10.8 |
1278 | 2025-02-11T19:58:46.865Z | Compiling cipher v0.4.4 |
1279 | 2025-02-11T19:58:47.214Z | Compiling thiserror v1.0.69 |
1280 | 2025-02-11T19:58:47.364Z | Compiling icu_provider_macros v1.5.0 |
1281 | 2025-02-11T19:58:47.378Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2025-02-11T19:58:47.519Z | Compiling zerofrom v0.1.4 |
1283 | 2025-02-11T19:58:47.717Z | Compiling der_derive v0.7.3 |
1284 | 2025-02-11T19:58:47.759Z | Compiling yoke v0.7.4 |
1285 | 2025-02-11T19:58:47.988Z | Compiling futures-util v0.3.31 |
1286 | 2025-02-11T19:58:48.090Z | Compiling rand_chacha v0.3.1 |
1287 | 2025-02-11T19:58:48.114Z | Compiling zerovec v0.10.4 |
1288 | 2025-02-11T19:58:48.117Z | Compiling tracing-attributes v0.1.27 |
1289 | 2025-02-11T19:58:48.395Z | Compiling pest v2.7.14 |
1290 | 2025-02-11T19:58:49.988Z | Compiling tinystr v0.7.6 |
1291 | 2025-02-11T19:58:50.113Z | Compiling der v0.7.9 |
1292 | 2025-02-11T19:58:50.324Z | Compiling icu_locid v1.5.0 |
1293 | 2025-02-11T19:58:50.363Z | Compiling icu_collections v1.5.0 |
1294 | 2025-02-11T19:58:50.381Z | Compiling rand v0.8.5 |
1295 | 2025-02-11T19:58:51.481Z | Compiling icu_provider v1.5.0 |
1296 | 2025-02-11T19:58:51.502Z | Compiling tracing v0.1.40 |
1297 | 2025-02-11T19:58:51.766Z | Compiling salsa20 v0.10.2 |
1298 | 2025-02-11T19:58:52.006Z | Compiling pbkdf2 v0.12.2 |
1299 | 2025-02-11T19:58:52.027Z | Compiling untrusted v0.7.1 |
1300 | 2025-02-11T19:58:52.185Z | Compiling icu_locid_transform v1.5.0 |
1301 | 2025-02-11T19:58:52.231Z | Compiling spki v0.7.3 |
1302 | 2025-02-11T19:58:52.262Z | Compiling write16 v1.0.0 |
1303 | 2025-02-11T19:58:52.408Z | Compiling scrypt v0.11.0 |
1304 | 2025-02-11T19:58:52.467Z | Compiling pest_meta v2.7.14 |
1305 | 2025-02-11T19:58:52.489Z | Compiling cbc v0.1.2 |
1306 | 2025-02-11T19:58:52.631Z | Compiling aes v0.8.4 |
1307 | 2025-02-11T19:58:52.906Z | Compiling openssl-sys v0.9.105 |
1308 | 2025-02-11T19:58:53.098Z | Compiling time-macros v0.2.18 |
1309 | 2025-02-11T19:58:53.419Z | Compiling deranged v0.3.11 |
1310 | 2025-02-11T19:58:53.986Z | Compiling icu_properties v1.5.1 |
1311 | 2025-02-11T19:58:54.576Z | Compiling scroll_derive v0.12.0 |
1312 | 2025-02-11T19:58:55.302Z | Compiling bitflags v2.6.0 |
1313 | 2025-02-11T19:58:55.415Z | Compiling bytes v1.9.0 |
1314 | 2025-02-11T19:58:56.032Z | Compiling indexmap v2.7.1 |
1315 | 2025-02-11T19:58:56.181Z | Compiling semver v1.0.24 |
1316 | 2025-02-11T19:58:56.211Z | Compiling num_threads v0.1.7 |
1317 | 2025-02-11T19:58:56.352Z | Compiling tokio v1.43.0 |
1318 | 2025-02-11T19:58:56.631Z | Compiling http v1.2.0 |
1319 | 2025-02-11T19:58:56.876Z | Compiling rustc_version v0.4.1 |
1320 | 2025-02-11T19:58:56.896Z | Compiling atomic-waker v1.1.2 |
1321 | 2025-02-11T19:58:57.084Z | Compiling tinyvec_macros v0.1.1 |
1322 | 2025-02-11T19:58:57.187Z | Compiling tinyvec v1.8.0 |
1323 | 2025-02-11T19:58:57.283Z | Compiling time v0.3.36 |
1324 | 2025-02-11T19:58:57.590Z | Compiling scroll v0.12.0 |
1325 | 2025-02-11T19:58:58.110Z | Compiling icu_normalizer v1.5.0 |
1326 | 2025-02-11T19:58:58.640Z | Compiling http-body v1.0.1 |
1327 | 2025-02-11T19:58:58.800Z | Compiling pest_generator v2.7.14 |
1328 | 2025-02-11T19:58:58.821Z | Compiling pkcs5 v0.7.1 |
1329 | 2025-02-11T19:58:58.847Z | Compiling form_urlencoded v1.2.1 |
1330 | 2025-02-11T19:58:58.877Z | Compiling try-lock v0.2.5 |
1331 | 2025-02-11T19:58:59.036Z | Compiling idna_adapter v1.2.0 |
1332 | 2025-02-11T19:58:59.162Z | Compiling slog v2.7.0 |
1333 | 2025-02-11T19:58:59.249Z | Compiling idna v1.0.3 |
1334 | 2025-02-11T19:58:59.676Z | Compiling which v4.4.2 |
1335 | 2025-02-11T19:58:59.909Z | Compiling pkcs8 v0.10.2 |
1336 | 2025-02-11T19:58:59.962Z | Compiling goblin v0.8.2 |
1337 | 2025-02-11T19:59:00.502Z | Compiling want v0.3.1 |
1338 | 2025-02-11T19:59:00.584Z | Compiling uuid v1.12.0 |
1339 | 2025-02-11T19:59:00.717Z | Compiling pest_derive v2.7.14 |
1340 | 2025-02-11T19:59:00.785Z | Compiling httpdate v1.0.3 |
1341 | 2025-02-11T19:59:00.876Z | Compiling iana-time-zone v0.1.61 |
1342 | 2025-02-11T19:59:01.255Z | Compiling chrono v0.4.39 |
1343 | 2025-02-11T19:59:01.546Z | Compiling dtrace-parser v0.2.0 |
1344 | 2025-02-11T19:59:02.007Z | Compiling toml_datetime v0.6.8 |
1345 | 2025-02-11T19:59:02.084Z | Compiling serde_spanned v0.6.8 |
1346 | 2025-02-11T19:59:02.130Z | Compiling serde_tokenstream v0.2.2 |
1347 | 2025-02-11T19:59:02.343Z | Compiling openssl v0.10.70 |
1348 | 2025-02-11T19:59:02.473Z | Compiling base64 v0.22.1 |
1349 | 2025-02-11T19:59:02.728Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2025-02-11T19:59:02.750Z | Compiling adler2 v2.0.0 |
1351 | 2025-02-11T19:59:02.858Z | Compiling rustversion v1.0.17 |
1352 | 2025-02-11T19:59:02.966Z | Compiling tower-service v0.3.3 |
1353 | 2025-02-11T19:59:03.114Z | Compiling match_cfg v0.1.0 |
1354 | 2025-02-11T19:59:03.186Z | Compiling miniz_oxide v0.8.0 |
1355 | 2025-02-11T19:59:03.223Z | Compiling hostname v0.3.1 |
1356 | 2025-02-11T19:59:03.450Z | Compiling foreign-types v0.3.2 |
1357 | 2025-02-11T19:59:03.503Z | Compiling url v2.5.3 |
1358 | 2025-02-11T19:59:03.602Z | Compiling openssl-macros v0.1.1 |
1359 | 2025-02-11T19:59:04.336Z | Compiling tokio-util v0.7.12 |
1360 | 2025-02-11T19:59:04.612Z | Compiling async-trait v0.1.85 |
1361 | 2025-02-11T19:59:04.633Z | Compiling serde_derive_internals v0.29.1 |
1362 | 2025-02-11T19:59:04.811Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2025-02-11T19:59:05.312Z | Compiling h2 v0.4.6 |
1364 | 2025-02-11T19:59:05.390Z | Compiling siphasher v0.3.11 |
1365 | 2025-02-11T19:59:05.593Z | Compiling dof v0.3.0 |
1366 | 2025-02-11T19:59:05.755Z | Compiling schemars v0.8.21 |
1367 | 2025-02-11T19:59:06.130Z | Compiling native-tls v0.2.12 |
1368 | 2025-02-11T19:59:06.479Z | Compiling usdt-impl v0.5.0 |
1369 | 2025-02-11T19:59:06.988Z | Compiling rustls v0.22.4 |
1370 | 2025-02-11T19:59:07.120Z | Compiling data-encoding v2.6.0 |
1371 | 2025-02-11T19:59:07.269Z | Compiling syn v1.0.109 |
1372 | 2025-02-11T19:59:07.493Z | Compiling rustls v0.23.19 |
1373 | 2025-02-11T19:59:07.810Z | Compiling schemars_derive v0.8.21 |
1374 | 2025-02-11T19:59:07.911Z | Compiling dirs-next v2.0.0 |
1375 | 2025-02-11T19:59:09.103Z | Compiling http-body-util v0.1.2 |
1376 | 2025-02-11T19:59:09.357Z | Compiling unicode-normalization v0.1.24 |
1377 | 2025-02-11T19:59:09.387Z | Compiling heapless v0.7.17 |
1378 | 2025-02-11T19:59:09.550Z | Compiling crossbeam-epoch v0.9.18 |
1379 | 2025-02-11T19:59:09.692Z | Compiling signature v2.2.0 |
1380 | 2025-02-11T19:59:09.802Z | Compiling sha1 v0.10.6 |
1381 | 2025-02-11T19:59:09.983Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1382 | 2025-02-11T19:59:10.212Z | Compiling thread_local v1.1.8 |
1383 | 2025-02-11T19:59:10.254Z | Compiling cookie v0.18.1 |
1384 | 2025-02-11T19:59:10.432Z | Compiling multer v3.1.0 |
1385 | 2025-02-11T19:59:10.453Z | Compiling encoding_rs v0.8.34 |
1386 | 2025-02-11T19:59:10.537Z | Compiling openssl-probe v0.1.5 |
1387 | 2025-02-11T19:59:10.729Z | Compiling signal-hook v0.3.17 |
1388 | 2025-02-11T19:59:10.777Z | Compiling unicode-properties v0.1.3 |
1389 | 2025-02-11T19:59:10.871Z | Compiling mime v0.3.17 |
1390 | 2025-02-11T19:59:10.905Z | Compiling slog-async v2.8.0 |
1391 | 2025-02-11T19:59:11.023Z | Compiling unicode-bidi v0.3.17 |
1392 | 2025-02-11T19:59:11.194Z | Compiling dyn-clone v1.0.17 |
1393 | 2025-02-11T19:59:11.375Z | Compiling ipnet v2.10.1 |
1394 | 2025-02-11T19:59:11.395Z | Compiling rayon-core v1.12.1 |
1395 | 2025-02-11T19:59:11.424Z | Compiling gimli v0.31.1 |
1396 | 2025-02-11T19:59:11.734Z | Compiling stringprep v0.1.5 |
1397 | 2025-02-11T19:59:12.466Z | Compiling hyper v1.5.2 |
1398 | 2025-02-11T19:59:12.915Z | Compiling toml_edit v0.22.22 |
1399 | 2025-02-11T19:59:15.235Z | Compiling hyper-util v0.1.10 |
1400 | 2025-02-11T19:59:15.583Z | Compiling addr2line v0.24.2 |
1401 | 2025-02-11T19:59:15.793Z | Compiling crossbeam-deque v0.8.5 |
1402 | 2025-02-11T19:59:16.175Z | Compiling usdt-macro v0.5.0 |
1403 | 2025-02-11T19:59:16.210Z | Compiling usdt-attr-macro v0.5.0 |
1404 | 2025-02-11T19:59:16.234Z | Compiling term v0.7.0 |
1405 | 2025-02-11T19:59:17.281Z | Compiling slog-json v2.6.1 |
1406 | 2025-02-11T19:59:17.487Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2025-02-11T19:59:17.537Z | Compiling curve25519-dalek v4.1.3 |
1408 | 2025-02-11T19:59:17.670Z | Compiling crossbeam-channel v0.5.13 |
1409 | 2025-02-11T19:59:17.691Z | Compiling futures-executor v0.3.31 |
1410 | 2025-02-11T19:59:18.010Z | Compiling md-5 v0.10.6 |
1411 | 2025-02-11T19:59:18.061Z | Compiling enum-as-inner v0.6.1 |
1412 | 2025-02-11T19:59:18.192Z | Compiling async-stream-impl v0.3.6 |
1413 | 2025-02-11T19:59:18.195Z | Compiling rustls-pemfile v2.2.0 |
1414 | 2025-02-11T19:59:18.287Z | Compiling num-integer v0.1.46 |
1415 | 2025-02-11T19:59:18.538Z | Compiling hash32 v0.2.1 |
1416 | 2025-02-11T19:59:18.694Z | Compiling ff v0.13.0 |
1417 | 2025-02-11T19:59:18.899Z | Compiling is-terminal v0.4.13 |
1418 | 2025-02-11T19:59:18.936Z | Compiling dropshot v0.12.0 |
1419 | 2025-02-11T19:59:19.013Z | Compiling object v0.36.5 |
1420 | 2025-02-11T19:59:19.038Z | Compiling anyhow v1.0.95 |
1421 | 2025-02-11T19:59:19.078Z | Compiling smoltcp v0.9.1 |
1422 | 2025-02-11T19:59:19.228Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2025-02-11T19:59:19.444Z | Compiling rustc-demangle v0.1.24 |
1424 | 2025-02-11T19:59:19.540Z | Compiling linked-hash-map v0.5.6 |
1425 | 2025-02-11T19:59:19.629Z | Compiling portable-atomic v1.9.0 |
1426 | 2025-02-11T19:59:19.695Z | Compiling utf-8 v0.7.6 |
1427 | 2025-02-11T19:59:19.885Z | Compiling litrs v0.4.1 |
1428 | 2025-02-11T19:59:20.017Z | Compiling fallible-iterator v0.2.0 |
1429 | 2025-02-11T19:59:20.358Z | Compiling psl-types v2.0.11 |
1430 | 2025-02-11T19:59:20.404Z | Compiling quick-error v1.2.3 |
1431 | 2025-02-11T19:59:20.559Z | Compiling base16ct v0.2.0 |
1432 | 2025-02-11T19:59:20.579Z | Compiling take_mut v0.2.2 |
1433 | 2025-02-11T19:59:20.672Z | Compiling postgres-protocol v0.6.7 |
1434 | 2025-02-11T19:59:20.694Z | Compiling publicsuffix v2.3.0 |
1435 | 2025-02-11T19:59:20.884Z | Compiling sec1 v0.7.3 |
1436 | 2025-02-11T19:59:21.018Z | Compiling resolv-conf v0.7.0 |
1437 | 2025-02-11T19:59:21.048Z | Compiling document-features v0.2.10 |
1438 | 2025-02-11T19:59:21.433Z | Compiling tungstenite v0.24.0 |
1439 | 2025-02-11T19:59:21.735Z | Compiling lru-cache v0.1.2 |
1440 | 2025-02-11T19:59:21.935Z | Compiling async-stream v0.3.6 |
1441 | 2025-02-11T19:59:22.033Z | Compiling hickory-proto v0.24.2 |
1442 | 2025-02-11T19:59:22.200Z | Compiling slog-term v2.9.1 |
1443 | 2025-02-11T19:59:22.219Z | Compiling usdt v0.5.0 |
1444 | 2025-02-11T19:59:22.275Z | Compiling group v0.13.0 |
1445 | 2025-02-11T19:59:22.690Z | Compiling num-iter v0.1.45 |
1446 | 2025-02-11T19:59:22.988Z | Compiling futures v0.3.31 |
1447 | 2025-02-11T19:59:23.114Z | Compiling slog-bunyan v2.5.0 |
1448 | 2025-02-11T19:59:23.338Z | Compiling toml v0.8.19 |
1449 | 2025-02-11T19:59:23.588Z | Compiling tokio-native-tls v0.3.1 |
1450 | 2025-02-11T19:59:24.827Z | Compiling camino v1.1.9 |
1451 | 2025-02-11T19:59:24.880Z | Compiling phf_shared v0.11.2 |
1452 | 2025-02-11T19:59:24.972Z | Compiling dropshot_endpoint v0.12.0 |
1453 | 2025-02-11T19:59:25.228Z | Compiling terminal_size v0.4.0 |
1454 | 2025-02-11T19:59:25.346Z | Compiling openapiv3 v2.0.0 |
1455 | 2025-02-11T19:59:25.444Z | Compiling waitgroup v0.1.2 |
1456 | 2025-02-11T19:59:25.660Z | Compiling backtrace v0.3.74 |
1457 | 2025-02-11T19:59:25.680Z | Compiling serde_path_to_error v0.1.16 |
1458 | 2025-02-11T19:59:26.097Z | Compiling hkdf v0.12.4 |
1459 | 2025-02-11T19:59:26.369Z | Compiling crypto-bigint v0.5.5 |
1460 | 2025-02-11T19:59:26.472Z | Compiling curve25519-dalek-derive v0.1.1 |
1461 | 2025-02-11T19:59:27.925Z | Compiling zerocopy-derive v0.6.6 |
1462 | 2025-02-11T19:59:28.475Z | Compiling hubpack_derive v0.1.1 |
1463 | 2025-02-11T19:59:28.757Z | Compiling webpki-roots v0.26.6 |
1464 | 2025-02-11T19:59:28.984Z | Compiling hostname v0.4.0 |
1465 | 2025-02-11T19:59:29.185Z | Compiling crc32fast v1.4.2 |
1466 | 2025-02-11T19:59:29.210Z | Compiling fs-err v2.11.0 |
1467 | 2025-02-11T19:59:29.276Z | Compiling ahash v0.8.11 |
1468 | 2025-02-11T19:59:29.303Z | Compiling winnow v0.5.40 |
1469 | 2025-02-11T19:59:29.492Z | Compiling bitflags v1.3.2 |
1470 | 2025-02-11T19:59:29.495Z | Compiling newtype-uuid v1.2.1 |
1471 | 2025-02-11T19:59:29.610Z | Compiling managed v0.8.0 |
1472 | 2025-02-11T19:59:29.632Z | Compiling unicode-width v0.2.0 |
1473 | 2025-02-11T19:59:29.779Z | Compiling debug-ignore v1.0.5 |
1474 | 2025-02-11T19:59:29.812Z | Compiling zerocopy v0.6.6 |
1475 | 2025-02-11T19:59:29.977Z | Compiling clap_builder v4.5.27 |
1476 | 2025-02-11T19:59:30.162Z | Compiling console v0.15.10 |
1477 | 2025-02-11T19:59:30.871Z | Compiling flate2 v1.0.35 |
1478 | 2025-02-11T19:59:31.343Z | Compiling strum_macros v0.25.3 |
1479 | 2025-02-11T19:59:31.548Z | Compiling hubpack v0.1.2 |
1480 | 2025-02-11T19:59:31.813Z | Compiling elliptic-curve v0.13.8 |
1481 | 2025-02-11T19:59:32.006Z | Compiling hickory-resolver v0.24.2 |
1482 | 2025-02-11T19:59:32.595Z | Compiling toml_edit v0.19.15 |
1483 | 2025-02-11T19:59:32.709Z | Compiling phf v0.11.2 |
1484 | 2025-02-11T19:59:32.994Z | Compiling signal-hook-mio v0.2.4 |
1485 | 2025-02-11T19:59:33.139Z | Compiling rayon v1.10.0 |
1486 | 2025-02-11T19:59:33.172Z | Compiling cookie_store v0.21.1 |
1487 | 2025-02-11T19:59:34.631Z | Compiling hyper-tls v0.6.0 |
1488 | 2025-02-11T19:59:35.026Z | Compiling bzip2 v0.4.4 |
1489 | 2025-02-11T19:59:35.408Z | Compiling tokio-tungstenite v0.24.0 |
1490 | 2025-02-11T19:59:35.977Z | Compiling postgres-types v0.2.8 |
1491 | 2025-02-11T19:59:37.555Z | Compiling ed25519 v2.2.3 |
1492 | 2025-02-11T19:59:37.847Z | Compiling phf_shared v0.10.0 |
1493 | 2025-02-11T19:59:38.196Z | Compiling tokio-stream v0.1.16 |
1494 | 2025-02-11T19:59:38.238Z | Compiling pkcs1 v0.7.5 |
1495 | 2025-02-11T19:59:38.544Z | Compiling serde-big-array v0.5.1 |
1496 | 2025-02-11T19:59:38.779Z | Compiling rfc6979 v0.4.0 |
1497 | 2025-02-11T19:59:38.982Z | Compiling serde_repr v0.1.19 |
1498 | 2025-02-11T19:59:39.161Z | Compiling clap_derive v4.5.24 |
1499 | 2025-02-11T19:59:39.163Z | Compiling derive-where v1.2.7 |
1500 | 2025-02-11T19:59:39.396Z | Compiling float-cmp v0.9.0 |
1501 | 2025-02-11T19:59:39.641Z | Compiling bstr v1.10.0 |
1502 | 2025-02-11T19:59:39.858Z | Compiling sync_wrapper v1.0.1 |
1503 | 2025-02-11T19:59:40.024Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2025-02-11T19:59:40.045Z | Compiling static_assertions v1.1.0 |
1505 | 2025-02-11T19:59:40.095Z | Compiling difflib v0.4.0 |
1506 | 2025-02-11T19:59:40.163Z | Compiling bit-vec v0.6.3 |
1507 | 2025-02-11T19:59:40.567Z | Compiling precomputed-hash v0.1.1 |
1508 | 2025-02-11T19:59:40.704Z | Compiling new_debug_unreachable v1.0.6 |
1509 | 2025-02-11T19:59:40.836Z | Compiling normalize-line-endings v0.3.0 |
1510 | 2025-02-11T19:59:40.893Z | Compiling predicates-core v1.0.8 |
1511 | 2025-02-11T19:59:40.985Z | Compiling whoami v1.5.2 |
1512 | 2025-02-11T19:59:41.221Z | Compiling number_prefix v0.4.0 |
1513 | 2025-02-11T19:59:41.269Z | Compiling fixedbitset v0.4.2 |
1514 | 2025-02-11T19:59:41.453Z | Compiling indicatif v0.17.11 |
1515 | 2025-02-11T19:59:41.493Z | Compiling tokio-postgres v0.7.12 |
1516 | 2025-02-11T19:59:41.573Z | Compiling predicates v3.1.2 |
1517 | 2025-02-11T19:59:41.718Z | Compiling petgraph v0.6.5 |
1518 | 2025-02-11T19:59:42.450Z | Compiling string_cache v0.8.7 |
1519 | 2025-02-11T19:59:42.890Z | Compiling similar v2.6.0 |
1520 | 2025-02-11T19:59:43.137Z | Compiling bit-set v0.5.3 |
1521 | 2025-02-11T19:59:43.433Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1522 | 2025-02-11T19:59:43.467Z | Compiling ecdsa v0.16.9 |
1523 | 2025-02-11T19:59:44.017Z | Compiling clap v4.5.27 |
1524 | 2025-02-11T19:59:44.151Z | Compiling rsa v0.9.6 |
1525 | 2025-02-11T19:59:44.228Z | Compiling ed25519-dalek v2.1.1 |
1526 | 2025-02-11T19:59:44.997Z | Compiling toml v0.7.8 |
1527 | 2025-02-11T19:59:45.345Z | Compiling zip v0.6.6 |
1528 | 2025-02-11T19:59:45.537Z | Compiling crossterm v0.28.1 |
1529 | 2025-02-11T19:59:47.286Z | Compiling hex v0.4.3 |
1530 | 2025-02-11T19:59:47.378Z | Compiling x509-cert v0.2.5 |
1531 | 2025-02-11T19:59:47.567Z | Compiling itertools v0.10.5 |
1532 | 2025-02-11T19:59:47.864Z | Compiling peg-runtime v0.8.3 |
1533 | 2025-02-11T19:59:48.453Z | Compiling unicode-xid v0.2.6 |
1534 | 2025-02-11T19:59:48.654Z | Compiling lalrpop-util v0.19.12 |
1535 | 2025-02-11T19:59:48.937Z | Compiling strum_macros v0.26.4 |
1536 | 2025-02-11T19:59:49.007Z | Compiling xattr v1.3.1 |
1537 | 2025-02-11T19:59:49.043Z | Compiling filetime v0.2.25 |
1538 | 2025-02-11T19:59:49.273Z | Compiling tar v0.4.42 |
1539 | 2025-02-11T19:59:52.951Z | Compiling strum v0.26.3 |
1540 | 2025-02-11T19:59:56.944Z | Compiling aws-lc-sys v0.22.0 |
1541 | 2025-02-11T20:00:26.903Z | Compiling rustls-webpki v0.102.8 |
1542 | 2025-02-11T20:00:30.063Z | Compiling tokio-rustls v0.25.0 |
1543 | 2025-02-11T20:00:31.753Z | Compiling tokio-rustls v0.26.0 |
1544 | 2025-02-11T20:00:32.034Z | Compiling hyper-rustls v0.27.3 |
1545 | 2025-02-11T20:00:32.388Z | Compiling reqwest v0.12.9 |
1546 | 2025-02-11T20:00:33.696Z | Compiling qorb v0.2.1 |
1547 | 2025-02-11T20:00:36.834Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1548 | 2025-02-11T20:00:37.085Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1549 | 2025-02-11T20:00:41.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1550 | 2025-02-11T20:00:41.658Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1551 | 2025-02-11T20:00:41.707Z | Feb 11 20:00:40.060 INFO Starting download, target: Clickhouse |
1552 | 2025-02-11T20:00:41.707Z | Feb 11 20:00:40.061 INFO Starting download, target: Console |
1553 | 2025-02-11T20:00:41.707Z | Feb 11 20:00:40.061 INFO Starting download, target: Cockroach |
1554 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.061 INFO Starting download, target: DendriteOpenapi |
1555 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.061 INFO Starting download, target: DendriteStub |
1556 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.061 INFO Starting download, target: MaghemiteMgd |
1557 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.061 INFO Starting download, target: TransceiverControl |
1558 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.062 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1559 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.062 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1560 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.062 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1561 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.062 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1562 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.062 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1563 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.062 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1564 | 2025-02-11T20:00:41.710Z | Feb 11 20:00:40.062 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1565 | 2025-02-11T20:00:41.867Z | Feb 11 20:00:40.219 INFO Download complete, target: DendriteOpenapi |
1566 | 2025-02-11T20:00:42.036Z | Feb 11 20:00:40.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1567 | 2025-02-11T20:00:42.260Z | Feb 11 20:00:40.599 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1568 | 2025-02-11T20:00:42.430Z | Feb 11 20:00:40.778 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1569 | 2025-02-11T20:00:42.532Z | Feb 11 20:00:40.883 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1570 | 2025-02-11T20:00:42.547Z | Feb 11 20:00:40.900 INFO Download complete, target: TransceiverControl |
1571 | 2025-02-11T20:00:42.628Z | Feb 11 20:00:40.978 INFO Download complete, target: Console |
1572 | 2025-02-11T20:00:43.196Z | Feb 11 20:00:41.550 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1573 | 2025-02-11T20:00:43.196Z | Feb 11 20:00:41.550 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1574 | 2025-02-11T20:00:43.679Z | Feb 11 20:00:42.032 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1575 | 2025-02-11T20:00:45.330Z | Feb 11 20:00:43.684 INFO Download complete, target: MaghemiteMgd |
1576 | 2025-02-11T20:00:45.367Z | Feb 11 20:00:43.721 INFO Download complete, target: DendriteStub |
1577 | 2025-02-11T20:00:50.874Z | Feb 11 20:00:49.224 INFO Checking that binary works, target: Cockroach |
1578 | 2025-02-11T20:00:51.030Z | Feb 11 20:00:49.381 INFO Download complete, target: Cockroach |
1579 | 2025-02-11T20:00:56.383Z | Feb 11 20:00:54.732 INFO Checking that binary works, target: Clickhouse |
1580 | 2025-02-11T20:00:57.031Z | Feb 11 20:00:55.383 INFO Download complete, target: Clickhouse |
1581 | 2025-02-11T20:00:57.039Z | All prerequisites installed successfully |
1582 | 2025-02-11T20:00:57.041Z | |
1583 | 2025-02-11T20:00:57.041Z | real 5:09.654741116 |
1584 | 2025-02-11T20:00:57.041Z | user 15:49.143748004 |
1585 | 2025-02-11T20:00:57.041Z | sys 2:03.836519187 |
1586 | 2025-02-11T20:00:57.041Z | trap 0.596067689 |
1587 | 2025-02-11T20:00:57.041Z | tflt 3.131625903 |
1588 | 2025-02-11T20:00:57.041Z | dflt 2.859993960 |
1589 | 2025-02-11T20:00:57.041Z | kflt 0.023304728 |
1590 | 2025-02-11T20:00:57.041Z | lock 24:40.323759748 |
1591 | 2025-02-11T20:00:57.041Z | slp 55:59.558217556 |
1592 | 2025-02-11T20:00:57.041Z | lat 1:01.191712013 |
1593 | 2025-02-11T20:00:57.042Z | stop 2:25.897986879 |
1594 | 2025-02-11T20:00:57.042Z | + ptime -m cargo xtask download softnpu |
1595 | 2025-02-11T20:00:57.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1596 | 2025-02-11T20:00:57.590Z | Running `target/debug/xtask download softnpu` |
1597 | 2025-02-11T20:00:58.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1598 | 2025-02-11T20:00:58.484Z | Running `target/debug/xtask-downloader softnpu` |
1599 | 2025-02-11T20:00:58.521Z | Feb 11 20:00:56.872 INFO Starting download, target: Softnpu |
1600 | 2025-02-11T20:00:58.523Z | Feb 11 20:00:56.873 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1601 | 2025-02-11T20:00:59.215Z | Feb 11 20:00:57.566 INFO Download complete, target: Softnpu |
1602 | 2025-02-11T20:00:59.219Z | |
1603 | 2025-02-11T20:00:59.222Z | real 2.172950081 |
1604 | 2025-02-11T20:00:59.222Z | user 1.266294901 |
1605 | 2025-02-11T20:00:59.222Z | sys 0.551760591 |
1606 | 2025-02-11T20:00:59.222Z | trap 0.000999468 |
1607 | 2025-02-11T20:00:59.222Z | tflt 0.000029806 |
1608 | 2025-02-11T20:00:59.222Z | dflt 0.000128324 |
1609 | 2025-02-11T20:00:59.222Z | kflt 0.000000000 |
1610 | 2025-02-11T20:00:59.222Z | lock 7.069333954 |
1611 | 2025-02-11T20:00:59.222Z | slp 0.561124858 |
1612 | 2025-02-11T20:00:59.222Z | lat 0.070186130 |
1613 | 2025-02-11T20:00:59.222Z | stop 0.000163573 |
1614 | 2025-02-11T20:00:59.222Z | + export CARGO_INCREMENTAL=0 |
1615 | 2025-02-11T20:00:59.222Z | + CARGO_INCREMENTAL=0 |
1616 | 2025-02-11T20:00:59.222Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1617 | 2025-02-11T20:01:00.160Z | Compiling proc-macro2 v1.0.92 |
1618 | 2025-02-11T20:01:00.160Z | Compiling unicode-ident v1.0.14 |
1619 | 2025-02-11T20:01:00.162Z | Compiling libc v0.2.169 |
1620 | 2025-02-11T20:01:00.162Z | Compiling serde v1.0.217 |
1621 | 2025-02-11T20:01:00.162Z | Compiling autocfg v1.4.0 |
1622 | 2025-02-11T20:01:00.162Z | Compiling version_check v0.9.5 |
1623 | 2025-02-11T20:01:00.162Z | Compiling cfg-if v1.0.0 |
1624 | 2025-02-11T20:01:00.446Z | Compiling memchr v2.7.4 |
1625 | 2025-02-11T20:01:00.466Z | Compiling typenum v1.17.0 |
1626 | 2025-02-11T20:01:00.526Z | Compiling shlex v1.3.0 |
1627 | 2025-02-11T20:01:00.842Z | Compiling value-bag v1.9.0 |
1628 | 2025-02-11T20:01:00.894Z | Compiling scopeguard v1.2.0 |
1629 | 2025-02-11T20:01:00.922Z | Compiling generic-array v0.14.7 |
1630 | 2025-02-11T20:01:01.121Z | Compiling lock_api v0.4.12 |
1631 | 2025-02-11T20:01:01.366Z | Compiling log v0.4.22 |
1632 | 2025-02-11T20:01:01.385Z | Compiling parking_lot_core v0.9.10 |
1633 | 2025-02-11T20:01:01.719Z | Compiling serde_json v1.0.135 |
1634 | 2025-02-11T20:01:01.794Z | Compiling once_cell v1.20.2 |
1635 | 2025-02-11T20:01:02.015Z | Compiling quote v1.0.38 |
1636 | 2025-02-11T20:01:02.033Z | Compiling jobserver v0.1.32 |
1637 | 2025-02-11T20:01:02.097Z | Compiling getrandom v0.2.15 |
1638 | 2025-02-11T20:01:02.146Z | Compiling rustix v0.38.37 |
1639 | 2025-02-11T20:01:02.213Z | Compiling libm v0.2.8 |
1640 | 2025-02-11T20:01:02.386Z | Compiling syn v2.0.96 |
1641 | 2025-02-11T20:01:02.474Z | Compiling cc v1.1.30 |
1642 | 2025-02-11T20:01:02.572Z | Compiling aho-corasick v1.1.3 |
1643 | 2025-02-11T20:01:02.704Z | Compiling num-traits v0.2.19 |
1644 | 2025-02-11T20:01:02.746Z | Compiling regex-syntax v0.8.5 |
1645 | 2025-02-11T20:01:02.769Z | Compiling thiserror v1.0.69 |
1646 | 2025-02-11T20:01:02.884Z | Compiling either v1.13.0 |
1647 | 2025-02-11T20:01:03.011Z | Compiling itoa v1.0.11 |
1648 | 2025-02-11T20:01:03.267Z | Compiling spin v0.9.8 |
1649 | 2025-02-11T20:01:03.288Z | Compiling slab v0.4.9 |
1650 | 2025-02-11T20:01:03.593Z | Compiling errno v0.3.9 |
1651 | 2025-02-11T20:01:03.645Z | Compiling byteorder v1.5.0 |
1652 | 2025-02-11T20:01:03.827Z | Compiling rand_core v0.6.4 |
1653 | 2025-02-11T20:01:04.407Z | Compiling glob v0.3.2 |
1654 | 2025-02-11T20:01:04.476Z | Compiling prettyplease v0.2.25 |
1655 | 2025-02-11T20:01:04.558Z | Compiling lazy_static v1.5.0 |
1656 | 2025-02-11T20:01:04.888Z | Compiling minimal-lexical v0.2.1 |
1657 | 2025-02-11T20:01:05.126Z | Compiling clang-sys v1.8.1 |
1658 | 2025-02-11T20:01:05.317Z | Compiling nom v7.1.3 |
1659 | 2025-02-11T20:01:05.436Z | Compiling libloading v0.8.5 |
1660 | 2025-02-11T20:01:05.481Z | Compiling smallvec v1.13.2 |
1661 | 2025-02-11T20:01:05.808Z | Compiling home v0.5.9 |
1662 | 2025-02-11T20:01:05.828Z | Compiling subtle v2.6.1 |
1663 | 2025-02-11T20:01:05.945Z | Compiling bindgen v0.69.5 |
1664 | 2025-02-11T20:01:06.125Z | Compiling itertools v0.12.1 |
1665 | 2025-02-11T20:01:06.314Z | Compiling allocator-api2 v0.2.18 |
1666 | 2025-02-11T20:01:06.366Z | Compiling regex-automata v0.4.8 |
1667 | 2025-02-11T20:01:06.782Z | Compiling rustc-hash v1.1.0 |
1668 | 2025-02-11T20:01:06.949Z | Compiling lazycell v1.3.0 |
1669 | 2025-02-11T20:01:07.001Z | Compiling cmake v0.1.51 |
1670 | 2025-02-11T20:01:07.333Z | Compiling semver v1.0.24 |
1671 | 2025-02-11T20:01:07.813Z | Compiling fs_extra v1.3.0 |
1672 | 2025-02-11T20:01:08.258Z | Compiling dunce v1.0.5 |
1673 | 2025-02-11T20:01:08.376Z | Compiling pkg-config v0.3.31 |
1674 | 2025-02-11T20:01:08.411Z | Compiling cexpr v0.6.0 |
1675 | 2025-02-11T20:01:08.631Z | Compiling ring v0.17.8 |
1676 | 2025-02-11T20:01:09.248Z | Compiling pin-project-lite v0.2.14 |
1677 | 2025-02-11T20:01:09.367Z | Compiling synstructure v0.13.1 |
1678 | 2025-02-11T20:01:09.473Z | Compiling ryu v1.0.18 |
1679 | 2025-02-11T20:01:09.564Z | Compiling paste v1.0.15 |
1680 | 2025-02-11T20:01:09.859Z | Compiling const-oid v0.9.6 |
1681 | 2025-02-11T20:01:10.141Z | Compiling schemars v0.8.21 |
1682 | 2025-02-11T20:01:10.532Z | Compiling aws-lc-rs v1.10.0 |
1683 | 2025-02-11T20:01:10.606Z | Compiling fnv v1.0.7 |
1684 | 2025-02-11T20:01:10.719Z | Compiling httparse v1.9.5 |
1685 | 2025-02-11T20:01:10.944Z | Compiling serde_derive_internals v0.29.1 |
1686 | 2025-02-11T20:01:11.465Z | Compiling foldhash v0.1.3 |
1687 | 2025-02-11T20:01:11.698Z | Compiling equivalent v1.0.1 |
1688 | 2025-02-11T20:01:11.755Z | Compiling regex v1.11.1 |
1689 | 2025-02-11T20:01:11.830Z | Compiling hashbrown v0.15.1 |
1690 | 2025-02-11T20:01:11.866Z | Compiling signal-hook-registry v1.4.2 |
1691 | 2025-02-11T20:01:12.661Z | Compiling heck v0.5.0 |
1692 | 2025-02-11T20:01:12.681Z | Compiling parking_lot v0.12.3 |
1693 | 2025-02-11T20:01:12.949Z | Compiling mio v1.0.2 |
1694 | 2025-02-11T20:01:13.066Z | Compiling stable_deref_trait v1.2.0 |
1695 | 2025-02-11T20:01:13.749Z | Compiling socket2 v0.5.7 |
1696 | 2025-02-11T20:01:13.830Z | Compiling serde_derive v1.0.217 |
1697 | 2025-02-11T20:01:14.509Z | Compiling zeroize_derive v1.4.2 |
1698 | 2025-02-11T20:01:14.650Z | Compiling zerocopy-derive v0.7.35 |
1699 | 2025-02-11T20:01:15.268Z | Compiling thiserror-impl v1.0.69 |
1700 | 2025-02-11T20:01:15.349Z | Compiling tokio-macros v2.5.0 |
1701 | 2025-02-11T20:01:15.413Z | Compiling zerofrom-derive v0.1.4 |
1702 | 2025-02-11T20:01:15.867Z | Compiling zeroize v1.8.1 |
1703 | 2025-02-11T20:01:16.016Z | Compiling yoke-derive v0.7.4 |
1704 | 2025-02-11T20:01:16.300Z | Compiling zerovec-derive v0.10.3 |
1705 | 2025-02-11T20:01:16.321Z | Compiling futures-macro v0.3.31 |
1706 | 2025-02-11T20:01:16.495Z | Compiling displaydoc v0.2.5 |
1707 | 2025-02-11T20:01:17.880Z | Compiling zerocopy v0.7.35 |
1708 | 2025-02-11T20:01:17.989Z | Compiling crypto-common v0.1.6 |
1709 | 2025-02-11T20:01:18.082Z | Compiling icu_provider_macros v1.5.0 |
1710 | 2025-02-11T20:01:18.198Z | Compiling tracing-attributes v0.1.27 |
1711 | 2025-02-11T20:01:18.357Z | Compiling schemars_derive v0.8.21 |
1712 | 2025-02-11T20:01:18.445Z | Compiling block-buffer v0.10.4 |
1713 | 2025-02-11T20:01:18.691Z | Compiling digest v0.10.7 |
1714 | 2025-02-11T20:01:19.125Z | Compiling num-conv v0.1.0 |
1715 | 2025-02-11T20:01:19.184Z | Compiling futures-core v0.3.31 |
1716 | 2025-02-11T20:01:19.314Z | Compiling crossbeam-utils v0.8.20 |
1717 | 2025-02-11T20:01:19.394Z | Compiling time-core v0.1.2 |
1718 | 2025-02-11T20:01:19.580Z | Compiling time-macros v0.2.18 |
1719 | 2025-02-11T20:01:19.713Z | Compiling der_derive v0.7.3 |
1720 | 2025-02-11T20:01:19.812Z | Compiling vcpkg v0.2.15 |
1721 | 2025-02-11T20:01:21.289Z | Compiling openssl-sys v0.9.105 |
1722 | 2025-02-11T20:01:22.073Z | Compiling syn v1.0.109 |
1723 | 2025-02-11T20:01:22.588Z | Compiling cpufeatures v0.2.14 |
1724 | 2025-02-11T20:01:22.680Z | Compiling futures-sink v0.3.31 |
1725 | 2025-02-11T20:01:22.733Z | Compiling slog v2.7.0 |
1726 | 2025-02-11T20:01:23.119Z | Compiling ahash v0.8.11 |
1727 | 2025-02-11T20:01:23.308Z | Compiling zerofrom v0.1.4 |
1728 | 2025-02-11T20:01:23.569Z | Compiling iana-time-zone v0.1.61 |
1729 | 2025-02-11T20:01:23.691Z | Compiling yoke v0.7.4 |
1730 | 2025-02-11T20:01:24.057Z | Compiling futures-channel v0.3.31 |
1731 | 2025-02-11T20:01:24.060Z | Compiling scroll_derive v0.12.0 |
1732 | 2025-02-11T20:01:24.145Z | Compiling futures-task v0.3.31 |
1733 | 2025-02-11T20:01:24.271Z | Compiling openssl v0.10.70 |
1734 | 2025-02-11T20:01:24.424Z | Compiling futures-io v0.3.31 |
1735 | 2025-02-11T20:01:24.531Z | Compiling ucd-trie v0.1.7 |
1736 | 2025-02-11T20:01:24.680Z | Compiling pin-utils v0.1.0 |
1737 | 2025-02-11T20:01:24.764Z | Compiling futures-util v0.3.31 |
1738 | 2025-02-11T20:01:24.785Z | Compiling zerovec v0.10.4 |
1739 | 2025-02-11T20:01:24.999Z | Compiling pest v2.7.14 |
1740 | 2025-02-11T20:01:25.950Z | Compiling bitflags v2.6.0 |
1741 | 2025-02-11T20:01:26.134Z | Compiling bytes v1.9.0 |
1742 | 2025-02-11T20:01:27.963Z | Compiling indexmap v2.7.1 |
1743 | 2025-02-11T20:01:28.421Z | Compiling tokio v1.43.0 |
1744 | 2025-02-11T20:01:29.300Z | Compiling serde_tokenstream v0.2.2 |
1745 | 2025-02-11T20:01:29.750Z | Compiling uuid v1.12.0 |
1746 | 2025-02-11T20:01:29.850Z | Compiling http v1.2.0 |
1747 | 2025-02-11T20:01:30.763Z | Compiling which v4.4.2 |
1748 | 2025-02-11T20:01:30.852Z | Compiling chrono v0.4.39 |
1749 | 2025-02-11T20:01:31.264Z | Compiling rustc_version v0.4.1 |
1750 | 2025-02-11T20:01:32.704Z | Compiling hmac v0.12.1 |
1751 | 2025-02-11T20:01:33.951Z | Compiling pest_meta v2.7.14 |
1752 | 2025-02-11T20:01:37.021Z | Compiling block-padding v0.3.3 |
1753 | 2025-02-11T20:01:37.260Z | Compiling openssl-macros v0.1.1 |
1754 | 2025-02-11T20:01:37.628Z | Compiling rustls v0.23.19 |
1755 | 2025-02-11T20:01:37.928Z | Compiling native-tls v0.2.12 |
1756 | 2025-02-11T20:01:37.968Z | Compiling inout v0.1.3 |
1757 | 2025-02-11T20:01:38.233Z | Compiling pest_generator v2.7.14 |
1758 | 2025-02-11T20:01:38.252Z | Compiling tinystr v0.7.6 |
1759 | 2025-02-11T20:01:38.612Z | Compiling serde_spanned v0.6.8 |
1760 | 2025-02-11T20:01:38.669Z | Compiling toml_datetime v0.6.8 |
1761 | 2025-02-11T20:01:38.880Z | Compiling tracing-core v0.1.32 |
1762 | 2025-02-11T20:01:39.047Z | Compiling dyn-clone v1.0.17 |
1763 | 2025-02-11T20:01:39.084Z | Compiling strsim v0.11.1 |
1764 | 2025-02-11T20:01:39.252Z | Compiling writeable v0.5.5 |
1765 | 2025-02-11T20:01:39.695Z | Compiling litemap v0.7.3 |
1766 | 2025-02-11T20:01:39.902Z | Compiling pest_derive v2.7.14 |
1767 | 2025-02-11T20:01:40.074Z | Compiling icu_locid v1.5.0 |
1768 | 2025-02-11T20:01:40.365Z | Compiling tracing v0.1.40 |
1769 | 2025-02-11T20:01:41.026Z | Compiling cipher v0.4.4 |
1770 | 2025-02-11T20:01:41.236Z | Compiling sha2 v0.10.8 |
1771 | 2025-02-11T20:01:41.752Z | Compiling usdt-impl v0.5.0 |
1772 | 2025-02-11T20:01:41.941Z | Compiling cookie v0.18.1 |
1773 | 2025-02-11T20:01:41.966Z | Compiling base64ct v1.6.0 |
1774 | 2025-02-11T20:01:42.232Z | Compiling icu_provider v1.5.0 |
1775 | 2025-02-11T20:01:42.497Z | Compiling pem-rfc7468 v0.7.0 |
1776 | 2025-02-11T20:01:43.359Z | Compiling aws-lc-sys v0.22.0 |
1777 | 2025-02-11T20:01:43.942Z | Compiling scroll v0.12.0 |
1778 | 2025-02-11T20:01:44.345Z | Compiling ppv-lite86 v0.2.20 |
1779 | 2025-02-11T20:01:44.490Z | Compiling async-trait v0.1.85 |
1780 | 2025-02-11T20:01:45.336Z | Compiling flagset v0.4.6 |
1781 | 2025-02-11T20:01:45.558Z | Compiling camino v1.1.9 |
1782 | 2025-02-11T20:01:46.573Z | Compiling plain v0.2.3 |
1783 | 2025-02-11T20:01:46.717Z | Compiling anyhow v1.0.95 |
1784 | 2025-02-11T20:01:47.202Z | Compiling rustls-pki-types v1.10.0 |
1785 | 2025-02-11T20:01:47.304Z | Compiling percent-encoding v2.3.1 |
1786 | 2025-02-11T20:01:47.768Z | Compiling icu_locid_transform_data v1.5.0 |
1787 | 2025-02-11T20:01:47.983Z | Compiling icu_locid_transform v1.5.0 |
1788 | 2025-02-11T20:01:49.875Z | Compiling goblin v0.8.2 |
1789 | 2025-02-11T20:01:50.526Z | Compiling der v0.7.9 |
1790 | 2025-02-11T20:01:51.621Z | Compiling rand_chacha v0.3.1 |
1791 | 2025-02-11T20:01:53.072Z | Compiling tokio-util v0.7.12 |
1792 | 2025-02-11T20:01:53.278Z | Compiling icu_collections v1.5.0 |
1793 | 2025-02-11T20:01:54.594Z | Compiling pretty-hex v0.4.1 |
1794 | 2025-02-11T20:01:54.840Z | Compiling icu_properties_data v1.5.0 |
1795 | 2025-02-11T20:01:54.865Z | Compiling untrusted v0.9.0 |
1796 | 2025-02-11T20:01:54.886Z | Compiling untrusted v0.7.1 |
1797 | 2025-02-11T20:01:55.363Z | Compiling rustls v0.22.4 |
1798 | 2025-02-11T20:01:55.383Z | Compiling mirai-annotations v1.12.0 |
1799 | 2025-02-11T20:01:55.544Z | Compiling powerfmt v0.2.0 |
1800 | 2025-02-11T20:01:55.604Z | Compiling rayon-core v1.12.1 |
1801 | 2025-02-11T20:01:55.659Z | Compiling icu_properties v1.5.1 |
1802 | 2025-02-11T20:01:55.907Z | Compiling deranged v0.3.11 |
1803 | 2025-02-11T20:01:55.998Z | Compiling dof v0.3.0 |
1804 | 2025-02-11T20:01:57.604Z | Compiling spki v0.7.3 |
1805 | 2025-02-11T20:01:57.960Z | Compiling rand v0.8.5 |
1806 | 2025-02-11T20:01:58.135Z | Compiling salsa20 v0.10.2 |
1807 | 2025-02-11T20:01:58.260Z | Compiling dtrace-parser v0.2.0 |
1808 | 2025-02-11T20:01:59.434Z | Compiling pbkdf2 v0.12.2 |
1809 | 2025-02-11T20:01:59.815Z | Compiling thread-id v4.2.2 |
1810 | 2025-02-11T20:01:59.890Z | Compiling num_threads v0.1.7 |
1811 | 2025-02-11T20:01:59.941Z | Compiling utf8_iter v1.0.4 |
1812 | 2025-02-11T20:02:00.029Z | Compiling litrs v0.4.1 |
1813 | 2025-02-11T20:02:00.691Z | Compiling icu_normalizer_data v1.5.0 |
1814 | 2025-02-11T20:02:00.777Z | Compiling atomic-waker v1.1.2 |
1815 | 2025-02-11T20:02:00.935Z | Compiling write16 v1.0.0 |
1816 | 2025-02-11T20:02:01.030Z | Compiling utf16_iter v1.0.5 |
1817 | 2025-02-11T20:02:01.259Z | Compiling winnow v0.5.40 |
1818 | 2025-02-11T20:02:01.327Z | Compiling icu_normalizer v1.5.0 |
1819 | 2025-02-11T20:02:01.783Z | Compiling time v0.3.36 |
1820 | 2025-02-11T20:02:02.977Z | Compiling document-features v0.2.10 |
1821 | 2025-02-11T20:02:04.681Z | Compiling toml_edit v0.19.15 |
1822 | 2025-02-11T20:02:05.654Z | Compiling scrypt v0.11.0 |
1823 | 2025-02-11T20:02:05.802Z | Compiling form_urlencoded v1.2.1 |
1824 | 2025-02-11T20:02:06.123Z | Compiling aes v0.8.4 |
1825 | 2025-02-11T20:02:06.331Z | Compiling cbc v0.1.2 |
1826 | 2025-02-11T20:02:06.555Z | Compiling http-body v1.0.1 |
1827 | 2025-02-11T20:02:06.633Z | Compiling multer v3.1.0 |
1828 | 2025-02-11T20:02:06.825Z | Compiling rustversion v1.0.17 |
1829 | 2025-02-11T20:02:06.936Z | Compiling tinyvec_macros v0.1.1 |
1830 | 2025-02-11T20:02:07.233Z | Compiling try-lock v0.2.5 |
1831 | 2025-02-11T20:02:07.393Z | Compiling slog-async v2.8.0 |
1832 | 2025-02-11T20:02:07.495Z | Compiling want v0.3.1 |
1833 | 2025-02-11T20:02:07.781Z | Compiling tinyvec v1.8.0 |
1834 | 2025-02-11T20:02:07.833Z | Compiling pkcs5 v0.7.1 |
1835 | 2025-02-11T20:02:09.401Z | Compiling idna_adapter v1.2.0 |
1836 | 2025-02-11T20:02:09.758Z | Compiling h2 v0.4.6 |
1837 | 2025-02-11T20:02:10.133Z | Compiling heapless v0.7.17 |
1838 | 2025-02-11T20:02:10.949Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1839 | 2025-02-11T20:02:11.416Z | Compiling httpdate v1.0.3 |
1840 | 2025-02-11T20:02:11.585Z | Compiling signal-hook v0.3.17 |
1841 | 2025-02-11T20:02:12.127Z | Compiling idna v1.0.3 |
1842 | 2025-02-11T20:02:13.501Z | Compiling pkcs8 v0.10.2 |
1843 | 2025-02-11T20:02:14.561Z | Compiling usdt-attr-macro v0.5.0 |
1844 | 2025-02-11T20:02:14.877Z | Compiling usdt-macro v0.5.0 |
1845 | 2025-02-11T20:02:16.042Z | Compiling async-stream-impl v0.3.6 |
1846 | 2025-02-11T20:02:16.518Z | Compiling base64 v0.22.1 |
1847 | 2025-02-11T20:02:16.815Z | Compiling adler2 v2.0.0 |
1848 | 2025-02-11T20:02:17.105Z | Compiling tower-service v0.3.3 |
1849 | 2025-02-11T20:02:17.194Z | Compiling miniz_oxide v0.8.0 |
1850 | 2025-02-11T20:02:17.782Z | Compiling hyper v1.5.2 |
1851 | 2025-02-11T20:02:20.450Z | Compiling curve25519-dalek v4.1.3 |
1852 | 2025-02-11T20:02:20.615Z | Compiling hyper-util v0.1.10 |
1853 | 2025-02-11T20:02:20.887Z | Compiling openapiv3 v2.0.0 |
1854 | 2025-02-11T20:02:24.259Z | Compiling enum-as-inner v0.6.1 |
1855 | 2025-02-11T20:02:25.153Z | Compiling dropshot v0.12.0 |
1856 | 2025-02-11T20:02:25.431Z | Compiling foreign-types-shared v0.1.1 |
1857 | 2025-02-11T20:02:25.606Z | Compiling newtype-uuid v1.2.1 |
1858 | 2025-02-11T20:02:25.905Z | Compiling num-bigint-dig v0.8.4 |
1859 | 2025-02-11T20:02:26.202Z | Compiling portable-atomic v1.9.0 |
1860 | 2025-02-11T20:02:26.205Z | Compiling match_cfg v0.1.0 |
1861 | 2025-02-11T20:02:26.463Z | Compiling smoltcp v0.9.1 |
1862 | 2025-02-11T20:02:26.900Z | Compiling hostname v0.3.1 |
1863 | 2025-02-11T20:02:27.030Z | Compiling foreign-types v0.3.2 |
1864 | 2025-02-11T20:02:28.311Z | Compiling url v2.5.3 |
1865 | 2025-02-11T20:02:30.095Z | Compiling http-body-util v0.1.2 |
1866 | 2025-02-11T20:02:30.658Z | Compiling dirs-sys-next v0.1.2 |
1867 | 2025-02-11T20:02:30.725Z | Compiling encoding_rs v0.8.34 |
1868 | 2025-02-11T20:02:30.870Z | Compiling siphasher v0.3.11 |
1869 | 2025-02-11T20:02:31.127Z | Compiling ident_case v1.0.1 |
1870 | 2025-02-11T20:02:31.207Z | Compiling heck v0.4.1 |
1871 | 2025-02-11T20:02:31.331Z | Compiling data-encoding v2.6.0 |
1872 | 2025-02-11T20:02:31.561Z | Compiling mime v0.3.17 |
1873 | 2025-02-11T20:02:32.641Z | Compiling gimli v0.31.1 |
1874 | 2025-02-11T20:02:32.761Z | Compiling darling_core v0.20.10 |
1875 | 2025-02-11T20:02:34.005Z | Compiling dirs-next v2.0.0 |
1876 | 2025-02-11T20:02:38.274Z | Compiling addr2line v0.24.2 |
1877 | 2025-02-11T20:02:39.963Z | Compiling unicode-normalization v0.1.24 |
1878 | 2025-02-11T20:02:41.011Z | Compiling crossbeam-epoch v0.9.18 |
1879 | 2025-02-11T20:02:41.657Z | Compiling serde_urlencoded v0.7.1 |
1880 | 2025-02-11T20:02:41.796Z | Compiling rustls-pemfile v2.2.0 |
1881 | 2025-02-11T20:02:42.152Z | Compiling hubpack_derive v0.1.1 |
1882 | 2025-02-11T20:02:42.190Z | Compiling dropshot_endpoint v0.12.0 |
1883 | 2025-02-11T20:02:42.346Z | Compiling sha1 v0.10.6 |
1884 | 2025-02-11T20:02:42.374Z | Compiling signature v2.2.0 |
1885 | 2025-02-11T20:02:42.598Z | Compiling zerocopy-derive v0.6.6 |
1886 | 2025-02-11T20:02:42.736Z | Compiling curve25519-dalek-derive v0.1.1 |
1887 | 2025-02-11T20:02:43.037Z | Compiling object v0.36.5 |
1888 | 2025-02-11T20:02:44.289Z | Compiling thread_local v1.1.8 |
1889 | 2025-02-11T20:02:44.729Z | Compiling fs-err v2.11.0 |
1890 | 2025-02-11T20:02:45.922Z | Compiling ipnet v2.10.1 |
1891 | 2025-02-11T20:02:47.375Z | Compiling unicode-bidi v0.3.17 |
1892 | 2025-02-11T20:02:48.448Z | Compiling rustc-demangle v0.1.24 |
1893 | 2025-02-11T20:02:48.508Z | Compiling anstyle v1.0.10 |
1894 | 2025-02-11T20:02:48.947Z | Compiling openssl-probe v0.1.5 |
1895 | 2025-02-11T20:02:49.513Z | Compiling utf8parse v0.2.2 |
1896 | 2025-02-11T20:02:50.764Z | Compiling unicode-properties v0.1.3 |
1897 | 2025-02-11T20:02:52.225Z | Compiling winnow v0.6.20 |
1898 | 2025-02-11T20:02:55.583Z | Compiling rustls-webpki v0.102.8 |
1899 | 2025-02-11T20:02:56.007Z | Compiling toml_edit v0.22.22 |
1900 | 2025-02-11T20:02:58.599Z | Compiling stringprep v0.1.5 |
1901 | 2025-02-11T20:02:59.493Z | Compiling backtrace v0.3.74 |
1902 | 2025-02-11T20:03:02.701Z | Compiling anstyle-parse v0.2.5 |
1903 | 2025-02-11T20:03:04.991Z | Compiling crossbeam-deque v0.8.5 |
1904 | 2025-02-11T20:03:05.335Z | Compiling darling_macro v0.20.10 |
1905 | 2025-02-11T20:03:05.909Z | Compiling term v0.7.0 |
1906 | 2025-02-11T20:03:06.209Z | Compiling slog-json v2.6.1 |
1907 | 2025-02-11T20:03:07.777Z | Compiling crossbeam-channel v0.5.13 |
1908 | 2025-02-11T20:03:08.289Z | Compiling hashbrown v0.14.5 |
1909 | 2025-02-11T20:03:08.959Z | Compiling futures-executor v0.3.31 |
1910 | 2025-02-11T20:03:09.272Z | Compiling num-integer v0.1.46 |
1911 | 2025-02-11T20:03:09.390Z | Compiling md-5 v0.10.6 |
1912 | 2025-02-11T20:03:09.483Z | Compiling ff v0.13.0 |
1913 | 2025-02-11T20:03:09.634Z | Compiling hash32 v0.2.1 |
1914 | 2025-02-11T20:03:09.707Z | Compiling is-terminal v0.4.13 |
1915 | 2025-02-11T20:03:09.849Z | Compiling memmap v0.7.0 |
1916 | 2025-02-11T20:03:09.914Z | Compiling take_mut v0.2.2 |
1917 | 2025-02-11T20:03:09.972Z | Compiling psl-types v2.0.11 |
1918 | 2025-02-11T20:03:10.081Z | Compiling base16ct v0.2.0 |
1919 | 2025-02-11T20:03:10.152Z | Compiling quick-error v1.2.3 |
1920 | 2025-02-11T20:03:10.194Z | Compiling is_terminal_polyfill v1.70.1 |
1921 | 2025-02-11T20:03:10.340Z | Compiling fallible-iterator v0.2.0 |
1922 | 2025-02-11T20:03:10.359Z | Compiling anstyle-query v1.1.1 |
1923 | 2025-02-11T20:03:10.378Z | Compiling linked-hash-map v0.5.6 |
1924 | 2025-02-11T20:03:10.550Z | Compiling colorchoice v1.0.2 |
1925 | 2025-02-11T20:03:10.731Z | Compiling utf-8 v0.7.6 |
1926 | 2025-02-11T20:03:10.734Z | Compiling lru-cache v0.1.2 |
1927 | 2025-02-11T20:03:10.939Z | Compiling postgres-protocol v0.6.7 |
1928 | 2025-02-11T20:03:10.974Z | Compiling tungstenite v0.24.0 |
1929 | 2025-02-11T20:03:11.045Z | Compiling anstream v0.6.15 |
1930 | 2025-02-11T20:03:11.362Z | Compiling publicsuffix v2.3.0 |
1931 | 2025-02-11T20:03:11.629Z | Compiling sec1 v0.7.3 |
1932 | 2025-02-11T20:03:11.647Z | Compiling resolv-conf v0.7.0 |
1933 | 2025-02-11T20:03:12.176Z | Compiling usdt v0.5.0 |
1934 | 2025-02-11T20:03:12.603Z | Compiling slog-term v2.9.1 |
1935 | 2025-02-11T20:03:12.758Z | Compiling num-iter v0.1.45 |
1936 | 2025-02-11T20:03:12.963Z | Compiling group v0.13.0 |
1937 | 2025-02-11T20:03:13.162Z | Compiling regress v0.10.1 |
1938 | 2025-02-11T20:03:13.284Z | Compiling futures v0.3.31 |
1939 | 2025-02-11T20:03:16.252Z | Compiling slog-bunyan v2.5.0 |
1940 | 2025-02-11T20:03:16.445Z | Compiling darling v0.20.10 |
1941 | 2025-02-11T20:03:16.666Z | Compiling tokio-rustls v0.26.0 |
1942 | 2025-02-11T20:03:16.821Z | Compiling tokio-native-tls v0.3.1 |
1943 | 2025-02-11T20:03:17.091Z | Compiling tokio-rustls v0.25.0 |
1944 | 2025-02-11T20:03:17.110Z | Compiling toml v0.8.19 |
1945 | 2025-02-11T20:03:17.696Z | Compiling hickory-proto v0.24.2 |
1946 | 2025-02-11T20:03:17.795Z | Compiling strum_macros v0.25.3 |
1947 | 2025-02-11T20:03:18.471Z | Compiling phf_shared v0.11.2 |
1948 | 2025-02-11T20:03:18.919Z | Compiling async-stream v0.3.6 |
1949 | 2025-02-11T20:03:18.936Z | Compiling waitgroup v0.1.2 |
1950 | 2025-02-11T20:03:19.002Z | Compiling webpki-roots v0.26.6 |
1951 | 2025-02-11T20:03:19.299Z | Compiling hkdf v0.12.4 |
1952 | 2025-02-11T20:03:19.356Z | Compiling terminal_size v0.4.0 |
1953 | 2025-02-11T20:03:19.523Z | Compiling serde_path_to_error v0.1.16 |
1954 | 2025-02-11T20:03:19.577Z | Compiling crypto-bigint v0.5.5 |
1955 | 2025-02-11T20:03:20.154Z | Compiling serde_repr v0.1.19 |
1956 | 2025-02-11T20:03:20.270Z | Compiling clap_derive v4.5.24 |
1957 | 2025-02-11T20:03:21.182Z | Compiling derive-where v1.2.7 |
1958 | 2025-02-11T20:03:21.235Z | Compiling hostname v0.4.0 |
1959 | 2025-02-11T20:03:21.441Z | Compiling crc32fast v1.4.2 |
1960 | 2025-02-11T20:03:21.759Z | Compiling debug-ignore v1.0.5 |
1961 | 2025-02-11T20:03:22.097Z | Compiling managed v0.8.0 |
1962 | 2025-02-11T20:03:22.574Z | Compiling bitflags v1.3.2 |
1963 | 2025-02-11T20:03:22.978Z | Compiling unicode-width v0.2.0 |
1964 | 2025-02-11T20:03:23.524Z | Compiling clap_lex v0.7.4 |
1965 | 2025-02-11T20:03:23.707Z | Compiling console v0.15.10 |
1966 | 2025-02-11T20:03:23.932Z | Compiling clap_builder v4.5.27 |
1967 | 2025-02-11T20:03:24.087Z | Compiling hickory-resolver v0.24.2 |
1968 | 2025-02-11T20:03:25.980Z | Compiling elliptic-curve v0.13.8 |
1969 | 2025-02-11T20:03:26.946Z | Compiling flate2 v1.0.35 |
1970 | 2025-02-11T20:03:28.605Z | Compiling hyper-rustls v0.27.3 |
1971 | 2025-02-11T20:03:30.293Z | Compiling phf v0.11.2 |
1972 | 2025-02-11T20:03:30.595Z | Compiling hyper-tls v0.6.0 |
1973 | 2025-02-11T20:03:31.033Z | Compiling typify-impl v0.2.0 |
1974 | 2025-02-11T20:03:31.314Z | Compiling signal-hook-mio v0.2.4 |
1975 | 2025-02-11T20:03:31.492Z | Compiling rayon v1.10.0 |
1976 | 2025-02-11T20:03:31.561Z | Compiling bzip2 v0.4.4 |
1977 | 2025-02-11T20:03:31.914Z | Compiling cookie_store v0.21.1 |
1978 | 2025-02-11T20:03:35.507Z | Compiling tokio-tungstenite v0.24.0 |
1979 | 2025-02-11T20:03:35.561Z | Compiling postgres-types v0.2.8 |
1980 | 2025-02-11T20:03:35.873Z | Compiling zerocopy v0.6.6 |
1981 | 2025-02-11T20:03:36.031Z | Compiling hubpack v0.1.2 |
1982 | 2025-02-11T20:03:36.061Z | Compiling ed25519 v2.2.3 |
1983 | 2025-02-11T20:03:36.442Z | Compiling phf_shared v0.10.0 |
1984 | 2025-02-11T20:03:36.503Z | Compiling pkcs1 v0.7.5 |
1985 | 2025-02-11T20:03:36.748Z | Compiling tokio-stream v0.1.16 |
1986 | 2025-02-11T20:03:36.811Z | Compiling ipnetwork v0.20.0 |
1987 | 2025-02-11T20:03:37.674Z | Compiling rfc6979 v0.4.0 |
1988 | 2025-02-11T20:03:37.712Z | Compiling serde-big-array v0.5.1 |
1989 | 2025-02-11T20:03:37.783Z | Compiling float-cmp v0.9.0 |
1990 | 2025-02-11T20:03:37.879Z | Compiling sync_wrapper v1.0.1 |
1991 | 2025-02-11T20:03:38.021Z | Compiling bstr v1.10.0 |
1992 | 2025-02-11T20:03:38.117Z | Compiling difflib v0.4.0 |
1993 | 2025-02-11T20:03:39.054Z | Compiling unicode-segmentation v1.12.0 |
1994 | 2025-02-11T20:03:39.262Z | Compiling static_assertions v1.1.0 |
1995 | 2025-02-11T20:03:39.380Z | Compiling whoami v1.5.2 |
1996 | 2025-02-11T20:03:39.446Z | Compiling number_prefix v0.4.0 |
1997 | 2025-02-11T20:03:39.676Z | Compiling precomputed-hash v0.1.1 |
1998 | 2025-02-11T20:03:39.813Z | Compiling new_debug_unreachable v1.0.6 |
1999 | 2025-02-11T20:03:39.872Z | Compiling normalize-line-endings v0.3.0 |
2000 | 2025-02-11T20:03:39.874Z | Compiling bit-vec v0.6.3 |
2001 | 2025-02-11T20:03:40.007Z | Compiling fixedbitset v0.4.2 |
2002 | 2025-02-11T20:03:40.177Z | Compiling predicates-core v1.0.8 |
2003 | 2025-02-11T20:03:40.300Z | Compiling petgraph v0.6.5 |
2004 | 2025-02-11T20:03:40.412Z | Compiling predicates v3.1.2 |
2005 | 2025-02-11T20:03:40.474Z | Compiling bit-set v0.5.3 |
2006 | 2025-02-11T20:03:40.762Z | Compiling string_cache v0.8.7 |
2007 | 2025-02-11T20:03:41.178Z | Compiling similar v2.6.0 |
2008 | 2025-02-11T20:03:41.405Z | Compiling typify-macro v0.2.0 |
2009 | 2025-02-11T20:03:43.001Z | Compiling reqwest v0.12.9 |
2010 | 2025-02-11T20:03:43.043Z | Compiling tokio-postgres v0.7.12 |
2011 | 2025-02-11T20:03:43.567Z | Compiling indicatif v0.17.11 |
2012 | 2025-02-11T20:03:43.867Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2013 | 2025-02-11T20:03:45.354Z | Compiling ecdsa v0.16.9 |
2014 | 2025-02-11T20:03:46.183Z | Compiling qorb v0.2.1 |
2015 | 2025-02-11T20:03:46.969Z | Compiling rsa v0.9.6 |
2016 | 2025-02-11T20:03:48.446Z | Compiling ed25519-dalek v2.1.1 |
2017 | 2025-02-11T20:03:48.946Z | Compiling zip v0.6.6 |
2018 | 2025-02-11T20:03:49.403Z | Compiling crossterm v0.28.1 |
2019 | 2025-02-11T20:03:49.887Z | Compiling clap v4.5.27 |
2020 | 2025-02-11T20:03:51.312Z | Compiling toml v0.7.8 |
2021 | 2025-02-11T20:03:51.663Z | Compiling x509-cert v0.2.5 |
2022 | 2025-02-11T20:03:52.687Z | Compiling hex v0.4.3 |
2023 | 2025-02-11T20:03:53.557Z | Compiling itertools v0.10.5 |
2024 | 2025-02-11T20:03:54.273Z | Compiling unicode-xid v0.2.6 |
2025 | 2025-02-11T20:03:54.471Z | Compiling zerocopy v0.8.10 |
2026 | 2025-02-11T20:03:54.505Z | Compiling lalrpop-util v0.19.12 |
2027 | 2025-02-11T20:03:54.849Z | Compiling peg-runtime v0.8.3 |
2028 | 2025-02-11T20:03:56.094Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2029 | 2025-02-11T20:04:00.621Z | Compiling proc-macro-crate v1.3.1 |
2030 | 2025-02-11T20:04:01.021Z | Compiling macaddr v1.0.1 |
2031 | 2025-02-11T20:04:01.635Z | Compiling zerocopy-derive v0.8.10 |
2032 | 2025-02-11T20:04:01.688Z | Compiling itertools v0.13.0 |
2033 | 2025-02-11T20:04:04.390Z | Compiling heapless v0.8.0 |
2034 | 2025-02-11T20:04:05.344Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2035 | 2025-02-11T20:04:10.086Z | Compiling num_enum_derive v0.5.11 |
2036 | 2025-02-11T20:04:17.657Z | Compiling hash32 v0.3.1 |
2037 | 2025-02-11T20:04:18.666Z | Compiling smoltcp v0.11.0 |
2038 | 2025-02-11T20:04:19.767Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2039 | 2025-02-11T20:04:23.817Z | Compiling num_enum v0.5.11 |
2040 | 2025-02-11T20:04:24.015Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2041 | 2025-02-11T20:04:24.744Z | Compiling typify v0.2.0 |
2042 | 2025-02-11T20:04:24.878Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2043 | 2025-02-11T20:04:26.449Z | Compiling proc-macro-error-attr v1.0.4 |
2044 | 2025-02-11T20:04:26.765Z | Compiling thiserror v2.0.11 |
2045 | 2025-02-11T20:04:26.789Z | Compiling cobs v0.2.3 |
2046 | 2025-02-11T20:04:27.325Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2047 | 2025-02-11T20:04:27.629Z | Compiling unsafe-libyaml v0.2.11 |
2048 | 2025-02-11T20:04:29.048Z | Compiling serde_yaml v0.9.34+deprecated |
2049 | 2025-02-11T20:04:31.476Z | Compiling postcard v1.0.10 |
2050 | 2025-02-11T20:04:43.045Z | Compiling progenitor-impl v0.8.0 |
2051 | 2025-02-11T20:04:43.834Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2052 | 2025-02-11T20:04:53.980Z | Compiling strum_macros v0.26.4 |
2053 | 2025-02-11T20:04:55.168Z | Compiling thiserror-impl v2.0.11 |
2054 | 2025-02-11T20:04:55.188Z | Compiling foreign-types-macros v0.2.3 |
2055 | 2025-02-11T20:04:55.623Z | Compiling structmeta-derive v0.3.0 |
2056 | 2025-02-11T20:04:55.742Z | Compiling proc-macro-error v1.0.4 |
2057 | 2025-02-11T20:04:55.744Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2058 | 2025-02-11T20:04:56.915Z | Compiling unicode-width v0.1.14 |
2059 | 2025-02-11T20:04:57.548Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2025-02-11T20:04:58.002Z | Compiling foreign-types-shared v0.3.1 |
2061 | 2025-02-11T20:04:58.135Z | Compiling foreign-types v0.5.0 |
2062 | 2025-02-11T20:04:58.182Z | Compiling strum v0.26.3 |
2063 | 2025-02-11T20:04:58.252Z | Compiling structmeta v0.3.0 |
2064 | 2025-02-11T20:04:59.414Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2065 | 2025-02-11T20:05:02.517Z | Compiling tabwriter v1.4.0 |
2066 | 2025-02-11T20:05:07.442Z | Compiling progenitor-macro v0.8.0 |
2067 | 2025-02-11T20:05:11.983Z | Compiling progenitor-client v0.8.0 |
2068 | 2025-02-11T20:05:12.967Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2025-02-11T20:05:13.773Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2070 | 2025-02-11T20:05:15.014Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2071 | 2025-02-11T20:05:15.681Z | Compiling cstr-argument v0.1.2 |
2072 | 2025-02-11T20:05:15.903Z | Compiling dropshot v0.15.1 |
2073 | 2025-02-11T20:05:16.239Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2074 | 2025-02-11T20:05:16.554Z | Compiling crucible-workspace-hack v0.1.0 |
2075 | 2025-02-11T20:05:16.859Z | Compiling pretty-hex v0.2.1 |
2076 | 2025-02-11T20:05:17.103Z | Compiling fastrand v2.1.1 |
2077 | 2025-02-11T20:05:17.764Z | Compiling tempfile v3.13.0 |
2078 | 2025-02-11T20:05:17.840Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2079 | 2025-02-11T20:05:18.656Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2080 | 2025-02-11T20:05:18.686Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2081 | 2025-02-11T20:05:18.704Z | Compiling progenitor v0.8.0 |
2082 | 2025-02-11T20:05:18.932Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2025-02-11T20:05:19.358Z | Compiling parse-display-derive v0.10.0 |
2084 | 2025-02-11T20:05:19.504Z | Compiling colored v2.1.0 |
2085 | 2025-02-11T20:05:19.840Z | Compiling serde_with_macros v3.11.0 |
2086 | 2025-02-11T20:05:20.366Z | Compiling dropshot_endpoint v0.15.1 |
2087 | 2025-02-11T20:05:20.763Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2088 | 2025-02-11T20:05:21.510Z | Compiling instant v0.1.13 |
2089 | 2025-02-11T20:05:21.697Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2090 | 2025-02-11T20:05:22.118Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2025-02-11T20:05:22.264Z | Compiling serde_with v3.11.0 |
2092 | 2025-02-11T20:05:23.004Z | Compiling parse-display v0.10.0 |
2093 | 2025-02-11T20:05:24.005Z | Compiling backoff v0.4.0 |
2094 | 2025-02-11T20:05:24.336Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2095 | 2025-02-11T20:05:24.914Z | Compiling zone_cfg_derive v0.3.0 |
2096 | 2025-02-11T20:05:25.086Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2097 | 2025-02-11T20:05:25.823Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2098 | 2025-02-11T20:05:26.118Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2099 | 2025-02-11T20:05:26.270Z | Compiling camino-tempfile v1.1.1 |
2100 | 2025-02-11T20:05:26.367Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2101 | 2025-02-11T20:05:26.550Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2102 | 2025-02-11T20:05:26.760Z | Compiling regress v0.9.1 |
2103 | 2025-02-11T20:05:26.832Z | Compiling progenitor-client v0.9.1 |
2104 | 2025-02-11T20:05:27.014Z | Compiling num-derive v0.4.2 |
2105 | 2025-02-11T20:05:27.766Z | Compiling sigpipe v0.1.3 |
2106 | 2025-02-11T20:05:27.925Z | Compiling libefi-sys v0.1.0 |
2107 | 2025-02-11T20:05:28.244Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2108 | 2025-02-11T20:05:28.618Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2109 | 2025-02-11T20:05:29.221Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2110 | 2025-02-11T20:05:30.796Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2111 | 2025-02-11T20:05:31.826Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2112 | 2025-02-11T20:05:34.166Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2113 | 2025-02-11T20:05:34.745Z | Compiling zone v0.3.0 |
2114 | 2025-02-11T20:05:35.280Z | Compiling smf v0.2.3 |
2115 | 2025-02-11T20:05:37.882Z | Compiling bitfield-struct v0.6.2 |
2116 | 2025-02-11T20:05:38.070Z | Compiling blake3 v1.5.4 |
2117 | 2025-02-11T20:05:38.138Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2118 | 2025-02-11T20:05:38.667Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2119 | 2025-02-11T20:05:38.951Z | Compiling xattr v1.3.1 |
2120 | 2025-02-11T20:05:39.147Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2025-02-11T20:05:39.271Z | Compiling memmap2 v0.9.5 |
2122 | 2025-02-11T20:05:39.308Z | Compiling filetime v0.2.25 |
2123 | 2025-02-11T20:05:39.667Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2025-02-11T20:05:39.784Z | Compiling arrayref v0.3.9 |
2125 | 2025-02-11T20:05:39.806Z | Compiling same-file v1.0.6 |
2126 | 2025-02-11T20:05:39.828Z | Compiling arrayvec v0.7.6 |
2127 | 2025-02-11T20:05:39.894Z | Compiling constant_time_eq v0.3.1 |
2128 | 2025-02-11T20:05:39.912Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2129 | 2025-02-11T20:05:40.090Z | Compiling walkdir v2.5.0 |
2130 | 2025-02-11T20:05:40.090Z | Compiling tar v0.4.42 |
2131 | 2025-02-11T20:05:41.767Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2132 | 2025-02-11T20:05:42.158Z | Compiling gethostname v0.5.0 |
2133 | 2025-02-11T20:05:42.377Z | Compiling cargo-platform v0.1.8 |
2134 | 2025-02-11T20:05:42.518Z | Compiling topological-sort v0.2.2 |
2135 | 2025-02-11T20:05:42.802Z | Compiling cargo_metadata v0.18.1 |
2136 | 2025-02-11T20:05:42.904Z | Compiling omicron-zone-package v0.12.0 |
2137 | 2025-02-11T20:05:43.402Z | Compiling shell-words v1.1.0 |
2138 | 2025-02-11T20:05:44.286Z | Compiling indent_write v2.2.0 |
2139 | 2025-02-11T20:05:50.458Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2140 | 2025-02-11T20:05:52.070Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2141 | 2025-02-11T20:05:55.310Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2142 | 2025-02-11T20:06:11.923Z | Finished `release` profile [optimized] target(s) in 5m 12s |
2143 | 2025-02-11T20:06:12.090Z | Running `target/release/omicron-package -t test target create -p dev` |
2144 | 2025-02-11T20:06:12.137Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2145 | 2025-02-11T20:06:12.140Z | Created new build target 'test' and set it as active |
2146 | 2025-02-11T20:06:12.140Z | |
2147 | 2025-02-11T20:06:12.140Z | real 5:12.877498990 |
2148 | 2025-02-11T20:06:12.140Z | user 36:37.888877583 |
2149 | 2025-02-11T20:06:12.140Z | sys 3:19.748119010 |
2150 | 2025-02-11T20:06:12.140Z | trap 1.159282527 |
2151 | 2025-02-11T20:06:12.140Z | tflt 2.876190667 |
2152 | 2025-02-11T20:06:12.140Z | dflt 0.538054197 |
2153 | 2025-02-11T20:06:12.140Z | kflt 0.008806289 |
2154 | 2025-02-11T20:06:12.140Z | lock 1:13:17.521526567 |
2155 | 2025-02-11T20:06:12.140Z | slp 2:27:22.355493582 |
2156 | 2025-02-11T20:06:12.140Z | lat 2:46.930271873 |
2157 | 2025-02-11T20:06:12.140Z | stop 4:40.700568453 |
2158 | 2025-02-11T20:06:12.140Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2159 | 2025-02-11T20:06:13.093Z | Finished `release` profile [optimized] target(s) in 0.90s |
2160 | 2025-02-11T20:06:13.153Z | Running `target/release/omicron-package -t test package` |
2161 | 2025-02-11T20:06:13.199Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2162 | 2025-02-11T20:06:14.335Z | Compiling thiserror v2.0.11 |
2163 | 2025-02-11T20:06:14.471Z | Compiling typify-impl v0.3.0 |
2164 | 2025-02-11T20:06:14.474Z | Compiling convert_case v0.4.0 |
2165 | 2025-02-11T20:06:14.474Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2166 | 2025-02-11T20:06:14.474Z | Compiling newline-converter v0.3.0 |
2167 | 2025-02-11T20:06:14.488Z | Compiling password-hash v0.5.0 |
2168 | 2025-02-11T20:06:14.490Z | Compiling blake2 v0.10.6 |
2169 | 2025-02-11T20:06:14.490Z | Compiling base64 v0.21.7 |
2170 | 2025-02-11T20:06:14.761Z | Compiling expectorate v1.1.0 |
2171 | 2025-02-11T20:06:14.833Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2172 | 2025-02-11T20:06:15.035Z | Compiling argon2 v0.5.3 |
2173 | 2025-02-11T20:06:15.171Z | Compiling derive_more v0.99.18 |
2174 | 2025-02-11T20:06:15.666Z | Compiling atomicwrites v0.4.4 |
2175 | 2025-02-11T20:06:15.696Z | Compiling cancel-safe-futures v0.1.5 |
2176 | 2025-02-11T20:06:15.843Z | Compiling owo-colors v4.1.0 |
2177 | 2025-02-11T20:06:16.107Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2178 | 2025-02-11T20:06:16.169Z | Compiling num-rational v0.4.2 |
2179 | 2025-02-11T20:06:16.213Z | Compiling progenitor-client v0.9.1 |
2180 | 2025-02-11T20:06:16.639Z | Compiling num-complex v0.4.6 |
2181 | 2025-02-11T20:06:17.352Z | Compiling libsw v3.3.1 |
2182 | 2025-02-11T20:06:17.424Z | Compiling swrite v0.1.0 |
2183 | 2025-02-11T20:06:17.579Z | Compiling float-ord v0.3.2 |
2184 | 2025-02-11T20:06:17.685Z | Compiling num v0.4.3 |
2185 | 2025-02-11T20:06:17.766Z | Compiling linear-map v1.2.0 |
2186 | 2025-02-11T20:06:17.789Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2187 | 2025-02-11T20:06:17.810Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2188 | 2025-02-11T20:06:18.158Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2189 | 2025-02-11T20:06:18.660Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2190 | 2025-02-11T20:06:18.970Z | Compiling highway v1.2.0 |
2191 | 2025-02-11T20:06:20.446Z | Compiling semver v0.1.20 |
2192 | 2025-02-11T20:06:20.997Z | Compiling rustc_version v0.1.7 |
2193 | 2025-02-11T20:06:21.069Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2194 | 2025-02-11T20:06:21.389Z | Compiling newtype_derive v0.1.6 |
2195 | 2025-02-11T20:06:21.699Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2196 | 2025-02-11T20:06:25.286Z | Compiling tungstenite v0.21.0 |
2197 | 2025-02-11T20:06:25.606Z | Compiling typify-macro v0.3.0 |
2198 | 2025-02-11T20:06:26.520Z | Compiling ipnetwork v0.20.0 |
2199 | 2025-02-11T20:06:27.272Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2200 | 2025-02-11T20:06:27.343Z | Compiling tokio-tungstenite v0.21.0 |
2201 | 2025-02-11T20:06:27.978Z | Compiling progenitor-client v0.8.0 |
2202 | 2025-02-11T20:06:28.005Z | Compiling humantime v2.1.0 |
2203 | 2025-02-11T20:06:28.433Z | Compiling progenitor v0.8.0 |
2204 | 2025-02-11T20:06:28.842Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2205 | 2025-02-11T20:06:28.905Z | Compiling dropshot v0.15.1 |
2206 | 2025-02-11T20:06:28.964Z | Compiling typify v0.3.0 |
2207 | 2025-02-11T20:06:29.109Z | Compiling progenitor-impl v0.9.1 |
2208 | 2025-02-11T20:06:29.644Z | Compiling instant v0.1.13 |
2209 | 2025-02-11T20:06:29.816Z | Compiling backoff v0.4.0 |
2210 | 2025-02-11T20:06:30.158Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2211 | 2025-02-11T20:06:30.612Z | Compiling steno v0.4.1 |
2212 | 2025-02-11T20:06:35.197Z | Compiling progenitor-macro v0.9.1 |
2213 | 2025-02-11T20:06:36.208Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2214 | 2025-02-11T20:06:36.349Z | Compiling parse-display v0.10.0 |
2215 | 2025-02-11T20:06:36.868Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2216 | 2025-02-11T20:06:37.063Z | Compiling strum v0.26.3 |
2217 | 2025-02-11T20:06:37.269Z | Compiling serde_with v3.11.0 |
2218 | 2025-02-11T20:06:38.542Z | Compiling regress v0.9.1 |
2219 | 2025-02-11T20:06:40.723Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2220 | 2025-02-11T20:06:42.378Z | Compiling macaddr v1.0.1 |
2221 | 2025-02-11T20:06:42.818Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2222 | 2025-02-11T20:06:43.203Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2223 | 2025-02-11T20:06:43.396Z | Compiling slog-dtrace v0.3.0 |
2224 | 2025-02-11T20:06:43.659Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2225 | 2025-02-11T20:06:43.796Z | Compiling prettyplease v0.2.25 |
2226 | 2025-02-11T20:06:45.870Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2227 | 2025-02-11T20:06:46.169Z | Compiling progenitor v0.9.1 |
2228 | 2025-02-11T20:06:46.404Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2229 | 2025-02-11T20:06:49.225Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2230 | 2025-02-11T20:06:52.272Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2231 | 2025-02-11T20:06:59.895Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2232 | 2025-02-11T20:07:00.330Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2233 | 2025-02-11T20:07:01.338Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2234 | 2025-02-11T20:07:02.899Z | Compiling half v2.4.1 |
2235 | 2025-02-11T20:07:05.146Z | Compiling ciborium-io v0.2.2 |
2236 | 2025-02-11T20:07:05.307Z | Compiling ciborium-ll v0.2.2 |
2237 | 2025-02-11T20:07:05.854Z | Compiling ciborium v0.2.2 |
2238 | 2025-02-11T20:07:06.289Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2239 | 2025-02-11T20:07:06.327Z | Compiling display-error-chain v0.2.2 |
2240 | 2025-02-11T20:07:06.548Z | Compiling same-file v1.0.6 |
2241 | 2025-02-11T20:07:06.786Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2242 | 2025-02-11T20:07:06.814Z | Compiling fastrand v2.1.1 |
2243 | 2025-02-11T20:07:07.330Z | Compiling tempfile v3.13.0 |
2244 | 2025-02-11T20:07:07.783Z | Compiling walkdir v2.5.0 |
2245 | 2025-02-11T20:07:08.025Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2246 | 2025-02-11T20:07:08.365Z | Compiling blake3 v1.5.4 |
2247 | 2025-02-11T20:07:09.011Z | Compiling const_format_proc_macros v0.2.34 |
2248 | 2025-02-11T20:07:10.806Z | Compiling xattr v1.3.1 |
2249 | 2025-02-11T20:07:11.104Z | Compiling memmap2 v0.9.5 |
2250 | 2025-02-11T20:07:11.530Z | Compiling filetime v0.2.25 |
2251 | 2025-02-11T20:07:11.637Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2252 | 2025-02-11T20:07:11.839Z | Compiling crunchy v0.2.2 |
2253 | 2025-02-11T20:07:12.052Z | Compiling arrayvec v0.7.6 |
2254 | 2025-02-11T20:07:12.267Z | Compiling keccak v0.1.5 |
2255 | 2025-02-11T20:07:12.291Z | Compiling arrayref v0.3.9 |
2256 | 2025-02-11T20:07:12.408Z | Compiling constant_time_eq v0.3.1 |
2257 | 2025-02-11T20:07:12.471Z | Compiling maplit v1.0.2 |
2258 | 2025-02-11T20:07:12.584Z | Compiling sha3 v0.10.8 |
2259 | 2025-02-11T20:07:13.522Z | Compiling tar v0.4.42 |
2260 | 2025-02-11T20:07:13.532Z | Compiling const_format v0.2.34 |
2261 | 2025-02-11T20:07:13.658Z | Compiling toolchain_find v0.4.0 |
2262 | 2025-02-11T20:07:13.735Z | Compiling camino-tempfile v1.1.1 |
2263 | 2025-02-11T20:07:14.171Z | Compiling tiny-keccak v2.0.2 |
2264 | 2025-02-11T20:07:14.195Z | Compiling topological-sort v0.2.2 |
2265 | 2025-02-11T20:07:14.440Z | Compiling radium v0.7.0 |
2266 | 2025-02-11T20:07:14.505Z | Compiling omicron-zone-package v0.12.0 |
2267 | 2025-02-11T20:07:14.707Z | Compiling rustfmt-wrapper v0.2.1 |
2268 | 2025-02-11T20:07:15.260Z | Compiling dsl_auto_type v0.1.2 |
2269 | 2025-02-11T20:07:15.281Z | Compiling scheduled-thread-pool v0.2.7 |
2270 | 2025-02-11T20:07:15.284Z | Compiling diesel_table_macro_syntax v0.2.0 |
2271 | 2025-02-11T20:07:15.741Z | Compiling tap v1.0.1 |
2272 | 2025-02-11T20:07:15.954Z | Compiling maybe-uninit v2.0.0 |
2273 | 2025-02-11T20:07:16.515Z | Compiling wyz v0.5.1 |
2274 | 2025-02-11T20:07:16.609Z | Compiling diesel_derives v2.2.3 |
2275 | 2025-02-11T20:07:16.735Z | Compiling r2d2 v0.8.10 |
2276 | 2025-02-11T20:07:17.410Z | Compiling phf_generator v0.11.2 |
2277 | 2025-02-11T20:07:17.613Z | Compiling ascii-canvas v3.0.0 |
2278 | 2025-02-11T20:07:17.721Z | Compiling secrecy v0.8.0 |
2279 | 2025-02-11T20:07:17.988Z | Compiling async-recursion v1.1.1 |
2280 | 2025-02-11T20:07:18.083Z | Compiling ena v0.14.3 |
2281 | 2025-02-11T20:07:18.484Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2282 | 2025-02-11T20:07:18.741Z | Compiling arc-swap v1.7.1 |
2283 | 2025-02-11T20:07:18.821Z | Compiling regex-syntax v0.6.29 |
2284 | 2025-02-11T20:07:19.331Z | Compiling funty v2.0.0 |
2285 | 2025-02-11T20:07:19.423Z | Compiling crc-catalog v2.4.0 |
2286 | 2025-02-11T20:07:19.570Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2287 | 2025-02-11T20:07:19.604Z | Compiling packed_struct v0.10.1 |
2288 | 2025-02-11T20:07:20.023Z | Compiling diff v0.1.13 |
2289 | 2025-02-11T20:07:20.113Z | Compiling crc v3.2.1 |
2290 | 2025-02-11T20:07:20.494Z | Compiling bitvec v1.0.1 |
2291 | 2025-02-11T20:07:22.003Z | Compiling slog-scope v4.4.0 |
2292 | 2025-02-11T20:07:22.108Z | Compiling lalrpop v0.19.12 |
2293 | 2025-02-11T20:07:22.850Z | Compiling phf_codegen v0.11.2 |
2294 | 2025-02-11T20:07:23.192Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2295 | 2025-02-11T20:07:23.785Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2296 | 2025-02-11T20:07:24.830Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2297 | 2025-02-11T20:07:24.904Z | Compiling universal-hash v0.5.1 |
2298 | 2025-02-11T20:07:25.073Z | Compiling thiserror-impl-no-std v2.0.2 |
2299 | 2025-02-11T20:07:25.156Z | Compiling packed_struct_codegen v0.10.1 |
2300 | 2025-02-11T20:07:27.255Z | Compiling diesel v2.2.6 |
2301 | 2025-02-11T20:07:27.419Z | Compiling parse-zoneinfo v0.3.1 |
2302 | 2025-02-11T20:07:27.542Z | Compiling indexmap v1.9.3 |
2303 | 2025-02-11T20:07:27.879Z | Compiling unicase v2.7.0 |
2304 | 2025-02-11T20:07:28.220Z | Compiling nodrop v0.1.14 |
2305 | 2025-02-11T20:07:28.380Z | Compiling opaque-debug v0.3.1 |
2306 | 2025-02-11T20:07:28.503Z | Compiling ref-cast v1.0.23 |
2307 | 2025-02-11T20:07:28.885Z | Compiling poly1305 v0.8.0 |
2308 | 2025-02-11T20:07:29.131Z | Compiling array-init v0.0.4 |
2309 | 2025-02-11T20:07:30.067Z | Compiling chrono-tz-build v0.4.0 |
2310 | 2025-02-11T20:07:31.043Z | Compiling thiserror-no-std v2.0.2 |
2311 | 2025-02-11T20:07:31.188Z | Compiling smallvec v0.6.14 |
2312 | 2025-02-11T20:07:32.251Z | Compiling slog-stdlog v4.1.1 |
2313 | 2025-02-11T20:07:33.043Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2314 | 2025-02-11T20:07:33.355Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2315 | 2025-02-11T20:07:33.671Z | Compiling derive_builder_core v0.20.2 |
2316 | 2025-02-11T20:07:34.329Z | Compiling chacha20 v0.9.1 |
2317 | 2025-02-11T20:07:34.838Z | Compiling headers-core v0.3.0 |
2318 | 2025-02-11T20:07:35.040Z | Compiling aead v0.5.2 |
2319 | 2025-02-11T20:07:35.401Z | Compiling libxml v0.3.3 |
2320 | 2025-02-11T20:07:35.708Z | Compiling ref-cast-impl v1.0.23 |
2321 | 2025-02-11T20:07:35.778Z | Compiling vte_generate_state_changes v0.1.2 |
2322 | 2025-02-11T20:07:36.378Z | Compiling termcolor v1.4.1 |
2323 | 2025-02-11T20:07:36.819Z | Compiling bitfield v0.14.0 |
2324 | 2025-02-11T20:07:37.142Z | Compiling hashbrown v0.12.3 |
2325 | 2025-02-11T20:07:37.430Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2326 | 2025-02-11T20:07:39.416Z | Compiling env_logger v0.10.2 |
2327 | 2025-02-11T20:07:42.776Z | Compiling vte v0.11.1 |
2328 | 2025-02-11T20:07:44.319Z | Compiling derive_builder_macro v0.20.2 |
2329 | 2025-02-11T20:07:44.964Z | Compiling polar-core v0.27.3 |
2330 | 2025-02-11T20:07:45.138Z | Compiling chacha20poly1305 v0.10.1 |
2331 | 2025-02-11T20:07:45.378Z | Compiling headers v0.4.0 |
2332 | 2025-02-11T20:07:47.621Z | Compiling slog-envlogger v2.2.0 |
2333 | 2025-02-11T20:07:48.801Z | Compiling serde-hex v0.1.0 |
2334 | 2025-02-11T20:07:50.242Z | Compiling vsss-rs v3.3.4 |
2335 | 2025-02-11T20:07:53.766Z | Compiling chrono-tz v0.10.1 |
2336 | 2025-02-11T20:07:54.286Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2337 | 2025-02-11T20:07:54.415Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2338 | 2025-02-11T20:07:54.749Z | Compiling ron v0.8.1 |
2339 | 2025-02-11T20:07:57.147Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2340 | 2025-02-11T20:07:57.451Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2341 | 2025-02-11T20:07:57.661Z | Compiling hashbrown v0.13.2 |
2342 | 2025-02-11T20:07:58.962Z | Compiling strum_macros v0.24.3 |
2343 | 2025-02-11T20:08:00.347Z | Compiling fxhash v0.2.1 |
2344 | 2025-02-11T20:08:00.717Z | Compiling samael v0.0.17 |
2345 | 2025-02-11T20:08:01.871Z | Compiling indoc v1.0.9 |
2346 | 2025-02-11T20:08:02.050Z | Compiling bumpalo v3.16.0 |
2347 | 2025-02-11T20:08:02.213Z | Compiling bytecount v0.6.8 |
2348 | 2025-02-11T20:08:02.557Z | Compiling crc-any v2.5.0 |
2349 | 2025-02-11T20:08:02.623Z | Compiling zip v2.1.3 |
2350 | 2025-02-11T20:08:02.671Z | Compiling lockfree-object-pool v0.1.6 |
2351 | 2025-02-11T20:08:02.948Z | Compiling simd-adler32 v0.3.7 |
2352 | 2025-02-11T20:08:03.008Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2353 | 2025-02-11T20:08:03.484Z | Compiling zopfli v0.8.1 |
2354 | 2025-02-11T20:08:07.728Z | Compiling papergrid v0.11.0 |
2355 | 2025-02-11T20:08:12.098Z | Compiling object v0.30.4 |
2356 | 2025-02-11T20:08:12.608Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2357 | 2025-02-11T20:08:17.652Z | Compiling derive_builder v0.20.2 |
2358 | 2025-02-11T20:08:18.007Z | Compiling strip-ansi-escapes v0.2.0 |
2359 | 2025-02-11T20:08:19.047Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2360 | 2025-02-11T20:08:19.360Z | Compiling tabled_derive v0.7.0 |
2361 | 2025-02-11T20:08:21.100Z | Compiling fd-lock v4.0.2 |
2362 | 2025-02-11T20:08:21.433Z | Compiling peg-macros v0.8.4 |
2363 | 2025-02-11T20:08:21.453Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2364 | 2025-02-11T20:08:22.332Z | Compiling kstat-rs v0.2.4 |
2365 | 2025-02-11T20:08:22.435Z | Compiling oso-derive v0.27.3 |
2366 | 2025-02-11T20:08:23.232Z | Compiling impl-trait-for-tuples v0.2.2 |
2367 | 2025-02-11T20:08:23.412Z | Compiling quick-xml v0.33.0 |
2368 | 2025-02-11T20:08:24.372Z | Compiling diesel-dtrace v0.4.2 |
2369 | 2025-02-11T20:08:24.708Z | Compiling path-slash v0.1.5 |
2370 | 2025-02-11T20:08:24.727Z | Compiling nu-ansi-term v0.50.1 |
2371 | 2025-02-11T20:08:24.973Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2372 | 2025-02-11T20:08:26.040Z | Compiling reedline v0.35.0 |
2373 | 2025-02-11T20:08:29.227Z | Compiling oso v0.27.3 |
2374 | 2025-02-11T20:08:30.004Z | Compiling peg v0.8.4 |
2375 | 2025-02-11T20:08:30.142Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2376 | 2025-02-11T20:08:30.395Z | Compiling tabled v0.15.0 |
2377 | 2025-02-11T20:08:40.943Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2378 | 2025-02-11T20:08:50.124Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2379 | 2025-02-11T20:08:50.321Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2380 | 2025-02-11T20:08:51.931Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2381 | 2025-02-11T20:08:52.456Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2382 | 2025-02-11T20:08:53.717Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2383 | 2025-02-11T20:08:54.034Z | Compiling pem v3.0.4 |
2384 | 2025-02-11T20:08:55.471Z | Compiling bb8 v0.8.5 |
2385 | 2025-02-11T20:08:56.109Z | Compiling bcs v0.1.6 |
2386 | 2025-02-11T20:08:56.946Z | Compiling libz-sys v1.1.20 |
2387 | 2025-02-11T20:08:57.616Z | Compiling nanorand v0.7.0 |
2388 | 2025-02-11T20:08:58.279Z | Compiling termtree v0.5.1 |
2389 | 2025-02-11T20:08:58.574Z | Compiling parking_lot_core v0.8.6 |
2390 | 2025-02-11T20:08:59.741Z | Compiling flume v0.11.1 |
2391 | 2025-02-11T20:09:00.682Z | Compiling async-bb8-diesel v0.2.1 |
2392 | 2025-02-11T20:09:01.484Z | Compiling mime_guess v2.0.5 |
2393 | 2025-02-11T20:09:03.204Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2394 | 2025-02-11T20:09:03.267Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2395 | 2025-02-11T20:09:06.359Z | Compiling buf-list v1.0.3 |
2396 | 2025-02-11T20:09:08.224Z | Compiling nibble_vec v0.1.0 |
2397 | 2025-02-11T20:09:08.485Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2398 | 2025-02-11T20:09:08.487Z | Compiling pin-project-internal v1.1.6 |
2399 | 2025-02-11T20:09:09.236Z | Compiling atty v0.2.14 |
2400 | 2025-02-11T20:09:09.427Z | Compiling salty v0.3.0 |
2401 | 2025-02-11T20:09:09.851Z | Compiling endian-type v0.1.2 |
2402 | 2025-02-11T20:09:10.120Z | Compiling http-range v0.1.5 |
2403 | 2025-02-11T20:09:10.747Z | Compiling radix_trie v0.2.1 |
2404 | 2025-02-11T20:09:11.048Z | Compiling pin-project v1.1.6 |
2405 | 2025-02-11T20:09:11.682Z | Compiling parking_lot v0.11.2 |
2406 | 2025-02-11T20:09:16.568Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2407 | 2025-02-11T20:09:17.842Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2408 | 2025-02-11T20:09:19.351Z | Compiling snafu-derive v0.8.5 |
2409 | 2025-02-11T20:09:22.315Z | Compiling hyper-staticfile v0.10.1 |
2410 | 2025-02-11T20:09:23.907Z | Compiling snafu v0.8.5 |
2411 | 2025-02-11T20:09:25.102Z | Compiling sled v0.34.7 |
2412 | 2025-02-11T20:09:27.596Z | Compiling hickory-client v0.24.2 |
2413 | 2025-02-11T20:09:40.700Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2414 | 2025-02-11T20:09:41.842Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2415 | 2025-02-11T20:09:43.951Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2416 | 2025-02-11T20:09:51.143Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2417 | 2025-02-11T20:09:53.088Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2418 | 2025-02-11T20:09:58.844Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2419 | 2025-02-11T20:09:59.048Z | Compiling globset v0.4.15 |
2420 | 2025-02-11T20:09:59.799Z | Compiling hickory-server v0.24.2 |
2421 | 2025-02-11T20:10:00.303Z | Compiling primeorder v0.13.6 |
2422 | 2025-02-11T20:10:00.871Z | Compiling olpc-cjson v0.1.4 |
2423 | 2025-02-11T20:10:01.231Z | Compiling vergen v8.3.2 |
2424 | 2025-02-11T20:10:01.560Z | Compiling castaway v0.2.3 |
2425 | 2025-02-11T20:10:01.772Z | Compiling env_filter v0.1.2 |
2426 | 2025-02-11T20:10:01.980Z | Compiling serde_plain v1.0.2 |
2427 | 2025-02-11T20:10:02.558Z | Compiling cargo-platform v0.1.8 |
2428 | 2025-02-11T20:10:03.061Z | Compiling memoffset v0.9.1 |
2429 | 2025-02-11T20:10:03.322Z | Compiling typed-path v0.9.3 |
2430 | 2025-02-11T20:10:03.505Z | Compiling cargo_metadata v0.18.1 |
2431 | 2025-02-11T20:10:03.590Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2432 | 2025-02-11T20:10:06.276Z | Compiling tough v0.19.0 |
2433 | 2025-02-11T20:10:06.460Z | Compiling env_logger v0.11.5 |
2434 | 2025-02-11T20:10:07.585Z | Compiling git2 v0.19.0 |
2435 | 2025-02-11T20:10:07.903Z | Compiling compact_str v0.8.0 |
2436 | 2025-02-11T20:10:10.357Z | Compiling p384 v0.13.0 |
2437 | 2025-02-11T20:10:10.461Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2438 | 2025-02-11T20:10:11.345Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2439 | 2025-02-11T20:10:15.761Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2440 | 2025-02-11T20:10:16.970Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2441 | 2025-02-11T20:10:17.381Z | Compiling unicode-truncate v1.1.0 |
2442 | 2025-02-11T20:10:17.704Z | Compiling lru v0.12.5 |
2443 | 2025-02-11T20:10:18.043Z | Compiling rand_seeder v0.3.0 |
2444 | 2025-02-11T20:10:18.384Z | Compiling libsqlite3-sys v0.30.1 |
2445 | 2025-02-11T20:10:18.470Z | Compiling lzma-sys v0.1.20 |
2446 | 2025-02-11T20:10:18.898Z | Compiling instability v0.3.2 |
2447 | 2025-02-11T20:10:19.138Z | Compiling cassowary v0.3.0 |
2448 | 2025-02-11T20:10:19.885Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2449 | 2025-02-11T20:10:20.221Z | Compiling parse-size v1.1.0 |
2450 | 2025-02-11T20:10:20.594Z | Compiling rustls v0.21.12 |
2451 | 2025-02-11T20:10:20.918Z | Compiling cfg_aliases v0.2.1 |
2452 | 2025-02-11T20:10:20.979Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2453 | 2025-02-11T20:10:21.043Z | Compiling nix v0.29.0 |
2454 | 2025-02-11T20:10:21.903Z | Compiling ratatui v0.28.1 |
2455 | 2025-02-11T20:10:22.537Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2456 | 2025-02-11T20:10:22.718Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2457 | 2025-02-11T20:10:24.392Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2025-02-11T20:10:25.153Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2459 | 2025-02-11T20:10:25.923Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2460 | 2025-02-11T20:10:26.262Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2461 | 2025-02-11T20:10:26.603Z | Compiling rustls-webpki v0.101.7 |
2462 | 2025-02-11T20:10:29.234Z | Compiling sct v0.7.1 |
2463 | 2025-02-11T20:10:29.728Z | Compiling heck v0.3.3 |
2464 | 2025-02-11T20:10:29.815Z | Compiling csv-core v0.1.11 |
2465 | 2025-02-11T20:10:30.084Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2466 | 2025-02-11T20:10:30.362Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2467 | 2025-02-11T20:10:30.421Z | Compiling glob v0.3.2 |
2468 | 2025-02-11T20:10:30.733Z | Compiling csv v1.3.1 |
2469 | 2025-02-11T20:10:30.798Z | Compiling zone_cfg_derive v0.1.2 |
2470 | 2025-02-11T20:10:32.186Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2471 | 2025-02-11T20:10:32.926Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2472 | 2025-02-11T20:10:39.020Z | Compiling nix v0.27.1 |
2473 | 2025-02-11T20:10:40.505Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2474 | 2025-02-11T20:10:40.997Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2475 | 2025-02-11T20:10:41.675Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2476 | 2025-02-11T20:10:42.573Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2477 | 2025-02-11T20:10:47.809Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2478 | 2025-02-11T20:10:51.805Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2479 | 2025-02-11T20:10:52.167Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2480 | 2025-02-11T20:10:52.186Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2481 | 2025-02-11T20:10:52.505Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2482 | 2025-02-11T20:10:52.705Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2483 | 2025-02-11T20:10:52.851Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2484 | 2025-02-11T20:10:53.036Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2485 | 2025-02-11T20:10:53.739Z | Compiling tungstenite v0.23.0 |
2486 | 2025-02-11T20:10:55.082Z | Compiling hashlink v0.9.1 |
2487 | 2025-02-11T20:10:55.129Z | Compiling fallible-streaming-iterator v0.1.9 |
2488 | 2025-02-11T20:10:55.433Z | Compiling base64 v0.13.1 |
2489 | 2025-02-11T20:10:55.847Z | Compiling fallible-iterator v0.3.0 |
2490 | 2025-02-11T20:10:56.245Z | Compiling ron v0.7.1 |
2491 | 2025-02-11T20:10:56.637Z | Compiling rusqlite v0.32.1 |
2492 | 2025-02-11T20:10:57.808Z | Compiling tokio-tungstenite v0.23.1 |
2493 | 2025-02-11T20:10:58.135Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2494 | 2025-02-11T20:10:58.422Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2495 | 2025-02-11T20:11:03.682Z | Compiling xz2 v0.1.7 |
2496 | 2025-02-11T20:11:03.775Z | Compiling tokio-rustls v0.24.1 |
2497 | 2025-02-11T20:11:03.775Z | Compiling zone v0.1.8 |
2498 | 2025-02-11T20:11:04.801Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2499 | 2025-02-11T20:11:06.210Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2500 | 2025-02-11T20:11:09.079Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2501 | 2025-02-11T20:11:10.657Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2502 | 2025-02-11T20:11:11.362Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2503 | 2025-02-11T20:11:17.242Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2504 | 2025-02-11T20:11:18.338Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2505 | 2025-02-11T20:11:18.840Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2506 | 2025-02-11T20:11:21.630Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2507 | 2025-02-11T20:11:22.233Z | Compiling rustls-pemfile v1.0.4 |
2508 | 2025-02-11T20:11:23.016Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2509 | 2025-02-11T20:11:23.341Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2510 | 2025-02-11T20:11:23.529Z | Compiling signal-hook-tokio v0.3.1 |
2511 | 2025-02-11T20:11:23.762Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2512 | 2025-02-11T20:11:23.988Z | Compiling yasna v0.5.2 |
2513 | 2025-02-11T20:11:24.819Z | Compiling twox-hash v2.1.0 |
2514 | 2025-02-11T20:11:25.822Z | Compiling unicode-linebreak v0.1.5 |
2515 | 2025-02-11T20:11:26.431Z | Compiling is_ci v1.2.0 |
2516 | 2025-02-11T20:11:26.752Z | Compiling smawk v0.3.2 |
2517 | 2025-02-11T20:11:27.041Z | Compiling textwrap v0.16.1 |
2518 | 2025-02-11T20:11:27.366Z | Compiling supports-color v3.0.1 |
2519 | 2025-02-11T20:11:30.565Z | Compiling rcgen v0.12.1 |
2520 | 2025-02-11T20:11:30.604Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2521 | 2025-02-11T20:11:32.516Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2522 | 2025-02-11T20:11:36.894Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2025-02-11T20:11:38.587Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2524 | 2025-02-11T20:11:39.098Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2525 | 2025-02-11T20:11:44.268Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2526 | 2025-02-11T20:11:53.306Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2527 | 2025-02-11T20:11:58.134Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2528 | 2025-02-11T20:11:58.256Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2529 | 2025-02-11T20:11:58.783Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2530 | 2025-02-11T20:12:11.185Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2531 | 2025-02-11T20:12:17.516Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2532 | 2025-02-11T20:12:17.519Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2533 | 2025-02-11T20:12:17.845Z | Compiling fatfs v0.3.6 |
2534 | 2025-02-11T20:12:20.672Z | Compiling rtoolbox v0.0.2 |
2535 | 2025-02-11T20:12:21.130Z | Compiling subprocess v0.2.9 |
2536 | 2025-02-11T20:12:21.459Z | Compiling assert_matches v1.5.0 |
2537 | 2025-02-11T20:12:25.436Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2538 | 2025-02-11T20:12:25.811Z | Compiling rpassword v7.3.1 |
2539 | 2025-02-11T20:12:26.293Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2540 | 2025-02-11T20:12:27.603Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2541 | 2025-02-11T20:12:33.524Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2542 | 2025-02-11T20:12:34.576Z | Compiling tui-tree-widget v0.22.0 |
2543 | 2025-02-11T20:12:35.040Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2544 | 2025-02-11T20:12:40.018Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2545 | 2025-02-11T20:12:40.337Z | Compiling uzers v0.12.1 |
2546 | 2025-02-11T20:12:43.458Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2547 | 2025-02-11T20:12:48.147Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2548 | 2025-02-11T20:12:50.048Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2549 | 2025-02-11T20:13:20.667Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2550 | 2025-02-11T20:13:21.826Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2551 | 2025-02-11T20:13:26.505Z | Compiling multimap v0.10.0 |
2552 | 2025-02-11T20:15:46.646Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2553 | 2025-02-11T20:16:01.303Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2554 | 2025-02-11T20:23:11.988Z | Finished `release` profile [optimized] target(s) in 16m 58s |
2555 | 2025-02-11T20:24:14.918Z | |
2556 | 2025-02-11T20:24:14.921Z | real 18:02.629475303 |
2557 | 2025-02-11T20:24:14.921Z | user 2:04:31.029775764 |
2558 | 2025-02-11T20:24:14.921Z | sys 3:15.287169940 |
2559 | 2025-02-11T20:24:14.921Z | trap 3.195340947 |
2560 | 2025-02-11T20:24:14.921Z | tflt 2.621120362 |
2561 | 2025-02-11T20:24:14.921Z | dflt 4.460119215 |
2562 | 2025-02-11T20:24:14.921Z | kflt 0.045592610 |
2563 | 2025-02-11T20:24:14.921Z | lock 7:28:57.053701930 |
2564 | 2025-02-11T20:24:14.921Z | slp 6:21:43.492155678 |
2565 | 2025-02-11T20:24:14.921Z | lat 3:25.246301510 |
2566 | 2025-02-11T20:24:14.921Z | stop 2:46.236883511 |
2567 | 2025-02-11T20:24:14.921Z | + mapfile -t packages |
2568 | 2025-02-11T20:24:14.921Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2569 | 2025-02-11T20:24:15.927Z | Finished `release` profile [optimized] target(s) in 0.95s |
2570 | 2025-02-11T20:24:15.988Z | Running `target/release/omicron-package -t test list-outputs` |
2571 | 2025-02-11T20:24:16.034Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2572 | 2025-02-11T20:24:16.037Z | + ptime -m cargo build --locked --release -p xtask |
2573 | 2025-02-11T20:24:16.600Z | Compiling serde v1.0.217 |
2574 | 2025-02-11T20:24:16.603Z | Compiling libc v0.2.169 |
2575 | 2025-02-11T20:24:16.603Z | Compiling serde_json v1.0.135 |
2576 | 2025-02-11T20:24:16.603Z | Compiling rustix v0.38.37 |
2577 | 2025-02-11T20:24:16.603Z | Compiling syn v2.0.96 |
2578 | 2025-02-11T20:24:16.704Z | Compiling bitflags v2.6.0 |
2579 | 2025-02-11T20:24:17.066Z | Compiling usdt-impl v0.5.0 |
2580 | 2025-02-11T20:24:17.098Z | Compiling syn v1.0.109 |
2581 | 2025-02-11T20:24:17.192Z | Compiling log v0.4.22 |
2582 | 2025-02-11T20:24:17.217Z | Compiling hashbrown v0.15.1 |
2583 | 2025-02-11T20:24:17.472Z | Compiling fs-err v2.11.0 |
2584 | 2025-02-11T20:24:17.634Z | Compiling anyhow v1.0.95 |
2585 | 2025-02-11T20:24:17.811Z | Compiling once_cell v1.20.2 |
2586 | 2025-02-11T20:24:17.995Z | Compiling thread-id v4.2.2 |
2587 | 2025-02-11T20:24:18.416Z | Compiling indexmap v2.7.1 |
2588 | 2025-02-11T20:24:19.414Z | Compiling terminal_size v0.4.0 |
2589 | 2025-02-11T20:24:19.489Z | Compiling tempfile v3.13.0 |
2590 | 2025-02-11T20:24:19.667Z | Compiling clap_builder v4.5.27 |
2591 | 2025-02-11T20:24:20.314Z | Compiling proc-macro-error v1.0.4 |
2592 | 2025-02-11T20:24:21.249Z | Compiling tabled_derive v0.7.0 |
2593 | 2025-02-11T20:24:22.313Z | Compiling tabled v0.15.0 |
2594 | 2025-02-11T20:24:23.142Z | Compiling serde_derive v1.0.217 |
2595 | 2025-02-11T20:24:23.144Z | Compiling thiserror-impl v1.0.69 |
2596 | 2025-02-11T20:24:23.144Z | Compiling zerocopy-derive v0.7.35 |
2597 | 2025-02-11T20:24:23.144Z | Compiling scroll_derive v0.12.0 |
2598 | 2025-02-11T20:24:23.144Z | Compiling clap_derive v4.5.24 |
2599 | 2025-02-11T20:24:24.483Z | Compiling scroll v0.12.0 |
2600 | 2025-02-11T20:24:24.992Z | Compiling zerocopy v0.7.35 |
2601 | 2025-02-11T20:24:25.791Z | Compiling thiserror v1.0.69 |
2602 | 2025-02-11T20:24:25.965Z | Compiling pest v2.7.14 |
2603 | 2025-02-11T20:24:26.603Z | Compiling goblin v0.8.2 |
2604 | 2025-02-11T20:24:27.367Z | Compiling clap v4.5.27 |
2605 | 2025-02-11T20:24:29.053Z | Compiling pest_meta v2.7.14 |
2606 | 2025-02-11T20:24:32.896Z | Compiling pest_generator v2.7.14 |
2607 | 2025-02-11T20:24:34.583Z | Compiling pest_derive v2.7.14 |
2608 | 2025-02-11T20:24:35.382Z | Compiling dtrace-parser v0.2.0 |
2609 | 2025-02-11T20:24:36.976Z | Compiling serde_spanned v0.6.8 |
2610 | 2025-02-11T20:24:37.277Z | Compiling toml_datetime v0.6.8 |
2611 | 2025-02-11T20:24:37.989Z | Compiling dof v0.3.0 |
2612 | 2025-02-11T20:24:38.096Z | Compiling serde_tokenstream v0.2.2 |
2613 | 2025-02-11T20:24:38.449Z | Compiling toml_edit v0.22.22 |
2614 | 2025-02-11T20:24:40.004Z | Compiling camino v1.1.9 |
2615 | 2025-02-11T20:24:42.394Z | Compiling toml v0.8.19 |
2616 | 2025-02-11T20:24:44.652Z | Compiling usdt-macro v0.5.0 |
2617 | 2025-02-11T20:24:45.835Z | Compiling usdt-attr-macro v0.5.0 |
2618 | 2025-02-11T20:24:46.023Z | Compiling semver v1.0.24 |
2619 | 2025-02-11T20:24:47.142Z | Compiling cargo-platform v0.1.8 |
2620 | 2025-02-11T20:24:47.453Z | Compiling usdt v0.5.0 |
2621 | 2025-02-11T20:24:48.199Z | Compiling cargo_metadata v0.18.1 |
2622 | 2025-02-11T20:24:48.470Z | Compiling cargo_toml v0.20.5 |
2623 | 2025-02-11T20:24:48.903Z | Compiling camino-tempfile v1.1.1 |
2624 | 2025-02-11T20:24:49.679Z | Compiling macaddr v1.0.1 |
2625 | 2025-02-11T20:24:59.645Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2626 | 2025-02-11T20:25:10.394Z | Finished `release` profile [optimized] target(s) in 54.29s |
2627 | 2025-02-11T20:25:10.504Z | |
2628 | 2025-02-11T20:25:10.507Z | real 54.432573558 |
2629 | 2025-02-11T20:25:10.508Z | user 5:40.148636699 |
2630 | 2025-02-11T20:25:10.508Z | sys 18.048128102 |
2631 | 2025-02-11T20:25:10.508Z | trap 0.162057890 |
2632 | 2025-02-11T20:25:10.508Z | tflt 0.228802430 |
2633 | 2025-02-11T20:25:10.508Z | dflt 0.277555274 |
2634 | 2025-02-11T20:25:10.508Z | kflt 0.000005609 |
2635 | 2025-02-11T20:25:10.508Z | lock 10:22.202346221 |
2636 | 2025-02-11T20:25:10.508Z | slp 15:44.054108124 |
2637 | 2025-02-11T20:25:10.508Z | lat 14.844643656 |
2638 | 2025-02-11T20:25:10.508Z | stop 13.969422152 |
2639 | 2025-02-11T20:25:10.508Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2640 | 2025-02-11T20:25:10.508Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2641 | 2025-02-11T20:25:10.508Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2642 | 2025-02-11T20:25:10.508Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2643 | 2025-02-11T20:25:10.508Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2644 | 2025-02-11T20:25:11.380Z | Compiling hashbrown v0.14.5 |
2645 | 2025-02-11T20:25:11.512Z | Compiling thiserror v2.0.11 |
2646 | 2025-02-11T20:25:11.525Z | Compiling thiserror-impl v2.0.11 |
2647 | 2025-02-11T20:25:11.528Z | Compiling ident_case v1.0.1 |
2648 | 2025-02-11T20:25:11.550Z | Compiling unsafe-libyaml v0.2.11 |
2649 | 2025-02-11T20:25:11.553Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2650 | 2025-02-11T20:25:11.553Z | Compiling ipnetwork v0.20.0 |
2651 | 2025-02-11T20:25:11.553Z | Compiling progenitor-client v0.9.1 |
2652 | 2025-02-11T20:25:11.713Z | Compiling darling_core v0.20.10 |
2653 | 2025-02-11T20:25:12.094Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2654 | 2025-02-11T20:25:12.097Z | Compiling macaddr v1.0.1 |
2655 | 2025-02-11T20:25:12.405Z | Compiling progenitor-client v0.8.0 |
2656 | 2025-02-11T20:25:12.463Z | Compiling instant v0.1.13 |
2657 | 2025-02-11T20:25:12.571Z | Compiling regress v0.10.1 |
2658 | 2025-02-11T20:25:12.589Z | Compiling structmeta-derive v0.3.0 |
2659 | 2025-02-11T20:25:12.636Z | Compiling dropshot v0.15.1 |
2660 | 2025-02-11T20:25:12.794Z | Compiling serde_yaml v0.9.34+deprecated |
2661 | 2025-02-11T20:25:12.888Z | Compiling regress v0.9.1 |
2662 | 2025-02-11T20:25:13.021Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2663 | 2025-02-11T20:25:13.317Z | Compiling dropshot_endpoint v0.15.1 |
2664 | 2025-02-11T20:25:14.319Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2665 | 2025-02-11T20:25:14.973Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2666 | 2025-02-11T20:25:15.212Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2667 | 2025-02-11T20:25:15.289Z | Compiling structmeta v0.3.0 |
2668 | 2025-02-11T20:25:15.693Z | Compiling backoff v0.4.0 |
2669 | 2025-02-11T20:25:15.719Z | Compiling parse-display-derive v0.10.0 |
2670 | 2025-02-11T20:25:15.748Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2671 | 2025-02-11T20:25:15.955Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2672 | 2025-02-11T20:25:16.087Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2673 | 2025-02-11T20:25:16.277Z | Compiling tempfile v3.13.0 |
2674 | 2025-02-11T20:25:16.443Z | Compiling typify-impl v0.2.0 |
2675 | 2025-02-11T20:25:16.737Z | Compiling proc-macro-crate v1.3.1 |
2676 | 2025-02-11T20:25:17.136Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2677 | 2025-02-11T20:25:17.514Z | Compiling typify-impl v0.3.0 |
2678 | 2025-02-11T20:25:17.536Z | Compiling itertools v0.13.0 |
2679 | 2025-02-11T20:25:17.711Z | Compiling num_enum_derive v0.5.11 |
2680 | 2025-02-11T20:25:17.805Z | Compiling darling_macro v0.20.10 |
2681 | 2025-02-11T20:25:17.839Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2682 | 2025-02-11T20:25:18.140Z | Compiling zerocopy v0.8.10 |
2683 | 2025-02-11T20:25:18.719Z | Compiling darling v0.20.10 |
2684 | 2025-02-11T20:25:18.840Z | Compiling serde_with_macros v3.11.0 |
2685 | 2025-02-11T20:25:19.016Z | Compiling zerocopy-derive v0.8.10 |
2686 | 2025-02-11T20:25:19.827Z | Compiling parse-display v0.10.0 |
2687 | 2025-02-11T20:25:20.084Z | Compiling num_enum v0.5.11 |
2688 | 2025-02-11T20:25:20.261Z | Compiling foreign-types-macros v0.2.3 |
2689 | 2025-02-11T20:25:20.293Z | Compiling crucible-workspace-hack v0.1.0 |
2690 | 2025-02-11T20:25:20.455Z | Compiling heapless v0.8.0 |
2691 | 2025-02-11T20:25:20.595Z | Compiling foreign-types-shared v0.3.1 |
2692 | 2025-02-11T20:25:20.777Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2693 | 2025-02-11T20:25:21.411Z | Compiling proc-macro-error v1.0.4 |
2694 | 2025-02-11T20:25:21.456Z | Compiling serde_with v3.11.0 |
2695 | 2025-02-11T20:25:21.499Z | Compiling foreign-types v0.5.0 |
2696 | 2025-02-11T20:25:22.012Z | Compiling camino-tempfile v1.1.1 |
2697 | 2025-02-11T20:25:22.030Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2698 | 2025-02-11T20:25:22.454Z | Compiling hash32 v0.3.1 |
2699 | 2025-02-11T20:25:22.733Z | Compiling cstr-argument v0.1.2 |
2700 | 2025-02-11T20:25:22.828Z | Compiling smoltcp v0.11.0 |
2701 | 2025-02-11T20:25:22.992Z | Compiling pretty-hex v0.2.1 |
2702 | 2025-02-11T20:25:23.218Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2703 | 2025-02-11T20:25:23.564Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2704 | 2025-02-11T20:25:23.593Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2705 | 2025-02-11T20:25:24.198Z | Compiling tabwriter v1.4.0 |
2706 | 2025-02-11T20:25:24.656Z | Compiling colored v2.1.0 |
2707 | 2025-02-11T20:25:24.729Z | Compiling cobs v0.2.3 |
2708 | 2025-02-11T20:25:25.000Z | Compiling postcard v1.0.10 |
2709 | 2025-02-11T20:25:25.039Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2710 | 2025-02-11T20:25:25.321Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2711 | 2025-02-11T20:25:25.430Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2712 | 2025-02-11T20:25:25.517Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2713 | 2025-02-11T20:25:25.654Z | Compiling smf v0.2.3 |
2714 | 2025-02-11T20:25:25.843Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2715 | 2025-02-11T20:25:26.349Z | Compiling zone_cfg_derive v0.3.0 |
2716 | 2025-02-11T20:25:26.871Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2717 | 2025-02-11T20:25:27.125Z | Compiling num-derive v0.4.2 |
2718 | 2025-02-11T20:25:27.305Z | Compiling sigpipe v0.1.3 |
2719 | 2025-02-11T20:25:27.451Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2720 | 2025-02-11T20:25:27.480Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2721 | 2025-02-11T20:25:27.731Z | Compiling zone v0.3.0 |
2722 | 2025-02-11T20:25:27.775Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2723 | 2025-02-11T20:25:28.229Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2724 | 2025-02-11T20:25:28.760Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2725 | 2025-02-11T20:25:29.182Z | Compiling universal-hash v0.5.1 |
2726 | 2025-02-11T20:25:29.216Z | Compiling opaque-debug v0.3.1 |
2727 | 2025-02-11T20:25:29.334Z | Compiling tungstenite v0.21.0 |
2728 | 2025-02-11T20:25:29.353Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2729 | 2025-02-11T20:25:29.378Z | Compiling num-rational v0.4.2 |
2730 | 2025-02-11T20:25:29.397Z | Compiling password-hash v0.5.0 |
2731 | 2025-02-11T20:25:29.968Z | Compiling blake2 v0.10.6 |
2732 | 2025-02-11T20:25:30.192Z | Compiling num-complex v0.4.6 |
2733 | 2025-02-11T20:25:30.344Z | Compiling aead v0.5.2 |
2734 | 2025-02-11T20:25:30.713Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2735 | 2025-02-11T20:25:30.744Z | Compiling base64 v0.21.7 |
2736 | 2025-02-11T20:25:30.910Z | Compiling keccak v0.1.5 |
2737 | 2025-02-11T20:25:31.223Z | Compiling convert_case v0.4.0 |
2738 | 2025-02-11T20:25:31.306Z | Compiling sha3 v0.10.8 |
2739 | 2025-02-11T20:25:31.332Z | Compiling num v0.4.3 |
2740 | 2025-02-11T20:25:31.459Z | Compiling argon2 v0.5.3 |
2741 | 2025-02-11T20:25:31.508Z | Compiling tokio-tungstenite v0.21.0 |
2742 | 2025-02-11T20:25:32.088Z | Compiling derive_more v0.99.18 |
2743 | 2025-02-11T20:25:32.104Z | Compiling poly1305 v0.8.0 |
2744 | 2025-02-11T20:25:32.106Z | Compiling typify-macro v0.2.0 |
2745 | 2025-02-11T20:25:32.300Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2746 | 2025-02-11T20:25:32.322Z | Compiling chacha20 v0.9.1 |
2747 | 2025-02-11T20:25:32.598Z | Compiling float-ord v0.3.2 |
2748 | 2025-02-11T20:25:32.791Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2749 | 2025-02-11T20:25:32.794Z | Compiling same-file v1.0.6 |
2750 | 2025-02-11T20:25:33.046Z | Compiling typify-macro v0.3.0 |
2751 | 2025-02-11T20:25:33.107Z | Compiling semver v0.1.20 |
2752 | 2025-02-11T20:25:33.228Z | Compiling walkdir v2.5.0 |
2753 | 2025-02-11T20:25:33.710Z | Compiling rustc_version v0.1.7 |
2754 | 2025-02-11T20:25:33.804Z | Compiling newline-converter v0.3.0 |
2755 | 2025-02-11T20:25:33.944Z | Compiling primeorder v0.13.6 |
2756 | 2025-02-11T20:25:34.002Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2757 | 2025-02-11T20:25:34.189Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2758 | 2025-02-11T20:25:34.268Z | Compiling secrecy v0.8.0 |
2759 | 2025-02-11T20:25:34.406Z | Compiling owo-colors v4.1.0 |
2760 | 2025-02-11T20:25:34.452Z | Compiling cancel-safe-futures v0.1.5 |
2761 | 2025-02-11T20:25:34.522Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2762 | 2025-02-11T20:25:34.586Z | Compiling newtype_derive v0.1.6 |
2763 | 2025-02-11T20:25:34.714Z | Compiling expectorate v1.1.0 |
2764 | 2025-02-11T20:25:34.815Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2765 | 2025-02-11T20:25:34.905Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2766 | 2025-02-11T20:25:34.923Z | Compiling thiserror-impl-no-std v2.0.2 |
2767 | 2025-02-11T20:25:35.203Z | Compiling blake3 v1.5.4 |
2768 | 2025-02-11T20:25:35.288Z | Compiling unicase v2.7.0 |
2769 | 2025-02-11T20:25:35.424Z | Compiling half v2.4.1 |
2770 | 2025-02-11T20:25:35.619Z | Compiling ciborium-io v0.2.2 |
2771 | 2025-02-11T20:25:35.777Z | Compiling arc-swap v1.7.1 |
2772 | 2025-02-11T20:25:36.031Z | Compiling ciborium-ll v0.2.2 |
2773 | 2025-02-11T20:25:36.078Z | Compiling typify v0.2.0 |
2774 | 2025-02-11T20:25:36.097Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2775 | 2025-02-11T20:25:36.225Z | Compiling progenitor-impl v0.8.0 |
2776 | 2025-02-11T20:25:36.398Z | Compiling slog-scope v4.4.0 |
2777 | 2025-02-11T20:25:36.442Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2778 | 2025-02-11T20:25:36.901Z | Compiling polyval v0.6.2 |
2779 | 2025-02-11T20:25:36.949Z | Compiling typify v0.3.0 |
2780 | 2025-02-11T20:25:37.100Z | Compiling progenitor-impl v0.9.1 |
2781 | 2025-02-11T20:25:37.138Z | Compiling atomicwrites v0.4.4 |
2782 | 2025-02-11T20:25:37.354Z | Compiling libsw v3.3.1 |
2783 | 2025-02-11T20:25:37.513Z | Compiling memmap2 v0.9.5 |
2784 | 2025-02-11T20:25:37.657Z | Compiling parking_lot_core v0.8.6 |
2785 | 2025-02-11T20:25:37.780Z | Compiling thiserror-no-std v2.0.2 |
2786 | 2025-02-11T20:25:37.927Z | Compiling salty v0.3.0 |
2787 | 2025-02-11T20:25:37.957Z | Compiling arrayvec v0.7.6 |
2788 | 2025-02-11T20:25:38.119Z | Compiling constant_time_eq v0.3.1 |
2789 | 2025-02-11T20:25:38.327Z | Compiling linear-map v1.2.0 |
2790 | 2025-02-11T20:25:38.343Z | Compiling libefi-sys v0.1.0 |
2791 | 2025-02-11T20:25:38.369Z | Compiling indent_write v2.2.0 |
2792 | 2025-02-11T20:25:38.623Z | Compiling arrayref v0.3.9 |
2793 | 2025-02-11T20:25:38.667Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2794 | 2025-02-11T20:25:38.742Z | Compiling vsss-rs v3.3.4 |
2795 | 2025-02-11T20:25:38.745Z | Compiling ghash v0.5.1 |
2796 | 2025-02-11T20:25:38.875Z | Compiling slog-stdlog v4.1.1 |
2797 | 2025-02-11T20:25:39.101Z | Compiling ciborium v0.2.2 |
2798 | 2025-02-11T20:25:39.832Z | Compiling p384 v0.13.0 |
2799 | 2025-02-11T20:25:39.914Z | Compiling toolchain_find v0.4.0 |
2800 | 2025-02-11T20:25:40.304Z | Compiling chacha20poly1305 v0.10.1 |
2801 | 2025-02-11T20:25:40.410Z | Compiling ctr v0.9.2 |
2802 | 2025-02-11T20:25:40.543Z | Compiling lzma-sys v0.1.20 |
2803 | 2025-02-11T20:25:40.545Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2804 | 2025-02-11T20:25:40.768Z | Compiling bitfield-struct v0.6.2 |
2805 | 2025-02-11T20:25:40.983Z | Compiling slog-dtrace v0.3.0 |
2806 | 2025-02-11T20:25:41.288Z | Compiling highway v1.2.0 |
2807 | 2025-02-11T20:25:41.315Z | Compiling topological-sort v0.2.2 |
2808 | 2025-02-11T20:25:41.564Z | Compiling omicron-zone-package v0.12.0 |
2809 | 2025-02-11T20:25:41.618Z | Compiling aes-gcm v0.10.3 |
2810 | 2025-02-11T20:25:41.955Z | Compiling rustfmt-wrapper v0.2.1 |
2811 | 2025-02-11T20:25:42.082Z | Compiling mime_guess v2.0.5 |
2812 | 2025-02-11T20:25:42.217Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2813 | 2025-02-11T20:25:42.403Z | Compiling steno v0.4.1 |
2814 | 2025-02-11T20:25:42.544Z | Compiling slog-envlogger v2.2.0 |
2815 | 2025-02-11T20:25:43.308Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2816 | 2025-02-11T20:25:43.466Z | Compiling progenitor-macro v0.8.0 |
2817 | 2025-02-11T20:25:43.528Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2818 | 2025-02-11T20:25:43.675Z | Compiling heck v0.3.3 |
2819 | 2025-02-11T20:25:43.905Z | Compiling ssh-encoding v0.2.0 |
2820 | 2025-02-11T20:25:43.933Z | Compiling blowfish v0.9.1 |
2821 | 2025-02-11T20:25:44.070Z | Compiling nibble_vec v0.1.0 |
2822 | 2025-02-11T20:25:44.302Z | Compiling env_filter v0.1.2 |
2823 | 2025-02-11T20:25:44.305Z | Compiling progenitor-macro v0.9.1 |
2824 | 2025-02-11T20:25:44.393Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2825 | 2025-02-11T20:25:44.413Z | Compiling endian-type v0.1.2 |
2826 | 2025-02-11T20:25:44.652Z | Compiling humantime v2.1.0 |
2827 | 2025-02-11T20:25:44.655Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2828 | 2025-02-11T20:25:44.711Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2829 | 2025-02-11T20:25:44.801Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2830 | 2025-02-11T20:25:45.001Z | Compiling env_logger v0.11.5 |
2831 | 2025-02-11T20:25:45.053Z | Compiling radix_trie v0.2.1 |
2832 | 2025-02-11T20:25:45.150Z | Compiling ssh-cipher v0.2.0 |
2833 | 2025-02-11T20:25:45.678Z | Compiling bcrypt-pbkdf v0.10.0 |
2834 | 2025-02-11T20:25:45.681Z | Compiling zone_cfg_derive v0.1.2 |
2835 | 2025-02-11T20:25:45.710Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2836 | 2025-02-11T20:25:46.321Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2837 | 2025-02-11T20:25:46.677Z | Compiling parking_lot v0.11.2 |
2838 | 2025-02-11T20:25:47.173Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2839 | 2025-02-11T20:25:47.307Z | Compiling password-hash v0.4.2 |
2840 | 2025-02-11T20:25:47.350Z | Compiling gethostname v0.5.0 |
2841 | 2025-02-11T20:25:47.516Z | Compiling fxhash v0.2.1 |
2842 | 2025-02-11T20:25:47.519Z | Compiling simd-adler32 v0.3.7 |
2843 | 2025-02-11T20:25:47.558Z | Compiling zip v2.1.3 |
2844 | 2025-02-11T20:25:47.584Z | Compiling bumpalo v3.16.0 |
2845 | 2025-02-11T20:25:47.738Z | Compiling base64 v0.13.1 |
2846 | 2025-02-11T20:25:47.881Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2847 | 2025-02-11T20:25:48.059Z | Compiling lockfree-object-pool v0.1.6 |
2848 | 2025-02-11T20:25:48.092Z | Compiling http-range v0.1.5 |
2849 | 2025-02-11T20:25:48.191Z | Compiling ron v0.7.1 |
2850 | 2025-02-11T20:25:48.228Z | Compiling pbkdf2 v0.11.0 |
2851 | 2025-02-11T20:25:48.315Z | Compiling zopfli v0.8.1 |
2852 | 2025-02-11T20:25:48.331Z | Compiling sled v0.34.7 |
2853 | 2025-02-11T20:25:48.405Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2854 | 2025-02-11T20:25:48.596Z | Compiling xz2 v0.1.7 |
2855 | 2025-02-11T20:25:48.790Z | Compiling zone v0.1.8 |
2856 | 2025-02-11T20:25:49.049Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2857 | 2025-02-11T20:25:49.955Z | Compiling ssh-key v0.6.6 |
2858 | 2025-02-11T20:25:50.079Z | Compiling hickory-client v0.24.2 |
2859 | 2025-02-11T20:25:50.304Z | Compiling p521 v0.13.3 |
2860 | 2025-02-11T20:25:50.582Z | Compiling p256 v0.13.2 |
2861 | 2025-02-11T20:25:51.434Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2862 | 2025-02-11T20:25:51.500Z | Compiling hickory-server v0.24.2 |
2863 | 2025-02-11T20:25:52.444Z | Compiling pem v3.0.4 |
2864 | 2025-02-11T20:25:52.710Z | Compiling yasna v0.5.2 |
2865 | 2025-02-11T20:25:53.188Z | Compiling headers-core v0.3.0 |
2866 | 2025-02-11T20:25:53.383Z | Compiling kstat-rs v0.2.4 |
2867 | 2025-02-11T20:25:53.975Z | Compiling nanorand v0.7.0 |
2868 | 2025-02-11T20:25:54.074Z | Compiling russh-cryptovec v0.7.3 |
2869 | 2025-02-11T20:25:54.166Z | Compiling atty v0.2.14 |
2870 | 2025-02-11T20:25:54.310Z | Compiling md5 v0.7.0 |
2871 | 2025-02-11T20:25:54.338Z | Compiling rcgen v0.12.1 |
2872 | 2025-02-11T20:25:54.395Z | Compiling flume v0.11.1 |
2873 | 2025-02-11T20:25:54.506Z | Compiling headers v0.4.0 |
2874 | 2025-02-11T20:25:54.860Z | Compiling russh-keys v0.45.0 |
2875 | 2025-02-11T20:25:55.793Z | Compiling hyper-staticfile v0.10.1 |
2876 | 2025-02-11T20:25:56.389Z | Compiling progenitor v0.8.0 |
2877 | 2025-02-11T20:25:56.477Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2878 | 2025-02-11T20:25:56.632Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2879 | 2025-02-11T20:25:56.846Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2880 | 2025-02-11T20:25:57.040Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2881 | 2025-02-11T20:25:57.058Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2882 | 2025-02-11T20:25:57.226Z | Compiling progenitor v0.9.1 |
2883 | 2025-02-11T20:25:57.440Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2884 | 2025-02-11T20:25:57.468Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2885 | 2025-02-11T20:25:58.057Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2886 | 2025-02-11T20:25:58.278Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2887 | 2025-02-11T20:25:58.298Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2888 | 2025-02-11T20:25:58.581Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2889 | 2025-02-11T20:25:59.045Z | Compiling num-bigint v0.4.6 |
2890 | 2025-02-11T20:25:59.982Z | Compiling des v0.8.1 |
2891 | 2025-02-11T20:26:00.356Z | Compiling subprocess v0.2.9 |
2892 | 2025-02-11T20:26:02.198Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2893 | 2025-02-11T20:26:02.846Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2894 | 2025-02-11T20:26:03.722Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2895 | 2025-02-11T20:26:03.938Z | Compiling hex-literal v0.4.1 |
2896 | 2025-02-11T20:26:04.126Z | Compiling display-error-chain v0.2.2 |
2897 | 2025-02-11T20:26:04.198Z | Compiling russh v0.45.0 |
2898 | 2025-02-11T20:26:04.358Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2899 | 2025-02-11T20:26:04.598Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2900 | 2025-02-11T20:26:07.597Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2901 | 2025-02-11T20:26:08.067Z | Compiling internet-checksum v0.2.1 |
2902 | 2025-02-11T20:26:12.844Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2903 | 2025-02-11T20:26:12.844Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2904 | 2025-02-11T20:26:12.847Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2905 | 2025-02-11T20:26:12.847Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2906 | 2025-02-11T20:26:15.611Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2907 | 2025-02-11T20:26:16.116Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2908 | 2025-02-11T20:26:17.018Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2909 | 2025-02-11T20:26:17.176Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2910 | 2025-02-11T20:26:17.654Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2911 | 2025-02-11T20:26:18.080Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2912 | 2025-02-11T20:26:20.443Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2913 | 2025-02-11T20:26:20.661Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2914 | 2025-02-11T20:26:20.822Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2915 | 2025-02-11T20:26:21.731Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2916 | 2025-02-11T20:26:21.771Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2917 | 2025-02-11T20:26:22.352Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2918 | 2025-02-11T20:26:22.582Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2919 | 2025-02-11T20:26:24.033Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2920 | 2025-02-11T20:26:26.908Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2921 | 2025-02-11T20:26:27.133Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2922 | 2025-02-11T20:26:27.312Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2923 | 2025-02-11T20:26:27.699Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2924 | 2025-02-11T20:26:29.580Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2925 | 2025-02-11T20:26:32.296Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2926 | 2025-02-11T20:26:33.159Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2927 | 2025-02-11T20:26:33.907Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2928 | 2025-02-11T20:26:34.743Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2929 | 2025-02-11T20:26:35.430Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2930 | 2025-02-11T20:26:39.409Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2931 | 2025-02-11T20:26:47.711Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2932 | 2025-02-11T20:26:49.184Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2933 | 2025-02-11T20:27:10.958Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2934 | 2025-02-11T20:27:35.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
2935 | 2025-02-11T20:27:35.574Z | |
2936 | 2025-02-11T20:27:35.577Z | real 2:25.013832916 |
2937 | 2025-02-11T20:27:35.577Z | user 12:14.972233195 |
2938 | 2025-02-11T20:27:35.577Z | sys 1:33.949502711 |
2939 | 2025-02-11T20:27:35.577Z | trap 0.369578100 |
2940 | 2025-02-11T20:27:35.577Z | tflt 0.926687128 |
2941 | 2025-02-11T20:27:35.577Z | dflt 0.900364348 |
2942 | 2025-02-11T20:27:35.577Z | kflt 0.000060501 |
2943 | 2025-02-11T20:27:35.577Z | lock 22:51.950726366 |
2944 | 2025-02-11T20:27:35.577Z | slp 42:29.210683941 |
2945 | 2025-02-11T20:27:35.577Z | lat 38.442254296 |
2946 | 2025-02-11T20:27:35.577Z | stop 1:31.228586617 |
2947 | 2025-02-11T20:27:35.577Z | + mkdir tests |
2948 | 2025-02-11T20:27:35.580Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2949 | 2025-02-11T20:27:35.580Z | + xargs -I '{}' -t cp '{}' tests/ |
2950 | 2025-02-11T20:27:35.618Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6059a56463a757c9 tests/ |
2951 | 2025-02-11T20:27:35.646Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a72392feebf0ad0d tests/ |
2952 | 2025-02-11T20:27:35.674Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9bc525f859e8c99b tests/ |
2953 | 2025-02-11T20:27:35.701Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-86b5f769f99e8aed tests/ |
2954 | 2025-02-11T20:27:35.986Z | + 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/*) |
2955 | 2025-02-11T20:27:35.989Z | + 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-9bc525f859e8c99b tests/commtest-a72392feebf0ad0d tests/dhcp_server-6059a56463a757c9 tests/end_to_end_tests-86b5f769f99e8aed 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 |
2956 | 2025-02-11T20:28:49.713Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2957 | 2025-02-11T20:28:49.713Z | a .github/buildomat/ci-env.sh 1K |
2958 | 2025-02-11T20:28:49.713Z | a out/target/test 1K |
2959 | 2025-02-11T20:28:49.713Z | a out/npuzone/npuzone 23144K |
2960 | 2025-02-11T20:28:49.713Z | a package-manifest.toml 33K |
2961 | 2025-02-11T20:28:49.713Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2962 | 2025-02-11T20:28:49.713Z | a target/release/omicron-package 35930K |
2963 | 2025-02-11T20:28:49.713Z | a target/release/xtask 11881K |
2964 | 2025-02-11T20:28:49.713Z | a target/debug/bootstrap 220759K |
2965 | 2025-02-11T20:28:49.713Z | a tests/bootstrap-9bc525f859e8c99b 24276K |
2966 | 2025-02-11T20:28:49.713Z | a tests/commtest-a72392feebf0ad0d 24769K |
2967 | 2025-02-11T20:28:49.713Z | a tests/dhcp_server-6059a56463a757c9 24276K |
2968 | 2025-02-11T20:28:49.713Z | a tests/end_to_end_tests-86b5f769f99e8aed 282242K |
2969 | 2025-02-11T20:28:49.713Z | a out/clickhouse.tar.gz 294509K |
2970 | 2025-02-11T20:28:49.713Z | a out/clickhouse_keeper.tar.gz 281648K |
2971 | 2025-02-11T20:28:49.713Z | a out/clickhouse_server.tar.gz 294490K |
2972 | 2025-02-11T20:28:49.713Z | a out/cockroachdb.tar.gz 134950K |
2973 | 2025-02-11T20:28:49.713Z | a out/crucible-dtrace.tar 98K |
2974 | 2025-02-11T20:28:49.713Z | a out/crucible-pantry-zone.tar.gz 28571K |
2975 | 2025-02-11T20:28:49.713Z | a out/crucible-zone.tar.gz 36919K |
2976 | 2025-02-11T20:28:49.713Z | a out/external-dns.tar.gz 35426K |
2977 | 2025-02-11T20:28:49.713Z | a out/internal-dns.tar.gz 35426K |
2978 | 2025-02-11T20:28:49.713Z | a out/mg-ddm-gz.tar 63075K |
2979 | 2025-02-11T20:28:49.713Z | a out/nexus.tar.gz 100443K |
2980 | 2025-02-11T20:28:49.713Z | a out/ntp.tar.gz 10500K |
2981 | 2025-02-11T20:28:49.713Z | a out/omicron-gateway-softnpu.tar.gz 24103K |
2982 | 2025-02-11T20:28:49.713Z | a out/omicron-sled-agent.tar 113951K |
2983 | 2025-02-11T20:28:49.713Z | a out/overlay.tar.gz 3K |
2984 | 2025-02-11T20:28:49.713Z | a out/oximeter.tar.gz 48351K |
2985 | 2025-02-11T20:28:49.713Z | a out/oxlog.tar 3124K |
2986 | 2025-02-11T20:28:49.713Z | a out/probe.tar.gz 2764K |
2987 | 2025-02-11T20:28:49.713Z | a out/propolis-server.tar.gz 66528K |
2988 | 2025-02-11T20:28:49.713Z | a out/pumpkind-gz.tar 26665K |
2989 | 2025-02-11T20:28:49.713Z | a out/switch-softnpu.tar.gz 237665K |
2990 | 2025-02-11T20:28:49.716Z | |
2991 | 2025-02-11T20:28:49.716Z | real 1:13.715285019 |
2992 | 2025-02-11T20:28:49.716Z | user 1:10.325646257 |
2993 | 2025-02-11T20:28:49.716Z | sys 4.827622311 |
2994 | 2025-02-11T20:28:49.716Z | trap 0.019889589 |
2995 | 2025-02-11T20:28:49.716Z | tflt 0.000000000 |
2996 | 2025-02-11T20:28:49.717Z | dflt 0.000000000 |
2997 | 2025-02-11T20:28:49.717Z | kflt 0.000000000 |
2998 | 2025-02-11T20:28:49.717Z | lock 0.000000000 |
2999 | 2025-02-11T20:28:49.717Z | slp 1:10.098130906 |
3000 | 2025-02-11T20:28:49.717Z | lat 2.153643341 |
3001 | 2025-02-11T20:28:49.717Z | stop 0.000571717 |
3002 | 2025-02-11T20:28:49.720Z | process exited: duration 1982254 ms, exit code 0 |
|
3003 | 2025-02-11T20:28:49.735Z | found 1 output files |
3004 | 2025-02-11T20:28:49.735Z | uploading: /work/package.tar.gz (1905427240 bytes) |
3005 | 2025-02-11T20:29:23.493Z | uploaded: /work/package.tar.gz |