|
|
|
1 | 2025-01-09T01:07:46.146Z | job assigned to worker 01JH49K76E6V0TYF07S7561QN1 [factory aws, i-004aec2144717bf43] (queued for 52 s) |
|
2 | 2025-01-09T01:07:54.011Z | starting task 0: "setup" |
3 | 2025-01-09T01:07:54.021Z | ++ uname -s |
4 | 2025-01-09T01:07:54.026Z | + kern=SunOS |
5 | 2025-01-09T01:07:54.026Z | + case "$kern" in |
6 | 2025-01-09T01:07:54.026Z | + groupadd -g 12345 build |
7 | 2025-01-09T01:07:54.026Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-09T01:07:56.034Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-09T01:07:56.174Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-09T01:07:56.177Z | + home_fs=zfs |
11 | 2025-01-09T01:07:56.177Z | + [[ zfs == autofs ]] |
12 | 2025-01-09T01:07:56.177Z | + mkdir -p /home/build |
13 | 2025-01-09T01:07:56.180Z | + chown build:build /home/build /work |
14 | 2025-01-09T01:07:57.181Z | + chmod 0700 /home/build /work |
15 | 2025-01-09T01:07:57.185Z | process exited: duration 3172 ms, exit code 0 |
|
16 | 2025-01-09T01:07:57.191Z | starting task 1: "rust-toolchain" |
17 | 2025-01-09T01:07:57.196Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-09T01:07:57.196Z | ' 1.81.0 |
19 | 2025-01-09T01:07:57.196Z | * toolchain channel = "1.81.0" |
20 | 2025-01-09T01:07:57.196Z | * toolchain profile = "default" |
21 | 2025-01-09T01:07:57.196Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-09T01:07:57.196Z | ' default |
23 | 2025-01-09T01:07:57.198Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-09T01:07:57.198Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-09T01:07:57.316Z | info: downloading installer |
26 | 2025-01-09T01:07:58.674Z | info: profile set to 'default' |
27 | 2025-01-09T01:07:58.674Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-09T01:07:58.677Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-09T01:07:58.825Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-09T01:07:58.825Z | info: downloading component 'cargo' |
31 | 2025-01-09T01:07:59.647Z | info: downloading component 'clippy' |
32 | 2025-01-09T01:07:59.948Z | info: downloading component 'rust-docs' |
33 | 2025-01-09T01:08:01.087Z | info: downloading component 'rust-std' |
34 | 2025-01-09T01:08:02.857Z | info: downloading component 'rustc' |
35 | 2025-01-09T01:08:09.211Z | info: downloading component 'rustfmt' |
36 | 2025-01-09T01:08:09.447Z | info: installing component 'cargo' |
37 | 2025-01-09T01:08:10.238Z | info: installing component 'clippy' |
38 | 2025-01-09T01:08:10.597Z | info: installing component 'rust-docs' |
39 | 2025-01-09T01:08:12.202Z | info: installing component 'rust-std' |
40 | 2025-01-09T01:08:13.909Z | info: installing component 'rustc' |
41 | 2025-01-09T01:08:19.603Z | info: installing component 'rustfmt' |
42 | 2025-01-09T01:08:19.937Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-09T01:08:19.938Z | |
44 | 2025-01-09T01:08:20.306Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-09T01:08:20.306Z | |
46 | 2025-01-09T01:08:20.308Z | |
47 | 2025-01-09T01:08:20.308Z | Rust is installed now. Great! |
48 | 2025-01-09T01:08:20.308Z | |
49 | 2025-01-09T01:08:20.308Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-09T01:08:20.308Z | environment variable. This has not been done automatically. |
51 | 2025-01-09T01:08:20.309Z | |
52 | 2025-01-09T01:08:20.309Z | To configure your current shell, you need to source |
53 | 2025-01-09T01:08:20.309Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-09T01:08:20.309Z | |
55 | 2025-01-09T01:08:20.309Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-09T01:08:20.309Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-09T01:08:20.309Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-09T01:08:20.381Z | + rustc --version |
59 | 2025-01-09T01:08:20.449Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-09T01:08:20.452Z | process exited: duration 23257 ms, exit code 0 |
|
61 | 2025-01-09T01:08:20.458Z | starting task 2: "authentication" |
62 | 2025-01-09T01:08:20.479Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-09T01:08:20.485Z | starting task 3: "clone repository" |
64 | 2025-01-09T01:08:20.491Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-09T01:08:20.494Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-09T01:08:20.533Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-09T01:08:27.991Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-09T01:08:27.991Z | + git fetch origin ca9a5006d388cf91c86766f47d1f66b83df08d14 |
69 | 2025-01-09T01:08:28.272Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-09T01:08:28.272Z | * branch ca9a5006d388cf91c86766f47d1f66b83df08d14 -> FETCH_HEAD |
71 | 2025-01-09T01:08:28.283Z | + [[ -n john/blueprint-id-map ]] |
72 | 2025-01-09T01:08:28.285Z | ++ git branch --show-current |
73 | 2025-01-09T01:08:28.288Z | + current=main |
74 | 2025-01-09T01:08:28.288Z | + [[ main != john/blueprint-id-map ]] |
75 | 2025-01-09T01:08:28.288Z | + git branch -f john/blueprint-id-map ca9a5006d388cf91c86766f47d1f66b83df08d14 |
76 | 2025-01-09T01:08:28.291Z | + git checkout -f john/blueprint-id-map |
77 | 2025-01-09T01:08:28.467Z | Switched to branch 'john/blueprint-id-map' |
78 | 2025-01-09T01:08:28.470Z | + git reset --hard ca9a5006d388cf91c86766f47d1f66b83df08d14 |
79 | 2025-01-09T01:08:28.491Z | HEAD is now at ca9a5006d fixup openapi schema |
80 | 2025-01-09T01:08:28.493Z | process exited: duration 8005 ms, exit code 0 |
|
81 | 2025-01-09T01:08:28.500Z | starting task 4: "build" |
82 | 2025-01-09T01:08:28.506Z | + source ./env.sh |
83 | 2025-01-09T01:08:28.506Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-09T01:08:28.508Z | ++ set -o xtrace |
85 | 2025-01-09T01:08:28.508Z | ++++ dirname ./env.sh |
86 | 2025-01-09T01:08:28.512Z | +++ readlink -f . |
87 | 2025-01-09T01:08:28.515Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-09T01:08:28.515Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-09T01:08:28.515Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-09T01:08:28.515Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-09T01:08:28.515Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-09T01:08:28.515Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-09T01:08:28.515Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-09T01:08:28.515Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-09T01:08:28.515Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-09T01:08:28.515Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-09T01:08:28.515Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-09T01:08:28.515Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-09T01:08:28.516Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-09T01:08:28.516Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-09T01:08:28.516Z | + cargo --version |
102 | 2025-01-09T01:08:28.573Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-09T01:08:28.575Z | + rustc --version |
104 | 2025-01-09T01:08:28.636Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-09T01:08:28.639Z | + banner prerequisites |
106 | 2025-01-09T01:08:28.641Z | |
107 | 2025-01-09T01:08:28.641Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-09T01:08:28.641Z | # # # # # # # # # # # # # # # |
109 | 2025-01-09T01:08:28.641Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-09T01:08:28.642Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-09T01:08:28.642Z | # # # # # # # # # # # # # # # |
112 | 2025-01-09T01:08:28.642Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-09T01:08:28.642Z | |
114 | 2025-01-09T01:08:28.645Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-09T01:08:30.246Z | pkg list: illegal option -- F |
116 | 2025-01-09T01:08:30.246Z | Usage: |
117 | 2025-01-09T01:08:30.249Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-09T01:08:30.249Z | [pkg_fmri_pattern ...] |
119 | 2025-01-09T01:08:31.088Z | pkg list: illegal option -- F |
120 | 2025-01-09T01:08:31.088Z | Usage: |
121 | 2025-01-09T01:08:31.092Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-09T01:08:31.092Z | [pkg_fmri_pattern ...] |
123 | 2025-01-09T01:08:36.650Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-09T01:08:40.586Z | Startup: Caching catalogs ... Done |
125 | 2025-01-09T01:08:51.797Z | Planning: Solver setup ... Done (10.235s) |
126 | 2025-01-09T01:08:51.936Z | Planning: Running solver ... Done (0.139s) |
127 | 2025-01-09T01:08:52.046Z | Planning: Finding local manifests ... Done (0.006s) |
128 | 2025-01-09T01:08:52.095Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-09T01:08:52.370Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-09T01:08:52.662Z | Planning: Package planning ... Done (0.292s) |
131 | 2025-01-09T01:08:52.718Z | Planning: Merging actions ... Done (0.056s) |
132 | 2025-01-09T01:08:52.920Z | Planning: Checking for conflicting actions ... Done (0.201s) |
133 | 2025-01-09T01:08:54.990Z | Planning: Consolidating action changes ... Done (2.069s) |
134 | 2025-01-09T01:08:55.423Z | Planning: Evaluating mediators ... Done (0.433s) |
135 | 2025-01-09T01:08:55.506Z | Planning: Planning completed in 14.83 seconds |
136 | 2025-01-09T01:08:55.521Z | Packages to install: 4 |
137 | 2025-01-09T01:08:55.521Z | Packages to update: 3 |
138 | 2025-01-09T01:08:55.530Z | Mediators to change: 2 |
139 | 2025-01-09T01:08:55.530Z | Services to change: 1 |
140 | 2025-01-09T01:08:55.530Z | Estimated space available: 155.63 GB |
141 | 2025-01-09T01:08:55.530Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-09T01:08:55.530Z | Create boot environment: No |
143 | 2025-01-09T01:08:55.530Z | Create backup boot environment: Yes |
144 | 2025-01-09T01:08:55.530Z | Rebuild boot archive: No |
145 | 2025-01-09T01:08:55.530Z | |
146 | 2025-01-09T01:08:55.530Z | Changed mediators: |
147 | 2025-01-09T01:08:55.530Z | mediator clang: |
148 | 2025-01-09T01:08:55.530Z | version: None -> 15 (system default) |
149 | 2025-01-09T01:08:55.530Z | |
150 | 2025-01-09T01:08:55.530Z | mediator llvm: |
151 | 2025-01-09T01:08:55.530Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-09T01:08:55.530Z | |
153 | 2025-01-09T01:08:55.530Z | Changed packages: |
154 | 2025-01-09T01:08:55.530Z | helios-dev |
155 | 2025-01-09T01:08:55.530Z | developer/build-essential |
156 | 2025-01-09T01:08:55.530Z | None -> 11-2.0 |
157 | 2025-01-09T01:08:55.531Z | library/libxmlsec1 |
158 | 2025-01-09T01:08:55.531Z | None -> 1.2.35-2.0 |
159 | 2025-01-09T01:08:55.531Z | ooce/developer/clang-15 |
160 | 2025-01-09T01:08:55.531Z | None -> 15.0.7-2.0 |
161 | 2025-01-09T01:08:55.531Z | ooce/developer/llvm-15 |
162 | 2025-01-09T01:08:55.531Z | None -> 15.0.7-2.0 |
163 | 2025-01-09T01:08:55.531Z | package/pkg |
164 | 2025-01-09T01:08:55.531Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-09T01:08:55.531Z | system/library/g++-runtime |
166 | 2025-01-09T01:08:55.531Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-09T01:08:55.531Z | system/library/gcc-runtime |
168 | 2025-01-09T01:08:55.531Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-09T01:08:55.531Z | |
170 | 2025-01-09T01:08:55.531Z | Services: |
171 | 2025-01-09T01:08:55.531Z | restart_fmri: |
172 | 2025-01-09T01:08:55.531Z | svc:/system/update-man-index:default |
173 | 2025-01-09T01:08:55.531Z | |
174 | 2025-01-09T01:08:55.531Z | Editable files to change: |
175 | 2025-01-09T01:08:55.531Z | Update: |
176 | 2025-01-09T01:08:55.531Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-09T01:08:55.607Z | |
178 | 2025-01-09T01:08:55.607Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-09T01:09:00.609Z | Download: 581/4301 items 17.5/225.4MB 7% complete (3.6M/s) |
180 | 2025-01-09T01:09:08.626Z | Download: 1197/4301 items 69.3/225.4MB 30% complete (7.4M/s) |
181 | 2025-01-09T01:09:15.019Z | Download: 1198/4301 items 69.3/225.4MB 30% complete |
182 | 2025-01-09T01:09:20.021Z | Download: 2173/4301 items 119.1/225.4MB 52% complete (10.1M/s) |
183 | 2025-01-09T01:09:25.221Z | Download: 3281/4301 items 210.4/225.4MB 93% complete (14.2M/s) |
184 | 2025-01-09T01:09:29.580Z | Download: Completed 225.42 MB in 33.97 seconds (6.6M/s) |
185 | 2025-01-09T01:09:32.279Z | Actions: 1/5122 actions (Removing old actions) |
186 | 2025-01-09T01:09:32.302Z | Actions: 194/5122 actions (Installing new actions) |
187 | 2025-01-09T01:09:37.032Z | Actions: 4267/5122 actions (Updating modified actions) |
188 | 2025-01-09T01:09:37.401Z | Actions: Completed 5122 actions in 5.11 seconds. |
189 | 2025-01-09T01:09:37.812Z | Done (0.411s) |
190 | 2025-01-09T01:09:37.816Z | Done (0.002s) |
191 | 2025-01-09T01:09:38.399Z | Done (0.587s) |
192 | 2025-01-09T01:09:42.743Z | Done (4.114s) |
193 | 2025-01-09T01:09:42.833Z | Done (0.018s) |
194 | 2025-01-09T01:09:42.836Z | Done (0.000s) |
195 | 2025-01-09T01:09:43.013Z | Done (0.000s) |
196 | 2025-01-09T01:09:43.712Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-01-09T01:09:43.874Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-01-09T01:09:43.877Z | Planning: Consolidating action changes ... Done |
199 | 2025-01-09T01:09:44.146Z | Planning: Evaluating mediators ... Done |
200 | 2025-01-09T01:09:44.149Z | Planning: Planning completed in 0.43 seconds |
201 | 2025-01-09T01:09:44.186Z | Mediators to change: 2 |
202 | 2025-01-09T01:09:44.186Z | Create boot environment: No |
203 | 2025-01-09T01:09:44.189Z | Create backup boot environment: No |
204 | 2025-01-09T01:09:44.266Z | Done |
205 | 2025-01-09T01:09:44.266Z | Done |
206 | 2025-01-09T01:09:44.630Z | Done |
207 | 2025-01-09T01:09:48.319Z | Done |
208 | 2025-01-09T01:09:48.408Z | Done |
209 | 2025-01-09T01:09:48.411Z | Done |
210 | 2025-01-09T01:09:48.547Z | Done |
211 | 2025-01-09T01:09:49.158Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-01-09T01:09:49.161Z | Planning: Merging actions ... Done |
213 | 2025-01-09T01:09:49.350Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-01-09T01:09:49.353Z | Planning: Consolidating action changes ... Done |
215 | 2025-01-09T01:09:49.619Z | Planning: Evaluating mediators ... Done |
216 | 2025-01-09T01:09:49.674Z | Planning: Planning completed in 0.76 seconds |
217 | 2025-01-09T01:09:49.714Z | Packages to change: 1 |
218 | 2025-01-09T01:09:49.714Z | Mediators to change: 1 |
219 | 2025-01-09T01:09:49.717Z | Services to change: 1 |
220 | 2025-01-09T01:09:49.717Z | Create boot environment: No |
221 | 2025-01-09T01:09:49.717Z | Create backup boot environment: Yes |
222 | 2025-01-09T01:09:51.889Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-01-09T01:09:51.892Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-01-09T01:09:51.892Z | Done |
225 | 2025-01-09T01:09:51.892Z | Done |
226 | 2025-01-09T01:09:52.009Z | Done |
227 | 2025-01-09T01:09:55.735Z | Done |
228 | 2025-01-09T01:09:55.823Z | Done |
229 | 2025-01-09T01:09:55.826Z | Done |
230 | 2025-01-09T01:09:55.947Z | Done |
231 | 2025-01-09T01:09:56.384Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-01-09T01:09:56.384Z | clang system 15 system |
233 | 2025-01-09T01:09:56.384Z | csh system system illumos |
234 | 2025-01-09T01:09:56.384Z | ctags system system illumos |
235 | 2025-01-09T01:09:56.384Z | gcc vendor 12 vendor |
236 | 2025-01-09T01:09:56.384Z | gcc system 10 system |
237 | 2025-01-09T01:09:56.384Z | gcc system 7 system |
238 | 2025-01-09T01:09:56.384Z | go system 1.20 system |
239 | 2025-01-09T01:09:56.384Z | go system 1.19 system |
240 | 2025-01-09T01:09:56.384Z | llvm system 15 system |
241 | 2025-01-09T01:09:56.384Z | llvm system 14 system |
242 | 2025-01-09T01:09:56.387Z | mariadb system 10.6 system |
243 | 2025-01-09T01:09:56.387Z | mta vendor vendor dma |
244 | 2025-01-09T01:09:56.387Z | openjdk system 17 system |
245 | 2025-01-09T01:09:56.387Z | openjdk system 11 system |
246 | 2025-01-09T01:09:56.387Z | openjdk system 1.8 system |
247 | 2025-01-09T01:09:56.387Z | openssl vendor 3 vendor |
248 | 2025-01-09T01:09:56.387Z | perl system 5.36 system |
249 | 2025-01-09T01:09:56.387Z | postgresql system 15 system |
250 | 2025-01-09T01:09:56.387Z | postgresql system 13 system |
251 | 2025-01-09T01:09:56.387Z | python vendor 3 vendor |
252 | 2025-01-09T01:09:56.387Z | python system 2 system |
253 | 2025-01-09T01:09:56.387Z | python3 system 3.11 system |
254 | 2025-01-09T01:09:56.387Z | ruby system 3.0 system |
255 | 2025-01-09T01:09:56.387Z | words vendor vendor american-english |
256 | 2025-01-09T01:09:56.387Z | words system system australian-english |
257 | 2025-01-09T01:09:56.387Z | words system system british-english |
258 | 2025-01-09T01:09:56.387Z | words system system canadian-english |
259 | 2025-01-09T01:09:56.388Z | words system system french |
260 | 2025-01-09T01:09:56.388Z | words system system italian |
261 | 2025-01-09T01:09:56.388Z | words system system ngerman |
262 | 2025-01-09T01:09:56.388Z | words system system ogerman |
263 | 2025-01-09T01:09:56.388Z | words system system spanish |
264 | 2025-01-09T01:09:56.719Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-01-09T01:09:56.719Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-01-09T01:09:59.590Z | FMRI IFO |
267 | 2025-01-09T01:09:59.590Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-01-09T01:09:59.590Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-01-09T01:09:59.590Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-01-09T01:09:59.590Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
274 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
277 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
280 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-01-09T01:09:59.591Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-01-09T01:10:00.374Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-01-09T01:10:00.715Z | Updating crates.io index |
284 | 2025-01-09T01:10:00.718Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
285 | 2025-01-09T01:10:01.092Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-01-09T01:10:01.579Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2025-01-09T01:10:01.850Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-01-09T01:10:02.113Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-01-09T01:10:02.418Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-01-09T01:10:03.395Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-01-09T01:10:05.265Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-01-09T01:10:05.916Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-01-09T01:10:06.686Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-01-09T01:10:07.003Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-01-09T01:10:07.343Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-01-09T01:10:07.946Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
297 | 2025-01-09T01:10:08.278Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2025-01-09T01:10:08.603Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2025-01-09T01:10:08.918Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2025-01-09T01:10:09.173Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2025-01-09T01:10:09.394Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2025-01-09T01:10:09.712Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2025-01-09T01:10:09.982Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2025-01-09T01:10:10.310Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2025-01-09T01:10:10.701Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2025-01-09T01:10:11.245Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2025-01-09T01:10:11.516Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2025-01-09T01:10:11.880Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2025-01-09T01:10:12.296Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2025-01-09T01:10:12.678Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2025-01-09T01:10:12.942Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2025-01-09T01:10:13.207Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2025-01-09T01:10:14.487Z | Downloading crates ... |
314 | 2025-01-09T01:10:14.549Z | Downloaded anstyle v1.0.10 |
315 | 2025-01-09T01:10:14.554Z | Downloaded autocfg v1.4.0 |
316 | 2025-01-09T01:10:14.557Z | Downloaded bitflags v2.6.0 |
317 | 2025-01-09T01:10:14.566Z | Downloaded block-buffer v0.10.4 |
318 | 2025-01-09T01:10:14.569Z | Downloaded anstyle-parse v0.2.5 |
319 | 2025-01-09T01:10:14.578Z | Downloaded strsim v0.11.1 |
320 | 2025-01-09T01:10:14.578Z | Downloaded cargo_toml v0.20.5 |
321 | 2025-01-09T01:10:14.581Z | Downloaded anstyle-query v1.1.1 |
322 | 2025-01-09T01:10:14.589Z | Downloaded equivalent v1.0.1 |
323 | 2025-01-09T01:10:14.598Z | Downloaded swrite v0.1.0 |
324 | 2025-01-09T01:10:14.601Z | Downloaded scroll_derive v0.12.0 |
325 | 2025-01-09T01:10:14.604Z | Downloaded dtrace-parser v0.2.0 |
326 | 2025-01-09T01:10:14.607Z | Downloaded camino-tempfile v1.1.1 |
327 | 2025-01-09T01:10:14.609Z | Downloaded usdt-impl v0.5.0 |
328 | 2025-01-09T01:10:14.612Z | Downloaded cfg-if v1.0.0 |
329 | 2025-01-09T01:10:14.615Z | Downloaded typenum v1.17.0 |
330 | 2025-01-09T01:10:14.619Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2025-01-09T01:10:14.624Z | Downloaded pretty-hex v0.4.1 |
332 | 2025-01-09T01:10:14.626Z | Downloaded clap_lex v0.7.2 |
333 | 2025-01-09T01:10:14.629Z | Downloaded tabled_derive v0.7.0 |
334 | 2025-01-09T01:10:14.629Z | Downloaded heck v0.5.0 |
335 | 2025-01-09T01:10:14.632Z | Downloaded colorchoice v1.0.2 |
336 | 2025-01-09T01:10:14.632Z | Downloaded cargo-platform v0.1.8 |
337 | 2025-01-09T01:10:14.634Z | Downloaded toml_datetime v0.6.8 |
338 | 2025-01-09T01:10:14.637Z | Downloaded crypto-common v0.1.6 |
339 | 2025-01-09T01:10:14.637Z | Downloaded utf8parse v0.2.2 |
340 | 2025-01-09T01:10:14.640Z | Downloaded macaddr v1.0.1 |
341 | 2025-01-09T01:10:14.640Z | Downloaded generic-array v0.14.7 |
342 | 2025-01-09T01:10:14.644Z | Downloaded dof v0.3.0 |
343 | 2025-01-09T01:10:14.644Z | Downloaded cpufeatures v0.2.14 |
344 | 2025-01-09T01:10:14.644Z | Downloaded scroll v0.12.0 |
345 | 2025-01-09T01:10:14.644Z | Downloaded errno v0.3.9 |
346 | 2025-01-09T01:10:14.647Z | Downloaded thiserror-impl v1.0.69 |
347 | 2025-01-09T01:10:14.650Z | Downloaded pest_generator v2.7.14 |
348 | 2025-01-09T01:10:14.653Z | Downloaded byteorder v1.5.0 |
349 | 2025-01-09T01:10:14.657Z | Downloaded plain v0.2.3 |
350 | 2025-01-09T01:10:14.657Z | Downloaded proc-macro-error v1.0.4 |
351 | 2025-01-09T01:10:14.661Z | Downloaded toml v0.8.19 |
352 | 2025-01-09T01:10:14.663Z | Downloaded usdt-macro v0.5.0 |
353 | 2025-01-09T01:10:14.666Z | Downloaded serde_spanned v0.6.8 |
354 | 2025-01-09T01:10:14.666Z | Downloaded papergrid v0.11.0 |
355 | 2025-01-09T01:10:14.669Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2025-01-09T01:10:14.674Z | Downloaded itoa v1.0.11 |
357 | 2025-01-09T01:10:14.674Z | Downloaded is_terminal_polyfill v1.70.1 |
358 | 2025-01-09T01:10:14.674Z | Downloaded digest v0.10.7 |
359 | 2025-01-09T01:10:14.674Z | Downloaded clap_derive v4.5.18 |
360 | 2025-01-09T01:10:14.677Z | Downloaded bytecount v0.6.8 |
361 | 2025-01-09T01:10:14.680Z | Downloaded heck v0.4.1 |
362 | 2025-01-09T01:10:14.680Z | Downloaded fs-err v2.11.0 |
363 | 2025-01-09T01:10:14.683Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-01-09T01:10:14.683Z | Downloaded smawk v0.3.2 |
365 | 2025-01-09T01:10:14.683Z | Downloaded version_check v0.9.5 |
366 | 2025-01-09T01:10:14.685Z | Downloaded fnv v1.0.7 |
367 | 2025-01-09T01:10:14.686Z | Downloaded fastrand v2.1.1 |
368 | 2025-01-09T01:10:14.686Z | Downloaded proc-macro-error-attr v1.0.4 |
369 | 2025-01-09T01:10:14.689Z | Downloaded sha2 v0.10.8 |
370 | 2025-01-09T01:10:14.689Z | Downloaded anstream v0.6.15 |
371 | 2025-01-09T01:10:14.692Z | Downloaded semver v1.0.23 |
372 | 2025-01-09T01:10:14.696Z | Downloaded zerocopy-derive v0.7.35 |
373 | 2025-01-09T01:10:14.700Z | Downloaded thread-id v4.2.2 |
374 | 2025-01-09T01:10:14.702Z | Downloaded quote v1.0.37 |
375 | 2025-01-09T01:10:14.704Z | Downloaded tempfile v3.13.0 |
376 | 2025-01-09T01:10:14.707Z | Downloaded thiserror v1.0.69 |
377 | 2025-01-09T01:10:14.709Z | Downloaded terminal_size v0.4.0 |
378 | 2025-01-09T01:10:14.714Z | Downloaded pest_derive v2.7.14 |
379 | 2025-01-09T01:10:14.714Z | Downloaded memmap v0.7.0 |
380 | 2025-01-09T01:10:14.714Z | Downloaded cargo_metadata v0.18.1 |
381 | 2025-01-09T01:10:14.718Z | Downloaded log v0.4.22 |
382 | 2025-01-09T01:10:14.718Z | Downloaded once_cell v1.20.2 |
383 | 2025-01-09T01:10:14.722Z | Downloaded pest_meta v2.7.14 |
384 | 2025-01-09T01:10:14.725Z | Downloaded textwrap v0.16.1 |
385 | 2025-01-09T01:10:14.729Z | Downloaded ryu v1.0.18 |
386 | 2025-01-09T01:10:14.731Z | Downloaded camino v1.1.9 |
387 | 2025-01-09T01:10:14.731Z | Downloaded clap v4.5.21 |
388 | 2025-01-09T01:10:14.738Z | Downloaded usdt v0.5.0 |
389 | 2025-01-09T01:10:14.741Z | Downloaded anyhow v1.0.93 |
390 | 2025-01-09T01:10:14.751Z | Downloaded proc-macro2 v1.0.89 |
391 | 2025-01-09T01:10:14.754Z | Downloaded indexmap v2.6.0 |
392 | 2025-01-09T01:10:14.757Z | Downloaded unicode-ident v1.0.13 |
393 | 2025-01-09T01:10:14.760Z | Downloaded ucd-trie v0.1.7 |
394 | 2025-01-09T01:10:14.762Z | Downloaded serde_derive v1.0.215 |
395 | 2025-01-09T01:10:14.769Z | Downloaded serde v1.0.215 |
396 | 2025-01-09T01:10:14.804Z | Downloaded memchr v2.7.4 |
397 | 2025-01-09T01:10:14.809Z | Downloaded toml_edit v0.22.22 |
398 | 2025-01-09T01:10:14.838Z | Downloaded hashbrown v0.15.1 |
399 | 2025-01-09T01:10:14.847Z | Downloaded pest v2.7.14 |
400 | 2025-01-09T01:10:14.856Z | Downloaded winnow v0.6.20 |
401 | 2025-01-09T01:10:14.864Z | Downloaded zerocopy v0.7.35 |
402 | 2025-01-09T01:10:14.878Z | Downloaded serde_json v1.0.133 |
403 | 2025-01-09T01:10:14.885Z | Downloaded goblin v0.8.2 |
404 | 2025-01-09T01:10:14.890Z | Downloaded tabled v0.15.0 |
405 | 2025-01-09T01:10:14.904Z | Downloaded clap_builder v4.5.21 |
406 | 2025-01-09T01:10:14.910Z | Downloaded syn v1.0.109 |
407 | 2025-01-09T01:10:14.920Z | Downloaded unicode-width v0.1.14 |
408 | 2025-01-09T01:10:14.925Z | Downloaded syn v2.0.87 |
409 | 2025-01-09T01:10:14.935Z | Downloaded rustix v0.38.37 |
410 | 2025-01-09T01:10:14.982Z | Downloaded libc v0.2.162 |
411 | 2025-01-09T01:10:15.295Z | Compiling proc-macro2 v1.0.89 |
412 | 2025-01-09T01:10:15.295Z | Compiling unicode-ident v1.0.13 |
413 | 2025-01-09T01:10:15.295Z | Compiling serde v1.0.215 |
414 | 2025-01-09T01:10:15.297Z | Compiling version_check v0.9.5 |
415 | 2025-01-09T01:10:15.297Z | Compiling thiserror v1.0.69 |
416 | 2025-01-09T01:10:15.297Z | Compiling memchr v2.7.4 |
417 | 2025-01-09T01:10:15.297Z | Compiling libc v0.2.162 |
418 | 2025-01-09T01:10:15.330Z | Compiling itoa v1.0.11 |
419 | 2025-01-09T01:10:15.546Z | Compiling ucd-trie v0.1.7 |
420 | 2025-01-09T01:10:16.084Z | Compiling ryu v1.0.18 |
421 | 2025-01-09T01:10:16.156Z | Compiling once_cell v1.20.2 |
422 | 2025-01-09T01:10:16.206Z | Compiling byteorder v1.5.0 |
423 | 2025-01-09T01:10:16.439Z | Compiling rustix v0.38.37 |
424 | 2025-01-09T01:10:16.491Z | Compiling serde_json v1.0.133 |
425 | 2025-01-09T01:10:16.746Z | Compiling bitflags v2.6.0 |
426 | 2025-01-09T01:10:16.906Z | Compiling proc-macro-error-attr v1.0.4 |
427 | 2025-01-09T01:10:17.163Z | Compiling usdt-impl v0.5.0 |
428 | 2025-01-09T01:10:17.190Z | Compiling quote v1.0.37 |
429 | 2025-01-09T01:10:17.193Z | Compiling syn v1.0.109 |
430 | 2025-01-09T01:10:17.332Z | Compiling proc-macro-error v1.0.4 |
431 | 2025-01-09T01:10:17.439Z | Compiling equivalent v1.0.1 |
432 | 2025-01-09T01:10:17.583Z | Compiling syn v2.0.87 |
433 | 2025-01-09T01:10:17.617Z | Compiling errno v0.3.9 |
434 | 2025-01-09T01:10:17.642Z | Compiling hashbrown v0.15.1 |
435 | 2025-01-09T01:10:17.883Z | Compiling plain v0.2.3 |
436 | 2025-01-09T01:10:17.910Z | Compiling log v0.4.22 |
437 | 2025-01-09T01:10:17.934Z | Compiling camino v1.1.9 |
438 | 2025-01-09T01:10:18.046Z | Compiling utf8parse v0.2.2 |
439 | 2025-01-09T01:10:18.209Z | Compiling thread-id v4.2.2 |
440 | 2025-01-09T01:10:18.248Z | Compiling anstyle-parse v0.2.5 |
441 | 2025-01-09T01:10:18.586Z | Compiling semver v1.0.23 |
442 | 2025-01-09T01:10:18.634Z | Compiling anstyle-query v1.1.1 |
443 | 2025-01-09T01:10:18.802Z | Compiling pretty-hex v0.4.1 |
444 | 2025-01-09T01:10:18.828Z | Compiling colorchoice v1.0.2 |
445 | 2025-01-09T01:10:18.940Z | Compiling indexmap v2.6.0 |
446 | 2025-01-09T01:10:18.974Z | Compiling winnow v0.6.20 |
447 | 2025-01-09T01:10:18.999Z | Compiling autocfg v1.4.0 |
448 | 2025-01-09T01:10:19.026Z | Compiling unicode-width v0.1.14 |
449 | 2025-01-09T01:10:19.088Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2025-01-09T01:10:19.224Z | Compiling anstyle v1.0.10 |
451 | 2025-01-09T01:10:19.626Z | Compiling anstream v0.6.15 |
452 | 2025-01-09T01:10:19.965Z | Compiling terminal_size v0.4.0 |
453 | 2025-01-09T01:10:20.177Z | Compiling fs-err v2.11.0 |
454 | 2025-01-09T01:10:20.204Z | Compiling anyhow v1.0.93 |
455 | 2025-01-09T01:10:20.398Z | Compiling cfg-if v1.0.0 |
456 | 2025-01-09T01:10:20.463Z | Compiling strsim v0.11.1 |
457 | 2025-01-09T01:10:20.506Z | Compiling fnv v1.0.7 |
458 | 2025-01-09T01:10:20.646Z | Compiling fastrand v2.1.1 |
459 | 2025-01-09T01:10:20.673Z | Compiling bytecount v0.6.8 |
460 | 2025-01-09T01:10:20.786Z | Compiling heck v0.5.0 |
461 | 2025-01-09T01:10:20.823Z | Compiling heck v0.4.1 |
462 | 2025-01-09T01:10:20.910Z | Compiling clap_lex v0.7.2 |
463 | 2025-01-09T01:10:21.360Z | Compiling clap_builder v4.5.21 |
464 | 2025-01-09T01:10:21.396Z | Compiling tempfile v3.13.0 |
465 | 2025-01-09T01:10:21.428Z | Compiling papergrid v0.11.0 |
466 | 2025-01-09T01:10:21.928Z | Compiling memmap v0.7.0 |
467 | 2025-01-09T01:10:21.986Z | Compiling smawk v0.3.2 |
468 | 2025-01-09T01:10:22.219Z | Compiling unicode-linebreak v0.1.5 |
469 | 2025-01-09T01:10:22.712Z | Compiling textwrap v0.16.1 |
470 | 2025-01-09T01:10:22.859Z | Compiling swrite v0.1.0 |
471 | 2025-01-09T01:10:23.892Z | Compiling tabled_derive v0.7.0 |
472 | 2025-01-09T01:10:25.447Z | Compiling tabled v0.15.0 |
473 | 2025-01-09T01:10:26.653Z | Compiling serde_derive v1.0.215 |
474 | 2025-01-09T01:10:26.653Z | Compiling thiserror-impl v1.0.69 |
475 | 2025-01-09T01:10:26.657Z | Compiling zerocopy-derive v0.7.35 |
476 | 2025-01-09T01:10:26.657Z | Compiling scroll_derive v0.12.0 |
477 | 2025-01-09T01:10:26.938Z | Compiling clap_derive v4.5.18 |
478 | 2025-01-09T01:10:28.082Z | Compiling scroll v0.12.0 |
479 | 2025-01-09T01:10:28.568Z | Compiling goblin v0.8.2 |
480 | 2025-01-09T01:10:28.671Z | Compiling zerocopy v0.7.35 |
481 | 2025-01-09T01:10:29.352Z | Compiling pest v2.7.14 |
482 | 2025-01-09T01:10:30.616Z | Compiling clap v4.5.21 |
483 | 2025-01-09T01:10:31.740Z | Compiling pest_meta v2.7.14 |
484 | 2025-01-09T01:10:32.564Z | Compiling pest_generator v2.7.14 |
485 | 2025-01-09T01:10:34.525Z | Compiling pest_derive v2.7.14 |
486 | 2025-01-09T01:10:35.198Z | Compiling dtrace-parser v0.2.0 |
487 | 2025-01-09T01:10:36.981Z | Compiling toml_datetime v0.6.8 |
488 | 2025-01-09T01:10:36.981Z | Compiling serde_spanned v0.6.8 |
489 | 2025-01-09T01:10:36.984Z | Compiling cargo-platform v0.1.8 |
490 | 2025-01-09T01:10:37.369Z | Compiling serde_tokenstream v0.2.2 |
491 | 2025-01-09T01:10:37.414Z | Compiling toml_edit v0.22.22 |
492 | 2025-01-09T01:10:37.554Z | Compiling macaddr v1.0.1 |
493 | 2025-01-09T01:10:37.676Z | Compiling camino-tempfile v1.1.1 |
494 | 2025-01-09T01:10:38.507Z | Compiling dof v0.3.0 |
495 | 2025-01-09T01:10:38.507Z | Compiling cargo_metadata v0.18.1 |
496 | 2025-01-09T01:10:40.208Z | Compiling toml v0.8.19 |
497 | 2025-01-09T01:10:40.545Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2025-01-09T01:10:40.545Z | Compiling usdt-macro v0.5.0 |
499 | 2025-01-09T01:10:41.163Z | Compiling cargo_toml v0.20.5 |
500 | 2025-01-09T01:10:41.894Z | Compiling usdt v0.5.0 |
501 | 2025-01-09T01:10:44.708Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2025-01-09T01:10:48.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.75s |
503 | 2025-01-09T01:10:49.158Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2025-01-09T01:10:49.701Z | Downloading crates ... |
505 | 2025-01-09T01:10:49.848Z | Downloaded headers-core v0.3.0 |
506 | 2025-01-09T01:10:49.859Z | Downloaded heapless v0.7.17 |
507 | 2025-01-09T01:10:49.863Z | Downloaded hex v0.4.3 |
508 | 2025-01-09T01:10:49.870Z | Downloaded hubpack_derive v0.1.1 |
509 | 2025-01-09T01:10:49.876Z | Downloaded http-range v0.1.5 |
510 | 2025-01-09T01:10:49.883Z | Downloaded matches v0.1.10 |
511 | 2025-01-09T01:10:49.887Z | Downloaded hyper-rustls v0.27.3 |
512 | 2025-01-09T01:10:49.889Z | Downloaded http-body v1.0.1 |
513 | 2025-01-09T01:10:49.893Z | Downloaded md5 v0.7.0 |
514 | 2025-01-09T01:10:49.895Z | Downloaded instant v0.1.13 |
515 | 2025-01-09T01:10:49.895Z | Downloaded is_ci v1.2.0 |
516 | 2025-01-09T01:10:49.900Z | Downloaded match_cfg v0.1.0 |
517 | 2025-01-09T01:10:49.909Z | Downloaded ident_case v1.0.1 |
518 | 2025-01-09T01:10:49.912Z | Downloaded hostname v0.4.0 |
519 | 2025-01-09T01:10:49.923Z | Downloaded hyper-tls v0.6.0 |
520 | 2025-01-09T01:10:49.923Z | Downloaded http-body-util v0.1.2 |
521 | 2025-01-09T01:10:49.923Z | Downloaded hex-literal v0.4.1 |
522 | 2025-01-09T01:10:49.923Z | Downloaded hostname v0.3.1 |
523 | 2025-01-09T01:10:49.923Z | Downloaded inout v0.1.3 |
524 | 2025-01-09T01:10:49.923Z | Downloaded httpdate v1.0.3 |
525 | 2025-01-09T01:10:49.926Z | Downloaded home v0.5.9 |
526 | 2025-01-09T01:10:49.929Z | Downloaded internet-checksum v0.2.1 |
527 | 2025-01-09T01:10:49.929Z | Downloaded instability v0.3.2 |
528 | 2025-01-09T01:10:49.931Z | Downloaded maplit v1.0.2 |
529 | 2025-01-09T01:10:49.931Z | Downloaded hubpack v0.1.2 |
530 | 2025-01-09T01:10:49.935Z | Downloaded heck v0.3.3 |
531 | 2025-01-09T01:10:49.937Z | Downloaded indoc v1.0.9 |
532 | 2025-01-09T01:10:49.940Z | Downloaded lru-cache v0.1.2 |
533 | 2025-01-09T01:10:49.943Z | Downloaded lazycell v1.3.0 |
534 | 2025-01-09T01:10:49.945Z | Downloaded libsw v3.3.1 |
535 | 2025-01-09T01:10:49.948Z | Downloaded lalrpop-util v0.19.12 |
536 | 2025-01-09T01:10:49.948Z | Downloaded impl-trait-for-tuples v0.2.2 |
537 | 2025-01-09T01:10:49.950Z | Downloaded ascii-canvas v3.0.0 |
538 | 2025-01-09T01:10:49.953Z | Downloaded lazy_static v1.5.0 |
539 | 2025-01-09T01:10:49.957Z | Downloaded keccak v0.1.5 |
540 | 2025-01-09T01:10:49.962Z | Downloaded md-5 v0.10.6 |
541 | 2025-01-09T01:10:49.964Z | Downloaded lockfree-object-pool v0.1.6 |
542 | 2025-01-09T01:10:49.966Z | Downloaded linked-hash-map v0.5.6 |
543 | 2025-01-09T01:10:49.969Z | Downloaded kstat-rs v0.2.4 |
544 | 2025-01-09T01:10:49.971Z | Downloaded indent_write v2.2.0 |
545 | 2025-01-09T01:10:49.971Z | Downloaded atomicwrites v0.4.4 |
546 | 2025-01-09T01:10:49.974Z | Downloaded httparse v1.9.5 |
547 | 2025-01-09T01:10:49.976Z | Downloaded async-stream-impl v0.3.6 |
548 | 2025-01-09T01:10:49.979Z | Downloaded memoffset v0.9.1 |
549 | 2025-01-09T01:10:49.982Z | Downloaded ipnetwork v0.20.0 |
550 | 2025-01-09T01:10:49.984Z | Downloaded bitfield-struct v0.6.2 |
551 | 2025-01-09T01:10:49.987Z | Downloaded icu_locid_transform v1.5.0 |
552 | 2025-01-09T01:10:49.991Z | Downloaded cfg_aliases v0.2.1 |
553 | 2025-01-09T01:10:49.994Z | Downloaded cfg_aliases v0.1.1 |
554 | 2025-01-09T01:10:49.997Z | Downloaded arrayref v0.3.9 |
555 | 2025-01-09T01:10:49.999Z | Downloaded bb8 v0.8.5 |
556 | 2025-01-09T01:10:50.002Z | Downloaded maybe-uninit v2.0.0 |
557 | 2025-01-09T01:10:50.002Z | Downloaded bitflags v1.3.2 |
558 | 2025-01-09T01:10:50.005Z | Downloaded litemap v0.7.3 |
559 | 2025-01-09T01:10:50.009Z | Downloaded managed v0.8.0 |
560 | 2025-01-09T01:10:50.011Z | Downloaded idna_adapter v1.2.0 |
561 | 2025-01-09T01:10:50.011Z | Downloaded crunchy v0.2.2 |
562 | 2025-01-09T01:10:50.013Z | Downloaded crucible-workspace-hack v0.1.0 |
563 | 2025-01-09T01:10:50.013Z | Downloaded async-stream v0.3.6 |
564 | 2025-01-09T01:10:50.016Z | Downloaded memmap2 v0.9.5 |
565 | 2025-01-09T01:10:50.018Z | Downloaded ipnet v2.10.1 |
566 | 2025-01-09T01:10:50.021Z | Downloaded bit-vec v0.6.3 |
567 | 2025-01-09T01:10:50.023Z | Downloaded base16ct v0.2.0 |
568 | 2025-01-09T01:10:50.026Z | Downloaded linear-map v1.2.0 |
569 | 2025-01-09T01:10:50.026Z | Downloaded atty v0.2.14 |
570 | 2025-01-09T01:10:50.029Z | Downloaded is-terminal v0.4.13 |
571 | 2025-01-09T01:10:50.029Z | Downloaded iana-time-zone v0.1.61 |
572 | 2025-01-09T01:10:50.031Z | Downloaded castaway v0.2.3 |
573 | 2025-01-09T01:10:50.034Z | Downloaded rand_chacha v0.3.1 |
574 | 2025-01-09T01:10:50.036Z | Downloaded icu_locid v1.5.0 |
575 | 2025-01-09T01:10:50.040Z | Downloaded hickory-client v0.24.1 |
576 | 2025-01-09T01:10:50.044Z | Downloaded sync-ptr v0.1.1 |
577 | 2025-01-09T01:10:50.047Z | Downloaded chacha20 v0.9.1 |
578 | 2025-01-09T01:10:50.047Z | Downloaded lock_api v0.4.12 |
579 | 2025-01-09T01:10:50.050Z | Downloaded tinyvec_macros v0.1.1 |
580 | 2025-01-09T01:10:50.052Z | Downloaded time-core v0.1.2 |
581 | 2025-01-09T01:10:50.052Z | Downloaded buf-list v1.0.3 |
582 | 2025-01-09T01:10:50.055Z | Downloaded icu_provider_macros v1.5.0 |
583 | 2025-01-09T01:10:50.057Z | Downloaded backoff v0.4.0 |
584 | 2025-01-09T01:10:50.060Z | Downloaded quinn-udp v0.5.5 |
585 | 2025-01-09T01:10:50.063Z | Downloaded cipher v0.4.4 |
586 | 2025-01-09T01:10:50.063Z | Downloaded ref-cast-impl v1.0.23 |
587 | 2025-01-09T01:10:50.066Z | Downloaded lru v0.12.5 |
588 | 2025-01-09T01:10:50.066Z | Downloaded bitfield v0.14.0 |
589 | 2025-01-09T01:10:50.068Z | Downloaded scopeguard v1.2.0 |
590 | 2025-01-09T01:10:50.070Z | Downloaded rusty-fork v0.3.0 |
591 | 2025-01-09T01:10:50.073Z | Downloaded colored v2.1.0 |
592 | 2025-01-09T01:10:50.075Z | Downloaded ciborium-ll v0.2.2 |
593 | 2025-01-09T01:10:50.075Z | Downloaded rustfmt-wrapper v0.2.1 |
594 | 2025-01-09T01:10:50.077Z | Downloaded base64ct v1.6.0 |
595 | 2025-01-09T01:10:50.080Z | Downloaded highway v1.2.0 |
596 | 2025-01-09T01:10:50.083Z | Downloaded bcs v0.1.6 |
597 | 2025-01-09T01:10:50.086Z | Downloaded mime_guess v2.0.5 |
598 | 2025-01-09T01:10:50.088Z | Downloaded async-trait v0.1.83 |
599 | 2025-01-09T01:10:50.091Z | Downloaded shell-words v1.1.0 |
600 | 2025-01-09T01:10:50.094Z | Downloaded sha1 v0.10.6 |
601 | 2025-01-09T01:10:50.094Z | Downloaded vte_generate_state_changes v0.1.2 |
602 | 2025-01-09T01:10:50.096Z | Downloaded cobs v0.2.3 |
603 | 2025-01-09T01:10:50.099Z | Downloaded stable_deref_trait v1.2.0 |
604 | 2025-01-09T01:10:50.099Z | Downloaded serde_plain v1.0.2 |
605 | 2025-01-09T01:10:50.101Z | Downloaded icu_normalizer_data v1.5.0 |
606 | 2025-01-09T01:10:50.104Z | Downloaded curve25519-dalek-derive v0.1.1 |
607 | 2025-01-09T01:10:50.104Z | Downloaded icu_locid_transform_data v1.5.0 |
608 | 2025-01-09T01:10:50.106Z | Downloaded strip-ansi-escapes v0.2.0 |
609 | 2025-01-09T01:10:50.109Z | Downloaded want v0.3.1 |
610 | 2025-01-09T01:10:50.109Z | Downloaded humantime v2.1.0 |
611 | 2025-01-09T01:10:50.112Z | Downloaded stringprep v0.1.5 |
612 | 2025-01-09T01:10:50.114Z | Downloaded supports-color v3.0.1 |
613 | 2025-01-09T01:10:50.114Z | Downloaded cancel-safe-futures v0.1.5 |
614 | 2025-01-09T01:10:50.117Z | Downloaded mime v0.3.17 |
615 | 2025-01-09T01:10:50.119Z | Downloaded constant_time_eq v0.3.1 |
616 | 2025-01-09T01:10:50.122Z | Downloaded convert_case v0.4.0 |
617 | 2025-01-09T01:10:50.122Z | Downloaded cmake v0.1.51 |
618 | 2025-01-09T01:10:50.124Z | Downloaded openssl-probe v0.1.5 |
619 | 2025-01-09T01:10:50.127Z | Downloaded nodrop v0.1.14 |
620 | 2025-01-09T01:10:50.127Z | Downloaded fxhash v0.2.1 |
621 | 2025-01-09T01:10:50.127Z | Downloaded float-ord v0.3.2 |
622 | 2025-01-09T01:10:50.129Z | Downloaded slog-bunyan v2.5.0 |
623 | 2025-01-09T01:10:50.131Z | Downloaded bit-set v0.5.3 |
624 | 2025-01-09T01:10:50.131Z | Downloaded crc-catalog v2.4.0 |
625 | 2025-01-09T01:10:50.134Z | Downloaded subtle v2.6.1 |
626 | 2025-01-09T01:10:50.137Z | Downloaded blake2 v0.10.6 |
627 | 2025-01-09T01:10:50.141Z | Downloaded rustls-pemfile v2.2.0 |
628 | 2025-01-09T01:10:50.143Z | Downloaded ctr v0.9.2 |
629 | 2025-01-09T01:10:50.143Z | Downloaded indicatif v0.17.9 |
630 | 2025-01-09T01:10:50.148Z | Downloaded hyper-util v0.1.10 |
631 | 2025-01-09T01:10:50.153Z | Downloaded newtype_derive v0.1.6 |
632 | 2025-01-09T01:10:50.155Z | Downloaded universal-hash v0.5.1 |
633 | 2025-01-09T01:10:50.158Z | Downloaded ciborium v0.2.2 |
634 | 2025-01-09T01:10:50.160Z | Downloaded openssl-macros v0.1.1 |
635 | 2025-01-09T01:10:50.160Z | Downloaded heapless v0.8.0 |
636 | 2025-01-09T01:10:50.165Z | Downloaded csv-core v0.1.11 |
637 | 2025-01-09T01:10:50.167Z | Downloaded precomputed-hash v0.1.1 |
638 | 2025-01-09T01:10:50.169Z | Downloaded untrusted v0.7.1 |
639 | 2025-01-09T01:10:50.169Z | Downloaded const_format_proc_macros v0.2.33 |
640 | 2025-01-09T01:10:50.172Z | Downloaded zerofrom-derive v0.1.4 |
641 | 2025-01-09T01:10:50.175Z | Downloaded parse-size v1.1.0 |
642 | 2025-01-09T01:10:50.175Z | Downloaded zone v0.1.8 |
643 | 2025-01-09T01:10:50.178Z | Downloaded hyper-staticfile v0.10.1 |
644 | 2025-01-09T01:10:50.180Z | Downloaded crc32fast v1.4.2 |
645 | 2025-01-09T01:10:50.183Z | Downloaded tokio-tungstenite v0.21.0 |
646 | 2025-01-09T01:10:50.185Z | Downloaded sync_wrapper v1.0.1 |
647 | 2025-01-09T01:10:50.185Z | Downloaded crc v3.2.1 |
648 | 2025-01-09T01:10:50.188Z | Downloaded cookie_store v0.21.0 |
649 | 2025-01-09T01:10:50.191Z | Downloaded ed25519 v2.2.3 |
650 | 2025-01-09T01:10:50.193Z | Downloaded gethostname v0.5.0 |
651 | 2025-01-09T01:10:50.196Z | Downloaded funty v2.0.0 |
652 | 2025-01-09T01:10:50.196Z | Downloaded float-cmp v0.9.0 |
653 | 2025-01-09T01:10:50.198Z | Downloaded dyn-clone v1.0.17 |
654 | 2025-01-09T01:10:50.201Z | Downloaded dunce v1.0.5 |
655 | 2025-01-09T01:10:50.201Z | Downloaded dsl_auto_type v0.1.2 |
656 | 2025-01-09T01:10:50.204Z | Downloaded ron v0.7.1 |
657 | 2025-01-09T01:10:50.207Z | Downloaded russh-keys v0.45.0 |
658 | 2025-01-09T01:10:50.211Z | Downloaded prettyplease v0.2.25 |
659 | 2025-01-09T01:10:50.214Z | Downloaded deranged v0.3.11 |
660 | 2025-01-09T01:10:50.217Z | Downloaded tokio-rustls v0.26.0 |
661 | 2025-01-09T01:10:50.220Z | Downloaded strum v0.26.3 |
662 | 2025-01-09T01:10:50.222Z | Downloaded futures-task v0.3.31 |
663 | 2025-01-09T01:10:50.232Z | Downloaded nanorand v0.7.0 |
664 | 2025-01-09T01:10:50.235Z | Downloaded icu_collections v1.5.0 |
665 | 2025-01-09T01:10:50.242Z | Downloaded downcast v0.11.0 |
666 | 2025-01-09T01:10:50.245Z | Downloaded hickory-resolver v0.24.1 |
667 | 2025-01-09T01:10:50.249Z | Downloaded yoke-derive v0.7.4 |
668 | 2025-01-09T01:10:50.251Z | Downloaded rustc-demangle v0.1.24 |
669 | 2025-01-09T01:10:50.254Z | Downloaded normalize-line-endings v0.3.0 |
670 | 2025-01-09T01:10:50.258Z | Downloaded foreign-types-shared v0.1.1 |
671 | 2025-01-09T01:10:50.258Z | Downloaded endian-type v0.1.2 |
672 | 2025-01-09T01:10:50.258Z | Downloaded diesel_table_macro_syntax v0.2.0 |
673 | 2025-01-09T01:10:50.258Z | Downloaded tokio-stream v0.1.16 |
674 | 2025-01-09T01:10:50.263Z | Downloaded tabwriter v1.4.0 |
675 | 2025-01-09T01:10:50.265Z | Downloaded synstructure v0.13.1 |
676 | 2025-01-09T01:10:50.268Z | Downloaded smf v0.2.3 |
677 | 2025-01-09T01:10:50.268Z | Downloaded ecdsa v0.16.9 |
678 | 2025-01-09T01:10:50.271Z | Downloaded crc-any v2.5.0 |
679 | 2025-01-09T01:10:50.273Z | Downloaded progenitor-impl v0.8.0 |
680 | 2025-01-09T01:10:50.276Z | Downloaded addr2line v0.24.2 |
681 | 2025-01-09T01:10:50.278Z | Downloaded minimal-lexical v0.2.1 |
682 | 2025-01-09T01:10:50.283Z | Downloaded bumpalo v3.16.0 |
683 | 2025-01-09T01:10:50.287Z | Downloaded cc v1.1.30 |
684 | 2025-01-09T01:10:50.291Z | Downloaded ssh-encoding v0.2.0 |
685 | 2025-01-09T01:10:50.293Z | Downloaded hickory-server v0.24.1 |
686 | 2025-01-09T01:10:50.300Z | Downloaded path-slash v0.1.5 |
687 | 2025-01-09T01:10:50.303Z | Downloaded oso-derive v0.27.3 |
688 | 2025-01-09T01:10:50.303Z | Downloaded num_threads v0.1.7 |
689 | 2025-01-09T01:10:50.306Z | Downloaded defmt-parser v0.3.4 |
690 | 2025-01-09T01:10:50.306Z | Downloaded password-hash v0.4.2 |
691 | 2025-01-09T01:10:50.308Z | Downloaded predicates v3.1.2 |
692 | 2025-01-09T01:10:50.310Z | Downloaded utf8_iter v1.0.4 |
693 | 2025-01-09T01:10:50.313Z | Downloaded futures-executor v0.3.31 |
694 | 2025-01-09T01:10:50.315Z | Downloaded tiny-keccak v2.0.2 |
695 | 2025-01-09T01:10:50.318Z | Downloaded rustls-pemfile v1.0.4 |
696 | 2025-01-09T01:10:50.320Z | Downloaded futures-io v0.3.31 |
697 | 2025-01-09T01:10:50.323Z | Downloaded group v0.13.0 |
698 | 2025-01-09T01:10:50.325Z | Downloaded xz2 v0.1.7 |
699 | 2025-01-09T01:10:50.328Z | Downloaded serde_derive_internals v0.29.1 |
700 | 2025-01-09T01:10:50.328Z | Downloaded foreign-types-macros v0.2.3 |
701 | 2025-01-09T01:10:50.330Z | Downloaded fd-lock v4.0.2 |
702 | 2025-01-09T01:10:50.333Z | Downloaded sct v0.7.1 |
703 | 2025-01-09T01:10:50.336Z | Downloaded miniz_oxide v0.8.0 |
704 | 2025-01-09T01:10:50.339Z | Downloaded derive-where v1.2.7 |
705 | 2025-01-09T01:10:50.343Z | Downloaded num-integer v0.1.46 |
706 | 2025-01-09T01:10:50.345Z | Downloaded crypto-bigint v0.5.5 |
707 | 2025-01-09T01:10:50.353Z | Downloaded progenitor-macro v0.8.0 |
708 | 2025-01-09T01:10:50.355Z | Downloaded darling_macro v0.20.10 |
709 | 2025-01-09T01:10:50.355Z | Downloaded num_enum_derive v0.5.11 |
710 | 2025-01-09T01:10:50.358Z | Downloaded pbkdf2 v0.11.0 |
711 | 2025-01-09T01:10:50.360Z | Downloaded take_mut v0.2.2 |
712 | 2025-01-09T01:10:50.363Z | Downloaded tinystr v0.7.6 |
713 | 2025-01-09T01:10:50.365Z | Downloaded slog v2.7.0 |
714 | 2025-01-09T01:10:50.368Z | Downloaded zone_cfg_derive v0.3.0 |
715 | 2025-01-09T01:10:50.370Z | Downloaded try-lock v0.2.5 |
716 | 2025-01-09T01:10:50.370Z | Downloaded zone_cfg_derive v0.1.2 |
717 | 2025-01-09T01:10:50.373Z | Downloaded publicsuffix v2.2.3 |
718 | 2025-01-09T01:10:50.375Z | Downloaded libxml v0.3.3 |
719 | 2025-01-09T01:10:50.381Z | Downloaded mirai-annotations v1.12.0 |
720 | 2025-01-09T01:10:50.384Z | Downloaded display-error-chain v0.2.2 |
721 | 2025-01-09T01:10:50.387Z | Downloaded resolv-conf v0.7.0 |
722 | 2025-01-09T01:10:50.387Z | Downloaded rustls-pki-types v1.10.0 |
723 | 2025-01-09T01:10:50.390Z | Downloaded ff v0.13.0 |
724 | 2025-01-09T01:10:50.392Z | Downloaded serde_with_macros v3.11.0 |
725 | 2025-01-09T01:10:50.394Z | Downloaded http v1.1.0 |
726 | 2025-01-09T01:10:50.399Z | Downloaded signature v2.2.0 |
727 | 2025-01-09T01:10:50.401Z | Downloaded multer v3.1.0 |
728 | 2025-01-09T01:10:50.404Z | Downloaded sqlparser_derive v0.2.2 |
729 | 2025-01-09T01:10:50.407Z | Downloaded newtype-uuid v1.1.3 |
730 | 2025-01-09T01:10:50.409Z | Downloaded env_logger v0.11.5 |
731 | 2025-01-09T01:10:50.412Z | Downloaded libm v0.2.8 |
732 | 2025-01-09T01:10:50.420Z | Downloaded tap v1.0.1 |
733 | 2025-01-09T01:10:50.422Z | Downloaded strum_macros v0.25.3 |
734 | 2025-01-09T01:10:50.425Z | Downloaded waitgroup v0.1.2 |
735 | 2025-01-09T01:10:50.425Z | Downloaded pkcs1 v0.7.5 |
736 | 2025-01-09T01:10:50.428Z | Downloaded ena v0.14.3 |
737 | 2025-01-09T01:10:50.430Z | Downloaded twox-hash v1.6.3 |
738 | 2025-01-09T01:10:50.432Z | Downloaded der v0.7.9 |
739 | 2025-01-09T01:10:50.438Z | Downloaded flagset v0.4.6 |
740 | 2025-01-09T01:10:50.440Z | Downloaded fixedbitset v0.4.2 |
741 | 2025-01-09T01:10:50.443Z | Downloaded embedded-io v0.6.1 |
742 | 2025-01-09T01:10:50.443Z | Downloaded zone v0.3.0 |
743 | 2025-01-09T01:10:50.446Z | Downloaded uuid v1.11.0 |
744 | 2025-01-09T01:10:50.448Z | Downloaded pkcs8 v0.10.2 |
745 | 2025-01-09T01:10:50.452Z | Downloaded difflib v0.4.0 |
746 | 2025-01-09T01:10:50.454Z | Downloaded progenitor-client v0.8.0 |
747 | 2025-01-09T01:10:50.457Z | Downloaded hash32 v0.3.1 |
748 | 2025-01-09T01:10:50.457Z | Downloaded hash32 v0.2.1 |
749 | 2025-01-09T01:10:50.459Z | Downloaded peg v0.8.4 |
750 | 2025-01-09T01:10:50.463Z | Downloaded foreign-types-shared v0.3.1 |
751 | 2025-01-09T01:10:50.466Z | Downloaded unicode-bidi v0.3.17 |
752 | 2025-01-09T01:10:50.468Z | Downloaded peg-runtime v0.8.3 |
753 | 2025-01-09T01:10:50.470Z | Downloaded num-conv v0.1.0 |
754 | 2025-01-09T01:10:50.470Z | Downloaded new_debug_unreachable v1.0.6 |
755 | 2025-01-09T01:10:50.474Z | Downloaded rfc6979 v0.4.0 |
756 | 2025-01-09T01:10:50.474Z | Downloaded salsa20 v0.10.2 |
757 | 2025-01-09T01:10:50.476Z | Downloaded zip v2.1.3 |
758 | 2025-01-09T01:10:50.480Z | Downloaded topological-sort v0.2.2 |
759 | 2025-01-09T01:10:50.482Z | Downloaded static_assertions v1.1.0 |
760 | 2025-01-09T01:10:50.485Z | Downloaded ssh-cipher v0.2.0 |
761 | 2025-01-09T01:10:50.485Z | Downloaded strum_macros v0.26.4 |
762 | 2025-01-09T01:10:50.487Z | Downloaded rcgen v0.12.1 |
763 | 2025-01-09T01:10:50.492Z | Downloaded rustversion v1.0.17 |
764 | 2025-01-09T01:10:50.494Z | Downloaded sigpipe v0.1.3 |
765 | 2025-01-09T01:10:50.497Z | Downloaded secrecy v0.8.0 |
766 | 2025-01-09T01:10:50.499Z | Downloaded thiserror-impl-no-std v2.0.2 |
767 | 2025-01-09T01:10:50.499Z | Downloaded scheduled-thread-pool v0.2.7 |
768 | 2025-01-09T01:10:50.502Z | Downloaded same-file v1.0.6 |
769 | 2025-01-09T01:10:50.502Z | Downloaded pkcs5 v0.7.1 |
770 | 2025-01-09T01:10:50.506Z | Downloaded termtree v0.4.1 |
771 | 2025-01-09T01:10:50.509Z | Downloaded typify v0.2.0 |
772 | 2025-01-09T01:10:50.512Z | Downloaded rand v0.8.5 |
773 | 2025-01-09T01:10:50.516Z | Downloaded fallible-streaming-iterator v0.1.9 |
774 | 2025-01-09T01:10:50.518Z | Downloaded unicode-truncate v1.1.0 |
775 | 2025-01-09T01:10:50.523Z | Downloaded crossbeam-channel v0.5.13 |
776 | 2025-01-09T01:10:50.530Z | Downloaded which v4.4.2 |
777 | 2025-01-09T01:10:50.530Z | Downloaded fragile v2.0.0 |
778 | 2025-01-09T01:10:50.530Z | Downloaded embedded-io v0.4.0 |
779 | 2025-01-09T01:10:50.531Z | Downloaded form_urlencoded v1.2.1 |
780 | 2025-01-09T01:10:50.537Z | Downloaded proc-macro-crate v1.3.1 |
781 | 2025-01-09T01:10:50.537Z | Downloaded num-iter v0.1.45 |
782 | 2025-01-09T01:10:50.537Z | Downloaded num-derive v0.4.2 |
783 | 2025-01-09T01:10:50.540Z | Downloaded multimap v0.10.0 |
784 | 2025-01-09T01:10:50.540Z | Downloaded rsa v0.9.6 |
785 | 2025-01-09T01:10:50.544Z | Downloaded primeorder v0.13.6 |
786 | 2025-01-09T01:10:50.546Z | Downloaded opaque-debug v0.3.1 |
787 | 2025-01-09T01:10:50.549Z | Downloaded foreign-types v0.5.0 |
788 | 2025-01-09T01:10:50.549Z | Downloaded rpassword v7.3.1 |
789 | 2025-01-09T01:10:50.552Z | Downloaded toml v0.7.8 |
790 | 2025-01-09T01:10:50.555Z | Downloaded walkdir v2.5.0 |
791 | 2025-01-09T01:10:50.557Z | Downloaded percent-encoding v2.3.1 |
792 | 2025-01-09T01:10:50.560Z | Downloaded pem v3.0.4 |
793 | 2025-01-09T01:10:50.560Z | Downloaded rustyline v14.0.0 |
794 | 2025-01-09T01:10:50.566Z | Downloaded hashlink v0.9.1 |
795 | 2025-01-09T01:10:50.569Z | Downloaded aes v0.8.4 |
796 | 2025-01-09T01:10:50.573Z | Downloaded xattr v1.3.1 |
797 | 2025-01-09T01:10:50.576Z | Downloaded simd-adler32 v0.3.7 |
798 | 2025-01-09T01:10:50.578Z | Downloaded data-encoding v2.6.0 |
799 | 2025-01-09T01:10:50.581Z | Downloaded scrypt v0.11.0 |
800 | 2025-01-09T01:10:50.581Z | Downloaded zerofrom v0.1.4 |
801 | 2025-01-09T01:10:50.584Z | Downloaded structmeta-derive v0.2.0 |
802 | 2025-01-09T01:10:50.585Z | Downloaded russh-cryptovec v0.7.3 |
803 | 2025-01-09T01:10:50.587Z | Downloaded structmeta v0.2.0 |
804 | 2025-01-09T01:10:50.587Z | Downloaded string_cache v0.8.7 |
805 | 2025-01-09T01:10:50.590Z | Downloaded dirs-sys-next v0.1.2 |
806 | 2025-01-09T01:10:50.590Z | Downloaded utf-8 v0.7.6 |
807 | 2025-01-09T01:10:50.592Z | Downloaded num-complex v0.4.6 |
808 | 2025-01-09T01:10:50.595Z | Downloaded mockall_derive v0.13.0 |
809 | 2025-01-09T01:10:50.598Z | Downloaded unicase v2.7.0 |
810 | 2025-01-09T01:10:50.600Z | Downloaded peg-macros v0.8.4 |
811 | 2025-01-09T01:10:50.603Z | Downloaded tracing-core v0.1.32 |
812 | 2025-01-09T01:10:50.605Z | Downloaded fs_extra v1.3.0 |
813 | 2025-01-09T01:10:50.607Z | Downloaded write16 v1.0.0 |
814 | 2025-01-09T01:10:50.610Z | Downloaded subprocess v0.2.9 |
815 | 2025-01-09T01:10:50.612Z | Downloaded flate2 v1.0.34 |
816 | 2025-01-09T01:10:50.617Z | Downloaded debug-ignore v1.0.5 |
817 | 2025-01-09T01:10:50.620Z | Downloaded pin-project v1.1.6 |
818 | 2025-01-09T01:10:50.633Z | Downloaded number_prefix v0.4.0 |
819 | 2025-01-09T01:10:50.635Z | Downloaded itertools v0.13.0 |
820 | 2025-01-09T01:10:50.643Z | Downloaded snafu v0.8.5 |
821 | 2025-01-09T01:10:50.649Z | Downloaded foreign-types v0.3.2 |
822 | 2025-01-09T01:10:50.651Z | Downloaded quick-error v1.2.3 |
823 | 2025-01-09T01:10:50.654Z | Downloaded thread_local v1.1.8 |
824 | 2025-01-09T01:10:50.654Z | Downloaded globset v0.4.15 |
825 | 2025-01-09T01:10:50.657Z | Downloaded rustc_version v0.1.7 |
826 | 2025-01-09T01:10:50.660Z | Downloaded structmeta v0.3.0 |
827 | 2025-01-09T01:10:50.660Z | Downloaded rustc-hash v1.1.0 |
828 | 2025-01-09T01:10:50.660Z | Downloaded rustc-hash v2.0.0 |
829 | 2025-01-09T01:10:50.662Z | Downloaded thiserror v2.0.3 |
830 | 2025-01-09T01:10:50.668Z | Downloaded uzers v0.12.1 |
831 | 2025-01-09T01:10:50.671Z | Downloaded typify-macro v0.2.0 |
832 | 2025-01-09T01:10:50.674Z | Downloaded ghash v0.5.1 |
833 | 2025-01-09T01:10:50.674Z | Downloaded darling_core v0.20.10 |
834 | 2025-01-09T01:10:50.678Z | Downloaded olpc-cjson v0.1.4 |
835 | 2025-01-09T01:10:50.681Z | Downloaded termcolor v1.4.1 |
836 | 2025-01-09T01:10:50.683Z | Downloaded strum_macros v0.24.3 |
837 | 2025-01-09T01:10:50.686Z | Downloaded sec1 v0.7.3 |
838 | 2025-01-09T01:10:50.686Z | Downloaded either v1.13.0 |
839 | 2025-01-09T01:10:50.688Z | Downloaded pretty-hex v0.2.1 |
840 | 2025-01-09T01:10:50.691Z | Downloaded num_enum v0.5.11 |
841 | 2025-01-09T01:10:50.695Z | Downloaded zeroize v1.8.1 |
842 | 2025-01-09T01:10:50.698Z | Downloaded rtoolbox v0.0.2 |
843 | 2025-01-09T01:10:50.700Z | Downloaded predicates-core v1.0.8 |
844 | 2025-01-09T01:10:50.704Z | Downloaded nom v7.1.3 |
845 | 2025-01-09T01:10:50.708Z | Downloaded blake3 v1.5.4 |
846 | 2025-01-09T01:10:50.717Z | Downloaded packed_struct_codegen v0.10.1 |
847 | 2025-01-09T01:10:50.722Z | Downloaded filetime v0.2.25 |
848 | 2025-01-09T01:10:50.724Z | Downloaded parse-zoneinfo v0.3.1 |
849 | 2025-01-09T01:10:50.727Z | Downloaded dhcproto-macros v0.1.0 |
850 | 2025-01-09T01:10:50.727Z | Downloaded enum-as-inner v0.6.1 |
851 | 2025-01-09T01:10:50.730Z | Downloaded enum-as-inner v0.5.1 |
852 | 2025-01-09T01:10:50.730Z | Downloaded toolchain_find v0.4.0 |
853 | 2025-01-09T01:10:50.732Z | Downloaded slog-dtrace v0.3.0 |
854 | 2025-01-09T01:10:50.735Z | Downloaded thiserror-impl v2.0.3 |
855 | 2025-01-09T01:10:50.735Z | Downloaded termios v0.3.3 |
856 | 2025-01-09T01:10:50.737Z | Downloaded serde_repr v0.1.19 |
857 | 2025-01-09T01:10:50.740Z | Downloaded psl-types v2.0.11 |
858 | 2025-01-09T01:10:50.740Z | Downloaded newline-converter v0.3.0 |
859 | 2025-01-09T01:10:50.743Z | Downloaded serde-big-array v0.5.1 |
860 | 2025-01-09T01:10:50.745Z | Downloaded typed-path v0.9.3 |
861 | 2025-01-09T01:10:50.751Z | Downloaded zeroize_derive v1.4.2 |
862 | 2025-01-09T01:10:50.754Z | Downloaded ron v0.8.1 |
863 | 2025-01-09T01:10:50.757Z | Downloaded whoami v1.5.2 |
864 | 2025-01-09T01:10:50.760Z | Downloaded postcard v1.0.10 |
865 | 2025-01-09T01:10:50.763Z | Downloaded aes-gcm v0.10.3 |
866 | 2025-01-09T01:10:50.766Z | Downloaded fallible-iterator v0.2.0 |
867 | 2025-01-09T01:10:50.769Z | Downloaded rand_seeder v0.3.0 |
868 | 2025-01-09T01:10:50.771Z | Downloaded futures-channel v0.3.31 |
869 | 2025-01-09T01:10:50.774Z | Downloaded samael v0.0.17 |
870 | 2025-01-09T01:10:50.778Z | Downloaded hashbrown v0.13.2 |
871 | 2025-01-09T01:10:50.783Z | Downloaded ssh-key v0.6.6 |
872 | 2025-01-09T01:10:50.791Z | Downloaded phf_shared v0.10.0 |
873 | 2025-01-09T01:10:50.794Z | Downloaded signal-hook-mio v0.2.4 |
874 | 2025-01-09T01:10:50.794Z | Downloaded tracing-attributes v0.1.27 |
875 | 2025-01-09T01:10:50.796Z | Downloaded fallible-iterator v0.3.0 |
876 | 2025-01-09T01:10:50.799Z | Downloaded quinn v0.11.5 |
877 | 2025-01-09T01:10:50.802Z | Downloaded polyval v0.6.2 |
878 | 2025-01-09T01:10:50.804Z | Downloaded shlex v1.3.0 |
879 | 2025-01-09T01:10:50.807Z | Downloaded term v0.7.0 |
880 | 2025-01-09T01:10:50.810Z | Downloaded defmt v0.3.8 |
881 | 2025-01-09T01:10:50.813Z | Downloaded tower-service v0.3.3 |
882 | 2025-01-09T01:10:50.815Z | Downloaded semver v0.1.20 |
883 | 2025-01-09T01:10:50.815Z | Downloaded radium v0.7.0 |
884 | 2025-01-09T01:10:50.818Z | Downloaded r2d2 v0.8.10 |
885 | 2025-01-09T01:10:50.818Z | Downloaded pbkdf2 v0.12.2 |
886 | 2025-01-09T01:10:50.821Z | Downloaded num v0.4.3 |
887 | 2025-01-09T01:10:50.821Z | Downloaded oso v0.27.3 |
888 | 2025-01-09T01:10:50.825Z | Downloaded futures-core v0.3.31 |
889 | 2025-01-09T01:10:50.828Z | Downloaded serde_path_to_error v0.1.16 |
890 | 2025-01-09T01:10:50.828Z | Downloaded elliptic-curve v0.13.8 |
891 | 2025-01-09T01:10:50.832Z | Downloaded env_logger v0.10.2 |
892 | 2025-01-09T01:10:50.836Z | Downloaded structmeta-derive v0.3.0 |
893 | 2025-01-09T01:10:50.838Z | Downloaded unicode-xid v0.2.6 |
894 | 2025-01-09T01:10:50.842Z | Downloaded glob v0.3.1 |
895 | 2025-01-09T01:10:50.842Z | Downloaded hashbrown v0.12.3 |
896 | 2025-01-09T01:10:50.845Z | Downloaded p256 v0.13.2 |
897 | 2025-01-09T01:10:50.849Z | Downloaded poly1305 v0.8.0 |
898 | 2025-01-09T01:10:50.852Z | Downloaded spin v0.9.8 |
899 | 2025-01-09T01:10:50.855Z | Downloaded futures-macro v0.3.31 |
900 | 2025-01-09T01:10:50.857Z | Downloaded unarray v0.1.4 |
901 | 2025-01-09T01:10:50.857Z | Downloaded fatfs v0.3.6 |
902 | 2025-01-09T01:10:50.860Z | Downloaded slog-envlogger v2.2.0 |
903 | 2025-01-09T01:10:50.863Z | Downloaded vergen v8.3.2 |
904 | 2025-01-09T01:10:50.883Z | Downloaded tokio-macros v2.4.0 |
905 | 2025-01-09T01:10:50.885Z | Downloaded thiserror-no-std v2.0.2 |
906 | 2025-01-09T01:10:50.889Z | Downloaded spki v0.7.3 |
907 | 2025-01-09T01:10:50.893Z | Downloaded untrusted v0.9.0 |
908 | 2025-01-09T01:10:50.896Z | Downloaded predicates-tree v1.0.11 |
909 | 2025-01-09T01:10:50.898Z | Downloaded pkg-config v0.3.31 |
910 | 2025-01-09T01:10:50.901Z | Downloaded slog-stdlog v4.1.1 |
911 | 2025-01-09T01:10:50.903Z | Downloaded getrandom v0.2.15 |
912 | 2025-01-09T01:10:50.906Z | Downloaded tar v0.4.42 |
913 | 2025-01-09T01:10:50.912Z | Downloaded paste v1.0.15 |
914 | 2025-01-09T01:10:50.915Z | Downloaded omicron-zone-package v0.12.0 |
915 | 2025-01-09T01:10:50.919Z | Downloaded lalrpop v0.19.12 |
916 | 2025-01-09T01:10:50.931Z | Downloaded socket2 v0.5.7 |
917 | 2025-01-09T01:10:50.934Z | Downloaded tokio-util v0.7.12 |
918 | 2025-01-09T01:10:50.942Z | Downloaded native-tls v0.2.12 |
919 | 2025-01-09T01:10:50.945Z | Downloaded icu_properties_data v1.5.0 |
920 | 2025-01-09T01:10:50.955Z | Downloaded signal-hook v0.3.17 |
921 | 2025-01-09T01:10:50.958Z | Downloaded sqlformat v0.2.6 |
922 | 2025-01-09T01:10:50.960Z | Downloaded toml_edit v0.19.15 |
923 | 2025-01-09T01:10:50.977Z | Downloaded serde_urlencoded v0.7.1 |
924 | 2025-01-09T01:10:50.980Z | Downloaded parking_lot v0.11.2 |
925 | 2025-01-09T01:10:50.982Z | Downloaded rayon v1.10.0 |
926 | 2025-01-09T01:10:50.990Z | Downloaded dropshot_endpoint v0.12.0 |
927 | 2025-01-09T01:10:50.993Z | Downloaded dhcproto v0.12.0 |
928 | 2025-01-09T01:10:50.996Z | Downloaded url v2.5.3 |
929 | 2025-01-09T01:10:50.999Z | Downloaded zerocopy-derive v0.8.10 |
930 | 2025-01-09T01:10:51.005Z | Downloaded tough v0.19.0 |
931 | 2025-01-09T01:10:51.013Z | Downloaded diesel_derives v2.2.3 |
932 | 2025-01-09T01:10:51.017Z | Downloaded tracing v0.1.40 |
933 | 2025-01-09T01:10:51.023Z | Downloaded ed25519-dalek v2.1.1 |
934 | 2025-01-09T01:10:51.026Z | Downloaded h2 v0.4.6 |
935 | 2025-01-09T01:10:51.034Z | Downloaded hashbrown v0.14.5 |
936 | 2025-01-09T01:10:51.039Z | Downloaded parking_lot v0.12.3 |
937 | 2025-01-09T01:10:51.042Z | Downloaded idna v0.3.0 |
938 | 2025-01-09T01:10:51.050Z | Downloaded rustls-webpki v0.102.8 |
939 | 2025-01-09T01:10:51.070Z | Downloaded unicode_categories v0.1.1 |
940 | 2025-01-09T01:10:51.073Z | Downloaded expectorate v1.1.0 |
941 | 2025-01-09T01:10:51.075Z | Downloaded time v0.3.36 |
942 | 2025-01-09T01:10:51.081Z | Downloaded rustls-webpki v0.101.7 |
943 | 2025-01-09T01:10:51.097Z | Downloaded serde_with v3.11.0 |
944 | 2025-01-09T01:10:51.105Z | Downloaded num-bigint v0.4.6 |
945 | 2025-01-09T01:10:51.111Z | Downloaded regex v1.11.1 |
946 | 2025-01-09T01:10:51.125Z | Downloaded idna v0.5.0 |
947 | 2025-01-09T01:10:51.131Z | Downloaded petname v2.0.2 |
948 | 2025-01-09T01:10:51.137Z | Downloaded webpki-roots v0.26.6 |
949 | 2025-01-09T01:10:51.141Z | Downloaded p521 v0.13.3 |
950 | 2025-01-09T01:10:51.146Z | Downloaded zerocopy v0.8.10 |
951 | 2025-01-09T01:10:51.172Z | Downloaded num-bigint-dig v0.8.4 |
952 | 2025-01-09T01:10:51.176Z | Downloaded zerovec v0.10.4 |
953 | 2025-01-09T01:10:51.184Z | Downloaded openssl v0.10.66 |
954 | 2025-01-09T01:10:51.192Z | Downloaded rusqlite v0.32.1 |
955 | 2025-01-09T01:10:51.199Z | Downloaded radix_trie v0.2.1 |
956 | 2025-01-09T01:10:51.204Z | Downloaded curve25519-dalek v4.1.3 |
957 | 2025-01-09T01:10:51.213Z | Downloaded portable-atomic v1.9.0 |
958 | 2025-01-09T01:10:51.220Z | Downloaded quick-xml v0.33.0 |
959 | 2025-01-09T01:10:51.226Z | Downloaded polar-core v0.27.3 |
960 | 2025-01-09T01:10:51.235Z | Downloaded smoltcp v0.9.1 |
961 | 2025-01-09T01:10:51.247Z | Downloaded quinn-proto v0.11.8 |
962 | 2025-01-09T01:10:51.254Z | Downloaded rustls v0.21.12 |
963 | 2025-01-09T01:10:51.266Z | Downloaded hickory-proto v0.24.1 |
964 | 2025-01-09T01:10:51.281Z | Downloaded nix v0.29.0 |
965 | 2025-01-09T01:10:51.293Z | Downloaded unicode-width v0.2.0 |
966 | 2025-01-09T01:10:51.299Z | Downloaded regress v0.10.1 |
967 | 2025-01-09T01:10:51.307Z | Downloaded trust-dns-proto v0.22.0 |
968 | 2025-01-09T01:10:51.320Z | Downloaded git2 v0.19.0 |
969 | 2025-01-09T01:10:51.328Z | Downloaded object v0.30.4 |
970 | 2025-01-09T01:10:51.337Z | Downloaded vcpkg v0.2.15 |
971 | 2025-01-09T01:10:51.376Z | Downloaded p384 v0.13.0 |
972 | 2025-01-09T01:10:51.381Z | Downloaded rustls v0.23.19 |
973 | 2025-01-09T01:10:51.394Z | Downloaded rustls v0.22.4 |
974 | 2025-01-09T01:10:51.408Z | Downloaded gimli v0.31.1 |
975 | 2025-01-09T01:10:51.416Z | Downloaded regex-syntax v0.6.29 |
976 | 2025-01-09T01:10:51.423Z | Downloaded dropshot v0.13.0 |
977 | 2025-01-09T01:10:51.445Z | Downloaded dropshot v0.12.0 |
978 | 2025-01-09T01:10:51.465Z | Downloaded object v0.36.5 |
979 | 2025-01-09T01:10:51.476Z | Downloaded regress v0.9.1 |
980 | 2025-01-09T01:10:51.488Z | Downloaded bstr v1.10.0 |
981 | 2025-01-09T01:10:51.496Z | Downloaded regex-syntax v0.8.5 |
982 | 2025-01-09T01:10:51.505Z | Downloaded openapiv3 v2.0.0 |
983 | 2025-01-09T01:10:51.519Z | Downloaded diesel v2.2.6 |
984 | 2025-01-09T01:10:51.540Z | Downloaded ratatui v0.28.1 |
985 | 2025-01-09T01:10:51.561Z | Downloaded chrono-tz v0.10.0 |
986 | 2025-01-09T01:10:51.569Z | Downloaded smoltcp v0.11.0 |
987 | 2025-01-09T01:10:51.584Z | Downloaded nix v0.28.0 |
988 | 2025-01-09T01:10:51.597Z | Downloaded typify-impl v0.2.0 |
989 | 2025-01-09T01:10:51.615Z | Downloaded nix v0.27.1 |
990 | 2025-01-09T01:10:51.627Z | Downloaded sled v0.34.7 |
991 | 2025-01-09T01:10:51.638Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
992 | 2025-01-09T01:10:51.651Z | Downloaded salty v0.3.0 |
993 | 2025-01-09T01:10:51.659Z | Downloaded proptest v1.5.0 |
994 | 2025-01-09T01:10:51.671Z | Downloaded reqwest v0.12.9 |
995 | 2025-01-09T01:10:51.679Z | Downloaded lzma-sys v0.1.20 |
996 | 2025-01-09T01:10:51.710Z | Downloaded zerocopy-derive v0.6.6 |
997 | 2025-01-09T01:10:51.720Z | Downloaded idna v0.4.0 |
998 | 2025-01-09T01:10:51.727Z | Downloaded regex-automata v0.4.8 |
999 | 2025-01-09T01:10:51.746Z | Downloaded libz-sys v1.1.20 |
1000 | 2025-01-09T01:10:51.767Z | Downloaded idna v0.2.3 |
1001 | 2025-01-09T01:10:51.775Z | Downloaded qorb v0.2.1 |
1002 | 2025-01-09T01:10:51.779Z | Downloaded bindgen v0.69.5 |
1003 | 2025-01-09T01:10:51.787Z | Downloaded pin-project-internal v1.1.6 |
1004 | 2025-01-09T01:10:51.789Z | Downloaded petgraph v0.6.5 |
1005 | 2025-01-09T01:10:51.807Z | Downloaded tokio v1.40.0 |
1006 | 2025-01-09T01:10:51.847Z | Downloaded des v0.8.1 |
1007 | 2025-01-09T01:10:51.850Z | Downloaded sha3 v0.10.8 |
1008 | 2025-01-09T01:10:51.854Z | Downloaded serde_yaml v0.9.34+deprecated |
1009 | 2025-01-09T01:10:51.858Z | Downloaded russh v0.45.0 |
1010 | 2025-01-09T01:10:51.864Z | Downloaded csv v1.3.0 |
1011 | 2025-01-09T01:10:51.885Z | Downloaded futures-util v0.3.31 |
1012 | 2025-01-09T01:10:51.896Z | Downloaded bitvec v1.0.1 |
1013 | 2025-01-09T01:10:51.911Z | Downloaded winnow v0.5.40 |
1014 | 2025-01-09T01:10:51.919Z | Downloaded chrono v0.4.38 |
1015 | 2025-01-09T01:10:51.928Z | Downloaded slog-scope v4.4.0 |
1016 | 2025-01-09T01:10:51.931Z | Downloaded nu-ansi-term v0.50.1 |
1017 | 2025-01-09T01:10:51.933Z | Downloaded rand_core v0.6.4 |
1018 | 2025-01-09T01:10:51.933Z | Downloaded tokio-tungstenite v0.23.1 |
1019 | 2025-01-09T01:10:51.936Z | Downloaded unicode-segmentation v1.12.0 |
1020 | 2025-01-09T01:10:51.938Z | Downloaded mio v1.0.2 |
1021 | 2025-01-09T01:10:51.944Z | Downloaded x509-cert v0.2.5 |
1022 | 2025-01-09T01:10:51.950Z | Downloaded reedline v0.35.0 |
1023 | 2025-01-09T01:10:51.957Z | Downloaded steno v0.4.1 |
1024 | 2025-01-09T01:10:51.962Z | Downloaded sqlparser v0.45.0 |
1025 | 2025-01-09T01:10:51.967Z | Downloaded diesel-dtrace v0.4.2 |
1026 | 2025-01-09T01:10:51.970Z | Downloaded slab v0.4.9 |
1027 | 2025-01-09T01:10:51.972Z | Downloaded time-macros v0.2.18 |
1028 | 2025-01-09T01:10:51.972Z | Downloaded pin-project-lite v0.2.14 |
1029 | 2025-01-09T01:10:51.976Z | Downloaded value-bag v1.9.0 |
1030 | 2025-01-09T01:10:51.979Z | Downloaded vte v0.11.1 |
1031 | 2025-01-09T01:10:51.982Z | Downloaded openssl-sys v0.9.103 |
1032 | 2025-01-09T01:10:51.987Z | Downloaded similar v2.6.0 |
1033 | 2025-01-09T01:10:51.991Z | Downloaded env_filter v0.1.2 |
1034 | 2025-01-09T01:10:51.993Z | Downloaded aws-lc-rs v1.10.0 |
1035 | 2025-01-09T01:10:52.002Z | Downloaded futures v0.3.31 |
1036 | 2025-01-09T01:10:52.007Z | Downloaded owo-colors v4.1.0 |
1037 | 2025-01-09T01:10:52.010Z | Downloaded vsss-rs v3.3.4 |
1038 | 2025-01-09T01:10:52.012Z | Downloaded flume v0.11.1 |
1039 | 2025-01-09T01:10:52.016Z | Downloaded slog-term v2.9.1 |
1040 | 2025-01-09T01:10:52.018Z | Downloaded phf_generator v0.11.2 |
1041 | 2025-01-09T01:10:52.021Z | Downloaded phf_codegen v0.11.2 |
1042 | 2025-01-09T01:10:52.021Z | Downloaded half v2.4.1 |
1043 | 2025-01-09T01:10:52.024Z | Downloaded diff v0.1.13 |
1044 | 2025-01-09T01:10:52.027Z | Downloaded schemars v0.8.21 |
1045 | 2025-01-09T01:10:52.039Z | Downloaded unicode-normalization v0.1.24 |
1046 | 2025-01-09T01:10:52.042Z | Downloaded writeable v0.5.5 |
1047 | 2025-01-09T01:10:52.045Z | Downloaded encoding_rs v0.8.34 |
1048 | 2025-01-09T01:10:52.066Z | Downloaded rayon-core v1.12.1 |
1049 | 2025-01-09T01:10:52.069Z | Downloaded num-traits v0.2.19 |
1050 | 2025-01-09T01:10:52.072Z | Downloaded crossterm v0.28.1 |
1051 | 2025-01-09T01:10:52.078Z | Downloaded tokio-tungstenite v0.24.0 |
1052 | 2025-01-09T01:10:52.080Z | Downloaded pem-rfc7468 v0.7.0 |
1053 | 2025-01-09T01:10:52.083Z | Downloaded derive_more v0.99.18 |
1054 | 2025-01-09T01:10:52.086Z | Downloaded tungstenite v0.24.0 |
1055 | 2025-01-09T01:10:52.090Z | Downloaded tungstenite v0.23.0 |
1056 | 2025-01-09T01:10:52.093Z | Downloaded tungstenite v0.21.0 |
1057 | 2025-01-09T01:10:52.096Z | Downloaded hkdf v0.12.4 |
1058 | 2025-01-09T01:10:52.099Z | Downloaded num-rational v0.4.2 |
1059 | 2025-01-09T01:10:52.101Z | Downloaded dirs-next v2.0.0 |
1060 | 2025-01-09T01:10:52.101Z | Downloaded zopfli v0.8.1 |
1061 | 2025-01-09T01:10:52.104Z | Downloaded hyper v1.5.0 |
1062 | 2025-01-09T01:10:52.110Z | Downloaded zerocopy v0.6.6 |
1063 | 2025-01-09T01:10:52.112Z | Downloaded postgres-protocol v0.6.7 |
1064 | 2025-01-09T01:10:52.116Z | Downloaded phf_shared v0.11.2 |
1065 | 2025-01-09T01:10:52.116Z | Downloaded idna v1.0.3 |
1066 | 2025-01-09T01:10:52.120Z | Downloaded headers v0.4.0 |
1067 | 2025-01-09T01:10:52.125Z | Downloaded defmt-macros v0.3.9 |
1068 | 2025-01-09T01:10:52.128Z | Downloaded wait-timeout v0.2.0 |
1069 | 2025-01-09T01:10:52.132Z | Downloaded wyz v0.5.1 |
1070 | 2025-01-09T01:10:52.132Z | Downloaded itertools v0.12.1 |
1071 | 2025-01-09T01:10:52.138Z | Downloaded rustc_version v0.4.1 |
1072 | 2025-01-09T01:10:52.141Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1073 | 2025-01-09T01:10:52.196Z | Downloaded rand_xorshift v0.3.0 |
1074 | 2025-01-09T01:10:52.199Z | Downloaded progenitor v0.8.0 |
1075 | 2025-01-09T01:10:52.199Z | Downloaded smallvec v1.13.2 |
1076 | 2025-01-09T01:10:52.201Z | Downloaded signal-hook-registry v1.4.2 |
1077 | 2025-01-09T01:10:52.204Z | Downloaded foldhash v0.1.3 |
1078 | 2025-01-09T01:10:52.204Z | Downloaded mockall v0.13.0 |
1079 | 2025-01-09T01:10:52.204Z | Downloaded snafu-derive v0.8.5 |
1080 | 2025-01-09T01:10:52.208Z | Downloaded smallvec v0.6.14 |
1081 | 2025-01-09T01:10:52.208Z | Downloaded tokio-postgres v0.7.12 |
1082 | 2025-01-09T01:10:52.211Z | Downloaded unicode-properties v0.1.3 |
1083 | 2025-01-09T01:10:52.213Z | Downloaded zerovec-derive v0.10.3 |
1084 | 2025-01-09T01:10:52.215Z | Downloaded tinyvec v1.8.0 |
1085 | 2025-01-09T01:10:52.218Z | Downloaded pin-utils v0.1.0 |
1086 | 2025-01-09T01:10:52.221Z | Downloaded itertools v0.10.5 |
1087 | 2025-01-09T01:10:52.225Z | Downloaded const_format v0.2.33 |
1088 | 2025-01-09T01:10:52.231Z | Downloaded unsafe-libyaml v0.2.11 |
1089 | 2025-01-09T01:10:52.233Z | Downloaded phf v0.11.2 |
1090 | 2025-01-09T01:10:52.236Z | Downloaded packed_struct v0.10.1 |
1091 | 2025-01-09T01:10:52.236Z | Downloaded displaydoc v0.2.5 |
1092 | 2025-01-09T01:10:52.238Z | Downloaded postgres-types v0.2.8 |
1093 | 2025-01-09T01:10:52.241Z | Downloaded zip v0.6.6 |
1094 | 2025-01-09T01:10:52.244Z | Downloaded compact_str v0.8.0 |
1095 | 2025-01-09T01:10:52.248Z | Downloaded aho-corasick v1.1.3 |
1096 | 2025-01-09T01:10:52.253Z | Downloaded derive_builder v0.20.2 |
1097 | 2025-01-09T01:10:52.258Z | Downloaded icu_properties v1.5.1 |
1098 | 2025-01-09T01:10:52.260Z | Downloaded dropshot_endpoint v0.13.0 |
1099 | 2025-01-09T01:10:52.263Z | Downloaded password-hash v0.5.0 |
1100 | 2025-01-09T01:10:52.266Z | Downloaded utf16_iter v1.0.5 |
1101 | 2025-01-09T01:10:52.266Z | Downloaded parking_lot_core v0.8.6 |
1102 | 2025-01-09T01:10:52.271Z | Downloaded tui-tree-widget v0.22.0 |
1103 | 2025-01-09T01:10:52.271Z | Downloaded tls_codec_derive v0.4.1 |
1104 | 2025-01-09T01:10:52.273Z | Downloaded tls_codec v0.4.1 |
1105 | 2025-01-09T01:10:52.273Z | Downloaded parking_lot_core v0.9.10 |
1106 | 2025-01-09T01:10:52.276Z | Downloaded const-oid v0.9.6 |
1107 | 2025-01-09T01:10:52.278Z | Downloaded base64 v0.21.7 |
1108 | 2025-01-09T01:10:52.281Z | Downloaded base64 v0.22.1 |
1109 | 2025-01-09T01:10:52.284Z | Downloaded slog-json v2.6.1 |
1110 | 2025-01-09T01:10:52.287Z | Downloaded siphasher v0.3.11 |
1111 | 2025-01-09T01:10:52.289Z | Downloaded signal-hook-tokio v0.3.1 |
1112 | 2025-01-09T01:10:52.289Z | Downloaded serde-hex v0.1.0 |
1113 | 2025-01-09T01:10:52.292Z | Downloaded derive_builder_core v0.20.2 |
1114 | 2025-01-09T01:10:52.294Z | Downloaded der_derive v0.7.3 |
1115 | 2025-01-09T01:10:52.294Z | Downloaded base64 v0.13.1 |
1116 | 2025-01-09T01:10:52.297Z | Downloaded crossbeam-epoch v0.9.18 |
1117 | 2025-01-09T01:10:52.300Z | Downloaded ppv-lite86 v0.2.20 |
1118 | 2025-01-09T01:10:52.303Z | Downloaded powerfmt v0.2.0 |
1119 | 2025-01-09T01:10:52.303Z | Downloaded parse-display v0.10.0 |
1120 | 2025-01-09T01:10:52.303Z | Downloaded yasna v0.5.2 |
1121 | 2025-01-09T01:10:52.306Z | Downloaded tokio-rustls v0.25.0 |
1122 | 2025-01-09T01:10:52.308Z | Downloaded test-strategy v0.3.1 |
1123 | 2025-01-09T01:10:52.311Z | Downloaded ahash v0.8.11 |
1124 | 2025-01-09T01:10:52.313Z | Downloaded derive_builder_macro v0.20.2 |
1125 | 2025-01-09T01:10:52.316Z | Downloaded ref-cast v1.0.23 |
1126 | 2025-01-09T01:10:52.319Z | Downloaded parse-display-derive v0.10.0 |
1127 | 2025-01-09T01:10:52.319Z | Downloaded nibble_vec v0.1.0 |
1128 | 2025-01-09T01:10:52.322Z | Downloaded yoke v0.7.4 |
1129 | 2025-01-09T01:10:52.322Z | Downloaded cookie v0.18.1 |
1130 | 2025-01-09T01:10:52.325Z | Downloaded bytes v1.8.0 |
1131 | 2025-01-09T01:10:52.329Z | Downloaded backtrace v0.3.74 |
1132 | 2025-01-09T01:10:52.334Z | Downloaded crossbeam-utils v0.8.20 |
1133 | 2025-01-09T01:10:52.337Z | Downloaded clang-sys v1.8.1 |
1134 | 2025-01-09T01:10:52.342Z | Downloaded chacha20poly1305 v0.10.1 |
1135 | 2025-01-09T01:10:52.344Z | Downloaded arc-swap v1.7.1 |
1136 | 2025-01-09T01:10:52.347Z | Downloaded futures-sink v0.3.31 |
1137 | 2025-01-09T01:10:52.349Z | Downloaded tokio-native-tls v0.3.1 |
1138 | 2025-01-09T01:10:52.349Z | Downloaded tokio-rustls v0.24.1 |
1139 | 2025-01-09T01:10:52.352Z | Downloaded crossbeam-deque v0.8.5 |
1140 | 2025-01-09T01:10:52.354Z | Downloaded console v0.15.8 |
1141 | 2025-01-09T01:10:52.357Z | Downloaded slog-async v2.8.0 |
1142 | 2025-01-09T01:10:52.357Z | Downloaded allocator-api2 v0.2.18 |
1143 | 2025-01-09T01:10:52.360Z | Downloaded bzip2 v0.4.4 |
1144 | 2025-01-09T01:10:52.362Z | Downloaded async-bb8-diesel v0.2.1 |
1145 | 2025-01-09T01:10:52.366Z | Downloaded adler2 v2.0.0 |
1146 | 2025-01-09T01:10:52.366Z | Downloaded aead v0.5.2 |
1147 | 2025-01-09T01:10:52.369Z | Downloaded schemars_derive v0.8.21 |
1148 | 2025-01-09T01:10:52.369Z | Downloaded indexmap v1.9.3 |
1149 | 2025-01-09T01:10:52.371Z | Downloaded cbc v0.1.2 |
1150 | 2025-01-09T01:10:52.374Z | Downloaded cassowary v0.3.0 |
1151 | 2025-01-09T01:10:52.374Z | Downloaded blowfish v0.9.1 |
1152 | 2025-01-09T01:10:52.376Z | Downloaded atomic-waker v1.1.2 |
1153 | 2025-01-09T01:10:52.376Z | Downloaded arrayvec v0.7.6 |
1154 | 2025-01-09T01:10:52.379Z | Downloaded darling v0.20.10 |
1155 | 2025-01-09T01:10:52.382Z | Downloaded icu_provider v1.5.0 |
1156 | 2025-01-09T01:10:52.385Z | Downloaded icu_normalizer v1.5.0 |
1157 | 2025-01-09T01:10:52.388Z | Downloaded hmac v0.12.1 |
1158 | 2025-01-09T01:10:52.391Z | Downloaded cexpr v0.6.0 |
1159 | 2025-01-09T01:10:52.393Z | Downloaded block-padding v0.3.3 |
1160 | 2025-01-09T01:10:52.393Z | Downloaded bcrypt-pbkdf v0.10.0 |
1161 | 2025-01-09T01:10:52.396Z | Downloaded chrono-tz-build v0.4.0 |
1162 | 2025-01-09T01:10:52.396Z | Downloaded argon2 v0.5.3 |
1163 | 2025-01-09T01:10:52.399Z | Downloaded async-recursion v1.1.1 |
1164 | 2025-01-09T01:10:52.401Z | Downloaded libloading v0.8.5 |
1165 | 2025-01-09T01:10:52.404Z | Downloaded libefi-sys v0.1.0 |
1166 | 2025-01-09T01:10:52.404Z | Downloaded jobserver v0.1.32 |
1167 | 2025-01-09T01:10:52.406Z | Downloaded cstr-argument v0.1.2 |
1168 | 2025-01-09T01:10:52.406Z | Downloaded ciborium-io v0.2.2 |
1169 | 2025-01-09T01:10:52.406Z | Downloaded assert_matches v1.5.0 |
1170 | 2025-01-09T01:10:52.409Z | Downloaded array-init v0.0.4 |
1171 | 2025-01-09T01:10:52.546Z | Downloaded ring v0.17.8 |
1172 | 2025-01-09T01:10:52.671Z | Downloaded libsqlite3-sys v0.30.1 |
1173 | 2025-01-09T01:10:52.874Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2025-01-09T01:10:53.184Z | Compiling serde v1.0.215 |
1175 | 2025-01-09T01:10:53.187Z | Compiling lock_api v0.4.12 |
1176 | 2025-01-09T01:10:53.187Z | Compiling scopeguard v1.2.0 |
1177 | 2025-01-09T01:10:53.187Z | Compiling value-bag v1.9.0 |
1178 | 2025-01-09T01:10:53.187Z | Compiling typenum v1.17.0 |
1179 | 2025-01-09T01:10:53.187Z | Compiling generic-array v0.14.7 |
1180 | 2025-01-09T01:10:53.384Z | Compiling syn v2.0.87 |
1181 | 2025-01-09T01:10:53.401Z | Compiling getrandom v0.2.15 |
1182 | 2025-01-09T01:10:53.534Z | Compiling shlex v1.3.0 |
1183 | 2025-01-09T01:10:53.664Z | Compiling rand_core v0.6.4 |
1184 | 2025-01-09T01:10:53.867Z | Compiling log v0.4.22 |
1185 | 2025-01-09T01:10:53.887Z | Compiling subtle v2.6.1 |
1186 | 2025-01-09T01:10:53.938Z | Compiling jobserver v0.1.32 |
1187 | 2025-01-09T01:10:53.984Z | Compiling smallvec v1.13.2 |
1188 | 2025-01-09T01:10:54.181Z | Compiling const-oid v0.9.6 |
1189 | 2025-01-09T01:10:54.201Z | Compiling spin v0.9.8 |
1190 | 2025-01-09T01:10:54.218Z | Compiling pin-project-lite v0.2.14 |
1191 | 2025-01-09T01:10:54.338Z | Compiling cc v1.1.30 |
1192 | 2025-01-09T01:10:54.385Z | Compiling rustix v0.38.37 |
1193 | 2025-01-09T01:10:54.584Z | Compiling parking_lot_core v0.9.10 |
1194 | 2025-01-09T01:10:54.713Z | Compiling futures-core v0.3.31 |
1195 | 2025-01-09T01:10:54.860Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2025-01-09T01:10:54.948Z | Compiling mio v1.0.2 |
1197 | 2025-01-09T01:10:55.281Z | Compiling aho-corasick v1.1.3 |
1198 | 2025-01-09T01:10:55.686Z | Compiling parking_lot v0.12.3 |
1199 | 2025-01-09T01:10:55.689Z | Compiling regex-syntax v0.8.5 |
1200 | 2025-01-09T01:10:56.205Z | Compiling cpufeatures v0.2.14 |
1201 | 2025-01-09T01:10:56.208Z | Compiling either v1.13.0 |
1202 | 2025-01-09T01:10:56.245Z | Compiling lazy_static v1.5.0 |
1203 | 2025-01-09T01:10:56.308Z | Compiling stable_deref_trait v1.2.0 |
1204 | 2025-01-09T01:10:56.366Z | Compiling glob v0.3.1 |
1205 | 2025-01-09T01:10:56.423Z | Compiling futures-sink v0.3.31 |
1206 | 2025-01-09T01:10:56.586Z | Compiling socket2 v0.5.7 |
1207 | 2025-01-09T01:10:56.667Z | Compiling slab v0.4.9 |
1208 | 2025-01-09T01:10:56.782Z | Compiling prettyplease v0.2.25 |
1209 | 2025-01-09T01:10:57.114Z | Compiling serde_json v1.0.133 |
1210 | 2025-01-09T01:10:57.166Z | Compiling minimal-lexical v0.2.1 |
1211 | 2025-01-09T01:10:57.432Z | Compiling clang-sys v1.8.1 |
1212 | 2025-01-09T01:10:57.596Z | Compiling nom v7.1.3 |
1213 | 2025-01-09T01:10:57.690Z | Compiling libloading v0.8.5 |
1214 | 2025-01-09T01:10:57.799Z | Compiling bindgen v0.69.5 |
1215 | 2025-01-09T01:10:58.112Z | Compiling home v0.5.9 |
1216 | 2025-01-09T01:10:58.402Z | Compiling itertools v0.12.1 |
1217 | 2025-01-09T01:10:58.663Z | Compiling futures-channel v0.3.31 |
1218 | 2025-01-09T01:10:58.861Z | Compiling allocator-api2 v0.2.18 |
1219 | 2025-01-09T01:10:59.076Z | Compiling pin-utils v0.1.0 |
1220 | 2025-01-09T01:10:59.177Z | Compiling futures-task v0.3.31 |
1221 | 2025-01-09T01:10:59.477Z | Compiling libm v0.2.8 |
1222 | 2025-01-09T01:10:59.681Z | Compiling regex-automata v0.4.8 |
1223 | 2025-01-09T01:10:59.812Z | Compiling futures-io v0.3.31 |
1224 | 2025-01-09T01:11:00.148Z | Compiling lazycell v1.3.0 |
1225 | 2025-01-09T01:11:00.321Z | Compiling foldhash v0.1.3 |
1226 | 2025-01-09T01:11:00.626Z | Compiling rustc-hash v1.1.0 |
1227 | 2025-01-09T01:11:00.780Z | Compiling hashbrown v0.15.1 |
1228 | 2025-01-09T01:11:01.052Z | Compiling synstructure v0.13.1 |
1229 | 2025-01-09T01:11:01.408Z | Compiling cexpr v0.6.0 |
1230 | 2025-01-09T01:11:02.214Z | Compiling cmake v0.1.51 |
1231 | 2025-01-09T01:11:02.749Z | Compiling num-traits v0.2.19 |
1232 | 2025-01-09T01:11:02.798Z | Compiling fs_extra v1.3.0 |
1233 | 2025-01-09T01:11:03.029Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2025-01-09T01:11:03.126Z | Compiling dunce v1.0.5 |
1235 | 2025-01-09T01:11:03.223Z | Compiling pkg-config v0.3.31 |
1236 | 2025-01-09T01:11:03.247Z | Compiling tinyvec v1.8.0 |
1237 | 2025-01-09T01:11:03.487Z | Compiling ring v0.17.8 |
1238 | 2025-01-09T01:11:04.717Z | Compiling unicode-normalization v0.1.24 |
1239 | 2025-01-09T01:11:04.736Z | Compiling paste v1.0.15 |
1240 | 2025-01-09T01:11:04.759Z | Compiling litemap v0.7.3 |
1241 | 2025-01-09T01:11:04.776Z | Compiling unicode-bidi v0.3.17 |
1242 | 2025-01-09T01:11:05.150Z | Compiling base64ct v1.6.0 |
1243 | 2025-01-09T01:11:05.226Z | Compiling regex v1.11.1 |
1244 | 2025-01-09T01:11:05.751Z | Compiling writeable v0.5.5 |
1245 | 2025-01-09T01:11:05.821Z | Compiling pem-rfc7468 v0.7.0 |
1246 | 2025-01-09T01:11:06.342Z | Compiling httparse v1.9.5 |
1247 | 2025-01-09T01:11:06.345Z | Compiling aws-lc-rs v1.10.0 |
1248 | 2025-01-09T01:11:06.595Z | Compiling flagset v0.4.6 |
1249 | 2025-01-09T01:11:06.803Z | Compiling tracing-core v0.1.32 |
1250 | 2025-01-09T01:11:06.820Z | Compiling percent-encoding v2.3.1 |
1251 | 2025-01-09T01:11:07.133Z | Compiling crossbeam-utils v0.8.20 |
1252 | 2025-01-09T01:11:07.184Z | Compiling icu_locid_transform_data v1.5.0 |
1253 | 2025-01-09T01:11:07.285Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2025-01-09T01:11:07.923Z | Compiling vcpkg v0.2.15 |
1255 | 2025-01-09T01:11:08.016Z | Compiling serde_derive v1.0.215 |
1256 | 2025-01-09T01:11:08.166Z | Compiling zeroize_derive v1.4.2 |
1257 | 2025-01-09T01:11:08.354Z | Compiling zerocopy-derive v0.7.35 |
1258 | 2025-01-09T01:11:08.497Z | Compiling tokio-macros v2.4.0 |
1259 | 2025-01-09T01:11:09.724Z | Compiling zeroize v1.8.1 |
1260 | 2025-01-09T01:11:09.952Z | Compiling zerofrom-derive v0.1.4 |
1261 | 2025-01-09T01:11:10.125Z | Compiling thiserror-impl v1.0.69 |
1262 | 2025-01-09T01:11:10.427Z | Compiling yoke-derive v0.7.4 |
1263 | 2025-01-09T01:11:10.599Z | Compiling zerocopy v0.7.35 |
1264 | 2025-01-09T01:11:11.540Z | Compiling crypto-common v0.1.6 |
1265 | 2025-01-09T01:11:11.772Z | Compiling block-buffer v0.10.4 |
1266 | 2025-01-09T01:11:12.036Z | Compiling digest v0.10.7 |
1267 | 2025-01-09T01:11:12.089Z | Compiling futures-macro v0.3.31 |
1268 | 2025-01-09T01:11:12.166Z | Compiling zerovec-derive v0.10.3 |
1269 | 2025-01-09T01:11:12.523Z | Compiling hmac v0.12.1 |
1270 | 2025-01-09T01:11:12.640Z | Compiling block-padding v0.3.3 |
1271 | 2025-01-09T01:11:12.774Z | Compiling displaydoc v0.2.5 |
1272 | 2025-01-09T01:11:12.901Z | Compiling inout v0.1.3 |
1273 | 2025-01-09T01:11:13.187Z | Compiling cipher v0.4.4 |
1274 | 2025-01-09T01:11:13.607Z | Compiling thiserror v1.0.69 |
1275 | 2025-01-09T01:11:13.627Z | Compiling sha2 v0.10.8 |
1276 | 2025-01-09T01:11:13.707Z | Compiling ppv-lite86 v0.2.20 |
1277 | 2025-01-09T01:11:13.744Z | Compiling der_derive v0.7.3 |
1278 | 2025-01-09T01:11:14.012Z | Compiling zerofrom v0.1.4 |
1279 | 2025-01-09T01:11:14.048Z | Compiling futures-util v0.3.31 |
1280 | 2025-01-09T01:11:14.249Z | Compiling yoke v0.7.4 |
1281 | 2025-01-09T01:11:14.494Z | Compiling icu_provider_macros v1.5.0 |
1282 | 2025-01-09T01:11:14.566Z | Compiling rand_chacha v0.3.1 |
1283 | 2025-01-09T01:11:14.616Z | Compiling tracing-attributes v0.1.27 |
1284 | 2025-01-09T01:11:14.930Z | Compiling zerovec v0.10.4 |
1285 | 2025-01-09T01:11:15.669Z | Compiling rand v0.8.5 |
1286 | 2025-01-09T01:11:16.317Z | Compiling der v0.7.9 |
1287 | 2025-01-09T01:11:16.997Z | Compiling tinystr v0.7.6 |
1288 | 2025-01-09T01:11:17.269Z | Compiling icu_collections v1.5.0 |
1289 | 2025-01-09T01:11:17.303Z | Compiling pest v2.7.14 |
1290 | 2025-01-09T01:11:17.432Z | Compiling icu_locid v1.5.0 |
1291 | 2025-01-09T01:11:17.875Z | Compiling salsa20 v0.10.2 |
1292 | 2025-01-09T01:11:18.096Z | Compiling pbkdf2 v0.12.2 |
1293 | 2025-01-09T01:11:18.275Z | Compiling untrusted v0.7.1 |
1294 | 2025-01-09T01:11:18.458Z | Compiling spki v0.7.3 |
1295 | 2025-01-09T01:11:18.567Z | Compiling tracing v0.1.40 |
1296 | 2025-01-09T01:11:18.729Z | Compiling icu_provider v1.5.0 |
1297 | 2025-01-09T01:11:18.825Z | Compiling time-core v0.1.2 |
1298 | 2025-01-09T01:11:19.000Z | Compiling num-conv v0.1.0 |
1299 | 2025-01-09T01:11:19.102Z | Compiling icu_properties_data v1.5.0 |
1300 | 2025-01-09T01:11:19.308Z | Compiling powerfmt v0.2.0 |
1301 | 2025-01-09T01:11:19.361Z | Compiling mirai-annotations v1.12.0 |
1302 | 2025-01-09T01:11:19.562Z | Compiling icu_locid_transform v1.5.0 |
1303 | 2025-01-09T01:11:19.624Z | Compiling untrusted v0.9.0 |
1304 | 2025-01-09T01:11:19.701Z | Compiling deranged v0.3.11 |
1305 | 2025-01-09T01:11:19.818Z | Compiling time-macros v0.2.18 |
1306 | 2025-01-09T01:11:19.852Z | Compiling pest_meta v2.7.14 |
1307 | 2025-01-09T01:11:20.225Z | Compiling scrypt v0.11.0 |
1308 | 2025-01-09T01:11:20.378Z | Compiling aes v0.8.4 |
1309 | 2025-01-09T01:11:20.795Z | Compiling icu_properties v1.5.1 |
1310 | 2025-01-09T01:11:21.631Z | Compiling cbc v0.1.2 |
1311 | 2025-01-09T01:11:21.865Z | Compiling openssl-sys v0.9.103 |
1312 | 2025-01-09T01:11:22.240Z | Compiling bitflags v2.6.0 |
1313 | 2025-01-09T01:11:22.516Z | Compiling bytes v1.8.0 |
1314 | 2025-01-09T01:11:23.150Z | Compiling indexmap v2.6.0 |
1315 | 2025-01-09T01:11:23.227Z | Compiling semver v1.0.23 |
1316 | 2025-01-09T01:11:23.567Z | Compiling tokio v1.40.0 |
1317 | 2025-01-09T01:11:23.837Z | Compiling http v1.1.0 |
1318 | 2025-01-09T01:11:23.993Z | Compiling rustc_version v0.4.1 |
1319 | 2025-01-09T01:11:24.618Z | Compiling scroll_derive v0.12.0 |
1320 | 2025-01-09T01:11:25.019Z | Compiling utf8_iter v1.0.4 |
1321 | 2025-01-09T01:11:25.269Z | Compiling utf16_iter v1.0.5 |
1322 | 2025-01-09T01:11:25.476Z | Compiling icu_normalizer_data v1.5.0 |
1323 | 2025-01-09T01:11:25.584Z | Compiling write16 v1.0.0 |
1324 | 2025-01-09T01:11:25.718Z | Compiling atomic-waker v1.1.2 |
1325 | 2025-01-09T01:11:25.781Z | Compiling num_threads v0.1.7 |
1326 | 2025-01-09T01:11:25.937Z | Compiling time v0.3.36 |
1327 | 2025-01-09T01:11:25.940Z | Compiling icu_normalizer v1.5.0 |
1328 | 2025-01-09T01:11:26.065Z | Compiling scroll v0.12.0 |
1329 | 2025-01-09T01:11:26.085Z | Compiling http-body v1.0.1 |
1330 | 2025-01-09T01:11:26.320Z | Compiling pkcs5 v0.7.1 |
1331 | 2025-01-09T01:11:26.340Z | Compiling pest_generator v2.7.14 |
1332 | 2025-01-09T01:11:26.343Z | Compiling form_urlencoded v1.2.1 |
1333 | 2025-01-09T01:11:26.602Z | Compiling try-lock v0.2.5 |
1334 | 2025-01-09T01:11:26.680Z | Compiling which v4.4.2 |
1335 | 2025-01-09T01:11:26.747Z | Compiling slog v2.7.0 |
1336 | 2025-01-09T01:11:27.292Z | Compiling goblin v0.8.2 |
1337 | 2025-01-09T01:11:27.592Z | Compiling pkcs8 v0.10.2 |
1338 | 2025-01-09T01:11:27.983Z | Compiling idna_adapter v1.2.0 |
1339 | 2025-01-09T01:11:28.099Z | Compiling want v0.3.1 |
1340 | 2025-01-09T01:11:28.193Z | Compiling uuid v1.11.0 |
1341 | 2025-01-09T01:11:28.306Z | Compiling httpdate v1.0.3 |
1342 | 2025-01-09T01:11:28.374Z | Compiling iana-time-zone v0.1.61 |
1343 | 2025-01-09T01:11:28.398Z | Compiling pest_derive v2.7.14 |
1344 | 2025-01-09T01:11:28.758Z | Compiling chrono v0.4.38 |
1345 | 2025-01-09T01:11:28.818Z | Compiling idna v1.0.3 |
1346 | 2025-01-09T01:11:29.220Z | Compiling dtrace-parser v0.2.0 |
1347 | 2025-01-09T01:11:30.461Z | Compiling serde_spanned v0.6.8 |
1348 | 2025-01-09T01:11:30.680Z | Compiling serde_tokenstream v0.2.2 |
1349 | 2025-01-09T01:11:30.699Z | Compiling toml_datetime v0.6.8 |
1350 | 2025-01-09T01:11:31.200Z | Compiling match_cfg v0.1.0 |
1351 | 2025-01-09T01:11:31.260Z | Compiling base64 v0.22.1 |
1352 | 2025-01-09T01:11:31.302Z | Compiling foreign-types-shared v0.1.1 |
1353 | 2025-01-09T01:11:31.322Z | Compiling openssl v0.10.66 |
1354 | 2025-01-09T01:11:31.415Z | Compiling rustversion v1.0.17 |
1355 | 2025-01-09T01:11:31.482Z | Compiling adler2 v2.0.0 |
1356 | 2025-01-09T01:11:31.692Z | Compiling tower-service v0.3.3 |
1357 | 2025-01-09T01:11:31.756Z | Compiling miniz_oxide v0.8.0 |
1358 | 2025-01-09T01:11:31.817Z | Compiling foreign-types v0.3.2 |
1359 | 2025-01-09T01:11:31.914Z | Compiling tokio-util v0.7.12 |
1360 | 2025-01-09T01:11:32.011Z | Compiling hostname v0.3.1 |
1361 | 2025-01-09T01:11:32.201Z | Compiling url v2.5.3 |
1362 | 2025-01-09T01:11:32.591Z | Compiling openssl-macros v0.1.1 |
1363 | 2025-01-09T01:11:33.314Z | Compiling h2 v0.4.6 |
1364 | 2025-01-09T01:11:33.358Z | Compiling dof v0.3.0 |
1365 | 2025-01-09T01:11:33.379Z | Compiling async-trait v0.1.83 |
1366 | 2025-01-09T01:11:33.684Z | Compiling serde_derive_internals v0.29.1 |
1367 | 2025-01-09T01:11:34.204Z | Compiling usdt-impl v0.5.0 |
1368 | 2025-01-09T01:11:35.566Z | Compiling dirs-sys-next v0.1.2 |
1369 | 2025-01-09T01:11:35.785Z | Compiling syn v1.0.109 |
1370 | 2025-01-09T01:11:36.212Z | Compiling rustls v0.22.4 |
1371 | 2025-01-09T01:11:36.249Z | Compiling schemars v0.8.21 |
1372 | 2025-01-09T01:11:36.445Z | Compiling native-tls v0.2.12 |
1373 | 2025-01-09T01:11:36.473Z | Compiling rustls v0.23.19 |
1374 | 2025-01-09T01:11:36.493Z | Compiling data-encoding v2.6.0 |
1375 | 2025-01-09T01:11:36.576Z | Compiling siphasher v0.3.11 |
1376 | 2025-01-09T01:11:36.747Z | Compiling schemars_derive v0.8.21 |
1377 | 2025-01-09T01:11:36.894Z | Compiling dirs-next v2.0.0 |
1378 | 2025-01-09T01:11:37.742Z | Compiling http-body-util v0.1.2 |
1379 | 2025-01-09T01:11:38.291Z | Compiling crossbeam-epoch v0.9.18 |
1380 | 2025-01-09T01:11:38.513Z | Compiling heapless v0.7.17 |
1381 | 2025-01-09T01:11:38.933Z | Compiling signature v2.2.0 |
1382 | 2025-01-09T01:11:38.951Z | Compiling sha1 v0.10.6 |
1383 | 2025-01-09T01:11:39.048Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1384 | 2025-01-09T01:11:39.237Z | Compiling thread_local v1.1.8 |
1385 | 2025-01-09T01:11:39.257Z | Compiling encoding_rs v0.8.34 |
1386 | 2025-01-09T01:11:39.385Z | Compiling cookie v0.18.1 |
1387 | 2025-01-09T01:11:39.549Z | Compiling multer v3.1.0 |
1388 | 2025-01-09T01:11:39.677Z | Compiling rayon-core v1.12.1 |
1389 | 2025-01-09T01:11:39.796Z | Compiling slog-async v2.8.0 |
1390 | 2025-01-09T01:11:39.824Z | Compiling dyn-clone v1.0.17 |
1391 | 2025-01-09T01:11:39.930Z | Compiling gimli v0.31.1 |
1392 | 2025-01-09T01:11:40.032Z | Compiling signal-hook v0.3.17 |
1393 | 2025-01-09T01:11:40.062Z | Compiling openssl-probe v0.1.5 |
1394 | 2025-01-09T01:11:40.294Z | Compiling hyper v1.5.0 |
1395 | 2025-01-09T01:11:40.315Z | Compiling unicode-properties v0.1.3 |
1396 | 2025-01-09T01:11:40.430Z | Compiling mime v0.3.17 |
1397 | 2025-01-09T01:11:40.697Z | Compiling ipnet v2.10.1 |
1398 | 2025-01-09T01:11:41.022Z | Compiling toml_edit v0.22.22 |
1399 | 2025-01-09T01:11:42.046Z | Compiling stringprep v0.1.5 |
1400 | 2025-01-09T01:11:43.326Z | Compiling hyper-util v0.1.10 |
1401 | 2025-01-09T01:11:44.470Z | Compiling addr2line v0.24.2 |
1402 | 2025-01-09T01:11:45.196Z | Compiling crossbeam-deque v0.8.5 |
1403 | 2025-01-09T01:11:45.240Z | Compiling usdt-attr-macro v0.5.0 |
1404 | 2025-01-09T01:11:45.499Z | Compiling usdt-macro v0.5.0 |
1405 | 2025-01-09T01:11:45.700Z | Compiling term v0.7.0 |
1406 | 2025-01-09T01:11:46.431Z | Compiling slog-json v2.6.1 |
1407 | 2025-01-09T01:11:46.821Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2025-01-09T01:11:46.899Z | Compiling crossbeam-channel v0.5.13 |
1409 | 2025-01-09T01:11:46.956Z | Compiling curve25519-dalek v4.1.3 |
1410 | 2025-01-09T01:11:47.228Z | Compiling futures-executor v0.3.31 |
1411 | 2025-01-09T01:11:47.347Z | Compiling md-5 v0.10.6 |
1412 | 2025-01-09T01:11:47.562Z | Compiling enum-as-inner v0.6.1 |
1413 | 2025-01-09T01:11:47.597Z | Compiling async-stream-impl v0.3.6 |
1414 | 2025-01-09T01:11:47.735Z | Compiling rustls-pemfile v2.2.0 |
1415 | 2025-01-09T01:11:47.805Z | Compiling num-integer v0.1.46 |
1416 | 2025-01-09T01:11:48.010Z | Compiling idna v0.3.0 |
1417 | 2025-01-09T01:11:48.059Z | Compiling idna v0.4.0 |
1418 | 2025-01-09T01:11:48.619Z | Compiling hash32 v0.2.1 |
1419 | 2025-01-09T01:11:48.667Z | Compiling ff v0.13.0 |
1420 | 2025-01-09T01:11:48.900Z | Compiling is-terminal v0.4.13 |
1421 | 2025-01-09T01:11:48.978Z | Compiling dropshot v0.12.0 |
1422 | 2025-01-09T01:11:49.013Z | Compiling object v0.36.5 |
1423 | 2025-01-09T01:11:49.034Z | Compiling rustc-demangle v0.1.24 |
1424 | 2025-01-09T01:11:49.259Z | Compiling linked-hash-map v0.5.6 |
1425 | 2025-01-09T01:11:49.313Z | Compiling smoltcp v0.9.1 |
1426 | 2025-01-09T01:11:49.641Z | Compiling base16ct v0.2.0 |
1427 | 2025-01-09T01:11:49.641Z | Compiling fallible-iterator v0.2.0 |
1428 | 2025-01-09T01:11:49.754Z | Compiling take_mut v0.2.2 |
1429 | 2025-01-09T01:11:49.904Z | Compiling quick-error v1.2.3 |
1430 | 2025-01-09T01:11:49.958Z | Compiling anyhow v1.0.93 |
1431 | 2025-01-09T01:11:49.978Z | Compiling psl-types v2.0.11 |
1432 | 2025-01-09T01:11:50.027Z | Compiling portable-atomic v1.9.0 |
1433 | 2025-01-09T01:11:50.051Z | Compiling num-bigint-dig v0.8.4 |
1434 | 2025-01-09T01:11:50.170Z | Compiling utf-8 v0.7.6 |
1435 | 2025-01-09T01:11:50.367Z | Compiling tungstenite v0.24.0 |
1436 | 2025-01-09T01:11:50.393Z | Compiling postgres-protocol v0.6.7 |
1437 | 2025-01-09T01:11:50.487Z | Compiling publicsuffix v2.2.3 |
1438 | 2025-01-09T01:11:50.770Z | Compiling resolv-conf v0.7.0 |
1439 | 2025-01-09T01:11:51.167Z | Compiling sec1 v0.7.3 |
1440 | 2025-01-09T01:11:51.591Z | Compiling lru-cache v0.1.2 |
1441 | 2025-01-09T01:11:51.799Z | Compiling async-stream v0.3.6 |
1442 | 2025-01-09T01:11:51.827Z | Compiling slog-term v2.9.1 |
1443 | 2025-01-09T01:11:51.853Z | Compiling hickory-proto v0.24.1 |
1444 | 2025-01-09T01:11:52.084Z | Compiling usdt v0.5.0 |
1445 | 2025-01-09T01:11:52.573Z | Compiling group v0.13.0 |
1446 | 2025-01-09T01:11:52.772Z | Compiling num-iter v0.1.45 |
1447 | 2025-01-09T01:11:52.949Z | Compiling futures v0.3.31 |
1448 | 2025-01-09T01:11:53.009Z | Compiling slog-bunyan v2.5.0 |
1449 | 2025-01-09T01:11:53.411Z | Compiling toml v0.8.19 |
1450 | 2025-01-09T01:11:54.342Z | Compiling tokio-native-tls v0.3.1 |
1451 | 2025-01-09T01:11:54.626Z | Compiling camino v1.1.9 |
1452 | 2025-01-09T01:11:54.887Z | Compiling phf_shared v0.11.2 |
1453 | 2025-01-09T01:11:55.224Z | Compiling dropshot_endpoint v0.12.0 |
1454 | 2025-01-09T01:11:55.273Z | Compiling terminal_size v0.4.0 |
1455 | 2025-01-09T01:11:55.380Z | Compiling waitgroup v0.1.2 |
1456 | 2025-01-09T01:11:55.502Z | Compiling openapiv3 v2.0.0 |
1457 | 2025-01-09T01:11:55.589Z | Compiling serde_path_to_error v0.1.16 |
1458 | 2025-01-09T01:11:55.609Z | Compiling hkdf v0.12.4 |
1459 | 2025-01-09T01:11:55.880Z | Compiling crypto-bigint v0.5.5 |
1460 | 2025-01-09T01:11:56.477Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-09T01:11:57.173Z | Compiling zerocopy-derive v0.6.6 |
1462 | 2025-01-09T01:11:59.490Z | Compiling curve25519-dalek-derive v0.1.1 |
1463 | 2025-01-09T01:11:59.941Z | Compiling webpki-roots v0.26.6 |
1464 | 2025-01-09T01:12:00.077Z | Compiling idna v0.5.0 |
1465 | 2025-01-09T01:12:00.157Z | Compiling hostname v0.4.0 |
1466 | 2025-01-09T01:12:00.211Z | Compiling ahash v0.8.11 |
1467 | 2025-01-09T01:12:00.417Z | Compiling fs-err v2.11.0 |
1468 | 2025-01-09T01:12:00.438Z | Compiling hubpack_derive v0.1.1 |
1469 | 2025-01-09T01:12:00.550Z | Compiling crc32fast v1.4.2 |
1470 | 2025-01-09T01:12:00.718Z | Compiling managed v0.8.0 |
1471 | 2025-01-09T01:12:00.926Z | Compiling newtype-uuid v1.1.3 |
1472 | 2025-01-09T01:12:01.060Z | Compiling winnow v0.5.40 |
1473 | 2025-01-09T01:12:01.193Z | Compiling debug-ignore v1.0.5 |
1474 | 2025-01-09T01:12:01.215Z | Compiling bitflags v1.3.2 |
1475 | 2025-01-09T01:12:01.350Z | Compiling hubpack v0.1.2 |
1476 | 2025-01-09T01:12:01.762Z | Compiling cookie_store v0.21.0 |
1477 | 2025-01-09T01:12:01.850Z | Compiling console v0.15.8 |
1478 | 2025-01-09T01:12:02.100Z | Compiling clap_builder v4.5.21 |
1479 | 2025-01-09T01:12:02.331Z | Compiling strum_macros v0.25.3 |
1480 | 2025-01-09T01:12:03.407Z | Compiling flate2 v1.0.34 |
1481 | 2025-01-09T01:12:03.585Z | Compiling zerocopy v0.6.6 |
1482 | 2025-01-09T01:12:03.627Z | Compiling elliptic-curve v0.13.8 |
1483 | 2025-01-09T01:12:04.416Z | Compiling hickory-resolver v0.24.1 |
1484 | 2025-01-09T01:12:04.491Z | Compiling toml_edit v0.19.15 |
1485 | 2025-01-09T01:12:04.900Z | Compiling phf v0.11.2 |
1486 | 2025-01-09T01:12:05.206Z | Compiling signal-hook-mio v0.2.4 |
1487 | 2025-01-09T01:12:05.348Z | Compiling hyper-tls v0.6.0 |
1488 | 2025-01-09T01:12:05.378Z | Compiling rayon v1.10.0 |
1489 | 2025-01-09T01:12:05.776Z | Compiling bzip2 v0.4.4 |
1490 | 2025-01-09T01:12:06.565Z | Compiling tokio-tungstenite v0.24.0 |
1491 | 2025-01-09T01:12:07.107Z | Compiling postgres-types v0.2.8 |
1492 | 2025-01-09T01:12:09.378Z | Compiling ed25519 v2.2.3 |
1493 | 2025-01-09T01:12:10.035Z | Compiling phf_shared v0.10.0 |
1494 | 2025-01-09T01:12:10.294Z | Compiling tokio-stream v0.1.16 |
1495 | 2025-01-09T01:12:10.453Z | Compiling pkcs1 v0.7.5 |
1496 | 2025-01-09T01:12:11.249Z | Compiling serde-big-array v0.5.1 |
1497 | 2025-01-09T01:12:11.317Z | Compiling rfc6979 v0.4.0 |
1498 | 2025-01-09T01:12:11.399Z | Compiling serde_repr v0.1.19 |
1499 | 2025-01-09T01:12:11.484Z | Compiling derive-where v1.2.7 |
1500 | 2025-01-09T01:12:11.504Z | Compiling clap_derive v4.5.18 |
1501 | 2025-01-09T01:12:11.525Z | Compiling float-cmp v0.9.0 |
1502 | 2025-01-09T01:12:11.747Z | Compiling bstr v1.10.0 |
1503 | 2025-01-09T01:12:11.771Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-01-09T01:12:11.928Z | Compiling static_assertions v1.1.0 |
1505 | 2025-01-09T01:12:12.037Z | Compiling unicode-width v0.2.0 |
1506 | 2025-01-09T01:12:12.580Z | Compiling whoami v1.5.2 |
1507 | 2025-01-09T01:12:12.601Z | Compiling normalize-line-endings v0.3.0 |
1508 | 2025-01-09T01:12:12.734Z | Compiling precomputed-hash v0.1.1 |
1509 | 2025-01-09T01:12:12.758Z | Compiling new_debug_unreachable v1.0.6 |
1510 | 2025-01-09T01:12:12.858Z | Compiling bit-vec v0.6.3 |
1511 | 2025-01-09T01:12:12.899Z | Compiling predicates-core v1.0.8 |
1512 | 2025-01-09T01:12:13.202Z | Compiling fixedbitset v0.4.2 |
1513 | 2025-01-09T01:12:13.274Z | Compiling unicode-segmentation v1.12.0 |
1514 | 2025-01-09T01:12:13.340Z | Compiling difflib v0.4.0 |
1515 | 2025-01-09T01:12:13.507Z | Compiling number_prefix v0.4.0 |
1516 | 2025-01-09T01:12:13.652Z | Compiling petgraph v0.6.5 |
1517 | 2025-01-09T01:12:13.727Z | Compiling predicates v3.1.2 |
1518 | 2025-01-09T01:12:14.182Z | Compiling similar v2.6.0 |
1519 | 2025-01-09T01:12:14.978Z | Compiling indicatif v0.17.9 |
1520 | 2025-01-09T01:12:15.095Z | Compiling bit-set v0.5.3 |
1521 | 2025-01-09T01:12:15.374Z | Compiling tokio-postgres v0.7.12 |
1522 | 2025-01-09T01:12:15.450Z | Compiling string_cache v0.8.7 |
1523 | 2025-01-09T01:12:15.963Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1524 | 2025-01-09T01:12:16.605Z | Compiling clap v4.5.21 |
1525 | 2025-01-09T01:12:16.667Z | Compiling ecdsa v0.16.9 |
1526 | 2025-01-09T01:12:16.729Z | Compiling rsa v0.9.6 |
1527 | 2025-01-09T01:12:17.311Z | Compiling ed25519-dalek v2.1.1 |
1528 | 2025-01-09T01:12:17.511Z | Compiling toml v0.7.8 |
1529 | 2025-01-09T01:12:17.734Z | Compiling zip v0.6.6 |
1530 | 2025-01-09T01:12:18.668Z | Compiling crossterm v0.28.1 |
1531 | 2025-01-09T01:12:20.127Z | Compiling hex v0.4.3 |
1532 | 2025-01-09T01:12:20.179Z | Compiling x509-cert v0.2.5 |
1533 | 2025-01-09T01:12:20.754Z | Compiling itertools v0.10.5 |
1534 | 2025-01-09T01:12:20.803Z | Compiling peg-runtime v0.8.3 |
1535 | 2025-01-09T01:12:21.262Z | Compiling lalrpop-util v0.19.12 |
1536 | 2025-01-09T01:12:21.516Z | Compiling unicode-xid v0.2.6 |
1537 | 2025-01-09T01:12:21.620Z | Compiling strum_macros v0.26.4 |
1538 | 2025-01-09T01:12:21.699Z | Compiling xattr v1.3.1 |
1539 | 2025-01-09T01:12:21.968Z | Compiling filetime v0.2.25 |
1540 | 2025-01-09T01:12:22.299Z | Compiling tar v0.4.42 |
1541 | 2025-01-09T01:12:26.766Z | Compiling strum v0.26.3 |
1542 | 2025-01-09T01:12:29.148Z | Compiling aws-lc-sys v0.22.0 |
1543 | 2025-01-09T01:12:57.474Z | Compiling rustls-webpki v0.102.8 |
1544 | 2025-01-09T01:13:00.828Z | Compiling tokio-rustls v0.25.0 |
1545 | 2025-01-09T01:13:02.469Z | Compiling tokio-rustls v0.26.0 |
1546 | 2025-01-09T01:13:02.813Z | Compiling hyper-rustls v0.27.3 |
1547 | 2025-01-09T01:13:03.176Z | Compiling reqwest v0.12.9 |
1548 | 2025-01-09T01:13:04.333Z | Compiling qorb v0.2.1 |
1549 | 2025-01-09T01:13:09.323Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1550 | 2025-01-09T01:13:09.559Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1551 | 2025-01-09T01:13:15.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1552 | 2025-01-09T01:13:15.509Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1553 | 2025-01-09T01:13:15.560Z | Jan 09 01:13:14.365 INFO Starting download, target: Clickhouse |
1554 | 2025-01-09T01:13:15.560Z | Jan 09 01:13:14.366 INFO Starting download, target: Console |
1555 | 2025-01-09T01:13:15.560Z | Jan 09 01:13:14.366 INFO Starting download, target: Cockroach |
1556 | 2025-01-09T01:13:15.560Z | Jan 09 01:13:14.366 INFO Starting download, target: DendriteOpenapi |
1557 | 2025-01-09T01:13:15.560Z | Jan 09 01:13:14.366 INFO Starting download, target: DendriteStub |
1558 | 2025-01-09T01:13:15.560Z | Jan 09 01:13:14.366 INFO Starting download, target: MaghemiteMgd |
1559 | 2025-01-09T01:13:15.564Z | Jan 09 01:13:14.366 INFO Starting download, target: TransceiverControl |
1560 | 2025-01-09T01:13:15.564Z | Jan 09 01:13:14.366 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1561 | 2025-01-09T01:13:15.564Z | Jan 09 01:13:14.366 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1562 | 2025-01-09T01:13:15.564Z | Jan 09 01:13:14.366 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1563 | 2025-01-09T01:13:15.564Z | Jan 09 01:13:14.366 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1564 | 2025-01-09T01:13:15.564Z | Jan 09 01:13:14.366 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1565 | 2025-01-09T01:13:15.564Z | Jan 09 01:13:14.367 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1566 | 2025-01-09T01:13:15.564Z | Jan 09 01:13:14.367 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1567 | 2025-01-09T01:13:15.757Z | Jan 09 01:13:14.555 INFO Download complete, target: DendriteOpenapi |
1568 | 2025-01-09T01:13:15.875Z | Jan 09 01:13:14.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1569 | 2025-01-09T01:13:16.067Z | Jan 09 01:13:14.852 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1570 | 2025-01-09T01:13:16.400Z | Jan 09 01:13:15.181 INFO Download complete, target: Console |
1571 | 2025-01-09T01:13:16.485Z | Jan 09 01:13:15.269 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1572 | 2025-01-09T01:13:16.549Z | Jan 09 01:13:15.350 INFO Download complete, target: TransceiverControl |
1573 | 2025-01-09T01:13:16.692Z | Jan 09 01:13:15.497 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1574 | 2025-01-09T01:13:17.193Z | Jan 09 01:13:15.999 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1575 | 2025-01-09T01:13:17.193Z | Jan 09 01:13:15.999 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1576 | 2025-01-09T01:13:17.950Z | Jan 09 01:13:16.753 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1577 | 2025-01-09T01:13:19.348Z | Jan 09 01:13:18.153 INFO Download complete, target: DendriteStub |
1578 | 2025-01-09T01:13:19.622Z | Jan 09 01:13:18.427 INFO Download complete, target: MaghemiteMgd |
1579 | 2025-01-09T01:13:24.800Z | Jan 09 01:13:23.604 INFO Checking that binary works, target: Cockroach |
1580 | 2025-01-09T01:13:24.979Z | Jan 09 01:13:23.783 INFO Download complete, target: Cockroach |
1581 | 2025-01-09T01:13:30.492Z | Jan 09 01:13:29.293 INFO Checking that binary works, target: Clickhouse |
1582 | 2025-01-09T01:13:30.610Z | Jan 09 01:13:29.413 INFO Download complete, target: Clickhouse |
1583 | 2025-01-09T01:13:30.631Z | All builder prerequisites installed successfully, and PATH looks valid |
1584 | 2025-01-09T01:13:30.634Z | |
1585 | 2025-01-09T01:13:30.634Z | real 5:01.936195038 |
1586 | 2025-01-09T01:13:30.634Z | user 16:35.393066074 |
1587 | 2025-01-09T01:13:30.635Z | sys 3:15.465269599 |
1588 | 2025-01-09T01:13:30.635Z | trap 0.547674552 |
1589 | 2025-01-09T01:13:30.635Z | tflt 1.605817455 |
1590 | 2025-01-09T01:13:30.635Z | dflt 2.122769891 |
1591 | 2025-01-09T01:13:30.635Z | kflt 0.026654819 |
1592 | 2025-01-09T01:13:30.635Z | lock 30:10.724634910 |
1593 | 2025-01-09T01:13:30.635Z | slp 1:01:52.936488974 |
1594 | 2025-01-09T01:13:30.635Z | lat 59.258620175 |
1595 | 2025-01-09T01:13:30.635Z | stop 2:23.925528746 |
1596 | 2025-01-09T01:13:30.635Z | + banner clippy |
1597 | 2025-01-09T01:13:30.636Z | |
1598 | 2025-01-09T01:13:30.636Z | #### # # ##### ##### # # |
1599 | 2025-01-09T01:13:30.636Z | # # # # # # # # # # |
1600 | 2025-01-09T01:13:30.636Z | # # # # # # # # |
1601 | 2025-01-09T01:13:30.636Z | # # # ##### ##### # |
1602 | 2025-01-09T01:13:30.636Z | # # # # # # # |
1603 | 2025-01-09T01:13:30.636Z | #### ###### # # # # |
1604 | 2025-01-09T01:13:30.636Z | |
1605 | 2025-01-09T01:13:30.636Z | + export CARGO_INCREMENTAL=0 |
1606 | 2025-01-09T01:13:30.636Z | + CARGO_INCREMENTAL=0 |
1607 | 2025-01-09T01:13:30.636Z | + ptime -m cargo xtask clippy |
1608 | 2025-01-09T01:13:31.172Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1609 | 2025-01-09T01:13:34.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1610 | 2025-01-09T01:13:34.746Z | Running `target/debug/xtask clippy` |
1611 | 2025-01-09T01:13:34.771Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1612 | 2025-01-09T01:13:35.466Z | Downloading crates ... |
1613 | 2025-01-09T01:13:35.800Z | Downloaded approx v0.5.1 |
1614 | 2025-01-09T01:13:35.807Z | Downloaded async-task v4.7.1 |
1615 | 2025-01-09T01:13:35.817Z | Downloaded doc-comment v0.3.3 |
1616 | 2025-01-09T01:13:35.820Z | Downloaded target-triple v0.1.3 |
1617 | 2025-01-09T01:13:35.825Z | Downloaded plotters-svg v0.3.7 |
1618 | 2025-01-09T01:13:35.829Z | Downloaded async-object-pool v0.1.5 |
1619 | 2025-01-09T01:13:35.829Z | Downloaded guppy-workspace-hack v0.1.0 |
1620 | 2025-01-09T01:13:35.832Z | Downloaded async-signal v0.2.10 |
1621 | 2025-01-09T01:13:35.832Z | Downloaded async-executor v1.13.1 |
1622 | 2025-01-09T01:13:35.835Z | Downloaded pathdiff v0.2.2 |
1623 | 2025-01-09T01:13:35.835Z | Downloaded escape8259 v0.5.3 |
1624 | 2025-01-09T01:13:35.839Z | Downloaded nested v0.1.1 |
1625 | 2025-01-09T01:13:35.845Z | Downloaded criterion-plot v0.5.0 |
1626 | 2025-01-09T01:13:35.850Z | Downloaded blocking v1.6.1 |
1627 | 2025-01-09T01:13:35.853Z | Downloaded async-global-executor v2.4.1 |
1628 | 2025-01-09T01:13:35.853Z | Downloaded async-channel v2.3.1 |
1629 | 2025-01-09T01:13:35.853Z | Downloaded async-attributes v1.1.2 |
1630 | 2025-01-09T01:13:35.856Z | Downloaded parking v2.2.1 |
1631 | 2025-01-09T01:13:35.856Z | Downloaded relative-path v1.9.3 |
1632 | 2025-01-09T01:13:35.858Z | Downloaded num_cpus v1.16.0 |
1633 | 2025-01-09T01:13:35.877Z | Downloaded target-spec v3.2.2 |
1634 | 2025-01-09T01:13:35.880Z | Downloaded stringmetrics v2.2.2 |
1635 | 2025-01-09T01:13:35.883Z | Downloaded similar-asserts v1.6.0 |
1636 | 2025-01-09T01:13:35.883Z | Downloaded plotters-backend v0.3.7 |
1637 | 2025-01-09T01:13:35.887Z | Downloaded path-tree v0.8.1 |
1638 | 2025-01-09T01:13:35.887Z | Downloaded threadpool v1.8.1 |
1639 | 2025-01-09T01:13:35.891Z | Downloaded serde_regex v1.1.0 |
1640 | 2025-01-09T01:13:35.891Z | Downloaded proc-macro-crate v3.2.0 |
1641 | 2025-01-09T01:13:35.891Z | Downloaded oorandom v11.1.4 |
1642 | 2025-01-09T01:13:35.891Z | Downloaded assert-json-diff v2.0.2 |
1643 | 2025-01-09T01:13:35.891Z | Downloaded anes v0.1.6 |
1644 | 2025-01-09T01:13:35.895Z | Downloaded tinytemplate v1.2.1 |
1645 | 2025-01-09T01:13:35.900Z | Downloaded assert_cmd v2.0.16 |
1646 | 2025-01-09T01:13:35.900Z | Downloaded target-lexicon v0.12.16 |
1647 | 2025-01-09T01:13:35.905Z | Downloaded rust-argon2 v2.1.0 |
1648 | 2025-01-09T01:13:35.905Z | Downloaded futures-lite v2.3.0 |
1649 | 2025-01-09T01:13:35.906Z | Downloaded cast v0.3.0 |
1650 | 2025-01-09T01:13:35.909Z | Downloaded event-listener-strategy v0.5.2 |
1651 | 2025-01-09T01:13:35.909Z | Downloaded piper v0.2.4 |
1652 | 2025-01-09T01:13:35.909Z | Downloaded kv-log-macro v1.0.7 |
1653 | 2025-01-09T01:13:35.909Z | Downloaded rustls-native-certs v0.7.3 |
1654 | 2025-01-09T01:13:35.914Z | Downloaded cfg-expr v0.17.0 |
1655 | 2025-01-09T01:13:35.914Z | Downloaded partial-io v0.5.4 |
1656 | 2025-01-09T01:13:35.931Z | Downloaded rstest v0.23.0 |
1657 | 2025-01-09T01:13:35.931Z | Downloaded event-listener v5.3.1 |
1658 | 2025-01-09T01:13:35.931Z | Downloaded trybuild v1.0.101 |
1659 | 2025-01-09T01:13:35.931Z | Downloaded async-io v2.3.4 |
1660 | 2025-01-09T01:13:35.934Z | Downloaded rand_distr v0.4.3 |
1661 | 2025-01-09T01:13:35.938Z | Downloaded rstest_macros v0.23.0 |
1662 | 2025-01-09T01:13:35.939Z | Downloaded yansi v1.0.1 |
1663 | 2025-01-09T01:13:36.010Z | Downloaded fancy-regex v0.13.0 |
1664 | 2025-01-09T01:13:36.010Z | Downloaded polling v3.7.3 |
1665 | 2025-01-09T01:13:36.010Z | Downloaded pretty_assertions v1.4.1 |
1666 | 2025-01-09T01:13:36.010Z | Downloaded libtest-mimic v0.7.3 |
1667 | 2025-01-09T01:13:36.010Z | Downloaded futures-timer v3.0.3 |
1668 | 2025-01-09T01:13:36.010Z | Downloaded plotters v0.3.7 |
1669 | 2025-01-09T01:13:36.079Z | Downloaded guppy v0.17.8 |
1670 | 2025-01-09T01:13:36.079Z | Downloaded criterion v0.5.1 |
1671 | 2025-01-09T01:13:36.079Z | Downloaded async-std v1.13.0 |
1672 | 2025-01-09T01:13:36.079Z | Downloaded indoc v2.0.5 |
1673 | 2025-01-09T01:13:36.079Z | Downloaded hyper-rustls v0.26.0 |
1674 | 2025-01-09T01:13:36.079Z | Downloaded httptest v0.16.1 |
1675 | 2025-01-09T01:13:36.080Z | Downloaded blake2b_simd v1.0.2 |
1676 | 2025-01-09T01:13:36.080Z | Downloaded async-process v2.3.0 |
1677 | 2025-01-09T01:13:36.080Z | Downloaded async-lock v3.4.0 |
1678 | 2025-01-09T01:13:36.080Z | Downloaded event-listener v2.5.3 |
1679 | 2025-01-09T01:13:36.080Z | Downloaded datatest-stable v0.2.9 |
1680 | 2025-01-09T01:13:36.080Z | Downloaded concurrent-queue v2.5.0 |
1681 | 2025-01-09T01:13:36.080Z | Downloaded async-channel v1.9.0 |
1682 | 2025-01-09T01:13:36.088Z | Downloaded httpmock v0.8.0-alpha.1 |
1683 | 2025-01-09T01:13:36.870Z | Checking cfg-if v1.0.0 |
1684 | 2025-01-09T01:13:36.957Z | Checking libc v0.2.162 |
1685 | 2025-01-09T01:13:37.039Z | Checking serde v1.0.215 |
1686 | 2025-01-09T01:13:37.039Z | Checking memchr v2.7.4 |
1687 | 2025-01-09T01:13:37.102Z | Checking value-bag v1.9.0 |
1688 | 2025-01-09T01:13:37.102Z | Checking scopeguard v1.2.0 |
1689 | 2025-01-09T01:13:37.103Z | Checking zeroize v1.8.1 |
1690 | 2025-01-09T01:13:37.121Z | Checking smallvec v1.13.2 |
1691 | 2025-01-09T01:13:37.132Z | Checking itoa v1.0.11 |
1692 | 2025-01-09T01:13:37.183Z | Checking lock_api v0.4.12 |
1693 | 2025-01-09T01:13:37.326Z | Checking byteorder v1.5.0 |
1694 | 2025-01-09T01:13:37.346Z | Checking pin-project-lite v0.2.14 |
1695 | 2025-01-09T01:13:37.417Z | Checking subtle v2.6.1 |
1696 | 2025-01-09T01:13:37.440Z | Checking log v0.4.22 |
1697 | 2025-01-09T01:13:37.478Z | Checking once_cell v1.20.2 |
1698 | 2025-01-09T01:13:37.587Z | Checking typenum v1.17.0 |
1699 | 2025-01-09T01:13:37.698Z | Checking futures-core v0.3.31 |
1700 | 2025-01-09T01:13:37.728Z | Checking libm v0.2.8 |
1701 | 2025-01-09T01:13:37.770Z | Checking thiserror v1.0.69 |
1702 | 2025-01-09T01:13:37.883Z | Checking zerocopy v0.7.35 |
1703 | 2025-01-09T01:13:37.916Z | Checking ryu v1.0.18 |
1704 | 2025-01-09T01:13:37.949Z | Checking spin v0.9.8 |
1705 | 2025-01-09T01:13:37.978Z | Checking const-oid v0.9.6 |
1706 | 2025-01-09T01:13:38.112Z | Checking getrandom v0.2.15 |
1707 | 2025-01-09T01:13:38.174Z | Checking parking_lot_core v0.9.10 |
1708 | 2025-01-09T01:13:38.292Z | Checking signal-hook-registry v1.4.2 |
1709 | 2025-01-09T01:13:38.345Z | Checking rand_core v0.6.4 |
1710 | 2025-01-09T01:13:38.522Z | Checking parking_lot v0.12.3 |
1711 | 2025-01-09T01:13:38.561Z | Checking mio v1.0.2 |
1712 | 2025-01-09T01:13:38.644Z | Checking socket2 v0.5.7 |
1713 | 2025-01-09T01:13:38.652Z | Checking num-traits v0.2.19 |
1714 | 2025-01-09T01:13:38.899Z | Checking futures-io v0.3.31 |
1715 | 2025-01-09T01:13:38.926Z | Checking generic-array v0.14.7 |
1716 | 2025-01-09T01:13:39.098Z | Checking slab v0.4.9 |
1717 | 2025-01-09T01:13:39.137Z | Checking cpufeatures v0.2.14 |
1718 | 2025-01-09T01:13:39.165Z | Checking allocator-api2 v0.2.18 |
1719 | 2025-01-09T01:13:39.249Z | Checking futures-sink v0.3.31 |
1720 | 2025-01-09T01:13:39.328Z | Checking pin-utils v0.1.0 |
1721 | 2025-01-09T01:13:39.360Z | Checking foldhash v0.1.3 |
1722 | 2025-01-09T01:13:39.402Z | Checking equivalent v1.0.1 |
1723 | 2025-01-09T01:13:39.432Z | Checking futures-channel v0.3.31 |
1724 | 2025-01-09T01:13:39.564Z | Checking futures-task v0.3.31 |
1725 | 2025-01-09T01:13:39.600Z | Checking stable_deref_trait v1.2.0 |
1726 | 2025-01-09T01:13:39.719Z | Checking iana-time-zone v0.1.61 |
1727 | 2025-01-09T01:13:39.796Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1728 | 2025-01-09T01:13:39.826Z | Checking fnv v1.0.7 |
1729 | 2025-01-09T01:13:39.826Z | Checking futures-util v0.3.31 |
1730 | 2025-01-09T01:13:39.870Z | Checking ppv-lite86 v0.2.20 |
1731 | 2025-01-09T01:13:39.879Z | Checking hashbrown v0.15.1 |
1732 | 2025-01-09T01:13:39.956Z | Checking tracing-core v0.1.32 |
1733 | 2025-01-09T01:13:40.127Z | Checking errno v0.3.9 |
1734 | 2025-01-09T01:13:40.153Z | Checking crypto-common v0.1.6 |
1735 | 2025-01-09T01:13:40.318Z | Checking block-buffer v0.10.4 |
1736 | 2025-01-09T01:13:40.356Z | Checking zerofrom v0.1.4 |
1737 | 2025-01-09T01:13:40.451Z | Checking dyn-clone v1.0.17 |
1738 | 2025-01-09T01:13:40.545Z | Checking digest v0.10.7 |
1739 | 2025-01-09T01:13:40.596Z | Checking yoke v0.7.4 |
1740 | 2025-01-09T01:13:40.628Z | Checking block-padding v0.3.3 |
1741 | 2025-01-09T01:13:40.628Z | Checking tracing v0.1.40 |
1742 | 2025-01-09T01:13:40.648Z | Checking rand_chacha v0.3.1 |
1743 | 2025-01-09T01:13:40.808Z | Checking inout v0.1.3 |
1744 | 2025-01-09T01:13:40.912Z | Checking zerovec v0.10.4 |
1745 | 2025-01-09T01:13:40.951Z | Checking crossbeam-utils v0.8.20 |
1746 | 2025-01-09T01:13:40.981Z | Checking percent-encoding v2.3.1 |
1747 | 2025-01-09T01:13:41.036Z | Checking rand v0.8.5 |
1748 | 2025-01-09T01:13:41.046Z | Checking cipher v0.4.4 |
1749 | 2025-01-09T01:13:41.047Z | Checking writeable v0.5.5 |
1750 | 2025-01-09T01:13:41.184Z | Checking litemap v0.7.3 |
1751 | 2025-01-09T01:13:41.384Z | Checking tinyvec_macros v0.1.1 |
1752 | 2025-01-09T01:13:41.481Z | Checking tinyvec v1.8.0 |
1753 | 2025-01-09T01:13:41.507Z | Checking form_urlencoded v1.2.1 |
1754 | 2025-01-09T01:13:41.532Z | Checking httparse v1.9.5 |
1755 | 2025-01-09T01:13:41.648Z | Checking atomic-waker v1.1.2 |
1756 | 2025-01-09T01:13:41.714Z | Checking regex-syntax v0.8.5 |
1757 | 2025-01-09T01:13:41.787Z | Checking base64ct v1.6.0 |
1758 | 2025-01-09T01:13:41.894Z | Checking bytes v1.8.0 |
1759 | 2025-01-09T01:13:41.953Z | Checking bitflags v2.6.0 |
1760 | 2025-01-09T01:13:42.256Z | Checking serde_json v1.0.133 |
1761 | 2025-01-09T01:13:42.265Z | Checking indexmap v2.6.0 |
1762 | 2025-01-09T01:13:42.348Z | Checking chrono v0.4.38 |
1763 | 2025-01-09T01:13:42.497Z | Checking uuid v1.11.0 |
1764 | 2025-01-09T01:13:42.694Z | Checking tokio v1.40.0 |
1765 | 2025-01-09T01:13:42.755Z | Checking rustix v0.38.37 |
1766 | 2025-01-09T01:13:46.200Z | Checking http v1.1.0 |
1767 | 2025-01-09T01:13:46.256Z | Checking tinystr v0.7.6 |
1768 | 2025-01-09T01:13:46.256Z | Checking icu_locid v1.5.0 |
1769 | 2025-01-09T01:13:46.256Z | Checking icu_locid_transform_data v1.5.0 |
1770 | 2025-01-09T01:13:46.267Z | Checking unicode-normalization v0.1.24 |
1771 | 2025-01-09T01:13:46.267Z | Checking schemars v0.8.21 |
1772 | 2025-01-09T01:13:46.267Z | Checking icu_collections v1.5.0 |
1773 | 2025-01-09T01:13:46.267Z | Checking hmac v0.12.1 |
1774 | 2025-01-09T01:13:46.267Z | Checking sha2 v0.10.8 |
1775 | 2025-01-09T01:13:46.267Z | Checking icu_provider v1.5.0 |
1776 | 2025-01-09T01:13:46.267Z | Checking untrusted v0.9.0 |
1777 | 2025-01-09T01:13:46.268Z | Checking icu_properties_data v1.5.0 |
1778 | 2025-01-09T01:13:46.268Z | Checking ring v0.17.8 |
1779 | 2025-01-09T01:13:46.268Z | Checking aho-corasick v1.1.3 |
1780 | 2025-01-09T01:13:46.268Z | Checking unicode-ident v1.0.13 |
1781 | 2025-01-09T01:13:46.268Z | Checking write16 v1.0.0 |
1782 | 2025-01-09T01:13:46.268Z | Checking utf8_iter v1.0.4 |
1783 | 2025-01-09T01:13:46.268Z | Checking icu_normalizer_data v1.5.0 |
1784 | 2025-01-09T01:13:46.268Z | Checking icu_locid_transform v1.5.0 |
1785 | 2025-01-09T01:13:46.268Z | Checking unicode-bidi v0.3.17 |
1786 | 2025-01-09T01:13:46.268Z | Checking utf16_iter v1.0.5 |
1787 | 2025-01-09T01:13:46.268Z | Checking lazy_static v1.5.0 |
1788 | 2025-01-09T01:13:46.268Z | Checking powerfmt v0.2.0 |
1789 | 2025-01-09T01:13:46.268Z | Checking adler2 v2.0.0 |
1790 | 2025-01-09T01:13:46.271Z | Checking miniz_oxide v0.8.0 |
1791 | 2025-01-09T01:13:46.316Z | Checking num-conv v0.1.0 |
1792 | 2025-01-09T01:13:46.361Z | Checking deranged v0.3.11 |
1793 | 2025-01-09T01:13:46.413Z | Checking time-core v0.1.2 |
1794 | 2025-01-09T01:13:46.571Z | Checking rustls-pki-types v1.10.0 |
1795 | 2025-01-09T01:13:46.596Z | Checking num_threads v0.1.7 |
1796 | 2025-01-09T01:13:46.663Z | Checking icu_properties v1.5.1 |
1797 | 2025-01-09T01:13:46.720Z | Checking proc-macro2 v1.0.89 |
1798 | 2025-01-09T01:13:46.850Z | Checking regex-automata v0.4.8 |
1799 | 2025-01-09T01:13:46.990Z | Checking pem-rfc7468 v0.7.0 |
1800 | 2025-01-09T01:13:47.032Z | Checking http-body v1.0.1 |
1801 | 2025-01-09T01:13:47.156Z | Checking aws-lc-sys v0.22.0 |
1802 | 2025-01-09T01:13:47.239Z | Checking httpdate v1.0.3 |
1803 | 2025-01-09T01:13:47.277Z | Checking base64 v0.22.1 |
1804 | 2025-01-09T01:13:47.393Z | Checking quote v1.0.37 |
1805 | 2025-01-09T01:13:47.473Z | Checking try-lock v0.2.5 |
1806 | 2025-01-09T01:13:47.629Z | Checking mirai-annotations v1.12.0 |
1807 | 2025-01-09T01:13:47.764Z | Checking untrusted v0.7.1 |
1808 | 2025-01-09T01:13:47.791Z | Checking syn v2.0.87 |
1809 | 2025-01-09T01:13:47.819Z | Checking want v0.3.1 |
1810 | 2025-01-09T01:13:47.930Z | Checking flagset v0.4.6 |
1811 | 2025-01-09T01:13:48.014Z | Checking pbkdf2 v0.12.2 |
1812 | 2025-01-09T01:13:48.114Z | Checking time v0.3.36 |
1813 | 2025-01-09T01:13:48.151Z | Checking der v0.7.9 |
1814 | 2025-01-09T01:13:48.198Z | Checking aes v0.8.4 |
1815 | 2025-01-09T01:13:49.134Z | Checking cbc v0.1.2 |
1816 | 2025-01-09T01:13:49.338Z | Checking salsa20 v0.10.2 |
1817 | 2025-01-09T01:13:49.571Z | Checking ahash v0.8.11 |
1818 | 2025-01-09T01:13:49.643Z | Checking aws-lc-rs v1.10.0 |
1819 | 2025-01-09T01:13:49.949Z | Checking spki v0.7.3 |
1820 | 2025-01-09T01:13:49.979Z | Checking tokio-util v0.7.12 |
1821 | 2025-01-09T01:13:50.003Z | Checking icu_normalizer v1.5.0 |
1822 | 2025-01-09T01:13:50.146Z | Checking slog v2.7.0 |
1823 | 2025-01-09T01:13:50.251Z | Checking tower-service v0.3.3 |
1824 | 2025-01-09T01:13:50.385Z | Checking scrypt v0.11.0 |
1825 | 2025-01-09T01:13:50.631Z | Checking gimli v0.31.1 |
1826 | 2025-01-09T01:13:50.654Z | Checking mime v0.3.17 |
1827 | 2025-01-09T01:13:50.766Z | Checking idna_adapter v1.2.0 |
1828 | 2025-01-09T01:13:50.793Z | Checking pkcs5 v0.7.1 |
1829 | 2025-01-09T01:13:50.903Z | Checking h2 v0.4.6 |
1830 | 2025-01-09T01:13:50.962Z | Checking object v0.36.5 |
1831 | 2025-01-09T01:13:50.990Z | Checking idna v1.0.3 |
1832 | 2025-01-09T01:13:51.286Z | Checking rustc-demangle v0.1.24 |
1833 | 2025-01-09T01:13:51.430Z | Checking utf8parse v0.2.2 |
1834 | 2025-01-09T01:13:51.458Z | Checking url v2.5.3 |
1835 | 2025-01-09T01:13:51.485Z | Checking rustls-webpki v0.102.8 |
1836 | 2025-01-09T01:13:51.576Z | Checking regex v1.11.1 |
1837 | 2025-01-09T01:13:51.698Z | Checking pkcs8 v0.10.2 |
1838 | 2025-01-09T01:13:52.017Z | Checking http-body-util v0.1.2 |
1839 | 2025-01-09T01:13:52.192Z | Checking futures-executor v0.3.31 |
1840 | 2025-01-09T01:13:52.289Z | Checking toml_datetime v0.6.8 |
1841 | 2025-01-09T01:13:52.329Z | Checking serde_spanned v0.6.8 |
1842 | 2025-01-09T01:13:52.419Z | Checking data-encoding v2.6.0 |
1843 | 2025-01-09T01:13:52.477Z | Checking unicode-width v0.1.14 |
1844 | 2025-01-09T01:13:52.507Z | Checking ipnet v2.10.1 |
1845 | 2025-01-09T01:13:52.584Z | Checking futures v0.3.31 |
1846 | 2025-01-09T01:13:52.707Z | Checking rustls-pemfile v2.2.0 |
1847 | 2025-01-09T01:13:52.933Z | Checking openssl-probe v0.1.5 |
1848 | 2025-01-09T01:13:52.960Z | Checking foreign-types-shared v0.1.1 |
1849 | 2025-01-09T01:13:52.985Z | Checking anstyle v1.0.10 |
1850 | 2025-01-09T01:13:53.073Z | Checking either v1.13.0 |
1851 | 2025-01-09T01:13:53.102Z | Checking foreign-types v0.3.2 |
1852 | 2025-01-09T01:13:53.127Z | Checking semver v1.0.23 |
1853 | 2025-01-09T01:13:53.196Z | Checking serde_urlencoded v0.7.1 |
1854 | 2025-01-09T01:13:53.346Z | Checking sha1 v0.10.6 |
1855 | 2025-01-09T01:13:53.492Z | Checking openssl-sys v0.9.103 |
1856 | 2025-01-09T01:13:53.537Z | Checking encoding_rs v0.8.34 |
1857 | 2025-01-09T01:13:53.629Z | Checking rustls v0.23.19 |
1858 | 2025-01-09T01:13:53.655Z | Checking anstyle-parse v0.2.5 |
1859 | 2025-01-09T01:13:53.924Z | Checking camino v1.1.9 |
1860 | 2025-01-09T01:13:54.157Z | Checking anstyle-query v1.1.1 |
1861 | 2025-01-09T01:13:54.293Z | Checking is_terminal_polyfill v1.70.1 |
1862 | 2025-01-09T01:13:54.428Z | Checking winnow v0.6.20 |
1863 | 2025-01-09T01:13:54.475Z | Checking colorchoice v1.0.2 |
1864 | 2025-01-09T01:13:54.536Z | Checking addr2line v0.24.2 |
1865 | 2025-01-09T01:13:54.615Z | Checking anstream v0.6.15 |
1866 | 2025-01-09T01:13:54.903Z | Checking openssl v0.10.66 |
1867 | 2025-01-09T01:13:55.014Z | Checking idna v0.3.0 |
1868 | 2025-01-09T01:13:55.052Z | Checking terminal_size v0.4.0 |
1869 | 2025-01-09T01:13:55.227Z | Checking openapiv3 v2.0.0 |
1870 | 2025-01-09T01:13:55.900Z | Checking signature v2.2.0 |
1871 | 2025-01-09T01:13:55.940Z | Checking strsim v0.11.1 |
1872 | 2025-01-09T01:13:56.101Z | Checking psl-types v2.0.11 |
1873 | 2025-01-09T01:13:56.235Z | Checking clap_lex v0.7.2 |
1874 | 2025-01-09T01:13:56.289Z | Checking publicsuffix v2.2.3 |
1875 | 2025-01-09T01:13:56.502Z | Checking clap_builder v4.5.21 |
1876 | 2025-01-09T01:13:56.531Z | Checking cookie v0.18.1 |
1877 | 2025-01-09T01:13:57.029Z | Checking webpki-roots v0.26.6 |
1878 | 2025-01-09T01:13:57.084Z | Checking hyper v1.5.0 |
1879 | 2025-01-09T01:13:57.186Z | Checking backtrace v0.3.74 |
1880 | 2025-01-09T01:13:57.231Z | Checking idna v0.5.0 |
1881 | 2025-01-09T01:13:57.531Z | Checking is-terminal v0.4.13 |
1882 | 2025-01-09T01:13:57.594Z | Checking scroll v0.12.0 |
1883 | 2025-01-09T01:13:57.762Z | Checking anyhow v1.0.93 |
1884 | 2025-01-09T01:13:58.137Z | Checking plain v0.2.3 |
1885 | 2025-01-09T01:13:58.191Z | Checking ucd-trie v0.1.7 |
1886 | 2025-01-09T01:13:58.191Z | Checking cookie_store v0.21.0 |
1887 | 2025-01-09T01:13:58.300Z | Checking goblin v0.8.2 |
1888 | 2025-01-09T01:13:58.341Z | Checking pest v2.7.14 |
1889 | 2025-01-09T01:13:58.781Z | Checking sync_wrapper v1.0.1 |
1890 | 2025-01-09T01:13:58.905Z | Checking base16ct v0.2.0 |
1891 | 2025-01-09T01:13:58.933Z | Checking pretty-hex v0.4.1 |
1892 | 2025-01-09T01:13:59.107Z | Checking sec1 v0.7.3 |
1893 | 2025-01-09T01:13:59.131Z | Checking num-integer v0.1.46 |
1894 | 2025-01-09T01:13:59.164Z | Checking hyper-util v0.1.10 |
1895 | 2025-01-09T01:13:59.193Z | Checking tokio-rustls v0.26.0 |
1896 | 2025-01-09T01:13:59.485Z | Checking ff v0.13.0 |
1897 | 2025-01-09T01:13:59.605Z | Checking clap v4.5.21 |
1898 | 2025-01-09T01:13:59.632Z | Checking thread-id v4.2.2 |
1899 | 2025-01-09T01:13:59.635Z | Checking toml_edit v0.22.22 |
1900 | 2025-01-09T01:13:59.705Z | Checking group v0.13.0 |
1901 | 2025-01-09T01:13:59.733Z | Checking hkdf v0.12.4 |
1902 | 2025-01-09T01:13:59.761Z | Checking crypto-bigint v0.5.5 |
1903 | 2025-01-09T01:13:59.944Z | Checking memmap v0.7.0 |
1904 | 2025-01-09T01:13:59.976Z | Checking dirs-sys-next v0.1.2 |
1905 | 2025-01-09T01:14:00.170Z | Checking crc32fast v1.4.2 |
1906 | 2025-01-09T01:14:00.173Z | Checking bitflags v1.3.2 |
1907 | 2025-01-09T01:14:00.308Z | Checking static_assertions v1.1.0 |
1908 | 2025-01-09T01:14:00.337Z | Checking native-tls v0.2.12 |
1909 | 2025-01-09T01:14:00.409Z | Checking utf-8 v0.7.6 |
1910 | 2025-01-09T01:14:00.438Z | Checking dirs-next v2.0.0 |
1911 | 2025-01-09T01:14:00.587Z | Checking crossbeam-channel v0.5.13 |
1912 | 2025-01-09T01:14:00.614Z | Checking thread_local v1.1.8 |
1913 | 2025-01-09T01:14:00.668Z | Checking tokio-native-tls v0.3.1 |
1914 | 2025-01-09T01:14:00.768Z | Checking dtrace-parser v0.2.0 |
1915 | 2025-01-09T01:14:00.911Z | Checking unicode-segmentation v1.12.0 |
1916 | 2025-01-09T01:14:00.943Z | Checking term v0.7.0 |
1917 | 2025-01-09T01:14:01.176Z | Checking hyper-rustls v0.27.3 |
1918 | 2025-01-09T01:14:01.269Z | Checking hyper-tls v0.6.0 |
1919 | 2025-01-09T01:14:01.320Z | Checking num-iter v0.1.45 |
1920 | 2025-01-09T01:14:01.393Z | Checking crossbeam-epoch v0.9.18 |
1921 | 2025-01-09T01:14:01.508Z | Checking take_mut v0.2.2 |
1922 | 2025-01-09T01:14:01.538Z | Checking match_cfg v0.1.0 |
1923 | 2025-01-09T01:14:01.580Z | Checking reqwest v0.12.9 |
1924 | 2025-01-09T01:14:01.606Z | Checking slog-term v2.9.1 |
1925 | 2025-01-09T01:14:01.645Z | Checking hostname v0.3.1 |
1926 | 2025-01-09T01:14:01.673Z | Checking slog-async v2.8.0 |
1927 | 2025-01-09T01:14:01.783Z | Checking itertools v0.10.5 |
1928 | 2025-01-09T01:14:01.830Z | Checking bstr v1.10.0 |
1929 | 2025-01-09T01:14:01.968Z | Checking rfc6979 v0.4.0 |
1930 | 2025-01-09T01:14:02.104Z | Checking hex v0.4.3 |
1931 | 2025-01-09T01:14:02.163Z | Checking managed v0.8.0 |
1932 | 2025-01-09T01:14:02.246Z | Checking toml v0.8.19 |
1933 | 2025-01-09T01:14:02.569Z | Checking winnow v0.5.40 |
1934 | 2025-01-09T01:14:02.594Z | Checking elliptic-curve v0.13.8 |
1935 | 2025-01-09T01:14:02.622Z | Checking crossbeam-deque v0.8.5 |
1936 | 2025-01-09T01:14:02.756Z | Checking num-bigint-dig v0.8.4 |
1937 | 2025-01-09T01:14:02.922Z | Checking flate2 v1.0.34 |
1938 | 2025-01-09T01:14:02.985Z | Checking rustls v0.22.4 |
1939 | 2025-01-09T01:14:03.154Z | Checking dof v0.3.0 |
1940 | 2025-01-09T01:14:03.234Z | Checking ecdsa v0.16.9 |
1941 | 2025-01-09T01:14:03.513Z | Checking pkcs1 v0.7.5 |
1942 | 2025-01-09T01:14:03.574Z | Checking curve25519-dalek v4.1.3 |
1943 | 2025-01-09T01:14:03.750Z | Checking usdt-impl v0.5.0 |
1944 | 2025-01-09T01:14:03.936Z | Checking zerocopy v0.6.6 |
1945 | 2025-01-09T01:14:03.968Z | Checking siphasher v0.3.11 |
1946 | 2025-01-09T01:14:04.084Z | Checking rayon-core v1.12.1 |
1947 | 2025-01-09T01:14:04.281Z | Checking ed25519 v2.2.3 |
1948 | 2025-01-09T01:14:04.315Z | Checking usdt v0.5.0 |
1949 | 2025-01-09T01:14:04.612Z | Checking slog-json v2.6.1 |
1950 | 2025-01-09T01:14:04.615Z | Checking signal-hook v0.3.17 |
1951 | 2025-01-09T01:14:04.696Z | Checking quick-error v1.2.3 |
1952 | 2025-01-09T01:14:04.787Z | Checking debug-ignore v1.0.5 |
1953 | 2025-01-09T01:14:04.845Z | Checking multer v3.1.0 |
1954 | 2025-01-09T01:14:04.883Z | Checking slog-bunyan v2.5.0 |
1955 | 2025-01-09T01:14:04.931Z | Checking rsa v0.9.6 |
1956 | 2025-01-09T01:14:04.934Z | Checking x509-cert v0.2.5 |
1957 | 2025-01-09T01:14:04.980Z | Checking idna v0.4.0 |
1958 | 2025-01-09T01:14:05.056Z | Checking hubpack v0.1.2 |
1959 | 2025-01-09T01:14:05.237Z | Checking serde_path_to_error v0.1.16 |
1960 | 2025-01-09T01:14:05.363Z | Checking waitgroup v0.1.2 |
1961 | 2025-01-09T01:14:05.516Z | Checking bzip2-sys v0.1.11+1.0.8 |
1962 | 2025-01-09T01:14:05.543Z | Checking ed25519-dalek v2.1.1 |
1963 | 2025-01-09T01:14:05.571Z | Checking toml_edit v0.19.15 |
1964 | 2025-01-09T01:14:05.653Z | Checking async-stream v0.3.6 |
1965 | 2025-01-09T01:14:05.823Z | Checking hostname v0.4.0 |
1966 | 2025-01-09T01:14:05.849Z | Checking bit-vec v0.6.3 |
1967 | 2025-01-09T01:14:05.872Z | Checking hickory-proto v0.24.1 |
1968 | 2025-01-09T01:14:05.955Z | Checking bzip2 v0.4.4 |
1969 | 2025-01-09T01:14:05.958Z | Checking signal-hook-mio v0.2.4 |
1970 | 2025-01-09T01:14:05.958Z | Checking console v0.15.8 |
1971 | 2025-01-09T01:14:06.129Z | Checking hash32 v0.2.1 |
1972 | 2025-01-09T01:14:06.200Z | Checking bit-set v0.5.3 |
1973 | 2025-01-09T01:14:06.232Z | Checking linked-hash-map v0.5.6 |
1974 | 2025-01-09T01:14:06.445Z | Checking unicode-properties v0.1.3 |
1975 | 2025-01-09T01:14:06.472Z | Checking predicates-core v1.0.8 |
1976 | 2025-01-09T01:14:06.557Z | Checking lru-cache v0.1.2 |
1977 | 2025-01-09T01:14:06.582Z | Checking heapless v0.7.17 |
1978 | 2025-01-09T01:14:06.609Z | Checking crossterm v0.28.1 |
1979 | 2025-01-09T01:14:06.634Z | Checking tokio-rustls v0.25.0 |
1980 | 2025-01-09T01:14:06.659Z | Checking rayon v1.10.0 |
1981 | 2025-01-09T01:14:06.742Z | Checking phf_shared v0.11.2 |
1982 | 2025-01-09T01:14:06.806Z | Checking stringprep v0.1.5 |
1983 | 2025-01-09T01:14:07.041Z | Checking dropshot v0.12.0 |
1984 | 2025-01-09T01:14:07.070Z | Checking similar v2.6.0 |
1985 | 2025-01-09T01:14:07.097Z | Checking tokio-stream v0.1.16 |
1986 | 2025-01-09T01:14:07.624Z | Checking newtype-uuid v1.1.3 |
1987 | 2025-01-09T01:14:07.883Z | Checking md-5 v0.10.6 |
1988 | 2025-01-09T01:14:07.943Z | Checking float-cmp v0.9.0 |
1989 | 2025-01-09T01:14:07.984Z | Checking toml v0.7.8 |
1990 | 2025-01-09T01:14:08.018Z | Checking difflib v0.4.0 |
1991 | 2025-01-09T01:14:08.098Z | Checking fallible-iterator v0.2.0 |
1992 | 2025-01-09T01:14:08.141Z | Checking fixedbitset v0.4.2 |
1993 | 2025-01-09T01:14:08.353Z | Checking normalize-line-endings v0.3.0 |
1994 | 2025-01-09T01:14:08.432Z | Checking petgraph v0.6.5 |
1995 | 2025-01-09T01:14:08.485Z | Checking predicates v3.1.2 |
1996 | 2025-01-09T01:14:08.540Z | Checking smoltcp v0.9.1 |
1997 | 2025-01-09T01:14:08.727Z | Checking postgres-protocol v0.6.7 |
1998 | 2025-01-09T01:14:08.732Z | Checking phf v0.11.2 |
1999 | 2025-01-09T01:14:09.021Z | Checking zip v0.6.6 |
2000 | 2025-01-09T01:14:09.165Z | Checking resolv-conf v0.7.0 |
2001 | 2025-01-09T01:14:09.456Z | Checking phf_shared v0.10.0 |
2002 | 2025-01-09T01:14:09.558Z | Checking tungstenite v0.24.0 |
2003 | 2025-01-09T01:14:09.725Z | Checking fs-err v2.11.0 |
2004 | 2025-01-09T01:14:09.771Z | Checking serde-big-array v0.5.1 |
2005 | 2025-01-09T01:14:10.016Z | Checking portable-atomic v1.9.0 |
2006 | 2025-01-09T01:14:10.119Z | Checking unicode-width v0.2.0 |
2007 | 2025-01-09T01:14:10.287Z | Checking lalrpop-util v0.19.12 |
2008 | 2025-01-09T01:14:10.520Z | Checking minimal-lexical v0.2.1 |
2009 | 2025-01-09T01:14:10.568Z | Checking number_prefix v0.4.0 |
2010 | 2025-01-09T01:14:10.595Z | Checking new_debug_unreachable v1.0.6 |
2011 | 2025-01-09T01:14:10.599Z | Checking precomputed-hash v0.1.1 |
2012 | 2025-01-09T01:14:10.645Z | Checking hickory-resolver v0.24.1 |
2013 | 2025-01-09T01:14:10.694Z | Checking tokio-tungstenite v0.24.0 |
2014 | 2025-01-09T01:14:10.743Z | Checking string_cache v0.8.7 |
2015 | 2025-01-09T01:14:10.746Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2016 | 2025-01-09T01:14:10.792Z | Checking postgres-types v0.2.8 |
2017 | 2025-01-09T01:14:10.888Z | Checking nom v7.1.3 |
2018 | 2025-01-09T01:14:11.029Z | Checking itertools v0.12.1 |
2019 | 2025-01-09T01:14:11.058Z | Checking indicatif v0.17.9 |
2020 | 2025-01-09T01:14:11.167Z | Checking peg-runtime v0.8.3 |
2021 | 2025-01-09T01:14:11.412Z | Checking whoami v1.5.2 |
2022 | 2025-01-09T01:14:11.658Z | Compiling hashbrown v0.14.5 |
2023 | 2025-01-09T01:14:11.740Z | Checking tokio-postgres v0.7.12 |
2024 | 2025-01-09T01:14:11.817Z | Compiling ident_case v1.0.1 |
2025 | 2025-01-09T01:14:11.920Z | Compiling unsafe-libyaml v0.2.11 |
2026 | 2025-01-09T01:14:12.024Z | Compiling darling_core v0.20.10 |
2027 | 2025-01-09T01:14:12.221Z | Checking qorb v0.2.1 |
2028 | 2025-01-09T01:14:13.036Z | Compiling regress v0.10.1 |
2029 | 2025-01-09T01:14:13.723Z | Compiling serde_yaml v0.9.34+deprecated |
2030 | 2025-01-09T01:14:13.949Z | Checking heck v0.5.0 |
2031 | 2025-01-09T01:14:14.160Z | Checking progenitor-client v0.8.0 |
2032 | 2025-01-09T01:14:14.548Z | Checking fastrand v2.1.1 |
2033 | 2025-01-09T01:14:14.779Z | Checking ipnetwork v0.20.0 |
2034 | 2025-01-09T01:14:14.822Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2035 | 2025-01-09T01:14:14.894Z | Compiling structmeta-derive v0.3.0 |
2036 | 2025-01-09T01:14:15.158Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2037 | 2025-01-09T01:14:15.530Z | Checking strum v0.26.3 |
2038 | 2025-01-09T01:14:15.695Z | Compiling dropshot v0.13.0 |
2039 | 2025-01-09T01:14:16.066Z | Checking macaddr v1.0.1 |
2040 | 2025-01-09T01:14:16.092Z | Compiling dropshot_endpoint v0.13.0 |
2041 | 2025-01-09T01:14:16.376Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2025-01-09T01:14:16.403Z | Checking tempfile v3.13.0 |
2043 | 2025-01-09T01:14:16.789Z | Compiling typify-impl v0.2.0 |
2044 | 2025-01-09T01:14:17.193Z | Checking instant v0.1.13 |
2045 | 2025-01-09T01:14:17.326Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2046 | 2025-01-09T01:14:17.932Z | Compiling structmeta v0.3.0 |
2047 | 2025-01-09T01:14:17.935Z | Checking regress v0.9.1 |
2048 | 2025-01-09T01:14:18.031Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2049 | 2025-01-09T01:14:18.092Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2050 | 2025-01-09T01:14:18.381Z | Compiling parse-display-derive v0.10.0 |
2051 | 2025-01-09T01:14:18.539Z | Checking backoff v0.4.0 |
2052 | 2025-01-09T01:14:18.804Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2025-01-09T01:14:18.860Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2054 | 2025-01-09T01:14:18.960Z | Checking wait-timeout v0.2.0 |
2055 | 2025-01-09T01:14:19.025Z | Checking rand_xorshift v0.3.0 |
2056 | 2025-01-09T01:14:19.057Z | Compiling darling_macro v0.20.10 |
2057 | 2025-01-09T01:14:19.140Z | Checking rusty-fork v0.3.0 |
2058 | 2025-01-09T01:14:19.216Z | Checking unarray v0.1.4 |
2059 | 2025-01-09T01:14:19.380Z | Compiling structmeta-derive v0.2.0 |
2060 | 2025-01-09T01:14:19.446Z | Checking proptest v1.5.0 |
2061 | 2025-01-09T01:14:20.055Z | Compiling darling v0.20.10 |
2062 | 2025-01-09T01:14:20.190Z | Compiling serde_with_macros v3.11.0 |
2063 | 2025-01-09T01:14:21.011Z | Checking camino-tempfile v1.1.1 |
2064 | 2025-01-09T01:14:21.310Z | Compiling proc-macro-error v1.0.4 |
2065 | 2025-01-09T01:14:21.445Z | Compiling proc-macro-crate v1.3.1 |
2066 | 2025-01-09T01:14:22.042Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2067 | 2025-01-09T01:14:22.429Z | Compiling structmeta v0.2.0 |
2068 | 2025-01-09T01:14:22.432Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2069 | 2025-01-09T01:14:22.581Z | Compiling num_enum_derive v0.5.11 |
2070 | 2025-01-09T01:14:22.769Z | Compiling foreign-types-macros v0.2.3 |
2071 | 2025-01-09T01:14:22.868Z | Compiling test-strategy v0.3.1 |
2072 | 2025-01-09T01:14:23.052Z | Checking parse-display v0.10.0 |
2073 | 2025-01-09T01:14:23.107Z | Checking serde_with v3.11.0 |
2074 | 2025-01-09T01:14:23.295Z | Checking foreign-types-shared v0.3.1 |
2075 | 2025-01-09T01:14:23.755Z | Checking tabwriter v1.4.0 |
2076 | 2025-01-09T01:14:24.007Z | Checking cstr-argument v0.1.2 |
2077 | 2025-01-09T01:14:24.050Z | Checking foreign-types v0.5.0 |
2078 | 2025-01-09T01:14:24.174Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2079 | 2025-01-09T01:14:24.205Z | Checking pretty-hex v0.2.1 |
2080 | 2025-01-09T01:14:24.233Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2081 | 2025-01-09T01:14:24.371Z | Checking colored v2.1.0 |
2082 | 2025-01-09T01:14:24.587Z | Checking smf v0.2.3 |
2083 | 2025-01-09T01:14:24.720Z | Checking itertools v0.13.0 |
2084 | 2025-01-09T01:14:24.906Z | Checking base64 v0.21.7 |
2085 | 2025-01-09T01:14:25.066Z | Compiling crucible-workspace-hack v0.1.0 |
2086 | 2025-01-09T01:14:25.092Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2087 | 2025-01-09T01:14:25.123Z | Checking num_enum v0.5.11 |
2088 | 2025-01-09T01:14:25.263Z | Compiling zerocopy v0.8.10 |
2089 | 2025-01-09T01:14:25.290Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2090 | 2025-01-09T01:14:25.402Z | Checking atomicwrites v0.4.4 |
2091 | 2025-01-09T01:14:25.584Z | Compiling zerocopy-derive v0.8.10 |
2092 | 2025-01-09T01:14:25.621Z | Compiling heapless v0.8.0 |
2093 | 2025-01-09T01:14:26.195Z | Checking termtree v0.4.1 |
2094 | 2025-01-09T01:14:26.403Z | Checking predicates-tree v1.0.11 |
2095 | 2025-01-09T01:14:26.524Z | Checking hash32 v0.3.1 |
2096 | 2025-01-09T01:14:26.558Z | Compiling smoltcp v0.11.0 |
2097 | 2025-01-09T01:14:26.631Z | Checking cobs v0.2.3 |
2098 | 2025-01-09T01:14:26.830Z | Checking postcard v1.0.10 |
2099 | 2025-01-09T01:14:26.856Z | Checking sigpipe v0.1.3 |
2100 | 2025-01-09T01:14:26.968Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2101 | 2025-01-09T01:14:27.278Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2102 | 2025-01-09T01:14:27.372Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2103 | 2025-01-09T01:14:27.393Z | Compiling mockall_derive v0.13.0 |
2104 | 2025-01-09T01:14:27.420Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2105 | 2025-01-09T01:14:27.444Z | Compiling thiserror v2.0.3 |
2106 | 2025-01-09T01:14:27.701Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2107 | 2025-01-09T01:14:27.782Z | Compiling thiserror-impl v2.0.3 |
2108 | 2025-01-09T01:14:28.010Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2109 | 2025-01-09T01:14:28.411Z | Compiling zone_cfg_derive v0.3.0 |
2110 | 2025-01-09T01:14:28.654Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2111 | 2025-01-09T01:14:29.989Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2112 | 2025-01-09T01:14:30.284Z | Compiling num-derive v0.4.2 |
2113 | 2025-01-09T01:14:30.370Z | Checking downcast v0.11.0 |
2114 | 2025-01-09T01:14:30.582Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2115 | 2025-01-09T01:14:30.768Z | Checking fragile v2.0.0 |
2116 | 2025-01-09T01:14:30.903Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2117 | 2025-01-09T01:14:31.041Z | Checking zone v0.3.0 |
2118 | 2025-01-09T01:14:31.157Z | Compiling convert_case v0.4.0 |
2119 | 2025-01-09T01:14:31.731Z | Checking tungstenite v0.21.0 |
2120 | 2025-01-09T01:14:31.756Z | Checking newline-converter v0.3.0 |
2121 | 2025-01-09T01:14:31.803Z | Checking same-file v1.0.6 |
2122 | 2025-01-09T01:14:31.919Z | Checking expectorate v1.1.0 |
2123 | 2025-01-09T01:14:31.990Z | Checking walkdir v2.5.0 |
2124 | 2025-01-09T01:14:32.104Z | Checking arc-swap v1.7.1 |
2125 | 2025-01-09T01:14:32.131Z | Compiling derive_more v0.99.18 |
2126 | 2025-01-09T01:14:32.287Z | Checking xattr v1.3.1 |
2127 | 2025-01-09T01:14:32.487Z | Checking filetime v0.2.25 |
2128 | 2025-01-09T01:14:32.558Z | Checking slog-scope v4.4.0 |
2129 | 2025-01-09T01:14:32.589Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2130 | 2025-01-09T01:14:32.704Z | Checking tar v0.4.42 |
2131 | 2025-01-09T01:14:32.728Z | Checking tokio-tungstenite v0.21.0 |
2132 | 2025-01-09T01:14:32.751Z | Checking slog-stdlog v4.1.1 |
2133 | 2025-01-09T01:14:32.939Z | Checking slog-envlogger v2.2.0 |
2134 | 2025-01-09T01:14:33.057Z | Checking num-rational v0.4.2 |
2135 | 2025-01-09T01:14:33.166Z | Checking num-complex v0.4.6 |
2136 | 2025-01-09T01:14:33.265Z | Checking float-ord v0.3.2 |
2137 | 2025-01-09T01:14:33.431Z | Checking indent_write v2.2.0 |
2138 | 2025-01-09T01:14:33.525Z | Compiling owo-colors v4.1.0 |
2139 | 2025-01-09T01:14:33.625Z | Compiling cancel-safe-futures v0.1.5 |
2140 | 2025-01-09T01:14:33.766Z | Checking swrite v0.1.0 |
2141 | 2025-01-09T01:14:33.893Z | Checking libsw v3.3.1 |
2142 | 2025-01-09T01:14:34.089Z | Checking num v0.4.3 |
2143 | 2025-01-09T01:14:34.177Z | Checking password-hash v0.5.0 |
2144 | 2025-01-09T01:14:34.204Z | Checking blake2 v0.10.6 |
2145 | 2025-01-09T01:14:34.444Z | Checking linear-map v1.2.0 |
2146 | 2025-01-09T01:14:34.669Z | Checking pem v3.0.4 |
2147 | 2025-01-09T01:14:34.693Z | Checking argon2 v0.5.3 |
2148 | 2025-01-09T01:14:34.810Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2149 | 2025-01-09T01:14:35.184Z | Compiling typify-macro v0.2.0 |
2150 | 2025-01-09T01:14:35.211Z | Compiling lzma-sys v0.1.20 |
2151 | 2025-01-09T01:14:35.411Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2152 | 2025-01-09T01:14:35.434Z | Checking headers-core v0.3.0 |
2153 | 2025-01-09T01:14:35.590Z | Compiling heck v0.3.3 |
2154 | 2025-01-09T01:14:35.715Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2025-01-09T01:14:35.791Z | Checking highway v1.2.0 |
2156 | 2025-01-09T01:14:36.020Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2157 | 2025-01-09T01:14:36.041Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2158 | 2025-01-09T01:14:36.194Z | Compiling zone_cfg_derive v0.1.2 |
2159 | 2025-01-09T01:14:36.245Z | Checking headers v0.4.0 |
2160 | 2025-01-09T01:14:36.313Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2161 | 2025-01-09T01:14:36.586Z | Checking yasna v0.5.2 |
2162 | 2025-01-09T01:14:36.647Z | Checking mockall v0.13.0 |
2163 | 2025-01-09T01:14:36.830Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2164 | 2025-01-09T01:14:36.906Z | Checking base64 v0.13.1 |
2165 | 2025-01-09T01:14:37.334Z | Checking ron v0.7.1 |
2166 | 2025-01-09T01:14:37.387Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2167 | 2025-01-09T01:14:37.449Z | Checking rcgen v0.12.1 |
2168 | 2025-01-09T01:14:37.713Z | Checking zone v0.1.8 |
2169 | 2025-01-09T01:14:38.147Z | Checking xz2 v0.1.7 |
2170 | 2025-01-09T01:14:38.405Z | Checking subprocess v0.2.9 |
2171 | 2025-01-09T01:14:38.468Z | Checking humantime v2.1.0 |
2172 | 2025-01-09T01:14:38.510Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2173 | 2025-01-09T01:14:38.785Z | Compiling semver v0.1.20 |
2174 | 2025-01-09T01:14:38.964Z | Checking half v2.4.1 |
2175 | 2025-01-09T01:14:39.148Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2176 | 2025-01-09T01:14:39.429Z | Compiling rustc_version v0.1.7 |
2177 | 2025-01-09T01:14:39.457Z | Checking ciborium-io v0.2.2 |
2178 | 2025-01-09T01:14:39.480Z | Checking prettyplease v0.2.25 |
2179 | 2025-01-09T01:14:39.575Z | Compiling typify v0.2.0 |
2180 | 2025-01-09T01:14:39.734Z | Compiling progenitor-impl v0.8.0 |
2181 | 2025-01-09T01:14:39.866Z | Checking ciborium-ll v0.2.2 |
2182 | 2025-01-09T01:14:39.992Z | Compiling newtype_derive v0.1.6 |
2183 | 2025-01-09T01:14:40.204Z | Checking ciborium v0.2.2 |
2184 | 2025-01-09T01:14:40.611Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2185 | 2025-01-09T01:14:40.667Z | Checking steno v0.4.1 |
2186 | 2025-01-09T01:14:42.420Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2187 | 2025-01-09T01:14:43.002Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2188 | 2025-01-09T01:14:43.239Z | Compiling slog-dtrace v0.3.0 |
2189 | 2025-01-09T01:14:43.704Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2190 | 2025-01-09T01:14:44.034Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2191 | 2025-01-09T01:14:44.066Z | Checking display-error-chain v0.2.2 |
2192 | 2025-01-09T01:14:44.132Z | Checking gethostname v0.5.0 |
2193 | 2025-01-09T01:14:44.253Z | Checking nibble_vec v0.1.0 |
2194 | 2025-01-09T01:14:44.276Z | Compiling blake3 v1.5.4 |
2195 | 2025-01-09T01:14:44.279Z | Checking endian-type v0.1.2 |
2196 | 2025-01-09T01:14:44.459Z | Checking keccak v0.1.5 |
2197 | 2025-01-09T01:14:44.521Z | Checking radix_trie v0.2.1 |
2198 | 2025-01-09T01:14:44.635Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2199 | 2025-01-09T01:14:44.821Z | Checking sha3 v0.10.8 |
2200 | 2025-01-09T01:14:44.929Z | Checking universal-hash v0.5.1 |
2201 | 2025-01-09T01:14:45.131Z | Checking secrecy v0.8.0 |
2202 | 2025-01-09T01:14:45.184Z | Checking opaque-debug v0.3.1 |
2203 | 2025-01-09T01:14:45.238Z | Checking aead v0.5.2 |
2204 | 2025-01-09T01:14:45.279Z | Checking poly1305 v0.8.0 |
2205 | 2025-01-09T01:14:45.331Z | Checking chacha20 v0.9.1 |
2206 | 2025-01-09T01:14:45.752Z | Compiling memmap2 v0.9.5 |
2207 | 2025-01-09T01:14:45.774Z | Compiling constant_time_eq v0.3.1 |
2208 | 2025-01-09T01:14:45.967Z | Compiling arrayvec v0.7.6 |
2209 | 2025-01-09T01:14:46.233Z | Compiling arrayref v0.3.9 |
2210 | 2025-01-09T01:14:46.503Z | Compiling toolchain_find v0.4.0 |
2211 | 2025-01-09T01:14:46.527Z | Compiling thiserror-impl-no-std v2.0.2 |
2212 | 2025-01-09T01:14:46.848Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2213 | 2025-01-09T01:14:47.121Z | Compiling topological-sort v0.2.2 |
2214 | 2025-01-09T01:14:47.177Z | Compiling rustfmt-wrapper v0.2.1 |
2215 | 2025-01-09T01:14:47.232Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2216 | 2025-01-09T01:14:47.344Z | Compiling omicron-zone-package v0.12.0 |
2217 | 2025-01-09T01:14:47.496Z | Checking chacha20poly1305 v0.10.1 |
2218 | 2025-01-09T01:14:47.576Z | Compiling async-recursion v1.1.1 |
2219 | 2025-01-09T01:14:47.636Z | Checking fxhash v0.2.1 |
2220 | 2025-01-09T01:14:47.715Z | Compiling zip v2.1.3 |
2221 | 2025-01-09T01:14:47.771Z | Checking bumpalo v3.16.0 |
2222 | 2025-01-09T01:14:47.824Z | Checking simd-adler32 v0.3.7 |
2223 | 2025-01-09T01:14:48.021Z | Checking lockfree-object-pool v0.1.6 |
2224 | 2025-01-09T01:14:48.072Z | Compiling progenitor-macro v0.8.0 |
2225 | 2025-01-09T01:14:48.135Z | Checking termcolor v1.4.1 |
2226 | 2025-01-09T01:14:48.162Z | Checking maplit v1.0.2 |
2227 | 2025-01-09T01:14:48.276Z | Checking zopfli v0.8.1 |
2228 | 2025-01-09T01:14:48.298Z | Compiling radium v0.7.0 |
2229 | 2025-01-09T01:14:48.571Z | Checking tap v1.0.1 |
2230 | 2025-01-09T01:14:48.755Z | Compiling maybe-uninit v2.0.0 |
2231 | 2025-01-09T01:14:49.220Z | Checking wyz v0.5.1 |
2232 | 2025-01-09T01:14:49.264Z | Compiling packed_struct v0.10.1 |
2233 | 2025-01-09T01:14:49.361Z | Checking crc-catalog v2.4.0 |
2234 | 2025-01-09T01:14:49.522Z | Checking home v0.5.9 |
2235 | 2025-01-09T01:14:49.651Z | Checking funty v2.0.0 |
2236 | 2025-01-09T01:14:49.698Z | Checking crc v3.2.1 |
2237 | 2025-01-09T01:14:49.834Z | Checking thiserror-no-std v2.0.2 |
2238 | 2025-01-09T01:14:49.897Z | Compiling const_format_proc_macros v0.2.33 |
2239 | 2025-01-09T01:14:49.955Z | Checking vsss-rs v3.3.4 |
2240 | 2025-01-09T01:14:50.129Z | Checking kstat-rs v0.2.4 |
2241 | 2025-01-09T01:14:50.157Z | Compiling packed_struct_codegen v0.10.1 |
2242 | 2025-01-09T01:14:50.496Z | Compiling vte_generate_state_changes v0.1.2 |
2243 | 2025-01-09T01:14:50.623Z | Checking bitvec v1.0.1 |
2244 | 2025-01-09T01:14:50.871Z | Compiling indexmap v1.9.3 |
2245 | 2025-01-09T01:14:51.141Z | Checking nodrop v0.1.14 |
2246 | 2025-01-09T01:14:51.165Z | Compiling libefi-sys v0.1.0 |
2247 | 2025-01-09T01:14:51.269Z | Checking array-init v0.0.4 |
2248 | 2025-01-09T01:14:51.510Z | Checking vte v0.11.1 |
2249 | 2025-01-09T01:14:52.069Z | Checking const_format v0.2.33 |
2250 | 2025-01-09T01:14:52.306Z | Checking smallvec v0.6.14 |
2251 | 2025-01-09T01:14:52.541Z | Checking fd-lock v4.0.2 |
2252 | 2025-01-09T01:14:52.726Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2253 | 2025-01-09T01:14:52.748Z | Compiling bitfield-struct v0.6.2 |
2254 | 2025-01-09T01:14:52.912Z | Checking bitfield v0.14.0 |
2255 | 2025-01-09T01:14:53.018Z | Checking hashbrown v0.12.3 |
2256 | 2025-01-09T01:14:53.195Z | Checking strip-ansi-escapes v0.2.0 |
2257 | 2025-01-09T01:14:53.231Z | Checking serde-hex v0.1.0 |
2258 | 2025-01-09T01:14:53.367Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2259 | 2025-01-09T01:14:53.636Z | Checking env_logger v0.10.2 |
2260 | 2025-01-09T01:14:53.664Z | Checking ron v0.8.1 |
2261 | 2025-01-09T01:14:54.051Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2262 | 2025-01-09T01:14:54.178Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2263 | 2025-01-09T01:14:54.309Z | Checking hashbrown v0.13.2 |
2264 | 2025-01-09T01:14:54.360Z | Checking crc-any v2.5.0 |
2265 | 2025-01-09T01:14:54.783Z | Checking nu-ansi-term v0.50.1 |
2266 | 2025-01-09T01:14:54.808Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2267 | 2025-01-09T01:14:54.936Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2268 | 2025-01-09T01:14:55.001Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2269 | 2025-01-09T01:14:55.070Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2270 | 2025-01-09T01:14:55.216Z | Checking reedline v0.35.0 |
2271 | 2025-01-09T01:14:55.286Z | Checking path-slash v0.1.5 |
2272 | 2025-01-09T01:14:55.338Z | Compiling parking_lot_core v0.8.6 |
2273 | 2025-01-09T01:14:55.385Z | Compiling phf_generator v0.11.2 |
2274 | 2025-01-09T01:14:55.407Z | Checking object v0.30.4 |
2275 | 2025-01-09T01:14:55.435Z | Checking glob v0.3.1 |
2276 | 2025-01-09T01:14:55.590Z | Checking bytecount v0.6.8 |
2277 | 2025-01-09T01:14:55.746Z | Checking papergrid v0.11.0 |
2278 | 2025-01-09T01:14:55.770Z | Compiling phf_codegen v0.11.2 |
2279 | 2025-01-09T01:14:56.002Z | Compiling tabled_derive v0.7.0 |
2280 | 2025-01-09T01:14:56.211Z | Checking parking_lot v0.11.2 |
2281 | 2025-01-09T01:14:56.574Z | Compiling parse-zoneinfo v0.3.1 |
2282 | 2025-01-09T01:14:57.200Z | Compiling cfg_aliases v0.1.1 |
2283 | 2025-01-09T01:14:57.277Z | Compiling chrono-tz-build v0.4.0 |
2284 | 2025-01-09T01:14:57.314Z | Compiling nix v0.28.0 |
2285 | 2025-01-09T01:14:57.350Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2286 | 2025-01-09T01:14:57.936Z | Checking sled v0.34.7 |
2287 | 2025-01-09T01:14:58.144Z | Checking hickory-client v0.24.1 |
2288 | 2025-01-09T01:14:58.609Z | Checking hickory-server v0.24.1 |
2289 | 2025-01-09T01:14:58.642Z | Checking tabled v0.15.0 |
2290 | 2025-01-09T01:14:58.762Z | Compiling chrono-tz v0.10.0 |
2291 | 2025-01-09T01:14:58.847Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2292 | 2025-01-09T01:14:59.451Z | Compiling buf-list v1.0.3 |
2293 | 2025-01-09T01:15:00.761Z | Compiling peg-macros v0.8.4 |
2294 | 2025-01-09T01:15:01.135Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2295 | 2025-01-09T01:15:01.363Z | Compiling sqlparser_derive v0.2.2 |
2296 | 2025-01-09T01:15:01.493Z | Checking unicode_categories v0.1.1 |
2297 | 2025-01-09T01:15:01.799Z | Checking sqlformat v0.2.6 |
2298 | 2025-01-09T01:15:02.481Z | Checking sqlparser v0.45.0 |
2299 | 2025-01-09T01:15:02.727Z | Checking bcs v0.1.6 |
2300 | 2025-01-09T01:15:02.753Z | Checking rustyline v14.0.0 |
2301 | 2025-01-09T01:15:03.183Z | Checking primeorder v0.13.6 |
2302 | 2025-01-09T01:15:03.403Z | Checking progenitor v0.8.0 |
2303 | 2025-01-09T01:15:03.687Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2304 | 2025-01-09T01:15:03.926Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2305 | 2025-01-09T01:15:04.329Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2306 | 2025-01-09T01:15:06.394Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2307 | 2025-01-09T01:15:08.701Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2308 | 2025-01-09T01:15:08.750Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2309 | 2025-01-09T01:15:08.879Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2310 | 2025-01-09T01:15:10.713Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2311 | 2025-01-09T01:15:11.427Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2312 | 2025-01-09T01:15:11.551Z | Checking peg v0.8.4 |
2313 | 2025-01-09T01:15:11.664Z | Compiling unicase v2.7.0 |
2314 | 2025-01-09T01:15:12.177Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2315 | 2025-01-09T01:15:12.584Z | Checking nanorand v0.7.0 |
2316 | 2025-01-09T01:15:12.740Z | Checking atty v0.2.14 |
2317 | 2025-01-09T01:15:12.871Z | Compiling salty v0.3.0 |
2318 | 2025-01-09T01:15:12.940Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2319 | 2025-01-09T01:15:12.943Z | Checking flume v0.11.1 |
2320 | 2025-01-09T01:15:13.074Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2321 | 2025-01-09T01:15:13.296Z | Checking p384 v0.13.0 |
2322 | 2025-01-09T01:15:13.321Z | Compiling mime_guess v2.0.5 |
2323 | 2025-01-09T01:15:13.612Z | Checking env_filter v0.1.2 |
2324 | 2025-01-09T01:15:13.872Z | Checking http-range v0.1.5 |
2325 | 2025-01-09T01:15:14.082Z | Checking env_logger v0.11.5 |
2326 | 2025-01-09T01:15:14.113Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2327 | 2025-01-09T01:15:14.433Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2328 | 2025-01-09T01:15:14.436Z | Compiling dsl_auto_type v0.1.2 |
2329 | 2025-01-09T01:15:14.471Z | Checking scheduled-thread-pool v0.2.7 |
2330 | 2025-01-09T01:15:14.728Z | Compiling diesel_table_macro_syntax v0.2.0 |
2331 | 2025-01-09T01:15:14.784Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2332 | 2025-01-09T01:15:14.787Z | Compiling crunchy v0.2.2 |
2333 | 2025-01-09T01:15:15.176Z | Checking r2d2 v0.8.10 |
2334 | 2025-01-09T01:15:15.368Z | Checking hyper-staticfile v0.10.1 |
2335 | 2025-01-09T01:15:15.398Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2336 | 2025-01-09T01:15:15.516Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2337 | 2025-01-09T01:15:15.758Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2338 | 2025-01-09T01:15:15.899Z | Compiling tiny-keccak v2.0.2 |
2339 | 2025-01-09T01:15:16.035Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2340 | 2025-01-09T01:15:16.154Z | Compiling diesel_derives v2.2.3 |
2341 | 2025-01-09T01:15:16.225Z | Compiling pin-project-internal v1.1.6 |
2342 | 2025-01-09T01:15:16.324Z | Compiling ref-cast v1.0.23 |
2343 | 2025-01-09T01:15:16.943Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2344 | 2025-01-09T01:15:17.067Z | Compiling ascii-canvas v3.0.0 |
2345 | 2025-01-09T01:15:17.244Z | Compiling ena v0.14.3 |
2346 | 2025-01-09T01:15:17.651Z | Compiling ref-cast-impl v1.0.23 |
2347 | 2025-01-09T01:15:17.682Z | Compiling diff v0.1.13 |
2348 | 2025-01-09T01:15:18.367Z | Compiling regex-syntax v0.6.29 |
2349 | 2025-01-09T01:15:18.975Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2350 | 2025-01-09T01:15:19.323Z | Checking pin-project v1.1.6 |
2351 | 2025-01-09T01:15:19.463Z | Checking signal-hook-tokio v0.3.1 |
2352 | 2025-01-09T01:15:19.566Z | Compiling snafu-derive v0.8.5 |
2353 | 2025-01-09T01:15:19.692Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2354 | 2025-01-09T01:15:19.996Z | Compiling derive_builder_core v0.20.2 |
2355 | 2025-01-09T01:15:22.486Z | Compiling lalrpop v0.19.12 |
2356 | 2025-01-09T01:15:23.167Z | Checking globset v0.4.15 |
2357 | 2025-01-09T01:15:23.695Z | Checking olpc-cjson v0.1.4 |
2358 | 2025-01-09T01:15:23.934Z | Checking serde_plain v1.0.2 |
2359 | 2025-01-09T01:15:24.207Z | Compiling libxml v0.3.3 |
2360 | 2025-01-09T01:15:24.505Z | Compiling memoffset v0.9.1 |
2361 | 2025-01-09T01:15:24.598Z | Checking typed-path v0.9.3 |
2362 | 2025-01-09T01:15:25.092Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2363 | 2025-01-09T01:15:25.257Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2364 | 2025-01-09T01:15:26.681Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2365 | 2025-01-09T01:15:28.676Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2366 | 2025-01-09T01:15:28.714Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2367 | 2025-01-09T01:15:30.471Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2368 | 2025-01-09T01:15:30.570Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2369 | 2025-01-09T01:15:31.005Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2370 | 2025-01-09T01:15:31.335Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2371 | 2025-01-09T01:15:31.853Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2372 | 2025-01-09T01:15:32.583Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2373 | 2025-01-09T01:15:32.609Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2374 | 2025-01-09T01:15:32.771Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2375 | 2025-01-09T01:15:33.345Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2376 | 2025-01-09T01:15:33.369Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2377 | 2025-01-09T01:15:34.031Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2378 | 2025-01-09T01:15:34.343Z | Checking diesel v2.2.6 |
2379 | 2025-01-09T01:15:34.641Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2380 | 2025-01-09T01:15:35.113Z | Checking snafu v0.8.5 |
2381 | 2025-01-09T01:15:36.530Z | Checking tough v0.19.0 |
2382 | 2025-01-09T01:15:37.937Z | Compiling derive_builder_macro v0.20.2 |
2383 | 2025-01-09T01:15:37.961Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2384 | 2025-01-09T01:15:38.887Z | Checking tungstenite v0.23.0 |
2385 | 2025-01-09T01:15:39.302Z | Compiling strum_macros v0.24.3 |
2386 | 2025-01-09T01:15:39.568Z | Compiling samael v0.0.17 |
2387 | 2025-01-09T01:15:39.847Z | Checking parse-size v1.1.0 |
2388 | 2025-01-09T01:15:40.040Z | Compiling indoc v1.0.9 |
2389 | 2025-01-09T01:15:40.346Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2390 | 2025-01-09T01:15:40.405Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2391 | 2025-01-09T01:15:40.971Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2392 | 2025-01-09T01:15:41.276Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2393 | 2025-01-09T01:15:41.408Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2394 | 2025-01-09T01:15:42.691Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2395 | 2025-01-09T01:15:43.073Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2396 | 2025-01-09T01:15:43.413Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2397 | 2025-01-09T01:15:43.436Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2398 | 2025-01-09T01:15:43.990Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2399 | 2025-01-09T01:15:45.006Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2400 | 2025-01-09T01:15:45.545Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2401 | 2025-01-09T01:15:46.023Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2402 | 2025-01-09T01:15:48.010Z | Checking tokio-tungstenite v0.23.1 |
2403 | 2025-01-09T01:15:48.530Z | Checking derive_builder v0.20.2 |
2404 | 2025-01-09T01:15:49.483Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2405 | 2025-01-09T01:15:49.844Z | Checking quick-xml v0.33.0 |
2406 | 2025-01-09T01:15:50.574Z | Compiling impl-trait-for-tuples v0.2.2 |
2407 | 2025-01-09T01:15:50.762Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2408 | 2025-01-09T01:15:52.021Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2409 | 2025-01-09T01:15:52.782Z | Compiling oso-derive v0.27.3 |
2410 | 2025-01-09T01:15:52.903Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2411 | 2025-01-09T01:15:53.885Z | Checking nix v0.27.1 |
2412 | 2025-01-09T01:15:55.262Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2413 | 2025-01-09T01:15:55.890Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2414 | 2025-01-09T01:15:57.203Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2415 | 2025-01-09T01:15:57.490Z | Compiling diesel-dtrace v0.4.2 |
2416 | 2025-01-09T01:15:57.811Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2417 | 2025-01-09T01:15:57.866Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2418 | 2025-01-09T01:15:58.168Z | Checking bb8 v0.8.5 |
2419 | 2025-01-09T01:15:58.714Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2420 | 2025-01-09T01:15:59.126Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2421 | 2025-01-09T01:15:59.556Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2422 | 2025-01-09T01:16:00.092Z | Checking heck v0.4.1 |
2423 | 2025-01-09T01:16:00.319Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2424 | 2025-01-09T01:16:00.679Z | Checking rand_seeder v0.3.0 |
2425 | 2025-01-09T01:16:00.728Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2426 | 2025-01-09T01:16:00.731Z | Checking assert_matches v1.5.0 |
2427 | 2025-01-09T01:16:00.853Z | Compiling libz-sys v1.1.20 |
2428 | 2025-01-09T01:16:00.877Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2429 | 2025-01-09T01:16:00.933Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2430 | 2025-01-09T01:16:01.198Z | Checking castaway v0.2.3 |
2431 | 2025-01-09T01:16:01.223Z | Checking is_ci v1.2.0 |
2432 | 2025-01-09T01:16:01.370Z | Checking supports-color v3.0.1 |
2433 | 2025-01-09T01:16:01.373Z | Checking compact_str v0.8.0 |
2434 | 2025-01-09T01:16:01.592Z | Checking unicode-truncate v1.1.0 |
2435 | 2025-01-09T01:16:01.661Z | Checking lru v0.12.5 |
2436 | 2025-01-09T01:16:01.834Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2437 | 2025-01-09T01:16:01.967Z | Compiling instability v0.3.2 |
2438 | 2025-01-09T01:16:02.277Z | Checking cassowary v0.3.0 |
2439 | 2025-01-09T01:16:02.937Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2440 | 2025-01-09T01:16:03.064Z | Checking ratatui v0.28.1 |
2441 | 2025-01-09T01:16:03.103Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2025-01-09T01:16:03.176Z | Compiling vergen v8.3.2 |
2443 | 2025-01-09T01:16:03.466Z | Compiling cargo-platform v0.1.8 |
2444 | 2025-01-09T01:16:04.032Z | Checking unicode-linebreak v0.1.5 |
2445 | 2025-01-09T01:16:04.425Z | Checking smawk v0.3.2 |
2446 | 2025-01-09T01:16:04.455Z | Compiling cargo_metadata v0.18.1 |
2447 | 2025-01-09T01:16:04.602Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2448 | 2025-01-09T01:16:04.674Z | Checking textwrap v0.16.1 |
2449 | 2025-01-09T01:16:05.125Z | Compiling libsqlite3-sys v0.30.1 |
2450 | 2025-01-09T01:16:05.209Z | Checking shell-words v1.1.0 |
2451 | 2025-01-09T01:16:05.363Z | Compiling rustls v0.21.12 |
2452 | 2025-01-09T01:16:05.632Z | Compiling cfg_aliases v0.2.1 |
2453 | 2025-01-09T01:16:05.758Z | Compiling nix v0.29.0 |
2454 | 2025-01-09T01:16:06.084Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2455 | 2025-01-09T01:16:06.384Z | Checking sct v0.7.1 |
2456 | 2025-01-09T01:16:06.581Z | Checking rustls-webpki v0.101.7 |
2457 | 2025-01-09T01:16:07.153Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2458 | 2025-01-09T01:16:07.355Z | Checking hashlink v0.9.1 |
2459 | 2025-01-09T01:16:07.453Z | Checking concurrent-queue v2.5.0 |
2460 | 2025-01-09T01:16:07.776Z | Checking fallible-streaming-iterator v0.1.9 |
2461 | 2025-01-09T01:16:07.974Z | Checking plotters-backend v0.3.7 |
2462 | 2025-01-09T01:16:08.017Z | Checking fallible-iterator v0.3.0 |
2463 | 2025-01-09T01:16:08.088Z | Checking parking v2.2.1 |
2464 | 2025-01-09T01:16:08.356Z | Checking plotters-svg v0.3.7 |
2465 | 2025-01-09T01:16:08.587Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2466 | 2025-01-09T01:16:08.667Z | Checking rusqlite v0.32.1 |
2467 | 2025-01-09T01:16:08.759Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2468 | 2025-01-09T01:16:09.473Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2469 | 2025-01-09T01:16:09.498Z | Checking async-bb8-diesel v0.2.1 |
2470 | 2025-01-09T01:16:10.065Z | Checking rustls-pemfile v1.0.4 |
2471 | 2025-01-09T01:16:10.174Z | Checking twox-hash v1.6.3 |
2472 | 2025-01-09T01:16:10.255Z | Checking cast v0.3.0 |
2473 | 2025-01-09T01:16:10.303Z | Checking plotters v0.3.7 |
2474 | 2025-01-09T01:16:10.325Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2475 | 2025-01-09T01:16:10.425Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2476 | 2025-01-09T01:16:10.549Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2477 | 2025-01-09T01:16:10.579Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2478 | 2025-01-09T01:16:11.301Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2479 | 2025-01-09T01:16:11.496Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2480 | 2025-01-09T01:16:11.886Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2481 | 2025-01-09T01:16:12.094Z | Checking tokio-rustls v0.24.1 |
2482 | 2025-01-09T01:16:12.465Z | Checking criterion-plot v0.5.0 |
2483 | 2025-01-09T01:16:12.987Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2484 | 2025-01-09T01:16:13.093Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2485 | 2025-01-09T01:16:14.161Z | Checking fatfs v0.3.6 |
2486 | 2025-01-09T01:16:14.518Z | Checking tinytemplate v1.2.1 |
2487 | 2025-01-09T01:16:14.873Z | Checking csv-core v0.1.11 |
2488 | 2025-01-09T01:16:14.934Z | Checking hex-literal v0.4.1 |
2489 | 2025-01-09T01:16:15.080Z | Checking anes v0.1.6 |
2490 | 2025-01-09T01:16:15.143Z | Checking oorandom v11.1.4 |
2491 | 2025-01-09T01:16:15.204Z | Checking csv v1.3.0 |
2492 | 2025-01-09T01:16:15.322Z | Checking event-listener v5.3.1 |
2493 | 2025-01-09T01:16:15.422Z | Checking criterion v0.5.1 |
2494 | 2025-01-09T01:16:15.779Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2495 | 2025-01-09T01:16:16.084Z | Checking rtoolbox v0.0.2 |
2496 | 2025-01-09T01:16:16.309Z | Checking rpassword v7.3.1 |
2497 | 2025-01-09T01:16:16.469Z | Checking event-listener-strategy v0.5.2 |
2498 | 2025-01-09T01:16:16.696Z | Checking tui-tree-widget v0.22.0 |
2499 | 2025-01-09T01:16:17.042Z | Checking polyval v0.6.2 |
2500 | 2025-01-09T01:16:17.342Z | Checking ghash v0.5.1 |
2501 | 2025-01-09T01:16:17.509Z | Checking futures-lite v2.3.0 |
2502 | 2025-01-09T01:16:18.306Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2503 | 2025-01-09T01:16:18.985Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2504 | 2025-01-09T01:16:19.423Z | Checking ctr v0.9.2 |
2505 | 2025-01-09T01:16:19.576Z | Checking yansi v1.0.1 |
2506 | 2025-01-09T01:16:20.326Z | Checking pretty_assertions v1.4.1 |
2507 | 2025-01-09T01:16:20.342Z | Checking aes-gcm v0.10.3 |
2508 | 2025-01-09T01:16:20.519Z | Checking ssh-encoding v0.2.0 |
2509 | 2025-01-09T01:16:20.582Z | Checking blowfish v0.9.1 |
2510 | 2025-01-09T01:16:20.823Z | Checking bcrypt-pbkdf v0.10.0 |
2511 | 2025-01-09T01:16:20.879Z | Checking ssh-cipher v0.2.0 |
2512 | 2025-01-09T01:16:21.075Z | Checking async-lock v3.4.0 |
2513 | 2025-01-09T01:16:21.179Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2514 | 2025-01-09T01:16:21.918Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2515 | 2025-01-09T01:16:22.134Z | Checking polling v3.7.3 |
2516 | 2025-01-09T01:16:22.508Z | Checking password-hash v0.4.2 |
2517 | 2025-01-09T01:16:22.769Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2518 | 2025-01-09T01:16:22.908Z | Checking matches v0.1.10 |
2519 | 2025-01-09T01:16:22.994Z | Checking idna v0.2.3 |
2520 | 2025-01-09T01:16:23.365Z | Checking pbkdf2 v0.11.0 |
2521 | 2025-01-09T01:16:23.676Z | Checking async-io v2.3.4 |
2522 | 2025-01-09T01:16:23.748Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2523 | 2025-01-09T01:16:23.777Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2524 | 2025-01-09T01:16:24.619Z | Checking ssh-key v0.6.6 |
2525 | 2025-01-09T01:16:25.084Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2526 | 2025-01-09T01:16:26.384Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2527 | 2025-01-09T01:16:26.911Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2528 | 2025-01-09T01:16:27.695Z | Checking p256 v0.13.2 |
2529 | 2025-01-09T01:16:28.203Z | Checking p521 v0.13.3 |
2530 | 2025-01-09T01:16:29.610Z | Compiling enum-as-inner v0.5.1 |
2531 | 2025-01-09T01:16:29.721Z | Checking russh-cryptovec v0.7.3 |
2532 | 2025-01-09T01:16:29.946Z | Compiling doc-comment v0.3.3 |
2533 | 2025-01-09T01:16:30.552Z | Compiling target-lexicon v0.12.16 |
2534 | 2025-01-09T01:16:30.670Z | Checking async-task v4.7.1 |
2535 | 2025-01-09T01:16:31.012Z | Checking md5 v0.7.0 |
2536 | 2025-01-09T01:16:31.295Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2537 | 2025-01-09T01:16:31.319Z | Checking russh-keys v0.45.0 |
2538 | 2025-01-09T01:16:31.647Z | Checking trust-dns-proto v0.22.0 |
2539 | 2025-01-09T01:16:32.634Z | Checking async-channel v2.3.1 |
2540 | 2025-01-09T01:16:32.697Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2541 | 2025-01-09T01:16:32.979Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2542 | 2025-01-09T01:16:33.890Z | Checking piper v0.2.4 |
2543 | 2025-01-09T01:16:34.130Z | Checking num-bigint v0.4.6 |
2544 | 2025-01-09T01:16:34.512Z | Checking des v0.8.1 |
2545 | 2025-01-09T01:16:34.806Z | Compiling assert_cmd v2.0.16 |
2546 | 2025-01-09T01:16:35.195Z | Compiling guppy-workspace-hack v0.1.0 |
2547 | 2025-01-09T01:16:35.354Z | Checking futures-timer v3.0.3 |
2548 | 2025-01-09T01:16:35.489Z | Compiling dhcproto-macros v0.1.0 |
2549 | 2025-01-09T01:16:35.759Z | Checking blocking v1.6.1 |
2550 | 2025-01-09T01:16:36.454Z | Checking dhcproto v0.12.0 |
2551 | 2025-01-09T01:16:36.739Z | Checking async-executor v1.13.1 |
2552 | 2025-01-09T01:16:36.763Z | Checking russh v0.45.0 |
2553 | 2025-01-09T01:16:37.046Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2554 | 2025-01-09T01:16:37.653Z | Checking async-signal v0.2.10 |
2555 | 2025-01-09T01:16:37.952Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2556 | 2025-01-09T01:16:38.352Z | Compiling target-spec v3.2.2 |
2557 | 2025-01-09T01:16:38.383Z | Checking event-listener v2.5.3 |
2558 | 2025-01-09T01:16:38.614Z | Checking internet-checksum v0.2.1 |
2559 | 2025-01-09T01:16:38.799Z | Checking async-channel v1.9.0 |
2560 | 2025-01-09T01:16:39.083Z | Checking async-process v2.3.0 |
2561 | 2025-01-09T01:16:39.494Z | Checking async-global-executor v2.4.1 |
2562 | 2025-01-09T01:16:39.513Z | Checking cfg-expr v0.17.0 |
2563 | 2025-01-09T01:16:40.359Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2564 | 2025-01-09T01:16:40.405Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2565 | 2025-01-09T01:16:41.264Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2566 | 2025-01-09T01:16:41.743Z | Checking httptest v0.16.1 |
2567 | 2025-01-09T01:16:41.870Z | Checking rustls-native-certs v0.7.3 |
2568 | 2025-01-09T01:16:42.066Z | Compiling petname v2.0.2 |
2569 | 2025-01-09T01:16:42.465Z | Checking num_cpus v1.16.0 |
2570 | 2025-01-09T01:16:42.614Z | Checking kv-log-macro v1.0.7 |
2571 | 2025-01-09T01:16:42.764Z | Compiling async-attributes v1.1.2 |
2572 | 2025-01-09T01:16:43.642Z | Checking async-std v1.13.0 |
2573 | 2025-01-09T01:16:45.110Z | Checking threadpool v1.8.1 |
2574 | 2025-01-09T01:16:45.322Z | Checking hyper-rustls v0.26.0 |
2575 | 2025-01-09T01:16:45.699Z | Checking pathdiff v0.2.2 |
2576 | 2025-01-09T01:16:45.777Z | Compiling rstest_macros v0.23.0 |
2577 | 2025-01-09T01:16:45.877Z | Checking escape8259 v0.5.3 |
2578 | 2025-01-09T01:16:46.084Z | Compiling target-triple v0.1.3 |
2579 | 2025-01-09T01:16:46.288Z | Checking nested v0.1.1 |
2580 | 2025-01-09T01:16:46.531Z | Checking guppy v0.17.8 |
2581 | 2025-01-09T01:16:46.797Z | Checking libtest-mimic v0.7.3 |
2582 | 2025-01-09T01:16:47.266Z | Checking async-object-pool v0.1.5 |
2583 | 2025-01-09T01:16:47.443Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2584 | 2025-01-09T01:16:47.944Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2585 | 2025-01-09T01:16:48.247Z | Checking similar-asserts v1.6.0 |
2586 | 2025-01-09T01:16:48.506Z | Checking fancy-regex v0.13.0 |
2587 | 2025-01-09T01:16:48.651Z | Checking serde_regex v1.1.0 |
2588 | 2025-01-09T01:16:48.934Z | Checking assert-json-diff v2.0.2 |
2589 | 2025-01-09T01:16:49.237Z | Compiling proc-macro-crate v3.2.0 |
2590 | 2025-01-09T01:16:49.275Z | Checking path-tree v0.8.1 |
2591 | 2025-01-09T01:16:49.628Z | Checking sync-ptr v0.1.1 |
2592 | 2025-01-09T01:16:49.881Z | Compiling relative-path v1.9.3 |
2593 | 2025-01-09T01:16:50.595Z | Checking stringmetrics v2.2.2 |
2594 | 2025-01-09T01:16:50.682Z | Checking datatest-stable v0.2.9 |
2595 | 2025-01-09T01:16:50.828Z | Checking httpmock v0.8.0-alpha.1 |
2596 | 2025-01-09T01:16:51.141Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2597 | 2025-01-09T01:16:52.634Z | Checking blake2b_simd v1.0.2 |
2598 | 2025-01-09T01:16:53.522Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2599 | 2025-01-09T01:16:55.077Z | Compiling git2 v0.19.0 |
2600 | 2025-01-09T01:16:55.744Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2601 | 2025-01-09T01:16:56.036Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2602 | 2025-01-09T01:16:56.187Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2603 | 2025-01-09T01:16:56.331Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2604 | 2025-01-09T01:16:56.637Z | Checking serde_tokenstream v0.2.2 |
2605 | 2025-01-09T01:16:56.711Z | Checking uzers v0.12.1 |
2606 | 2025-01-09T01:16:57.170Z | Checking rust-argon2 v2.1.0 |
2607 | 2025-01-09T01:16:57.191Z | Checking trybuild v1.0.101 |
2608 | 2025-01-09T01:16:57.616Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2609 | 2025-01-09T01:16:58.621Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2610 | 2025-01-09T01:16:59.048Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2611 | 2025-01-09T01:17:00.396Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2612 | 2025-01-09T01:17:01.277Z | Checking rstest v0.23.0 |
2613 | 2025-01-09T01:17:01.507Z | Checking rand_distr v0.4.3 |
2614 | 2025-01-09T01:17:02.330Z | Checking multimap v0.10.0 |
2615 | 2025-01-09T01:17:02.658Z | Checking approx v0.5.1 |
2616 | 2025-01-09T01:17:02.744Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2617 | 2025-01-09T01:17:03.463Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2618 | 2025-01-09T01:17:04.021Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2619 | 2025-01-09T01:17:04.067Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2620 | 2025-01-09T01:17:05.011Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2621 | 2025-01-09T01:17:05.118Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2622 | 2025-01-09T01:17:05.621Z | Checking partial-io v0.5.4 |
2623 | 2025-01-09T01:17:05.677Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2624 | 2025-01-09T01:17:05.983Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2625 | 2025-01-09T01:17:06.008Z | Checking cargo_toml v0.20.5 |
2626 | 2025-01-09T01:17:06.011Z | Checking termios v0.3.3 |
2627 | 2025-01-09T01:17:06.050Z | Compiling indoc v2.0.5 |
2628 | 2025-01-09T01:17:06.343Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2629 | 2025-01-09T01:17:07.922Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2630 | 2025-01-09T01:17:08.038Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2631 | 2025-01-09T01:17:27.226Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2632 | 2025-01-09T01:17:30.754Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2633 | 2025-01-09T01:17:31.761Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2634 | 2025-01-09T01:17:53.310Z | Compiling polar-core v0.27.3 |
2635 | 2025-01-09T01:18:04.732Z | Checking oso v0.27.3 |
2636 | 2025-01-09T01:18:08.044Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2637 | 2025-01-09T01:18:08.946Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2638 | 2025-01-09T01:18:09.337Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2639 | 2025-01-09T01:18:53.745Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2640 | 2025-01-09T01:18:53.746Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2641 | 2025-01-09T01:18:53.749Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2642 | 2025-01-09T01:20:20.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 45s |
2643 | 2025-01-09T01:20:20.712Z | |
2644 | 2025-01-09T01:20:20.712Z | real 6:50.006800996 |
2645 | 2025-01-09T01:20:20.712Z | user 36:22.814077202 |
2646 | 2025-01-09T01:20:20.712Z | sys 6:42.358993565 |
2647 | 2025-01-09T01:20:20.712Z | trap 0.976620170 |
2648 | 2025-01-09T01:20:20.715Z | tflt 1.983691847 |
2649 | 2025-01-09T01:20:20.715Z | dflt 0.810817239 |
2650 | 2025-01-09T01:20:20.715Z | kflt 0.000775622 |
2651 | 2025-01-09T01:20:20.715Z | lock 52:53.390166187 |
2652 | 2025-01-09T01:20:20.715Z | slp 2:05:40.211670335 |
2653 | 2025-01-09T01:20:20.715Z | lat 1:40.121237819 |
2654 | 2025-01-09T01:20:20.715Z | stop 6:22.431919741 |
2655 | 2025-01-09T01:20:20.715Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2656 | 2025-01-09T01:20:20.715Z | + ptime -m cargo doc --workspace --no-deps |
2657 | 2025-01-09T01:20:21.941Z | warning: output filename collision. |
2658 | 2025-01-09T01:20:21.941Z | 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)`. |
2659 | 2025-01-09T01:20:21.941Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2660 | 2025-01-09T01:20:21.941Z | The targets should have unique names. |
2661 | 2025-01-09T01:20:21.941Z | This is a known bug where multiple crates with the same name use |
2662 | 2025-01-09T01:20:21.941Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2663 | 2025-01-09T01:20:22.402Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2664 | 2025-01-09T01:20:22.474Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2665 | 2025-01-09T01:20:22.494Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2666 | 2025-01-09T01:20:22.539Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2667 | 2025-01-09T01:20:22.561Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2668 | 2025-01-09T01:20:22.589Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2669 | 2025-01-09T01:20:22.589Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2670 | 2025-01-09T01:20:22.808Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2671 | 2025-01-09T01:20:22.835Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2025-01-09T01:20:22.878Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2673 | 2025-01-09T01:20:22.938Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2674 | 2025-01-09T01:20:23.071Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2675 | 2025-01-09T01:20:23.225Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2676 | 2025-01-09T01:20:23.387Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2677 | 2025-01-09T01:20:23.645Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2678 | 2025-01-09T01:20:26.284Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2679 | 2025-01-09T01:20:27.433Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2680 | 2025-01-09T01:20:27.756Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2681 | 2025-01-09T01:20:27.868Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2682 | 2025-01-09T01:20:27.935Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2683 | 2025-01-09T01:20:27.994Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2684 | 2025-01-09T01:20:28.177Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2685 | 2025-01-09T01:20:28.234Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2686 | 2025-01-09T01:20:28.528Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2687 | 2025-01-09T01:20:28.857Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2688 | 2025-01-09T01:20:29.412Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2689 | 2025-01-09T01:20:29.951Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2690 | 2025-01-09T01:20:30.001Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2691 | 2025-01-09T01:20:30.224Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2692 | 2025-01-09T01:20:30.338Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2693 | 2025-01-09T01:20:30.393Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2694 | 2025-01-09T01:20:30.513Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2695 | 2025-01-09T01:20:30.679Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2696 | 2025-01-09T01:20:30.718Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2697 | 2025-01-09T01:20:30.746Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2698 | 2025-01-09T01:20:31.031Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2699 | 2025-01-09T01:20:31.356Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2700 | 2025-01-09T01:20:31.496Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2701 | 2025-01-09T01:20:31.614Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2702 | 2025-01-09T01:20:31.823Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2703 | 2025-01-09T01:20:31.847Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2704 | 2025-01-09T01:20:31.924Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2705 | 2025-01-09T01:20:32.758Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2706 | 2025-01-09T01:20:32.808Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2707 | 2025-01-09T01:20:35.686Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2708 | 2025-01-09T01:20:37.578Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2709 | 2025-01-09T01:20:38.271Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2710 | 2025-01-09T01:20:38.367Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2711 | 2025-01-09T01:20:38.437Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2712 | 2025-01-09T01:20:39.435Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2713 | 2025-01-09T01:20:39.523Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2714 | 2025-01-09T01:20:40.056Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2715 | 2025-01-09T01:20:40.623Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2716 | 2025-01-09T01:20:40.898Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2717 | 2025-01-09T01:20:40.919Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2718 | 2025-01-09T01:20:42.749Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2719 | 2025-01-09T01:20:47.192Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2720 | 2025-01-09T01:20:48.589Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2721 | 2025-01-09T01:20:48.800Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2722 | 2025-01-09T01:20:49.190Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2723 | 2025-01-09T01:20:49.669Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2724 | 2025-01-09T01:20:49.957Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2725 | 2025-01-09T01:20:50.157Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2726 | 2025-01-09T01:20:50.445Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2727 | 2025-01-09T01:20:50.666Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2728 | 2025-01-09T01:20:51.338Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2729 | 2025-01-09T01:20:52.063Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2730 | 2025-01-09T01:20:52.176Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2731 | 2025-01-09T01:20:52.816Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2732 | 2025-01-09T01:20:53.543Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2733 | 2025-01-09T01:20:53.591Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2734 | 2025-01-09T01:20:53.594Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2735 | 2025-01-09T01:20:53.680Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2736 | 2025-01-09T01:20:53.854Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2737 | 2025-01-09T01:20:53.950Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2738 | 2025-01-09T01:20:54.203Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2739 | 2025-01-09T01:20:54.431Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2740 | 2025-01-09T01:20:55.426Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2741 | 2025-01-09T01:20:55.688Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2742 | 2025-01-09T01:20:55.841Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2743 | 2025-01-09T01:20:55.966Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2744 | 2025-01-09T01:20:56.733Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2745 | 2025-01-09T01:20:56.754Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2746 | 2025-01-09T01:20:57.578Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2747 | 2025-01-09T01:20:57.678Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2748 | 2025-01-09T01:20:57.779Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2749 | 2025-01-09T01:20:57.833Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2750 | 2025-01-09T01:20:58.197Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2751 | 2025-01-09T01:20:58.295Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2752 | 2025-01-09T01:20:58.420Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2753 | 2025-01-09T01:20:58.487Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2754 | 2025-01-09T01:20:58.876Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2755 | 2025-01-09T01:20:59.491Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2756 | 2025-01-09T01:20:59.820Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2757 | 2025-01-09T01:20:59.898Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2758 | 2025-01-09T01:21:00.447Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2759 | 2025-01-09T01:21:00.555Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2760 | 2025-01-09T01:21:00.894Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2761 | 2025-01-09T01:21:00.945Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2762 | 2025-01-09T01:21:01.849Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2763 | 2025-01-09T01:21:02.747Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2764 | 2025-01-09T01:21:02.875Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2765 | 2025-01-09T01:21:03.178Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2766 | 2025-01-09T01:21:03.542Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2767 | 2025-01-09T01:21:04.462Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2768 | 2025-01-09T01:21:04.565Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2769 | 2025-01-09T01:21:05.247Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2770 | 2025-01-09T01:21:07.729Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2771 | 2025-01-09T01:21:08.170Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2772 | 2025-01-09T01:21:08.359Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2773 | 2025-01-09T01:21:09.552Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2774 | 2025-01-09T01:21:10.140Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2775 | 2025-01-09T01:21:13.934Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2776 | 2025-01-09T01:21:16.424Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2777 | 2025-01-09T01:21:17.493Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2778 | 2025-01-09T01:21:24.851Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2779 | 2025-01-09T01:21:25.026Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2780 | 2025-01-09T01:21:26.232Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2781 | 2025-01-09T01:21:31.054Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2782 | 2025-01-09T01:21:31.212Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2783 | 2025-01-09T01:22:18.622Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2784 | 2025-01-09T01:22:28.023Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2785 | 2025-01-09T01:22:31.059Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2786 | 2025-01-09T01:22:35.199Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2787 | 2025-01-09T01:23:01.619Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2788 | 2025-01-09T01:23:03.980Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2789 | 2025-01-09T01:23:04.906Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2790 | 2025-01-09T01:23:05.118Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2791 | 2025-01-09T01:23:05.313Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2792 | 2025-01-09T01:23:08.034Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2793 | 2025-01-09T01:23:12.081Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2794 | 2025-01-09T01:23:15.409Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2795 | 2025-01-09T01:23:17.207Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2796 | 2025-01-09T01:23:46.720Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2797 | 2025-01-09T01:23:50.555Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2798 | 2025-01-09T01:23:58.328Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2799 | 2025-01-09T01:24:06.106Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2800 | 2025-01-09T01:24:09.332Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2801 | 2025-01-09T01:24:12.180Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2802 | 2025-01-09T01:24:32.861Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2803 | 2025-01-09T01:24:33.222Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2804 | 2025-01-09T01:24:34.002Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2805 | 2025-01-09T01:24:40.190Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2806 | 2025-01-09T01:24:43.182Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2807 | 2025-01-09T01:24:47.730Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2808 | 2025-01-09T01:24:56.664Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2809 | 2025-01-09T01:25:05.643Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2810 | 2025-01-09T01:25:10.449Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2811 | 2025-01-09T01:25:14.343Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2812 | 2025-01-09T01:25:14.767Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2813 | 2025-01-09T01:25:19.088Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2814 | 2025-01-09T01:25:19.398Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2815 | 2025-01-09T01:25:34.483Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2816 | 2025-01-09T01:25:34.950Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2817 | 2025-01-09T01:25:37.483Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2818 | 2025-01-09T01:25:39.476Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2819 | 2025-01-09T01:25:43.415Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2820 | 2025-01-09T01:25:46.778Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2821 | 2025-01-09T01:25:53.856Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2822 | 2025-01-09T01:25:54.879Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2823 | 2025-01-09T01:26:04.327Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2824 | 2025-01-09T01:26:04.329Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2825 | 2025-01-09T01:26:07.514Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2826 | 2025-01-09T01:26:10.857Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2827 | 2025-01-09T01:26:13.010Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2828 | 2025-01-09T01:26:22.619Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2829 | 2025-01-09T01:26:23.351Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2830 | 2025-01-09T01:26:23.549Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2831 | 2025-01-09T01:26:25.126Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2832 | 2025-01-09T01:26:25.967Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2833 | 2025-01-09T01:26:34.091Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2834 | 2025-01-09T01:26:39.972Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2835 | 2025-01-09T01:26:40.585Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2836 | 2025-01-09T01:26:40.607Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2837 | 2025-01-09T01:26:42.198Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2838 | 2025-01-09T01:26:42.413Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2839 | 2025-01-09T01:26:48.984Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2840 | 2025-01-09T01:27:00.269Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2841 | 2025-01-09T01:27:00.272Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2842 | 2025-01-09T01:27:03.710Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2843 | 2025-01-09T01:27:04.035Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2844 | 2025-01-09T01:27:04.037Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2845 | 2025-01-09T01:27:06.035Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2846 | 2025-01-09T01:27:10.376Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2847 | 2025-01-09T01:27:16.454Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2848 | 2025-01-09T01:27:16.896Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2849 | 2025-01-09T01:27:19.967Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2850 | 2025-01-09T01:27:20.318Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2851 | 2025-01-09T01:27:21.608Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2852 | 2025-01-09T01:27:24.895Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2853 | 2025-01-09T01:27:30.540Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2854 | 2025-01-09T01:27:36.197Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2855 | 2025-01-09T01:27:36.909Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2856 | 2025-01-09T01:27:36.930Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2857 | 2025-01-09T01:27:39.312Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2858 | 2025-01-09T01:27:43.724Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2859 | 2025-01-09T01:27:45.650Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2860 | 2025-01-09T01:27:46.235Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2861 | 2025-01-09T01:27:48.503Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2862 | 2025-01-09T01:27:51.900Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2863 | 2025-01-09T01:27:59.944Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2864 | 2025-01-09T01:28:01.282Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2865 | 2025-01-09T01:28:01.327Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2866 | 2025-01-09T01:28:02.398Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2867 | 2025-01-09T01:28:06.182Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2868 | 2025-01-09T01:28:09.913Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2869 | 2025-01-09T01:28:11.011Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2870 | 2025-01-09T01:28:12.396Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2871 | 2025-01-09T01:28:20.063Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2872 | 2025-01-09T01:28:20.422Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2873 | 2025-01-09T01:28:20.598Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2874 | 2025-01-09T01:28:21.557Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2875 | 2025-01-09T01:28:25.131Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2876 | 2025-01-09T01:28:25.435Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2877 | 2025-01-09T01:28:31.803Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2878 | 2025-01-09T01:28:36.328Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2879 | 2025-01-09T01:28:38.586Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2880 | 2025-01-09T01:28:39.720Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2881 | 2025-01-09T01:28:40.880Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2882 | 2025-01-09T01:28:41.458Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2883 | 2025-01-09T01:28:41.478Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2884 | 2025-01-09T01:28:41.878Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2885 | 2025-01-09T01:28:43.903Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2886 | 2025-01-09T01:28:47.871Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2887 | 2025-01-09T01:28:49.160Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2888 | 2025-01-09T01:28:50.290Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2889 | 2025-01-09T01:28:51.275Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2890 | 2025-01-09T01:28:51.771Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2891 | 2025-01-09T01:28:53.243Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2892 | 2025-01-09T01:28:56.214Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2893 | 2025-01-09T01:28:56.239Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2894 | 2025-01-09T01:28:57.088Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2895 | 2025-01-09T01:28:57.419Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2896 | 2025-01-09T01:28:58.034Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2897 | 2025-01-09T01:29:31.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 10s |
2898 | 2025-01-09T01:29:31.985Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2899 | 2025-01-09T01:29:32.055Z | |
2900 | 2025-01-09T01:29:32.058Z | real 9:11.203928083 |
2901 | 2025-01-09T01:29:32.058Z | user 27:01.735378480 |
2902 | 2025-01-09T01:29:32.058Z | sys 41:57.351968556 |
2903 | 2025-01-09T01:29:32.058Z | trap 0.438948193 |
2904 | 2025-01-09T01:29:32.058Z | tflt 0.173100851 |
2905 | 2025-01-09T01:29:32.058Z | dflt 0.109593710 |
2906 | 2025-01-09T01:29:32.059Z | kflt 0.000008188 |
2907 | 2025-01-09T01:29:32.059Z | lock 1:30:09.882992776 |
2908 | 2025-01-09T01:29:32.059Z | slp 2:35:08.509975175 |
2909 | 2025-01-09T01:29:32.059Z | lat 1:16.775477670 |
2910 | 2025-01-09T01:29:32.059Z | stop 1:11.121008225 |
2911 | 2025-01-09T01:29:32.059Z | process exited: duration 1263345 ms, exit code 0 |
|
2912 | 2025-01-09T01:29:32.065Z | found 0 output files |