|
|
|
1 | 2025-01-31T22:47:57.531Z | job assigned to worker 01JJZ8QQ8ZH29JQ72YPJJQ246X [factory aws, i-0d134ee574f6fad9f] (queued for 59 s) |
|
2 | 2025-01-31T22:48:05.344Z | starting task 0: "setup" |
3 | 2025-01-31T22:48:05.354Z | ++ uname -s |
4 | 2025-01-31T22:48:05.361Z | + kern=SunOS |
5 | 2025-01-31T22:48:05.361Z | + build_user=build |
6 | 2025-01-31T22:48:05.363Z | + build_uid=12345 |
7 | 2025-01-31T22:48:05.363Z | + work_dir=/work |
8 | 2025-01-31T22:48:05.363Z | + input_dir=/input |
9 | 2025-01-31T22:48:05.363Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T22:48:05.363Z | + case "$kern" in |
11 | 2025-01-31T22:48:05.363Z | + groupadd -g 12345 build |
12 | 2025-01-31T22:48:05.363Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T22:48:07.366Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T22:48:07.542Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T22:48:07.546Z | + home_fs=zfs |
16 | 2025-01-31T22:48:07.546Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T22:48:07.546Z | + mkdir -p /home/build |
18 | 2025-01-31T22:48:07.549Z | + chown build:build /home/build /work |
19 | 2025-01-31T22:48:09.551Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T22:48:09.554Z | process exited: duration 4209 ms, exit code 0 |
|
21 | 2025-01-31T22:48:09.559Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T22:48:09.565Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-01-31T22:48:09.565Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-01-31T22:48:09.565Z | * rust toolchain channel = "1.84.0" |
25 | 2025-01-31T22:48:09.565Z | * rust toolchain profile = "default" |
26 | 2025-01-31T22:48:09.565Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-01-31T22:48:09.565Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T22:48:09.568Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T22:48:09.568Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-01-31T22:48:09.683Z | info: downloading installer |
31 | 2025-01-31T22:48:10.991Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T22:48:10.991Z | warning: /opt/ooce/bin |
33 | 2025-01-31T22:48:10.991Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T22:48:10.991Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T22:48:10.991Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T22:48:10.991Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T22:48:10.991Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T22:48:10.991Z | error: cannot install while Rust is installed |
39 | 2025-01-31T22:48:10.991Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T22:48:11.007Z | info: profile set to 'default' |
41 | 2025-01-31T22:48:11.007Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T22:48:11.010Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-31T22:48:11.145Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-01-31T22:48:11.145Z | info: downloading component 'cargo' |
45 | 2025-01-31T22:48:11.878Z | info: downloading component 'clippy' |
46 | 2025-01-31T22:48:12.160Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T22:48:13.167Z | info: downloading component 'rust-std' |
48 | 2025-01-31T22:48:14.692Z | info: downloading component 'rustc' |
49 | 2025-01-31T22:48:20.347Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T22:48:20.560Z | info: installing component 'cargo' |
51 | 2025-01-31T22:48:21.386Z | info: installing component 'clippy' |
52 | 2025-01-31T22:48:21.764Z | info: installing component 'rust-docs' |
53 | 2025-01-31T22:48:23.452Z | info: installing component 'rust-std' |
54 | 2025-01-31T22:48:25.148Z | info: installing component 'rustc' |
55 | 2025-01-31T22:48:31.179Z | info: installing component 'rustfmt' |
56 | 2025-01-31T22:48:31.506Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-01-31T22:48:31.506Z | |
58 | 2025-01-31T22:48:31.905Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-01-31T22:48:31.906Z | |
60 | 2025-01-31T22:48:32.911Z | |
61 | 2025-01-31T22:48:32.911Z | Rust is installed now. Great! |
62 | 2025-01-31T22:48:32.911Z | |
63 | 2025-01-31T22:48:32.911Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T22:48:32.911Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T22:48:32.911Z | |
66 | 2025-01-31T22:48:32.911Z | To configure your current shell, you need to source |
67 | 2025-01-31T22:48:32.912Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T22:48:32.912Z | |
69 | 2025-01-31T22:48:32.913Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T22:48:32.913Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T22:48:32.913Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T22:48:32.915Z | + rustup --version |
73 | 2025-01-31T22:48:32.915Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T22:48:32.915Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T22:48:32.915Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-01-31T22:48:32.915Z | + cargo --version |
77 | 2025-01-31T22:48:32.915Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-01-31T22:48:32.915Z | + rustc --version |
79 | 2025-01-31T22:48:32.916Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-01-31T22:48:32.916Z | process exited: duration 22646 ms, exit code 0 |
|
81 | 2025-01-31T22:48:32.921Z | starting task 2: "authentication" |
82 | 2025-01-31T22:48:32.944Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-01-31T22:48:32.949Z | starting task 3: "clone repository" |
84 | 2025-01-31T22:48:32.954Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-01-31T22:48:32.957Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-01-31T22:48:33.003Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-01-31T22:48:40.978Z | + cd /work/oxidecomputer/omicron |
88 | 2025-01-31T22:48:40.978Z | + git fetch origin 4b08032dc3c887cf4512518705d80f22b50b0a48 |
89 | 2025-01-31T22:48:41.279Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-01-31T22:48:41.279Z | * branch 4b08032dc3c887cf4512518705d80f22b50b0a48 -> FETCH_HEAD |
91 | 2025-01-31T22:48:41.288Z | + [[ -n affinity-api ]] |
92 | 2025-01-31T22:48:41.291Z | ++ git branch --show-current |
93 | 2025-01-31T22:48:41.293Z | + current=main |
94 | 2025-01-31T22:48:41.293Z | + [[ main != affinity-api ]] |
95 | 2025-01-31T22:48:41.293Z | + git branch -f affinity-api 4b08032dc3c887cf4512518705d80f22b50b0a48 |
96 | 2025-01-31T22:48:41.296Z | + git checkout -f affinity-api |
97 | 2025-01-31T22:48:41.433Z | Switched to branch 'affinity-api' |
98 | 2025-01-31T22:48:41.436Z | + git reset --hard 4b08032dc3c887cf4512518705d80f22b50b0a48 |
99 | 2025-01-31T22:48:41.575Z | HEAD is now at 4b08032dc typed UUID |
100 | 2025-01-31T22:48:41.578Z | process exited: duration 8624 ms, exit code 0 |
|
101 | 2025-01-31T22:48:41.583Z | starting task 4: "build" |
102 | 2025-01-31T22:48:41.589Z | + source .github/buildomat/ci-env.sh |
103 | 2025-01-31T22:48:41.589Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-01-31T22:48:41.589Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-01-31T22:48:41.591Z | + cargo --version |
106 | 2025-01-31T22:48:41.641Z | cargo 1.84.0 (66221abde 2024-11-19) |
107 | 2025-01-31T22:48:41.644Z | + rustc --version |
108 | 2025-01-31T22:48:41.705Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
109 | 2025-01-31T22:48:41.708Z | + WORK=/work |
110 | 2025-01-31T22:48:41.708Z | + pfexec mkdir -p /work |
111 | 2025-01-31T22:48:41.712Z | + pfexec chown build /work |
112 | 2025-01-31T22:48:41.716Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-01-31T22:48:43.377Z | pkg list: illegal option -- F |
114 | 2025-01-31T22:48:43.377Z | Usage: |
115 | 2025-01-31T22:48:43.380Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-01-31T22:48:43.380Z | [pkg_fmri_pattern ...] |
117 | 2025-01-31T22:48:44.214Z | pkg list: illegal option -- F |
118 | 2025-01-31T22:48:44.214Z | Usage: |
119 | 2025-01-31T22:48:44.217Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-31T22:48:44.217Z | [pkg_fmri_pattern ...] |
121 | 2025-01-31T22:48:51.692Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-01-31T22:48:55.774Z | Startup: Caching catalogs ... Done |
123 | 2025-01-31T22:49:07.219Z | Planning: Solver setup ... Done (10.638s) |
124 | 2025-01-31T22:49:07.368Z | Planning: Running solver ... Done (0.149s) |
125 | 2025-01-31T22:49:07.478Z | Planning: Finding local manifests ... Done (0.006s) |
126 | 2025-01-31T22:49:07.535Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-01-31T22:49:08.233Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-01-31T22:49:08.343Z | Planning: Package planning ... Done (0.109s) |
129 | 2025-01-31T22:49:08.400Z | Planning: Merging actions ... Done (0.057s) |
130 | 2025-01-31T22:49:08.600Z | Planning: Checking for conflicting actions ... Done (0.200s) |
131 | 2025-01-31T22:49:10.791Z | Planning: Consolidating action changes ... Done (2.189s) |
132 | 2025-01-31T22:49:11.235Z | Planning: Evaluating mediators ... Done (0.444s) |
133 | 2025-01-31T22:49:11.314Z | Planning: Planning completed in 15.44 seconds |
134 | 2025-01-31T22:49:11.332Z | Packages to install: 4 |
135 | 2025-01-31T22:49:11.332Z | Packages to update: 3 |
136 | 2025-01-31T22:49:11.335Z | Mediators to change: 2 |
137 | 2025-01-31T22:49:11.335Z | Services to change: 1 |
138 | 2025-01-31T22:49:11.335Z | Estimated space available: 155.61 GB |
139 | 2025-01-31T22:49:11.336Z | Estimated space to be consumed: 1.65 GB |
140 | 2025-01-31T22:49:11.336Z | Create boot environment: No |
141 | 2025-01-31T22:49:11.336Z | Create backup boot environment: Yes |
142 | 2025-01-31T22:49:11.336Z | Rebuild boot archive: No |
143 | 2025-01-31T22:49:11.336Z | |
144 | 2025-01-31T22:49:11.336Z | Changed mediators: |
145 | 2025-01-31T22:49:11.336Z | mediator clang: |
146 | 2025-01-31T22:49:11.336Z | version: None -> 15 (system default) |
147 | 2025-01-31T22:49:11.336Z | |
148 | 2025-01-31T22:49:11.336Z | mediator llvm: |
149 | 2025-01-31T22:49:11.336Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-01-31T22:49:11.336Z | |
151 | 2025-01-31T22:49:11.336Z | Changed packages: |
152 | 2025-01-31T22:49:11.336Z | helios-dev |
153 | 2025-01-31T22:49:11.336Z | developer/build-essential |
154 | 2025-01-31T22:49:11.336Z | None -> 11-2.0 |
155 | 2025-01-31T22:49:11.336Z | library/libxmlsec1 |
156 | 2025-01-31T22:49:11.336Z | None -> 1.2.35-2.0 |
157 | 2025-01-31T22:49:11.336Z | ooce/developer/clang-15 |
158 | 2025-01-31T22:49:11.336Z | None -> 15.0.7-2.0 |
159 | 2025-01-31T22:49:11.336Z | ooce/developer/llvm-15 |
160 | 2025-01-31T22:49:11.336Z | None -> 15.0.7-2.0 |
161 | 2025-01-31T22:49:11.336Z | package/pkg |
162 | 2025-01-31T22:49:11.336Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-01-31T22:49:11.336Z | system/library/g++-runtime |
164 | 2025-01-31T22:49:11.336Z | 13-2.0 -> 14-2.0 |
165 | 2025-01-31T22:49:11.336Z | system/library/gcc-runtime |
166 | 2025-01-31T22:49:11.336Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-31T22:49:11.336Z | |
168 | 2025-01-31T22:49:11.337Z | Services: |
169 | 2025-01-31T22:49:11.337Z | restart_fmri: |
170 | 2025-01-31T22:49:11.337Z | svc:/system/update-man-index:default |
171 | 2025-01-31T22:49:11.337Z | |
172 | 2025-01-31T22:49:11.337Z | Editable files to change: |
173 | 2025-01-31T22:49:11.337Z | Update: |
174 | 2025-01-31T22:49:11.337Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-01-31T22:49:11.411Z | |
176 | 2025-01-31T22:49:11.411Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-01-31T22:49:16.415Z | Download: 1082/4301 items 19.7/225.4MB 8% complete (4.0M/s) |
178 | 2025-01-31T22:49:21.417Z | Download: 2252/4301 items 119.4/225.4MB 52% complete (12.1M/s) |
179 | 2025-01-31T22:49:26.420Z | Download: 3502/4301 items 215.4/225.4MB 95% complete (19.6M/s) |
180 | 2025-01-31T22:49:31.756Z | Download: 4282/4301 items 221.8/225.4MB 98% complete (10.2M/s) |
181 | 2025-01-31T22:49:32.728Z | Download: Completed 225.42 MB in 21.31 seconds (10.6M/s) |
182 | 2025-01-31T22:49:34.732Z | Actions: 1/5122 actions (Removing old actions) |
183 | 2025-01-31T22:49:34.757Z | Actions: 194/5122 actions (Installing new actions) |
184 | 2025-01-31T22:49:39.455Z | Actions: 4267/5122 actions (Updating modified actions) |
185 | 2025-01-31T22:49:39.821Z | Actions: Completed 5122 actions in 5.09 seconds. |
186 | 2025-01-31T22:49:40.223Z | Done (0.392s) |
187 | 2025-01-31T22:49:40.226Z | Done (0.001s) |
188 | 2025-01-31T22:49:40.811Z | Done (0.589s) |
189 | 2025-01-31T22:49:45.222Z | Done (4.177s) |
190 | 2025-01-31T22:49:45.306Z | Done (0.019s) |
191 | 2025-01-31T22:49:45.309Z | Done (0.000s) |
192 | 2025-01-31T22:49:45.496Z | Done (0.000s) |
193 | 2025-01-31T22:49:46.190Z | Planning: Evaluating mediator changes ... Done |
194 | 2025-01-31T22:49:46.395Z | Planning: Checking for conflicting actions ... Done |
195 | 2025-01-31T22:49:46.424Z | Planning: Consolidating action changes ... Done |
196 | 2025-01-31T22:49:46.618Z | Planning: Evaluating mediators ... Done |
197 | 2025-01-31T22:49:46.623Z | Planning: Planning completed in 0.43 seconds |
198 | 2025-01-31T22:49:46.663Z | Mediators to change: 2 |
199 | 2025-01-31T22:49:46.663Z | Create boot environment: No |
200 | 2025-01-31T22:49:46.671Z | Create backup boot environment: No |
201 | 2025-01-31T22:49:46.746Z | Done |
202 | 2025-01-31T22:49:46.746Z | Done |
203 | 2025-01-31T22:49:47.116Z | Done |
204 | 2025-01-31T22:49:51.017Z | Done |
205 | 2025-01-31T22:49:51.283Z | Done |
206 | 2025-01-31T22:49:51.283Z | Done |
207 | 2025-01-31T22:49:51.283Z | Done |
208 | 2025-01-31T22:49:51.673Z | Planning: Evaluating mediator changes ... Done |
209 | 2025-01-31T22:49:51.846Z | Planning: Merging actions ... Done |
210 | 2025-01-31T22:49:51.846Z | Planning: Checking for conflicting actions ... Done |
211 | 2025-01-31T22:49:51.846Z | Planning: Consolidating action changes ... Done |
212 | 2025-01-31T22:49:52.055Z | Planning: Evaluating mediators ... Done |
213 | 2025-01-31T22:49:52.221Z | Planning: Planning completed in 0.75 seconds |
214 | 2025-01-31T22:49:52.222Z | Packages to change: 1 |
215 | 2025-01-31T22:49:52.223Z | Mediators to change: 1 |
216 | 2025-01-31T22:49:52.223Z | Services to change: 1 |
217 | 2025-01-31T22:49:52.223Z | Create boot environment: No |
218 | 2025-01-31T22:49:52.223Z | Create backup boot environment: Yes |
219 | 2025-01-31T22:49:54.399Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2025-01-31T22:49:54.596Z | Actions: Completed 6 actions in 0.00 seconds. |
221 | 2025-01-31T22:49:54.597Z | Done |
222 | 2025-01-31T22:49:54.597Z | Done |
223 | 2025-01-31T22:49:54.597Z | Done |
224 | 2025-01-31T22:49:58.264Z | Done |
225 | 2025-01-31T22:49:58.621Z | Done |
226 | 2025-01-31T22:49:58.621Z | Done |
227 | 2025-01-31T22:49:58.621Z | Done |
228 | 2025-01-31T22:49:58.922Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2025-01-31T22:49:58.922Z | clang system 15 system |
230 | 2025-01-31T22:49:58.922Z | csh system system illumos |
231 | 2025-01-31T22:49:58.922Z | ctags system system illumos |
232 | 2025-01-31T22:49:58.922Z | gcc vendor 12 vendor |
233 | 2025-01-31T22:49:58.922Z | gcc system 10 system |
234 | 2025-01-31T22:49:58.923Z | gcc system 7 system |
235 | 2025-01-31T22:49:58.923Z | go system 1.20 system |
236 | 2025-01-31T22:49:58.923Z | go system 1.19 system |
237 | 2025-01-31T22:49:58.923Z | llvm system 15 system |
238 | 2025-01-31T22:49:58.923Z | llvm system 14 system |
239 | 2025-01-31T22:49:58.923Z | mariadb system 10.6 system |
240 | 2025-01-31T22:49:58.923Z | mta vendor vendor dma |
241 | 2025-01-31T22:49:58.923Z | openjdk system 17 system |
242 | 2025-01-31T22:49:58.923Z | openjdk system 11 system |
243 | 2025-01-31T22:49:58.923Z | openjdk system 1.8 system |
244 | 2025-01-31T22:49:58.923Z | openssl vendor 3 vendor |
245 | 2025-01-31T22:49:58.923Z | perl system 5.36 system |
246 | 2025-01-31T22:49:58.923Z | postgresql system 15 system |
247 | 2025-01-31T22:49:58.937Z | postgresql system 13 system |
248 | 2025-01-31T22:49:58.937Z | python vendor 3 vendor |
249 | 2025-01-31T22:49:58.937Z | python system 2 system |
250 | 2025-01-31T22:49:58.937Z | python3 system 3.11 system |
251 | 2025-01-31T22:49:58.937Z | ruby system 3.0 system |
252 | 2025-01-31T22:49:58.938Z | words vendor vendor american-english |
253 | 2025-01-31T22:49:58.938Z | words system system australian-english |
254 | 2025-01-31T22:49:58.938Z | words system system british-english |
255 | 2025-01-31T22:49:58.938Z | words system system canadian-english |
256 | 2025-01-31T22:49:58.938Z | words system system french |
257 | 2025-01-31T22:49:58.938Z | words system system italian |
258 | 2025-01-31T22:49:58.938Z | words system system ngerman |
259 | 2025-01-31T22:49:58.938Z | words system system ogerman |
260 | 2025-01-31T22:49:58.938Z | words system system spanish |
261 | 2025-01-31T22:49:59.266Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2025-01-31T22:49:59.266Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2025-01-31T22:50:01.972Z | FMRI IFO |
264 | 2025-01-31T22:50:01.972Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2025-01-31T22:50:01.972Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2025-01-31T22:50:01.972Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2025-01-31T22:50:01.972Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2025-01-31T22:50:01.972Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2025-01-31T22:50:01.972Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2025-01-31T22:50:01.972Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
271 | 2025-01-31T22:50:01.972Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
272 | 2025-01-31T22:50:01.973Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
273 | 2025-01-31T22:50:01.973Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
274 | 2025-01-31T22:50:01.973Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
275 | 2025-01-31T22:50:01.973Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
276 | 2025-01-31T22:50:01.973Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
277 | 2025-01-31T22:50:01.974Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
278 | 2025-01-31T22:50:01.974Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
279 | 2025-01-31T22:50:02.678Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
280 | 2025-01-31T22:50:03.469Z | Updating crates.io index |
281 | 2025-01-31T22:50:03.608Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
282 | 2025-01-31T22:50:03.608Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
283 | 2025-01-31T22:50:04.024Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
284 | 2025-01-31T22:50:04.283Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
285 | 2025-01-31T22:50:04.526Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
286 | 2025-01-31T22:50:04.740Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
287 | 2025-01-31T22:50:05.701Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
288 | 2025-01-31T22:50:07.429Z | Updating git repository `https://github.com/oxidecomputer/opte` |
289 | 2025-01-31T22:50:08.149Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
290 | 2025-01-31T22:50:09.080Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
291 | 2025-01-31T22:50:09.429Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
292 | 2025-01-31T22:50:09.709Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
293 | 2025-01-31T22:50:10.278Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
294 | 2025-01-31T22:50:11.007Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
295 | 2025-01-31T22:50:11.007Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
296 | 2025-01-31T22:50:11.296Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
297 | 2025-01-31T22:50:11.628Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
298 | 2025-01-31T22:50:11.904Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
299 | 2025-01-31T22:50:12.222Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
300 | 2025-01-31T22:50:12.636Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-01-31T22:50:12.975Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
302 | 2025-01-31T22:50:12.975Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2025-01-31T22:50:13.405Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
304 | 2025-01-31T22:50:13.918Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2025-01-31T22:50:14.456Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
306 | 2025-01-31T22:50:14.912Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
307 | 2025-01-31T22:50:14.912Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
308 | 2025-01-31T22:50:15.189Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
309 | 2025-01-31T22:50:15.460Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
310 | 2025-01-31T22:50:15.949Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
311 | 2025-01-31T22:50:16.181Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
312 | 2025-01-31T22:50:17.141Z | Downloading crates ... |
313 | 2025-01-31T22:50:17.326Z | Downloaded block-buffer v0.10.4 |
314 | 2025-01-31T22:50:17.326Z | Downloaded byteorder v1.5.0 |
315 | 2025-01-31T22:50:17.326Z | Downloaded anstyle-parse v0.2.5 |
316 | 2025-01-31T22:50:17.326Z | Downloaded anstyle v1.0.10 |
317 | 2025-01-31T22:50:17.326Z | Downloaded bitflags v2.6.0 |
318 | 2025-01-31T22:50:17.326Z | Downloaded anstream v0.6.15 |
319 | 2025-01-31T22:50:17.326Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2025-01-31T22:50:17.326Z | Downloaded scroll_derive v0.12.0 |
321 | 2025-01-31T22:50:17.326Z | Downloaded swrite v0.1.0 |
322 | 2025-01-31T22:50:17.327Z | Downloaded dtrace-parser v0.2.0 |
323 | 2025-01-31T22:50:17.327Z | Downloaded pretty-hex v0.4.1 |
324 | 2025-01-31T22:50:17.327Z | Downloaded autocfg v1.4.0 |
325 | 2025-01-31T22:50:17.327Z | Downloaded version_check v0.9.5 |
326 | 2025-01-31T22:50:17.327Z | Downloaded usdt-macro v0.5.0 |
327 | 2025-01-31T22:50:17.327Z | Downloaded equivalent v1.0.1 |
328 | 2025-01-31T22:50:17.327Z | Downloaded errno v0.3.9 |
329 | 2025-01-31T22:50:17.327Z | Downloaded cfg-if v1.0.0 |
330 | 2025-01-31T22:50:17.327Z | Downloaded strsim v0.11.1 |
331 | 2025-01-31T22:50:17.327Z | Downloaded itoa v1.0.11 |
332 | 2025-01-31T22:50:17.327Z | Downloaded heck v0.5.0 |
333 | 2025-01-31T22:50:17.328Z | Downloaded heck v0.4.1 |
334 | 2025-01-31T22:50:17.328Z | Downloaded anstyle-query v1.1.1 |
335 | 2025-01-31T22:50:17.328Z | Downloaded bytecount v0.6.8 |
336 | 2025-01-31T22:50:17.328Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2025-01-31T22:50:17.333Z | Downloaded digest v0.10.7 |
338 | 2025-01-31T22:50:17.333Z | Downloaded generic-array v0.14.7 |
339 | 2025-01-31T22:50:17.333Z | Downloaded colorchoice v1.0.2 |
340 | 2025-01-31T22:50:17.333Z | Downloaded crypto-common v0.1.6 |
341 | 2025-01-31T22:50:17.334Z | Downloaded thiserror v1.0.69 |
342 | 2025-01-31T22:50:17.334Z | Downloaded thiserror-impl v1.0.69 |
343 | 2025-01-31T22:50:17.334Z | Downloaded is_terminal_polyfill v1.70.1 |
344 | 2025-01-31T22:50:17.334Z | Downloaded fastrand v2.1.1 |
345 | 2025-01-31T22:50:17.334Z | Downloaded clap_lex v0.7.4 |
346 | 2025-01-31T22:50:17.334Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2025-01-31T22:50:17.334Z | Downloaded usdt v0.5.0 |
348 | 2025-01-31T22:50:17.334Z | Downloaded terminal_size v0.4.0 |
349 | 2025-01-31T22:50:17.334Z | Downloaded toml_datetime v0.6.8 |
350 | 2025-01-31T22:50:17.334Z | Downloaded macaddr v1.0.1 |
351 | 2025-01-31T22:50:17.334Z | Downloaded fnv v1.0.7 |
352 | 2025-01-31T22:50:17.334Z | Downloaded serde_spanned v0.6.8 |
353 | 2025-01-31T22:50:17.334Z | Downloaded pest_generator v2.7.14 |
354 | 2025-01-31T22:50:17.335Z | Downloaded plain v0.2.3 |
355 | 2025-01-31T22:50:17.335Z | Downloaded cargo-platform v0.1.8 |
356 | 2025-01-31T22:50:17.335Z | Downloaded fs-err v2.11.0 |
357 | 2025-01-31T22:50:17.335Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2025-01-31T22:50:17.335Z | Downloaded smawk v0.3.2 |
359 | 2025-01-31T22:50:17.335Z | Downloaded camino-tempfile v1.1.1 |
360 | 2025-01-31T22:50:17.335Z | Downloaded tabled_derive v0.7.0 |
361 | 2025-01-31T22:50:17.335Z | Downloaded memmap v0.7.0 |
362 | 2025-01-31T22:50:17.335Z | Downloaded utf8parse v0.2.2 |
363 | 2025-01-31T22:50:17.335Z | Downloaded cargo_toml v0.20.5 |
364 | 2025-01-31T22:50:17.335Z | Downloaded cpufeatures v0.2.14 |
365 | 2025-01-31T22:50:17.335Z | Downloaded thread-id v4.2.2 |
366 | 2025-01-31T22:50:17.335Z | Downloaded dof v0.3.0 |
367 | 2025-01-31T22:50:17.335Z | Downloaded cargo_metadata v0.18.1 |
368 | 2025-01-31T22:50:17.335Z | Downloaded sha2 v0.10.8 |
369 | 2025-01-31T22:50:17.336Z | Downloaded pest_derive v2.7.14 |
370 | 2025-01-31T22:50:17.336Z | Downloaded camino v1.1.9 |
371 | 2025-01-31T22:50:17.498Z | Downloaded scroll v0.12.0 |
372 | 2025-01-31T22:50:17.499Z | Downloaded proc-macro-error v1.0.4 |
373 | 2025-01-31T22:50:17.499Z | Downloaded once_cell v1.20.2 |
374 | 2025-01-31T22:50:17.500Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2025-01-31T22:50:17.500Z | Downloaded usdt-impl v0.5.0 |
376 | 2025-01-31T22:50:17.500Z | Downloaded tempfile v3.13.0 |
377 | 2025-01-31T22:50:17.500Z | Downloaded semver v1.0.24 |
378 | 2025-01-31T22:50:17.501Z | Downloaded clap_derive v4.5.24 |
379 | 2025-01-31T22:50:17.501Z | Downloaded typenum v1.17.0 |
380 | 2025-01-31T22:50:17.501Z | Downloaded toml v0.8.19 |
381 | 2025-01-31T22:50:17.506Z | Downloaded ryu v1.0.18 |
382 | 2025-01-31T22:50:17.506Z | Downloaded pest_meta v2.7.14 |
383 | 2025-01-31T22:50:17.506Z | Downloaded anyhow v1.0.95 |
384 | 2025-01-31T22:50:17.506Z | Downloaded unicode-ident v1.0.14 |
385 | 2025-01-31T22:50:17.506Z | Downloaded quote v1.0.38 |
386 | 2025-01-31T22:50:17.507Z | Downloaded ucd-trie v0.1.7 |
387 | 2025-01-31T22:50:17.507Z | Downloaded proc-macro2 v1.0.92 |
388 | 2025-01-31T22:50:17.507Z | Downloaded serde_derive v1.0.217 |
389 | 2025-01-31T22:50:17.507Z | Downloaded log v0.4.22 |
390 | 2025-01-31T22:50:17.507Z | Downloaded clap v4.5.27 |
391 | 2025-01-31T22:50:17.507Z | Downloaded textwrap v0.16.1 |
392 | 2025-01-31T22:50:17.507Z | Downloaded papergrid v0.11.0 |
393 | 2025-01-31T22:50:17.507Z | Downloaded serde v1.0.217 |
394 | 2025-01-31T22:50:17.507Z | Downloaded indexmap v2.7.1 |
395 | 2025-01-31T22:50:17.508Z | Downloaded memchr v2.7.4 |
396 | 2025-01-31T22:50:17.508Z | Downloaded toml_edit v0.22.22 |
397 | 2025-01-31T22:50:17.508Z | Downloaded pest v2.7.14 |
398 | 2025-01-31T22:50:17.508Z | Downloaded hashbrown v0.15.1 |
399 | 2025-01-31T22:50:17.509Z | Downloaded zerocopy v0.7.35 |
400 | 2025-01-31T22:50:17.509Z | Downloaded winnow v0.6.20 |
401 | 2025-01-31T22:50:17.509Z | Downloaded clap_builder v4.5.27 |
402 | 2025-01-31T22:50:17.509Z | Downloaded tabled v0.15.0 |
403 | 2025-01-31T22:50:17.804Z | Downloaded goblin v0.8.2 |
404 | 2025-01-31T22:50:17.805Z | Downloaded serde_json v1.0.135 |
405 | 2025-01-31T22:50:17.805Z | Downloaded unicode-width v0.1.14 |
406 | 2025-01-31T22:50:17.805Z | Downloaded syn v2.0.96 |
407 | 2025-01-31T22:50:17.805Z | Downloaded rustix v0.38.37 |
408 | 2025-01-31T22:50:17.805Z | Downloaded syn v1.0.109 |
409 | 2025-01-31T22:50:17.805Z | Downloaded libc v0.2.169 |
410 | 2025-01-31T22:50:17.989Z | Compiling proc-macro2 v1.0.92 |
411 | 2025-01-31T22:50:17.990Z | Compiling unicode-ident v1.0.14 |
412 | 2025-01-31T22:50:17.990Z | Compiling serde v1.0.217 |
413 | 2025-01-31T22:50:17.990Z | Compiling version_check v0.9.5 |
414 | 2025-01-31T22:50:17.990Z | Compiling memchr v2.7.4 |
415 | 2025-01-31T22:50:17.990Z | Compiling thiserror v1.0.69 |
416 | 2025-01-31T22:50:17.990Z | Compiling libc v0.2.169 |
417 | 2025-01-31T22:50:17.990Z | Compiling itoa v1.0.11 |
418 | 2025-01-31T22:50:18.248Z | Compiling ucd-trie v0.1.7 |
419 | 2025-01-31T22:50:18.537Z | Compiling ryu v1.0.18 |
420 | 2025-01-31T22:50:18.765Z | Compiling once_cell v1.20.2 |
421 | 2025-01-31T22:50:18.988Z | Compiling byteorder v1.5.0 |
422 | 2025-01-31T22:50:18.989Z | Compiling rustix v0.38.37 |
423 | 2025-01-31T22:50:19.275Z | Compiling serde_json v1.0.135 |
424 | 2025-01-31T22:50:19.553Z | Compiling bitflags v2.6.0 |
425 | 2025-01-31T22:50:19.553Z | Compiling proc-macro-error-attr v1.0.4 |
426 | 2025-01-31T22:50:19.553Z | Compiling usdt-impl v0.5.0 |
427 | 2025-01-31T22:50:19.762Z | Compiling syn v1.0.109 |
428 | 2025-01-31T22:50:19.763Z | Compiling proc-macro-error v1.0.4 |
429 | 2025-01-31T22:50:19.763Z | Compiling camino v1.1.9 |
430 | 2025-01-31T22:50:19.947Z | Compiling quote v1.0.38 |
431 | 2025-01-31T22:50:19.947Z | Compiling utf8parse v0.2.2 |
432 | 2025-01-31T22:50:20.024Z | Compiling errno v0.3.9 |
433 | 2025-01-31T22:50:20.024Z | Compiling log v0.4.22 |
434 | 2025-01-31T22:50:20.118Z | Compiling syn v2.0.96 |
435 | 2025-01-31T22:50:20.193Z | Compiling hashbrown v0.15.1 |
436 | 2025-01-31T22:50:20.274Z | Compiling plain v0.2.3 |
437 | 2025-01-31T22:50:20.332Z | Compiling thread-id v4.2.2 |
438 | 2025-01-31T22:50:20.332Z | Compiling equivalent v1.0.1 |
439 | 2025-01-31T22:50:20.412Z | Compiling anstyle-parse v0.2.5 |
440 | 2025-01-31T22:50:20.658Z | Compiling unicode-width v0.1.14 |
441 | 2025-01-31T22:50:20.738Z | Compiling autocfg v1.4.0 |
442 | 2025-01-31T22:50:20.825Z | Compiling anstyle v1.0.10 |
443 | 2025-01-31T22:50:21.128Z | Compiling indexmap v2.7.1 |
444 | 2025-01-31T22:50:21.164Z | Compiling semver v1.0.24 |
445 | 2025-01-31T22:50:21.214Z | Compiling is_terminal_polyfill v1.70.1 |
446 | 2025-01-31T22:50:21.299Z | Compiling pretty-hex v0.4.1 |
447 | 2025-01-31T22:50:21.363Z | Compiling winnow v0.6.20 |
448 | 2025-01-31T22:50:21.528Z | Compiling anstyle-query v1.1.1 |
449 | 2025-01-31T22:50:21.672Z | Compiling colorchoice v1.0.2 |
450 | 2025-01-31T22:50:21.697Z | Compiling fs-err v2.11.0 |
451 | 2025-01-31T22:50:21.847Z | Compiling anstream v0.6.15 |
452 | 2025-01-31T22:50:21.915Z | Compiling terminal_size v0.4.0 |
453 | 2025-01-31T22:50:22.176Z | Compiling bytecount v0.6.8 |
454 | 2025-01-31T22:50:22.355Z | Compiling cfg-if v1.0.0 |
455 | 2025-01-31T22:50:22.395Z | Compiling clap_lex v0.7.4 |
456 | 2025-01-31T22:50:22.462Z | Compiling strsim v0.11.1 |
457 | 2025-01-31T22:50:22.513Z | Compiling heck v0.5.0 |
458 | 2025-01-31T22:50:22.537Z | Compiling heck v0.4.1 |
459 | 2025-01-31T22:50:22.566Z | Compiling fnv v1.0.7 |
460 | 2025-01-31T22:50:22.717Z | Compiling fastrand v2.1.1 |
461 | 2025-01-31T22:50:22.839Z | Compiling anyhow v1.0.95 |
462 | 2025-01-31T22:50:22.997Z | Compiling clap_builder v4.5.27 |
463 | 2025-01-31T22:50:23.210Z | Compiling tempfile v3.13.0 |
464 | 2025-01-31T22:50:23.277Z | Compiling papergrid v0.11.0 |
465 | 2025-01-31T22:50:23.752Z | Compiling memmap v0.7.0 |
466 | 2025-01-31T22:50:23.882Z | Compiling smawk v0.3.2 |
467 | 2025-01-31T22:50:24.061Z | Compiling unicode-linebreak v0.1.5 |
468 | 2025-01-31T22:50:24.558Z | Compiling textwrap v0.16.1 |
469 | 2025-01-31T22:50:24.667Z | Compiling swrite v0.1.0 |
470 | 2025-01-31T22:50:25.241Z | Compiling tabled_derive v0.7.0 |
471 | 2025-01-31T22:50:26.600Z | Compiling tabled v0.15.0 |
472 | 2025-01-31T22:50:27.079Z | Compiling serde_derive v1.0.217 |
473 | 2025-01-31T22:50:27.082Z | Compiling thiserror-impl v1.0.69 |
474 | 2025-01-31T22:50:27.141Z | Compiling zerocopy-derive v0.7.35 |
475 | 2025-01-31T22:50:27.405Z | Compiling scroll_derive v0.12.0 |
476 | 2025-01-31T22:50:27.702Z | Compiling clap_derive v4.5.24 |
477 | 2025-01-31T22:50:28.697Z | Compiling scroll v0.12.0 |
478 | 2025-01-31T22:50:28.928Z | Compiling zerocopy v0.7.35 |
479 | 2025-01-31T22:50:29.097Z | Compiling goblin v0.8.2 |
480 | 2025-01-31T22:50:29.439Z | Compiling pest v2.7.14 |
481 | 2025-01-31T22:50:30.946Z | Compiling clap v4.5.27 |
482 | 2025-01-31T22:50:31.786Z | Compiling pest_meta v2.7.14 |
483 | 2025-01-31T22:50:32.664Z | Compiling pest_generator v2.7.14 |
484 | 2025-01-31T22:50:33.945Z | Compiling pest_derive v2.7.14 |
485 | 2025-01-31T22:50:34.675Z | Compiling dtrace-parser v0.2.0 |
486 | 2025-01-31T22:50:35.711Z | Compiling toml_datetime v0.6.8 |
487 | 2025-01-31T22:50:35.711Z | Compiling serde_spanned v0.6.8 |
488 | 2025-01-31T22:50:35.715Z | Compiling cargo-platform v0.1.8 |
489 | 2025-01-31T22:50:36.128Z | Compiling serde_tokenstream v0.2.2 |
490 | 2025-01-31T22:50:36.165Z | Compiling toml_edit v0.22.22 |
491 | 2025-01-31T22:50:36.168Z | Compiling macaddr v1.0.1 |
492 | 2025-01-31T22:50:36.361Z | Compiling camino-tempfile v1.1.1 |
493 | 2025-01-31T22:50:37.094Z | Compiling dof v0.3.0 |
494 | 2025-01-31T22:50:37.094Z | Compiling cargo_metadata v0.18.1 |
495 | 2025-01-31T22:50:38.749Z | Compiling usdt-macro v0.5.0 |
496 | 2025-01-31T22:50:38.749Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2025-01-31T22:50:39.054Z | Compiling toml v0.8.19 |
498 | 2025-01-31T22:50:39.816Z | Compiling cargo_toml v0.20.5 |
499 | 2025-01-31T22:50:39.915Z | Compiling usdt v0.5.0 |
500 | 2025-01-31T22:50:42.489Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
501 | 2025-01-31T22:50:45.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.22s |
502 | 2025-01-31T22:50:45.940Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
503 | 2025-01-31T22:50:46.454Z | Downloading crates ... |
504 | 2025-01-31T22:50:46.569Z | Downloaded adler2 v2.0.0 |
505 | 2025-01-31T22:50:46.575Z | Downloaded addr2line v0.24.2 |
506 | 2025-01-31T22:50:46.578Z | Downloaded cfg_aliases v0.1.1 |
507 | 2025-01-31T22:50:46.581Z | Downloaded chacha20poly1305 v0.10.1 |
508 | 2025-01-31T22:50:46.594Z | Downloaded cfg_aliases v0.2.1 |
509 | 2025-01-31T22:50:46.597Z | Downloaded assert_matches v1.5.0 |
510 | 2025-01-31T22:50:46.600Z | Downloaded ctr v0.9.2 |
511 | 2025-01-31T22:50:46.602Z | Downloaded ciborium-io v0.2.2 |
512 | 2025-01-31T22:50:46.605Z | Downloaded bcrypt-pbkdf v0.10.0 |
513 | 2025-01-31T22:50:46.605Z | Downloaded aead v0.5.2 |
514 | 2025-01-31T22:50:46.611Z | Downloaded atomicwrites v0.4.4 |
515 | 2025-01-31T22:50:46.615Z | Downloaded cstr-argument v0.1.2 |
516 | 2025-01-31T22:50:46.618Z | Downloaded atty v0.2.14 |
517 | 2025-01-31T22:50:46.621Z | Downloaded darling v0.20.10 |
518 | 2025-01-31T22:50:46.623Z | Downloaded bitfield-struct v0.6.2 |
519 | 2025-01-31T22:50:46.627Z | Downloaded buf-list v1.0.3 |
520 | 2025-01-31T22:50:46.630Z | Downloaded chacha20 v0.9.1 |
521 | 2025-01-31T22:50:46.630Z | Downloaded arrayref v0.3.9 |
522 | 2025-01-31T22:50:46.632Z | Downloaded constant_time_eq v0.3.1 |
523 | 2025-01-31T22:50:46.632Z | Downloaded ascii-canvas v3.0.0 |
524 | 2025-01-31T22:50:46.635Z | Downloaded crunchy v0.2.2 |
525 | 2025-01-31T22:50:46.638Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2025-01-31T22:50:46.640Z | Downloaded bit-set v0.5.3 |
527 | 2025-01-31T22:50:46.640Z | Downloaded http-body v1.0.1 |
528 | 2025-01-31T22:50:46.643Z | Downloaded async-trait v0.1.85 |
529 | 2025-01-31T22:50:46.645Z | Downloaded hubpack_derive v0.1.1 |
530 | 2025-01-31T22:50:46.648Z | Downloaded crc-catalog v2.4.0 |
531 | 2025-01-31T22:50:46.648Z | Downloaded cbc v0.1.2 |
532 | 2025-01-31T22:50:46.651Z | Downloaded bitflags v1.3.2 |
533 | 2025-01-31T22:50:46.654Z | Downloaded hubpack v0.1.2 |
534 | 2025-01-31T22:50:46.656Z | Downloaded cmake v0.1.51 |
535 | 2025-01-31T22:50:46.656Z | Downloaded chrono-tz-build v0.4.0 |
536 | 2025-01-31T22:50:46.659Z | Downloaded httpdate v1.0.3 |
537 | 2025-01-31T22:50:46.659Z | Downloaded convert_case v0.4.0 |
538 | 2025-01-31T22:50:46.661Z | Downloaded cassowary v0.3.0 |
539 | 2025-01-31T22:50:46.661Z | Downloaded blowfish v0.9.1 |
540 | 2025-01-31T22:50:46.664Z | Downloaded crc v3.2.1 |
541 | 2025-01-31T22:50:46.667Z | Downloaded crucible-workspace-hack v0.1.0 |
542 | 2025-01-31T22:50:46.667Z | Downloaded cipher v0.4.4 |
543 | 2025-01-31T22:50:46.670Z | Downloaded http-body-util v0.1.2 |
544 | 2025-01-31T22:50:46.672Z | Downloaded crossbeam-deque v0.8.5 |
545 | 2025-01-31T22:50:46.675Z | Downloaded hickory-resolver v0.24.2 |
546 | 2025-01-31T22:50:46.678Z | Downloaded cobs v0.2.3 |
547 | 2025-01-31T22:50:46.681Z | Downloaded indicatif v0.17.11 |
548 | 2025-01-31T22:50:46.685Z | Downloaded cookie_store v0.21.1 |
549 | 2025-01-31T22:50:46.690Z | Downloaded jobserver v0.1.32 |
550 | 2025-01-31T22:50:46.692Z | Downloaded colored v2.1.0 |
551 | 2025-01-31T22:50:46.697Z | Downloaded itertools v0.10.5 |
552 | 2025-01-31T22:50:46.704Z | Downloaded itertools v0.13.0 |
553 | 2025-01-31T22:50:46.711Z | Downloaded is_ci v1.2.0 |
554 | 2025-01-31T22:50:46.714Z | Downloaded home v0.5.9 |
555 | 2025-01-31T22:50:46.716Z | Downloaded quick-error v1.2.3 |
556 | 2025-01-31T22:50:46.719Z | Downloaded radium v0.7.0 |
557 | 2025-01-31T22:50:46.719Z | Downloaded instant v0.1.13 |
558 | 2025-01-31T22:50:46.722Z | Downloaded serde-big-array v0.5.1 |
559 | 2025-01-31T22:50:46.722Z | Downloaded castaway v0.2.3 |
560 | 2025-01-31T22:50:46.725Z | Downloaded http-range v0.1.5 |
561 | 2025-01-31T22:50:46.727Z | Downloaded ciborium v0.2.2 |
562 | 2025-01-31T22:50:46.730Z | Downloaded async-bb8-diesel v0.2.1 |
563 | 2025-01-31T22:50:46.733Z | Downloaded md5 v0.7.0 |
564 | 2025-01-31T22:50:46.735Z | Downloaded crossbeam-utils v0.8.20 |
565 | 2025-01-31T22:50:46.738Z | Downloaded ident_case v1.0.1 |
566 | 2025-01-31T22:50:46.741Z | Downloaded clang-sys v1.8.1 |
567 | 2025-01-31T22:50:46.743Z | Downloaded rand_xorshift v0.3.0 |
568 | 2025-01-31T22:50:46.746Z | Downloaded instability v0.3.2 |
569 | 2025-01-31T22:50:46.746Z | Downloaded linear-map v1.2.0 |
570 | 2025-01-31T22:50:46.749Z | Downloaded waitgroup v0.1.2 |
571 | 2025-01-31T22:50:46.751Z | Downloaded want v0.3.1 |
572 | 2025-01-31T22:50:46.751Z | Downloaded new_debug_unreachable v1.0.6 |
573 | 2025-01-31T22:50:46.754Z | Downloaded lazycell v1.3.0 |
574 | 2025-01-31T22:50:46.754Z | Downloaded lalrpop-util v0.19.12 |
575 | 2025-01-31T22:50:46.756Z | Downloaded rustc-hash v2.0.0 |
576 | 2025-01-31T22:50:46.756Z | Downloaded keccak v0.1.5 |
577 | 2025-01-31T22:50:46.759Z | Downloaded scrypt v0.11.0 |
578 | 2025-01-31T22:50:46.762Z | Downloaded lru-cache v0.1.2 |
579 | 2025-01-31T22:50:46.762Z | Downloaded internet-checksum v0.2.1 |
580 | 2025-01-31T22:50:46.764Z | Downloaded hyper-tls v0.6.0 |
581 | 2025-01-31T22:50:46.767Z | Downloaded maybe-uninit v2.0.0 |
582 | 2025-01-31T22:50:46.767Z | Downloaded lru v0.12.5 |
583 | 2025-01-31T22:50:46.769Z | Downloaded libefi-sys v0.1.0 |
584 | 2025-01-31T22:50:46.769Z | Downloaded const-oid v0.9.6 |
585 | 2025-01-31T22:50:46.773Z | Downloaded mime v0.3.17 |
586 | 2025-01-31T22:50:46.775Z | Downloaded impl-trait-for-tuples v0.2.2 |
587 | 2025-01-31T22:50:46.778Z | Downloaded signal-hook-mio v0.2.4 |
588 | 2025-01-31T22:50:46.781Z | Downloaded slog-dtrace v0.3.0 |
589 | 2025-01-31T22:50:46.783Z | Downloaded slog-bunyan v2.5.0 |
590 | 2025-01-31T22:50:46.786Z | Downloaded simd-adler32 v0.3.7 |
591 | 2025-01-31T22:50:46.786Z | Downloaded newline-converter v0.3.0 |
592 | 2025-01-31T22:50:46.789Z | Downloaded lockfree-object-pool v0.1.6 |
593 | 2025-01-31T22:50:46.793Z | Downloaded managed v0.8.0 |
594 | 2025-01-31T22:50:46.795Z | Downloaded diesel_table_macro_syntax v0.2.0 |
595 | 2025-01-31T22:50:46.795Z | Downloaded toolchain_find v0.4.0 |
596 | 2025-01-31T22:50:46.795Z | Downloaded yoke-derive v0.7.4 |
597 | 2025-01-31T22:50:46.798Z | Downloaded nanorand v0.7.0 |
598 | 2025-01-31T22:50:46.800Z | Downloaded memoffset v0.9.1 |
599 | 2025-01-31T22:50:46.803Z | Downloaded headers-core v0.3.0 |
600 | 2025-01-31T22:50:46.803Z | Downloaded opaque-debug v0.3.1 |
601 | 2025-01-31T22:50:46.805Z | Downloaded normalize-line-endings v0.3.0 |
602 | 2025-01-31T22:50:46.806Z | Downloaded tokio-macros v2.5.0 |
603 | 2025-01-31T22:50:46.808Z | Downloaded newtype-uuid v1.2.1 |
604 | 2025-01-31T22:50:46.808Z | Downloaded untrusted v0.9.0 |
605 | 2025-01-31T22:50:46.811Z | Downloaded multimap v0.10.0 |
606 | 2025-01-31T22:50:46.814Z | Downloaded mockall v0.13.0 |
607 | 2025-01-31T22:50:46.816Z | Downloaded lock_api v0.4.12 |
608 | 2025-01-31T22:50:46.816Z | Downloaded cookie v0.18.1 |
609 | 2025-01-31T22:50:46.819Z | Downloaded iana-time-zone v0.1.61 |
610 | 2025-01-31T22:50:46.822Z | Downloaded bytes v1.9.0 |
611 | 2025-01-31T22:50:46.828Z | Downloaded mime_guess v2.0.5 |
612 | 2025-01-31T22:50:46.830Z | Downloaded salsa20 v0.10.2 |
613 | 2025-01-31T22:50:46.833Z | Downloaded precomputed-hash v0.1.1 |
614 | 2025-01-31T22:50:46.833Z | Downloaded stringprep v0.1.5 |
615 | 2025-01-31T22:50:46.836Z | Downloaded litrs v0.4.1 |
616 | 2025-01-31T22:50:46.838Z | Downloaded display-error-chain v0.2.2 |
617 | 2025-01-31T22:50:46.842Z | Downloaded defmt-macros v0.3.9 |
618 | 2025-01-31T22:50:46.844Z | Downloaded hyper-staticfile v0.10.1 |
619 | 2025-01-31T22:50:46.847Z | Downloaded pretty-hex v0.2.1 |
620 | 2025-01-31T22:50:46.849Z | Downloaded predicates-tree v1.0.11 |
621 | 2025-01-31T22:50:46.849Z | Downloaded thiserror-impl v2.0.11 |
622 | 2025-01-31T22:50:46.852Z | Downloaded embedded-io v0.6.1 |
623 | 2025-01-31T22:50:46.854Z | Downloaded russh-cryptovec v0.7.3 |
624 | 2025-01-31T22:50:46.854Z | Downloaded peg-runtime v0.8.3 |
625 | 2025-01-31T22:50:46.857Z | Downloaded group v0.13.0 |
626 | 2025-01-31T22:50:46.857Z | Downloaded futures-macro v0.3.31 |
627 | 2025-01-31T22:50:46.860Z | Downloaded time-core v0.1.2 |
628 | 2025-01-31T22:50:46.860Z | Downloaded foreign-types v0.5.0 |
629 | 2025-01-31T22:50:46.862Z | Downloaded futures-io v0.3.31 |
630 | 2025-01-31T22:50:46.862Z | Downloaded futures-executor v0.3.31 |
631 | 2025-01-31T22:50:46.865Z | Downloaded either v1.13.0 |
632 | 2025-01-31T22:50:46.870Z | Downloaded tokio-native-tls v0.3.1 |
633 | 2025-01-31T22:50:46.872Z | Downloaded shell-words v1.1.0 |
634 | 2025-01-31T22:50:46.872Z | Downloaded multer v3.1.0 |
635 | 2025-01-31T22:50:46.875Z | Downloaded walkdir v2.5.0 |
636 | 2025-01-31T22:50:46.878Z | Downloaded pkg-config v0.3.31 |
637 | 2025-01-31T22:50:46.881Z | Downloaded parse-display v0.10.0 |
638 | 2025-01-31T22:50:46.881Z | Downloaded blake2 v0.10.6 |
639 | 2025-01-31T22:50:46.883Z | Downloaded predicates-core v1.0.8 |
640 | 2025-01-31T22:50:46.886Z | Downloaded predicates v3.1.2 |
641 | 2025-01-31T22:50:46.889Z | Downloaded ppv-lite86 v0.2.20 |
642 | 2025-01-31T22:50:46.891Z | Downloaded derive_builder_macro v0.20.2 |
643 | 2025-01-31T22:50:46.894Z | Downloaded try-lock v0.2.5 |
644 | 2025-01-31T22:50:46.894Z | Downloaded displaydoc v0.2.5 |
645 | 2025-01-31T22:50:46.896Z | Downloaded crypto-bigint v0.5.5 |
646 | 2025-01-31T22:50:46.905Z | Downloaded futures-sink v0.3.31 |
647 | 2025-01-31T22:50:46.907Z | Downloaded spki v0.7.3 |
648 | 2025-01-31T22:50:46.911Z | Downloaded peg v0.8.4 |
649 | 2025-01-31T22:50:46.913Z | Downloaded foldhash v0.1.3 |
650 | 2025-01-31T22:50:46.916Z | Downloaded rustfmt-wrapper v0.2.1 |
651 | 2025-01-31T22:50:46.918Z | Downloaded smallvec v0.6.14 |
652 | 2025-01-31T22:50:46.918Z | Downloaded tabwriter v1.4.0 |
653 | 2025-01-31T22:50:46.921Z | Downloaded openssl-probe v0.1.5 |
654 | 2025-01-31T22:50:46.924Z | Downloaded num_threads v0.1.7 |
655 | 2025-01-31T22:50:46.924Z | Downloaded globset v0.4.15 |
656 | 2025-01-31T22:50:46.927Z | Downloaded miniz_oxide v0.8.0 |
657 | 2025-01-31T22:50:46.929Z | Downloaded tui-tree-widget v0.22.0 |
658 | 2025-01-31T22:50:46.932Z | Downloaded thread_local v1.1.8 |
659 | 2025-01-31T22:50:46.934Z | Downloaded yasna v0.5.2 |
660 | 2025-01-31T22:50:46.937Z | Downloaded xz2 v0.1.7 |
661 | 2025-01-31T22:50:46.937Z | Downloaded const_format v0.2.34 |
662 | 2025-01-31T22:50:46.943Z | Downloaded ed25519 v2.2.3 |
663 | 2025-01-31T22:50:46.946Z | Downloaded heapless v0.8.0 |
664 | 2025-01-31T22:50:46.952Z | Downloaded num v0.4.3 |
665 | 2025-01-31T22:50:46.955Z | Downloaded utf-8 v0.7.6 |
666 | 2025-01-31T22:50:46.955Z | Downloaded sqlformat v0.2.6 |
667 | 2025-01-31T22:50:46.958Z | Downloaded untrusted v0.7.1 |
668 | 2025-01-31T22:50:46.958Z | Downloaded crossbeam-channel v0.5.13 |
669 | 2025-01-31T22:50:46.964Z | Downloaded sync-ptr v0.1.1 |
670 | 2025-01-31T22:50:46.967Z | Downloaded rand_core v0.6.4 |
671 | 2025-01-31T22:50:46.967Z | Downloaded fragile v2.0.0 |
672 | 2025-01-31T22:50:46.970Z | Downloaded omicron-zone-package v0.12.0 |
673 | 2025-01-31T22:50:46.973Z | Downloaded synstructure v0.13.1 |
674 | 2025-01-31T22:50:46.975Z | Downloaded elliptic-curve v0.13.8 |
675 | 2025-01-31T22:50:46.980Z | Downloaded percent-encoding v2.3.1 |
676 | 2025-01-31T22:50:46.982Z | Downloaded pbkdf2 v0.11.0 |
677 | 2025-01-31T22:50:46.985Z | Downloaded polyval v0.6.2 |
678 | 2025-01-31T22:50:46.988Z | Downloaded quinn-udp v0.5.5 |
679 | 2025-01-31T22:50:46.991Z | Downloaded rsa v0.9.6 |
680 | 2025-01-31T22:50:46.997Z | Downloaded fxhash v0.2.1 |
681 | 2025-01-31T22:50:47.000Z | Downloaded serde-hex v0.1.0 |
682 | 2025-01-31T22:50:47.000Z | Downloaded schemars_derive v0.8.21 |
683 | 2025-01-31T22:50:47.012Z | Downloaded number_prefix v0.4.0 |
684 | 2025-01-31T22:50:47.015Z | Downloaded getrandom v0.2.15 |
685 | 2025-01-31T22:50:47.018Z | Downloaded spin v0.9.8 |
686 | 2025-01-31T22:50:47.021Z | Downloaded supports-color v3.0.1 |
687 | 2025-01-31T22:50:47.024Z | Downloaded subtle v2.6.1 |
688 | 2025-01-31T22:50:47.024Z | Downloaded strum_macros v0.25.3 |
689 | 2025-01-31T22:50:47.026Z | Downloaded structmeta v0.2.0 |
690 | 2025-01-31T22:50:47.029Z | Downloaded signal-hook-tokio v0.3.1 |
691 | 2025-01-31T22:50:47.029Z | Downloaded pem-rfc7468 v0.7.0 |
692 | 2025-01-31T22:50:47.032Z | Downloaded progenitor-macro v0.8.0 |
693 | 2025-01-31T22:50:47.032Z | Downloaded parking_lot_core v0.8.6 |
694 | 2025-01-31T22:50:47.034Z | Downloaded filetime v0.2.25 |
695 | 2025-01-31T22:50:47.037Z | Downloaded derive_builder v0.20.2 |
696 | 2025-01-31T22:50:47.043Z | Downloaded take_mut v0.2.2 |
697 | 2025-01-31T22:50:47.046Z | Downloaded utf16_iter v1.0.5 |
698 | 2025-01-31T22:50:47.046Z | Downloaded sct v0.7.1 |
699 | 2025-01-31T22:50:47.050Z | Downloaded fixedbitset v0.4.2 |
700 | 2025-01-31T22:50:47.053Z | Downloaded defmt-parser v0.3.4 |
701 | 2025-01-31T22:50:47.053Z | Downloaded zone_cfg_derive v0.1.2 |
702 | 2025-01-31T22:50:47.056Z | Downloaded nu-ansi-term v0.50.1 |
703 | 2025-01-31T22:50:47.059Z | Downloaded derive-where v1.2.7 |
704 | 2025-01-31T22:50:47.062Z | Downloaded samael v0.0.17 |
705 | 2025-01-31T22:50:47.068Z | Downloaded foreign-types-shared v0.3.1 |
706 | 2025-01-31T22:50:47.071Z | Downloaded rand_chacha v0.3.1 |
707 | 2025-01-31T22:50:47.074Z | Downloaded olpc-cjson v0.1.4 |
708 | 2025-01-31T22:50:47.074Z | Downloaded strum_macros v0.26.4 |
709 | 2025-01-31T22:50:47.077Z | Downloaded parking_lot v0.12.3 |
710 | 2025-01-31T22:50:47.079Z | Downloaded phf_shared v0.10.0 |
711 | 2025-01-31T22:50:47.079Z | Downloaded parse-size v1.1.0 |
712 | 2025-01-31T22:50:47.083Z | Downloaded signature v2.2.0 |
713 | 2025-01-31T22:50:47.085Z | Downloaded utf8_iter v1.0.4 |
714 | 2025-01-31T22:50:47.085Z | Downloaded ssh-encoding v0.2.0 |
715 | 2025-01-31T22:50:47.089Z | Downloaded signal-hook-registry v1.4.2 |
716 | 2025-01-31T22:50:47.089Z | Downloaded sha1 v0.10.6 |
717 | 2025-01-31T22:50:47.092Z | Downloaded unarray v0.1.4 |
718 | 2025-01-31T22:50:47.092Z | Downloaded typify-macro v0.3.0 |
719 | 2025-01-31T22:50:47.095Z | Downloaded fs_extra v1.3.0 |
720 | 2025-01-31T22:50:47.097Z | Downloaded pkcs5 v0.7.1 |
721 | 2025-01-31T22:50:47.101Z | Downloaded russh-keys v0.45.0 |
722 | 2025-01-31T22:50:47.108Z | Downloaded toml_edit v0.19.15 |
723 | 2025-01-31T22:50:47.122Z | Downloaded zerofrom v0.1.4 |
724 | 2025-01-31T22:50:47.124Z | Downloaded tower-service v0.3.3 |
725 | 2025-01-31T22:50:47.124Z | Downloaded sync_wrapper v1.0.1 |
726 | 2025-01-31T22:50:47.127Z | Downloaded futures-core v0.3.31 |
727 | 2025-01-31T22:50:47.127Z | Downloaded diesel-dtrace v0.4.2 |
728 | 2025-01-31T22:50:47.130Z | Downloaded writeable v0.5.5 |
729 | 2025-01-31T22:50:47.132Z | Downloaded env_filter v0.1.2 |
730 | 2025-01-31T22:50:47.132Z | Downloaded enum-as-inner v0.6.1 |
731 | 2025-01-31T22:50:47.135Z | Downloaded document-features v0.2.10 |
732 | 2025-01-31T22:50:47.138Z | Downloaded foreign-types-shared v0.1.1 |
733 | 2025-01-31T22:50:47.139Z | Downloaded pin-project-lite v0.2.14 |
734 | 2025-01-31T22:50:47.142Z | Downloaded crossterm v0.28.1 |
735 | 2025-01-31T22:50:47.151Z | Downloaded phf_shared v0.11.2 |
736 | 2025-01-31T22:50:47.154Z | Downloaded ed25519-dalek v2.1.1 |
737 | 2025-01-31T22:50:47.158Z | Downloaded rustyline v14.0.0 |
738 | 2025-01-31T22:50:47.162Z | Downloaded rustls-pemfile v1.0.4 |
739 | 2025-01-31T22:50:47.165Z | Downloaded termcolor v1.4.1 |
740 | 2025-01-31T22:50:47.168Z | Downloaded which v4.4.2 |
741 | 2025-01-31T22:50:47.170Z | Downloaded rustc-hash v1.1.0 |
742 | 2025-01-31T22:50:47.170Z | Downloaded rtoolbox v0.0.2 |
743 | 2025-01-31T22:50:47.173Z | Downloaded itertools v0.12.1 |
744 | 2025-01-31T22:50:47.180Z | Downloaded downcast v0.11.0 |
745 | 2025-01-31T22:50:47.182Z | Downloaded env_logger v0.10.2 |
746 | 2025-01-31T22:50:47.185Z | Downloaded whoami v1.5.2 |
747 | 2025-01-31T22:50:47.188Z | Downloaded oso-derive v0.27.3 |
748 | 2025-01-31T22:50:47.191Z | Downloaded idna v1.0.3 |
749 | 2025-01-31T22:50:47.194Z | Downloaded dirs-sys-next v0.1.2 |
750 | 2025-01-31T22:50:47.197Z | Downloaded progenitor v0.8.0 |
751 | 2025-01-31T22:50:47.199Z | Downloaded packed_struct v0.10.1 |
752 | 2025-01-31T22:50:47.199Z | Downloaded num-iter v0.1.45 |
753 | 2025-01-31T22:50:47.202Z | Downloaded form_urlencoded v1.2.1 |
754 | 2025-01-31T22:50:47.202Z | Downloaded hashlink v0.9.1 |
755 | 2025-01-31T22:50:47.205Z | Downloaded pkcs1 v0.7.5 |
756 | 2025-01-31T22:50:47.207Z | Downloaded pin-project-internal v1.1.6 |
757 | 2025-01-31T22:50:47.209Z | Downloaded newtype_derive v0.1.6 |
758 | 2025-01-31T22:50:47.213Z | Downloaded strum v0.26.3 |
759 | 2025-01-31T22:50:47.213Z | Downloaded termios v0.3.3 |
760 | 2025-01-31T22:50:47.215Z | Downloaded progenitor-client v0.8.0 |
761 | 2025-01-31T22:50:47.216Z | Downloaded darling_core v0.20.10 |
762 | 2025-01-31T22:50:47.220Z | Downloaded libxml v0.3.3 |
763 | 2025-01-31T22:50:47.229Z | Downloaded path-slash v0.1.5 |
764 | 2025-01-31T22:50:47.232Z | Downloaded structmeta-derive v0.3.0 |
765 | 2025-01-31T22:50:47.232Z | Downloaded term v0.7.0 |
766 | 2025-01-31T22:50:47.234Z | Downloaded structmeta v0.3.0 |
767 | 2025-01-31T22:50:47.237Z | Downloaded strip-ansi-escapes v0.2.0 |
768 | 2025-01-31T22:50:47.237Z | Downloaded ssh-cipher v0.2.0 |
769 | 2025-01-31T22:50:47.239Z | Downloaded endian-type v0.1.2 |
770 | 2025-01-31T22:50:47.242Z | Downloaded difflib v0.4.0 |
771 | 2025-01-31T22:50:47.242Z | Downloaded hash32 v0.3.1 |
772 | 2025-01-31T22:50:47.244Z | Downloaded zone v0.1.8 |
773 | 2025-01-31T22:50:47.244Z | Downloaded zerocopy-derive v0.8.10 |
774 | 2025-01-31T22:50:47.251Z | Downloaded sigpipe v0.1.3 |
775 | 2025-01-31T22:50:47.254Z | Downloaded heck v0.3.3 |
776 | 2025-01-31T22:50:47.257Z | Downloaded zopfli v0.8.1 |
777 | 2025-01-31T22:50:47.257Z | Downloaded unicode-truncate v1.1.0 |
778 | 2025-01-31T22:50:47.260Z | Downloaded tar v0.4.42 |
779 | 2025-01-31T22:50:47.263Z | Downloaded der v0.7.9 |
780 | 2025-01-31T22:50:47.270Z | Downloaded nibble_vec v0.1.0 |
781 | 2025-01-31T22:50:47.273Z | Downloaded ff v0.13.0 |
782 | 2025-01-31T22:50:47.273Z | Downloaded topological-sort v0.2.2 |
783 | 2025-01-31T22:50:47.275Z | Downloaded openssl-macros v0.1.1 |
784 | 2025-01-31T22:50:47.276Z | Downloaded fd-lock v4.0.2 |
785 | 2025-01-31T22:50:47.278Z | Downloaded smf v0.2.3 |
786 | 2025-01-31T22:50:47.278Z | Downloaded r2d2 v0.8.10 |
787 | 2025-01-31T22:50:47.281Z | Downloaded psl-types v2.0.11 |
788 | 2025-01-31T22:50:47.283Z | Downloaded ron v0.7.1 |
789 | 2025-01-31T22:50:47.287Z | Downloaded rfc6979 v0.4.0 |
790 | 2025-01-31T22:50:47.292Z | Downloaded serde_derive_internals v0.29.1 |
791 | 2025-01-31T22:50:47.295Z | Downloaded resolv-conf v0.7.0 |
792 | 2025-01-31T22:50:47.295Z | Downloaded time v0.3.36 |
793 | 2025-01-31T22:50:47.301Z | Downloaded num-conv v0.1.0 |
794 | 2025-01-31T22:50:47.303Z | Downloaded termtree v0.4.1 |
795 | 2025-01-31T22:50:47.306Z | Downloaded unicode_categories v0.1.1 |
796 | 2025-01-31T22:50:47.306Z | Downloaded num-derive v0.4.2 |
797 | 2025-01-31T22:50:47.308Z | Downloaded rustversion v1.0.17 |
798 | 2025-01-31T22:50:47.311Z | Downloaded unicase v2.7.0 |
799 | 2025-01-31T22:50:47.313Z | Downloaded num-integer v0.1.46 |
800 | 2025-01-31T22:50:47.316Z | Downloaded pin-project v1.1.6 |
801 | 2025-01-31T22:50:47.335Z | Downloaded primeorder v0.13.6 |
802 | 2025-01-31T22:50:47.339Z | Downloaded hyper v1.5.2 |
803 | 2025-01-31T22:50:47.339Z | Downloaded flagset v0.4.6 |
804 | 2025-01-31T22:50:47.342Z | Downloaded fallible-streaming-iterator v0.1.9 |
805 | 2025-01-31T22:50:47.342Z | Downloaded fallible-iterator v0.3.0 |
806 | 2025-01-31T22:50:47.342Z | Downloaded fallible-iterator v0.2.0 |
807 | 2025-01-31T22:50:47.342Z | Downloaded value-bag v1.9.0 |
808 | 2025-01-31T22:50:47.345Z | Downloaded float-ord v0.3.2 |
809 | 2025-01-31T22:50:47.347Z | Downloaded slog-json v2.6.1 |
810 | 2025-01-31T22:50:47.350Z | Downloaded tracing-core v0.1.32 |
811 | 2025-01-31T22:50:47.353Z | Downloaded tls_codec_derive v0.4.1 |
812 | 2025-01-31T22:50:47.353Z | Downloaded tls_codec v0.4.1 |
813 | 2025-01-31T22:50:47.357Z | Downloaded paste v1.0.15 |
814 | 2025-01-31T22:50:47.360Z | Downloaded thiserror-impl-no-std v2.0.2 |
815 | 2025-01-31T22:50:47.361Z | Downloaded vte v0.11.1 |
816 | 2025-01-31T22:50:47.364Z | Downloaded reedline v0.35.0 |
817 | 2025-01-31T22:50:47.370Z | Downloaded hex-literal v0.4.1 |
818 | 2025-01-31T22:50:47.374Z | Downloaded progenitor-impl v0.9.1 |
819 | 2025-01-31T22:50:47.377Z | Downloaded wyz v0.5.1 |
820 | 2025-01-31T22:50:47.377Z | Downloaded phf v0.11.2 |
821 | 2025-01-31T22:50:47.377Z | Downloaded num_enum v0.5.11 |
822 | 2025-01-31T22:50:47.382Z | Downloaded x509-cert v0.2.5 |
823 | 2025-01-31T22:50:47.389Z | Downloaded postgres-protocol v0.6.7 |
824 | 2025-01-31T22:50:47.397Z | Downloaded bindgen v0.69.5 |
825 | 2025-01-31T22:50:47.400Z | Downloaded funty v2.0.0 |
826 | 2025-01-31T22:50:47.402Z | Downloaded float-cmp v0.9.0 |
827 | 2025-01-31T22:50:47.402Z | Downloaded deranged v0.3.11 |
828 | 2025-01-31T22:50:47.406Z | Downloaded sqlparser v0.45.0 |
829 | 2025-01-31T22:50:47.410Z | Downloaded password-hash v0.4.2 |
830 | 2025-01-31T22:50:47.413Z | Downloaded num-bigint v0.4.6 |
831 | 2025-01-31T22:50:47.418Z | Downloaded slog-stdlog v4.1.1 |
832 | 2025-01-31T22:50:47.421Z | Downloaded siphasher v0.3.11 |
833 | 2025-01-31T22:50:47.421Z | Downloaded password-hash v0.5.0 |
834 | 2025-01-31T22:50:47.424Z | Downloaded der_derive v0.7.3 |
835 | 2025-01-31T22:50:47.428Z | Downloaded flume v0.11.1 |
836 | 2025-01-31T22:50:47.431Z | Downloaded wait-timeout v0.2.0 |
837 | 2025-01-31T22:50:47.434Z | Downloaded slog-scope v4.4.0 |
838 | 2025-01-31T22:50:47.434Z | Downloaded aws-lc-rs v1.10.0 |
839 | 2025-01-31T22:50:47.444Z | Downloaded strum_macros v0.24.3 |
840 | 2025-01-31T22:50:47.447Z | Downloaded slab v0.4.9 |
841 | 2025-01-31T22:50:47.451Z | Downloaded tokio-stream v0.1.16 |
842 | 2025-01-31T22:50:47.454Z | Downloaded futures-channel v0.3.31 |
843 | 2025-01-31T22:50:47.457Z | Downloaded tinyvec v1.8.0 |
844 | 2025-01-31T22:50:47.459Z | Downloaded diff v0.1.13 |
845 | 2025-01-31T22:50:47.461Z | Downloaded hickory-client v0.24.2 |
846 | 2025-01-31T22:50:47.464Z | Downloaded slog-term v2.9.1 |
847 | 2025-01-31T22:50:47.468Z | Downloaded oso v0.27.3 |
848 | 2025-01-31T22:50:47.471Z | Downloaded similar v2.6.0 |
849 | 2025-01-31T22:50:47.477Z | Downloaded qorb v0.2.1 |
850 | 2025-01-31T22:50:47.481Z | Downloaded winnow v0.5.40 |
851 | 2025-01-31T22:50:47.491Z | Downloaded derive_more v0.99.18 |
852 | 2025-01-31T22:50:47.496Z | Downloaded toml v0.7.8 |
853 | 2025-01-31T22:50:47.500Z | Downloaded nom v7.1.3 |
854 | 2025-01-31T22:50:47.506Z | Downloaded publicsuffix v2.3.0 |
855 | 2025-01-31T22:50:47.510Z | Downloaded typed-path v0.9.3 |
856 | 2025-01-31T22:50:47.516Z | Downloaded lalrpop v0.19.12 |
857 | 2025-01-31T22:50:47.529Z | Downloaded diesel_derives v2.2.3 |
858 | 2025-01-31T22:50:47.533Z | Downloaded num-bigint-dig v0.8.4 |
859 | 2025-01-31T22:50:47.538Z | Downloaded expectorate v1.1.0 |
860 | 2025-01-31T22:50:47.541Z | Downloaded unicode-segmentation v1.12.0 |
861 | 2025-01-31T22:50:47.545Z | Downloaded hashbrown v0.14.5 |
862 | 2025-01-31T22:50:47.551Z | Downloaded quinn-proto v0.11.8 |
863 | 2025-01-31T22:50:47.558Z | Downloaded parse-zoneinfo v0.3.1 |
864 | 2025-01-31T22:50:47.561Z | Downloaded h2 v0.4.6 |
865 | 2025-01-31T22:50:47.568Z | Downloaded tokio-postgres v0.7.12 |
866 | 2025-01-31T22:50:47.574Z | Downloaded hashbrown v0.13.2 |
867 | 2025-01-31T22:50:47.579Z | Downloaded hashbrown v0.12.3 |
868 | 2025-01-31T22:50:47.583Z | Downloaded git2 v0.19.0 |
869 | 2025-01-31T22:50:47.593Z | Downloaded flate2 v1.0.35 |
870 | 2025-01-31T22:50:47.599Z | Downloaded zerovec v0.10.4 |
871 | 2025-01-31T22:50:47.607Z | Downloaded p521 v0.13.3 |
872 | 2025-01-31T22:50:47.611Z | Downloaded tough v0.19.0 |
873 | 2025-01-31T22:50:47.620Z | Downloaded futures-util v0.3.31 |
874 | 2025-01-31T22:50:47.634Z | Downloaded tokio-util v0.7.12 |
875 | 2025-01-31T22:50:47.641Z | Downloaded zerocopy v0.8.10 |
876 | 2025-01-31T22:50:47.666Z | Downloaded rayon v1.10.0 |
877 | 2025-01-31T22:50:47.675Z | Downloaded serde_with v3.11.0 |
878 | 2025-01-31T22:50:47.684Z | Downloaded quick-xml v0.33.0 |
879 | 2025-01-31T22:50:47.690Z | Downloaded regex-syntax v0.6.29 |
880 | 2025-01-31T22:50:47.699Z | Downloaded gimli v0.31.1 |
881 | 2025-01-31T22:50:47.708Z | Downloaded rustls-webpki v0.101.7 |
882 | 2025-01-31T22:50:47.723Z | Downloaded unicode-normalization v0.1.24 |
883 | 2025-01-31T22:50:47.726Z | Downloaded regress v0.10.1 |
884 | 2025-01-31T22:50:47.735Z | Downloaded unicode-width v0.2.0 |
885 | 2025-01-31T22:50:47.741Z | Downloaded radix_trie v0.2.1 |
886 | 2025-01-31T22:50:47.747Z | Downloaded object v0.30.4 |
887 | 2025-01-31T22:50:47.757Z | Downloaded rustls-webpki v0.102.8 |
888 | 2025-01-31T22:50:47.776Z | Downloaded smoltcp v0.9.1 |
889 | 2025-01-31T22:50:47.787Z | Downloaded rustls v0.22.4 |
890 | 2025-01-31T22:50:47.801Z | Downloaded dropshot v0.12.0 |
891 | 2025-01-31T22:50:47.822Z | Downloaded vcpkg v0.2.15 |
892 | 2025-01-31T22:50:47.861Z | Downloaded webpki-roots v0.26.6 |
893 | 2025-01-31T22:50:47.864Z | Downloaded object v0.36.5 |
894 | 2025-01-31T22:50:47.875Z | Downloaded openssl v0.10.66 |
895 | 2025-01-31T22:50:47.885Z | Downloaded smoltcp v0.11.0 |
896 | 2025-01-31T22:50:47.899Z | Downloaded nix v0.29.0 |
897 | 2025-01-31T22:50:47.911Z | Downloaded dropshot v0.15.1 |
898 | 2025-01-31T22:50:47.934Z | Downloaded typify-impl v0.3.0 |
899 | 2025-01-31T22:50:47.949Z | Downloaded regress v0.9.1 |
900 | 2025-01-31T22:50:47.959Z | Downloaded openapiv3 v2.0.0 |
901 | 2025-01-31T22:50:47.972Z | Downloaded typify-impl v0.2.0 |
902 | 2025-01-31T22:50:47.988Z | Downloaded diesel v2.2.6 |
903 | 2025-01-31T22:50:48.007Z | Downloaded ratatui v0.28.1 |
904 | 2025-01-31T22:50:48.026Z | Downloaded zerocopy-derive v0.6.6 |
905 | 2025-01-31T22:50:48.035Z | Downloaded sled v0.34.7 |
906 | 2025-01-31T22:50:48.045Z | Downloaded regex-automata v0.4.8 |
907 | 2025-01-31T22:50:48.062Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
908 | 2025-01-31T22:50:48.074Z | Downloaded nix v0.28.0 |
909 | 2025-01-31T22:50:48.085Z | Downloaded hickory-proto v0.24.2 |
910 | 2025-01-31T22:50:48.100Z | Downloaded chrono-tz v0.10.1 |
911 | 2025-01-31T22:50:48.108Z | Downloaded lzma-sys v0.1.20 |
912 | 2025-01-31T22:50:48.137Z | Downloaded regex-syntax v0.8.5 |
913 | 2025-01-31T22:50:48.145Z | Downloaded bstr v1.10.0 |
914 | 2025-01-31T22:50:48.156Z | Downloaded proptest v1.5.0 |
915 | 2025-01-31T22:50:48.165Z | Downloaded nix v0.27.1 |
916 | 2025-01-31T22:50:48.175Z | Downloaded regex v1.11.1 |
917 | 2025-01-31T22:50:48.189Z | Downloaded petgraph v0.6.5 |
918 | 2025-01-31T22:50:48.221Z | Downloaded p384 v0.13.0 |
919 | 2025-01-31T22:50:48.227Z | Downloaded libz-sys v1.1.20 |
920 | 2025-01-31T22:50:48.248Z | Downloaded csv v1.3.1 |
921 | 2025-01-31T22:50:48.268Z | Downloaded rustls v0.23.19 |
922 | 2025-01-31T22:50:48.281Z | Downloaded polar-core v0.27.3 |
923 | 2025-01-31T22:50:48.289Z | Downloaded curve25519-dalek v4.1.3 |
924 | 2025-01-31T22:50:48.297Z | Downloaded petname v2.0.2 |
925 | 2025-01-31T22:50:48.302Z | Downloaded sha3 v0.10.8 |
926 | 2025-01-31T22:50:48.307Z | Downloaded rustls v0.21.12 |
927 | 2025-01-31T22:50:48.317Z | Downloaded tokio v1.43.0 |
928 | 2025-01-31T22:50:48.354Z | Downloaded ssh-key v0.6.6 |
929 | 2025-01-31T22:50:48.360Z | Downloaded slog v2.7.0 |
930 | 2025-01-31T22:50:48.363Z | Downloaded des v0.8.1 |
931 | 2025-01-31T22:50:48.365Z | Downloaded serde_yaml v0.9.34+deprecated |
932 | 2025-01-31T22:50:48.368Z | Downloaded rusqlite v0.32.1 |
933 | 2025-01-31T22:50:48.373Z | Downloaded portable-atomic v1.9.0 |
934 | 2025-01-31T22:50:48.380Z | Downloaded icu_properties_data v1.5.0 |
935 | 2025-01-31T22:50:48.390Z | Downloaded salty v0.3.0 |
936 | 2025-01-31T22:50:48.396Z | Downloaded russh v0.45.0 |
937 | 2025-01-31T22:50:48.401Z | Downloaded futures v0.3.31 |
938 | 2025-01-31T22:50:48.407Z | Downloaded snafu v0.8.5 |
939 | 2025-01-31T22:50:48.414Z | Downloaded reqwest v0.12.9 |
940 | 2025-01-31T22:50:48.421Z | Downloaded bitvec v1.0.1 |
941 | 2025-01-31T22:50:48.435Z | Downloaded chrono v0.4.39 |
942 | 2025-01-31T22:50:48.442Z | Downloaded fatfs v0.3.6 |
943 | 2025-01-31T22:50:48.445Z | Downloaded rayon-core v1.12.1 |
944 | 2025-01-31T22:50:48.448Z | Downloaded quinn v0.11.5 |
945 | 2025-01-31T22:50:48.452Z | Downloaded aho-corasick v1.1.3 |
946 | 2025-01-31T22:50:48.457Z | Downloaded slog-envlogger v2.2.0 |
947 | 2025-01-31T22:50:48.459Z | Downloaded tokio-rustls v0.26.0 |
948 | 2025-01-31T22:50:48.462Z | Downloaded tracing v0.1.40 |
949 | 2025-01-31T22:50:48.464Z | Downloaded rand v0.8.5 |
950 | 2025-01-31T22:50:48.467Z | Downloaded rcgen v0.12.1 |
951 | 2025-01-31T22:50:48.470Z | Downloaded uuid v1.12.0 |
952 | 2025-01-31T22:50:48.474Z | Downloaded progenitor-impl v0.8.0 |
953 | 2025-01-31T22:50:48.477Z | Downloaded hex v0.4.3 |
954 | 2025-01-31T22:50:48.477Z | Downloaded hash32 v0.2.1 |
955 | 2025-01-31T22:50:48.480Z | Downloaded tinystr v0.7.6 |
956 | 2025-01-31T22:50:48.480Z | Downloaded typify v0.2.0 |
957 | 2025-01-31T22:50:48.483Z | Downloaded serde_with_macros v3.11.0 |
958 | 2025-01-31T22:50:48.487Z | Downloaded encoding_rs v0.8.34 |
959 | 2025-01-31T22:50:48.503Z | Downloaded rustls-pki-types v1.10.0 |
960 | 2025-01-31T22:50:48.506Z | Downloaded powerfmt v0.2.0 |
961 | 2025-01-31T22:50:48.509Z | Downloaded phf_codegen v0.11.2 |
962 | 2025-01-31T22:50:48.509Z | Downloaded postgres-types v0.2.8 |
963 | 2025-01-31T22:50:48.511Z | Downloaded ron v0.8.1 |
964 | 2025-01-31T22:50:48.515Z | Downloaded blake3 v1.5.4 |
965 | 2025-01-31T22:50:48.522Z | Downloaded uzers v0.12.1 |
966 | 2025-01-31T22:50:48.525Z | Downloaded parking_lot v0.11.2 |
967 | 2025-01-31T22:50:48.528Z | Downloaded serde_plain v1.0.2 |
968 | 2025-01-31T22:50:48.528Z | Downloaded vsss-rs v3.3.4 |
969 | 2025-01-31T22:50:48.531Z | Downloaded structmeta-derive v0.2.0 |
970 | 2025-01-31T22:50:48.533Z | Downloaded progenitor-client v0.9.1 |
971 | 2025-01-31T22:50:48.533Z | Downloaded proc-macro-crate v1.3.1 |
972 | 2025-01-31T22:50:48.533Z | Downloaded packed_struct_codegen v0.10.1 |
973 | 2025-01-31T22:50:48.536Z | Downloaded tracing-attributes v0.1.27 |
974 | 2025-01-31T22:50:48.538Z | Downloaded rustls-pemfile v2.2.0 |
975 | 2025-01-31T22:50:48.541Z | Downloaded rustc-demangle v0.1.24 |
976 | 2025-01-31T22:50:48.541Z | Downloaded typify v0.3.0 |
977 | 2025-01-31T22:50:48.544Z | Downloaded aes-gcm v0.10.3 |
978 | 2025-01-31T22:50:48.547Z | Downloaded signal-hook v0.3.17 |
979 | 2025-01-31T22:50:48.550Z | Downloaded dirs-next v2.0.0 |
980 | 2025-01-31T22:50:48.553Z | Downloaded foreign-types-macros v0.2.3 |
981 | 2025-01-31T22:50:48.553Z | Downloaded schemars v0.8.21 |
982 | 2025-01-31T22:50:48.563Z | Downloaded vte_generate_state_changes v0.1.2 |
983 | 2025-01-31T22:50:48.566Z | Downloaded sqlparser_derive v0.2.2 |
984 | 2025-01-31T22:50:48.566Z | Downloaded zerovec-derive v0.10.3 |
985 | 2025-01-31T22:50:48.570Z | Downloaded zeroize_derive v1.4.2 |
986 | 2025-01-31T22:50:48.570Z | Downloaded zeroize v1.8.1 |
987 | 2025-01-31T22:50:48.570Z | Downloaded zerofrom-derive v0.1.4 |
988 | 2025-01-31T22:50:48.572Z | Downloaded env_logger v0.11.5 |
989 | 2025-01-31T22:50:48.572Z | Downloaded half v2.4.1 |
990 | 2025-01-31T22:50:48.576Z | Downloaded rpassword v7.3.1 |
991 | 2025-01-31T22:50:48.578Z | Downloaded mio v1.0.2 |
992 | 2025-01-31T22:50:48.581Z | Downloaded phf_generator v0.11.2 |
993 | 2025-01-31T22:50:48.584Z | Downloaded parse-display-derive v0.10.0 |
994 | 2025-01-31T22:50:48.584Z | Downloaded nodrop v0.1.14 |
995 | 2025-01-31T22:50:48.584Z | Downloaded tokio-rustls v0.25.0 |
996 | 2025-01-31T22:50:48.587Z | Downloaded tokio-rustls v0.24.1 |
997 | 2025-01-31T22:50:48.590Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
998 | 2025-01-31T22:50:48.643Z | Downloaded tinyvec_macros v0.1.1 |
999 | 2025-01-31T22:50:48.646Z | Downloaded openssl-sys v0.9.104 |
1000 | 2025-01-31T22:50:48.648Z | Downloaded unsafe-libyaml v0.2.11 |
1001 | 2025-01-31T22:50:48.651Z | Downloaded p256 v0.13.2 |
1002 | 2025-01-31T22:50:48.654Z | Downloaded zip v2.1.3 |
1003 | 2025-01-31T22:50:48.658Z | Downloaded libm v0.2.8 |
1004 | 2025-01-31T22:50:48.666Z | Downloaded typify-macro v0.2.0 |
1005 | 2025-01-31T22:50:48.668Z | Downloaded rustc_version v0.4.1 |
1006 | 2025-01-31T22:50:48.669Z | Downloaded rustc_version v0.1.7 |
1007 | 2025-01-31T22:50:48.669Z | Downloaded progenitor v0.9.1 |
1008 | 2025-01-31T22:50:48.672Z | Downloaded tokio-tungstenite v0.24.0 |
1009 | 2025-01-31T22:50:48.675Z | Downloaded tokio-tungstenite v0.23.1 |
1010 | 2025-01-31T22:50:48.675Z | Downloaded tokio-tungstenite v0.21.0 |
1011 | 2025-01-31T22:50:48.678Z | Downloaded serde_path_to_error v0.1.16 |
1012 | 2025-01-31T22:50:48.678Z | Downloaded socket2 v0.5.7 |
1013 | 2025-01-31T22:50:48.680Z | Downloaded steno v0.4.1 |
1014 | 2025-01-31T22:50:48.683Z | Downloaded progenitor-macro v0.9.1 |
1015 | 2025-01-31T22:50:48.687Z | Downloaded pin-utils v0.1.0 |
1016 | 2025-01-31T22:50:48.687Z | Downloaded http v1.2.0 |
1017 | 2025-01-31T22:50:48.689Z | Downloaded write16 v1.0.0 |
1018 | 2025-01-31T22:50:48.692Z | Downloaded glob v0.3.2 |
1019 | 2025-01-31T22:50:48.692Z | Downloaded gethostname v0.5.0 |
1020 | 2025-01-31T22:50:48.695Z | Downloaded futures-task v0.3.31 |
1021 | 2025-01-31T22:50:48.695Z | Downloaded minimal-lexical v0.2.1 |
1022 | 2025-01-31T22:50:48.698Z | Downloaded dropshot_endpoint v0.15.1 |
1023 | 2025-01-31T22:50:48.701Z | Downloaded dropshot_endpoint v0.12.0 |
1024 | 2025-01-31T22:50:48.704Z | Downloaded prettyplease v0.2.25 |
1025 | 2025-01-31T22:50:48.707Z | Downloaded postcard v1.0.10 |
1026 | 2025-01-31T22:50:48.710Z | Downloaded poly1305 v0.8.0 |
1027 | 2025-01-31T22:50:48.713Z | Downloaded pkcs8 v0.10.2 |
1028 | 2025-01-31T22:50:48.715Z | Downloaded url v2.5.3 |
1029 | 2025-01-31T22:50:48.718Z | Downloaded aes v0.8.4 |
1030 | 2025-01-31T22:50:48.721Z | Downloaded zone v0.3.0 |
1031 | 2025-01-31T22:50:48.724Z | Downloaded unicode-properties v0.1.3 |
1032 | 2025-01-31T22:50:48.726Z | Downloaded headers v0.4.0 |
1033 | 2025-01-31T22:50:48.729Z | Downloaded time-macros v0.2.18 |
1034 | 2025-01-31T22:50:48.734Z | Downloaded heapless v0.7.17 |
1035 | 2025-01-31T22:50:48.736Z | Downloaded rusty-fork v0.3.0 |
1036 | 2025-01-31T22:50:48.740Z | Downloaded derive_builder_core v0.20.2 |
1037 | 2025-01-31T22:50:48.740Z | Downloaded subprocess v0.2.9 |
1038 | 2025-01-31T22:50:48.742Z | Downloaded zip v0.6.6 |
1039 | 2025-01-31T22:50:48.745Z | Downloaded ecdsa v0.16.9 |
1040 | 2025-01-31T22:50:48.748Z | Downloaded bumpalo v3.16.0 |
1041 | 2025-01-31T22:50:48.750Z | Downloaded darling_macro v0.20.10 |
1042 | 2025-01-31T22:50:48.753Z | Downloaded zone_cfg_derive v0.3.0 |
1043 | 2025-01-31T22:50:48.753Z | Downloaded semver v0.1.20 |
1044 | 2025-01-31T22:50:48.753Z | Downloaded secrecy v0.8.0 |
1045 | 2025-01-31T22:50:48.756Z | Downloaded sec1 v0.7.3 |
1046 | 2025-01-31T22:50:48.756Z | Downloaded scopeguard v1.2.0 |
1047 | 2025-01-31T22:50:48.758Z | Downloaded ref-cast-impl v1.0.23 |
1048 | 2025-01-31T22:50:48.759Z | Downloaded ref-cast v1.0.23 |
1049 | 2025-01-31T22:50:48.762Z | Downloaded icu_collections v1.5.0 |
1050 | 2025-01-31T22:50:48.766Z | Downloaded zerocopy v0.6.6 |
1051 | 2025-01-31T22:50:48.769Z | Downloaded num-traits v0.2.19 |
1052 | 2025-01-31T22:50:48.772Z | Downloaded tungstenite v0.24.0 |
1053 | 2025-01-31T22:50:48.775Z | Downloaded tungstenite v0.23.0 |
1054 | 2025-01-31T22:50:48.778Z | Downloaded tungstenite v0.21.0 |
1055 | 2025-01-31T22:50:48.781Z | Downloaded num_enum_derive v0.5.11 |
1056 | 2025-01-31T22:50:48.784Z | Downloaded twox-hash v2.1.0 |
1057 | 2025-01-31T22:50:48.786Z | Downloaded num-complex v0.4.6 |
1058 | 2025-01-31T22:50:48.786Z | Downloaded pem v3.0.4 |
1059 | 2025-01-31T22:50:48.789Z | Downloaded peg-macros v0.8.4 |
1060 | 2025-01-31T22:50:48.791Z | Downloaded parking_lot_core v0.9.10 |
1061 | 2025-01-31T22:50:48.791Z | Downloaded owo-colors v4.1.0 |
1062 | 2025-01-31T22:50:48.794Z | Downloaded ghash v0.5.1 |
1063 | 2025-01-31T22:50:48.797Z | Downloaded dyn-clone v1.0.17 |
1064 | 2025-01-31T22:50:48.800Z | Downloaded universal-hash v0.5.1 |
1065 | 2025-01-31T22:50:48.800Z | Downloaded dsl_auto_type v0.1.2 |
1066 | 2025-01-31T22:50:48.800Z | Downloaded xattr v1.3.1 |
1067 | 2025-01-31T22:50:48.802Z | Downloaded vergen v8.3.2 |
1068 | 2025-01-31T22:50:48.806Z | Downloaded thiserror-no-std v2.0.2 |
1069 | 2025-01-31T22:50:48.808Z | Downloaded num-rational v0.4.2 |
1070 | 2025-01-31T22:50:48.811Z | Downloaded icu_provider v1.5.0 |
1071 | 2025-01-31T22:50:48.813Z | Downloaded test-strategy v0.3.1 |
1072 | 2025-01-31T22:50:48.816Z | Downloaded tiny-keccak v2.0.2 |
1073 | 2025-01-31T22:50:48.819Z | Downloaded icu_normalizer_data v1.5.0 |
1074 | 2025-01-31T22:50:48.821Z | Downloaded icu_normalizer v1.5.0 |
1075 | 2025-01-31T22:50:48.825Z | Downloaded hyper-util v0.1.10 |
1076 | 2025-01-31T22:50:48.829Z | Downloaded mockall_derive v0.13.0 |
1077 | 2025-01-31T22:50:48.831Z | Downloaded pbkdf2 v0.12.2 |
1078 | 2025-01-31T22:50:48.834Z | Downloaded data-encoding v2.6.0 |
1079 | 2025-01-31T22:50:48.834Z | Downloaded unicode-bidi v0.3.17 |
1080 | 2025-01-31T22:50:48.837Z | Downloaded icu_properties v1.5.1 |
1081 | 2025-01-31T22:50:48.842Z | Downloaded slog-async v2.8.0 |
1082 | 2025-01-31T22:50:48.842Z | Downloaded shlex v1.3.0 |
1083 | 2025-01-31T22:50:48.843Z | Downloaded scheduled-thread-pool v0.2.7 |
1084 | 2025-01-31T22:50:48.843Z | Downloaded same-file v1.0.6 |
1085 | 2025-01-31T22:50:48.846Z | Downloaded cc v1.1.30 |
1086 | 2025-01-31T22:50:48.849Z | Downloaded defmt v0.3.8 |
1087 | 2025-01-31T22:50:48.851Z | Downloaded yoke v0.7.4 |
1088 | 2025-01-31T22:50:48.851Z | Downloaded thiserror v2.0.11 |
1089 | 2025-01-31T22:50:48.857Z | Downloaded backtrace v0.3.74 |
1090 | 2025-01-31T22:50:48.861Z | Downloaded base64 v0.21.7 |
1091 | 2025-01-31T22:50:48.865Z | Downloaded unicode-xid v0.2.6 |
1092 | 2025-01-31T22:50:48.868Z | Downloaded snafu-derive v0.8.5 |
1093 | 2025-01-31T22:50:48.868Z | Downloaded icu_locid_transform_data v1.5.0 |
1094 | 2025-01-31T22:50:48.872Z | Downloaded icu_locid v1.5.0 |
1095 | 2025-01-31T22:50:48.875Z | Downloaded libloading v0.8.5 |
1096 | 2025-01-31T22:50:48.877Z | Downloaded ena v0.14.3 |
1097 | 2025-01-31T22:50:48.880Z | Downloaded dunce v1.0.5 |
1098 | 2025-01-31T22:50:48.880Z | Downloaded debug-ignore v1.0.5 |
1099 | 2025-01-31T22:50:48.882Z | Downloaded native-tls v0.2.12 |
1100 | 2025-01-31T22:50:48.882Z | Downloaded embedded-io v0.4.0 |
1101 | 2025-01-31T22:50:48.886Z | Downloaded tap v1.0.1 |
1102 | 2025-01-31T22:50:48.886Z | Downloaded smallvec v1.13.2 |
1103 | 2025-01-31T22:50:48.889Z | Downloaded serde_urlencoded v0.7.1 |
1104 | 2025-01-31T22:50:48.892Z | Downloaded base64 v0.22.1 |
1105 | 2025-01-31T22:50:48.894Z | Downloaded base64 v0.13.1 |
1106 | 2025-01-31T22:50:48.897Z | Downloaded hkdf v0.12.4 |
1107 | 2025-01-31T22:50:48.899Z | Downloaded libsw v3.3.1 |
1108 | 2025-01-31T22:50:48.902Z | Downloaded ahash v0.8.11 |
1109 | 2025-01-31T22:50:48.905Z | Downloaded hyper-rustls v0.27.3 |
1110 | 2025-01-31T22:50:48.907Z | Downloaded kstat-rs v0.2.4 |
1111 | 2025-01-31T22:50:48.907Z | Downloaded memmap2 v0.9.5 |
1112 | 2025-01-31T22:50:48.910Z | Downloaded linked-hash-map v0.5.6 |
1113 | 2025-01-31T22:50:48.910Z | Downloaded lazy_static v1.5.0 |
1114 | 2025-01-31T22:50:48.913Z | Downloaded icu_locid_transform v1.5.0 |
1115 | 2025-01-31T22:50:48.915Z | Downloaded foreign-types v0.3.2 |
1116 | 2025-01-31T22:50:48.915Z | Downloaded termtree v0.5.1 |
1117 | 2025-01-31T22:50:48.918Z | Downloaded rand_seeder v0.3.0 |
1118 | 2025-01-31T22:50:48.918Z | Downloaded indent_write v2.2.0 |
1119 | 2025-01-31T22:50:48.918Z | Downloaded idna_adapter v1.2.0 |
1120 | 2025-01-31T22:50:48.920Z | Downloaded string_cache v0.8.7 |
1121 | 2025-01-31T22:50:48.920Z | Downloaded static_assertions v1.1.0 |
1122 | 2025-01-31T22:50:48.923Z | Downloaded stable_deref_trait v1.2.0 |
1123 | 2025-01-31T22:50:48.923Z | Downloaded litemap v0.7.3 |
1124 | 2025-01-31T22:50:48.925Z | Downloaded arc-swap v1.7.1 |
1125 | 2025-01-31T22:50:48.929Z | Downloaded bitfield v0.14.0 |
1126 | 2025-01-31T22:50:48.931Z | Downloaded backoff v0.4.0 |
1127 | 2025-01-31T22:50:48.934Z | Downloaded serde_repr v0.1.19 |
1128 | 2025-01-31T22:50:48.937Z | Downloaded md-5 v0.10.6 |
1129 | 2025-01-31T22:50:48.937Z | Downloaded maplit v1.0.2 |
1130 | 2025-01-31T22:50:48.937Z | Downloaded crc32fast v1.4.2 |
1131 | 2025-01-31T22:50:48.939Z | Downloaded crc-any v2.5.0 |
1132 | 2025-01-31T22:50:48.941Z | Downloaded humantime v2.1.0 |
1133 | 2025-01-31T22:50:48.944Z | Downloaded mirai-annotations v1.12.0 |
1134 | 2025-01-31T22:50:48.944Z | Downloaded ipnetwork v0.20.0 |
1135 | 2025-01-31T22:50:48.947Z | Downloaded indoc v1.0.9 |
1136 | 2025-01-31T22:50:48.947Z | Downloaded hostname v0.4.0 |
1137 | 2025-01-31T22:50:48.950Z | Downloaded hostname v0.3.1 |
1138 | 2025-01-31T22:50:48.952Z | Downloaded icu_provider_macros v1.5.0 |
1139 | 2025-01-31T22:50:48.952Z | Downloaded crossbeam-epoch v0.9.18 |
1140 | 2025-01-31T22:50:48.955Z | Downloaded compact_str v0.8.0 |
1141 | 2025-01-31T22:50:48.957Z | Downloaded arrayvec v0.7.6 |
1142 | 2025-01-31T22:50:48.960Z | Downloaded allocator-api2 v0.2.18 |
1143 | 2025-01-31T22:50:48.962Z | Downloaded bcs v0.1.6 |
1144 | 2025-01-31T22:50:48.968Z | Downloaded match_cfg v0.1.0 |
1145 | 2025-01-31T22:50:48.971Z | Downloaded argon2 v0.5.3 |
1146 | 2025-01-31T22:50:48.971Z | Downloaded array-init v0.0.4 |
1147 | 2025-01-31T22:50:48.973Z | Downloaded ipnet v2.10.1 |
1148 | 2025-01-31T22:50:48.973Z | Downloaded async-stream-impl v0.3.6 |
1149 | 2025-01-31T22:50:48.973Z | Downloaded hmac v0.12.1 |
1150 | 2025-01-31T22:50:48.976Z | Downloaded csv-core v0.1.11 |
1151 | 2025-01-31T22:50:48.976Z | Downloaded ring v0.17.8 |
1152 | 2025-01-31T22:50:49.045Z | Downloaded inout v0.1.3 |
1153 | 2025-01-31T22:50:49.048Z | Downloaded const_format_proc_macros v0.2.34 |
1154 | 2025-01-31T22:50:49.048Z | Downloaded console v0.15.10 |
1155 | 2025-01-31T22:50:49.052Z | Downloaded cancel-safe-futures v0.1.5 |
1156 | 2025-01-31T22:50:49.055Z | Downloaded base16ct v0.2.0 |
1157 | 2025-01-31T22:50:49.055Z | Downloaded indexmap v1.9.3 |
1158 | 2025-01-31T22:50:49.058Z | Downloaded is-terminal v0.4.13 |
1159 | 2025-01-31T22:50:49.060Z | Downloaded highway v1.2.0 |
1160 | 2025-01-31T22:50:49.060Z | Downloaded base64ct v1.6.0 |
1161 | 2025-01-31T22:50:49.063Z | Downloaded bzip2 v0.4.4 |
1162 | 2025-01-31T22:50:49.065Z | Downloaded httparse v1.9.5 |
1163 | 2025-01-31T22:50:49.067Z | Downloaded hickory-server v0.24.2 |
1164 | 2025-01-31T22:50:49.071Z | Downloaded async-stream v0.3.6 |
1165 | 2025-01-31T22:50:49.074Z | Downloaded async-recursion v1.1.1 |
1166 | 2025-01-31T22:50:49.077Z | Downloaded block-padding v0.3.3 |
1167 | 2025-01-31T22:50:49.080Z | Downloaded ciborium-ll v0.2.2 |
1168 | 2025-01-31T22:50:49.080Z | Downloaded bb8 v0.8.5 |
1169 | 2025-01-31T22:50:49.080Z | Downloaded bit-vec v0.6.3 |
1170 | 2025-01-31T22:50:49.083Z | Downloaded atomic-waker v1.1.2 |
1171 | 2025-01-31T22:50:49.083Z | Downloaded cexpr v0.6.0 |
1172 | 2025-01-31T22:50:49.114Z | Downloaded libsqlite3-sys v0.30.1 |
1173 | 2025-01-31T22:50:49.350Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2025-01-31T22:50:49.664Z | Compiling serde v1.0.217 |
1175 | 2025-01-31T22:50:49.667Z | Compiling lock_api v0.4.12 |
1176 | 2025-01-31T22:50:49.667Z | Compiling value-bag v1.9.0 |
1177 | 2025-01-31T22:50:49.667Z | Compiling scopeguard v1.2.0 |
1178 | 2025-01-31T22:50:49.667Z | Compiling typenum v1.17.0 |
1179 | 2025-01-31T22:50:49.667Z | Compiling generic-array v0.14.7 |
1180 | 2025-01-31T22:50:49.864Z | Compiling syn v2.0.96 |
1181 | 2025-01-31T22:50:49.879Z | Compiling getrandom v0.2.15 |
1182 | 2025-01-31T22:50:49.974Z | Compiling shlex v1.3.0 |
1183 | 2025-01-31T22:50:50.191Z | Compiling rand_core v0.6.4 |
1184 | 2025-01-31T22:50:50.274Z | Compiling log v0.4.22 |
1185 | 2025-01-31T22:50:50.358Z | Compiling subtle v2.6.1 |
1186 | 2025-01-31T22:50:50.391Z | Compiling jobserver v0.1.32 |
1187 | 2025-01-31T22:50:50.410Z | Compiling smallvec v1.13.2 |
1188 | 2025-01-31T22:50:50.703Z | Compiling const-oid v0.9.6 |
1189 | 2025-01-31T22:50:50.705Z | Compiling pin-project-lite v0.2.14 |
1190 | 2025-01-31T22:50:50.741Z | Compiling cc v1.1.30 |
1191 | 2025-01-31T22:50:50.769Z | Compiling rustix v0.38.37 |
1192 | 2025-01-31T22:50:50.846Z | Compiling spin v0.9.8 |
1193 | 2025-01-31T22:50:51.041Z | Compiling parking_lot_core v0.9.10 |
1194 | 2025-01-31T22:50:51.187Z | Compiling futures-core v0.3.31 |
1195 | 2025-01-31T22:50:51.207Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2025-01-31T22:50:51.432Z | Compiling mio v1.0.2 |
1197 | 2025-01-31T22:50:51.540Z | Compiling aho-corasick v1.1.3 |
1198 | 2025-01-31T22:50:51.902Z | Compiling parking_lot v0.12.3 |
1199 | 2025-01-31T22:50:52.051Z | Compiling stable_deref_trait v1.2.0 |
1200 | 2025-01-31T22:50:52.170Z | Compiling regex-syntax v0.8.5 |
1201 | 2025-01-31T22:50:52.202Z | Compiling cpufeatures v0.2.14 |
1202 | 2025-01-31T22:50:52.310Z | Compiling either v1.13.0 |
1203 | 2025-01-31T22:50:52.491Z | Compiling futures-sink v0.3.31 |
1204 | 2025-01-31T22:50:52.660Z | Compiling glob v0.3.2 |
1205 | 2025-01-31T22:50:52.680Z | Compiling socket2 v0.5.7 |
1206 | 2025-01-31T22:50:52.744Z | Compiling slab v0.4.9 |
1207 | 2025-01-31T22:50:52.819Z | Compiling prettyplease v0.2.25 |
1208 | 2025-01-31T22:50:53.174Z | Compiling lazy_static v1.5.0 |
1209 | 2025-01-31T22:50:53.239Z | Compiling minimal-lexical v0.2.1 |
1210 | 2025-01-31T22:50:53.337Z | Compiling serde_json v1.0.135 |
1211 | 2025-01-31T22:50:53.614Z | Compiling clang-sys v1.8.1 |
1212 | 2025-01-31T22:50:53.673Z | Compiling libloading v0.8.5 |
1213 | 2025-01-31T22:50:53.789Z | Compiling nom v7.1.3 |
1214 | 2025-01-31T22:50:53.963Z | Compiling bindgen v0.69.5 |
1215 | 2025-01-31T22:50:54.083Z | Compiling home v0.5.9 |
1216 | 2025-01-31T22:50:54.352Z | Compiling itertools v0.12.1 |
1217 | 2025-01-31T22:50:54.477Z | Compiling futures-channel v0.3.31 |
1218 | 2025-01-31T22:50:54.873Z | Compiling allocator-api2 v0.2.18 |
1219 | 2025-01-31T22:50:54.893Z | Compiling libm v0.2.8 |
1220 | 2025-01-31T22:50:55.219Z | Compiling futures-task v0.3.31 |
1221 | 2025-01-31T22:50:55.525Z | Compiling lazycell v1.3.0 |
1222 | 2025-01-31T22:50:55.654Z | Compiling futures-io v0.3.31 |
1223 | 2025-01-31T22:50:55.709Z | Compiling pin-utils v0.1.0 |
1224 | 2025-01-31T22:50:55.818Z | Compiling foldhash v0.1.3 |
1225 | 2025-01-31T22:50:55.945Z | Compiling regex-automata v0.4.8 |
1226 | 2025-01-31T22:50:56.129Z | Compiling rustc-hash v1.1.0 |
1227 | 2025-01-31T22:50:56.285Z | Compiling hashbrown v0.15.1 |
1228 | 2025-01-31T22:50:56.371Z | Compiling cmake v0.1.51 |
1229 | 2025-01-31T22:50:57.160Z | Compiling synstructure v0.13.1 |
1230 | 2025-01-31T22:50:57.270Z | Compiling cexpr v0.6.0 |
1231 | 2025-01-31T22:50:57.440Z | Compiling num-traits v0.2.19 |
1232 | 2025-01-31T22:50:57.734Z | Compiling fs_extra v1.3.0 |
1233 | 2025-01-31T22:50:58.286Z | Compiling dunce v1.0.5 |
1234 | 2025-01-31T22:50:58.427Z | Compiling pkg-config v0.3.31 |
1235 | 2025-01-31T22:50:58.782Z | Compiling writeable v0.5.5 |
1236 | 2025-01-31T22:50:58.972Z | Compiling litemap v0.7.3 |
1237 | 2025-01-31T22:50:59.329Z | Compiling ring v0.17.8 |
1238 | 2025-01-31T22:50:59.357Z | Compiling paste v1.0.15 |
1239 | 2025-01-31T22:50:59.836Z | Compiling base64ct v1.6.0 |
1240 | 2025-01-31T22:50:59.994Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2025-01-31T22:51:00.015Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2025-01-31T22:51:00.111Z | Compiling flagset v0.4.6 |
1243 | 2025-01-31T22:51:00.338Z | Compiling pem-rfc7468 v0.7.0 |
1244 | 2025-01-31T22:51:00.418Z | Compiling httparse v1.9.5 |
1245 | 2025-01-31T22:51:00.932Z | Compiling tracing-core v0.1.32 |
1246 | 2025-01-31T22:51:01.156Z | Compiling percent-encoding v2.3.1 |
1247 | 2025-01-31T22:51:01.381Z | Compiling regex v1.11.1 |
1248 | 2025-01-31T22:51:01.454Z | Compiling rustls-pki-types v1.10.0 |
1249 | 2025-01-31T22:51:01.476Z | Compiling icu_properties_data v1.5.0 |
1250 | 2025-01-31T22:51:01.711Z | Compiling crossbeam-utils v0.8.20 |
1251 | 2025-01-31T22:51:02.217Z | Compiling untrusted v0.7.1 |
1252 | 2025-01-31T22:51:02.345Z | Compiling utf8_iter v1.0.4 |
1253 | 2025-01-31T22:51:02.375Z | Compiling vcpkg v0.2.15 |
1254 | 2025-01-31T22:51:02.400Z | Compiling powerfmt v0.2.0 |
1255 | 2025-01-31T22:51:02.602Z | Compiling time-core v0.1.2 |
1256 | 2025-01-31T22:51:02.634Z | Compiling serde_derive v1.0.217 |
1257 | 2025-01-31T22:51:02.745Z | Compiling zeroize_derive v1.4.2 |
1258 | 2025-01-31T22:51:02.769Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2025-01-31T22:51:02.790Z | Compiling zerofrom-derive v0.1.4 |
1260 | 2025-01-31T22:51:04.149Z | Compiling tokio-macros v2.5.0 |
1261 | 2025-01-31T22:51:04.223Z | Compiling zeroize v1.8.1 |
1262 | 2025-01-31T22:51:04.832Z | Compiling zerocopy v0.7.35 |
1263 | 2025-01-31T22:51:04.953Z | Compiling yoke-derive v0.7.4 |
1264 | 2025-01-31T22:51:05.541Z | Compiling zerovec-derive v0.10.3 |
1265 | 2025-01-31T22:51:05.800Z | Compiling crypto-common v0.1.6 |
1266 | 2025-01-31T22:51:06.047Z | Compiling block-buffer v0.10.4 |
1267 | 2025-01-31T22:51:06.151Z | Compiling thiserror-impl v1.0.69 |
1268 | 2025-01-31T22:51:06.191Z | Compiling futures-macro v0.3.31 |
1269 | 2025-01-31T22:51:06.310Z | Compiling digest v0.10.7 |
1270 | 2025-01-31T22:51:06.378Z | Compiling zerofrom v0.1.4 |
1271 | 2025-01-31T22:51:06.611Z | Compiling displaydoc v0.2.5 |
1272 | 2025-01-31T22:51:06.788Z | Compiling hmac v0.12.1 |
1273 | 2025-01-31T22:51:06.897Z | Compiling block-padding v0.3.3 |
1274 | 2025-01-31T22:51:07.042Z | Compiling sha2 v0.10.8 |
1275 | 2025-01-31T22:51:07.159Z | Compiling inout v0.1.3 |
1276 | 2025-01-31T22:51:07.446Z | Compiling cipher v0.4.4 |
1277 | 2025-01-31T22:51:07.655Z | Compiling yoke v0.7.4 |
1278 | 2025-01-31T22:51:07.907Z | Compiling icu_provider_macros v1.5.0 |
1279 | 2025-01-31T22:51:07.948Z | Compiling ppv-lite86 v0.2.20 |
1280 | 2025-01-31T22:51:07.997Z | Compiling zerovec v0.10.4 |
1281 | 2025-01-31T22:51:08.023Z | Compiling futures-util v0.3.31 |
1282 | 2025-01-31T22:51:08.137Z | Compiling der_derive v0.7.3 |
1283 | 2025-01-31T22:51:08.741Z | Compiling rand_chacha v0.3.1 |
1284 | 2025-01-31T22:51:09.060Z | Compiling tracing-attributes v0.1.27 |
1285 | 2025-01-31T22:51:09.229Z | Compiling thiserror v1.0.69 |
1286 | 2025-01-31T22:51:09.381Z | Compiling pest v2.7.14 |
1287 | 2025-01-31T22:51:10.035Z | Compiling tinystr v0.7.6 |
1288 | 2025-01-31T22:51:10.442Z | Compiling icu_locid v1.5.0 |
1289 | 2025-01-31T22:51:10.486Z | Compiling der v0.7.9 |
1290 | 2025-01-31T22:51:10.595Z | Compiling icu_collections v1.5.0 |
1291 | 2025-01-31T22:51:11.040Z | Compiling rand v0.8.5 |
1292 | 2025-01-31T22:51:11.947Z | Compiling icu_provider v1.5.0 |
1293 | 2025-01-31T22:51:12.365Z | Compiling salsa20 v0.10.2 |
1294 | 2025-01-31T22:51:12.453Z | Compiling tracing v0.1.40 |
1295 | 2025-01-31T22:51:12.496Z | Compiling spki v0.7.3 |
1296 | 2025-01-31T22:51:12.608Z | Compiling icu_locid_transform v1.5.0 |
1297 | 2025-01-31T22:51:12.864Z | Compiling pbkdf2 v0.12.2 |
1298 | 2025-01-31T22:51:12.895Z | Compiling icu_normalizer_data v1.5.0 |
1299 | 2025-01-31T22:51:12.934Z | Compiling mirai-annotations v1.12.0 |
1300 | 2025-01-31T22:51:13.011Z | Compiling write16 v1.0.0 |
1301 | 2025-01-31T22:51:13.031Z | Compiling utf16_iter v1.0.5 |
1302 | 2025-01-31T22:51:13.051Z | Compiling untrusted v0.9.0 |
1303 | 2025-01-31T22:51:13.123Z | Compiling num-conv v0.1.0 |
1304 | 2025-01-31T22:51:13.161Z | Compiling scrypt v0.11.0 |
1305 | 2025-01-31T22:51:13.279Z | Compiling pest_meta v2.7.14 |
1306 | 2025-01-31T22:51:13.439Z | Compiling time-macros v0.2.18 |
1307 | 2025-01-31T22:51:13.463Z | Compiling cbc v0.1.2 |
1308 | 2025-01-31T22:51:13.495Z | Compiling aes v0.8.4 |
1309 | 2025-01-31T22:51:13.690Z | Compiling openssl-sys v0.9.104 |
1310 | 2025-01-31T22:51:13.694Z | Compiling deranged v0.3.11 |
1311 | 2025-01-31T22:51:14.785Z | Compiling icu_properties v1.5.1 |
1312 | 2025-01-31T22:51:15.058Z | Compiling scroll_derive v0.12.0 |
1313 | 2025-01-31T22:51:15.506Z | Compiling bitflags v2.6.0 |
1314 | 2025-01-31T22:51:15.946Z | Compiling bytes v1.9.0 |
1315 | 2025-01-31T22:51:16.426Z | Compiling indexmap v2.7.1 |
1316 | 2025-01-31T22:51:16.468Z | Compiling semver v1.0.24 |
1317 | 2025-01-31T22:51:16.658Z | Compiling atomic-waker v1.1.2 |
1318 | 2025-01-31T22:51:16.859Z | Compiling tokio v1.43.0 |
1319 | 2025-01-31T22:51:17.169Z | Compiling http v1.2.0 |
1320 | 2025-01-31T22:51:17.188Z | Compiling rustc_version v0.4.1 |
1321 | 2025-01-31T22:51:17.683Z | Compiling num_threads v0.1.7 |
1322 | 2025-01-31T22:51:17.732Z | Compiling tinyvec_macros v0.1.1 |
1323 | 2025-01-31T22:51:17.824Z | Compiling tinyvec v1.8.0 |
1324 | 2025-01-31T22:51:17.845Z | Compiling time v0.3.36 |
1325 | 2025-01-31T22:51:17.872Z | Compiling scroll v0.12.0 |
1326 | 2025-01-31T22:51:18.428Z | Compiling icu_normalizer v1.5.0 |
1327 | 2025-01-31T22:51:19.191Z | Compiling http-body v1.0.1 |
1328 | 2025-01-31T22:51:19.413Z | Compiling idna_adapter v1.2.0 |
1329 | 2025-01-31T22:51:19.434Z | Compiling pest_generator v2.7.14 |
1330 | 2025-01-31T22:51:19.437Z | Compiling pkcs5 v0.7.1 |
1331 | 2025-01-31T22:51:19.470Z | Compiling form_urlencoded v1.2.1 |
1332 | 2025-01-31T22:51:19.650Z | Compiling try-lock v0.2.5 |
1333 | 2025-01-31T22:51:19.784Z | Compiling slog v2.7.0 |
1334 | 2025-01-31T22:51:19.806Z | Compiling goblin v0.8.2 |
1335 | 2025-01-31T22:51:20.271Z | Compiling which v4.4.2 |
1336 | 2025-01-31T22:51:20.364Z | Compiling pkcs8 v0.10.2 |
1337 | 2025-01-31T22:51:20.519Z | Compiling want v0.3.1 |
1338 | 2025-01-31T22:51:20.824Z | Compiling idna v1.0.3 |
1339 | 2025-01-31T22:51:21.000Z | Compiling uuid v1.12.0 |
1340 | 2025-01-31T22:51:21.023Z | Compiling iana-time-zone v0.1.61 |
1341 | 2025-01-31T22:51:21.286Z | Compiling pest_derive v2.7.14 |
1342 | 2025-01-31T22:51:21.411Z | Compiling httpdate v1.0.3 |
1343 | 2025-01-31T22:51:21.844Z | Compiling chrono v0.4.39 |
1344 | 2025-01-31T22:51:22.076Z | Compiling dtrace-parser v0.2.0 |
1345 | 2025-01-31T22:51:22.499Z | Compiling toml_datetime v0.6.8 |
1346 | 2025-01-31T22:51:22.519Z | Compiling serde_tokenstream v0.2.2 |
1347 | 2025-01-31T22:51:22.978Z | Compiling serde_spanned v0.6.8 |
1348 | 2025-01-31T22:51:23.108Z | Compiling foreign-types-shared v0.1.1 |
1349 | 2025-01-31T22:51:23.268Z | Compiling tower-service v0.3.3 |
1350 | 2025-01-31T22:51:23.274Z | Compiling adler2 v2.0.0 |
1351 | 2025-01-31T22:51:23.274Z | Compiling rustversion v1.0.17 |
1352 | 2025-01-31T22:51:23.300Z | Compiling base64 v0.22.1 |
1353 | 2025-01-31T22:51:23.457Z | Compiling openssl v0.10.66 |
1354 | 2025-01-31T22:51:23.881Z | Compiling match_cfg v0.1.0 |
1355 | 2025-01-31T22:51:23.978Z | Compiling hostname v0.3.1 |
1356 | 2025-01-31T22:51:24.027Z | Compiling miniz_oxide v0.8.0 |
1357 | 2025-01-31T22:51:24.029Z | Compiling foreign-types v0.3.2 |
1358 | 2025-01-31T22:51:24.068Z | Compiling url v2.5.3 |
1359 | 2025-01-31T22:51:24.178Z | Compiling openssl-macros v0.1.1 |
1360 | 2025-01-31T22:51:24.927Z | Compiling tokio-util v0.7.12 |
1361 | 2025-01-31T22:51:25.203Z | Compiling async-trait v0.1.85 |
1362 | 2025-01-31T22:51:25.399Z | Compiling serde_derive_internals v0.29.1 |
1363 | 2025-01-31T22:51:25.401Z | Compiling dirs-sys-next v0.1.2 |
1364 | 2025-01-31T22:51:25.841Z | Compiling h2 v0.4.6 |
1365 | 2025-01-31T22:51:25.981Z | Compiling dof v0.3.0 |
1366 | 2025-01-31T22:51:26.178Z | Compiling rustls v0.22.4 |
1367 | 2025-01-31T22:51:26.456Z | Compiling schemars v0.8.21 |
1368 | 2025-01-31T22:51:26.797Z | Compiling usdt-impl v0.5.0 |
1369 | 2025-01-31T22:51:27.725Z | Compiling data-encoding v2.6.0 |
1370 | 2025-01-31T22:51:27.775Z | Compiling rustls v0.23.19 |
1371 | 2025-01-31T22:51:27.778Z | Compiling siphasher v0.3.11 |
1372 | 2025-01-31T22:51:28.055Z | Compiling native-tls v0.2.12 |
1373 | 2025-01-31T22:51:28.147Z | Compiling syn v1.0.109 |
1374 | 2025-01-31T22:51:28.175Z | Compiling schemars_derive v0.8.21 |
1375 | 2025-01-31T22:51:28.508Z | Compiling dirs-next v2.0.0 |
1376 | 2025-01-31T22:51:29.101Z | Compiling http-body-util v0.1.2 |
1377 | 2025-01-31T22:51:29.586Z | Compiling unicode-normalization v0.1.24 |
1378 | 2025-01-31T22:51:29.836Z | Compiling heapless v0.7.17 |
1379 | 2025-01-31T22:51:30.073Z | Compiling crossbeam-epoch v0.9.18 |
1380 | 2025-01-31T22:51:30.258Z | Compiling signature v2.2.0 |
1381 | 2025-01-31T22:51:30.371Z | Compiling sha1 v0.10.6 |
1382 | 2025-01-31T22:51:30.546Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1383 | 2025-01-31T22:51:30.613Z | Compiling thread_local v1.1.8 |
1384 | 2025-01-31T22:51:30.772Z | Compiling encoding_rs v0.8.34 |
1385 | 2025-01-31T22:51:30.793Z | Compiling cookie v0.18.1 |
1386 | 2025-01-31T22:51:30.984Z | Compiling multer v3.1.0 |
1387 | 2025-01-31T22:51:31.070Z | Compiling rayon-core v1.12.1 |
1388 | 2025-01-31T22:51:31.100Z | Compiling signal-hook v0.3.17 |
1389 | 2025-01-31T22:51:31.197Z | Compiling ipnet v2.10.1 |
1390 | 2025-01-31T22:51:31.277Z | Compiling unicode-properties v0.1.3 |
1391 | 2025-01-31T22:51:31.339Z | Compiling unicode-bidi v0.3.17 |
1392 | 2025-01-31T22:51:31.371Z | Compiling gimli v0.31.1 |
1393 | 2025-01-31T22:51:31.669Z | Compiling slog-async v2.8.0 |
1394 | 2025-01-31T22:51:32.170Z | Compiling openssl-probe v0.1.5 |
1395 | 2025-01-31T22:51:32.312Z | Compiling mime v0.3.17 |
1396 | 2025-01-31T22:51:32.472Z | Compiling dyn-clone v1.0.17 |
1397 | 2025-01-31T22:51:32.701Z | Compiling stringprep v0.1.5 |
1398 | 2025-01-31T22:51:32.797Z | Compiling hyper v1.5.2 |
1399 | 2025-01-31T22:51:33.834Z | Compiling toml_edit v0.22.22 |
1400 | 2025-01-31T22:51:35.493Z | Compiling hyper-util v0.1.10 |
1401 | 2025-01-31T22:51:36.044Z | Compiling addr2line v0.24.2 |
1402 | 2025-01-31T22:51:36.211Z | Compiling crossbeam-deque v0.8.5 |
1403 | 2025-01-31T22:51:36.539Z | Compiling usdt-macro v0.5.0 |
1404 | 2025-01-31T22:51:36.561Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2025-01-31T22:51:36.671Z | Compiling term v0.7.0 |
1406 | 2025-01-31T22:51:37.638Z | Compiling slog-json v2.6.1 |
1407 | 2025-01-31T22:51:37.896Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2025-01-31T22:51:37.931Z | Compiling curve25519-dalek v4.1.3 |
1409 | 2025-01-31T22:51:37.969Z | Compiling crossbeam-channel v0.5.13 |
1410 | 2025-01-31T22:51:38.031Z | Compiling enum-as-inner v0.6.1 |
1411 | 2025-01-31T22:51:38.377Z | Compiling futures-executor v0.3.31 |
1412 | 2025-01-31T22:51:38.433Z | Compiling md-5 v0.10.6 |
1413 | 2025-01-31T22:51:38.645Z | Compiling async-stream-impl v0.3.6 |
1414 | 2025-01-31T22:51:38.711Z | Compiling rustls-pemfile v2.2.0 |
1415 | 2025-01-31T22:51:38.907Z | Compiling num-integer v0.1.46 |
1416 | 2025-01-31T22:51:39.040Z | Compiling hash32 v0.2.1 |
1417 | 2025-01-31T22:51:39.060Z | Compiling ff v0.13.0 |
1418 | 2025-01-31T22:51:39.109Z | Compiling is-terminal v0.4.13 |
1419 | 2025-01-31T22:51:39.249Z | Compiling dropshot v0.12.0 |
1420 | 2025-01-31T22:51:39.285Z | Compiling object v0.36.5 |
1421 | 2025-01-31T22:51:39.397Z | Compiling linked-hash-map v0.5.6 |
1422 | 2025-01-31T22:51:39.547Z | Compiling psl-types v2.0.11 |
1423 | 2025-01-31T22:51:39.626Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2025-01-31T22:51:39.729Z | Compiling portable-atomic v1.9.0 |
1425 | 2025-01-31T22:51:39.759Z | Compiling rustc-demangle v0.1.24 |
1426 | 2025-01-31T22:51:39.901Z | Compiling quick-error v1.2.3 |
1427 | 2025-01-31T22:51:39.920Z | Compiling anyhow v1.0.95 |
1428 | 2025-01-31T22:51:40.051Z | Compiling utf-8 v0.7.6 |
1429 | 2025-01-31T22:51:40.371Z | Compiling fallible-iterator v0.2.0 |
1430 | 2025-01-31T22:51:40.511Z | Compiling smoltcp v0.9.1 |
1431 | 2025-01-31T22:51:40.667Z | Compiling take_mut v0.2.2 |
1432 | 2025-01-31T22:51:40.712Z | Compiling litrs v0.4.1 |
1433 | 2025-01-31T22:51:40.833Z | Compiling base16ct v0.2.0 |
1434 | 2025-01-31T22:51:41.013Z | Compiling postgres-protocol v0.6.7 |
1435 | 2025-01-31T22:51:41.170Z | Compiling sec1 v0.7.3 |
1436 | 2025-01-31T22:51:41.642Z | Compiling tungstenite v0.24.0 |
1437 | 2025-01-31T22:51:41.680Z | Compiling resolv-conf v0.7.0 |
1438 | 2025-01-31T22:51:41.839Z | Compiling document-features v0.2.10 |
1439 | 2025-01-31T22:51:42.262Z | Compiling async-stream v0.3.6 |
1440 | 2025-01-31T22:51:42.297Z | Compiling publicsuffix v2.3.0 |
1441 | 2025-01-31T22:51:42.374Z | Compiling lru-cache v0.1.2 |
1442 | 2025-01-31T22:51:42.592Z | Compiling num-iter v0.1.45 |
1443 | 2025-01-31T22:51:42.645Z | Compiling group v0.13.0 |
1444 | 2025-01-31T22:51:42.775Z | Compiling slog-term v2.9.1 |
1445 | 2025-01-31T22:51:42.942Z | Compiling usdt v0.5.0 |
1446 | 2025-01-31T22:51:42.991Z | Compiling hickory-proto v0.24.2 |
1447 | 2025-01-31T22:51:43.590Z | Compiling futures v0.3.31 |
1448 | 2025-01-31T22:51:43.684Z | Compiling slog-bunyan v2.5.0 |
1449 | 2025-01-31T22:51:43.727Z | Compiling toml v0.8.19 |
1450 | 2025-01-31T22:51:44.928Z | Compiling camino v1.1.9 |
1451 | 2025-01-31T22:51:44.955Z | Compiling tokio-native-tls v0.3.1 |
1452 | 2025-01-31T22:51:45.241Z | Compiling phf_shared v0.11.2 |
1453 | 2025-01-31T22:51:45.435Z | Compiling dropshot_endpoint v0.12.0 |
1454 | 2025-01-31T22:51:45.587Z | Compiling terminal_size v0.4.0 |
1455 | 2025-01-31T22:51:45.801Z | Compiling backtrace v0.3.74 |
1456 | 2025-01-31T22:51:45.821Z | Compiling openapiv3 v2.0.0 |
1457 | 2025-01-31T22:51:46.138Z | Compiling waitgroup v0.1.2 |
1458 | 2025-01-31T22:51:46.311Z | Compiling serde_path_to_error v0.1.16 |
1459 | 2025-01-31T22:51:46.370Z | Compiling hkdf v0.12.4 |
1460 | 2025-01-31T22:51:46.634Z | Compiling crypto-bigint v0.5.5 |
1461 | 2025-01-31T22:51:47.102Z | Compiling zerocopy-derive v0.6.6 |
1462 | 2025-01-31T22:51:48.861Z | Compiling curve25519-dalek-derive v0.1.1 |
1463 | 2025-01-31T22:51:49.049Z | Compiling hubpack_derive v0.1.1 |
1464 | 2025-01-31T22:51:49.137Z | Compiling webpki-roots v0.26.6 |
1465 | 2025-01-31T22:51:49.360Z | Compiling hostname v0.4.0 |
1466 | 2025-01-31T22:51:49.579Z | Compiling fs-err v2.11.0 |
1467 | 2025-01-31T22:51:49.599Z | Compiling ahash v0.8.11 |
1468 | 2025-01-31T22:51:49.817Z | Compiling crc32fast v1.4.2 |
1469 | 2025-01-31T22:51:49.868Z | Compiling managed v0.8.0 |
1470 | 2025-01-31T22:51:49.893Z | Compiling debug-ignore v1.0.5 |
1471 | 2025-01-31T22:51:49.919Z | Compiling unicode-width v0.2.0 |
1472 | 2025-01-31T22:51:50.039Z | Compiling bitflags v1.3.2 |
1473 | 2025-01-31T22:51:50.148Z | Compiling winnow v0.5.40 |
1474 | 2025-01-31T22:51:50.169Z | Compiling newtype-uuid v1.2.1 |
1475 | 2025-01-31T22:51:50.207Z | Compiling clap_builder v4.5.27 |
1476 | 2025-01-31T22:51:50.432Z | Compiling console v0.15.10 |
1477 | 2025-01-31T22:51:50.480Z | Compiling strum_macros v0.25.3 |
1478 | 2025-01-31T22:51:52.229Z | Compiling flate2 v1.0.35 |
1479 | 2025-01-31T22:51:52.318Z | Compiling hubpack v0.1.2 |
1480 | 2025-01-31T22:51:52.748Z | Compiling elliptic-curve v0.13.8 |
1481 | 2025-01-31T22:51:52.766Z | Compiling zerocopy v0.6.6 |
1482 | 2025-01-31T22:51:53.146Z | Compiling hickory-resolver v0.24.2 |
1483 | 2025-01-31T22:51:53.509Z | Compiling toml_edit v0.19.15 |
1484 | 2025-01-31T22:51:53.587Z | Compiling signal-hook-mio v0.2.4 |
1485 | 2025-01-31T22:51:53.765Z | Compiling phf v0.11.2 |
1486 | 2025-01-31T22:51:54.058Z | Compiling hyper-tls v0.6.0 |
1487 | 2025-01-31T22:51:54.358Z | Compiling rayon v1.10.0 |
1488 | 2025-01-31T22:51:54.414Z | Compiling cookie_store v0.21.1 |
1489 | 2025-01-31T22:51:54.489Z | Compiling bzip2 v0.4.4 |
1490 | 2025-01-31T22:51:55.801Z | Compiling tokio-tungstenite v0.24.0 |
1491 | 2025-01-31T22:51:56.351Z | Compiling postgres-types v0.2.8 |
1492 | 2025-01-31T22:51:58.348Z | Compiling ed25519 v2.2.3 |
1493 | 2025-01-31T22:51:58.575Z | Compiling phf_shared v0.10.0 |
1494 | 2025-01-31T22:51:58.931Z | Compiling tokio-stream v0.1.16 |
1495 | 2025-01-31T22:51:58.957Z | Compiling pkcs1 v0.7.5 |
1496 | 2025-01-31T22:51:59.022Z | Compiling serde-big-array v0.5.1 |
1497 | 2025-01-31T22:51:59.258Z | Compiling clap_derive v4.5.24 |
1498 | 2025-01-31T22:51:59.804Z | Compiling rfc6979 v0.4.0 |
1499 | 2025-01-31T22:51:59.857Z | Compiling derive-where v1.2.7 |
1500 | 2025-01-31T22:51:59.880Z | Compiling serde_repr v0.1.19 |
1501 | 2025-01-31T22:51:59.995Z | Compiling float-cmp v0.9.0 |
1502 | 2025-01-31T22:52:00.235Z | Compiling bstr v1.10.0 |
1503 | 2025-01-31T22:52:00.255Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-01-31T22:52:00.421Z | Compiling predicates-core v1.0.8 |
1505 | 2025-01-31T22:52:00.737Z | Compiling precomputed-hash v0.1.1 |
1506 | 2025-01-31T22:52:00.768Z | Compiling difflib v0.4.0 |
1507 | 2025-01-31T22:52:00.870Z | Compiling bit-vec v0.6.3 |
1508 | 2025-01-31T22:52:00.970Z | Compiling number_prefix v0.4.0 |
1509 | 2025-01-31T22:52:01.210Z | Compiling new_debug_unreachable v1.0.6 |
1510 | 2025-01-31T22:52:01.269Z | Compiling unicode-segmentation v1.12.0 |
1511 | 2025-01-31T22:52:01.319Z | Compiling whoami v1.5.2 |
1512 | 2025-01-31T22:52:01.780Z | Compiling fixedbitset v0.4.2 |
1513 | 2025-01-31T22:52:01.917Z | Compiling static_assertions v1.1.0 |
1514 | 2025-01-31T22:52:02.032Z | Compiling normalize-line-endings v0.3.0 |
1515 | 2025-01-31T22:52:02.140Z | Compiling petgraph v0.6.5 |
1516 | 2025-01-31T22:52:02.172Z | Compiling predicates v3.1.2 |
1517 | 2025-01-31T22:52:02.202Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1518 | 2025-01-31T22:52:02.222Z | Compiling similar v2.6.0 |
1519 | 2025-01-31T22:52:03.067Z | Compiling tokio-postgres v0.7.12 |
1520 | 2025-01-31T22:52:03.772Z | Compiling string_cache v0.8.7 |
1521 | 2025-01-31T22:52:03.869Z | Compiling clap v4.5.27 |
1522 | 2025-01-31T22:52:03.977Z | Compiling bit-set v0.5.3 |
1523 | 2025-01-31T22:52:04.212Z | Compiling indicatif v0.17.11 |
1524 | 2025-01-31T22:52:04.252Z | Compiling ecdsa v0.16.9 |
1525 | 2025-01-31T22:52:04.393Z | Compiling rsa v0.9.6 |
1526 | 2025-01-31T22:52:05.045Z | Compiling ed25519-dalek v2.1.1 |
1527 | 2025-01-31T22:52:05.833Z | Compiling toml v0.7.8 |
1528 | 2025-01-31T22:52:06.158Z | Compiling zip v0.6.6 |
1529 | 2025-01-31T22:52:06.319Z | Compiling crossterm v0.28.1 |
1530 | 2025-01-31T22:52:08.114Z | Compiling hex v0.4.3 |
1531 | 2025-01-31T22:52:08.362Z | Compiling x509-cert v0.2.5 |
1532 | 2025-01-31T22:52:08.563Z | Compiling itertools v0.10.5 |
1533 | 2025-01-31T22:52:08.708Z | Compiling peg-runtime v0.8.3 |
1534 | 2025-01-31T22:52:08.747Z | Compiling unicode-xid v0.2.6 |
1535 | 2025-01-31T22:52:08.803Z | Compiling lalrpop-util v0.19.12 |
1536 | 2025-01-31T22:52:08.953Z | Compiling strum_macros v0.26.4 |
1537 | 2025-01-31T22:52:09.149Z | Compiling xattr v1.3.1 |
1538 | 2025-01-31T22:52:09.305Z | Compiling filetime v0.2.25 |
1539 | 2025-01-31T22:52:09.609Z | Compiling tar v0.4.42 |
1540 | 2025-01-31T22:52:13.616Z | Compiling strum v0.26.3 |
1541 | 2025-01-31T22:52:17.095Z | Compiling aws-lc-sys v0.22.0 |
1542 | 2025-01-31T22:52:44.459Z | Compiling rustls-webpki v0.102.8 |
1543 | 2025-01-31T22:52:47.629Z | Compiling tokio-rustls v0.25.0 |
1544 | 2025-01-31T22:52:49.311Z | Compiling tokio-rustls v0.26.0 |
1545 | 2025-01-31T22:52:49.608Z | Compiling hyper-rustls v0.27.3 |
1546 | 2025-01-31T22:52:49.898Z | Compiling reqwest v0.12.9 |
1547 | 2025-01-31T22:52:51.379Z | Compiling qorb v0.2.1 |
1548 | 2025-01-31T22:52:54.534Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1549 | 2025-01-31T22:52:54.776Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1550 | 2025-01-31T22:52:59.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1551 | 2025-01-31T22:52:59.381Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1552 | 2025-01-31T22:52:59.433Z | Jan 31 22:52:58.534 INFO Starting download, target: Clickhouse |
1553 | 2025-01-31T22:52:59.433Z | Jan 31 22:52:58.534 INFO Starting download, target: Console |
1554 | 2025-01-31T22:52:59.433Z | Jan 31 22:52:58.534 INFO Starting download, target: Cockroach |
1555 | 2025-01-31T22:52:59.433Z | Jan 31 22:52:58.534 INFO Starting download, target: DendriteOpenapi |
1556 | 2025-01-31T22:52:59.436Z | Jan 31 22:52:58.534 INFO Starting download, target: DendriteStub |
1557 | 2025-01-31T22:52:59.436Z | Jan 31 22:52:58.534 INFO Starting download, target: MaghemiteMgd |
1558 | 2025-01-31T22:52:59.436Z | Jan 31 22:52:58.534 INFO Starting download, target: TransceiverControl |
1559 | 2025-01-31T22:52:59.436Z | Jan 31 22:52:58.535 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1560 | 2025-01-31T22:52:59.437Z | Jan 31 22:52:58.535 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1561 | 2025-01-31T22:52:59.437Z | Jan 31 22:52:58.535 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1562 | 2025-01-31T22:52:59.437Z | Jan 31 22:52:58.535 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1563 | 2025-01-31T22:52:59.437Z | Jan 31 22:52:58.535 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1564 | 2025-01-31T22:52:59.437Z | Jan 31 22:52:58.536 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1565 | 2025-01-31T22:52:59.437Z | Jan 31 22:52:58.536 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1566 | 2025-01-31T22:52:59.630Z | Jan 31 22:52:58.715 INFO Download complete, target: DendriteOpenapi |
1567 | 2025-01-31T22:52:59.717Z | Jan 31 22:52:58.787 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1568 | 2025-01-31T22:52:59.971Z | Jan 31 22:52:59.023 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1569 | 2025-01-31T22:53:00.171Z | Jan 31 22:52:59.252 INFO Download complete, target: TransceiverControl |
1570 | 2025-01-31T22:53:00.305Z | Jan 31 22:52:59.378 INFO Download complete, target: Console |
1571 | 2025-01-31T22:53:00.467Z | Jan 31 22:52:59.538 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1572 | 2025-01-31T22:53:00.528Z | Jan 31 22:52:59.627 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1573 | 2025-01-31T22:53:00.856Z | Jan 31 22:52:59.957 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1574 | 2025-01-31T22:53:00.856Z | Jan 31 22:52:59.957 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1575 | 2025-01-31T22:53:01.315Z | Jan 31 22:53:00.416 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1576 | 2025-01-31T22:53:03.362Z | Jan 31 22:53:02.462 INFO Download complete, target: MaghemiteMgd |
1577 | 2025-01-31T22:53:03.362Z | Jan 31 22:53:02.462 INFO Download complete, target: DendriteStub |
1578 | 2025-01-31T22:53:08.249Z | Jan 31 22:53:07.348 INFO Checking that binary works, target: Cockroach |
1579 | 2025-01-31T22:53:08.462Z | Jan 31 22:53:07.559 INFO Download complete, target: Cockroach |
1580 | 2025-01-31T22:53:13.696Z | Jan 31 22:53:12.791 INFO Checking that binary works, target: Clickhouse |
1581 | 2025-01-31T22:53:13.817Z | Jan 31 22:53:12.914 INFO Download complete, target: Clickhouse |
1582 | 2025-01-31T22:53:13.825Z | All prerequisites installed successfully |
1583 | 2025-01-31T22:53:13.829Z | |
1584 | 2025-01-31T22:53:13.829Z | real 4:32.037793801 |
1585 | 2025-01-31T22:53:13.829Z | user 15:44.860383811 |
1586 | 2025-01-31T22:53:13.829Z | sys 2:03.064140563 |
1587 | 2025-01-31T22:53:13.829Z | trap 0.568362653 |
1588 | 2025-01-31T22:53:13.829Z | tflt 1.625150040 |
1589 | 2025-01-31T22:53:13.829Z | dflt 1.728861295 |
1590 | 2025-01-31T22:53:13.829Z | kflt 0.028902839 |
1591 | 2025-01-31T22:53:13.829Z | lock 25:19.942581197 |
1592 | 2025-01-31T22:53:13.829Z | slp 54:17.145816294 |
1593 | 2025-01-31T22:53:13.829Z | lat 58.902667735 |
1594 | 2025-01-31T22:53:13.829Z | stop 2:24.853129647 |
1595 | 2025-01-31T22:53:13.829Z | + ptime -m cargo xtask download softnpu |
1596 | 2025-01-31T22:53:14.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1597 | 2025-01-31T22:53:14.378Z | Running `target/debug/xtask download softnpu` |
1598 | 2025-01-31T22:53:15.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1599 | 2025-01-31T22:53:15.272Z | Running `target/debug/xtask-downloader softnpu` |
1600 | 2025-01-31T22:53:15.310Z | Jan 31 22:53:14.407 INFO Starting download, target: Softnpu |
1601 | 2025-01-31T22:53:15.313Z | Jan 31 22:53:14.408 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1602 | 2025-01-31T22:53:16.072Z | Jan 31 22:53:15.169 INFO Download complete, target: Softnpu |
1603 | 2025-01-31T22:53:16.076Z | |
1604 | 2025-01-31T22:53:16.080Z | real 2.242966962 |
1605 | 2025-01-31T22:53:16.080Z | user 1.282245343 |
1606 | 2025-01-31T22:53:16.080Z | sys 0.554008929 |
1607 | 2025-01-31T22:53:16.080Z | trap 0.000840626 |
1608 | 2025-01-31T22:53:16.080Z | tflt 0.000091866 |
1609 | 2025-01-31T22:53:16.080Z | dflt 0.000076771 |
1610 | 2025-01-31T22:53:16.080Z | kflt 0.000000000 |
1611 | 2025-01-31T22:53:16.080Z | lock 7.887002177 |
1612 | 2025-01-31T22:53:16.080Z | slp 0.570198696 |
1613 | 2025-01-31T22:53:16.080Z | lat 0.069066842 |
1614 | 2025-01-31T22:53:16.080Z | stop 0.000166833 |
1615 | 2025-01-31T22:53:16.080Z | + export CARGO_INCREMENTAL=0 |
1616 | 2025-01-31T22:53:16.080Z | + CARGO_INCREMENTAL=0 |
1617 | 2025-01-31T22:53:16.080Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1618 | 2025-01-31T22:53:17.002Z | Compiling proc-macro2 v1.0.92 |
1619 | 2025-01-31T22:53:17.005Z | Compiling unicode-ident v1.0.14 |
1620 | 2025-01-31T22:53:17.005Z | Compiling libc v0.2.169 |
1621 | 2025-01-31T22:53:17.005Z | Compiling serde v1.0.217 |
1622 | 2025-01-31T22:53:17.005Z | Compiling autocfg v1.4.0 |
1623 | 2025-01-31T22:53:17.005Z | Compiling version_check v0.9.5 |
1624 | 2025-01-31T22:53:17.005Z | Compiling cfg-if v1.0.0 |
1625 | 2025-01-31T22:53:17.301Z | Compiling memchr v2.7.4 |
1626 | 2025-01-31T22:53:17.323Z | Compiling typenum v1.17.0 |
1627 | 2025-01-31T22:53:17.343Z | Compiling shlex v1.3.0 |
1628 | 2025-01-31T22:53:17.658Z | Compiling value-bag v1.9.0 |
1629 | 2025-01-31T22:53:17.876Z | Compiling generic-array v0.14.7 |
1630 | 2025-01-31T22:53:17.961Z | Compiling lock_api v0.4.12 |
1631 | 2025-01-31T22:53:18.147Z | Compiling log v0.4.22 |
1632 | 2025-01-31T22:53:18.184Z | Compiling scopeguard v1.2.0 |
1633 | 2025-01-31T22:53:18.341Z | Compiling parking_lot_core v0.9.10 |
1634 | 2025-01-31T22:53:18.650Z | Compiling serde_json v1.0.135 |
1635 | 2025-01-31T22:53:18.742Z | Compiling once_cell v1.20.2 |
1636 | 2025-01-31T22:53:18.868Z | Compiling quote v1.0.38 |
1637 | 2025-01-31T22:53:18.886Z | Compiling jobserver v0.1.32 |
1638 | 2025-01-31T22:53:18.971Z | Compiling getrandom v0.2.15 |
1639 | 2025-01-31T22:53:19.116Z | Compiling rustix v0.38.37 |
1640 | 2025-01-31T22:53:19.322Z | Compiling syn v2.0.96 |
1641 | 2025-01-31T22:53:19.344Z | Compiling cc v1.1.30 |
1642 | 2025-01-31T22:53:19.364Z | Compiling libm v0.2.8 |
1643 | 2025-01-31T22:53:19.448Z | Compiling aho-corasick v1.1.3 |
1644 | 2025-01-31T22:53:19.470Z | Compiling num-traits v0.2.19 |
1645 | 2025-01-31T22:53:19.585Z | Compiling regex-syntax v0.8.5 |
1646 | 2025-01-31T22:53:19.676Z | Compiling thiserror v1.0.69 |
1647 | 2025-01-31T22:53:19.710Z | Compiling either v1.13.0 |
1648 | 2025-01-31T22:53:19.756Z | Compiling itoa v1.0.11 |
1649 | 2025-01-31T22:53:20.080Z | Compiling spin v0.9.8 |
1650 | 2025-01-31T22:53:20.156Z | Compiling slab v0.4.9 |
1651 | 2025-01-31T22:53:20.390Z | Compiling errno v0.3.9 |
1652 | 2025-01-31T22:53:20.477Z | Compiling byteorder v1.5.0 |
1653 | 2025-01-31T22:53:20.877Z | Compiling rand_core v0.6.4 |
1654 | 2025-01-31T22:53:21.277Z | Compiling glob v0.3.2 |
1655 | 2025-01-31T22:53:21.406Z | Compiling prettyplease v0.2.25 |
1656 | 2025-01-31T22:53:21.425Z | Compiling lazy_static v1.5.0 |
1657 | 2025-01-31T22:53:21.775Z | Compiling minimal-lexical v0.2.1 |
1658 | 2025-01-31T22:53:21.992Z | Compiling clang-sys v1.8.1 |
1659 | 2025-01-31T22:53:22.187Z | Compiling nom v7.1.3 |
1660 | 2025-01-31T22:53:22.344Z | Compiling libloading v0.8.5 |
1661 | 2025-01-31T22:53:22.421Z | Compiling home v0.5.9 |
1662 | 2025-01-31T22:53:22.670Z | Compiling smallvec v1.13.2 |
1663 | 2025-01-31T22:53:22.689Z | Compiling bindgen v0.69.5 |
1664 | 2025-01-31T22:53:22.692Z | Compiling subtle v2.6.1 |
1665 | 2025-01-31T22:53:23.049Z | Compiling regex-automata v0.4.8 |
1666 | 2025-01-31T22:53:23.183Z | Compiling itertools v0.12.1 |
1667 | 2025-01-31T22:53:23.292Z | Compiling lazycell v1.3.0 |
1668 | 2025-01-31T22:53:23.484Z | Compiling allocator-api2 v0.2.18 |
1669 | 2025-01-31T22:53:23.684Z | Compiling rustc-hash v1.1.0 |
1670 | 2025-01-31T22:53:23.850Z | Compiling cmake v0.1.51 |
1671 | 2025-01-31T22:53:24.383Z | Compiling fs_extra v1.3.0 |
1672 | 2025-01-31T22:53:24.642Z | Compiling dunce v1.0.5 |
1673 | 2025-01-31T22:53:24.791Z | Compiling semver v1.0.24 |
1674 | 2025-01-31T22:53:25.234Z | Compiling cexpr v0.6.0 |
1675 | 2025-01-31T22:53:25.410Z | Compiling pkg-config v0.3.31 |
1676 | 2025-01-31T22:53:25.436Z | Compiling ring v0.17.8 |
1677 | 2025-01-31T22:53:26.112Z | Compiling pin-project-lite v0.2.14 |
1678 | 2025-01-31T22:53:26.261Z | Compiling ryu v1.0.18 |
1679 | 2025-01-31T22:53:26.380Z | Compiling synstructure v0.13.1 |
1680 | 2025-01-31T22:53:26.555Z | Compiling paste v1.0.15 |
1681 | 2025-01-31T22:53:26.651Z | Compiling fnv v1.0.7 |
1682 | 2025-01-31T22:53:26.675Z | Compiling httparse v1.9.5 |
1683 | 2025-01-31T22:53:26.799Z | Compiling const-oid v0.9.6 |
1684 | 2025-01-31T22:53:27.269Z | Compiling aws-lc-rs v1.10.0 |
1685 | 2025-01-31T22:53:27.637Z | Compiling schemars v0.8.21 |
1686 | 2025-01-31T22:53:27.714Z | Compiling serde_derive_internals v0.29.1 |
1687 | 2025-01-31T22:53:28.177Z | Compiling foldhash v0.1.3 |
1688 | 2025-01-31T22:53:28.476Z | Compiling regex v1.11.1 |
1689 | 2025-01-31T22:53:28.640Z | Compiling equivalent v1.0.1 |
1690 | 2025-01-31T22:53:28.776Z | Compiling hashbrown v0.15.1 |
1691 | 2025-01-31T22:53:28.855Z | Compiling signal-hook-registry v1.4.2 |
1692 | 2025-01-31T22:53:29.355Z | Compiling heck v0.5.0 |
1693 | 2025-01-31T22:53:29.622Z | Compiling parking_lot v0.12.3 |
1694 | 2025-01-31T22:53:29.747Z | Compiling mio v1.0.2 |
1695 | 2025-01-31T22:53:29.987Z | Compiling stable_deref_trait v1.2.0 |
1696 | 2025-01-31T22:53:30.664Z | Compiling socket2 v0.5.7 |
1697 | 2025-01-31T22:53:30.792Z | Compiling serde_derive v1.0.217 |
1698 | 2025-01-31T22:53:31.272Z | Compiling zeroize_derive v1.4.2 |
1699 | 2025-01-31T22:53:31.620Z | Compiling zerocopy-derive v0.7.35 |
1700 | 2025-01-31T22:53:32.182Z | Compiling thiserror-impl v1.0.69 |
1701 | 2025-01-31T22:53:32.280Z | Compiling tokio-macros v2.5.0 |
1702 | 2025-01-31T22:53:32.299Z | Compiling zerofrom-derive v0.1.4 |
1703 | 2025-01-31T22:53:32.539Z | Compiling yoke-derive v0.7.4 |
1704 | 2025-01-31T22:53:32.614Z | Compiling zeroize v1.8.1 |
1705 | 2025-01-31T22:53:33.071Z | Compiling zerovec-derive v0.10.3 |
1706 | 2025-01-31T22:53:33.227Z | Compiling futures-macro v0.3.31 |
1707 | 2025-01-31T22:53:33.411Z | Compiling displaydoc v0.2.5 |
1708 | 2025-01-31T22:53:34.796Z | Compiling zerocopy v0.7.35 |
1709 | 2025-01-31T22:53:34.871Z | Compiling crypto-common v0.1.6 |
1710 | 2025-01-31T22:53:34.893Z | Compiling icu_provider_macros v1.5.0 |
1711 | 2025-01-31T22:53:35.001Z | Compiling tracing-attributes v0.1.27 |
1712 | 2025-01-31T22:53:35.088Z | Compiling schemars_derive v0.8.21 |
1713 | 2025-01-31T22:53:35.346Z | Compiling block-buffer v0.10.4 |
1714 | 2025-01-31T22:53:35.577Z | Compiling digest v0.10.7 |
1715 | 2025-01-31T22:53:35.971Z | Compiling futures-core v0.3.31 |
1716 | 2025-01-31T22:53:36.110Z | Compiling time-core v0.1.2 |
1717 | 2025-01-31T22:53:36.244Z | Compiling crossbeam-utils v0.8.20 |
1718 | 2025-01-31T22:53:36.293Z | Compiling num-conv v0.1.0 |
1719 | 2025-01-31T22:53:36.586Z | Compiling time-macros v0.2.18 |
1720 | 2025-01-31T22:53:36.605Z | Compiling der_derive v0.7.3 |
1721 | 2025-01-31T22:53:36.746Z | Compiling vcpkg v0.2.15 |
1722 | 2025-01-31T22:53:38.211Z | Compiling openssl-sys v0.9.104 |
1723 | 2025-01-31T22:53:38.894Z | Compiling syn v1.0.109 |
1724 | 2025-01-31T22:53:39.263Z | Compiling cpufeatures v0.2.14 |
1725 | 2025-01-31T22:53:39.490Z | Compiling futures-sink v0.3.31 |
1726 | 2025-01-31T22:53:39.668Z | Compiling slog v2.7.0 |
1727 | 2025-01-31T22:53:39.912Z | Compiling ahash v0.8.11 |
1728 | 2025-01-31T22:53:40.141Z | Compiling zerofrom v0.1.4 |
1729 | 2025-01-31T22:53:40.364Z | Compiling iana-time-zone v0.1.61 |
1730 | 2025-01-31T22:53:40.528Z | Compiling yoke v0.7.4 |
1731 | 2025-01-31T22:53:40.883Z | Compiling futures-channel v0.3.31 |
1732 | 2025-01-31T22:53:40.916Z | Compiling scroll_derive v0.12.0 |
1733 | 2025-01-31T22:53:40.956Z | Compiling ucd-trie v0.1.7 |
1734 | 2025-01-31T22:53:41.088Z | Compiling futures-task v0.3.31 |
1735 | 2025-01-31T22:53:41.346Z | Compiling futures-io v0.3.31 |
1736 | 2025-01-31T22:53:41.395Z | Compiling openssl v0.10.66 |
1737 | 2025-01-31T22:53:41.397Z | Compiling pin-utils v0.1.0 |
1738 | 2025-01-31T22:53:41.532Z | Compiling futures-util v0.3.31 |
1739 | 2025-01-31T22:53:41.714Z | Compiling pest v2.7.14 |
1740 | 2025-01-31T22:53:41.807Z | Compiling zerovec v0.10.4 |
1741 | 2025-01-31T22:53:42.708Z | Compiling bitflags v2.6.0 |
1742 | 2025-01-31T22:53:42.833Z | Compiling bytes v1.9.0 |
1743 | 2025-01-31T22:53:44.998Z | Compiling indexmap v2.7.1 |
1744 | 2025-01-31T22:53:45.305Z | Compiling tokio v1.43.0 |
1745 | 2025-01-31T22:53:46.196Z | Compiling serde_tokenstream v0.2.2 |
1746 | 2025-01-31T22:53:46.307Z | Compiling uuid v1.12.0 |
1747 | 2025-01-31T22:53:46.723Z | Compiling http v1.2.0 |
1748 | 2025-01-31T22:53:47.543Z | Compiling which v4.4.2 |
1749 | 2025-01-31T22:53:47.705Z | Compiling chrono v0.4.39 |
1750 | 2025-01-31T22:53:48.075Z | Compiling rustc_version v0.4.1 |
1751 | 2025-01-31T22:53:49.580Z | Compiling hmac v0.12.1 |
1752 | 2025-01-31T22:53:50.819Z | Compiling pest_meta v2.7.14 |
1753 | 2025-01-31T22:53:53.643Z | Compiling block-padding v0.3.3 |
1754 | 2025-01-31T22:53:53.887Z | Compiling openssl-macros v0.1.1 |
1755 | 2025-01-31T22:53:54.556Z | Compiling native-tls v0.2.12 |
1756 | 2025-01-31T22:53:54.608Z | Compiling rustls v0.23.19 |
1757 | 2025-01-31T22:53:54.912Z | Compiling inout v0.1.3 |
1758 | 2025-01-31T22:53:54.930Z | Compiling pest_generator v2.7.14 |
1759 | 2025-01-31T22:53:55.029Z | Compiling tinystr v0.7.6 |
1760 | 2025-01-31T22:53:55.458Z | Compiling serde_spanned v0.6.8 |
1761 | 2025-01-31T22:53:55.552Z | Compiling toml_datetime v0.6.8 |
1762 | 2025-01-31T22:53:55.714Z | Compiling tracing-core v0.1.32 |
1763 | 2025-01-31T22:53:55.793Z | Compiling strsim v0.11.1 |
1764 | 2025-01-31T22:53:55.988Z | Compiling litemap v0.7.3 |
1765 | 2025-01-31T22:53:56.009Z | Compiling writeable v0.5.5 |
1766 | 2025-01-31T22:53:56.486Z | Compiling dyn-clone v1.0.17 |
1767 | 2025-01-31T22:53:56.611Z | Compiling pest_derive v2.7.14 |
1768 | 2025-01-31T22:53:56.898Z | Compiling icu_locid v1.5.0 |
1769 | 2025-01-31T22:53:57.368Z | Compiling tracing v0.1.40 |
1770 | 2025-01-31T22:53:57.858Z | Compiling cipher v0.4.4 |
1771 | 2025-01-31T22:53:58.250Z | Compiling sha2 v0.10.8 |
1772 | 2025-01-31T22:53:58.526Z | Compiling cookie v0.18.1 |
1773 | 2025-01-31T22:53:58.838Z | Compiling usdt-impl v0.5.0 |
1774 | 2025-01-31T22:53:59.202Z | Compiling base64ct v1.6.0 |
1775 | 2025-01-31T22:53:59.270Z | Compiling icu_provider v1.5.0 |
1776 | 2025-01-31T22:53:59.745Z | Compiling pem-rfc7468 v0.7.0 |
1777 | 2025-01-31T22:54:00.293Z | Compiling aws-lc-sys v0.22.0 |
1778 | 2025-01-31T22:54:00.342Z | Compiling scroll v0.12.0 |
1779 | 2025-01-31T22:54:00.943Z | Compiling ppv-lite86 v0.2.20 |
1780 | 2025-01-31T22:54:01.722Z | Compiling async-trait v0.1.85 |
1781 | 2025-01-31T22:54:02.260Z | Compiling icu_locid_transform_data v1.5.0 |
1782 | 2025-01-31T22:54:02.373Z | Compiling rustls-pki-types v1.10.0 |
1783 | 2025-01-31T22:54:03.958Z | Compiling camino v1.1.9 |
1784 | 2025-01-31T22:54:04.171Z | Compiling anyhow v1.0.95 |
1785 | 2025-01-31T22:54:04.473Z | Compiling flagset v0.4.6 |
1786 | 2025-01-31T22:54:04.697Z | Compiling plain v0.2.3 |
1787 | 2025-01-31T22:54:04.819Z | Compiling percent-encoding v2.3.1 |
1788 | 2025-01-31T22:54:04.866Z | Compiling goblin v0.8.2 |
1789 | 2025-01-31T22:54:05.233Z | Compiling icu_locid_transform v1.5.0 |
1790 | 2025-01-31T22:54:06.782Z | Compiling der v0.7.9 |
1791 | 2025-01-31T22:54:09.493Z | Compiling rand_chacha v0.3.1 |
1792 | 2025-01-31T22:54:10.350Z | Compiling tokio-util v0.7.12 |
1793 | 2025-01-31T22:54:10.426Z | Compiling icu_collections v1.5.0 |
1794 | 2025-01-31T22:54:11.772Z | Compiling untrusted v0.7.1 |
1795 | 2025-01-31T22:54:11.974Z | Compiling pretty-hex v0.4.1 |
1796 | 2025-01-31T22:54:12.174Z | Compiling mirai-annotations v1.12.0 |
1797 | 2025-01-31T22:54:12.260Z | Compiling powerfmt v0.2.0 |
1798 | 2025-01-31T22:54:12.371Z | Compiling rustls v0.22.4 |
1799 | 2025-01-31T22:54:12.454Z | Compiling icu_properties_data v1.5.0 |
1800 | 2025-01-31T22:54:12.711Z | Compiling untrusted v0.9.0 |
1801 | 2025-01-31T22:54:12.761Z | Compiling rayon-core v1.12.1 |
1802 | 2025-01-31T22:54:12.779Z | Compiling icu_properties v1.5.1 |
1803 | 2025-01-31T22:54:12.929Z | Compiling deranged v0.3.11 |
1804 | 2025-01-31T22:54:13.069Z | Compiling dof v0.3.0 |
1805 | 2025-01-31T22:54:14.186Z | Compiling rand v0.8.5 |
1806 | 2025-01-31T22:54:14.592Z | Compiling spki v0.7.3 |
1807 | 2025-01-31T22:54:14.780Z | Compiling salsa20 v0.10.2 |
1808 | 2025-01-31T22:54:14.950Z | Compiling dtrace-parser v0.2.0 |
1809 | 2025-01-31T22:54:15.647Z | Compiling pbkdf2 v0.12.2 |
1810 | 2025-01-31T22:54:16.466Z | Compiling thread-id v4.2.2 |
1811 | 2025-01-31T22:54:16.595Z | Compiling write16 v1.0.0 |
1812 | 2025-01-31T22:54:16.767Z | Compiling atomic-waker v1.1.2 |
1813 | 2025-01-31T22:54:16.888Z | Compiling utf8_iter v1.0.4 |
1814 | 2025-01-31T22:54:17.189Z | Compiling icu_normalizer_data v1.5.0 |
1815 | 2025-01-31T22:54:17.327Z | Compiling num_threads v0.1.7 |
1816 | 2025-01-31T22:54:17.343Z | Compiling winnow v0.5.40 |
1817 | 2025-01-31T22:54:17.426Z | Compiling utf16_iter v1.0.5 |
1818 | 2025-01-31T22:54:17.630Z | Compiling litrs v0.4.1 |
1819 | 2025-01-31T22:54:17.711Z | Compiling icu_normalizer v1.5.0 |
1820 | 2025-01-31T22:54:18.646Z | Compiling document-features v0.2.10 |
1821 | 2025-01-31T22:54:19.031Z | Compiling time v0.3.36 |
1822 | 2025-01-31T22:54:20.402Z | Compiling toml_edit v0.19.15 |
1823 | 2025-01-31T22:54:22.302Z | Compiling scrypt v0.11.0 |
1824 | 2025-01-31T22:54:22.703Z | Compiling form_urlencoded v1.2.1 |
1825 | 2025-01-31T22:54:22.785Z | Compiling cbc v0.1.2 |
1826 | 2025-01-31T22:54:23.028Z | Compiling aes v0.8.4 |
1827 | 2025-01-31T22:54:23.118Z | Compiling http-body v1.0.1 |
1828 | 2025-01-31T22:54:23.216Z | Compiling multer v3.1.0 |
1829 | 2025-01-31T22:54:23.392Z | Compiling try-lock v0.2.5 |
1830 | 2025-01-31T22:54:23.528Z | Compiling tinyvec_macros v0.1.1 |
1831 | 2025-01-31T22:54:23.775Z | Compiling rustversion v1.0.17 |
1832 | 2025-01-31T22:54:23.794Z | Compiling slog-async v2.8.0 |
1833 | 2025-01-31T22:54:24.128Z | Compiling pkcs5 v0.7.1 |
1834 | 2025-01-31T22:54:24.444Z | Compiling tinyvec v1.8.0 |
1835 | 2025-01-31T22:54:25.128Z | Compiling want v0.3.1 |
1836 | 2025-01-31T22:54:25.972Z | Compiling idna_adapter v1.2.0 |
1837 | 2025-01-31T22:54:26.379Z | Compiling h2 v0.4.6 |
1838 | 2025-01-31T22:54:26.493Z | Compiling heapless v0.7.17 |
1839 | 2025-01-31T22:54:27.045Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1840 | 2025-01-31T22:54:27.428Z | Compiling httpdate v1.0.3 |
1841 | 2025-01-31T22:54:27.741Z | Compiling signal-hook v0.3.17 |
1842 | 2025-01-31T22:54:28.607Z | Compiling idna v1.0.3 |
1843 | 2025-01-31T22:54:29.919Z | Compiling pkcs8 v0.10.2 |
1844 | 2025-01-31T22:54:30.911Z | Compiling usdt-macro v0.5.0 |
1845 | 2025-01-31T22:54:31.049Z | Compiling usdt-attr-macro v0.5.0 |
1846 | 2025-01-31T22:54:32.253Z | Compiling async-stream-impl v0.3.6 |
1847 | 2025-01-31T22:54:32.883Z | Compiling tower-service v0.3.3 |
1848 | 2025-01-31T22:54:33.078Z | Compiling adler2 v2.0.0 |
1849 | 2025-01-31T22:54:33.134Z | Compiling base64 v0.22.1 |
1850 | 2025-01-31T22:54:33.366Z | Compiling miniz_oxide v0.8.0 |
1851 | 2025-01-31T22:54:34.871Z | Compiling hyper v1.5.2 |
1852 | 2025-01-31T22:54:36.765Z | Compiling curve25519-dalek v4.1.3 |
1853 | 2025-01-31T22:54:37.187Z | Compiling openapiv3 v2.0.0 |
1854 | 2025-01-31T22:54:39.846Z | Compiling hyper-util v0.1.10 |
1855 | 2025-01-31T22:54:40.638Z | Compiling enum-as-inner v0.6.1 |
1856 | 2025-01-31T22:54:41.164Z | Compiling dropshot v0.12.0 |
1857 | 2025-01-31T22:54:41.373Z | Compiling smoltcp v0.9.1 |
1858 | 2025-01-31T22:54:41.469Z | Compiling foreign-types-shared v0.1.1 |
1859 | 2025-01-31T22:54:41.599Z | Compiling match_cfg v0.1.0 |
1860 | 2025-01-31T22:54:41.602Z | Compiling num-bigint-dig v0.8.4 |
1861 | 2025-01-31T22:54:41.713Z | Compiling portable-atomic v1.9.0 |
1862 | 2025-01-31T22:54:42.285Z | Compiling newtype-uuid v1.2.1 |
1863 | 2025-01-31T22:54:42.538Z | Compiling foreign-types v0.3.2 |
1864 | 2025-01-31T22:54:42.699Z | Compiling hostname v0.3.1 |
1865 | 2025-01-31T22:54:45.432Z | Compiling url v2.5.3 |
1866 | 2025-01-31T22:54:47.060Z | Compiling http-body-util v0.1.2 |
1867 | 2025-01-31T22:54:47.500Z | Compiling dirs-sys-next v0.1.2 |
1868 | 2025-01-31T22:54:47.556Z | Compiling encoding_rs v0.8.34 |
1869 | 2025-01-31T22:54:47.610Z | Compiling heck v0.4.1 |
1870 | 2025-01-31T22:54:47.931Z | Compiling ident_case v1.0.1 |
1871 | 2025-01-31T22:54:47.975Z | Compiling data-encoding v2.6.0 |
1872 | 2025-01-31T22:54:48.153Z | Compiling siphasher v0.3.11 |
1873 | 2025-01-31T22:54:48.550Z | Compiling gimli v0.31.1 |
1874 | 2025-01-31T22:54:49.455Z | Compiling mime v0.3.17 |
1875 | 2025-01-31T22:54:50.462Z | Compiling darling_core v0.20.10 |
1876 | 2025-01-31T22:54:50.532Z | Compiling dirs-next v2.0.0 |
1877 | 2025-01-31T22:54:55.105Z | Compiling addr2line v0.24.2 |
1878 | 2025-01-31T22:54:56.724Z | Compiling unicode-normalization v0.1.24 |
1879 | 2025-01-31T22:54:57.799Z | Compiling serde_urlencoded v0.7.1 |
1880 | 2025-01-31T22:54:58.396Z | Compiling crossbeam-epoch v0.9.18 |
1881 | 2025-01-31T22:54:58.482Z | Compiling rustls-pemfile v2.2.0 |
1882 | 2025-01-31T22:54:58.938Z | Compiling hubpack_derive v0.1.1 |
1883 | 2025-01-31T22:54:58.966Z | Compiling dropshot_endpoint v0.12.0 |
1884 | 2025-01-31T22:54:59.049Z | Compiling sha1 v0.10.6 |
1885 | 2025-01-31T22:54:59.111Z | Compiling signature v2.2.0 |
1886 | 2025-01-31T22:54:59.334Z | Compiling zerocopy-derive v0.6.6 |
1887 | 2025-01-31T22:54:59.444Z | Compiling curve25519-dalek-derive v0.1.1 |
1888 | 2025-01-31T22:55:00.743Z | Compiling object v0.36.5 |
1889 | 2025-01-31T22:55:01.049Z | Compiling thread_local v1.1.8 |
1890 | 2025-01-31T22:55:01.488Z | Compiling fs-err v2.11.0 |
1891 | 2025-01-31T22:55:05.255Z | Compiling ipnet v2.10.1 |
1892 | 2025-01-31T22:55:05.886Z | Compiling unicode-bidi v0.3.17 |
1893 | 2025-01-31T22:55:07.496Z | Compiling openssl-probe v0.1.5 |
1894 | 2025-01-31T22:55:07.797Z | Compiling unicode-properties v0.1.3 |
1895 | 2025-01-31T22:55:08.069Z | Compiling winnow v0.6.20 |
1896 | 2025-01-31T22:55:08.203Z | Compiling utf8parse v0.2.2 |
1897 | 2025-01-31T22:55:08.233Z | Compiling rustc-demangle v0.1.24 |
1898 | 2025-01-31T22:55:09.296Z | Compiling anstyle v1.0.10 |
1899 | 2025-01-31T22:55:10.207Z | Compiling backtrace v0.3.74 |
1900 | 2025-01-31T22:55:11.378Z | Compiling toml_edit v0.22.22 |
1901 | 2025-01-31T22:55:11.484Z | Compiling anstyle-parse v0.2.5 |
1902 | 2025-01-31T22:55:11.826Z | Compiling stringprep v0.1.5 |
1903 | 2025-01-31T22:55:13.491Z | Compiling rustls-webpki v0.102.8 |
1904 | 2025-01-31T22:55:20.887Z | Compiling crossbeam-deque v0.8.5 |
1905 | 2025-01-31T22:55:21.281Z | Compiling darling_macro v0.20.10 |
1906 | 2025-01-31T22:55:22.160Z | Compiling term v0.7.0 |
1907 | 2025-01-31T22:55:22.954Z | Compiling slog-json v2.6.1 |
1908 | 2025-01-31T22:55:24.027Z | Compiling crossbeam-channel v0.5.13 |
1909 | 2025-01-31T22:55:24.655Z | Compiling hashbrown v0.14.5 |
1910 | 2025-01-31T22:55:25.197Z | Compiling futures-executor v0.3.31 |
1911 | 2025-01-31T22:55:25.495Z | Compiling num-integer v0.1.46 |
1912 | 2025-01-31T22:55:25.613Z | Compiling md-5 v0.10.6 |
1913 | 2025-01-31T22:55:25.841Z | Compiling ff v0.13.0 |
1914 | 2025-01-31T22:55:25.874Z | Compiling hash32 v0.2.1 |
1915 | 2025-01-31T22:55:26.078Z | Compiling memmap v0.7.0 |
1916 | 2025-01-31T22:55:26.143Z | Compiling is-terminal v0.4.13 |
1917 | 2025-01-31T22:55:26.235Z | Compiling linked-hash-map v0.5.6 |
1918 | 2025-01-31T22:55:26.308Z | Compiling is_terminal_polyfill v1.70.1 |
1919 | 2025-01-31T22:55:26.387Z | Compiling fallible-iterator v0.2.0 |
1920 | 2025-01-31T22:55:26.452Z | Compiling psl-types v2.0.11 |
1921 | 2025-01-31T22:55:26.579Z | Compiling base16ct v0.2.0 |
1922 | 2025-01-31T22:55:26.657Z | Compiling utf-8 v0.7.6 |
1923 | 2025-01-31T22:55:26.867Z | Compiling take_mut v0.2.2 |
1924 | 2025-01-31T22:55:27.028Z | Compiling quick-error v1.2.3 |
1925 | 2025-01-31T22:55:27.062Z | Compiling colorchoice v1.0.2 |
1926 | 2025-01-31T22:55:27.360Z | Compiling anstyle-query v1.1.1 |
1927 | 2025-01-31T22:55:27.468Z | Compiling publicsuffix v2.3.0 |
1928 | 2025-01-31T22:55:27.531Z | Compiling anstream v0.6.15 |
1929 | 2025-01-31T22:55:27.628Z | Compiling resolv-conf v0.7.0 |
1930 | 2025-01-31T22:55:28.054Z | Compiling postgres-protocol v0.6.7 |
1931 | 2025-01-31T22:55:28.156Z | Compiling tungstenite v0.24.0 |
1932 | 2025-01-31T22:55:28.278Z | Compiling sec1 v0.7.3 |
1933 | 2025-01-31T22:55:28.827Z | Compiling lru-cache v0.1.2 |
1934 | 2025-01-31T22:55:29.029Z | Compiling usdt v0.5.0 |
1935 | 2025-01-31T22:55:29.095Z | Compiling slog-term v2.9.1 |
1936 | 2025-01-31T22:55:29.486Z | Compiling group v0.13.0 |
1937 | 2025-01-31T22:55:29.810Z | Compiling num-iter v0.1.45 |
1938 | 2025-01-31T22:55:29.982Z | Compiling regress v0.10.1 |
1939 | 2025-01-31T22:55:30.005Z | Compiling futures v0.3.31 |
1940 | 2025-01-31T22:55:33.130Z | Compiling slog-bunyan v2.5.0 |
1941 | 2025-01-31T22:55:33.157Z | Compiling tokio-rustls v0.26.0 |
1942 | 2025-01-31T22:55:33.362Z | Compiling darling v0.20.10 |
1943 | 2025-01-31T22:55:33.495Z | Compiling tokio-rustls v0.25.0 |
1944 | 2025-01-31T22:55:33.621Z | Compiling tokio-native-tls v0.3.1 |
1945 | 2025-01-31T22:55:33.905Z | Compiling toml v0.8.19 |
1946 | 2025-01-31T22:55:34.229Z | Compiling hickory-proto v0.24.2 |
1947 | 2025-01-31T22:55:34.451Z | Compiling phf_shared v0.11.2 |
1948 | 2025-01-31T22:55:34.805Z | Compiling strum_macros v0.25.3 |
1949 | 2025-01-31T22:55:35.332Z | Compiling async-stream v0.3.6 |
1950 | 2025-01-31T22:55:35.393Z | Compiling waitgroup v0.1.2 |
1951 | 2025-01-31T22:55:35.613Z | Compiling webpki-roots v0.26.6 |
1952 | 2025-01-31T22:55:35.907Z | Compiling hkdf v0.12.4 |
1953 | 2025-01-31T22:55:36.020Z | Compiling terminal_size v0.4.0 |
1954 | 2025-01-31T22:55:36.092Z | Compiling serde_path_to_error v0.1.16 |
1955 | 2025-01-31T22:55:36.233Z | Compiling crypto-bigint v0.5.5 |
1956 | 2025-01-31T22:55:36.763Z | Compiling clap_derive v4.5.24 |
1957 | 2025-01-31T22:55:36.872Z | Compiling derive-where v1.2.7 |
1958 | 2025-01-31T22:55:38.208Z | Compiling serde_repr v0.1.19 |
1959 | 2025-01-31T22:55:38.580Z | Compiling hostname v0.4.0 |
1960 | 2025-01-31T22:55:38.799Z | Compiling crc32fast v1.4.2 |
1961 | 2025-01-31T22:55:39.546Z | Compiling clap_lex v0.7.4 |
1962 | 2025-01-31T22:55:39.779Z | Compiling debug-ignore v1.0.5 |
1963 | 2025-01-31T22:55:39.969Z | Compiling managed v0.8.0 |
1964 | 2025-01-31T22:55:40.142Z | Compiling unicode-width v0.2.0 |
1965 | 2025-01-31T22:55:40.426Z | Compiling bitflags v1.3.2 |
1966 | 2025-01-31T22:55:40.663Z | Compiling console v0.15.10 |
1967 | 2025-01-31T22:55:41.816Z | Compiling clap_builder v4.5.27 |
1968 | 2025-01-31T22:55:42.362Z | Compiling hickory-resolver v0.24.2 |
1969 | 2025-01-31T22:55:43.494Z | Compiling flate2 v1.0.35 |
1970 | 2025-01-31T22:55:44.325Z | Compiling elliptic-curve v0.13.8 |
1971 | 2025-01-31T22:55:46.454Z | Compiling hyper-rustls v0.27.3 |
1972 | 2025-01-31T22:55:48.037Z | Compiling phf v0.11.2 |
1973 | 2025-01-31T22:55:48.335Z | Compiling hyper-tls v0.6.0 |
1974 | 2025-01-31T22:55:48.781Z | Compiling typify-impl v0.2.0 |
1975 | 2025-01-31T22:55:48.870Z | Compiling signal-hook-mio v0.2.4 |
1976 | 2025-01-31T22:55:49.043Z | Compiling rayon v1.10.0 |
1977 | 2025-01-31T22:55:49.062Z | Compiling bzip2 v0.4.4 |
1978 | 2025-01-31T22:55:49.401Z | Compiling cookie_store v0.21.1 |
1979 | 2025-01-31T22:55:52.679Z | Compiling tokio-tungstenite v0.24.0 |
1980 | 2025-01-31T22:55:53.245Z | Compiling postgres-types v0.2.8 |
1981 | 2025-01-31T22:55:53.503Z | Compiling zerocopy v0.6.6 |
1982 | 2025-01-31T22:55:53.851Z | Compiling hubpack v0.1.2 |
1983 | 2025-01-31T22:55:53.918Z | Compiling ed25519 v2.2.3 |
1984 | 2025-01-31T22:55:54.269Z | Compiling phf_shared v0.10.0 |
1985 | 2025-01-31T22:55:54.323Z | Compiling pkcs1 v0.7.5 |
1986 | 2025-01-31T22:55:54.399Z | Compiling tokio-stream v0.1.16 |
1987 | 2025-01-31T22:55:54.551Z | Compiling ipnetwork v0.20.0 |
1988 | 2025-01-31T22:55:55.179Z | Compiling rfc6979 v0.4.0 |
1989 | 2025-01-31T22:55:55.312Z | Compiling serde-big-array v0.5.1 |
1990 | 2025-01-31T22:55:55.394Z | Compiling float-cmp v0.9.0 |
1991 | 2025-01-31T22:55:55.435Z | Compiling sync_wrapper v1.0.1 |
1992 | 2025-01-31T22:55:55.601Z | Compiling bstr v1.10.0 |
1993 | 2025-01-31T22:55:55.728Z | Compiling whoami v1.5.2 |
1994 | 2025-01-31T22:55:56.498Z | Compiling static_assertions v1.1.0 |
1995 | 2025-01-31T22:55:56.634Z | Compiling predicates-core v1.0.8 |
1996 | 2025-01-31T22:55:56.700Z | Compiling precomputed-hash v0.1.1 |
1997 | 2025-01-31T22:55:56.844Z | Compiling difflib v0.4.0 |
1998 | 2025-01-31T22:55:56.945Z | Compiling bit-vec v0.6.3 |
1999 | 2025-01-31T22:55:57.043Z | Compiling unicode-segmentation v1.12.0 |
2000 | 2025-01-31T22:55:57.379Z | Compiling fixedbitset v0.4.2 |
2001 | 2025-01-31T22:55:57.774Z | Compiling new_debug_unreachable v1.0.6 |
2002 | 2025-01-31T22:55:57.889Z | Compiling number_prefix v0.4.0 |
2003 | 2025-01-31T22:55:57.948Z | Compiling normalize-line-endings v0.3.0 |
2004 | 2025-01-31T22:55:58.114Z | Compiling predicates v3.1.2 |
2005 | 2025-01-31T22:55:58.134Z | Compiling indicatif v0.17.11 |
2006 | 2025-01-31T22:55:58.428Z | Compiling string_cache v0.8.7 |
2007 | 2025-01-31T22:55:58.831Z | Compiling reqwest v0.12.9 |
2008 | 2025-01-31T22:55:59.218Z | Compiling typify-macro v0.2.0 |
2009 | 2025-01-31T22:55:59.435Z | Compiling similar v2.6.0 |
2010 | 2025-01-31T22:55:59.728Z | Compiling petgraph v0.6.5 |
2011 | 2025-01-31T22:55:59.861Z | Compiling bit-set v0.5.3 |
2012 | 2025-01-31T22:56:00.146Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2013 | 2025-01-31T22:56:01.280Z | Compiling tokio-postgres v0.7.12 |
2014 | 2025-01-31T22:56:03.305Z | Compiling ecdsa v0.16.9 |
2015 | 2025-01-31T22:56:04.148Z | Compiling qorb v0.2.1 |
2016 | 2025-01-31T22:56:04.815Z | Compiling rsa v0.9.6 |
2017 | 2025-01-31T22:56:06.274Z | Compiling ed25519-dalek v2.1.1 |
2018 | 2025-01-31T22:56:06.730Z | Compiling zip v0.6.6 |
2019 | 2025-01-31T22:56:06.830Z | Compiling crossterm v0.28.1 |
2020 | 2025-01-31T22:56:07.050Z | Compiling clap v4.5.27 |
2021 | 2025-01-31T22:56:08.691Z | Compiling toml v0.7.8 |
2022 | 2025-01-31T22:56:09.308Z | Compiling x509-cert v0.2.5 |
2023 | 2025-01-31T22:56:10.056Z | Compiling hex v0.4.3 |
2024 | 2025-01-31T22:56:10.825Z | Compiling itertools v0.10.5 |
2025 | 2025-01-31T22:56:11.264Z | Compiling lalrpop-util v0.19.12 |
2026 | 2025-01-31T22:56:11.420Z | Compiling zerocopy v0.8.10 |
2027 | 2025-01-31T22:56:11.617Z | Compiling peg-runtime v0.8.3 |
2028 | 2025-01-31T22:56:12.148Z | Compiling unicode-xid v0.2.6 |
2029 | 2025-01-31T22:56:13.437Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2030 | 2025-01-31T22:56:18.066Z | Compiling proc-macro-crate v1.3.1 |
2031 | 2025-01-31T22:56:18.836Z | Compiling macaddr v1.0.1 |
2032 | 2025-01-31T22:56:19.099Z | Compiling zerocopy-derive v0.8.10 |
2033 | 2025-01-31T22:56:19.143Z | Compiling itertools v0.13.0 |
2034 | 2025-01-31T22:56:21.479Z | Compiling heapless v0.8.0 |
2035 | 2025-01-31T22:56:22.037Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2036 | 2025-01-31T22:56:27.815Z | Compiling num_enum_derive v0.5.11 |
2037 | 2025-01-31T22:56:34.784Z | Compiling hash32 v0.3.1 |
2038 | 2025-01-31T22:56:35.184Z | Compiling smoltcp v0.11.0 |
2039 | 2025-01-31T22:56:36.454Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2040 | 2025-01-31T22:56:41.513Z | Compiling num_enum v0.5.11 |
2041 | 2025-01-31T22:56:41.720Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2042 | 2025-01-31T22:56:42.376Z | Compiling typify v0.2.0 |
2043 | 2025-01-31T22:56:42.529Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2044 | 2025-01-31T22:56:43.105Z | Compiling proc-macro-error-attr v1.0.4 |
2045 | 2025-01-31T22:56:43.423Z | Compiling cobs v0.2.3 |
2046 | 2025-01-31T22:56:43.564Z | Compiling unsafe-libyaml v0.2.11 |
2047 | 2025-01-31T22:56:43.907Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2048 | 2025-01-31T22:56:44.209Z | Compiling thiserror v2.0.11 |
2049 | 2025-01-31T22:56:45.262Z | Compiling serde_yaml v0.9.34+deprecated |
2050 | 2025-01-31T22:56:47.132Z | Compiling postcard v1.0.10 |
2051 | 2025-01-31T22:56:59.920Z | Compiling progenitor-impl v0.8.0 |
2052 | 2025-01-31T22:57:00.316Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2053 | 2025-01-31T22:57:11.009Z | Compiling strum_macros v0.26.4 |
2054 | 2025-01-31T22:57:12.598Z | Compiling thiserror-impl v2.0.11 |
2055 | 2025-01-31T22:57:12.678Z | Compiling foreign-types-macros v0.2.3 |
2056 | 2025-01-31T22:57:12.678Z | Compiling structmeta-derive v0.3.0 |
2057 | 2025-01-31T22:57:12.784Z | Compiling proc-macro-error v1.0.4 |
2058 | 2025-01-31T22:57:13.085Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2025-01-31T22:57:13.716Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2025-01-31T22:57:13.997Z | Compiling foreign-types-shared v0.3.1 |
2061 | 2025-01-31T22:57:15.057Z | Compiling unicode-width v0.1.14 |
2062 | 2025-01-31T22:57:15.176Z | Compiling strum v0.26.3 |
2063 | 2025-01-31T22:57:15.387Z | Compiling structmeta v0.3.0 |
2064 | 2025-01-31T22:57:15.757Z | Compiling tabwriter v1.4.0 |
2065 | 2025-01-31T22:57:19.308Z | Compiling foreign-types v0.5.0 |
2066 | 2025-01-31T22:57:19.443Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2067 | 2025-01-31T22:57:24.856Z | Compiling progenitor-macro v0.8.0 |
2068 | 2025-01-31T22:57:27.910Z | Compiling progenitor-client v0.8.0 |
2069 | 2025-01-31T22:57:30.824Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2070 | 2025-01-31T22:57:32.036Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2071 | 2025-01-31T22:57:32.292Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2072 | 2025-01-31T22:57:32.859Z | Compiling cstr-argument v0.1.2 |
2073 | 2025-01-31T22:57:33.133Z | Compiling dropshot v0.15.1 |
2074 | 2025-01-31T22:57:33.165Z | Compiling crucible-workspace-hack v0.1.0 |
2075 | 2025-01-31T22:57:33.781Z | Compiling pretty-hex v0.2.1 |
2076 | 2025-01-31T22:57:33.886Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2077 | 2025-01-31T22:57:34.031Z | Compiling fastrand v2.1.1 |
2078 | 2025-01-31T22:57:34.238Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2079 | 2025-01-31T22:57:34.640Z | Compiling tempfile v3.13.0 |
2080 | 2025-01-31T22:57:34.817Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2081 | 2025-01-31T22:57:35.058Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2082 | 2025-01-31T22:57:35.271Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2083 | 2025-01-31T22:57:35.635Z | Compiling progenitor v0.8.0 |
2084 | 2025-01-31T22:57:35.865Z | Compiling parse-display-derive v0.10.0 |
2085 | 2025-01-31T22:57:36.248Z | Compiling colored v2.1.0 |
2086 | 2025-01-31T22:57:36.347Z | Compiling serde_with_macros v3.11.0 |
2087 | 2025-01-31T22:57:36.940Z | Compiling dropshot_endpoint v0.15.1 |
2088 | 2025-01-31T22:57:37.458Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2089 | 2025-01-31T22:57:38.223Z | Compiling instant v0.1.13 |
2090 | 2025-01-31T22:57:38.419Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2091 | 2025-01-31T22:57:38.759Z | Compiling serde_with v3.11.0 |
2092 | 2025-01-31T22:57:38.859Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2025-01-31T22:57:39.371Z | Compiling parse-display v0.10.0 |
2094 | 2025-01-31T22:57:40.005Z | Compiling backoff v0.4.0 |
2095 | 2025-01-31T22:57:40.385Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2096 | 2025-01-31T22:57:41.217Z | Compiling zone_cfg_derive v0.3.0 |
2097 | 2025-01-31T22:57:41.818Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2098 | 2025-01-31T22:57:42.488Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2099 | 2025-01-31T22:57:42.511Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2100 | 2025-01-31T22:57:42.534Z | Compiling camino-tempfile v1.1.1 |
2101 | 2025-01-31T22:57:42.870Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2102 | 2025-01-31T22:57:43.260Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2103 | 2025-01-31T22:57:43.319Z | Compiling regress v0.9.1 |
2104 | 2025-01-31T22:57:43.371Z | Compiling progenitor-client v0.9.1 |
2105 | 2025-01-31T22:57:43.457Z | Compiling num-derive v0.4.2 |
2106 | 2025-01-31T22:57:44.269Z | Compiling sigpipe v0.1.3 |
2107 | 2025-01-31T22:57:44.427Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2108 | 2025-01-31T22:57:44.754Z | Compiling libefi-sys v0.1.0 |
2109 | 2025-01-31T22:57:45.131Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2110 | 2025-01-31T22:57:45.614Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2111 | 2025-01-31T22:57:47.146Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2112 | 2025-01-31T22:57:47.719Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2113 | 2025-01-31T22:57:48.371Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2114 | 2025-01-31T22:57:49.968Z | Compiling zone v0.3.0 |
2115 | 2025-01-31T22:57:51.869Z | Compiling smf v0.2.3 |
2116 | 2025-01-31T22:57:53.347Z | Compiling bitfield-struct v0.6.2 |
2117 | 2025-01-31T22:57:54.532Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2118 | 2025-01-31T22:57:54.652Z | Compiling blake3 v1.5.4 |
2119 | 2025-01-31T22:57:55.054Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2025-01-31T22:57:55.540Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2121 | 2025-01-31T22:57:55.697Z | Compiling xattr v1.3.1 |
2122 | 2025-01-31T22:57:55.813Z | Compiling memmap2 v0.9.5 |
2123 | 2025-01-31T22:57:55.958Z | Compiling filetime v0.2.25 |
2124 | 2025-01-31T22:57:56.031Z | Compiling arrayvec v0.7.6 |
2125 | 2025-01-31T22:57:56.328Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2126 | 2025-01-31T22:57:56.396Z | Compiling same-file v1.0.6 |
2127 | 2025-01-31T22:57:56.461Z | Compiling arrayref v0.3.9 |
2128 | 2025-01-31T22:57:56.496Z | Compiling constant_time_eq v0.3.1 |
2129 | 2025-01-31T22:57:56.585Z | Compiling walkdir v2.5.0 |
2130 | 2025-01-31T22:57:56.675Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2131 | 2025-01-31T22:57:56.695Z | Compiling tar v0.4.42 |
2132 | 2025-01-31T22:57:58.238Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2133 | 2025-01-31T22:57:58.789Z | Compiling gethostname v0.5.0 |
2134 | 2025-01-31T22:57:59.011Z | Compiling cargo-platform v0.1.8 |
2135 | 2025-01-31T22:57:59.233Z | Compiling topological-sort v0.2.2 |
2136 | 2025-01-31T22:57:59.296Z | Compiling shell-words v1.1.0 |
2137 | 2025-01-31T22:57:59.525Z | Compiling omicron-zone-package v0.12.0 |
2138 | 2025-01-31T22:57:59.790Z | Compiling cargo_metadata v0.18.1 |
2139 | 2025-01-31T22:58:00.057Z | Compiling indent_write v2.2.0 |
2140 | 2025-01-31T22:58:05.353Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2141 | 2025-01-31T22:58:07.590Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2142 | 2025-01-31T22:58:11.152Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2143 | 2025-01-31T22:58:28.245Z | Finished `release` profile [optimized] target(s) in 5m 12s |
2144 | 2025-01-31T22:58:28.411Z | Running `target/release/omicron-package -t test target create -p dev` |
2145 | 2025-01-31T22:58:28.459Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2146 | 2025-01-31T22:58:28.463Z | Created new build target 'test' and set it as active |
2147 | 2025-01-31T22:58:28.463Z | |
2148 | 2025-01-31T22:58:28.463Z | real 5:12.301159356 |
2149 | 2025-01-31T22:58:28.463Z | user 36:31.930135412 |
2150 | 2025-01-31T22:58:28.463Z | sys 3:21.803816347 |
2151 | 2025-01-31T22:58:28.463Z | trap 1.146339469 |
2152 | 2025-01-31T22:58:28.463Z | tflt 2.862136688 |
2153 | 2025-01-31T22:58:28.463Z | dflt 0.669566933 |
2154 | 2025-01-31T22:58:28.463Z | kflt 0.000829957 |
2155 | 2025-01-31T22:58:28.463Z | lock 1:13:00.965556114 |
2156 | 2025-01-31T22:58:28.463Z | slp 2:26:57.971036888 |
2157 | 2025-01-31T22:58:28.465Z | lat 2:44.964461730 |
2158 | 2025-01-31T22:58:28.465Z | stop 4:42.495228417 |
2159 | 2025-01-31T22:58:28.468Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2160 | 2025-01-31T22:58:29.425Z | Finished `release` profile [optimized] target(s) in 0.90s |
2161 | 2025-01-31T22:58:29.481Z | Running `target/release/omicron-package -t test package` |
2162 | 2025-01-31T22:58:29.528Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2163 | 2025-01-31T22:58:30.643Z | Compiling thiserror v2.0.11 |
2164 | 2025-01-31T22:58:30.778Z | Compiling typify-impl v0.3.0 |
2165 | 2025-01-31T22:58:30.790Z | Compiling convert_case v0.4.0 |
2166 | 2025-01-31T22:58:30.792Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2167 | 2025-01-31T22:58:30.792Z | Compiling newline-converter v0.3.0 |
2168 | 2025-01-31T22:58:30.792Z | Compiling password-hash v0.5.0 |
2169 | 2025-01-31T22:58:30.792Z | Compiling blake2 v0.10.6 |
2170 | 2025-01-31T22:58:30.792Z | Compiling base64 v0.21.7 |
2171 | 2025-01-31T22:58:31.107Z | Compiling expectorate v1.1.0 |
2172 | 2025-01-31T22:58:31.131Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2173 | 2025-01-31T22:58:31.374Z | Compiling argon2 v0.5.3 |
2174 | 2025-01-31T22:58:31.476Z | Compiling derive_more v0.99.18 |
2175 | 2025-01-31T22:58:31.829Z | Compiling atomicwrites v0.4.4 |
2176 | 2025-01-31T22:58:31.903Z | Compiling owo-colors v4.1.0 |
2177 | 2025-01-31T22:58:31.992Z | Compiling cancel-safe-futures v0.1.5 |
2178 | 2025-01-31T22:58:32.220Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2179 | 2025-01-31T22:58:32.361Z | Compiling num-rational v0.4.2 |
2180 | 2025-01-31T22:58:32.380Z | Compiling progenitor-client v0.9.1 |
2181 | 2025-01-31T22:58:32.806Z | Compiling num-complex v0.4.6 |
2182 | 2025-01-31T22:58:33.591Z | Compiling libsw v3.3.1 |
2183 | 2025-01-31T22:58:33.722Z | Compiling linear-map v1.2.0 |
2184 | 2025-01-31T22:58:33.932Z | Compiling num v0.4.3 |
2185 | 2025-01-31T22:58:34.011Z | Compiling swrite v0.1.0 |
2186 | 2025-01-31T22:58:34.066Z | Compiling float-ord v0.3.2 |
2187 | 2025-01-31T22:58:34.137Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2188 | 2025-01-31T22:58:34.175Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2189 | 2025-01-31T22:58:34.248Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2190 | 2025-01-31T22:58:34.835Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2191 | 2025-01-31T22:58:35.374Z | Compiling highway v1.2.0 |
2192 | 2025-01-31T22:58:36.852Z | Compiling semver v0.1.20 |
2193 | 2025-01-31T22:58:37.370Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2194 | 2025-01-31T22:58:37.402Z | Compiling rustc_version v0.1.7 |
2195 | 2025-01-31T22:58:37.812Z | Compiling newtype_derive v0.1.6 |
2196 | 2025-01-31T22:58:38.186Z | Compiling tungstenite v0.21.0 |
2197 | 2025-01-31T22:58:41.738Z | Compiling typify-macro v0.3.0 |
2198 | 2025-01-31T22:58:41.850Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2199 | 2025-01-31T22:58:42.579Z | Compiling ipnetwork v0.20.0 |
2200 | 2025-01-31T22:58:43.167Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2201 | 2025-01-31T22:58:43.324Z | Compiling tokio-tungstenite v0.21.0 |
2202 | 2025-01-31T22:58:43.515Z | Compiling progenitor-client v0.8.0 |
2203 | 2025-01-31T22:58:43.811Z | Compiling humantime v2.1.0 |
2204 | 2025-01-31T22:58:43.955Z | Compiling progenitor v0.8.0 |
2205 | 2025-01-31T22:58:43.995Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2206 | 2025-01-31T22:58:44.311Z | Compiling dropshot v0.15.1 |
2207 | 2025-01-31T22:58:44.387Z | Compiling instant v0.1.13 |
2208 | 2025-01-31T22:58:44.561Z | Compiling backoff v0.4.0 |
2209 | 2025-01-31T22:58:44.612Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2210 | 2025-01-31T22:58:44.987Z | Compiling steno v0.4.1 |
2211 | 2025-01-31T22:58:45.078Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2212 | 2025-01-31T22:58:45.123Z | Compiling typify v0.3.0 |
2213 | 2025-01-31T22:58:45.278Z | Compiling progenitor-impl v0.9.1 |
2214 | 2025-01-31T22:58:51.359Z | Compiling progenitor-macro v0.9.1 |
2215 | 2025-01-31T22:58:52.446Z | Compiling parse-display v0.10.0 |
2216 | 2025-01-31T22:58:52.986Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2217 | 2025-01-31T22:58:53.204Z | Compiling strum v0.26.3 |
2218 | 2025-01-31T22:58:53.221Z | Compiling serde_with v3.11.0 |
2219 | 2025-01-31T22:58:53.396Z | Compiling regress v0.9.1 |
2220 | 2025-01-31T22:58:56.373Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2221 | 2025-01-31T22:58:57.703Z | Compiling macaddr v1.0.1 |
2222 | 2025-01-31T22:58:58.082Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2223 | 2025-01-31T22:58:58.144Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2224 | 2025-01-31T22:58:58.295Z | Compiling slog-dtrace v0.3.0 |
2225 | 2025-01-31T22:58:58.899Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2226 | 2025-01-31T22:58:58.918Z | Compiling prettyplease v0.2.25 |
2227 | 2025-01-31T22:59:00.836Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2228 | 2025-01-31T22:59:02.228Z | Compiling progenitor v0.9.1 |
2229 | 2025-01-31T22:59:02.471Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2230 | 2025-01-31T22:59:04.507Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2231 | 2025-01-31T22:59:06.410Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2232 | 2025-01-31T22:59:15.284Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2233 | 2025-01-31T22:59:15.851Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2234 | 2025-01-31T22:59:16.850Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2235 | 2025-01-31T22:59:18.128Z | Compiling half v2.4.1 |
2236 | 2025-01-31T22:59:18.838Z | Compiling ciborium-io v0.2.2 |
2237 | 2025-01-31T22:59:18.994Z | Compiling ciborium-ll v0.2.2 |
2238 | 2025-01-31T22:59:20.272Z | Compiling ciborium v0.2.2 |
2239 | 2025-01-31T22:59:20.687Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2240 | 2025-01-31T22:59:22.036Z | Compiling display-error-chain v0.2.2 |
2241 | 2025-01-31T22:59:22.270Z | Compiling fastrand v2.1.1 |
2242 | 2025-01-31T22:59:22.323Z | Compiling same-file v1.0.6 |
2243 | 2025-01-31T22:59:22.595Z | Compiling walkdir v2.5.0 |
2244 | 2025-01-31T22:59:22.673Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2245 | 2025-01-31T22:59:22.760Z | Compiling tempfile v3.13.0 |
2246 | 2025-01-31T22:59:23.237Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2247 | 2025-01-31T22:59:23.495Z | Compiling blake3 v1.5.4 |
2248 | 2025-01-31T22:59:24.134Z | Compiling const_format_proc_macros v0.2.34 |
2249 | 2025-01-31T22:59:25.966Z | Compiling xattr v1.3.1 |
2250 | 2025-01-31T22:59:26.260Z | Compiling filetime v0.2.25 |
2251 | 2025-01-31T22:59:26.576Z | Compiling memmap2 v0.9.5 |
2252 | 2025-01-31T22:59:26.618Z | Compiling maplit v1.0.2 |
2253 | 2025-01-31T22:59:26.760Z | Compiling crunchy v0.2.2 |
2254 | 2025-01-31T22:59:26.972Z | Compiling keccak v0.1.5 |
2255 | 2025-01-31T22:59:27.206Z | Compiling arrayref v0.3.9 |
2256 | 2025-01-31T22:59:27.326Z | Compiling arrayvec v0.7.6 |
2257 | 2025-01-31T22:59:27.328Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2258 | 2025-01-31T22:59:27.742Z | Compiling constant_time_eq v0.3.1 |
2259 | 2025-01-31T22:59:27.765Z | Compiling sha3 v0.10.8 |
2260 | 2025-01-31T22:59:28.144Z | Compiling tar v0.4.42 |
2261 | 2025-01-31T22:59:28.684Z | Compiling const_format v0.2.34 |
2262 | 2025-01-31T22:59:29.009Z | Compiling camino-tempfile v1.1.1 |
2263 | 2025-01-31T22:59:29.438Z | Compiling toolchain_find v0.4.0 |
2264 | 2025-01-31T22:59:29.797Z | Compiling tiny-keccak v2.0.2 |
2265 | 2025-01-31T22:59:29.920Z | Compiling radium v0.7.0 |
2266 | 2025-01-31T22:59:29.961Z | Compiling topological-sort v0.2.2 |
2267 | 2025-01-31T22:59:29.994Z | Compiling rustfmt-wrapper v0.2.1 |
2268 | 2025-01-31T22:59:30.193Z | Compiling omicron-zone-package v0.12.0 |
2269 | 2025-01-31T22:59:30.400Z | Compiling dsl_auto_type v0.1.2 |
2270 | 2025-01-31T22:59:30.478Z | Compiling scheduled-thread-pool v0.2.7 |
2271 | 2025-01-31T22:59:30.534Z | Compiling diesel_table_macro_syntax v0.2.0 |
2272 | 2025-01-31T22:59:30.936Z | Compiling tap v1.0.1 |
2273 | 2025-01-31T22:59:31.151Z | Compiling maybe-uninit v2.0.0 |
2274 | 2025-01-31T22:59:31.598Z | Compiling diesel_derives v2.2.3 |
2275 | 2025-01-31T22:59:31.694Z | Compiling wyz v0.5.1 |
2276 | 2025-01-31T22:59:31.832Z | Compiling r2d2 v0.8.10 |
2277 | 2025-01-31T22:59:32.689Z | Compiling phf_generator v0.11.2 |
2278 | 2025-01-31T22:59:32.727Z | Compiling ascii-canvas v3.0.0 |
2279 | 2025-01-31T22:59:32.895Z | Compiling secrecy v0.8.0 |
2280 | 2025-01-31T22:59:33.178Z | Compiling ena v0.14.3 |
2281 | 2025-01-31T22:59:33.197Z | Compiling async-recursion v1.1.1 |
2282 | 2025-01-31T22:59:33.572Z | Compiling arc-swap v1.7.1 |
2283 | 2025-01-31T22:59:34.242Z | Compiling regex-syntax v0.6.29 |
2284 | 2025-01-31T22:59:34.245Z | Compiling funty v2.0.0 |
2285 | 2025-01-31T22:59:34.519Z | Compiling packed_struct v0.10.1 |
2286 | 2025-01-31T22:59:34.936Z | Compiling crc-catalog v2.4.0 |
2287 | 2025-01-31T22:59:35.126Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2288 | 2025-01-31T22:59:35.280Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2025-01-31T22:59:35.467Z | Compiling diff v0.1.13 |
2290 | 2025-01-31T22:59:35.960Z | Compiling bitvec v1.0.1 |
2291 | 2025-01-31T22:59:35.981Z | Compiling crc v3.2.1 |
2292 | 2025-01-31T22:59:36.897Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2293 | 2025-01-31T22:59:38.013Z | Compiling lalrpop v0.19.12 |
2294 | 2025-01-31T22:59:39.286Z | Compiling slog-scope v4.4.0 |
2295 | 2025-01-31T22:59:40.097Z | Compiling phf_codegen v0.11.2 |
2296 | 2025-01-31T22:59:40.381Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2297 | 2025-01-31T22:59:40.480Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2298 | 2025-01-31T22:59:40.733Z | Compiling universal-hash v0.5.1 |
2299 | 2025-01-31T22:59:40.981Z | Compiling thiserror-impl-no-std v2.0.2 |
2300 | 2025-01-31T22:59:41.394Z | Compiling packed_struct_codegen v0.10.1 |
2301 | 2025-01-31T22:59:42.354Z | Compiling diesel v2.2.6 |
2302 | 2025-01-31T22:59:43.444Z | Compiling parse-zoneinfo v0.3.1 |
2303 | 2025-01-31T22:59:43.802Z | Compiling indexmap v1.9.3 |
2304 | 2025-01-31T22:59:44.144Z | Compiling unicase v2.7.0 |
2305 | 2025-01-31T22:59:44.555Z | Compiling nodrop v0.1.14 |
2306 | 2025-01-31T22:59:44.721Z | Compiling opaque-debug v0.3.1 |
2307 | 2025-01-31T22:59:44.848Z | Compiling ref-cast v1.0.23 |
2308 | 2025-01-31T22:59:44.868Z | Compiling poly1305 v0.8.0 |
2309 | 2025-01-31T22:59:45.371Z | Compiling array-init v0.0.4 |
2310 | 2025-01-31T22:59:46.393Z | Compiling chrono-tz-build v0.4.0 |
2311 | 2025-01-31T22:59:47.401Z | Compiling thiserror-no-std v2.0.2 |
2312 | 2025-01-31T22:59:47.560Z | Compiling smallvec v0.6.14 |
2313 | 2025-01-31T22:59:48.019Z | Compiling slog-stdlog v4.1.1 |
2314 | 2025-01-31T22:59:49.501Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2315 | 2025-01-31T22:59:49.815Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2316 | 2025-01-31T22:59:50.129Z | Compiling derive_builder_core v0.20.2 |
2317 | 2025-01-31T22:59:50.363Z | Compiling chacha20 v0.9.1 |
2318 | 2025-01-31T22:59:50.866Z | Compiling headers-core v0.3.0 |
2319 | 2025-01-31T22:59:51.061Z | Compiling aead v0.5.2 |
2320 | 2025-01-31T22:59:51.414Z | Compiling libxml v0.3.3 |
2321 | 2025-01-31T22:59:51.800Z | Compiling ref-cast-impl v1.0.23 |
2322 | 2025-01-31T22:59:52.170Z | Compiling vte_generate_state_changes v0.1.2 |
2323 | 2025-01-31T22:59:52.801Z | Compiling hashbrown v0.12.3 |
2324 | 2025-01-31T22:59:52.888Z | Compiling termcolor v1.4.1 |
2325 | 2025-01-31T22:59:53.970Z | Compiling bitfield v0.14.0 |
2326 | 2025-01-31T22:59:54.307Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2327 | 2025-01-31T22:59:55.184Z | Compiling env_logger v0.10.2 |
2328 | 2025-01-31T22:59:58.395Z | Compiling vte v0.11.1 |
2329 | 2025-01-31T22:59:59.899Z | Compiling derive_builder_macro v0.20.2 |
2330 | 2025-01-31T23:00:00.531Z | Compiling polar-core v0.27.3 |
2331 | 2025-01-31T23:00:00.781Z | Compiling chacha20poly1305 v0.10.1 |
2332 | 2025-01-31T23:00:01.040Z | Compiling headers v0.4.0 |
2333 | 2025-01-31T23:00:03.052Z | Compiling slog-envlogger v2.2.0 |
2334 | 2025-01-31T23:00:04.643Z | Compiling serde-hex v0.1.0 |
2335 | 2025-01-31T23:00:05.738Z | Compiling vsss-rs v3.3.4 |
2336 | 2025-01-31T23:00:09.590Z | Compiling chrono-tz v0.10.1 |
2337 | 2025-01-31T23:00:09.780Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2338 | 2025-01-31T23:00:10.218Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2339 | 2025-01-31T23:00:10.546Z | Compiling ron v0.8.1 |
2340 | 2025-01-31T23:00:12.706Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2341 | 2025-01-31T23:00:13.021Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2342 | 2025-01-31T23:00:13.320Z | Compiling hashbrown v0.13.2 |
2343 | 2025-01-31T23:00:14.617Z | Compiling strum_macros v0.24.3 |
2344 | 2025-01-31T23:00:16.267Z | Compiling fxhash v0.2.1 |
2345 | 2025-01-31T23:00:16.513Z | Compiling samael v0.0.17 |
2346 | 2025-01-31T23:00:17.482Z | Compiling simd-adler32 v0.3.7 |
2347 | 2025-01-31T23:00:17.754Z | Compiling indoc v1.0.9 |
2348 | 2025-01-31T23:00:18.147Z | Compiling crc-any v2.5.0 |
2349 | 2025-01-31T23:00:18.574Z | Compiling zip v2.1.3 |
2350 | 2025-01-31T23:00:18.716Z | Compiling bytecount v0.6.8 |
2351 | 2025-01-31T23:00:18.898Z | Compiling bumpalo v3.16.0 |
2352 | 2025-01-31T23:00:19.049Z | Compiling lockfree-object-pool v0.1.6 |
2353 | 2025-01-31T23:00:19.118Z | Compiling papergrid v0.11.0 |
2354 | 2025-01-31T23:00:19.352Z | Compiling zopfli v0.8.1 |
2355 | 2025-01-31T23:00:23.561Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2356 | 2025-01-31T23:00:28.144Z | Compiling object v0.30.4 |
2357 | 2025-01-31T23:00:28.958Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2358 | 2025-01-31T23:00:32.543Z | Compiling derive_builder v0.20.2 |
2359 | 2025-01-31T23:00:32.764Z | Compiling strip-ansi-escapes v0.2.0 |
2360 | 2025-01-31T23:00:33.760Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2361 | 2025-01-31T23:00:34.080Z | Compiling tabled_derive v0.7.0 |
2362 | 2025-01-31T23:00:35.805Z | Compiling fd-lock v4.0.2 |
2363 | 2025-01-31T23:00:36.061Z | Compiling peg-macros v0.8.4 |
2364 | 2025-01-31T23:00:36.151Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2365 | 2025-01-31T23:00:37.117Z | Compiling kstat-rs v0.2.4 |
2366 | 2025-01-31T23:00:37.985Z | Compiling oso-derive v0.27.3 |
2367 | 2025-01-31T23:00:38.008Z | Compiling impl-trait-for-tuples v0.2.2 |
2368 | 2025-01-31T23:00:38.926Z | Compiling quick-xml v0.33.0 |
2369 | 2025-01-31T23:00:39.326Z | Compiling diesel-dtrace v0.4.2 |
2370 | 2025-01-31T23:00:39.667Z | Compiling path-slash v0.1.5 |
2371 | 2025-01-31T23:00:39.943Z | Compiling nu-ansi-term v0.50.1 |
2372 | 2025-01-31T23:00:40.313Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2373 | 2025-01-31T23:00:41.236Z | Compiling reedline v0.35.0 |
2374 | 2025-01-31T23:00:44.113Z | Compiling oso v0.27.3 |
2375 | 2025-01-31T23:00:45.559Z | Compiling peg v0.8.4 |
2376 | 2025-01-31T23:00:45.690Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2377 | 2025-01-31T23:00:54.238Z | Compiling tabled v0.15.0 |
2378 | 2025-01-31T23:00:56.035Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2379 | 2025-01-31T23:01:06.046Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2380 | 2025-01-31T23:01:08.910Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2381 | 2025-01-31T23:01:10.390Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2382 | 2025-01-31T23:01:13.928Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2383 | 2025-01-31T23:01:14.269Z | Compiling pem v3.0.4 |
2384 | 2025-01-31T23:01:14.617Z | Compiling bb8 v0.8.5 |
2385 | 2025-01-31T23:01:15.250Z | Compiling bcs v0.1.6 |
2386 | 2025-01-31T23:01:15.763Z | Compiling libz-sys v1.1.20 |
2387 | 2025-01-31T23:01:16.177Z | Compiling parking_lot_core v0.8.6 |
2388 | 2025-01-31T23:01:16.419Z | Compiling termtree v0.5.1 |
2389 | 2025-01-31T23:01:16.743Z | Compiling async-bb8-diesel v0.2.1 |
2390 | 2025-01-31T23:01:17.565Z | Compiling mime_guess v2.0.5 |
2391 | 2025-01-31T23:01:19.337Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2392 | 2025-01-31T23:01:20.964Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2393 | 2025-01-31T23:01:22.572Z | Compiling buf-list v1.0.3 |
2394 | 2025-01-31T23:01:24.675Z | Compiling nibble_vec v0.1.0 |
2395 | 2025-01-31T23:01:24.946Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2396 | 2025-01-31T23:01:25.709Z | Compiling pin-project-internal v1.1.6 |
2397 | 2025-01-31T23:01:25.911Z | Compiling atty v0.2.14 |
2398 | 2025-01-31T23:01:26.103Z | Compiling endian-type v0.1.2 |
2399 | 2025-01-31T23:01:26.381Z | Compiling salty v0.3.0 |
2400 | 2025-01-31T23:01:26.806Z | Compiling http-range v0.1.5 |
2401 | 2025-01-31T23:01:27.448Z | Compiling radix_trie v0.2.1 |
2402 | 2025-01-31T23:01:28.258Z | Compiling pin-project v1.1.6 |
2403 | 2025-01-31T23:01:28.429Z | Compiling parking_lot v0.11.2 |
2404 | 2025-01-31T23:01:33.180Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2405 | 2025-01-31T23:01:33.638Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2406 | 2025-01-31T23:01:35.439Z | Compiling snafu-derive v0.8.5 |
2407 | 2025-01-31T23:01:37.594Z | Compiling hyper-staticfile v0.10.1 |
2408 | 2025-01-31T23:01:39.769Z | Compiling snafu v0.8.5 |
2409 | 2025-01-31T23:01:41.016Z | Compiling sled v0.34.7 |
2410 | 2025-01-31T23:01:41.427Z | Compiling hickory-client v0.24.2 |
2411 | 2025-01-31T23:01:57.742Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2412 | 2025-01-31T23:01:58.930Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2413 | 2025-01-31T23:02:01.074Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2414 | 2025-01-31T23:02:07.023Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2415 | 2025-01-31T23:02:08.875Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2416 | 2025-01-31T23:02:09.663Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2417 | 2025-01-31T23:02:11.179Z | Compiling hickory-server v0.24.2 |
2418 | 2025-01-31T23:02:14.671Z | Compiling globset v0.4.15 |
2419 | 2025-01-31T23:02:14.747Z | Compiling olpc-cjson v0.1.4 |
2420 | 2025-01-31T23:02:15.102Z | Compiling primeorder v0.13.6 |
2421 | 2025-01-31T23:02:15.630Z | Compiling castaway v0.2.3 |
2422 | 2025-01-31T23:02:15.819Z | Compiling vergen v8.3.2 |
2423 | 2025-01-31T23:02:16.140Z | Compiling env_filter v0.1.2 |
2424 | 2025-01-31T23:02:17.650Z | Compiling serde_plain v1.0.2 |
2425 | 2025-01-31T23:02:18.221Z | Compiling cargo-platform v0.1.8 |
2426 | 2025-01-31T23:02:18.424Z | Compiling nanorand v0.7.0 |
2427 | 2025-01-31T23:02:18.702Z | Compiling memoffset v0.9.1 |
2428 | 2025-01-31T23:02:19.065Z | Compiling typed-path v0.9.3 |
2429 | 2025-01-31T23:02:19.253Z | Compiling flume v0.11.1 |
2430 | 2025-01-31T23:02:19.979Z | Compiling cargo_metadata v0.18.1 |
2431 | 2025-01-31T23:02:21.929Z | Compiling tough v0.19.0 |
2432 | 2025-01-31T23:02:22.479Z | Compiling git2 v0.19.0 |
2433 | 2025-01-31T23:02:22.965Z | Compiling env_logger v0.11.5 |
2434 | 2025-01-31T23:02:24.415Z | Compiling compact_str v0.8.0 |
2435 | 2025-01-31T23:02:24.958Z | Compiling p384 v0.13.0 |
2436 | 2025-01-31T23:02:26.080Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2437 | 2025-01-31T23:02:26.968Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2438 | 2025-01-31T23:02:27.084Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2439 | 2025-01-31T23:02:30.847Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2440 | 2025-01-31T23:02:31.915Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2441 | 2025-01-31T23:02:32.015Z | Compiling unicode-truncate v1.1.0 |
2442 | 2025-01-31T23:02:32.312Z | Compiling lru v0.12.5 |
2443 | 2025-01-31T23:02:32.678Z | Compiling rand_seeder v0.3.0 |
2444 | 2025-01-31T23:02:33.122Z | Compiling libsqlite3-sys v0.30.1 |
2445 | 2025-01-31T23:02:33.681Z | Compiling lzma-sys v0.1.20 |
2446 | 2025-01-31T23:02:34.368Z | Compiling instability v0.3.2 |
2447 | 2025-01-31T23:02:35.350Z | Compiling parse-size v1.1.0 |
2448 | 2025-01-31T23:02:35.742Z | Compiling cassowary v0.3.0 |
2449 | 2025-01-31T23:02:37.245Z | Compiling rustls v0.21.12 |
2450 | 2025-01-31T23:02:37.422Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2451 | 2025-01-31T23:02:37.573Z | Compiling cfg_aliases v0.2.1 |
2452 | 2025-01-31T23:02:37.703Z | Compiling nix v0.29.0 |
2453 | 2025-01-31T23:02:37.825Z | Compiling ratatui v0.28.1 |
2454 | 2025-01-31T23:02:38.136Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2455 | 2025-01-31T23:02:38.612Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2456 | 2025-01-31T23:02:38.634Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2457 | 2025-01-31T23:02:39.415Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2025-01-31T23:02:40.355Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2459 | 2025-01-31T23:02:41.107Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2460 | 2025-01-31T23:02:41.427Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2461 | 2025-01-31T23:02:45.010Z | Compiling rustls-webpki v0.101.7 |
2462 | 2025-01-31T23:02:45.062Z | Compiling sct v0.7.1 |
2463 | 2025-01-31T23:02:45.548Z | Compiling heck v0.3.3 |
2464 | 2025-01-31T23:02:45.897Z | Compiling csv-core v0.1.11 |
2465 | 2025-01-31T23:02:46.817Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2466 | 2025-01-31T23:02:47.173Z | Compiling glob v0.3.2 |
2467 | 2025-01-31T23:02:48.844Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2468 | 2025-01-31T23:02:49.091Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2469 | 2025-01-31T23:02:49.279Z | Compiling csv v1.3.1 |
2470 | 2025-01-31T23:02:49.282Z | Compiling zone_cfg_derive v0.1.2 |
2471 | 2025-01-31T23:02:51.427Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2472 | 2025-01-31T23:02:55.921Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2473 | 2025-01-31T23:02:56.129Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2474 | 2025-01-31T23:02:56.176Z | Compiling nix v0.27.1 |
2475 | 2025-01-31T23:02:57.212Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2476 | 2025-01-31T23:02:59.526Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2477 | 2025-01-31T23:03:02.829Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2478 | 2025-01-31T23:03:07.563Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2479 | 2025-01-31T23:03:07.911Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2480 | 2025-01-31T23:03:10.166Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2481 | 2025-01-31T23:03:10.259Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2482 | 2025-01-31T23:03:10.475Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2483 | 2025-01-31T23:03:10.570Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2484 | 2025-01-31T23:03:10.593Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2485 | 2025-01-31T23:03:10.725Z | Compiling tungstenite v0.23.0 |
2486 | 2025-01-31T23:03:10.803Z | Compiling hashlink v0.9.1 |
2487 | 2025-01-31T23:03:11.284Z | Compiling base64 v0.13.1 |
2488 | 2025-01-31T23:03:11.583Z | Compiling fallible-streaming-iterator v0.1.9 |
2489 | 2025-01-31T23:03:11.895Z | Compiling fallible-iterator v0.3.0 |
2490 | 2025-01-31T23:03:12.084Z | Compiling tokio-tungstenite v0.23.1 |
2491 | 2025-01-31T23:03:12.664Z | Compiling rusqlite v0.32.1 |
2492 | 2025-01-31T23:03:12.722Z | Compiling ron v0.7.1 |
2493 | 2025-01-31T23:03:13.501Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2494 | 2025-01-31T23:03:15.936Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2495 | 2025-01-31T23:03:17.520Z | Compiling xz2 v0.1.7 |
2496 | 2025-01-31T23:03:17.986Z | Compiling tokio-rustls v0.24.1 |
2497 | 2025-01-31T23:03:18.105Z | Compiling zone v0.1.8 |
2498 | 2025-01-31T23:03:21.452Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2499 | 2025-01-31T23:03:23.081Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2500 | 2025-01-31T23:03:25.957Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2501 | 2025-01-31T23:03:27.579Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2502 | 2025-01-31T23:03:27.959Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2503 | 2025-01-31T23:03:33.203Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2504 | 2025-01-31T23:03:34.714Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2505 | 2025-01-31T23:03:36.131Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2506 | 2025-01-31T23:03:36.524Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2507 | 2025-01-31T23:03:39.795Z | Compiling rustls-pemfile v1.0.4 |
2508 | 2025-01-31T23:03:40.600Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2509 | 2025-01-31T23:03:40.910Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2510 | 2025-01-31T23:03:40.930Z | Compiling signal-hook-tokio v0.3.1 |
2511 | 2025-01-31T23:03:41.095Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2512 | 2025-01-31T23:03:41.152Z | Compiling yasna v0.5.2 |
2513 | 2025-01-31T23:03:41.562Z | Compiling twox-hash v2.1.0 |
2514 | 2025-01-31T23:03:42.612Z | Compiling unicode-linebreak v0.1.5 |
2515 | 2025-01-31T23:03:43.186Z | Compiling is_ci v1.2.0 |
2516 | 2025-01-31T23:03:43.528Z | Compiling smawk v0.3.2 |
2517 | 2025-01-31T23:03:43.824Z | Compiling textwrap v0.16.1 |
2518 | 2025-01-31T23:03:44.471Z | Compiling supports-color v3.0.1 |
2519 | 2025-01-31T23:03:45.531Z | Compiling rcgen v0.12.1 |
2520 | 2025-01-31T23:03:47.335Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2521 | 2025-01-31T23:03:50.045Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2522 | 2025-01-31T23:03:54.198Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2025-01-31T23:03:55.183Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2524 | 2025-01-31T23:03:55.644Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2525 | 2025-01-31T23:03:59.207Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2526 | 2025-01-31T23:04:12.605Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2527 | 2025-01-31T23:04:14.393Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2528 | 2025-01-31T23:04:17.583Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2529 | 2025-01-31T23:04:18.119Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2530 | 2025-01-31T23:04:27.395Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2531 | 2025-01-31T23:04:31.118Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2532 | 2025-01-31T23:04:31.422Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2533 | 2025-01-31T23:04:33.963Z | Compiling fatfs v0.3.6 |
2534 | 2025-01-31T23:04:36.892Z | Compiling rtoolbox v0.0.2 |
2535 | 2025-01-31T23:04:37.014Z | Compiling subprocess v0.2.9 |
2536 | 2025-01-31T23:04:37.334Z | Compiling assert_matches v1.5.0 |
2537 | 2025-01-31T23:04:40.433Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2538 | 2025-01-31T23:04:41.454Z | Compiling rpassword v7.3.1 |
2539 | 2025-01-31T23:04:41.732Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2540 | 2025-01-31T23:04:41.951Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2541 | 2025-01-31T23:04:48.403Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2542 | 2025-01-31T23:04:48.845Z | Compiling tui-tree-widget v0.22.0 |
2543 | 2025-01-31T23:04:49.307Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2544 | 2025-01-31T23:05:00.497Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2545 | 2025-01-31T23:05:00.819Z | Compiling uzers v0.12.1 |
2546 | 2025-01-31T23:05:02.678Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2547 | 2025-01-31T23:05:03.948Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2548 | 2025-01-31T23:05:05.903Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2549 | 2025-01-31T23:05:36.526Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2550 | 2025-01-31T23:05:39.944Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2551 | 2025-01-31T23:05:44.495Z | Compiling multimap v0.10.0 |
2552 | 2025-01-31T23:08:07.135Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2553 | 2025-01-31T23:08:15.002Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2554 | 2025-01-31T23:15:21.301Z | Finished `release` profile [optimized] target(s) in 16m 51s |
2555 | 2025-01-31T23:16:24.720Z | |
2556 | 2025-01-31T23:16:24.720Z | real 17:55.967151037 |
2557 | 2025-01-31T23:16:24.720Z | user 2:05:21.627249686 |
2558 | 2025-01-31T23:16:24.720Z | sys 3:16.591030697 |
2559 | 2025-01-31T23:16:24.720Z | trap 3.137748579 |
2560 | 2025-01-31T23:16:24.720Z | tflt 2.943863589 |
2561 | 2025-01-31T23:16:24.724Z | dflt 3.935055119 |
2562 | 2025-01-31T23:16:24.724Z | kflt 0.255611242 |
2563 | 2025-01-31T23:16:24.724Z | lock 7:26:53.030343287 |
2564 | 2025-01-31T23:16:24.725Z | slp 6:19:46.324393677 |
2565 | 2025-01-31T23:16:24.725Z | lat 3:25.185103270 |
2566 | 2025-01-31T23:16:24.725Z | stop 2:43.553385353 |
2567 | 2025-01-31T23:16:24.725Z | + mapfile -t packages |
2568 | 2025-01-31T23:16:24.725Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2569 | 2025-01-31T23:16:25.774Z | Finished `release` profile [optimized] target(s) in 0.99s |
2570 | 2025-01-31T23:16:25.842Z | Running `target/release/omicron-package -t test list-outputs` |
2571 | 2025-01-31T23:16:25.890Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2572 | 2025-01-31T23:16:25.892Z | + ptime -m cargo build --locked --release -p xtask |
2573 | 2025-01-31T23:16:26.450Z | Compiling serde v1.0.217 |
2574 | 2025-01-31T23:16:26.453Z | Compiling libc v0.2.169 |
2575 | 2025-01-31T23:16:26.453Z | Compiling serde_json v1.0.135 |
2576 | 2025-01-31T23:16:26.453Z | Compiling rustix v0.38.37 |
2577 | 2025-01-31T23:16:26.453Z | Compiling syn v2.0.96 |
2578 | 2025-01-31T23:16:26.453Z | Compiling bitflags v2.6.0 |
2579 | 2025-01-31T23:16:26.887Z | Compiling usdt-impl v0.5.0 |
2580 | 2025-01-31T23:16:26.931Z | Compiling syn v1.0.109 |
2581 | 2025-01-31T23:16:27.043Z | Compiling hashbrown v0.15.1 |
2582 | 2025-01-31T23:16:27.058Z | Compiling log v0.4.22 |
2583 | 2025-01-31T23:16:27.282Z | Compiling fs-err v2.11.0 |
2584 | 2025-01-31T23:16:27.505Z | Compiling anyhow v1.0.95 |
2585 | 2025-01-31T23:16:27.578Z | Compiling once_cell v1.20.2 |
2586 | 2025-01-31T23:16:27.875Z | Compiling thread-id v4.2.2 |
2587 | 2025-01-31T23:16:28.203Z | Compiling indexmap v2.7.1 |
2588 | 2025-01-31T23:16:29.302Z | Compiling terminal_size v0.4.0 |
2589 | 2025-01-31T23:16:29.302Z | Compiling tempfile v3.13.0 |
2590 | 2025-01-31T23:16:29.560Z | Compiling clap_builder v4.5.27 |
2591 | 2025-01-31T23:16:30.152Z | Compiling proc-macro-error v1.0.4 |
2592 | 2025-01-31T23:16:31.055Z | Compiling tabled_derive v0.7.0 |
2593 | 2025-01-31T23:16:32.099Z | Compiling tabled v0.15.0 |
2594 | 2025-01-31T23:16:32.935Z | Compiling serde_derive v1.0.217 |
2595 | 2025-01-31T23:16:32.935Z | Compiling thiserror-impl v1.0.69 |
2596 | 2025-01-31T23:16:32.938Z | Compiling zerocopy-derive v0.7.35 |
2597 | 2025-01-31T23:16:32.938Z | Compiling scroll_derive v0.12.0 |
2598 | 2025-01-31T23:16:32.938Z | Compiling clap_derive v4.5.24 |
2599 | 2025-01-31T23:16:34.317Z | Compiling scroll v0.12.0 |
2600 | 2025-01-31T23:16:34.787Z | Compiling zerocopy v0.7.35 |
2601 | 2025-01-31T23:16:34.982Z | Compiling goblin v0.8.2 |
2602 | 2025-01-31T23:16:35.743Z | Compiling thiserror v1.0.69 |
2603 | 2025-01-31T23:16:35.918Z | Compiling pest v2.7.14 |
2604 | 2025-01-31T23:16:38.533Z | Compiling clap v4.5.27 |
2605 | 2025-01-31T23:16:38.671Z | Compiling pest_meta v2.7.14 |
2606 | 2025-01-31T23:16:40.235Z | Compiling pest_generator v2.7.14 |
2607 | 2025-01-31T23:16:42.273Z | Compiling pest_derive v2.7.14 |
2608 | 2025-01-31T23:16:43.115Z | Compiling dtrace-parser v0.2.0 |
2609 | 2025-01-31T23:16:48.295Z | Compiling serde_tokenstream v0.2.2 |
2610 | 2025-01-31T23:16:48.931Z | Compiling serde_spanned v0.6.8 |
2611 | 2025-01-31T23:16:49.205Z | Compiling toml_datetime v0.6.8 |
2612 | 2025-01-31T23:16:49.905Z | Compiling dof v0.3.0 |
2613 | 2025-01-31T23:16:49.946Z | Compiling toml_edit v0.22.22 |
2614 | 2025-01-31T23:16:50.230Z | Compiling camino v1.1.9 |
2615 | 2025-01-31T23:16:51.499Z | Compiling cargo-platform v0.1.8 |
2616 | 2025-01-31T23:16:52.081Z | Compiling usdt-macro v0.5.0 |
2617 | 2025-01-31T23:16:52.571Z | Compiling usdt-attr-macro v0.5.0 |
2618 | 2025-01-31T23:16:53.245Z | Compiling semver v1.0.24 |
2619 | 2025-01-31T23:16:53.898Z | Compiling toml v0.8.19 |
2620 | 2025-01-31T23:16:54.709Z | Compiling usdt v0.5.0 |
2621 | 2025-01-31T23:16:54.797Z | Compiling cargo_metadata v0.18.1 |
2622 | 2025-01-31T23:16:55.235Z | Compiling cargo_toml v0.20.5 |
2623 | 2025-01-31T23:16:56.149Z | Compiling camino-tempfile v1.1.1 |
2624 | 2025-01-31T23:16:56.920Z | Compiling macaddr v1.0.1 |
2625 | 2025-01-31T23:17:09.049Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2626 | 2025-01-31T23:17:19.647Z | Finished `release` profile [optimized] target(s) in 53.69s |
2627 | 2025-01-31T23:17:19.754Z | |
2628 | 2025-01-31T23:17:19.757Z | real 53.823124584 |
2629 | 2025-01-31T23:17:19.757Z | user 5:38.759404608 |
2630 | 2025-01-31T23:17:19.757Z | sys 17.844700740 |
2631 | 2025-01-31T23:17:19.757Z | trap 0.158665612 |
2632 | 2025-01-31T23:17:19.757Z | tflt 0.255815296 |
2633 | 2025-01-31T23:17:19.757Z | dflt 0.302922561 |
2634 | 2025-01-31T23:17:19.757Z | kflt 0.000009136 |
2635 | 2025-01-31T23:17:19.757Z | lock 10:22.921390543 |
2636 | 2025-01-31T23:17:19.757Z | slp 15:39.748502583 |
2637 | 2025-01-31T23:17:19.757Z | lat 14.372045833 |
2638 | 2025-01-31T23:17:19.757Z | stop 14.893656762 |
2639 | 2025-01-31T23:17:19.757Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2640 | 2025-01-31T23:17:19.757Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2641 | 2025-01-31T23:17:19.757Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2642 | 2025-01-31T23:17:19.757Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2643 | 2025-01-31T23:17:19.757Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2644 | 2025-01-31T23:17:20.614Z | Compiling hashbrown v0.14.5 |
2645 | 2025-01-31T23:17:20.746Z | Compiling thiserror v2.0.11 |
2646 | 2025-01-31T23:17:20.759Z | Compiling thiserror-impl v2.0.11 |
2647 | 2025-01-31T23:17:20.762Z | Compiling ident_case v1.0.1 |
2648 | 2025-01-31T23:17:20.789Z | Compiling unsafe-libyaml v0.2.11 |
2649 | 2025-01-31T23:17:20.802Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2650 | 2025-01-31T23:17:20.805Z | Compiling ipnetwork v0.20.0 |
2651 | 2025-01-31T23:17:20.805Z | Compiling progenitor-client v0.9.1 |
2652 | 2025-01-31T23:17:20.943Z | Compiling darling_core v0.20.10 |
2653 | 2025-01-31T23:17:21.255Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2654 | 2025-01-31T23:17:21.311Z | Compiling macaddr v1.0.1 |
2655 | 2025-01-31T23:17:21.622Z | Compiling progenitor-client v0.8.0 |
2656 | 2025-01-31T23:17:21.644Z | Compiling instant v0.1.13 |
2657 | 2025-01-31T23:17:21.775Z | Compiling regress v0.10.1 |
2658 | 2025-01-31T23:17:21.808Z | Compiling structmeta-derive v0.3.0 |
2659 | 2025-01-31T23:17:21.851Z | Compiling dropshot v0.15.1 |
2660 | 2025-01-31T23:17:21.939Z | Compiling regress v0.9.1 |
2661 | 2025-01-31T23:17:22.120Z | Compiling serde_yaml v0.9.34+deprecated |
2662 | 2025-01-31T23:17:22.232Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2663 | 2025-01-31T23:17:22.657Z | Compiling dropshot_endpoint v0.15.1 |
2664 | 2025-01-31T23:17:23.527Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2665 | 2025-01-31T23:17:24.177Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2666 | 2025-01-31T23:17:24.467Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2667 | 2025-01-31T23:17:24.536Z | Compiling structmeta v0.3.0 |
2668 | 2025-01-31T23:17:24.940Z | Compiling backoff v0.4.0 |
2669 | 2025-01-31T23:17:24.975Z | Compiling parse-display-derive v0.10.0 |
2670 | 2025-01-31T23:17:24.994Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2671 | 2025-01-31T23:17:25.196Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2672 | 2025-01-31T23:17:25.274Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2673 | 2025-01-31T23:17:25.462Z | Compiling typify-impl v0.2.0 |
2674 | 2025-01-31T23:17:25.754Z | Compiling tempfile v3.13.0 |
2675 | 2025-01-31T23:17:25.957Z | Compiling proc-macro-crate v1.3.1 |
2676 | 2025-01-31T23:17:26.550Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2677 | 2025-01-31T23:17:26.577Z | Compiling typify-impl v0.3.0 |
2678 | 2025-01-31T23:17:27.059Z | Compiling itertools v0.13.0 |
2679 | 2025-01-31T23:17:27.070Z | Compiling num_enum_derive v0.5.11 |
2680 | 2025-01-31T23:17:27.070Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2681 | 2025-01-31T23:17:27.070Z | Compiling darling_macro v0.20.10 |
2682 | 2025-01-31T23:17:27.259Z | Compiling zerocopy v0.8.10 |
2683 | 2025-01-31T23:17:27.895Z | Compiling darling v0.20.10 |
2684 | 2025-01-31T23:17:28.024Z | Compiling serde_with_macros v3.11.0 |
2685 | 2025-01-31T23:17:28.212Z | Compiling zerocopy-derive v0.8.10 |
2686 | 2025-01-31T23:17:28.990Z | Compiling parse-display v0.10.0 |
2687 | 2025-01-31T23:17:29.293Z | Compiling num_enum v0.5.11 |
2688 | 2025-01-31T23:17:29.504Z | Compiling foreign-types-macros v0.2.3 |
2689 | 2025-01-31T23:17:29.691Z | Compiling heapless v0.8.0 |
2690 | 2025-01-31T23:17:29.735Z | Compiling foreign-types-shared v0.3.1 |
2691 | 2025-01-31T23:17:29.890Z | Compiling crucible-workspace-hack v0.1.0 |
2692 | 2025-01-31T23:17:30.216Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2693 | 2025-01-31T23:17:30.564Z | Compiling proc-macro-error v1.0.4 |
2694 | 2025-01-31T23:17:30.732Z | Compiling foreign-types v0.5.0 |
2695 | 2025-01-31T23:17:30.781Z | Compiling serde_with v3.11.0 |
2696 | 2025-01-31T23:17:31.178Z | Compiling camino-tempfile v1.1.1 |
2697 | 2025-01-31T23:17:31.236Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2698 | 2025-01-31T23:17:31.634Z | Compiling hash32 v0.3.1 |
2699 | 2025-01-31T23:17:31.887Z | Compiling cstr-argument v0.1.2 |
2700 | 2025-01-31T23:17:32.066Z | Compiling pretty-hex v0.2.1 |
2701 | 2025-01-31T23:17:32.144Z | Compiling smoltcp v0.11.0 |
2702 | 2025-01-31T23:17:32.289Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2703 | 2025-01-31T23:17:32.670Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2704 | 2025-01-31T23:17:32.859Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2705 | 2025-01-31T23:17:33.512Z | Compiling tabwriter v1.4.0 |
2706 | 2025-01-31T23:17:33.846Z | Compiling colored v2.1.0 |
2707 | 2025-01-31T23:17:33.961Z | Compiling cobs v0.2.3 |
2708 | 2025-01-31T23:17:34.227Z | Compiling postcard v1.0.10 |
2709 | 2025-01-31T23:17:34.253Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2710 | 2025-01-31T23:17:34.562Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2711 | 2025-01-31T23:17:34.660Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2712 | 2025-01-31T23:17:34.750Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2713 | 2025-01-31T23:17:34.905Z | Compiling smf v0.2.3 |
2714 | 2025-01-31T23:17:35.086Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2715 | 2025-01-31T23:17:35.524Z | Compiling zone_cfg_derive v0.3.0 |
2716 | 2025-01-31T23:17:36.098Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2717 | 2025-01-31T23:17:36.385Z | Compiling num-derive v0.4.2 |
2718 | 2025-01-31T23:17:36.490Z | Compiling sigpipe v0.1.3 |
2719 | 2025-01-31T23:17:36.642Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2720 | 2025-01-31T23:17:36.930Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2721 | 2025-01-31T23:17:36.965Z | Compiling zone v0.3.0 |
2722 | 2025-01-31T23:17:36.992Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2723 | 2025-01-31T23:17:37.706Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2724 | 2025-01-31T23:17:37.933Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2725 | 2025-01-31T23:17:38.385Z | Compiling universal-hash v0.5.1 |
2726 | 2025-01-31T23:17:38.412Z | Compiling opaque-debug v0.3.1 |
2727 | 2025-01-31T23:17:38.444Z | Compiling tungstenite v0.21.0 |
2728 | 2025-01-31T23:17:38.528Z | Compiling num-rational v0.4.2 |
2729 | 2025-01-31T23:17:38.618Z | Compiling password-hash v0.5.0 |
2730 | 2025-01-31T23:17:38.706Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2731 | 2025-01-31T23:17:39.276Z | Compiling blake2 v0.10.6 |
2732 | 2025-01-31T23:17:39.574Z | Compiling num-complex v0.4.6 |
2733 | 2025-01-31T23:17:39.624Z | Compiling aead v0.5.2 |
2734 | 2025-01-31T23:17:40.017Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2735 | 2025-01-31T23:17:40.110Z | Compiling convert_case v0.4.0 |
2736 | 2025-01-31T23:17:40.231Z | Compiling base64 v0.21.7 |
2737 | 2025-01-31T23:17:40.443Z | Compiling keccak v0.1.5 |
2738 | 2025-01-31T23:17:40.525Z | Compiling num v0.4.3 |
2739 | 2025-01-31T23:17:40.654Z | Compiling argon2 v0.5.3 |
2740 | 2025-01-31T23:17:40.695Z | Compiling tokio-tungstenite v0.21.0 |
2741 | 2025-01-31T23:17:40.732Z | Compiling typify-macro v0.2.0 |
2742 | 2025-01-31T23:17:40.890Z | Compiling sha3 v0.10.8 |
2743 | 2025-01-31T23:17:40.938Z | Compiling derive_more v0.99.18 |
2744 | 2025-01-31T23:17:41.254Z | Compiling poly1305 v0.8.0 |
2745 | 2025-01-31T23:17:41.794Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2746 | 2025-01-31T23:17:41.866Z | Compiling chacha20 v0.9.1 |
2747 | 2025-01-31T23:17:41.914Z | Compiling float-ord v0.3.2 |
2748 | 2025-01-31T23:17:41.998Z | Compiling typify-macro v0.3.0 |
2749 | 2025-01-31T23:17:42.109Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2750 | 2025-01-31T23:17:42.334Z | Compiling same-file v1.0.6 |
2751 | 2025-01-31T23:17:42.539Z | Compiling semver v0.1.20 |
2752 | 2025-01-31T23:17:42.633Z | Compiling walkdir v2.5.0 |
2753 | 2025-01-31T23:17:43.023Z | Compiling rustc_version v0.1.7 |
2754 | 2025-01-31T23:17:43.153Z | Compiling newline-converter v0.3.0 |
2755 | 2025-01-31T23:17:43.323Z | Compiling primeorder v0.13.6 |
2756 | 2025-01-31T23:17:43.353Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2757 | 2025-01-31T23:17:43.425Z | Compiling secrecy v0.8.0 |
2758 | 2025-01-31T23:17:43.495Z | Compiling owo-colors v4.1.0 |
2759 | 2025-01-31T23:17:43.671Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2760 | 2025-01-31T23:17:43.777Z | Compiling cancel-safe-futures v0.1.5 |
2761 | 2025-01-31T23:17:43.836Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2762 | 2025-01-31T23:17:43.915Z | Compiling newtype_derive v0.1.6 |
2763 | 2025-01-31T23:17:43.953Z | Compiling expectorate v1.1.0 |
2764 | 2025-01-31T23:17:44.152Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2765 | 2025-01-31T23:17:44.171Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2766 | 2025-01-31T23:17:44.222Z | Compiling thiserror-impl-no-std v2.0.2 |
2767 | 2025-01-31T23:17:44.505Z | Compiling blake3 v1.5.4 |
2768 | 2025-01-31T23:17:44.587Z | Compiling typify v0.2.0 |
2769 | 2025-01-31T23:17:44.610Z | Compiling unicase v2.7.0 |
2770 | 2025-01-31T23:17:44.748Z | Compiling progenitor-impl v0.8.0 |
2771 | 2025-01-31T23:17:44.928Z | Compiling half v2.4.1 |
2772 | 2025-01-31T23:17:44.957Z | Compiling arc-swap v1.7.1 |
2773 | 2025-01-31T23:17:45.155Z | Compiling ciborium-io v0.2.2 |
2774 | 2025-01-31T23:17:45.454Z | Compiling slog-scope v4.4.0 |
2775 | 2025-01-31T23:17:45.531Z | Compiling ciborium-ll v0.2.2 |
2776 | 2025-01-31T23:17:45.547Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2777 | 2025-01-31T23:17:45.839Z | Compiling typify v0.3.0 |
2778 | 2025-01-31T23:17:45.911Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2779 | 2025-01-31T23:17:45.985Z | Compiling progenitor-impl v0.9.1 |
2780 | 2025-01-31T23:17:46.221Z | Compiling polyval v0.6.2 |
2781 | 2025-01-31T23:17:46.514Z | Compiling atomicwrites v0.4.4 |
2782 | 2025-01-31T23:17:46.645Z | Compiling libsw v3.3.1 |
2783 | 2025-01-31T23:17:46.880Z | Compiling memmap2 v0.9.5 |
2784 | 2025-01-31T23:17:46.979Z | Compiling salty v0.3.0 |
2785 | 2025-01-31T23:17:47.114Z | Compiling thiserror-no-std v2.0.2 |
2786 | 2025-01-31T23:17:47.261Z | Compiling constant_time_eq v0.3.1 |
2787 | 2025-01-31T23:17:47.324Z | Compiling arrayref v0.3.9 |
2788 | 2025-01-31T23:17:47.410Z | Compiling arrayvec v0.7.6 |
2789 | 2025-01-31T23:17:47.439Z | Compiling parking_lot_core v0.8.6 |
2790 | 2025-01-31T23:17:47.472Z | Compiling indent_write v2.2.0 |
2791 | 2025-01-31T23:17:47.673Z | Compiling libefi-sys v0.1.0 |
2792 | 2025-01-31T23:17:47.715Z | Compiling linear-map v1.2.0 |
2793 | 2025-01-31T23:17:47.918Z | Compiling vsss-rs v3.3.4 |
2794 | 2025-01-31T23:17:47.939Z | Compiling ghash v0.5.1 |
2795 | 2025-01-31T23:17:48.041Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2796 | 2025-01-31T23:17:48.152Z | Compiling ciborium v0.2.2 |
2797 | 2025-01-31T23:17:48.188Z | Compiling slog-stdlog v4.1.1 |
2798 | 2025-01-31T23:17:48.987Z | Compiling p384 v0.13.0 |
2799 | 2025-01-31T23:17:49.247Z | Compiling toolchain_find v0.4.0 |
2800 | 2025-01-31T23:17:49.551Z | Compiling chacha20poly1305 v0.10.1 |
2801 | 2025-01-31T23:17:49.812Z | Compiling ctr v0.9.2 |
2802 | 2025-01-31T23:17:49.837Z | Compiling lzma-sys v0.1.20 |
2803 | 2025-01-31T23:17:49.898Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2804 | 2025-01-31T23:17:50.178Z | Compiling bitfield-struct v0.6.2 |
2805 | 2025-01-31T23:17:50.323Z | Compiling slog-dtrace v0.3.0 |
2806 | 2025-01-31T23:17:50.582Z | Compiling highway v1.2.0 |
2807 | 2025-01-31T23:17:50.608Z | Compiling topological-sort v0.2.2 |
2808 | 2025-01-31T23:17:50.857Z | Compiling omicron-zone-package v0.12.0 |
2809 | 2025-01-31T23:17:50.891Z | Compiling aes-gcm v0.10.3 |
2810 | 2025-01-31T23:17:51.215Z | Compiling rustfmt-wrapper v0.2.1 |
2811 | 2025-01-31T23:17:51.366Z | Compiling mime_guess v2.0.5 |
2812 | 2025-01-31T23:17:51.553Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2813 | 2025-01-31T23:17:51.793Z | Compiling slog-envlogger v2.2.0 |
2814 | 2025-01-31T23:17:51.811Z | Compiling steno v0.4.1 |
2815 | 2025-01-31T23:17:51.814Z | Compiling progenitor-macro v0.8.0 |
2816 | 2025-01-31T23:17:52.500Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2817 | 2025-01-31T23:17:52.542Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2818 | 2025-01-31T23:17:52.977Z | Compiling progenitor-macro v0.9.1 |
2819 | 2025-01-31T23:17:53.061Z | Compiling heck v0.3.3 |
2820 | 2025-01-31T23:17:53.123Z | Compiling ssh-encoding v0.2.0 |
2821 | 2025-01-31T23:17:53.203Z | Compiling blowfish v0.9.1 |
2822 | 2025-01-31T23:17:53.443Z | Compiling nibble_vec v0.1.0 |
2823 | 2025-01-31T23:17:53.602Z | Compiling env_filter v0.1.2 |
2824 | 2025-01-31T23:17:53.634Z | Compiling humantime v2.1.0 |
2825 | 2025-01-31T23:17:53.659Z | Compiling endian-type v0.1.2 |
2826 | 2025-01-31T23:17:53.684Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2827 | 2025-01-31T23:17:53.908Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2828 | 2025-01-31T23:17:54.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2829 | 2025-01-31T23:17:54.053Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2830 | 2025-01-31T23:17:54.179Z | Compiling env_logger v0.11.5 |
2831 | 2025-01-31T23:17:54.204Z | Compiling radix_trie v0.2.1 |
2832 | 2025-01-31T23:17:54.356Z | Compiling ssh-cipher v0.2.0 |
2833 | 2025-01-31T23:17:54.894Z | Compiling zone_cfg_derive v0.1.2 |
2834 | 2025-01-31T23:17:54.921Z | Compiling bcrypt-pbkdf v0.10.0 |
2835 | 2025-01-31T23:17:54.976Z | Compiling parking_lot v0.11.2 |
2836 | 2025-01-31T23:17:55.536Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2837 | 2025-01-31T23:17:55.903Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2838 | 2025-01-31T23:17:56.332Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2839 | 2025-01-31T23:17:56.390Z | Compiling password-hash v0.4.2 |
2840 | 2025-01-31T23:17:56.481Z | Compiling gethostname v0.5.0 |
2841 | 2025-01-31T23:17:56.689Z | Compiling fxhash v0.2.1 |
2842 | 2025-01-31T23:17:56.736Z | Compiling lockfree-object-pool v0.1.6 |
2843 | 2025-01-31T23:17:56.778Z | Compiling zip v2.1.3 |
2844 | 2025-01-31T23:17:56.882Z | Compiling bumpalo v3.16.0 |
2845 | 2025-01-31T23:17:56.910Z | Compiling simd-adler32 v0.3.7 |
2846 | 2025-01-31T23:17:57.014Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2847 | 2025-01-31T23:17:57.083Z | Compiling http-range v0.1.5 |
2848 | 2025-01-31T23:17:57.251Z | Compiling base64 v0.13.1 |
2849 | 2025-01-31T23:17:57.356Z | Compiling zopfli v0.8.1 |
2850 | 2025-01-31T23:17:57.402Z | Compiling pbkdf2 v0.11.0 |
2851 | 2025-01-31T23:17:57.421Z | Compiling sled v0.34.7 |
2852 | 2025-01-31T23:17:57.507Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2853 | 2025-01-31T23:17:57.770Z | Compiling ron v0.7.1 |
2854 | 2025-01-31T23:17:57.816Z | Compiling xz2 v0.1.7 |
2855 | 2025-01-31T23:17:58.205Z | Compiling zone v0.1.8 |
2856 | 2025-01-31T23:17:58.274Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2857 | 2025-01-31T23:17:58.994Z | Compiling ssh-key v0.6.6 |
2858 | 2025-01-31T23:17:59.335Z | Compiling hickory-client v0.24.2 |
2859 | 2025-01-31T23:17:59.912Z | Compiling p521 v0.13.3 |
2860 | 2025-01-31T23:17:59.987Z | Compiling p256 v0.13.2 |
2861 | 2025-01-31T23:18:00.757Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2862 | 2025-01-31T23:18:00.810Z | Compiling hickory-server v0.24.2 |
2863 | 2025-01-31T23:18:01.778Z | Compiling pem v3.0.4 |
2864 | 2025-01-31T23:18:02.182Z | Compiling yasna v0.5.2 |
2865 | 2025-01-31T23:18:02.545Z | Compiling headers-core v0.3.0 |
2866 | 2025-01-31T23:18:02.744Z | Compiling kstat-rs v0.2.4 |
2867 | 2025-01-31T23:18:03.185Z | Compiling nanorand v0.7.0 |
2868 | 2025-01-31T23:18:03.231Z | Compiling atty v0.2.14 |
2869 | 2025-01-31T23:18:03.332Z | Compiling russh-cryptovec v0.7.3 |
2870 | 2025-01-31T23:18:03.400Z | Compiling md5 v0.7.0 |
2871 | 2025-01-31T23:18:03.643Z | Compiling flume v0.11.1 |
2872 | 2025-01-31T23:18:03.724Z | Compiling russh-keys v0.45.0 |
2873 | 2025-01-31T23:18:03.725Z | Compiling rcgen v0.12.1 |
2874 | 2025-01-31T23:18:03.908Z | Compiling headers v0.4.0 |
2875 | 2025-01-31T23:18:04.651Z | Compiling progenitor v0.8.0 |
2876 | 2025-01-31T23:18:04.880Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2877 | 2025-01-31T23:18:05.155Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2878 | 2025-01-31T23:18:05.708Z | Compiling progenitor v0.9.1 |
2879 | 2025-01-31T23:18:05.736Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2880 | 2025-01-31T23:18:05.944Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2881 | 2025-01-31T23:18:05.966Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2882 | 2025-01-31T23:18:06.255Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2883 | 2025-01-31T23:18:07.167Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2884 | 2025-01-31T23:18:07.340Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2885 | 2025-01-31T23:18:07.400Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2886 | 2025-01-31T23:18:08.208Z | Compiling hyper-staticfile v0.10.1 |
2887 | 2025-01-31T23:18:09.270Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2888 | 2025-01-31T23:18:09.902Z | Compiling num-bigint v0.4.6 |
2889 | 2025-01-31T23:18:10.711Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2890 | 2025-01-31T23:18:11.361Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2891 | 2025-01-31T23:18:11.910Z | Compiling des v0.8.1 |
2892 | 2025-01-31T23:18:12.260Z | Compiling subprocess v0.2.9 |
2893 | 2025-01-31T23:18:12.280Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2894 | 2025-01-31T23:18:12.403Z | Compiling display-error-chain v0.2.2 |
2895 | 2025-01-31T23:18:12.644Z | Compiling hex-literal v0.4.1 |
2896 | 2025-01-31T23:18:12.828Z | Compiling russh v0.45.0 |
2897 | 2025-01-31T23:18:13.183Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2898 | 2025-01-31T23:18:13.958Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2899 | 2025-01-31T23:18:16.366Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2900 | 2025-01-31T23:18:16.867Z | Compiling internet-checksum v0.2.1 |
2901 | 2025-01-31T23:18:21.592Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2902 | 2025-01-31T23:18:21.592Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2903 | 2025-01-31T23:18:21.595Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2904 | 2025-01-31T23:18:21.595Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2905 | 2025-01-31T23:18:24.485Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2906 | 2025-01-31T23:18:24.877Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2907 | 2025-01-31T23:18:25.542Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2908 | 2025-01-31T23:18:26.269Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2909 | 2025-01-31T23:18:26.330Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2910 | 2025-01-31T23:18:26.581Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2911 | 2025-01-31T23:18:28.881Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2912 | 2025-01-31T23:18:29.285Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2913 | 2025-01-31T23:18:29.904Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2914 | 2025-01-31T23:18:30.360Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2915 | 2025-01-31T23:18:30.381Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2916 | 2025-01-31T23:18:31.205Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2917 | 2025-01-31T23:18:31.390Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2918 | 2025-01-31T23:18:32.681Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2919 | 2025-01-31T23:18:34.691Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2920 | 2025-01-31T23:18:34.978Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2921 | 2025-01-31T23:18:35.498Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2922 | 2025-01-31T23:18:35.914Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2923 | 2025-01-31T23:18:37.410Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2924 | 2025-01-31T23:18:39.748Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2925 | 2025-01-31T23:18:41.606Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2926 | 2025-01-31T23:18:41.750Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2927 | 2025-01-31T23:18:41.753Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2928 | 2025-01-31T23:18:43.361Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2929 | 2025-01-31T23:18:47.976Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2930 | 2025-01-31T23:18:56.092Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2931 | 2025-01-31T23:18:57.698Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2932 | 2025-01-31T23:19:19.493Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2933 | 2025-01-31T23:19:43.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
2934 | 2025-01-31T23:19:43.679Z | |
2935 | 2025-01-31T23:19:43.681Z | real 2:23.847035848 |
2936 | 2025-01-31T23:19:43.681Z | user 12:15.284766433 |
2937 | 2025-01-31T23:19:43.681Z | sys 1:33.371676561 |
2938 | 2025-01-31T23:19:43.681Z | trap 0.372408789 |
2939 | 2025-01-31T23:19:43.681Z | tflt 0.787969431 |
2940 | 2025-01-31T23:19:43.681Z | dflt 0.886630137 |
2941 | 2025-01-31T23:19:43.682Z | kflt 0.000097682 |
2942 | 2025-01-31T23:19:43.682Z | lock 22:46.660901757 |
2943 | 2025-01-31T23:19:43.682Z | slp 42:15.132548758 |
2944 | 2025-01-31T23:19:43.682Z | lat 38.285650348 |
2945 | 2025-01-31T23:19:43.682Z | stop 1:35.432358359 |
2946 | 2025-01-31T23:19:43.682Z | + mkdir tests |
2947 | 2025-01-31T23:19:43.685Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2948 | 2025-01-31T23:19:43.685Z | + xargs -I '{}' -t cp '{}' tests/ |
2949 | 2025-01-31T23:19:43.729Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6a027e681f4360a0 tests/ |
2950 | 2025-01-31T23:19:43.756Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8baafe8de94c824f tests/ |
2951 | 2025-01-31T23:19:43.783Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-eb4e4c6393657615 tests/ |
2952 | 2025-01-31T23:19:43.809Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2cf14db860ac8669 tests/ |
2953 | 2025-01-31T23:19:44.097Z | + 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/*) |
2954 | 2025-01-31T23:19:44.100Z | + 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-8baafe8de94c824f tests/commtest-eb4e4c6393657615 tests/dhcp_server-6a027e681f4360a0 tests/end_to_end_tests-2cf14db860ac8669 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 |
2955 | 2025-01-31T23:20:58.084Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2956 | 2025-01-31T23:20:58.084Z | a .github/buildomat/ci-env.sh 1K |
2957 | 2025-01-31T23:20:58.084Z | a out/target/test 1K |
2958 | 2025-01-31T23:20:58.084Z | a out/npuzone/npuzone 23144K |
2959 | 2025-01-31T23:20:58.084Z | a package-manifest.toml 34K |
2960 | 2025-01-31T23:20:58.084Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2961 | 2025-01-31T23:20:58.084Z | a target/release/omicron-package 35987K |
2962 | 2025-01-31T23:20:58.084Z | a target/release/xtask 11881K |
2963 | 2025-01-31T23:20:58.084Z | a target/debug/bootstrap 221896K |
2964 | 2025-01-31T23:20:58.084Z | a tests/bootstrap-8baafe8de94c824f 24276K |
2965 | 2025-01-31T23:20:58.084Z | a tests/commtest-eb4e4c6393657615 24769K |
2966 | 2025-01-31T23:20:58.084Z | a tests/dhcp_server-6a027e681f4360a0 24276K |
2967 | 2025-01-31T23:20:58.084Z | a tests/end_to_end_tests-2cf14db860ac8669 284099K |
2968 | 2025-01-31T23:20:58.084Z | a out/clickhouse.tar.gz 294247K |
2969 | 2025-01-31T23:20:58.084Z | a out/clickhouse_keeper.tar.gz 281384K |
2970 | 2025-01-31T23:20:58.084Z | a out/clickhouse_server.tar.gz 294232K |
2971 | 2025-01-31T23:20:58.084Z | a out/cockroachdb.tar.gz 134964K |
2972 | 2025-01-31T23:20:58.084Z | a out/crucible-dtrace.tar 98K |
2973 | 2025-01-31T23:20:58.084Z | a out/crucible-pantry-zone.tar.gz 28577K |
2974 | 2025-01-31T23:20:58.084Z | a out/crucible-zone.tar.gz 36922K |
2975 | 2025-01-31T23:20:58.084Z | a out/external-dns.tar.gz 35450K |
2976 | 2025-01-31T23:20:58.084Z | a out/internal-dns.tar.gz 35449K |
2977 | 2025-01-31T23:20:58.084Z | a out/mg-ddm-gz.tar 63075K |
2978 | 2025-01-31T23:20:58.084Z | a out/nexus.tar.gz 100418K |
2979 | 2025-01-31T23:20:58.084Z | a out/ntp.tar.gz 10504K |
2980 | 2025-01-31T23:20:58.084Z | a out/omicron-gateway-softnpu.tar.gz 24128K |
2981 | 2025-01-31T23:20:58.084Z | a out/omicron-sled-agent.tar 113922K |
2982 | 2025-01-31T23:20:58.084Z | a out/overlay.tar.gz 3K |
2983 | 2025-01-31T23:20:58.084Z | a out/oximeter.tar.gz 48415K |
2984 | 2025-01-31T23:20:58.084Z | a out/oxlog.tar 3124K |
2985 | 2025-01-31T23:20:58.084Z | a out/probe.tar.gz 2764K |
2986 | 2025-01-31T23:20:58.084Z | a out/propolis-server.tar.gz 66528K |
2987 | 2025-01-31T23:20:58.084Z | a out/pumpkind-gz.tar 26665K |
2988 | 2025-01-31T23:20:58.084Z | a out/switch-softnpu.tar.gz 237631K |
2989 | 2025-01-31T23:20:58.087Z | |
2990 | 2025-01-31T23:20:58.087Z | real 1:13.965279207 |
2991 | 2025-01-31T23:20:58.087Z | user 1:10.554628380 |
2992 | 2025-01-31T23:20:58.087Z | sys 4.836826043 |
2993 | 2025-01-31T23:20:58.087Z | trap 0.018225631 |
2994 | 2025-01-31T23:20:58.087Z | tflt 0.000000000 |
2995 | 2025-01-31T23:20:58.087Z | dflt 0.000000000 |
2996 | 2025-01-31T23:20:58.087Z | kflt 0.000000000 |
2997 | 2025-01-31T23:20:58.087Z | lock 0.000000000 |
2998 | 2025-01-31T23:20:58.087Z | slp 1:10.341592269 |
2999 | 2025-01-31T23:20:58.087Z | lat 2.173782329 |
3000 | 2025-01-31T23:20:58.087Z | stop 0.000541742 |
3001 | 2025-01-31T23:20:58.090Z | process exited: duration 1936004 ms, exit code 0 |
|
3002 | 2025-01-31T23:20:58.104Z | found 1 output files |
3003 | 2025-01-31T23:20:58.104Z | uploading: /work/package.tar.gz (1905379130 bytes) |
3004 | 2025-01-31T23:21:33.469Z | uploaded: /work/package.tar.gz |