|
|
|
1 | 2025-01-14T19:55:48.080Z | job assigned to worker 01JHK6481SXXJWVGYRM11347BB [factory aws, i-0dbee9ff6f4a9ffa2] (queued for 2 m 41 s) |
|
2 | 2025-01-14T19:55:56.267Z | starting task 0: "setup" |
3 | 2025-01-14T19:55:56.275Z | ++ uname -s |
4 | 2025-01-14T19:55:56.277Z | + kern=SunOS |
5 | 2025-01-14T19:55:56.277Z | + case "$kern" in |
6 | 2025-01-14T19:55:56.277Z | + groupadd -g 12345 build |
7 | 2025-01-14T19:55:56.279Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-14T19:55:58.288Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-14T19:55:58.340Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-14T19:55:58.343Z | + home_fs=zfs |
11 | 2025-01-14T19:55:58.343Z | + [[ zfs == autofs ]] |
12 | 2025-01-14T19:55:58.343Z | + mkdir -p /home/build |
13 | 2025-01-14T19:55:58.347Z | + chown build:build /home/build /work |
14 | 2025-01-14T19:56:00.347Z | + chmod 0700 /home/build /work |
15 | 2025-01-14T19:56:00.350Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2025-01-14T19:56:00.355Z | starting task 1: "rust-toolchain" |
17 | 2025-01-14T19:56:00.360Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-14T19:56:00.360Z | ' 1.81.0 |
19 | 2025-01-14T19:56:00.360Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-14T19:56:00.361Z | ' default |
21 | 2025-01-14T19:56:00.361Z | * toolchain channel = "1.81.0" |
22 | 2025-01-14T19:56:00.361Z | * toolchain profile = "default" |
23 | 2025-01-14T19:56:00.365Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-14T19:56:00.365Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-14T19:56:00.466Z | info: downloading installer |
26 | 2025-01-14T19:56:01.632Z | info: profile set to 'default' |
27 | 2025-01-14T19:56:01.633Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-14T19:56:01.635Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-14T19:56:01.767Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-14T19:56:01.768Z | info: downloading component 'cargo' |
31 | 2025-01-14T19:56:02.462Z | info: downloading component 'clippy' |
32 | 2025-01-14T19:56:02.720Z | info: downloading component 'rust-docs' |
33 | 2025-01-14T19:56:03.688Z | info: downloading component 'rust-std' |
34 | 2025-01-14T19:56:05.196Z | info: downloading component 'rustc' |
35 | 2025-01-14T19:56:10.657Z | info: downloading component 'rustfmt' |
36 | 2025-01-14T19:56:10.863Z | info: installing component 'cargo' |
37 | 2025-01-14T19:56:11.650Z | info: installing component 'clippy' |
38 | 2025-01-14T19:56:12.005Z | info: installing component 'rust-docs' |
39 | 2025-01-14T19:56:13.614Z | info: installing component 'rust-std' |
40 | 2025-01-14T19:56:15.330Z | info: installing component 'rustc' |
41 | 2025-01-14T19:56:20.976Z | info: installing component 'rustfmt' |
42 | 2025-01-14T19:56:21.294Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-14T19:56:21.294Z | |
44 | 2025-01-14T19:56:21.660Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-14T19:56:21.660Z | |
46 | 2025-01-14T19:56:21.663Z | |
47 | 2025-01-14T19:56:21.663Z | Rust is installed now. Great! |
48 | 2025-01-14T19:56:21.663Z | |
49 | 2025-01-14T19:56:21.663Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-14T19:56:21.663Z | environment variable. This has not been done automatically. |
51 | 2025-01-14T19:56:21.663Z | |
52 | 2025-01-14T19:56:21.663Z | To configure your current shell, you need to source |
53 | 2025-01-14T19:56:21.663Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-14T19:56:21.663Z | |
55 | 2025-01-14T19:56:21.663Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-14T19:56:21.663Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-14T19:56:21.663Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-14T19:56:21.736Z | + rustc --version |
59 | 2025-01-14T19:56:21.801Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-14T19:56:21.804Z | process exited: duration 21447 ms, exit code 0 |
|
61 | 2025-01-14T19:56:21.812Z | starting task 2: "authentication" |
62 | 2025-01-14T19:56:21.831Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-14T19:56:21.837Z | starting task 3: "clone repository" |
64 | 2025-01-14T19:56:21.842Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-14T19:56:21.844Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-14T19:56:21.886Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-14T19:56:29.402Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-14T19:56:29.405Z | + git fetch origin 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
69 | 2025-01-14T19:56:29.726Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-14T19:56:29.726Z | * branch 5c5c53f4a22db348528e6b531d43963ae3827ff9 -> FETCH_HEAD |
71 | 2025-01-14T19:56:29.736Z | + [[ -n iliana/tuf-artifact-key ]] |
72 | 2025-01-14T19:56:29.739Z | ++ git branch --show-current |
73 | 2025-01-14T19:56:29.741Z | + current=main |
74 | 2025-01-14T19:56:29.741Z | + [[ main != iliana/tuf-artifact-key ]] |
75 | 2025-01-14T19:56:29.741Z | + git branch -f iliana/tuf-artifact-key 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
76 | 2025-01-14T19:56:29.744Z | + git checkout -f iliana/tuf-artifact-key |
77 | 2025-01-14T19:56:29.923Z | Switched to branch 'iliana/tuf-artifact-key' |
78 | 2025-01-14T19:56:29.926Z | + git reset --hard 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
79 | 2025-01-14T19:56:29.940Z | HEAD is now at 5c5c53f4a replace TUF artifact primary key with a UUID |
80 | 2025-01-14T19:56:29.943Z | process exited: duration 8103 ms, exit code 0 |
|
81 | 2025-01-14T19:56:29.949Z | starting task 4: "build" |
82 | 2025-01-14T19:56:29.954Z | + source ./env.sh |
83 | 2025-01-14T19:56:29.954Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-14T19:56:29.954Z | ++ set -o xtrace |
85 | 2025-01-14T19:56:29.957Z | ++++ dirname ./env.sh |
86 | 2025-01-14T19:56:29.959Z | +++ readlink -f . |
87 | 2025-01-14T19:56:29.962Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-14T19:56:29.965Z | ++ 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-14T19:56:29.965Z | ++ 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-14T19:56:29.965Z | ++ 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-14T19:56:29.965Z | ++ 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-14T19:56:29.966Z | ++ 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-14T19:56:29.966Z | ++ 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-14T19:56:29.966Z | ++ 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-14T19:56:29.966Z | ++ 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-14T19:56:29.966Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-14T19:56:29.966Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-14T19:56:29.966Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-14T19:56:29.966Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-14T19:56:29.966Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-14T19:56:29.966Z | + cargo --version |
102 | 2025-01-14T19:56:30.019Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-14T19:56:30.021Z | + rustc --version |
104 | 2025-01-14T19:56:30.081Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-14T19:56:30.083Z | + banner prerequisites |
106 | 2025-01-14T19:56:30.086Z | |
107 | 2025-01-14T19:56:30.087Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-14T19:56:30.087Z | # # # # # # # # # # # # # # # |
109 | 2025-01-14T19:56:30.087Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-14T19:56:30.087Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-14T19:56:30.087Z | # # # # # # # # # # # # # # # |
112 | 2025-01-14T19:56:30.087Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-14T19:56:30.087Z | |
114 | 2025-01-14T19:56:30.089Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-14T19:56:31.657Z | pkg list: illegal option -- F |
116 | 2025-01-14T19:56:31.657Z | Usage: |
117 | 2025-01-14T19:56:31.660Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-14T19:56:31.660Z | [pkg_fmri_pattern ...] |
119 | 2025-01-14T19:56:32.513Z | pkg list: illegal option -- F |
120 | 2025-01-14T19:56:32.513Z | Usage: |
121 | 2025-01-14T19:56:32.516Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-14T19:56:32.516Z | [pkg_fmri_pattern ...] |
123 | 2025-01-14T19:56:38.636Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-14T19:56:42.735Z | Startup: Caching catalogs ... Done |
125 | 2025-01-14T19:56:54.093Z | Planning: Solver setup ... Done (10.548s) |
126 | 2025-01-14T19:56:54.233Z | Planning: Running solver ... Done (0.140s) |
127 | 2025-01-14T19:56:54.346Z | Planning: Finding local manifests ... Done (0.007s) |
128 | 2025-01-14T19:56:54.763Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-14T19:56:55.653Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-14T19:56:55.871Z | Planning: Package planning ... Done (0.111s) |
131 | 2025-01-14T19:56:55.871Z | Planning: Merging actions ... Done (0.055s) |
132 | 2025-01-14T19:56:55.894Z | Planning: Checking for conflicting actions ... Done (0.202s) |
133 | 2025-01-14T19:56:57.860Z | Planning: Consolidating action changes ... Done (2.081s) |
134 | 2025-01-14T19:56:58.300Z | Planning: Evaluating mediators ... Done (0.440s) |
135 | 2025-01-14T19:56:58.382Z | Planning: Planning completed in 15.55 seconds |
136 | 2025-01-14T19:56:58.399Z | Packages to install: 4 |
137 | 2025-01-14T19:56:58.400Z | Packages to update: 3 |
138 | 2025-01-14T19:56:58.402Z | Mediators to change: 2 |
139 | 2025-01-14T19:56:58.402Z | Services to change: 1 |
140 | 2025-01-14T19:56:58.402Z | Estimated space available: 155.63 GB |
141 | 2025-01-14T19:56:58.402Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-14T19:56:58.402Z | Create boot environment: No |
143 | 2025-01-14T19:56:58.402Z | Create backup boot environment: Yes |
144 | 2025-01-14T19:56:58.402Z | Rebuild boot archive: No |
145 | 2025-01-14T19:56:58.403Z | |
146 | 2025-01-14T19:56:58.403Z | Changed mediators: |
147 | 2025-01-14T19:56:58.403Z | mediator clang: |
148 | 2025-01-14T19:56:58.403Z | version: None -> 15 (system default) |
149 | 2025-01-14T19:56:58.403Z | |
150 | 2025-01-14T19:56:58.403Z | mediator llvm: |
151 | 2025-01-14T19:56:58.403Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-14T19:56:58.403Z | |
153 | 2025-01-14T19:56:58.403Z | Changed packages: |
154 | 2025-01-14T19:56:58.403Z | helios-dev |
155 | 2025-01-14T19:56:58.403Z | developer/build-essential |
156 | 2025-01-14T19:56:58.403Z | None -> 11-2.0 |
157 | 2025-01-14T19:56:58.403Z | library/libxmlsec1 |
158 | 2025-01-14T19:56:58.403Z | None -> 1.2.35-2.0 |
159 | 2025-01-14T19:56:58.403Z | ooce/developer/clang-15 |
160 | 2025-01-14T19:56:58.403Z | None -> 15.0.7-2.0 |
161 | 2025-01-14T19:56:58.403Z | ooce/developer/llvm-15 |
162 | 2025-01-14T19:56:58.403Z | None -> 15.0.7-2.0 |
163 | 2025-01-14T19:56:58.403Z | package/pkg |
164 | 2025-01-14T19:56:58.403Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-14T19:56:58.403Z | system/library/g++-runtime |
166 | 2025-01-14T19:56:58.403Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-14T19:56:58.403Z | system/library/gcc-runtime |
168 | 2025-01-14T19:56:58.403Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-14T19:56:58.403Z | |
170 | 2025-01-14T19:56:58.403Z | Services: |
171 | 2025-01-14T19:56:58.403Z | restart_fmri: |
172 | 2025-01-14T19:56:58.403Z | svc:/system/update-man-index:default |
173 | 2025-01-14T19:56:58.403Z | |
174 | 2025-01-14T19:56:58.403Z | Editable files to change: |
175 | 2025-01-14T19:56:58.403Z | Update: |
176 | 2025-01-14T19:56:58.403Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-14T19:56:58.483Z | |
178 | 2025-01-14T19:56:58.483Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-14T19:57:03.488Z | Download: 1006/4301 items 19.4/225.4MB 8% complete (4.0M/s) |
180 | 2025-01-14T19:57:08.491Z | Download: 1934/4301 items 118.4/225.4MB 52% complete (12.0M/s) |
181 | 2025-01-14T19:57:13.491Z | Download: 3040/4301 items 121.4/225.4MB 53% complete (10.2M/s) |
182 | 2025-01-14T19:57:18.493Z | Download: 3567/4301 items 215.8/225.4MB 95% complete (9.7M/s) |
183 | 2025-01-14T19:57:21.165Z | Download: Completed 225.42 MB in 22.68 seconds (9.9M/s) |
184 | 2025-01-14T19:57:23.213Z | Actions: 1/5122 actions (Removing old actions) |
185 | 2025-01-14T19:57:23.237Z | Actions: 194/5122 actions (Installing new actions) |
186 | 2025-01-14T19:57:27.986Z | Actions: 4267/5122 actions (Updating modified actions) |
187 | 2025-01-14T19:57:28.347Z | Actions: Completed 5122 actions in 5.13 seconds. |
188 | 2025-01-14T19:57:28.754Z | Done (0.398s) |
189 | 2025-01-14T19:57:28.756Z | Done (0.002s) |
190 | 2025-01-14T19:57:29.347Z | Done (0.590s) |
191 | 2025-01-14T19:57:33.792Z | Done (4.210s) |
192 | 2025-01-14T19:57:33.879Z | Done (0.018s) |
193 | 2025-01-14T19:57:33.882Z | Done (0.000s) |
194 | 2025-01-14T19:57:34.049Z | Done (0.000s) |
195 | 2025-01-14T19:57:34.758Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-01-14T19:57:34.923Z | Planning: Checking for conflicting actions ... Done |
197 | 2025-01-14T19:57:34.925Z | Planning: Consolidating action changes ... Done |
198 | 2025-01-14T19:57:35.203Z | Planning: Evaluating mediators ... Done |
199 | 2025-01-14T19:57:35.206Z | Planning: Planning completed in 0.45 seconds |
200 | 2025-01-14T19:57:35.244Z | Mediators to change: 2 |
201 | 2025-01-14T19:57:35.244Z | Create boot environment: No |
202 | 2025-01-14T19:57:35.247Z | Create backup boot environment: No |
203 | 2025-01-14T19:57:35.329Z | Done |
204 | 2025-01-14T19:57:35.329Z | Done |
205 | 2025-01-14T19:57:35.696Z | Done |
206 | 2025-01-14T19:57:39.383Z | Done |
207 | 2025-01-14T19:57:39.478Z | Done |
208 | 2025-01-14T19:57:39.481Z | Done |
209 | 2025-01-14T19:57:39.624Z | Done |
210 | 2025-01-14T19:57:40.248Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-01-14T19:57:40.251Z | Planning: Merging actions ... Done |
212 | 2025-01-14T19:57:40.443Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-01-14T19:57:40.445Z | Planning: Consolidating action changes ... Done |
214 | 2025-01-14T19:57:40.718Z | Planning: Evaluating mediators ... Done |
215 | 2025-01-14T19:57:40.774Z | Planning: Planning completed in 0.77 seconds |
216 | 2025-01-14T19:57:40.816Z | Packages to change: 1 |
217 | 2025-01-14T19:57:40.818Z | Mediators to change: 1 |
218 | 2025-01-14T19:57:40.818Z | Services to change: 1 |
219 | 2025-01-14T19:57:40.818Z | Create boot environment: No |
220 | 2025-01-14T19:57:40.819Z | Create backup boot environment: Yes |
221 | 2025-01-14T19:57:43.319Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2025-01-14T19:57:43.338Z | Actions: Completed 6 actions in 0.00 seconds. |
223 | 2025-01-14T19:57:43.338Z | Done |
224 | 2025-01-14T19:57:43.338Z | Done |
225 | 2025-01-14T19:57:43.338Z | Done |
226 | 2025-01-14T19:57:46.793Z | Done |
227 | 2025-01-14T19:57:46.888Z | Done |
228 | 2025-01-14T19:57:46.890Z | Done |
229 | 2025-01-14T19:57:47.039Z | Done |
230 | 2025-01-14T19:57:47.479Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2025-01-14T19:57:47.479Z | clang system 15 system |
232 | 2025-01-14T19:57:47.479Z | csh system system illumos |
233 | 2025-01-14T19:57:47.479Z | ctags system system illumos |
234 | 2025-01-14T19:57:47.480Z | gcc vendor 12 vendor |
235 | 2025-01-14T19:57:47.480Z | gcc system 10 system |
236 | 2025-01-14T19:57:47.480Z | gcc system 7 system |
237 | 2025-01-14T19:57:47.480Z | go system 1.20 system |
238 | 2025-01-14T19:57:47.480Z | go system 1.19 system |
239 | 2025-01-14T19:57:47.480Z | llvm system 15 system |
240 | 2025-01-14T19:57:47.480Z | llvm system 14 system |
241 | 2025-01-14T19:57:47.480Z | mariadb system 10.6 system |
242 | 2025-01-14T19:57:47.480Z | mta vendor vendor dma |
243 | 2025-01-14T19:57:47.480Z | openjdk system 17 system |
244 | 2025-01-14T19:57:47.480Z | openjdk system 11 system |
245 | 2025-01-14T19:57:47.480Z | openjdk system 1.8 system |
246 | 2025-01-14T19:57:47.480Z | openssl vendor 3 vendor |
247 | 2025-01-14T19:57:47.480Z | perl system 5.36 system |
248 | 2025-01-14T19:57:47.480Z | postgresql system 15 system |
249 | 2025-01-14T19:57:47.480Z | postgresql system 13 system |
250 | 2025-01-14T19:57:47.480Z | python vendor 3 vendor |
251 | 2025-01-14T19:57:47.480Z | python system 2 system |
252 | 2025-01-14T19:57:47.480Z | python3 system 3.11 system |
253 | 2025-01-14T19:57:47.480Z | ruby system 3.0 system |
254 | 2025-01-14T19:57:47.480Z | words vendor vendor american-english |
255 | 2025-01-14T19:57:47.480Z | words system system australian-english |
256 | 2025-01-14T19:57:47.480Z | words system system british-english |
257 | 2025-01-14T19:57:47.480Z | words system system canadian-english |
258 | 2025-01-14T19:57:47.480Z | words system system french |
259 | 2025-01-14T19:57:47.480Z | words system system italian |
260 | 2025-01-14T19:57:47.480Z | words system system ngerman |
261 | 2025-01-14T19:57:47.480Z | words system system ogerman |
262 | 2025-01-14T19:57:47.480Z | words system system spanish |
263 | 2025-01-14T19:57:47.818Z | PUBLISHER TYPE STATUS P LOCATION |
264 | 2025-01-14T19:57:47.818Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
265 | 2025-01-14T19:57:50.613Z | FMRI IFO |
266 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
270 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
271 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
272 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
273 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
274 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
275 | 2025-01-14T19:57:50.613Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
276 | 2025-01-14T19:57:50.614Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
277 | 2025-01-14T19:57:50.614Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
278 | 2025-01-14T19:57:50.614Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
279 | 2025-01-14T19:57:50.614Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
280 | 2025-01-14T19:57:50.614Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
281 | 2025-01-14T19:57:51.393Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
282 | 2025-01-14T19:57:51.670Z | Updating crates.io index |
283 | 2025-01-14T19:57:51.672Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
284 | 2025-01-14T19:57:52.024Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
285 | 2025-01-14T19:57:52.509Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
286 | 2025-01-14T19:57:52.747Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-01-14T19:57:53.049Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-01-14T19:57:53.286Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
289 | 2025-01-14T19:57:54.245Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
290 | 2025-01-14T19:57:55.776Z | Updating git repository `https://github.com/oxidecomputer/opte` |
291 | 2025-01-14T19:57:56.412Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
292 | 2025-01-14T19:57:57.200Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2025-01-14T19:57:57.491Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
294 | 2025-01-14T19:57:57.819Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
295 | 2025-01-14T19:57:58.388Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
296 | 2025-01-14T19:57:58.729Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
297 | 2025-01-14T19:57:59.181Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
298 | 2025-01-14T19:57:59.511Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
299 | 2025-01-14T19:57:59.799Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
300 | 2025-01-14T19:58:00.040Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
301 | 2025-01-14T19:58:00.471Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-01-14T19:58:00.728Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2025-01-14T19:58:01.020Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
304 | 2025-01-14T19:58:01.353Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2025-01-14T19:58:01.811Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
306 | 2025-01-14T19:58:02.141Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
307 | 2025-01-14T19:58:02.517Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
308 | 2025-01-14T19:58:02.934Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
309 | 2025-01-14T19:58:03.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
310 | 2025-01-14T19:58:03.496Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
311 | 2025-01-14T19:58:03.748Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
312 | 2025-01-14T19:58:05.047Z | Downloading crates ... |
313 | 2025-01-14T19:58:05.124Z | Downloaded anstyle v1.0.10 |
314 | 2025-01-14T19:58:05.126Z | Downloaded bytecount v0.6.8 |
315 | 2025-01-14T19:58:05.131Z | Downloaded anstyle-query v1.1.1 |
316 | 2025-01-14T19:58:05.135Z | Downloaded block-buffer v0.10.4 |
317 | 2025-01-14T19:58:05.138Z | Downloaded anyhow v1.0.93 |
318 | 2025-01-14T19:58:05.140Z | Downloaded anstream v0.6.15 |
319 | 2025-01-14T19:58:05.149Z | Downloaded dtrace-parser v0.2.0 |
320 | 2025-01-14T19:58:05.153Z | Downloaded scroll_derive v0.12.0 |
321 | 2025-01-14T19:58:05.163Z | Downloaded equivalent v1.0.1 |
322 | 2025-01-14T19:58:05.168Z | Downloaded swrite v0.1.0 |
323 | 2025-01-14T19:58:05.170Z | Downloaded pretty-hex v0.4.1 |
324 | 2025-01-14T19:58:05.178Z | Downloaded byteorder v1.5.0 |
325 | 2025-01-14T19:58:05.180Z | Downloaded is_terminal_polyfill v1.70.1 |
326 | 2025-01-14T19:58:05.180Z | Downloaded fnv v1.0.7 |
327 | 2025-01-14T19:58:05.183Z | Downloaded clap_lex v0.7.2 |
328 | 2025-01-14T19:58:05.183Z | Downloaded digest v0.10.7 |
329 | 2025-01-14T19:58:05.185Z | Downloaded thiserror v1.0.69 |
330 | 2025-01-14T19:58:05.189Z | Downloaded fs-err v2.11.0 |
331 | 2025-01-14T19:58:05.192Z | Downloaded autocfg v1.4.0 |
332 | 2025-01-14T19:58:05.194Z | Downloaded anstyle-parse v0.2.5 |
333 | 2025-01-14T19:58:05.197Z | Downloaded utf8parse v0.2.2 |
334 | 2025-01-14T19:58:05.199Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2025-01-14T19:58:05.199Z | Downloaded memmap v0.7.0 |
336 | 2025-01-14T19:58:05.201Z | Downloaded usdt-macro v0.5.0 |
337 | 2025-01-14T19:58:05.201Z | Downloaded usdt-attr-macro v0.5.0 |
338 | 2025-01-14T19:58:05.204Z | Downloaded itoa v1.0.11 |
339 | 2025-01-14T19:58:05.204Z | Downloaded heck v0.5.0 |
340 | 2025-01-14T19:58:05.207Z | Downloaded macaddr v1.0.1 |
341 | 2025-01-14T19:58:05.207Z | Downloaded dof v0.3.0 |
342 | 2025-01-14T19:58:05.209Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2025-01-14T19:58:05.209Z | Downloaded plain v0.2.3 |
344 | 2025-01-14T19:58:05.211Z | Downloaded cpufeatures v0.2.14 |
345 | 2025-01-14T19:58:05.211Z | Downloaded colorchoice v1.0.2 |
346 | 2025-01-14T19:58:05.214Z | Downloaded errno v0.3.9 |
347 | 2025-01-14T19:58:05.218Z | Downloaded thiserror-impl v1.0.69 |
348 | 2025-01-14T19:58:05.221Z | Downloaded tabled_derive v0.7.0 |
349 | 2025-01-14T19:58:05.221Z | Downloaded pest_generator v2.7.14 |
350 | 2025-01-14T19:58:05.221Z | Downloaded usdt v0.5.0 |
351 | 2025-01-14T19:58:05.221Z | Downloaded toml_datetime v0.6.8 |
352 | 2025-01-14T19:58:05.223Z | Downloaded heck v0.4.1 |
353 | 2025-01-14T19:58:05.223Z | Downloaded terminal_size v0.4.0 |
354 | 2025-01-14T19:58:05.226Z | Downloaded serde_tokenstream v0.2.2 |
355 | 2025-01-14T19:58:05.226Z | Downloaded crypto-common v0.1.6 |
356 | 2025-01-14T19:58:05.228Z | Downloaded usdt-impl v0.5.0 |
357 | 2025-01-14T19:58:05.228Z | Downloaded strsim v0.11.1 |
358 | 2025-01-14T19:58:05.231Z | Downloaded proc-macro-error v1.0.4 |
359 | 2025-01-14T19:58:05.233Z | Downloaded camino v1.1.9 |
360 | 2025-01-14T19:58:05.235Z | Downloaded pest_meta v2.7.14 |
361 | 2025-01-14T19:58:05.238Z | Downloaded thread-id v4.2.2 |
362 | 2025-01-14T19:58:05.238Z | Downloaded tempfile v3.13.0 |
363 | 2025-01-14T19:58:05.241Z | Downloaded smawk v0.3.2 |
364 | 2025-01-14T19:58:05.243Z | Downloaded once_cell v1.20.2 |
365 | 2025-01-14T19:58:05.245Z | Downloaded clap_derive v4.5.18 |
366 | 2025-01-14T19:58:05.247Z | Downloaded cfg-if v1.0.0 |
367 | 2025-01-14T19:58:05.247Z | Downloaded pest_derive v2.7.14 |
368 | 2025-01-14T19:58:05.249Z | Downloaded semver v1.0.23 |
369 | 2025-01-14T19:58:05.253Z | Downloaded quote v1.0.37 |
370 | 2025-01-14T19:58:05.255Z | Downloaded fastrand v2.1.1 |
371 | 2025-01-14T19:58:05.255Z | Downloaded version_check v0.9.5 |
372 | 2025-01-14T19:58:05.258Z | Downloaded scroll v0.12.0 |
373 | 2025-01-14T19:58:05.258Z | Downloaded generic-array v0.14.7 |
374 | 2025-01-14T19:58:05.260Z | Downloaded cargo_metadata v0.18.1 |
375 | 2025-01-14T19:58:05.260Z | Downloaded serde_spanned v0.6.8 |
376 | 2025-01-14T19:58:05.263Z | Downloaded camino-tempfile v1.1.1 |
377 | 2025-01-14T19:58:05.266Z | Downloaded cargo-platform v0.1.8 |
378 | 2025-01-14T19:58:05.266Z | Downloaded sha2 v0.10.8 |
379 | 2025-01-14T19:58:05.269Z | Downloaded proc-macro2 v1.0.89 |
380 | 2025-01-14T19:58:05.272Z | Downloaded zerocopy-derive v0.7.35 |
381 | 2025-01-14T19:58:05.274Z | Downloaded unicode-ident v1.0.13 |
382 | 2025-01-14T19:58:05.277Z | Downloaded typenum v1.17.0 |
383 | 2025-01-14T19:58:05.279Z | Downloaded ucd-trie v0.1.7 |
384 | 2025-01-14T19:58:05.281Z | Downloaded cargo_toml v0.20.5 |
385 | 2025-01-14T19:58:05.284Z | Downloaded log v0.4.22 |
386 | 2025-01-14T19:58:05.286Z | Downloaded toml v0.8.19 |
387 | 2025-01-14T19:58:05.288Z | Downloaded textwrap v0.16.1 |
388 | 2025-01-14T19:58:05.291Z | Downloaded ryu v1.0.18 |
389 | 2025-01-14T19:58:05.294Z | Downloaded papergrid v0.11.0 |
390 | 2025-01-14T19:58:05.299Z | Downloaded clap v4.5.21 |
391 | 2025-01-14T19:58:05.307Z | Downloaded bitflags v2.6.0 |
392 | 2025-01-14T19:58:05.311Z | Downloaded indexmap v2.6.0 |
393 | 2025-01-14T19:58:05.315Z | Downloaded serde_derive v1.0.215 |
394 | 2025-01-14T19:58:05.327Z | Downloaded serde v1.0.215 |
395 | 2025-01-14T19:58:05.331Z | Downloaded memchr v2.7.4 |
396 | 2025-01-14T19:58:05.336Z | Downloaded toml_edit v0.22.22 |
397 | 2025-01-14T19:58:05.358Z | Downloaded hashbrown v0.15.1 |
398 | 2025-01-14T19:58:05.366Z | Downloaded pest v2.7.14 |
399 | 2025-01-14T19:58:05.371Z | Downloaded clap_builder v4.5.21 |
400 | 2025-01-14T19:58:05.378Z | Downloaded serde_json v1.0.133 |
401 | 2025-01-14T19:58:05.385Z | Downloaded zerocopy v0.7.35 |
402 | 2025-01-14T19:58:05.400Z | Downloaded winnow v0.6.20 |
403 | 2025-01-14T19:58:05.408Z | Downloaded goblin v0.8.2 |
404 | 2025-01-14T19:58:05.416Z | Downloaded tabled v0.15.0 |
405 | 2025-01-14T19:58:05.431Z | Downloaded syn v1.0.109 |
406 | 2025-01-14T19:58:05.444Z | Downloaded syn v2.0.87 |
407 | 2025-01-14T19:58:05.452Z | Downloaded unicode-width v0.1.14 |
408 | 2025-01-14T19:58:05.463Z | Downloaded rustix v0.38.37 |
409 | 2025-01-14T19:58:05.494Z | Downloaded libc v0.2.162 |
410 | 2025-01-14T19:58:05.805Z | Compiling proc-macro2 v1.0.89 |
411 | 2025-01-14T19:58:05.805Z | Compiling unicode-ident v1.0.13 |
412 | 2025-01-14T19:58:05.805Z | Compiling serde v1.0.215 |
413 | 2025-01-14T19:58:05.805Z | Compiling version_check v0.9.5 |
414 | 2025-01-14T19:58:05.807Z | Compiling thiserror v1.0.69 |
415 | 2025-01-14T19:58:05.807Z | Compiling memchr v2.7.4 |
416 | 2025-01-14T19:58:05.807Z | Compiling libc v0.2.162 |
417 | 2025-01-14T19:58:05.807Z | Compiling ryu v1.0.18 |
418 | 2025-01-14T19:58:06.050Z | Compiling itoa v1.0.11 |
419 | 2025-01-14T19:58:06.278Z | Compiling ucd-trie v0.1.7 |
420 | 2025-01-14T19:58:06.299Z | Compiling once_cell v1.20.2 |
421 | 2025-01-14T19:58:06.680Z | Compiling byteorder v1.5.0 |
422 | 2025-01-14T19:58:06.717Z | Compiling rustix v0.38.37 |
423 | 2025-01-14T19:58:06.840Z | Compiling serde_json v1.0.133 |
424 | 2025-01-14T19:58:07.164Z | Compiling bitflags v2.6.0 |
425 | 2025-01-14T19:58:07.244Z | Compiling proc-macro-error-attr v1.0.4 |
426 | 2025-01-14T19:58:07.548Z | Compiling usdt-impl v0.5.0 |
427 | 2025-01-14T19:58:07.609Z | Compiling syn v1.0.109 |
428 | 2025-01-14T19:58:07.662Z | Compiling quote v1.0.37 |
429 | 2025-01-14T19:58:07.662Z | Compiling proc-macro-error v1.0.4 |
430 | 2025-01-14T19:58:07.711Z | Compiling plain v0.2.3 |
431 | 2025-01-14T19:58:07.907Z | Compiling log v0.4.22 |
432 | 2025-01-14T19:58:07.949Z | Compiling equivalent v1.0.1 |
433 | 2025-01-14T19:58:08.032Z | Compiling camino v1.1.9 |
434 | 2025-01-14T19:58:08.075Z | Compiling syn v2.0.87 |
435 | 2025-01-14T19:58:08.234Z | Compiling errno v0.3.9 |
436 | 2025-01-14T19:58:08.411Z | Compiling hashbrown v0.15.1 |
437 | 2025-01-14T19:58:08.435Z | Compiling utf8parse v0.2.2 |
438 | 2025-01-14T19:58:08.586Z | Compiling thread-id v4.2.2 |
439 | 2025-01-14T19:58:08.614Z | Compiling anstyle-parse v0.2.5 |
440 | 2025-01-14T19:58:08.855Z | Compiling winnow v0.6.20 |
441 | 2025-01-14T19:58:08.943Z | Compiling is_terminal_polyfill v1.70.1 |
442 | 2025-01-14T19:58:09.087Z | Compiling colorchoice v1.0.2 |
443 | 2025-01-14T19:58:09.113Z | Compiling pretty-hex v0.4.1 |
444 | 2025-01-14T19:58:09.266Z | Compiling unicode-width v0.1.14 |
445 | 2025-01-14T19:58:09.330Z | Compiling anstyle-query v1.1.1 |
446 | 2025-01-14T19:58:09.471Z | Compiling anstyle v1.0.10 |
447 | 2025-01-14T19:58:09.503Z | Compiling semver v1.0.23 |
448 | 2025-01-14T19:58:09.649Z | Compiling indexmap v2.6.0 |
449 | 2025-01-14T19:58:09.786Z | Compiling autocfg v1.4.0 |
450 | 2025-01-14T19:58:09.953Z | Compiling anstream v0.6.15 |
451 | 2025-01-14T19:58:10.387Z | Compiling terminal_size v0.4.0 |
452 | 2025-01-14T19:58:10.622Z | Compiling fastrand v2.1.1 |
453 | 2025-01-14T19:58:10.725Z | Compiling strsim v0.11.1 |
454 | 2025-01-14T19:58:10.984Z | Compiling fs-err v2.11.0 |
455 | 2025-01-14T19:58:11.048Z | Compiling fnv v1.0.7 |
456 | 2025-01-14T19:58:11.185Z | Compiling cfg-if v1.0.0 |
457 | 2025-01-14T19:58:11.238Z | Compiling bytecount v0.6.8 |
458 | 2025-01-14T19:58:11.263Z | Compiling heck v0.5.0 |
459 | 2025-01-14T19:58:11.289Z | Compiling clap_lex v0.7.2 |
460 | 2025-01-14T19:58:11.650Z | Compiling anyhow v1.0.93 |
461 | 2025-01-14T19:58:11.653Z | Compiling heck v0.4.1 |
462 | 2025-01-14T19:58:11.778Z | Compiling clap_builder v4.5.21 |
463 | 2025-01-14T19:58:11.804Z | Compiling tempfile v3.13.0 |
464 | 2025-01-14T19:58:12.146Z | Compiling papergrid v0.11.0 |
465 | 2025-01-14T19:58:12.466Z | Compiling memmap v0.7.0 |
466 | 2025-01-14T19:58:12.702Z | Compiling unicode-linebreak v0.1.5 |
467 | 2025-01-14T19:58:12.736Z | Compiling smawk v0.3.2 |
468 | 2025-01-14T19:58:12.952Z | Compiling swrite v0.1.0 |
469 | 2025-01-14T19:58:13.084Z | Compiling textwrap v0.16.1 |
470 | 2025-01-14T19:58:14.223Z | Compiling tabled_derive v0.7.0 |
471 | 2025-01-14T19:58:15.921Z | Compiling tabled v0.15.0 |
472 | 2025-01-14T19:58:17.274Z | Compiling serde_derive v1.0.215 |
473 | 2025-01-14T19:58:17.274Z | Compiling thiserror-impl v1.0.69 |
474 | 2025-01-14T19:58:17.277Z | Compiling zerocopy-derive v0.7.35 |
475 | 2025-01-14T19:58:17.277Z | Compiling scroll_derive v0.12.0 |
476 | 2025-01-14T19:58:17.434Z | Compiling clap_derive v4.5.18 |
477 | 2025-01-14T19:58:18.450Z | Compiling scroll v0.12.0 |
478 | 2025-01-14T19:58:18.939Z | Compiling goblin v0.8.2 |
479 | 2025-01-14T19:58:19.123Z | Compiling zerocopy v0.7.35 |
480 | 2025-01-14T19:58:19.970Z | Compiling pest v2.7.14 |
481 | 2025-01-14T19:58:21.313Z | Compiling clap v4.5.21 |
482 | 2025-01-14T19:58:22.286Z | Compiling pest_meta v2.7.14 |
483 | 2025-01-14T19:58:23.171Z | Compiling pest_generator v2.7.14 |
484 | 2025-01-14T19:58:25.079Z | Compiling pest_derive v2.7.14 |
485 | 2025-01-14T19:58:25.848Z | Compiling dtrace-parser v0.2.0 |
486 | 2025-01-14T19:58:27.512Z | Compiling serde_tokenstream v0.2.2 |
487 | 2025-01-14T19:58:27.532Z | Compiling toml_datetime v0.6.8 |
488 | 2025-01-14T19:58:27.534Z | Compiling serde_spanned v0.6.8 |
489 | 2025-01-14T19:58:27.885Z | Compiling toml_edit v0.22.22 |
490 | 2025-01-14T19:58:27.888Z | Compiling cargo-platform v0.1.8 |
491 | 2025-01-14T19:58:28.133Z | Compiling macaddr v1.0.1 |
492 | 2025-01-14T19:58:28.223Z | Compiling camino-tempfile v1.1.1 |
493 | 2025-01-14T19:58:28.997Z | Compiling dof v0.3.0 |
494 | 2025-01-14T19:58:29.035Z | Compiling cargo_metadata v0.18.1 |
495 | 2025-01-14T19:58:30.821Z | Compiling usdt-attr-macro v0.5.0 |
496 | 2025-01-14T19:58:30.969Z | Compiling usdt-macro v0.5.0 |
497 | 2025-01-14T19:58:30.969Z | Compiling toml v0.8.19 |
498 | 2025-01-14T19:58:31.704Z | Compiling cargo_toml v0.20.5 |
499 | 2025-01-14T19:58:32.017Z | Compiling usdt v0.5.0 |
500 | 2025-01-14T19:58:35.239Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
501 | 2025-01-14T19:58:39.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.24s |
502 | 2025-01-14T19:58:39.666Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
503 | 2025-01-14T19:58:40.206Z | Downloading crates ... |
504 | 2025-01-14T19:58:40.358Z | Downloaded darling v0.20.10 |
505 | 2025-01-14T19:58:40.402Z | Downloaded hyper-rustls v0.27.3 |
506 | 2025-01-14T19:58:40.406Z | Downloaded hubpack_derive v0.1.1 |
507 | 2025-01-14T19:58:40.409Z | Downloaded humantime v2.1.0 |
508 | 2025-01-14T19:58:40.415Z | Downloaded hickory-server v0.24.1 |
509 | 2025-01-14T19:58:40.422Z | Downloaded hyper-tls v0.6.0 |
510 | 2025-01-14T19:58:40.424Z | Downloaded addr2line v0.24.2 |
511 | 2025-01-14T19:58:40.426Z | Downloaded hyper-util v0.1.10 |
512 | 2025-01-14T19:58:40.431Z | Downloaded hubpack v0.1.2 |
513 | 2025-01-14T19:58:40.435Z | Downloaded heapless v0.8.0 |
514 | 2025-01-14T19:58:40.438Z | Downloaded hyper-staticfile v0.10.1 |
515 | 2025-01-14T19:58:40.440Z | Downloaded adler2 v2.0.0 |
516 | 2025-01-14T19:58:40.442Z | Downloaded async-stream v0.3.6 |
517 | 2025-01-14T19:58:40.445Z | Downloaded hyper v1.5.0 |
518 | 2025-01-14T19:58:40.452Z | Downloaded async-recursion v1.1.1 |
519 | 2025-01-14T19:58:40.456Z | Downloaded heapless v0.7.17 |
520 | 2025-01-14T19:58:40.461Z | Downloaded icu_collections v1.5.0 |
521 | 2025-01-14T19:58:40.469Z | Downloaded icu_provider v1.5.0 |
522 | 2025-01-14T19:58:40.473Z | Downloaded icu_normalizer_data v1.5.0 |
523 | 2025-01-14T19:58:40.475Z | Downloaded bb8 v0.8.5 |
524 | 2025-01-14T19:58:40.478Z | Downloaded ident_case v1.0.1 |
525 | 2025-01-14T19:58:40.480Z | Downloaded icu_locid v1.5.0 |
526 | 2025-01-14T19:58:40.484Z | Downloaded base16ct v0.2.0 |
527 | 2025-01-14T19:58:40.487Z | Downloaded icu_normalizer v1.5.0 |
528 | 2025-01-14T19:58:40.491Z | Downloaded bitfield-struct v0.6.2 |
529 | 2025-01-14T19:58:40.493Z | Downloaded bcrypt-pbkdf v0.10.0 |
530 | 2025-01-14T19:58:40.496Z | Downloaded icu_provider_macros v1.5.0 |
531 | 2025-01-14T19:58:40.496Z | Downloaded bit-set v0.5.3 |
532 | 2025-01-14T19:58:40.498Z | Downloaded icu_locid_transform_data v1.5.0 |
533 | 2025-01-14T19:58:40.501Z | Downloaded icu_locid_transform v1.5.0 |
534 | 2025-01-14T19:58:40.504Z | Downloaded cfg_aliases v0.1.1 |
535 | 2025-01-14T19:58:40.504Z | Downloaded is_ci v1.2.0 |
536 | 2025-01-14T19:58:40.507Z | Downloaded indoc v1.0.9 |
537 | 2025-01-14T19:58:40.509Z | Downloaded ciborium-io v0.2.2 |
538 | 2025-01-14T19:58:40.509Z | Downloaded cfg_aliases v0.2.1 |
539 | 2025-01-14T19:58:40.511Z | Downloaded instant v0.1.13 |
540 | 2025-01-14T19:58:40.514Z | Downloaded inout v0.1.3 |
541 | 2025-01-14T19:58:40.516Z | Downloaded crunchy v0.2.2 |
542 | 2025-01-14T19:58:40.516Z | Downloaded async-trait v0.1.83 |
543 | 2025-01-14T19:58:40.519Z | Downloaded atomic-waker v1.1.2 |
544 | 2025-01-14T19:58:40.522Z | Downloaded bitflags v1.3.2 |
545 | 2025-01-14T19:58:40.525Z | Downloaded backoff v0.4.0 |
546 | 2025-01-14T19:58:40.528Z | Downloaded crucible-workspace-hack v0.1.0 |
547 | 2025-01-14T19:58:40.531Z | Downloaded ipnetwork v0.20.0 |
548 | 2025-01-14T19:58:40.534Z | Downloaded base64ct v1.6.0 |
549 | 2025-01-14T19:58:40.537Z | Downloaded is-terminal v0.4.13 |
550 | 2025-01-14T19:58:40.537Z | Downloaded internet-checksum v0.2.1 |
551 | 2025-01-14T19:58:40.539Z | Downloaded cexpr v0.6.0 |
552 | 2025-01-14T19:58:40.542Z | Downloaded matches v0.1.10 |
553 | 2025-01-14T19:58:40.542Z | Downloaded bcs v0.1.6 |
554 | 2025-01-14T19:58:40.544Z | Downloaded match_cfg v0.1.0 |
555 | 2025-01-14T19:58:40.544Z | Downloaded http-body v1.0.1 |
556 | 2025-01-14T19:58:40.546Z | Downloaded md5 v0.7.0 |
557 | 2025-01-14T19:58:40.549Z | Downloaded block-padding v0.3.3 |
558 | 2025-01-14T19:58:40.549Z | Downloaded cassowary v0.3.0 |
559 | 2025-01-14T19:58:40.551Z | Downloaded chrono-tz-build v0.4.0 |
560 | 2025-01-14T19:58:40.553Z | Downloaded buf-list v1.0.3 |
561 | 2025-01-14T19:58:40.556Z | Downloaded indent_write v2.2.0 |
562 | 2025-01-14T19:58:40.558Z | Downloaded managed v0.8.0 |
563 | 2025-01-14T19:58:40.558Z | Downloaded idna v1.0.3 |
564 | 2025-01-14T19:58:40.563Z | Downloaded hostname v0.4.0 |
565 | 2025-01-14T19:58:40.565Z | Downloaded libefi-sys v0.1.0 |
566 | 2025-01-14T19:58:40.568Z | Downloaded lazycell v1.3.0 |
567 | 2025-01-14T19:58:40.570Z | Downloaded lalrpop-util v0.19.12 |
568 | 2025-01-14T19:58:40.570Z | Downloaded kstat-rs v0.2.4 |
569 | 2025-01-14T19:58:40.572Z | Downloaded keccak v0.1.5 |
570 | 2025-01-14T19:58:40.574Z | Downloaded crc-catalog v2.4.0 |
571 | 2025-01-14T19:58:40.574Z | Downloaded lru-cache v0.1.2 |
572 | 2025-01-14T19:58:40.577Z | Downloaded curve25519-dalek-derive v0.1.1 |
573 | 2025-01-14T19:58:40.579Z | Downloaded crc v3.2.1 |
574 | 2025-01-14T19:58:40.581Z | Downloaded convert_case v0.4.0 |
575 | 2025-01-14T19:58:40.584Z | Downloaded array-init v0.0.4 |
576 | 2025-01-14T19:58:40.584Z | Downloaded strum v0.26.3 |
577 | 2025-01-14T19:58:40.586Z | Downloaded ctr v0.9.2 |
578 | 2025-01-14T19:58:40.589Z | Downloaded ciborium-ll v0.2.2 |
579 | 2025-01-14T19:58:40.589Z | Downloaded linked-hash-map v0.5.6 |
580 | 2025-01-14T19:58:40.592Z | Downloaded time-core v0.1.2 |
581 | 2025-01-14T19:58:40.592Z | Downloaded lru v0.12.5 |
582 | 2025-01-14T19:58:40.594Z | Downloaded lockfree-object-pool v0.1.6 |
583 | 2025-01-14T19:58:40.597Z | Downloaded waitgroup v0.1.2 |
584 | 2025-01-14T19:58:40.597Z | Downloaded icu_properties v1.5.1 |
585 | 2025-01-14T19:58:40.602Z | Downloaded memoffset v0.9.1 |
586 | 2025-01-14T19:58:40.604Z | Downloaded maybe-uninit v2.0.0 |
587 | 2025-01-14T19:58:40.604Z | Downloaded md-5 v0.10.6 |
588 | 2025-01-14T19:58:40.607Z | Downloaded maplit v1.0.2 |
589 | 2025-01-14T19:58:40.609Z | Downloaded cbc v0.1.2 |
590 | 2025-01-14T19:58:40.613Z | Downloaded yoke-derive v0.7.4 |
591 | 2025-01-14T19:58:40.613Z | Downloaded heck v0.3.3 |
592 | 2025-01-14T19:58:40.615Z | Downloaded ciborium v0.2.2 |
593 | 2025-01-14T19:58:40.618Z | Downloaded mime v0.3.17 |
594 | 2025-01-14T19:58:40.620Z | Downloaded quinn-udp v0.5.5 |
595 | 2025-01-14T19:58:40.622Z | Downloaded console v0.15.8 |
596 | 2025-01-14T19:58:40.625Z | Downloaded colored v2.1.0 |
597 | 2025-01-14T19:58:40.627Z | Downloaded zone_cfg_derive v0.3.0 |
598 | 2025-01-14T19:58:40.630Z | Downloaded derive_builder_macro v0.20.2 |
599 | 2025-01-14T19:58:40.630Z | Downloaded crossbeam-deque v0.8.5 |
600 | 2025-01-14T19:58:40.633Z | Downloaded hex-literal v0.4.1 |
601 | 2025-01-14T19:58:40.633Z | Downloaded zerofrom v0.1.4 |
602 | 2025-01-14T19:58:40.636Z | Downloaded signal-hook-mio v0.2.4 |
603 | 2025-01-14T19:58:40.636Z | Downloaded foreign-types v0.3.2 |
604 | 2025-01-14T19:58:40.638Z | Downloaded scheduled-thread-pool v0.2.7 |
605 | 2025-01-14T19:58:40.638Z | Downloaded ref-cast-impl v1.0.23 |
606 | 2025-01-14T19:58:40.641Z | Downloaded ref-cast v1.0.23 |
607 | 2025-01-14T19:58:40.643Z | Downloaded rand_core v0.6.4 |
608 | 2025-01-14T19:58:40.647Z | Downloaded newtype_derive v0.1.6 |
609 | 2025-01-14T19:58:40.647Z | Downloaded slog-json v2.6.1 |
610 | 2025-01-14T19:58:40.649Z | Downloaded strum_macros v0.24.3 |
611 | 2025-01-14T19:58:40.649Z | Downloaded serde_repr v0.1.19 |
612 | 2025-01-14T19:58:40.652Z | Downloaded smf v0.2.3 |
613 | 2025-01-14T19:58:40.654Z | Downloaded new_debug_unreachable v1.0.6 |
614 | 2025-01-14T19:58:40.657Z | Downloaded futures-io v0.3.31 |
615 | 2025-01-14T19:58:40.657Z | Downloaded httparse v1.9.5 |
616 | 2025-01-14T19:58:40.660Z | Downloaded structmeta-derive v0.3.0 |
617 | 2025-01-14T19:58:40.662Z | Downloaded structmeta-derive v0.2.0 |
618 | 2025-01-14T19:58:40.666Z | Downloaded thread_local v1.1.8 |
619 | 2025-01-14T19:58:40.670Z | Downloaded twox-hash v1.6.3 |
620 | 2025-01-14T19:58:40.670Z | Downloaded mime_guess v2.0.5 |
621 | 2025-01-14T19:58:40.672Z | Downloaded opaque-debug v0.3.1 |
622 | 2025-01-14T19:58:40.672Z | Downloaded newline-converter v0.3.0 |
623 | 2025-01-14T19:58:40.675Z | Downloaded hickory-client v0.24.1 |
624 | 2025-01-14T19:58:40.679Z | Downloaded lock_api v0.4.12 |
625 | 2025-01-14T19:58:40.679Z | Downloaded highway v1.2.0 |
626 | 2025-01-14T19:58:40.682Z | Downloaded utf8_iter v1.0.4 |
627 | 2025-01-14T19:58:40.682Z | Downloaded clang-sys v1.8.1 |
628 | 2025-01-14T19:58:40.685Z | Downloaded cookie v0.18.1 |
629 | 2025-01-14T19:58:40.689Z | Downloaded precomputed-hash v0.1.1 |
630 | 2025-01-14T19:58:40.691Z | Downloaded percent-encoding v2.3.1 |
631 | 2025-01-14T19:58:40.691Z | Downloaded indicatif v0.17.9 |
632 | 2025-01-14T19:58:40.695Z | Downloaded zerofrom-derive v0.1.4 |
633 | 2025-01-14T19:58:40.698Z | Downloaded ed25519 v2.2.3 |
634 | 2025-01-14T19:58:40.701Z | Downloaded crc-any v2.5.0 |
635 | 2025-01-14T19:58:40.704Z | Downloaded cookie_store v0.21.0 |
636 | 2025-01-14T19:58:40.707Z | Downloaded base64 v0.22.1 |
637 | 2025-01-14T19:58:40.709Z | Downloaded newtype-uuid v1.1.3 |
638 | 2025-01-14T19:58:40.712Z | Downloaded structmeta v0.3.0 |
639 | 2025-01-14T19:58:40.714Z | Downloaded time-macros v0.2.18 |
640 | 2025-01-14T19:58:40.716Z | Downloaded tower-service v0.3.3 |
641 | 2025-01-14T19:58:40.719Z | Downloaded hmac v0.12.1 |
642 | 2025-01-14T19:58:40.721Z | Downloaded toolchain_find v0.4.0 |
643 | 2025-01-14T19:58:40.721Z | Downloaded termtree v0.4.1 |
644 | 2025-01-14T19:58:40.724Z | Downloaded tokio-tungstenite v0.24.0 |
645 | 2025-01-14T19:58:40.726Z | Downloaded nanorand v0.7.0 |
646 | 2025-01-14T19:58:40.739Z | Downloaded phf_codegen v0.11.2 |
647 | 2025-01-14T19:58:40.741Z | Downloaded chacha20poly1305 v0.10.1 |
648 | 2025-01-14T19:58:40.744Z | Downloaded paste v1.0.15 |
649 | 2025-01-14T19:58:40.746Z | Downloaded olpc-cjson v0.1.4 |
650 | 2025-01-14T19:58:40.748Z | Downloaded crossbeam-epoch v0.9.18 |
651 | 2025-01-14T19:58:40.751Z | Downloaded bytes v1.8.0 |
652 | 2025-01-14T19:58:40.757Z | Downloaded signal-hook v0.3.17 |
653 | 2025-01-14T19:58:40.759Z | Downloaded rustc-hash v1.1.0 |
654 | 2025-01-14T19:58:40.762Z | Downloaded russh-cryptovec v0.7.3 |
655 | 2025-01-14T19:58:40.762Z | Downloaded rtoolbox v0.0.2 |
656 | 2025-01-14T19:58:40.765Z | Downloaded rfc6979 v0.4.0 |
657 | 2025-01-14T19:58:40.768Z | Downloaded fxhash v0.2.1 |
658 | 2025-01-14T19:58:40.768Z | Downloaded foreign-types-shared v0.1.1 |
659 | 2025-01-14T19:58:40.768Z | Downloaded semver v0.1.20 |
660 | 2025-01-14T19:58:40.771Z | Downloaded radium v0.7.0 |
661 | 2025-01-14T19:58:40.771Z | Downloaded dyn-clone v1.0.17 |
662 | 2025-01-14T19:58:40.774Z | Downloaded ppv-lite86 v0.2.20 |
663 | 2025-01-14T19:58:40.777Z | Downloaded ecdsa v0.16.9 |
664 | 2025-01-14T19:58:40.777Z | Downloaded sha1 v0.10.6 |
665 | 2025-01-14T19:58:40.779Z | Downloaded shell-words v1.1.0 |
666 | 2025-01-14T19:58:40.781Z | Downloaded either v1.13.0 |
667 | 2025-01-14T19:58:40.784Z | Downloaded psl-types v2.0.11 |
668 | 2025-01-14T19:58:40.784Z | Downloaded stable_deref_trait v1.2.0 |
669 | 2025-01-14T19:58:40.786Z | Downloaded toml v0.7.8 |
670 | 2025-01-14T19:58:40.788Z | Downloaded memmap2 v0.9.5 |
671 | 2025-01-14T19:58:40.791Z | Downloaded topological-sort v0.2.2 |
672 | 2025-01-14T19:58:40.793Z | Downloaded password-hash v0.5.0 |
673 | 2025-01-14T19:58:40.795Z | Downloaded num-conv v0.1.0 |
674 | 2025-01-14T19:58:40.798Z | Downloaded native-tls v0.2.12 |
675 | 2025-01-14T19:58:40.800Z | Downloaded unicode-properties v0.1.3 |
676 | 2025-01-14T19:58:40.802Z | Downloaded schemars v0.8.21 |
677 | 2025-01-14T19:58:40.815Z | Downloaded supports-color v3.0.1 |
678 | 2025-01-14T19:58:40.817Z | Downloaded sync_wrapper v1.0.1 |
679 | 2025-01-14T19:58:40.820Z | Downloaded sync-ptr v0.1.1 |
680 | 2025-01-14T19:58:40.820Z | Downloaded debug-ignore v1.0.5 |
681 | 2025-01-14T19:58:40.822Z | Downloaded data-encoding v2.6.0 |
682 | 2025-01-14T19:58:40.822Z | Downloaded const_format v0.2.33 |
683 | 2025-01-14T19:58:40.829Z | Downloaded nibble_vec v0.1.0 |
684 | 2025-01-14T19:58:40.831Z | Downloaded futures-task v0.3.31 |
685 | 2025-01-14T19:58:40.834Z | Downloaded futures-sink v0.3.31 |
686 | 2025-01-14T19:58:40.834Z | Downloaded rustc-demangle v0.1.24 |
687 | 2025-01-14T19:58:40.837Z | Downloaded tls_codec_derive v0.4.1 |
688 | 2025-01-14T19:58:40.840Z | Downloaded quick-error v1.2.3 |
689 | 2025-01-14T19:58:40.840Z | Downloaded defmt-macros v0.3.9 |
690 | 2025-01-14T19:58:40.843Z | Downloaded darling_macro v0.20.10 |
691 | 2025-01-14T19:58:40.845Z | Downloaded polyval v0.6.2 |
692 | 2025-01-14T19:58:40.848Z | Downloaded predicates-core v1.0.8 |
693 | 2025-01-14T19:58:40.848Z | Downloaded fd-lock v4.0.2 |
694 | 2025-01-14T19:58:40.850Z | Downloaded enum-as-inner v0.6.1 |
695 | 2025-01-14T19:58:40.854Z | Downloaded rustfmt-wrapper v0.2.1 |
696 | 2025-01-14T19:58:40.856Z | Downloaded gethostname v0.5.0 |
697 | 2025-01-14T19:58:40.857Z | Downloaded whoami v1.5.2 |
698 | 2025-01-14T19:58:40.859Z | Downloaded yasna v0.5.2 |
699 | 2025-01-14T19:58:40.861Z | Downloaded tungstenite v0.24.0 |
700 | 2025-01-14T19:58:40.865Z | Downloaded tokio-rustls v0.24.1 |
701 | 2025-01-14T19:58:40.868Z | Downloaded hickory-resolver v0.24.1 |
702 | 2025-01-14T19:58:40.873Z | Downloaded parse-display v0.10.0 |
703 | 2025-01-14T19:58:40.876Z | Downloaded omicron-zone-package v0.12.0 |
704 | 2025-01-14T19:58:40.879Z | Downloaded slog-stdlog v4.1.1 |
705 | 2025-01-14T19:58:40.882Z | Downloaded yoke v0.7.4 |
706 | 2025-01-14T19:58:40.884Z | Downloaded pem-rfc7468 v0.7.0 |
707 | 2025-01-14T19:58:40.887Z | Downloaded parse-size v1.1.0 |
708 | 2025-01-14T19:58:40.887Z | Downloaded smallvec v0.6.14 |
709 | 2025-01-14T19:58:40.890Z | Downloaded compact_str v0.8.0 |
710 | 2025-01-14T19:58:40.893Z | Downloaded spin v0.9.8 |
711 | 2025-01-14T19:58:40.896Z | Downloaded serde_with_macros v3.11.0 |
712 | 2025-01-14T19:58:40.898Z | Downloaded tracing-attributes v0.1.27 |
713 | 2025-01-14T19:58:40.901Z | Downloaded crypto-bigint v0.5.5 |
714 | 2025-01-14T19:58:40.909Z | Downloaded pretty-hex v0.2.1 |
715 | 2025-01-14T19:58:40.912Z | Downloaded postcard v1.0.10 |
716 | 2025-01-14T19:58:40.914Z | Downloaded zerovec-derive v0.10.3 |
717 | 2025-01-14T19:58:40.917Z | Downloaded dirs-next v2.0.0 |
718 | 2025-01-14T19:58:40.919Z | Downloaded string_cache v0.8.7 |
719 | 2025-01-14T19:58:40.921Z | Downloaded synstructure v0.13.1 |
720 | 2025-01-14T19:58:40.924Z | Downloaded subprocess v0.2.9 |
721 | 2025-01-14T19:58:40.926Z | Downloaded snafu v0.8.5 |
722 | 2025-01-14T19:58:40.933Z | Downloaded minimal-lexical v0.2.1 |
723 | 2025-01-14T19:58:40.938Z | Downloaded dunce v1.0.5 |
724 | 2025-01-14T19:58:40.941Z | Downloaded crossbeam-channel v0.5.13 |
725 | 2025-01-14T19:58:40.945Z | Downloaded tinyvec_macros v0.1.1 |
726 | 2025-01-14T19:58:40.947Z | Downloaded globset v0.4.15 |
727 | 2025-01-14T19:58:40.949Z | Downloaded tokio-tungstenite v0.21.0 |
728 | 2025-01-14T19:58:40.952Z | Downloaded pin-project-internal v1.1.6 |
729 | 2025-01-14T19:58:40.954Z | Downloaded universal-hash v0.5.1 |
730 | 2025-01-14T19:58:40.957Z | Downloaded packed_struct v0.10.1 |
731 | 2025-01-14T19:58:40.957Z | Downloaded glob v0.3.1 |
732 | 2025-01-14T19:58:40.959Z | Downloaded futures-core v0.3.31 |
733 | 2025-01-14T19:58:40.962Z | Downloaded try-lock v0.2.5 |
734 | 2025-01-14T19:58:40.962Z | Downloaded tls_codec v0.4.1 |
735 | 2025-01-14T19:58:40.965Z | Downloaded slog-term v2.9.1 |
736 | 2025-01-14T19:58:40.968Z | Downloaded ena v0.14.3 |
737 | 2025-01-14T19:58:40.971Z | Downloaded embedded-io v0.6.1 |
738 | 2025-01-14T19:58:40.971Z | Downloaded number_prefix v0.4.0 |
739 | 2025-01-14T19:58:40.973Z | Downloaded oso-derive v0.27.3 |
740 | 2025-01-14T19:58:40.975Z | Downloaded predicates-tree v1.0.11 |
741 | 2025-01-14T19:58:40.975Z | Downloaded unicode-xid v0.2.6 |
742 | 2025-01-14T19:58:40.978Z | Downloaded embedded-io v0.4.0 |
743 | 2025-01-14T19:58:40.980Z | Downloaded vergen v8.3.2 |
744 | 2025-01-14T19:58:40.983Z | Downloaded rustc_version v0.4.1 |
745 | 2025-01-14T19:58:40.986Z | Downloaded rpassword v7.3.1 |
746 | 2025-01-14T19:58:40.986Z | Downloaded fatfs v0.3.6 |
747 | 2025-01-14T19:58:40.989Z | Downloaded serde_yaml v0.9.34+deprecated |
748 | 2025-01-14T19:58:40.993Z | Downloaded pin-utils v0.1.0 |
749 | 2025-01-14T19:58:40.996Z | Downloaded pem v3.0.4 |
750 | 2025-01-14T19:58:40.998Z | Downloaded rustc_version v0.1.7 |
751 | 2025-01-14T19:58:40.998Z | Downloaded thiserror-no-std v2.0.2 |
752 | 2025-01-14T19:58:41.002Z | Downloaded serde_derive_internals v0.29.1 |
753 | 2025-01-14T19:58:41.005Z | Downloaded spki v0.7.3 |
754 | 2025-01-14T19:58:41.008Z | Downloaded zerocopy v0.6.6 |
755 | 2025-01-14T19:58:41.010Z | Downloaded rustls-pemfile v1.0.4 |
756 | 2025-01-14T19:58:41.013Z | Downloaded x509-cert v0.2.5 |
757 | 2025-01-14T19:58:41.020Z | Downloaded tokio-macros v2.4.0 |
758 | 2025-01-14T19:58:41.023Z | Downloaded tracing-core v0.1.32 |
759 | 2025-01-14T19:58:41.025Z | Downloaded futures-macro v0.3.31 |
760 | 2025-01-14T19:58:41.027Z | Downloaded tokio-native-tls v0.3.1 |
761 | 2025-01-14T19:58:41.030Z | Downloaded display-error-chain v0.2.2 |
762 | 2025-01-14T19:58:41.032Z | Downloaded nu-ansi-term v0.50.1 |
763 | 2025-01-14T19:58:41.035Z | Downloaded openssl-sys v0.9.103 |
764 | 2025-01-14T19:58:41.040Z | Downloaded dhcproto-macros v0.1.0 |
765 | 2025-01-14T19:58:41.043Z | Downloaded num_threads v0.1.7 |
766 | 2025-01-14T19:58:41.043Z | Downloaded sqlparser_derive v0.2.2 |
767 | 2025-01-14T19:58:41.045Z | Downloaded vte_generate_state_changes v0.1.2 |
768 | 2025-01-14T19:58:41.045Z | Downloaded num-rational v0.4.2 |
769 | 2025-01-14T19:58:41.047Z | Downloaded futures v0.3.31 |
770 | 2025-01-14T19:58:41.053Z | Downloaded powerfmt v0.2.0 |
771 | 2025-01-14T19:58:41.056Z | Downloaded hash32 v0.3.1 |
772 | 2025-01-14T19:58:41.059Z | Downloaded ed25519-dalek v2.1.1 |
773 | 2025-01-14T19:58:41.062Z | Downloaded unicode-segmentation v1.12.0 |
774 | 2025-01-14T19:58:41.066Z | Downloaded hash32 v0.2.1 |
775 | 2025-01-14T19:58:41.068Z | Downloaded rustyline v14.0.0 |
776 | 2025-01-14T19:58:41.074Z | Downloaded primeorder v0.13.6 |
777 | 2025-01-14T19:58:41.077Z | Downloaded sqlformat v0.2.6 |
778 | 2025-01-14T19:58:41.079Z | Downloaded itertools v0.12.1 |
779 | 2025-01-14T19:58:41.087Z | Downloaded snafu-derive v0.8.5 |
780 | 2025-01-14T19:58:41.089Z | Downloaded libm v0.2.8 |
781 | 2025-01-14T19:58:41.098Z | Downloaded slog-bunyan v2.5.0 |
782 | 2025-01-14T19:58:41.101Z | Downloaded untrusted v0.7.1 |
783 | 2025-01-14T19:58:41.103Z | Downloaded unicode-bidi v0.3.17 |
784 | 2025-01-14T19:58:41.105Z | Downloaded aes v0.8.4 |
785 | 2025-01-14T19:58:41.110Z | Downloaded diesel-dtrace v0.4.2 |
786 | 2025-01-14T19:58:41.112Z | Downloaded pbkdf2 v0.12.2 |
787 | 2025-01-14T19:58:41.114Z | Downloaded funty v2.0.0 |
788 | 2025-01-14T19:58:41.114Z | Downloaded zone_cfg_derive v0.1.2 |
789 | 2025-01-14T19:58:41.118Z | Downloaded fragile v2.0.0 |
790 | 2025-01-14T19:58:41.118Z | Downloaded wait-timeout v0.2.0 |
791 | 2025-01-14T19:58:41.120Z | Downloaded pkg-config v0.3.31 |
792 | 2025-01-14T19:58:41.123Z | Downloaded num-iter v0.1.45 |
793 | 2025-01-14T19:58:41.125Z | Downloaded fixedbitset v0.4.2 |
794 | 2025-01-14T19:58:41.125Z | Downloaded slog-scope v4.4.0 |
795 | 2025-01-14T19:58:41.128Z | Downloaded postgres-types v0.2.8 |
796 | 2025-01-14T19:58:41.130Z | Downloaded tokio-util v0.7.12 |
797 | 2025-01-14T19:58:41.138Z | Downloaded peg v0.8.4 |
798 | 2025-01-14T19:58:41.142Z | Downloaded hashbrown v0.13.2 |
799 | 2025-01-14T19:58:41.148Z | Downloaded progenitor-client v0.8.0 |
800 | 2025-01-14T19:58:41.150Z | Downloaded rustversion v1.0.17 |
801 | 2025-01-14T19:58:41.154Z | Downloaded tinyvec v1.8.0 |
802 | 2025-01-14T19:58:41.156Z | Downloaded write16 v1.0.0 |
803 | 2025-01-14T19:58:41.159Z | Downloaded unarray v0.1.4 |
804 | 2025-01-14T19:58:41.159Z | Downloaded unicase v2.7.0 |
805 | 2025-01-14T19:58:41.161Z | Downloaded stringprep v0.1.5 |
806 | 2025-01-14T19:58:41.164Z | Downloaded dropshot_endpoint v0.13.0 |
807 | 2025-01-14T19:58:41.167Z | Downloaded tokio-rustls v0.25.0 |
808 | 2025-01-14T19:58:41.170Z | Downloaded elliptic-curve v0.13.8 |
809 | 2025-01-14T19:58:41.174Z | Downloaded zeroize_derive v1.4.2 |
810 | 2025-01-14T19:58:41.176Z | Downloaded downcast v0.11.0 |
811 | 2025-01-14T19:58:41.185Z | Downloaded openssl-macros v0.1.1 |
812 | 2025-01-14T19:58:41.185Z | Downloaded fs_extra v1.3.0 |
813 | 2025-01-14T19:58:41.189Z | Downloaded zone v0.1.8 |
814 | 2025-01-14T19:58:41.189Z | Downloaded num_enum v0.5.11 |
815 | 2025-01-14T19:58:41.189Z | Downloaded num v0.4.3 |
816 | 2025-01-14T19:58:41.191Z | Downloaded mockall v0.13.0 |
817 | 2025-01-14T19:58:41.191Z | Downloaded zone v0.3.0 |
818 | 2025-01-14T19:58:41.194Z | Downloaded parking_lot v0.12.3 |
819 | 2025-01-14T19:58:41.196Z | Downloaded rayon-core v1.12.1 |
820 | 2025-01-14T19:58:41.200Z | Downloaded derive-where v1.2.7 |
821 | 2025-01-14T19:58:41.205Z | Downloaded packed_struct_codegen v0.10.1 |
822 | 2025-01-14T19:58:41.208Z | Downloaded normalize-line-endings v0.3.0 |
823 | 2025-01-14T19:58:41.208Z | Downloaded peg-macros v0.8.4 |
824 | 2025-01-14T19:58:41.211Z | Downloaded flagset v0.4.6 |
825 | 2025-01-14T19:58:41.213Z | Downloaded itertools v0.13.0 |
826 | 2025-01-14T19:58:41.220Z | Downloaded want v0.3.1 |
827 | 2025-01-14T19:58:41.223Z | Downloaded endian-type v0.1.2 |
828 | 2025-01-14T19:58:41.223Z | Downloaded diesel_table_macro_syntax v0.2.0 |
829 | 2025-01-14T19:58:41.225Z | Downloaded same-file v1.0.6 |
830 | 2025-01-14T19:58:41.225Z | Downloaded reedline v0.35.0 |
831 | 2025-01-14T19:58:41.234Z | Downloaded foldhash v0.1.3 |
832 | 2025-01-14T19:58:41.237Z | Downloaded dirs-sys-next v0.1.2 |
833 | 2025-01-14T19:58:41.237Z | Downloaded thiserror-impl v2.0.3 |
834 | 2025-01-14T19:58:41.239Z | Downloaded mirai-annotations v1.12.0 |
835 | 2025-01-14T19:58:41.241Z | Downloaded termcolor v1.4.1 |
836 | 2025-01-14T19:58:41.241Z | Downloaded tabwriter v1.4.0 |
837 | 2025-01-14T19:58:41.244Z | Downloaded salsa20 v0.10.2 |
838 | 2025-01-14T19:58:41.244Z | Downloaded zeroize v1.8.1 |
839 | 2025-01-14T19:58:41.246Z | Downloaded vte v0.11.1 |
840 | 2025-01-14T19:58:41.248Z | Downloaded phf_shared v0.10.0 |
841 | 2025-01-14T19:58:41.251Z | Downloaded rand_xorshift v0.3.0 |
842 | 2025-01-14T19:58:41.251Z | Downloaded num-integer v0.1.46 |
843 | 2025-01-14T19:58:41.253Z | Downloaded num-derive v0.4.2 |
844 | 2025-01-14T19:58:41.255Z | Downloaded hkdf v0.12.4 |
845 | 2025-01-14T19:58:41.258Z | Downloaded nodrop v0.1.14 |
846 | 2025-01-14T19:58:41.260Z | Downloaded aws-lc-rs v1.10.0 |
847 | 2025-01-14T19:58:41.268Z | Downloaded sigpipe v0.1.3 |
848 | 2025-01-14T19:58:41.271Z | Downloaded parking_lot v0.11.2 |
849 | 2025-01-14T19:58:41.273Z | Downloaded rustls-pki-types v1.10.0 |
850 | 2025-01-14T19:58:41.278Z | Downloaded serde-big-array v0.5.1 |
851 | 2025-01-14T19:58:41.278Z | Downloaded xz2 v0.1.7 |
852 | 2025-01-14T19:58:41.281Z | Downloaded strum_macros v0.25.3 |
853 | 2025-01-14T19:58:41.287Z | Downloaded scopeguard v1.2.0 |
854 | 2025-01-14T19:58:41.287Z | Downloaded tokio-postgres v0.7.12 |
855 | 2025-01-14T19:58:41.290Z | Downloaded strip-ansi-escapes v0.2.0 |
856 | 2025-01-14T19:58:41.292Z | Downloaded thiserror v2.0.3 |
857 | 2025-01-14T19:58:41.298Z | Downloaded take_mut v0.2.2 |
858 | 2025-01-14T19:58:41.300Z | Downloaded float-ord v0.3.2 |
859 | 2025-01-14T19:58:41.302Z | Downloaded progenitor v0.8.0 |
860 | 2025-01-14T19:58:41.302Z | Downloaded progenitor-macro v0.8.0 |
861 | 2025-01-14T19:58:41.304Z | Downloaded proc-macro-crate v1.3.1 |
862 | 2025-01-14T19:58:41.304Z | Downloaded displaydoc v0.2.5 |
863 | 2025-01-14T19:58:41.308Z | Downloaded rusqlite v0.32.1 |
864 | 2025-01-14T19:58:41.315Z | Downloaded float-cmp v0.9.0 |
865 | 2025-01-14T19:58:41.318Z | Downloaded num-bigint-dig v0.8.4 |
866 | 2025-01-14T19:58:41.323Z | Downloaded pkcs5 v0.7.1 |
867 | 2025-01-14T19:58:41.328Z | Downloaded phf_shared v0.11.2 |
868 | 2025-01-14T19:58:41.331Z | Downloaded strum_macros v0.26.4 |
869 | 2025-01-14T19:58:41.334Z | Downloaded untrusted v0.9.0 |
870 | 2025-01-14T19:58:41.334Z | Downloaded tiny-keccak v2.0.2 |
871 | 2025-01-14T19:58:41.337Z | Downloaded secrecy v0.8.0 |
872 | 2025-01-14T19:58:41.340Z | Downloaded icu_properties_data v1.5.0 |
873 | 2025-01-14T19:58:41.349Z | Downloaded peg-runtime v0.8.3 |
874 | 2025-01-14T19:58:41.352Z | Downloaded foreign-types-shared v0.3.1 |
875 | 2025-01-14T19:58:41.352Z | Downloaded env_filter v0.1.2 |
876 | 2025-01-14T19:58:41.354Z | Downloaded slab v0.4.9 |
877 | 2025-01-14T19:58:41.357Z | Downloaded path-slash v0.1.5 |
878 | 2025-01-14T19:58:41.357Z | Downloaded siphasher v0.3.11 |
879 | 2025-01-14T19:58:41.359Z | Downloaded resolv-conf v0.7.0 |
880 | 2025-01-14T19:58:41.361Z | Downloaded futures-executor v0.3.31 |
881 | 2025-01-14T19:58:41.361Z | Downloaded postgres-protocol v0.6.7 |
882 | 2025-01-14T19:58:41.363Z | Downloaded oso v0.27.3 |
883 | 2025-01-14T19:58:41.367Z | Downloaded password-hash v0.4.2 |
884 | 2025-01-14T19:58:41.369Z | Downloaded parse-display-derive v0.10.0 |
885 | 2025-01-14T19:58:41.372Z | Downloaded serde_with v3.11.0 |
886 | 2025-01-14T19:58:41.380Z | Downloaded thiserror-impl-no-std v2.0.2 |
887 | 2025-01-14T19:58:41.383Z | Downloaded r2d2 v0.8.10 |
888 | 2025-01-14T19:58:41.385Z | Downloaded form_urlencoded v1.2.1 |
889 | 2025-01-14T19:58:41.385Z | Downloaded pin-project-lite v0.2.14 |
890 | 2025-01-14T19:58:41.390Z | Downloaded multer v3.1.0 |
891 | 2025-01-14T19:58:41.392Z | Downloaded derive_builder_core v0.20.2 |
892 | 2025-01-14T19:58:41.395Z | Downloaded pbkdf2 v0.11.0 |
893 | 2025-01-14T19:58:41.397Z | Downloaded pkcs8 v0.10.2 |
894 | 2025-01-14T19:58:41.400Z | Downloaded env_logger v0.11.5 |
895 | 2025-01-14T19:58:41.403Z | Downloaded diff v0.1.13 |
896 | 2025-01-14T19:58:41.407Z | Downloaded dropshot_endpoint v0.12.0 |
897 | 2025-01-14T19:58:41.410Z | Downloaded zip v0.6.6 |
898 | 2025-01-14T19:58:41.415Z | Downloaded tap v1.0.1 |
899 | 2025-01-14T19:58:41.417Z | Downloaded typify-macro v0.2.0 |
900 | 2025-01-14T19:58:41.417Z | Downloaded utf-8 v0.7.6 |
901 | 2025-01-14T19:58:41.419Z | Downloaded tungstenite v0.23.0 |
902 | 2025-01-14T19:58:41.423Z | Downloaded miniz_oxide v0.8.0 |
903 | 2025-01-14T19:58:41.427Z | Downloaded unicode-normalization v0.1.24 |
904 | 2025-01-14T19:58:41.429Z | Downloaded term v0.7.0 |
905 | 2025-01-14T19:58:41.433Z | Downloaded similar v2.6.0 |
906 | 2025-01-14T19:58:41.439Z | Downloaded ssh-key v0.6.6 |
907 | 2025-01-14T19:58:41.447Z | Downloaded typify v0.2.0 |
908 | 2025-01-14T19:58:41.450Z | Downloaded utf16_iter v1.0.5 |
909 | 2025-01-14T19:58:41.453Z | Downloaded env_logger v0.10.2 |
910 | 2025-01-14T19:58:41.455Z | Downloaded steno v0.4.1 |
911 | 2025-01-14T19:58:41.461Z | Downloaded owo-colors v4.1.0 |
912 | 2025-01-14T19:58:41.466Z | Downloaded pkcs1 v0.7.5 |
913 | 2025-01-14T19:58:41.469Z | Downloaded phf_generator v0.11.2 |
914 | 2025-01-14T19:58:41.469Z | Downloaded slog v2.7.0 |
915 | 2025-01-14T19:58:41.469Z | Downloaded zip v2.1.3 |
916 | 2025-01-14T19:58:41.474Z | Downloaded ron v0.8.1 |
917 | 2025-01-14T19:58:41.482Z | Downloaded mockall_derive v0.13.0 |
918 | 2025-01-14T19:58:41.484Z | Downloaded rand v0.8.5 |
919 | 2025-01-14T19:58:41.487Z | Downloaded diesel_derives v2.2.3 |
920 | 2025-01-14T19:58:41.494Z | Downloaded lalrpop v0.19.12 |
921 | 2025-01-14T19:58:41.507Z | Downloaded quinn v0.11.5 |
922 | 2025-01-14T19:58:41.510Z | Downloaded p256 v0.13.2 |
923 | 2025-01-14T19:58:41.515Z | Downloaded headers v0.4.0 |
924 | 2025-01-14T19:58:41.520Z | Downloaded nom v7.1.3 |
925 | 2025-01-14T19:58:41.526Z | Downloaded tar v0.4.42 |
926 | 2025-01-14T19:58:41.528Z | Downloaded zerovec v0.10.4 |
927 | 2025-01-14T19:58:41.535Z | Downloaded h2 v0.4.6 |
928 | 2025-01-14T19:58:41.543Z | Downloaded salty v0.3.0 |
929 | 2025-01-14T19:58:41.551Z | Downloaded url v2.5.3 |
930 | 2025-01-14T19:58:41.557Z | Downloaded idna v0.3.0 |
931 | 2025-01-14T19:58:41.563Z | Downloaded rustls-webpki v0.101.7 |
932 | 2025-01-14T19:58:41.578Z | Downloaded zerocopy-derive v0.8.10 |
933 | 2025-01-14T19:58:41.585Z | Downloaded idna v0.5.0 |
934 | 2025-01-14T19:58:41.592Z | Downloaded flume v0.11.1 |
935 | 2025-01-14T19:58:41.597Z | Downloaded flate2 v1.0.34 |
936 | 2025-01-14T19:58:41.602Z | Downloaded rcgen v0.12.1 |
937 | 2025-01-14T19:58:41.605Z | Downloaded p521 v0.13.3 |
938 | 2025-01-14T19:58:41.610Z | Downloaded rayon v1.10.0 |
939 | 2025-01-14T19:58:41.620Z | Downloaded zerocopy v0.8.10 |
940 | 2025-01-14T19:58:41.647Z | Downloaded mio v1.0.2 |
941 | 2025-01-14T19:58:41.652Z | Downloaded openssl v0.10.66 |
942 | 2025-01-14T19:58:41.662Z | Downloaded winnow v0.5.40 |
943 | 2025-01-14T19:58:41.674Z | Downloaded typed-path v0.9.3 |
944 | 2025-01-14T19:58:41.678Z | Downloaded p384 v0.13.0 |
945 | 2025-01-14T19:58:41.686Z | Downloaded curve25519-dalek v4.1.3 |
946 | 2025-01-14T19:58:41.695Z | Downloaded hashbrown v0.14.5 |
947 | 2025-01-14T19:58:41.701Z | Downloaded git2 v0.19.0 |
948 | 2025-01-14T19:58:41.710Z | Downloaded sqlparser v0.45.0 |
949 | 2025-01-14T19:58:41.718Z | Downloaded quick-xml v0.33.0 |
950 | 2025-01-14T19:58:41.724Z | Downloaded quinn-proto v0.11.8 |
951 | 2025-01-14T19:58:41.731Z | Downloaded trust-dns-proto v0.22.0 |
952 | 2025-01-14T19:58:41.745Z | Downloaded rustls-webpki v0.102.8 |
953 | 2025-01-14T19:58:41.765Z | Downloaded dropshot v0.13.0 |
954 | 2025-01-14T19:58:41.788Z | Downloaded radix_trie v0.2.1 |
955 | 2025-01-14T19:58:41.793Z | Downloaded polar-core v0.27.3 |
956 | 2025-01-14T19:58:41.802Z | Downloaded regex v1.11.1 |
957 | 2025-01-14T19:58:41.816Z | Downloaded regex-syntax v0.6.29 |
958 | 2025-01-14T19:58:41.824Z | Downloaded regress v0.10.1 |
959 | 2025-01-14T19:58:41.833Z | Downloaded openapiv3 v2.0.0 |
960 | 2025-01-14T19:58:41.846Z | Downloaded hickory-proto v0.24.1 |
961 | 2025-01-14T19:58:41.863Z | Downloaded webpki-roots v0.26.6 |
962 | 2025-01-14T19:58:41.867Z | Downloaded nix v0.28.0 |
963 | 2025-01-14T19:58:41.879Z | Downloaded dropshot v0.12.0 |
964 | 2025-01-14T19:58:41.901Z | Downloaded diesel v2.2.6 |
965 | 2025-01-14T19:58:41.920Z | Downloaded object v0.36.5 |
966 | 2025-01-14T19:58:41.934Z | Downloaded chrono-tz v0.10.0 |
967 | 2025-01-14T19:58:41.945Z | Downloaded gimli v0.31.1 |
968 | 2025-01-14T19:58:41.956Z | Downloaded nix v0.29.0 |
969 | 2025-01-14T19:58:41.974Z | Downloaded regex-syntax v0.8.5 |
970 | 2025-01-14T19:58:41.987Z | Downloaded ratatui v0.28.1 |
971 | 2025-01-14T19:58:42.011Z | Downloaded unicode-width v0.2.0 |
972 | 2025-01-14T19:58:42.016Z | Downloaded bstr v1.10.0 |
973 | 2025-01-14T19:58:42.027Z | Downloaded regress v0.9.1 |
974 | 2025-01-14T19:58:42.036Z | Downloaded object v0.30.4 |
975 | 2025-01-14T19:58:42.046Z | Downloaded regex-automata v0.4.8 |
976 | 2025-01-14T19:58:42.063Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
977 | 2025-01-14T19:58:42.075Z | Downloaded rustls v0.21.12 |
978 | 2025-01-14T19:58:42.087Z | Downloaded rustls v0.23.19 |
979 | 2025-01-14T19:58:42.098Z | Downloaded rustls v0.22.4 |
980 | 2025-01-14T19:58:42.112Z | Downloaded sled v0.34.7 |
981 | 2025-01-14T19:58:42.122Z | Downloaded typify-impl v0.2.0 |
982 | 2025-01-14T19:58:42.136Z | Downloaded nix v0.27.1 |
983 | 2025-01-14T19:58:42.147Z | Downloaded zerocopy-derive v0.6.6 |
984 | 2025-01-14T19:58:42.157Z | Downloaded petgraph v0.6.5 |
985 | 2025-01-14T19:58:42.174Z | Downloaded smoltcp v0.11.0 |
986 | 2025-01-14T19:58:42.187Z | Downloaded lzma-sys v0.1.20 |
987 | 2025-01-14T19:58:42.216Z | Downloaded smoltcp v0.9.1 |
988 | 2025-01-14T19:58:42.226Z | Downloaded vcpkg v0.2.15 |
989 | 2025-01-14T19:58:42.265Z | Downloaded proptest v1.5.0 |
990 | 2025-01-14T19:58:42.273Z | Downloaded tokio v1.40.0 |
991 | 2025-01-14T19:58:42.309Z | Downloaded libz-sys v1.1.20 |
992 | 2025-01-14T19:58:42.330Z | Downloaded csv v1.3.0 |
993 | 2025-01-14T19:58:42.348Z | Downloaded portable-atomic v1.9.0 |
994 | 2025-01-14T19:58:42.355Z | Downloaded idna v0.4.0 |
995 | 2025-01-14T19:58:42.361Z | Downloaded petname v2.0.2 |
996 | 2025-01-14T19:58:42.367Z | Downloaded bindgen v0.69.5 |
997 | 2025-01-14T19:58:42.374Z | Downloaded reqwest v0.12.9 |
998 | 2025-01-14T19:58:42.382Z | Downloaded chrono v0.4.38 |
999 | 2025-01-14T19:58:42.389Z | Downloaded sha3 v0.10.8 |
1000 | 2025-01-14T19:58:42.393Z | Downloaded bitvec v1.0.1 |
1001 | 2025-01-14T19:58:42.408Z | Downloaded futures-util v0.3.31 |
1002 | 2025-01-14T19:58:42.420Z | Downloaded expectorate v1.1.0 |
1003 | 2025-01-14T19:58:42.422Z | Downloaded which v4.4.2 |
1004 | 2025-01-14T19:58:42.425Z | Downloaded xattr v1.3.1 |
1005 | 2025-01-14T19:58:42.427Z | Downloaded wyz v0.5.1 |
1006 | 2025-01-14T19:58:42.427Z | Downloaded writeable v0.5.5 |
1007 | 2025-01-14T19:58:42.429Z | Downloaded sec1 v0.7.3 |
1008 | 2025-01-14T19:58:42.429Z | Downloaded rusty-fork v0.3.0 |
1009 | 2025-01-14T19:58:42.432Z | Downloaded blake3 v1.5.4 |
1010 | 2025-01-14T19:58:42.443Z | Downloaded parse-zoneinfo v0.3.1 |
1011 | 2025-01-14T19:58:42.445Z | Downloaded derive_builder v0.20.2 |
1012 | 2025-01-14T19:58:42.450Z | Downloaded half v2.4.1 |
1013 | 2025-01-14T19:58:42.453Z | Downloaded idna v0.2.3 |
1014 | 2025-01-14T19:58:42.459Z | Downloaded termios v0.3.3 |
1015 | 2025-01-14T19:58:42.462Z | Downloaded sct v0.7.1 |
1016 | 2025-01-14T19:58:42.464Z | Downloaded tungstenite v0.21.0 |
1017 | 2025-01-14T19:58:42.468Z | Downloaded ssh-cipher v0.2.0 |
1018 | 2025-01-14T19:58:42.470Z | Downloaded rsa v0.9.6 |
1019 | 2025-01-14T19:58:42.474Z | Downloaded tough v0.19.0 |
1020 | 2025-01-14T19:58:42.483Z | Downloaded hashlink v0.9.1 |
1021 | 2025-01-14T19:58:42.486Z | Downloaded darling_core v0.20.10 |
1022 | 2025-01-14T19:58:42.490Z | Downloaded der v0.7.9 |
1023 | 2025-01-14T19:58:42.495Z | Downloaded russh v0.45.0 |
1024 | 2025-01-14T19:58:42.501Z | Downloaded rand_seeder v0.3.0 |
1025 | 2025-01-14T19:58:42.503Z | Downloaded poly1305 v0.8.0 |
1026 | 2025-01-14T19:58:42.505Z | Downloaded unicode_categories v0.1.1 |
1027 | 2025-01-14T19:58:42.508Z | Downloaded toml_edit v0.19.15 |
1028 | 2025-01-14T19:58:42.524Z | Downloaded qorb v0.2.1 |
1029 | 2025-01-14T19:58:42.528Z | Downloaded vsss-rs v3.3.4 |
1030 | 2025-01-14T19:58:42.531Z | Downloaded value-bag v1.9.0 |
1031 | 2025-01-14T19:58:42.534Z | Downloaded uzers v0.12.1 |
1032 | 2025-01-14T19:58:42.536Z | Downloaded tui-tree-widget v0.22.0 |
1033 | 2025-01-14T19:58:42.538Z | Downloaded num-bigint v0.4.6 |
1034 | 2025-01-14T19:58:42.541Z | Downloaded static_assertions v1.1.0 |
1035 | 2025-01-14T19:58:42.544Z | Downloaded ssh-encoding v0.2.0 |
1036 | 2025-01-14T19:58:42.546Z | Downloaded simd-adler32 v0.3.7 |
1037 | 2025-01-14T19:58:42.546Z | Downloaded tracing v0.1.40 |
1038 | 2025-01-14T19:58:42.550Z | Downloaded signature v2.2.0 |
1039 | 2025-01-14T19:58:42.552Z | Downloaded encoding_rs v0.8.34 |
1040 | 2025-01-14T19:58:42.573Z | Downloaded unsafe-libyaml v0.2.11 |
1041 | 2025-01-14T19:58:42.576Z | Downloaded num_enum_derive v0.5.11 |
1042 | 2025-01-14T19:58:42.579Z | Downloaded futures-channel v0.3.31 |
1043 | 2025-01-14T19:58:42.581Z | Downloaded socket2 v0.5.7 |
1044 | 2025-01-14T19:58:42.585Z | Downloaded samael v0.0.17 |
1045 | 2025-01-14T19:58:42.588Z | Downloaded hashbrown v0.12.3 |
1046 | 2025-01-14T19:58:42.591Z | Downloaded time v0.3.36 |
1047 | 2025-01-14T19:58:42.597Z | Downloaded crossterm v0.28.1 |
1048 | 2025-01-14T19:58:42.604Z | Downloaded libxml v0.3.3 |
1049 | 2025-01-14T19:58:42.610Z | Downloaded slog-envlogger v2.2.0 |
1050 | 2025-01-14T19:58:42.613Z | Downloaded slog-dtrace v0.3.0 |
1051 | 2025-01-14T19:58:42.616Z | Downloaded num-traits v0.2.19 |
1052 | 2025-01-14T19:58:42.618Z | Downloaded slog-async v2.8.0 |
1053 | 2025-01-14T19:58:42.618Z | Downloaded serde-hex v0.1.0 |
1054 | 2025-01-14T19:58:42.621Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1055 | 2025-01-14T19:58:42.682Z | Downloaded scrypt v0.11.0 |
1056 | 2025-01-14T19:58:42.685Z | Downloaded tokio-rustls v0.26.0 |
1057 | 2025-01-14T19:58:42.685Z | Downloaded rustls-pemfile v2.2.0 |
1058 | 2025-01-14T19:58:42.685Z | Downloaded fallible-streaming-iterator v0.1.9 |
1059 | 2025-01-14T19:58:42.685Z | Downloaded fallible-iterator v0.3.0 |
1060 | 2025-01-14T19:58:42.688Z | Downloaded fallible-iterator v0.2.0 |
1061 | 2025-01-14T19:58:42.688Z | Downloaded tinystr v0.7.6 |
1062 | 2025-01-14T19:58:42.691Z | Downloaded group v0.13.0 |
1063 | 2025-01-14T19:58:42.691Z | Downloaded tokio-stream v0.1.16 |
1064 | 2025-01-14T19:58:42.696Z | Downloaded itertools v0.10.5 |
1065 | 2025-01-14T19:58:42.701Z | Downloaded parking_lot_core v0.9.10 |
1066 | 2025-01-14T19:58:42.703Z | Downloaded publicsuffix v2.2.3 |
1067 | 2025-01-14T19:58:42.706Z | Downloaded pin-project v1.1.6 |
1068 | 2025-01-14T19:58:42.716Z | Downloaded parking_lot_core v0.8.6 |
1069 | 2025-01-14T19:58:42.719Z | Downloaded test-strategy v0.3.1 |
1070 | 2025-01-14T19:58:42.722Z | Downloaded dsl_auto_type v0.1.2 |
1071 | 2025-01-14T19:58:42.725Z | Downloaded difflib v0.4.0 |
1072 | 2025-01-14T19:58:42.725Z | Downloaded num-complex v0.4.6 |
1073 | 2025-01-14T19:58:42.727Z | Downloaded http v1.1.0 |
1074 | 2025-01-14T19:58:42.731Z | Downloaded signal-hook-tokio v0.3.1 |
1075 | 2025-01-14T19:58:42.733Z | Downloaded serde_urlencoded v0.7.1 |
1076 | 2025-01-14T19:58:42.733Z | Downloaded serde_path_to_error v0.1.16 |
1077 | 2025-01-14T19:58:42.736Z | Downloaded dhcproto v0.12.0 |
1078 | 2025-01-14T19:58:42.738Z | Downloaded getrandom v0.2.15 |
1079 | 2025-01-14T19:58:42.742Z | Downloaded openssl-probe v0.1.5 |
1080 | 2025-01-14T19:58:42.742Z | Downloaded unicode-truncate v1.1.0 |
1081 | 2025-01-14T19:58:42.745Z | Downloaded deranged v0.3.11 |
1082 | 2025-01-14T19:58:42.745Z | Downloaded defmt v0.3.8 |
1083 | 2025-01-14T19:58:42.748Z | Downloaded russh-keys v0.45.0 |
1084 | 2025-01-14T19:58:42.750Z | Downloaded aho-corasick v1.1.3 |
1085 | 2025-01-14T19:58:42.756Z | Downloaded enum-as-inner v0.5.1 |
1086 | 2025-01-14T19:58:42.760Z | Downloaded defmt-parser v0.3.4 |
1087 | 2025-01-14T19:58:42.760Z | Downloaded phf v0.11.2 |
1088 | 2025-01-14T19:58:42.763Z | Downloaded des v0.8.1 |
1089 | 2025-01-14T19:58:42.763Z | Downloaded derive_more v0.99.18 |
1090 | 2025-01-14T19:58:42.765Z | Downloaded progenitor-impl v0.8.0 |
1091 | 2025-01-14T19:58:42.768Z | Downloaded aes-gcm v0.10.3 |
1092 | 2025-01-14T19:58:42.773Z | Downloaded subtle v2.6.1 |
1093 | 2025-01-14T19:58:42.777Z | Downloaded predicates v3.1.2 |
1094 | 2025-01-14T19:58:42.777Z | Downloaded zopfli v0.8.1 |
1095 | 2025-01-14T19:58:42.777Z | Downloaded uuid v1.11.0 |
1096 | 2025-01-14T19:58:42.779Z | Downloaded prettyplease v0.2.25 |
1097 | 2025-01-14T19:58:42.783Z | Downloaded cc v1.1.30 |
1098 | 2025-01-14T19:58:42.786Z | Downloaded bumpalo v3.16.0 |
1099 | 2025-01-14T19:58:42.790Z | Downloaded base64 v0.13.1 |
1100 | 2025-01-14T19:58:42.794Z | Downloaded der_derive v0.7.3 |
1101 | 2025-01-14T19:58:42.796Z | Downloaded base64 v0.21.7 |
1102 | 2025-01-14T19:58:42.798Z | Downloaded multimap v0.10.0 |
1103 | 2025-01-14T19:58:42.802Z | Downloaded walkdir v2.5.0 |
1104 | 2025-01-14T19:58:42.802Z | Downloaded tokio-tungstenite v0.23.1 |
1105 | 2025-01-14T19:58:42.804Z | Downloaded ron v0.7.1 |
1106 | 2025-01-14T19:58:42.808Z | Downloaded indexmap v1.9.3 |
1107 | 2025-01-14T19:58:42.810Z | Downloaded filetime v0.2.25 |
1108 | 2025-01-14T19:58:42.813Z | Downloaded ff v0.13.0 |
1109 | 2025-01-14T19:58:42.815Z | Downloaded smallvec v1.13.2 |
1110 | 2025-01-14T19:58:42.817Z | Downloaded crossbeam-utils v0.8.20 |
1111 | 2025-01-14T19:58:42.819Z | Downloaded ghash v0.5.1 |
1112 | 2025-01-14T19:58:42.819Z | Downloaded foreign-types-macros v0.2.3 |
1113 | 2025-01-14T19:58:42.822Z | Downloaded foreign-types v0.5.0 |
1114 | 2025-01-14T19:58:42.822Z | Downloaded signal-hook-registry v1.4.2 |
1115 | 2025-01-14T19:58:42.825Z | Downloaded backtrace v0.3.74 |
1116 | 2025-01-14T19:58:42.828Z | Downloaded const-oid v0.9.6 |
1117 | 2025-01-14T19:58:42.830Z | Downloaded bzip2 v0.4.4 |
1118 | 2025-01-14T19:58:42.832Z | Downloaded structmeta v0.2.0 |
1119 | 2025-01-14T19:58:42.834Z | Downloaded csv-core v0.1.11 |
1120 | 2025-01-14T19:58:42.834Z | Downloaded crc32fast v1.4.2 |
1121 | 2025-01-14T19:58:42.836Z | Downloaded rustc-hash v2.0.0 |
1122 | 2025-01-14T19:58:42.839Z | Downloaded rand_chacha v0.3.1 |
1123 | 2025-01-14T19:58:42.839Z | Downloaded const_format_proc_macros v0.2.33 |
1124 | 2025-01-14T19:58:42.842Z | Downloaded shlex v1.3.0 |
1125 | 2025-01-14T19:58:42.844Z | Downloaded serde_plain v1.0.2 |
1126 | 2025-01-14T19:58:42.844Z | Downloaded schemars_derive v0.8.21 |
1127 | 2025-01-14T19:58:42.846Z | Downloaded litemap v0.7.3 |
1128 | 2025-01-14T19:58:42.849Z | Downloaded libloading v0.8.5 |
1129 | 2025-01-14T19:58:42.851Z | Downloaded jobserver v0.1.32 |
1130 | 2025-01-14T19:58:42.853Z | Downloaded ipnet v2.10.1 |
1131 | 2025-01-14T19:58:42.853Z | Downloaded cancel-safe-futures v0.1.5 |
1132 | 2025-01-14T19:58:42.856Z | Downloaded blowfish v0.9.1 |
1133 | 2025-01-14T19:58:42.859Z | Downloaded blake2 v0.10.6 |
1134 | 2025-01-14T19:58:42.861Z | Downloaded http-range v0.1.5 |
1135 | 2025-01-14T19:58:42.861Z | Downloaded hex v0.4.3 |
1136 | 2025-01-14T19:58:42.864Z | Downloaded chacha20 v0.9.1 |
1137 | 2025-01-14T19:58:42.866Z | Downloaded http-body-util v0.1.2 |
1138 | 2025-01-14T19:58:42.866Z | Downloaded hostname v0.3.1 |
1139 | 2025-01-14T19:58:42.869Z | Downloaded home v0.5.9 |
1140 | 2025-01-14T19:58:42.869Z | Downloaded linear-map v1.2.0 |
1141 | 2025-01-14T19:58:42.872Z | Downloaded libsw v3.3.1 |
1142 | 2025-01-14T19:58:42.872Z | Downloaded lazy_static v1.5.0 |
1143 | 2025-01-14T19:58:42.874Z | Downloaded idna_adapter v1.2.0 |
1144 | 2025-01-14T19:58:42.876Z | Downloaded cmake v0.1.51 |
1145 | 2025-01-14T19:58:42.877Z | Downloaded constant_time_eq v0.3.1 |
1146 | 2025-01-14T19:58:42.879Z | Downloaded cobs v0.2.3 |
1147 | 2025-01-14T19:58:42.879Z | Downloaded cipher v0.4.4 |
1148 | 2025-01-14T19:58:42.879Z | Downloaded castaway v0.2.3 |
1149 | 2025-01-14T19:58:42.882Z | Downloaded bitfield v0.14.0 |
1150 | 2025-01-14T19:58:42.882Z | Downloaded bit-vec v0.6.3 |
1151 | 2025-01-14T19:58:42.884Z | Downloaded instability v0.3.2 |
1152 | 2025-01-14T19:58:42.884Z | Downloaded impl-trait-for-tuples v0.2.2 |
1153 | 2025-01-14T19:58:42.887Z | Downloaded cstr-argument v0.1.2 |
1154 | 2025-01-14T19:58:42.889Z | Downloaded atomicwrites v0.4.4 |
1155 | 2025-01-14T19:58:42.889Z | Downloaded allocator-api2 v0.2.18 |
1156 | 2025-01-14T19:58:42.892Z | Downloaded ahash v0.8.11 |
1157 | 2025-01-14T19:58:42.895Z | Downloaded iana-time-zone v0.1.61 |
1158 | 2025-01-14T19:58:42.897Z | Downloaded atty v0.2.14 |
1159 | 2025-01-14T19:58:42.899Z | Downloaded async-bb8-diesel v0.2.1 |
1160 | 2025-01-14T19:58:42.901Z | Downloaded arrayvec v0.7.6 |
1161 | 2025-01-14T19:58:42.904Z | Downloaded assert_matches v1.5.0 |
1162 | 2025-01-14T19:58:42.904Z | Downloaded argon2 v0.5.3 |
1163 | 2025-01-14T19:58:42.907Z | Downloaded arc-swap v1.7.1 |
1164 | 2025-01-14T19:58:42.910Z | Downloaded aead v0.5.2 |
1165 | 2025-01-14T19:58:42.912Z | Downloaded ascii-canvas v3.0.0 |
1166 | 2025-01-14T19:58:42.912Z | Downloaded arrayref v0.3.9 |
1167 | 2025-01-14T19:58:42.915Z | Downloaded async-stream-impl v0.3.6 |
1168 | 2025-01-14T19:58:42.915Z | Downloaded httpdate v1.0.3 |
1169 | 2025-01-14T19:58:42.917Z | Downloaded headers-core v0.3.0 |
1170 | 2025-01-14T19:58:43.020Z | Downloaded libsqlite3-sys v0.30.1 |
1171 | 2025-01-14T19:58:43.121Z | Downloaded ring v0.17.8 |
1172 | 2025-01-14T19:58:43.436Z | Downloaded aws-lc-sys v0.22.0 |
1173 | 2025-01-14T19:58:43.758Z | Compiling serde v1.0.215 |
1174 | 2025-01-14T19:58:43.761Z | Compiling lock_api v0.4.12 |
1175 | 2025-01-14T19:58:43.761Z | Compiling scopeguard v1.2.0 |
1176 | 2025-01-14T19:58:43.761Z | Compiling value-bag v1.9.0 |
1177 | 2025-01-14T19:58:43.761Z | Compiling typenum v1.17.0 |
1178 | 2025-01-14T19:58:43.761Z | Compiling generic-array v0.14.7 |
1179 | 2025-01-14T19:58:43.947Z | Compiling syn v2.0.87 |
1180 | 2025-01-14T19:58:43.964Z | Compiling getrandom v0.2.15 |
1181 | 2025-01-14T19:58:44.065Z | Compiling shlex v1.3.0 |
1182 | 2025-01-14T19:58:44.268Z | Compiling rand_core v0.6.4 |
1183 | 2025-01-14T19:58:44.367Z | Compiling log v0.4.22 |
1184 | 2025-01-14T19:58:44.458Z | Compiling subtle v2.6.1 |
1185 | 2025-01-14T19:58:44.499Z | Compiling jobserver v0.1.32 |
1186 | 2025-01-14T19:58:44.523Z | Compiling const-oid v0.9.6 |
1187 | 2025-01-14T19:58:44.778Z | Compiling smallvec v1.13.2 |
1188 | 2025-01-14T19:58:44.811Z | Compiling spin v0.9.8 |
1189 | 2025-01-14T19:58:44.839Z | Compiling cc v1.1.30 |
1190 | 2025-01-14T19:58:45.177Z | Compiling pin-project-lite v0.2.14 |
1191 | 2025-01-14T19:58:45.217Z | Compiling rustix v0.38.37 |
1192 | 2025-01-14T19:58:45.238Z | Compiling parking_lot_core v0.9.10 |
1193 | 2025-01-14T19:58:45.305Z | Compiling futures-core v0.3.31 |
1194 | 2025-01-14T19:58:45.392Z | Compiling signal-hook-registry v1.4.2 |
1195 | 2025-01-14T19:58:45.546Z | Compiling mio v1.0.2 |
1196 | 2025-01-14T19:58:46.091Z | Compiling parking_lot v0.12.3 |
1197 | 2025-01-14T19:58:46.204Z | Compiling aho-corasick v1.1.3 |
1198 | 2025-01-14T19:58:46.351Z | Compiling either v1.13.0 |
1199 | 2025-01-14T19:58:46.502Z | Compiling regex-syntax v0.8.5 |
1200 | 2025-01-14T19:58:46.619Z | Compiling cpufeatures v0.2.14 |
1201 | 2025-01-14T19:58:46.710Z | Compiling lazy_static v1.5.0 |
1202 | 2025-01-14T19:58:46.728Z | Compiling glob v0.3.1 |
1203 | 2025-01-14T19:58:46.791Z | Compiling stable_deref_trait v1.2.0 |
1204 | 2025-01-14T19:58:46.824Z | Compiling futures-sink v0.3.31 |
1205 | 2025-01-14T19:58:46.902Z | Compiling socket2 v0.5.7 |
1206 | 2025-01-14T19:58:47.099Z | Compiling slab v0.4.9 |
1207 | 2025-01-14T19:58:47.117Z | Compiling prettyplease v0.2.25 |
1208 | 2025-01-14T19:58:47.465Z | Compiling minimal-lexical v0.2.1 |
1209 | 2025-01-14T19:58:47.540Z | Compiling serde_json v1.0.133 |
1210 | 2025-01-14T19:58:47.821Z | Compiling clang-sys v1.8.1 |
1211 | 2025-01-14T19:58:47.896Z | Compiling nom v7.1.3 |
1212 | 2025-01-14T19:58:47.969Z | Compiling libloading v0.8.5 |
1213 | 2025-01-14T19:58:48.267Z | Compiling bindgen v0.69.5 |
1214 | 2025-01-14T19:58:48.413Z | Compiling home v0.5.9 |
1215 | 2025-01-14T19:58:48.669Z | Compiling futures-channel v0.3.31 |
1216 | 2025-01-14T19:58:49.084Z | Compiling itertools v0.12.1 |
1217 | 2025-01-14T19:58:49.104Z | Compiling futures-task v0.3.31 |
1218 | 2025-01-14T19:58:49.268Z | Compiling futures-io v0.3.31 |
1219 | 2025-01-14T19:58:49.414Z | Compiling libm v0.2.8 |
1220 | 2025-01-14T19:58:49.596Z | Compiling rustc-hash v1.1.0 |
1221 | 2025-01-14T19:58:49.758Z | Compiling foldhash v0.1.3 |
1222 | 2025-01-14T19:58:49.778Z | Compiling pin-utils v0.1.0 |
1223 | 2025-01-14T19:58:49.871Z | Compiling lazycell v1.3.0 |
1224 | 2025-01-14T19:58:50.047Z | Compiling allocator-api2 v0.2.18 |
1225 | 2025-01-14T19:58:50.138Z | Compiling cmake v0.1.51 |
1226 | 2025-01-14T19:58:50.859Z | Compiling regex-automata v0.4.8 |
1227 | 2025-01-14T19:58:51.176Z | Compiling hashbrown v0.15.1 |
1228 | 2025-01-14T19:58:51.732Z | Compiling synstructure v0.13.1 |
1229 | 2025-01-14T19:58:52.203Z | Compiling cexpr v0.6.0 |
1230 | 2025-01-14T19:58:52.582Z | Compiling num-traits v0.2.19 |
1231 | 2025-01-14T19:58:52.861Z | Compiling fs_extra v1.3.0 |
1232 | 2025-01-14T19:58:53.449Z | Compiling dunce v1.0.5 |
1233 | 2025-01-14T19:58:53.451Z | Compiling pkg-config v0.3.31 |
1234 | 2025-01-14T19:58:53.451Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2025-01-14T19:58:53.561Z | Compiling tinyvec v1.8.0 |
1236 | 2025-01-14T19:58:54.017Z | Compiling ring v0.17.8 |
1237 | 2025-01-14T19:58:55.057Z | Compiling unicode-normalization v0.1.24 |
1238 | 2025-01-14T19:58:55.150Z | Compiling unicode-bidi v0.3.17 |
1239 | 2025-01-14T19:58:55.222Z | Compiling writeable v0.5.5 |
1240 | 2025-01-14T19:58:55.298Z | Compiling litemap v0.7.3 |
1241 | 2025-01-14T19:58:55.707Z | Compiling paste v1.0.15 |
1242 | 2025-01-14T19:58:55.787Z | Compiling base64ct v1.6.0 |
1243 | 2025-01-14T19:58:56.318Z | Compiling pem-rfc7468 v0.7.0 |
1244 | 2025-01-14T19:58:56.349Z | Compiling httparse v1.9.5 |
1245 | 2025-01-14T19:58:56.559Z | Compiling regex v1.11.1 |
1246 | 2025-01-14T19:58:57.011Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2025-01-14T19:58:57.100Z | Compiling flagset v0.4.6 |
1248 | 2025-01-14T19:58:57.309Z | Compiling tracing-core v0.1.32 |
1249 | 2025-01-14T19:58:57.443Z | Compiling icu_locid_transform_data v1.5.0 |
1250 | 2025-01-14T19:58:57.539Z | Compiling rustls-pki-types v1.10.0 |
1251 | 2025-01-14T19:58:57.675Z | Compiling crossbeam-utils v0.8.20 |
1252 | 2025-01-14T19:58:58.267Z | Compiling percent-encoding v2.3.1 |
1253 | 2025-01-14T19:58:58.615Z | Compiling mirai-annotations v1.12.0 |
1254 | 2025-01-14T19:58:58.634Z | Compiling untrusted v0.7.1 |
1255 | 2025-01-14T19:58:58.637Z | Compiling untrusted v0.9.0 |
1256 | 2025-01-14T19:58:58.758Z | Compiling serde_derive v1.0.215 |
1257 | 2025-01-14T19:58:58.796Z | Compiling zeroize_derive v1.4.2 |
1258 | 2025-01-14T19:58:58.799Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2025-01-14T19:58:58.835Z | Compiling tokio-macros v2.4.0 |
1260 | 2025-01-14T19:58:59.186Z | Compiling zerofrom-derive v0.1.4 |
1261 | 2025-01-14T19:59:00.303Z | Compiling zeroize v1.8.1 |
1262 | 2025-01-14T19:59:00.480Z | Compiling yoke-derive v0.7.4 |
1263 | 2025-01-14T19:59:00.714Z | Compiling thiserror-impl v1.0.69 |
1264 | 2025-01-14T19:59:01.194Z | Compiling zerocopy v0.7.35 |
1265 | 2025-01-14T19:59:02.097Z | Compiling crypto-common v0.1.6 |
1266 | 2025-01-14T19:59:02.150Z | Compiling block-buffer v0.10.4 |
1267 | 2025-01-14T19:59:02.353Z | Compiling zerovec-derive v0.10.3 |
1268 | 2025-01-14T19:59:02.430Z | Compiling digest v0.10.7 |
1269 | 2025-01-14T19:59:02.861Z | Compiling hmac v0.12.1 |
1270 | 2025-01-14T19:59:02.913Z | Compiling futures-macro v0.3.31 |
1271 | 2025-01-14T19:59:03.116Z | Compiling block-padding v0.3.3 |
1272 | 2025-01-14T19:59:03.271Z | Compiling zerofrom v0.1.4 |
1273 | 2025-01-14T19:59:03.358Z | Compiling displaydoc v0.2.5 |
1274 | 2025-01-14T19:59:03.513Z | Compiling inout v0.1.3 |
1275 | 2025-01-14T19:59:03.547Z | Compiling yoke v0.7.4 |
1276 | 2025-01-14T19:59:03.788Z | Compiling cipher v0.4.4 |
1277 | 2025-01-14T19:59:03.908Z | Compiling sha2 v0.10.8 |
1278 | 2025-01-14T19:59:03.934Z | Compiling ppv-lite86 v0.2.20 |
1279 | 2025-01-14T19:59:04.114Z | Compiling thiserror v1.0.69 |
1280 | 2025-01-14T19:59:04.261Z | Compiling der_derive v0.7.3 |
1281 | 2025-01-14T19:59:04.329Z | Compiling icu_provider_macros v1.5.0 |
1282 | 2025-01-14T19:59:04.788Z | Compiling rand_chacha v0.3.1 |
1283 | 2025-01-14T19:59:04.898Z | Compiling futures-util v0.3.31 |
1284 | 2025-01-14T19:59:05.083Z | Compiling tracing-attributes v0.1.27 |
1285 | 2025-01-14T19:59:05.154Z | Compiling zerovec v0.10.4 |
1286 | 2025-01-14T19:59:05.503Z | Compiling rand v0.8.5 |
1287 | 2025-01-14T19:59:06.729Z | Compiling der v0.7.9 |
1288 | 2025-01-14T19:59:07.058Z | Compiling salsa20 v0.10.2 |
1289 | 2025-01-14T19:59:07.288Z | Compiling tinystr v0.7.6 |
1290 | 2025-01-14T19:59:07.377Z | Compiling icu_collections v1.5.0 |
1291 | 2025-01-14T19:59:07.502Z | Compiling pest v2.7.14 |
1292 | 2025-01-14T19:59:07.751Z | Compiling icu_locid v1.5.0 |
1293 | 2025-01-14T19:59:07.800Z | Compiling pbkdf2 v0.12.2 |
1294 | 2025-01-14T19:59:07.984Z | Compiling powerfmt v0.2.0 |
1295 | 2025-01-14T19:59:08.419Z | Compiling time-core v0.1.2 |
1296 | 2025-01-14T19:59:08.604Z | Compiling vcpkg v0.2.15 |
1297 | 2025-01-14T19:59:08.917Z | Compiling spki v0.7.3 |
1298 | 2025-01-14T19:59:09.044Z | Compiling icu_provider v1.5.0 |
1299 | 2025-01-14T19:59:09.272Z | Compiling tracing v0.1.40 |
1300 | 2025-01-14T19:59:09.810Z | Compiling icu_locid_transform v1.5.0 |
1301 | 2025-01-14T19:59:10.161Z | Compiling num-conv v0.1.0 |
1302 | 2025-01-14T19:59:10.183Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-01-14T19:59:10.252Z | Compiling pest_meta v2.7.14 |
1304 | 2025-01-14T19:59:10.445Z | Compiling time-macros v0.2.18 |
1305 | 2025-01-14T19:59:10.468Z | Compiling deranged v0.3.11 |
1306 | 2025-01-14T19:59:10.601Z | Compiling scrypt v0.11.0 |
1307 | 2025-01-14T19:59:10.765Z | Compiling openssl-sys v0.9.103 |
1308 | 2025-01-14T19:59:11.164Z | Compiling icu_properties v1.5.1 |
1309 | 2025-01-14T19:59:11.262Z | Compiling aes v0.8.4 |
1310 | 2025-01-14T19:59:11.891Z | Compiling cbc v0.1.2 |
1311 | 2025-01-14T19:59:12.420Z | Compiling scroll_derive v0.12.0 |
1312 | 2025-01-14T19:59:13.305Z | Compiling bitflags v2.6.0 |
1313 | 2025-01-14T19:59:13.748Z | Compiling bytes v1.8.0 |
1314 | 2025-01-14T19:59:13.919Z | Compiling indexmap v2.6.0 |
1315 | 2025-01-14T19:59:14.147Z | Compiling semver v1.0.23 |
1316 | 2025-01-14T19:59:14.931Z | Compiling tokio v1.40.0 |
1317 | 2025-01-14T19:59:15.078Z | Compiling http v1.1.0 |
1318 | 2025-01-14T19:59:15.459Z | Compiling rustc_version v0.4.1 |
1319 | 2025-01-14T19:59:15.531Z | Compiling utf8_iter v1.0.4 |
1320 | 2025-01-14T19:59:15.783Z | Compiling num_threads v0.1.7 |
1321 | 2025-01-14T19:59:15.914Z | Compiling atomic-waker v1.1.2 |
1322 | 2025-01-14T19:59:16.041Z | Compiling utf16_iter v1.0.5 |
1323 | 2025-01-14T19:59:16.090Z | Compiling write16 v1.0.0 |
1324 | 2025-01-14T19:59:16.111Z | Compiling icu_normalizer_data v1.5.0 |
1325 | 2025-01-14T19:59:16.218Z | Compiling time v0.3.36 |
1326 | 2025-01-14T19:59:16.234Z | Compiling icu_normalizer v1.5.0 |
1327 | 2025-01-14T19:59:16.237Z | Compiling scroll v0.12.0 |
1328 | 2025-01-14T19:59:16.237Z | Compiling pkcs5 v0.7.1 |
1329 | 2025-01-14T19:59:16.795Z | Compiling http-body v1.0.1 |
1330 | 2025-01-14T19:59:17.120Z | Compiling pest_generator v2.7.14 |
1331 | 2025-01-14T19:59:17.179Z | Compiling form_urlencoded v1.2.1 |
1332 | 2025-01-14T19:59:17.498Z | Compiling slog v2.7.0 |
1333 | 2025-01-14T19:59:17.523Z | Compiling try-lock v0.2.5 |
1334 | 2025-01-14T19:59:17.551Z | Compiling goblin v0.8.2 |
1335 | 2025-01-14T19:59:17.682Z | Compiling want v0.3.1 |
1336 | 2025-01-14T19:59:17.968Z | Compiling which v4.4.2 |
1337 | 2025-01-14T19:59:18.512Z | Compiling idna_adapter v1.2.0 |
1338 | 2025-01-14T19:59:18.533Z | Compiling pkcs8 v0.10.2 |
1339 | 2025-01-14T19:59:18.603Z | Compiling uuid v1.11.0 |
1340 | 2025-01-14T19:59:19.005Z | Compiling httpdate v1.0.3 |
1341 | 2025-01-14T19:59:19.122Z | Compiling pest_derive v2.7.14 |
1342 | 2025-01-14T19:59:19.248Z | Compiling iana-time-zone v0.1.61 |
1343 | 2025-01-14T19:59:19.487Z | Compiling chrono v0.4.38 |
1344 | 2025-01-14T19:59:19.737Z | Compiling idna v1.0.3 |
1345 | 2025-01-14T19:59:19.948Z | Compiling dtrace-parser v0.2.0 |
1346 | 2025-01-14T19:59:20.857Z | Compiling serde_spanned v0.6.8 |
1347 | 2025-01-14T19:59:21.096Z | Compiling toml_datetime v0.6.8 |
1348 | 2025-01-14T19:59:21.586Z | Compiling serde_tokenstream v0.2.2 |
1349 | 2025-01-14T19:59:21.606Z | Compiling rustversion v1.0.17 |
1350 | 2025-01-14T19:59:21.626Z | Compiling adler2 v2.0.0 |
1351 | 2025-01-14T19:59:21.837Z | Compiling tower-service v0.3.3 |
1352 | 2025-01-14T19:59:21.994Z | Compiling foreign-types-shared v0.1.1 |
1353 | 2025-01-14T19:59:22.112Z | Compiling match_cfg v0.1.0 |
1354 | 2025-01-14T19:59:22.190Z | Compiling base64 v0.22.1 |
1355 | 2025-01-14T19:59:22.214Z | Compiling openssl v0.10.66 |
1356 | 2025-01-14T19:59:22.237Z | Compiling hostname v0.3.1 |
1357 | 2025-01-14T19:59:22.391Z | Compiling foreign-types v0.3.2 |
1358 | 2025-01-14T19:59:22.491Z | Compiling miniz_oxide v0.8.0 |
1359 | 2025-01-14T19:59:22.511Z | Compiling url v2.5.3 |
1360 | 2025-01-14T19:59:22.967Z | Compiling openssl-macros v0.1.1 |
1361 | 2025-01-14T19:59:23.249Z | Compiling dof v0.3.0 |
1362 | 2025-01-14T19:59:23.729Z | Compiling tokio-util v0.7.12 |
1363 | 2025-01-14T19:59:24.058Z | Compiling usdt-impl v0.5.0 |
1364 | 2025-01-14T19:59:24.064Z | Compiling async-trait v0.1.83 |
1365 | 2025-01-14T19:59:24.496Z | Compiling serde_derive_internals v0.29.1 |
1366 | 2025-01-14T19:59:25.204Z | Compiling h2 v0.4.6 |
1367 | 2025-01-14T19:59:25.418Z | Compiling dirs-sys-next v0.1.2 |
1368 | 2025-01-14T19:59:25.644Z | Compiling syn v1.0.109 |
1369 | 2025-01-14T19:59:26.074Z | Compiling native-tls v0.2.12 |
1370 | 2025-01-14T19:59:26.272Z | Compiling rustls v0.23.19 |
1371 | 2025-01-14T19:59:26.393Z | Compiling data-encoding v2.6.0 |
1372 | 2025-01-14T19:59:26.532Z | Compiling siphasher v0.3.11 |
1373 | 2025-01-14T19:59:26.855Z | Compiling schemars v0.8.21 |
1374 | 2025-01-14T19:59:26.917Z | Compiling rustls v0.22.4 |
1375 | 2025-01-14T19:59:27.251Z | Compiling schemars_derive v0.8.21 |
1376 | 2025-01-14T19:59:27.319Z | Compiling dirs-next v2.0.0 |
1377 | 2025-01-14T19:59:27.882Z | Compiling http-body-util v0.1.2 |
1378 | 2025-01-14T19:59:28.413Z | Compiling heapless v0.7.17 |
1379 | 2025-01-14T19:59:28.848Z | Compiling crossbeam-epoch v0.9.18 |
1380 | 2025-01-14T19:59:28.884Z | Compiling signature v2.2.0 |
1381 | 2025-01-14T19:59:28.944Z | Compiling sha1 v0.10.6 |
1382 | 2025-01-14T19:59:29.177Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1383 | 2025-01-14T19:59:29.377Z | Compiling thread_local v1.1.8 |
1384 | 2025-01-14T19:59:29.617Z | Compiling multer v3.1.0 |
1385 | 2025-01-14T19:59:29.685Z | Compiling cookie v0.18.1 |
1386 | 2025-01-14T19:59:29.894Z | Compiling encoding_rs v0.8.34 |
1387 | 2025-01-14T19:59:29.935Z | Compiling slog-async v2.8.0 |
1388 | 2025-01-14T19:59:29.957Z | Compiling mime v0.3.17 |
1389 | 2025-01-14T19:59:30.498Z | Compiling openssl-probe v0.1.5 |
1390 | 2025-01-14T19:59:30.520Z | Compiling rayon-core v1.12.1 |
1391 | 2025-01-14T19:59:30.638Z | Compiling signal-hook v0.3.17 |
1392 | 2025-01-14T19:59:30.765Z | Compiling dyn-clone v1.0.17 |
1393 | 2025-01-14T19:59:30.785Z | Compiling gimli v0.31.1 |
1394 | 2025-01-14T19:59:30.853Z | Compiling ipnet v2.10.1 |
1395 | 2025-01-14T19:59:30.889Z | Compiling unicode-properties v0.1.3 |
1396 | 2025-01-14T19:59:31.286Z | Compiling stringprep v0.1.5 |
1397 | 2025-01-14T19:59:32.141Z | Compiling toml_edit v0.22.22 |
1398 | 2025-01-14T19:59:32.593Z | Compiling hyper v1.5.0 |
1399 | 2025-01-14T19:59:35.014Z | Compiling hyper-util v0.1.10 |
1400 | 2025-01-14T19:59:35.953Z | Compiling addr2line v0.24.2 |
1401 | 2025-01-14T19:59:35.986Z | Compiling crossbeam-deque v0.8.5 |
1402 | 2025-01-14T19:59:36.091Z | Compiling usdt-macro v0.5.0 |
1403 | 2025-01-14T19:59:36.313Z | Compiling usdt-attr-macro v0.5.0 |
1404 | 2025-01-14T19:59:36.657Z | Compiling term v0.7.0 |
1405 | 2025-01-14T19:59:36.772Z | Compiling slog-json v2.6.1 |
1406 | 2025-01-14T19:59:37.160Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2025-01-14T19:59:37.574Z | Compiling curve25519-dalek v4.1.3 |
1408 | 2025-01-14T19:59:37.705Z | Compiling crossbeam-channel v0.5.13 |
1409 | 2025-01-14T19:59:37.952Z | Compiling futures-executor v0.3.31 |
1410 | 2025-01-14T19:59:38.167Z | Compiling enum-as-inner v0.6.1 |
1411 | 2025-01-14T19:59:38.170Z | Compiling md-5 v0.10.6 |
1412 | 2025-01-14T19:59:38.207Z | Compiling async-stream-impl v0.3.6 |
1413 | 2025-01-14T19:59:38.457Z | Compiling rustls-pemfile v2.2.0 |
1414 | 2025-01-14T19:59:38.524Z | Compiling num-integer v0.1.46 |
1415 | 2025-01-14T19:59:38.812Z | Compiling idna v0.3.0 |
1416 | 2025-01-14T19:59:38.843Z | Compiling idna v0.4.0 |
1417 | 2025-01-14T19:59:39.288Z | Compiling hash32 v0.2.1 |
1418 | 2025-01-14T19:59:39.317Z | Compiling ff v0.13.0 |
1419 | 2025-01-14T19:59:39.553Z | Compiling is-terminal v0.4.13 |
1420 | 2025-01-14T19:59:39.574Z | Compiling object v0.36.5 |
1421 | 2025-01-14T19:59:39.679Z | Compiling dropshot v0.12.0 |
1422 | 2025-01-14T19:59:39.699Z | Compiling linked-hash-map v0.5.6 |
1423 | 2025-01-14T19:59:39.960Z | Compiling smoltcp v0.9.1 |
1424 | 2025-01-14T19:59:40.057Z | Compiling quick-error v1.2.3 |
1425 | 2025-01-14T19:59:40.210Z | Compiling utf-8 v0.7.6 |
1426 | 2025-01-14T19:59:40.467Z | Compiling rustc-demangle v0.1.24 |
1427 | 2025-01-14T19:59:40.526Z | Compiling portable-atomic v1.9.0 |
1428 | 2025-01-14T19:59:40.547Z | Compiling fallible-iterator v0.2.0 |
1429 | 2025-01-14T19:59:40.567Z | Compiling base16ct v0.2.0 |
1430 | 2025-01-14T19:59:40.687Z | Compiling take_mut v0.2.2 |
1431 | 2025-01-14T19:59:40.856Z | Compiling psl-types v2.0.11 |
1432 | 2025-01-14T19:59:40.895Z | Compiling anyhow v1.0.93 |
1433 | 2025-01-14T19:59:41.055Z | Compiling num-bigint-dig v0.8.4 |
1434 | 2025-01-14T19:59:41.302Z | Compiling postgres-protocol v0.6.7 |
1435 | 2025-01-14T19:59:41.377Z | Compiling publicsuffix v2.2.3 |
1436 | 2025-01-14T19:59:41.640Z | Compiling sec1 v0.7.3 |
1437 | 2025-01-14T19:59:41.697Z | Compiling tungstenite v0.24.0 |
1438 | 2025-01-14T19:59:41.908Z | Compiling resolv-conf v0.7.0 |
1439 | 2025-01-14T19:59:42.284Z | Compiling lru-cache v0.1.2 |
1440 | 2025-01-14T19:59:42.564Z | Compiling slog-term v2.9.1 |
1441 | 2025-01-14T19:59:42.670Z | Compiling hickory-proto v0.24.1 |
1442 | 2025-01-14T19:59:42.759Z | Compiling usdt v0.5.0 |
1443 | 2025-01-14T19:59:43.294Z | Compiling async-stream v0.3.6 |
1444 | 2025-01-14T19:59:43.597Z | Compiling group v0.13.0 |
1445 | 2025-01-14T19:59:43.885Z | Compiling num-iter v0.1.45 |
1446 | 2025-01-14T19:59:43.917Z | Compiling futures v0.3.31 |
1447 | 2025-01-14T19:59:44.028Z | Compiling slog-bunyan v2.5.0 |
1448 | 2025-01-14T19:59:44.188Z | Compiling toml v0.8.19 |
1449 | 2025-01-14T19:59:45.324Z | Compiling camino v1.1.9 |
1450 | 2025-01-14T19:59:45.875Z | Compiling tokio-native-tls v0.3.1 |
1451 | 2025-01-14T19:59:46.029Z | Compiling phf_shared v0.11.2 |
1452 | 2025-01-14T19:59:46.162Z | Compiling dropshot_endpoint v0.12.0 |
1453 | 2025-01-14T19:59:46.300Z | Compiling terminal_size v0.4.0 |
1454 | 2025-01-14T19:59:46.350Z | Compiling waitgroup v0.1.2 |
1455 | 2025-01-14T19:59:46.414Z | Compiling openapiv3 v2.0.0 |
1456 | 2025-01-14T19:59:46.514Z | Compiling serde_path_to_error v0.1.16 |
1457 | 2025-01-14T19:59:46.584Z | Compiling hkdf v0.12.4 |
1458 | 2025-01-14T19:59:46.847Z | Compiling crypto-bigint v0.5.5 |
1459 | 2025-01-14T19:59:47.393Z | Compiling backtrace v0.3.74 |
1460 | 2025-01-14T19:59:47.657Z | Compiling curve25519-dalek-derive v0.1.1 |
1461 | 2025-01-14T19:59:49.232Z | Compiling zerocopy-derive v0.6.6 |
1462 | 2025-01-14T19:59:50.917Z | Compiling webpki-roots v0.26.6 |
1463 | 2025-01-14T19:59:51.001Z | Compiling hubpack_derive v0.1.1 |
1464 | 2025-01-14T19:59:51.037Z | Compiling idna v0.5.0 |
1465 | 2025-01-14T19:59:51.061Z | Compiling hostname v0.4.0 |
1466 | 2025-01-14T19:59:51.130Z | Compiling crc32fast v1.4.2 |
1467 | 2025-01-14T19:59:51.323Z | Compiling ahash v0.8.11 |
1468 | 2025-01-14T19:59:51.466Z | Compiling fs-err v2.11.0 |
1469 | 2025-01-14T19:59:51.508Z | Compiling winnow v0.5.40 |
1470 | 2025-01-14T19:59:51.639Z | Compiling bitflags v1.3.2 |
1471 | 2025-01-14T19:59:51.750Z | Compiling debug-ignore v1.0.5 |
1472 | 2025-01-14T19:59:51.772Z | Compiling managed v0.8.0 |
1473 | 2025-01-14T19:59:51.881Z | Compiling newtype-uuid v1.1.3 |
1474 | 2025-01-14T19:59:51.900Z | Compiling cookie_store v0.21.0 |
1475 | 2025-01-14T19:59:52.267Z | Compiling hubpack v0.1.2 |
1476 | 2025-01-14T19:59:52.746Z | Compiling console v0.15.8 |
1477 | 2025-01-14T19:59:52.950Z | Compiling clap_builder v4.5.21 |
1478 | 2025-01-14T19:59:53.099Z | Compiling strum_macros v0.25.3 |
1479 | 2025-01-14T19:59:53.151Z | Compiling zerocopy v0.6.6 |
1480 | 2025-01-14T19:59:53.636Z | Compiling flate2 v1.0.34 |
1481 | 2025-01-14T19:59:54.086Z | Compiling elliptic-curve v0.13.8 |
1482 | 2025-01-14T19:59:54.380Z | Compiling hickory-resolver v0.24.1 |
1483 | 2025-01-14T19:59:54.935Z | Compiling phf v0.11.2 |
1484 | 2025-01-14T19:59:55.239Z | Compiling toml_edit v0.19.15 |
1485 | 2025-01-14T19:59:55.370Z | Compiling hyper-tls v0.6.0 |
1486 | 2025-01-14T19:59:55.502Z | Compiling signal-hook-mio v0.2.4 |
1487 | 2025-01-14T19:59:55.669Z | Compiling rayon v1.10.0 |
1488 | 2025-01-14T19:59:55.810Z | Compiling bzip2 v0.4.4 |
1489 | 2025-01-14T19:59:57.314Z | Compiling tokio-tungstenite v0.24.0 |
1490 | 2025-01-14T19:59:57.865Z | Compiling postgres-types v0.2.8 |
1491 | 2025-01-14T20:00:00.592Z | Compiling ed25519 v2.2.3 |
1492 | 2025-01-14T20:00:00.766Z | Compiling phf_shared v0.10.0 |
1493 | 2025-01-14T20:00:01.187Z | Compiling tokio-stream v0.1.16 |
1494 | 2025-01-14T20:00:01.243Z | Compiling pkcs1 v0.7.5 |
1495 | 2025-01-14T20:00:02.319Z | Compiling serde-big-array v0.5.1 |
1496 | 2025-01-14T20:00:02.331Z | Compiling clap_derive v4.5.18 |
1497 | 2025-01-14T20:00:02.449Z | Compiling rfc6979 v0.4.0 |
1498 | 2025-01-14T20:00:02.501Z | Compiling serde_repr v0.1.19 |
1499 | 2025-01-14T20:00:02.524Z | Compiling derive-where v1.2.7 |
1500 | 2025-01-14T20:00:02.542Z | Compiling float-cmp v0.9.0 |
1501 | 2025-01-14T20:00:02.630Z | Compiling bstr v1.10.0 |
1502 | 2025-01-14T20:00:02.751Z | Compiling sync_wrapper v1.0.1 |
1503 | 2025-01-14T20:00:02.917Z | Compiling static_assertions v1.1.0 |
1504 | 2025-01-14T20:00:03.023Z | Compiling precomputed-hash v0.1.1 |
1505 | 2025-01-14T20:00:03.147Z | Compiling fixedbitset v0.4.2 |
1506 | 2025-01-14T20:00:03.488Z | Compiling whoami v1.5.2 |
1507 | 2025-01-14T20:00:03.611Z | Compiling unicode-width v0.2.0 |
1508 | 2025-01-14T20:00:03.691Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2025-01-14T20:00:03.824Z | Compiling unicode-segmentation v1.12.0 |
1510 | 2025-01-14T20:00:04.136Z | Compiling difflib v0.4.0 |
1511 | 2025-01-14T20:00:04.160Z | Compiling number_prefix v0.4.0 |
1512 | 2025-01-14T20:00:04.392Z | Compiling predicates-core v1.0.8 |
1513 | 2025-01-14T20:00:04.451Z | Compiling new_debug_unreachable v1.0.6 |
1514 | 2025-01-14T20:00:04.557Z | Compiling bit-vec v0.6.3 |
1515 | 2025-01-14T20:00:04.699Z | Compiling predicates v3.1.2 |
1516 | 2025-01-14T20:00:04.758Z | Compiling string_cache v0.8.7 |
1517 | 2025-01-14T20:00:05.030Z | Compiling bit-set v0.5.3 |
1518 | 2025-01-14T20:00:05.235Z | Compiling similar v2.6.0 |
1519 | 2025-01-14T20:00:05.328Z | Compiling indicatif v0.17.9 |
1520 | 2025-01-14T20:00:05.974Z | Compiling tokio-postgres v0.7.12 |
1521 | 2025-01-14T20:00:06.150Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1522 | 2025-01-14T20:00:06.459Z | Compiling petgraph v0.6.5 |
1523 | 2025-01-14T20:00:07.573Z | Compiling ecdsa v0.16.9 |
1524 | 2025-01-14T20:00:07.608Z | Compiling clap v4.5.21 |
1525 | 2025-01-14T20:00:07.717Z | Compiling rsa v0.9.6 |
1526 | 2025-01-14T20:00:07.741Z | Compiling ed25519-dalek v2.1.1 |
1527 | 2025-01-14T20:00:08.443Z | Compiling toml v0.7.8 |
1528 | 2025-01-14T20:00:09.051Z | Compiling zip v0.6.6 |
1529 | 2025-01-14T20:00:10.188Z | Compiling crossterm v0.28.1 |
1530 | 2025-01-14T20:00:11.202Z | Compiling hex v0.4.3 |
1531 | 2025-01-14T20:00:11.247Z | Compiling x509-cert v0.2.5 |
1532 | 2025-01-14T20:00:11.590Z | Compiling itertools v0.10.5 |
1533 | 2025-01-14T20:00:11.739Z | Compiling peg-runtime v0.8.3 |
1534 | 2025-01-14T20:00:11.834Z | Compiling lalrpop-util v0.19.12 |
1535 | 2025-01-14T20:00:12.238Z | Compiling unicode-xid v0.2.6 |
1536 | 2025-01-14T20:00:12.432Z | Compiling strum_macros v0.26.4 |
1537 | 2025-01-14T20:00:12.464Z | Compiling xattr v1.3.1 |
1538 | 2025-01-14T20:00:12.736Z | Compiling filetime v0.2.25 |
1539 | 2025-01-14T20:00:13.056Z | Compiling tar v0.4.42 |
1540 | 2025-01-14T20:00:17.719Z | Compiling strum v0.26.3 |
1541 | 2025-01-14T20:00:20.120Z | Compiling aws-lc-sys v0.22.0 |
1542 | 2025-01-14T20:00:48.236Z | Compiling rustls-webpki v0.102.8 |
1543 | 2025-01-14T20:00:51.748Z | Compiling tokio-rustls v0.25.0 |
1544 | 2025-01-14T20:00:53.451Z | Compiling tokio-rustls v0.26.0 |
1545 | 2025-01-14T20:00:53.581Z | Compiling hyper-rustls v0.27.3 |
1546 | 2025-01-14T20:00:53.976Z | Compiling reqwest v0.12.9 |
1547 | 2025-01-14T20:00:55.399Z | Compiling qorb v0.2.1 |
1548 | 2025-01-14T20:01:00.045Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1549 | 2025-01-14T20:01:00.275Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1550 | 2025-01-14T20:01:06.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1551 | 2025-01-14T20:01:06.280Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1552 | 2025-01-14T20:01:06.331Z | Jan 14 20:01:05.848 INFO Starting download, target: Console |
1553 | 2025-01-14T20:01:06.331Z | Jan 14 20:01:05.848 INFO Starting download, target: Clickhouse |
1554 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.848 INFO Starting download, target: Cockroach |
1555 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.848 INFO Starting download, target: DendriteOpenapi |
1556 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.848 INFO Starting download, target: DendriteStub |
1557 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.848 INFO Starting download, target: MaghemiteMgd |
1558 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.848 INFO Starting download, target: TransceiverControl |
1559 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.849 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1560 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.849 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1561 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.849 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1562 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.849 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1563 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.849 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1564 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.849 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1565 | 2025-01-14T20:01:06.334Z | Jan 14 20:01:05.849 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1566 | 2025-01-14T20:01:06.557Z | Jan 14 20:01:06.061 INFO Download complete, target: DendriteOpenapi |
1567 | 2025-01-14T20:01:06.685Z | Jan 14 20:01:06.200 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1568 | 2025-01-14T20:01:06.877Z | Jan 14 20:01:06.374 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1569 | 2025-01-14T20:01:07.218Z | Jan 14 20:01:06.724 INFO Download complete, target: Console |
1570 | 2025-01-14T20:01:07.277Z | Jan 14 20:01:06.790 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1571 | 2025-01-14T20:01:07.400Z | Jan 14 20:01:06.909 INFO Download complete, target: TransceiverControl |
1572 | 2025-01-14T20:01:07.415Z | Jan 14 20:01:06.917 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1573 | 2025-01-14T20:01:07.891Z | Jan 14 20:01:07.408 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1574 | 2025-01-14T20:01:07.891Z | Jan 14 20:01:07.408 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1575 | 2025-01-14T20:01:08.286Z | Jan 14 20:01:07.801 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1576 | 2025-01-14T20:01:10.232Z | Jan 14 20:01:09.749 INFO Download complete, target: DendriteStub |
1577 | 2025-01-14T20:01:10.310Z | Jan 14 20:01:09.826 INFO Download complete, target: MaghemiteMgd |
1578 | 2025-01-14T20:01:15.352Z | Jan 14 20:01:14.868 INFO Checking that binary works, target: Cockroach |
1579 | 2025-01-14T20:01:15.526Z | Jan 14 20:01:15.042 INFO Download complete, target: Cockroach |
1580 | 2025-01-14T20:01:20.574Z | Jan 14 20:01:20.087 INFO Checking that binary works, target: Clickhouse |
1581 | 2025-01-14T20:01:20.692Z | Jan 14 20:01:20.207 INFO Download complete, target: Clickhouse |
1582 | 2025-01-14T20:01:20.713Z | All builder prerequisites installed successfully, and PATH looks valid |
1583 | 2025-01-14T20:01:20.717Z | |
1584 | 2025-01-14T20:01:20.717Z | real 4:50.606472621 |
1585 | 2025-01-14T20:01:20.717Z | user 16:40.058456481 |
1586 | 2025-01-14T20:01:20.717Z | sys 3:17.176544445 |
1587 | 2025-01-14T20:01:20.717Z | trap 0.558625199 |
1588 | 2025-01-14T20:01:20.717Z | tflt 1.568738861 |
1589 | 2025-01-14T20:01:20.717Z | dflt 2.178793835 |
1590 | 2025-01-14T20:01:20.717Z | kflt 0.024671494 |
1591 | 2025-01-14T20:01:20.717Z | lock 29:15.496573148 |
1592 | 2025-01-14T20:01:20.717Z | slp 1:01:37.218783085 |
1593 | 2025-01-14T20:01:20.717Z | lat 58.141457354 |
1594 | 2025-01-14T20:01:20.717Z | stop 2:24.008290154 |
1595 | 2025-01-14T20:01:20.717Z | + banner clippy |
1596 | 2025-01-14T20:01:20.719Z | |
1597 | 2025-01-14T20:01:20.719Z | #### # # ##### ##### # # |
1598 | 2025-01-14T20:01:20.719Z | # # # # # # # # # # |
1599 | 2025-01-14T20:01:20.719Z | # # # # # # # # |
1600 | 2025-01-14T20:01:20.719Z | # # # ##### ##### # |
1601 | 2025-01-14T20:01:20.720Z | # # # # # # # |
1602 | 2025-01-14T20:01:20.720Z | #### ###### # # # # |
1603 | 2025-01-14T20:01:20.720Z | |
1604 | 2025-01-14T20:01:20.720Z | + export CARGO_INCREMENTAL=0 |
1605 | 2025-01-14T20:01:20.720Z | + CARGO_INCREMENTAL=0 |
1606 | 2025-01-14T20:01:20.720Z | + ptime -m cargo xtask clippy |
1607 | 2025-01-14T20:01:21.254Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1608 | 2025-01-14T20:01:25.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
1609 | 2025-01-14T20:01:25.111Z | Running `target/debug/xtask clippy` |
1610 | 2025-01-14T20:01:25.132Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1611 | 2025-01-14T20:01:25.813Z | Downloading crates ... |
1612 | 2025-01-14T20:01:26.190Z | Downloaded async-channel v2.3.1 |
1613 | 2025-01-14T20:01:26.195Z | Downloaded async-channel v1.9.0 |
1614 | 2025-01-14T20:01:26.199Z | Downloaded assert_cmd v2.0.16 |
1615 | 2025-01-14T20:01:26.201Z | Downloaded assert-json-diff v2.0.2 |
1616 | 2025-01-14T20:01:26.204Z | Downloaded async-attributes v1.1.2 |
1617 | 2025-01-14T20:01:26.211Z | Downloaded async-object-pool v0.1.5 |
1618 | 2025-01-14T20:01:26.215Z | Downloaded async-global-executor v2.4.1 |
1619 | 2025-01-14T20:01:26.217Z | Downloaded async-signal v0.2.10 |
1620 | 2025-01-14T20:01:26.233Z | Downloaded criterion-plot v0.5.0 |
1621 | 2025-01-14T20:01:26.235Z | Downloaded concurrent-queue v2.5.0 |
1622 | 2025-01-14T20:01:26.238Z | Downloaded async-lock v3.4.0 |
1623 | 2025-01-14T20:01:26.240Z | Downloaded async-executor v1.13.1 |
1624 | 2025-01-14T20:01:26.240Z | Downloaded cast v0.3.0 |
1625 | 2025-01-14T20:01:26.242Z | Downloaded guppy-workspace-hack v0.1.0 |
1626 | 2025-01-14T20:01:26.242Z | Downloaded escape8259 v0.5.3 |
1627 | 2025-01-14T20:01:26.245Z | Downloaded async-task v4.7.1 |
1628 | 2025-01-14T20:01:26.248Z | Downloaded async-process v2.3.0 |
1629 | 2025-01-14T20:01:26.248Z | Downloaded async-io v2.3.4 |
1630 | 2025-01-14T20:01:26.250Z | Downloaded anes v0.1.6 |
1631 | 2025-01-14T20:01:26.253Z | Downloaded target-triple v0.1.3 |
1632 | 2025-01-14T20:01:26.255Z | Downloaded nested v0.1.1 |
1633 | 2025-01-14T20:01:26.255Z | Downloaded cfg-expr v0.17.0 |
1634 | 2025-01-14T20:01:26.258Z | Downloaded doc-comment v0.3.3 |
1635 | 2025-01-14T20:01:26.258Z | Downloaded blocking v1.6.1 |
1636 | 2025-01-14T20:01:26.260Z | Downloaded event-listener v2.5.3 |
1637 | 2025-01-14T20:01:26.260Z | Downloaded datatest-stable v0.2.9 |
1638 | 2025-01-14T20:01:26.263Z | Downloaded blake2b_simd v1.0.2 |
1639 | 2025-01-14T20:01:26.265Z | Downloaded approx v0.5.1 |
1640 | 2025-01-14T20:01:26.268Z | Downloaded plotters-svg v0.3.7 |
1641 | 2025-01-14T20:01:26.270Z | Downloaded pathdiff v0.2.2 |
1642 | 2025-01-14T20:01:26.277Z | Downloaded num_cpus v1.16.0 |
1643 | 2025-01-14T20:01:26.279Z | Downloaded piper v0.2.4 |
1644 | 2025-01-14T20:01:26.282Z | Downloaded indoc v2.0.5 |
1645 | 2025-01-14T20:01:26.291Z | Downloaded futures-timer v3.0.3 |
1646 | 2025-01-14T20:01:26.293Z | Downloaded kv-log-macro v1.0.7 |
1647 | 2025-01-14T20:01:26.293Z | Downloaded target-spec v3.2.2 |
1648 | 2025-01-14T20:01:26.294Z | Downloaded relative-path v1.9.3 |
1649 | 2025-01-14T20:01:26.294Z | Downloaded plotters-backend v0.3.7 |
1650 | 2025-01-14T20:01:26.294Z | Downloaded path-tree v0.8.1 |
1651 | 2025-01-14T20:01:26.294Z | Downloaded parking v2.2.1 |
1652 | 2025-01-14T20:01:26.294Z | Downloaded oorandom v11.1.4 |
1653 | 2025-01-14T20:01:26.294Z | Downloaded event-listener-strategy v0.5.2 |
1654 | 2025-01-14T20:01:26.296Z | Downloaded serde_regex v1.1.0 |
1655 | 2025-01-14T20:01:26.296Z | Downloaded proc-macro-crate v3.2.0 |
1656 | 2025-01-14T20:01:26.303Z | Downloaded threadpool v1.8.1 |
1657 | 2025-01-14T20:01:26.306Z | Downloaded similar-asserts v1.6.0 |
1658 | 2025-01-14T20:01:26.308Z | Downloaded httptest v0.16.1 |
1659 | 2025-01-14T20:01:26.308Z | Downloaded futures-lite v2.3.0 |
1660 | 2025-01-14T20:01:26.311Z | Downloaded event-listener v5.3.1 |
1661 | 2025-01-14T20:01:26.313Z | Downloaded tinytemplate v1.2.1 |
1662 | 2025-01-14T20:01:26.316Z | Downloaded target-lexicon v0.12.16 |
1663 | 2025-01-14T20:01:26.319Z | Downloaded stringmetrics v2.2.2 |
1664 | 2025-01-14T20:01:26.319Z | Downloaded partial-io v0.5.4 |
1665 | 2025-01-14T20:01:26.322Z | Downloaded libtest-mimic v0.7.3 |
1666 | 2025-01-14T20:01:26.324Z | Downloaded rustls-native-certs v0.7.3 |
1667 | 2025-01-14T20:01:26.326Z | Downloaded hyper-rustls v0.26.0 |
1668 | 2025-01-14T20:01:26.331Z | Downloaded rust-argon2 v2.1.0 |
1669 | 2025-01-14T20:01:26.338Z | Downloaded rstest v0.23.0 |
1670 | 2025-01-14T20:01:26.345Z | Downloaded trybuild v1.0.101 |
1671 | 2025-01-14T20:01:26.347Z | Downloaded rand_distr v0.4.3 |
1672 | 2025-01-14T20:01:26.350Z | Downloaded rstest_macros v0.23.0 |
1673 | 2025-01-14T20:01:26.353Z | Downloaded fancy-regex v0.13.0 |
1674 | 2025-01-14T20:01:26.356Z | Downloaded yansi v1.0.1 |
1675 | 2025-01-14T20:01:26.358Z | Downloaded criterion v0.5.1 |
1676 | 2025-01-14T20:01:26.365Z | Downloaded async-std v1.13.0 |
1677 | 2025-01-14T20:01:26.382Z | Downloaded pretty_assertions v1.4.1 |
1678 | 2025-01-14T20:01:26.384Z | Downloaded plotters v0.3.7 |
1679 | 2025-01-14T20:01:26.392Z | Downloaded guppy v0.17.8 |
1680 | 2025-01-14T20:01:26.397Z | Downloaded polling v3.7.3 |
1681 | 2025-01-14T20:01:26.480Z | Downloaded httpmock v0.8.0-alpha.1 |
1682 | 2025-01-14T20:01:27.249Z | Checking cfg-if v1.0.0 |
1683 | 2025-01-14T20:01:27.328Z | Checking libc v0.2.162 |
1684 | 2025-01-14T20:01:27.348Z | Checking serde v1.0.215 |
1685 | 2025-01-14T20:01:27.369Z | Checking memchr v2.7.4 |
1686 | 2025-01-14T20:01:27.390Z | Checking value-bag v1.9.0 |
1687 | 2025-01-14T20:01:27.410Z | Checking scopeguard v1.2.0 |
1688 | 2025-01-14T20:01:27.432Z | Checking zeroize v1.8.1 |
1689 | 2025-01-14T20:01:27.458Z | Checking smallvec v1.13.2 |
1690 | 2025-01-14T20:01:27.487Z | Checking itoa v1.0.11 |
1691 | 2025-01-14T20:01:27.555Z | Checking lock_api v0.4.12 |
1692 | 2025-01-14T20:01:27.705Z | Checking byteorder v1.5.0 |
1693 | 2025-01-14T20:01:27.734Z | Checking pin-project-lite v0.2.14 |
1694 | 2025-01-14T20:01:27.792Z | Checking log v0.4.22 |
1695 | 2025-01-14T20:01:27.818Z | Checking subtle v2.6.1 |
1696 | 2025-01-14T20:01:27.858Z | Checking once_cell v1.20.2 |
1697 | 2025-01-14T20:01:27.977Z | Checking typenum v1.17.0 |
1698 | 2025-01-14T20:01:28.112Z | Checking futures-core v0.3.31 |
1699 | 2025-01-14T20:01:28.139Z | Checking libm v0.2.8 |
1700 | 2025-01-14T20:01:28.164Z | Checking thiserror v1.0.69 |
1701 | 2025-01-14T20:01:28.227Z | Checking zerocopy v0.7.35 |
1702 | 2025-01-14T20:01:28.303Z | Checking ryu v1.0.18 |
1703 | 2025-01-14T20:01:28.338Z | Checking spin v0.9.8 |
1704 | 2025-01-14T20:01:28.367Z | Checking const-oid v0.9.6 |
1705 | 2025-01-14T20:01:28.419Z | Checking getrandom v0.2.15 |
1706 | 2025-01-14T20:01:28.557Z | Checking parking_lot_core v0.9.10 |
1707 | 2025-01-14T20:01:28.659Z | Checking rand_core v0.6.4 |
1708 | 2025-01-14T20:01:28.684Z | Checking signal-hook-registry v1.4.2 |
1709 | 2025-01-14T20:01:28.913Z | Checking parking_lot v0.12.3 |
1710 | 2025-01-14T20:01:28.938Z | Checking mio v1.0.2 |
1711 | 2025-01-14T20:01:28.962Z | Checking socket2 v0.5.7 |
1712 | 2025-01-14T20:01:29.107Z | Checking num-traits v0.2.19 |
1713 | 2025-01-14T20:01:29.305Z | Checking futures-io v0.3.31 |
1714 | 2025-01-14T20:01:29.332Z | Checking generic-array v0.14.7 |
1715 | 2025-01-14T20:01:29.473Z | Checking slab v0.4.9 |
1716 | 2025-01-14T20:01:29.501Z | Checking allocator-api2 v0.2.18 |
1717 | 2025-01-14T20:01:29.527Z | Checking cpufeatures v0.2.14 |
1718 | 2025-01-14T20:01:29.635Z | Checking futures-sink v0.3.31 |
1719 | 2025-01-14T20:01:29.669Z | Checking pin-utils v0.1.0 |
1720 | 2025-01-14T20:01:29.750Z | Checking foldhash v0.1.3 |
1721 | 2025-01-14T20:01:29.776Z | Checking equivalent v1.0.1 |
1722 | 2025-01-14T20:01:29.801Z | Checking futures-channel v0.3.31 |
1723 | 2025-01-14T20:01:29.895Z | Checking futures-task v0.3.31 |
1724 | 2025-01-14T20:01:29.978Z | Checking stable_deref_trait v1.2.0 |
1725 | 2025-01-14T20:01:30.130Z | Checking iana-time-zone v0.1.61 |
1726 | 2025-01-14T20:01:30.159Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1727 | 2025-01-14T20:01:30.185Z | Checking hashbrown v0.15.1 |
1728 | 2025-01-14T20:01:30.212Z | Checking fnv v1.0.7 |
1729 | 2025-01-14T20:01:30.214Z | Checking futures-util v0.3.31 |
1730 | 2025-01-14T20:01:30.284Z | Checking ppv-lite86 v0.2.20 |
1731 | 2025-01-14T20:01:30.355Z | Checking tracing-core v0.1.32 |
1732 | 2025-01-14T20:01:30.478Z | Checking crypto-common v0.1.6 |
1733 | 2025-01-14T20:01:30.512Z | Checking block-buffer v0.10.4 |
1734 | 2025-01-14T20:01:30.669Z | Checking errno v0.3.9 |
1735 | 2025-01-14T20:01:30.738Z | Checking digest v0.10.7 |
1736 | 2025-01-14T20:01:30.855Z | Checking zerofrom v0.1.4 |
1737 | 2025-01-14T20:01:30.926Z | Checking dyn-clone v1.0.17 |
1738 | 2025-01-14T20:01:31.022Z | Checking tracing v0.1.40 |
1739 | 2025-01-14T20:01:31.067Z | Checking block-padding v0.3.3 |
1740 | 2025-01-14T20:01:31.092Z | Checking yoke v0.7.4 |
1741 | 2025-01-14T20:01:31.095Z | Checking rand_chacha v0.3.1 |
1742 | 2025-01-14T20:01:31.139Z | Checking crossbeam-utils v0.8.20 |
1743 | 2025-01-14T20:01:31.277Z | Checking inout v0.1.3 |
1744 | 2025-01-14T20:01:31.339Z | Checking percent-encoding v2.3.1 |
1745 | 2025-01-14T20:01:31.368Z | Checking litemap v0.7.3 |
1746 | 2025-01-14T20:01:31.437Z | Checking zerovec v0.10.4 |
1747 | 2025-01-14T20:01:31.504Z | Checking rand v0.8.5 |
1748 | 2025-01-14T20:01:31.510Z | Checking cipher v0.4.4 |
1749 | 2025-01-14T20:01:31.564Z | Checking writeable v0.5.5 |
1750 | 2025-01-14T20:01:31.724Z | Checking tinyvec_macros v0.1.1 |
1751 | 2025-01-14T20:01:31.824Z | Checking tinyvec v1.8.0 |
1752 | 2025-01-14T20:01:31.827Z | Checking form_urlencoded v1.2.1 |
1753 | 2025-01-14T20:01:31.888Z | Checking httparse v1.9.5 |
1754 | 2025-01-14T20:01:31.918Z | Checking regex-syntax v0.8.5 |
1755 | 2025-01-14T20:01:32.060Z | Checking icu_locid_transform_data v1.5.0 |
1756 | 2025-01-14T20:01:32.168Z | Checking atomic-waker v1.1.2 |
1757 | 2025-01-14T20:01:32.302Z | Checking base64ct v1.6.0 |
1758 | 2025-01-14T20:01:32.329Z | Checking hmac v0.12.1 |
1759 | 2025-01-14T20:01:32.357Z | Checking bytes v1.8.0 |
1760 | 2025-01-14T20:01:32.554Z | Checking bitflags v2.6.0 |
1761 | 2025-01-14T20:01:32.742Z | Checking serde_json v1.0.133 |
1762 | 2025-01-14T20:01:32.782Z | Checking chrono v0.4.38 |
1763 | 2025-01-14T20:01:32.877Z | Checking indexmap v2.6.0 |
1764 | 2025-01-14T20:01:33.085Z | Checking uuid v1.11.0 |
1765 | 2025-01-14T20:01:33.132Z | Checking rustix v0.38.37 |
1766 | 2025-01-14T20:01:33.188Z | Checking tokio v1.40.0 |
1767 | 2025-01-14T20:01:33.746Z | Checking http v1.1.0 |
1768 | 2025-01-14T20:01:34.167Z | Checking tinystr v0.7.6 |
1769 | 2025-01-14T20:01:34.474Z | Checking icu_collections v1.5.0 |
1770 | 2025-01-14T20:01:34.548Z | Checking icu_locid v1.5.0 |
1771 | 2025-01-14T20:01:34.874Z | Checking schemars v0.8.21 |
1772 | 2025-01-14T20:01:35.117Z | Checking unicode-normalization v0.1.24 |
1773 | 2025-01-14T20:01:35.153Z | Checking sha2 v0.10.8 |
1774 | 2025-01-14T20:01:35.209Z | Checking untrusted v0.9.0 |
1775 | 2025-01-14T20:01:35.393Z | Checking icu_properties_data v1.5.0 |
1776 | 2025-01-14T20:01:35.396Z | Checking ring v0.17.8 |
1777 | 2025-01-14T20:01:35.636Z | Checking icu_provider v1.5.0 |
1778 | 2025-01-14T20:01:35.666Z | Checking aho-corasick v1.1.3 |
1779 | 2025-01-14T20:01:35.724Z | Checking utf16_iter v1.0.5 |
1780 | 2025-01-14T20:01:35.900Z | Checking unicode-ident v1.0.13 |
1781 | 2025-01-14T20:01:36.036Z | Checking unicode-bidi v0.3.17 |
1782 | 2025-01-14T20:01:36.087Z | Checking utf8_iter v1.0.4 |
1783 | 2025-01-14T20:01:36.270Z | Checking icu_locid_transform v1.5.0 |
1784 | 2025-01-14T20:01:36.296Z | Checking write16 v1.0.0 |
1785 | 2025-01-14T20:01:36.436Z | Checking icu_normalizer_data v1.5.0 |
1786 | 2025-01-14T20:01:36.551Z | Checking lazy_static v1.5.0 |
1787 | 2025-01-14T20:01:36.601Z | Checking powerfmt v0.2.0 |
1788 | 2025-01-14T20:01:36.645Z | Checking adler2 v2.0.0 |
1789 | 2025-01-14T20:01:36.676Z | Checking num_threads v0.1.7 |
1790 | 2025-01-14T20:01:36.678Z | Checking num-conv v0.1.0 |
1791 | 2025-01-14T20:01:36.802Z | Checking miniz_oxide v0.8.0 |
1792 | 2025-01-14T20:01:36.828Z | Checking rustls-pki-types v1.10.0 |
1793 | 2025-01-14T20:01:36.887Z | Checking deranged v0.3.11 |
1794 | 2025-01-14T20:01:36.932Z | Checking time-core v0.1.2 |
1795 | 2025-01-14T20:01:37.106Z | Checking proc-macro2 v1.0.89 |
1796 | 2025-01-14T20:01:37.275Z | Checking icu_properties v1.5.1 |
1797 | 2025-01-14T20:01:37.300Z | Checking pem-rfc7468 v0.7.0 |
1798 | 2025-01-14T20:01:37.391Z | Checking regex-automata v0.4.8 |
1799 | 2025-01-14T20:01:37.415Z | Checking http-body v1.0.1 |
1800 | 2025-01-14T20:01:37.544Z | Checking aws-lc-sys v0.22.0 |
1801 | 2025-01-14T20:01:37.593Z | Checking base64 v0.22.1 |
1802 | 2025-01-14T20:01:37.631Z | Checking untrusted v0.7.1 |
1803 | 2025-01-14T20:01:37.779Z | Checking quote v1.0.37 |
1804 | 2025-01-14T20:01:37.804Z | Checking mirai-annotations v1.12.0 |
1805 | 2025-01-14T20:01:38.000Z | Checking httpdate v1.0.3 |
1806 | 2025-01-14T20:01:38.061Z | Checking try-lock v0.2.5 |
1807 | 2025-01-14T20:01:38.147Z | Checking syn v2.0.87 |
1808 | 2025-01-14T20:01:38.198Z | Checking want v0.3.1 |
1809 | 2025-01-14T20:01:38.260Z | Checking flagset v0.4.6 |
1810 | 2025-01-14T20:01:38.384Z | Checking pbkdf2 v0.12.2 |
1811 | 2025-01-14T20:01:38.469Z | Checking der v0.7.9 |
1812 | 2025-01-14T20:01:38.561Z | Checking aes v0.8.4 |
1813 | 2025-01-14T20:01:38.655Z | Checking time v0.3.36 |
1814 | 2025-01-14T20:01:39.465Z | Checking cbc v0.1.2 |
1815 | 2025-01-14T20:01:39.687Z | Checking salsa20 v0.10.2 |
1816 | 2025-01-14T20:01:39.907Z | Checking ahash v0.8.11 |
1817 | 2025-01-14T20:01:40.208Z | Checking aws-lc-rs v1.10.0 |
1818 | 2025-01-14T20:01:40.937Z | Checking spki v0.7.3 |
1819 | 2025-01-14T20:01:40.960Z | Checking slog v2.7.0 |
1820 | 2025-01-14T20:01:40.960Z | Checking icu_normalizer v1.5.0 |
1821 | 2025-01-14T20:01:40.960Z | Checking tokio-util v0.7.12 |
1822 | 2025-01-14T20:01:40.960Z | Checking tower-service v0.3.3 |
1823 | 2025-01-14T20:01:40.960Z | Checking scrypt v0.11.0 |
1824 | 2025-01-14T20:01:41.016Z | Checking mime v0.3.17 |
1825 | 2025-01-14T20:01:41.152Z | Checking gimli v0.31.1 |
1826 | 2025-01-14T20:01:41.233Z | Checking pkcs5 v0.7.1 |
1827 | 2025-01-14T20:01:41.325Z | Checking object v0.36.5 |
1828 | 2025-01-14T20:01:41.368Z | Checking idna_adapter v1.2.0 |
1829 | 2025-01-14T20:01:41.564Z | Checking idna v1.0.3 |
1830 | 2025-01-14T20:01:41.711Z | Checking h2 v0.4.6 |
1831 | 2025-01-14T20:01:41.738Z | Checking utf8parse v0.2.2 |
1832 | 2025-01-14T20:01:41.885Z | Checking rustc-demangle v0.1.24 |
1833 | 2025-01-14T20:01:42.041Z | Checking rustls-webpki v0.102.8 |
1834 | 2025-01-14T20:01:42.069Z | Checking url v2.5.3 |
1835 | 2025-01-14T20:01:42.094Z | Checking regex v1.11.1 |
1836 | 2025-01-14T20:01:42.314Z | Checking pkcs8 v0.10.2 |
1837 | 2025-01-14T20:01:42.649Z | Checking http-body-util v0.1.2 |
1838 | 2025-01-14T20:01:42.741Z | Checking futures-executor v0.3.31 |
1839 | 2025-01-14T20:01:42.898Z | Checking toml_datetime v0.6.8 |
1840 | 2025-01-14T20:01:42.951Z | Checking serde_spanned v0.6.8 |
1841 | 2025-01-14T20:01:42.991Z | Checking unicode-width v0.1.14 |
1842 | 2025-01-14T20:01:43.086Z | Checking data-encoding v2.6.0 |
1843 | 2025-01-14T20:01:43.153Z | Checking ipnet v2.10.1 |
1844 | 2025-01-14T20:01:43.185Z | Checking futures v0.3.31 |
1845 | 2025-01-14T20:01:43.300Z | Checking rustls-pemfile v2.2.0 |
1846 | 2025-01-14T20:01:43.456Z | Checking anstyle v1.0.10 |
1847 | 2025-01-14T20:01:43.513Z | Checking foreign-types-shared v0.1.1 |
1848 | 2025-01-14T20:01:43.610Z | Checking openssl-probe v0.1.5 |
1849 | 2025-01-14T20:01:43.638Z | Checking either v1.13.0 |
1850 | 2025-01-14T20:01:43.761Z | Checking foreign-types v0.3.2 |
1851 | 2025-01-14T20:01:43.786Z | Checking serde_urlencoded v0.7.1 |
1852 | 2025-01-14T20:01:43.811Z | Checking semver v1.0.23 |
1853 | 2025-01-14T20:01:43.865Z | Checking sha1 v0.10.6 |
1854 | 2025-01-14T20:01:44.023Z | Checking openssl-sys v0.9.103 |
1855 | 2025-01-14T20:01:44.147Z | Checking encoding_rs v0.8.34 |
1856 | 2025-01-14T20:01:44.217Z | Checking rustls v0.23.19 |
1857 | 2025-01-14T20:01:44.222Z | Checking anstyle-parse v0.2.5 |
1858 | 2025-01-14T20:01:44.531Z | Checking camino v1.1.9 |
1859 | 2025-01-14T20:01:44.569Z | Checking colorchoice v1.0.2 |
1860 | 2025-01-14T20:01:44.708Z | Checking anstyle-query v1.1.1 |
1861 | 2025-01-14T20:01:44.841Z | Checking winnow v0.6.20 |
1862 | 2025-01-14T20:01:45.121Z | Checking is_terminal_polyfill v1.70.1 |
1863 | 2025-01-14T20:01:45.190Z | Checking addr2line v0.24.2 |
1864 | 2025-01-14T20:01:45.260Z | Checking anstream v0.6.15 |
1865 | 2025-01-14T20:01:45.335Z | Checking openssl v0.10.66 |
1866 | 2025-01-14T20:01:45.675Z | Checking terminal_size v0.4.0 |
1867 | 2025-01-14T20:01:45.736Z | Checking idna v0.3.0 |
1868 | 2025-01-14T20:01:45.851Z | Checking openapiv3 v2.0.0 |
1869 | 2025-01-14T20:01:46.472Z | Checking signature v2.2.0 |
1870 | 2025-01-14T20:01:46.609Z | Checking psl-types v2.0.11 |
1871 | 2025-01-14T20:01:46.676Z | Checking strsim v0.11.1 |
1872 | 2025-01-14T20:01:46.804Z | Checking clap_lex v0.7.2 |
1873 | 2025-01-14T20:01:46.969Z | Checking publicsuffix v2.2.3 |
1874 | 2025-01-14T20:01:47.056Z | Checking clap_builder v4.5.21 |
1875 | 2025-01-14T20:01:47.227Z | Checking cookie v0.18.1 |
1876 | 2025-01-14T20:01:47.692Z | Checking webpki-roots v0.26.6 |
1877 | 2025-01-14T20:01:47.816Z | Checking hyper v1.5.0 |
1878 | 2025-01-14T20:01:47.842Z | Checking idna v0.5.0 |
1879 | 2025-01-14T20:01:47.896Z | Checking backtrace v0.3.74 |
1880 | 2025-01-14T20:01:47.919Z | Checking is-terminal v0.4.13 |
1881 | 2025-01-14T20:01:48.049Z | Checking scroll v0.12.0 |
1882 | 2025-01-14T20:01:48.516Z | Checking anyhow v1.0.93 |
1883 | 2025-01-14T20:01:48.527Z | Checking plain v0.2.3 |
1884 | 2025-01-14T20:01:48.680Z | Checking ucd-trie v0.1.7 |
1885 | 2025-01-14T20:01:48.688Z | Checking cookie_store v0.21.0 |
1886 | 2025-01-14T20:01:48.872Z | Checking goblin v0.8.2 |
1887 | 2025-01-14T20:01:48.902Z | Checking pest v2.7.14 |
1888 | 2025-01-14T20:01:49.256Z | Checking sync_wrapper v1.0.1 |
1889 | 2025-01-14T20:01:49.403Z | Checking base16ct v0.2.0 |
1890 | 2025-01-14T20:01:49.405Z | Checking pretty-hex v0.4.1 |
1891 | 2025-01-14T20:01:49.608Z | Checking num-integer v0.1.46 |
1892 | 2025-01-14T20:01:49.612Z | Checking sec1 v0.7.3 |
1893 | 2025-01-14T20:01:49.782Z | Checking tokio-rustls v0.26.0 |
1894 | 2025-01-14T20:01:49.861Z | Checking hyper-util v0.1.10 |
1895 | 2025-01-14T20:01:50.019Z | Checking clap v4.5.21 |
1896 | 2025-01-14T20:01:50.052Z | Checking ff v0.13.0 |
1897 | 2025-01-14T20:01:50.114Z | Checking thread-id v4.2.2 |
1898 | 2025-01-14T20:01:50.153Z | Checking toml_edit v0.22.22 |
1899 | 2025-01-14T20:01:50.195Z | Checking hkdf v0.12.4 |
1900 | 2025-01-14T20:01:50.240Z | Checking crypto-bigint v0.5.5 |
1901 | 2025-01-14T20:01:50.265Z | Checking group v0.13.0 |
1902 | 2025-01-14T20:01:50.415Z | Checking memmap v0.7.0 |
1903 | 2025-01-14T20:01:50.521Z | Checking dirs-sys-next v0.1.2 |
1904 | 2025-01-14T20:01:50.630Z | Checking crc32fast v1.4.2 |
1905 | 2025-01-14T20:01:50.710Z | Checking bitflags v1.3.2 |
1906 | 2025-01-14T20:01:50.823Z | Checking static_assertions v1.1.0 |
1907 | 2025-01-14T20:01:50.858Z | Checking utf-8 v0.7.6 |
1908 | 2025-01-14T20:01:50.899Z | Checking native-tls v0.2.12 |
1909 | 2025-01-14T20:01:50.939Z | Checking dirs-next v2.0.0 |
1910 | 2025-01-14T20:01:51.081Z | Checking crossbeam-channel v0.5.13 |
1911 | 2025-01-14T20:01:51.084Z | Checking thread_local v1.1.8 |
1912 | 2025-01-14T20:01:51.247Z | Checking tokio-native-tls v0.3.1 |
1913 | 2025-01-14T20:01:51.379Z | Checking unicode-segmentation v1.12.0 |
1914 | 2025-01-14T20:01:51.407Z | Checking dtrace-parser v0.2.0 |
1915 | 2025-01-14T20:01:51.493Z | Checking term v0.7.0 |
1916 | 2025-01-14T20:01:51.799Z | Checking num-iter v0.1.45 |
1917 | 2025-01-14T20:01:51.861Z | Checking crossbeam-epoch v0.9.18 |
1918 | 2025-01-14T20:01:51.904Z | Checking hyper-rustls v0.27.3 |
1919 | 2025-01-14T20:01:51.942Z | Checking hyper-tls v0.6.0 |
1920 | 2025-01-14T20:01:51.983Z | Checking match_cfg v0.1.0 |
1921 | 2025-01-14T20:01:52.090Z | Checking take_mut v0.2.2 |
1922 | 2025-01-14T20:01:52.092Z | Checking hostname v0.3.1 |
1923 | 2025-01-14T20:01:52.221Z | Checking slog-term v2.9.1 |
1924 | 2025-01-14T20:01:52.251Z | Checking itertools v0.10.5 |
1925 | 2025-01-14T20:01:52.253Z | Checking reqwest v0.12.9 |
1926 | 2025-01-14T20:01:52.253Z | Checking slog-async v2.8.0 |
1927 | 2025-01-14T20:01:52.312Z | Checking bstr v1.10.0 |
1928 | 2025-01-14T20:01:52.589Z | Checking rfc6979 v0.4.0 |
1929 | 2025-01-14T20:01:52.743Z | Checking hex v0.4.3 |
1930 | 2025-01-14T20:01:52.776Z | Checking managed v0.8.0 |
1931 | 2025-01-14T20:01:52.802Z | Checking toml v0.8.19 |
1932 | 2025-01-14T20:01:53.090Z | Checking elliptic-curve v0.13.8 |
1933 | 2025-01-14T20:01:53.159Z | Checking winnow v0.5.40 |
1934 | 2025-01-14T20:01:53.221Z | Checking crossbeam-deque v0.8.5 |
1935 | 2025-01-14T20:01:53.290Z | Checking num-bigint-dig v0.8.4 |
1936 | 2025-01-14T20:01:53.551Z | Checking flate2 v1.0.34 |
1937 | 2025-01-14T20:01:53.562Z | Checking rustls v0.22.4 |
1938 | 2025-01-14T20:01:53.750Z | Checking ecdsa v0.16.9 |
1939 | 2025-01-14T20:01:53.966Z | Checking dof v0.3.0 |
1940 | 2025-01-14T20:01:54.114Z | Checking pkcs1 v0.7.5 |
1941 | 2025-01-14T20:01:54.187Z | Checking curve25519-dalek v4.1.3 |
1942 | 2025-01-14T20:01:54.486Z | Checking zerocopy v0.6.6 |
1943 | 2025-01-14T20:01:54.565Z | Checking siphasher v0.3.11 |
1944 | 2025-01-14T20:01:54.568Z | Checking rayon-core v1.12.1 |
1945 | 2025-01-14T20:01:54.616Z | Checking usdt-impl v0.5.0 |
1946 | 2025-01-14T20:01:54.890Z | Checking ed25519 v2.2.3 |
1947 | 2025-01-14T20:01:55.207Z | Checking usdt v0.5.0 |
1948 | 2025-01-14T20:01:55.234Z | Checking slog-json v2.6.1 |
1949 | 2025-01-14T20:01:55.272Z | Checking signal-hook v0.3.17 |
1950 | 2025-01-14T20:01:55.310Z | Checking quick-error v1.2.3 |
1951 | 2025-01-14T20:01:55.457Z | Checking rsa v0.9.6 |
1952 | 2025-01-14T20:01:55.474Z | Checking debug-ignore v1.0.5 |
1953 | 2025-01-14T20:01:55.504Z | Checking slog-bunyan v2.5.0 |
1954 | 2025-01-14T20:01:55.509Z | Checking multer v3.1.0 |
1955 | 2025-01-14T20:01:55.633Z | Checking x509-cert v0.2.5 |
1956 | 2025-01-14T20:01:55.658Z | Checking idna v0.4.0 |
1957 | 2025-01-14T20:01:55.679Z | Checking hubpack v0.1.2 |
1958 | 2025-01-14T20:01:55.934Z | Checking serde_path_to_error v0.1.16 |
1959 | 2025-01-14T20:01:56.004Z | Checking waitgroup v0.1.2 |
1960 | 2025-01-14T20:01:56.076Z | Checking ed25519-dalek v2.1.1 |
1961 | 2025-01-14T20:01:56.139Z | Checking bzip2-sys v0.1.11+1.0.8 |
1962 | 2025-01-14T20:01:56.196Z | Checking toml_edit v0.19.15 |
1963 | 2025-01-14T20:01:56.283Z | Checking async-stream v0.3.6 |
1964 | 2025-01-14T20:01:56.450Z | Checking hostname v0.4.0 |
1965 | 2025-01-14T20:01:56.477Z | Checking bit-vec v0.6.3 |
1966 | 2025-01-14T20:01:56.482Z | Checking bzip2 v0.4.4 |
1967 | 2025-01-14T20:01:56.526Z | Checking hickory-proto v0.24.1 |
1968 | 2025-01-14T20:01:56.553Z | Checking signal-hook-mio v0.2.4 |
1969 | 2025-01-14T20:01:56.597Z | Checking console v0.15.8 |
1970 | 2025-01-14T20:01:56.711Z | Checking hash32 v0.2.1 |
1971 | 2025-01-14T20:01:56.770Z | Checking unicode-properties v0.1.3 |
1972 | 2025-01-14T20:01:56.838Z | Checking bit-set v0.5.3 |
1973 | 2025-01-14T20:01:57.038Z | Checking predicates-core v1.0.8 |
1974 | 2025-01-14T20:01:57.110Z | Checking linked-hash-map v0.5.6 |
1975 | 2025-01-14T20:01:57.150Z | Checking stringprep v0.1.5 |
1976 | 2025-01-14T20:01:57.179Z | Checking heapless v0.7.17 |
1977 | 2025-01-14T20:01:57.217Z | Checking crossterm v0.28.1 |
1978 | 2025-01-14T20:01:57.245Z | Checking rayon v1.10.0 |
1979 | 2025-01-14T20:01:57.274Z | Checking tokio-rustls v0.25.0 |
1980 | 2025-01-14T20:01:57.423Z | Checking phf_shared v0.11.2 |
1981 | 2025-01-14T20:01:57.444Z | Checking lru-cache v0.1.2 |
1982 | 2025-01-14T20:01:57.641Z | Checking similar v2.6.0 |
1983 | 2025-01-14T20:01:57.668Z | Checking dropshot v0.12.0 |
1984 | 2025-01-14T20:01:57.723Z | Checking tokio-stream v0.1.16 |
1985 | 2025-01-14T20:01:58.229Z | Checking newtype-uuid v1.1.3 |
1986 | 2025-01-14T20:01:58.516Z | Checking md-5 v0.10.6 |
1987 | 2025-01-14T20:01:58.543Z | Checking float-cmp v0.9.0 |
1988 | 2025-01-14T20:01:58.600Z | Checking difflib v0.4.0 |
1989 | 2025-01-14T20:01:58.630Z | Checking toml v0.7.8 |
1990 | 2025-01-14T20:01:58.718Z | Checking normalize-line-endings v0.3.0 |
1991 | 2025-01-14T20:01:58.745Z | Checking fixedbitset v0.4.2 |
1992 | 2025-01-14T20:01:58.842Z | Checking fallible-iterator v0.2.0 |
1993 | 2025-01-14T20:01:58.921Z | Checking predicates v3.1.2 |
1994 | 2025-01-14T20:01:59.020Z | Checking petgraph v0.6.5 |
1995 | 2025-01-14T20:01:59.100Z | Checking smoltcp v0.9.1 |
1996 | 2025-01-14T20:01:59.389Z | Checking phf v0.11.2 |
1997 | 2025-01-14T20:01:59.451Z | Checking postgres-protocol v0.6.7 |
1998 | 2025-01-14T20:01:59.644Z | Checking zip v0.6.6 |
1999 | 2025-01-14T20:01:59.671Z | Checking resolv-conf v0.7.0 |
2000 | 2025-01-14T20:02:00.031Z | Checking phf_shared v0.10.0 |
2001 | 2025-01-14T20:02:00.128Z | Checking tungstenite v0.24.0 |
2002 | 2025-01-14T20:02:00.315Z | Checking fs-err v2.11.0 |
2003 | 2025-01-14T20:02:00.375Z | Checking serde-big-array v0.5.1 |
2004 | 2025-01-14T20:02:00.622Z | Checking portable-atomic v1.9.0 |
2005 | 2025-01-14T20:02:00.654Z | Checking unicode-width v0.2.0 |
2006 | 2025-01-14T20:02:00.872Z | Checking minimal-lexical v0.2.1 |
2007 | 2025-01-14T20:02:01.040Z | Checking number_prefix v0.4.0 |
2008 | 2025-01-14T20:02:01.164Z | Checking precomputed-hash v0.1.1 |
2009 | 2025-01-14T20:02:01.199Z | Checking lalrpop-util v0.19.12 |
2010 | 2025-01-14T20:02:01.263Z | Checking new_debug_unreachable v1.0.6 |
2011 | 2025-01-14T20:02:01.282Z | Checking hickory-resolver v0.24.1 |
2012 | 2025-01-14T20:02:01.283Z | Checking nom v7.1.3 |
2013 | 2025-01-14T20:02:01.283Z | Checking tokio-tungstenite v0.24.0 |
2014 | 2025-01-14T20:02:01.347Z | Checking string_cache v0.8.7 |
2015 | 2025-01-14T20:02:01.393Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2016 | 2025-01-14T20:02:01.457Z | Checking postgres-types v0.2.8 |
2017 | 2025-01-14T20:02:01.617Z | Checking itertools v0.12.1 |
2018 | 2025-01-14T20:02:01.672Z | Checking indicatif v0.17.9 |
2019 | 2025-01-14T20:02:01.746Z | Checking peg-runtime v0.8.3 |
2020 | 2025-01-14T20:02:01.997Z | Checking whoami v1.5.2 |
2021 | 2025-01-14T20:02:02.370Z | Compiling hashbrown v0.14.5 |
2022 | 2025-01-14T20:02:02.429Z | Checking tokio-postgres v0.7.12 |
2023 | 2025-01-14T20:02:02.429Z | Compiling ident_case v1.0.1 |
2024 | 2025-01-14T20:02:02.470Z | Compiling unsafe-libyaml v0.2.11 |
2025 | 2025-01-14T20:02:02.597Z | Compiling darling_core v0.20.10 |
2026 | 2025-01-14T20:02:02.927Z | Checking qorb v0.2.1 |
2027 | 2025-01-14T20:02:03.698Z | Compiling regress v0.10.1 |
2028 | 2025-01-14T20:02:04.237Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2025-01-14T20:02:04.529Z | Checking heck v0.5.0 |
2030 | 2025-01-14T20:02:04.737Z | Checking progenitor-client v0.8.0 |
2031 | 2025-01-14T20:02:05.086Z | Checking fastrand v2.1.1 |
2032 | 2025-01-14T20:02:05.432Z | Checking ipnetwork v0.20.0 |
2033 | 2025-01-14T20:02:05.436Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2034 | 2025-01-14T20:02:05.484Z | Compiling structmeta-derive v0.3.0 |
2035 | 2025-01-14T20:02:05.812Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2036 | 2025-01-14T20:02:06.177Z | Checking strum v0.26.3 |
2037 | 2025-01-14T20:02:06.343Z | Compiling dropshot v0.13.0 |
2038 | 2025-01-14T20:02:06.727Z | Checking macaddr v1.0.1 |
2039 | 2025-01-14T20:02:06.754Z | Compiling dropshot_endpoint v0.13.0 |
2040 | 2025-01-14T20:02:06.806Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2025-01-14T20:02:07.065Z | Checking tempfile v3.13.0 |
2042 | 2025-01-14T20:02:07.463Z | Compiling typify-impl v0.2.0 |
2043 | 2025-01-14T20:02:07.578Z | Checking instant v0.1.13 |
2044 | 2025-01-14T20:02:07.710Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2045 | 2025-01-14T20:02:08.303Z | Checking regress v0.9.1 |
2046 | 2025-01-14T20:02:08.416Z | Compiling structmeta v0.3.0 |
2047 | 2025-01-14T20:02:08.596Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2048 | 2025-01-14T20:02:08.734Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2049 | 2025-01-14T20:02:08.862Z | Compiling parse-display-derive v0.10.0 |
2050 | 2025-01-14T20:02:09.176Z | Checking backoff v0.4.0 |
2051 | 2025-01-14T20:02:09.344Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2025-01-14T20:02:09.483Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2053 | 2025-01-14T20:02:09.510Z | Checking wait-timeout v0.2.0 |
2054 | 2025-01-14T20:02:09.601Z | Compiling darling_macro v0.20.10 |
2055 | 2025-01-14T20:02:09.649Z | Checking rand_xorshift v0.3.0 |
2056 | 2025-01-14T20:02:09.690Z | Checking rusty-fork v0.3.0 |
2057 | 2025-01-14T20:02:09.838Z | Checking unarray v0.1.4 |
2058 | 2025-01-14T20:02:09.996Z | Compiling structmeta-derive v0.2.0 |
2059 | 2025-01-14T20:02:10.021Z | Checking proptest v1.5.0 |
2060 | 2025-01-14T20:02:10.602Z | Compiling darling v0.20.10 |
2061 | 2025-01-14T20:02:10.737Z | Compiling serde_with_macros v3.11.0 |
2062 | 2025-01-14T20:02:11.604Z | Checking camino-tempfile v1.1.1 |
2063 | 2025-01-14T20:02:11.877Z | Compiling proc-macro-error v1.0.4 |
2064 | 2025-01-14T20:02:11.959Z | Compiling proc-macro-crate v1.3.1 |
2065 | 2025-01-14T20:02:12.604Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2025-01-14T20:02:12.931Z | Compiling structmeta v0.2.0 |
2067 | 2025-01-14T20:02:12.996Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2068 | 2025-01-14T20:02:13.068Z | Compiling num_enum_derive v0.5.11 |
2069 | 2025-01-14T20:02:13.309Z | Compiling foreign-types-macros v0.2.3 |
2070 | 2025-01-14T20:02:13.378Z | Compiling test-strategy v0.3.1 |
2071 | 2025-01-14T20:02:13.513Z | Checking parse-display v0.10.0 |
2072 | 2025-01-14T20:02:13.688Z | Checking serde_with v3.11.0 |
2073 | 2025-01-14T20:02:13.755Z | Checking foreign-types-shared v0.3.1 |
2074 | 2025-01-14T20:02:14.228Z | Checking tabwriter v1.4.0 |
2075 | 2025-01-14T20:02:14.485Z | Checking cstr-argument v0.1.2 |
2076 | 2025-01-14T20:02:14.626Z | Checking foreign-types v0.5.0 |
2077 | 2025-01-14T20:02:14.685Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2078 | 2025-01-14T20:02:14.751Z | Checking pretty-hex v0.2.1 |
2079 | 2025-01-14T20:02:14.838Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2080 | 2025-01-14T20:02:14.935Z | Checking colored v2.1.0 |
2081 | 2025-01-14T20:02:15.197Z | Checking smf v0.2.3 |
2082 | 2025-01-14T20:02:15.293Z | Checking itertools v0.13.0 |
2083 | 2025-01-14T20:02:15.509Z | Checking base64 v0.21.7 |
2084 | 2025-01-14T20:02:15.539Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2085 | 2025-01-14T20:02:15.685Z | Compiling crucible-workspace-hack v0.1.0 |
2086 | 2025-01-14T20:02:15.713Z | Compiling zerocopy v0.8.10 |
2087 | 2025-01-14T20:02:15.719Z | Checking num_enum v0.5.11 |
2088 | 2025-01-14T20:02:15.885Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2089 | 2025-01-14T20:02:15.992Z | Checking atomicwrites v0.4.4 |
2090 | 2025-01-14T20:02:16.178Z | Compiling zerocopy-derive v0.8.10 |
2091 | 2025-01-14T20:02:16.180Z | Checking termtree v0.4.1 |
2092 | 2025-01-14T20:02:16.421Z | Compiling heapless v0.8.0 |
2093 | 2025-01-14T20:02:16.726Z | Checking predicates-tree v1.0.11 |
2094 | 2025-01-14T20:02:16.883Z | Checking hash32 v0.3.1 |
2095 | 2025-01-14T20:02:17.094Z | Compiling smoltcp v0.11.0 |
2096 | 2025-01-14T20:02:17.278Z | Checking cobs v0.2.3 |
2097 | 2025-01-14T20:02:17.323Z | Checking sigpipe v0.1.3 |
2098 | 2025-01-14T20:02:17.456Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2099 | 2025-01-14T20:02:17.481Z | Checking postcard v1.0.10 |
2100 | 2025-01-14T20:02:17.756Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2101 | 2025-01-14T20:02:17.905Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2102 | 2025-01-14T20:02:17.933Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2103 | 2025-01-14T20:02:18.019Z | Compiling mockall_derive v0.13.0 |
2104 | 2025-01-14T20:02:18.071Z | Compiling thiserror v2.0.3 |
2105 | 2025-01-14T20:02:18.247Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2106 | 2025-01-14T20:02:18.328Z | Compiling thiserror-impl v2.0.3 |
2107 | 2025-01-14T20:02:18.538Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2108 | 2025-01-14T20:02:19.072Z | Compiling zone_cfg_derive v0.3.0 |
2109 | 2025-01-14T20:02:19.219Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2110 | 2025-01-14T20:02:20.662Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2111 | 2025-01-14T20:02:20.853Z | Compiling num-derive v0.4.2 |
2112 | 2025-01-14T20:02:21.038Z | Checking downcast v0.11.0 |
2113 | 2025-01-14T20:02:21.242Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2114 | 2025-01-14T20:02:21.304Z | Checking fragile v2.0.0 |
2115 | 2025-01-14T20:02:21.572Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2116 | 2025-01-14T20:02:21.596Z | Checking zone v0.3.0 |
2117 | 2025-01-14T20:02:21.829Z | Compiling convert_case v0.4.0 |
2118 | 2025-01-14T20:02:22.223Z | Checking tungstenite v0.21.0 |
2119 | 2025-01-14T20:02:22.325Z | Checking newline-converter v0.3.0 |
2120 | 2025-01-14T20:02:22.351Z | Checking same-file v1.0.6 |
2121 | 2025-01-14T20:02:22.493Z | Checking expectorate v1.1.0 |
2122 | 2025-01-14T20:02:22.533Z | Checking walkdir v2.5.0 |
2123 | 2025-01-14T20:02:22.673Z | Checking arc-swap v1.7.1 |
2124 | 2025-01-14T20:02:22.826Z | Compiling derive_more v0.99.18 |
2125 | 2025-01-14T20:02:22.849Z | Checking xattr v1.3.1 |
2126 | 2025-01-14T20:02:23.054Z | Checking filetime v0.2.25 |
2127 | 2025-01-14T20:02:23.107Z | Checking slog-scope v4.4.0 |
2128 | 2025-01-14T20:02:23.141Z | Checking tokio-tungstenite v0.21.0 |
2129 | 2025-01-14T20:02:23.166Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2130 | 2025-01-14T20:02:23.277Z | Checking tar v0.4.42 |
2131 | 2025-01-14T20:02:23.307Z | Checking slog-stdlog v4.1.1 |
2132 | 2025-01-14T20:02:23.495Z | Checking slog-envlogger v2.2.0 |
2133 | 2025-01-14T20:02:23.633Z | Checking num-rational v0.4.2 |
2134 | 2025-01-14T20:02:23.657Z | Checking num-complex v0.4.6 |
2135 | 2025-01-14T20:02:23.726Z | Checking float-ord v0.3.2 |
2136 | 2025-01-14T20:02:23.885Z | Checking indent_write v2.2.0 |
2137 | 2025-01-14T20:02:24.103Z | Checking swrite v0.1.0 |
2138 | 2025-01-14T20:02:24.127Z | Compiling owo-colors v4.1.0 |
2139 | 2025-01-14T20:02:24.234Z | Compiling cancel-safe-futures v0.1.5 |
2140 | 2025-01-14T20:02:24.318Z | Checking libsw v3.3.1 |
2141 | 2025-01-14T20:02:24.601Z | Checking num v0.4.3 |
2142 | 2025-01-14T20:02:24.604Z | Checking password-hash v0.5.0 |
2143 | 2025-01-14T20:02:24.719Z | Checking blake2 v0.10.6 |
2144 | 2025-01-14T20:02:25.123Z | Checking linear-map v1.2.0 |
2145 | 2025-01-14T20:02:25.146Z | Checking pem v3.0.4 |
2146 | 2025-01-14T20:02:25.218Z | Checking argon2 v0.5.3 |
2147 | 2025-01-14T20:02:25.435Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2148 | 2025-01-14T20:02:25.802Z | Compiling lzma-sys v0.1.20 |
2149 | 2025-01-14T20:02:25.924Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2150 | 2025-01-14T20:02:25.953Z | Checking headers-core v0.3.0 |
2151 | 2025-01-14T20:02:26.086Z | Compiling typify-macro v0.2.0 |
2152 | 2025-01-14T20:02:26.113Z | Compiling heck v0.3.3 |
2153 | 2025-01-14T20:02:26.302Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2154 | 2025-01-14T20:02:26.352Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2025-01-14T20:02:26.452Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2156 | 2025-01-14T20:02:26.544Z | Checking highway v1.2.0 |
2157 | 2025-01-14T20:02:26.643Z | Compiling zone_cfg_derive v0.1.2 |
2158 | 2025-01-14T20:02:26.781Z | Checking headers v0.4.0 |
2159 | 2025-01-14T20:02:26.991Z | Checking mockall v0.13.0 |
2160 | 2025-01-14T20:02:27.014Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2161 | 2025-01-14T20:02:27.168Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2162 | 2025-01-14T20:02:27.235Z | Checking yasna v0.5.2 |
2163 | 2025-01-14T20:02:27.288Z | Checking base64 v0.13.1 |
2164 | 2025-01-14T20:02:27.703Z | Checking ron v0.7.1 |
2165 | 2025-01-14T20:02:28.436Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2166 | 2025-01-14T20:02:28.459Z | Checking rcgen v0.12.1 |
2167 | 2025-01-14T20:02:28.459Z | Checking zone v0.1.8 |
2168 | 2025-01-14T20:02:28.473Z | Checking xz2 v0.1.7 |
2169 | 2025-01-14T20:02:28.810Z | Checking subprocess v0.2.9 |
2170 | 2025-01-14T20:02:28.852Z | Checking humantime v2.1.0 |
2171 | 2025-01-14T20:02:28.920Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2172 | 2025-01-14T20:02:29.141Z | Compiling semver v0.1.20 |
2173 | 2025-01-14T20:02:29.388Z | Checking half v2.4.1 |
2174 | 2025-01-14T20:02:29.444Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2025-01-14T20:02:29.803Z | Compiling rustc_version v0.1.7 |
2176 | 2025-01-14T20:02:29.838Z | Checking ciborium-io v0.2.2 |
2177 | 2025-01-14T20:02:29.863Z | Checking prettyplease v0.2.25 |
2178 | 2025-01-14T20:02:29.959Z | Checking ciborium-ll v0.2.2 |
2179 | 2025-01-14T20:02:30.298Z | Checking ciborium v0.2.2 |
2180 | 2025-01-14T20:02:30.364Z | Compiling newtype_derive v0.1.6 |
2181 | 2025-01-14T20:02:30.501Z | Compiling typify v0.2.0 |
2182 | 2025-01-14T20:02:30.661Z | Compiling progenitor-impl v0.8.0 |
2183 | 2025-01-14T20:02:30.924Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2184 | 2025-01-14T20:02:30.948Z | Checking steno v0.4.1 |
2185 | 2025-01-14T20:02:32.714Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2186 | 2025-01-14T20:02:33.211Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2187 | 2025-01-14T20:02:33.642Z | Compiling slog-dtrace v0.3.0 |
2188 | 2025-01-14T20:02:34.230Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2189 | 2025-01-14T20:02:34.479Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2190 | 2025-01-14T20:02:34.633Z | Checking display-error-chain v0.2.2 |
2191 | 2025-01-14T20:02:34.636Z | Checking gethostname v0.5.0 |
2192 | 2025-01-14T20:02:34.795Z | Checking nibble_vec v0.1.0 |
2193 | 2025-01-14T20:02:34.819Z | Compiling blake3 v1.5.4 |
2194 | 2025-01-14T20:02:34.840Z | Checking endian-type v0.1.2 |
2195 | 2025-01-14T20:02:34.993Z | Checking keccak v0.1.5 |
2196 | 2025-01-14T20:02:35.060Z | Checking radix_trie v0.2.1 |
2197 | 2025-01-14T20:02:35.062Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2198 | 2025-01-14T20:02:35.370Z | Checking sha3 v0.10.8 |
2199 | 2025-01-14T20:02:35.492Z | Checking universal-hash v0.5.1 |
2200 | 2025-01-14T20:02:35.537Z | Checking secrecy v0.8.0 |
2201 | 2025-01-14T20:02:35.681Z | Checking opaque-debug v0.3.1 |
2202 | 2025-01-14T20:02:35.752Z | Checking aead v0.5.2 |
2203 | 2025-01-14T20:02:35.782Z | Checking poly1305 v0.8.0 |
2204 | 2025-01-14T20:02:35.796Z | Checking chacha20 v0.9.1 |
2205 | 2025-01-14T20:02:36.247Z | Compiling memmap2 v0.9.5 |
2206 | 2025-01-14T20:02:36.250Z | Compiling constant_time_eq v0.3.1 |
2207 | 2025-01-14T20:02:36.446Z | Compiling arrayref v0.3.9 |
2208 | 2025-01-14T20:02:36.562Z | Compiling arrayvec v0.7.6 |
2209 | 2025-01-14T20:02:36.924Z | Compiling toolchain_find v0.4.0 |
2210 | 2025-01-14T20:02:37.087Z | Compiling thiserror-impl-no-std v2.0.2 |
2211 | 2025-01-14T20:02:37.238Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2212 | 2025-01-14T20:02:37.465Z | Compiling topological-sort v0.2.2 |
2213 | 2025-01-14T20:02:37.562Z | Compiling rustfmt-wrapper v0.2.1 |
2214 | 2025-01-14T20:02:37.605Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2215 | 2025-01-14T20:02:37.694Z | Compiling omicron-zone-package v0.12.0 |
2216 | 2025-01-14T20:02:37.945Z | Checking chacha20poly1305 v0.10.1 |
2217 | 2025-01-14T20:02:38.082Z | Compiling async-recursion v1.1.1 |
2218 | 2025-01-14T20:02:38.104Z | Checking fxhash v0.2.1 |
2219 | 2025-01-14T20:02:38.143Z | Checking simd-adler32 v0.3.7 |
2220 | 2025-01-14T20:02:38.277Z | Checking lockfree-object-pool v0.1.6 |
2221 | 2025-01-14T20:02:38.300Z | Checking bumpalo v3.16.0 |
2222 | 2025-01-14T20:02:38.492Z | Compiling zip v2.1.3 |
2223 | 2025-01-14T20:02:38.541Z | Checking termcolor v1.4.1 |
2224 | 2025-01-14T20:02:38.648Z | Checking zopfli v0.8.1 |
2225 | 2025-01-14T20:02:38.832Z | Checking maplit v1.0.2 |
2226 | 2025-01-14T20:02:38.957Z | Compiling radium v0.7.0 |
2227 | 2025-01-14T20:02:38.983Z | Compiling progenitor-macro v0.8.0 |
2228 | 2025-01-14T20:02:39.006Z | Compiling maybe-uninit v2.0.0 |
2229 | 2025-01-14T20:02:39.455Z | Checking tap v1.0.1 |
2230 | 2025-01-14T20:02:39.617Z | Checking wyz v0.5.1 |
2231 | 2025-01-14T20:02:39.726Z | Checking home v0.5.9 |
2232 | 2025-01-14T20:02:39.892Z | Compiling packed_struct v0.10.1 |
2233 | 2025-01-14T20:02:40.016Z | Checking crc-catalog v2.4.0 |
2234 | 2025-01-14T20:02:40.037Z | Checking funty v2.0.0 |
2235 | 2025-01-14T20:02:40.218Z | Checking crc v3.2.1 |
2236 | 2025-01-14T20:02:40.376Z | Checking thiserror-no-std v2.0.2 |
2237 | 2025-01-14T20:02:40.501Z | Checking vsss-rs v3.3.4 |
2238 | 2025-01-14T20:02:40.503Z | Compiling const_format_proc_macros v0.2.33 |
2239 | 2025-01-14T20:02:40.544Z | Checking kstat-rs v0.2.4 |
2240 | 2025-01-14T20:02:40.643Z | Compiling packed_struct_codegen v0.10.1 |
2241 | 2025-01-14T20:02:40.892Z | Compiling vte_generate_state_changes v0.1.2 |
2242 | 2025-01-14T20:02:41.030Z | Checking bitvec v1.0.1 |
2243 | 2025-01-14T20:02:41.546Z | Compiling indexmap v1.9.3 |
2244 | 2025-01-14T20:02:41.710Z | Compiling libefi-sys v0.1.0 |
2245 | 2025-01-14T20:02:41.832Z | Checking nodrop v0.1.14 |
2246 | 2025-01-14T20:02:41.965Z | Checking array-init v0.0.4 |
2247 | 2025-01-14T20:02:42.063Z | Checking vte v0.11.1 |
2248 | 2025-01-14T20:02:42.733Z | Checking const_format v0.2.33 |
2249 | 2025-01-14T20:02:42.985Z | Checking smallvec v0.6.14 |
2250 | 2025-01-14T20:02:43.208Z | Checking fd-lock v4.0.2 |
2251 | 2025-01-14T20:02:43.403Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2252 | 2025-01-14T20:02:43.433Z | Compiling bitfield-struct v0.6.2 |
2253 | 2025-01-14T20:02:43.482Z | Checking bitfield v0.14.0 |
2254 | 2025-01-14T20:02:43.518Z | Checking hashbrown v0.12.3 |
2255 | 2025-01-14T20:02:43.763Z | Checking strip-ansi-escapes v0.2.0 |
2256 | 2025-01-14T20:02:43.835Z | Checking serde-hex v0.1.0 |
2257 | 2025-01-14T20:02:43.939Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2258 | 2025-01-14T20:02:44.198Z | Checking env_logger v0.10.2 |
2259 | 2025-01-14T20:02:44.306Z | Checking ron v0.8.1 |
2260 | 2025-01-14T20:02:44.645Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2261 | 2025-01-14T20:02:44.813Z | Checking hashbrown v0.13.2 |
2262 | 2025-01-14T20:02:44.895Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2263 | 2025-01-14T20:02:44.935Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2264 | 2025-01-14T20:02:45.067Z | Checking nu-ansi-term v0.50.1 |
2265 | 2025-01-14T20:02:45.390Z | Checking crc-any v2.5.0 |
2266 | 2025-01-14T20:02:45.520Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2267 | 2025-01-14T20:02:45.548Z | Checking reedline v0.35.0 |
2268 | 2025-01-14T20:02:45.580Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2269 | 2025-01-14T20:02:45.876Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2270 | 2025-01-14T20:02:45.910Z | Checking object v0.30.4 |
2271 | 2025-01-14T20:02:45.995Z | Compiling parking_lot_core v0.8.6 |
2272 | 2025-01-14T20:02:46.025Z | Checking path-slash v0.1.5 |
2273 | 2025-01-14T20:02:46.117Z | Compiling phf_generator v0.11.2 |
2274 | 2025-01-14T20:02:46.175Z | Checking glob v0.3.1 |
2275 | 2025-01-14T20:02:46.312Z | Checking bytecount v0.6.8 |
2276 | 2025-01-14T20:02:46.461Z | Checking papergrid v0.11.0 |
2277 | 2025-01-14T20:02:46.525Z | Compiling phf_codegen v0.11.2 |
2278 | 2025-01-14T20:02:46.745Z | Compiling tabled_derive v0.7.0 |
2279 | 2025-01-14T20:02:46.862Z | Checking parking_lot v0.11.2 |
2280 | 2025-01-14T20:02:47.220Z | Compiling parse-zoneinfo v0.3.1 |
2281 | 2025-01-14T20:02:47.763Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2282 | 2025-01-14T20:02:47.835Z | Compiling cfg_aliases v0.1.1 |
2283 | 2025-01-14T20:02:47.951Z | Compiling nix v0.28.0 |
2284 | 2025-01-14T20:02:47.981Z | Compiling chrono-tz-build v0.4.0 |
2285 | 2025-01-14T20:02:48.356Z | Checking sled v0.34.7 |
2286 | 2025-01-14T20:02:48.764Z | Checking hickory-client v0.24.1 |
2287 | 2025-01-14T20:02:49.275Z | Checking tabled v0.15.0 |
2288 | 2025-01-14T20:02:49.298Z | Checking hickory-server v0.24.1 |
2289 | 2025-01-14T20:02:49.441Z | Compiling chrono-tz v0.10.0 |
2290 | 2025-01-14T20:02:49.465Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2291 | 2025-01-14T20:02:50.136Z | Compiling unicase v2.7.0 |
2292 | 2025-01-14T20:02:50.446Z | Compiling buf-list v1.0.3 |
2293 | 2025-01-14T20:02:51.262Z | Compiling peg-macros v0.8.4 |
2294 | 2025-01-14T20:02:51.925Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2295 | 2025-01-14T20:02:52.037Z | Compiling sqlparser_derive v0.2.2 |
2296 | 2025-01-14T20:02:52.133Z | Checking unicode_categories v0.1.1 |
2297 | 2025-01-14T20:02:52.451Z | Checking sqlformat v0.2.6 |
2298 | 2025-01-14T20:02:53.207Z | Checking sqlparser v0.45.0 |
2299 | 2025-01-14T20:02:53.511Z | Checking bcs v0.1.6 |
2300 | 2025-01-14T20:02:53.726Z | Checking rustyline v14.0.0 |
2301 | 2025-01-14T20:02:54.264Z | Checking progenitor v0.8.0 |
2302 | 2025-01-14T20:02:54.533Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2303 | 2025-01-14T20:02:54.644Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2304 | 2025-01-14T20:02:54.922Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2305 | 2025-01-14T20:02:56.815Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2306 | 2025-01-14T20:02:59.194Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2307 | 2025-01-14T20:02:59.234Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2308 | 2025-01-14T20:02:59.487Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2309 | 2025-01-14T20:03:01.433Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2310 | 2025-01-14T20:03:01.611Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2311 | 2025-01-14T20:03:02.545Z | Checking peg v0.8.4 |
2312 | 2025-01-14T20:03:02.661Z | Checking primeorder v0.13.6 |
2313 | 2025-01-14T20:03:02.835Z | Compiling mime_guess v2.0.5 |
2314 | 2025-01-14T20:03:03.147Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2315 | 2025-01-14T20:03:03.492Z | Checking nanorand v0.7.0 |
2316 | 2025-01-14T20:03:03.594Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2317 | 2025-01-14T20:03:03.848Z | Checking http-range v0.1.5 |
2318 | 2025-01-14T20:03:03.870Z | Checking flume v0.11.1 |
2319 | 2025-01-14T20:03:04.026Z | Checking atty v0.2.14 |
2320 | 2025-01-14T20:03:04.125Z | Compiling salty v0.3.0 |
2321 | 2025-01-14T20:03:04.156Z | Checking p384 v0.13.0 |
2322 | 2025-01-14T20:03:04.275Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2323 | 2025-01-14T20:03:04.390Z | Checking env_filter v0.1.2 |
2324 | 2025-01-14T20:03:04.631Z | Checking env_logger v0.11.5 |
2325 | 2025-01-14T20:03:04.859Z | Checking hyper-staticfile v0.10.1 |
2326 | 2025-01-14T20:03:04.965Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2327 | 2025-01-14T20:03:05.160Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2328 | 2025-01-14T20:03:05.300Z | Compiling dsl_auto_type v0.1.2 |
2329 | 2025-01-14T20:03:05.333Z | Checking scheduled-thread-pool v0.2.7 |
2330 | 2025-01-14T20:03:05.361Z | Compiling diesel_table_macro_syntax v0.2.0 |
2331 | 2025-01-14T20:03:05.410Z | Compiling crunchy v0.2.2 |
2332 | 2025-01-14T20:03:05.569Z | Checking r2d2 v0.8.10 |
2333 | 2025-01-14T20:03:05.807Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2334 | 2025-01-14T20:03:05.830Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2335 | 2025-01-14T20:03:05.897Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2336 | 2025-01-14T20:03:05.983Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2337 | 2025-01-14T20:03:06.394Z | Compiling tiny-keccak v2.0.2 |
2338 | 2025-01-14T20:03:06.733Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2339 | 2025-01-14T20:03:06.756Z | Compiling pin-project-internal v1.1.6 |
2340 | 2025-01-14T20:03:06.786Z | Compiling ref-cast v1.0.23 |
2341 | 2025-01-14T20:03:06.998Z | Compiling diesel_derives v2.2.3 |
2342 | 2025-01-14T20:03:07.414Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2343 | 2025-01-14T20:03:07.716Z | Compiling ascii-canvas v3.0.0 |
2344 | 2025-01-14T20:03:07.738Z | Compiling ena v0.14.3 |
2345 | 2025-01-14T20:03:08.154Z | Compiling ref-cast-impl v1.0.23 |
2346 | 2025-01-14T20:03:08.314Z | Compiling diff v0.1.13 |
2347 | 2025-01-14T20:03:09.008Z | Compiling regex-syntax v0.6.29 |
2348 | 2025-01-14T20:03:09.548Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2349 | 2025-01-14T20:03:09.921Z | Checking pin-project v1.1.6 |
2350 | 2025-01-14T20:03:09.962Z | Checking signal-hook-tokio v0.3.1 |
2351 | 2025-01-14T20:03:10.085Z | Compiling snafu-derive v0.8.5 |
2352 | 2025-01-14T20:03:10.183Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2353 | 2025-01-14T20:03:10.481Z | Compiling derive_builder_core v0.20.2 |
2354 | 2025-01-14T20:03:12.887Z | Compiling lalrpop v0.19.12 |
2355 | 2025-01-14T20:03:13.628Z | Checking globset v0.4.15 |
2356 | 2025-01-14T20:03:14.136Z | Checking olpc-cjson v0.1.4 |
2357 | 2025-01-14T20:03:14.376Z | Checking serde_plain v1.0.2 |
2358 | 2025-01-14T20:03:14.637Z | Compiling libxml v0.3.3 |
2359 | 2025-01-14T20:03:14.727Z | Compiling memoffset v0.9.1 |
2360 | 2025-01-14T20:03:14.996Z | Checking typed-path v0.9.3 |
2361 | 2025-01-14T20:03:15.316Z | Compiling derive_builder_macro v0.20.2 |
2362 | 2025-01-14T20:03:16.006Z | Checking snafu v0.8.5 |
2363 | 2025-01-14T20:03:16.208Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2364 | 2025-01-14T20:03:16.238Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2365 | 2025-01-14T20:03:17.073Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2366 | 2025-01-14T20:03:19.701Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2367 | 2025-01-14T20:03:20.114Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2368 | 2025-01-14T20:03:21.084Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2369 | 2025-01-14T20:03:21.593Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2370 | 2025-01-14T20:03:21.952Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2371 | 2025-01-14T20:03:22.332Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2372 | 2025-01-14T20:03:22.833Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2373 | 2025-01-14T20:03:23.429Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2374 | 2025-01-14T20:03:23.691Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2375 | 2025-01-14T20:03:23.731Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2376 | 2025-01-14T20:03:24.244Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2377 | 2025-01-14T20:03:24.469Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2378 | 2025-01-14T20:03:24.932Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2379 | 2025-01-14T20:03:25.429Z | Checking diesel v2.2.6 |
2380 | 2025-01-14T20:03:25.558Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2381 | 2025-01-14T20:03:26.059Z | Checking tough v0.19.0 |
2382 | 2025-01-14T20:03:28.305Z | Checking tungstenite v0.23.0 |
2383 | 2025-01-14T20:03:29.029Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2384 | 2025-01-14T20:03:29.195Z | Compiling strum_macros v0.24.3 |
2385 | 2025-01-14T20:03:30.152Z | Compiling samael v0.0.17 |
2386 | 2025-01-14T20:03:30.390Z | Checking parse-size v1.1.0 |
2387 | 2025-01-14T20:03:30.585Z | Compiling indoc v1.0.9 |
2388 | 2025-01-14T20:03:31.080Z | Checking tokio-tungstenite v0.23.1 |
2389 | 2025-01-14T20:03:31.186Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2390 | 2025-01-14T20:03:31.556Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2391 | 2025-01-14T20:03:31.582Z | Checking derive_builder v0.20.2 |
2392 | 2025-01-14T20:03:32.068Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2393 | 2025-01-14T20:03:32.172Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2394 | 2025-01-14T20:03:33.258Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2395 | 2025-01-14T20:03:33.544Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2396 | 2025-01-14T20:03:34.234Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2397 | 2025-01-14T20:03:34.461Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2398 | 2025-01-14T20:03:35.167Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2399 | 2025-01-14T20:03:35.330Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2400 | 2025-01-14T20:03:36.321Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2401 | 2025-01-14T20:03:37.220Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2402 | 2025-01-14T20:03:37.688Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2403 | 2025-01-14T20:03:38.516Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2404 | 2025-01-14T20:03:38.829Z | Checking quick-xml v0.33.0 |
2405 | 2025-01-14T20:03:39.698Z | Compiling oso-derive v0.27.3 |
2406 | 2025-01-14T20:03:40.884Z | Compiling impl-trait-for-tuples v0.2.2 |
2407 | 2025-01-14T20:03:41.167Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2408 | 2025-01-14T20:03:42.235Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2409 | 2025-01-14T20:03:44.341Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2410 | 2025-01-14T20:03:45.242Z | Checking nix v0.27.1 |
2411 | 2025-01-14T20:03:46.589Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2412 | 2025-01-14T20:03:47.559Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2413 | 2025-01-14T20:03:47.763Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2414 | 2025-01-14T20:03:48.035Z | Compiling diesel-dtrace v0.4.2 |
2415 | 2025-01-14T20:03:48.443Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2416 | 2025-01-14T20:03:49.122Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2417 | 2025-01-14T20:03:49.177Z | Checking bb8 v0.8.5 |
2418 | 2025-01-14T20:03:49.368Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2419 | 2025-01-14T20:03:49.455Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2420 | 2025-01-14T20:03:49.676Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2421 | 2025-01-14T20:03:50.690Z | Checking heck v0.4.1 |
2422 | 2025-01-14T20:03:50.832Z | Checking rand_seeder v0.3.0 |
2423 | 2025-01-14T20:03:50.920Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2424 | 2025-01-14T20:03:51.083Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2425 | 2025-01-14T20:03:51.148Z | Checking assert_matches v1.5.0 |
2426 | 2025-01-14T20:03:51.255Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2427 | 2025-01-14T20:03:51.331Z | Compiling libz-sys v1.1.20 |
2428 | 2025-01-14T20:03:51.519Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2429 | 2025-01-14T20:03:51.593Z | Checking castaway v0.2.3 |
2430 | 2025-01-14T20:03:51.763Z | Checking is_ci v1.2.0 |
2431 | 2025-01-14T20:03:51.846Z | Checking compact_str v0.8.0 |
2432 | 2025-01-14T20:03:51.919Z | Checking supports-color v3.0.1 |
2433 | 2025-01-14T20:03:52.116Z | Checking unicode-truncate v1.1.0 |
2434 | 2025-01-14T20:03:52.140Z | Checking lru v0.12.5 |
2435 | 2025-01-14T20:03:52.347Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2436 | 2025-01-14T20:03:52.449Z | Compiling instability v0.3.2 |
2437 | 2025-01-14T20:03:52.717Z | Checking cassowary v0.3.0 |
2438 | 2025-01-14T20:03:53.339Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2439 | 2025-01-14T20:03:53.487Z | Checking ratatui v0.28.1 |
2440 | 2025-01-14T20:03:53.515Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2441 | 2025-01-14T20:03:53.543Z | Compiling vergen v8.3.2 |
2442 | 2025-01-14T20:03:53.843Z | Compiling cargo-platform v0.1.8 |
2443 | 2025-01-14T20:03:54.406Z | Checking smawk v0.3.2 |
2444 | 2025-01-14T20:03:54.625Z | Checking unicode-linebreak v0.1.5 |
2445 | 2025-01-14T20:03:55.039Z | Checking textwrap v0.16.1 |
2446 | 2025-01-14T20:03:55.069Z | Compiling cargo_metadata v0.18.1 |
2447 | 2025-01-14T20:03:55.157Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2448 | 2025-01-14T20:03:55.478Z | Compiling libsqlite3-sys v0.30.1 |
2449 | 2025-01-14T20:03:55.730Z | Checking shell-words v1.1.0 |
2450 | 2025-01-14T20:03:55.936Z | Compiling cfg_aliases v0.2.1 |
2451 | 2025-01-14T20:03:55.961Z | Compiling rustls v0.21.12 |
2452 | 2025-01-14T20:03:56.046Z | Compiling nix v0.29.0 |
2453 | 2025-01-14T20:03:56.431Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2454 | 2025-01-14T20:03:56.732Z | Checking sct v0.7.1 |
2455 | 2025-01-14T20:03:56.894Z | Checking rustls-webpki v0.101.7 |
2456 | 2025-01-14T20:03:57.373Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2457 | 2025-01-14T20:03:57.668Z | Checking hashlink v0.9.1 |
2458 | 2025-01-14T20:03:57.903Z | Checking concurrent-queue v2.5.0 |
2459 | 2025-01-14T20:03:58.242Z | Checking fallible-streaming-iterator v0.1.9 |
2460 | 2025-01-14T20:03:58.282Z | Checking parking v2.2.1 |
2461 | 2025-01-14T20:03:58.467Z | Checking fallible-iterator v0.3.0 |
2462 | 2025-01-14T20:03:58.469Z | Checking plotters-backend v0.3.7 |
2463 | 2025-01-14T20:03:58.868Z | Checking plotters-svg v0.3.7 |
2464 | 2025-01-14T20:03:59.095Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2465 | 2025-01-14T20:03:59.098Z | Checking rusqlite v0.32.1 |
2466 | 2025-01-14T20:03:59.243Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2025-01-14T20:04:00.023Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2468 | 2025-01-14T20:04:00.317Z | Checking rustls-pemfile v1.0.4 |
2469 | 2025-01-14T20:04:00.486Z | Checking twox-hash v1.6.3 |
2470 | 2025-01-14T20:04:00.527Z | Checking cast v0.3.0 |
2471 | 2025-01-14T20:04:00.680Z | Checking plotters v0.3.7 |
2472 | 2025-01-14T20:04:00.787Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2473 | 2025-01-14T20:04:00.812Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2474 | 2025-01-14T20:04:00.817Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2475 | 2025-01-14T20:04:00.942Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2476 | 2025-01-14T20:04:01.593Z | Checking async-bb8-diesel v0.2.1 |
2477 | 2025-01-14T20:04:02.126Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2478 | 2025-01-14T20:04:02.370Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2479 | 2025-01-14T20:04:02.433Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2480 | 2025-01-14T20:04:02.468Z | Checking tokio-rustls v0.24.1 |
2481 | 2025-01-14T20:04:02.862Z | Checking criterion-plot v0.5.0 |
2482 | 2025-01-14T20:04:03.510Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2483 | 2025-01-14T20:04:04.079Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2484 | 2025-01-14T20:04:04.834Z | Checking fatfs v0.3.6 |
2485 | 2025-01-14T20:04:05.036Z | Checking tinytemplate v1.2.1 |
2486 | 2025-01-14T20:04:05.458Z | Checking csv-core v0.1.11 |
2487 | 2025-01-14T20:04:05.823Z | Checking hex-literal v0.4.1 |
2488 | 2025-01-14T20:04:05.862Z | Checking oorandom v11.1.4 |
2489 | 2025-01-14T20:04:05.911Z | Checking anes v0.1.6 |
2490 | 2025-01-14T20:04:05.967Z | Checking csv v1.3.0 |
2491 | 2025-01-14T20:04:06.043Z | Checking event-listener v5.3.1 |
2492 | 2025-01-14T20:04:06.303Z | Checking criterion v0.5.1 |
2493 | 2025-01-14T20:04:06.481Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2494 | 2025-01-14T20:04:06.799Z | Checking rtoolbox v0.0.2 |
2495 | 2025-01-14T20:04:07.016Z | Checking rpassword v7.3.1 |
2496 | 2025-01-14T20:04:07.185Z | Checking event-listener-strategy v0.5.2 |
2497 | 2025-01-14T20:04:07.415Z | Checking tui-tree-widget v0.22.0 |
2498 | 2025-01-14T20:04:07.772Z | Checking polyval v0.6.2 |
2499 | 2025-01-14T20:04:08.070Z | Checking ghash v0.5.1 |
2500 | 2025-01-14T20:04:08.261Z | Checking futures-lite v2.3.0 |
2501 | 2025-01-14T20:04:09.013Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2502 | 2025-01-14T20:04:09.720Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2503 | 2025-01-14T20:04:10.080Z | Checking ctr v0.9.2 |
2504 | 2025-01-14T20:04:10.324Z | Checking yansi v1.0.1 |
2505 | 2025-01-14T20:04:10.978Z | Checking aes-gcm v0.10.3 |
2506 | 2025-01-14T20:04:11.142Z | Checking pretty_assertions v1.4.1 |
2507 | 2025-01-14T20:04:11.232Z | Checking ssh-encoding v0.2.0 |
2508 | 2025-01-14T20:04:11.351Z | Checking blowfish v0.9.1 |
2509 | 2025-01-14T20:04:11.566Z | Checking ssh-cipher v0.2.0 |
2510 | 2025-01-14T20:04:11.628Z | Checking bcrypt-pbkdf v0.10.0 |
2511 | 2025-01-14T20:04:11.872Z | Checking async-lock v3.4.0 |
2512 | 2025-01-14T20:04:11.896Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2513 | 2025-01-14T20:04:12.752Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2514 | 2025-01-14T20:04:12.884Z | Checking polling v3.7.3 |
2515 | 2025-01-14T20:04:13.266Z | Checking password-hash v0.4.2 |
2516 | 2025-01-14T20:04:13.381Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2517 | 2025-01-14T20:04:13.698Z | Checking matches v0.1.10 |
2518 | 2025-01-14T20:04:13.784Z | Checking idna v0.2.3 |
2519 | 2025-01-14T20:04:14.116Z | Checking pbkdf2 v0.11.0 |
2520 | 2025-01-14T20:04:14.146Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2521 | 2025-01-14T20:04:14.391Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2025-01-14T20:04:14.617Z | Checking async-io v2.3.4 |
2523 | 2025-01-14T20:04:15.503Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2524 | 2025-01-14T20:04:15.526Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2525 | 2025-01-14T20:04:17.710Z | Checking ssh-key v0.6.6 |
2526 | 2025-01-14T20:04:19.445Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2527 | 2025-01-14T20:04:20.277Z | Checking p256 v0.13.2 |
2528 | 2025-01-14T20:04:20.463Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2529 | 2025-01-14T20:04:20.465Z | Checking p521 v0.13.3 |
2530 | 2025-01-14T20:04:20.762Z | Compiling enum-as-inner v0.5.1 |
2531 | 2025-01-14T20:04:21.672Z | Checking russh-cryptovec v0.7.3 |
2532 | 2025-01-14T20:04:21.795Z | Compiling doc-comment v0.3.3 |
2533 | 2025-01-14T20:04:21.852Z | Compiling target-lexicon v0.12.16 |
2534 | 2025-01-14T20:04:21.903Z | Checking async-task v4.7.1 |
2535 | 2025-01-14T20:04:22.233Z | Checking md5 v0.7.0 |
2536 | 2025-01-14T20:04:22.531Z | Checking russh-keys v0.45.0 |
2537 | 2025-01-14T20:04:22.561Z | Checking trust-dns-proto v0.22.0 |
2538 | 2025-01-14T20:04:22.939Z | Checking async-channel v2.3.1 |
2539 | 2025-01-14T20:04:23.283Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2540 | 2025-01-14T20:04:23.839Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2541 | 2025-01-14T20:04:24.794Z | Checking piper v0.2.4 |
2542 | 2025-01-14T20:04:25.046Z | Checking num-bigint v0.4.6 |
2543 | 2025-01-14T20:04:25.286Z | Checking des v0.8.1 |
2544 | 2025-01-14T20:04:25.557Z | Checking futures-timer v3.0.3 |
2545 | 2025-01-14T20:04:25.877Z | Compiling dhcproto-macros v0.1.0 |
2546 | 2025-01-14T20:04:26.410Z | Compiling guppy-workspace-hack v0.1.0 |
2547 | 2025-01-14T20:04:26.669Z | Compiling assert_cmd v2.0.16 |
2548 | 2025-01-14T20:04:26.848Z | Checking dhcproto v0.12.0 |
2549 | 2025-01-14T20:04:27.175Z | Checking blocking v1.6.1 |
2550 | 2025-01-14T20:04:27.737Z | Checking russh v0.45.0 |
2551 | 2025-01-14T20:04:28.062Z | Checking async-executor v1.13.1 |
2552 | 2025-01-14T20:04:28.445Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2553 | 2025-01-14T20:04:28.448Z | Checking async-signal v0.2.10 |
2554 | 2025-01-14T20:04:28.776Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2555 | 2025-01-14T20:04:29.188Z | Compiling target-spec v3.2.2 |
2556 | 2025-01-14T20:04:29.418Z | Checking event-listener v2.5.3 |
2557 | 2025-01-14T20:04:29.661Z | Checking internet-checksum v0.2.1 |
2558 | 2025-01-14T20:04:29.806Z | Checking async-channel v1.9.0 |
2559 | 2025-01-14T20:04:30.080Z | Checking async-process v2.3.0 |
2560 | 2025-01-14T20:04:30.423Z | Checking async-global-executor v2.4.1 |
2561 | 2025-01-14T20:04:30.712Z | Checking cfg-expr v0.17.0 |
2562 | 2025-01-14T20:04:31.070Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2563 | 2025-01-14T20:04:31.590Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2564 | 2025-01-14T20:04:32.090Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2565 | 2025-01-14T20:04:32.573Z | Checking httptest v0.16.1 |
2566 | 2025-01-14T20:04:32.641Z | Checking rustls-native-certs v0.7.3 |
2567 | 2025-01-14T20:04:32.837Z | Compiling petname v2.0.2 |
2568 | 2025-01-14T20:04:33.318Z | Checking num_cpus v1.16.0 |
2569 | 2025-01-14T20:04:33.457Z | Checking kv-log-macro v1.0.7 |
2570 | 2025-01-14T20:04:33.604Z | Compiling async-attributes v1.1.2 |
2571 | 2025-01-14T20:04:34.506Z | Checking async-std v1.13.0 |
2572 | 2025-01-14T20:04:36.365Z | Checking threadpool v1.8.1 |
2573 | 2025-01-14T20:04:36.582Z | Checking hyper-rustls v0.26.0 |
2574 | 2025-01-14T20:04:36.953Z | Checking pathdiff v0.2.2 |
2575 | 2025-01-14T20:04:36.978Z | Compiling rstest_macros v0.23.0 |
2576 | 2025-01-14T20:04:37.134Z | Checking escape8259 v0.5.3 |
2577 | 2025-01-14T20:04:37.337Z | Checking nested v0.1.1 |
2578 | 2025-01-14T20:04:37.523Z | Compiling target-triple v0.1.3 |
2579 | 2025-01-14T20:04:37.555Z | Checking guppy v0.17.8 |
2580 | 2025-01-14T20:04:38.219Z | Checking libtest-mimic v0.7.3 |
2581 | 2025-01-14T20:04:38.274Z | Checking async-object-pool v0.1.5 |
2582 | 2025-01-14T20:04:38.652Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2583 | 2025-01-14T20:04:39.203Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2584 | 2025-01-14T20:04:39.503Z | Checking similar-asserts v1.6.0 |
2585 | 2025-01-14T20:04:39.687Z | Checking fancy-regex v0.13.0 |
2586 | 2025-01-14T20:04:39.775Z | Checking serde_regex v1.1.0 |
2587 | 2025-01-14T20:04:40.055Z | Checking assert-json-diff v2.0.2 |
2588 | 2025-01-14T20:04:40.356Z | Compiling proc-macro-crate v3.2.0 |
2589 | 2025-01-14T20:04:40.474Z | Checking path-tree v0.8.1 |
2590 | 2025-01-14T20:04:40.815Z | Compiling relative-path v1.9.3 |
2591 | 2025-01-14T20:04:41.527Z | Checking stringmetrics v2.2.2 |
2592 | 2025-01-14T20:04:41.775Z | Checking sync-ptr v0.1.1 |
2593 | 2025-01-14T20:04:41.921Z | Checking httpmock v0.8.0-alpha.1 |
2594 | 2025-01-14T20:04:41.990Z | Checking datatest-stable v0.2.9 |
2595 | 2025-01-14T20:04:42.460Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2596 | 2025-01-14T20:04:43.941Z | Checking blake2b_simd v1.0.2 |
2597 | 2025-01-14T20:04:44.834Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2598 | 2025-01-14T20:04:45.270Z | Compiling git2 v0.19.0 |
2599 | 2025-01-14T20:04:45.701Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2600 | 2025-01-14T20:04:46.015Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2601 | 2025-01-14T20:04:46.322Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2602 | 2025-01-14T20:04:46.623Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2603 | 2025-01-14T20:04:47.147Z | Checking serde_tokenstream v0.2.2 |
2604 | 2025-01-14T20:04:47.373Z | Checking uzers v0.12.1 |
2605 | 2025-01-14T20:04:47.713Z | Checking rust-argon2 v2.1.0 |
2606 | 2025-01-14T20:04:47.775Z | Checking trybuild v1.0.101 |
2607 | 2025-01-14T20:04:48.181Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2608 | 2025-01-14T20:04:49.131Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2609 | 2025-01-14T20:04:49.669Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2610 | 2025-01-14T20:04:52.839Z | Checking rstest v0.23.0 |
2611 | 2025-01-14T20:04:53.067Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2612 | 2025-01-14T20:04:53.089Z | Checking rand_distr v0.4.3 |
2613 | 2025-01-14T20:04:53.367Z | Checking multimap v0.10.0 |
2614 | 2025-01-14T20:04:53.703Z | Checking approx v0.5.1 |
2615 | 2025-01-14T20:04:53.903Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2616 | 2025-01-14T20:04:54.656Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2617 | 2025-01-14T20:04:54.690Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2618 | 2025-01-14T20:04:55.062Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2619 | 2025-01-14T20:04:55.357Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2620 | 2025-01-14T20:04:56.155Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2621 | 2025-01-14T20:04:56.371Z | Checking partial-io v0.5.4 |
2622 | 2025-01-14T20:04:56.494Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2623 | 2025-01-14T20:04:56.692Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2624 | 2025-01-14T20:04:56.769Z | Checking cargo_toml v0.20.5 |
2625 | 2025-01-14T20:04:56.809Z | Checking termios v0.3.3 |
2626 | 2025-01-14T20:04:57.043Z | Compiling indoc v2.0.5 |
2627 | 2025-01-14T20:04:57.188Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2628 | 2025-01-14T20:04:58.844Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2629 | 2025-01-14T20:05:00.443Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2630 | 2025-01-14T20:05:18.113Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2631 | 2025-01-14T20:05:20.198Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2632 | 2025-01-14T20:05:22.798Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2633 | 2025-01-14T20:05:40.692Z | Compiling polar-core v0.27.3 |
2634 | 2025-01-14T20:05:52.078Z | Checking oso v0.27.3 |
2635 | 2025-01-14T20:06:00.024Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2636 | 2025-01-14T20:06:00.235Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2637 | 2025-01-14T20:06:01.236Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2638 | 2025-01-14T20:06:42.722Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2639 | 2025-01-14T20:06:42.722Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2640 | 2025-01-14T20:06:42.725Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2641 | 2025-01-14T20:08:07.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s |
2642 | 2025-01-14T20:08:07.483Z | |
2643 | 2025-01-14T20:08:07.483Z | real 6:46.739810381 |
2644 | 2025-01-14T20:08:07.483Z | user 36:21.359066141 |
2645 | 2025-01-14T20:08:07.483Z | sys 6:47.333940476 |
2646 | 2025-01-14T20:08:07.483Z | trap 0.962190354 |
2647 | 2025-01-14T20:08:07.483Z | tflt 2.016332568 |
2648 | 2025-01-14T20:08:07.483Z | dflt 0.616457249 |
2649 | 2025-01-14T20:08:07.483Z | kflt 0.001021589 |
2650 | 2025-01-14T20:08:07.483Z | lock 52:36.963537791 |
2651 | 2025-01-14T20:08:07.486Z | slp 2:05:38.341964166 |
2652 | 2025-01-14T20:08:07.486Z | lat 1:40.756154069 |
2653 | 2025-01-14T20:08:07.486Z | stop 6:18.796122235 |
2654 | 2025-01-14T20:08:07.486Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2655 | 2025-01-14T20:08:07.486Z | + ptime -m cargo doc --workspace --no-deps |
2656 | 2025-01-14T20:08:08.698Z | warning: output filename collision. |
2657 | 2025-01-14T20:08:08.698Z | 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)`. |
2658 | 2025-01-14T20:08:08.698Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2659 | 2025-01-14T20:08:08.698Z | The targets should have unique names. |
2660 | 2025-01-14T20:08:08.698Z | This is a known bug where multiple crates with the same name use |
2661 | 2025-01-14T20:08:08.698Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2662 | 2025-01-14T20:08:09.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2663 | 2025-01-14T20:08:09.232Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2664 | 2025-01-14T20:08:09.250Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2665 | 2025-01-14T20:08:09.293Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2666 | 2025-01-14T20:08:09.316Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2667 | 2025-01-14T20:08:09.346Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2668 | 2025-01-14T20:08:09.347Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2669 | 2025-01-14T20:08:09.564Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2670 | 2025-01-14T20:08:09.589Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2671 | 2025-01-14T20:08:09.634Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2672 | 2025-01-14T20:08:09.719Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2673 | 2025-01-14T20:08:09.814Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2674 | 2025-01-14T20:08:10.028Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2675 | 2025-01-14T20:08:10.124Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2676 | 2025-01-14T20:08:10.401Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2677 | 2025-01-14T20:08:10.421Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2678 | 2025-01-14T20:08:13.057Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2679 | 2025-01-14T20:08:13.395Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2680 | 2025-01-14T20:08:13.658Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2681 | 2025-01-14T20:08:13.989Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2682 | 2025-01-14T20:08:14.714Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2683 | 2025-01-14T20:08:14.805Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2684 | 2025-01-14T20:08:15.054Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2685 | 2025-01-14T20:08:15.165Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2686 | 2025-01-14T20:08:15.480Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2687 | 2025-01-14T20:08:16.027Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2688 | 2025-01-14T20:08:16.590Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2689 | 2025-01-14T20:08:16.797Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2690 | 2025-01-14T20:08:17.000Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2691 | 2025-01-14T20:08:17.021Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2692 | 2025-01-14T20:08:17.249Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2693 | 2025-01-14T20:08:17.286Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2694 | 2025-01-14T20:08:17.372Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2695 | 2025-01-14T20:08:17.426Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2696 | 2025-01-14T20:08:17.449Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2697 | 2025-01-14T20:08:17.552Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2698 | 2025-01-14T20:08:17.734Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2699 | 2025-01-14T20:08:17.861Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2700 | 2025-01-14T20:08:18.015Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2701 | 2025-01-14T20:08:18.356Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2702 | 2025-01-14T20:08:18.382Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2703 | 2025-01-14T20:08:18.402Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2704 | 2025-01-14T20:08:19.310Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2705 | 2025-01-14T20:08:19.672Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2706 | 2025-01-14T20:08:21.697Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2707 | 2025-01-14T20:08:24.356Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2708 | 2025-01-14T20:08:24.939Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2709 | 2025-01-14T20:08:25.229Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2710 | 2025-01-14T20:08:25.287Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2711 | 2025-01-14T20:08:25.323Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2712 | 2025-01-14T20:08:26.383Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2713 | 2025-01-14T20:08:26.728Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2714 | 2025-01-14T20:08:26.791Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2715 | 2025-01-14T20:08:27.472Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2716 | 2025-01-14T20:08:27.547Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2717 | 2025-01-14T20:08:33.547Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2718 | 2025-01-14T20:08:35.310Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2719 | 2025-01-14T20:08:35.330Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2720 | 2025-01-14T20:08:36.751Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2721 | 2025-01-14T20:08:36.851Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2722 | 2025-01-14T20:08:36.928Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2723 | 2025-01-14T20:08:37.371Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2724 | 2025-01-14T20:08:37.391Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2725 | 2025-01-14T20:08:37.873Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2726 | 2025-01-14T20:08:38.008Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2727 | 2025-01-14T20:08:38.169Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2728 | 2025-01-14T20:08:38.919Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2729 | 2025-01-14T20:08:39.455Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2730 | 2025-01-14T20:08:39.684Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2731 | 2025-01-14T20:08:40.431Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2732 | 2025-01-14T20:08:40.557Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2733 | 2025-01-14T20:08:40.687Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2734 | 2025-01-14T20:08:40.777Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2735 | 2025-01-14T20:08:40.906Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2736 | 2025-01-14T20:08:41.243Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2737 | 2025-01-14T20:08:41.566Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2738 | 2025-01-14T20:08:42.209Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2739 | 2025-01-14T20:08:42.344Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2740 | 2025-01-14T20:08:42.382Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2741 | 2025-01-14T20:08:42.682Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2742 | 2025-01-14T20:08:43.646Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2743 | 2025-01-14T20:08:43.987Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2744 | 2025-01-14T20:08:44.242Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2745 | 2025-01-14T20:08:44.594Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2746 | 2025-01-14T20:08:44.919Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2747 | 2025-01-14T20:08:45.159Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2748 | 2025-01-14T20:08:45.277Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2749 | 2025-01-14T20:08:45.435Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2750 | 2025-01-14T20:08:45.581Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2751 | 2025-01-14T20:08:45.637Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2752 | 2025-01-14T20:08:46.029Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2753 | 2025-01-14T20:08:46.839Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2754 | 2025-01-14T20:08:46.959Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2755 | 2025-01-14T20:08:47.090Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2756 | 2025-01-14T20:08:47.283Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2757 | 2025-01-14T20:08:47.604Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2758 | 2025-01-14T20:08:47.761Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2759 | 2025-01-14T20:08:48.171Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2760 | 2025-01-14T20:08:48.811Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2761 | 2025-01-14T20:08:49.133Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2762 | 2025-01-14T20:08:49.514Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2763 | 2025-01-14T20:08:49.776Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2764 | 2025-01-14T20:08:50.498Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2765 | 2025-01-14T20:08:50.613Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2766 | 2025-01-14T20:08:51.519Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2767 | 2025-01-14T20:08:52.379Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2768 | 2025-01-14T20:08:52.407Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2769 | 2025-01-14T20:08:55.078Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2770 | 2025-01-14T20:08:55.502Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2771 | 2025-01-14T20:08:56.321Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2772 | 2025-01-14T20:08:57.352Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2773 | 2025-01-14T20:08:58.022Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2774 | 2025-01-14T20:09:03.065Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2775 | 2025-01-14T20:09:03.108Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2776 | 2025-01-14T20:09:03.402Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2777 | 2025-01-14T20:09:11.292Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2778 | 2025-01-14T20:09:14.066Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2779 | 2025-01-14T20:09:14.556Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2780 | 2025-01-14T20:09:17.473Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2781 | 2025-01-14T20:09:18.787Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2782 | 2025-01-14T20:10:05.868Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2783 | 2025-01-14T20:10:09.787Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2784 | 2025-01-14T20:10:11.433Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2785 | 2025-01-14T20:10:23.997Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2786 | 2025-01-14T20:10:49.992Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2787 | 2025-01-14T20:10:52.584Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2788 | 2025-01-14T20:10:53.353Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2789 | 2025-01-14T20:10:53.481Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2790 | 2025-01-14T20:10:54.639Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2791 | 2025-01-14T20:10:56.471Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2792 | 2025-01-14T20:10:58.825Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2793 | 2025-01-14T20:11:03.364Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2794 | 2025-01-14T20:11:05.881Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2795 | 2025-01-14T20:11:26.931Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2796 | 2025-01-14T20:11:46.142Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2797 | 2025-01-14T20:11:52.125Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2798 | 2025-01-14T20:11:59.904Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2799 | 2025-01-14T20:12:01.328Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2800 | 2025-01-14T20:12:20.378Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2801 | 2025-01-14T20:12:27.310Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2802 | 2025-01-14T20:12:28.984Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2803 | 2025-01-14T20:12:31.637Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2804 | 2025-01-14T20:12:36.460Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2805 | 2025-01-14T20:12:42.890Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2806 | 2025-01-14T20:12:44.914Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2807 | 2025-01-14T20:12:57.115Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2808 | 2025-01-14T20:12:58.686Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2809 | 2025-01-14T20:13:05.608Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2810 | 2025-01-14T20:13:07.626Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2811 | 2025-01-14T20:13:08.737Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2812 | 2025-01-14T20:13:10.236Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2813 | 2025-01-14T20:13:10.623Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2814 | 2025-01-14T20:13:15.176Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2815 | 2025-01-14T20:13:23.495Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2816 | 2025-01-14T20:13:28.456Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2817 | 2025-01-14T20:13:30.630Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2818 | 2025-01-14T20:13:31.318Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2819 | 2025-01-14T20:13:37.961Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2820 | 2025-01-14T20:13:39.868Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2821 | 2025-01-14T20:13:45.669Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2822 | 2025-01-14T20:13:52.116Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2823 | 2025-01-14T20:13:58.790Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2824 | 2025-01-14T20:14:01.723Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2825 | 2025-01-14T20:14:04.723Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2826 | 2025-01-14T20:14:07.015Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2827 | 2025-01-14T20:14:08.001Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2828 | 2025-01-14T20:14:09.922Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2829 | 2025-01-14T20:14:14.497Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2830 | 2025-01-14T20:14:19.867Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2831 | 2025-01-14T20:14:20.890Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2832 | 2025-01-14T20:14:27.100Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2833 | 2025-01-14T20:14:31.506Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2834 | 2025-01-14T20:14:31.645Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2835 | 2025-01-14T20:14:33.124Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2836 | 2025-01-14T20:14:34.393Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2837 | 2025-01-14T20:14:35.933Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2838 | 2025-01-14T20:14:37.463Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2839 | 2025-01-14T20:14:52.228Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2840 | 2025-01-14T20:14:53.485Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2841 | 2025-01-14T20:14:54.017Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2842 | 2025-01-14T20:14:55.825Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2843 | 2025-01-14T20:14:57.340Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2844 | 2025-01-14T20:14:57.719Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2845 | 2025-01-14T20:14:57.963Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2846 | 2025-01-14T20:15:05.705Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2847 | 2025-01-14T20:15:11.426Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2848 | 2025-01-14T20:15:14.859Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2849 | 2025-01-14T20:15:15.518Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2850 | 2025-01-14T20:15:16.699Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2851 | 2025-01-14T20:15:18.550Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2852 | 2025-01-14T20:15:21.328Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2853 | 2025-01-14T20:15:30.155Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2854 | 2025-01-14T20:15:33.079Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2855 | 2025-01-14T20:15:35.257Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2856 | 2025-01-14T20:15:36.055Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2857 | 2025-01-14T20:15:36.766Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2858 | 2025-01-14T20:15:36.806Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2859 | 2025-01-14T20:15:38.528Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2860 | 2025-01-14T20:15:42.353Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2861 | 2025-01-14T20:15:45.903Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2862 | 2025-01-14T20:15:50.657Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2863 | 2025-01-14T20:15:52.827Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2864 | 2025-01-14T20:15:59.018Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2865 | 2025-01-14T20:16:00.201Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2866 | 2025-01-14T20:16:00.922Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2867 | 2025-01-14T20:16:03.336Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2868 | 2025-01-14T20:16:04.853Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2869 | 2025-01-14T20:16:06.084Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2870 | 2025-01-14T20:16:07.018Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2871 | 2025-01-14T20:16:10.590Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2872 | 2025-01-14T20:16:13.813Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2873 | 2025-01-14T20:16:18.287Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2874 | 2025-01-14T20:16:21.797Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2875 | 2025-01-14T20:16:24.668Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2876 | 2025-01-14T20:16:25.653Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2877 | 2025-01-14T20:16:26.421Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2878 | 2025-01-14T20:16:31.795Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2879 | 2025-01-14T20:16:33.881Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2880 | 2025-01-14T20:16:35.345Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2881 | 2025-01-14T20:16:35.703Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2882 | 2025-01-14T20:16:36.120Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2883 | 2025-01-14T20:16:37.655Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2884 | 2025-01-14T20:16:41.007Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2885 | 2025-01-14T20:16:42.425Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2886 | 2025-01-14T20:16:42.638Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2887 | 2025-01-14T20:16:44.582Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2888 | 2025-01-14T20:16:45.876Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2889 | 2025-01-14T20:16:46.079Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2890 | 2025-01-14T20:16:47.662Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2891 | 2025-01-14T20:16:48.495Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2892 | 2025-01-14T20:16:48.979Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2893 | 2025-01-14T20:16:51.310Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2894 | 2025-01-14T20:16:51.423Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2895 | 2025-01-14T20:16:52.429Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2896 | 2025-01-14T20:17:29.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 21s |
2897 | 2025-01-14T20:17:29.385Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2898 | 2025-01-14T20:17:29.453Z | |
2899 | 2025-01-14T20:17:29.453Z | real 9:21.893288921 |
2900 | 2025-01-14T20:17:29.453Z | user 27:15.011145262 |
2901 | 2025-01-14T20:17:29.453Z | sys 42:47.329334006 |
2902 | 2025-01-14T20:17:29.453Z | trap 0.410596267 |
2903 | 2025-01-14T20:17:29.456Z | tflt 0.351985566 |
2904 | 2025-01-14T20:17:29.457Z | dflt 0.207928797 |
2905 | 2025-01-14T20:17:29.457Z | kflt 0.000000000 |
2906 | 2025-01-14T20:17:29.457Z | lock 1:33:23.422383377 |
2907 | 2025-01-14T20:17:29.457Z | slp 2:37:28.289036399 |
2908 | 2025-01-14T20:17:29.457Z | lat 1:19.316587137 |
2909 | 2025-01-14T20:17:29.457Z | stop 1:12.283370900 |
2910 | 2025-01-14T20:17:29.457Z | process exited: duration 1259432 ms, exit code 0 |
|
2911 | 2025-01-14T20:17:29.463Z | found 0 output files |