|
|
|
1 | 2025-02-21T12:45:24.768Z | job assigned to worker 01JMM8K6VFQXVTH22F1J3XMVVQ [factory aws, i-000d1c9d16e499c69] (queued for 1 m 42 s) |
|
2 | 2025-02-21T12:45:33.983Z | starting task 0: "setup" |
3 | 2025-02-21T12:45:33.991Z | ++ uname -s |
4 | 2025-02-21T12:45:33.995Z | + kern=SunOS |
5 | 2025-02-21T12:45:33.995Z | + build_user=build |
6 | 2025-02-21T12:45:33.995Z | + build_uid=12345 |
7 | 2025-02-21T12:45:33.995Z | + work_dir=/work |
8 | 2025-02-21T12:45:33.995Z | + input_dir=/input |
9 | 2025-02-21T12:45:33.995Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T12:45:33.995Z | + case "$kern" in |
11 | 2025-02-21T12:45:33.995Z | + groupadd -g 12345 build |
12 | 2025-02-21T12:45:33.995Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T12:45:36.095Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T12:45:36.191Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T12:45:36.192Z | + home_fs=zfs |
16 | 2025-02-21T12:45:36.192Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T12:45:36.192Z | + mkdir -p /home/build |
18 | 2025-02-21T12:45:36.192Z | + chown build:build /home/build /work |
19 | 2025-02-21T12:45:38.098Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T12:45:38.111Z | process exited: duration 4113 ms, exit code 0 |
|
21 | 2025-02-21T12:45:38.146Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T12:45:38.165Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T12:45:38.165Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T12:45:38.165Z | * rust toolchain profile = "default" |
25 | 2025-02-21T12:45:38.166Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-21T12:45:38.166Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T12:45:38.166Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T12:45:38.166Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T12:45:38.166Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T12:45:38.279Z | info: downloading installer |
31 | 2025-02-21T12:45:40.059Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T12:45:40.059Z | warning: /opt/ooce/bin |
33 | 2025-02-21T12:45:40.059Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T12:45:40.059Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T12:45:40.059Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T12:45:40.059Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T12:45:40.059Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T12:45:40.059Z | error: cannot install while Rust is installed |
39 | 2025-02-21T12:45:40.059Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T12:45:40.111Z | info: profile set to 'default' |
41 | 2025-02-21T12:45:40.111Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T12:45:40.115Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T12:45:40.295Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T12:45:40.295Z | info: downloading component 'cargo' |
45 | 2025-02-21T12:45:41.127Z | info: downloading component 'clippy' |
46 | 2025-02-21T12:45:41.366Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T12:45:42.586Z | info: downloading component 'rust-std' |
48 | 2025-02-21T12:45:44.328Z | info: downloading component 'rustc' |
49 | 2025-02-21T12:45:50.375Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T12:45:50.602Z | info: installing component 'cargo' |
51 | 2025-02-21T12:45:51.430Z | info: installing component 'clippy' |
52 | 2025-02-21T12:45:51.816Z | info: installing component 'rust-docs' |
53 | 2025-02-21T12:45:53.597Z | info: installing component 'rust-std' |
54 | 2025-02-21T12:45:55.407Z | info: installing component 'rustc' |
55 | 2025-02-21T12:46:01.374Z | info: installing component 'rustfmt' |
56 | 2025-02-21T12:46:01.700Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T12:46:01.700Z | |
58 | 2025-02-21T12:46:02.072Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T12:46:02.072Z | |
60 | 2025-02-21T12:46:02.075Z | |
61 | 2025-02-21T12:46:02.075Z | Rust is installed now. Great! |
62 | 2025-02-21T12:46:02.075Z | |
63 | 2025-02-21T12:46:02.075Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T12:46:02.075Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T12:46:02.075Z | |
66 | 2025-02-21T12:46:02.075Z | To configure your current shell, you need to source |
67 | 2025-02-21T12:46:02.075Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T12:46:02.075Z | |
69 | 2025-02-21T12:46:02.075Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T12:46:02.075Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T12:46:02.075Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T12:46:02.147Z | + rustup --version |
73 | 2025-02-21T12:46:02.154Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T12:46:02.154Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T12:46:02.235Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T12:46:02.239Z | + cargo --version |
77 | 2025-02-21T12:46:02.294Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T12:46:02.296Z | + rustc --version |
79 | 2025-02-21T12:46:02.361Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T12:46:02.364Z | process exited: duration 24232 ms, exit code 0 |
|
81 | 2025-02-21T12:46:02.371Z | starting task 2: "authentication" |
82 | 2025-02-21T12:46:02.392Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-21T12:46:02.400Z | starting task 3: "clone repository" |
84 | 2025-02-21T12:46:02.403Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T12:46:02.405Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T12:46:04.064Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T12:46:11.829Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T12:46:11.829Z | + git fetch origin 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
89 | 2025-02-21T12:46:12.178Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T12:46:12.178Z | * branch 517bc6313a6e2971d164a76c7a8db96dcf1a0216 -> FETCH_HEAD |
91 | 2025-02-21T12:46:12.190Z | + [[ -n renovate/reqwest-0.x-lockfile ]] |
92 | 2025-02-21T12:46:12.193Z | ++ git branch --show-current |
93 | 2025-02-21T12:46:12.196Z | + current=main |
94 | 2025-02-21T12:46:12.196Z | + [[ main != renovate/reqwest-0.x-lockfile ]] |
95 | 2025-02-21T12:46:12.196Z | + git branch -f renovate/reqwest-0.x-lockfile 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
96 | 2025-02-21T12:46:12.199Z | + git checkout -f renovate/reqwest-0.x-lockfile |
97 | 2025-02-21T12:46:12.386Z | Switched to branch 'renovate/reqwest-0.x-lockfile' |
98 | 2025-02-21T12:46:12.389Z | + git reset --hard 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
99 | 2025-02-21T12:46:12.405Z | HEAD is now at 517bc6313 Update Rust crate reqwest to v0.12.12 |
100 | 2025-02-21T12:46:12.407Z | process exited: duration 10009 ms, exit code 0 |
|
101 | 2025-02-21T12:46:12.413Z | starting task 4: "build" |
102 | 2025-02-21T12:46:12.419Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T12:46:12.421Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T12:46:12.421Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T12:46:12.421Z | + cargo --version |
106 | 2025-02-21T12:46:12.473Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T12:46:12.477Z | + rustc --version |
108 | 2025-02-21T12:46:12.541Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T12:46:12.545Z | + WORK=/work |
110 | 2025-02-21T12:46:12.547Z | + pfexec mkdir -p /work |
111 | 2025-02-21T12:46:12.550Z | + pfexec chown build /work |
112 | 2025-02-21T12:46:12.553Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-02-21T12:46:22.796Z | pkg list: illegal option -- F |
114 | 2025-02-21T12:46:22.796Z | Usage: |
115 | 2025-02-21T12:46:22.799Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-02-21T12:46:22.799Z | [pkg_fmri_pattern ...] |
117 | 2025-02-21T12:46:23.655Z | pkg list: illegal option -- F |
118 | 2025-02-21T12:46:23.655Z | Usage: |
119 | 2025-02-21T12:46:23.657Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-02-21T12:46:23.657Z | [pkg_fmri_pattern ...] |
121 | 2025-02-21T12:46:32.167Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-02-21T12:46:36.830Z | Startup: Caching catalogs ... Done |
123 | 2025-02-21T12:46:50.173Z | Planning: Solver setup ... Done (12.378s) |
124 | 2025-02-21T12:46:50.325Z | Planning: Running solver ... Done (0.152s) |
125 | 2025-02-21T12:46:50.794Z | Planning: Finding local manifests ... Done (0.352s) |
126 | 2025-02-21T12:46:50.828Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-02-21T12:46:51.197Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-02-21T12:46:51.803Z | Planning: Package planning ... Done (0.606s) |
129 | 2025-02-21T12:46:51.861Z | Planning: Merging actions ... Done (0.057s) |
130 | 2025-02-21T12:46:52.893Z | Planning: Checking for conflicting actions ... Done (1.033s) |
131 | 2025-02-21T12:46:59.908Z | Planning: Consolidating action changes ... Done (7.016s) |
132 | 2025-02-21T12:47:00.308Z | Planning: Evaluating mediators ... Done (0.399s) |
133 | 2025-02-21T12:47:00.464Z | Planning: Planning completed in 23.54 seconds |
134 | 2025-02-21T12:47:01.403Z | Packages to install: 4 |
135 | 2025-02-21T12:47:01.403Z | Packages to update: 3 |
136 | 2025-02-21T12:47:01.403Z | Mediators to change: 2 |
137 | 2025-02-21T12:47:01.403Z | Services to change: 1 |
138 | 2025-02-21T12:47:01.403Z | Estimated space available: 155.61 GB |
139 | 2025-02-21T12:47:01.407Z | Estimated space to be consumed: 1.66 GB |
140 | 2025-02-21T12:47:01.407Z | Create boot environment: No |
141 | 2025-02-21T12:47:01.407Z | Create backup boot environment: Yes |
142 | 2025-02-21T12:47:01.407Z | Rebuild boot archive: No |
143 | 2025-02-21T12:47:01.407Z | |
144 | 2025-02-21T12:47:01.407Z | Changed mediators: |
145 | 2025-02-21T12:47:01.407Z | mediator clang: |
146 | 2025-02-21T12:47:01.407Z | version: None -> 15 (system default) |
147 | 2025-02-21T12:47:01.408Z | |
148 | 2025-02-21T12:47:01.408Z | mediator llvm: |
149 | 2025-02-21T12:47:01.408Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-02-21T12:47:01.408Z | |
151 | 2025-02-21T12:47:01.408Z | Changed packages: |
152 | 2025-02-21T12:47:01.408Z | helios-dev |
153 | 2025-02-21T12:47:01.408Z | developer/build-essential |
154 | 2025-02-21T12:47:01.408Z | None -> 11-2.0 |
155 | 2025-02-21T12:47:01.408Z | library/libxmlsec1 |
156 | 2025-02-21T12:47:01.408Z | None -> 1.2.35-2.0 |
157 | 2025-02-21T12:47:01.408Z | ooce/developer/clang-15 |
158 | 2025-02-21T12:47:01.408Z | None -> 15.0.7-2.0 |
159 | 2025-02-21T12:47:01.408Z | ooce/developer/llvm-15 |
160 | 2025-02-21T12:47:01.409Z | None -> 15.0.7-2.0 |
161 | 2025-02-21T12:47:01.409Z | package/pkg |
162 | 2025-02-21T12:47:01.409Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-02-21T12:47:01.409Z | system/library/g++-runtime |
164 | 2025-02-21T12:47:01.409Z | 13-2.0 -> 14-2.0 |
165 | 2025-02-21T12:47:01.409Z | system/library/gcc-runtime |
166 | 2025-02-21T12:47:01.409Z | 13-2.0 -> 14-2.0 |
167 | 2025-02-21T12:47:01.409Z | |
168 | 2025-02-21T12:47:01.409Z | Services: |
169 | 2025-02-21T12:47:01.409Z | restart_fmri: |
170 | 2025-02-21T12:47:01.409Z | svc:/system/update-man-index:default |
171 | 2025-02-21T12:47:01.409Z | |
172 | 2025-02-21T12:47:01.409Z | Editable files to change: |
173 | 2025-02-21T12:47:01.409Z | Update: |
174 | 2025-02-21T12:47:01.409Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-02-21T12:47:01.840Z | |
176 | 2025-02-21T12:47:01.840Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-02-21T12:47:06.867Z | Download: 263/4301 items 14.2/225.4MB 6% complete (2.9M/s) |
178 | 2025-02-21T12:47:11.867Z | Download: 850/4301 items 18.8/225.4MB 8% complete (1.9M/s) |
179 | 2025-02-21T12:47:16.921Z | Download: 1192/4301 items 83.5/225.4MB 37% complete (8.0M/s) |
180 | 2025-02-21T12:47:24.436Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (7.8M/s) |
181 | 2025-02-21T12:47:31.405Z | Download: 1196/4301 items 83.5/225.4MB 37% complete |
182 | 2025-02-21T12:47:36.406Z | Download: 1888/4301 items 118.6/225.4MB 52% complete (7.1M/s) |
183 | 2025-02-21T12:47:41.410Z | Download: 2372/4301 items 119.8/225.4MB 53% complete (3.7M/s) |
184 | 2025-02-21T12:47:46.409Z | Download: 3175/4301 items 184.1/225.4MB 81% complete (6.5M/s) |
185 | 2025-02-21T12:47:51.413Z | Download: 3272/4301 items 207.5/225.4MB 92% complete (8.7M/s) |
186 | 2025-02-21T12:47:55.236Z | Download: Completed 225.42 MB in 53.41 seconds (4.2M/s) |
187 | 2025-02-21T12:47:57.202Z | Actions: 1/5122 actions (Removing old actions) |
188 | 2025-02-21T12:47:57.217Z | Actions: 194/5122 actions (Installing new actions) |
189 | 2025-02-21T12:48:02.253Z | Actions: 4121/5122 actions (Installing new actions) |
190 | 2025-02-21T12:48:02.507Z | Actions: 4267/5122 actions (Updating modified actions) |
191 | 2025-02-21T12:48:02.985Z | Actions: Completed 5122 actions in 5.78 seconds. |
192 | 2025-02-21T12:48:03.234Z | Done (0.231s) |
193 | 2025-02-21T12:48:03.243Z | Done (0.001s) |
194 | 2025-02-21T12:48:03.834Z | Done (0.608s) |
195 | 2025-02-21T12:48:09.209Z | Done (5.149s) |
196 | 2025-02-21T12:48:09.455Z | Done (0.178s) |
197 | 2025-02-21T12:48:09.458Z | Done (0.000s) |
198 | 2025-02-21T12:48:09.620Z | Done (0.000s) |
199 | 2025-02-21T12:48:10.355Z | Planning: Evaluating mediator changes ... Done |
200 | 2025-02-21T12:48:10.525Z | Planning: Checking for conflicting actions ... Done |
201 | 2025-02-21T12:48:10.528Z | Planning: Consolidating action changes ... Done |
202 | 2025-02-21T12:48:10.819Z | Planning: Evaluating mediators ... Done |
203 | 2025-02-21T12:48:10.822Z | Planning: Planning completed in 0.46 seconds |
204 | 2025-02-21T12:48:10.860Z | Mediators to change: 2 |
205 | 2025-02-21T12:48:10.860Z | Create boot environment: No |
206 | 2025-02-21T12:48:10.863Z | Create backup boot environment: No |
207 | 2025-02-21T12:48:10.945Z | Done |
208 | 2025-02-21T12:48:10.945Z | Done |
209 | 2025-02-21T12:48:11.386Z | Done |
210 | 2025-02-21T12:48:15.201Z | Done |
211 | 2025-02-21T12:48:15.289Z | Done |
212 | 2025-02-21T12:48:15.292Z | Done |
213 | 2025-02-21T12:48:15.409Z | Done |
214 | 2025-02-21T12:48:16.041Z | Planning: Evaluating mediator changes ... Done |
215 | 2025-02-21T12:48:16.044Z | Planning: Merging actions ... Done |
216 | 2025-02-21T12:48:16.235Z | Planning: Checking for conflicting actions ... Done |
217 | 2025-02-21T12:48:16.238Z | Planning: Consolidating action changes ... Done |
218 | 2025-02-21T12:48:16.519Z | Planning: Evaluating mediators ... Done |
219 | 2025-02-21T12:48:16.581Z | Planning: Planning completed in 0.79 seconds |
220 | 2025-02-21T12:48:16.623Z | Packages to change: 1 |
221 | 2025-02-21T12:48:16.624Z | Mediators to change: 1 |
222 | 2025-02-21T12:48:16.626Z | Services to change: 1 |
223 | 2025-02-21T12:48:16.626Z | Create boot environment: No |
224 | 2025-02-21T12:48:16.626Z | Create backup boot environment: Yes |
225 | 2025-02-21T12:48:18.777Z | Actions: 1/6 actions (Updating modified actions) |
226 | 2025-02-21T12:48:18.808Z | Actions: Completed 6 actions in 0.03 seconds. |
227 | 2025-02-21T12:48:18.811Z | Done |
228 | 2025-02-21T12:48:18.811Z | Done |
229 | 2025-02-21T12:48:18.932Z | Done |
230 | 2025-02-21T12:48:22.588Z | Done |
231 | 2025-02-21T12:48:22.692Z | Done |
232 | 2025-02-21T12:48:22.695Z | Done |
233 | 2025-02-21T12:48:22.800Z | Done |
234 | 2025-02-21T12:48:23.245Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
235 | 2025-02-21T12:48:23.245Z | clang system 15 system |
236 | 2025-02-21T12:48:23.245Z | csh system system illumos |
237 | 2025-02-21T12:48:23.245Z | ctags system system illumos |
238 | 2025-02-21T12:48:23.245Z | gcc vendor 12 vendor |
239 | 2025-02-21T12:48:23.245Z | gcc system 10 system |
240 | 2025-02-21T12:48:23.246Z | gcc system 7 system |
241 | 2025-02-21T12:48:23.246Z | go system 1.20 system |
242 | 2025-02-21T12:48:23.246Z | go system 1.19 system |
243 | 2025-02-21T12:48:23.246Z | llvm system 15 system |
244 | 2025-02-21T12:48:23.246Z | llvm system 14 system |
245 | 2025-02-21T12:48:23.246Z | mariadb system 10.6 system |
246 | 2025-02-21T12:48:23.246Z | mta vendor vendor dma |
247 | 2025-02-21T12:48:23.246Z | openjdk system 17 system |
248 | 2025-02-21T12:48:23.246Z | openjdk system 11 system |
249 | 2025-02-21T12:48:23.246Z | openjdk system 1.8 system |
250 | 2025-02-21T12:48:23.246Z | openssl vendor 3 vendor |
251 | 2025-02-21T12:48:23.246Z | perl system 5.36 system |
252 | 2025-02-21T12:48:23.246Z | postgresql system 15 system |
253 | 2025-02-21T12:48:23.246Z | postgresql system 13 system |
254 | 2025-02-21T12:48:23.246Z | python vendor 3 vendor |
255 | 2025-02-21T12:48:23.246Z | python system 2 system |
256 | 2025-02-21T12:48:23.246Z | python3 system 3.11 system |
257 | 2025-02-21T12:48:23.246Z | ruby system 3.0 system |
258 | 2025-02-21T12:48:23.246Z | words vendor vendor american-english |
259 | 2025-02-21T12:48:23.246Z | words system system australian-english |
260 | 2025-02-21T12:48:23.246Z | words system system british-english |
261 | 2025-02-21T12:48:23.246Z | words system system canadian-english |
262 | 2025-02-21T12:48:23.246Z | words system system french |
263 | 2025-02-21T12:48:23.246Z | words system system italian |
264 | 2025-02-21T12:48:23.246Z | words system system ngerman |
265 | 2025-02-21T12:48:23.246Z | words system system ogerman |
266 | 2025-02-21T12:48:23.246Z | words system system spanish |
267 | 2025-02-21T12:48:23.580Z | PUBLISHER TYPE STATUS P LOCATION |
268 | 2025-02-21T12:48:23.580Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
269 | 2025-02-21T12:48:26.674Z | FMRI IFO |
270 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
274 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
275 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
277 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
280 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
281 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
283 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
284 | 2025-02-21T12:48:26.675Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
285 | 2025-02-21T12:48:27.479Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
286 | 2025-02-21T12:48:27.731Z | Updating crates.io index |
287 | 2025-02-21T12:48:27.733Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-02-21T12:48:28.262Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-02-21T12:48:28.493Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-02-21T12:48:28.753Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-02-21T12:48:29.679Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-02-21T12:48:31.342Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-02-21T12:48:31.937Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-02-21T12:48:32.687Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-02-21T12:48:32.927Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-02-21T12:48:33.171Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-02-21T12:48:33.769Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2025-02-21T12:48:34.109Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2025-02-21T12:48:34.440Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-02-21T12:48:34.674Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-02-21T12:48:34.898Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-02-21T12:48:35.098Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-02-21T12:48:35.366Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
304 | 2025-02-21T12:48:35.657Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-02-21T12:48:35.981Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-02-21T12:48:36.281Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-02-21T12:48:36.639Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-02-21T12:48:36.852Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-02-21T12:48:37.267Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-02-21T12:48:37.586Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-02-21T12:48:37.949Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-02-21T12:48:38.296Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-02-21T12:48:38.584Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-02-21T12:48:38.837Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-02-21T12:48:39.092Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-02-21T12:48:40.347Z | Downloading crates ... |
317 | 2025-02-21T12:48:40.405Z | Downloaded generic-array v0.14.7 |
318 | 2025-02-21T12:48:40.412Z | Downloaded usdt-macro v0.5.0 |
319 | 2025-02-21T12:48:40.417Z | Downloaded toml_datetime v0.6.8 |
320 | 2025-02-21T12:48:40.417Z | Downloaded cargo-platform v0.1.8 |
321 | 2025-02-21T12:48:40.420Z | Downloaded indexmap v2.7.1 |
322 | 2025-02-21T12:48:40.427Z | Downloaded dtrace-parser v0.2.0 |
323 | 2025-02-21T12:48:40.433Z | Downloaded swrite v0.1.0 |
324 | 2025-02-21T12:48:40.438Z | Downloaded pretty-hex v0.4.1 |
325 | 2025-02-21T12:48:40.438Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2025-02-21T12:48:40.449Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2025-02-21T12:48:40.459Z | Downloaded scroll_derive v0.12.0 |
328 | 2025-02-21T12:48:40.464Z | Downloaded equivalent v1.0.1 |
329 | 2025-02-21T12:48:40.472Z | Downloaded macaddr v1.0.1 |
330 | 2025-02-21T12:48:40.472Z | Downloaded clap_lex v0.7.4 |
331 | 2025-02-21T12:48:40.472Z | Downloaded thiserror-impl v1.0.69 |
332 | 2025-02-21T12:48:40.472Z | Downloaded anstyle v1.0.10 |
333 | 2025-02-21T12:48:40.472Z | Downloaded camino-tempfile v1.1.1 |
334 | 2025-02-21T12:48:40.497Z | Downloaded bytecount v0.6.8 |
335 | 2025-02-21T12:48:40.497Z | Downloaded utf8parse v0.2.2 |
336 | 2025-02-21T12:48:40.497Z | Downloaded thiserror v1.0.69 |
337 | 2025-02-21T12:48:40.514Z | Downloaded thread-id v4.2.2 |
338 | 2025-02-21T12:48:40.515Z | Downloaded strsim v0.11.1 |
339 | 2025-02-21T12:48:40.515Z | Downloaded scroll v0.12.0 |
340 | 2025-02-21T12:48:40.515Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2025-02-21T12:48:40.515Z | Downloaded heck v0.5.0 |
342 | 2025-02-21T12:48:40.515Z | Downloaded terminal_size v0.4.0 |
343 | 2025-02-21T12:48:40.515Z | Downloaded tabled_derive v0.7.0 |
344 | 2025-02-21T12:48:40.515Z | Downloaded usdt v0.5.0 |
345 | 2025-02-21T12:48:40.515Z | Downloaded serde_tokenstream v0.2.2 |
346 | 2025-02-21T12:48:40.515Z | Downloaded plain v0.2.3 |
347 | 2025-02-21T12:48:40.515Z | Downloaded colorchoice v1.0.2 |
348 | 2025-02-21T12:48:40.516Z | Downloaded block-buffer v0.10.4 |
349 | 2025-02-21T12:48:40.516Z | Downloaded digest v0.10.7 |
350 | 2025-02-21T12:48:40.516Z | Downloaded smawk v0.3.2 |
351 | 2025-02-21T12:48:40.516Z | Downloaded autocfg v1.4.0 |
352 | 2025-02-21T12:48:40.516Z | Downloaded memmap v0.7.0 |
353 | 2025-02-21T12:48:40.516Z | Downloaded errno v0.3.9 |
354 | 2025-02-21T12:48:40.516Z | Downloaded dof v0.3.0 |
355 | 2025-02-21T12:48:40.516Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2025-02-21T12:48:40.516Z | Downloaded fs-err v2.11.0 |
357 | 2025-02-21T12:48:40.516Z | Downloaded fastrand v2.1.1 |
358 | 2025-02-21T12:48:40.516Z | Downloaded anstyle-query v1.1.1 |
359 | 2025-02-21T12:48:40.528Z | Downloaded fnv v1.0.7 |
360 | 2025-02-21T12:48:40.528Z | Downloaded heck v0.4.1 |
361 | 2025-02-21T12:48:40.529Z | Downloaded crypto-common v0.1.6 |
362 | 2025-02-21T12:48:40.529Z | Downloaded cfg-if v1.0.0 |
363 | 2025-02-21T12:48:40.529Z | Downloaded version_check v0.9.5 |
364 | 2025-02-21T12:48:40.529Z | Downloaded cpufeatures v0.2.14 |
365 | 2025-02-21T12:48:40.529Z | Downloaded pest_generator v2.7.14 |
366 | 2025-02-21T12:48:40.529Z | Downloaded byteorder v1.5.0 |
367 | 2025-02-21T12:48:40.529Z | Downloaded anstyle-parse v0.2.5 |
368 | 2025-02-21T12:48:40.529Z | Downloaded sha2 v0.10.8 |
369 | 2025-02-21T12:48:40.530Z | Downloaded pest_derive v2.7.14 |
370 | 2025-02-21T12:48:40.545Z | Downloaded serde_spanned v0.6.8 |
371 | 2025-02-21T12:48:40.545Z | Downloaded camino v1.1.9 |
372 | 2025-02-21T12:48:40.546Z | Downloaded clap_derive v4.5.28 |
373 | 2025-02-21T12:48:40.546Z | Downloaded proc-macro-error v1.0.4 |
374 | 2025-02-21T12:48:40.546Z | Downloaded once_cell v1.20.3 |
375 | 2025-02-21T12:48:40.546Z | Downloaded cargo_metadata v0.18.1 |
376 | 2025-02-21T12:48:40.546Z | Downloaded anstream v0.6.15 |
377 | 2025-02-21T12:48:40.563Z | Downloaded semver v1.0.24 |
378 | 2025-02-21T12:48:40.564Z | Downloaded itoa v1.0.11 |
379 | 2025-02-21T12:48:40.564Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-02-21T12:48:40.564Z | Downloaded toml v0.8.19 |
381 | 2025-02-21T12:48:40.564Z | Downloaded tempfile v3.13.0 |
382 | 2025-02-21T12:48:40.585Z | Downloaded usdt-impl v0.5.0 |
383 | 2025-02-21T12:48:40.585Z | Downloaded quote v1.0.38 |
384 | 2025-02-21T12:48:40.585Z | Downloaded textwrap v0.16.1 |
385 | 2025-02-21T12:48:40.585Z | Downloaded unicode-ident v1.0.14 |
386 | 2025-02-21T12:48:40.585Z | Downloaded ryu v1.0.18 |
387 | 2025-02-21T12:48:40.585Z | Downloaded typenum v1.17.0 |
388 | 2025-02-21T12:48:40.585Z | Downloaded pest_meta v2.7.14 |
389 | 2025-02-21T12:48:40.586Z | Downloaded cargo_toml v0.20.5 |
390 | 2025-02-21T12:48:40.598Z | Downloaded log v0.4.22 |
391 | 2025-02-21T12:48:40.598Z | Downloaded serde_derive v1.0.217 |
392 | 2025-02-21T12:48:40.599Z | Downloaded papergrid v0.11.0 |
393 | 2025-02-21T12:48:40.599Z | Downloaded anyhow v1.0.96 |
394 | 2025-02-21T12:48:40.599Z | Downloaded ucd-trie v0.1.7 |
395 | 2025-02-21T12:48:40.599Z | Downloaded bitflags v2.6.0 |
396 | 2025-02-21T12:48:40.599Z | Downloaded proc-macro2 v1.0.92 |
397 | 2025-02-21T12:48:40.599Z | Downloaded clap v4.5.30 |
398 | 2025-02-21T12:48:40.609Z | Downloaded serde v1.0.217 |
399 | 2025-02-21T12:48:40.629Z | Downloaded memchr v2.7.4 |
400 | 2025-02-21T12:48:40.652Z | Downloaded toml_edit v0.22.22 |
401 | 2025-02-21T12:48:40.670Z | Downloaded hashbrown v0.15.1 |
402 | 2025-02-21T12:48:40.671Z | Downloaded pest v2.7.14 |
403 | 2025-02-21T12:48:40.696Z | Downloaded zerocopy v0.7.35 |
404 | 2025-02-21T12:48:40.696Z | Downloaded serde_json v1.0.135 |
405 | 2025-02-21T12:48:40.719Z | Downloaded clap_builder v4.5.30 |
406 | 2025-02-21T12:48:40.719Z | Downloaded winnow v0.6.20 |
407 | 2025-02-21T12:48:40.719Z | Downloaded tabled v0.15.0 |
408 | 2025-02-21T12:48:40.748Z | Downloaded syn v1.0.109 |
409 | 2025-02-21T12:48:40.748Z | Downloaded goblin v0.8.2 |
410 | 2025-02-21T12:48:40.760Z | Downloaded unicode-width v0.1.14 |
411 | 2025-02-21T12:48:40.760Z | Downloaded syn v2.0.96 |
412 | 2025-02-21T12:48:40.760Z | Downloaded rustix v0.38.37 |
413 | 2025-02-21T12:48:40.802Z | Downloaded libc v0.2.169 |
414 | 2025-02-21T12:48:41.066Z | Compiling proc-macro2 v1.0.92 |
415 | 2025-02-21T12:48:41.066Z | Compiling unicode-ident v1.0.14 |
416 | 2025-02-21T12:48:41.070Z | Compiling serde v1.0.217 |
417 | 2025-02-21T12:48:41.070Z | Compiling version_check v0.9.5 |
418 | 2025-02-21T12:48:41.070Z | Compiling thiserror v1.0.69 |
419 | 2025-02-21T12:48:41.070Z | Compiling memchr v2.7.4 |
420 | 2025-02-21T12:48:41.101Z | Compiling libc v0.2.169 |
421 | 2025-02-21T12:48:41.105Z | Compiling ucd-trie v0.1.7 |
422 | 2025-02-21T12:48:41.342Z | Compiling ryu v1.0.18 |
423 | 2025-02-21T12:48:41.669Z | Compiling itoa v1.0.11 |
424 | 2025-02-21T12:48:41.690Z | Compiling once_cell v1.20.3 |
425 | 2025-02-21T12:48:41.855Z | Compiling byteorder v1.5.0 |
426 | 2025-02-21T12:48:41.986Z | Compiling rustix v0.38.37 |
427 | 2025-02-21T12:48:42.217Z | Compiling serde_json v1.0.135 |
428 | 2025-02-21T12:48:42.477Z | Compiling bitflags v2.6.0 |
429 | 2025-02-21T12:48:42.563Z | Compiling proc-macro-error-attr v1.0.4 |
430 | 2025-02-21T12:48:42.586Z | Compiling usdt-impl v0.5.0 |
431 | 2025-02-21T12:48:42.798Z | Compiling syn v1.0.109 |
432 | 2025-02-21T12:48:42.826Z | Compiling proc-macro-error v1.0.4 |
433 | 2025-02-21T12:48:42.883Z | Compiling camino v1.1.9 |
434 | 2025-02-21T12:48:42.983Z | Compiling log v0.4.22 |
435 | 2025-02-21T12:48:43.166Z | Compiling plain v0.2.3 |
436 | 2025-02-21T12:48:43.196Z | Compiling hashbrown v0.15.1 |
437 | 2025-02-21T12:48:43.400Z | Compiling equivalent v1.0.1 |
438 | 2025-02-21T12:48:43.451Z | Compiling utf8parse v0.2.2 |
439 | 2025-02-21T12:48:43.548Z | Compiling quote v1.0.38 |
440 | 2025-02-21T12:48:43.618Z | Compiling errno v0.3.9 |
441 | 2025-02-21T12:48:43.618Z | Compiling anstyle-parse v0.2.5 |
442 | 2025-02-21T12:48:43.786Z | Compiling winnow v0.6.20 |
443 | 2025-02-21T12:48:43.866Z | Compiling syn v2.0.96 |
444 | 2025-02-21T12:48:43.884Z | Compiling thread-id v4.2.2 |
445 | 2025-02-21T12:48:44.087Z | Compiling semver v1.0.24 |
446 | 2025-02-21T12:48:44.165Z | Compiling anstyle v1.0.10 |
447 | 2025-02-21T12:48:44.366Z | Compiling indexmap v2.7.1 |
448 | 2025-02-21T12:48:44.547Z | Compiling autocfg v1.4.0 |
449 | 2025-02-21T12:48:44.610Z | Compiling pretty-hex v0.4.1 |
450 | 2025-02-21T12:48:44.904Z | Compiling anstyle-query v1.1.1 |
451 | 2025-02-21T12:48:45.035Z | Compiling unicode-width v0.1.14 |
452 | 2025-02-21T12:48:45.096Z | Compiling is_terminal_polyfill v1.70.1 |
453 | 2025-02-21T12:48:45.241Z | Compiling colorchoice v1.0.2 |
454 | 2025-02-21T12:48:45.414Z | Compiling anstream v0.6.15 |
455 | 2025-02-21T12:48:45.488Z | Compiling fs-err v2.11.0 |
456 | 2025-02-21T12:48:45.720Z | Compiling terminal_size v0.4.0 |
457 | 2025-02-21T12:48:45.763Z | Compiling heck v0.4.1 |
458 | 2025-02-21T12:48:45.788Z | Compiling clap_lex v0.7.4 |
459 | 2025-02-21T12:48:45.938Z | Compiling heck v0.5.0 |
460 | 2025-02-21T12:48:46.027Z | Compiling fnv v1.0.7 |
461 | 2025-02-21T12:48:46.160Z | Compiling bytecount v0.6.8 |
462 | 2025-02-21T12:48:46.246Z | Compiling fastrand v2.1.1 |
463 | 2025-02-21T12:48:46.269Z | Compiling cfg-if v1.0.0 |
464 | 2025-02-21T12:48:46.381Z | Compiling anyhow v1.0.96 |
465 | 2025-02-21T12:48:46.406Z | Compiling strsim v0.11.1 |
466 | 2025-02-21T12:48:46.409Z | Compiling papergrid v0.11.0 |
467 | 2025-02-21T12:48:46.752Z | Compiling clap_builder v4.5.30 |
468 | 2025-02-21T12:48:47.102Z | Compiling tempfile v3.13.0 |
469 | 2025-02-21T12:48:47.124Z | Compiling memmap v0.7.0 |
470 | 2025-02-21T12:48:47.320Z | Compiling smawk v0.3.2 |
471 | 2025-02-21T12:48:47.356Z | Compiling unicode-linebreak v0.1.5 |
472 | 2025-02-21T12:48:47.832Z | Compiling textwrap v0.16.1 |
473 | 2025-02-21T12:48:47.906Z | Compiling swrite v0.1.0 |
474 | 2025-02-21T12:48:48.533Z | Compiling tabled_derive v0.7.0 |
475 | 2025-02-21T12:48:49.703Z | Compiling tabled v0.15.0 |
476 | 2025-02-21T12:48:50.685Z | Compiling serde_derive v1.0.217 |
477 | 2025-02-21T12:48:50.685Z | Compiling thiserror-impl v1.0.69 |
478 | 2025-02-21T12:48:50.776Z | Compiling zerocopy-derive v0.7.35 |
479 | 2025-02-21T12:48:50.859Z | Compiling scroll_derive v0.12.0 |
480 | 2025-02-21T12:48:51.165Z | Compiling clap_derive v4.5.28 |
481 | 2025-02-21T12:48:52.046Z | Compiling scroll v0.12.0 |
482 | 2025-02-21T12:48:52.259Z | Compiling zerocopy v0.7.35 |
483 | 2025-02-21T12:48:52.430Z | Compiling goblin v0.8.2 |
484 | 2025-02-21T12:48:52.939Z | Compiling pest v2.7.14 |
485 | 2025-02-21T12:48:54.465Z | Compiling clap v4.5.30 |
486 | 2025-02-21T12:48:55.139Z | Compiling pest_meta v2.7.14 |
487 | 2025-02-21T12:48:56.000Z | Compiling pest_generator v2.7.14 |
488 | 2025-02-21T12:48:57.275Z | Compiling pest_derive v2.7.14 |
489 | 2025-02-21T12:48:58.091Z | Compiling dtrace-parser v0.2.0 |
490 | 2025-02-21T12:48:59.053Z | Compiling serde_tokenstream v0.2.2 |
491 | 2025-02-21T12:48:59.134Z | Compiling toml_datetime v0.6.8 |
492 | 2025-02-21T12:48:59.134Z | Compiling serde_spanned v0.6.8 |
493 | 2025-02-21T12:48:59.386Z | Compiling cargo-platform v0.1.8 |
494 | 2025-02-21T12:48:59.438Z | Compiling macaddr v1.0.1 |
495 | 2025-02-21T12:48:59.624Z | Compiling toml_edit v0.22.22 |
496 | 2025-02-21T12:48:59.782Z | Compiling camino-tempfile v1.1.1 |
497 | 2025-02-21T12:49:00.407Z | Compiling dof v0.3.0 |
498 | 2025-02-21T12:49:00.617Z | Compiling cargo_metadata v0.18.1 |
499 | 2025-02-21T12:49:01.701Z | Compiling usdt-attr-macro v0.5.0 |
500 | 2025-02-21T12:49:01.701Z | Compiling usdt-macro v0.5.0 |
501 | 2025-02-21T12:49:02.438Z | Compiling toml v0.8.19 |
502 | 2025-02-21T12:49:02.803Z | Compiling usdt v0.5.0 |
503 | 2025-02-21T12:49:03.241Z | Compiling cargo_toml v0.20.5 |
504 | 2025-02-21T12:49:05.752Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
505 | 2025-02-21T12:49:08.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.68s |
506 | 2025-02-21T12:49:09.153Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
507 | 2025-02-21T12:49:09.692Z | Downloading crates ... |
508 | 2025-02-21T12:49:09.810Z | Downloaded ahash v0.8.11 |
509 | 2025-02-21T12:49:09.828Z | Downloaded cfg_aliases v0.2.1 |
510 | 2025-02-21T12:49:09.835Z | Downloaded cfg_aliases v0.1.1 |
511 | 2025-02-21T12:49:09.836Z | Downloaded headers-core v0.3.0 |
512 | 2025-02-21T12:49:09.840Z | Downloaded http-range v0.1.5 |
513 | 2025-02-21T12:49:09.840Z | Downloaded http-body-util v0.1.2 |
514 | 2025-02-21T12:49:09.844Z | Downloaded hostname v0.4.0 |
515 | 2025-02-21T12:49:09.844Z | Downloaded hex v0.4.3 |
516 | 2025-02-21T12:49:09.848Z | Downloaded http-body v1.0.1 |
517 | 2025-02-21T12:49:09.852Z | Downloaded ascii-canvas v3.0.0 |
518 | 2025-02-21T12:49:09.852Z | Downloaded async-stream v0.3.6 |
519 | 2025-02-21T12:49:09.852Z | Downloaded icu_provider_macros v1.5.0 |
520 | 2025-02-21T12:49:09.859Z | Downloaded home v0.5.9 |
521 | 2025-02-21T12:49:09.859Z | Downloaded crunchy v0.2.2 |
522 | 2025-02-21T12:49:09.859Z | Downloaded ciborium-io v0.2.2 |
523 | 2025-02-21T12:49:09.863Z | Downloaded cstr-argument v0.1.2 |
524 | 2025-02-21T12:49:09.863Z | Downloaded atomicwrites v0.4.4 |
525 | 2025-02-21T12:49:09.863Z | Downloaded async-stream-impl v0.3.6 |
526 | 2025-02-21T12:49:09.863Z | Downloaded mirai-annotations v1.12.0 |
527 | 2025-02-21T12:49:09.863Z | Downloaded instant v0.1.13 |
528 | 2025-02-21T12:49:09.868Z | Downloaded arrayref v0.3.9 |
529 | 2025-02-21T12:49:09.868Z | Downloaded crucible-workspace-hack v0.1.0 |
530 | 2025-02-21T12:49:09.868Z | Downloaded atty v0.2.14 |
531 | 2025-02-21T12:49:09.868Z | Downloaded ident_case v1.0.1 |
532 | 2025-02-21T12:49:09.873Z | Downloaded cobs v0.2.3 |
533 | 2025-02-21T12:49:09.873Z | Downloaded cbc v0.1.2 |
534 | 2025-02-21T12:49:09.873Z | Downloaded base16ct v0.2.0 |
535 | 2025-02-21T12:49:09.877Z | Downloaded bit-set v0.5.3 |
536 | 2025-02-21T12:49:09.877Z | Downloaded convert_case v0.4.0 |
537 | 2025-02-21T12:49:09.883Z | Downloaded block-padding v0.3.3 |
538 | 2025-02-21T12:49:09.883Z | Downloaded bitfield-struct v0.6.2 |
539 | 2025-02-21T12:49:09.883Z | Downloaded md5 v0.7.0 |
540 | 2025-02-21T12:49:09.887Z | Downloaded cassowary v0.3.0 |
541 | 2025-02-21T12:49:09.887Z | Downloaded heck v0.3.3 |
542 | 2025-02-21T12:49:09.887Z | Downloaded daft v0.1.1 |
543 | 2025-02-21T12:49:09.898Z | Downloaded hostname v0.3.1 |
544 | 2025-02-21T12:49:09.898Z | Downloaded hubpack v0.1.2 |
545 | 2025-02-21T12:49:09.903Z | Downloaded adler2 v2.0.0 |
546 | 2025-02-21T12:49:09.903Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2025-02-21T12:49:09.903Z | Downloaded indoc v1.0.9 |
548 | 2025-02-21T12:49:09.903Z | Downloaded ipnetwork v0.21.1 |
549 | 2025-02-21T12:49:09.903Z | Downloaded managed v0.8.0 |
550 | 2025-02-21T12:49:09.906Z | Downloaded lazy_static v1.5.0 |
551 | 2025-02-21T12:49:09.906Z | Downloaded lockfree-object-pool v0.1.6 |
552 | 2025-02-21T12:49:09.910Z | Downloaded mime v0.3.17 |
553 | 2025-02-21T12:49:09.915Z | Downloaded castaway v0.2.3 |
554 | 2025-02-21T12:49:09.915Z | Downloaded psl-types v2.0.11 |
555 | 2025-02-21T12:49:09.919Z | Downloaded maybe-uninit v2.0.0 |
556 | 2025-02-21T12:49:09.919Z | Downloaded lalrpop-util v0.19.12 |
557 | 2025-02-21T12:49:09.919Z | Downloaded instability v0.3.2 |
558 | 2025-02-21T12:49:09.922Z | Downloaded md-5 v0.10.6 |
559 | 2025-02-21T12:49:09.922Z | Downloaded bitflags v1.3.2 |
560 | 2025-02-21T12:49:09.925Z | Downloaded lru-cache v0.1.2 |
561 | 2025-02-21T12:49:09.929Z | Downloaded memoffset v0.9.1 |
562 | 2025-02-21T12:49:09.935Z | Downloaded cancel-safe-futures v0.1.5 |
563 | 2025-02-21T12:49:09.939Z | Downloaded is_ci v1.2.0 |
564 | 2025-02-21T12:49:09.939Z | Downloaded arrayvec v0.7.6 |
565 | 2025-02-21T12:49:09.939Z | Downloaded highway v1.2.0 |
566 | 2025-02-21T12:49:09.943Z | Downloaded linear-map v1.2.0 |
567 | 2025-02-21T12:49:09.943Z | Downloaded aead v0.5.2 |
568 | 2025-02-21T12:49:09.947Z | Downloaded cookie_store v0.21.1 |
569 | 2025-02-21T12:49:09.947Z | Downloaded hickory-client v0.24.3 |
570 | 2025-02-21T12:49:09.952Z | Downloaded signal-hook-tokio v0.3.1 |
571 | 2025-02-21T12:49:09.956Z | Downloaded tinyvec_macros v0.1.1 |
572 | 2025-02-21T12:49:09.956Z | Downloaded lru v0.12.5 |
573 | 2025-02-21T12:49:09.967Z | Downloaded maplit v1.0.2 |
574 | 2025-02-21T12:49:09.967Z | Downloaded ciborium v0.2.2 |
575 | 2025-02-21T12:49:09.973Z | Downloaded console v0.15.10 |
576 | 2025-02-21T12:49:09.973Z | Downloaded rustls-pemfile v1.0.4 |
577 | 2025-02-21T12:49:09.973Z | Downloaded ipnet v2.10.1 |
578 | 2025-02-21T12:49:09.973Z | Downloaded rustc_version v0.4.1 |
579 | 2025-02-21T12:49:09.977Z | Downloaded icu_locid_transform v1.5.0 |
580 | 2025-02-21T12:49:09.977Z | Downloaded mime_guess v2.0.5 |
581 | 2025-02-21T12:49:09.982Z | Downloaded bzip2 v0.4.4 |
582 | 2025-02-21T12:49:09.982Z | Downloaded crc32fast v1.4.2 |
583 | 2025-02-21T12:49:09.986Z | Downloaded jobserver v0.1.32 |
584 | 2025-02-21T12:49:09.986Z | Downloaded hmac v0.12.1 |
585 | 2025-02-21T12:49:09.988Z | Downloaded httparse v1.9.5 |
586 | 2025-02-21T12:49:09.993Z | Downloaded litrs v0.4.1 |
587 | 2025-02-21T12:49:09.997Z | Downloaded blake2 v0.10.6 |
588 | 2025-02-21T12:49:10.006Z | Downloaded derive_builder_macro v0.20.2 |
589 | 2025-02-21T12:49:10.006Z | Downloaded zone_cfg_derive v0.1.2 |
590 | 2025-02-21T12:49:10.006Z | Downloaded zone_cfg_derive v0.3.0 |
591 | 2025-02-21T12:49:10.006Z | Downloaded crossbeam-utils v0.8.20 |
592 | 2025-02-21T12:49:10.012Z | Downloaded oso-derive v0.27.3 |
593 | 2025-02-21T12:49:10.012Z | Downloaded num-conv v0.1.0 |
594 | 2025-02-21T12:49:10.012Z | Downloaded unicode-xid v0.2.6 |
595 | 2025-02-21T12:49:10.012Z | Downloaded signal-hook-registry v1.4.2 |
596 | 2025-02-21T12:49:10.012Z | Downloaded cookie v0.18.1 |
597 | 2025-02-21T12:49:10.017Z | Downloaded libloading v0.8.5 |
598 | 2025-02-21T12:49:10.017Z | Downloaded sha1 v0.10.6 |
599 | 2025-02-21T12:49:10.023Z | Downloaded icu_provider v1.5.0 |
600 | 2025-02-21T12:49:10.026Z | Downloaded thiserror-impl v2.0.11 |
601 | 2025-02-21T12:49:10.026Z | Downloaded unarray v0.1.4 |
602 | 2025-02-21T12:49:10.027Z | Downloaded unicode-truncate v1.1.0 |
603 | 2025-02-21T12:49:10.034Z | Downloaded tower-service v0.3.3 |
604 | 2025-02-21T12:49:10.034Z | Downloaded parse-size v1.1.0 |
605 | 2025-02-21T12:49:10.034Z | Downloaded wyz v0.5.1 |
606 | 2025-02-21T12:49:10.039Z | Downloaded writeable v0.5.5 |
607 | 2025-02-21T12:49:10.039Z | Downloaded phf_shared v0.10.0 |
608 | 2025-02-21T12:49:10.039Z | Downloaded universal-hash v0.5.1 |
609 | 2025-02-21T12:49:10.039Z | Downloaded memmap2 v0.9.5 |
610 | 2025-02-21T12:49:10.044Z | Downloaded arc-swap v1.7.1 |
611 | 2025-02-21T12:49:10.048Z | Downloaded untrusted v0.7.1 |
612 | 2025-02-21T12:49:10.048Z | Downloaded heapless v0.7.17 |
613 | 2025-02-21T12:49:10.051Z | Downloaded chacha20poly1305 v0.10.1 |
614 | 2025-02-21T12:49:10.055Z | Downloaded dyn-clone v1.0.18 |
615 | 2025-02-21T12:49:10.055Z | Downloaded ed25519 v2.2.3 |
616 | 2025-02-21T12:49:10.059Z | Downloaded futures-executor v0.3.31 |
617 | 2025-02-21T12:49:10.059Z | Downloaded funty v2.0.0 |
618 | 2025-02-21T12:49:10.063Z | Downloaded fallible-iterator v0.2.0 |
619 | 2025-02-21T12:49:10.063Z | Downloaded sec1 v0.7.3 |
620 | 2025-02-21T12:49:10.070Z | Downloaded futures-task v0.3.31 |
621 | 2025-02-21T12:49:10.070Z | Downloaded futures-sink v0.3.31 |
622 | 2025-02-21T12:49:10.070Z | Downloaded futures-io v0.3.31 |
623 | 2025-02-21T12:49:10.074Z | Downloaded crossbeam-epoch v0.9.18 |
624 | 2025-02-21T12:49:10.075Z | Downloaded tokio-rustls v0.25.0 |
625 | 2025-02-21T12:49:10.083Z | Downloaded num v0.4.3 |
626 | 2025-02-21T12:49:10.083Z | Downloaded xattr v1.3.1 |
627 | 2025-02-21T12:49:10.083Z | Downloaded icu_normalizer_data v1.5.0 |
628 | 2025-02-21T12:49:10.093Z | Downloaded tracing-attributes v0.1.27 |
629 | 2025-02-21T12:49:10.093Z | Downloaded take_mut v0.2.2 |
630 | 2025-02-21T12:49:10.093Z | Downloaded heapless v0.8.0 |
631 | 2025-02-21T12:49:10.101Z | Downloaded progenitor v0.9.1 |
632 | 2025-02-21T12:49:10.101Z | Downloaded progenitor v0.8.0 |
633 | 2025-02-21T12:49:10.101Z | Downloaded phf_generator v0.11.2 |
634 | 2025-02-21T12:49:10.101Z | Downloaded quick-error v1.2.3 |
635 | 2025-02-21T12:49:10.106Z | Downloaded bumpalo v3.16.0 |
636 | 2025-02-21T12:49:10.106Z | Downloaded xz2 v0.1.7 |
637 | 2025-02-21T12:49:10.106Z | Downloaded rtoolbox v0.0.2 |
638 | 2025-02-21T12:49:10.116Z | Downloaded zerofrom v0.1.4 |
639 | 2025-02-21T12:49:10.116Z | Downloaded base64 v0.21.7 |
640 | 2025-02-21T12:49:10.126Z | Downloaded derive_builder v0.20.2 |
641 | 2025-02-21T12:49:10.126Z | Downloaded foreign-types v0.5.0 |
642 | 2025-02-21T12:49:10.127Z | Downloaded foreign-types v0.3.2 |
643 | 2025-02-21T12:49:10.131Z | Downloaded num-complex v0.4.6 |
644 | 2025-02-21T12:49:10.131Z | Downloaded slog-term v2.9.1 |
645 | 2025-02-21T12:49:10.131Z | Downloaded schemars_derive v0.8.21 |
646 | 2025-02-21T12:49:10.131Z | Downloaded strum_macros v0.25.3 |
647 | 2025-02-21T12:49:10.137Z | Downloaded stringprep v0.1.5 |
648 | 2025-02-21T12:49:10.137Z | Downloaded nu-ansi-term v0.50.1 |
649 | 2025-02-21T12:49:10.141Z | Downloaded tinyvec v1.8.0 |
650 | 2025-02-21T12:49:10.141Z | Downloaded hickory-resolver v0.24.3 |
651 | 2025-02-21T12:49:10.146Z | Downloaded path-slash v0.1.5 |
652 | 2025-02-21T12:49:10.150Z | Downloaded typify-macro v0.2.0 |
653 | 2025-02-21T12:49:10.150Z | Downloaded openssl-macros v0.1.1 |
654 | 2025-02-21T12:49:10.154Z | Downloaded zerovec-derive v0.10.3 |
655 | 2025-02-21T12:49:10.154Z | Downloaded fs_extra v1.3.0 |
656 | 2025-02-21T12:49:10.159Z | Downloaded tls_codec_derive v0.4.1 |
657 | 2025-02-21T12:49:10.159Z | Downloaded russh-cryptovec v0.7.3 |
658 | 2025-02-21T12:49:10.159Z | Downloaded crossbeam-channel v0.5.13 |
659 | 2025-02-21T12:49:10.165Z | Downloaded defmt-macros v0.3.9 |
660 | 2025-02-21T12:49:10.170Z | Downloaded foreign-types-macros v0.2.3 |
661 | 2025-02-21T12:49:10.176Z | Downloaded sigpipe v0.1.3 |
662 | 2025-02-21T12:49:10.176Z | Downloaded snafu-derive v0.8.5 |
663 | 2025-02-21T12:49:10.176Z | Downloaded try-lock v0.2.5 |
664 | 2025-02-21T12:49:10.176Z | Downloaded aho-corasick v1.1.3 |
665 | 2025-02-21T12:49:10.182Z | Downloaded olpc-cjson v0.1.4 |
666 | 2025-02-21T12:49:10.186Z | Downloaded strum_macros v0.26.4 |
667 | 2025-02-21T12:49:10.190Z | Downloaded sync-ptr v0.1.1 |
668 | 2025-02-21T12:49:10.190Z | Downloaded tokio-tungstenite v0.21.0 |
669 | 2025-02-21T12:49:10.194Z | Downloaded tracing-core v0.1.32 |
670 | 2025-02-21T12:49:10.197Z | Downloaded unsafe-libyaml v0.2.11 |
671 | 2025-02-21T12:49:10.197Z | Downloaded progenitor-macro v0.9.1 |
672 | 2025-02-21T12:49:10.201Z | Downloaded uzers v0.12.1 |
673 | 2025-02-21T12:49:10.206Z | Downloaded num_enum_derive v0.5.11 |
674 | 2025-02-21T12:49:10.206Z | Downloaded num-derive v0.4.2 |
675 | 2025-02-21T12:49:10.210Z | Downloaded phf_shared v0.11.2 |
676 | 2025-02-21T12:49:10.210Z | Downloaded rustc-hash v1.1.0 |
677 | 2025-02-21T12:49:10.210Z | Downloaded rfc6979 v0.4.0 |
678 | 2025-02-21T12:49:10.215Z | Downloaded primeorder v0.13.6 |
679 | 2025-02-21T12:49:10.225Z | Downloaded pretty-hex v0.2.1 |
680 | 2025-02-21T12:49:10.232Z | Downloaded ssh-encoding v0.2.0 |
681 | 2025-02-21T12:49:10.232Z | Downloaded ssh-cipher v0.2.0 |
682 | 2025-02-21T12:49:10.232Z | Downloaded simd-adler32 v0.3.7 |
683 | 2025-02-21T12:49:10.236Z | Downloaded serde_path_to_error v0.1.16 |
684 | 2025-02-21T12:49:10.236Z | Downloaded tui-tree-widget v0.23.0 |
685 | 2025-02-21T12:49:10.236Z | Downloaded oso v0.27.3 |
686 | 2025-02-21T12:49:10.240Z | Downloaded foreign-types-shared v0.3.1 |
687 | 2025-02-21T12:49:10.244Z | Downloaded fallible-streaming-iterator v0.1.9 |
688 | 2025-02-21T12:49:10.245Z | Downloaded zerofrom-derive v0.1.4 |
689 | 2025-02-21T12:49:10.245Z | Downloaded tracing v0.1.40 |
690 | 2025-02-21T12:49:10.249Z | Downloaded postgres-protocol v0.6.7 |
691 | 2025-02-21T12:49:10.253Z | Downloaded darling v0.20.10 |
692 | 2025-02-21T12:49:10.260Z | Downloaded glob v0.3.2 |
693 | 2025-02-21T12:49:10.260Z | Downloaded vsss-rs v3.3.4 |
694 | 2025-02-21T12:49:10.270Z | Downloaded zeroize_derive v1.4.2 |
695 | 2025-02-21T12:49:10.270Z | Downloaded time-core v0.1.2 |
696 | 2025-02-21T12:49:10.270Z | Downloaded group v0.13.0 |
697 | 2025-02-21T12:49:10.270Z | Downloaded zeroize v1.8.1 |
698 | 2025-02-21T12:49:10.275Z | Downloaded postgres-types v0.2.8 |
699 | 2025-02-21T12:49:10.275Z | Downloaded openssl-probe v0.1.5 |
700 | 2025-02-21T12:49:10.275Z | Downloaded paste v1.0.15 |
701 | 2025-02-21T12:49:10.275Z | Downloaded fxhash v0.2.1 |
702 | 2025-02-21T12:49:10.280Z | Downloaded parse-display v0.10.0 |
703 | 2025-02-21T12:49:10.280Z | Downloaded shell-words v1.1.0 |
704 | 2025-02-21T12:49:10.280Z | Downloaded rand_chacha v0.3.1 |
705 | 2025-02-21T12:49:10.284Z | Downloaded radium v0.7.0 |
706 | 2025-02-21T12:49:10.284Z | Downloaded time-macros v0.2.18 |
707 | 2025-02-21T12:49:10.288Z | Downloaded schemars v0.8.21 |
708 | 2025-02-21T12:49:10.298Z | Downloaded debug-ignore v1.0.5 |
709 | 2025-02-21T12:49:10.302Z | Downloaded slog-scope v4.4.0 |
710 | 2025-02-21T12:49:10.302Z | Downloaded slog-json v2.6.1 |
711 | 2025-02-21T12:49:10.306Z | Downloaded slog-envlogger v2.2.0 |
712 | 2025-02-21T12:49:10.309Z | Downloaded salsa20 v0.10.2 |
713 | 2025-02-21T12:49:10.309Z | Downloaded rustc_version v0.1.7 |
714 | 2025-02-21T12:49:10.309Z | Downloaded pbkdf2 v0.11.0 |
715 | 2025-02-21T12:49:10.313Z | Downloaded tiny-keccak v2.0.2 |
716 | 2025-02-21T12:49:10.317Z | Downloaded untrusted v0.9.0 |
717 | 2025-02-21T12:49:10.317Z | Downloaded aes v0.8.4 |
718 | 2025-02-21T12:49:10.321Z | Downloaded sqlparser_derive v0.2.2 |
719 | 2025-02-21T12:49:10.325Z | Downloaded number_prefix v0.4.0 |
720 | 2025-02-21T12:49:10.325Z | Downloaded data-encoding v2.6.0 |
721 | 2025-02-21T12:49:10.325Z | Downloaded flagset v0.4.6 |
722 | 2025-02-21T12:49:10.330Z | Downloaded embedded-io v0.4.0 |
723 | 2025-02-21T12:49:10.330Z | Downloaded yoke-derive v0.7.4 |
724 | 2025-02-21T12:49:10.334Z | Downloaded termtree v0.4.1 |
725 | 2025-02-21T12:49:10.335Z | Downloaded fragile v2.0.0 |
726 | 2025-02-21T12:49:10.335Z | Downloaded utf8_iter v1.0.4 |
727 | 2025-02-21T12:49:10.339Z | Downloaded gethostname v0.5.0 |
728 | 2025-02-21T12:49:10.339Z | Downloaded password-hash v0.5.0 |
729 | 2025-02-21T12:49:10.342Z | Downloaded password-hash v0.4.2 |
730 | 2025-02-21T12:49:10.342Z | Downloaded test-strategy v0.3.1 |
731 | 2025-02-21T12:49:10.345Z | Downloaded minimal-lexical v0.2.1 |
732 | 2025-02-21T12:49:10.351Z | Downloaded diff v0.1.13 |
733 | 2025-02-21T12:49:10.358Z | Downloaded derive-where v1.2.7 |
734 | 2025-02-21T12:49:10.363Z | Downloaded resolv-conf v0.7.0 |
735 | 2025-02-21T12:49:10.363Z | Downloaded oxnet v0.1.0 |
736 | 2025-02-21T12:49:10.370Z | Downloaded predicates-core v1.0.8 |
737 | 2025-02-21T12:49:10.370Z | Downloaded aes-gcm v0.10.3 |
738 | 2025-02-21T12:49:10.376Z | Downloaded pkg-config v0.3.31 |
739 | 2025-02-21T12:49:10.376Z | Downloaded serde_plain v1.0.2 |
740 | 2025-02-21T12:49:10.376Z | Downloaded slog-dtrace v0.3.0 |
741 | 2025-02-21T12:49:10.380Z | Downloaded rustc-demangle v0.1.24 |
742 | 2025-02-21T12:49:10.380Z | Downloaded ref-cast-impl v1.0.23 |
743 | 2025-02-21T12:49:10.380Z | Downloaded normalize-line-endings v0.3.0 |
744 | 2025-02-21T12:49:10.380Z | Downloaded yoke v0.7.4 |
745 | 2025-02-21T12:49:10.385Z | Downloaded nodrop v0.1.14 |
746 | 2025-02-21T12:49:10.385Z | Downloaded newline-converter v0.3.0 |
747 | 2025-02-21T12:49:10.385Z | Downloaded serde_urlencoded v0.7.1 |
748 | 2025-02-21T12:49:10.392Z | Downloaded tokio-macros v2.5.0 |
749 | 2025-02-21T12:49:10.392Z | Downloaded thiserror-no-std v2.0.2 |
750 | 2025-02-21T12:49:10.396Z | Downloaded serde_yaml v0.9.34+deprecated |
751 | 2025-02-21T12:49:10.403Z | Downloaded defmt-parser v0.3.4 |
752 | 2025-02-21T12:49:10.403Z | Downloaded tungstenite v0.23.0 |
753 | 2025-02-21T12:49:10.407Z | Downloaded endian-type v0.1.2 |
754 | 2025-02-21T12:49:10.407Z | Downloaded idna v1.0.3 |
755 | 2025-02-21T12:49:10.411Z | Downloaded fixedbitset v0.4.2 |
756 | 2025-02-21T12:49:10.411Z | Downloaded termtree v0.5.1 |
757 | 2025-02-21T12:49:10.414Z | Downloaded toml v0.7.8 |
758 | 2025-02-21T12:49:10.417Z | Downloaded vte_generate_state_changes v0.1.2 |
759 | 2025-02-21T12:49:10.417Z | Downloaded serde-big-array v0.5.1 |
760 | 2025-02-21T12:49:10.420Z | Downloaded newtype_derive v0.1.6 |
761 | 2025-02-21T12:49:10.424Z | Downloaded new_debug_unreachable v1.0.6 |
762 | 2025-02-21T12:49:10.425Z | Downloaded want v0.3.1 |
763 | 2025-02-21T12:49:10.431Z | Downloaded darling_macro v0.20.10 |
764 | 2025-02-21T12:49:10.431Z | Downloaded unicase v2.7.0 |
765 | 2025-02-21T12:49:10.431Z | Downloaded static_assertions v1.1.0 |
766 | 2025-02-21T12:49:10.431Z | Downloaded stable_deref_trait v1.2.0 |
767 | 2025-02-21T12:49:10.434Z | Downloaded serde-hex v0.1.0 |
768 | 2025-02-21T12:49:10.434Z | Downloaded string_cache v0.8.7 |
769 | 2025-02-21T12:49:10.434Z | Downloaded powerfmt v0.2.0 |
770 | 2025-02-21T12:49:10.434Z | Downloaded num-integer v0.1.46 |
771 | 2025-02-21T12:49:10.437Z | Downloaded precomputed-hash v0.1.1 |
772 | 2025-02-21T12:49:10.437Z | Downloaded thiserror v2.0.11 |
773 | 2025-02-21T12:49:10.447Z | Downloaded peg-runtime v0.8.3 |
774 | 2025-02-21T12:49:10.451Z | Downloaded walkdir v2.5.0 |
775 | 2025-02-21T12:49:10.451Z | Downloaded headers v0.4.0 |
776 | 2025-02-21T12:49:10.458Z | Downloaded zerocopy-derive v0.8.10 |
777 | 2025-02-21T12:49:10.467Z | Downloaded waitgroup v0.1.2 |
778 | 2025-02-21T12:49:10.472Z | Downloaded hyper v1.5.2 |
779 | 2025-02-21T12:49:10.477Z | Downloaded write16 v1.0.0 |
780 | 2025-02-21T12:49:10.478Z | Downloaded nibble_vec v0.1.0 |
781 | 2025-02-21T12:49:10.478Z | Downloaded wait-timeout v0.2.0 |
782 | 2025-02-21T12:49:10.480Z | Downloaded semver v0.1.20 |
783 | 2025-02-21T12:49:10.480Z | Downloaded poly1305 v0.8.0 |
784 | 2025-02-21T12:49:10.480Z | Downloaded foreign-types-shared v0.1.1 |
785 | 2025-02-21T12:49:10.483Z | Downloaded sqlformat v0.2.6 |
786 | 2025-02-21T12:49:10.483Z | Downloaded ed25519-dalek v2.1.1 |
787 | 2025-02-21T12:49:10.489Z | Downloaded strip-ansi-escapes v0.2.0 |
788 | 2025-02-21T12:49:10.493Z | Downloaded postcard v1.0.10 |
789 | 2025-02-21T12:49:10.493Z | Downloaded ron v0.7.1 |
790 | 2025-02-21T12:49:10.498Z | Downloaded env_filter v0.1.2 |
791 | 2025-02-21T12:49:10.506Z | Downloaded embedded-io v0.6.1 |
792 | 2025-02-21T12:49:10.506Z | Downloaded signature v2.2.0 |
793 | 2025-02-21T12:49:10.512Z | Downloaded opaque-debug v0.3.1 |
794 | 2025-02-21T12:49:10.512Z | Downloaded tabwriter v1.4.0 |
795 | 2025-02-21T12:49:10.512Z | Downloaded num_threads v0.1.7 |
796 | 2025-02-21T12:49:10.512Z | Downloaded rsa v0.9.6 |
797 | 2025-02-21T12:49:10.519Z | Downloaded diesel-dtrace v0.4.2 |
798 | 2025-02-21T12:49:10.519Z | Downloaded rand v0.8.5 |
799 | 2025-02-21T12:49:10.521Z | Downloaded toolchain_find v0.4.0 |
800 | 2025-02-21T12:49:10.521Z | Downloaded native-tls v0.2.12 |
801 | 2025-02-21T12:49:10.524Z | Downloaded sync_wrapper v1.0.1 |
802 | 2025-02-21T12:49:10.524Z | Downloaded packed_struct_codegen v0.10.1 |
803 | 2025-02-21T12:49:10.528Z | Downloaded quinn-udp v0.5.5 |
804 | 2025-02-21T12:49:10.530Z | Downloaded secrecy v0.8.0 |
805 | 2025-02-21T12:49:10.530Z | Downloaded pin-project v1.1.6 |
806 | 2025-02-21T12:49:10.541Z | Downloaded strum v0.26.3 |
807 | 2025-02-21T12:49:10.545Z | Downloaded serde_with_macros v3.11.0 |
808 | 2025-02-21T12:49:10.547Z | Downloaded whoami v1.5.2 |
809 | 2025-02-21T12:49:10.548Z | Downloaded serde_derive_internals v0.29.1 |
810 | 2025-02-21T12:49:10.548Z | Downloaded tower v0.5.2 |
811 | 2025-02-21T12:49:10.558Z | Downloaded float-ord v0.3.2 |
812 | 2025-02-21T12:49:10.562Z | Downloaded multimap v0.10.0 |
813 | 2025-02-21T12:49:10.562Z | Downloaded mockall v0.13.0 |
814 | 2025-02-21T12:49:10.564Z | Downloaded tokio-native-tls v0.3.1 |
815 | 2025-02-21T12:49:10.564Z | Downloaded synstructure v0.13.1 |
816 | 2025-02-21T12:49:10.564Z | Downloaded pin-project-internal v1.1.6 |
817 | 2025-02-21T12:49:10.567Z | Downloaded progenitor-client v0.9.1 |
818 | 2025-02-21T12:49:10.570Z | Downloaded termios v0.3.3 |
819 | 2025-02-21T12:49:10.570Z | Downloaded termcolor v1.4.1 |
820 | 2025-02-21T12:49:10.574Z | Downloaded rustc-hash v2.0.0 |
821 | 2025-02-21T12:49:10.574Z | Downloaded rustfmt-wrapper v0.2.1 |
822 | 2025-02-21T12:49:10.578Z | Downloaded rpassword v7.3.1 |
823 | 2025-02-21T12:49:10.578Z | Downloaded quick-xml v0.33.0 |
824 | 2025-02-21T12:49:10.585Z | Downloaded progenitor-client v0.8.0 |
825 | 2025-02-21T12:49:10.588Z | Downloaded nanorand v0.7.0 |
826 | 2025-02-21T12:49:10.588Z | Downloaded slog-bunyan v2.5.0 |
827 | 2025-02-21T12:49:10.588Z | Downloaded openssl-sys v0.9.106 |
828 | 2025-02-21T12:49:10.593Z | Downloaded subtle v2.6.1 |
829 | 2025-02-21T12:49:10.597Z | Downloaded ron v0.8.1 |
830 | 2025-02-21T12:49:10.602Z | Downloaded structmeta v0.2.0 |
831 | 2025-02-21T12:49:10.606Z | Downloaded float-cmp v0.10.0 |
832 | 2025-02-21T12:49:10.606Z | Downloaded pkcs5 v0.7.1 |
833 | 2025-02-21T12:49:10.612Z | Downloaded scrypt v0.11.0 |
834 | 2025-02-21T12:49:10.612Z | Downloaded multer v3.1.0 |
835 | 2025-02-21T12:49:10.618Z | Downloaded daft-derive v0.1.1 |
836 | 2025-02-21T12:49:10.621Z | Downloaded der v0.7.9 |
837 | 2025-02-21T12:49:10.624Z | Downloaded ref-cast v1.0.23 |
838 | 2025-02-21T12:49:10.626Z | Downloaded fd-lock v4.0.2 |
839 | 2025-02-21T12:49:10.626Z | Downloaded zone v0.1.8 |
840 | 2025-02-21T12:49:10.630Z | Downloaded num-iter v0.1.45 |
841 | 2025-02-21T12:49:10.630Z | Downloaded russh v0.45.0 |
842 | 2025-02-21T12:49:10.636Z | Downloaded r2d2 v0.8.10 |
843 | 2025-02-21T12:49:10.642Z | Downloaded unicode-properties v0.1.3 |
844 | 2025-02-21T12:49:10.646Z | Downloaded typed-path v0.9.3 |
845 | 2025-02-21T12:49:10.650Z | Downloaded num-rational v0.4.2 |
846 | 2025-02-21T12:49:10.650Z | Downloaded rustls-pemfile v2.2.0 |
847 | 2025-02-21T12:49:10.653Z | Downloaded yasna v0.5.2 |
848 | 2025-02-21T12:49:10.653Z | Downloaded typify v0.3.0 |
849 | 2025-02-21T12:49:10.656Z | Downloaded diesel_derives v2.2.3 |
850 | 2025-02-21T12:49:10.661Z | Downloaded parking_lot_core v0.9.10 |
851 | 2025-02-21T12:49:10.665Z | Downloaded pbkdf2 v0.12.2 |
852 | 2025-02-21T12:49:10.674Z | Downloaded parking_lot_core v0.8.6 |
853 | 2025-02-21T12:49:10.674Z | Downloaded tokio-tungstenite v0.23.1 |
854 | 2025-02-21T12:49:10.678Z | Downloaded prettyplease v0.2.29 |
855 | 2025-02-21T12:49:10.678Z | Downloaded unicode-bidi v0.3.17 |
856 | 2025-02-21T12:49:10.682Z | Downloaded bindgen v0.69.5 |
857 | 2025-02-21T12:49:10.686Z | Downloaded parking_lot v0.12.3 |
858 | 2025-02-21T12:49:10.693Z | Downloaded zerocopy v0.6.6 |
859 | 2025-02-21T12:49:10.697Z | Downloaded icu_properties_data v1.5.0 |
860 | 2025-02-21T12:49:10.706Z | Downloaded progenitor-impl v0.9.1 |
861 | 2025-02-21T12:49:10.710Z | Downloaded steno v0.4.1 |
862 | 2025-02-21T12:49:10.714Z | Downloaded chrono v0.4.39 |
863 | 2025-02-21T12:49:10.724Z | Downloaded omicron-zone-package v0.12.0 |
864 | 2025-02-21T12:49:10.727Z | Downloaded tokio-postgres v0.7.12 |
865 | 2025-02-21T12:49:10.729Z | Downloaded rustls-webpki v0.101.7 |
866 | 2025-02-21T12:49:10.743Z | Downloaded darling_core v0.20.10 |
867 | 2025-02-21T12:49:10.747Z | Downloaded zip v0.6.6 |
868 | 2025-02-21T12:49:10.754Z | Downloaded nom v7.1.3 |
869 | 2025-02-21T12:49:10.759Z | Downloaded zip v2.1.3 |
870 | 2025-02-21T12:49:10.762Z | Downloaded radix_trie v0.2.1 |
871 | 2025-02-21T12:49:10.768Z | Downloaded salty v0.3.0 |
872 | 2025-02-21T12:49:10.776Z | Downloaded time v0.3.36 |
873 | 2025-02-21T12:49:10.784Z | Downloaded expectorate v1.1.0 |
874 | 2025-02-21T12:49:10.786Z | Downloaded h2 v0.4.6 |
875 | 2025-02-21T12:49:10.796Z | Downloaded quinn-proto v0.11.8 |
876 | 2025-02-21T12:49:10.803Z | Downloaded unicode-segmentation v1.12.0 |
877 | 2025-02-21T12:49:10.806Z | Downloaded num-traits v0.2.19 |
878 | 2025-02-21T12:49:10.811Z | Downloaded futures-util v0.3.31 |
879 | 2025-02-21T12:49:10.822Z | Downloaded proptest v1.5.0 |
880 | 2025-02-21T12:49:10.833Z | Downloaded rustls-webpki v0.102.8 |
881 | 2025-02-21T12:49:10.852Z | Downloaded zerovec v0.10.4 |
882 | 2025-02-21T12:49:10.859Z | Downloaded unicode-width v0.2.0 |
883 | 2025-02-21T12:49:10.866Z | Downloaded flate2 v1.0.35 |
884 | 2025-02-21T12:49:10.871Z | Downloaded portable-atomic v1.9.0 |
885 | 2025-02-21T12:49:10.878Z | Downloaded unicode-normalization v0.1.24 |
886 | 2025-02-21T12:49:10.883Z | Downloaded reedline v0.35.0 |
887 | 2025-02-21T12:49:10.890Z | Downloaded winnow v0.5.40 |
888 | 2025-02-21T12:49:10.900Z | Downloaded regex-syntax v0.6.29 |
889 | 2025-02-21T12:49:10.910Z | Downloaded zerocopy v0.8.10 |
890 | 2025-02-21T12:49:10.934Z | Downloaded reqwest v0.12.12 |
891 | 2025-02-21T12:49:10.944Z | Downloaded hickory-proto v0.24.3 |
892 | 2025-02-21T12:49:10.960Z | Downloaded object v0.30.4 |
893 | 2025-02-21T12:49:10.971Z | Downloaded webpki-roots v0.26.6 |
894 | 2025-02-21T12:49:10.976Z | Downloaded gimli v0.31.1 |
895 | 2025-02-21T12:49:10.983Z | Downloaded polar-core v0.27.3 |
896 | 2025-02-21T12:49:10.994Z | Downloaded dropshot v0.15.1 |
897 | 2025-02-21T12:49:11.016Z | Downloaded openssl v0.10.71 |
898 | 2025-02-21T12:49:11.026Z | Downloaded object v0.36.5 |
899 | 2025-02-21T12:49:11.038Z | Downloaded diesel v2.2.7 |
900 | 2025-02-21T12:49:11.059Z | Downloaded nix v0.28.0 |
901 | 2025-02-21T12:49:11.070Z | Downloaded bstr v1.10.0 |
902 | 2025-02-21T12:49:11.083Z | Downloaded regress v0.10.1 |
903 | 2025-02-21T12:49:11.095Z | Downloaded nix v0.27.1 |
904 | 2025-02-21T12:49:11.103Z | Downloaded chrono-tz v0.10.1 |
905 | 2025-02-21T12:49:11.112Z | Downloaded rustls v0.23.19 |
906 | 2025-02-21T12:49:11.124Z | Downloaded rustls v0.22.4 |
907 | 2025-02-21T12:49:11.141Z | Downloaded regress v0.9.1 |
908 | 2025-02-21T12:49:11.147Z | Downloaded openapiv3 v2.0.0 |
909 | 2025-02-21T12:49:11.160Z | Downloaded regex-syntax v0.8.5 |
910 | 2025-02-21T12:49:11.169Z | Downloaded typify-impl v0.3.0 |
911 | 2025-02-21T12:49:11.187Z | Downloaded ratatui v0.29.0 |
912 | 2025-02-21T12:49:11.206Z | Downloaded typify-impl v0.2.0 |
913 | 2025-02-21T12:49:11.221Z | Downloaded zerocopy-derive v0.6.6 |
914 | 2025-02-21T12:49:11.230Z | Downloaded regex-automata v0.4.8 |
915 | 2025-02-21T12:49:11.248Z | Downloaded nix v0.29.0 |
916 | 2025-02-21T12:49:11.259Z | Downloaded sled v0.34.7 |
917 | 2025-02-21T12:49:11.269Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
918 | 2025-02-21T12:49:11.282Z | Downloaded lzma-sys v0.1.20 |
919 | 2025-02-21T12:49:11.312Z | Downloaded dropshot v0.12.0 |
920 | 2025-02-21T12:49:11.331Z | Downloaded smoltcp v0.11.0 |
921 | 2025-02-21T12:49:11.343Z | Downloaded rustls v0.21.12 |
922 | 2025-02-21T12:49:11.355Z | Downloaded smoltcp v0.9.1 |
923 | 2025-02-21T12:49:11.366Z | Downloaded petgraph v0.6.5 |
924 | 2025-02-21T12:49:11.382Z | Downloaded libz-sys v1.1.20 |
925 | 2025-02-21T12:49:11.402Z | Downloaded p384 v0.13.0 |
926 | 2025-02-21T12:49:11.410Z | Downloaded curve25519-dalek v4.1.3 |
927 | 2025-02-21T12:49:11.418Z | Downloaded git2 v0.19.0 |
928 | 2025-02-21T12:49:11.427Z | Downloaded petname v2.0.2 |
929 | 2025-02-21T12:49:11.433Z | Downloaded serde_with v3.11.0 |
930 | 2025-02-21T12:49:11.441Z | Downloaded tokio v1.43.0 |
931 | 2025-02-21T12:49:11.479Z | Downloaded csv v1.3.1 |
932 | 2025-02-21T12:49:11.499Z | Downloaded sqlparser v0.45.0 |
933 | 2025-02-21T12:49:11.504Z | Downloaded vcpkg v0.2.15 |
934 | 2025-02-21T12:49:11.539Z | Downloaded regex v1.11.1 |
935 | 2025-02-21T12:49:11.552Z | Downloaded sha3 v0.10.8 |
936 | 2025-02-21T12:49:11.556Z | Downloaded subprocess v0.2.9 |
937 | 2025-02-21T12:49:11.559Z | Downloaded bitvec v1.0.1 |
938 | 2025-02-21T12:49:11.574Z | Downloaded hashbrown v0.14.5 |
939 | 2025-02-21T12:49:11.579Z | Downloaded lalrpop v0.19.12 |
940 | 2025-02-21T12:49:11.589Z | Downloaded rusqlite v0.32.1 |
941 | 2025-02-21T12:49:11.597Z | Downloaded sct v0.7.1 |
942 | 2025-02-21T12:49:11.601Z | Downloaded p521 v0.13.3 |
943 | 2025-02-21T12:49:11.604Z | Downloaded fallible-iterator v0.3.0 |
944 | 2025-02-21T12:49:11.605Z | Downloaded tokio-rustls v0.26.0 |
945 | 2025-02-21T12:49:11.610Z | Downloaded tokio-rustls v0.24.1 |
946 | 2025-02-21T12:49:11.614Z | Downloaded ssh-key v0.6.6 |
947 | 2025-02-21T12:49:11.617Z | Downloaded rayon v1.10.0 |
948 | 2025-02-21T12:49:11.624Z | Downloaded aws-lc-rs v1.10.0 |
949 | 2025-02-21T12:49:11.633Z | Downloaded env_logger v0.11.5 |
950 | 2025-02-21T12:49:11.637Z | Downloaded pin-project-lite v0.2.14 |
951 | 2025-02-21T12:49:11.640Z | Downloaded derive_more v0.99.19 |
952 | 2025-02-21T12:49:11.645Z | Downloaded vte v0.11.1 |
953 | 2025-02-21T12:49:11.648Z | Downloaded samael v0.0.17 |
954 | 2025-02-21T12:49:11.651Z | Downloaded filetime v0.2.25 |
955 | 2025-02-21T12:49:11.653Z | Downloaded toml_edit v0.19.15 |
956 | 2025-02-21T12:49:11.668Z | Downloaded strum_macros v0.24.3 |
957 | 2025-02-21T12:49:11.671Z | Downloaded parse-zoneinfo v0.3.1 |
958 | 2025-02-21T12:49:11.674Z | Downloaded peg-macros v0.8.4 |
959 | 2025-02-21T12:49:11.678Z | Downloaded env_logger v0.10.2 |
960 | 2025-02-21T12:49:11.680Z | Downloaded des v0.8.1 |
961 | 2025-02-21T12:49:11.680Z | Downloaded shlex v1.3.0 |
962 | 2025-02-21T12:49:11.680Z | Downloaded pkcs8 v0.10.2 |
963 | 2025-02-21T12:49:11.684Z | Downloaded uuid v1.12.0 |
964 | 2025-02-21T12:49:11.686Z | Downloaded url v2.5.3 |
965 | 2025-02-21T12:49:11.689Z | Downloaded tough v0.19.0 |
966 | 2025-02-21T12:49:11.697Z | Downloaded num_enum v0.5.11 |
967 | 2025-02-21T12:49:11.703Z | Downloaded slog-async v2.8.0 |
968 | 2025-02-21T12:49:11.706Z | Downloaded pkcs1 v0.7.5 |
969 | 2025-02-21T12:49:11.706Z | Downloaded mockall_derive v0.13.0 |
970 | 2025-02-21T12:49:11.709Z | Downloaded slog v2.7.0 |
971 | 2025-02-21T12:49:11.712Z | Downloaded hashbrown v0.12.3 |
972 | 2025-02-21T12:49:11.715Z | Downloaded encoding_rs v0.8.34 |
973 | 2025-02-21T12:49:11.737Z | Downloaded der_derive v0.7.3 |
974 | 2025-02-21T12:49:11.739Z | Downloaded elliptic-curve v0.13.8 |
975 | 2025-02-21T12:49:11.743Z | Downloaded blake3 v1.5.4 |
976 | 2025-02-21T12:49:11.750Z | Downloaded hashbrown v0.13.2 |
977 | 2025-02-21T12:49:11.755Z | Downloaded newtype-uuid v1.2.1 |
978 | 2025-02-21T12:49:11.758Z | Downloaded enum-as-inner v0.6.1 |
979 | 2025-02-21T12:49:11.758Z | Downloaded which v4.4.2 |
980 | 2025-02-21T12:49:11.758Z | Downloaded pin-utils v0.1.0 |
981 | 2025-02-21T12:49:11.761Z | Downloaded ena v0.14.3 |
982 | 2025-02-21T12:49:11.761Z | Downloaded num-bigint-dig v0.8.4 |
983 | 2025-02-21T12:49:11.765Z | Downloaded libxml v0.3.3 |
984 | 2025-02-21T12:49:11.771Z | Downloaded itertools v0.13.0 |
985 | 2025-02-21T12:49:11.780Z | Downloaded hkdf v0.12.4 |
986 | 2025-02-21T12:49:11.784Z | Downloaded tungstenite v0.24.0 |
987 | 2025-02-21T12:49:11.787Z | Downloaded fatfs v0.3.6 |
988 | 2025-02-21T12:49:11.789Z | Downloaded ppv-lite86 v0.2.20 |
989 | 2025-02-21T12:49:11.789Z | Downloaded dropshot_endpoint v0.15.1 |
990 | 2025-02-21T12:49:11.792Z | Downloaded polyval v0.6.2 |
991 | 2025-02-21T12:49:11.794Z | Downloaded owo-colors v4.1.0 |
992 | 2025-02-21T12:49:11.797Z | Downloaded publicsuffix v2.3.0 |
993 | 2025-02-21T12:49:11.799Z | Downloaded tokio-util v0.7.12 |
994 | 2025-02-21T12:49:11.805Z | Downloaded rustls-pki-types v1.10.0 |
995 | 2025-02-21T12:49:11.808Z | Downloaded deranged v0.3.11 |
996 | 2025-02-21T12:49:11.811Z | Downloaded rustyline v14.0.0 |
997 | 2025-02-21T12:49:11.815Z | Downloaded tungstenite v0.21.0 |
998 | 2025-02-21T12:49:11.819Z | Downloaded similar v2.6.0 |
999 | 2025-02-21T12:49:11.823Z | Downloaded num-bigint v0.4.6 |
1000 | 2025-02-21T12:49:11.830Z | Downloaded getrandom v0.2.15 |
1001 | 2025-02-21T12:49:11.834Z | Downloaded half v2.4.1 |
1002 | 2025-02-21T12:49:11.837Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1003 | 2025-02-21T12:49:11.892Z | Downloaded progenitor-macro v0.8.0 |
1004 | 2025-02-21T12:49:11.895Z | Downloaded ghash v0.5.1 |
1005 | 2025-02-21T12:49:11.895Z | Downloaded smallvec v1.13.2 |
1006 | 2025-02-21T12:49:11.898Z | Downloaded smallvec v0.6.14 |
1007 | 2025-02-21T12:49:11.898Z | Downloaded rand_core v0.6.4 |
1008 | 2025-02-21T12:49:11.901Z | Downloaded p256 v0.13.2 |
1009 | 2025-02-21T12:49:11.904Z | Downloaded itertools v0.10.5 |
1010 | 2025-02-21T12:49:11.908Z | Downloaded snafu v0.8.5 |
1011 | 2025-02-21T12:49:11.913Z | Downloaded utf16_iter v1.0.5 |
1012 | 2025-02-21T12:49:11.916Z | Downloaded utf-8 v0.7.6 |
1013 | 2025-02-21T12:49:11.916Z | Downloaded tinystr v0.7.6 |
1014 | 2025-02-21T12:49:11.919Z | Downloaded hashlink v0.9.1 |
1015 | 2025-02-21T12:49:11.922Z | Downloaded either v1.13.0 |
1016 | 2025-02-21T12:49:11.922Z | Downloaded smf v0.2.3 |
1017 | 2025-02-21T12:49:11.924Z | Downloaded globset v0.4.15 |
1018 | 2025-02-21T12:49:11.927Z | Downloaded quinn v0.11.5 |
1019 | 2025-02-21T12:49:11.930Z | Downloaded crossterm v0.28.1 |
1020 | 2025-02-21T12:49:11.934Z | Downloaded typify v0.2.0 |
1021 | 2025-02-21T12:49:11.937Z | Downloaded twox-hash v2.1.0 |
1022 | 2025-02-21T12:49:11.939Z | Downloaded tokio-stream v0.1.16 |
1023 | 2025-02-21T12:49:11.943Z | Downloaded x509-cert v0.2.5 |
1024 | 2025-02-21T12:49:11.949Z | Downloaded qorb v0.2.1 |
1025 | 2025-02-21T12:49:11.953Z | Downloaded itertools v0.12.1 |
1026 | 2025-02-21T12:49:11.961Z | Downloaded supports-color v3.0.1 |
1027 | 2025-02-21T12:49:11.964Z | Downloaded dropshot_endpoint v0.12.0 |
1028 | 2025-02-21T12:49:11.964Z | Downloaded unicode_categories v0.1.1 |
1029 | 2025-02-21T12:49:11.967Z | Downloaded libm v0.2.8 |
1030 | 2025-02-21T12:49:11.973Z | Downloaded predicates-tree v1.0.11 |
1031 | 2025-02-21T12:49:11.975Z | Downloaded vergen v8.3.2 |
1032 | 2025-02-21T12:49:11.978Z | Downloaded packed_struct v0.10.1 |
1033 | 2025-02-21T12:49:11.978Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1034 | 2025-02-21T12:49:11.981Z | Downloaded form_urlencoded v1.2.1 |
1035 | 2025-02-21T12:49:11.981Z | Downloaded dsl_auto_type v0.1.2 |
1036 | 2025-02-21T12:49:11.981Z | Downloaded signal-hook v0.3.17 |
1037 | 2025-02-21T12:49:11.984Z | Downloaded pem-rfc7468 v0.7.0 |
1038 | 2025-02-21T12:49:11.987Z | Downloaded flume v0.11.1 |
1039 | 2025-02-21T12:49:11.990Z | Downloaded percent-encoding v2.3.1 |
1040 | 2025-02-21T12:49:11.993Z | Downloaded pem v3.0.4 |
1041 | 2025-02-21T12:49:11.993Z | Downloaded value-bag v1.9.0 |
1042 | 2025-02-21T12:49:11.996Z | Downloaded hickory-server v0.24.3 |
1043 | 2025-02-21T12:49:12.003Z | Downloaded rcgen v0.12.1 |
1044 | 2025-02-21T12:49:12.007Z | Downloaded parking_lot v0.11.2 |
1045 | 2025-02-21T12:49:12.007Z | Downloaded http v1.2.0 |
1046 | 2025-02-21T12:49:12.010Z | Downloaded hash32 v0.3.1 |
1047 | 2025-02-21T12:49:12.012Z | Downloaded hash32 v0.2.1 |
1048 | 2025-02-21T12:49:12.012Z | Downloaded document-features v0.2.10 |
1049 | 2025-02-21T12:49:12.016Z | Downloaded dirs-sys-next v0.1.2 |
1050 | 2025-02-21T12:49:12.016Z | Downloaded tar v0.4.42 |
1051 | 2025-02-21T12:49:12.019Z | Downloaded mio v1.0.2 |
1052 | 2025-02-21T12:49:12.026Z | Downloaded tower-layer v0.3.3 |
1053 | 2025-02-21T12:49:12.028Z | Downloaded dirs-next v2.0.0 |
1054 | 2025-02-21T12:49:12.028Z | Downloaded difflib v0.4.0 |
1055 | 2025-02-21T12:49:12.029Z | Downloaded defmt v0.3.8 |
1056 | 2025-02-21T12:49:12.029Z | Downloaded typify-macro v0.3.0 |
1057 | 2025-02-21T12:49:12.029Z | Downloaded topological-sort v0.2.2 |
1058 | 2025-02-21T12:49:12.031Z | Downloaded tls_codec v0.4.1 |
1059 | 2025-02-21T12:49:12.034Z | Downloaded futures v0.3.31 |
1060 | 2025-02-21T12:49:12.037Z | Downloaded thread_local v1.1.8 |
1061 | 2025-02-21T12:49:12.040Z | Downloaded derive_builder_core v0.20.2 |
1062 | 2025-02-21T12:49:12.040Z | Downloaded zopfli v0.8.1 |
1063 | 2025-02-21T12:49:12.043Z | Downloaded const_format v0.2.34 |
1064 | 2025-02-21T12:49:12.047Z | Downloaded cc v1.1.30 |
1065 | 2025-02-21T12:49:12.050Z | Downloaded backtrace v0.3.74 |
1066 | 2025-02-21T12:49:12.055Z | Downloaded russh-keys v0.45.0 |
1067 | 2025-02-21T12:49:12.057Z | Downloaded rayon-core v1.12.1 |
1068 | 2025-02-21T12:49:12.062Z | Downloaded spin v0.9.8 |
1069 | 2025-02-21T12:49:12.064Z | Downloaded socket2 v0.5.7 |
1070 | 2025-02-21T12:49:12.068Z | Downloaded hyper-util v0.1.10 |
1071 | 2025-02-21T12:49:12.071Z | Downloaded crypto-bigint v0.5.5 |
1072 | 2025-02-21T12:49:12.076Z | Downloaded siphasher v0.3.11 |
1073 | 2025-02-21T12:49:12.078Z | Downloaded scheduled-thread-pool v0.2.7 |
1074 | 2025-02-21T12:49:12.081Z | Downloaded same-file v1.0.6 |
1075 | 2025-02-21T12:49:12.081Z | Downloaded icu_collections v1.5.0 |
1076 | 2025-02-21T12:49:12.087Z | Downloaded downcast v0.11.0 |
1077 | 2025-02-21T12:49:12.089Z | Downloaded tap v1.0.1 |
1078 | 2025-02-21T12:49:12.089Z | Downloaded slab v0.4.9 |
1079 | 2025-02-21T12:49:12.092Z | Downloaded scopeguard v1.2.0 |
1080 | 2025-02-21T12:49:12.092Z | Downloaded futures-channel v0.3.31 |
1081 | 2025-02-21T12:49:12.095Z | Downloaded icu_properties v1.5.1 |
1082 | 2025-02-21T12:49:12.100Z | Downloaded futures-macro v0.3.31 |
1083 | 2025-02-21T12:49:12.104Z | Downloaded ecdsa v0.16.9 |
1084 | 2025-02-21T12:49:12.104Z | Downloaded base64 v0.22.1 |
1085 | 2025-02-21T12:49:12.108Z | Downloaded term v0.7.0 |
1086 | 2025-02-21T12:49:12.112Z | Downloaded compact_str v0.8.0 |
1087 | 2025-02-21T12:49:12.115Z | Downloaded phf_codegen v0.11.2 |
1088 | 2025-02-21T12:49:12.115Z | Downloaded phf v0.11.2 |
1089 | 2025-02-21T12:49:12.115Z | Downloaded peg v0.8.4 |
1090 | 2025-02-21T12:49:12.118Z | Downloaded parse-display-derive v0.10.0 |
1091 | 2025-02-21T12:49:12.118Z | Downloaded tokio-tungstenite v0.24.0 |
1092 | 2025-02-21T12:49:12.122Z | Downloaded base64 v0.13.1 |
1093 | 2025-02-21T12:49:12.125Z | Downloaded predicates v3.1.3 |
1094 | 2025-02-21T12:49:12.128Z | Downloaded icu_locid v1.5.0 |
1095 | 2025-02-21T12:49:12.133Z | Downloaded thiserror-impl-no-std v2.0.2 |
1096 | 2025-02-21T12:49:12.136Z | Downloaded rusty-fork v0.3.0 |
1097 | 2025-02-21T12:49:12.136Z | Downloaded ff v0.13.0 |
1098 | 2025-02-21T12:49:12.136Z | Downloaded progenitor-impl v0.8.0 |
1099 | 2025-02-21T12:49:12.139Z | Downloaded indicatif v0.17.11 |
1100 | 2025-02-21T12:49:12.142Z | Downloaded futures-core v0.3.31 |
1101 | 2025-02-21T12:49:12.142Z | Downloaded foldhash v0.1.3 |
1102 | 2025-02-21T12:49:12.145Z | Downloaded dunce v1.0.5 |
1103 | 2025-02-21T12:49:12.145Z | Downloaded serde_repr v0.1.19 |
1104 | 2025-02-21T12:49:12.145Z | Downloaded crc-any v2.5.0 |
1105 | 2025-02-21T12:49:12.148Z | Downloaded displaydoc v0.2.5 |
1106 | 2025-02-21T12:49:12.152Z | Downloaded display-error-chain v0.2.2 |
1107 | 2025-02-21T12:49:12.152Z | Downloaded zone v0.3.0 |
1108 | 2025-02-21T12:49:12.156Z | Downloaded bytes v1.9.0 |
1109 | 2025-02-21T12:49:12.161Z | Downloaded allocator-api2 v0.2.18 |
1110 | 2025-02-21T12:49:12.164Z | Downloaded humantime v2.1.0 |
1111 | 2025-02-21T12:49:12.164Z | Downloaded icu_normalizer v1.5.0 |
1112 | 2025-02-21T12:49:12.167Z | Downloaded structmeta-derive v0.3.0 |
1113 | 2025-02-21T12:49:12.167Z | Downloaded structmeta-derive v0.2.0 |
1114 | 2025-02-21T12:49:12.167Z | Downloaded structmeta v0.3.0 |
1115 | 2025-02-21T12:49:12.171Z | Downloaded spki v0.7.3 |
1116 | 2025-02-21T12:49:12.171Z | Downloaded slog-stdlog v4.1.1 |
1117 | 2025-02-21T12:49:12.174Z | Downloaded miniz_oxide v0.8.0 |
1118 | 2025-02-21T12:49:12.174Z | Downloaded icu_locid_transform_data v1.5.0 |
1119 | 2025-02-21T12:49:12.177Z | Downloaded const-oid v0.9.6 |
1120 | 2025-02-21T12:49:12.177Z | Downloaded signal-hook-mio v0.2.4 |
1121 | 2025-02-21T12:49:12.181Z | Downloaded rustversion v1.0.17 |
1122 | 2025-02-21T12:49:12.185Z | Downloaded clang-sys v1.8.1 |
1123 | 2025-02-21T12:49:12.186Z | Downloaded hyper-rustls v0.27.3 |
1124 | 2025-02-21T12:49:12.189Z | Downloaded indexmap v1.9.3 |
1125 | 2025-02-21T12:49:12.189Z | Downloaded base64ct v1.6.0 |
1126 | 2025-02-21T12:49:12.191Z | Downloaded indent_write v2.2.0 |
1127 | 2025-02-21T12:49:12.192Z | Downloaded hyper-tls v0.6.0 |
1128 | 2025-02-21T12:49:12.194Z | Downloaded hyper-staticfile v0.10.1 |
1129 | 2025-02-21T12:49:12.197Z | Downloaded rand_xorshift v0.3.0 |
1130 | 2025-02-21T12:49:12.197Z | Downloaded rand_seeder v0.3.0 |
1131 | 2025-02-21T12:49:12.200Z | Downloaded proc-macro-crate v1.3.1 |
1132 | 2025-02-21T12:49:12.200Z | Downloaded litemap v0.7.3 |
1133 | 2025-02-21T12:49:12.203Z | Downloaded lock_api v0.4.12 |
1134 | 2025-02-21T12:49:12.206Z | Downloaded iana-time-zone v0.1.61 |
1135 | 2025-02-21T12:49:12.206Z | Downloaded bitfield v0.14.0 |
1136 | 2025-02-21T12:49:12.209Z | Downloaded async-trait v0.1.86 |
1137 | 2025-02-21T12:49:12.212Z | Downloaded csv-core v0.1.11 |
1138 | 2025-02-21T12:49:12.212Z | Downloaded const_format_proc_macros v0.2.34 |
1139 | 2025-02-21T12:49:12.215Z | Downloaded cmake v0.1.51 |
1140 | 2025-02-21T12:49:12.218Z | Downloaded bcs v0.1.6 |
1141 | 2025-02-21T12:49:12.218Z | Downloaded backoff v0.4.0 |
1142 | 2025-02-21T12:49:12.222Z | Downloaded argon2 v0.5.3 |
1143 | 2025-02-21T12:49:12.225Z | Downloaded libsw v3.3.1 |
1144 | 2025-02-21T12:49:12.225Z | Downloaded libefi-sys v0.1.0 |
1145 | 2025-02-21T12:49:12.225Z | Downloaded inout v0.1.3 |
1146 | 2025-02-21T12:49:12.225Z | Downloaded ctr v0.9.2 |
1147 | 2025-02-21T12:49:12.228Z | Downloaded atomic-waker v1.1.2 |
1148 | 2025-02-21T12:49:12.228Z | Downloaded lazycell v1.3.0 |
1149 | 2025-02-21T12:49:12.231Z | Downloaded kstat-rs v0.2.4 |
1150 | 2025-02-21T12:49:12.231Z | Downloaded internet-checksum v0.2.1 |
1151 | 2025-02-21T12:49:12.231Z | Downloaded idna_adapter v1.2.0 |
1152 | 2025-02-21T12:49:12.234Z | Downloaded hubpack_derive v0.1.1 |
1153 | 2025-02-21T12:49:12.234Z | Downloaded httpdate v1.0.3 |
1154 | 2025-02-21T12:49:12.234Z | Downloaded blowfish v0.9.1 |
1155 | 2025-02-21T12:49:12.238Z | Downloaded bcrypt-pbkdf v0.10.0 |
1156 | 2025-02-21T12:49:12.238Z | Downloaded async-bb8-diesel v0.2.1 |
1157 | 2025-02-21T12:49:12.242Z | Downloaded addr2line v0.24.2 |
1158 | 2025-02-21T12:49:12.242Z | Downloaded chrono-tz-build v0.4.0 |
1159 | 2025-02-21T12:49:12.245Z | Downloaded is-terminal v0.4.13 |
1160 | 2025-02-21T12:49:12.245Z | Downloaded ring v0.17.8 |
1161 | 2025-02-21T12:49:12.312Z | Downloaded constant_time_eq v0.3.1 |
1162 | 2025-02-21T12:49:12.314Z | Downloaded bit-vec v0.6.3 |
1163 | 2025-02-21T12:49:12.314Z | Downloaded linked-hash-map v0.5.6 |
1164 | 2025-02-21T12:49:12.317Z | Downloaded keccak v0.1.5 |
1165 | 2025-02-21T12:49:12.317Z | Downloaded indoc v2.0.5 |
1166 | 2025-02-21T12:49:12.319Z | Downloaded curve25519-dalek-derive v0.1.1 |
1167 | 2025-02-21T12:49:12.323Z | Downloaded crc v3.2.1 |
1168 | 2025-02-21T12:49:12.325Z | Downloaded ciborium-ll v0.2.2 |
1169 | 2025-02-21T12:49:12.325Z | Downloaded assert_matches v1.5.0 |
1170 | 2025-02-21T12:49:12.325Z | Downloaded impl-trait-for-tuples v0.2.2 |
1171 | 2025-02-21T12:49:12.328Z | Downloaded crc-catalog v2.4.0 |
1172 | 2025-02-21T12:49:12.331Z | Downloaded colored v2.1.0 |
1173 | 2025-02-21T12:49:12.331Z | Downloaded cipher v0.4.4 |
1174 | 2025-02-21T12:49:12.334Z | Downloaded chacha20 v0.9.1 |
1175 | 2025-02-21T12:49:12.334Z | Downloaded bb8 v0.8.5 |
1176 | 2025-02-21T12:49:12.337Z | Downloaded cexpr v0.6.0 |
1177 | 2025-02-21T12:49:12.337Z | Downloaded array-init v0.0.4 |
1178 | 2025-02-21T12:49:12.341Z | Downloaded hex-literal v0.4.1 |
1179 | 2025-02-21T12:49:12.341Z | Downloaded buf-list v1.0.3 |
1180 | 2025-02-21T12:49:12.345Z | Downloaded async-recursion v1.1.1 |
1181 | 2025-02-21T12:49:12.346Z | Downloaded match_cfg v0.1.0 |
1182 | 2025-02-21T12:49:12.363Z | Downloaded libsqlite3-sys v0.30.1 |
1183 | 2025-02-21T12:49:12.635Z | Downloaded aws-lc-sys v0.22.0 |
1184 | 2025-02-21T12:49:12.978Z | Compiling serde v1.0.217 |
1185 | 2025-02-21T12:49:12.981Z | Compiling lock_api v0.4.12 |
1186 | 2025-02-21T12:49:12.981Z | Compiling value-bag v1.9.0 |
1187 | 2025-02-21T12:49:12.981Z | Compiling scopeguard v1.2.0 |
1188 | 2025-02-21T12:49:12.981Z | Compiling typenum v1.17.0 |
1189 | 2025-02-21T12:49:12.981Z | Compiling generic-array v0.14.7 |
1190 | 2025-02-21T12:49:13.179Z | Compiling syn v2.0.96 |
1191 | 2025-02-21T12:49:13.193Z | Compiling getrandom v0.2.15 |
1192 | 2025-02-21T12:49:13.309Z | Compiling subtle v2.6.1 |
1193 | 2025-02-21T12:49:13.527Z | Compiling rand_core v0.6.4 |
1194 | 2025-02-21T12:49:13.612Z | Compiling log v0.4.22 |
1195 | 2025-02-21T12:49:13.696Z | Compiling shlex v1.3.0 |
1196 | 2025-02-21T12:49:13.719Z | Compiling jobserver v0.1.32 |
1197 | 2025-02-21T12:49:13.747Z | Compiling smallvec v1.13.2 |
1198 | 2025-02-21T12:49:14.077Z | Compiling const-oid v0.9.6 |
1199 | 2025-02-21T12:49:14.097Z | Compiling pin-project-lite v0.2.14 |
1200 | 2025-02-21T12:49:14.117Z | Compiling cc v1.1.30 |
1201 | 2025-02-21T12:49:14.160Z | Compiling parking_lot_core v0.9.10 |
1202 | 2025-02-21T12:49:14.241Z | Compiling rustix v0.38.37 |
1203 | 2025-02-21T12:49:14.415Z | Compiling spin v0.9.8 |
1204 | 2025-02-21T12:49:14.564Z | Compiling futures-core v0.3.31 |
1205 | 2025-02-21T12:49:14.830Z | Compiling signal-hook-registry v1.4.2 |
1206 | 2025-02-21T12:49:14.852Z | Compiling mio v1.0.2 |
1207 | 2025-02-21T12:49:15.115Z | Compiling parking_lot v0.12.3 |
1208 | 2025-02-21T12:49:15.211Z | Compiling aho-corasick v1.1.3 |
1209 | 2025-02-21T12:49:15.569Z | Compiling futures-sink v0.3.31 |
1210 | 2025-02-21T12:49:15.623Z | Compiling regex-syntax v0.8.5 |
1211 | 2025-02-21T12:49:15.751Z | Compiling stable_deref_trait v1.2.0 |
1212 | 2025-02-21T12:49:15.878Z | Compiling cpufeatures v0.2.14 |
1213 | 2025-02-21T12:49:15.956Z | Compiling socket2 v0.5.7 |
1214 | 2025-02-21T12:49:15.976Z | Compiling slab v0.4.9 |
1215 | 2025-02-21T12:49:15.997Z | Compiling either v1.13.0 |
1216 | 2025-02-21T12:49:16.143Z | Compiling glob v0.3.2 |
1217 | 2025-02-21T12:49:16.432Z | Compiling prettyplease v0.2.29 |
1218 | 2025-02-21T12:49:16.807Z | Compiling lazy_static v1.5.0 |
1219 | 2025-02-21T12:49:16.833Z | Compiling minimal-lexical v0.2.1 |
1220 | 2025-02-21T12:49:16.854Z | Compiling serde_json v1.0.135 |
1221 | 2025-02-21T12:49:16.937Z | Compiling futures-channel v0.3.31 |
1222 | 2025-02-21T12:49:16.995Z | Compiling clang-sys v1.8.1 |
1223 | 2025-02-21T12:49:17.205Z | Compiling libloading v0.8.5 |
1224 | 2025-02-21T12:49:17.343Z | Compiling nom v7.1.3 |
1225 | 2025-02-21T12:49:17.363Z | Compiling futures-io v0.3.31 |
1226 | 2025-02-21T12:49:17.581Z | Compiling home v0.5.9 |
1227 | 2025-02-21T12:49:17.646Z | Compiling bindgen v0.69.5 |
1228 | 2025-02-21T12:49:17.741Z | Compiling pin-utils v0.1.0 |
1229 | 2025-02-21T12:49:17.770Z | Compiling futures-task v0.3.31 |
1230 | 2025-02-21T12:49:17.866Z | Compiling itertools v0.10.5 |
1231 | 2025-02-21T12:49:18.058Z | Compiling foldhash v0.1.3 |
1232 | 2025-02-21T12:49:18.361Z | Compiling rustc-hash v1.1.0 |
1233 | 2025-02-21T12:49:18.532Z | Compiling libm v0.2.8 |
1234 | 2025-02-21T12:49:18.583Z | Compiling lazycell v1.3.0 |
1235 | 2025-02-21T12:49:18.773Z | Compiling allocator-api2 v0.2.18 |
1236 | 2025-02-21T12:49:18.928Z | Compiling cmake v0.1.51 |
1237 | 2025-02-21T12:49:19.529Z | Compiling regex-automata v0.4.8 |
1238 | 2025-02-21T12:49:19.760Z | Compiling hashbrown v0.15.1 |
1239 | 2025-02-21T12:49:19.783Z | Compiling num-traits v0.2.19 |
1240 | 2025-02-21T12:49:20.093Z | Compiling dunce v1.0.5 |
1241 | 2025-02-21T12:49:20.242Z | Compiling pkg-config v0.3.31 |
1242 | 2025-02-21T12:49:20.313Z | Compiling cexpr v0.6.0 |
1243 | 2025-02-21T12:49:20.611Z | Compiling fs_extra v1.3.0 |
1244 | 2025-02-21T12:49:20.967Z | Compiling synstructure v0.13.1 |
1245 | 2025-02-21T12:49:21.766Z | Compiling litemap v0.7.3 |
1246 | 2025-02-21T12:49:21.866Z | Compiling writeable v0.5.5 |
1247 | 2025-02-21T12:49:22.147Z | Compiling ring v0.17.8 |
1248 | 2025-02-21T12:49:22.312Z | Compiling base64ct v1.6.0 |
1249 | 2025-02-21T12:49:22.395Z | Compiling paste v1.0.15 |
1250 | 2025-02-21T12:49:23.002Z | Compiling pem-rfc7468 v0.7.0 |
1251 | 2025-02-21T12:49:23.020Z | Compiling aws-lc-rs v1.10.0 |
1252 | 2025-02-21T12:49:23.423Z | Compiling flagset v0.4.6 |
1253 | 2025-02-21T12:49:23.578Z | Compiling httparse v1.9.5 |
1254 | 2025-02-21T12:49:23.637Z | Compiling icu_locid_transform_data v1.5.0 |
1255 | 2025-02-21T12:49:23.975Z | Compiling tracing-core v0.1.32 |
1256 | 2025-02-21T12:49:24.310Z | Compiling icu_properties_data v1.5.0 |
1257 | 2025-02-21T12:49:24.493Z | Compiling rustls-pki-types v1.10.0 |
1258 | 2025-02-21T12:49:24.534Z | Compiling percent-encoding v2.3.1 |
1259 | 2025-02-21T12:49:24.741Z | Compiling regex v1.11.1 |
1260 | 2025-02-21T12:49:24.815Z | Compiling crossbeam-utils v0.8.20 |
1261 | 2025-02-21T12:49:25.335Z | Compiling vcpkg v0.2.15 |
1262 | 2025-02-21T12:49:25.377Z | Compiling utf8_iter v1.0.4 |
1263 | 2025-02-21T12:49:25.630Z | Compiling icu_normalizer_data v1.5.0 |
1264 | 2025-02-21T12:49:25.632Z | Compiling mirai-annotations v1.12.0 |
1265 | 2025-02-21T12:49:25.632Z | Compiling untrusted v0.7.1 |
1266 | 2025-02-21T12:49:25.650Z | Compiling serde_derive v1.0.217 |
1267 | 2025-02-21T12:49:25.738Z | Compiling zeroize_derive v1.4.2 |
1268 | 2025-02-21T12:49:25.812Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2025-02-21T12:49:25.844Z | Compiling tokio-macros v2.5.0 |
1270 | 2025-02-21T12:49:26.936Z | Compiling zerofrom-derive v0.1.4 |
1271 | 2025-02-21T12:49:27.131Z | Compiling zeroize v1.8.1 |
1272 | 2025-02-21T12:49:27.177Z | Compiling yoke-derive v0.7.4 |
1273 | 2025-02-21T12:49:27.563Z | Compiling thiserror-impl v1.0.69 |
1274 | 2025-02-21T12:49:27.689Z | Compiling zerocopy v0.7.35 |
1275 | 2025-02-21T12:49:28.787Z | Compiling crypto-common v0.1.6 |
1276 | 2025-02-21T12:49:29.049Z | Compiling block-buffer v0.10.4 |
1277 | 2025-02-21T12:49:29.077Z | Compiling zerovec-derive v0.10.3 |
1278 | 2025-02-21T12:49:29.328Z | Compiling digest v0.10.7 |
1279 | 2025-02-21T12:49:29.543Z | Compiling futures-macro v0.3.31 |
1280 | 2025-02-21T12:49:29.751Z | Compiling hmac v0.12.1 |
1281 | 2025-02-21T12:49:29.781Z | Compiling displaydoc v0.2.5 |
1282 | 2025-02-21T12:49:30.006Z | Compiling block-padding v0.3.3 |
1283 | 2025-02-21T12:49:30.267Z | Compiling inout v0.1.3 |
1284 | 2025-02-21T12:49:30.335Z | Compiling zerofrom v0.1.4 |
1285 | 2025-02-21T12:49:30.534Z | Compiling thiserror v1.0.69 |
1286 | 2025-02-21T12:49:30.553Z | Compiling yoke v0.7.4 |
1287 | 2025-02-21T12:49:30.577Z | Compiling cipher v0.4.4 |
1288 | 2025-02-21T12:49:30.688Z | Compiling sha2 v0.10.8 |
1289 | 2025-02-21T12:49:30.904Z | Compiling icu_provider_macros v1.5.0 |
1290 | 2025-02-21T12:49:31.058Z | Compiling ppv-lite86 v0.2.20 |
1291 | 2025-02-21T12:49:31.205Z | Compiling der_derive v0.7.3 |
1292 | 2025-02-21T12:49:31.248Z | Compiling futures-util v0.3.31 |
1293 | 2025-02-21T12:49:31.423Z | Compiling zerovec v0.10.4 |
1294 | 2025-02-21T12:49:31.733Z | Compiling rand_chacha v0.3.1 |
1295 | 2025-02-21T12:49:31.957Z | Compiling tracing-attributes v0.1.27 |
1296 | 2025-02-21T12:49:32.917Z | Compiling rand v0.8.5 |
1297 | 2025-02-21T12:49:33.356Z | Compiling tinystr v0.7.6 |
1298 | 2025-02-21T12:49:33.459Z | Compiling der v0.7.9 |
1299 | 2025-02-21T12:49:33.746Z | Compiling icu_locid v1.5.0 |
1300 | 2025-02-21T12:49:34.077Z | Compiling icu_collections v1.5.0 |
1301 | 2025-02-21T12:49:34.388Z | Compiling salsa20 v0.10.2 |
1302 | 2025-02-21T12:49:34.633Z | Compiling pest v2.7.14 |
1303 | 2025-02-21T12:49:35.030Z | Compiling icu_provider v1.5.0 |
1304 | 2025-02-21T12:49:35.156Z | Compiling tracing v0.1.40 |
1305 | 2025-02-21T12:49:35.347Z | Compiling pbkdf2 v0.12.2 |
1306 | 2025-02-21T12:49:35.534Z | Compiling spki v0.7.3 |
1307 | 2025-02-21T12:49:35.648Z | Compiling untrusted v0.9.0 |
1308 | 2025-02-21T12:49:35.666Z | Compiling write16 v1.0.0 |
1309 | 2025-02-21T12:49:35.807Z | Compiling icu_locid_transform v1.5.0 |
1310 | 2025-02-21T12:49:35.849Z | Compiling utf16_iter v1.0.5 |
1311 | 2025-02-21T12:49:35.886Z | Compiling time-core v0.1.2 |
1312 | 2025-02-21T12:49:35.987Z | Compiling num-conv v0.1.0 |
1313 | 2025-02-21T12:49:36.061Z | Compiling powerfmt v0.2.0 |
1314 | 2025-02-21T12:49:36.275Z | Compiling time-macros v0.2.18 |
1315 | 2025-02-21T12:49:36.346Z | Compiling scrypt v0.11.0 |
1316 | 2025-02-21T12:49:36.448Z | Compiling deranged v0.3.11 |
1317 | 2025-02-21T12:49:36.490Z | Compiling cbc v0.1.2 |
1318 | 2025-02-21T12:49:36.734Z | Compiling aes v0.8.4 |
1319 | 2025-02-21T12:49:36.866Z | Compiling openssl-sys v0.9.106 |
1320 | 2025-02-21T12:49:37.721Z | Compiling icu_properties v1.5.1 |
1321 | 2025-02-21T12:49:37.856Z | Compiling pest_meta v2.7.14 |
1322 | 2025-02-21T12:49:37.933Z | Compiling scroll_derive v0.12.0 |
1323 | 2025-02-21T12:49:38.128Z | Compiling bitflags v2.6.0 |
1324 | 2025-02-21T12:49:38.380Z | Compiling bytes v1.9.0 |
1325 | 2025-02-21T12:49:39.309Z | Compiling tokio v1.43.0 |
1326 | 2025-02-21T12:49:39.382Z | Compiling indexmap v2.7.1 |
1327 | 2025-02-21T12:49:39.496Z | Compiling http v1.2.0 |
1328 | 2025-02-21T12:49:39.565Z | Compiling semver v1.0.24 |
1329 | 2025-02-21T12:49:40.251Z | Compiling rustc_version v0.4.1 |
1330 | 2025-02-21T12:49:40.949Z | Compiling atomic-waker v1.1.2 |
1331 | 2025-02-21T12:49:41.151Z | Compiling num_threads v0.1.7 |
1332 | 2025-02-21T12:49:41.302Z | Compiling icu_normalizer v1.5.0 |
1333 | 2025-02-21T12:49:41.602Z | Compiling tinyvec_macros v0.1.1 |
1334 | 2025-02-21T12:49:41.711Z | Compiling tinyvec v1.8.0 |
1335 | 2025-02-21T12:49:41.873Z | Compiling time v0.3.36 |
1336 | 2025-02-21T12:49:41.907Z | Compiling http-body v1.0.1 |
1337 | 2025-02-21T12:49:42.157Z | Compiling which v4.4.2 |
1338 | 2025-02-21T12:49:42.178Z | Compiling scroll v0.12.0 |
1339 | 2025-02-21T12:49:42.196Z | Compiling idna_adapter v1.2.0 |
1340 | 2025-02-21T12:49:42.452Z | Compiling pest_generator v2.7.14 |
1341 | 2025-02-21T12:49:42.950Z | Compiling pkcs5 v0.7.1 |
1342 | 2025-02-21T12:49:43.125Z | Compiling form_urlencoded v1.2.1 |
1343 | 2025-02-21T12:49:43.226Z | Compiling try-lock v0.2.5 |
1344 | 2025-02-21T12:49:43.279Z | Compiling slog v2.7.0 |
1345 | 2025-02-21T12:49:43.408Z | Compiling goblin v0.8.2 |
1346 | 2025-02-21T12:49:43.452Z | Compiling want v0.3.1 |
1347 | 2025-02-21T12:49:43.749Z | Compiling pkcs8 v0.10.2 |
1348 | 2025-02-21T12:49:43.840Z | Compiling idna v1.0.3 |
1349 | 2025-02-21T12:49:44.020Z | Compiling uuid v1.12.0 |
1350 | 2025-02-21T12:49:44.272Z | Compiling pest_derive v2.7.14 |
1351 | 2025-02-21T12:49:44.394Z | Compiling iana-time-zone v0.1.61 |
1352 | 2025-02-21T12:49:44.782Z | Compiling tower-service v0.3.3 |
1353 | 2025-02-21T12:49:44.937Z | Compiling httpdate v1.0.3 |
1354 | 2025-02-21T12:49:45.095Z | Compiling dtrace-parser v0.2.0 |
1355 | 2025-02-21T12:49:45.390Z | Compiling chrono v0.4.39 |
1356 | 2025-02-21T12:49:45.538Z | Compiling serde_tokenstream v0.2.2 |
1357 | 2025-02-21T12:49:46.141Z | Compiling toml_datetime v0.6.8 |
1358 | 2025-02-21T12:49:46.143Z | Compiling serde_spanned v0.6.8 |
1359 | 2025-02-21T12:49:46.405Z | Compiling match_cfg v0.1.0 |
1360 | 2025-02-21T12:49:46.424Z | Compiling rustversion v1.0.17 |
1361 | 2025-02-21T12:49:46.516Z | Compiling adler2 v2.0.0 |
1362 | 2025-02-21T12:49:46.619Z | Compiling openssl v0.10.71 |
1363 | 2025-02-21T12:49:46.746Z | Compiling foreign-types-shared v0.1.1 |
1364 | 2025-02-21T12:49:46.878Z | Compiling base64 v0.22.1 |
1365 | 2025-02-21T12:49:46.921Z | Compiling foreign-types v0.3.2 |
1366 | 2025-02-21T12:49:47.034Z | Compiling miniz_oxide v0.8.0 |
1367 | 2025-02-21T12:49:47.107Z | Compiling hostname v0.3.1 |
1368 | 2025-02-21T12:49:47.151Z | Compiling url v2.5.3 |
1369 | 2025-02-21T12:49:47.579Z | Compiling tokio-util v0.7.12 |
1370 | 2025-02-21T12:49:48.458Z | Compiling openssl-macros v0.1.1 |
1371 | 2025-02-21T12:49:48.616Z | Compiling h2 v0.4.6 |
1372 | 2025-02-21T12:49:48.707Z | Compiling async-trait v0.1.86 |
1373 | 2025-02-21T12:49:48.882Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2025-02-21T12:49:48.933Z | Compiling dirs-sys-next v0.1.2 |
1375 | 2025-02-21T12:49:49.187Z | Compiling dof v0.3.0 |
1376 | 2025-02-21T12:49:49.451Z | Compiling data-encoding v2.6.0 |
1377 | 2025-02-21T12:49:50.896Z | Compiling usdt-impl v0.5.0 |
1378 | 2025-02-21T12:49:51.109Z | Compiling native-tls v0.2.12 |
1379 | 2025-02-21T12:49:51.113Z | Compiling rustls v0.22.4 |
1380 | 2025-02-21T12:49:51.352Z | Compiling syn v1.0.109 |
1381 | 2025-02-21T12:49:51.435Z | Compiling schemars v0.8.21 |
1382 | 2025-02-21T12:49:51.471Z | Compiling siphasher v0.3.11 |
1383 | 2025-02-21T12:49:51.800Z | Compiling rustls v0.23.19 |
1384 | 2025-02-21T12:49:51.943Z | Compiling schemars_derive v0.8.21 |
1385 | 2025-02-21T12:49:52.097Z | Compiling dirs-next v2.0.0 |
1386 | 2025-02-21T12:49:52.289Z | Compiling unicode-normalization v0.1.24 |
1387 | 2025-02-21T12:49:52.430Z | Compiling http-body-util v0.1.2 |
1388 | 2025-02-21T12:49:52.541Z | Compiling crossbeam-epoch v0.9.18 |
1389 | 2025-02-21T12:49:52.938Z | Compiling heapless v0.7.17 |
1390 | 2025-02-21T12:49:53.268Z | Compiling sha1 v0.10.6 |
1391 | 2025-02-21T12:49:53.418Z | Compiling signature v2.2.0 |
1392 | 2025-02-21T12:49:53.440Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1393 | 2025-02-21T12:49:53.503Z | Compiling thread_local v1.1.8 |
1394 | 2025-02-21T12:49:53.660Z | Compiling encoding_rs v0.8.34 |
1395 | 2025-02-21T12:49:53.719Z | Compiling cookie v0.18.1 |
1396 | 2025-02-21T12:49:53.918Z | Compiling multer v3.1.0 |
1397 | 2025-02-21T12:49:53.995Z | Compiling rayon-core v1.12.1 |
1398 | 2025-02-21T12:49:54.034Z | Compiling signal-hook v0.3.17 |
1399 | 2025-02-21T12:49:54.231Z | Compiling unicode-properties v0.1.3 |
1400 | 2025-02-21T12:49:54.308Z | Compiling dyn-clone v1.0.18 |
1401 | 2025-02-21T12:49:54.342Z | Compiling ipnet v2.10.1 |
1402 | 2025-02-21T12:49:54.522Z | Compiling openssl-probe v0.1.5 |
1403 | 2025-02-21T12:49:54.643Z | Compiling mime v0.3.17 |
1404 | 2025-02-21T12:49:54.839Z | Compiling unicode-bidi v0.3.17 |
1405 | 2025-02-21T12:49:54.929Z | Compiling slog-async v2.8.0 |
1406 | 2025-02-21T12:49:55.135Z | Compiling gimli v0.31.1 |
1407 | 2025-02-21T12:49:55.525Z | Compiling hyper v1.5.2 |
1408 | 2025-02-21T12:49:56.069Z | Compiling stringprep v0.1.5 |
1409 | 2025-02-21T12:49:57.243Z | Compiling toml_edit v0.22.22 |
1410 | 2025-02-21T12:49:58.301Z | Compiling hyper-util v0.1.10 |
1411 | 2025-02-21T12:49:58.681Z | Compiling crossbeam-deque v0.8.5 |
1412 | 2025-02-21T12:49:59.068Z | Compiling usdt-macro v0.5.0 |
1413 | 2025-02-21T12:49:59.160Z | Compiling usdt-attr-macro v0.5.0 |
1414 | 2025-02-21T12:49:59.724Z | Compiling addr2line v0.24.2 |
1415 | 2025-02-21T12:49:59.886Z | Compiling term v0.7.0 |
1416 | 2025-02-21T12:50:00.364Z | Compiling slog-json v2.6.1 |
1417 | 2025-02-21T12:50:00.442Z | Compiling serde_urlencoded v0.7.1 |
1418 | 2025-02-21T12:50:00.634Z | Compiling crossbeam-channel v0.5.13 |
1419 | 2025-02-21T12:50:00.725Z | Compiling curve25519-dalek v4.1.3 |
1420 | 2025-02-21T12:50:00.968Z | Compiling futures-executor v0.3.31 |
1421 | 2025-02-21T12:50:01.146Z | Compiling enum-as-inner v0.6.1 |
1422 | 2025-02-21T12:50:01.198Z | Compiling md-5 v0.10.6 |
1423 | 2025-02-21T12:50:01.423Z | Compiling async-stream-impl v0.3.6 |
1424 | 2025-02-21T12:50:01.443Z | Compiling rustls-pemfile v2.2.0 |
1425 | 2025-02-21T12:50:01.476Z | Compiling num-integer v0.1.46 |
1426 | 2025-02-21T12:50:01.669Z | Compiling hash32 v0.2.1 |
1427 | 2025-02-21T12:50:01.800Z | Compiling ff v0.13.0 |
1428 | 2025-02-21T12:50:02.038Z | Compiling is-terminal v0.4.13 |
1429 | 2025-02-21T12:50:02.060Z | Compiling memoffset v0.9.1 |
1430 | 2025-02-21T12:50:02.180Z | Compiling object v0.36.5 |
1431 | 2025-02-21T12:50:02.200Z | Compiling dropshot v0.12.0 |
1432 | 2025-02-21T12:50:02.246Z | Compiling rustc-demangle v0.1.24 |
1433 | 2025-02-21T12:50:02.378Z | Compiling utf-8 v0.7.6 |
1434 | 2025-02-21T12:50:02.513Z | Compiling base16ct v0.2.0 |
1435 | 2025-02-21T12:50:02.667Z | Compiling linked-hash-map v0.5.6 |
1436 | 2025-02-21T12:50:02.711Z | Compiling fallible-iterator v0.2.0 |
1437 | 2025-02-21T12:50:02.872Z | Compiling anyhow v1.0.96 |
1438 | 2025-02-21T12:50:03.049Z | Compiling num-bigint-dig v0.8.4 |
1439 | 2025-02-21T12:50:03.168Z | Compiling quick-error v1.2.3 |
1440 | 2025-02-21T12:50:03.345Z | Compiling portable-atomic v1.9.0 |
1441 | 2025-02-21T12:50:03.396Z | Compiling cfg_aliases v0.2.1 |
1442 | 2025-02-21T12:50:03.462Z | Compiling psl-types v2.0.11 |
1443 | 2025-02-21T12:50:03.490Z | Compiling litrs v0.4.1 |
1444 | 2025-02-21T12:50:03.513Z | Compiling smoltcp v0.9.1 |
1445 | 2025-02-21T12:50:03.686Z | Compiling take_mut v0.2.2 |
1446 | 2025-02-21T12:50:04.201Z | Compiling publicsuffix v2.3.0 |
1447 | 2025-02-21T12:50:04.417Z | Compiling nix v0.29.0 |
1448 | 2025-02-21T12:50:04.595Z | Compiling postgres-protocol v0.6.7 |
1449 | 2025-02-21T12:50:04.598Z | Compiling document-features v0.2.10 |
1450 | 2025-02-21T12:50:04.889Z | Compiling resolv-conf v0.7.0 |
1451 | 2025-02-21T12:50:04.916Z | Compiling lru-cache v0.1.2 |
1452 | 2025-02-21T12:50:05.132Z | Compiling sec1 v0.7.3 |
1453 | 2025-02-21T12:50:05.288Z | Compiling async-stream v0.3.6 |
1454 | 2025-02-21T12:50:05.581Z | Compiling tungstenite v0.24.0 |
1455 | 2025-02-21T12:50:05.686Z | Compiling hickory-proto v0.24.3 |
1456 | 2025-02-21T12:50:05.732Z | Compiling slog-term v2.9.1 |
1457 | 2025-02-21T12:50:05.756Z | Compiling usdt v0.5.0 |
1458 | 2025-02-21T12:50:05.801Z | Compiling num-iter v0.1.45 |
1459 | 2025-02-21T12:50:05.991Z | Compiling group v0.13.0 |
1460 | 2025-02-21T12:50:06.432Z | Compiling futures v0.3.31 |
1461 | 2025-02-21T12:50:06.554Z | Compiling toml v0.8.19 |
1462 | 2025-02-21T12:50:06.861Z | Compiling slog-bunyan v2.5.0 |
1463 | 2025-02-21T12:50:07.611Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2025-02-21T12:50:08.247Z | Compiling camino v1.1.9 |
1465 | 2025-02-21T12:50:08.823Z | Compiling backtrace v0.3.74 |
1466 | 2025-02-21T12:50:08.890Z | Compiling phf_shared v0.11.2 |
1467 | 2025-02-21T12:50:08.893Z | Compiling dropshot_endpoint v0.12.0 |
1468 | 2025-02-21T12:50:09.094Z | Compiling terminal_size v0.4.0 |
1469 | 2025-02-21T12:50:09.274Z | Compiling waitgroup v0.1.2 |
1470 | 2025-02-21T12:50:09.287Z | Compiling openapiv3 v2.0.0 |
1471 | 2025-02-21T12:50:09.322Z | Compiling serde_path_to_error v0.1.16 |
1472 | 2025-02-21T12:50:09.500Z | Compiling hkdf v0.12.4 |
1473 | 2025-02-21T12:50:09.779Z | Compiling crypto-bigint v0.5.5 |
1474 | 2025-02-21T12:50:10.121Z | Compiling curve25519-dalek-derive v0.1.1 |
1475 | 2025-02-21T12:50:11.521Z | Compiling zerocopy-derive v0.6.6 |
1476 | 2025-02-21T12:50:11.629Z | Compiling webpki-roots v0.26.6 |
1477 | 2025-02-21T12:50:11.855Z | Compiling sync_wrapper v1.0.1 |
1478 | 2025-02-21T12:50:11.971Z | Compiling hubpack_derive v0.1.1 |
1479 | 2025-02-21T12:50:12.015Z | Compiling hostname v0.4.0 |
1480 | 2025-02-21T12:50:12.255Z | Compiling ahash v0.8.11 |
1481 | 2025-02-21T12:50:12.594Z | Compiling crc32fast v1.4.2 |
1482 | 2025-02-21T12:50:12.873Z | Compiling fs-err v2.11.0 |
1483 | 2025-02-21T12:50:12.934Z | Compiling winnow v0.5.40 |
1484 | 2025-02-21T12:50:12.955Z | Compiling tower-layer v0.3.3 |
1485 | 2025-02-21T12:50:13.209Z | Compiling managed v0.8.0 |
1486 | 2025-02-21T12:50:13.254Z | Compiling newtype-uuid v1.2.1 |
1487 | 2025-02-21T12:50:13.293Z | Compiling debug-ignore v1.0.5 |
1488 | 2025-02-21T12:50:13.365Z | Compiling unicode-width v0.2.0 |
1489 | 2025-02-21T12:50:13.463Z | Compiling bitflags v1.3.2 |
1490 | 2025-02-21T12:50:13.540Z | Compiling clap_builder v4.5.30 |
1491 | 2025-02-21T12:50:13.650Z | Compiling zerocopy v0.6.6 |
1492 | 2025-02-21T12:50:13.884Z | Compiling console v0.15.10 |
1493 | 2025-02-21T12:50:14.414Z | Compiling strum_macros v0.25.3 |
1494 | 2025-02-21T12:50:14.660Z | Compiling tower v0.5.2 |
1495 | 2025-02-21T12:50:15.227Z | Compiling hubpack v0.1.2 |
1496 | 2025-02-21T12:50:15.534Z | Compiling flate2 v1.0.35 |
1497 | 2025-02-21T12:50:15.555Z | Compiling elliptic-curve v0.13.8 |
1498 | 2025-02-21T12:50:15.782Z | Compiling hickory-resolver v0.24.3 |
1499 | 2025-02-21T12:50:16.338Z | Compiling toml_edit v0.19.15 |
1500 | 2025-02-21T12:50:16.413Z | Compiling phf v0.11.2 |
1501 | 2025-02-21T12:50:16.706Z | Compiling signal-hook-mio v0.2.4 |
1502 | 2025-02-21T12:50:16.892Z | Compiling rayon v1.10.0 |
1503 | 2025-02-21T12:50:17.150Z | Compiling hyper-tls v0.6.0 |
1504 | 2025-02-21T12:50:17.577Z | Compiling cookie_store v0.21.1 |
1505 | 2025-02-21T12:50:18.024Z | Compiling bzip2 v0.4.4 |
1506 | 2025-02-21T12:50:18.436Z | Compiling tokio-tungstenite v0.24.0 |
1507 | 2025-02-21T12:50:19.185Z | Compiling postgres-types v0.2.8 |
1508 | 2025-02-21T12:50:21.298Z | Compiling ed25519 v2.2.3 |
1509 | 2025-02-21T12:50:21.424Z | Compiling phf_shared v0.10.0 |
1510 | 2025-02-21T12:50:21.507Z | Compiling tokio-stream v0.1.16 |
1511 | 2025-02-21T12:50:21.740Z | Compiling pkcs1 v0.7.5 |
1512 | 2025-02-21T12:50:21.798Z | Compiling serde-big-array v0.5.1 |
1513 | 2025-02-21T12:50:22.047Z | Compiling clap_derive v4.5.28 |
1514 | 2025-02-21T12:50:22.458Z | Compiling rfc6979 v0.4.0 |
1515 | 2025-02-21T12:50:22.659Z | Compiling serde_repr v0.1.19 |
1516 | 2025-02-21T12:50:22.662Z | Compiling derive-where v1.2.7 |
1517 | 2025-02-21T12:50:23.116Z | Compiling bstr v1.10.0 |
1518 | 2025-02-21T12:50:23.283Z | Compiling float-cmp v0.10.0 |
1519 | 2025-02-21T12:50:23.535Z | Compiling bit-vec v0.6.3 |
1520 | 2025-02-21T12:50:23.797Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2025-02-21T12:50:23.817Z | Compiling number_prefix v0.4.0 |
1522 | 2025-02-21T12:50:23.955Z | Compiling difflib v0.4.0 |
1523 | 2025-02-21T12:50:24.051Z | Compiling fixedbitset v0.4.2 |
1524 | 2025-02-21T12:50:24.496Z | Compiling normalize-line-endings v0.3.0 |
1525 | 2025-02-21T12:50:24.614Z | Compiling static_assertions v1.1.0 |
1526 | 2025-02-21T12:50:24.634Z | Compiling new_debug_unreachable v1.0.6 |
1527 | 2025-02-21T12:50:24.662Z | Compiling predicates-core v1.0.8 |
1528 | 2025-02-21T12:50:24.938Z | Compiling whoami v1.5.2 |
1529 | 2025-02-21T12:50:24.947Z | Compiling precomputed-hash v0.1.1 |
1530 | 2025-02-21T12:50:24.947Z | Compiling string_cache v0.8.7 |
1531 | 2025-02-21T12:50:24.976Z | Compiling predicates v3.1.3 |
1532 | 2025-02-21T12:50:25.248Z | Compiling tokio-postgres v0.7.12 |
1533 | 2025-02-21T12:50:25.288Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1534 | 2025-02-21T12:50:25.291Z | Compiling similar v2.6.0 |
1535 | 2025-02-21T12:50:25.850Z | Compiling petgraph v0.6.5 |
1536 | 2025-02-21T12:50:26.430Z | Compiling indicatif v0.17.11 |
1537 | 2025-02-21T12:50:26.583Z | Compiling clap v4.5.30 |
1538 | 2025-02-21T12:50:26.712Z | Compiling bit-set v0.5.3 |
1539 | 2025-02-21T12:50:27.009Z | Compiling ecdsa v0.16.9 |
1540 | 2025-02-21T12:50:27.447Z | Compiling rsa v0.9.6 |
1541 | 2025-02-21T12:50:27.852Z | Compiling ed25519-dalek v2.1.1 |
1542 | 2025-02-21T12:50:29.176Z | Compiling toml v0.7.8 |
1543 | 2025-02-21T12:50:29.485Z | Compiling zip v0.6.6 |
1544 | 2025-02-21T12:50:30.459Z | Compiling crossterm v0.28.1 |
1545 | 2025-02-21T12:50:31.171Z | Compiling hex v0.4.3 |
1546 | 2025-02-21T12:50:31.198Z | Compiling x509-cert v0.2.5 |
1547 | 2025-02-21T12:50:31.533Z | Compiling lalrpop-util v0.19.12 |
1548 | 2025-02-21T12:50:31.641Z | Compiling peg-runtime v0.8.3 |
1549 | 2025-02-21T12:50:31.746Z | Compiling unicode-xid v0.2.6 |
1550 | 2025-02-21T12:50:31.898Z | Compiling strum_macros v0.26.4 |
1551 | 2025-02-21T12:50:31.943Z | Compiling xattr v1.3.1 |
1552 | 2025-02-21T12:50:32.221Z | Compiling filetime v0.2.25 |
1553 | 2025-02-21T12:50:32.545Z | Compiling tar v0.4.42 |
1554 | 2025-02-21T12:50:36.467Z | Compiling strum v0.26.3 |
1555 | 2025-02-21T12:50:39.938Z | Compiling aws-lc-sys v0.22.0 |
1556 | 2025-02-21T12:51:11.408Z | Compiling rustls-webpki v0.102.8 |
1557 | 2025-02-21T12:51:14.595Z | Compiling tokio-rustls v0.25.0 |
1558 | 2025-02-21T12:51:16.325Z | Compiling tokio-rustls v0.26.0 |
1559 | 2025-02-21T12:51:16.604Z | Compiling hyper-rustls v0.27.3 |
1560 | 2025-02-21T12:51:17.004Z | Compiling reqwest v0.12.12 |
1561 | 2025-02-21T12:51:18.382Z | Compiling qorb v0.2.1 |
1562 | 2025-02-21T12:51:21.252Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1563 | 2025-02-21T12:51:21.533Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1564 | 2025-02-21T12:51:25.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1565 | 2025-02-21T12:51:26.130Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1566 | 2025-02-21T12:51:26.180Z | Feb 21 12:51:25.060 INFO Starting download, target: Cockroach |
1567 | 2025-02-21T12:51:26.180Z | Feb 21 12:51:25.061 INFO Starting download, target: Clickhouse |
1568 | 2025-02-21T12:51:26.180Z | Feb 21 12:51:25.061 INFO Starting download, target: Console |
1569 | 2025-02-21T12:51:26.180Z | Feb 21 12:51:25.061 INFO Starting download, target: DendriteOpenapi |
1570 | 2025-02-21T12:51:26.180Z | Feb 21 12:51:25.061 INFO Starting download, target: DendriteStub |
1571 | 2025-02-21T12:51:26.180Z | Feb 21 12:51:25.061 INFO Starting download, target: MaghemiteMgd |
1572 | 2025-02-21T12:51:26.183Z | Feb 21 12:51:25.061 INFO Starting download, target: TransceiverControl |
1573 | 2025-02-21T12:51:26.183Z | Feb 21 12:51:25.062 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1574 | 2025-02-21T12:51:26.183Z | Feb 21 12:51:25.062 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1575 | 2025-02-21T12:51:26.183Z | Feb 21 12:51:25.062 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1576 | 2025-02-21T12:51:26.183Z | Feb 21 12:51:25.062 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1577 | 2025-02-21T12:51:26.183Z | Feb 21 12:51:25.062 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1578 | 2025-02-21T12:51:26.183Z | Feb 21 12:51:25.062 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1579 | 2025-02-21T12:51:26.183Z | Feb 21 12:51:25.062 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1580 | 2025-02-21T12:51:26.377Z | Feb 21 12:51:25.245 INFO Download complete, target: DendriteOpenapi |
1581 | 2025-02-21T12:51:26.586Z | Feb 21 12:51:25.431 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1582 | 2025-02-21T12:51:26.718Z | Feb 21 12:51:25.545 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1583 | 2025-02-21T12:51:27.120Z | Feb 21 12:51:25.879 INFO Download complete, target: Console |
1584 | 2025-02-21T12:51:27.198Z | Feb 21 12:51:25.922 INFO Download complete, target: TransceiverControl |
1585 | 2025-02-21T12:51:27.578Z | Feb 21 12:51:26.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1586 | 2025-02-21T12:51:27.653Z | Feb 21 12:51:26.487 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1587 | 2025-02-21T12:51:28.143Z | Feb 21 12:51:27.018 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1588 | 2025-02-21T12:51:28.434Z | Feb 21 12:51:27.311 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1589 | 2025-02-21T12:51:28.434Z | Feb 21 12:51:27.311 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1590 | 2025-02-21T12:51:30.502Z | Feb 21 12:51:29.384 INFO Download complete, target: DendriteStub |
1591 | 2025-02-21T12:51:30.586Z | Feb 21 12:51:29.468 INFO Download complete, target: MaghemiteMgd |
1592 | 2025-02-21T12:51:35.830Z | Feb 21 12:51:34.713 INFO Checking that binary works, target: Cockroach |
1593 | 2025-02-21T12:51:35.989Z | Feb 21 12:51:34.872 INFO Download complete, target: Cockroach |
1594 | 2025-02-21T12:51:40.573Z | Feb 21 12:51:39.458 INFO Checking that binary works, target: Clickhouse |
1595 | 2025-02-21T12:51:40.923Z | Feb 21 12:51:39.807 INFO Download complete, target: Clickhouse |
1596 | 2025-02-21T12:51:40.930Z | All prerequisites installed successfully |
1597 | 2025-02-21T12:51:40.933Z | |
1598 | 2025-02-21T12:51:40.933Z | real 5:28.459308823 |
1599 | 2025-02-21T12:51:40.933Z | user 15:26.925950076 |
1600 | 2025-02-21T12:51:40.933Z | sys 2:05.560425088 |
1601 | 2025-02-21T12:51:40.933Z | trap 0.572393303 |
1602 | 2025-02-21T12:51:40.933Z | tflt 4.315606318 |
1603 | 2025-02-21T12:51:40.933Z | dflt 4.269364199 |
1604 | 2025-02-21T12:51:40.933Z | kflt 0.354206966 |
1605 | 2025-02-21T12:51:40.933Z | lock 23:45.185238350 |
1606 | 2025-02-21T12:51:40.933Z | slp 56:17.582015501 |
1607 | 2025-02-21T12:51:40.933Z | lat 57.333644555 |
1608 | 2025-02-21T12:51:40.933Z | stop 2:19.985654766 |
1609 | 2025-02-21T12:51:40.933Z | + ptime -m cargo xtask download softnpu |
1610 | 2025-02-21T12:51:41.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1611 | 2025-02-21T12:51:41.484Z | Running `target/debug/xtask download softnpu` |
1612 | 2025-02-21T12:51:42.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1613 | 2025-02-21T12:51:42.397Z | Running `target/debug/xtask-downloader softnpu` |
1614 | 2025-02-21T12:51:42.438Z | Feb 21 12:51:41.323 INFO Starting download, target: Softnpu |
1615 | 2025-02-21T12:51:42.441Z | Feb 21 12:51:41.324 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1616 | 2025-02-21T12:51:43.106Z | Feb 21 12:51:41.991 INFO Download complete, target: Softnpu |
1617 | 2025-02-21T12:51:43.112Z | |
1618 | 2025-02-21T12:51:43.116Z | real 2.173236282 |
1619 | 2025-02-21T12:51:43.116Z | user 1.314782286 |
1620 | 2025-02-21T12:51:43.116Z | sys 0.543866855 |
1621 | 2025-02-21T12:51:43.116Z | trap 0.000989390 |
1622 | 2025-02-21T12:51:43.116Z | tflt 0.000059346 |
1623 | 2025-02-21T12:51:43.116Z | dflt 0.000112203 |
1624 | 2025-02-21T12:51:43.116Z | kflt 0.000000000 |
1625 | 2025-02-21T12:51:43.116Z | lock 6.855671057 |
1626 | 2025-02-21T12:51:43.117Z | slp 0.493205761 |
1627 | 2025-02-21T12:51:43.117Z | lat 0.071328196 |
1628 | 2025-02-21T12:51:43.117Z | stop 0.000182311 |
1629 | 2025-02-21T12:51:43.117Z | + export CARGO_INCREMENTAL=0 |
1630 | 2025-02-21T12:51:43.117Z | + CARGO_INCREMENTAL=0 |
1631 | 2025-02-21T12:51:43.117Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1632 | 2025-02-21T12:51:44.075Z | Compiling proc-macro2 v1.0.92 |
1633 | 2025-02-21T12:51:44.075Z | Compiling unicode-ident v1.0.14 |
1634 | 2025-02-21T12:51:44.078Z | Compiling libc v0.2.169 |
1635 | 2025-02-21T12:51:44.078Z | Compiling serde v1.0.217 |
1636 | 2025-02-21T12:51:44.078Z | Compiling autocfg v1.4.0 |
1637 | 2025-02-21T12:51:44.078Z | Compiling version_check v0.9.5 |
1638 | 2025-02-21T12:51:44.078Z | Compiling cfg-if v1.0.0 |
1639 | 2025-02-21T12:51:44.331Z | Compiling memchr v2.7.4 |
1640 | 2025-02-21T12:51:44.379Z | Compiling typenum v1.17.0 |
1641 | 2025-02-21T12:51:44.431Z | Compiling shlex v1.3.0 |
1642 | 2025-02-21T12:51:44.765Z | Compiling value-bag v1.9.0 |
1643 | 2025-02-21T12:51:44.834Z | Compiling generic-array v0.14.7 |
1644 | 2025-02-21T12:51:44.918Z | Compiling lock_api v0.4.12 |
1645 | 2025-02-21T12:51:45.158Z | Compiling log v0.4.22 |
1646 | 2025-02-21T12:51:45.223Z | Compiling scopeguard v1.2.0 |
1647 | 2025-02-21T12:51:45.403Z | Compiling parking_lot_core v0.9.10 |
1648 | 2025-02-21T12:51:45.566Z | Compiling serde_json v1.0.135 |
1649 | 2025-02-21T12:51:45.814Z | Compiling once_cell v1.20.3 |
1650 | 2025-02-21T12:51:45.839Z | Compiling quote v1.0.38 |
1651 | 2025-02-21T12:51:45.860Z | Compiling rustix v0.38.37 |
1652 | 2025-02-21T12:51:45.916Z | Compiling libm v0.2.8 |
1653 | 2025-02-21T12:51:46.106Z | Compiling jobserver v0.1.32 |
1654 | 2025-02-21T12:51:46.191Z | Compiling getrandom v0.2.15 |
1655 | 2025-02-21T12:51:46.260Z | Compiling syn v2.0.96 |
1656 | 2025-02-21T12:51:46.393Z | Compiling aho-corasick v1.1.3 |
1657 | 2025-02-21T12:51:46.494Z | Compiling cc v1.1.30 |
1658 | 2025-02-21T12:51:46.513Z | Compiling num-traits v0.2.19 |
1659 | 2025-02-21T12:51:46.536Z | Compiling regex-syntax v0.8.5 |
1660 | 2025-02-21T12:51:46.660Z | Compiling thiserror v1.0.69 |
1661 | 2025-02-21T12:51:46.776Z | Compiling either v1.13.0 |
1662 | 2025-02-21T12:51:46.841Z | Compiling itoa v1.0.11 |
1663 | 2025-02-21T12:51:47.105Z | Compiling slab v0.4.9 |
1664 | 2025-02-21T12:51:47.216Z | Compiling spin v0.9.8 |
1665 | 2025-02-21T12:51:47.793Z | Compiling errno v0.3.9 |
1666 | 2025-02-21T12:51:47.916Z | Compiling byteorder v1.5.0 |
1667 | 2025-02-21T12:51:48.042Z | Compiling rand_core v0.6.4 |
1668 | 2025-02-21T12:51:48.402Z | Compiling glob v0.3.2 |
1669 | 2025-02-21T12:51:48.432Z | Compiling prettyplease v0.2.29 |
1670 | 2025-02-21T12:51:48.828Z | Compiling lazy_static v1.5.0 |
1671 | 2025-02-21T12:51:48.971Z | Compiling minimal-lexical v0.2.1 |
1672 | 2025-02-21T12:51:49.069Z | Compiling smallvec v1.13.2 |
1673 | 2025-02-21T12:51:49.120Z | Compiling clang-sys v1.8.1 |
1674 | 2025-02-21T12:51:49.460Z | Compiling nom v7.1.3 |
1675 | 2025-02-21T12:51:49.551Z | Compiling libloading v0.8.5 |
1676 | 2025-02-21T12:51:49.624Z | Compiling subtle v2.6.1 |
1677 | 2025-02-21T12:51:49.818Z | Compiling home v0.5.9 |
1678 | 2025-02-21T12:51:49.912Z | Compiling bindgen v0.69.5 |
1679 | 2025-02-21T12:51:50.018Z | Compiling itertools v0.10.5 |
1680 | 2025-02-21T12:51:50.082Z | Compiling lazycell v1.3.0 |
1681 | 2025-02-21T12:51:50.268Z | Compiling regex-automata v0.4.8 |
1682 | 2025-02-21T12:51:50.380Z | Compiling rustc-hash v1.1.0 |
1683 | 2025-02-21T12:51:50.575Z | Compiling allocator-api2 v0.2.18 |
1684 | 2025-02-21T12:51:50.826Z | Compiling cmake v0.1.51 |
1685 | 2025-02-21T12:51:51.473Z | Compiling dunce v1.0.5 |
1686 | 2025-02-21T12:51:51.617Z | Compiling fs_extra v1.3.0 |
1687 | 2025-02-21T12:51:51.900Z | Compiling semver v1.0.24 |
1688 | 2025-02-21T12:51:52.266Z | Compiling pin-project-lite v0.2.14 |
1689 | 2025-02-21T12:51:52.380Z | Compiling pkg-config v0.3.31 |
1690 | 2025-02-21T12:51:52.424Z | Compiling ring v0.17.8 |
1691 | 2025-02-21T12:51:52.484Z | Compiling cexpr v0.6.0 |
1692 | 2025-02-21T12:51:53.026Z | Compiling ryu v1.0.18 |
1693 | 2025-02-21T12:51:53.334Z | Compiling synstructure v0.13.1 |
1694 | 2025-02-21T12:51:53.401Z | Compiling paste v1.0.15 |
1695 | 2025-02-21T12:51:53.669Z | Compiling fnv v1.0.7 |
1696 | 2025-02-21T12:51:53.795Z | Compiling httparse v1.9.5 |
1697 | 2025-02-21T12:51:54.409Z | Compiling const-oid v0.9.6 |
1698 | 2025-02-21T12:51:54.429Z | Compiling schemars v0.8.21 |
1699 | 2025-02-21T12:51:54.500Z | Compiling aws-lc-rs v1.10.0 |
1700 | 2025-02-21T12:51:54.893Z | Compiling serde_derive_internals v0.29.1 |
1701 | 2025-02-21T12:51:54.981Z | Compiling signal-hook-registry v1.4.2 |
1702 | 2025-02-21T12:51:55.569Z | Compiling regex v1.11.1 |
1703 | 2025-02-21T12:51:55.823Z | Compiling foldhash v0.1.3 |
1704 | 2025-02-21T12:51:56.112Z | Compiling equivalent v1.0.1 |
1705 | 2025-02-21T12:51:56.251Z | Compiling hashbrown v0.15.1 |
1706 | 2025-02-21T12:51:56.348Z | Compiling parking_lot v0.12.3 |
1707 | 2025-02-21T12:51:56.375Z | Compiling mio v1.0.2 |
1708 | 2025-02-21T12:51:56.494Z | Compiling heck v0.5.0 |
1709 | 2025-02-21T12:51:56.927Z | Compiling stable_deref_trait v1.2.0 |
1710 | 2025-02-21T12:51:57.359Z | Compiling serde_derive v1.0.217 |
1711 | 2025-02-21T12:51:57.481Z | Compiling zeroize_derive v1.4.2 |
1712 | 2025-02-21T12:51:58.053Z | Compiling zerocopy-derive v0.7.35 |
1713 | 2025-02-21T12:51:58.441Z | Compiling tokio-macros v2.5.0 |
1714 | 2025-02-21T12:51:58.516Z | Compiling thiserror-impl v1.0.69 |
1715 | 2025-02-21T12:51:58.797Z | Compiling zeroize v1.8.1 |
1716 | 2025-02-21T12:51:59.268Z | Compiling zerofrom-derive v0.1.4 |
1717 | 2025-02-21T12:51:59.453Z | Compiling yoke-derive v0.7.4 |
1718 | 2025-02-21T12:51:59.470Z | Compiling futures-macro v0.3.31 |
1719 | 2025-02-21T12:51:59.764Z | Compiling zerovec-derive v0.10.3 |
1720 | 2025-02-21T12:51:59.808Z | Compiling displaydoc v0.2.5 |
1721 | 2025-02-21T12:52:01.093Z | Compiling zerocopy v0.7.35 |
1722 | 2025-02-21T12:52:01.159Z | Compiling crypto-common v0.1.6 |
1723 | 2025-02-21T12:52:01.285Z | Compiling icu_provider_macros v1.5.0 |
1724 | 2025-02-21T12:52:01.370Z | Compiling tracing-attributes v0.1.27 |
1725 | 2025-02-21T12:52:01.690Z | Compiling schemars_derive v0.8.21 |
1726 | 2025-02-21T12:52:02.001Z | Compiling block-buffer v0.10.4 |
1727 | 2025-02-21T12:52:02.205Z | Compiling digest v0.10.7 |
1728 | 2025-02-21T12:52:02.380Z | Compiling socket2 v0.5.7 |
1729 | 2025-02-21T12:52:02.469Z | Compiling futures-core v0.3.31 |
1730 | 2025-02-21T12:52:02.681Z | Compiling crossbeam-utils v0.8.20 |
1731 | 2025-02-21T12:52:02.734Z | Compiling time-core v0.1.2 |
1732 | 2025-02-21T12:52:02.923Z | Compiling num-conv v0.1.0 |
1733 | 2025-02-21T12:52:03.225Z | Compiling time-macros v0.2.18 |
1734 | 2025-02-21T12:52:03.500Z | Compiling der_derive v0.7.3 |
1735 | 2025-02-21T12:52:04.190Z | Compiling vcpkg v0.2.15 |
1736 | 2025-02-21T12:52:05.528Z | Compiling openssl-sys v0.9.106 |
1737 | 2025-02-21T12:52:05.847Z | Compiling futures-sink v0.3.31 |
1738 | 2025-02-21T12:52:06.099Z | Compiling cpufeatures v0.2.14 |
1739 | 2025-02-21T12:52:06.517Z | Compiling slog v2.7.0 |
1740 | 2025-02-21T12:52:06.618Z | Compiling ahash v0.8.11 |
1741 | 2025-02-21T12:52:06.688Z | Compiling syn v1.0.109 |
1742 | 2025-02-21T12:52:06.970Z | Compiling futures-channel v0.3.31 |
1743 | 2025-02-21T12:52:06.992Z | Compiling zerofrom v0.1.4 |
1744 | 2025-02-21T12:52:07.353Z | Compiling iana-time-zone v0.1.61 |
1745 | 2025-02-21T12:52:07.374Z | Compiling pin-utils v0.1.0 |
1746 | 2025-02-21T12:52:07.393Z | Compiling futures-io v0.3.31 |
1747 | 2025-02-21T12:52:07.432Z | Compiling futures-task v0.3.31 |
1748 | 2025-02-21T12:52:07.477Z | Compiling yoke v0.7.4 |
1749 | 2025-02-21T12:52:07.738Z | Compiling futures-util v0.3.31 |
1750 | 2025-02-21T12:52:08.034Z | Compiling scroll_derive v0.12.0 |
1751 | 2025-02-21T12:52:08.114Z | Compiling openssl v0.10.71 |
1752 | 2025-02-21T12:52:08.660Z | Compiling ucd-trie v0.1.7 |
1753 | 2025-02-21T12:52:08.905Z | Compiling pest v2.7.14 |
1754 | 2025-02-21T12:52:09.092Z | Compiling zerovec v0.10.4 |
1755 | 2025-02-21T12:52:09.619Z | Compiling bitflags v2.6.0 |
1756 | 2025-02-21T12:52:10.019Z | Compiling bytes v1.9.0 |
1757 | 2025-02-21T12:52:12.376Z | Compiling indexmap v2.7.1 |
1758 | 2025-02-21T12:52:12.727Z | Compiling tokio v1.43.0 |
1759 | 2025-02-21T12:52:13.721Z | Compiling which v4.4.2 |
1760 | 2025-02-21T12:52:14.352Z | Compiling serde_tokenstream v0.2.2 |
1761 | 2025-02-21T12:52:14.449Z | Compiling uuid v1.12.0 |
1762 | 2025-02-21T12:52:14.567Z | Compiling http v1.2.0 |
1763 | 2025-02-21T12:52:14.925Z | Compiling chrono v0.4.39 |
1764 | 2025-02-21T12:52:15.742Z | Compiling rustc_version v0.4.1 |
1765 | 2025-02-21T12:52:17.369Z | Compiling hmac v0.12.1 |
1766 | 2025-02-21T12:52:18.433Z | Compiling pest_meta v2.7.14 |
1767 | 2025-02-21T12:52:18.650Z | Compiling block-padding v0.3.3 |
1768 | 2025-02-21T12:52:18.900Z | Compiling openssl-macros v0.1.1 |
1769 | 2025-02-21T12:52:19.633Z | Compiling native-tls v0.2.12 |
1770 | 2025-02-21T12:52:20.017Z | Compiling rustls v0.23.19 |
1771 | 2025-02-21T12:52:20.342Z | Compiling pest_generator v2.7.14 |
1772 | 2025-02-21T12:52:21.059Z | Compiling inout v0.1.3 |
1773 | 2025-02-21T12:52:21.334Z | Compiling tinystr v0.7.6 |
1774 | 2025-02-21T12:52:22.042Z | Compiling serde_spanned v0.6.8 |
1775 | 2025-02-21T12:52:22.071Z | Compiling toml_datetime v0.6.8 |
1776 | 2025-02-21T12:52:22.231Z | Compiling tracing-core v0.1.32 |
1777 | 2025-02-21T12:52:22.273Z | Compiling litemap v0.7.3 |
1778 | 2025-02-21T12:52:22.489Z | Compiling strsim v0.11.1 |
1779 | 2025-02-21T12:52:22.541Z | Compiling writeable v0.5.5 |
1780 | 2025-02-21T12:52:23.102Z | Compiling dyn-clone v1.0.18 |
1781 | 2025-02-21T12:52:23.364Z | Compiling icu_locid v1.5.0 |
1782 | 2025-02-21T12:52:23.647Z | Compiling tracing v0.1.40 |
1783 | 2025-02-21T12:52:24.364Z | Compiling pest_derive v2.7.14 |
1784 | 2025-02-21T12:52:24.486Z | Compiling cipher v0.4.4 |
1785 | 2025-02-21T12:52:24.966Z | Compiling sha2 v0.10.8 |
1786 | 2025-02-21T12:52:25.431Z | Compiling cookie v0.18.1 |
1787 | 2025-02-21T12:52:25.702Z | Compiling usdt-impl v0.5.0 |
1788 | 2025-02-21T12:52:25.757Z | Compiling base64ct v1.6.0 |
1789 | 2025-02-21T12:52:25.885Z | Compiling aws-lc-sys v0.22.0 |
1790 | 2025-02-21T12:52:26.172Z | Compiling icu_provider v1.5.0 |
1791 | 2025-02-21T12:52:26.293Z | Compiling pem-rfc7468 v0.7.0 |
1792 | 2025-02-21T12:52:27.073Z | Compiling scroll v0.12.0 |
1793 | 2025-02-21T12:52:27.655Z | Compiling ppv-lite86 v0.2.20 |
1794 | 2025-02-21T12:52:28.921Z | Compiling async-trait v0.1.86 |
1795 | 2025-02-21T12:52:30.481Z | Compiling camino v1.1.9 |
1796 | 2025-02-21T12:52:30.965Z | Compiling icu_locid_transform_data v1.5.0 |
1797 | 2025-02-21T12:52:30.996Z | Compiling percent-encoding v2.3.1 |
1798 | 2025-02-21T12:52:31.189Z | Compiling plain v0.2.3 |
1799 | 2025-02-21T12:52:31.360Z | Compiling flagset v0.4.6 |
1800 | 2025-02-21T12:52:31.431Z | Compiling rustls-pki-types v1.10.0 |
1801 | 2025-02-21T12:52:31.562Z | Compiling anyhow v1.0.96 |
1802 | 2025-02-21T12:52:32.141Z | Compiling der v0.7.9 |
1803 | 2025-02-21T12:52:33.100Z | Compiling goblin v0.8.2 |
1804 | 2025-02-21T12:52:33.492Z | Compiling icu_locid_transform v1.5.0 |
1805 | 2025-02-21T12:52:35.443Z | Compiling rand_chacha v0.3.1 |
1806 | 2025-02-21T12:52:36.341Z | Compiling tokio-util v0.7.12 |
1807 | 2025-02-21T12:52:36.582Z | Compiling icu_collections v1.5.0 |
1808 | 2025-02-21T12:52:39.048Z | Compiling icu_properties_data v1.5.0 |
1809 | 2025-02-21T12:52:39.225Z | Compiling rayon-core v1.12.1 |
1810 | 2025-02-21T12:52:39.258Z | Compiling pretty-hex v0.4.1 |
1811 | 2025-02-21T12:52:39.543Z | Compiling untrusted v0.7.1 |
1812 | 2025-02-21T12:52:39.571Z | Compiling rustls v0.22.4 |
1813 | 2025-02-21T12:52:39.646Z | Compiling powerfmt v0.2.0 |
1814 | 2025-02-21T12:52:39.751Z | Compiling mirai-annotations v1.12.0 |
1815 | 2025-02-21T12:52:39.770Z | Compiling untrusted v0.9.0 |
1816 | 2025-02-21T12:52:39.949Z | Compiling deranged v0.3.11 |
1817 | 2025-02-21T12:52:39.999Z | Compiling icu_properties v1.5.1 |
1818 | 2025-02-21T12:52:40.135Z | Compiling dof v0.3.0 |
1819 | 2025-02-21T12:52:41.646Z | Compiling rand v0.8.5 |
1820 | 2025-02-21T12:52:41.664Z | Compiling spki v0.7.3 |
1821 | 2025-02-21T12:52:42.048Z | Compiling dtrace-parser v0.2.0 |
1822 | 2025-02-21T12:52:42.065Z | Compiling salsa20 v0.10.2 |
1823 | 2025-02-21T12:52:43.165Z | Compiling pbkdf2 v0.12.2 |
1824 | 2025-02-21T12:52:43.552Z | Compiling thread-id v4.2.2 |
1825 | 2025-02-21T12:52:43.763Z | Compiling utf16_iter v1.0.5 |
1826 | 2025-02-21T12:52:44.158Z | Compiling icu_normalizer_data v1.5.0 |
1827 | 2025-02-21T12:52:44.176Z | Compiling utf8_iter v1.0.4 |
1828 | 2025-02-21T12:52:44.277Z | Compiling litrs v0.4.1 |
1829 | 2025-02-21T12:52:44.487Z | Compiling write16 v1.0.0 |
1830 | 2025-02-21T12:52:44.698Z | Compiling num_threads v0.1.7 |
1831 | 2025-02-21T12:52:44.829Z | Compiling winnow v0.5.40 |
1832 | 2025-02-21T12:52:44.847Z | Compiling atomic-waker v1.1.2 |
1833 | 2025-02-21T12:52:45.067Z | Compiling icu_normalizer v1.5.0 |
1834 | 2025-02-21T12:52:45.170Z | Compiling document-features v0.2.10 |
1835 | 2025-02-21T12:52:46.184Z | Compiling time v0.3.36 |
1836 | 2025-02-21T12:52:48.234Z | Compiling toml_edit v0.19.15 |
1837 | 2025-02-21T12:52:49.659Z | Compiling scrypt v0.11.0 |
1838 | 2025-02-21T12:52:49.816Z | Compiling form_urlencoded v1.2.1 |
1839 | 2025-02-21T12:52:50.147Z | Compiling aes v0.8.4 |
1840 | 2025-02-21T12:52:50.263Z | Compiling cbc v0.1.2 |
1841 | 2025-02-21T12:52:50.326Z | Compiling http-body v1.0.1 |
1842 | 2025-02-21T12:52:50.483Z | Compiling multer v3.1.0 |
1843 | 2025-02-21T12:52:50.596Z | Compiling try-lock v0.2.5 |
1844 | 2025-02-21T12:52:50.801Z | Compiling slog-async v2.8.0 |
1845 | 2025-02-21T12:52:50.969Z | Compiling rustversion v1.0.17 |
1846 | 2025-02-21T12:52:51.254Z | Compiling tinyvec_macros v0.1.1 |
1847 | 2025-02-21T12:52:51.357Z | Compiling tinyvec v1.8.0 |
1848 | 2025-02-21T12:52:51.608Z | Compiling pkcs5 v0.7.1 |
1849 | 2025-02-21T12:52:52.606Z | Compiling want v0.3.1 |
1850 | 2025-02-21T12:52:53.399Z | Compiling idna_adapter v1.2.0 |
1851 | 2025-02-21T12:52:53.620Z | Compiling h2 v0.4.6 |
1852 | 2025-02-21T12:52:54.162Z | Compiling heapless v0.7.17 |
1853 | 2025-02-21T12:52:54.627Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1854 | 2025-02-21T12:52:55.068Z | Compiling httpdate v1.0.3 |
1855 | 2025-02-21T12:52:55.106Z | Compiling signal-hook v0.3.17 |
1856 | 2025-02-21T12:52:55.369Z | Compiling tower-service v0.3.3 |
1857 | 2025-02-21T12:52:55.822Z | Compiling idna v1.0.3 |
1858 | 2025-02-21T12:52:57.431Z | Compiling pkcs8 v0.10.2 |
1859 | 2025-02-21T12:52:58.518Z | Compiling usdt-attr-macro v0.5.0 |
1860 | 2025-02-21T12:52:59.135Z | Compiling usdt-macro v0.5.0 |
1861 | 2025-02-21T12:52:59.990Z | Compiling async-stream-impl v0.3.6 |
1862 | 2025-02-21T12:53:00.433Z | Compiling adler2 v2.0.0 |
1863 | 2025-02-21T12:53:00.659Z | Compiling base64 v0.22.1 |
1864 | 2025-02-21T12:53:01.122Z | Compiling miniz_oxide v0.8.0 |
1865 | 2025-02-21T12:53:01.787Z | Compiling hyper v1.5.2 |
1866 | 2025-02-21T12:53:04.098Z | Compiling curve25519-dalek v4.1.3 |
1867 | 2025-02-21T12:53:04.523Z | Compiling openapiv3 v2.0.0 |
1868 | 2025-02-21T12:53:04.651Z | Compiling enum-as-inner v0.6.1 |
1869 | 2025-02-21T12:53:07.488Z | Compiling hyper-util v0.1.10 |
1870 | 2025-02-21T12:53:08.422Z | Compiling memoffset v0.9.1 |
1871 | 2025-02-21T12:53:08.686Z | Compiling dropshot v0.12.0 |
1872 | 2025-02-21T12:53:08.757Z | Compiling num-bigint-dig v0.8.4 |
1873 | 2025-02-21T12:53:09.081Z | Compiling newtype-uuid v1.2.1 |
1874 | 2025-02-21T12:53:09.227Z | Compiling portable-atomic v1.9.0 |
1875 | 2025-02-21T12:53:09.404Z | Compiling match_cfg v0.1.0 |
1876 | 2025-02-21T12:53:09.515Z | Compiling foreign-types-shared v0.1.1 |
1877 | 2025-02-21T12:53:09.672Z | Compiling smoltcp v0.9.1 |
1878 | 2025-02-21T12:53:09.790Z | Compiling foreign-types v0.3.2 |
1879 | 2025-02-21T12:53:10.015Z | Compiling hostname v0.3.1 |
1880 | 2025-02-21T12:53:12.293Z | Compiling url v2.5.3 |
1881 | 2025-02-21T12:53:14.107Z | Compiling http-body-util v0.1.2 |
1882 | 2025-02-21T12:53:14.418Z | Compiling dirs-sys-next v0.1.2 |
1883 | 2025-02-21T12:53:14.598Z | Compiling encoding_rs v0.8.34 |
1884 | 2025-02-21T12:53:14.640Z | Compiling mime v0.3.17 |
1885 | 2025-02-21T12:53:14.839Z | Compiling heck v0.4.1 |
1886 | 2025-02-21T12:53:15.189Z | Compiling ident_case v1.0.1 |
1887 | 2025-02-21T12:53:15.390Z | Compiling cfg_aliases v0.2.1 |
1888 | 2025-02-21T12:53:15.525Z | Compiling gimli v0.31.1 |
1889 | 2025-02-21T12:53:15.664Z | Compiling siphasher v0.3.11 |
1890 | 2025-02-21T12:53:16.016Z | Compiling data-encoding v2.6.0 |
1891 | 2025-02-21T12:53:17.440Z | Compiling nix v0.29.0 |
1892 | 2025-02-21T12:53:17.778Z | Compiling darling_core v0.20.10 |
1893 | 2025-02-21T12:53:18.060Z | Compiling dirs-next v2.0.0 |
1894 | 2025-02-21T12:53:22.197Z | Compiling addr2line v0.24.2 |
1895 | 2025-02-21T12:53:23.875Z | Compiling unicode-normalization v0.1.24 |
1896 | 2025-02-21T12:53:24.933Z | Compiling serde_urlencoded v0.7.1 |
1897 | 2025-02-21T12:53:25.530Z | Compiling crossbeam-epoch v0.9.18 |
1898 | 2025-02-21T12:53:25.662Z | Compiling rustls-pemfile v2.2.0 |
1899 | 2025-02-21T12:53:26.040Z | Compiling hubpack_derive v0.1.1 |
1900 | 2025-02-21T12:53:26.139Z | Compiling dropshot_endpoint v0.12.0 |
1901 | 2025-02-21T12:53:26.235Z | Compiling sha1 v0.10.6 |
1902 | 2025-02-21T12:53:26.397Z | Compiling signature v2.2.0 |
1903 | 2025-02-21T12:53:26.616Z | Compiling curve25519-dalek-derive v0.1.1 |
1904 | 2025-02-21T12:53:26.639Z | Compiling zerocopy-derive v0.6.6 |
1905 | 2025-02-21T12:53:26.938Z | Compiling object v0.36.5 |
1906 | 2025-02-21T12:53:28.335Z | Compiling thread_local v1.1.8 |
1907 | 2025-02-21T12:53:28.771Z | Compiling fs-err v2.11.0 |
1908 | 2025-02-21T12:53:32.415Z | Compiling anstyle v1.0.10 |
1909 | 2025-02-21T12:53:32.953Z | Compiling winnow v0.6.20 |
1910 | 2025-02-21T12:53:33.374Z | Compiling rustc-demangle v0.1.24 |
1911 | 2025-02-21T12:53:34.459Z | Compiling utf8parse v0.2.2 |
1912 | 2025-02-21T12:53:35.107Z | Compiling openssl-probe v0.1.5 |
1913 | 2025-02-21T12:53:35.619Z | Compiling ipnet v2.10.1 |
1914 | 2025-02-21T12:53:35.810Z | Compiling unicode-properties v0.1.3 |
1915 | 2025-02-21T12:53:36.229Z | Compiling unicode-bidi v0.3.17 |
1916 | 2025-02-21T12:53:36.676Z | Compiling toml_edit v0.22.22 |
1917 | 2025-02-21T12:53:37.374Z | Compiling stringprep v0.1.5 |
1918 | 2025-02-21T12:53:38.713Z | Compiling rustls-webpki v0.102.8 |
1919 | 2025-02-21T12:53:39.409Z | Compiling anstyle-parse v0.2.5 |
1920 | 2025-02-21T12:53:41.745Z | Compiling backtrace v0.3.74 |
1921 | 2025-02-21T12:53:47.296Z | Compiling crossbeam-deque v0.8.5 |
1922 | 2025-02-21T12:53:47.666Z | Compiling darling_macro v0.20.10 |
1923 | 2025-02-21T12:53:48.558Z | Compiling term v0.7.0 |
1924 | 2025-02-21T12:53:49.641Z | Compiling slog-json v2.6.1 |
1925 | 2025-02-21T12:53:51.237Z | Compiling crossbeam-channel v0.5.13 |
1926 | 2025-02-21T12:53:51.523Z | Compiling hashbrown v0.14.5 |
1927 | 2025-02-21T12:53:52.198Z | Compiling futures-executor v0.3.31 |
1928 | 2025-02-21T12:53:52.624Z | Compiling num-integer v0.1.46 |
1929 | 2025-02-21T12:53:52.627Z | Compiling md-5 v0.10.6 |
1930 | 2025-02-21T12:53:52.753Z | Compiling ff v0.13.0 |
1931 | 2025-02-21T12:53:52.909Z | Compiling hash32 v0.2.1 |
1932 | 2025-02-21T12:53:52.942Z | Compiling is-terminal v0.4.13 |
1933 | 2025-02-21T12:53:52.995Z | Compiling memmap v0.7.0 |
1934 | 2025-02-21T12:53:53.149Z | Compiling colorchoice v1.0.2 |
1935 | 2025-02-21T12:53:53.267Z | Compiling linked-hash-map v0.5.6 |
1936 | 2025-02-21T12:53:53.270Z | Compiling anstyle-query v1.1.1 |
1937 | 2025-02-21T12:53:53.334Z | Compiling utf-8 v0.7.6 |
1938 | 2025-02-21T12:53:53.434Z | Compiling psl-types v2.0.11 |
1939 | 2025-02-21T12:53:53.636Z | Compiling is_terminal_polyfill v1.70.1 |
1940 | 2025-02-21T12:53:53.639Z | Compiling fallible-iterator v0.2.0 |
1941 | 2025-02-21T12:53:53.672Z | Compiling base16ct v0.2.0 |
1942 | 2025-02-21T12:53:53.976Z | Compiling quick-error v1.2.3 |
1943 | 2025-02-21T12:53:53.998Z | Compiling take_mut v0.2.2 |
1944 | 2025-02-21T12:53:54.063Z | Compiling publicsuffix v2.3.0 |
1945 | 2025-02-21T12:53:54.137Z | Compiling resolv-conf v0.7.0 |
1946 | 2025-02-21T12:53:54.294Z | Compiling postgres-protocol v0.6.7 |
1947 | 2025-02-21T12:53:54.364Z | Compiling sec1 v0.7.3 |
1948 | 2025-02-21T12:53:54.751Z | Compiling anstream v0.6.15 |
1949 | 2025-02-21T12:53:55.050Z | Compiling lru-cache v0.1.2 |
1950 | 2025-02-21T12:53:55.258Z | Compiling tungstenite v0.24.0 |
1951 | 2025-02-21T12:53:55.286Z | Compiling usdt v0.5.0 |
1952 | 2025-02-21T12:53:55.387Z | Compiling num-iter v0.1.45 |
1953 | 2025-02-21T12:53:55.586Z | Compiling slog-term v2.9.1 |
1954 | 2025-02-21T12:53:55.702Z | Compiling group v0.13.0 |
1955 | 2025-02-21T12:53:56.022Z | Compiling regress v0.10.1 |
1956 | 2025-02-21T12:53:56.399Z | Compiling futures v0.3.31 |
1957 | 2025-02-21T12:53:59.126Z | Compiling slog-bunyan v2.5.0 |
1958 | 2025-02-21T12:53:59.345Z | Compiling darling v0.20.10 |
1959 | 2025-02-21T12:53:59.884Z | Compiling tokio-rustls v0.26.0 |
1960 | 2025-02-21T12:54:00.094Z | Compiling tokio-rustls v0.25.0 |
1961 | 2025-02-21T12:54:00.325Z | Compiling toml v0.8.19 |
1962 | 2025-02-21T12:54:00.499Z | Compiling tokio-native-tls v0.3.1 |
1963 | 2025-02-21T12:54:00.831Z | Compiling hickory-proto v0.24.3 |
1964 | 2025-02-21T12:54:00.886Z | Compiling phf_shared v0.11.2 |
1965 | 2025-02-21T12:54:01.251Z | Compiling strum_macros v0.25.3 |
1966 | 2025-02-21T12:54:01.996Z | Compiling async-stream v0.3.6 |
1967 | 2025-02-21T12:54:02.018Z | Compiling waitgroup v0.1.2 |
1968 | 2025-02-21T12:54:02.165Z | Compiling webpki-roots v0.26.6 |
1969 | 2025-02-21T12:54:02.466Z | Compiling hkdf v0.12.4 |
1970 | 2025-02-21T12:54:02.488Z | Compiling terminal_size v0.4.0 |
1971 | 2025-02-21T12:54:02.613Z | Compiling serde_path_to_error v0.1.16 |
1972 | 2025-02-21T12:54:02.718Z | Compiling sync_wrapper v1.0.1 |
1973 | 2025-02-21T12:54:03.075Z | Compiling crypto-bigint v0.5.5 |
1974 | 2025-02-21T12:54:03.313Z | Compiling serde_repr v0.1.19 |
1975 | 2025-02-21T12:54:03.335Z | Compiling derive-where v1.2.7 |
1976 | 2025-02-21T12:54:04.391Z | Compiling clap_derive v4.5.28 |
1977 | 2025-02-21T12:54:04.505Z | Compiling hostname v0.4.0 |
1978 | 2025-02-21T12:54:04.721Z | Compiling crc32fast v1.4.2 |
1979 | 2025-02-21T12:54:05.256Z | Compiling bitflags v1.3.2 |
1980 | 2025-02-21T12:54:05.591Z | Compiling managed v0.8.0 |
1981 | 2025-02-21T12:54:06.116Z | Compiling tower-layer v0.3.3 |
1982 | 2025-02-21T12:54:06.218Z | Compiling clap_lex v0.7.4 |
1983 | 2025-02-21T12:54:06.650Z | Compiling unicode-width v0.2.0 |
1984 | 2025-02-21T12:54:07.083Z | Compiling debug-ignore v1.0.5 |
1985 | 2025-02-21T12:54:07.544Z | Compiling tower v0.5.2 |
1986 | 2025-02-21T12:54:07.750Z | Compiling console v0.15.10 |
1987 | 2025-02-21T12:54:09.037Z | Compiling clap_builder v4.5.30 |
1988 | 2025-02-21T12:54:09.615Z | Compiling hickory-resolver v0.24.3 |
1989 | 2025-02-21T12:54:10.078Z | Compiling elliptic-curve v0.13.8 |
1990 | 2025-02-21T12:54:10.779Z | Compiling flate2 v1.0.35 |
1991 | 2025-02-21T12:54:12.399Z | Compiling hyper-rustls v0.27.3 |
1992 | 2025-02-21T12:54:14.699Z | Compiling phf v0.11.2 |
1993 | 2025-02-21T12:54:14.998Z | Compiling hyper-tls v0.6.0 |
1994 | 2025-02-21T12:54:15.376Z | Compiling typify-impl v0.2.0 |
1995 | 2025-02-21T12:54:15.498Z | Compiling signal-hook-mio v0.2.4 |
1996 | 2025-02-21T12:54:15.621Z | Compiling bzip2 v0.4.4 |
1997 | 2025-02-21T12:54:15.647Z | Compiling rayon v1.10.0 |
1998 | 2025-02-21T12:54:15.680Z | Compiling cookie_store v0.21.1 |
1999 | 2025-02-21T12:54:17.293Z | Compiling tokio-tungstenite v0.24.0 |
2000 | 2025-02-21T12:54:19.417Z | Compiling postgres-types v0.2.8 |
2001 | 2025-02-21T12:54:19.932Z | Compiling zerocopy v0.6.6 |
2002 | 2025-02-21T12:54:20.008Z | Compiling hubpack v0.1.2 |
2003 | 2025-02-21T12:54:20.430Z | Compiling ed25519 v2.2.3 |
2004 | 2025-02-21T12:54:20.611Z | Compiling phf_shared v0.10.0 |
2005 | 2025-02-21T12:54:20.665Z | Compiling pkcs1 v0.7.5 |
2006 | 2025-02-21T12:54:20.878Z | Compiling tokio-stream v0.1.16 |
2007 | 2025-02-21T12:54:20.929Z | Compiling ipnetwork v0.21.1 |
2008 | 2025-02-21T12:54:21.538Z | Compiling rfc6979 v0.4.0 |
2009 | 2025-02-21T12:54:21.741Z | Compiling serde-big-array v0.5.1 |
2010 | 2025-02-21T12:54:21.813Z | Compiling float-cmp v0.10.0 |
2011 | 2025-02-21T12:54:21.851Z | Compiling bstr v1.10.0 |
2012 | 2025-02-21T12:54:22.096Z | Compiling predicates-core v1.0.8 |
2013 | 2025-02-21T12:54:22.721Z | Compiling static_assertions v1.1.0 |
2014 | 2025-02-21T12:54:22.841Z | Compiling number_prefix v0.4.0 |
2015 | 2025-02-21T12:54:23.072Z | Compiling new_debug_unreachable v1.0.6 |
2016 | 2025-02-21T12:54:23.092Z | Compiling difflib v0.4.0 |
2017 | 2025-02-21T12:54:23.190Z | Compiling normalize-line-endings v0.3.0 |
2018 | 2025-02-21T12:54:23.319Z | Compiling unicode-segmentation v1.12.0 |
2019 | 2025-02-21T12:54:23.341Z | Compiling fixedbitset v0.4.2 |
2020 | 2025-02-21T12:54:23.735Z | Compiling precomputed-hash v0.1.1 |
2021 | 2025-02-21T12:54:23.945Z | Compiling bit-vec v0.6.3 |
2022 | 2025-02-21T12:54:24.119Z | Compiling whoami v1.5.2 |
2023 | 2025-02-21T12:54:24.172Z | Compiling similar v2.6.0 |
2024 | 2025-02-21T12:54:24.360Z | Compiling bit-set v0.5.3 |
2025 | 2025-02-21T12:54:24.595Z | Compiling tokio-postgres v0.7.12 |
2026 | 2025-02-21T12:54:24.634Z | Compiling string_cache v0.8.7 |
2027 | 2025-02-21T12:54:24.655Z | Compiling petgraph v0.6.5 |
2028 | 2025-02-21T12:54:25.031Z | Compiling predicates v3.1.3 |
2029 | 2025-02-21T12:54:25.225Z | Compiling typify-macro v0.2.0 |
2030 | 2025-02-21T12:54:26.313Z | Compiling indicatif v0.17.11 |
2031 | 2025-02-21T12:54:26.616Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2032 | 2025-02-21T12:54:27.736Z | Compiling reqwest v0.12.12 |
2033 | 2025-02-21T12:54:28.455Z | Compiling qorb v0.2.1 |
2034 | 2025-02-21T12:54:28.531Z | Compiling ecdsa v0.16.9 |
2035 | 2025-02-21T12:54:29.779Z | Compiling rsa v0.9.6 |
2036 | 2025-02-21T12:54:29.806Z | Compiling ed25519-dalek v2.1.1 |
2037 | 2025-02-21T12:54:32.552Z | Compiling zip v0.6.6 |
2038 | 2025-02-21T12:54:32.773Z | Compiling crossterm v0.28.1 |
2039 | 2025-02-21T12:54:33.523Z | Compiling clap v4.5.30 |
2040 | 2025-02-21T12:54:34.236Z | Compiling toml v0.7.8 |
2041 | 2025-02-21T12:54:35.244Z | Compiling x509-cert v0.2.5 |
2042 | 2025-02-21T12:54:35.812Z | Compiling hex v0.4.3 |
2043 | 2025-02-21T12:54:37.335Z | Compiling unicode-xid v0.2.6 |
2044 | 2025-02-21T12:54:37.446Z | Compiling peg-runtime v0.8.3 |
2045 | 2025-02-21T12:54:37.955Z | Compiling zerocopy v0.8.10 |
2046 | 2025-02-21T12:54:37.974Z | Compiling lalrpop-util v0.19.12 |
2047 | 2025-02-21T12:54:40.939Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2048 | 2025-02-21T12:54:44.315Z | Compiling proc-macro-crate v1.3.1 |
2049 | 2025-02-21T12:54:44.544Z | Compiling macaddr v1.0.1 |
2050 | 2025-02-21T12:54:45.181Z | Compiling zerocopy-derive v0.8.10 |
2051 | 2025-02-21T12:54:45.331Z | Compiling itertools v0.13.0 |
2052 | 2025-02-21T12:54:46.470Z | Compiling heapless v0.8.0 |
2053 | 2025-02-21T12:54:48.260Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2054 | 2025-02-21T12:54:54.077Z | Compiling num_enum_derive v0.5.11 |
2055 | 2025-02-21T12:54:59.331Z | Compiling hash32 v0.3.1 |
2056 | 2025-02-21T12:55:01.374Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2025-02-21T12:55:01.923Z | Compiling smoltcp v0.11.0 |
2058 | 2025-02-21T12:55:07.898Z | Compiling num_enum v0.5.11 |
2059 | 2025-02-21T12:55:08.970Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2060 | 2025-02-21T12:55:08.973Z | Compiling typify v0.2.0 |
2061 | 2025-02-21T12:55:08.973Z | Compiling oxnet v0.1.0 |
2062 | 2025-02-21T12:55:09.822Z | Compiling proc-macro-error-attr v1.0.4 |
2063 | 2025-02-21T12:55:10.174Z | Compiling thiserror v2.0.11 |
2064 | 2025-02-21T12:55:10.234Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2065 | 2025-02-21T12:55:10.940Z | Compiling cobs v0.2.3 |
2066 | 2025-02-21T12:55:11.478Z | Compiling unsafe-libyaml v0.2.11 |
2067 | 2025-02-21T12:55:12.425Z | Compiling postcard v1.0.10 |
2068 | 2025-02-21T12:55:13.115Z | Compiling serde_yaml v0.9.34+deprecated |
2069 | 2025-02-21T12:55:24.765Z | Compiling progenitor-impl v0.8.0 |
2070 | 2025-02-21T12:55:27.119Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2071 | 2025-02-21T12:55:38.538Z | Compiling strum_macros v0.26.4 |
2072 | 2025-02-21T12:55:39.354Z | Compiling thiserror-impl v2.0.11 |
2073 | 2025-02-21T12:55:39.376Z | Compiling foreign-types-macros v0.2.3 |
2074 | 2025-02-21T12:55:39.514Z | Compiling structmeta-derive v0.3.0 |
2075 | 2025-02-21T12:55:39.823Z | Compiling proc-macro-error v1.0.4 |
2076 | 2025-02-21T12:55:40.056Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2077 | 2025-02-21T12:55:40.566Z | Compiling unicode-width v0.1.14 |
2078 | 2025-02-21T12:55:42.205Z | Compiling foreign-types-shared v0.3.1 |
2079 | 2025-02-21T12:55:42.363Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2080 | 2025-02-21T12:55:42.632Z | Compiling strum v0.26.3 |
2081 | 2025-02-21T12:55:42.932Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2082 | 2025-02-21T12:55:43.055Z | Compiling foreign-types v0.5.0 |
2083 | 2025-02-21T12:55:45.417Z | Compiling structmeta v0.3.0 |
2084 | 2025-02-21T12:55:45.969Z | Compiling tabwriter v1.4.0 |
2085 | 2025-02-21T12:55:52.536Z | Compiling progenitor-macro v0.8.0 |
2086 | 2025-02-21T12:55:56.228Z | Compiling progenitor-client v0.8.0 |
2087 | 2025-02-21T12:55:57.130Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2088 | 2025-02-21T12:55:57.972Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2089 | 2025-02-21T12:55:58.349Z | Compiling daft-derive v0.1.1 |
2090 | 2025-02-21T12:55:58.843Z | Compiling cstr-argument v0.1.2 |
2091 | 2025-02-21T12:55:59.140Z | Compiling dropshot v0.15.1 |
2092 | 2025-02-21T12:55:59.495Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2093 | 2025-02-21T12:55:59.832Z | Compiling crucible-workspace-hack v0.1.0 |
2094 | 2025-02-21T12:56:00.168Z | Compiling fastrand v2.1.1 |
2095 | 2025-02-21T12:56:00.241Z | Compiling pretty-hex v0.2.1 |
2096 | 2025-02-21T12:56:00.959Z | Compiling tempfile v3.13.0 |
2097 | 2025-02-21T12:56:01.086Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2098 | 2025-02-21T12:56:01.576Z | Compiling daft v0.1.1 |
2099 | 2025-02-21T12:56:01.770Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2100 | 2025-02-21T12:56:02.335Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2101 | 2025-02-21T12:56:02.602Z | Compiling parse-display-derive v0.10.0 |
2102 | 2025-02-21T12:56:02.675Z | Compiling colored v2.1.0 |
2103 | 2025-02-21T12:56:02.800Z | Compiling progenitor v0.8.0 |
2104 | 2025-02-21T12:56:03.039Z | Compiling serde_with_macros v3.11.0 |
2105 | 2025-02-21T12:56:03.141Z | Compiling dropshot_endpoint v0.15.1 |
2106 | 2025-02-21T12:56:03.895Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2107 | 2025-02-21T12:56:04.652Z | Compiling instant v0.1.13 |
2108 | 2025-02-21T12:56:04.845Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2109 | 2025-02-21T12:56:05.294Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2110 | 2025-02-21T12:56:05.364Z | Compiling serde_with v3.11.0 |
2111 | 2025-02-21T12:56:06.033Z | Compiling parse-display v0.10.0 |
2112 | 2025-02-21T12:56:07.582Z | Compiling backoff v0.4.0 |
2113 | 2025-02-21T12:56:07.985Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2114 | 2025-02-21T12:56:08.041Z | Compiling zone_cfg_derive v0.3.0 |
2115 | 2025-02-21T12:56:08.338Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2116 | 2025-02-21T12:56:08.660Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2117 | 2025-02-21T12:56:09.372Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2118 | 2025-02-21T12:56:09.496Z | Compiling camino-tempfile v1.1.1 |
2119 | 2025-02-21T12:56:09.552Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2120 | 2025-02-21T12:56:09.977Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2121 | 2025-02-21T12:56:10.125Z | Compiling regress v0.9.1 |
2122 | 2025-02-21T12:56:10.186Z | Compiling progenitor-client v0.9.1 |
2123 | 2025-02-21T12:56:10.282Z | Compiling num-derive v0.4.2 |
2124 | 2025-02-21T12:56:11.149Z | Compiling sigpipe v0.1.3 |
2125 | 2025-02-21T12:56:11.306Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2126 | 2025-02-21T12:56:11.649Z | Compiling libefi-sys v0.1.0 |
2127 | 2025-02-21T12:56:12.063Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2128 | 2025-02-21T12:56:12.483Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2129 | 2025-02-21T12:56:14.037Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2130 | 2025-02-21T12:56:15.275Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2131 | 2025-02-21T12:56:17.567Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2132 | 2025-02-21T12:56:17.965Z | Compiling zone v0.3.0 |
2133 | 2025-02-21T12:56:18.715Z | Compiling smf v0.2.3 |
2134 | 2025-02-21T12:56:18.988Z | Compiling bitfield-struct v0.6.2 |
2135 | 2025-02-21T12:56:20.380Z | Compiling blake3 v1.5.4 |
2136 | 2025-02-21T12:56:21.039Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2137 | 2025-02-21T12:56:21.380Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2138 | 2025-02-21T12:56:21.698Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2139 | 2025-02-21T12:56:26.526Z | Compiling xattr v1.3.1 |
2140 | 2025-02-21T12:56:26.576Z | Compiling filetime v0.2.25 |
2141 | 2025-02-21T12:56:26.576Z | Compiling memmap2 v0.9.5 |
2142 | 2025-02-21T12:56:26.576Z | Compiling arrayvec v0.7.6 |
2143 | 2025-02-21T12:56:26.576Z | Compiling arrayref v0.3.9 |
2144 | 2025-02-21T12:56:26.576Z | Compiling same-file v1.0.6 |
2145 | 2025-02-21T12:56:26.576Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2146 | 2025-02-21T12:56:26.576Z | Compiling constant_time_eq v0.3.1 |
2147 | 2025-02-21T12:56:26.576Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2148 | 2025-02-21T12:56:26.576Z | Compiling walkdir v2.5.0 |
2149 | 2025-02-21T12:56:26.576Z | Compiling tar v0.4.42 |
2150 | 2025-02-21T12:56:26.609Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2151 | 2025-02-21T12:56:26.609Z | Compiling gethostname v0.5.0 |
2152 | 2025-02-21T12:56:26.609Z | Compiling cargo-platform v0.1.8 |
2153 | 2025-02-21T12:56:26.609Z | Compiling topological-sort v0.2.2 |
2154 | 2025-02-21T12:56:26.609Z | Compiling cargo_metadata v0.18.1 |
2155 | 2025-02-21T12:56:26.609Z | Compiling omicron-zone-package v0.12.0 |
2156 | 2025-02-21T12:56:26.609Z | Compiling indent_write v2.2.0 |
2157 | 2025-02-21T12:56:26.609Z | Compiling shell-words v1.1.0 |
2158 | 2025-02-21T12:56:34.777Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2159 | 2025-02-21T12:56:37.143Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2160 | 2025-02-21T12:56:40.875Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2161 | 2025-02-21T12:56:55.317Z | Finished `release` profile [optimized] target(s) in 5m 12s |
2162 | 2025-02-21T12:56:55.484Z | Running `target/release/omicron-package -t test target create -p dev` |
2163 | 2025-02-21T12:56:55.534Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2164 | 2025-02-21T12:56:55.537Z | Created new build target 'test' and set it as active |
2165 | 2025-02-21T12:56:55.537Z | |
2166 | 2025-02-21T12:56:55.537Z | real 5:12.502339736 |
2167 | 2025-02-21T12:56:55.537Z | user 36:19.889823079 |
2168 | 2025-02-21T12:56:55.537Z | sys 3:25.767927005 |
2169 | 2025-02-21T12:56:55.537Z | trap 1.146213771 |
2170 | 2025-02-21T12:56:55.537Z | tflt 1.618692432 |
2171 | 2025-02-21T12:56:55.537Z | dflt 0.875855731 |
2172 | 2025-02-21T12:56:55.537Z | kflt 0.000225405 |
2173 | 2025-02-21T12:56:55.537Z | lock 1:11:47.859730216 |
2174 | 2025-02-21T12:56:55.537Z | slp 2:25:55.910597830 |
2175 | 2025-02-21T12:56:55.537Z | lat 2:41.399959332 |
2176 | 2025-02-21T12:56:55.537Z | stop 4:44.641144993 |
2177 | 2025-02-21T12:56:55.540Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2178 | 2025-02-21T12:56:56.541Z | Finished `release` profile [optimized] target(s) in 0.95s |
2179 | 2025-02-21T12:56:56.601Z | Running `target/release/omicron-package -t test package` |
2180 | 2025-02-21T12:56:56.649Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2181 | 2025-02-21T12:56:57.846Z | Compiling thiserror v2.0.11 |
2182 | 2025-02-21T12:56:57.981Z | Compiling typify-impl v0.3.0 |
2183 | 2025-02-21T12:56:57.984Z | Compiling convert_case v0.4.0 |
2184 | 2025-02-21T12:56:57.998Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2185 | 2025-02-21T12:56:58.000Z | Compiling newline-converter v0.3.0 |
2186 | 2025-02-21T12:56:58.003Z | Compiling password-hash v0.5.0 |
2187 | 2025-02-21T12:56:58.003Z | Compiling blake2 v0.10.6 |
2188 | 2025-02-21T12:56:58.003Z | Compiling base64 v0.21.7 |
2189 | 2025-02-21T12:56:58.223Z | Compiling expectorate v1.1.0 |
2190 | 2025-02-21T12:56:58.299Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2191 | 2025-02-21T12:56:58.531Z | Compiling atomicwrites v0.4.4 |
2192 | 2025-02-21T12:56:58.693Z | Compiling derive_more v0.99.19 |
2193 | 2025-02-21T12:56:59.070Z | Compiling argon2 v0.5.3 |
2194 | 2025-02-21T12:56:59.136Z | Compiling cancel-safe-futures v0.1.5 |
2195 | 2025-02-21T12:56:59.179Z | Compiling owo-colors v4.1.0 |
2196 | 2025-02-21T12:56:59.513Z | Compiling num-rational v0.4.2 |
2197 | 2025-02-21T12:56:59.573Z | Compiling progenitor-client v0.9.1 |
2198 | 2025-02-21T12:56:59.672Z | Compiling num-complex v0.4.6 |
2199 | 2025-02-21T12:57:00.093Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2200 | 2025-02-21T12:57:00.740Z | Compiling num v0.4.3 |
2201 | 2025-02-21T12:57:00.885Z | Compiling libsw v3.3.1 |
2202 | 2025-02-21T12:57:01.252Z | Compiling float-ord v0.3.2 |
2203 | 2025-02-21T12:57:01.369Z | Compiling linear-map v1.2.0 |
2204 | 2025-02-21T12:57:01.414Z | Compiling swrite v0.1.0 |
2205 | 2025-02-21T12:57:01.465Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2206 | 2025-02-21T12:57:01.561Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2207 | 2025-02-21T12:57:01.751Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2208 | 2025-02-21T12:57:01.967Z | Compiling highway v1.2.0 |
2209 | 2025-02-21T12:57:02.708Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2210 | 2025-02-21T12:57:03.358Z | Compiling semver v0.1.20 |
2211 | 2025-02-21T12:57:03.906Z | Compiling rustc_version v0.1.7 |
2212 | 2025-02-21T12:57:04.297Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2213 | 2025-02-21T12:57:04.315Z | Compiling newtype_derive v0.1.6 |
2214 | 2025-02-21T12:57:04.682Z | Compiling tungstenite v0.21.0 |
2215 | 2025-02-21T12:57:08.516Z | Compiling typify-macro v0.3.0 |
2216 | 2025-02-21T12:57:09.642Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2217 | 2025-02-21T12:57:09.679Z | Compiling ipnetwork v0.21.1 |
2218 | 2025-02-21T12:57:09.984Z | Compiling tokio-tungstenite v0.21.0 |
2219 | 2025-02-21T12:57:10.430Z | Compiling oxnet v0.1.0 |
2220 | 2025-02-21T12:57:10.724Z | Compiling progenitor-client v0.8.0 |
2221 | 2025-02-21T12:57:11.002Z | Compiling humantime v2.1.0 |
2222 | 2025-02-21T12:57:11.045Z | Compiling daft v0.1.1 |
2223 | 2025-02-21T12:57:11.217Z | Compiling progenitor v0.8.0 |
2224 | 2025-02-21T12:57:11.541Z | Compiling dropshot v0.15.1 |
2225 | 2025-02-21T12:57:11.583Z | Compiling instant v0.1.13 |
2226 | 2025-02-21T12:57:11.763Z | Compiling backoff v0.4.0 |
2227 | 2025-02-21T12:57:11.798Z | Compiling typify v0.3.0 |
2228 | 2025-02-21T12:57:11.968Z | Compiling progenitor-impl v0.9.1 |
2229 | 2025-02-21T12:57:12.107Z | Compiling steno v0.4.1 |
2230 | 2025-02-21T12:57:17.753Z | Compiling progenitor-macro v0.9.1 |
2231 | 2025-02-21T12:57:19.595Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2232 | 2025-02-21T12:57:19.815Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2233 | 2025-02-21T12:57:20.084Z | Compiling parse-display v0.10.0 |
2234 | 2025-02-21T12:57:20.602Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2235 | 2025-02-21T12:57:20.814Z | Compiling serde_with v3.11.0 |
2236 | 2025-02-21T12:57:24.232Z | Compiling strum v0.26.3 |
2237 | 2025-02-21T12:57:24.450Z | Compiling regress v0.9.1 |
2238 | 2025-02-21T12:57:24.453Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2239 | 2025-02-21T12:57:26.037Z | Compiling macaddr v1.0.1 |
2240 | 2025-02-21T12:57:26.593Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2241 | 2025-02-21T12:57:26.775Z | Compiling slog-dtrace v0.3.0 |
2242 | 2025-02-21T12:57:27.178Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2243 | 2025-02-21T12:57:27.199Z | Compiling prettyplease v0.2.29 |
2244 | 2025-02-21T12:57:28.112Z | Compiling progenitor v0.9.1 |
2245 | 2025-02-21T12:57:28.359Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2246 | 2025-02-21T12:57:29.096Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2247 | 2025-02-21T12:57:29.215Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2248 | 2025-02-21T12:57:32.499Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2249 | 2025-02-21T12:57:32.830Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2250 | 2025-02-21T12:57:41.822Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2251 | 2025-02-21T12:57:44.533Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2252 | 2025-02-21T12:57:45.556Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2253 | 2025-02-21T12:57:46.205Z | Compiling half v2.4.1 |
2254 | 2025-02-21T12:57:46.388Z | Compiling ciborium-io v0.2.2 |
2255 | 2025-02-21T12:57:46.554Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2256 | 2025-02-21T12:57:46.908Z | Compiling ciborium-ll v0.2.2 |
2257 | 2025-02-21T12:57:47.444Z | Compiling ciborium v0.2.2 |
2258 | 2025-02-21T12:57:49.502Z | Compiling display-error-chain v0.2.2 |
2259 | 2025-02-21T12:57:49.720Z | Compiling fastrand v2.1.1 |
2260 | 2025-02-21T12:57:49.741Z | Compiling same-file v1.0.6 |
2261 | 2025-02-21T12:57:50.001Z | Compiling walkdir v2.5.0 |
2262 | 2025-02-21T12:57:50.209Z | Compiling tempfile v3.13.0 |
2263 | 2025-02-21T12:57:50.317Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2264 | 2025-02-21T12:57:50.581Z | Compiling blake3 v1.5.4 |
2265 | 2025-02-21T12:57:50.914Z | Compiling const_format_proc_macros v0.2.34 |
2266 | 2025-02-21T12:57:51.231Z | Compiling xattr v1.3.1 |
2267 | 2025-02-21T12:57:51.523Z | Compiling filetime v0.2.25 |
2268 | 2025-02-21T12:57:51.850Z | Compiling memmap2 v0.9.5 |
2269 | 2025-02-21T12:57:52.254Z | Compiling constant_time_eq v0.3.1 |
2270 | 2025-02-21T12:57:52.342Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2271 | 2025-02-21T12:57:52.433Z | Compiling maplit v1.0.2 |
2272 | 2025-02-21T12:57:52.467Z | Compiling arrayvec v0.7.6 |
2273 | 2025-02-21T12:57:52.580Z | Compiling keccak v0.1.5 |
2274 | 2025-02-21T12:57:52.645Z | Compiling arrayref v0.3.9 |
2275 | 2025-02-21T12:57:52.773Z | Compiling crunchy v0.2.2 |
2276 | 2025-02-21T12:57:53.272Z | Compiling sha3 v0.10.8 |
2277 | 2025-02-21T12:57:53.653Z | Compiling const_format v0.2.34 |
2278 | 2025-02-21T12:57:53.840Z | Compiling tar v0.4.42 |
2279 | 2025-02-21T12:57:54.156Z | Compiling camino-tempfile v1.1.1 |
2280 | 2025-02-21T12:57:54.605Z | Compiling toolchain_find v0.4.0 |
2281 | 2025-02-21T12:57:54.921Z | Compiling topological-sort v0.2.2 |
2282 | 2025-02-21T12:57:55.134Z | Compiling tiny-keccak v2.0.2 |
2283 | 2025-02-21T12:57:55.178Z | Compiling radium v0.7.0 |
2284 | 2025-02-21T12:57:55.511Z | Compiling omicron-zone-package v0.12.0 |
2285 | 2025-02-21T12:57:55.565Z | Compiling rustfmt-wrapper v0.2.1 |
2286 | 2025-02-21T12:57:56.088Z | Compiling dsl_auto_type v0.1.2 |
2287 | 2025-02-21T12:57:56.139Z | Compiling scheduled-thread-pool v0.2.7 |
2288 | 2025-02-21T12:57:57.226Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2289 | 2025-02-21T12:57:57.306Z | Compiling diesel_table_macro_syntax v0.2.0 |
2290 | 2025-02-21T12:57:57.535Z | Compiling tap v1.0.1 |
2291 | 2025-02-21T12:57:57.661Z | Compiling maybe-uninit v2.0.0 |
2292 | 2025-02-21T12:57:57.686Z | Compiling diesel_derives v2.2.3 |
2293 | 2025-02-21T12:57:57.749Z | Compiling wyz v0.5.1 |
2294 | 2025-02-21T12:57:58.204Z | Compiling r2d2 v0.8.10 |
2295 | 2025-02-21T12:57:58.692Z | Compiling phf_generator v0.11.2 |
2296 | 2025-02-21T12:57:58.905Z | Compiling ascii-canvas v3.0.0 |
2297 | 2025-02-21T12:57:59.186Z | Compiling secrecy v0.8.0 |
2298 | 2025-02-21T12:57:59.365Z | Compiling async-recursion v1.1.1 |
2299 | 2025-02-21T12:57:59.442Z | Compiling ena v0.14.3 |
2300 | 2025-02-21T12:57:59.875Z | Compiling diff v0.1.13 |
2301 | 2025-02-21T12:58:00.283Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2302 | 2025-02-21T12:58:00.359Z | Compiling arc-swap v1.7.1 |
2303 | 2025-02-21T12:58:00.671Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2304 | 2025-02-21T12:58:01.019Z | Compiling crc-catalog v2.4.0 |
2305 | 2025-02-21T12:58:01.038Z | Compiling regex-syntax v0.6.29 |
2306 | 2025-02-21T12:58:01.206Z | Compiling packed_struct v0.10.1 |
2307 | 2025-02-21T12:58:01.316Z | Compiling funty v2.0.0 |
2308 | 2025-02-21T12:58:01.684Z | Compiling crc v3.2.1 |
2309 | 2025-02-21T12:58:03.805Z | Compiling bitvec v1.0.1 |
2310 | 2025-02-21T12:58:04.177Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2311 | 2025-02-21T12:58:04.468Z | Compiling slog-scope v4.4.0 |
2312 | 2025-02-21T12:58:05.240Z | Compiling lalrpop v0.19.12 |
2313 | 2025-02-21T12:58:06.079Z | Compiling phf_codegen v0.11.2 |
2314 | 2025-02-21T12:58:06.460Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2315 | 2025-02-21T12:58:07.595Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2316 | 2025-02-21T12:58:07.851Z | Compiling universal-hash v0.5.1 |
2317 | 2025-02-21T12:58:08.133Z | Compiling thiserror-impl-no-std v2.0.2 |
2318 | 2025-02-21T12:58:08.155Z | Compiling diesel v2.2.7 |
2319 | 2025-02-21T12:58:08.205Z | Compiling packed_struct_codegen v0.10.1 |
2320 | 2025-02-21T12:58:10.446Z | Compiling parse-zoneinfo v0.3.1 |
2321 | 2025-02-21T12:58:10.597Z | Compiling unicase v2.7.0 |
2322 | 2025-02-21T12:58:10.968Z | Compiling indexmap v1.9.3 |
2323 | 2025-02-21T12:58:11.320Z | Compiling opaque-debug v0.3.1 |
2324 | 2025-02-21T12:58:11.356Z | Compiling ref-cast v1.0.23 |
2325 | 2025-02-21T12:58:11.496Z | Compiling nodrop v0.1.14 |
2326 | 2025-02-21T12:58:11.663Z | Compiling array-init v0.0.4 |
2327 | 2025-02-21T12:58:11.709Z | Compiling poly1305 v0.8.0 |
2328 | 2025-02-21T12:58:12.777Z | Compiling chrono-tz-build v0.4.0 |
2329 | 2025-02-21T12:58:13.723Z | Compiling thiserror-no-std v2.0.2 |
2330 | 2025-02-21T12:58:13.868Z | Compiling smallvec v0.6.14 |
2331 | 2025-02-21T12:58:14.332Z | Compiling slog-stdlog v4.1.1 |
2332 | 2025-02-21T12:58:15.694Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2333 | 2025-02-21T12:58:16.031Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2334 | 2025-02-21T12:58:16.369Z | Compiling derive_builder_core v0.20.2 |
2335 | 2025-02-21T12:58:17.218Z | Compiling chacha20 v0.9.1 |
2336 | 2025-02-21T12:58:17.692Z | Compiling headers-core v0.3.0 |
2337 | 2025-02-21T12:58:17.893Z | Compiling aead v0.5.2 |
2338 | 2025-02-21T12:58:18.583Z | Compiling libxml v0.3.3 |
2339 | 2025-02-21T12:58:18.602Z | Compiling ref-cast-impl v1.0.23 |
2340 | 2025-02-21T12:58:18.660Z | Compiling vte_generate_state_changes v0.1.2 |
2341 | 2025-02-21T12:58:19.290Z | Compiling termcolor v1.4.1 |
2342 | 2025-02-21T12:58:19.456Z | Compiling bitfield v0.14.0 |
2343 | 2025-02-21T12:58:19.778Z | Compiling hashbrown v0.12.3 |
2344 | 2025-02-21T12:58:20.320Z | Compiling env_logger v0.10.2 |
2345 | 2025-02-21T12:58:22.080Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2346 | 2025-02-21T12:58:23.543Z | Compiling vte v0.11.1 |
2347 | 2025-02-21T12:58:25.154Z | Compiling derive_builder_macro v0.20.2 |
2348 | 2025-02-21T12:58:26.032Z | Compiling chacha20poly1305 v0.10.1 |
2349 | 2025-02-21T12:58:26.304Z | Compiling headers v0.4.0 |
2350 | 2025-02-21T12:58:26.669Z | Compiling polar-core v0.27.3 |
2351 | 2025-02-21T12:58:28.026Z | Compiling slog-envlogger v2.2.0 |
2352 | 2025-02-21T12:58:29.818Z | Compiling serde-hex v0.1.0 |
2353 | 2025-02-21T12:58:30.584Z | Compiling vsss-rs v3.3.4 |
2354 | 2025-02-21T12:58:34.866Z | Compiling chrono-tz v0.10.1 |
2355 | 2025-02-21T12:58:34.870Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2356 | 2025-02-21T12:58:35.548Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2357 | 2025-02-21T12:58:35.911Z | Compiling ron v0.8.1 |
2358 | 2025-02-21T12:58:37.673Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2359 | 2025-02-21T12:58:38.019Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2360 | 2025-02-21T12:58:39.667Z | Compiling hashbrown v0.13.2 |
2361 | 2025-02-21T12:58:40.977Z | Compiling strum_macros v0.24.3 |
2362 | 2025-02-21T12:58:41.491Z | Compiling fxhash v0.2.1 |
2363 | 2025-02-21T12:58:41.751Z | Compiling samael v0.0.17 |
2364 | 2025-02-21T12:58:42.443Z | Compiling lockfree-object-pool v0.1.6 |
2365 | 2025-02-21T12:58:42.758Z | Compiling crc-any v2.5.0 |
2366 | 2025-02-21T12:58:43.387Z | Compiling bytecount v0.6.8 |
2367 | 2025-02-21T12:58:43.739Z | Compiling zip v2.1.3 |
2368 | 2025-02-21T12:58:43.748Z | Compiling bumpalo v3.16.0 |
2369 | 2025-02-21T12:58:43.878Z | Compiling indoc v1.0.9 |
2370 | 2025-02-21T12:58:44.095Z | Compiling simd-adler32 v0.3.7 |
2371 | 2025-02-21T12:58:44.374Z | Compiling papergrid v0.11.0 |
2372 | 2025-02-21T12:58:45.001Z | Compiling zopfli v0.8.1 |
2373 | 2025-02-21T12:58:49.210Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2374 | 2025-02-21T12:58:53.900Z | Compiling object v0.30.4 |
2375 | 2025-02-21T12:58:54.824Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2376 | 2025-02-21T12:58:56.454Z | Compiling derive_builder v0.20.2 |
2377 | 2025-02-21T12:58:57.834Z | Compiling strip-ansi-escapes v0.2.0 |
2378 | 2025-02-21T12:59:03.002Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2379 | 2025-02-21T12:59:03.002Z | Compiling tabled_derive v0.7.0 |
2380 | 2025-02-21T12:59:03.002Z | Compiling itertools v0.12.1 |
2381 | 2025-02-21T12:59:03.002Z | Compiling fd-lock v4.0.2 |
2382 | 2025-02-21T12:59:03.002Z | Compiling peg-macros v0.8.4 |
2383 | 2025-02-21T12:59:03.625Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2025-02-21T12:59:04.556Z | Compiling kstat-rs v0.2.4 |
2385 | 2025-02-21T12:59:04.698Z | Compiling impl-trait-for-tuples v0.2.2 |
2386 | 2025-02-21T12:59:04.718Z | Compiling oso-derive v0.27.3 |
2387 | 2025-02-21T12:59:05.472Z | Compiling quick-xml v0.33.0 |
2388 | 2025-02-21T12:59:05.777Z | Compiling diesel-dtrace v0.4.2 |
2389 | 2025-02-21T12:59:06.295Z | Compiling path-slash v0.1.5 |
2390 | 2025-02-21T12:59:06.320Z | Compiling nu-ansi-term v0.50.1 |
2391 | 2025-02-21T12:59:06.325Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2392 | 2025-02-21T12:59:07.589Z | Compiling reedline v0.35.0 |
2393 | 2025-02-21T12:59:10.484Z | Compiling oso v0.27.3 |
2394 | 2025-02-21T12:59:11.758Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2025-02-21T12:59:20.261Z | Compiling peg v0.8.4 |
2396 | 2025-02-21T12:59:20.479Z | Compiling tabled v0.15.0 |
2397 | 2025-02-21T12:59:21.596Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2398 | 2025-02-21T12:59:31.808Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2399 | 2025-02-21T12:59:35.701Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2400 | 2025-02-21T12:59:37.247Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2401 | 2025-02-21T12:59:37.734Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2402 | 2025-02-21T12:59:40.172Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2403 | 2025-02-21T12:59:40.536Z | Compiling pem v3.0.4 |
2404 | 2025-02-21T12:59:40.735Z | Compiling bb8 v0.8.5 |
2405 | 2025-02-21T12:59:41.390Z | Compiling bcs v0.1.6 |
2406 | 2025-02-21T12:59:42.063Z | Compiling libz-sys v1.1.20 |
2407 | 2025-02-21T12:59:42.278Z | Compiling nanorand v0.7.0 |
2408 | 2025-02-21T12:59:42.776Z | Compiling parking_lot_core v0.8.6 |
2409 | 2025-02-21T12:59:42.992Z | Compiling termtree v0.5.1 |
2410 | 2025-02-21T12:59:43.476Z | Compiling flume v0.11.1 |
2411 | 2025-02-21T12:59:44.218Z | Compiling async-bb8-diesel v0.2.1 |
2412 | 2025-02-21T12:59:45.005Z | Compiling mime_guess v2.0.5 |
2413 | 2025-02-21T12:59:46.759Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2414 | 2025-02-21T12:59:48.307Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2415 | 2025-02-21T12:59:49.948Z | Compiling buf-list v1.0.3 |
2416 | 2025-02-21T12:59:52.131Z | Compiling nibble_vec v0.1.0 |
2417 | 2025-02-21T12:59:52.409Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2418 | 2025-02-21T12:59:52.841Z | Compiling pin-project-internal v1.1.6 |
2419 | 2025-02-21T12:59:53.161Z | Compiling atty v0.2.14 |
2420 | 2025-02-21T12:59:53.677Z | Compiling http-range v0.1.5 |
2421 | 2025-02-21T12:59:53.962Z | Compiling salty v0.3.0 |
2422 | 2025-02-21T12:59:54.404Z | Compiling endian-type v0.1.2 |
2423 | 2025-02-21T12:59:54.669Z | Compiling radix_trie v0.2.1 |
2424 | 2025-02-21T12:59:55.375Z | Compiling pin-project v1.1.6 |
2425 | 2025-02-21T12:59:55.645Z | Compiling parking_lot v0.11.2 |
2426 | 2025-02-21T13:00:00.196Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2427 | 2025-02-21T13:00:00.249Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2428 | 2025-02-21T13:00:01.602Z | Compiling snafu-derive v0.8.5 |
2429 | 2025-02-21T13:00:04.414Z | Compiling hyper-staticfile v0.10.1 |
2430 | 2025-02-21T13:00:05.788Z | Compiling snafu v0.8.5 |
2431 | 2025-02-21T13:00:06.892Z | Compiling sled v0.34.7 |
2432 | 2025-02-21T13:00:07.159Z | Compiling hickory-client v0.24.3 |
2433 | 2025-02-21T13:00:09.324Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2434 | 2025-02-21T13:00:10.539Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2435 | 2025-02-21T13:00:11.616Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2436 | 2025-02-21T13:00:12.702Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2437 | 2025-02-21T13:00:20.672Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2438 | 2025-02-21T13:00:28.436Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2439 | 2025-02-21T13:00:30.039Z | Compiling globset v0.4.15 |
2440 | 2025-02-21T13:00:30.545Z | Compiling hickory-server v0.24.3 |
2441 | 2025-02-21T13:00:36.109Z | Compiling primeorder v0.13.6 |
2442 | 2025-02-21T13:00:36.685Z | Compiling olpc-cjson v0.1.4 |
2443 | 2025-02-21T13:00:37.026Z | Compiling vergen v8.3.2 |
2444 | 2025-02-21T13:00:37.370Z | Compiling castaway v0.2.3 |
2445 | 2025-02-21T13:00:37.593Z | Compiling env_filter v0.1.2 |
2446 | 2025-02-21T13:00:39.058Z | Compiling serde_plain v1.0.2 |
2447 | 2025-02-21T13:00:39.606Z | Compiling cargo-platform v0.1.8 |
2448 | 2025-02-21T13:00:40.131Z | Compiling typed-path v0.9.3 |
2449 | 2025-02-21T13:00:40.994Z | Compiling cargo_metadata v0.18.1 |
2450 | 2025-02-21T13:00:41.439Z | Compiling env_logger v0.11.5 |
2451 | 2025-02-21T13:00:42.853Z | Compiling tough v0.19.0 |
2452 | 2025-02-21T13:00:43.640Z | Compiling compact_str v0.8.0 |
2453 | 2025-02-21T13:00:46.085Z | Compiling p384 v0.13.0 |
2454 | 2025-02-21T13:00:46.143Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2455 | 2025-02-21T13:00:46.843Z | Compiling git2 v0.19.0 |
2456 | 2025-02-21T13:00:46.907Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2457 | 2025-02-21T13:00:53.064Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2458 | 2025-02-21T13:00:54.766Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2459 | 2025-02-21T13:00:55.160Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2460 | 2025-02-21T13:00:55.967Z | Compiling unicode-truncate v1.1.0 |
2461 | 2025-02-21T13:00:56.288Z | Compiling lru v0.12.5 |
2462 | 2025-02-21T13:00:56.687Z | Compiling rand_seeder v0.3.0 |
2463 | 2025-02-21T13:00:57.127Z | Compiling libsqlite3-sys v0.30.1 |
2464 | 2025-02-21T13:00:57.706Z | Compiling lzma-sys v0.1.20 |
2465 | 2025-02-21T13:00:58.435Z | Compiling instability v0.3.2 |
2466 | 2025-02-21T13:00:59.529Z | Compiling rustls v0.21.12 |
2467 | 2025-02-21T13:00:59.907Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2468 | 2025-02-21T13:01:00.273Z | Compiling parse-size v1.1.0 |
2469 | 2025-02-21T13:01:00.622Z | Compiling indoc v2.0.5 |
2470 | 2025-02-21T13:01:00.667Z | Compiling cassowary v0.3.0 |
2471 | 2025-02-21T13:01:01.463Z | Compiling ratatui v0.29.0 |
2472 | 2025-02-21T13:01:01.866Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2473 | 2025-02-21T13:01:03.475Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2474 | 2025-02-21T13:01:03.729Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2475 | 2025-02-21T13:01:04.324Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2476 | 2025-02-21T13:01:05.273Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2477 | 2025-02-21T13:01:06.056Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2478 | 2025-02-21T13:01:06.406Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2479 | 2025-02-21T13:01:08.511Z | Compiling rustls-webpki v0.101.7 |
2480 | 2025-02-21T13:01:09.934Z | Compiling sct v0.7.1 |
2481 | 2025-02-21T13:01:10.071Z | Compiling heck v0.3.3 |
2482 | 2025-02-21T13:01:10.418Z | Compiling csv-core v0.1.11 |
2483 | 2025-02-21T13:01:10.421Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2484 | 2025-02-21T13:01:10.811Z | Compiling glob v0.3.2 |
2485 | 2025-02-21T13:01:11.324Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2486 | 2025-02-21T13:01:12.476Z | Compiling csv v1.3.1 |
2487 | 2025-02-21T13:01:12.953Z | Compiling zone_cfg_derive v0.1.2 |
2488 | 2025-02-21T13:01:14.672Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2489 | 2025-02-21T13:01:14.772Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2490 | 2025-02-21T13:01:16.099Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2491 | 2025-02-21T13:01:20.621Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2492 | 2025-02-21T13:01:22.015Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2493 | 2025-02-21T13:01:22.832Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2494 | 2025-02-21T13:01:29.290Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2495 | 2025-02-21T13:01:29.652Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2496 | 2025-02-21T13:01:30.143Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2497 | 2025-02-21T13:01:30.500Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2498 | 2025-02-21T13:01:30.857Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2499 | 2025-02-21T13:01:31.212Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2500 | 2025-02-21T13:01:32.348Z | Compiling nix v0.27.1 |
2501 | 2025-02-21T13:01:32.713Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2502 | 2025-02-21T13:01:33.425Z | Compiling tungstenite v0.23.0 |
2503 | 2025-02-21T13:01:33.659Z | Compiling hashlink v0.9.1 |
2504 | 2025-02-21T13:01:34.431Z | Compiling base64 v0.13.1 |
2505 | 2025-02-21T13:01:35.107Z | Compiling fallible-iterator v0.3.0 |
2506 | 2025-02-21T13:01:35.237Z | Compiling fallible-streaming-iterator v0.1.9 |
2507 | 2025-02-21T13:01:35.549Z | Compiling ron v0.7.1 |
2508 | 2025-02-21T13:01:35.889Z | Compiling rusqlite v0.32.1 |
2509 | 2025-02-21T13:01:38.049Z | Compiling tokio-tungstenite v0.23.1 |
2510 | 2025-02-21T13:01:38.658Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2511 | 2025-02-21T13:01:38.888Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2025-02-21T13:01:39.494Z | Compiling xz2 v0.1.7 |
2513 | 2025-02-21T13:01:39.720Z | Compiling tokio-rustls v0.24.1 |
2514 | 2025-02-21T13:01:40.199Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2515 | 2025-02-21T13:01:40.759Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2516 | 2025-02-21T13:01:42.395Z | Compiling zone v0.1.8 |
2517 | 2025-02-21T13:01:43.115Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2518 | 2025-02-21T13:01:45.785Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2519 | 2025-02-21T13:01:45.825Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2520 | 2025-02-21T13:01:55.855Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2521 | 2025-02-21T13:01:58.999Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2522 | 2025-02-21T13:01:59.313Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2523 | 2025-02-21T13:02:00.080Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2524 | 2025-02-21T13:02:00.693Z | Compiling rustls-pemfile v1.0.4 |
2525 | 2025-02-21T13:02:01.474Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2526 | 2025-02-21T13:02:01.902Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2527 | 2025-02-21T13:02:02.119Z | Compiling signal-hook-tokio v0.3.1 |
2528 | 2025-02-21T13:02:02.138Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2529 | 2025-02-21T13:02:02.375Z | Compiling yasna v0.5.2 |
2530 | 2025-02-21T13:02:05.935Z | Compiling twox-hash v2.1.0 |
2531 | 2025-02-21T13:02:06.970Z | Compiling is_ci v1.2.0 |
2532 | 2025-02-21T13:02:07.301Z | Compiling unicode-linebreak v0.1.5 |
2533 | 2025-02-21T13:02:07.878Z | Compiling smawk v0.3.2 |
2534 | 2025-02-21T13:02:08.204Z | Compiling textwrap v0.16.1 |
2535 | 2025-02-21T13:02:09.072Z | Compiling supports-color v3.0.1 |
2536 | 2025-02-21T13:02:10.996Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2537 | 2025-02-21T13:02:11.723Z | Compiling rcgen v0.12.1 |
2538 | 2025-02-21T13:02:11.990Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2539 | 2025-02-21T13:02:14.629Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2540 | 2025-02-21T13:02:16.071Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2541 | 2025-02-21T13:02:20.475Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2542 | 2025-02-21T13:02:22.490Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2543 | 2025-02-21T13:02:32.888Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2544 | 2025-02-21T13:02:35.810Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2545 | 2025-02-21T13:02:37.592Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2546 | 2025-02-21T13:02:45.943Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2547 | 2025-02-21T13:02:46.525Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2548 | 2025-02-21T13:02:52.627Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2549 | 2025-02-21T13:02:52.975Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2550 | 2025-02-21T13:02:55.840Z | Compiling fatfs v0.3.6 |
2551 | 2025-02-21T13:02:58.508Z | Compiling subprocess v0.2.9 |
2552 | 2025-02-21T13:03:01.585Z | Compiling rtoolbox v0.0.2 |
2553 | 2025-02-21T13:03:02.050Z | Compiling assert_matches v1.5.0 |
2554 | 2025-02-21T13:03:02.961Z | Compiling rpassword v7.3.1 |
2555 | 2025-02-21T13:03:03.067Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2556 | 2025-02-21T13:03:03.408Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2557 | 2025-02-21T13:03:03.534Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2558 | 2025-02-21T13:03:10.641Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2559 | 2025-02-21T13:03:10.757Z | Compiling tui-tree-widget v0.23.0 |
2560 | 2025-02-21T13:03:11.216Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2561 | 2025-02-21T13:03:20.658Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2562 | 2025-02-21T13:03:21.019Z | Compiling uzers v0.12.1 |
2563 | 2025-02-21T13:03:24.183Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2564 | 2025-02-21T13:03:24.263Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2565 | 2025-02-21T13:03:26.128Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2566 | 2025-02-21T13:03:32.277Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2567 | 2025-02-21T13:03:58.152Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2568 | 2025-02-21T13:04:02.818Z | Compiling multimap v0.10.0 |
2569 | 2025-02-21T13:06:23.487Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2570 | 2025-02-21T13:06:31.723Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2571 | 2025-02-21T13:13:18.212Z | Finished `release` profile [optimized] target(s) in 16m 21s |
2572 | 2025-02-21T13:14:27.137Z | |
2573 | 2025-02-21T13:14:27.140Z | real 17:31.856121921 |
2574 | 2025-02-21T13:14:27.140Z | user 2:02:26.043515108 |
2575 | 2025-02-21T13:14:27.140Z | sys 3:20.887261250 |
2576 | 2025-02-21T13:14:27.140Z | trap 3.173703236 |
2577 | 2025-02-21T13:14:27.140Z | tflt 1.677423029 |
2578 | 2025-02-21T13:14:27.140Z | dflt 6.001113389 |
2579 | 2025-02-21T13:14:27.140Z | kflt 0.238516033 |
2580 | 2025-02-21T13:14:27.140Z | lock 7:23:55.276138819 |
2581 | 2025-02-21T13:14:27.140Z | slp 6:20:07.232283086 |
2582 | 2025-02-21T13:14:27.140Z | lat 3:12.899684089 |
2583 | 2025-02-21T13:14:27.140Z | stop 2:43.251043637 |
2584 | 2025-02-21T13:14:27.140Z | + mapfile -t packages |
2585 | 2025-02-21T13:14:27.140Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2586 | 2025-02-21T13:14:28.204Z | Finished `release` profile [optimized] target(s) in 1.01s |
2587 | 2025-02-21T13:14:28.276Z | Running `target/release/omicron-package -t test list-outputs` |
2588 | 2025-02-21T13:14:28.325Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2589 | 2025-02-21T13:14:28.328Z | + ptime -m cargo build --locked --release -p xtask |
2590 | 2025-02-21T13:14:28.929Z | Compiling serde v1.0.217 |
2591 | 2025-02-21T13:14:28.932Z | Compiling libc v0.2.169 |
2592 | 2025-02-21T13:14:28.932Z | Compiling serde_json v1.0.135 |
2593 | 2025-02-21T13:14:29.022Z | Compiling rustix v0.38.37 |
2594 | 2025-02-21T13:14:29.033Z | Compiling syn v2.0.96 |
2595 | 2025-02-21T13:14:29.046Z | Compiling bitflags v2.6.0 |
2596 | 2025-02-21T13:14:29.467Z | Compiling usdt-impl v0.5.0 |
2597 | 2025-02-21T13:14:29.481Z | Compiling syn v1.0.109 |
2598 | 2025-02-21T13:14:29.565Z | Compiling hashbrown v0.15.1 |
2599 | 2025-02-21T13:14:29.581Z | Compiling log v0.4.22 |
2600 | 2025-02-21T13:14:29.843Z | Compiling fs-err v2.11.0 |
2601 | 2025-02-21T13:14:30.036Z | Compiling anyhow v1.0.96 |
2602 | 2025-02-21T13:14:30.187Z | Compiling once_cell v1.20.3 |
2603 | 2025-02-21T13:14:30.347Z | Compiling thread-id v4.2.2 |
2604 | 2025-02-21T13:14:30.782Z | Compiling indexmap v2.7.1 |
2605 | 2025-02-21T13:14:31.898Z | Compiling terminal_size v0.4.0 |
2606 | 2025-02-21T13:14:31.898Z | Compiling tempfile v3.13.0 |
2607 | 2025-02-21T13:14:32.172Z | Compiling clap_builder v4.5.30 |
2608 | 2025-02-21T13:14:32.915Z | Compiling proc-macro-error v1.0.4 |
2609 | 2025-02-21T13:14:33.591Z | Compiling tabled_derive v0.7.0 |
2610 | 2025-02-21T13:14:34.743Z | Compiling tabled v0.15.0 |
2611 | 2025-02-21T13:14:35.316Z | Compiling serde_derive v1.0.217 |
2612 | 2025-02-21T13:14:35.316Z | Compiling thiserror-impl v1.0.69 |
2613 | 2025-02-21T13:14:35.319Z | Compiling zerocopy-derive v0.7.35 |
2614 | 2025-02-21T13:14:35.319Z | Compiling scroll_derive v0.12.0 |
2615 | 2025-02-21T13:14:35.319Z | Compiling clap_derive v4.5.28 |
2616 | 2025-02-21T13:14:36.647Z | Compiling scroll v0.12.0 |
2617 | 2025-02-21T13:14:37.161Z | Compiling zerocopy v0.7.35 |
2618 | 2025-02-21T13:14:37.283Z | Compiling goblin v0.8.2 |
2619 | 2025-02-21T13:14:37.884Z | Compiling thiserror v1.0.69 |
2620 | 2025-02-21T13:14:38.061Z | Compiling pest v2.7.14 |
2621 | 2025-02-21T13:14:41.042Z | Compiling pest_meta v2.7.14 |
2622 | 2025-02-21T13:14:41.056Z | Compiling clap v4.5.30 |
2623 | 2025-02-21T13:14:42.627Z | Compiling pest_generator v2.7.14 |
2624 | 2025-02-21T13:14:44.606Z | Compiling pest_derive v2.7.14 |
2625 | 2025-02-21T13:14:45.430Z | Compiling dtrace-parser v0.2.0 |
2626 | 2025-02-21T13:14:51.751Z | Compiling dof v0.3.0 |
2627 | 2025-02-21T13:14:52.577Z | Compiling serde_tokenstream v0.2.2 |
2628 | 2025-02-21T13:14:52.972Z | Compiling toml_datetime v0.6.8 |
2629 | 2025-02-21T13:14:53.032Z | Compiling serde_spanned v0.6.8 |
2630 | 2025-02-21T13:14:53.319Z | Compiling camino v1.1.9 |
2631 | 2025-02-21T13:14:53.776Z | Compiling toml_edit v0.22.22 |
2632 | 2025-02-21T13:14:53.798Z | Compiling usdt-attr-macro v0.5.0 |
2633 | 2025-02-21T13:14:54.588Z | Compiling usdt-macro v0.5.0 |
2634 | 2025-02-21T13:14:55.003Z | Compiling cargo-platform v0.1.8 |
2635 | 2025-02-21T13:14:55.771Z | Compiling semver v1.0.24 |
2636 | 2025-02-21T13:14:56.082Z | Compiling usdt v0.5.0 |
2637 | 2025-02-21T13:14:56.183Z | Compiling camino-tempfile v1.1.1 |
2638 | 2025-02-21T13:14:56.954Z | Compiling cargo_metadata v0.18.1 |
2639 | 2025-02-21T13:14:57.215Z | Compiling macaddr v1.0.1 |
2640 | 2025-02-21T13:14:57.878Z | Compiling toml v0.8.19 |
2641 | 2025-02-21T13:15:00.323Z | Compiling cargo_toml v0.20.5 |
2642 | 2025-02-21T13:15:11.391Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2643 | 2025-02-21T13:15:17.046Z | Finished `release` profile [optimized] target(s) in 48.67s |
2644 | 2025-02-21T13:15:17.155Z | |
2645 | 2025-02-21T13:15:17.155Z | real 48.809174424 |
2646 | 2025-02-21T13:15:17.155Z | user 5:15.395935143 |
2647 | 2025-02-21T13:15:17.155Z | sys 18.647565529 |
2648 | 2025-02-21T13:15:17.155Z | trap 0.154647250 |
2649 | 2025-02-21T13:15:17.156Z | tflt 0.192441536 |
2650 | 2025-02-21T13:15:17.162Z | dflt 0.301986635 |
2651 | 2025-02-21T13:15:17.163Z | kflt 0.000004471 |
2652 | 2025-02-21T13:15:17.163Z | lock 9:27.916009169 |
2653 | 2025-02-21T13:15:17.163Z | slp 14:52.411599500 |
2654 | 2025-02-21T13:15:17.163Z | lat 14.275262070 |
2655 | 2025-02-21T13:15:17.163Z | stop 16.332425438 |
2656 | 2025-02-21T13:15:17.163Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2657 | 2025-02-21T13:15:17.163Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2658 | 2025-02-21T13:15:17.163Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2659 | 2025-02-21T13:15:17.163Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2660 | 2025-02-21T13:15:17.163Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2661 | 2025-02-21T13:15:18.098Z | Compiling hashbrown v0.14.5 |
2662 | 2025-02-21T13:15:18.229Z | Compiling thiserror v2.0.11 |
2663 | 2025-02-21T13:15:18.244Z | Compiling thiserror-impl v2.0.11 |
2664 | 2025-02-21T13:15:18.250Z | Compiling ident_case v1.0.1 |
2665 | 2025-02-21T13:15:18.250Z | Compiling unsafe-libyaml v0.2.11 |
2666 | 2025-02-21T13:15:18.250Z | Compiling progenitor-client v0.9.1 |
2667 | 2025-02-21T13:15:18.250Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2668 | 2025-02-21T13:15:18.250Z | Compiling ipnetwork v0.21.1 |
2669 | 2025-02-21T13:15:18.542Z | Compiling darling_core v0.20.10 |
2670 | 2025-02-21T13:15:18.729Z | Compiling oxnet v0.1.0 |
2671 | 2025-02-21T13:15:18.880Z | Compiling macaddr v1.0.1 |
2672 | 2025-02-21T13:15:19.049Z | Compiling progenitor-client v0.8.0 |
2673 | 2025-02-21T13:15:19.172Z | Compiling instant v0.1.13 |
2674 | 2025-02-21T13:15:19.312Z | Compiling regress v0.10.1 |
2675 | 2025-02-21T13:15:19.315Z | Compiling structmeta-derive v0.3.0 |
2676 | 2025-02-21T13:15:19.351Z | Compiling dropshot v0.15.1 |
2677 | 2025-02-21T13:15:19.407Z | Compiling regress v0.9.1 |
2678 | 2025-02-21T13:15:19.526Z | Compiling dropshot_endpoint v0.15.1 |
2679 | 2025-02-21T13:15:19.687Z | Compiling serde_yaml v0.9.34+deprecated |
2680 | 2025-02-21T13:15:20.239Z | Compiling daft-derive v0.1.1 |
2681 | 2025-02-21T13:15:21.573Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2682 | 2025-02-21T13:15:21.797Z | Compiling daft v0.1.1 |
2683 | 2025-02-21T13:15:21.928Z | Compiling structmeta v0.3.0 |
2684 | 2025-02-21T13:15:22.305Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2685 | 2025-02-21T13:15:22.343Z | Compiling parse-display-derive v0.10.0 |
2686 | 2025-02-21T13:15:22.362Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2687 | 2025-02-21T13:15:22.561Z | Compiling backoff v0.4.0 |
2688 | 2025-02-21T13:15:22.854Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2689 | 2025-02-21T13:15:22.955Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2690 | 2025-02-21T13:15:23.146Z | Compiling typify-impl v0.2.0 |
2691 | 2025-02-21T13:15:23.180Z | Compiling tempfile v3.13.0 |
2692 | 2025-02-21T13:15:23.629Z | Compiling proc-macro-crate v1.3.1 |
2693 | 2025-02-21T13:15:23.946Z | Compiling typify-impl v0.3.0 |
2694 | 2025-02-21T13:15:27.230Z | Compiling itertools v0.13.0 |
2695 | 2025-02-21T13:15:27.230Z | Compiling zerocopy v0.8.10 |
2696 | 2025-02-21T13:15:27.230Z | Compiling darling_macro v0.20.10 |
2697 | 2025-02-21T13:15:27.230Z | Compiling num_enum_derive v0.5.11 |
2698 | 2025-02-21T13:15:27.230Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2699 | 2025-02-21T13:15:27.230Z | Compiling darling v0.20.10 |
2700 | 2025-02-21T13:15:27.230Z | Compiling serde_with_macros v3.11.0 |
2701 | 2025-02-21T13:15:27.230Z | Compiling zerocopy-derive v0.8.10 |
2702 | 2025-02-21T13:15:27.230Z | Compiling parse-display v0.10.0 |
2703 | 2025-02-21T13:15:27.230Z | Compiling num_enum v0.5.11 |
2704 | 2025-02-21T13:15:27.231Z | Compiling crucible-workspace-hack v0.1.0 |
2705 | 2025-02-21T13:15:27.231Z | Compiling heapless v0.8.0 |
2706 | 2025-02-21T13:15:27.231Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2707 | 2025-02-21T13:15:27.280Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2708 | 2025-02-21T13:15:27.347Z | Compiling proc-macro-error v1.0.4 |
2709 | 2025-02-21T13:15:27.911Z | Compiling serde_with v3.11.0 |
2710 | 2025-02-21T13:15:27.937Z | Compiling camino-tempfile v1.1.1 |
2711 | 2025-02-21T13:15:28.011Z | Compiling foreign-types-macros v0.2.3 |
2712 | 2025-02-21T13:15:28.400Z | Compiling hash32 v0.3.1 |
2713 | 2025-02-21T13:15:28.683Z | Compiling smoltcp v0.11.0 |
2714 | 2025-02-21T13:15:29.300Z | Compiling foreign-types-shared v0.3.1 |
2715 | 2025-02-21T13:15:29.459Z | Compiling foreign-types v0.5.0 |
2716 | 2025-02-21T13:15:29.914Z | Compiling tabwriter v1.4.0 |
2717 | 2025-02-21T13:15:30.407Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2718 | 2025-02-21T13:15:30.594Z | Compiling cstr-argument v0.1.2 |
2719 | 2025-02-21T13:15:30.871Z | Compiling cobs v0.2.3 |
2720 | 2025-02-21T13:15:31.158Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2721 | 2025-02-21T13:15:31.189Z | Compiling pretty-hex v0.2.1 |
2722 | 2025-02-21T13:15:31.276Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2723 | 2025-02-21T13:15:31.417Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2724 | 2025-02-21T13:15:31.420Z | Compiling postcard v1.0.10 |
2725 | 2025-02-21T13:15:31.479Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2726 | 2025-02-21T13:15:31.827Z | Compiling colored v2.1.0 |
2727 | 2025-02-21T13:15:32.030Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2728 | 2025-02-21T13:15:32.033Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2729 | 2025-02-21T13:15:32.377Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2730 | 2025-02-21T13:15:32.452Z | Compiling smf v0.2.3 |
2731 | 2025-02-21T13:15:32.481Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2732 | 2025-02-21T13:15:32.850Z | Compiling zone_cfg_derive v0.3.0 |
2733 | 2025-02-21T13:15:33.329Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2734 | 2025-02-21T13:15:33.732Z | Compiling num-derive v0.4.2 |
2735 | 2025-02-21T13:15:33.753Z | Compiling sigpipe v0.1.3 |
2736 | 2025-02-21T13:15:33.910Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2737 | 2025-02-21T13:15:33.959Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2738 | 2025-02-21T13:15:34.285Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2739 | 2025-02-21T13:15:34.309Z | Compiling zone v0.3.0 |
2740 | 2025-02-21T13:15:34.751Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2741 | 2025-02-21T13:15:35.231Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2742 | 2025-02-21T13:15:35.690Z | Compiling universal-hash v0.5.1 |
2743 | 2025-02-21T13:15:35.740Z | Compiling opaque-debug v0.3.1 |
2744 | 2025-02-21T13:15:35.865Z | Compiling tungstenite v0.21.0 |
2745 | 2025-02-21T13:15:35.921Z | Compiling num-rational v0.4.2 |
2746 | 2025-02-21T13:15:36.001Z | Compiling password-hash v0.5.0 |
2747 | 2025-02-21T13:15:36.024Z | Compiling num-complex v0.4.6 |
2748 | 2025-02-21T13:15:36.063Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2749 | 2025-02-21T13:15:36.882Z | Compiling blake2 v0.10.6 |
2750 | 2025-02-21T13:15:36.911Z | Compiling aead v0.5.2 |
2751 | 2025-02-21T13:15:37.041Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2752 | 2025-02-21T13:15:37.202Z | Compiling convert_case v0.4.0 |
2753 | 2025-02-21T13:15:37.299Z | Compiling keccak v0.1.5 |
2754 | 2025-02-21T13:15:37.442Z | Compiling base64 v0.21.7 |
2755 | 2025-02-21T13:15:37.569Z | Compiling typify-macro v0.2.0 |
2756 | 2025-02-21T13:15:37.778Z | Compiling sha3 v0.10.8 |
2757 | 2025-02-21T13:15:38.045Z | Compiling derive_more v0.99.19 |
2758 | 2025-02-21T13:15:38.232Z | Compiling argon2 v0.5.3 |
2759 | 2025-02-21T13:15:38.259Z | Compiling tokio-tungstenite v0.21.0 |
2760 | 2025-02-21T13:15:38.459Z | Compiling typify-macro v0.3.0 |
2761 | 2025-02-21T13:15:38.753Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2762 | 2025-02-21T13:15:38.817Z | Compiling num v0.4.3 |
2763 | 2025-02-21T13:15:38.860Z | Compiling poly1305 v0.8.0 |
2764 | 2025-02-21T13:15:38.927Z | Compiling chacha20 v0.9.1 |
2765 | 2025-02-21T13:15:38.947Z | Compiling float-ord v0.3.2 |
2766 | 2025-02-21T13:15:39.145Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2767 | 2025-02-21T13:15:39.443Z | Compiling same-file v1.0.6 |
2768 | 2025-02-21T13:15:39.574Z | Compiling semver v0.1.20 |
2769 | 2025-02-21T13:15:39.727Z | Compiling walkdir v2.5.0 |
2770 | 2025-02-21T13:15:40.183Z | Compiling rustc_version v0.1.7 |
2771 | 2025-02-21T13:15:40.412Z | Compiling newline-converter v0.3.0 |
2772 | 2025-02-21T13:15:40.576Z | Compiling primeorder v0.13.6 |
2773 | 2025-02-21T13:15:40.610Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2774 | 2025-02-21T13:15:40.633Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2775 | 2025-02-21T13:15:41.555Z | Compiling secrecy v0.8.0 |
2776 | 2025-02-21T13:15:41.570Z | Compiling cancel-safe-futures v0.1.5 |
2777 | 2025-02-21T13:15:41.570Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2778 | 2025-02-21T13:15:41.570Z | Compiling owo-colors v4.1.0 |
2779 | 2025-02-21T13:15:41.570Z | Compiling newtype_derive v0.1.6 |
2780 | 2025-02-21T13:15:41.570Z | Compiling typify v0.2.0 |
2781 | 2025-02-21T13:15:41.570Z | Compiling expectorate v1.1.0 |
2782 | 2025-02-21T13:15:41.570Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2783 | 2025-02-21T13:15:41.570Z | Compiling progenitor-impl v0.8.0 |
2784 | 2025-02-21T13:15:41.576Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2785 | 2025-02-21T13:15:41.590Z | Compiling thiserror-impl-no-std v2.0.2 |
2786 | 2025-02-21T13:15:41.761Z | Compiling blake3 v1.5.4 |
2787 | 2025-02-21T13:15:41.855Z | Compiling half v2.4.1 |
2788 | 2025-02-21T13:15:41.858Z | Compiling unicase v2.7.0 |
2789 | 2025-02-21T13:15:42.139Z | Compiling typify v0.3.0 |
2790 | 2025-02-21T13:15:42.216Z | Compiling arc-swap v1.7.1 |
2791 | 2025-02-21T13:15:42.294Z | Compiling progenitor-impl v0.9.1 |
2792 | 2025-02-21T13:15:42.418Z | Compiling ciborium-io v0.2.2 |
2793 | 2025-02-21T13:15:42.579Z | Compiling ciborium-ll v0.2.2 |
2794 | 2025-02-21T13:15:42.718Z | Compiling slog-scope v4.4.0 |
2795 | 2025-02-21T13:15:42.868Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2796 | 2025-02-21T13:15:42.998Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2797 | 2025-02-21T13:15:43.353Z | Compiling polyval v0.6.2 |
2798 | 2025-02-21T13:15:43.803Z | Compiling atomicwrites v0.4.4 |
2799 | 2025-02-21T13:15:43.842Z | Compiling libsw v3.3.1 |
2800 | 2025-02-21T13:15:44.137Z | Compiling memmap2 v0.9.5 |
2801 | 2025-02-21T13:15:44.166Z | Compiling constant_time_eq v0.3.1 |
2802 | 2025-02-21T13:15:44.279Z | Compiling thiserror-no-std v2.0.2 |
2803 | 2025-02-21T13:15:44.371Z | Compiling arrayref v0.3.9 |
2804 | 2025-02-21T13:15:44.421Z | Compiling parking_lot_core v0.8.6 |
2805 | 2025-02-21T13:15:44.442Z | Compiling indent_write v2.2.0 |
2806 | 2025-02-21T13:15:44.482Z | Compiling libefi-sys v0.1.0 |
2807 | 2025-02-21T13:15:44.553Z | Compiling linear-map v1.2.0 |
2808 | 2025-02-21T13:15:44.688Z | Compiling salty v0.3.0 |
2809 | 2025-02-21T13:15:44.805Z | Compiling arrayvec v0.7.6 |
2810 | 2025-02-21T13:15:44.908Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2811 | 2025-02-21T13:15:44.959Z | Compiling vsss-rs v3.3.4 |
2812 | 2025-02-21T13:15:45.096Z | Compiling ghash v0.5.1 |
2813 | 2025-02-21T13:15:45.316Z | Compiling slog-stdlog v4.1.1 |
2814 | 2025-02-21T13:15:45.380Z | Compiling ciborium v0.2.2 |
2815 | 2025-02-21T13:15:46.292Z | Compiling p384 v0.13.0 |
2816 | 2025-02-21T13:15:46.397Z | Compiling toolchain_find v0.4.0 |
2817 | 2025-02-21T13:15:46.746Z | Compiling chacha20poly1305 v0.10.1 |
2818 | 2025-02-21T13:15:47.009Z | Compiling ctr v0.9.2 |
2819 | 2025-02-21T13:15:47.029Z | Compiling lzma-sys v0.1.20 |
2820 | 2025-02-21T13:15:47.192Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2821 | 2025-02-21T13:15:47.406Z | Compiling bitfield-struct v0.6.2 |
2822 | 2025-02-21T13:15:47.649Z | Compiling slog-dtrace v0.3.0 |
2823 | 2025-02-21T13:15:47.834Z | Compiling highway v1.2.0 |
2824 | 2025-02-21T13:15:47.855Z | Compiling topological-sort v0.2.2 |
2825 | 2025-02-21T13:15:48.101Z | Compiling omicron-zone-package v0.12.0 |
2826 | 2025-02-21T13:15:48.309Z | Compiling aes-gcm v0.10.3 |
2827 | 2025-02-21T13:15:48.398Z | Compiling progenitor-macro v0.8.0 |
2828 | 2025-02-21T13:15:48.602Z | Compiling rustfmt-wrapper v0.2.1 |
2829 | 2025-02-21T13:15:48.621Z | Compiling mime_guess v2.0.5 |
2830 | 2025-02-21T13:15:48.638Z | Compiling slog-envlogger v2.2.0 |
2831 | 2025-02-21T13:15:48.852Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2832 | 2025-02-21T13:15:49.137Z | Compiling progenitor-macro v0.9.1 |
2833 | 2025-02-21T13:15:49.162Z | Compiling steno v0.4.1 |
2834 | 2025-02-21T13:15:49.735Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2835 | 2025-02-21T13:15:49.788Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2836 | 2025-02-21T13:15:50.125Z | Compiling heck v0.3.3 |
2837 | 2025-02-21T13:15:50.154Z | Compiling ssh-encoding v0.2.0 |
2838 | 2025-02-21T13:15:50.385Z | Compiling blowfish v0.9.1 |
2839 | 2025-02-21T13:15:50.481Z | Compiling nibble_vec v0.1.0 |
2840 | 2025-02-21T13:15:50.646Z | Compiling env_filter v0.1.2 |
2841 | 2025-02-21T13:15:50.711Z | Compiling humantime v2.1.0 |
2842 | 2025-02-21T13:15:50.874Z | Compiling endian-type v0.1.2 |
2843 | 2025-02-21T13:15:50.892Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2844 | 2025-02-21T13:15:51.044Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2845 | 2025-02-21T13:15:51.135Z | Compiling radix_trie v0.2.1 |
2846 | 2025-02-21T13:15:51.249Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2847 | 2025-02-21T13:15:51.269Z | Compiling env_logger v0.11.5 |
2848 | 2025-02-21T13:15:51.422Z | Compiling bcrypt-pbkdf v0.10.0 |
2849 | 2025-02-21T13:15:51.761Z | Compiling ssh-cipher v0.2.0 |
2850 | 2025-02-21T13:15:51.937Z | Compiling zone_cfg_derive v0.1.2 |
2851 | 2025-02-21T13:15:52.097Z | Compiling parking_lot v0.11.2 |
2852 | 2025-02-21T13:15:52.596Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2853 | 2025-02-21T13:15:52.958Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2854 | 2025-02-21T13:15:53.369Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2855 | 2025-02-21T13:15:53.439Z | Compiling password-hash v0.4.2 |
2856 | 2025-02-21T13:15:53.512Z | Compiling gethostname v0.5.0 |
2857 | 2025-02-21T13:15:53.704Z | Compiling fxhash v0.2.1 |
2858 | 2025-02-21T13:15:53.728Z | Compiling simd-adler32 v0.3.7 |
2859 | 2025-02-21T13:15:53.790Z | Compiling base64 v0.13.1 |
2860 | 2025-02-21T13:15:53.927Z | Compiling http-range v0.1.5 |
2861 | 2025-02-21T13:15:53.946Z | Compiling lockfree-object-pool v0.1.6 |
2862 | 2025-02-21T13:15:54.241Z | Compiling zip v2.1.3 |
2863 | 2025-02-21T13:15:54.262Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2864 | 2025-02-21T13:15:54.265Z | Compiling bumpalo v3.16.0 |
2865 | 2025-02-21T13:15:54.300Z | Compiling ron v0.7.1 |
2866 | 2025-02-21T13:15:54.332Z | Compiling pbkdf2 v0.11.0 |
2867 | 2025-02-21T13:15:54.629Z | Compiling sled v0.34.7 |
2868 | 2025-02-21T13:15:54.640Z | Compiling zopfli v0.8.1 |
2869 | 2025-02-21T13:15:54.680Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2870 | 2025-02-21T13:15:54.760Z | Compiling zone v0.1.8 |
2871 | 2025-02-21T13:15:55.286Z | Compiling xz2 v0.1.7 |
2872 | 2025-02-21T13:15:55.339Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2873 | 2025-02-21T13:15:56.094Z | Compiling ssh-key v0.6.6 |
2874 | 2025-02-21T13:15:56.213Z | Compiling hickory-client v0.24.3 |
2875 | 2025-02-21T13:15:56.353Z | Compiling p256 v0.13.2 |
2876 | 2025-02-21T13:15:56.701Z | Compiling p521 v0.13.3 |
2877 | 2025-02-21T13:15:56.737Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2878 | 2025-02-21T13:15:57.120Z | Compiling hickory-server v0.24.3 |
2879 | 2025-02-21T13:15:57.541Z | Compiling pem v3.0.4 |
2880 | 2025-02-21T13:15:57.753Z | Compiling yasna v0.5.2 |
2881 | 2025-02-21T13:15:58.289Z | Compiling headers-core v0.3.0 |
2882 | 2025-02-21T13:15:58.487Z | Compiling kstat-rs v0.2.4 |
2883 | 2025-02-21T13:15:58.987Z | Compiling nanorand v0.7.0 |
2884 | 2025-02-21T13:15:59.042Z | Compiling atty v0.2.14 |
2885 | 2025-02-21T13:15:59.207Z | Compiling russh-cryptovec v0.7.3 |
2886 | 2025-02-21T13:15:59.299Z | Compiling md5 v0.7.0 |
2887 | 2025-02-21T13:15:59.525Z | Compiling flume v0.11.1 |
2888 | 2025-02-21T13:15:59.550Z | Compiling rcgen v0.12.1 |
2889 | 2025-02-21T13:15:59.815Z | Compiling russh-keys v0.45.0 |
2890 | 2025-02-21T13:16:00.097Z | Compiling headers v0.4.0 |
2891 | 2025-02-21T13:16:00.502Z | Compiling progenitor v0.8.0 |
2892 | 2025-02-21T13:16:00.767Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2893 | 2025-02-21T13:16:01.002Z | Compiling progenitor v0.9.1 |
2894 | 2025-02-21T13:16:01.258Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2895 | 2025-02-21T13:16:01.282Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2896 | 2025-02-21T13:16:01.591Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2897 | 2025-02-21T13:16:01.737Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2898 | 2025-02-21T13:16:02.266Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2899 | 2025-02-21T13:16:03.294Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2900 | 2025-02-21T13:16:03.533Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2901 | 2025-02-21T13:16:04.071Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2902 | 2025-02-21T13:16:04.100Z | Compiling hyper-staticfile v0.10.1 |
2903 | 2025-02-21T13:16:05.740Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2904 | 2025-02-21T13:16:06.341Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2905 | 2025-02-21T13:16:06.933Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2906 | 2025-02-21T13:16:06.960Z | Compiling num-bigint v0.4.6 |
2907 | 2025-02-21T13:16:07.336Z | Compiling des v0.8.1 |
2908 | 2025-02-21T13:16:07.635Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2909 | 2025-02-21T13:16:07.708Z | Compiling subprocess v0.2.9 |
2910 | 2025-02-21T13:16:08.313Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2911 | 2025-02-21T13:16:09.176Z | Compiling hex-literal v0.4.1 |
2912 | 2025-02-21T13:16:09.220Z | Compiling display-error-chain v0.2.2 |
2913 | 2025-02-21T13:16:09.308Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2914 | 2025-02-21T13:16:09.359Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2915 | 2025-02-21T13:16:09.453Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2916 | 2025-02-21T13:16:09.918Z | Compiling russh v0.45.0 |
2917 | 2025-02-21T13:16:12.291Z | Compiling internet-checksum v0.2.1 |
2918 | 2025-02-21T13:16:17.586Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2919 | 2025-02-21T13:16:17.586Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2920 | 2025-02-21T13:16:17.592Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2921 | 2025-02-21T13:16:17.592Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2922 | 2025-02-21T13:16:18.551Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2923 | 2025-02-21T13:16:20.203Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2924 | 2025-02-21T13:16:21.616Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2925 | 2025-02-21T13:16:21.805Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2926 | 2025-02-21T13:16:22.399Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2927 | 2025-02-21T13:16:22.629Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2928 | 2025-02-21T13:16:27.179Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2929 | 2025-02-21T13:16:27.179Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2930 | 2025-02-21T13:16:27.179Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2931 | 2025-02-21T13:16:27.179Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2932 | 2025-02-21T13:16:27.179Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2933 | 2025-02-21T13:16:27.179Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2934 | 2025-02-21T13:16:27.267Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2935 | 2025-02-21T13:16:28.403Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2936 | 2025-02-21T13:16:30.779Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2937 | 2025-02-21T13:16:31.101Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2938 | 2025-02-21T13:16:31.236Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2939 | 2025-02-21T13:16:32.033Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2940 | 2025-02-21T13:16:34.858Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2941 | 2025-02-21T13:16:36.673Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2942 | 2025-02-21T13:16:36.883Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2943 | 2025-02-21T13:16:36.913Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2944 | 2025-02-21T13:16:38.805Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2945 | 2025-02-21T13:16:39.241Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2946 | 2025-02-21T13:16:44.258Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2947 | 2025-02-21T13:16:52.363Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2948 | 2025-02-21T13:16:53.912Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2949 | 2025-02-21T13:17:16.672Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2950 | 2025-02-21T13:17:38.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
2951 | 2025-02-21T13:17:38.682Z | |
2952 | 2025-02-21T13:17:38.685Z | real 2:21.518686377 |
2953 | 2025-02-21T13:17:38.685Z | user 11:48.126663289 |
2954 | 2025-02-21T13:17:38.685Z | sys 1:34.723824764 |
2955 | 2025-02-21T13:17:38.685Z | trap 0.351579173 |
2956 | 2025-02-21T13:17:38.685Z | tflt 0.231560715 |
2957 | 2025-02-21T13:17:38.685Z | dflt 0.455948364 |
2958 | 2025-02-21T13:17:38.685Z | kflt 0.000011823 |
2959 | 2025-02-21T13:17:38.685Z | lock 21:27.133349423 |
2960 | 2025-02-21T13:17:38.685Z | slp 40:56.510744135 |
2961 | 2025-02-21T13:17:38.685Z | lat 37.235167964 |
2962 | 2025-02-21T13:17:38.685Z | stop 1:34.009454135 |
2963 | 2025-02-21T13:17:38.685Z | + mkdir tests |
2964 | 2025-02-21T13:17:38.688Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2965 | 2025-02-21T13:17:38.688Z | + xargs -I '{}' -t cp '{}' tests/ |
2966 | 2025-02-21T13:17:40.079Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9f747a2262c0a7ef tests/ |
2967 | 2025-02-21T13:17:40.101Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-012c5639a6930757 tests/ |
2968 | 2025-02-21T13:17:40.123Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7b2f243d38da8f45 tests/ |
2969 | 2025-02-21T13:17:40.144Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-359a82efc245b6d4 tests/ |
2970 | 2025-02-21T13:17:40.438Z | + 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/*) |
2971 | 2025-02-21T13:17:40.441Z | + 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-7b2f243d38da8f45 tests/commtest-012c5639a6930757 tests/dhcp_server-9f747a2262c0a7ef tests/end_to_end_tests-359a82efc245b6d4 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 |
2972 | 2025-02-21T13:18:58.192Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2973 | 2025-02-21T13:18:58.192Z | a .github/buildomat/ci-env.sh 1K |
2974 | 2025-02-21T13:18:58.192Z | a out/target/test 1K |
2975 | 2025-02-21T13:18:58.192Z | a out/npuzone/npuzone 23144K |
2976 | 2025-02-21T13:18:58.192Z | a package-manifest.toml 33K |
2977 | 2025-02-21T13:18:58.192Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2978 | 2025-02-21T13:18:58.192Z | a target/release/omicron-package 39539K |
2979 | 2025-02-21T13:18:58.192Z | a target/release/xtask 10715K |
2980 | 2025-02-21T13:18:58.192Z | a target/debug/bootstrap 220898K |
2981 | 2025-02-21T13:18:58.192Z | a tests/bootstrap-7b2f243d38da8f45 24239K |
2982 | 2025-02-21T13:18:58.192Z | a tests/commtest-012c5639a6930757 24527K |
2983 | 2025-02-21T13:18:58.192Z | a tests/dhcp_server-9f747a2262c0a7ef 24239K |
2984 | 2025-02-21T13:18:58.192Z | a tests/end_to_end_tests-359a82efc245b6d4 281614K |
2985 | 2025-02-21T13:18:58.192Z | a out/clickhouse.tar.gz 306109K |
2986 | 2025-02-21T13:18:58.192Z | a out/clickhouse_keeper.tar.gz 291811K |
2987 | 2025-02-21T13:18:58.192Z | a out/clickhouse_server.tar.gz 306089K |
2988 | 2025-02-21T13:18:58.192Z | a out/cockroachdb.tar.gz 144922K |
2989 | 2025-02-21T13:18:58.192Z | a out/crucible-dtrace.tar 99K |
2990 | 2025-02-21T13:18:58.192Z | a out/crucible-pantry-zone.tar.gz 33319K |
2991 | 2025-02-21T13:18:58.192Z | a out/crucible-zone.tar.gz 41690K |
2992 | 2025-02-21T13:18:58.192Z | a out/external-dns.tar.gz 46717K |
2993 | 2025-02-21T13:18:58.192Z | a out/internal-dns.tar.gz 46717K |
2994 | 2025-02-21T13:18:58.192Z | a out/mg-ddm-gz.tar 63075K |
2995 | 2025-02-21T13:18:58.193Z | a out/nexus.tar.gz 112108K |
2996 | 2025-02-21T13:18:58.193Z | a out/ntp.tar.gz 15264K |
2997 | 2025-02-21T13:18:58.193Z | a out/omicron-gateway-softnpu.tar.gz 26032K |
2998 | 2025-02-21T13:18:58.193Z | a out/omicron-sled-agent.tar 127285K |
2999 | 2025-02-21T13:18:58.193Z | a out/overlay.tar.gz 3K |
3000 | 2025-02-21T13:18:58.193Z | a out/oximeter.tar.gz 56411K |
3001 | 2025-02-21T13:18:58.193Z | a out/oxlog.tar 3138K |
3002 | 2025-02-21T13:18:58.193Z | a out/probe.tar.gz 2764K |
3003 | 2025-02-21T13:18:58.193Z | a out/propolis-server.tar.gz 66425K |
3004 | 2025-02-21T13:18:58.193Z | a out/pumpkind-gz.tar 26665K |
3005 | 2025-02-21T13:18:58.193Z | a out/switch-softnpu.tar.gz 268942K |
3006 | 2025-02-21T13:18:58.198Z | |
3007 | 2025-02-21T13:18:58.199Z | real 1:17.770985507 |
3008 | 2025-02-21T13:18:58.199Z | user 1:14.073160580 |
3009 | 2025-02-21T13:18:58.199Z | sys 5.229757233 |
3010 | 2025-02-21T13:18:58.199Z | trap 0.019695341 |
3011 | 2025-02-21T13:18:58.199Z | tflt 0.000000000 |
3012 | 2025-02-21T13:18:58.199Z | dflt 0.000000000 |
3013 | 2025-02-21T13:18:58.199Z | kflt 0.000000000 |
3014 | 2025-02-21T13:18:58.199Z | lock 0.000000000 |
3015 | 2025-02-21T13:18:58.199Z | slp 1:13.869693028 |
3016 | 2025-02-21T13:18:58.199Z | lat 2.344925834 |
3017 | 2025-02-21T13:18:58.199Z | stop 0.000211089 |
3018 | 2025-02-21T13:18:58.199Z | process exited: duration 1966282 ms, exit code 0 |
|
3019 | 2025-02-21T13:18:58.214Z | found 1 output files |
3020 | 2025-02-21T13:18:58.214Z | uploading: /work/package.tar.gz (2045321679 bytes) |
3021 | 2025-02-21T13:19:43.335Z | uploaded: /work/package.tar.gz |