|
|
|
1 | 2025-01-31T04:42:12.416Z | job assigned to worker 01JJXAKKJJNW1TBW34FPFBF06H [factory aws, i-04a0cec6363fbb5b1] (queued for 57 s) |
|
2 | 2025-01-31T04:42:20.207Z | starting task 0: "setup" |
3 | 2025-01-31T04:42:20.216Z | ++ uname -s |
4 | 2025-01-31T04:42:20.218Z | + kern=SunOS |
5 | 2025-01-31T04:42:20.218Z | + build_user=build |
6 | 2025-01-31T04:42:20.218Z | + build_uid=12345 |
7 | 2025-01-31T04:42:20.218Z | + work_dir=/work |
8 | 2025-01-31T04:42:20.218Z | + input_dir=/input |
9 | 2025-01-31T04:42:20.218Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T04:42:20.218Z | + case "$kern" in |
11 | 2025-01-31T04:42:20.218Z | + groupadd -g 12345 build |
12 | 2025-01-31T04:42:20.224Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T04:42:22.228Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T04:42:22.348Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T04:42:22.352Z | + home_fs=zfs |
16 | 2025-01-31T04:42:22.352Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T04:42:22.352Z | + mkdir -p /home/build |
18 | 2025-01-31T04:42:22.356Z | + chown build:build /home/build /work |
19 | 2025-01-31T04:42:24.355Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T04:42:24.359Z | process exited: duration 4152 ms, exit code 0 |
|
21 | 2025-01-31T04:42:24.364Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T04:42:24.369Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-01-31T04:42:24.369Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-01-31T04:42:24.370Z | * rust toolchain channel = "1.84.1" |
25 | 2025-01-31T04:42:24.370Z | * rust toolchain profile = "default" |
26 | 2025-01-31T04:42:24.370Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-01-31T04:42:24.370Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T04:42:24.373Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T04:42:24.373Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-01-31T04:42:24.498Z | info: downloading installer |
31 | 2025-01-31T04:42:26.102Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T04:42:26.102Z | warning: /opt/ooce/bin |
33 | 2025-01-31T04:42:26.102Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T04:42:26.102Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T04:42:26.102Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T04:42:26.102Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T04:42:26.102Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T04:42:26.102Z | error: cannot install while Rust is installed |
39 | 2025-01-31T04:42:26.102Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T04:42:26.120Z | info: profile set to 'default' |
41 | 2025-01-31T04:42:26.120Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T04:42:26.124Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-01-31T04:42:26.309Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-01-31T04:42:26.309Z | info: downloading component 'cargo' |
45 | 2025-01-31T04:42:27.185Z | info: downloading component 'clippy' |
46 | 2025-01-31T04:42:27.522Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T04:42:28.721Z | info: downloading component 'rust-std' |
48 | 2025-01-31T04:42:30.664Z | info: downloading component 'rustc' |
49 | 2025-01-31T04:42:37.538Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T04:42:37.795Z | info: installing component 'cargo' |
51 | 2025-01-31T04:42:38.669Z | info: installing component 'clippy' |
52 | 2025-01-31T04:42:39.059Z | info: installing component 'rust-docs' |
53 | 2025-01-31T04:42:40.829Z | info: installing component 'rust-std' |
54 | 2025-01-31T04:42:42.858Z | info: installing component 'rustc' |
55 | 2025-01-31T04:42:49.312Z | info: installing component 'rustfmt' |
56 | 2025-01-31T04:42:49.659Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-01-31T04:42:49.659Z | |
58 | 2025-01-31T04:42:50.052Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-01-31T04:42:50.052Z | |
60 | 2025-01-31T04:42:50.054Z | |
61 | 2025-01-31T04:42:50.055Z | Rust is installed now. Great! |
62 | 2025-01-31T04:42:50.055Z | |
63 | 2025-01-31T04:42:50.055Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T04:42:50.055Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T04:42:50.055Z | |
66 | 2025-01-31T04:42:50.055Z | To configure your current shell, you need to source |
67 | 2025-01-31T04:42:50.055Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T04:42:50.055Z | |
69 | 2025-01-31T04:42:50.055Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T04:42:50.055Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T04:42:50.055Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T04:42:50.139Z | + rustup --version |
73 | 2025-01-31T04:42:50.147Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T04:42:50.147Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T04:42:50.236Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-01-31T04:42:50.241Z | + cargo --version |
77 | 2025-01-31T04:42:50.335Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-01-31T04:42:50.339Z | + rustc --version |
79 | 2025-01-31T04:42:50.420Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-01-31T04:42:50.426Z | process exited: duration 26059 ms, exit code 0 |
|
81 | 2025-01-31T04:42:50.431Z | starting task 2: "authentication" |
82 | 2025-01-31T04:42:50.454Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-01-31T04:42:50.460Z | starting task 3: "clone repository" |
84 | 2025-01-31T04:42:50.466Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-01-31T04:42:50.469Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-01-31T04:42:50.503Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-01-31T04:42:59.198Z | + cd /work/oxidecomputer/omicron |
88 | 2025-01-31T04:42:59.200Z | + git fetch origin dca2481cd962df162b787691858917fe3eff2e70 |
89 | 2025-01-31T04:42:59.568Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-01-31T04:42:59.569Z | * branch dca2481cd962df162b787691858917fe3eff2e70 -> FETCH_HEAD |
91 | 2025-01-31T04:42:59.582Z | + [[ -n iliana/1.84.1 ]] |
92 | 2025-01-31T04:42:59.585Z | ++ git branch --show-current |
93 | 2025-01-31T04:42:59.587Z | + current=main |
94 | 2025-01-31T04:42:59.587Z | + [[ main != iliana/1.84.1 ]] |
95 | 2025-01-31T04:42:59.587Z | + git branch -f iliana/1.84.1 dca2481cd962df162b787691858917fe3eff2e70 |
96 | 2025-01-31T04:42:59.590Z | + git checkout -f iliana/1.84.1 |
97 | 2025-01-31T04:42:59.745Z | Switched to branch 'iliana/1.84.1' |
98 | 2025-01-31T04:42:59.748Z | + git reset --hard dca2481cd962df162b787691858917fe3eff2e70 |
99 | 2025-01-31T04:42:59.901Z | HEAD is now at dca2481cd Update to Rust 1.84.1 |
100 | 2025-01-31T04:42:59.904Z | process exited: duration 9443 ms, exit code 0 |
|
101 | 2025-01-31T04:42:59.909Z | starting task 4: "build" |
102 | 2025-01-31T04:42:59.915Z | + source .github/buildomat/ci-env.sh |
103 | 2025-01-31T04:42:59.915Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-01-31T04:42:59.915Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-01-31T04:42:59.915Z | + cargo --version |
106 | 2025-01-31T04:42:59.970Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-01-31T04:42:59.973Z | + rustc --version |
108 | 2025-01-31T04:43:00.038Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-01-31T04:43:00.042Z | + WORK=/work |
110 | 2025-01-31T04:43:00.042Z | + pfexec mkdir -p /work |
111 | 2025-01-31T04:43:00.047Z | + pfexec chown build /work |
112 | 2025-01-31T04:43:00.050Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-01-31T04:43:01.765Z | pkg list: illegal option -- F |
114 | 2025-01-31T04:43:01.765Z | Usage: |
115 | 2025-01-31T04:43:01.769Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-01-31T04:43:01.769Z | [pkg_fmri_pattern ...] |
117 | 2025-01-31T04:43:02.623Z | pkg list: illegal option -- F |
118 | 2025-01-31T04:43:02.623Z | Usage: |
119 | 2025-01-31T04:43:02.626Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-31T04:43:02.626Z | [pkg_fmri_pattern ...] |
121 | 2025-01-31T04:43:10.057Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-01-31T04:43:14.370Z | Startup: Caching catalogs ... Done |
123 | 2025-01-31T04:43:26.362Z | Planning: Solver setup ... Done (11.156s) |
124 | 2025-01-31T04:43:26.510Z | Planning: Running solver ... Done (0.149s) |
125 | 2025-01-31T04:43:26.631Z | Planning: Finding local manifests ... Done (0.007s) |
126 | 2025-01-31T04:43:26.662Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-01-31T04:43:27.322Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-01-31T04:43:27.439Z | Planning: Package planning ... Done (0.116s) |
129 | 2025-01-31T04:43:27.497Z | Planning: Merging actions ... Done (0.058s) |
130 | 2025-01-31T04:43:27.699Z | Planning: Checking for conflicting actions ... Done (0.199s) |
131 | 2025-01-31T04:43:29.807Z | Planning: Consolidating action changes ... Done (2.111s) |
132 | 2025-01-31T04:43:30.263Z | Planning: Evaluating mediators ... Done (0.456s) |
133 | 2025-01-31T04:43:30.352Z | Planning: Planning completed in 15.88 seconds |
134 | 2025-01-31T04:43:30.369Z | Packages to install: 4 |
135 | 2025-01-31T04:43:30.369Z | Packages to update: 3 |
136 | 2025-01-31T04:43:30.369Z | Mediators to change: 2 |
137 | 2025-01-31T04:43:30.372Z | Services to change: 1 |
138 | 2025-01-31T04:43:30.372Z | Estimated space available: 155.61 GB |
139 | 2025-01-31T04:43:30.372Z | Estimated space to be consumed: 1.65 GB |
140 | 2025-01-31T04:43:30.372Z | Create boot environment: No |
141 | 2025-01-31T04:43:30.372Z | Create backup boot environment: Yes |
142 | 2025-01-31T04:43:30.372Z | Rebuild boot archive: No |
143 | 2025-01-31T04:43:30.372Z | |
144 | 2025-01-31T04:43:30.372Z | Changed mediators: |
145 | 2025-01-31T04:43:30.373Z | mediator clang: |
146 | 2025-01-31T04:43:30.373Z | version: None -> 15 (system default) |
147 | 2025-01-31T04:43:30.373Z | |
148 | 2025-01-31T04:43:30.373Z | mediator llvm: |
149 | 2025-01-31T04:43:30.373Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-01-31T04:43:30.373Z | |
151 | 2025-01-31T04:43:30.373Z | Changed packages: |
152 | 2025-01-31T04:43:30.373Z | helios-dev |
153 | 2025-01-31T04:43:30.373Z | developer/build-essential |
154 | 2025-01-31T04:43:30.373Z | None -> 11-2.0 |
155 | 2025-01-31T04:43:30.373Z | library/libxmlsec1 |
156 | 2025-01-31T04:43:30.373Z | None -> 1.2.35-2.0 |
157 | 2025-01-31T04:43:30.373Z | ooce/developer/clang-15 |
158 | 2025-01-31T04:43:30.373Z | None -> 15.0.7-2.0 |
159 | 2025-01-31T04:43:30.373Z | ooce/developer/llvm-15 |
160 | 2025-01-31T04:43:30.373Z | None -> 15.0.7-2.0 |
161 | 2025-01-31T04:43:30.373Z | package/pkg |
162 | 2025-01-31T04:43:30.373Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-01-31T04:43:30.373Z | system/library/g++-runtime |
164 | 2025-01-31T04:43:30.373Z | 13-2.0 -> 14-2.0 |
165 | 2025-01-31T04:43:30.373Z | system/library/gcc-runtime |
166 | 2025-01-31T04:43:30.373Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-31T04:43:30.373Z | |
168 | 2025-01-31T04:43:30.373Z | Services: |
169 | 2025-01-31T04:43:30.373Z | restart_fmri: |
170 | 2025-01-31T04:43:30.373Z | svc:/system/update-man-index:default |
171 | 2025-01-31T04:43:30.373Z | |
172 | 2025-01-31T04:43:30.373Z | Editable files to change: |
173 | 2025-01-31T04:43:30.373Z | Update: |
174 | 2025-01-31T04:43:30.373Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-01-31T04:43:30.457Z | |
176 | 2025-01-31T04:43:30.457Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-01-31T04:43:35.463Z | Download: 382/4301 items 16.6/225.4MB 7% complete (3.5M/s) |
178 | 2025-01-31T04:43:40.473Z | Download: 801/4301 items 18.7/225.4MB 8% complete (2.0M/s) |
179 | 2025-01-31T04:43:45.473Z | Download: 1136/4301 items 60.0/225.4MB 26% complete (4.2M/s) |
180 | 2025-01-31T04:43:51.678Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (6.5M/s) |
181 | 2025-01-31T04:44:04.483Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
182 | 2025-01-31T04:44:09.501Z | Download: 1788/4301 items 118.4/225.4MB 52% complete (7.2M/s) |
183 | 2025-01-31T04:44:15.352Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (4.0M/s) |
184 | 2025-01-31T04:44:20.354Z | Download: 2691/4301 items 120.7/225.4MB 53% complete (217k/s) |
185 | 2025-01-31T04:44:25.360Z | Download: 3181/4301 items 185.8/225.4MB 82% complete (6.6M/s) |
186 | 2025-01-31T04:44:30.974Z | Download: 3245/4301 items 203.1/225.4MB 90% complete (9.0M/s) |
187 | 2025-01-31T04:44:46.566Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
188 | 2025-01-31T04:44:52.100Z | Download: 4284/4301 items 223.5/225.4MB 99% complete (4.3M/s) |
189 | 2025-01-31T04:44:52.538Z | Download: Completed 225.42 MB in 82.08 seconds (2.8M/s) |
190 | 2025-01-31T04:44:54.624Z | Actions: 1/5122 actions (Removing old actions) |
191 | 2025-01-31T04:44:54.646Z | Actions: 194/5122 actions (Installing new actions) |
192 | 2025-01-31T04:44:59.537Z | Actions: 4267/5122 actions (Updating modified actions) |
193 | 2025-01-31T04:44:59.909Z | Actions: Completed 5122 actions in 5.28 seconds. |
194 | 2025-01-31T04:45:00.340Z | Done (0.422s) |
195 | 2025-01-31T04:45:00.344Z | Done (0.002s) |
196 | 2025-01-31T04:45:00.941Z | Done (0.598s) |
197 | 2025-01-31T04:45:05.640Z | Done (4.453s) |
198 | 2025-01-31T04:45:05.735Z | Done (0.019s) |
199 | 2025-01-31T04:45:05.737Z | Done (0.000s) |
200 | 2025-01-31T04:45:05.919Z | Done (0.000s) |
201 | 2025-01-31T04:45:06.665Z | Planning: Evaluating mediator changes ... Done |
202 | 2025-01-31T04:45:06.834Z | Planning: Checking for conflicting actions ... Done |
203 | 2025-01-31T04:45:06.837Z | Planning: Consolidating action changes ... Done |
204 | 2025-01-31T04:45:07.119Z | Planning: Evaluating mediators ... Done |
205 | 2025-01-31T04:45:07.121Z | Planning: Planning completed in 0.46 seconds |
206 | 2025-01-31T04:45:07.163Z | Mediators to change: 2 |
207 | 2025-01-31T04:45:07.163Z | Create boot environment: No |
208 | 2025-01-31T04:45:07.172Z | Create backup boot environment: No |
209 | 2025-01-31T04:45:07.248Z | Done |
210 | 2025-01-31T04:45:07.248Z | Done |
211 | 2025-01-31T04:45:07.675Z | Done |
212 | 2025-01-31T04:45:11.646Z | Done |
213 | 2025-01-31T04:45:11.697Z | Done |
214 | 2025-01-31T04:45:11.699Z | Done |
215 | 2025-01-31T04:45:11.827Z | Done |
216 | 2025-01-31T04:45:12.474Z | Planning: Evaluating mediator changes ... Done |
217 | 2025-01-31T04:45:12.477Z | Planning: Merging actions ... Done |
218 | 2025-01-31T04:45:12.672Z | Planning: Checking for conflicting actions ... Done |
219 | 2025-01-31T04:45:12.674Z | Planning: Consolidating action changes ... Done |
220 | 2025-01-31T04:45:12.949Z | Planning: Evaluating mediators ... Done |
221 | 2025-01-31T04:45:13.007Z | Planning: Planning completed in 0.79 seconds |
222 | 2025-01-31T04:45:13.050Z | Packages to change: 1 |
223 | 2025-01-31T04:45:13.050Z | Mediators to change: 1 |
224 | 2025-01-31T04:45:13.050Z | Services to change: 1 |
225 | 2025-01-31T04:45:13.053Z | Create boot environment: No |
226 | 2025-01-31T04:45:13.053Z | Create backup boot environment: Yes |
227 | 2025-01-31T04:45:15.258Z | Actions: 1/6 actions (Updating modified actions) |
228 | 2025-01-31T04:45:15.261Z | Actions: Completed 6 actions in 0.00 seconds. |
229 | 2025-01-31T04:45:15.261Z | Done |
230 | 2025-01-31T04:45:15.261Z | Done |
231 | 2025-01-31T04:45:15.384Z | Done |
232 | 2025-01-31T04:45:19.347Z | Done |
233 | 2025-01-31T04:45:19.443Z | Done |
234 | 2025-01-31T04:45:19.445Z | Done |
235 | 2025-01-31T04:45:19.577Z | Done |
236 | 2025-01-31T04:45:20.042Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
237 | 2025-01-31T04:45:20.042Z | clang system 15 system |
238 | 2025-01-31T04:45:20.042Z | csh system system illumos |
239 | 2025-01-31T04:45:20.042Z | ctags system system illumos |
240 | 2025-01-31T04:45:20.042Z | gcc vendor 12 vendor |
241 | 2025-01-31T04:45:20.042Z | gcc system 10 system |
242 | 2025-01-31T04:45:20.042Z | gcc system 7 system |
243 | 2025-01-31T04:45:20.042Z | go system 1.20 system |
244 | 2025-01-31T04:45:20.042Z | go system 1.19 system |
245 | 2025-01-31T04:45:20.042Z | llvm system 15 system |
246 | 2025-01-31T04:45:20.042Z | llvm system 14 system |
247 | 2025-01-31T04:45:20.042Z | mariadb system 10.6 system |
248 | 2025-01-31T04:45:20.042Z | mta vendor vendor dma |
249 | 2025-01-31T04:45:20.042Z | openjdk system 17 system |
250 | 2025-01-31T04:45:20.042Z | openjdk system 11 system |
251 | 2025-01-31T04:45:20.042Z | openjdk system 1.8 system |
252 | 2025-01-31T04:45:20.042Z | openssl vendor 3 vendor |
253 | 2025-01-31T04:45:20.042Z | perl system 5.36 system |
254 | 2025-01-31T04:45:20.042Z | postgresql system 15 system |
255 | 2025-01-31T04:45:20.042Z | postgresql system 13 system |
256 | 2025-01-31T04:45:20.042Z | python vendor 3 vendor |
257 | 2025-01-31T04:45:20.042Z | python system 2 system |
258 | 2025-01-31T04:45:20.042Z | python3 system 3.11 system |
259 | 2025-01-31T04:45:20.042Z | ruby system 3.0 system |
260 | 2025-01-31T04:45:20.042Z | words vendor vendor american-english |
261 | 2025-01-31T04:45:20.042Z | words system system australian-english |
262 | 2025-01-31T04:45:20.042Z | words system system british-english |
263 | 2025-01-31T04:45:20.042Z | words system system canadian-english |
264 | 2025-01-31T04:45:20.042Z | words system system french |
265 | 2025-01-31T04:45:20.043Z | words system system italian |
266 | 2025-01-31T04:45:20.043Z | words system system ngerman |
267 | 2025-01-31T04:45:20.043Z | words system system ogerman |
268 | 2025-01-31T04:45:20.043Z | words system system spanish |
269 | 2025-01-31T04:45:20.405Z | PUBLISHER TYPE STATUS P LOCATION |
270 | 2025-01-31T04:45:20.405Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
271 | 2025-01-31T04:45:23.338Z | FMRI IFO |
272 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
273 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
274 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
275 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
276 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
277 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
278 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
279 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
280 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
281 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
282 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
283 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
284 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
285 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
286 | 2025-01-31T04:45:23.338Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
287 | 2025-01-31T04:45:24.158Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
288 | 2025-01-31T04:45:24.455Z | Updating crates.io index |
289 | 2025-01-31T04:45:24.531Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
290 | 2025-01-31T04:45:24.907Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2025-01-31T04:45:25.438Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2025-01-31T04:45:25.740Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2025-01-31T04:45:26.036Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2025-01-31T04:45:26.326Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
295 | 2025-01-31T04:45:27.230Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2025-01-31T04:45:28.942Z | Updating git repository `https://github.com/oxidecomputer/opte` |
297 | 2025-01-31T04:45:29.619Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2025-01-31T04:45:30.375Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
299 | 2025-01-31T04:45:30.661Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
300 | 2025-01-31T04:45:30.957Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
301 | 2025-01-31T04:45:31.533Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
302 | 2025-01-31T04:45:31.848Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2025-01-31T04:45:32.140Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2025-01-31T04:45:32.438Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2025-01-31T04:45:32.714Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2025-01-31T04:45:33.032Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2025-01-31T04:45:33.339Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
308 | 2025-01-31T04:45:33.632Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
309 | 2025-01-31T04:45:33.954Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
310 | 2025-01-31T04:45:34.276Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2025-01-31T04:45:34.647Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2025-01-31T04:45:34.904Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2025-01-31T04:45:35.394Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2025-01-31T04:45:35.691Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2025-01-31T04:45:36.160Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2025-01-31T04:45:36.564Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2025-01-31T04:45:36.860Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2025-01-31T04:45:37.125Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2025-01-31T04:45:37.377Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2025-01-31T04:45:38.686Z | Downloading crates ... |
321 | 2025-01-31T04:45:38.817Z | Downloaded version_check v0.9.5 |
322 | 2025-01-31T04:45:38.894Z | Downloaded byteorder v1.5.0 |
323 | 2025-01-31T04:45:38.900Z | Downloaded anstyle v1.0.10 |
324 | 2025-01-31T04:45:38.905Z | Downloaded camino-tempfile v1.1.1 |
325 | 2025-01-31T04:45:38.908Z | Downloaded anstream v0.6.15 |
326 | 2025-01-31T04:45:38.912Z | Downloaded cargo_metadata v0.18.1 |
327 | 2025-01-31T04:45:38.914Z | Downloaded generic-array v0.14.7 |
328 | 2025-01-31T04:45:38.917Z | Downloaded colorchoice v1.0.2 |
329 | 2025-01-31T04:45:38.917Z | Downloaded clap_derive v4.5.24 |
330 | 2025-01-31T04:45:38.920Z | Downloaded clap v4.5.27 |
331 | 2025-01-31T04:45:38.928Z | Downloaded fnv v1.0.7 |
332 | 2025-01-31T04:45:38.931Z | Downloaded equivalent v1.0.1 |
333 | 2025-01-31T04:45:38.931Z | Downloaded bitflags v2.6.0 |
334 | 2025-01-31T04:45:38.934Z | Downloaded cargo_toml v0.20.5 |
335 | 2025-01-31T04:45:38.937Z | Downloaded anstyle-query v1.1.1 |
336 | 2025-01-31T04:45:38.937Z | Downloaded digest v0.10.7 |
337 | 2025-01-31T04:45:38.939Z | Downloaded crypto-common v0.1.6 |
338 | 2025-01-31T04:45:38.939Z | Downloaded cpufeatures v0.2.14 |
339 | 2025-01-31T04:45:38.942Z | Downloaded cfg-if v1.0.0 |
340 | 2025-01-31T04:45:38.942Z | Downloaded anyhow v1.0.95 |
341 | 2025-01-31T04:45:38.945Z | Downloaded cargo-platform v0.1.8 |
342 | 2025-01-31T04:45:38.948Z | Downloaded anstyle-parse v0.2.5 |
343 | 2025-01-31T04:45:38.952Z | Downloaded dtrace-parser v0.2.0 |
344 | 2025-01-31T04:45:38.955Z | Downloaded clap_lex v0.7.4 |
345 | 2025-01-31T04:45:38.955Z | Downloaded clap_builder v4.5.27 |
346 | 2025-01-31T04:45:38.962Z | Downloaded fs-err v2.11.0 |
347 | 2025-01-31T04:45:38.964Z | Downloaded camino v1.1.9 |
348 | 2025-01-31T04:45:38.967Z | Downloaded heck v0.4.1 |
349 | 2025-01-31T04:45:38.968Z | Downloaded errno v0.3.9 |
350 | 2025-01-31T04:45:38.968Z | Downloaded block-buffer v0.10.4 |
351 | 2025-01-31T04:45:38.971Z | Downloaded fastrand v2.1.1 |
352 | 2025-01-31T04:45:38.971Z | Downloaded bytecount v0.6.8 |
353 | 2025-01-31T04:45:38.974Z | Downloaded autocfg v1.4.0 |
354 | 2025-01-31T04:45:38.984Z | Downloaded swrite v0.1.0 |
355 | 2025-01-31T04:45:38.987Z | Downloaded scroll_derive v0.12.0 |
356 | 2025-01-31T04:45:38.993Z | Downloaded proc-macro-error v1.0.4 |
357 | 2025-01-31T04:45:38.996Z | Downloaded serde_spanned v0.6.8 |
358 | 2025-01-31T04:45:38.998Z | Downloaded proc-macro2 v1.0.92 |
359 | 2025-01-31T04:45:39.001Z | Downloaded pretty-hex v0.4.1 |
360 | 2025-01-31T04:45:39.004Z | Downloaded pest_generator v2.7.14 |
361 | 2025-01-31T04:45:39.004Z | Downloaded memmap v0.7.0 |
362 | 2025-01-31T04:45:39.004Z | Downloaded dof v0.3.0 |
363 | 2025-01-31T04:45:39.016Z | Downloaded smawk v0.3.2 |
364 | 2025-01-31T04:45:39.020Z | Downloaded thiserror-impl v1.0.69 |
365 | 2025-01-31T04:45:39.022Z | Downloaded is_terminal_polyfill v1.70.1 |
366 | 2025-01-31T04:45:39.022Z | Downloaded proc-macro-error-attr v1.0.4 |
367 | 2025-01-31T04:45:39.025Z | Downloaded usdt-attr-macro v0.5.0 |
368 | 2025-01-31T04:45:39.028Z | Downloaded indexmap v2.7.1 |
369 | 2025-01-31T04:45:39.032Z | Downloaded terminal_size v0.4.0 |
370 | 2025-01-31T04:45:39.037Z | Downloaded scroll v0.12.0 |
371 | 2025-01-31T04:45:39.039Z | Downloaded strsim v0.11.1 |
372 | 2025-01-31T04:45:39.042Z | Downloaded serde_tokenstream v0.2.2 |
373 | 2025-01-31T04:45:39.042Z | Downloaded plain v0.2.3 |
374 | 2025-01-31T04:45:39.045Z | Downloaded macaddr v1.0.1 |
375 | 2025-01-31T04:45:39.045Z | Downloaded itoa v1.0.11 |
376 | 2025-01-31T04:45:39.047Z | Downloaded pest_derive v2.7.14 |
377 | 2025-01-31T04:45:39.047Z | Downloaded usdt v0.5.0 |
378 | 2025-01-31T04:45:39.050Z | Downloaded unicode-linebreak v0.1.5 |
379 | 2025-01-31T04:45:39.050Z | Downloaded toml_datetime v0.6.8 |
380 | 2025-01-31T04:45:39.053Z | Downloaded thread-id v4.2.2 |
381 | 2025-01-31T04:45:39.053Z | Downloaded heck v0.5.0 |
382 | 2025-01-31T04:45:39.053Z | Downloaded tabled_derive v0.7.0 |
383 | 2025-01-31T04:45:39.056Z | Downloaded sha2 v0.10.8 |
384 | 2025-01-31T04:45:39.060Z | Downloaded usdt-macro v0.5.0 |
385 | 2025-01-31T04:45:39.063Z | Downloaded papergrid v0.11.0 |
386 | 2025-01-31T04:45:39.067Z | Downloaded once_cell v1.20.2 |
387 | 2025-01-31T04:45:39.070Z | Downloaded utf8parse v0.2.2 |
388 | 2025-01-31T04:45:39.077Z | Downloaded quote v1.0.38 |
389 | 2025-01-31T04:45:39.081Z | Downloaded tempfile v3.13.0 |
390 | 2025-01-31T04:45:39.084Z | Downloaded thiserror v1.0.69 |
391 | 2025-01-31T04:45:39.088Z | Downloaded ryu v1.0.18 |
392 | 2025-01-31T04:45:39.092Z | Downloaded usdt-impl v0.5.0 |
393 | 2025-01-31T04:45:39.094Z | Downloaded typenum v1.17.0 |
394 | 2025-01-31T04:45:39.096Z | Downloaded log v0.4.22 |
395 | 2025-01-31T04:45:39.099Z | Downloaded zerocopy-derive v0.7.35 |
396 | 2025-01-31T04:45:39.102Z | Downloaded ucd-trie v0.1.7 |
397 | 2025-01-31T04:45:39.104Z | Downloaded toml v0.8.19 |
398 | 2025-01-31T04:45:39.107Z | Downloaded unicode-ident v1.0.14 |
399 | 2025-01-31T04:45:39.109Z | Downloaded textwrap v0.16.1 |
400 | 2025-01-31T04:45:39.112Z | Downloaded pest_meta v2.7.14 |
401 | 2025-01-31T04:45:39.114Z | Downloaded semver v1.0.24 |
402 | 2025-01-31T04:45:39.117Z | Downloaded serde_derive v1.0.217 |
403 | 2025-01-31T04:45:39.133Z | Downloaded memchr v2.7.4 |
404 | 2025-01-31T04:45:39.137Z | Downloaded serde v1.0.217 |
405 | 2025-01-31T04:45:39.161Z | Downloaded toml_edit v0.22.22 |
406 | 2025-01-31T04:45:39.182Z | Downloaded hashbrown v0.15.1 |
407 | 2025-01-31T04:45:39.192Z | Downloaded pest v2.7.14 |
408 | 2025-01-31T04:45:39.217Z | Downloaded winnow v0.6.20 |
409 | 2025-01-31T04:45:39.226Z | Downloaded zerocopy v0.7.35 |
410 | 2025-01-31T04:45:39.241Z | Downloaded tabled v0.15.0 |
411 | 2025-01-31T04:45:39.255Z | Downloaded goblin v0.8.2 |
412 | 2025-01-31T04:45:39.260Z | Downloaded serde_json v1.0.135 |
413 | 2025-01-31T04:45:39.269Z | Downloaded unicode-width v0.1.14 |
414 | 2025-01-31T04:45:39.275Z | Downloaded syn v1.0.109 |
415 | 2025-01-31T04:45:39.284Z | Downloaded syn v2.0.96 |
416 | 2025-01-31T04:45:39.297Z | Downloaded rustix v0.38.37 |
417 | 2025-01-31T04:45:39.328Z | Downloaded libc v0.2.169 |
418 | 2025-01-31T04:45:39.647Z | Compiling proc-macro2 v1.0.92 |
419 | 2025-01-31T04:45:39.647Z | Compiling unicode-ident v1.0.14 |
420 | 2025-01-31T04:45:39.649Z | Compiling serde v1.0.217 |
421 | 2025-01-31T04:45:39.649Z | Compiling version_check v0.9.5 |
422 | 2025-01-31T04:45:39.649Z | Compiling memchr v2.7.4 |
423 | 2025-01-31T04:45:39.649Z | Compiling thiserror v1.0.69 |
424 | 2025-01-31T04:45:39.685Z | Compiling libc v0.2.169 |
425 | 2025-01-31T04:45:39.688Z | Compiling itoa v1.0.11 |
426 | 2025-01-31T04:45:39.937Z | Compiling ucd-trie v0.1.7 |
427 | 2025-01-31T04:45:40.012Z | Compiling ryu v1.0.18 |
428 | 2025-01-31T04:45:40.401Z | Compiling once_cell v1.20.2 |
429 | 2025-01-31T04:45:40.451Z | Compiling byteorder v1.5.0 |
430 | 2025-01-31T04:45:40.484Z | Compiling rustix v0.38.37 |
431 | 2025-01-31T04:45:40.782Z | Compiling serde_json v1.0.135 |
432 | 2025-01-31T04:45:41.012Z | Compiling bitflags v2.6.0 |
433 | 2025-01-31T04:45:41.146Z | Compiling proc-macro-error-attr v1.0.4 |
434 | 2025-01-31T04:45:41.247Z | Compiling usdt-impl v0.5.0 |
435 | 2025-01-31T04:45:41.326Z | Compiling syn v1.0.109 |
436 | 2025-01-31T04:45:41.387Z | Compiling proc-macro-error v1.0.4 |
437 | 2025-01-31T04:45:41.442Z | Compiling plain v0.2.3 |
438 | 2025-01-31T04:45:41.497Z | Compiling quote v1.0.38 |
439 | 2025-01-31T04:45:41.639Z | Compiling errno v0.3.9 |
440 | 2025-01-31T04:45:41.685Z | Compiling log v0.4.22 |
441 | 2025-01-31T04:45:41.733Z | Compiling equivalent v1.0.1 |
442 | 2025-01-31T04:45:41.874Z | Compiling hashbrown v0.15.1 |
443 | 2025-01-31T04:45:41.900Z | Compiling syn v2.0.96 |
444 | 2025-01-31T04:45:42.004Z | Compiling utf8parse v0.2.2 |
445 | 2025-01-31T04:45:42.045Z | Compiling camino v1.1.9 |
446 | 2025-01-31T04:45:42.157Z | Compiling anstyle-parse v0.2.5 |
447 | 2025-01-31T04:45:42.190Z | Compiling thread-id v4.2.2 |
448 | 2025-01-31T04:45:42.527Z | Compiling autocfg v1.4.0 |
449 | 2025-01-31T04:45:42.752Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2025-01-31T04:45:42.873Z | Compiling unicode-width v0.1.14 |
451 | 2025-01-31T04:45:42.908Z | Compiling winnow v0.6.20 |
452 | 2025-01-31T04:45:43.001Z | Compiling indexmap v2.7.1 |
453 | 2025-01-31T04:45:43.053Z | Compiling colorchoice v1.0.2 |
454 | 2025-01-31T04:45:43.229Z | Compiling anstyle v1.0.10 |
455 | 2025-01-31T04:45:43.430Z | Compiling semver v1.0.24 |
456 | 2025-01-31T04:45:43.508Z | Compiling anstyle-query v1.1.1 |
457 | 2025-01-31T04:45:43.694Z | Compiling pretty-hex v0.4.1 |
458 | 2025-01-31T04:45:43.723Z | Compiling anstream v0.6.15 |
459 | 2025-01-31T04:45:43.948Z | Compiling terminal_size v0.4.0 |
460 | 2025-01-31T04:45:44.058Z | Compiling fs-err v2.11.0 |
461 | 2025-01-31T04:45:44.393Z | Compiling cfg-if v1.0.0 |
462 | 2025-01-31T04:45:44.421Z | Compiling clap_lex v0.7.4 |
463 | 2025-01-31T04:45:44.423Z | Compiling heck v0.4.1 |
464 | 2025-01-31T04:45:44.536Z | Compiling fastrand v2.1.1 |
465 | 2025-01-31T04:45:44.588Z | Compiling bytecount v0.6.8 |
466 | 2025-01-31T04:45:44.823Z | Compiling heck v0.5.0 |
467 | 2025-01-31T04:45:44.849Z | Compiling anyhow v1.0.95 |
468 | 2025-01-31T04:45:44.903Z | Compiling fnv v1.0.7 |
469 | 2025-01-31T04:45:44.965Z | Compiling strsim v0.11.1 |
470 | 2025-01-31T04:45:45.076Z | Compiling papergrid v0.11.0 |
471 | 2025-01-31T04:45:45.346Z | Compiling clap_builder v4.5.27 |
472 | 2025-01-31T04:45:45.777Z | Compiling tempfile v3.13.0 |
473 | 2025-01-31T04:45:45.893Z | Compiling memmap v0.7.0 |
474 | 2025-01-31T04:45:45.962Z | Compiling smawk v0.3.2 |
475 | 2025-01-31T04:45:46.217Z | Compiling unicode-linebreak v0.1.5 |
476 | 2025-01-31T04:45:46.574Z | Compiling swrite v0.1.0 |
477 | 2025-01-31T04:45:46.738Z | Compiling textwrap v0.16.1 |
478 | 2025-01-31T04:45:47.476Z | Compiling tabled_derive v0.7.0 |
479 | 2025-01-31T04:45:48.931Z | Compiling tabled v0.15.0 |
480 | 2025-01-31T04:45:49.245Z | Compiling serde_derive v1.0.217 |
481 | 2025-01-31T04:45:49.245Z | Compiling thiserror-impl v1.0.69 |
482 | 2025-01-31T04:45:49.248Z | Compiling zerocopy-derive v0.7.35 |
483 | 2025-01-31T04:45:49.467Z | Compiling scroll_derive v0.12.0 |
484 | 2025-01-31T04:45:49.550Z | Compiling clap_derive v4.5.24 |
485 | 2025-01-31T04:45:50.855Z | Compiling scroll v0.12.0 |
486 | 2025-01-31T04:45:51.375Z | Compiling zerocopy v0.7.35 |
487 | 2025-01-31T04:45:51.400Z | Compiling goblin v0.8.2 |
488 | 2025-01-31T04:45:52.109Z | Compiling pest v2.7.14 |
489 | 2025-01-31T04:45:53.092Z | Compiling clap v4.5.27 |
490 | 2025-01-31T04:45:54.405Z | Compiling pest_meta v2.7.14 |
491 | 2025-01-31T04:45:55.380Z | Compiling pest_generator v2.7.14 |
492 | 2025-01-31T04:45:56.854Z | Compiling pest_derive v2.7.14 |
493 | 2025-01-31T04:45:57.529Z | Compiling dtrace-parser v0.2.0 |
494 | 2025-01-31T04:45:58.535Z | Compiling serde_spanned v0.6.8 |
495 | 2025-01-31T04:45:58.535Z | Compiling toml_datetime v0.6.8 |
496 | 2025-01-31T04:45:58.539Z | Compiling cargo-platform v0.1.8 |
497 | 2025-01-31T04:45:58.866Z | Compiling serde_tokenstream v0.2.2 |
498 | 2025-01-31T04:45:58.894Z | Compiling macaddr v1.0.1 |
499 | 2025-01-31T04:45:59.065Z | Compiling toml_edit v0.22.22 |
500 | 2025-01-31T04:45:59.194Z | Compiling camino-tempfile v1.1.1 |
501 | 2025-01-31T04:45:59.991Z | Compiling dof v0.3.0 |
502 | 2025-01-31T04:45:59.991Z | Compiling cargo_metadata v0.18.1 |
503 | 2025-01-31T04:46:01.831Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2025-01-31T04:46:01.831Z | Compiling usdt-macro v0.5.0 |
505 | 2025-01-31T04:46:01.990Z | Compiling toml v0.8.19 |
506 | 2025-01-31T04:46:02.889Z | Compiling cargo_toml v0.20.5 |
507 | 2025-01-31T04:46:03.214Z | Compiling usdt v0.5.0 |
508 | 2025-01-31T04:46:05.726Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2025-01-31T04:46:08.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.04s |
510 | 2025-01-31T04:46:09.258Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2025-01-31T04:46:09.832Z | Downloading crates ... |
512 | 2025-01-31T04:46:09.976Z | Downloaded array-init v0.0.4 |
513 | 2025-01-31T04:46:09.979Z | Downloaded async-stream v0.3.6 |
514 | 2025-01-31T04:46:09.982Z | Downloaded arrayvec v0.7.6 |
515 | 2025-01-31T04:46:09.984Z | Downloaded arrayref v0.3.9 |
516 | 2025-01-31T04:46:09.984Z | Downloaded aead v0.5.2 |
517 | 2025-01-31T04:46:09.990Z | Downloaded async-stream-impl v0.3.6 |
518 | 2025-01-31T04:46:09.992Z | Downloaded argon2 v0.5.3 |
519 | 2025-01-31T04:46:09.996Z | Downloaded darling v0.20.10 |
520 | 2025-01-31T04:46:09.999Z | Downloaded heck v0.3.3 |
521 | 2025-01-31T04:46:10.002Z | Downloaded heapless v0.8.0 |
522 | 2025-01-31T04:46:10.005Z | Downloaded crucible-workspace-hack v0.1.0 |
523 | 2025-01-31T04:46:10.008Z | Downloaded atomicwrites v0.4.4 |
524 | 2025-01-31T04:46:10.008Z | Downloaded ciborium-io v0.2.2 |
525 | 2025-01-31T04:46:10.011Z | Downloaded hubpack_derive v0.1.1 |
526 | 2025-01-31T04:46:10.014Z | Downloaded ident_case v1.0.1 |
527 | 2025-01-31T04:46:10.022Z | Downloaded icu_provider_macros v1.5.0 |
528 | 2025-01-31T04:46:10.025Z | Downloaded cstr-argument v0.1.2 |
529 | 2025-01-31T04:46:10.027Z | Downloaded atty v0.2.14 |
530 | 2025-01-31T04:46:10.027Z | Downloaded cfg_aliases v0.2.1 |
531 | 2025-01-31T04:46:10.032Z | Downloaded instant v0.1.13 |
532 | 2025-01-31T04:46:10.032Z | Downloaded http-body v1.0.1 |
533 | 2025-01-31T04:46:10.034Z | Downloaded crunchy v0.2.2 |
534 | 2025-01-31T04:46:10.034Z | Downloaded md5 v0.7.0 |
535 | 2025-01-31T04:46:10.034Z | Downloaded http-range v0.1.5 |
536 | 2025-01-31T04:46:10.034Z | Downloaded assert_matches v1.5.0 |
537 | 2025-01-31T04:46:10.037Z | Downloaded cfg_aliases v0.1.1 |
538 | 2025-01-31T04:46:10.037Z | Downloaded ahash v0.8.11 |
539 | 2025-01-31T04:46:10.040Z | Downloaded hex-literal v0.4.1 |
540 | 2025-01-31T04:46:10.040Z | Downloaded adler2 v2.0.0 |
541 | 2025-01-31T04:46:10.043Z | Downloaded ascii-canvas v3.0.0 |
542 | 2025-01-31T04:46:10.045Z | Downloaded crc-catalog v2.4.0 |
543 | 2025-01-31T04:46:10.049Z | Downloaded is_ci v1.2.0 |
544 | 2025-01-31T04:46:10.052Z | Downloaded httpdate v1.0.3 |
545 | 2025-01-31T04:46:10.054Z | Downloaded colored v2.1.0 |
546 | 2025-01-31T04:46:10.054Z | Downloaded cexpr v0.6.0 |
547 | 2025-01-31T04:46:10.057Z | Downloaded cbc v0.1.2 |
548 | 2025-01-31T04:46:10.060Z | Downloaded bb8 v0.8.5 |
549 | 2025-01-31T04:46:10.060Z | Downloaded idna_adapter v1.2.0 |
550 | 2025-01-31T04:46:10.062Z | Downloaded linked-hash-map v0.5.6 |
551 | 2025-01-31T04:46:10.062Z | Downloaded cipher v0.4.4 |
552 | 2025-01-31T04:46:10.065Z | Downloaded castaway v0.2.3 |
553 | 2025-01-31T04:46:10.065Z | Downloaded bitfield-struct v0.6.2 |
554 | 2025-01-31T04:46:10.067Z | Downloaded hyper-tls v0.6.0 |
555 | 2025-01-31T04:46:10.070Z | Downloaded lru-cache v0.1.2 |
556 | 2025-01-31T04:46:10.070Z | Downloaded ciborium-ll v0.2.2 |
557 | 2025-01-31T04:46:10.073Z | Downloaded atomic-waker v1.1.2 |
558 | 2025-01-31T04:46:10.073Z | Downloaded block-padding v0.3.3 |
559 | 2025-01-31T04:46:10.076Z | Downloaded bit-set v0.5.3 |
560 | 2025-01-31T04:46:10.076Z | Downloaded blowfish v0.9.1 |
561 | 2025-01-31T04:46:10.079Z | Downloaded bcrypt-pbkdf v0.10.0 |
562 | 2025-01-31T04:46:10.079Z | Downloaded mirai-annotations v1.12.0 |
563 | 2025-01-31T04:46:10.081Z | Downloaded ctr v0.9.2 |
564 | 2025-01-31T04:46:10.081Z | Downloaded crc v3.2.1 |
565 | 2025-01-31T04:46:10.084Z | Downloaded constant_time_eq v0.3.1 |
566 | 2025-01-31T04:46:10.086Z | Downloaded cmake v0.1.51 |
567 | 2025-01-31T04:46:10.086Z | Downloaded libefi-sys v0.1.0 |
568 | 2025-01-31T04:46:10.089Z | Downloaded lazy_static v1.5.0 |
569 | 2025-01-31T04:46:10.091Z | Downloaded cassowary v0.3.0 |
570 | 2025-01-31T04:46:10.091Z | Downloaded bitflags v1.3.2 |
571 | 2025-01-31T04:46:10.094Z | Downloaded mockall v0.13.0 |
572 | 2025-01-31T04:46:10.096Z | Downloaded maplit v1.0.2 |
573 | 2025-01-31T04:46:10.099Z | Downloaded cobs v0.2.3 |
574 | 2025-01-31T04:46:10.099Z | Downloaded keccak v0.1.5 |
575 | 2025-01-31T04:46:10.102Z | Downloaded indent_write v2.2.0 |
576 | 2025-01-31T04:46:10.102Z | Downloaded impl-trait-for-tuples v0.2.2 |
577 | 2025-01-31T04:46:10.104Z | Downloaded buf-list v1.0.3 |
578 | 2025-01-31T04:46:10.107Z | Downloaded psl-types v2.0.11 |
579 | 2025-01-31T04:46:10.109Z | Downloaded lru v0.12.5 |
580 | 2025-01-31T04:46:10.109Z | Downloaded instability v0.3.2 |
581 | 2025-01-31T04:46:10.112Z | Downloaded iana-time-zone v0.1.61 |
582 | 2025-01-31T04:46:10.114Z | Downloaded mime v0.3.17 |
583 | 2025-01-31T04:46:10.117Z | Downloaded async-trait v0.1.85 |
584 | 2025-01-31T04:46:10.119Z | Downloaded managed v0.8.0 |
585 | 2025-01-31T04:46:10.122Z | Downloaded lockfree-object-pool v0.1.6 |
586 | 2025-01-31T04:46:10.125Z | Downloaded progenitor-macro v0.9.1 |
587 | 2025-01-31T04:46:10.125Z | Downloaded bit-vec v0.6.3 |
588 | 2025-01-31T04:46:10.127Z | Downloaded hyper-rustls v0.27.3 |
589 | 2025-01-31T04:46:10.130Z | Downloaded addr2line v0.24.2 |
590 | 2025-01-31T04:46:10.130Z | Downloaded icu_locid_transform v1.5.0 |
591 | 2025-01-31T04:46:10.133Z | Downloaded memmap2 v0.9.5 |
592 | 2025-01-31T04:46:10.135Z | Downloaded is-terminal v0.4.13 |
593 | 2025-01-31T04:46:10.138Z | Downloaded ipnetwork v0.20.0 |
594 | 2025-01-31T04:46:10.138Z | Downloaded ciborium v0.2.2 |
595 | 2025-01-31T04:46:10.141Z | Downloaded memoffset v0.9.1 |
596 | 2025-01-31T04:46:10.143Z | Downloaded termtree v0.4.1 |
597 | 2025-01-31T04:46:10.146Z | Downloaded maybe-uninit v2.0.0 |
598 | 2025-01-31T04:46:10.146Z | Downloaded lock_api v0.4.12 |
599 | 2025-01-31T04:46:10.148Z | Downloaded jobserver v0.1.32 |
600 | 2025-01-31T04:46:10.151Z | Downloaded curve25519-dalek-derive v0.1.1 |
601 | 2025-01-31T04:46:10.151Z | Downloaded csv-core v0.1.11 |
602 | 2025-01-31T04:46:10.153Z | Downloaded crc32fast v1.4.2 |
603 | 2025-01-31T04:46:10.156Z | Downloaded lalrpop-util v0.19.12 |
604 | 2025-01-31T04:46:10.156Z | Downloaded hyper-staticfile v0.10.1 |
605 | 2025-01-31T04:46:10.159Z | Downloaded crossbeam-deque v0.8.5 |
606 | 2025-01-31T04:46:10.161Z | Downloaded take_mut v0.2.2 |
607 | 2025-01-31T04:46:10.161Z | Downloaded sqlparser_derive v0.2.2 |
608 | 2025-01-31T04:46:10.161Z | Downloaded multer v3.1.0 |
609 | 2025-01-31T04:46:10.164Z | Downloaded litemap v0.7.3 |
610 | 2025-01-31T04:46:10.166Z | Downloaded zone_cfg_derive v0.3.0 |
611 | 2025-01-31T04:46:10.169Z | Downloaded zone_cfg_derive v0.1.2 |
612 | 2025-01-31T04:46:10.169Z | Downloaded try-lock v0.2.5 |
613 | 2025-01-31T04:46:10.169Z | Downloaded tinyvec_macros v0.1.1 |
614 | 2025-01-31T04:46:10.172Z | Downloaded time-core v0.1.2 |
615 | 2025-01-31T04:46:10.172Z | Downloaded endian-type v0.1.2 |
616 | 2025-01-31T04:46:10.172Z | Downloaded mime_guess v2.0.5 |
617 | 2025-01-31T04:46:10.174Z | Downloaded hickory-client v0.24.2 |
618 | 2025-01-31T04:46:10.177Z | Downloaded signature v2.2.0 |
619 | 2025-01-31T04:46:10.179Z | Downloaded rustc_version v0.1.7 |
620 | 2025-01-31T04:46:10.179Z | Downloaded rustc-hash v2.0.0 |
621 | 2025-01-31T04:46:10.181Z | Downloaded icu_normalizer_data v1.5.0 |
622 | 2025-01-31T04:46:10.184Z | Downloaded slab v0.4.9 |
623 | 2025-01-31T04:46:10.187Z | Downloaded stringprep v0.1.5 |
624 | 2025-01-31T04:46:10.187Z | Downloaded sha1 v0.10.6 |
625 | 2025-01-31T04:46:10.190Z | Downloaded httparse v1.9.5 |
626 | 2025-01-31T04:46:10.193Z | Downloaded downcast v0.11.0 |
627 | 2025-01-31T04:46:10.193Z | Downloaded salsa20 v0.10.2 |
628 | 2025-01-31T04:46:10.196Z | Downloaded foreign-types v0.3.2 |
629 | 2025-01-31T04:46:10.196Z | Downloaded crossbeam-utils v0.8.20 |
630 | 2025-01-31T04:46:10.198Z | Downloaded secrecy v0.8.0 |
631 | 2025-01-31T04:46:10.199Z | Downloaded ipnet v2.10.1 |
632 | 2025-01-31T04:46:10.201Z | Downloaded linear-map v1.2.0 |
633 | 2025-01-31T04:46:10.204Z | Downloaded num_threads v0.1.7 |
634 | 2025-01-31T04:46:10.204Z | Downloaded litrs v0.4.1 |
635 | 2025-01-31T04:46:10.206Z | Downloaded cookie v0.18.1 |
636 | 2025-01-31T04:46:10.209Z | Downloaded clang-sys v1.8.1 |
637 | 2025-01-31T04:46:10.212Z | Downloaded slog-dtrace v0.3.0 |
638 | 2025-01-31T04:46:10.215Z | Downloaded sec1 v0.7.3 |
639 | 2025-01-31T04:46:10.221Z | Downloaded newline-converter v0.3.0 |
640 | 2025-01-31T04:46:10.223Z | Downloaded icu_locid_transform_data v1.5.0 |
641 | 2025-01-31T04:46:10.224Z | Downloaded opaque-debug v0.3.1 |
642 | 2025-01-31T04:46:10.224Z | Downloaded newtype_derive v0.1.6 |
643 | 2025-01-31T04:46:10.224Z | Downloaded crc-any v2.5.0 |
644 | 2025-01-31T04:46:10.224Z | Downloaded path-slash v0.1.5 |
645 | 2025-01-31T04:46:10.231Z | Downloaded const-oid v0.9.6 |
646 | 2025-01-31T04:46:10.231Z | Downloaded hmac v0.12.1 |
647 | 2025-01-31T04:46:10.231Z | Downloaded unicode-truncate v1.1.0 |
648 | 2025-01-31T04:46:10.231Z | Downloaded tinystr v0.7.6 |
649 | 2025-01-31T04:46:10.234Z | Downloaded tui-tree-widget v0.22.0 |
650 | 2025-01-31T04:46:10.236Z | Downloaded tiny-keccak v2.0.2 |
651 | 2025-01-31T04:46:10.239Z | Downloaded precomputed-hash v0.1.1 |
652 | 2025-01-31T04:46:10.239Z | Downloaded cookie_store v0.21.1 |
653 | 2025-01-31T04:46:10.242Z | Downloaded xz2 v0.1.7 |
654 | 2025-01-31T04:46:10.244Z | Downloaded xattr v1.3.1 |
655 | 2025-01-31T04:46:10.244Z | Downloaded wyz v0.5.1 |
656 | 2025-01-31T04:46:10.246Z | Downloaded difflib v0.4.0 |
657 | 2025-01-31T04:46:10.246Z | Downloaded ena v0.14.3 |
658 | 2025-01-31T04:46:10.250Z | Downloaded embedded-io v0.6.1 |
659 | 2025-01-31T04:46:10.252Z | Downloaded rustls-pemfile v2.2.0 |
660 | 2025-01-31T04:46:10.252Z | Downloaded indexmap v1.9.3 |
661 | 2025-01-31T04:46:10.255Z | Downloaded blake2 v0.10.6 |
662 | 2025-01-31T04:46:10.389Z | Downloaded arc-swap v1.7.1 |
663 | 2025-01-31T04:46:10.397Z | Downloaded miniz_oxide v0.8.0 |
664 | 2025-01-31T04:46:10.397Z | Downloaded foreign-types v0.5.0 |
665 | 2025-01-31T04:46:10.397Z | Downloaded semver v0.1.20 |
666 | 2025-01-31T04:46:10.397Z | Downloaded crossbeam-epoch v0.9.18 |
667 | 2025-01-31T04:46:10.397Z | Downloaded toolchain_find v0.4.0 |
668 | 2025-01-31T04:46:10.397Z | Downloaded bytes v1.9.0 |
669 | 2025-01-31T04:46:10.397Z | Downloaded mockall_derive v0.13.0 |
670 | 2025-01-31T04:46:10.397Z | Downloaded icu_properties v1.5.1 |
671 | 2025-01-31T04:46:10.397Z | Downloaded base64 v0.13.1 |
672 | 2025-01-31T04:46:10.397Z | Downloaded group v0.13.0 |
673 | 2025-01-31T04:46:10.397Z | Downloaded icu_normalizer v1.5.0 |
674 | 2025-01-31T04:46:10.397Z | Downloaded vte_generate_state_changes v0.1.2 |
675 | 2025-01-31T04:46:10.397Z | Downloaded futures-core v0.3.31 |
676 | 2025-01-31T04:46:10.398Z | Downloaded embedded-io v0.4.0 |
677 | 2025-01-31T04:46:10.398Z | Downloaded pbkdf2 v0.12.2 |
678 | 2025-01-31T04:46:10.398Z | Downloaded waitgroup v0.1.2 |
679 | 2025-01-31T04:46:10.398Z | Downloaded quick-error v1.2.3 |
680 | 2025-01-31T04:46:10.398Z | Downloaded progenitor v0.8.0 |
681 | 2025-01-31T04:46:10.398Z | Downloaded pbkdf2 v0.11.0 |
682 | 2025-01-31T04:46:10.398Z | Downloaded paste v1.0.15 |
683 | 2025-01-31T04:46:10.398Z | Downloaded foreign-types-shared v0.3.1 |
684 | 2025-01-31T04:46:10.398Z | Downloaded icu_provider v1.5.0 |
685 | 2025-01-31T04:46:10.398Z | Downloaded shell-words v1.1.0 |
686 | 2025-01-31T04:46:10.398Z | Downloaded serde_urlencoded v0.7.1 |
687 | 2025-01-31T04:46:10.398Z | Downloaded serde_repr v0.1.19 |
688 | 2025-01-31T04:46:10.398Z | Downloaded ron v0.7.1 |
689 | 2025-01-31T04:46:10.398Z | Downloaded structmeta-derive v0.2.0 |
690 | 2025-01-31T04:46:10.398Z | Downloaded structmeta v0.3.0 |
691 | 2025-01-31T04:46:10.398Z | Downloaded structmeta v0.2.0 |
692 | 2025-01-31T04:46:10.398Z | Downloaded ppv-lite86 v0.2.20 |
693 | 2025-01-31T04:46:10.398Z | Downloaded globset v0.4.15 |
694 | 2025-01-31T04:46:10.398Z | Downloaded resolv-conf v0.7.0 |
695 | 2025-01-31T04:46:10.398Z | Downloaded headers-core v0.3.0 |
696 | 2025-01-31T04:46:10.398Z | Downloaded fxhash v0.2.1 |
697 | 2025-01-31T04:46:10.398Z | Downloaded snafu-derive v0.8.5 |
698 | 2025-01-31T04:46:10.398Z | Downloaded peg-runtime v0.8.3 |
699 | 2025-01-31T04:46:10.398Z | Downloaded bumpalo v3.16.0 |
700 | 2025-01-31T04:46:10.398Z | Downloaded progenitor-client v0.8.0 |
701 | 2025-01-31T04:46:10.398Z | Downloaded parse-size v1.1.0 |
702 | 2025-01-31T04:46:10.398Z | Downloaded termcolor v1.4.1 |
703 | 2025-01-31T04:46:10.398Z | Downloaded futures-channel v0.3.31 |
704 | 2025-01-31T04:46:10.398Z | Downloaded hickory-resolver v0.24.2 |
705 | 2025-01-31T04:46:10.398Z | Downloaded num-complex v0.4.6 |
706 | 2025-01-31T04:46:10.398Z | Downloaded newtype-uuid v1.2.1 |
707 | 2025-01-31T04:46:10.398Z | Downloaded getrandom v0.2.15 |
708 | 2025-01-31T04:46:10.398Z | Downloaded value-bag v1.9.0 |
709 | 2025-01-31T04:46:10.398Z | Downloaded hyper-util v0.1.10 |
710 | 2025-01-31T04:46:10.398Z | Downloaded wait-timeout v0.2.0 |
711 | 2025-01-31T04:46:10.398Z | Downloaded sync_wrapper v1.0.1 |
712 | 2025-01-31T04:46:10.398Z | Downloaded serde-big-array v0.5.1 |
713 | 2025-01-31T04:46:10.398Z | Downloaded strum v0.26.3 |
714 | 2025-01-31T04:46:10.398Z | Downloaded rustls-pemfile v1.0.4 |
715 | 2025-01-31T04:46:10.399Z | Downloaded tower-service v0.3.3 |
716 | 2025-01-31T04:46:10.399Z | Downloaded pkg-config v0.3.31 |
717 | 2025-01-31T04:46:10.399Z | Downloaded filetime v0.2.25 |
718 | 2025-01-31T04:46:10.399Z | Downloaded form_urlencoded v1.2.1 |
719 | 2025-01-31T04:46:10.399Z | Downloaded fixedbitset v0.4.2 |
720 | 2025-01-31T04:46:10.399Z | Downloaded olpc-cjson v0.1.4 |
721 | 2025-01-31T04:46:10.399Z | Downloaded ed25519 v2.2.3 |
722 | 2025-01-31T04:46:10.399Z | Downloaded dyn-clone v1.0.17 |
723 | 2025-01-31T04:46:10.399Z | Downloaded serde_with_macros v3.11.0 |
724 | 2025-01-31T04:46:10.399Z | Downloaded icu_collections v1.5.0 |
725 | 2025-01-31T04:46:10.403Z | Downloaded tap v1.0.1 |
726 | 2025-01-31T04:46:10.403Z | Downloaded vergen v8.3.2 |
727 | 2025-01-31T04:46:10.403Z | Downloaded serde_yaml v0.9.34+deprecated |
728 | 2025-01-31T04:46:10.405Z | Downloaded base64 v0.22.1 |
729 | 2025-01-31T04:46:10.409Z | Downloaded indicatif v0.17.11 |
730 | 2025-01-31T04:46:10.414Z | Downloaded hickory-server v0.24.2 |
731 | 2025-01-31T04:46:10.418Z | Downloaded write16 v1.0.0 |
732 | 2025-01-31T04:46:10.420Z | Downloaded peg v0.8.4 |
733 | 2025-01-31T04:46:10.423Z | Downloaded packed_struct_codegen v0.10.1 |
734 | 2025-01-31T04:46:10.425Z | Downloaded progenitor v0.9.1 |
735 | 2025-01-31T04:46:10.428Z | Downloaded tokio-rustls v0.25.0 |
736 | 2025-01-31T04:46:10.428Z | Downloaded proc-macro-crate v1.3.1 |
737 | 2025-01-31T04:46:10.430Z | Downloaded tinyvec v1.8.0 |
738 | 2025-01-31T04:46:10.433Z | Downloaded term v0.7.0 |
739 | 2025-01-31T04:46:10.437Z | Downloaded vte v0.11.1 |
740 | 2025-01-31T04:46:10.439Z | Downloaded normalize-line-endings v0.3.0 |
741 | 2025-01-31T04:46:10.439Z | Downloaded enum-as-inner v0.6.1 |
742 | 2025-01-31T04:46:10.443Z | Downloaded vsss-rs v3.3.4 |
743 | 2025-01-31T04:46:10.445Z | Downloaded derive_more v0.99.18 |
744 | 2025-01-31T04:46:10.449Z | Downloaded slog-scope v4.4.0 |
745 | 2025-01-31T04:46:10.453Z | Downloaded openssl-probe v0.1.5 |
746 | 2025-01-31T04:46:10.456Z | Downloaded openssl-macros v0.1.1 |
747 | 2025-01-31T04:46:10.456Z | Downloaded ecdsa v0.16.9 |
748 | 2025-01-31T04:46:10.456Z | Downloaded num-rational v0.4.2 |
749 | 2025-01-31T04:46:10.459Z | Downloaded scheduled-thread-pool v0.2.7 |
750 | 2025-01-31T04:46:10.459Z | Downloaded hashlink v0.9.1 |
751 | 2025-01-31T04:46:10.461Z | Downloaded smallvec v0.6.14 |
752 | 2025-01-31T04:46:10.464Z | Downloaded slog-stdlog v4.1.1 |
753 | 2025-01-31T04:46:10.464Z | Downloaded darling_core v0.20.10 |
754 | 2025-01-31T04:46:10.468Z | Downloaded zopfli v0.8.1 |
755 | 2025-01-31T04:46:10.471Z | Downloaded unicode-properties v0.1.3 |
756 | 2025-01-31T04:46:10.473Z | Downloaded base64 v0.21.7 |
757 | 2025-01-31T04:46:10.478Z | Downloaded termios v0.3.3 |
758 | 2025-01-31T04:46:10.480Z | Downloaded tabwriter v1.4.0 |
759 | 2025-01-31T04:46:10.483Z | Downloaded toml v0.7.8 |
760 | 2025-01-31T04:46:10.485Z | Downloaded untrusted v0.7.1 |
761 | 2025-01-31T04:46:10.486Z | Downloaded writeable v0.5.5 |
762 | 2025-01-31T04:46:10.488Z | Downloaded aes v0.8.4 |
763 | 2025-01-31T04:46:10.491Z | Downloaded rustls-pki-types v1.10.0 |
764 | 2025-01-31T04:46:10.494Z | Downloaded predicates v3.1.2 |
765 | 2025-01-31T04:46:10.497Z | Downloaded funty v2.0.0 |
766 | 2025-01-31T04:46:10.499Z | Downloaded predicates-core v1.0.8 |
767 | 2025-01-31T04:46:10.499Z | Downloaded gethostname v0.5.0 |
768 | 2025-01-31T04:46:10.502Z | Downloaded futures-sink v0.3.31 |
769 | 2025-01-31T04:46:10.502Z | Downloaded p256 v0.13.2 |
770 | 2025-01-31T04:46:10.506Z | Downloaded derive_builder_macro v0.20.2 |
771 | 2025-01-31T04:46:10.509Z | Downloaded float-ord v0.3.2 |
772 | 2025-01-31T04:46:10.509Z | Downloaded want v0.3.1 |
773 | 2025-01-31T04:46:10.511Z | Downloaded quinn-udp v0.5.5 |
774 | 2025-01-31T04:46:10.511Z | Downloaded futures-task v0.3.31 |
775 | 2025-01-31T04:46:10.514Z | Downloaded minimal-lexical v0.2.1 |
776 | 2025-01-31T04:46:10.517Z | Downloaded phf v0.11.2 |
777 | 2025-01-31T04:46:10.519Z | Downloaded num v0.4.3 |
778 | 2025-01-31T04:46:10.522Z | Downloaded tokio-rustls v0.26.0 |
779 | 2025-01-31T04:46:10.522Z | Downloaded env_filter v0.1.2 |
780 | 2025-01-31T04:46:10.524Z | Downloaded tar v0.4.42 |
781 | 2025-01-31T04:46:10.527Z | Downloaded http v1.2.0 |
782 | 2025-01-31T04:46:10.530Z | Downloaded zone v0.1.8 |
783 | 2025-01-31T04:46:10.533Z | Downloaded password-hash v0.5.0 |
784 | 2025-01-31T04:46:10.535Z | Downloaded password-hash v0.4.2 |
785 | 2025-01-31T04:46:10.535Z | Downloaded libm v0.2.8 |
786 | 2025-01-31T04:46:10.543Z | Downloaded nodrop v0.1.14 |
787 | 2025-01-31T04:46:10.546Z | Downloaded aes-gcm v0.10.3 |
788 | 2025-01-31T04:46:10.548Z | Downloaded schemars v0.8.21 |
789 | 2025-01-31T04:46:10.560Z | Downloaded russh-cryptovec v0.7.3 |
790 | 2025-01-31T04:46:10.563Z | Downloaded phf_shared v0.10.0 |
791 | 2025-01-31T04:46:10.563Z | Downloaded tokio-native-tls v0.3.1 |
792 | 2025-01-31T04:46:10.565Z | Downloaded utf-8 v0.7.6 |
793 | 2025-01-31T04:46:10.565Z | Downloaded env_logger v0.10.2 |
794 | 2025-01-31T04:46:10.568Z | Downloaded rand_seeder v0.3.0 |
795 | 2025-01-31T04:46:10.571Z | Downloaded nu-ansi-term v0.50.1 |
796 | 2025-01-31T04:46:10.574Z | Downloaded itertools v0.10.5 |
797 | 2025-01-31T04:46:10.579Z | Downloaded signal-hook v0.3.17 |
798 | 2025-01-31T04:46:10.582Z | Downloaded zip v0.6.6 |
799 | 2025-01-31T04:46:10.586Z | Downloaded headers v0.4.0 |
800 | 2025-01-31T04:46:10.592Z | Downloaded qorb v0.2.1 |
801 | 2025-01-31T04:46:10.596Z | Downloaded x509-cert v0.2.5 |
802 | 2025-01-31T04:46:10.602Z | Downloaded rustc-hash v1.1.0 |
803 | 2025-01-31T04:46:10.605Z | Downloaded foldhash v0.1.3 |
804 | 2025-01-31T04:46:10.609Z | Downloaded dirs-next v2.0.0 |
805 | 2025-01-31T04:46:10.609Z | Downloaded diesel-dtrace v0.4.2 |
806 | 2025-01-31T04:46:10.611Z | Downloaded predicates-tree v1.0.11 |
807 | 2025-01-31T04:46:10.611Z | Downloaded float-cmp v0.9.0 |
808 | 2025-01-31T04:46:10.611Z | Downloaded pkcs8 v0.10.2 |
809 | 2025-01-31T04:46:10.614Z | Downloaded progenitor-macro v0.8.0 |
810 | 2025-01-31T04:46:10.617Z | Downloaded phf_shared v0.11.2 |
811 | 2025-01-31T04:46:10.617Z | Downloaded num-iter v0.1.45 |
812 | 2025-01-31T04:46:10.619Z | Downloaded num-integer v0.1.46 |
813 | 2025-01-31T04:46:10.619Z | Downloaded serde_derive_internals v0.29.1 |
814 | 2025-01-31T04:46:10.622Z | Downloaded rfc6979 v0.4.0 |
815 | 2025-01-31T04:46:10.624Z | Downloaded tungstenite v0.23.0 |
816 | 2025-01-31T04:46:10.627Z | Downloaded schemars_derive v0.8.21 |
817 | 2025-01-31T04:46:10.630Z | Downloaded uuid v1.12.0 |
818 | 2025-01-31T04:46:10.632Z | Downloaded thiserror-no-std v2.0.2 |
819 | 2025-01-31T04:46:10.635Z | Downloaded thiserror-impl-no-std v2.0.2 |
820 | 2025-01-31T04:46:10.638Z | Downloaded thiserror-impl v2.0.11 |
821 | 2025-01-31T04:46:10.640Z | Downloaded zerofrom v0.1.4 |
822 | 2025-01-31T04:46:10.640Z | Downloaded defmt-parser v0.3.4 |
823 | 2025-01-31T04:46:10.644Z | Downloaded which v4.4.2 |
824 | 2025-01-31T04:46:10.644Z | Downloaded sqlformat v0.2.6 |
825 | 2025-01-31T04:46:10.647Z | Downloaded libxml v0.3.3 |
826 | 2025-01-31T04:46:10.651Z | Downloaded defmt-macros v0.3.9 |
827 | 2025-01-31T04:46:10.654Z | Downloaded utf8_iter v1.0.4 |
828 | 2025-01-31T04:46:10.657Z | Downloaded unarray v0.1.4 |
829 | 2025-01-31T04:46:10.660Z | Downloaded whoami v1.5.2 |
830 | 2025-01-31T04:46:10.660Z | Downloaded pkcs5 v0.7.1 |
831 | 2025-01-31T04:46:10.664Z | Downloaded ed25519-dalek v2.1.1 |
832 | 2025-01-31T04:46:10.667Z | Downloaded flagset v0.4.6 |
833 | 2025-01-31T04:46:10.676Z | Downloaded hyper v1.5.2 |
834 | 2025-01-31T04:46:10.681Z | Downloaded serde_plain v1.0.2 |
835 | 2025-01-31T04:46:10.681Z | Downloaded oso-derive v0.27.3 |
836 | 2025-01-31T04:46:10.681Z | Downloaded number_prefix v0.4.0 |
837 | 2025-01-31T04:46:10.683Z | Downloaded signal-hook-mio v0.2.4 |
838 | 2025-01-31T04:46:10.683Z | Downloaded hash32 v0.2.1 |
839 | 2025-01-31T04:46:10.686Z | Downloaded smf v0.2.3 |
840 | 2025-01-31T04:46:10.686Z | Downloaded aho-corasick v1.1.3 |
841 | 2025-01-31T04:46:10.691Z | Downloaded rand_core v0.6.4 |
842 | 2025-01-31T04:46:10.693Z | Downloaded slog-bunyan v2.5.0 |
843 | 2025-01-31T04:46:10.697Z | Downloaded slog-async v2.8.0 |
844 | 2025-01-31T04:46:10.697Z | Downloaded ref-cast-impl v1.0.23 |
845 | 2025-01-31T04:46:10.700Z | Downloaded ref-cast v1.0.23 |
846 | 2025-01-31T04:46:10.700Z | Downloaded yoke-derive v0.7.4 |
847 | 2025-01-31T04:46:10.702Z | Downloaded slog-envlogger v2.2.0 |
848 | 2025-01-31T04:46:10.702Z | Downloaded num_enum v0.5.11 |
849 | 2025-01-31T04:46:10.708Z | Downloaded subprocess v0.2.9 |
850 | 2025-01-31T04:46:10.710Z | Downloaded elliptic-curve v0.13.8 |
851 | 2025-01-31T04:46:10.714Z | Downloaded unicode_categories v0.1.1 |
852 | 2025-01-31T04:46:10.717Z | Downloaded tracing v0.1.40 |
853 | 2025-01-31T04:46:10.723Z | Downloaded ghash v0.5.1 |
854 | 2025-01-31T04:46:10.726Z | Downloaded fallible-iterator v0.3.0 |
855 | 2025-01-31T04:46:10.726Z | Downloaded displaydoc v0.2.5 |
856 | 2025-01-31T04:46:10.728Z | Downloaded typify-macro v0.2.0 |
857 | 2025-01-31T04:46:10.731Z | Downloaded defmt v0.3.8 |
858 | 2025-01-31T04:46:10.733Z | Downloaded num_enum_derive v0.5.11 |
859 | 2025-01-31T04:46:10.733Z | Downloaded nanorand v0.7.0 |
860 | 2025-01-31T04:46:10.736Z | Downloaded new_debug_unreachable v1.0.6 |
861 | 2025-01-31T04:46:10.739Z | Downloaded darling_macro v0.20.10 |
862 | 2025-01-31T04:46:10.739Z | Downloaded reedline v0.35.0 |
863 | 2025-01-31T04:46:10.746Z | Downloaded sync-ptr v0.1.1 |
864 | 2025-01-31T04:46:10.748Z | Downloaded strum_macros v0.24.3 |
865 | 2025-01-31T04:46:10.751Z | Downloaded num-traits v0.2.19 |
866 | 2025-01-31T04:46:10.753Z | Downloaded parking_lot v0.12.3 |
867 | 2025-01-31T04:46:10.756Z | Downloaded tokio-rustls v0.24.1 |
868 | 2025-01-31T04:46:10.759Z | Downloaded slog v2.7.0 |
869 | 2025-01-31T04:46:10.761Z | Downloaded pkcs1 v0.7.5 |
870 | 2025-01-31T04:46:10.764Z | Downloaded topological-sort v0.2.2 |
871 | 2025-01-31T04:46:10.764Z | Downloaded test-strategy v0.3.1 |
872 | 2025-01-31T04:46:10.767Z | Downloaded siphasher v0.3.11 |
873 | 2025-01-31T04:46:10.770Z | Downloaded unicase v2.7.0 |
874 | 2025-01-31T04:46:10.773Z | Downloaded num-bigint-dig v0.8.4 |
875 | 2025-01-31T04:46:10.776Z | Downloaded pretty-hex v0.2.1 |
876 | 2025-01-31T04:46:10.778Z | Downloaded fd-lock v4.0.2 |
877 | 2025-01-31T04:46:10.781Z | Downloaded rayon-core v1.12.1 |
878 | 2025-01-31T04:46:10.783Z | Downloaded futures-executor v0.3.31 |
879 | 2025-01-31T04:46:10.786Z | Downloaded futures-macro v0.3.31 |
880 | 2025-01-31T04:46:10.788Z | Downloaded futures-io v0.3.31 |
881 | 2025-01-31T04:46:10.788Z | Downloaded data-encoding v2.6.0 |
882 | 2025-01-31T04:46:10.789Z | Downloaded rustversion v1.0.17 |
883 | 2025-01-31T04:46:10.791Z | Downloaded unicode-normalization v0.1.24 |
884 | 2025-01-31T04:46:10.797Z | Downloaded russh-keys v0.45.0 |
885 | 2025-01-31T04:46:10.799Z | Downloaded debug-ignore v1.0.5 |
886 | 2025-01-31T04:46:10.802Z | Downloaded universal-hash v0.5.1 |
887 | 2025-01-31T04:46:10.802Z | Downloaded signal-hook-tokio v0.3.1 |
888 | 2025-01-31T04:46:10.802Z | Downloaded signal-hook-registry v1.4.2 |
889 | 2025-01-31T04:46:10.804Z | Downloaded num-derive v0.4.2 |
890 | 2025-01-31T04:46:10.807Z | Downloaded owo-colors v4.1.0 |
891 | 2025-01-31T04:46:10.809Z | Downloaded dropshot_endpoint v0.15.1 |
892 | 2025-01-31T04:46:10.811Z | Downloaded nibble_vec v0.1.0 |
893 | 2025-01-31T04:46:10.814Z | Downloaded fallible-streaming-iterator v0.1.9 |
894 | 2025-01-31T04:46:10.814Z | Downloaded hkdf v0.12.4 |
895 | 2025-01-31T04:46:10.816Z | Downloaded parse-zoneinfo v0.3.1 |
896 | 2025-01-31T04:46:10.819Z | Downloaded thiserror v2.0.11 |
897 | 2025-01-31T04:46:10.824Z | Downloaded dunce v1.0.5 |
898 | 2025-01-31T04:46:10.826Z | Downloaded primeorder v0.13.6 |
899 | 2025-01-31T04:46:10.827Z | Downloaded strip-ansi-escapes v0.2.0 |
900 | 2025-01-31T04:46:10.830Z | Downloaded hash32 v0.3.1 |
901 | 2025-01-31T04:46:10.830Z | Downloaded zeroize v1.8.1 |
902 | 2025-01-31T04:46:10.833Z | Downloaded similar v2.6.0 |
903 | 2025-01-31T04:46:10.835Z | Downloaded static_assertions v1.1.0 |
904 | 2025-01-31T04:46:10.839Z | Downloaded foreign-types-shared v0.1.1 |
905 | 2025-01-31T04:46:10.839Z | Downloaded stable_deref_trait v1.2.0 |
906 | 2025-01-31T04:46:10.841Z | Downloaded p521 v0.13.3 |
907 | 2025-01-31T04:46:10.844Z | Downloaded ssh-encoding v0.2.0 |
908 | 2025-01-31T04:46:10.844Z | Downloaded typify v0.3.0 |
909 | 2025-01-31T04:46:10.848Z | Downloaded serde-hex v0.1.0 |
910 | 2025-01-31T04:46:10.851Z | Downloaded powerfmt v0.2.0 |
911 | 2025-01-31T04:46:10.853Z | Downloaded zerofrom-derive v0.1.4 |
912 | 2025-01-31T04:46:10.854Z | Downloaded zip v2.1.3 |
913 | 2025-01-31T04:46:10.856Z | Downloaded foreign-types-macros v0.2.3 |
914 | 2025-01-31T04:46:10.859Z | Downloaded dsl_auto_type v0.1.2 |
915 | 2025-01-31T04:46:10.859Z | Downloaded unicode-xid v0.2.6 |
916 | 2025-01-31T04:46:10.862Z | Downloaded rustc-demangle v0.1.24 |
917 | 2025-01-31T04:46:10.862Z | Downloaded scopeguard v1.2.0 |
918 | 2025-01-31T04:46:10.864Z | Downloaded sigpipe v0.1.3 |
919 | 2025-01-31T04:46:10.865Z | Downloaded percent-encoding v2.3.1 |
920 | 2025-01-31T04:46:10.867Z | Downloaded typify v0.2.0 |
921 | 2025-01-31T04:46:10.870Z | Downloaded zeroize_derive v1.4.2 |
922 | 2025-01-31T04:46:10.870Z | Downloaded same-file v1.0.6 |
923 | 2025-01-31T04:46:10.872Z | Downloaded parking_lot v0.11.2 |
924 | 2025-01-31T04:46:10.874Z | Downloaded pem v3.0.4 |
925 | 2025-01-31T04:46:10.875Z | Downloaded flume v0.11.1 |
926 | 2025-01-31T04:46:10.878Z | Downloaded native-tls v0.2.12 |
927 | 2025-01-31T04:46:10.881Z | Downloaded russh v0.45.0 |
928 | 2025-01-31T04:46:10.886Z | Downloaded fs_extra v1.3.0 |
929 | 2025-01-31T04:46:10.889Z | Downloaded blake3 v1.5.4 |
930 | 2025-01-31T04:46:10.896Z | Downloaded polyval v0.6.2 |
931 | 2025-01-31T04:46:10.899Z | Downloaded untrusted v0.9.0 |
932 | 2025-01-31T04:46:10.901Z | Downloaded r2d2 v0.8.10 |
933 | 2025-01-31T04:46:10.901Z | Downloaded thread_local v1.1.8 |
934 | 2025-01-31T04:46:10.904Z | Downloaded tokio-util v0.7.12 |
935 | 2025-01-31T04:46:10.909Z | Downloaded tls_codec_derive v0.4.1 |
936 | 2025-01-31T04:46:10.913Z | Downloaded string_cache v0.8.7 |
937 | 2025-01-31T04:46:10.916Z | Downloaded smallvec v1.13.2 |
938 | 2025-01-31T04:46:10.916Z | Downloaded sct v0.7.1 |
939 | 2025-01-31T04:46:10.918Z | Downloaded tls_codec v0.4.1 |
940 | 2025-01-31T04:46:10.921Z | Downloaded parse-display-derive v0.10.0 |
941 | 2025-01-31T04:46:10.923Z | Downloaded fragile v2.0.0 |
942 | 2025-01-31T04:46:10.923Z | Downloaded dirs-sys-next v0.1.2 |
943 | 2025-01-31T04:46:10.926Z | Downloaded pem-rfc7468 v0.7.0 |
944 | 2025-01-31T04:46:10.928Z | Downloaded tokio-tungstenite v0.23.1 |
945 | 2025-01-31T04:46:10.928Z | Downloaded futures v0.3.31 |
946 | 2025-01-31T04:46:10.934Z | Downloaded scrypt v0.11.0 |
947 | 2025-01-31T04:46:10.937Z | Downloaded simd-adler32 v0.3.7 |
948 | 2025-01-31T04:46:10.937Z | Downloaded env_logger v0.11.5 |
949 | 2025-01-31T04:46:10.940Z | Downloaded yoke v0.7.4 |
950 | 2025-01-31T04:46:10.942Z | Downloaded hashbrown v0.12.3 |
951 | 2025-01-31T04:46:10.945Z | Downloaded unicode-bidi v0.3.17 |
952 | 2025-01-31T04:46:10.948Z | Downloaded serde_with v3.11.0 |
953 | 2025-01-31T04:46:10.957Z | Downloaded uzers v0.12.1 |
954 | 2025-01-31T04:46:10.959Z | Downloaded aws-lc-rs v1.10.0 |
955 | 2025-01-31T04:46:10.968Z | Downloaded derive_builder v0.20.2 |
956 | 2025-01-31T04:46:10.972Z | Downloaded postgres-protocol v0.6.7 |
957 | 2025-01-31T04:46:10.975Z | Downloaded twox-hash v2.1.0 |
958 | 2025-01-31T04:46:10.977Z | Downloaded postcard v1.0.10 |
959 | 2025-01-31T04:46:10.980Z | Downloaded derive_builder_core v0.20.2 |
960 | 2025-01-31T04:46:10.982Z | Downloaded proptest v1.5.0 |
961 | 2025-01-31T04:46:10.991Z | Downloaded structmeta-derive v0.3.0 |
962 | 2025-01-31T04:46:10.993Z | Downloaded parking_lot_core v0.9.10 |
963 | 2025-01-31T04:46:10.995Z | Downloaded poly1305 v0.8.0 |
964 | 2025-01-31T04:46:10.998Z | Downloaded progenitor-impl v0.9.1 |
965 | 2025-01-31T04:46:11.001Z | Downloaded icu_properties_data v1.5.0 |
966 | 2025-01-31T04:46:11.009Z | Downloaded tungstenite v0.24.0 |
967 | 2025-01-31T04:46:11.013Z | Downloaded flate2 v1.0.35 |
968 | 2025-01-31T04:46:11.018Z | Downloaded prettyplease v0.2.25 |
969 | 2025-01-31T04:46:11.021Z | Downloaded hashbrown v0.13.2 |
970 | 2025-01-31T04:46:11.026Z | Downloaded h2 v0.4.6 |
971 | 2025-01-31T04:46:11.032Z | Downloaded samael v0.0.17 |
972 | 2025-01-31T04:46:11.038Z | Downloaded lalrpop v0.19.12 |
973 | 2025-01-31T04:46:11.049Z | Downloaded winnow v0.5.40 |
974 | 2025-01-31T04:46:11.058Z | Downloaded rustls-webpki v0.101.7 |
975 | 2025-01-31T04:46:11.071Z | Downloaded quinn v0.11.5 |
976 | 2025-01-31T04:46:11.075Z | Downloaded quick-xml v0.33.0 |
977 | 2025-01-31T04:46:11.081Z | Downloaded tokio-postgres v0.7.12 |
978 | 2025-01-31T04:46:11.086Z | Downloaded expectorate v1.1.0 |
979 | 2025-01-31T04:46:11.088Z | Downloaded chrono v0.4.39 |
980 | 2025-01-31T04:46:11.095Z | Downloaded bindgen v0.69.5 |
981 | 2025-01-31T04:46:11.103Z | Downloaded der v0.7.9 |
982 | 2025-01-31T04:46:11.108Z | Downloaded reqwest v0.12.9 |
983 | 2025-01-31T04:46:11.117Z | Downloaded unsafe-libyaml v0.2.11 |
984 | 2025-01-31T04:46:11.121Z | Downloaded steno v0.4.1 |
985 | 2025-01-31T04:46:11.124Z | Downloaded typed-path v0.9.3 |
986 | 2025-01-31T04:46:11.131Z | Downloaded rayon v1.10.0 |
987 | 2025-01-31T04:46:11.140Z | Downloaded p384 v0.13.0 |
988 | 2025-01-31T04:46:11.146Z | Downloaded rustls-webpki v0.102.8 |
989 | 2025-01-31T04:46:11.165Z | Downloaded rustyline v14.0.0 |
990 | 2025-01-31T04:46:11.170Z | Downloaded num-bigint v0.4.6 |
991 | 2025-01-31T04:46:11.175Z | Downloaded nom v7.1.3 |
992 | 2025-01-31T04:46:11.180Z | Downloaded vcpkg v0.2.15 |
993 | 2025-01-31T04:46:11.219Z | Downloaded ssh-key v0.6.6 |
994 | 2025-01-31T04:46:11.226Z | Downloaded rusqlite v0.32.1 |
995 | 2025-01-31T04:46:11.233Z | Downloaded futures-util v0.3.31 |
996 | 2025-01-31T04:46:11.245Z | Downloaded bitvec v1.0.1 |
997 | 2025-01-31T04:46:11.260Z | Downloaded time v0.3.36 |
998 | 2025-01-31T04:46:11.267Z | Downloaded polar-core v0.27.3 |
999 | 2025-01-31T04:46:11.275Z | Downloaded zerocopy v0.8.10 |
1000 | 2025-01-31T04:46:11.300Z | Downloaded portable-atomic v1.9.0 |
1001 | 2025-01-31T04:46:11.307Z | Downloaded curve25519-dalek v4.1.3 |
1002 | 2025-01-31T04:46:11.316Z | Downloaded git2 v0.19.0 |
1003 | 2025-01-31T04:46:11.325Z | Downloaded openssl v0.10.66 |
1004 | 2025-01-31T04:46:11.334Z | Downloaded petname v2.0.2 |
1005 | 2025-01-31T04:46:11.340Z | Downloaded salty v0.3.0 |
1006 | 2025-01-31T04:46:11.347Z | Downloaded hickory-proto v0.24.2 |
1007 | 2025-01-31T04:46:11.363Z | Downloaded object v0.30.4 |
1008 | 2025-01-31T04:46:11.372Z | Downloaded regress v0.9.1 |
1009 | 2025-01-31T04:46:11.381Z | Downloaded regex-syntax v0.6.29 |
1010 | 2025-01-31T04:46:11.388Z | Downloaded gimli v0.31.1 |
1011 | 2025-01-31T04:46:11.397Z | Downloaded webpki-roots v0.26.6 |
1012 | 2025-01-31T04:46:11.402Z | Downloaded nix v0.27.1 |
1013 | 2025-01-31T04:46:11.412Z | Downloaded nix v0.28.0 |
1014 | 2025-01-31T04:46:11.423Z | Downloaded smoltcp v0.9.1 |
1015 | 2025-01-31T04:46:11.434Z | Downloaded nix v0.29.0 |
1016 | 2025-01-31T04:46:11.446Z | Downloaded quinn-proto v0.11.8 |
1017 | 2025-01-31T04:46:11.452Z | Downloaded object v0.36.5 |
1018 | 2025-01-31T04:46:11.465Z | Downloaded chrono-tz v0.10.1 |
1019 | 2025-01-31T04:46:11.472Z | Downloaded ratatui v0.28.1 |
1020 | 2025-01-31T04:46:11.492Z | Downloaded radix_trie v0.2.1 |
1021 | 2025-01-31T04:46:11.497Z | Downloaded sled v0.34.7 |
1022 | 2025-01-31T04:46:11.508Z | Downloaded regex-syntax v0.8.5 |
1023 | 2025-01-31T04:46:11.516Z | Downloaded openapiv3 v2.0.0 |
1024 | 2025-01-31T04:46:11.528Z | Downloaded rustls v0.21.12 |
1025 | 2025-01-31T04:46:11.540Z | Downloaded diesel v2.2.6 |
1026 | 2025-01-31T04:46:11.559Z | Downloaded rustls v0.23.19 |
1027 | 2025-01-31T04:46:11.570Z | Downloaded zerocopy-derive v0.6.6 |
1028 | 2025-01-31T04:46:11.580Z | Downloaded typify-impl v0.3.0 |
1029 | 2025-01-31T04:46:11.597Z | Downloaded rustls v0.22.4 |
1030 | 2025-01-31T04:46:11.610Z | Downloaded regex v1.11.1 |
1031 | 2025-01-31T04:46:11.624Z | Downloaded typify-impl v0.2.0 |
1032 | 2025-01-31T04:46:11.640Z | Downloaded bstr v1.10.0 |
1033 | 2025-01-31T04:46:11.650Z | Downloaded unicode-width v0.2.0 |
1034 | 2025-01-31T04:46:11.657Z | Downloaded smoltcp v0.11.0 |
1035 | 2025-01-31T04:46:11.670Z | Downloaded lzma-sys v0.1.20 |
1036 | 2025-01-31T04:46:11.699Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1037 | 2025-01-31T04:46:11.712Z | Downloaded dropshot v0.15.1 |
1038 | 2025-01-31T04:46:11.733Z | Downloaded libz-sys v1.1.20 |
1039 | 2025-01-31T04:46:11.754Z | Downloaded dropshot v0.12.0 |
1040 | 2025-01-31T04:46:11.774Z | Downloaded regress v0.10.1 |
1041 | 2025-01-31T04:46:11.782Z | Downloaded hashbrown v0.14.5 |
1042 | 2025-01-31T04:46:11.788Z | Downloaded regex-automata v0.4.8 |
1043 | 2025-01-31T04:46:11.806Z | Downloaded tokio v1.43.0 |
1044 | 2025-01-31T04:46:11.845Z | Downloaded zerocopy-derive v0.8.10 |
1045 | 2025-01-31T04:46:11.850Z | Downloaded tough v0.19.0 |
1046 | 2025-01-31T04:46:11.858Z | Downloaded fatfs v0.3.6 |
1047 | 2025-01-31T04:46:11.861Z | Downloaded derive-where v1.2.7 |
1048 | 2025-01-31T04:46:11.864Z | Downloaded zerocopy v0.6.6 |
1049 | 2025-01-31T04:46:11.866Z | Downloaded openssl-sys v0.9.104 |
1050 | 2025-01-31T04:46:11.871Z | Downloaded tokio-stream v0.1.16 |
1051 | 2025-01-31T04:46:11.875Z | Downloaded publicsuffix v2.3.0 |
1052 | 2025-01-31T04:46:11.878Z | Downloaded petgraph v0.6.5 |
1053 | 2025-01-31T04:46:11.895Z | Downloaded sqlparser v0.45.0 |
1054 | 2025-01-31T04:46:11.901Z | Downloaded display-error-chain v0.2.2 |
1055 | 2025-01-31T04:46:11.903Z | Downloaded csv v1.3.1 |
1056 | 2025-01-31T04:46:11.922Z | Downloaded parse-display v0.10.0 |
1057 | 2025-01-31T04:46:11.925Z | Downloaded radium v0.7.0 |
1058 | 2025-01-31T04:46:11.925Z | Downloaded walkdir v2.5.0 |
1059 | 2025-01-31T04:46:11.929Z | Downloaded tokio-tungstenite v0.21.0 |
1060 | 2025-01-31T04:46:11.933Z | Downloaded oso v0.27.3 |
1061 | 2025-01-31T04:46:11.933Z | Downloaded rsa v0.9.6 |
1062 | 2025-01-31T04:46:11.936Z | Downloaded postgres-types v0.2.8 |
1063 | 2025-01-31T04:46:11.948Z | Downloaded dropshot_endpoint v0.12.0 |
1064 | 2025-01-31T04:46:11.950Z | Downloaded zerovec v0.10.4 |
1065 | 2025-01-31T04:46:11.951Z | Downloaded sha3 v0.10.8 |
1066 | 2025-01-31T04:46:11.954Z | Downloaded utf16_iter v1.0.5 |
1067 | 2025-01-31T04:46:11.954Z | Downloaded phf_generator v0.11.2 |
1068 | 2025-01-31T04:46:11.954Z | Downloaded phf_codegen v0.11.2 |
1069 | 2025-01-31T04:46:11.954Z | Downloaded rand_chacha v0.3.1 |
1070 | 2025-01-31T04:46:11.957Z | Downloaded pin-project-lite v0.2.14 |
1071 | 2025-01-31T04:46:11.959Z | Downloaded pin-project-internal v1.1.6 |
1072 | 2025-01-31T04:46:11.962Z | Downloaded parking_lot_core v0.8.6 |
1073 | 2025-01-31T04:46:11.965Z | Downloaded heapless v0.7.17 |
1074 | 2025-01-31T04:46:11.967Z | Downloaded glob v0.3.2 |
1075 | 2025-01-31T04:46:11.970Z | Downloaded fallible-iterator v0.2.0 |
1076 | 2025-01-31T04:46:11.970Z | Downloaded toml_edit v0.19.15 |
1077 | 2025-01-31T04:46:11.984Z | Downloaded pin-utils v0.1.0 |
1078 | 2025-01-31T04:46:11.986Z | Downloaded packed_struct v0.10.1 |
1079 | 2025-01-31T04:46:11.989Z | Downloaded num-conv v0.1.0 |
1080 | 2025-01-31T04:46:11.989Z | Downloaded ff v0.13.0 |
1081 | 2025-01-31T04:46:11.991Z | Downloaded itertools v0.13.0 |
1082 | 2025-01-31T04:46:11.996Z | Downloaded itertools v0.12.1 |
1083 | 2025-01-31T04:46:12.003Z | Downloaded idna v1.0.3 |
1084 | 2025-01-31T04:46:12.007Z | Downloaded omicron-zone-package v0.12.0 |
1085 | 2025-01-31T04:46:12.010Z | Downloaded typify-macro v0.3.0 |
1086 | 2025-01-31T04:46:12.013Z | Downloaded rtoolbox v0.0.2 |
1087 | 2025-01-31T04:46:12.013Z | Downloaded des v0.8.1 |
1088 | 2025-01-31T04:46:12.016Z | Downloaded ron v0.8.1 |
1089 | 2025-01-31T04:46:12.019Z | Downloaded diesel_derives v2.2.3 |
1090 | 2025-01-31T04:46:12.023Z | Downloaded url v2.5.3 |
1091 | 2025-01-31T04:46:12.026Z | Downloaded ssh-cipher v0.2.0 |
1092 | 2025-01-31T04:46:12.028Z | Downloaded strum_macros v0.26.4 |
1093 | 2025-01-31T04:46:12.031Z | Downloaded spin v0.9.8 |
1094 | 2025-01-31T04:46:12.033Z | Downloaded diff v0.1.13 |
1095 | 2025-01-31T04:46:12.036Z | Downloaded crossterm v0.28.1 |
1096 | 2025-01-31T04:46:12.042Z | Downloaded unicode-segmentation v1.12.0 |
1097 | 2025-01-31T04:46:12.045Z | Downloaded socket2 v0.5.7 |
1098 | 2025-01-31T04:46:12.048Z | Downloaded tokio-macros v2.5.0 |
1099 | 2025-01-31T04:46:12.050Z | Downloaded subtle v2.6.1 |
1100 | 2025-01-31T04:46:12.050Z | Downloaded encoding_rs v0.8.34 |
1101 | 2025-01-31T04:46:12.071Z | Downloaded spki v0.7.3 |
1102 | 2025-01-31T04:46:12.074Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1103 | 2025-01-31T04:46:12.131Z | Downloaded rusty-fork v0.3.0 |
1104 | 2025-01-31T04:46:12.133Z | Downloaded rand_xorshift v0.3.0 |
1105 | 2025-01-31T04:46:12.133Z | Downloaded zone v0.3.0 |
1106 | 2025-01-31T04:46:12.136Z | Downloaded tracing-attributes v0.1.27 |
1107 | 2025-01-31T04:46:12.138Z | Downloaded progenitor-impl v0.8.0 |
1108 | 2025-01-31T04:46:12.138Z | Downloaded serde_path_to_error v0.1.16 |
1109 | 2025-01-31T04:46:12.142Z | Downloaded either v1.13.0 |
1110 | 2025-01-31T04:46:12.145Z | Downloaded rand v0.8.5 |
1111 | 2025-01-31T04:46:12.145Z | Downloaded peg-macros v0.8.4 |
1112 | 2025-01-31T04:46:12.148Z | Downloaded der_derive v0.7.3 |
1113 | 2025-01-31T04:46:12.148Z | Downloaded tungstenite v0.21.0 |
1114 | 2025-01-31T04:46:12.151Z | Downloaded tracing-core v0.1.32 |
1115 | 2025-01-31T04:46:12.154Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1116 | 2025-01-31T04:46:12.157Z | Downloaded synstructure v0.13.1 |
1117 | 2025-01-31T04:46:12.157Z | Downloaded slog-json v2.6.1 |
1118 | 2025-01-31T04:46:12.160Z | Downloaded shlex v1.3.0 |
1119 | 2025-01-31T04:46:12.160Z | Downloaded rustfmt-wrapper v0.2.1 |
1120 | 2025-01-31T04:46:12.160Z | Downloaded rustc_version v0.4.1 |
1121 | 2025-01-31T04:46:12.163Z | Downloaded rpassword v7.3.1 |
1122 | 2025-01-31T04:46:12.163Z | Downloaded document-features v0.2.10 |
1123 | 2025-01-31T04:46:12.163Z | Downloaded zerovec-derive v0.10.3 |
1124 | 2025-01-31T04:46:12.165Z | Downloaded snafu v0.8.5 |
1125 | 2025-01-31T04:46:12.169Z | Downloaded half v2.4.1 |
1126 | 2025-01-31T04:46:12.172Z | Downloaded multimap v0.10.0 |
1127 | 2025-01-31T04:46:12.174Z | Downloaded tokio-tungstenite v0.24.0 |
1128 | 2025-01-31T04:46:12.176Z | Downloaded pin-project v1.1.6 |
1129 | 2025-01-31T04:46:12.185Z | Downloaded crossbeam-channel v0.5.13 |
1130 | 2025-01-31T04:46:12.190Z | Downloaded const_format v0.2.34 |
1131 | 2025-01-31T04:46:12.194Z | Downloaded cc v1.1.30 |
1132 | 2025-01-31T04:46:12.197Z | Downloaded mio v1.0.2 |
1133 | 2025-01-31T04:46:12.203Z | Downloaded deranged v0.3.11 |
1134 | 2025-01-31T04:46:12.205Z | Downloaded rcgen v0.12.1 |
1135 | 2025-01-31T04:46:12.208Z | Downloaded crypto-bigint v0.5.5 |
1136 | 2025-01-31T04:46:12.213Z | Downloaded backtrace v0.3.74 |
1137 | 2025-01-31T04:46:12.218Z | Downloaded yasna v0.5.2 |
1138 | 2025-01-31T04:46:12.221Z | Downloaded slog-term v2.9.1 |
1139 | 2025-01-31T04:46:12.225Z | Downloaded icu_locid v1.5.0 |
1140 | 2025-01-31T04:46:12.227Z | Downloaded compact_str v0.8.0 |
1141 | 2025-01-31T04:46:12.230Z | Downloaded chacha20poly1305 v0.10.1 |
1142 | 2025-01-31T04:46:12.233Z | Downloaded allocator-api2 v0.2.18 |
1143 | 2025-01-31T04:46:12.236Z | Downloaded time-macros v0.2.18 |
1144 | 2025-01-31T04:46:12.238Z | Downloaded termtree v0.5.1 |
1145 | 2025-01-31T04:46:12.238Z | Downloaded supports-color v3.0.1 |
1146 | 2025-01-31T04:46:12.240Z | Downloaded strum_macros v0.25.3 |
1147 | 2025-01-31T04:46:12.243Z | Downloaded libloading v0.8.5 |
1148 | 2025-01-31T04:46:12.245Z | Downloaded async-bb8-diesel v0.2.1 |
1149 | 2025-01-31T04:46:12.247Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2025-01-31T04:46:12.250Z | Downloaded bzip2 v0.4.4 |
1151 | 2025-01-31T04:46:12.250Z | Downloaded highway v1.2.0 |
1152 | 2025-01-31T04:46:12.260Z | Downloaded chacha20 v0.9.1 |
1153 | 2025-01-31T04:46:12.260Z | Downloaded bcs v0.1.6 |
1154 | 2025-01-31T04:46:12.260Z | Downloaded base64ct v1.6.0 |
1155 | 2025-01-31T04:46:12.260Z | Downloaded lazycell v1.3.0 |
1156 | 2025-01-31T04:46:12.260Z | Downloaded indoc v1.0.9 |
1157 | 2025-01-31T04:46:12.264Z | Downloaded console v0.15.10 |
1158 | 2025-01-31T04:46:12.264Z | Downloaded backoff v0.4.0 |
1159 | 2025-01-31T04:46:12.266Z | Downloaded internet-checksum v0.2.1 |
1160 | 2025-01-31T04:46:12.267Z | Downloaded progenitor-client v0.9.1 |
1161 | 2025-01-31T04:46:12.269Z | Downloaded bitfield v0.14.0 |
1162 | 2025-01-31T04:46:12.269Z | Downloaded http-body-util v0.1.2 |
1163 | 2025-01-31T04:46:12.272Z | Downloaded convert_case v0.4.0 |
1164 | 2025-01-31T04:46:12.272Z | Downloaded const_format_proc_macros v0.2.34 |
1165 | 2025-01-31T04:46:12.274Z | Downloaded chrono-tz-build v0.4.0 |
1166 | 2025-01-31T04:46:12.274Z | Downloaded md-5 v0.10.6 |
1167 | 2025-01-31T04:46:12.277Z | Downloaded match_cfg v0.1.0 |
1168 | 2025-01-31T04:46:12.277Z | Downloaded libsw v3.3.1 |
1169 | 2025-01-31T04:46:12.280Z | Downloaded kstat-rs v0.2.4 |
1170 | 2025-01-31T04:46:12.280Z | Downloaded inout v0.1.3 |
1171 | 2025-01-31T04:46:12.283Z | Downloaded hostname v0.4.0 |
1172 | 2025-01-31T04:46:12.283Z | Downloaded hubpack v0.1.2 |
1173 | 2025-01-31T04:46:12.283Z | Downloaded hostname v0.3.1 |
1174 | 2025-01-31T04:46:12.285Z | Downloaded humantime v2.1.0 |
1175 | 2025-01-31T04:46:12.285Z | Downloaded home v0.5.9 |
1176 | 2025-01-31T04:46:12.288Z | Downloaded hex v0.4.3 |
1177 | 2025-01-31T04:46:12.288Z | Downloaded base16ct v0.2.0 |
1178 | 2025-01-31T04:46:12.290Z | Downloaded async-recursion v1.1.1 |
1179 | 2025-01-31T04:46:12.435Z | Downloaded libsqlite3-sys v0.30.1 |
1180 | 2025-01-31T04:46:12.636Z | Downloaded ring v0.17.8 |
1181 | 2025-01-31T04:46:12.952Z | Downloaded aws-lc-sys v0.22.0 |
1182 | 2025-01-31T04:46:13.269Z | Compiling serde v1.0.217 |
1183 | 2025-01-31T04:46:13.271Z | Compiling lock_api v0.4.12 |
1184 | 2025-01-31T04:46:13.271Z | Compiling value-bag v1.9.0 |
1185 | 2025-01-31T04:46:13.271Z | Compiling scopeguard v1.2.0 |
1186 | 2025-01-31T04:46:13.271Z | Compiling typenum v1.17.0 |
1187 | 2025-01-31T04:46:13.271Z | Compiling generic-array v0.14.7 |
1188 | 2025-01-31T04:46:13.479Z | Compiling syn v2.0.96 |
1189 | 2025-01-31T04:46:13.496Z | Compiling getrandom v0.2.15 |
1190 | 2025-01-31T04:46:13.584Z | Compiling subtle v2.6.1 |
1191 | 2025-01-31T04:46:13.810Z | Compiling rand_core v0.6.4 |
1192 | 2025-01-31T04:46:13.909Z | Compiling log v0.4.22 |
1193 | 2025-01-31T04:46:13.961Z | Compiling shlex v1.3.0 |
1194 | 2025-01-31T04:46:14.000Z | Compiling jobserver v0.1.32 |
1195 | 2025-01-31T04:46:14.035Z | Compiling smallvec v1.13.2 |
1196 | 2025-01-31T04:46:14.290Z | Compiling const-oid v0.9.6 |
1197 | 2025-01-31T04:46:14.310Z | Compiling pin-project-lite v0.2.14 |
1198 | 2025-01-31T04:46:14.328Z | Compiling rustix v0.38.37 |
1199 | 2025-01-31T04:46:14.422Z | Compiling cc v1.1.30 |
1200 | 2025-01-31T04:46:14.444Z | Compiling spin v0.9.8 |
1201 | 2025-01-31T04:46:14.766Z | Compiling parking_lot_core v0.9.10 |
1202 | 2025-01-31T04:46:14.955Z | Compiling futures-core v0.3.31 |
1203 | 2025-01-31T04:46:14.998Z | Compiling signal-hook-registry v1.4.2 |
1204 | 2025-01-31T04:46:15.207Z | Compiling mio v1.0.2 |
1205 | 2025-01-31T04:46:15.251Z | Compiling aho-corasick v1.1.3 |
1206 | 2025-01-31T04:46:15.783Z | Compiling parking_lot v0.12.3 |
1207 | 2025-01-31T04:46:15.925Z | Compiling regex-syntax v0.8.5 |
1208 | 2025-01-31T04:46:16.047Z | Compiling either v1.13.0 |
1209 | 2025-01-31T04:46:16.435Z | Compiling stable_deref_trait v1.2.0 |
1210 | 2025-01-31T04:46:16.475Z | Compiling cpufeatures v0.2.14 |
1211 | 2025-01-31T04:46:16.536Z | Compiling futures-sink v0.3.31 |
1212 | 2025-01-31T04:46:16.563Z | Compiling glob v0.3.2 |
1213 | 2025-01-31T04:46:16.593Z | Compiling socket2 v0.5.7 |
1214 | 2025-01-31T04:46:16.696Z | Compiling slab v0.4.9 |
1215 | 2025-01-31T04:46:16.725Z | Compiling prettyplease v0.2.25 |
1216 | 2025-01-31T04:46:17.067Z | Compiling lazy_static v1.5.0 |
1217 | 2025-01-31T04:46:17.174Z | Compiling minimal-lexical v0.2.1 |
1218 | 2025-01-31T04:46:17.211Z | Compiling serde_json v1.0.135 |
1219 | 2025-01-31T04:46:17.511Z | Compiling clang-sys v1.8.1 |
1220 | 2025-01-31T04:46:17.595Z | Compiling libloading v0.8.5 |
1221 | 2025-01-31T04:46:17.739Z | Compiling nom v7.1.3 |
1222 | 2025-01-31T04:46:17.846Z | Compiling home v0.5.9 |
1223 | 2025-01-31T04:46:18.000Z | Compiling bindgen v0.69.5 |
1224 | 2025-01-31T04:46:18.118Z | Compiling futures-channel v0.3.31 |
1225 | 2025-01-31T04:46:18.582Z | Compiling itertools v0.12.1 |
1226 | 2025-01-31T04:46:18.603Z | Compiling pin-utils v0.1.0 |
1227 | 2025-01-31T04:46:18.720Z | Compiling libm v0.2.8 |
1228 | 2025-01-31T04:46:18.892Z | Compiling futures-task v0.3.31 |
1229 | 2025-01-31T04:46:19.055Z | Compiling rustc-hash v1.1.0 |
1230 | 2025-01-31T04:46:19.203Z | Compiling allocator-api2 v0.2.18 |
1231 | 2025-01-31T04:46:19.230Z | Compiling lazycell v1.3.0 |
1232 | 2025-01-31T04:46:19.413Z | Compiling foldhash v0.1.3 |
1233 | 2025-01-31T04:46:19.766Z | Compiling futures-io v0.3.31 |
1234 | 2025-01-31T04:46:19.953Z | Compiling regex-automata v0.4.8 |
1235 | 2025-01-31T04:46:20.053Z | Compiling hashbrown v0.15.1 |
1236 | 2025-01-31T04:46:20.333Z | Compiling cmake v0.1.51 |
1237 | 2025-01-31T04:46:21.236Z | Compiling synstructure v0.13.1 |
1238 | 2025-01-31T04:46:21.258Z | Compiling cexpr v0.6.0 |
1239 | 2025-01-31T04:46:21.565Z | Compiling num-traits v0.2.19 |
1240 | 2025-01-31T04:46:21.890Z | Compiling pkg-config v0.3.31 |
1241 | 2025-01-31T04:46:22.502Z | Compiling fs_extra v1.3.0 |
1242 | 2025-01-31T04:46:22.732Z | Compiling dunce v1.0.5 |
1243 | 2025-01-31T04:46:23.072Z | Compiling litemap v0.7.3 |
1244 | 2025-01-31T04:46:23.115Z | Compiling writeable v0.5.5 |
1245 | 2025-01-31T04:46:23.267Z | Compiling ring v0.17.8 |
1246 | 2025-01-31T04:46:23.443Z | Compiling base64ct v1.6.0 |
1247 | 2025-01-31T04:46:23.679Z | Compiling paste v1.0.15 |
1248 | 2025-01-31T04:46:24.109Z | Compiling pem-rfc7468 v0.7.0 |
1249 | 2025-01-31T04:46:24.243Z | Compiling httparse v1.9.5 |
1250 | 2025-01-31T04:46:24.289Z | Compiling aws-lc-rs v1.10.0 |
1251 | 2025-01-31T04:46:24.719Z | Compiling flagset v0.4.6 |
1252 | 2025-01-31T04:46:24.814Z | Compiling icu_locid_transform_data v1.5.0 |
1253 | 2025-01-31T04:46:24.962Z | Compiling tracing-core v0.1.32 |
1254 | 2025-01-31T04:46:25.052Z | Compiling crossbeam-utils v0.8.20 |
1255 | 2025-01-31T04:46:25.578Z | Compiling regex v1.11.1 |
1256 | 2025-01-31T04:46:25.757Z | Compiling icu_properties_data v1.5.0 |
1257 | 2025-01-31T04:46:25.966Z | Compiling rustls-pki-types v1.10.0 |
1258 | 2025-01-31T04:46:26.015Z | Compiling percent-encoding v2.3.1 |
1259 | 2025-01-31T04:46:26.369Z | Compiling powerfmt v0.2.0 |
1260 | 2025-01-31T04:46:26.516Z | Compiling untrusted v0.9.0 |
1261 | 2025-01-31T04:46:26.714Z | Compiling untrusted v0.7.1 |
1262 | 2025-01-31T04:46:26.749Z | Compiling icu_normalizer_data v1.5.0 |
1263 | 2025-01-31T04:46:26.817Z | Compiling utf16_iter v1.0.5 |
1264 | 2025-01-31T04:46:26.867Z | Compiling time-core v0.1.2 |
1265 | 2025-01-31T04:46:26.911Z | Compiling vcpkg v0.2.15 |
1266 | 2025-01-31T04:46:26.951Z | Compiling write16 v1.0.0 |
1267 | 2025-01-31T04:46:27.006Z | Compiling serde_derive v1.0.217 |
1268 | 2025-01-31T04:46:27.036Z | Compiling zeroize_derive v1.4.2 |
1269 | 2025-01-31T04:46:27.058Z | Compiling zerocopy-derive v0.7.35 |
1270 | 2025-01-31T04:46:27.100Z | Compiling zerofrom-derive v0.1.4 |
1271 | 2025-01-31T04:46:28.482Z | Compiling zeroize v1.8.1 |
1272 | 2025-01-31T04:46:28.678Z | Compiling tokio-macros v2.5.0 |
1273 | 2025-01-31T04:46:29.080Z | Compiling yoke-derive v0.7.4 |
1274 | 2025-01-31T04:46:29.083Z | Compiling zerocopy v0.7.35 |
1275 | 2025-01-31T04:46:30.138Z | Compiling crypto-common v0.1.6 |
1276 | 2025-01-31T04:46:30.174Z | Compiling block-buffer v0.10.4 |
1277 | 2025-01-31T04:46:30.251Z | Compiling thiserror-impl v1.0.69 |
1278 | 2025-01-31T04:46:30.398Z | Compiling zerovec-derive v0.10.3 |
1279 | 2025-01-31T04:46:30.455Z | Compiling digest v0.10.7 |
1280 | 2025-01-31T04:46:30.509Z | Compiling displaydoc v0.2.5 |
1281 | 2025-01-31T04:46:30.767Z | Compiling zerofrom v0.1.4 |
1282 | 2025-01-31T04:46:30.940Z | Compiling hmac v0.12.1 |
1283 | 2025-01-31T04:46:31.011Z | Compiling futures-macro v0.3.31 |
1284 | 2025-01-31T04:46:31.199Z | Compiling block-padding v0.3.3 |
1285 | 2025-01-31T04:46:31.265Z | Compiling sha2 v0.10.8 |
1286 | 2025-01-31T04:46:31.468Z | Compiling inout v0.1.3 |
1287 | 2025-01-31T04:46:31.751Z | Compiling cipher v0.4.4 |
1288 | 2025-01-31T04:46:31.914Z | Compiling yoke v0.7.4 |
1289 | 2025-01-31T04:46:32.116Z | Compiling icu_provider_macros v1.5.0 |
1290 | 2025-01-31T04:46:32.261Z | Compiling ppv-lite86 v0.2.20 |
1291 | 2025-01-31T04:46:32.286Z | Compiling der_derive v0.7.3 |
1292 | 2025-01-31T04:46:32.932Z | Compiling futures-util v0.3.31 |
1293 | 2025-01-31T04:46:32.981Z | Compiling zerovec v0.10.4 |
1294 | 2025-01-31T04:46:33.014Z | Compiling rand_chacha v0.3.1 |
1295 | 2025-01-31T04:46:33.222Z | Compiling tracing-attributes v0.1.27 |
1296 | 2025-01-31T04:46:33.289Z | Compiling thiserror v1.0.69 |
1297 | 2025-01-31T04:46:33.466Z | Compiling pest v2.7.14 |
1298 | 2025-01-31T04:46:34.679Z | Compiling der v0.7.9 |
1299 | 2025-01-31T04:46:34.937Z | Compiling tinystr v0.7.6 |
1300 | 2025-01-31T04:46:35.140Z | Compiling icu_collections v1.5.0 |
1301 | 2025-01-31T04:46:35.370Z | Compiling icu_locid v1.5.0 |
1302 | 2025-01-31T04:46:35.391Z | Compiling rand v0.8.5 |
1303 | 2025-01-31T04:46:36.483Z | Compiling salsa20 v0.10.2 |
1304 | 2025-01-31T04:46:36.595Z | Compiling icu_provider v1.5.0 |
1305 | 2025-01-31T04:46:36.651Z | Compiling tracing v0.1.40 |
1306 | 2025-01-31T04:46:36.721Z | Compiling spki v0.7.3 |
1307 | 2025-01-31T04:46:37.113Z | Compiling pbkdf2 v0.12.2 |
1308 | 2025-01-31T04:46:37.186Z | Compiling mirai-annotations v1.12.0 |
1309 | 2025-01-31T04:46:37.306Z | Compiling icu_locid_transform v1.5.0 |
1310 | 2025-01-31T04:46:37.394Z | Compiling utf8_iter v1.0.4 |
1311 | 2025-01-31T04:46:37.415Z | Compiling num-conv v0.1.0 |
1312 | 2025-01-31T04:46:37.464Z | Compiling scrypt v0.11.0 |
1313 | 2025-01-31T04:46:37.604Z | Compiling pest_meta v2.7.14 |
1314 | 2025-01-31T04:46:37.634Z | Compiling aes v0.8.4 |
1315 | 2025-01-31T04:46:37.701Z | Compiling time-macros v0.2.18 |
1316 | 2025-01-31T04:46:37.831Z | Compiling cbc v0.1.2 |
1317 | 2025-01-31T04:46:38.086Z | Compiling openssl-sys v0.9.104 |
1318 | 2025-01-31T04:46:38.425Z | Compiling scroll_derive v0.12.0 |
1319 | 2025-01-31T04:46:39.185Z | Compiling icu_properties v1.5.1 |
1320 | 2025-01-31T04:46:39.738Z | Compiling deranged v0.3.11 |
1321 | 2025-01-31T04:46:40.444Z | Compiling bitflags v2.6.0 |
1322 | 2025-01-31T04:46:40.635Z | Compiling bytes v1.9.0 |
1323 | 2025-01-31T04:46:41.134Z | Compiling indexmap v2.7.1 |
1324 | 2025-01-31T04:46:41.172Z | Compiling semver v1.0.24 |
1325 | 2025-01-31T04:46:41.690Z | Compiling tokio v1.43.0 |
1326 | 2025-01-31T04:46:41.881Z | Compiling http v1.2.0 |
1327 | 2025-01-31T04:46:41.904Z | Compiling rustc_version v0.4.1 |
1328 | 2025-01-31T04:46:42.191Z | Compiling num_threads v0.1.7 |
1329 | 2025-01-31T04:46:42.338Z | Compiling atomic-waker v1.1.2 |
1330 | 2025-01-31T04:46:42.467Z | Compiling tinyvec_macros v0.1.1 |
1331 | 2025-01-31T04:46:42.531Z | Compiling time v0.3.36 |
1332 | 2025-01-31T04:46:42.573Z | Compiling tinyvec v1.8.0 |
1333 | 2025-01-31T04:46:42.597Z | Compiling scroll v0.12.0 |
1334 | 2025-01-31T04:46:43.157Z | Compiling icu_normalizer v1.5.0 |
1335 | 2025-01-31T04:46:43.843Z | Compiling http-body v1.0.1 |
1336 | 2025-01-31T04:46:44.085Z | Compiling pest_generator v2.7.14 |
1337 | 2025-01-31T04:46:44.108Z | Compiling pkcs5 v0.7.1 |
1338 | 2025-01-31T04:46:44.129Z | Compiling idna_adapter v1.2.0 |
1339 | 2025-01-31T04:46:44.149Z | Compiling form_urlencoded v1.2.1 |
1340 | 2025-01-31T04:46:44.367Z | Compiling slog v2.7.0 |
1341 | 2025-01-31T04:46:44.473Z | Compiling which v4.4.2 |
1342 | 2025-01-31T04:46:45.026Z | Compiling try-lock v0.2.5 |
1343 | 2025-01-31T04:46:45.048Z | Compiling goblin v0.8.2 |
1344 | 2025-01-31T04:46:45.192Z | Compiling want v0.3.1 |
1345 | 2025-01-31T04:46:45.319Z | Compiling pkcs8 v0.10.2 |
1346 | 2025-01-31T04:46:45.482Z | Compiling idna v1.0.3 |
1347 | 2025-01-31T04:46:45.600Z | Compiling uuid v1.12.0 |
1348 | 2025-01-31T04:46:45.999Z | Compiling httpdate v1.0.3 |
1349 | 2025-01-31T04:46:46.029Z | Compiling pest_derive v2.7.14 |
1350 | 2025-01-31T04:46:46.474Z | Compiling iana-time-zone v0.1.61 |
1351 | 2025-01-31T04:46:46.851Z | Compiling dtrace-parser v0.2.0 |
1352 | 2025-01-31T04:46:46.874Z | Compiling chrono v0.4.39 |
1353 | 2025-01-31T04:46:47.160Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2025-01-31T04:46:47.353Z | Compiling serde_spanned v0.6.8 |
1355 | 2025-01-31T04:46:47.610Z | Compiling toml_datetime v0.6.8 |
1356 | 2025-01-31T04:46:47.754Z | Compiling adler2 v2.0.0 |
1357 | 2025-01-31T04:46:47.841Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2025-01-31T04:46:47.974Z | Compiling match_cfg v0.1.0 |
1359 | 2025-01-31T04:46:47.992Z | Compiling base64 v0.22.1 |
1360 | 2025-01-31T04:46:48.082Z | Compiling tower-service v0.3.3 |
1361 | 2025-01-31T04:46:48.084Z | Compiling rustversion v1.0.17 |
1362 | 2025-01-31T04:46:48.235Z | Compiling openssl v0.10.66 |
1363 | 2025-01-31T04:46:48.697Z | Compiling hostname v0.3.1 |
1364 | 2025-01-31T04:46:48.717Z | Compiling foreign-types v0.3.2 |
1365 | 2025-01-31T04:46:48.778Z | Compiling miniz_oxide v0.8.0 |
1366 | 2025-01-31T04:46:48.821Z | Compiling url v2.5.3 |
1367 | 2025-01-31T04:46:48.897Z | Compiling async-trait v0.1.85 |
1368 | 2025-01-31T04:46:50.178Z | Compiling tokio-util v0.7.12 |
1369 | 2025-01-31T04:46:50.283Z | Compiling openssl-macros v0.1.1 |
1370 | 2025-01-31T04:46:50.305Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2025-01-31T04:46:50.665Z | Compiling dirs-sys-next v0.1.2 |
1372 | 2025-01-31T04:46:51.063Z | Compiling dof v0.3.0 |
1373 | 2025-01-31T04:46:51.232Z | Compiling h2 v0.4.6 |
1374 | 2025-01-31T04:46:51.458Z | Compiling syn v1.0.109 |
1375 | 2025-01-31T04:46:51.533Z | Compiling schemars v0.8.21 |
1376 | 2025-01-31T04:46:51.873Z | Compiling usdt-impl v0.5.0 |
1377 | 2025-01-31T04:46:52.035Z | Compiling siphasher v0.3.11 |
1378 | 2025-01-31T04:46:52.417Z | Compiling rustls v0.22.4 |
1379 | 2025-01-31T04:46:52.669Z | Compiling data-encoding v2.6.0 |
1380 | 2025-01-31T04:46:52.695Z | Compiling native-tls v0.2.12 |
1381 | 2025-01-31T04:46:52.934Z | Compiling rustls v0.23.19 |
1382 | 2025-01-31T04:46:53.093Z | Compiling schemars_derive v0.8.21 |
1383 | 2025-01-31T04:46:53.301Z | Compiling dirs-next v2.0.0 |
1384 | 2025-01-31T04:46:54.693Z | Compiling http-body-util v0.1.2 |
1385 | 2025-01-31T04:46:54.826Z | Compiling unicode-normalization v0.1.24 |
1386 | 2025-01-31T04:46:54.848Z | Compiling heapless v0.7.17 |
1387 | 2025-01-31T04:46:55.190Z | Compiling crossbeam-epoch v0.9.18 |
1388 | 2025-01-31T04:46:55.306Z | Compiling signature v2.2.0 |
1389 | 2025-01-31T04:46:55.455Z | Compiling sha1 v0.10.6 |
1390 | 2025-01-31T04:46:55.603Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1391 | 2025-01-31T04:46:55.861Z | Compiling thread_local v1.1.8 |
1392 | 2025-01-31T04:46:55.882Z | Compiling multer v3.1.0 |
1393 | 2025-01-31T04:46:55.937Z | Compiling encoding_rs v0.8.34 |
1394 | 2025-01-31T04:46:56.062Z | Compiling cookie v0.18.1 |
1395 | 2025-01-31T04:46:56.179Z | Compiling ipnet v2.10.1 |
1396 | 2025-01-31T04:46:56.240Z | Compiling openssl-probe v0.1.5 |
1397 | 2025-01-31T04:46:56.320Z | Compiling mime v0.3.17 |
1398 | 2025-01-31T04:46:56.356Z | Compiling unicode-properties v0.1.3 |
1399 | 2025-01-31T04:46:56.546Z | Compiling slog-async v2.8.0 |
1400 | 2025-01-31T04:46:56.776Z | Compiling dyn-clone v1.0.17 |
1401 | 2025-01-31T04:46:56.820Z | Compiling rayon-core v1.12.1 |
1402 | 2025-01-31T04:46:56.986Z | Compiling unicode-bidi v0.3.17 |
1403 | 2025-01-31T04:46:57.039Z | Compiling gimli v0.31.1 |
1404 | 2025-01-31T04:46:57.105Z | Compiling signal-hook v0.3.17 |
1405 | 2025-01-31T04:46:57.514Z | Compiling toml_edit v0.22.22 |
1406 | 2025-01-31T04:46:58.287Z | Compiling stringprep v0.1.5 |
1407 | 2025-01-31T04:46:59.363Z | Compiling hyper v1.5.2 |
1408 | 2025-01-31T04:47:01.019Z | Compiling crossbeam-deque v0.8.5 |
1409 | 2025-01-31T04:47:01.291Z | Compiling addr2line v0.24.2 |
1410 | 2025-01-31T04:47:01.459Z | Compiling usdt-macro v0.5.0 |
1411 | 2025-01-31T04:47:01.749Z | Compiling usdt-attr-macro v0.5.0 |
1412 | 2025-01-31T04:47:01.841Z | Compiling hyper-util v0.1.10 |
1413 | 2025-01-31T04:47:01.936Z | Compiling term v0.7.0 |
1414 | 2025-01-31T04:47:02.906Z | Compiling slog-json v2.6.1 |
1415 | 2025-01-31T04:47:03.123Z | Compiling serde_urlencoded v0.7.1 |
1416 | 2025-01-31T04:47:03.154Z | Compiling curve25519-dalek v4.1.3 |
1417 | 2025-01-31T04:47:03.257Z | Compiling crossbeam-channel v0.5.13 |
1418 | 2025-01-31T04:47:03.323Z | Compiling futures-executor v0.3.31 |
1419 | 2025-01-31T04:47:03.641Z | Compiling md-5 v0.10.6 |
1420 | 2025-01-31T04:47:03.818Z | Compiling enum-as-inner v0.6.1 |
1421 | 2025-01-31T04:47:03.867Z | Compiling async-stream-impl v0.3.6 |
1422 | 2025-01-31T04:47:03.927Z | Compiling rustls-pemfile v2.2.0 |
1423 | 2025-01-31T04:47:04.241Z | Compiling num-integer v0.1.46 |
1424 | 2025-01-31T04:47:04.263Z | Compiling hash32 v0.2.1 |
1425 | 2025-01-31T04:47:04.660Z | Compiling ff v0.13.0 |
1426 | 2025-01-31T04:47:04.853Z | Compiling is-terminal v0.4.13 |
1427 | 2025-01-31T04:47:04.896Z | Compiling dropshot v0.12.0 |
1428 | 2025-01-31T04:47:04.953Z | Compiling object v0.36.5 |
1429 | 2025-01-31T04:47:04.996Z | Compiling utf-8 v0.7.6 |
1430 | 2025-01-31T04:47:05.017Z | Compiling litrs v0.4.1 |
1431 | 2025-01-31T04:47:05.091Z | Compiling linked-hash-map v0.5.6 |
1432 | 2025-01-31T04:47:05.193Z | Compiling portable-atomic v1.9.0 |
1433 | 2025-01-31T04:47:05.254Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-01-31T04:47:05.317Z | Compiling num-bigint-dig v0.8.4 |
1435 | 2025-01-31T04:47:05.447Z | Compiling rustc-demangle v0.1.24 |
1436 | 2025-01-31T04:47:05.638Z | Compiling quick-error v1.2.3 |
1437 | 2025-01-31T04:47:05.808Z | Compiling smoltcp v0.9.1 |
1438 | 2025-01-31T04:47:05.972Z | Compiling base16ct v0.2.0 |
1439 | 2025-01-31T04:47:06.164Z | Compiling take_mut v0.2.2 |
1440 | 2025-01-31T04:47:06.188Z | Compiling psl-types v2.0.11 |
1441 | 2025-01-31T04:47:06.319Z | Compiling anyhow v1.0.95 |
1442 | 2025-01-31T04:47:06.386Z | Compiling publicsuffix v2.3.0 |
1443 | 2025-01-31T04:47:06.409Z | Compiling sec1 v0.7.3 |
1444 | 2025-01-31T04:47:06.565Z | Compiling document-features v0.2.10 |
1445 | 2025-01-31T04:47:06.695Z | Compiling postgres-protocol v0.6.7 |
1446 | 2025-01-31T04:47:06.958Z | Compiling resolv-conf v0.7.0 |
1447 | 2025-01-31T04:47:07.357Z | Compiling lru-cache v0.1.2 |
1448 | 2025-01-31T04:47:07.441Z | Compiling async-stream v0.3.6 |
1449 | 2025-01-31T04:47:07.548Z | Compiling tungstenite v0.24.0 |
1450 | 2025-01-31T04:47:07.675Z | Compiling slog-term v2.9.1 |
1451 | 2025-01-31T04:47:07.731Z | Compiling hickory-proto v0.24.2 |
1452 | 2025-01-31T04:47:07.771Z | Compiling usdt v0.5.0 |
1453 | 2025-01-31T04:47:07.938Z | Compiling group v0.13.0 |
1454 | 2025-01-31T04:47:08.263Z | Compiling num-iter v0.1.45 |
1455 | 2025-01-31T04:47:08.582Z | Compiling futures v0.3.31 |
1456 | 2025-01-31T04:47:08.702Z | Compiling slog-bunyan v2.5.0 |
1457 | 2025-01-31T04:47:09.666Z | Compiling toml v0.8.19 |
1458 | 2025-01-31T04:47:10.070Z | Compiling camino v1.1.9 |
1459 | 2025-01-31T04:47:10.402Z | Compiling tokio-native-tls v0.3.1 |
1460 | 2025-01-31T04:47:10.701Z | Compiling phf_shared v0.11.2 |
1461 | 2025-01-31T04:47:10.979Z | Compiling dropshot_endpoint v0.12.0 |
1462 | 2025-01-31T04:47:11.087Z | Compiling terminal_size v0.4.0 |
1463 | 2025-01-31T04:47:11.215Z | Compiling openapiv3 v2.0.0 |
1464 | 2025-01-31T04:47:11.315Z | Compiling waitgroup v0.1.2 |
1465 | 2025-01-31T04:47:11.503Z | Compiling serde_path_to_error v0.1.16 |
1466 | 2025-01-31T04:47:11.544Z | Compiling hkdf v0.12.4 |
1467 | 2025-01-31T04:47:11.829Z | Compiling backtrace v0.3.74 |
1468 | 2025-01-31T04:47:12.248Z | Compiling crypto-bigint v0.5.5 |
1469 | 2025-01-31T04:47:12.293Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2025-01-31T04:47:13.752Z | Compiling zerocopy-derive v0.6.6 |
1471 | 2025-01-31T04:47:15.022Z | Compiling webpki-roots v0.26.6 |
1472 | 2025-01-31T04:47:15.243Z | Compiling hostname v0.4.0 |
1473 | 2025-01-31T04:47:15.283Z | Compiling crc32fast v1.4.2 |
1474 | 2025-01-31T04:47:15.304Z | Compiling ahash v0.8.11 |
1475 | 2025-01-31T04:47:15.376Z | Compiling hubpack_derive v0.1.1 |
1476 | 2025-01-31T04:47:15.472Z | Compiling fs-err v2.11.0 |
1477 | 2025-01-31T04:47:15.619Z | Compiling unicode-width v0.2.0 |
1478 | 2025-01-31T04:47:15.650Z | Compiling bitflags v1.3.2 |
1479 | 2025-01-31T04:47:15.733Z | Compiling debug-ignore v1.0.5 |
1480 | 2025-01-31T04:47:15.769Z | Compiling winnow v0.5.40 |
1481 | 2025-01-31T04:47:15.796Z | Compiling newtype-uuid v1.2.1 |
1482 | 2025-01-31T04:47:15.890Z | Compiling managed v0.8.0 |
1483 | 2025-01-31T04:47:16.106Z | Compiling console v0.15.10 |
1484 | 2025-01-31T04:47:16.258Z | Compiling hubpack v0.1.2 |
1485 | 2025-01-31T04:47:16.325Z | Compiling strum_macros v0.25.3 |
1486 | 2025-01-31T04:47:16.695Z | Compiling clap_builder v4.5.27 |
1487 | 2025-01-31T04:47:17.179Z | Compiling zerocopy v0.6.6 |
1488 | 2025-01-31T04:47:17.552Z | Compiling flate2 v1.0.35 |
1489 | 2025-01-31T04:47:17.934Z | Compiling elliptic-curve v0.13.8 |
1490 | 2025-01-31T04:47:18.319Z | Compiling hickory-resolver v0.24.2 |
1491 | 2025-01-31T04:47:18.778Z | Compiling signal-hook-mio v0.2.4 |
1492 | 2025-01-31T04:47:18.960Z | Compiling toml_edit v0.19.15 |
1493 | 2025-01-31T04:47:19.249Z | Compiling phf v0.11.2 |
1494 | 2025-01-31T04:47:19.270Z | Compiling hyper-tls v0.6.0 |
1495 | 2025-01-31T04:47:19.599Z | Compiling cookie_store v0.21.1 |
1496 | 2025-01-31T04:47:19.717Z | Compiling rayon v1.10.0 |
1497 | 2025-01-31T04:47:20.162Z | Compiling bzip2 v0.4.4 |
1498 | 2025-01-31T04:47:20.571Z | Compiling tokio-tungstenite v0.24.0 |
1499 | 2025-01-31T04:47:21.120Z | Compiling postgres-types v0.2.8 |
1500 | 2025-01-31T04:47:23.758Z | Compiling ed25519 v2.2.3 |
1501 | 2025-01-31T04:47:24.169Z | Compiling phf_shared v0.10.0 |
1502 | 2025-01-31T04:47:24.378Z | Compiling tokio-stream v0.1.16 |
1503 | 2025-01-31T04:47:24.576Z | Compiling pkcs1 v0.7.5 |
1504 | 2025-01-31T04:47:25.033Z | Compiling serde-big-array v0.5.1 |
1505 | 2025-01-31T04:47:25.278Z | Compiling rfc6979 v0.4.0 |
1506 | 2025-01-31T04:47:25.339Z | Compiling serde_repr v0.1.19 |
1507 | 2025-01-31T04:47:25.484Z | Compiling derive-where v1.2.7 |
1508 | 2025-01-31T04:47:25.522Z | Compiling clap_derive v4.5.24 |
1509 | 2025-01-31T04:47:25.670Z | Compiling float-cmp v0.9.0 |
1510 | 2025-01-31T04:47:25.916Z | Compiling bstr v1.10.0 |
1511 | 2025-01-31T04:47:26.316Z | Compiling sync_wrapper v1.0.1 |
1512 | 2025-01-31T04:47:26.419Z | Compiling fixedbitset v0.4.2 |
1513 | 2025-01-31T04:47:26.456Z | Compiling unicode-segmentation v1.12.0 |
1514 | 2025-01-31T04:47:26.476Z | Compiling static_assertions v1.1.0 |
1515 | 2025-01-31T04:47:26.582Z | Compiling whoami v1.5.2 |
1516 | 2025-01-31T04:47:26.851Z | Compiling precomputed-hash v0.1.1 |
1517 | 2025-01-31T04:47:26.985Z | Compiling difflib v0.4.0 |
1518 | 2025-01-31T04:47:27.182Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2025-01-31T04:47:27.326Z | Compiling predicates-core v1.0.8 |
1520 | 2025-01-31T04:47:27.348Z | Compiling new_debug_unreachable v1.0.6 |
1521 | 2025-01-31T04:47:27.459Z | Compiling number_prefix v0.4.0 |
1522 | 2025-01-31T04:47:27.520Z | Compiling bit-vec v0.6.3 |
1523 | 2025-01-31T04:47:27.672Z | Compiling indicatif v0.17.11 |
1524 | 2025-01-31T04:47:27.693Z | Compiling predicates v3.1.2 |
1525 | 2025-01-31T04:47:27.921Z | Compiling bit-set v0.5.3 |
1526 | 2025-01-31T04:47:28.227Z | Compiling string_cache v0.8.7 |
1527 | 2025-01-31T04:47:28.410Z | Compiling similar v2.6.0 |
1528 | 2025-01-31T04:47:28.657Z | Compiling tokio-postgres v0.7.12 |
1529 | 2025-01-31T04:47:28.837Z | Compiling petgraph v0.6.5 |
1530 | 2025-01-31T04:47:29.239Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1531 | 2025-01-31T04:47:29.812Z | Compiling ecdsa v0.16.9 |
1532 | 2025-01-31T04:47:30.217Z | Compiling clap v4.5.27 |
1533 | 2025-01-31T04:47:30.344Z | Compiling rsa v0.9.6 |
1534 | 2025-01-31T04:47:30.620Z | Compiling ed25519-dalek v2.1.1 |
1535 | 2025-01-31T04:47:30.671Z | Compiling toml v0.7.8 |
1536 | 2025-01-31T04:47:31.956Z | Compiling zip v0.6.6 |
1537 | 2025-01-31T04:47:32.165Z | Compiling crossterm v0.28.1 |
1538 | 2025-01-31T04:47:33.623Z | Compiling hex v0.4.3 |
1539 | 2025-01-31T04:47:33.911Z | Compiling x509-cert v0.2.5 |
1540 | 2025-01-31T04:47:34.219Z | Compiling itertools v0.10.5 |
1541 | 2025-01-31T04:47:34.508Z | Compiling peg-runtime v0.8.3 |
1542 | 2025-01-31T04:47:35.149Z | Compiling unicode-xid v0.2.6 |
1543 | 2025-01-31T04:47:35.196Z | Compiling lalrpop-util v0.19.12 |
1544 | 2025-01-31T04:47:35.344Z | Compiling strum_macros v0.26.4 |
1545 | 2025-01-31T04:47:35.568Z | Compiling xattr v1.3.1 |
1546 | 2025-01-31T04:47:35.590Z | Compiling filetime v0.2.25 |
1547 | 2025-01-31T04:47:35.852Z | Compiling tar v0.4.42 |
1548 | 2025-01-31T04:47:40.191Z | Compiling strum v0.26.3 |
1549 | 2025-01-31T04:47:43.342Z | Compiling aws-lc-sys v0.22.0 |
1550 | 2025-01-31T04:48:11.582Z | Compiling rustls-webpki v0.102.8 |
1551 | 2025-01-31T04:48:14.859Z | Compiling tokio-rustls v0.25.0 |
1552 | 2025-01-31T04:48:16.629Z | Compiling tokio-rustls v0.26.0 |
1553 | 2025-01-31T04:48:16.928Z | Compiling hyper-rustls v0.27.3 |
1554 | 2025-01-31T04:48:17.256Z | Compiling reqwest v0.12.9 |
1555 | 2025-01-31T04:48:18.672Z | Compiling qorb v0.2.1 |
1556 | 2025-01-31T04:48:21.840Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1557 | 2025-01-31T04:48:22.105Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1558 | 2025-01-31T04:48:26.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1559 | 2025-01-31T04:48:26.964Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1560 | 2025-01-31T04:48:27.023Z | Jan 31 04:48:26.979 INFO Starting download, target: Clickhouse |
1561 | 2025-01-31T04:48:27.023Z | Jan 31 04:48:26.979 INFO Starting download, target: Cockroach |
1562 | 2025-01-31T04:48:27.023Z | Jan 31 04:48:26.979 INFO Starting download, target: Console |
1563 | 2025-01-31T04:48:27.023Z | Jan 31 04:48:26.979 INFO Starting download, target: DendriteOpenapi |
1564 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.979 INFO Starting download, target: DendriteStub |
1565 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.979 INFO Starting download, target: MaghemiteMgd |
1566 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.979 INFO Starting download, target: TransceiverControl |
1567 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.980 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1568 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.980 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1569 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.980 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.980 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1571 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.980 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1572 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.980 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1573 | 2025-01-31T04:48:27.026Z | Jan 31 04:48:26.980 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1574 | 2025-01-31T04:48:27.189Z | Jan 31 04:48:27.142 INFO Download complete, target: DendriteOpenapi |
1575 | 2025-01-31T04:48:27.306Z | Jan 31 04:48:27.259 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1576 | 2025-01-31T04:48:27.582Z | Jan 31 04:48:27.528 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1577 | 2025-01-31T04:48:27.727Z | Jan 31 04:48:27.682 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1578 | 2025-01-31T04:48:27.795Z | Jan 31 04:48:27.750 INFO Download complete, target: TransceiverControl |
1579 | 2025-01-31T04:48:27.930Z | Jan 31 04:48:27.885 INFO Download complete, target: Console |
1580 | 2025-01-31T04:48:28.030Z | Jan 31 04:48:27.984 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1581 | 2025-01-31T04:48:28.614Z | Jan 31 04:48:28.570 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2025-01-31T04:48:28.614Z | Jan 31 04:48:28.570 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2025-01-31T04:48:28.924Z | Jan 31 04:48:28.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1584 | 2025-01-31T04:48:30.665Z | Jan 31 04:48:30.621 INFO Download complete, target: DendriteStub |
1585 | 2025-01-31T04:48:31.007Z | Jan 31 04:48:30.963 INFO Download complete, target: MaghemiteMgd |
1586 | 2025-01-31T04:48:36.198Z | Jan 31 04:48:36.154 INFO Checking that binary works, target: Cockroach |
1587 | 2025-01-31T04:48:36.363Z | Jan 31 04:48:36.319 INFO Download complete, target: Cockroach |
1588 | 2025-01-31T04:48:41.561Z | Jan 31 04:48:41.516 INFO Checking that binary works, target: Clickhouse |
1589 | 2025-01-31T04:48:41.735Z | Jan 31 04:48:41.690 INFO Download complete, target: Clickhouse |
1590 | 2025-01-31T04:48:41.742Z | All prerequisites installed successfully |
1591 | 2025-01-31T04:48:41.745Z | |
1592 | 2025-01-31T04:48:41.745Z | real 5:41.675652810 |
1593 | 2025-01-31T04:48:41.745Z | user 16:16.218556884 |
1594 | 2025-01-31T04:48:41.745Z | sys 2:07.178028306 |
1595 | 2025-01-31T04:48:41.745Z | trap 0.615508967 |
1596 | 2025-01-31T04:48:41.745Z | tflt 1.756116856 |
1597 | 2025-01-31T04:48:41.745Z | dflt 1.439648463 |
1598 | 2025-01-31T04:48:41.745Z | kflt 0.023429722 |
1599 | 2025-01-31T04:48:41.745Z | lock 25:20.991917385 |
1600 | 2025-01-31T04:48:41.745Z | slp 58:10.404207463 |
1601 | 2025-01-31T04:48:41.745Z | lat 1:01.854672157 |
1602 | 2025-01-31T04:48:41.745Z | stop 2:29.687995799 |
1603 | 2025-01-31T04:48:41.745Z | + ptime -m cargo xtask download softnpu |
1604 | 2025-01-31T04:48:42.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1605 | 2025-01-31T04:48:42.330Z | Running `target/debug/xtask download softnpu` |
1606 | 2025-01-31T04:48:43.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1607 | 2025-01-31T04:48:43.279Z | Running `target/debug/xtask-downloader softnpu` |
1608 | 2025-01-31T04:48:43.327Z | Jan 31 04:48:43.278 INFO Starting download, target: Softnpu |
1609 | 2025-01-31T04:48:43.330Z | Jan 31 04:48:43.279 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1610 | 2025-01-31T04:48:43.802Z | Jan 31 04:48:43.757 INFO Download complete, target: Softnpu |
1611 | 2025-01-31T04:48:43.806Z | |
1612 | 2025-01-31T04:48:43.809Z | real 2.056448068 |
1613 | 2025-01-31T04:48:43.809Z | user 1.347176592 |
1614 | 2025-01-31T04:48:43.809Z | sys 0.570801455 |
1615 | 2025-01-31T04:48:43.809Z | trap 0.000791984 |
1616 | 2025-01-31T04:48:43.809Z | tflt 0.000079370 |
1617 | 2025-01-31T04:48:43.809Z | dflt 0.000047160 |
1618 | 2025-01-31T04:48:43.809Z | kflt 0.000000000 |
1619 | 2025-01-31T04:48:43.809Z | lock 5.175558430 |
1620 | 2025-01-31T04:48:43.809Z | slp 0.314811316 |
1621 | 2025-01-31T04:48:43.809Z | lat 0.069022402 |
1622 | 2025-01-31T04:48:43.809Z | stop 0.000160429 |
1623 | 2025-01-31T04:48:43.809Z | + export CARGO_INCREMENTAL=0 |
1624 | 2025-01-31T04:48:43.809Z | + CARGO_INCREMENTAL=0 |
1625 | 2025-01-31T04:48:43.809Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1626 | 2025-01-31T04:48:44.806Z | Compiling proc-macro2 v1.0.92 |
1627 | 2025-01-31T04:48:44.806Z | Compiling unicode-ident v1.0.14 |
1628 | 2025-01-31T04:48:44.809Z | Compiling libc v0.2.169 |
1629 | 2025-01-31T04:48:44.809Z | Compiling serde v1.0.217 |
1630 | 2025-01-31T04:48:44.809Z | Compiling autocfg v1.4.0 |
1631 | 2025-01-31T04:48:44.809Z | Compiling version_check v0.9.5 |
1632 | 2025-01-31T04:48:44.809Z | Compiling cfg-if v1.0.0 |
1633 | 2025-01-31T04:48:45.075Z | Compiling memchr v2.7.4 |
1634 | 2025-01-31T04:48:45.116Z | Compiling typenum v1.17.0 |
1635 | 2025-01-31T04:48:45.195Z | Compiling shlex v1.3.0 |
1636 | 2025-01-31T04:48:45.518Z | Compiling value-bag v1.9.0 |
1637 | 2025-01-31T04:48:45.538Z | Compiling scopeguard v1.2.0 |
1638 | 2025-01-31T04:48:45.554Z | Compiling generic-array v0.14.7 |
1639 | 2025-01-31T04:48:45.793Z | Compiling lock_api v0.4.12 |
1640 | 2025-01-31T04:48:46.012Z | Compiling log v0.4.22 |
1641 | 2025-01-31T04:48:46.047Z | Compiling parking_lot_core v0.9.10 |
1642 | 2025-01-31T04:48:46.432Z | Compiling serde_json v1.0.135 |
1643 | 2025-01-31T04:48:46.481Z | Compiling once_cell v1.20.2 |
1644 | 2025-01-31T04:48:46.687Z | Compiling libm v0.2.8 |
1645 | 2025-01-31T04:48:46.758Z | Compiling quote v1.0.38 |
1646 | 2025-01-31T04:48:46.762Z | Compiling rustix v0.38.37 |
1647 | 2025-01-31T04:48:46.854Z | Compiling jobserver v0.1.32 |
1648 | 2025-01-31T04:48:46.954Z | Compiling getrandom v0.2.15 |
1649 | 2025-01-31T04:48:47.256Z | Compiling syn v2.0.96 |
1650 | 2025-01-31T04:48:47.326Z | Compiling cc v1.1.30 |
1651 | 2025-01-31T04:48:47.343Z | Compiling aho-corasick v1.1.3 |
1652 | 2025-01-31T04:48:47.378Z | Compiling num-traits v0.2.19 |
1653 | 2025-01-31T04:48:47.399Z | Compiling thiserror v1.0.69 |
1654 | 2025-01-31T04:48:47.418Z | Compiling regex-syntax v0.8.5 |
1655 | 2025-01-31T04:48:47.593Z | Compiling either v1.13.0 |
1656 | 2025-01-31T04:48:47.703Z | Compiling itoa v1.0.11 |
1657 | 2025-01-31T04:48:47.956Z | Compiling spin v0.9.8 |
1658 | 2025-01-31T04:48:47.985Z | Compiling slab v0.4.9 |
1659 | 2025-01-31T04:48:48.307Z | Compiling errno v0.3.9 |
1660 | 2025-01-31T04:48:48.353Z | Compiling byteorder v1.5.0 |
1661 | 2025-01-31T04:48:48.533Z | Compiling rand_core v0.6.4 |
1662 | 2025-01-31T04:48:48.905Z | Compiling glob v0.3.2 |
1663 | 2025-01-31T04:48:49.301Z | Compiling prettyplease v0.2.25 |
1664 | 2025-01-31T04:48:49.324Z | Compiling lazy_static v1.5.0 |
1665 | 2025-01-31T04:48:49.663Z | Compiling clang-sys v1.8.1 |
1666 | 2025-01-31T04:48:49.680Z | Compiling minimal-lexical v0.2.1 |
1667 | 2025-01-31T04:48:50.186Z | Compiling nom v7.1.3 |
1668 | 2025-01-31T04:48:50.325Z | Compiling libloading v0.8.5 |
1669 | 2025-01-31T04:48:50.378Z | Compiling home v0.5.9 |
1670 | 2025-01-31T04:48:50.479Z | Compiling smallvec v1.13.2 |
1671 | 2025-01-31T04:48:50.628Z | Compiling bindgen v0.69.5 |
1672 | 2025-01-31T04:48:50.685Z | Compiling subtle v2.6.1 |
1673 | 2025-01-31T04:48:51.011Z | Compiling itertools v0.12.1 |
1674 | 2025-01-31T04:48:51.093Z | Compiling allocator-api2 v0.2.18 |
1675 | 2025-01-31T04:48:51.229Z | Compiling regex-automata v0.4.8 |
1676 | 2025-01-31T04:48:51.383Z | Compiling lazycell v1.3.0 |
1677 | 2025-01-31T04:48:51.572Z | Compiling rustc-hash v1.1.0 |
1678 | 2025-01-31T04:48:51.812Z | Compiling cmake v0.1.51 |
1679 | 2025-01-31T04:48:52.257Z | Compiling semver v1.0.24 |
1680 | 2025-01-31T04:48:52.740Z | Compiling fs_extra v1.3.0 |
1681 | 2025-01-31T04:48:53.084Z | Compiling dunce v1.0.5 |
1682 | 2025-01-31T04:48:53.271Z | Compiling cexpr v0.6.0 |
1683 | 2025-01-31T04:48:53.327Z | Compiling pkg-config v0.3.31 |
1684 | 2025-01-31T04:48:53.539Z | Compiling ring v0.17.8 |
1685 | 2025-01-31T04:48:54.175Z | Compiling ryu v1.0.18 |
1686 | 2025-01-31T04:48:54.436Z | Compiling synstructure v0.13.1 |
1687 | 2025-01-31T04:48:54.484Z | Compiling pin-project-lite v0.2.14 |
1688 | 2025-01-31T04:48:54.631Z | Compiling paste v1.0.15 |
1689 | 2025-01-31T04:48:54.701Z | Compiling httparse v1.9.5 |
1690 | 2025-01-31T04:48:54.951Z | Compiling const-oid v0.9.6 |
1691 | 2025-01-31T04:48:55.200Z | Compiling schemars v0.8.21 |
1692 | 2025-01-31T04:48:55.368Z | Compiling aws-lc-rs v1.10.0 |
1693 | 2025-01-31T04:48:55.561Z | Compiling fnv v1.0.7 |
1694 | 2025-01-31T04:48:55.761Z | Compiling serde_derive_internals v0.29.1 |
1695 | 2025-01-31T04:48:56.469Z | Compiling foldhash v0.1.3 |
1696 | 2025-01-31T04:48:56.728Z | Compiling regex v1.11.1 |
1697 | 2025-01-31T04:48:56.773Z | Compiling equivalent v1.0.1 |
1698 | 2025-01-31T04:48:56.909Z | Compiling hashbrown v0.15.1 |
1699 | 2025-01-31T04:48:56.992Z | Compiling signal-hook-registry v1.4.2 |
1700 | 2025-01-31T04:48:57.630Z | Compiling heck v0.5.0 |
1701 | 2025-01-31T04:48:57.711Z | Compiling parking_lot v0.12.3 |
1702 | 2025-01-31T04:48:57.828Z | Compiling mio v1.0.2 |
1703 | 2025-01-31T04:48:58.166Z | Compiling stable_deref_trait v1.2.0 |
1704 | 2025-01-31T04:48:58.873Z | Compiling socket2 v0.5.7 |
1705 | 2025-01-31T04:48:59.058Z | Compiling serde_derive v1.0.217 |
1706 | 2025-01-31T04:48:59.475Z | Compiling zeroize_derive v1.4.2 |
1707 | 2025-01-31T04:48:59.766Z | Compiling zerocopy-derive v0.7.35 |
1708 | 2025-01-31T04:49:00.263Z | Compiling thiserror-impl v1.0.69 |
1709 | 2025-01-31T04:49:00.452Z | Compiling tokio-macros v2.5.0 |
1710 | 2025-01-31T04:49:00.566Z | Compiling zerofrom-derive v0.1.4 |
1711 | 2025-01-31T04:49:00.867Z | Compiling zeroize v1.8.1 |
1712 | 2025-01-31T04:49:01.178Z | Compiling yoke-derive v0.7.4 |
1713 | 2025-01-31T04:49:01.323Z | Compiling zerovec-derive v0.10.3 |
1714 | 2025-01-31T04:49:01.448Z | Compiling futures-macro v0.3.31 |
1715 | 2025-01-31T04:49:01.630Z | Compiling displaydoc v0.2.5 |
1716 | 2025-01-31T04:49:02.946Z | Compiling zerocopy v0.7.35 |
1717 | 2025-01-31T04:49:03.061Z | Compiling crypto-common v0.1.6 |
1718 | 2025-01-31T04:49:03.257Z | Compiling icu_provider_macros v1.5.0 |
1719 | 2025-01-31T04:49:03.416Z | Compiling tracing-attributes v0.1.27 |
1720 | 2025-01-31T04:49:03.583Z | Compiling schemars_derive v0.8.21 |
1721 | 2025-01-31T04:49:03.638Z | Compiling block-buffer v0.10.4 |
1722 | 2025-01-31T04:49:03.880Z | Compiling digest v0.10.7 |
1723 | 2025-01-31T04:49:04.324Z | Compiling crossbeam-utils v0.8.20 |
1724 | 2025-01-31T04:49:04.354Z | Compiling time-core v0.1.2 |
1725 | 2025-01-31T04:49:04.553Z | Compiling num-conv v0.1.0 |
1726 | 2025-01-31T04:49:04.572Z | Compiling futures-core v0.3.31 |
1727 | 2025-01-31T04:49:04.815Z | Compiling time-macros v0.2.18 |
1728 | 2025-01-31T04:49:04.838Z | Compiling der_derive v0.7.3 |
1729 | 2025-01-31T04:49:05.170Z | Compiling vcpkg v0.2.15 |
1730 | 2025-01-31T04:49:06.679Z | Compiling openssl-sys v0.9.104 |
1731 | 2025-01-31T04:49:07.576Z | Compiling syn v1.0.109 |
1732 | 2025-01-31T04:49:07.867Z | Compiling cpufeatures v0.2.14 |
1733 | 2025-01-31T04:49:07.982Z | Compiling futures-sink v0.3.31 |
1734 | 2025-01-31T04:49:08.182Z | Compiling slog v2.7.0 |
1735 | 2025-01-31T04:49:08.413Z | Compiling ahash v0.8.11 |
1736 | 2025-01-31T04:49:08.630Z | Compiling zerofrom v0.1.4 |
1737 | 2025-01-31T04:49:08.880Z | Compiling iana-time-zone v0.1.61 |
1738 | 2025-01-31T04:49:09.121Z | Compiling yoke v0.7.4 |
1739 | 2025-01-31T04:49:09.360Z | Compiling futures-channel v0.3.31 |
1740 | 2025-01-31T04:49:09.521Z | Compiling scroll_derive v0.12.0 |
1741 | 2025-01-31T04:49:09.598Z | Compiling futures-task v0.3.31 |
1742 | 2025-01-31T04:49:09.697Z | Compiling openssl v0.10.66 |
1743 | 2025-01-31T04:49:09.838Z | Compiling pin-utils v0.1.0 |
1744 | 2025-01-31T04:49:09.901Z | Compiling ucd-trie v0.1.7 |
1745 | 2025-01-31T04:49:09.994Z | Compiling futures-io v0.3.31 |
1746 | 2025-01-31T04:49:10.145Z | Compiling zerovec v0.10.4 |
1747 | 2025-01-31T04:49:10.374Z | Compiling futures-util v0.3.31 |
1748 | 2025-01-31T04:49:10.374Z | Compiling pest v2.7.14 |
1749 | 2025-01-31T04:49:11.393Z | Compiling hmac v0.12.1 |
1750 | 2025-01-31T04:49:11.615Z | Compiling bitflags v2.6.0 |
1751 | 2025-01-31T04:49:11.906Z | Compiling bytes v1.9.0 |
1752 | 2025-01-31T04:49:13.685Z | Compiling indexmap v2.7.1 |
1753 | 2025-01-31T04:49:13.963Z | Compiling tokio v1.43.0 |
1754 | 2025-01-31T04:49:14.802Z | Compiling serde_tokenstream v0.2.2 |
1755 | 2025-01-31T04:49:15.180Z | Compiling uuid v1.12.0 |
1756 | 2025-01-31T04:49:15.380Z | Compiling http v1.2.0 |
1757 | 2025-01-31T04:49:16.477Z | Compiling which v4.4.2 |
1758 | 2025-01-31T04:49:16.609Z | Compiling chrono v0.4.39 |
1759 | 2025-01-31T04:49:16.672Z | Compiling rustc_version v0.4.1 |
1760 | 2025-01-31T04:49:19.878Z | Compiling pest_meta v2.7.14 |
1761 | 2025-01-31T04:49:22.940Z | Compiling block-padding v0.3.3 |
1762 | 2025-01-31T04:49:23.204Z | Compiling openssl-macros v0.1.1 |
1763 | 2025-01-31T04:49:23.745Z | Compiling rustls v0.23.19 |
1764 | 2025-01-31T04:49:23.748Z | Compiling native-tls v0.2.12 |
1765 | 2025-01-31T04:49:23.936Z | Compiling inout v0.1.3 |
1766 | 2025-01-31T04:49:24.050Z | Compiling pest_generator v2.7.14 |
1767 | 2025-01-31T04:49:24.118Z | Compiling tinystr v0.7.6 |
1768 | 2025-01-31T04:49:24.552Z | Compiling toml_datetime v0.6.8 |
1769 | 2025-01-31T04:49:24.597Z | Compiling serde_spanned v0.6.8 |
1770 | 2025-01-31T04:49:24.883Z | Compiling tracing-core v0.1.32 |
1771 | 2025-01-31T04:49:25.015Z | Compiling dyn-clone v1.0.17 |
1772 | 2025-01-31T04:49:25.053Z | Compiling litemap v0.7.3 |
1773 | 2025-01-31T04:49:25.275Z | Compiling writeable v0.5.5 |
1774 | 2025-01-31T04:49:25.596Z | Compiling strsim v0.11.1 |
1775 | 2025-01-31T04:49:25.754Z | Compiling pest_derive v2.7.14 |
1776 | 2025-01-31T04:49:26.091Z | Compiling icu_locid v1.5.0 |
1777 | 2025-01-31T04:49:26.382Z | Compiling tracing v0.1.40 |
1778 | 2025-01-31T04:49:27.117Z | Compiling cipher v0.4.4 |
1779 | 2025-01-31T04:49:27.239Z | Compiling sha2 v0.10.8 |
1780 | 2025-01-31T04:49:27.748Z | Compiling cookie v0.18.1 |
1781 | 2025-01-31T04:49:28.010Z | Compiling usdt-impl v0.5.0 |
1782 | 2025-01-31T04:49:28.032Z | Compiling base64ct v1.6.0 |
1783 | 2025-01-31T04:49:28.386Z | Compiling icu_provider v1.5.0 |
1784 | 2025-01-31T04:49:28.605Z | Compiling pem-rfc7468 v0.7.0 |
1785 | 2025-01-31T04:49:29.476Z | Compiling aws-lc-sys v0.22.0 |
1786 | 2025-01-31T04:49:30.159Z | Compiling scroll v0.12.0 |
1787 | 2025-01-31T04:49:30.686Z | Compiling ppv-lite86 v0.2.20 |
1788 | 2025-01-31T04:49:30.730Z | Compiling async-trait v0.1.85 |
1789 | 2025-01-31T04:49:31.546Z | Compiling camino v1.1.9 |
1790 | 2025-01-31T04:49:32.083Z | Compiling anyhow v1.0.95 |
1791 | 2025-01-31T04:49:32.929Z | Compiling icu_locid_transform_data v1.5.0 |
1792 | 2025-01-31T04:49:33.018Z | Compiling flagset v0.4.6 |
1793 | 2025-01-31T04:49:33.245Z | Compiling plain v0.2.3 |
1794 | 2025-01-31T04:49:33.397Z | Compiling rustls-pki-types v1.10.0 |
1795 | 2025-01-31T04:49:33.427Z | Compiling percent-encoding v2.3.1 |
1796 | 2025-01-31T04:49:33.859Z | Compiling icu_locid_transform v1.5.0 |
1797 | 2025-01-31T04:49:35.094Z | Compiling goblin v0.8.2 |
1798 | 2025-01-31T04:49:36.851Z | Compiling der v0.7.9 |
1799 | 2025-01-31T04:49:39.445Z | Compiling rand_chacha v0.3.1 |
1800 | 2025-01-31T04:49:40.056Z | Compiling tokio-util v0.7.12 |
1801 | 2025-01-31T04:49:40.076Z | Compiling icu_collections v1.5.0 |
1802 | 2025-01-31T04:49:41.471Z | Compiling mirai-annotations v1.12.0 |
1803 | 2025-01-31T04:49:41.686Z | Compiling pretty-hex v0.4.1 |
1804 | 2025-01-31T04:49:41.833Z | Compiling powerfmt v0.2.0 |
1805 | 2025-01-31T04:49:41.898Z | Compiling icu_properties_data v1.5.0 |
1806 | 2025-01-31T04:49:41.932Z | Compiling rayon-core v1.12.1 |
1807 | 2025-01-31T04:49:42.168Z | Compiling untrusted v0.9.0 |
1808 | 2025-01-31T04:49:42.216Z | Compiling rustls v0.22.4 |
1809 | 2025-01-31T04:49:42.319Z | Compiling untrusted v0.7.1 |
1810 | 2025-01-31T04:49:42.500Z | Compiling icu_properties v1.5.1 |
1811 | 2025-01-31T04:49:42.526Z | Compiling deranged v0.3.11 |
1812 | 2025-01-31T04:49:43.196Z | Compiling dof v0.3.0 |
1813 | 2025-01-31T04:49:44.271Z | Compiling rand v0.8.5 |
1814 | 2025-01-31T04:49:44.353Z | Compiling spki v0.7.3 |
1815 | 2025-01-31T04:49:44.742Z | Compiling salsa20 v0.10.2 |
1816 | 2025-01-31T04:49:44.882Z | Compiling dtrace-parser v0.2.0 |
1817 | 2025-01-31T04:49:45.761Z | Compiling pbkdf2 v0.12.2 |
1818 | 2025-01-31T04:49:46.551Z | Compiling thread-id v4.2.2 |
1819 | 2025-01-31T04:49:46.693Z | Compiling utf16_iter v1.0.5 |
1820 | 2025-01-31T04:49:46.792Z | Compiling atomic-waker v1.1.2 |
1821 | 2025-01-31T04:49:46.795Z | Compiling num_threads v0.1.7 |
1822 | 2025-01-31T04:49:46.939Z | Compiling utf8_iter v1.0.4 |
1823 | 2025-01-31T04:49:46.939Z | Compiling icu_normalizer_data v1.5.0 |
1824 | 2025-01-31T04:49:46.990Z | Compiling write16 v1.0.0 |
1825 | 2025-01-31T04:49:47.152Z | Compiling winnow v0.5.40 |
1826 | 2025-01-31T04:49:47.342Z | Compiling litrs v0.4.1 |
1827 | 2025-01-31T04:49:47.974Z | Compiling icu_normalizer v1.5.0 |
1828 | 2025-01-31T04:49:48.324Z | Compiling document-features v0.2.10 |
1829 | 2025-01-31T04:49:48.990Z | Compiling time v0.3.36 |
1830 | 2025-01-31T04:49:50.568Z | Compiling toml_edit v0.19.15 |
1831 | 2025-01-31T04:49:52.203Z | Compiling scrypt v0.11.0 |
1832 | 2025-01-31T04:49:52.465Z | Compiling form_urlencoded v1.2.1 |
1833 | 2025-01-31T04:49:52.679Z | Compiling aes v0.8.4 |
1834 | 2025-01-31T04:49:52.986Z | Compiling cbc v0.1.2 |
1835 | 2025-01-31T04:49:53.203Z | Compiling http-body v1.0.1 |
1836 | 2025-01-31T04:49:53.457Z | Compiling multer v3.1.0 |
1837 | 2025-01-31T04:49:53.477Z | Compiling tinyvec_macros v0.1.1 |
1838 | 2025-01-31T04:49:53.776Z | Compiling rustversion v1.0.17 |
1839 | 2025-01-31T04:49:53.795Z | Compiling slog-async v2.8.0 |
1840 | 2025-01-31T04:49:53.813Z | Compiling try-lock v0.2.5 |
1841 | 2025-01-31T04:49:54.243Z | Compiling want v0.3.1 |
1842 | 2025-01-31T04:49:54.437Z | Compiling tinyvec v1.8.0 |
1843 | 2025-01-31T04:49:54.536Z | Compiling pkcs5 v0.7.1 |
1844 | 2025-01-31T04:49:56.162Z | Compiling idna_adapter v1.2.0 |
1845 | 2025-01-31T04:49:56.551Z | Compiling h2 v0.4.6 |
1846 | 2025-01-31T04:49:56.855Z | Compiling heapless v0.7.17 |
1847 | 2025-01-31T04:49:57.336Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1848 | 2025-01-31T04:49:57.853Z | Compiling httpdate v1.0.3 |
1849 | 2025-01-31T04:49:57.973Z | Compiling signal-hook v0.3.17 |
1850 | 2025-01-31T04:49:58.665Z | Compiling idna v1.0.3 |
1851 | 2025-01-31T04:50:00.093Z | Compiling pkcs8 v0.10.2 |
1852 | 2025-01-31T04:50:01.171Z | Compiling usdt-macro v0.5.0 |
1853 | 2025-01-31T04:50:01.468Z | Compiling usdt-attr-macro v0.5.0 |
1854 | 2025-01-31T04:50:02.543Z | Compiling async-stream-impl v0.3.6 |
1855 | 2025-01-31T04:50:02.868Z | Compiling tower-service v0.3.3 |
1856 | 2025-01-31T04:50:03.025Z | Compiling adler2 v2.0.0 |
1857 | 2025-01-31T04:50:03.126Z | Compiling base64 v0.22.1 |
1858 | 2025-01-31T04:50:03.721Z | Compiling miniz_oxide v0.8.0 |
1859 | 2025-01-31T04:50:04.922Z | Compiling hyper v1.5.2 |
1860 | 2025-01-31T04:50:07.148Z | Compiling curve25519-dalek v4.1.3 |
1861 | 2025-01-31T04:50:07.570Z | Compiling openapiv3 v2.0.0 |
1862 | 2025-01-31T04:50:10.367Z | Compiling hyper-util v0.1.10 |
1863 | 2025-01-31T04:50:11.302Z | Compiling enum-as-inner v0.6.1 |
1864 | 2025-01-31T04:50:11.836Z | Compiling dropshot v0.12.0 |
1865 | 2025-01-31T04:50:12.000Z | Compiling smoltcp v0.9.1 |
1866 | 2025-01-31T04:50:12.143Z | Compiling foreign-types-shared v0.1.1 |
1867 | 2025-01-31T04:50:12.463Z | Compiling newtype-uuid v1.2.1 |
1868 | 2025-01-31T04:50:12.557Z | Compiling match_cfg v0.1.0 |
1869 | 2025-01-31T04:50:12.666Z | Compiling portable-atomic v1.9.0 |
1870 | 2025-01-31T04:50:12.935Z | Compiling num-bigint-dig v0.8.4 |
1871 | 2025-01-31T04:50:13.550Z | Compiling hostname v0.3.1 |
1872 | 2025-01-31T04:50:13.760Z | Compiling foreign-types v0.3.2 |
1873 | 2025-01-31T04:50:16.076Z | Compiling url v2.5.3 |
1874 | 2025-01-31T04:50:17.784Z | Compiling http-body-util v0.1.2 |
1875 | 2025-01-31T04:50:18.267Z | Compiling dirs-sys-next v0.1.2 |
1876 | 2025-01-31T04:50:18.320Z | Compiling encoding_rs v0.8.34 |
1877 | 2025-01-31T04:50:18.395Z | Compiling gimli v0.31.1 |
1878 | 2025-01-31T04:50:18.727Z | Compiling mime v0.3.17 |
1879 | 2025-01-31T04:50:19.764Z | Compiling ident_case v1.0.1 |
1880 | 2025-01-31T04:50:19.981Z | Compiling siphasher v0.3.11 |
1881 | 2025-01-31T04:50:20.370Z | Compiling heck v0.4.1 |
1882 | 2025-01-31T04:50:20.756Z | Compiling data-encoding v2.6.0 |
1883 | 2025-01-31T04:50:21.794Z | Compiling darling_core v0.20.10 |
1884 | 2025-01-31T04:50:21.953Z | Compiling dirs-next v2.0.0 |
1885 | 2025-01-31T04:50:25.146Z | Compiling addr2line v0.24.2 |
1886 | 2025-01-31T04:50:27.396Z | Compiling unicode-normalization v0.1.24 |
1887 | 2025-01-31T04:50:28.497Z | Compiling crossbeam-epoch v0.9.18 |
1888 | 2025-01-31T04:50:29.174Z | Compiling serde_urlencoded v0.7.1 |
1889 | 2025-01-31T04:50:29.435Z | Compiling rustls-pemfile v2.2.0 |
1890 | 2025-01-31T04:50:29.773Z | Compiling hubpack_derive v0.1.1 |
1891 | 2025-01-31T04:50:29.850Z | Compiling dropshot_endpoint v0.12.0 |
1892 | 2025-01-31T04:50:30.026Z | Compiling sha1 v0.10.6 |
1893 | 2025-01-31T04:50:30.339Z | Compiling signature v2.2.0 |
1894 | 2025-01-31T04:50:30.424Z | Compiling curve25519-dalek-derive v0.1.1 |
1895 | 2025-01-31T04:50:30.565Z | Compiling zerocopy-derive v0.6.6 |
1896 | 2025-01-31T04:50:31.773Z | Compiling object v0.36.5 |
1897 | 2025-01-31T04:50:32.365Z | Compiling thread_local v1.1.8 |
1898 | 2025-01-31T04:50:32.813Z | Compiling fs-err v2.11.0 |
1899 | 2025-01-31T04:50:33.707Z | Compiling unicode-bidi v0.3.17 |
1900 | 2025-01-31T04:50:37.590Z | Compiling unicode-properties v0.1.3 |
1901 | 2025-01-31T04:50:38.084Z | Compiling ipnet v2.10.1 |
1902 | 2025-01-31T04:50:39.185Z | Compiling openssl-probe v0.1.5 |
1903 | 2025-01-31T04:50:40.067Z | Compiling rustc-demangle v0.1.24 |
1904 | 2025-01-31T04:50:40.752Z | Compiling winnow v0.6.20 |
1905 | 2025-01-31T04:50:42.426Z | Compiling utf8parse v0.2.2 |
1906 | 2025-01-31T04:50:42.615Z | Compiling anstyle v1.0.10 |
1907 | 2025-01-31T04:50:43.071Z | Compiling anstyle-parse v0.2.5 |
1908 | 2025-01-31T04:50:44.110Z | Compiling rustls-webpki v0.102.8 |
1909 | 2025-01-31T04:50:44.239Z | Compiling toml_edit v0.22.22 |
1910 | 2025-01-31T04:50:44.660Z | Compiling backtrace v0.3.74 |
1911 | 2025-01-31T04:50:51.069Z | Compiling stringprep v0.1.5 |
1912 | 2025-01-31T04:50:52.841Z | Compiling crossbeam-deque v0.8.5 |
1913 | 2025-01-31T04:50:53.454Z | Compiling darling_macro v0.20.10 |
1914 | 2025-01-31T04:50:53.806Z | Compiling term v0.7.0 |
1915 | 2025-01-31T04:50:54.330Z | Compiling slog-json v2.6.1 |
1916 | 2025-01-31T04:50:55.668Z | Compiling crossbeam-channel v0.5.13 |
1917 | 2025-01-31T04:50:56.042Z | Compiling hashbrown v0.14.5 |
1918 | 2025-01-31T04:50:56.541Z | Compiling futures-executor v0.3.31 |
1919 | 2025-01-31T04:50:56.873Z | Compiling num-integer v0.1.46 |
1920 | 2025-01-31T04:50:57.014Z | Compiling md-5 v0.10.6 |
1921 | 2025-01-31T04:50:57.227Z | Compiling ff v0.13.0 |
1922 | 2025-01-31T04:50:57.281Z | Compiling hash32 v0.2.1 |
1923 | 2025-01-31T04:50:57.299Z | Compiling is-terminal v0.4.13 |
1924 | 2025-01-31T04:50:57.442Z | Compiling memmap v0.7.0 |
1925 | 2025-01-31T04:50:57.530Z | Compiling colorchoice v1.0.2 |
1926 | 2025-01-31T04:50:57.551Z | Compiling is_terminal_polyfill v1.70.1 |
1927 | 2025-01-31T04:50:57.625Z | Compiling linked-hash-map v0.5.6 |
1928 | 2025-01-31T04:50:57.709Z | Compiling fallible-iterator v0.2.0 |
1929 | 2025-01-31T04:50:57.735Z | Compiling quick-error v1.2.3 |
1930 | 2025-01-31T04:50:57.901Z | Compiling take_mut v0.2.2 |
1931 | 2025-01-31T04:50:57.956Z | Compiling psl-types v2.0.11 |
1932 | 2025-01-31T04:50:58.079Z | Compiling base16ct v0.2.0 |
1933 | 2025-01-31T04:50:58.393Z | Compiling utf-8 v0.7.6 |
1934 | 2025-01-31T04:50:58.522Z | Compiling anstyle-query v1.1.1 |
1935 | 2025-01-31T04:50:58.589Z | Compiling publicsuffix v2.3.0 |
1936 | 2025-01-31T04:50:58.623Z | Compiling postgres-protocol v0.6.7 |
1937 | 2025-01-31T04:50:58.684Z | Compiling anstream v0.6.15 |
1938 | 2025-01-31T04:50:58.684Z | Compiling tungstenite v0.24.0 |
1939 | 2025-01-31T04:50:58.890Z | Compiling sec1 v0.7.3 |
1940 | 2025-01-31T04:50:59.635Z | Compiling lru-cache v0.1.2 |
1941 | 2025-01-31T04:50:59.766Z | Compiling resolv-conf v0.7.0 |
1942 | 2025-01-31T04:50:59.845Z | Compiling usdt v0.5.0 |
1943 | 2025-01-31T04:51:00.372Z | Compiling group v0.13.0 |
1944 | 2025-01-31T04:51:00.435Z | Compiling slog-term v2.9.1 |
1945 | 2025-01-31T04:51:00.612Z | Compiling num-iter v0.1.45 |
1946 | 2025-01-31T04:51:00.701Z | Compiling regress v0.10.1 |
1947 | 2025-01-31T04:51:00.820Z | Compiling futures v0.3.31 |
1948 | 2025-01-31T04:51:04.129Z | Compiling slog-bunyan v2.5.0 |
1949 | 2025-01-31T04:51:04.337Z | Compiling darling v0.20.10 |
1950 | 2025-01-31T04:51:04.539Z | Compiling tokio-rustls v0.26.0 |
1951 | 2025-01-31T04:51:04.657Z | Compiling tokio-rustls v0.25.0 |
1952 | 2025-01-31T04:51:05.008Z | Compiling toml v0.8.19 |
1953 | 2025-01-31T04:51:05.114Z | Compiling tokio-native-tls v0.3.1 |
1954 | 2025-01-31T04:51:05.416Z | Compiling hickory-proto v0.24.2 |
1955 | 2025-01-31T04:51:05.700Z | Compiling strum_macros v0.25.3 |
1956 | 2025-01-31T04:51:06.438Z | Compiling phf_shared v0.11.2 |
1957 | 2025-01-31T04:51:06.886Z | Compiling async-stream v0.3.6 |
1958 | 2025-01-31T04:51:06.943Z | Compiling waitgroup v0.1.2 |
1959 | 2025-01-31T04:51:07.006Z | Compiling webpki-roots v0.26.6 |
1960 | 2025-01-31T04:51:07.307Z | Compiling terminal_size v0.4.0 |
1961 | 2025-01-31T04:51:07.393Z | Compiling serde_path_to_error v0.1.16 |
1962 | 2025-01-31T04:51:07.534Z | Compiling hkdf v0.12.4 |
1963 | 2025-01-31T04:51:07.788Z | Compiling crypto-bigint v0.5.5 |
1964 | 2025-01-31T04:51:08.176Z | Compiling serde_repr v0.1.19 |
1965 | 2025-01-31T04:51:08.214Z | Compiling clap_derive v4.5.24 |
1966 | 2025-01-31T04:51:09.165Z | Compiling derive-where v1.2.7 |
1967 | 2025-01-31T04:51:09.318Z | Compiling hostname v0.4.0 |
1968 | 2025-01-31T04:51:09.533Z | Compiling crc32fast v1.4.2 |
1969 | 2025-01-31T04:51:09.857Z | Compiling managed v0.8.0 |
1970 | 2025-01-31T04:51:10.391Z | Compiling clap_lex v0.7.4 |
1971 | 2025-01-31T04:51:10.822Z | Compiling debug-ignore v1.0.5 |
1972 | 2025-01-31T04:51:12.203Z | Compiling bitflags v1.3.2 |
1973 | 2025-01-31T04:51:12.269Z | Compiling unicode-width v0.2.0 |
1974 | 2025-01-31T04:51:12.838Z | Compiling console v0.15.10 |
1975 | 2025-01-31T04:51:14.023Z | Compiling hickory-resolver v0.24.2 |
1976 | 2025-01-31T04:51:14.324Z | Compiling clap_builder v4.5.27 |
1977 | 2025-01-31T04:51:15.924Z | Compiling elliptic-curve v0.13.8 |
1978 | 2025-01-31T04:51:16.650Z | Compiling flate2 v1.0.35 |
1979 | 2025-01-31T04:51:17.706Z | Compiling hyper-rustls v0.27.3 |
1980 | 2025-01-31T04:51:20.130Z | Compiling phf v0.11.2 |
1981 | 2025-01-31T04:51:20.447Z | Compiling hyper-tls v0.6.0 |
1982 | 2025-01-31T04:51:20.895Z | Compiling typify-impl v0.2.0 |
1983 | 2025-01-31T04:51:20.943Z | Compiling signal-hook-mio v0.2.4 |
1984 | 2025-01-31T04:51:21.129Z | Compiling rayon v1.10.0 |
1985 | 2025-01-31T04:51:21.194Z | Compiling bzip2 v0.4.4 |
1986 | 2025-01-31T04:51:21.628Z | Compiling cookie_store v0.21.1 |
1987 | 2025-01-31T04:51:24.820Z | Compiling tokio-tungstenite v0.24.0 |
1988 | 2025-01-31T04:51:25.403Z | Compiling postgres-types v0.2.8 |
1989 | 2025-01-31T04:51:25.677Z | Compiling zerocopy v0.6.6 |
1990 | 2025-01-31T04:51:25.816Z | Compiling hubpack v0.1.2 |
1991 | 2025-01-31T04:51:26.184Z | Compiling ed25519 v2.2.3 |
1992 | 2025-01-31T04:51:26.236Z | Compiling phf_shared v0.10.0 |
1993 | 2025-01-31T04:51:26.510Z | Compiling pkcs1 v0.7.5 |
1994 | 2025-01-31T04:51:26.654Z | Compiling tokio-stream v0.1.16 |
1995 | 2025-01-31T04:51:26.706Z | Compiling ipnetwork v0.20.0 |
1996 | 2025-01-31T04:51:27.649Z | Compiling serde-big-array v0.5.1 |
1997 | 2025-01-31T04:51:27.698Z | Compiling rfc6979 v0.4.0 |
1998 | 2025-01-31T04:51:27.891Z | Compiling float-cmp v0.9.0 |
1999 | 2025-01-31T04:51:27.911Z | Compiling sync_wrapper v1.0.1 |
2000 | 2025-01-31T04:51:28.119Z | Compiling bstr v1.10.0 |
2001 | 2025-01-31T04:51:29.337Z | Compiling bit-vec v0.6.3 |
2002 | 2025-01-31T04:51:29.652Z | Compiling difflib v0.4.0 |
2003 | 2025-01-31T04:51:29.753Z | Compiling static_assertions v1.1.0 |
2004 | 2025-01-31T04:51:29.874Z | Compiling whoami v1.5.2 |
2005 | 2025-01-31T04:51:30.434Z | Compiling new_debug_unreachable v1.0.6 |
2006 | 2025-01-31T04:51:30.512Z | Compiling fixedbitset v0.4.2 |
2007 | 2025-01-31T04:51:30.549Z | Compiling number_prefix v0.4.0 |
2008 | 2025-01-31T04:51:30.570Z | Compiling precomputed-hash v0.1.1 |
2009 | 2025-01-31T04:51:30.716Z | Compiling predicates-core v1.0.8 |
2010 | 2025-01-31T04:51:30.785Z | Compiling normalize-line-endings v0.3.0 |
2011 | 2025-01-31T04:51:30.929Z | Compiling unicode-segmentation v1.12.0 |
2012 | 2025-01-31T04:51:30.946Z | Compiling predicates v3.1.2 |
2013 | 2025-01-31T04:51:31.613Z | Compiling typify-macro v0.2.0 |
2014 | 2025-01-31T04:51:31.774Z | Compiling similar v2.6.0 |
2015 | 2025-01-31T04:51:32.279Z | Compiling reqwest v0.12.9 |
2016 | 2025-01-31T04:51:32.930Z | Compiling petgraph v0.6.5 |
2017 | 2025-01-31T04:51:33.249Z | Compiling indicatif v0.17.11 |
2018 | 2025-01-31T04:51:33.692Z | Compiling string_cache v0.8.7 |
2019 | 2025-01-31T04:51:34.148Z | Compiling tokio-postgres v0.7.12 |
2020 | 2025-01-31T04:51:35.184Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2021 | 2025-01-31T04:51:35.205Z | Compiling bit-set v0.5.3 |
2022 | 2025-01-31T04:51:36.649Z | Compiling ecdsa v0.16.9 |
2023 | 2025-01-31T04:51:36.862Z | Compiling qorb v0.2.1 |
2024 | 2025-01-31T04:51:37.470Z | Compiling rsa v0.9.6 |
2025 | 2025-01-31T04:51:38.092Z | Compiling ed25519-dalek v2.1.1 |
2026 | 2025-01-31T04:51:39.021Z | Compiling zip v0.6.6 |
2027 | 2025-01-31T04:51:39.412Z | Compiling crossterm v0.28.1 |
2028 | 2025-01-31T04:51:39.598Z | Compiling clap v4.5.27 |
2029 | 2025-01-31T04:51:42.224Z | Compiling toml v0.7.8 |
2030 | 2025-01-31T04:51:42.489Z | Compiling x509-cert v0.2.5 |
2031 | 2025-01-31T04:51:43.110Z | Compiling hex v0.4.3 |
2032 | 2025-01-31T04:51:44.006Z | Compiling itertools v0.10.5 |
2033 | 2025-01-31T04:51:44.532Z | Compiling peg-runtime v0.8.3 |
2034 | 2025-01-31T04:51:45.027Z | Compiling zerocopy v0.8.10 |
2035 | 2025-01-31T04:51:45.284Z | Compiling lalrpop-util v0.19.12 |
2036 | 2025-01-31T04:51:45.660Z | Compiling unicode-xid v0.2.6 |
2037 | 2025-01-31T04:51:46.630Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2038 | 2025-01-31T04:51:51.411Z | Compiling proc-macro-crate v1.3.1 |
2039 | 2025-01-31T04:51:52.093Z | Compiling macaddr v1.0.1 |
2040 | 2025-01-31T04:51:52.404Z | Compiling zerocopy-derive v0.8.10 |
2041 | 2025-01-31T04:51:52.523Z | Compiling itertools v0.13.0 |
2042 | 2025-01-31T04:51:53.327Z | Compiling heapless v0.8.0 |
2043 | 2025-01-31T04:51:55.614Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2044 | 2025-01-31T04:52:00.144Z | Compiling num_enum_derive v0.5.11 |
2045 | 2025-01-31T04:52:08.863Z | Compiling hash32 v0.3.1 |
2046 | 2025-01-31T04:52:09.316Z | Compiling smoltcp v0.11.0 |
2047 | 2025-01-31T04:52:10.588Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2025-01-31T04:52:16.034Z | Compiling num_enum v0.5.11 |
2049 | 2025-01-31T04:52:16.149Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2050 | 2025-01-31T04:52:16.840Z | Compiling typify v0.2.0 |
2051 | 2025-01-31T04:52:16.987Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2052 | 2025-01-31T04:52:17.942Z | Compiling proc-macro-error-attr v1.0.4 |
2053 | 2025-01-31T04:52:18.146Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2054 | 2025-01-31T04:52:18.460Z | Compiling cobs v0.2.3 |
2055 | 2025-01-31T04:52:19.057Z | Compiling thiserror v2.0.11 |
2056 | 2025-01-31T04:52:19.583Z | Compiling unsafe-libyaml v0.2.11 |
2057 | 2025-01-31T04:52:20.009Z | Compiling postcard v1.0.10 |
2058 | 2025-01-31T04:52:21.042Z | Compiling serde_yaml v0.9.34+deprecated |
2059 | 2025-01-31T04:52:30.886Z | Compiling progenitor-impl v0.8.0 |
2060 | 2025-01-31T04:52:36.097Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2061 | 2025-01-31T04:52:47.277Z | Compiling strum_macros v0.26.4 |
2062 | 2025-01-31T04:52:48.228Z | Compiling foreign-types-macros v0.2.3 |
2063 | 2025-01-31T04:52:48.548Z | Compiling thiserror-impl v2.0.11 |
2064 | 2025-01-31T04:52:48.578Z | Compiling structmeta-derive v0.3.0 |
2065 | 2025-01-31T04:52:48.685Z | Compiling proc-macro-error v1.0.4 |
2066 | 2025-01-31T04:52:48.881Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2067 | 2025-01-31T04:52:49.190Z | Compiling unicode-width v0.1.14 |
2068 | 2025-01-31T04:52:50.127Z | Compiling foreign-types-shared v0.3.1 |
2069 | 2025-01-31T04:52:51.125Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2070 | 2025-01-31T04:52:51.638Z | Compiling strum v0.26.3 |
2071 | 2025-01-31T04:52:51.667Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2072 | 2025-01-31T04:52:51.851Z | Compiling structmeta v0.3.0 |
2073 | 2025-01-31T04:52:52.578Z | Compiling foreign-types v0.5.0 |
2074 | 2025-01-31T04:52:54.906Z | Compiling tabwriter v1.4.0 |
2075 | 2025-01-31T04:53:03.086Z | Compiling progenitor-macro v0.8.0 |
2076 | 2025-01-31T04:53:05.128Z | Compiling progenitor-client v0.8.0 |
2077 | 2025-01-31T04:53:06.904Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2078 | 2025-01-31T04:53:07.747Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2079 | 2025-01-31T04:53:09.017Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2080 | 2025-01-31T04:53:09.146Z | Compiling cstr-argument v0.1.2 |
2081 | 2025-01-31T04:53:09.444Z | Compiling dropshot v0.15.1 |
2082 | 2025-01-31T04:53:09.778Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2083 | 2025-01-31T04:53:09.883Z | Compiling fastrand v2.1.1 |
2084 | 2025-01-31T04:53:10.565Z | Compiling pretty-hex v0.2.1 |
2085 | 2025-01-31T04:53:10.606Z | Compiling crucible-workspace-hack v0.1.0 |
2086 | 2025-01-31T04:53:10.950Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2087 | 2025-01-31T04:53:11.501Z | Compiling tempfile v3.13.0 |
2088 | 2025-01-31T04:53:12.100Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2089 | 2025-01-31T04:53:12.125Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2090 | 2025-01-31T04:53:12.952Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2091 | 2025-01-31T04:53:13.254Z | Compiling parse-display-derive v0.10.0 |
2092 | 2025-01-31T04:53:13.742Z | Compiling colored v2.1.0 |
2093 | 2025-01-31T04:53:13.802Z | Compiling serde_with_macros v3.11.0 |
2094 | 2025-01-31T04:53:14.284Z | Compiling progenitor v0.8.0 |
2095 | 2025-01-31T04:53:14.533Z | Compiling dropshot_endpoint v0.15.1 |
2096 | 2025-01-31T04:53:14.947Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2097 | 2025-01-31T04:53:15.740Z | Compiling instant v0.1.13 |
2098 | 2025-01-31T04:53:15.934Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2099 | 2025-01-31T04:53:16.245Z | Compiling serde_with v3.11.0 |
2100 | 2025-01-31T04:53:16.324Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2101 | 2025-01-31T04:53:16.907Z | Compiling parse-display v0.10.0 |
2102 | 2025-01-31T04:53:17.236Z | Compiling backoff v0.4.0 |
2103 | 2025-01-31T04:53:17.615Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2104 | 2025-01-31T04:53:17.857Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2105 | 2025-01-31T04:53:18.899Z | Compiling zone_cfg_derive v0.3.0 |
2106 | 2025-01-31T04:53:19.305Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2107 | 2025-01-31T04:53:20.057Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2108 | 2025-01-31T04:53:20.180Z | Compiling camino-tempfile v1.1.1 |
2109 | 2025-01-31T04:53:20.456Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2110 | 2025-01-31T04:53:20.774Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2111 | 2025-01-31T04:53:20.933Z | Compiling regress v0.9.1 |
2112 | 2025-01-31T04:53:20.968Z | Compiling progenitor-client v0.9.1 |
2113 | 2025-01-31T04:53:20.988Z | Compiling num-derive v0.4.2 |
2114 | 2025-01-31T04:53:21.919Z | Compiling sigpipe v0.1.3 |
2115 | 2025-01-31T04:53:22.072Z | Compiling libefi-sys v0.1.0 |
2116 | 2025-01-31T04:53:22.387Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2117 | 2025-01-31T04:53:22.775Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2118 | 2025-01-31T04:53:23.193Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2119 | 2025-01-31T04:53:24.745Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2120 | 2025-01-31T04:53:26.011Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2121 | 2025-01-31T04:53:28.172Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2122 | 2025-01-31T04:53:28.739Z | Compiling zone v0.3.0 |
2123 | 2025-01-31T04:53:29.548Z | Compiling smf v0.2.3 |
2124 | 2025-01-31T04:53:30.708Z | Compiling bitfield-struct v0.6.2 |
2125 | 2025-01-31T04:53:32.044Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2126 | 2025-01-31T04:53:32.088Z | Compiling blake3 v1.5.4 |
2127 | 2025-01-31T04:53:32.201Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2128 | 2025-01-31T04:53:32.595Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2129 | 2025-01-31T04:53:32.944Z | Compiling xattr v1.3.1 |
2130 | 2025-01-31T04:53:33.009Z | Compiling memmap2 v0.9.5 |
2131 | 2025-01-31T04:53:33.261Z | Compiling filetime v0.2.25 |
2132 | 2025-01-31T04:53:33.397Z | Compiling constant_time_eq v0.3.1 |
2133 | 2025-01-31T04:53:33.600Z | Compiling arrayvec v0.7.6 |
2134 | 2025-01-31T04:53:33.621Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2135 | 2025-01-31T04:53:33.623Z | Compiling arrayref v0.3.9 |
2136 | 2025-01-31T04:53:33.659Z | Compiling same-file v1.0.6 |
2137 | 2025-01-31T04:53:33.761Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2138 | 2025-01-31T04:53:33.763Z | Compiling tar v0.4.42 |
2139 | 2025-01-31T04:53:33.966Z | Compiling walkdir v2.5.0 |
2140 | 2025-01-31T04:53:35.307Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2141 | 2025-01-31T04:53:35.740Z | Compiling gethostname v0.5.0 |
2142 | 2025-01-31T04:53:35.972Z | Compiling cargo-platform v0.1.8 |
2143 | 2025-01-31T04:53:36.455Z | Compiling topological-sort v0.2.2 |
2144 | 2025-01-31T04:53:36.748Z | Compiling omicron-zone-package v0.12.0 |
2145 | 2025-01-31T04:53:36.769Z | Compiling cargo_metadata v0.18.1 |
2146 | 2025-01-31T04:53:36.813Z | Compiling shell-words v1.1.0 |
2147 | 2025-01-31T04:53:37.108Z | Compiling indent_write v2.2.0 |
2148 | 2025-01-31T04:53:44.407Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2149 | 2025-01-31T04:53:46.276Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2150 | 2025-01-31T04:53:52.657Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2151 | 2025-01-31T04:54:07.443Z | Finished `release` profile [optimized] target(s) in 5m 23s |
2152 | 2025-01-31T04:54:07.620Z | Running `target/release/omicron-package -t test target create -p dev` |
2153 | 2025-01-31T04:54:07.677Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2154 | 2025-01-31T04:54:07.679Z | Created new build target 'test' and set it as active |
2155 | 2025-01-31T04:54:07.679Z | |
2156 | 2025-01-31T04:54:07.679Z | real 5:23.855269236 |
2157 | 2025-01-31T04:54:07.679Z | user 37:47.018366466 |
2158 | 2025-01-31T04:54:07.679Z | sys 3:27.092205263 |
2159 | 2025-01-31T04:54:07.679Z | trap 1.213730371 |
2160 | 2025-01-31T04:54:07.679Z | tflt 3.478179393 |
2161 | 2025-01-31T04:54:07.679Z | dflt 0.764660370 |
2162 | 2025-01-31T04:54:07.680Z | kflt 0.018636475 |
2163 | 2025-01-31T04:54:07.680Z | lock 1:15:09.131664229 |
2164 | 2025-01-31T04:54:07.680Z | slp 2:31:14.950069620 |
2165 | 2025-01-31T04:54:07.680Z | lat 2:50.920189565 |
2166 | 2025-01-31T04:54:07.680Z | stop 4:49.343748690 |
2167 | 2025-01-31T04:54:07.683Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2168 | 2025-01-31T04:54:08.691Z | Finished `release` profile [optimized] target(s) in 0.95s |
2169 | 2025-01-31T04:54:08.762Z | Running `target/release/omicron-package -t test package` |
2170 | 2025-01-31T04:54:08.809Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2171 | 2025-01-31T04:54:10.066Z | Compiling thiserror v2.0.11 |
2172 | 2025-01-31T04:54:10.206Z | Compiling typify-impl v0.3.0 |
2173 | 2025-01-31T04:54:10.220Z | Compiling convert_case v0.4.0 |
2174 | 2025-01-31T04:54:10.222Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2175 | 2025-01-31T04:54:10.223Z | Compiling newline-converter v0.3.0 |
2176 | 2025-01-31T04:54:10.223Z | Compiling password-hash v0.5.0 |
2177 | 2025-01-31T04:54:10.234Z | Compiling blake2 v0.10.6 |
2178 | 2025-01-31T04:54:10.282Z | Compiling base64 v0.21.7 |
2179 | 2025-01-31T04:54:10.432Z | Compiling expectorate v1.1.0 |
2180 | 2025-01-31T04:54:10.471Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2181 | 2025-01-31T04:54:10.736Z | Compiling atomicwrites v0.4.4 |
2182 | 2025-01-31T04:54:10.900Z | Compiling derive_more v0.99.18 |
2183 | 2025-01-31T04:54:11.209Z | Compiling argon2 v0.5.3 |
2184 | 2025-01-31T04:54:11.273Z | Compiling owo-colors v4.1.0 |
2185 | 2025-01-31T04:54:11.418Z | Compiling cancel-safe-futures v0.1.5 |
2186 | 2025-01-31T04:54:11.520Z | Compiling num-rational v0.4.2 |
2187 | 2025-01-31T04:54:11.630Z | Compiling progenitor-client v0.9.1 |
2188 | 2025-01-31T04:54:11.828Z | Compiling num-complex v0.4.6 |
2189 | 2025-01-31T04:54:12.173Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2190 | 2025-01-31T04:54:13.099Z | Compiling num v0.4.3 |
2191 | 2025-01-31T04:54:13.180Z | Compiling libsw v3.3.1 |
2192 | 2025-01-31T04:54:13.227Z | Compiling swrite v0.1.0 |
2193 | 2025-01-31T04:54:13.391Z | Compiling float-ord v0.3.2 |
2194 | 2025-01-31T04:54:13.542Z | Compiling linear-map v1.2.0 |
2195 | 2025-01-31T04:54:13.576Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2196 | 2025-01-31T04:54:13.599Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2197 | 2025-01-31T04:54:13.973Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2198 | 2025-01-31T04:54:14.070Z | Compiling highway v1.2.0 |
2199 | 2025-01-31T04:54:15.242Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2200 | 2025-01-31T04:54:15.528Z | Compiling semver v0.1.20 |
2201 | 2025-01-31T04:54:16.083Z | Compiling rustc_version v0.1.7 |
2202 | 2025-01-31T04:54:16.484Z | Compiling newtype_derive v0.1.6 |
2203 | 2025-01-31T04:54:16.820Z | Compiling tungstenite v0.21.0 |
2204 | 2025-01-31T04:54:17.041Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2205 | 2025-01-31T04:54:21.534Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2206 | 2025-01-31T04:54:21.652Z | Compiling typify-macro v0.3.0 |
2207 | 2025-01-31T04:54:21.940Z | Compiling ipnetwork v0.20.0 |
2208 | 2025-01-31T04:54:22.702Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2209 | 2025-01-31T04:54:23.366Z | Compiling tokio-tungstenite v0.21.0 |
2210 | 2025-01-31T04:54:23.433Z | Compiling progenitor-client v0.8.0 |
2211 | 2025-01-31T04:54:23.490Z | Compiling humantime v2.1.0 |
2212 | 2025-01-31T04:54:23.894Z | Compiling progenitor v0.8.0 |
2213 | 2025-01-31T04:54:24.106Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2214 | 2025-01-31T04:54:24.141Z | Compiling dropshot v0.15.1 |
2215 | 2025-01-31T04:54:24.219Z | Compiling instant v0.1.13 |
2216 | 2025-01-31T04:54:24.347Z | Compiling backoff v0.4.0 |
2217 | 2025-01-31T04:54:24.681Z | Compiling steno v0.4.1 |
2218 | 2025-01-31T04:54:25.064Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2219 | 2025-01-31T04:54:25.087Z | Compiling typify v0.3.0 |
2220 | 2025-01-31T04:54:25.239Z | Compiling progenitor-impl v0.9.1 |
2221 | 2025-01-31T04:54:31.440Z | Compiling progenitor-macro v0.9.1 |
2222 | 2025-01-31T04:54:32.585Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2223 | 2025-01-31T04:54:32.979Z | Compiling parse-display v0.10.0 |
2224 | 2025-01-31T04:54:33.510Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2225 | 2025-01-31T04:54:33.723Z | Compiling strum v0.26.3 |
2226 | 2025-01-31T04:54:33.949Z | Compiling serde_with v3.11.0 |
2227 | 2025-01-31T04:54:36.610Z | Compiling regress v0.9.1 |
2228 | 2025-01-31T04:54:37.572Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2229 | 2025-01-31T04:54:39.270Z | Compiling macaddr v1.0.1 |
2230 | 2025-01-31T04:54:39.761Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2231 | 2025-01-31T04:54:40.002Z | Compiling slog-dtrace v0.3.0 |
2232 | 2025-01-31T04:54:40.208Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2233 | 2025-01-31T04:54:40.415Z | Compiling prettyplease v0.2.25 |
2234 | 2025-01-31T04:54:41.309Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2235 | 2025-01-31T04:54:42.570Z | Compiling progenitor v0.9.1 |
2236 | 2025-01-31T04:54:42.588Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2237 | 2025-01-31T04:54:42.812Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2238 | 2025-01-31T04:54:45.983Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2239 | 2025-01-31T04:54:46.744Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2240 | 2025-01-31T04:54:56.740Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2241 | 2025-01-31T04:54:58.737Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2242 | 2025-01-31T04:54:59.825Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2243 | 2025-01-31T04:55:00.160Z | Compiling half v2.4.1 |
2244 | 2025-01-31T04:55:00.838Z | Compiling ciborium-io v0.2.2 |
2245 | 2025-01-31T04:55:00.987Z | Compiling ciborium-ll v0.2.2 |
2246 | 2025-01-31T04:55:01.391Z | Compiling ciborium v0.2.2 |
2247 | 2025-01-31T04:55:01.526Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2248 | 2025-01-31T04:55:03.473Z | Compiling display-error-chain v0.2.2 |
2249 | 2025-01-31T04:55:03.726Z | Compiling same-file v1.0.6 |
2250 | 2025-01-31T04:55:03.990Z | Compiling fastrand v2.1.1 |
2251 | 2025-01-31T04:55:04.179Z | Compiling walkdir v2.5.0 |
2252 | 2025-01-31T04:55:04.473Z | Compiling tempfile v3.13.0 |
2253 | 2025-01-31T04:55:04.500Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2254 | 2025-01-31T04:55:04.794Z | Compiling blake3 v1.5.4 |
2255 | 2025-01-31T04:55:05.217Z | Compiling const_format_proc_macros v0.2.34 |
2256 | 2025-01-31T04:55:05.457Z | Compiling xattr v1.3.1 |
2257 | 2025-01-31T04:55:05.741Z | Compiling filetime v0.2.25 |
2258 | 2025-01-31T04:55:05.882Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2259 | 2025-01-31T04:55:06.026Z | Compiling memmap2 v0.9.5 |
2260 | 2025-01-31T04:55:06.451Z | Compiling crunchy v0.2.2 |
2261 | 2025-01-31T04:55:06.910Z | Compiling maplit v1.0.2 |
2262 | 2025-01-31T04:55:07.034Z | Compiling arrayref v0.3.9 |
2263 | 2025-01-31T04:55:07.059Z | Compiling constant_time_eq v0.3.1 |
2264 | 2025-01-31T04:55:07.162Z | Compiling keccak v0.1.5 |
2265 | 2025-01-31T04:55:07.227Z | Compiling arrayvec v0.7.6 |
2266 | 2025-01-31T04:55:07.771Z | Compiling sha3 v0.10.8 |
2267 | 2025-01-31T04:55:08.323Z | Compiling const_format v0.2.34 |
2268 | 2025-01-31T04:55:08.696Z | Compiling tar v0.4.42 |
2269 | 2025-01-31T04:55:08.699Z | Compiling camino-tempfile v1.1.1 |
2270 | 2025-01-31T04:55:09.158Z | Compiling toolchain_find v0.4.0 |
2271 | 2025-01-31T04:55:09.563Z | Compiling radium v0.7.0 |
2272 | 2025-01-31T04:55:09.732Z | Compiling tiny-keccak v2.0.2 |
2273 | 2025-01-31T04:55:10.059Z | Compiling topological-sort v0.2.2 |
2274 | 2025-01-31T04:55:10.144Z | Compiling rustfmt-wrapper v0.2.1 |
2275 | 2025-01-31T04:55:10.309Z | Compiling omicron-zone-package v0.12.0 |
2276 | 2025-01-31T04:55:10.758Z | Compiling dsl_auto_type v0.1.2 |
2277 | 2025-01-31T04:55:10.869Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2278 | 2025-01-31T04:55:10.976Z | Compiling scheduled-thread-pool v0.2.7 |
2279 | 2025-01-31T04:55:11.286Z | Compiling diesel_table_macro_syntax v0.2.0 |
2280 | 2025-01-31T04:55:11.677Z | Compiling maybe-uninit v2.0.0 |
2281 | 2025-01-31T04:55:12.008Z | Compiling tap v1.0.1 |
2282 | 2025-01-31T04:55:12.219Z | Compiling wyz v0.5.1 |
2283 | 2025-01-31T04:55:12.238Z | Compiling diesel_derives v2.2.3 |
2284 | 2025-01-31T04:55:12.354Z | Compiling r2d2 v0.8.10 |
2285 | 2025-01-31T04:55:13.127Z | Compiling phf_generator v0.11.2 |
2286 | 2025-01-31T04:55:13.288Z | Compiling ascii-canvas v3.0.0 |
2287 | 2025-01-31T04:55:13.332Z | Compiling secrecy v0.8.0 |
2288 | 2025-01-31T04:55:13.614Z | Compiling async-recursion v1.1.1 |
2289 | 2025-01-31T04:55:13.760Z | Compiling ena v0.14.3 |
2290 | 2025-01-31T04:55:14.186Z | Compiling diff v0.1.13 |
2291 | 2025-01-31T04:55:14.680Z | Compiling funty v2.0.0 |
2292 | 2025-01-31T04:55:15.002Z | Compiling crc-catalog v2.4.0 |
2293 | 2025-01-31T04:55:15.220Z | Compiling regex-syntax v0.6.29 |
2294 | 2025-01-31T04:55:15.491Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2295 | 2025-01-31T04:55:17.399Z | Compiling packed_struct v0.10.1 |
2296 | 2025-01-31T04:55:17.727Z | Compiling arc-swap v1.7.1 |
2297 | 2025-01-31T04:55:17.748Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2298 | 2025-01-31T04:55:17.847Z | Compiling bitvec v1.0.1 |
2299 | 2025-01-31T04:55:18.107Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2300 | 2025-01-31T04:55:18.388Z | Compiling slog-scope v4.4.0 |
2301 | 2025-01-31T04:55:19.211Z | Compiling lalrpop v0.19.12 |
2302 | 2025-01-31T04:55:20.467Z | Compiling crc v3.2.1 |
2303 | 2025-01-31T04:55:22.424Z | Compiling phf_codegen v0.11.2 |
2304 | 2025-01-31T04:55:22.646Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2305 | 2025-01-31T04:55:22.701Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2306 | 2025-01-31T04:55:22.955Z | Compiling universal-hash v0.5.1 |
2307 | 2025-01-31T04:55:23.246Z | Compiling packed_struct_codegen v0.10.1 |
2308 | 2025-01-31T04:55:23.402Z | Compiling diesel v2.2.6 |
2309 | 2025-01-31T04:55:23.673Z | Compiling thiserror-impl-no-std v2.0.2 |
2310 | 2025-01-31T04:55:25.740Z | Compiling parse-zoneinfo v0.3.1 |
2311 | 2025-01-31T04:55:26.227Z | Compiling indexmap v1.9.3 |
2312 | 2025-01-31T04:55:26.531Z | Compiling unicase v2.7.0 |
2313 | 2025-01-31T04:55:26.876Z | Compiling ref-cast v1.0.23 |
2314 | 2025-01-31T04:55:27.002Z | Compiling nodrop v0.1.14 |
2315 | 2025-01-31T04:55:27.161Z | Compiling opaque-debug v0.3.1 |
2316 | 2025-01-31T04:55:27.258Z | Compiling array-init v0.0.4 |
2317 | 2025-01-31T04:55:27.283Z | Compiling poly1305 v0.8.0 |
2318 | 2025-01-31T04:55:28.322Z | Compiling chrono-tz-build v0.4.0 |
2319 | 2025-01-31T04:55:28.831Z | Compiling thiserror-no-std v2.0.2 |
2320 | 2025-01-31T04:55:29.381Z | Compiling smallvec v0.6.14 |
2321 | 2025-01-31T04:55:29.895Z | Compiling slog-stdlog v4.1.1 |
2322 | 2025-01-31T04:55:31.368Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2323 | 2025-01-31T04:55:31.687Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2324 | 2025-01-31T04:55:32.008Z | Compiling derive_builder_core v0.20.2 |
2325 | 2025-01-31T04:55:33.165Z | Compiling chacha20 v0.9.1 |
2326 | 2025-01-31T04:55:33.655Z | Compiling headers-core v0.3.0 |
2327 | 2025-01-31T04:55:33.865Z | Compiling aead v0.5.2 |
2328 | 2025-01-31T04:55:34.142Z | Compiling libxml v0.3.3 |
2329 | 2025-01-31T04:55:34.232Z | Compiling ref-cast-impl v1.0.23 |
2330 | 2025-01-31T04:55:34.549Z | Compiling vte_generate_state_changes v0.1.2 |
2331 | 2025-01-31T04:55:35.216Z | Compiling termcolor v1.4.1 |
2332 | 2025-01-31T04:55:35.432Z | Compiling bitfield v0.14.0 |
2333 | 2025-01-31T04:55:35.765Z | Compiling hashbrown v0.12.3 |
2334 | 2025-01-31T04:55:36.394Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2335 | 2025-01-31T04:55:38.299Z | Compiling env_logger v0.10.2 |
2336 | 2025-01-31T04:55:41.805Z | Compiling vte v0.11.1 |
2337 | 2025-01-31T04:55:42.718Z | Compiling polar-core v0.27.3 |
2338 | 2025-01-31T04:55:43.410Z | Compiling derive_builder_macro v0.20.2 |
2339 | 2025-01-31T04:55:44.262Z | Compiling chacha20poly1305 v0.10.1 |
2340 | 2025-01-31T04:55:44.514Z | Compiling headers v0.4.0 |
2341 | 2025-01-31T04:55:45.172Z | Compiling slog-envlogger v2.2.0 |
2342 | 2025-01-31T04:55:48.047Z | Compiling serde-hex v0.1.0 |
2343 | 2025-01-31T04:55:48.073Z | Compiling chrono-tz v0.10.1 |
2344 | 2025-01-31T04:55:48.729Z | Compiling vsss-rs v3.3.4 |
2345 | 2025-01-31T04:55:52.792Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2346 | 2025-01-31T04:55:53.120Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2347 | 2025-01-31T04:55:53.476Z | Compiling ron v0.8.1 |
2348 | 2025-01-31T04:55:55.880Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2349 | 2025-01-31T04:55:56.053Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2350 | 2025-01-31T04:55:56.213Z | Compiling hashbrown v0.13.2 |
2351 | 2025-01-31T04:55:57.532Z | Compiling strum_macros v0.24.3 |
2352 | 2025-01-31T04:55:59.387Z | Compiling fxhash v0.2.1 |
2353 | 2025-01-31T04:55:59.642Z | Compiling samael v0.0.17 |
2354 | 2025-01-31T04:56:00.694Z | Compiling bytecount v0.6.8 |
2355 | 2025-01-31T04:56:00.773Z | Compiling indoc v1.0.9 |
2356 | 2025-01-31T04:56:01.058Z | Compiling zip v2.1.3 |
2357 | 2025-01-31T04:56:01.325Z | Compiling lockfree-object-pool v0.1.6 |
2358 | 2025-01-31T04:56:01.396Z | Compiling bumpalo v3.16.0 |
2359 | 2025-01-31T04:56:01.612Z | Compiling crc-any v2.5.0 |
2360 | 2025-01-31T04:56:01.643Z | Compiling simd-adler32 v0.3.7 |
2361 | 2025-01-31T04:56:02.796Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2362 | 2025-01-31T04:56:02.945Z | Compiling zopfli v0.8.1 |
2363 | 2025-01-31T04:56:09.226Z | Compiling papergrid v0.11.0 |
2364 | 2025-01-31T04:56:10.900Z | Compiling object v0.30.4 |
2365 | 2025-01-31T04:56:11.677Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2366 | 2025-01-31T04:56:15.712Z | Compiling derive_builder v0.20.2 |
2367 | 2025-01-31T04:56:18.198Z | Compiling strip-ansi-escapes v0.2.0 |
2368 | 2025-01-31T04:56:19.249Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2369 | 2025-01-31T04:56:19.575Z | Compiling tabled_derive v0.7.0 |
2370 | 2025-01-31T04:56:20.654Z | Compiling fd-lock v4.0.2 |
2371 | 2025-01-31T04:56:20.970Z | Compiling peg-macros v0.8.4 |
2372 | 2025-01-31T04:56:21.784Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2373 | 2025-01-31T04:56:22.762Z | Compiling kstat-rs v0.2.4 |
2374 | 2025-01-31T04:56:23.080Z | Compiling oso-derive v0.27.3 |
2375 | 2025-01-31T04:56:23.328Z | Compiling impl-trait-for-tuples v0.2.2 |
2376 | 2025-01-31T04:56:23.687Z | Compiling quick-xml v0.33.0 |
2377 | 2025-01-31T04:56:24.057Z | Compiling diesel-dtrace v0.4.2 |
2378 | 2025-01-31T04:56:24.293Z | Compiling path-slash v0.1.5 |
2379 | 2025-01-31T04:56:24.411Z | Compiling nu-ansi-term v0.50.1 |
2380 | 2025-01-31T04:56:24.593Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2381 | 2025-01-31T04:56:25.768Z | Compiling reedline v0.35.0 |
2382 | 2025-01-31T04:56:28.932Z | Compiling peg v0.8.4 |
2383 | 2025-01-31T04:56:29.068Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2384 | 2025-01-31T04:56:29.459Z | Compiling oso v0.27.3 |
2385 | 2025-01-31T04:56:37.826Z | Compiling tabled v0.15.0 |
2386 | 2025-01-31T04:56:40.741Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2387 | 2025-01-31T04:56:50.156Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2388 | 2025-01-31T04:56:53.944Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2389 | 2025-01-31T04:56:55.615Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2390 | 2025-01-31T04:56:58.174Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2391 | 2025-01-31T04:56:58.493Z | Compiling pem v3.0.4 |
2392 | 2025-01-31T04:57:00.078Z | Compiling bb8 v0.8.5 |
2393 | 2025-01-31T04:57:00.723Z | Compiling bcs v0.1.6 |
2394 | 2025-01-31T04:57:01.113Z | Compiling libz-sys v1.1.20 |
2395 | 2025-01-31T04:57:01.641Z | Compiling termtree v0.5.1 |
2396 | 2025-01-31T04:57:01.778Z | Compiling parking_lot_core v0.8.6 |
2397 | 2025-01-31T04:57:02.398Z | Compiling async-bb8-diesel v0.2.1 |
2398 | 2025-01-31T04:57:03.221Z | Compiling mime_guess v2.0.5 |
2399 | 2025-01-31T04:57:05.028Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2400 | 2025-01-31T04:57:06.604Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2401 | 2025-01-31T04:57:08.350Z | Compiling buf-list v1.0.3 |
2402 | 2025-01-31T04:57:10.526Z | Compiling nibble_vec v0.1.0 |
2403 | 2025-01-31T04:57:10.810Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2404 | 2025-01-31T04:57:11.577Z | Compiling pin-project-internal v1.1.6 |
2405 | 2025-01-31T04:57:11.660Z | Compiling atty v0.2.14 |
2406 | 2025-01-31T04:57:11.849Z | Compiling http-range v0.1.5 |
2407 | 2025-01-31T04:57:12.463Z | Compiling salty v0.3.0 |
2408 | 2025-01-31T04:57:12.903Z | Compiling endian-type v0.1.2 |
2409 | 2025-01-31T04:57:13.177Z | Compiling radix_trie v0.2.1 |
2410 | 2025-01-31T04:57:14.154Z | Compiling pin-project v1.1.6 |
2411 | 2025-01-31T04:57:14.321Z | Compiling parking_lot v0.11.2 |
2412 | 2025-01-31T04:57:19.251Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2413 | 2025-01-31T04:57:19.829Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2414 | 2025-01-31T04:57:20.307Z | Compiling snafu-derive v0.8.5 |
2415 | 2025-01-31T04:57:23.896Z | Compiling hyper-staticfile v0.10.1 |
2416 | 2025-01-31T04:57:24.773Z | Compiling snafu v0.8.5 |
2417 | 2025-01-31T04:57:25.966Z | Compiling sled v0.34.7 |
2418 | 2025-01-31T04:57:26.920Z | Compiling hickory-client v0.24.2 |
2419 | 2025-01-31T04:57:32.076Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2420 | 2025-01-31T04:57:33.261Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2421 | 2025-01-31T04:57:41.013Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2422 | 2025-01-31T04:57:49.643Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2423 | 2025-01-31T04:57:54.734Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2424 | 2025-01-31T04:57:56.890Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2425 | 2025-01-31T04:57:58.409Z | Compiling globset v0.4.15 |
2426 | 2025-01-31T04:58:00.433Z | Compiling hickory-server v0.24.2 |
2427 | 2025-01-31T04:58:00.662Z | Compiling olpc-cjson v0.1.4 |
2428 | 2025-01-31T04:58:01.024Z | Compiling primeorder v0.13.6 |
2429 | 2025-01-31T04:58:01.639Z | Compiling castaway v0.2.3 |
2430 | 2025-01-31T04:58:01.841Z | Compiling vergen v8.3.2 |
2431 | 2025-01-31T04:58:02.204Z | Compiling env_filter v0.1.2 |
2432 | 2025-01-31T04:58:03.772Z | Compiling cargo-platform v0.1.8 |
2433 | 2025-01-31T04:58:04.281Z | Compiling serde_plain v1.0.2 |
2434 | 2025-01-31T04:58:04.820Z | Compiling nanorand v0.7.0 |
2435 | 2025-01-31T04:58:05.532Z | Compiling memoffset v0.9.1 |
2436 | 2025-01-31T04:58:05.598Z | Compiling typed-path v0.9.3 |
2437 | 2025-01-31T04:58:05.732Z | Compiling git2 v0.19.0 |
2438 | 2025-01-31T04:58:06.041Z | Compiling flume v0.11.1 |
2439 | 2025-01-31T04:58:06.828Z | Compiling cargo_metadata v0.18.1 |
2440 | 2025-01-31T04:58:09.883Z | Compiling tough v0.19.0 |
2441 | 2025-01-31T04:58:10.241Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2442 | 2025-01-31T04:58:12.200Z | Compiling env_logger v0.11.5 |
2443 | 2025-01-31T04:58:12.744Z | Compiling compact_str v0.8.0 |
2444 | 2025-01-31T04:58:13.560Z | Compiling p384 v0.13.0 |
2445 | 2025-01-31T04:58:13.635Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2446 | 2025-01-31T04:58:14.028Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2447 | 2025-01-31T04:58:15.354Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2448 | 2025-01-31T04:58:16.560Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2449 | 2025-01-31T04:58:20.710Z | Compiling unicode-truncate v1.1.0 |
2450 | 2025-01-31T04:58:21.018Z | Compiling lru v0.12.5 |
2451 | 2025-01-31T04:58:21.388Z | Compiling rand_seeder v0.3.0 |
2452 | 2025-01-31T04:58:21.812Z | Compiling libsqlite3-sys v0.30.1 |
2453 | 2025-01-31T04:58:22.338Z | Compiling lzma-sys v0.1.20 |
2454 | 2025-01-31T04:58:23.037Z | Compiling instability v0.3.2 |
2455 | 2025-01-31T04:58:23.287Z | Compiling cassowary v0.3.0 |
2456 | 2025-01-31T04:58:23.348Z | Compiling rustls v0.21.12 |
2457 | 2025-01-31T04:58:23.671Z | Compiling cfg_aliases v0.2.1 |
2458 | 2025-01-31T04:58:23.799Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2459 | 2025-01-31T04:58:24.018Z | Compiling parse-size v1.1.0 |
2460 | 2025-01-31T04:58:24.147Z | Compiling ratatui v0.28.1 |
2461 | 2025-01-31T04:58:24.307Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2462 | 2025-01-31T04:58:24.339Z | Compiling nix v0.29.0 |
2463 | 2025-01-31T04:58:25.287Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2464 | 2025-01-31T04:58:25.315Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2465 | 2025-01-31T04:58:27.051Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2466 | 2025-01-31T04:58:27.070Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2467 | 2025-01-31T04:58:27.843Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2468 | 2025-01-31T04:58:28.171Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2469 | 2025-01-31T04:58:31.849Z | Compiling rustls-webpki v0.101.7 |
2470 | 2025-01-31T04:58:31.901Z | Compiling sct v0.7.1 |
2471 | 2025-01-31T04:58:32.388Z | Compiling heck v0.3.3 |
2472 | 2025-01-31T04:58:32.741Z | Compiling csv-core v0.1.11 |
2473 | 2025-01-31T04:58:33.610Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2474 | 2025-01-31T04:58:33.732Z | Compiling glob v0.3.2 |
2475 | 2025-01-31T04:58:33.933Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2476 | 2025-01-31T04:58:34.288Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2477 | 2025-01-31T04:58:35.837Z | Compiling csv v1.3.1 |
2478 | 2025-01-31T04:58:35.895Z | Compiling zone_cfg_derive v0.1.2 |
2479 | 2025-01-31T04:58:38.015Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2480 | 2025-01-31T04:58:41.230Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2481 | 2025-01-31T04:58:42.512Z | Compiling nix v0.27.1 |
2482 | 2025-01-31T04:58:43.310Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2483 | 2025-01-31T04:58:44.732Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2484 | 2025-01-31T04:58:46.038Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2485 | 2025-01-31T04:58:50.025Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2486 | 2025-01-31T04:58:54.984Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2487 | 2025-01-31T04:58:55.363Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2488 | 2025-01-31T04:58:57.202Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2489 | 2025-01-31T04:58:57.397Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2490 | 2025-01-31T04:58:57.494Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2491 | 2025-01-31T04:58:57.527Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2492 | 2025-01-31T04:58:57.712Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2493 | 2025-01-31T04:58:57.790Z | Compiling tungstenite v0.23.0 |
2494 | 2025-01-31T04:58:58.369Z | Compiling hashlink v0.9.1 |
2495 | 2025-01-31T04:58:58.423Z | Compiling base64 v0.13.1 |
2496 | 2025-01-31T04:58:59.118Z | Compiling fallible-streaming-iterator v0.1.9 |
2497 | 2025-01-31T04:58:59.228Z | Compiling fallible-iterator v0.3.0 |
2498 | 2025-01-31T04:58:59.427Z | Compiling tokio-tungstenite v0.23.1 |
2499 | 2025-01-31T04:59:00.048Z | Compiling rusqlite v0.32.1 |
2500 | 2025-01-31T04:59:00.096Z | Compiling ron v0.7.1 |
2501 | 2025-01-31T04:59:01.386Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2502 | 2025-01-31T04:59:02.103Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2503 | 2025-01-31T04:59:04.404Z | Compiling xz2 v0.1.7 |
2504 | 2025-01-31T04:59:05.024Z | Compiling tokio-rustls v0.24.1 |
2505 | 2025-01-31T04:59:05.487Z | Compiling zone v0.1.8 |
2506 | 2025-01-31T04:59:08.994Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2507 | 2025-01-31T04:59:10.756Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2508 | 2025-01-31T04:59:12.332Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2509 | 2025-01-31T04:59:14.714Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2510 | 2025-01-31T04:59:15.253Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2511 | 2025-01-31T04:59:21.910Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2512 | 2025-01-31T04:59:24.354Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2513 | 2025-01-31T04:59:24.555Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2514 | 2025-01-31T04:59:26.926Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2515 | 2025-01-31T04:59:27.828Z | Compiling rustls-pemfile v1.0.4 |
2516 | 2025-01-31T04:59:28.022Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2517 | 2025-01-31T04:59:28.349Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2518 | 2025-01-31T04:59:28.544Z | Compiling signal-hook-tokio v0.3.1 |
2519 | 2025-01-31T04:59:28.584Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2520 | 2025-01-31T04:59:28.785Z | Compiling yasna v0.5.2 |
2521 | 2025-01-31T04:59:29.002Z | Compiling twox-hash v2.1.0 |
2522 | 2025-01-31T04:59:30.038Z | Compiling smawk v0.3.2 |
2523 | 2025-01-31T04:59:30.349Z | Compiling unicode-linebreak v0.1.5 |
2524 | 2025-01-31T04:59:30.946Z | Compiling is_ci v1.2.0 |
2525 | 2025-01-31T04:59:31.282Z | Compiling supports-color v3.0.1 |
2526 | 2025-01-31T04:59:31.744Z | Compiling textwrap v0.16.1 |
2527 | 2025-01-31T04:59:32.176Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2528 | 2025-01-31T04:59:35.209Z | Compiling rcgen v0.12.1 |
2529 | 2025-01-31T04:59:37.779Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2530 | 2025-01-31T04:59:42.835Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2531 | 2025-01-31T04:59:43.775Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2532 | 2025-01-31T04:59:45.537Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2533 | 2025-01-31T04:59:49.813Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2534 | 2025-01-31T04:59:55.430Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2535 | 2025-01-31T05:00:00.441Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2536 | 2025-01-31T05:00:02.628Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2537 | 2025-01-31T05:00:13.700Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2538 | 2025-01-31T05:00:14.275Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2539 | 2025-01-31T05:00:20.979Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2540 | 2025-01-31T05:00:21.300Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2541 | 2025-01-31T05:00:22.200Z | Compiling fatfs v0.3.6 |
2542 | 2025-01-31T05:00:22.284Z | Compiling subprocess v0.2.9 |
2543 | 2025-01-31T05:00:25.086Z | Compiling rtoolbox v0.0.2 |
2544 | 2025-01-31T05:00:25.556Z | Compiling assert_matches v1.5.0 |
2545 | 2025-01-31T05:00:27.048Z | Compiling rpassword v7.3.1 |
2546 | 2025-01-31T05:00:27.480Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2547 | 2025-01-31T05:00:31.365Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2548 | 2025-01-31T05:00:31.674Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2549 | 2025-01-31T05:00:35.571Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2550 | 2025-01-31T05:00:38.771Z | Compiling tui-tree-widget v0.22.0 |
2551 | 2025-01-31T05:00:39.230Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2552 | 2025-01-31T05:00:46.952Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2553 | 2025-01-31T05:00:47.285Z | Compiling uzers v0.12.1 |
2554 | 2025-01-31T05:00:50.446Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2555 | 2025-01-31T05:00:52.970Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2556 | 2025-01-31T05:00:54.895Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2557 | 2025-01-31T05:01:24.884Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2558 | 2025-01-31T05:01:31.070Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2559 | 2025-01-31T05:01:35.540Z | Compiling multimap v0.10.0 |
2560 | 2025-01-31T05:03:59.296Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2561 | 2025-01-31T05:04:12.373Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2562 | 2025-01-31T05:11:25.193Z | Finished `release` profile [optimized] target(s) in 17m 16s |
2563 | 2025-01-31T05:12:30.764Z | |
2564 | 2025-01-31T05:12:30.767Z | real 18:23.026637306 |
2565 | 2025-01-31T05:12:30.767Z | user 2:08:59.535301016 |
2566 | 2025-01-31T05:12:30.767Z | sys 3:20.388866176 |
2567 | 2025-01-31T05:12:30.767Z | trap 3.362782889 |
2568 | 2025-01-31T05:12:30.767Z | tflt 3.371447778 |
2569 | 2025-01-31T05:12:30.767Z | dflt 4.201243223 |
2570 | 2025-01-31T05:12:30.767Z | kflt 0.032172010 |
2571 | 2025-01-31T05:12:30.767Z | lock 7:40:31.150548882 |
2572 | 2025-01-31T05:12:30.767Z | slp 6:35:31.189579457 |
2573 | 2025-01-31T05:12:30.767Z | lat 3:26.065096653 |
2574 | 2025-01-31T05:12:30.767Z | stop 2:47.629621234 |
2575 | 2025-01-31T05:12:30.768Z | + mapfile -t packages |
2576 | 2025-01-31T05:12:30.768Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2577 | 2025-01-31T05:12:31.831Z | Finished `release` profile [optimized] target(s) in 1.01s |
2578 | 2025-01-31T05:12:31.906Z | Running `target/release/omicron-package -t test list-outputs` |
2579 | 2025-01-31T05:12:31.957Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2580 | 2025-01-31T05:12:31.960Z | + ptime -m cargo build --locked --release -p xtask |
2581 | 2025-01-31T05:12:32.546Z | Compiling serde v1.0.217 |
2582 | 2025-01-31T05:12:32.549Z | Compiling serde_json v1.0.135 |
2583 | 2025-01-31T05:12:32.549Z | Compiling libc v0.2.169 |
2584 | 2025-01-31T05:12:32.549Z | Compiling rustix v0.38.37 |
2585 | 2025-01-31T05:12:32.651Z | Compiling syn v2.0.96 |
2586 | 2025-01-31T05:12:32.686Z | Compiling bitflags v2.6.0 |
2587 | 2025-01-31T05:12:32.993Z | Compiling usdt-impl v0.5.0 |
2588 | 2025-01-31T05:12:33.083Z | Compiling syn v1.0.109 |
2589 | 2025-01-31T05:12:33.184Z | Compiling log v0.4.22 |
2590 | 2025-01-31T05:12:33.208Z | Compiling hashbrown v0.15.1 |
2591 | 2025-01-31T05:12:33.453Z | Compiling fs-err v2.11.0 |
2592 | 2025-01-31T05:12:33.635Z | Compiling anyhow v1.0.95 |
2593 | 2025-01-31T05:12:33.767Z | Compiling once_cell v1.20.2 |
2594 | 2025-01-31T05:12:34.020Z | Compiling thread-id v4.2.2 |
2595 | 2025-01-31T05:12:34.464Z | Compiling indexmap v2.7.1 |
2596 | 2025-01-31T05:12:35.554Z | Compiling terminal_size v0.4.0 |
2597 | 2025-01-31T05:12:35.554Z | Compiling tempfile v3.13.0 |
2598 | 2025-01-31T05:12:35.822Z | Compiling clap_builder v4.5.27 |
2599 | 2025-01-31T05:12:36.647Z | Compiling proc-macro-error v1.0.4 |
2600 | 2025-01-31T05:12:37.359Z | Compiling tabled_derive v0.7.0 |
2601 | 2025-01-31T05:12:38.542Z | Compiling tabled v0.15.0 |
2602 | 2025-01-31T05:12:39.145Z | Compiling serde_derive v1.0.217 |
2603 | 2025-01-31T05:12:39.148Z | Compiling thiserror-impl v1.0.69 |
2604 | 2025-01-31T05:12:39.148Z | Compiling zerocopy-derive v0.7.35 |
2605 | 2025-01-31T05:12:39.148Z | Compiling scroll_derive v0.12.0 |
2606 | 2025-01-31T05:12:39.148Z | Compiling clap_derive v4.5.24 |
2607 | 2025-01-31T05:12:40.551Z | Compiling scroll v0.12.0 |
2608 | 2025-01-31T05:12:41.032Z | Compiling zerocopy v0.7.35 |
2609 | 2025-01-31T05:12:41.212Z | Compiling goblin v0.8.2 |
2610 | 2025-01-31T05:12:41.874Z | Compiling thiserror v1.0.69 |
2611 | 2025-01-31T05:12:42.049Z | Compiling pest v2.7.14 |
2612 | 2025-01-31T05:12:44.991Z | Compiling pest_meta v2.7.14 |
2613 | 2025-01-31T05:12:45.116Z | Compiling clap v4.5.27 |
2614 | 2025-01-31T05:12:46.565Z | Compiling pest_generator v2.7.14 |
2615 | 2025-01-31T05:12:48.888Z | Compiling pest_derive v2.7.14 |
2616 | 2025-01-31T05:12:49.683Z | Compiling dtrace-parser v0.2.0 |
2617 | 2025-01-31T05:12:54.985Z | Compiling serde_tokenstream v0.2.2 |
2618 | 2025-01-31T05:12:55.369Z | Compiling toml_datetime v0.6.8 |
2619 | 2025-01-31T05:12:55.585Z | Compiling serde_spanned v0.6.8 |
2620 | 2025-01-31T05:12:55.912Z | Compiling toml_edit v0.22.22 |
2621 | 2025-01-31T05:12:56.115Z | Compiling dof v0.3.0 |
2622 | 2025-01-31T05:12:57.286Z | Compiling camino v1.1.9 |
2623 | 2025-01-31T05:12:58.378Z | Compiling usdt-macro v0.5.0 |
2624 | 2025-01-31T05:12:58.593Z | Compiling usdt-attr-macro v0.5.0 |
2625 | 2025-01-31T05:12:58.785Z | Compiling cargo-platform v0.1.8 |
2626 | 2025-01-31T05:12:59.576Z | Compiling toml v0.8.19 |
2627 | 2025-01-31T05:12:59.872Z | Compiling semver v1.0.24 |
2628 | 2025-01-31T05:12:59.914Z | Compiling usdt v0.5.0 |
2629 | 2025-01-31T05:13:01.400Z | Compiling cargo_toml v0.20.5 |
2630 | 2025-01-31T05:13:01.436Z | Compiling cargo_metadata v0.18.1 |
2631 | 2025-01-31T05:13:02.547Z | Compiling camino-tempfile v1.1.1 |
2632 | 2025-01-31T05:13:03.364Z | Compiling macaddr v1.0.1 |
2633 | 2025-01-31T05:13:15.717Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2634 | 2025-01-31T05:13:26.710Z | Finished `release` profile [optimized] target(s) in 54.69s |
2635 | 2025-01-31T05:13:26.824Z | |
2636 | 2025-01-31T05:13:26.824Z | real 54.833469041 |
2637 | 2025-01-31T05:13:26.824Z | user 5:45.458358133 |
2638 | 2025-01-31T05:13:26.824Z | sys 18.764128862 |
2639 | 2025-01-31T05:13:26.824Z | trap 0.165880811 |
2640 | 2025-01-31T05:13:26.824Z | tflt 0.382379471 |
2641 | 2025-01-31T05:13:26.824Z | dflt 0.248607321 |
2642 | 2025-01-31T05:13:26.824Z | kflt 0.000001830 |
2643 | 2025-01-31T05:13:26.827Z | lock 11:09.334969412 |
2644 | 2025-01-31T05:13:26.827Z | slp 16:42.743650129 |
2645 | 2025-01-31T05:13:26.827Z | lat 14.864535358 |
2646 | 2025-01-31T05:13:26.827Z | stop 19.375954496 |
2647 | 2025-01-31T05:13:26.827Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2648 | 2025-01-31T05:13:26.827Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2649 | 2025-01-31T05:13:26.827Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2650 | 2025-01-31T05:13:26.827Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2651 | 2025-01-31T05:13:26.828Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2652 | 2025-01-31T05:13:27.776Z | Compiling hashbrown v0.14.5 |
2653 | 2025-01-31T05:13:27.908Z | Compiling thiserror v2.0.11 |
2654 | 2025-01-31T05:13:27.911Z | Compiling thiserror-impl v2.0.11 |
2655 | 2025-01-31T05:13:27.911Z | Compiling ident_case v1.0.1 |
2656 | 2025-01-31T05:13:27.914Z | Compiling unsafe-libyaml v0.2.11 |
2657 | 2025-01-31T05:13:27.917Z | Compiling ipnetwork v0.20.0 |
2658 | 2025-01-31T05:13:27.917Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2025-01-31T05:13:27.917Z | Compiling progenitor-client v0.9.1 |
2660 | 2025-01-31T05:13:28.190Z | Compiling darling_core v0.20.10 |
2661 | 2025-01-31T05:13:28.408Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2662 | 2025-01-31T05:13:28.533Z | Compiling macaddr v1.0.1 |
2663 | 2025-01-31T05:13:28.805Z | Compiling progenitor-client v0.8.0 |
2664 | 2025-01-31T05:13:28.947Z | Compiling regress v0.10.1 |
2665 | 2025-01-31T05:13:29.019Z | Compiling instant v0.1.13 |
2666 | 2025-01-31T05:13:29.040Z | Compiling structmeta-derive v0.3.0 |
2667 | 2025-01-31T05:13:29.126Z | Compiling dropshot v0.15.1 |
2668 | 2025-01-31T05:13:29.188Z | Compiling regress v0.9.1 |
2669 | 2025-01-31T05:13:29.263Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2670 | 2025-01-31T05:13:29.447Z | Compiling serde_yaml v0.9.34+deprecated |
2671 | 2025-01-31T05:13:29.993Z | Compiling dropshot_endpoint v0.15.1 |
2672 | 2025-01-31T05:13:30.573Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2673 | 2025-01-31T05:13:31.457Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2674 | 2025-01-31T05:13:31.512Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2675 | 2025-01-31T05:13:31.855Z | Compiling structmeta v0.3.0 |
2676 | 2025-01-31T05:13:31.996Z | Compiling backoff v0.4.0 |
2677 | 2025-01-31T05:13:32.229Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2678 | 2025-01-31T05:13:32.305Z | Compiling parse-display-derive v0.10.0 |
2679 | 2025-01-31T05:13:32.345Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2680 | 2025-01-31T05:13:32.431Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2681 | 2025-01-31T05:13:32.622Z | Compiling tempfile v3.13.0 |
2682 | 2025-01-31T05:13:33.140Z | Compiling typify-impl v0.2.0 |
2683 | 2025-01-31T05:13:33.291Z | Compiling proc-macro-crate v1.3.1 |
2684 | 2025-01-31T05:13:33.421Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2685 | 2025-01-31T05:13:33.827Z | Compiling typify-impl v0.3.0 |
2686 | 2025-01-31T05:13:33.888Z | Compiling itertools v0.13.0 |
2687 | 2025-01-31T05:13:34.237Z | Compiling zerocopy v0.8.10 |
2688 | 2025-01-31T05:13:34.301Z | Compiling num_enum_derive v0.5.11 |
2689 | 2025-01-31T05:13:34.507Z | Compiling darling_macro v0.20.10 |
2690 | 2025-01-31T05:13:35.079Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2691 | 2025-01-31T05:13:35.476Z | Compiling darling v0.20.10 |
2692 | 2025-01-31T05:13:35.548Z | Compiling zerocopy-derive v0.8.10 |
2693 | 2025-01-31T05:13:35.641Z | Compiling serde_with_macros v3.11.0 |
2694 | 2025-01-31T05:13:36.617Z | Compiling parse-display v0.10.0 |
2695 | 2025-01-31T05:13:36.822Z | Compiling num_enum v0.5.11 |
2696 | 2025-01-31T05:13:36.922Z | Compiling foreign-types-macros v0.2.3 |
2697 | 2025-01-31T05:13:37.023Z | Compiling crucible-workspace-hack v0.1.0 |
2698 | 2025-01-31T05:13:37.263Z | Compiling heapless v0.8.0 |
2699 | 2025-01-31T05:13:37.331Z | Compiling foreign-types-shared v0.3.1 |
2700 | 2025-01-31T05:13:37.532Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2701 | 2025-01-31T05:13:38.179Z | Compiling proc-macro-error v1.0.4 |
2702 | 2025-01-31T05:13:38.201Z | Compiling foreign-types v0.5.0 |
2703 | 2025-01-31T05:13:38.275Z | Compiling serde_with v3.11.0 |
2704 | 2025-01-31T05:13:38.736Z | Compiling camino-tempfile v1.1.1 |
2705 | 2025-01-31T05:13:38.811Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2706 | 2025-01-31T05:13:39.210Z | Compiling hash32 v0.3.1 |
2707 | 2025-01-31T05:13:39.504Z | Compiling cstr-argument v0.1.2 |
2708 | 2025-01-31T05:13:39.677Z | Compiling pretty-hex v0.2.1 |
2709 | 2025-01-31T05:13:39.776Z | Compiling smoltcp v0.11.0 |
2710 | 2025-01-31T05:13:39.906Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2711 | 2025-01-31T05:13:40.305Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2712 | 2025-01-31T05:13:40.606Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2713 | 2025-01-31T05:13:41.048Z | Compiling tabwriter v1.4.0 |
2714 | 2025-01-31T05:13:41.548Z | Compiling colored v2.1.0 |
2715 | 2025-01-31T05:13:41.599Z | Compiling cobs v0.2.3 |
2716 | 2025-01-31T05:13:42.022Z | Compiling postcard v1.0.10 |
2717 | 2025-01-31T05:13:42.028Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2718 | 2025-01-31T05:13:42.250Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2719 | 2025-01-31T05:13:42.355Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2720 | 2025-01-31T05:13:42.451Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2721 | 2025-01-31T05:13:42.499Z | Compiling smf v0.2.3 |
2722 | 2025-01-31T05:13:42.789Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2723 | 2025-01-31T05:13:43.281Z | Compiling zone_cfg_derive v0.3.0 |
2724 | 2025-01-31T05:13:43.675Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2725 | 2025-01-31T05:13:43.911Z | Compiling num-derive v0.4.2 |
2726 | 2025-01-31T05:13:44.099Z | Compiling sigpipe v0.1.3 |
2727 | 2025-01-31T05:13:44.252Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2728 | 2025-01-31T05:13:44.492Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2729 | 2025-01-31T05:13:44.612Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2730 | 2025-01-31T05:13:44.740Z | Compiling zone v0.3.0 |
2731 | 2025-01-31T05:13:45.243Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2732 | 2025-01-31T05:13:45.633Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2733 | 2025-01-31T05:13:46.087Z | Compiling universal-hash v0.5.1 |
2734 | 2025-01-31T05:13:46.275Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2735 | 2025-01-31T05:13:46.315Z | Compiling opaque-debug v0.3.1 |
2736 | 2025-01-31T05:13:46.318Z | Compiling tungstenite v0.21.0 |
2737 | 2025-01-31T05:13:46.457Z | Compiling num-rational v0.4.2 |
2738 | 2025-01-31T05:13:46.512Z | Compiling password-hash v0.5.0 |
2739 | 2025-01-31T05:13:47.140Z | Compiling blake2 v0.10.6 |
2740 | 2025-01-31T05:13:47.159Z | Compiling num-complex v0.4.6 |
2741 | 2025-01-31T05:13:47.472Z | Compiling aead v0.5.2 |
2742 | 2025-01-31T05:13:47.866Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2743 | 2025-01-31T05:13:47.887Z | Compiling convert_case v0.4.0 |
2744 | 2025-01-31T05:13:48.052Z | Compiling keccak v0.1.5 |
2745 | 2025-01-31T05:13:48.201Z | Compiling base64 v0.21.7 |
2746 | 2025-01-31T05:13:48.277Z | Compiling num v0.4.3 |
2747 | 2025-01-31T05:13:48.413Z | Compiling sha3 v0.10.8 |
2748 | 2025-01-31T05:13:48.568Z | Compiling argon2 v0.5.3 |
2749 | 2025-01-31T05:13:48.745Z | Compiling derive_more v0.99.18 |
2750 | 2025-01-31T05:13:48.906Z | Compiling typify-macro v0.2.0 |
2751 | 2025-01-31T05:13:48.947Z | Compiling tokio-tungstenite v0.21.0 |
2752 | 2025-01-31T05:13:49.418Z | Compiling poly1305 v0.8.0 |
2753 | 2025-01-31T05:13:49.506Z | Compiling typify-macro v0.3.0 |
2754 | 2025-01-31T05:13:49.536Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2755 | 2025-01-31T05:13:49.536Z | Compiling chacha20 v0.9.1 |
2756 | 2025-01-31T05:13:49.699Z | Compiling float-ord v0.3.2 |
2757 | 2025-01-31T05:13:49.911Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2758 | 2025-01-31T05:13:50.058Z | Compiling same-file v1.0.6 |
2759 | 2025-01-31T05:13:50.372Z | Compiling semver v0.1.20 |
2760 | 2025-01-31T05:13:50.389Z | Compiling walkdir v2.5.0 |
2761 | 2025-01-31T05:13:51.047Z | Compiling rustc_version v0.1.7 |
2762 | 2025-01-31T05:13:51.158Z | Compiling newline-converter v0.3.0 |
2763 | 2025-01-31T05:13:51.180Z | Compiling primeorder v0.13.6 |
2764 | 2025-01-31T05:13:51.364Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2765 | 2025-01-31T05:13:51.410Z | Compiling secrecy v0.8.0 |
2766 | 2025-01-31T05:13:51.534Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2767 | 2025-01-31T05:13:51.674Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2768 | 2025-01-31T05:13:51.703Z | Compiling owo-colors v4.1.0 |
2769 | 2025-01-31T05:13:51.749Z | Compiling cancel-safe-futures v0.1.5 |
2770 | 2025-01-31T05:13:51.953Z | Compiling newtype_derive v0.1.6 |
2771 | 2025-01-31T05:13:52.057Z | Compiling expectorate v1.1.0 |
2772 | 2025-01-31T05:13:52.149Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2773 | 2025-01-31T05:13:52.260Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2774 | 2025-01-31T05:13:52.282Z | Compiling thiserror-impl-no-std v2.0.2 |
2775 | 2025-01-31T05:13:52.493Z | Compiling blake3 v1.5.4 |
2776 | 2025-01-31T05:13:52.557Z | Compiling unicase v2.7.0 |
2777 | 2025-01-31T05:13:52.773Z | Compiling half v2.4.1 |
2778 | 2025-01-31T05:13:52.806Z | Compiling typify v0.2.0 |
2779 | 2025-01-31T05:13:52.890Z | Compiling arc-swap v1.7.1 |
2780 | 2025-01-31T05:13:52.956Z | Compiling progenitor-impl v0.8.0 |
2781 | 2025-01-31T05:13:53.162Z | Compiling ciborium-io v0.2.2 |
2782 | 2025-01-31T05:13:53.327Z | Compiling slog-scope v4.4.0 |
2783 | 2025-01-31T05:13:53.365Z | Compiling ciborium-ll v0.2.2 |
2784 | 2025-01-31T05:13:53.502Z | Compiling typify v0.3.0 |
2785 | 2025-01-31T05:13:53.656Z | Compiling progenitor-impl v0.9.1 |
2786 | 2025-01-31T05:13:53.682Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2787 | 2025-01-31T05:13:53.768Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2788 | 2025-01-31T05:13:54.085Z | Compiling polyval v0.6.2 |
2789 | 2025-01-31T05:13:54.483Z | Compiling atomicwrites v0.4.4 |
2790 | 2025-01-31T05:13:54.552Z | Compiling libsw v3.3.1 |
2791 | 2025-01-31T05:13:54.865Z | Compiling memmap2 v0.9.5 |
2792 | 2025-01-31T05:13:54.911Z | Compiling linear-map v1.2.0 |
2793 | 2025-01-31T05:13:55.142Z | Compiling thiserror-no-std v2.0.2 |
2794 | 2025-01-31T05:13:55.274Z | Compiling indent_write v2.2.0 |
2795 | 2025-01-31T05:13:55.296Z | Compiling arrayref v0.3.9 |
2796 | 2025-01-31T05:13:55.336Z | Compiling salty v0.3.0 |
2797 | 2025-01-31T05:13:55.418Z | Compiling arrayvec v0.7.6 |
2798 | 2025-01-31T05:13:55.522Z | Compiling constant_time_eq v0.3.1 |
2799 | 2025-01-31T05:13:55.717Z | Compiling parking_lot_core v0.8.6 |
2800 | 2025-01-31T05:13:55.749Z | Compiling libefi-sys v0.1.0 |
2801 | 2025-01-31T05:13:55.821Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2802 | 2025-01-31T05:13:55.895Z | Compiling vsss-rs v3.3.4 |
2803 | 2025-01-31T05:13:56.098Z | Compiling ghash v0.5.1 |
2804 | 2025-01-31T05:13:56.398Z | Compiling ciborium v0.2.2 |
2805 | 2025-01-31T05:13:56.747Z | Compiling slog-stdlog v4.1.1 |
2806 | 2025-01-31T05:13:57.131Z | Compiling p384 v0.13.0 |
2807 | 2025-01-31T05:13:57.319Z | Compiling toolchain_find v0.4.0 |
2808 | 2025-01-31T05:13:57.850Z | Compiling chacha20poly1305 v0.10.1 |
2809 | 2025-01-31T05:13:57.981Z | Compiling ctr v0.9.2 |
2810 | 2025-01-31T05:13:58.055Z | Compiling lzma-sys v0.1.20 |
2811 | 2025-01-31T05:13:58.114Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2812 | 2025-01-31T05:13:58.362Z | Compiling bitfield-struct v0.6.2 |
2813 | 2025-01-31T05:13:58.537Z | Compiling slog-dtrace v0.3.0 |
2814 | 2025-01-31T05:13:58.676Z | Compiling highway v1.2.0 |
2815 | 2025-01-31T05:13:58.807Z | Compiling topological-sort v0.2.2 |
2816 | 2025-01-31T05:13:59.041Z | Compiling omicron-zone-package v0.12.0 |
2817 | 2025-01-31T05:13:59.091Z | Compiling aes-gcm v0.10.3 |
2818 | 2025-01-31T05:13:59.439Z | Compiling rustfmt-wrapper v0.2.1 |
2819 | 2025-01-31T05:13:59.465Z | Compiling slog-envlogger v2.2.0 |
2820 | 2025-01-31T05:13:59.610Z | Compiling mime_guess v2.0.5 |
2821 | 2025-01-31T05:13:59.778Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2822 | 2025-01-31T05:14:00.055Z | Compiling steno v0.4.1 |
2823 | 2025-01-31T05:14:00.213Z | Compiling progenitor-macro v0.8.0 |
2824 | 2025-01-31T05:14:00.626Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2825 | 2025-01-31T05:14:00.794Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2826 | 2025-01-31T05:14:00.817Z | Compiling heck v0.3.3 |
2827 | 2025-01-31T05:14:00.851Z | Compiling progenitor-macro v0.9.1 |
2828 | 2025-01-31T05:14:01.199Z | Compiling ssh-encoding v0.2.0 |
2829 | 2025-01-31T05:14:01.278Z | Compiling blowfish v0.9.1 |
2830 | 2025-01-31T05:14:01.446Z | Compiling nibble_vec v0.1.0 |
2831 | 2025-01-31T05:14:01.705Z | Compiling env_filter v0.1.2 |
2832 | 2025-01-31T05:14:01.727Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2833 | 2025-01-31T05:14:01.767Z | Compiling humantime v2.1.0 |
2834 | 2025-01-31T05:14:01.907Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2835 | 2025-01-31T05:14:02.049Z | Compiling endian-type v0.1.2 |
2836 | 2025-01-31T05:14:02.231Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2837 | 2025-01-31T05:14:02.291Z | Compiling radix_trie v0.2.1 |
2838 | 2025-01-31T05:14:02.342Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2839 | 2025-01-31T05:14:02.365Z | Compiling env_logger v0.11.5 |
2840 | 2025-01-31T05:14:02.411Z | Compiling ssh-cipher v0.2.0 |
2841 | 2025-01-31T05:14:02.934Z | Compiling bcrypt-pbkdf v0.10.0 |
2842 | 2025-01-31T05:14:03.100Z | Compiling zone_cfg_derive v0.1.2 |
2843 | 2025-01-31T05:14:03.173Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2844 | 2025-01-31T05:14:03.942Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2845 | 2025-01-31T05:14:04.056Z | Compiling parking_lot v0.11.2 |
2846 | 2025-01-31T05:14:04.315Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2847 | 2025-01-31T05:14:04.538Z | Compiling password-hash v0.4.2 |
2848 | 2025-01-31T05:14:04.737Z | Compiling gethostname v0.5.0 |
2849 | 2025-01-31T05:14:04.923Z | Compiling fxhash v0.2.1 |
2850 | 2025-01-31T05:14:04.942Z | Compiling bumpalo v3.16.0 |
2851 | 2025-01-31T05:14:04.960Z | Compiling http-range v0.1.5 |
2852 | 2025-01-31T05:14:05.039Z | Compiling simd-adler32 v0.3.7 |
2853 | 2025-01-31T05:14:05.158Z | Compiling zip v2.1.3 |
2854 | 2025-01-31T05:14:05.305Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2855 | 2025-01-31T05:14:05.404Z | Compiling lockfree-object-pool v0.1.6 |
2856 | 2025-01-31T05:14:05.407Z | Compiling base64 v0.13.1 |
2857 | 2025-01-31T05:14:05.550Z | Compiling sled v0.34.7 |
2858 | 2025-01-31T05:14:05.656Z | Compiling pbkdf2 v0.11.0 |
2859 | 2025-01-31T05:14:05.678Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2860 | 2025-01-31T05:14:05.719Z | Compiling zopfli v0.8.1 |
2861 | 2025-01-31T05:14:06.046Z | Compiling ron v0.7.1 |
2862 | 2025-01-31T05:14:06.105Z | Compiling zone v0.1.8 |
2863 | 2025-01-31T05:14:06.387Z | Compiling xz2 v0.1.7 |
2864 | 2025-01-31T05:14:06.859Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2865 | 2025-01-31T05:14:07.407Z | Compiling ssh-key v0.6.6 |
2866 | 2025-01-31T05:14:07.542Z | Compiling hickory-client v0.24.2 |
2867 | 2025-01-31T05:14:08.262Z | Compiling p521 v0.13.3 |
2868 | 2025-01-31T05:14:08.342Z | Compiling p256 v0.13.2 |
2869 | 2025-01-31T05:14:08.935Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2870 | 2025-01-31T05:14:09.175Z | Compiling hickory-server v0.24.2 |
2871 | 2025-01-31T05:14:09.999Z | Compiling pem v3.0.4 |
2872 | 2025-01-31T05:14:10.695Z | Compiling yasna v0.5.2 |
2873 | 2025-01-31T05:14:10.788Z | Compiling headers-core v0.3.0 |
2874 | 2025-01-31T05:14:10.995Z | Compiling kstat-rs v0.2.4 |
2875 | 2025-01-31T05:14:11.597Z | Compiling nanorand v0.7.0 |
2876 | 2025-01-31T05:14:11.720Z | Compiling russh-cryptovec v0.7.3 |
2877 | 2025-01-31T05:14:11.829Z | Compiling atty v0.2.14 |
2878 | 2025-01-31T05:14:11.996Z | Compiling md5 v0.7.0 |
2879 | 2025-01-31T05:14:12.068Z | Compiling flume v0.11.1 |
2880 | 2025-01-31T05:14:12.136Z | Compiling rcgen v0.12.1 |
2881 | 2025-01-31T05:14:12.279Z | Compiling headers v0.4.0 |
2882 | 2025-01-31T05:14:12.529Z | Compiling russh-keys v0.45.0 |
2883 | 2025-01-31T05:14:13.237Z | Compiling progenitor v0.8.0 |
2884 | 2025-01-31T05:14:13.479Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2885 | 2025-01-31T05:14:13.522Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2886 | 2025-01-31T05:14:13.810Z | Compiling progenitor v0.9.1 |
2887 | 2025-01-31T05:14:14.066Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2888 | 2025-01-31T05:14:14.109Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2889 | 2025-01-31T05:14:14.359Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2890 | 2025-01-31T05:14:14.900Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2891 | 2025-01-31T05:14:15.026Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2892 | 2025-01-31T05:14:15.636Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2893 | 2025-01-31T05:14:16.388Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2894 | 2025-01-31T05:14:16.844Z | Compiling hyper-staticfile v0.10.1 |
2895 | 2025-01-31T05:14:17.948Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2896 | 2025-01-31T05:14:18.569Z | Compiling num-bigint v0.4.6 |
2897 | 2025-01-31T05:14:19.142Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2898 | 2025-01-31T05:14:19.634Z | Compiling des v0.8.1 |
2899 | 2025-01-31T05:14:20.005Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2900 | 2025-01-31T05:14:20.603Z | Compiling subprocess v0.2.9 |
2901 | 2025-01-31T05:14:21.146Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2902 | 2025-01-31T05:14:21.911Z | Compiling hex-literal v0.4.1 |
2903 | 2025-01-31T05:14:22.080Z | Compiling display-error-chain v0.2.2 |
2904 | 2025-01-31T05:14:22.111Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2905 | 2025-01-31T05:14:22.304Z | Compiling russh v0.45.0 |
2906 | 2025-01-31T05:14:22.330Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2907 | 2025-01-31T05:14:25.328Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2908 | 2025-01-31T05:14:25.904Z | Compiling internet-checksum v0.2.1 |
2909 | 2025-01-31T05:14:30.358Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2910 | 2025-01-31T05:14:30.358Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2911 | 2025-01-31T05:14:30.361Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2912 | 2025-01-31T05:14:30.361Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2913 | 2025-01-31T05:14:33.221Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2914 | 2025-01-31T05:14:33.691Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2915 | 2025-01-31T05:14:34.746Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2916 | 2025-01-31T05:14:34.788Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2917 | 2025-01-31T05:14:35.205Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2918 | 2025-01-31T05:14:35.785Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2919 | 2025-01-31T05:14:38.182Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2920 | 2025-01-31T05:14:38.332Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2921 | 2025-01-31T05:14:38.413Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2922 | 2025-01-31T05:14:39.263Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2923 | 2025-01-31T05:14:39.354Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2924 | 2025-01-31T05:14:39.873Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2925 | 2025-01-31T05:14:40.214Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2926 | 2025-01-31T05:14:41.869Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2927 | 2025-01-31T05:14:43.928Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2928 | 2025-01-31T05:14:44.376Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2929 | 2025-01-31T05:14:44.470Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2930 | 2025-01-31T05:14:44.905Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2931 | 2025-01-31T05:14:45.102Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2932 | 2025-01-31T05:14:47.806Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2933 | 2025-01-31T05:14:49.596Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2934 | 2025-01-31T05:14:49.745Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2935 | 2025-01-31T05:14:51.049Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2936 | 2025-01-31T05:14:51.640Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2937 | 2025-01-31T05:14:57.590Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2938 | 2025-01-31T05:15:06.128Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2939 | 2025-01-31T05:15:07.712Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2940 | 2025-01-31T05:15:30.157Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2941 | 2025-01-31T05:15:54.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
2942 | 2025-01-31T05:15:54.687Z | |
2943 | 2025-01-31T05:15:54.687Z | real 2:27.794029244 |
2944 | 2025-01-31T05:15:54.687Z | user 12:30.941850465 |
2945 | 2025-01-31T05:15:54.687Z | sys 1:37.272622432 |
2946 | 2025-01-31T05:15:54.688Z | trap 0.381274175 |
2947 | 2025-01-31T05:15:54.702Z | tflt 1.464009082 |
2948 | 2025-01-31T05:15:54.703Z | dflt 1.181434543 |
2949 | 2025-01-31T05:15:54.703Z | kflt 0.000021300 |
2950 | 2025-01-31T05:15:54.703Z | lock 23:08.485617287 |
2951 | 2025-01-31T05:15:54.703Z | slp 43:04.698424232 |
2952 | 2025-01-31T05:15:54.703Z | lat 39.049265977 |
2953 | 2025-01-31T05:15:54.703Z | stop 1:42.799389923 |
2954 | 2025-01-31T05:15:54.703Z | + mkdir tests |
2955 | 2025-01-31T05:15:54.703Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2956 | 2025-01-31T05:15:54.704Z | + xargs -I '{}' -t cp '{}' tests/ |
2957 | 2025-01-31T05:15:54.724Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ed9e8f65ee23d352 tests/ |
2958 | 2025-01-31T05:15:54.749Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-498b4ddc94bb4d3b tests/ |
2959 | 2025-01-31T05:15:54.787Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dc5a15c1ba52c599 tests/ |
2960 | 2025-01-31T05:15:54.804Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40f3445e58770f91 tests/ |
2961 | 2025-01-31T05:15:55.099Z | + 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/*) |
2962 | 2025-01-31T05:15:55.107Z | + 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-498b4ddc94bb4d3b tests/commtest-dc5a15c1ba52c599 tests/dhcp_server-ed9e8f65ee23d352 tests/end_to_end_tests-40f3445e58770f91 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 |
2963 | 2025-01-31T05:17:10.160Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2964 | 2025-01-31T05:17:10.160Z | a .github/buildomat/ci-env.sh 1K |
2965 | 2025-01-31T05:17:10.160Z | a out/target/test 1K |
2966 | 2025-01-31T05:17:10.160Z | a out/npuzone/npuzone 23144K |
2967 | 2025-01-31T05:17:10.160Z | a package-manifest.toml 34K |
2968 | 2025-01-31T05:17:10.160Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2969 | 2025-01-31T05:17:10.160Z | a target/release/omicron-package 36011K |
2970 | 2025-01-31T05:17:10.160Z | a target/release/xtask 11805K |
2971 | 2025-01-31T05:17:10.160Z | a target/debug/bootstrap 220496K |
2972 | 2025-01-31T05:17:10.160Z | a tests/bootstrap-498b4ddc94bb4d3b 24119K |
2973 | 2025-01-31T05:17:10.160Z | a tests/commtest-dc5a15c1ba52c599 24221K |
2974 | 2025-01-31T05:17:10.160Z | a tests/dhcp_server-ed9e8f65ee23d352 24119K |
2975 | 2025-01-31T05:17:10.160Z | a tests/end_to_end_tests-40f3445e58770f91 282552K |
2976 | 2025-01-31T05:17:10.160Z | a out/clickhouse.tar.gz 294307K |
2977 | 2025-01-31T05:17:10.160Z | a out/clickhouse_keeper.tar.gz 281437K |
2978 | 2025-01-31T05:17:10.160Z | a out/clickhouse_server.tar.gz 294301K |
2979 | 2025-01-31T05:17:10.160Z | a out/cockroachdb.tar.gz 134973K |
2980 | 2025-01-31T05:17:10.160Z | a out/crucible-dtrace.tar 98K |
2981 | 2025-01-31T05:17:10.160Z | a out/crucible-pantry-zone.tar.gz 28585K |
2982 | 2025-01-31T05:17:10.160Z | a out/crucible-zone.tar.gz 36934K |
2983 | 2025-01-31T05:17:10.160Z | a out/external-dns.tar.gz 35470K |
2984 | 2025-01-31T05:17:10.160Z | a out/internal-dns.tar.gz 35470K |
2985 | 2025-01-31T05:17:10.160Z | a out/mg-ddm-gz.tar 63075K |
2986 | 2025-01-31T05:17:10.160Z | a out/nexus.tar.gz 100222K |
2987 | 2025-01-31T05:17:10.160Z | a out/ntp.tar.gz 10507K |
2988 | 2025-01-31T05:17:10.160Z | a out/omicron-gateway-softnpu.tar.gz 24129K |
2989 | 2025-01-31T05:17:10.161Z | a out/omicron-sled-agent.tar 113917K |
2990 | 2025-01-31T05:17:10.161Z | a out/overlay.tar.gz 3K |
2991 | 2025-01-31T05:17:10.161Z | a out/oximeter.tar.gz 48442K |
2992 | 2025-01-31T05:17:10.161Z | a out/oxlog.tar 3124K |
2993 | 2025-01-31T05:17:10.161Z | a out/probe.tar.gz 2764K |
2994 | 2025-01-31T05:17:10.161Z | a out/propolis-server.tar.gz 66528K |
2995 | 2025-01-31T05:17:10.161Z | a out/pumpkind-gz.tar 26665K |
2996 | 2025-01-31T05:17:10.161Z | a out/switch-softnpu.tar.gz 237643K |
2997 | 2025-01-31T05:17:10.164Z | |
2998 | 2025-01-31T05:17:10.164Z | real 1:15.066750841 |
2999 | 2025-01-31T05:17:10.164Z | user 1:11.658916037 |
3000 | 2025-01-31T05:17:10.164Z | sys 5.051451256 |
3001 | 2025-01-31T05:17:10.164Z | trap 0.019672792 |
3002 | 2025-01-31T05:17:10.164Z | tflt 0.000000000 |
3003 | 2025-01-31T05:17:10.164Z | dflt 0.000000000 |
3004 | 2025-01-31T05:17:10.164Z | kflt 0.000000000 |
3005 | 2025-01-31T05:17:10.164Z | lock 0.000000000 |
3006 | 2025-01-31T05:17:10.164Z | slp 1:11.279088837 |
3007 | 2025-01-31T05:17:10.164Z | lat 2.118465849 |
3008 | 2025-01-31T05:17:10.164Z | stop 0.000530207 |
3009 | 2025-01-31T05:17:10.164Z | process exited: duration 2050170 ms, exit code 0 |
|
3010 | 2025-01-31T05:17:10.179Z | found 1 output files |
3011 | 2025-01-31T05:17:10.179Z | uploading: /work/package.tar.gz (1904495615 bytes) |
3012 | 2025-01-31T05:17:46.149Z | uploaded: /work/package.tar.gz |