|
|
|
1 | 2025-01-25T04:33:20.921Z | job assigned to worker 01JJDVQ3PTM0M4K9Q7HVPD957X [factory aws, i-02e05005a99249f15] (queued for 11 m 28 s) |
|
2 | 2025-01-25T04:33:29.246Z | starting task 0: "setup" |
3 | 2025-01-25T04:33:29.255Z | ++ uname -s |
4 | 2025-01-25T04:33:29.258Z | + kern=SunOS |
5 | 2025-01-25T04:33:29.258Z | + case "$kern" in |
6 | 2025-01-25T04:33:29.258Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:33:29.261Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:33:31.268Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:33:31.410Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:33:31.412Z | + home_fs=zfs |
11 | 2025-01-25T04:33:31.412Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:33:31.412Z | + mkdir -p /home/build |
13 | 2025-01-25T04:33:31.415Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:33:33.417Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:33:33.420Z | process exited: duration 4175 ms, exit code 0 |
|
16 | 2025-01-25T04:33:33.424Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:33:33.429Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:33:33.429Z | ' 1.84.0 |
19 | 2025-01-25T04:33:33.429Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-25T04:33:33.429Z | ' default |
21 | 2025-01-25T04:33:33.429Z | * toolchain channel = "1.84.0" |
22 | 2025-01-25T04:33:33.430Z | * toolchain profile = "default" |
23 | 2025-01-25T04:33:33.433Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:33:33.433Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:33:33.549Z | info: downloading installer |
26 | 2025-01-25T04:33:34.948Z | info: profile set to 'default' |
27 | 2025-01-25T04:33:34.948Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:33:34.951Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:33:35.106Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:33:35.106Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:33:35.990Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:33:36.327Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:33:37.547Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:33:39.352Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:33:46.242Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:33:46.504Z | info: installing component 'cargo' |
37 | 2025-01-25T04:33:47.378Z | info: installing component 'clippy' |
38 | 2025-01-25T04:33:47.939Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:33:49.500Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:33:51.253Z | info: installing component 'rustc' |
41 | 2025-01-25T04:33:57.456Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:33:57.791Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:33:57.791Z | |
44 | 2025-01-25T04:33:58.182Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:33:58.182Z | |
46 | 2025-01-25T04:33:58.186Z | |
47 | 2025-01-25T04:33:58.186Z | Rust is installed now. Great! |
48 | 2025-01-25T04:33:58.186Z | |
49 | 2025-01-25T04:33:58.186Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:33:58.186Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:33:58.186Z | |
52 | 2025-01-25T04:33:58.186Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:33:58.186Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:33:58.186Z | |
55 | 2025-01-25T04:33:58.186Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:33:58.186Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:33:58.186Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:33:58.267Z | + rustc --version |
59 | 2025-01-25T04:33:58.339Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:33:58.343Z | process exited: duration 24912 ms, exit code 0 |
|
61 | 2025-01-25T04:33:58.348Z | starting task 2: "authentication" |
62 | 2025-01-25T04:33:58.370Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-25T04:33:58.375Z | starting task 3: "clone repository" |
64 | 2025-01-25T04:33:58.380Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-25T04:33:58.383Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-25T04:33:58.421Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-25T04:34:06.943Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-25T04:34:06.943Z | + git fetch origin 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
69 | 2025-01-25T04:34:07.254Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-25T04:34:07.254Z | * branch 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 -> FETCH_HEAD |
71 | 2025-01-25T04:34:07.266Z | + [[ -n renovate/secrecy-0.x ]] |
72 | 2025-01-25T04:34:07.269Z | ++ git branch --show-current |
73 | 2025-01-25T04:34:07.271Z | + current=main |
74 | 2025-01-25T04:34:07.271Z | + [[ main != renovate/secrecy-0.x ]] |
75 | 2025-01-25T04:34:07.271Z | + git branch -f renovate/secrecy-0.x 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
76 | 2025-01-25T04:34:07.274Z | + git checkout -f renovate/secrecy-0.x |
77 | 2025-01-25T04:34:07.458Z | Switched to branch 'renovate/secrecy-0.x' |
78 | 2025-01-25T04:34:07.461Z | + git reset --hard 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
79 | 2025-01-25T04:34:07.643Z | HEAD is now at 4b3cf7821 Update Rust crate secrecy to 0.10.3 |
80 | 2025-01-25T04:34:07.646Z | process exited: duration 9265 ms, exit code 0 |
|
81 | 2025-01-25T04:34:07.651Z | starting task 4: "build" |
82 | 2025-01-25T04:34:07.657Z | + source ./env.sh |
83 | 2025-01-25T04:34:07.660Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-25T04:34:07.660Z | ++ set -o xtrace |
85 | 2025-01-25T04:34:07.662Z | ++++ dirname ./env.sh |
86 | 2025-01-25T04:34:07.662Z | +++ readlink -f . |
87 | 2025-01-25T04:34:07.666Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-25T04:34:07.669Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-25T04:34:07.669Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-25T04:34:07.669Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-25T04:34:07.669Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-25T04:34:07.669Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-25T04:34:07.669Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-25T04:34:07.669Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-25T04:34:07.669Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-25T04:34:07.669Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-25T04:34:07.669Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-25T04:34:07.669Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-25T04:34:07.669Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-25T04:34:07.669Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-25T04:34:07.669Z | + cargo --version |
102 | 2025-01-25T04:34:07.730Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-25T04:34:07.732Z | + rustc --version |
104 | 2025-01-25T04:34:07.798Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-25T04:34:07.801Z | + banner prerequisites |
106 | 2025-01-25T04:34:07.804Z | |
107 | 2025-01-25T04:34:07.804Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-25T04:34:07.804Z | # # # # # # # # # # # # # # # |
109 | 2025-01-25T04:34:07.804Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-25T04:34:07.804Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-25T04:34:07.804Z | # # # # # # # # # # # # # # # |
112 | 2025-01-25T04:34:07.805Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-25T04:34:07.805Z | |
114 | 2025-01-25T04:34:07.807Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-25T04:34:09.469Z | pkg list: illegal option -- F |
116 | 2025-01-25T04:34:09.469Z | Usage: |
117 | 2025-01-25T04:34:09.472Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-25T04:34:09.472Z | [pkg_fmri_pattern ...] |
119 | 2025-01-25T04:34:10.450Z | pkg list: illegal option -- F |
120 | 2025-01-25T04:34:10.450Z | Usage: |
121 | 2025-01-25T04:34:10.450Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-25T04:34:10.450Z | [pkg_fmri_pattern ...] |
123 | 2025-01-25T04:34:16.563Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-25T04:34:20.739Z | Startup: Caching catalogs ... Done |
125 | 2025-01-25T04:34:32.402Z | Planning: Solver setup ... Done (10.812s) |
126 | 2025-01-25T04:34:32.549Z | Planning: Running solver ... Done (0.148s) |
127 | 2025-01-25T04:34:32.673Z | Planning: Finding local manifests ... Done (0.007s) |
128 | 2025-01-25T04:34:32.761Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-25T04:34:32.919Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-25T04:34:33.034Z | Planning: Package planning ... Done (0.115s) |
131 | 2025-01-25T04:34:33.093Z | Planning: Merging actions ... Done (0.058s) |
132 | 2025-01-25T04:34:33.289Z | Planning: Checking for conflicting actions ... Done (0.197s) |
133 | 2025-01-25T04:34:35.392Z | Planning: Consolidating action changes ... Done (2.007s) |
134 | 2025-01-25T04:34:35.738Z | Planning: Evaluating mediators ... Done (0.440s) |
135 | 2025-01-25T04:34:35.824Z | Planning: Planning completed in 14.98 seconds |
136 | 2025-01-25T04:34:35.841Z | Packages to install: 4 |
137 | 2025-01-25T04:34:35.841Z | Packages to update: 3 |
138 | 2025-01-25T04:34:35.841Z | Mediators to change: 2 |
139 | 2025-01-25T04:34:35.844Z | Services to change: 1 |
140 | 2025-01-25T04:34:35.844Z | Estimated space available: 155.61 GB |
141 | 2025-01-25T04:34:35.844Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-25T04:34:35.844Z | Create boot environment: No |
143 | 2025-01-25T04:34:35.844Z | Create backup boot environment: Yes |
144 | 2025-01-25T04:34:35.844Z | Rebuild boot archive: No |
145 | 2025-01-25T04:34:35.844Z | |
146 | 2025-01-25T04:34:35.844Z | Changed mediators: |
147 | 2025-01-25T04:34:35.844Z | mediator clang: |
148 | 2025-01-25T04:34:35.844Z | version: None -> 15 (system default) |
149 | 2025-01-25T04:34:35.844Z | |
150 | 2025-01-25T04:34:35.844Z | mediator llvm: |
151 | 2025-01-25T04:34:35.844Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-25T04:34:35.844Z | |
153 | 2025-01-25T04:34:35.844Z | Changed packages: |
154 | 2025-01-25T04:34:35.844Z | helios-dev |
155 | 2025-01-25T04:34:35.844Z | developer/build-essential |
156 | 2025-01-25T04:34:35.844Z | None -> 11-2.0 |
157 | 2025-01-25T04:34:35.844Z | library/libxmlsec1 |
158 | 2025-01-25T04:34:35.845Z | None -> 1.2.35-2.0 |
159 | 2025-01-25T04:34:35.845Z | ooce/developer/clang-15 |
160 | 2025-01-25T04:34:35.845Z | None -> 15.0.7-2.0 |
161 | 2025-01-25T04:34:35.845Z | ooce/developer/llvm-15 |
162 | 2025-01-25T04:34:35.845Z | None -> 15.0.7-2.0 |
163 | 2025-01-25T04:34:35.845Z | package/pkg |
164 | 2025-01-25T04:34:35.845Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-25T04:34:35.845Z | system/library/g++-runtime |
166 | 2025-01-25T04:34:35.845Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-25T04:34:35.845Z | system/library/gcc-runtime |
168 | 2025-01-25T04:34:35.845Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-25T04:34:35.845Z | |
170 | 2025-01-25T04:34:35.845Z | Services: |
171 | 2025-01-25T04:34:35.845Z | restart_fmri: |
172 | 2025-01-25T04:34:35.845Z | svc:/system/update-man-index:default |
173 | 2025-01-25T04:34:35.845Z | |
174 | 2025-01-25T04:34:35.845Z | Editable files to change: |
175 | 2025-01-25T04:34:35.845Z | Update: |
176 | 2025-01-25T04:34:35.845Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-25T04:34:35.927Z | |
178 | 2025-01-25T04:34:35.927Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-25T04:34:40.930Z | Download: 1388/4301 items 117.0/225.4MB 51% complete (23.7M/s) |
180 | 2025-01-25T04:34:45.934Z | Download: 3124/4301 items 138.2/225.4MB 61% complete (13.8M/s) |
181 | 2025-01-25T04:34:50.934Z | Download: 3354/4301 items 214.9/225.4MB 95% complete (9.8M/s) |
182 | 2025-01-25T04:34:55.764Z | Download: Completed 225.42 MB in 19.83 seconds (11.4M/s) |
183 | 2025-01-25T04:34:57.864Z | Actions: 1/5122 actions (Removing old actions) |
184 | 2025-01-25T04:34:57.883Z | Actions: 194/5122 actions (Installing new actions) |
185 | 2025-01-25T04:35:02.654Z | Actions: 4267/5122 actions (Updating modified actions) |
186 | 2025-01-25T04:35:03.015Z | Actions: Completed 5122 actions in 5.15 seconds. |
187 | 2025-01-25T04:35:03.447Z | Done (0.422s) |
188 | 2025-01-25T04:35:03.449Z | Done (0.001s) |
189 | 2025-01-25T04:35:04.085Z | Done (0.598s) |
190 | 2025-01-25T04:35:08.856Z | Done (4.565s) |
191 | 2025-01-25T04:35:08.950Z | Done (0.019s) |
192 | 2025-01-25T04:35:08.953Z | Done (0.000s) |
193 | 2025-01-25T04:35:09.121Z | Done (0.000s) |
194 | 2025-01-25T04:35:09.895Z | Planning: Evaluating mediator changes ... Done |
195 | 2025-01-25T04:35:10.064Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-01-25T04:35:10.067Z | Planning: Consolidating action changes ... Done |
197 | 2025-01-25T04:35:10.344Z | Planning: Evaluating mediators ... Done |
198 | 2025-01-25T04:35:10.347Z | Planning: Planning completed in 0.45 seconds |
199 | 2025-01-25T04:35:10.386Z | Mediators to change: 2 |
200 | 2025-01-25T04:35:10.386Z | Create boot environment: No |
201 | 2025-01-25T04:35:10.389Z | Create backup boot environment: No |
202 | 2025-01-25T04:35:10.475Z | Done |
203 | 2025-01-25T04:35:10.475Z | Done |
204 | 2025-01-25T04:35:10.856Z | Done |
205 | 2025-01-25T04:35:14.820Z | Done |
206 | 2025-01-25T04:35:14.918Z | Done |
207 | 2025-01-25T04:35:14.920Z | Done |
208 | 2025-01-25T04:35:15.063Z | Done |
209 | 2025-01-25T04:35:15.717Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-01-25T04:35:15.720Z | Planning: Merging actions ... Done |
211 | 2025-01-25T04:35:15.921Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-01-25T04:35:15.924Z | Planning: Consolidating action changes ... Done |
213 | 2025-01-25T04:35:16.197Z | Planning: Evaluating mediators ... Done |
214 | 2025-01-25T04:35:16.256Z | Planning: Planning completed in 0.79 seconds |
215 | 2025-01-25T04:35:16.372Z | Packages to change: 1 |
216 | 2025-01-25T04:35:16.372Z | Mediators to change: 1 |
217 | 2025-01-25T04:35:16.372Z | Services to change: 1 |
218 | 2025-01-25T04:35:16.380Z | Create boot environment: No |
219 | 2025-01-25T04:35:16.380Z | Create backup boot environment: Yes |
220 | 2025-01-25T04:35:18.476Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2025-01-25T04:35:18.479Z | Actions: Completed 6 actions in 0.00 seconds. |
222 | 2025-01-25T04:35:18.479Z | Done |
223 | 2025-01-25T04:35:18.479Z | Done |
224 | 2025-01-25T04:35:18.609Z | Done |
225 | 2025-01-25T04:35:22.789Z | Done |
226 | 2025-01-25T04:35:22.822Z | Done |
227 | 2025-01-25T04:35:22.822Z | Done |
228 | 2025-01-25T04:35:22.845Z | Done |
229 | 2025-01-25T04:35:23.312Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2025-01-25T04:35:23.312Z | clang system 15 system |
231 | 2025-01-25T04:35:23.312Z | csh system system illumos |
232 | 2025-01-25T04:35:23.312Z | ctags system system illumos |
233 | 2025-01-25T04:35:23.312Z | gcc vendor 12 vendor |
234 | 2025-01-25T04:35:23.312Z | gcc system 10 system |
235 | 2025-01-25T04:35:23.312Z | gcc system 7 system |
236 | 2025-01-25T04:35:23.312Z | go system 1.20 system |
237 | 2025-01-25T04:35:23.312Z | go system 1.19 system |
238 | 2025-01-25T04:35:23.312Z | llvm system 15 system |
239 | 2025-01-25T04:35:23.312Z | llvm system 14 system |
240 | 2025-01-25T04:35:23.312Z | mariadb system 10.6 system |
241 | 2025-01-25T04:35:23.312Z | mta vendor vendor dma |
242 | 2025-01-25T04:35:23.312Z | openjdk system 17 system |
243 | 2025-01-25T04:35:23.312Z | openjdk system 11 system |
244 | 2025-01-25T04:35:23.313Z | openjdk system 1.8 system |
245 | 2025-01-25T04:35:23.313Z | openssl vendor 3 vendor |
246 | 2025-01-25T04:35:23.313Z | perl system 5.36 system |
247 | 2025-01-25T04:35:23.313Z | postgresql system 15 system |
248 | 2025-01-25T04:35:23.313Z | postgresql system 13 system |
249 | 2025-01-25T04:35:23.313Z | python vendor 3 vendor |
250 | 2025-01-25T04:35:23.313Z | python system 2 system |
251 | 2025-01-25T04:35:23.313Z | python3 system 3.11 system |
252 | 2025-01-25T04:35:23.313Z | ruby system 3.0 system |
253 | 2025-01-25T04:35:23.313Z | words vendor vendor american-english |
254 | 2025-01-25T04:35:23.313Z | words system system australian-english |
255 | 2025-01-25T04:35:23.313Z | words system system british-english |
256 | 2025-01-25T04:35:23.313Z | words system system canadian-english |
257 | 2025-01-25T04:35:23.313Z | words system system french |
258 | 2025-01-25T04:35:23.313Z | words system system italian |
259 | 2025-01-25T04:35:23.313Z | words system system ngerman |
260 | 2025-01-25T04:35:23.313Z | words system system ogerman |
261 | 2025-01-25T04:35:23.313Z | words system system spanish |
262 | 2025-01-25T04:35:23.669Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2025-01-25T04:35:23.669Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2025-01-25T04:35:26.531Z | FMRI IFO |
265 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
272 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
273 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
274 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
275 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
276 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
277 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
278 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
279 | 2025-01-25T04:35:26.531Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
280 | 2025-01-25T04:35:27.346Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
281 | 2025-01-25T04:35:27.664Z | Updating crates.io index |
282 | 2025-01-25T04:35:27.667Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
283 | 2025-01-25T04:35:28.090Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
284 | 2025-01-25T04:35:28.685Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
285 | 2025-01-25T04:35:28.974Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
286 | 2025-01-25T04:35:29.274Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
287 | 2025-01-25T04:35:29.529Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2025-01-25T04:35:30.557Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
289 | 2025-01-25T04:35:32.187Z | Updating git repository `https://github.com/oxidecomputer/opte` |
290 | 2025-01-25T04:35:32.881Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
291 | 2025-01-25T04:35:33.776Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2025-01-25T04:35:34.067Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
293 | 2025-01-25T04:35:34.377Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
294 | 2025-01-25T04:35:35.027Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
295 | 2025-01-25T04:35:35.457Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
296 | 2025-01-25T04:35:36.099Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
297 | 2025-01-25T04:35:36.366Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
298 | 2025-01-25T04:35:36.722Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
299 | 2025-01-25T04:35:36.982Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
300 | 2025-01-25T04:35:37.253Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
301 | 2025-01-25T04:35:37.687Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-01-25T04:35:37.996Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
303 | 2025-01-25T04:35:38.493Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2025-01-25T04:35:38.796Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2025-01-25T04:35:39.194Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2025-01-25T04:35:39.736Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2025-01-25T04:35:40.115Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2025-01-25T04:35:40.538Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2025-01-25T04:35:41.068Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2025-01-25T04:35:41.406Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2025-01-25T04:35:41.670Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2025-01-25T04:35:41.951Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2025-01-25T04:35:43.440Z | Downloading crates ... |
314 | 2025-01-25T04:35:43.565Z | Downloaded equivalent v1.0.1 |
315 | 2025-01-25T04:35:43.568Z | Downloaded dtrace-parser v0.2.0 |
316 | 2025-01-25T04:35:43.575Z | Downloaded scroll_derive v0.12.0 |
317 | 2025-01-25T04:35:43.578Z | Downloaded pretty-hex v0.4.1 |
318 | 2025-01-25T04:35:43.594Z | Downloaded swrite v0.1.0 |
319 | 2025-01-25T04:35:43.608Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2025-01-25T04:35:43.611Z | Downloaded digest v0.10.7 |
321 | 2025-01-25T04:35:43.615Z | Downloaded bytecount v0.6.8 |
322 | 2025-01-25T04:35:43.618Z | Downloaded anstyle-query v1.1.1 |
323 | 2025-01-25T04:35:43.618Z | Downloaded cpufeatures v0.2.14 |
324 | 2025-01-25T04:35:43.626Z | Downloaded byteorder v1.5.0 |
325 | 2025-01-25T04:35:43.629Z | Downloaded errno v0.3.9 |
326 | 2025-01-25T04:35:43.631Z | Downloaded generic-array v0.14.7 |
327 | 2025-01-25T04:35:43.634Z | Downloaded cfg-if v1.0.0 |
328 | 2025-01-25T04:35:43.634Z | Downloaded crypto-common v0.1.6 |
329 | 2025-01-25T04:35:43.636Z | Downloaded clap_lex v0.7.2 |
330 | 2025-01-25T04:35:43.636Z | Downloaded tabled_derive v0.7.0 |
331 | 2025-01-25T04:35:43.636Z | Downloaded autocfg v1.4.0 |
332 | 2025-01-25T04:35:43.639Z | Downloaded fastrand v2.1.1 |
333 | 2025-01-25T04:35:43.641Z | Downloaded dof v0.3.0 |
334 | 2025-01-25T04:35:43.641Z | Downloaded anstyle v1.0.10 |
335 | 2025-01-25T04:35:43.644Z | Downloaded cargo-platform v0.1.8 |
336 | 2025-01-25T04:35:43.644Z | Downloaded toml_datetime v0.6.8 |
337 | 2025-01-25T04:35:43.648Z | Downloaded terminal_size v0.4.0 |
338 | 2025-01-25T04:35:43.648Z | Downloaded colorchoice v1.0.2 |
339 | 2025-01-25T04:35:43.648Z | Downloaded serde_spanned v0.6.8 |
340 | 2025-01-25T04:35:43.651Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2025-01-25T04:35:43.651Z | Downloaded pest_generator v2.7.14 |
342 | 2025-01-25T04:35:43.653Z | Downloaded fs-err v2.11.0 |
343 | 2025-01-25T04:35:43.656Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2025-01-25T04:35:43.656Z | Downloaded usdt-macro v0.5.0 |
345 | 2025-01-25T04:35:43.658Z | Downloaded smawk v0.3.2 |
346 | 2025-01-25T04:35:43.658Z | Downloaded itoa v1.0.11 |
347 | 2025-01-25T04:35:43.678Z | Downloaded plain v0.2.3 |
348 | 2025-01-25T04:35:43.678Z | Downloaded heck v0.4.1 |
349 | 2025-01-25T04:35:43.678Z | Downloaded memmap v0.7.0 |
350 | 2025-01-25T04:35:43.678Z | Downloaded thread-id v4.2.2 |
351 | 2025-01-25T04:35:43.678Z | Downloaded strsim v0.11.1 |
352 | 2025-01-25T04:35:43.678Z | Downloaded macaddr v1.0.1 |
353 | 2025-01-25T04:35:43.678Z | Downloaded heck v0.5.0 |
354 | 2025-01-25T04:35:43.678Z | Downloaded version_check v0.9.5 |
355 | 2025-01-25T04:35:43.678Z | Downloaded cargo_toml v0.20.5 |
356 | 2025-01-25T04:35:43.678Z | Downloaded clap_derive v4.5.18 |
357 | 2025-01-25T04:35:43.681Z | Downloaded cargo_metadata v0.18.1 |
358 | 2025-01-25T04:35:43.681Z | Downloaded camino v1.1.9 |
359 | 2025-01-25T04:35:43.681Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2025-01-25T04:35:43.681Z | Downloaded thiserror-impl v1.0.69 |
361 | 2025-01-25T04:35:43.683Z | Downloaded thiserror v1.0.69 |
362 | 2025-01-25T04:35:43.686Z | Downloaded utf8parse v0.2.2 |
363 | 2025-01-25T04:35:43.689Z | Downloaded block-buffer v0.10.4 |
364 | 2025-01-25T04:35:43.689Z | Downloaded usdt v0.5.0 |
365 | 2025-01-25T04:35:43.691Z | Downloaded camino-tempfile v1.1.1 |
366 | 2025-01-25T04:35:43.691Z | Downloaded semver v1.0.24 |
367 | 2025-01-25T04:35:43.694Z | Downloaded quote v1.0.38 |
368 | 2025-01-25T04:35:43.697Z | Downloaded pest_derive v2.7.14 |
369 | 2025-01-25T04:35:43.699Z | Downloaded anstyle-parse v0.2.5 |
370 | 2025-01-25T04:35:43.702Z | Downloaded anstream v0.6.15 |
371 | 2025-01-25T04:35:43.702Z | Downloaded fnv v1.0.7 |
372 | 2025-01-25T04:35:43.704Z | Downloaded sha2 v0.10.8 |
373 | 2025-01-25T04:35:43.707Z | Downloaded proc-macro-error v1.0.4 |
374 | 2025-01-25T04:35:43.715Z | Downloaded bitflags v2.6.0 |
375 | 2025-01-25T04:35:43.719Z | Downloaded usdt-impl v0.5.0 |
376 | 2025-01-25T04:35:43.721Z | Downloaded tempfile v3.13.0 |
377 | 2025-01-25T04:35:43.724Z | Downloaded serde_tokenstream v0.2.2 |
378 | 2025-01-25T04:35:43.726Z | Downloaded zerocopy-derive v0.7.35 |
379 | 2025-01-25T04:35:43.729Z | Downloaded clap v4.5.21 |
380 | 2025-01-25T04:35:43.737Z | Downloaded pest_meta v2.7.14 |
381 | 2025-01-25T04:35:43.740Z | Downloaded unicode-ident v1.0.14 |
382 | 2025-01-25T04:35:43.742Z | Downloaded typenum v1.17.0 |
383 | 2025-01-25T04:35:43.745Z | Downloaded proc-macro2 v1.0.92 |
384 | 2025-01-25T04:35:43.748Z | Downloaded once_cell v1.20.2 |
385 | 2025-01-25T04:35:43.750Z | Downloaded anyhow v1.0.95 |
386 | 2025-01-25T04:35:43.753Z | Downloaded ucd-trie v0.1.7 |
387 | 2025-01-25T04:35:43.756Z | Downloaded toml v0.8.19 |
388 | 2025-01-25T04:35:43.758Z | Downloaded scroll v0.12.0 |
389 | 2025-01-25T04:35:43.760Z | Downloaded log v0.4.22 |
390 | 2025-01-25T04:35:43.765Z | Downloaded textwrap v0.16.1 |
391 | 2025-01-25T04:35:43.767Z | Downloaded papergrid v0.11.0 |
392 | 2025-01-25T04:35:43.772Z | Downloaded serde_derive v1.0.217 |
393 | 2025-01-25T04:35:43.777Z | Downloaded ryu v1.0.18 |
394 | 2025-01-25T04:35:43.780Z | Downloaded indexmap v2.7.0 |
395 | 2025-01-25T04:35:43.784Z | Downloaded serde v1.0.217 |
396 | 2025-01-25T04:35:43.797Z | Downloaded memchr v2.7.4 |
397 | 2025-01-25T04:35:43.814Z | Downloaded toml_edit v0.22.22 |
398 | 2025-01-25T04:35:43.836Z | Downloaded pest v2.7.14 |
399 | 2025-01-25T04:35:43.854Z | Downloaded zerocopy v0.7.35 |
400 | 2025-01-25T04:35:43.869Z | Downloaded winnow v0.6.20 |
401 | 2025-01-25T04:35:43.879Z | Downloaded serde_json v1.0.135 |
402 | 2025-01-25T04:35:43.885Z | Downloaded hashbrown v0.15.1 |
403 | 2025-01-25T04:35:43.890Z | Downloaded tabled v0.15.0 |
404 | 2025-01-25T04:35:43.906Z | Downloaded goblin v0.8.2 |
405 | 2025-01-25T04:35:43.911Z | Downloaded syn v1.0.109 |
406 | 2025-01-25T04:35:43.921Z | Downloaded clap_builder v4.5.21 |
407 | 2025-01-25T04:35:43.928Z | Downloaded syn v2.0.96 |
408 | 2025-01-25T04:35:43.942Z | Downloaded unicode-width v0.1.14 |
409 | 2025-01-25T04:35:43.948Z | Downloaded rustix v0.38.37 |
410 | 2025-01-25T04:35:43.981Z | Downloaded libc v0.2.169 |
411 | 2025-01-25T04:35:44.345Z | Compiling proc-macro2 v1.0.92 |
412 | 2025-01-25T04:35:44.345Z | Compiling unicode-ident v1.0.14 |
413 | 2025-01-25T04:35:44.345Z | Compiling version_check v0.9.5 |
414 | 2025-01-25T04:35:44.345Z | Compiling serde v1.0.217 |
415 | 2025-01-25T04:35:44.345Z | Compiling thiserror v1.0.69 |
416 | 2025-01-25T04:35:44.345Z | Compiling memchr v2.7.4 |
417 | 2025-01-25T04:35:44.345Z | Compiling libc v0.2.169 |
418 | 2025-01-25T04:35:44.345Z | Compiling ryu v1.0.18 |
419 | 2025-01-25T04:35:44.590Z | Compiling itoa v1.0.11 |
420 | 2025-01-25T04:35:44.787Z | Compiling ucd-trie v0.1.7 |
421 | 2025-01-25T04:35:44.846Z | Compiling once_cell v1.20.2 |
422 | 2025-01-25T04:35:45.122Z | Compiling byteorder v1.5.0 |
423 | 2025-01-25T04:35:45.251Z | Compiling rustix v0.38.37 |
424 | 2025-01-25T04:35:45.456Z | Compiling serde_json v1.0.135 |
425 | 2025-01-25T04:35:45.578Z | Compiling bitflags v2.6.0 |
426 | 2025-01-25T04:35:45.723Z | Compiling usdt-impl v0.5.0 |
427 | 2025-01-25T04:35:45.921Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2025-01-25T04:35:46.008Z | Compiling syn v1.0.109 |
429 | 2025-01-25T04:35:46.040Z | Compiling proc-macro-error v1.0.4 |
430 | 2025-01-25T04:35:46.098Z | Compiling hashbrown v0.15.1 |
431 | 2025-01-25T04:35:46.206Z | Compiling quote v1.0.38 |
432 | 2025-01-25T04:35:46.321Z | Compiling equivalent v1.0.1 |
433 | 2025-01-25T04:35:46.349Z | Compiling errno v0.3.9 |
434 | 2025-01-25T04:35:46.466Z | Compiling camino v1.1.9 |
435 | 2025-01-25T04:35:46.633Z | Compiling syn v2.0.96 |
436 | 2025-01-25T04:35:46.667Z | Compiling utf8parse v0.2.2 |
437 | 2025-01-25T04:35:46.864Z | Compiling plain v0.2.3 |
438 | 2025-01-25T04:35:46.891Z | Compiling thread-id v4.2.2 |
439 | 2025-01-25T04:35:46.894Z | Compiling log v0.4.22 |
440 | 2025-01-25T04:35:47.033Z | Compiling anstyle-parse v0.2.5 |
441 | 2025-01-25T04:35:47.145Z | Compiling indexmap v2.7.0 |
442 | 2025-01-25T04:35:47.348Z | Compiling is_terminal_polyfill v1.70.1 |
443 | 2025-01-25T04:35:47.378Z | Compiling winnow v0.6.20 |
444 | 2025-01-25T04:35:47.501Z | Compiling colorchoice v1.0.2 |
445 | 2025-01-25T04:35:47.721Z | Compiling pretty-hex v0.4.1 |
446 | 2025-01-25T04:35:47.731Z | Compiling unicode-width v0.1.14 |
447 | 2025-01-25T04:35:47.756Z | Compiling anstyle v1.0.10 |
448 | 2025-01-25T04:35:47.910Z | Compiling semver v1.0.24 |
449 | 2025-01-25T04:35:48.304Z | Compiling autocfg v1.4.0 |
450 | 2025-01-25T04:35:48.306Z | Compiling anstyle-query v1.1.1 |
451 | 2025-01-25T04:35:48.467Z | Compiling anstream v0.6.15 |
452 | 2025-01-25T04:35:48.675Z | Compiling terminal_size v0.4.0 |
453 | 2025-01-25T04:35:48.678Z | Compiling fnv v1.0.7 |
454 | 2025-01-25T04:35:48.880Z | Compiling fastrand v2.1.1 |
455 | 2025-01-25T04:35:48.933Z | Compiling bytecount v0.6.8 |
456 | 2025-01-25T04:35:49.187Z | Compiling strsim v0.11.1 |
457 | 2025-01-25T04:35:49.189Z | Compiling clap_lex v0.7.2 |
458 | 2025-01-25T04:35:49.244Z | Compiling cfg-if v1.0.0 |
459 | 2025-01-25T04:35:49.343Z | Compiling fs-err v2.11.0 |
460 | 2025-01-25T04:35:49.371Z | Compiling anyhow v1.0.95 |
461 | 2025-01-25T04:35:49.405Z | Compiling heck v0.4.1 |
462 | 2025-01-25T04:35:49.691Z | Compiling heck v0.5.0 |
463 | 2025-01-25T04:35:50.038Z | Compiling tempfile v3.13.0 |
464 | 2025-01-25T04:35:50.069Z | Compiling clap_builder v4.5.21 |
465 | 2025-01-25T04:35:50.206Z | Compiling papergrid v0.11.0 |
466 | 2025-01-25T04:35:50.410Z | Compiling memmap v0.7.0 |
467 | 2025-01-25T04:35:50.576Z | Compiling unicode-linebreak v0.1.5 |
468 | 2025-01-25T04:35:50.766Z | Compiling smawk v0.3.2 |
469 | 2025-01-25T04:35:50.987Z | Compiling textwrap v0.16.1 |
470 | 2025-01-25T04:35:51.090Z | Compiling swrite v0.1.0 |
471 | 2025-01-25T04:35:51.989Z | Compiling tabled_derive v0.7.0 |
472 | 2025-01-25T04:35:53.690Z | Compiling serde_derive v1.0.217 |
473 | 2025-01-25T04:35:53.690Z | Compiling thiserror-impl v1.0.69 |
474 | 2025-01-25T04:35:53.693Z | Compiling zerocopy-derive v0.7.35 |
475 | 2025-01-25T04:35:53.693Z | Compiling scroll_derive v0.12.0 |
476 | 2025-01-25T04:35:53.693Z | Compiling clap_derive v4.5.18 |
477 | 2025-01-25T04:35:53.806Z | Compiling tabled v0.15.0 |
478 | 2025-01-25T04:35:55.097Z | Compiling scroll v0.12.0 |
479 | 2025-01-25T04:35:55.662Z | Compiling goblin v0.8.2 |
480 | 2025-01-25T04:35:55.692Z | Compiling zerocopy v0.7.35 |
481 | 2025-01-25T04:35:56.796Z | Compiling pest v2.7.14 |
482 | 2025-01-25T04:35:57.299Z | Compiling clap v4.5.21 |
483 | 2025-01-25T04:35:59.020Z | Compiling pest_meta v2.7.14 |
484 | 2025-01-25T04:35:59.933Z | Compiling pest_generator v2.7.14 |
485 | 2025-01-25T04:36:01.436Z | Compiling pest_derive v2.7.14 |
486 | 2025-01-25T04:36:02.029Z | Compiling dtrace-parser v0.2.0 |
487 | 2025-01-25T04:36:02.802Z | Compiling serde_tokenstream v0.2.2 |
488 | 2025-01-25T04:36:02.887Z | Compiling serde_spanned v0.6.8 |
489 | 2025-01-25T04:36:02.887Z | Compiling toml_datetime v0.6.8 |
490 | 2025-01-25T04:36:03.186Z | Compiling cargo-platform v0.1.8 |
491 | 2025-01-25T04:36:03.213Z | Compiling macaddr v1.0.1 |
492 | 2025-01-25T04:36:03.425Z | Compiling toml_edit v0.22.22 |
493 | 2025-01-25T04:36:03.585Z | Compiling camino-tempfile v1.1.1 |
494 | 2025-01-25T04:36:04.261Z | Compiling dof v0.3.0 |
495 | 2025-01-25T04:36:04.376Z | Compiling cargo_metadata v0.18.1 |
496 | 2025-01-25T04:36:05.741Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2025-01-25T04:36:05.741Z | Compiling usdt-macro v0.5.0 |
498 | 2025-01-25T04:36:06.123Z | Compiling toml v0.8.19 |
499 | 2025-01-25T04:36:06.865Z | Compiling usdt v0.5.0 |
500 | 2025-01-25T04:36:07.064Z | Compiling cargo_toml v0.20.5 |
501 | 2025-01-25T04:36:10.160Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2025-01-25T04:36:13.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.01s |
503 | 2025-01-25T04:36:13.431Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2025-01-25T04:36:14.002Z | Downloading crates ... |
505 | 2025-01-25T04:36:14.121Z | Downloaded async-stream-impl v0.3.6 |
506 | 2025-01-25T04:36:14.125Z | Downloaded addr2line v0.24.2 |
507 | 2025-01-25T04:36:14.130Z | Downloaded atty v0.2.14 |
508 | 2025-01-25T04:36:14.141Z | Downloaded ciborium-io v0.2.2 |
509 | 2025-01-25T04:36:14.147Z | Downloaded atomic-waker v1.1.2 |
510 | 2025-01-25T04:36:14.150Z | Downloaded base16ct v0.2.0 |
511 | 2025-01-25T04:36:14.150Z | Downloaded cfg_aliases v0.1.1 |
512 | 2025-01-25T04:36:14.152Z | Downloaded atomicwrites v0.4.4 |
513 | 2025-01-25T04:36:14.155Z | Downloaded cstr-argument v0.1.2 |
514 | 2025-01-25T04:36:14.155Z | Downloaded darling v0.20.10 |
515 | 2025-01-25T04:36:14.159Z | Downloaded heck v0.3.3 |
516 | 2025-01-25T04:36:14.162Z | Downloaded crucible-workspace-hack v0.1.0 |
517 | 2025-01-25T04:36:14.162Z | Downloaded crunchy v0.2.2 |
518 | 2025-01-25T04:36:14.165Z | Downloaded assert_matches v1.5.0 |
519 | 2025-01-25T04:36:14.165Z | Downloaded async-stream v0.3.6 |
520 | 2025-01-25T04:36:14.168Z | Downloaded heapless v0.8.0 |
521 | 2025-01-25T04:36:14.171Z | Downloaded crc v3.2.1 |
522 | 2025-01-25T04:36:14.174Z | Downloaded buf-list v1.0.3 |
523 | 2025-01-25T04:36:14.176Z | Downloaded aead v0.5.2 |
524 | 2025-01-25T04:36:14.179Z | Downloaded chrono-tz-build v0.4.0 |
525 | 2025-01-25T04:36:14.181Z | Downloaded bb8 v0.8.5 |
526 | 2025-01-25T04:36:14.181Z | Downloaded async-recursion v1.1.1 |
527 | 2025-01-25T04:36:14.185Z | Downloaded bitfield-struct v0.6.2 |
528 | 2025-01-25T04:36:14.188Z | Downloaded backoff v0.4.0 |
529 | 2025-01-25T04:36:14.192Z | Downloaded async-bb8-diesel v0.2.1 |
530 | 2025-01-25T04:36:14.194Z | Downloaded progenitor-client v0.9.1 |
531 | 2025-01-25T04:36:14.194Z | Downloaded arrayvec v0.7.6 |
532 | 2025-01-25T04:36:14.197Z | Downloaded argon2 v0.5.3 |
533 | 2025-01-25T04:36:14.212Z | Downloaded chacha20 v0.9.1 |
534 | 2025-01-25T04:36:14.212Z | Downloaded cobs v0.2.3 |
535 | 2025-01-25T04:36:14.212Z | Downloaded cipher v0.4.4 |
536 | 2025-01-25T04:36:14.212Z | Downloaded bit-set v0.5.3 |
537 | 2025-01-25T04:36:14.212Z | Downloaded block-padding v0.3.3 |
538 | 2025-01-25T04:36:14.212Z | Downloaded bit-vec v0.6.3 |
539 | 2025-01-25T04:36:14.212Z | Downloaded base64ct v1.6.0 |
540 | 2025-01-25T04:36:14.212Z | Downloaded bcrypt-pbkdf v0.10.0 |
541 | 2025-01-25T04:36:14.215Z | Downloaded cassowary v0.3.0 |
542 | 2025-01-25T04:36:14.215Z | Downloaded arrayref v0.3.9 |
543 | 2025-01-25T04:36:14.215Z | Downloaded convert_case v0.4.0 |
544 | 2025-01-25T04:36:14.215Z | Downloaded bitfield v0.14.0 |
545 | 2025-01-25T04:36:14.218Z | Downloaded cfg_aliases v0.2.1 |
546 | 2025-01-25T04:36:14.221Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2025-01-25T04:36:14.223Z | Downloaded hubpack v0.1.2 |
548 | 2025-01-25T04:36:14.227Z | Downloaded async-trait v0.1.83 |
549 | 2025-01-25T04:36:14.231Z | Downloaded httpdate v1.0.3 |
550 | 2025-01-25T04:36:14.234Z | Downloaded http-range v0.1.5 |
551 | 2025-01-25T04:36:14.236Z | Downloaded http v1.2.0 |
552 | 2025-01-25T04:36:14.239Z | Downloaded icu_normalizer v1.5.0 |
553 | 2025-01-25T04:36:14.244Z | Downloaded icu_locid v1.5.0 |
554 | 2025-01-25T04:36:14.249Z | Downloaded ctr v0.9.2 |
555 | 2025-01-25T04:36:14.252Z | Downloaded icu_locid_transform v1.5.0 |
556 | 2025-01-25T04:36:14.255Z | Downloaded colored v2.1.0 |
557 | 2025-01-25T04:36:14.259Z | Downloaded humantime v2.1.0 |
558 | 2025-01-25T04:36:14.262Z | Downloaded hex v0.4.3 |
559 | 2025-01-25T04:36:14.265Z | Downloaded curve25519-dalek-derive v0.1.1 |
560 | 2025-01-25T04:36:14.265Z | Downloaded cmake v0.1.51 |
561 | 2025-01-25T04:36:14.269Z | Downloaded ciborium-ll v0.2.2 |
562 | 2025-01-25T04:36:14.272Z | Downloaded csv-core v0.1.11 |
563 | 2025-01-25T04:36:14.272Z | Downloaded bzip2 v0.4.4 |
564 | 2025-01-25T04:36:14.274Z | Downloaded icu_normalizer_data v1.5.0 |
565 | 2025-01-25T04:36:14.276Z | Downloaded hickory-client v0.24.2 |
566 | 2025-01-25T04:36:14.279Z | Downloaded cbc v0.1.2 |
567 | 2025-01-25T04:36:14.281Z | Downloaded icu_properties v1.5.1 |
568 | 2025-01-25T04:36:14.284Z | Downloaded hex-literal v0.4.1 |
569 | 2025-01-25T04:36:14.286Z | Downloaded is_ci v1.2.0 |
570 | 2025-01-25T04:36:14.288Z | Downloaded instant v0.1.13 |
571 | 2025-01-25T04:36:14.294Z | Downloaded hyper-staticfile v0.10.1 |
572 | 2025-01-25T04:36:14.297Z | Downloaded rand_seeder v0.3.0 |
573 | 2025-01-25T04:36:14.297Z | Downloaded sync_wrapper v1.0.1 |
574 | 2025-01-25T04:36:14.297Z | Downloaded rpassword v7.3.1 |
575 | 2025-01-25T04:36:14.300Z | Downloaded radium v0.7.0 |
576 | 2025-01-25T04:36:14.300Z | Downloaded blowfish v0.9.1 |
577 | 2025-01-25T04:36:14.305Z | Downloaded console v0.15.8 |
578 | 2025-01-25T04:36:14.305Z | Downloaded crossbeam-utils v0.8.20 |
579 | 2025-01-25T04:36:14.309Z | Downloaded try-lock v0.2.5 |
580 | 2025-01-25T04:36:14.312Z | Downloaded toolchain_find v0.4.0 |
581 | 2025-01-25T04:36:14.314Z | Downloaded serde_repr v0.1.19 |
582 | 2025-01-25T04:36:14.317Z | Downloaded serde_plain v1.0.2 |
583 | 2025-01-25T04:36:14.319Z | Downloaded mirai-annotations v1.12.0 |
584 | 2025-01-25T04:36:14.319Z | Downloaded maybe-uninit v2.0.0 |
585 | 2025-01-25T04:36:14.322Z | Downloaded const-oid v0.9.6 |
586 | 2025-01-25T04:36:14.325Z | Downloaded slog-scope v4.4.0 |
587 | 2025-01-25T04:36:14.325Z | Downloaded slog-async v2.8.0 |
588 | 2025-01-25T04:36:14.327Z | Downloaded serde_urlencoded v0.7.1 |
589 | 2025-01-25T04:36:14.333Z | Downloaded base64 v0.13.1 |
590 | 2025-01-25T04:36:14.335Z | Downloaded linked-hash-map v0.5.6 |
591 | 2025-01-25T04:36:14.335Z | Downloaded managed v0.8.0 |
592 | 2025-01-25T04:36:14.338Z | Downloaded lru-cache v0.1.2 |
593 | 2025-01-25T04:36:14.338Z | Downloaded lru v0.12.5 |
594 | 2025-01-25T04:36:14.340Z | Downloaded libsw v3.3.1 |
595 | 2025-01-25T04:36:14.343Z | Downloaded strum_macros v0.24.3 |
596 | 2025-01-25T04:36:14.347Z | Downloaded zone_cfg_derive v0.3.0 |
597 | 2025-01-25T04:36:14.347Z | Downloaded zone_cfg_derive v0.1.2 |
598 | 2025-01-25T04:36:14.349Z | Downloaded md-5 v0.10.6 |
599 | 2025-01-25T04:36:14.349Z | Downloaded lockfree-object-pool v0.1.6 |
600 | 2025-01-25T04:36:14.352Z | Downloaded tinystr v0.7.6 |
601 | 2025-01-25T04:36:14.354Z | Downloaded mime v0.3.17 |
602 | 2025-01-25T04:36:14.357Z | Downloaded libloading v0.8.5 |
603 | 2025-01-25T04:36:14.360Z | Downloaded endian-type v0.1.2 |
604 | 2025-01-25T04:36:14.363Z | Downloaded yoke-derive v0.7.4 |
605 | 2025-01-25T04:36:14.363Z | Downloaded rustversion v1.0.17 |
606 | 2025-01-25T04:36:14.366Z | Downloaded backtrace v0.3.74 |
607 | 2025-01-25T04:36:14.370Z | Downloaded unicode-xid v0.2.6 |
608 | 2025-01-25T04:36:14.373Z | Downloaded serde_with_macros v3.11.0 |
609 | 2025-01-25T04:36:14.376Z | Downloaded newtype_derive v0.1.6 |
610 | 2025-01-25T04:36:14.378Z | Downloaded snafu-derive v0.8.5 |
611 | 2025-01-25T04:36:14.380Z | Downloaded untrusted v0.7.1 |
612 | 2025-01-25T04:36:14.380Z | Downloaded mockall v0.13.0 |
613 | 2025-01-25T04:36:14.383Z | Downloaded lalrpop-util v0.19.12 |
614 | 2025-01-25T04:36:14.386Z | Downloaded kstat-rs v0.2.4 |
615 | 2025-01-25T04:36:14.386Z | Downloaded instability v0.3.2 |
616 | 2025-01-25T04:36:14.390Z | Downloaded num-conv v0.1.0 |
617 | 2025-01-25T04:36:14.390Z | Downloaded cc v1.1.30 |
618 | 2025-01-25T04:36:14.393Z | Downloaded rustc_version v0.4.1 |
619 | 2025-01-25T04:36:14.395Z | Downloaded semver v0.1.20 |
620 | 2025-01-25T04:36:14.395Z | Downloaded precomputed-hash v0.1.1 |
621 | 2025-01-25T04:36:14.398Z | Downloaded rustls-pemfile v1.0.4 |
622 | 2025-01-25T04:36:14.398Z | Downloaded memmap2 v0.9.5 |
623 | 2025-01-25T04:36:14.401Z | Downloaded base64 v0.21.7 |
624 | 2025-01-25T04:36:14.405Z | Downloaded display-error-chain v0.2.2 |
625 | 2025-01-25T04:36:14.408Z | Downloaded which v4.4.2 |
626 | 2025-01-25T04:36:14.411Z | Downloaded num-derive v0.4.2 |
627 | 2025-01-25T04:36:14.413Z | Downloaded dunce v1.0.5 |
628 | 2025-01-25T04:36:14.413Z | Downloaded dsl_auto_type v0.1.2 |
629 | 2025-01-25T04:36:14.416Z | Downloaded rand_xorshift v0.3.0 |
630 | 2025-01-25T04:36:14.418Z | Downloaded ena v0.14.3 |
631 | 2025-01-25T04:36:14.418Z | Downloaded litrs v0.4.1 |
632 | 2025-01-25T04:36:14.421Z | Downloaded funty v2.0.0 |
633 | 2025-01-25T04:36:14.424Z | Downloaded bumpalo v3.16.0 |
634 | 2025-01-25T04:36:14.428Z | Downloaded socket2 v0.5.7 |
635 | 2025-01-25T04:36:14.431Z | Downloaded newtype-uuid v1.2.1 |
636 | 2025-01-25T04:36:14.435Z | Downloaded jobserver v0.1.32 |
637 | 2025-01-25T04:36:14.435Z | Downloaded spin v0.9.8 |
638 | 2025-01-25T04:36:14.438Z | Downloaded hmac v0.12.1 |
639 | 2025-01-25T04:36:14.440Z | Downloaded hash32 v0.2.1 |
640 | 2025-01-25T04:36:14.440Z | Downloaded ppv-lite86 v0.2.20 |
641 | 2025-01-25T04:36:14.443Z | Downloaded powerfmt v0.2.0 |
642 | 2025-01-25T04:36:14.446Z | Downloaded ron v0.8.1 |
643 | 2025-01-25T04:36:14.450Z | Downloaded rustfmt-wrapper v0.2.1 |
644 | 2025-01-25T04:36:14.453Z | Downloaded term v0.7.0 |
645 | 2025-01-25T04:36:14.456Z | Downloaded hashlink v0.9.1 |
646 | 2025-01-25T04:36:14.458Z | Downloaded polyval v0.6.2 |
647 | 2025-01-25T04:36:14.461Z | Downloaded slog-bunyan v2.5.0 |
648 | 2025-01-25T04:36:14.463Z | Downloaded const_format v0.2.33 |
649 | 2025-01-25T04:36:14.468Z | Downloaded static_assertions v1.1.0 |
650 | 2025-01-25T04:36:14.470Z | Downloaded headers-core v0.3.0 |
651 | 2025-01-25T04:36:14.473Z | Downloaded miniz_oxide v0.8.0 |
652 | 2025-01-25T04:36:14.476Z | Downloaded downcast v0.11.0 |
653 | 2025-01-25T04:36:14.478Z | Downloaded fs_extra v1.3.0 |
654 | 2025-01-25T04:36:14.480Z | Downloaded openssl-probe v0.1.5 |
655 | 2025-01-25T04:36:14.480Z | Downloaded openssl-macros v0.1.1 |
656 | 2025-01-25T04:36:14.483Z | Downloaded fxhash v0.2.1 |
657 | 2025-01-25T04:36:14.483Z | Downloaded snafu v0.8.5 |
658 | 2025-01-25T04:36:14.489Z | Downloaded thiserror-no-std v2.0.2 |
659 | 2025-01-25T04:36:14.496Z | Downloaded vte_generate_state_changes v0.1.2 |
660 | 2025-01-25T04:36:14.498Z | Downloaded unicase v2.7.0 |
661 | 2025-01-25T04:36:14.499Z | Downloaded omicron-zone-package v0.12.0 |
662 | 2025-01-25T04:36:14.501Z | Downloaded proc-macro-crate v1.3.1 |
663 | 2025-01-25T04:36:14.504Z | Downloaded pin-project-lite v0.2.14 |
664 | 2025-01-25T04:36:14.521Z | Downloaded progenitor-client v0.8.0 |
665 | 2025-01-25T04:36:14.523Z | Downloaded difflib v0.4.0 |
666 | 2025-01-25T04:36:14.523Z | Downloaded defmt-parser v0.3.4 |
667 | 2025-01-25T04:36:14.526Z | Downloaded zeroize_derive v1.4.2 |
668 | 2025-01-25T04:36:14.526Z | Downloaded zeroize v1.8.1 |
669 | 2025-01-25T04:36:14.528Z | Downloaded dirs-next v2.0.0 |
670 | 2025-01-25T04:36:14.531Z | Downloaded tracing-core v0.1.32 |
671 | 2025-01-25T04:36:14.535Z | Downloaded typify-macro v0.3.0 |
672 | 2025-01-25T04:36:14.536Z | Downloaded postgres-protocol v0.6.7 |
673 | 2025-01-25T04:36:14.539Z | Downloaded gethostname v0.5.0 |
674 | 2025-01-25T04:36:14.539Z | Downloaded dyn-clone v1.0.17 |
675 | 2025-01-25T04:36:14.542Z | Downloaded postcard v1.0.10 |
676 | 2025-01-25T04:36:14.544Z | Downloaded utf8_iter v1.0.4 |
677 | 2025-01-25T04:36:14.544Z | Downloaded num v0.4.3 |
678 | 2025-01-25T04:36:14.547Z | Downloaded thread_local v1.1.8 |
679 | 2025-01-25T04:36:14.547Z | Downloaded pin-project-internal v1.1.6 |
680 | 2025-01-25T04:36:14.549Z | Downloaded zerofrom v0.1.4 |
681 | 2025-01-25T04:36:14.551Z | Downloaded vsss-rs v3.3.4 |
682 | 2025-01-25T04:36:14.554Z | Downloaded tokio-stream v0.1.16 |
683 | 2025-01-25T04:36:14.560Z | Downloaded foreign-types v0.3.2 |
684 | 2025-01-25T04:36:14.565Z | Downloaded signal-hook-mio v0.2.4 |
685 | 2025-01-25T04:36:14.565Z | Downloaded opaque-debug v0.3.1 |
686 | 2025-01-25T04:36:14.568Z | Downloaded phf_shared v0.10.0 |
687 | 2025-01-25T04:36:14.568Z | Downloaded slog v2.7.0 |
688 | 2025-01-25T04:36:14.568Z | Downloaded derive_builder_core v0.20.2 |
689 | 2025-01-25T04:36:14.571Z | Downloaded supports-color v3.0.1 |
690 | 2025-01-25T04:36:14.574Z | Downloaded progenitor v0.9.1 |
691 | 2025-01-25T04:36:14.576Z | Downloaded subtle v2.6.1 |
692 | 2025-01-25T04:36:14.576Z | Downloaded tokio-macros v2.5.0 |
693 | 2025-01-25T04:36:14.579Z | Downloaded tokio-native-tls v0.3.1 |
694 | 2025-01-25T04:36:14.582Z | Downloaded hickory-server v0.24.2 |
695 | 2025-01-25T04:36:14.588Z | Downloaded smf v0.2.3 |
696 | 2025-01-25T04:36:14.590Z | Downloaded getrandom v0.2.15 |
697 | 2025-01-25T04:36:14.593Z | Downloaded path-slash v0.1.5 |
698 | 2025-01-25T04:36:14.596Z | Downloaded icu_properties_data v1.5.0 |
699 | 2025-01-25T04:36:14.608Z | Downloaded sync-ptr v0.1.1 |
700 | 2025-01-25T04:36:14.611Z | Downloaded aes v0.8.4 |
701 | 2025-01-25T04:36:14.614Z | Downloaded foreign-types-shared v0.1.1 |
702 | 2025-01-25T04:36:14.616Z | Downloaded waitgroup v0.1.2 |
703 | 2025-01-25T04:36:14.616Z | Downloaded pbkdf2 v0.11.0 |
704 | 2025-01-25T04:36:14.619Z | Downloaded hash32 v0.3.1 |
705 | 2025-01-25T04:36:14.621Z | Downloaded float-cmp v0.9.0 |
706 | 2025-01-25T04:36:14.624Z | Downloaded progenitor-macro v0.8.0 |
707 | 2025-01-25T04:36:14.630Z | Downloaded phf_shared v0.11.2 |
708 | 2025-01-25T04:36:14.630Z | Downloaded phf_generator v0.11.2 |
709 | 2025-01-25T04:36:14.633Z | Downloaded mio v1.0.2 |
710 | 2025-01-25T04:36:14.636Z | Downloaded newline-converter v0.3.0 |
711 | 2025-01-25T04:36:14.636Z | Downloaded foreign-types-macros v0.2.3 |
712 | 2025-01-25T04:36:14.638Z | Downloaded ref-cast-impl v1.0.23 |
713 | 2025-01-25T04:36:14.641Z | Downloaded ref-cast v1.0.23 |
714 | 2025-01-25T04:36:14.643Z | Downloaded rand_core v0.6.4 |
715 | 2025-01-25T04:36:14.743Z | Downloaded tokio-tungstenite v0.23.1 |
716 | 2025-01-25T04:36:14.755Z | Downloaded signal-hook-tokio v0.3.1 |
717 | 2025-01-25T04:36:14.755Z | Downloaded zerovec-derive v0.10.3 |
718 | 2025-01-25T04:36:14.755Z | Downloaded vergen v8.3.2 |
719 | 2025-01-25T04:36:14.755Z | Downloaded shell-words v1.1.0 |
720 | 2025-01-25T04:36:14.755Z | Downloaded termtree v0.4.1 |
721 | 2025-01-25T04:36:14.756Z | Downloaded sha1 v0.10.6 |
722 | 2025-01-25T04:36:14.756Z | Downloaded write16 v1.0.0 |
723 | 2025-01-25T04:36:14.756Z | Downloaded tower-service v0.3.3 |
724 | 2025-01-25T04:36:14.756Z | Downloaded serde_yaml v0.9.34+deprecated |
725 | 2025-01-25T04:36:14.756Z | Downloaded tls_codec_derive v0.4.1 |
726 | 2025-01-25T04:36:14.756Z | Downloaded ron v0.7.1 |
727 | 2025-01-25T04:36:14.756Z | Downloaded wait-timeout v0.2.0 |
728 | 2025-01-25T04:36:14.756Z | Downloaded foreign-types-shared v0.3.1 |
729 | 2025-01-25T04:36:14.756Z | Downloaded foreign-types v0.5.0 |
730 | 2025-01-25T04:36:14.756Z | Downloaded uzers v0.12.1 |
731 | 2025-01-25T04:36:14.756Z | Downloaded num_enum_derive v0.5.11 |
732 | 2025-01-25T04:36:14.756Z | Downloaded universal-hash v0.5.1 |
733 | 2025-01-25T04:36:14.756Z | Downloaded unicode-truncate v1.1.0 |
734 | 2025-01-25T04:36:14.756Z | Downloaded signal-hook v0.3.17 |
735 | 2025-01-25T04:36:14.756Z | Downloaded nodrop v0.1.14 |
736 | 2025-01-25T04:36:14.756Z | Downloaded serde_derive_internals v0.29.1 |
737 | 2025-01-25T04:36:14.756Z | Downloaded normalize-line-endings v0.3.0 |
738 | 2025-01-25T04:36:14.756Z | Downloaded phf_codegen v0.11.2 |
739 | 2025-01-25T04:36:14.756Z | Downloaded phf v0.11.2 |
740 | 2025-01-25T04:36:14.756Z | Downloaded packed_struct_codegen v0.10.1 |
741 | 2025-01-25T04:36:14.756Z | Downloaded packed_struct v0.10.1 |
742 | 2025-01-25T04:36:14.756Z | Downloaded russh-cryptovec v0.7.3 |
743 | 2025-01-25T04:36:14.756Z | Downloaded strum_macros v0.26.4 |
744 | 2025-01-25T04:36:14.756Z | Downloaded unicode-properties v0.1.3 |
745 | 2025-01-25T04:36:14.756Z | Downloaded rand_chacha v0.3.1 |
746 | 2025-01-25T04:36:14.756Z | Downloaded progenitor-impl v0.9.1 |
747 | 2025-01-25T04:36:14.757Z | Downloaded tls_codec v0.4.1 |
748 | 2025-01-25T04:36:14.757Z | Downloaded new_debug_unreachable v1.0.6 |
749 | 2025-01-25T04:36:14.757Z | Downloaded env_filter v0.1.2 |
750 | 2025-01-25T04:36:14.757Z | Downloaded libxml v0.3.3 |
751 | 2025-01-25T04:36:14.757Z | Downloaded termtree v0.5.1 |
752 | 2025-01-25T04:36:14.757Z | Downloaded termios v0.3.3 |
753 | 2025-01-25T04:36:14.757Z | Downloaded writeable v0.5.5 |
754 | 2025-01-25T04:36:14.757Z | Downloaded oso-derive v0.27.3 |
755 | 2025-01-25T04:36:14.757Z | Downloaded tungstenite v0.21.0 |
756 | 2025-01-25T04:36:14.757Z | Downloaded enum-as-inner v0.6.1 |
757 | 2025-01-25T04:36:14.757Z | Downloaded num-iter v0.1.45 |
758 | 2025-01-25T04:36:14.757Z | Downloaded num-integer v0.1.46 |
759 | 2025-01-25T04:36:14.757Z | Downloaded tungstenite v0.23.0 |
760 | 2025-01-25T04:36:14.757Z | Downloaded strum v0.26.3 |
761 | 2025-01-25T04:36:14.766Z | Downloaded embedded-io v0.4.0 |
762 | 2025-01-25T04:36:14.766Z | Downloaded value-bag v1.9.0 |
763 | 2025-01-25T04:36:14.766Z | Downloaded pkcs1 v0.7.5 |
764 | 2025-01-25T04:36:14.766Z | Downloaded idna v1.0.3 |
765 | 2025-01-25T04:36:14.778Z | Downloaded salsa20 v0.10.2 |
766 | 2025-01-25T04:36:14.778Z | Downloaded aes-gcm v0.10.3 |
767 | 2025-01-25T04:36:14.778Z | Downloaded pretty-hex v0.2.1 |
768 | 2025-01-25T04:36:14.778Z | Downloaded siphasher v0.3.11 |
769 | 2025-01-25T04:36:14.781Z | Downloaded secrecy v0.10.3 |
770 | 2025-01-25T04:36:14.781Z | Downloaded sec1 v0.7.3 |
771 | 2025-01-25T04:36:14.781Z | Downloaded aws-lc-rs v1.10.0 |
772 | 2025-01-25T04:36:14.784Z | Downloaded flagset v0.4.6 |
773 | 2025-01-25T04:36:14.787Z | Downloaded elliptic-curve v0.13.8 |
774 | 2025-01-25T04:36:14.791Z | Downloaded tokio-postgres v0.7.12 |
775 | 2025-01-25T04:36:14.795Z | Downloaded pkg-config v0.3.31 |
776 | 2025-01-25T04:36:14.798Z | Downloaded num-rational v0.4.2 |
777 | 2025-01-25T04:36:14.801Z | Downloaded number_prefix v0.4.0 |
778 | 2025-01-25T04:36:14.803Z | Downloaded num_threads v0.1.7 |
779 | 2025-01-25T04:36:14.803Z | Downloaded defmt v0.3.8 |
780 | 2025-01-25T04:36:14.806Z | Downloaded fd-lock v4.0.2 |
781 | 2025-01-25T04:36:14.810Z | Downloaded structmeta-derive v0.2.0 |
782 | 2025-01-25T04:36:14.812Z | Downloaded structmeta v0.3.0 |
783 | 2025-01-25T04:36:14.812Z | Downloaded stringprep v0.1.5 |
784 | 2025-01-25T04:36:14.815Z | Downloaded simd-adler32 v0.3.7 |
785 | 2025-01-25T04:36:14.818Z | Downloaded scheduled-thread-pool v0.2.7 |
786 | 2025-01-25T04:36:14.818Z | Downloaded derive_builder_macro v0.20.2 |
787 | 2025-01-25T04:36:14.821Z | Downloaded russh-keys v0.45.0 |
788 | 2025-01-25T04:36:14.826Z | Downloaded progenitor-macro v0.9.1 |
789 | 2025-01-25T04:36:14.826Z | Downloaded xz2 v0.1.7 |
790 | 2025-01-25T04:36:14.826Z | Downloaded string_cache v0.8.7 |
791 | 2025-01-25T04:36:14.829Z | Downloaded spki v0.7.3 |
792 | 2025-01-25T04:36:14.831Z | Downloaded time-core v0.1.2 |
793 | 2025-01-25T04:36:14.832Z | Downloaded serde_with v3.11.0 |
794 | 2025-01-25T04:36:14.839Z | Downloaded tinyvec_macros v0.1.1 |
795 | 2025-01-25T04:36:14.842Z | Downloaded parse-size v1.1.0 |
796 | 2025-01-25T04:36:14.842Z | Downloaded peg-runtime v0.8.3 |
797 | 2025-01-25T04:36:14.844Z | Downloaded structmeta-derive v0.3.0 |
798 | 2025-01-25T04:36:14.844Z | Downloaded paste v1.0.15 |
799 | 2025-01-25T04:36:14.847Z | Downloaded aho-corasick v1.1.3 |
800 | 2025-01-25T04:36:14.854Z | Downloaded sqlparser_derive v0.2.2 |
801 | 2025-01-25T04:36:14.857Z | Downloaded pin-project v1.1.6 |
802 | 2025-01-25T04:36:14.868Z | Downloaded twox-hash v1.6.3 |
803 | 2025-01-25T04:36:14.871Z | Downloaded ssh-cipher v0.2.0 |
804 | 2025-01-25T04:36:14.875Z | Downloaded hashbrown v0.12.3 |
805 | 2025-01-25T04:36:14.878Z | Downloaded tungstenite v0.24.0 |
806 | 2025-01-25T04:36:14.881Z | Downloaded parse-display-derive v0.10.0 |
807 | 2025-01-25T04:36:14.881Z | Downloaded num_enum v0.5.11 |
808 | 2025-01-25T04:36:14.886Z | Downloaded slog-dtrace v0.3.0 |
809 | 2025-01-25T04:36:14.889Z | Downloaded ghash v0.5.1 |
810 | 2025-01-25T04:36:14.891Z | Downloaded diesel-dtrace v0.4.2 |
811 | 2025-01-25T04:36:14.891Z | Downloaded tap v1.0.1 |
812 | 2025-01-25T04:36:14.894Z | Downloaded group v0.13.0 |
813 | 2025-01-25T04:36:14.897Z | Downloaded unsafe-libyaml v0.2.11 |
814 | 2025-01-25T04:36:14.901Z | Downloaded darling_macro v0.20.10 |
815 | 2025-01-25T04:36:14.901Z | Downloaded multimap v0.10.0 |
816 | 2025-01-25T04:36:14.904Z | Downloaded take_mut v0.2.2 |
817 | 2025-01-25T04:36:14.905Z | Downloaded tui-tree-widget v0.22.0 |
818 | 2025-01-25T04:36:14.905Z | Downloaded smallvec v0.6.14 |
819 | 2025-01-25T04:36:14.905Z | Downloaded slog-stdlog v4.1.1 |
820 | 2025-01-25T04:36:14.907Z | Downloaded ssh-encoding v0.2.0 |
821 | 2025-01-25T04:36:14.910Z | Downloaded pkcs5 v0.7.1 |
822 | 2025-01-25T04:36:14.913Z | Downloaded want v0.3.1 |
823 | 2025-01-25T04:36:14.915Z | Downloaded form_urlencoded v1.2.1 |
824 | 2025-01-25T04:36:14.915Z | Downloaded fallible-iterator v0.2.0 |
825 | 2025-01-25T04:36:14.918Z | Downloaded num-bigint-dig v0.8.4 |
826 | 2025-01-25T04:36:14.921Z | Downloaded zone v0.3.0 |
827 | 2025-01-25T04:36:14.924Z | Downloaded zone v0.1.8 |
828 | 2025-01-25T04:36:14.924Z | Downloaded topological-sort v0.2.2 |
829 | 2025-01-25T04:36:14.926Z | Downloaded slog-json v2.6.1 |
830 | 2025-01-25T04:36:14.926Z | Downloaded der_derive v0.7.3 |
831 | 2025-01-25T04:36:14.929Z | Downloaded schemars v0.8.21 |
832 | 2025-01-25T04:36:14.941Z | Downloaded predicates-core v1.0.8 |
833 | 2025-01-25T04:36:14.944Z | Downloaded unicode_categories v0.1.1 |
834 | 2025-01-25T04:36:14.950Z | Downloaded time-macros v0.2.18 |
835 | 2025-01-25T04:36:14.950Z | Downloaded rand v0.8.5 |
836 | 2025-01-25T04:36:14.952Z | Downloaded tokio-tungstenite v0.24.0 |
837 | 2025-01-25T04:36:14.955Z | Downloaded slog-envlogger v2.2.0 |
838 | 2025-01-25T04:36:14.955Z | Downloaded reedline v0.35.0 |
839 | 2025-01-25T04:36:14.963Z | Downloaded fragile v2.0.0 |
840 | 2025-01-25T04:36:14.966Z | Downloaded futures-io v0.3.31 |
841 | 2025-01-25T04:36:14.968Z | Downloaded poly1305 v0.8.0 |
842 | 2025-01-25T04:36:14.971Z | Downloaded peg-macros v0.8.4 |
843 | 2025-01-25T04:36:14.973Z | Downloaded futures-executor v0.3.31 |
844 | 2025-01-25T04:36:14.976Z | Downloaded predicates-tree v1.0.11 |
845 | 2025-01-25T04:36:14.976Z | Downloaded toml v0.7.8 |
846 | 2025-01-25T04:36:14.979Z | Downloaded derive_builder v0.20.2 |
847 | 2025-01-25T04:36:14.984Z | Downloaded derive-where v1.2.7 |
848 | 2025-01-25T04:36:14.988Z | Downloaded hkdf v0.12.4 |
849 | 2025-01-25T04:36:14.992Z | Downloaded oso v0.27.3 |
850 | 2025-01-25T04:36:14.994Z | Downloaded typify v0.2.0 |
851 | 2025-01-25T04:36:14.997Z | Downloaded proptest v1.5.0 |
852 | 2025-01-25T04:36:15.008Z | Downloaded quick-error v1.2.3 |
853 | 2025-01-25T04:36:15.011Z | Downloaded futures-task v0.3.31 |
854 | 2025-01-25T04:36:15.014Z | Downloaded slab v0.4.9 |
855 | 2025-01-25T04:36:15.014Z | Downloaded qorb v0.2.1 |
856 | 2025-01-25T04:36:15.017Z | Downloaded openssl-sys v0.9.103 |
857 | 2025-01-25T04:36:15.024Z | Downloaded typify v0.3.0 |
858 | 2025-01-25T04:36:15.027Z | Downloaded publicsuffix v2.3.0 |
859 | 2025-01-25T04:36:15.029Z | Downloaded bindgen v0.69.5 |
860 | 2025-01-25T04:36:15.039Z | Downloaded unicode-segmentation v1.12.0 |
861 | 2025-01-25T04:36:15.042Z | Downloaded env_logger v0.10.2 |
862 | 2025-01-25T04:36:15.045Z | Downloaded der v0.7.9 |
863 | 2025-01-25T04:36:15.051Z | Downloaded parking_lot v0.12.3 |
864 | 2025-01-25T04:36:15.054Z | Downloaded bitvec v1.0.1 |
865 | 2025-01-25T04:36:15.071Z | Downloaded russh v0.45.0 |
866 | 2025-01-25T04:36:15.076Z | Downloaded unicode-normalization v0.1.24 |
867 | 2025-01-25T04:36:15.081Z | Downloaded parking_lot v0.11.2 |
868 | 2025-01-25T04:36:15.083Z | Downloaded rayon v1.10.0 |
869 | 2025-01-25T04:36:15.093Z | Downloaded heapless v0.7.17 |
870 | 2025-01-25T04:36:15.097Z | Downloaded tracing v0.1.40 |
871 | 2025-01-25T04:36:15.101Z | Downloaded rustls-webpki v0.101.7 |
872 | 2025-01-25T04:36:15.118Z | Downloaded quinn v0.11.5 |
873 | 2025-01-25T04:36:15.120Z | Downloaded regex v1.11.1 |
874 | 2025-01-25T04:36:15.134Z | Downloaded rustyline v14.0.0 |
875 | 2025-01-25T04:36:15.141Z | Downloaded flate2 v1.0.35 |
876 | 2025-01-25T04:36:15.147Z | Downloaded expectorate v1.1.0 |
877 | 2025-01-25T04:36:15.151Z | Downloaded hashbrown v0.13.2 |
878 | 2025-01-25T04:36:15.153Z | Downloaded curve25519-dalek v4.1.3 |
879 | 2025-01-25T04:36:15.161Z | Downloaded rustls-webpki v0.102.8 |
880 | 2025-01-25T04:36:15.181Z | Downloaded typed-path v0.9.3 |
881 | 2025-01-25T04:36:15.187Z | Downloaded vcpkg v0.2.15 |
882 | 2025-01-25T04:36:15.224Z | Downloaded salty v0.3.0 |
883 | 2025-01-25T04:36:15.231Z | Downloaded winnow v0.5.40 |
884 | 2025-01-25T04:36:15.241Z | Downloaded reqwest v0.12.9 |
885 | 2025-01-25T04:36:15.250Z | Downloaded tokio-util v0.7.12 |
886 | 2025-01-25T04:36:15.258Z | Downloaded time v0.3.36 |
887 | 2025-01-25T04:36:15.266Z | Downloaded petname v2.0.2 |
888 | 2025-01-25T04:36:15.272Z | Downloaded smoltcp v0.9.1 |
889 | 2025-01-25T04:36:15.283Z | Downloaded nom v7.1.3 |
890 | 2025-01-25T04:36:15.290Z | Downloaded futures-util v0.3.31 |
891 | 2025-01-25T04:36:15.303Z | Downloaded sqlparser v0.45.0 |
892 | 2025-01-25T04:36:15.309Z | Downloaded gimli v0.31.1 |
893 | 2025-01-25T04:36:15.317Z | Downloaded git2 v0.19.0 |
894 | 2025-01-25T04:36:15.327Z | Downloaded rustls v0.21.12 |
895 | 2025-01-25T04:36:15.338Z | Downloaded object v0.30.4 |
896 | 2025-01-25T04:36:15.348Z | Downloaded zerocopy v0.8.10 |
897 | 2025-01-25T04:36:15.374Z | Downloaded regex-syntax v0.6.29 |
898 | 2025-01-25T04:36:15.381Z | Downloaded dropshot v0.15.1 |
899 | 2025-01-25T04:36:15.403Z | Downloaded unicode-width v0.2.0 |
900 | 2025-01-25T04:36:15.409Z | Downloaded chrono-tz v0.10.1 |
901 | 2025-01-25T04:36:15.416Z | Downloaded regex-syntax v0.8.5 |
902 | 2025-01-25T04:36:15.425Z | Downloaded webpki-roots v0.26.6 |
903 | 2025-01-25T04:36:15.429Z | Downloaded nix v0.28.0 |
904 | 2025-01-25T04:36:15.442Z | Downloaded openssl v0.10.66 |
905 | 2025-01-25T04:36:15.454Z | Downloaded diesel v2.2.6 |
906 | 2025-01-25T04:36:15.471Z | Downloaded object v0.36.5 |
907 | 2025-01-25T04:36:15.482Z | Downloaded polar-core v0.27.3 |
908 | 2025-01-25T04:36:15.491Z | Downloaded regress v0.10.1 |
909 | 2025-01-25T04:36:15.501Z | Downloaded rustls v0.23.19 |
910 | 2025-01-25T04:36:15.514Z | Downloaded regress v0.9.1 |
911 | 2025-01-25T04:36:15.524Z | Downloaded nix v0.29.0 |
912 | 2025-01-25T04:36:15.537Z | Downloaded sled v0.34.7 |
913 | 2025-01-25T04:36:15.547Z | Downloaded rustls v0.22.4 |
914 | 2025-01-25T04:36:15.561Z | Downloaded typify-impl v0.2.0 |
915 | 2025-01-25T04:36:15.576Z | Downloaded typify-impl v0.3.0 |
916 | 2025-01-25T04:36:15.592Z | Downloaded ratatui v0.28.1 |
917 | 2025-01-25T04:36:15.612Z | Downloaded zerocopy-derive v0.6.6 |
918 | 2025-01-25T04:36:15.622Z | Downloaded regex-automata v0.4.8 |
919 | 2025-01-25T04:36:15.639Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
920 | 2025-01-25T04:36:15.651Z | Downloaded openapiv3 v2.0.0 |
921 | 2025-01-25T04:36:15.664Z | Downloaded radix_trie v0.2.1 |
922 | 2025-01-25T04:36:15.669Z | Downloaded nix v0.27.1 |
923 | 2025-01-25T04:36:15.680Z | Downloaded bstr v1.10.0 |
924 | 2025-01-25T04:36:15.691Z | Downloaded lzma-sys v0.1.20 |
925 | 2025-01-25T04:36:15.721Z | Downloaded smoltcp v0.11.0 |
926 | 2025-01-25T04:36:15.732Z | Downloaded dropshot v0.12.0 |
927 | 2025-01-25T04:36:15.751Z | Downloaded petgraph v0.6.5 |
928 | 2025-01-25T04:36:15.769Z | Downloaded libz-sys v1.1.20 |
929 | 2025-01-25T04:36:15.868Z | Downloaded quinn-proto v0.11.8 |
930 | 2025-01-25T04:36:15.885Z | Downloaded h2 v0.4.6 |
931 | 2025-01-25T04:36:15.885Z | Downloaded p384 v0.13.0 |
932 | 2025-01-25T04:36:15.885Z | Downloaded rusqlite v0.32.1 |
933 | 2025-01-25T04:36:15.885Z | Downloaded csv v1.3.0 |
934 | 2025-01-25T04:36:15.885Z | Downloaded sha3 v0.10.8 |
935 | 2025-01-25T04:36:15.885Z | Downloaded portable-atomic v1.9.0 |
936 | 2025-01-25T04:36:15.885Z | Downloaded tokio v1.43.0 |
937 | 2025-01-25T04:36:15.888Z | Downloaded p521 v0.13.3 |
938 | 2025-01-25T04:36:15.891Z | Downloaded lalrpop v0.19.12 |
939 | 2025-01-25T04:36:15.900Z | Downloaded hickory-proto v0.24.2 |
940 | 2025-01-25T04:36:15.915Z | Downloaded ed25519-dalek v2.1.1 |
941 | 2025-01-25T04:36:15.917Z | Downloaded toml_edit v0.19.15 |
942 | 2025-01-25T04:36:15.933Z | Downloaded tough v0.19.0 |
943 | 2025-01-25T04:36:15.941Z | Downloaded chrono v0.4.39 |
944 | 2025-01-25T04:36:15.949Z | Downloaded test-strategy v0.3.1 |
945 | 2025-01-25T04:36:15.952Z | Downloaded x509-cert v0.2.5 |
946 | 2025-01-25T04:36:15.958Z | Downloaded hashbrown v0.14.5 |
947 | 2025-01-25T04:36:15.963Z | Downloaded peg v0.8.4 |
948 | 2025-01-25T04:36:15.967Z | Downloaded futures-macro v0.3.31 |
949 | 2025-01-25T04:36:15.969Z | Downloaded slog-term v2.9.1 |
950 | 2025-01-25T04:36:15.972Z | Downloaded futures-core v0.3.31 |
951 | 2025-01-25T04:36:15.972Z | Downloaded fatfs v0.3.6 |
952 | 2025-01-25T04:36:15.975Z | Downloaded diesel_derives v2.2.3 |
953 | 2025-01-25T04:36:15.979Z | Downloaded debug-ignore v1.0.5 |
954 | 2025-01-25T04:36:15.981Z | Downloaded data-encoding v2.6.0 |
955 | 2025-01-25T04:36:15.984Z | Downloaded strum_macros v0.25.3 |
956 | 2025-01-25T04:36:15.986Z | Downloaded password-hash v0.5.0 |
957 | 2025-01-25T04:36:15.986Z | Downloaded tracing-attributes v0.1.27 |
958 | 2025-01-25T04:36:15.989Z | Downloaded ecdsa v0.16.9 |
959 | 2025-01-25T04:36:15.992Z | Downloaded ssh-key v0.6.6 |
960 | 2025-01-25T04:36:15.998Z | Downloaded samael v0.0.17 |
961 | 2025-01-25T04:36:16.003Z | Downloaded zerovec v0.10.4 |
962 | 2025-01-25T04:36:16.009Z | Downloaded deranged v0.3.11 |
963 | 2025-01-25T04:36:16.012Z | Downloaded smallvec v1.13.2 |
964 | 2025-01-25T04:36:16.015Z | Downloaded rustls-pki-types v1.10.0 |
965 | 2025-01-25T04:36:16.018Z | Downloaded quick-xml v0.33.0 |
966 | 2025-01-25T04:36:16.021Z | Downloaded encoding_rs v0.8.34 |
967 | 2025-01-25T04:36:16.044Z | Downloaded blake3 v1.5.4 |
968 | 2025-01-25T04:36:16.051Z | Downloaded native-tls v0.2.12 |
969 | 2025-01-25T04:36:16.054Z | Downloaded env_logger v0.11.5 |
970 | 2025-01-25T04:36:16.059Z | Downloaded similar v2.6.0 |
971 | 2025-01-25T04:36:16.065Z | Downloaded zip v2.1.3 |
972 | 2025-01-25T04:36:16.067Z | Downloaded ed25519 v2.2.3 |
973 | 2025-01-25T04:36:16.067Z | Downloaded pbkdf2 v0.12.2 |
974 | 2025-01-25T04:36:16.067Z | Downloaded defmt-macros v0.3.9 |
975 | 2025-01-25T04:36:16.070Z | Downloaded rustls-pemfile v2.2.0 |
976 | 2025-01-25T04:36:16.072Z | Downloaded zerocopy-derive v0.8.10 |
977 | 2025-01-25T04:36:16.078Z | Downloaded nanorand v0.7.0 |
978 | 2025-01-25T04:36:16.080Z | Downloaded half v2.4.1 |
979 | 2025-01-25T04:36:16.083Z | Downloaded pkcs8 v0.10.2 |
980 | 2025-01-25T04:36:16.086Z | Downloaded sct v0.7.1 |
981 | 2025-01-25T04:36:16.088Z | Downloaded wyz v0.5.1 |
982 | 2025-01-25T04:36:16.091Z | Downloaded prettyplease v0.2.25 |
983 | 2025-01-25T04:36:16.094Z | Downloaded psl-types v2.0.11 |
984 | 2025-01-25T04:36:16.096Z | Downloaded ff v0.13.0 |
985 | 2025-01-25T04:36:16.096Z | Downloaded num-bigint v0.4.6 |
986 | 2025-01-25T04:36:16.100Z | Downloaded nu-ansi-term v0.50.1 |
987 | 2025-01-25T04:36:16.102Z | Downloaded rfc6979 v0.4.0 |
988 | 2025-01-25T04:36:16.105Z | Downloaded parse-zoneinfo v0.3.1 |
989 | 2025-01-25T04:36:16.107Z | Downloaded fixedbitset v0.4.2 |
990 | 2025-01-25T04:36:16.110Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
991 | 2025-01-25T04:36:16.166Z | Downloaded filetime v0.2.25 |
992 | 2025-01-25T04:36:16.169Z | Downloaded secrecy v0.8.0 |
993 | 2025-01-25T04:36:16.169Z | Downloaded r2d2 v0.8.10 |
994 | 2025-01-25T04:36:16.172Z | Downloaded quinn-udp v0.5.5 |
995 | 2025-01-25T04:36:16.172Z | Downloaded rustc-demangle v0.1.24 |
996 | 2025-01-25T04:36:16.176Z | Downloaded zip v0.6.6 |
997 | 2025-01-25T04:36:16.179Z | Downloaded subprocess v0.2.9 |
998 | 2025-01-25T04:36:16.179Z | Downloaded steno v0.4.1 |
999 | 2025-01-25T04:36:16.182Z | Downloaded libm v0.2.8 |
1000 | 2025-01-25T04:36:16.190Z | Downloaded itertools v0.13.0 |
1001 | 2025-01-25T04:36:16.197Z | Downloaded itertools v0.12.1 |
1002 | 2025-01-25T04:36:16.204Z | Downloaded xattr v1.3.1 |
1003 | 2025-01-25T04:36:16.207Z | Downloaded globset v0.4.15 |
1004 | 2025-01-25T04:36:16.210Z | Downloaded walkdir v2.5.0 |
1005 | 2025-01-25T04:36:16.210Z | Downloaded progenitor-impl v0.8.0 |
1006 | 2025-01-25T04:36:16.212Z | Downloaded resolv-conf v0.7.0 |
1007 | 2025-01-25T04:36:16.215Z | Downloaded num-traits v0.2.19 |
1008 | 2025-01-25T04:36:16.218Z | Downloaded uuid v1.12.0 |
1009 | 2025-01-25T04:36:16.218Z | Downloaded dropshot_endpoint v0.12.0 |
1010 | 2025-01-25T04:36:16.222Z | Downloaded itertools v0.10.5 |
1011 | 2025-01-25T04:36:16.227Z | Downloaded thiserror v2.0.11 |
1012 | 2025-01-25T04:36:16.234Z | Downloaded dropshot_endpoint v0.15.1 |
1013 | 2025-01-25T04:36:16.237Z | Downloaded diff v0.1.13 |
1014 | 2025-01-25T04:36:16.241Z | Downloaded sigpipe v0.1.3 |
1015 | 2025-01-25T04:36:16.241Z | Downloaded serde-big-array v0.5.1 |
1016 | 2025-01-25T04:36:16.244Z | Downloaded futures-sink v0.3.31 |
1017 | 2025-01-25T04:36:16.244Z | Downloaded foldhash v0.1.3 |
1018 | 2025-01-25T04:36:16.244Z | Downloaded fallible-streaming-iterator v0.1.9 |
1019 | 2025-01-25T04:36:16.246Z | Downloaded fallible-iterator v0.3.0 |
1020 | 2025-01-25T04:36:16.246Z | Downloaded either v1.13.0 |
1021 | 2025-01-25T04:36:16.249Z | Downloaded zerofrom-derive v0.1.4 |
1022 | 2025-01-25T04:36:16.249Z | Downloaded utf16_iter v1.0.5 |
1023 | 2025-01-25T04:36:16.249Z | Downloaded predicates v3.1.2 |
1024 | 2025-01-25T04:36:16.253Z | Downloaded pem-rfc7468 v0.7.0 |
1025 | 2025-01-25T04:36:16.253Z | Downloaded parking_lot_core v0.9.10 |
1026 | 2025-01-25T04:36:16.256Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2025-01-25T04:36:16.258Z | Downloaded vte v0.11.1 |
1028 | 2025-01-25T04:36:16.258Z | Downloaded tokio-rustls v0.24.1 |
1029 | 2025-01-25T04:36:16.263Z | Downloaded rcgen v0.12.1 |
1030 | 2025-01-25T04:36:16.267Z | Downloaded url v2.5.3 |
1031 | 2025-01-25T04:36:16.271Z | Downloaded minimal-lexical v0.2.1 |
1032 | 2025-01-25T04:36:16.274Z | Downloaded crossterm v0.28.1 |
1033 | 2025-01-25T04:36:16.278Z | Downloaded document-features v0.2.10 |
1034 | 2025-01-25T04:36:16.281Z | Downloaded displaydoc v0.2.5 |
1035 | 2025-01-25T04:36:16.284Z | Downloaded p256 v0.13.2 |
1036 | 2025-01-25T04:36:16.287Z | Downloaded hickory-resolver v0.24.2 |
1037 | 2025-01-25T04:36:16.290Z | Downloaded structmeta v0.2.0 |
1038 | 2025-01-25T04:36:16.294Z | Downloaded flume v0.11.1 |
1039 | 2025-01-25T04:36:16.294Z | Downloaded signal-hook-registry v1.4.2 |
1040 | 2025-01-25T04:36:16.297Z | Downloaded rusty-fork v0.3.0 |
1041 | 2025-01-25T04:36:16.297Z | Downloaded strip-ansi-escapes v0.2.0 |
1042 | 2025-01-25T04:36:16.299Z | Downloaded rtoolbox v0.0.2 |
1043 | 2025-01-25T04:36:16.299Z | Downloaded sqlformat v0.2.6 |
1044 | 2025-01-25T04:36:16.302Z | Downloaded darling_core v0.20.10 |
1045 | 2025-01-25T04:36:16.304Z | Downloaded shlex v1.3.0 |
1046 | 2025-01-25T04:36:16.307Z | Downloaded serde-hex v0.1.0 |
1047 | 2025-01-25T04:36:16.307Z | Downloaded progenitor v0.8.0 |
1048 | 2025-01-25T04:36:16.310Z | Downloaded primeorder v0.13.6 |
1049 | 2025-01-25T04:36:16.313Z | Downloaded pin-utils v0.1.0 |
1050 | 2025-01-25T04:36:16.313Z | Downloaded pem v3.0.4 |
1051 | 2025-01-25T04:36:16.315Z | Downloaded parse-display v0.10.0 |
1052 | 2025-01-25T04:36:16.315Z | Downloaded headers v0.4.0 |
1053 | 2025-01-25T04:36:16.319Z | Downloaded futures v0.3.31 |
1054 | 2025-01-25T04:36:16.325Z | Downloaded mockall_derive v0.13.0 |
1055 | 2025-01-25T04:36:16.328Z | Downloaded tokio-rustls v0.26.0 |
1056 | 2025-01-25T04:36:16.330Z | Downloaded derive_more v0.99.18 |
1057 | 2025-01-25T04:36:16.333Z | Downloaded unicode-bidi v0.3.17 |
1058 | 2025-01-25T04:36:16.336Z | Downloaded tokio-rustls v0.25.0 |
1059 | 2025-01-25T04:36:16.338Z | Downloaded rsa v0.9.6 |
1060 | 2025-01-25T04:36:16.342Z | Downloaded zopfli v0.8.1 |
1061 | 2025-01-25T04:36:16.345Z | Downloaded tinyvec v1.8.0 |
1062 | 2025-01-25T04:36:16.347Z | Downloaded tar v0.4.42 |
1063 | 2025-01-25T04:36:16.350Z | Downloaded crypto-bigint v0.5.5 |
1064 | 2025-01-25T04:36:16.356Z | Downloaded serde_path_to_error v0.1.16 |
1065 | 2025-01-25T04:36:16.359Z | Downloaded password-hash v0.4.2 |
1066 | 2025-01-25T04:36:16.363Z | Downloaded indicatif v0.17.9 |
1067 | 2025-01-25T04:36:16.365Z | Downloaded indexmap v1.9.3 |
1068 | 2025-01-25T04:36:16.367Z | Downloaded unarray v0.1.4 |
1069 | 2025-01-25T04:36:16.370Z | Downloaded rustc_version v0.1.7 |
1070 | 2025-01-25T04:36:16.370Z | Downloaded des v0.8.1 |
1071 | 2025-01-25T04:36:16.372Z | Downloaded zerocopy v0.6.6 |
1072 | 2025-01-25T04:36:16.372Z | Downloaded yoke v0.7.4 |
1073 | 2025-01-25T04:36:16.375Z | Downloaded thiserror-impl-no-std v2.0.2 |
1074 | 2025-01-25T04:36:16.378Z | Downloaded thiserror-impl v2.0.11 |
1075 | 2025-01-25T04:36:16.378Z | Downloaded tabwriter v1.4.0 |
1076 | 2025-01-25T04:36:16.380Z | Downloaded synstructure v0.13.1 |
1077 | 2025-01-25T04:36:16.380Z | Downloaded postgres-types v0.2.8 |
1078 | 2025-01-25T04:36:16.384Z | Downloaded owo-colors v4.1.0 |
1079 | 2025-01-25T04:36:16.387Z | Downloaded num-complex v0.4.6 |
1080 | 2025-01-25T04:36:16.387Z | Downloaded crossbeam-channel v0.5.13 |
1081 | 2025-01-25T04:36:16.391Z | Downloaded hyper v1.5.2 |
1082 | 2025-01-25T04:36:16.397Z | Downloaded signature v2.2.0 |
1083 | 2025-01-25T04:36:16.399Z | Downloaded scopeguard v1.2.0 |
1084 | 2025-01-25T04:36:16.402Z | Downloaded schemars_derive v0.8.21 |
1085 | 2025-01-25T04:36:16.402Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1086 | 2025-01-25T04:36:16.402Z | Downloaded stable_deref_trait v1.2.0 |
1087 | 2025-01-25T04:36:16.405Z | Downloaded olpc-cjson v0.1.4 |
1088 | 2025-01-25T04:36:16.405Z | Downloaded icu_provider v1.5.0 |
1089 | 2025-01-25T04:36:16.407Z | Downloaded futures-channel v0.3.31 |
1090 | 2025-01-25T04:36:16.410Z | Downloaded arc-swap v1.7.1 |
1091 | 2025-01-25T04:36:16.412Z | Downloaded rustc-hash v2.0.0 |
1092 | 2025-01-25T04:36:16.415Z | Downloaded rustc-hash v1.1.0 |
1093 | 2025-01-25T04:36:16.415Z | Downloaded percent-encoding v2.3.1 |
1094 | 2025-01-25T04:36:16.415Z | Downloaded yasna v0.5.2 |
1095 | 2025-01-25T04:36:16.419Z | Downloaded whoami v1.5.2 |
1096 | 2025-01-25T04:36:16.421Z | Downloaded rayon-core v1.12.1 |
1097 | 2025-01-25T04:36:16.424Z | Downloaded dirs-sys-next v0.1.2 |
1098 | 2025-01-25T04:36:16.424Z | Downloaded litemap v0.7.3 |
1099 | 2025-01-25T04:36:16.426Z | Downloaded base64 v0.22.1 |
1100 | 2025-01-25T04:36:16.429Z | Downloaded float-ord v0.3.2 |
1101 | 2025-01-25T04:36:16.432Z | Downloaded libefi-sys v0.1.0 |
1102 | 2025-01-25T04:36:16.432Z | Downloaded embedded-io v0.6.1 |
1103 | 2025-01-25T04:36:16.434Z | Downloaded multer v3.1.0 |
1104 | 2025-01-25T04:36:16.437Z | Downloaded cookie v0.18.1 |
1105 | 2025-01-25T04:36:16.439Z | Downloaded internet-checksum v0.2.1 |
1106 | 2025-01-25T04:36:16.439Z | Downloaded nibble_vec v0.1.0 |
1107 | 2025-01-25T04:36:16.442Z | Downloaded glob v0.3.1 |
1108 | 2025-01-25T04:36:16.442Z | Downloaded utf-8 v0.7.6 |
1109 | 2025-01-25T04:36:16.442Z | Downloaded untrusted v0.9.0 |
1110 | 2025-01-25T04:36:16.445Z | Downloaded tokio-tungstenite v0.21.0 |
1111 | 2025-01-25T04:36:16.447Z | Downloaded termcolor v1.4.1 |
1112 | 2025-01-25T04:36:16.447Z | Downloaded mime_guess v2.0.5 |
1113 | 2025-01-25T04:36:16.450Z | Downloaded highway v1.2.0 |
1114 | 2025-01-25T04:36:16.453Z | Downloaded indoc v1.0.9 |
1115 | 2025-01-25T04:36:16.456Z | Downloaded typify-macro v0.2.0 |
1116 | 2025-01-25T04:36:16.456Z | Downloaded memoffset v0.9.1 |
1117 | 2025-01-25T04:36:16.456Z | Downloaded lazycell v1.3.0 |
1118 | 2025-01-25T04:36:16.456Z | Downloaded lazy_static v1.5.0 |
1119 | 2025-01-25T04:36:16.458Z | Downloaded inout v0.1.3 |
1120 | 2025-01-25T04:36:16.459Z | Downloaded indent_write v2.2.0 |
1121 | 2025-01-25T04:36:16.461Z | Downloaded impl-trait-for-tuples v0.2.2 |
1122 | 2025-01-25T04:36:16.463Z | Downloaded idna_adapter v1.2.0 |
1123 | 2025-01-25T04:36:16.463Z | Downloaded hostname v0.4.0 |
1124 | 2025-01-25T04:36:16.466Z | Downloaded crossbeam-epoch v0.9.18 |
1125 | 2025-01-25T04:36:16.470Z | Downloaded chacha20poly1305 v0.10.1 |
1126 | 2025-01-25T04:36:16.475Z | Downloaded bytes v1.9.0 |
1127 | 2025-01-25T04:36:16.475Z | Downloaded keccak v0.1.5 |
1128 | 2025-01-25T04:36:16.477Z | Downloaded ipnet v2.10.1 |
1129 | 2025-01-25T04:36:16.477Z | Downloaded icu_locid_transform_data v1.5.0 |
1130 | 2025-01-25T04:36:16.479Z | Downloaded tiny-keccak v2.0.2 |
1131 | 2025-01-25T04:36:16.482Z | Downloaded lock_api v0.4.12 |
1132 | 2025-01-25T04:36:16.482Z | Downloaded icu_collections v1.5.0 |
1133 | 2025-01-25T04:36:16.489Z | Downloaded http-body-util v0.1.2 |
1134 | 2025-01-25T04:36:16.491Z | Downloaded linear-map v1.2.0 |
1135 | 2025-01-25T04:36:16.491Z | Downloaded const_format_proc_macros v0.2.33 |
1136 | 2025-01-25T04:36:16.494Z | Downloaded hostname v0.3.1 |
1137 | 2025-01-25T04:36:16.496Z | Downloaded home v0.5.9 |
1138 | 2025-01-25T04:36:16.496Z | Downloaded compact_str v0.8.0 |
1139 | 2025-01-25T04:36:16.499Z | Downloaded ident_case v1.0.1 |
1140 | 2025-01-25T04:36:16.502Z | Downloaded icu_provider_macros v1.5.0 |
1141 | 2025-01-25T04:36:16.502Z | Downloaded maplit v1.0.2 |
1142 | 2025-01-25T04:36:16.502Z | Downloaded is-terminal v0.4.13 |
1143 | 2025-01-25T04:36:16.504Z | Downloaded scrypt v0.11.0 |
1144 | 2025-01-25T04:36:16.504Z | Downloaded same-file v1.0.6 |
1145 | 2025-01-25T04:36:16.507Z | Downloaded cookie_store v0.21.1 |
1146 | 2025-01-25T04:36:16.509Z | Downloaded md5 v0.7.0 |
1147 | 2025-01-25T04:36:16.510Z | Downloaded match_cfg v0.1.0 |
1148 | 2025-01-25T04:36:16.510Z | Downloaded ipnetwork v0.20.0 |
1149 | 2025-01-25T04:36:16.512Z | Downloaded http-body v1.0.1 |
1150 | 2025-01-25T04:36:16.512Z | Downloaded crc-any v2.5.0 |
1151 | 2025-01-25T04:36:16.515Z | Downloaded allocator-api2 v0.2.18 |
1152 | 2025-01-25T04:36:16.518Z | Downloaded array-init v0.0.4 |
1153 | 2025-01-25T04:36:16.520Z | Downloaded cexpr v0.6.0 |
1154 | 2025-01-25T04:36:16.520Z | Downloaded ciborium v0.2.2 |
1155 | 2025-01-25T04:36:16.522Z | Downloaded blake2 v0.10.6 |
1156 | 2025-01-25T04:36:16.525Z | Downloaded crc32fast v1.4.2 |
1157 | 2025-01-25T04:36:16.529Z | Downloaded clang-sys v1.8.1 |
1158 | 2025-01-25T04:36:16.531Z | Downloaded hyper-tls v0.6.0 |
1159 | 2025-01-25T04:36:16.531Z | Downloaded ring v0.17.8 |
1160 | 2025-01-25T04:36:16.600Z | Downloaded httparse v1.9.5 |
1161 | 2025-01-25T04:36:16.602Z | Downloaded bcs v0.1.6 |
1162 | 2025-01-25T04:36:16.606Z | Downloaded ahash v0.8.11 |
1163 | 2025-01-25T04:36:16.609Z | Downloaded hubpack_derive v0.1.1 |
1164 | 2025-01-25T04:36:16.609Z | Downloaded cancel-safe-futures v0.1.5 |
1165 | 2025-01-25T04:36:16.612Z | Downloaded iana-time-zone v0.1.61 |
1166 | 2025-01-25T04:36:16.612Z | Downloaded constant_time_eq v0.3.1 |
1167 | 2025-01-25T04:36:16.614Z | Downloaded castaway v0.2.3 |
1168 | 2025-01-25T04:36:16.614Z | Downloaded adler2 v2.0.0 |
1169 | 2025-01-25T04:36:16.617Z | Downloaded hyper-rustls v0.27.3 |
1170 | 2025-01-25T04:36:16.620Z | Downloaded bitflags v1.3.2 |
1171 | 2025-01-25T04:36:16.623Z | Downloaded ascii-canvas v3.0.0 |
1172 | 2025-01-25T04:36:16.623Z | Downloaded hyper-util v0.1.10 |
1173 | 2025-01-25T04:36:16.625Z | Downloaded crc-catalog v2.4.0 |
1174 | 2025-01-25T04:36:16.670Z | Downloaded libsqlite3-sys v0.30.1 |
1175 | 2025-01-25T04:36:16.989Z | Downloaded aws-lc-sys v0.22.0 |
1176 | 2025-01-25T04:36:17.216Z | Compiling serde v1.0.217 |
1177 | 2025-01-25T04:36:17.220Z | Compiling lock_api v0.4.12 |
1178 | 2025-01-25T04:36:17.220Z | Compiling scopeguard v1.2.0 |
1179 | 2025-01-25T04:36:17.220Z | Compiling value-bag v1.9.0 |
1180 | 2025-01-25T04:36:17.220Z | Compiling typenum v1.17.0 |
1181 | 2025-01-25T04:36:17.221Z | Compiling generic-array v0.14.7 |
1182 | 2025-01-25T04:36:17.413Z | Compiling syn v2.0.96 |
1183 | 2025-01-25T04:36:17.427Z | Compiling getrandom v0.2.15 |
1184 | 2025-01-25T04:36:17.520Z | Compiling subtle v2.6.1 |
1185 | 2025-01-25T04:36:17.716Z | Compiling rand_core v0.6.4 |
1186 | 2025-01-25T04:36:17.991Z | Compiling log v0.4.22 |
1187 | 2025-01-25T04:36:18.122Z | Compiling shlex v1.3.0 |
1188 | 2025-01-25T04:36:18.125Z | Compiling jobserver v0.1.32 |
1189 | 2025-01-25T04:36:18.128Z | Compiling smallvec v1.13.2 |
1190 | 2025-01-25T04:36:18.300Z | Compiling const-oid v0.9.6 |
1191 | 2025-01-25T04:36:18.371Z | Compiling spin v0.9.8 |
1192 | 2025-01-25T04:36:18.444Z | Compiling pin-project-lite v0.2.14 |
1193 | 2025-01-25T04:36:18.533Z | Compiling cc v1.1.30 |
1194 | 2025-01-25T04:36:18.587Z | Compiling rustix v0.38.37 |
1195 | 2025-01-25T04:36:18.782Z | Compiling parking_lot_core v0.9.10 |
1196 | 2025-01-25T04:36:18.801Z | Compiling futures-core v0.3.31 |
1197 | 2025-01-25T04:36:19.000Z | Compiling signal-hook-registry v1.4.2 |
1198 | 2025-01-25T04:36:19.121Z | Compiling mio v1.0.2 |
1199 | 2025-01-25T04:36:19.486Z | Compiling aho-corasick v1.1.3 |
1200 | 2025-01-25T04:36:19.785Z | Compiling parking_lot v0.12.3 |
1201 | 2025-01-25T04:36:19.901Z | Compiling cpufeatures v0.2.14 |
1202 | 2025-01-25T04:36:20.019Z | Compiling regex-syntax v0.8.5 |
1203 | 2025-01-25T04:36:20.039Z | Compiling stable_deref_trait v1.2.0 |
1204 | 2025-01-25T04:36:20.171Z | Compiling either v1.13.0 |
1205 | 2025-01-25T04:36:20.343Z | Compiling lazy_static v1.5.0 |
1206 | 2025-01-25T04:36:20.428Z | Compiling futures-sink v0.3.31 |
1207 | 2025-01-25T04:36:20.599Z | Compiling glob v0.3.1 |
1208 | 2025-01-25T04:36:20.624Z | Compiling socket2 v0.5.7 |
1209 | 2025-01-25T04:36:20.644Z | Compiling slab v0.4.9 |
1210 | 2025-01-25T04:36:20.683Z | Compiling prettyplease v0.2.25 |
1211 | 2025-01-25T04:36:21.053Z | Compiling serde_json v1.0.135 |
1212 | 2025-01-25T04:36:21.128Z | Compiling minimal-lexical v0.2.1 |
1213 | 2025-01-25T04:36:21.521Z | Compiling clang-sys v1.8.1 |
1214 | 2025-01-25T04:36:21.582Z | Compiling nom v7.1.3 |
1215 | 2025-01-25T04:36:21.676Z | Compiling libloading v0.8.5 |
1216 | 2025-01-25T04:36:21.722Z | Compiling bindgen v0.69.5 |
1217 | 2025-01-25T04:36:22.106Z | Compiling home v0.5.9 |
1218 | 2025-01-25T04:36:22.442Z | Compiling futures-channel v0.3.31 |
1219 | 2025-01-25T04:36:22.577Z | Compiling itertools v0.12.1 |
1220 | 2025-01-25T04:36:22.728Z | Compiling pin-utils v0.1.0 |
1221 | 2025-01-25T04:36:22.853Z | Compiling futures-io v0.3.31 |
1222 | 2025-01-25T04:36:22.873Z | Compiling futures-task v0.3.31 |
1223 | 2025-01-25T04:36:23.137Z | Compiling libm v0.2.8 |
1224 | 2025-01-25T04:36:23.172Z | Compiling lazycell v1.3.0 |
1225 | 2025-01-25T04:36:23.366Z | Compiling foldhash v0.1.3 |
1226 | 2025-01-25T04:36:23.499Z | Compiling allocator-api2 v0.2.18 |
1227 | 2025-01-25T04:36:23.690Z | Compiling rustc-hash v1.1.0 |
1228 | 2025-01-25T04:36:23.888Z | Compiling regex-automata v0.4.8 |
1229 | 2025-01-25T04:36:24.243Z | Compiling hashbrown v0.15.1 |
1230 | 2025-01-25T04:36:24.530Z | Compiling cmake v0.1.51 |
1231 | 2025-01-25T04:36:25.175Z | Compiling synstructure v0.13.1 |
1232 | 2025-01-25T04:36:25.478Z | Compiling cexpr v0.6.0 |
1233 | 2025-01-25T04:36:25.627Z | Compiling num-traits v0.2.19 |
1234 | 2025-01-25T04:36:25.934Z | Compiling fs_extra v1.3.0 |
1235 | 2025-01-25T04:36:26.494Z | Compiling pkg-config v0.3.31 |
1236 | 2025-01-25T04:36:26.523Z | Compiling dunce v1.0.5 |
1237 | 2025-01-25T04:36:26.922Z | Compiling litemap v0.7.3 |
1238 | 2025-01-25T04:36:27.150Z | Compiling writeable v0.5.5 |
1239 | 2025-01-25T04:36:27.322Z | Compiling ring v0.17.8 |
1240 | 2025-01-25T04:36:27.893Z | Compiling base64ct v1.6.0 |
1241 | 2025-01-25T04:36:28.162Z | Compiling paste v1.0.15 |
1242 | 2025-01-25T04:36:28.227Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2025-01-25T04:36:28.336Z | Compiling httparse v1.9.5 |
1244 | 2025-01-25T04:36:28.481Z | Compiling pem-rfc7468 v0.7.0 |
1245 | 2025-01-25T04:36:28.656Z | Compiling aws-lc-rs v1.10.0 |
1246 | 2025-01-25T04:36:29.026Z | Compiling flagset v0.4.6 |
1247 | 2025-01-25T04:36:29.147Z | Compiling tracing-core v0.1.32 |
1248 | 2025-01-25T04:36:29.282Z | Compiling percent-encoding v2.3.1 |
1249 | 2025-01-25T04:36:29.494Z | Compiling regex v1.11.1 |
1250 | 2025-01-25T04:36:29.557Z | Compiling icu_properties_data v1.5.0 |
1251 | 2025-01-25T04:36:29.794Z | Compiling rustls-pki-types v1.10.0 |
1252 | 2025-01-25T04:36:30.213Z | Compiling crossbeam-utils v0.8.20 |
1253 | 2025-01-25T04:36:30.460Z | Compiling time-core v0.1.2 |
1254 | 2025-01-25T04:36:30.650Z | Compiling powerfmt v0.2.0 |
1255 | 2025-01-25T04:36:30.768Z | Compiling vcpkg v0.2.15 |
1256 | 2025-01-25T04:36:30.789Z | Compiling num-conv v0.1.0 |
1257 | 2025-01-25T04:36:30.829Z | Compiling serde_derive v1.0.217 |
1258 | 2025-01-25T04:36:31.026Z | Compiling zeroize_derive v1.4.2 |
1259 | 2025-01-25T04:36:31.048Z | Compiling zerocopy-derive v0.7.35 |
1260 | 2025-01-25T04:36:31.050Z | Compiling tokio-macros v2.5.0 |
1261 | 2025-01-25T04:36:32.428Z | Compiling zeroize v1.8.1 |
1262 | 2025-01-25T04:36:32.642Z | Compiling zerofrom-derive v0.1.4 |
1263 | 2025-01-25T04:36:32.661Z | Compiling yoke-derive v0.7.4 |
1264 | 2025-01-25T04:36:33.007Z | Compiling zerovec-derive v0.10.3 |
1265 | 2025-01-25T04:36:33.116Z | Compiling zerocopy v0.7.35 |
1266 | 2025-01-25T04:36:34.195Z | Compiling crypto-common v0.1.6 |
1267 | 2025-01-25T04:36:34.403Z | Compiling block-buffer v0.10.4 |
1268 | 2025-01-25T04:36:34.452Z | Compiling thiserror-impl v1.0.69 |
1269 | 2025-01-25T04:36:34.472Z | Compiling futures-macro v0.3.31 |
1270 | 2025-01-25T04:36:34.690Z | Compiling digest v0.10.7 |
1271 | 2025-01-25T04:36:35.194Z | Compiling hmac v0.12.1 |
1272 | 2025-01-25T04:36:35.235Z | Compiling displaydoc v0.2.5 |
1273 | 2025-01-25T04:36:35.440Z | Compiling block-padding v0.3.3 |
1274 | 2025-01-25T04:36:35.473Z | Compiling sha2 v0.10.8 |
1275 | 2025-01-25T04:36:35.537Z | Compiling icu_provider_macros v1.5.0 |
1276 | 2025-01-25T04:36:35.712Z | Compiling inout v0.1.3 |
1277 | 2025-01-25T04:36:36.005Z | Compiling cipher v0.4.4 |
1278 | 2025-01-25T04:36:36.169Z | Compiling zerofrom v0.1.4 |
1279 | 2025-01-25T04:36:36.341Z | Compiling futures-util v0.3.31 |
1280 | 2025-01-25T04:36:36.414Z | Compiling yoke v0.7.4 |
1281 | 2025-01-25T04:36:36.526Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2025-01-25T04:36:36.623Z | Compiling der_derive v0.7.3 |
1283 | 2025-01-25T04:36:36.751Z | Compiling zerovec v0.10.4 |
1284 | 2025-01-25T04:36:36.807Z | Compiling tracing-attributes v0.1.27 |
1285 | 2025-01-25T04:36:37.298Z | Compiling rand_chacha v0.3.1 |
1286 | 2025-01-25T04:36:37.508Z | Compiling thiserror v1.0.69 |
1287 | 2025-01-25T04:36:37.664Z | Compiling pest v2.7.14 |
1288 | 2025-01-25T04:36:38.762Z | Compiling tinystr v0.7.6 |
1289 | 2025-01-25T04:36:38.970Z | Compiling icu_collections v1.5.0 |
1290 | 2025-01-25T04:36:39.099Z | Compiling icu_locid v1.5.0 |
1291 | 2025-01-25T04:36:39.162Z | Compiling der v0.7.9 |
1292 | 2025-01-25T04:36:39.760Z | Compiling rand v0.8.5 |
1293 | 2025-01-25T04:36:40.330Z | Compiling icu_provider v1.5.0 |
1294 | 2025-01-25T04:36:40.378Z | Compiling tracing v0.1.40 |
1295 | 2025-01-25T04:36:40.863Z | Compiling salsa20 v0.10.2 |
1296 | 2025-01-25T04:36:40.892Z | Compiling pbkdf2 v0.12.2 |
1297 | 2025-01-25T04:36:41.082Z | Compiling icu_locid_transform v1.5.0 |
1298 | 2025-01-25T04:36:41.102Z | Compiling utf16_iter v1.0.5 |
1299 | 2025-01-25T04:36:41.289Z | Compiling spki v0.7.3 |
1300 | 2025-01-25T04:36:41.311Z | Compiling icu_normalizer_data v1.5.0 |
1301 | 2025-01-25T04:36:41.313Z | Compiling utf8_iter v1.0.4 |
1302 | 2025-01-25T04:36:41.448Z | Compiling write16 v1.0.0 |
1303 | 2025-01-25T04:36:41.592Z | Compiling untrusted v0.7.1 |
1304 | 2025-01-25T04:36:41.601Z | Compiling mirai-annotations v1.12.0 |
1305 | 2025-01-25T04:36:41.661Z | Compiling untrusted v0.9.0 |
1306 | 2025-01-25T04:36:41.780Z | Compiling scrypt v0.11.0 |
1307 | 2025-01-25T04:36:41.800Z | Compiling pest_meta v2.7.14 |
1308 | 2025-01-25T04:36:41.802Z | Compiling cbc v0.1.2 |
1309 | 2025-01-25T04:36:41.924Z | Compiling aes v0.8.4 |
1310 | 2025-01-25T04:36:42.064Z | Compiling openssl-sys v0.9.103 |
1311 | 2025-01-25T04:36:42.246Z | Compiling time-macros v0.2.18 |
1312 | 2025-01-25T04:36:42.287Z | Compiling deranged v0.3.11 |
1313 | 2025-01-25T04:36:43.148Z | Compiling icu_properties v1.5.1 |
1314 | 2025-01-25T04:36:43.600Z | Compiling scroll_derive v0.12.0 |
1315 | 2025-01-25T04:36:44.447Z | Compiling bitflags v2.6.0 |
1316 | 2025-01-25T04:36:44.810Z | Compiling bytes v1.9.0 |
1317 | 2025-01-25T04:36:45.066Z | Compiling indexmap v2.7.0 |
1318 | 2025-01-25T04:36:45.375Z | Compiling semver v1.0.24 |
1319 | 2025-01-25T04:36:45.378Z | Compiling tinyvec_macros v0.1.1 |
1320 | 2025-01-25T04:36:45.493Z | Compiling num_threads v0.1.7 |
1321 | 2025-01-25T04:36:45.640Z | Compiling atomic-waker v1.1.2 |
1322 | 2025-01-25T04:36:45.848Z | Compiling tokio v1.43.0 |
1323 | 2025-01-25T04:36:46.078Z | Compiling http v1.2.0 |
1324 | 2025-01-25T04:36:46.110Z | Compiling rustc_version v0.4.1 |
1325 | 2025-01-25T04:36:46.369Z | Compiling time v0.3.36 |
1326 | 2025-01-25T04:36:46.390Z | Compiling tinyvec v1.8.0 |
1327 | 2025-01-25T04:36:46.808Z | Compiling icu_normalizer v1.5.0 |
1328 | 2025-01-25T04:36:47.774Z | Compiling idna_adapter v1.2.0 |
1329 | 2025-01-25T04:36:47.868Z | Compiling http-body v1.0.1 |
1330 | 2025-01-25T04:36:47.986Z | Compiling scroll v0.12.0 |
1331 | 2025-01-25T04:36:48.057Z | Compiling pest_generator v2.7.14 |
1332 | 2025-01-25T04:36:48.319Z | Compiling pkcs5 v0.7.1 |
1333 | 2025-01-25T04:36:48.345Z | Compiling form_urlencoded v1.2.1 |
1334 | 2025-01-25T04:36:48.556Z | Compiling which v4.4.2 |
1335 | 2025-01-25T04:36:48.679Z | Compiling slog v2.7.0 |
1336 | 2025-01-25T04:36:48.723Z | Compiling try-lock v0.2.5 |
1337 | 2025-01-25T04:36:49.119Z | Compiling want v0.3.1 |
1338 | 2025-01-25T04:36:49.247Z | Compiling pkcs8 v0.10.2 |
1339 | 2025-01-25T04:36:49.333Z | Compiling goblin v0.8.2 |
1340 | 2025-01-25T04:36:49.450Z | Compiling idna v1.0.3 |
1341 | 2025-01-25T04:36:49.739Z | Compiling uuid v1.12.0 |
1342 | 2025-01-25T04:36:49.904Z | Compiling httpdate v1.0.3 |
1343 | 2025-01-25T04:36:49.969Z | Compiling pest_derive v2.7.14 |
1344 | 2025-01-25T04:36:50.369Z | Compiling iana-time-zone v0.1.61 |
1345 | 2025-01-25T04:36:50.782Z | Compiling chrono v0.4.39 |
1346 | 2025-01-25T04:36:50.784Z | Compiling dtrace-parser v0.2.0 |
1347 | 2025-01-25T04:36:51.138Z | Compiling toml_datetime v0.6.8 |
1348 | 2025-01-25T04:36:51.286Z | Compiling serde_spanned v0.6.8 |
1349 | 2025-01-25T04:36:51.547Z | Compiling serde_tokenstream v0.2.2 |
1350 | 2025-01-25T04:36:51.685Z | Compiling adler2 v2.0.0 |
1351 | 2025-01-25T04:36:51.808Z | Compiling match_cfg v0.1.0 |
1352 | 2025-01-25T04:36:51.866Z | Compiling tower-service v0.3.3 |
1353 | 2025-01-25T04:36:51.925Z | Compiling rustversion v1.0.17 |
1354 | 2025-01-25T04:36:52.018Z | Compiling openssl v0.10.66 |
1355 | 2025-01-25T04:36:52.146Z | Compiling base64 v0.22.1 |
1356 | 2025-01-25T04:36:52.458Z | Compiling foreign-types-shared v0.1.1 |
1357 | 2025-01-25T04:36:52.583Z | Compiling foreign-types v0.3.2 |
1358 | 2025-01-25T04:36:52.804Z | Compiling hostname v0.3.1 |
1359 | 2025-01-25T04:36:52.809Z | Compiling miniz_oxide v0.8.0 |
1360 | 2025-01-25T04:36:52.809Z | Compiling url v2.5.3 |
1361 | 2025-01-25T04:36:52.964Z | Compiling async-trait v0.1.83 |
1362 | 2025-01-25T04:36:54.181Z | Compiling tokio-util v0.7.12 |
1363 | 2025-01-25T04:36:54.255Z | Compiling openssl-macros v0.1.1 |
1364 | 2025-01-25T04:36:54.279Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2025-01-25T04:36:54.576Z | Compiling dirs-sys-next v0.1.2 |
1366 | 2025-01-25T04:36:55.048Z | Compiling rustls v0.23.19 |
1367 | 2025-01-25T04:36:55.160Z | Compiling h2 v0.4.6 |
1368 | 2025-01-25T04:36:55.297Z | Compiling dof v0.3.0 |
1369 | 2025-01-25T04:36:55.357Z | Compiling rustls v0.22.4 |
1370 | 2025-01-25T04:36:55.500Z | Compiling schemars v0.8.21 |
1371 | 2025-01-25T04:36:55.634Z | Compiling siphasher v0.3.11 |
1372 | 2025-01-25T04:36:55.844Z | Compiling native-tls v0.2.12 |
1373 | 2025-01-25T04:36:56.000Z | Compiling syn v1.0.109 |
1374 | 2025-01-25T04:36:56.186Z | Compiling usdt-impl v0.5.0 |
1375 | 2025-01-25T04:36:56.603Z | Compiling data-encoding v2.6.0 |
1376 | 2025-01-25T04:36:56.692Z | Compiling schemars_derive v0.8.21 |
1377 | 2025-01-25T04:36:57.633Z | Compiling dirs-next v2.0.0 |
1378 | 2025-01-25T04:36:58.774Z | Compiling http-body-util v0.1.2 |
1379 | 2025-01-25T04:36:59.019Z | Compiling unicode-normalization v0.1.24 |
1380 | 2025-01-25T04:36:59.161Z | Compiling heapless v0.7.17 |
1381 | 2025-01-25T04:36:59.227Z | Compiling crossbeam-epoch v0.9.18 |
1382 | 2025-01-25T04:36:59.599Z | Compiling signature v2.2.0 |
1383 | 2025-01-25T04:36:59.664Z | Compiling sha1 v0.10.6 |
1384 | 2025-01-25T04:36:59.888Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1385 | 2025-01-25T04:36:59.915Z | Compiling thread_local v1.1.8 |
1386 | 2025-01-25T04:36:59.935Z | Compiling multer v3.1.0 |
1387 | 2025-01-25T04:37:00.106Z | Compiling cookie v0.18.1 |
1388 | 2025-01-25T04:37:00.123Z | Compiling encoding_rs v0.8.34 |
1389 | 2025-01-25T04:37:00.229Z | Compiling gimli v0.31.1 |
1390 | 2025-01-25T04:37:00.373Z | Compiling openssl-probe v0.1.5 |
1391 | 2025-01-25T04:37:00.409Z | Compiling unicode-properties v0.1.3 |
1392 | 2025-01-25T04:37:00.428Z | Compiling unicode-bidi v0.3.17 |
1393 | 2025-01-25T04:37:00.680Z | Compiling ipnet v2.10.1 |
1394 | 2025-01-25T04:37:00.841Z | Compiling mime v0.3.17 |
1395 | 2025-01-25T04:37:01.388Z | Compiling dyn-clone v1.0.17 |
1396 | 2025-01-25T04:37:01.630Z | Compiling rayon-core v1.12.1 |
1397 | 2025-01-25T04:37:01.735Z | Compiling slog-async v2.8.0 |
1398 | 2025-01-25T04:37:01.767Z | Compiling signal-hook v0.3.17 |
1399 | 2025-01-25T04:37:02.113Z | Compiling stringprep v0.1.5 |
1400 | 2025-01-25T04:37:02.308Z | Compiling toml_edit v0.22.22 |
1401 | 2025-01-25T04:37:03.238Z | Compiling hyper v1.5.2 |
1402 | 2025-01-25T04:37:05.052Z | Compiling addr2line v0.24.2 |
1403 | 2025-01-25T04:37:05.484Z | Compiling crossbeam-deque v0.8.5 |
1404 | 2025-01-25T04:37:05.505Z | Compiling usdt-macro v0.5.0 |
1405 | 2025-01-25T04:37:05.651Z | Compiling hyper-util v0.1.10 |
1406 | 2025-01-25T04:37:05.685Z | Compiling usdt-attr-macro v0.5.0 |
1407 | 2025-01-25T04:37:05.746Z | Compiling term v0.7.0 |
1408 | 2025-01-25T04:37:06.951Z | Compiling slog-json v2.6.1 |
1409 | 2025-01-25T04:37:07.000Z | Compiling serde_urlencoded v0.7.1 |
1410 | 2025-01-25T04:37:07.032Z | Compiling curve25519-dalek v4.1.3 |
1411 | 2025-01-25T04:37:07.273Z | Compiling crossbeam-channel v0.5.13 |
1412 | 2025-01-25T04:37:07.314Z | Compiling futures-executor v0.3.31 |
1413 | 2025-01-25T04:37:07.521Z | Compiling md-5 v0.10.6 |
1414 | 2025-01-25T04:37:07.750Z | Compiling enum-as-inner v0.6.1 |
1415 | 2025-01-25T04:37:07.852Z | Compiling async-stream-impl v0.3.6 |
1416 | 2025-01-25T04:37:07.876Z | Compiling rustls-pemfile v2.2.0 |
1417 | 2025-01-25T04:37:08.231Z | Compiling num-integer v0.1.46 |
1418 | 2025-01-25T04:37:08.286Z | Compiling hash32 v0.2.1 |
1419 | 2025-01-25T04:37:08.552Z | Compiling ff v0.13.0 |
1420 | 2025-01-25T04:37:08.648Z | Compiling is-terminal v0.4.13 |
1421 | 2025-01-25T04:37:08.835Z | Compiling object v0.36.5 |
1422 | 2025-01-25T04:37:08.838Z | Compiling dropshot v0.12.0 |
1423 | 2025-01-25T04:37:08.893Z | Compiling quick-error v1.2.3 |
1424 | 2025-01-25T04:37:09.008Z | Compiling smoltcp v0.9.1 |
1425 | 2025-01-25T04:37:09.052Z | Compiling linked-hash-map v0.5.6 |
1426 | 2025-01-25T04:37:09.114Z | Compiling base16ct v0.2.0 |
1427 | 2025-01-25T04:37:09.174Z | Compiling num-bigint-dig v0.8.4 |
1428 | 2025-01-25T04:37:09.394Z | Compiling anyhow v1.0.95 |
1429 | 2025-01-25T04:37:09.457Z | Compiling fallible-iterator v0.2.0 |
1430 | 2025-01-25T04:37:09.500Z | Compiling psl-types v2.0.11 |
1431 | 2025-01-25T04:37:09.683Z | Compiling portable-atomic v1.9.0 |
1432 | 2025-01-25T04:37:09.710Z | Compiling litrs v0.4.1 |
1433 | 2025-01-25T04:37:09.982Z | Compiling rustc-demangle v0.1.24 |
1434 | 2025-01-25T04:37:10.004Z | Compiling utf-8 v0.7.6 |
1435 | 2025-01-25T04:37:10.103Z | Compiling take_mut v0.2.2 |
1436 | 2025-01-25T04:37:10.345Z | Compiling tungstenite v0.24.0 |
1437 | 2025-01-25T04:37:10.788Z | Compiling postgres-protocol v0.6.7 |
1438 | 2025-01-25T04:37:10.888Z | Compiling document-features v0.2.10 |
1439 | 2025-01-25T04:37:11.407Z | Compiling publicsuffix v2.3.0 |
1440 | 2025-01-25T04:37:11.467Z | Compiling lru-cache v0.1.2 |
1441 | 2025-01-25T04:37:11.685Z | Compiling sec1 v0.7.3 |
1442 | 2025-01-25T04:37:11.721Z | Compiling async-stream v0.3.6 |
1443 | 2025-01-25T04:37:12.084Z | Compiling resolv-conf v0.7.0 |
1444 | 2025-01-25T04:37:12.186Z | Compiling hickory-proto v0.24.2 |
1445 | 2025-01-25T04:37:12.198Z | Compiling usdt v0.5.0 |
1446 | 2025-01-25T04:37:12.241Z | Compiling num-iter v0.1.45 |
1447 | 2025-01-25T04:37:12.453Z | Compiling slog-term v2.9.1 |
1448 | 2025-01-25T04:37:12.531Z | Compiling group v0.13.0 |
1449 | 2025-01-25T04:37:12.872Z | Compiling futures v0.3.31 |
1450 | 2025-01-25T04:37:12.980Z | Compiling slog-bunyan v2.5.0 |
1451 | 2025-01-25T04:37:13.165Z | Compiling toml v0.8.19 |
1452 | 2025-01-25T04:37:14.688Z | Compiling tokio-native-tls v0.3.1 |
1453 | 2025-01-25T04:37:14.767Z | Compiling camino v1.1.9 |
1454 | 2025-01-25T04:37:14.817Z | Compiling phf_shared v0.11.2 |
1455 | 2025-01-25T04:37:14.975Z | Compiling dropshot_endpoint v0.12.0 |
1456 | 2025-01-25T04:37:15.175Z | Compiling terminal_size v0.4.0 |
1457 | 2025-01-25T04:37:15.405Z | Compiling openapiv3 v2.0.0 |
1458 | 2025-01-25T04:37:15.636Z | Compiling backtrace v0.3.74 |
1459 | 2025-01-25T04:37:15.690Z | Compiling waitgroup v0.1.2 |
1460 | 2025-01-25T04:37:15.940Z | Compiling serde_path_to_error v0.1.16 |
1461 | 2025-01-25T04:37:16.041Z | Compiling hkdf v0.12.4 |
1462 | 2025-01-25T04:37:16.347Z | Compiling crypto-bigint v0.5.5 |
1463 | 2025-01-25T04:37:16.725Z | Compiling curve25519-dalek-derive v0.1.1 |
1464 | 2025-01-25T04:37:18.253Z | Compiling zerocopy-derive v0.6.6 |
1465 | 2025-01-25T04:37:18.780Z | Compiling webpki-roots v0.26.6 |
1466 | 2025-01-25T04:37:19.021Z | Compiling hostname v0.4.0 |
1467 | 2025-01-25T04:37:19.265Z | Compiling crc32fast v1.4.2 |
1468 | 2025-01-25T04:37:19.320Z | Compiling fs-err v2.11.0 |
1469 | 2025-01-25T04:37:19.628Z | Compiling ahash v0.8.11 |
1470 | 2025-01-25T04:37:19.651Z | Compiling managed v0.8.0 |
1471 | 2025-01-25T04:37:19.651Z | Compiling newtype-uuid v1.2.1 |
1472 | 2025-01-25T04:37:19.758Z | Compiling hubpack_derive v0.1.1 |
1473 | 2025-01-25T04:37:19.989Z | Compiling debug-ignore v1.0.5 |
1474 | 2025-01-25T04:37:19.992Z | Compiling bitflags v1.3.2 |
1475 | 2025-01-25T04:37:20.101Z | Compiling winnow v0.5.40 |
1476 | 2025-01-25T04:37:20.123Z | Compiling clap_builder v4.5.21 |
1477 | 2025-01-25T04:37:20.140Z | Compiling console v0.15.8 |
1478 | 2025-01-25T04:37:20.288Z | Compiling zerocopy v0.6.6 |
1479 | 2025-01-25T04:37:20.611Z | Compiling hubpack v0.1.2 |
1480 | 2025-01-25T04:37:21.106Z | Compiling strum_macros v0.25.3 |
1481 | 2025-01-25T04:37:21.606Z | Compiling flate2 v1.0.35 |
1482 | 2025-01-25T04:37:21.739Z | Compiling elliptic-curve v0.13.8 |
1483 | 2025-01-25T04:37:22.550Z | Compiling hickory-resolver v0.24.2 |
1484 | 2025-01-25T04:37:23.151Z | Compiling signal-hook-mio v0.2.4 |
1485 | 2025-01-25T04:37:23.342Z | Compiling phf v0.11.2 |
1486 | 2025-01-25T04:37:23.395Z | Compiling toml_edit v0.19.15 |
1487 | 2025-01-25T04:37:23.635Z | Compiling hyper-tls v0.6.0 |
1488 | 2025-01-25T04:37:23.701Z | Compiling cookie_store v0.21.1 |
1489 | 2025-01-25T04:37:24.061Z | Compiling rayon v1.10.0 |
1490 | 2025-01-25T04:37:24.883Z | Compiling bzip2 v0.4.4 |
1491 | 2025-01-25T04:37:25.329Z | Compiling postgres-types v0.2.8 |
1492 | 2025-01-25T04:37:26.708Z | Compiling tokio-tungstenite v0.24.0 |
1493 | 2025-01-25T04:37:28.563Z | Compiling ed25519 v2.2.3 |
1494 | 2025-01-25T04:37:28.594Z | Compiling phf_shared v0.10.0 |
1495 | 2025-01-25T04:37:28.645Z | Compiling tokio-stream v0.1.16 |
1496 | 2025-01-25T04:37:28.744Z | Compiling pkcs1 v0.7.5 |
1497 | 2025-01-25T04:37:28.989Z | Compiling serde-big-array v0.5.1 |
1498 | 2025-01-25T04:37:29.250Z | Compiling rfc6979 v0.4.0 |
1499 | 2025-01-25T04:37:29.459Z | Compiling serde_repr v0.1.19 |
1500 | 2025-01-25T04:37:29.624Z | Compiling clap_derive v4.5.18 |
1501 | 2025-01-25T04:37:29.714Z | Compiling derive-where v1.2.7 |
1502 | 2025-01-25T04:37:30.465Z | Compiling bstr v1.10.0 |
1503 | 2025-01-25T04:37:30.621Z | Compiling float-cmp v0.9.0 |
1504 | 2025-01-25T04:37:30.715Z | Compiling sync_wrapper v1.0.1 |
1505 | 2025-01-25T04:37:30.807Z | Compiling predicates-core v1.0.8 |
1506 | 2025-01-25T04:37:30.861Z | Compiling bit-vec v0.6.3 |
1507 | 2025-01-25T04:37:30.882Z | Compiling normalize-line-endings v0.3.0 |
1508 | 2025-01-25T04:37:31.036Z | Compiling new_debug_unreachable v1.0.6 |
1509 | 2025-01-25T04:37:31.158Z | Compiling fixedbitset v0.4.2 |
1510 | 2025-01-25T04:37:31.161Z | Compiling precomputed-hash v0.1.1 |
1511 | 2025-01-25T04:37:31.288Z | Compiling whoami v1.5.2 |
1512 | 2025-01-25T04:37:31.309Z | Compiling unicode-segmentation v1.12.0 |
1513 | 2025-01-25T04:37:31.607Z | Compiling unicode-width v0.2.0 |
1514 | 2025-01-25T04:37:31.883Z | Compiling number_prefix v0.4.0 |
1515 | 2025-01-25T04:37:32.124Z | Compiling difflib v0.4.0 |
1516 | 2025-01-25T04:37:32.148Z | Compiling static_assertions v1.1.0 |
1517 | 2025-01-25T04:37:32.273Z | Compiling indicatif v0.17.9 |
1518 | 2025-01-25T04:37:32.276Z | Compiling similar v2.6.0 |
1519 | 2025-01-25T04:37:32.276Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1520 | 2025-01-25T04:37:33.042Z | Compiling predicates v3.1.2 |
1521 | 2025-01-25T04:37:33.611Z | Compiling tokio-postgres v0.7.12 |
1522 | 2025-01-25T04:37:34.331Z | Compiling petgraph v0.6.5 |
1523 | 2025-01-25T04:37:34.411Z | Compiling clap v4.5.21 |
1524 | 2025-01-25T04:37:34.520Z | Compiling string_cache v0.8.7 |
1525 | 2025-01-25T04:37:34.542Z | Compiling bit-set v0.5.3 |
1526 | 2025-01-25T04:37:34.577Z | Compiling ecdsa v0.16.9 |
1527 | 2025-01-25T04:37:34.829Z | Compiling rsa v0.9.6 |
1528 | 2025-01-25T04:37:34.909Z | Compiling ed25519-dalek v2.1.1 |
1529 | 2025-01-25T04:37:35.411Z | Compiling toml v0.7.8 |
1530 | 2025-01-25T04:37:36.310Z | Compiling zip v0.6.6 |
1531 | 2025-01-25T04:37:37.004Z | Compiling crossterm v0.28.1 |
1532 | 2025-01-25T04:37:38.587Z | Compiling hex v0.4.3 |
1533 | 2025-01-25T04:37:38.711Z | Compiling x509-cert v0.2.5 |
1534 | 2025-01-25T04:37:38.981Z | Compiling itertools v0.10.5 |
1535 | 2025-01-25T04:37:39.173Z | Compiling peg-runtime v0.8.3 |
1536 | 2025-01-25T04:37:39.407Z | Compiling unicode-xid v0.2.6 |
1537 | 2025-01-25T04:37:39.510Z | Compiling lalrpop-util v0.19.12 |
1538 | 2025-01-25T04:37:39.623Z | Compiling strum_macros v0.26.4 |
1539 | 2025-01-25T04:37:39.806Z | Compiling xattr v1.3.1 |
1540 | 2025-01-25T04:37:39.880Z | Compiling filetime v0.2.25 |
1541 | 2025-01-25T04:37:40.217Z | Compiling tar v0.4.42 |
1542 | 2025-01-25T04:37:44.648Z | Compiling strum v0.26.3 |
1543 | 2025-01-25T04:37:47.762Z | Compiling aws-lc-sys v0.22.0 |
1544 | 2025-01-25T04:38:16.285Z | Compiling rustls-webpki v0.102.8 |
1545 | 2025-01-25T04:38:19.619Z | Compiling tokio-rustls v0.25.0 |
1546 | 2025-01-25T04:38:21.368Z | Compiling tokio-rustls v0.26.0 |
1547 | 2025-01-25T04:38:21.711Z | Compiling hyper-rustls v0.27.3 |
1548 | 2025-01-25T04:38:22.043Z | Compiling reqwest v0.12.9 |
1549 | 2025-01-25T04:38:23.479Z | Compiling qorb v0.2.1 |
1550 | 2025-01-25T04:38:26.723Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1551 | 2025-01-25T04:38:26.989Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1552 | 2025-01-25T04:38:31.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1553 | 2025-01-25T04:38:31.846Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1554 | 2025-01-25T04:38:31.894Z | Jan 25 04:38:30.156 INFO Starting download, target: Clickhouse |
1555 | 2025-01-25T04:38:31.894Z | Jan 25 04:38:30.157 INFO Starting download, target: Cockroach |
1556 | 2025-01-25T04:38:31.894Z | Jan 25 04:38:30.157 INFO Starting download, target: Console |
1557 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.157 INFO Starting download, target: DendriteOpenapi |
1558 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.157 INFO Starting download, target: DendriteStub |
1559 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.157 INFO Starting download, target: MaghemiteMgd |
1560 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.157 INFO Starting download, target: TransceiverControl |
1561 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.158 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1562 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.158 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1563 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.158 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1564 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.158 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1565 | 2025-01-25T04:38:31.896Z | Jan 25 04:38:30.158 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1566 | 2025-01-25T04:38:31.897Z | Jan 25 04:38:30.158 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1567 | 2025-01-25T04:38:31.897Z | Jan 25 04:38:30.158 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1568 | 2025-01-25T04:38:32.386Z | Jan 25 04:38:30.630 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1569 | 2025-01-25T04:38:32.441Z | Jan 25 04:38:30.703 INFO Download complete, target: DendriteOpenapi |
1570 | 2025-01-25T04:38:32.822Z | Jan 25 04:38:30.923 INFO Download complete, target: Console |
1571 | 2025-01-25T04:38:32.882Z | Jan 25 04:38:31.139 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1572 | 2025-01-25T04:38:33.319Z | Jan 25 04:38:31.573 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1573 | 2025-01-25T04:38:33.508Z | Jan 25 04:38:31.768 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1574 | 2025-01-25T04:38:33.561Z | Jan 25 04:38:31.821 INFO Download complete, target: TransceiverControl |
1575 | 2025-01-25T04:38:34.027Z | Jan 25 04:38:32.217 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1576 | 2025-01-25T04:38:34.201Z | Jan 25 04:38:32.462 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1577 | 2025-01-25T04:38:34.201Z | Jan 25 04:38:32.462 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1578 | 2025-01-25T04:38:36.249Z | Jan 25 04:38:34.484 INFO Download complete, target: DendriteStub |
1579 | 2025-01-25T04:38:36.381Z | Jan 25 04:38:34.641 INFO Download complete, target: MaghemiteMgd |
1580 | 2025-01-25T04:38:41.508Z | Jan 25 04:38:39.768 INFO Checking that binary works, target: Cockroach |
1581 | 2025-01-25T04:38:41.672Z | Jan 25 04:38:39.931 INFO Download complete, target: Cockroach |
1582 | 2025-01-25T04:38:46.315Z | Jan 25 04:38:44.558 INFO Checking that binary works, target: Clickhouse |
1583 | 2025-01-25T04:38:46.428Z | Jan 25 04:38:44.686 INFO Download complete, target: Clickhouse |
1584 | 2025-01-25T04:38:46.449Z | All builder prerequisites installed successfully, and PATH looks valid |
1585 | 2025-01-25T04:38:46.452Z | |
1586 | 2025-01-25T04:38:46.452Z | real 4:38.563545600 |
1587 | 2025-01-25T04:38:46.452Z | user 16:11.737098715 |
1588 | 2025-01-25T04:38:46.452Z | sys 2:09.807231797 |
1589 | 2025-01-25T04:38:46.452Z | trap 0.621892162 |
1590 | 2025-01-25T04:38:46.452Z | tflt 1.607792482 |
1591 | 2025-01-25T04:38:46.452Z | dflt 1.705573545 |
1592 | 2025-01-25T04:38:46.452Z | kflt 0.025460108 |
1593 | 2025-01-25T04:38:46.452Z | lock 25:28.352404259 |
1594 | 2025-01-25T04:38:46.452Z | slp 56:20.506063225 |
1595 | 2025-01-25T04:38:46.452Z | lat 59.946117155 |
1596 | 2025-01-25T04:38:46.452Z | stop 2:26.558812107 |
1597 | 2025-01-25T04:38:46.452Z | + banner clippy |
1598 | 2025-01-25T04:38:46.455Z | |
1599 | 2025-01-25T04:38:46.455Z | #### # # ##### ##### # # |
1600 | 2025-01-25T04:38:46.455Z | # # # # # # # # # # |
1601 | 2025-01-25T04:38:46.455Z | # # # # # # # # |
1602 | 2025-01-25T04:38:46.455Z | # # # ##### ##### # |
1603 | 2025-01-25T04:38:46.456Z | # # # # # # # |
1604 | 2025-01-25T04:38:46.456Z | #### ###### # # # # |
1605 | 2025-01-25T04:38:46.456Z | |
1606 | 2025-01-25T04:38:46.456Z | + export CARGO_INCREMENTAL=0 |
1607 | 2025-01-25T04:38:46.456Z | + CARGO_INCREMENTAL=0 |
1608 | 2025-01-25T04:38:46.456Z | + ptime -m cargo xtask clippy |
1609 | 2025-01-25T04:38:47.028Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1610 | 2025-01-25T04:38:50.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
1611 | 2025-01-25T04:38:50.182Z | Running `target/debug/xtask clippy` |
1612 | 2025-01-25T04:38:50.207Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1613 | 2025-01-25T04:38:50.908Z | Downloading crates ... |
1614 | 2025-01-25T04:38:51.360Z | Downloaded event-listener-strategy v0.5.2 |
1615 | 2025-01-25T04:38:51.365Z | Downloaded async-process v2.3.0 |
1616 | 2025-01-25T04:38:51.368Z | Downloaded doc-comment v0.3.3 |
1617 | 2025-01-25T04:38:51.368Z | Downloaded blocking v1.6.1 |
1618 | 2025-01-25T04:38:51.368Z | Downloaded async-object-pool v0.1.5 |
1619 | 2025-01-25T04:38:51.368Z | Downloaded event-listener v2.5.3 |
1620 | 2025-01-25T04:38:51.370Z | Downloaded async-global-executor v2.4.1 |
1621 | 2025-01-25T04:38:51.370Z | Downloaded criterion-plot v0.5.0 |
1622 | 2025-01-25T04:38:51.373Z | Downloaded async-lock v3.4.0 |
1623 | 2025-01-25T04:38:51.377Z | Downloaded escape8259 v0.5.3 |
1624 | 2025-01-25T04:38:51.378Z | Downloaded async-channel v2.3.1 |
1625 | 2025-01-25T04:38:51.378Z | Downloaded cfg-expr v0.17.0 |
1626 | 2025-01-25T04:38:51.380Z | Downloaded async-signal v0.2.10 |
1627 | 2025-01-25T04:38:51.383Z | Downloaded async-task v4.7.1 |
1628 | 2025-01-25T04:38:51.385Z | Downloaded guppy-workspace-hack v0.1.0 |
1629 | 2025-01-25T04:38:51.389Z | Downloaded concurrent-queue v2.5.0 |
1630 | 2025-01-25T04:38:51.391Z | Downloaded futures-timer v3.0.3 |
1631 | 2025-01-25T04:38:51.395Z | Downloaded async-executor v1.13.1 |
1632 | 2025-01-25T04:38:51.398Z | Downloaded event-listener v5.3.1 |
1633 | 2025-01-25T04:38:51.401Z | Downloaded datatest-stable v0.2.9 |
1634 | 2025-01-25T04:38:51.403Z | Downloaded criterion v0.5.1 |
1635 | 2025-01-25T04:38:51.410Z | Downloaded target-triple v0.1.3 |
1636 | 2025-01-25T04:38:51.412Z | Downloaded similar-asserts v1.6.0 |
1637 | 2025-01-25T04:38:51.412Z | Downloaded futures-lite v2.3.0 |
1638 | 2025-01-25T04:38:51.415Z | Downloaded parking v2.2.1 |
1639 | 2025-01-25T04:38:51.417Z | Downloaded blake2b_simd v1.0.2 |
1640 | 2025-01-25T04:38:51.417Z | Downloaded threadpool v1.8.1 |
1641 | 2025-01-25T04:38:51.420Z | Downloaded stringmetrics v2.2.2 |
1642 | 2025-01-25T04:38:51.420Z | Downloaded serde_regex v1.1.0 |
1643 | 2025-01-25T04:38:51.423Z | Downloaded async-io v2.3.4 |
1644 | 2025-01-25T04:38:51.426Z | Downloaded target-spec v3.2.2 |
1645 | 2025-01-25T04:38:51.429Z | Downloaded rustls-native-certs v0.7.3 |
1646 | 2025-01-25T04:38:51.439Z | Downloaded tinytemplate v1.2.1 |
1647 | 2025-01-25T04:38:51.443Z | Downloaded pathdiff v0.2.2 |
1648 | 2025-01-25T04:38:51.445Z | Downloaded trybuild v1.0.101 |
1649 | 2025-01-25T04:38:51.447Z | Downloaded target-lexicon v0.12.16 |
1650 | 2025-01-25T04:38:51.450Z | Downloaded nested v0.1.1 |
1651 | 2025-01-25T04:38:51.450Z | Downloaded plotters-svg v0.3.7 |
1652 | 2025-01-25T04:38:51.450Z | Downloaded fancy-regex v0.13.0 |
1653 | 2025-01-25T04:38:51.453Z | Downloaded oorandom v11.1.4 |
1654 | 2025-01-25T04:38:51.455Z | Downloaded anes v0.1.6 |
1655 | 2025-01-25T04:38:51.458Z | Downloaded kv-log-macro v1.0.7 |
1656 | 2025-01-25T04:38:51.458Z | Downloaded async-channel v1.9.0 |
1657 | 2025-01-25T04:38:51.461Z | Downloaded num_cpus v1.16.0 |
1658 | 2025-01-25T04:38:51.463Z | Downloaded cast v0.3.0 |
1659 | 2025-01-25T04:38:51.463Z | Downloaded async-attributes v1.1.2 |
1660 | 2025-01-25T04:38:51.466Z | Downloaded assert-json-diff v2.0.2 |
1661 | 2025-01-25T04:38:51.466Z | Downloaded relative-path v1.9.3 |
1662 | 2025-01-25T04:38:51.469Z | Downloaded path-tree v0.8.1 |
1663 | 2025-01-25T04:38:51.471Z | Downloaded piper v0.2.4 |
1664 | 2025-01-25T04:38:51.474Z | Downloaded proc-macro-crate v3.2.0 |
1665 | 2025-01-25T04:38:51.477Z | Downloaded plotters-backend v0.3.7 |
1666 | 2025-01-25T04:38:51.477Z | Downloaded indoc v2.0.5 |
1667 | 2025-01-25T04:38:51.480Z | Downloaded assert_cmd v2.0.16 |
1668 | 2025-01-25T04:38:51.483Z | Downloaded libtest-mimic v0.7.3 |
1669 | 2025-01-25T04:38:51.486Z | Downloaded rust-argon2 v2.1.0 |
1670 | 2025-01-25T04:38:51.489Z | Downloaded approx v0.5.1 |
1671 | 2025-01-25T04:38:51.491Z | Downloaded partial-io v0.5.4 |
1672 | 2025-01-25T04:38:51.491Z | Downloaded httptest v0.16.1 |
1673 | 2025-01-25T04:38:51.494Z | Downloaded hyper-rustls v0.26.0 |
1674 | 2025-01-25T04:38:51.497Z | Downloaded rstest v0.23.0 |
1675 | 2025-01-25T04:38:51.502Z | Downloaded yansi v1.0.1 |
1676 | 2025-01-25T04:38:51.504Z | Downloaded rstest_macros v0.23.0 |
1677 | 2025-01-25T04:38:51.507Z | Downloaded rand_distr v0.4.3 |
1678 | 2025-01-25T04:38:51.509Z | Downloaded pretty_assertions v1.4.1 |
1679 | 2025-01-25T04:38:51.511Z | Downloaded guppy v0.17.8 |
1680 | 2025-01-25T04:38:51.517Z | Downloaded polling v3.7.3 |
1681 | 2025-01-25T04:38:51.520Z | Downloaded plotters v0.3.7 |
1682 | 2025-01-25T04:38:51.528Z | Downloaded async-std v1.13.0 |
1683 | 2025-01-25T04:38:51.609Z | Downloaded httpmock v0.8.0-alpha.1 |
1684 | 2025-01-25T04:38:52.444Z | Checking cfg-if v1.0.0 |
1685 | 2025-01-25T04:38:52.525Z | Checking libc v0.2.169 |
1686 | 2025-01-25T04:38:52.548Z | Checking serde v1.0.217 |
1687 | 2025-01-25T04:38:52.573Z | Checking memchr v2.7.4 |
1688 | 2025-01-25T04:38:52.610Z | Checking value-bag v1.9.0 |
1689 | 2025-01-25T04:38:52.626Z | Checking scopeguard v1.2.0 |
1690 | 2025-01-25T04:38:52.658Z | Checking zeroize v1.8.1 |
1691 | 2025-01-25T04:38:52.693Z | Checking itoa v1.0.11 |
1692 | 2025-01-25T04:38:52.736Z | Checking smallvec v1.13.2 |
1693 | 2025-01-25T04:38:52.787Z | Checking lock_api v0.4.12 |
1694 | 2025-01-25T04:38:52.951Z | Checking byteorder v1.5.0 |
1695 | 2025-01-25T04:38:53.238Z | Checking pin-project-lite v0.2.14 |
1696 | 2025-01-25T04:38:53.304Z | Checking log v0.4.22 |
1697 | 2025-01-25T04:38:53.304Z | Checking subtle v2.6.1 |
1698 | 2025-01-25T04:38:53.304Z | Checking once_cell v1.20.2 |
1699 | 2025-01-25T04:38:53.304Z | Checking typenum v1.17.0 |
1700 | 2025-01-25T04:38:53.381Z | Checking libm v0.2.8 |
1701 | 2025-01-25T04:38:53.420Z | Checking futures-core v0.3.31 |
1702 | 2025-01-25T04:38:53.435Z | Checking ryu v1.0.18 |
1703 | 2025-01-25T04:38:53.473Z | Checking zerocopy v0.7.35 |
1704 | 2025-01-25T04:38:53.496Z | Checking thiserror v1.0.69 |
1705 | 2025-01-25T04:38:53.548Z | Checking getrandom v0.2.15 |
1706 | 2025-01-25T04:38:53.594Z | Checking parking_lot_core v0.9.10 |
1707 | 2025-01-25T04:38:53.655Z | Checking signal-hook-registry v1.4.2 |
1708 | 2025-01-25T04:38:53.685Z | Checking mio v1.0.2 |
1709 | 2025-01-25T04:38:53.797Z | Checking rand_core v0.6.4 |
1710 | 2025-01-25T04:38:53.921Z | Checking socket2 v0.5.7 |
1711 | 2025-01-25T04:38:53.959Z | Checking parking_lot v0.12.3 |
1712 | 2025-01-25T04:38:54.156Z | Checking spin v0.9.8 |
1713 | 2025-01-25T04:38:54.273Z | Checking const-oid v0.9.6 |
1714 | 2025-01-25T04:38:54.396Z | Checking num-traits v0.2.19 |
1715 | 2025-01-25T04:38:54.404Z | Checking generic-array v0.14.7 |
1716 | 2025-01-25T04:38:54.404Z | Checking allocator-api2 v0.2.18 |
1717 | 2025-01-25T04:38:54.408Z | Checking futures-io v0.3.31 |
1718 | 2025-01-25T04:38:54.517Z | Checking slab v0.4.9 |
1719 | 2025-01-25T04:38:54.631Z | Checking cpufeatures v0.2.14 |
1720 | 2025-01-25T04:38:54.678Z | Checking futures-sink v0.3.31 |
1721 | 2025-01-25T04:38:54.756Z | Checking foldhash v0.1.3 |
1722 | 2025-01-25T04:38:54.792Z | Checking equivalent v1.0.1 |
1723 | 2025-01-25T04:38:54.859Z | Checking pin-utils v0.1.0 |
1724 | 2025-01-25T04:38:54.933Z | Checking iana-time-zone v0.1.61 |
1725 | 2025-01-25T04:38:54.982Z | Checking futures-channel v0.3.31 |
1726 | 2025-01-25T04:38:55.015Z | Checking hashbrown v0.15.1 |
1727 | 2025-01-25T04:38:55.047Z | Checking futures-task v0.3.31 |
1728 | 2025-01-25T04:38:55.123Z | Checking stable_deref_trait v1.2.0 |
1729 | 2025-01-25T04:38:55.268Z | Checking fnv v1.0.7 |
1730 | 2025-01-25T04:38:55.317Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1731 | 2025-01-25T04:38:55.393Z | Checking futures-util v0.3.31 |
1732 | 2025-01-25T04:38:55.510Z | Checking crypto-common v0.1.6 |
1733 | 2025-01-25T04:38:55.510Z | Checking block-buffer v0.10.4 |
1734 | 2025-01-25T04:38:55.637Z | Checking tracing-core v0.1.32 |
1735 | 2025-01-25T04:38:55.722Z | Checking dyn-clone v1.0.17 |
1736 | 2025-01-25T04:38:55.751Z | Checking ppv-lite86 v0.2.20 |
1737 | 2025-01-25T04:38:55.831Z | Checking errno v0.3.9 |
1738 | 2025-01-25T04:38:55.906Z | Checking zerofrom v0.1.4 |
1739 | 2025-01-25T04:38:56.053Z | Checking crossbeam-utils v0.8.20 |
1740 | 2025-01-25T04:38:56.080Z | Checking litemap v0.7.3 |
1741 | 2025-01-25T04:38:56.134Z | Checking yoke v0.7.4 |
1742 | 2025-01-25T04:38:56.255Z | Checking digest v0.10.7 |
1743 | 2025-01-25T04:38:56.320Z | Checking tracing v0.1.40 |
1744 | 2025-01-25T04:38:56.457Z | Checking percent-encoding v2.3.1 |
1745 | 2025-01-25T04:38:56.485Z | Checking zerovec v0.10.4 |
1746 | 2025-01-25T04:38:56.509Z | Checking rand_chacha v0.3.1 |
1747 | 2025-01-25T04:38:56.633Z | Checking writeable v0.5.5 |
1748 | 2025-01-25T04:38:56.688Z | Checking block-padding v0.3.3 |
1749 | 2025-01-25T04:38:56.715Z | Checking httparse v1.9.5 |
1750 | 2025-01-25T04:38:56.783Z | Checking regex-syntax v0.8.5 |
1751 | 2025-01-25T04:38:56.905Z | Checking inout v0.1.3 |
1752 | 2025-01-25T04:38:56.934Z | Checking rand v0.8.5 |
1753 | 2025-01-25T04:38:56.937Z | Checking icu_locid_transform_data v1.5.0 |
1754 | 2025-01-25T04:38:57.046Z | Checking bytes v1.9.0 |
1755 | 2025-01-25T04:38:57.074Z | Checking bitflags v2.6.0 |
1756 | 2025-01-25T04:38:57.138Z | Checking serde_json v1.0.135 |
1757 | 2025-01-25T04:38:57.205Z | Checking chrono v0.4.39 |
1758 | 2025-01-25T04:38:57.405Z | Checking indexmap v2.7.0 |
1759 | 2025-01-25T04:38:57.892Z | Checking tokio v1.43.0 |
1760 | 2025-01-25T04:38:58.099Z | Checking uuid v1.12.0 |
1761 | 2025-01-25T04:38:58.162Z | Checking http v1.2.0 |
1762 | 2025-01-25T04:38:58.624Z | Checking rustix v0.38.37 |
1763 | 2025-01-25T04:38:58.866Z | Checking tinystr v0.7.6 |
1764 | 2025-01-25T04:38:58.872Z | Checking atomic-waker v1.1.2 |
1765 | 2025-01-25T04:38:58.991Z | Checking unicode-ident v1.0.14 |
1766 | 2025-01-25T04:38:59.153Z | Checking icu_locid v1.5.0 |
1767 | 2025-01-25T04:38:59.192Z | Checking icu_collections v1.5.0 |
1768 | 2025-01-25T04:38:59.271Z | Checking schemars v0.8.21 |
1769 | 2025-01-25T04:38:59.502Z | Checking cipher v0.4.4 |
1770 | 2025-01-25T04:38:59.888Z | Checking form_urlencoded v1.2.1 |
1771 | 2025-01-25T04:38:59.990Z | Checking icu_properties_data v1.5.0 |
1772 | 2025-01-25T04:39:00.046Z | Checking untrusted v0.9.0 |
1773 | 2025-01-25T04:39:00.095Z | Checking aho-corasick v1.1.3 |
1774 | 2025-01-25T04:39:00.175Z | Checking utf16_iter v1.0.5 |
1775 | 2025-01-25T04:39:00.206Z | Checking icu_provider v1.5.0 |
1776 | 2025-01-25T04:39:00.209Z | Checking utf8_iter v1.0.4 |
1777 | 2025-01-25T04:39:00.256Z | Checking ring v0.17.8 |
1778 | 2025-01-25T04:39:00.352Z | Checking icu_normalizer_data v1.5.0 |
1779 | 2025-01-25T04:39:00.443Z | Checking write16 v1.0.0 |
1780 | 2025-01-25T04:39:00.479Z | Checking powerfmt v0.2.0 |
1781 | 2025-01-25T04:39:00.607Z | Checking proc-macro2 v1.0.92 |
1782 | 2025-01-25T04:39:00.804Z | Checking deranged v0.3.11 |
1783 | 2025-01-25T04:39:00.853Z | Checking icu_locid_transform v1.5.0 |
1784 | 2025-01-25T04:39:00.892Z | Checking time-core v0.1.2 |
1785 | 2025-01-25T04:39:01.114Z | Checking base64ct v1.6.0 |
1786 | 2025-01-25T04:39:01.340Z | Checking num_threads v0.1.7 |
1787 | 2025-01-25T04:39:01.485Z | Checking num-conv v0.1.0 |
1788 | 2025-01-25T04:39:01.564Z | Checking quote v1.0.38 |
1789 | 2025-01-25T04:39:01.738Z | Checking sha2 v0.10.8 |
1790 | 2025-01-25T04:39:01.799Z | Checking regex-automata v0.4.8 |
1791 | 2025-01-25T04:39:01.935Z | Checking hmac v0.12.1 |
1792 | 2025-01-25T04:39:01.968Z | Checking icu_properties v1.5.1 |
1793 | 2025-01-25T04:39:01.970Z | Checking rustls-pki-types v1.10.0 |
1794 | 2025-01-25T04:39:02.056Z | Checking adler2 v2.0.0 |
1795 | 2025-01-25T04:39:02.236Z | Checking syn v2.0.96 |
1796 | 2025-01-25T04:39:02.246Z | Checking time v0.3.36 |
1797 | 2025-01-25T04:39:02.246Z | Checking miniz_oxide v0.8.0 |
1798 | 2025-01-25T04:39:02.310Z | Checking http-body v1.0.1 |
1799 | 2025-01-25T04:39:02.534Z | Checking aws-lc-sys v0.22.0 |
1800 | 2025-01-25T04:39:02.578Z | Checking untrusted v0.7.1 |
1801 | 2025-01-25T04:39:02.781Z | Checking httpdate v1.0.3 |
1802 | 2025-01-25T04:39:02.974Z | Checking mirai-annotations v1.12.0 |
1803 | 2025-01-25T04:39:03.041Z | Checking base64 v0.22.1 |
1804 | 2025-01-25T04:39:03.171Z | Checking try-lock v0.2.5 |
1805 | 2025-01-25T04:39:03.370Z | Checking want v0.3.1 |
1806 | 2025-01-25T04:39:03.543Z | Checking ahash v0.8.11 |
1807 | 2025-01-25T04:39:03.567Z | Checking pem-rfc7468 v0.7.0 |
1808 | 2025-01-25T04:39:03.882Z | Checking lazy_static v1.5.0 |
1809 | 2025-01-25T04:39:04.038Z | Checking tower-service v0.3.3 |
1810 | 2025-01-25T04:39:04.065Z | Checking slog v2.7.0 |
1811 | 2025-01-25T04:39:04.194Z | Checking flagset v0.4.6 |
1812 | 2025-01-25T04:39:04.478Z | Checking mime v0.3.17 |
1813 | 2025-01-25T04:39:04.545Z | Checking der v0.7.9 |
1814 | 2025-01-25T04:39:04.712Z | Checking pbkdf2 v0.12.2 |
1815 | 2025-01-25T04:39:04.742Z | Checking aws-lc-rs v1.10.0 |
1816 | 2025-01-25T04:39:04.774Z | Checking aes v0.8.4 |
1817 | 2025-01-25T04:39:04.865Z | Checking tokio-util v0.7.12 |
1818 | 2025-01-25T04:39:04.896Z | Checking gimli v0.31.1 |
1819 | 2025-01-25T04:39:05.213Z | Checking icu_normalizer v1.5.0 |
1820 | 2025-01-25T04:39:05.707Z | Checking h2 v0.4.6 |
1821 | 2025-01-25T04:39:05.772Z | Checking http-body-util v0.1.2 |
1822 | 2025-01-25T04:39:06.067Z | Checking idna_adapter v1.2.0 |
1823 | 2025-01-25T04:39:06.215Z | Checking salsa20 v0.10.2 |
1824 | 2025-01-25T04:39:06.275Z | Checking idna v1.0.3 |
1825 | 2025-01-25T04:39:06.305Z | Checking spki v0.7.3 |
1826 | 2025-01-25T04:39:06.336Z | Checking regex v1.11.1 |
1827 | 2025-01-25T04:39:06.427Z | Checking cbc v0.1.2 |
1828 | 2025-01-25T04:39:06.537Z | Checking rustls-webpki v0.102.8 |
1829 | 2025-01-25T04:39:06.594Z | Checking semver v1.0.24 |
1830 | 2025-01-25T04:39:06.714Z | Checking object v0.36.5 |
1831 | 2025-01-25T04:39:06.785Z | Checking url v2.5.3 |
1832 | 2025-01-25T04:39:06.952Z | Checking rustc-demangle v0.1.24 |
1833 | 2025-01-25T04:39:07.022Z | Checking scrypt v0.11.0 |
1834 | 2025-01-25T04:39:07.288Z | Checking rustls-pemfile v2.2.0 |
1835 | 2025-01-25T04:39:07.380Z | Checking ipnet v2.10.1 |
1836 | 2025-01-25T04:39:07.409Z | Checking openssl-probe v0.1.5 |
1837 | 2025-01-25T04:39:07.523Z | Checking foreign-types-shared v0.1.1 |
1838 | 2025-01-25T04:39:07.592Z | Checking pkcs5 v0.7.1 |
1839 | 2025-01-25T04:39:07.622Z | Checking serde_urlencoded v0.7.1 |
1840 | 2025-01-25T04:39:07.659Z | Checking foreign-types v0.3.2 |
1841 | 2025-01-25T04:39:07.850Z | Checking futures-executor v0.3.31 |
1842 | 2025-01-25T04:39:07.877Z | Checking openssl-sys v0.9.103 |
1843 | 2025-01-25T04:39:08.037Z | Checking encoding_rs v0.8.34 |
1844 | 2025-01-25T04:39:08.065Z | Checking utf8parse v0.2.2 |
1845 | 2025-01-25T04:39:08.127Z | Checking pkcs8 v0.10.2 |
1846 | 2025-01-25T04:39:08.241Z | Checking futures v0.3.31 |
1847 | 2025-01-25T04:39:08.310Z | Checking serde_spanned v0.6.8 |
1848 | 2025-01-25T04:39:08.367Z | Checking toml_datetime v0.6.8 |
1849 | 2025-01-25T04:39:08.429Z | Checking unicode-width v0.1.14 |
1850 | 2025-01-25T04:39:08.515Z | Checking rustls v0.23.19 |
1851 | 2025-01-25T04:39:08.660Z | Checking data-encoding v2.6.0 |
1852 | 2025-01-25T04:39:08.784Z | Checking addr2line v0.24.2 |
1853 | 2025-01-25T04:39:08.978Z | Checking anstyle v1.0.10 |
1854 | 2025-01-25T04:39:09.036Z | Checking openssl v0.10.66 |
1855 | 2025-01-25T04:39:09.264Z | Checking either v1.13.0 |
1856 | 2025-01-25T04:39:09.338Z | Checking openapiv3 v2.0.0 |
1857 | 2025-01-25T04:39:09.340Z | Checking sha1 v0.10.6 |
1858 | 2025-01-25T04:39:09.633Z | Checking psl-types v2.0.11 |
1859 | 2025-01-25T04:39:09.683Z | Checking cookie v0.18.1 |
1860 | 2025-01-25T04:39:09.835Z | Checking publicsuffix v2.3.0 |
1861 | 2025-01-25T04:39:10.152Z | Checking webpki-roots v0.26.6 |
1862 | 2025-01-25T04:39:10.156Z | Checking cookie_store v0.21.1 |
1863 | 2025-01-25T04:39:10.358Z | Checking anstyle-parse v0.2.5 |
1864 | 2025-01-25T04:39:10.391Z | Checking camino v1.1.9 |
1865 | 2025-01-25T04:39:10.670Z | Checking sync_wrapper v1.0.1 |
1866 | 2025-01-25T04:39:10.852Z | Checking is-terminal v0.4.13 |
1867 | 2025-01-25T04:39:10.906Z | Checking is_terminal_polyfill v1.70.1 |
1868 | 2025-01-25T04:39:10.983Z | Checking winnow v0.6.20 |
1869 | 2025-01-25T04:39:11.016Z | Checking colorchoice v1.0.2 |
1870 | 2025-01-25T04:39:11.051Z | Checking anstyle-query v1.1.1 |
1871 | 2025-01-25T04:39:11.211Z | Checking terminal_size v0.4.0 |
1872 | 2025-01-25T04:39:11.216Z | Checking anstream v0.6.15 |
1873 | 2025-01-25T04:39:11.377Z | Checking signature v2.2.0 |
1874 | 2025-01-25T04:39:11.595Z | Checking strsim v0.11.1 |
1875 | 2025-01-25T04:39:11.623Z | Checking clap_lex v0.7.2 |
1876 | 2025-01-25T04:39:11.914Z | Checking scroll v0.12.0 |
1877 | 2025-01-25T04:39:11.916Z | Checking clap_builder v4.5.21 |
1878 | 2025-01-25T04:39:12.329Z | Checking hyper v1.5.2 |
1879 | 2025-01-25T04:39:12.424Z | Checking ucd-trie v0.1.7 |
1880 | 2025-01-25T04:39:12.660Z | Checking tinyvec_macros v0.1.1 |
1881 | 2025-01-25T04:39:12.723Z | Checking plain v0.2.3 |
1882 | 2025-01-25T04:39:12.781Z | Checking tinyvec v1.8.0 |
1883 | 2025-01-25T04:39:12.870Z | Checking backtrace v0.3.74 |
1884 | 2025-01-25T04:39:12.917Z | Checking goblin v0.8.2 |
1885 | 2025-01-25T04:39:13.462Z | Checking anyhow v1.0.95 |
1886 | 2025-01-25T04:39:13.651Z | Checking pest v2.7.14 |
1887 | 2025-01-25T04:39:13.755Z | Checking tokio-rustls v0.26.0 |
1888 | 2025-01-25T04:39:13.852Z | Checking dirs-sys-next v0.1.2 |
1889 | 2025-01-25T04:39:14.049Z | Checking pretty-hex v0.4.1 |
1890 | 2025-01-25T04:39:14.185Z | Checking base16ct v0.2.0 |
1891 | 2025-01-25T04:39:14.211Z | Checking dirs-next v2.0.0 |
1892 | 2025-01-25T04:39:14.258Z | Checking crossbeam-channel v0.5.13 |
1893 | 2025-01-25T04:39:14.328Z | Checking hyper-util v0.1.10 |
1894 | 2025-01-25T04:39:14.408Z | Checking sec1 v0.7.3 |
1895 | 2025-01-25T04:39:14.458Z | Checking num-integer v0.1.46 |
1896 | 2025-01-25T04:39:14.461Z | Checking native-tls v0.2.12 |
1897 | 2025-01-25T04:39:14.775Z | Checking tokio-native-tls v0.3.1 |
1898 | 2025-01-25T04:39:14.822Z | Checking ff v0.13.0 |
1899 | 2025-01-25T04:39:14.974Z | Checking clap v4.5.21 |
1900 | 2025-01-25T04:39:14.977Z | Checking thread-id v4.2.2 |
1901 | 2025-01-25T04:39:15.040Z | Checking thread_local v1.1.8 |
1902 | 2025-01-25T04:39:15.072Z | Checking group v0.13.0 |
1903 | 2025-01-25T04:39:15.074Z | Checking term v0.7.0 |
1904 | 2025-01-25T04:39:15.126Z | Checking toml_edit v0.22.22 |
1905 | 2025-01-25T04:39:15.129Z | Checking hkdf v0.12.4 |
1906 | 2025-01-25T04:39:15.348Z | Checking crypto-bigint v0.5.5 |
1907 | 2025-01-25T04:39:15.378Z | Checking memmap v0.7.0 |
1908 | 2025-01-25T04:39:15.410Z | Checking crc32fast v1.4.2 |
1909 | 2025-01-25T04:39:15.531Z | Checking static_assertions v1.1.0 |
1910 | 2025-01-25T04:39:15.687Z | Checking match_cfg v0.1.0 |
1911 | 2025-01-25T04:39:15.689Z | Checking bitflags v1.3.2 |
1912 | 2025-01-25T04:39:15.699Z | Checking utf-8 v0.7.6 |
1913 | 2025-01-25T04:39:15.738Z | Checking take_mut v0.2.2 |
1914 | 2025-01-25T04:39:15.785Z | Checking hostname v0.3.1 |
1915 | 2025-01-25T04:39:15.909Z | Checking slog-async v2.8.0 |
1916 | 2025-01-25T04:39:15.937Z | Checking slog-term v2.9.1 |
1917 | 2025-01-25T04:39:15.961Z | Checking unicode-segmentation v1.12.0 |
1918 | 2025-01-25T04:39:16.196Z | Checking num-iter v0.1.45 |
1919 | 2025-01-25T04:39:16.251Z | Checking dtrace-parser v0.2.0 |
1920 | 2025-01-25T04:39:16.312Z | Checking hyper-tls v0.6.0 |
1921 | 2025-01-25T04:39:16.386Z | Checking hyper-rustls v0.27.3 |
1922 | 2025-01-25T04:39:16.462Z | Checking crossbeam-epoch v0.9.18 |
1923 | 2025-01-25T04:39:16.627Z | Checking itertools v0.10.5 |
1924 | 2025-01-25T04:39:16.667Z | Checking bstr v1.10.0 |
1925 | 2025-01-25T04:39:16.812Z | Checking slog-json v2.6.1 |
1926 | 2025-01-25T04:39:16.815Z | Checking reqwest v0.12.9 |
1927 | 2025-01-25T04:39:16.921Z | Checking rfc6979 v0.4.0 |
1928 | 2025-01-25T04:39:17.032Z | Checking hex v0.4.3 |
1929 | 2025-01-25T04:39:17.130Z | Checking winnow v0.5.40 |
1930 | 2025-01-25T04:39:17.556Z | Checking managed v0.8.0 |
1931 | 2025-01-25T04:39:17.610Z | Checking slog-bunyan v2.5.0 |
1932 | 2025-01-25T04:39:17.794Z | Checking crossbeam-deque v0.8.5 |
1933 | 2025-01-25T04:39:17.828Z | Checking toml v0.8.19 |
1934 | 2025-01-25T04:39:17.960Z | Checking num-bigint-dig v0.8.4 |
1935 | 2025-01-25T04:39:18.035Z | Checking dof v0.3.0 |
1936 | 2025-01-25T04:39:18.080Z | Checking elliptic-curve v0.13.8 |
1937 | 2025-01-25T04:39:18.123Z | Checking flate2 v1.0.35 |
1938 | 2025-01-25T04:39:18.595Z | Checking pkcs1 v0.7.5 |
1939 | 2025-01-25T04:39:18.639Z | Checking rustls v0.22.4 |
1940 | 2025-01-25T04:39:18.670Z | Checking usdt-impl v0.5.0 |
1941 | 2025-01-25T04:39:18.712Z | Checking ecdsa v0.16.9 |
1942 | 2025-01-25T04:39:18.779Z | Checking curve25519-dalek v4.1.3 |
1943 | 2025-01-25T04:39:18.808Z | Checking zerocopy v0.6.6 |
1944 | 2025-01-25T04:39:19.050Z | Checking siphasher v0.3.11 |
1945 | 2025-01-25T04:39:19.229Z | Checking usdt v0.5.0 |
1946 | 2025-01-25T04:39:19.736Z | Checking rayon-core v1.12.1 |
1947 | 2025-01-25T04:39:19.758Z | Checking unicode-normalization v0.1.24 |
1948 | 2025-01-25T04:39:19.758Z | Checking ed25519 v2.2.3 |
1949 | 2025-01-25T04:39:19.758Z | Checking signal-hook v0.3.17 |
1950 | 2025-01-25T04:39:19.866Z | Checking quick-error v1.2.3 |
1951 | 2025-01-25T04:39:19.905Z | Checking debug-ignore v1.0.5 |
1952 | 2025-01-25T04:39:19.991Z | Checking rsa v0.9.6 |
1953 | 2025-01-25T04:39:20.019Z | Checking toml_edit v0.19.15 |
1954 | 2025-01-25T04:39:20.044Z | Checking hickory-proto v0.24.2 |
1955 | 2025-01-25T04:39:20.159Z | Checking multer v3.1.0 |
1956 | 2025-01-25T04:39:20.165Z | Checking x509-cert v0.2.5 |
1957 | 2025-01-25T04:39:20.403Z | Checking waitgroup v0.1.2 |
1958 | 2025-01-25T04:39:20.497Z | Checking hubpack v0.1.2 |
1959 | 2025-01-25T04:39:20.563Z | Checking serde_path_to_error v0.1.16 |
1960 | 2025-01-25T04:39:20.677Z | Checking ed25519-dalek v2.1.1 |
1961 | 2025-01-25T04:39:20.829Z | Checking bzip2-sys v0.1.11+1.0.8 |
1962 | 2025-01-25T04:39:20.987Z | Checking async-stream v0.3.6 |
1963 | 2025-01-25T04:39:21.046Z | Checking hostname v0.4.0 |
1964 | 2025-01-25T04:39:21.137Z | Checking bit-vec v0.6.3 |
1965 | 2025-01-25T04:39:21.276Z | Checking bzip2 v0.4.4 |
1966 | 2025-01-25T04:39:21.293Z | Checking signal-hook-mio v0.2.4 |
1967 | 2025-01-25T04:39:21.293Z | Checking console v0.15.8 |
1968 | 2025-01-25T04:39:21.396Z | Checking hash32 v0.2.1 |
1969 | 2025-01-25T04:39:21.459Z | Checking bit-set v0.5.3 |
1970 | 2025-01-25T04:39:21.503Z | Checking unicode-bidi v0.3.17 |
1971 | 2025-01-25T04:39:21.663Z | Checking unicode-properties v0.1.3 |
1972 | 2025-01-25T04:39:21.710Z | Checking linked-hash-map v0.5.6 |
1973 | 2025-01-25T04:39:21.744Z | Checking predicates-core v1.0.8 |
1974 | 2025-01-25T04:39:21.834Z | Checking heapless v0.7.17 |
1975 | 2025-01-25T04:39:21.947Z | Checking crossterm v0.28.1 |
1976 | 2025-01-25T04:39:22.021Z | Checking lru-cache v0.1.2 |
1977 | 2025-01-25T04:39:22.064Z | Checking rayon v1.10.0 |
1978 | 2025-01-25T04:39:22.111Z | Checking tokio-rustls v0.25.0 |
1979 | 2025-01-25T04:39:22.142Z | Checking stringprep v0.1.5 |
1980 | 2025-01-25T04:39:22.210Z | Checking phf_shared v0.11.2 |
1981 | 2025-01-25T04:39:22.445Z | Checking similar v2.6.0 |
1982 | 2025-01-25T04:39:22.492Z | Checking tokio-stream v0.1.16 |
1983 | 2025-01-25T04:39:22.522Z | Checking dropshot v0.12.0 |
1984 | 2025-01-25T04:39:22.594Z | Checking toml v0.7.8 |
1985 | 2025-01-25T04:39:22.764Z | Checking newtype-uuid v1.2.1 |
1986 | 2025-01-25T04:39:23.049Z | Checking md-5 v0.10.6 |
1987 | 2025-01-25T04:39:23.285Z | Checking float-cmp v0.9.0 |
1988 | 2025-01-25T04:39:23.319Z | Checking fixedbitset v0.4.2 |
1989 | 2025-01-25T04:39:23.322Z | Checking normalize-line-endings v0.3.0 |
1990 | 2025-01-25T04:39:23.322Z | Checking fallible-iterator v0.2.0 |
1991 | 2025-01-25T04:39:23.519Z | Checking difflib v0.4.0 |
1992 | 2025-01-25T04:39:23.524Z | Checking smoltcp v0.9.1 |
1993 | 2025-01-25T04:39:23.608Z | Checking petgraph v0.6.5 |
1994 | 2025-01-25T04:39:23.694Z | Checking phf v0.11.2 |
1995 | 2025-01-25T04:39:23.854Z | Checking predicates v3.1.2 |
1996 | 2025-01-25T04:39:23.926Z | Checking postgres-protocol v0.6.7 |
1997 | 2025-01-25T04:39:23.984Z | Checking zip v0.6.6 |
1998 | 2025-01-25T04:39:24.526Z | Checking resolv-conf v0.7.0 |
1999 | 2025-01-25T04:39:24.660Z | Checking phf_shared v0.10.0 |
2000 | 2025-01-25T04:39:24.751Z | Checking tungstenite v0.24.0 |
2001 | 2025-01-25T04:39:24.852Z | Checking fs-err v2.11.0 |
2002 | 2025-01-25T04:39:24.896Z | Checking serde-big-array v0.5.1 |
2003 | 2025-01-25T04:39:24.963Z | Checking portable-atomic v1.9.0 |
2004 | 2025-01-25T04:39:24.993Z | Checking precomputed-hash v0.1.1 |
2005 | 2025-01-25T04:39:25.127Z | Checking number_prefix v0.4.0 |
2006 | 2025-01-25T04:39:25.157Z | Checking minimal-lexical v0.2.1 |
2007 | 2025-01-25T04:39:25.357Z | Checking lalrpop-util v0.19.12 |
2008 | 2025-01-25T04:39:25.439Z | Checking unicode-width v0.2.0 |
2009 | 2025-01-25T04:39:25.597Z | Checking new_debug_unreachable v1.0.6 |
2010 | 2025-01-25T04:39:25.652Z | Checking tokio-tungstenite v0.24.0 |
2011 | 2025-01-25T04:39:25.748Z | Checking nom v7.1.3 |
2012 | 2025-01-25T04:39:25.754Z | Checking string_cache v0.8.7 |
2013 | 2025-01-25T04:39:25.754Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2014 | 2025-01-25T04:39:25.965Z | Checking hickory-resolver v0.24.2 |
2015 | 2025-01-25T04:39:26.022Z | Checking indicatif v0.17.9 |
2016 | 2025-01-25T04:39:26.049Z | Checking postgres-types v0.2.8 |
2017 | 2025-01-25T04:39:26.139Z | Checking itertools v0.12.1 |
2018 | 2025-01-25T04:39:26.142Z | Checking whoami v1.5.2 |
2019 | 2025-01-25T04:39:26.513Z | Checking peg-runtime v0.8.3 |
2020 | 2025-01-25T04:39:26.735Z | Checking tokio-postgres v0.7.12 |
2021 | 2025-01-25T04:39:26.765Z | Compiling hashbrown v0.14.5 |
2022 | 2025-01-25T04:39:26.872Z | Compiling thiserror v2.0.11 |
2023 | 2025-01-25T04:39:26.878Z | Compiling thiserror-impl v2.0.11 |
2024 | 2025-01-25T04:39:27.583Z | Checking qorb v0.2.1 |
2025 | 2025-01-25T04:39:27.851Z | Compiling ident_case v1.0.1 |
2026 | 2025-01-25T04:39:27.996Z | Compiling regress v0.10.1 |
2027 | 2025-01-25T04:39:28.074Z | Compiling darling_core v0.20.10 |
2028 | 2025-01-25T04:39:28.324Z | Compiling unsafe-libyaml v0.2.11 |
2029 | 2025-01-25T04:39:29.723Z | Compiling serde_yaml v0.9.34+deprecated |
2030 | 2025-01-25T04:39:29.726Z | Checking heck v0.5.0 |
2031 | 2025-01-25T04:39:30.246Z | Checking fastrand v2.1.1 |
2032 | 2025-01-25T04:39:30.264Z | Checking ipnetwork v0.20.0 |
2033 | 2025-01-25T04:39:30.469Z | Checking progenitor-client v0.9.1 |
2034 | 2025-01-25T04:39:30.560Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2035 | 2025-01-25T04:39:30.623Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2036 | 2025-01-25T04:39:30.849Z | Compiling structmeta-derive v0.3.0 |
2037 | 2025-01-25T04:39:30.909Z | Checking strum v0.26.3 |
2038 | 2025-01-25T04:39:30.994Z | Compiling dropshot v0.15.1 |
2039 | 2025-01-25T04:39:31.088Z | Checking macaddr v1.0.1 |
2040 | 2025-01-25T04:39:31.410Z | Compiling dropshot_endpoint v0.15.1 |
2041 | 2025-01-25T04:39:31.454Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2025-01-25T04:39:31.867Z | Compiling typify-impl v0.2.0 |
2043 | 2025-01-25T04:39:32.227Z | Checking tempfile v3.13.0 |
2044 | 2025-01-25T04:39:32.642Z | Checking progenitor-client v0.8.0 |
2045 | 2025-01-25T04:39:32.883Z | Checking instant v0.1.13 |
2046 | 2025-01-25T04:39:33.013Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2047 | 2025-01-25T04:39:33.041Z | Checking regress v0.9.1 |
2048 | 2025-01-25T04:39:33.462Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2049 | 2025-01-25T04:39:33.596Z | Compiling structmeta v0.3.0 |
2050 | 2025-01-25T04:39:33.619Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2051 | 2025-01-25T04:39:34.026Z | Compiling parse-display-derive v0.10.0 |
2052 | 2025-01-25T04:39:34.055Z | Checking backoff v0.4.0 |
2053 | 2025-01-25T04:39:34.228Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2025-01-25T04:39:34.342Z | Compiling darling_macro v0.20.10 |
2055 | 2025-01-25T04:39:34.386Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2056 | 2025-01-25T04:39:34.415Z | Checking wait-timeout v0.2.0 |
2057 | 2025-01-25T04:39:34.566Z | Checking rand_xorshift v0.3.0 |
2058 | 2025-01-25T04:39:34.707Z | Checking rusty-fork v0.3.0 |
2059 | 2025-01-25T04:39:34.778Z | Checking unarray v0.1.4 |
2060 | 2025-01-25T04:39:34.958Z | Compiling structmeta-derive v0.2.0 |
2061 | 2025-01-25T04:39:34.983Z | Checking proptest v1.5.0 |
2062 | 2025-01-25T04:39:35.260Z | Compiling darling v0.20.10 |
2063 | 2025-01-25T04:39:35.404Z | Compiling serde_with_macros v3.11.0 |
2064 | 2025-01-25T04:39:36.293Z | Checking camino-tempfile v1.1.1 |
2065 | 2025-01-25T04:39:36.612Z | Compiling proc-macro-error v1.0.4 |
2066 | 2025-01-25T04:39:36.661Z | Compiling proc-macro-crate v1.3.1 |
2067 | 2025-01-25T04:39:37.275Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2068 | 2025-01-25T04:39:37.657Z | Compiling structmeta v0.2.0 |
2069 | 2025-01-25T04:39:37.685Z | Compiling num_enum_derive v0.5.11 |
2070 | 2025-01-25T04:39:37.714Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2071 | 2025-01-25T04:39:38.076Z | Checking serde_with v3.11.0 |
2072 | 2025-01-25T04:39:38.093Z | Compiling test-strategy v0.3.1 |
2073 | 2025-01-25T04:39:38.118Z | Compiling foreign-types-macros v0.2.3 |
2074 | 2025-01-25T04:39:38.212Z | Checking parse-display v0.10.0 |
2075 | 2025-01-25T04:39:38.479Z | Checking foreign-types-shared v0.3.1 |
2076 | 2025-01-25T04:39:39.015Z | Checking tabwriter v1.4.0 |
2077 | 2025-01-25T04:39:39.300Z | Checking cstr-argument v0.1.2 |
2078 | 2025-01-25T04:39:39.338Z | Checking foreign-types v0.5.0 |
2079 | 2025-01-25T04:39:39.466Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2080 | 2025-01-25T04:39:39.509Z | Checking pretty-hex v0.2.1 |
2081 | 2025-01-25T04:39:39.579Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2082 | 2025-01-25T04:39:39.701Z | Checking colored v2.1.0 |
2083 | 2025-01-25T04:39:39.994Z | Checking smf v0.2.3 |
2084 | 2025-01-25T04:39:40.024Z | Checking itertools v0.13.0 |
2085 | 2025-01-25T04:39:40.050Z | Checking num_enum v0.5.11 |
2086 | 2025-01-25T04:39:40.077Z | Checking base64 v0.21.7 |
2087 | 2025-01-25T04:39:40.301Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2088 | 2025-01-25T04:39:40.323Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2089 | 2025-01-25T04:39:40.462Z | Compiling typify-impl v0.3.0 |
2090 | 2025-01-25T04:39:40.512Z | Compiling crucible-workspace-hack v0.1.0 |
2091 | 2025-01-25T04:39:40.541Z | Compiling zerocopy v0.8.10 |
2092 | 2025-01-25T04:39:41.035Z | Checking atomicwrites v0.4.4 |
2093 | 2025-01-25T04:39:41.263Z | Compiling zerocopy-derive v0.8.10 |
2094 | 2025-01-25T04:39:41.469Z | Checking termtree v0.4.1 |
2095 | 2025-01-25T04:39:41.654Z | Compiling heapless v0.8.0 |
2096 | 2025-01-25T04:39:41.709Z | Checking predicates-tree v1.0.11 |
2097 | 2025-01-25T04:39:41.901Z | Checking hash32 v0.3.1 |
2098 | 2025-01-25T04:39:42.137Z | Compiling smoltcp v0.11.0 |
2099 | 2025-01-25T04:39:42.587Z | Checking cobs v0.2.3 |
2100 | 2025-01-25T04:39:42.800Z | Checking postcard v1.0.10 |
2101 | 2025-01-25T04:39:42.834Z | Checking sigpipe v0.1.3 |
2102 | 2025-01-25T04:39:42.979Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2103 | 2025-01-25T04:39:43.235Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2104 | 2025-01-25T04:39:43.360Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2105 | 2025-01-25T04:39:43.387Z | Compiling mockall_derive v0.13.0 |
2106 | 2025-01-25T04:39:43.412Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2107 | 2025-01-25T04:39:43.750Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2108 | 2025-01-25T04:39:43.778Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2109 | 2025-01-25T04:39:44.133Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2110 | 2025-01-25T04:39:44.231Z | Compiling zone_cfg_derive v0.3.0 |
2111 | 2025-01-25T04:39:45.698Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2112 | 2025-01-25T04:39:46.096Z | Compiling num-derive v0.4.2 |
2113 | 2025-01-25T04:39:46.099Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2114 | 2025-01-25T04:39:46.432Z | Checking fragile v2.0.0 |
2115 | 2025-01-25T04:39:46.454Z | Checking downcast v0.11.0 |
2116 | 2025-01-25T04:39:46.720Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2117 | 2025-01-25T04:39:46.746Z | Checking zone v0.3.0 |
2118 | 2025-01-25T04:39:46.890Z | Compiling convert_case v0.4.0 |
2119 | 2025-01-25T04:39:47.023Z | Checking tungstenite v0.21.0 |
2120 | 2025-01-25T04:39:47.547Z | Checking newline-converter v0.3.0 |
2121 | 2025-01-25T04:39:47.738Z | Checking expectorate v1.1.0 |
2122 | 2025-01-25T04:39:47.768Z | Compiling derive_more v0.99.18 |
2123 | 2025-01-25T04:39:47.795Z | Compiling typify-macro v0.2.0 |
2124 | 2025-01-25T04:39:47.915Z | Checking same-file v1.0.6 |
2125 | 2025-01-25T04:39:47.942Z | Checking tokio-tungstenite v0.21.0 |
2126 | 2025-01-25T04:39:48.139Z | Checking walkdir v2.5.0 |
2127 | 2025-01-25T04:39:48.420Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2128 | 2025-01-25T04:39:48.450Z | Checking arc-swap v1.7.1 |
2129 | 2025-01-25T04:39:48.469Z | Checking xattr v1.3.1 |
2130 | 2025-01-25T04:39:48.686Z | Checking filetime v0.2.25 |
2131 | 2025-01-25T04:39:48.882Z | Checking num-rational v0.4.2 |
2132 | 2025-01-25T04:39:48.885Z | Checking slog-scope v4.4.0 |
2133 | 2025-01-25T04:39:48.934Z | Checking tar v0.4.42 |
2134 | 2025-01-25T04:39:49.139Z | Checking slog-stdlog v4.1.1 |
2135 | 2025-01-25T04:39:49.344Z | Checking slog-envlogger v2.2.0 |
2136 | 2025-01-25T04:39:49.570Z | Checking num-complex v0.4.6 |
2137 | 2025-01-25T04:39:49.600Z | Checking float-ord v0.3.2 |
2138 | 2025-01-25T04:39:49.782Z | Checking indent_write v2.2.0 |
2139 | 2025-01-25T04:39:49.813Z | Checking swrite v0.1.0 |
2140 | 2025-01-25T04:39:49.952Z | Compiling cancel-safe-futures v0.1.5 |
2141 | 2025-01-25T04:39:50.020Z | Compiling owo-colors v4.1.0 |
2142 | 2025-01-25T04:39:50.465Z | Checking num v0.4.3 |
2143 | 2025-01-25T04:39:50.589Z | Checking libsw v3.3.1 |
2144 | 2025-01-25T04:39:50.874Z | Checking password-hash v0.5.0 |
2145 | 2025-01-25T04:39:50.899Z | Checking blake2 v0.10.6 |
2146 | 2025-01-25T04:39:50.967Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2147 | 2025-01-25T04:39:51.353Z | Checking linear-map v1.2.0 |
2148 | 2025-01-25T04:39:51.389Z | Checking argon2 v0.5.3 |
2149 | 2025-01-25T04:39:51.611Z | Compiling typify v0.2.0 |
2150 | 2025-01-25T04:39:51.720Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2151 | 2025-01-25T04:39:51.772Z | Compiling progenitor-impl v0.8.0 |
2152 | 2025-01-25T04:39:51.801Z | Checking mockall v0.13.0 |
2153 | 2025-01-25T04:39:51.981Z | Checking pem v3.0.4 |
2154 | 2025-01-25T04:39:52.048Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2025-01-25T04:39:52.074Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2156 | 2025-01-25T04:39:52.255Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2157 | 2025-01-25T04:39:52.631Z | Compiling lzma-sys v0.1.20 |
2158 | 2025-01-25T04:39:52.914Z | Checking headers-core v0.3.0 |
2159 | 2025-01-25T04:39:53.094Z | Compiling heck v0.3.3 |
2160 | 2025-01-25T04:39:53.448Z | Checking highway v1.2.0 |
2161 | 2025-01-25T04:39:53.504Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2162 | 2025-01-25T04:39:53.776Z | Compiling zone_cfg_derive v0.1.2 |
2163 | 2025-01-25T04:39:53.846Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2164 | 2025-01-25T04:39:53.912Z | Checking headers v0.4.0 |
2165 | 2025-01-25T04:39:54.072Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2166 | 2025-01-25T04:39:54.392Z | Checking yasna v0.5.2 |
2167 | 2025-01-25T04:39:54.872Z | Checking base64 v0.13.1 |
2168 | 2025-01-25T04:39:54.952Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2169 | 2025-01-25T04:39:55.150Z | Checking zone v0.1.8 |
2170 | 2025-01-25T04:39:55.274Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2171 | 2025-01-25T04:39:55.302Z | Checking ron v0.7.1 |
2172 | 2025-01-25T04:39:55.331Z | Checking rcgen v0.12.1 |
2173 | 2025-01-25T04:39:55.442Z | Checking xz2 v0.1.7 |
2174 | 2025-01-25T04:39:55.826Z | Checking subprocess v0.2.9 |
2175 | 2025-01-25T04:39:55.985Z | Checking humantime v2.1.0 |
2176 | 2025-01-25T04:39:56.045Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2177 | 2025-01-25T04:39:56.266Z | Compiling semver v0.1.20 |
2178 | 2025-01-25T04:39:56.398Z | Checking prettyplease v0.2.25 |
2179 | 2025-01-25T04:39:56.510Z | Checking half v2.4.1 |
2180 | 2025-01-25T04:39:56.537Z | Compiling typify-macro v0.3.0 |
2181 | 2025-01-25T04:39:56.858Z | Compiling rustc_version v0.1.7 |
2182 | 2025-01-25T04:39:56.940Z | Checking ciborium-io v0.2.2 |
2183 | 2025-01-25T04:39:57.116Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2184 | 2025-01-25T04:39:57.121Z | Checking ciborium-ll v0.2.2 |
2185 | 2025-01-25T04:39:57.345Z | Compiling newtype_derive v0.1.6 |
2186 | 2025-01-25T04:39:57.420Z | Checking ciborium v0.2.2 |
2187 | 2025-01-25T04:39:57.869Z | Checking steno v0.4.1 |
2188 | 2025-01-25T04:39:58.926Z | Compiling progenitor-macro v0.8.0 |
2189 | 2025-01-25T04:40:00.276Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2190 | 2025-01-25T04:40:00.471Z | Compiling typify v0.3.0 |
2191 | 2025-01-25T04:40:00.571Z | Compiling progenitor-impl v0.9.1 |
2192 | 2025-01-25T04:40:00.886Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2193 | 2025-01-25T04:40:01.324Z | Compiling slog-dtrace v0.3.0 |
2194 | 2025-01-25T04:40:01.446Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2195 | 2025-01-25T04:40:01.745Z | Checking display-error-chain v0.2.2 |
2196 | 2025-01-25T04:40:01.953Z | Checking gethostname v0.5.0 |
2197 | 2025-01-25T04:40:02.049Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2198 | 2025-01-25T04:40:02.105Z | Checking nibble_vec v0.1.0 |
2199 | 2025-01-25T04:40:02.242Z | Compiling blake3 v1.5.4 |
2200 | 2025-01-25T04:40:02.334Z | Checking endian-type v0.1.2 |
2201 | 2025-01-25T04:40:02.574Z | Checking keccak v0.1.5 |
2202 | 2025-01-25T04:40:02.760Z | Checking radix_trie v0.2.1 |
2203 | 2025-01-25T04:40:02.932Z | Checking sha3 v0.10.8 |
2204 | 2025-01-25T04:40:03.205Z | Checking universal-hash v0.5.1 |
2205 | 2025-01-25T04:40:03.334Z | Checking opaque-debug v0.3.1 |
2206 | 2025-01-25T04:40:03.399Z | Checking secrecy v0.10.3 |
2207 | 2025-01-25T04:40:03.444Z | Checking aead v0.5.2 |
2208 | 2025-01-25T04:40:03.592Z | Checking poly1305 v0.8.0 |
2209 | 2025-01-25T04:40:03.617Z | Checking chacha20 v0.9.1 |
2210 | 2025-01-25T04:40:04.026Z | Compiling memmap2 v0.9.5 |
2211 | 2025-01-25T04:40:04.123Z | Compiling arrayref v0.3.9 |
2212 | 2025-01-25T04:40:04.255Z | Compiling arrayvec v0.7.6 |
2213 | 2025-01-25T04:40:04.497Z | Compiling constant_time_eq v0.3.1 |
2214 | 2025-01-25T04:40:04.587Z | Compiling toolchain_find v0.4.0 |
2215 | 2025-01-25T04:40:04.695Z | Compiling thiserror-impl-no-std v2.0.2 |
2216 | 2025-01-25T04:40:04.697Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2217 | 2025-01-25T04:40:05.037Z | Compiling topological-sort v0.2.2 |
2218 | 2025-01-25T04:40:05.181Z | Compiling rustfmt-wrapper v0.2.1 |
2219 | 2025-01-25T04:40:05.215Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2220 | 2025-01-25T04:40:05.302Z | Compiling omicron-zone-package v0.12.0 |
2221 | 2025-01-25T04:40:05.843Z | Checking chacha20poly1305 v0.10.1 |
2222 | 2025-01-25T04:40:05.869Z | Compiling async-recursion v1.1.1 |
2223 | 2025-01-25T04:40:05.891Z | Checking fxhash v0.2.1 |
2224 | 2025-01-25T04:40:06.074Z | Checking simd-adler32 v0.3.7 |
2225 | 2025-01-25T04:40:06.104Z | Checking lockfree-object-pool v0.1.6 |
2226 | 2025-01-25T04:40:06.383Z | Compiling zip v2.1.3 |
2227 | 2025-01-25T04:40:06.448Z | Checking bumpalo v3.16.0 |
2228 | 2025-01-25T04:40:07.089Z | Checking termcolor v1.4.1 |
2229 | 2025-01-25T04:40:07.204Z | Checking zopfli v0.8.1 |
2230 | 2025-01-25T04:40:07.225Z | Checking maplit v1.0.2 |
2231 | 2025-01-25T04:40:07.304Z | Compiling radium v0.7.0 |
2232 | 2025-01-25T04:40:07.348Z | Compiling const_format_proc_macros v0.2.33 |
2233 | 2025-01-25T04:40:07.407Z | Compiling maybe-uninit v2.0.0 |
2234 | 2025-01-25T04:40:07.647Z | Checking thiserror-no-std v2.0.2 |
2235 | 2025-01-25T04:40:07.787Z | Checking vsss-rs v3.3.4 |
2236 | 2025-01-25T04:40:07.821Z | Checking tap v1.0.1 |
2237 | 2025-01-25T04:40:07.993Z | Compiling progenitor-macro v0.9.1 |
2238 | 2025-01-25T04:40:08.018Z | Checking wyz v0.5.1 |
2239 | 2025-01-25T04:40:08.406Z | Checking crc-catalog v2.4.0 |
2240 | 2025-01-25T04:40:08.436Z | Compiling packed_struct v0.10.1 |
2241 | 2025-01-25T04:40:08.583Z | Checking funty v2.0.0 |
2242 | 2025-01-25T04:40:08.656Z | Checking home v0.5.9 |
2243 | 2025-01-25T04:40:08.841Z | Checking crc v3.2.1 |
2244 | 2025-01-25T04:40:09.067Z | Checking kstat-rs v0.2.4 |
2245 | 2025-01-25T04:40:09.308Z | Compiling packed_struct_codegen v0.10.1 |
2246 | 2025-01-25T04:40:09.334Z | Checking const_format v0.2.33 |
2247 | 2025-01-25T04:40:09.446Z | Compiling vte_generate_state_changes v0.1.2 |
2248 | 2025-01-25T04:40:09.472Z | Checking bitvec v1.0.1 |
2249 | 2025-01-25T04:40:09.868Z | Compiling indexmap v1.9.3 |
2250 | 2025-01-25T04:40:10.085Z | Compiling libefi-sys v0.1.0 |
2251 | 2025-01-25T04:40:10.187Z | Checking nodrop v0.1.14 |
2252 | 2025-01-25T04:40:10.344Z | Checking array-init v0.0.4 |
2253 | 2025-01-25T04:40:10.556Z | Checking vte v0.11.1 |
2254 | 2025-01-25T04:40:10.828Z | Checking smallvec v0.6.14 |
2255 | 2025-01-25T04:40:11.249Z | Checking fd-lock v4.0.2 |
2256 | 2025-01-25T04:40:11.285Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2257 | 2025-01-25T04:40:11.472Z | Compiling bitfield-struct v0.6.2 |
2258 | 2025-01-25T04:40:11.544Z | Checking hashbrown v0.12.3 |
2259 | 2025-01-25T04:40:11.675Z | Checking bitfield v0.14.0 |
2260 | 2025-01-25T04:40:11.756Z | Checking progenitor v0.8.0 |
2261 | 2025-01-25T04:40:12.002Z | Checking strip-ansi-escapes v0.2.0 |
2262 | 2025-01-25T04:40:12.026Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2263 | 2025-01-25T04:40:12.101Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2264 | 2025-01-25T04:40:12.183Z | Checking serde-hex v0.1.0 |
2265 | 2025-01-25T04:40:12.871Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2266 | 2025-01-25T04:40:13.416Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2267 | 2025-01-25T04:40:13.595Z | Checking env_logger v0.10.2 |
2268 | 2025-01-25T04:40:13.701Z | Checking ron v0.8.1 |
2269 | 2025-01-25T04:40:14.032Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2270 | 2025-01-25T04:40:14.374Z | Checking hashbrown v0.13.2 |
2271 | 2025-01-25T04:40:15.032Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2272 | 2025-01-25T04:40:15.182Z | Checking nu-ansi-term v0.50.1 |
2273 | 2025-01-25T04:40:15.377Z | Checking crc-any v2.5.0 |
2274 | 2025-01-25T04:40:15.620Z | Checking reedline v0.35.0 |
2275 | 2025-01-25T04:40:15.788Z | Checking object v0.30.4 |
2276 | 2025-01-25T04:40:15.815Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2277 | 2025-01-25T04:40:16.197Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2278 | 2025-01-25T04:40:16.450Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2279 | 2025-01-25T04:40:16.687Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2280 | 2025-01-25T04:40:16.900Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2281 | 2025-01-25T04:40:17.261Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2282 | 2025-01-25T04:40:18.386Z | Checking path-slash v0.1.5 |
2283 | 2025-01-25T04:40:18.562Z | Compiling parking_lot_core v0.8.6 |
2284 | 2025-01-25T04:40:18.991Z | Compiling phf_generator v0.11.2 |
2285 | 2025-01-25T04:40:19.204Z | Checking glob v0.3.1 |
2286 | 2025-01-25T04:40:19.500Z | Checking bytecount v0.6.8 |
2287 | 2025-01-25T04:40:19.552Z | Checking parking_lot v0.11.2 |
2288 | 2025-01-25T04:40:19.656Z | Checking papergrid v0.11.0 |
2289 | 2025-01-25T04:40:19.817Z | Compiling phf_codegen v0.11.2 |
2290 | 2025-01-25T04:40:19.946Z | Compiling tabled_derive v0.7.0 |
2291 | 2025-01-25T04:40:20.044Z | Compiling parse-zoneinfo v0.3.1 |
2292 | 2025-01-25T04:40:21.105Z | Checking progenitor v0.9.1 |
2293 | 2025-01-25T04:40:21.364Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2294 | 2025-01-25T04:40:21.454Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2295 | 2025-01-25T04:40:21.546Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2296 | 2025-01-25T04:40:21.987Z | Compiling cfg_aliases v0.1.1 |
2297 | 2025-01-25T04:40:22.124Z | Compiling nix v0.28.0 |
2298 | 2025-01-25T04:40:22.222Z | Checking tabled v0.15.0 |
2299 | 2025-01-25T04:40:22.960Z | Compiling chrono-tz-build v0.4.0 |
2300 | 2025-01-25T04:40:24.346Z | Checking sled v0.34.7 |
2301 | 2025-01-25T04:40:25.013Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2302 | 2025-01-25T04:40:25.371Z | Checking hickory-client v0.24.2 |
2303 | 2025-01-25T04:40:26.106Z | Checking hickory-server v0.24.2 |
2304 | 2025-01-25T04:40:26.152Z | Compiling chrono-tz v0.10.1 |
2305 | 2025-01-25T04:40:26.887Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2306 | 2025-01-25T04:40:27.017Z | Compiling unicase v2.7.0 |
2307 | 2025-01-25T04:40:27.285Z | Compiling buf-list v1.0.3 |
2308 | 2025-01-25T04:40:27.337Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2309 | 2025-01-25T04:40:28.013Z | Compiling peg-macros v0.8.4 |
2310 | 2025-01-25T04:40:28.790Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2311 | 2025-01-25T04:40:29.081Z | Compiling sqlparser_derive v0.2.2 |
2312 | 2025-01-25T04:40:29.614Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2313 | 2025-01-25T04:40:29.844Z | Checking unicode_categories v0.1.1 |
2314 | 2025-01-25T04:40:30.075Z | Checking rustyline v14.0.0 |
2315 | 2025-01-25T04:40:30.185Z | Checking sqlformat v0.2.6 |
2316 | 2025-01-25T04:40:30.188Z | Checking sqlparser v0.45.0 |
2317 | 2025-01-25T04:40:31.550Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2318 | 2025-01-25T04:40:31.802Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2319 | 2025-01-25T04:40:33.156Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2025-01-25T04:40:35.074Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2321 | 2025-01-25T04:40:35.406Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2322 | 2025-01-25T04:40:36.200Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2323 | 2025-01-25T04:40:36.380Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2324 | 2025-01-25T04:40:37.412Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2325 | 2025-01-25T04:40:38.120Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2326 | 2025-01-25T04:40:38.288Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2327 | 2025-01-25T04:40:38.592Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2328 | 2025-01-25T04:40:38.973Z | error[E0432]: unresolved import `secrecy::Secret` |
2329 | 2025-01-25T04:40:38.973Z | --> key-manager/src/lib.rs:12:29 |
2330 | 2025-01-25T04:40:38.973Z | | |
2331 | 2025-01-25T04:40:38.973Z | 12 | use secrecy::{ExposeSecret, Secret}; |
2332 | 2025-01-25T04:40:38.973Z | | ^^^^^^ no `Secret` in the root |
2333 | 2025-01-25T04:40:38.973Z | |
2334 | 2025-01-25T04:40:39.226Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2335 | 2025-01-25T04:40:39.261Z | For more information about this error, try `rustc --explain E0432`. |
2336 | 2025-01-25T04:40:39.475Z | Checking peg v0.8.4 |
2337 | 2025-01-25T04:40:39.504Z | error: could not compile `key-manager` (lib) due to 1 previous error |
2338 | 2025-01-25T04:40:39.504Z | warning: build failed, waiting for other jobs to finish... |
2339 | 2025-01-25T04:40:47.570Z | Error: failed: exit status: 101 |
2340 | 2025-01-25T04:40:47.573Z | |
2341 | 2025-01-25T04:40:47.573Z | real 2:01.080717465 |
2342 | 2025-01-25T04:40:47.573Z | user 12:03.580075741 |
2343 | 2025-01-25T04:40:47.573Z | sys 2:05.711264403 |
2344 | 2025-01-25T04:40:47.573Z | trap 0.400309366 |
2345 | 2025-01-25T04:40:47.573Z | tflt 0.842831744 |
2346 | 2025-01-25T04:40:47.574Z | dflt 0.465358068 |
2347 | 2025-01-25T04:40:47.574Z | kflt 0.001091656 |
2348 | 2025-01-25T04:40:47.574Z | lock 14:52.728151142 |
2349 | 2025-01-25T04:40:47.574Z | slp 44:33.490424582 |
2350 | 2025-01-25T04:40:47.574Z | lat 57.817531366 |
2351 | 2025-01-25T04:40:47.574Z | stop 3:45.702255275 |
2352 | 2025-01-25T04:40:47.574Z | process exited: duration 399808 ms, exit code 1 |
|
2353 | 2025-01-25T04:40:47.579Z | found 0 output files |