|
|
|
1 | 2025-01-22T04:21:00.738Z | job assigned to worker 01JJ63TGBFBY0SGXW99RWW9C4P [factory aws, i-04a2da381d6cae54e] (queued for 49 s) |
|
2 | 2025-01-22T04:21:08.499Z | starting task 0: "setup" |
3 | 2025-01-22T04:21:08.511Z | ++ uname -s |
4 | 2025-01-22T04:21:08.513Z | + kern=SunOS |
5 | 2025-01-22T04:21:08.514Z | + case "$kern" in |
6 | 2025-01-22T04:21:08.514Z | + groupadd -g 12345 build |
7 | 2025-01-22T04:21:08.516Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T04:21:10.522Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T04:21:10.639Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T04:21:10.642Z | + home_fs=zfs |
11 | 2025-01-22T04:21:10.642Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T04:21:10.642Z | + mkdir -p /home/build |
13 | 2025-01-22T04:21:10.645Z | + chown build:build /home/build /work |
14 | 2025-01-22T04:21:11.646Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T04:21:11.648Z | process exited: duration 3148 ms, exit code 0 |
|
16 | 2025-01-22T04:21:11.655Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T04:21:11.661Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T04:21:11.661Z | ' 1.84.0 |
19 | 2025-01-22T04:21:11.661Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-22T04:21:11.661Z | ' default |
21 | 2025-01-22T04:21:11.661Z | * toolchain channel = "1.84.0" |
22 | 2025-01-22T04:21:11.661Z | * toolchain profile = "default" |
23 | 2025-01-22T04:21:11.663Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T04:21:11.664Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T04:21:11.781Z | info: downloading installer |
26 | 2025-01-22T04:21:13.099Z | info: profile set to 'default' |
27 | 2025-01-22T04:21:13.099Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T04:21:13.102Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T04:21:13.264Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T04:21:13.264Z | info: downloading component 'cargo' |
31 | 2025-01-22T04:21:14.132Z | info: downloading component 'clippy' |
32 | 2025-01-22T04:21:14.464Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T04:21:15.659Z | info: downloading component 'rust-std' |
34 | 2025-01-22T04:21:17.422Z | info: downloading component 'rustc' |
35 | 2025-01-22T04:21:24.211Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T04:21:24.468Z | info: installing component 'cargo' |
37 | 2025-01-22T04:21:25.296Z | info: installing component 'clippy' |
38 | 2025-01-22T04:21:25.674Z | info: installing component 'rust-docs' |
39 | 2025-01-22T04:21:27.366Z | info: installing component 'rust-std' |
40 | 2025-01-22T04:21:29.112Z | info: installing component 'rustc' |
41 | 2025-01-22T04:21:35.210Z | info: installing component 'rustfmt' |
42 | 2025-01-22T04:21:35.540Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T04:21:35.540Z | |
44 | 2025-01-22T04:21:35.927Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T04:21:35.927Z | |
46 | 2025-01-22T04:21:35.930Z | |
47 | 2025-01-22T04:21:35.930Z | Rust is installed now. Great! |
48 | 2025-01-22T04:21:35.930Z | |
49 | 2025-01-22T04:21:35.930Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T04:21:35.930Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T04:21:35.930Z | |
52 | 2025-01-22T04:21:35.930Z | To configure your current shell, you need to source |
53 | 2025-01-22T04:21:35.930Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T04:21:35.930Z | |
55 | 2025-01-22T04:21:35.930Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T04:21:35.930Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T04:21:35.930Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T04:21:36.014Z | + rustc --version |
59 | 2025-01-22T04:21:36.082Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T04:21:36.086Z | process exited: duration 24429 ms, exit code 0 |
|
61 | 2025-01-22T04:21:36.091Z | starting task 2: "authentication" |
62 | 2025-01-22T04:21:36.113Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-22T04:21:36.118Z | starting task 3: "clone repository" |
64 | 2025-01-22T04:21:36.124Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T04:21:36.126Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T04:21:36.166Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T04:21:44.521Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T04:21:44.521Z | + git fetch origin 71ad6243cc31335f551c80d5b0c530c169017d63 |
69 | 2025-01-22T04:21:44.802Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T04:21:44.802Z | * branch 71ad6243cc31335f551c80d5b0c530c169017d63 -> FETCH_HEAD |
71 | 2025-01-22T04:21:44.813Z | + [[ -n renovate/bytes-1.x ]] |
72 | 2025-01-22T04:21:44.815Z | ++ git branch --show-current |
73 | 2025-01-22T04:21:44.819Z | + current=main |
74 | 2025-01-22T04:21:44.819Z | + [[ main != renovate/bytes-1.x ]] |
75 | 2025-01-22T04:21:44.819Z | + git branch -f renovate/bytes-1.x 71ad6243cc31335f551c80d5b0c530c169017d63 |
76 | 2025-01-22T04:21:44.821Z | + git checkout -f renovate/bytes-1.x |
77 | 2025-01-22T04:21:45.004Z | Switched to branch 'renovate/bytes-1.x' |
78 | 2025-01-22T04:21:45.007Z | + git reset --hard 71ad6243cc31335f551c80d5b0c530c169017d63 |
79 | 2025-01-22T04:21:45.021Z | HEAD is now at 71ad6243c Update Rust crate bytes to 1.9.0 |
80 | 2025-01-22T04:21:45.023Z | process exited: duration 8901 ms, exit code 0 |
|
81 | 2025-01-22T04:21:45.029Z | starting task 4: "build" |
82 | 2025-01-22T04:21:45.035Z | + source ./env.sh |
83 | 2025-01-22T04:21:45.035Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-22T04:21:45.035Z | ++ set -o xtrace |
85 | 2025-01-22T04:21:45.038Z | ++++ dirname ./env.sh |
86 | 2025-01-22T04:21:45.040Z | +++ readlink -f . |
87 | 2025-01-22T04:21:45.043Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-22T04:21:45.043Z | ++ 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-22T04:21:45.043Z | ++ 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-22T04:21:45.043Z | ++ 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-22T04:21:45.043Z | ++ 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-22T04:21:45.043Z | ++ 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-22T04:21:45.043Z | ++ 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-22T04:21:45.043Z | ++ 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-22T04:21:45.043Z | ++ 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-22T04:21:45.043Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-22T04:21:45.043Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-22T04:21:45.043Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-22T04:21:45.043Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-22T04:21:45.043Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-22T04:21:45.043Z | + cargo --version |
102 | 2025-01-22T04:21:45.104Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-22T04:21:45.107Z | + rustc --version |
104 | 2025-01-22T04:21:45.170Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-22T04:21:45.173Z | + banner prerequisites |
106 | 2025-01-22T04:21:45.176Z | |
107 | 2025-01-22T04:21:45.176Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-22T04:21:45.176Z | # # # # # # # # # # # # # # # |
109 | 2025-01-22T04:21:45.176Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-22T04:21:45.176Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-22T04:21:45.176Z | # # # # # # # # # # # # # # # |
112 | 2025-01-22T04:21:45.176Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-22T04:21:45.176Z | |
114 | 2025-01-22T04:21:45.179Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-22T04:21:46.750Z | pkg list: illegal option -- F |
116 | 2025-01-22T04:21:46.750Z | Usage: |
117 | 2025-01-22T04:21:46.753Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-22T04:21:46.753Z | [pkg_fmri_pattern ...] |
119 | 2025-01-22T04:21:47.628Z | pkg list: illegal option -- F |
120 | 2025-01-22T04:21:47.628Z | Usage: |
121 | 2025-01-22T04:21:47.628Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-22T04:21:47.628Z | [pkg_fmri_pattern ...] |
123 | 2025-01-22T04:21:55.885Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-22T04:21:59.988Z | Startup: Caching catalogs ... Done |
125 | 2025-01-22T04:22:11.716Z | Planning: Solver setup ... Done (10.899s) |
126 | 2025-01-22T04:22:11.866Z | Planning: Running solver ... Done (0.150s) |
127 | 2025-01-22T04:22:11.985Z | Planning: Finding local manifests ... Done (0.007s) |
128 | 2025-01-22T04:22:12.063Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-22T04:22:12.313Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-22T04:22:12.428Z | Planning: Package planning ... Done (0.114s) |
131 | 2025-01-22T04:22:12.484Z | Planning: Merging actions ... Done (0.056s) |
132 | 2025-01-22T04:22:12.690Z | Planning: Checking for conflicting actions ... Done (0.206s) |
133 | 2025-01-22T04:22:14.681Z | Planning: Consolidating action changes ... Done (1.990s) |
134 | 2025-01-22T04:22:15.117Z | Planning: Evaluating mediators ... Done (0.435s) |
135 | 2025-01-22T04:22:15.201Z | Planning: Planning completed in 15.11 seconds |
136 | 2025-01-22T04:22:15.214Z | Packages to install: 4 |
137 | 2025-01-22T04:22:15.214Z | Packages to update: 3 |
138 | 2025-01-22T04:22:15.217Z | Mediators to change: 2 |
139 | 2025-01-22T04:22:15.217Z | Services to change: 1 |
140 | 2025-01-22T04:22:15.217Z | Estimated space available: 155.61 GB |
141 | 2025-01-22T04:22:15.217Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-22T04:22:15.217Z | Create boot environment: No |
143 | 2025-01-22T04:22:15.217Z | Create backup boot environment: Yes |
144 | 2025-01-22T04:22:15.217Z | Rebuild boot archive: No |
145 | 2025-01-22T04:22:15.217Z | |
146 | 2025-01-22T04:22:15.217Z | Changed mediators: |
147 | 2025-01-22T04:22:15.217Z | mediator clang: |
148 | 2025-01-22T04:22:15.217Z | version: None -> 15 (system default) |
149 | 2025-01-22T04:22:15.218Z | |
150 | 2025-01-22T04:22:15.218Z | mediator llvm: |
151 | 2025-01-22T04:22:15.218Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-22T04:22:15.218Z | |
153 | 2025-01-22T04:22:15.218Z | Changed packages: |
154 | 2025-01-22T04:22:15.218Z | helios-dev |
155 | 2025-01-22T04:22:15.218Z | developer/build-essential |
156 | 2025-01-22T04:22:15.218Z | None -> 11-2.0 |
157 | 2025-01-22T04:22:15.218Z | library/libxmlsec1 |
158 | 2025-01-22T04:22:15.218Z | None -> 1.2.35-2.0 |
159 | 2025-01-22T04:22:15.218Z | ooce/developer/clang-15 |
160 | 2025-01-22T04:22:15.218Z | None -> 15.0.7-2.0 |
161 | 2025-01-22T04:22:15.218Z | ooce/developer/llvm-15 |
162 | 2025-01-22T04:22:15.218Z | None -> 15.0.7-2.0 |
163 | 2025-01-22T04:22:15.218Z | package/pkg |
164 | 2025-01-22T04:22:15.218Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-22T04:22:15.218Z | system/library/g++-runtime |
166 | 2025-01-22T04:22:15.218Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-22T04:22:15.218Z | system/library/gcc-runtime |
168 | 2025-01-22T04:22:15.218Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-22T04:22:15.218Z | |
170 | 2025-01-22T04:22:15.218Z | Services: |
171 | 2025-01-22T04:22:15.218Z | restart_fmri: |
172 | 2025-01-22T04:22:15.218Z | svc:/system/update-man-index:default |
173 | 2025-01-22T04:22:15.218Z | |
174 | 2025-01-22T04:22:15.218Z | Editable files to change: |
175 | 2025-01-22T04:22:15.218Z | Update: |
176 | 2025-01-22T04:22:15.218Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-22T04:22:15.294Z | |
178 | 2025-01-22T04:22:15.294Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-22T04:22:20.302Z | Download: 275/4301 items 1.8/225.4MB 0% complete (352k/s) |
180 | 2025-01-22T04:22:25.352Z | Download: 737/4301 items 18.3/225.4MB 8% complete (1.9M/s) |
181 | 2025-01-22T04:22:30.377Z | Download: 1186/4301 items 83.4/225.4MB 36% complete (8.1M/s) |
182 | 2025-01-22T04:22:35.693Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (7.6M/s) |
183 | 2025-01-22T04:22:40.694Z | Download: 2149/4301 items 119.0/225.4MB 52% complete (3.8M/s) |
184 | 2025-01-22T04:22:45.698Z | Download: 2935/4301 items 121.2/225.4MB 53% complete (3.8M/s) |
185 | 2025-01-22T04:22:52.409Z | Download: 3287/4301 items 211.1/225.4MB 93% complete (9.2M/s) |
186 | 2025-01-22T04:22:57.828Z | Download: 3387/4301 items 215.0/225.4MB 95% complete (9.2M/s) |
187 | 2025-01-22T04:23:02.845Z | Download: 3637/4301 items 216.3/225.4MB 95% complete (406k/s) |
188 | 2025-01-22T04:23:07.844Z | Download: 3912/4301 items 217.9/225.4MB 96% complete (273k/s) |
189 | 2025-01-22T04:23:13.421Z | Download: 4201/4301 items 220.5/225.4MB 97% complete (461k/s) |
190 | 2025-01-22T04:23:18.431Z | Download: 4286/4301 items 223.8/225.4MB 99% complete (524k/s) |
191 | 2025-01-22T04:23:21.278Z | Download: Completed 225.42 MB in 65.98 seconds (3.4M/s) |
192 | 2025-01-22T04:23:23.414Z | Actions: 1/5122 actions (Removing old actions) |
193 | 2025-01-22T04:23:23.435Z | Actions: 194/5122 actions (Installing new actions) |
194 | 2025-01-22T04:23:28.187Z | Actions: 4267/5122 actions (Updating modified actions) |
195 | 2025-01-22T04:23:28.543Z | Actions: Completed 5122 actions in 5.13 seconds. |
196 | 2025-01-22T04:23:28.966Z | Done (0.414s) |
197 | 2025-01-22T04:23:28.969Z | Done (0.001s) |
198 | 2025-01-22T04:23:29.551Z | Done (0.584s) |
199 | 2025-01-22T04:23:34.180Z | Done (4.392s) |
200 | 2025-01-22T04:23:34.275Z | Done (0.020s) |
201 | 2025-01-22T04:23:34.278Z | Done (0.000s) |
202 | 2025-01-22T04:23:34.457Z | Done (0.000s) |
203 | 2025-01-22T04:23:35.192Z | Planning: Evaluating mediator changes ... Done |
204 | 2025-01-22T04:23:35.357Z | Planning: Checking for conflicting actions ... Done |
205 | 2025-01-22T04:23:35.360Z | Planning: Consolidating action changes ... Done |
206 | 2025-01-22T04:23:35.631Z | Planning: Evaluating mediators ... Done |
207 | 2025-01-22T04:23:35.633Z | Planning: Planning completed in 0.44 seconds |
208 | 2025-01-22T04:23:35.670Z | Mediators to change: 2 |
209 | 2025-01-22T04:23:35.670Z | Create boot environment: No |
210 | 2025-01-22T04:23:35.673Z | Create backup boot environment: No |
211 | 2025-01-22T04:23:35.748Z | Done |
212 | 2025-01-22T04:23:35.748Z | Done |
213 | 2025-01-22T04:23:36.133Z | Done |
214 | 2025-01-22T04:23:39.910Z | Done |
215 | 2025-01-22T04:23:40.002Z | Done |
216 | 2025-01-22T04:23:40.004Z | Done |
217 | 2025-01-22T04:23:40.143Z | Done |
218 | 2025-01-22T04:23:40.771Z | Planning: Evaluating mediator changes ... Done |
219 | 2025-01-22T04:23:40.774Z | Planning: Merging actions ... Done |
220 | 2025-01-22T04:23:40.965Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-01-22T04:23:40.968Z | Planning: Consolidating action changes ... Done |
222 | 2025-01-22T04:23:41.232Z | Planning: Evaluating mediators ... Done |
223 | 2025-01-22T04:23:41.289Z | Planning: Planning completed in 0.76 seconds |
224 | 2025-01-22T04:23:41.330Z | Packages to change: 1 |
225 | 2025-01-22T04:23:41.330Z | Mediators to change: 1 |
226 | 2025-01-22T04:23:41.330Z | Services to change: 1 |
227 | 2025-01-22T04:23:41.330Z | Create boot environment: No |
228 | 2025-01-22T04:23:41.333Z | Create backup boot environment: Yes |
229 | 2025-01-22T04:23:43.644Z | Actions: 1/6 actions (Updating modified actions) |
230 | 2025-01-22T04:23:43.647Z | Actions: Completed 6 actions in 0.00 seconds. |
231 | 2025-01-22T04:23:43.647Z | Done |
232 | 2025-01-22T04:23:43.647Z | Done |
233 | 2025-01-22T04:23:43.764Z | Done |
234 | 2025-01-22T04:23:47.573Z | Done |
235 | 2025-01-22T04:23:47.661Z | Done |
236 | 2025-01-22T04:23:47.663Z | Done |
237 | 2025-01-22T04:23:47.805Z | Done |
238 | 2025-01-22T04:23:48.245Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
239 | 2025-01-22T04:23:48.245Z | clang system 15 system |
240 | 2025-01-22T04:23:48.245Z | csh system system illumos |
241 | 2025-01-22T04:23:48.245Z | ctags system system illumos |
242 | 2025-01-22T04:23:48.245Z | gcc vendor 12 vendor |
243 | 2025-01-22T04:23:48.245Z | gcc system 10 system |
244 | 2025-01-22T04:23:48.245Z | gcc system 7 system |
245 | 2025-01-22T04:23:48.245Z | go system 1.20 system |
246 | 2025-01-22T04:23:48.245Z | go system 1.19 system |
247 | 2025-01-22T04:23:48.245Z | llvm system 15 system |
248 | 2025-01-22T04:23:48.245Z | llvm system 14 system |
249 | 2025-01-22T04:23:48.245Z | mariadb system 10.6 system |
250 | 2025-01-22T04:23:48.245Z | mta vendor vendor dma |
251 | 2025-01-22T04:23:48.245Z | openjdk system 17 system |
252 | 2025-01-22T04:23:48.245Z | openjdk system 11 system |
253 | 2025-01-22T04:23:48.245Z | openjdk system 1.8 system |
254 | 2025-01-22T04:23:48.245Z | openssl vendor 3 vendor |
255 | 2025-01-22T04:23:48.245Z | perl system 5.36 system |
256 | 2025-01-22T04:23:48.245Z | postgresql system 15 system |
257 | 2025-01-22T04:23:48.245Z | postgresql system 13 system |
258 | 2025-01-22T04:23:48.245Z | python vendor 3 vendor |
259 | 2025-01-22T04:23:48.245Z | python system 2 system |
260 | 2025-01-22T04:23:48.245Z | python3 system 3.11 system |
261 | 2025-01-22T04:23:48.245Z | ruby system 3.0 system |
262 | 2025-01-22T04:23:48.245Z | words vendor vendor american-english |
263 | 2025-01-22T04:23:48.245Z | words system system australian-english |
264 | 2025-01-22T04:23:48.245Z | words system system british-english |
265 | 2025-01-22T04:23:48.245Z | words system system canadian-english |
266 | 2025-01-22T04:23:48.245Z | words system system french |
267 | 2025-01-22T04:23:48.245Z | words system system italian |
268 | 2025-01-22T04:23:48.245Z | words system system ngerman |
269 | 2025-01-22T04:23:48.245Z | words system system ogerman |
270 | 2025-01-22T04:23:48.245Z | words system system spanish |
271 | 2025-01-22T04:23:48.580Z | PUBLISHER TYPE STATUS P LOCATION |
272 | 2025-01-22T04:23:48.580Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
273 | 2025-01-22T04:23:51.410Z | FMRI IFO |
274 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
275 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
276 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
277 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
278 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
279 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
280 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
281 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
282 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
283 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
284 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
285 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
286 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
287 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
288 | 2025-01-22T04:23:51.410Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
289 | 2025-01-22T04:23:52.182Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
290 | 2025-01-22T04:23:52.480Z | Updating crates.io index |
291 | 2025-01-22T04:23:52.483Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
292 | 2025-01-22T04:23:52.830Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
293 | 2025-01-22T04:23:53.305Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
294 | 2025-01-22T04:23:53.578Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
295 | 2025-01-22T04:23:53.827Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
296 | 2025-01-22T04:23:54.107Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
297 | 2025-01-22T04:23:55.097Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2025-01-22T04:23:56.783Z | Updating git repository `https://github.com/oxidecomputer/opte` |
299 | 2025-01-22T04:23:57.416Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2025-01-22T04:23:58.205Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
301 | 2025-01-22T04:23:58.512Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
302 | 2025-01-22T04:23:58.804Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
303 | 2025-01-22T04:23:59.379Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
304 | 2025-01-22T04:23:59.732Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2025-01-22T04:24:00.020Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
306 | 2025-01-22T04:24:00.284Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
307 | 2025-01-22T04:24:00.569Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
308 | 2025-01-22T04:24:00.839Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
309 | 2025-01-22T04:24:01.126Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
310 | 2025-01-22T04:24:01.440Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
311 | 2025-01-22T04:24:01.791Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
312 | 2025-01-22T04:24:02.083Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
313 | 2025-01-22T04:24:02.432Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
314 | 2025-01-22T04:24:02.957Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
315 | 2025-01-22T04:24:03.330Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
316 | 2025-01-22T04:24:03.678Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
317 | 2025-01-22T04:24:04.192Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
318 | 2025-01-22T04:24:04.521Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
319 | 2025-01-22T04:24:04.806Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
320 | 2025-01-22T04:24:05.104Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
321 | 2025-01-22T04:24:06.408Z | Downloading crates ... |
322 | 2025-01-22T04:24:06.485Z | Downloaded autocfg v1.4.0 |
323 | 2025-01-22T04:24:06.491Z | Downloaded sha2 v0.10.8 |
324 | 2025-01-22T04:24:06.499Z | Downloaded cargo_toml v0.20.5 |
325 | 2025-01-22T04:24:06.502Z | Downloaded memmap v0.7.0 |
326 | 2025-01-22T04:24:06.505Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2025-01-22T04:24:06.505Z | Downloaded pretty-hex v0.4.1 |
328 | 2025-01-22T04:24:06.509Z | Downloaded ryu v1.0.18 |
329 | 2025-01-22T04:24:06.513Z | Downloaded scroll_derive v0.12.0 |
330 | 2025-01-22T04:24:06.517Z | Downloaded equivalent v1.0.1 |
331 | 2025-01-22T04:24:06.522Z | Downloaded memchr v2.7.4 |
332 | 2025-01-22T04:24:06.526Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2025-01-22T04:24:06.529Z | Downloaded crypto-common v0.1.6 |
334 | 2025-01-22T04:24:06.529Z | Downloaded anstyle v1.0.10 |
335 | 2025-01-22T04:24:06.532Z | Downloaded swrite v0.1.0 |
336 | 2025-01-22T04:24:06.532Z | Downloaded cfg-if v1.0.0 |
337 | 2025-01-22T04:24:06.532Z | Downloaded serde_spanned v0.6.8 |
338 | 2025-01-22T04:24:06.535Z | Downloaded utf8parse v0.2.2 |
339 | 2025-01-22T04:24:06.537Z | Downloaded heck v0.5.0 |
340 | 2025-01-22T04:24:06.537Z | Downloaded anstyle-parse v0.2.5 |
341 | 2025-01-22T04:24:06.541Z | Downloaded proc-macro-error v1.0.4 |
342 | 2025-01-22T04:24:06.544Z | Downloaded usdt-macro v0.5.0 |
343 | 2025-01-22T04:24:06.551Z | Downloaded block-buffer v0.10.4 |
344 | 2025-01-22T04:24:06.554Z | Downloaded cpufeatures v0.2.14 |
345 | 2025-01-22T04:24:06.554Z | Downloaded thread-id v4.2.2 |
346 | 2025-01-22T04:24:06.554Z | Downloaded cargo_metadata v0.18.1 |
347 | 2025-01-22T04:24:06.557Z | Downloaded camino v1.1.9 |
348 | 2025-01-22T04:24:06.557Z | Downloaded macaddr v1.0.1 |
349 | 2025-01-22T04:24:06.560Z | Downloaded usdt v0.5.0 |
350 | 2025-01-22T04:24:06.560Z | Downloaded anstyle-query v1.1.1 |
351 | 2025-01-22T04:24:06.563Z | Downloaded zerocopy-derive v0.7.35 |
352 | 2025-01-22T04:24:06.565Z | Downloaded colorchoice v1.0.2 |
353 | 2025-01-22T04:24:06.566Z | Downloaded scroll v0.12.0 |
354 | 2025-01-22T04:24:06.568Z | Downloaded indexmap v2.7.0 |
355 | 2025-01-22T04:24:06.571Z | Downloaded semver v1.0.24 |
356 | 2025-01-22T04:24:06.573Z | Downloaded version_check v0.9.5 |
357 | 2025-01-22T04:24:06.576Z | Downloaded byteorder v1.5.0 |
358 | 2025-01-22T04:24:06.576Z | Downloaded smawk v0.3.2 |
359 | 2025-01-22T04:24:06.578Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2025-01-22T04:24:06.578Z | Downloaded tabled_derive v0.7.0 |
361 | 2025-01-22T04:24:06.578Z | Downloaded heck v0.4.1 |
362 | 2025-01-22T04:24:06.590Z | Downloaded once_cell v1.20.2 |
363 | 2025-01-22T04:24:06.590Z | Downloaded errno v0.3.9 |
364 | 2025-01-22T04:24:06.590Z | Downloaded dtrace-parser v0.2.0 |
365 | 2025-01-22T04:24:06.590Z | Downloaded thiserror-impl v1.0.69 |
366 | 2025-01-22T04:24:06.590Z | Downloaded pest_meta v2.7.14 |
367 | 2025-01-22T04:24:06.594Z | Downloaded papergrid v0.11.0 |
368 | 2025-01-22T04:24:06.596Z | Downloaded quote v1.0.38 |
369 | 2025-01-22T04:24:06.596Z | Downloaded clap_derive v4.5.18 |
370 | 2025-01-22T04:24:06.601Z | Downloaded usdt-impl v0.5.0 |
371 | 2025-01-22T04:24:06.604Z | Downloaded dof v0.3.0 |
372 | 2025-01-22T04:24:06.604Z | Downloaded plain v0.2.3 |
373 | 2025-01-22T04:24:06.607Z | Downloaded camino-tempfile v1.1.1 |
374 | 2025-01-22T04:24:06.609Z | Downloaded usdt-attr-macro v0.5.0 |
375 | 2025-01-22T04:24:06.612Z | Downloaded thiserror v1.0.69 |
376 | 2025-01-22T04:24:06.615Z | Downloaded log v0.4.22 |
377 | 2025-01-22T04:24:06.619Z | Downloaded fastrand v2.1.1 |
378 | 2025-01-22T04:24:06.621Z | Downloaded generic-array v0.14.7 |
379 | 2025-01-22T04:24:06.621Z | Downloaded fnv v1.0.7 |
380 | 2025-01-22T04:24:06.621Z | Downloaded cargo-platform v0.1.8 |
381 | 2025-01-22T04:24:06.624Z | Downloaded serde_derive v1.0.217 |
382 | 2025-01-22T04:24:06.627Z | Downloaded clap v4.5.21 |
383 | 2025-01-22T04:24:06.634Z | Downloaded toml_datetime v0.6.8 |
384 | 2025-01-22T04:24:06.636Z | Downloaded pest_generator v2.7.14 |
385 | 2025-01-22T04:24:06.636Z | Downloaded itoa v1.0.11 |
386 | 2025-01-22T04:24:06.639Z | Downloaded strsim v0.11.1 |
387 | 2025-01-22T04:24:06.639Z | Downloaded terminal_size v0.4.0 |
388 | 2025-01-22T04:24:06.641Z | Downloaded fs-err v2.11.0 |
389 | 2025-01-22T04:24:06.641Z | Downloaded tempfile v3.13.0 |
390 | 2025-01-22T04:24:06.644Z | Downloaded digest v0.10.7 |
391 | 2025-01-22T04:24:06.646Z | Downloaded pest_derive v2.7.14 |
392 | 2025-01-22T04:24:06.649Z | Downloaded bytecount v0.6.8 |
393 | 2025-01-22T04:24:06.649Z | Downloaded clap_lex v0.7.2 |
394 | 2025-01-22T04:24:06.652Z | Downloaded bitflags v2.6.0 |
395 | 2025-01-22T04:24:06.654Z | Downloaded toml v0.8.19 |
396 | 2025-01-22T04:24:06.657Z | Downloaded textwrap v0.16.1 |
397 | 2025-01-22T04:24:06.660Z | Downloaded anstream v0.6.15 |
398 | 2025-01-22T04:24:06.663Z | Downloaded proc-macro2 v1.0.92 |
399 | 2025-01-22T04:24:06.666Z | Downloaded anyhow v1.0.93 |
400 | 2025-01-22T04:24:06.669Z | Downloaded serde v1.0.217 |
401 | 2025-01-22T04:24:06.671Z | Downloaded unicode-linebreak v0.1.5 |
402 | 2025-01-22T04:24:06.671Z | Downloaded ucd-trie v0.1.7 |
403 | 2025-01-22T04:24:06.674Z | Downloaded typenum v1.17.0 |
404 | 2025-01-22T04:24:06.679Z | Downloaded unicode-ident v1.0.14 |
405 | 2025-01-22T04:24:06.688Z | Downloaded toml_edit v0.22.22 |
406 | 2025-01-22T04:24:06.708Z | Downloaded hashbrown v0.15.1 |
407 | 2025-01-22T04:24:06.738Z | Downloaded zerocopy v0.7.35 |
408 | 2025-01-22T04:24:06.753Z | Downloaded serde_json v1.0.135 |
409 | 2025-01-22T04:24:06.759Z | Downloaded clap_builder v4.5.21 |
410 | 2025-01-22T04:24:06.765Z | Downloaded goblin v0.8.2 |
411 | 2025-01-22T04:24:06.771Z | Downloaded pest v2.7.14 |
412 | 2025-01-22T04:24:06.775Z | Downloaded tabled v0.15.0 |
413 | 2025-01-22T04:24:06.789Z | Downloaded syn v1.0.109 |
414 | 2025-01-22T04:24:06.798Z | Downloaded syn v2.0.96 |
415 | 2025-01-22T04:24:06.810Z | Downloaded unicode-width v0.1.14 |
416 | 2025-01-22T04:24:06.816Z | Downloaded winnow v0.6.20 |
417 | 2025-01-22T04:24:06.822Z | Downloaded rustix v0.38.37 |
418 | 2025-01-22T04:24:06.858Z | Downloaded libc v0.2.169 |
419 | 2025-01-22T04:24:07.168Z | Compiling proc-macro2 v1.0.92 |
420 | 2025-01-22T04:24:07.168Z | Compiling unicode-ident v1.0.14 |
421 | 2025-01-22T04:24:07.168Z | Compiling serde v1.0.217 |
422 | 2025-01-22T04:24:07.171Z | Compiling version_check v0.9.5 |
423 | 2025-01-22T04:24:07.171Z | Compiling memchr v2.7.4 |
424 | 2025-01-22T04:24:07.171Z | Compiling thiserror v1.0.69 |
425 | 2025-01-22T04:24:07.171Z | Compiling libc v0.2.169 |
426 | 2025-01-22T04:24:07.205Z | Compiling ucd-trie v0.1.7 |
427 | 2025-01-22T04:24:07.421Z | Compiling ryu v1.0.18 |
428 | 2025-01-22T04:24:07.820Z | Compiling itoa v1.0.11 |
429 | 2025-01-22T04:24:07.975Z | Compiling once_cell v1.20.2 |
430 | 2025-01-22T04:24:08.052Z | Compiling byteorder v1.5.0 |
431 | 2025-01-22T04:24:08.077Z | Compiling serde_json v1.0.135 |
432 | 2025-01-22T04:24:08.365Z | Compiling rustix v0.38.37 |
433 | 2025-01-22T04:24:08.457Z | Compiling bitflags v2.6.0 |
434 | 2025-01-22T04:24:08.499Z | Compiling usdt-impl v0.5.0 |
435 | 2025-01-22T04:24:08.807Z | Compiling proc-macro-error-attr v1.0.4 |
436 | 2025-01-22T04:24:08.861Z | Compiling syn v1.0.109 |
437 | 2025-01-22T04:24:08.909Z | Compiling proc-macro-error v1.0.4 |
438 | 2025-01-22T04:24:09.053Z | Compiling quote v1.0.38 |
439 | 2025-01-22T04:24:09.178Z | Compiling errno v0.3.9 |
440 | 2025-01-22T04:24:09.203Z | Compiling log v0.4.22 |
441 | 2025-01-22T04:24:09.230Z | Compiling utf8parse v0.2.2 |
442 | 2025-01-22T04:24:09.407Z | Compiling syn v2.0.96 |
443 | 2025-01-22T04:24:09.410Z | Compiling equivalent v1.0.1 |
444 | 2025-01-22T04:24:09.536Z | Compiling camino v1.1.9 |
445 | 2025-01-22T04:24:09.563Z | Compiling hashbrown v0.15.1 |
446 | 2025-01-22T04:24:09.566Z | Compiling plain v0.2.3 |
447 | 2025-01-22T04:24:09.648Z | Compiling thread-id v4.2.2 |
448 | 2025-01-22T04:24:09.762Z | Compiling anstyle-parse v0.2.5 |
449 | 2025-01-22T04:24:10.102Z | Compiling pretty-hex v0.4.1 |
450 | 2025-01-22T04:24:10.216Z | Compiling anstyle-query v1.1.1 |
451 | 2025-01-22T04:24:10.303Z | Compiling is_terminal_polyfill v1.70.1 |
452 | 2025-01-22T04:24:10.328Z | Compiling winnow v0.6.20 |
453 | 2025-01-22T04:24:10.380Z | Compiling semver v1.0.24 |
454 | 2025-01-22T04:24:10.441Z | Compiling autocfg v1.4.0 |
455 | 2025-01-22T04:24:10.581Z | Compiling anstyle v1.0.10 |
456 | 2025-01-22T04:24:10.718Z | Compiling indexmap v2.7.0 |
457 | 2025-01-22T04:24:10.892Z | Compiling colorchoice v1.0.2 |
458 | 2025-01-22T04:24:11.061Z | Compiling unicode-width v0.1.14 |
459 | 2025-01-22T04:24:11.089Z | Compiling anstream v0.6.15 |
460 | 2025-01-22T04:24:11.401Z | Compiling fs-err v2.11.0 |
461 | 2025-01-22T04:24:11.607Z | Compiling terminal_size v0.4.0 |
462 | 2025-01-22T04:24:11.898Z | Compiling heck v0.4.1 |
463 | 2025-01-22T04:24:11.931Z | Compiling cfg-if v1.0.0 |
464 | 2025-01-22T04:24:11.931Z | Compiling clap_lex v0.7.2 |
465 | 2025-01-22T04:24:12.022Z | Compiling fnv v1.0.7 |
466 | 2025-01-22T04:24:12.050Z | Compiling strsim v0.11.1 |
467 | 2025-01-22T04:24:12.192Z | Compiling bytecount v0.6.8 |
468 | 2025-01-22T04:24:12.237Z | Compiling heck v0.5.0 |
469 | 2025-01-22T04:24:12.418Z | Compiling anyhow v1.0.93 |
470 | 2025-01-22T04:24:12.447Z | Compiling fastrand v2.1.1 |
471 | 2025-01-22T04:24:12.786Z | Compiling clap_builder v4.5.21 |
472 | 2025-01-22T04:24:12.863Z | Compiling tempfile v3.13.0 |
473 | 2025-01-22T04:24:12.988Z | Compiling papergrid v0.11.0 |
474 | 2025-01-22T04:24:13.180Z | Compiling memmap v0.7.0 |
475 | 2025-01-22T04:24:13.489Z | Compiling smawk v0.3.2 |
476 | 2025-01-22T04:24:13.528Z | Compiling unicode-linebreak v0.1.5 |
477 | 2025-01-22T04:24:13.835Z | Compiling swrite v0.1.0 |
478 | 2025-01-22T04:24:13.989Z | Compiling textwrap v0.16.1 |
479 | 2025-01-22T04:24:14.621Z | Compiling tabled_derive v0.7.0 |
480 | 2025-01-22T04:24:16.131Z | Compiling tabled v0.15.0 |
481 | 2025-01-22T04:24:16.472Z | Compiling serde_derive v1.0.217 |
482 | 2025-01-22T04:24:16.472Z | Compiling thiserror-impl v1.0.69 |
483 | 2025-01-22T04:24:16.475Z | Compiling zerocopy-derive v0.7.35 |
484 | 2025-01-22T04:24:16.475Z | Compiling scroll_derive v0.12.0 |
485 | 2025-01-22T04:24:16.475Z | Compiling clap_derive v4.5.18 |
486 | 2025-01-22T04:24:17.931Z | Compiling scroll v0.12.0 |
487 | 2025-01-22T04:24:18.496Z | Compiling goblin v0.8.2 |
488 | 2025-01-22T04:24:18.528Z | Compiling zerocopy v0.7.35 |
489 | 2025-01-22T04:24:19.246Z | Compiling pest v2.7.14 |
490 | 2025-01-22T04:24:20.087Z | Compiling clap v4.5.21 |
491 | 2025-01-22T04:24:21.422Z | Compiling pest_meta v2.7.14 |
492 | 2025-01-22T04:24:22.325Z | Compiling pest_generator v2.7.14 |
493 | 2025-01-22T04:24:23.727Z | Compiling pest_derive v2.7.14 |
494 | 2025-01-22T04:24:24.443Z | Compiling dtrace-parser v0.2.0 |
495 | 2025-01-22T04:24:25.350Z | Compiling serde_spanned v0.6.8 |
496 | 2025-01-22T04:24:25.352Z | Compiling toml_datetime v0.6.8 |
497 | 2025-01-22T04:24:25.352Z | Compiling cargo-platform v0.1.8 |
498 | 2025-01-22T04:24:25.654Z | Compiling serde_tokenstream v0.2.2 |
499 | 2025-01-22T04:24:25.734Z | Compiling macaddr v1.0.1 |
500 | 2025-01-22T04:24:25.949Z | Compiling toml_edit v0.22.22 |
501 | 2025-01-22T04:24:25.987Z | Compiling camino-tempfile v1.1.1 |
502 | 2025-01-22T04:24:26.729Z | Compiling dof v0.3.0 |
503 | 2025-01-22T04:24:26.729Z | Compiling cargo_metadata v0.18.1 |
504 | 2025-01-22T04:24:28.431Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2025-01-22T04:24:28.431Z | Compiling usdt-macro v0.5.0 |
506 | 2025-01-22T04:24:28.739Z | Compiling toml v0.8.19 |
507 | 2025-01-22T04:24:29.597Z | Compiling cargo_toml v0.20.5 |
508 | 2025-01-22T04:24:29.627Z | Compiling usdt v0.5.0 |
509 | 2025-01-22T04:24:32.298Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
510 | 2025-01-22T04:24:35.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.51s |
511 | 2025-01-22T04:24:35.749Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
512 | 2025-01-22T04:24:36.292Z | Downloading crates ... |
513 | 2025-01-22T04:24:36.436Z | Downloaded async-stream-impl v0.3.6 |
514 | 2025-01-22T04:24:36.440Z | Downloaded atomicwrites v0.4.4 |
515 | 2025-01-22T04:24:36.447Z | Downloaded async-recursion v1.1.1 |
516 | 2025-01-22T04:24:36.451Z | Downloaded castaway v0.2.3 |
517 | 2025-01-22T04:24:36.454Z | Downloaded httparse v1.9.5 |
518 | 2025-01-22T04:24:36.458Z | Downloaded hyper-tls v0.6.0 |
519 | 2025-01-22T04:24:36.462Z | Downloaded base64 v0.22.1 |
520 | 2025-01-22T04:24:36.464Z | Downloaded darling v0.20.10 |
521 | 2025-01-22T04:24:36.468Z | Downloaded http-body v1.0.1 |
522 | 2025-01-22T04:24:36.470Z | Downloaded cstr-argument v0.1.2 |
523 | 2025-01-22T04:24:36.470Z | Downloaded crossbeam-channel v0.5.13 |
524 | 2025-01-22T04:24:36.475Z | Downloaded md5 v0.7.0 |
525 | 2025-01-22T04:24:36.479Z | Downloaded const_format_proc_macros v0.2.33 |
526 | 2025-01-22T04:24:36.482Z | Downloaded icu_normalizer v1.5.0 |
527 | 2025-01-22T04:24:36.485Z | Downloaded mirai-annotations v1.12.0 |
528 | 2025-01-22T04:24:36.485Z | Downloaded hubpack v0.1.2 |
529 | 2025-01-22T04:24:36.488Z | Downloaded http-body-util v0.1.2 |
530 | 2025-01-22T04:24:36.490Z | Downloaded humantime v2.1.0 |
531 | 2025-01-22T04:24:36.490Z | Downloaded hostname v0.3.1 |
532 | 2025-01-22T04:24:36.493Z | Downloaded addr2line v0.24.2 |
533 | 2025-01-22T04:24:36.496Z | Downloaded hex-literal v0.4.1 |
534 | 2025-01-22T04:24:36.496Z | Downloaded hostname v0.4.0 |
535 | 2025-01-22T04:24:36.499Z | Downloaded hex v0.4.3 |
536 | 2025-01-22T04:24:36.502Z | Downloaded ipnetwork v0.20.0 |
537 | 2025-01-22T04:24:36.502Z | Downloaded managed v0.8.0 |
538 | 2025-01-22T04:24:36.505Z | Downloaded ident_case v1.0.1 |
539 | 2025-01-22T04:24:36.505Z | Downloaded icu_locid_transform v1.5.0 |
540 | 2025-01-22T04:24:36.508Z | Downloaded hubpack_derive v0.1.1 |
541 | 2025-01-22T04:24:36.508Z | Downloaded keccak v0.1.5 |
542 | 2025-01-22T04:24:36.510Z | Downloaded hyper-util v0.1.10 |
543 | 2025-01-22T04:24:36.514Z | Downloaded lru v0.12.5 |
544 | 2025-01-22T04:24:36.517Z | Downloaded libloading v0.8.5 |
545 | 2025-01-22T04:24:36.520Z | Downloaded multer v3.1.0 |
546 | 2025-01-22T04:24:36.524Z | Downloaded md-5 v0.10.6 |
547 | 2025-01-22T04:24:36.527Z | Downloaded ipnet v2.10.1 |
548 | 2025-01-22T04:24:36.527Z | Downloaded memoffset v0.9.1 |
549 | 2025-01-22T04:24:36.529Z | Downloaded match_cfg v0.1.0 |
550 | 2025-01-22T04:24:36.530Z | Downloaded lru-cache v0.1.2 |
551 | 2025-01-22T04:24:36.532Z | Downloaded lazycell v1.3.0 |
552 | 2025-01-22T04:24:36.532Z | Downloaded indent_write v2.2.0 |
553 | 2025-01-22T04:24:36.535Z | Downloaded icu_provider_macros v1.5.0 |
554 | 2025-01-22T04:24:36.535Z | Downloaded jobserver v0.1.32 |
555 | 2025-01-22T04:24:36.538Z | Downloaded is_ci v1.2.0 |
556 | 2025-01-22T04:24:36.538Z | Downloaded hyper-rustls v0.27.3 |
557 | 2025-01-22T04:24:36.541Z | Downloaded maybe-uninit v2.0.0 |
558 | 2025-01-22T04:24:36.543Z | Downloaded icu_normalizer_data v1.5.0 |
559 | 2025-01-22T04:24:36.546Z | Downloaded icu_locid_transform_data v1.5.0 |
560 | 2025-01-22T04:24:36.549Z | Downloaded iana-time-zone v0.1.61 |
561 | 2025-01-22T04:24:36.552Z | Downloaded maplit v1.0.2 |
562 | 2025-01-22T04:24:36.552Z | Downloaded lazy_static v1.5.0 |
563 | 2025-01-22T04:24:36.555Z | Downloaded russh-cryptovec v0.7.3 |
564 | 2025-01-22T04:24:36.555Z | Downloaded inout v0.1.3 |
565 | 2025-01-22T04:24:36.558Z | Downloaded lockfree-object-pool v0.1.6 |
566 | 2025-01-22T04:24:36.561Z | Downloaded idna_adapter v1.2.0 |
567 | 2025-01-22T04:24:36.561Z | Downloaded mime v0.3.17 |
568 | 2025-01-22T04:24:36.565Z | Downloaded libsw v3.3.1 |
569 | 2025-01-22T04:24:36.565Z | Downloaded termtree v0.4.1 |
570 | 2025-01-22T04:24:36.568Z | Downloaded icu_locid v1.5.0 |
571 | 2025-01-22T04:24:36.570Z | Downloaded ref-cast v1.0.23 |
572 | 2025-01-22T04:24:36.574Z | Downloaded sha3 v0.10.8 |
573 | 2025-01-22T04:24:36.580Z | Downloaded time-core v0.1.2 |
574 | 2025-01-22T04:24:36.583Z | Downloaded heapless v0.8.0 |
575 | 2025-01-22T04:24:36.586Z | Downloaded mockall v0.13.0 |
576 | 2025-01-22T04:24:36.589Z | Downloaded linked-hash-map v0.5.6 |
577 | 2025-01-22T04:24:36.589Z | Downloaded impl-trait-for-tuples v0.2.2 |
578 | 2025-01-22T04:24:36.592Z | Downloaded slog-bunyan v2.5.0 |
579 | 2025-01-22T04:24:36.595Z | Downloaded argon2 v0.5.3 |
580 | 2025-01-22T04:24:36.597Z | Downloaded atty v0.2.14 |
581 | 2025-01-22T04:24:36.597Z | Downloaded strip-ansi-escapes v0.2.0 |
582 | 2025-01-22T04:24:36.601Z | Downloaded mockall_derive v0.13.0 |
583 | 2025-01-22T04:24:36.604Z | Downloaded stringprep v0.1.5 |
584 | 2025-01-22T04:24:36.604Z | Downloaded aho-corasick v1.1.3 |
585 | 2025-01-22T04:24:36.609Z | Downloaded async-trait v0.1.83 |
586 | 2025-01-22T04:24:36.614Z | Downloaded want v0.3.1 |
587 | 2025-01-22T04:24:36.616Z | Downloaded untrusted v0.7.1 |
588 | 2025-01-22T04:24:36.616Z | Downloaded bb8 v0.8.5 |
589 | 2025-01-22T04:24:36.619Z | Downloaded tokio-native-tls v0.3.1 |
590 | 2025-01-22T04:24:36.621Z | Downloaded toolchain_find v0.4.0 |
591 | 2025-01-22T04:24:36.624Z | Downloaded schemars_derive v0.8.21 |
592 | 2025-01-22T04:24:36.626Z | Downloaded icu_properties v1.5.1 |
593 | 2025-01-22T04:24:36.629Z | Downloaded slog-dtrace v0.3.0 |
594 | 2025-01-22T04:24:36.632Z | Downloaded lock_api v0.4.12 |
595 | 2025-01-22T04:24:36.632Z | Downloaded derive_builder_macro v0.20.2 |
596 | 2025-01-22T04:24:36.634Z | Downloaded atomic-waker v1.1.2 |
597 | 2025-01-22T04:24:36.637Z | Downloaded topological-sort v0.2.2 |
598 | 2025-01-22T04:24:36.637Z | Downloaded arrayvec v0.7.6 |
599 | 2025-01-22T04:24:36.639Z | Downloaded block-padding v0.3.3 |
600 | 2025-01-22T04:24:36.642Z | Downloaded bit-set v0.5.3 |
601 | 2025-01-22T04:24:36.642Z | Downloaded mime_guess v2.0.5 |
602 | 2025-01-22T04:24:36.644Z | Downloaded backtrace v0.3.74 |
603 | 2025-01-22T04:24:36.649Z | Downloaded minimal-lexical v0.2.1 |
604 | 2025-01-22T04:24:36.655Z | Downloaded instability v0.3.2 |
605 | 2025-01-22T04:24:36.657Z | Downloaded hickory-resolver v0.24.2 |
606 | 2025-01-22T04:24:36.661Z | Downloaded xz2 v0.1.7 |
607 | 2025-01-22T04:24:36.664Z | Downloaded heck v0.3.3 |
608 | 2025-01-22T04:24:36.668Z | Downloaded untrusted v0.9.0 |
609 | 2025-01-22T04:24:36.671Z | Downloaded data-encoding v2.6.0 |
610 | 2025-01-22T04:24:36.671Z | Downloaded typify-macro v0.3.0 |
611 | 2025-01-22T04:24:36.671Z | Downloaded buf-list v1.0.3 |
612 | 2025-01-22T04:24:36.673Z | Downloaded num-conv v0.1.0 |
613 | 2025-01-22T04:24:36.677Z | Downloaded hickory-server v0.24.2 |
614 | 2025-01-22T04:24:36.686Z | Downloaded float-ord v0.3.2 |
615 | 2025-01-22T04:24:36.689Z | Downloaded cassowary v0.3.0 |
616 | 2025-01-22T04:24:36.689Z | Downloaded adler2 v2.0.0 |
617 | 2025-01-22T04:24:36.689Z | Downloaded aead v0.5.2 |
618 | 2025-01-22T04:24:36.692Z | Downloaded indexmap v1.9.3 |
619 | 2025-01-22T04:24:36.695Z | Downloaded backoff v0.4.0 |
620 | 2025-01-22T04:24:36.700Z | Downloaded indicatif v0.17.9 |
621 | 2025-01-22T04:24:36.702Z | Downloaded yasna v0.5.2 |
622 | 2025-01-22T04:24:36.705Z | Downloaded futures-io v0.3.31 |
623 | 2025-01-22T04:24:36.705Z | Downloaded walkdir v2.5.0 |
624 | 2025-01-22T04:24:36.709Z | Downloaded smf v0.2.3 |
625 | 2025-01-22T04:24:36.709Z | Downloaded shlex v1.3.0 |
626 | 2025-01-22T04:24:36.712Z | Downloaded libefi-sys v0.1.0 |
627 | 2025-01-22T04:24:36.712Z | Downloaded kstat-rs v0.2.4 |
628 | 2025-01-22T04:24:36.714Z | Downloaded float-cmp v0.9.0 |
629 | 2025-01-22T04:24:36.714Z | Downloaded cbc v0.1.2 |
630 | 2025-01-22T04:24:36.717Z | Downloaded crucible-workspace-hack v0.1.0 |
631 | 2025-01-22T04:24:36.717Z | Downloaded cmake v0.1.51 |
632 | 2025-01-22T04:24:36.720Z | Downloaded ciborium-io v0.2.2 |
633 | 2025-01-22T04:24:36.720Z | Downloaded chrono-tz-build v0.4.0 |
634 | 2025-01-22T04:24:36.722Z | Downloaded dsl_auto_type v0.1.2 |
635 | 2025-01-22T04:24:36.722Z | Downloaded deranged v0.3.11 |
636 | 2025-01-22T04:24:36.725Z | Downloaded crunchy v0.2.2 |
637 | 2025-01-22T04:24:36.728Z | Downloaded bitfield v0.14.0 |
638 | 2025-01-22T04:24:36.728Z | Downloaded parse-display-derive v0.10.0 |
639 | 2025-01-22T04:24:36.731Z | Downloaded scopeguard v1.2.0 |
640 | 2025-01-22T04:24:36.731Z | Downloaded crc-catalog v2.4.0 |
641 | 2025-01-22T04:24:36.733Z | Downloaded blake2 v0.10.6 |
642 | 2025-01-22T04:24:36.736Z | Downloaded schemars v0.8.21 |
643 | 2025-01-22T04:24:36.748Z | Downloaded peg v0.8.4 |
644 | 2025-01-22T04:24:36.751Z | Downloaded new_debug_unreachable v1.0.6 |
645 | 2025-01-22T04:24:36.754Z | Downloaded curve25519-dalek-derive v0.1.1 |
646 | 2025-01-22T04:24:36.757Z | Downloaded progenitor-client v0.9.1 |
647 | 2025-01-22T04:24:36.757Z | Downloaded globset v0.4.15 |
648 | 2025-01-22T04:24:36.759Z | Downloaded termios v0.3.3 |
649 | 2025-01-22T04:24:36.759Z | Downloaded litemap v0.7.3 |
650 | 2025-01-22T04:24:36.762Z | Downloaded home v0.5.9 |
651 | 2025-01-22T04:24:36.765Z | Downloaded ctr v0.9.2 |
652 | 2025-01-22T04:24:36.768Z | Downloaded cexpr v0.6.0 |
653 | 2025-01-22T04:24:36.770Z | Downloaded chacha20 v0.9.1 |
654 | 2025-01-22T04:24:36.773Z | Downloaded sync-ptr v0.1.1 |
655 | 2025-01-22T04:24:36.773Z | Downloaded glob v0.3.1 |
656 | 2025-01-22T04:24:36.775Z | Downloaded crc v3.2.1 |
657 | 2025-01-22T04:24:36.778Z | Downloaded ahash v0.8.11 |
658 | 2025-01-22T04:24:36.781Z | Downloaded slog-stdlog v4.1.1 |
659 | 2025-01-22T04:24:36.781Z | Downloaded cobs v0.2.3 |
660 | 2025-01-22T04:24:36.783Z | Downloaded siphasher v0.3.11 |
661 | 2025-01-22T04:24:36.786Z | Downloaded fatfs v0.3.6 |
662 | 2025-01-22T04:24:36.789Z | Downloaded env_logger v0.10.2 |
663 | 2025-01-22T04:24:36.792Z | Downloaded endian-type v0.1.2 |
664 | 2025-01-22T04:24:36.795Z | Downloaded itertools v0.12.1 |
665 | 2025-01-22T04:24:36.800Z | Downloaded spki v0.7.3 |
666 | 2025-01-22T04:24:36.803Z | Downloaded futures-macro v0.3.31 |
667 | 2025-01-22T04:24:36.806Z | Downloaded ciborium v0.2.2 |
668 | 2025-01-22T04:24:36.812Z | Downloaded fxhash v0.2.1 |
669 | 2025-01-22T04:24:36.812Z | Downloaded sqlformat v0.2.6 |
670 | 2025-01-22T04:24:36.814Z | Downloaded constant_time_eq v0.3.1 |
671 | 2025-01-22T04:24:36.814Z | Downloaded postcard v1.0.10 |
672 | 2025-01-22T04:24:36.817Z | Downloaded headers-core v0.3.0 |
673 | 2025-01-22T04:24:36.817Z | Downloaded mio v1.0.2 |
674 | 2025-01-22T04:24:36.834Z | Downloaded wyz v0.5.1 |
675 | 2025-01-22T04:24:36.838Z | Downloaded unicode-truncate v1.1.0 |
676 | 2025-01-22T04:24:36.841Z | Downloaded rustls-pemfile v2.2.0 |
677 | 2025-01-22T04:24:36.841Z | Downloaded rustls-pemfile v1.0.4 |
678 | 2025-01-22T04:24:36.844Z | Downloaded omicron-zone-package v0.12.0 |
679 | 2025-01-22T04:24:36.847Z | Downloaded packed_struct_codegen v0.10.1 |
680 | 2025-01-22T04:24:36.850Z | Downloaded precomputed-hash v0.1.1 |
681 | 2025-01-22T04:24:36.850Z | Downloaded fd-lock v4.0.2 |
682 | 2025-01-22T04:24:36.852Z | Downloaded fallible-iterator v0.2.0 |
683 | 2025-01-22T04:24:36.856Z | Downloaded crossbeam-epoch v0.9.18 |
684 | 2025-01-22T04:24:36.859Z | Downloaded rfc6979 v0.4.0 |
685 | 2025-01-22T04:24:36.859Z | Downloaded cookie v0.18.1 |
686 | 2025-01-22T04:24:36.862Z | Downloaded gethostname v0.5.0 |
687 | 2025-01-22T04:24:36.865Z | Downloaded funty v2.0.0 |
688 | 2025-01-22T04:24:36.865Z | Downloaded structmeta v0.3.0 |
689 | 2025-01-22T04:24:36.869Z | Downloaded crc-any v2.5.0 |
690 | 2025-01-22T04:24:36.872Z | Downloaded tinyvec_macros v0.1.1 |
691 | 2025-01-22T04:24:36.872Z | Downloaded strum v0.26.3 |
692 | 2025-01-22T04:24:36.872Z | Downloaded document-features v0.2.10 |
693 | 2025-01-22T04:24:36.876Z | Downloaded tokio-rustls v0.24.1 |
694 | 2025-01-22T04:24:36.879Z | Downloaded fallible-streaming-iterator v0.1.9 |
695 | 2025-01-22T04:24:36.879Z | Downloaded difflib v0.4.0 |
696 | 2025-01-22T04:24:36.879Z | Downloaded tokio-rustls v0.25.0 |
697 | 2025-01-22T04:24:36.882Z | Downloaded tokio-macros v2.5.0 |
698 | 2025-01-22T04:24:36.887Z | Downloaded hyper v1.5.2 |
699 | 2025-01-22T04:24:36.891Z | Downloaded powerfmt v0.2.0 |
700 | 2025-01-22T04:24:36.894Z | Downloaded time-macros v0.2.18 |
701 | 2025-01-22T04:24:36.897Z | Downloaded polyval v0.6.2 |
702 | 2025-01-22T04:24:36.899Z | Downloaded snafu v0.8.5 |
703 | 2025-01-22T04:24:36.904Z | Downloaded parse-size v1.1.0 |
704 | 2025-01-22T04:24:36.907Z | Downloaded number_prefix v0.4.0 |
705 | 2025-01-22T04:24:36.910Z | Downloaded rayon-core v1.12.1 |
706 | 2025-01-22T04:24:36.913Z | Downloaded flume v0.11.1 |
707 | 2025-01-22T04:24:36.916Z | Downloaded same-file v1.0.6 |
708 | 2025-01-22T04:24:36.919Z | Downloaded ppv-lite86 v0.2.20 |
709 | 2025-01-22T04:24:36.919Z | Downloaded x509-cert v0.2.5 |
710 | 2025-01-22T04:24:36.926Z | Downloaded smallvec v0.6.14 |
711 | 2025-01-22T04:24:36.929Z | Downloaded strum_macros v0.24.3 |
712 | 2025-01-22T04:24:36.932Z | Downloaded phf_generator v0.11.2 |
713 | 2025-01-22T04:24:36.932Z | Downloaded hkdf v0.12.4 |
714 | 2025-01-22T04:24:36.935Z | Downloaded thread_local v1.1.8 |
715 | 2025-01-22T04:24:36.937Z | Downloaded unarray v0.1.4 |
716 | 2025-01-22T04:24:36.940Z | Downloaded parking_lot_core v0.9.10 |
717 | 2025-01-22T04:24:36.940Z | Downloaded unicode-properties v0.1.3 |
718 | 2025-01-22T04:24:36.943Z | Downloaded which v4.4.2 |
719 | 2025-01-22T04:24:36.945Z | Downloaded unicase v2.7.0 |
720 | 2025-01-22T04:24:36.948Z | Downloaded miniz_oxide v0.8.0 |
721 | 2025-01-22T04:24:36.951Z | Downloaded structmeta-derive v0.3.0 |
722 | 2025-01-22T04:24:36.954Z | Downloaded rcgen v0.12.1 |
723 | 2025-01-22T04:24:36.956Z | Downloaded ed25519 v2.2.3 |
724 | 2025-01-22T04:24:36.960Z | Downloaded compact_str v0.8.0 |
725 | 2025-01-22T04:24:36.963Z | Downloaded slog-term v2.9.1 |
726 | 2025-01-22T04:24:36.966Z | Downloaded tungstenite v0.23.0 |
727 | 2025-01-22T04:24:36.969Z | Downloaded enum-as-inner v0.6.1 |
728 | 2025-01-22T04:24:36.971Z | Downloaded tls_codec_derive v0.4.1 |
729 | 2025-01-22T04:24:36.974Z | Downloaded bumpalo v3.16.0 |
730 | 2025-01-22T04:24:36.977Z | Downloaded darling_macro v0.20.10 |
731 | 2025-01-22T04:24:36.980Z | Downloaded newtype-uuid v1.2.1 |
732 | 2025-01-22T04:24:36.980Z | Downloaded const_format v0.2.33 |
733 | 2025-01-22T04:24:36.984Z | Downloaded phf_shared v0.11.2 |
734 | 2025-01-22T04:24:36.988Z | Downloaded group v0.13.0 |
735 | 2025-01-22T04:24:36.991Z | Downloaded subprocess v0.2.9 |
736 | 2025-01-22T04:24:36.994Z | Downloaded rtoolbox v0.0.2 |
737 | 2025-01-22T04:24:36.994Z | Downloaded tokio-tungstenite v0.21.0 |
738 | 2025-01-22T04:24:36.999Z | Downloaded zerofrom v0.1.4 |
739 | 2025-01-22T04:24:36.999Z | Downloaded flate2 v1.0.35 |
740 | 2025-01-22T04:24:37.003Z | Downloaded resolv-conf v0.7.0 |
741 | 2025-01-22T04:24:37.006Z | Downloaded try-lock v0.2.5 |
742 | 2025-01-22T04:24:37.009Z | Downloaded signal-hook-mio v0.2.4 |
743 | 2025-01-22T04:24:37.009Z | Downloaded tls_codec v0.4.1 |
744 | 2025-01-22T04:24:37.013Z | Downloaded progenitor-client v0.8.0 |
745 | 2025-01-22T04:24:37.013Z | Downloaded static_assertions v1.1.0 |
746 | 2025-01-22T04:24:37.016Z | Downloaded chacha20poly1305 v0.10.1 |
747 | 2025-01-22T04:24:37.016Z | Downloaded whoami v1.5.2 |
748 | 2025-01-22T04:24:37.018Z | Downloaded pin-utils v0.1.0 |
749 | 2025-01-22T04:24:37.021Z | Downloaded des v0.8.1 |
750 | 2025-01-22T04:24:37.024Z | Downloaded writeable v0.5.5 |
751 | 2025-01-22T04:24:37.027Z | Downloaded debug-ignore v1.0.5 |
752 | 2025-01-22T04:24:37.027Z | Downloaded waitgroup v0.1.2 |
753 | 2025-01-22T04:24:37.030Z | Downloaded pin-project-lite v0.2.14 |
754 | 2025-01-22T04:24:37.034Z | Downloaded peg-runtime v0.8.3 |
755 | 2025-01-22T04:24:37.037Z | Downloaded foreign-types-shared v0.3.1 |
756 | 2025-01-22T04:24:37.037Z | Downloaded take_mut v0.2.2 |
757 | 2025-01-22T04:24:37.037Z | Downloaded env_filter v0.1.2 |
758 | 2025-01-22T04:24:37.041Z | Downloaded pin-project-internal v1.1.6 |
759 | 2025-01-22T04:24:37.041Z | Downloaded progenitor-impl v0.8.0 |
760 | 2025-01-22T04:24:37.044Z | Downloaded ena v0.14.3 |
761 | 2025-01-22T04:24:37.047Z | Downloaded sync_wrapper v1.0.1 |
762 | 2025-01-22T04:24:37.047Z | Downloaded zone_cfg_derive v0.3.0 |
763 | 2025-01-22T04:24:37.050Z | Downloaded nom v7.1.3 |
764 | 2025-01-22T04:24:37.054Z | Downloaded ssh-encoding v0.2.0 |
765 | 2025-01-22T04:24:37.057Z | Downloaded samael v0.0.17 |
766 | 2025-01-22T04:24:37.062Z | Downloaded form_urlencoded v1.2.1 |
767 | 2025-01-22T04:24:37.065Z | Downloaded newtype_derive v0.1.6 |
768 | 2025-01-22T04:24:37.068Z | Downloaded pin-project v1.1.6 |
769 | 2025-01-22T04:24:37.079Z | Downloaded sigpipe v0.1.3 |
770 | 2025-01-22T04:24:37.082Z | Downloaded rustc-hash v2.0.0 |
771 | 2025-01-22T04:24:37.082Z | Downloaded rustc-hash v1.1.0 |
772 | 2025-01-22T04:24:37.084Z | Downloaded ghash v0.5.1 |
773 | 2025-01-22T04:24:37.084Z | Downloaded simd-adler32 v0.3.7 |
774 | 2025-01-22T04:24:37.087Z | Downloaded slog-json v2.6.1 |
775 | 2025-01-22T04:24:37.090Z | Downloaded derive_more v0.99.18 |
776 | 2025-01-22T04:24:37.094Z | Downloaded tui-tree-widget v0.22.0 |
777 | 2025-01-22T04:24:37.097Z | Downloaded progenitor-impl v0.9.1 |
778 | 2025-01-22T04:24:37.100Z | Downloaded twox-hash v1.6.3 |
779 | 2025-01-22T04:24:37.102Z | Downloaded tabwriter v1.4.0 |
780 | 2025-01-22T04:24:37.102Z | Downloaded ssh-cipher v0.2.0 |
781 | 2025-01-22T04:24:37.105Z | Downloaded thiserror v2.0.11 |
782 | 2025-01-22T04:24:37.111Z | Downloaded defmt v0.3.8 |
783 | 2025-01-22T04:24:37.114Z | Downloaded openssl-sys v0.9.103 |
784 | 2025-01-22T04:24:37.120Z | Downloaded either v1.13.0 |
785 | 2025-01-22T04:24:37.123Z | Downloaded futures-core v0.3.31 |
786 | 2025-01-22T04:24:37.126Z | Downloaded progenitor-macro v0.9.1 |
787 | 2025-01-22T04:24:37.126Z | Downloaded progenitor v0.9.1 |
788 | 2025-01-22T04:24:37.128Z | Downloaded tracing-attributes v0.1.27 |
789 | 2025-01-22T04:24:37.131Z | Downloaded ron v0.8.1 |
790 | 2025-01-22T04:24:37.136Z | Downloaded signature v2.2.0 |
791 | 2025-01-22T04:24:37.138Z | Downloaded diesel_table_macro_syntax v0.2.0 |
792 | 2025-01-22T04:24:37.141Z | Downloaded foreign-types v0.5.0 |
793 | 2025-01-22T04:24:37.141Z | Downloaded rustc-demangle v0.1.24 |
794 | 2025-01-22T04:24:37.143Z | Downloaded percent-encoding v2.3.1 |
795 | 2025-01-22T04:24:37.146Z | Downloaded ref-cast-impl v1.0.23 |
796 | 2025-01-22T04:24:37.146Z | Downloaded predicates-core v1.0.8 |
797 | 2025-01-22T04:24:37.146Z | Downloaded nanorand v0.7.0 |
798 | 2025-01-22T04:24:37.149Z | Downloaded signal-hook-registry v1.4.2 |
799 | 2025-01-22T04:24:37.152Z | Downloaded nibble_vec v0.1.0 |
800 | 2025-01-22T04:24:37.155Z | Downloaded foreign-types v0.3.2 |
801 | 2025-01-22T04:24:37.155Z | Downloaded peg-macros v0.8.4 |
802 | 2025-01-22T04:24:37.157Z | Downloaded parking_lot v0.11.2 |
803 | 2025-01-22T04:24:37.161Z | Downloaded getrandom v0.2.15 |
804 | 2025-01-22T04:24:37.164Z | Downloaded structmeta v0.2.0 |
805 | 2025-01-22T04:24:37.166Z | Downloaded serde_yaml v0.9.34+deprecated |
806 | 2025-01-22T04:24:37.169Z | Downloaded phf_shared v0.10.0 |
807 | 2025-01-22T04:24:37.174Z | Downloaded rustfmt-wrapper v0.2.1 |
808 | 2025-01-22T04:24:37.174Z | Downloaded unicode-xid v0.2.6 |
809 | 2025-01-22T04:24:37.179Z | Downloaded thiserror-no-std v2.0.2 |
810 | 2025-01-22T04:24:37.181Z | Downloaded num-integer v0.1.46 |
811 | 2025-01-22T04:24:37.181Z | Downloaded elliptic-curve v0.13.8 |
812 | 2025-01-22T04:24:37.185Z | Downloaded num_threads v0.1.7 |
813 | 2025-01-22T04:24:37.187Z | Downloaded num-iter v0.1.45 |
814 | 2025-01-22T04:24:37.191Z | Downloaded tracing-core v0.1.32 |
815 | 2025-01-22T04:24:37.194Z | Downloaded hashlink v0.9.1 |
816 | 2025-01-22T04:24:37.194Z | Downloaded pbkdf2 v0.12.2 |
817 | 2025-01-22T04:24:37.197Z | Downloaded serde-big-array v0.5.1 |
818 | 2025-01-22T04:24:37.199Z | Downloaded filetime v0.2.25 |
819 | 2025-01-22T04:24:37.199Z | Downloaded vte_generate_state_changes v0.1.2 |
820 | 2025-01-22T04:24:37.202Z | Downloaded pbkdf2 v0.11.0 |
821 | 2025-01-22T04:24:37.204Z | Downloaded wait-timeout v0.2.0 |
822 | 2025-01-22T04:24:37.207Z | Downloaded lalrpop v0.19.12 |
823 | 2025-01-22T04:24:37.218Z | Downloaded termtree v0.5.1 |
824 | 2025-01-22T04:24:37.221Z | Downloaded icu_properties_data v1.5.0 |
825 | 2025-01-22T04:24:37.232Z | Downloaded env_logger v0.11.5 |
826 | 2025-01-22T04:24:37.236Z | Downloaded der_derive v0.7.3 |
827 | 2025-01-22T04:24:37.238Z | Downloaded tiny-keccak v2.0.2 |
828 | 2025-01-22T04:24:37.241Z | Downloaded num-traits v0.2.19 |
829 | 2025-01-22T04:24:37.244Z | Downloaded futures v0.3.31 |
830 | 2025-01-22T04:24:37.250Z | Downloaded normalize-line-endings v0.3.0 |
831 | 2025-01-22T04:24:37.252Z | Downloaded slog-async v2.8.0 |
832 | 2025-01-22T04:24:37.256Z | Downloaded predicates-tree v1.0.11 |
833 | 2025-01-22T04:24:37.256Z | Downloaded dirs-next v2.0.0 |
834 | 2025-01-22T04:24:37.259Z | Downloaded tokio-tungstenite v0.24.0 |
835 | 2025-01-22T04:24:37.259Z | Downloaded sct v0.7.1 |
836 | 2025-01-22T04:24:37.262Z | Downloaded paste v1.0.15 |
837 | 2025-01-22T04:24:37.265Z | Downloaded heapless v0.7.17 |
838 | 2025-01-22T04:24:37.270Z | Downloaded embedded-io v0.4.0 |
839 | 2025-01-22T04:24:37.273Z | Downloaded password-hash v0.5.0 |
840 | 2025-01-22T04:24:37.276Z | Downloaded nu-ansi-term v0.50.1 |
841 | 2025-01-22T04:24:37.278Z | Downloaded embedded-io v0.6.1 |
842 | 2025-01-22T04:24:37.282Z | Downloaded hashbrown v0.12.3 |
843 | 2025-01-22T04:24:37.285Z | Downloaded salsa20 v0.10.2 |
844 | 2025-01-22T04:24:37.287Z | Downloaded packed_struct v0.10.1 |
845 | 2025-01-22T04:24:37.287Z | Downloaded dirs-sys-next v0.1.2 |
846 | 2025-01-22T04:24:37.290Z | Downloaded olpc-cjson v0.1.4 |
847 | 2025-01-22T04:24:37.290Z | Downloaded tungstenite v0.24.0 |
848 | 2025-01-22T04:24:37.294Z | Downloaded aes-gcm v0.10.3 |
849 | 2025-01-22T04:24:37.297Z | Downloaded zerocopy-derive v0.8.10 |
850 | 2025-01-22T04:24:37.307Z | Downloaded display-error-chain v0.2.2 |
851 | 2025-01-22T04:24:37.311Z | Downloaded slab v0.4.9 |
852 | 2025-01-22T04:24:37.311Z | Downloaded slog v2.7.0 |
853 | 2025-01-22T04:24:37.314Z | Downloaded term v0.7.0 |
854 | 2025-01-22T04:24:37.318Z | Downloaded similar v2.6.0 |
855 | 2025-01-22T04:24:37.322Z | Downloaded serde_plain v1.0.2 |
856 | 2025-01-22T04:24:37.324Z | Downloaded semver v0.1.20 |
857 | 2025-01-22T04:24:37.324Z | Downloaded headers v0.4.0 |
858 | 2025-01-22T04:24:37.329Z | Downloaded rand_chacha v0.3.1 |
859 | 2025-01-22T04:24:37.332Z | Downloaded tinystr v0.7.6 |
860 | 2025-01-22T04:24:37.335Z | Downloaded zone v0.3.0 |
861 | 2025-01-22T04:24:37.335Z | Downloaded num v0.4.3 |
862 | 2025-01-22T04:24:37.337Z | Downloaded yoke-derive v0.7.4 |
863 | 2025-01-22T04:24:37.337Z | Downloaded vte v0.11.1 |
864 | 2025-01-22T04:24:37.340Z | Downloaded vergen v8.3.2 |
865 | 2025-01-22T04:24:37.344Z | Downloaded defmt-macros v0.3.9 |
866 | 2025-01-22T04:24:37.355Z | Downloaded thiserror-impl-no-std v2.0.2 |
867 | 2025-01-22T04:24:37.355Z | Downloaded fixedbitset v0.4.2 |
868 | 2025-01-22T04:24:37.355Z | Downloaded vsss-rs v3.3.4 |
869 | 2025-01-22T04:24:37.355Z | Downloaded pretty-hex v0.2.1 |
870 | 2025-01-22T04:24:37.355Z | Downloaded num_enum_derive v0.5.11 |
871 | 2025-01-22T04:24:37.359Z | Downloaded defmt-parser v0.3.4 |
872 | 2025-01-22T04:24:37.359Z | Downloaded hashbrown v0.14.5 |
873 | 2025-01-22T04:24:37.362Z | Downloaded tap v1.0.1 |
874 | 2025-01-22T04:24:37.365Z | Downloaded dunce v1.0.5 |
875 | 2025-01-22T04:24:37.365Z | Downloaded foldhash v0.1.3 |
876 | 2025-01-22T04:24:37.367Z | Downloaded termcolor v1.4.1 |
877 | 2025-01-22T04:24:37.367Z | Downloaded utf16_iter v1.0.5 |
878 | 2025-01-22T04:24:37.370Z | Downloaded slog-scope v4.4.0 |
879 | 2025-01-22T04:24:37.370Z | Downloaded strum_macros v0.25.3 |
880 | 2025-01-22T04:24:37.372Z | Downloaded string_cache v0.8.7 |
881 | 2025-01-22T04:24:37.375Z | Downloaded winnow v0.5.40 |
882 | 2025-01-22T04:24:37.384Z | Downloaded openssl-macros v0.1.1 |
883 | 2025-01-22T04:24:37.387Z | Downloaded rusty-fork v0.3.0 |
884 | 2025-01-22T04:24:37.387Z | Downloaded rand_seeder v0.3.0 |
885 | 2025-01-22T04:24:37.391Z | Downloaded scrypt v0.11.0 |
886 | 2025-01-22T04:24:37.391Z | Downloaded scheduled-thread-pool v0.2.7 |
887 | 2025-01-22T04:24:37.394Z | Downloaded smallvec v1.13.2 |
888 | 2025-01-22T04:24:37.394Z | Downloaded zerofrom-derive v0.1.4 |
889 | 2025-01-22T04:24:37.396Z | Downloaded qorb v0.2.1 |
890 | 2025-01-22T04:24:37.399Z | Downloaded structmeta-derive v0.2.0 |
891 | 2025-01-22T04:24:37.402Z | Downloaded num_enum v0.5.11 |
892 | 2025-01-22T04:24:37.406Z | Downloaded proc-macro-crate v1.3.1 |
893 | 2025-01-22T04:24:37.408Z | Downloaded ecdsa v0.16.9 |
894 | 2025-01-22T04:24:37.411Z | Downloaded publicsuffix v2.3.0 |
895 | 2025-01-22T04:24:37.413Z | Downloaded serde_derive_internals v0.29.1 |
896 | 2025-01-22T04:24:37.416Z | Downloaded pkcs1 v0.7.5 |
897 | 2025-01-22T04:24:37.419Z | Downloaded hashbrown v0.13.2 |
898 | 2025-01-22T04:24:37.422Z | Downloaded serde_urlencoded v0.7.1 |
899 | 2025-01-22T04:24:37.425Z | Downloaded nodrop v0.1.14 |
900 | 2025-01-22T04:24:37.425Z | Downloaded expectorate v1.1.0 |
901 | 2025-01-22T04:24:37.428Z | Downloaded owo-colors v4.1.0 |
902 | 2025-01-22T04:24:37.431Z | Downloaded blake3 v1.5.4 |
903 | 2025-01-22T04:24:37.440Z | Downloaded uzers v0.12.1 |
904 | 2025-01-22T04:24:37.442Z | Downloaded slog-envlogger v2.2.0 |
905 | 2025-01-22T04:24:37.445Z | Downloaded unicode_categories v0.1.1 |
906 | 2025-01-22T04:24:37.451Z | Downloaded rusqlite v0.32.1 |
907 | 2025-01-22T04:24:37.454Z | Downloaded primeorder v0.13.6 |
908 | 2025-01-22T04:24:37.456Z | Downloaded quinn v0.11.5 |
909 | 2025-01-22T04:24:37.462Z | Downloaded rustversion v1.0.17 |
910 | 2025-01-22T04:24:37.467Z | Downloaded rand_core v0.6.4 |
911 | 2025-01-22T04:24:37.468Z | Downloaded thiserror-impl v2.0.11 |
912 | 2025-01-22T04:24:37.470Z | Downloaded sec1 v0.7.3 |
913 | 2025-01-22T04:24:37.470Z | Downloaded url v2.5.3 |
914 | 2025-01-22T04:24:37.470Z | Downloaded salty v0.3.0 |
915 | 2025-01-22T04:24:37.479Z | Downloaded smoltcp v0.9.1 |
916 | 2025-01-22T04:24:37.491Z | Downloaded progenitor v0.8.0 |
917 | 2025-01-22T04:24:37.494Z | Downloaded p256 v0.13.2 |
918 | 2025-01-22T04:24:37.496Z | Downloaded aws-lc-rs v1.10.0 |
919 | 2025-01-22T04:24:37.505Z | Downloaded tokio-tungstenite v0.23.1 |
920 | 2025-01-22T04:24:37.508Z | Downloaded test-strategy v0.3.1 |
921 | 2025-01-22T04:24:37.511Z | Downloaded steno v0.4.1 |
922 | 2025-01-22T04:24:37.516Z | Downloaded snafu-derive v0.8.5 |
923 | 2025-01-22T04:24:37.519Z | Downloaded displaydoc v0.2.5 |
924 | 2025-01-22T04:24:37.523Z | Downloaded sqlparser v0.45.0 |
925 | 2025-01-22T04:24:37.527Z | Downloaded regress v0.9.1 |
926 | 2025-01-22T04:24:37.538Z | Downloaded der v0.7.9 |
927 | 2025-01-22T04:24:37.542Z | Downloaded oso v0.27.3 |
928 | 2025-01-22T04:24:37.546Z | Downloaded bindgen v0.69.5 |
929 | 2025-01-22T04:24:37.554Z | Downloaded tar v0.4.42 |
930 | 2025-01-22T04:24:37.557Z | Downloaded parse-zoneinfo v0.3.1 |
931 | 2025-01-22T04:24:37.560Z | Downloaded regex-syntax v0.8.5 |
932 | 2025-01-22T04:24:37.569Z | Downloaded webpki-roots v0.26.6 |
933 | 2025-01-22T04:24:37.572Z | Downloaded rayon v1.10.0 |
934 | 2025-01-22T04:24:37.581Z | Downloaded russh-keys v0.45.0 |
935 | 2025-01-22T04:24:37.584Z | Downloaded zerocopy v0.6.6 |
936 | 2025-01-22T04:24:37.587Z | Downloaded rustls-webpki v0.101.7 |
937 | 2025-01-22T04:24:37.600Z | Downloaded tokio-util v0.7.12 |
938 | 2025-01-22T04:24:37.607Z | Downloaded bitvec v1.0.1 |
939 | 2025-01-22T04:24:37.622Z | Downloaded p521 v0.13.3 |
940 | 2025-01-22T04:24:37.626Z | Downloaded regex-syntax v0.6.29 |
941 | 2025-01-22T04:24:37.634Z | Downloaded proptest v1.5.0 |
942 | 2025-01-22T04:24:37.643Z | Downloaded vcpkg v0.2.15 |
943 | 2025-01-22T04:24:37.682Z | Downloaded zerocopy v0.8.10 |
944 | 2025-01-22T04:24:37.725Z | Downloaded zip v2.1.3 |
945 | 2025-01-22T04:24:37.730Z | Downloaded unicode-width v0.2.0 |
946 | 2025-01-22T04:24:37.740Z | Downloaded serde_with v3.11.0 |
947 | 2025-01-22T04:24:37.752Z | Downloaded futures-util v0.3.31 |
948 | 2025-01-22T04:24:37.768Z | Downloaded ssh-key v0.6.6 |
949 | 2025-01-22T04:24:37.775Z | Downloaded nix v0.27.1 |
950 | 2025-01-22T04:24:37.787Z | Downloaded openssl v0.10.66 |
951 | 2025-01-22T04:24:37.796Z | Downloaded rustyline v14.0.0 |
952 | 2025-01-22T04:24:37.801Z | Downloaded dropshot v0.12.0 |
953 | 2025-01-22T04:24:37.823Z | Downloaded nix v0.28.0 |
954 | 2025-01-22T04:24:37.835Z | Downloaded petname v2.0.2 |
955 | 2025-01-22T04:24:37.840Z | Downloaded radix_trie v0.2.1 |
956 | 2025-01-22T04:24:37.846Z | Downloaded typify-impl v0.3.0 |
957 | 2025-01-22T04:24:37.861Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2025-01-22T04:24:37.870Z | Downloaded bstr v1.10.0 |
959 | 2025-01-22T04:24:37.881Z | Downloaded openapiv3 v2.0.0 |
960 | 2025-01-22T04:24:37.893Z | Downloaded russh v0.45.0 |
961 | 2025-01-22T04:24:37.898Z | Downloaded object v0.30.4 |
962 | 2025-01-22T04:24:37.908Z | Downloaded typify-impl v0.2.0 |
963 | 2025-01-22T04:24:37.922Z | Downloaded ratatui v0.28.1 |
964 | 2025-01-22T04:24:37.942Z | Downloaded zerocopy-derive v0.6.6 |
965 | 2025-01-22T04:24:37.950Z | Downloaded chrono-tz v0.10.0 |
966 | 2025-01-22T04:24:37.957Z | Downloaded gimli v0.31.1 |
967 | 2025-01-22T04:24:37.966Z | Downloaded lzma-sys v0.1.20 |
968 | 2025-01-22T04:24:37.995Z | Downloaded regex-automata v0.4.8 |
969 | 2025-01-22T04:24:38.010Z | Downloaded regress v0.10.1 |
970 | 2025-01-22T04:24:38.018Z | Downloaded rustls v0.22.4 |
971 | 2025-01-22T04:24:38.030Z | Downloaded object v0.36.5 |
972 | 2025-01-22T04:24:38.042Z | Downloaded diesel v2.2.6 |
973 | 2025-01-22T04:24:38.060Z | Downloaded rustls v0.23.19 |
974 | 2025-01-22T04:24:38.071Z | Downloaded libz-sys v1.1.20 |
975 | 2025-01-22T04:24:38.092Z | Downloaded nix v0.29.0 |
976 | 2025-01-22T04:24:38.102Z | Downloaded polar-core v0.27.3 |
977 | 2025-01-22T04:24:38.109Z | Downloaded rustls v0.21.12 |
978 | 2025-01-22T04:24:38.122Z | Downloaded dropshot v0.15.1 |
979 | 2025-01-22T04:24:38.143Z | Downloaded tokio v1.43.0 |
980 | 2025-01-22T04:24:38.181Z | Downloaded sled v0.34.7 |
981 | 2025-01-22T04:24:38.191Z | Downloaded rustls-webpki v0.102.8 |
982 | 2025-01-22T04:24:38.208Z | Downloaded quick-xml v0.33.0 |
983 | 2025-01-22T04:24:38.214Z | Downloaded reedline v0.35.0 |
984 | 2025-01-22T04:24:38.221Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
985 | 2025-01-22T04:24:38.233Z | Downloaded chrono v0.4.38 |
986 | 2025-01-22T04:24:38.239Z | Downloaded ed25519-dalek v2.1.1 |
987 | 2025-01-22T04:24:38.242Z | Downloaded p384 v0.13.0 |
988 | 2025-01-22T04:24:38.248Z | Downloaded regex v1.11.1 |
989 | 2025-01-22T04:24:38.260Z | Downloaded reqwest v0.12.9 |
990 | 2025-01-22T04:24:38.267Z | Downloaded portable-atomic v1.9.0 |
991 | 2025-01-22T04:24:38.274Z | Downloaded petgraph v0.6.5 |
992 | 2025-01-22T04:24:38.290Z | Downloaded hickory-proto v0.24.2 |
993 | 2025-01-22T04:24:38.306Z | Downloaded fs_extra v1.3.0 |
994 | 2025-01-22T04:24:38.308Z | Downloaded num-bigint v0.4.6 |
995 | 2025-01-22T04:24:38.312Z | Downloaded value-bag v1.9.0 |
996 | 2025-01-22T04:24:38.314Z | Downloaded smoltcp v0.11.0 |
997 | 2025-01-22T04:24:38.327Z | Downloaded psl-types v2.0.11 |
998 | 2025-01-22T04:24:38.329Z | Downloaded typify v0.3.0 |
999 | 2025-01-22T04:24:38.332Z | Downloaded diesel_derives v2.2.3 |
1000 | 2025-01-22T04:24:38.335Z | Downloaded h2 v0.4.6 |
1001 | 2025-01-22T04:24:38.341Z | Downloaded crossterm v0.28.1 |
1002 | 2025-01-22T04:24:38.348Z | Downloaded typify v0.2.0 |
1003 | 2025-01-22T04:24:38.351Z | Downloaded csv v1.3.0 |
1004 | 2025-01-22T04:24:38.371Z | Downloaded prettyplease v0.2.25 |
1005 | 2025-01-22T04:24:38.374Z | Downloaded typed-path v0.9.3 |
1006 | 2025-01-22T04:24:38.380Z | Downloaded num-rational v0.4.2 |
1007 | 2025-01-22T04:24:38.383Z | Downloaded flagset v0.4.6 |
1008 | 2025-01-22T04:24:38.383Z | Downloaded pkcs5 v0.7.1 |
1009 | 2025-01-22T04:24:38.387Z | Downloaded rand v0.8.5 |
1010 | 2025-01-22T04:24:38.390Z | Downloaded git2 v0.19.0 |
1011 | 2025-01-22T04:24:38.398Z | Downloaded zerovec v0.10.4 |
1012 | 2025-01-22T04:24:38.405Z | Downloaded password-hash v0.4.2 |
1013 | 2025-01-22T04:24:38.408Z | Downloaded num-derive v0.4.2 |
1014 | 2025-01-22T04:24:38.411Z | Downloaded quinn-proto v0.11.8 |
1015 | 2025-01-22T04:24:38.415Z | Downloaded zone v0.1.8 |
1016 | 2025-01-22T04:24:38.418Z | Downloaded parking_lot_core v0.8.6 |
1017 | 2025-01-22T04:24:38.421Z | Downloaded zopfli v0.8.1 |
1018 | 2025-01-22T04:24:38.424Z | Downloaded secrecy v0.8.0 |
1019 | 2025-01-22T04:24:38.424Z | Downloaded utf-8 v0.7.6 |
1020 | 2025-01-22T04:24:38.424Z | Downloaded diff v0.1.13 |
1021 | 2025-01-22T04:24:38.427Z | Downloaded tokio-postgres v0.7.12 |
1022 | 2025-01-22T04:24:38.434Z | Downloaded pkcs8 v0.10.2 |
1023 | 2025-01-22T04:24:38.436Z | Downloaded tracing v0.1.40 |
1024 | 2025-01-22T04:24:38.439Z | Downloaded tungstenite v0.21.0 |
1025 | 2025-01-22T04:24:38.443Z | Downloaded toml v0.7.8 |
1026 | 2025-01-22T04:24:38.446Z | Downloaded socket2 v0.5.7 |
1027 | 2025-01-22T04:24:38.449Z | Downloaded rsa v0.9.6 |
1028 | 2025-01-22T04:24:38.453Z | Downloaded unicode-normalization v0.1.24 |
1029 | 2025-01-22T04:24:38.457Z | Downloaded path-slash v0.1.5 |
1030 | 2025-01-22T04:24:38.460Z | Downloaded diesel-dtrace v0.4.2 |
1031 | 2025-01-22T04:24:38.460Z | Downloaded stable_deref_trait v1.2.0 |
1032 | 2025-01-22T04:24:38.463Z | Downloaded signal-hook-tokio v0.3.1 |
1033 | 2025-01-22T04:24:38.463Z | Downloaded serde-hex v0.1.0 |
1034 | 2025-01-22T04:24:38.465Z | Downloaded write16 v1.0.0 |
1035 | 2025-01-22T04:24:38.466Z | Downloaded futures-channel v0.3.31 |
1036 | 2025-01-22T04:24:38.466Z | Downloaded darling_core v0.20.10 |
1037 | 2025-01-22T04:24:38.469Z | Downloaded unicode-bidi v0.3.17 |
1038 | 2025-01-22T04:24:38.473Z | Downloaded rand_xorshift v0.3.0 |
1039 | 2025-01-22T04:24:38.475Z | Downloaded pkg-config v0.3.31 |
1040 | 2025-01-22T04:24:38.478Z | Downloaded parking_lot v0.12.3 |
1041 | 2025-01-22T04:24:38.480Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1042 | 2025-01-22T04:24:38.540Z | Downloaded aes v0.8.4 |
1043 | 2025-01-22T04:24:38.543Z | Downloaded unicode-segmentation v1.12.0 |
1044 | 2025-01-22T04:24:38.547Z | Downloaded pem v3.0.4 |
1045 | 2025-01-22T04:24:38.549Z | Downloaded serde_with_macros v3.11.0 |
1046 | 2025-01-22T04:24:38.552Z | Downloaded postgres-types v0.2.8 |
1047 | 2025-01-22T04:24:38.555Z | Downloaded poly1305 v0.8.0 |
1048 | 2025-01-22T04:24:38.559Z | Downloaded num-bigint-dig v0.8.4 |
1049 | 2025-01-22T04:24:38.562Z | Downloaded quick-error v1.2.3 |
1050 | 2025-01-22T04:24:38.564Z | Downloaded futures-task v0.3.31 |
1051 | 2025-01-22T04:24:38.565Z | Downloaded progenitor-macro v0.8.0 |
1052 | 2025-01-22T04:24:38.567Z | Downloaded ff v0.13.0 |
1053 | 2025-01-22T04:24:38.567Z | Downloaded half v2.4.1 |
1054 | 2025-01-22T04:24:38.571Z | Downloaded futures-sink v0.3.31 |
1055 | 2025-01-22T04:24:38.573Z | Downloaded futures-executor v0.3.31 |
1056 | 2025-01-22T04:24:38.573Z | Downloaded encoding_rs v0.8.34 |
1057 | 2025-01-22T04:24:38.596Z | Downloaded pem-rfc7468 v0.7.0 |
1058 | 2025-01-22T04:24:38.599Z | Downloaded signal-hook v0.3.17 |
1059 | 2025-01-22T04:24:38.602Z | Downloaded oso-derive v0.27.3 |
1060 | 2025-01-22T04:24:38.602Z | Downloaded foreign-types-shared v0.1.1 |
1061 | 2025-01-22T04:24:38.602Z | Downloaded foreign-types-macros v0.2.3 |
1062 | 2025-01-22T04:24:38.602Z | Downloaded crypto-bigint v0.5.5 |
1063 | 2025-01-22T04:24:38.608Z | Downloaded zone_cfg_derive v0.1.2 |
1064 | 2025-01-22T04:24:38.610Z | Downloaded uuid v1.12.0 |
1065 | 2025-01-22T04:24:38.613Z | Downloaded native-tls v0.2.12 |
1066 | 2025-01-22T04:24:38.616Z | Downloaded tinyvec v1.8.0 |
1067 | 2025-01-22T04:24:38.618Z | Downloaded spin v0.9.8 |
1068 | 2025-01-22T04:24:38.618Z | Downloaded opaque-debug v0.3.1 |
1069 | 2025-01-22T04:24:38.621Z | Downloaded tough v0.19.0 |
1070 | 2025-01-22T04:24:38.627Z | Downloaded tokio-rustls v0.26.0 |
1071 | 2025-01-22T04:24:38.630Z | Downloaded rustls-pki-types v1.10.0 |
1072 | 2025-01-22T04:24:38.633Z | Downloaded itertools v0.13.0 |
1073 | 2025-01-22T04:24:38.640Z | Downloaded tower-service v0.3.3 |
1074 | 2025-01-22T04:24:38.643Z | Downloaded sqlparser_derive v0.2.2 |
1075 | 2025-01-22T04:24:38.643Z | Downloaded hash32 v0.3.1 |
1076 | 2025-01-22T04:24:38.643Z | Downloaded hash32 v0.2.1 |
1077 | 2025-01-22T04:24:38.645Z | Downloaded fragile v2.0.0 |
1078 | 2025-01-22T04:24:38.645Z | Downloaded utf8_iter v1.0.4 |
1079 | 2025-01-22T04:24:38.648Z | Downloaded zip v0.6.6 |
1080 | 2025-01-22T04:24:38.650Z | Downloaded downcast v0.11.0 |
1081 | 2025-01-22T04:24:38.653Z | Downloaded multimap v0.10.0 |
1082 | 2025-01-22T04:24:38.653Z | Downloaded predicates v3.1.2 |
1083 | 2025-01-22T04:24:38.655Z | Downloaded fallible-iterator v0.3.0 |
1084 | 2025-01-22T04:24:38.658Z | Downloaded zeroize v1.8.1 |
1085 | 2025-01-22T04:24:38.660Z | Downloaded idna v1.0.3 |
1086 | 2025-01-22T04:24:38.664Z | Downloaded time v0.3.36 |
1087 | 2025-01-22T04:24:38.672Z | Downloaded phf_codegen v0.11.2 |
1088 | 2025-01-22T04:24:38.674Z | Downloaded phf v0.11.2 |
1089 | 2025-01-22T04:24:38.674Z | Downloaded cookie_store v0.21.1 |
1090 | 2025-01-22T04:24:38.674Z | Downloaded derive_builder_core v0.20.2 |
1091 | 2025-01-22T04:24:38.677Z | Downloaded base64 v0.21.7 |
1092 | 2025-01-22T04:24:38.680Z | Downloaded supports-color v3.0.1 |
1093 | 2025-01-22T04:24:38.682Z | Downloaded subtle v2.6.1 |
1094 | 2025-01-22T04:24:38.682Z | Downloaded strum_macros v0.26.4 |
1095 | 2025-01-22T04:24:38.685Z | Downloaded itertools v0.10.5 |
1096 | 2025-01-22T04:24:38.691Z | Downloaded crc32fast v1.4.2 |
1097 | 2025-01-22T04:24:38.693Z | Downloaded ron v0.7.1 |
1098 | 2025-01-22T04:24:38.697Z | Downloaded parse-display v0.10.0 |
1099 | 2025-01-22T04:24:38.700Z | Downloaded dyn-clone v1.0.17 |
1100 | 2025-01-22T04:24:38.703Z | Downloaded zerovec-derive v0.10.3 |
1101 | 2025-01-22T04:24:38.703Z | Downloaded zeroize_derive v1.4.2 |
1102 | 2025-01-22T04:24:38.703Z | Downloaded crossbeam-utils v0.8.20 |
1103 | 2025-01-22T04:24:38.707Z | Downloaded clang-sys v1.8.1 |
1104 | 2025-01-22T04:24:38.712Z | Downloaded num-complex v0.4.6 |
1105 | 2025-01-22T04:24:38.712Z | Downloaded unsafe-libyaml v0.2.11 |
1106 | 2025-01-22T04:24:38.714Z | Downloaded icu_collections v1.5.0 |
1107 | 2025-01-22T04:24:38.719Z | Downloaded http v1.2.0 |
1108 | 2025-01-22T04:24:38.723Z | Downloaded quinn-udp v0.5.5 |
1109 | 2025-01-22T04:24:38.733Z | Downloaded postgres-protocol v0.6.7 |
1110 | 2025-01-22T04:24:38.738Z | Downloaded openssl-probe v0.1.5 |
1111 | 2025-01-22T04:24:38.738Z | Downloaded toml_edit v0.19.15 |
1112 | 2025-01-22T04:24:38.744Z | Downloaded shell-words v1.1.0 |
1113 | 2025-01-22T04:24:38.747Z | Downloaded sha1 v0.10.6 |
1114 | 2025-01-22T04:24:38.747Z | Downloaded serde_repr v0.1.19 |
1115 | 2025-01-22T04:24:38.751Z | Downloaded rustc_version v0.1.7 |
1116 | 2025-01-22T04:24:38.751Z | Downloaded csv-core v0.1.11 |
1117 | 2025-01-22T04:24:38.754Z | Downloaded bytes v1.9.0 |
1118 | 2025-01-22T04:24:38.756Z | Downloaded rpassword v7.3.1 |
1119 | 2025-01-22T04:24:38.757Z | Downloaded radium v0.7.0 |
1120 | 2025-01-22T04:24:38.759Z | Downloaded r2d2 v0.8.10 |
1121 | 2025-01-22T04:24:38.759Z | Downloaded libxml v0.3.3 |
1122 | 2025-01-22T04:24:38.764Z | Downloaded libm v0.2.8 |
1123 | 2025-01-22T04:24:38.772Z | Downloaded base64 v0.13.1 |
1124 | 2025-01-22T04:24:38.775Z | Downloaded dropshot_endpoint v0.15.1 |
1125 | 2025-01-22T04:24:38.779Z | Downloaded dropshot_endpoint v0.12.0 |
1126 | 2025-01-22T04:24:38.782Z | Downloaded derive_builder v0.20.2 |
1127 | 2025-01-22T04:24:38.787Z | Downloaded derive-where v1.2.7 |
1128 | 2025-01-22T04:24:38.791Z | Downloaded icu_provider v1.5.0 |
1129 | 2025-01-22T04:24:38.794Z | Downloaded serde_path_to_error v0.1.16 |
1130 | 2025-01-22T04:24:38.796Z | Downloaded convert_case v0.4.0 |
1131 | 2025-01-22T04:24:38.796Z | Downloaded yoke v0.7.4 |
1132 | 2025-01-22T04:24:38.799Z | Downloaded universal-hash v0.5.1 |
1133 | 2025-01-22T04:24:38.799Z | Downloaded crossbeam-deque v0.8.5 |
1134 | 2025-01-22T04:24:38.801Z | Downloaded colored v2.1.0 |
1135 | 2025-01-22T04:24:38.804Z | Downloaded ciborium-ll v0.2.2 |
1136 | 2025-01-22T04:24:38.804Z | Downloaded cancel-safe-futures v0.1.5 |
1137 | 2025-01-22T04:24:38.806Z | Downloaded bcs v0.1.6 |
1138 | 2025-01-22T04:24:38.809Z | Downloaded arrayref v0.3.9 |
1139 | 2025-01-22T04:24:38.809Z | Downloaded cfg_aliases v0.2.1 |
1140 | 2025-01-22T04:24:38.811Z | Downloaded newline-converter v0.3.0 |
1141 | 2025-01-22T04:24:38.811Z | Downloaded litrs v0.4.1 |
1142 | 2025-01-22T04:24:38.815Z | Downloaded internet-checksum v0.2.1 |
1143 | 2025-01-22T04:24:38.815Z | Downloaded cfg_aliases v0.1.1 |
1144 | 2025-01-22T04:24:38.815Z | Downloaded bitfield-struct v0.6.2 |
1145 | 2025-01-22T04:24:38.818Z | Downloaded assert_matches v1.5.0 |
1146 | 2025-01-22T04:24:38.818Z | Downloaded blowfish v0.9.1 |
1147 | 2025-01-22T04:24:38.822Z | Downloaded bit-vec v0.6.3 |
1148 | 2025-01-22T04:24:38.822Z | Downloaded xattr v1.3.1 |
1149 | 2025-01-22T04:24:38.824Z | Downloaded typify-macro v0.2.0 |
1150 | 2025-01-22T04:24:38.824Z | Downloaded tokio-stream v0.1.16 |
1151 | 2025-01-22T04:24:38.827Z | Downloaded base16ct v0.2.0 |
1152 | 2025-01-22T04:24:38.830Z | Downloaded bcrypt-pbkdf v0.10.0 |
1153 | 2025-01-22T04:24:38.830Z | Downloaded base64ct v1.6.0 |
1154 | 2025-01-22T04:24:38.832Z | Downloaded synstructure v0.13.1 |
1155 | 2025-01-22T04:24:38.835Z | Downloaded array-init v0.0.4 |
1156 | 2025-01-22T04:24:38.835Z | Downloaded bitflags v1.3.2 |
1157 | 2025-01-22T04:24:38.837Z | Downloaded arc-swap v1.7.1 |
1158 | 2025-01-22T04:24:38.840Z | Downloaded async-stream v0.3.6 |
1159 | 2025-01-22T04:24:38.845Z | Downloaded async-bb8-diesel v0.2.1 |
1160 | 2025-01-22T04:24:38.847Z | Downloaded allocator-api2 v0.2.18 |
1161 | 2025-01-22T04:24:38.847Z | Downloaded rustc_version v0.4.1 |
1162 | 2025-01-22T04:24:38.850Z | Downloaded linear-map v1.2.0 |
1163 | 2025-01-22T04:24:38.850Z | Downloaded is-terminal v0.4.13 |
1164 | 2025-01-22T04:24:38.852Z | Downloaded lalrpop-util v0.19.12 |
1165 | 2025-01-22T04:24:38.852Z | Downloaded indoc v1.0.9 |
1166 | 2025-01-22T04:24:38.855Z | Downloaded hmac v0.12.1 |
1167 | 2025-01-22T04:24:38.858Z | Downloaded memmap2 v0.9.5 |
1168 | 2025-01-22T04:24:38.858Z | Downloaded hickory-client v0.24.2 |
1169 | 2025-01-22T04:24:38.860Z | Downloaded hyper-staticfile v0.10.1 |
1170 | 2025-01-22T04:24:38.863Z | Downloaded highway v1.2.0 |
1171 | 2025-01-22T04:24:38.866Z | Downloaded console v0.15.8 |
1172 | 2025-01-22T04:24:38.869Z | Downloaded cipher v0.4.4 |
1173 | 2025-01-22T04:24:38.871Z | Downloaded cc v1.1.30 |
1174 | 2025-01-22T04:24:38.874Z | Downloaded instant v0.1.13 |
1175 | 2025-01-22T04:24:38.874Z | Downloaded http-range v0.1.5 |
1176 | 2025-01-22T04:24:38.877Z | Downloaded const-oid v0.9.6 |
1177 | 2025-01-22T04:24:38.879Z | Downloaded httpdate v1.0.3 |
1178 | 2025-01-22T04:24:38.882Z | Downloaded bzip2 v0.4.4 |
1179 | 2025-01-22T04:24:38.884Z | Downloaded ascii-canvas v3.0.0 |
1180 | 2025-01-22T04:24:38.947Z | Downloaded libsqlite3-sys v0.30.1 |
1181 | 2025-01-22T04:24:39.142Z | Downloaded ring v0.17.8 |
1182 | 2025-01-22T04:24:39.486Z | Downloaded aws-lc-sys v0.22.0 |
1183 | 2025-01-22T04:24:39.796Z | Compiling serde v1.0.217 |
1184 | 2025-01-22T04:24:39.801Z | Compiling lock_api v0.4.12 |
1185 | 2025-01-22T04:24:39.801Z | Compiling scopeguard v1.2.0 |
1186 | 2025-01-22T04:24:39.801Z | Compiling value-bag v1.9.0 |
1187 | 2025-01-22T04:24:39.801Z | Compiling typenum v1.17.0 |
1188 | 2025-01-22T04:24:39.944Z | Compiling generic-array v0.14.7 |
1189 | 2025-01-22T04:24:39.983Z | Compiling syn v2.0.96 |
1190 | 2025-01-22T04:24:39.997Z | Compiling getrandom v0.2.15 |
1191 | 2025-01-22T04:24:40.113Z | Compiling shlex v1.3.0 |
1192 | 2025-01-22T04:24:40.331Z | Compiling log v0.4.22 |
1193 | 2025-01-22T04:24:40.406Z | Compiling rand_core v0.6.4 |
1194 | 2025-01-22T04:24:40.467Z | Compiling subtle v2.6.1 |
1195 | 2025-01-22T04:24:40.470Z | Compiling jobserver v0.1.32 |
1196 | 2025-01-22T04:24:40.516Z | Compiling smallvec v1.13.2 |
1197 | 2025-01-22T04:24:40.803Z | Compiling const-oid v0.9.6 |
1198 | 2025-01-22T04:24:40.856Z | Compiling spin v0.9.8 |
1199 | 2025-01-22T04:24:40.940Z | Compiling cc v1.1.30 |
1200 | 2025-01-22T04:24:40.943Z | Compiling pin-project-lite v0.2.14 |
1201 | 2025-01-22T04:24:41.096Z | Compiling rustix v0.38.37 |
1202 | 2025-01-22T04:24:41.118Z | Compiling parking_lot_core v0.9.10 |
1203 | 2025-01-22T04:24:41.227Z | Compiling futures-core v0.3.31 |
1204 | 2025-01-22T04:24:41.348Z | Compiling signal-hook-registry v1.4.2 |
1205 | 2025-01-22T04:24:41.484Z | Compiling mio v1.0.2 |
1206 | 2025-01-22T04:24:41.949Z | Compiling aho-corasick v1.1.3 |
1207 | 2025-01-22T04:24:42.063Z | Compiling parking_lot v0.12.3 |
1208 | 2025-01-22T04:24:42.216Z | Compiling cpufeatures v0.2.14 |
1209 | 2025-01-22T04:24:42.310Z | Compiling regex-syntax v0.8.5 |
1210 | 2025-01-22T04:24:42.355Z | Compiling stable_deref_trait v1.2.0 |
1211 | 2025-01-22T04:24:42.484Z | Compiling either v1.13.0 |
1212 | 2025-01-22T04:24:42.620Z | Compiling lazy_static v1.5.0 |
1213 | 2025-01-22T04:24:42.838Z | Compiling glob v0.3.1 |
1214 | 2025-01-22T04:24:42.891Z | Compiling futures-sink v0.3.31 |
1215 | 2025-01-22T04:24:42.923Z | Compiling socket2 v0.5.7 |
1216 | 2025-01-22T04:24:43.013Z | Compiling slab v0.4.9 |
1217 | 2025-01-22T04:24:43.066Z | Compiling prettyplease v0.2.25 |
1218 | 2025-01-22T04:24:43.431Z | Compiling minimal-lexical v0.2.1 |
1219 | 2025-01-22T04:24:43.492Z | Compiling serde_json v1.0.135 |
1220 | 2025-01-22T04:24:43.717Z | Compiling clang-sys v1.8.1 |
1221 | 2025-01-22T04:24:43.856Z | Compiling nom v7.1.3 |
1222 | 2025-01-22T04:24:43.938Z | Compiling libloading v0.8.5 |
1223 | 2025-01-22T04:24:44.190Z | Compiling home v0.5.9 |
1224 | 2025-01-22T04:24:44.345Z | Compiling bindgen v0.69.5 |
1225 | 2025-01-22T04:24:44.458Z | Compiling futures-channel v0.3.31 |
1226 | 2025-01-22T04:24:44.789Z | Compiling itertools v0.12.1 |
1227 | 2025-01-22T04:24:44.908Z | Compiling allocator-api2 v0.2.18 |
1228 | 2025-01-22T04:24:45.245Z | Compiling pin-utils v0.1.0 |
1229 | 2025-01-22T04:24:45.363Z | Compiling libm v0.2.8 |
1230 | 2025-01-22T04:24:45.720Z | Compiling lazycell v1.3.0 |
1231 | 2025-01-22T04:24:45.741Z | Compiling futures-task v0.3.31 |
1232 | 2025-01-22T04:24:45.902Z | Compiling rustc-hash v1.1.0 |
1233 | 2025-01-22T04:24:46.043Z | Compiling futures-io v0.3.31 |
1234 | 2025-01-22T04:24:46.073Z | Compiling foldhash v0.1.3 |
1235 | 2025-01-22T04:24:46.329Z | Compiling regex-automata v0.4.8 |
1236 | 2025-01-22T04:24:46.397Z | Compiling hashbrown v0.15.1 |
1237 | 2025-01-22T04:24:47.049Z | Compiling cexpr v0.6.0 |
1238 | 2025-01-22T04:24:47.342Z | Compiling synstructure v0.13.1 |
1239 | 2025-01-22T04:24:47.833Z | Compiling cmake v0.1.51 |
1240 | 2025-01-22T04:24:48.755Z | Compiling num-traits v0.2.19 |
1241 | 2025-01-22T04:24:48.774Z | Compiling pkg-config v0.3.31 |
1242 | 2025-01-22T04:24:48.777Z | Compiling dunce v1.0.5 |
1243 | 2025-01-22T04:24:48.881Z | Compiling fs_extra v1.3.0 |
1244 | 2025-01-22T04:24:49.304Z | Compiling litemap v0.7.3 |
1245 | 2025-01-22T04:24:49.441Z | Compiling writeable v0.5.5 |
1246 | 2025-01-22T04:24:49.707Z | Compiling ring v0.17.8 |
1247 | 2025-01-22T04:24:50.162Z | Compiling base64ct v1.6.0 |
1248 | 2025-01-22T04:24:50.273Z | Compiling paste v1.0.15 |
1249 | 2025-01-22T04:24:50.427Z | Compiling aws-lc-rs v1.10.0 |
1250 | 2025-01-22T04:24:50.752Z | Compiling pem-rfc7468 v0.7.0 |
1251 | 2025-01-22T04:24:50.839Z | Compiling icu_locid_transform_data v1.5.0 |
1252 | 2025-01-22T04:24:50.860Z | Compiling flagset v0.4.6 |
1253 | 2025-01-22T04:24:50.952Z | Compiling httparse v1.9.5 |
1254 | 2025-01-22T04:24:51.442Z | Compiling tracing-core v0.1.32 |
1255 | 2025-01-22T04:24:51.718Z | Compiling rustls-pki-types v1.10.0 |
1256 | 2025-01-22T04:24:51.739Z | Compiling percent-encoding v2.3.1 |
1257 | 2025-01-22T04:24:52.067Z | Compiling regex v1.11.1 |
1258 | 2025-01-22T04:24:52.132Z | Compiling icu_properties_data v1.5.0 |
1259 | 2025-01-22T04:24:52.350Z | Compiling crossbeam-utils v0.8.20 |
1260 | 2025-01-22T04:24:52.652Z | Compiling num-conv v0.1.0 |
1261 | 2025-01-22T04:24:52.915Z | Compiling untrusted v0.7.1 |
1262 | 2025-01-22T04:24:52.933Z | Compiling untrusted v0.9.0 |
1263 | 2025-01-22T04:24:52.962Z | Compiling serde_derive v1.0.217 |
1264 | 2025-01-22T04:24:53.077Z | Compiling zeroize_derive v1.4.2 |
1265 | 2025-01-22T04:24:53.102Z | Compiling zerocopy-derive v0.7.35 |
1266 | 2025-01-22T04:24:53.121Z | Compiling zerofrom-derive v0.1.4 |
1267 | 2025-01-22T04:24:53.304Z | Compiling tokio-macros v2.5.0 |
1268 | 2025-01-22T04:24:54.511Z | Compiling zeroize v1.8.1 |
1269 | 2025-01-22T04:24:54.887Z | Compiling yoke-derive v0.7.4 |
1270 | 2025-01-22T04:24:55.115Z | Compiling zerocopy v0.7.35 |
1271 | 2025-01-22T04:24:55.155Z | Compiling thiserror-impl v1.0.69 |
1272 | 2025-01-22T04:24:56.077Z | Compiling crypto-common v0.1.6 |
1273 | 2025-01-22T04:24:56.231Z | Compiling block-buffer v0.10.4 |
1274 | 2025-01-22T04:24:56.338Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-01-22T04:24:56.514Z | Compiling digest v0.10.7 |
1276 | 2025-01-22T04:24:56.534Z | Compiling displaydoc v0.2.5 |
1277 | 2025-01-22T04:24:56.706Z | Compiling zerofrom v0.1.4 |
1278 | 2025-01-22T04:24:56.951Z | Compiling hmac v0.12.1 |
1279 | 2025-01-22T04:24:57.008Z | Compiling futures-macro v0.3.31 |
1280 | 2025-01-22T04:24:57.209Z | Compiling block-padding v0.3.3 |
1281 | 2025-01-22T04:24:57.410Z | Compiling sha2 v0.10.8 |
1282 | 2025-01-22T04:24:57.485Z | Compiling inout v0.1.3 |
1283 | 2025-01-22T04:24:57.579Z | Compiling yoke v0.7.4 |
1284 | 2025-01-22T04:24:57.798Z | Compiling cipher v0.4.4 |
1285 | 2025-01-22T04:24:57.995Z | Compiling icu_provider_macros v1.5.0 |
1286 | 2025-01-22T04:24:58.115Z | Compiling thiserror v1.0.69 |
1287 | 2025-01-22T04:24:58.133Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2025-01-22T04:24:58.333Z | Compiling der_derive v0.7.3 |
1289 | 2025-01-22T04:24:58.346Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-01-22T04:24:58.899Z | Compiling rand_chacha v0.3.1 |
1291 | 2025-01-22T04:24:58.923Z | Compiling futures-util v0.3.31 |
1292 | 2025-01-22T04:24:58.965Z | Compiling zerovec v0.10.4 |
1293 | 2025-01-22T04:24:59.113Z | Compiling salsa20 v0.10.2 |
1294 | 2025-01-22T04:24:59.355Z | Compiling rand v0.8.5 |
1295 | 2025-01-22T04:25:00.620Z | Compiling der v0.7.9 |
1296 | 2025-01-22T04:25:01.025Z | Compiling tinystr v0.7.6 |
1297 | 2025-01-22T04:25:01.095Z | Compiling icu_collections v1.5.0 |
1298 | 2025-01-22T04:25:01.233Z | Compiling pest v2.7.14 |
1299 | 2025-01-22T04:25:01.407Z | Compiling icu_locid v1.5.0 |
1300 | 2025-01-22T04:25:01.462Z | Compiling pbkdf2 v0.12.2 |
1301 | 2025-01-22T04:25:01.642Z | Compiling write16 v1.0.0 |
1302 | 2025-01-22T04:25:01.700Z | Compiling tracing v0.1.40 |
1303 | 2025-01-22T04:25:01.797Z | Compiling utf16_iter v1.0.5 |
1304 | 2025-01-22T04:25:02.030Z | Compiling time-core v0.1.2 |
1305 | 2025-01-22T04:25:02.226Z | Compiling utf8_iter v1.0.4 |
1306 | 2025-01-22T04:25:02.246Z | Compiling mirai-annotations v1.12.0 |
1307 | 2025-01-22T04:25:02.380Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2025-01-22T04:25:02.449Z | Compiling vcpkg v0.2.15 |
1309 | 2025-01-22T04:25:02.480Z | Compiling powerfmt v0.2.0 |
1310 | 2025-01-22T04:25:02.501Z | Compiling time-macros v0.2.18 |
1311 | 2025-01-22T04:25:02.937Z | Compiling icu_provider v1.5.0 |
1312 | 2025-01-22T04:25:03.593Z | Compiling spki v0.7.3 |
1313 | 2025-01-22T04:25:03.674Z | Compiling icu_locid_transform v1.5.0 |
1314 | 2025-01-22T04:25:03.932Z | Compiling pest_meta v2.7.14 |
1315 | 2025-01-22T04:25:03.963Z | Compiling deranged v0.3.11 |
1316 | 2025-01-22T04:25:04.341Z | Compiling scrypt v0.11.0 |
1317 | 2025-01-22T04:25:04.403Z | Compiling aes v0.8.4 |
1318 | 2025-01-22T04:25:04.423Z | Compiling openssl-sys v0.9.103 |
1319 | 2025-01-22T04:25:04.881Z | Compiling cbc v0.1.2 |
1320 | 2025-01-22T04:25:05.145Z | Compiling icu_properties v1.5.1 |
1321 | 2025-01-22T04:25:05.469Z | Compiling scroll_derive v0.12.0 |
1322 | 2025-01-22T04:25:06.078Z | Compiling bitflags v2.6.0 |
1323 | 2025-01-22T04:25:06.098Z | Compiling bytes v1.9.0 |
1324 | 2025-01-22T04:25:06.936Z | Compiling tokio v1.43.0 |
1325 | 2025-01-22T04:25:07.129Z | Compiling indexmap v2.7.0 |
1326 | 2025-01-22T04:25:07.285Z | Compiling http v1.2.0 |
1327 | 2025-01-22T04:25:08.471Z | Compiling semver v1.0.24 |
1328 | 2025-01-22T04:25:08.506Z | Compiling atomic-waker v1.1.2 |
1329 | 2025-01-22T04:25:08.710Z | Compiling tinyvec_macros v0.1.1 |
1330 | 2025-01-22T04:25:08.825Z | Compiling icu_normalizer v1.5.0 |
1331 | 2025-01-22T04:25:08.860Z | Compiling num_threads v0.1.7 |
1332 | 2025-01-22T04:25:09.013Z | Compiling rustc_version v0.4.1 |
1333 | 2025-01-22T04:25:09.223Z | Compiling time v0.3.36 |
1334 | 2025-01-22T04:25:09.600Z | Compiling tinyvec v1.8.0 |
1335 | 2025-01-22T04:25:09.721Z | Compiling http-body v1.0.1 |
1336 | 2025-01-22T04:25:09.750Z | Compiling idna_adapter v1.2.0 |
1337 | 2025-01-22T04:25:09.851Z | Compiling scroll v0.12.0 |
1338 | 2025-01-22T04:25:09.990Z | Compiling pkcs5 v0.7.1 |
1339 | 2025-01-22T04:25:10.075Z | Compiling which v4.4.2 |
1340 | 2025-01-22T04:25:10.620Z | Compiling pest_generator v2.7.14 |
1341 | 2025-01-22T04:25:10.641Z | Compiling form_urlencoded v1.2.1 |
1342 | 2025-01-22T04:25:10.972Z | Compiling slog v2.7.0 |
1343 | 2025-01-22T04:25:11.068Z | Compiling try-lock v0.2.5 |
1344 | 2025-01-22T04:25:11.138Z | Compiling goblin v0.8.2 |
1345 | 2025-01-22T04:25:11.236Z | Compiling want v0.3.1 |
1346 | 2025-01-22T04:25:11.279Z | Compiling pkcs8 v0.10.2 |
1347 | 2025-01-22T04:25:11.535Z | Compiling idna v1.0.3 |
1348 | 2025-01-22T04:25:11.562Z | Compiling uuid v1.12.0 |
1349 | 2025-01-22T04:25:11.956Z | Compiling httpdate v1.0.3 |
1350 | 2025-01-22T04:25:12.414Z | Compiling iana-time-zone v0.1.61 |
1351 | 2025-01-22T04:25:12.525Z | Compiling pest_derive v2.7.14 |
1352 | 2025-01-22T04:25:12.826Z | Compiling chrono v0.4.38 |
1353 | 2025-01-22T04:25:13.164Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2025-01-22T04:25:13.351Z | Compiling dtrace-parser v0.2.0 |
1355 | 2025-01-22T04:25:13.745Z | Compiling serde_spanned v0.6.8 |
1356 | 2025-01-22T04:25:13.888Z | Compiling toml_datetime v0.6.8 |
1357 | 2025-01-22T04:25:13.991Z | Compiling openssl v0.10.66 |
1358 | 2025-01-22T04:25:13.993Z | Compiling tower-service v0.3.3 |
1359 | 2025-01-22T04:25:14.168Z | Compiling base64 v0.22.1 |
1360 | 2025-01-22T04:25:14.404Z | Compiling match_cfg v0.1.0 |
1361 | 2025-01-22T04:25:14.424Z | Compiling foreign-types-shared v0.1.1 |
1362 | 2025-01-22T04:25:14.516Z | Compiling adler2 v2.0.0 |
1363 | 2025-01-22T04:25:14.556Z | Compiling rustversion v1.0.17 |
1364 | 2025-01-22T04:25:14.750Z | Compiling miniz_oxide v0.8.0 |
1365 | 2025-01-22T04:25:14.869Z | Compiling tokio-util v0.7.12 |
1366 | 2025-01-22T04:25:15.283Z | Compiling foreign-types v0.3.2 |
1367 | 2025-01-22T04:25:15.317Z | Compiling hostname v0.3.1 |
1368 | 2025-01-22T04:25:15.426Z | Compiling url v2.5.3 |
1369 | 2025-01-22T04:25:16.161Z | Compiling h2 v0.4.6 |
1370 | 2025-01-22T04:25:16.220Z | Compiling async-trait v0.1.83 |
1371 | 2025-01-22T04:25:16.238Z | Compiling openssl-macros v0.1.1 |
1372 | 2025-01-22T04:25:16.819Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2025-01-22T04:25:17.017Z | Compiling dof v0.3.0 |
1374 | 2025-01-22T04:25:17.254Z | Compiling dirs-sys-next v0.1.2 |
1375 | 2025-01-22T04:25:17.827Z | Compiling usdt-impl v0.5.0 |
1376 | 2025-01-22T04:25:18.699Z | Compiling data-encoding v2.6.0 |
1377 | 2025-01-22T04:25:18.860Z | Compiling rustls v0.23.19 |
1378 | 2025-01-22T04:25:19.162Z | Compiling rustls v0.22.4 |
1379 | 2025-01-22T04:25:19.219Z | Compiling native-tls v0.2.12 |
1380 | 2025-01-22T04:25:19.239Z | Compiling schemars v0.8.21 |
1381 | 2025-01-22T04:25:19.451Z | Compiling siphasher v0.3.11 |
1382 | 2025-01-22T04:25:19.573Z | Compiling syn v1.0.109 |
1383 | 2025-01-22T04:25:19.683Z | Compiling schemars_derive v0.8.21 |
1384 | 2025-01-22T04:25:19.842Z | Compiling dirs-next v2.0.0 |
1385 | 2025-01-22T04:25:20.521Z | Compiling unicode-normalization v0.1.24 |
1386 | 2025-01-22T04:25:20.549Z | Compiling http-body-util v0.1.2 |
1387 | 2025-01-22T04:25:20.723Z | Compiling heapless v0.7.17 |
1388 | 2025-01-22T04:25:21.058Z | Compiling crossbeam-epoch v0.9.18 |
1389 | 2025-01-22T04:25:21.174Z | Compiling signature v2.2.0 |
1390 | 2025-01-22T04:25:21.476Z | Compiling sha1 v0.10.6 |
1391 | 2025-01-22T04:25:21.525Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1392 | 2025-01-22T04:25:21.640Z | Compiling thread_local v1.1.8 |
1393 | 2025-01-22T04:25:21.748Z | Compiling cookie v0.18.1 |
1394 | 2025-01-22T04:25:21.894Z | Compiling multer v3.1.0 |
1395 | 2025-01-22T04:25:22.013Z | Compiling encoding_rs v0.8.34 |
1396 | 2025-01-22T04:25:22.048Z | Compiling gimli v0.31.1 |
1397 | 2025-01-22T04:25:22.109Z | Compiling mime v0.3.17 |
1398 | 2025-01-22T04:25:22.203Z | Compiling unicode-properties v0.1.3 |
1399 | 2025-01-22T04:25:22.611Z | Compiling signal-hook v0.3.17 |
1400 | 2025-01-22T04:25:22.630Z | Compiling rayon-core v1.12.1 |
1401 | 2025-01-22T04:25:22.717Z | Compiling openssl-probe v0.1.5 |
1402 | 2025-01-22T04:25:22.924Z | Compiling slog-async v2.8.0 |
1403 | 2025-01-22T04:25:22.942Z | Compiling unicode-bidi v0.3.17 |
1404 | 2025-01-22T04:25:23.070Z | Compiling dyn-clone v1.0.17 |
1405 | 2025-01-22T04:25:23.300Z | Compiling hyper v1.5.2 |
1406 | 2025-01-22T04:25:23.429Z | Compiling ipnet v2.10.1 |
1407 | 2025-01-22T04:25:24.195Z | Compiling stringprep v0.1.5 |
1408 | 2025-01-22T04:25:25.359Z | Compiling toml_edit v0.22.22 |
1409 | 2025-01-22T04:25:26.237Z | Compiling hyper-util v0.1.10 |
1410 | 2025-01-22T04:25:26.344Z | Compiling addr2line v0.24.2 |
1411 | 2025-01-22T04:25:27.148Z | Compiling crossbeam-deque v0.8.5 |
1412 | 2025-01-22T04:25:27.500Z | Compiling usdt-macro v0.5.0 |
1413 | 2025-01-22T04:25:27.541Z | Compiling usdt-attr-macro v0.5.0 |
1414 | 2025-01-22T04:25:27.994Z | Compiling term v0.7.0 |
1415 | 2025-01-22T04:25:28.607Z | Compiling slog-json v2.6.1 |
1416 | 2025-01-22T04:25:28.931Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2025-01-22T04:25:28.979Z | Compiling curve25519-dalek v4.1.3 |
1418 | 2025-01-22T04:25:29.044Z | Compiling crossbeam-channel v0.5.13 |
1419 | 2025-01-22T04:25:29.102Z | Compiling futures-executor v0.3.31 |
1420 | 2025-01-22T04:25:29.299Z | Compiling enum-as-inner v0.6.1 |
1421 | 2025-01-22T04:25:29.438Z | Compiling md-5 v0.10.6 |
1422 | 2025-01-22T04:25:29.644Z | Compiling async-stream-impl v0.3.6 |
1423 | 2025-01-22T04:25:29.669Z | Compiling rustls-pemfile v2.2.0 |
1424 | 2025-01-22T04:25:29.721Z | Compiling num-integer v0.1.46 |
1425 | 2025-01-22T04:25:30.014Z | Compiling hash32 v0.2.1 |
1426 | 2025-01-22T04:25:30.058Z | Compiling ff v0.13.0 |
1427 | 2025-01-22T04:25:30.307Z | Compiling is-terminal v0.4.13 |
1428 | 2025-01-22T04:25:30.328Z | Compiling object v0.36.5 |
1429 | 2025-01-22T04:25:30.365Z | Compiling dropshot v0.12.0 |
1430 | 2025-01-22T04:25:30.451Z | Compiling linked-hash-map v0.5.6 |
1431 | 2025-01-22T04:25:30.508Z | Compiling psl-types v2.0.11 |
1432 | 2025-01-22T04:25:30.659Z | Compiling anyhow v1.0.93 |
1433 | 2025-01-22T04:25:30.731Z | Compiling quick-error v1.2.3 |
1434 | 2025-01-22T04:25:30.786Z | Compiling take_mut v0.2.2 |
1435 | 2025-01-22T04:25:30.905Z | Compiling rustc-demangle v0.1.24 |
1436 | 2025-01-22T04:25:30.935Z | Compiling portable-atomic v1.9.0 |
1437 | 2025-01-22T04:25:30.957Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2025-01-22T04:25:31.250Z | Compiling fallible-iterator v0.2.0 |
1439 | 2025-01-22T04:25:31.268Z | Compiling base16ct v0.2.0 |
1440 | 2025-01-22T04:25:31.609Z | Compiling smoltcp v0.9.1 |
1441 | 2025-01-22T04:25:31.877Z | Compiling litrs v0.4.1 |
1442 | 2025-01-22T04:25:31.927Z | Compiling utf-8 v0.7.6 |
1443 | 2025-01-22T04:25:32.020Z | Compiling postgres-protocol v0.6.7 |
1444 | 2025-01-22T04:25:32.255Z | Compiling tungstenite v0.24.0 |
1445 | 2025-01-22T04:25:32.317Z | Compiling sec1 v0.7.3 |
1446 | 2025-01-22T04:25:33.100Z | Compiling document-features v0.2.10 |
1447 | 2025-01-22T04:25:33.282Z | Compiling async-stream v0.3.6 |
1448 | 2025-01-22T04:25:33.320Z | Compiling resolv-conf v0.7.0 |
1449 | 2025-01-22T04:25:33.593Z | Compiling lru-cache v0.1.2 |
1450 | 2025-01-22T04:25:33.807Z | Compiling publicsuffix v2.3.0 |
1451 | 2025-01-22T04:25:34.127Z | Compiling slog-term v2.9.1 |
1452 | 2025-01-22T04:25:34.149Z | Compiling hickory-proto v0.24.2 |
1453 | 2025-01-22T04:25:34.259Z | Compiling usdt v0.5.0 |
1454 | 2025-01-22T04:25:34.401Z | Compiling num-iter v0.1.45 |
1455 | 2025-01-22T04:25:34.607Z | Compiling group v0.13.0 |
1456 | 2025-01-22T04:25:34.884Z | Compiling futures v0.3.31 |
1457 | 2025-01-22T04:25:34.954Z | Compiling slog-bunyan v2.5.0 |
1458 | 2025-01-22T04:25:35.015Z | Compiling toml v0.8.19 |
1459 | 2025-01-22T04:25:35.215Z | Compiling tokio-native-tls v0.3.1 |
1460 | 2025-01-22T04:25:36.350Z | Compiling camino v1.1.9 |
1461 | 2025-01-22T04:25:36.565Z | Compiling phf_shared v0.11.2 |
1462 | 2025-01-22T04:25:36.750Z | Compiling dropshot_endpoint v0.12.0 |
1463 | 2025-01-22T04:25:36.932Z | Compiling backtrace v0.3.74 |
1464 | 2025-01-22T04:25:37.220Z | Compiling terminal_size v0.4.0 |
1465 | 2025-01-22T04:25:37.387Z | Compiling openapiv3 v2.0.0 |
1466 | 2025-01-22T04:25:37.452Z | Compiling waitgroup v0.1.2 |
1467 | 2025-01-22T04:25:37.488Z | Compiling serde_path_to_error v0.1.16 |
1468 | 2025-01-22T04:25:37.689Z | Compiling hkdf v0.12.4 |
1469 | 2025-01-22T04:25:38.010Z | Compiling crypto-bigint v0.5.5 |
1470 | 2025-01-22T04:25:38.296Z | Compiling zerocopy-derive v0.6.6 |
1471 | 2025-01-22T04:25:40.075Z | Compiling curve25519-dalek-derive v0.1.1 |
1472 | 2025-01-22T04:25:40.320Z | Compiling webpki-roots v0.26.6 |
1473 | 2025-01-22T04:25:40.551Z | Compiling hostname v0.4.0 |
1474 | 2025-01-22T04:25:40.674Z | Compiling hubpack_derive v0.1.1 |
1475 | 2025-01-22T04:25:40.766Z | Compiling ahash v0.8.11 |
1476 | 2025-01-22T04:25:41.013Z | Compiling fs-err v2.11.0 |
1477 | 2025-01-22T04:25:41.091Z | Compiling crc32fast v1.4.2 |
1478 | 2025-01-22T04:25:41.311Z | Compiling managed v0.8.0 |
1479 | 2025-01-22T04:25:41.419Z | Compiling debug-ignore v1.0.5 |
1480 | 2025-01-22T04:25:41.464Z | Compiling bitflags v1.3.2 |
1481 | 2025-01-22T04:25:41.657Z | Compiling newtype-uuid v1.2.1 |
1482 | 2025-01-22T04:25:41.662Z | Compiling winnow v0.5.40 |
1483 | 2025-01-22T04:25:41.662Z | Compiling hubpack v0.1.2 |
1484 | 2025-01-22T04:25:41.826Z | Compiling console v0.15.8 |
1485 | 2025-01-22T04:25:42.033Z | Compiling clap_builder v4.5.21 |
1486 | 2025-01-22T04:25:43.245Z | Compiling strum_macros v0.25.3 |
1487 | 2025-01-22T04:25:43.782Z | Compiling flate2 v1.0.35 |
1488 | 2025-01-22T04:25:43.876Z | Compiling elliptic-curve v0.13.8 |
1489 | 2025-01-22T04:25:44.132Z | Compiling zerocopy v0.6.6 |
1490 | 2025-01-22T04:25:44.676Z | Compiling hickory-resolver v0.24.2 |
1491 | 2025-01-22T04:25:44.887Z | Compiling toml_edit v0.19.15 |
1492 | 2025-01-22T04:25:45.084Z | Compiling signal-hook-mio v0.2.4 |
1493 | 2025-01-22T04:25:45.263Z | Compiling phf v0.11.2 |
1494 | 2025-01-22T04:25:45.504Z | Compiling rayon v1.10.0 |
1495 | 2025-01-22T04:25:45.564Z | Compiling cookie_store v0.21.1 |
1496 | 2025-01-22T04:25:47.079Z | Compiling hyper-tls v0.6.0 |
1497 | 2025-01-22T04:25:47.099Z | Compiling bzip2 v0.4.4 |
1498 | 2025-01-22T04:25:47.519Z | Compiling tokio-tungstenite v0.24.0 |
1499 | 2025-01-22T04:25:48.115Z | Compiling postgres-types v0.2.8 |
1500 | 2025-01-22T04:25:49.657Z | Compiling ed25519 v2.2.3 |
1501 | 2025-01-22T04:25:49.819Z | Compiling phf_shared v0.10.0 |
1502 | 2025-01-22T04:25:50.217Z | Compiling tokio-stream v0.1.16 |
1503 | 2025-01-22T04:25:50.522Z | Compiling pkcs1 v0.7.5 |
1504 | 2025-01-22T04:25:50.628Z | Compiling serde-big-array v0.5.1 |
1505 | 2025-01-22T04:25:50.753Z | Compiling clap_derive v4.5.18 |
1506 | 2025-01-22T04:25:50.873Z | Compiling rfc6979 v0.4.0 |
1507 | 2025-01-22T04:25:51.083Z | Compiling serde_repr v0.1.19 |
1508 | 2025-01-22T04:25:51.189Z | Compiling derive-where v1.2.7 |
1509 | 2025-01-22T04:25:51.444Z | Compiling bstr v1.10.0 |
1510 | 2025-01-22T04:25:51.555Z | Compiling float-cmp v0.9.0 |
1511 | 2025-01-22T04:25:51.810Z | Compiling sync_wrapper v1.0.1 |
1512 | 2025-01-22T04:25:51.994Z | Compiling new_debug_unreachable v1.0.6 |
1513 | 2025-01-22T04:25:52.108Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2025-01-22T04:25:52.246Z | Compiling unicode-segmentation v1.12.0 |
1515 | 2025-01-22T04:25:52.263Z | Compiling precomputed-hash v0.1.1 |
1516 | 2025-01-22T04:25:52.301Z | Compiling whoami v1.5.2 |
1517 | 2025-01-22T04:25:52.392Z | Compiling number_prefix v0.4.0 |
1518 | 2025-01-22T04:25:52.643Z | Compiling static_assertions v1.1.0 |
1519 | 2025-01-22T04:25:52.784Z | Compiling unicode-width v0.2.0 |
1520 | 2025-01-22T04:25:52.877Z | Compiling fixedbitset v0.4.2 |
1521 | 2025-01-22T04:25:53.090Z | Compiling bit-vec v0.6.3 |
1522 | 2025-01-22T04:25:53.167Z | Compiling predicates-core v1.0.8 |
1523 | 2025-01-22T04:25:53.336Z | Compiling difflib v0.4.0 |
1524 | 2025-01-22T04:25:53.374Z | Compiling indicatif v0.17.9 |
1525 | 2025-01-22T04:25:53.499Z | Compiling bit-set v0.5.3 |
1526 | 2025-01-22T04:25:53.523Z | Compiling petgraph v0.6.5 |
1527 | 2025-01-22T04:25:53.801Z | Compiling similar v2.6.0 |
1528 | 2025-01-22T04:25:54.467Z | Compiling predicates v3.1.2 |
1529 | 2025-01-22T04:25:54.799Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1530 | 2025-01-22T04:25:55.392Z | Compiling tokio-postgres v0.7.12 |
1531 | 2025-01-22T04:25:55.438Z | Compiling clap v4.5.21 |
1532 | 2025-01-22T04:25:55.564Z | Compiling string_cache v0.8.7 |
1533 | 2025-01-22T04:25:55.966Z | Compiling ecdsa v0.16.9 |
1534 | 2025-01-22T04:25:55.992Z | Compiling rsa v0.9.6 |
1535 | 2025-01-22T04:25:56.012Z | Compiling ed25519-dalek v2.1.1 |
1536 | 2025-01-22T04:25:56.804Z | Compiling toml v0.7.8 |
1537 | 2025-01-22T04:25:57.146Z | Compiling zip v0.6.6 |
1538 | 2025-01-22T04:25:57.306Z | Compiling crossterm v0.28.1 |
1539 | 2025-01-22T04:25:59.269Z | Compiling hex v0.4.3 |
1540 | 2025-01-22T04:25:59.344Z | Compiling x509-cert v0.2.5 |
1541 | 2025-01-22T04:25:59.879Z | Compiling itertools v0.10.5 |
1542 | 2025-01-22T04:26:00.662Z | Compiling lalrpop-util v0.19.12 |
1543 | 2025-01-22T04:26:01.043Z | Compiling unicode-xid v0.2.6 |
1544 | 2025-01-22T04:26:01.110Z | Compiling peg-runtime v0.8.3 |
1545 | 2025-01-22T04:26:01.148Z | Compiling strum_macros v0.26.4 |
1546 | 2025-01-22T04:26:01.242Z | Compiling xattr v1.3.1 |
1547 | 2025-01-22T04:26:01.525Z | Compiling filetime v0.2.25 |
1548 | 2025-01-22T04:26:01.732Z | Compiling tar v0.4.42 |
1549 | 2025-01-22T04:26:05.929Z | Compiling strum v0.26.3 |
1550 | 2025-01-22T04:26:08.858Z | Compiling aws-lc-sys v0.22.0 |
1551 | 2025-01-22T04:26:36.553Z | Compiling rustls-webpki v0.102.8 |
1552 | 2025-01-22T04:26:39.837Z | Compiling tokio-rustls v0.25.0 |
1553 | 2025-01-22T04:26:41.539Z | Compiling tokio-rustls v0.26.0 |
1554 | 2025-01-22T04:26:41.874Z | Compiling hyper-rustls v0.27.3 |
1555 | 2025-01-22T04:26:42.186Z | Compiling reqwest v0.12.9 |
1556 | 2025-01-22T04:26:43.601Z | Compiling qorb v0.2.1 |
1557 | 2025-01-22T04:26:46.727Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1558 | 2025-01-22T04:26:46.985Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1559 | 2025-01-22T04:26:51.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1560 | 2025-01-22T04:26:51.704Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1561 | 2025-01-22T04:26:51.756Z | Jan 22 04:26:51.159 INFO Starting download, target: Clickhouse |
1562 | 2025-01-22T04:26:51.756Z | Jan 22 04:26:51.159 INFO Starting download, target: Cockroach |
1563 | 2025-01-22T04:26:51.756Z | Jan 22 04:26:51.159 INFO Starting download, target: Console |
1564 | 2025-01-22T04:26:51.756Z | Jan 22 04:26:51.159 INFO Starting download, target: DendriteOpenapi |
1565 | 2025-01-22T04:26:51.756Z | Jan 22 04:26:51.159 INFO Starting download, target: DendriteStub |
1566 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.160 INFO Starting download, target: MaghemiteMgd |
1567 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.160 INFO Starting download, target: TransceiverControl |
1568 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.160 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1569 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.160 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1570 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.160 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1571 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.161 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1572 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.161 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1573 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.161 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1574 | 2025-01-22T04:26:51.759Z | Jan 22 04:26:51.161 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1575 | 2025-01-22T04:26:51.898Z | Jan 22 04:26:51.302 INFO Download complete, target: DendriteOpenapi |
1576 | 2025-01-22T04:26:52.082Z | Jan 22 04:26:51.457 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1577 | 2025-01-22T04:26:52.268Z | Jan 22 04:26:51.669 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1578 | 2025-01-22T04:26:52.580Z | Jan 22 04:26:51.979 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2025-01-22T04:26:52.603Z | Jan 22 04:26:52.006 INFO Download complete, target: Console |
1580 | 2025-01-22T04:26:52.696Z | Jan 22 04:26:52.098 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1581 | 2025-01-22T04:26:52.739Z | Jan 22 04:26:52.139 INFO Download complete, target: TransceiverControl |
1582 | 2025-01-22T04:26:53.269Z | Jan 22 04:26:52.672 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1583 | 2025-01-22T04:26:53.269Z | Jan 22 04:26:52.672 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1584 | 2025-01-22T04:26:53.847Z | Jan 22 04:26:53.250 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1585 | 2025-01-22T04:26:55.642Z | Jan 22 04:26:55.045 INFO Download complete, target: MaghemiteMgd |
1586 | 2025-01-22T04:26:55.692Z | Jan 22 04:26:55.095 INFO Download complete, target: DendriteStub |
1587 | 2025-01-22T04:27:00.817Z | Jan 22 04:27:00.219 INFO Checking that binary works, target: Cockroach |
1588 | 2025-01-22T04:27:00.973Z | Jan 22 04:27:00.376 INFO Download complete, target: Cockroach |
1589 | 2025-01-22T04:27:06.316Z | Jan 22 04:27:05.718 INFO Checking that binary works, target: Clickhouse |
1590 | 2025-01-22T04:27:06.459Z | Jan 22 04:27:05.860 INFO Download complete, target: Clickhouse |
1591 | 2025-01-22T04:27:06.478Z | All builder prerequisites installed successfully, and PATH looks valid |
1592 | 2025-01-22T04:27:06.481Z | |
1593 | 2025-01-22T04:27:06.481Z | real 5:21.265613684 |
1594 | 2025-01-22T04:27:06.481Z | user 15:58.071726897 |
1595 | 2025-01-22T04:27:06.481Z | sys 2:07.621194522 |
1596 | 2025-01-22T04:27:06.481Z | trap 0.586722589 |
1597 | 2025-01-22T04:27:06.481Z | tflt 1.544284260 |
1598 | 2025-01-22T04:27:06.481Z | dflt 1.623371855 |
1599 | 2025-01-22T04:27:06.481Z | kflt 0.024425560 |
1600 | 2025-01-22T04:27:06.481Z | lock 25:52.491150442 |
1601 | 2025-01-22T04:27:06.481Z | slp 56:59.793253404 |
1602 | 2025-01-22T04:27:06.481Z | lat 59.404913226 |
1603 | 2025-01-22T04:27:06.481Z | stop 2:23.887373204 |
1604 | 2025-01-22T04:27:06.481Z | + banner clippy |
1605 | 2025-01-22T04:27:06.484Z | |
1606 | 2025-01-22T04:27:06.484Z | #### # # ##### ##### # # |
1607 | 2025-01-22T04:27:06.484Z | # # # # # # # # # # |
1608 | 2025-01-22T04:27:06.484Z | # # # # # # # # |
1609 | 2025-01-22T04:27:06.484Z | # # # ##### ##### # |
1610 | 2025-01-22T04:27:06.484Z | # # # # # # # |
1611 | 2025-01-22T04:27:06.484Z | #### ###### # # # # |
1612 | 2025-01-22T04:27:06.484Z | |
1613 | 2025-01-22T04:27:06.484Z | + export CARGO_INCREMENTAL=0 |
1614 | 2025-01-22T04:27:06.484Z | + CARGO_INCREMENTAL=0 |
1615 | 2025-01-22T04:27:06.484Z | + ptime -m cargo xtask clippy |
1616 | 2025-01-22T04:27:07.028Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1617 | 2025-01-22T04:27:09.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
1618 | 2025-01-22T04:27:09.952Z | Running `target/debug/xtask clippy` |
1619 | 2025-01-22T04:27:09.974Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1620 | 2025-01-22T04:27:10.632Z | Downloading crates ... |
1621 | 2025-01-22T04:27:11.124Z | Downloaded async-process v2.3.0 |
1622 | 2025-01-22T04:27:11.127Z | Downloaded criterion v0.5.1 |
1623 | 2025-01-22T04:27:11.133Z | Downloaded cast v0.3.0 |
1624 | 2025-01-22T04:27:11.135Z | Downloaded async-signal v0.2.10 |
1625 | 2025-01-22T04:27:11.138Z | Downloaded event-listener-strategy v0.5.2 |
1626 | 2025-01-22T04:27:11.138Z | Downloaded async-task v4.7.1 |
1627 | 2025-01-22T04:27:11.140Z | Downloaded datatest-stable v0.2.9 |
1628 | 2025-01-22T04:27:11.143Z | Downloaded async-global-executor v2.4.1 |
1629 | 2025-01-22T04:27:11.146Z | Downloaded cfg-expr v0.17.0 |
1630 | 2025-01-22T04:27:11.148Z | Downloaded blocking v1.6.1 |
1631 | 2025-01-22T04:27:11.148Z | Downloaded blake2b_simd v1.0.2 |
1632 | 2025-01-22T04:27:11.151Z | Downloaded doc-comment v0.3.3 |
1633 | 2025-01-22T04:27:11.154Z | Downloaded escape8259 v0.5.3 |
1634 | 2025-01-22T04:27:11.156Z | Downloaded fancy-regex v0.13.0 |
1635 | 2025-01-22T04:27:11.159Z | Downloaded async-object-pool v0.1.5 |
1636 | 2025-01-22T04:27:11.162Z | Downloaded approx v0.5.1 |
1637 | 2025-01-22T04:27:11.164Z | Downloaded threadpool v1.8.1 |
1638 | 2025-01-22T04:27:11.164Z | Downloaded anes v0.1.6 |
1639 | 2025-01-22T04:27:11.167Z | Downloaded async-channel v2.3.1 |
1640 | 2025-01-22T04:27:11.170Z | Downloaded criterion-plot v0.5.0 |
1641 | 2025-01-22T04:27:11.172Z | Downloaded guppy-workspace-hack v0.1.0 |
1642 | 2025-01-22T04:27:11.172Z | Downloaded assert-json-diff v2.0.2 |
1643 | 2025-01-22T04:27:11.179Z | Downloaded concurrent-queue v2.5.0 |
1644 | 2025-01-22T04:27:11.182Z | Downloaded async-channel v1.9.0 |
1645 | 2025-01-22T04:27:11.182Z | Downloaded async-attributes v1.1.2 |
1646 | 2025-01-22T04:27:11.185Z | Downloaded nested v0.1.1 |
1647 | 2025-01-22T04:27:11.188Z | Downloaded pathdiff v0.2.2 |
1648 | 2025-01-22T04:27:11.194Z | Downloaded tinytemplate v1.2.1 |
1649 | 2025-01-22T04:27:11.196Z | Downloaded kv-log-macro v1.0.7 |
1650 | 2025-01-22T04:27:11.199Z | Downloaded indoc v2.0.5 |
1651 | 2025-01-22T04:27:11.201Z | Downloaded event-listener v2.5.3 |
1652 | 2025-01-22T04:27:11.204Z | Downloaded oorandom v11.1.4 |
1653 | 2025-01-22T04:27:11.206Z | Downloaded futures-lite v2.3.0 |
1654 | 2025-01-22T04:27:11.206Z | Downloaded trybuild v1.0.101 |
1655 | 2025-01-22T04:27:11.210Z | Downloaded target-triple v0.1.3 |
1656 | 2025-01-22T04:27:11.213Z | Downloaded plotters-svg v0.3.7 |
1657 | 2025-01-22T04:27:11.213Z | Downloaded piper v0.2.4 |
1658 | 2025-01-22T04:27:11.216Z | Downloaded futures-timer v3.0.3 |
1659 | 2025-01-22T04:27:11.223Z | Downloaded parking v2.2.1 |
1660 | 2025-01-22T04:27:11.225Z | Downloaded serde_regex v1.1.0 |
1661 | 2025-01-22T04:27:11.225Z | Downloaded plotters-backend v0.3.7 |
1662 | 2025-01-22T04:27:11.228Z | Downloaded libtest-mimic v0.7.3 |
1663 | 2025-01-22T04:27:11.228Z | Downloaded httptest v0.16.1 |
1664 | 2025-01-22T04:27:11.230Z | Downloaded event-listener v5.3.1 |
1665 | 2025-01-22T04:27:11.233Z | Downloaded yansi v1.0.1 |
1666 | 2025-01-22T04:27:11.235Z | Downloaded target-spec v3.2.2 |
1667 | 2025-01-22T04:27:11.238Z | Downloaded stringmetrics v2.2.2 |
1668 | 2025-01-22T04:27:11.238Z | Downloaded relative-path v1.9.3 |
1669 | 2025-01-22T04:27:11.240Z | Downloaded path-tree v0.8.1 |
1670 | 2025-01-22T04:27:11.242Z | Downloaded rustls-native-certs v0.7.3 |
1671 | 2025-01-22T04:27:11.245Z | Downloaded hyper-rustls v0.26.0 |
1672 | 2025-01-22T04:27:11.245Z | Downloaded proc-macro-crate v3.2.0 |
1673 | 2025-01-22T04:27:11.248Z | Downloaded partial-io v0.5.4 |
1674 | 2025-01-22T04:27:11.251Z | Downloaded async-io v2.3.4 |
1675 | 2025-01-22T04:27:11.253Z | Downloaded target-lexicon v0.12.16 |
1676 | 2025-01-22T04:27:11.253Z | Downloaded rust-argon2 v2.1.0 |
1677 | 2025-01-22T04:27:11.256Z | Downloaded rstest v0.23.0 |
1678 | 2025-01-22T04:27:11.261Z | Downloaded similar-asserts v1.6.0 |
1679 | 2025-01-22T04:27:11.263Z | Downloaded polling v3.7.3 |
1680 | 2025-01-22T04:27:11.266Z | Downloaded rand_distr v0.4.3 |
1681 | 2025-01-22T04:27:11.269Z | Downloaded rstest_macros v0.23.0 |
1682 | 2025-01-22T04:27:11.273Z | Downloaded async-lock v3.4.0 |
1683 | 2025-01-22T04:27:11.275Z | Downloaded async-executor v1.13.1 |
1684 | 2025-01-22T04:27:11.278Z | Downloaded pretty_assertions v1.4.1 |
1685 | 2025-01-22T04:27:11.278Z | Downloaded async-std v1.13.0 |
1686 | 2025-01-22T04:27:11.297Z | Downloaded plotters v0.3.7 |
1687 | 2025-01-22T04:27:11.304Z | Downloaded guppy v0.17.8 |
1688 | 2025-01-22T04:27:11.310Z | Downloaded assert_cmd v2.0.16 |
1689 | 2025-01-22T04:27:11.312Z | Downloaded num_cpus v1.16.0 |
1690 | 2025-01-22T04:27:11.387Z | Downloaded httpmock v0.8.0-alpha.1 |
1691 | 2025-01-22T04:27:12.241Z | Checking cfg-if v1.0.0 |
1692 | 2025-01-22T04:27:12.321Z | Checking libc v0.2.169 |
1693 | 2025-01-22T04:27:12.343Z | Checking serde v1.0.217 |
1694 | 2025-01-22T04:27:12.365Z | Checking memchr v2.7.4 |
1695 | 2025-01-22T04:27:12.390Z | Checking value-bag v1.9.0 |
1696 | 2025-01-22T04:27:12.414Z | Checking scopeguard v1.2.0 |
1697 | 2025-01-22T04:27:12.438Z | Checking zeroize v1.8.1 |
1698 | 2025-01-22T04:27:12.462Z | Checking itoa v1.0.11 |
1699 | 2025-01-22T04:27:12.464Z | Checking smallvec v1.13.2 |
1700 | 2025-01-22T04:27:12.557Z | Checking lock_api v0.4.12 |
1701 | 2025-01-22T04:27:12.696Z | Checking byteorder v1.5.0 |
1702 | 2025-01-22T04:27:12.728Z | Checking pin-project-lite v0.2.14 |
1703 | 2025-01-22T04:27:12.761Z | Checking log v0.4.22 |
1704 | 2025-01-22T04:27:12.829Z | Checking subtle v2.6.1 |
1705 | 2025-01-22T04:27:12.881Z | Checking once_cell v1.20.2 |
1706 | 2025-01-22T04:27:12.955Z | Checking typenum v1.17.0 |
1707 | 2025-01-22T04:27:13.113Z | Checking libm v0.2.8 |
1708 | 2025-01-22T04:27:13.138Z | Checking futures-core v0.3.31 |
1709 | 2025-01-22T04:27:13.167Z | Checking ryu v1.0.18 |
1710 | 2025-01-22T04:27:13.194Z | Checking zerocopy v0.7.35 |
1711 | 2025-01-22T04:27:13.258Z | Checking thiserror v1.0.69 |
1712 | 2025-01-22T04:27:13.344Z | Checking getrandom v0.2.15 |
1713 | 2025-01-22T04:27:13.344Z | Checking parking_lot_core v0.9.10 |
1714 | 2025-01-22T04:27:13.408Z | Checking signal-hook-registry v1.4.2 |
1715 | 2025-01-22T04:27:13.436Z | Checking mio v1.0.2 |
1716 | 2025-01-22T04:27:13.600Z | Checking rand_core v0.6.4 |
1717 | 2025-01-22T04:27:13.673Z | Checking socket2 v0.5.7 |
1718 | 2025-01-22T04:27:13.711Z | Checking parking_lot v0.12.3 |
1719 | 2025-01-22T04:27:13.921Z | Checking spin v0.9.8 |
1720 | 2025-01-22T04:27:14.025Z | Checking generic-array v0.14.7 |
1721 | 2025-01-22T04:27:14.058Z | Checking num-traits v0.2.19 |
1722 | 2025-01-22T04:27:14.090Z | Checking const-oid v0.9.6 |
1723 | 2025-01-22T04:27:14.116Z | Checking allocator-api2 v0.2.18 |
1724 | 2025-01-22T04:27:14.162Z | Checking futures-io v0.3.31 |
1725 | 2025-01-22T04:27:14.266Z | Checking slab v0.4.9 |
1726 | 2025-01-22T04:27:14.372Z | Checking cpufeatures v0.2.14 |
1727 | 2025-01-22T04:27:14.406Z | Checking futures-sink v0.3.31 |
1728 | 2025-01-22T04:27:14.493Z | Checking foldhash v0.1.3 |
1729 | 2025-01-22T04:27:14.524Z | Checking equivalent v1.0.1 |
1730 | 2025-01-22T04:27:14.580Z | Checking pin-utils v0.1.0 |
1731 | 2025-01-22T04:27:14.650Z | Checking futures-channel v0.3.31 |
1732 | 2025-01-22T04:27:14.699Z | Checking iana-time-zone v0.1.61 |
1733 | 2025-01-22T04:27:14.701Z | Checking futures-task v0.3.31 |
1734 | 2025-01-22T04:27:14.747Z | Checking hashbrown v0.15.1 |
1735 | 2025-01-22T04:27:14.876Z | Checking stable_deref_trait v1.2.0 |
1736 | 2025-01-22T04:27:14.980Z | Checking fnv v1.0.7 |
1737 | 2025-01-22T04:27:15.008Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1738 | 2025-01-22T04:27:15.010Z | Checking futures-util v0.3.31 |
1739 | 2025-01-22T04:27:15.116Z | Checking crypto-common v0.1.6 |
1740 | 2025-01-22T04:27:15.146Z | Checking block-buffer v0.10.4 |
1741 | 2025-01-22T04:27:15.322Z | Checking tracing-core v0.1.32 |
1742 | 2025-01-22T04:27:15.354Z | Checking ppv-lite86 v0.2.20 |
1743 | 2025-01-22T04:27:15.412Z | Checking errno v0.3.9 |
1744 | 2025-01-22T04:27:15.548Z | Checking dyn-clone v1.0.17 |
1745 | 2025-01-22T04:27:15.595Z | Checking zerofrom v0.1.4 |
1746 | 2025-01-22T04:27:15.707Z | Checking block-padding v0.3.3 |
1747 | 2025-01-22T04:27:15.788Z | Checking percent-encoding v2.3.1 |
1748 | 2025-01-22T04:27:15.961Z | Checking yoke v0.7.4 |
1749 | 2025-01-22T04:27:15.965Z | Checking litemap v0.7.3 |
1750 | 2025-01-22T04:27:15.977Z | Checking tracing v0.1.40 |
1751 | 2025-01-22T04:27:16.007Z | Checking digest v0.10.7 |
1752 | 2025-01-22T04:27:16.034Z | Checking writeable v0.5.5 |
1753 | 2025-01-22T04:27:16.086Z | Checking rand_chacha v0.3.1 |
1754 | 2025-01-22T04:27:16.162Z | Checking zerovec v0.10.4 |
1755 | 2025-01-22T04:27:16.284Z | Checking inout v0.1.3 |
1756 | 2025-01-22T04:27:16.326Z | Checking crossbeam-utils v0.8.20 |
1757 | 2025-01-22T04:27:16.368Z | Checking httparse v1.9.5 |
1758 | 2025-01-22T04:27:16.371Z | Checking icu_locid_transform_data v1.5.0 |
1759 | 2025-01-22T04:27:16.499Z | Checking rand v0.8.5 |
1760 | 2025-01-22T04:27:16.529Z | Checking atomic-waker v1.1.2 |
1761 | 2025-01-22T04:27:16.532Z | Checking cipher v0.4.4 |
1762 | 2025-01-22T04:27:16.680Z | Checking unicode-ident v1.0.14 |
1763 | 2025-01-22T04:27:16.826Z | Checking regex-syntax v0.8.5 |
1764 | 2025-01-22T04:27:16.859Z | Checking bytes v1.9.0 |
1765 | 2025-01-22T04:27:16.888Z | Checking bitflags v2.6.0 |
1766 | 2025-01-22T04:27:16.961Z | Checking serde_json v1.0.135 |
1767 | 2025-01-22T04:27:17.091Z | Checking chrono v0.4.38 |
1768 | 2025-01-22T04:27:17.196Z | Checking indexmap v2.7.0 |
1769 | 2025-01-22T04:27:17.614Z | Checking tokio v1.43.0 |
1770 | 2025-01-22T04:27:17.745Z | Checking uuid v1.12.0 |
1771 | 2025-01-22T04:27:17.774Z | Checking rustix v0.38.37 |
1772 | 2025-01-22T04:27:18.331Z | Checking http v1.2.0 |
1773 | 2025-01-22T04:27:18.409Z | Checking tinystr v0.7.6 |
1774 | 2025-01-22T04:27:18.610Z | Checking icu_collections v1.5.0 |
1775 | 2025-01-22T04:27:18.758Z | Checking icu_locid v1.5.0 |
1776 | 2025-01-22T04:27:19.049Z | Checking schemars v0.8.21 |
1777 | 2025-01-22T04:27:19.261Z | Checking form_urlencoded v1.2.1 |
1778 | 2025-01-22T04:27:19.493Z | Checking untrusted v0.9.0 |
1779 | 2025-01-22T04:27:19.495Z | Checking icu_properties_data v1.5.0 |
1780 | 2025-01-22T04:27:19.610Z | Checking aho-corasick v1.1.3 |
1781 | 2025-01-22T04:27:19.685Z | Checking ring v0.17.8 |
1782 | 2025-01-22T04:27:19.716Z | Checking icu_provider v1.5.0 |
1783 | 2025-01-22T04:27:19.772Z | Checking icu_normalizer_data v1.5.0 |
1784 | 2025-01-22T04:27:19.893Z | Checking base64ct v1.6.0 |
1785 | 2025-01-22T04:27:20.039Z | Checking utf8_iter v1.0.4 |
1786 | 2025-01-22T04:27:20.267Z | Checking write16 v1.0.0 |
1787 | 2025-01-22T04:27:20.317Z | Checking icu_locid_transform v1.5.0 |
1788 | 2025-01-22T04:27:20.372Z | Checking utf16_iter v1.0.5 |
1789 | 2025-01-22T04:27:20.411Z | Checking proc-macro2 v1.0.92 |
1790 | 2025-01-22T04:27:20.567Z | Checking sha2 v0.10.8 |
1791 | 2025-01-22T04:27:20.593Z | Checking hmac v0.12.1 |
1792 | 2025-01-22T04:27:20.832Z | Checking powerfmt v0.2.0 |
1793 | 2025-01-22T04:27:21.042Z | Checking num-conv v0.1.0 |
1794 | 2025-01-22T04:27:21.096Z | Checking quote v1.0.38 |
1795 | 2025-01-22T04:27:21.123Z | Checking deranged v0.3.11 |
1796 | 2025-01-22T04:27:21.152Z | Checking num_threads v0.1.7 |
1797 | 2025-01-22T04:27:21.250Z | Checking regex-automata v0.4.8 |
1798 | 2025-01-22T04:27:21.279Z | Checking icu_properties v1.5.1 |
1799 | 2025-01-22T04:27:21.282Z | Checking time-core v0.1.2 |
1800 | 2025-01-22T04:27:21.326Z | Checking rustls-pki-types v1.10.0 |
1801 | 2025-01-22T04:27:21.414Z | Checking syn v2.0.96 |
1802 | 2025-01-22T04:27:21.439Z | Checking adler2 v2.0.0 |
1803 | 2025-01-22T04:27:21.473Z | Checking http-body v1.0.1 |
1804 | 2025-01-22T04:27:21.616Z | Checking miniz_oxide v0.8.0 |
1805 | 2025-01-22T04:27:21.703Z | Checking aws-lc-sys v0.22.0 |
1806 | 2025-01-22T04:27:21.898Z | Checking base64 v0.22.1 |
1807 | 2025-01-22T04:27:22.380Z | Checking time v0.3.36 |
1808 | 2025-01-22T04:27:22.406Z | Checking httpdate v1.0.3 |
1809 | 2025-01-22T04:27:22.409Z | Checking mirai-annotations v1.12.0 |
1810 | 2025-01-22T04:27:22.633Z | Checking untrusted v0.7.1 |
1811 | 2025-01-22T04:27:22.683Z | Checking try-lock v0.2.5 |
1812 | 2025-01-22T04:27:22.830Z | Checking pem-rfc7468 v0.7.0 |
1813 | 2025-01-22T04:27:22.860Z | Checking want v0.3.1 |
1814 | 2025-01-22T04:27:23.059Z | Checking ahash v0.8.11 |
1815 | 2025-01-22T04:27:23.100Z | Checking lazy_static v1.5.0 |
1816 | 2025-01-22T04:27:23.242Z | Checking flagset v0.4.6 |
1817 | 2025-01-22T04:27:23.471Z | Checking tower-service v0.3.3 |
1818 | 2025-01-22T04:27:23.535Z | Checking der v0.7.9 |
1819 | 2025-01-22T04:27:23.629Z | Checking pbkdf2 v0.12.2 |
1820 | 2025-01-22T04:27:23.816Z | Checking aes v0.8.4 |
1821 | 2025-01-22T04:27:23.845Z | Checking aws-lc-rs v1.10.0 |
1822 | 2025-01-22T04:27:24.420Z | Checking tokio-util v0.7.12 |
1823 | 2025-01-22T04:27:24.475Z | Checking icu_normalizer v1.5.0 |
1824 | 2025-01-22T04:27:24.687Z | Checking mime v0.3.17 |
1825 | 2025-01-22T04:27:24.750Z | Checking salsa20 v0.10.2 |
1826 | 2025-01-22T04:27:24.991Z | Checking cbc v0.1.2 |
1827 | 2025-01-22T04:27:25.033Z | Checking slog v2.7.0 |
1828 | 2025-01-22T04:27:25.215Z | Checking scrypt v0.11.0 |
1829 | 2025-01-22T04:27:25.249Z | Checking h2 v0.4.6 |
1830 | 2025-01-22T04:27:25.301Z | Checking idna_adapter v1.2.0 |
1831 | 2025-01-22T04:27:25.329Z | Checking spki v0.7.3 |
1832 | 2025-01-22T04:27:25.455Z | Checking http-body-util v0.1.2 |
1833 | 2025-01-22T04:27:25.484Z | Checking rustls-webpki v0.102.8 |
1834 | 2025-01-22T04:27:25.513Z | Checking semver v1.0.24 |
1835 | 2025-01-22T04:27:25.516Z | Checking idna v1.0.3 |
1836 | 2025-01-22T04:27:25.607Z | Checking gimli v0.31.1 |
1837 | 2025-01-22T04:27:25.638Z | Checking regex v1.11.1 |
1838 | 2025-01-22T04:27:25.915Z | Checking pkcs5 v0.7.1 |
1839 | 2025-01-22T04:27:25.942Z | Checking rustls-pemfile v2.2.0 |
1840 | 2025-01-22T04:27:26.074Z | Checking url v2.5.3 |
1841 | 2025-01-22T04:27:26.180Z | Checking object v0.36.5 |
1842 | 2025-01-22T04:27:26.234Z | Checking utf8parse v0.2.2 |
1843 | 2025-01-22T04:27:26.294Z | Checking rustc-demangle v0.1.24 |
1844 | 2025-01-22T04:27:26.399Z | Checking openssl-probe v0.1.5 |
1845 | 2025-01-22T04:27:26.427Z | Checking foreign-types-shared v0.1.1 |
1846 | 2025-01-22T04:27:26.558Z | Checking ipnet v2.10.1 |
1847 | 2025-01-22T04:27:26.592Z | Checking foreign-types v0.3.2 |
1848 | 2025-01-22T04:27:26.701Z | Checking pkcs8 v0.10.2 |
1849 | 2025-01-22T04:27:26.787Z | Checking futures-executor v0.3.31 |
1850 | 2025-01-22T04:27:26.871Z | Checking serde_urlencoded v0.7.1 |
1851 | 2025-01-22T04:27:27.018Z | Checking toml_datetime v0.6.8 |
1852 | 2025-01-22T04:27:27.021Z | Checking serde_spanned v0.6.8 |
1853 | 2025-01-22T04:27:27.064Z | Checking openssl-sys v0.9.103 |
1854 | 2025-01-22T04:27:27.222Z | Checking encoding_rs v0.8.34 |
1855 | 2025-01-22T04:27:27.295Z | Checking unicode-width v0.1.14 |
1856 | 2025-01-22T04:27:27.383Z | Checking futures v0.3.31 |
1857 | 2025-01-22T04:27:27.426Z | Checking anstyle v1.0.10 |
1858 | 2025-01-22T04:27:27.526Z | Checking either v1.13.0 |
1859 | 2025-01-22T04:27:27.775Z | Checking data-encoding v2.6.0 |
1860 | 2025-01-22T04:27:27.817Z | Checking rustls v0.23.19 |
1861 | 2025-01-22T04:27:27.850Z | Checking sha1 v0.10.6 |
1862 | 2025-01-22T04:27:28.165Z | Checking openapiv3 v2.0.0 |
1863 | 2025-01-22T04:27:28.240Z | Checking openssl v0.10.66 |
1864 | 2025-01-22T04:27:28.313Z | Checking psl-types v2.0.11 |
1865 | 2025-01-22T04:27:28.508Z | Checking publicsuffix v2.3.0 |
1866 | 2025-01-22T04:27:28.781Z | Checking anstyle-parse v0.2.5 |
1867 | 2025-01-22T04:27:29.075Z | Checking cookie v0.18.1 |
1868 | 2025-01-22T04:27:29.362Z | Checking addr2line v0.24.2 |
1869 | 2025-01-22T04:27:29.513Z | Checking webpki-roots v0.26.6 |
1870 | 2025-01-22T04:27:29.585Z | Checking camino v1.1.9 |
1871 | 2025-01-22T04:27:29.719Z | Checking is_terminal_polyfill v1.70.1 |
1872 | 2025-01-22T04:27:29.856Z | Checking colorchoice v1.0.2 |
1873 | 2025-01-22T04:27:29.892Z | Checking anstyle-query v1.1.1 |
1874 | 2025-01-22T04:27:30.020Z | Checking winnow v0.6.20 |
1875 | 2025-01-22T04:27:30.049Z | Checking anstream v0.6.15 |
1876 | 2025-01-22T04:27:30.115Z | Checking cookie_store v0.21.1 |
1877 | 2025-01-22T04:27:30.421Z | Checking terminal_size v0.4.0 |
1878 | 2025-01-22T04:27:30.626Z | Checking signature v2.2.0 |
1879 | 2025-01-22T04:27:30.848Z | Checking sync_wrapper v1.0.1 |
1880 | 2025-01-22T04:27:30.876Z | Checking strsim v0.11.1 |
1881 | 2025-01-22T04:27:31.025Z | Checking clap_lex v0.7.2 |
1882 | 2025-01-22T04:27:31.183Z | Checking is-terminal v0.4.13 |
1883 | 2025-01-22T04:27:31.293Z | Checking clap_builder v4.5.21 |
1884 | 2025-01-22T04:27:31.322Z | Checking scroll v0.12.0 |
1885 | 2025-01-22T04:27:31.356Z | Checking ucd-trie v0.1.7 |
1886 | 2025-01-22T04:27:31.494Z | Checking hyper v1.5.2 |
1887 | 2025-01-22T04:27:31.600Z | Checking tinyvec_macros v0.1.1 |
1888 | 2025-01-22T04:27:31.719Z | Checking plain v0.2.3 |
1889 | 2025-01-22T04:27:31.802Z | Checking tinyvec v1.8.0 |
1890 | 2025-01-22T04:27:31.898Z | Checking goblin v0.8.2 |
1891 | 2025-01-22T04:27:32.143Z | Checking backtrace v0.3.74 |
1892 | 2025-01-22T04:27:32.715Z | Checking anyhow v1.0.93 |
1893 | 2025-01-22T04:27:32.822Z | Checking pest v2.7.14 |
1894 | 2025-01-22T04:27:33.021Z | Checking tokio-rustls v0.26.0 |
1895 | 2025-01-22T04:27:33.088Z | Checking pretty-hex v0.4.1 |
1896 | 2025-01-22T04:27:33.120Z | Checking base16ct v0.2.0 |
1897 | 2025-01-22T04:27:33.309Z | Checking num-integer v0.1.46 |
1898 | 2025-01-22T04:27:33.346Z | Checking sec1 v0.7.3 |
1899 | 2025-01-22T04:27:33.375Z | Checking native-tls v0.2.12 |
1900 | 2025-01-22T04:27:33.407Z | Checking ff v0.13.0 |
1901 | 2025-01-22T04:27:33.457Z | Checking hyper-util v0.1.10 |
1902 | 2025-01-22T04:27:33.640Z | Checking thread-id v4.2.2 |
1903 | 2025-01-22T04:27:33.707Z | Checking group v0.13.0 |
1904 | 2025-01-22T04:27:33.710Z | Checking tokio-native-tls v0.3.1 |
1905 | 2025-01-22T04:27:33.770Z | Checking toml_edit v0.22.22 |
1906 | 2025-01-22T04:27:33.800Z | Checking hkdf v0.12.4 |
1907 | 2025-01-22T04:27:33.973Z | Checking crypto-bigint v0.5.5 |
1908 | 2025-01-22T04:27:34.003Z | Checking memmap v0.7.0 |
1909 | 2025-01-22T04:27:34.041Z | Checking dirs-sys-next v0.1.2 |
1910 | 2025-01-22T04:27:34.200Z | Checking clap v4.5.21 |
1911 | 2025-01-22T04:27:34.285Z | Checking crc32fast v1.4.2 |
1912 | 2025-01-22T04:27:34.315Z | Checking static_assertions v1.1.0 |
1913 | 2025-01-22T04:27:34.354Z | Checking utf-8 v0.7.6 |
1914 | 2025-01-22T04:27:34.404Z | Checking bitflags v1.3.2 |
1915 | 2025-01-22T04:27:34.541Z | Checking dirs-next v2.0.0 |
1916 | 2025-01-22T04:27:34.567Z | Checking crossbeam-channel v0.5.13 |
1917 | 2025-01-22T04:27:34.586Z | Checking thread_local v1.1.8 |
1918 | 2025-01-22T04:27:34.683Z | Checking unicode-segmentation v1.12.0 |
1919 | 2025-01-22T04:27:34.850Z | Checking term v0.7.0 |
1920 | 2025-01-22T04:27:35.253Z | Checking num-iter v0.1.45 |
1921 | 2025-01-22T04:27:35.313Z | Checking crossbeam-epoch v0.9.18 |
1922 | 2025-01-22T04:27:35.435Z | Checking take_mut v0.2.2 |
1923 | 2025-01-22T04:27:35.513Z | Checking dtrace-parser v0.2.0 |
1924 | 2025-01-22T04:27:35.513Z | Checking hyper-tls v0.6.0 |
1925 | 2025-01-22T04:27:35.513Z | Checking hyper-rustls v0.27.3 |
1926 | 2025-01-22T04:27:35.596Z | Checking match_cfg v0.1.0 |
1927 | 2025-01-22T04:27:35.706Z | Checking hostname v0.3.1 |
1928 | 2025-01-22T04:27:35.757Z | Checking slog-async v2.8.0 |
1929 | 2025-01-22T04:27:35.816Z | Checking slog-term v2.9.1 |
1930 | 2025-01-22T04:27:35.876Z | Checking itertools v0.10.5 |
1931 | 2025-01-22T04:27:35.913Z | Checking reqwest v0.12.9 |
1932 | 2025-01-22T04:27:35.979Z | Checking bstr v1.10.0 |
1933 | 2025-01-22T04:27:36.046Z | Checking rfc6979 v0.4.0 |
1934 | 2025-01-22T04:27:36.233Z | Checking hex v0.4.3 |
1935 | 2025-01-22T04:27:36.276Z | Checking toml v0.8.19 |
1936 | 2025-01-22T04:27:36.309Z | Checking managed v0.8.0 |
1937 | 2025-01-22T04:27:36.570Z | Checking elliptic-curve v0.13.8 |
1938 | 2025-01-22T04:27:36.672Z | Checking dof v0.3.0 |
1939 | 2025-01-22T04:27:36.709Z | Checking winnow v0.5.40 |
1940 | 2025-01-22T04:27:36.761Z | Checking crossbeam-deque v0.8.5 |
1941 | 2025-01-22T04:27:36.798Z | Checking num-bigint-dig v0.8.4 |
1942 | 2025-01-22T04:27:37.054Z | Checking flate2 v1.0.35 |
1943 | 2025-01-22T04:27:37.110Z | Checking pkcs1 v0.7.5 |
1944 | 2025-01-22T04:27:37.234Z | Checking ecdsa v0.16.9 |
1945 | 2025-01-22T04:27:37.310Z | Checking usdt-impl v0.5.0 |
1946 | 2025-01-22T04:27:37.539Z | Checking rustls v0.22.4 |
1947 | 2025-01-22T04:27:37.673Z | Checking curve25519-dalek v4.1.3 |
1948 | 2025-01-22T04:27:37.704Z | Checking zerocopy v0.6.6 |
1949 | 2025-01-22T04:27:37.881Z | Checking siphasher v0.3.11 |
1950 | 2025-01-22T04:27:37.887Z | Checking usdt v0.5.0 |
1951 | 2025-01-22T04:27:37.935Z | Checking rayon-core v1.12.1 |
1952 | 2025-01-22T04:27:38.174Z | Checking unicode-normalization v0.1.24 |
1953 | 2025-01-22T04:27:38.207Z | Checking ed25519 v2.2.3 |
1954 | 2025-01-22T04:27:38.344Z | Checking slog-json v2.6.1 |
1955 | 2025-01-22T04:27:38.528Z | Checking signal-hook v0.3.17 |
1956 | 2025-01-22T04:27:38.605Z | Checking debug-ignore v1.0.5 |
1957 | 2025-01-22T04:27:38.631Z | Checking quick-error v1.2.3 |
1958 | 2025-01-22T04:27:38.761Z | Checking slog-bunyan v2.5.0 |
1959 | 2025-01-22T04:27:38.790Z | Checking hickory-proto v0.24.2 |
1960 | 2025-01-22T04:27:38.817Z | Checking rsa v0.9.6 |
1961 | 2025-01-22T04:27:38.874Z | Checking multer v3.1.0 |
1962 | 2025-01-22T04:27:38.945Z | Checking x509-cert v0.2.5 |
1963 | 2025-01-22T04:27:39.121Z | Checking serde_path_to_error v0.1.16 |
1964 | 2025-01-22T04:27:39.280Z | Checking hubpack v0.1.2 |
1965 | 2025-01-22T04:27:39.453Z | Checking ed25519-dalek v2.1.1 |
1966 | 2025-01-22T04:27:39.583Z | Checking waitgroup v0.1.2 |
1967 | 2025-01-22T04:27:39.586Z | Checking toml_edit v0.19.15 |
1968 | 2025-01-22T04:27:39.741Z | Checking bzip2-sys v0.1.11+1.0.8 |
1969 | 2025-01-22T04:27:39.775Z | Checking async-stream v0.3.6 |
1970 | 2025-01-22T04:27:39.775Z | Checking hostname v0.4.0 |
1971 | 2025-01-22T04:27:39.875Z | Checking bit-vec v0.6.3 |
1972 | 2025-01-22T04:27:39.901Z | Checking bzip2 v0.4.4 |
1973 | 2025-01-22T04:27:39.957Z | Checking signal-hook-mio v0.2.4 |
1974 | 2025-01-22T04:27:39.993Z | Checking console v0.15.8 |
1975 | 2025-01-22T04:27:40.130Z | Checking hash32 v0.2.1 |
1976 | 2025-01-22T04:27:40.207Z | Checking predicates-core v1.0.8 |
1977 | 2025-01-22T04:27:40.233Z | Checking bit-set v0.5.3 |
1978 | 2025-01-22T04:27:40.426Z | Checking unicode-bidi v0.3.17 |
1979 | 2025-01-22T04:27:40.456Z | Checking unicode-properties v0.1.3 |
1980 | 2025-01-22T04:27:40.507Z | Checking linked-hash-map v0.5.6 |
1981 | 2025-01-22T04:27:40.509Z | Checking heapless v0.7.17 |
1982 | 2025-01-22T04:27:40.571Z | Checking crossterm v0.28.1 |
1983 | 2025-01-22T04:27:40.817Z | Checking lru-cache v0.1.2 |
1984 | 2025-01-22T04:27:40.819Z | Checking rayon v1.10.0 |
1985 | 2025-01-22T04:27:40.871Z | Checking tokio-rustls v0.25.0 |
1986 | 2025-01-22T04:27:41.031Z | Checking phf_shared v0.11.2 |
1987 | 2025-01-22T04:27:41.067Z | Checking stringprep v0.1.5 |
1988 | 2025-01-22T04:27:41.277Z | Checking dropshot v0.12.0 |
1989 | 2025-01-22T04:27:41.307Z | Checking similar v2.6.0 |
1990 | 2025-01-22T04:27:41.361Z | Checking tokio-stream v0.1.16 |
1991 | 2025-01-22T04:27:41.454Z | Checking newtype-uuid v1.2.1 |
1992 | 2025-01-22T04:27:41.744Z | Checking md-5 v0.10.6 |
1993 | 2025-01-22T04:27:41.983Z | Checking float-cmp v0.9.0 |
1994 | 2025-01-22T04:27:42.021Z | Checking toml v0.7.8 |
1995 | 2025-01-22T04:27:42.162Z | Checking fixedbitset v0.4.2 |
1996 | 2025-01-22T04:27:42.193Z | Checking normalize-line-endings v0.3.0 |
1997 | 2025-01-22T04:27:42.222Z | Checking difflib v0.4.0 |
1998 | 2025-01-22T04:27:42.249Z | Checking fallible-iterator v0.2.0 |
1999 | 2025-01-22T04:27:42.343Z | Checking smoltcp v0.9.1 |
2000 | 2025-01-22T04:27:42.452Z | Checking petgraph v0.6.5 |
2001 | 2025-01-22T04:27:42.595Z | Checking predicates v3.1.2 |
2002 | 2025-01-22T04:27:42.671Z | Checking phf v0.11.2 |
2003 | 2025-01-22T04:27:42.844Z | Checking postgres-protocol v0.6.7 |
2004 | 2025-01-22T04:27:42.939Z | Checking zip v0.6.6 |
2005 | 2025-01-22T04:27:43.182Z | Checking resolv-conf v0.7.0 |
2006 | 2025-01-22T04:27:43.421Z | Checking phf_shared v0.10.0 |
2007 | 2025-01-22T04:27:43.477Z | Checking tungstenite v0.24.0 |
2008 | 2025-01-22T04:27:43.553Z | Checking fs-err v2.11.0 |
2009 | 2025-01-22T04:27:43.641Z | Checking serde-big-array v0.5.1 |
2010 | 2025-01-22T04:27:43.709Z | Checking portable-atomic v1.9.0 |
2011 | 2025-01-22T04:27:43.816Z | Checking lalrpop-util v0.19.12 |
2012 | 2025-01-22T04:27:43.883Z | Checking new_debug_unreachable v1.0.6 |
2013 | 2025-01-22T04:27:43.998Z | Checking precomputed-hash v0.1.1 |
2014 | 2025-01-22T04:27:44.106Z | Checking minimal-lexical v0.2.1 |
2015 | 2025-01-22T04:27:44.137Z | Checking unicode-width v0.2.0 |
2016 | 2025-01-22T04:27:44.164Z | Checking number_prefix v0.4.0 |
2017 | 2025-01-22T04:27:44.353Z | Checking string_cache v0.8.7 |
2018 | 2025-01-22T04:27:44.385Z | Checking tokio-tungstenite v0.24.0 |
2019 | 2025-01-22T04:27:44.389Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2020 | 2025-01-22T04:27:44.524Z | Checking nom v7.1.3 |
2021 | 2025-01-22T04:27:44.602Z | Checking hickory-resolver v0.24.2 |
2022 | 2025-01-22T04:27:44.632Z | Checking postgres-types v0.2.8 |
2023 | 2025-01-22T04:27:44.666Z | Checking itertools v0.12.1 |
2024 | 2025-01-22T04:27:44.734Z | Checking indicatif v0.17.9 |
2025 | 2025-01-22T04:27:44.845Z | Checking peg-runtime v0.8.3 |
2026 | 2025-01-22T04:27:45.087Z | Checking whoami v1.5.2 |
2027 | 2025-01-22T04:27:45.405Z | Checking tokio-postgres v0.7.12 |
2028 | 2025-01-22T04:27:45.408Z | Compiling hashbrown v0.14.5 |
2029 | 2025-01-22T04:27:45.496Z | Compiling thiserror v2.0.11 |
2030 | 2025-01-22T04:27:45.527Z | Compiling thiserror-impl v2.0.11 |
2031 | 2025-01-22T04:27:46.247Z | Checking qorb v0.2.1 |
2032 | 2025-01-22T04:27:46.531Z | Compiling ident_case v1.0.1 |
2033 | 2025-01-22T04:27:46.634Z | Compiling regress v0.10.1 |
2034 | 2025-01-22T04:27:46.760Z | Compiling darling_core v0.20.10 |
2035 | 2025-01-22T04:27:47.107Z | Compiling unsafe-libyaml v0.2.11 |
2036 | 2025-01-22T04:27:48.180Z | Checking heck v0.5.0 |
2037 | 2025-01-22T04:27:48.389Z | Checking fastrand v2.1.1 |
2038 | 2025-01-22T04:27:48.704Z | Compiling serde_yaml v0.9.34+deprecated |
2039 | 2025-01-22T04:27:48.752Z | Checking ipnetwork v0.20.0 |
2040 | 2025-01-22T04:27:49.032Z | Checking progenitor-client v0.9.1 |
2041 | 2025-01-22T04:27:49.062Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2042 | 2025-01-22T04:27:49.116Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2043 | 2025-01-22T04:27:49.434Z | Compiling structmeta-derive v0.3.0 |
2044 | 2025-01-22T04:27:49.467Z | Checking strum v0.26.3 |
2045 | 2025-01-22T04:27:49.470Z | Compiling dropshot v0.15.1 |
2046 | 2025-01-22T04:27:49.657Z | Checking macaddr v1.0.1 |
2047 | 2025-01-22T04:27:49.906Z | Compiling dropshot_endpoint v0.15.1 |
2048 | 2025-01-22T04:27:50.025Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2049 | 2025-01-22T04:27:50.330Z | Checking tempfile v3.13.0 |
2050 | 2025-01-22T04:27:50.745Z | Compiling typify-impl v0.2.0 |
2051 | 2025-01-22T04:27:50.794Z | Checking progenitor-client v0.8.0 |
2052 | 2025-01-22T04:27:51.163Z | Checking instant v0.1.13 |
2053 | 2025-01-22T04:27:51.305Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2054 | 2025-01-22T04:27:51.472Z | Checking regress v0.9.1 |
2055 | 2025-01-22T04:27:51.932Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2056 | 2025-01-22T04:27:52.057Z | Compiling structmeta v0.3.0 |
2057 | 2025-01-22T04:27:52.236Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2058 | 2025-01-22T04:27:52.494Z | Compiling parse-display-derive v0.10.0 |
2059 | 2025-01-22T04:27:52.653Z | Checking backoff v0.4.0 |
2060 | 2025-01-22T04:27:52.708Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2025-01-22T04:27:52.808Z | Compiling darling_macro v0.20.10 |
2062 | 2025-01-22T04:27:52.883Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2063 | 2025-01-22T04:27:52.952Z | Checking wait-timeout v0.2.0 |
2064 | 2025-01-22T04:27:53.057Z | Checking rand_xorshift v0.3.0 |
2065 | 2025-01-22T04:27:53.164Z | Checking rusty-fork v0.3.0 |
2066 | 2025-01-22T04:27:53.269Z | Checking unarray v0.1.4 |
2067 | 2025-01-22T04:27:53.448Z | Compiling structmeta-derive v0.2.0 |
2068 | 2025-01-22T04:27:53.492Z | Checking proptest v1.5.0 |
2069 | 2025-01-22T04:27:53.726Z | Compiling darling v0.20.10 |
2070 | 2025-01-22T04:27:53.868Z | Compiling serde_with_macros v3.11.0 |
2071 | 2025-01-22T04:27:54.469Z | Checking camino-tempfile v1.1.1 |
2072 | 2025-01-22T04:27:54.774Z | Compiling proc-macro-error v1.0.4 |
2073 | 2025-01-22T04:27:55.000Z | Compiling proc-macro-crate v1.3.1 |
2074 | 2025-01-22T04:27:55.426Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2075 | 2025-01-22T04:27:55.802Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2076 | 2025-01-22T04:27:55.984Z | Compiling num_enum_derive v0.5.11 |
2077 | 2025-01-22T04:27:56.112Z | Compiling structmeta v0.2.0 |
2078 | 2025-01-22T04:27:56.151Z | Compiling foreign-types-macros v0.2.3 |
2079 | 2025-01-22T04:27:56.429Z | Checking parse-display v0.10.0 |
2080 | 2025-01-22T04:27:56.458Z | Checking serde_with v3.11.0 |
2081 | 2025-01-22T04:27:56.556Z | Compiling test-strategy v0.3.1 |
2082 | 2025-01-22T04:27:56.726Z | Checking foreign-types-shared v0.3.1 |
2083 | 2025-01-22T04:27:57.268Z | Checking tabwriter v1.4.0 |
2084 | 2025-01-22T04:27:57.462Z | Checking foreign-types v0.5.0 |
2085 | 2025-01-22T04:27:57.551Z | Checking cstr-argument v0.1.2 |
2086 | 2025-01-22T04:27:57.593Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2087 | 2025-01-22T04:27:57.755Z | Checking pretty-hex v0.2.1 |
2088 | 2025-01-22T04:27:57.959Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2089 | 2025-01-22T04:27:58.070Z | Checking colored v2.1.0 |
2090 | 2025-01-22T04:27:58.303Z | Checking smf v0.2.3 |
2091 | 2025-01-22T04:27:58.339Z | Checking num_enum v0.5.11 |
2092 | 2025-01-22T04:27:58.376Z | Checking itertools v0.13.0 |
2093 | 2025-01-22T04:27:58.416Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2094 | 2025-01-22T04:27:58.457Z | Checking base64 v0.21.7 |
2095 | 2025-01-22T04:27:58.513Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2096 | 2025-01-22T04:27:58.578Z | Compiling typify-impl v0.3.0 |
2097 | 2025-01-22T04:27:58.749Z | Compiling crucible-workspace-hack v0.1.0 |
2098 | 2025-01-22T04:27:58.814Z | Compiling zerocopy v0.8.10 |
2099 | 2025-01-22T04:27:59.217Z | Checking atomicwrites v0.4.4 |
2100 | 2025-01-22T04:27:59.549Z | Compiling zerocopy-derive v0.8.10 |
2101 | 2025-01-22T04:27:59.721Z | Compiling heapless v0.8.0 |
2102 | 2025-01-22T04:28:00.115Z | Checking termtree v0.4.1 |
2103 | 2025-01-22T04:28:00.347Z | Checking predicates-tree v1.0.11 |
2104 | 2025-01-22T04:28:00.535Z | Checking hash32 v0.3.1 |
2105 | 2025-01-22T04:28:00.643Z | Compiling smoltcp v0.11.0 |
2106 | 2025-01-22T04:28:00.852Z | Checking cobs v0.2.3 |
2107 | 2025-01-22T04:28:01.067Z | Checking postcard v1.0.10 |
2108 | 2025-01-22T04:28:01.371Z | Checking sigpipe v0.1.3 |
2109 | 2025-01-22T04:28:01.503Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2110 | 2025-01-22T04:28:01.546Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2111 | 2025-01-22T04:28:01.627Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2112 | 2025-01-22T04:28:01.739Z | Compiling mockall_derive v0.13.0 |
2113 | 2025-01-22T04:28:01.938Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2114 | 2025-01-22T04:28:02.079Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2115 | 2025-01-22T04:28:02.287Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2116 | 2025-01-22T04:28:02.392Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2117 | 2025-01-22T04:28:02.541Z | Compiling zone_cfg_derive v0.3.0 |
2118 | 2025-01-22T04:28:03.953Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2119 | 2025-01-22T04:28:04.281Z | Compiling num-derive v0.4.2 |
2120 | 2025-01-22T04:28:04.307Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2121 | 2025-01-22T04:28:04.547Z | Checking fragile v2.0.0 |
2122 | 2025-01-22T04:28:04.631Z | Checking downcast v0.11.0 |
2123 | 2025-01-22T04:28:04.880Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2124 | 2025-01-22T04:28:04.904Z | Checking zone v0.3.0 |
2125 | 2025-01-22T04:28:04.978Z | Compiling convert_case v0.4.0 |
2126 | 2025-01-22T04:28:05.206Z | Checking tungstenite v0.21.0 |
2127 | 2025-01-22T04:28:05.689Z | Checking newline-converter v0.3.0 |
2128 | 2025-01-22T04:28:05.820Z | Compiling derive_more v0.99.18 |
2129 | 2025-01-22T04:28:05.869Z | Checking expectorate v1.1.0 |
2130 | 2025-01-22T04:28:06.040Z | Compiling typify-macro v0.2.0 |
2131 | 2025-01-22T04:28:06.068Z | Checking tokio-tungstenite v0.21.0 |
2132 | 2025-01-22T04:28:06.078Z | Checking same-file v1.0.6 |
2133 | 2025-01-22T04:28:06.273Z | Checking walkdir v2.5.0 |
2134 | 2025-01-22T04:28:06.532Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2135 | 2025-01-22T04:28:06.556Z | Checking arc-swap v1.7.1 |
2136 | 2025-01-22T04:28:06.579Z | Checking xattr v1.3.1 |
2137 | 2025-01-22T04:28:06.856Z | Checking filetime v0.2.25 |
2138 | 2025-01-22T04:28:07.029Z | Checking num-rational v0.4.2 |
2139 | 2025-01-22T04:28:07.055Z | Checking slog-scope v4.4.0 |
2140 | 2025-01-22T04:28:07.098Z | Checking tar v0.4.42 |
2141 | 2025-01-22T04:28:07.276Z | Checking slog-stdlog v4.1.1 |
2142 | 2025-01-22T04:28:07.478Z | Checking slog-envlogger v2.2.0 |
2143 | 2025-01-22T04:28:07.715Z | Checking num-complex v0.4.6 |
2144 | 2025-01-22T04:28:07.743Z | Checking float-ord v0.3.2 |
2145 | 2025-01-22T04:28:07.929Z | Checking indent_write v2.2.0 |
2146 | 2025-01-22T04:28:07.955Z | Checking swrite v0.1.0 |
2147 | 2025-01-22T04:28:08.098Z | Compiling cancel-safe-futures v0.1.5 |
2148 | 2025-01-22T04:28:08.156Z | Compiling owo-colors v4.1.0 |
2149 | 2025-01-22T04:28:08.536Z | Checking num v0.4.3 |
2150 | 2025-01-22T04:28:08.654Z | Checking libsw v3.3.1 |
2151 | 2025-01-22T04:28:08.957Z | Checking password-hash v0.5.0 |
2152 | 2025-01-22T04:28:08.984Z | Checking blake2 v0.10.6 |
2153 | 2025-01-22T04:28:09.030Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2154 | 2025-01-22T04:28:09.416Z | Checking linear-map v1.2.0 |
2155 | 2025-01-22T04:28:09.482Z | Checking argon2 v0.5.3 |
2156 | 2025-01-22T04:28:09.689Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2157 | 2025-01-22T04:28:09.762Z | Checking pem v3.0.4 |
2158 | 2025-01-22T04:28:09.813Z | Compiling typify v0.2.0 |
2159 | 2025-01-22T04:28:09.975Z | Compiling progenitor-impl v0.8.0 |
2160 | 2025-01-22T04:28:10.015Z | Checking mockall v0.13.0 |
2161 | 2025-01-22T04:28:10.051Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2162 | 2025-01-22T04:28:10.175Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2163 | 2025-01-22T04:28:10.248Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2164 | 2025-01-22T04:28:10.601Z | Compiling lzma-sys v0.1.20 |
2165 | 2025-01-22T04:28:11.033Z | Checking headers-core v0.3.0 |
2166 | 2025-01-22T04:28:11.212Z | Compiling heck v0.3.3 |
2167 | 2025-01-22T04:28:11.414Z | Checking highway v1.2.0 |
2168 | 2025-01-22T04:28:11.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2169 | 2025-01-22T04:28:11.716Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2170 | 2025-01-22T04:28:11.868Z | Compiling zone_cfg_derive v0.1.2 |
2171 | 2025-01-22T04:28:12.090Z | Checking headers v0.4.0 |
2172 | 2025-01-22T04:28:12.190Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2173 | 2025-01-22T04:28:12.521Z | Checking yasna v0.5.2 |
2174 | 2025-01-22T04:28:12.761Z | Checking base64 v0.13.1 |
2175 | 2025-01-22T04:28:13.078Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2176 | 2025-01-22T04:28:13.158Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2177 | 2025-01-22T04:28:13.206Z | Checking ron v0.7.1 |
2178 | 2025-01-22T04:28:13.318Z | Checking zone v0.1.8 |
2179 | 2025-01-22T04:28:13.359Z | Checking rcgen v0.12.1 |
2180 | 2025-01-22T04:28:13.622Z | Checking xz2 v0.1.7 |
2181 | 2025-01-22T04:28:13.945Z | Checking subprocess v0.2.9 |
2182 | 2025-01-22T04:28:13.993Z | Checking humantime v2.1.0 |
2183 | 2025-01-22T04:28:13.995Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2184 | 2025-01-22T04:28:14.166Z | Compiling typify-macro v0.3.0 |
2185 | 2025-01-22T04:28:14.290Z | Compiling semver v0.1.20 |
2186 | 2025-01-22T04:28:14.346Z | Checking prettyplease v0.2.25 |
2187 | 2025-01-22T04:28:14.500Z | Checking half v2.4.1 |
2188 | 2025-01-22T04:28:14.796Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2025-01-22T04:28:14.832Z | Compiling rustc_version v0.1.7 |
2190 | 2025-01-22T04:28:14.934Z | Checking ciborium-io v0.2.2 |
2191 | 2025-01-22T04:28:15.086Z | Checking ciborium-ll v0.2.2 |
2192 | 2025-01-22T04:28:15.317Z | Compiling newtype_derive v0.1.6 |
2193 | 2025-01-22T04:28:15.425Z | Checking ciborium v0.2.2 |
2194 | 2025-01-22T04:28:15.847Z | Checking steno v0.4.1 |
2195 | 2025-01-22T04:28:17.169Z | Compiling progenitor-macro v0.8.0 |
2196 | 2025-01-22T04:28:18.080Z | Compiling typify v0.3.0 |
2197 | 2025-01-22T04:28:18.243Z | Compiling progenitor-impl v0.9.1 |
2198 | 2025-01-22T04:28:18.796Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2199 | 2025-01-22T04:28:19.104Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2200 | 2025-01-22T04:28:19.538Z | Compiling slog-dtrace v0.3.0 |
2201 | 2025-01-22T04:28:19.569Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2202 | 2025-01-22T04:28:19.954Z | Checking display-error-chain v0.2.2 |
2203 | 2025-01-22T04:28:20.138Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2204 | 2025-01-22T04:28:20.165Z | Checking gethostname v0.5.0 |
2205 | 2025-01-22T04:28:20.306Z | Checking nibble_vec v0.1.0 |
2206 | 2025-01-22T04:28:20.332Z | Compiling blake3 v1.5.4 |
2207 | 2025-01-22T04:28:20.395Z | Checking endian-type v0.1.2 |
2208 | 2025-01-22T04:28:20.538Z | Checking keccak v0.1.5 |
2209 | 2025-01-22T04:28:20.637Z | Checking radix_trie v0.2.1 |
2210 | 2025-01-22T04:28:20.909Z | Checking sha3 v0.10.8 |
2211 | 2025-01-22T04:28:21.063Z | Checking universal-hash v0.5.1 |
2212 | 2025-01-22T04:28:21.264Z | Checking secrecy v0.8.0 |
2213 | 2025-01-22T04:28:21.345Z | Checking opaque-debug v0.3.1 |
2214 | 2025-01-22T04:28:21.467Z | Checking aead v0.5.2 |
2215 | 2025-01-22T04:28:21.493Z | Checking poly1305 v0.8.0 |
2216 | 2025-01-22T04:28:21.536Z | Checking chacha20 v0.9.1 |
2217 | 2025-01-22T04:28:21.981Z | Compiling memmap2 v0.9.5 |
2218 | 2025-01-22T04:28:22.037Z | Compiling constant_time_eq v0.3.1 |
2219 | 2025-01-22T04:28:22.268Z | Compiling arrayvec v0.7.6 |
2220 | 2025-01-22T04:28:22.446Z | Compiling arrayref v0.3.9 |
2221 | 2025-01-22T04:28:22.571Z | Compiling toolchain_find v0.4.0 |
2222 | 2025-01-22T04:28:22.693Z | Compiling thiserror-impl-no-std v2.0.2 |
2223 | 2025-01-22T04:28:22.766Z | Compiling topological-sort v0.2.2 |
2224 | 2025-01-22T04:28:23.021Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2225 | 2025-01-22T04:28:23.052Z | Compiling rustfmt-wrapper v0.2.1 |
2226 | 2025-01-22T04:28:23.204Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2227 | 2025-01-22T04:28:23.383Z | Compiling omicron-zone-package v0.12.0 |
2228 | 2025-01-22T04:28:23.651Z | Checking chacha20poly1305 v0.10.1 |
2229 | 2025-01-22T04:28:23.812Z | Compiling async-recursion v1.1.1 |
2230 | 2025-01-22T04:28:23.846Z | Checking fxhash v0.2.1 |
2231 | 2025-01-22T04:28:23.872Z | Checking bumpalo v3.16.0 |
2232 | 2025-01-22T04:28:24.050Z | Checking lockfree-object-pool v0.1.6 |
2233 | 2025-01-22T04:28:24.225Z | Compiling zip v2.1.3 |
2234 | 2025-01-22T04:28:24.311Z | Checking simd-adler32 v0.3.7 |
2235 | 2025-01-22T04:28:24.576Z | Checking termcolor v1.4.1 |
2236 | 2025-01-22T04:28:24.680Z | Checking zopfli v0.8.1 |
2237 | 2025-01-22T04:28:24.757Z | Checking maplit v1.0.2 |
2238 | 2025-01-22T04:28:24.895Z | Compiling radium v0.7.0 |
2239 | 2025-01-22T04:28:25.021Z | Compiling const_format_proc_macros v0.2.33 |
2240 | 2025-01-22T04:28:25.219Z | Compiling progenitor-macro v0.9.1 |
2241 | 2025-01-22T04:28:25.302Z | Checking tap v1.0.1 |
2242 | 2025-01-22T04:28:25.381Z | Compiling maybe-uninit v2.0.0 |
2243 | 2025-01-22T04:28:25.492Z | Checking wyz v0.5.1 |
2244 | 2025-01-22T04:28:25.518Z | Checking thiserror-no-std v2.0.2 |
2245 | 2025-01-22T04:28:25.659Z | Checking vsss-rs v3.3.4 |
2246 | 2025-01-22T04:28:25.997Z | Checking home v0.5.9 |
2247 | 2025-01-22T04:28:26.180Z | Checking crc-catalog v2.4.0 |
2248 | 2025-01-22T04:28:26.298Z | Checking funty v2.0.0 |
2249 | 2025-01-22T04:28:26.355Z | Compiling packed_struct v0.10.1 |
2250 | 2025-01-22T04:28:26.491Z | Checking crc v3.2.1 |
2251 | 2025-01-22T04:28:26.993Z | Checking kstat-rs v0.2.4 |
2252 | 2025-01-22T04:28:26.996Z | Checking const_format v0.2.33 |
2253 | 2025-01-22T04:28:27.037Z | Compiling packed_struct_codegen v0.10.1 |
2254 | 2025-01-22T04:28:27.162Z | Checking bitvec v1.0.1 |
2255 | 2025-01-22T04:28:27.340Z | Compiling vte_generate_state_changes v0.1.2 |
2256 | 2025-01-22T04:28:27.498Z | Compiling indexmap v1.9.3 |
2257 | 2025-01-22T04:28:27.833Z | Compiling libefi-sys v0.1.0 |
2258 | 2025-01-22T04:28:27.988Z | Checking nodrop v0.1.14 |
2259 | 2025-01-22T04:28:28.132Z | Checking array-init v0.0.4 |
2260 | 2025-01-22T04:28:28.196Z | Checking vte v0.11.1 |
2261 | 2025-01-22T04:28:28.720Z | Checking smallvec v0.6.14 |
2262 | 2025-01-22T04:28:29.061Z | Checking fd-lock v4.0.2 |
2263 | 2025-01-22T04:28:29.111Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2264 | 2025-01-22T04:28:29.265Z | Compiling bitfield-struct v0.6.2 |
2265 | 2025-01-22T04:28:29.295Z | Checking bitfield v0.14.0 |
2266 | 2025-01-22T04:28:29.518Z | Checking hashbrown v0.12.3 |
2267 | 2025-01-22T04:28:29.569Z | Checking strip-ansi-escapes v0.2.0 |
2268 | 2025-01-22T04:28:29.621Z | Checking serde-hex v0.1.0 |
2269 | 2025-01-22T04:28:29.740Z | Checking progenitor v0.8.0 |
2270 | 2025-01-22T04:28:29.972Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2271 | 2025-01-22T04:28:29.999Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2272 | 2025-01-22T04:28:30.667Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2273 | 2025-01-22T04:28:31.121Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2274 | 2025-01-22T04:28:31.244Z | Checking env_logger v0.10.2 |
2275 | 2025-01-22T04:28:31.391Z | Checking ron v0.8.1 |
2276 | 2025-01-22T04:28:31.698Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2277 | 2025-01-22T04:28:32.054Z | Checking hashbrown v0.13.2 |
2278 | 2025-01-22T04:28:32.692Z | Checking crc-any v2.5.0 |
2279 | 2025-01-22T04:28:33.039Z | Checking nu-ansi-term v0.50.1 |
2280 | 2025-01-22T04:28:33.098Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2281 | 2025-01-22T04:28:33.236Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2282 | 2025-01-22T04:28:33.260Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2283 | 2025-01-22T04:28:33.458Z | Checking reedline v0.35.0 |
2284 | 2025-01-22T04:28:33.647Z | Checking object v0.30.4 |
2285 | 2025-01-22T04:28:33.754Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2286 | 2025-01-22T04:28:34.264Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2287 | 2025-01-22T04:28:34.318Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2288 | 2025-01-22T04:28:34.604Z | Checking path-slash v0.1.5 |
2289 | 2025-01-22T04:28:34.771Z | Compiling parking_lot_core v0.8.6 |
2290 | 2025-01-22T04:28:34.816Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2291 | 2025-01-22T04:28:36.102Z | Compiling phf_generator v0.11.2 |
2292 | 2025-01-22T04:28:36.322Z | Checking glob v0.3.1 |
2293 | 2025-01-22T04:28:36.642Z | Checking bytecount v0.6.8 |
2294 | 2025-01-22T04:28:36.739Z | Compiling phf_codegen v0.11.2 |
2295 | 2025-01-22T04:28:36.848Z | Checking papergrid v0.11.0 |
2296 | 2025-01-22T04:28:36.973Z | Checking parking_lot v0.11.2 |
2297 | 2025-01-22T04:28:37.354Z | Compiling tabled_derive v0.7.0 |
2298 | 2025-01-22T04:28:37.662Z | Compiling parse-zoneinfo v0.3.1 |
2299 | 2025-01-22T04:28:38.125Z | Checking progenitor v0.9.1 |
2300 | 2025-01-22T04:28:38.344Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2301 | 2025-01-22T04:28:38.517Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2302 | 2025-01-22T04:28:39.293Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2303 | 2025-01-22T04:28:39.486Z | Compiling cfg_aliases v0.1.1 |
2304 | 2025-01-22T04:28:39.542Z | Checking tabled v0.15.0 |
2305 | 2025-01-22T04:28:39.619Z | Compiling nix v0.28.0 |
2306 | 2025-01-22T04:28:40.425Z | Compiling chrono-tz-build v0.4.0 |
2307 | 2025-01-22T04:28:41.811Z | Checking sled v0.34.7 |
2308 | 2025-01-22T04:28:42.419Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2309 | 2025-01-22T04:28:42.447Z | Checking hickory-client v0.24.2 |
2310 | 2025-01-22T04:28:43.170Z | Checking hickory-server v0.24.2 |
2311 | 2025-01-22T04:28:43.628Z | Compiling chrono-tz v0.10.0 |
2312 | 2025-01-22T04:28:43.858Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2313 | 2025-01-22T04:28:44.325Z | Compiling unicase v2.7.0 |
2314 | 2025-01-22T04:28:44.636Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2025-01-22T04:28:44.638Z | Compiling buf-list v1.0.3 |
2316 | 2025-01-22T04:28:45.353Z | Compiling peg-macros v0.8.4 |
2317 | 2025-01-22T04:28:45.826Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2318 | 2025-01-22T04:28:46.013Z | Compiling sqlparser_derive v0.2.2 |
2319 | 2025-01-22T04:28:46.927Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2320 | 2025-01-22T04:28:46.950Z | Checking unicode_categories v0.1.1 |
2321 | 2025-01-22T04:28:47.086Z | Checking sqlparser v0.45.0 |
2322 | 2025-01-22T04:28:47.206Z | Checking rustyline v14.0.0 |
2323 | 2025-01-22T04:28:47.264Z | Checking sqlformat v0.2.6 |
2324 | 2025-01-22T04:28:48.784Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2325 | 2025-01-22T04:28:48.810Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2326 | 2025-01-22T04:28:50.105Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2327 | 2025-01-22T04:28:51.926Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2328 | 2025-01-22T04:28:52.038Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2329 | 2025-01-22T04:28:53.159Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2330 | 2025-01-22T04:28:53.202Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2331 | 2025-01-22T04:28:53.932Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2332 | 2025-01-22T04:28:54.793Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2333 | 2025-01-22T04:28:54.899Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2334 | 2025-01-22T04:28:55.214Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2335 | 2025-01-22T04:28:55.681Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2336 | 2025-01-22T04:28:55.928Z | Checking peg v0.8.4 |
2337 | 2025-01-22T04:28:56.055Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2338 | 2025-01-22T04:28:56.448Z | Checking bcs v0.1.6 |
2339 | 2025-01-22T04:28:56.776Z | Checking termtree v0.5.1 |
2340 | 2025-01-22T04:28:57.020Z | Checking primeorder v0.13.6 |
2341 | 2025-01-22T04:28:57.088Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2342 | 2025-01-22T04:28:57.350Z | Compiling mime_guess v2.0.5 |
2343 | 2025-01-22T04:28:57.495Z | Checking nanorand v0.7.0 |
2344 | 2025-01-22T04:28:57.684Z | Checking http-range v0.1.5 |
2345 | 2025-01-22T04:28:57.852Z | Checking flume v0.11.1 |
2346 | 2025-01-22T04:28:58.208Z | Checking atty v0.2.14 |
2347 | 2025-01-22T04:28:58.329Z | Compiling salty v0.3.0 |
2348 | 2025-01-22T04:28:58.354Z | Checking p384 v0.13.0 |
2349 | 2025-01-22T04:28:58.764Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2350 | 2025-01-22T04:28:59.168Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2351 | 2025-01-22T04:28:59.355Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2352 | 2025-01-22T04:28:59.381Z | Checking hyper-staticfile v0.10.1 |
2353 | 2025-01-22T04:28:59.754Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2354 | 2025-01-22T04:28:59.888Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2355 | 2025-01-22T04:28:59.914Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2356 | 2025-01-22T04:29:00.071Z | Compiling dsl_auto_type v0.1.2 |
2357 | 2025-01-22T04:29:00.198Z | Checking scheduled-thread-pool v0.2.7 |
2358 | 2025-01-22T04:29:00.446Z | Checking env_filter v0.1.2 |
2359 | 2025-01-22T04:29:00.449Z | Compiling diesel_table_macro_syntax v0.2.0 |
2360 | 2025-01-22T04:29:00.692Z | Compiling crunchy v0.2.2 |
2361 | 2025-01-22T04:29:00.718Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2362 | 2025-01-22T04:29:00.901Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2363 | 2025-01-22T04:29:01.177Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2364 | 2025-01-22T04:29:01.301Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2365 | 2025-01-22T04:29:01.517Z | Compiling diesel_derives v2.2.3 |
2366 | 2025-01-22T04:29:01.608Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2367 | 2025-01-22T04:29:02.203Z | Checking env_logger v0.11.5 |
2368 | 2025-01-22T04:29:02.554Z | Checking r2d2 v0.8.10 |
2369 | 2025-01-22T04:29:02.579Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2370 | 2025-01-22T04:29:02.582Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2371 | 2025-01-22T04:29:02.895Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2372 | 2025-01-22T04:29:03.699Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2373 | 2025-01-22T04:29:04.759Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2374 | 2025-01-22T04:29:05.326Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2375 | 2025-01-22T04:29:05.431Z | Compiling tiny-keccak v2.0.2 |
2376 | 2025-01-22T04:29:05.755Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2377 | 2025-01-22T04:29:06.189Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2378 | 2025-01-22T04:29:06.640Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2379 | 2025-01-22T04:29:06.703Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2380 | 2025-01-22T04:29:06.960Z | Compiling ref-cast v1.0.23 |
2381 | 2025-01-22T04:29:07.212Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2382 | 2025-01-22T04:29:08.434Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2383 | 2025-01-22T04:29:08.595Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2384 | 2025-01-22T04:29:08.996Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2385 | 2025-01-22T04:29:09.329Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2386 | 2025-01-22T04:29:09.595Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2387 | 2025-01-22T04:29:09.922Z | Compiling ascii-canvas v3.0.0 |
2388 | 2025-01-22T04:29:09.925Z | Compiling ena v0.14.3 |
2389 | 2025-01-22T04:29:10.209Z | Compiling ref-cast-impl v1.0.23 |
2390 | 2025-01-22T04:29:10.368Z | Compiling regex-syntax v0.6.29 |
2391 | 2025-01-22T04:29:10.406Z | Compiling diff v0.1.13 |
2392 | 2025-01-22T04:29:11.047Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2393 | 2025-01-22T04:29:11.567Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2394 | 2025-01-22T04:29:12.024Z | Compiling pin-project-internal v1.1.6 |
2395 | 2025-01-22T04:29:12.867Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2396 | 2025-01-22T04:29:12.938Z | Compiling derive_builder_core v0.20.2 |
2397 | 2025-01-22T04:29:13.188Z | Compiling libxml v0.3.3 |
2398 | 2025-01-22T04:29:13.535Z | Checking diesel v2.2.6 |
2399 | 2025-01-22T04:29:13.680Z | Compiling lalrpop v0.19.12 |
2400 | 2025-01-22T04:29:14.564Z | Checking signal-hook-tokio v0.3.1 |
2401 | 2025-01-22T04:29:14.783Z | Compiling strum_macros v0.24.3 |
2402 | 2025-01-22T04:29:14.844Z | Checking pin-project v1.1.6 |
2403 | 2025-01-22T04:29:15.010Z | Compiling samael v0.0.17 |
2404 | 2025-01-22T04:29:15.186Z | Compiling derive_builder_macro v0.20.2 |
2405 | 2025-01-22T04:29:15.779Z | Compiling snafu-derive v0.8.5 |
2406 | 2025-01-22T04:29:15.845Z | Compiling indoc v1.0.9 |
2407 | 2025-01-22T04:29:16.089Z | Checking derive_builder v0.20.2 |
2408 | 2025-01-22T04:29:16.723Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2409 | 2025-01-22T04:29:17.800Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2410 | 2025-01-22T04:29:17.916Z | Checking olpc-cjson v0.1.4 |
2411 | 2025-01-22T04:29:18.124Z | Checking globset v0.4.15 |
2412 | 2025-01-22T04:29:18.163Z | Checking serde_plain v1.0.2 |
2413 | 2025-01-22T04:29:18.226Z | Checking quick-xml v0.33.0 |
2414 | 2025-01-22T04:29:18.448Z | Compiling impl-trait-for-tuples v0.2.2 |
2415 | 2025-01-22T04:29:18.632Z | Compiling oso-derive v0.27.3 |
2416 | 2025-01-22T04:29:18.973Z | Compiling memoffset v0.9.1 |
2417 | 2025-01-22T04:29:19.338Z | Checking typed-path v0.9.3 |
2418 | 2025-01-22T04:29:19.842Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2419 | 2025-01-22T04:29:20.922Z | Checking snafu v0.8.5 |
2420 | 2025-01-22T04:29:21.247Z | Checking tungstenite v0.23.0 |
2421 | 2025-01-22T04:29:21.397Z | Checking tough v0.19.0 |
2422 | 2025-01-22T04:29:21.469Z | Compiling diesel-dtrace v0.4.2 |
2423 | 2025-01-22T04:29:21.785Z | Checking parse-size v1.1.0 |
2424 | 2025-01-22T04:29:22.216Z | Checking tokio-tungstenite v0.23.1 |
2425 | 2025-01-22T04:29:22.242Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2426 | 2025-01-22T04:29:22.568Z | Checking bb8 v0.8.5 |
2427 | 2025-01-22T04:29:22.739Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2428 | 2025-01-22T04:29:23.131Z | Checking nix v0.27.1 |
2429 | 2025-01-22T04:29:23.156Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2430 | 2025-01-22T04:29:23.419Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2431 | 2025-01-22T04:29:24.062Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2432 | 2025-01-22T04:29:25.648Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2433 | 2025-01-22T04:29:25.904Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2434 | 2025-01-22T04:29:25.945Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2435 | 2025-01-22T04:29:26.089Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2436 | 2025-01-22T04:29:26.535Z | Checking heck v0.4.1 |
2437 | 2025-01-22T04:29:26.788Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2438 | 2025-01-22T04:29:27.029Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2439 | 2025-01-22T04:29:27.217Z | Checking rand_seeder v0.3.0 |
2440 | 2025-01-22T04:29:27.445Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2441 | 2025-01-22T04:29:27.485Z | Checking assert_matches v1.5.0 |
2442 | 2025-01-22T04:29:27.581Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2443 | 2025-01-22T04:29:27.606Z | Compiling libz-sys v1.1.20 |
2444 | 2025-01-22T04:29:27.820Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2445 | 2025-01-22T04:29:28.041Z | Checking castaway v0.2.3 |
2446 | 2025-01-22T04:29:28.088Z | Checking is_ci v1.2.0 |
2447 | 2025-01-22T04:29:28.239Z | Checking compact_str v0.8.0 |
2448 | 2025-01-22T04:29:28.265Z | Checking supports-color v3.0.1 |
2449 | 2025-01-22T04:29:28.424Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2450 | 2025-01-22T04:29:28.473Z | Checking unicode-truncate v1.1.0 |
2451 | 2025-01-22T04:29:28.723Z | Checking lru v0.12.5 |
2452 | 2025-01-22T04:29:28.996Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2453 | 2025-01-22T04:29:29.035Z | Compiling instability v0.3.2 |
2454 | 2025-01-22T04:29:29.060Z | Checking cassowary v0.3.0 |
2455 | 2025-01-22T04:29:29.712Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2456 | 2025-01-22T04:29:29.737Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2457 | 2025-01-22T04:29:29.893Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2025-01-22T04:29:30.050Z | Checking ratatui v0.28.1 |
2459 | 2025-01-22T04:29:30.652Z | Compiling vergen v8.3.2 |
2460 | 2025-01-22T04:29:30.795Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2461 | 2025-01-22T04:29:30.959Z | Compiling cargo-platform v0.1.8 |
2462 | 2025-01-22T04:29:31.243Z | Checking unicode-linebreak v0.1.5 |
2463 | 2025-01-22T04:29:31.446Z | Checking smawk v0.3.2 |
2464 | 2025-01-22T04:29:31.679Z | Compiling cargo_metadata v0.18.1 |
2465 | 2025-01-22T04:29:31.682Z | Checking textwrap v0.16.1 |
2466 | 2025-01-22T04:29:32.168Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2467 | 2025-01-22T04:29:32.951Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2468 | 2025-01-22T04:29:33.195Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2469 | 2025-01-22T04:29:33.805Z | Compiling libsqlite3-sys v0.30.1 |
2470 | 2025-01-22T04:29:34.343Z | Compiling rustls v0.21.12 |
2471 | 2025-01-22T04:29:34.379Z | Compiling cfg_aliases v0.2.1 |
2472 | 2025-01-22T04:29:34.496Z | Checking shell-words v1.1.0 |
2473 | 2025-01-22T04:29:34.520Z | Compiling nix v0.29.0 |
2474 | 2025-01-22T04:29:34.755Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2475 | 2025-01-22T04:29:34.941Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2476 | 2025-01-22T04:29:35.069Z | Checking sct v0.7.1 |
2477 | 2025-01-22T04:29:35.145Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2478 | 2025-01-22T04:29:35.239Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2479 | 2025-01-22T04:29:35.297Z | Checking rustls-webpki v0.101.7 |
2480 | 2025-01-22T04:29:35.917Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2481 | 2025-01-22T04:29:36.199Z | Checking hashlink v0.9.1 |
2482 | 2025-01-22T04:29:36.229Z | Checking concurrent-queue v2.5.0 |
2483 | 2025-01-22T04:29:36.353Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2484 | 2025-01-22T04:29:36.565Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2485 | 2025-01-22T04:29:36.775Z | Checking parking v2.2.1 |
2486 | 2025-01-22T04:29:36.984Z | Checking fallible-streaming-iterator v0.1.9 |
2487 | 2025-01-22T04:29:37.246Z | Checking fallible-iterator v0.3.0 |
2488 | 2025-01-22T04:29:37.860Z | Checking plotters-backend v0.3.7 |
2489 | 2025-01-22T04:29:37.995Z | Checking rusqlite v0.32.1 |
2490 | 2025-01-22T04:29:38.271Z | Checking plotters-svg v0.3.7 |
2491 | 2025-01-22T04:29:38.902Z | Checking tokio-rustls v0.24.1 |
2492 | 2025-01-22T04:29:39.032Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2493 | 2025-01-22T04:29:39.292Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2494 | 2025-01-22T04:29:39.344Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2495 | 2025-01-22T04:29:39.661Z | Checking rustls-pemfile v1.0.4 |
2496 | 2025-01-22T04:29:39.847Z | Checking twox-hash v1.6.3 |
2497 | 2025-01-22T04:29:39.899Z | Checking cast v0.3.0 |
2498 | 2025-01-22T04:29:40.228Z | Checking criterion-plot v0.5.0 |
2499 | 2025-01-22T04:29:40.386Z | Checking plotters v0.3.7 |
2500 | 2025-01-22T04:29:40.416Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2501 | 2025-01-22T04:29:40.708Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2502 | 2025-01-22T04:29:40.824Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2503 | 2025-01-22T04:29:41.865Z | Checking fatfs v0.3.6 |
2504 | 2025-01-22T04:29:42.078Z | Checking tinytemplate v1.2.1 |
2505 | 2025-01-22T04:29:42.362Z | Checking csv-core v0.1.11 |
2506 | 2025-01-22T04:29:42.471Z | Checking oorandom v11.1.4 |
2507 | 2025-01-22T04:29:42.663Z | Checking hex-literal v0.4.1 |
2508 | 2025-01-22T04:29:42.725Z | Checking anes v0.1.6 |
2509 | 2025-01-22T04:29:42.792Z | Checking csv v1.3.0 |
2510 | 2025-01-22T04:29:42.817Z | Checking event-listener v5.3.1 |
2511 | 2025-01-22T04:29:43.058Z | Checking criterion v0.5.1 |
2512 | 2025-01-22T04:29:43.239Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2513 | 2025-01-22T04:29:43.583Z | Checking async-bb8-diesel v0.2.1 |
2514 | 2025-01-22T04:29:44.655Z | Checking rtoolbox v0.0.2 |
2515 | 2025-01-22T04:29:44.883Z | Checking rpassword v7.3.1 |
2516 | 2025-01-22T04:29:45.062Z | Checking event-listener-strategy v0.5.2 |
2517 | 2025-01-22T04:29:45.314Z | Checking tui-tree-widget v0.22.0 |
2518 | 2025-01-22T04:29:45.668Z | Checking polyval v0.6.2 |
2519 | 2025-01-22T04:29:45.768Z | Checking futures-lite v2.3.0 |
2520 | 2025-01-22T04:29:45.981Z | Checking ghash v0.5.1 |
2521 | 2025-01-22T04:29:46.177Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2522 | 2025-01-22T04:29:47.065Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2523 | 2025-01-22T04:29:47.300Z | Checking ctr v0.9.2 |
2524 | 2025-01-22T04:29:47.630Z | Checking yansi v1.0.1 |
2525 | 2025-01-22T04:29:48.312Z | Checking aes-gcm v0.10.3 |
2526 | 2025-01-22T04:29:48.362Z | Checking pretty_assertions v1.4.1 |
2527 | 2025-01-22T04:29:48.542Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2528 | 2025-01-22T04:29:48.593Z | Checking ssh-encoding v0.2.0 |
2529 | 2025-01-22T04:29:48.596Z | Checking blowfish v0.9.1 |
2530 | 2025-01-22T04:29:48.855Z | Checking bcrypt-pbkdf v0.10.0 |
2531 | 2025-01-22T04:29:48.934Z | Checking ssh-cipher v0.2.0 |
2532 | 2025-01-22T04:29:49.138Z | Checking async-lock v3.4.0 |
2533 | 2025-01-22T04:29:49.285Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2534 | 2025-01-22T04:29:49.990Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2535 | 2025-01-22T04:29:50.161Z | Checking polling v3.7.3 |
2536 | 2025-01-22T04:29:50.583Z | Checking password-hash v0.4.2 |
2537 | 2025-01-22T04:29:51.007Z | Checking pbkdf2 v0.11.0 |
2538 | 2025-01-22T04:29:51.321Z | Checking async-io v2.3.4 |
2539 | 2025-01-22T04:29:51.406Z | Checking ssh-key v0.6.6 |
2540 | 2025-01-22T04:29:52.221Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2541 | 2025-01-22T04:29:52.906Z | Checking p256 v0.13.2 |
2542 | 2025-01-22T04:29:53.076Z | Checking p521 v0.13.3 |
2543 | 2025-01-22T04:29:53.393Z | Checking russh-cryptovec v0.7.3 |
2544 | 2025-01-22T04:29:53.599Z | Compiling doc-comment v0.3.3 |
2545 | 2025-01-22T04:29:54.117Z | Checking md5 v0.7.0 |
2546 | 2025-01-22T04:29:54.184Z | Compiling target-lexicon v0.12.16 |
2547 | 2025-01-22T04:29:54.424Z | Checking async-task v4.7.1 |
2548 | 2025-01-22T04:29:54.442Z | Checking russh-keys v0.45.0 |
2549 | 2025-01-22T04:29:54.959Z | Checking async-channel v2.3.1 |
2550 | 2025-01-22T04:29:55.256Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2551 | 2025-01-22T04:29:55.280Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2552 | 2025-01-22T04:29:55.669Z | Checking piper v0.2.4 |
2553 | 2025-01-22T04:29:55.929Z | Checking num-bigint v0.4.6 |
2554 | 2025-01-22T04:29:56.073Z | Checking des v0.8.1 |
2555 | 2025-01-22T04:29:56.368Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2556 | 2025-01-22T04:29:56.810Z | Compiling guppy-workspace-hack v0.1.0 |
2557 | 2025-01-22T04:29:57.084Z | Checking futures-timer v3.0.3 |
2558 | 2025-01-22T04:29:57.247Z | Compiling assert_cmd v2.0.16 |
2559 | 2025-01-22T04:29:57.417Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2560 | 2025-01-22T04:29:57.775Z | Checking blocking v1.6.1 |
2561 | 2025-01-22T04:29:58.240Z | Checking russh v0.45.0 |
2562 | 2025-01-22T04:29:58.673Z | Checking async-executor v1.13.1 |
2563 | 2025-01-22T04:29:58.861Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2564 | 2025-01-22T04:29:59.006Z | Checking async-signal v0.2.10 |
2565 | 2025-01-22T04:29:59.249Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2566 | 2025-01-22T04:30:00.648Z | Checking event-listener v2.5.3 |
2567 | 2025-01-22T04:30:00.651Z | Checking internet-checksum v0.2.1 |
2568 | 2025-01-22T04:30:00.651Z | Compiling target-spec v3.2.2 |
2569 | 2025-01-22T04:30:00.651Z | Checking async-channel v1.9.0 |
2570 | 2025-01-22T04:30:00.651Z | Checking async-process v2.3.0 |
2571 | 2025-01-22T04:30:00.732Z | Checking async-global-executor v2.4.1 |
2572 | 2025-01-22T04:30:00.864Z | Checking cfg-expr v0.17.0 |
2573 | 2025-01-22T04:30:01.163Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2574 | 2025-01-22T04:30:01.285Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2575 | 2025-01-22T04:30:01.642Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2576 | 2025-01-22T04:30:02.065Z | Checking httptest v0.16.1 |
2577 | 2025-01-22T04:30:02.192Z | Checking rustls-native-certs v0.7.3 |
2578 | 2025-01-22T04:30:02.401Z | Compiling petname v2.0.2 |
2579 | 2025-01-22T04:30:02.484Z | Checking num_cpus v1.16.0 |
2580 | 2025-01-22T04:30:02.640Z | Checking kv-log-macro v1.0.7 |
2581 | 2025-01-22T04:30:02.735Z | Compiling async-attributes v1.1.2 |
2582 | 2025-01-22T04:30:03.523Z | Checking async-std v1.13.0 |
2583 | 2025-01-22T04:30:03.799Z | Checking threadpool v1.8.1 |
2584 | 2025-01-22T04:30:04.036Z | Checking hyper-rustls v0.26.0 |
2585 | 2025-01-22T04:30:04.700Z | Checking pathdiff v0.2.2 |
2586 | 2025-01-22T04:30:04.846Z | Compiling rstest_macros v0.23.0 |
2587 | 2025-01-22T04:30:04.899Z | Compiling target-triple v0.1.3 |
2588 | 2025-01-22T04:30:05.067Z | Checking nested v0.1.1 |
2589 | 2025-01-22T04:30:05.308Z | Checking escape8259 v0.5.3 |
2590 | 2025-01-22T04:30:05.444Z | Checking guppy v0.17.8 |
2591 | 2025-01-22T04:30:05.479Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2592 | 2025-01-22T04:30:05.525Z | Checking libtest-mimic v0.7.3 |
2593 | 2025-01-22T04:30:06.832Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2594 | 2025-01-22T04:30:06.952Z | Checking async-object-pool v0.1.5 |
2595 | 2025-01-22T04:30:07.163Z | Checking similar-asserts v1.6.0 |
2596 | 2025-01-22T04:30:07.186Z | Checking fancy-regex v0.13.0 |
2597 | 2025-01-22T04:30:07.425Z | Checking serde_regex v1.1.0 |
2598 | 2025-01-22T04:30:07.451Z | Checking assert-json-diff v2.0.2 |
2599 | 2025-01-22T04:30:07.715Z | Compiling proc-macro-crate v3.2.0 |
2600 | 2025-01-22T04:30:07.750Z | Checking path-tree v0.8.1 |
2601 | 2025-01-22T04:30:07.943Z | Checking stringmetrics v2.2.2 |
2602 | 2025-01-22T04:30:08.101Z | Checking sync-ptr v0.1.1 |
2603 | 2025-01-22T04:30:08.181Z | Compiling relative-path v1.9.3 |
2604 | 2025-01-22T04:30:08.204Z | Checking httpmock v0.8.0-alpha.1 |
2605 | 2025-01-22T04:30:08.328Z | Checking datatest-stable v0.2.9 |
2606 | 2025-01-22T04:30:08.797Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2607 | 2025-01-22T04:30:08.822Z | Checking blake2b_simd v1.0.2 |
2608 | 2025-01-22T04:30:09.804Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2609 | 2025-01-22T04:30:10.215Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2610 | 2025-01-22T04:30:10.545Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2611 | 2025-01-22T04:30:10.822Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2612 | 2025-01-22T04:30:11.157Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2613 | 2025-01-22T04:30:11.725Z | Checking serde_tokenstream v0.2.2 |
2614 | 2025-01-22T04:30:12.139Z | Checking uzers v0.12.1 |
2615 | 2025-01-22T04:30:12.726Z | Checking rust-argon2 v2.1.0 |
2616 | 2025-01-22T04:30:13.096Z | Checking trybuild v1.0.101 |
2617 | 2025-01-22T04:30:13.165Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2618 | 2025-01-22T04:30:14.362Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2619 | 2025-01-22T04:30:14.392Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2620 | 2025-01-22T04:30:15.569Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2621 | 2025-01-22T04:30:15.903Z | Checking rand_distr v0.4.3 |
2622 | 2025-01-22T04:30:16.585Z | Checking multimap v0.10.0 |
2623 | 2025-01-22T04:30:16.934Z | Checking approx v0.5.1 |
2624 | 2025-01-22T04:30:17.203Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2625 | 2025-01-22T04:30:18.192Z | Checking rstest v0.23.0 |
2626 | 2025-01-22T04:30:18.444Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2627 | 2025-01-22T04:30:18.879Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2628 | 2025-01-22T04:30:19.702Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2629 | 2025-01-22T04:30:20.243Z | Checking partial-io v0.5.4 |
2630 | 2025-01-22T04:30:20.355Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2631 | 2025-01-22T04:30:20.575Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2632 | 2025-01-22T04:30:20.599Z | Checking cargo_toml v0.20.5 |
2633 | 2025-01-22T04:30:20.665Z | Checking termios v0.3.3 |
2634 | 2025-01-22T04:30:20.891Z | Compiling indoc v2.0.5 |
2635 | 2025-01-22T04:30:21.783Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2636 | 2025-01-22T04:30:22.572Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2637 | 2025-01-22T04:30:22.593Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2638 | 2025-01-22T04:30:23.125Z | Compiling git2 v0.19.0 |
2639 | 2025-01-22T04:30:26.899Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2640 | 2025-01-22T04:30:31.929Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2641 | 2025-01-22T04:30:39.469Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2642 | 2025-01-22T04:30:43.837Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2643 | 2025-01-22T04:30:52.072Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2644 | 2025-01-22T04:31:18.242Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2645 | 2025-01-22T04:31:20.138Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2646 | 2025-01-22T04:31:20.670Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2647 | 2025-01-22T04:31:37.533Z | Compiling polar-core v0.27.3 |
2648 | 2025-01-22T04:31:45.424Z | Checking oso v0.27.3 |
2649 | 2025-01-22T04:32:19.897Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2650 | 2025-01-22T04:32:19.900Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2651 | 2025-01-22T04:32:19.900Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2652 | 2025-01-22T04:33:30.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2653 | 2025-01-22T04:33:30.837Z | |
2654 | 2025-01-22T04:33:30.839Z | real 6:24.310782777 |
2655 | 2025-01-22T04:33:30.839Z | user 33:47.474487790 |
2656 | 2025-01-22T04:33:30.839Z | sys 5:10.628743935 |
2657 | 2025-01-22T04:33:30.839Z | trap 0.985186440 |
2658 | 2025-01-22T04:33:30.839Z | tflt 2.079847597 |
2659 | 2025-01-22T04:33:30.839Z | dflt 0.278054510 |
2660 | 2025-01-22T04:33:30.839Z | kflt 0.001358071 |
2661 | 2025-01-22T04:33:30.839Z | lock 47:23.657706039 |
2662 | 2025-01-22T04:33:30.839Z | slp 1:54:31.740684283 |
2663 | 2025-01-22T04:33:30.840Z | lat 1:44.701258648 |
2664 | 2025-01-22T04:33:30.840Z | stop 7:03.317307796 |
2665 | 2025-01-22T04:33:30.840Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2666 | 2025-01-22T04:33:30.840Z | + ptime -m cargo doc --workspace --no-deps |
2667 | 2025-01-22T04:33:32.046Z | warning: output filename collision. |
2668 | 2025-01-22T04:33:32.046Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2669 | 2025-01-22T04:33:32.046Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2670 | 2025-01-22T04:33:32.046Z | The targets should have unique names. |
2671 | 2025-01-22T04:33:32.046Z | This is a known bug where multiple crates with the same name use |
2672 | 2025-01-22T04:33:32.046Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2673 | 2025-01-22T04:33:32.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2674 | 2025-01-22T04:33:32.602Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2675 | 2025-01-22T04:33:32.623Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2676 | 2025-01-22T04:33:32.668Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2677 | 2025-01-22T04:33:32.693Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2678 | 2025-01-22T04:33:32.723Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2679 | 2025-01-22T04:33:32.726Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2680 | 2025-01-22T04:33:32.932Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2681 | 2025-01-22T04:33:32.964Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2682 | 2025-01-22T04:33:33.023Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2683 | 2025-01-22T04:33:33.080Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2684 | 2025-01-22T04:33:33.231Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2685 | 2025-01-22T04:33:33.371Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2686 | 2025-01-22T04:33:33.705Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2687 | 2025-01-22T04:33:33.727Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2688 | 2025-01-22T04:33:33.781Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2689 | 2025-01-22T04:33:34.142Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2690 | 2025-01-22T04:33:34.506Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2691 | 2025-01-22T04:33:34.779Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2692 | 2025-01-22T04:33:34.819Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2693 | 2025-01-22T04:33:34.841Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2694 | 2025-01-22T04:33:35.132Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2695 | 2025-01-22T04:33:35.190Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2696 | 2025-01-22T04:33:35.473Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2697 | 2025-01-22T04:33:35.845Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2698 | 2025-01-22T04:33:36.205Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2699 | 2025-01-22T04:33:36.395Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2700 | 2025-01-22T04:33:36.610Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2701 | 2025-01-22T04:33:36.800Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2702 | 2025-01-22T04:33:36.877Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2703 | 2025-01-22T04:33:36.939Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2704 | 2025-01-22T04:33:37.130Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2705 | 2025-01-22T04:33:37.183Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2706 | 2025-01-22T04:33:37.361Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2707 | 2025-01-22T04:33:37.394Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2708 | 2025-01-22T04:33:37.465Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2709 | 2025-01-22T04:33:37.741Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2710 | 2025-01-22T04:33:38.055Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2711 | 2025-01-22T04:33:38.113Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2712 | 2025-01-22T04:33:38.265Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2713 | 2025-01-22T04:33:38.402Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2714 | 2025-01-22T04:33:38.456Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2715 | 2025-01-22T04:33:38.504Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2716 | 2025-01-22T04:33:38.601Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2717 | 2025-01-22T04:33:39.385Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2718 | 2025-01-22T04:33:39.809Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2719 | 2025-01-22T04:33:40.129Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2720 | 2025-01-22T04:33:41.201Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2721 | 2025-01-22T04:33:41.605Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2722 | 2025-01-22T04:33:42.432Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2723 | 2025-01-22T04:33:42.713Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2724 | 2025-01-22T04:33:42.735Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2725 | 2025-01-22T04:33:43.494Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2726 | 2025-01-22T04:33:43.857Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2727 | 2025-01-22T04:33:44.380Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2728 | 2025-01-22T04:33:45.041Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2729 | 2025-01-22T04:33:46.328Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2730 | 2025-01-22T04:33:46.891Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2731 | 2025-01-22T04:33:47.106Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2732 | 2025-01-22T04:33:47.132Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2733 | 2025-01-22T04:33:47.262Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2734 | 2025-01-22T04:33:47.844Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2735 | 2025-01-22T04:33:48.682Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2736 | 2025-01-22T04:33:48.726Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2737 | 2025-01-22T04:33:49.433Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2738 | 2025-01-22T04:33:53.348Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2739 | 2025-01-22T04:33:53.888Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2740 | 2025-01-22T04:33:54.701Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2741 | 2025-01-22T04:33:55.123Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2742 | 2025-01-22T04:33:55.554Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2743 | 2025-01-22T04:33:55.787Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2744 | 2025-01-22T04:33:56.385Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2745 | 2025-01-22T04:33:56.850Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2746 | 2025-01-22T04:33:57.226Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2747 | 2025-01-22T04:33:58.482Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2748 | 2025-01-22T04:33:58.578Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2749 | 2025-01-22T04:33:59.104Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2750 | 2025-01-22T04:33:59.216Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2751 | 2025-01-22T04:33:59.362Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2752 | 2025-01-22T04:33:59.810Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2753 | 2025-01-22T04:33:59.921Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2754 | 2025-01-22T04:33:59.946Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2755 | 2025-01-22T04:34:00.059Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2756 | 2025-01-22T04:34:00.307Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2757 | 2025-01-22T04:34:01.284Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2758 | 2025-01-22T04:34:01.307Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2759 | 2025-01-22T04:34:01.894Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2760 | 2025-01-22T04:34:01.916Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2761 | 2025-01-22T04:34:02.153Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2762 | 2025-01-22T04:34:02.994Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2763 | 2025-01-22T04:34:03.016Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2764 | 2025-01-22T04:34:03.204Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2765 | 2025-01-22T04:34:04.017Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2766 | 2025-01-22T04:34:04.040Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2767 | 2025-01-22T04:34:04.060Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2768 | 2025-01-22T04:34:04.393Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2769 | 2025-01-22T04:34:04.505Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2770 | 2025-01-22T04:34:04.735Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2771 | 2025-01-22T04:34:04.760Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2772 | 2025-01-22T04:34:05.084Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2773 | 2025-01-22T04:34:05.381Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2774 | 2025-01-22T04:34:05.927Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2775 | 2025-01-22T04:34:06.035Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2776 | 2025-01-22T04:34:06.181Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2777 | 2025-01-22T04:34:06.754Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2778 | 2025-01-22T04:34:06.930Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2779 | 2025-01-22T04:34:06.953Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2780 | 2025-01-22T04:34:07.092Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2781 | 2025-01-22T04:34:08.234Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2782 | 2025-01-22T04:34:08.697Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2783 | 2025-01-22T04:34:08.832Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2784 | 2025-01-22T04:34:09.210Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2785 | 2025-01-22T04:34:09.407Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2786 | 2025-01-22T04:34:10.226Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2787 | 2025-01-22T04:34:10.419Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2788 | 2025-01-22T04:34:10.912Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2789 | 2025-01-22T04:34:12.377Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2790 | 2025-01-22T04:34:12.782Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2791 | 2025-01-22T04:34:13.531Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2792 | 2025-01-22T04:34:14.260Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2793 | 2025-01-22T04:34:14.614Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2794 | 2025-01-22T04:34:15.463Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2795 | 2025-01-22T04:34:15.558Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2796 | 2025-01-22T04:34:16.923Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2797 | 2025-01-22T04:34:16.974Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2798 | 2025-01-22T04:34:17.035Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2799 | 2025-01-22T04:34:17.099Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2800 | 2025-01-22T04:34:18.058Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2801 | 2025-01-22T04:34:19.114Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2802 | 2025-01-22T04:34:19.562Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2803 | 2025-01-22T04:34:20.117Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2804 | 2025-01-22T04:34:26.538Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2805 | 2025-01-22T04:34:31.000Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2806 | 2025-01-22T04:34:31.732Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2807 | 2025-01-22T04:34:33.058Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2808 | 2025-01-22T04:34:34.820Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2809 | 2025-01-22T04:34:35.423Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2810 | 2025-01-22T04:34:37.155Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2811 | 2025-01-22T04:34:38.046Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2812 | 2025-01-22T04:34:38.563Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2813 | 2025-01-22T04:34:39.601Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2814 | 2025-01-22T04:34:39.699Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2815 | 2025-01-22T04:34:39.741Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2816 | 2025-01-22T04:34:40.009Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2817 | 2025-01-22T04:34:43.678Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2818 | 2025-01-22T04:34:44.496Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2819 | 2025-01-22T04:34:44.779Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2820 | 2025-01-22T04:34:47.991Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2821 | 2025-01-22T04:34:48.017Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2822 | 2025-01-22T04:34:48.331Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2823 | 2025-01-22T04:34:48.563Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2824 | 2025-01-22T04:34:49.159Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2825 | 2025-01-22T04:34:49.591Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2826 | 2025-01-22T04:34:50.792Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2827 | 2025-01-22T04:34:52.791Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2828 | 2025-01-22T04:34:53.009Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2829 | 2025-01-22T04:34:53.416Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2830 | 2025-01-22T04:34:54.466Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2831 | 2025-01-22T04:34:55.666Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2832 | 2025-01-22T04:34:56.563Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2833 | 2025-01-22T04:34:56.666Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2834 | 2025-01-22T04:34:57.001Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2835 | 2025-01-22T04:34:57.636Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2836 | 2025-01-22T04:34:59.707Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2837 | 2025-01-22T04:35:00.224Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2838 | 2025-01-22T04:35:01.082Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2839 | 2025-01-22T04:35:01.271Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2840 | 2025-01-22T04:35:01.359Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2841 | 2025-01-22T04:35:02.357Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2842 | 2025-01-22T04:35:02.981Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2843 | 2025-01-22T04:35:04.196Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2844 | 2025-01-22T04:35:05.432Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2845 | 2025-01-22T04:35:06.395Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2846 | 2025-01-22T04:35:06.579Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2847 | 2025-01-22T04:35:07.117Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2848 | 2025-01-22T04:35:07.538Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2849 | 2025-01-22T04:35:08.140Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2850 | 2025-01-22T04:35:08.822Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2851 | 2025-01-22T04:35:09.812Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2852 | 2025-01-22T04:35:09.835Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2853 | 2025-01-22T04:35:11.436Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2854 | 2025-01-22T04:35:12.910Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2855 | 2025-01-22T04:35:13.515Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2856 | 2025-01-22T04:35:14.599Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2857 | 2025-01-22T04:35:15.074Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2858 | 2025-01-22T04:35:17.739Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2859 | 2025-01-22T04:35:19.070Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2860 | 2025-01-22T04:35:19.254Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2861 | 2025-01-22T04:35:19.986Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2862 | 2025-01-22T04:35:20.244Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2863 | 2025-01-22T04:35:22.703Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2864 | 2025-01-22T04:35:22.875Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2865 | 2025-01-22T04:35:23.447Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2866 | 2025-01-22T04:35:23.602Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2867 | 2025-01-22T04:35:24.077Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2868 | 2025-01-22T04:35:25.548Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2869 | 2025-01-22T04:35:26.627Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2870 | 2025-01-22T04:35:27.379Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2871 | 2025-01-22T04:35:27.789Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2872 | 2025-01-22T04:35:27.830Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2873 | 2025-01-22T04:35:29.178Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2874 | 2025-01-22T04:35:29.907Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2875 | 2025-01-22T04:35:31.134Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2876 | 2025-01-22T04:35:31.642Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2877 | 2025-01-22T04:35:32.199Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2878 | 2025-01-22T04:35:33.702Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2879 | 2025-01-22T04:35:34.616Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2880 | 2025-01-22T04:35:35.032Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2881 | 2025-01-22T04:35:35.616Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2882 | 2025-01-22T04:35:36.293Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2883 | 2025-01-22T04:35:36.845Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2884 | 2025-01-22T04:35:37.351Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2885 | 2025-01-22T04:35:38.907Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2886 | 2025-01-22T04:35:39.292Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2887 | 2025-01-22T04:35:40.070Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2888 | 2025-01-22T04:35:40.759Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2889 | 2025-01-22T04:35:41.511Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2890 | 2025-01-22T04:35:41.808Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2891 | 2025-01-22T04:35:42.255Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2892 | 2025-01-22T04:35:42.364Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2893 | 2025-01-22T04:35:42.584Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2894 | 2025-01-22T04:35:42.620Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2895 | 2025-01-22T04:35:43.343Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2896 | 2025-01-22T04:35:43.383Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2897 | 2025-01-22T04:35:56.960Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2898 | 2025-01-22T04:35:56.960Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2899 | 2025-01-22T04:35:56.962Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2900 | 2025-01-22T04:35:56.962Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2901 | 2025-01-22T04:35:57.890Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2902 | 2025-01-22T04:35:58.005Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2903 | 2025-01-22T04:35:58.040Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2904 | 2025-01-22T04:35:58.245Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2905 | 2025-01-22T04:36:00.167Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2906 | 2025-01-22T04:36:05.281Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2907 | 2025-01-22T04:36:05.906Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2908 | 2025-01-22T04:36:45.360Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2909 | 2025-01-22T04:36:52.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 21s |
2910 | 2025-01-22T04:36:52.293Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2911 | 2025-01-22T04:36:52.366Z | |
2912 | 2025-01-22T04:36:52.369Z | real 3:21.458430151 |
2913 | 2025-01-22T04:36:52.369Z | user 18:00.196055417 |
2914 | 2025-01-22T04:36:52.369Z | sys 2:33.265042069 |
2915 | 2025-01-22T04:36:52.369Z | trap 0.545504606 |
2916 | 2025-01-22T04:36:52.369Z | tflt 0.284342810 |
2917 | 2025-01-22T04:36:52.369Z | dflt 0.106132241 |
2918 | 2025-01-22T04:36:52.369Z | kflt 0.000248685 |
2919 | 2025-01-22T04:36:52.369Z | lock 27:59.061383285 |
2920 | 2025-01-22T04:36:52.369Z | slp 50:47.449576887 |
2921 | 2025-01-22T04:36:52.369Z | lat 1:08.169933201 |
2922 | 2025-01-22T04:36:52.369Z | stop 1:15.881557387 |
2923 | 2025-01-22T04:36:52.369Z | process exited: duration 907241 ms, exit code 0 |
|
2924 | 2025-01-22T04:36:52.375Z | found 0 output files |