|
|
|
1 | 2024-12-20T21:11:39.411Z | job assigned to worker 01JFJYHAWYP088HN28SB513NYY [factory aws, i-0f7b092574cd422ba] (queued for 54 s) |
|
2 | 2024-12-20T21:11:47.754Z | starting task 0: "setup" |
3 | 2024-12-20T21:11:47.764Z | ++ uname -s |
4 | 2024-12-20T21:11:47.767Z | + kern=SunOS |
5 | 2024-12-20T21:11:47.767Z | + case "$kern" in |
6 | 2024-12-20T21:11:47.767Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:11:47.769Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:11:49.776Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:11:49.885Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:11:49.888Z | + home_fs=zfs |
11 | 2024-12-20T21:11:49.888Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:11:49.888Z | + mkdir -p /home/build |
13 | 2024-12-20T21:11:49.890Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:11:51.892Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:11:51.894Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-12-20T21:11:51.900Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:11:51.905Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:11:51.905Z | ' 1.81.0 |
19 | 2024-12-20T21:11:51.905Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T21:11:51.905Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T21:11:51.905Z | ' default |
22 | 2024-12-20T21:11:51.905Z | * toolchain profile = "default" |
23 | 2024-12-20T21:11:51.908Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:11:51.908Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:11:52.025Z | info: downloading installer |
26 | 2024-12-20T21:11:53.179Z | info: profile set to 'default' |
27 | 2024-12-20T21:11:53.179Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:11:53.182Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:11:53.313Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:11:53.313Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:11:54.002Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:11:54.258Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:11:55.214Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:11:56.707Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:12:02.055Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:12:02.256Z | info: installing component 'cargo' |
37 | 2024-12-20T21:12:03.065Z | info: installing component 'clippy' |
38 | 2024-12-20T21:12:03.437Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:12:05.042Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:12:06.807Z | info: installing component 'rustc' |
41 | 2024-12-20T21:12:12.578Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:12:12.896Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:12:12.896Z | |
44 | 2024-12-20T21:12:13.262Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:12:13.262Z | |
46 | 2024-12-20T21:12:13.264Z | |
47 | 2024-12-20T21:12:13.264Z | Rust is installed now. Great! |
48 | 2024-12-20T21:12:13.264Z | |
49 | 2024-12-20T21:12:13.264Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:12:13.265Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:12:13.265Z | |
52 | 2024-12-20T21:12:13.265Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:12:13.265Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:12:13.265Z | |
55 | 2024-12-20T21:12:13.265Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:12:13.265Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:12:13.265Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:12:13.338Z | + rustc --version |
59 | 2024-12-20T21:12:13.403Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:12:13.406Z | process exited: duration 21505 ms, exit code 0 |
|
61 | 2024-12-20T21:12:13.412Z | starting task 2: "authentication" |
62 | 2024-12-20T21:12:13.433Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T21:12:13.439Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:12:13.444Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:12:13.447Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:12:13.484Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:12:19.853Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:12:19.853Z | + git fetch origin c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
69 | 2024-12-20T21:12:20.202Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:12:20.202Z | * branch c46392c27d4582ce1fd3e3807c4d278aebee7c46 -> FETCH_HEAD |
71 | 2024-12-20T21:12:20.214Z | + [[ -n andy/rt ]] |
72 | 2024-12-20T21:12:20.216Z | ++ git branch --show-current |
73 | 2024-12-20T21:12:20.219Z | + current=main |
74 | 2024-12-20T21:12:20.219Z | + [[ main != andy/rt ]] |
75 | 2024-12-20T21:12:20.219Z | + git branch -f andy/rt c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
76 | 2024-12-20T21:12:20.221Z | + git checkout -f andy/rt |
77 | 2024-12-20T21:12:20.397Z | Switched to branch 'andy/rt' |
78 | 2024-12-20T21:12:20.399Z | + git reset --hard c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
79 | 2024-12-20T21:12:20.567Z | HEAD is now at c46392c27 install_builder_prerequisites failed after recent Helios upgrade |
80 | 2024-12-20T21:12:20.570Z | process exited: duration 7130 ms, exit code 0 |
|
81 | 2024-12-20T21:12:20.575Z | starting task 4: "build" |
82 | 2024-12-20T21:12:20.580Z | + source ./env.sh |
83 | 2024-12-20T21:12:20.581Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-20T21:12:20.581Z | ++ set -o xtrace |
85 | 2024-12-20T21:12:20.583Z | ++++ dirname ./env.sh |
86 | 2024-12-20T21:12:20.585Z | +++ readlink -f . |
87 | 2024-12-20T21:12:20.591Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-20T21:12:20.593Z | ++ 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-20T21:12:20.593Z | ++ 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-20T21:12:20.593Z | ++ 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-20T21:12:20.593Z | ++ 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-20T21:12:20.593Z | ++ 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-20T21:12:20.594Z | ++ 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-20T21:12:20.594Z | ++ 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-20T21:12:20.594Z | ++ 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-20T21:12:20.594Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-20T21:12:20.594Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-20T21:12:20.594Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-20T21:12:20.594Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-20T21:12:20.594Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-20T21:12:20.594Z | + cargo --version |
102 | 2024-12-20T21:12:20.645Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-20T21:12:20.647Z | + rustc --version |
104 | 2024-12-20T21:12:20.707Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-20T21:12:20.709Z | + banner prerequisites |
106 | 2024-12-20T21:12:20.712Z | |
107 | 2024-12-20T21:12:20.712Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-20T21:12:20.712Z | # # # # # # # # # # # # # # # |
109 | 2024-12-20T21:12:20.712Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-20T21:12:20.712Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-20T21:12:20.712Z | # # # # # # # # # # # # # # # |
112 | 2024-12-20T21:12:20.712Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-20T21:12:20.712Z | |
114 | 2024-12-20T21:12:20.712Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-20T21:12:22.357Z | pkg list: illegal option -- F |
116 | 2024-12-20T21:12:22.357Z | Usage: |
117 | 2024-12-20T21:12:22.359Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2024-12-20T21:12:22.359Z | [pkg_fmri_pattern ...] |
119 | 2024-12-20T21:12:23.203Z | pkg list: illegal option -- F |
120 | 2024-12-20T21:12:23.203Z | Usage: |
121 | 2024-12-20T21:12:23.205Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2024-12-20T21:12:23.205Z | [pkg_fmri_pattern ...] |
123 | 2024-12-20T21:12:30.783Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-12-20T21:12:34.701Z | Startup: Caching catalogs ... Done |
125 | 2024-12-20T21:12:45.454Z | Planning: Solver setup ... Done (9.769s) |
126 | 2024-12-20T21:12:45.592Z | Planning: Running solver ... Done (0.139s) |
127 | 2024-12-20T21:12:45.698Z | Planning: Finding local manifests ... Done (0.005s) |
128 | 2024-12-20T21:12:45.726Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2024-12-20T21:12:46.426Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2024-12-20T21:12:46.534Z | Planning: Package planning ... Done (0.108s) |
131 | 2024-12-20T21:12:46.590Z | Planning: Merging actions ... Done (0.056s) |
132 | 2024-12-20T21:12:46.965Z | Planning: Checking for conflicting actions ... Done (0.375s) |
133 | 2024-12-20T21:12:49.057Z | Planning: Consolidating action changes ... Done (2.091s) |
134 | 2024-12-20T21:12:49.499Z | Planning: Evaluating mediators ... Done (0.442s) |
135 | 2024-12-20T21:12:49.577Z | Planning: Planning completed in 14.78 seconds |
136 | 2024-12-20T21:12:49.592Z | Packages to install: 4 |
137 | 2024-12-20T21:12:49.593Z | Packages to update: 3 |
138 | 2024-12-20T21:12:49.597Z | Mediators to change: 2 |
139 | 2024-12-20T21:12:49.597Z | Services to change: 1 |
140 | 2024-12-20T21:12:49.598Z | Estimated space available: 155.63 GB |
141 | 2024-12-20T21:12:49.598Z | Estimated space to be consumed: 1.64 GB |
142 | 2024-12-20T21:12:49.598Z | Create boot environment: No |
143 | 2024-12-20T21:12:49.598Z | Create backup boot environment: Yes |
144 | 2024-12-20T21:12:49.598Z | Rebuild boot archive: No |
145 | 2024-12-20T21:12:49.598Z | |
146 | 2024-12-20T21:12:49.598Z | Changed mediators: |
147 | 2024-12-20T21:12:49.598Z | mediator clang: |
148 | 2024-12-20T21:12:49.598Z | version: None -> 15 (system default) |
149 | 2024-12-20T21:12:49.598Z | |
150 | 2024-12-20T21:12:49.598Z | mediator llvm: |
151 | 2024-12-20T21:12:49.598Z | version: 14 (system default) -> 15 (system default) |
152 | 2024-12-20T21:12:49.598Z | |
153 | 2024-12-20T21:12:49.598Z | Changed packages: |
154 | 2024-12-20T21:12:49.598Z | helios-dev |
155 | 2024-12-20T21:12:49.598Z | developer/build-essential |
156 | 2024-12-20T21:12:49.598Z | None -> 11-2.0 |
157 | 2024-12-20T21:12:49.598Z | library/libxmlsec1 |
158 | 2024-12-20T21:12:49.598Z | None -> 1.2.35-2.0 |
159 | 2024-12-20T21:12:49.598Z | ooce/developer/clang-15 |
160 | 2024-12-20T21:12:49.598Z | None -> 15.0.7-2.0 |
161 | 2024-12-20T21:12:49.598Z | ooce/developer/llvm-15 |
162 | 2024-12-20T21:12:49.598Z | None -> 15.0.7-2.0 |
163 | 2024-12-20T21:12:49.598Z | package/pkg |
164 | 2024-12-20T21:12:49.598Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2024-12-20T21:12:49.598Z | system/library/g++-runtime |
166 | 2024-12-20T21:12:49.598Z | 13-2.0 -> 14-2.0 |
167 | 2024-12-20T21:12:49.598Z | system/library/gcc-runtime |
168 | 2024-12-20T21:12:49.598Z | 13-2.0 -> 14-2.0 |
169 | 2024-12-20T21:12:49.599Z | |
170 | 2024-12-20T21:12:49.599Z | Services: |
171 | 2024-12-20T21:12:49.599Z | restart_fmri: |
172 | 2024-12-20T21:12:49.599Z | svc:/system/update-man-index:default |
173 | 2024-12-20T21:12:49.599Z | |
174 | 2024-12-20T21:12:49.599Z | Editable files to change: |
175 | 2024-12-20T21:12:49.599Z | Update: |
176 | 2024-12-20T21:12:49.599Z | usr/share/lib/pkg/web/config.shtml |
177 | 2024-12-20T21:12:49.676Z | |
178 | 2024-12-20T21:12:49.676Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2024-12-20T21:12:55.780Z | Download: 210/4301 items 1.3/225.4MB 0% complete (763k/s) |
180 | 2024-12-20T21:13:00.781Z | Download: 887/4301 items 18.8/225.4MB 8% complete (1.8M/s) |
181 | 2024-12-20T21:13:08.524Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (9.5M/s) |
182 | 2024-12-20T21:13:21.310Z | Download: 1196/4301 items 83.5/225.4MB 37% complete |
183 | 2024-12-20T21:13:26.317Z | Download: 2167/4301 items 119.0/225.4MB 52% complete (7.2M/s) |
184 | 2024-12-20T21:13:35.735Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (6.7M/s) |
185 | 2024-12-20T21:13:40.737Z | Download: 2383/4301 items 120.0/225.4MB 53% complete (176k/s) |
186 | 2024-12-20T21:13:45.742Z | Download: 2579/4301 items 120.4/225.4MB 53% complete (123k/s) |
187 | 2024-12-20T21:13:50.754Z | Download: 2785/4301 items 120.9/225.4MB 53% complete (94.0k/s) |
188 | 2024-12-20T21:14:01.192Z | Download: 3239/4301 items 203.0/225.4MB 90% complete (8.3M/s) |
189 | 2024-12-20T21:14:06.195Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (11.2k/s) |
190 | 2024-12-20T21:14:11.195Z | Download: 3455/4301 items 215.1/225.4MB 95% complete (1.2M/s) |
191 | 2024-12-20T21:14:16.196Z | Download: 3852/4301 items 217.7/225.4MB 96% complete (1.5M/s) |
192 | 2024-12-20T21:14:24.543Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (1.0M/s) |
193 | 2024-12-20T21:14:30.108Z | Download: 4294/4301 items 224.4/225.4MB 99% complete (447k/s) |
194 | 2024-12-20T21:14:33.690Z | Download: Completed 225.42 MB in 104.00 seconds (2.2M/s) |
195 | 2024-12-20T21:14:36.013Z | Actions: 1/5122 actions (Removing old actions) |
196 | 2024-12-20T21:14:36.046Z | Actions: 194/5122 actions (Installing new actions) |
197 | 2024-12-20T21:14:40.742Z | Actions: 4267/5122 actions (Updating modified actions) |
198 | 2024-12-20T21:14:41.104Z | Actions: Completed 5122 actions in 5.14 seconds. |
199 | 2024-12-20T21:14:41.519Z | Done (0.408s) |
200 | 2024-12-20T21:14:41.522Z | Done (0.001s) |
201 | 2024-12-20T21:14:42.096Z | Done (0.575s) |
202 | 2024-12-20T21:14:46.415Z | Done (4.088s) |
203 | 2024-12-20T21:14:46.502Z | Done (0.017s) |
204 | 2024-12-20T21:14:46.504Z | Done (0.000s) |
205 | 2024-12-20T21:14:46.724Z | Done (0.000s) |
206 | 2024-12-20T21:14:47.422Z | Planning: Evaluating mediator changes ... Done |
207 | 2024-12-20T21:14:47.582Z | Planning: Checking for conflicting actions ... Done |
208 | 2024-12-20T21:14:47.585Z | Planning: Consolidating action changes ... Done |
209 | 2024-12-20T21:14:47.853Z | Planning: Evaluating mediators ... Done |
210 | 2024-12-20T21:14:47.857Z | Planning: Planning completed in 0.43 seconds |
211 | 2024-12-20T21:14:47.887Z | Mediators to change: 2 |
212 | 2024-12-20T21:14:47.887Z | Create boot environment: No |
213 | 2024-12-20T21:14:47.889Z | Create backup boot environment: No |
214 | 2024-12-20T21:14:47.986Z | Done |
215 | 2024-12-20T21:14:47.986Z | Done |
216 | 2024-12-20T21:14:48.355Z | Done |
217 | 2024-12-20T21:14:51.936Z | Done |
218 | 2024-12-20T21:14:52.033Z | Done |
219 | 2024-12-20T21:14:52.035Z | Done |
220 | 2024-12-20T21:14:52.153Z | Done |
221 | 2024-12-20T21:14:52.759Z | Planning: Evaluating mediator changes ... Done |
222 | 2024-12-20T21:14:52.763Z | Planning: Merging actions ... Done |
223 | 2024-12-20T21:14:52.951Z | Planning: Checking for conflicting actions ... Done |
224 | 2024-12-20T21:14:52.953Z | Planning: Consolidating action changes ... Done |
225 | 2024-12-20T21:14:53.217Z | Planning: Evaluating mediators ... Done |
226 | 2024-12-20T21:14:53.271Z | Planning: Planning completed in 0.75 seconds |
227 | 2024-12-20T21:14:53.312Z | Packages to change: 1 |
228 | 2024-12-20T21:14:53.312Z | Mediators to change: 1 |
229 | 2024-12-20T21:14:53.315Z | Services to change: 1 |
230 | 2024-12-20T21:14:53.315Z | Create boot environment: No |
231 | 2024-12-20T21:14:53.315Z | Create backup boot environment: Yes |
232 | 2024-12-20T21:14:55.452Z | Actions: 1/6 actions (Updating modified actions) |
233 | 2024-12-20T21:14:55.456Z | Actions: Completed 6 actions in 0.00 seconds. |
234 | 2024-12-20T21:14:55.456Z | Done |
235 | 2024-12-20T21:14:55.456Z | Done |
236 | 2024-12-20T21:14:55.571Z | Done |
237 | 2024-12-20T21:14:59.279Z | Done |
238 | 2024-12-20T21:14:59.369Z | Done |
239 | 2024-12-20T21:14:59.371Z | Done |
240 | 2024-12-20T21:14:59.527Z | Done |
241 | 2024-12-20T21:14:59.960Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
242 | 2024-12-20T21:14:59.960Z | clang system 15 system |
243 | 2024-12-20T21:14:59.960Z | csh system system illumos |
244 | 2024-12-20T21:14:59.960Z | ctags system system illumos |
245 | 2024-12-20T21:14:59.960Z | gcc vendor 12 vendor |
246 | 2024-12-20T21:14:59.960Z | gcc system 10 system |
247 | 2024-12-20T21:14:59.960Z | gcc system 7 system |
248 | 2024-12-20T21:14:59.960Z | go system 1.20 system |
249 | 2024-12-20T21:14:59.961Z | go system 1.19 system |
250 | 2024-12-20T21:14:59.961Z | llvm system 15 system |
251 | 2024-12-20T21:14:59.961Z | llvm system 14 system |
252 | 2024-12-20T21:14:59.961Z | mariadb system 10.6 system |
253 | 2024-12-20T21:14:59.961Z | mta vendor vendor dma |
254 | 2024-12-20T21:14:59.961Z | openjdk system 17 system |
255 | 2024-12-20T21:14:59.961Z | openjdk system 11 system |
256 | 2024-12-20T21:14:59.961Z | openjdk system 1.8 system |
257 | 2024-12-20T21:14:59.961Z | openssl vendor 3 vendor |
258 | 2024-12-20T21:14:59.961Z | perl system 5.36 system |
259 | 2024-12-20T21:14:59.961Z | postgresql system 15 system |
260 | 2024-12-20T21:14:59.961Z | postgresql system 13 system |
261 | 2024-12-20T21:14:59.961Z | python vendor 3 vendor |
262 | 2024-12-20T21:14:59.961Z | python system 2 system |
263 | 2024-12-20T21:14:59.961Z | python3 system 3.11 system |
264 | 2024-12-20T21:14:59.961Z | ruby system 3.0 system |
265 | 2024-12-20T21:14:59.961Z | words vendor vendor american-english |
266 | 2024-12-20T21:14:59.961Z | words system system australian-english |
267 | 2024-12-20T21:14:59.961Z | words system system british-english |
268 | 2024-12-20T21:14:59.961Z | words system system canadian-english |
269 | 2024-12-20T21:14:59.961Z | words system system french |
270 | 2024-12-20T21:14:59.961Z | words system system italian |
271 | 2024-12-20T21:14:59.961Z | words system system ngerman |
272 | 2024-12-20T21:14:59.961Z | words system system ogerman |
273 | 2024-12-20T21:14:59.961Z | words system system spanish |
274 | 2024-12-20T21:15:00.296Z | PUBLISHER TYPE STATUS P LOCATION |
275 | 2024-12-20T21:15:00.296Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
276 | 2024-12-20T21:15:03.020Z | FMRI IFO |
277 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
278 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
279 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
280 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
281 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
282 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
283 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
284 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
285 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
286 | 2024-12-20T21:15:03.020Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
287 | 2024-12-20T21:15:03.021Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
288 | 2024-12-20T21:15:03.021Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
289 | 2024-12-20T21:15:03.021Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
290 | 2024-12-20T21:15:03.021Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
291 | 2024-12-20T21:15:03.021Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
292 | 2024-12-20T21:15:03.790Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
293 | 2024-12-20T21:15:04.056Z | Updating crates.io index |
294 | 2024-12-20T21:15:04.143Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
295 | 2024-12-20T21:15:04.630Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
296 | 2024-12-20T21:15:04.892Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
297 | 2024-12-20T21:15:05.119Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
298 | 2024-12-20T21:15:05.404Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
299 | 2024-12-20T21:15:06.315Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
300 | 2024-12-20T21:15:07.859Z | Updating git repository `https://github.com/oxidecomputer/opte` |
301 | 2024-12-20T21:15:08.509Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
302 | 2024-12-20T21:15:09.266Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
303 | 2024-12-20T21:15:09.525Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
304 | 2024-12-20T21:15:09.806Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
305 | 2024-12-20T21:15:10.670Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
306 | 2024-12-20T21:15:10.971Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2024-12-20T21:15:11.277Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
308 | 2024-12-20T21:15:11.506Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
309 | 2024-12-20T21:15:11.728Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
310 | 2024-12-20T21:15:11.921Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
311 | 2024-12-20T21:15:12.182Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
312 | 2024-12-20T21:15:12.437Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
313 | 2024-12-20T21:15:12.822Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
314 | 2024-12-20T21:15:13.120Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
315 | 2024-12-20T21:15:13.557Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
316 | 2024-12-20T21:15:13.835Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
317 | 2024-12-20T21:15:14.152Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
318 | 2024-12-20T21:15:14.570Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
319 | 2024-12-20T21:15:14.838Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
320 | 2024-12-20T21:15:15.085Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
321 | 2024-12-20T21:15:15.349Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
322 | 2024-12-20T21:15:16.559Z | Downloading crates ... |
323 | 2024-12-20T21:15:16.681Z | Downloaded heck v0.5.0 |
324 | 2024-12-20T21:15:16.750Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-12-20T21:15:16.750Z | Downloaded anstream v0.6.15 |
326 | 2024-12-20T21:15:16.750Z | Downloaded dtrace-parser v0.2.0 |
327 | 2024-12-20T21:15:16.750Z | Downloaded swrite v0.1.0 |
328 | 2024-12-20T21:15:16.750Z | Downloaded equivalent v1.0.1 |
329 | 2024-12-20T21:15:16.751Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-12-20T21:15:16.751Z | Downloaded clap_derive v4.5.18 |
331 | 2024-12-20T21:15:16.751Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2024-12-20T21:15:16.751Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-12-20T21:15:16.751Z | Downloaded pretty-hex v0.4.1 |
334 | 2024-12-20T21:15:16.751Z | Downloaded dof v0.3.0 |
335 | 2024-12-20T21:15:16.751Z | Downloaded autocfg v1.4.0 |
336 | 2024-12-20T21:15:16.751Z | Downloaded heck v0.4.1 |
337 | 2024-12-20T21:15:16.751Z | Downloaded anstyle-query v1.1.1 |
338 | 2024-12-20T21:15:16.751Z | Downloaded digest v0.10.7 |
339 | 2024-12-20T21:15:16.752Z | Downloaded cpufeatures v0.2.14 |
340 | 2024-12-20T21:15:16.752Z | Downloaded colorchoice v1.0.2 |
341 | 2024-12-20T21:15:16.752Z | Downloaded thiserror-impl v1.0.69 |
342 | 2024-12-20T21:15:16.752Z | Downloaded tabled_derive v0.7.0 |
343 | 2024-12-20T21:15:16.752Z | Downloaded pest_generator v2.7.14 |
344 | 2024-12-20T21:15:16.752Z | Downloaded errno v0.3.9 |
345 | 2024-12-20T21:15:16.752Z | Downloaded block-buffer v0.10.4 |
346 | 2024-12-20T21:15:16.752Z | Downloaded fnv v1.0.7 |
347 | 2024-12-20T21:15:16.752Z | Downloaded fs-err v2.11.0 |
348 | 2024-12-20T21:15:16.752Z | Downloaded unicode-linebreak v0.1.5 |
349 | 2024-12-20T21:15:16.752Z | Downloaded terminal_size v0.4.0 |
350 | 2024-12-20T21:15:16.753Z | Downloaded strsim v0.11.1 |
351 | 2024-12-20T21:15:16.753Z | Downloaded utf8parse v0.2.2 |
352 | 2024-12-20T21:15:16.819Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-12-20T21:15:16.819Z | Downloaded fastrand v2.1.1 |
354 | 2024-12-20T21:15:16.820Z | Downloaded clap_lex v0.7.2 |
355 | 2024-12-20T21:15:16.820Z | Downloaded cfg-if v1.0.0 |
356 | 2024-12-20T21:15:16.820Z | Downloaded anstyle v1.0.10 |
357 | 2024-12-20T21:15:16.820Z | Downloaded macaddr v1.0.1 |
358 | 2024-12-20T21:15:16.820Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-12-20T21:15:16.820Z | Downloaded version_check v0.9.5 |
360 | 2024-12-20T21:15:16.820Z | Downloaded generic-array v0.14.7 |
361 | 2024-12-20T21:15:16.820Z | Downloaded crypto-common v0.1.6 |
362 | 2024-12-20T21:15:16.820Z | Downloaded cargo-platform v0.1.8 |
363 | 2024-12-20T21:15:16.821Z | Downloaded bytecount v0.6.8 |
364 | 2024-12-20T21:15:16.821Z | Downloaded memmap v0.7.0 |
365 | 2024-12-20T21:15:16.821Z | Downloaded thread-id v4.2.2 |
366 | 2024-12-20T21:15:16.821Z | Downloaded plain v0.2.3 |
367 | 2024-12-20T21:15:16.821Z | Downloaded serde_spanned v0.6.8 |
368 | 2024-12-20T21:15:16.821Z | Downloaded byteorder v1.5.0 |
369 | 2024-12-20T21:15:16.821Z | Downloaded itoa v1.0.11 |
370 | 2024-12-20T21:15:16.821Z | Downloaded camino v1.1.9 |
371 | 2024-12-20T21:15:16.821Z | Downloaded toml_datetime v0.6.8 |
372 | 2024-12-20T21:15:16.821Z | Downloaded smawk v0.3.2 |
373 | 2024-12-20T21:15:16.822Z | Downloaded anstyle-parse v0.2.5 |
374 | 2024-12-20T21:15:16.822Z | Downloaded is_terminal_polyfill v1.70.1 |
375 | 2024-12-20T21:15:16.822Z | Downloaded thiserror v1.0.69 |
376 | 2024-12-20T21:15:16.822Z | Downloaded semver v1.0.23 |
377 | 2024-12-20T21:15:16.822Z | Downloaded quote v1.0.37 |
378 | 2024-12-20T21:15:16.822Z | Downloaded usdt-impl v0.5.0 |
379 | 2024-12-20T21:15:16.822Z | Downloaded camino-tempfile v1.1.1 |
380 | 2024-12-20T21:15:16.822Z | Downloaded cargo_toml v0.20.5 |
381 | 2024-12-20T21:15:16.822Z | Downloaded zerocopy-derive v0.7.35 |
382 | 2024-12-20T21:15:16.822Z | Downloaded scroll v0.12.0 |
383 | 2024-12-20T21:15:16.822Z | Downloaded proc-macro-error v1.0.4 |
384 | 2024-12-20T21:15:16.833Z | Downloaded pest_derive v2.7.14 |
385 | 2024-12-20T21:15:16.833Z | Downloaded usdt v0.5.0 |
386 | 2024-12-20T21:15:16.833Z | Downloaded unicode-ident v1.0.13 |
387 | 2024-12-20T21:15:16.834Z | Downloaded sha2 v0.10.8 |
388 | 2024-12-20T21:15:16.834Z | Downloaded once_cell v1.20.2 |
389 | 2024-12-20T21:15:16.834Z | Downloaded clap v4.5.21 |
390 | 2024-12-20T21:15:16.834Z | Downloaded ryu v1.0.18 |
391 | 2024-12-20T21:15:16.834Z | Downloaded toml v0.8.19 |
392 | 2024-12-20T21:15:16.834Z | Downloaded bitflags v2.6.0 |
393 | 2024-12-20T21:15:16.834Z | Downloaded typenum v1.17.0 |
394 | 2024-12-20T21:15:16.834Z | Downloaded proc-macro2 v1.0.89 |
395 | 2024-12-20T21:15:16.834Z | Downloaded tempfile v3.13.0 |
396 | 2024-12-20T21:15:16.834Z | Downloaded anyhow v1.0.93 |
397 | 2024-12-20T21:15:16.835Z | Downloaded ucd-trie v0.1.7 |
398 | 2024-12-20T21:15:16.836Z | Downloaded textwrap v0.16.1 |
399 | 2024-12-20T21:15:16.836Z | Downloaded log v0.4.22 |
400 | 2024-12-20T21:15:16.836Z | Downloaded pest_meta v2.7.14 |
401 | 2024-12-20T21:15:16.836Z | Downloaded serde v1.0.215 |
402 | 2024-12-20T21:15:16.836Z | Downloaded serde_derive v1.0.215 |
403 | 2024-12-20T21:15:16.836Z | Downloaded indexmap v2.6.0 |
404 | 2024-12-20T21:15:16.852Z | Downloaded papergrid v0.11.0 |
405 | 2024-12-20T21:15:16.867Z | Downloaded toml_edit v0.22.22 |
406 | 2024-12-20T21:15:16.902Z | Downloaded memchr v2.7.4 |
407 | 2024-12-20T21:15:16.933Z | Downloaded hashbrown v0.15.1 |
408 | 2024-12-20T21:15:16.934Z | Downloaded pest v2.7.14 |
409 | 2024-12-20T21:15:16.934Z | Downloaded winnow v0.6.20 |
410 | 2024-12-20T21:15:16.968Z | Downloaded zerocopy v0.7.35 |
411 | 2024-12-20T21:15:16.968Z | Downloaded serde_json v1.0.132 |
412 | 2024-12-20T21:15:16.968Z | Downloaded tabled v0.15.0 |
413 | 2024-12-20T21:15:17.021Z | Downloaded clap_builder v4.5.21 |
414 | 2024-12-20T21:15:17.021Z | Downloaded goblin v0.8.2 |
415 | 2024-12-20T21:15:17.022Z | Downloaded syn v1.0.109 |
416 | 2024-12-20T21:15:17.022Z | Downloaded unicode-width v0.1.14 |
417 | 2024-12-20T21:15:17.022Z | Downloaded syn v2.0.87 |
418 | 2024-12-20T21:15:17.078Z | Downloaded rustix v0.38.37 |
419 | 2024-12-20T21:15:17.078Z | Downloaded libc v0.2.162 |
420 | 2024-12-20T21:15:17.377Z | Compiling proc-macro2 v1.0.89 |
421 | 2024-12-20T21:15:17.378Z | Compiling unicode-ident v1.0.13 |
422 | 2024-12-20T21:15:17.386Z | Compiling serde v1.0.215 |
423 | 2024-12-20T21:15:17.386Z | Compiling version_check v0.9.5 |
424 | 2024-12-20T21:15:17.387Z | Compiling thiserror v1.0.69 |
425 | 2024-12-20T21:15:17.387Z | Compiling memchr v2.7.4 |
426 | 2024-12-20T21:15:17.387Z | Compiling libc v0.2.162 |
427 | 2024-12-20T21:15:17.387Z | Compiling ryu v1.0.18 |
428 | 2024-12-20T21:15:17.602Z | Compiling ucd-trie v0.1.7 |
429 | 2024-12-20T21:15:17.810Z | Compiling itoa v1.0.11 |
430 | 2024-12-20T21:15:18.118Z | Compiling once_cell v1.20.2 |
431 | 2024-12-20T21:15:18.186Z | Compiling byteorder v1.5.0 |
432 | 2024-12-20T21:15:18.235Z | Compiling serde_json v1.0.132 |
433 | 2024-12-20T21:15:18.509Z | Compiling rustix v0.38.37 |
434 | 2024-12-20T21:15:18.665Z | Compiling bitflags v2.6.0 |
435 | 2024-12-20T21:15:18.691Z | Compiling usdt-impl v0.5.0 |
436 | 2024-12-20T21:15:18.930Z | Compiling proc-macro-error-attr v1.0.4 |
437 | 2024-12-20T21:15:19.037Z | Compiling syn v1.0.109 |
438 | 2024-12-20T21:15:19.195Z | Compiling quote v1.0.37 |
439 | 2024-12-20T21:15:19.271Z | Compiling proc-macro-error v1.0.4 |
440 | 2024-12-20T21:15:19.315Z | Compiling log v0.4.22 |
441 | 2024-12-20T21:15:19.462Z | Compiling hashbrown v0.15.1 |
442 | 2024-12-20T21:15:19.570Z | Compiling errno v0.3.9 |
443 | 2024-12-20T21:15:19.690Z | Compiling syn v2.0.87 |
444 | 2024-12-20T21:15:19.858Z | Compiling equivalent v1.0.1 |
445 | 2024-12-20T21:15:19.907Z | Compiling utf8parse v0.2.2 |
446 | 2024-12-20T21:15:19.984Z | Compiling camino v1.1.9 |
447 | 2024-12-20T21:15:20.011Z | Compiling thread-id v4.2.2 |
448 | 2024-12-20T21:15:20.070Z | Compiling plain v0.2.3 |
449 | 2024-12-20T21:15:20.109Z | Compiling anstyle-parse v0.2.5 |
450 | 2024-12-20T21:15:20.473Z | Compiling pretty-hex v0.4.1 |
451 | 2024-12-20T21:15:20.707Z | Compiling indexmap v2.6.0 |
452 | 2024-12-20T21:15:20.740Z | Compiling anstyle v1.0.10 |
453 | 2024-12-20T21:15:20.769Z | Compiling semver v1.0.23 |
454 | 2024-12-20T21:15:20.792Z | Compiling unicode-width v0.1.14 |
455 | 2024-12-20T21:15:21.006Z | Compiling anstyle-query v1.1.1 |
456 | 2024-12-20T21:15:21.167Z | Compiling winnow v0.6.20 |
457 | 2024-12-20T21:15:21.191Z | Compiling is_terminal_polyfill v1.70.1 |
458 | 2024-12-20T21:15:21.483Z | Compiling autocfg v1.4.0 |
459 | 2024-12-20T21:15:21.491Z | Compiling colorchoice v1.0.2 |
460 | 2024-12-20T21:15:21.656Z | Compiling anstream v0.6.15 |
461 | 2024-12-20T21:15:21.985Z | Compiling terminal_size v0.4.0 |
462 | 2024-12-20T21:15:22.080Z | Compiling strsim v0.11.1 |
463 | 2024-12-20T21:15:22.203Z | Compiling cfg-if v1.0.0 |
464 | 2024-12-20T21:15:22.452Z | Compiling heck v0.5.0 |
465 | 2024-12-20T21:15:22.554Z | Compiling fs-err v2.11.0 |
466 | 2024-12-20T21:15:22.746Z | Compiling bytecount v0.6.8 |
467 | 2024-12-20T21:15:22.773Z | Compiling anyhow v1.0.93 |
468 | 2024-12-20T21:15:22.843Z | Compiling heck v0.4.1 |
469 | 2024-12-20T21:15:22.966Z | Compiling fnv v1.0.7 |
470 | 2024-12-20T21:15:22.997Z | Compiling fastrand v2.1.1 |
471 | 2024-12-20T21:15:23.110Z | Compiling clap_lex v0.7.2 |
472 | 2024-12-20T21:15:23.352Z | Compiling tempfile v3.13.0 |
473 | 2024-12-20T21:15:23.531Z | Compiling clap_builder v4.5.21 |
474 | 2024-12-20T21:15:23.628Z | Compiling papergrid v0.11.0 |
475 | 2024-12-20T21:15:23.753Z | Compiling memmap v0.7.0 |
476 | 2024-12-20T21:15:23.834Z | Compiling smawk v0.3.2 |
477 | 2024-12-20T21:15:24.062Z | Compiling unicode-linebreak v0.1.5 |
478 | 2024-12-20T21:15:24.622Z | Compiling textwrap v0.16.1 |
479 | 2024-12-20T21:15:24.769Z | Compiling swrite v0.1.0 |
480 | 2024-12-20T21:15:25.857Z | Compiling tabled_derive v0.7.0 |
481 | 2024-12-20T21:15:27.493Z | Compiling tabled v0.15.0 |
482 | 2024-12-20T21:15:28.735Z | Compiling serde_derive v1.0.215 |
483 | 2024-12-20T21:15:28.738Z | Compiling thiserror-impl v1.0.69 |
484 | 2024-12-20T21:15:28.738Z | Compiling zerocopy-derive v0.7.35 |
485 | 2024-12-20T21:15:28.884Z | Compiling scroll_derive v0.12.0 |
486 | 2024-12-20T21:15:29.142Z | Compiling clap_derive v4.5.18 |
487 | 2024-12-20T21:15:30.200Z | Compiling scroll v0.12.0 |
488 | 2024-12-20T21:15:30.694Z | Compiling zerocopy v0.7.35 |
489 | 2024-12-20T21:15:30.720Z | Compiling goblin v0.8.2 |
490 | 2024-12-20T21:15:31.466Z | Compiling pest v2.7.14 |
491 | 2024-12-20T21:15:32.882Z | Compiling clap v4.5.21 |
492 | 2024-12-20T21:15:33.715Z | Compiling pest_meta v2.7.14 |
493 | 2024-12-20T21:15:34.601Z | Compiling pest_generator v2.7.14 |
494 | 2024-12-20T21:15:36.547Z | Compiling pest_derive v2.7.14 |
495 | 2024-12-20T21:15:37.254Z | Compiling dtrace-parser v0.2.0 |
496 | 2024-12-20T21:15:39.390Z | Compiling serde_tokenstream v0.2.2 |
497 | 2024-12-20T21:15:39.395Z | Compiling serde_spanned v0.6.8 |
498 | 2024-12-20T21:15:39.395Z | Compiling toml_datetime v0.6.8 |
499 | 2024-12-20T21:15:39.395Z | Compiling cargo-platform v0.1.8 |
500 | 2024-12-20T21:15:39.617Z | Compiling toml_edit v0.22.22 |
501 | 2024-12-20T21:15:39.773Z | Compiling macaddr v1.0.1 |
502 | 2024-12-20T21:15:39.853Z | Compiling camino-tempfile v1.1.1 |
503 | 2024-12-20T21:15:40.408Z | Compiling dof v0.3.0 |
504 | 2024-12-20T21:15:40.837Z | Compiling cargo_metadata v0.18.1 |
505 | 2024-12-20T21:15:42.030Z | Compiling usdt-attr-macro v0.5.0 |
506 | 2024-12-20T21:15:42.031Z | Compiling usdt-macro v0.5.0 |
507 | 2024-12-20T21:15:42.343Z | Compiling toml v0.8.19 |
508 | 2024-12-20T21:15:43.157Z | Compiling cargo_toml v0.20.5 |
509 | 2024-12-20T21:15:43.543Z | Compiling usdt v0.5.0 |
510 | 2024-12-20T21:15:46.751Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
511 | 2024-12-20T21:15:50.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.31s |
512 | 2024-12-20T21:15:51.133Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
513 | 2024-12-20T21:15:51.672Z | Downloading crates ... |
514 | 2024-12-20T21:15:51.804Z | Downloaded headers-core v0.3.0 |
515 | 2024-12-20T21:15:51.809Z | Downloaded darling v0.20.10 |
516 | 2024-12-20T21:15:51.813Z | Downloaded adler2 v2.0.0 |
517 | 2024-12-20T21:15:51.817Z | Downloaded heapless v0.8.0 |
518 | 2024-12-20T21:15:51.822Z | Downloaded http-range v0.1.5 |
519 | 2024-12-20T21:15:51.825Z | Downloaded http-body v1.0.1 |
520 | 2024-12-20T21:15:51.827Z | Downloaded addr2line v0.24.2 |
521 | 2024-12-20T21:15:51.830Z | Downloaded hubpack_derive v0.1.1 |
522 | 2024-12-20T21:15:51.833Z | Downloaded icu_provider_macros v1.5.0 |
523 | 2024-12-20T21:15:51.833Z | Downloaded instant v0.1.13 |
524 | 2024-12-20T21:15:51.836Z | Downloaded allocator-api2 v0.2.18 |
525 | 2024-12-20T21:15:51.839Z | Downloaded md5 v0.7.0 |
526 | 2024-12-20T21:15:51.841Z | Downloaded aead v0.5.2 |
527 | 2024-12-20T21:15:51.844Z | Downloaded aes-gcm v0.10.3 |
528 | 2024-12-20T21:15:51.848Z | Downloaded matches v0.1.10 |
529 | 2024-12-20T21:15:51.850Z | Downloaded is_ci v1.2.0 |
530 | 2024-12-20T21:15:51.850Z | Downloaded arc-swap v1.7.1 |
531 | 2024-12-20T21:15:51.853Z | Downloaded ident_case v1.0.1 |
532 | 2024-12-20T21:15:51.857Z | Downloaded hex v0.4.3 |
533 | 2024-12-20T21:15:51.857Z | Downloaded ahash v0.8.11 |
534 | 2024-12-20T21:15:51.860Z | Downloaded match_cfg v0.1.0 |
535 | 2024-12-20T21:15:51.864Z | Downloaded heck v0.3.3 |
536 | 2024-12-20T21:15:51.864Z | Downloaded array-init v0.0.4 |
537 | 2024-12-20T21:15:51.869Z | Downloaded atomic-waker v1.1.2 |
538 | 2024-12-20T21:15:51.869Z | Downloaded assert_matches v1.5.0 |
539 | 2024-12-20T21:15:51.872Z | Downloaded hyper-tls v0.6.0 |
540 | 2024-12-20T21:15:51.872Z | Downloaded async-bb8-diesel v0.2.1 |
541 | 2024-12-20T21:15:51.875Z | Downloaded humantime v2.1.0 |
542 | 2024-12-20T21:15:51.877Z | Downloaded impl-trait-for-tuples v0.2.2 |
543 | 2024-12-20T21:15:51.881Z | Downloaded base64ct v1.6.0 |
544 | 2024-12-20T21:15:51.884Z | Downloaded kstat-rs v0.2.4 |
545 | 2024-12-20T21:15:51.884Z | Downloaded managed v0.8.0 |
546 | 2024-12-20T21:15:51.886Z | Downloaded arrayvec v0.7.6 |
547 | 2024-12-20T21:15:51.889Z | Downloaded async-stream v0.3.6 |
548 | 2024-12-20T21:15:51.892Z | Downloaded linked-hash-map v0.5.6 |
549 | 2024-12-20T21:15:51.892Z | Downloaded blake2 v0.10.6 |
550 | 2024-12-20T21:15:51.895Z | Downloaded bit-set v0.5.3 |
551 | 2024-12-20T21:15:51.900Z | Downloaded memoffset v0.9.1 |
552 | 2024-12-20T21:15:51.900Z | Downloaded md-5 v0.10.6 |
553 | 2024-12-20T21:15:51.904Z | Downloaded maybe-uninit v2.0.0 |
554 | 2024-12-20T21:15:51.904Z | Downloaded bitflags v1.3.2 |
555 | 2024-12-20T21:15:51.906Z | Downloaded libsw v3.3.1 |
556 | 2024-12-20T21:15:51.912Z | Downloaded cfg_aliases v0.1.1 |
557 | 2024-12-20T21:15:51.914Z | Downloaded sigpipe v0.1.3 |
558 | 2024-12-20T21:15:51.914Z | Downloaded indent_write v2.2.0 |
559 | 2024-12-20T21:15:51.914Z | Downloaded idna_adapter v1.2.0 |
560 | 2024-12-20T21:15:51.918Z | Downloaded bitfield v0.14.0 |
561 | 2024-12-20T21:15:51.918Z | Downloaded bitfield-struct v0.6.2 |
562 | 2024-12-20T21:15:51.920Z | Downloaded mime v0.3.17 |
563 | 2024-12-20T21:15:51.924Z | Downloaded lru-cache v0.1.2 |
564 | 2024-12-20T21:15:51.924Z | Downloaded linear-map v1.2.0 |
565 | 2024-12-20T21:15:51.927Z | Downloaded ciborium-io v0.2.2 |
566 | 2024-12-20T21:15:51.927Z | Downloaded is-terminal v0.4.13 |
567 | 2024-12-20T21:15:51.927Z | Downloaded cfg_aliases v0.2.1 |
568 | 2024-12-20T21:15:51.932Z | Downloaded instability v0.3.2 |
569 | 2024-12-20T21:15:51.932Z | Downloaded iana-time-zone v0.1.61 |
570 | 2024-12-20T21:15:51.934Z | Downloaded jobserver v0.1.32 |
571 | 2024-12-20T21:15:51.937Z | Downloaded hyper-staticfile v0.10.1 |
572 | 2024-12-20T21:15:51.940Z | Downloaded crunchy v0.2.2 |
573 | 2024-12-20T21:15:51.940Z | Downloaded lockfree-object-pool v0.1.6 |
574 | 2024-12-20T21:15:51.961Z | Downloaded maplit v1.0.2 |
575 | 2024-12-20T21:15:51.961Z | Downloaded crucible-workspace-hack v0.1.0 |
576 | 2024-12-20T21:15:51.961Z | Downloaded hickory-client v0.24.1 |
577 | 2024-12-20T21:15:51.961Z | Downloaded memmap2 v0.9.5 |
578 | 2024-12-20T21:15:51.961Z | Downloaded lock_api v0.4.12 |
579 | 2024-12-20T21:15:51.961Z | Downloaded sync_wrapper v1.0.1 |
580 | 2024-12-20T21:15:51.962Z | Downloaded mime_guess v2.0.5 |
581 | 2024-12-20T21:15:51.967Z | Downloaded lalrpop-util v0.19.12 |
582 | 2024-12-20T21:15:51.967Z | Downloaded ipnet v2.10.1 |
583 | 2024-12-20T21:15:51.967Z | Downloaded bcs v0.1.6 |
584 | 2024-12-20T21:15:51.967Z | Downloaded tower-service v0.3.3 |
585 | 2024-12-20T21:15:51.967Z | Downloaded sqlparser_derive v0.2.2 |
586 | 2024-12-20T21:15:51.967Z | Downloaded rpassword v7.3.1 |
587 | 2024-12-20T21:15:51.973Z | Downloaded rand_chacha v0.3.1 |
588 | 2024-12-20T21:15:51.973Z | Downloaded litemap v0.7.3 |
589 | 2024-12-20T21:15:51.978Z | Downloaded derive_builder_macro v0.20.2 |
590 | 2024-12-20T21:15:51.978Z | Downloaded constant_time_eq v0.3.1 |
591 | 2024-12-20T21:15:51.978Z | Downloaded chrono-tz-build v0.4.0 |
592 | 2024-12-20T21:15:51.978Z | Downloaded ciborium-ll v0.2.2 |
593 | 2024-12-20T21:15:51.983Z | Downloaded slog-json v2.6.1 |
594 | 2024-12-20T21:15:51.983Z | Downloaded cstr-argument v0.1.2 |
595 | 2024-12-20T21:15:51.983Z | Downloaded crc v3.2.1 |
596 | 2024-12-20T21:15:51.986Z | Downloaded curve25519-dalek-derive v0.1.1 |
597 | 2024-12-20T21:15:51.986Z | Downloaded indexmap v1.9.3 |
598 | 2024-12-20T21:15:51.989Z | Downloaded crossbeam-deque v0.8.5 |
599 | 2024-12-20T21:15:51.992Z | Downloaded icu_locid_transform_data v1.5.0 |
600 | 2024-12-20T21:15:51.995Z | Downloaded endian-type v0.1.2 |
601 | 2024-12-20T21:15:51.995Z | Downloaded darling_macro v0.20.10 |
602 | 2024-12-20T21:15:51.995Z | Downloaded foreign-types-shared v0.3.1 |
603 | 2024-12-20T21:15:51.998Z | Downloaded cobs v0.2.3 |
604 | 2024-12-20T21:15:51.998Z | Downloaded icu_normalizer v1.5.0 |
605 | 2024-12-20T21:15:52.003Z | Downloaded icu_provider v1.5.0 |
606 | 2024-12-20T21:15:52.006Z | Downloaded ciborium v0.2.2 |
607 | 2024-12-20T21:15:52.009Z | Downloaded crc-catalog v2.4.0 |
608 | 2024-12-20T21:15:52.012Z | Downloaded num_threads v0.1.7 |
609 | 2024-12-20T21:15:52.015Z | Downloaded sync-ptr v0.1.1 |
610 | 2024-12-20T21:15:52.015Z | Downloaded supports-color v3.0.1 |
611 | 2024-12-20T21:15:52.019Z | Downloaded fxhash v0.2.1 |
612 | 2024-12-20T21:15:52.019Z | Downloaded base64 v0.13.1 |
613 | 2024-12-20T21:15:52.022Z | Downloaded peg-runtime v0.8.3 |
614 | 2024-12-20T21:15:52.022Z | Downloaded oso-derive v0.27.3 |
615 | 2024-12-20T21:15:52.026Z | Downloaded ssh-cipher v0.2.0 |
616 | 2024-12-20T21:15:52.026Z | Downloaded tokio-native-tls v0.3.1 |
617 | 2024-12-20T21:15:52.030Z | Downloaded opaque-debug v0.3.1 |
618 | 2024-12-20T21:15:52.030Z | Downloaded xz2 v0.1.7 |
619 | 2024-12-20T21:15:52.037Z | Downloaded cookie_store v0.21.0 |
620 | 2024-12-20T21:15:52.037Z | Downloaded untrusted v0.7.1 |
621 | 2024-12-20T21:15:52.041Z | Downloaded fd-lock v4.0.2 |
622 | 2024-12-20T21:15:52.041Z | Downloaded serde_with_macros v3.11.0 |
623 | 2024-12-20T21:15:52.045Z | Downloaded crc32fast v1.4.2 |
624 | 2024-12-20T21:15:52.045Z | Downloaded icu_locid v1.5.0 |
625 | 2024-12-20T21:15:52.048Z | Downloaded hyper-util v0.1.10 |
626 | 2024-12-20T21:15:52.056Z | Downloaded deranged v0.3.11 |
627 | 2024-12-20T21:15:52.059Z | Downloaded fallible-iterator v0.3.0 |
628 | 2024-12-20T21:15:52.059Z | Downloaded cancel-safe-futures v0.1.5 |
629 | 2024-12-20T21:15:52.061Z | Downloaded backtrace v0.3.74 |
630 | 2024-12-20T21:15:52.066Z | Downloaded subtle v2.6.1 |
631 | 2024-12-20T21:15:52.069Z | Downloaded group v0.13.0 |
632 | 2024-12-20T21:15:52.071Z | Downloaded hash32 v0.3.1 |
633 | 2024-12-20T21:15:52.074Z | Downloaded hash32 v0.2.1 |
634 | 2024-12-20T21:15:52.074Z | Downloaded sqlformat v0.2.6 |
635 | 2024-12-20T21:15:52.078Z | Downloaded structmeta-derive v0.3.0 |
636 | 2024-12-20T21:15:52.081Z | Downloaded typify-macro v0.2.0 |
637 | 2024-12-20T21:15:52.081Z | Downloaded strum_macros v0.26.4 |
638 | 2024-12-20T21:15:52.084Z | Downloaded structmeta-derive v0.2.0 |
639 | 2024-12-20T21:15:52.084Z | Downloaded downcast v0.11.0 |
640 | 2024-12-20T21:15:52.086Z | Downloaded polyval v0.6.2 |
641 | 2024-12-20T21:15:52.089Z | Downloaded walkdir v2.5.0 |
642 | 2024-12-20T21:15:52.091Z | Downloaded crossbeam-epoch v0.9.18 |
643 | 2024-12-20T21:15:52.094Z | Downloaded ref-cast-impl v1.0.23 |
644 | 2024-12-20T21:15:52.096Z | Downloaded vte_generate_state_changes v0.1.2 |
645 | 2024-12-20T21:15:52.096Z | Downloaded ref-cast v1.0.23 |
646 | 2024-12-20T21:15:52.099Z | Downloaded heapless v0.7.17 |
647 | 2024-12-20T21:15:52.104Z | Downloaded pin-utils v0.1.0 |
648 | 2024-12-20T21:15:52.106Z | Downloaded zerovec-derive v0.10.3 |
649 | 2024-12-20T21:15:52.109Z | Downloaded icu_collections v1.5.0 |
650 | 2024-12-20T21:15:52.115Z | Downloaded hickory-server v0.24.1 |
651 | 2024-12-20T21:15:52.121Z | Downloaded normalize-line-endings v0.3.0 |
652 | 2024-12-20T21:15:52.126Z | Downloaded structmeta v0.3.0 |
653 | 2024-12-20T21:15:52.126Z | Downloaded base64 v0.21.7 |
654 | 2024-12-20T21:15:52.130Z | Downloaded rustls-pemfile v1.0.4 |
655 | 2024-12-20T21:15:52.133Z | Downloaded structmeta v0.2.0 |
656 | 2024-12-20T21:15:52.135Z | Downloaded thread_local v1.1.8 |
657 | 2024-12-20T21:15:52.135Z | Downloaded hashlink v0.9.1 |
658 | 2024-12-20T21:15:52.139Z | Downloaded password-hash v0.4.2 |
659 | 2024-12-20T21:15:52.141Z | Downloaded tokio-stream v0.1.16 |
660 | 2024-12-20T21:15:52.145Z | Downloaded utf-8 v0.7.6 |
661 | 2024-12-20T21:15:52.148Z | Downloaded chacha20poly1305 v0.10.1 |
662 | 2024-12-20T21:15:52.150Z | Downloaded russh-cryptovec v0.7.3 |
663 | 2024-12-20T21:15:52.153Z | Downloaded zerofrom-derive v0.1.4 |
664 | 2024-12-20T21:15:52.153Z | Downloaded unicase v2.7.0 |
665 | 2024-12-20T21:15:52.156Z | Downloaded writeable v0.5.5 |
666 | 2024-12-20T21:15:52.159Z | Downloaded zeroize v1.8.1 |
667 | 2024-12-20T21:15:52.159Z | Downloaded poly1305 v0.8.0 |
668 | 2024-12-20T21:15:52.162Z | Downloaded derive_more v0.99.18 |
669 | 2024-12-20T21:15:52.167Z | Downloaded fatfs v0.3.6 |
670 | 2024-12-20T21:15:52.171Z | Downloaded gethostname v0.5.0 |
671 | 2024-12-20T21:15:52.174Z | Downloaded futures-task v0.3.31 |
672 | 2024-12-20T21:15:52.177Z | Downloaded termtree v0.4.1 |
673 | 2024-12-20T21:15:52.177Z | Downloaded embedded-io v0.6.1 |
674 | 2024-12-20T21:15:52.180Z | Downloaded smallvec v1.13.2 |
675 | 2024-12-20T21:15:52.182Z | Downloaded futures v0.3.31 |
676 | 2024-12-20T21:15:52.187Z | Downloaded want v0.3.1 |
677 | 2024-12-20T21:15:52.191Z | Downloaded try-lock v0.2.5 |
678 | 2024-12-20T21:15:52.191Z | Downloaded universal-hash v0.5.1 |
679 | 2024-12-20T21:15:52.191Z | Downloaded pkcs8 v0.10.2 |
680 | 2024-12-20T21:15:52.194Z | Downloaded num_enum_derive v0.5.11 |
681 | 2024-12-20T21:15:52.198Z | Downloaded yoke-derive v0.7.4 |
682 | 2024-12-20T21:15:52.198Z | Downloaded paste v1.0.15 |
683 | 2024-12-20T21:15:52.212Z | Downloaded scopeguard v1.2.0 |
684 | 2024-12-20T21:15:52.215Z | Downloaded rand_seeder v0.3.0 |
685 | 2024-12-20T21:15:52.216Z | Downloaded quinn-udp v0.5.5 |
686 | 2024-12-20T21:15:52.219Z | Downloaded progenitor v0.8.0 |
687 | 2024-12-20T21:15:52.220Z | Downloaded proc-macro-crate v1.3.1 |
688 | 2024-12-20T21:15:52.223Z | Downloaded schemars_derive v0.8.21 |
689 | 2024-12-20T21:15:52.223Z | Downloaded rustc-hash v2.0.0 |
690 | 2024-12-20T21:15:52.225Z | Downloaded rustc-hash v1.1.0 |
691 | 2024-12-20T21:15:52.225Z | Downloaded rand_xorshift v0.3.0 |
692 | 2024-12-20T21:15:52.226Z | Downloaded publicsuffix v2.2.3 |
693 | 2024-12-20T21:15:52.229Z | Downloaded displaydoc v0.2.5 |
694 | 2024-12-20T21:15:52.232Z | Downloaded newtype_derive v0.1.6 |
695 | 2024-12-20T21:15:52.235Z | Downloaded openssl-macros v0.1.1 |
696 | 2024-12-20T21:15:52.237Z | Downloaded env_logger v0.10.2 |
697 | 2024-12-20T21:15:52.242Z | Downloaded tracing-attributes v0.1.27 |
698 | 2024-12-20T21:15:52.245Z | Downloaded phf_shared v0.10.0 |
699 | 2024-12-20T21:15:52.245Z | Downloaded tokio-macros v2.4.0 |
700 | 2024-12-20T21:15:52.246Z | Downloaded stringprep v0.1.5 |
701 | 2024-12-20T21:15:52.251Z | Downloaded string_cache v0.8.7 |
702 | 2024-12-20T21:15:52.251Z | Downloaded thiserror v2.0.3 |
703 | 2024-12-20T21:15:52.254Z | Downloaded headers v0.4.0 |
704 | 2024-12-20T21:15:52.260Z | Downloaded wyz v0.5.1 |
705 | 2024-12-20T21:15:52.265Z | Downloaded time-core v0.1.2 |
706 | 2024-12-20T21:15:52.265Z | Downloaded tokio-rustls v0.25.0 |
707 | 2024-12-20T21:15:52.267Z | Downloaded p256 v0.13.2 |
708 | 2024-12-20T21:15:52.272Z | Downloaded ghash v0.5.1 |
709 | 2024-12-20T21:15:52.274Z | Downloaded futures-executor v0.3.31 |
710 | 2024-12-20T21:15:52.274Z | Downloaded foreign-types-macros v0.2.3 |
711 | 2024-12-20T21:15:52.277Z | Downloaded foreign-types v0.5.0 |
712 | 2024-12-20T21:15:52.277Z | Downloaded display-error-chain v0.2.2 |
713 | 2024-12-20T21:15:52.280Z | Downloaded unsafe-libyaml v0.2.11 |
714 | 2024-12-20T21:15:52.283Z | Downloaded dirs-sys-next v0.1.2 |
715 | 2024-12-20T21:15:52.283Z | Downloaded postcard v1.0.10 |
716 | 2024-12-20T21:15:52.286Z | Downloaded libm v0.2.8 |
717 | 2024-12-20T21:15:52.295Z | Downloaded num-iter v0.1.45 |
718 | 2024-12-20T21:15:52.298Z | Downloaded nodrop v0.1.14 |
719 | 2024-12-20T21:15:52.298Z | Downloaded value-bag v1.9.0 |
720 | 2024-12-20T21:15:52.301Z | Downloaded num-conv v0.1.0 |
721 | 2024-12-20T21:15:52.305Z | Downloaded phf_shared v0.11.2 |
722 | 2024-12-20T21:15:52.305Z | Downloaded tungstenite v0.21.0 |
723 | 2024-12-20T21:15:52.311Z | Downloaded rfc6979 v0.4.0 |
724 | 2024-12-20T21:15:52.314Z | Downloaded phf_codegen v0.11.2 |
725 | 2024-12-20T21:15:52.314Z | Downloaded resolv-conf v0.7.0 |
726 | 2024-12-20T21:15:52.317Z | Downloaded rustc_version v0.4.1 |
727 | 2024-12-20T21:15:52.317Z | Downloaded smallvec v0.6.14 |
728 | 2024-12-20T21:15:52.319Z | Downloaded pin-project v1.1.6 |
729 | 2024-12-20T21:15:52.330Z | Downloaded zone_cfg_derive v0.1.2 |
730 | 2024-12-20T21:15:52.332Z | Downloaded zerofrom v0.1.4 |
731 | 2024-12-20T21:15:52.332Z | Downloaded strum v0.26.3 |
732 | 2024-12-20T21:15:52.336Z | Downloaded smf v0.2.3 |
733 | 2024-12-20T21:15:52.336Z | Downloaded slog-async v2.8.0 |
734 | 2024-12-20T21:15:52.336Z | Downloaded scheduled-thread-pool v0.2.7 |
735 | 2024-12-20T21:15:52.339Z | Downloaded tls_codec v0.4.1 |
736 | 2024-12-20T21:15:52.344Z | Downloaded oso v0.27.3 |
737 | 2024-12-20T21:15:52.349Z | Downloaded salsa20 v0.10.2 |
738 | 2024-12-20T21:15:52.349Z | Downloaded foreign-types v0.3.2 |
739 | 2024-12-20T21:15:52.353Z | Downloaded zone_cfg_derive v0.3.0 |
740 | 2024-12-20T21:15:52.353Z | Downloaded fixedbitset v0.4.2 |
741 | 2024-12-20T21:15:52.353Z | Downloaded filetime v0.2.25 |
742 | 2024-12-20T21:15:52.353Z | Downloaded dsl_auto_type v0.1.2 |
743 | 2024-12-20T21:15:52.356Z | Downloaded number_prefix v0.4.0 |
744 | 2024-12-20T21:15:52.356Z | Downloaded num v0.4.3 |
745 | 2024-12-20T21:15:52.356Z | Downloaded mockall v0.13.0 |
746 | 2024-12-20T21:15:52.360Z | Downloaded utf8_iter v1.0.4 |
747 | 2024-12-20T21:15:52.360Z | Downloaded utf16_iter v1.0.5 |
748 | 2024-12-20T21:15:52.362Z | Downloaded path-slash v0.1.5 |
749 | 2024-12-20T21:15:52.362Z | Downloaded num-integer v0.1.46 |
750 | 2024-12-20T21:15:52.365Z | Downloaded float-cmp v0.9.0 |
751 | 2024-12-20T21:15:52.365Z | Downloaded flagset v0.4.6 |
752 | 2024-12-20T21:15:52.369Z | Downloaded olpc-cjson v0.1.4 |
753 | 2024-12-20T21:15:52.369Z | Downloaded slog-term v2.9.1 |
754 | 2024-12-20T21:15:52.371Z | Downloaded serde_yaml v0.9.34+deprecated |
755 | 2024-12-20T21:15:52.375Z | Downloaded toolchain_find v0.4.0 |
756 | 2024-12-20T21:15:52.378Z | Downloaded progenitor-client v0.8.0 |
757 | 2024-12-20T21:15:52.378Z | Downloaded pretty-hex v0.2.1 |
758 | 2024-12-20T21:15:52.381Z | Downloaded precomputed-hash v0.1.1 |
759 | 2024-12-20T21:15:52.381Z | Downloaded hashbrown v0.12.3 |
760 | 2024-12-20T21:15:52.385Z | Downloaded diesel_table_macro_syntax v0.2.0 |
761 | 2024-12-20T21:15:52.387Z | Downloaded thiserror-impl v2.0.3 |
762 | 2024-12-20T21:15:52.390Z | Downloaded tiny-keccak v2.0.2 |
763 | 2024-12-20T21:15:52.394Z | Downloaded aws-lc-rs v1.10.0 |
764 | 2024-12-20T21:15:52.402Z | Downloaded foldhash v0.1.3 |
765 | 2024-12-20T21:15:52.405Z | Downloaded num-derive v0.4.2 |
766 | 2024-12-20T21:15:52.408Z | Downloaded tokio-postgres v0.7.12 |
767 | 2024-12-20T21:15:52.412Z | Downloaded openssl-probe v0.1.5 |
768 | 2024-12-20T21:15:52.415Z | Downloaded futures-macro v0.3.31 |
769 | 2024-12-20T21:15:52.415Z | Downloaded futures-io v0.3.31 |
770 | 2024-12-20T21:15:52.421Z | Downloaded similar v2.6.0 |
771 | 2024-12-20T21:15:52.424Z | Downloaded data-encoding v2.6.0 |
772 | 2024-12-20T21:15:52.424Z | Downloaded slog v2.7.0 |
773 | 2024-12-20T21:15:52.427Z | Downloaded futures-sink v0.3.31 |
774 | 2024-12-20T21:15:52.432Z | Downloaded tracing-core v0.1.32 |
775 | 2024-12-20T21:15:52.437Z | Downloaded psl-types v2.0.11 |
776 | 2024-12-20T21:15:52.437Z | Downloaded topological-sort v0.2.2 |
777 | 2024-12-20T21:15:52.437Z | Downloaded progenitor-macro v0.8.0 |
778 | 2024-12-20T21:15:52.437Z | Downloaded primeorder v0.13.6 |
779 | 2024-12-20T21:15:52.445Z | Downloaded predicates-tree v1.0.11 |
780 | 2024-12-20T21:15:52.445Z | Downloaded static_assertions v1.1.0 |
781 | 2024-12-20T21:15:52.451Z | Downloaded ron v0.8.1 |
782 | 2024-12-20T21:15:52.451Z | Downloaded new_debug_unreachable v1.0.6 |
783 | 2024-12-20T21:15:52.455Z | Downloaded waitgroup v0.1.2 |
784 | 2024-12-20T21:15:52.455Z | Downloaded mio v1.0.2 |
785 | 2024-12-20T21:15:52.459Z | Downloaded debug-ignore v1.0.5 |
786 | 2024-12-20T21:15:52.462Z | Downloaded zone v0.3.0 |
787 | 2024-12-20T21:15:52.462Z | Downloaded time-macros v0.2.18 |
788 | 2024-12-20T21:15:52.466Z | Downloaded toml v0.7.8 |
789 | 2024-12-20T21:15:52.470Z | Downloaded parking_lot v0.12.3 |
790 | 2024-12-20T21:15:52.474Z | Downloaded foreign-types-shared v0.1.1 |
791 | 2024-12-20T21:15:52.474Z | Downloaded pbkdf2 v0.12.2 |
792 | 2024-12-20T21:15:52.474Z | Downloaded blake3 v1.5.4 |
793 | 2024-12-20T21:15:52.483Z | Downloaded tinyvec_macros v0.1.1 |
794 | 2024-12-20T21:15:52.489Z | Downloaded rayon-core v1.12.1 |
795 | 2024-12-20T21:15:52.496Z | Downloaded tabwriter v1.4.0 |
796 | 2024-12-20T21:15:52.496Z | Downloaded r2d2 v0.8.10 |
797 | 2024-12-20T21:15:52.496Z | Downloaded rand_core v0.6.4 |
798 | 2024-12-20T21:15:52.502Z | Downloaded zerovec v0.10.4 |
799 | 2024-12-20T21:15:52.502Z | Downloaded omicron-zone-package v0.11.1 |
800 | 2024-12-20T21:15:52.507Z | Downloaded tui-tree-widget v0.22.0 |
801 | 2024-12-20T21:15:52.507Z | Downloaded miniz_oxide v0.8.0 |
802 | 2024-12-20T21:15:52.512Z | Downloaded shlex v1.3.0 |
803 | 2024-12-20T21:15:52.512Z | Downloaded wait-timeout v0.2.0 |
804 | 2024-12-20T21:15:52.512Z | Downloaded nibble_vec v0.1.0 |
805 | 2024-12-20T21:15:52.516Z | Downloaded signal-hook-tokio v0.3.1 |
806 | 2024-12-20T21:15:52.516Z | Downloaded signal-hook-registry v1.4.2 |
807 | 2024-12-20T21:15:52.516Z | Downloaded signal-hook-mio v0.2.4 |
808 | 2024-12-20T21:15:52.516Z | Downloaded ron v0.7.1 |
809 | 2024-12-20T21:15:52.523Z | Downloaded time v0.3.36 |
810 | 2024-12-20T21:15:52.531Z | Downloaded password-hash v0.5.0 |
811 | 2024-12-20T21:15:52.535Z | Downloaded nanorand v0.7.0 |
812 | 2024-12-20T21:15:52.538Z | Downloaded parse-size v1.1.0 |
813 | 2024-12-20T21:15:52.538Z | Downloaded write16 v1.0.0 |
814 | 2024-12-20T21:15:52.538Z | Downloaded fragile v2.0.0 |
815 | 2024-12-20T21:15:52.541Z | Downloaded hashbrown v0.14.5 |
816 | 2024-12-20T21:15:52.549Z | Downloaded dhcproto-macros v0.1.0 |
817 | 2024-12-20T21:15:52.556Z | Downloaded nu-ansi-term v0.50.1 |
818 | 2024-12-20T21:15:52.556Z | Downloaded ed25519 v2.2.3 |
819 | 2024-12-20T21:15:52.556Z | Downloaded tls_codec_derive v0.4.1 |
820 | 2024-12-20T21:15:52.560Z | Downloaded tinystr v0.7.6 |
821 | 2024-12-20T21:15:52.561Z | Downloaded tap v1.0.1 |
822 | 2024-12-20T21:15:52.561Z | Downloaded uzers v0.12.1 |
823 | 2024-12-20T21:15:52.561Z | Downloaded typify v0.2.0 |
824 | 2024-12-20T21:15:52.564Z | Downloaded scrypt v0.11.0 |
825 | 2024-12-20T21:15:52.570Z | Downloaded rustversion v1.0.17 |
826 | 2024-12-20T21:15:52.570Z | Downloaded packed_struct v0.10.1 |
827 | 2024-12-20T21:15:52.573Z | Downloaded which v4.4.2 |
828 | 2024-12-20T21:15:52.573Z | Downloaded futures-util v0.3.31 |
829 | 2024-12-20T21:15:52.584Z | Downloaded serde-big-array v0.5.1 |
830 | 2024-12-20T21:15:52.587Z | Downloaded hkdf v0.12.4 |
831 | 2024-12-20T21:15:52.593Z | Downloaded parse-display-derive v0.10.0 |
832 | 2024-12-20T21:15:52.593Z | Downloaded parse-display v0.10.0 |
833 | 2024-12-20T21:15:52.599Z | Downloaded futures-core v0.3.31 |
834 | 2024-12-20T21:15:52.599Z | Downloaded dunce v1.0.5 |
835 | 2024-12-20T21:15:52.599Z | Downloaded dirs-next v2.0.0 |
836 | 2024-12-20T21:15:52.599Z | Downloaded difflib v0.4.0 |
837 | 2024-12-20T21:15:52.599Z | Downloaded diesel-dtrace v0.4.2 |
838 | 2024-12-20T21:15:52.599Z | Downloaded fs_extra v1.3.0 |
839 | 2024-12-20T21:15:52.603Z | Downloaded slab v0.4.9 |
840 | 2024-12-20T21:15:52.603Z | Downloaded funty v2.0.0 |
841 | 2024-12-20T21:15:52.603Z | Downloaded itertools v0.13.0 |
842 | 2024-12-20T21:15:52.610Z | Downloaded ssh-encoding v0.2.0 |
843 | 2024-12-20T21:15:52.613Z | Downloaded defmt-parser v0.3.4 |
844 | 2024-12-20T21:15:52.613Z | Downloaded tokio-tungstenite v0.23.1 |
845 | 2024-12-20T21:15:52.616Z | Downloaded defmt-macros v0.3.9 |
846 | 2024-12-20T21:15:52.621Z | Downloaded siphasher v0.3.11 |
847 | 2024-12-20T21:15:52.624Z | Downloaded tungstenite v0.24.0 |
848 | 2024-12-20T21:15:52.624Z | Downloaded percent-encoding v2.3.1 |
849 | 2024-12-20T21:15:52.627Z | Downloaded peg v0.8.4 |
850 | 2024-12-20T21:15:52.629Z | Downloaded toml_edit v0.19.15 |
851 | 2024-12-20T21:15:52.646Z | Downloaded simd-adler32 v0.3.7 |
852 | 2024-12-20T21:15:52.649Z | Downloaded semver v0.1.20 |
853 | 2024-12-20T21:15:52.649Z | Downloaded secrecy v0.8.0 |
854 | 2024-12-20T21:15:52.649Z | Downloaded strip-ansi-escapes v0.2.0 |
855 | 2024-12-20T21:15:52.653Z | Downloaded stable_deref_trait v1.2.0 |
856 | 2024-12-20T21:15:52.653Z | Downloaded tokio-tungstenite v0.24.0 |
857 | 2024-12-20T21:15:52.656Z | Downloaded postgres-protocol v0.6.7 |
858 | 2024-12-20T21:15:52.656Z | Downloaded float-ord v0.3.2 |
859 | 2024-12-20T21:15:52.661Z | Downloaded twox-hash v1.6.3 |
860 | 2024-12-20T21:15:52.661Z | Downloaded ed25519-dalek v2.1.1 |
861 | 2024-12-20T21:15:52.664Z | Downloaded pem-rfc7468 v0.7.0 |
862 | 2024-12-20T21:15:52.669Z | Downloaded postgres-types v0.2.8 |
863 | 2024-12-20T21:15:52.670Z | Downloaded p521 v0.13.3 |
864 | 2024-12-20T21:15:52.674Z | Downloaded parking_lot v0.11.2 |
865 | 2024-12-20T21:15:52.678Z | Downloaded bindgen v0.69.5 |
866 | 2024-12-20T21:15:52.682Z | Downloaded num-bigint v0.4.6 |
867 | 2024-12-20T21:15:52.689Z | Downloaded icu_properties_data v1.5.0 |
868 | 2024-12-20T21:15:52.699Z | Downloaded diff v0.1.13 |
869 | 2024-12-20T21:15:52.702Z | Downloaded h2 v0.4.6 |
870 | 2024-12-20T21:15:52.720Z | Downloaded openssl-sys v0.9.103 |
871 | 2024-12-20T21:15:52.728Z | Downloaded flume v0.11.1 |
872 | 2024-12-20T21:15:52.728Z | Downloaded num-bigint-dig v0.8.4 |
873 | 2024-12-20T21:15:52.735Z | Downloaded flate2 v1.0.34 |
874 | 2024-12-20T21:15:52.735Z | Downloaded rustyline v14.0.0 |
875 | 2024-12-20T21:15:52.740Z | Downloaded portable-atomic v1.9.0 |
876 | 2024-12-20T21:15:52.744Z | Downloaded diesel_derives v2.2.3 |
877 | 2024-12-20T21:15:52.750Z | Downloaded zip v2.1.3 |
878 | 2024-12-20T21:15:52.761Z | Downloaded lalrpop v0.19.12 |
879 | 2024-12-20T21:15:52.766Z | Downloaded zip v0.6.6 |
880 | 2024-12-20T21:15:52.772Z | Downloaded idna v0.4.0 |
881 | 2024-12-20T21:15:52.780Z | Downloaded zerocopy-derive v0.8.10 |
882 | 2024-12-20T21:15:52.786Z | Downloaded tokio-util v0.7.12 |
883 | 2024-12-20T21:15:52.792Z | Downloaded idna v0.5.0 |
884 | 2024-12-20T21:15:52.799Z | Downloaded typed-path v0.9.3 |
885 | 2024-12-20T21:15:52.806Z | Downloaded rusqlite v0.32.1 |
886 | 2024-12-20T21:15:52.815Z | Downloaded russh v0.45.0 |
887 | 2024-12-20T21:15:52.821Z | Downloaded petname v2.0.2 |
888 | 2024-12-20T21:15:52.826Z | Downloaded idna v0.3.0 |
889 | 2024-12-20T21:15:52.833Z | Downloaded reqwest v0.12.9 |
890 | 2024-12-20T21:15:52.843Z | Downloaded ssh-key v0.6.6 |
891 | 2024-12-20T21:15:52.852Z | Downloaded idna v0.2.3 |
892 | 2024-12-20T21:15:52.859Z | Downloaded regex v1.11.1 |
893 | 2024-12-20T21:15:52.872Z | Downloaded snafu v0.8.5 |
894 | 2024-12-20T21:15:52.879Z | Downloaded p384 v0.13.0 |
895 | 2024-12-20T21:15:52.885Z | Downloaded zerocopy v0.8.10 |
896 | 2024-12-20T21:15:52.912Z | Downloaded qorb v0.2.1 |
897 | 2024-12-20T21:15:52.924Z | Downloaded curve25519-dalek v4.1.3 |
898 | 2024-12-20T21:15:52.930Z | Downloaded quick-xml v0.33.0 |
899 | 2024-12-20T21:15:52.938Z | Downloaded git2 v0.19.0 |
900 | 2024-12-20T21:15:52.953Z | Downloaded rayon v1.10.0 |
901 | 2024-12-20T21:15:52.961Z | Downloaded polar-core v0.27.3 |
902 | 2024-12-20T21:15:52.968Z | Downloaded regress v0.9.1 |
903 | 2024-12-20T21:15:52.989Z | Downloaded object v0.30.4 |
904 | 2024-12-20T21:15:53.035Z | Downloaded rustls-webpki v0.102.8 |
905 | 2024-12-20T21:15:53.035Z | Downloaded vcpkg v0.2.15 |
906 | 2024-12-20T21:15:53.057Z | Downloaded rustls v0.23.19 |
907 | 2024-12-20T21:15:53.108Z | Downloaded webpki-roots v0.26.6 |
908 | 2024-12-20T21:15:53.109Z | Downloaded unicode-width v0.2.0 |
909 | 2024-12-20T21:15:53.109Z | Downloaded openssl v0.10.66 |
910 | 2024-12-20T21:15:53.109Z | Downloaded nix v0.27.1 |
911 | 2024-12-20T21:15:53.134Z | Downloaded smoltcp v0.9.1 |
912 | 2024-12-20T21:15:53.134Z | Downloaded regress v0.10.1 |
913 | 2024-12-20T21:15:53.135Z | Downloaded nix v0.29.0 |
914 | 2024-12-20T21:15:53.146Z | Downloaded object v0.36.5 |
915 | 2024-12-20T21:15:53.146Z | Downloaded openapiv3 v2.0.0 |
916 | 2024-12-20T21:15:53.158Z | Downloaded typify-impl v0.2.0 |
917 | 2024-12-20T21:15:53.166Z | Downloaded smoltcp v0.11.0 |
918 | 2024-12-20T21:15:53.171Z | Downloaded rustls v0.21.12 |
919 | 2024-12-20T21:15:53.183Z | Downloaded regex-syntax v0.8.5 |
920 | 2024-12-20T21:15:53.194Z | Downloaded diesel v2.2.6 |
921 | 2024-12-20T21:15:53.211Z | Downloaded regex-syntax v0.6.29 |
922 | 2024-12-20T21:15:53.223Z | Downloaded sled v0.34.7 |
923 | 2024-12-20T21:15:53.234Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
924 | 2024-12-20T21:15:53.246Z | Downloaded ratatui v0.28.1 |
925 | 2024-12-20T21:15:53.262Z | Downloaded zerocopy-derive v0.6.6 |
926 | 2024-12-20T21:15:53.275Z | Downloaded regex-automata v0.4.8 |
927 | 2024-12-20T21:15:53.289Z | Downloaded nix v0.28.0 |
928 | 2024-12-20T21:15:53.303Z | Downloaded radix_trie v0.2.1 |
929 | 2024-12-20T21:15:53.307Z | Downloaded gimli v0.31.1 |
930 | 2024-12-20T21:15:53.320Z | Downloaded dropshot v0.13.0 |
931 | 2024-12-20T21:15:53.335Z | Downloaded dropshot v0.12.0 |
932 | 2024-12-20T21:15:53.373Z | Downloaded lzma-sys v0.1.20 |
933 | 2024-12-20T21:15:53.388Z | Downloaded rustls v0.22.4 |
934 | 2024-12-20T21:15:53.396Z | Downloaded chrono-tz v0.10.0 |
935 | 2024-12-20T21:15:53.407Z | Downloaded trust-dns-proto v0.22.0 |
936 | 2024-12-20T21:15:53.419Z | Downloaded hickory-proto v0.24.1 |
937 | 2024-12-20T21:15:53.430Z | Downloaded tokio v1.40.0 |
938 | 2024-12-20T21:15:53.481Z | Downloaded petgraph v0.6.5 |
939 | 2024-12-20T21:15:53.521Z | Downloaded bstr v1.10.0 |
940 | 2024-12-20T21:15:53.549Z | Downloaded libz-sys v1.1.20 |
941 | 2024-12-20T21:15:53.550Z | Downloaded csv v1.3.0 |
942 | 2024-12-20T21:15:53.550Z | Downloaded proptest v1.5.0 |
943 | 2024-12-20T21:15:53.558Z | Downloaded unicode-normalization v0.1.24 |
944 | 2024-12-20T21:15:53.558Z | Downloaded expectorate v1.1.0 |
945 | 2024-12-20T21:15:53.558Z | Downloaded chrono v0.4.38 |
946 | 2024-12-20T21:15:53.565Z | Downloaded unicode-segmentation v1.12.0 |
947 | 2024-12-20T21:15:53.565Z | Downloaded serde_with v3.11.0 |
948 | 2024-12-20T21:15:53.575Z | Downloaded rustls-webpki v0.101.7 |
949 | 2024-12-20T21:15:53.582Z | Downloaded sha3 v0.10.8 |
950 | 2024-12-20T21:15:53.587Z | Downloaded bitvec v1.0.1 |
951 | 2024-12-20T21:15:53.604Z | Downloaded quinn-proto v0.11.8 |
952 | 2024-12-20T21:15:53.608Z | Downloaded unicode_categories v0.1.1 |
953 | 2024-12-20T21:15:53.611Z | Downloaded zeroize_derive v1.4.2 |
954 | 2024-12-20T21:15:53.611Z | Downloaded whoami v1.5.2 |
955 | 2024-12-20T21:15:53.616Z | Downloaded packed_struct_codegen v0.10.1 |
956 | 2024-12-20T21:15:53.616Z | Downloaded rsa v0.9.6 |
957 | 2024-12-20T21:15:53.621Z | Downloaded sqlparser v0.45.0 |
958 | 2024-12-20T21:15:53.627Z | Downloaded salty v0.3.0 |
959 | 2024-12-20T21:15:53.635Z | Downloaded sct v0.7.1 |
960 | 2024-12-20T21:15:53.646Z | Downloaded mockall_derive v0.13.0 |
961 | 2024-12-20T21:15:53.646Z | Downloaded getrandom v0.2.15 |
962 | 2024-12-20T21:15:53.652Z | Downloaded tinyvec v1.8.0 |
963 | 2024-12-20T21:15:53.652Z | Downloaded nom v7.1.3 |
964 | 2024-12-20T21:15:53.652Z | Downloaded vergen v8.3.2 |
965 | 2024-12-20T21:15:53.657Z | Downloaded winnow v0.5.40 |
966 | 2024-12-20T21:15:53.660Z | Downloaded futures-channel v0.3.31 |
967 | 2024-12-20T21:15:53.665Z | Downloaded native-tls v0.2.12 |
968 | 2024-12-20T21:15:53.668Z | Downloaded x509-cert v0.2.5 |
969 | 2024-12-20T21:15:53.673Z | Downloaded sec1 v0.7.3 |
970 | 2024-12-20T21:15:53.677Z | Downloaded multer v3.1.0 |
971 | 2024-12-20T21:15:53.677Z | Downloaded vsss-rs v3.3.4 |
972 | 2024-12-20T21:15:53.681Z | Downloaded tough v0.19.0 |
973 | 2024-12-20T21:15:53.693Z | Downloaded tar v0.4.42 |
974 | 2024-12-20T21:15:53.701Z | Downloaded quinn v0.11.5 |
975 | 2024-12-20T21:15:53.702Z | Downloaded powerfmt v0.2.0 |
976 | 2024-12-20T21:15:53.702Z | Downloaded rustfmt-wrapper v0.2.1 |
977 | 2024-12-20T21:15:53.702Z | Downloaded rustc_version v0.1.7 |
978 | 2024-12-20T21:15:53.702Z | Downloaded strum_macros v0.24.3 |
979 | 2024-12-20T21:15:53.702Z | Downloaded encoding_rs v0.8.34 |
980 | 2024-12-20T21:15:53.719Z | Downloaded steno v0.4.1 |
981 | 2024-12-20T21:15:53.724Z | Downloaded form_urlencoded v1.2.1 |
982 | 2024-12-20T21:15:53.738Z | Downloaded defmt v0.3.8 |
983 | 2024-12-20T21:15:53.738Z | Downloaded zone v0.1.8 |
984 | 2024-12-20T21:15:53.747Z | Downloaded radium v0.7.0 |
985 | 2024-12-20T21:15:53.747Z | Downloaded fallible-iterator v0.2.0 |
986 | 2024-12-20T21:15:53.747Z | Downloaded shell-words v1.1.0 |
987 | 2024-12-20T21:15:53.748Z | Downloaded serde-hex v0.1.0 |
988 | 2024-12-20T21:15:53.748Z | Downloaded glob v0.3.1 |
989 | 2024-12-20T21:15:53.748Z | Downloaded multimap v0.10.0 |
990 | 2024-12-20T21:15:53.748Z | Downloaded env_logger v0.11.5 |
991 | 2024-12-20T21:15:53.748Z | Downloaded unicode-properties v0.1.3 |
992 | 2024-12-20T21:15:53.748Z | Downloaded schemars v0.8.21 |
993 | 2024-12-20T21:15:53.753Z | Downloaded predicates v3.1.2 |
994 | 2024-12-20T21:15:53.757Z | Downloaded take_mut v0.2.2 |
995 | 2024-12-20T21:15:53.757Z | Downloaded quick-error v1.2.3 |
996 | 2024-12-20T21:15:53.757Z | Downloaded ff v0.13.0 |
997 | 2024-12-20T21:15:53.757Z | Downloaded ppv-lite86 v0.2.20 |
998 | 2024-12-20T21:15:53.762Z | Downloaded ecdsa v0.16.9 |
999 | 2024-12-20T21:15:53.762Z | Downloaded uuid v1.11.0 |
1000 | 2024-12-20T21:15:53.766Z | Downloaded tracing v0.1.40 |
1001 | 2024-12-20T21:15:53.771Z | Downloaded elliptic-curve v0.13.8 |
1002 | 2024-12-20T21:15:53.771Z | Downloaded reedline v0.35.0 |
1003 | 2024-12-20T21:15:53.777Z | Downloaded predicates-core v1.0.8 |
1004 | 2024-12-20T21:15:53.782Z | Downloaded term v0.7.0 |
1005 | 2024-12-20T21:15:53.786Z | Downloaded spin v0.9.8 |
1006 | 2024-12-20T21:15:53.786Z | Downloaded hashbrown v0.13.2 |
1007 | 2024-12-20T21:15:53.796Z | Downloaded hyper v1.5.0 |
1008 | 2024-12-20T21:15:53.826Z | Downloaded pbkdf2 v0.11.0 |
1009 | 2024-12-20T21:15:53.826Z | Downloaded num-traits v0.2.19 |
1010 | 2024-12-20T21:15:53.826Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1011 | 2024-12-20T21:15:53.856Z | Downloaded crossterm v0.28.1 |
1012 | 2024-12-20T21:15:53.869Z | Downloaded rand v0.8.5 |
1013 | 2024-12-20T21:15:53.869Z | Downloaded itertools v0.12.1 |
1014 | 2024-12-20T21:15:53.872Z | Downloaded dyn-clone v1.0.17 |
1015 | 2024-12-20T21:15:53.875Z | Downloaded globset v0.4.15 |
1016 | 2024-12-20T21:15:53.875Z | Downloaded unicode-bidi v0.3.17 |
1017 | 2024-12-20T21:15:53.878Z | Downloaded thiserror-impl-no-std v2.0.2 |
1018 | 2024-12-20T21:15:53.878Z | Downloaded rtoolbox v0.0.2 |
1019 | 2024-12-20T21:15:53.884Z | Downloaded rusty-fork v0.3.0 |
1020 | 2024-12-20T21:15:53.884Z | Downloaded dropshot_endpoint v0.13.0 |
1021 | 2024-12-20T21:15:53.885Z | Downloaded der v0.7.9 |
1022 | 2024-12-20T21:15:53.889Z | Downloaded termios v0.3.3 |
1023 | 2024-12-20T21:15:53.892Z | Downloaded termcolor v1.4.1 |
1024 | 2024-12-20T21:15:53.892Z | Downloaded dropshot_endpoint v0.12.0 |
1025 | 2024-12-20T21:15:53.895Z | Downloaded parking_lot_core v0.9.10 |
1026 | 2024-12-20T21:15:53.900Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2024-12-20T21:15:53.903Z | Downloaded parse-zoneinfo v0.3.1 |
1028 | 2024-12-20T21:15:53.906Z | Downloaded unicode-xid v0.2.6 |
1029 | 2024-12-20T21:15:53.906Z | Downloaded unicode-truncate v1.1.0 |
1030 | 2024-12-20T21:15:53.910Z | Downloaded num-rational v0.4.2 |
1031 | 2024-12-20T21:15:53.910Z | Downloaded test-strategy v0.3.1 |
1032 | 2024-12-20T21:15:53.914Z | Downloaded libxml v0.3.3 |
1033 | 2024-12-20T21:15:53.917Z | Downloaded idna v1.0.3 |
1034 | 2024-12-20T21:15:53.922Z | Downloaded peg-macros v0.8.4 |
1035 | 2024-12-20T21:15:53.925Z | Downloaded yoke v0.7.4 |
1036 | 2024-12-20T21:15:53.925Z | Downloaded phf_generator v0.11.2 |
1037 | 2024-12-20T21:15:53.928Z | Downloaded phf v0.11.2 |
1038 | 2024-12-20T21:15:53.928Z | Downloaded serde_derive_internals v0.29.1 |
1039 | 2024-12-20T21:15:53.931Z | Downloaded itertools v0.10.5 |
1040 | 2024-12-20T21:15:53.934Z | Downloaded dhcproto v0.12.0 |
1041 | 2024-12-20T21:15:53.938Z | Downloaded zopfli v0.8.1 |
1042 | 2024-12-20T21:15:53.940Z | Downloaded zerocopy v0.6.6 |
1043 | 2024-12-20T21:15:53.945Z | Downloaded rcgen v0.12.1 |
1044 | 2024-12-20T21:15:53.947Z | Downloaded socket2 v0.5.7 |
1045 | 2024-12-20T21:15:53.952Z | Downloaded snafu-derive v0.8.5 |
1046 | 2024-12-20T21:15:53.952Z | Downloaded vte v0.11.1 |
1047 | 2024-12-20T21:15:53.954Z | Downloaded url v2.5.3 |
1048 | 2024-12-20T21:15:53.957Z | Downloaded crossbeam-channel v0.5.13 |
1049 | 2024-12-20T21:15:53.963Z | Downloaded rustls-pki-types v1.10.0 |
1050 | 2024-12-20T21:15:53.966Z | Downloaded spki v0.7.3 |
1051 | 2024-12-20T21:15:53.966Z | Downloaded slog-stdlog v4.1.1 |
1052 | 2024-12-20T21:15:53.966Z | Downloaded slog-scope v4.4.0 |
1053 | 2024-12-20T21:15:53.969Z | Downloaded sha1 v0.10.6 |
1054 | 2024-12-20T21:15:53.969Z | Downloaded num-complex v0.4.6 |
1055 | 2024-12-20T21:15:53.972Z | Downloaded der_derive v0.7.3 |
1056 | 2024-12-20T21:15:53.975Z | Downloaded darling_core v0.20.10 |
1057 | 2024-12-20T21:15:53.978Z | Downloaded pem v3.0.4 |
1058 | 2024-12-20T21:15:53.978Z | Downloaded tokio-rustls v0.26.0 |
1059 | 2024-12-20T21:15:53.983Z | Downloaded tokio-rustls v0.24.1 |
1060 | 2024-12-20T21:15:53.986Z | Downloaded pkcs5 v0.7.1 |
1061 | 2024-12-20T21:15:53.991Z | Downloaded pkcs1 v0.7.5 |
1062 | 2024-12-20T21:15:53.991Z | Downloaded pin-project-internal v1.1.6 |
1063 | 2024-12-20T21:15:53.994Z | Downloaded owo-colors v4.1.0 |
1064 | 2024-12-20T21:15:53.994Z | Downloaded crypto-bigint v0.5.5 |
1065 | 2024-12-20T21:15:54.001Z | Downloaded rustls-pemfile v2.2.0 |
1066 | 2024-12-20T21:15:54.005Z | Downloaded half v2.4.1 |
1067 | 2024-12-20T21:15:54.008Z | Downloaded tungstenite v0.23.0 |
1068 | 2024-12-20T21:15:54.011Z | Downloaded const_format v0.2.33 |
1069 | 2024-12-20T21:15:54.014Z | Downloaded num_enum v0.5.11 |
1070 | 2024-12-20T21:15:54.020Z | Downloaded newtype-uuid v1.1.3 |
1071 | 2024-12-20T21:15:54.023Z | Downloaded env_filter v0.1.2 |
1072 | 2024-12-20T21:15:54.023Z | Downloaded enum-as-inner v0.6.1 |
1073 | 2024-12-20T21:15:54.023Z | Downloaded enum-as-inner v0.5.1 |
1074 | 2024-12-20T21:15:54.023Z | Downloaded ena v0.14.3 |
1075 | 2024-12-20T21:15:54.036Z | Downloaded subprocess v0.2.9 |
1076 | 2024-12-20T21:15:54.037Z | Downloaded signal-hook v0.3.17 |
1077 | 2024-12-20T21:15:54.037Z | Downloaded minimal-lexical v0.2.1 |
1078 | 2024-12-20T21:15:54.041Z | Downloaded embedded-io v0.4.0 |
1079 | 2024-12-20T21:15:54.041Z | Downloaded compact_str v0.8.0 |
1080 | 2024-12-20T21:15:54.041Z | Downloaded cc v1.1.30 |
1081 | 2024-12-20T21:15:54.045Z | Downloaded des v0.8.1 |
1082 | 2024-12-20T21:15:54.046Z | Downloaded samael v0.0.17 |
1083 | 2024-12-20T21:15:54.051Z | Downloaded http v1.1.0 |
1084 | 2024-12-20T21:15:54.054Z | Downloaded hickory-resolver v0.24.1 |
1085 | 2024-12-20T21:15:54.058Z | Downloaded derive-where v1.2.7 |
1086 | 2024-12-20T21:15:54.061Z | Downloaded spin v0.5.2 |
1087 | 2024-12-20T21:15:54.064Z | Downloaded pin-project-lite v0.2.14 |
1088 | 2024-12-20T21:15:54.067Z | Downloaded bumpalo v3.16.0 |
1089 | 2024-12-20T21:15:54.070Z | Downloaded thiserror-no-std v2.0.2 |
1090 | 2024-12-20T21:15:54.073Z | Downloaded russh-keys v0.45.0 |
1091 | 2024-12-20T21:15:54.076Z | Downloaded prettyplease v0.2.25 |
1092 | 2024-12-20T21:15:54.079Z | Downloaded base64 v0.22.1 |
1093 | 2024-12-20T21:15:54.083Z | Downloaded newline-converter v0.3.0 |
1094 | 2024-12-20T21:15:54.086Z | Downloaded mirai-annotations v1.12.0 |
1095 | 2024-12-20T21:15:54.086Z | Downloaded serde_urlencoded v0.7.1 |
1096 | 2024-12-20T21:15:54.089Z | Downloaded serde_repr v0.1.19 |
1097 | 2024-12-20T21:15:54.089Z | Downloaded serde_plain v1.0.2 |
1098 | 2024-12-20T21:15:54.096Z | Downloaded crossbeam-utils v0.8.20 |
1099 | 2024-12-20T21:15:54.096Z | Downloaded cookie v0.18.1 |
1100 | 2024-12-20T21:15:54.099Z | Downloaded derive_builder_core v0.20.2 |
1101 | 2024-12-20T21:15:54.099Z | Downloaded derive_builder v0.20.2 |
1102 | 2024-12-20T21:15:54.102Z | Downloaded yasna v0.5.2 |
1103 | 2024-12-20T21:15:54.106Z | Downloaded clang-sys v1.8.1 |
1104 | 2024-12-20T21:15:54.109Z | Downloaded crc-any v2.5.0 |
1105 | 2024-12-20T21:15:54.109Z | Downloaded console v0.15.8 |
1106 | 2024-12-20T21:15:54.112Z | Downloaded pkg-config v0.3.31 |
1107 | 2024-12-20T21:15:54.115Z | Downloaded icu_properties v1.5.1 |
1108 | 2024-12-20T21:15:54.115Z | Downloaded const-oid v0.9.6 |
1109 | 2024-12-20T21:15:54.118Z | Downloaded rustc-demangle v0.1.24 |
1110 | 2024-12-20T21:15:54.121Z | Downloaded tokio-tungstenite v0.21.0 |
1111 | 2024-12-20T21:15:54.121Z | Downloaded progenitor-impl v0.8.0 |
1112 | 2024-12-20T21:15:54.127Z | Downloaded bytes v1.8.0 |
1113 | 2024-12-20T21:15:54.130Z | Downloaded xattr v1.3.1 |
1114 | 2024-12-20T21:15:54.130Z | Downloaded indicatif v0.17.9 |
1115 | 2024-12-20T21:15:54.133Z | Downloaded csv-core v0.1.11 |
1116 | 2024-12-20T21:15:54.136Z | Downloaded const_format_proc_macros v0.2.33 |
1117 | 2024-12-20T21:15:54.141Z | Downloaded fallible-streaming-iterator v0.1.9 |
1118 | 2024-12-20T21:15:54.141Z | Downloaded either v1.13.0 |
1119 | 2024-12-20T21:15:54.141Z | Downloaded slog-envlogger v2.2.0 |
1120 | 2024-12-20T21:15:54.144Z | Downloaded slog-dtrace v0.3.0 |
1121 | 2024-12-20T21:15:54.144Z | Downloaded untrusted v0.9.0 |
1122 | 2024-12-20T21:15:54.144Z | Downloaded unarray v0.1.4 |
1123 | 2024-12-20T21:15:54.147Z | Downloaded synstructure v0.13.1 |
1124 | 2024-12-20T21:15:54.147Z | Downloaded strum_macros v0.25.3 |
1125 | 2024-12-20T21:15:54.151Z | Downloaded slog-bunyan v2.5.0 |
1126 | 2024-12-20T21:15:54.151Z | Downloaded signature v2.2.0 |
1127 | 2024-12-20T21:15:54.151Z | Downloaded bzip2 v0.4.4 |
1128 | 2024-12-20T21:15:54.153Z | Downloaded httparse v1.9.5 |
1129 | 2024-12-20T21:15:54.156Z | Downloaded icu_normalizer_data v1.5.0 |
1130 | 2024-12-20T21:15:54.160Z | Downloaded hmac v0.12.1 |
1131 | 2024-12-20T21:15:54.160Z | Downloaded colored v2.1.0 |
1132 | 2024-12-20T21:15:54.163Z | Downloaded ctr v0.9.2 |
1133 | 2024-12-20T21:15:54.163Z | Downloaded convert_case v0.4.0 |
1134 | 2024-12-20T21:15:54.166Z | Downloaded cmake v0.1.51 |
1135 | 2024-12-20T21:15:54.166Z | Downloaded cipher v0.4.4 |
1136 | 2024-12-20T21:15:54.169Z | Downloaded serde_path_to_error v0.1.16 |
1137 | 2024-12-20T21:15:54.169Z | Downloaded same-file v1.0.6 |
1138 | 2024-12-20T21:15:54.172Z | Downloaded chacha20 v0.9.1 |
1139 | 2024-12-20T21:15:54.172Z | Downloaded cbc v0.1.2 |
1140 | 2024-12-20T21:15:54.176Z | Downloaded libloading v0.8.5 |
1141 | 2024-12-20T21:15:54.176Z | Downloaded icu_locid_transform v1.5.0 |
1142 | 2024-12-20T21:15:54.179Z | Downloaded cexpr v0.6.0 |
1143 | 2024-12-20T21:15:54.179Z | Downloaded castaway v0.2.3 |
1144 | 2024-12-20T21:15:54.182Z | Downloaded cassowary v0.3.0 |
1145 | 2024-12-20T21:15:54.182Z | Downloaded blowfish v0.9.1 |
1146 | 2024-12-20T21:15:54.187Z | Downloaded block-padding v0.3.3 |
1147 | 2024-12-20T21:15:54.190Z | Downloaded hyper-rustls v0.27.3 |
1148 | 2024-12-20T21:15:54.190Z | Downloaded httpdate v1.0.3 |
1149 | 2024-12-20T21:15:54.193Z | Downloaded highway v1.2.0 |
1150 | 2024-12-20T21:15:54.193Z | Downloaded buf-list v1.0.3 |
1151 | 2024-12-20T21:15:54.195Z | Downloaded bcrypt-pbkdf v0.10.0 |
1152 | 2024-12-20T21:15:54.198Z | Downloaded bit-vec v0.6.3 |
1153 | 2024-12-20T21:15:54.198Z | Downloaded lru v0.12.5 |
1154 | 2024-12-20T21:15:54.200Z | Downloaded lazycell v1.3.0 |
1155 | 2024-12-20T21:15:54.200Z | Downloaded lazy_static v1.5.0 |
1156 | 2024-12-20T21:15:54.205Z | Downloaded inout v0.1.3 |
1157 | 2024-12-20T21:15:54.208Z | Downloaded atty v0.2.14 |
1158 | 2024-12-20T21:15:54.208Z | Downloaded base16ct v0.2.0 |
1159 | 2024-12-20T21:15:54.212Z | Downloaded ring v0.17.8 |
1160 | 2024-12-20T21:15:54.280Z | Downloaded async-recursion v1.1.1 |
1161 | 2024-12-20T21:15:54.286Z | Downloaded keccak v0.1.5 |
1162 | 2024-12-20T21:15:54.286Z | Downloaded async-trait v0.1.83 |
1163 | 2024-12-20T21:15:54.289Z | Downloaded libefi-sys v0.1.0 |
1164 | 2024-12-20T21:15:54.289Z | Downloaded ipnetwork v0.20.0 |
1165 | 2024-12-20T21:15:54.289Z | Downloaded internet-checksum v0.2.1 |
1166 | 2024-12-20T21:15:54.292Z | Downloaded indoc v1.0.9 |
1167 | 2024-12-20T21:15:54.292Z | Downloaded bb8 v0.8.5 |
1168 | 2024-12-20T21:15:54.294Z | Downloaded hubpack v0.1.2 |
1169 | 2024-12-20T21:15:54.294Z | Downloaded hex-literal v0.4.1 |
1170 | 2024-12-20T21:15:54.294Z | Downloaded http-body-util v0.1.2 |
1171 | 2024-12-20T21:15:54.297Z | Downloaded hostname v0.4.0 |
1172 | 2024-12-20T21:15:54.297Z | Downloaded hostname v0.3.1 |
1173 | 2024-12-20T21:15:54.300Z | Downloaded home v0.5.9 |
1174 | 2024-12-20T21:15:54.300Z | Downloaded backoff v0.4.0 |
1175 | 2024-12-20T21:15:54.304Z | Downloaded atomicwrites v0.4.4 |
1176 | 2024-12-20T21:15:54.304Z | Downloaded async-stream-impl v0.3.6 |
1177 | 2024-12-20T21:15:54.304Z | Downloaded ascii-canvas v3.0.0 |
1178 | 2024-12-20T21:15:54.308Z | Downloaded arrayref v0.3.9 |
1179 | 2024-12-20T21:15:54.308Z | Downloaded argon2 v0.5.3 |
1180 | 2024-12-20T21:15:54.308Z | Downloaded aes v0.8.4 |
1181 | 2024-12-20T21:15:54.312Z | Downloaded aho-corasick v1.1.3 |
1182 | 2024-12-20T21:15:54.371Z | Downloaded ring v0.16.20 |
1183 | 2024-12-20T21:15:54.489Z | Downloaded libsqlite3-sys v0.30.1 |
1184 | 2024-12-20T21:15:54.688Z | Downloaded aws-lc-sys v0.22.0 |
1185 | 2024-12-20T21:15:54.991Z | Compiling serde v1.0.215 |
1186 | 2024-12-20T21:15:54.993Z | Compiling lock_api v0.4.12 |
1187 | 2024-12-20T21:15:54.993Z | Compiling scopeguard v1.2.0 |
1188 | 2024-12-20T21:15:54.993Z | Compiling value-bag v1.9.0 |
1189 | 2024-12-20T21:15:54.993Z | Compiling typenum v1.17.0 |
1190 | 2024-12-20T21:15:54.993Z | Compiling generic-array v0.14.7 |
1191 | 2024-12-20T21:15:54.994Z | Compiling syn v2.0.87 |
1192 | 2024-12-20T21:15:55.158Z | Compiling getrandom v0.2.15 |
1193 | 2024-12-20T21:15:55.425Z | Compiling rand_core v0.6.4 |
1194 | 2024-12-20T21:15:55.573Z | Compiling log v0.4.22 |
1195 | 2024-12-20T21:15:55.593Z | Compiling shlex v1.3.0 |
1196 | 2024-12-20T21:15:55.728Z | Compiling subtle v2.6.1 |
1197 | 2024-12-20T21:15:55.749Z | Compiling jobserver v0.1.32 |
1198 | 2024-12-20T21:15:55.960Z | Compiling const-oid v0.9.6 |
1199 | 2024-12-20T21:15:56.008Z | Compiling smallvec v1.13.2 |
1200 | 2024-12-20T21:15:56.105Z | Compiling pin-project-lite v0.2.14 |
1201 | 2024-12-20T21:15:56.194Z | Compiling cc v1.1.30 |
1202 | 2024-12-20T21:15:56.265Z | Compiling spin v0.9.8 |
1203 | 2024-12-20T21:15:56.423Z | Compiling rustix v0.38.37 |
1204 | 2024-12-20T21:15:56.525Z | Compiling parking_lot_core v0.9.10 |
1205 | 2024-12-20T21:15:56.674Z | Compiling futures-core v0.3.31 |
1206 | 2024-12-20T21:15:56.733Z | Compiling signal-hook-registry v1.4.2 |
1207 | 2024-12-20T21:15:56.949Z | Compiling mio v1.0.2 |
1208 | 2024-12-20T21:15:57.358Z | Compiling aho-corasick v1.1.3 |
1209 | 2024-12-20T21:15:57.587Z | Compiling parking_lot v0.12.3 |
1210 | 2024-12-20T21:15:57.686Z | Compiling regex-syntax v0.8.5 |
1211 | 2024-12-20T21:15:57.935Z | Compiling cpufeatures v0.2.14 |
1212 | 2024-12-20T21:15:58.060Z | Compiling lazy_static v1.5.0 |
1213 | 2024-12-20T21:15:58.128Z | Compiling futures-sink v0.3.31 |
1214 | 2024-12-20T21:15:58.175Z | Compiling stable_deref_trait v1.2.0 |
1215 | 2024-12-20T21:15:58.194Z | Compiling either v1.13.0 |
1216 | 2024-12-20T21:15:58.276Z | Compiling glob v0.3.1 |
1217 | 2024-12-20T21:15:58.295Z | Compiling socket2 v0.5.7 |
1218 | 2024-12-20T21:15:58.509Z | Compiling slab v0.4.9 |
1219 | 2024-12-20T21:15:58.626Z | Compiling prettyplease v0.2.25 |
1220 | 2024-12-20T21:15:58.969Z | Compiling minimal-lexical v0.2.1 |
1221 | 2024-12-20T21:15:59.257Z | Compiling clang-sys v1.8.1 |
1222 | 2024-12-20T21:15:59.290Z | Compiling libloading v0.8.5 |
1223 | 2024-12-20T21:15:59.309Z | Compiling serde_json v1.0.132 |
1224 | 2024-12-20T21:15:59.536Z | Compiling nom v7.1.3 |
1225 | 2024-12-20T21:15:59.623Z | Compiling home v0.5.9 |
1226 | 2024-12-20T21:15:59.785Z | Compiling bindgen v0.69.5 |
1227 | 2024-12-20T21:15:59.921Z | Compiling itertools v0.10.5 |
1228 | 2024-12-20T21:16:00.477Z | Compiling futures-channel v0.3.31 |
1229 | 2024-12-20T21:16:00.584Z | Compiling rustc-hash v1.1.0 |
1230 | 2024-12-20T21:16:00.746Z | Compiling futures-task v0.3.31 |
1231 | 2024-12-20T21:16:00.918Z | Compiling lazycell v1.3.0 |
1232 | 2024-12-20T21:16:01.064Z | Compiling futures-io v0.3.31 |
1233 | 2024-12-20T21:16:01.084Z | Compiling foldhash v0.1.3 |
1234 | 2024-12-20T21:16:01.374Z | Compiling regex-automata v0.4.8 |
1235 | 2024-12-20T21:16:01.378Z | Compiling allocator-api2 v0.2.18 |
1236 | 2024-12-20T21:16:02.195Z | Compiling pin-utils v0.1.0 |
1237 | 2024-12-20T21:16:02.299Z | Compiling hashbrown v0.15.1 |
1238 | 2024-12-20T21:16:02.714Z | Compiling cmake v0.1.51 |
1239 | 2024-12-20T21:16:03.080Z | Compiling synstructure v0.13.1 |
1240 | 2024-12-20T21:16:03.613Z | Compiling cexpr v0.6.0 |
1241 | 2024-12-20T21:16:03.750Z | Compiling pkg-config v0.3.31 |
1242 | 2024-12-20T21:16:04.586Z | Compiling tinyvec_macros v0.1.1 |
1243 | 2024-12-20T21:16:04.689Z | Compiling libm v0.2.8 |
1244 | 2024-12-20T21:16:04.797Z | Compiling fs_extra v1.3.0 |
1245 | 2024-12-20T21:16:05.024Z | Compiling dunce v1.0.5 |
1246 | 2024-12-20T21:16:05.189Z | Compiling tinyvec v1.8.0 |
1247 | 2024-12-20T21:16:05.312Z | Compiling num-traits v0.2.19 |
1248 | 2024-12-20T21:16:05.421Z | Compiling ring v0.17.8 |
1249 | 2024-12-20T21:16:05.817Z | Compiling writeable v0.5.5 |
1250 | 2024-12-20T21:16:06.406Z | Compiling base64ct v1.6.0 |
1251 | 2024-12-20T21:16:06.449Z | Compiling litemap v0.7.3 |
1252 | 2024-12-20T21:16:06.537Z | Compiling paste v1.0.15 |
1253 | 2024-12-20T21:16:06.743Z | Compiling unicode-normalization v0.1.24 |
1254 | 2024-12-20T21:16:06.765Z | Compiling unicode-bidi v0.3.17 |
1255 | 2024-12-20T21:16:06.971Z | Compiling regex v1.11.1 |
1256 | 2024-12-20T21:16:07.112Z | Compiling pem-rfc7468 v0.7.0 |
1257 | 2024-12-20T21:16:07.824Z | Compiling httparse v1.9.5 |
1258 | 2024-12-20T21:16:08.096Z | Compiling flagset v0.4.6 |
1259 | 2024-12-20T21:16:08.116Z | Compiling aws-lc-rs v1.10.0 |
1260 | 2024-12-20T21:16:08.638Z | Compiling tracing-core v0.1.32 |
1261 | 2024-12-20T21:16:08.765Z | Compiling crossbeam-utils v0.8.20 |
1262 | 2024-12-20T21:16:09.219Z | Compiling rustls-pki-types v1.10.0 |
1263 | 2024-12-20T21:16:09.412Z | Compiling icu_locid_transform_data v1.5.0 |
1264 | 2024-12-20T21:16:09.544Z | Compiling percent-encoding v2.3.1 |
1265 | 2024-12-20T21:16:09.902Z | Compiling num-conv v0.1.0 |
1266 | 2024-12-20T21:16:09.924Z | Compiling serde_derive v1.0.215 |
1267 | 2024-12-20T21:16:09.947Z | Compiling zeroize_derive v1.4.2 |
1268 | 2024-12-20T21:16:10.197Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2024-12-20T21:16:10.365Z | Compiling tokio-macros v2.4.0 |
1270 | 2024-12-20T21:16:10.505Z | Compiling zerofrom-derive v0.1.4 |
1271 | 2024-12-20T21:16:11.493Z | Compiling zeroize v1.8.1 |
1272 | 2024-12-20T21:16:11.994Z | Compiling thiserror-impl v1.0.69 |
1273 | 2024-12-20T21:16:12.197Z | Compiling yoke-derive v0.7.4 |
1274 | 2024-12-20T21:16:12.397Z | Compiling zerocopy v0.7.35 |
1275 | 2024-12-20T21:16:12.579Z | Compiling futures-macro v0.3.31 |
1276 | 2024-12-20T21:16:13.316Z | Compiling crypto-common v0.1.6 |
1277 | 2024-12-20T21:16:13.565Z | Compiling block-buffer v0.10.4 |
1278 | 2024-12-20T21:16:13.844Z | Compiling digest v0.10.7 |
1279 | 2024-12-20T21:16:14.067Z | Compiling zerovec-derive v0.10.3 |
1280 | 2024-12-20T21:16:14.225Z | Compiling block-padding v0.3.3 |
1281 | 2024-12-20T21:16:14.321Z | Compiling hmac v0.12.1 |
1282 | 2024-12-20T21:16:14.480Z | Compiling displaydoc v0.2.5 |
1283 | 2024-12-20T21:16:14.613Z | Compiling inout v0.1.3 |
1284 | 2024-12-20T21:16:14.615Z | Compiling futures-util v0.3.31 |
1285 | 2024-12-20T21:16:14.710Z | Compiling zerofrom v0.1.4 |
1286 | 2024-12-20T21:16:14.901Z | Compiling cipher v0.4.4 |
1287 | 2024-12-20T21:16:14.950Z | Compiling sha2 v0.10.8 |
1288 | 2024-12-20T21:16:15.378Z | Compiling yoke v0.7.4 |
1289 | 2024-12-20T21:16:15.456Z | Compiling ppv-lite86 v0.2.20 |
1290 | 2024-12-20T21:16:15.478Z | Compiling thiserror v1.0.69 |
1291 | 2024-12-20T21:16:15.617Z | Compiling icu_provider_macros v1.5.0 |
1292 | 2024-12-20T21:16:15.769Z | Compiling der_derive v0.7.3 |
1293 | 2024-12-20T21:16:16.296Z | Compiling rand_chacha v0.3.1 |
1294 | 2024-12-20T21:16:16.334Z | Compiling tracing-attributes v0.1.27 |
1295 | 2024-12-20T21:16:16.785Z | Compiling rand v0.8.5 |
1296 | 2024-12-20T21:16:16.863Z | Compiling zerovec v0.10.4 |
1297 | 2024-12-20T21:16:18.215Z | Compiling der v0.7.9 |
1298 | 2024-12-20T21:16:18.473Z | Compiling pest v2.7.14 |
1299 | 2024-12-20T21:16:18.602Z | Compiling salsa20 v0.10.2 |
1300 | 2024-12-20T21:16:18.818Z | Compiling tinystr v0.7.6 |
1301 | 2024-12-20T21:16:18.957Z | Compiling icu_collections v1.5.0 |
1302 | 2024-12-20T21:16:19.094Z | Compiling pbkdf2 v0.12.2 |
1303 | 2024-12-20T21:16:19.270Z | Compiling icu_locid v1.5.0 |
1304 | 2024-12-20T21:16:19.286Z | Compiling untrusted v0.9.0 |
1305 | 2024-12-20T21:16:19.507Z | Compiling powerfmt v0.2.0 |
1306 | 2024-12-20T21:16:19.901Z | Compiling untrusted v0.7.1 |
1307 | 2024-12-20T21:16:20.078Z | Compiling time-core v0.1.2 |
1308 | 2024-12-20T21:16:20.154Z | Compiling tracing v0.1.40 |
1309 | 2024-12-20T21:16:20.264Z | Compiling icu_properties_data v1.5.0 |
1310 | 2024-12-20T21:16:20.512Z | Compiling icu_provider v1.5.0 |
1311 | 2024-12-20T21:16:20.535Z | Compiling spki v0.7.3 |
1312 | 2024-12-20T21:16:20.663Z | Compiling mirai-annotations v1.12.0 |
1313 | 2024-12-20T21:16:20.779Z | Compiling vcpkg v0.2.15 |
1314 | 2024-12-20T21:16:20.855Z | Compiling time-macros v0.2.18 |
1315 | 2024-12-20T21:16:20.914Z | Compiling deranged v0.3.11 |
1316 | 2024-12-20T21:16:21.571Z | Compiling icu_locid_transform v1.5.0 |
1317 | 2024-12-20T21:16:21.591Z | Compiling pest_meta v2.7.14 |
1318 | 2024-12-20T21:16:21.732Z | Compiling scrypt v0.11.0 |
1319 | 2024-12-20T21:16:22.324Z | Compiling aes v0.8.4 |
1320 | 2024-12-20T21:16:22.882Z | Compiling icu_properties v1.5.1 |
1321 | 2024-12-20T21:16:23.034Z | Compiling openssl-sys v0.9.103 |
1322 | 2024-12-20T21:16:24.196Z | Compiling bitflags v2.6.0 |
1323 | 2024-12-20T21:16:24.224Z | Compiling bytes v1.8.0 |
1324 | 2024-12-20T21:16:24.420Z | Compiling indexmap v2.6.0 |
1325 | 2024-12-20T21:16:25.272Z | Compiling tokio v1.40.0 |
1326 | 2024-12-20T21:16:25.544Z | Compiling http v1.1.0 |
1327 | 2024-12-20T21:16:25.564Z | Compiling semver v1.0.23 |
1328 | 2024-12-20T21:16:25.917Z | Compiling cbc v0.1.2 |
1329 | 2024-12-20T21:16:26.150Z | Compiling rustc_version v0.4.1 |
1330 | 2024-12-20T21:16:26.314Z | Compiling scroll_derive v0.12.0 |
1331 | 2024-12-20T21:16:26.965Z | Compiling write16 v1.0.0 |
1332 | 2024-12-20T21:16:27.099Z | Compiling utf8_iter v1.0.4 |
1333 | 2024-12-20T21:16:27.360Z | Compiling icu_normalizer_data v1.5.0 |
1334 | 2024-12-20T21:16:27.472Z | Compiling num_threads v0.1.7 |
1335 | 2024-12-20T21:16:27.508Z | Compiling utf16_iter v1.0.5 |
1336 | 2024-12-20T21:16:27.605Z | Compiling atomic-waker v1.1.2 |
1337 | 2024-12-20T21:16:27.699Z | Compiling icu_normalizer v1.5.0 |
1338 | 2024-12-20T21:16:27.766Z | Compiling scroll v0.12.0 |
1339 | 2024-12-20T21:16:27.785Z | Compiling time v0.3.36 |
1340 | 2024-12-20T21:16:27.837Z | Compiling http-body v1.0.1 |
1341 | 2024-12-20T21:16:28.033Z | Compiling pkcs5 v0.7.1 |
1342 | 2024-12-20T21:16:28.089Z | Compiling pest_generator v2.7.14 |
1343 | 2024-12-20T21:16:28.168Z | Compiling form_urlencoded v1.2.1 |
1344 | 2024-12-20T21:16:28.325Z | Compiling slog v2.7.0 |
1345 | 2024-12-20T21:16:28.494Z | Compiling try-lock v0.2.5 |
1346 | 2024-12-20T21:16:28.656Z | Compiling which v4.4.2 |
1347 | 2024-12-20T21:16:28.855Z | Compiling goblin v0.8.2 |
1348 | 2024-12-20T21:16:29.376Z | Compiling want v0.3.1 |
1349 | 2024-12-20T21:16:29.700Z | Compiling pkcs8 v0.10.2 |
1350 | 2024-12-20T21:16:29.842Z | Compiling idna_adapter v1.2.0 |
1351 | 2024-12-20T21:16:29.965Z | Compiling httpdate v1.0.3 |
1352 | 2024-12-20T21:16:30.082Z | Compiling idna v1.0.3 |
1353 | 2024-12-20T21:16:30.175Z | Compiling pest_derive v2.7.14 |
1354 | 2024-12-20T21:16:30.429Z | Compiling uuid v1.11.0 |
1355 | 2024-12-20T21:16:30.968Z | Compiling dtrace-parser v0.2.0 |
1356 | 2024-12-20T21:16:31.240Z | Compiling serde_tokenstream v0.2.2 |
1357 | 2024-12-20T21:16:31.865Z | Compiling toml_datetime v0.6.8 |
1358 | 2024-12-20T21:16:31.886Z | Compiling serde_spanned v0.6.8 |
1359 | 2024-12-20T21:16:31.939Z | Compiling base64 v0.22.1 |
1360 | 2024-12-20T21:16:32.130Z | Compiling foreign-types-shared v0.1.1 |
1361 | 2024-12-20T21:16:32.249Z | Compiling tower-service v0.3.3 |
1362 | 2024-12-20T21:16:32.381Z | Compiling rustversion v1.0.17 |
1363 | 2024-12-20T21:16:32.398Z | Compiling iana-time-zone v0.1.61 |
1364 | 2024-12-20T21:16:32.703Z | Compiling adler2 v2.0.0 |
1365 | 2024-12-20T21:16:32.844Z | Compiling openssl v0.10.66 |
1366 | 2024-12-20T21:16:32.923Z | Compiling match_cfg v0.1.0 |
1367 | 2024-12-20T21:16:33.027Z | Compiling hostname v0.3.1 |
1368 | 2024-12-20T21:16:33.112Z | Compiling miniz_oxide v0.8.0 |
1369 | 2024-12-20T21:16:33.137Z | Compiling chrono v0.4.38 |
1370 | 2024-12-20T21:16:33.156Z | Compiling foreign-types v0.3.2 |
1371 | 2024-12-20T21:16:33.259Z | Compiling url v2.5.3 |
1372 | 2024-12-20T21:16:33.327Z | Compiling async-trait v0.1.83 |
1373 | 2024-12-20T21:16:34.649Z | Compiling tokio-util v0.7.12 |
1374 | 2024-12-20T21:16:34.726Z | Compiling dof v0.3.0 |
1375 | 2024-12-20T21:16:35.263Z | Compiling openssl-macros v0.1.1 |
1376 | 2024-12-20T21:16:36.012Z | Compiling h2 v0.4.6 |
1377 | 2024-12-20T21:16:36.117Z | Compiling usdt-impl v0.5.0 |
1378 | 2024-12-20T21:16:36.143Z | Compiling dirs-sys-next v0.1.2 |
1379 | 2024-12-20T21:16:36.815Z | Compiling syn v1.0.109 |
1380 | 2024-12-20T21:16:36.886Z | Compiling native-tls v0.2.12 |
1381 | 2024-12-20T21:16:36.912Z | Compiling data-encoding v2.6.0 |
1382 | 2024-12-20T21:16:37.197Z | Compiling siphasher v0.3.11 |
1383 | 2024-12-20T21:16:37.456Z | Compiling rustls v0.22.4 |
1384 | 2024-12-20T21:16:37.596Z | Compiling rustls v0.23.19 |
1385 | 2024-12-20T21:16:37.779Z | Compiling dirs-next v2.0.0 |
1386 | 2024-12-20T21:16:37.976Z | Compiling http-body-util v0.1.2 |
1387 | 2024-12-20T21:16:38.527Z | Compiling crossbeam-epoch v0.9.18 |
1388 | 2024-12-20T21:16:39.270Z | Compiling heapless v0.7.17 |
1389 | 2024-12-20T21:16:39.294Z | Compiling signature v2.2.0 |
1390 | 2024-12-20T21:16:39.323Z | Compiling sha1 v0.10.6 |
1391 | 2024-12-20T21:16:39.342Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1392 | 2024-12-20T21:16:39.634Z | Compiling serde_derive_internals v0.29.1 |
1393 | 2024-12-20T21:16:39.710Z | Compiling thread_local v1.1.8 |
1394 | 2024-12-20T21:16:39.792Z | Compiling cookie v0.18.1 |
1395 | 2024-12-20T21:16:39.865Z | Compiling encoding_rs v0.8.34 |
1396 | 2024-12-20T21:16:40.083Z | Compiling multer v3.1.0 |
1397 | 2024-12-20T21:16:40.293Z | Compiling schemars v0.8.21 |
1398 | 2024-12-20T21:16:40.357Z | Compiling openssl-probe v0.1.5 |
1399 | 2024-12-20T21:16:40.620Z | Compiling unicode-properties v0.1.3 |
1400 | 2024-12-20T21:16:40.690Z | Compiling gimli v0.31.1 |
1401 | 2024-12-20T21:16:40.723Z | Compiling mime v0.3.17 |
1402 | 2024-12-20T21:16:40.996Z | Compiling slog-async v2.8.0 |
1403 | 2024-12-20T21:16:41.323Z | Compiling signal-hook v0.3.17 |
1404 | 2024-12-20T21:16:41.496Z | Compiling rayon-core v1.12.1 |
1405 | 2024-12-20T21:16:41.602Z | Compiling ipnet v2.10.1 |
1406 | 2024-12-20T21:16:41.807Z | Compiling toml_edit v0.22.22 |
1407 | 2024-12-20T21:16:42.413Z | Compiling schemars_derive v0.8.21 |
1408 | 2024-12-20T21:16:43.004Z | Compiling hyper v1.5.0 |
1409 | 2024-12-20T21:16:45.065Z | Compiling stringprep v0.1.5 |
1410 | 2024-12-20T21:16:45.773Z | Compiling hyper-util v0.1.10 |
1411 | 2024-12-20T21:16:45.921Z | Compiling addr2line v0.24.2 |
1412 | 2024-12-20T21:16:46.631Z | Compiling usdt-macro v0.5.0 |
1413 | 2024-12-20T21:16:46.665Z | Compiling usdt-attr-macro v0.5.0 |
1414 | 2024-12-20T21:16:46.750Z | Compiling crossbeam-deque v0.8.5 |
1415 | 2024-12-20T21:16:47.092Z | Compiling term v0.7.0 |
1416 | 2024-12-20T21:16:48.126Z | Compiling slog-json v2.6.1 |
1417 | 2024-12-20T21:16:48.149Z | Compiling serde_urlencoded v0.7.1 |
1418 | 2024-12-20T21:16:48.229Z | Compiling crossbeam-channel v0.5.13 |
1419 | 2024-12-20T21:16:48.516Z | Compiling curve25519-dalek v4.1.3 |
1420 | 2024-12-20T21:16:48.567Z | Compiling futures-executor v0.3.31 |
1421 | 2024-12-20T21:16:48.687Z | Compiling enum-as-inner v0.6.1 |
1422 | 2024-12-20T21:16:48.888Z | Compiling md-5 v0.10.6 |
1423 | 2024-12-20T21:16:49.135Z | Compiling async-stream-impl v0.3.6 |
1424 | 2024-12-20T21:16:49.151Z | Compiling rustls-pemfile v2.2.0 |
1425 | 2024-12-20T21:16:49.171Z | Compiling num-integer v0.1.46 |
1426 | 2024-12-20T21:16:49.345Z | Compiling idna v0.4.0 |
1427 | 2024-12-20T21:16:49.548Z | Compiling idna v0.3.0 |
1428 | 2024-12-20T21:16:49.795Z | Compiling hash32 v0.2.1 |
1429 | 2024-12-20T21:16:49.977Z | Compiling ff v0.13.0 |
1430 | 2024-12-20T21:16:50.212Z | Compiling is-terminal v0.4.13 |
1431 | 2024-12-20T21:16:50.239Z | Compiling dropshot v0.12.0 |
1432 | 2024-12-20T21:16:50.299Z | Compiling object v0.36.5 |
1433 | 2024-12-20T21:16:50.741Z | Compiling smoltcp v0.9.1 |
1434 | 2024-12-20T21:16:50.750Z | Compiling quick-error v1.2.3 |
1435 | 2024-12-20T21:16:50.750Z | Compiling portable-atomic v1.9.0 |
1436 | 2024-12-20T21:16:50.750Z | Compiling linked-hash-map v0.5.6 |
1437 | 2024-12-20T21:16:51.033Z | Compiling psl-types v2.0.11 |
1438 | 2024-12-20T21:16:51.036Z | Compiling take_mut v0.2.2 |
1439 | 2024-12-20T21:16:51.070Z | Compiling num-bigint-dig v0.8.4 |
1440 | 2024-12-20T21:16:51.191Z | Compiling anyhow v1.0.93 |
1441 | 2024-12-20T21:16:51.252Z | Compiling utf-8 v0.7.6 |
1442 | 2024-12-20T21:16:51.273Z | Compiling dyn-clone v1.0.17 |
1443 | 2024-12-20T21:16:51.350Z | Compiling rustc-demangle v0.1.24 |
1444 | 2024-12-20T21:16:51.508Z | Compiling fallible-iterator v0.2.0 |
1445 | 2024-12-20T21:16:51.586Z | Compiling base16ct v0.2.0 |
1446 | 2024-12-20T21:16:51.661Z | Compiling tungstenite v0.24.0 |
1447 | 2024-12-20T21:16:51.903Z | Compiling sec1 v0.7.3 |
1448 | 2024-12-20T21:16:52.286Z | Compiling postgres-protocol v0.6.7 |
1449 | 2024-12-20T21:16:52.348Z | Compiling publicsuffix v2.2.3 |
1450 | 2024-12-20T21:16:52.648Z | Compiling lru-cache v0.1.2 |
1451 | 2024-12-20T21:16:52.860Z | Compiling resolv-conf v0.7.0 |
1452 | 2024-12-20T21:16:53.625Z | Compiling async-stream v0.3.6 |
1453 | 2024-12-20T21:16:53.719Z | Compiling slog-term v2.9.1 |
1454 | 2024-12-20T21:16:53.740Z | Compiling hickory-proto v0.24.1 |
1455 | 2024-12-20T21:16:53.940Z | Compiling usdt v0.5.0 |
1456 | 2024-12-20T21:16:53.967Z | Compiling group v0.13.0 |
1457 | 2024-12-20T21:16:54.492Z | Compiling num-iter v0.1.45 |
1458 | 2024-12-20T21:16:54.812Z | Compiling futures v0.3.31 |
1459 | 2024-12-20T21:16:54.943Z | Compiling slog-bunyan v2.5.0 |
1460 | 2024-12-20T21:16:56.171Z | Compiling camino v1.1.9 |
1461 | 2024-12-20T21:16:56.327Z | Compiling toml v0.8.19 |
1462 | 2024-12-20T21:16:56.647Z | Compiling tokio-native-tls v0.3.1 |
1463 | 2024-12-20T21:16:56.967Z | Compiling phf_shared v0.11.2 |
1464 | 2024-12-20T21:16:57.153Z | Compiling dropshot_endpoint v0.12.0 |
1465 | 2024-12-20T21:16:57.368Z | Compiling terminal_size v0.4.0 |
1466 | 2024-12-20T21:16:57.594Z | Compiling waitgroup v0.1.2 |
1467 | 2024-12-20T21:16:57.822Z | Compiling backtrace v0.3.74 |
1468 | 2024-12-20T21:16:57.969Z | Compiling openapiv3 v2.0.0 |
1469 | 2024-12-20T21:16:58.077Z | Compiling serde_path_to_error v0.1.16 |
1470 | 2024-12-20T21:16:58.504Z | Compiling hkdf v0.12.4 |
1471 | 2024-12-20T21:16:58.777Z | Compiling crypto-bigint v0.5.5 |
1472 | 2024-12-20T21:16:58.870Z | Compiling zerocopy-derive v0.6.6 |
1473 | 2024-12-20T21:17:01.178Z | Compiling curve25519-dalek-derive v0.1.1 |
1474 | 2024-12-20T21:17:01.313Z | Compiling hubpack_derive v0.1.1 |
1475 | 2024-12-20T21:17:01.598Z | Compiling webpki-roots v0.26.6 |
1476 | 2024-12-20T21:17:01.828Z | Compiling idna v0.5.0 |
1477 | 2024-12-20T21:17:01.898Z | Compiling hostname v0.4.0 |
1478 | 2024-12-20T21:17:02.159Z | Compiling ahash v0.8.11 |
1479 | 2024-12-20T21:17:02.221Z | Compiling crc32fast v1.4.2 |
1480 | 2024-12-20T21:17:02.450Z | Compiling fs-err v2.11.0 |
1481 | 2024-12-20T21:17:02.501Z | Compiling winnow v0.5.40 |
1482 | 2024-12-20T21:17:02.569Z | Compiling bitflags v1.3.2 |
1483 | 2024-12-20T21:17:02.678Z | Compiling managed v0.8.0 |
1484 | 2024-12-20T21:17:02.714Z | Compiling debug-ignore v1.0.5 |
1485 | 2024-12-20T21:17:02.883Z | Compiling cookie_store v0.21.0 |
1486 | 2024-12-20T21:17:03.524Z | Compiling console v0.15.8 |
1487 | 2024-12-20T21:17:04.405Z | Compiling clap_builder v4.5.21 |
1488 | 2024-12-20T21:17:04.575Z | Compiling strum_macros v0.25.3 |
1489 | 2024-12-20T21:17:05.103Z | Compiling flate2 v1.0.34 |
1490 | 2024-12-20T21:17:05.203Z | Compiling hubpack v0.1.2 |
1491 | 2024-12-20T21:17:05.350Z | Compiling elliptic-curve v0.13.8 |
1492 | 2024-12-20T21:17:05.653Z | Compiling zerocopy v0.6.6 |
1493 | 2024-12-20T21:17:06.053Z | Compiling toml_edit v0.19.15 |
1494 | 2024-12-20T21:17:06.198Z | Compiling hickory-resolver v0.24.1 |
1495 | 2024-12-20T21:17:06.542Z | Compiling signal-hook-mio v0.2.4 |
1496 | 2024-12-20T21:17:06.713Z | Compiling phf v0.11.2 |
1497 | 2024-12-20T21:17:07.012Z | Compiling hyper-tls v0.6.0 |
1498 | 2024-12-20T21:17:07.238Z | Compiling rayon v1.10.0 |
1499 | 2024-12-20T21:17:07.467Z | Compiling bzip2 v0.4.4 |
1500 | 2024-12-20T21:17:08.741Z | Compiling postgres-types v0.2.8 |
1501 | 2024-12-20T21:17:10.313Z | Compiling tokio-tungstenite v0.24.0 |
1502 | 2024-12-20T21:17:11.098Z | Compiling ed25519 v2.2.3 |
1503 | 2024-12-20T21:17:12.237Z | Compiling phf_shared v0.10.0 |
1504 | 2024-12-20T21:17:12.292Z | Compiling tokio-stream v0.1.16 |
1505 | 2024-12-20T21:17:12.649Z | Compiling pkcs1 v0.7.5 |
1506 | 2024-12-20T21:17:13.010Z | Compiling serde-big-array v0.5.1 |
1507 | 2024-12-20T21:17:13.078Z | Compiling clap_derive v4.5.18 |
1508 | 2024-12-20T21:17:13.243Z | Compiling rfc6979 v0.4.0 |
1509 | 2024-12-20T21:17:13.400Z | Compiling derive-where v1.2.7 |
1510 | 2024-12-20T21:17:13.443Z | Compiling serde_repr v0.1.19 |
1511 | 2024-12-20T21:17:13.686Z | Compiling float-cmp v0.9.0 |
1512 | 2024-12-20T21:17:13.926Z | Compiling bstr v1.10.0 |
1513 | 2024-12-20T21:17:13.973Z | Compiling sync_wrapper v1.0.1 |
1514 | 2024-12-20T21:17:14.139Z | Compiling number_prefix v0.4.0 |
1515 | 2024-12-20T21:17:14.181Z | Compiling difflib v0.4.0 |
1516 | 2024-12-20T21:17:14.369Z | Compiling new_debug_unreachable v1.0.6 |
1517 | 2024-12-20T21:17:14.503Z | Compiling predicates-core v1.0.8 |
1518 | 2024-12-20T21:17:14.620Z | Compiling bit-vec v0.6.3 |
1519 | 2024-12-20T21:17:14.881Z | Compiling fixedbitset v0.4.2 |
1520 | 2024-12-20T21:17:15.107Z | Compiling precomputed-hash v0.1.1 |
1521 | 2024-12-20T21:17:15.235Z | Compiling whoami v1.5.2 |
1522 | 2024-12-20T21:17:15.355Z | Compiling unicode-segmentation v1.12.0 |
1523 | 2024-12-20T21:17:15.754Z | Compiling normalize-line-endings v0.3.0 |
1524 | 2024-12-20T21:17:15.856Z | Compiling unicode-width v0.2.0 |
1525 | 2024-12-20T21:17:15.881Z | Compiling static_assertions v1.1.0 |
1526 | 2024-12-20T21:17:15.884Z | Compiling predicates v3.1.2 |
1527 | 2024-12-20T21:17:15.992Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1528 | 2024-12-20T21:17:16.236Z | Compiling similar v2.6.0 |
1529 | 2024-12-20T21:17:16.408Z | Compiling indicatif v0.17.9 |
1530 | 2024-12-20T21:17:17.068Z | Compiling tokio-postgres v0.7.12 |
1531 | 2024-12-20T21:17:17.668Z | Compiling string_cache v0.8.7 |
1532 | 2024-12-20T21:17:18.150Z | Compiling petgraph v0.6.5 |
1533 | 2024-12-20T21:17:18.209Z | Compiling clap v4.5.21 |
1534 | 2024-12-20T21:17:18.337Z | Compiling bit-set v0.5.3 |
1535 | 2024-12-20T21:17:18.639Z | Compiling ecdsa v0.16.9 |
1536 | 2024-12-20T21:17:18.671Z | Compiling rsa v0.9.6 |
1537 | 2024-12-20T21:17:18.692Z | Compiling ed25519-dalek v2.1.1 |
1538 | 2024-12-20T21:17:19.561Z | Compiling toml v0.7.8 |
1539 | 2024-12-20T21:17:20.086Z | Compiling zip v0.6.6 |
1540 | 2024-12-20T21:17:21.317Z | Compiling crossterm v0.28.1 |
1541 | 2024-12-20T21:17:22.242Z | Compiling hex v0.4.3 |
1542 | 2024-12-20T21:17:22.542Z | Compiling x509-cert v0.2.5 |
1543 | 2024-12-20T21:17:22.888Z | Compiling peg-runtime v0.8.3 |
1544 | 2024-12-20T21:17:23.089Z | Compiling lalrpop-util v0.19.12 |
1545 | 2024-12-20T21:17:23.109Z | Compiling unicode-xid v0.2.6 |
1546 | 2024-12-20T21:17:23.112Z | Compiling strum_macros v0.26.4 |
1547 | 2024-12-20T21:17:23.305Z | Compiling xattr v1.3.1 |
1548 | 2024-12-20T21:17:23.439Z | Compiling filetime v0.2.25 |
1549 | 2024-12-20T21:17:23.772Z | Compiling tar v0.4.42 |
1550 | 2024-12-20T21:17:28.317Z | Compiling strum v0.26.3 |
1551 | 2024-12-20T21:17:31.310Z | Compiling aws-lc-sys v0.22.0 |
1552 | 2024-12-20T21:17:59.321Z | Compiling rustls-webpki v0.102.8 |
1553 | 2024-12-20T21:18:02.829Z | Compiling tokio-rustls v0.25.0 |
1554 | 2024-12-20T21:18:04.288Z | Compiling tokio-rustls v0.26.0 |
1555 | 2024-12-20T21:18:04.693Z | Compiling hyper-rustls v0.27.3 |
1556 | 2024-12-20T21:18:05.083Z | Compiling reqwest v0.12.9 |
1557 | 2024-12-20T21:18:06.312Z | Compiling qorb v0.2.1 |
1558 | 2024-12-20T21:18:11.072Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1559 | 2024-12-20T21:18:11.307Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1560 | 2024-12-20T21:18:17.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1561 | 2024-12-20T21:18:17.283Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1562 | 2024-12-20T21:18:17.334Z | Dec 20 21:18:15.802 INFO Starting download, target: Console |
1563 | 2024-12-20T21:18:17.334Z | Dec 20 21:18:15.802 INFO Starting download, target: DendriteOpenapi |
1564 | 2024-12-20T21:18:17.334Z | Dec 20 21:18:15.802 INFO Starting download, target: Cockroach |
1565 | 2024-12-20T21:18:17.334Z | Dec 20 21:18:15.802 INFO Starting download, target: Clickhouse |
1566 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.802 INFO Starting download, target: DendriteStub |
1567 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.802 INFO Starting download, target: MaghemiteMgd |
1568 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.802 INFO Starting download, target: TransceiverControl |
1569 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.803 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1570 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.803 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1571 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.803 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1572 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.803 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1573 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.803 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1574 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.803 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1575 | 2024-12-20T21:18:17.337Z | Dec 20 21:18:15.803 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1576 | 2024-12-20T21:18:17.508Z | Dec 20 21:18:15.960 INFO Download complete, target: DendriteOpenapi |
1577 | 2024-12-20T21:18:17.780Z | Dec 20 21:18:16.226 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1578 | 2024-12-20T21:18:17.832Z | Dec 20 21:18:16.300 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1579 | 2024-12-20T21:18:18.177Z | Dec 20 21:18:16.642 INFO Download complete, target: Console |
1580 | 2024-12-20T21:18:18.208Z | Dec 20 21:18:16.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1581 | 2024-12-20T21:18:18.496Z | Dec 20 21:18:16.958 INFO Download complete, target: TransceiverControl |
1582 | 2024-12-20T21:18:18.625Z | Dec 20 21:18:17.090 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1583 | 2024-12-20T21:18:18.992Z | Dec 20 21:18:17.458 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1584 | 2024-12-20T21:18:18.992Z | Dec 20 21:18:17.458 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1585 | 2024-12-20T21:18:19.211Z | Dec 20 21:18:17.679 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1586 | 2024-12-20T21:18:21.113Z | Dec 20 21:18:19.581 INFO Download complete, target: DendriteStub |
1587 | 2024-12-20T21:18:21.595Z | Dec 20 21:18:20.063 INFO Download complete, target: MaghemiteMgd |
1588 | 2024-12-20T21:18:26.500Z | Dec 20 21:18:24.946 INFO Checking that binary works, target: Cockroach |
1589 | 2024-12-20T21:18:26.642Z | Dec 20 21:18:25.101 INFO Download complete, target: Cockroach |
1590 | 2024-12-20T21:18:31.779Z | Dec 20 21:18:30.247 INFO Checking that binary works, target: Clickhouse |
1591 | 2024-12-20T21:18:31.897Z | Dec 20 21:18:30.365 INFO Download complete, target: Clickhouse |
1592 | 2024-12-20T21:18:31.919Z | All builder prerequisites installed successfully, and PATH looks valid |
1593 | 2024-12-20T21:18:31.921Z | |
1594 | 2024-12-20T21:18:31.921Z | real 6:11.205200620 |
1595 | 2024-12-20T21:18:31.921Z | user 16:33.577805312 |
1596 | 2024-12-20T21:18:31.921Z | sys 3:16.118715966 |
1597 | 2024-12-20T21:18:31.921Z | trap 0.560704387 |
1598 | 2024-12-20T21:18:31.921Z | tflt 1.549145990 |
1599 | 2024-12-20T21:18:31.921Z | dflt 2.044967290 |
1600 | 2024-12-20T21:18:31.921Z | kflt 0.025679890 |
1601 | 2024-12-20T21:18:31.921Z | lock 29:37.091843308 |
1602 | 2024-12-20T21:18:31.921Z | slp 1:04:02.858780323 |
1603 | 2024-12-20T21:18:31.921Z | lat 57.881807826 |
1604 | 2024-12-20T21:18:31.921Z | stop 2:21.419186789 |
1605 | 2024-12-20T21:18:31.921Z | + banner clippy |
1606 | 2024-12-20T21:18:31.924Z | |
1607 | 2024-12-20T21:18:31.925Z | #### # # ##### ##### # # |
1608 | 2024-12-20T21:18:31.925Z | # # # # # # # # # # |
1609 | 2024-12-20T21:18:31.925Z | # # # # # # # # |
1610 | 2024-12-20T21:18:31.925Z | # # # ##### ##### # |
1611 | 2024-12-20T21:18:31.925Z | # # # # # # # |
1612 | 2024-12-20T21:18:31.925Z | #### ###### # # # # |
1613 | 2024-12-20T21:18:31.925Z | |
1614 | 2024-12-20T21:18:31.925Z | + export CARGO_INCREMENTAL=0 |
1615 | 2024-12-20T21:18:31.925Z | + CARGO_INCREMENTAL=0 |
1616 | 2024-12-20T21:18:31.925Z | + ptime -m cargo xtask clippy |
1617 | 2024-12-20T21:18:32.449Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1618 | 2024-12-20T21:18:35.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
1619 | 2024-12-20T21:18:36.021Z | Running `target/debug/xtask clippy` |
1620 | 2024-12-20T21:18:36.041Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1621 | 2024-12-20T21:18:36.773Z | Downloading crates ... |
1622 | 2024-12-20T21:18:37.033Z | Downloaded approx v0.5.1 |
1623 | 2024-12-20T21:18:37.111Z | Downloaded anes v0.1.6 |
1624 | 2024-12-20T21:18:37.111Z | Downloaded async-attributes v1.1.2 |
1625 | 2024-12-20T21:18:37.111Z | Downloaded criterion-plot v0.5.0 |
1626 | 2024-12-20T21:18:37.112Z | Downloaded nested v0.1.1 |
1627 | 2024-12-20T21:18:37.112Z | Downloaded target-triple v0.1.3 |
1628 | 2024-12-20T21:18:37.112Z | Downloaded doc-comment v0.3.3 |
1629 | 2024-12-20T21:18:37.112Z | Downloaded pathdiff v0.2.2 |
1630 | 2024-12-20T21:18:37.112Z | Downloaded guppy-workspace-hack v0.1.0 |
1631 | 2024-12-20T21:18:37.112Z | Downloaded escape8259 v0.5.3 |
1632 | 2024-12-20T21:18:37.112Z | Downloaded async-object-pool v0.1.5 |
1633 | 2024-12-20T21:18:37.112Z | Downloaded plotters-svg v0.3.7 |
1634 | 2024-12-20T21:18:37.112Z | Downloaded async-signal v0.2.10 |
1635 | 2024-12-20T21:18:37.112Z | Downloaded datatest-stable v0.2.9 |
1636 | 2024-12-20T21:18:37.112Z | Downloaded async-channel v1.9.0 |
1637 | 2024-12-20T21:18:37.112Z | Downloaded serde_regex v1.1.0 |
1638 | 2024-12-20T21:18:37.112Z | Downloaded kv-log-macro v1.0.7 |
1639 | 2024-12-20T21:18:37.112Z | Downloaded plotters-backend v0.3.7 |
1640 | 2024-12-20T21:18:37.112Z | Downloaded path-tree v0.8.1 |
1641 | 2024-12-20T21:18:37.112Z | Downloaded cast v0.3.0 |
1642 | 2024-12-20T21:18:37.112Z | Downloaded async-global-executor v2.4.1 |
1643 | 2024-12-20T21:18:37.113Z | Downloaded target-spec v3.2.2 |
1644 | 2024-12-20T21:18:37.113Z | Downloaded piper v0.2.4 |
1645 | 2024-12-20T21:18:37.113Z | Downloaded oorandom v11.1.4 |
1646 | 2024-12-20T21:18:37.113Z | Downloaded futures-timer v3.0.3 |
1647 | 2024-12-20T21:18:37.113Z | Downloaded event-listener v2.5.3 |
1648 | 2024-12-20T21:18:37.114Z | Downloaded proc-macro-crate v3.2.0 |
1649 | 2024-12-20T21:18:37.114Z | Downloaded num_cpus v1.16.0 |
1650 | 2024-12-20T21:18:37.114Z | Downloaded parking v2.2.1 |
1651 | 2024-12-20T21:18:37.114Z | Downloaded async-channel v2.3.1 |
1652 | 2024-12-20T21:18:37.182Z | Downloaded tinytemplate v1.2.1 |
1653 | 2024-12-20T21:18:37.182Z | Downloaded blocking v1.6.1 |
1654 | 2024-12-20T21:18:37.182Z | Downloaded assert-json-diff v2.0.2 |
1655 | 2024-12-20T21:18:37.182Z | Downloaded event-listener-strategy v0.5.2 |
1656 | 2024-12-20T21:18:37.182Z | Downloaded threadpool v1.8.1 |
1657 | 2024-12-20T21:18:37.182Z | Downloaded relative-path v1.9.3 |
1658 | 2024-12-20T21:18:37.183Z | Downloaded similar-asserts v1.6.0 |
1659 | 2024-12-20T21:18:37.183Z | Downloaded libtest-mimic v0.7.3 |
1660 | 2024-12-20T21:18:37.183Z | Downloaded target-lexicon v0.12.16 |
1661 | 2024-12-20T21:18:37.183Z | Downloaded assert_cmd v2.0.16 |
1662 | 2024-12-20T21:18:37.183Z | Downloaded partial-io v0.5.4 |
1663 | 2024-12-20T21:18:37.183Z | Downloaded httptest v0.16.1 |
1664 | 2024-12-20T21:18:37.183Z | Downloaded stringmetrics v2.2.2 |
1665 | 2024-12-20T21:18:37.183Z | Downloaded concurrent-queue v2.5.0 |
1666 | 2024-12-20T21:18:37.183Z | Downloaded rustls-native-certs v0.7.3 |
1667 | 2024-12-20T21:18:37.183Z | Downloaded blake2b_simd v1.0.2 |
1668 | 2024-12-20T21:18:37.183Z | Downloaded hyper-rustls v0.26.0 |
1669 | 2024-12-20T21:18:37.183Z | Downloaded async-io v2.3.4 |
1670 | 2024-12-20T21:18:37.184Z | Downloaded rust-argon2 v2.1.0 |
1671 | 2024-12-20T21:18:37.184Z | Downloaded rstest v0.23.0 |
1672 | 2024-12-20T21:18:37.184Z | Downloaded async-process v2.3.0 |
1673 | 2024-12-20T21:18:37.184Z | Downloaded cfg-expr v0.17.0 |
1674 | 2024-12-20T21:18:37.184Z | Downloaded trybuild v1.0.101 |
1675 | 2024-12-20T21:18:37.184Z | Downloaded rstest_macros v0.23.0 |
1676 | 2024-12-20T21:18:37.184Z | Downloaded yansi v1.0.1 |
1677 | 2024-12-20T21:18:37.184Z | Downloaded pretty_assertions v1.4.1 |
1678 | 2024-12-20T21:18:37.184Z | Downloaded fancy-regex v0.13.0 |
1679 | 2024-12-20T21:18:37.184Z | Downloaded rand_distr v0.4.3 |
1680 | 2024-12-20T21:18:37.184Z | Downloaded polling v3.7.3 |
1681 | 2024-12-20T21:18:37.196Z | Downloaded guppy v0.17.8 |
1682 | 2024-12-20T21:18:37.196Z | Downloaded criterion v0.5.1 |
1683 | 2024-12-20T21:18:37.196Z | Downloaded event-listener v5.3.1 |
1684 | 2024-12-20T21:18:37.196Z | Downloaded plotters v0.3.7 |
1685 | 2024-12-20T21:18:37.196Z | Downloaded async-task v4.7.1 |
1686 | 2024-12-20T21:18:37.196Z | Downloaded async-lock v3.4.0 |
1687 | 2024-12-20T21:18:37.196Z | Downloaded futures-lite v2.3.0 |
1688 | 2024-12-20T21:18:37.196Z | Downloaded async-executor v1.13.1 |
1689 | 2024-12-20T21:18:37.196Z | Downloaded indoc v2.0.5 |
1690 | 2024-12-20T21:18:37.196Z | Downloaded async-std v1.13.0 |
1691 | 2024-12-20T21:18:37.246Z | Downloaded httpmock v0.8.0-alpha.1 |
1692 | 2024-12-20T21:18:38.016Z | Checking cfg-if v1.0.0 |
1693 | 2024-12-20T21:18:38.093Z | Checking libc v0.2.162 |
1694 | 2024-12-20T21:18:38.118Z | Checking serde v1.0.215 |
1695 | 2024-12-20T21:18:38.138Z | Checking memchr v2.7.4 |
1696 | 2024-12-20T21:18:38.157Z | Checking value-bag v1.9.0 |
1697 | 2024-12-20T21:18:38.182Z | Checking scopeguard v1.2.0 |
1698 | 2024-12-20T21:18:38.207Z | Checking zeroize v1.8.1 |
1699 | 2024-12-20T21:18:38.235Z | Checking smallvec v1.13.2 |
1700 | 2024-12-20T21:18:38.264Z | Checking itoa v1.0.11 |
1701 | 2024-12-20T21:18:38.321Z | Checking lock_api v0.4.12 |
1702 | 2024-12-20T21:18:38.483Z | Checking byteorder v1.5.0 |
1703 | 2024-12-20T21:18:38.485Z | Checking pin-project-lite v0.2.14 |
1704 | 2024-12-20T21:18:38.544Z | Checking log v0.4.22 |
1705 | 2024-12-20T21:18:38.605Z | Checking subtle v2.6.1 |
1706 | 2024-12-20T21:18:38.635Z | Checking once_cell v1.20.2 |
1707 | 2024-12-20T21:18:38.722Z | Checking typenum v1.17.0 |
1708 | 2024-12-20T21:18:38.864Z | Checking futures-core v0.3.31 |
1709 | 2024-12-20T21:18:38.925Z | Checking libm v0.2.8 |
1710 | 2024-12-20T21:18:38.925Z | Checking thiserror v1.0.69 |
1711 | 2024-12-20T21:18:38.974Z | Checking zerocopy v0.7.35 |
1712 | 2024-12-20T21:18:39.050Z | Checking ryu v1.0.18 |
1713 | 2024-12-20T21:18:39.089Z | Checking spin v0.9.8 |
1714 | 2024-12-20T21:18:39.117Z | Checking const-oid v0.9.6 |
1715 | 2024-12-20T21:18:39.194Z | Checking getrandom v0.2.15 |
1716 | 2024-12-20T21:18:39.324Z | Checking signal-hook-registry v1.4.2 |
1717 | 2024-12-20T21:18:39.427Z | Checking rand_core v0.6.4 |
1718 | 2024-12-20T21:18:39.451Z | Checking parking_lot_core v0.9.10 |
1719 | 2024-12-20T21:18:39.588Z | Checking mio v1.0.2 |
1720 | 2024-12-20T21:18:39.772Z | Checking socket2 v0.5.7 |
1721 | 2024-12-20T21:18:39.818Z | Checking parking_lot v0.12.3 |
1722 | 2024-12-20T21:18:39.844Z | Checking num-traits v0.2.19 |
1723 | 2024-12-20T21:18:40.169Z | Checking generic-array v0.14.7 |
1724 | 2024-12-20T21:18:40.206Z | Checking futures-io v0.3.31 |
1725 | 2024-12-20T21:18:40.231Z | Checking slab v0.4.9 |
1726 | 2024-12-20T21:18:40.257Z | Checking allocator-api2 v0.2.18 |
1727 | 2024-12-20T21:18:40.390Z | Checking cpufeatures v0.2.14 |
1728 | 2024-12-20T21:18:40.439Z | Checking futures-sink v0.3.31 |
1729 | 2024-12-20T21:18:40.488Z | Checking pin-utils v0.1.0 |
1730 | 2024-12-20T21:18:40.513Z | Checking equivalent v1.0.1 |
1731 | 2024-12-20T21:18:40.579Z | Checking foldhash v0.1.3 |
1732 | 2024-12-20T21:18:40.606Z | Checking futures-channel v0.3.31 |
1733 | 2024-12-20T21:18:40.635Z | Checking futures-task v0.3.31 |
1734 | 2024-12-20T21:18:40.804Z | Checking stable_deref_trait v1.2.0 |
1735 | 2024-12-20T21:18:40.860Z | Checking hashbrown v0.15.1 |
1736 | 2024-12-20T21:18:40.890Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1737 | 2024-12-20T21:18:40.921Z | Checking fnv v1.0.7 |
1738 | 2024-12-20T21:18:40.961Z | Checking futures-util v0.3.31 |
1739 | 2024-12-20T21:18:41.048Z | Checking iana-time-zone v0.1.61 |
1740 | 2024-12-20T21:18:41.051Z | Checking ppv-lite86 v0.2.20 |
1741 | 2024-12-20T21:18:41.212Z | Checking tracing-core v0.1.32 |
1742 | 2024-12-20T21:18:41.242Z | Checking errno v0.3.9 |
1743 | 2024-12-20T21:18:41.357Z | Checking crypto-common v0.1.6 |
1744 | 2024-12-20T21:18:41.426Z | Checking block-buffer v0.10.4 |
1745 | 2024-12-20T21:18:41.553Z | Checking zerofrom v0.1.4 |
1746 | 2024-12-20T21:18:41.558Z | Checking dyn-clone v1.0.17 |
1747 | 2024-12-20T21:18:41.672Z | Checking digest v0.10.7 |
1748 | 2024-12-20T21:18:41.716Z | Checking block-padding v0.3.3 |
1749 | 2024-12-20T21:18:41.795Z | Checking yoke v0.7.4 |
1750 | 2024-12-20T21:18:41.819Z | Checking rand_chacha v0.3.1 |
1751 | 2024-12-20T21:18:41.859Z | Checking tracing v0.1.40 |
1752 | 2024-12-20T21:18:41.903Z | Checking inout v0.1.3 |
1753 | 2024-12-20T21:18:41.957Z | Checking crossbeam-utils v0.8.20 |
1754 | 2024-12-20T21:18:42.053Z | Checking percent-encoding v2.3.1 |
1755 | 2024-12-20T21:18:42.129Z | Checking zerovec v0.10.4 |
1756 | 2024-12-20T21:18:42.158Z | Checking cipher v0.4.4 |
1757 | 2024-12-20T21:18:42.209Z | Checking writeable v0.5.5 |
1758 | 2024-12-20T21:18:42.235Z | Checking rand v0.8.5 |
1759 | 2024-12-20T21:18:42.265Z | Checking litemap v0.7.3 |
1760 | 2024-12-20T21:18:42.539Z | Checking tinyvec_macros v0.1.1 |
1761 | 2024-12-20T21:18:42.569Z | Checking form_urlencoded v1.2.1 |
1762 | 2024-12-20T21:18:42.617Z | Checking httparse v1.9.5 |
1763 | 2024-12-20T21:18:42.644Z | Checking tinyvec v1.8.0 |
1764 | 2024-12-20T21:18:42.664Z | Checking icu_locid_transform_data v1.5.0 |
1765 | 2024-12-20T21:18:42.763Z | Checking atomic-waker v1.1.2 |
1766 | 2024-12-20T21:18:42.790Z | Checking base64ct v1.6.0 |
1767 | 2024-12-20T21:18:42.910Z | Checking regex-syntax v0.8.5 |
1768 | 2024-12-20T21:18:43.066Z | Checking bytes v1.8.0 |
1769 | 2024-12-20T21:18:43.092Z | Checking bitflags v2.6.0 |
1770 | 2024-12-20T21:18:43.262Z | Checking serde_json v1.0.132 |
1771 | 2024-12-20T21:18:43.394Z | Checking indexmap v2.6.0 |
1772 | 2024-12-20T21:18:43.504Z | Checking chrono v0.4.38 |
1773 | 2024-12-20T21:18:43.772Z | Checking rustix v0.38.37 |
1774 | 2024-12-20T21:18:43.893Z | Checking tokio v1.40.0 |
1775 | 2024-12-20T21:18:43.964Z | Checking uuid v1.11.0 |
1776 | 2024-12-20T21:18:44.598Z | Checking http v1.1.0 |
1777 | 2024-12-20T21:18:44.707Z | Checking tinystr v0.7.6 |
1778 | 2024-12-20T21:18:44.990Z | Checking unicode-normalization v0.1.24 |
1779 | 2024-12-20T21:18:45.087Z | Checking icu_locid v1.5.0 |
1780 | 2024-12-20T21:18:45.568Z | Checking schemars v0.8.21 |
1781 | 2024-12-20T21:18:45.888Z | Checking icu_collections v1.5.0 |
1782 | 2024-12-20T21:18:45.993Z | Checking hmac v0.12.1 |
1783 | 2024-12-20T21:18:46.073Z | Checking icu_provider v1.5.0 |
1784 | 2024-12-20T21:18:46.076Z | Checking icu_properties_data v1.5.0 |
1785 | 2024-12-20T21:18:46.212Z | Checking untrusted v0.9.0 |
1786 | 2024-12-20T21:18:46.266Z | Checking sha2 v0.10.8 |
1787 | 2024-12-20T21:18:46.357Z | Checking aho-corasick v1.1.3 |
1788 | 2024-12-20T21:18:46.389Z | Checking ring v0.17.8 |
1789 | 2024-12-20T21:18:46.550Z | Checking unicode-ident v1.0.13 |
1790 | 2024-12-20T21:18:46.722Z | Checking write16 v1.0.0 |
1791 | 2024-12-20T21:18:46.749Z | Checking icu_locid_transform v1.5.0 |
1792 | 2024-12-20T21:18:46.857Z | Checking utf8_iter v1.0.4 |
1793 | 2024-12-20T21:18:46.880Z | Checking unicode-bidi v0.3.17 |
1794 | 2024-12-20T21:18:47.074Z | Checking utf16_iter v1.0.5 |
1795 | 2024-12-20T21:18:47.206Z | Checking icu_normalizer_data v1.5.0 |
1796 | 2024-12-20T21:18:47.234Z | Checking lazy_static v1.5.0 |
1797 | 2024-12-20T21:18:47.262Z | Checking powerfmt v0.2.0 |
1798 | 2024-12-20T21:18:47.308Z | Checking adler2 v2.0.0 |
1799 | 2024-12-20T21:18:47.352Z | Checking num_threads v0.1.7 |
1800 | 2024-12-20T21:18:47.470Z | Checking miniz_oxide v0.8.0 |
1801 | 2024-12-20T21:18:47.494Z | Checking time-core v0.1.2 |
1802 | 2024-12-20T21:18:47.535Z | Checking num-conv v0.1.0 |
1803 | 2024-12-20T21:18:47.563Z | Checking deranged v0.3.11 |
1804 | 2024-12-20T21:18:47.642Z | Checking rustls-pki-types v1.10.0 |
1805 | 2024-12-20T21:18:47.777Z | Checking proc-macro2 v1.0.89 |
1806 | 2024-12-20T21:18:47.803Z | Checking icu_properties v1.5.1 |
1807 | 2024-12-20T21:18:48.024Z | Checking regex-automata v0.4.8 |
1808 | 2024-12-20T21:18:48.195Z | Checking pem-rfc7468 v0.7.0 |
1809 | 2024-12-20T21:18:48.221Z | Checking untrusted v0.7.1 |
1810 | 2024-12-20T21:18:48.246Z | Checking http-body v1.0.1 |
1811 | 2024-12-20T21:18:48.402Z | Checking aws-lc-sys v0.22.0 |
1812 | 2024-12-20T21:18:48.452Z | Checking mirai-annotations v1.12.0 |
1813 | 2024-12-20T21:18:48.478Z | Checking quote v1.0.37 |
1814 | 2024-12-20T21:18:48.481Z | Checking try-lock v0.2.5 |
1815 | 2024-12-20T21:18:48.643Z | Checking httpdate v1.0.3 |
1816 | 2024-12-20T21:18:48.646Z | Checking base64 v0.22.1 |
1817 | 2024-12-20T21:18:48.814Z | Checking syn v2.0.87 |
1818 | 2024-12-20T21:18:48.900Z | Checking want v0.3.1 |
1819 | 2024-12-20T21:18:49.095Z | Checking flagset v0.4.6 |
1820 | 2024-12-20T21:18:49.126Z | Checking pbkdf2 v0.12.2 |
1821 | 2024-12-20T21:18:49.315Z | Checking aes v0.8.4 |
1822 | 2024-12-20T21:18:49.341Z | Checking der v0.7.9 |
1823 | 2024-12-20T21:18:49.367Z | Checking time v0.3.36 |
1824 | 2024-12-20T21:18:50.264Z | Checking cbc v0.1.2 |
1825 | 2024-12-20T21:18:50.469Z | Checking salsa20 v0.10.2 |
1826 | 2024-12-20T21:18:50.701Z | Checking ahash v0.8.11 |
1827 | 2024-12-20T21:18:51.073Z | Checking aws-lc-rs v1.10.0 |
1828 | 2024-12-20T21:18:51.108Z | Checking icu_normalizer v1.5.0 |
1829 | 2024-12-20T21:18:51.179Z | Checking spki v0.7.3 |
1830 | 2024-12-20T21:18:51.265Z | Checking slog v2.7.0 |
1831 | 2024-12-20T21:18:51.292Z | Checking tokio-util v0.7.12 |
1832 | 2024-12-20T21:18:51.460Z | Checking tower-service v0.3.3 |
1833 | 2024-12-20T21:18:51.597Z | Checking scrypt v0.11.0 |
1834 | 2024-12-20T21:18:51.772Z | Checking mime v0.3.17 |
1835 | 2024-12-20T21:18:51.847Z | Checking gimli v0.31.1 |
1836 | 2024-12-20T21:18:51.858Z | Checking idna_adapter v1.2.0 |
1837 | 2024-12-20T21:18:51.860Z | Checking pkcs5 v0.7.1 |
1838 | 2024-12-20T21:18:52.066Z | Checking idna v1.0.3 |
1839 | 2024-12-20T21:18:52.095Z | Checking object v0.36.5 |
1840 | 2024-12-20T21:18:52.252Z | Checking h2 v0.4.6 |
1841 | 2024-12-20T21:18:52.388Z | Checking rustc-demangle v0.1.24 |
1842 | 2024-12-20T21:18:52.540Z | Checking url v2.5.3 |
1843 | 2024-12-20T21:18:52.797Z | Checking utf8parse v0.2.2 |
1844 | 2024-12-20T21:18:52.825Z | Checking regex v1.11.1 |
1845 | 2024-12-20T21:18:52.914Z | Checking rustls-webpki v0.102.8 |
1846 | 2024-12-20T21:18:52.954Z | Checking pkcs8 v0.10.2 |
1847 | 2024-12-20T21:18:53.280Z | Checking http-body-util v0.1.2 |
1848 | 2024-12-20T21:18:53.356Z | Checking futures-executor v0.3.31 |
1849 | 2024-12-20T21:18:53.429Z | Checking serde_spanned v0.6.8 |
1850 | 2024-12-20T21:18:53.603Z | Checking toml_datetime v0.6.8 |
1851 | 2024-12-20T21:18:53.628Z | Checking data-encoding v2.6.0 |
1852 | 2024-12-20T21:18:53.744Z | Checking ipnet v2.10.1 |
1853 | 2024-12-20T21:18:53.777Z | Checking unicode-width v0.1.14 |
1854 | 2024-12-20T21:18:53.876Z | Checking futures v0.3.31 |
1855 | 2024-12-20T21:18:53.998Z | Checking rustls-pemfile v2.2.0 |
1856 | 2024-12-20T21:18:54.211Z | Checking anstyle v1.0.10 |
1857 | 2024-12-20T21:18:54.243Z | Checking foreign-types-shared v0.1.1 |
1858 | 2024-12-20T21:18:54.269Z | Checking openssl-probe v0.1.5 |
1859 | 2024-12-20T21:18:54.337Z | Checking semver v1.0.23 |
1860 | 2024-12-20T21:18:54.364Z | Checking foreign-types v0.3.2 |
1861 | 2024-12-20T21:18:54.428Z | Checking serde_urlencoded v0.7.1 |
1862 | 2024-12-20T21:18:54.464Z | Checking sha1 v0.10.6 |
1863 | 2024-12-20T21:18:54.552Z | Checking openssl-sys v0.9.103 |
1864 | 2024-12-20T21:18:54.747Z | Checking encoding_rs v0.8.34 |
1865 | 2024-12-20T21:18:54.750Z | Checking rustls v0.23.19 |
1866 | 2024-12-20T21:18:54.852Z | Checking anstyle-parse v0.2.5 |
1867 | 2024-12-20T21:18:55.123Z | Checking camino v1.1.9 |
1868 | 2024-12-20T21:18:55.263Z | Checking either v1.13.0 |
1869 | 2024-12-20T21:18:55.646Z | Checking winnow v0.6.20 |
1870 | 2024-12-20T21:18:55.675Z | Checking anstyle-query v1.1.1 |
1871 | 2024-12-20T21:18:55.772Z | Checking addr2line v0.24.2 |
1872 | 2024-12-20T21:18:55.814Z | Checking is_terminal_polyfill v1.70.1 |
1873 | 2024-12-20T21:18:55.842Z | Checking openssl v0.10.66 |
1874 | 2024-12-20T21:18:55.944Z | Checking colorchoice v1.0.2 |
1875 | 2024-12-20T21:18:56.078Z | Checking anstream v0.6.15 |
1876 | 2024-12-20T21:18:56.292Z | Checking idna v0.3.0 |
1877 | 2024-12-20T21:18:56.462Z | Checking terminal_size v0.4.0 |
1878 | 2024-12-20T21:18:56.640Z | Checking openapiv3 v2.0.0 |
1879 | 2024-12-20T21:18:57.103Z | Checking signature v2.2.0 |
1880 | 2024-12-20T21:18:57.175Z | Checking psl-types v2.0.11 |
1881 | 2024-12-20T21:18:57.297Z | Checking clap_lex v0.7.2 |
1882 | 2024-12-20T21:18:57.362Z | Checking strsim v0.11.1 |
1883 | 2024-12-20T21:18:57.541Z | Checking publicsuffix v2.2.3 |
1884 | 2024-12-20T21:18:57.652Z | Checking clap_builder v4.5.21 |
1885 | 2024-12-20T21:18:57.771Z | Checking cookie v0.18.1 |
1886 | 2024-12-20T21:18:58.232Z | Checking webpki-roots v0.26.6 |
1887 | 2024-12-20T21:18:58.370Z | Checking hyper v1.5.0 |
1888 | 2024-12-20T21:18:58.446Z | Checking idna v0.5.0 |
1889 | 2024-12-20T21:18:58.592Z | Checking backtrace v0.3.74 |
1890 | 2024-12-20T21:18:58.696Z | Checking is-terminal v0.4.13 |
1891 | 2024-12-20T21:18:58.828Z | Checking scroll v0.12.0 |
1892 | 2024-12-20T21:18:59.138Z | Checking anyhow v1.0.93 |
1893 | 2024-12-20T21:18:59.311Z | Checking plain v0.2.3 |
1894 | 2024-12-20T21:18:59.338Z | Checking ucd-trie v0.1.7 |
1895 | 2024-12-20T21:18:59.473Z | Checking goblin v0.8.2 |
1896 | 2024-12-20T21:18:59.529Z | Checking cookie_store v0.21.0 |
1897 | 2024-12-20T21:18:59.556Z | Checking pest v2.7.14 |
1898 | 2024-12-20T21:19:00.172Z | Checking sync_wrapper v1.0.1 |
1899 | 2024-12-20T21:19:00.225Z | Checking base16ct v0.2.0 |
1900 | 2024-12-20T21:19:00.323Z | Checking pretty-hex v0.4.1 |
1901 | 2024-12-20T21:19:00.424Z | Checking hyper-util v0.1.10 |
1902 | 2024-12-20T21:19:00.426Z | Checking sec1 v0.7.3 |
1903 | 2024-12-20T21:19:00.471Z | Checking tokio-rustls v0.26.0 |
1904 | 2024-12-20T21:19:00.496Z | Checking num-integer v0.1.46 |
1905 | 2024-12-20T21:19:00.739Z | Checking clap v4.5.21 |
1906 | 2024-12-20T21:19:00.827Z | Checking ff v0.13.0 |
1907 | 2024-12-20T21:19:00.864Z | Checking thread-id v4.2.2 |
1908 | 2024-12-20T21:19:00.890Z | Checking toml_edit v0.22.22 |
1909 | 2024-12-20T21:19:00.971Z | Checking hkdf v0.12.4 |
1910 | 2024-12-20T21:19:00.996Z | Checking crypto-bigint v0.5.5 |
1911 | 2024-12-20T21:19:01.041Z | Checking group v0.13.0 |
1912 | 2024-12-20T21:19:01.181Z | Checking memmap v0.7.0 |
1913 | 2024-12-20T21:19:01.184Z | Checking native-tls v0.2.12 |
1914 | 2024-12-20T21:19:01.300Z | Checking dirs-sys-next v0.1.2 |
1915 | 2024-12-20T21:19:01.397Z | Checking crc32fast v1.4.2 |
1916 | 2024-12-20T21:19:01.495Z | Checking bitflags v1.3.2 |
1917 | 2024-12-20T21:19:01.529Z | Checking tokio-native-tls v0.3.1 |
1918 | 2024-12-20T21:19:01.601Z | Checking static_assertions v1.1.0 |
1919 | 2024-12-20T21:19:01.642Z | Checking utf-8 v0.7.6 |
1920 | 2024-12-20T21:19:01.706Z | Checking dirs-next v2.0.0 |
1921 | 2024-12-20T21:19:01.798Z | Checking crossbeam-channel v0.5.13 |
1922 | 2024-12-20T21:19:01.839Z | Checking thread_local v1.1.8 |
1923 | 2024-12-20T21:19:01.866Z | Checking unicode-segmentation v1.12.0 |
1924 | 2024-12-20T21:19:02.014Z | Checking dtrace-parser v0.2.0 |
1925 | 2024-12-20T21:19:02.147Z | Checking term v0.7.0 |
1926 | 2024-12-20T21:19:02.445Z | Checking hyper-tls v0.6.0 |
1927 | 2024-12-20T21:19:02.523Z | Checking hyper-rustls v0.27.3 |
1928 | 2024-12-20T21:19:02.551Z | Checking num-iter v0.1.45 |
1929 | 2024-12-20T21:19:02.576Z | Checking crossbeam-epoch v0.9.18 |
1930 | 2024-12-20T21:19:02.601Z | Checking match_cfg v0.1.0 |
1931 | 2024-12-20T21:19:02.700Z | Checking take_mut v0.2.2 |
1932 | 2024-12-20T21:19:02.728Z | Checking hostname v0.3.1 |
1933 | 2024-12-20T21:19:02.731Z | Checking slog-term v2.9.1 |
1934 | 2024-12-20T21:19:02.840Z | Checking slog-async v2.8.0 |
1935 | 2024-12-20T21:19:02.866Z | Checking bstr v1.10.0 |
1936 | 2024-12-20T21:19:02.888Z | Checking reqwest v0.12.9 |
1937 | 2024-12-20T21:19:03.023Z | Checking rfc6979 v0.4.0 |
1938 | 2024-12-20T21:19:03.125Z | Checking hex v0.4.3 |
1939 | 2024-12-20T21:19:03.207Z | Checking winnow v0.5.40 |
1940 | 2024-12-20T21:19:03.265Z | Checking managed v0.8.0 |
1941 | 2024-12-20T21:19:03.455Z | Checking toml v0.8.19 |
1942 | 2024-12-20T21:19:03.654Z | Checking crossbeam-deque v0.8.5 |
1943 | 2024-12-20T21:19:03.656Z | Checking num-bigint-dig v0.8.4 |
1944 | 2024-12-20T21:19:03.803Z | Checking elliptic-curve v0.13.8 |
1945 | 2024-12-20T21:19:03.825Z | Checking flate2 v1.0.34 |
1946 | 2024-12-20T21:19:03.957Z | Checking rustls v0.22.4 |
1947 | 2024-12-20T21:19:04.207Z | Checking pkcs1 v0.7.5 |
1948 | 2024-12-20T21:19:04.388Z | Checking dof v0.3.0 |
1949 | 2024-12-20T21:19:04.490Z | Checking ecdsa v0.16.9 |
1950 | 2024-12-20T21:19:04.556Z | Checking curve25519-dalek v4.1.3 |
1951 | 2024-12-20T21:19:04.596Z | Checking zerocopy v0.6.6 |
1952 | 2024-12-20T21:19:04.696Z | Checking siphasher v0.3.11 |
1953 | 2024-12-20T21:19:05.020Z | Checking rayon-core v1.12.1 |
1954 | 2024-12-20T21:19:05.045Z | Checking usdt-impl v0.5.0 |
1955 | 2024-12-20T21:19:05.234Z | Checking ed25519 v2.2.3 |
1956 | 2024-12-20T21:19:05.424Z | Checking slog-json v2.6.1 |
1957 | 2024-12-20T21:19:05.535Z | Checking signal-hook v0.3.17 |
1958 | 2024-12-20T21:19:05.615Z | Checking usdt v0.5.0 |
1959 | 2024-12-20T21:19:05.673Z | Checking debug-ignore v1.0.5 |
1960 | 2024-12-20T21:19:05.701Z | Checking quick-error v1.2.3 |
1961 | 2024-12-20T21:19:05.818Z | Checking slog-bunyan v2.5.0 |
1962 | 2024-12-20T21:19:05.848Z | Checking multer v3.1.0 |
1963 | 2024-12-20T21:19:05.873Z | Checking itertools v0.10.5 |
1964 | 2024-12-20T21:19:05.897Z | Checking x509-cert v0.2.5 |
1965 | 2024-12-20T21:19:05.920Z | Checking rsa v0.9.6 |
1966 | 2024-12-20T21:19:05.973Z | Checking idna v0.4.0 |
1967 | 2024-12-20T21:19:06.244Z | Checking hubpack v0.1.2 |
1968 | 2024-12-20T21:19:06.317Z | Checking toml_edit v0.19.15 |
1969 | 2024-12-20T21:19:06.389Z | Checking ed25519-dalek v2.1.1 |
1970 | 2024-12-20T21:19:06.567Z | Checking serde_path_to_error v0.1.16 |
1971 | 2024-12-20T21:19:06.780Z | Checking waitgroup v0.1.2 |
1972 | 2024-12-20T21:19:06.806Z | Checking bzip2-sys v0.1.11+1.0.8 |
1973 | 2024-12-20T21:19:06.921Z | Checking async-stream v0.3.6 |
1974 | 2024-12-20T21:19:06.948Z | Checking hostname v0.4.0 |
1975 | 2024-12-20T21:19:06.979Z | Checking bit-vec v0.6.3 |
1976 | 2024-12-20T21:19:07.094Z | Checking bzip2 v0.4.4 |
1977 | 2024-12-20T21:19:07.123Z | Checking hickory-proto v0.24.1 |
1978 | 2024-12-20T21:19:07.213Z | Checking signal-hook-mio v0.2.4 |
1979 | 2024-12-20T21:19:07.345Z | Checking bit-set v0.5.3 |
1980 | 2024-12-20T21:19:07.370Z | Checking console v0.15.8 |
1981 | 2024-12-20T21:19:07.389Z | Checking hash32 v0.2.1 |
1982 | 2024-12-20T21:19:07.522Z | Checking unicode-properties v0.1.3 |
1983 | 2024-12-20T21:19:07.563Z | Checking tokio-rustls v0.25.0 |
1984 | 2024-12-20T21:19:07.591Z | Checking linked-hash-map v0.5.6 |
1985 | 2024-12-20T21:19:07.704Z | Checking predicates-core v1.0.8 |
1986 | 2024-12-20T21:19:07.892Z | Checking heapless v0.7.17 |
1987 | 2024-12-20T21:19:07.921Z | Checking stringprep v0.1.5 |
1988 | 2024-12-20T21:19:07.926Z | Checking lru-cache v0.1.2 |
1989 | 2024-12-20T21:19:07.969Z | Checking crossterm v0.28.1 |
1990 | 2024-12-20T21:19:07.973Z | Checking dropshot v0.12.0 |
1991 | 2024-12-20T21:19:08.039Z | Checking rayon v1.10.0 |
1992 | 2024-12-20T21:19:08.129Z | Checking phf_shared v0.11.2 |
1993 | 2024-12-20T21:19:08.191Z | Checking similar v2.6.0 |
1994 | 2024-12-20T21:19:08.441Z | Checking tokio-stream v0.1.16 |
1995 | 2024-12-20T21:19:08.791Z | Checking toml v0.7.8 |
1996 | 2024-12-20T21:19:08.936Z | Checking md-5 v0.10.6 |
1997 | 2024-12-20T21:19:09.076Z | Checking float-cmp v0.9.0 |
1998 | 2024-12-20T21:19:09.165Z | Checking fixedbitset v0.4.2 |
1999 | 2024-12-20T21:19:09.281Z | Checking fallible-iterator v0.2.0 |
2000 | 2024-12-20T21:19:09.380Z | Checking difflib v0.4.0 |
2001 | 2024-12-20T21:19:09.456Z | Checking normalize-line-endings v0.3.0 |
2002 | 2024-12-20T21:19:09.549Z | Checking petgraph v0.6.5 |
2003 | 2024-12-20T21:19:09.587Z | Checking smoltcp v0.9.1 |
2004 | 2024-12-20T21:19:09.721Z | Checking predicates v3.1.2 |
2005 | 2024-12-20T21:19:09.827Z | Checking phf v0.11.2 |
2006 | 2024-12-20T21:19:09.895Z | Checking postgres-protocol v0.6.7 |
2007 | 2024-12-20T21:19:10.108Z | Checking zip v0.6.6 |
2008 | 2024-12-20T21:19:10.405Z | Checking resolv-conf v0.7.0 |
2009 | 2024-12-20T21:19:10.584Z | Checking phf_shared v0.10.0 |
2010 | 2024-12-20T21:19:10.770Z | Checking tungstenite v0.24.0 |
2011 | 2024-12-20T21:19:10.794Z | Checking fs-err v2.11.0 |
2012 | 2024-12-20T21:19:10.863Z | Checking serde-big-array v0.5.1 |
2013 | 2024-12-20T21:19:10.987Z | Checking portable-atomic v1.9.0 |
2014 | 2024-12-20T21:19:11.084Z | Checking precomputed-hash v0.1.1 |
2015 | 2024-12-20T21:19:11.207Z | Checking unicode-width v0.2.0 |
2016 | 2024-12-20T21:19:11.358Z | Checking new_debug_unreachable v1.0.6 |
2017 | 2024-12-20T21:19:11.457Z | Checking lalrpop-util v0.19.12 |
2018 | 2024-12-20T21:19:11.675Z | Checking minimal-lexical v0.2.1 |
2019 | 2024-12-20T21:19:11.714Z | Checking number_prefix v0.4.0 |
2020 | 2024-12-20T21:19:11.718Z | Checking tokio-tungstenite v0.24.0 |
2021 | 2024-12-20T21:19:11.759Z | Checking string_cache v0.8.7 |
2022 | 2024-12-20T21:19:11.783Z | Checking hickory-resolver v0.24.1 |
2023 | 2024-12-20T21:19:11.904Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2024 | 2024-12-20T21:19:11.978Z | Checking postgres-types v0.2.8 |
2025 | 2024-12-20T21:19:12.025Z | Checking indicatif v0.17.9 |
2026 | 2024-12-20T21:19:12.053Z | Checking heck v0.4.1 |
2027 | 2024-12-20T21:19:12.076Z | Checking nom v7.1.3 |
2028 | 2024-12-20T21:19:12.175Z | Checking whoami v1.5.2 |
2029 | 2024-12-20T21:19:12.265Z | Checking peg-runtime v0.8.3 |
2030 | 2024-12-20T21:19:12.501Z | Compiling hashbrown v0.14.5 |
2031 | 2024-12-20T21:19:12.653Z | Compiling ident_case v1.0.1 |
2032 | 2024-12-20T21:19:12.698Z | Checking tokio-postgres v0.7.12 |
2033 | 2024-12-20T21:19:12.791Z | Compiling unsafe-libyaml v0.2.11 |
2034 | 2024-12-20T21:19:12.839Z | Compiling darling_core v0.20.10 |
2035 | 2024-12-20T21:19:13.325Z | Checking qorb v0.2.1 |
2036 | 2024-12-20T21:19:13.903Z | Compiling regress v0.10.1 |
2037 | 2024-12-20T21:19:14.078Z | Checking heck v0.5.0 |
2038 | 2024-12-20T21:19:14.285Z | Compiling serde_yaml v0.9.34+deprecated |
2039 | 2024-12-20T21:19:14.964Z | Checking progenitor-client v0.8.0 |
2040 | 2024-12-20T21:19:15.363Z | Checking fastrand v2.1.1 |
2041 | 2024-12-20T21:19:15.694Z | Compiling newtype-uuid v1.1.3 |
2042 | 2024-12-20T21:19:15.855Z | Checking ipnetwork v0.20.0 |
2043 | 2024-12-20T21:19:15.949Z | Compiling structmeta-derive v0.3.0 |
2044 | 2024-12-20T21:19:16.013Z | Checking strum v0.26.3 |
2045 | 2024-12-20T21:19:16.181Z | Compiling dropshot v0.13.0 |
2046 | 2024-12-20T21:19:16.211Z | Checking macaddr v1.0.1 |
2047 | 2024-12-20T21:19:16.536Z | Compiling dropshot_endpoint v0.13.0 |
2048 | 2024-12-20T21:19:16.562Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2049 | 2024-12-20T21:19:17.367Z | Checking tempfile v3.13.0 |
2050 | 2024-12-20T21:19:17.603Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2051 | 2024-12-20T21:19:18.028Z | Compiling typify-impl v0.2.0 |
2052 | 2024-12-20T21:19:18.036Z | Checking instant v0.1.13 |
2053 | 2024-12-20T21:19:18.105Z | Checking regress v0.9.1 |
2054 | 2024-12-20T21:19:18.524Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2055 | 2024-12-20T21:19:18.848Z | Compiling structmeta v0.3.0 |
2056 | 2024-12-20T21:19:18.976Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2057 | 2024-12-20T21:19:19.281Z | Checking backoff v0.4.0 |
2058 | 2024-12-20T21:19:19.284Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2059 | 2024-12-20T21:19:19.335Z | Compiling parse-display-derive v0.10.0 |
2060 | 2024-12-20T21:19:19.464Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2061 | 2024-12-20T21:19:19.591Z | Checking wait-timeout v0.2.0 |
2062 | 2024-12-20T21:19:19.638Z | Checking rand_xorshift v0.3.0 |
2063 | 2024-12-20T21:19:19.776Z | Checking rusty-fork v0.3.0 |
2064 | 2024-12-20T21:19:19.828Z | Checking unarray v0.1.4 |
2065 | 2024-12-20T21:19:19.989Z | Compiling structmeta-derive v0.2.0 |
2066 | 2024-12-20T21:19:20.018Z | Compiling darling_macro v0.20.10 |
2067 | 2024-12-20T21:19:20.051Z | Checking proptest v1.5.0 |
2068 | 2024-12-20T21:19:20.888Z | Checking camino-tempfile v1.1.1 |
2069 | 2024-12-20T21:19:21.002Z | Compiling darling v0.20.10 |
2070 | 2024-12-20T21:19:21.144Z | Compiling serde_with_macros v3.11.0 |
2071 | 2024-12-20T21:19:21.169Z | Compiling proc-macro-error v1.0.4 |
2072 | 2024-12-20T21:19:21.692Z | Compiling proc-macro-crate v1.3.1 |
2073 | 2024-12-20T21:19:21.881Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2074 | 2024-12-20T21:19:22.273Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2024-12-20T21:19:22.583Z | Compiling foreign-types-macros v0.2.3 |
2076 | 2024-12-20T21:19:22.838Z | Compiling num_enum_derive v0.5.11 |
2077 | 2024-12-20T21:19:22.966Z | Compiling structmeta v0.2.0 |
2078 | 2024-12-20T21:19:23.419Z | Compiling test-strategy v0.3.1 |
2079 | 2024-12-20T21:19:23.879Z | Checking foreign-types-shared v0.3.1 |
2080 | 2024-12-20T21:19:23.998Z | Checking foreign-types v0.5.0 |
2081 | 2024-12-20T21:19:24.025Z | Checking serde_with v3.11.0 |
2082 | 2024-12-20T21:19:24.031Z | Checking parse-display v0.10.0 |
2083 | 2024-12-20T21:19:24.339Z | Checking tabwriter v1.4.0 |
2084 | 2024-12-20T21:19:24.464Z | Checking cstr-argument v0.1.2 |
2085 | 2024-12-20T21:19:24.614Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2086 | 2024-12-20T21:19:24.648Z | Checking pretty-hex v0.2.1 |
2087 | 2024-12-20T21:19:24.684Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2088 | 2024-12-20T21:19:24.820Z | Checking colored v2.1.0 |
2089 | 2024-12-20T21:19:25.012Z | Checking smf v0.2.3 |
2090 | 2024-12-20T21:19:25.139Z | Checking itertools v0.13.0 |
2091 | 2024-12-20T21:19:25.389Z | Checking base64 v0.21.7 |
2092 | 2024-12-20T21:19:25.443Z | Checking num_enum v0.5.11 |
2093 | 2024-12-20T21:19:25.470Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2094 | 2024-12-20T21:19:25.498Z | Compiling crucible-workspace-hack v0.1.0 |
2095 | 2024-12-20T21:19:25.604Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2096 | 2024-12-20T21:19:25.632Z | Compiling zerocopy v0.8.10 |
2097 | 2024-12-20T21:19:25.815Z | Checking atomicwrites v0.4.4 |
2098 | 2024-12-20T21:19:25.895Z | Compiling zerocopy-derive v0.8.10 |
2099 | 2024-12-20T21:19:26.027Z | Checking termtree v0.4.1 |
2100 | 2024-12-20T21:19:26.255Z | Compiling heapless v0.8.0 |
2101 | 2024-12-20T21:19:26.586Z | Checking predicates-tree v1.0.11 |
2102 | 2024-12-20T21:19:26.865Z | Checking hash32 v0.3.1 |
2103 | 2024-12-20T21:19:27.068Z | Compiling smoltcp v0.11.0 |
2104 | 2024-12-20T21:19:27.449Z | Checking cobs v0.2.3 |
2105 | 2024-12-20T21:19:27.539Z | Checking sigpipe v0.1.3 |
2106 | 2024-12-20T21:19:27.643Z | Checking postcard v1.0.10 |
2107 | 2024-12-20T21:19:27.666Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2024-12-20T21:19:27.781Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2109 | 2024-12-20T21:19:27.812Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2110 | 2024-12-20T21:19:27.926Z | Compiling thiserror v2.0.3 |
2111 | 2024-12-20T21:19:28.043Z | Compiling mockall_derive v0.13.0 |
2112 | 2024-12-20T21:19:28.237Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2113 | 2024-12-20T21:19:28.352Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2114 | 2024-12-20T21:19:28.556Z | Compiling thiserror-impl v2.0.3 |
2115 | 2024-12-20T21:19:28.658Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2116 | 2024-12-20T21:19:28.907Z | Compiling zone_cfg_derive v0.3.0 |
2117 | 2024-12-20T21:19:28.963Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2118 | 2024-12-20T21:19:30.543Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2119 | 2024-12-20T21:19:30.743Z | Compiling num-derive v0.4.2 |
2120 | 2024-12-20T21:19:30.912Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2121 | 2024-12-20T21:19:31.133Z | Checking downcast v0.11.0 |
2122 | 2024-12-20T21:19:31.205Z | Checking fragile v2.0.0 |
2123 | 2024-12-20T21:19:31.375Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2124 | 2024-12-20T21:19:31.481Z | Checking zone v0.3.0 |
2125 | 2024-12-20T21:19:31.645Z | Compiling convert_case v0.4.0 |
2126 | 2024-12-20T21:19:32.018Z | Checking newline-converter v0.3.0 |
2127 | 2024-12-20T21:19:32.191Z | Checking expectorate v1.1.0 |
2128 | 2024-12-20T21:19:32.216Z | Checking tungstenite v0.21.0 |
2129 | 2024-12-20T21:19:32.374Z | Checking same-file v1.0.6 |
2130 | 2024-12-20T21:19:32.485Z | Checking arc-swap v1.7.1 |
2131 | 2024-12-20T21:19:32.563Z | Checking walkdir v2.5.0 |
2132 | 2024-12-20T21:19:32.624Z | Compiling derive_more v0.99.18 |
2133 | 2024-12-20T21:19:32.850Z | Checking xattr v1.3.1 |
2134 | 2024-12-20T21:19:32.928Z | Checking slog-scope v4.4.0 |
2135 | 2024-12-20T21:19:33.033Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2136 | 2024-12-20T21:19:33.059Z | Checking filetime v0.2.25 |
2137 | 2024-12-20T21:19:33.124Z | Checking slog-stdlog v4.1.1 |
2138 | 2024-12-20T21:19:33.178Z | Checking tokio-tungstenite v0.21.0 |
2139 | 2024-12-20T21:19:33.266Z | Checking tar v0.4.42 |
2140 | 2024-12-20T21:19:33.296Z | Checking slog-envlogger v2.2.0 |
2141 | 2024-12-20T21:19:33.501Z | Checking num-rational v0.4.2 |
2142 | 2024-12-20T21:19:33.528Z | Checking num-complex v0.4.6 |
2143 | 2024-12-20T21:19:33.680Z | Checking float-ord v0.3.2 |
2144 | 2024-12-20T21:19:33.835Z | Compiling cancel-safe-futures v0.1.5 |
2145 | 2024-12-20T21:19:34.094Z | Checking swrite v0.1.0 |
2146 | 2024-12-20T21:19:34.199Z | Compiling owo-colors v4.1.0 |
2147 | 2024-12-20T21:19:34.277Z | Checking libsw v3.3.1 |
2148 | 2024-12-20T21:19:34.530Z | Checking num v0.4.3 |
2149 | 2024-12-20T21:19:34.553Z | Checking pem v3.0.4 |
2150 | 2024-12-20T21:19:34.646Z | Checking password-hash v0.5.0 |
2151 | 2024-12-20T21:19:34.709Z | Checking blake2 v0.10.6 |
2152 | 2024-12-20T21:19:34.832Z | Checking linear-map v1.2.0 |
2153 | 2024-12-20T21:19:35.126Z | Checking indent_write v2.2.0 |
2154 | 2024-12-20T21:19:35.176Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2155 | 2024-12-20T21:19:35.197Z | Checking argon2 v0.5.3 |
2156 | 2024-12-20T21:19:35.525Z | Compiling lzma-sys v0.1.20 |
2157 | 2024-12-20T21:19:35.825Z | Checking headers-core v0.3.0 |
2158 | 2024-12-20T21:19:35.888Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2159 | 2024-12-20T21:19:35.977Z | Compiling heck v0.3.3 |
2160 | 2024-12-20T21:19:36.147Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2161 | 2024-12-20T21:19:36.237Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2162 | 2024-12-20T21:19:36.333Z | Compiling typify-macro v0.2.0 |
2163 | 2024-12-20T21:19:36.384Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2164 | 2024-12-20T21:19:36.386Z | Compiling zone_cfg_derive v0.1.2 |
2165 | 2024-12-20T21:19:36.539Z | Checking headers v0.4.0 |
2166 | 2024-12-20T21:19:36.570Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2167 | 2024-12-20T21:19:36.866Z | Checking yasna v0.5.2 |
2168 | 2024-12-20T21:19:36.921Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2169 | 2024-12-20T21:19:36.957Z | Checking mockall v0.13.0 |
2170 | 2024-12-20T21:19:37.211Z | Checking base64 v0.13.1 |
2171 | 2024-12-20T21:19:37.628Z | Checking highway v1.2.0 |
2172 | 2024-12-20T21:19:37.683Z | Checking ron v0.7.1 |
2173 | 2024-12-20T21:19:37.724Z | Checking rcgen v0.12.1 |
2174 | 2024-12-20T21:19:37.905Z | Checking zone v0.1.8 |
2175 | 2024-12-20T21:19:38.073Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2176 | 2024-12-20T21:19:38.584Z | Checking xz2 v0.1.7 |
2177 | 2024-12-20T21:19:38.610Z | Checking subprocess v0.2.9 |
2178 | 2024-12-20T21:19:38.856Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2179 | 2024-12-20T21:19:38.890Z | Checking humantime v2.1.0 |
2180 | 2024-12-20T21:19:39.160Z | Compiling semver v0.1.20 |
2181 | 2024-12-20T21:19:39.234Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2182 | 2024-12-20T21:19:39.237Z | Checking half v2.4.1 |
2183 | 2024-12-20T21:19:39.727Z | Compiling rustc_version v0.1.7 |
2184 | 2024-12-20T21:19:39.785Z | Checking ciborium-io v0.2.2 |
2185 | 2024-12-20T21:19:39.868Z | Checking prettyplease v0.2.25 |
2186 | 2024-12-20T21:19:39.921Z | Checking ciborium-ll v0.2.2 |
2187 | 2024-12-20T21:19:40.246Z | Checking ciborium v0.2.2 |
2188 | 2024-12-20T21:19:40.269Z | Compiling newtype_derive v0.1.6 |
2189 | 2024-12-20T21:19:40.665Z | Compiling typify v0.2.0 |
2190 | 2024-12-20T21:19:40.722Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2191 | 2024-12-20T21:19:40.809Z | Compiling progenitor-impl v0.8.0 |
2192 | 2024-12-20T21:19:42.555Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2193 | 2024-12-20T21:19:42.896Z | Checking steno v0.4.1 |
2194 | 2024-12-20T21:19:43.183Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2195 | 2024-12-20T21:19:43.282Z | Compiling slog-dtrace v0.3.0 |
2196 | 2024-12-20T21:19:43.781Z | Checking display-error-chain v0.2.2 |
2197 | 2024-12-20T21:19:43.965Z | Checking gethostname v0.5.0 |
2198 | 2024-12-20T21:19:44.105Z | Checking nibble_vec v0.1.0 |
2199 | 2024-12-20T21:19:44.307Z | Compiling blake3 v1.5.4 |
2200 | 2024-12-20T21:19:44.333Z | Compiling ring v0.16.20 |
2201 | 2024-12-20T21:19:44.466Z | Checking keccak v0.1.5 |
2202 | 2024-12-20T21:19:44.806Z | Checking endian-type v0.1.2 |
2203 | 2024-12-20T21:19:45.021Z | Checking radix_trie v0.2.1 |
2204 | 2024-12-20T21:19:45.198Z | Checking sha3 v0.10.8 |
2205 | 2024-12-20T21:19:45.303Z | Checking universal-hash v0.5.1 |
2206 | 2024-12-20T21:19:45.421Z | Checking secrecy v0.8.0 |
2207 | 2024-12-20T21:19:45.492Z | Checking opaque-debug v0.3.1 |
2208 | 2024-12-20T21:19:45.589Z | Checking aead v0.5.2 |
2209 | 2024-12-20T21:19:45.615Z | Checking poly1305 v0.8.0 |
2210 | 2024-12-20T21:19:45.637Z | Checking chacha20 v0.9.1 |
2211 | 2024-12-20T21:19:46.003Z | Compiling memmap2 v0.9.5 |
2212 | 2024-12-20T21:19:46.108Z | Compiling constant_time_eq v0.3.1 |
2213 | 2024-12-20T21:19:46.303Z | Compiling arrayvec v0.7.6 |
2214 | 2024-12-20T21:19:46.483Z | Compiling spin v0.5.2 |
2215 | 2024-12-20T21:19:46.697Z | Compiling arrayref v0.3.9 |
2216 | 2024-12-20T21:19:46.722Z | Compiling toolchain_find v0.4.0 |
2217 | 2024-12-20T21:19:46.763Z | Compiling thiserror-impl-no-std v2.0.2 |
2218 | 2024-12-20T21:19:46.901Z | Compiling topological-sort v0.2.2 |
2219 | 2024-12-20T21:19:47.139Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2220 | 2024-12-20T21:19:47.180Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2024-12-20T21:19:47.486Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2222 | 2024-12-20T21:19:47.711Z | Checking chacha20poly1305 v0.10.1 |
2223 | 2024-12-20T21:19:47.745Z | Compiling async-recursion v1.1.1 |
2224 | 2024-12-20T21:19:47.808Z | Checking fxhash v0.2.1 |
2225 | 2024-12-20T21:19:47.909Z | Compiling zip v2.1.3 |
2226 | 2024-12-20T21:19:47.999Z | Checking bumpalo v3.16.0 |
2227 | 2024-12-20T21:19:48.112Z | Checking simd-adler32 v0.3.7 |
2228 | 2024-12-20T21:19:48.215Z | Checking lockfree-object-pool v0.1.6 |
2229 | 2024-12-20T21:19:48.406Z | Checking termcolor v1.4.1 |
2230 | 2024-12-20T21:19:48.455Z | Checking maplit v1.0.2 |
2231 | 2024-12-20T21:19:48.463Z | Checking zopfli v0.8.1 |
2232 | 2024-12-20T21:19:48.584Z | Compiling radium v0.7.0 |
2233 | 2024-12-20T21:19:48.819Z | Compiling progenitor-macro v0.8.0 |
2234 | 2024-12-20T21:19:48.846Z | Compiling maybe-uninit v2.0.0 |
2235 | 2024-12-20T21:19:49.090Z | Checking tap v1.0.1 |
2236 | 2024-12-20T21:19:49.286Z | Checking wyz v0.5.1 |
2237 | 2024-12-20T21:19:49.500Z | Compiling packed_struct v0.10.1 |
2238 | 2024-12-20T21:19:49.695Z | Checking crc-catalog v2.4.0 |
2239 | 2024-12-20T21:19:49.855Z | Compiling omicron-zone-package v0.11.1 |
2240 | 2024-12-20T21:19:49.877Z | Checking funty v2.0.0 |
2241 | 2024-12-20T21:19:49.965Z | Checking thiserror-no-std v2.0.2 |
2242 | 2024-12-20T21:19:49.988Z | Checking home v0.5.9 |
2243 | 2024-12-20T21:19:50.088Z | Checking vsss-rs v3.3.4 |
2244 | 2024-12-20T21:19:50.179Z | Checking crc v3.2.1 |
2245 | 2024-12-20T21:19:50.432Z | Compiling const_format_proc_macros v0.2.33 |
2246 | 2024-12-20T21:19:50.640Z | Checking kstat-rs v0.2.4 |
2247 | 2024-12-20T21:19:50.814Z | Checking bitvec v1.0.1 |
2248 | 2024-12-20T21:19:50.933Z | Compiling packed_struct_codegen v0.10.1 |
2249 | 2024-12-20T21:19:50.985Z | Compiling vte_generate_state_changes v0.1.2 |
2250 | 2024-12-20T21:19:51.467Z | Compiling indexmap v1.9.3 |
2251 | 2024-12-20T21:19:51.652Z | Checking nodrop v0.1.14 |
2252 | 2024-12-20T21:19:51.769Z | Compiling libefi-sys v0.1.0 |
2253 | 2024-12-20T21:19:51.793Z | Checking array-init v0.0.4 |
2254 | 2024-12-20T21:19:52.108Z | Checking vte v0.11.1 |
2255 | 2024-12-20T21:19:52.617Z | Checking const_format v0.2.33 |
2256 | 2024-12-20T21:19:52.887Z | Checking smallvec v0.6.14 |
2257 | 2024-12-20T21:19:53.120Z | Checking fd-lock v4.0.2 |
2258 | 2024-12-20T21:19:53.298Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2259 | 2024-12-20T21:19:53.321Z | Compiling bitfield-struct v0.6.2 |
2260 | 2024-12-20T21:19:53.341Z | Checking hashbrown v0.12.3 |
2261 | 2024-12-20T21:19:53.470Z | Checking bitfield v0.14.0 |
2262 | 2024-12-20T21:19:53.771Z | Checking strip-ansi-escapes v0.2.0 |
2263 | 2024-12-20T21:19:53.794Z | Checking serde-hex v0.1.0 |
2264 | 2024-12-20T21:19:53.934Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2265 | 2024-12-20T21:19:54.248Z | Checking env_logger v0.10.2 |
2266 | 2024-12-20T21:19:54.250Z | Checking ron v0.8.1 |
2267 | 2024-12-20T21:19:54.681Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2268 | 2024-12-20T21:19:54.808Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2269 | 2024-12-20T21:19:54.997Z | Checking itertools v0.12.1 |
2270 | 2024-12-20T21:19:55.173Z | Checking hashbrown v0.13.2 |
2271 | 2024-12-20T21:19:55.434Z | Checking crc-any v2.5.0 |
2272 | 2024-12-20T21:19:55.573Z | Checking nu-ansi-term v0.50.1 |
2273 | 2024-12-20T21:19:55.803Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2274 | 2024-12-20T21:19:55.930Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2275 | 2024-12-20T21:19:55.998Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2276 | 2024-12-20T21:19:56.241Z | Checking object v0.30.4 |
2277 | 2024-12-20T21:19:56.289Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2278 | 2024-12-20T21:19:56.418Z | Compiling parking_lot_core v0.8.6 |
2279 | 2024-12-20T21:19:56.502Z | Checking path-slash v0.1.5 |
2280 | 2024-12-20T21:19:56.543Z | Compiling phf_generator v0.11.2 |
2281 | 2024-12-20T21:19:56.658Z | Checking bytecount v0.6.8 |
2282 | 2024-12-20T21:19:56.735Z | Checking glob v0.3.1 |
2283 | 2024-12-20T21:19:56.826Z | Checking papergrid v0.11.0 |
2284 | 2024-12-20T21:19:57.046Z | Compiling phf_codegen v0.11.2 |
2285 | 2024-12-20T21:19:57.266Z | Compiling tabled_derive v0.7.0 |
2286 | 2024-12-20T21:19:57.289Z | Checking parking_lot v0.11.2 |
2287 | 2024-12-20T21:19:57.449Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-12-20T21:19:57.627Z | Compiling parse-zoneinfo v0.3.1 |
2289 | 2024-12-20T21:19:57.649Z | Checking reedline v0.35.0 |
2290 | 2024-12-20T21:19:57.884Z | Compiling cfg_aliases v0.1.1 |
2291 | 2024-12-20T21:19:58.004Z | Compiling nix v0.28.0 |
2292 | 2024-12-20T21:19:58.308Z | Compiling chrono-tz-build v0.4.0 |
2293 | 2024-12-20T21:19:58.839Z | Checking sled v0.34.7 |
2294 | 2024-12-20T21:19:59.733Z | Checking hickory-client v0.24.1 |
2295 | 2024-12-20T21:19:59.869Z | Checking hickory-server v0.24.1 |
2296 | 2024-12-20T21:19:59.893Z | Checking tabled v0.15.0 |
2297 | 2024-12-20T21:20:00.403Z | Compiling chrono-tz v0.10.0 |
2298 | 2024-12-20T21:20:00.517Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2299 | 2024-12-20T21:20:01.132Z | Compiling buf-list v1.0.3 |
2300 | 2024-12-20T21:20:01.898Z | Compiling peg-macros v0.8.4 |
2301 | 2024-12-20T21:20:02.391Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2302 | 2024-12-20T21:20:02.648Z | Compiling sqlparser_derive v0.2.2 |
2303 | 2024-12-20T21:20:02.842Z | Checking unicode_categories v0.1.1 |
2304 | 2024-12-20T21:20:03.083Z | Checking sqlformat v0.2.6 |
2305 | 2024-12-20T21:20:03.750Z | Checking sqlparser v0.45.0 |
2306 | 2024-12-20T21:20:03.878Z | Checking bcs v0.1.6 |
2307 | 2024-12-20T21:20:03.935Z | Checking progenitor v0.8.0 |
2308 | 2024-12-20T21:20:04.161Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2309 | 2024-12-20T21:20:04.420Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2310 | 2024-12-20T21:20:04.511Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2311 | 2024-12-20T21:20:07.400Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2312 | 2024-12-20T21:20:08.804Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2313 | 2024-12-20T21:20:08.909Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2314 | 2024-12-20T21:20:08.937Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2315 | 2024-12-20T21:20:11.498Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2316 | 2024-12-20T21:20:13.037Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2317 | 2024-12-20T21:20:13.288Z | Checking peg v0.8.4 |
2318 | 2024-12-20T21:20:13.406Z | Checking rustyline v14.0.0 |
2319 | 2024-12-20T21:20:13.411Z | Checking primeorder v0.13.6 |
2320 | 2024-12-20T21:20:13.702Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2321 | 2024-12-20T21:20:13.873Z | Compiling unicase v2.7.0 |
2322 | 2024-12-20T21:20:14.248Z | Checking nanorand v0.7.0 |
2323 | 2024-12-20T21:20:14.399Z | Checking atty v0.2.14 |
2324 | 2024-12-20T21:20:14.435Z | Compiling salty v0.3.0 |
2325 | 2024-12-20T21:20:14.655Z | Checking flume v0.11.1 |
2326 | 2024-12-20T21:20:14.697Z | Checking p384 v0.13.0 |
2327 | 2024-12-20T21:20:14.867Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2328 | 2024-12-20T21:20:14.955Z | Compiling mime_guess v2.0.5 |
2329 | 2024-12-20T21:20:15.171Z | Checking env_filter v0.1.2 |
2330 | 2024-12-20T21:20:15.430Z | Checking http-range v0.1.5 |
2331 | 2024-12-20T21:20:15.630Z | Checking env_logger v0.11.5 |
2332 | 2024-12-20T21:20:15.692Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2333 | 2024-12-20T21:20:15.937Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2334 | 2024-12-20T21:20:15.961Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2335 | 2024-12-20T21:20:16.108Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2336 | 2024-12-20T21:20:16.299Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2337 | 2024-12-20T21:20:16.322Z | Compiling dsl_auto_type v0.1.2 |
2338 | 2024-12-20T21:20:16.343Z | Checking scheduled-thread-pool v0.2.7 |
2339 | 2024-12-20T21:20:16.581Z | Compiling diesel_table_macro_syntax v0.2.0 |
2340 | 2024-12-20T21:20:16.604Z | Compiling crunchy v0.2.2 |
2341 | 2024-12-20T21:20:16.673Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2342 | 2024-12-20T21:20:17.000Z | Checking r2d2 v0.8.10 |
2343 | 2024-12-20T21:20:17.050Z | Checking hyper-staticfile v0.10.1 |
2344 | 2024-12-20T21:20:17.317Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2345 | 2024-12-20T21:20:17.574Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2346 | 2024-12-20T21:20:17.830Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2347 | 2024-12-20T21:20:17.975Z | Compiling diesel_derives v2.2.3 |
2348 | 2024-12-20T21:20:18.103Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2349 | 2024-12-20T21:20:18.465Z | Compiling tiny-keccak v2.0.2 |
2350 | 2024-12-20T21:20:18.612Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2351 | 2024-12-20T21:20:18.816Z | Compiling pin-project-internal v1.1.6 |
2352 | 2024-12-20T21:20:18.889Z | Compiling ref-cast v1.0.23 |
2353 | 2024-12-20T21:20:19.532Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2354 | 2024-12-20T21:20:19.810Z | Compiling ascii-canvas v3.0.0 |
2355 | 2024-12-20T21:20:19.946Z | Compiling ena v0.14.3 |
2356 | 2024-12-20T21:20:20.357Z | Compiling ref-cast-impl v1.0.23 |
2357 | 2024-12-20T21:20:20.392Z | Compiling regex-syntax v0.6.29 |
2358 | 2024-12-20T21:20:21.554Z | Compiling diff v0.1.13 |
2359 | 2024-12-20T21:20:21.810Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2360 | 2024-12-20T21:20:21.896Z | Checking pin-project v1.1.6 |
2361 | 2024-12-20T21:20:22.031Z | Checking signal-hook-tokio v0.3.1 |
2362 | 2024-12-20T21:20:22.223Z | Compiling snafu-derive v0.8.5 |
2363 | 2024-12-20T21:20:22.248Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2364 | 2024-12-20T21:20:22.537Z | Compiling derive_builder_core v0.20.2 |
2365 | 2024-12-20T21:20:25.067Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2366 | 2024-12-20T21:20:26.047Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2367 | 2024-12-20T21:20:26.354Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2368 | 2024-12-20T21:20:27.948Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2369 | 2024-12-20T21:20:28.941Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2370 | 2024-12-20T21:20:30.193Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2371 | 2024-12-20T21:20:30.601Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2372 | 2024-12-20T21:20:31.099Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2373 | 2024-12-20T21:20:31.121Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2374 | 2024-12-20T21:20:31.216Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2375 | 2024-12-20T21:20:31.313Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2376 | 2024-12-20T21:20:31.874Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2377 | 2024-12-20T21:20:31.930Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2378 | 2024-12-20T21:20:31.971Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2379 | 2024-12-20T21:20:32.593Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2380 | 2024-12-20T21:20:33.349Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2381 | 2024-12-20T21:20:33.352Z | Checking diesel v2.2.6 |
2382 | 2024-12-20T21:20:33.587Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2383 | 2024-12-20T21:20:33.945Z | Compiling lalrpop v0.19.12 |
2384 | 2024-12-20T21:20:34.023Z | Checking snafu v0.8.5 |
2385 | 2024-12-20T21:20:34.558Z | Checking globset v0.4.15 |
2386 | 2024-12-20T21:20:35.393Z | Checking olpc-cjson v0.1.4 |
2387 | 2024-12-20T21:20:35.636Z | Checking serde_plain v1.0.2 |
2388 | 2024-12-20T21:20:35.913Z | Compiling libxml v0.3.3 |
2389 | 2024-12-20T21:20:36.285Z | Compiling memoffset v0.9.1 |
2390 | 2024-12-20T21:20:36.609Z | Checking typed-path v0.9.3 |
2391 | 2024-12-20T21:20:37.098Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2392 | 2024-12-20T21:20:37.967Z | Compiling derive_builder_macro v0.20.2 |
2393 | 2024-12-20T21:20:38.451Z | Checking tungstenite v0.23.0 |
2394 | 2024-12-20T21:20:38.507Z | Compiling strum_macros v0.24.3 |
2395 | 2024-12-20T21:20:38.607Z | Checking tough v0.19.0 |
2396 | 2024-12-20T21:20:38.853Z | Compiling samael v0.0.17 |
2397 | 2024-12-20T21:20:39.385Z | Checking parse-size v1.1.0 |
2398 | 2024-12-20T21:20:39.577Z | Compiling indoc v1.0.9 |
2399 | 2024-12-20T21:20:39.848Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2400 | 2024-12-20T21:20:40.203Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2401 | 2024-12-20T21:20:40.504Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2402 | 2024-12-20T21:20:41.172Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2403 | 2024-12-20T21:20:42.153Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2404 | 2024-12-20T21:20:42.942Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2405 | 2024-12-20T21:20:43.402Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2406 | 2024-12-20T21:20:43.505Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2407 | 2024-12-20T21:20:44.082Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2408 | 2024-12-20T21:20:44.354Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2409 | 2024-12-20T21:20:44.878Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2410 | 2024-12-20T21:20:45.372Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2411 | 2024-12-20T21:20:45.712Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2412 | 2024-12-20T21:20:47.350Z | Checking tokio-tungstenite v0.23.1 |
2413 | 2024-12-20T21:20:47.354Z | Checking derive_builder v0.20.2 |
2414 | 2024-12-20T21:20:47.959Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2415 | 2024-12-20T21:20:48.268Z | Checking quick-xml v0.33.0 |
2416 | 2024-12-20T21:20:49.461Z | Compiling oso-derive v0.27.3 |
2417 | 2024-12-20T21:20:50.520Z | Compiling impl-trait-for-tuples v0.2.2 |
2418 | 2024-12-20T21:20:50.523Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2419 | 2024-12-20T21:20:51.085Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2420 | 2024-12-20T21:20:53.197Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2421 | 2024-12-20T21:20:54.120Z | Checking nix v0.27.1 |
2422 | 2024-12-20T21:20:55.485Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2423 | 2024-12-20T21:20:56.705Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2424 | 2024-12-20T21:20:56.987Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2425 | 2024-12-20T21:20:57.270Z | Compiling diesel-dtrace v0.4.2 |
2426 | 2024-12-20T21:20:57.653Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2427 | 2024-12-20T21:20:58.097Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2428 | 2024-12-20T21:20:58.389Z | Checking bb8 v0.8.5 |
2429 | 2024-12-20T21:20:58.623Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2430 | 2024-12-20T21:20:58.879Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2431 | 2024-12-20T21:20:58.899Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2432 | 2024-12-20T21:20:59.704Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2433 | 2024-12-20T21:21:00.039Z | Checking rand_seeder v0.3.0 |
2434 | 2024-12-20T21:21:00.118Z | Checking assert_matches v1.5.0 |
2435 | 2024-12-20T21:21:00.232Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2436 | 2024-12-20T21:21:00.289Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2437 | 2024-12-20T21:21:00.292Z | Compiling libz-sys v1.1.20 |
2438 | 2024-12-20T21:21:00.552Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2439 | 2024-12-20T21:21:01.088Z | Checking castaway v0.2.3 |
2440 | 2024-12-20T21:21:01.112Z | Checking is_ci v1.2.0 |
2441 | 2024-12-20T21:21:01.152Z | Checking unicode-truncate v1.1.0 |
2442 | 2024-12-20T21:21:01.260Z | Checking supports-color v3.0.1 |
2443 | 2024-12-20T21:21:01.282Z | Checking compact_str v0.8.0 |
2444 | 2024-12-20T21:21:01.390Z | Checking lru v0.12.5 |
2445 | 2024-12-20T21:21:01.466Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2446 | 2024-12-20T21:21:01.697Z | Compiling instability v0.3.2 |
2447 | 2024-12-20T21:21:02.188Z | Checking cassowary v0.3.0 |
2448 | 2024-12-20T21:21:02.747Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2449 | 2024-12-20T21:21:02.779Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2450 | 2024-12-20T21:21:02.783Z | Checking ratatui v0.28.1 |
2451 | 2024-12-20T21:21:02.914Z | Compiling vergen v8.3.2 |
2452 | 2024-12-20T21:21:03.204Z | Compiling cargo-platform v0.1.8 |
2453 | 2024-12-20T21:21:03.739Z | Checking smawk v0.3.2 |
2454 | 2024-12-20T21:21:03.932Z | Checking unicode-linebreak v0.1.5 |
2455 | 2024-12-20T21:21:04.056Z | Compiling cargo_metadata v0.18.1 |
2456 | 2024-12-20T21:21:04.300Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2457 | 2024-12-20T21:21:04.329Z | Checking textwrap v0.16.1 |
2458 | 2024-12-20T21:21:04.736Z | Compiling libsqlite3-sys v0.30.1 |
2459 | 2024-12-20T21:21:04.913Z | Compiling cfg_aliases v0.2.1 |
2460 | 2024-12-20T21:21:05.041Z | Checking shell-words v1.1.0 |
2461 | 2024-12-20T21:21:05.231Z | Compiling rustls v0.21.12 |
2462 | 2024-12-20T21:21:05.309Z | Compiling nix v0.29.0 |
2463 | 2024-12-20T21:21:05.825Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2464 | 2024-12-20T21:21:06.108Z | Checking sct v0.7.1 |
2465 | 2024-12-20T21:21:06.158Z | Checking rustls-webpki v0.101.7 |
2466 | 2024-12-20T21:21:06.815Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2467 | 2024-12-20T21:21:07.107Z | Checking hashlink v0.9.1 |
2468 | 2024-12-20T21:21:07.156Z | Checking concurrent-queue v2.5.0 |
2469 | 2024-12-20T21:21:07.490Z | Checking plotters-backend v0.3.7 |
2470 | 2024-12-20T21:21:07.648Z | Checking fallible-iterator v0.3.0 |
2471 | 2024-12-20T21:21:07.706Z | Checking fallible-streaming-iterator v0.1.9 |
2472 | 2024-12-20T21:21:07.881Z | Checking parking v2.2.1 |
2473 | 2024-12-20T21:21:07.946Z | Checking plotters-svg v0.3.7 |
2474 | 2024-12-20T21:21:08.167Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2475 | 2024-12-20T21:21:08.276Z | Checking rusqlite v0.32.1 |
2476 | 2024-12-20T21:21:08.575Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2477 | 2024-12-20T21:21:08.845Z | Checking async-bb8-diesel v0.2.1 |
2478 | 2024-12-20T21:21:09.439Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2479 | 2024-12-20T21:21:09.555Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2480 | 2024-12-20T21:21:09.725Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2481 | 2024-12-20T21:21:09.842Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2482 | 2024-12-20T21:21:09.865Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2483 | 2024-12-20T21:21:10.087Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2484 | 2024-12-20T21:21:10.542Z | Checking tokio-rustls v0.24.1 |
2485 | 2024-12-20T21:21:10.944Z | Checking rustls-pemfile v1.0.4 |
2486 | 2024-12-20T21:21:11.051Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2487 | 2024-12-20T21:21:11.167Z | Checking twox-hash v1.6.3 |
2488 | 2024-12-20T21:21:11.575Z | Checking cast v0.3.0 |
2489 | 2024-12-20T21:21:11.827Z | Checking plotters v0.3.7 |
2490 | 2024-12-20T21:21:11.888Z | Checking criterion-plot v0.5.0 |
2491 | 2024-12-20T21:21:12.402Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2492 | 2024-12-20T21:21:12.433Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2493 | 2024-12-20T21:21:13.619Z | Checking fatfs v0.3.6 |
2494 | 2024-12-20T21:21:13.670Z | Checking tinytemplate v1.2.1 |
2495 | 2024-12-20T21:21:14.074Z | Checking csv-core v0.1.11 |
2496 | 2024-12-20T21:21:14.232Z | Checking anes v0.1.6 |
2497 | 2024-12-20T21:21:14.423Z | Checking hex-literal v0.4.1 |
2498 | 2024-12-20T21:21:14.575Z | Checking oorandom v11.1.4 |
2499 | 2024-12-20T21:21:14.599Z | Checking csv v1.3.0 |
2500 | 2024-12-20T21:21:14.601Z | Checking event-listener v5.3.1 |
2501 | 2024-12-20T21:21:14.755Z | Checking criterion v0.5.1 |
2502 | 2024-12-20T21:21:15.072Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2503 | 2024-12-20T21:21:15.441Z | Checking rtoolbox v0.0.2 |
2504 | 2024-12-20T21:21:15.644Z | Checking rpassword v7.3.1 |
2505 | 2024-12-20T21:21:15.820Z | Checking event-listener-strategy v0.5.2 |
2506 | 2024-12-20T21:21:16.015Z | Checking tui-tree-widget v0.22.0 |
2507 | 2024-12-20T21:21:16.295Z | Checking polyval v0.6.2 |
2508 | 2024-12-20T21:21:16.589Z | Checking ghash v0.5.1 |
2509 | 2024-12-20T21:21:16.771Z | Checking futures-lite v2.3.0 |
2510 | 2024-12-20T21:21:17.584Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2511 | 2024-12-20T21:21:18.186Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2512 | 2024-12-20T21:21:18.732Z | Checking ctr v0.9.2 |
2513 | 2024-12-20T21:21:18.896Z | Checking yansi v1.0.1 |
2514 | 2024-12-20T21:21:19.567Z | Checking aes-gcm v0.10.3 |
2515 | 2024-12-20T21:21:19.623Z | Checking pretty_assertions v1.4.1 |
2516 | 2024-12-20T21:21:19.819Z | Checking ssh-encoding v0.2.0 |
2517 | 2024-12-20T21:21:19.843Z | Checking blowfish v0.9.1 |
2518 | 2024-12-20T21:21:20.107Z | Checking bcrypt-pbkdf v0.10.0 |
2519 | 2024-12-20T21:21:20.175Z | Checking ssh-cipher v0.2.0 |
2520 | 2024-12-20T21:21:20.374Z | Checking async-lock v3.4.0 |
2521 | 2024-12-20T21:21:20.481Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2522 | 2024-12-20T21:21:21.250Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2523 | 2024-12-20T21:21:21.406Z | Checking polling v3.7.3 |
2524 | 2024-12-20T21:21:21.800Z | Checking password-hash v0.4.2 |
2525 | 2024-12-20T21:21:22.231Z | Checking matches v0.1.10 |
2526 | 2024-12-20T21:21:22.294Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2527 | 2024-12-20T21:21:22.317Z | Checking idna v0.2.3 |
2528 | 2024-12-20T21:21:22.573Z | Checking pbkdf2 v0.11.0 |
2529 | 2024-12-20T21:21:22.875Z | Checking async-io v2.3.4 |
2530 | 2024-12-20T21:21:22.900Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2531 | 2024-12-20T21:21:23.059Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2532 | 2024-12-20T21:21:23.658Z | Checking ssh-key v0.6.6 |
2533 | 2024-12-20T21:21:24.270Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2534 | 2024-12-20T21:21:25.353Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2535 | 2024-12-20T21:21:26.356Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2536 | 2024-12-20T21:21:27.166Z | Checking p256 v0.13.2 |
2537 | 2024-12-20T21:21:27.667Z | Checking p521 v0.13.3 |
2538 | 2024-12-20T21:21:29.030Z | Checking russh-cryptovec v0.7.3 |
2539 | 2024-12-20T21:21:29.249Z | Compiling enum-as-inner v0.5.1 |
2540 | 2024-12-20T21:21:29.683Z | Checking md5 v0.7.0 |
2541 | 2024-12-20T21:21:30.003Z | Compiling target-lexicon v0.12.16 |
2542 | 2024-12-20T21:21:30.273Z | Compiling doc-comment v0.3.3 |
2543 | 2024-12-20T21:21:30.300Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2544 | 2024-12-20T21:21:30.890Z | Checking async-task v4.7.1 |
2545 | 2024-12-20T21:21:31.245Z | Checking trust-dns-proto v0.22.0 |
2546 | 2024-12-20T21:21:31.268Z | Checking russh-keys v0.45.0 |
2547 | 2024-12-20T21:21:31.461Z | Checking async-channel v2.3.1 |
2548 | 2024-12-20T21:21:31.765Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2549 | 2024-12-20T21:21:32.637Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2550 | 2024-12-20T21:21:33.485Z | Checking piper v0.2.4 |
2551 | 2024-12-20T21:21:33.624Z | Checking num-bigint v0.4.6 |
2552 | 2024-12-20T21:21:33.719Z | Checking des v0.8.1 |
2553 | 2024-12-20T21:21:34.002Z | Compiling assert_cmd v2.0.16 |
2554 | 2024-12-20T21:21:34.458Z | Compiling dhcproto-macros v0.1.0 |
2555 | 2024-12-20T21:21:35.098Z | Compiling guppy-workspace-hack v0.1.0 |
2556 | 2024-12-20T21:21:35.386Z | Checking futures-timer v3.0.3 |
2557 | 2024-12-20T21:21:35.475Z | Checking dhcproto v0.12.0 |
2558 | 2024-12-20T21:21:35.789Z | Checking blocking v1.6.1 |
2559 | 2024-12-20T21:21:36.046Z | Checking russh v0.45.0 |
2560 | 2024-12-20T21:21:36.132Z | Checking async-executor v1.13.1 |
2561 | 2024-12-20T21:21:36.993Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2562 | 2024-12-20T21:21:37.161Z | Checking async-signal v0.2.10 |
2563 | 2024-12-20T21:21:37.465Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2564 | 2024-12-20T21:21:37.876Z | Checking internet-checksum v0.2.1 |
2565 | 2024-12-20T21:21:38.056Z | Checking event-listener v2.5.3 |
2566 | 2024-12-20T21:21:38.128Z | Compiling target-spec v3.2.2 |
2567 | 2024-12-20T21:21:38.290Z | Checking async-channel v1.9.0 |
2568 | 2024-12-20T21:21:39.346Z | Checking async-process v2.3.0 |
2569 | 2024-12-20T21:21:39.783Z | Checking cfg-expr v0.17.0 |
2570 | 2024-12-20T21:21:40.425Z | Checking async-global-executor v2.4.1 |
2571 | 2024-12-20T21:21:40.738Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2572 | 2024-12-20T21:21:40.763Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2573 | 2024-12-20T21:21:40.784Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2574 | 2024-12-20T21:21:41.250Z | Checking httptest v0.16.1 |
2575 | 2024-12-20T21:21:42.036Z | Checking rustls-native-certs v0.7.3 |
2576 | 2024-12-20T21:21:42.213Z | Compiling petname v2.0.2 |
2577 | 2024-12-20T21:21:42.262Z | Checking num_cpus v1.16.0 |
2578 | 2024-12-20T21:21:42.408Z | Checking kv-log-macro v1.0.7 |
2579 | 2024-12-20T21:21:42.557Z | Compiling async-attributes v1.1.2 |
2580 | 2024-12-20T21:21:43.434Z | Checking async-std v1.13.0 |
2581 | 2024-12-20T21:21:45.375Z | Checking threadpool v1.8.1 |
2582 | 2024-12-20T21:21:45.593Z | Checking hyper-rustls v0.26.0 |
2583 | 2024-12-20T21:21:45.926Z | Checking pathdiff v0.2.2 |
2584 | 2024-12-20T21:21:46.093Z | Compiling rstest_macros v0.23.0 |
2585 | 2024-12-20T21:21:46.115Z | Checking nested v0.1.1 |
2586 | 2024-12-20T21:21:46.343Z | Checking escape8259 v0.5.3 |
2587 | 2024-12-20T21:21:46.549Z | Compiling target-triple v0.1.3 |
2588 | 2024-12-20T21:21:46.720Z | Checking libtest-mimic v0.7.3 |
2589 | 2024-12-20T21:21:47.123Z | Checking guppy v0.17.8 |
2590 | 2024-12-20T21:21:47.209Z | Checking async-object-pool v0.1.5 |
2591 | 2024-12-20T21:21:47.407Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2592 | 2024-12-20T21:21:47.960Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2593 | 2024-12-20T21:21:48.261Z | Checking similar-asserts v1.6.0 |
2594 | 2024-12-20T21:21:48.539Z | Checking fancy-regex v0.13.0 |
2595 | 2024-12-20T21:21:49.339Z | Checking serde_regex v1.1.0 |
2596 | 2024-12-20T21:21:49.422Z | Checking assert-json-diff v2.0.2 |
2597 | 2024-12-20T21:21:49.611Z | Compiling proc-macro-crate v3.2.0 |
2598 | 2024-12-20T21:21:49.654Z | Checking path-tree v0.8.1 |
2599 | 2024-12-20T21:21:49.975Z | Checking stringmetrics v2.2.2 |
2600 | 2024-12-20T21:21:50.234Z | Compiling relative-path v1.9.3 |
2601 | 2024-12-20T21:21:50.535Z | Checking sync-ptr v0.1.1 |
2602 | 2024-12-20T21:21:50.775Z | Checking httpmock v0.8.0-alpha.1 |
2603 | 2024-12-20T21:21:50.914Z | Checking datatest-stable v0.2.9 |
2604 | 2024-12-20T21:21:51.390Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2605 | 2024-12-20T21:21:52.875Z | Checking blake2b_simd v1.0.2 |
2606 | 2024-12-20T21:21:53.688Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2607 | 2024-12-20T21:21:54.130Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2608 | 2024-12-20T21:21:54.450Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2609 | 2024-12-20T21:21:54.751Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2610 | 2024-12-20T21:21:54.958Z | Compiling git2 v0.19.0 |
2611 | 2024-12-20T21:21:55.057Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2612 | 2024-12-20T21:21:55.577Z | Checking serde_tokenstream v0.2.2 |
2613 | 2024-12-20T21:21:55.966Z | Checking uzers v0.12.1 |
2614 | 2024-12-20T21:21:56.229Z | Checking rust-argon2 v2.1.0 |
2615 | 2024-12-20T21:21:56.377Z | Checking trybuild v1.0.101 |
2616 | 2024-12-20T21:21:56.676Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2617 | 2024-12-20T21:21:57.757Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2618 | 2024-12-20T21:21:58.075Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2619 | 2024-12-20T21:21:59.452Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2620 | 2024-12-20T21:21:59.759Z | Checking rand_distr v0.4.3 |
2621 | 2024-12-20T21:22:02.105Z | Checking rstest v0.23.0 |
2622 | 2024-12-20T21:22:02.343Z | Checking multimap v0.10.0 |
2623 | 2024-12-20T21:22:02.548Z | Checking approx v0.5.1 |
2624 | 2024-12-20T21:22:02.695Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2625 | 2024-12-20T21:22:03.022Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2626 | 2024-12-20T21:22:03.427Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2627 | 2024-12-20T21:22:03.985Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2628 | 2024-12-20T21:22:04.638Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2629 | 2024-12-20T21:22:04.660Z | Checking partial-io v0.5.4 |
2630 | 2024-12-20T21:22:04.989Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2631 | 2024-12-20T21:22:05.025Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2632 | 2024-12-20T21:22:05.168Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2633 | 2024-12-20T21:22:05.322Z | Checking cargo_toml v0.20.5 |
2634 | 2024-12-20T21:22:05.593Z | Checking termios v0.3.3 |
2635 | 2024-12-20T21:22:05.614Z | Compiling indoc v2.0.5 |
2636 | 2024-12-20T21:22:05.848Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2637 | 2024-12-20T21:22:06.612Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2638 | 2024-12-20T21:22:07.326Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2639 | 2024-12-20T21:22:26.786Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2640 | 2024-12-20T21:22:30.118Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2641 | 2024-12-20T21:22:31.055Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2642 | 2024-12-20T21:23:02.193Z | Compiling polar-core v0.27.3 |
2643 | 2024-12-20T21:23:06.060Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2644 | 2024-12-20T21:23:07.077Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2645 | 2024-12-20T21:23:07.940Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2646 | 2024-12-20T21:23:13.479Z | Checking oso v0.27.3 |
2647 | 2024-12-20T21:23:58.131Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2648 | 2024-12-20T21:23:58.134Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2649 | 2024-12-20T21:23:58.134Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2650 | 2024-12-20T21:25:22.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2651 | 2024-12-20T21:25:22.922Z | |
2652 | 2024-12-20T21:25:22.924Z | real 6:50.999318799 |
2653 | 2024-12-20T21:25:22.924Z | user 36:06.089285689 |
2654 | 2024-12-20T21:25:22.924Z | sys 6:37.188274304 |
2655 | 2024-12-20T21:25:22.924Z | trap 0.966630721 |
2656 | 2024-12-20T21:25:22.924Z | tflt 1.907895053 |
2657 | 2024-12-20T21:25:22.924Z | dflt 0.691865756 |
2658 | 2024-12-20T21:25:22.924Z | kflt 0.000826191 |
2659 | 2024-12-20T21:25:22.924Z | lock 52:31.569519632 |
2660 | 2024-12-20T21:25:22.924Z | slp 2:04:54.998572366 |
2661 | 2024-12-20T21:25:22.924Z | lat 1:43.002529455 |
2662 | 2024-12-20T21:25:22.924Z | stop 6:17.492503330 |
2663 | 2024-12-20T21:25:22.924Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2664 | 2024-12-20T21:25:22.924Z | + ptime -m cargo doc --workspace --no-deps |
2665 | 2024-12-20T21:25:24.120Z | warning: output filename collision. |
2666 | 2024-12-20T21:25:24.120Z | 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)`. |
2667 | 2024-12-20T21:25:24.120Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2668 | 2024-12-20T21:25:24.120Z | The targets should have unique names. |
2669 | 2024-12-20T21:25:24.121Z | This is a known bug where multiple crates with the same name use |
2670 | 2024-12-20T21:25:24.121Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2671 | 2024-12-20T21:25:24.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2672 | 2024-12-20T21:25:24.636Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2673 | 2024-12-20T21:25:24.655Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-12-20T21:25:24.696Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2675 | 2024-12-20T21:25:24.717Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2676 | 2024-12-20T21:25:24.743Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2677 | 2024-12-20T21:25:24.743Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2678 | 2024-12-20T21:25:24.936Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2679 | 2024-12-20T21:25:24.979Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2680 | 2024-12-20T21:25:25.001Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2681 | 2024-12-20T21:25:25.023Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2682 | 2024-12-20T21:25:25.260Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2683 | 2024-12-20T21:25:25.318Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2684 | 2024-12-20T21:25:25.549Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2685 | 2024-12-20T21:25:25.702Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2686 | 2024-12-20T21:25:28.360Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2687 | 2024-12-20T21:25:29.546Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2688 | 2024-12-20T21:25:29.838Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2689 | 2024-12-20T21:25:29.891Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2690 | 2024-12-20T21:25:30.070Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2691 | 2024-12-20T21:25:30.187Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2692 | 2024-12-20T21:25:30.212Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2693 | 2024-12-20T21:25:30.518Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2024-12-20T21:25:30.581Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2695 | 2024-12-20T21:25:30.679Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2696 | 2024-12-20T21:25:30.909Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2697 | 2024-12-20T21:25:31.133Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2698 | 2024-12-20T21:25:31.225Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2699 | 2024-12-20T21:25:31.433Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2700 | 2024-12-20T21:25:31.720Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2701 | 2024-12-20T21:25:31.741Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2702 | 2024-12-20T21:25:32.000Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2703 | 2024-12-20T21:25:32.123Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2704 | 2024-12-20T21:25:32.153Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2705 | 2024-12-20T21:25:32.192Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2706 | 2024-12-20T21:25:32.481Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2707 | 2024-12-20T21:25:32.835Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2708 | 2024-12-20T21:25:33.127Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2709 | 2024-12-20T21:25:33.148Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2710 | 2024-12-20T21:25:33.520Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2711 | 2024-12-20T21:25:33.584Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2712 | 2024-12-20T21:25:33.605Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2713 | 2024-12-20T21:25:34.457Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2714 | 2024-12-20T21:25:35.025Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2715 | 2024-12-20T21:25:36.924Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2716 | 2024-12-20T21:25:38.950Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2717 | 2024-12-20T21:25:39.423Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2718 | 2024-12-20T21:25:39.751Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2719 | 2024-12-20T21:25:40.443Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2720 | 2024-12-20T21:25:40.674Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2721 | 2024-12-20T21:25:41.447Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2722 | 2024-12-20T21:25:41.495Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2723 | 2024-12-20T21:25:42.025Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2724 | 2024-12-20T21:25:42.195Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2725 | 2024-12-20T21:25:42.555Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2726 | 2024-12-20T21:25:44.195Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2727 | 2024-12-20T21:25:49.183Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2728 | 2024-12-20T21:25:50.212Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2729 | 2024-12-20T21:25:50.574Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2730 | 2024-12-20T21:25:50.595Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2731 | 2024-12-20T21:25:51.113Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2732 | 2024-12-20T21:25:51.595Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2733 | 2024-12-20T21:25:51.711Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2734 | 2024-12-20T21:25:52.160Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2735 | 2024-12-20T21:25:52.348Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2736 | 2024-12-20T21:25:53.226Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2737 | 2024-12-20T21:25:53.787Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2738 | 2024-12-20T21:25:53.923Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2739 | 2024-12-20T21:25:54.428Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2740 | 2024-12-20T21:25:54.450Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2741 | 2024-12-20T21:25:55.263Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2742 | 2024-12-20T21:25:55.285Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2743 | 2024-12-20T21:25:55.353Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2744 | 2024-12-20T21:25:55.374Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2745 | 2024-12-20T21:25:55.806Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2746 | 2024-12-20T21:25:56.440Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2747 | 2024-12-20T21:25:56.848Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2748 | 2024-12-20T21:25:57.072Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2749 | 2024-12-20T21:25:57.261Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2750 | 2024-12-20T21:25:58.339Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2751 | 2024-12-20T21:25:58.387Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2752 | 2024-12-20T21:25:58.553Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2753 | 2024-12-20T21:25:59.626Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2754 | 2024-12-20T21:25:59.835Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2755 | 2024-12-20T21:26:00.204Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2756 | 2024-12-20T21:26:00.207Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2757 | 2024-12-20T21:26:00.502Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2758 | 2024-12-20T21:26:01.207Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2759 | 2024-12-20T21:26:01.253Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2760 | 2024-12-20T21:26:01.771Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2761 | 2024-12-20T21:26:01.866Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2762 | 2024-12-20T21:26:02.242Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2763 | 2024-12-20T21:26:02.393Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2764 | 2024-12-20T21:26:02.490Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2765 | 2024-12-20T21:26:03.607Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2766 | 2024-12-20T21:26:03.665Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2767 | 2024-12-20T21:26:04.059Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2768 | 2024-12-20T21:26:04.193Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2769 | 2024-12-20T21:26:04.306Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2770 | 2024-12-20T21:26:04.939Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2771 | 2024-12-20T21:26:05.503Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2772 | 2024-12-20T21:26:05.604Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2773 | 2024-12-20T21:26:05.674Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2774 | 2024-12-20T21:26:07.184Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2775 | 2024-12-20T21:26:07.259Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2776 | 2024-12-20T21:26:08.077Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2777 | 2024-12-20T21:26:09.096Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2778 | 2024-12-20T21:26:10.325Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2779 | 2024-12-20T21:26:11.276Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2780 | 2024-12-20T21:26:12.228Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2781 | 2024-12-20T21:26:14.767Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2782 | 2024-12-20T21:26:15.062Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2783 | 2024-12-20T21:26:16.154Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2784 | 2024-12-20T21:26:17.374Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2785 | 2024-12-20T21:26:22.784Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2786 | 2024-12-20T21:26:26.147Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2787 | 2024-12-20T21:26:26.595Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2788 | 2024-12-20T21:26:31.632Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2789 | 2024-12-20T21:26:34.607Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2790 | 2024-12-20T21:27:16.287Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2791 | 2024-12-20T21:27:23.622Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2792 | 2024-12-20T21:27:24.272Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2793 | 2024-12-20T21:27:38.540Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2794 | 2024-12-20T21:28:00.122Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2795 | 2024-12-20T21:28:01.487Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2796 | 2024-12-20T21:28:03.266Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2797 | 2024-12-20T21:28:03.447Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2798 | 2024-12-20T21:28:05.851Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2799 | 2024-12-20T21:28:06.359Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2800 | 2024-12-20T21:28:09.300Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2801 | 2024-12-20T21:28:10.525Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2802 | 2024-12-20T21:28:18.541Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2803 | 2024-12-20T21:28:44.100Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2804 | 2024-12-20T21:28:56.840Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2805 | 2024-12-20T21:28:59.854Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2806 | 2024-12-20T21:29:07.274Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2807 | 2024-12-20T21:29:08.611Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2808 | 2024-12-20T21:29:19.908Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2809 | 2024-12-20T21:29:32.591Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2810 | 2024-12-20T21:29:36.594Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2811 | 2024-12-20T21:29:39.329Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2812 | 2024-12-20T21:29:43.558Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2813 | 2024-12-20T21:29:43.940Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2814 | 2024-12-20T21:29:49.247Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2815 | 2024-12-20T21:30:00.379Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2816 | 2024-12-20T21:30:01.415Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2817 | 2024-12-20T21:30:02.613Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2818 | 2024-12-20T21:30:15.782Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2819 | 2024-12-20T21:30:16.753Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2820 | 2024-12-20T21:30:18.097Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2821 | 2024-12-20T21:30:22.885Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2822 | 2024-12-20T21:30:23.085Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2823 | 2024-12-20T21:30:26.936Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2824 | 2024-12-20T21:30:32.243Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2825 | 2024-12-20T21:30:37.551Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2826 | 2024-12-20T21:30:44.750Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2827 | 2024-12-20T21:30:46.825Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2828 | 2024-12-20T21:30:47.285Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2829 | 2024-12-20T21:30:49.827Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2830 | 2024-12-20T21:30:55.403Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2831 | 2024-12-20T21:31:05.340Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2832 | 2024-12-20T21:31:05.447Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2833 | 2024-12-20T21:31:06.418Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2834 | 2024-12-20T21:31:08.648Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2835 | 2024-12-20T21:31:13.428Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2836 | 2024-12-20T21:31:15.104Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2837 | 2024-12-20T21:31:16.020Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2838 | 2024-12-20T21:31:26.296Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2839 | 2024-12-20T21:31:27.402Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2840 | 2024-12-20T21:31:32.021Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2841 | 2024-12-20T21:31:32.676Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2842 | 2024-12-20T21:31:32.785Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2843 | 2024-12-20T21:31:34.477Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2844 | 2024-12-20T21:31:41.432Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2845 | 2024-12-20T21:31:42.336Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2846 | 2024-12-20T21:31:49.684Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2847 | 2024-12-20T21:31:52.911Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2848 | 2024-12-20T21:31:53.869Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2849 | 2024-12-20T21:31:55.631Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2850 | 2024-12-20T21:31:58.501Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2851 | 2024-12-20T21:32:02.991Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2852 | 2024-12-20T21:32:03.159Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2853 | 2024-12-20T21:32:05.460Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2854 | 2024-12-20T21:32:07.253Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2855 | 2024-12-20T21:32:14.743Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2856 | 2024-12-20T21:32:16.961Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2857 | 2024-12-20T21:32:17.113Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2858 | 2024-12-20T21:32:17.384Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2859 | 2024-12-20T21:32:26.267Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2860 | 2024-12-20T21:32:30.066Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2861 | 2024-12-20T21:32:31.855Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2862 | 2024-12-20T21:32:34.884Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2863 | 2024-12-20T21:32:36.546Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2864 | 2024-12-20T21:32:36.943Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2865 | 2024-12-20T21:32:39.787Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2866 | 2024-12-20T21:32:40.528Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2024-12-20T21:32:45.689Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2868 | 2024-12-20T21:32:47.454Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2869 | 2024-12-20T21:32:52.203Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2870 | 2024-12-20T21:32:53.703Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2871 | 2024-12-20T21:33:00.488Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2872 | 2024-12-20T21:33:02.417Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2873 | 2024-12-20T21:33:03.431Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2874 | 2024-12-20T21:33:03.601Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2875 | 2024-12-20T21:33:08.326Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2876 | 2024-12-20T21:33:09.464Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2877 | 2024-12-20T21:33:09.689Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2878 | 2024-12-20T21:33:10.575Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2879 | 2024-12-20T21:33:14.099Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2880 | 2024-12-20T21:33:15.304Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2881 | 2024-12-20T21:33:22.227Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2882 | 2024-12-20T21:33:23.885Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2883 | 2024-12-20T21:33:27.583Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2884 | 2024-12-20T21:33:27.973Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2885 | 2024-12-20T21:33:28.425Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2886 | 2024-12-20T21:33:29.253Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2887 | 2024-12-20T21:33:30.749Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2888 | 2024-12-20T21:33:32.253Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2889 | 2024-12-20T21:33:33.877Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2890 | 2024-12-20T21:33:35.969Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2891 | 2024-12-20T21:33:36.269Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2892 | 2024-12-20T21:33:37.148Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2893 | 2024-12-20T21:33:38.565Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2894 | 2024-12-20T21:33:38.930Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2895 | 2024-12-20T21:33:41.682Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2896 | 2024-12-20T21:33:41.719Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2897 | 2024-12-20T21:33:43.010Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2898 | 2024-12-20T21:33:43.549Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2899 | 2024-12-20T21:33:44.214Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2900 | 2024-12-20T21:33:46.668Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2901 | 2024-12-20T21:33:46.708Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2902 | 2024-12-20T21:33:47.191Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2903 | 2024-12-20T21:34:24.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 01s |
2904 | 2024-12-20T21:34:25.100Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 142 other files |
2905 | 2024-12-20T21:34:25.166Z | |
2906 | 2024-12-20T21:34:25.170Z | real 9:02.203691414 |
2907 | 2024-12-20T21:34:25.171Z | user 26:23.338033181 |
2908 | 2024-12-20T21:34:25.171Z | sys 41:06.094448762 |
2909 | 2024-12-20T21:34:25.171Z | trap 0.416175916 |
2910 | 2024-12-20T21:34:25.171Z | tflt 0.333690824 |
2911 | 2024-12-20T21:34:25.171Z | dflt 0.160178740 |
2912 | 2024-12-20T21:34:25.171Z | kflt 0.000022040 |
2913 | 2024-12-20T21:34:25.171Z | lock 1:29:32.011567778 |
2914 | 2024-12-20T21:34:25.171Z | slp 2:31:43.886516753 |
2915 | 2024-12-20T21:34:25.171Z | lat 1:16.926030985 |
2916 | 2024-12-20T21:34:25.171Z | stop 1:11.244381822 |
2917 | 2024-12-20T21:34:25.171Z | process exited: duration 1324599 ms, exit code 0 |
|
2918 | 2024-12-20T21:34:25.178Z | found 0 output files |