|
|
|
1 | 2025-01-13T21:54:15.295Z | job assigned to worker 01JHGTGKHVDNK67M6F83EP3PXK [factory aws, i-044aa5f4aa7fd3650] (queued for 54 s) |
|
2 | 2025-01-13T21:54:22.496Z | starting task 0: "setup" |
3 | 2025-01-13T21:54:22.505Z | ++ uname -s |
4 | 2025-01-13T21:54:22.508Z | + kern=SunOS |
5 | 2025-01-13T21:54:22.508Z | + case "$kern" in |
6 | 2025-01-13T21:54:22.508Z | + groupadd -g 12345 build |
7 | 2025-01-13T21:54:22.511Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-13T21:54:24.516Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-13T21:54:24.600Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-13T21:54:24.602Z | + home_fs=zfs |
11 | 2025-01-13T21:54:24.602Z | + [[ zfs == autofs ]] |
12 | 2025-01-13T21:54:24.602Z | + mkdir -p /home/build |
13 | 2025-01-13T21:54:24.605Z | + chown build:build /home/build /work |
14 | 2025-01-13T21:54:26.606Z | + chmod 0700 /home/build /work |
15 | 2025-01-13T21:54:26.609Z | process exited: duration 4112 ms, exit code 0 |
|
16 | 2025-01-13T21:54:26.615Z | starting task 1: "rust-toolchain" |
17 | 2025-01-13T21:54:26.620Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-13T21:54:26.620Z | ' 1.81.0 |
19 | 2025-01-13T21:54:26.620Z | * toolchain channel = "1.81.0" |
20 | 2025-01-13T21:54:26.620Z | * toolchain profile = "default" |
21 | 2025-01-13T21:54:26.620Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-13T21:54:26.620Z | ' default |
23 | 2025-01-13T21:54:26.623Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-13T21:54:26.623Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-13T21:54:26.738Z | info: downloading installer |
26 | 2025-01-13T21:54:28.212Z | info: profile set to 'default' |
27 | 2025-01-13T21:54:28.212Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-13T21:54:28.212Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-13T21:54:28.367Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-13T21:54:28.368Z | info: downloading component 'cargo' |
31 | 2025-01-13T21:54:29.232Z | info: downloading component 'clippy' |
32 | 2025-01-13T21:54:29.552Z | info: downloading component 'rust-docs' |
33 | 2025-01-13T21:54:30.756Z | info: downloading component 'rust-std' |
34 | 2025-01-13T21:54:32.629Z | info: downloading component 'rustc' |
35 | 2025-01-13T21:54:39.459Z | info: downloading component 'rustfmt' |
36 | 2025-01-13T21:54:39.714Z | info: installing component 'cargo' |
37 | 2025-01-13T21:54:40.523Z | info: installing component 'clippy' |
38 | 2025-01-13T21:54:40.882Z | info: installing component 'rust-docs' |
39 | 2025-01-13T21:54:42.517Z | info: installing component 'rust-std' |
40 | 2025-01-13T21:54:44.201Z | info: installing component 'rustc' |
41 | 2025-01-13T21:54:49.866Z | info: installing component 'rustfmt' |
42 | 2025-01-13T21:54:50.187Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-13T21:54:50.188Z | |
44 | 2025-01-13T21:54:50.555Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-13T21:54:50.555Z | |
46 | 2025-01-13T21:54:50.557Z | |
47 | 2025-01-13T21:54:50.557Z | Rust is installed now. Great! |
48 | 2025-01-13T21:54:50.558Z | |
49 | 2025-01-13T21:54:50.558Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-13T21:54:50.558Z | environment variable. This has not been done automatically. |
51 | 2025-01-13T21:54:50.558Z | |
52 | 2025-01-13T21:54:50.558Z | To configure your current shell, you need to source |
53 | 2025-01-13T21:54:50.558Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-13T21:54:50.558Z | |
55 | 2025-01-13T21:54:50.558Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-13T21:54:50.558Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-13T21:54:50.558Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-13T21:54:50.630Z | + rustc --version |
59 | 2025-01-13T21:54:50.698Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-13T21:54:50.702Z | process exited: duration 24083 ms, exit code 0 |
|
61 | 2025-01-13T21:54:50.707Z | starting task 2: "authentication" |
62 | 2025-01-13T21:54:50.727Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-13T21:54:50.732Z | starting task 3: "clone repository" |
64 | 2025-01-13T21:54:50.737Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-13T21:54:50.739Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-13T21:54:50.996Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-13T21:54:58.611Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-13T21:54:58.611Z | + git fetch origin 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 |
69 | 2025-01-13T21:54:58.920Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-13T21:54:58.920Z | * branch 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 -> FETCH_HEAD |
71 | 2025-01-13T21:54:58.931Z | + [[ -n support-bundle-bg-task ]] |
72 | 2025-01-13T21:54:58.933Z | ++ git branch --show-current |
73 | 2025-01-13T21:54:58.936Z | + current=main |
74 | 2025-01-13T21:54:58.936Z | + [[ main != support-bundle-bg-task ]] |
75 | 2025-01-13T21:54:58.936Z | + git branch -f support-bundle-bg-task 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 |
76 | 2025-01-13T21:54:58.938Z | + git checkout -f support-bundle-bg-task |
77 | 2025-01-13T21:54:59.116Z | Switched to branch 'support-bundle-bg-task' |
78 | 2025-01-13T21:54:59.118Z | + git reset --hard 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 |
79 | 2025-01-13T21:54:59.292Z | HEAD is now at 7c5e396c9 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2025-01-13T21:54:59.295Z | process exited: duration 8560 ms, exit code 0 |
|
81 | 2025-01-13T21:54:59.300Z | starting task 4: "build" |
82 | 2025-01-13T21:54:59.306Z | + source ./env.sh |
83 | 2025-01-13T21:54:59.306Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-13T21:54:59.306Z | ++ set -o xtrace |
85 | 2025-01-13T21:54:59.309Z | ++++ dirname ./env.sh |
86 | 2025-01-13T21:54:59.312Z | +++ readlink -f . |
87 | 2025-01-13T21:54:59.329Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-13T21:54:59.332Z | ++ 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-13T21:54:59.332Z | ++ 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-13T21:54:59.332Z | ++ 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-13T21:54:59.332Z | ++ 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-13T21:54:59.332Z | ++ 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-13T21:54:59.332Z | ++ 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-13T21:54:59.332Z | ++ 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-13T21:54:59.332Z | ++ 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-13T21:54:59.332Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-13T21:54:59.332Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-13T21:54:59.332Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-13T21:54:59.332Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-13T21:54:59.332Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-13T21:54:59.332Z | + cargo --version |
102 | 2025-01-13T21:54:59.387Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-13T21:54:59.389Z | + rustc --version |
104 | 2025-01-13T21:54:59.451Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-13T21:54:59.453Z | + banner prerequisites |
106 | 2025-01-13T21:54:59.476Z | |
107 | 2025-01-13T21:54:59.476Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-13T21:54:59.476Z | # # # # # # # # # # # # # # # |
109 | 2025-01-13T21:54:59.476Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-13T21:54:59.477Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-13T21:54:59.477Z | # # # # # # # # # # # # # # # |
112 | 2025-01-13T21:54:59.477Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-13T21:54:59.477Z | |
114 | 2025-01-13T21:54:59.480Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-13T21:55:09.967Z | pkg list: illegal option -- F |
116 | 2025-01-13T21:55:09.967Z | Usage: |
117 | 2025-01-13T21:55:09.967Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-13T21:55:09.967Z | [pkg_fmri_pattern ...] |
119 | 2025-01-13T21:55:10.824Z | pkg list: illegal option -- F |
120 | 2025-01-13T21:55:10.824Z | Usage: |
121 | 2025-01-13T21:55:10.824Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-13T21:55:10.824Z | [pkg_fmri_pattern ...] |
123 | 2025-01-13T21:55:17.196Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-13T21:55:21.454Z | Startup: Caching catalogs ... Done |
125 | 2025-01-13T21:55:32.725Z | Planning: Solver setup ... Done (10.463s) |
126 | 2025-01-13T21:55:32.865Z | Planning: Running solver ... Done (0.140s) |
127 | 2025-01-13T21:55:33.163Z | Planning: Finding local manifests ... Done (0.197s) |
128 | 2025-01-13T21:55:33.192Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-13T21:55:33.907Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-13T21:55:34.315Z | Planning: Package planning ... Done (0.408s) |
131 | 2025-01-13T21:55:34.372Z | Planning: Merging actions ... Done (0.057s) |
132 | 2025-01-13T21:55:34.929Z | Planning: Checking for conflicting actions ... Done (0.557s) |
133 | 2025-01-13T21:55:39.442Z | Planning: Consolidating action changes ... Done (4.511s) |
134 | 2025-01-13T21:55:39.822Z | Planning: Evaluating mediators ... Done (0.381s) |
135 | 2025-01-13T21:55:39.902Z | Planning: Planning completed in 18.35 seconds |
136 | 2025-01-13T21:55:39.917Z | Packages to install: 4 |
137 | 2025-01-13T21:55:39.917Z | Packages to update: 3 |
138 | 2025-01-13T21:55:39.920Z | Mediators to change: 2 |
139 | 2025-01-13T21:55:39.920Z | Services to change: 1 |
140 | 2025-01-13T21:55:39.920Z | Estimated space available: 155.63 GB |
141 | 2025-01-13T21:55:39.920Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-13T21:55:39.920Z | Create boot environment: No |
143 | 2025-01-13T21:55:39.920Z | Create backup boot environment: Yes |
144 | 2025-01-13T21:55:39.920Z | Rebuild boot archive: No |
145 | 2025-01-13T21:55:39.920Z | |
146 | 2025-01-13T21:55:39.920Z | Changed mediators: |
147 | 2025-01-13T21:55:39.920Z | mediator clang: |
148 | 2025-01-13T21:55:39.920Z | version: None -> 15 (system default) |
149 | 2025-01-13T21:55:39.920Z | |
150 | 2025-01-13T21:55:39.920Z | mediator llvm: |
151 | 2025-01-13T21:55:39.920Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-13T21:55:39.920Z | |
153 | 2025-01-13T21:55:39.920Z | Changed packages: |
154 | 2025-01-13T21:55:39.920Z | helios-dev |
155 | 2025-01-13T21:55:39.920Z | developer/build-essential |
156 | 2025-01-13T21:55:39.920Z | None -> 11-2.0 |
157 | 2025-01-13T21:55:39.920Z | library/libxmlsec1 |
158 | 2025-01-13T21:55:39.920Z | None -> 1.2.35-2.0 |
159 | 2025-01-13T21:55:39.920Z | ooce/developer/clang-15 |
160 | 2025-01-13T21:55:39.921Z | None -> 15.0.7-2.0 |
161 | 2025-01-13T21:55:39.921Z | ooce/developer/llvm-15 |
162 | 2025-01-13T21:55:39.921Z | None -> 15.0.7-2.0 |
163 | 2025-01-13T21:55:39.921Z | package/pkg |
164 | 2025-01-13T21:55:39.921Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-13T21:55:39.921Z | system/library/g++-runtime |
166 | 2025-01-13T21:55:39.921Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-13T21:55:39.921Z | system/library/gcc-runtime |
168 | 2025-01-13T21:55:39.921Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-13T21:55:39.921Z | |
170 | 2025-01-13T21:55:39.921Z | Services: |
171 | 2025-01-13T21:55:39.921Z | restart_fmri: |
172 | 2025-01-13T21:55:39.921Z | svc:/system/update-man-index:default |
173 | 2025-01-13T21:55:39.921Z | |
174 | 2025-01-13T21:55:39.921Z | Editable files to change: |
175 | 2025-01-13T21:55:39.921Z | Update: |
176 | 2025-01-13T21:55:39.921Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-13T21:55:40.325Z | |
178 | 2025-01-13T21:55:40.325Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-13T21:55:46.677Z | Download: 213/4301 items 1.3/225.4MB 0% complete (675k/s) |
180 | 2025-01-13T21:55:51.686Z | Download: 1060/4301 items 19.4/225.4MB 8% complete (1.9M/s) |
181 | 2025-01-13T21:55:59.196Z | Download: 1195/4301 items 83.3/225.4MB 36% complete (8.5M/s) |
182 | 2025-01-13T21:56:04.201Z | Download: 1982/4301 items 118.7/225.4MB 52% complete (3.6M/s) |
183 | 2025-01-13T21:56:09.207Z | Download: 2970/4301 items 121.2/225.4MB 53% complete (3.8M/s) |
184 | 2025-01-13T21:56:14.798Z | Download: 3245/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
185 | 2025-01-13T21:56:19.839Z | Download: 3287/4301 items 212.3/225.4MB 94% complete (9.2M/s) |
186 | 2025-01-13T21:56:24.841Z | Download: 4061/4301 items 218.9/225.4MB 97% complete (1.7M/s) |
187 | 2025-01-13T21:56:30.081Z | Download: 4300/4301 items 225.4/225.4MB 100% complete (1.3M/s) |
188 | 2025-01-13T21:56:30.088Z | Download: Completed 225.42 MB in 49.76 seconds (4.5M/s) |
189 | 2025-01-13T21:56:31.030Z | Actions: 1/5122 actions (Removing old actions) |
190 | 2025-01-13T21:56:31.049Z | Actions: 194/5122 actions (Installing new actions) |
191 | 2025-01-13T21:56:36.050Z | Actions: 4144/5122 actions (Installing new actions) |
192 | 2025-01-13T21:56:36.399Z | Actions: 4267/5122 actions (Updating modified actions) |
193 | 2025-01-13T21:56:36.863Z | Actions: Completed 5122 actions in 5.83 seconds. |
194 | 2025-01-13T21:56:37.259Z | Done (0.389s) |
195 | 2025-01-13T21:56:37.263Z | Done (0.001s) |
196 | 2025-01-13T21:56:37.839Z | Done (0.577s) |
197 | 2025-01-13T21:56:43.449Z | Done (5.376s) |
198 | 2025-01-13T21:56:43.682Z | Done (0.164s) |
199 | 2025-01-13T21:56:43.685Z | Done (0.000s) |
200 | 2025-01-13T21:56:43.841Z | Done (0.000s) |
201 | 2025-01-13T21:56:44.540Z | Planning: Evaluating mediator changes ... Done |
202 | 2025-01-13T21:56:44.705Z | Planning: Checking for conflicting actions ... Done |
203 | 2025-01-13T21:56:44.707Z | Planning: Consolidating action changes ... Done |
204 | 2025-01-13T21:56:44.982Z | Planning: Evaluating mediators ... Done |
205 | 2025-01-13T21:56:44.985Z | Planning: Planning completed in 0.44 seconds |
206 | 2025-01-13T21:56:45.021Z | Mediators to change: 2 |
207 | 2025-01-13T21:56:45.021Z | Create boot environment: No |
208 | 2025-01-13T21:56:45.021Z | Create backup boot environment: No |
209 | 2025-01-13T21:56:45.100Z | Done |
210 | 2025-01-13T21:56:45.100Z | Done |
211 | 2025-01-13T21:56:45.502Z | Done |
212 | 2025-01-13T21:56:49.233Z | Done |
213 | 2025-01-13T21:56:49.321Z | Done |
214 | 2025-01-13T21:56:49.321Z | Done |
215 | 2025-01-13T21:56:49.415Z | Done |
216 | 2025-01-13T21:56:50.041Z | Planning: Evaluating mediator changes ... Done |
217 | 2025-01-13T21:56:50.043Z | Planning: Merging actions ... Done |
218 | 2025-01-13T21:56:50.237Z | Planning: Checking for conflicting actions ... Done |
219 | 2025-01-13T21:56:50.240Z | Planning: Consolidating action changes ... Done |
220 | 2025-01-13T21:56:50.512Z | Planning: Evaluating mediators ... Done |
221 | 2025-01-13T21:56:50.571Z | Planning: Planning completed in 0.78 seconds |
222 | 2025-01-13T21:56:50.612Z | Packages to change: 1 |
223 | 2025-01-13T21:56:50.612Z | Mediators to change: 1 |
224 | 2025-01-13T21:56:50.612Z | Services to change: 1 |
225 | 2025-01-13T21:56:50.612Z | Create boot environment: No |
226 | 2025-01-13T21:56:50.612Z | Create backup boot environment: Yes |
227 | 2025-01-13T21:56:52.782Z | Actions: 1/6 actions (Updating modified actions) |
228 | 2025-01-13T21:56:52.823Z | Actions: Completed 6 actions in 0.04 seconds. |
229 | 2025-01-13T21:56:52.823Z | Done |
230 | 2025-01-13T21:56:52.826Z | Done |
231 | 2025-01-13T21:56:52.940Z | Done |
232 | 2025-01-13T21:56:56.753Z | Done |
233 | 2025-01-13T21:56:56.844Z | Done |
234 | 2025-01-13T21:56:56.844Z | Done |
235 | 2025-01-13T21:56:56.978Z | Done |
236 | 2025-01-13T21:56:57.421Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
237 | 2025-01-13T21:56:57.421Z | clang system 15 system |
238 | 2025-01-13T21:56:57.421Z | csh system system illumos |
239 | 2025-01-13T21:56:57.421Z | ctags system system illumos |
240 | 2025-01-13T21:56:57.421Z | gcc vendor 12 vendor |
241 | 2025-01-13T21:56:57.421Z | gcc system 10 system |
242 | 2025-01-13T21:56:57.421Z | gcc system 7 system |
243 | 2025-01-13T21:56:57.421Z | go system 1.20 system |
244 | 2025-01-13T21:56:57.421Z | go system 1.19 system |
245 | 2025-01-13T21:56:57.421Z | llvm system 15 system |
246 | 2025-01-13T21:56:57.421Z | llvm system 14 system |
247 | 2025-01-13T21:56:57.421Z | mariadb system 10.6 system |
248 | 2025-01-13T21:56:57.421Z | mta vendor vendor dma |
249 | 2025-01-13T21:56:57.421Z | openjdk system 17 system |
250 | 2025-01-13T21:56:57.421Z | openjdk system 11 system |
251 | 2025-01-13T21:56:57.421Z | openjdk system 1.8 system |
252 | 2025-01-13T21:56:57.421Z | openssl vendor 3 vendor |
253 | 2025-01-13T21:56:57.421Z | perl system 5.36 system |
254 | 2025-01-13T21:56:57.421Z | postgresql system 15 system |
255 | 2025-01-13T21:56:57.421Z | postgresql system 13 system |
256 | 2025-01-13T21:56:57.421Z | python vendor 3 vendor |
257 | 2025-01-13T21:56:57.421Z | python system 2 system |
258 | 2025-01-13T21:56:57.421Z | python3 system 3.11 system |
259 | 2025-01-13T21:56:57.422Z | ruby system 3.0 system |
260 | 2025-01-13T21:56:57.422Z | words vendor vendor american-english |
261 | 2025-01-13T21:56:57.422Z | words system system australian-english |
262 | 2025-01-13T21:56:57.422Z | words system system british-english |
263 | 2025-01-13T21:56:57.422Z | words system system canadian-english |
264 | 2025-01-13T21:56:57.422Z | words system system french |
265 | 2025-01-13T21:56:57.422Z | words system system italian |
266 | 2025-01-13T21:56:57.422Z | words system system ngerman |
267 | 2025-01-13T21:56:57.422Z | words system system ogerman |
268 | 2025-01-13T21:56:57.422Z | words system system spanish |
269 | 2025-01-13T21:56:57.763Z | PUBLISHER TYPE STATUS P LOCATION |
270 | 2025-01-13T21:56:57.763Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
271 | 2025-01-13T21:57:00.564Z | FMRI IFO |
272 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
273 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
274 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
275 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
276 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
277 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
278 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
279 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
280 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
281 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
282 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
283 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
284 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
285 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
286 | 2025-01-13T21:57:00.564Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
287 | 2025-01-13T21:57:01.342Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
288 | 2025-01-13T21:57:01.628Z | Updating crates.io index |
289 | 2025-01-13T21:57:01.631Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
290 | 2025-01-13T21:57:02.040Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2025-01-13T21:57:02.541Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2025-01-13T21:57:02.816Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2025-01-13T21:57:03.052Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2025-01-13T21:57:03.324Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
295 | 2025-01-13T21:57:04.325Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2025-01-13T21:57:05.967Z | Updating git repository `https://github.com/oxidecomputer/opte` |
297 | 2025-01-13T21:57:06.656Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2025-01-13T21:57:07.441Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
299 | 2025-01-13T21:57:07.703Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
300 | 2025-01-13T21:57:08.117Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
301 | 2025-01-13T21:57:08.785Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
302 | 2025-01-13T21:57:09.131Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2025-01-13T21:57:09.481Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2025-01-13T21:57:09.743Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2025-01-13T21:57:10.009Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2025-01-13T21:57:10.243Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2025-01-13T21:57:10.533Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2025-01-13T21:57:10.845Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2025-01-13T21:57:11.165Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
310 | 2025-01-13T21:57:11.604Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2025-01-13T21:57:12.085Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2025-01-13T21:57:12.403Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
313 | 2025-01-13T21:57:12.822Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
314 | 2025-01-13T21:57:13.184Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
315 | 2025-01-13T21:57:13.452Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
316 | 2025-01-13T21:57:13.722Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
317 | 2025-01-13T21:57:14.026Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
318 | 2025-01-13T21:57:15.269Z | Downloading crates ... |
319 | 2025-01-13T21:57:15.338Z | Downloaded dtrace-parser v0.2.0 |
320 | 2025-01-13T21:57:15.341Z | Downloaded anstyle v1.0.10 |
321 | 2025-01-13T21:57:15.341Z | Downloaded anstream v0.6.15 |
322 | 2025-01-13T21:57:15.364Z | Downloaded pretty-hex v0.4.1 |
323 | 2025-01-13T21:57:15.380Z | Downloaded usdt-macro v0.5.0 |
324 | 2025-01-13T21:57:15.383Z | Downloaded scroll_derive v0.12.0 |
325 | 2025-01-13T21:57:15.383Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2025-01-13T21:57:15.387Z | Downloaded byteorder v1.5.0 |
327 | 2025-01-13T21:57:15.390Z | Downloaded fs-err v2.11.0 |
328 | 2025-01-13T21:57:15.393Z | Downloaded colorchoice v1.0.2 |
329 | 2025-01-13T21:57:15.393Z | Downloaded is_terminal_polyfill v1.70.1 |
330 | 2025-01-13T21:57:15.396Z | Downloaded crypto-common v0.1.6 |
331 | 2025-01-13T21:57:15.396Z | Downloaded memmap v0.7.0 |
332 | 2025-01-13T21:57:15.399Z | Downloaded fastrand v2.1.1 |
333 | 2025-01-13T21:57:15.399Z | Downloaded bytecount v0.6.8 |
334 | 2025-01-13T21:57:15.403Z | Downloaded generic-array v0.14.7 |
335 | 2025-01-13T21:57:15.403Z | Downloaded macaddr v1.0.1 |
336 | 2025-01-13T21:57:15.403Z | Downloaded heck v0.4.1 |
337 | 2025-01-13T21:57:15.406Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2025-01-13T21:57:15.406Z | Downloaded thread-id v4.2.2 |
339 | 2025-01-13T21:57:15.406Z | Downloaded thiserror-impl v1.0.69 |
340 | 2025-01-13T21:57:15.408Z | Downloaded terminal_size v0.4.0 |
341 | 2025-01-13T21:57:15.408Z | Downloaded serde_spanned v0.6.8 |
342 | 2025-01-13T21:57:15.411Z | Downloaded equivalent v1.0.1 |
343 | 2025-01-13T21:57:15.411Z | Downloaded usdt v0.5.0 |
344 | 2025-01-13T21:57:15.411Z | Downloaded digest v0.10.7 |
345 | 2025-01-13T21:57:15.413Z | Downloaded cpufeatures v0.2.14 |
346 | 2025-01-13T21:57:15.416Z | Downloaded itoa v1.0.11 |
347 | 2025-01-13T21:57:15.416Z | Downloaded pest_generator v2.7.14 |
348 | 2025-01-13T21:57:15.419Z | Downloaded strsim v0.11.1 |
349 | 2025-01-13T21:57:15.419Z | Downloaded tabled_derive v0.7.0 |
350 | 2025-01-13T21:57:15.419Z | Downloaded swrite v0.1.0 |
351 | 2025-01-13T21:57:15.421Z | Downloaded fnv v1.0.7 |
352 | 2025-01-13T21:57:15.421Z | Downloaded cfg-if v1.0.0 |
353 | 2025-01-13T21:57:15.421Z | Downloaded block-buffer v0.10.4 |
354 | 2025-01-13T21:57:15.424Z | Downloaded autocfg v1.4.0 |
355 | 2025-01-13T21:57:15.424Z | Downloaded anstyle-query v1.1.1 |
356 | 2025-01-13T21:57:15.427Z | Downloaded plain v0.2.3 |
357 | 2025-01-13T21:57:15.428Z | Downloaded cargo-platform v0.1.8 |
358 | 2025-01-13T21:57:15.430Z | Downloaded anstyle-parse v0.2.5 |
359 | 2025-01-13T21:57:15.430Z | Downloaded heck v0.5.0 |
360 | 2025-01-13T21:57:15.433Z | Downloaded toml_datetime v0.6.8 |
361 | 2025-01-13T21:57:15.435Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2025-01-13T21:57:15.435Z | Downloaded clap_lex v0.7.2 |
363 | 2025-01-13T21:57:15.440Z | Downloaded version_check v0.9.5 |
364 | 2025-01-13T21:57:15.447Z | Downloaded smawk v0.3.2 |
365 | 2025-01-13T21:57:15.450Z | Downloaded proc-macro-error-attr v1.0.4 |
366 | 2025-01-13T21:57:15.450Z | Downloaded errno v0.3.9 |
367 | 2025-01-13T21:57:15.453Z | Downloaded cargo_metadata v0.18.1 |
368 | 2025-01-13T21:57:15.457Z | Downloaded utf8parse v0.2.2 |
369 | 2025-01-13T21:57:15.458Z | Downloaded dof v0.3.0 |
370 | 2025-01-13T21:57:15.458Z | Downloaded tempfile v3.13.0 |
371 | 2025-01-13T21:57:15.460Z | Downloaded thiserror v1.0.69 |
372 | 2025-01-13T21:57:15.466Z | Downloaded once_cell v1.20.2 |
373 | 2025-01-13T21:57:15.469Z | Downloaded scroll v0.12.0 |
374 | 2025-01-13T21:57:15.469Z | Downloaded cargo_toml v0.20.5 |
375 | 2025-01-13T21:57:15.469Z | Downloaded camino-tempfile v1.1.1 |
376 | 2025-01-13T21:57:15.469Z | Downloaded semver v1.0.23 |
377 | 2025-01-13T21:57:15.473Z | Downloaded quote v1.0.37 |
378 | 2025-01-13T21:57:15.476Z | Downloaded proc-macro-error v1.0.4 |
379 | 2025-01-13T21:57:15.480Z | Downloaded log v0.4.22 |
380 | 2025-01-13T21:57:15.480Z | Downloaded sha2 v0.10.8 |
381 | 2025-01-13T21:57:15.484Z | Downloaded clap_derive v4.5.18 |
382 | 2025-01-13T21:57:15.484Z | Downloaded pest_derive v2.7.14 |
383 | 2025-01-13T21:57:15.487Z | Downloaded zerocopy-derive v0.7.35 |
384 | 2025-01-13T21:57:15.491Z | Downloaded unicode-ident v1.0.13 |
385 | 2025-01-13T21:57:15.496Z | Downloaded ucd-trie v0.1.7 |
386 | 2025-01-13T21:57:15.496Z | Downloaded bitflags v2.6.0 |
387 | 2025-01-13T21:57:15.499Z | Downloaded textwrap v0.16.1 |
388 | 2025-01-13T21:57:15.506Z | Downloaded serde_derive v1.0.215 |
389 | 2025-01-13T21:57:15.506Z | Downloaded pest_meta v2.7.14 |
390 | 2025-01-13T21:57:15.513Z | Downloaded camino v1.1.9 |
391 | 2025-01-13T21:57:15.514Z | Downloaded ryu v1.0.18 |
392 | 2025-01-13T21:57:15.514Z | Downloaded toml v0.8.19 |
393 | 2025-01-13T21:57:15.519Z | Downloaded typenum v1.17.0 |
394 | 2025-01-13T21:57:15.519Z | Downloaded papergrid v0.11.0 |
395 | 2025-01-13T21:57:15.522Z | Downloaded clap v4.5.21 |
396 | 2025-01-13T21:57:15.527Z | Downloaded indexmap v2.6.0 |
397 | 2025-01-13T21:57:15.531Z | Downloaded proc-macro2 v1.0.89 |
398 | 2025-01-13T21:57:15.534Z | Downloaded serde v1.0.215 |
399 | 2025-01-13T21:57:15.537Z | Downloaded usdt-impl v0.5.0 |
400 | 2025-01-13T21:57:15.540Z | Downloaded anyhow v1.0.93 |
401 | 2025-01-13T21:57:15.550Z | Downloaded memchr v2.7.4 |
402 | 2025-01-13T21:57:15.557Z | Downloaded toml_edit v0.22.22 |
403 | 2025-01-13T21:57:15.576Z | Downloaded hashbrown v0.15.1 |
404 | 2025-01-13T21:57:15.599Z | Downloaded pest v2.7.14 |
405 | 2025-01-13T21:57:15.605Z | Downloaded clap_builder v4.5.21 |
406 | 2025-01-13T21:57:15.611Z | Downloaded zerocopy v0.7.35 |
407 | 2025-01-13T21:57:15.626Z | Downloaded goblin v0.8.2 |
408 | 2025-01-13T21:57:15.632Z | Downloaded winnow v0.6.20 |
409 | 2025-01-13T21:57:15.638Z | Downloaded serde_json v1.0.133 |
410 | 2025-01-13T21:57:15.646Z | Downloaded syn v1.0.109 |
411 | 2025-01-13T21:57:15.657Z | Downloaded unicode-width v0.1.14 |
412 | 2025-01-13T21:57:15.661Z | Downloaded tabled v0.15.0 |
413 | 2025-01-13T21:57:15.676Z | Downloaded syn v2.0.87 |
414 | 2025-01-13T21:57:15.686Z | Downloaded rustix v0.38.37 |
415 | 2025-01-13T21:57:15.728Z | Downloaded libc v0.2.162 |
416 | 2025-01-13T21:57:16.037Z | Compiling proc-macro2 v1.0.89 |
417 | 2025-01-13T21:57:16.037Z | Compiling unicode-ident v1.0.13 |
418 | 2025-01-13T21:57:16.038Z | Compiling version_check v0.9.5 |
419 | 2025-01-13T21:57:16.038Z | Compiling serde v1.0.215 |
420 | 2025-01-13T21:57:16.040Z | Compiling thiserror v1.0.69 |
421 | 2025-01-13T21:57:16.040Z | Compiling memchr v2.7.4 |
422 | 2025-01-13T21:57:16.040Z | Compiling libc v0.2.162 |
423 | 2025-01-13T21:57:16.040Z | Compiling ryu v1.0.18 |
424 | 2025-01-13T21:57:16.342Z | Compiling ucd-trie v0.1.7 |
425 | 2025-01-13T21:57:16.556Z | Compiling itoa v1.0.11 |
426 | 2025-01-13T21:57:16.754Z | Compiling once_cell v1.20.2 |
427 | 2025-01-13T21:57:16.898Z | Compiling byteorder v1.5.0 |
428 | 2025-01-13T21:57:17.115Z | Compiling rustix v0.38.37 |
429 | 2025-01-13T21:57:17.333Z | Compiling serde_json v1.0.133 |
430 | 2025-01-13T21:57:17.639Z | Compiling bitflags v2.6.0 |
431 | 2025-01-13T21:57:17.668Z | Compiling usdt-impl v0.5.0 |
432 | 2025-01-13T21:57:17.739Z | Compiling proc-macro-error-attr v1.0.4 |
433 | 2025-01-13T21:57:17.833Z | Compiling syn v1.0.109 |
434 | 2025-01-13T21:57:18.007Z | Compiling proc-macro-error v1.0.4 |
435 | 2025-01-13T21:57:18.094Z | Compiling hashbrown v0.15.1 |
436 | 2025-01-13T21:57:18.121Z | Compiling plain v0.2.3 |
437 | 2025-01-13T21:57:18.143Z | Compiling camino v1.1.9 |
438 | 2025-01-13T21:57:18.296Z | Compiling equivalent v1.0.1 |
439 | 2025-01-13T21:57:18.299Z | Compiling utf8parse v0.2.2 |
440 | 2025-01-13T21:57:18.426Z | Compiling log v0.4.22 |
441 | 2025-01-13T21:57:18.490Z | Compiling anstyle-parse v0.2.5 |
442 | 2025-01-13T21:57:18.528Z | Compiling quote v1.0.37 |
443 | 2025-01-13T21:57:18.784Z | Compiling errno v0.3.9 |
444 | 2025-01-13T21:57:18.914Z | Compiling syn v2.0.87 |
445 | 2025-01-13T21:57:19.048Z | Compiling thread-id v4.2.2 |
446 | 2025-01-13T21:57:19.161Z | Compiling anstyle-query v1.1.1 |
447 | 2025-01-13T21:57:19.244Z | Compiling indexmap v2.6.0 |
448 | 2025-01-13T21:57:19.323Z | Compiling semver v1.0.23 |
449 | 2025-01-13T21:57:19.350Z | Compiling anstyle v1.0.10 |
450 | 2025-01-13T21:57:19.419Z | Compiling colorchoice v1.0.2 |
451 | 2025-01-13T21:57:19.580Z | Compiling pretty-hex v0.4.1 |
452 | 2025-01-13T21:57:19.807Z | Compiling autocfg v1.4.0 |
453 | 2025-01-13T21:57:19.832Z | Compiling unicode-width v0.1.14 |
454 | 2025-01-13T21:57:19.858Z | Compiling winnow v0.6.20 |
455 | 2025-01-13T21:57:20.393Z | Compiling is_terminal_polyfill v1.70.1 |
456 | 2025-01-13T21:57:20.530Z | Compiling anstream v0.6.15 |
457 | 2025-01-13T21:57:20.733Z | Compiling strsim v0.11.1 |
458 | 2025-01-13T21:57:20.757Z | Compiling heck v0.5.0 |
459 | 2025-01-13T21:57:21.057Z | Compiling fs-err v2.11.0 |
460 | 2025-01-13T21:57:21.294Z | Compiling terminal_size v0.4.0 |
461 | 2025-01-13T21:57:21.332Z | Compiling heck v0.4.1 |
462 | 2025-01-13T21:57:21.356Z | Compiling clap_lex v0.7.2 |
463 | 2025-01-13T21:57:21.527Z | Compiling cfg-if v1.0.0 |
464 | 2025-01-13T21:57:21.642Z | Compiling bytecount v0.6.8 |
465 | 2025-01-13T21:57:21.720Z | Compiling anyhow v1.0.93 |
466 | 2025-01-13T21:57:21.971Z | Compiling fastrand v2.1.1 |
467 | 2025-01-13T21:57:22.006Z | Compiling fnv v1.0.7 |
468 | 2025-01-13T21:57:22.153Z | Compiling papergrid v0.11.0 |
469 | 2025-01-13T21:57:22.394Z | Compiling tempfile v3.13.0 |
470 | 2025-01-13T21:57:22.540Z | Compiling clap_builder v4.5.21 |
471 | 2025-01-13T21:57:22.739Z | Compiling memmap v0.7.0 |
472 | 2025-01-13T21:57:22.765Z | Compiling smawk v0.3.2 |
473 | 2025-01-13T21:57:22.998Z | Compiling unicode-linebreak v0.1.5 |
474 | 2025-01-13T21:57:23.493Z | Compiling textwrap v0.16.1 |
475 | 2025-01-13T21:57:23.748Z | Compiling swrite v0.1.0 |
476 | 2025-01-13T21:57:24.728Z | Compiling tabled_derive v0.7.0 |
477 | 2025-01-13T21:57:26.267Z | Compiling tabled v0.15.0 |
478 | 2025-01-13T21:57:27.790Z | Compiling serde_derive v1.0.215 |
479 | 2025-01-13T21:57:27.790Z | Compiling thiserror-impl v1.0.69 |
480 | 2025-01-13T21:57:27.793Z | Compiling zerocopy-derive v0.7.35 |
481 | 2025-01-13T21:57:27.793Z | Compiling scroll_derive v0.12.0 |
482 | 2025-01-13T21:57:28.112Z | Compiling clap_derive v4.5.18 |
483 | 2025-01-13T21:57:29.332Z | Compiling scroll v0.12.0 |
484 | 2025-01-13T21:57:29.856Z | Compiling zerocopy v0.7.35 |
485 | 2025-01-13T21:57:29.896Z | Compiling goblin v0.8.2 |
486 | 2025-01-13T21:57:30.641Z | Compiling pest v2.7.14 |
487 | 2025-01-13T21:57:32.006Z | Compiling clap v4.5.21 |
488 | 2025-01-13T21:57:32.845Z | Compiling pest_meta v2.7.14 |
489 | 2025-01-13T21:57:33.685Z | Compiling pest_generator v2.7.14 |
490 | 2025-01-13T21:57:35.544Z | Compiling pest_derive v2.7.14 |
491 | 2025-01-13T21:57:36.204Z | Compiling dtrace-parser v0.2.0 |
492 | 2025-01-13T21:57:38.248Z | Compiling toml_datetime v0.6.8 |
493 | 2025-01-13T21:57:38.248Z | Compiling serde_spanned v0.6.8 |
494 | 2025-01-13T21:57:38.251Z | Compiling cargo-platform v0.1.8 |
495 | 2025-01-13T21:57:38.627Z | Compiling serde_tokenstream v0.2.2 |
496 | 2025-01-13T21:57:38.653Z | Compiling toml_edit v0.22.22 |
497 | 2025-01-13T21:57:38.883Z | Compiling camino-tempfile v1.1.1 |
498 | 2025-01-13T21:57:38.931Z | Compiling macaddr v1.0.1 |
499 | 2025-01-13T21:57:39.826Z | Compiling dof v0.3.0 |
500 | 2025-01-13T21:57:39.826Z | Compiling cargo_metadata v0.18.1 |
501 | 2025-01-13T21:57:41.512Z | Compiling toml v0.8.19 |
502 | 2025-01-13T21:57:41.876Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2025-01-13T21:57:42.021Z | Compiling usdt-macro v0.5.0 |
504 | 2025-01-13T21:57:42.457Z | Compiling cargo_toml v0.20.5 |
505 | 2025-01-13T21:57:43.356Z | Compiling usdt v0.5.0 |
506 | 2025-01-13T21:57:46.020Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
507 | 2025-01-13T21:57:50.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s |
508 | 2025-01-13T21:57:50.501Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
509 | 2025-01-13T21:57:51.044Z | Downloading crates ... |
510 | 2025-01-13T21:57:51.188Z | Downloaded atty v0.2.14 |
511 | 2025-01-13T21:57:51.191Z | Downloaded cfg_aliases v0.1.1 |
512 | 2025-01-13T21:57:51.194Z | Downloaded headers-core v0.3.0 |
513 | 2025-01-13T21:57:51.196Z | Downloaded hex v0.4.3 |
514 | 2025-01-13T21:57:51.206Z | Downloaded darling v0.20.10 |
515 | 2025-01-13T21:57:51.210Z | Downloaded atomicwrites v0.4.4 |
516 | 2025-01-13T21:57:51.219Z | Downloaded hickory-server v0.24.1 |
517 | 2025-01-13T21:57:51.225Z | Downloaded ciborium-io v0.2.2 |
518 | 2025-01-13T21:57:51.231Z | Downloaded icu_provider_macros v1.5.0 |
519 | 2025-01-13T21:57:51.233Z | Downloaded is_ci v1.2.0 |
520 | 2025-01-13T21:57:51.234Z | Downloaded crunchy v0.2.2 |
521 | 2025-01-13T21:57:51.237Z | Downloaded http-range v0.1.5 |
522 | 2025-01-13T21:57:51.237Z | Downloaded instant v0.1.13 |
523 | 2025-01-13T21:57:51.241Z | Downloaded cstr-argument v0.1.2 |
524 | 2025-01-13T21:57:51.241Z | Downloaded crucible-workspace-hack v0.1.0 |
525 | 2025-01-13T21:57:51.243Z | Downloaded adler2 v2.0.0 |
526 | 2025-01-13T21:57:51.243Z | Downloaded ciborium v0.2.2 |
527 | 2025-01-13T21:57:51.246Z | Downloaded ascii-canvas v3.0.0 |
528 | 2025-01-13T21:57:51.249Z | Downloaded http-body v1.0.1 |
529 | 2025-01-13T21:57:51.249Z | Downloaded chacha20 v0.9.1 |
530 | 2025-01-13T21:57:51.252Z | Downloaded block-padding v0.3.3 |
531 | 2025-01-13T21:57:51.252Z | Downloaded array-init v0.0.4 |
532 | 2025-01-13T21:57:51.256Z | Downloaded cexpr v0.6.0 |
533 | 2025-01-13T21:57:51.258Z | Downloaded md5 v0.7.0 |
534 | 2025-01-13T21:57:51.263Z | Downloaded bitflags v1.3.2 |
535 | 2025-01-13T21:57:51.263Z | Downloaded atomic-waker v1.1.2 |
536 | 2025-01-13T21:57:51.265Z | Downloaded ciborium-ll v0.2.2 |
537 | 2025-01-13T21:57:51.268Z | Downloaded matches v0.1.10 |
538 | 2025-01-13T21:57:51.269Z | Downloaded curve25519-dalek-derive v0.1.1 |
539 | 2025-01-13T21:57:51.269Z | Downloaded cmake v0.1.51 |
540 | 2025-01-13T21:57:51.272Z | Downloaded match_cfg v0.1.0 |
541 | 2025-01-13T21:57:51.272Z | Downloaded buf-list v1.0.3 |
542 | 2025-01-13T21:57:51.274Z | Downloaded hubpack_derive v0.1.1 |
543 | 2025-01-13T21:57:51.277Z | Downloaded heck v0.3.3 |
544 | 2025-01-13T21:57:51.277Z | Downloaded colored v2.1.0 |
545 | 2025-01-13T21:57:51.280Z | Downloaded cfg_aliases v0.2.1 |
546 | 2025-01-13T21:57:51.282Z | Downloaded inout v0.1.3 |
547 | 2025-01-13T21:57:51.282Z | Downloaded crc-catalog v2.4.0 |
548 | 2025-01-13T21:57:51.285Z | Downloaded chrono-tz-build v0.4.0 |
549 | 2025-01-13T21:57:51.285Z | Downloaded is-terminal v0.4.13 |
550 | 2025-01-13T21:57:51.287Z | Downloaded internet-checksum v0.2.1 |
551 | 2025-01-13T21:57:51.287Z | Downloaded indent_write v2.2.0 |
552 | 2025-01-13T21:57:51.290Z | Downloaded crc v3.2.1 |
553 | 2025-01-13T21:57:51.292Z | Downloaded lazycell v1.3.0 |
554 | 2025-01-13T21:57:51.295Z | Downloaded ident_case v1.0.1 |
555 | 2025-01-13T21:57:51.295Z | Downloaded cobs v0.2.3 |
556 | 2025-01-13T21:57:51.298Z | Downloaded crossbeam-deque v0.8.5 |
557 | 2025-01-13T21:57:51.298Z | Downloaded bit-vec v0.6.3 |
558 | 2025-01-13T21:57:51.302Z | Downloaded bcrypt-pbkdf v0.10.0 |
559 | 2025-01-13T21:57:51.302Z | Downloaded ipnetwork v0.20.0 |
560 | 2025-01-13T21:57:51.305Z | Downloaded bitfield v0.14.0 |
561 | 2025-01-13T21:57:51.307Z | Downloaded lru v0.12.5 |
562 | 2025-01-13T21:57:51.307Z | Downloaded linked-hash-map v0.5.6 |
563 | 2025-01-13T21:57:51.310Z | Downloaded keccak v0.1.5 |
564 | 2025-01-13T21:57:51.310Z | Downloaded hyper-tls v0.6.0 |
565 | 2025-01-13T21:57:51.313Z | Downloaded maybe-uninit v2.0.0 |
566 | 2025-01-13T21:57:51.315Z | Downloaded linear-map v1.2.0 |
567 | 2025-01-13T21:57:51.315Z | Downloaded libsw v3.3.1 |
568 | 2025-01-13T21:57:51.317Z | Downloaded lazy_static v1.5.0 |
569 | 2025-01-13T21:57:51.321Z | Downloaded memoffset v0.9.1 |
570 | 2025-01-13T21:57:51.323Z | Downloaded libefi-sys v0.1.0 |
571 | 2025-01-13T21:57:51.323Z | Downloaded lalrpop-util v0.19.12 |
572 | 2025-01-13T21:57:51.323Z | Downloaded castaway v0.2.3 |
573 | 2025-01-13T21:57:51.326Z | Downloaded lockfree-object-pool v0.1.6 |
574 | 2025-01-13T21:57:51.328Z | Downloaded kstat-rs v0.2.4 |
575 | 2025-01-13T21:57:51.331Z | Downloaded instability v0.3.2 |
576 | 2025-01-13T21:57:51.333Z | Downloaded addr2line v0.24.2 |
577 | 2025-01-13T21:57:51.335Z | Downloaded indoc v1.0.9 |
578 | 2025-01-13T21:57:51.338Z | Downloaded humantime v2.1.0 |
579 | 2025-01-13T21:57:51.338Z | Downloaded http-body-util v0.1.2 |
580 | 2025-01-13T21:57:51.341Z | Downloaded home v0.5.9 |
581 | 2025-01-13T21:57:51.343Z | Downloaded mime v0.3.17 |
582 | 2025-01-13T21:57:51.346Z | Downloaded csv-core v0.1.11 |
583 | 2025-01-13T21:57:51.346Z | Downloaded argon2 v0.5.3 |
584 | 2025-01-13T21:57:51.348Z | Downloaded lru-cache v0.1.2 |
585 | 2025-01-13T21:57:51.351Z | Downloaded time-core v0.1.2 |
586 | 2025-01-13T21:57:51.351Z | Downloaded const_format_proc_macros v0.2.33 |
587 | 2025-01-13T21:57:51.354Z | Downloaded hickory-client v0.24.1 |
588 | 2025-01-13T21:57:51.357Z | Downloaded md-5 v0.10.6 |
589 | 2025-01-13T21:57:51.360Z | Downloaded console v0.15.8 |
590 | 2025-01-13T21:57:51.364Z | Downloaded quinn-udp v0.5.5 |
591 | 2025-01-13T21:57:51.366Z | Downloaded rand_chacha v0.3.1 |
592 | 2025-01-13T21:57:51.366Z | Downloaded async-stream-impl v0.3.6 |
593 | 2025-01-13T21:57:51.369Z | Downloaded managed v0.8.0 |
594 | 2025-01-13T21:57:51.369Z | Downloaded async-trait v0.1.83 |
595 | 2025-01-13T21:57:51.372Z | Downloaded yoke-derive v0.7.4 |
596 | 2025-01-13T21:57:51.374Z | Downloaded assert_matches v1.5.0 |
597 | 2025-01-13T21:57:51.377Z | Downloaded litemap v0.7.3 |
598 | 2025-01-13T21:57:51.379Z | Downloaded hyper-staticfile v0.10.1 |
599 | 2025-01-13T21:57:51.382Z | Downloaded scheduled-thread-pool v0.2.7 |
600 | 2025-01-13T21:57:51.382Z | Downloaded jobserver v0.1.32 |
601 | 2025-01-13T21:57:51.385Z | Downloaded same-file v1.0.6 |
602 | 2025-01-13T21:57:51.387Z | Downloaded rusty-fork v0.3.0 |
603 | 2025-01-13T21:57:51.390Z | Downloaded crossbeam-utils v0.8.20 |
604 | 2025-01-13T21:57:51.392Z | Downloaded ahash v0.8.11 |
605 | 2025-01-13T21:57:51.395Z | Downloaded libloading v0.8.5 |
606 | 2025-01-13T21:57:51.398Z | Downloaded httparse v1.9.5 |
607 | 2025-01-13T21:57:51.400Z | Downloaded const-oid v0.9.6 |
608 | 2025-01-13T21:57:51.403Z | Downloaded iana-time-zone v0.1.61 |
609 | 2025-01-13T21:57:51.406Z | Downloaded crc32fast v1.4.2 |
610 | 2025-01-13T21:57:51.408Z | Downloaded maplit v1.0.2 |
611 | 2025-01-13T21:57:51.411Z | Downloaded foreign-types-shared v0.3.1 |
612 | 2025-01-13T21:57:51.411Z | Downloaded signal-hook-registry v1.4.2 |
613 | 2025-01-13T21:57:51.414Z | Downloaded signal-hook-mio v0.2.4 |
614 | 2025-01-13T21:57:51.414Z | Downloaded try-lock v0.2.5 |
615 | 2025-01-13T21:57:51.416Z | Downloaded crossbeam-epoch v0.9.18 |
616 | 2025-01-13T21:57:51.419Z | Downloaded form_urlencoded v1.2.1 |
617 | 2025-01-13T21:57:51.421Z | Downloaded endian-type v0.1.2 |
618 | 2025-01-13T21:57:51.421Z | Downloaded waitgroup v0.1.2 |
619 | 2025-01-13T21:57:51.421Z | Downloaded vte_generate_state_changes v0.1.2 |
620 | 2025-01-13T21:57:51.424Z | Downloaded dhcproto-macros v0.1.0 |
621 | 2025-01-13T21:57:51.424Z | Downloaded thiserror-no-std v2.0.2 |
622 | 2025-01-13T21:57:51.428Z | Downloaded untrusted v0.9.0 |
623 | 2025-01-13T21:57:51.430Z | Downloaded untrusted v0.7.1 |
624 | 2025-01-13T21:57:51.433Z | Downloaded thiserror-impl v2.0.3 |
625 | 2025-01-13T21:57:51.433Z | Downloaded progenitor-client v0.8.0 |
626 | 2025-01-13T21:57:51.435Z | Downloaded newtype_derive v0.1.6 |
627 | 2025-01-13T21:57:51.435Z | Downloaded oso-derive v0.27.3 |
628 | 2025-01-13T21:57:51.438Z | Downloaded dunce v1.0.5 |
629 | 2025-01-13T21:57:51.438Z | Downloaded dsl_auto_type v0.1.2 |
630 | 2025-01-13T21:57:51.441Z | Downloaded mime_guess v2.0.5 |
631 | 2025-01-13T21:57:51.443Z | Downloaded serde_derive_internals v0.29.1 |
632 | 2025-01-13T21:57:51.443Z | Downloaded clang-sys v1.8.1 |
633 | 2025-01-13T21:57:51.446Z | Downloaded synstructure v0.13.1 |
634 | 2025-01-13T21:57:51.449Z | Downloaded progenitor-impl v0.8.0 |
635 | 2025-01-13T21:57:51.451Z | Downloaded compact_str v0.8.0 |
636 | 2025-01-13T21:57:51.454Z | Downloaded chacha20poly1305 v0.10.1 |
637 | 2025-01-13T21:57:51.457Z | Downloaded lock_api v0.4.12 |
638 | 2025-01-13T21:57:51.459Z | Downloaded blake2 v0.10.6 |
639 | 2025-01-13T21:57:51.461Z | Downloaded hmac v0.12.1 |
640 | 2025-01-13T21:57:51.464Z | Downloaded arc-swap v1.7.1 |
641 | 2025-01-13T21:57:51.468Z | Downloaded hyper-rustls v0.27.3 |
642 | 2025-01-13T21:57:51.472Z | Downloaded fragile v2.0.0 |
643 | 2025-01-13T21:57:51.474Z | Downloaded bytes v1.8.0 |
644 | 2025-01-13T21:57:51.479Z | Downloaded newtype-uuid v1.1.3 |
645 | 2025-01-13T21:57:51.482Z | Downloaded pin-utils v0.1.0 |
646 | 2025-01-13T21:57:51.484Z | Downloaded icu_normalizer v1.5.0 |
647 | 2025-01-13T21:57:51.487Z | Downloaded radium v0.7.0 |
648 | 2025-01-13T21:57:51.489Z | Downloaded progenitor v0.8.0 |
649 | 2025-01-13T21:57:51.489Z | Downloaded peg v0.8.4 |
650 | 2025-01-13T21:57:51.493Z | Downloaded russh-cryptovec v0.7.3 |
651 | 2025-01-13T21:57:51.496Z | Downloaded signal-hook v0.3.17 |
652 | 2025-01-13T21:57:51.499Z | Downloaded wait-timeout v0.2.0 |
653 | 2025-01-13T21:57:51.502Z | Downloaded tui-tree-widget v0.22.0 |
654 | 2025-01-13T21:57:51.502Z | Downloaded cc v1.1.30 |
655 | 2025-01-13T21:57:51.505Z | Downloaded base64 v0.22.1 |
656 | 2025-01-13T21:57:51.510Z | Downloaded futures-executor v0.3.31 |
657 | 2025-01-13T21:57:51.513Z | Downloaded num_enum_derive v0.5.11 |
658 | 2025-01-13T21:57:51.515Z | Downloaded num_enum v0.5.11 |
659 | 2025-01-13T21:57:51.526Z | Downloaded futures-sink v0.3.31 |
660 | 2025-01-13T21:57:51.526Z | Downloaded darling_macro v0.20.10 |
661 | 2025-01-13T21:57:51.526Z | Downloaded tinyvec_macros v0.1.1 |
662 | 2025-01-13T21:57:51.526Z | Downloaded parse-display v0.10.0 |
663 | 2025-01-13T21:57:51.526Z | Downloaded packed_struct v0.10.1 |
664 | 2025-01-13T21:57:51.526Z | Downloaded mirai-annotations v1.12.0 |
665 | 2025-01-13T21:57:51.530Z | Downloaded slog-async v2.8.0 |
666 | 2025-01-13T21:57:51.530Z | Downloaded serde_repr v0.1.19 |
667 | 2025-01-13T21:57:51.532Z | Downloaded slog-dtrace v0.3.0 |
668 | 2025-01-13T21:57:51.535Z | Downloaded strum_macros v0.25.3 |
669 | 2025-01-13T21:57:51.535Z | Downloaded slog-envlogger v2.2.0 |
670 | 2025-01-13T21:57:51.539Z | Downloaded peg-runtime v0.8.3 |
671 | 2025-01-13T21:57:51.539Z | Downloaded peg-macros v0.8.4 |
672 | 2025-01-13T21:57:51.542Z | Downloaded openssl-probe v0.1.5 |
673 | 2025-01-13T21:57:51.542Z | Downloaded strum_macros v0.24.3 |
674 | 2025-01-13T21:57:51.544Z | Downloaded slog-bunyan v2.5.0 |
675 | 2025-01-13T21:57:51.546Z | Downloaded icu_normalizer_data v1.5.0 |
676 | 2025-01-13T21:57:51.549Z | Downloaded termcolor v1.4.1 |
677 | 2025-01-13T21:57:51.549Z | Downloaded fs_extra v1.3.0 |
678 | 2025-01-13T21:57:51.552Z | Downloaded futures-core v0.3.31 |
679 | 2025-01-13T21:57:51.555Z | Downloaded funty v2.0.0 |
680 | 2025-01-13T21:57:51.558Z | Downloaded dropshot_endpoint v0.13.0 |
681 | 2025-01-13T21:57:51.560Z | Downloaded indicatif v0.17.9 |
682 | 2025-01-13T21:57:51.576Z | Downloaded number_prefix v0.4.0 |
683 | 2025-01-13T21:57:51.580Z | Downloaded num_threads v0.1.7 |
684 | 2025-01-13T21:57:51.580Z | Downloaded defmt-parser v0.3.4 |
685 | 2025-01-13T21:57:51.582Z | Downloaded data-encoding v2.6.0 |
686 | 2025-01-13T21:57:51.582Z | Downloaded icu_locid v1.5.0 |
687 | 2025-01-13T21:57:51.588Z | Downloaded glob v0.3.1 |
688 | 2025-01-13T21:57:51.591Z | Downloaded futures-macro v0.3.31 |
689 | 2025-01-13T21:57:51.594Z | Downloaded bumpalo v3.16.0 |
690 | 2025-01-13T21:57:51.596Z | Downloaded shell-words v1.1.0 |
691 | 2025-01-13T21:57:51.596Z | Downloaded schemars_derive v0.8.21 |
692 | 2025-01-13T21:57:51.599Z | Downloaded static_assertions v1.1.0 |
693 | 2025-01-13T21:57:51.602Z | Downloaded percent-encoding v2.3.1 |
694 | 2025-01-13T21:57:51.604Z | Downloaded num v0.4.3 |
695 | 2025-01-13T21:57:51.604Z | Downloaded nu-ansi-term v0.50.1 |
696 | 2025-01-13T21:57:51.607Z | Downloaded tap v1.0.1 |
697 | 2025-01-13T21:57:51.609Z | Downloaded foreign-types v0.3.2 |
698 | 2025-01-13T21:57:51.609Z | Downloaded base64 v0.21.7 |
699 | 2025-01-13T21:57:51.613Z | Downloaded secrecy v0.8.0 |
700 | 2025-01-13T21:57:51.617Z | Downloaded predicates v3.1.2 |
701 | 2025-01-13T21:57:51.620Z | Downloaded value-bag v1.9.0 |
702 | 2025-01-13T21:57:51.623Z | Downloaded deranged v0.3.11 |
703 | 2025-01-13T21:57:51.623Z | Downloaded pkg-config v0.3.31 |
704 | 2025-01-13T21:57:51.626Z | Downloaded pkcs8 v0.10.2 |
705 | 2025-01-13T21:57:51.629Z | Downloaded float-cmp v0.9.0 |
706 | 2025-01-13T21:57:51.631Z | Downloaded der_derive v0.7.3 |
707 | 2025-01-13T21:57:51.634Z | Downloaded hyper-util v0.1.10 |
708 | 2025-01-13T21:57:51.638Z | Downloaded nodrop v0.1.14 |
709 | 2025-01-13T21:57:51.642Z | Downloaded rpassword v7.3.1 |
710 | 2025-01-13T21:57:51.642Z | Downloaded hashlink v0.9.1 |
711 | 2025-01-13T21:57:51.645Z | Downloaded icu_collections v1.5.0 |
712 | 2025-01-13T21:57:51.653Z | Downloaded sec1 v0.7.3 |
713 | 2025-01-13T21:57:51.655Z | Downloaded slog v2.7.0 |
714 | 2025-01-13T21:57:51.659Z | Downloaded unsafe-libyaml v0.2.11 |
715 | 2025-01-13T21:57:51.665Z | Downloaded topological-sort v0.2.2 |
716 | 2025-01-13T21:57:51.668Z | Downloaded downcast v0.11.0 |
717 | 2025-01-13T21:57:51.668Z | Downloaded tiny-keccak v2.0.2 |
718 | 2025-01-13T21:57:51.668Z | Downloaded display-error-chain v0.2.2 |
719 | 2025-01-13T21:57:51.671Z | Downloaded dirs-sys-next v0.1.2 |
720 | 2025-01-13T21:57:51.671Z | Downloaded unicase v2.7.0 |
721 | 2025-01-13T21:57:51.674Z | Downloaded rand_seeder v0.3.0 |
722 | 2025-01-13T21:57:51.674Z | Downloaded quick-error v1.2.3 |
723 | 2025-01-13T21:57:51.677Z | Downloaded predicates-core v1.0.8 |
724 | 2025-01-13T21:57:51.677Z | Downloaded parse-display-derive v0.10.0 |
725 | 2025-01-13T21:57:51.679Z | Downloaded zerocopy v0.6.6 |
726 | 2025-01-13T21:57:51.682Z | Downloaded shlex v1.3.0 |
727 | 2025-01-13T21:57:51.685Z | Downloaded parking_lot_core v0.9.10 |
728 | 2025-01-13T21:57:51.689Z | Downloaded tokio-macros v2.4.0 |
729 | 2025-01-13T21:57:51.689Z | Downloaded tokio-tungstenite v0.23.1 |
730 | 2025-01-13T21:57:51.691Z | Downloaded schemars v0.8.21 |
731 | 2025-01-13T21:57:51.703Z | Downloaded pretty-hex v0.2.1 |
732 | 2025-01-13T21:57:51.709Z | Downloaded universal-hash v0.5.1 |
733 | 2025-01-13T21:57:51.712Z | Downloaded derive_builder_macro v0.20.2 |
734 | 2025-01-13T21:57:51.712Z | Downloaded zone_cfg_derive v0.3.0 |
735 | 2025-01-13T21:57:51.712Z | Downloaded qorb v0.2.1 |
736 | 2025-01-13T21:57:51.718Z | Downloaded phf_generator v0.11.2 |
737 | 2025-01-13T21:57:51.718Z | Downloaded phf_codegen v0.11.2 |
738 | 2025-01-13T21:57:51.719Z | Downloaded strum_macros v0.26.4 |
739 | 2025-01-13T21:57:51.732Z | Downloaded snafu-derive v0.8.5 |
740 | 2025-01-13T21:57:51.732Z | Downloaded smallvec v1.13.2 |
741 | 2025-01-13T21:57:51.732Z | Downloaded miniz_oxide v0.8.0 |
742 | 2025-01-13T21:57:51.732Z | Downloaded smf v0.2.3 |
743 | 2025-01-13T21:57:51.732Z | Downloaded parse-size v1.1.0 |
744 | 2025-01-13T21:57:51.732Z | Downloaded foldhash v0.1.3 |
745 | 2025-01-13T21:57:51.732Z | Downloaded fd-lock v4.0.2 |
746 | 2025-01-13T21:57:51.735Z | Downloaded zone_cfg_derive v0.1.2 |
747 | 2025-01-13T21:57:51.735Z | Downloaded minimal-lexical v0.2.1 |
748 | 2025-01-13T21:57:51.738Z | Downloaded sync_wrapper v1.0.1 |
749 | 2025-01-13T21:57:51.741Z | Downloaded sync-ptr v0.1.1 |
750 | 2025-01-13T21:57:51.741Z | Downloaded strum v0.26.3 |
751 | 2025-01-13T21:57:51.742Z | Downloaded zone v0.3.0 |
752 | 2025-01-13T21:57:51.744Z | Downloaded zopfli v0.8.1 |
753 | 2025-01-13T21:57:51.747Z | Downloaded scopeguard v1.2.0 |
754 | 2025-01-13T21:57:51.750Z | Downloaded fxhash v0.2.1 |
755 | 2025-01-13T21:57:51.750Z | Downloaded unicode-truncate v1.1.0 |
756 | 2025-01-13T21:57:51.754Z | Downloaded crossterm v0.28.1 |
757 | 2025-01-13T21:57:51.758Z | Downloaded ssh-cipher v0.2.0 |
758 | 2025-01-13T21:57:51.761Z | Downloaded serde-big-array v0.5.1 |
759 | 2025-01-13T21:57:51.764Z | Downloaded zone v0.1.8 |
760 | 2025-01-13T21:57:51.764Z | Downloaded zerovec-derive v0.10.3 |
761 | 2025-01-13T21:57:51.764Z | Downloaded zip v0.6.6 |
762 | 2025-01-13T21:57:51.769Z | Downloaded openssl-macros v0.1.1 |
763 | 2025-01-13T21:57:51.772Z | Downloaded newline-converter v0.3.0 |
764 | 2025-01-13T21:57:51.772Z | Downloaded structmeta-derive v0.3.0 |
765 | 2025-01-13T21:57:51.776Z | Downloaded owo-colors v4.1.0 |
766 | 2025-01-13T21:57:51.776Z | Downloaded sct v0.7.1 |
767 | 2025-01-13T21:57:51.780Z | Downloaded rand_xorshift v0.3.0 |
768 | 2025-01-13T21:57:51.784Z | Downloaded displaydoc v0.2.5 |
769 | 2025-01-13T21:57:51.787Z | Downloaded rand v0.8.5 |
770 | 2025-01-13T21:57:51.790Z | Downloaded http v1.1.0 |
771 | 2025-01-13T21:57:51.793Z | Downloaded hickory-resolver v0.24.1 |
772 | 2025-01-13T21:57:51.798Z | Downloaded num-iter v0.1.45 |
773 | 2025-01-13T21:57:51.801Z | Downloaded toolchain_find v0.4.0 |
774 | 2025-01-13T21:57:51.801Z | Downloaded diesel_table_macro_syntax v0.2.0 |
775 | 2025-01-13T21:57:51.804Z | Downloaded unicode-properties v0.1.3 |
776 | 2025-01-13T21:57:51.808Z | Downloaded r2d2 v0.8.10 |
777 | 2025-01-13T21:57:51.808Z | Downloaded phf_shared v0.11.2 |
778 | 2025-01-13T21:57:51.808Z | Downloaded derive_builder v0.20.2 |
779 | 2025-01-13T21:57:51.813Z | Downloaded tabwriter v1.4.0 |
780 | 2025-01-13T21:57:51.817Z | Downloaded aes-gcm v0.10.3 |
781 | 2025-01-13T21:57:51.821Z | Downloaded supports-color v3.0.1 |
782 | 2025-01-13T21:57:51.821Z | Downloaded powerfmt v0.2.0 |
783 | 2025-01-13T21:57:51.825Z | Downloaded gethostname v0.5.0 |
784 | 2025-01-13T21:57:51.825Z | Downloaded diesel-dtrace v0.4.2 |
785 | 2025-01-13T21:57:51.828Z | Downloaded wyz v0.5.1 |
786 | 2025-01-13T21:57:51.828Z | Downloaded ppv-lite86 v0.2.20 |
787 | 2025-01-13T21:57:51.828Z | Downloaded parking_lot_core v0.8.6 |
788 | 2025-01-13T21:57:51.832Z | Downloaded serde-hex v0.1.0 |
789 | 2025-01-13T21:57:51.834Z | Downloaded semver v0.1.20 |
790 | 2025-01-13T21:57:51.834Z | Downloaded ff v0.13.0 |
791 | 2025-01-13T21:57:51.838Z | Downloaded derive_builder_core v0.20.2 |
792 | 2025-01-13T21:57:51.841Z | Downloaded want v0.3.1 |
793 | 2025-01-13T21:57:51.841Z | Downloaded vsss-rs v3.3.4 |
794 | 2025-01-13T21:57:51.845Z | Downloaded spki v0.7.3 |
795 | 2025-01-13T21:57:51.845Z | Downloaded smallvec v0.6.14 |
796 | 2025-01-13T21:57:51.848Z | Downloaded polyval v0.6.2 |
797 | 2025-01-13T21:57:51.851Z | Downloaded unicode-bidi v0.3.17 |
798 | 2025-01-13T21:57:51.854Z | Downloaded subprocess v0.2.9 |
799 | 2025-01-13T21:57:51.857Z | Downloaded libxml v0.3.3 |
800 | 2025-01-13T21:57:51.862Z | Downloaded foreign-types-macros v0.2.3 |
801 | 2025-01-13T21:57:51.862Z | Downloaded float-ord v0.3.2 |
802 | 2025-01-13T21:57:51.865Z | Downloaded zerofrom v0.1.4 |
803 | 2025-01-13T21:57:51.867Z | Downloaded darling_core v0.20.10 |
804 | 2025-01-13T21:57:51.871Z | Downloaded fallible-iterator v0.3.0 |
805 | 2025-01-13T21:57:51.875Z | Downloaded parking_lot v0.11.2 |
806 | 2025-01-13T21:57:51.877Z | Downloaded simd-adler32 v0.3.7 |
807 | 2025-01-13T21:57:51.877Z | Downloaded salsa20 v0.10.2 |
808 | 2025-01-13T21:57:51.878Z | Downloaded der v0.7.9 |
809 | 2025-01-13T21:57:51.888Z | Downloaded psl-types v2.0.11 |
810 | 2025-01-13T21:57:51.893Z | Downloaded group v0.13.0 |
811 | 2025-01-13T21:57:51.896Z | Downloaded tinystr v0.7.6 |
812 | 2025-01-13T21:57:51.899Z | Downloaded serde_path_to_error v0.1.16 |
813 | 2025-01-13T21:57:51.902Z | Downloaded vte v0.11.1 |
814 | 2025-01-13T21:57:51.908Z | Downloaded new_debug_unreachable v1.0.6 |
815 | 2025-01-13T21:57:51.911Z | Downloaded tls_codec v0.4.1 |
816 | 2025-01-13T21:57:51.914Z | Downloaded tls_codec_derive v0.4.1 |
817 | 2025-01-13T21:57:51.917Z | Downloaded zip v2.1.3 |
818 | 2025-01-13T21:57:51.921Z | Downloaded rustls-pki-types v1.10.0 |
819 | 2025-01-13T21:57:51.926Z | Downloaded russh v0.45.0 |
820 | 2025-01-13T21:57:51.932Z | Downloaded flume v0.11.1 |
821 | 2025-01-13T21:57:51.936Z | Downloaded idna v1.0.3 |
822 | 2025-01-13T21:57:51.941Z | Downloaded pin-project-internal v1.1.6 |
823 | 2025-01-13T21:57:51.946Z | Downloaded parking_lot v0.12.3 |
824 | 2025-01-13T21:57:51.950Z | Downloaded aho-corasick v1.1.3 |
825 | 2025-01-13T21:57:51.956Z | Downloaded tower-service v0.3.3 |
826 | 2025-01-13T21:57:51.956Z | Downloaded ed25519 v2.2.3 |
827 | 2025-01-13T21:57:51.959Z | Downloaded libm v0.2.8 |
828 | 2025-01-13T21:57:51.963Z | Downloaded take_mut v0.2.2 |
829 | 2025-01-13T21:57:51.969Z | Downloaded spin v0.9.8 |
830 | 2025-01-13T21:57:51.969Z | Downloaded precomputed-hash v0.1.1 |
831 | 2025-01-13T21:57:51.969Z | Downloaded zerofrom-derive v0.1.4 |
832 | 2025-01-13T21:57:51.983Z | Downloaded nanorand v0.7.0 |
833 | 2025-01-13T21:57:51.983Z | Downloaded signature v2.2.0 |
834 | 2025-01-13T21:57:51.983Z | Downloaded futures-task v0.3.31 |
835 | 2025-01-13T21:57:51.983Z | Downloaded xz2 v0.1.7 |
836 | 2025-01-13T21:57:51.983Z | Downloaded writeable v0.5.5 |
837 | 2025-01-13T21:57:51.988Z | Downloaded tokio-tungstenite v0.24.0 |
838 | 2025-01-13T21:57:51.988Z | Downloaded hash32 v0.3.1 |
839 | 2025-01-13T21:57:51.988Z | Downloaded getrandom v0.2.15 |
840 | 2025-01-13T21:57:51.988Z | Downloaded postcard v1.0.10 |
841 | 2025-01-13T21:57:51.993Z | Downloaded olpc-cjson v0.1.4 |
842 | 2025-01-13T21:57:51.993Z | Downloaded tokio-rustls v0.25.0 |
843 | 2025-01-13T21:57:51.996Z | Downloaded globset v0.4.15 |
844 | 2025-01-13T21:57:51.996Z | Downloaded aws-lc-rs v1.10.0 |
845 | 2025-01-13T21:57:52.005Z | Downloaded pbkdf2 v0.11.0 |
846 | 2025-01-13T21:57:52.008Z | Downloaded mockall v0.13.0 |
847 | 2025-01-13T21:57:52.010Z | Downloaded pin-project v1.1.6 |
848 | 2025-01-13T21:57:52.020Z | Downloaded path-slash v0.1.5 |
849 | 2025-01-13T21:57:52.026Z | Downloaded proc-macro-crate v1.3.1 |
850 | 2025-01-13T21:57:52.026Z | Downloaded hash32 v0.2.1 |
851 | 2025-01-13T21:57:52.031Z | Downloaded sigpipe v0.1.3 |
852 | 2025-01-13T21:57:52.031Z | Downloaded derive_more v0.99.18 |
853 | 2025-01-13T21:57:52.031Z | Downloaded time v0.3.36 |
854 | 2025-01-13T21:57:52.038Z | Downloaded siphasher v0.3.11 |
855 | 2025-01-13T21:57:52.041Z | Downloaded sqlparser_derive v0.2.2 |
856 | 2025-01-13T21:57:52.041Z | Downloaded paste v1.0.15 |
857 | 2025-01-13T21:57:52.044Z | Downloaded num-derive v0.4.2 |
858 | 2025-01-13T21:57:52.049Z | Downloaded embedded-io v0.6.1 |
859 | 2025-01-13T21:57:52.049Z | Downloaded num-traits v0.2.19 |
860 | 2025-01-13T21:57:52.054Z | Downloaded blake3 v1.5.4 |
861 | 2025-01-13T21:57:52.058Z | Downloaded num-conv v0.1.0 |
862 | 2025-01-13T21:57:52.061Z | Downloaded hyper v1.5.0 |
863 | 2025-01-13T21:57:52.066Z | Downloaded structmeta v0.3.0 |
864 | 2025-01-13T21:57:52.068Z | Downloaded string_cache v0.8.7 |
865 | 2025-01-13T21:57:52.069Z | Downloaded toml v0.7.8 |
866 | 2025-01-13T21:57:52.072Z | Downloaded hashbrown v0.12.3 |
867 | 2025-01-13T21:57:52.077Z | Downloaded rayon-core v1.12.1 |
868 | 2025-01-13T21:57:52.081Z | Downloaded zeroize_derive v1.4.2 |
869 | 2025-01-13T21:57:52.084Z | Downloaded xattr v1.3.1 |
870 | 2025-01-13T21:57:52.087Z | Downloaded termtree v0.4.1 |
871 | 2025-01-13T21:57:52.087Z | Downloaded rustc_version v0.4.1 |
872 | 2025-01-13T21:57:52.089Z | Downloaded rustc-hash v2.0.0 |
873 | 2025-01-13T21:57:52.090Z | Downloaded slog-stdlog v4.1.1 |
874 | 2025-01-13T21:57:52.092Z | Downloaded env_logger v0.11.5 |
875 | 2025-01-13T21:57:52.095Z | Downloaded structmeta-derive v0.2.0 |
876 | 2025-01-13T21:57:52.095Z | Downloaded ssh-encoding v0.2.0 |
877 | 2025-01-13T21:57:52.100Z | Downloaded write16 v1.0.0 |
878 | 2025-01-13T21:57:52.100Z | Downloaded fallible-streaming-iterator v0.1.9 |
879 | 2025-01-13T21:57:52.100Z | Downloaded tough v0.19.0 |
880 | 2025-01-13T21:57:52.107Z | Downloaded dropshot_endpoint v0.12.0 |
881 | 2025-01-13T21:57:52.112Z | Downloaded opaque-debug v0.3.1 |
882 | 2025-01-13T21:57:52.114Z | Downloaded bitvec v1.0.1 |
883 | 2025-01-13T21:57:52.128Z | Downloaded password-hash v0.5.0 |
884 | 2025-01-13T21:57:52.131Z | Downloaded fatfs v0.3.6 |
885 | 2025-01-13T21:57:52.137Z | Downloaded normalize-line-endings v0.3.0 |
886 | 2025-01-13T21:57:52.137Z | Downloaded hashbrown v0.13.2 |
887 | 2025-01-13T21:57:52.141Z | Downloaded embedded-io v0.4.0 |
888 | 2025-01-13T21:57:52.141Z | Downloaded difflib v0.4.0 |
889 | 2025-01-13T21:57:52.144Z | Downloaded password-hash v0.4.2 |
890 | 2025-01-13T21:57:52.144Z | Downloaded which v4.4.2 |
891 | 2025-01-13T21:57:52.147Z | Downloaded itertools v0.12.1 |
892 | 2025-01-13T21:57:52.152Z | Downloaded hkdf v0.12.4 |
893 | 2025-01-13T21:57:52.154Z | Downloaded postgres-types v0.2.8 |
894 | 2025-01-13T21:57:52.159Z | Downloaded postgres-protocol v0.6.7 |
895 | 2025-01-13T21:57:52.162Z | Downloaded unicode-normalization v0.1.24 |
896 | 2025-01-13T21:57:52.164Z | Downloaded sha1 v0.10.6 |
897 | 2025-01-13T21:57:52.164Z | Downloaded phf v0.11.2 |
898 | 2025-01-13T21:57:52.167Z | Downloaded dirs-next v2.0.0 |
899 | 2025-01-13T21:57:52.167Z | Downloaded term v0.7.0 |
900 | 2025-01-13T21:57:52.171Z | Downloaded half v2.4.1 |
901 | 2025-01-13T21:57:52.173Z | Downloaded omicron-zone-package v0.12.0 |
902 | 2025-01-13T21:57:52.176Z | Downloaded ron v0.7.1 |
903 | 2025-01-13T21:57:52.185Z | Downloaded fallible-iterator v0.2.0 |
904 | 2025-01-13T21:57:52.188Z | Downloaded native-tls v0.2.12 |
905 | 2025-01-13T21:57:52.188Z | Downloaded num-complex v0.4.6 |
906 | 2025-01-13T21:57:52.188Z | Downloaded url v2.5.3 |
907 | 2025-01-13T21:57:52.191Z | Downloaded unicode_categories v0.1.1 |
908 | 2025-01-13T21:57:52.191Z | Downloaded diff v0.1.13 |
909 | 2025-01-13T21:57:52.195Z | Downloaded termios v0.3.3 |
910 | 2025-01-13T21:57:52.198Z | Downloaded rusqlite v0.32.1 |
911 | 2025-01-13T21:57:52.203Z | Downloaded flate2 v1.0.34 |
912 | 2025-01-13T21:57:52.209Z | Downloaded similar v2.6.0 |
913 | 2025-01-13T21:57:52.214Z | Downloaded signal-hook-tokio v0.3.1 |
914 | 2025-01-13T21:57:52.218Z | Downloaded multimap v0.10.0 |
915 | 2025-01-13T21:57:52.218Z | Downloaded num-bigint v0.4.6 |
916 | 2025-01-13T21:57:52.224Z | Downloaded itertools v0.13.0 |
917 | 2025-01-13T21:57:52.231Z | Downloaded primeorder v0.13.6 |
918 | 2025-01-13T21:57:52.235Z | Downloaded tokio-postgres v0.7.12 |
919 | 2025-01-13T21:57:52.238Z | Downloaded bindgen v0.69.5 |
920 | 2025-01-13T21:57:52.243Z | Downloaded multer v3.1.0 |
921 | 2025-01-13T21:57:52.246Z | Downloaded zerovec v0.10.4 |
922 | 2025-01-13T21:57:52.250Z | Downloaded test-strategy v0.3.1 |
923 | 2025-01-13T21:57:52.256Z | Downloaded p256 v0.13.2 |
924 | 2025-01-13T21:57:52.258Z | Downloaded tungstenite v0.23.0 |
925 | 2025-01-13T21:57:52.261Z | Downloaded serde_with_macros v3.11.0 |
926 | 2025-01-13T21:57:52.264Z | Downloaded mockall_derive v0.13.0 |
927 | 2025-01-13T21:57:52.269Z | Downloaded whoami v1.5.2 |
928 | 2025-01-13T21:57:52.269Z | Downloaded elliptic-curve v0.13.8 |
929 | 2025-01-13T21:57:52.272Z | Downloaded ron v0.8.1 |
930 | 2025-01-13T21:57:52.278Z | Downloaded expectorate v1.1.0 |
931 | 2025-01-13T21:57:52.282Z | Downloaded unicode-segmentation v1.12.0 |
932 | 2025-01-13T21:57:52.285Z | Downloaded num-bigint-dig v0.8.4 |
933 | 2025-01-13T21:57:52.289Z | Downloaded diesel_derives v2.2.3 |
934 | 2025-01-13T21:57:52.296Z | Downloaded time-macros v0.2.18 |
935 | 2025-01-13T21:57:52.298Z | Downloaded walkdir v2.5.0 |
936 | 2025-01-13T21:57:52.299Z | Downloaded uuid v1.11.0 |
937 | 2025-01-13T21:57:52.301Z | Downloaded zerocopy-derive v0.8.10 |
938 | 2025-01-13T21:57:52.307Z | Downloaded ed25519-dalek v2.1.1 |
939 | 2025-01-13T21:57:52.310Z | Downloaded toml_edit v0.19.15 |
940 | 2025-01-13T21:57:52.328Z | Downloaded parse-zoneinfo v0.3.1 |
941 | 2025-01-13T21:57:52.331Z | Downloaded publicsuffix v2.2.3 |
942 | 2025-01-13T21:57:52.334Z | Downloaded poly1305 v0.8.0 |
943 | 2025-01-13T21:57:52.337Z | Downloaded nom v7.1.3 |
944 | 2025-01-13T21:57:52.341Z | Downloaded zerocopy v0.8.10 |
945 | 2025-01-13T21:57:52.364Z | Downloaded serde_with v3.11.0 |
946 | 2025-01-13T21:57:52.372Z | Downloaded futures-util v0.3.31 |
947 | 2025-01-13T21:57:52.386Z | Downloaded reedline v0.35.0 |
948 | 2025-01-13T21:57:52.392Z | Downloaded radix_trie v0.2.1 |
949 | 2025-01-13T21:57:52.397Z | Downloaded tungstenite v0.24.0 |
950 | 2025-01-13T21:57:52.400Z | Downloaded rayon v1.10.0 |
951 | 2025-01-13T21:57:52.410Z | Downloaded p521 v0.13.3 |
952 | 2025-01-13T21:57:52.415Z | Downloaded steno v0.4.1 |
953 | 2025-01-13T21:57:52.419Z | Downloaded typed-path v0.9.3 |
954 | 2025-01-13T21:57:52.424Z | Downloaded trust-dns-proto v0.22.0 |
955 | 2025-01-13T21:57:52.438Z | Downloaded ssh-key v0.6.6 |
956 | 2025-01-13T21:57:52.444Z | Downloaded reqwest v0.12.9 |
957 | 2025-01-13T21:57:52.453Z | Downloaded petname v2.0.2 |
958 | 2025-01-13T21:57:52.459Z | Downloaded unicode-width v0.2.0 |
959 | 2025-01-13T21:57:52.464Z | Downloaded proptest v1.5.0 |
960 | 2025-01-13T21:57:52.473Z | Downloaded salty v0.3.0 |
961 | 2025-01-13T21:57:52.479Z | Downloaded smoltcp v0.9.1 |
962 | 2025-01-13T21:57:52.493Z | Downloaded chrono-tz v0.10.0 |
963 | 2025-01-13T21:57:52.499Z | Downloaded idna v0.2.3 |
964 | 2025-01-13T21:57:52.507Z | Downloaded sqlparser v0.45.0 |
965 | 2025-01-13T21:57:52.513Z | Downloaded h2 v0.4.6 |
966 | 2025-01-13T21:57:52.521Z | Downloaded idna v0.3.0 |
967 | 2025-01-13T21:57:52.529Z | Downloaded regex v1.11.1 |
968 | 2025-01-13T21:57:52.545Z | Downloaded rustls-webpki v0.102.8 |
969 | 2025-01-13T21:57:52.561Z | Downloaded rustls v0.21.12 |
970 | 2025-01-13T21:57:52.573Z | Downloaded p384 v0.13.0 |
971 | 2025-01-13T21:57:52.579Z | Downloaded winnow v0.5.40 |
972 | 2025-01-13T21:57:52.589Z | Downloaded regex-syntax v0.6.29 |
973 | 2025-01-13T21:57:52.597Z | Downloaded regex-syntax v0.8.5 |
974 | 2025-01-13T21:57:52.607Z | Downloaded openssl v0.10.66 |
975 | 2025-01-13T21:57:52.617Z | Downloaded regress v0.10.1 |
976 | 2025-01-13T21:57:52.627Z | Downloaded portable-atomic v1.9.0 |
977 | 2025-01-13T21:57:52.634Z | Downloaded ratatui v0.28.1 |
978 | 2025-01-13T21:57:52.655Z | Downloaded rustls v0.22.4 |
979 | 2025-01-13T21:57:52.668Z | Downloaded idna v0.4.0 |
980 | 2025-01-13T21:57:52.675Z | Downloaded nix v0.29.0 |
981 | 2025-01-13T21:57:52.688Z | Downloaded nix v0.28.0 |
982 | 2025-01-13T21:57:52.700Z | Downloaded idna v0.5.0 |
983 | 2025-01-13T21:57:52.708Z | Downloaded bstr v1.10.0 |
984 | 2025-01-13T21:57:52.719Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
985 | 2025-01-13T21:57:52.733Z | Downloaded rustls-webpki v0.101.7 |
986 | 2025-01-13T21:57:52.747Z | Downloaded dropshot v0.12.0 |
987 | 2025-01-13T21:57:52.766Z | Downloaded smoltcp v0.11.0 |
988 | 2025-01-13T21:57:52.786Z | Downloaded gimli v0.31.1 |
989 | 2025-01-13T21:57:52.791Z | Downloaded webpki-roots v0.26.6 |
990 | 2025-01-13T21:57:52.794Z | Downloaded hickory-proto v0.24.1 |
991 | 2025-01-13T21:57:52.808Z | Downloaded object v0.30.4 |
992 | 2025-01-13T21:57:52.818Z | Downloaded dropshot v0.13.0 |
993 | 2025-01-13T21:57:52.837Z | Downloaded polar-core v0.27.3 |
994 | 2025-01-13T21:57:52.845Z | Downloaded nix v0.27.1 |
995 | 2025-01-13T21:57:52.855Z | Downloaded petgraph v0.6.5 |
996 | 2025-01-13T21:57:52.873Z | Downloaded object v0.36.5 |
997 | 2025-01-13T21:57:52.883Z | Downloaded openapiv3 v2.0.0 |
998 | 2025-01-13T21:57:52.895Z | Downloaded csv v1.3.0 |
999 | 2025-01-13T21:57:52.915Z | Downloaded regex-automata v0.4.8 |
1000 | 2025-01-13T21:57:52.931Z | Downloaded rustls v0.23.19 |
1001 | 2025-01-13T21:57:52.942Z | Downloaded typify-impl v0.2.0 |
1002 | 2025-01-13T21:57:52.958Z | Downloaded diesel v2.2.6 |
1003 | 2025-01-13T21:57:52.975Z | Downloaded regress v0.9.1 |
1004 | 2025-01-13T21:57:52.983Z | Downloaded quinn-proto v0.11.8 |
1005 | 2025-01-13T21:57:52.990Z | Downloaded hashbrown v0.14.5 |
1006 | 2025-01-13T21:57:52.995Z | Downloaded quick-xml v0.33.0 |
1007 | 2025-01-13T21:57:53.001Z | Downloaded rustyline v14.0.0 |
1008 | 2025-01-13T21:57:53.006Z | Downloaded lalrpop v0.19.12 |
1009 | 2025-01-13T21:57:53.016Z | Downloaded zerocopy-derive v0.6.6 |
1010 | 2025-01-13T21:57:53.026Z | Downloaded icu_properties_data v1.5.0 |
1011 | 2025-01-13T21:57:53.037Z | Downloaded sled v0.34.7 |
1012 | 2025-01-13T21:57:53.045Z | Downloaded tokio-util v0.7.12 |
1013 | 2025-01-13T21:57:53.051Z | Downloaded git2 v0.19.0 |
1014 | 2025-01-13T21:57:53.059Z | Downloaded vcpkg v0.2.15 |
1015 | 2025-01-13T21:57:53.096Z | Downloaded curve25519-dalek v4.1.3 |
1016 | 2025-01-13T21:57:53.105Z | Downloaded x509-cert v0.2.5 |
1017 | 2025-01-13T21:57:53.110Z | Downloaded utf16_iter v1.0.5 |
1018 | 2025-01-13T21:57:53.113Z | Downloaded typify v0.2.0 |
1019 | 2025-01-13T21:57:53.116Z | Downloaded rcgen v0.12.1 |
1020 | 2025-01-13T21:57:53.119Z | Downloaded chrono v0.4.38 |
1021 | 2025-01-13T21:57:53.123Z | Downloaded packed_struct_codegen v0.10.1 |
1022 | 2025-01-13T21:57:53.128Z | Downloaded utf8_iter v1.0.4 |
1023 | 2025-01-13T21:57:53.128Z | Downloaded twox-hash v1.6.3 |
1024 | 2025-01-13T21:57:53.130Z | Downloaded num-integer v0.1.46 |
1025 | 2025-01-13T21:57:53.130Z | Downloaded dyn-clone v1.0.17 |
1026 | 2025-01-13T21:57:53.130Z | Downloaded slog-term v2.9.1 |
1027 | 2025-01-13T21:57:53.133Z | Downloaded quinn v0.11.5 |
1028 | 2025-01-13T21:57:53.138Z | Downloaded ena v0.14.3 |
1029 | 2025-01-13T21:57:53.140Z | Downloaded ref-cast v1.0.23 |
1030 | 2025-01-13T21:57:53.140Z | Downloaded progenitor-macro v0.8.0 |
1031 | 2025-01-13T21:57:53.140Z | Downloaded ecdsa v0.16.9 |
1032 | 2025-01-13T21:57:53.143Z | Downloaded utf-8 v0.7.6 |
1033 | 2025-01-13T21:57:53.143Z | Downloaded unarray v0.1.4 |
1034 | 2025-01-13T21:57:53.143Z | Downloaded rustc-hash v1.1.0 |
1035 | 2025-01-13T21:57:53.146Z | Downloaded resolv-conf v0.7.0 |
1036 | 2025-01-13T21:57:53.146Z | Downloaded pin-project-lite v0.2.14 |
1037 | 2025-01-13T21:57:53.150Z | Downloaded mio v1.0.2 |
1038 | 2025-01-13T21:57:53.156Z | Downloaded fixedbitset v0.4.2 |
1039 | 2025-01-13T21:57:53.158Z | Downloaded filetime v0.2.25 |
1040 | 2025-01-13T21:57:53.161Z | Downloaded zeroize v1.8.1 |
1041 | 2025-01-13T21:57:53.161Z | Downloaded socket2 v0.5.7 |
1042 | 2025-01-13T21:57:53.165Z | Downloaded encoding_rs v0.8.34 |
1043 | 2025-01-13T21:57:53.182Z | Downloaded lzma-sys v0.1.20 |
1044 | 2025-01-13T21:57:53.210Z | Downloaded tungstenite v0.21.0 |
1045 | 2025-01-13T21:57:53.213Z | Downloaded tokio-rustls v0.24.1 |
1046 | 2025-01-13T21:57:53.216Z | Downloaded sqlformat v0.2.6 |
1047 | 2025-01-13T21:57:53.218Z | Downloaded serde_urlencoded v0.7.1 |
1048 | 2025-01-13T21:57:53.218Z | Downloaded serde_plain v1.0.2 |
1049 | 2025-01-13T21:57:53.221Z | Downloaded rustfmt-wrapper v0.2.1 |
1050 | 2025-01-13T21:57:53.221Z | Downloaded ghash v0.5.1 |
1051 | 2025-01-13T21:57:53.221Z | Downloaded futures-io v0.3.31 |
1052 | 2025-01-13T21:57:53.226Z | Downloaded flagset v0.4.6 |
1053 | 2025-01-13T21:57:53.226Z | Downloaded either v1.13.0 |
1054 | 2025-01-13T21:57:53.226Z | Downloaded num-rational v0.4.2 |
1055 | 2025-01-13T21:57:53.229Z | Downloaded itertools v0.10.5 |
1056 | 2025-01-13T21:57:53.232Z | Downloaded nibble_vec v0.1.0 |
1057 | 2025-01-13T21:57:53.244Z | Downloaded openssl-sys v0.9.103 |
1058 | 2025-01-13T21:57:53.244Z | Downloaded libz-sys v1.1.20 |
1059 | 2025-01-13T21:57:53.256Z | Downloaded oso v0.27.3 |
1060 | 2025-01-13T21:57:53.259Z | Downloaded tokio v1.40.0 |
1061 | 2025-01-13T21:57:53.295Z | Downloaded tar v0.4.42 |
1062 | 2025-01-13T21:57:53.298Z | Downloaded pkcs5 v0.7.1 |
1063 | 2025-01-13T21:57:53.301Z | Downloaded rustversion v1.0.17 |
1064 | 2025-01-13T21:57:53.304Z | Downloaded derive-where v1.2.7 |
1065 | 2025-01-13T21:57:53.306Z | Downloaded russh-keys v0.45.0 |
1066 | 2025-01-13T21:57:53.309Z | Downloaded headers v0.4.0 |
1067 | 2025-01-13T21:57:53.313Z | Downloaded vergen v8.3.2 |
1068 | 2025-01-13T21:57:53.317Z | Downloaded dhcproto v0.12.0 |
1069 | 2025-01-13T21:57:53.320Z | Downloaded rsa v0.9.6 |
1070 | 2025-01-13T21:57:53.324Z | Downloaded predicates-tree v1.0.11 |
1071 | 2025-01-13T21:57:53.328Z | Downloaded phf_shared v0.10.0 |
1072 | 2025-01-13T21:57:53.328Z | Downloaded foreign-types v0.5.0 |
1073 | 2025-01-13T21:57:53.328Z | Downloaded tokio-native-tls v0.3.1 |
1074 | 2025-01-13T21:57:53.331Z | Downloaded subtle v2.6.1 |
1075 | 2025-01-13T21:57:53.331Z | Downloaded slab v0.4.9 |
1076 | 2025-01-13T21:57:53.331Z | Downloaded rustc-demangle v0.1.24 |
1077 | 2025-01-13T21:57:53.334Z | Downloaded snafu v0.8.5 |
1078 | 2025-01-13T21:57:53.337Z | Downloaded sha3 v0.10.8 |
1079 | 2025-01-13T21:57:53.342Z | Downloaded serde_yaml v0.9.34+deprecated |
1080 | 2025-01-13T21:57:53.345Z | Downloaded aes v0.8.4 |
1081 | 2025-01-13T21:57:53.348Z | Downloaded futures v0.3.31 |
1082 | 2025-01-13T21:57:53.353Z | Downloaded env_logger v0.10.2 |
1083 | 2025-01-13T21:57:53.355Z | Downloaded heapless v0.7.17 |
1084 | 2025-01-13T21:57:53.359Z | Downloaded tinyvec v1.8.0 |
1085 | 2025-01-13T21:57:53.362Z | Downloaded pem-rfc7468 v0.7.0 |
1086 | 2025-01-13T21:57:53.365Z | Downloaded tracing v0.1.40 |
1087 | 2025-01-13T21:57:53.367Z | Downloaded icu_properties v1.5.1 |
1088 | 2025-01-13T21:57:53.370Z | Downloaded scrypt v0.11.0 |
1089 | 2025-01-13T21:57:53.372Z | Downloaded debug-ignore v1.0.5 |
1090 | 2025-01-13T21:57:53.372Z | Downloaded pkcs1 v0.7.5 |
1091 | 2025-01-13T21:57:53.375Z | Downloaded crossbeam-channel v0.5.13 |
1092 | 2025-01-13T21:57:53.378Z | Downloaded uzers v0.12.1 |
1093 | 2025-01-13T21:57:53.381Z | Downloaded pem v3.0.4 |
1094 | 2025-01-13T21:57:53.384Z | Downloaded unicode-xid v0.2.6 |
1095 | 2025-01-13T21:57:53.384Z | Downloaded tokio-tungstenite v0.21.0 |
1096 | 2025-01-13T21:57:53.386Z | Downloaded tokio-stream v0.1.16 |
1097 | 2025-01-13T21:57:53.389Z | Downloaded tokio-rustls v0.26.0 |
1098 | 2025-01-13T21:57:53.392Z | Downloaded heapless v0.8.0 |
1099 | 2025-01-13T21:57:53.394Z | Downloaded typify-macro v0.2.0 |
1100 | 2025-01-13T21:57:53.397Z | Downloaded futures-channel v0.3.31 |
1101 | 2025-01-13T21:57:53.397Z | Downloaded des v0.8.1 |
1102 | 2025-01-13T21:57:53.399Z | Downloaded tracing-core v0.1.32 |
1103 | 2025-01-13T21:57:53.402Z | Downloaded rustls-pemfile v1.0.4 |
1104 | 2025-01-13T21:57:53.404Z | Downloaded rfc6979 v0.4.0 |
1105 | 2025-01-13T21:57:53.404Z | Downloaded rand_core v0.6.4 |
1106 | 2025-01-13T21:57:53.404Z | Downloaded rustls-pemfile v2.2.0 |
1107 | 2025-01-13T21:57:53.407Z | Downloaded samael v0.0.17 |
1108 | 2025-01-13T21:57:53.411Z | Downloaded icu_provider v1.5.0 |
1109 | 2025-01-13T21:57:53.414Z | Downloaded icu_locid_transform_data v1.5.0 |
1110 | 2025-01-13T21:57:53.416Z | Downloaded env_filter v0.1.2 |
1111 | 2025-01-13T21:57:53.419Z | Downloaded enum-as-inner v0.6.1 |
1112 | 2025-01-13T21:57:53.419Z | Downloaded enum-as-inner v0.5.1 |
1113 | 2025-01-13T21:57:53.421Z | Downloaded crypto-bigint v0.5.5 |
1114 | 2025-01-13T21:57:53.425Z | Downloaded const_format v0.2.33 |
1115 | 2025-01-13T21:57:53.429Z | Downloaded allocator-api2 v0.2.18 |
1116 | 2025-01-13T21:57:53.432Z | Downloaded prettyplease v0.2.25 |
1117 | 2025-01-13T21:57:53.435Z | Downloaded backtrace v0.3.74 |
1118 | 2025-01-13T21:57:53.439Z | Downloaded pbkdf2 v0.12.2 |
1119 | 2025-01-13T21:57:53.442Z | Downloaded defmt v0.3.8 |
1120 | 2025-01-13T21:57:53.444Z | Downloaded yoke v0.7.4 |
1121 | 2025-01-13T21:57:53.447Z | Downloaded yasna v0.5.2 |
1122 | 2025-01-13T21:57:53.451Z | Downloaded indexmap v1.9.3 |
1123 | 2025-01-13T21:57:53.451Z | Downloaded tracing-attributes v0.1.27 |
1124 | 2025-01-13T21:57:53.453Z | Downloaded thiserror-impl-no-std v2.0.2 |
1125 | 2025-01-13T21:57:53.453Z | Downloaded thiserror v2.0.3 |
1126 | 2025-01-13T21:57:53.458Z | Downloaded arrayvec v0.7.6 |
1127 | 2025-01-13T21:57:53.460Z | Downloaded structmeta v0.2.0 |
1128 | 2025-01-13T21:57:53.463Z | Downloaded memmap2 v0.9.5 |
1129 | 2025-01-13T21:57:53.463Z | Downloaded defmt-macros v0.3.9 |
1130 | 2025-01-13T21:57:53.466Z | Downloaded rtoolbox v0.0.2 |
1131 | 2025-01-13T21:57:53.466Z | Downloaded thread_local v1.1.8 |
1132 | 2025-01-13T21:57:53.469Z | Downloaded strip-ansi-escapes v0.2.0 |
1133 | 2025-01-13T21:57:53.469Z | Downloaded stringprep v0.1.5 |
1134 | 2025-01-13T21:57:53.471Z | Downloaded stable_deref_trait v1.2.0 |
1135 | 2025-01-13T21:57:53.472Z | Downloaded slog-scope v4.4.0 |
1136 | 2025-01-13T21:57:53.472Z | Downloaded slog-json v2.6.1 |
1137 | 2025-01-13T21:57:53.474Z | Downloaded ref-cast-impl v1.0.23 |
1138 | 2025-01-13T21:57:53.474Z | Downloaded crc-any v2.5.0 |
1139 | 2025-01-13T21:57:53.477Z | Downloaded icu_locid_transform v1.5.0 |
1140 | 2025-01-13T21:57:53.479Z | Downloaded base64 v0.13.1 |
1141 | 2025-01-13T21:57:53.481Z | Downloaded foreign-types-shared v0.1.1 |
1142 | 2025-01-13T21:57:53.481Z | Downloaded highway v1.2.0 |
1143 | 2025-01-13T21:57:53.484Z | Downloaded cookie_store v0.21.0 |
1144 | 2025-01-13T21:57:53.487Z | Downloaded cookie v0.18.1 |
1145 | 2025-01-13T21:57:53.487Z | Downloaded ipnet v2.10.1 |
1146 | 2025-01-13T21:57:53.489Z | Downloaded rustc_version v0.1.7 |
1147 | 2025-01-13T21:57:53.490Z | Downloaded bit-set v0.5.3 |
1148 | 2025-01-13T21:57:53.492Z | Downloaded idna_adapter v1.2.0 |
1149 | 2025-01-13T21:57:53.492Z | Downloaded hubpack v0.1.2 |
1150 | 2025-01-13T21:57:53.492Z | Downloaded bzip2 v0.4.4 |
1151 | 2025-01-13T21:57:53.495Z | Downloaded cipher v0.4.4 |
1152 | 2025-01-13T21:57:53.495Z | Downloaded cancel-safe-futures v0.1.5 |
1153 | 2025-01-13T21:57:53.498Z | Downloaded blowfish v0.9.1 |
1154 | 2025-01-13T21:57:53.500Z | Downloaded hostname v0.3.1 |
1155 | 2025-01-13T21:57:53.500Z | Downloaded ctr v0.9.2 |
1156 | 2025-01-13T21:57:53.504Z | Downloaded convert_case v0.4.0 |
1157 | 2025-01-13T21:57:53.504Z | Downloaded bcs v0.1.6 |
1158 | 2025-01-13T21:57:53.506Z | Downloaded backoff v0.4.0 |
1159 | 2025-01-13T21:57:53.506Z | Downloaded async-bb8-diesel v0.2.1 |
1160 | 2025-01-13T21:57:53.509Z | Downloaded constant_time_eq v0.3.1 |
1161 | 2025-01-13T21:57:53.509Z | Downloaded base64ct v1.6.0 |
1162 | 2025-01-13T21:57:53.512Z | Downloaded async-recursion v1.1.1 |
1163 | 2025-01-13T21:57:53.514Z | Downloaded impl-trait-for-tuples v0.2.2 |
1164 | 2025-01-13T21:57:53.517Z | Downloaded httpdate v1.0.3 |
1165 | 2025-01-13T21:57:53.517Z | Downloaded hostname v0.4.0 |
1166 | 2025-01-13T21:57:53.519Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1167 | 2025-01-13T21:57:53.574Z | Downloaded arrayref v0.3.9 |
1168 | 2025-01-13T21:57:53.576Z | Downloaded hex-literal v0.4.1 |
1169 | 2025-01-13T21:57:53.576Z | Downloaded cbc v0.1.2 |
1170 | 2025-01-13T21:57:53.579Z | Downloaded cassowary v0.3.0 |
1171 | 2025-01-13T21:57:53.579Z | Downloaded async-stream v0.3.6 |
1172 | 2025-01-13T21:57:53.582Z | Downloaded aead v0.5.2 |
1173 | 2025-01-13T21:57:53.582Z | Downloaded bitfield-struct v0.6.2 |
1174 | 2025-01-13T21:57:53.585Z | Downloaded bb8 v0.8.5 |
1175 | 2025-01-13T21:57:53.585Z | Downloaded base16ct v0.2.0 |
1176 | 2025-01-13T21:57:53.849Z | Downloaded aws-lc-sys v0.22.0 |
1177 | 2025-01-13T21:57:54.174Z | Downloaded ring v0.17.8 |
1178 | 2025-01-13T21:57:54.296Z | Downloaded libsqlite3-sys v0.30.1 |
1179 | 2025-01-13T21:57:54.472Z | Compiling serde v1.0.215 |
1180 | 2025-01-13T21:57:54.474Z | Compiling lock_api v0.4.12 |
1181 | 2025-01-13T21:57:54.474Z | Compiling scopeguard v1.2.0 |
1182 | 2025-01-13T21:57:54.474Z | Compiling value-bag v1.9.0 |
1183 | 2025-01-13T21:57:54.474Z | Compiling typenum v1.17.0 |
1184 | 2025-01-13T21:57:54.630Z | Compiling generic-array v0.14.7 |
1185 | 2025-01-13T21:57:54.674Z | Compiling syn v2.0.87 |
1186 | 2025-01-13T21:57:54.690Z | Compiling getrandom v0.2.15 |
1187 | 2025-01-13T21:57:54.753Z | Compiling subtle v2.6.1 |
1188 | 2025-01-13T21:57:54.956Z | Compiling rand_core v0.6.4 |
1189 | 2025-01-13T21:57:55.087Z | Compiling log v0.4.22 |
1190 | 2025-01-13T21:57:55.177Z | Compiling shlex v1.3.0 |
1191 | 2025-01-13T21:57:55.198Z | Compiling jobserver v0.1.32 |
1192 | 2025-01-13T21:57:55.226Z | Compiling smallvec v1.13.2 |
1193 | 2025-01-13T21:57:55.496Z | Compiling const-oid v0.9.6 |
1194 | 2025-01-13T21:57:55.566Z | Compiling cc v1.1.30 |
1195 | 2025-01-13T21:57:55.615Z | Compiling spin v0.9.8 |
1196 | 2025-01-13T21:57:55.647Z | Compiling pin-project-lite v0.2.14 |
1197 | 2025-01-13T21:57:55.779Z | Compiling rustix v0.38.37 |
1198 | 2025-01-13T21:57:55.998Z | Compiling parking_lot_core v0.9.10 |
1199 | 2025-01-13T21:57:56.033Z | Compiling futures-core v0.3.31 |
1200 | 2025-01-13T21:57:56.145Z | Compiling signal-hook-registry v1.4.2 |
1201 | 2025-01-13T21:57:56.288Z | Compiling mio v1.0.2 |
1202 | 2025-01-13T21:57:56.708Z | Compiling aho-corasick v1.1.3 |
1203 | 2025-01-13T21:57:57.080Z | Compiling parking_lot v0.12.3 |
1204 | 2025-01-13T21:57:57.200Z | Compiling either v1.13.0 |
1205 | 2025-01-13T21:57:57.513Z | Compiling cpufeatures v0.2.14 |
1206 | 2025-01-13T21:57:57.616Z | Compiling regex-syntax v0.8.5 |
1207 | 2025-01-13T21:57:57.634Z | Compiling lazy_static v1.5.0 |
1208 | 2025-01-13T21:57:57.675Z | Compiling glob v0.3.1 |
1209 | 2025-01-13T21:57:57.693Z | Compiling stable_deref_trait v1.2.0 |
1210 | 2025-01-13T21:57:57.766Z | Compiling futures-sink v0.3.31 |
1211 | 2025-01-13T21:57:57.812Z | Compiling socket2 v0.5.7 |
1212 | 2025-01-13T21:57:57.921Z | Compiling slab v0.4.9 |
1213 | 2025-01-13T21:57:58.026Z | Compiling prettyplease v0.2.25 |
1214 | 2025-01-13T21:57:58.395Z | Compiling serde_json v1.0.133 |
1215 | 2025-01-13T21:57:58.419Z | Compiling minimal-lexical v0.2.1 |
1216 | 2025-01-13T21:57:58.746Z | Compiling clang-sys v1.8.1 |
1217 | 2025-01-13T21:57:58.830Z | Compiling nom v7.1.3 |
1218 | 2025-01-13T21:57:58.962Z | Compiling libloading v0.8.5 |
1219 | 2025-01-13T21:57:59.081Z | Compiling bindgen v0.69.5 |
1220 | 2025-01-13T21:57:59.427Z | Compiling home v0.5.9 |
1221 | 2025-01-13T21:57:59.715Z | Compiling futures-channel v0.3.31 |
1222 | 2025-01-13T21:57:59.911Z | Compiling itertools v0.12.1 |
1223 | 2025-01-13T21:58:00.164Z | Compiling rustc-hash v1.1.0 |
1224 | 2025-01-13T21:58:00.231Z | Compiling futures-task v0.3.31 |
1225 | 2025-01-13T21:58:00.324Z | Compiling allocator-api2 v0.2.18 |
1226 | 2025-01-13T21:58:00.549Z | Compiling lazycell v1.3.0 |
1227 | 2025-01-13T21:58:00.730Z | Compiling pin-utils v0.1.0 |
1228 | 2025-01-13T21:58:00.834Z | Compiling foldhash v0.1.3 |
1229 | 2025-01-13T21:58:01.126Z | Compiling libm v0.2.8 |
1230 | 2025-01-13T21:58:01.154Z | Compiling futures-io v0.3.31 |
1231 | 2025-01-13T21:58:01.461Z | Compiling regex-automata v0.4.8 |
1232 | 2025-01-13T21:58:01.510Z | Compiling hashbrown v0.15.1 |
1233 | 2025-01-13T21:58:02.744Z | Compiling synstructure v0.13.1 |
1234 | 2025-01-13T21:58:02.979Z | Compiling cexpr v0.6.0 |
1235 | 2025-01-13T21:58:03.105Z | Compiling cmake v0.1.51 |
1236 | 2025-01-13T21:58:04.175Z | Compiling num-traits v0.2.19 |
1237 | 2025-01-13T21:58:04.455Z | Compiling dunce v1.0.5 |
1238 | 2025-01-13T21:58:04.485Z | Compiling tinyvec_macros v0.1.1 |
1239 | 2025-01-13T21:58:04.585Z | Compiling pkg-config v0.3.31 |
1240 | 2025-01-13T21:58:04.606Z | Compiling fs_extra v1.3.0 |
1241 | 2025-01-13T21:58:04.634Z | Compiling tinyvec v1.8.0 |
1242 | 2025-01-13T21:58:05.232Z | Compiling ring v0.17.8 |
1243 | 2025-01-13T21:58:06.137Z | Compiling unicode-normalization v0.1.24 |
1244 | 2025-01-13T21:58:06.191Z | Compiling writeable v0.5.5 |
1245 | 2025-01-13T21:58:06.394Z | Compiling paste v1.0.15 |
1246 | 2025-01-13T21:58:06.397Z | Compiling litemap v0.7.3 |
1247 | 2025-01-13T21:58:06.800Z | Compiling unicode-bidi v0.3.17 |
1248 | 2025-01-13T21:58:06.831Z | Compiling base64ct v1.6.0 |
1249 | 2025-01-13T21:58:07.235Z | Compiling regex v1.11.1 |
1250 | 2025-01-13T21:58:07.450Z | Compiling pem-rfc7468 v0.7.0 |
1251 | 2025-01-13T21:58:07.981Z | Compiling httparse v1.9.5 |
1252 | 2025-01-13T21:58:08.160Z | Compiling aws-lc-rs v1.10.0 |
1253 | 2025-01-13T21:58:08.184Z | Compiling flagset v0.4.6 |
1254 | 2025-01-13T21:58:08.407Z | Compiling tracing-core v0.1.32 |
1255 | 2025-01-13T21:58:08.588Z | Compiling icu_locid_transform_data v1.5.0 |
1256 | 2025-01-13T21:58:08.700Z | Compiling percent-encoding v2.3.1 |
1257 | 2025-01-13T21:58:08.752Z | Compiling crossbeam-utils v0.8.20 |
1258 | 2025-01-13T21:58:09.030Z | Compiling rustls-pki-types v1.10.0 |
1259 | 2025-01-13T21:58:09.391Z | Compiling mirai-annotations v1.12.0 |
1260 | 2025-01-13T21:58:09.549Z | Compiling powerfmt v0.2.0 |
1261 | 2025-01-13T21:58:09.624Z | Compiling serde_derive v1.0.215 |
1262 | 2025-01-13T21:58:09.819Z | Compiling zeroize_derive v1.4.2 |
1263 | 2025-01-13T21:58:09.903Z | Compiling zerocopy-derive v0.7.35 |
1264 | 2025-01-13T21:58:10.009Z | Compiling tokio-macros v2.4.0 |
1265 | 2025-01-13T21:58:10.127Z | Compiling zerofrom-derive v0.1.4 |
1266 | 2025-01-13T21:58:11.298Z | Compiling zeroize v1.8.1 |
1267 | 2025-01-13T21:58:11.682Z | Compiling yoke-derive v0.7.4 |
1268 | 2025-01-13T21:58:11.702Z | Compiling thiserror-impl v1.0.69 |
1269 | 2025-01-13T21:58:12.269Z | Compiling zerocopy v0.7.35 |
1270 | 2025-01-13T21:58:13.036Z | Compiling crypto-common v0.1.6 |
1271 | 2025-01-13T21:58:13.289Z | Compiling block-buffer v0.10.4 |
1272 | 2025-01-13T21:58:13.567Z | Compiling digest v0.10.7 |
1273 | 2025-01-13T21:58:13.880Z | Compiling futures-macro v0.3.31 |
1274 | 2025-01-13T21:58:14.050Z | Compiling hmac v0.12.1 |
1275 | 2025-01-13T21:58:14.291Z | Compiling zerovec-derive v0.10.3 |
1276 | 2025-01-13T21:58:14.334Z | Compiling zerofrom v0.1.4 |
1277 | 2025-01-13T21:58:14.372Z | Compiling block-padding v0.3.3 |
1278 | 2025-01-13T21:58:14.573Z | Compiling displaydoc v0.2.5 |
1279 | 2025-01-13T21:58:14.598Z | Compiling inout v0.1.3 |
1280 | 2025-01-13T21:58:14.705Z | Compiling yoke v0.7.4 |
1281 | 2025-01-13T21:58:14.893Z | Compiling cipher v0.4.4 |
1282 | 2025-01-13T21:58:15.066Z | Compiling sha2 v0.10.8 |
1283 | 2025-01-13T21:58:15.069Z | Compiling thiserror v1.0.69 |
1284 | 2025-01-13T21:58:15.215Z | Compiling ppv-lite86 v0.2.20 |
1285 | 2025-01-13T21:58:15.421Z | Compiling icu_provider_macros v1.5.0 |
1286 | 2025-01-13T21:58:15.796Z | Compiling futures-util v0.3.31 |
1287 | 2025-01-13T21:58:15.956Z | Compiling der_derive v0.7.3 |
1288 | 2025-01-13T21:58:16.285Z | Compiling rand_chacha v0.3.1 |
1289 | 2025-01-13T21:58:16.536Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-01-13T21:58:17.002Z | Compiling rand v0.8.5 |
1291 | 2025-01-13T21:58:17.040Z | Compiling zerovec v0.10.4 |
1292 | 2025-01-13T21:58:18.523Z | Compiling der v0.7.9 |
1293 | 2025-01-13T21:58:18.593Z | Compiling salsa20 v0.10.2 |
1294 | 2025-01-13T21:58:18.707Z | Compiling pest v2.7.14 |
1295 | 2025-01-13T21:58:18.831Z | Compiling pbkdf2 v0.12.2 |
1296 | 2025-01-13T21:58:19.009Z | Compiling tinystr v0.7.6 |
1297 | 2025-01-13T21:58:19.213Z | Compiling icu_collections v1.5.0 |
1298 | 2025-01-13T21:58:19.385Z | Compiling untrusted v0.9.0 |
1299 | 2025-01-13T21:58:19.485Z | Compiling icu_locid v1.5.0 |
1300 | 2025-01-13T21:58:19.574Z | Compiling num-conv v0.1.0 |
1301 | 2025-01-13T21:58:19.881Z | Compiling untrusted v0.7.1 |
1302 | 2025-01-13T21:58:20.078Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-01-13T21:58:20.330Z | Compiling vcpkg v0.2.15 |
1304 | 2025-01-13T21:58:20.561Z | Compiling tracing v0.1.40 |
1305 | 2025-01-13T21:58:20.719Z | Compiling icu_provider v1.5.0 |
1306 | 2025-01-13T21:58:21.081Z | Compiling spki v0.7.3 |
1307 | 2025-01-13T21:58:21.482Z | Compiling icu_locid_transform v1.5.0 |
1308 | 2025-01-13T21:58:21.770Z | Compiling time-core v0.1.2 |
1309 | 2025-01-13T21:58:21.854Z | Compiling pest_meta v2.7.14 |
1310 | 2025-01-13T21:58:21.908Z | Compiling scrypt v0.11.0 |
1311 | 2025-01-13T21:58:21.975Z | Compiling time-macros v0.2.18 |
1312 | 2025-01-13T21:58:22.101Z | Compiling aes v0.8.4 |
1313 | 2025-01-13T21:58:22.545Z | Compiling cbc v0.1.2 |
1314 | 2025-01-13T21:58:22.638Z | Compiling openssl-sys v0.9.103 |
1315 | 2025-01-13T21:58:22.796Z | Compiling icu_properties v1.5.1 |
1316 | 2025-01-13T21:58:23.741Z | Compiling bitflags v2.6.0 |
1317 | 2025-01-13T21:58:23.969Z | Compiling bytes v1.8.0 |
1318 | 2025-01-13T21:58:25.006Z | Compiling tokio v1.40.0 |
1319 | 2025-01-13T21:58:25.344Z | Compiling indexmap v2.6.0 |
1320 | 2025-01-13T21:58:25.365Z | Compiling http v1.1.0 |
1321 | 2025-01-13T21:58:25.742Z | Compiling semver v1.0.23 |
1322 | 2025-01-13T21:58:26.543Z | Compiling rustc_version v0.4.1 |
1323 | 2025-01-13T21:58:26.926Z | Compiling deranged v0.3.11 |
1324 | 2025-01-13T21:58:27.129Z | Compiling scroll_derive v0.12.0 |
1325 | 2025-01-13T21:58:27.525Z | Compiling utf8_iter v1.0.4 |
1326 | 2025-01-13T21:58:27.799Z | Compiling utf16_iter v1.0.5 |
1327 | 2025-01-13T21:58:27.899Z | Compiling icu_normalizer_data v1.5.0 |
1328 | 2025-01-13T21:58:27.924Z | Compiling atomic-waker v1.1.2 |
1329 | 2025-01-13T21:58:27.999Z | Compiling write16 v1.0.0 |
1330 | 2025-01-13T21:58:28.019Z | Compiling num_threads v0.1.7 |
1331 | 2025-01-13T21:58:28.111Z | Compiling icu_normalizer v1.5.0 |
1332 | 2025-01-13T21:58:28.133Z | Compiling http-body v1.0.1 |
1333 | 2025-01-13T21:58:28.331Z | Compiling which v4.4.2 |
1334 | 2025-01-13T21:58:28.373Z | Compiling pest_generator v2.7.14 |
1335 | 2025-01-13T21:58:28.591Z | Compiling scroll v0.12.0 |
1336 | 2025-01-13T21:58:28.795Z | Compiling time v0.3.36 |
1337 | 2025-01-13T21:58:28.978Z | Compiling pkcs5 v0.7.1 |
1338 | 2025-01-13T21:58:29.173Z | Compiling form_urlencoded v1.2.1 |
1339 | 2025-01-13T21:58:29.515Z | Compiling try-lock v0.2.5 |
1340 | 2025-01-13T21:58:29.662Z | Compiling slog v2.7.0 |
1341 | 2025-01-13T21:58:29.699Z | Compiling want v0.3.1 |
1342 | 2025-01-13T21:58:30.003Z | Compiling pkcs8 v0.10.2 |
1343 | 2025-01-13T21:58:30.110Z | Compiling goblin v0.8.2 |
1344 | 2025-01-13T21:58:30.233Z | Compiling idna_adapter v1.2.0 |
1345 | 2025-01-13T21:58:30.269Z | Compiling uuid v1.11.0 |
1346 | 2025-01-13T21:58:30.453Z | Compiling pest_derive v2.7.14 |
1347 | 2025-01-13T21:58:30.473Z | Compiling httpdate v1.0.3 |
1348 | 2025-01-13T21:58:30.764Z | Compiling iana-time-zone v0.1.61 |
1349 | 2025-01-13T21:58:30.960Z | Compiling chrono v0.4.38 |
1350 | 2025-01-13T21:58:31.230Z | Compiling idna v1.0.3 |
1351 | 2025-01-13T21:58:31.256Z | Compiling dtrace-parser v0.2.0 |
1352 | 2025-01-13T21:58:32.595Z | Compiling serde_tokenstream v0.2.2 |
1353 | 2025-01-13T21:58:33.220Z | Compiling serde_spanned v0.6.8 |
1354 | 2025-01-13T21:58:33.238Z | Compiling toml_datetime v0.6.8 |
1355 | 2025-01-13T21:58:33.464Z | Compiling base64 v0.22.1 |
1356 | 2025-01-13T21:58:33.506Z | Compiling foreign-types-shared v0.1.1 |
1357 | 2025-01-13T21:58:33.618Z | Compiling tower-service v0.3.3 |
1358 | 2025-01-13T21:58:33.750Z | Compiling tokio-util v0.7.12 |
1359 | 2025-01-13T21:58:33.767Z | Compiling rustversion v1.0.17 |
1360 | 2025-01-13T21:58:34.104Z | Compiling openssl v0.10.66 |
1361 | 2025-01-13T21:58:34.236Z | Compiling adler2 v2.0.0 |
1362 | 2025-01-13T21:58:34.451Z | Compiling match_cfg v0.1.0 |
1363 | 2025-01-13T21:58:34.556Z | Compiling hostname v0.3.1 |
1364 | 2025-01-13T21:58:34.575Z | Compiling miniz_oxide v0.8.0 |
1365 | 2025-01-13T21:58:34.595Z | Compiling foreign-types v0.3.2 |
1366 | 2025-01-13T21:58:34.693Z | Compiling url v2.5.3 |
1367 | 2025-01-13T21:58:34.814Z | Compiling h2 v0.4.6 |
1368 | 2025-01-13T21:58:35.223Z | Compiling async-trait v0.1.83 |
1369 | 2025-01-13T21:58:36.143Z | Compiling dof v0.3.0 |
1370 | 2025-01-13T21:58:36.210Z | Compiling openssl-macros v0.1.1 |
1371 | 2025-01-13T21:58:36.722Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2025-01-13T21:58:37.017Z | Compiling usdt-impl v0.5.0 |
1373 | 2025-01-13T21:58:38.032Z | Compiling dirs-sys-next v0.1.2 |
1374 | 2025-01-13T21:58:38.418Z | Compiling rustls v0.23.19 |
1375 | 2025-01-13T21:58:38.657Z | Compiling schemars v0.8.21 |
1376 | 2025-01-13T21:58:38.687Z | Compiling native-tls v0.2.12 |
1377 | 2025-01-13T21:58:38.708Z | Compiling syn v1.0.109 |
1378 | 2025-01-13T21:58:39.004Z | Compiling data-encoding v2.6.0 |
1379 | 2025-01-13T21:58:39.024Z | Compiling siphasher v0.3.11 |
1380 | 2025-01-13T21:58:39.331Z | Compiling rustls v0.22.4 |
1381 | 2025-01-13T21:58:39.548Z | Compiling dirs-next v2.0.0 |
1382 | 2025-01-13T21:58:39.568Z | Compiling schemars_derive v0.8.21 |
1383 | 2025-01-13T21:58:40.730Z | Compiling http-body-util v0.1.2 |
1384 | 2025-01-13T21:58:41.178Z | Compiling crossbeam-epoch v0.9.18 |
1385 | 2025-01-13T21:58:41.200Z | Compiling heapless v0.7.17 |
1386 | 2025-01-13T21:58:41.245Z | Compiling sha1 v0.10.6 |
1387 | 2025-01-13T21:58:41.476Z | Compiling signature v2.2.0 |
1388 | 2025-01-13T21:58:41.636Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1389 | 2025-01-13T21:58:41.669Z | Compiling thread_local v1.1.8 |
1390 | 2025-01-13T21:58:41.774Z | Compiling cookie v0.18.1 |
1391 | 2025-01-13T21:58:41.974Z | Compiling hyper v1.5.0 |
1392 | 2025-01-13T21:58:42.115Z | Compiling multer v3.1.0 |
1393 | 2025-01-13T21:58:42.174Z | Compiling encoding_rs v0.8.34 |
1394 | 2025-01-13T21:58:42.269Z | Compiling ipnet v2.10.1 |
1395 | 2025-01-13T21:58:42.405Z | Compiling mime v0.3.17 |
1396 | 2025-01-13T21:58:42.995Z | Compiling rayon-core v1.12.1 |
1397 | 2025-01-13T21:58:43.073Z | Compiling signal-hook v0.3.17 |
1398 | 2025-01-13T21:58:43.256Z | Compiling gimli v0.31.1 |
1399 | 2025-01-13T21:58:43.343Z | Compiling slog-async v2.8.0 |
1400 | 2025-01-13T21:58:43.575Z | Compiling dyn-clone v1.0.17 |
1401 | 2025-01-13T21:58:43.794Z | Compiling openssl-probe v0.1.5 |
1402 | 2025-01-13T21:58:43.867Z | Compiling unicode-properties v0.1.3 |
1403 | 2025-01-13T21:58:44.179Z | Compiling toml_edit v0.22.22 |
1404 | 2025-01-13T21:58:44.277Z | Compiling stringprep v0.1.5 |
1405 | 2025-01-13T21:58:45.590Z | Compiling hyper-util v0.1.10 |
1406 | 2025-01-13T21:58:47.057Z | Compiling crossbeam-deque v0.8.5 |
1407 | 2025-01-13T21:58:47.412Z | Compiling usdt-attr-macro v0.5.0 |
1408 | 2025-01-13T21:58:48.462Z | Compiling addr2line v0.24.2 |
1409 | 2025-01-13T21:58:48.571Z | Compiling usdt-macro v0.5.0 |
1410 | 2025-01-13T21:58:48.591Z | Compiling term v0.7.0 |
1411 | 2025-01-13T21:58:48.986Z | Compiling slog-json v2.6.1 |
1412 | 2025-01-13T21:58:49.198Z | Compiling serde_urlencoded v0.7.1 |
1413 | 2025-01-13T21:58:49.390Z | Compiling crossbeam-channel v0.5.13 |
1414 | 2025-01-13T21:58:49.571Z | Compiling curve25519-dalek v4.1.3 |
1415 | 2025-01-13T21:58:49.703Z | Compiling enum-as-inner v0.6.1 |
1416 | 2025-01-13T21:58:50.099Z | Compiling futures-executor v0.3.31 |
1417 | 2025-01-13T21:58:50.119Z | Compiling md-5 v0.10.6 |
1418 | 2025-01-13T21:58:50.140Z | Compiling rustls-pemfile v2.2.0 |
1419 | 2025-01-13T21:58:50.390Z | Compiling async-stream-impl v0.3.6 |
1420 | 2025-01-13T21:58:50.490Z | Compiling num-integer v0.1.46 |
1421 | 2025-01-13T21:58:50.520Z | Compiling idna v0.3.0 |
1422 | 2025-01-13T21:58:50.724Z | Compiling idna v0.4.0 |
1423 | 2025-01-13T21:58:50.822Z | Compiling hash32 v0.2.1 |
1424 | 2025-01-13T21:58:51.192Z | Compiling ff v0.13.0 |
1425 | 2025-01-13T21:58:51.309Z | Compiling is-terminal v0.4.13 |
1426 | 2025-01-13T21:58:51.436Z | Compiling object v0.36.5 |
1427 | 2025-01-13T21:58:51.439Z | Compiling dropshot v0.12.0 |
1428 | 2025-01-13T21:58:51.768Z | Compiling portable-atomic v1.9.0 |
1429 | 2025-01-13T21:58:51.771Z | Compiling quick-error v1.2.3 |
1430 | 2025-01-13T21:58:51.992Z | Compiling smoltcp v0.9.1 |
1431 | 2025-01-13T21:58:52.253Z | Compiling base16ct v0.2.0 |
1432 | 2025-01-13T21:58:52.457Z | Compiling take_mut v0.2.2 |
1433 | 2025-01-13T21:58:52.598Z | Compiling num-bigint-dig v0.8.4 |
1434 | 2025-01-13T21:58:52.623Z | Compiling fallible-iterator v0.2.0 |
1435 | 2025-01-13T21:58:52.726Z | Compiling utf-8 v0.7.6 |
1436 | 2025-01-13T21:58:52.751Z | Compiling linked-hash-map v0.5.6 |
1437 | 2025-01-13T21:58:52.893Z | Compiling psl-types v2.0.11 |
1438 | 2025-01-13T21:58:52.935Z | Compiling anyhow v1.0.93 |
1439 | 2025-01-13T21:58:53.077Z | Compiling rustc-demangle v0.1.24 |
1440 | 2025-01-13T21:58:53.101Z | Compiling lru-cache v0.1.2 |
1441 | 2025-01-13T21:58:53.104Z | Compiling publicsuffix v2.2.3 |
1442 | 2025-01-13T21:58:53.297Z | Compiling postgres-protocol v0.6.7 |
1443 | 2025-01-13T21:58:53.394Z | Compiling tungstenite v0.24.0 |
1444 | 2025-01-13T21:58:53.991Z | Compiling sec1 v0.7.3 |
1445 | 2025-01-13T21:58:54.058Z | Compiling resolv-conf v0.7.0 |
1446 | 2025-01-13T21:58:54.612Z | Compiling async-stream v0.3.6 |
1447 | 2025-01-13T21:58:54.723Z | Compiling hickory-proto v0.24.1 |
1448 | 2025-01-13T21:58:54.743Z | Compiling usdt v0.5.0 |
1449 | 2025-01-13T21:58:54.838Z | Compiling slog-term v2.9.1 |
1450 | 2025-01-13T21:58:54.938Z | Compiling group v0.13.0 |
1451 | 2025-01-13T21:58:55.280Z | Compiling num-iter v0.1.45 |
1452 | 2025-01-13T21:58:55.480Z | Compiling futures v0.3.31 |
1453 | 2025-01-13T21:58:55.727Z | Compiling slog-bunyan v2.5.0 |
1454 | 2025-01-13T21:58:55.905Z | Compiling toml v0.8.19 |
1455 | 2025-01-13T21:58:57.695Z | Compiling tokio-native-tls v0.3.1 |
1456 | 2025-01-13T21:58:57.806Z | Compiling camino v1.1.9 |
1457 | 2025-01-13T21:58:57.827Z | Compiling phf_shared v0.11.2 |
1458 | 2025-01-13T21:58:57.985Z | Compiling dropshot_endpoint v0.12.0 |
1459 | 2025-01-13T21:58:58.214Z | Compiling terminal_size v0.4.0 |
1460 | 2025-01-13T21:58:58.370Z | Compiling waitgroup v0.1.2 |
1461 | 2025-01-13T21:58:58.436Z | Compiling openapiv3 v2.0.0 |
1462 | 2025-01-13T21:58:58.618Z | Compiling serde_path_to_error v0.1.16 |
1463 | 2025-01-13T21:58:58.774Z | Compiling hkdf v0.12.4 |
1464 | 2025-01-13T21:58:59.045Z | Compiling backtrace v0.3.74 |
1465 | 2025-01-13T21:58:59.488Z | Compiling crypto-bigint v0.5.5 |
1466 | 2025-01-13T21:58:59.762Z | Compiling webpki-roots v0.26.6 |
1467 | 2025-01-13T21:58:59.976Z | Compiling zerocopy-derive v0.6.6 |
1468 | 2025-01-13T21:59:02.386Z | Compiling curve25519-dalek-derive v0.1.1 |
1469 | 2025-01-13T21:59:02.821Z | Compiling idna v0.5.0 |
1470 | 2025-01-13T21:59:02.954Z | Compiling hostname v0.4.0 |
1471 | 2025-01-13T21:59:03.186Z | Compiling crc32fast v1.4.2 |
1472 | 2025-01-13T21:59:03.212Z | Compiling fs-err v2.11.0 |
1473 | 2025-01-13T21:59:03.286Z | Compiling hubpack_derive v0.1.1 |
1474 | 2025-01-13T21:59:03.488Z | Compiling ahash v0.8.11 |
1475 | 2025-01-13T21:59:03.530Z | Compiling newtype-uuid v1.1.3 |
1476 | 2025-01-13T21:59:03.808Z | Compiling bitflags v1.3.2 |
1477 | 2025-01-13T21:59:03.811Z | Compiling debug-ignore v1.0.5 |
1478 | 2025-01-13T21:59:03.945Z | Compiling managed v0.8.0 |
1479 | 2025-01-13T21:59:03.964Z | Compiling winnow v0.5.40 |
1480 | 2025-01-13T21:59:04.187Z | Compiling hubpack v0.1.2 |
1481 | 2025-01-13T21:59:04.563Z | Compiling strum_macros v0.25.3 |
1482 | 2025-01-13T21:59:04.666Z | Compiling clap_builder v4.5.21 |
1483 | 2025-01-13T21:59:05.455Z | Compiling console v0.15.8 |
1484 | 2025-01-13T21:59:05.957Z | Compiling cookie_store v0.21.0 |
1485 | 2025-01-13T21:59:06.714Z | Compiling flate2 v1.0.34 |
1486 | 2025-01-13T21:59:07.126Z | Compiling elliptic-curve v0.13.8 |
1487 | 2025-01-13T21:59:07.661Z | Compiling toml_edit v0.19.15 |
1488 | 2025-01-13T21:59:07.779Z | Compiling zerocopy v0.6.6 |
1489 | 2025-01-13T21:59:07.907Z | Compiling hickory-resolver v0.24.1 |
1490 | 2025-01-13T21:59:08.681Z | Compiling phf v0.11.2 |
1491 | 2025-01-13T21:59:08.942Z | Compiling hyper-tls v0.6.0 |
1492 | 2025-01-13T21:59:08.973Z | Compiling signal-hook-mio v0.2.4 |
1493 | 2025-01-13T21:59:08.992Z | Compiling rayon v1.10.0 |
1494 | 2025-01-13T21:59:09.136Z | Compiling bzip2 v0.4.4 |
1495 | 2025-01-13T21:59:09.544Z | Compiling tokio-tungstenite v0.24.0 |
1496 | 2025-01-13T21:59:10.159Z | Compiling postgres-types v0.2.8 |
1497 | 2025-01-13T21:59:12.323Z | Compiling ed25519 v2.2.3 |
1498 | 2025-01-13T21:59:13.165Z | Compiling phf_shared v0.10.0 |
1499 | 2025-01-13T21:59:13.601Z | Compiling tokio-stream v0.1.16 |
1500 | 2025-01-13T21:59:14.024Z | Compiling pkcs1 v0.7.5 |
1501 | 2025-01-13T21:59:14.287Z | Compiling serde-big-array v0.5.1 |
1502 | 2025-01-13T21:59:14.458Z | Compiling clap_derive v4.5.18 |
1503 | 2025-01-13T21:59:14.526Z | Compiling rfc6979 v0.4.0 |
1504 | 2025-01-13T21:59:14.704Z | Compiling serde_repr v0.1.19 |
1505 | 2025-01-13T21:59:14.726Z | Compiling derive-where v1.2.7 |
1506 | 2025-01-13T21:59:14.857Z | Compiling float-cmp v0.9.0 |
1507 | 2025-01-13T21:59:15.034Z | Compiling bstr v1.10.0 |
1508 | 2025-01-13T21:59:15.096Z | Compiling sync_wrapper v1.0.1 |
1509 | 2025-01-13T21:59:15.261Z | Compiling predicates-core v1.0.8 |
1510 | 2025-01-13T21:59:15.653Z | Compiling static_assertions v1.1.0 |
1511 | 2025-01-13T21:59:15.761Z | Compiling new_debug_unreachable v1.0.6 |
1512 | 2025-01-13T21:59:15.858Z | Compiling precomputed-hash v0.1.1 |
1513 | 2025-01-13T21:59:15.878Z | Compiling unicode-width v0.2.0 |
1514 | 2025-01-13T21:59:15.921Z | Compiling whoami v1.5.2 |
1515 | 2025-01-13T21:59:15.980Z | Compiling fixedbitset v0.4.2 |
1516 | 2025-01-13T21:59:16.425Z | Compiling bit-vec v0.6.3 |
1517 | 2025-01-13T21:59:16.446Z | Compiling number_prefix v0.4.0 |
1518 | 2025-01-13T21:59:16.568Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2025-01-13T21:59:16.689Z | Compiling difflib v0.4.0 |
1520 | 2025-01-13T21:59:16.709Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2025-01-13T21:59:16.867Z | Compiling bit-set v0.5.3 |
1522 | 2025-01-13T21:59:16.892Z | Compiling indicatif v0.17.9 |
1523 | 2025-01-13T21:59:17.206Z | Compiling predicates v3.1.2 |
1524 | 2025-01-13T21:59:17.628Z | Compiling similar v2.6.0 |
1525 | 2025-01-13T21:59:18.391Z | Compiling tokio-postgres v0.7.12 |
1526 | 2025-01-13T21:59:18.454Z | Compiling petgraph v0.6.5 |
1527 | 2025-01-13T21:59:18.977Z | Compiling string_cache v0.8.7 |
1528 | 2025-01-13T21:59:19.214Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1529 | 2025-01-13T21:59:19.461Z | Compiling ecdsa v0.16.9 |
1530 | 2025-01-13T21:59:19.732Z | Compiling clap v4.5.21 |
1531 | 2025-01-13T21:59:19.865Z | Compiling rsa v0.9.6 |
1532 | 2025-01-13T21:59:20.122Z | Compiling ed25519-dalek v2.1.1 |
1533 | 2025-01-13T21:59:20.337Z | Compiling toml v0.7.8 |
1534 | 2025-01-13T21:59:21.513Z | Compiling zip v0.6.6 |
1535 | 2025-01-13T21:59:22.128Z | Compiling crossterm v0.28.1 |
1536 | 2025-01-13T21:59:23.545Z | Compiling hex v0.4.3 |
1537 | 2025-01-13T21:59:24.060Z | Compiling x509-cert v0.2.5 |
1538 | 2025-01-13T21:59:24.174Z | Compiling itertools v0.10.5 |
1539 | 2025-01-13T21:59:24.295Z | Compiling peg-runtime v0.8.3 |
1540 | 2025-01-13T21:59:24.345Z | Compiling lalrpop-util v0.19.12 |
1541 | 2025-01-13T21:59:24.732Z | Compiling unicode-xid v0.2.6 |
1542 | 2025-01-13T21:59:24.925Z | Compiling strum_macros v0.26.4 |
1543 | 2025-01-13T21:59:24.969Z | Compiling xattr v1.3.1 |
1544 | 2025-01-13T21:59:25.250Z | Compiling filetime v0.2.25 |
1545 | 2025-01-13T21:59:25.581Z | Compiling tar v0.4.42 |
1546 | 2025-01-13T21:59:30.037Z | Compiling strum v0.26.3 |
1547 | 2025-01-13T21:59:32.904Z | Compiling aws-lc-sys v0.22.0 |
1548 | 2025-01-13T22:00:04.494Z | Compiling rustls-webpki v0.102.8 |
1549 | 2025-01-13T22:00:07.956Z | Compiling tokio-rustls v0.25.0 |
1550 | 2025-01-13T22:00:09.605Z | Compiling tokio-rustls v0.26.0 |
1551 | 2025-01-13T22:00:10.073Z | Compiling hyper-rustls v0.27.3 |
1552 | 2025-01-13T22:00:10.407Z | Compiling reqwest v0.12.9 |
1553 | 2025-01-13T22:00:11.297Z | Compiling qorb v0.2.1 |
1554 | 2025-01-13T22:00:16.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1555 | 2025-01-13T22:00:16.769Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1556 | 2025-01-13T22:00:22.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1557 | 2025-01-13T22:00:22.846Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1558 | 2025-01-13T22:00:22.898Z | Jan 13 22:00:21.729 INFO Starting download, target: Clickhouse |
1559 | 2025-01-13T22:00:22.898Z | Jan 13 22:00:21.729 INFO Starting download, target: Cockroach |
1560 | 2025-01-13T22:00:22.898Z | Jan 13 22:00:21.729 INFO Starting download, target: Console |
1561 | 2025-01-13T22:00:22.898Z | Jan 13 22:00:21.729 INFO Starting download, target: DendriteOpenapi |
1562 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.729 INFO Starting download, target: DendriteStub |
1563 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Starting download, target: MaghemiteMgd |
1564 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Starting download, target: TransceiverControl |
1565 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1566 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1567 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1568 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1569 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1570 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1571 | 2025-01-13T22:00:22.901Z | Jan 13 22:00:21.730 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1572 | 2025-01-13T22:00:23.069Z | Jan 13 22:00:21.894 INFO Download complete, target: DendriteOpenapi |
1573 | 2025-01-13T22:00:23.228Z | Jan 13 22:00:22.058 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1574 | 2025-01-13T22:00:23.456Z | Jan 13 22:00:22.284 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1575 | 2025-01-13T22:00:23.780Z | Jan 13 22:00:22.606 INFO Download complete, target: Console |
1576 | 2025-01-13T22:00:23.860Z | Jan 13 22:00:22.684 INFO Download complete, target: TransceiverControl |
1577 | 2025-01-13T22:00:23.976Z | Jan 13 22:00:22.807 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1578 | 2025-01-13T22:00:24.170Z | Jan 13 22:00:23.001 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2025-01-13T22:00:24.876Z | Jan 13 22:00:23.708 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1580 | 2025-01-13T22:00:24.876Z | Jan 13 22:00:23.708 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1581 | 2025-01-13T22:00:24.922Z | Jan 13 22:00:23.754 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1582 | 2025-01-13T22:00:26.699Z | Jan 13 22:00:25.531 INFO Download complete, target: DendriteStub |
1583 | 2025-01-13T22:00:26.964Z | Jan 13 22:00:25.795 INFO Download complete, target: MaghemiteMgd |
1584 | 2025-01-13T22:00:32.159Z | Jan 13 22:00:30.990 INFO Checking that binary works, target: Cockroach |
1585 | 2025-01-13T22:00:32.316Z | Jan 13 22:00:31.147 INFO Download complete, target: Cockroach |
1586 | 2025-01-13T22:00:37.038Z | Jan 13 22:00:35.869 INFO Checking that binary works, target: Clickhouse |
1587 | 2025-01-13T22:00:37.394Z | Jan 13 22:00:36.224 INFO Download complete, target: Clickhouse |
1588 | 2025-01-13T22:00:37.446Z | All builder prerequisites installed successfully, and PATH looks valid |
1589 | 2025-01-13T22:00:37.449Z | |
1590 | 2025-01-13T22:00:37.449Z | real 5:37.920173474 |
1591 | 2025-01-13T22:00:37.449Z | user 16:48.180644482 |
1592 | 2025-01-13T22:00:37.449Z | sys 3:17.139917842 |
1593 | 2025-01-13T22:00:37.449Z | trap 0.561839558 |
1594 | 2025-01-13T22:00:37.449Z | tflt 4.935569542 |
1595 | 2025-01-13T22:00:37.449Z | dflt 4.502294314 |
1596 | 2025-01-13T22:00:37.449Z | kflt 0.217015195 |
1597 | 2025-01-13T22:00:37.449Z | lock 30:28.105831853 |
1598 | 2025-01-13T22:00:37.449Z | slp 1:04:55.462505736 |
1599 | 2025-01-13T22:00:37.449Z | lat 56.956727571 |
1600 | 2025-01-13T22:00:37.449Z | stop 2:18.309599037 |
1601 | 2025-01-13T22:00:37.449Z | + banner clippy |
1602 | 2025-01-13T22:00:37.451Z | |
1603 | 2025-01-13T22:00:37.452Z | #### # # ##### ##### # # |
1604 | 2025-01-13T22:00:37.452Z | # # # # # # # # # # |
1605 | 2025-01-13T22:00:37.452Z | # # # # # # # # |
1606 | 2025-01-13T22:00:37.452Z | # # # ##### ##### # |
1607 | 2025-01-13T22:00:37.452Z | # # # # # # # |
1608 | 2025-01-13T22:00:37.452Z | #### ###### # # # # |
1609 | 2025-01-13T22:00:37.452Z | |
1610 | 2025-01-13T22:00:37.452Z | + export CARGO_INCREMENTAL=0 |
1611 | 2025-01-13T22:00:37.452Z | + CARGO_INCREMENTAL=0 |
1612 | 2025-01-13T22:00:37.452Z | + ptime -m cargo xtask clippy |
1613 | 2025-01-13T22:00:37.987Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1614 | 2025-01-13T22:00:41.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
1615 | 2025-01-13T22:00:41.899Z | Running `target/debug/xtask clippy` |
1616 | 2025-01-13T22:00:41.921Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1617 | 2025-01-13T22:00:42.600Z | Downloading crates ... |
1618 | 2025-01-13T22:00:42.950Z | Downloaded doc-comment v0.3.3 |
1619 | 2025-01-13T22:00:42.953Z | Downloaded cast v0.3.0 |
1620 | 2025-01-13T22:00:42.957Z | Downloaded approx v0.5.1 |
1621 | 2025-01-13T22:00:42.959Z | Downloaded event-listener v2.5.3 |
1622 | 2025-01-13T22:00:42.962Z | Downloaded async-object-pool v0.1.5 |
1623 | 2025-01-13T22:00:42.965Z | Downloaded async-io v2.3.4 |
1624 | 2025-01-13T22:00:42.969Z | Downloaded blocking v1.6.1 |
1625 | 2025-01-13T22:00:42.969Z | Downloaded async-channel v1.9.0 |
1626 | 2025-01-13T22:00:42.971Z | Downloaded target-triple v0.1.3 |
1627 | 2025-01-13T22:00:42.983Z | Downloaded plotters-svg v0.3.7 |
1628 | 2025-01-13T22:00:42.986Z | Downloaded guppy-workspace-hack v0.1.0 |
1629 | 2025-01-13T22:00:42.986Z | Downloaded pathdiff v0.2.2 |
1630 | 2025-01-13T22:00:42.986Z | Downloaded nested v0.1.1 |
1631 | 2025-01-13T22:00:42.990Z | Downloaded escape8259 v0.5.3 |
1632 | 2025-01-13T22:00:42.999Z | Downloaded datatest-stable v0.2.9 |
1633 | 2025-01-13T22:00:43.002Z | Downloaded concurrent-queue v2.5.0 |
1634 | 2025-01-13T22:00:43.009Z | Downloaded anes v0.1.6 |
1635 | 2025-01-13T22:00:43.030Z | Downloaded serde_regex v1.1.0 |
1636 | 2025-01-13T22:00:43.032Z | Downloaded rust-argon2 v2.1.0 |
1637 | 2025-01-13T22:00:43.032Z | Downloaded proc-macro-crate v3.2.0 |
1638 | 2025-01-13T22:00:43.035Z | Downloaded plotters-backend v0.3.7 |
1639 | 2025-01-13T22:00:43.035Z | Downloaded piper v0.2.4 |
1640 | 2025-01-13T22:00:43.037Z | Downloaded kv-log-macro v1.0.7 |
1641 | 2025-01-13T22:00:43.037Z | Downloaded indoc v2.0.5 |
1642 | 2025-01-13T22:00:43.041Z | Downloaded relative-path v1.9.3 |
1643 | 2025-01-13T22:00:43.043Z | Downloaded path-tree v0.8.1 |
1644 | 2025-01-13T22:00:43.043Z | Downloaded oorandom v11.1.4 |
1645 | 2025-01-13T22:00:43.043Z | Downloaded num_cpus v1.16.0 |
1646 | 2025-01-13T22:00:43.046Z | Downloaded parking v2.2.1 |
1647 | 2025-01-13T22:00:43.048Z | Downloaded futures-timer v3.0.3 |
1648 | 2025-01-13T22:00:43.048Z | Downloaded event-listener-strategy v0.5.2 |
1649 | 2025-01-13T22:00:43.051Z | Downloaded async-attributes v1.1.2 |
1650 | 2025-01-13T22:00:43.051Z | Downloaded async-signal v0.2.10 |
1651 | 2025-01-13T22:00:43.053Z | Downloaded stringmetrics v2.2.2 |
1652 | 2025-01-13T22:00:43.055Z | Downloaded async-channel v2.3.1 |
1653 | 2025-01-13T22:00:43.055Z | Downloaded similar-asserts v1.6.0 |
1654 | 2025-01-13T22:00:43.058Z | Downloaded async-global-executor v2.4.1 |
1655 | 2025-01-13T22:00:43.060Z | Downloaded assert-json-diff v2.0.2 |
1656 | 2025-01-13T22:00:43.063Z | Downloaded tinytemplate v1.2.1 |
1657 | 2025-01-13T22:00:43.065Z | Downloaded hyper-rustls v0.26.0 |
1658 | 2025-01-13T22:00:43.067Z | Downloaded assert_cmd v2.0.16 |
1659 | 2025-01-13T22:00:43.067Z | Downloaded httptest v0.16.1 |
1660 | 2025-01-13T22:00:43.070Z | Downloaded async-process v2.3.0 |
1661 | 2025-01-13T22:00:43.073Z | Downloaded async-executor v1.13.1 |
1662 | 2025-01-13T22:00:43.075Z | Downloaded threadpool v1.8.1 |
1663 | 2025-01-13T22:00:43.075Z | Downloaded target-spec v3.2.2 |
1664 | 2025-01-13T22:00:43.078Z | Downloaded rustls-native-certs v0.7.3 |
1665 | 2025-01-13T22:00:43.078Z | Downloaded partial-io v0.5.4 |
1666 | 2025-01-13T22:00:43.080Z | Downloaded libtest-mimic v0.7.3 |
1667 | 2025-01-13T22:00:43.083Z | Downloaded target-lexicon v0.12.16 |
1668 | 2025-01-13T22:00:43.085Z | Downloaded cfg-expr v0.17.0 |
1669 | 2025-01-13T22:00:43.087Z | Downloaded blake2b_simd v1.0.2 |
1670 | 2025-01-13T22:00:43.090Z | Downloaded futures-lite v2.3.0 |
1671 | 2025-01-13T22:00:43.092Z | Downloaded async-task v4.7.1 |
1672 | 2025-01-13T22:00:43.102Z | Downloaded criterion-plot v0.5.0 |
1673 | 2025-01-13T22:00:43.105Z | Downloaded trybuild v1.0.101 |
1674 | 2025-01-13T22:00:43.108Z | Downloaded async-lock v3.4.0 |
1675 | 2025-01-13T22:00:43.111Z | Downloaded rstest_macros v0.23.0 |
1676 | 2025-01-13T22:00:43.114Z | Downloaded rand_distr v0.4.3 |
1677 | 2025-01-13T22:00:43.117Z | Downloaded polling v3.7.3 |
1678 | 2025-01-13T22:00:43.119Z | Downloaded event-listener v5.3.1 |
1679 | 2025-01-13T22:00:43.123Z | Downloaded rstest v0.23.0 |
1680 | 2025-01-13T22:00:43.128Z | Downloaded yansi v1.0.1 |
1681 | 2025-01-13T22:00:43.131Z | Downloaded pretty_assertions v1.4.1 |
1682 | 2025-01-13T22:00:43.133Z | Downloaded fancy-regex v0.13.0 |
1683 | 2025-01-13T22:00:43.137Z | Downloaded criterion v0.5.1 |
1684 | 2025-01-13T22:00:43.145Z | Downloaded guppy v0.17.8 |
1685 | 2025-01-13T22:00:43.150Z | Downloaded plotters v0.3.7 |
1686 | 2025-01-13T22:00:43.160Z | Downloaded async-std v1.13.0 |
1687 | 2025-01-13T22:00:43.258Z | Downloaded httpmock v0.8.0-alpha.1 |
1688 | 2025-01-13T22:00:44.053Z | Checking cfg-if v1.0.0 |
1689 | 2025-01-13T22:00:44.131Z | Checking libc v0.2.162 |
1690 | 2025-01-13T22:00:44.152Z | Checking serde v1.0.215 |
1691 | 2025-01-13T22:00:44.178Z | Checking memchr v2.7.4 |
1692 | 2025-01-13T22:00:44.201Z | Checking value-bag v1.9.0 |
1693 | 2025-01-13T22:00:44.219Z | Checking scopeguard v1.2.0 |
1694 | 2025-01-13T22:00:44.243Z | Checking zeroize v1.8.1 |
1695 | 2025-01-13T22:00:44.268Z | Checking smallvec v1.13.2 |
1696 | 2025-01-13T22:00:44.291Z | Checking itoa v1.0.11 |
1697 | 2025-01-13T22:00:44.357Z | Checking lock_api v0.4.12 |
1698 | 2025-01-13T22:00:44.519Z | Checking byteorder v1.5.0 |
1699 | 2025-01-13T22:00:44.548Z | Checking pin-project-lite v0.2.14 |
1700 | 2025-01-13T22:00:44.605Z | Checking subtle v2.6.1 |
1701 | 2025-01-13T22:00:44.629Z | Checking log v0.4.22 |
1702 | 2025-01-13T22:00:44.669Z | Checking once_cell v1.20.2 |
1703 | 2025-01-13T22:00:44.786Z | Checking typenum v1.17.0 |
1704 | 2025-01-13T22:00:44.886Z | Checking futures-core v0.3.31 |
1705 | 2025-01-13T22:00:44.933Z | Checking libm v0.2.8 |
1706 | 2025-01-13T22:00:44.972Z | Checking thiserror v1.0.69 |
1707 | 2025-01-13T22:00:45.068Z | Checking zerocopy v0.7.35 |
1708 | 2025-01-13T22:00:45.098Z | Checking ryu v1.0.18 |
1709 | 2025-01-13T22:00:45.133Z | Checking spin v0.9.8 |
1710 | 2025-01-13T22:00:45.162Z | Checking const-oid v0.9.6 |
1711 | 2025-01-13T22:00:45.318Z | Checking getrandom v0.2.15 |
1712 | 2025-01-13T22:00:45.345Z | Checking parking_lot_core v0.9.10 |
1713 | 2025-01-13T22:00:45.479Z | Checking signal-hook-registry v1.4.2 |
1714 | 2025-01-13T22:00:45.547Z | Checking rand_core v0.6.4 |
1715 | 2025-01-13T22:00:45.707Z | Checking parking_lot v0.12.3 |
1716 | 2025-01-13T22:00:45.731Z | Checking mio v1.0.2 |
1717 | 2025-01-13T22:00:45.805Z | Checking num-traits v0.2.19 |
1718 | 2025-01-13T22:00:45.851Z | Checking socket2 v0.5.7 |
1719 | 2025-01-13T22:00:46.063Z | Checking futures-io v0.3.31 |
1720 | 2025-01-13T22:00:46.187Z | Checking generic-array v0.14.7 |
1721 | 2025-01-13T22:00:46.269Z | Checking slab v0.4.9 |
1722 | 2025-01-13T22:00:46.347Z | Checking cpufeatures v0.2.14 |
1723 | 2025-01-13T22:00:46.349Z | Checking allocator-api2 v0.2.18 |
1724 | 2025-01-13T22:00:46.471Z | Checking futures-sink v0.3.31 |
1725 | 2025-01-13T22:00:46.514Z | Checking pin-utils v0.1.0 |
1726 | 2025-01-13T22:00:46.558Z | Checking foldhash v0.1.3 |
1727 | 2025-01-13T22:00:46.655Z | Checking equivalent v1.0.1 |
1728 | 2025-01-13T22:00:46.658Z | Checking futures-channel v0.3.31 |
1729 | 2025-01-13T22:00:46.787Z | Checking futures-task v0.3.31 |
1730 | 2025-01-13T22:00:46.828Z | Checking stable_deref_trait v1.2.0 |
1731 | 2025-01-13T22:00:46.958Z | Checking iana-time-zone v0.1.61 |
1732 | 2025-01-13T22:00:47.038Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1733 | 2025-01-13T22:00:47.068Z | Checking fnv v1.0.7 |
1734 | 2025-01-13T22:00:47.071Z | Checking hashbrown v0.15.1 |
1735 | 2025-01-13T22:00:47.111Z | Checking futures-util v0.3.31 |
1736 | 2025-01-13T22:00:47.114Z | Checking ppv-lite86 v0.2.20 |
1737 | 2025-01-13T22:00:47.193Z | Checking tracing-core v0.1.32 |
1738 | 2025-01-13T22:00:47.385Z | Checking errno v0.3.9 |
1739 | 2025-01-13T22:00:47.416Z | Checking crypto-common v0.1.6 |
1740 | 2025-01-13T22:00:47.562Z | Checking block-buffer v0.10.4 |
1741 | 2025-01-13T22:00:47.588Z | Checking zerofrom v0.1.4 |
1742 | 2025-01-13T22:00:47.611Z | Checking dyn-clone v1.0.17 |
1743 | 2025-01-13T22:00:47.762Z | Checking block-padding v0.3.3 |
1744 | 2025-01-13T22:00:47.797Z | Checking yoke v0.7.4 |
1745 | 2025-01-13T22:00:47.799Z | Checking digest v0.10.7 |
1746 | 2025-01-13T22:00:47.851Z | Checking tracing v0.1.40 |
1747 | 2025-01-13T22:00:47.913Z | Checking rand_chacha v0.3.1 |
1748 | 2025-01-13T22:00:47.967Z | Checking inout v0.1.3 |
1749 | 2025-01-13T22:00:48.219Z | Checking zerovec v0.10.4 |
1750 | 2025-01-13T22:00:48.221Z | Checking crossbeam-utils v0.8.20 |
1751 | 2025-01-13T22:00:48.224Z | Checking percent-encoding v2.3.1 |
1752 | 2025-01-13T22:00:48.227Z | Checking cipher v0.4.4 |
1753 | 2025-01-13T22:00:48.271Z | Checking litemap v0.7.3 |
1754 | 2025-01-13T22:00:48.297Z | Checking rand v0.8.5 |
1755 | 2025-01-13T22:00:48.433Z | Checking writeable v0.5.5 |
1756 | 2025-01-13T22:00:48.637Z | Checking tinyvec_macros v0.1.1 |
1757 | 2025-01-13T22:00:48.672Z | Checking form_urlencoded v1.2.1 |
1758 | 2025-01-13T22:00:48.739Z | Checking tinyvec v1.8.0 |
1759 | 2025-01-13T22:00:48.766Z | Checking httparse v1.9.5 |
1760 | 2025-01-13T22:00:48.873Z | Checking icu_locid_transform_data v1.5.0 |
1761 | 2025-01-13T22:00:48.919Z | Checking regex-syntax v0.8.5 |
1762 | 2025-01-13T22:00:48.991Z | Checking atomic-waker v1.1.2 |
1763 | 2025-01-13T22:00:49.138Z | Checking base64ct v1.6.0 |
1764 | 2025-01-13T22:00:49.207Z | Checking hmac v0.12.1 |
1765 | 2025-01-13T22:00:49.252Z | Checking bytes v1.8.0 |
1766 | 2025-01-13T22:00:49.443Z | Checking bitflags v2.6.0 |
1767 | 2025-01-13T22:00:49.598Z | Checking serde_json v1.0.133 |
1768 | 2025-01-13T22:00:49.621Z | Checking indexmap v2.6.0 |
1769 | 2025-01-13T22:00:49.742Z | Checking chrono v0.4.38 |
1770 | 2025-01-13T22:00:49.802Z | Checking uuid v1.11.0 |
1771 | 2025-01-13T22:00:50.082Z | Checking tokio v1.40.0 |
1772 | 2025-01-13T22:00:50.109Z | Checking rustix v0.38.37 |
1773 | 2025-01-13T22:00:50.427Z | Checking http v1.1.0 |
1774 | 2025-01-13T22:00:50.919Z | Checking tinystr v0.7.6 |
1775 | 2025-01-13T22:00:51.297Z | Checking icu_locid v1.5.0 |
1776 | 2025-01-13T22:00:51.351Z | Checking unicode-normalization v0.1.24 |
1777 | 2025-01-13T22:00:51.842Z | Checking icu_collections v1.5.0 |
1778 | 2025-01-13T22:00:51.887Z | Checking schemars v0.8.21 |
1779 | 2025-01-13T22:00:52.284Z | Checking sha2 v0.10.8 |
1780 | 2025-01-13T22:00:52.313Z | Checking icu_properties_data v1.5.0 |
1781 | 2025-01-13T22:00:52.337Z | Checking icu_provider v1.5.0 |
1782 | 2025-01-13T22:00:52.368Z | Checking untrusted v0.9.0 |
1783 | 2025-01-13T22:00:52.532Z | Checking ring v0.17.8 |
1784 | 2025-01-13T22:00:52.564Z | Checking aho-corasick v1.1.3 |
1785 | 2025-01-13T22:00:52.567Z | Checking icu_normalizer_data v1.5.0 |
1786 | 2025-01-13T22:00:52.677Z | Checking unicode-ident v1.0.13 |
1787 | 2025-01-13T22:00:52.826Z | Checking utf16_iter v1.0.5 |
1788 | 2025-01-13T22:00:52.862Z | Checking unicode-bidi v0.3.17 |
1789 | 2025-01-13T22:00:52.992Z | Checking icu_locid_transform v1.5.0 |
1790 | 2025-01-13T22:00:53.018Z | Checking write16 v1.0.0 |
1791 | 2025-01-13T22:00:53.161Z | Checking utf8_iter v1.0.4 |
1792 | 2025-01-13T22:00:53.391Z | Checking lazy_static v1.5.0 |
1793 | 2025-01-13T22:00:53.532Z | Checking adler2 v2.0.0 |
1794 | 2025-01-13T22:00:53.560Z | Checking powerfmt v0.2.0 |
1795 | 2025-01-13T22:00:53.563Z | Checking num-conv v0.1.0 |
1796 | 2025-01-13T22:00:53.689Z | Checking miniz_oxide v0.8.0 |
1797 | 2025-01-13T22:00:53.737Z | Checking rustls-pki-types v1.10.0 |
1798 | 2025-01-13T22:00:53.849Z | Checking deranged v0.3.11 |
1799 | 2025-01-13T22:00:53.853Z | Checking num_threads v0.1.7 |
1800 | 2025-01-13T22:00:54.002Z | Checking time-core v0.1.2 |
1801 | 2025-01-13T22:00:54.031Z | Checking icu_properties v1.5.1 |
1802 | 2025-01-13T22:00:54.164Z | Checking proc-macro2 v1.0.89 |
1803 | 2025-01-13T22:00:54.255Z | Checking regex-automata v0.4.8 |
1804 | 2025-01-13T22:00:54.350Z | Checking pem-rfc7468 v0.7.0 |
1805 | 2025-01-13T22:00:54.410Z | Checking http-body v1.0.1 |
1806 | 2025-01-13T22:00:54.470Z | Checking aws-lc-sys v0.22.0 |
1807 | 2025-01-13T22:00:54.632Z | Checking try-lock v0.2.5 |
1808 | 2025-01-13T22:00:54.656Z | Checking mirai-annotations v1.12.0 |
1809 | 2025-01-13T22:00:54.780Z | Checking httpdate v1.0.3 |
1810 | 2025-01-13T22:00:54.839Z | Checking base64 v0.22.1 |
1811 | 2025-01-13T22:00:54.841Z | Checking quote v1.0.37 |
1812 | 2025-01-13T22:00:55.036Z | Checking untrusted v0.7.1 |
1813 | 2025-01-13T22:00:55.213Z | Checking want v0.3.1 |
1814 | 2025-01-13T22:00:55.215Z | Checking syn v2.0.87 |
1815 | 2025-01-13T22:00:55.329Z | Checking flagset v0.4.6 |
1816 | 2025-01-13T22:00:55.418Z | Checking pbkdf2 v0.12.2 |
1817 | 2025-01-13T22:00:55.533Z | Checking der v0.7.9 |
1818 | 2025-01-13T22:00:55.603Z | Checking aes v0.8.4 |
1819 | 2025-01-13T22:00:55.663Z | Checking time v0.3.36 |
1820 | 2025-01-13T22:00:56.485Z | Checking cbc v0.1.2 |
1821 | 2025-01-13T22:00:56.739Z | Checking salsa20 v0.10.2 |
1822 | 2025-01-13T22:00:56.974Z | Checking ahash v0.8.11 |
1823 | 2025-01-13T22:00:57.113Z | Checking aws-lc-rs v1.10.0 |
1824 | 2025-01-13T22:00:57.468Z | Checking icu_normalizer v1.5.0 |
1825 | 2025-01-13T22:00:57.488Z | Checking spki v0.7.3 |
1826 | 2025-01-13T22:00:57.573Z | Checking slog v2.7.0 |
1827 | 2025-01-13T22:00:57.659Z | Checking tokio-util v0.7.12 |
1828 | 2025-01-13T22:00:57.788Z | Checking tower-service v0.3.3 |
1829 | 2025-01-13T22:00:57.926Z | Checking scrypt v0.11.0 |
1830 | 2025-01-13T22:00:58.094Z | Checking gimli v0.31.1 |
1831 | 2025-01-13T22:00:58.229Z | Checking mime v0.3.17 |
1832 | 2025-01-13T22:00:58.886Z | Checking idna_adapter v1.2.0 |
1833 | 2025-01-13T22:00:58.905Z | Checking pkcs5 v0.7.1 |
1834 | 2025-01-13T22:00:58.906Z | Checking object v0.36.5 |
1835 | 2025-01-13T22:00:58.906Z | Checking idna v1.0.3 |
1836 | 2025-01-13T22:00:58.906Z | Checking h2 v0.4.6 |
1837 | 2025-01-13T22:00:58.906Z | Checking utf8parse v0.2.2 |
1838 | 2025-01-13T22:00:58.910Z | Checking rustc-demangle v0.1.24 |
1839 | 2025-01-13T22:00:58.919Z | Checking rustls-webpki v0.102.8 |
1840 | 2025-01-13T22:00:58.980Z | Checking url v2.5.3 |
1841 | 2025-01-13T22:00:59.007Z | Checking regex v1.11.1 |
1842 | 2025-01-13T22:00:59.337Z | Checking pkcs8 v0.10.2 |
1843 | 2025-01-13T22:00:59.645Z | Checking http-body-util v0.1.2 |
1844 | 2025-01-13T22:00:59.672Z | Checking futures-executor v0.3.31 |
1845 | 2025-01-13T22:00:59.788Z | Checking serde_spanned v0.6.8 |
1846 | 2025-01-13T22:00:59.876Z | Checking toml_datetime v0.6.8 |
1847 | 2025-01-13T22:00:59.916Z | Checking data-encoding v2.6.0 |
1848 | 2025-01-13T22:00:59.988Z | Checking unicode-width v0.1.14 |
1849 | 2025-01-13T22:01:00.083Z | Checking ipnet v2.10.1 |
1850 | 2025-01-13T22:01:00.184Z | Checking futures v0.3.31 |
1851 | 2025-01-13T22:01:00.317Z | Checking rustls-pemfile v2.2.0 |
1852 | 2025-01-13T22:01:00.474Z | Checking foreign-types-shared v0.1.1 |
1853 | 2025-01-13T22:01:00.556Z | Checking openssl-probe v0.1.5 |
1854 | 2025-01-13T22:01:00.589Z | Checking anstyle v1.0.10 |
1855 | 2025-01-13T22:01:00.614Z | Checking either v1.13.0 |
1856 | 2025-01-13T22:01:00.635Z | Checking foreign-types v0.3.2 |
1857 | 2025-01-13T22:01:00.725Z | Checking semver v1.0.23 |
1858 | 2025-01-13T22:01:00.752Z | Checking serde_urlencoded v0.7.1 |
1859 | 2025-01-13T22:01:01.285Z | Checking sha1 v0.10.6 |
1860 | 2025-01-13T22:01:01.295Z | Checking openssl-sys v0.9.103 |
1861 | 2025-01-13T22:01:01.295Z | Checking encoding_rs v0.8.34 |
1862 | 2025-01-13T22:01:01.295Z | Checking rustls v0.23.19 |
1863 | 2025-01-13T22:01:01.295Z | Checking anstyle-parse v0.2.5 |
1864 | 2025-01-13T22:01:01.538Z | Checking camino v1.1.9 |
1865 | 2025-01-13T22:01:01.746Z | Checking colorchoice v1.0.2 |
1866 | 2025-01-13T22:01:01.897Z | Checking is_terminal_polyfill v1.70.1 |
1867 | 2025-01-13T22:01:02.031Z | Checking winnow v0.6.20 |
1868 | 2025-01-13T22:01:02.172Z | Checking anstyle-query v1.1.1 |
1869 | 2025-01-13T22:01:02.176Z | Checking addr2line v0.24.2 |
1870 | 2025-01-13T22:01:02.334Z | Checking anstream v0.6.15 |
1871 | 2025-01-13T22:01:02.362Z | Checking openssl v0.10.66 |
1872 | 2025-01-13T22:01:02.704Z | Checking terminal_size v0.4.0 |
1873 | 2025-01-13T22:01:02.746Z | Checking idna v0.3.0 |
1874 | 2025-01-13T22:01:02.896Z | Checking openapiv3 v2.0.0 |
1875 | 2025-01-13T22:01:03.526Z | Checking signature v2.2.0 |
1876 | 2025-01-13T22:01:03.681Z | Checking clap_lex v0.7.2 |
1877 | 2025-01-13T22:01:03.740Z | Checking strsim v0.11.1 |
1878 | 2025-01-13T22:01:04.133Z | Checking psl-types v2.0.11 |
1879 | 2025-01-13T22:01:04.133Z | Checking clap_builder v4.5.21 |
1880 | 2025-01-13T22:01:04.139Z | Checking publicsuffix v2.2.3 |
1881 | 2025-01-13T22:01:04.375Z | Checking cookie v0.18.1 |
1882 | 2025-01-13T22:01:04.927Z | Checking webpki-roots v0.26.6 |
1883 | 2025-01-13T22:01:04.947Z | Checking backtrace v0.3.74 |
1884 | 2025-01-13T22:01:04.955Z | Checking idna v0.5.0 |
1885 | 2025-01-13T22:01:05.133Z | Checking is-terminal v0.4.13 |
1886 | 2025-01-13T22:01:05.160Z | Checking hyper v1.5.0 |
1887 | 2025-01-13T22:01:05.277Z | Checking scroll v0.12.0 |
1888 | 2025-01-13T22:01:05.530Z | Checking anyhow v1.0.93 |
1889 | 2025-01-13T22:01:05.809Z | Checking plain v0.2.3 |
1890 | 2025-01-13T22:01:05.862Z | Checking ucd-trie v0.1.7 |
1891 | 2025-01-13T22:01:05.938Z | Checking goblin v0.8.2 |
1892 | 2025-01-13T22:01:05.962Z | Checking cookie_store v0.21.0 |
1893 | 2025-01-13T22:01:06.079Z | Checking pest v2.7.14 |
1894 | 2025-01-13T22:01:06.357Z | Checking sync_wrapper v1.0.1 |
1895 | 2025-01-13T22:01:06.517Z | Checking base16ct v0.2.0 |
1896 | 2025-01-13T22:01:06.663Z | Checking pretty-hex v0.4.1 |
1897 | 2025-01-13T22:01:06.735Z | Checking sec1 v0.7.3 |
1898 | 2025-01-13T22:01:06.845Z | Checking num-integer v0.1.46 |
1899 | 2025-01-13T22:01:06.880Z | Checking tokio-rustls v0.26.0 |
1900 | 2025-01-13T22:01:07.062Z | Checking clap v4.5.21 |
1901 | 2025-01-13T22:01:07.135Z | Checking ff v0.13.0 |
1902 | 2025-01-13T22:01:07.188Z | Checking thread-id v4.2.2 |
1903 | 2025-01-13T22:01:07.285Z | Checking toml_edit v0.22.22 |
1904 | 2025-01-13T22:01:07.324Z | Checking hyper-util v0.1.10 |
1905 | 2025-01-13T22:01:07.360Z | Checking hkdf v0.12.4 |
1906 | 2025-01-13T22:01:07.364Z | Checking group v0.13.0 |
1907 | 2025-01-13T22:01:07.364Z | Checking crypto-bigint v0.5.5 |
1908 | 2025-01-13T22:01:07.608Z | Checking dirs-sys-next v0.1.2 |
1909 | 2025-01-13T22:01:07.652Z | Checking memmap v0.7.0 |
1910 | 2025-01-13T22:01:07.820Z | Checking crc32fast v1.4.2 |
1911 | 2025-01-13T22:01:07.853Z | Checking native-tls v0.2.12 |
1912 | 2025-01-13T22:01:07.877Z | Checking bitflags v1.3.2 |
1913 | 2025-01-13T22:01:07.996Z | Checking static_assertions v1.1.0 |
1914 | 2025-01-13T22:01:08.076Z | Checking utf-8 v0.7.6 |
1915 | 2025-01-13T22:01:08.109Z | Checking dirs-next v2.0.0 |
1916 | 2025-01-13T22:01:08.197Z | Checking tokio-native-tls v0.3.1 |
1917 | 2025-01-13T22:01:08.266Z | Checking crossbeam-channel v0.5.13 |
1918 | 2025-01-13T22:01:08.293Z | Checking thread_local v1.1.8 |
1919 | 2025-01-13T22:01:08.491Z | Checking unicode-segmentation v1.12.0 |
1920 | 2025-01-13T22:01:08.571Z | Checking dtrace-parser v0.2.0 |
1921 | 2025-01-13T22:01:08.598Z | Checking term v0.7.0 |
1922 | 2025-01-13T22:01:09.012Z | Checking num-iter v0.1.45 |
1923 | 2025-01-13T22:01:09.060Z | Checking crossbeam-epoch v0.9.18 |
1924 | 2025-01-13T22:01:09.093Z | Checking take_mut v0.2.2 |
1925 | 2025-01-13T22:01:09.202Z | Checking match_cfg v0.1.0 |
1926 | 2025-01-13T22:01:09.255Z | Checking slog-async v2.8.0 |
1927 | 2025-01-13T22:01:09.283Z | Checking slog-term v2.9.1 |
1928 | 2025-01-13T22:01:09.314Z | Checking hostname v0.3.1 |
1929 | 2025-01-13T22:01:09.362Z | Checking hyper-rustls v0.27.3 |
1930 | 2025-01-13T22:01:09.458Z | Checking hyper-tls v0.6.0 |
1931 | 2025-01-13T22:01:09.506Z | Checking itertools v0.10.5 |
1932 | 2025-01-13T22:01:09.554Z | Checking bstr v1.10.0 |
1933 | 2025-01-13T22:01:09.700Z | Checking rfc6979 v0.4.0 |
1934 | 2025-01-13T22:01:09.758Z | Checking reqwest v0.12.9 |
1935 | 2025-01-13T22:01:09.805Z | Checking hex v0.4.3 |
1936 | 2025-01-13T22:01:09.858Z | Checking toml v0.8.19 |
1937 | 2025-01-13T22:01:09.882Z | Checking winnow v0.5.40 |
1938 | 2025-01-13T22:01:10.268Z | Checking elliptic-curve v0.13.8 |
1939 | 2025-01-13T22:01:10.341Z | Checking managed v0.8.0 |
1940 | 2025-01-13T22:01:10.493Z | Checking crossbeam-deque v0.8.5 |
1941 | 2025-01-13T22:01:10.644Z | Checking num-bigint-dig v0.8.4 |
1942 | 2025-01-13T22:01:10.752Z | Checking flate2 v1.0.34 |
1943 | 2025-01-13T22:01:10.807Z | Checking rustls v0.22.4 |
1944 | 2025-01-13T22:01:10.917Z | Checking ecdsa v0.16.9 |
1945 | 2025-01-13T22:01:11.014Z | Checking dof v0.3.0 |
1946 | 2025-01-13T22:01:11.417Z | Checking pkcs1 v0.7.5 |
1947 | 2025-01-13T22:01:11.632Z | Checking curve25519-dalek v4.1.3 |
1948 | 2025-01-13T22:01:11.662Z | Checking zerocopy v0.6.6 |
1949 | 2025-01-13T22:01:11.721Z | Checking usdt-impl v0.5.0 |
1950 | 2025-01-13T22:01:11.815Z | Checking siphasher v0.3.11 |
1951 | 2025-01-13T22:01:11.846Z | Checking rayon-core v1.12.1 |
1952 | 2025-01-13T22:01:12.134Z | Checking ed25519 v2.2.3 |
1953 | 2025-01-13T22:01:12.304Z | Checking usdt v0.5.0 |
1954 | 2025-01-13T22:01:12.456Z | Checking slog-json v2.6.1 |
1955 | 2025-01-13T22:01:12.490Z | Checking signal-hook v0.3.17 |
1956 | 2025-01-13T22:01:12.568Z | Checking debug-ignore v1.0.5 |
1957 | 2025-01-13T22:01:12.571Z | Checking quick-error v1.2.3 |
1958 | 2025-01-13T22:01:12.707Z | Checking slog-bunyan v2.5.0 |
1959 | 2025-01-13T22:01:12.732Z | Checking multer v3.1.0 |
1960 | 2025-01-13T22:01:12.757Z | Checking x509-cert v0.2.5 |
1961 | 2025-01-13T22:01:12.828Z | Checking idna v0.4.0 |
1962 | 2025-01-13T22:01:12.867Z | Checking rsa v0.9.6 |
1963 | 2025-01-13T22:01:12.895Z | Checking hubpack v0.1.2 |
1964 | 2025-01-13T22:01:12.927Z | Checking toml_edit v0.19.15 |
1965 | 2025-01-13T22:01:13.159Z | Checking serde_path_to_error v0.1.16 |
1966 | 2025-01-13T22:01:13.222Z | Checking waitgroup v0.1.2 |
1967 | 2025-01-13T22:01:13.381Z | Checking bzip2-sys v0.1.11+1.0.8 |
1968 | 2025-01-13T22:01:13.518Z | Checking async-stream v0.3.6 |
1969 | 2025-01-13T22:01:13.521Z | Checking ed25519-dalek v2.1.1 |
1970 | 2025-01-13T22:01:13.673Z | Checking hostname v0.4.0 |
1971 | 2025-01-13T22:01:13.724Z | Checking bit-vec v0.6.3 |
1972 | 2025-01-13T22:01:13.822Z | Checking hickory-proto v0.24.1 |
1973 | 2025-01-13T22:01:13.825Z | Checking bzip2 v0.4.4 |
1974 | 2025-01-13T22:01:13.953Z | Checking signal-hook-mio v0.2.4 |
1975 | 2025-01-13T22:01:13.983Z | Checking console v0.15.8 |
1976 | 2025-01-13T22:01:14.074Z | Checking bit-set v0.5.3 |
1977 | 2025-01-13T22:01:14.110Z | Checking hash32 v0.2.1 |
1978 | 2025-01-13T22:01:14.136Z | Checking predicates-core v1.0.8 |
1979 | 2025-01-13T22:01:14.319Z | Checking linked-hash-map v0.5.6 |
1980 | 2025-01-13T22:01:14.346Z | Checking unicode-properties v0.1.3 |
1981 | 2025-01-13T22:01:14.351Z | Checking crossterm v0.28.1 |
1982 | 2025-01-13T22:01:14.438Z | Checking heapless v0.7.17 |
1983 | 2025-01-13T22:01:14.490Z | Checking tokio-rustls v0.25.0 |
1984 | 2025-01-13T22:01:14.572Z | Checking rayon v1.10.0 |
1985 | 2025-01-13T22:01:14.640Z | Checking lru-cache v0.1.2 |
1986 | 2025-01-13T22:01:14.904Z | Checking stringprep v0.1.5 |
1987 | 2025-01-13T22:01:14.907Z | Checking phf_shared v0.11.2 |
1988 | 2025-01-13T22:01:14.907Z | Checking dropshot v0.12.0 |
1989 | 2025-01-13T22:01:15.009Z | Checking similar v2.6.0 |
1990 | 2025-01-13T22:01:15.131Z | Checking tokio-stream v0.1.16 |
1991 | 2025-01-13T22:01:15.413Z | Checking toml v0.7.8 |
1992 | 2025-01-13T22:01:15.493Z | Checking newtype-uuid v1.1.3 |
1993 | 2025-01-13T22:01:15.749Z | Checking md-5 v0.10.6 |
1994 | 2025-01-13T22:01:15.887Z | Checking float-cmp v0.9.0 |
1995 | 2025-01-13T22:01:15.975Z | Checking normalize-line-endings v0.3.0 |
1996 | 2025-01-13T22:01:16.061Z | Checking fallible-iterator v0.2.0 |
1997 | 2025-01-13T22:01:16.087Z | Checking fixedbitset v0.4.2 |
1998 | 2025-01-13T22:01:16.112Z | Checking difflib v0.4.0 |
1999 | 2025-01-13T22:01:16.174Z | Checking smoltcp v0.9.1 |
2000 | 2025-01-13T22:01:16.255Z | Checking phf v0.11.2 |
2001 | 2025-01-13T22:01:16.358Z | Checking petgraph v0.6.5 |
2002 | 2025-01-13T22:01:16.459Z | Checking predicates v3.1.2 |
2003 | 2025-01-13T22:01:16.525Z | Checking zip v0.6.6 |
2004 | 2025-01-13T22:01:16.659Z | Checking postgres-protocol v0.6.7 |
2005 | 2025-01-13T22:01:17.165Z | Checking resolv-conf v0.7.0 |
2006 | 2025-01-13T22:01:17.292Z | Checking phf_shared v0.10.0 |
2007 | 2025-01-13T22:01:17.368Z | Checking tungstenite v0.24.0 |
2008 | 2025-01-13T22:01:17.520Z | Checking fs-err v2.11.0 |
2009 | 2025-01-13T22:01:17.595Z | Checking serde-big-array v0.5.1 |
2010 | 2025-01-13T22:01:17.676Z | Checking portable-atomic v1.9.0 |
2011 | 2025-01-13T22:01:17.824Z | Checking lalrpop-util v0.19.12 |
2012 | 2025-01-13T22:01:18.119Z | Checking number_prefix v0.4.0 |
2013 | 2025-01-13T22:01:18.121Z | Checking new_debug_unreachable v1.0.6 |
2014 | 2025-01-13T22:01:18.223Z | Checking precomputed-hash v0.1.1 |
2015 | 2025-01-13T22:01:18.278Z | Checking unicode-width v0.2.0 |
2016 | 2025-01-13T22:01:18.343Z | Checking minimal-lexical v0.2.1 |
2017 | 2025-01-13T22:01:18.371Z | Checking string_cache v0.8.7 |
2018 | 2025-01-13T22:01:18.419Z | Checking tokio-tungstenite v0.24.0 |
2019 | 2025-01-13T22:01:18.636Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2020 | 2025-01-13T22:01:18.665Z | Checking postgres-types v0.2.8 |
2021 | 2025-01-13T22:01:18.668Z | Checking hickory-resolver v0.24.1 |
2022 | 2025-01-13T22:01:18.717Z | Checking itertools v0.12.1 |
2023 | 2025-01-13T22:01:18.747Z | Checking nom v7.1.3 |
2024 | 2025-01-13T22:01:18.773Z | Checking indicatif v0.17.9 |
2025 | 2025-01-13T22:01:18.861Z | Checking whoami v1.5.2 |
2026 | 2025-01-13T22:01:19.176Z | Checking peg-runtime v0.8.3 |
2027 | 2025-01-13T22:01:19.410Z | Checking tokio-postgres v0.7.12 |
2028 | 2025-01-13T22:01:19.559Z | Compiling hashbrown v0.14.5 |
2029 | 2025-01-13T22:01:19.585Z | Compiling ident_case v1.0.1 |
2030 | 2025-01-13T22:01:19.699Z | Compiling unsafe-libyaml v0.2.11 |
2031 | 2025-01-13T22:01:19.779Z | Compiling darling_core v0.20.10 |
2032 | 2025-01-13T22:01:20.256Z | Checking qorb v0.2.1 |
2033 | 2025-01-13T22:01:21.057Z | Compiling regress v0.10.1 |
2034 | 2025-01-13T22:01:21.394Z | Compiling serde_yaml v0.9.34+deprecated |
2035 | 2025-01-13T22:01:21.683Z | Checking heck v0.5.0 |
2036 | 2025-01-13T22:01:21.900Z | Checking progenitor-client v0.8.0 |
2037 | 2025-01-13T22:01:22.299Z | Checking fastrand v2.1.1 |
2038 | 2025-01-13T22:01:22.634Z | Checking ipnetwork v0.20.0 |
2039 | 2025-01-13T22:01:22.662Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2040 | 2025-01-13T22:01:22.926Z | Compiling structmeta-derive v0.3.0 |
2041 | 2025-01-13T22:01:23.031Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2042 | 2025-01-13T22:01:23.384Z | Checking strum v0.26.3 |
2043 | 2025-01-13T22:01:23.547Z | Compiling dropshot v0.13.0 |
2044 | 2025-01-13T22:01:23.939Z | Checking macaddr v1.0.1 |
2045 | 2025-01-13T22:01:23.942Z | Compiling dropshot_endpoint v0.13.0 |
2046 | 2025-01-13T22:01:24.236Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2047 | 2025-01-13T22:01:24.271Z | Checking tempfile v3.13.0 |
2048 | 2025-01-13T22:01:24.672Z | Checking instant v0.1.13 |
2049 | 2025-01-13T22:01:24.807Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2050 | 2025-01-13T22:01:25.022Z | Compiling typify-impl v0.2.0 |
2051 | 2025-01-13T22:01:25.422Z | Checking regress v0.9.1 |
2052 | 2025-01-13T22:01:25.721Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2053 | 2025-01-13T22:01:25.934Z | Compiling structmeta v0.3.0 |
2054 | 2025-01-13T22:01:26.236Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2055 | 2025-01-13T22:01:26.423Z | Compiling parse-display-derive v0.10.0 |
2056 | 2025-01-13T22:01:26.539Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2025-01-13T22:01:26.722Z | Checking backoff v0.4.0 |
2058 | 2025-01-13T22:01:26.750Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2059 | 2025-01-13T22:01:26.870Z | Compiling darling_macro v0.20.10 |
2060 | 2025-01-13T22:01:26.927Z | Checking wait-timeout v0.2.0 |
2061 | 2025-01-13T22:01:27.036Z | Checking rand_xorshift v0.3.0 |
2062 | 2025-01-13T22:01:27.133Z | Checking rusty-fork v0.3.0 |
2063 | 2025-01-13T22:01:27.222Z | Checking unarray v0.1.4 |
2064 | 2025-01-13T22:01:27.396Z | Compiling structmeta-derive v0.2.0 |
2065 | 2025-01-13T22:01:27.439Z | Checking proptest v1.5.0 |
2066 | 2025-01-13T22:01:27.843Z | Compiling darling v0.20.10 |
2067 | 2025-01-13T22:01:27.980Z | Compiling serde_with_macros v3.11.0 |
2068 | 2025-01-13T22:01:28.985Z | Checking camino-tempfile v1.1.1 |
2069 | 2025-01-13T22:01:29.013Z | Compiling proc-macro-error v1.0.4 |
2070 | 2025-01-13T22:01:29.287Z | Compiling proc-macro-crate v1.3.1 |
2071 | 2025-01-13T22:01:29.721Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2072 | 2025-01-13T22:01:30.120Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2073 | 2025-01-13T22:01:30.442Z | Compiling structmeta v0.2.0 |
2074 | 2025-01-13T22:01:30.447Z | Compiling num_enum_derive v0.5.11 |
2075 | 2025-01-13T22:01:30.490Z | Compiling foreign-types-macros v0.2.3 |
2076 | 2025-01-13T22:01:30.879Z | Checking serde_with v3.11.0 |
2077 | 2025-01-13T22:01:30.912Z | Compiling test-strategy v0.3.1 |
2078 | 2025-01-13T22:01:31.187Z | Checking parse-display v0.10.0 |
2079 | 2025-01-13T22:01:31.423Z | Checking foreign-types-shared v0.3.1 |
2080 | 2025-01-13T22:01:31.826Z | Checking foreign-types v0.5.0 |
2081 | 2025-01-13T22:01:31.916Z | Checking tabwriter v1.4.0 |
2082 | 2025-01-13T22:01:31.948Z | Checking cstr-argument v0.1.2 |
2083 | 2025-01-13T22:01:32.150Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2084 | 2025-01-13T22:01:32.178Z | Checking pretty-hex v0.2.1 |
2085 | 2025-01-13T22:01:32.260Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2086 | 2025-01-13T22:01:32.355Z | Checking colored v2.1.0 |
2087 | 2025-01-13T22:01:32.593Z | Checking smf v0.2.3 |
2088 | 2025-01-13T22:01:32.667Z | Checking itertools v0.13.0 |
2089 | 2025-01-13T22:01:32.719Z | Checking base64 v0.21.7 |
2090 | 2025-01-13T22:01:33.047Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2091 | 2025-01-13T22:01:33.067Z | Compiling crucible-workspace-hack v0.1.0 |
2092 | 2025-01-13T22:01:33.154Z | Checking num_enum v0.5.11 |
2093 | 2025-01-13T22:01:33.195Z | Compiling zerocopy v0.8.10 |
2094 | 2025-01-13T22:01:33.225Z | Checking atomicwrites v0.4.4 |
2095 | 2025-01-13T22:01:33.323Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2096 | 2025-01-13T22:01:33.492Z | Compiling zerocopy-derive v0.8.10 |
2097 | 2025-01-13T22:01:33.623Z | Checking termtree v0.4.1 |
2098 | 2025-01-13T22:01:33.846Z | Compiling heapless v0.8.0 |
2099 | 2025-01-13T22:01:34.174Z | Checking predicates-tree v1.0.11 |
2100 | 2025-01-13T22:01:34.341Z | Checking hash32 v0.3.1 |
2101 | 2025-01-13T22:01:34.502Z | Compiling smoltcp v0.11.0 |
2102 | 2025-01-13T22:01:34.544Z | Checking cobs v0.2.3 |
2103 | 2025-01-13T22:01:34.742Z | Checking postcard v1.0.10 |
2104 | 2025-01-13T22:01:35.002Z | Checking sigpipe v0.1.3 |
2105 | 2025-01-13T22:01:35.121Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2106 | 2025-01-13T22:01:35.315Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2107 | 2025-01-13T22:01:35.326Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2025-01-13T22:01:35.391Z | Compiling thiserror v2.0.3 |
2109 | 2025-01-13T22:01:35.421Z | Compiling mockall_derive v0.13.0 |
2110 | 2025-01-13T22:01:35.521Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2111 | 2025-01-13T22:01:35.754Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2112 | 2025-01-13T22:01:35.835Z | Compiling thiserror-impl v2.0.3 |
2113 | 2025-01-13T22:01:36.074Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2114 | 2025-01-13T22:01:36.367Z | Compiling zone_cfg_derive v0.3.0 |
2115 | 2025-01-13T22:01:36.613Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2116 | 2025-01-13T22:01:38.067Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2117 | 2025-01-13T22:01:38.263Z | Compiling num-derive v0.4.2 |
2118 | 2025-01-13T22:01:38.449Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2119 | 2025-01-13T22:01:38.730Z | Checking downcast v0.11.0 |
2120 | 2025-01-13T22:01:38.758Z | Checking fragile v2.0.0 |
2121 | 2025-01-13T22:01:38.976Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2122 | 2025-01-13T22:01:39.034Z | Checking zone v0.3.0 |
2123 | 2025-01-13T22:01:39.240Z | Compiling convert_case v0.4.0 |
2124 | 2025-01-13T22:01:39.663Z | Checking tungstenite v0.21.0 |
2125 | 2025-01-13T22:01:39.834Z | Checking newline-converter v0.3.0 |
2126 | 2025-01-13T22:01:39.858Z | Checking same-file v1.0.6 |
2127 | 2025-01-13T22:01:40.008Z | Checking expectorate v1.1.0 |
2128 | 2025-01-13T22:01:40.045Z | Checking walkdir v2.5.0 |
2129 | 2025-01-13T22:01:40.181Z | Compiling derive_more v0.99.18 |
2130 | 2025-01-13T22:01:40.207Z | Checking arc-swap v1.7.1 |
2131 | 2025-01-13T22:01:40.323Z | Checking xattr v1.3.1 |
2132 | 2025-01-13T22:01:40.536Z | Checking filetime v0.2.25 |
2133 | 2025-01-13T22:01:40.562Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2134 | 2025-01-13T22:01:40.613Z | Checking tokio-tungstenite v0.21.0 |
2135 | 2025-01-13T22:01:40.640Z | Checking slog-scope v4.4.0 |
2136 | 2025-01-13T22:01:40.757Z | Checking tar v0.4.42 |
2137 | 2025-01-13T22:01:40.848Z | Checking slog-stdlog v4.1.1 |
2138 | 2025-01-13T22:01:41.038Z | Checking slog-envlogger v2.2.0 |
2139 | 2025-01-13T22:01:41.060Z | Checking num-rational v0.4.2 |
2140 | 2025-01-13T22:01:41.159Z | Checking num-complex v0.4.6 |
2141 | 2025-01-13T22:01:41.249Z | Checking float-ord v0.3.2 |
2142 | 2025-01-13T22:01:41.398Z | Checking indent_write v2.2.0 |
2143 | 2025-01-13T22:01:41.636Z | Compiling owo-colors v4.1.0 |
2144 | 2025-01-13T22:01:41.663Z | Checking swrite v0.1.0 |
2145 | 2025-01-13T22:01:41.772Z | Compiling cancel-safe-futures v0.1.5 |
2146 | 2025-01-13T22:01:41.799Z | Checking libsw v3.3.1 |
2147 | 2025-01-13T22:01:42.080Z | Checking password-hash v0.5.0 |
2148 | 2025-01-13T22:01:42.185Z | Checking num v0.4.3 |
2149 | 2025-01-13T22:01:42.302Z | Checking blake2 v0.10.6 |
2150 | 2025-01-13T22:01:42.549Z | Checking linear-map v1.2.0 |
2151 | 2025-01-13T22:01:42.613Z | Checking pem v3.0.4 |
2152 | 2025-01-13T22:01:42.794Z | Checking argon2 v0.5.3 |
2153 | 2025-01-13T22:01:42.904Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2154 | 2025-01-13T22:01:43.274Z | Compiling lzma-sys v0.1.20 |
2155 | 2025-01-13T22:01:43.459Z | Checking headers-core v0.3.0 |
2156 | 2025-01-13T22:01:43.462Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2157 | 2025-01-13T22:01:43.623Z | Compiling heck v0.3.3 |
2158 | 2025-01-13T22:01:43.741Z | Compiling typify-macro v0.2.0 |
2159 | 2025-01-13T22:01:43.850Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2160 | 2025-01-13T22:01:43.853Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2161 | 2025-01-13T22:01:43.948Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2162 | 2025-01-13T22:01:44.091Z | Checking highway v1.2.0 |
2163 | 2025-01-13T22:01:44.268Z | Compiling zone_cfg_derive v0.1.2 |
2164 | 2025-01-13T22:01:44.454Z | Checking headers v0.4.0 |
2165 | 2025-01-13T22:01:44.596Z | Checking mockall v0.13.0 |
2166 | 2025-01-13T22:01:44.667Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2167 | 2025-01-13T22:01:44.844Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2168 | 2025-01-13T22:01:45.122Z | Checking yasna v0.5.2 |
2169 | 2025-01-13T22:01:45.484Z | Checking base64 v0.13.1 |
2170 | 2025-01-13T22:01:45.684Z | Checking zone v0.1.8 |
2171 | 2025-01-13T22:01:45.917Z | Checking ron v0.7.1 |
2172 | 2025-01-13T22:01:45.920Z | Checking rcgen v0.12.1 |
2173 | 2025-01-13T22:01:46.334Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2174 | 2025-01-13T22:01:46.607Z | Checking xz2 v0.1.7 |
2175 | 2025-01-13T22:01:46.844Z | Checking subprocess v0.2.9 |
2176 | 2025-01-13T22:01:46.874Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2177 | 2025-01-13T22:01:46.908Z | Checking humantime v2.1.0 |
2178 | 2025-01-13T22:01:47.023Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2179 | 2025-01-13T22:01:47.205Z | Compiling semver v0.1.20 |
2180 | 2025-01-13T22:01:47.364Z | Checking half v2.4.1 |
2181 | 2025-01-13T22:01:47.798Z | Compiling rustc_version v0.1.7 |
2182 | 2025-01-13T22:01:47.852Z | Checking ciborium-io v0.2.2 |
2183 | 2025-01-13T22:01:47.936Z | Checking prettyplease v0.2.25 |
2184 | 2025-01-13T22:01:47.963Z | Checking ciborium-ll v0.2.2 |
2185 | 2025-01-13T22:01:48.031Z | Compiling typify v0.2.0 |
2186 | 2025-01-13T22:01:48.171Z | Compiling progenitor-impl v0.8.0 |
2187 | 2025-01-13T22:01:48.193Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2188 | 2025-01-13T22:01:48.242Z | Checking ciborium v0.2.2 |
2189 | 2025-01-13T22:01:48.281Z | Compiling newtype_derive v0.1.6 |
2190 | 2025-01-13T22:01:48.699Z | Checking steno v0.4.1 |
2191 | 2025-01-13T22:01:50.063Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2192 | 2025-01-13T22:01:50.999Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2193 | 2025-01-13T22:01:51.241Z | Compiling slog-dtrace v0.3.0 |
2194 | 2025-01-13T22:01:51.866Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2195 | 2025-01-13T22:01:52.278Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2196 | 2025-01-13T22:01:52.308Z | Checking display-error-chain v0.2.2 |
2197 | 2025-01-13T22:01:52.367Z | Checking gethostname v0.5.0 |
2198 | 2025-01-13T22:01:52.435Z | Checking nibble_vec v0.1.0 |
2199 | 2025-01-13T22:01:52.478Z | Compiling blake3 v1.5.4 |
2200 | 2025-01-13T22:01:52.500Z | Checking endian-type v0.1.2 |
2201 | 2025-01-13T22:01:52.651Z | Checking keccak v0.1.5 |
2202 | 2025-01-13T22:01:52.736Z | Checking radix_trie v0.2.1 |
2203 | 2025-01-13T22:01:52.871Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2204 | 2025-01-13T22:01:52.984Z | Checking sha3 v0.10.8 |
2205 | 2025-01-13T22:01:53.178Z | Checking universal-hash v0.5.1 |
2206 | 2025-01-13T22:01:53.370Z | Checking secrecy v0.8.0 |
2207 | 2025-01-13T22:01:53.400Z | Checking opaque-debug v0.3.1 |
2208 | 2025-01-13T22:01:53.491Z | Checking aead v0.5.2 |
2209 | 2025-01-13T22:01:53.570Z | Checking poly1305 v0.8.0 |
2210 | 2025-01-13T22:01:53.716Z | Checking chacha20 v0.9.1 |
2211 | 2025-01-13T22:01:54.097Z | Compiling memmap2 v0.9.5 |
2212 | 2025-01-13T22:01:54.163Z | Compiling constant_time_eq v0.3.1 |
2213 | 2025-01-13T22:01:54.366Z | Compiling arrayref v0.3.9 |
2214 | 2025-01-13T22:01:54.486Z | Compiling arrayvec v0.7.6 |
2215 | 2025-01-13T22:01:54.859Z | Compiling toolchain_find v0.4.0 |
2216 | 2025-01-13T22:01:54.963Z | Compiling thiserror-impl-no-std v2.0.2 |
2217 | 2025-01-13T22:01:55.092Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2218 | 2025-01-13T22:01:55.401Z | Compiling topological-sort v0.2.2 |
2219 | 2025-01-13T22:01:55.611Z | Compiling omicron-zone-package v0.12.0 |
2220 | 2025-01-13T22:01:55.614Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2025-01-13T22:01:55.658Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2222 | 2025-01-13T22:01:55.908Z | Checking chacha20poly1305 v0.10.1 |
2223 | 2025-01-13T22:01:56.002Z | Compiling async-recursion v1.1.1 |
2224 | 2025-01-13T22:01:56.108Z | Checking fxhash v0.2.1 |
2225 | 2025-01-13T22:01:56.197Z | Checking simd-adler32 v0.3.7 |
2226 | 2025-01-13T22:01:56.233Z | Compiling zip v2.1.3 |
2227 | 2025-01-13T22:01:56.303Z | Checking bumpalo v3.16.0 |
2228 | 2025-01-13T22:01:56.555Z | Checking lockfree-object-pool v0.1.6 |
2229 | 2025-01-13T22:01:56.609Z | Compiling progenitor-macro v0.8.0 |
2230 | 2025-01-13T22:01:56.667Z | Checking termcolor v1.4.1 |
2231 | 2025-01-13T22:01:56.693Z | Compiling radium v0.7.0 |
2232 | 2025-01-13T22:01:56.855Z | Checking zopfli v0.8.1 |
2233 | 2025-01-13T22:01:57.144Z | Checking maplit v1.0.2 |
2234 | 2025-01-13T22:01:57.205Z | Checking tap v1.0.1 |
2235 | 2025-01-13T22:01:57.275Z | Compiling maybe-uninit v2.0.0 |
2236 | 2025-01-13T22:01:57.377Z | Checking wyz v0.5.1 |
2237 | 2025-01-13T22:01:57.785Z | Checking home v0.5.9 |
2238 | 2025-01-13T22:01:57.875Z | Compiling packed_struct v0.10.1 |
2239 | 2025-01-13T22:01:57.924Z | Checking crc-catalog v2.4.0 |
2240 | 2025-01-13T22:01:58.086Z | Checking funty v2.0.0 |
2241 | 2025-01-13T22:01:58.180Z | Checking crc v3.2.1 |
2242 | 2025-01-13T22:01:58.271Z | Checking thiserror-no-std v2.0.2 |
2243 | 2025-01-13T22:01:58.417Z | Checking vsss-rs v3.3.4 |
2244 | 2025-01-13T22:01:58.499Z | Compiling const_format_proc_macros v0.2.33 |
2245 | 2025-01-13T22:01:58.643Z | Checking kstat-rs v0.2.4 |
2246 | 2025-01-13T22:01:58.708Z | Compiling packed_struct_codegen v0.10.1 |
2247 | 2025-01-13T22:01:59.011Z | Compiling vte_generate_state_changes v0.1.2 |
2248 | 2025-01-13T22:01:59.034Z | Checking bitvec v1.0.1 |
2249 | 2025-01-13T22:01:59.692Z | Compiling indexmap v1.9.3 |
2250 | 2025-01-13T22:01:59.959Z | Checking nodrop v0.1.14 |
2251 | 2025-01-13T22:02:00.003Z | Compiling libefi-sys v0.1.0 |
2252 | 2025-01-13T22:02:00.081Z | Checking array-init v0.0.4 |
2253 | 2025-01-13T22:02:00.340Z | Checking vte v0.11.1 |
2254 | 2025-01-13T22:02:00.686Z | Checking const_format v0.2.33 |
2255 | 2025-01-13T22:02:01.116Z | Checking smallvec v0.6.14 |
2256 | 2025-01-13T22:02:01.197Z | Checking fd-lock v4.0.2 |
2257 | 2025-01-13T22:02:01.410Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2258 | 2025-01-13T22:02:01.555Z | Compiling bitfield-struct v0.6.2 |
2259 | 2025-01-13T22:02:01.685Z | Checking bitfield v0.14.0 |
2260 | 2025-01-13T22:02:01.762Z | Checking hashbrown v0.12.3 |
2261 | 2025-01-13T22:02:01.785Z | Checking strip-ansi-escapes v0.2.0 |
2262 | 2025-01-13T22:02:01.942Z | Checking serde-hex v0.1.0 |
2263 | 2025-01-13T22:02:01.997Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2264 | 2025-01-13T22:02:02.250Z | Checking env_logger v0.10.2 |
2265 | 2025-01-13T22:02:02.388Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2266 | 2025-01-13T22:02:02.678Z | Checking ron v0.8.1 |
2267 | 2025-01-13T22:02:02.702Z | Checking hashbrown v0.13.2 |
2268 | 2025-01-13T22:02:02.838Z | Checking crc-any v2.5.0 |
2269 | 2025-01-13T22:02:03.054Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2270 | 2025-01-13T22:02:03.194Z | Checking nu-ansi-term v0.50.1 |
2271 | 2025-01-13T22:02:03.577Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2272 | 2025-01-13T22:02:03.640Z | Checking reedline v0.35.0 |
2273 | 2025-01-13T22:02:03.704Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2274 | 2025-01-13T22:02:03.754Z | Checking object v0.30.4 |
2275 | 2025-01-13T22:02:03.928Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2276 | 2025-01-13T22:02:03.951Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2277 | 2025-01-13T22:02:04.181Z | Compiling parking_lot_core v0.8.6 |
2278 | 2025-01-13T22:02:04.181Z | Checking path-slash v0.1.5 |
2279 | 2025-01-13T22:02:04.223Z | Compiling phf_generator v0.11.2 |
2280 | 2025-01-13T22:02:04.336Z | Checking bytecount v0.6.8 |
2281 | 2025-01-13T22:02:04.416Z | Checking glob v0.3.1 |
2282 | 2025-01-13T22:02:04.493Z | Checking papergrid v0.11.0 |
2283 | 2025-01-13T22:02:04.756Z | Compiling phf_codegen v0.11.2 |
2284 | 2025-01-13T22:02:04.996Z | Compiling tabled_derive v0.7.0 |
2285 | 2025-01-13T22:02:05.047Z | Checking parking_lot v0.11.2 |
2286 | 2025-01-13T22:02:05.411Z | Compiling parse-zoneinfo v0.3.1 |
2287 | 2025-01-13T22:02:05.778Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2025-01-13T22:02:05.956Z | Compiling cfg_aliases v0.1.1 |
2289 | 2025-01-13T22:02:06.011Z | Checking sled v0.34.7 |
2290 | 2025-01-13T22:02:06.074Z | Compiling nix v0.28.0 |
2291 | 2025-01-13T22:02:06.489Z | Compiling chrono-tz-build v0.4.0 |
2292 | 2025-01-13T22:02:06.962Z | Checking hickory-client v0.24.1 |
2293 | 2025-01-13T22:02:07.548Z | Checking hickory-server v0.24.1 |
2294 | 2025-01-13T22:02:07.655Z | Checking tabled v0.15.0 |
2295 | 2025-01-13T22:02:07.712Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2296 | 2025-01-13T22:02:08.022Z | Compiling chrono-tz v0.10.0 |
2297 | 2025-01-13T22:02:08.752Z | Compiling unicase v2.7.0 |
2298 | 2025-01-13T22:02:08.816Z | Compiling buf-list v1.0.3 |
2299 | 2025-01-13T22:02:09.553Z | Compiling peg-macros v0.8.4 |
2300 | 2025-01-13T22:02:09.957Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2301 | 2025-01-13T22:02:10.113Z | Compiling sqlparser_derive v0.2.2 |
2302 | 2025-01-13T22:02:10.474Z | Checking unicode_categories v0.1.1 |
2303 | 2025-01-13T22:02:10.780Z | Checking sqlformat v0.2.6 |
2304 | 2025-01-13T22:02:11.334Z | Checking sqlparser v0.45.0 |
2305 | 2025-01-13T22:02:11.608Z | Checking bcs v0.1.6 |
2306 | 2025-01-13T22:02:11.811Z | Checking rustyline v14.0.0 |
2307 | 2025-01-13T22:02:12.083Z | Checking progenitor v0.8.0 |
2308 | 2025-01-13T22:02:12.340Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2309 | 2025-01-13T22:02:12.397Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2310 | 2025-01-13T22:02:13.318Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2311 | 2025-01-13T22:02:15.439Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2312 | 2025-01-13T22:02:17.025Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2313 | 2025-01-13T22:02:17.412Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2314 | 2025-01-13T22:02:17.822Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2315 | 2025-01-13T22:02:19.615Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2316 | 2025-01-13T22:02:20.281Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2317 | 2025-01-13T22:02:20.475Z | Checking peg v0.8.4 |
2318 | 2025-01-13T22:02:20.998Z | Checking primeorder v0.13.6 |
2319 | 2025-01-13T22:02:21.436Z | Compiling mime_guess v2.0.5 |
2320 | 2025-01-13T22:02:21.514Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2321 | 2025-01-13T22:02:21.956Z | Checking nanorand v0.7.0 |
2322 | 2025-01-13T22:02:21.972Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2323 | 2025-01-13T22:02:22.253Z | Checking http-range v0.1.5 |
2324 | 2025-01-13T22:02:22.375Z | Checking flume v0.11.1 |
2325 | 2025-01-13T22:02:22.557Z | Checking atty v0.2.14 |
2326 | 2025-01-13T22:02:22.663Z | Compiling salty v0.3.0 |
2327 | 2025-01-13T22:02:22.718Z | Checking p384 v0.13.0 |
2328 | 2025-01-13T22:02:22.745Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2329 | 2025-01-13T22:02:22.837Z | Checking env_filter v0.1.2 |
2330 | 2025-01-13T22:02:23.117Z | Checking env_logger v0.11.5 |
2331 | 2025-01-13T22:02:23.462Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2332 | 2025-01-13T22:02:23.569Z | Checking hyper-staticfile v0.10.1 |
2333 | 2025-01-13T22:02:23.624Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2334 | 2025-01-13T22:02:23.806Z | Compiling dsl_auto_type v0.1.2 |
2335 | 2025-01-13T22:02:23.854Z | Checking scheduled-thread-pool v0.2.7 |
2336 | 2025-01-13T22:02:23.900Z | Compiling diesel_table_macro_syntax v0.2.0 |
2337 | 2025-01-13T22:02:24.096Z | Compiling crunchy v0.2.2 |
2338 | 2025-01-13T22:02:24.119Z | Checking r2d2 v0.8.10 |
2339 | 2025-01-13T22:02:24.264Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2340 | 2025-01-13T22:02:24.290Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2341 | 2025-01-13T22:02:24.499Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2342 | 2025-01-13T22:02:24.674Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2343 | 2025-01-13T22:02:24.943Z | Compiling tiny-keccak v2.0.2 |
2344 | 2025-01-13T22:02:25.309Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2345 | 2025-01-13T22:02:25.317Z | Compiling pin-project-internal v1.1.6 |
2346 | 2025-01-13T22:02:25.414Z | Compiling ref-cast v1.0.23 |
2347 | 2025-01-13T22:02:25.533Z | Compiling diesel_derives v2.2.3 |
2348 | 2025-01-13T22:02:26.056Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2349 | 2025-01-13T22:02:26.264Z | Compiling ascii-canvas v3.0.0 |
2350 | 2025-01-13T22:02:26.342Z | Compiling ena v0.14.3 |
2351 | 2025-01-13T22:02:26.820Z | Compiling ref-cast-impl v1.0.23 |
2352 | 2025-01-13T22:02:26.913Z | Compiling diff v0.1.13 |
2353 | 2025-01-13T22:02:27.588Z | Compiling regex-syntax v0.6.29 |
2354 | 2025-01-13T22:02:28.221Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2355 | 2025-01-13T22:02:28.305Z | Checking signal-hook-tokio v0.3.1 |
2356 | 2025-01-13T22:02:28.512Z | Compiling snafu-derive v0.8.5 |
2357 | 2025-01-13T22:02:28.588Z | Checking pin-project v1.1.6 |
2358 | 2025-01-13T22:02:28.732Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2359 | 2025-01-13T22:02:29.182Z | Compiling derive_builder_core v0.20.2 |
2360 | 2025-01-13T22:02:31.557Z | Compiling lalrpop v0.19.12 |
2361 | 2025-01-13T22:02:32.368Z | Checking globset v0.4.15 |
2362 | 2025-01-13T22:02:32.885Z | Checking olpc-cjson v0.1.4 |
2363 | 2025-01-13T22:02:33.131Z | Checking serde_plain v1.0.2 |
2364 | 2025-01-13T22:02:33.387Z | Compiling libxml v0.3.3 |
2365 | 2025-01-13T22:02:33.548Z | Compiling memoffset v0.9.1 |
2366 | 2025-01-13T22:02:33.753Z | Checking typed-path v0.9.3 |
2367 | 2025-01-13T22:02:34.081Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2368 | 2025-01-13T22:02:34.119Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2369 | 2025-01-13T22:02:35.813Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2370 | 2025-01-13T22:02:38.118Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2371 | 2025-01-13T22:02:38.516Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2372 | 2025-01-13T22:02:39.680Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2373 | 2025-01-13T22:02:39.801Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2374 | 2025-01-13T22:02:40.626Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2375 | 2025-01-13T22:02:40.739Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2025-01-13T22:02:41.225Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2377 | 2025-01-13T22:02:41.959Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2378 | 2025-01-13T22:02:42.225Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2379 | 2025-01-13T22:02:42.229Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2380 | 2025-01-13T22:02:42.775Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2381 | 2025-01-13T22:02:43.061Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2382 | 2025-01-13T22:02:43.461Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2383 | 2025-01-13T22:02:43.854Z | Checking diesel v2.2.6 |
2384 | 2025-01-13T22:02:44.074Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2385 | 2025-01-13T22:02:44.535Z | Checking snafu v0.8.5 |
2386 | 2025-01-13T22:02:45.264Z | Checking tough v0.19.0 |
2387 | 2025-01-13T22:02:46.396Z | Compiling derive_builder_macro v0.20.2 |
2388 | 2025-01-13T22:02:47.341Z | Checking tungstenite v0.23.0 |
2389 | 2025-01-13T22:02:47.769Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2390 | 2025-01-13T22:02:48.305Z | Compiling strum_macros v0.24.3 |
2391 | 2025-01-13T22:02:48.746Z | Compiling samael v0.0.17 |
2392 | 2025-01-13T22:02:49.192Z | Compiling indoc v1.0.9 |
2393 | 2025-01-13T22:02:49.479Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2394 | 2025-01-13T22:02:49.826Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2395 | 2025-01-13T22:02:50.202Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2396 | 2025-01-13T22:02:50.236Z | Checking parse-size v1.1.0 |
2397 | 2025-01-13T22:02:50.426Z | Checking tokio-tungstenite v0.23.1 |
2398 | 2025-01-13T22:02:50.479Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2399 | 2025-01-13T22:02:50.917Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2400 | 2025-01-13T22:02:51.953Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2401 | 2025-01-13T22:02:51.977Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2402 | 2025-01-13T22:02:52.944Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2403 | 2025-01-13T22:02:52.947Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2404 | 2025-01-13T22:02:54.191Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2405 | 2025-01-13T22:02:54.963Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2406 | 2025-01-13T22:02:55.346Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2407 | 2025-01-13T22:02:55.465Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2408 | 2025-01-13T22:02:57.508Z | Checking derive_builder v0.20.2 |
2409 | 2025-01-13T22:02:58.786Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2410 | 2025-01-13T22:02:59.098Z | Checking quick-xml v0.33.0 |
2411 | 2025-01-13T22:02:59.639Z | Compiling oso-derive v0.27.3 |
2412 | 2025-01-13T22:02:59.921Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2413 | 2025-01-13T22:03:00.725Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2414 | 2025-01-13T22:03:01.393Z | Compiling impl-trait-for-tuples v0.2.2 |
2415 | 2025-01-13T22:03:01.607Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2416 | 2025-01-13T22:03:02.079Z | Checking nix v0.27.1 |
2417 | 2025-01-13T22:03:03.385Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2418 | 2025-01-13T22:03:05.718Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2419 | 2025-01-13T22:03:06.111Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2420 | 2025-01-13T22:03:06.166Z | Compiling diesel-dtrace v0.4.2 |
2421 | 2025-01-13T22:03:06.550Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2422 | 2025-01-13T22:03:07.635Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2423 | 2025-01-13T22:03:07.947Z | Checking bb8 v0.8.5 |
2424 | 2025-01-13T22:03:08.144Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2425 | 2025-01-13T22:03:08.463Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2426 | 2025-01-13T22:03:08.621Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2427 | 2025-01-13T22:03:09.631Z | Checking heck v0.4.1 |
2428 | 2025-01-13T22:03:09.808Z | Checking rand_seeder v0.3.0 |
2429 | 2025-01-13T22:03:09.850Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2430 | 2025-01-13T22:03:10.030Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2431 | 2025-01-13T22:03:10.054Z | Checking assert_matches v1.5.0 |
2432 | 2025-01-13T22:03:10.085Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2433 | 2025-01-13T22:03:10.157Z | Compiling libz-sys v1.1.20 |
2434 | 2025-01-13T22:03:10.268Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2435 | 2025-01-13T22:03:10.336Z | Checking castaway v0.2.3 |
2436 | 2025-01-13T22:03:10.409Z | Checking is_ci v1.2.0 |
2437 | 2025-01-13T22:03:10.517Z | Checking compact_str v0.8.0 |
2438 | 2025-01-13T22:03:10.559Z | Checking supports-color v3.0.1 |
2439 | 2025-01-13T22:03:10.754Z | Checking unicode-truncate v1.1.0 |
2440 | 2025-01-13T22:03:10.972Z | Checking lru v0.12.5 |
2441 | 2025-01-13T22:03:10.995Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2442 | 2025-01-13T22:03:11.270Z | Compiling instability v0.3.2 |
2443 | 2025-01-13T22:03:11.405Z | Checking cassowary v0.3.0 |
2444 | 2025-01-13T22:03:12.061Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2445 | 2025-01-13T22:03:12.232Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2446 | 2025-01-13T22:03:12.350Z | Checking ratatui v0.28.1 |
2447 | 2025-01-13T22:03:12.530Z | Compiling vergen v8.3.2 |
2448 | 2025-01-13T22:03:12.827Z | Compiling cargo-platform v0.1.8 |
2449 | 2025-01-13T22:03:13.435Z | Checking unicode-linebreak v0.1.5 |
2450 | 2025-01-13T22:03:13.784Z | Checking smawk v0.3.2 |
2451 | 2025-01-13T22:03:13.875Z | Compiling cargo_metadata v0.18.1 |
2452 | 2025-01-13T22:03:13.946Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2453 | 2025-01-13T22:03:14.007Z | Checking textwrap v0.16.1 |
2454 | 2025-01-13T22:03:14.396Z | Compiling libsqlite3-sys v0.30.1 |
2455 | 2025-01-13T22:03:14.565Z | Checking shell-words v1.1.0 |
2456 | 2025-01-13T22:03:14.767Z | Compiling rustls v0.21.12 |
2457 | 2025-01-13T22:03:14.892Z | Compiling cfg_aliases v0.2.1 |
2458 | 2025-01-13T22:03:15.012Z | Compiling nix v0.29.0 |
2459 | 2025-01-13T22:03:15.481Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2460 | 2025-01-13T22:03:15.785Z | Checking sct v0.7.1 |
2461 | 2025-01-13T22:03:15.927Z | Checking rustls-webpki v0.101.7 |
2462 | 2025-01-13T22:03:16.516Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2463 | 2025-01-13T22:03:16.733Z | Checking hashlink v0.9.1 |
2464 | 2025-01-13T22:03:16.822Z | Checking concurrent-queue v2.5.0 |
2465 | 2025-01-13T22:03:17.152Z | Checking plotters-backend v0.3.7 |
2466 | 2025-01-13T22:03:17.366Z | Checking fallible-iterator v0.3.0 |
2467 | 2025-01-13T22:03:17.468Z | Checking fallible-streaming-iterator v0.1.9 |
2468 | 2025-01-13T22:03:17.536Z | Checking parking v2.2.1 |
2469 | 2025-01-13T22:03:17.709Z | Checking plotters-svg v0.3.7 |
2470 | 2025-01-13T22:03:17.950Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2471 | 2025-01-13T22:03:18.006Z | Checking rusqlite v0.32.1 |
2472 | 2025-01-13T22:03:18.239Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2473 | 2025-01-13T22:03:18.838Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2474 | 2025-01-13T22:03:19.138Z | Checking rustls-pemfile v1.0.4 |
2475 | 2025-01-13T22:03:19.335Z | Checking twox-hash v1.6.3 |
2476 | 2025-01-13T22:03:19.492Z | Checking cast v0.3.0 |
2477 | 2025-01-13T22:03:19.590Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2478 | 2025-01-13T22:03:19.614Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2479 | 2025-01-13T22:03:19.758Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2480 | 2025-01-13T22:03:19.781Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2481 | 2025-01-13T22:03:20.304Z | Checking async-bb8-diesel v0.2.1 |
2482 | 2025-01-13T22:03:20.507Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2483 | 2025-01-13T22:03:20.662Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2484 | 2025-01-13T22:03:20.964Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2485 | 2025-01-13T22:03:21.038Z | Checking tokio-rustls v0.24.1 |
2486 | 2025-01-13T22:03:21.396Z | Checking criterion-plot v0.5.0 |
2487 | 2025-01-13T22:03:21.969Z | Checking plotters v0.3.7 |
2488 | 2025-01-13T22:03:22.330Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2489 | 2025-01-13T22:03:23.335Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2490 | 2025-01-13T22:03:23.785Z | Checking fatfs v0.3.6 |
2491 | 2025-01-13T22:03:23.811Z | Checking tinytemplate v1.2.1 |
2492 | 2025-01-13T22:03:24.160Z | Checking csv-core v0.1.11 |
2493 | 2025-01-13T22:03:24.531Z | Checking hex-literal v0.4.1 |
2494 | 2025-01-13T22:03:24.687Z | Checking anes v0.1.6 |
2495 | 2025-01-13T22:03:24.853Z | Checking oorandom v11.1.4 |
2496 | 2025-01-13T22:03:25.002Z | Checking csv v1.3.0 |
2497 | 2025-01-13T22:03:25.030Z | Checking event-listener v5.3.1 |
2498 | 2025-01-13T22:03:25.075Z | Checking criterion v0.5.1 |
2499 | 2025-01-13T22:03:25.499Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2500 | 2025-01-13T22:03:25.870Z | Checking rtoolbox v0.0.2 |
2501 | 2025-01-13T22:03:26.090Z | Checking rpassword v7.3.1 |
2502 | 2025-01-13T22:03:26.250Z | Checking event-listener-strategy v0.5.2 |
2503 | 2025-01-13T22:03:26.476Z | Checking tui-tree-widget v0.22.0 |
2504 | 2025-01-13T22:03:26.838Z | Checking polyval v0.6.2 |
2505 | 2025-01-13T22:03:27.150Z | Checking ghash v0.5.1 |
2506 | 2025-01-13T22:03:27.335Z | Checking futures-lite v2.3.0 |
2507 | 2025-01-13T22:03:27.890Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2508 | 2025-01-13T22:03:28.846Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2509 | 2025-01-13T22:03:29.071Z | Checking ctr v0.9.2 |
2510 | 2025-01-13T22:03:29.400Z | Checking yansi v1.0.1 |
2511 | 2025-01-13T22:03:30.040Z | Checking aes-gcm v0.10.3 |
2512 | 2025-01-13T22:03:30.170Z | Checking pretty_assertions v1.4.1 |
2513 | 2025-01-13T22:03:30.295Z | Checking ssh-encoding v0.2.0 |
2514 | 2025-01-13T22:03:30.383Z | Checking blowfish v0.9.1 |
2515 | 2025-01-13T22:03:30.640Z | Checking bcrypt-pbkdf v0.10.0 |
2516 | 2025-01-13T22:03:30.665Z | Checking ssh-cipher v0.2.0 |
2517 | 2025-01-13T22:03:30.907Z | Checking async-lock v3.4.0 |
2518 | 2025-01-13T22:03:30.958Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2519 | 2025-01-13T22:03:31.816Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2520 | 2025-01-13T22:03:32.020Z | Checking polling v3.7.3 |
2521 | 2025-01-13T22:03:32.247Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2522 | 2025-01-13T22:03:32.413Z | Checking password-hash v0.4.2 |
2523 | 2025-01-13T22:03:32.829Z | Checking matches v0.1.10 |
2524 | 2025-01-13T22:03:32.946Z | Checking idna v0.2.3 |
2525 | 2025-01-13T22:03:33.195Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2526 | 2025-01-13T22:03:33.273Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2527 | 2025-01-13T22:03:33.680Z | Checking pbkdf2 v0.11.0 |
2528 | 2025-01-13T22:03:33.936Z | Checking async-io v2.3.4 |
2529 | 2025-01-13T22:03:34.672Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2530 | 2025-01-13T22:03:34.765Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2531 | 2025-01-13T22:03:36.555Z | Checking ssh-key v0.6.6 |
2532 | 2025-01-13T22:03:38.222Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2533 | 2025-01-13T22:03:39.039Z | Checking p256 v0.13.2 |
2534 | 2025-01-13T22:03:39.505Z | Checking p521 v0.13.3 |
2535 | 2025-01-13T22:03:39.613Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2536 | 2025-01-13T22:03:39.691Z | Compiling enum-as-inner v0.5.1 |
2537 | 2025-01-13T22:03:40.658Z | Checking russh-cryptovec v0.7.3 |
2538 | 2025-01-13T22:03:40.824Z | Compiling doc-comment v0.3.3 |
2539 | 2025-01-13T22:03:40.894Z | Checking async-task v4.7.1 |
2540 | 2025-01-13T22:03:40.964Z | Compiling target-lexicon v0.12.16 |
2541 | 2025-01-13T22:03:41.171Z | Checking md5 v0.7.0 |
2542 | 2025-01-13T22:03:41.473Z | Checking russh-keys v0.45.0 |
2543 | 2025-01-13T22:03:41.527Z | Checking trust-dns-proto v0.22.0 |
2544 | 2025-01-13T22:03:41.978Z | Checking async-channel v2.3.1 |
2545 | 2025-01-13T22:03:42.287Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2546 | 2025-01-13T22:03:42.829Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2547 | 2025-01-13T22:03:43.732Z | Checking piper v0.2.4 |
2548 | 2025-01-13T22:03:43.976Z | Checking num-bigint v0.4.6 |
2549 | 2025-01-13T22:03:44.280Z | Checking des v0.8.1 |
2550 | 2025-01-13T22:03:44.573Z | Compiling assert_cmd v2.0.16 |
2551 | 2025-01-13T22:03:45.011Z | Compiling dhcproto-macros v0.1.0 |
2552 | 2025-01-13T22:03:45.218Z | Compiling guppy-workspace-hack v0.1.0 |
2553 | 2025-01-13T22:03:45.515Z | Checking futures-timer v3.0.3 |
2554 | 2025-01-13T22:03:45.929Z | Checking blocking v1.6.1 |
2555 | 2025-01-13T22:03:46.041Z | Checking dhcproto v0.12.0 |
2556 | 2025-01-13T22:03:46.451Z | Checking russh v0.45.0 |
2557 | 2025-01-13T22:03:46.882Z | Checking async-executor v1.13.1 |
2558 | 2025-01-13T22:03:47.259Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2559 | 2025-01-13T22:03:47.580Z | Checking async-signal v0.2.10 |
2560 | 2025-01-13T22:03:47.879Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2561 | 2025-01-13T22:03:48.230Z | Compiling target-spec v3.2.2 |
2562 | 2025-01-13T22:03:48.275Z | Checking event-listener v2.5.3 |
2563 | 2025-01-13T22:03:48.513Z | Checking internet-checksum v0.2.1 |
2564 | 2025-01-13T22:03:48.702Z | Checking async-channel v1.9.0 |
2565 | 2025-01-13T22:03:48.950Z | Checking async-process v2.3.0 |
2566 | 2025-01-13T22:03:49.343Z | Checking async-global-executor v2.4.1 |
2567 | 2025-01-13T22:03:49.663Z | Checking cfg-expr v0.17.0 |
2568 | 2025-01-13T22:03:50.022Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2569 | 2025-01-13T22:03:50.525Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2570 | 2025-01-13T22:03:50.955Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2571 | 2025-01-13T22:03:51.487Z | Checking httptest v0.16.1 |
2572 | 2025-01-13T22:03:51.557Z | Checking rustls-native-certs v0.7.3 |
2573 | 2025-01-13T22:03:51.781Z | Compiling petname v2.0.2 |
2574 | 2025-01-13T22:03:52.217Z | Checking num_cpus v1.16.0 |
2575 | 2025-01-13T22:03:52.368Z | Checking kv-log-macro v1.0.7 |
2576 | 2025-01-13T22:03:52.524Z | Compiling async-attributes v1.1.2 |
2577 | 2025-01-13T22:03:53.456Z | Checking async-std v1.13.0 |
2578 | 2025-01-13T22:03:55.324Z | Checking threadpool v1.8.1 |
2579 | 2025-01-13T22:03:55.537Z | Checking hyper-rustls v0.26.0 |
2580 | 2025-01-13T22:03:55.894Z | Checking pathdiff v0.2.2 |
2581 | 2025-01-13T22:03:55.939Z | Compiling rstest_macros v0.23.0 |
2582 | 2025-01-13T22:03:56.068Z | Compiling target-triple v0.1.3 |
2583 | 2025-01-13T22:03:56.469Z | Checking escape8259 v0.5.3 |
2584 | 2025-01-13T22:03:56.661Z | Checking nested v0.1.1 |
2585 | 2025-01-13T22:03:56.685Z | Checking libtest-mimic v0.7.3 |
2586 | 2025-01-13T22:03:56.816Z | Checking guppy v0.17.8 |
2587 | 2025-01-13T22:03:57.245Z | Checking async-object-pool v0.1.5 |
2588 | 2025-01-13T22:03:57.421Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2589 | 2025-01-13T22:03:58.031Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2590 | 2025-01-13T22:03:58.334Z | Checking similar-asserts v1.6.0 |
2591 | 2025-01-13T22:03:58.567Z | Checking fancy-regex v0.13.0 |
2592 | 2025-01-13T22:03:58.973Z | Checking serde_regex v1.1.0 |
2593 | 2025-01-13T22:03:59.255Z | Checking assert-json-diff v2.0.2 |
2594 | 2025-01-13T22:03:59.406Z | Compiling proc-macro-crate v3.2.0 |
2595 | 2025-01-13T22:03:59.539Z | Checking path-tree v0.8.1 |
2596 | 2025-01-13T22:03:59.892Z | Checking sync-ptr v0.1.1 |
2597 | 2025-01-13T22:04:00.134Z | Compiling relative-path v1.9.3 |
2598 | 2025-01-13T22:04:00.646Z | Checking stringmetrics v2.2.2 |
2599 | 2025-01-13T22:04:00.811Z | Checking datatest-stable v0.2.9 |
2600 | 2025-01-13T22:04:00.894Z | Checking httpmock v0.8.0-alpha.1 |
2601 | 2025-01-13T22:04:01.276Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2602 | 2025-01-13T22:04:02.847Z | Checking blake2b_simd v1.0.2 |
2603 | 2025-01-13T22:04:03.719Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2604 | 2025-01-13T22:04:04.817Z | Compiling git2 v0.19.0 |
2605 | 2025-01-13T22:04:06.294Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2606 | 2025-01-13T22:04:06.360Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2607 | 2025-01-13T22:04:06.589Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2608 | 2025-01-13T22:04:06.704Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2609 | 2025-01-13T22:04:07.023Z | Checking serde_tokenstream v0.2.2 |
2610 | 2025-01-13T22:04:07.117Z | Checking uzers v0.12.1 |
2611 | 2025-01-13T22:04:07.586Z | Checking rust-argon2 v2.1.0 |
2612 | 2025-01-13T22:04:07.610Z | Checking trybuild v1.0.101 |
2613 | 2025-01-13T22:04:08.046Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2614 | 2025-01-13T22:04:09.086Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2615 | 2025-01-13T22:04:09.487Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2616 | 2025-01-13T22:04:11.615Z | Checking rstest v0.23.0 |
2617 | 2025-01-13T22:04:11.873Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2618 | 2025-01-13T22:04:12.187Z | Checking rand_distr v0.4.3 |
2619 | 2025-01-13T22:04:12.874Z | Checking multimap v0.10.0 |
2620 | 2025-01-13T22:04:13.008Z | Checking approx v0.5.1 |
2621 | 2025-01-13T22:04:13.232Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2622 | 2025-01-13T22:04:13.996Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2623 | 2025-01-13T22:04:14.442Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2624 | 2025-01-13T22:04:14.802Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2625 | 2025-01-13T22:04:14.841Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2626 | 2025-01-13T22:04:15.481Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2627 | 2025-01-13T22:04:16.141Z | Checking partial-io v0.5.4 |
2628 | 2025-01-13T22:04:16.360Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2629 | 2025-01-13T22:04:16.515Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2630 | 2025-01-13T22:04:16.543Z | Checking cargo_toml v0.20.5 |
2631 | 2025-01-13T22:04:16.568Z | Checking termios v0.3.3 |
2632 | 2025-01-13T22:04:16.660Z | Compiling indoc v2.0.5 |
2633 | 2025-01-13T22:04:16.850Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2634 | 2025-01-13T22:04:18.664Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2635 | 2025-01-13T22:04:19.451Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2636 | 2025-01-13T22:04:37.775Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2637 | 2025-01-13T22:04:41.234Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2638 | 2025-01-13T22:04:43.818Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2639 | 2025-01-13T22:05:03.126Z | Compiling polar-core v0.27.3 |
2640 | 2025-01-13T22:05:14.761Z | Checking oso v0.27.3 |
2641 | 2025-01-13T22:05:19.608Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2642 | 2025-01-13T22:05:19.948Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2643 | 2025-01-13T22:05:21.491Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2644 | 2025-01-13T22:06:06.116Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2645 | 2025-01-13T22:06:06.117Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2646 | 2025-01-13T22:06:06.119Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2647 | 2025-01-13T22:07:33.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s |
2648 | 2025-01-13T22:07:34.334Z | |
2649 | 2025-01-13T22:07:34.334Z | real 6:56.823676901 |
2650 | 2025-01-13T22:07:34.334Z | user 36:55.259076712 |
2651 | 2025-01-13T22:07:34.334Z | sys 6:47.591943880 |
2652 | 2025-01-13T22:07:34.334Z | trap 1.009163990 |
2653 | 2025-01-13T22:07:34.334Z | tflt 1.998306051 |
2654 | 2025-01-13T22:07:34.334Z | dflt 0.763456359 |
2655 | 2025-01-13T22:07:34.334Z | kflt 0.001777468 |
2656 | 2025-01-13T22:07:34.334Z | lock 53:44.737118265 |
2657 | 2025-01-13T22:07:34.334Z | slp 2:07:41.083289702 |
2658 | 2025-01-13T22:07:34.334Z | lat 1:40.168906476 |
2659 | 2025-01-13T22:07:34.334Z | stop 6:16.155094982 |
2660 | 2025-01-13T22:07:34.337Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2661 | 2025-01-13T22:07:34.337Z | + ptime -m cargo doc --workspace --no-deps |
2662 | 2025-01-13T22:07:35.545Z | warning: output filename collision. |
2663 | 2025-01-13T22:07:35.545Z | 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)`. |
2664 | 2025-01-13T22:07:35.545Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2665 | 2025-01-13T22:07:35.545Z | The targets should have unique names. |
2666 | 2025-01-13T22:07:35.545Z | This is a known bug where multiple crates with the same name use |
2667 | 2025-01-13T22:07:35.545Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2668 | 2025-01-13T22:07:35.999Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2669 | 2025-01-13T22:07:36.069Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2670 | 2025-01-13T22:07:36.089Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2671 | 2025-01-13T22:07:36.129Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2672 | 2025-01-13T22:07:36.155Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2673 | 2025-01-13T22:07:36.183Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2674 | 2025-01-13T22:07:36.183Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2675 | 2025-01-13T22:07:36.390Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2676 | 2025-01-13T22:07:36.416Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2677 | 2025-01-13T22:07:36.456Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2678 | 2025-01-13T22:07:36.549Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2679 | 2025-01-13T22:07:36.663Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2680 | 2025-01-13T22:07:36.881Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2681 | 2025-01-13T22:07:36.991Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2682 | 2025-01-13T22:07:37.211Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2683 | 2025-01-13T22:07:40.008Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2684 | 2025-01-13T22:07:41.213Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2685 | 2025-01-13T22:07:41.405Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2686 | 2025-01-13T22:07:41.555Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2687 | 2025-01-13T22:07:41.662Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2688 | 2025-01-13T22:07:41.683Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2689 | 2025-01-13T22:07:41.903Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2690 | 2025-01-13T22:07:42.004Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2691 | 2025-01-13T22:07:42.253Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2692 | 2025-01-13T22:07:42.569Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2693 | 2025-01-13T22:07:43.152Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2694 | 2025-01-13T22:07:43.565Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2695 | 2025-01-13T22:07:43.661Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2696 | 2025-01-13T22:07:43.851Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2697 | 2025-01-13T22:07:44.083Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2698 | 2025-01-13T22:07:44.128Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2699 | 2025-01-13T22:07:44.351Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2700 | 2025-01-13T22:07:44.487Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2701 | 2025-01-13T22:07:44.514Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2702 | 2025-01-13T22:07:44.776Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2703 | 2025-01-13T22:07:45.162Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2704 | 2025-01-13T22:07:45.401Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2705 | 2025-01-13T22:07:45.500Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2706 | 2025-01-13T22:07:45.682Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2707 | 2025-01-13T22:07:46.020Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2708 | 2025-01-13T22:07:46.041Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2709 | 2025-01-13T22:07:46.492Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2710 | 2025-01-13T22:07:46.571Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2711 | 2025-01-13T22:07:47.034Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2712 | 2025-01-13T22:07:49.084Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2713 | 2025-01-13T22:07:50.985Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2714 | 2025-01-13T22:07:51.925Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2715 | 2025-01-13T22:07:52.643Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2716 | 2025-01-13T22:07:52.727Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2717 | 2025-01-13T22:07:53.007Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2718 | 2025-01-13T22:07:53.843Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2719 | 2025-01-13T22:07:54.372Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2720 | 2025-01-13T22:07:54.543Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2721 | 2025-01-13T22:07:54.708Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2722 | 2025-01-13T22:07:55.045Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2723 | 2025-01-13T22:08:00.521Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2724 | 2025-01-13T22:08:01.596Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2725 | 2025-01-13T22:08:02.311Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2726 | 2025-01-13T22:08:03.755Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2727 | 2025-01-13T22:08:03.864Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2728 | 2025-01-13T22:08:04.221Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2729 | 2025-01-13T22:08:04.340Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2730 | 2025-01-13T22:08:04.740Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2731 | 2025-01-13T22:08:05.137Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2732 | 2025-01-13T22:08:05.229Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2733 | 2025-01-13T22:08:05.269Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2734 | 2025-01-13T22:08:06.093Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2735 | 2025-01-13T22:08:06.769Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2736 | 2025-01-13T22:08:06.809Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2737 | 2025-01-13T22:08:06.863Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2738 | 2025-01-13T22:08:07.305Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2739 | 2025-01-13T22:08:08.125Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2740 | 2025-01-13T22:08:08.149Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2741 | 2025-01-13T22:08:08.309Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2742 | 2025-01-13T22:08:08.876Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2743 | 2025-01-13T22:08:09.179Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2744 | 2025-01-13T22:08:09.793Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2745 | 2025-01-13T22:08:09.850Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2746 | 2025-01-13T22:08:10.230Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2747 | 2025-01-13T22:08:11.272Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2748 | 2025-01-13T22:08:11.483Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2749 | 2025-01-13T22:08:12.143Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2750 | 2025-01-13T22:08:12.977Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2751 | 2025-01-13T22:08:13.116Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2752 | 2025-01-13T22:08:13.228Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2753 | 2025-01-13T22:08:13.405Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2754 | 2025-01-13T22:08:13.797Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2755 | 2025-01-13T22:08:13.964Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2756 | 2025-01-13T22:08:14.329Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2757 | 2025-01-13T22:08:14.378Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2758 | 2025-01-13T22:08:14.460Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2759 | 2025-01-13T22:08:15.000Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2760 | 2025-01-13T22:08:15.172Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2761 | 2025-01-13T22:08:15.561Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2762 | 2025-01-13T22:08:16.727Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2763 | 2025-01-13T22:08:16.923Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2764 | 2025-01-13T22:08:17.231Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2765 | 2025-01-13T22:08:17.765Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2766 | 2025-01-13T22:08:18.009Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2767 | 2025-01-13T22:08:18.402Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2768 | 2025-01-13T22:08:18.423Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2769 | 2025-01-13T22:08:18.912Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2770 | 2025-01-13T22:08:19.337Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2771 | 2025-01-13T22:08:19.979Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2772 | 2025-01-13T22:08:20.649Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2773 | 2025-01-13T22:08:21.156Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2774 | 2025-01-13T22:08:21.569Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2775 | 2025-01-13T22:08:22.625Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2776 | 2025-01-13T22:08:23.870Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2777 | 2025-01-13T22:08:24.802Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2778 | 2025-01-13T22:08:26.218Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2779 | 2025-01-13T22:08:28.611Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2780 | 2025-01-13T22:08:28.790Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2781 | 2025-01-13T22:08:29.696Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2782 | 2025-01-13T22:08:30.937Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2783 | 2025-01-13T22:08:40.353Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2784 | 2025-01-13T22:08:42.637Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2785 | 2025-01-13T22:08:43.093Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2786 | 2025-01-13T22:08:45.955Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2787 | 2025-01-13T22:08:49.737Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2788 | 2025-01-13T22:09:37.063Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2789 | 2025-01-13T22:09:39.414Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2790 | 2025-01-13T22:09:42.581Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2791 | 2025-01-13T22:09:57.099Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2792 | 2025-01-13T22:10:19.561Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2793 | 2025-01-13T22:10:22.266Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2794 | 2025-01-13T22:10:22.606Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2795 | 2025-01-13T22:10:22.891Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2796 | 2025-01-13T22:10:25.170Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2797 | 2025-01-13T22:10:25.819Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2798 | 2025-01-13T22:10:30.946Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2799 | 2025-01-13T22:10:36.812Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2800 | 2025-01-13T22:10:44.542Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2801 | 2025-01-13T22:11:11.707Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2802 | 2025-01-13T22:11:23.903Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2803 | 2025-01-13T22:11:27.030Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2804 | 2025-01-13T22:11:27.271Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2805 | 2025-01-13T22:11:34.336Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2806 | 2025-01-13T22:11:36.503Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2807 | 2025-01-13T22:12:04.391Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2808 | 2025-01-13T22:12:06.958Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2809 | 2025-01-13T22:12:06.993Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2810 | 2025-01-13T22:12:11.880Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2811 | 2025-01-13T22:12:13.917Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2812 | 2025-01-13T22:12:17.540Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2813 | 2025-01-13T22:12:20.246Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2814 | 2025-01-13T22:12:29.277Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2815 | 2025-01-13T22:12:35.846Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2816 | 2025-01-13T22:12:36.753Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2817 | 2025-01-13T22:12:43.160Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2818 | 2025-01-13T22:12:44.256Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2819 | 2025-01-13T22:12:47.070Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2820 | 2025-01-13T22:12:54.843Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2821 | 2025-01-13T22:12:56.927Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2822 | 2025-01-13T22:12:57.825Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2823 | 2025-01-13T22:13:06.947Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2824 | 2025-01-13T22:13:13.529Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2825 | 2025-01-13T22:13:15.166Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2826 | 2025-01-13T22:13:15.609Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2827 | 2025-01-13T22:13:16.465Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2828 | 2025-01-13T22:13:17.705Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2829 | 2025-01-13T22:13:27.357Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2830 | 2025-01-13T22:13:33.506Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2831 | 2025-01-13T22:13:37.854Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2832 | 2025-01-13T22:13:42.042Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2833 | 2025-01-13T22:13:43.769Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2834 | 2025-01-13T22:13:47.424Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2835 | 2025-01-13T22:13:50.579Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2836 | 2025-01-13T22:13:51.807Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2837 | 2025-01-13T22:13:52.959Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2838 | 2025-01-13T22:13:57.672Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2839 | 2025-01-13T22:14:03.402Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2840 | 2025-01-13T22:14:05.686Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2841 | 2025-01-13T22:14:09.712Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2842 | 2025-01-13T22:14:13.874Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2843 | 2025-01-13T22:14:15.824Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2844 | 2025-01-13T22:14:17.675Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2845 | 2025-01-13T22:14:24.639Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2846 | 2025-01-13T22:14:24.989Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2847 | 2025-01-13T22:14:32.369Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2848 | 2025-01-13T22:14:34.008Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2849 | 2025-01-13T22:14:34.430Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2850 | 2025-01-13T22:14:36.019Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2851 | 2025-01-13T22:14:38.726Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2852 | 2025-01-13T22:14:45.947Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2853 | 2025-01-13T22:14:46.703Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2854 | 2025-01-13T22:14:48.511Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2855 | 2025-01-13T22:14:49.788Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2856 | 2025-01-13T22:14:53.139Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2857 | 2025-01-13T22:14:57.325Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2858 | 2025-01-13T22:15:05.374Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2859 | 2025-01-13T22:15:07.585Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2860 | 2025-01-13T22:15:10.373Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2861 | 2025-01-13T22:15:13.023Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2862 | 2025-01-13T22:15:14.133Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2863 | 2025-01-13T22:15:17.741Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2864 | 2025-01-13T22:15:20.733Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2865 | 2025-01-13T22:15:21.616Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2866 | 2025-01-13T22:15:23.713Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2867 | 2025-01-13T22:15:26.094Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2868 | 2025-01-13T22:15:32.321Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2869 | 2025-01-13T22:15:34.344Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2870 | 2025-01-13T22:15:40.687Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2871 | 2025-01-13T22:15:40.708Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2872 | 2025-01-13T22:15:42.113Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2873 | 2025-01-13T22:15:44.835Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2874 | 2025-01-13T22:15:45.637Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2875 | 2025-01-13T22:15:48.607Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2876 | 2025-01-13T22:15:52.119Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2877 | 2025-01-13T22:15:54.189Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2878 | 2025-01-13T22:15:56.542Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2879 | 2025-01-13T22:15:57.305Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2880 | 2025-01-13T22:15:58.185Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2881 | 2025-01-13T22:16:05.680Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2882 | 2025-01-13T22:16:05.900Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2883 | 2025-01-13T22:16:06.489Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2884 | 2025-01-13T22:16:08.860Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2885 | 2025-01-13T22:16:09.598Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2886 | 2025-01-13T22:16:13.427Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2887 | 2025-01-13T22:16:15.774Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2888 | 2025-01-13T22:16:16.946Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2889 | 2025-01-13T22:16:17.337Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2890 | 2025-01-13T22:16:18.828Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2891 | 2025-01-13T22:16:21.980Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2892 | 2025-01-13T22:16:24.036Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2893 | 2025-01-13T22:16:24.300Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2894 | 2025-01-13T22:16:25.689Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2895 | 2025-01-13T22:16:27.221Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2896 | 2025-01-13T22:16:27.472Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2897 | 2025-01-13T22:16:28.802Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2898 | 2025-01-13T22:16:29.623Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2899 | 2025-01-13T22:16:30.838Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2900 | 2025-01-13T22:16:31.613Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2901 | 2025-01-13T22:16:31.703Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2902 | 2025-01-13T22:17:09.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 35s |
2903 | 2025-01-13T22:17:09.753Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2904 | 2025-01-13T22:17:09.821Z | |
2905 | 2025-01-13T22:17:09.821Z | real 9:35.362727489 |
2906 | 2025-01-13T22:17:09.821Z | user 27:51.026033532 |
2907 | 2025-01-13T22:17:09.821Z | sys 43:58.180577015 |
2908 | 2025-01-13T22:17:09.821Z | trap 0.456399868 |
2909 | 2025-01-13T22:17:09.821Z | tflt 0.220161098 |
2910 | 2025-01-13T22:17:09.821Z | dflt 0.241818449 |
2911 | 2025-01-13T22:17:09.821Z | kflt 0.000034713 |
2912 | 2025-01-13T22:17:09.821Z | lock 1:35:47.242305873 |
2913 | 2025-01-13T22:17:09.821Z | slp 2:41:29.521371962 |
2914 | 2025-01-13T22:17:09.821Z | lat 1:12.239596757 |
2915 | 2025-01-13T22:17:09.821Z | stop 1:08.632588252 |
2916 | 2025-01-13T22:17:09.824Z | process exited: duration 1330336 ms, exit code 0 |
|
2917 | 2025-01-13T22:17:09.831Z | found 0 output files |