|
|
|
1 | 2024-12-21T04:19:09.957Z | job assigned to worker 01JFKQ07012KVTH0SKNHXNS4Z4 [factory aws, i-0318c0fe451f6e32b] (queued for 52 s) |
|
2 | 2024-12-21T04:19:17.474Z | starting task 0: "setup" |
3 | 2024-12-21T04:19:17.485Z | ++ uname -s |
4 | 2024-12-21T04:19:17.491Z | + kern=SunOS |
5 | 2024-12-21T04:19:17.491Z | + case "$kern" in |
6 | 2024-12-21T04:19:17.491Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:19:17.493Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:19:19.500Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:19:19.612Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:19:19.614Z | + home_fs=zfs |
11 | 2024-12-21T04:19:19.615Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:19:19.615Z | + mkdir -p /home/build |
13 | 2024-12-21T04:19:19.618Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:19:21.619Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:19:21.622Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2024-12-21T04:19:21.627Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:19:21.633Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:19:21.633Z | ' 1.81.0 |
19 | 2024-12-21T04:19:21.636Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:19:21.636Z | * toolchain profile = "default" |
21 | 2024-12-21T04:19:21.636Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T04:19:21.636Z | ' default |
23 | 2024-12-21T04:19:21.636Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:19:21.636Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:19:21.762Z | info: downloading installer |
26 | 2024-12-21T04:19:23.155Z | info: profile set to 'default' |
27 | 2024-12-21T04:19:23.155Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:19:23.158Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:19:23.308Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:19:23.308Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:19:24.148Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:19:24.462Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:19:25.639Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:19:27.473Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:19:34.007Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:19:34.248Z | info: installing component 'cargo' |
37 | 2024-12-21T04:19:35.049Z | info: installing component 'clippy' |
38 | 2024-12-21T04:19:35.419Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:19:37.029Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:19:38.762Z | info: installing component 'rustc' |
41 | 2024-12-21T04:19:44.447Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:19:44.765Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:19:44.766Z | |
44 | 2024-12-21T04:19:45.139Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:19:45.139Z | |
46 | 2024-12-21T04:19:45.142Z | |
47 | 2024-12-21T04:19:45.142Z | Rust is installed now. Great! |
48 | 2024-12-21T04:19:45.142Z | |
49 | 2024-12-21T04:19:45.142Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:19:45.142Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:19:45.142Z | |
52 | 2024-12-21T04:19:45.142Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:19:45.142Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:19:45.142Z | |
55 | 2024-12-21T04:19:45.142Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:19:45.142Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:19:45.142Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:19:45.224Z | + rustc --version |
59 | 2024-12-21T04:19:45.294Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:19:45.296Z | process exited: duration 23666 ms, exit code 0 |
|
61 | 2024-12-21T04:19:45.302Z | starting task 2: "authentication" |
62 | 2024-12-21T04:19:45.323Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T04:19:45.329Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:19:45.334Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:19:45.336Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:19:45.376Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:19:52.688Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:19:52.690Z | + git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
69 | 2024-12-21T04:19:52.981Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:19:52.982Z | * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD |
71 | 2024-12-21T04:19:52.992Z | + [[ -n renovate/csv-1.x ]] |
72 | 2024-12-21T04:19:52.994Z | ++ git branch --show-current |
73 | 2024-12-21T04:19:52.997Z | + current=main |
74 | 2024-12-21T04:19:52.997Z | + [[ main != renovate/csv-1.x ]] |
75 | 2024-12-21T04:19:52.997Z | + git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
76 | 2024-12-21T04:19:53.000Z | + git checkout -f renovate/csv-1.x |
77 | 2024-12-21T04:19:53.029Z | Switched to branch 'renovate/csv-1.x' |
78 | 2024-12-21T04:19:53.032Z | + git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
79 | 2024-12-21T04:19:53.062Z | HEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1 |
80 | 2024-12-21T04:19:53.064Z | process exited: duration 7733 ms, exit code 0 |
|
81 | 2024-12-21T04:19:53.070Z | starting task 4: "build" |
82 | 2024-12-21T04:19:53.076Z | + source ./env.sh |
83 | 2024-12-21T04:19:53.076Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-21T04:19:53.076Z | ++ set -o xtrace |
85 | 2024-12-21T04:19:53.079Z | ++++ dirname ./env.sh |
86 | 2024-12-21T04:19:53.081Z | +++ readlink -f . |
87 | 2024-12-21T04:19:53.084Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-21T04:19:53.084Z | ++ 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 | 2024-12-21T04:19:53.084Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-21T04:19:53.084Z | ++ 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 | 2024-12-21T04:19:53.084Z | ++ 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 | 2024-12-21T04:19:53.084Z | ++ 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 | 2024-12-21T04:19:53.085Z | ++ 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 | 2024-12-21T04:19:53.086Z | ++ 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 | 2024-12-21T04:19:53.086Z | ++ 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 | 2024-12-21T04:19:53.086Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-21T04:19:53.086Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-21T04:19:53.086Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-21T04:19:53.088Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-21T04:19:53.088Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-21T04:19:53.088Z | + cargo --version |
102 | 2024-12-21T04:19:53.142Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-21T04:19:53.144Z | + rustc --version |
104 | 2024-12-21T04:19:53.204Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-21T04:19:53.207Z | + banner prerequisites |
106 | 2024-12-21T04:19:53.210Z | |
107 | 2024-12-21T04:19:53.210Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-21T04:19:53.210Z | # # # # # # # # # # # # # # # |
109 | 2024-12-21T04:19:53.210Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-21T04:19:53.210Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-21T04:19:53.210Z | # # # # # # # # # # # # # # # |
112 | 2024-12-21T04:19:53.210Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-21T04:19:53.210Z | |
114 | 2024-12-21T04:19:53.210Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-21T04:20:01.301Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-21T04:20:05.261Z | Startup: Caching catalogs ... Done |
117 | 2024-12-21T04:20:16.255Z | Planning: Solver setup ... Done (10.002s) |
118 | 2024-12-21T04:20:16.392Z | Planning: Running solver ... Done (0.135s) |
119 | 2024-12-21T04:20:16.507Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-12-21T04:20:16.550Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-21T04:20:17.219Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-21T04:20:17.322Z | Planning: Package planning ... Done (0.101s) |
123 | 2024-12-21T04:20:17.378Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-12-21T04:20:17.744Z | Planning: Checking for conflicting actions ... Done (0.364s) |
125 | 2024-12-21T04:20:19.877Z | Planning: Consolidating action changes ... Done (2.134s) |
126 | 2024-12-21T04:20:20.331Z | Planning: Evaluating mediators ... Done (0.455s) |
127 | 2024-12-21T04:20:20.416Z | Planning: Planning completed in 15.05 seconds |
128 | 2024-12-21T04:20:20.432Z | Packages to install: 4 |
129 | 2024-12-21T04:20:20.432Z | Packages to update: 1 |
130 | 2024-12-21T04:20:20.435Z | Mediators to change: 2 |
131 | 2024-12-21T04:20:20.435Z | Services to change: 1 |
132 | 2024-12-21T04:20:20.435Z | Estimated space available: 155.64 GB |
133 | 2024-12-21T04:20:20.435Z | Estimated space to be consumed: 1.62 GB |
134 | 2024-12-21T04:20:20.435Z | Create boot environment: No |
135 | 2024-12-21T04:20:20.435Z | Create backup boot environment: Yes |
136 | 2024-12-21T04:20:20.435Z | Rebuild boot archive: No |
137 | 2024-12-21T04:20:20.435Z | |
138 | 2024-12-21T04:20:20.435Z | Changed mediators: |
139 | 2024-12-21T04:20:20.435Z | mediator clang: |
140 | 2024-12-21T04:20:20.435Z | version: None -> 15 (system default) |
141 | 2024-12-21T04:20:20.435Z | |
142 | 2024-12-21T04:20:20.435Z | mediator llvm: |
143 | 2024-12-21T04:20:20.435Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-21T04:20:20.435Z | |
145 | 2024-12-21T04:20:20.435Z | Changed packages: |
146 | 2024-12-21T04:20:20.435Z | helios-dev |
147 | 2024-12-21T04:20:20.435Z | developer/build-essential |
148 | 2024-12-21T04:20:20.435Z | None -> 11-2.0 |
149 | 2024-12-21T04:20:20.436Z | library/libxmlsec1 |
150 | 2024-12-21T04:20:20.436Z | None -> 1.2.35-2.0 |
151 | 2024-12-21T04:20:20.436Z | ooce/developer/clang-15 |
152 | 2024-12-21T04:20:20.436Z | None -> 15.0.7-2.0 |
153 | 2024-12-21T04:20:20.436Z | ooce/developer/llvm-15 |
154 | 2024-12-21T04:20:20.436Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T04:20:20.436Z | package/pkg |
156 | 2024-12-21T04:20:20.436Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-21T04:20:20.436Z | |
158 | 2024-12-21T04:20:20.437Z | Services: |
159 | 2024-12-21T04:20:20.437Z | restart_fmri: |
160 | 2024-12-21T04:20:20.437Z | svc:/system/update-man-index:default |
161 | 2024-12-21T04:20:20.437Z | |
162 | 2024-12-21T04:20:20.437Z | Editable files to change: |
163 | 2024-12-21T04:20:20.437Z | Update: |
164 | 2024-12-21T04:20:20.437Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-21T04:20:20.517Z | |
166 | 2024-12-21T04:20:20.517Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-21T04:20:25.526Z | Download: 578/4281 items 4.1/220.6MB 1% complete (852k/s) |
168 | 2024-12-21T04:20:31.364Z | Download: 1195/4281 items 83.4/220.6MB 37% complete (8.5M/s) |
169 | 2024-12-21T04:20:50.474Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
170 | 2024-12-21T04:20:55.546Z | Download: 1365/4281 items 116.8/220.6MB 52% complete (7.4M/s) |
171 | 2024-12-21T04:21:00.496Z | Download: 1724/4281 items 118.1/220.6MB 53% complete (3.6M/s) |
172 | 2024-12-21T04:21:05.577Z | Download: 2133/4281 items 118.9/220.6MB 53% complete (218k/s) |
173 | 2024-12-21T04:21:10.619Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (211k/s) |
174 | 2024-12-21T04:21:20.833Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
175 | 2024-12-21T04:21:27.188Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
176 | 2024-12-21T04:21:32.216Z | Download: 3235/4281 items 166.7/220.6MB 75% complete (9.4M/s) |
177 | 2024-12-21T04:21:54.893Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
178 | 2024-12-21T04:22:01.259Z | Download: 3281/4281 items 211.3/220.6MB 95% complete (3.2M/s) |
179 | 2024-12-21T04:22:07.685Z | Download: 3284/4281 items 212.0/220.6MB 96% complete (2.1M/s) |
180 | 2024-12-21T04:22:20.636Z | Download: 3289/4281 items 212.6/220.6MB 96% complete |
181 | 2024-12-21T04:22:25.644Z | Download: 3855/4281 items 217.5/220.6MB 98% complete (1.0M/s) |
182 | 2024-12-21T04:22:30.880Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (933k/s) |
183 | 2024-12-21T04:22:37.772Z | Download: 4207/4281 items 220.5/220.6MB 99% complete (915k/s) |
184 | 2024-12-21T04:22:39.559Z | Download: Completed 220.60 MB in 139.02 seconds (1.6M/s) |
185 | 2024-12-21T04:22:41.592Z | Actions: 1/5063 actions (Removing old actions) |
186 | 2024-12-21T04:22:41.616Z | Actions: 194/5063 actions (Installing new actions) |
187 | 2024-12-21T04:22:46.306Z | Actions: 4226/5063 actions (Updating modified actions) |
188 | 2024-12-21T04:22:46.633Z | Actions: Completed 5063 actions in 5.04 seconds. |
189 | 2024-12-21T04:22:47.035Z | Done (0.395s) |
190 | 2024-12-21T04:22:47.038Z | Done (0.000s) |
191 | 2024-12-21T04:22:47.620Z | Done (0.582s) |
192 | 2024-12-21T04:22:52.085Z | Done (4.242s) |
193 | 2024-12-21T04:22:52.174Z | Done (0.018s) |
194 | 2024-12-21T04:22:52.178Z | Done (0.000s) |
195 | 2024-12-21T04:22:52.341Z | Done (0.000s) |
196 | 2024-12-21T04:22:53.042Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-12-21T04:22:53.204Z | Planning: Checking for conflicting actions ... Done |
198 | 2024-12-21T04:22:53.207Z | Planning: Consolidating action changes ... Done |
199 | 2024-12-21T04:22:53.495Z | Planning: Evaluating mediators ... Done |
200 | 2024-12-21T04:22:53.497Z | Planning: Planning completed in 0.45 seconds |
201 | 2024-12-21T04:22:53.537Z | Mediators to change: 2 |
202 | 2024-12-21T04:22:53.540Z | Create boot environment: No |
203 | 2024-12-21T04:22:53.540Z | Create backup boot environment: No |
204 | 2024-12-21T04:22:53.646Z | Done |
205 | 2024-12-21T04:22:53.646Z | Done |
206 | 2024-12-21T04:22:54.007Z | Done |
207 | 2024-12-21T04:22:57.763Z | Done |
208 | 2024-12-21T04:22:57.854Z | Done |
209 | 2024-12-21T04:22:57.856Z | Done |
210 | 2024-12-21T04:22:57.994Z | Done |
211 | 2024-12-21T04:22:58.633Z | Planning: Evaluating mediator changes ... Done |
212 | 2024-12-21T04:22:58.636Z | Planning: Merging actions ... Done |
213 | 2024-12-21T04:22:58.824Z | Planning: Checking for conflicting actions ... Done |
214 | 2024-12-21T04:22:58.827Z | Planning: Consolidating action changes ... Done |
215 | 2024-12-21T04:22:59.100Z | Planning: Evaluating mediators ... Done |
216 | 2024-12-21T04:22:59.155Z | Planning: Planning completed in 0.77 seconds |
217 | 2024-12-21T04:22:59.197Z | Packages to change: 1 |
218 | 2024-12-21T04:22:59.197Z | Mediators to change: 1 |
219 | 2024-12-21T04:22:59.199Z | Services to change: 1 |
220 | 2024-12-21T04:22:59.199Z | Create boot environment: No |
221 | 2024-12-21T04:22:59.199Z | Create backup boot environment: Yes |
222 | 2024-12-21T04:23:01.403Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2024-12-21T04:23:01.406Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2024-12-21T04:23:01.409Z | Done |
225 | 2024-12-21T04:23:01.409Z | Done |
226 | 2024-12-21T04:23:01.523Z | Done |
227 | 2024-12-21T04:23:05.196Z | Done |
228 | 2024-12-21T04:23:05.306Z | Done |
229 | 2024-12-21T04:23:05.309Z | Done |
230 | 2024-12-21T04:23:05.454Z | Done |
231 | 2024-12-21T04:23:05.902Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2024-12-21T04:23:05.903Z | clang system 15 system |
233 | 2024-12-21T04:23:05.903Z | csh system system illumos |
234 | 2024-12-21T04:23:05.903Z | ctags system system illumos |
235 | 2024-12-21T04:23:05.903Z | gcc vendor 12 vendor |
236 | 2024-12-21T04:23:05.903Z | gcc system 10 system |
237 | 2024-12-21T04:23:05.903Z | gcc system 7 system |
238 | 2024-12-21T04:23:05.903Z | go system 1.20 system |
239 | 2024-12-21T04:23:05.903Z | go system 1.19 system |
240 | 2024-12-21T04:23:05.903Z | llvm system 15 system |
241 | 2024-12-21T04:23:05.903Z | llvm system 14 system |
242 | 2024-12-21T04:23:05.903Z | mariadb system 10.6 system |
243 | 2024-12-21T04:23:05.903Z | mta vendor vendor dma |
244 | 2024-12-21T04:23:05.903Z | openjdk system 17 system |
245 | 2024-12-21T04:23:05.903Z | openjdk system 11 system |
246 | 2024-12-21T04:23:05.903Z | openjdk system 1.8 system |
247 | 2024-12-21T04:23:05.903Z | openssl vendor 3 vendor |
248 | 2024-12-21T04:23:05.903Z | perl system 5.36 system |
249 | 2024-12-21T04:23:05.903Z | postgresql system 15 system |
250 | 2024-12-21T04:23:05.903Z | postgresql system 13 system |
251 | 2024-12-21T04:23:05.903Z | python vendor 3 vendor |
252 | 2024-12-21T04:23:05.903Z | python system 2 system |
253 | 2024-12-21T04:23:05.903Z | python3 system 3.11 system |
254 | 2024-12-21T04:23:05.903Z | ruby system 3.0 system |
255 | 2024-12-21T04:23:05.903Z | words vendor vendor american-english |
256 | 2024-12-21T04:23:05.903Z | words system system australian-english |
257 | 2024-12-21T04:23:05.903Z | words system system british-english |
258 | 2024-12-21T04:23:05.903Z | words system system canadian-english |
259 | 2024-12-21T04:23:05.903Z | words system system french |
260 | 2024-12-21T04:23:05.903Z | words system system italian |
261 | 2024-12-21T04:23:05.903Z | words system system ngerman |
262 | 2024-12-21T04:23:05.903Z | words system system ogerman |
263 | 2024-12-21T04:23:05.903Z | words system system spanish |
264 | 2024-12-21T04:23:06.242Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2024-12-21T04:23:06.242Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2024-12-21T04:23:08.987Z | FMRI IFO |
267 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
274 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
277 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
278 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2024-12-21T04:23:08.987Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
280 | 2024-12-21T04:23:08.988Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
281 | 2024-12-21T04:23:08.988Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2024-12-21T04:23:09.757Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2024-12-21T04:23:10.083Z | Updating crates.io index |
284 | 2024-12-21T04:23:10.086Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
285 | 2024-12-21T04:23:10.501Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2024-12-21T04:23:11.005Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2024-12-21T04:23:11.258Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2024-12-21T04:23:11.532Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2024-12-21T04:23:11.812Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2024-12-21T04:23:12.782Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2024-12-21T04:23:14.309Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2024-12-21T04:23:14.971Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2024-12-21T04:23:15.842Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2024-12-21T04:23:16.174Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2024-12-21T04:23:16.577Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2024-12-21T04:23:17.173Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
297 | 2024-12-21T04:23:17.456Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2024-12-21T04:23:17.774Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2024-12-21T04:23:18.058Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2024-12-21T04:23:18.345Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2024-12-21T04:23:18.626Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2024-12-21T04:23:18.996Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2024-12-21T04:23:19.318Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2024-12-21T04:23:19.642Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2024-12-21T04:23:19.965Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-12-21T04:23:20.447Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2024-12-21T04:23:20.732Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2024-12-21T04:23:21.108Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2024-12-21T04:23:21.442Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2024-12-21T04:23:21.767Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2024-12-21T04:23:22.015Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2024-12-21T04:23:22.297Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2024-12-21T04:23:23.487Z | Downloading crates ... |
314 | 2024-12-21T04:23:23.598Z | Downloaded anstyle-parse v0.2.5 |
315 | 2024-12-21T04:23:23.601Z | Downloaded autocfg v1.4.0 |
316 | 2024-12-21T04:23:23.605Z | Downloaded anstream v0.6.15 |
317 | 2024-12-21T04:23:23.623Z | Downloaded equivalent v1.0.1 |
318 | 2024-12-21T04:23:23.638Z | Downloaded scroll_derive v0.12.0 |
319 | 2024-12-21T04:23:23.642Z | Downloaded swrite v0.1.0 |
320 | 2024-12-21T04:23:23.650Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-12-21T04:23:23.652Z | Downloaded block-buffer v0.10.4 |
322 | 2024-12-21T04:23:23.652Z | Downloaded bitflags v2.6.0 |
323 | 2024-12-21T04:23:23.656Z | Downloaded anyhow v1.0.93 |
324 | 2024-12-21T04:23:23.659Z | Downloaded usdt-macro v0.5.0 |
325 | 2024-12-21T04:23:23.661Z | Downloaded thread-id v4.2.2 |
326 | 2024-12-21T04:23:23.661Z | Downloaded strsim v0.11.1 |
327 | 2024-12-21T04:23:23.663Z | Downloaded pretty-hex v0.4.1 |
328 | 2024-12-21T04:23:23.664Z | Downloaded macaddr v1.0.1 |
329 | 2024-12-21T04:23:23.665Z | Downloaded itoa v1.0.11 |
330 | 2024-12-21T04:23:23.669Z | Downloaded terminal_size v0.4.0 |
331 | 2024-12-21T04:23:23.669Z | Downloaded plain v0.2.3 |
332 | 2024-12-21T04:23:23.669Z | Downloaded usdt v0.5.0 |
333 | 2024-12-21T04:23:23.672Z | Downloaded pest_generator v2.7.14 |
334 | 2024-12-21T04:23:23.672Z | Downloaded cfg-if v1.0.0 |
335 | 2024-12-21T04:23:23.672Z | Downloaded is_terminal_polyfill v1.70.1 |
336 | 2024-12-21T04:23:23.672Z | Downloaded generic-array v0.14.7 |
337 | 2024-12-21T04:23:23.675Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-12-21T04:23:23.675Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2024-12-21T04:23:23.677Z | Downloaded clap_lex v0.7.2 |
340 | 2024-12-21T04:23:23.677Z | Downloaded bytecount v0.6.8 |
341 | 2024-12-21T04:23:23.680Z | Downloaded cargo-platform v0.1.8 |
342 | 2024-12-21T04:23:23.682Z | Downloaded fnv v1.0.7 |
343 | 2024-12-21T04:23:23.682Z | Downloaded fs-err v2.11.0 |
344 | 2024-12-21T04:23:23.685Z | Downloaded unicode-linebreak v0.1.5 |
345 | 2024-12-21T04:23:23.685Z | Downloaded thiserror-impl v1.0.69 |
346 | 2024-12-21T04:23:23.687Z | Downloaded digest v0.10.7 |
347 | 2024-12-21T04:23:23.687Z | Downloaded proc-macro-error-attr v1.0.4 |
348 | 2024-12-21T04:23:23.689Z | Downloaded crypto-common v0.1.6 |
349 | 2024-12-21T04:23:23.689Z | Downloaded dtrace-parser v0.2.0 |
350 | 2024-12-21T04:23:23.691Z | Downloaded colorchoice v1.0.2 |
351 | 2024-12-21T04:23:23.691Z | Downloaded anstyle-query v1.1.1 |
352 | 2024-12-21T04:23:23.693Z | Downloaded version_check v0.9.5 |
353 | 2024-12-21T04:23:23.693Z | Downloaded anstyle v1.0.10 |
354 | 2024-12-21T04:23:23.695Z | Downloaded serde_spanned v0.6.8 |
355 | 2024-12-21T04:23:23.695Z | Downloaded cpufeatures v0.2.14 |
356 | 2024-12-21T04:23:23.698Z | Downloaded smawk v0.3.2 |
357 | 2024-12-21T04:23:23.700Z | Downloaded utf8parse v0.2.2 |
358 | 2024-12-21T04:23:23.709Z | Downloaded dof v0.3.0 |
359 | 2024-12-21T04:23:23.712Z | Downloaded tabled_derive v0.7.0 |
360 | 2024-12-21T04:23:23.712Z | Downloaded byteorder v1.5.0 |
361 | 2024-12-21T04:23:23.714Z | Downloaded heck v0.5.0 |
362 | 2024-12-21T04:23:23.714Z | Downloaded heck v0.4.1 |
363 | 2024-12-21T04:23:23.718Z | Downloaded thiserror v1.0.69 |
364 | 2024-12-21T04:23:23.722Z | Downloaded tempfile v3.13.0 |
365 | 2024-12-21T04:23:23.726Z | Downloaded camino v1.1.9 |
366 | 2024-12-21T04:23:23.728Z | Downloaded errno v0.3.9 |
367 | 2024-12-21T04:23:23.728Z | Downloaded scroll v0.12.0 |
368 | 2024-12-21T04:23:23.730Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2024-12-21T04:23:23.733Z | Downloaded usdt-impl v0.5.0 |
370 | 2024-12-21T04:23:23.735Z | Downloaded memmap v0.7.0 |
371 | 2024-12-21T04:23:23.737Z | Downloaded cargo_toml v0.20.5 |
372 | 2024-12-21T04:23:23.737Z | Downloaded fastrand v2.1.1 |
373 | 2024-12-21T04:23:23.739Z | Downloaded once_cell v1.20.2 |
374 | 2024-12-21T04:23:23.741Z | Downloaded cargo_metadata v0.18.1 |
375 | 2024-12-21T04:23:23.748Z | Downloaded pest_derive v2.7.14 |
376 | 2024-12-21T04:23:23.754Z | Downloaded proc-macro-error v1.0.4 |
377 | 2024-12-21T04:23:23.756Z | Downloaded semver v1.0.23 |
378 | 2024-12-21T04:23:23.756Z | Downloaded camino-tempfile v1.1.1 |
379 | 2024-12-21T04:23:23.757Z | Downloaded toml v0.8.19 |
380 | 2024-12-21T04:23:23.759Z | Downloaded pest_meta v2.7.14 |
381 | 2024-12-21T04:23:23.764Z | Downloaded quote v1.0.37 |
382 | 2024-12-21T04:23:23.766Z | Downloaded log v0.4.22 |
383 | 2024-12-21T04:23:23.773Z | Downloaded unicode-ident v1.0.13 |
384 | 2024-12-21T04:23:23.775Z | Downloaded typenum v1.17.0 |
385 | 2024-12-21T04:23:23.780Z | Downloaded textwrap v0.16.1 |
386 | 2024-12-21T04:23:23.783Z | Downloaded ucd-trie v0.1.7 |
387 | 2024-12-21T04:23:23.786Z | Downloaded ryu v1.0.18 |
388 | 2024-12-21T04:23:23.788Z | Downloaded clap_derive v4.5.18 |
389 | 2024-12-21T04:23:23.791Z | Downloaded serde_derive v1.0.215 |
390 | 2024-12-21T04:23:23.794Z | Downloaded papergrid v0.11.0 |
391 | 2024-12-21T04:23:23.799Z | Downloaded proc-macro2 v1.0.89 |
392 | 2024-12-21T04:23:23.802Z | Downloaded sha2 v0.10.8 |
393 | 2024-12-21T04:23:23.809Z | Downloaded serde v1.0.215 |
394 | 2024-12-21T04:23:23.818Z | Downloaded clap v4.5.21 |
395 | 2024-12-21T04:23:23.827Z | Downloaded indexmap v2.6.0 |
396 | 2024-12-21T04:23:23.844Z | Downloaded toml_edit v0.22.22 |
397 | 2024-12-21T04:23:23.865Z | Downloaded memchr v2.7.4 |
398 | 2024-12-21T04:23:23.870Z | Downloaded hashbrown v0.15.1 |
399 | 2024-12-21T04:23:23.879Z | Downloaded zerocopy v0.7.35 |
400 | 2024-12-21T04:23:23.893Z | Downloaded serde_json v1.0.133 |
401 | 2024-12-21T04:23:23.900Z | Downloaded pest v2.7.14 |
402 | 2024-12-21T04:23:23.913Z | Downloaded winnow v0.6.20 |
403 | 2024-12-21T04:23:23.921Z | Downloaded clap_builder v4.5.21 |
404 | 2024-12-21T04:23:23.928Z | Downloaded tabled v0.15.0 |
405 | 2024-12-21T04:23:23.942Z | Downloaded goblin v0.8.2 |
406 | 2024-12-21T04:23:23.948Z | Downloaded unicode-width v0.1.14 |
407 | 2024-12-21T04:23:23.953Z | Downloaded syn v1.0.109 |
408 | 2024-12-21T04:23:23.972Z | Downloaded syn v2.0.87 |
409 | 2024-12-21T04:23:23.998Z | Downloaded rustix v0.38.37 |
410 | 2024-12-21T04:23:24.028Z | Downloaded libc v0.2.162 |
411 | 2024-12-21T04:23:24.337Z | Compiling proc-macro2 v1.0.89 |
412 | 2024-12-21T04:23:24.337Z | Compiling unicode-ident v1.0.13 |
413 | 2024-12-21T04:23:24.337Z | Compiling version_check v0.9.5 |
414 | 2024-12-21T04:23:24.340Z | Compiling serde v1.0.215 |
415 | 2024-12-21T04:23:24.340Z | Compiling memchr v2.7.4 |
416 | 2024-12-21T04:23:24.340Z | Compiling thiserror v1.0.69 |
417 | 2024-12-21T04:23:24.340Z | Compiling libc v0.2.162 |
418 | 2024-12-21T04:23:24.374Z | Compiling itoa v1.0.11 |
419 | 2024-12-21T04:23:24.687Z | Compiling ryu v1.0.18 |
420 | 2024-12-21T04:23:24.705Z | Compiling ucd-trie v0.1.7 |
421 | 2024-12-21T04:23:25.024Z | Compiling once_cell v1.20.2 |
422 | 2024-12-21T04:23:25.206Z | Compiling byteorder v1.5.0 |
423 | 2024-12-21T04:23:25.445Z | Compiling rustix v0.38.37 |
424 | 2024-12-21T04:23:25.471Z | Compiling serde_json v1.0.133 |
425 | 2024-12-21T04:23:25.781Z | Compiling bitflags v2.6.0 |
426 | 2024-12-21T04:23:25.869Z | Compiling usdt-impl v0.5.0 |
427 | 2024-12-21T04:23:26.141Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2024-12-21T04:23:26.217Z | Compiling syn v1.0.109 |
429 | 2024-12-21T04:23:26.271Z | Compiling proc-macro-error v1.0.4 |
430 | 2024-12-21T04:23:26.375Z | Compiling quote v1.0.37 |
431 | 2024-12-21T04:23:26.456Z | Compiling camino v1.1.9 |
432 | 2024-12-21T04:23:26.482Z | Compiling hashbrown v0.15.1 |
433 | 2024-12-21T04:23:26.547Z | Compiling errno v0.3.9 |
434 | 2024-12-21T04:23:26.784Z | Compiling syn v2.0.87 |
435 | 2024-12-21T04:23:26.956Z | Compiling thread-id v4.2.2 |
436 | 2024-12-21T04:23:27.048Z | Compiling log v0.4.22 |
437 | 2024-12-21T04:23:27.077Z | Compiling equivalent v1.0.1 |
438 | 2024-12-21T04:23:27.106Z | Compiling plain v0.2.3 |
439 | 2024-12-21T04:23:27.110Z | Compiling utf8parse v0.2.2 |
440 | 2024-12-21T04:23:27.262Z | Compiling anstyle-parse v0.2.5 |
441 | 2024-12-21T04:23:27.488Z | Compiling autocfg v1.4.0 |
442 | 2024-12-21T04:23:27.586Z | Compiling winnow v0.6.20 |
443 | 2024-12-21T04:23:27.715Z | Compiling indexmap v2.6.0 |
444 | 2024-12-21T04:23:27.773Z | Compiling colorchoice v1.0.2 |
445 | 2024-12-21T04:23:27.941Z | Compiling is_terminal_polyfill v1.70.1 |
446 | 2024-12-21T04:23:28.050Z | Compiling anstyle v1.0.10 |
447 | 2024-12-21T04:23:28.083Z | Compiling pretty-hex v0.4.1 |
448 | 2024-12-21T04:23:28.323Z | Compiling unicode-width v0.1.14 |
449 | 2024-12-21T04:23:28.533Z | Compiling semver v1.0.23 |
450 | 2024-12-21T04:23:28.712Z | Compiling anstyle-query v1.1.1 |
451 | 2024-12-21T04:23:28.866Z | Compiling anstream v0.6.15 |
452 | 2024-12-21T04:23:28.893Z | Compiling fs-err v2.11.0 |
453 | 2024-12-21T04:23:29.088Z | Compiling terminal_size v0.4.0 |
454 | 2024-12-21T04:23:29.296Z | Compiling fnv v1.0.7 |
455 | 2024-12-21T04:23:29.324Z | Compiling anyhow v1.0.93 |
456 | 2024-12-21T04:23:29.327Z | Compiling strsim v0.11.1 |
457 | 2024-12-21T04:23:29.446Z | Compiling fastrand v2.1.1 |
458 | 2024-12-21T04:23:29.633Z | Compiling cfg-if v1.0.0 |
459 | 2024-12-21T04:23:29.687Z | Compiling bytecount v0.6.8 |
460 | 2024-12-21T04:23:29.742Z | Compiling heck v0.5.0 |
461 | 2024-12-21T04:23:29.913Z | Compiling heck v0.4.1 |
462 | 2024-12-21T04:23:30.026Z | Compiling clap_lex v0.7.2 |
463 | 2024-12-21T04:23:30.417Z | Compiling tempfile v3.13.0 |
464 | 2024-12-21T04:23:30.465Z | Compiling clap_builder v4.5.21 |
465 | 2024-12-21T04:23:30.620Z | Compiling papergrid v0.11.0 |
466 | 2024-12-21T04:23:30.867Z | Compiling memmap v0.7.0 |
467 | 2024-12-21T04:23:31.042Z | Compiling smawk v0.3.2 |
468 | 2024-12-21T04:23:31.251Z | Compiling unicode-linebreak v0.1.5 |
469 | 2024-12-21T04:23:31.389Z | Compiling swrite v0.1.0 |
470 | 2024-12-21T04:23:31.755Z | Compiling textwrap v0.16.1 |
471 | 2024-12-21T04:23:32.906Z | Compiling tabled_derive v0.7.0 |
472 | 2024-12-21T04:23:34.552Z | Compiling tabled v0.15.0 |
473 | 2024-12-21T04:23:35.762Z | Compiling serde_derive v1.0.215 |
474 | 2024-12-21T04:23:35.762Z | Compiling thiserror-impl v1.0.69 |
475 | 2024-12-21T04:23:35.764Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-12-21T04:23:35.764Z | Compiling scroll_derive v0.12.0 |
477 | 2024-12-21T04:23:36.043Z | Compiling clap_derive v4.5.18 |
478 | 2024-12-21T04:23:37.272Z | Compiling scroll v0.12.0 |
479 | 2024-12-21T04:23:37.774Z | Compiling goblin v0.8.2 |
480 | 2024-12-21T04:23:37.867Z | Compiling zerocopy v0.7.35 |
481 | 2024-12-21T04:23:38.513Z | Compiling pest v2.7.14 |
482 | 2024-12-21T04:23:39.916Z | Compiling clap v4.5.21 |
483 | 2024-12-21T04:23:40.913Z | Compiling pest_meta v2.7.14 |
484 | 2024-12-21T04:23:41.745Z | Compiling pest_generator v2.7.14 |
485 | 2024-12-21T04:23:43.526Z | Compiling pest_derive v2.7.14 |
486 | 2024-12-21T04:23:44.238Z | Compiling dtrace-parser v0.2.0 |
487 | 2024-12-21T04:23:46.153Z | Compiling toml_datetime v0.6.8 |
488 | 2024-12-21T04:23:46.153Z | Compiling serde_spanned v0.6.8 |
489 | 2024-12-21T04:23:46.155Z | Compiling cargo-platform v0.1.8 |
490 | 2024-12-21T04:23:46.523Z | Compiling serde_tokenstream v0.2.2 |
491 | 2024-12-21T04:23:46.667Z | Compiling toml_edit v0.22.22 |
492 | 2024-12-21T04:23:46.702Z | Compiling macaddr v1.0.1 |
493 | 2024-12-21T04:23:46.947Z | Compiling camino-tempfile v1.1.1 |
494 | 2024-12-21T04:23:47.659Z | Compiling dof v0.3.0 |
495 | 2024-12-21T04:23:47.659Z | Compiling cargo_metadata v0.18.1 |
496 | 2024-12-21T04:23:49.417Z | Compiling toml v0.8.19 |
497 | 2024-12-21T04:23:49.653Z | Compiling usdt-macro v0.5.0 |
498 | 2024-12-21T04:23:49.653Z | Compiling usdt-attr-macro v0.5.0 |
499 | 2024-12-21T04:23:50.339Z | Compiling cargo_toml v0.20.5 |
500 | 2024-12-21T04:23:51.116Z | Compiling usdt v0.5.0 |
501 | 2024-12-21T04:23:53.966Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2024-12-21T04:23:58.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.64s |
503 | 2024-12-21T04:23:58.446Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2024-12-21T04:23:58.985Z | Downloading crates ... |
505 | 2024-12-21T04:23:59.097Z | Downloaded aead v0.5.2 |
506 | 2024-12-21T04:23:59.101Z | Downloaded adler2 v2.0.0 |
507 | 2024-12-21T04:23:59.105Z | Downloaded async-stream v0.3.6 |
508 | 2024-12-21T04:23:59.118Z | Downloaded atomicwrites v0.4.4 |
509 | 2024-12-21T04:23:59.123Z | Downloaded async-stream-impl v0.3.6 |
510 | 2024-12-21T04:23:59.128Z | Downloaded cfg_aliases v0.1.1 |
511 | 2024-12-21T04:23:59.132Z | Downloaded cfg_aliases v0.2.1 |
512 | 2024-12-21T04:23:59.135Z | Downloaded cstr-argument v0.1.2 |
513 | 2024-12-21T04:23:59.138Z | Downloaded ident_case v1.0.1 |
514 | 2024-12-21T04:23:59.140Z | Downloaded hubpack_derive v0.1.1 |
515 | 2024-12-21T04:23:59.142Z | Downloaded http-range v0.1.5 |
516 | 2024-12-21T04:23:59.142Z | Downloaded atty v0.2.14 |
517 | 2024-12-21T04:23:59.145Z | Downloaded ciborium-io v0.2.2 |
518 | 2024-12-21T04:23:59.147Z | Downloaded icu_provider_macros v1.5.0 |
519 | 2024-12-21T04:23:59.147Z | Downloaded http-body v1.0.1 |
520 | 2024-12-21T04:23:59.151Z | Downloaded httpdate v1.0.3 |
521 | 2024-12-21T04:23:59.153Z | Downloaded hostname v0.4.0 |
522 | 2024-12-21T04:23:59.155Z | Downloaded crucible-workspace-hack v0.1.0 |
523 | 2024-12-21T04:23:59.155Z | Downloaded hostname v0.3.1 |
524 | 2024-12-21T04:23:59.158Z | Downloaded matches v0.1.10 |
525 | 2024-12-21T04:23:59.160Z | Downloaded crunchy v0.2.2 |
526 | 2024-12-21T04:23:59.162Z | Downloaded headers-core v0.3.0 |
527 | 2024-12-21T04:23:59.165Z | Downloaded is_ci v1.2.0 |
528 | 2024-12-21T04:23:59.168Z | Downloaded bcrypt-pbkdf v0.10.0 |
529 | 2024-12-21T04:23:59.168Z | Downloaded atomic-waker v1.1.2 |
530 | 2024-12-21T04:23:59.171Z | Downloaded bit-set v0.5.3 |
531 | 2024-12-21T04:23:59.173Z | Downloaded base16ct v0.2.0 |
532 | 2024-12-21T04:23:59.176Z | Downloaded bb8 v0.8.5 |
533 | 2024-12-21T04:23:59.176Z | Downloaded new_debug_unreachable v1.0.6 |
534 | 2024-12-21T04:23:59.178Z | Downloaded bitfield v0.14.0 |
535 | 2024-12-21T04:23:59.182Z | Downloaded arrayref v0.3.9 |
536 | 2024-12-21T04:23:59.185Z | Downloaded cassowary v0.3.0 |
537 | 2024-12-21T04:23:59.185Z | Downloaded bit-vec v0.6.3 |
538 | 2024-12-21T04:23:59.185Z | Downloaded instant v0.1.13 |
539 | 2024-12-21T04:23:59.188Z | Downloaded assert_matches v1.5.0 |
540 | 2024-12-21T04:23:59.188Z | Downloaded array-init v0.0.4 |
541 | 2024-12-21T04:23:59.188Z | Downloaded match_cfg v0.1.0 |
542 | 2024-12-21T04:23:59.191Z | Downloaded chacha20 v0.9.1 |
543 | 2024-12-21T04:23:59.410Z | Downloaded newtype_derive v0.1.6 |
544 | 2024-12-21T04:23:59.410Z | Downloaded md5 v0.7.0 |
545 | 2024-12-21T04:23:59.434Z | Downloaded mirai-annotations v1.12.0 |
546 | 2024-12-21T04:23:59.434Z | Downloaded convert_case v0.4.0 |
547 | 2024-12-21T04:23:59.434Z | Downloaded ascii-canvas v3.0.0 |
548 | 2024-12-21T04:23:59.434Z | Downloaded hyper-tls v0.6.0 |
549 | 2024-12-21T04:23:59.434Z | Downloaded humantime v2.1.0 |
550 | 2024-12-21T04:23:59.434Z | Downloaded hubpack v0.1.2 |
551 | 2024-12-21T04:23:59.434Z | Downloaded http-body-util v0.1.2 |
552 | 2024-12-21T04:23:59.434Z | Downloaded colored v2.1.0 |
553 | 2024-12-21T04:23:59.434Z | Downloaded httparse v1.9.5 |
554 | 2024-12-21T04:23:59.434Z | Downloaded darling v0.20.10 |
555 | 2024-12-21T04:23:59.435Z | Downloaded crc v3.2.1 |
556 | 2024-12-21T04:23:59.435Z | Downloaded bitflags v1.3.2 |
557 | 2024-12-21T04:23:59.435Z | Downloaded maybe-uninit v2.0.0 |
558 | 2024-12-21T04:23:59.435Z | Downloaded cobs v0.2.3 |
559 | 2024-12-21T04:23:59.435Z | Downloaded crc-catalog v2.4.0 |
560 | 2024-12-21T04:23:59.435Z | Downloaded cipher v0.4.4 |
561 | 2024-12-21T04:23:59.435Z | Downloaded linked-hash-map v0.5.6 |
562 | 2024-12-21T04:23:59.435Z | Downloaded newtype-uuid v1.1.3 |
563 | 2024-12-21T04:23:59.435Z | Downloaded crossbeam-deque v0.8.5 |
564 | 2024-12-21T04:23:59.435Z | Downloaded nanorand v0.7.0 |
565 | 2024-12-21T04:23:59.435Z | Downloaded lazy_static v1.5.0 |
566 | 2024-12-21T04:23:59.435Z | Downloaded memoffset v0.9.1 |
567 | 2024-12-21T04:23:59.435Z | Downloaded chrono-tz-build v0.4.0 |
568 | 2024-12-21T04:23:59.435Z | Downloaded blowfish v0.9.1 |
569 | 2024-12-21T04:23:59.435Z | Downloaded lockfree-object-pool v0.1.6 |
570 | 2024-12-21T04:23:59.435Z | Downloaded nibble_vec v0.1.0 |
571 | 2024-12-21T04:23:59.435Z | Downloaded libefi-sys v0.1.0 |
572 | 2024-12-21T04:23:59.435Z | Downloaded arrayvec v0.7.6 |
573 | 2024-12-21T04:23:59.435Z | Downloaded newline-converter v0.3.0 |
574 | 2024-12-21T04:23:59.435Z | Downloaded ciborium-ll v0.2.2 |
575 | 2024-12-21T04:23:59.435Z | Downloaded lru v0.12.5 |
576 | 2024-12-21T04:23:59.436Z | Downloaded libsw v3.3.1 |
577 | 2024-12-21T04:23:59.436Z | Downloaded async-bb8-diesel v0.2.1 |
578 | 2024-12-21T04:23:59.436Z | Downloaded multimap v0.10.0 |
579 | 2024-12-21T04:23:59.436Z | Downloaded bzip2 v0.4.4 |
580 | 2024-12-21T04:23:59.436Z | Downloaded md-5 v0.10.6 |
581 | 2024-12-21T04:23:59.436Z | Downloaded hyper-rustls v0.27.3 |
582 | 2024-12-21T04:23:59.436Z | Downloaded crc32fast v1.4.2 |
583 | 2024-12-21T04:23:59.436Z | Downloaded bcs v0.1.6 |
584 | 2024-12-21T04:23:59.436Z | Downloaded cexpr v0.6.0 |
585 | 2024-12-21T04:23:59.436Z | Downloaded buf-list v1.0.3 |
586 | 2024-12-21T04:23:59.436Z | Downloaded icu_provider v1.5.0 |
587 | 2024-12-21T04:23:59.436Z | Downloaded mime_guess v2.0.5 |
588 | 2024-12-21T04:23:59.436Z | Downloaded sync_wrapper v1.0.1 |
589 | 2024-12-21T04:23:59.436Z | Downloaded sync-ptr v0.1.1 |
590 | 2024-12-21T04:23:59.436Z | Downloaded lock_api v0.4.12 |
591 | 2024-12-21T04:23:59.436Z | Downloaded jobserver v0.1.32 |
592 | 2024-12-21T04:23:59.436Z | Downloaded memmap2 v0.9.5 |
593 | 2024-12-21T04:23:59.436Z | Downloaded castaway v0.2.3 |
594 | 2024-12-21T04:23:59.436Z | Downloaded russh-cryptovec v0.7.3 |
595 | 2024-12-21T04:23:59.436Z | Downloaded mockall v0.13.0 |
596 | 2024-12-21T04:23:59.436Z | Downloaded ref-cast-impl v1.0.23 |
597 | 2024-12-21T04:23:59.436Z | Downloaded rand_chacha v0.3.1 |
598 | 2024-12-21T04:23:59.436Z | Downloaded litemap v0.7.3 |
599 | 2024-12-21T04:23:59.436Z | Downloaded cancel-safe-futures v0.1.5 |
600 | 2024-12-21T04:23:59.436Z | Downloaded zone_cfg_derive v0.3.0 |
601 | 2024-12-21T04:23:59.436Z | Downloaded write16 v1.0.0 |
602 | 2024-12-21T04:23:59.436Z | Downloaded derive_builder_macro v0.20.2 |
603 | 2024-12-21T04:23:59.436Z | Downloaded native-tls v0.2.12 |
604 | 2024-12-21T04:23:59.436Z | Downloaded ipnet v2.10.1 |
605 | 2024-12-21T04:23:59.436Z | Downloaded scrypt v0.11.0 |
606 | 2024-12-21T04:23:59.436Z | Downloaded scopeguard v1.2.0 |
607 | 2024-12-21T04:23:59.436Z | Downloaded multer v3.1.0 |
608 | 2024-12-21T04:23:59.436Z | Downloaded signature v2.2.0 |
609 | 2024-12-21T04:23:59.436Z | Downloaded icu_locid_transform_data v1.5.0 |
610 | 2024-12-21T04:23:59.437Z | Downloaded fxhash v0.2.1 |
611 | 2024-12-21T04:23:59.437Z | Downloaded foreign-types v0.5.0 |
612 | 2024-12-21T04:23:59.437Z | Downloaded backoff v0.4.0 |
613 | 2024-12-21T04:23:59.437Z | Downloaded number_prefix v0.4.0 |
614 | 2024-12-21T04:23:59.437Z | Downloaded base64ct v1.6.0 |
615 | 2024-12-21T04:23:59.437Z | Downloaded icu_properties v1.5.1 |
616 | 2024-12-21T04:23:59.437Z | Downloaded tokio-macros v2.4.0 |
617 | 2024-12-21T04:23:59.437Z | Downloaded universal-hash v0.5.1 |
618 | 2024-12-21T04:23:59.437Z | Downloaded twox-hash v1.6.3 |
619 | 2024-12-21T04:23:59.437Z | Downloaded untrusted v0.7.1 |
620 | 2024-12-21T04:23:59.437Z | Downloaded icu_locid v1.5.0 |
621 | 2024-12-21T04:23:59.437Z | Downloaded impl-trait-for-tuples v0.2.2 |
622 | 2024-12-21T04:23:59.437Z | Downloaded peg-runtime v0.8.3 |
623 | 2024-12-21T04:23:59.437Z | Downloaded indexmap v1.9.3 |
624 | 2024-12-21T04:23:59.437Z | Downloaded supports-color v3.0.1 |
625 | 2024-12-21T04:23:59.437Z | Downloaded quinn-udp v0.5.5 |
626 | 2024-12-21T04:23:59.437Z | Downloaded miniz_oxide v0.8.0 |
627 | 2024-12-21T04:23:59.437Z | Downloaded thiserror-no-std v2.0.2 |
628 | 2024-12-21T04:23:59.438Z | Downloaded unicase v2.7.0 |
629 | 2024-12-21T04:23:59.438Z | Downloaded thiserror-impl v2.0.3 |
630 | 2024-12-21T04:23:59.438Z | Downloaded thiserror-impl-no-std v2.0.2 |
631 | 2024-12-21T04:23:59.438Z | Downloaded static_assertions v1.1.0 |
632 | 2024-12-21T04:23:59.438Z | Downloaded highway v1.2.0 |
633 | 2024-12-21T04:23:59.438Z | Downloaded sct v0.7.1 |
634 | 2024-12-21T04:23:59.438Z | Downloaded sqlformat v0.2.6 |
635 | 2024-12-21T04:23:59.438Z | Downloaded embedded-io v0.6.1 |
636 | 2024-12-21T04:23:59.438Z | Downloaded futures-executor v0.3.31 |
637 | 2024-12-21T04:23:59.438Z | Downloaded fallible-iterator v0.2.0 |
638 | 2024-12-21T04:23:59.438Z | Downloaded fallible-streaming-iterator v0.1.9 |
639 | 2024-12-21T04:23:59.438Z | Downloaded dunce v1.0.5 |
640 | 2024-12-21T04:23:59.438Z | Downloaded hex v0.4.3 |
641 | 2024-12-21T04:23:59.438Z | Downloaded foldhash v0.1.3 |
642 | 2024-12-21T04:23:59.438Z | Downloaded wyz v0.5.1 |
643 | 2024-12-21T04:23:59.438Z | Downloaded bytes v1.8.0 |
644 | 2024-12-21T04:23:59.438Z | Downloaded base64 v0.13.1 |
645 | 2024-12-21T04:23:59.445Z | Downloaded olpc-cjson v0.1.4 |
646 | 2024-12-21T04:23:59.445Z | Downloaded tracing-attributes v0.1.27 |
647 | 2024-12-21T04:23:59.445Z | Downloaded ena v0.14.3 |
648 | 2024-12-21T04:23:59.445Z | Downloaded tower-service v0.3.3 |
649 | 2024-12-21T04:23:59.445Z | Downloaded dsl_auto_type v0.1.2 |
650 | 2024-12-21T04:23:59.445Z | Downloaded icu_normalizer v1.5.0 |
651 | 2024-12-21T04:23:59.445Z | Downloaded spki v0.7.3 |
652 | 2024-12-21T04:23:59.445Z | Downloaded pem v3.0.4 |
653 | 2024-12-21T04:23:59.445Z | Downloaded group v0.13.0 |
654 | 2024-12-21T04:23:59.445Z | Downloaded smallvec v1.13.2 |
655 | 2024-12-21T04:23:59.445Z | Downloaded compact_str v0.8.0 |
656 | 2024-12-21T04:23:59.445Z | Downloaded writeable v0.5.5 |
657 | 2024-12-21T04:23:59.445Z | Downloaded yoke-derive v0.7.4 |
658 | 2024-12-21T04:23:59.445Z | Downloaded pin-project-lite v0.2.14 |
659 | 2024-12-21T04:23:59.445Z | Downloaded zone_cfg_derive v0.1.2 |
660 | 2024-12-21T04:23:59.445Z | Downloaded rand_xorshift v0.3.0 |
661 | 2024-12-21T04:23:59.445Z | Downloaded progenitor v0.8.0 |
662 | 2024-12-21T04:23:59.445Z | Downloaded rustfmt-wrapper v0.2.1 |
663 | 2024-12-21T04:23:59.445Z | Downloaded psl-types v2.0.11 |
664 | 2024-12-21T04:23:59.446Z | Downloaded derive_builder_core v0.20.2 |
665 | 2024-12-21T04:23:59.452Z | Downloaded icu_collections v1.5.0 |
666 | 2024-12-21T04:23:59.455Z | Downloaded endian-type v0.1.2 |
667 | 2024-12-21T04:23:59.455Z | Downloaded rusty-fork v0.3.0 |
668 | 2024-12-21T04:23:59.459Z | Downloaded rustversion v1.0.17 |
669 | 2024-12-21T04:23:59.459Z | Downloaded base64 v0.22.1 |
670 | 2024-12-21T04:23:59.463Z | Downloaded hickory-client v0.24.1 |
671 | 2024-12-21T04:23:59.468Z | Downloaded cc v1.1.30 |
672 | 2024-12-21T04:23:59.470Z | Downloaded oso-derive v0.27.3 |
673 | 2024-12-21T04:23:59.473Z | Downloaded typify-macro v0.2.0 |
674 | 2024-12-21T04:23:59.473Z | Downloaded progenitor-client v0.8.0 |
675 | 2024-12-21T04:23:59.479Z | Downloaded slab v0.4.9 |
676 | 2024-12-21T04:23:59.479Z | Downloaded const_format v0.2.33 |
677 | 2024-12-21T04:23:59.486Z | Downloaded parking_lot_core v0.9.10 |
678 | 2024-12-21T04:23:59.488Z | Downloaded strum_macros v0.24.3 |
679 | 2024-12-21T04:23:59.489Z | Downloaded pin-project-internal v1.1.6 |
680 | 2024-12-21T04:23:59.489Z | Downloaded peg-macros v0.8.4 |
681 | 2024-12-21T04:23:59.492Z | Downloaded parking_lot_core v0.8.6 |
682 | 2024-12-21T04:23:59.495Z | Downloaded indicatif v0.17.9 |
683 | 2024-12-21T04:23:59.497Z | Downloaded gethostname v0.5.0 |
684 | 2024-12-21T04:23:59.501Z | Downloaded postgres-protocol v0.6.7 |
685 | 2024-12-21T04:23:59.506Z | Downloaded postcard v1.0.10 |
686 | 2024-12-21T04:23:59.509Z | Downloaded futures-task v0.3.31 |
687 | 2024-12-21T04:23:59.509Z | Downloaded futures-macro v0.3.31 |
688 | 2024-12-21T04:23:59.509Z | Downloaded display-error-chain v0.2.2 |
689 | 2024-12-21T04:23:59.509Z | Downloaded dirs-sys-next v0.1.2 |
690 | 2024-12-21T04:23:59.521Z | Downloaded embedded-io v0.4.0 |
691 | 2024-12-21T04:23:59.523Z | Downloaded num-integer v0.1.46 |
692 | 2024-12-21T04:23:59.530Z | Downloaded ghash v0.5.1 |
693 | 2024-12-21T04:23:59.530Z | Downloaded float-cmp v0.9.0 |
694 | 2024-12-21T04:23:59.530Z | Downloaded allocator-api2 v0.2.18 |
695 | 2024-12-21T04:23:59.533Z | Downloaded futures-sink v0.3.31 |
696 | 2024-12-21T04:23:59.533Z | Downloaded stable_deref_trait v1.2.0 |
697 | 2024-12-21T04:23:59.533Z | Downloaded zerofrom v0.1.4 |
698 | 2024-12-21T04:23:59.536Z | Downloaded half v2.4.1 |
699 | 2024-12-21T04:23:59.539Z | Downloaded waitgroup v0.1.2 |
700 | 2024-12-21T04:23:59.539Z | Downloaded rand_seeder v0.3.0 |
701 | 2024-12-21T04:23:59.542Z | Downloaded nodrop v0.1.14 |
702 | 2024-12-21T04:23:59.543Z | Downloaded vte v0.11.1 |
703 | 2024-12-21T04:23:59.545Z | Downloaded tokio-native-tls v0.3.1 |
704 | 2024-12-21T04:23:59.548Z | Downloaded strum_macros v0.26.4 |
705 | 2024-12-21T04:23:59.548Z | Downloaded typify v0.2.0 |
706 | 2024-12-21T04:23:59.552Z | Downloaded parking_lot v0.12.3 |
707 | 2024-12-21T04:23:59.555Z | Downloaded thiserror v2.0.3 |
708 | 2024-12-21T04:23:59.561Z | Downloaded foreign-types-shared v0.3.1 |
709 | 2024-12-21T04:23:59.564Z | Downloaded foreign-types-shared v0.1.1 |
710 | 2024-12-21T04:23:59.565Z | Downloaded downcast v0.11.0 |
711 | 2024-12-21T04:23:59.565Z | Downloaded num_threads v0.1.7 |
712 | 2024-12-21T04:23:59.569Z | Downloaded simd-adler32 v0.3.7 |
713 | 2024-12-21T04:23:59.569Z | Downloaded rsa v0.9.6 |
714 | 2024-12-21T04:23:59.572Z | Downloaded tabwriter v1.4.0 |
715 | 2024-12-21T04:23:59.578Z | Downloaded slog v2.7.0 |
716 | 2024-12-21T04:23:59.578Z | Downloaded structmeta-derive v0.3.0 |
717 | 2024-12-21T04:23:59.581Z | Downloaded schemars_derive v0.8.21 |
718 | 2024-12-21T04:23:59.581Z | Downloaded resolv-conf v0.7.0 |
719 | 2024-12-21T04:23:59.584Z | Downloaded minimal-lexical v0.2.1 |
720 | 2024-12-21T04:23:59.591Z | Downloaded precomputed-hash v0.1.1 |
721 | 2024-12-21T04:23:59.593Z | Downloaded openssl-probe v0.1.5 |
722 | 2024-12-21T04:23:59.593Z | Downloaded spin v0.5.2 |
723 | 2024-12-21T04:23:59.593Z | Downloaded thread_local v1.1.8 |
724 | 2024-12-21T04:23:59.593Z | Downloaded polyval v0.6.2 |
725 | 2024-12-21T04:23:59.596Z | Downloaded owo-colors v4.1.0 |
726 | 2024-12-21T04:23:59.603Z | Downloaded getrandom v0.2.15 |
727 | 2024-12-21T04:23:59.604Z | Downloaded float-ord v0.3.2 |
728 | 2024-12-21T04:23:59.607Z | Downloaded phf v0.11.2 |
729 | 2024-12-21T04:23:59.607Z | Downloaded defmt-parser v0.3.4 |
730 | 2024-12-21T04:23:59.607Z | Downloaded unarray v0.1.4 |
731 | 2024-12-21T04:23:59.607Z | Downloaded num-rational v0.4.2 |
732 | 2024-12-21T04:23:59.610Z | Downloaded openssl-macros v0.1.1 |
733 | 2024-12-21T04:23:59.610Z | Downloaded derive_more v0.99.18 |
734 | 2024-12-21T04:23:59.615Z | Downloaded postgres-types v0.2.8 |
735 | 2024-12-21T04:23:59.618Z | Downloaded unsafe-libyaml v0.2.11 |
736 | 2024-12-21T04:23:59.622Z | Downloaded defmt v0.3.8 |
737 | 2024-12-21T04:23:59.625Z | Downloaded want v0.3.1 |
738 | 2024-12-21T04:23:59.628Z | Downloaded yoke v0.7.4 |
739 | 2024-12-21T04:23:59.631Z | Downloaded fragile v2.0.0 |
740 | 2024-12-21T04:23:59.633Z | Downloaded form_urlencoded v1.2.1 |
741 | 2024-12-21T04:23:59.634Z | Downloaded defmt-macros v0.3.9 |
742 | 2024-12-21T04:23:59.636Z | Downloaded zerocopy v0.6.6 |
743 | 2024-12-21T04:23:59.639Z | Downloaded http v1.1.0 |
744 | 2024-12-21T04:23:59.643Z | Downloaded filetime v0.2.25 |
745 | 2024-12-21T04:23:59.645Z | Downloaded der v0.7.9 |
746 | 2024-12-21T04:23:59.651Z | Downloaded which v4.4.2 |
747 | 2024-12-21T04:23:59.653Z | Downloaded diesel_table_macro_syntax v0.2.0 |
748 | 2024-12-21T04:23:59.656Z | Downloaded aes v0.8.4 |
749 | 2024-12-21T04:23:59.658Z | Downloaded percent-encoding v2.3.1 |
750 | 2024-12-21T04:23:59.661Z | Downloaded num-iter v0.1.45 |
751 | 2024-12-21T04:23:59.661Z | Downloaded serde_urlencoded v0.7.1 |
752 | 2024-12-21T04:23:59.664Z | Downloaded pin-utils v0.1.0 |
753 | 2024-12-21T04:23:59.664Z | Downloaded progenitor-macro v0.8.0 |
754 | 2024-12-21T04:23:59.666Z | Downloaded slog-scope v4.4.0 |
755 | 2024-12-21T04:23:59.668Z | Downloaded tui-tree-widget v0.22.0 |
756 | 2024-12-21T04:23:59.671Z | Downloaded walkdir v2.5.0 |
757 | 2024-12-21T04:23:59.671Z | Downloaded normalize-line-endings v0.3.0 |
758 | 2024-12-21T04:23:59.673Z | Downloaded home v0.5.9 |
759 | 2024-12-21T04:23:59.675Z | Downloaded ecdsa v0.16.9 |
760 | 2024-12-21T04:23:59.678Z | Downloaded tokio-rustls v0.26.0 |
761 | 2024-12-21T04:23:59.680Z | Downloaded tokio-rustls v0.25.0 |
762 | 2024-12-21T04:23:59.683Z | Downloaded same-file v1.0.6 |
763 | 2024-12-21T04:23:59.683Z | Downloaded salsa20 v0.10.2 |
764 | 2024-12-21T04:23:59.685Z | Downloaded progenitor-impl v0.8.0 |
765 | 2024-12-21T04:23:59.687Z | Downloaded serde_with_macros v3.11.0 |
766 | 2024-12-21T04:23:59.690Z | Downloaded libm v0.2.8 |
767 | 2024-12-21T04:23:59.698Z | Downloaded subtle v2.6.1 |
768 | 2024-12-21T04:23:59.701Z | Downloaded structmeta v0.2.0 |
769 | 2024-12-21T04:23:59.703Z | Downloaded strip-ansi-escapes v0.2.0 |
770 | 2024-12-21T04:23:59.703Z | Downloaded fs_extra v1.3.0 |
771 | 2024-12-21T04:23:59.705Z | Downloaded untrusted v0.9.0 |
772 | 2024-12-21T04:23:59.707Z | Downloaded env_logger v0.11.5 |
773 | 2024-12-21T04:23:59.710Z | Downloaded synstructure v0.13.1 |
774 | 2024-12-21T04:23:59.713Z | Downloaded siphasher v0.3.11 |
775 | 2024-12-21T04:23:59.715Z | Downloaded stringprep v0.1.5 |
776 | 2024-12-21T04:23:59.715Z | Downloaded dyn-clone v1.0.17 |
777 | 2024-12-21T04:23:59.717Z | Downloaded flagset v0.4.6 |
778 | 2024-12-21T04:23:59.720Z | Downloaded fixedbitset v0.4.2 |
779 | 2024-12-21T04:23:59.722Z | Downloaded spin v0.9.8 |
780 | 2024-12-21T04:23:59.725Z | Downloaded darling_core v0.20.10 |
781 | 2024-12-21T04:23:59.730Z | Downloaded ff v0.13.0 |
782 | 2024-12-21T04:23:59.732Z | Downloaded flume v0.11.1 |
783 | 2024-12-21T04:23:59.734Z | Downloaded hash32 v0.3.1 |
784 | 2024-12-21T04:23:59.737Z | Downloaded slog-json v2.6.1 |
785 | 2024-12-21T04:23:59.740Z | Downloaded pbkdf2 v0.12.2 |
786 | 2024-12-21T04:23:59.742Z | Downloaded tokio-postgres v0.7.12 |
787 | 2024-12-21T04:23:59.746Z | Downloaded num-conv v0.1.0 |
788 | 2024-12-21T04:23:59.748Z | Downloaded num v0.4.3 |
789 | 2024-12-21T04:23:59.748Z | Downloaded itertools v0.12.1 |
790 | 2024-12-21T04:23:59.757Z | Downloaded rustls-pemfile v2.2.0 |
791 | 2024-12-21T04:23:59.761Z | Downloaded pkg-config v0.3.31 |
792 | 2024-12-21T04:23:59.765Z | Downloaded pretty-hex v0.2.1 |
793 | 2024-12-21T04:23:59.766Z | Downloaded serde_yaml v0.9.34+deprecated |
794 | 2024-12-21T04:23:59.768Z | Downloaded string_cache v0.8.7 |
795 | 2024-12-21T04:23:59.771Z | Downloaded termtree v0.4.1 |
796 | 2024-12-21T04:23:59.771Z | Downloaded der_derive v0.7.3 |
797 | 2024-12-21T04:23:59.773Z | Downloaded hyper v1.5.0 |
798 | 2024-12-21T04:23:59.779Z | Downloaded sigpipe v0.1.3 |
799 | 2024-12-21T04:23:59.781Z | Downloaded rustls-pki-types v1.10.0 |
800 | 2024-12-21T04:23:59.784Z | Downloaded tinystr v0.7.6 |
801 | 2024-12-21T04:23:59.786Z | Downloaded enum-as-inner v0.6.1 |
802 | 2024-12-21T04:23:59.789Z | Downloaded aes-gcm v0.10.3 |
803 | 2024-12-21T04:23:59.792Z | Downloaded tiny-keccak v2.0.2 |
804 | 2024-12-21T04:23:59.795Z | Downloaded similar v2.6.0 |
805 | 2024-12-21T04:23:59.801Z | Downloaded dhcproto-macros v0.1.0 |
806 | 2024-12-21T04:23:59.803Z | Downloaded time-core v0.1.2 |
807 | 2024-12-21T04:23:59.803Z | Downloaded fd-lock v4.0.2 |
808 | 2024-12-21T04:23:59.806Z | Downloaded shell-words v1.1.0 |
809 | 2024-12-21T04:23:59.808Z | Downloaded shlex v1.3.0 |
810 | 2024-12-21T04:23:59.810Z | Downloaded pin-project v1.1.6 |
811 | 2024-12-21T04:23:59.821Z | Downloaded parse-size v1.1.0 |
812 | 2024-12-21T04:23:59.823Z | Downloaded dirs-next v2.0.0 |
813 | 2024-12-21T04:23:59.823Z | Downloaded itertools v0.13.0 |
814 | 2024-12-21T04:23:59.831Z | Downloaded try-lock v0.2.5 |
815 | 2024-12-21T04:23:59.834Z | Downloaded signal-hook-tokio v0.3.1 |
816 | 2024-12-21T04:23:59.836Z | Downloaded predicates-tree v1.0.11 |
817 | 2024-12-21T04:23:59.836Z | Downloaded rustc-demangle v0.1.24 |
818 | 2024-12-21T04:23:59.838Z | Downloaded rpassword v7.3.1 |
819 | 2024-12-21T04:23:59.841Z | Downloaded darling_macro v0.20.10 |
820 | 2024-12-21T04:23:59.841Z | Downloaded radium v0.7.0 |
821 | 2024-12-21T04:23:59.841Z | Downloaded phf_generator v0.11.2 |
822 | 2024-12-21T04:23:59.843Z | Downloaded phf_codegen v0.11.2 |
823 | 2024-12-21T04:23:59.845Z | Downloaded fallible-iterator v0.3.0 |
824 | 2024-12-21T04:23:59.845Z | Downloaded pkcs8 v0.10.2 |
825 | 2024-12-21T04:23:59.848Z | Downloaded unicode-truncate v1.1.0 |
826 | 2024-12-21T04:23:59.851Z | Downloaded tap v1.0.1 |
827 | 2024-12-21T04:23:59.854Z | Downloaded time-macros v0.2.18 |
828 | 2024-12-21T04:23:59.857Z | Downloaded slog-term v2.9.1 |
829 | 2024-12-21T04:23:59.859Z | Downloaded openssl-sys v0.9.103 |
830 | 2024-12-21T04:23:59.863Z | Downloaded value-bag v1.9.0 |
831 | 2024-12-21T04:23:59.866Z | Downloaded deranged v0.3.11 |
832 | 2024-12-21T04:23:59.868Z | Downloaded zerocopy-derive v0.8.10 |
833 | 2024-12-21T04:23:59.875Z | Downloaded xattr v1.3.1 |
834 | 2024-12-21T04:23:59.877Z | Downloaded wait-timeout v0.2.0 |
835 | 2024-12-21T04:23:59.879Z | Downloaded rayon-core v1.12.1 |
836 | 2024-12-21T04:23:59.883Z | Downloaded parse-display v0.10.0 |
837 | 2024-12-21T04:23:59.885Z | Downloaded slog-bunyan v2.5.0 |
838 | 2024-12-21T04:23:59.887Z | Downloaded parse-display-derive v0.10.0 |
839 | 2024-12-21T04:23:59.888Z | Downloaded foreign-types-macros v0.2.3 |
840 | 2024-12-21T04:23:59.889Z | Downloaded take_mut v0.2.2 |
841 | 2024-12-21T04:23:59.890Z | Downloaded packed_struct_codegen v0.10.1 |
842 | 2024-12-21T04:23:59.892Z | Downloaded slog-async v2.8.0 |
843 | 2024-12-21T04:23:59.894Z | Downloaded sha1 v0.10.6 |
844 | 2024-12-21T04:23:59.897Z | Downloaded phf_shared v0.10.0 |
845 | 2024-12-21T04:23:59.897Z | Downloaded termcolor v1.4.1 |
846 | 2024-12-21T04:23:59.899Z | Downloaded uzers v0.12.1 |
847 | 2024-12-21T04:23:59.901Z | Downloaded packed_struct v0.10.1 |
848 | 2024-12-21T04:23:59.903Z | Downloaded rcgen v0.12.1 |
849 | 2024-12-21T04:23:59.907Z | Downloaded topological-sort v0.2.2 |
850 | 2024-12-21T04:23:59.909Z | Downloaded smf v0.2.3 |
851 | 2024-12-21T04:23:59.909Z | Downloaded num_enum v0.5.11 |
852 | 2024-12-21T04:23:59.914Z | Downloaded tinyvec_macros v0.1.1 |
853 | 2024-12-21T04:23:59.916Z | Downloaded paste v1.0.15 |
854 | 2024-12-21T04:23:59.919Z | Downloaded rustc-hash v2.0.0 |
855 | 2024-12-21T04:23:59.922Z | Downloaded tracing-core v0.1.32 |
856 | 2024-12-21T04:23:59.925Z | Downloaded publicsuffix v2.2.3 |
857 | 2024-12-21T04:23:59.930Z | Downloaded serde-big-array v0.5.1 |
858 | 2024-12-21T04:23:59.932Z | Downloaded secrecy v0.8.0 |
859 | 2024-12-21T04:23:59.932Z | Downloaded hashlink v0.9.1 |
860 | 2024-12-21T04:23:59.932Z | Downloaded sec1 v0.7.3 |
861 | 2024-12-21T04:23:59.935Z | Downloaded subprocess v0.2.9 |
862 | 2024-12-21T04:23:59.937Z | Downloaded russh v0.45.0 |
863 | 2024-12-21T04:23:59.943Z | Downloaded num_enum_derive v0.5.11 |
864 | 2024-12-21T04:23:59.946Z | Downloaded diff v0.1.13 |
865 | 2024-12-21T04:23:59.948Z | Downloaded password-hash v0.5.0 |
866 | 2024-12-21T04:23:59.951Z | Downloaded serde-hex v0.1.0 |
867 | 2024-12-21T04:23:59.954Z | Downloaded funty v2.0.0 |
868 | 2024-12-21T04:23:59.954Z | Downloaded debug-ignore v1.0.5 |
869 | 2024-12-21T04:23:59.956Z | Downloaded env_logger v0.10.2 |
870 | 2024-12-21T04:23:59.959Z | Downloaded blake3 v1.5.4 |
871 | 2024-12-21T04:23:59.967Z | Downloaded toolchain_find v0.4.0 |
872 | 2024-12-21T04:23:59.969Z | Downloaded r2d2 v0.8.10 |
873 | 2024-12-21T04:23:59.971Z | Downloaded rfc6979 v0.4.0 |
874 | 2024-12-21T04:23:59.971Z | Downloaded rand_core v0.6.4 |
875 | 2024-12-21T04:23:59.974Z | Downloaded scheduled-thread-pool v0.2.7 |
876 | 2024-12-21T04:23:59.976Z | Downloaded url v2.5.3 |
877 | 2024-12-21T04:23:59.979Z | Downloaded tls_codec_derive v0.4.1 |
878 | 2024-12-21T04:23:59.979Z | Downloaded fatfs v0.3.6 |
879 | 2024-12-21T04:23:59.982Z | Downloaded uuid v1.11.0 |
880 | 2024-12-21T04:23:59.986Z | Downloaded num-bigint-dig v0.8.4 |
881 | 2024-12-21T04:23:59.991Z | Downloaded sqlparser_derive v0.2.2 |
882 | 2024-12-21T04:23:59.994Z | Downloaded hash32 v0.2.1 |
883 | 2024-12-21T04:23:59.994Z | Downloaded bindgen v0.69.5 |
884 | 2024-12-21T04:24:00.002Z | Downloaded tls_codec v0.4.1 |
885 | 2024-12-21T04:24:00.004Z | Downloaded futures-channel v0.3.31 |
886 | 2024-12-21T04:24:00.007Z | Downloaded tinyvec v1.8.0 |
887 | 2024-12-21T04:24:00.010Z | Downloaded ssh-key v0.6.6 |
888 | 2024-12-21T04:24:00.018Z | Downloaded vte_generate_state_changes v0.1.2 |
889 | 2024-12-21T04:24:00.020Z | Downloaded aws-lc-rs v1.10.0 |
890 | 2024-12-21T04:24:00.030Z | Downloaded either v1.13.0 |
891 | 2024-12-21T04:24:00.033Z | Downloaded ed25519 v2.2.3 |
892 | 2024-12-21T04:24:00.035Z | Downloaded termios v0.3.3 |
893 | 2024-12-21T04:24:00.038Z | Downloaded predicates-core v1.0.8 |
894 | 2024-12-21T04:24:00.038Z | Downloaded toml v0.7.8 |
895 | 2024-12-21T04:24:00.041Z | Downloaded enum-as-inner v0.5.1 |
896 | 2024-12-21T04:24:00.044Z | Downloaded zeroize v1.8.1 |
897 | 2024-12-21T04:24:00.044Z | Downloaded pem-rfc7468 v0.7.0 |
898 | 2024-12-21T04:24:00.048Z | Downloaded term v0.7.0 |
899 | 2024-12-21T04:24:00.050Z | Downloaded oso v0.27.3 |
900 | 2024-12-21T04:24:00.053Z | Downloaded tokio-stream v0.1.16 |
901 | 2024-12-21T04:24:00.061Z | Downloaded omicron-zone-package v0.11.1 |
902 | 2024-12-21T04:24:00.065Z | Downloaded ref-cast v1.0.23 |
903 | 2024-12-21T04:24:00.068Z | Downloaded utf16_iter v1.0.5 |
904 | 2024-12-21T04:24:00.068Z | Downloaded ppv-lite86 v0.2.20 |
905 | 2024-12-21T04:24:00.068Z | Downloaded zerofrom-derive v0.1.4 |
906 | 2024-12-21T04:24:00.072Z | Downloaded num-bigint v0.4.6 |
907 | 2024-12-21T04:24:00.075Z | Downloaded winnow v0.5.40 |
908 | 2024-12-21T04:24:00.086Z | Downloaded path-slash v0.1.5 |
909 | 2024-12-21T04:24:00.088Z | Downloaded phf_shared v0.11.2 |
910 | 2024-12-21T04:24:00.088Z | Downloaded xz2 v0.1.7 |
911 | 2024-12-21T04:24:00.091Z | Downloaded signal-hook-registry v1.4.2 |
912 | 2024-12-21T04:24:00.094Z | Downloaded peg v0.8.4 |
913 | 2024-12-21T04:24:00.097Z | Downloaded tokio-tungstenite v0.21.0 |
914 | 2024-12-21T04:24:00.099Z | Downloaded signal-hook-mio v0.2.4 |
915 | 2024-12-21T04:24:00.101Z | Downloaded predicates v3.1.2 |
916 | 2024-12-21T04:24:00.104Z | Downloaded ssh-cipher v0.2.0 |
917 | 2024-12-21T04:24:00.107Z | Downloaded derive_builder v0.20.2 |
918 | 2024-12-21T04:24:00.110Z | Downloaded x509-cert v0.2.5 |
919 | 2024-12-21T04:24:00.122Z | Downloaded rustc_version v0.4.1 |
920 | 2024-12-21T04:24:00.125Z | Downloaded rand v0.8.5 |
921 | 2024-12-21T04:24:00.125Z | Downloaded dropshot_endpoint v0.13.0 |
922 | 2024-12-21T04:24:00.128Z | Downloaded headers v0.4.0 |
923 | 2024-12-21T04:24:00.135Z | Downloaded rustc-hash v1.1.0 |
924 | 2024-12-21T04:24:00.137Z | Downloaded hashbrown v0.13.2 |
925 | 2024-12-21T04:24:00.141Z | Downloaded time v0.3.36 |
926 | 2024-12-21T04:24:00.151Z | Downloaded yasna v0.5.2 |
927 | 2024-12-21T04:24:00.155Z | Downloaded utf-8 v0.7.6 |
928 | 2024-12-21T04:24:00.157Z | Downloaded snafu-derive v0.8.5 |
929 | 2024-12-21T04:24:00.157Z | Downloaded tar v0.4.42 |
930 | 2024-12-21T04:24:00.161Z | Downloaded derive-where v1.2.7 |
931 | 2024-12-21T04:24:00.165Z | Downloaded snafu v0.8.5 |
932 | 2024-12-21T04:24:00.169Z | Downloaded socket2 v0.5.7 |
933 | 2024-12-21T04:24:00.172Z | Downloaded pkcs5 v0.7.1 |
934 | 2024-12-21T04:24:00.177Z | Downloaded hmac v0.12.1 |
935 | 2024-12-21T04:24:00.179Z | Downloaded tough v0.19.0 |
936 | 2024-12-21T04:24:00.189Z | Downloaded schemars v0.8.21 |
937 | 2024-12-21T04:24:00.202Z | Downloaded unicode-properties v0.1.3 |
938 | 2024-12-21T04:24:00.205Z | Downloaded ron v0.7.1 |
939 | 2024-12-21T04:24:00.211Z | Downloaded steno v0.4.1 |
940 | 2024-12-21T04:24:00.216Z | Downloaded zip v2.1.3 |
941 | 2024-12-21T04:24:00.221Z | Downloaded rustls-webpki v0.102.8 |
942 | 2024-12-21T04:24:00.242Z | Downloaded num-traits v0.2.19 |
943 | 2024-12-21T04:24:00.245Z | Downloaded prettyplease v0.2.25 |
944 | 2024-12-21T04:24:00.248Z | Downloaded ron v0.8.1 |
945 | 2024-12-21T04:24:00.254Z | Downloaded ed25519-dalek v2.1.1 |
946 | 2024-12-21T04:24:00.257Z | Downloaded lalrpop v0.19.12 |
947 | 2024-12-21T04:24:00.270Z | Downloaded sqlparser v0.45.0 |
948 | 2024-12-21T04:24:00.275Z | Downloaded idna v0.3.0 |
949 | 2024-12-21T04:24:00.282Z | Downloaded quinn v0.11.5 |
950 | 2024-12-21T04:24:00.286Z | Downloaded flate2 v1.0.34 |
951 | 2024-12-21T04:24:00.292Z | Downloaded idna v0.4.0 |
952 | 2024-12-21T04:24:00.298Z | Downloaded unicode-segmentation v1.12.0 |
953 | 2024-12-21T04:24:00.301Z | Downloaded idna v0.5.0 |
954 | 2024-12-21T04:24:00.310Z | Downloaded rusqlite v0.32.1 |
955 | 2024-12-21T04:24:00.318Z | Downloaded idna v0.2.3 |
956 | 2024-12-21T04:24:00.327Z | Downloaded hashbrown v0.14.5 |
957 | 2024-12-21T04:24:00.329Z | Downloaded reqwest v0.12.9 |
958 | 2024-12-21T04:24:00.341Z | Downloaded zerovec v0.10.4 |
959 | 2024-12-21T04:24:00.345Z | Downloaded hickory-server v0.24.1 |
960 | 2024-12-21T04:24:00.350Z | Downloaded curve25519-dalek v4.1.3 |
961 | 2024-12-21T04:24:00.375Z | Downloaded unicode-normalization v0.1.24 |
962 | 2024-12-21T04:24:00.378Z | Downloaded tokio-util v0.7.12 |
963 | 2024-12-21T04:24:00.387Z | Downloaded petname v2.0.2 |
964 | 2024-12-21T04:24:00.392Z | Downloaded reedline v0.35.0 |
965 | 2024-12-21T04:24:00.402Z | Downloaded p384 v0.13.0 |
966 | 2024-12-21T04:24:00.410Z | Downloaded smoltcp v0.9.1 |
967 | 2024-12-21T04:24:00.424Z | Downloaded object v0.30.4 |
968 | 2024-12-21T04:24:00.435Z | Downloaded regex v1.11.1 |
969 | 2024-12-21T04:24:00.448Z | Downloaded quick-xml v0.33.0 |
970 | 2024-12-21T04:24:00.453Z | Downloaded vcpkg v0.2.15 |
971 | 2024-12-21T04:24:00.492Z | Downloaded hkdf v0.12.4 |
972 | 2024-12-21T04:24:00.495Z | Downloaded openssl v0.10.66 |
973 | 2024-12-21T04:24:00.504Z | Downloaded quinn-proto v0.11.8 |
974 | 2024-12-21T04:24:00.512Z | Downloaded proptest v1.5.0 |
975 | 2024-12-21T04:24:00.522Z | Downloaded nix v0.27.1 |
976 | 2024-12-21T04:24:00.531Z | Downloaded regress v0.9.1 |
977 | 2024-12-21T04:24:00.540Z | Downloaded chrono-tz v0.10.0 |
978 | 2024-12-21T04:24:00.547Z | Downloaded webpki-roots v0.26.6 |
979 | 2024-12-21T04:24:00.554Z | Downloaded bstr v1.10.0 |
980 | 2024-12-21T04:24:00.562Z | Downloaded regex-syntax v0.6.29 |
981 | 2024-12-21T04:24:00.567Z | Downloaded git2 v0.19.0 |
982 | 2024-12-21T04:24:00.575Z | Downloaded object v0.36.5 |
983 | 2024-12-21T04:24:00.587Z | Downloaded zerocopy v0.8.10 |
984 | 2024-12-21T04:24:00.611Z | Downloaded trust-dns-proto v0.22.0 |
985 | 2024-12-21T04:24:00.623Z | Downloaded rustls v0.22.4 |
986 | 2024-12-21T04:24:00.635Z | Downloaded unicode-width v0.2.0 |
987 | 2024-12-21T04:24:00.641Z | Downloaded nix v0.28.0 |
988 | 2024-12-21T04:24:00.652Z | Downloaded regex-syntax v0.8.5 |
989 | 2024-12-21T04:24:00.659Z | Downloaded gimli v0.31.1 |
990 | 2024-12-21T04:24:00.668Z | Downloaded openapiv3 v2.0.0 |
991 | 2024-12-21T04:24:00.681Z | Downloaded smoltcp v0.11.0 |
992 | 2024-12-21T04:24:00.692Z | Downloaded diesel v2.2.6 |
993 | 2024-12-21T04:24:00.710Z | Downloaded typify-impl v0.2.0 |
994 | 2024-12-21T04:24:00.724Z | Downloaded sled v0.34.7 |
995 | 2024-12-21T04:24:00.734Z | Downloaded dropshot v0.13.0 |
996 | 2024-12-21T04:24:00.754Z | Downloaded regress v0.10.1 |
997 | 2024-12-21T04:24:00.763Z | Downloaded zerocopy-derive v0.6.6 |
998 | 2024-12-21T04:24:01.774Z | Downloaded hickory-proto v0.24.1 |
999 | 2024-12-21T04:24:01.778Z | Downloaded ratatui v0.28.1 |
1000 | 2024-12-21T04:24:01.778Z | Downloaded dropshot v0.12.0 |
1001 | 2024-12-21T04:24:01.778Z | Downloaded regex-automata v0.4.8 |
1002 | 2024-12-21T04:24:01.778Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1003 | 2024-12-21T04:24:01.778Z | Downloaded nix v0.29.0 |
1004 | 2024-12-21T04:24:01.778Z | Downloaded radix_trie v0.2.1 |
1005 | 2024-12-21T04:24:01.778Z | Downloaded polar-core v0.27.3 |
1006 | 2024-12-21T04:24:01.778Z | Downloaded rustls v0.21.12 |
1007 | 2024-12-21T04:24:01.778Z | Downloaded rustls v0.23.19 |
1008 | 2024-12-21T04:24:01.778Z | Downloaded heapless v0.8.0 |
1009 | 2024-12-21T04:24:01.778Z | Downloaded p521 v0.13.3 |
1010 | 2024-12-21T04:24:01.778Z | Downloaded parse-zoneinfo v0.3.1 |
1011 | 2024-12-21T04:24:01.778Z | Downloaded petgraph v0.6.5 |
1012 | 2024-12-21T04:24:01.778Z | Downloaded lzma-sys v0.1.20 |
1013 | 2024-12-21T04:24:01.778Z | Downloaded libz-sys v1.1.20 |
1014 | 2024-12-21T04:24:01.778Z | Downloaded tokio v1.40.0 |
1015 | 2024-12-21T04:24:01.778Z | Downloaded expectorate v1.1.0 |
1016 | 2024-12-21T04:24:01.778Z | Downloaded csv v1.3.1 |
1017 | 2024-12-21T04:24:01.778Z | Downloaded portable-atomic v1.9.0 |
1018 | 2024-12-21T04:24:01.778Z | Downloaded bitvec v1.0.1 |
1019 | 2024-12-21T04:24:01.778Z | Downloaded icu_properties_data v1.5.0 |
1020 | 2024-12-21T04:24:01.778Z | Downloaded rustyline v14.0.0 |
1021 | 2024-12-21T04:24:01.778Z | Downloaded chrono v0.4.38 |
1022 | 2024-12-21T04:24:01.778Z | Downloaded dropshot_endpoint v0.12.0 |
1023 | 2024-12-21T04:24:01.778Z | Downloaded futures v0.3.31 |
1024 | 2024-12-21T04:24:01.778Z | Downloaded hashbrown v0.12.3 |
1025 | 2024-12-21T04:24:01.778Z | Downloaded pkcs1 v0.7.5 |
1026 | 2024-12-21T04:24:01.778Z | Downloaded toml_edit v0.19.15 |
1027 | 2024-12-21T04:24:01.779Z | Downloaded nom v7.1.3 |
1028 | 2024-12-21T04:24:01.779Z | Downloaded sha3 v0.10.8 |
1029 | 2024-12-21T04:24:01.779Z | Downloaded rustls-webpki v0.101.7 |
1030 | 2024-12-21T04:24:01.779Z | Downloaded rayon v1.10.0 |
1031 | 2024-12-21T04:24:01.779Z | Downloaded heck v0.3.3 |
1032 | 2024-12-21T04:24:01.779Z | Downloaded globset v0.4.15 |
1033 | 2024-12-21T04:24:01.779Z | Downloaded h2 v0.4.6 |
1034 | 2024-12-21T04:24:01.779Z | Downloaded futures-util v0.3.31 |
1035 | 2024-12-21T04:24:01.779Z | Downloaded serde_derive_internals v0.29.1 |
1036 | 2024-12-21T04:24:01.779Z | Downloaded salty v0.3.0 |
1037 | 2024-12-21T04:24:01.779Z | Downloaded ssh-encoding v0.2.0 |
1038 | 2024-12-21T04:24:01.779Z | Downloaded semver v0.1.20 |
1039 | 2024-12-21T04:24:01.779Z | Downloaded glob v0.3.1 |
1040 | 2024-12-21T04:24:01.779Z | Downloaded tungstenite v0.21.0 |
1041 | 2024-12-21T04:24:01.779Z | Downloaded futures-io v0.3.31 |
1042 | 2024-12-21T04:24:01.779Z | Downloaded env_filter v0.1.2 |
1043 | 2024-12-21T04:24:01.779Z | Downloaded quick-error v1.2.3 |
1044 | 2024-12-21T04:24:01.779Z | Downloaded serde_with v3.11.0 |
1045 | 2024-12-21T04:24:01.779Z | Downloaded data-encoding v2.6.0 |
1046 | 2024-12-21T04:24:01.779Z | Downloaded zeroize_derive v1.4.2 |
1047 | 2024-12-21T04:24:01.779Z | Downloaded diesel_derives v2.2.3 |
1048 | 2024-12-21T04:24:01.779Z | Downloaded typed-path v0.9.3 |
1049 | 2024-12-21T04:24:01.779Z | Downloaded futures-core v0.3.31 |
1050 | 2024-12-21T04:24:01.779Z | Downloaded zone v0.1.8 |
1051 | 2024-12-21T04:24:01.779Z | Downloaded zerovec-derive v0.10.3 |
1052 | 2024-12-21T04:24:01.779Z | Downloaded slog-envlogger v2.2.0 |
1053 | 2024-12-21T04:24:01.779Z | Downloaded samael v0.0.17 |
1054 | 2024-12-21T04:24:01.779Z | Downloaded heapless v0.7.17 |
1055 | 2024-12-21T04:24:01.779Z | Downloaded password-hash v0.4.2 |
1056 | 2024-12-21T04:24:01.779Z | Downloaded parking_lot v0.11.2 |
1057 | 2024-12-21T04:24:01.779Z | Downloaded rustc_version v0.1.7 |
1058 | 2024-12-21T04:24:01.779Z | Downloaded slog-stdlog v4.1.1 |
1059 | 2024-12-21T04:24:01.779Z | Downloaded num-derive v0.4.2 |
1060 | 2024-12-21T04:24:01.779Z | Downloaded difflib v0.4.0 |
1061 | 2024-12-21T04:24:01.779Z | Downloaded opaque-debug v0.3.1 |
1062 | 2024-12-21T04:24:01.779Z | Downloaded utf8_iter v1.0.4 |
1063 | 2024-12-21T04:24:01.779Z | Downloaded powerfmt v0.2.0 |
1064 | 2024-12-21T04:24:01.780Z | Downloaded nu-ansi-term v0.50.1 |
1065 | 2024-12-21T04:24:01.780Z | Downloaded unicode-bidi v0.3.17 |
1066 | 2024-12-21T04:24:01.780Z | Downloaded tungstenite v0.23.0 |
1067 | 2024-12-21T04:24:01.780Z | Downloaded rtoolbox v0.0.2 |
1068 | 2024-12-21T04:24:01.780Z | Downloaded pbkdf2 v0.11.0 |
1069 | 2024-12-21T04:24:01.780Z | Downloaded aho-corasick v1.1.3 |
1070 | 2024-12-21T04:24:01.780Z | Downloaded libxml v0.3.3 |
1071 | 2024-12-21T04:24:01.780Z | Downloaded idna v1.0.3 |
1072 | 2024-12-21T04:24:01.780Z | Downloaded crossterm v0.28.1 |
1073 | 2024-12-21T04:24:01.780Z | Downloaded unicode_categories v0.1.1 |
1074 | 2024-12-21T04:24:01.780Z | Downloaded p256 v0.13.2 |
1075 | 2024-12-21T04:24:01.780Z | Downloaded vsss-rs v3.3.4 |
1076 | 2024-12-21T04:24:01.780Z | Downloaded hickory-resolver v0.24.1 |
1077 | 2024-12-21T04:24:01.780Z | Downloaded zone v0.3.0 |
1078 | 2024-12-21T04:24:01.780Z | Downloaded encoding_rs v0.8.34 |
1079 | 2024-12-21T04:24:01.780Z | Downloaded qorb v0.2.1 |
1080 | 2024-12-21T04:24:01.780Z | Downloaded zip v0.6.6 |
1081 | 2024-12-21T04:24:01.780Z | Downloaded itertools v0.10.5 |
1082 | 2024-12-21T04:24:01.780Z | Downloaded tungstenite v0.24.0 |
1083 | 2024-12-21T04:24:01.780Z | Downloaded num-complex v0.4.6 |
1084 | 2024-12-21T04:24:01.780Z | Downloaded tokio-rustls v0.24.1 |
1085 | 2024-12-21T04:24:01.780Z | Downloaded proc-macro-crate v1.3.1 |
1086 | 2024-12-21T04:24:01.780Z | Downloaded primeorder v0.13.6 |
1087 | 2024-12-21T04:24:01.780Z | Downloaded zopfli v0.8.1 |
1088 | 2024-12-21T04:24:01.780Z | Downloaded strum v0.26.3 |
1089 | 2024-12-21T04:24:01.780Z | Downloaded elliptic-curve v0.13.8 |
1090 | 2024-12-21T04:24:01.780Z | Downloaded mio v1.0.2 |
1091 | 2024-12-21T04:24:01.780Z | Downloaded poly1305 v0.8.0 |
1092 | 2024-12-21T04:24:01.780Z | Downloaded vergen v8.3.2 |
1093 | 2024-12-21T04:24:01.780Z | Downloaded test-strategy v0.3.1 |
1094 | 2024-12-21T04:24:01.780Z | Downloaded tracing v0.1.40 |
1095 | 2024-12-21T04:24:01.780Z | Downloaded foreign-types v0.3.2 |
1096 | 2024-12-21T04:24:01.780Z | Downloaded displaydoc v0.2.5 |
1097 | 2024-12-21T04:24:01.780Z | Downloaded diesel-dtrace v0.4.2 |
1098 | 2024-12-21T04:24:01.780Z | Downloaded dhcproto v0.12.0 |
1099 | 2024-12-21T04:24:01.785Z | Downloaded des v0.8.1 |
1100 | 2024-12-21T04:24:01.785Z | Downloaded crypto-bigint v0.5.5 |
1101 | 2024-12-21T04:24:01.785Z | Downloaded crossbeam-channel v0.5.13 |
1102 | 2024-12-21T04:24:01.785Z | Downloaded base64 v0.21.7 |
1103 | 2024-12-21T04:24:01.785Z | Downloaded strum_macros v0.25.3 |
1104 | 2024-12-21T04:24:01.785Z | Downloaded serde_repr v0.1.19 |
1105 | 2024-12-21T04:24:01.785Z | Downloaded serde_plain v1.0.2 |
1106 | 2024-12-21T04:24:01.785Z | Downloaded serde_path_to_error v0.1.16 |
1107 | 2024-12-21T04:24:01.785Z | Downloaded bumpalo v3.16.0 |
1108 | 2024-12-21T04:24:01.785Z | Downloaded backtrace v0.3.74 |
1109 | 2024-12-21T04:24:01.785Z | Downloaded arc-swap v1.7.1 |
1110 | 2024-12-21T04:24:01.785Z | Downloaded signal-hook v0.3.17 |
1111 | 2024-12-21T04:24:01.785Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1112 | 2024-12-21T04:24:01.785Z | Downloaded hyper-util v0.1.10 |
1113 | 2024-12-21T04:24:01.785Z | Downloaded russh-keys v0.45.0 |
1114 | 2024-12-21T04:24:01.785Z | Downloaded mockall_derive v0.13.0 |
1115 | 2024-12-21T04:24:01.786Z | Downloaded whoami v1.5.2 |
1116 | 2024-12-21T04:24:01.786Z | Downloaded unicode-xid v0.2.6 |
1117 | 2024-12-21T04:24:01.786Z | Downloaded tokio-tungstenite v0.24.0 |
1118 | 2024-12-21T04:24:01.786Z | Downloaded tokio-tungstenite v0.23.1 |
1119 | 2024-12-21T04:24:01.786Z | Downloaded chacha20poly1305 v0.10.1 |
1120 | 2024-12-21T04:24:01.786Z | Downloaded smallvec v0.6.14 |
1121 | 2024-12-21T04:24:01.786Z | Downloaded libloading v0.8.5 |
1122 | 2024-12-21T04:24:01.786Z | Downloaded clang-sys v1.8.1 |
1123 | 2024-12-21T04:24:01.786Z | Downloaded crc-any v2.5.0 |
1124 | 2024-12-21T04:24:01.786Z | Downloaded crossbeam-utils v0.8.20 |
1125 | 2024-12-21T04:24:01.786Z | Downloaded cookie v0.18.1 |
1126 | 2024-12-21T04:24:01.786Z | Downloaded console v0.15.8 |
1127 | 2024-12-21T04:24:01.786Z | Downloaded blake2 v0.10.6 |
1128 | 2024-12-21T04:24:01.786Z | Downloaded structmeta v0.3.0 |
1129 | 2024-12-21T04:24:01.786Z | Downloaded structmeta-derive v0.2.0 |
1130 | 2024-12-21T04:24:01.786Z | Downloaded slog-dtrace v0.3.0 |
1131 | 2024-12-21T04:24:01.786Z | Downloaded crossbeam-epoch v0.9.18 |
1132 | 2024-12-21T04:24:01.786Z | Downloaded const-oid v0.9.6 |
1133 | 2024-12-21T04:24:01.786Z | Downloaded ahash v0.8.11 |
1134 | 2024-12-21T04:24:01.786Z | Downloaded icu_normalizer_data v1.5.0 |
1135 | 2024-12-21T04:24:01.786Z | Downloaded rustls-pemfile v1.0.4 |
1136 | 2024-12-21T04:24:01.786Z | Downloaded csv-core v0.1.11 |
1137 | 2024-12-21T04:24:01.786Z | Downloaded cookie_store v0.21.0 |
1138 | 2024-12-21T04:24:01.786Z | Downloaded ciborium v0.2.2 |
1139 | 2024-12-21T04:24:01.786Z | Downloaded inout v0.1.3 |
1140 | 2024-12-21T04:24:01.786Z | Downloaded icu_locid_transform v1.5.0 |
1141 | 2024-12-21T04:24:01.786Z | Downloaded hyper-staticfile v0.10.1 |
1142 | 2024-12-21T04:24:01.786Z | Downloaded const_format_proc_macros v0.2.33 |
1143 | 2024-12-21T04:24:01.786Z | Downloaded is-terminal v0.4.13 |
1144 | 2024-12-21T04:24:01.787Z | Downloaded iana-time-zone v0.1.61 |
1145 | 2024-12-21T04:24:01.787Z | Downloaded argon2 v0.5.3 |
1146 | 2024-12-21T04:24:01.787Z | Downloaded addr2line v0.24.2 |
1147 | 2024-12-21T04:24:01.787Z | Downloaded ipnetwork v0.20.0 |
1148 | 2024-12-21T04:24:01.787Z | Downloaded linear-map v1.2.0 |
1149 | 2024-12-21T04:24:01.787Z | Downloaded indoc v1.0.9 |
1150 | 2024-12-21T04:24:01.787Z | Downloaded indent_write v2.2.0 |
1151 | 2024-12-21T04:24:01.787Z | Downloaded hex-literal v0.4.1 |
1152 | 2024-12-21T04:24:01.787Z | Downloaded lru-cache v0.1.2 |
1153 | 2024-12-21T04:24:01.787Z | Downloaded lazycell v1.3.0 |
1154 | 2024-12-21T04:24:01.787Z | Downloaded internet-checksum v0.2.1 |
1155 | 2024-12-21T04:24:01.787Z | Downloaded idna_adapter v1.2.0 |
1156 | 2024-12-21T04:24:01.787Z | Downloaded async-trait v0.1.83 |
1157 | 2024-12-21T04:24:01.787Z | Downloaded mime v0.3.17 |
1158 | 2024-12-21T04:24:01.787Z | Downloaded managed v0.8.0 |
1159 | 2024-12-21T04:24:01.787Z | Downloaded keccak v0.1.5 |
1160 | 2024-12-21T04:24:01.787Z | Downloaded kstat-rs v0.2.4 |
1161 | 2024-12-21T04:24:01.787Z | Downloaded instability v0.3.2 |
1162 | 2024-12-21T04:24:01.787Z | Downloaded bitfield-struct v0.6.2 |
1163 | 2024-12-21T04:24:01.787Z | Downloaded maplit v1.0.2 |
1164 | 2024-12-21T04:24:01.787Z | Downloaded lalrpop-util v0.19.12 |
1165 | 2024-12-21T04:24:01.787Z | Downloaded cbc v0.1.2 |
1166 | 2024-12-21T04:24:01.787Z | Downloaded async-recursion v1.1.1 |
1167 | 2024-12-21T04:24:01.787Z | Downloaded block-padding v0.3.3 |
1168 | 2024-12-21T04:24:01.787Z | Downloaded curve25519-dalek-derive v0.1.1 |
1169 | 2024-12-21T04:24:01.787Z | Downloaded ctr v0.9.2 |
1170 | 2024-12-21T04:24:01.787Z | Downloaded constant_time_eq v0.3.1 |
1171 | 2024-12-21T04:24:01.787Z | Downloaded cmake v0.1.51 |
1172 | 2024-12-21T04:24:01.933Z | Downloaded aws-lc-sys v0.22.0 |
1173 | 2024-12-21T04:24:02.202Z | Downloaded ring v0.17.8 |
1174 | 2024-12-21T04:24:02.349Z | Downloaded ring v0.16.20 |
1175 | 2024-12-21T04:24:02.431Z | Downloaded libsqlite3-sys v0.30.1 |
1176 | 2024-12-21T04:24:02.605Z | Compiling serde v1.0.215 |
1177 | 2024-12-21T04:24:02.608Z | Compiling lock_api v0.4.12 |
1178 | 2024-12-21T04:24:02.608Z | Compiling scopeguard v1.2.0 |
1179 | 2024-12-21T04:24:02.608Z | Compiling value-bag v1.9.0 |
1180 | 2024-12-21T04:24:02.608Z | Compiling typenum v1.17.0 |
1181 | 2024-12-21T04:24:02.608Z | Compiling generic-array v0.14.7 |
1182 | 2024-12-21T04:24:02.787Z | Compiling syn v2.0.87 |
1183 | 2024-12-21T04:24:02.799Z | Compiling getrandom v0.2.15 |
1184 | 2024-12-21T04:24:02.935Z | Compiling subtle v2.6.1 |
1185 | 2024-12-21T04:24:03.101Z | Compiling rand_core v0.6.4 |
1186 | 2024-12-21T04:24:03.264Z | Compiling log v0.4.22 |
1187 | 2024-12-21T04:24:03.346Z | Compiling shlex v1.3.0 |
1188 | 2024-12-21T04:24:03.374Z | Compiling jobserver v0.1.32 |
1189 | 2024-12-21T04:24:03.623Z | Compiling smallvec v1.13.2 |
1190 | 2024-12-21T04:24:03.651Z | Compiling const-oid v0.9.6 |
1191 | 2024-12-21T04:24:03.736Z | Compiling cc v1.1.30 |
1192 | 2024-12-21T04:24:04.011Z | Compiling spin v0.9.8 |
1193 | 2024-12-21T04:24:04.088Z | Compiling pin-project-lite v0.2.14 |
1194 | 2024-12-21T04:24:04.216Z | Compiling rustix v0.38.37 |
1195 | 2024-12-21T04:24:04.265Z | Compiling parking_lot_core v0.9.10 |
1196 | 2024-12-21T04:24:04.360Z | Compiling futures-core v0.3.31 |
1197 | 2024-12-21T04:24:04.612Z | Compiling signal-hook-registry v1.4.2 |
1198 | 2024-12-21T04:24:05.143Z | Compiling parking_lot v0.12.3 |
1199 | 2024-12-21T04:24:05.293Z | Compiling mio v1.0.2 |
1200 | 2024-12-21T04:24:05.344Z | Compiling aho-corasick v1.1.3 |
1201 | 2024-12-21T04:24:05.511Z | Compiling either v1.13.0 |
1202 | 2024-12-21T04:24:05.532Z | Compiling cpufeatures v0.2.14 |
1203 | 2024-12-21T04:24:05.632Z | Compiling regex-syntax v0.8.5 |
1204 | 2024-12-21T04:24:05.933Z | Compiling lazy_static v1.5.0 |
1205 | 2024-12-21T04:24:06.051Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2024-12-21T04:24:06.168Z | Compiling glob v0.3.1 |
1207 | 2024-12-21T04:24:06.170Z | Compiling futures-sink v0.3.31 |
1208 | 2024-12-21T04:24:06.333Z | Compiling socket2 v0.5.7 |
1209 | 2024-12-21T04:24:06.552Z | Compiling slab v0.4.9 |
1210 | 2024-12-21T04:24:06.842Z | Compiling prettyplease v0.2.25 |
1211 | 2024-12-21T04:24:07.154Z | Compiling clang-sys v1.8.1 |
1212 | 2024-12-21T04:24:07.297Z | Compiling minimal-lexical v0.2.1 |
1213 | 2024-12-21T04:24:07.335Z | Compiling serde_json v1.0.133 |
1214 | 2024-12-21T04:24:07.807Z | Compiling nom v7.1.3 |
1215 | 2024-12-21T04:24:07.857Z | Compiling libloading v0.8.5 |
1216 | 2024-12-21T04:24:07.880Z | Compiling home v0.5.9 |
1217 | 2024-12-21T04:24:07.968Z | Compiling bindgen v0.69.5 |
1218 | 2024-12-21T04:24:08.273Z | Compiling futures-channel v0.3.31 |
1219 | 2024-12-21T04:24:08.668Z | Compiling itertools v0.12.1 |
1220 | 2024-12-21T04:24:08.719Z | Compiling allocator-api2 v0.2.18 |
1221 | 2024-12-21T04:24:09.453Z | Compiling regex-automata v0.4.8 |
1222 | 2024-12-21T04:24:10.873Z | Compiling synstructure v0.13.1 |
1223 | 2024-12-21T04:24:11.117Z | Compiling cexpr v0.6.0 |
1224 | 2024-12-21T04:24:12.111Z | Compiling foldhash v0.1.3 |
1225 | 2024-12-21T04:24:12.424Z | Compiling futures-io v0.3.31 |
1226 | 2024-12-21T04:24:12.530Z | Compiling lazycell v1.3.0 |
1227 | 2024-12-21T04:24:12.706Z | Compiling futures-task v0.3.31 |
1228 | 2024-12-21T04:24:12.729Z | Compiling libm v0.2.8 |
1229 | 2024-12-21T04:24:12.792Z | Compiling pin-utils v0.1.0 |
1230 | 2024-12-21T04:24:12.890Z | Compiling rustc-hash v1.1.0 |
1231 | 2024-12-21T04:24:12.988Z | Compiling hashbrown v0.15.1 |
1232 | 2024-12-21T04:24:13.015Z | Compiling cmake v0.1.51 |
1233 | 2024-12-21T04:24:13.074Z | Compiling num-traits v0.2.19 |
1234 | 2024-12-21T04:24:13.369Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-12-21T04:24:13.442Z | Compiling pkg-config v0.3.31 |
1236 | 2024-12-21T04:24:13.957Z | Compiling fs_extra v1.3.0 |
1237 | 2024-12-21T04:24:14.314Z | Compiling dunce v1.0.5 |
1238 | 2024-12-21T04:24:14.449Z | Compiling tinyvec v1.8.0 |
1239 | 2024-12-21T04:24:14.530Z | Compiling regex v1.11.1 |
1240 | 2024-12-21T04:24:14.986Z | Compiling ring v0.17.8 |
1241 | 2024-12-21T04:24:15.621Z | Compiling litemap v0.7.3 |
1242 | 2024-12-21T04:24:15.880Z | Compiling unicode-normalization v0.1.24 |
1243 | 2024-12-21T04:24:16.063Z | Compiling unicode-bidi v0.3.17 |
1244 | 2024-12-21T04:24:16.177Z | Compiling base64ct v1.6.0 |
1245 | 2024-12-21T04:24:16.554Z | Compiling writeable v0.5.5 |
1246 | 2024-12-21T04:24:16.660Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-21T04:24:16.747Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-21T04:24:16.891Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-21T04:24:17.155Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-21T04:24:17.552Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-21T04:24:18.026Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-12-21T04:24:18.352Z | Compiling zeroize v1.8.1 |
1253 | 2024-12-21T04:24:18.830Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-12-21T04:24:19.268Z | Compiling zerocopy v0.7.35 |
1255 | 2024-12-21T04:24:19.963Z | Compiling futures-macro v0.3.31 |
1256 | 2024-12-21T04:24:20.291Z | Compiling crypto-common v0.1.6 |
1257 | 2024-12-21T04:24:20.560Z | Compiling block-buffer v0.10.4 |
1258 | 2024-12-21T04:24:20.843Z | Compiling digest v0.10.7 |
1259 | 2024-12-21T04:24:21.045Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-12-21T04:24:21.342Z | Compiling hmac v0.12.1 |
1261 | 2024-12-21T04:24:21.581Z | Compiling thiserror v1.0.69 |
1262 | 2024-12-21T04:24:21.604Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-21T04:24:21.719Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-21T04:24:21.842Z | Compiling inout v0.1.3 |
1265 | 2024-12-21T04:24:21.948Z | Compiling zerofrom v0.1.4 |
1266 | 2024-12-21T04:24:22.008Z | Compiling sha2 v0.10.8 |
1267 | 2024-12-21T04:24:22.030Z | Compiling futures-util v0.3.31 |
1268 | 2024-12-21T04:24:22.107Z | Compiling cipher v0.4.4 |
1269 | 2024-12-21T04:24:22.143Z | Compiling paste v1.0.15 |
1270 | 2024-12-21T04:24:22.177Z | Compiling yoke v0.7.4 |
1271 | 2024-12-21T04:24:22.564Z | Compiling ppv-lite86 v0.2.20 |
1272 | 2024-12-21T04:24:22.633Z | Compiling pem-rfc7468 v0.7.0 |
1273 | 2024-12-21T04:24:22.728Z | Compiling icu_provider_macros v1.5.0 |
1274 | 2024-12-21T04:24:23.391Z | Compiling der_derive v0.7.3 |
1275 | 2024-12-21T04:24:23.474Z | Compiling httparse v1.9.5 |
1276 | 2024-12-21T04:24:23.902Z | Compiling zerovec v0.10.4 |
1277 | 2024-12-21T04:24:23.937Z | Compiling flagset v0.4.6 |
1278 | 2024-12-21T04:24:24.141Z | Compiling aws-lc-rs v1.10.0 |
1279 | 2024-12-21T04:24:24.299Z | Compiling rand_chacha v0.3.1 |
1280 | 2024-12-21T04:24:25.415Z | Compiling tracing-attributes v0.1.27 |
1281 | 2024-12-21T04:24:25.826Z | Compiling tinystr v0.7.6 |
1282 | 2024-12-21T04:24:25.883Z | Compiling der v0.7.9 |
1283 | 2024-12-21T04:24:26.107Z | Compiling tracing-core v0.1.32 |
1284 | 2024-12-21T04:24:26.264Z | Compiling icu_locid v1.5.0 |
1285 | 2024-12-21T04:24:26.720Z | Compiling crossbeam-utils v0.8.20 |
1286 | 2024-12-21T04:24:27.290Z | Compiling rustls-pki-types v1.10.0 |
1287 | 2024-12-21T04:24:27.452Z | Compiling icu_provider v1.5.0 |
1288 | 2024-12-21T04:24:28.166Z | Compiling percent-encoding v2.3.1 |
1289 | 2024-12-21T04:24:28.395Z | Compiling icu_locid_transform_data v1.5.0 |
1290 | 2024-12-21T04:24:28.501Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-12-21T04:24:28.526Z | Compiling spki v0.7.3 |
1292 | 2024-12-21T04:24:28.576Z | Compiling pest v2.7.14 |
1293 | 2024-12-21T04:24:28.643Z | Compiling icu_collections v1.5.0 |
1294 | 2024-12-21T04:24:28.894Z | Compiling rand v0.8.5 |
1295 | 2024-12-21T04:24:29.273Z | Compiling tracing v0.1.40 |
1296 | 2024-12-21T04:24:29.387Z | Compiling salsa20 v0.10.2 |
1297 | 2024-12-21T04:24:29.631Z | Compiling pbkdf2 v0.12.2 |
1298 | 2024-12-21T04:24:29.808Z | Compiling untrusted v0.7.1 |
1299 | 2024-12-21T04:24:29.811Z | Compiling powerfmt v0.2.0 |
1300 | 2024-12-21T04:24:29.906Z | Compiling icu_properties_data v1.5.0 |
1301 | 2024-12-21T04:24:29.986Z | Compiling time-core v0.1.2 |
1302 | 2024-12-21T04:24:30.086Z | Compiling num-conv v0.1.0 |
1303 | 2024-12-21T04:24:30.163Z | Compiling untrusted v0.9.0 |
1304 | 2024-12-21T04:24:30.182Z | Compiling mirai-annotations v1.12.0 |
1305 | 2024-12-21T04:24:30.251Z | Compiling vcpkg v0.2.15 |
1306 | 2024-12-21T04:24:30.409Z | Compiling icu_properties v1.5.1 |
1307 | 2024-12-21T04:24:30.444Z | Compiling time-macros v0.2.18 |
1308 | 2024-12-21T04:24:31.067Z | Compiling bitflags v2.6.0 |
1309 | 2024-12-21T04:24:31.205Z | Compiling bytes v1.8.0 |
1310 | 2024-12-21T04:24:31.621Z | Compiling indexmap v2.6.0 |
1311 | 2024-12-21T04:24:32.569Z | Compiling tokio v1.40.0 |
1312 | 2024-12-21T04:24:32.588Z | Compiling http v1.1.0 |
1313 | 2024-12-21T04:24:33.185Z | Compiling semver v1.0.23 |
1314 | 2024-12-21T04:24:33.863Z | Compiling rustc_version v0.4.1 |
1315 | 2024-12-21T04:24:33.954Z | Compiling openssl-sys v0.9.103 |
1316 | 2024-12-21T04:24:34.264Z | Compiling pest_meta v2.7.14 |
1317 | 2024-12-21T04:24:34.635Z | Compiling deranged v0.3.11 |
1318 | 2024-12-21T04:24:34.772Z | Compiling scrypt v0.11.0 |
1319 | 2024-12-21T04:24:35.125Z | Compiling aes v0.8.4 |
1320 | 2024-12-21T04:24:35.252Z | Compiling cbc v0.1.2 |
1321 | 2024-12-21T04:24:35.368Z | Compiling which v4.4.2 |
1322 | 2024-12-21T04:24:35.510Z | Compiling scroll_derive v0.12.0 |
1323 | 2024-12-21T04:24:36.477Z | Compiling utf8_iter v1.0.4 |
1324 | 2024-12-21T04:24:36.664Z | Compiling write16 v1.0.0 |
1325 | 2024-12-21T04:24:36.725Z | Compiling atomic-waker v1.1.2 |
1326 | 2024-12-21T04:24:36.793Z | Compiling icu_normalizer_data v1.5.0 |
1327 | 2024-12-21T04:24:36.896Z | Compiling utf16_iter v1.0.5 |
1328 | 2024-12-21T04:24:36.917Z | Compiling num_threads v0.1.7 |
1329 | 2024-12-21T04:24:36.920Z | Compiling pkcs5 v0.7.1 |
1330 | 2024-12-21T04:24:37.056Z | Compiling scroll v0.12.0 |
1331 | 2024-12-21T04:24:37.076Z | Compiling icu_normalizer v1.5.0 |
1332 | 2024-12-21T04:24:37.094Z | Compiling time v0.3.36 |
1333 | 2024-12-21T04:24:37.615Z | Compiling pest_generator v2.7.14 |
1334 | 2024-12-21T04:24:38.105Z | Compiling http-body v1.0.1 |
1335 | 2024-12-21T04:24:38.180Z | Compiling form_urlencoded v1.2.1 |
1336 | 2024-12-21T04:24:38.358Z | Compiling slog v2.7.0 |
1337 | 2024-12-21T04:24:38.519Z | Compiling try-lock v0.2.5 |
1338 | 2024-12-21T04:24:38.677Z | Compiling want v0.3.1 |
1339 | 2024-12-21T04:24:38.965Z | Compiling goblin v0.8.2 |
1340 | 2024-12-21T04:24:38.987Z | Compiling idna_adapter v1.2.0 |
1341 | 2024-12-21T04:24:39.161Z | Compiling pkcs8 v0.10.2 |
1342 | 2024-12-21T04:24:39.212Z | Compiling uuid v1.11.0 |
1343 | 2024-12-21T04:24:39.394Z | Compiling httpdate v1.0.3 |
1344 | 2024-12-21T04:24:39.727Z | Compiling pest_derive v2.7.14 |
1345 | 2024-12-21T04:24:39.850Z | Compiling iana-time-zone v0.1.61 |
1346 | 2024-12-21T04:24:39.885Z | Compiling idna v1.0.3 |
1347 | 2024-12-21T04:24:40.336Z | Compiling chrono v0.4.38 |
1348 | 2024-12-21T04:24:40.558Z | Compiling dtrace-parser v0.2.0 |
1349 | 2024-12-21T04:24:41.567Z | Compiling tokio-util v0.7.12 |
1350 | 2024-12-21T04:24:41.838Z | Compiling serde_spanned v0.6.8 |
1351 | 2024-12-21T04:24:42.079Z | Compiling toml_datetime v0.6.8 |
1352 | 2024-12-21T04:24:42.419Z | Compiling serde_tokenstream v0.2.2 |
1353 | 2024-12-21T04:24:42.572Z | Compiling h2 v0.4.6 |
1354 | 2024-12-21T04:24:42.779Z | Compiling rustversion v1.0.17 |
1355 | 2024-12-21T04:24:43.016Z | Compiling match_cfg v0.1.0 |
1356 | 2024-12-21T04:24:43.051Z | Compiling foreign-types-shared v0.1.1 |
1357 | 2024-12-21T04:24:43.124Z | Compiling tower-service v0.3.3 |
1358 | 2024-12-21T04:24:43.173Z | Compiling adler2 v2.0.0 |
1359 | 2024-12-21T04:24:43.259Z | Compiling base64 v0.22.1 |
1360 | 2024-12-21T04:24:43.394Z | Compiling openssl v0.10.66 |
1361 | 2024-12-21T04:24:43.599Z | Compiling miniz_oxide v0.8.0 |
1362 | 2024-12-21T04:24:43.862Z | Compiling foreign-types v0.3.2 |
1363 | 2024-12-21T04:24:43.966Z | Compiling hostname v0.3.1 |
1364 | 2024-12-21T04:24:44.007Z | Compiling url v2.5.3 |
1365 | 2024-12-21T04:24:44.202Z | Compiling openssl-macros v0.1.1 |
1366 | 2024-12-21T04:24:44.961Z | Compiling dof v0.3.0 |
1367 | 2024-12-21T04:24:45.117Z | Compiling async-trait v0.1.83 |
1368 | 2024-12-21T04:24:45.528Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2024-12-21T04:24:46.153Z | Compiling usdt-impl v0.5.0 |
1370 | 2024-12-21T04:24:47.222Z | Compiling dirs-sys-next v0.1.2 |
1371 | 2024-12-21T04:24:47.782Z | Compiling rustls v0.22.4 |
1372 | 2024-12-21T04:24:47.897Z | Compiling data-encoding v2.6.0 |
1373 | 2024-12-21T04:24:48.043Z | Compiling syn v1.0.109 |
1374 | 2024-12-21T04:24:48.065Z | Compiling rustls v0.23.19 |
1375 | 2024-12-21T04:24:48.337Z | Compiling schemars v0.8.21 |
1376 | 2024-12-21T04:24:48.359Z | Compiling siphasher v0.3.11 |
1377 | 2024-12-21T04:24:48.359Z | Compiling native-tls v0.2.12 |
1378 | 2024-12-21T04:24:48.712Z | Compiling schemars_derive v0.8.21 |
1379 | 2024-12-21T04:24:48.749Z | Compiling dirs-next v2.0.0 |
1380 | 2024-12-21T04:24:48.938Z | Compiling http-body-util v0.1.2 |
1381 | 2024-12-21T04:24:49.481Z | Compiling crossbeam-epoch v0.9.18 |
1382 | 2024-12-21T04:24:49.501Z | Compiling heapless v0.7.17 |
1383 | 2024-12-21T04:24:49.939Z | Compiling hyper v1.5.0 |
1384 | 2024-12-21T04:24:50.222Z | Compiling sha1 v0.10.6 |
1385 | 2024-12-21T04:24:50.263Z | Compiling signature v2.2.0 |
1386 | 2024-12-21T04:24:50.300Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1387 | 2024-12-21T04:24:50.561Z | Compiling thread_local v1.1.8 |
1388 | 2024-12-21T04:24:50.686Z | Compiling multer v3.1.0 |
1389 | 2024-12-21T04:24:50.819Z | Compiling encoding_rs v0.8.34 |
1390 | 2024-12-21T04:24:50.990Z | Compiling cookie v0.18.1 |
1391 | 2024-12-21T04:24:51.149Z | Compiling slog-async v2.8.0 |
1392 | 2024-12-21T04:24:51.282Z | Compiling unicode-properties v0.1.3 |
1393 | 2024-12-21T04:24:51.659Z | Compiling signal-hook v0.3.17 |
1394 | 2024-12-21T04:24:51.683Z | Compiling ipnet v2.10.1 |
1395 | 2024-12-21T04:24:51.937Z | Compiling rayon-core v1.12.1 |
1396 | 2024-12-21T04:24:52.115Z | Compiling dyn-clone v1.0.17 |
1397 | 2024-12-21T04:24:52.195Z | Compiling openssl-probe v0.1.5 |
1398 | 2024-12-21T04:24:52.343Z | Compiling hyper-util v0.1.10 |
1399 | 2024-12-21T04:24:52.581Z | Compiling gimli v0.31.1 |
1400 | 2024-12-21T04:24:52.954Z | Compiling mime v0.3.17 |
1401 | 2024-12-21T04:24:53.701Z | Compiling stringprep v0.1.5 |
1402 | 2024-12-21T04:24:54.247Z | Compiling toml_edit v0.22.22 |
1403 | 2024-12-21T04:24:55.654Z | Compiling crossbeam-deque v0.8.5 |
1404 | 2024-12-21T04:24:55.792Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2024-12-21T04:24:55.992Z | Compiling usdt-macro v0.5.0 |
1406 | 2024-12-21T04:24:57.063Z | Compiling addr2line v0.24.2 |
1407 | 2024-12-21T04:24:57.337Z | Compiling term v0.7.0 |
1408 | 2024-12-21T04:24:57.472Z | Compiling slog-json v2.6.1 |
1409 | 2024-12-21T04:24:57.675Z | Compiling serde_urlencoded v0.7.1 |
1410 | 2024-12-21T04:24:57.716Z | Compiling crossbeam-channel v0.5.13 |
1411 | 2024-12-21T04:24:57.801Z | Compiling curve25519-dalek v4.1.3 |
1412 | 2024-12-21T04:24:57.847Z | Compiling enum-as-inner v0.6.1 |
1413 | 2024-12-21T04:24:58.212Z | Compiling rustls-pemfile v2.2.0 |
1414 | 2024-12-21T04:24:58.416Z | Compiling futures-executor v0.3.31 |
1415 | 2024-12-21T04:24:58.561Z | Compiling md-5 v0.10.6 |
1416 | 2024-12-21T04:24:58.828Z | Compiling num-integer v0.1.46 |
1417 | 2024-12-21T04:24:58.852Z | Compiling idna v0.3.0 |
1418 | 2024-12-21T04:24:58.872Z | Compiling idna v0.4.0 |
1419 | 2024-12-21T04:24:58.945Z | Compiling async-stream-impl v0.3.6 |
1420 | 2024-12-21T04:24:59.000Z | Compiling hash32 v0.2.1 |
1421 | 2024-12-21T04:24:59.396Z | Compiling ff v0.13.0 |
1422 | 2024-12-21T04:24:59.573Z | Compiling is-terminal v0.4.13 |
1423 | 2024-12-21T04:24:59.628Z | Compiling object v0.36.5 |
1424 | 2024-12-21T04:24:59.704Z | Compiling dropshot v0.12.0 |
1425 | 2024-12-21T04:25:00.001Z | Compiling take_mut v0.2.2 |
1426 | 2024-12-21T04:25:00.176Z | Compiling smoltcp v0.9.1 |
1427 | 2024-12-21T04:25:00.380Z | Compiling utf-8 v0.7.6 |
1428 | 2024-12-21T04:25:00.592Z | Compiling rustc-demangle v0.1.24 |
1429 | 2024-12-21T04:25:00.612Z | Compiling psl-types v2.0.11 |
1430 | 2024-12-21T04:25:00.753Z | Compiling portable-atomic v1.9.0 |
1431 | 2024-12-21T04:25:00.812Z | Compiling num-bigint-dig v0.8.4 |
1432 | 2024-12-21T04:25:00.968Z | Compiling fallible-iterator v0.2.0 |
1433 | 2024-12-21T04:25:01.109Z | Compiling quick-error v1.2.3 |
1434 | 2024-12-21T04:25:01.275Z | Compiling anyhow v1.0.93 |
1435 | 2024-12-21T04:25:01.593Z | Compiling base16ct v0.2.0 |
1436 | 2024-12-21T04:25:01.689Z | Compiling linked-hash-map v0.5.6 |
1437 | 2024-12-21T04:25:01.912Z | Compiling sec1 v0.7.3 |
1438 | 2024-12-21T04:25:01.936Z | Compiling postgres-protocol v0.6.7 |
1439 | 2024-12-21T04:25:02.062Z | Compiling lru-cache v0.1.2 |
1440 | 2024-12-21T04:25:02.246Z | Compiling resolv-conf v0.7.0 |
1441 | 2024-12-21T04:25:02.346Z | Compiling publicsuffix v2.2.3 |
1442 | 2024-12-21T04:25:02.495Z | Compiling tungstenite v0.24.0 |
1443 | 2024-12-21T04:25:02.606Z | Compiling async-stream v0.3.6 |
1444 | 2024-12-21T04:25:03.012Z | Compiling hickory-proto v0.24.1 |
1445 | 2024-12-21T04:25:03.032Z | Compiling slog-term v2.9.1 |
1446 | 2024-12-21T04:25:03.300Z | Compiling usdt v0.5.0 |
1447 | 2024-12-21T04:25:03.810Z | Compiling group v0.13.0 |
1448 | 2024-12-21T04:25:04.154Z | Compiling num-iter v0.1.45 |
1449 | 2024-12-21T04:25:04.353Z | Compiling futures v0.3.31 |
1450 | 2024-12-21T04:25:04.482Z | Compiling slog-bunyan v2.5.0 |
1451 | 2024-12-21T04:25:04.501Z | Compiling toml v0.8.19 |
1452 | 2024-12-21T04:25:05.240Z | Compiling tokio-native-tls v0.3.1 |
1453 | 2024-12-21T04:25:06.041Z | Compiling camino v1.1.9 |
1454 | 2024-12-21T04:25:06.705Z | Compiling phf_shared v0.11.2 |
1455 | 2024-12-21T04:25:06.749Z | Compiling dropshot_endpoint v0.12.0 |
1456 | 2024-12-21T04:25:06.991Z | Compiling waitgroup v0.1.2 |
1457 | 2024-12-21T04:25:07.108Z | Compiling terminal_size v0.4.0 |
1458 | 2024-12-21T04:25:07.220Z | Compiling backtrace v0.3.74 |
1459 | 2024-12-21T04:25:07.335Z | Compiling openapiv3 v2.0.0 |
1460 | 2024-12-21T04:25:07.337Z | Compiling serde_path_to_error v0.1.16 |
1461 | 2024-12-21T04:25:07.972Z | Compiling webpki-roots v0.26.6 |
1462 | 2024-12-21T04:25:08.184Z | Compiling hkdf v0.12.4 |
1463 | 2024-12-21T04:25:08.228Z | Compiling crypto-bigint v0.5.5 |
1464 | 2024-12-21T04:25:08.443Z | Compiling idna v0.5.0 |
1465 | 2024-12-21T04:25:10.171Z | Compiling zerocopy-derive v0.6.6 |
1466 | 2024-12-21T04:25:11.069Z | Compiling curve25519-dalek-derive v0.1.1 |
1467 | 2024-12-21T04:25:11.533Z | Compiling hostname v0.4.0 |
1468 | 2024-12-21T04:25:11.793Z | Compiling crc32fast v1.4.2 |
1469 | 2024-12-21T04:25:11.841Z | Compiling ahash v0.8.11 |
1470 | 2024-12-21T04:25:11.861Z | Compiling hubpack_derive v0.1.1 |
1471 | 2024-12-21T04:25:12.137Z | Compiling fs-err v2.11.0 |
1472 | 2024-12-21T04:25:12.175Z | Compiling debug-ignore v1.0.5 |
1473 | 2024-12-21T04:25:12.331Z | Compiling bitflags v1.3.2 |
1474 | 2024-12-21T04:25:12.428Z | Compiling winnow v0.5.40 |
1475 | 2024-12-21T04:25:12.450Z | Compiling managed v0.8.0 |
1476 | 2024-12-21T04:25:12.471Z | Compiling newtype-uuid v1.1.3 |
1477 | 2024-12-21T04:25:12.777Z | Compiling zerocopy v0.6.6 |
1478 | 2024-12-21T04:25:12.798Z | Compiling hubpack v0.1.2 |
1479 | 2024-12-21T04:25:13.276Z | Compiling clap_builder v4.5.21 |
1480 | 2024-12-21T04:25:13.616Z | Compiling strum_macros v0.25.3 |
1481 | 2024-12-21T04:25:13.825Z | Compiling console v0.15.8 |
1482 | 2024-12-21T04:25:14.566Z | Compiling flate2 v1.0.34 |
1483 | 2024-12-21T04:25:15.023Z | Compiling elliptic-curve v0.13.8 |
1484 | 2024-12-21T04:25:15.489Z | Compiling cookie_store v0.21.0 |
1485 | 2024-12-21T04:25:15.566Z | Compiling hickory-resolver v0.24.1 |
1486 | 2024-12-21T04:25:16.398Z | Compiling toml_edit v0.19.15 |
1487 | 2024-12-21T04:25:16.882Z | Compiling phf v0.11.2 |
1488 | 2024-12-21T04:25:17.155Z | Compiling signal-hook-mio v0.2.4 |
1489 | 2024-12-21T04:25:17.178Z | Compiling rayon v1.10.0 |
1490 | 2024-12-21T04:25:17.319Z | Compiling hyper-tls v0.6.0 |
1491 | 2024-12-21T04:25:17.764Z | Compiling bzip2 v0.4.4 |
1492 | 2024-12-21T04:25:18.192Z | Compiling tokio-tungstenite v0.24.0 |
1493 | 2024-12-21T04:25:18.720Z | Compiling postgres-types v0.2.8 |
1494 | 2024-12-21T04:25:20.876Z | Compiling ed25519 v2.2.3 |
1495 | 2024-12-21T04:25:21.688Z | Compiling phf_shared v0.10.0 |
1496 | 2024-12-21T04:25:22.109Z | Compiling tokio-stream v0.1.16 |
1497 | 2024-12-21T04:25:22.157Z | Compiling pkcs1 v0.7.5 |
1498 | 2024-12-21T04:25:22.458Z | Compiling serde-big-array v0.5.1 |
1499 | 2024-12-21T04:25:22.722Z | Compiling clap_derive v4.5.18 |
1500 | 2024-12-21T04:25:22.843Z | Compiling rfc6979 v0.4.0 |
1501 | 2024-12-21T04:25:22.927Z | Compiling float-cmp v0.9.0 |
1502 | 2024-12-21T04:25:23.034Z | Compiling serde_repr v0.1.19 |
1503 | 2024-12-21T04:25:23.138Z | Compiling derive-where v1.2.7 |
1504 | 2024-12-21T04:25:23.190Z | Compiling bstr v1.10.0 |
1505 | 2024-12-21T04:25:23.214Z | Compiling sync_wrapper v1.0.1 |
1506 | 2024-12-21T04:25:23.363Z | Compiling number_prefix v0.4.0 |
1507 | 2024-12-21T04:25:23.597Z | Compiling static_assertions v1.1.0 |
1508 | 2024-12-21T04:25:23.701Z | Compiling whoami v1.5.2 |
1509 | 2024-12-21T04:25:24.239Z | Compiling bit-vec v0.6.3 |
1510 | 2024-12-21T04:25:24.360Z | Compiling predicates-core v1.0.8 |
1511 | 2024-12-21T04:25:24.568Z | Compiling unicode-segmentation v1.12.0 |
1512 | 2024-12-21T04:25:24.706Z | Compiling normalize-line-endings v0.3.0 |
1513 | 2024-12-21T04:25:24.750Z | Compiling precomputed-hash v0.1.1 |
1514 | 2024-12-21T04:25:24.838Z | Compiling new_debug_unreachable v1.0.6 |
1515 | 2024-12-21T04:25:24.879Z | Compiling fixedbitset v0.4.2 |
1516 | 2024-12-21T04:25:24.940Z | Compiling unicode-width v0.2.0 |
1517 | 2024-12-21T04:25:24.962Z | Compiling difflib v0.4.0 |
1518 | 2024-12-21T04:25:25.381Z | Compiling similar v2.6.0 |
1519 | 2024-12-21T04:25:25.527Z | Compiling indicatif v0.17.9 |
1520 | 2024-12-21T04:25:25.530Z | Compiling predicates v3.1.2 |
1521 | 2024-12-21T04:25:26.756Z | Compiling petgraph v0.6.5 |
1522 | 2024-12-21T04:25:26.857Z | Compiling string_cache v0.8.7 |
1523 | 2024-12-21T04:25:27.352Z | Compiling bit-set v0.5.3 |
1524 | 2024-12-21T04:25:27.372Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1525 | 2024-12-21T04:25:27.654Z | Compiling tokio-postgres v0.7.12 |
1526 | 2024-12-21T04:25:27.841Z | Compiling ecdsa v0.16.9 |
1527 | 2024-12-21T04:25:27.862Z | Compiling rsa v0.9.6 |
1528 | 2024-12-21T04:25:27.957Z | Compiling clap v4.5.21 |
1529 | 2024-12-21T04:25:28.088Z | Compiling ed25519-dalek v2.1.1 |
1530 | 2024-12-21T04:25:28.707Z | Compiling toml v0.7.8 |
1531 | 2024-12-21T04:25:29.388Z | Compiling zip v0.6.6 |
1532 | 2024-12-21T04:25:30.503Z | Compiling crossterm v0.28.1 |
1533 | 2024-12-21T04:25:31.792Z | Compiling hex v0.4.3 |
1534 | 2024-12-21T04:25:31.859Z | Compiling x509-cert v0.2.5 |
1535 | 2024-12-21T04:25:32.420Z | Compiling itertools v0.10.5 |
1536 | 2024-12-21T04:25:32.722Z | Compiling peg-runtime v0.8.3 |
1537 | 2024-12-21T04:25:33.443Z | Compiling unicode-xid v0.2.6 |
1538 | 2024-12-21T04:25:33.560Z | Compiling lalrpop-util v0.19.12 |
1539 | 2024-12-21T04:25:33.628Z | Compiling strum_macros v0.26.4 |
1540 | 2024-12-21T04:25:33.945Z | Compiling xattr v1.3.1 |
1541 | 2024-12-21T04:25:34.187Z | Compiling filetime v0.2.25 |
1542 | 2024-12-21T04:25:34.438Z | Compiling tar v0.4.42 |
1543 | 2024-12-21T04:25:39.030Z | Compiling strum v0.26.3 |
1544 | 2024-12-21T04:25:40.954Z | Compiling aws-lc-sys v0.22.0 |
1545 | 2024-12-21T04:26:09.333Z | Compiling rustls-webpki v0.102.8 |
1546 | 2024-12-21T04:26:12.774Z | Compiling tokio-rustls v0.25.0 |
1547 | 2024-12-21T04:26:14.445Z | Compiling tokio-rustls v0.26.0 |
1548 | 2024-12-21T04:26:14.851Z | Compiling hyper-rustls v0.27.3 |
1549 | 2024-12-21T04:26:15.203Z | Compiling reqwest v0.12.9 |
1550 | 2024-12-21T04:26:16.484Z | Compiling qorb v0.2.1 |
1551 | 2024-12-21T04:26:21.380Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1552 | 2024-12-21T04:26:21.587Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1553 | 2024-12-21T04:26:27.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1554 | 2024-12-21T04:26:27.628Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1555 | 2024-12-21T04:26:27.678Z | Dec 21 04:26:26.974 INFO Starting download, target: Clickhouse |
1556 | 2024-12-21T04:26:27.678Z | Dec 21 04:26:26.974 INFO Starting download, target: Cockroach |
1557 | 2024-12-21T04:26:27.678Z | Dec 21 04:26:26.974 INFO Starting download, target: Console |
1558 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.974 INFO Starting download, target: DendriteOpenapi |
1559 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.974 INFO Starting download, target: DendriteStub |
1560 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Starting download, target: MaghemiteMgd |
1561 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Starting download, target: TransceiverControl |
1562 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1563 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1564 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1565 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1566 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1567 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1568 | 2024-12-21T04:26:27.681Z | Dec 21 04:26:26.975 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1569 | 2024-12-21T04:26:27.810Z | Dec 21 04:26:27.107 INFO Download complete, target: DendriteOpenapi |
1570 | 2024-12-21T04:26:28.026Z | Dec 21 04:26:27.286 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1571 | 2024-12-21T04:26:28.200Z | Dec 21 04:26:27.485 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1572 | 2024-12-21T04:26:28.536Z | Dec 21 04:26:27.815 INFO Download complete, target: Console |
1573 | 2024-12-21T04:26:28.590Z | Dec 21 04:26:27.886 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1574 | 2024-12-21T04:26:28.624Z | Dec 21 04:26:27.918 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1575 | 2024-12-21T04:26:28.658Z | Dec 21 04:26:27.953 INFO Download complete, target: TransceiverControl |
1576 | 2024-12-21T04:26:29.423Z | Dec 21 04:26:28.720 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1577 | 2024-12-21T04:26:29.423Z | Dec 21 04:26:28.720 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1578 | 2024-12-21T04:26:29.974Z | Dec 21 04:26:29.271 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1579 | 2024-12-21T04:26:31.550Z | Dec 21 04:26:30.846 INFO Download complete, target: DendriteStub |
1580 | 2024-12-21T04:26:31.610Z | Dec 21 04:26:30.907 INFO Download complete, target: MaghemiteMgd |
1581 | 2024-12-21T04:26:36.962Z | Dec 21 04:26:36.258 INFO Checking that binary works, target: Cockroach |
1582 | 2024-12-21T04:26:37.128Z | Dec 21 04:26:36.424 INFO Download complete, target: Cockroach |
1583 | 2024-12-21T04:26:42.603Z | Dec 21 04:26:41.898 INFO Checking that binary works, target: Clickhouse |
1584 | 2024-12-21T04:26:42.731Z | Dec 21 04:26:42.026 INFO Download complete, target: Clickhouse |
1585 | 2024-12-21T04:26:42.751Z | All builder prerequisites installed successfully, and PATH looks valid |
1586 | 2024-12-21T04:26:42.753Z | |
1587 | 2024-12-21T04:26:42.754Z | real 6:49.488151564 |
1588 | 2024-12-21T04:26:42.754Z | user 16:39.870765076 |
1589 | 2024-12-21T04:26:42.754Z | sys 3:16.890439876 |
1590 | 2024-12-21T04:26:42.754Z | trap 0.543532721 |
1591 | 2024-12-21T04:26:42.754Z | tflt 1.731502182 |
1592 | 2024-12-21T04:26:42.754Z | dflt 2.329960345 |
1593 | 2024-12-21T04:26:42.754Z | kflt 0.027844716 |
1594 | 2024-12-21T04:26:42.754Z | lock 29:53.819321751 |
1595 | 2024-12-21T04:26:42.754Z | slp 1:06:08.659648049 |
1596 | 2024-12-21T04:26:42.754Z | lat 52.039452616 |
1597 | 2024-12-21T04:26:42.754Z | stop 2:20.347989434 |
1598 | 2024-12-21T04:26:42.754Z | + banner clippy |
1599 | 2024-12-21T04:26:42.757Z | |
1600 | 2024-12-21T04:26:42.757Z | #### # # ##### ##### # # |
1601 | 2024-12-21T04:26:42.757Z | # # # # # # # # # # |
1602 | 2024-12-21T04:26:42.757Z | # # # # # # # # |
1603 | 2024-12-21T04:26:42.757Z | # # # ##### ##### # |
1604 | 2024-12-21T04:26:42.757Z | # # # # # # # |
1605 | 2024-12-21T04:26:42.757Z | #### ###### # # # # |
1606 | 2024-12-21T04:26:42.757Z | |
1607 | 2024-12-21T04:26:42.757Z | + export CARGO_INCREMENTAL=0 |
1608 | 2024-12-21T04:26:42.757Z | + CARGO_INCREMENTAL=0 |
1609 | 2024-12-21T04:26:42.757Z | + ptime -m cargo xtask clippy |
1610 | 2024-12-21T04:26:43.290Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1611 | 2024-12-21T04:26:46.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
1612 | 2024-12-21T04:26:46.924Z | Running `target/debug/xtask clippy` |
1613 | 2024-12-21T04:26:46.946Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1614 | 2024-12-21T04:26:47.596Z | Downloading crates ... |
1615 | 2024-12-21T04:26:47.942Z | Downloaded async-attributes v1.1.2 |
1616 | 2024-12-21T04:26:47.947Z | Downloaded async-channel v1.9.0 |
1617 | 2024-12-21T04:26:47.950Z | Downloaded assert_cmd v2.0.16 |
1618 | 2024-12-21T04:26:47.954Z | Downloaded anes v0.1.6 |
1619 | 2024-12-21T04:26:47.958Z | Downloaded assert-json-diff v2.0.2 |
1620 | 2024-12-21T04:26:47.960Z | Downloaded approx v0.5.1 |
1621 | 2024-12-21T04:26:47.963Z | Downloaded async-channel v2.3.1 |
1622 | 2024-12-21T04:26:47.963Z | Downloaded plotters-svg v0.3.7 |
1623 | 2024-12-21T04:26:47.965Z | Downloaded oorandom v11.1.4 |
1624 | 2024-12-21T04:26:47.965Z | Downloaded datatest-stable v0.2.9 |
1625 | 2024-12-21T04:26:47.968Z | Downloaded piper v0.2.4 |
1626 | 2024-12-21T04:26:47.970Z | Downloaded cast v0.3.0 |
1627 | 2024-12-21T04:26:47.970Z | Downloaded async-object-pool v0.1.5 |
1628 | 2024-12-21T04:26:47.974Z | Downloaded nested v0.1.1 |
1629 | 2024-12-21T04:26:47.982Z | Downloaded blocking v1.6.1 |
1630 | 2024-12-21T04:26:47.985Z | Downloaded async-std v1.13.0 |
1631 | 2024-12-21T04:26:48.002Z | Downloaded relative-path v1.9.3 |
1632 | 2024-12-21T04:26:48.004Z | Downloaded kv-log-macro v1.0.7 |
1633 | 2024-12-21T04:26:48.004Z | Downloaded guppy-workspace-hack v0.1.0 |
1634 | 2024-12-21T04:26:48.004Z | Downloaded fancy-regex v0.13.0 |
1635 | 2024-12-21T04:26:48.007Z | Downloaded doc-comment v0.3.3 |
1636 | 2024-12-21T04:26:48.010Z | Downloaded target-triple v0.1.3 |
1637 | 2024-12-21T04:26:48.011Z | Downloaded plotters-backend v0.3.7 |
1638 | 2024-12-21T04:26:48.011Z | Downloaded escape8259 v0.5.3 |
1639 | 2024-12-21T04:26:48.013Z | Downloaded blake2b_simd v1.0.2 |
1640 | 2024-12-21T04:26:48.023Z | Downloaded pathdiff v0.2.2 |
1641 | 2024-12-21T04:26:48.026Z | Downloaded num_cpus v1.16.0 |
1642 | 2024-12-21T04:26:48.026Z | Downloaded futures-timer v3.0.3 |
1643 | 2024-12-21T04:26:48.028Z | Downloaded concurrent-queue v2.5.0 |
1644 | 2024-12-21T04:26:48.046Z | Downloaded proc-macro-crate v3.2.0 |
1645 | 2024-12-21T04:26:48.049Z | Downloaded path-tree v0.8.1 |
1646 | 2024-12-21T04:26:48.049Z | Downloaded event-listener-strategy v0.5.2 |
1647 | 2024-12-21T04:26:48.051Z | Downloaded event-listener v2.5.3 |
1648 | 2024-12-21T04:26:48.051Z | Downloaded criterion-plot v0.5.0 |
1649 | 2024-12-21T04:26:48.054Z | Downloaded async-signal v0.2.10 |
1650 | 2024-12-21T04:26:48.056Z | Downloaded hyper-rustls v0.26.0 |
1651 | 2024-12-21T04:26:48.059Z | Downloaded threadpool v1.8.1 |
1652 | 2024-12-21T04:26:48.059Z | Downloaded target-spec v3.2.2 |
1653 | 2024-12-21T04:26:48.059Z | Downloaded similar-asserts v1.6.0 |
1654 | 2024-12-21T04:26:48.062Z | Downloaded parking v2.2.1 |
1655 | 2024-12-21T04:26:48.064Z | Downloaded indoc v2.0.5 |
1656 | 2024-12-21T04:26:48.066Z | Downloaded rust-argon2 v2.1.0 |
1657 | 2024-12-21T04:26:48.066Z | Downloaded async-process v2.3.0 |
1658 | 2024-12-21T04:26:48.069Z | Downloaded async-task v4.7.1 |
1659 | 2024-12-21T04:26:48.071Z | Downloaded tinytemplate v1.2.1 |
1660 | 2024-12-21T04:26:48.074Z | Downloaded stringmetrics v2.2.2 |
1661 | 2024-12-21T04:26:48.074Z | Downloaded serde_regex v1.1.0 |
1662 | 2024-12-21T04:26:48.077Z | Downloaded async-lock v3.4.0 |
1663 | 2024-12-21T04:26:48.077Z | Downloaded httptest v0.16.1 |
1664 | 2024-12-21T04:26:48.079Z | Downloaded target-lexicon v0.12.16 |
1665 | 2024-12-21T04:26:48.082Z | Downloaded rustls-native-certs v0.7.3 |
1666 | 2024-12-21T04:26:48.082Z | Downloaded partial-io v0.5.4 |
1667 | 2024-12-21T04:26:48.084Z | Downloaded libtest-mimic v0.7.3 |
1668 | 2024-12-21T04:26:48.087Z | Downloaded futures-lite v2.3.0 |
1669 | 2024-12-21T04:26:48.089Z | Downloaded event-listener v5.3.1 |
1670 | 2024-12-21T04:26:48.092Z | Downloaded async-executor v1.13.1 |
1671 | 2024-12-21T04:26:48.092Z | Downloaded async-global-executor v2.4.1 |
1672 | 2024-12-21T04:26:48.095Z | Downloaded trybuild v1.0.101 |
1673 | 2024-12-21T04:26:48.097Z | Downloaded cfg-expr v0.17.0 |
1674 | 2024-12-21T04:26:48.099Z | Downloaded rstest v0.23.0 |
1675 | 2024-12-21T04:26:48.104Z | Downloaded async-io v2.3.4 |
1676 | 2024-12-21T04:26:48.106Z | Downloaded yansi v1.0.1 |
1677 | 2024-12-21T04:26:48.109Z | Downloaded criterion v0.5.1 |
1678 | 2024-12-21T04:26:48.116Z | Downloaded plotters v0.3.7 |
1679 | 2024-12-21T04:26:48.124Z | Downloaded guppy v0.17.8 |
1680 | 2024-12-21T04:26:48.130Z | Downloaded rand_distr v0.4.3 |
1681 | 2024-12-21T04:26:48.132Z | Downloaded rstest_macros v0.23.0 |
1682 | 2024-12-21T04:26:48.135Z | Downloaded pretty_assertions v1.4.1 |
1683 | 2024-12-21T04:26:48.135Z | Downloaded polling v3.7.3 |
1684 | 2024-12-21T04:26:48.197Z | Downloaded httpmock v0.8.0-alpha.1 |
1685 | 2024-12-21T04:26:48.976Z | Checking cfg-if v1.0.0 |
1686 | 2024-12-21T04:26:49.055Z | Checking libc v0.2.162 |
1687 | 2024-12-21T04:26:49.076Z | Checking serde v1.0.215 |
1688 | 2024-12-21T04:26:49.097Z | Checking memchr v2.7.4 |
1689 | 2024-12-21T04:26:49.119Z | Checking value-bag v1.9.0 |
1690 | 2024-12-21T04:26:49.143Z | Checking scopeguard v1.2.0 |
1691 | 2024-12-21T04:26:49.169Z | Checking zeroize v1.8.1 |
1692 | 2024-12-21T04:26:49.199Z | Checking smallvec v1.13.2 |
1693 | 2024-12-21T04:26:49.227Z | Checking itoa v1.0.11 |
1694 | 2024-12-21T04:26:49.297Z | Checking lock_api v0.4.12 |
1695 | 2024-12-21T04:26:49.436Z | Checking byteorder v1.5.0 |
1696 | 2024-12-21T04:26:49.466Z | Checking pin-project-lite v0.2.14 |
1697 | 2024-12-21T04:26:49.538Z | Checking subtle v2.6.1 |
1698 | 2024-12-21T04:26:49.541Z | Checking log v0.4.22 |
1699 | 2024-12-21T04:26:49.596Z | Checking once_cell v1.20.2 |
1700 | 2024-12-21T04:26:49.698Z | Checking typenum v1.17.0 |
1701 | 2024-12-21T04:26:49.826Z | Checking futures-core v0.3.31 |
1702 | 2024-12-21T04:26:49.868Z | Checking libm v0.2.8 |
1703 | 2024-12-21T04:26:49.894Z | Checking thiserror v1.0.69 |
1704 | 2024-12-21T04:26:49.922Z | Checking zerocopy v0.7.35 |
1705 | 2024-12-21T04:26:50.019Z | Checking ryu v1.0.18 |
1706 | 2024-12-21T04:26:50.059Z | Checking spin v0.9.8 |
1707 | 2024-12-21T04:26:50.089Z | Checking const-oid v0.9.6 |
1708 | 2024-12-21T04:26:50.137Z | Checking getrandom v0.2.15 |
1709 | 2024-12-21T04:26:50.302Z | Checking parking_lot_core v0.9.10 |
1710 | 2024-12-21T04:26:50.406Z | Checking rand_core v0.6.4 |
1711 | 2024-12-21T04:26:50.441Z | Checking signal-hook-registry v1.4.2 |
1712 | 2024-12-21T04:26:50.677Z | Checking parking_lot v0.12.3 |
1713 | 2024-12-21T04:26:50.703Z | Checking mio v1.0.2 |
1714 | 2024-12-21T04:26:50.725Z | Checking socket2 v0.5.7 |
1715 | 2024-12-21T04:26:50.751Z | Checking num-traits v0.2.19 |
1716 | 2024-12-21T04:26:51.065Z | Checking futures-io v0.3.31 |
1717 | 2024-12-21T04:26:51.091Z | Checking generic-array v0.14.7 |
1718 | 2024-12-21T04:26:51.201Z | Checking slab v0.4.9 |
1719 | 2024-12-21T04:26:51.262Z | Checking allocator-api2 v0.2.18 |
1720 | 2024-12-21T04:26:51.326Z | Checking cpufeatures v0.2.14 |
1721 | 2024-12-21T04:26:51.436Z | Checking futures-sink v0.3.31 |
1722 | 2024-12-21T04:26:51.488Z | Checking pin-utils v0.1.0 |
1723 | 2024-12-21T04:26:51.520Z | Checking equivalent v1.0.1 |
1724 | 2024-12-21T04:26:51.599Z | Checking foldhash v0.1.3 |
1725 | 2024-12-21T04:26:51.626Z | Checking futures-channel v0.3.31 |
1726 | 2024-12-21T04:26:51.656Z | Checking futures-task v0.3.31 |
1727 | 2024-12-21T04:26:51.830Z | Checking stable_deref_trait v1.2.0 |
1728 | 2024-12-21T04:26:51.897Z | Checking iana-time-zone v0.1.61 |
1729 | 2024-12-21T04:26:51.923Z | Checking hashbrown v0.15.1 |
1730 | 2024-12-21T04:26:51.949Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1731 | 2024-12-21T04:26:51.992Z | Checking futures-util v0.3.31 |
1732 | 2024-12-21T04:26:52.019Z | Checking fnv v1.0.7 |
1733 | 2024-12-21T04:26:52.046Z | Checking ppv-lite86 v0.2.20 |
1734 | 2024-12-21T04:26:52.147Z | Checking tracing-core v0.1.32 |
1735 | 2024-12-21T04:26:52.261Z | Checking errno v0.3.9 |
1736 | 2024-12-21T04:26:52.288Z | Checking crypto-common v0.1.6 |
1737 | 2024-12-21T04:26:52.444Z | Checking block-buffer v0.10.4 |
1738 | 2024-12-21T04:26:52.472Z | Checking zerofrom v0.1.4 |
1739 | 2024-12-21T04:26:52.500Z | Checking dyn-clone v1.0.17 |
1740 | 2024-12-21T04:26:52.664Z | Checking block-padding v0.3.3 |
1741 | 2024-12-21T04:26:52.692Z | Checking digest v0.10.7 |
1742 | 2024-12-21T04:26:52.719Z | Checking yoke v0.7.4 |
1743 | 2024-12-21T04:26:52.806Z | Checking tracing v0.1.40 |
1744 | 2024-12-21T04:26:52.830Z | Checking rand_chacha v0.3.1 |
1745 | 2024-12-21T04:26:52.874Z | Checking inout v0.1.3 |
1746 | 2024-12-21T04:26:53.048Z | Checking crossbeam-utils v0.8.20 |
1747 | 2024-12-21T04:26:53.051Z | Checking zerovec v0.10.4 |
1748 | 2024-12-21T04:26:53.097Z | Checking percent-encoding v2.3.1 |
1749 | 2024-12-21T04:26:53.123Z | Checking cipher v0.4.4 |
1750 | 2024-12-21T04:26:53.155Z | Checking writeable v0.5.5 |
1751 | 2024-12-21T04:26:53.220Z | Checking rand v0.8.5 |
1752 | 2024-12-21T04:26:53.309Z | Checking litemap v0.7.3 |
1753 | 2024-12-21T04:26:53.472Z | Checking tinyvec_macros v0.1.1 |
1754 | 2024-12-21T04:26:53.530Z | Checking form_urlencoded v1.2.1 |
1755 | 2024-12-21T04:26:53.568Z | Checking tinyvec v1.8.0 |
1756 | 2024-12-21T04:26:53.661Z | Checking httparse v1.9.5 |
1757 | 2024-12-21T04:26:53.741Z | Checking atomic-waker v1.1.2 |
1758 | 2024-12-21T04:26:53.769Z | Checking regex-syntax v0.8.5 |
1759 | 2024-12-21T04:26:53.877Z | Checking base64ct v1.6.0 |
1760 | 2024-12-21T04:26:54.127Z | Checking icu_locid_transform_data v1.5.0 |
1761 | 2024-12-21T04:26:54.152Z | Checking bytes v1.8.0 |
1762 | 2024-12-21T04:26:54.233Z | Checking bitflags v2.6.0 |
1763 | 2024-12-21T04:26:54.341Z | Checking serde_json v1.0.133 |
1764 | 2024-12-21T04:26:54.519Z | Checking chrono v0.4.38 |
1765 | 2024-12-21T04:26:54.567Z | Checking indexmap v2.6.0 |
1766 | 2024-12-21T04:26:54.756Z | Checking uuid v1.11.0 |
1767 | 2024-12-21T04:26:54.879Z | Checking rustix v0.38.37 |
1768 | 2024-12-21T04:26:54.947Z | Checking tokio v1.40.0 |
1769 | 2024-12-21T04:26:55.397Z | Checking http v1.1.0 |
1770 | 2024-12-21T04:26:55.911Z | Checking tinystr v0.7.6 |
1771 | 2024-12-21T04:26:56.122Z | Checking unicode-normalization v0.1.24 |
1772 | 2024-12-21T04:26:56.297Z | Checking icu_locid v1.5.0 |
1773 | 2024-12-21T04:26:56.700Z | Checking schemars v0.8.21 |
1774 | 2024-12-21T04:26:56.807Z | Checking icu_collections v1.5.0 |
1775 | 2024-12-21T04:26:57.056Z | Checking hmac v0.12.1 |
1776 | 2024-12-21T04:26:57.084Z | Checking icu_properties_data v1.5.0 |
1777 | 2024-12-21T04:26:57.152Z | Checking untrusted v0.9.0 |
1778 | 2024-12-21T04:26:57.289Z | Checking sha2 v0.10.8 |
1779 | 2024-12-21T04:26:57.320Z | Checking ring v0.17.8 |
1780 | 2024-12-21T04:26:57.349Z | Checking icu_provider v1.5.0 |
1781 | 2024-12-21T04:26:57.352Z | Checking aho-corasick v1.1.3 |
1782 | 2024-12-21T04:26:57.488Z | Checking unicode-bidi v0.3.17 |
1783 | 2024-12-21T04:26:57.884Z | Checking unicode-ident v1.0.13 |
1784 | 2024-12-21T04:26:58.026Z | Checking icu_locid_transform v1.5.0 |
1785 | 2024-12-21T04:26:58.078Z | Checking write16 v1.0.0 |
1786 | 2024-12-21T04:26:58.143Z | Checking icu_normalizer_data v1.5.0 |
1787 | 2024-12-21T04:26:58.209Z | Checking utf16_iter v1.0.5 |
1788 | 2024-12-21T04:26:58.248Z | Checking utf8_iter v1.0.4 |
1789 | 2024-12-21T04:26:58.323Z | Checking lazy_static v1.5.0 |
1790 | 2024-12-21T04:26:58.376Z | Checking powerfmt v0.2.0 |
1791 | 2024-12-21T04:26:58.404Z | Checking adler2 v2.0.0 |
1792 | 2024-12-21T04:26:58.445Z | Checking time-core v0.1.2 |
1793 | 2024-12-21T04:26:58.447Z | Checking rustls-pki-types v1.10.0 |
1794 | 2024-12-21T04:26:58.574Z | Checking miniz_oxide v0.8.0 |
1795 | 2024-12-21T04:26:58.619Z | Checking num-conv v0.1.0 |
1796 | 2024-12-21T04:26:58.645Z | Checking deranged v0.3.11 |
1797 | 2024-12-21T04:26:58.881Z | Checking num_threads v0.1.7 |
1798 | 2024-12-21T04:26:59.013Z | Checking proc-macro2 v1.0.89 |
1799 | 2024-12-21T04:26:59.016Z | Checking icu_properties v1.5.1 |
1800 | 2024-12-21T04:26:59.076Z | Checking pem-rfc7468 v0.7.0 |
1801 | 2024-12-21T04:26:59.079Z | Checking regex-automata v0.4.8 |
1802 | 2024-12-21T04:26:59.182Z | Checking untrusted v0.7.1 |
1803 | 2024-12-21T04:26:59.324Z | Checking http-body v1.0.1 |
1804 | 2024-12-21T04:26:59.351Z | Checking aws-lc-sys v0.22.0 |
1805 | 2024-12-21T04:26:59.377Z | Checking mirai-annotations v1.12.0 |
1806 | 2024-12-21T04:26:59.534Z | Checking try-lock v0.2.5 |
1807 | 2024-12-21T04:26:59.569Z | Checking base64 v0.22.1 |
1808 | 2024-12-21T04:26:59.677Z | Checking httpdate v1.0.3 |
1809 | 2024-12-21T04:26:59.740Z | Checking quote v1.0.37 |
1810 | 2024-12-21T04:26:59.927Z | Checking want v0.3.1 |
1811 | 2024-12-21T04:27:00.039Z | Checking flagset v0.4.6 |
1812 | 2024-12-21T04:27:00.096Z | Checking syn v2.0.87 |
1813 | 2024-12-21T04:27:00.123Z | Checking pbkdf2 v0.12.2 |
1814 | 2024-12-21T04:27:00.261Z | Checking der v0.7.9 |
1815 | 2024-12-21T04:27:00.306Z | Checking aes v0.8.4 |
1816 | 2024-12-21T04:27:00.367Z | Checking time v0.3.36 |
1817 | 2024-12-21T04:27:01.283Z | Checking cbc v0.1.2 |
1818 | 2024-12-21T04:27:01.488Z | Checking salsa20 v0.10.2 |
1819 | 2024-12-21T04:27:01.716Z | Checking ahash v0.8.11 |
1820 | 2024-12-21T04:27:01.942Z | Checking aws-lc-rs v1.10.0 |
1821 | 2024-12-21T04:27:02.117Z | Checking spki v0.7.3 |
1822 | 2024-12-21T04:27:02.240Z | Checking tokio-util v0.7.12 |
1823 | 2024-12-21T04:27:02.268Z | Checking slog v2.7.0 |
1824 | 2024-12-21T04:27:02.407Z | Checking tower-service v0.3.3 |
1825 | 2024-12-21T04:27:02.436Z | Checking icu_normalizer v1.5.0 |
1826 | 2024-12-21T04:27:02.540Z | Checking scrypt v0.11.0 |
1827 | 2024-12-21T04:27:02.765Z | Checking gimli v0.31.1 |
1828 | 2024-12-21T04:27:02.769Z | Checking mime v0.3.17 |
1829 | 2024-12-21T04:27:02.827Z | Checking pkcs5 v0.7.1 |
1830 | 2024-12-21T04:27:03.128Z | Checking object v0.36.5 |
1831 | 2024-12-21T04:27:03.165Z | Checking h2 v0.4.6 |
1832 | 2024-12-21T04:27:03.206Z | Checking idna_adapter v1.2.0 |
1833 | 2024-12-21T04:27:03.345Z | Checking rustc-demangle v0.1.24 |
1834 | 2024-12-21T04:27:03.403Z | Checking idna v1.0.3 |
1835 | 2024-12-21T04:27:03.779Z | Checking rustls-webpki v0.102.8 |
1836 | 2024-12-21T04:27:03.820Z | Checking utf8parse v0.2.2 |
1837 | 2024-12-21T04:27:03.853Z | Checking regex v1.11.1 |
1838 | 2024-12-21T04:27:03.899Z | Checking url v2.5.3 |
1839 | 2024-12-21T04:27:03.980Z | Checking pkcs8 v0.10.2 |
1840 | 2024-12-21T04:27:04.318Z | Checking http-body-util v0.1.2 |
1841 | 2024-12-21T04:27:04.489Z | Checking futures-executor v0.3.31 |
1842 | 2024-12-21T04:27:04.566Z | Checking toml_datetime v0.6.8 |
1843 | 2024-12-21T04:27:04.745Z | Checking serde_spanned v0.6.8 |
1844 | 2024-12-21T04:27:04.775Z | Checking data-encoding v2.6.0 |
1845 | 2024-12-21T04:27:04.778Z | Checking unicode-width v0.1.14 |
1846 | 2024-12-21T04:27:04.867Z | Checking ipnet v2.10.1 |
1847 | 2024-12-21T04:27:04.947Z | Checking futures v0.3.31 |
1848 | 2024-12-21T04:27:05.083Z | Checking rustls-pemfile v2.2.0 |
1849 | 2024-12-21T04:27:05.294Z | Checking openssl-probe v0.1.5 |
1850 | 2024-12-21T04:27:05.328Z | Checking anstyle v1.0.10 |
1851 | 2024-12-21T04:27:05.359Z | Checking foreign-types-shared v0.1.1 |
1852 | 2024-12-21T04:27:05.469Z | Checking either v1.13.0 |
1853 | 2024-12-21T04:27:05.497Z | Checking foreign-types v0.3.2 |
1854 | 2024-12-21T04:27:05.543Z | Checking serde_urlencoded v0.7.1 |
1855 | 2024-12-21T04:27:05.604Z | Checking semver v1.0.23 |
1856 | 2024-12-21T04:27:05.693Z | Checking sha1 v0.10.6 |
1857 | 2024-12-21T04:27:05.848Z | Checking openssl-sys v0.9.103 |
1858 | 2024-12-21T04:27:05.992Z | Checking encoding_rs v0.8.34 |
1859 | 2024-12-21T04:27:05.995Z | Checking rustls v0.23.19 |
1860 | 2024-12-21T04:27:06.052Z | Checking anstyle-parse v0.2.5 |
1861 | 2024-12-21T04:27:06.349Z | Checking camino v1.1.9 |
1862 | 2024-12-21T04:27:06.639Z | Checking colorchoice v1.0.2 |
1863 | 2024-12-21T04:27:06.782Z | Checking winnow v0.6.20 |
1864 | 2024-12-21T04:27:06.833Z | Checking addr2line v0.24.2 |
1865 | 2024-12-21T04:27:06.966Z | Checking anstyle-query v1.1.1 |
1866 | 2024-12-21T04:27:07.104Z | Checking is_terminal_polyfill v1.70.1 |
1867 | 2024-12-21T04:27:07.156Z | Checking openssl v0.10.66 |
1868 | 2024-12-21T04:27:07.243Z | Checking anstream v0.6.15 |
1869 | 2024-12-21T04:27:07.353Z | Checking terminal_size v0.4.0 |
1870 | 2024-12-21T04:27:07.546Z | Checking idna v0.3.0 |
1871 | 2024-12-21T04:27:07.616Z | Checking openapiv3 v2.0.0 |
1872 | 2024-12-21T04:27:08.584Z | Checking signature v2.2.0 |
1873 | 2024-12-21T04:27:08.607Z | Checking clap_lex v0.7.2 |
1874 | 2024-12-21T04:27:08.607Z | Checking psl-types v2.0.11 |
1875 | 2024-12-21T04:27:08.703Z | Checking strsim v0.11.1 |
1876 | 2024-12-21T04:27:08.765Z | Checking publicsuffix v2.2.3 |
1877 | 2024-12-21T04:27:09.014Z | Checking clap_builder v4.5.21 |
1878 | 2024-12-21T04:27:09.040Z | Checking cookie v0.18.1 |
1879 | 2024-12-21T04:27:09.231Z | Checking hyper v1.5.0 |
1880 | 2024-12-21T04:27:09.515Z | Checking webpki-roots v0.26.6 |
1881 | 2024-12-21T04:27:09.583Z | Checking backtrace v0.3.74 |
1882 | 2024-12-21T04:27:09.740Z | Checking idna v0.5.0 |
1883 | 2024-12-21T04:27:09.743Z | Checking is-terminal v0.4.13 |
1884 | 2024-12-21T04:27:09.898Z | Checking scroll v0.12.0 |
1885 | 2024-12-21T04:27:10.153Z | Checking anyhow v1.0.93 |
1886 | 2024-12-21T04:27:10.428Z | Checking ucd-trie v0.1.7 |
1887 | 2024-12-21T04:27:10.581Z | Checking plain v0.2.3 |
1888 | 2024-12-21T04:27:10.629Z | Checking cookie_store v0.21.0 |
1889 | 2024-12-21T04:27:10.654Z | Checking pest v2.7.14 |
1890 | 2024-12-21T04:27:10.729Z | Checking goblin v0.8.2 |
1891 | 2024-12-21T04:27:11.226Z | Checking sync_wrapper v1.0.1 |
1892 | 2024-12-21T04:27:11.345Z | Checking hyper-util v0.1.10 |
1893 | 2024-12-21T04:27:11.374Z | Checking base16ct v0.2.0 |
1894 | 2024-12-21T04:27:11.377Z | Checking pretty-hex v0.4.1 |
1895 | 2024-12-21T04:27:11.565Z | Checking sec1 v0.7.3 |
1896 | 2024-12-21T04:27:11.592Z | Checking num-integer v0.1.46 |
1897 | 2024-12-21T04:27:11.657Z | Checking tokio-rustls v0.26.0 |
1898 | 2024-12-21T04:27:11.959Z | Checking ff v0.13.0 |
1899 | 2024-12-21T04:27:11.988Z | Checking clap v4.5.21 |
1900 | 2024-12-21T04:27:12.072Z | Checking thread-id v4.2.2 |
1901 | 2024-12-21T04:27:12.075Z | Checking toml_edit v0.22.22 |
1902 | 2024-12-21T04:27:12.122Z | Checking hkdf v0.12.4 |
1903 | 2024-12-21T04:27:12.169Z | Checking group v0.13.0 |
1904 | 2024-12-21T04:27:12.195Z | Checking crypto-bigint v0.5.5 |
1905 | 2024-12-21T04:27:12.340Z | Checking memmap v0.7.0 |
1906 | 2024-12-21T04:27:12.435Z | Checking dirs-sys-next v0.1.2 |
1907 | 2024-12-21T04:27:12.541Z | Checking native-tls v0.2.12 |
1908 | 2024-12-21T04:27:12.565Z | Checking crc32fast v1.4.2 |
1909 | 2024-12-21T04:27:12.627Z | Checking static_assertions v1.1.0 |
1910 | 2024-12-21T04:27:12.742Z | Checking bitflags v1.3.2 |
1911 | 2024-12-21T04:27:12.810Z | Checking utf-8 v0.7.6 |
1912 | 2024-12-21T04:27:12.847Z | Checking dirs-next v2.0.0 |
1913 | 2024-12-21T04:27:12.877Z | Checking tokio-native-tls v0.3.1 |
1914 | 2024-12-21T04:27:13.000Z | Checking crossbeam-channel v0.5.13 |
1915 | 2024-12-21T04:27:13.026Z | Checking thread_local v1.1.8 |
1916 | 2024-12-21T04:27:13.144Z | Checking unicode-segmentation v1.12.0 |
1917 | 2024-12-21T04:27:13.172Z | Checking dtrace-parser v0.2.0 |
1918 | 2024-12-21T04:27:13.277Z | Checking hyper-rustls v0.27.3 |
1919 | 2024-12-21T04:27:13.327Z | Checking hyper-tls v0.6.0 |
1920 | 2024-12-21T04:27:13.646Z | Checking term v0.7.0 |
1921 | 2024-12-21T04:27:13.698Z | Checking reqwest v0.12.9 |
1922 | 2024-12-21T04:27:13.724Z | Checking num-iter v0.1.45 |
1923 | 2024-12-21T04:27:13.749Z | Checking crossbeam-epoch v0.9.18 |
1924 | 2024-12-21T04:27:13.852Z | Checking take_mut v0.2.2 |
1925 | 2024-12-21T04:27:13.913Z | Checking match_cfg v0.1.0 |
1926 | 2024-12-21T04:27:14.006Z | Checking slog-async v2.8.0 |
1927 | 2024-12-21T04:27:14.034Z | Checking hostname v0.3.1 |
1928 | 2024-12-21T04:27:14.061Z | Checking slog-term v2.9.1 |
1929 | 2024-12-21T04:27:14.178Z | Checking itertools v0.10.5 |
1930 | 2024-12-21T04:27:14.205Z | Checking bstr v1.10.0 |
1931 | 2024-12-21T04:27:14.304Z | Checking rfc6979 v0.4.0 |
1932 | 2024-12-21T04:27:14.501Z | Checking hex v0.4.3 |
1933 | 2024-12-21T04:27:14.572Z | Checking winnow v0.5.40 |
1934 | 2024-12-21T04:27:14.643Z | Checking toml v0.8.19 |
1935 | 2024-12-21T04:27:15.035Z | Checking managed v0.8.0 |
1936 | 2024-12-21T04:27:15.065Z | Checking elliptic-curve v0.13.8 |
1937 | 2024-12-21T04:27:15.183Z | Checking crossbeam-deque v0.8.5 |
1938 | 2024-12-21T04:27:15.401Z | Checking num-bigint-dig v0.8.4 |
1939 | 2024-12-21T04:27:15.476Z | Checking flate2 v1.0.34 |
1940 | 2024-12-21T04:27:15.506Z | Checking rustls v0.22.4 |
1941 | 2024-12-21T04:27:15.531Z | Checking pkcs1 v0.7.5 |
1942 | 2024-12-21T04:27:15.697Z | Checking dof v0.3.0 |
1943 | 2024-12-21T04:27:15.740Z | Checking ecdsa v0.16.9 |
1944 | 2024-12-21T04:27:15.957Z | Checking curve25519-dalek v4.1.3 |
1945 | 2024-12-21T04:27:16.174Z | Checking zerocopy v0.6.6 |
1946 | 2024-12-21T04:27:16.368Z | Checking usdt-impl v0.5.0 |
1947 | 2024-12-21T04:27:16.479Z | Checking siphasher v0.3.11 |
1948 | 2024-12-21T04:27:16.565Z | Checking rayon-core v1.12.1 |
1949 | 2024-12-21T04:27:16.811Z | Checking ed25519 v2.2.3 |
1950 | 2024-12-21T04:27:16.916Z | Checking usdt v0.5.0 |
1951 | 2024-12-21T04:27:16.946Z | Checking slog-json v2.6.1 |
1952 | 2024-12-21T04:27:17.136Z | Checking signal-hook v0.3.17 |
1953 | 2024-12-21T04:27:17.183Z | Checking debug-ignore v1.0.5 |
1954 | 2024-12-21T04:27:17.222Z | Checking quick-error v1.2.3 |
1955 | 2024-12-21T04:27:17.251Z | Checking slog-bunyan v2.5.0 |
1956 | 2024-12-21T04:27:17.335Z | Checking multer v3.1.0 |
1957 | 2024-12-21T04:27:17.367Z | Checking x509-cert v0.2.5 |
1958 | 2024-12-21T04:27:17.425Z | Checking idna v0.4.0 |
1959 | 2024-12-21T04:27:17.483Z | Checking hubpack v0.1.2 |
1960 | 2024-12-21T04:27:17.564Z | Checking rsa v0.9.6 |
1961 | 2024-12-21T04:27:17.644Z | Checking toml_edit v0.19.15 |
1962 | 2024-12-21T04:27:17.739Z | Checking serde_path_to_error v0.1.16 |
1963 | 2024-12-21T04:27:17.772Z | Checking ed25519-dalek v2.1.1 |
1964 | 2024-12-21T04:27:17.817Z | Checking waitgroup v0.1.2 |
1965 | 2024-12-21T04:27:17.962Z | Checking bzip2-sys v0.1.11+1.0.8 |
1966 | 2024-12-21T04:27:18.104Z | Checking async-stream v0.3.6 |
1967 | 2024-12-21T04:27:18.196Z | Checking hostname v0.4.0 |
1968 | 2024-12-21T04:27:18.290Z | Checking bit-vec v0.6.3 |
1969 | 2024-12-21T04:27:18.317Z | Checking hickory-proto v0.24.1 |
1970 | 2024-12-21T04:27:18.350Z | Checking bzip2 v0.4.4 |
1971 | 2024-12-21T04:27:18.379Z | Checking signal-hook-mio v0.2.4 |
1972 | 2024-12-21T04:27:18.537Z | Checking console v0.15.8 |
1973 | 2024-12-21T04:27:18.592Z | Checking hash32 v0.2.1 |
1974 | 2024-12-21T04:27:18.640Z | Checking predicates-core v1.0.8 |
1975 | 2024-12-21T04:27:18.643Z | Checking bit-set v0.5.3 |
1976 | 2024-12-21T04:27:18.845Z | Checking linked-hash-map v0.5.6 |
1977 | 2024-12-21T04:27:18.908Z | Checking unicode-properties v0.1.3 |
1978 | 2024-12-21T04:27:18.945Z | Checking heapless v0.7.17 |
1979 | 2024-12-21T04:27:18.952Z | Checking crossterm v0.28.1 |
1980 | 2024-12-21T04:27:19.133Z | Checking rayon v1.10.0 |
1981 | 2024-12-21T04:27:19.161Z | Checking tokio-rustls v0.25.0 |
1982 | 2024-12-21T04:27:19.188Z | Checking lru-cache v0.1.2 |
1983 | 2024-12-21T04:27:19.288Z | Checking stringprep v0.1.5 |
1984 | 2024-12-21T04:27:19.375Z | Checking phf_shared v0.11.2 |
1985 | 2024-12-21T04:27:19.542Z | Checking dropshot v0.12.0 |
1986 | 2024-12-21T04:27:19.572Z | Checking similar v2.6.0 |
1987 | 2024-12-21T04:27:19.666Z | Checking tokio-stream v0.1.16 |
1988 | 2024-12-21T04:27:20.016Z | Checking newtype-uuid v1.1.3 |
1989 | 2024-12-21T04:27:20.143Z | Checking toml v0.7.8 |
1990 | 2024-12-21T04:27:20.320Z | Checking md-5 v0.10.6 |
1991 | 2024-12-21T04:27:20.473Z | Checking float-cmp v0.9.0 |
1992 | 2024-12-21T04:27:20.573Z | Checking difflib v0.4.0 |
1993 | 2024-12-21T04:27:20.629Z | Checking normalize-line-endings v0.3.0 |
1994 | 2024-12-21T04:27:20.672Z | Checking fallible-iterator v0.2.0 |
1995 | 2024-12-21T04:27:20.753Z | Checking fixedbitset v0.4.2 |
1996 | 2024-12-21T04:27:20.818Z | Checking smoltcp v0.9.1 |
1997 | 2024-12-21T04:27:20.860Z | Checking phf v0.11.2 |
1998 | 2024-12-21T04:27:20.893Z | Checking predicates v3.1.2 |
1999 | 2024-12-21T04:27:21.042Z | Checking petgraph v0.6.5 |
2000 | 2024-12-21T04:27:21.139Z | Checking zip v0.6.6 |
2001 | 2024-12-21T04:27:21.318Z | Checking postgres-protocol v0.6.7 |
2002 | 2024-12-21T04:27:21.600Z | Checking resolv-conf v0.7.0 |
2003 | 2024-12-21T04:27:21.848Z | Checking phf_shared v0.10.0 |
2004 | 2024-12-21T04:27:21.967Z | Checking tungstenite v0.24.0 |
2005 | 2024-12-21T04:27:22.035Z | Checking fs-err v2.11.0 |
2006 | 2024-12-21T04:27:22.145Z | Checking serde-big-array v0.5.1 |
2007 | 2024-12-21T04:27:22.326Z | Checking portable-atomic v1.9.0 |
2008 | 2024-12-21T04:27:22.385Z | Checking unicode-width v0.2.0 |
2009 | 2024-12-21T04:27:22.620Z | Checking new_debug_unreachable v1.0.6 |
2010 | 2024-12-21T04:27:22.727Z | Checking number_prefix v0.4.0 |
2011 | 2024-12-21T04:27:22.859Z | Checking minimal-lexical v0.2.1 |
2012 | 2024-12-21T04:27:22.907Z | Checking lalrpop-util v0.19.12 |
2013 | 2024-12-21T04:27:22.933Z | Checking precomputed-hash v0.1.1 |
2014 | 2024-12-21T04:27:23.044Z | Checking string_cache v0.8.7 |
2015 | 2024-12-21T04:27:23.073Z | Checking hickory-resolver v0.24.1 |
2016 | 2024-12-21T04:27:23.109Z | Checking tokio-tungstenite v0.24.0 |
2017 | 2024-12-21T04:27:23.232Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2018 | 2024-12-21T04:27:23.304Z | Checking nom v7.1.3 |
2019 | 2024-12-21T04:27:23.396Z | Checking postgres-types v0.2.8 |
2020 | 2024-12-21T04:27:23.481Z | Checking itertools v0.12.1 |
2021 | 2024-12-21T04:27:23.481Z | Checking indicatif v0.17.9 |
2022 | 2024-12-21T04:27:23.597Z | Checking peg-runtime v0.8.3 |
2023 | 2024-12-21T04:27:23.821Z | Checking whoami v1.5.2 |
2024 | 2024-12-21T04:27:24.143Z | Checking tokio-postgres v0.7.12 |
2025 | 2024-12-21T04:27:24.165Z | Compiling hashbrown v0.14.5 |
2026 | 2024-12-21T04:27:24.207Z | Compiling ident_case v1.0.1 |
2027 | 2024-12-21T04:27:24.311Z | Compiling unsafe-libyaml v0.2.11 |
2028 | 2024-12-21T04:27:24.413Z | Compiling darling_core v0.20.10 |
2029 | 2024-12-21T04:27:24.701Z | Checking qorb v0.2.1 |
2030 | 2024-12-21T04:27:25.653Z | Compiling regress v0.10.1 |
2031 | 2024-12-21T04:27:26.006Z | Compiling serde_yaml v0.9.34+deprecated |
2032 | 2024-12-21T04:27:26.342Z | Checking heck v0.5.0 |
2033 | 2024-12-21T04:27:26.553Z | Checking progenitor-client v0.8.0 |
2034 | 2024-12-21T04:27:26.969Z | Checking fastrand v2.1.1 |
2035 | 2024-12-21T04:27:27.317Z | Checking ipnetwork v0.20.0 |
2036 | 2024-12-21T04:27:27.381Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2037 | 2024-12-21T04:27:27.381Z | Compiling structmeta-derive v0.3.0 |
2038 | 2024-12-21T04:27:27.701Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2039 | 2024-12-21T04:27:28.051Z | Checking strum v0.26.3 |
2040 | 2024-12-21T04:27:28.226Z | Compiling dropshot v0.13.0 |
2041 | 2024-12-21T04:27:28.613Z | Checking macaddr v1.0.1 |
2042 | 2024-12-21T04:27:28.642Z | Compiling dropshot_endpoint v0.13.0 |
2043 | 2024-12-21T04:27:28.679Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2024-12-21T04:27:28.950Z | Checking tempfile v3.13.0 |
2045 | 2024-12-21T04:27:29.342Z | Checking instant v0.1.13 |
2046 | 2024-12-21T04:27:29.452Z | Compiling typify-impl v0.2.0 |
2047 | 2024-12-21T04:27:29.479Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2048 | 2024-12-21T04:27:30.086Z | Checking regress v0.9.1 |
2049 | 2024-12-21T04:27:30.289Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2050 | 2024-12-21T04:27:30.389Z | Compiling structmeta v0.3.0 |
2051 | 2024-12-21T04:27:30.811Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2052 | 2024-12-21T04:27:30.851Z | Compiling parse-display-derive v0.10.0 |
2053 | 2024-12-21T04:27:31.095Z | Checking backoff v0.4.0 |
2054 | 2024-12-21T04:27:31.283Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-12-21T04:27:31.418Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2056 | 2024-12-21T04:27:31.446Z | Checking wait-timeout v0.2.0 |
2057 | 2024-12-21T04:27:31.573Z | Compiling darling_macro v0.20.10 |
2058 | 2024-12-21T04:27:31.589Z | Checking rand_xorshift v0.3.0 |
2059 | 2024-12-21T04:27:31.635Z | Checking rusty-fork v0.3.0 |
2060 | 2024-12-21T04:27:31.770Z | Checking unarray v0.1.4 |
2061 | 2024-12-21T04:27:31.937Z | Compiling structmeta-derive v0.2.0 |
2062 | 2024-12-21T04:27:31.963Z | Checking proptest v1.5.0 |
2063 | 2024-12-21T04:27:32.510Z | Compiling darling v0.20.10 |
2064 | 2024-12-21T04:27:32.647Z | Compiling serde_with_macros v3.11.0 |
2065 | 2024-12-21T04:27:33.613Z | Checking camino-tempfile v1.1.1 |
2066 | 2024-12-21T04:27:33.736Z | Compiling proc-macro-error v1.0.4 |
2067 | 2024-12-21T04:27:33.879Z | Compiling proc-macro-crate v1.3.1 |
2068 | 2024-12-21T04:27:34.452Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2069 | 2024-12-21T04:27:34.848Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2070 | 2024-12-21T04:27:35.005Z | Compiling structmeta v0.2.0 |
2071 | 2024-12-21T04:27:35.008Z | Compiling num_enum_derive v0.5.11 |
2072 | 2024-12-21T04:27:35.178Z | Compiling foreign-types-macros v0.2.3 |
2073 | 2024-12-21T04:27:35.463Z | Compiling test-strategy v0.3.1 |
2074 | 2024-12-21T04:27:35.566Z | Checking parse-display v0.10.0 |
2075 | 2024-12-21T04:27:35.610Z | Checking serde_with v3.11.0 |
2076 | 2024-12-21T04:27:35.820Z | Checking foreign-types-shared v0.3.1 |
2077 | 2024-12-21T04:27:36.328Z | Checking tabwriter v1.4.0 |
2078 | 2024-12-21T04:27:36.575Z | Checking foreign-types v0.5.0 |
2079 | 2024-12-21T04:27:36.602Z | Checking cstr-argument v0.1.2 |
2080 | 2024-12-21T04:27:36.700Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2081 | 2024-12-21T04:27:36.798Z | Checking pretty-hex v0.2.1 |
2082 | 2024-12-21T04:27:36.854Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2083 | 2024-12-21T04:27:36.979Z | Checking colored v2.1.0 |
2084 | 2024-12-21T04:27:37.188Z | Checking smf v0.2.3 |
2085 | 2024-12-21T04:27:37.307Z | Checking itertools v0.13.0 |
2086 | 2024-12-21T04:27:37.512Z | Checking base64 v0.21.7 |
2087 | 2024-12-21T04:27:37.566Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2088 | 2024-12-21T04:27:37.671Z | Compiling crucible-workspace-hack v0.1.0 |
2089 | 2024-12-21T04:27:37.697Z | Checking num_enum v0.5.11 |
2090 | 2024-12-21T04:27:37.727Z | Compiling zerocopy v0.8.10 |
2091 | 2024-12-21T04:27:37.855Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2092 | 2024-12-21T04:27:38.026Z | Checking atomicwrites v0.4.4 |
2093 | 2024-12-21T04:27:38.148Z | Compiling zerocopy-derive v0.8.10 |
2094 | 2024-12-21T04:27:38.236Z | Checking termtree v0.4.1 |
2095 | 2024-12-21T04:27:38.458Z | Compiling heapless v0.8.0 |
2096 | 2024-12-21T04:27:38.720Z | Checking predicates-tree v1.0.11 |
2097 | 2024-12-21T04:27:38.918Z | Checking hash32 v0.3.1 |
2098 | 2024-12-21T04:27:39.108Z | Compiling smoltcp v0.11.0 |
2099 | 2024-12-21T04:27:39.124Z | Checking cobs v0.2.3 |
2100 | 2024-12-21T04:27:39.371Z | Checking postcard v1.0.10 |
2101 | 2024-12-21T04:27:39.516Z | Checking sigpipe v0.1.3 |
2102 | 2024-12-21T04:27:39.639Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2103 | 2024-12-21T04:27:39.899Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2104 | 2024-12-21T04:27:40.014Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2105 | 2024-12-21T04:27:40.111Z | Compiling mockall_derive v0.13.0 |
2106 | 2024-12-21T04:27:40.111Z | Compiling thiserror v2.0.3 |
2107 | 2024-12-21T04:27:40.112Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2108 | 2024-12-21T04:27:40.322Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2109 | 2024-12-21T04:27:40.404Z | Compiling thiserror-impl v2.0.3 |
2110 | 2024-12-21T04:27:40.635Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2111 | 2024-12-21T04:27:41.032Z | Compiling zone_cfg_derive v0.3.0 |
2112 | 2024-12-21T04:27:41.308Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2113 | 2024-12-21T04:27:42.560Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2114 | 2024-12-21T04:27:42.897Z | Compiling num-derive v0.4.2 |
2115 | 2024-12-21T04:27:42.950Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2116 | 2024-12-21T04:27:43.252Z | Checking downcast v0.11.0 |
2117 | 2024-12-21T04:27:43.420Z | Checking fragile v2.0.0 |
2118 | 2024-12-21T04:27:43.500Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2119 | 2024-12-21T04:27:43.697Z | Checking zone v0.3.0 |
2120 | 2024-12-21T04:27:43.749Z | Compiling convert_case v0.4.0 |
2121 | 2024-12-21T04:27:44.380Z | Checking tungstenite v0.21.0 |
2122 | 2024-12-21T04:27:44.383Z | Checking newline-converter v0.3.0 |
2123 | 2024-12-21T04:27:44.487Z | Checking same-file v1.0.6 |
2124 | 2024-12-21T04:27:44.551Z | Checking expectorate v1.1.0 |
2125 | 2024-12-21T04:27:44.667Z | Checking walkdir v2.5.0 |
2126 | 2024-12-21T04:27:44.717Z | Checking arc-swap v1.7.1 |
2127 | 2024-12-21T04:27:44.720Z | Compiling derive_more v0.99.18 |
2128 | 2024-12-21T04:27:44.955Z | Checking xattr v1.3.1 |
2129 | 2024-12-21T04:27:45.145Z | Checking slog-scope v4.4.0 |
2130 | 2024-12-21T04:27:45.180Z | Checking filetime v0.2.25 |
2131 | 2024-12-21T04:27:45.204Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2132 | 2024-12-21T04:27:45.361Z | Checking slog-stdlog v4.1.1 |
2133 | 2024-12-21T04:27:45.364Z | Checking tokio-tungstenite v0.21.0 |
2134 | 2024-12-21T04:27:45.415Z | Checking tar v0.4.42 |
2135 | 2024-12-21T04:27:45.559Z | Checking slog-envlogger v2.2.0 |
2136 | 2024-12-21T04:27:45.721Z | Checking num-rational v0.4.2 |
2137 | 2024-12-21T04:27:45.779Z | Checking num-complex v0.4.6 |
2138 | 2024-12-21T04:27:45.899Z | Checking float-ord v0.3.2 |
2139 | 2024-12-21T04:27:46.105Z | Checking swrite v0.1.0 |
2140 | 2024-12-21T04:27:46.226Z | Compiling owo-colors v4.1.0 |
2141 | 2024-12-21T04:27:46.325Z | Compiling cancel-safe-futures v0.1.5 |
2142 | 2024-12-21T04:27:46.410Z | Checking libsw v3.3.1 |
2143 | 2024-12-21T04:27:46.699Z | Checking password-hash v0.5.0 |
2144 | 2024-12-21T04:27:46.788Z | Checking num v0.4.3 |
2145 | 2024-12-21T04:27:46.881Z | Checking blake2 v0.10.6 |
2146 | 2024-12-21T04:27:47.180Z | Checking linear-map v1.2.0 |
2147 | 2024-12-21T04:27:47.204Z | Checking indent_write v2.2.0 |
2148 | 2024-12-21T04:27:47.374Z | Checking argon2 v0.5.3 |
2149 | 2024-12-21T04:27:47.417Z | Checking pem v3.0.4 |
2150 | 2024-12-21T04:27:47.554Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2151 | 2024-12-21T04:27:47.914Z | Compiling lzma-sys v0.1.20 |
2152 | 2024-12-21T04:27:48.046Z | Compiling typify-macro v0.2.0 |
2153 | 2024-12-21T04:27:48.123Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2154 | 2024-12-21T04:27:48.215Z | Checking headers-core v0.3.0 |
2155 | 2024-12-21T04:27:48.367Z | Compiling heck v0.3.3 |
2156 | 2024-12-21T04:27:48.370Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2157 | 2024-12-21T04:27:48.460Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2158 | 2024-12-21T04:27:48.621Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2159 | 2024-12-21T04:27:48.752Z | Checking highway v1.2.0 |
2160 | 2024-12-21T04:27:48.775Z | Compiling zone_cfg_derive v0.1.2 |
2161 | 2024-12-21T04:27:49.000Z | Checking headers v0.4.0 |
2162 | 2024-12-21T04:27:49.129Z | Checking mockall v0.13.0 |
2163 | 2024-12-21T04:27:49.182Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2164 | 2024-12-21T04:27:49.372Z | Checking yasna v0.5.2 |
2165 | 2024-12-21T04:27:49.398Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2166 | 2024-12-21T04:27:49.481Z | Checking base64 v0.13.1 |
2167 | 2024-12-21T04:27:49.900Z | Checking ron v0.7.1 |
2168 | 2024-12-21T04:27:50.115Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2169 | 2024-12-21T04:27:50.292Z | Checking rcgen v0.12.1 |
2170 | 2024-12-21T04:27:50.321Z | Checking zone v0.1.8 |
2171 | 2024-12-21T04:27:51.055Z | Checking xz2 v0.1.7 |
2172 | 2024-12-21T04:27:51.090Z | Checking subprocess v0.2.9 |
2173 | 2024-12-21T04:27:51.180Z | Checking humantime v2.1.0 |
2174 | 2024-12-21T04:27:51.368Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2175 | 2024-12-21T04:27:51.485Z | Compiling semver v0.1.20 |
2176 | 2024-12-21T04:27:51.665Z | Checking half v2.4.1 |
2177 | 2024-12-21T04:27:51.702Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2178 | 2024-12-21T04:27:52.161Z | Compiling rustc_version v0.1.7 |
2179 | 2024-12-21T04:27:52.188Z | Checking ciborium-io v0.2.2 |
2180 | 2024-12-21T04:27:52.246Z | Checking prettyplease v0.2.25 |
2181 | 2024-12-21T04:27:52.342Z | Checking ciborium-ll v0.2.2 |
2182 | 2024-12-21T04:27:52.403Z | Compiling typify v0.2.0 |
2183 | 2024-12-21T04:27:52.565Z | Compiling progenitor-impl v0.8.0 |
2184 | 2024-12-21T04:27:52.669Z | Compiling newtype_derive v0.1.6 |
2185 | 2024-12-21T04:27:52.695Z | Checking ciborium v0.2.2 |
2186 | 2024-12-21T04:27:53.148Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2187 | 2024-12-21T04:27:53.174Z | Checking steno v0.4.1 |
2188 | 2024-12-21T04:27:54.926Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2024-12-21T04:27:55.504Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2190 | 2024-12-21T04:27:55.865Z | Compiling slog-dtrace v0.3.0 |
2191 | 2024-12-21T04:27:56.436Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2192 | 2024-12-21T04:27:56.835Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2193 | 2024-12-21T04:27:56.860Z | Checking display-error-chain v0.2.2 |
2194 | 2024-12-21T04:27:56.863Z | Checking gethostname v0.5.0 |
2195 | 2024-12-21T04:27:56.916Z | Checking nibble_vec v0.1.0 |
2196 | 2024-12-21T04:27:57.009Z | Compiling ring v0.16.20 |
2197 | 2024-12-21T04:27:57.041Z | Compiling blake3 v1.5.4 |
2198 | 2024-12-21T04:27:57.120Z | Checking keccak v0.1.5 |
2199 | 2024-12-21T04:27:57.414Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2200 | 2024-12-21T04:27:57.438Z | Checking endian-type v0.1.2 |
2201 | 2024-12-21T04:27:57.662Z | Checking radix_trie v0.2.1 |
2202 | 2024-12-21T04:27:57.920Z | Checking sha3 v0.10.8 |
2203 | 2024-12-21T04:27:58.071Z | Checking universal-hash v0.5.1 |
2204 | 2024-12-21T04:27:58.263Z | Checking secrecy v0.8.0 |
2205 | 2024-12-21T04:27:58.313Z | Checking opaque-debug v0.3.1 |
2206 | 2024-12-21T04:27:58.387Z | Checking aead v0.5.2 |
2207 | 2024-12-21T04:27:58.418Z | Checking poly1305 v0.8.0 |
2208 | 2024-12-21T04:27:58.499Z | Checking chacha20 v0.9.1 |
2209 | 2024-12-21T04:27:58.941Z | Compiling memmap2 v0.9.5 |
2210 | 2024-12-21T04:27:59.450Z | Compiling constant_time_eq v0.3.1 |
2211 | 2024-12-21T04:27:59.643Z | Compiling arrayref v0.3.9 |
2212 | 2024-12-21T04:27:59.715Z | Compiling spin v0.5.2 |
2213 | 2024-12-21T04:27:59.761Z | Compiling arrayvec v0.7.6 |
2214 | 2024-12-21T04:27:59.840Z | Compiling toolchain_find v0.4.0 |
2215 | 2024-12-21T04:27:59.954Z | Compiling thiserror-impl-no-std v2.0.2 |
2216 | 2024-12-21T04:28:00.210Z | Compiling topological-sort v0.2.2 |
2217 | 2024-12-21T04:28:00.259Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2218 | 2024-12-21T04:28:00.447Z | Compiling rustfmt-wrapper v0.2.1 |
2219 | 2024-12-21T04:28:00.591Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2220 | 2024-12-21T04:28:00.822Z | Checking chacha20poly1305 v0.10.1 |
2221 | 2024-12-21T04:28:00.952Z | Compiling progenitor-macro v0.8.0 |
2222 | 2024-12-21T04:28:00.981Z | Compiling async-recursion v1.1.1 |
2223 | 2024-12-21T04:28:01.049Z | Checking fxhash v0.2.1 |
2224 | 2024-12-21T04:28:01.073Z | Checking bumpalo v3.16.0 |
2225 | 2024-12-21T04:28:01.248Z | Checking simd-adler32 v0.3.7 |
2226 | 2024-12-21T04:28:01.438Z | Checking lockfree-object-pool v0.1.6 |
2227 | 2024-12-21T04:28:01.500Z | Compiling zip v2.1.3 |
2228 | 2024-12-21T04:28:01.612Z | Checking termcolor v1.4.1 |
2229 | 2024-12-21T04:28:01.695Z | Checking zopfli v0.8.1 |
2230 | 2024-12-21T04:28:01.864Z | Checking maplit v1.0.2 |
2231 | 2024-12-21T04:28:01.988Z | Compiling radium v0.7.0 |
2232 | 2024-12-21T04:28:02.065Z | Checking tap v1.0.1 |
2233 | 2024-12-21T04:28:02.242Z | Compiling maybe-uninit v2.0.0 |
2234 | 2024-12-21T04:28:02.658Z | Checking wyz v0.5.1 |
2235 | 2024-12-21T04:28:02.753Z | Compiling omicron-zone-package v0.11.1 |
2236 | 2024-12-21T04:28:02.993Z | Compiling packed_struct v0.10.1 |
2237 | 2024-12-21T04:28:03.068Z | Checking crc-catalog v2.4.0 |
2238 | 2024-12-21T04:28:03.220Z | Checking thiserror-no-std v2.0.2 |
2239 | 2024-12-21T04:28:03.243Z | Checking funty v2.0.0 |
2240 | 2024-12-21T04:28:03.352Z | Checking vsss-rs v3.3.4 |
2241 | 2024-12-21T04:28:03.465Z | Checking home v0.5.9 |
2242 | 2024-12-21T04:28:03.529Z | Checking crc v3.2.1 |
2243 | 2024-12-21T04:28:03.720Z | Compiling const_format_proc_macros v0.2.33 |
2244 | 2024-12-21T04:28:03.907Z | Checking kstat-rs v0.2.4 |
2245 | 2024-12-21T04:28:03.964Z | Compiling packed_struct_codegen v0.10.1 |
2246 | 2024-12-21T04:28:04.236Z | Checking bitvec v1.0.1 |
2247 | 2024-12-21T04:28:04.270Z | Compiling vte_generate_state_changes v0.1.2 |
2248 | 2024-12-21T04:28:04.398Z | Compiling indexmap v1.9.3 |
2249 | 2024-12-21T04:28:04.714Z | Checking nodrop v0.1.14 |
2250 | 2024-12-21T04:28:04.842Z | Compiling libefi-sys v0.1.0 |
2251 | 2024-12-21T04:28:04.957Z | Checking vte v0.11.1 |
2252 | 2024-12-21T04:28:05.180Z | Checking array-init v0.0.4 |
2253 | 2024-12-21T04:28:05.960Z | Checking const_format v0.2.33 |
2254 | 2024-12-21T04:28:06.306Z | Checking smallvec v0.6.14 |
2255 | 2024-12-21T04:28:06.449Z | Checking fd-lock v4.0.2 |
2256 | 2024-12-21T04:28:06.471Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2257 | 2024-12-21T04:28:06.657Z | Compiling bitfield-struct v0.6.2 |
2258 | 2024-12-21T04:28:06.679Z | Checking bitfield v0.14.0 |
2259 | 2024-12-21T04:28:06.751Z | Checking hashbrown v0.12.3 |
2260 | 2024-12-21T04:28:06.939Z | Checking serde-hex v0.1.0 |
2261 | 2024-12-21T04:28:06.973Z | Checking strip-ansi-escapes v0.2.0 |
2262 | 2024-12-21T04:28:07.131Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2263 | 2024-12-21T04:28:07.374Z | Checking env_logger v0.10.2 |
2264 | 2024-12-21T04:28:07.398Z | Checking ron v0.8.1 |
2265 | 2024-12-21T04:28:07.815Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2266 | 2024-12-21T04:28:08.126Z | Checking hashbrown v0.13.2 |
2267 | 2024-12-21T04:28:08.151Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2268 | 2024-12-21T04:28:08.531Z | Checking crc-any v2.5.0 |
2269 | 2024-12-21T04:28:08.653Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2270 | 2024-12-21T04:28:08.785Z | Checking nu-ansi-term v0.50.1 |
2271 | 2024-12-21T04:28:08.809Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2272 | 2024-12-21T04:28:08.915Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2273 | 2024-12-21T04:28:09.216Z | Checking object v0.30.4 |
2274 | 2024-12-21T04:28:09.219Z | Checking reedline v0.35.0 |
2275 | 2024-12-21T04:28:09.256Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2276 | 2024-12-21T04:28:09.317Z | Compiling parking_lot_core v0.8.6 |
2277 | 2024-12-21T04:28:09.429Z | Checking path-slash v0.1.5 |
2278 | 2024-12-21T04:28:09.514Z | Compiling phf_generator v0.11.2 |
2279 | 2024-12-21T04:28:09.587Z | Checking glob v0.3.1 |
2280 | 2024-12-21T04:28:09.713Z | Checking bytecount v0.6.8 |
2281 | 2024-12-21T04:28:09.871Z | Checking papergrid v0.11.0 |
2282 | 2024-12-21T04:28:09.918Z | Compiling phf_codegen v0.11.2 |
2283 | 2024-12-21T04:28:10.162Z | Compiling tabled_derive v0.7.0 |
2284 | 2024-12-21T04:28:10.187Z | Checking parking_lot v0.11.2 |
2285 | 2024-12-21T04:28:10.542Z | Compiling parse-zoneinfo v0.3.1 |
2286 | 2024-12-21T04:28:10.913Z | Compiling cfg_aliases v0.1.1 |
2287 | 2024-12-21T04:28:11.004Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-12-21T04:28:11.055Z | Compiling nix v0.28.0 |
2289 | 2024-12-21T04:28:11.481Z | Compiling chrono-tz-build v0.4.0 |
2290 | 2024-12-21T04:28:11.936Z | Checking sled v0.34.7 |
2291 | 2024-12-21T04:28:11.996Z | Checking hickory-client v0.24.1 |
2292 | 2024-12-21T04:28:12.626Z | Checking hickory-server v0.24.1 |
2293 | 2024-12-21T04:28:12.711Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2294 | 2024-12-21T04:28:12.816Z | Checking tabled v0.15.0 |
2295 | 2024-12-21T04:28:12.948Z | Compiling chrono-tz v0.10.0 |
2296 | 2024-12-21T04:28:13.619Z | Compiling buf-list v1.0.3 |
2297 | 2024-12-21T04:28:14.852Z | Compiling peg-macros v0.8.4 |
2298 | 2024-12-21T04:28:14.985Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2299 | 2024-12-21T04:28:15.366Z | Compiling sqlparser_derive v0.2.2 |
2300 | 2024-12-21T04:28:15.563Z | Checking unicode_categories v0.1.1 |
2301 | 2024-12-21T04:28:15.891Z | Checking sqlformat v0.2.6 |
2302 | 2024-12-21T04:28:16.252Z | Checking progenitor v0.8.0 |
2303 | 2024-12-21T04:28:16.511Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2304 | 2024-12-21T04:28:16.551Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2305 | 2024-12-21T04:28:16.595Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2306 | 2024-12-21T04:28:18.778Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2307 | 2024-12-21T04:28:20.422Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2308 | 2024-12-21T04:28:20.849Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2309 | 2024-12-21T04:28:21.579Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2310 | 2024-12-21T04:28:22.806Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2311 | 2024-12-21T04:28:23.279Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2312 | 2024-12-21T04:28:23.415Z | Checking peg v0.8.4 |
2313 | 2024-12-21T04:28:23.512Z | Checking rustyline v14.0.0 |
2314 | 2024-12-21T04:28:24.493Z | Checking sqlparser v0.45.0 |
2315 | 2024-12-21T04:28:24.929Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2316 | 2024-12-21T04:28:25.251Z | Checking bcs v0.1.6 |
2317 | 2024-12-21T04:28:25.514Z | Checking primeorder v0.13.6 |
2318 | 2024-12-21T04:28:25.662Z | Compiling unicase v2.7.0 |
2319 | 2024-12-21T04:28:25.738Z | Checking nanorand v0.7.0 |
2320 | 2024-12-21T04:28:26.001Z | Checking atty v0.2.14 |
2321 | 2024-12-21T04:28:26.097Z | Checking flume v0.11.1 |
2322 | 2024-12-21T04:28:26.152Z | Compiling salty v0.3.0 |
2323 | 2024-12-21T04:28:26.616Z | Checking p384 v0.13.0 |
2324 | 2024-12-21T04:28:26.636Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2325 | 2024-12-21T04:28:26.638Z | Compiling mime_guess v2.0.5 |
2326 | 2024-12-21T04:28:27.682Z | Checking env_filter v0.1.2 |
2327 | 2024-12-21T04:28:27.795Z | Checking http-range v0.1.5 |
2328 | 2024-12-21T04:28:27.918Z | Checking env_logger v0.11.5 |
2329 | 2024-12-21T04:28:28.079Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2330 | 2024-12-21T04:28:28.229Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2331 | 2024-12-21T04:28:28.254Z | Compiling dsl_auto_type v0.1.2 |
2332 | 2024-12-21T04:28:28.431Z | Checking scheduled-thread-pool v0.2.7 |
2333 | 2024-12-21T04:28:28.684Z | Compiling diesel_table_macro_syntax v0.2.0 |
2334 | 2024-12-21T04:28:28.875Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2335 | 2024-12-21T04:28:28.990Z | Compiling crunchy v0.2.2 |
2336 | 2024-12-21T04:28:29.139Z | Checking hyper-staticfile v0.10.1 |
2337 | 2024-12-21T04:28:29.562Z | Checking r2d2 v0.8.10 |
2338 | 2024-12-21T04:28:29.680Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2339 | 2024-12-21T04:28:29.875Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2340 | 2024-12-21T04:28:29.892Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2341 | 2024-12-21T04:28:29.959Z | Compiling diesel_derives v2.2.3 |
2342 | 2024-12-21T04:28:30.201Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2343 | 2024-12-21T04:28:30.516Z | Compiling tiny-keccak v2.0.2 |
2344 | 2024-12-21T04:28:30.669Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2345 | 2024-12-21T04:28:30.834Z | Compiling pin-project-internal v1.1.6 |
2346 | 2024-12-21T04:28:30.932Z | Compiling ref-cast v1.0.23 |
2347 | 2024-12-21T04:28:32.241Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2348 | 2024-12-21T04:28:32.537Z | Compiling ascii-canvas v3.0.0 |
2349 | 2024-12-21T04:28:33.120Z | Compiling ena v0.14.3 |
2350 | 2024-12-21T04:28:33.532Z | Compiling ref-cast-impl v1.0.23 |
2351 | 2024-12-21T04:28:33.806Z | Compiling regex-syntax v0.6.29 |
2352 | 2024-12-21T04:28:33.912Z | Compiling diff v0.1.13 |
2353 | 2024-12-21T04:28:33.959Z | Checking pin-project v1.1.6 |
2354 | 2024-12-21T04:28:34.130Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2355 | 2024-12-21T04:28:34.592Z | Checking signal-hook-tokio v0.3.1 |
2356 | 2024-12-21T04:28:34.781Z | Compiling snafu-derive v0.8.5 |
2357 | 2024-12-21T04:28:34.803Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2358 | 2024-12-21T04:28:35.097Z | Compiling derive_builder_core v0.20.2 |
2359 | 2024-12-21T04:28:37.712Z | Compiling lalrpop v0.19.12 |
2360 | 2024-12-21T04:28:38.400Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2361 | 2024-12-21T04:28:39.807Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2362 | 2024-12-21T04:28:40.582Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2363 | 2024-12-21T04:28:42.326Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2364 | 2024-12-21T04:28:42.830Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2365 | 2024-12-21T04:28:44.371Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2366 | 2024-12-21T04:28:45.130Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2367 | 2024-12-21T04:28:45.157Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2368 | 2024-12-21T04:28:45.269Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2369 | 2024-12-21T04:28:45.645Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2370 | 2024-12-21T04:28:46.621Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2371 | 2024-12-21T04:28:46.809Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2372 | 2024-12-21T04:28:47.333Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2373 | 2024-12-21T04:28:47.568Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2374 | 2024-12-21T04:28:48.097Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2375 | 2024-12-21T04:28:48.239Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2376 | 2024-12-21T04:28:48.279Z | Checking diesel v2.2.6 |
2377 | 2024-12-21T04:28:48.682Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2378 | 2024-12-21T04:28:48.860Z | Checking snafu v0.8.5 |
2379 | 2024-12-21T04:28:49.349Z | Checking globset v0.4.15 |
2380 | 2024-12-21T04:28:49.622Z | Checking olpc-cjson v0.1.4 |
2381 | 2024-12-21T04:28:49.858Z | Checking serde_plain v1.0.2 |
2382 | 2024-12-21T04:28:49.904Z | Compiling libxml v0.3.3 |
2383 | 2024-12-21T04:28:50.109Z | Compiling memoffset v0.9.1 |
2384 | 2024-12-21T04:28:50.278Z | Checking typed-path v0.9.3 |
2385 | 2024-12-21T04:28:50.655Z | Compiling derive_builder_macro v0.20.2 |
2386 | 2024-12-21T04:28:51.598Z | Checking tungstenite v0.23.0 |
2387 | 2024-12-21T04:28:52.380Z | Checking tough v0.19.0 |
2388 | 2024-12-21T04:28:52.539Z | Compiling strum_macros v0.24.3 |
2389 | 2024-12-21T04:28:52.737Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2390 | 2024-12-21T04:28:53.140Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2391 | 2024-12-21T04:28:53.176Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2392 | 2024-12-21T04:28:53.984Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2393 | 2024-12-21T04:28:54.042Z | Compiling samael v0.0.17 |
2394 | 2024-12-21T04:28:54.147Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2395 | 2024-12-21T04:28:55.829Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2396 | 2024-12-21T04:28:56.281Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2397 | 2024-12-21T04:28:56.535Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2398 | 2024-12-21T04:28:57.293Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2399 | 2024-12-21T04:28:57.867Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2400 | 2024-12-21T04:28:58.679Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2401 | 2024-12-21T04:28:58.780Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2402 | 2024-12-21T04:28:59.154Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2403 | 2024-12-21T04:28:59.632Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2404 | 2024-12-21T04:29:01.741Z | Compiling indoc v1.0.9 |
2405 | 2024-12-21T04:29:01.801Z | Checking parse-size v1.1.0 |
2406 | 2024-12-21T04:29:02.713Z | Checking tokio-tungstenite v0.23.1 |
2407 | 2024-12-21T04:29:03.205Z | Checking derive_builder v0.20.2 |
2408 | 2024-12-21T04:29:04.624Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2409 | 2024-12-21T04:29:04.667Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2410 | 2024-12-21T04:29:05.197Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2411 | 2024-12-21T04:29:05.526Z | Checking quick-xml v0.33.0 |
2412 | 2024-12-21T04:29:05.549Z | Compiling oso-derive v0.27.3 |
2413 | 2024-12-21T04:29:06.639Z | Compiling impl-trait-for-tuples v0.2.2 |
2414 | 2024-12-21T04:29:06.822Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2415 | 2024-12-21T04:29:07.256Z | Checking nix v0.27.1 |
2416 | 2024-12-21T04:29:08.580Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2417 | 2024-12-21T04:29:10.110Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2418 | 2024-12-21T04:29:10.298Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2419 | 2024-12-21T04:29:10.564Z | Compiling diesel-dtrace v0.4.2 |
2420 | 2024-12-21T04:29:11.277Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2421 | 2024-12-21T04:29:11.937Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2422 | 2024-12-21T04:29:12.233Z | Checking bb8 v0.8.5 |
2423 | 2024-12-21T04:29:12.785Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2424 | 2024-12-21T04:29:13.313Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2425 | 2024-12-21T04:29:13.911Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2426 | 2024-12-21T04:29:14.624Z | Checking heck v0.4.1 |
2427 | 2024-12-21T04:29:14.851Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2428 | 2024-12-21T04:29:14.916Z | Checking rand_seeder v0.3.0 |
2429 | 2024-12-21T04:29:14.938Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2430 | 2024-12-21T04:29:14.997Z | Checking assert_matches v1.5.0 |
2431 | 2024-12-21T04:29:15.017Z | Compiling libz-sys v1.1.20 |
2432 | 2024-12-21T04:29:15.124Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2433 | 2024-12-21T04:29:15.158Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2434 | 2024-12-21T04:29:15.253Z | Checking castaway v0.2.3 |
2435 | 2024-12-21T04:29:15.417Z | Checking is_ci v1.2.0 |
2436 | 2024-12-21T04:29:15.440Z | Checking compact_str v0.8.0 |
2437 | 2024-12-21T04:29:15.566Z | Checking supports-color v3.0.1 |
2438 | 2024-12-21T04:29:15.770Z | Checking unicode-truncate v1.1.0 |
2439 | 2024-12-21T04:29:15.882Z | Checking lru v0.12.5 |
2440 | 2024-12-21T04:29:16.012Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2441 | 2024-12-21T04:29:16.206Z | Compiling instability v0.3.2 |
2442 | 2024-12-21T04:29:16.367Z | Checking cassowary v0.3.0 |
2443 | 2024-12-21T04:29:16.963Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2444 | 2024-12-21T04:29:17.127Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2445 | 2024-12-21T04:29:17.271Z | Checking ratatui v0.28.1 |
2446 | 2024-12-21T04:29:17.484Z | Compiling vergen v8.3.2 |
2447 | 2024-12-21T04:29:17.774Z | Compiling cargo-platform v0.1.8 |
2448 | 2024-12-21T04:29:18.377Z | Checking unicode-linebreak v0.1.5 |
2449 | 2024-12-21T04:29:18.659Z | Checking smawk v0.3.2 |
2450 | 2024-12-21T04:29:18.702Z | Compiling cargo_metadata v0.18.1 |
2451 | 2024-12-21T04:29:18.828Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2452 | 2024-12-21T04:29:18.858Z | Checking textwrap v0.16.1 |
2453 | 2024-12-21T04:29:19.251Z | Compiling libsqlite3-sys v0.30.1 |
2454 | 2024-12-21T04:29:19.420Z | Compiling rustls v0.21.12 |
2455 | 2024-12-21T04:29:19.691Z | Compiling cfg_aliases v0.2.1 |
2456 | 2024-12-21T04:29:19.749Z | Checking shell-words v1.1.0 |
2457 | 2024-12-21T04:29:19.805Z | Compiling nix v0.29.0 |
2458 | 2024-12-21T04:29:20.282Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2459 | 2024-12-21T04:29:20.585Z | Checking rustls-webpki v0.101.7 |
2460 | 2024-12-21T04:29:20.707Z | Checking sct v0.7.1 |
2461 | 2024-12-21T04:29:21.450Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2462 | 2024-12-21T04:29:21.723Z | Checking hashlink v0.9.1 |
2463 | 2024-12-21T04:29:21.784Z | Checking concurrent-queue v2.5.0 |
2464 | 2024-12-21T04:29:22.060Z | Checking fallible-iterator v0.3.0 |
2465 | 2024-12-21T04:29:22.272Z | Checking fallible-streaming-iterator v0.1.9 |
2466 | 2024-12-21T04:29:22.335Z | Checking plotters-backend v0.3.7 |
2467 | 2024-12-21T04:29:22.510Z | Checking parking v2.2.1 |
2468 | 2024-12-21T04:29:22.641Z | Checking rusqlite v0.32.1 |
2469 | 2024-12-21T04:29:22.668Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2470 | 2024-12-21T04:29:22.705Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2471 | 2024-12-21T04:29:22.713Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2472 | 2024-12-21T04:29:23.811Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2473 | 2024-12-21T04:29:24.028Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2474 | 2024-12-21T04:29:24.138Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-12-21T04:29:24.483Z | Checking async-bb8-diesel v0.2.1 |
2476 | 2024-12-21T04:29:24.891Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2477 | 2024-12-21T04:29:25.230Z | Checking tokio-rustls v0.24.1 |
2478 | 2024-12-21T04:29:25.593Z | Checking plotters-svg v0.3.7 |
2479 | 2024-12-21T04:29:25.935Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2480 | 2024-12-21T04:29:26.383Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2481 | 2024-12-21T04:29:26.804Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2482 | 2024-12-21T04:29:26.823Z | Checking rustls-pemfile v1.0.4 |
2483 | 2024-12-21T04:29:27.028Z | Checking twox-hash v1.6.3 |
2484 | 2024-12-21T04:29:27.090Z | Checking cast v0.3.0 |
2485 | 2024-12-21T04:29:27.375Z | Checking criterion-plot v0.5.0 |
2486 | 2024-12-21T04:29:27.514Z | Checking plotters v0.3.7 |
2487 | 2024-12-21T04:29:27.542Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2488 | 2024-12-21T04:29:27.636Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2489 | 2024-12-21T04:29:27.933Z | Checking fatfs v0.3.6 |
2490 | 2024-12-21T04:29:29.023Z | Checking tinytemplate v1.2.1 |
2491 | 2024-12-21T04:29:29.327Z | Checking csv-core v0.1.11 |
2492 | 2024-12-21T04:29:29.386Z | Checking anes v0.1.6 |
2493 | 2024-12-21T04:29:29.438Z | Checking oorandom v11.1.4 |
2494 | 2024-12-21T04:29:29.613Z | Checking hex-literal v0.4.1 |
2495 | 2024-12-21T04:29:29.671Z | Checking csv v1.3.1 |
2496 | 2024-12-21T04:29:29.734Z | Checking criterion v0.5.1 |
2497 | 2024-12-21T04:29:29.754Z | Checking event-listener v5.3.1 |
2498 | 2024-12-21T04:29:30.525Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2499 | 2024-12-21T04:29:30.582Z | Checking rtoolbox v0.0.2 |
2500 | 2024-12-21T04:29:30.779Z | Checking rpassword v7.3.1 |
2501 | 2024-12-21T04:29:30.958Z | Checking event-listener-strategy v0.5.2 |
2502 | 2024-12-21T04:29:31.171Z | Checking tui-tree-widget v0.22.0 |
2503 | 2024-12-21T04:29:31.499Z | Checking polyval v0.6.2 |
2504 | 2024-12-21T04:29:31.727Z | Checking ghash v0.5.1 |
2505 | 2024-12-21T04:29:31.915Z | Checking futures-lite v2.3.0 |
2506 | 2024-12-21T04:29:32.643Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2507 | 2024-12-21T04:29:33.352Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2508 | 2024-12-21T04:29:33.918Z | Checking ctr v0.9.2 |
2509 | 2024-12-21T04:29:33.948Z | Checking yansi v1.0.1 |
2510 | 2024-12-21T04:29:34.764Z | Checking pretty_assertions v1.4.1 |
2511 | 2024-12-21T04:29:34.850Z | Checking aes-gcm v0.10.3 |
2512 | 2024-12-21T04:29:34.982Z | Checking ssh-encoding v0.2.0 |
2513 | 2024-12-21T04:29:35.124Z | Checking blowfish v0.9.1 |
2514 | 2024-12-21T04:29:35.355Z | Checking ssh-cipher v0.2.0 |
2515 | 2024-12-21T04:29:35.375Z | Checking bcrypt-pbkdf v0.10.0 |
2516 | 2024-12-21T04:29:35.644Z | Checking async-lock v3.4.0 |
2517 | 2024-12-21T04:29:35.648Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2518 | 2024-12-21T04:29:36.445Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2519 | 2024-12-21T04:29:36.648Z | Checking polling v3.7.3 |
2520 | 2024-12-21T04:29:36.831Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2521 | 2024-12-21T04:29:37.026Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2024-12-21T04:29:37.563Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2523 | 2024-12-21T04:29:37.936Z | Checking password-hash v0.4.2 |
2524 | 2024-12-21T04:29:38.183Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2525 | 2024-12-21T04:29:38.398Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2526 | 2024-12-21T04:29:40.178Z | Checking matches v0.1.10 |
2527 | 2024-12-21T04:29:40.280Z | Checking idna v0.2.3 |
2528 | 2024-12-21T04:29:41.183Z | Checking pbkdf2 v0.11.0 |
2529 | 2024-12-21T04:29:41.486Z | Checking async-io v2.3.4 |
2530 | 2024-12-21T04:29:42.386Z | Checking ssh-key v0.6.6 |
2531 | 2024-12-21T04:29:43.363Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2532 | 2024-12-21T04:29:44.124Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2533 | 2024-12-21T04:29:44.549Z | Checking p256 v0.13.2 |
2534 | 2024-12-21T04:29:44.950Z | Checking p521 v0.13.3 |
2535 | 2024-12-21T04:29:45.037Z | Checking russh-cryptovec v0.7.3 |
2536 | 2024-12-21T04:29:45.112Z | Compiling enum-as-inner v0.5.1 |
2537 | 2024-12-21T04:29:45.273Z | Compiling doc-comment v0.3.3 |
2538 | 2024-12-21T04:29:45.871Z | Compiling target-lexicon v0.12.16 |
2539 | 2024-12-21T04:29:46.217Z | Checking async-task v4.7.1 |
2540 | 2024-12-21T04:29:46.413Z | Checking md5 v0.7.0 |
2541 | 2024-12-21T04:29:46.593Z | Checking trust-dns-proto v0.22.0 |
2542 | 2024-12-21T04:29:46.720Z | Checking russh-keys v0.45.0 |
2543 | 2024-12-21T04:29:47.098Z | Checking async-channel v2.3.1 |
2544 | 2024-12-21T04:29:47.415Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2545 | 2024-12-21T04:29:48.155Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2546 | 2024-12-21T04:29:49.121Z | Checking piper v0.2.4 |
2547 | 2024-12-21T04:29:49.235Z | Checking num-bigint v0.4.6 |
2548 | 2024-12-21T04:29:49.359Z | Checking des v0.8.1 |
2549 | 2024-12-21T04:29:49.667Z | Checking futures-timer v3.0.3 |
2550 | 2024-12-21T04:29:49.990Z | Compiling dhcproto-macros v0.1.0 |
2551 | 2024-12-21T04:29:50.382Z | Compiling assert_cmd v2.0.16 |
2552 | 2024-12-21T04:29:50.805Z | Compiling guppy-workspace-hack v0.1.0 |
2553 | 2024-12-21T04:29:50.910Z | Checking dhcproto v0.12.0 |
2554 | 2024-12-21T04:29:51.158Z | Checking blocking v1.6.1 |
2555 | 2024-12-21T04:29:51.807Z | Checking russh v0.45.0 |
2556 | 2024-12-21T04:29:52.125Z | Checking async-executor v1.13.1 |
2557 | 2024-12-21T04:29:52.475Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2558 | 2024-12-21T04:29:52.534Z | Checking async-signal v0.2.10 |
2559 | 2024-12-21T04:29:52.859Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2560 | 2024-12-21T04:29:53.272Z | Checking internet-checksum v0.2.1 |
2561 | 2024-12-21T04:29:53.472Z | Compiling target-spec v3.2.2 |
2562 | 2024-12-21T04:29:53.656Z | Checking event-listener v2.5.3 |
2563 | 2024-12-21T04:29:53.894Z | Checking async-channel v1.9.0 |
2564 | 2024-12-21T04:29:54.785Z | Checking async-process v2.3.0 |
2565 | 2024-12-21T04:29:55.231Z | Checking async-global-executor v2.4.1 |
2566 | 2024-12-21T04:29:55.533Z | Checking cfg-expr v0.17.0 |
2567 | 2024-12-21T04:29:56.332Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2568 | 2024-12-21T04:29:56.355Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2569 | 2024-12-21T04:29:56.377Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2570 | 2024-12-21T04:29:56.866Z | Checking httptest v0.16.1 |
2571 | 2024-12-21T04:29:57.623Z | Checking rustls-native-certs v0.7.3 |
2572 | 2024-12-21T04:29:57.797Z | Compiling petname v2.0.2 |
2573 | 2024-12-21T04:29:57.821Z | Checking num_cpus v1.16.0 |
2574 | 2024-12-21T04:29:57.965Z | Checking kv-log-macro v1.0.7 |
2575 | 2024-12-21T04:29:58.084Z | Compiling async-attributes v1.1.2 |
2576 | 2024-12-21T04:29:58.993Z | Checking async-std v1.13.0 |
2577 | 2024-12-21T04:30:01.124Z | Checking threadpool v1.8.1 |
2578 | 2024-12-21T04:30:01.308Z | Checking hyper-rustls v0.26.0 |
2579 | 2024-12-21T04:30:01.685Z | Checking pathdiff v0.2.2 |
2580 | 2024-12-21T04:30:01.708Z | Compiling rstest_macros v0.23.0 |
2581 | 2024-12-21T04:30:01.858Z | Checking nested v0.1.1 |
2582 | 2024-12-21T04:30:02.089Z | Compiling target-triple v0.1.3 |
2583 | 2024-12-21T04:30:02.220Z | Checking escape8259 v0.5.3 |
2584 | 2024-12-21T04:30:02.417Z | Checking libtest-mimic v0.7.3 |
2585 | 2024-12-21T04:30:02.703Z | Checking async-object-pool v0.1.5 |
2586 | 2024-12-21T04:30:02.779Z | Checking guppy v0.17.8 |
2587 | 2024-12-21T04:30:02.902Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2588 | 2024-12-21T04:30:03.604Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2589 | 2024-12-21T04:30:03.907Z | Checking similar-asserts v1.6.0 |
2590 | 2024-12-21T04:30:04.172Z | Checking fancy-regex v0.13.0 |
2591 | 2024-12-21T04:30:04.922Z | Checking serde_regex v1.1.0 |
2592 | 2024-12-21T04:30:04.976Z | Checking assert-json-diff v2.0.2 |
2593 | 2024-12-21T04:30:05.230Z | Compiling proc-macro-crate v3.2.0 |
2594 | 2024-12-21T04:30:05.286Z | Checking path-tree v0.8.1 |
2595 | 2024-12-21T04:30:05.625Z | Compiling relative-path v1.9.3 |
2596 | 2024-12-21T04:30:06.231Z | Checking sync-ptr v0.1.1 |
2597 | 2024-12-21T04:30:06.357Z | Checking stringmetrics v2.2.2 |
2598 | 2024-12-21T04:30:06.477Z | Checking datatest-stable v0.2.9 |
2599 | 2024-12-21T04:30:06.578Z | Checking httpmock v0.8.0-alpha.1 |
2600 | 2024-12-21T04:30:06.910Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2601 | 2024-12-21T04:30:08.027Z | Checking blake2b_simd v1.0.2 |
2602 | 2024-12-21T04:30:08.394Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2603 | 2024-12-21T04:30:08.919Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2604 | 2024-12-21T04:30:09.214Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2605 | 2024-12-21T04:30:09.521Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2606 | 2024-12-21T04:30:09.835Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2607 | 2024-12-21T04:30:10.160Z | Compiling git2 v0.19.0 |
2608 | 2024-12-21T04:30:10.466Z | Checking serde_tokenstream v0.2.2 |
2609 | 2024-12-21T04:30:10.865Z | Checking uzers v0.12.1 |
2610 | 2024-12-21T04:30:11.477Z | Checking rust-argon2 v2.1.0 |
2611 | 2024-12-21T04:30:11.892Z | Checking trybuild v1.0.101 |
2612 | 2024-12-21T04:30:11.943Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2613 | 2024-12-21T04:30:13.261Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2614 | 2024-12-21T04:30:13.380Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2615 | 2024-12-21T04:30:14.745Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2616 | 2024-12-21T04:30:15.050Z | Checking rand_distr v0.4.3 |
2617 | 2024-12-21T04:30:17.915Z | Checking rstest v0.23.0 |
2618 | 2024-12-21T04:30:17.915Z | Checking multimap v0.10.0 |
2619 | 2024-12-21T04:30:18.038Z | Checking approx v0.5.1 |
2620 | 2024-12-21T04:30:18.214Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2621 | 2024-12-21T04:30:18.250Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2622 | 2024-12-21T04:30:18.911Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2623 | 2024-12-21T04:30:19.522Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2624 | 2024-12-21T04:30:19.806Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2625 | 2024-12-21T04:30:20.157Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2626 | 2024-12-21T04:30:20.233Z | Checking partial-io v0.5.4 |
2627 | 2024-12-21T04:30:20.637Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2628 | 2024-12-21T04:30:20.858Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2629 | 2024-12-21T04:30:20.883Z | Checking cargo_toml v0.20.5 |
2630 | 2024-12-21T04:30:20.915Z | Checking termios v0.3.3 |
2631 | 2024-12-21T04:30:21.157Z | Compiling indoc v2.0.5 |
2632 | 2024-12-21T04:30:21.219Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2633 | 2024-12-21T04:30:22.859Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2634 | 2024-12-21T04:30:24.525Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2635 | 2024-12-21T04:30:42.571Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2636 | 2024-12-21T04:30:45.695Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2637 | 2024-12-21T04:30:48.598Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2638 | 2024-12-21T04:31:09.499Z | Compiling polar-core v0.27.3 |
2639 | 2024-12-21T04:31:20.889Z | Checking oso v0.27.3 |
2640 | 2024-12-21T04:31:22.903Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2641 | 2024-12-21T04:31:25.140Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2642 | 2024-12-21T04:31:26.334Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2643 | 2024-12-21T04:32:10.390Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2644 | 2024-12-21T04:32:10.395Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2645 | 2024-12-21T04:32:10.395Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2646 | 2024-12-21T04:33:38.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s |
2647 | 2024-12-21T04:33:39.034Z | |
2648 | 2024-12-21T04:33:39.034Z | real 6:56.225454540 |
2649 | 2024-12-21T04:33:39.034Z | user 36:43.846601380 |
2650 | 2024-12-21T04:33:39.035Z | sys 6:51.330080864 |
2651 | 2024-12-21T04:33:39.035Z | trap 1.022019997 |
2652 | 2024-12-21T04:33:39.037Z | tflt 2.122766123 |
2653 | 2024-12-21T04:33:39.037Z | dflt 0.740442029 |
2654 | 2024-12-21T04:33:39.037Z | kflt 0.000968408 |
2655 | 2024-12-21T04:33:39.037Z | lock 53:33.475149872 |
2656 | 2024-12-21T04:33:39.037Z | slp 2:07:20.991681406 |
2657 | 2024-12-21T04:33:39.037Z | lat 1:43.584506407 |
2658 | 2024-12-21T04:33:39.037Z | stop 6:23.186302103 |
2659 | 2024-12-21T04:33:39.037Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2660 | 2024-12-21T04:33:39.037Z | + ptime -m cargo doc --workspace --no-deps |
2661 | 2024-12-21T04:33:40.286Z | warning: output filename collision. |
2662 | 2024-12-21T04:33:40.286Z | 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)`. |
2663 | 2024-12-21T04:33:40.286Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2664 | 2024-12-21T04:33:40.286Z | The targets should have unique names. |
2665 | 2024-12-21T04:33:40.286Z | This is a known bug where multiple crates with the same name use |
2666 | 2024-12-21T04:33:40.286Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2667 | 2024-12-21T04:33:40.747Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2668 | 2024-12-21T04:33:40.818Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2669 | 2024-12-21T04:33:40.839Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2670 | 2024-12-21T04:33:40.882Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2671 | 2024-12-21T04:33:40.903Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2672 | 2024-12-21T04:33:40.934Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2673 | 2024-12-21T04:33:40.934Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2674 | 2024-12-21T04:33:41.163Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2675 | 2024-12-21T04:33:41.191Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-12-21T04:33:41.225Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2677 | 2024-12-21T04:33:41.317Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2678 | 2024-12-21T04:33:41.429Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2679 | 2024-12-21T04:33:41.623Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2680 | 2024-12-21T04:33:41.734Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2681 | 2024-12-21T04:33:41.952Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2682 | 2024-12-21T04:33:44.767Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2683 | 2024-12-21T04:33:45.936Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2684 | 2024-12-21T04:33:46.286Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2685 | 2024-12-21T04:33:46.398Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2686 | 2024-12-21T04:33:46.534Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2687 | 2024-12-21T04:33:46.627Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2688 | 2024-12-21T04:33:46.716Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2689 | 2024-12-21T04:33:46.958Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2690 | 2024-12-21T04:33:47.076Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2691 | 2024-12-21T04:33:47.396Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2692 | 2024-12-21T04:33:47.911Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2693 | 2024-12-21T04:33:47.966Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2694 | 2024-12-21T04:33:48.296Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2695 | 2024-12-21T04:33:48.349Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2696 | 2024-12-21T04:33:48.489Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2697 | 2024-12-21T04:33:48.652Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2698 | 2024-12-21T04:33:48.655Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2699 | 2024-12-21T04:33:48.835Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2700 | 2024-12-21T04:33:48.864Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2701 | 2024-12-21T04:33:48.982Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2702 | 2024-12-21T04:33:49.186Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2703 | 2024-12-21T04:33:49.510Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2704 | 2024-12-21T04:33:49.780Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2705 | 2024-12-21T04:33:49.871Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2706 | 2024-12-21T04:33:50.134Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2707 | 2024-12-21T04:33:50.157Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2708 | 2024-12-21T04:33:50.210Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2709 | 2024-12-21T04:33:51.096Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2710 | 2024-12-21T04:33:51.278Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2711 | 2024-12-21T04:33:53.994Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2712 | 2024-12-21T04:33:56.282Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2713 | 2024-12-21T04:33:56.617Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2714 | 2024-12-21T04:33:57.115Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2715 | 2024-12-21T04:33:57.242Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2716 | 2024-12-21T04:33:57.492Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2717 | 2024-12-21T04:33:58.383Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2718 | 2024-12-21T04:33:58.889Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2719 | 2024-12-21T04:33:59.003Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2720 | 2024-12-21T04:33:59.357Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2721 | 2024-12-21T04:33:59.531Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2722 | 2024-12-21T04:34:05.307Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2723 | 2024-12-21T04:34:05.993Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2724 | 2024-12-21T04:34:07.031Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2725 | 2024-12-21T04:34:08.373Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2726 | 2024-12-21T04:34:08.489Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2727 | 2024-12-21T04:34:08.665Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2728 | 2024-12-21T04:34:09.108Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2729 | 2024-12-21T04:34:09.130Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2730 | 2024-12-21T04:34:09.460Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2731 | 2024-12-21T04:34:09.643Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2732 | 2024-12-21T04:34:09.898Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2733 | 2024-12-21T04:34:10.714Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2734 | 2024-12-21T04:34:11.180Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2735 | 2024-12-21T04:34:11.196Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2736 | 2024-12-21T04:34:11.501Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2737 | 2024-12-21T04:34:11.668Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2738 | 2024-12-21T04:34:12.350Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2739 | 2024-12-21T04:34:12.462Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2740 | 2024-12-21T04:34:12.828Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2741 | 2024-12-21T04:34:13.136Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2742 | 2024-12-21T04:34:13.157Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2743 | 2024-12-21T04:34:13.787Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2744 | 2024-12-21T04:34:14.072Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2745 | 2024-12-21T04:34:14.996Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2746 | 2024-12-21T04:34:15.382Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2747 | 2024-12-21T04:34:15.563Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2748 | 2024-12-21T04:34:16.333Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2749 | 2024-12-21T04:34:17.328Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2750 | 2024-12-21T04:34:17.403Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2751 | 2024-12-21T04:34:17.452Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2752 | 2024-12-21T04:34:17.526Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2753 | 2024-12-21T04:34:18.134Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2754 | 2024-12-21T04:34:18.168Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2755 | 2024-12-21T04:34:18.462Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2756 | 2024-12-21T04:34:19.131Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2757 | 2024-12-21T04:34:19.215Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2758 | 2024-12-21T04:34:19.735Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2759 | 2024-12-21T04:34:19.762Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2760 | 2024-12-21T04:34:19.797Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2761 | 2024-12-21T04:34:20.343Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2762 | 2024-12-21T04:34:21.276Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2763 | 2024-12-21T04:34:21.400Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2764 | 2024-12-21T04:34:21.750Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2765 | 2024-12-21T04:34:21.977Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2766 | 2024-12-21T04:34:22.119Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2767 | 2024-12-21T04:34:22.416Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2768 | 2024-12-21T04:34:22.511Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2769 | 2024-12-21T04:34:23.305Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2770 | 2024-12-21T04:34:23.342Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2771 | 2024-12-21T04:34:24.549Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2772 | 2024-12-21T04:34:25.458Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2773 | 2024-12-21T04:34:25.508Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2774 | 2024-12-21T04:34:27.154Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2775 | 2024-12-21T04:34:28.345Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2776 | 2024-12-21T04:34:28.687Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2777 | 2024-12-21T04:34:30.411Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2778 | 2024-12-21T04:34:32.661Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2779 | 2024-12-21T04:34:32.941Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2780 | 2024-12-21T04:34:33.780Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2781 | 2024-12-21T04:34:35.015Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2782 | 2024-12-21T04:34:44.053Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2783 | 2024-12-21T04:34:46.387Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2784 | 2024-12-21T04:34:46.875Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2785 | 2024-12-21T04:34:49.960Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2786 | 2024-12-21T04:34:51.359Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2787 | 2024-12-21T04:35:39.439Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2788 | 2024-12-21T04:35:43.792Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2789 | 2024-12-21T04:35:45.062Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2790 | 2024-12-21T04:35:55.856Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2791 | 2024-12-21T04:36:20.700Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2792 | 2024-12-21T04:36:23.976Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2793 | 2024-12-21T04:36:25.566Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2794 | 2024-12-21T04:36:25.710Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2795 | 2024-12-21T04:36:28.268Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2796 | 2024-12-21T04:36:28.794Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2797 | 2024-12-21T04:36:31.005Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2798 | 2024-12-21T04:36:40.773Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2799 | 2024-12-21T04:36:44.868Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2800 | 2024-12-21T04:37:16.514Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2801 | 2024-12-21T04:37:20.346Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2802 | 2024-12-21T04:37:25.998Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2803 | 2024-12-21T04:37:32.224Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2804 | 2024-12-21T04:37:40.406Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2805 | 2024-12-21T04:37:58.110Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2806 | 2024-12-21T04:38:04.485Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2807 | 2024-12-21T04:38:10.091Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2808 | 2024-12-21T04:38:11.070Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2809 | 2024-12-21T04:38:11.099Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2810 | 2024-12-21T04:38:15.511Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2811 | 2024-12-21T04:38:17.509Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2812 | 2024-12-21T04:38:29.217Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2813 | 2024-12-21T04:38:36.047Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2814 | 2024-12-21T04:38:38.425Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2815 | 2024-12-21T04:38:41.716Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2816 | 2024-12-21T04:38:46.630Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2817 | 2024-12-21T04:38:47.841Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2818 | 2024-12-21T04:38:52.192Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2819 | 2024-12-21T04:38:58.479Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2820 | 2024-12-21T04:39:03.683Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2821 | 2024-12-21T04:39:04.847Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2822 | 2024-12-21T04:39:14.834Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2823 | 2024-12-21T04:39:19.271Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2824 | 2024-12-21T04:39:22.269Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2825 | 2024-12-21T04:39:22.643Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2826 | 2024-12-21T04:39:25.333Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2827 | 2024-12-21T04:39:32.481Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2828 | 2024-12-21T04:39:35.875Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2829 | 2024-12-21T04:39:43.379Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2830 | 2024-12-21T04:39:43.695Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2831 | 2024-12-21T04:39:46.479Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2832 | 2024-12-21T04:39:47.076Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2833 | 2024-12-21T04:39:48.285Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2834 | 2024-12-21T04:39:49.392Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2835 | 2024-12-21T04:39:56.855Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2836 | 2024-12-21T04:40:02.961Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2837 | 2024-12-21T04:40:02.980Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2838 | 2024-12-21T04:40:04.086Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2839 | 2024-12-21T04:40:05.329Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2840 | 2024-12-21T04:40:10.637Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2841 | 2024-12-21T04:40:16.960Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2842 | 2024-12-21T04:40:18.444Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2843 | 2024-12-21T04:40:19.524Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2844 | 2024-12-21T04:40:30.948Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2845 | 2024-12-21T04:40:30.948Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2846 | 2024-12-21T04:40:30.948Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2847 | 2024-12-21T04:40:31.452Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2848 | 2024-12-21T04:40:33.248Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2849 | 2024-12-21T04:40:40.108Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2850 | 2024-12-21T04:40:41.348Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2851 | 2024-12-21T04:40:47.531Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2852 | 2024-12-21T04:40:50.169Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2853 | 2024-12-21T04:40:50.585Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2854 | 2024-12-21T04:40:50.724Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2855 | 2024-12-21T04:40:53.040Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2856 | 2024-12-21T04:40:55.003Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2857 | 2024-12-21T04:41:00.814Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2858 | 2024-12-21T04:41:02.527Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2859 | 2024-12-21T04:41:08.189Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2860 | 2024-12-21T04:41:09.671Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2861 | 2024-12-21T04:41:11.303Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2862 | 2024-12-21T04:41:11.589Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2863 | 2024-12-21T04:41:13.017Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2864 | 2024-12-21T04:41:14.681Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2865 | 2024-12-21T04:41:16.682Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2866 | 2024-12-21T04:41:18.392Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2867 | 2024-12-21T04:41:25.668Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2868 | 2024-12-21T04:41:32.805Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2869 | 2024-12-21T04:41:33.003Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2870 | 2024-12-21T04:41:34.402Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2871 | 2024-12-21T04:41:35.963Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2872 | 2024-12-21T04:41:37.328Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2873 | 2024-12-21T04:41:40.310Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2874 | 2024-12-21T04:41:40.382Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2875 | 2024-12-21T04:41:40.676Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2876 | 2024-12-21T04:41:45.341Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2877 | 2024-12-21T04:41:51.638Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2878 | 2024-12-21T04:41:52.329Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2879 | 2024-12-21T04:41:54.018Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2880 | 2024-12-21T04:41:55.888Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-12-21T04:42:00.163Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2882 | 2024-12-21T04:42:01.019Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2883 | 2024-12-21T04:42:04.782Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2884 | 2024-12-21T04:42:05.505Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2885 | 2024-12-21T04:42:05.778Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2886 | 2024-12-21T04:42:09.912Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2887 | 2024-12-21T04:42:10.939Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2888 | 2024-12-21T04:42:12.136Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2889 | 2024-12-21T04:42:15.544Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2890 | 2024-12-21T04:42:18.858Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2891 | 2024-12-21T04:42:20.484Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2892 | 2024-12-21T04:42:20.921Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2893 | 2024-12-21T04:42:21.710Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2894 | 2024-12-21T04:42:22.500Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2895 | 2024-12-21T04:42:23.903Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2896 | 2024-12-21T04:42:24.249Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2897 | 2024-12-21T04:42:25.620Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2898 | 2024-12-21T04:42:25.734Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2899 | 2024-12-21T04:42:27.292Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2900 | 2024-12-21T04:42:27.563Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2901 | 2024-12-21T04:42:50.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 11s |
2902 | 2024-12-21T04:42:50.941Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2903 | 2024-12-21T04:42:51.009Z | |
2904 | 2024-12-21T04:42:51.011Z | real 9:11.861335163 |
2905 | 2024-12-21T04:42:51.011Z | user 27:24.013227595 |
2906 | 2024-12-21T04:42:51.011Z | sys 43:06.782123902 |
2907 | 2024-12-21T04:42:51.011Z | trap 0.429657737 |
2908 | 2024-12-21T04:42:51.011Z | tflt 0.138163921 |
2909 | 2024-12-21T04:42:51.011Z | dflt 0.169412463 |
2910 | 2024-12-21T04:42:51.011Z | kflt 0.000042833 |
2911 | 2024-12-21T04:42:51.011Z | lock 1:33:11.047361186 |
2912 | 2024-12-21T04:42:51.011Z | slp 2:38:21.248333527 |
2913 | 2024-12-21T04:42:51.012Z | lat 1:16.497328513 |
2914 | 2024-12-21T04:42:51.012Z | stop 1:14.046987918 |
2915 | 2024-12-21T04:42:51.012Z | process exited: duration 1377770 ms, exit code 0 |
|
2916 | 2024-12-21T04:42:51.017Z | found 0 output files |