|
|
|
1 | 2024-12-16T20:02:01.067Z | job assigned to worker 01JF8GYRTGHXMKPXJKE65SHP4S [factory aws, i-0c1dd5ab94e024741] (queued for 56 s) |
|
2 | 2024-12-16T20:02:08.571Z | starting task 0: "setup" |
3 | 2024-12-16T20:02:08.580Z | ++ uname -s |
4 | 2024-12-16T20:02:08.583Z | + kern=SunOS |
5 | 2024-12-16T20:02:08.583Z | + case "$kern" in |
6 | 2024-12-16T20:02:08.583Z | + groupadd -g 12345 build |
7 | 2024-12-16T20:02:08.585Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T20:02:10.593Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T20:02:10.700Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T20:02:10.703Z | + home_fs=zfs |
11 | 2024-12-16T20:02:10.703Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T20:02:10.703Z | + mkdir -p /home/build |
13 | 2024-12-16T20:02:10.706Z | + chown build:build /home/build /work |
14 | 2024-12-16T20:02:12.707Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T20:02:12.710Z | process exited: duration 4140 ms, exit code 0 |
|
16 | 2024-12-16T20:02:12.715Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T20:02:12.721Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T20:02:12.721Z | ' 1.81.0 |
19 | 2024-12-16T20:02:12.721Z | * toolchain channel = "1.81.0" |
20 | 2024-12-16T20:02:12.721Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-16T20:02:12.721Z | * toolchain profile = "default" |
22 | 2024-12-16T20:02:12.721Z | ' default |
23 | 2024-12-16T20:02:12.724Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T20:02:12.724Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-16T20:02:12.843Z | info: downloading installer |
26 | 2024-12-16T20:02:13.987Z | info: profile set to 'default' |
27 | 2024-12-16T20:02:13.987Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T20:02:13.990Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-16T20:02:14.123Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-16T20:02:14.123Z | info: downloading component 'cargo' |
31 | 2024-12-16T20:02:14.831Z | info: downloading component 'clippy' |
32 | 2024-12-16T20:02:15.094Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T20:02:16.082Z | info: downloading component 'rust-std' |
34 | 2024-12-16T20:02:17.621Z | info: downloading component 'rustc' |
35 | 2024-12-16T20:02:23.124Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T20:02:23.332Z | info: installing component 'cargo' |
37 | 2024-12-16T20:02:24.135Z | info: installing component 'clippy' |
38 | 2024-12-16T20:02:24.495Z | info: installing component 'rust-docs' |
39 | 2024-12-16T20:02:26.118Z | info: installing component 'rust-std' |
40 | 2024-12-16T20:02:27.832Z | info: installing component 'rustc' |
41 | 2024-12-16T20:02:33.519Z | info: installing component 'rustfmt' |
42 | 2024-12-16T20:02:33.838Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-16T20:02:33.838Z | |
44 | 2024-12-16T20:02:34.204Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-16T20:02:34.204Z | |
46 | 2024-12-16T20:02:34.207Z | |
47 | 2024-12-16T20:02:34.207Z | Rust is installed now. Great! |
48 | 2024-12-16T20:02:34.207Z | |
49 | 2024-12-16T20:02:34.207Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T20:02:34.207Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T20:02:34.207Z | |
52 | 2024-12-16T20:02:34.207Z | To configure your current shell, you need to source |
53 | 2024-12-16T20:02:34.207Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T20:02:34.207Z | |
55 | 2024-12-16T20:02:34.207Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T20:02:34.207Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T20:02:34.207Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T20:02:34.277Z | + rustc --version |
59 | 2024-12-16T20:02:34.344Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-16T20:02:34.348Z | process exited: duration 21629 ms, exit code 0 |
|
61 | 2024-12-16T20:02:34.353Z | starting task 2: "authentication" |
62 | 2024-12-16T20:02:34.374Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-16T20:02:34.379Z | starting task 3: "clone repository" |
64 | 2024-12-16T20:02:34.384Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-16T20:02:34.387Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-16T20:02:34.427Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-16T20:02:40.601Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-16T20:02:40.603Z | + git fetch origin 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
69 | 2024-12-16T20:02:40.915Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-16T20:02:40.915Z | * branch 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 -> FETCH_HEAD |
71 | 2024-12-16T20:02:40.926Z | + [[ -n john/sled-editor-allocators ]] |
72 | 2024-12-16T20:02:40.928Z | ++ git branch --show-current |
73 | 2024-12-16T20:02:40.931Z | + current=main |
74 | 2024-12-16T20:02:40.931Z | + [[ main != john/sled-editor-allocators ]] |
75 | 2024-12-16T20:02:40.931Z | + git branch -f john/sled-editor-allocators 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
76 | 2024-12-16T20:02:40.934Z | + git checkout -f john/sled-editor-allocators |
77 | 2024-12-16T20:02:41.113Z | Switched to branch 'john/sled-editor-allocators' |
78 | 2024-12-16T20:02:41.115Z | + git reset --hard 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
79 | 2024-12-16T20:02:41.132Z | HEAD is now at 1cfaddce5 doc comment on underlay_ip module |
80 | 2024-12-16T20:02:41.136Z | process exited: duration 6752 ms, exit code 0 |
|
81 | 2024-12-16T20:02:41.141Z | starting task 4: "build" |
82 | 2024-12-16T20:02:41.146Z | + source ./env.sh |
83 | 2024-12-16T20:02:41.146Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-16T20:02:41.146Z | ++ set -o xtrace |
85 | 2024-12-16T20:02:41.149Z | ++++ dirname ./env.sh |
86 | 2024-12-16T20:02:41.151Z | +++ readlink -f . |
87 | 2024-12-16T20:02:41.154Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-16T20:02:41.157Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-16T20:02:41.157Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-16T20:02:41.157Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-16T20:02:41.157Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-16T20:02:41.157Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-16T20:02:41.157Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-16T20:02:41.157Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-16T20:02:41.157Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-16T20:02:41.157Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-16T20:02:41.157Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-16T20:02:41.157Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-16T20:02:41.157Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-16T20:02:41.157Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-16T20:02:41.157Z | + cargo --version |
102 | 2024-12-16T20:02:41.212Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-16T20:02:41.215Z | + rustc --version |
104 | 2024-12-16T20:02:41.276Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-16T20:02:41.279Z | + banner prerequisites |
106 | 2024-12-16T20:02:41.282Z | |
107 | 2024-12-16T20:02:41.282Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-16T20:02:41.282Z | # # # # # # # # # # # # # # # |
109 | 2024-12-16T20:02:41.282Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-16T20:02:41.282Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-16T20:02:41.282Z | # # # # # # # # # # # # # # # |
112 | 2024-12-16T20:02:41.282Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-16T20:02:41.282Z | |
114 | 2024-12-16T20:02:41.284Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-16T20:02:48.244Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-16T20:02:52.017Z | Startup: Caching catalogs ... Done |
117 | 2024-12-16T20:03:02.216Z | Planning: Solver setup ... Done (9.300s) |
118 | 2024-12-16T20:03:02.344Z | Planning: Running solver ... Done (0.127s) |
119 | 2024-12-16T20:03:02.446Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-12-16T20:03:02.480Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-16T20:03:02.718Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-16T20:03:02.818Z | Planning: Package planning ... Done (0.099s) |
123 | 2024-12-16T20:03:02.875Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-16T20:03:03.066Z | Planning: Checking for conflicting actions ... Done (0.192s) |
125 | 2024-12-16T20:03:05.256Z | Planning: Consolidating action changes ... Done (2.190s) |
126 | 2024-12-16T20:03:05.693Z | Planning: Evaluating mediators ... Done (0.435s) |
127 | 2024-12-16T20:03:05.771Z | Planning: Planning completed in 13.66 seconds |
128 | 2024-12-16T20:03:05.788Z | Packages to install: 4 |
129 | 2024-12-16T20:03:05.788Z | Packages to update: 1 |
130 | 2024-12-16T20:03:05.791Z | Mediators to change: 2 |
131 | 2024-12-16T20:03:05.791Z | Services to change: 1 |
132 | 2024-12-16T20:03:05.791Z | Estimated space available: 155.64 GB |
133 | 2024-12-16T20:03:05.791Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-16T20:03:05.791Z | Create boot environment: No |
135 | 2024-12-16T20:03:05.791Z | Create backup boot environment: Yes |
136 | 2024-12-16T20:03:05.791Z | Rebuild boot archive: No |
137 | 2024-12-16T20:03:05.791Z | |
138 | 2024-12-16T20:03:05.791Z | Changed mediators: |
139 | 2024-12-16T20:03:05.791Z | mediator clang: |
140 | 2024-12-16T20:03:05.791Z | version: None -> 15 (system default) |
141 | 2024-12-16T20:03:05.791Z | |
142 | 2024-12-16T20:03:05.791Z | mediator llvm: |
143 | 2024-12-16T20:03:05.791Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-16T20:03:05.791Z | |
145 | 2024-12-16T20:03:05.791Z | Changed packages: |
146 | 2024-12-16T20:03:05.791Z | helios-dev |
147 | 2024-12-16T20:03:05.791Z | developer/build-essential |
148 | 2024-12-16T20:03:05.791Z | None -> 11-2.0 |
149 | 2024-12-16T20:03:05.791Z | library/libxmlsec1 |
150 | 2024-12-16T20:03:05.792Z | None -> 1.2.35-2.0 |
151 | 2024-12-16T20:03:05.792Z | ooce/developer/clang-15 |
152 | 2024-12-16T20:03:05.792Z | None -> 15.0.7-2.0 |
153 | 2024-12-16T20:03:05.792Z | ooce/developer/llvm-15 |
154 | 2024-12-16T20:03:05.792Z | None -> 15.0.7-2.0 |
155 | 2024-12-16T20:03:05.792Z | package/pkg |
156 | 2024-12-16T20:03:05.792Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-16T20:03:05.792Z | |
158 | 2024-12-16T20:03:05.792Z | Services: |
159 | 2024-12-16T20:03:05.792Z | restart_fmri: |
160 | 2024-12-16T20:03:05.792Z | svc:/system/update-man-index:default |
161 | 2024-12-16T20:03:05.792Z | |
162 | 2024-12-16T20:03:05.792Z | Editable files to change: |
163 | 2024-12-16T20:03:05.792Z | Update: |
164 | 2024-12-16T20:03:05.792Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-16T20:03:05.876Z | |
166 | 2024-12-16T20:03:05.876Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-16T20:03:10.876Z | Download: 1186/4281 items 49.0/220.6MB 22% complete (9.7M/s) |
168 | 2024-12-16T20:03:15.880Z | Download: 2069/4281 items 118.8/220.6MB 53% complete (12.0M/s) |
169 | 2024-12-16T20:03:20.882Z | Download: 2352/4281 items 119.7/220.6MB 54% complete (7.8M/s) |
170 | 2024-12-16T20:03:25.883Z | Download: 3222/4281 items 181.8/220.6MB 82% complete (6.2M/s) |
171 | 2024-12-16T20:03:31.968Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
172 | 2024-12-16T20:03:36.973Z | Download: 3505/4281 items 215.4/220.6MB 97% complete (2.0M/s) |
173 | 2024-12-16T20:03:41.977Z | Download: 4010/4281 items 218.8/220.6MB 99% complete (1.6M/s) |
174 | 2024-12-16T20:03:47.632Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (1.2M/s) |
175 | 2024-12-16T20:03:47.748Z | Download: Completed 220.60 MB in 41.87 seconds (5.3M/s) |
176 | 2024-12-16T20:03:49.975Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-12-16T20:03:49.998Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-12-16T20:03:54.706Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-16T20:03:55.029Z | Actions: Completed 5063 actions in 5.05 seconds. |
180 | 2024-12-16T20:03:55.252Z | Done (0.216s) |
181 | 2024-12-16T20:03:55.254Z | Done (0.000s) |
182 | 2024-12-16T20:03:55.811Z | Done (0.558s) |
183 | 2024-12-16T20:04:00.338Z | Done (4.309s) |
184 | 2024-12-16T20:04:00.429Z | Done (0.019s) |
185 | 2024-12-16T20:04:00.435Z | Done (0.000s) |
186 | 2024-12-16T20:04:00.589Z | Done (0.000s) |
187 | 2024-12-16T20:04:01.368Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-16T20:04:01.456Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-16T20:04:01.459Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-16T20:04:01.734Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-16T20:04:01.742Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-12-16T20:04:01.773Z | Mediators to change: 2 |
193 | 2024-12-16T20:04:01.773Z | Create boot environment: No |
194 | 2024-12-16T20:04:01.776Z | Create backup boot environment: No |
195 | 2024-12-16T20:04:01.869Z | Done |
196 | 2024-12-16T20:04:01.870Z | Done |
197 | 2024-12-16T20:04:02.228Z | Done |
198 | 2024-12-16T20:04:05.923Z | Done |
199 | 2024-12-16T20:04:06.015Z | Done |
200 | 2024-12-16T20:04:06.017Z | Done |
201 | 2024-12-16T20:04:06.201Z | Done |
202 | 2024-12-16T20:04:06.819Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-16T20:04:06.822Z | Planning: Merging actions ... Done |
204 | 2024-12-16T20:04:07.013Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-16T20:04:07.015Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-16T20:04:07.285Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-16T20:04:07.341Z | Planning: Planning completed in 0.77 seconds |
208 | 2024-12-16T20:04:07.383Z | Packages to change: 1 |
209 | 2024-12-16T20:04:07.383Z | Mediators to change: 1 |
210 | 2024-12-16T20:04:07.386Z | Services to change: 1 |
211 | 2024-12-16T20:04:07.386Z | Create boot environment: No |
212 | 2024-12-16T20:04:07.386Z | Create backup boot environment: Yes |
213 | 2024-12-16T20:04:09.581Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-16T20:04:09.584Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-12-16T20:04:09.584Z | Done |
216 | 2024-12-16T20:04:09.584Z | Done |
217 | 2024-12-16T20:04:09.696Z | Done |
218 | 2024-12-16T20:04:13.388Z | Done |
219 | 2024-12-16T20:04:13.483Z | Done |
220 | 2024-12-16T20:04:13.486Z | Done |
221 | 2024-12-16T20:04:13.626Z | Done |
222 | 2024-12-16T20:04:14.064Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-16T20:04:14.064Z | clang system 15 system |
224 | 2024-12-16T20:04:14.064Z | csh system system illumos |
225 | 2024-12-16T20:04:14.064Z | ctags system system illumos |
226 | 2024-12-16T20:04:14.064Z | gcc vendor 12 vendor |
227 | 2024-12-16T20:04:14.064Z | gcc system 10 system |
228 | 2024-12-16T20:04:14.064Z | gcc system 7 system |
229 | 2024-12-16T20:04:14.064Z | go system 1.20 system |
230 | 2024-12-16T20:04:14.064Z | go system 1.19 system |
231 | 2024-12-16T20:04:14.064Z | llvm system 15 system |
232 | 2024-12-16T20:04:14.064Z | llvm system 14 system |
233 | 2024-12-16T20:04:14.064Z | mariadb system 10.6 system |
234 | 2024-12-16T20:04:14.064Z | mta vendor vendor dma |
235 | 2024-12-16T20:04:14.064Z | openjdk system 17 system |
236 | 2024-12-16T20:04:14.064Z | openjdk system 11 system |
237 | 2024-12-16T20:04:14.064Z | openjdk system 1.8 system |
238 | 2024-12-16T20:04:14.064Z | openssl vendor 3 vendor |
239 | 2024-12-16T20:04:14.064Z | perl system 5.36 system |
240 | 2024-12-16T20:04:14.064Z | postgresql system 15 system |
241 | 2024-12-16T20:04:14.064Z | postgresql system 13 system |
242 | 2024-12-16T20:04:14.064Z | python vendor 3 vendor |
243 | 2024-12-16T20:04:14.064Z | python system 2 system |
244 | 2024-12-16T20:04:14.064Z | python3 system 3.11 system |
245 | 2024-12-16T20:04:14.064Z | ruby system 3.0 system |
246 | 2024-12-16T20:04:14.064Z | words vendor vendor american-english |
247 | 2024-12-16T20:04:14.064Z | words system system australian-english |
248 | 2024-12-16T20:04:14.064Z | words system system british-english |
249 | 2024-12-16T20:04:14.064Z | words system system canadian-english |
250 | 2024-12-16T20:04:14.064Z | words system system french |
251 | 2024-12-16T20:04:14.064Z | words system system italian |
252 | 2024-12-16T20:04:14.064Z | words system system ngerman |
253 | 2024-12-16T20:04:14.064Z | words system system ogerman |
254 | 2024-12-16T20:04:14.064Z | words system system spanish |
255 | 2024-12-16T20:04:14.401Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-16T20:04:14.401Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-16T20:04:17.093Z | FMRI IFO |
258 | 2024-12-16T20:04:17.093Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-16T20:04:17.093Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-16T20:04:17.094Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-16T20:04:17.852Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-16T20:04:18.133Z | Updating crates.io index |
275 | 2024-12-16T20:04:18.135Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-16T20:04:18.645Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-16T20:04:18.944Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-16T20:04:19.227Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-16T20:04:19.514Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-16T20:04:20.419Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-16T20:04:21.990Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-16T20:04:22.598Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-16T20:04:23.530Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-16T20:04:23.806Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-16T20:04:24.092Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-16T20:04:24.895Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-16T20:04:25.292Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-16T20:04:25.593Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-16T20:04:25.891Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-16T20:04:26.159Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-16T20:04:26.403Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-16T20:04:26.774Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-16T20:04:27.235Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-16T20:04:27.653Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-16T20:04:27.899Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-16T20:04:28.453Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-16T20:04:28.765Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-16T20:04:29.189Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-16T20:04:29.607Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-16T20:04:29.874Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-16T20:04:30.145Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-16T20:04:30.408Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-16T20:04:31.861Z | Downloading crates ... |
304 | 2024-12-16T20:04:31.977Z | Downloaded anstyle-parse v0.2.5 |
305 | 2024-12-16T20:04:31.979Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-12-16T20:04:31.986Z | Downloaded block-buffer v0.10.4 |
307 | 2024-12-16T20:04:31.988Z | Downloaded crypto-common v0.1.6 |
308 | 2024-12-16T20:04:31.988Z | Downloaded colorchoice v1.0.2 |
309 | 2024-12-16T20:04:31.991Z | Downloaded fastrand v2.1.1 |
310 | 2024-12-16T20:04:31.991Z | Downloaded heck v0.4.1 |
311 | 2024-12-16T20:04:31.994Z | Downloaded itoa v1.0.11 |
312 | 2024-12-16T20:04:32.001Z | Downloaded memchr v2.7.4 |
313 | 2024-12-16T20:04:32.006Z | Downloaded quote v1.0.37 |
314 | 2024-12-16T20:04:32.009Z | Downloaded ryu v1.0.18 |
315 | 2024-12-16T20:04:32.012Z | Downloaded unicode-ident v1.0.13 |
316 | 2024-12-16T20:04:32.015Z | Downloaded anstream v0.6.15 |
317 | 2024-12-16T20:04:32.017Z | Downloaded cargo-platform v0.1.8 |
318 | 2024-12-16T20:04:32.020Z | Downloaded bytecount v0.6.8 |
319 | 2024-12-16T20:04:32.023Z | Downloaded cargo_toml v0.20.5 |
320 | 2024-12-16T20:04:32.026Z | Downloaded clap v4.5.21 |
321 | 2024-12-16T20:04:32.040Z | Downloaded clap_builder v4.5.21 |
322 | 2024-12-16T20:04:32.047Z | Downloaded dtrace-parser v0.2.0 |
323 | 2024-12-16T20:04:32.049Z | Downloaded dof v0.3.0 |
324 | 2024-12-16T20:04:32.049Z | Downloaded clap_lex v0.7.2 |
325 | 2024-12-16T20:04:32.056Z | Downloaded hashbrown v0.15.1 |
326 | 2024-12-16T20:04:32.071Z | Downloaded goblin v0.8.2 |
327 | 2024-12-16T20:04:32.077Z | Downloaded equivalent v1.0.1 |
328 | 2024-12-16T20:04:32.080Z | Downloaded cfg-if v1.0.0 |
329 | 2024-12-16T20:04:32.080Z | Downloaded byteorder v1.5.0 |
330 | 2024-12-16T20:04:32.082Z | Downloaded fnv v1.0.7 |
331 | 2024-12-16T20:04:32.085Z | Downloaded generic-array v0.14.7 |
332 | 2024-12-16T20:04:32.085Z | Downloaded digest v0.10.7 |
333 | 2024-12-16T20:04:32.091Z | Downloaded log v0.4.22 |
334 | 2024-12-16T20:04:32.127Z | Downloaded cpufeatures v0.2.14 |
335 | 2024-12-16T20:04:32.130Z | Downloaded anstyle v1.0.10 |
336 | 2024-12-16T20:04:32.133Z | Downloaded autocfg v1.4.0 |
337 | 2024-12-16T20:04:32.135Z | Downloaded errno v0.3.9 |
338 | 2024-12-16T20:04:32.137Z | Downloaded fs-err v2.11.0 |
339 | 2024-12-16T20:04:32.138Z | Downloaded is_terminal_polyfill v1.70.1 |
340 | 2024-12-16T20:04:32.141Z | Downloaded heck v0.5.0 |
341 | 2024-12-16T20:04:32.141Z | Downloaded cargo_metadata v0.18.1 |
342 | 2024-12-16T20:04:32.144Z | Downloaded serde_spanned v0.6.8 |
343 | 2024-12-16T20:04:32.144Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2024-12-16T20:04:32.146Z | Downloaded proc-macro-error v1.0.4 |
345 | 2024-12-16T20:04:32.149Z | Downloaded strsim v0.11.1 |
346 | 2024-12-16T20:04:32.151Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-12-16T20:04:32.151Z | Downloaded terminal_size v0.4.0 |
348 | 2024-12-16T20:04:32.154Z | Downloaded smawk v0.3.2 |
349 | 2024-12-16T20:04:32.154Z | Downloaded semver v1.0.23 |
350 | 2024-12-16T20:04:32.157Z | Downloaded camino v1.1.9 |
351 | 2024-12-16T20:04:32.157Z | Downloaded scroll v0.12.0 |
352 | 2024-12-16T20:04:32.160Z | Downloaded camino-tempfile v1.1.1 |
353 | 2024-12-16T20:04:32.163Z | Downloaded anyhow v1.0.93 |
354 | 2024-12-16T20:04:32.165Z | Downloaded sha2 v0.10.8 |
355 | 2024-12-16T20:04:32.168Z | Downloaded clap_derive v4.5.18 |
356 | 2024-12-16T20:04:32.171Z | Downloaded tempfile v3.13.0 |
357 | 2024-12-16T20:04:32.172Z | Downloaded proc-macro2 v1.0.89 |
358 | 2024-12-16T20:04:32.174Z | Downloaded scroll_derive v0.12.0 |
359 | 2024-12-16T20:04:32.177Z | Downloaded bitflags v2.6.0 |
360 | 2024-12-16T20:04:32.179Z | Downloaded toml v0.8.19 |
361 | 2024-12-16T20:04:32.183Z | Downloaded typenum v1.17.0 |
362 | 2024-12-16T20:04:32.185Z | Downloaded textwrap v0.16.1 |
363 | 2024-12-16T20:04:32.191Z | Downloaded indexmap v2.6.0 |
364 | 2024-12-16T20:04:32.211Z | Downloaded syn v1.0.109 |
365 | 2024-12-16T20:04:32.221Z | Downloaded toml_edit v0.22.22 |
366 | 2024-12-16T20:04:32.243Z | Downloaded utf8parse v0.2.2 |
367 | 2024-12-16T20:04:32.246Z | Downloaded serde_json v1.0.132 |
368 | 2024-12-16T20:04:32.290Z | Downloaded unicode-linebreak v0.1.5 |
369 | 2024-12-16T20:04:32.293Z | Downloaded plain v0.2.3 |
370 | 2024-12-16T20:04:32.293Z | Downloaded thiserror-impl v1.0.69 |
371 | 2024-12-16T20:04:32.295Z | Downloaded swrite v0.1.0 |
372 | 2024-12-16T20:04:32.297Z | Downloaded thiserror v1.0.69 |
373 | 2024-12-16T20:04:32.300Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-12-16T20:04:32.307Z | Downloaded serde v1.0.215 |
375 | 2024-12-16T20:04:32.310Z | Downloaded once_cell v1.20.2 |
376 | 2024-12-16T20:04:32.313Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2024-12-16T20:04:32.383Z | Downloaded version_check v0.9.5 |
378 | 2024-12-16T20:04:32.396Z | Downloaded winnow v0.6.20 |
379 | 2024-12-16T20:04:32.408Z | Downloaded zerocopy v0.7.35 |
380 | 2024-12-16T20:04:32.432Z | Downloaded pest_generator v2.7.14 |
381 | 2024-12-16T20:04:32.435Z | Downloaded pest_derive v2.7.14 |
382 | 2024-12-16T20:04:32.438Z | Downloaded syn v2.0.87 |
383 | 2024-12-16T20:04:32.447Z | Downloaded usdt-macro v0.5.0 |
384 | 2024-12-16T20:04:32.449Z | Downloaded serde_derive v1.0.215 |
385 | 2024-12-16T20:04:32.452Z | Downloaded rustix v0.38.37 |
386 | 2024-12-16T20:04:32.472Z | Downloaded pest_meta v2.7.14 |
387 | 2024-12-16T20:04:32.474Z | Downloaded usdt-impl v0.5.0 |
388 | 2024-12-16T20:04:32.477Z | Downloaded usdt-attr-macro v0.5.0 |
389 | 2024-12-16T20:04:32.477Z | Downloaded usdt v0.5.0 |
390 | 2024-12-16T20:04:32.477Z | Downloaded unicode-width v0.1.14 |
391 | 2024-12-16T20:04:32.481Z | Downloaded pretty-hex v0.4.1 |
392 | 2024-12-16T20:04:32.484Z | Downloaded libc v0.2.162 |
393 | 2024-12-16T20:04:32.509Z | Downloaded thread-id v4.2.2 |
394 | 2024-12-16T20:04:32.511Z | Downloaded tabled_derive v0.7.0 |
395 | 2024-12-16T20:04:32.511Z | Downloaded tabled v0.15.0 |
396 | 2024-12-16T20:04:32.525Z | Downloaded serde_tokenstream v0.2.2 |
397 | 2024-12-16T20:04:32.528Z | Downloaded pest v2.7.14 |
398 | 2024-12-16T20:04:32.531Z | Downloaded papergrid v0.11.0 |
399 | 2024-12-16T20:04:32.535Z | Downloaded memmap v0.7.0 |
400 | 2024-12-16T20:04:32.538Z | Downloaded macaddr v1.0.1 |
401 | 2024-12-16T20:04:32.825Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-16T20:04:32.825Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-16T20:04:32.825Z | Compiling version_check v0.9.5 |
404 | 2024-12-16T20:04:32.828Z | Compiling serde v1.0.215 |
405 | 2024-12-16T20:04:32.828Z | Compiling memchr v2.7.4 |
406 | 2024-12-16T20:04:32.828Z | Compiling thiserror v1.0.69 |
407 | 2024-12-16T20:04:32.828Z | Compiling libc v0.2.162 |
408 | 2024-12-16T20:04:32.828Z | Compiling itoa v1.0.11 |
409 | 2024-12-16T20:04:33.166Z | Compiling ryu v1.0.18 |
410 | 2024-12-16T20:04:33.192Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-16T20:04:33.509Z | Compiling once_cell v1.20.2 |
412 | 2024-12-16T20:04:33.714Z | Compiling byteorder v1.5.0 |
413 | 2024-12-16T20:04:33.846Z | Compiling rustix v0.38.37 |
414 | 2024-12-16T20:04:34.048Z | Compiling serde_json v1.0.132 |
415 | 2024-12-16T20:04:34.217Z | Compiling bitflags v2.6.0 |
416 | 2024-12-16T20:04:34.422Z | Compiling usdt-impl v0.5.0 |
417 | 2024-12-16T20:04:34.607Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-12-16T20:04:34.665Z | Compiling syn v1.0.109 |
419 | 2024-12-16T20:04:34.754Z | Compiling quote v1.0.37 |
420 | 2024-12-16T20:04:34.828Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-16T20:04:34.931Z | Compiling utf8parse v0.2.2 |
422 | 2024-12-16T20:04:34.956Z | Compiling hashbrown v0.15.1 |
423 | 2024-12-16T20:04:35.089Z | Compiling camino v1.1.9 |
424 | 2024-12-16T20:04:35.117Z | Compiling errno v0.3.9 |
425 | 2024-12-16T20:04:35.280Z | Compiling syn v2.0.87 |
426 | 2024-12-16T20:04:35.477Z | Compiling plain v0.2.3 |
427 | 2024-12-16T20:04:35.504Z | Compiling log v0.4.22 |
428 | 2024-12-16T20:04:35.628Z | Compiling thread-id v4.2.2 |
429 | 2024-12-16T20:04:35.652Z | Compiling equivalent v1.0.1 |
430 | 2024-12-16T20:04:35.826Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-12-16T20:04:35.942Z | Compiling semver v1.0.23 |
432 | 2024-12-16T20:04:36.151Z | Compiling indexmap v2.6.0 |
433 | 2024-12-16T20:04:36.192Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-12-16T20:04:36.196Z | Compiling unicode-width v0.1.14 |
435 | 2024-12-16T20:04:36.351Z | Compiling autocfg v1.4.0 |
436 | 2024-12-16T20:04:36.465Z | Compiling anstyle v1.0.10 |
437 | 2024-12-16T20:04:36.558Z | Compiling winnow v0.6.20 |
438 | 2024-12-16T20:04:36.726Z | Compiling pretty-hex v0.4.1 |
439 | 2024-12-16T20:04:36.946Z | Compiling anstyle-query v1.1.1 |
440 | 2024-12-16T20:04:36.970Z | Compiling colorchoice v1.0.2 |
441 | 2024-12-16T20:04:37.144Z | Compiling anstream v0.6.15 |
442 | 2024-12-16T20:04:37.460Z | Compiling terminal_size v0.4.0 |
443 | 2024-12-16T20:04:37.501Z | Compiling fs-err v2.11.0 |
444 | 2024-12-16T20:04:37.578Z | Compiling anyhow v1.0.93 |
445 | 2024-12-16T20:04:37.675Z | Compiling bytecount v0.6.8 |
446 | 2024-12-16T20:04:37.785Z | Compiling heck v0.5.0 |
447 | 2024-12-16T20:04:37.868Z | Compiling heck v0.4.1 |
448 | 2024-12-16T20:04:37.911Z | Compiling cfg-if v1.0.0 |
449 | 2024-12-16T20:04:38.012Z | Compiling strsim v0.11.1 |
450 | 2024-12-16T20:04:38.284Z | Compiling fnv v1.0.7 |
451 | 2024-12-16T20:04:38.321Z | Compiling fastrand v2.1.1 |
452 | 2024-12-16T20:04:38.393Z | Compiling clap_lex v0.7.2 |
453 | 2024-12-16T20:04:38.430Z | Compiling papergrid v0.11.0 |
454 | 2024-12-16T20:04:38.921Z | Compiling tempfile v3.13.0 |
455 | 2024-12-16T20:04:38.972Z | Compiling clap_builder v4.5.21 |
456 | 2024-12-16T20:04:39.474Z | Compiling memmap v0.7.0 |
457 | 2024-12-16T20:04:39.541Z | Compiling smawk v0.3.2 |
458 | 2024-12-16T20:04:39.773Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-12-16T20:04:40.308Z | Compiling textwrap v0.16.1 |
460 | 2024-12-16T20:04:40.435Z | Compiling swrite v0.1.0 |
461 | 2024-12-16T20:04:41.480Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-16T20:04:42.968Z | Compiling tabled v0.15.0 |
463 | 2024-12-16T20:04:44.445Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-16T20:04:44.445Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-16T20:04:44.448Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-16T20:04:44.448Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-16T20:04:44.708Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-16T20:04:45.788Z | Compiling scroll v0.12.0 |
469 | 2024-12-16T20:04:46.260Z | Compiling zerocopy v0.7.35 |
470 | 2024-12-16T20:04:46.311Z | Compiling goblin v0.8.2 |
471 | 2024-12-16T20:04:47.087Z | Compiling pest v2.7.14 |
472 | 2024-12-16T20:04:48.642Z | Compiling clap v4.5.21 |
473 | 2024-12-16T20:04:49.468Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-16T20:04:50.292Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-16T20:04:52.287Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-16T20:04:53.073Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-16T20:04:54.859Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-16T20:04:54.906Z | Compiling serde_spanned v0.6.8 |
479 | 2024-12-16T20:04:54.906Z | Compiling toml_datetime v0.6.8 |
480 | 2024-12-16T20:04:55.172Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-16T20:04:55.289Z | Compiling toml_edit v0.22.22 |
482 | 2024-12-16T20:04:55.464Z | Compiling macaddr v1.0.1 |
483 | 2024-12-16T20:04:55.652Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-16T20:04:56.342Z | Compiling dof v0.3.0 |
485 | 2024-12-16T20:04:56.432Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-16T20:04:58.119Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-16T20:04:58.122Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-16T20:04:58.230Z | Compiling toml v0.8.19 |
489 | 2024-12-16T20:04:59.214Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-16T20:04:59.543Z | Compiling usdt v0.5.0 |
491 | 2024-12-16T20:05:02.690Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-16T20:05:06.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.28s |
493 | 2024-12-16T20:05:07.169Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-16T20:05:07.701Z | Downloading crates ... |
495 | 2024-12-16T20:05:07.855Z | Downloaded aead v0.5.2 |
496 | 2024-12-16T20:05:07.874Z | Downloaded aes v0.8.4 |
497 | 2024-12-16T20:05:07.889Z | Downloaded aho-corasick v1.1.3 |
498 | 2024-12-16T20:05:07.896Z | Downloaded heapless v0.7.17 |
499 | 2024-12-16T20:05:07.901Z | Downloaded heapless v0.8.0 |
500 | 2024-12-16T20:05:07.905Z | Downloaded hex-literal v0.4.1 |
501 | 2024-12-16T20:05:07.909Z | Downloaded hickory-client v0.24.1 |
502 | 2024-12-16T20:05:07.911Z | Downloaded base64 v0.13.1 |
503 | 2024-12-16T20:05:07.914Z | Downloaded heck v0.3.3 |
504 | 2024-12-16T20:05:07.917Z | Downloaded base64 v0.21.7 |
505 | 2024-12-16T20:05:07.919Z | Downloaded aes-gcm v0.10.3 |
506 | 2024-12-16T20:05:07.924Z | Downloaded cipher v0.4.4 |
507 | 2024-12-16T20:05:07.927Z | Downloaded cexpr v0.6.0 |
508 | 2024-12-16T20:05:07.931Z | Downloaded bytes v1.8.0 |
509 | 2024-12-16T20:05:07.933Z | Downloaded clang-sys v1.8.1 |
510 | 2024-12-16T20:05:07.938Z | Downloaded array-init v0.0.4 |
511 | 2024-12-16T20:05:07.938Z | Downloaded argon2 v0.5.3 |
512 | 2024-12-16T20:05:07.941Z | Downloaded async-recursion v1.1.1 |
513 | 2024-12-16T20:05:07.946Z | Downloaded hickory-proto v0.24.1 |
514 | 2024-12-16T20:05:07.959Z | Downloaded highway v1.2.0 |
515 | 2024-12-16T20:05:07.965Z | Downloaded hickory-resolver v0.24.1 |
516 | 2024-12-16T20:05:07.970Z | Downloaded ctr v0.9.2 |
517 | 2024-12-16T20:05:07.970Z | Downloaded ahash v0.8.11 |
518 | 2024-12-16T20:05:07.973Z | Downloaded http-range v0.1.5 |
519 | 2024-12-16T20:05:07.975Z | Downloaded hostname v0.4.0 |
520 | 2024-12-16T20:05:07.975Z | Downloaded hostname v0.3.1 |
521 | 2024-12-16T20:05:07.978Z | Downloaded hickory-server v0.24.1 |
522 | 2024-12-16T20:05:07.983Z | Downloaded hkdf v0.12.4 |
523 | 2024-12-16T20:05:07.987Z | Downloaded crc32fast v1.4.2 |
524 | 2024-12-16T20:05:07.989Z | Downloaded bitflags v1.3.2 |
525 | 2024-12-16T20:05:07.993Z | Downloaded libloading v0.8.5 |
526 | 2024-12-16T20:05:07.997Z | Downloaded backoff v0.4.0 |
527 | 2024-12-16T20:05:07.999Z | Downloaded async-bb8-diesel v0.2.1 |
528 | 2024-12-16T20:05:08.016Z | Downloaded async-stream-impl v0.3.6 |
529 | 2024-12-16T20:05:08.018Z | Downloaded adler2 v2.0.0 |
530 | 2024-12-16T20:05:08.022Z | Downloaded atty v0.2.14 |
531 | 2024-12-16T20:05:08.022Z | Downloaded base16ct v0.2.0 |
532 | 2024-12-16T20:05:08.026Z | Downloaded arrayvec v0.7.6 |
533 | 2024-12-16T20:05:08.026Z | Downloaded atomicwrites v0.4.4 |
534 | 2024-12-16T20:05:08.026Z | Downloaded atomic-waker v1.1.2 |
535 | 2024-12-16T20:05:08.029Z | Downloaded cfg_aliases v0.2.1 |
536 | 2024-12-16T20:05:08.029Z | Downloaded cfg_aliases v0.1.1 |
537 | 2024-12-16T20:05:08.031Z | Downloaded bit-set v0.5.3 |
538 | 2024-12-16T20:05:08.031Z | Downloaded allocator-api2 v0.2.18 |
539 | 2024-12-16T20:05:08.034Z | Downloaded bit-vec v0.6.3 |
540 | 2024-12-16T20:05:08.037Z | Downloaded bb8 v0.8.5 |
541 | 2024-12-16T20:05:08.039Z | Downloaded base64ct v1.6.0 |
542 | 2024-12-16T20:05:08.043Z | Downloaded async-trait v0.1.83 |
543 | 2024-12-16T20:05:08.045Z | Downloaded base64 v0.22.1 |
544 | 2024-12-16T20:05:08.048Z | Downloaded async-stream v0.3.6 |
545 | 2024-12-16T20:05:08.050Z | Downloaded arc-swap v1.7.1 |
546 | 2024-12-16T20:05:08.054Z | Downloaded convert_case v0.4.0 |
547 | 2024-12-16T20:05:08.057Z | Downloaded arrayref v0.3.9 |
548 | 2024-12-16T20:05:08.057Z | Downloaded ascii-canvas v3.0.0 |
549 | 2024-12-16T20:05:08.061Z | Downloaded constant_time_eq v0.3.1 |
550 | 2024-12-16T20:05:08.061Z | Downloaded addr2line v0.24.2 |
551 | 2024-12-16T20:05:08.064Z | Downloaded ciborium v0.2.2 |
552 | 2024-12-16T20:05:08.066Z | Downloaded backtrace v0.3.74 |
553 | 2024-12-16T20:05:08.072Z | Downloaded const-oid v0.9.6 |
554 | 2024-12-16T20:05:08.075Z | Downloaded console v0.15.8 |
555 | 2024-12-16T20:05:08.078Z | Downloaded crossbeam-channel v0.5.13 |
556 | 2024-12-16T20:05:08.096Z | Downloaded aws-lc-rs v1.10.0 |
557 | 2024-12-16T20:05:08.135Z | Downloaded bindgen v0.69.5 |
558 | 2024-12-16T20:05:08.146Z | Downloaded http-body v1.0.1 |
559 | 2024-12-16T20:05:08.148Z | Downloaded home v0.5.9 |
560 | 2024-12-16T20:05:08.151Z | Downloaded http-body-util v0.1.2 |
561 | 2024-12-16T20:05:08.151Z | Downloaded icu_provider_macros v1.5.0 |
562 | 2024-12-16T20:05:08.153Z | Downloaded darling v0.20.10 |
563 | 2024-12-16T20:05:08.157Z | Downloaded ident_case v1.0.1 |
564 | 2024-12-16T20:05:08.159Z | Downloaded icu_locid_transform v1.5.0 |
565 | 2024-12-16T20:05:08.161Z | Downloaded httparse v1.9.5 |
566 | 2024-12-16T20:05:08.164Z | Downloaded lazy_static v1.5.0 |
567 | 2024-12-16T20:05:08.166Z | Downloaded is_ci v1.2.0 |
568 | 2024-12-16T20:05:08.168Z | Downloaded indent_write v2.2.0 |
569 | 2024-12-16T20:05:08.168Z | Downloaded icu_provider v1.5.0 |
570 | 2024-12-16T20:05:08.172Z | Downloaded hyper-rustls v0.27.3 |
571 | 2024-12-16T20:05:08.174Z | Downloaded hmac v0.12.1 |
572 | 2024-12-16T20:05:08.176Z | Downloaded iana-time-zone v0.1.61 |
573 | 2024-12-16T20:05:08.179Z | Downloaded crunchy v0.2.2 |
574 | 2024-12-16T20:05:08.182Z | Downloaded block-padding v0.3.3 |
575 | 2024-12-16T20:05:08.182Z | Downloaded http v1.1.0 |
576 | 2024-12-16T20:05:08.186Z | Downloaded linked-hash-map v0.5.6 |
577 | 2024-12-16T20:05:08.190Z | Downloaded bzip2 v0.4.4 |
578 | 2024-12-16T20:05:08.193Z | Downloaded icu_normalizer_data v1.5.0 |
579 | 2024-12-16T20:05:08.193Z | Downloaded ciborium-io v0.2.2 |
580 | 2024-12-16T20:05:08.193Z | Downloaded icu_properties v1.5.1 |
581 | 2024-12-16T20:05:08.195Z | Downloaded chacha20 v0.9.1 |
582 | 2024-12-16T20:05:08.198Z | Downloaded icu_locid v1.5.0 |
583 | 2024-12-16T20:05:08.204Z | Downloaded jobserver v0.1.32 |
584 | 2024-12-16T20:05:08.206Z | Downloaded icu_locid_transform_data v1.5.0 |
585 | 2024-12-16T20:05:08.209Z | Downloaded ipnet v2.10.1 |
586 | 2024-12-16T20:05:08.212Z | Downloaded lock_api v0.4.12 |
587 | 2024-12-16T20:05:08.215Z | Downloaded icu_normalizer v1.5.0 |
588 | 2024-12-16T20:05:08.218Z | Downloaded indicatif v0.17.9 |
589 | 2024-12-16T20:05:08.221Z | Downloaded blake3 v1.5.4 |
590 | 2024-12-16T20:05:08.228Z | Downloaded idna v1.0.3 |
591 | 2024-12-16T20:05:08.234Z | Downloaded indexmap v1.9.3 |
592 | 2024-12-16T20:05:08.247Z | Downloaded itertools v0.10.5 |
593 | 2024-12-16T20:05:08.253Z | Downloaded libm v0.2.8 |
594 | 2024-12-16T20:05:08.261Z | Downloaded csv-core v0.1.11 |
595 | 2024-12-16T20:05:08.270Z | Downloaded hyper v1.5.0 |
596 | 2024-12-16T20:05:08.273Z | Downloaded crossbeam-epoch v0.9.18 |
597 | 2024-12-16T20:05:08.273Z | Downloaded itertools v0.12.1 |
598 | 2024-12-16T20:05:08.281Z | Downloaded crossbeam-utils v0.8.20 |
599 | 2024-12-16T20:05:08.284Z | Downloaded crypto-bigint v0.5.5 |
600 | 2024-12-16T20:05:08.290Z | Downloaded itertools v0.13.0 |
601 | 2024-12-16T20:05:08.299Z | Downloaded crossterm v0.28.1 |
602 | 2024-12-16T20:05:08.306Z | Downloaded icu_properties_data v1.5.0 |
603 | 2024-12-16T20:05:08.317Z | Downloaded curve25519-dalek-derive v0.1.1 |
604 | 2024-12-16T20:05:08.320Z | Downloaded cobs v0.2.3 |
605 | 2024-12-16T20:05:08.320Z | Downloaded chrono-tz-build v0.4.0 |
606 | 2024-12-16T20:05:08.323Z | Downloaded cbc v0.1.2 |
607 | 2024-12-16T20:05:08.323Z | Downloaded castaway v0.2.3 |
608 | 2024-12-16T20:05:08.328Z | Downloaded cassowary v0.3.0 |
609 | 2024-12-16T20:05:08.328Z | Downloaded cancel-safe-futures v0.1.5 |
610 | 2024-12-16T20:05:08.330Z | Downloaded buf-list v1.0.3 |
611 | 2024-12-16T20:05:08.335Z | Downloaded bitfield-struct v0.6.2 |
612 | 2024-12-16T20:05:08.335Z | Downloaded bitfield v0.14.0 |
613 | 2024-12-16T20:05:08.335Z | Downloaded bcs v0.1.6 |
614 | 2024-12-16T20:05:08.338Z | Downloaded chrono v0.4.38 |
615 | 2024-12-16T20:05:08.345Z | Downloaded const_format v0.2.33 |
616 | 2024-12-16T20:05:08.349Z | Downloaded const_format_proc_macros v0.2.33 |
617 | 2024-12-16T20:05:08.352Z | Downloaded compact_str v0.8.0 |
618 | 2024-12-16T20:05:08.360Z | Downloaded ciborium-ll v0.2.2 |
619 | 2024-12-16T20:05:08.360Z | Downloaded cc v1.1.30 |
620 | 2024-12-16T20:05:08.362Z | Downloaded chacha20poly1305 v0.10.1 |
621 | 2024-12-16T20:05:08.365Z | Downloaded colored v2.1.0 |
622 | 2024-12-16T20:05:08.365Z | Downloaded cmake v0.1.51 |
623 | 2024-12-16T20:05:08.368Z | Downloaded bumpalo v3.16.0 |
624 | 2024-12-16T20:05:08.371Z | Downloaded blowfish v0.9.1 |
625 | 2024-12-16T20:05:08.373Z | Downloaded lazycell v1.3.0 |
626 | 2024-12-16T20:05:08.373Z | Downloaded blake2 v0.10.6 |
627 | 2024-12-16T20:05:08.376Z | Downloaded matches v0.1.10 |
628 | 2024-12-16T20:05:08.379Z | Downloaded bcrypt-pbkdf v0.10.0 |
629 | 2024-12-16T20:05:08.379Z | Downloaded crossbeam-deque v0.8.5 |
630 | 2024-12-16T20:05:08.382Z | Downloaded bitvec v1.0.1 |
631 | 2024-12-16T20:05:08.395Z | Downloaded mime v0.3.17 |
632 | 2024-12-16T20:05:08.398Z | Downloaded idna v0.5.0 |
633 | 2024-12-16T20:05:08.405Z | Downloaded memoffset v0.9.1 |
634 | 2024-12-16T20:05:08.407Z | Downloaded minimal-lexical v0.2.1 |
635 | 2024-12-16T20:05:08.411Z | Downloaded miniz_oxide v0.8.0 |
636 | 2024-12-16T20:05:08.414Z | Downloaded md5 v0.7.0 |
637 | 2024-12-16T20:05:08.417Z | Downloaded httpdate v1.0.3 |
638 | 2024-12-16T20:05:08.417Z | Downloaded hyper-util v0.1.10 |
639 | 2024-12-16T20:05:08.421Z | Downloaded hyper-staticfile v0.10.1 |
640 | 2024-12-16T20:05:08.424Z | Downloaded hubpack_derive v0.1.1 |
641 | 2024-12-16T20:05:08.424Z | Downloaded memmap2 v0.9.5 |
642 | 2024-12-16T20:05:08.427Z | Downloaded lru v0.12.5 |
643 | 2024-12-16T20:05:08.430Z | Downloaded litemap v0.7.3 |
644 | 2024-12-16T20:05:08.433Z | Downloaded radium v0.7.0 |
645 | 2024-12-16T20:05:08.433Z | Downloaded kstat-rs v0.2.4 |
646 | 2024-12-16T20:05:08.436Z | Downloaded is-terminal v0.4.13 |
647 | 2024-12-16T20:05:08.436Z | Downloaded ipnetwork v0.20.0 |
648 | 2024-12-16T20:05:08.439Z | Downloaded internet-checksum v0.2.1 |
649 | 2024-12-16T20:05:08.439Z | Downloaded instability v0.3.2 |
650 | 2024-12-16T20:05:08.441Z | Downloaded inout v0.1.3 |
651 | 2024-12-16T20:05:08.442Z | Downloaded proc-macro-crate v1.3.1 |
652 | 2024-12-16T20:05:08.445Z | Downloaded crc-catalog v2.4.0 |
653 | 2024-12-16T20:05:08.445Z | Downloaded crc-any v2.5.0 |
654 | 2024-12-16T20:05:08.448Z | Downloaded crc v3.2.1 |
655 | 2024-12-16T20:05:08.450Z | Downloaded cookie_store v0.21.0 |
656 | 2024-12-16T20:05:08.452Z | Downloaded cookie v0.18.1 |
657 | 2024-12-16T20:05:08.456Z | Downloaded assert_matches v1.5.0 |
658 | 2024-12-16T20:05:08.456Z | Downloaded indoc v1.0.9 |
659 | 2024-12-16T20:05:08.459Z | Downloaded keccak v0.1.5 |
660 | 2024-12-16T20:05:08.461Z | Downloaded curve25519-dalek v4.1.3 |
661 | 2024-12-16T20:05:08.468Z | Downloaded instant v0.1.13 |
662 | 2024-12-16T20:05:08.471Z | Downloaded impl-trait-for-tuples v0.2.2 |
663 | 2024-12-16T20:05:08.474Z | Downloaded signal-hook-mio v0.2.4 |
664 | 2024-12-16T20:05:08.477Z | Downloaded idna_adapter v1.2.0 |
665 | 2024-12-16T20:05:08.477Z | Downloaded icu_collections v1.5.0 |
666 | 2024-12-16T20:05:08.483Z | Downloaded lalrpop-util v0.19.12 |
667 | 2024-12-16T20:05:08.487Z | Downloaded lalrpop v0.19.12 |
668 | 2024-12-16T20:05:08.499Z | Downloaded rayon-core v1.12.1 |
669 | 2024-12-16T20:05:08.502Z | Downloaded hyper-tls v0.6.0 |
670 | 2024-12-16T20:05:08.502Z | Downloaded humantime v2.1.0 |
671 | 2024-12-16T20:05:08.509Z | Downloaded hex v0.4.3 |
672 | 2024-12-16T20:05:08.519Z | Downloaded match_cfg v0.1.0 |
673 | 2024-12-16T20:05:08.529Z | Downloaded managed v0.8.0 |
674 | 2024-12-16T20:05:08.532Z | Downloaded lru-cache v0.1.2 |
675 | 2024-12-16T20:05:08.534Z | Downloaded lockfree-object-pool v0.1.6 |
676 | 2024-12-16T20:05:08.537Z | Downloaded linear-map v1.2.0 |
677 | 2024-12-16T20:05:08.539Z | Downloaded sct v0.7.1 |
678 | 2024-12-16T20:05:08.542Z | Downloaded same-file v1.0.6 |
679 | 2024-12-16T20:05:08.545Z | Downloaded stable_deref_trait v1.2.0 |
680 | 2024-12-16T20:05:08.547Z | Downloaded string_cache v0.8.7 |
681 | 2024-12-16T20:05:08.547Z | Downloaded libxml v0.3.3 |
682 | 2024-12-16T20:05:08.554Z | Downloaded static_assertions v1.1.0 |
683 | 2024-12-16T20:05:08.557Z | Downloaded synstructure v0.13.1 |
684 | 2024-12-16T20:05:08.560Z | Downloaded serde_repr v0.1.19 |
685 | 2024-12-16T20:05:08.563Z | Downloaded fallible-streaming-iterator v0.1.9 |
686 | 2024-12-16T20:05:08.563Z | Downloaded env_logger v0.11.5 |
687 | 2024-12-16T20:05:08.566Z | Downloaded scrypt v0.11.0 |
688 | 2024-12-16T20:05:08.569Z | Downloaded foreign-types-shared v0.1.1 |
689 | 2024-12-16T20:05:08.569Z | Downloaded futures-sink v0.3.31 |
690 | 2024-12-16T20:05:08.572Z | Downloaded serde_urlencoded v0.7.1 |
691 | 2024-12-16T20:05:08.572Z | Downloaded libsw v3.3.1 |
692 | 2024-12-16T20:05:08.575Z | Downloaded libefi-sys v0.1.0 |
693 | 2024-12-16T20:05:08.583Z | Downloaded signal-hook v0.3.17 |
694 | 2024-12-16T20:05:08.587Z | Downloaded slab v0.4.9 |
695 | 2024-12-16T20:05:08.626Z | Downloaded lzma-sys v0.1.20 |
696 | 2024-12-16T20:05:08.656Z | Downloaded multimap v0.10.0 |
697 | 2024-12-16T20:05:08.659Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
698 | 2024-12-16T20:05:08.668Z | Downloaded tokio-native-tls v0.3.1 |
699 | 2024-12-16T20:05:08.671Z | Downloaded num-traits v0.2.19 |
700 | 2024-12-16T20:05:08.674Z | Downloaded tokio-macros v2.4.0 |
701 | 2024-12-16T20:05:08.674Z | Downloaded tinyvec v1.8.0 |
702 | 2024-12-16T20:05:08.677Z | Downloaded unarray v0.1.4 |
703 | 2024-12-16T20:05:08.680Z | Downloaded mio v1.0.2 |
704 | 2024-12-16T20:05:08.683Z | Downloaded time-core v0.1.2 |
705 | 2024-12-16T20:05:08.686Z | Downloaded cstr-argument v0.1.2 |
706 | 2024-12-16T20:05:08.686Z | Downloaded utf-8 v0.7.6 |
707 | 2024-12-16T20:05:08.689Z | Downloaded unicase v2.7.0 |
708 | 2024-12-16T20:05:08.689Z | Downloaded crucible-workspace-hack v0.1.0 |
709 | 2024-12-16T20:05:08.702Z | Downloaded parking_lot_core v0.9.10 |
710 | 2024-12-16T20:05:08.708Z | Downloaded paste v1.0.15 |
711 | 2024-12-16T20:05:08.711Z | Downloaded precomputed-hash v0.1.1 |
712 | 2024-12-16T20:05:08.714Z | Downloaded quinn-udp v0.5.5 |
713 | 2024-12-16T20:05:08.718Z | Downloaded pin-project-internal v1.1.6 |
714 | 2024-12-16T20:05:08.718Z | Downloaded wait-timeout v0.2.0 |
715 | 2024-12-16T20:05:08.718Z | Downloaded vcpkg v0.2.15 |
716 | 2024-12-16T20:05:08.759Z | Downloaded xattr v1.3.1 |
717 | 2024-12-16T20:05:08.762Z | Downloaded whoami v1.5.2 |
718 | 2024-12-16T20:05:08.768Z | Downloaded zeroize_derive v1.4.2 |
719 | 2024-12-16T20:05:08.771Z | Downloaded zeroize v1.8.1 |
720 | 2024-12-16T20:05:08.783Z | Downloaded der v0.7.9 |
721 | 2024-12-16T20:05:08.790Z | Downloaded dirs-sys-next v0.1.2 |
722 | 2024-12-16T20:05:08.792Z | Downloaded dyn-clone v1.0.17 |
723 | 2024-12-16T20:05:08.795Z | Downloaded dirs-next v2.0.0 |
724 | 2024-12-16T20:05:08.795Z | Downloaded endian-type v0.1.2 |
725 | 2024-12-16T20:05:08.797Z | Downloaded elliptic-curve v0.13.8 |
726 | 2024-12-16T20:05:08.800Z | Downloaded rcgen v0.12.1 |
727 | 2024-12-16T20:05:08.803Z | Downloaded ghash v0.5.1 |
728 | 2024-12-16T20:05:08.806Z | Downloaded openssl-probe v0.1.5 |
729 | 2024-12-16T20:05:08.808Z | Downloaded openssl-macros v0.1.1 |
730 | 2024-12-16T20:05:08.808Z | Downloaded getrandom v0.2.15 |
731 | 2024-12-16T20:05:08.811Z | Downloaded bstr v1.10.0 |
732 | 2024-12-16T20:05:08.822Z | Downloaded password-hash v0.4.2 |
733 | 2024-12-16T20:05:08.827Z | Downloaded strip-ansi-escapes v0.2.0 |
734 | 2024-12-16T20:05:08.830Z | Downloaded rfc6979 v0.4.0 |
735 | 2024-12-16T20:05:08.831Z | Downloaded reedline v0.35.0 |
736 | 2024-12-16T20:05:08.837Z | Downloaded uuid v1.11.0 |
737 | 2024-12-16T20:05:08.842Z | Downloaded pin-project v1.1.6 |
738 | 2024-12-16T20:05:08.852Z | Downloaded primeorder v0.13.6 |
739 | 2024-12-16T20:05:08.855Z | Downloaded proptest v1.5.0 |
740 | 2024-12-16T20:05:08.865Z | Downloaded quinn-proto v0.11.8 |
741 | 2024-12-16T20:05:08.872Z | Downloaded quinn v0.11.5 |
742 | 2024-12-16T20:05:08.876Z | Downloaded phf_shared v0.11.2 |
743 | 2024-12-16T20:05:08.879Z | Downloaded libz-sys v1.1.20 |
744 | 2024-12-16T20:05:08.899Z | Downloaded data-encoding v2.6.0 |
745 | 2024-12-16T20:05:08.902Z | Downloaded slog v2.7.0 |
746 | 2024-12-16T20:05:08.904Z | Downloaded rand_seeder v0.3.0 |
747 | 2024-12-16T20:05:08.907Z | Downloaded idna v0.4.0 |
748 | 2024-12-16T20:05:08.911Z | Downloaded derive_more v0.99.18 |
749 | 2024-12-16T20:05:08.917Z | Downloaded secrecy v0.8.0 |
750 | 2024-12-16T20:05:08.919Z | Downloaded rustls-pki-types v1.10.0 |
751 | 2024-12-16T20:05:08.923Z | Downloaded diff v0.1.13 |
752 | 2024-12-16T20:05:08.926Z | Downloaded idna v0.3.0 |
753 | 2024-12-16T20:05:08.932Z | Downloaded shell-words v1.1.0 |
754 | 2024-12-16T20:05:08.935Z | Downloaded openssl-sys v0.9.103 |
755 | 2024-12-16T20:05:08.939Z | Downloaded funty v2.0.0 |
756 | 2024-12-16T20:05:08.941Z | Downloaded mime_guess v2.0.5 |
757 | 2024-12-16T20:05:08.944Z | Downloaded sha1 v0.10.6 |
758 | 2024-12-16T20:05:08.944Z | Downloaded futures v0.3.31 |
759 | 2024-12-16T20:05:08.951Z | Downloaded hash32 v0.3.1 |
760 | 2024-12-16T20:05:08.954Z | Downloaded rpassword v7.3.1 |
761 | 2024-12-16T20:05:08.954Z | Downloaded tinystr v0.7.6 |
762 | 2024-12-16T20:05:08.959Z | Downloaded num-conv v0.1.0 |
763 | 2024-12-16T20:05:08.962Z | Downloaded num_enum v0.5.11 |
764 | 2024-12-16T20:05:08.964Z | Downloaded num-iter v0.1.45 |
765 | 2024-12-16T20:05:08.967Z | Downloaded num-rational v0.4.2 |
766 | 2024-12-16T20:05:08.967Z | Downloaded num-integer v0.1.46 |
767 | 2024-12-16T20:05:08.973Z | Downloaded num-complex v0.4.6 |
768 | 2024-12-16T20:05:08.973Z | Downloaded csv v1.3.0 |
769 | 2024-12-16T20:05:08.992Z | Downloaded tinyvec_macros v0.1.1 |
770 | 2024-12-16T20:05:08.994Z | Downloaded tokio-rustls v0.25.0 |
771 | 2024-12-16T20:05:08.998Z | Downloaded normalize-line-endings v0.3.0 |
772 | 2024-12-16T20:05:08.998Z | Downloaded gimli v0.31.1 |
773 | 2024-12-16T20:05:09.004Z | Downloaded tokio-rustls v0.26.0 |
774 | 2024-12-16T20:05:09.007Z | Downloaded utf16_iter v1.0.5 |
775 | 2024-12-16T20:05:09.011Z | Downloaded utf8_iter v1.0.4 |
776 | 2024-12-16T20:05:09.011Z | Downloaded tokio-stream v0.1.16 |
777 | 2024-12-16T20:05:09.015Z | Downloaded tokio-rustls v0.24.1 |
778 | 2024-12-16T20:05:09.017Z | Downloaded nibble_vec v0.1.0 |
779 | 2024-12-16T20:05:09.020Z | Downloaded scopeguard v1.2.0 |
780 | 2024-12-16T20:05:09.022Z | Downloaded newtype_derive v0.1.6 |
781 | 2024-12-16T20:05:09.022Z | Downloaded newtype-uuid v1.1.3 |
782 | 2024-12-16T20:05:09.024Z | Downloaded git2 v0.19.0 |
783 | 2024-12-16T20:05:09.033Z | Downloaded progenitor v0.8.0 |
784 | 2024-12-16T20:05:09.036Z | Downloaded rusqlite v0.32.1 |
785 | 2024-12-16T20:05:09.042Z | Downloaded strum v0.26.3 |
786 | 2024-12-16T20:05:09.045Z | Downloaded rustls v0.22.4 |
787 | 2024-12-16T20:05:09.059Z | Downloaded r2d2 v0.8.10 |
788 | 2024-12-16T20:05:09.062Z | Downloaded smf v0.2.3 |
789 | 2024-12-16T20:05:09.062Z | Downloaded rustls v0.21.12 |
790 | 2024-12-16T20:05:09.073Z | Downloaded tokio-util v0.7.12 |
791 | 2024-12-16T20:05:09.079Z | Downloaded twox-hash v1.6.3 |
792 | 2024-12-16T20:05:09.082Z | Downloaded rustfmt-wrapper v0.2.1 |
793 | 2024-12-16T20:05:09.084Z | Downloaded russh-keys v0.45.0 |
794 | 2024-12-16T20:05:09.087Z | Downloaded pem v3.0.4 |
795 | 2024-12-16T20:05:09.087Z | Downloaded password-hash v0.5.0 |
796 | 2024-12-16T20:05:09.090Z | Downloaded percent-encoding v2.3.1 |
797 | 2024-12-16T20:05:09.092Z | Downloaded pem-rfc7468 v0.7.0 |
798 | 2024-12-16T20:05:09.095Z | Downloaded thiserror-no-std v2.0.2 |
799 | 2024-12-16T20:05:09.098Z | Downloaded strum_macros v0.25.3 |
800 | 2024-12-16T20:05:09.102Z | Downloaded smallvec v0.6.14 |
801 | 2024-12-16T20:05:09.102Z | Downloaded semver v0.1.20 |
802 | 2024-12-16T20:05:09.104Z | Downloaded salsa20 v0.10.2 |
803 | 2024-12-16T20:05:09.104Z | Downloaded rustc_version v0.1.7 |
804 | 2024-12-16T20:05:09.107Z | Downloaded idna v0.2.3 |
805 | 2024-12-16T20:05:09.111Z | Downloaded object v0.36.5 |
806 | 2024-12-16T20:05:09.122Z | Downloaded yoke v0.7.4 |
807 | 2024-12-16T20:05:09.125Z | Downloaded ena v0.14.3 |
808 | 2024-12-16T20:05:09.128Z | Downloaded foreign-types-shared v0.3.1 |
809 | 2024-12-16T20:05:09.128Z | Downloaded fixedbitset v0.4.2 |
810 | 2024-12-16T20:05:09.131Z | Downloaded foreign-types-macros v0.2.3 |
811 | 2024-12-16T20:05:09.131Z | Downloaded float-ord v0.3.2 |
812 | 2024-12-16T20:05:09.134Z | Downloaded radix_trie v0.2.1 |
813 | 2024-12-16T20:05:09.139Z | Downloaded typify-macro v0.2.0 |
814 | 2024-12-16T20:05:09.146Z | Downloaded tui-tree-widget v0.22.0 |
815 | 2024-12-16T20:05:09.146Z | Downloaded topological-sort v0.2.2 |
816 | 2024-12-16T20:05:09.146Z | Downloaded toolchain_find v0.4.0 |
817 | 2024-12-16T20:05:09.146Z | Downloaded tokio-postgres v0.7.12 |
818 | 2024-12-16T20:05:09.149Z | Downloaded fatfs v0.3.6 |
819 | 2024-12-16T20:05:09.151Z | Downloaded sqlparser_derive v0.2.2 |
820 | 2024-12-16T20:05:09.158Z | Downloaded rustc-hash v1.1.0 |
821 | 2024-12-16T20:05:09.158Z | Downloaded termtree v0.4.1 |
822 | 2024-12-16T20:05:09.158Z | Downloaded steno v0.4.1 |
823 | 2024-12-16T20:05:09.158Z | Downloaded quick-xml v0.33.0 |
824 | 2024-12-16T20:05:09.164Z | Downloaded half v2.4.1 |
825 | 2024-12-16T20:05:09.168Z | Downloaded strum_macros v0.24.3 |
826 | 2024-12-16T20:05:09.171Z | Downloaded termcolor v1.4.1 |
827 | 2024-12-16T20:05:09.171Z | Downloaded float-cmp v0.9.0 |
828 | 2024-12-16T20:05:09.173Z | Downloaded diesel_table_macro_syntax v0.2.0 |
829 | 2024-12-16T20:05:09.176Z | Downloaded tokio-tungstenite v0.24.0 |
830 | 2024-12-16T20:05:09.179Z | Downloaded write16 v1.0.0 |
831 | 2024-12-16T20:05:09.179Z | Downloaded zerovec-derive v0.10.3 |
832 | 2024-12-16T20:05:09.182Z | Downloaded nodrop v0.1.14 |
833 | 2024-12-16T20:05:09.182Z | Downloaded want v0.3.1 |
834 | 2024-12-16T20:05:09.191Z | Downloaded postcard v1.0.10 |
835 | 2024-12-16T20:05:09.191Z | Downloaded petname v2.0.2 |
836 | 2024-12-16T20:05:09.192Z | Downloaded ecdsa v0.16.9 |
837 | 2024-12-16T20:05:09.195Z | Downloaded diesel_derives v2.2.3 |
838 | 2024-12-16T20:05:09.198Z | Downloaded zip v0.6.6 |
839 | 2024-12-16T20:05:09.202Z | Downloaded salty v0.3.0 |
840 | 2024-12-16T20:05:09.210Z | Downloaded num_threads v0.1.7 |
841 | 2024-12-16T20:05:09.212Z | Downloaded rustyline v14.0.0 |
842 | 2024-12-16T20:05:09.217Z | Downloaded futures-channel v0.3.31 |
843 | 2024-12-16T20:05:09.219Z | Downloaded form_urlencoded v1.2.1 |
844 | 2024-12-16T20:05:09.222Z | Downloaded zerovec v0.10.4 |
845 | 2024-12-16T20:05:09.227Z | Downloaded rusty-fork v0.3.0 |
846 | 2024-12-16T20:05:09.230Z | Downloaded resolv-conf v0.7.0 |
847 | 2024-12-16T20:05:09.233Z | Downloaded termios v0.3.3 |
848 | 2024-12-16T20:05:09.236Z | Downloaded take_mut v0.2.2 |
849 | 2024-12-16T20:05:09.236Z | Downloaded slog-term v2.9.1 |
850 | 2024-12-16T20:05:09.238Z | Downloaded owo-colors v4.1.0 |
851 | 2024-12-16T20:05:09.241Z | Downloaded pin-project-lite v0.2.14 |
852 | 2024-12-16T20:05:09.246Z | Downloaded pkg-config v0.3.31 |
853 | 2024-12-16T20:05:09.248Z | Downloaded serde_yaml v0.9.34+deprecated |
854 | 2024-12-16T20:05:09.253Z | Downloaded reqwest v0.12.9 |
855 | 2024-12-16T20:05:09.261Z | Downloaded portable-atomic v1.9.0 |
856 | 2024-12-16T20:05:09.267Z | Downloaded siphasher v0.3.11 |
857 | 2024-12-16T20:05:09.274Z | Downloaded similar v2.6.0 |
858 | 2024-12-16T20:05:09.274Z | Downloaded slog-async v2.8.0 |
859 | 2024-12-16T20:05:09.276Z | Downloaded tokio-tungstenite v0.21.0 |
860 | 2024-12-16T20:05:09.279Z | Downloaded tls_codec_derive v0.4.1 |
861 | 2024-12-16T20:05:09.281Z | Downloaded tls_codec v0.4.1 |
862 | 2024-12-16T20:05:09.284Z | Downloaded ref-cast v1.0.23 |
863 | 2024-12-16T20:05:09.286Z | Downloaded ssh-encoding v0.2.0 |
864 | 2024-12-16T20:05:09.286Z | Downloaded serde_with v3.11.0 |
865 | 2024-12-16T20:05:09.295Z | Downloaded ssh-key v0.6.6 |
866 | 2024-12-16T20:05:09.304Z | Downloaded num-derive v0.4.2 |
867 | 2024-12-16T20:05:09.306Z | Downloaded hash32 v0.2.1 |
868 | 2024-12-16T20:05:09.309Z | Downloaded fs_extra v1.3.0 |
869 | 2024-12-16T20:05:09.311Z | Downloaded fragile v2.0.0 |
870 | 2024-12-16T20:05:09.311Z | Downloaded nix v0.27.1 |
871 | 2024-12-16T20:05:09.323Z | Downloaded regex v1.11.1 |
872 | 2024-12-16T20:05:09.339Z | Downloaded thread_local v1.1.8 |
873 | 2024-12-16T20:05:09.341Z | Downloaded tiny-keccak v2.0.2 |
874 | 2024-12-16T20:05:09.344Z | Downloaded time-macros v0.2.18 |
875 | 2024-12-16T20:05:09.347Z | Downloaded universal-hash v0.5.1 |
876 | 2024-12-16T20:05:09.347Z | Downloaded unicode-xid v0.2.6 |
877 | 2024-12-16T20:05:09.350Z | Downloaded subtle v2.6.1 |
878 | 2024-12-16T20:05:09.353Z | Downloaded smoltcp v0.11.0 |
879 | 2024-12-16T20:05:09.365Z | Downloaded tungstenite v0.24.0 |
880 | 2024-12-16T20:05:09.369Z | Downloaded wyz v0.5.1 |
881 | 2024-12-16T20:05:09.372Z | Downloaded peg-runtime v0.8.3 |
882 | 2024-12-16T20:05:09.376Z | Downloaded peg-macros v0.8.4 |
883 | 2024-12-16T20:05:09.377Z | Downloaded peg v0.8.4 |
884 | 2024-12-16T20:05:09.380Z | Downloaded smoltcp v0.9.1 |
885 | 2024-12-16T20:05:09.393Z | Downloaded foreign-types v0.3.2 |
886 | 2024-12-16T20:05:09.397Z | Downloaded displaydoc v0.2.5 |
887 | 2024-12-16T20:05:09.397Z | Downloaded group v0.13.0 |
888 | 2024-12-16T20:05:09.400Z | Downloaded zip v2.1.3 |
889 | 2024-12-16T20:05:09.404Z | Downloaded url v2.5.3 |
890 | 2024-12-16T20:05:09.408Z | Downloaded unicode_categories v0.1.1 |
891 | 2024-12-16T20:05:09.411Z | Downloaded sled v0.34.7 |
892 | 2024-12-16T20:05:09.422Z | Downloaded number_prefix v0.4.0 |
893 | 2024-12-16T20:05:09.425Z | Downloaded num-bigint-dig v0.8.4 |
894 | 2024-12-16T20:05:09.429Z | Downloaded writeable v0.5.5 |
895 | 2024-12-16T20:05:09.432Z | Downloaded test-strategy v0.3.1 |
896 | 2024-12-16T20:05:09.435Z | Downloaded sync-ptr v0.1.1 |
897 | 2024-12-16T20:05:09.438Z | Downloaded sec1 v0.7.3 |
898 | 2024-12-16T20:05:09.441Z | Downloaded schemars_derive v0.8.21 |
899 | 2024-12-16T20:05:09.441Z | Downloaded schemars v0.8.21 |
900 | 2024-12-16T20:05:09.453Z | Downloaded polyval v0.6.2 |
901 | 2024-12-16T20:05:09.455Z | Downloaded powerfmt v0.2.0 |
902 | 2024-12-16T20:05:09.458Z | Downloaded pkcs8 v0.10.2 |
903 | 2024-12-16T20:05:09.461Z | Downloaded pkcs1 v0.7.5 |
904 | 2024-12-16T20:05:09.463Z | Downloaded pin-utils v0.1.0 |
905 | 2024-12-16T20:05:09.463Z | Downloaded num v0.4.3 |
906 | 2024-12-16T20:05:09.466Z | Downloaded parking_lot_core v0.8.6 |
907 | 2024-12-16T20:05:09.469Z | Downloaded spki v0.7.3 |
908 | 2024-12-16T20:05:09.469Z | Downloaded serde_path_to_error v0.1.16 |
909 | 2024-12-16T20:05:09.471Z | Downloaded smallvec v1.13.2 |
910 | 2024-12-16T20:05:09.474Z | Downloaded phf_generator v0.11.2 |
911 | 2024-12-16T20:05:09.477Z | Downloaded deranged v0.3.11 |
912 | 2024-12-16T20:05:09.477Z | Downloaded parking_lot v0.12.3 |
913 | 2024-12-16T20:05:09.480Z | Downloaded spin v0.9.8 |
914 | 2024-12-16T20:05:09.482Z | Downloaded typify-impl v0.2.0 |
915 | 2024-12-16T20:05:09.503Z | Downloaded num-bigint v0.4.6 |
916 | 2024-12-16T20:05:09.507Z | Downloaded petgraph v0.6.5 |
917 | 2024-12-16T20:05:09.528Z | Downloaded untrusted v0.9.0 |
918 | 2024-12-16T20:05:09.530Z | Downloaded mockall_derive v0.13.0 |
919 | 2024-12-16T20:05:09.533Z | Downloaded mockall v0.13.0 |
920 | 2024-12-16T20:05:09.533Z | Downloaded diesel v2.2.6 |
921 | 2024-12-16T20:05:09.554Z | Downloaded which v4.4.2 |
922 | 2024-12-16T20:05:09.556Z | Downloaded regex-syntax v0.8.5 |
923 | 2024-12-16T20:05:09.564Z | Downloaded foldhash v0.1.3 |
924 | 2024-12-16T20:05:09.567Z | Downloaded native-tls v0.2.12 |
925 | 2024-12-16T20:05:09.570Z | Downloaded ed25519 v2.2.3 |
926 | 2024-12-16T20:05:09.570Z | Downloaded webpki-roots v0.26.6 |
927 | 2024-12-16T20:05:09.574Z | Downloaded parse-zoneinfo v0.3.1 |
928 | 2024-12-16T20:05:09.577Z | Downloaded flate2 v1.0.34 |
929 | 2024-12-16T20:05:09.583Z | Downloaded filetime v0.2.25 |
930 | 2024-12-16T20:05:09.585Z | Downloaded num_enum_derive v0.5.11 |
931 | 2024-12-16T20:05:09.588Z | Downloaded fallible-iterator v0.2.0 |
932 | 2024-12-16T20:05:09.588Z | Downloaded zerofrom-derive v0.1.4 |
933 | 2024-12-16T20:05:09.591Z | Downloaded zerofrom v0.1.4 |
934 | 2024-12-16T20:05:09.591Z | Downloaded zerocopy-derive v0.8.10 |
935 | 2024-12-16T20:05:09.596Z | Downloaded tokio-tungstenite v0.23.1 |
936 | 2024-12-16T20:05:09.599Z | Downloaded oso-derive v0.27.3 |
937 | 2024-12-16T20:05:09.601Z | Downloaded regex-syntax v0.6.29 |
938 | 2024-12-16T20:05:09.607Z | Downloaded nom v7.1.3 |
939 | 2024-12-16T20:05:09.613Z | Downloaded regex-automata v0.4.8 |
940 | 2024-12-16T20:05:09.631Z | Downloaded rustc-hash v2.0.0 |
941 | 2024-12-16T20:05:09.634Z | Downloaded rustc-demangle v0.1.24 |
942 | 2024-12-16T20:05:09.638Z | Downloaded ron v0.8.1 |
943 | 2024-12-16T20:05:09.641Z | Downloaded hashlink v0.9.1 |
944 | 2024-12-16T20:05:09.648Z | Downloaded sqlparser v0.45.0 |
945 | 2024-12-16T20:05:09.650Z | Downloaded term v0.7.0 |
946 | 2024-12-16T20:05:09.652Z | Downloaded untrusted v0.7.1 |
947 | 2024-12-16T20:05:09.655Z | Downloaded tracing v0.1.40 |
948 | 2024-12-16T20:05:09.658Z | Downloaded glob v0.3.1 |
949 | 2024-12-16T20:05:09.661Z | Downloaded supports-color v3.0.1 |
950 | 2024-12-16T20:05:09.661Z | Downloaded unicode-bidi v0.3.17 |
951 | 2024-12-16T20:05:09.664Z | Downloaded rand_xorshift v0.3.0 |
952 | 2024-12-16T20:05:09.664Z | Downloaded globset v0.4.15 |
953 | 2024-12-16T20:05:09.667Z | Downloaded serde_plain v1.0.2 |
954 | 2024-12-16T20:05:09.670Z | Downloaded psl-types v2.0.11 |
955 | 2024-12-16T20:05:09.670Z | Downloaded vte v0.11.1 |
956 | 2024-12-16T20:05:09.670Z | Downloaded value-bag v1.9.0 |
957 | 2024-12-16T20:05:09.673Z | Downloaded hashbrown v0.12.3 |
958 | 2024-12-16T20:05:09.677Z | Downloaded progenitor-macro v0.8.0 |
959 | 2024-12-16T20:05:09.680Z | Downloaded progenitor-impl v0.8.0 |
960 | 2024-12-16T20:05:09.684Z | Downloaded postgres-protocol v0.6.7 |
961 | 2024-12-16T20:05:09.684Z | Downloaded pbkdf2 v0.11.0 |
962 | 2024-12-16T20:05:09.687Z | Downloaded hashbrown v0.14.5 |
963 | 2024-12-16T20:05:09.691Z | Downloaded parse-display-derive v0.10.0 |
964 | 2024-12-16T20:05:09.694Z | Downloaded hashbrown v0.13.2 |
965 | 2024-12-16T20:05:09.698Z | Downloaded h2 v0.4.6 |
966 | 2024-12-16T20:05:09.705Z | Downloaded rand_core v0.6.4 |
967 | 2024-12-16T20:05:09.708Z | Downloaded toml_edit v0.19.15 |
968 | 2024-12-16T20:05:09.724Z | Downloaded unicode-width v0.2.0 |
969 | 2024-12-16T20:05:09.730Z | Downloaded darling_macro v0.20.10 |
970 | 2024-12-16T20:05:09.734Z | Downloaded tokio v1.40.0 |
971 | 2024-12-16T20:05:09.770Z | Downloaded der_derive v0.7.3 |
972 | 2024-12-16T20:05:09.776Z | Downloaded debug-ignore v1.0.5 |
973 | 2024-12-16T20:05:09.776Z | Downloaded yoke-derive v0.7.4 |
974 | 2024-12-16T20:05:09.776Z | Downloaded yasna v0.5.2 |
975 | 2024-12-16T20:05:09.779Z | Downloaded ref-cast-impl v1.0.23 |
976 | 2024-12-16T20:05:09.779Z | Downloaded rayon v1.10.0 |
977 | 2024-12-16T20:05:09.788Z | Downloaded darling_core v0.20.10 |
978 | 2024-12-16T20:05:09.793Z | Downloaded rand v0.8.5 |
979 | 2024-12-16T20:05:09.797Z | Downloaded nanorand v0.7.0 |
980 | 2024-12-16T20:05:09.799Z | Downloaded fxhash v0.2.1 |
981 | 2024-12-16T20:05:09.803Z | Downloaded embedded-io v0.6.1 |
982 | 2024-12-16T20:05:09.803Z | Downloaded downcast v0.11.0 |
983 | 2024-12-16T20:05:09.807Z | Downloaded time v0.3.36 |
984 | 2024-12-16T20:05:09.810Z | Downloaded rustls v0.23.19 |
985 | 2024-12-16T20:05:09.822Z | Downloaded signal-hook-registry v1.4.2 |
986 | 2024-12-16T20:05:09.826Z | Downloaded poly1305 v0.8.0 |
987 | 2024-12-16T20:05:09.830Z | Downloaded pkcs5 v0.7.1 |
988 | 2024-12-16T20:05:09.833Z | Downloaded snafu-derive v0.8.5 |
989 | 2024-12-16T20:05:09.833Z | Downloaded rustc_version v0.4.1 |
990 | 2024-12-16T20:05:09.836Z | Downloaded thiserror-impl v2.0.3 |
991 | 2024-12-16T20:05:09.836Z | Downloaded snafu v0.8.5 |
992 | 2024-12-16T20:05:09.841Z | Downloaded ssh-cipher v0.2.0 |
993 | 2024-12-16T20:05:09.844Z | Downloaded sqlformat v0.2.6 |
994 | 2024-12-16T20:05:09.847Z | Downloaded serde_with_macros v3.11.0 |
995 | 2024-12-16T20:05:09.847Z | Downloaded serde_derive_internals v0.29.1 |
996 | 2024-12-16T20:05:09.854Z | Downloaded postgres-types v0.2.8 |
997 | 2024-12-16T20:05:09.854Z | Downloaded thiserror-impl-no-std v2.0.2 |
998 | 2024-12-16T20:05:09.854Z | Downloaded rand_chacha v0.3.1 |
999 | 2024-12-16T20:05:09.854Z | Downloaded futures-executor v0.3.31 |
1000 | 2024-12-16T20:05:09.857Z | Downloaded defmt-macros v0.3.9 |
1001 | 2024-12-16T20:05:09.859Z | Downloaded zone_cfg_derive v0.1.2 |
1002 | 2024-12-16T20:05:09.859Z | Downloaded parking_lot v0.11.2 |
1003 | 2024-12-16T20:05:09.862Z | Downloaded rustls-pemfile v1.0.4 |
1004 | 2024-12-16T20:05:09.864Z | Downloaded unicode-truncate v1.1.0 |
1005 | 2024-12-16T20:05:09.867Z | Downloaded phf_shared v0.10.0 |
1006 | 2024-12-16T20:05:09.867Z | Downloaded env_logger v0.10.2 |
1007 | 2024-12-16T20:05:09.870Z | Downloaded scheduled-thread-pool v0.2.7 |
1008 | 2024-12-16T20:05:09.873Z | Downloaded samael v0.0.17 |
1009 | 2024-12-16T20:05:09.877Z | Downloaded regress v0.9.1 |
1010 | 2024-12-16T20:05:09.887Z | Downloaded tracing-attributes v0.1.27 |
1011 | 2024-12-16T20:05:09.889Z | Downloaded simd-adler32 v0.3.7 |
1012 | 2024-12-16T20:05:09.892Z | Downloaded signature v2.2.0 |
1013 | 2024-12-16T20:05:09.895Z | Downloaded tar v0.4.42 |
1014 | 2024-12-16T20:05:09.899Z | Downloaded expectorate v1.1.0 |
1015 | 2024-12-16T20:05:09.900Z | Downloaded flume v0.11.1 |
1016 | 2024-12-16T20:05:09.903Z | Downloaded futures-io v0.3.31 |
1017 | 2024-12-16T20:05:09.905Z | Downloaded unicode-normalization v0.1.24 |
1018 | 2024-12-16T20:05:09.908Z | Downloaded futures-macro v0.3.31 |
1019 | 2024-12-16T20:05:09.908Z | Downloaded env_filter v0.1.2 |
1020 | 2024-12-16T20:05:09.910Z | Downloaded either v1.13.0 |
1021 | 2024-12-16T20:05:09.913Z | Downloaded new_debug_unreachable v1.0.6 |
1022 | 2024-12-16T20:05:09.913Z | Downloaded ed25519-dalek v2.1.1 |
1023 | 2024-12-16T20:05:09.916Z | Downloaded futures-task v0.3.31 |
1024 | 2024-12-16T20:05:09.918Z | Downloaded dunce v1.0.5 |
1025 | 2024-12-16T20:05:09.918Z | Downloaded dsl_auto_type v0.1.2 |
1026 | 2024-12-16T20:05:09.921Z | Downloaded regress v0.10.1 |
1027 | 2024-12-16T20:05:09.931Z | Downloaded futures-util v0.3.31 |
1028 | 2024-12-16T20:05:09.944Z | Downloaded p384 v0.13.0 |
1029 | 2024-12-16T20:05:09.951Z | Downloaded derive_builder_core v0.20.2 |
1030 | 2024-12-16T20:05:09.954Z | Downloaded zopfli v0.8.1 |
1031 | 2024-12-16T20:05:09.957Z | Downloaded zone_cfg_derive v0.3.0 |
1032 | 2024-12-16T20:05:09.959Z | Downloaded zerocopy v0.8.10 |
1033 | 2024-12-16T20:05:09.986Z | Downloaded derive-where v1.2.7 |
1034 | 2024-12-16T20:05:09.991Z | Downloaded russh-cryptovec v0.7.3 |
1035 | 2024-12-16T20:05:09.991Z | Downloaded russh v0.45.0 |
1036 | 2024-12-16T20:05:09.993Z | Downloaded rtoolbox v0.0.2 |
1037 | 2024-12-16T20:05:09.993Z | Downloaded foreign-types v0.5.0 |
1038 | 2024-12-16T20:05:09.993Z | Downloaded ff v0.13.0 |
1039 | 2024-12-16T20:05:09.996Z | Downloaded rsa v0.9.6 |
1040 | 2024-12-16T20:05:10.000Z | Downloaded xz2 v0.1.7 |
1041 | 2024-12-16T20:05:10.004Z | Downloaded futures-core v0.3.31 |
1042 | 2024-12-16T20:05:10.006Z | Downloaded subprocess v0.2.9 |
1043 | 2024-12-16T20:05:10.006Z | Downloaded diesel-dtrace v0.4.2 |
1044 | 2024-12-16T20:05:10.010Z | Downloaded winnow v0.5.40 |
1045 | 2024-12-16T20:05:10.016Z | Downloaded dhcproto-macros v0.1.0 |
1046 | 2024-12-16T20:05:10.019Z | Downloaded typify v0.2.0 |
1047 | 2024-12-16T20:05:10.021Z | Downloaded multer v3.1.0 |
1048 | 2024-12-16T20:05:10.024Z | Downloaded rustversion v1.0.17 |
1049 | 2024-12-16T20:05:10.027Z | Downloaded spin v0.5.2 |
1050 | 2024-12-16T20:05:10.027Z | Downloaded rustls-pemfile v2.2.0 |
1051 | 2024-12-16T20:05:10.030Z | Downloaded flagset v0.4.6 |
1052 | 2024-12-16T20:05:10.033Z | Downloaded zone v0.1.8 |
1053 | 2024-12-16T20:05:10.033Z | Downloaded uzers v0.12.1 |
1054 | 2024-12-16T20:05:10.036Z | Downloaded headers-core v0.3.0 |
1055 | 2024-12-16T20:05:10.036Z | Downloaded tower-service v0.3.3 |
1056 | 2024-12-16T20:05:10.039Z | Downloaded walkdir v2.5.0 |
1057 | 2024-12-16T20:05:10.039Z | Downloaded unsafe-libyaml v0.2.11 |
1058 | 2024-12-16T20:05:10.041Z | Downloaded headers v0.4.0 |
1059 | 2024-12-16T20:05:10.046Z | Downloaded sync_wrapper v1.0.1 |
1060 | 2024-12-16T20:05:10.049Z | Downloaded ppv-lite86 v0.2.20 |
1061 | 2024-12-16T20:05:10.049Z | Downloaded dropshot_endpoint v0.12.0 |
1062 | 2024-12-16T20:05:10.051Z | Downloaded vsss-rs v3.3.4 |
1063 | 2024-12-16T20:05:10.054Z | Downloaded socket2 v0.5.7 |
1064 | 2024-12-16T20:05:10.057Z | Downloaded opaque-debug v0.3.1 |
1065 | 2024-12-16T20:05:10.059Z | Downloaded tungstenite v0.21.0 |
1066 | 2024-12-16T20:05:10.062Z | Downloaded zerocopy v0.6.6 |
1067 | 2024-12-16T20:05:10.064Z | Downloaded vergen v8.3.2 |
1068 | 2024-12-16T20:05:10.068Z | Downloaded try-lock v0.2.5 |
1069 | 2024-12-16T20:05:10.071Z | Downloaded qorb v0.2.1 |
1070 | 2024-12-16T20:05:10.076Z | Downloaded tracing-core v0.1.32 |
1071 | 2024-12-16T20:05:10.079Z | Downloaded predicates-core v1.0.8 |
1072 | 2024-12-16T20:05:10.079Z | Downloaded gethostname v0.5.0 |
1073 | 2024-12-16T20:05:10.079Z | Downloaded packed_struct v0.10.1 |
1074 | 2024-12-16T20:05:10.081Z | Downloaded tap v1.0.1 |
1075 | 2024-12-16T20:05:10.082Z | Downloaded quick-error v1.2.3 |
1076 | 2024-12-16T20:05:10.082Z | Downloaded unicode-segmentation v1.12.0 |
1077 | 2024-12-16T20:05:10.086Z | Downloaded defmt-parser v0.3.4 |
1078 | 2024-12-16T20:05:10.088Z | Downloaded defmt v0.3.8 |
1079 | 2024-12-16T20:05:10.092Z | Downloaded pretty-hex v0.2.1 |
1080 | 2024-12-16T20:05:10.092Z | Downloaded zone v0.3.0 |
1081 | 2024-12-16T20:05:10.101Z | Downloaded dhcproto v0.12.0 |
1082 | 2024-12-16T20:05:10.107Z | Downloaded des v0.8.1 |
1083 | 2024-12-16T20:05:10.107Z | Downloaded derive_builder_macro v0.20.2 |
1084 | 2024-12-16T20:05:10.107Z | Downloaded derive_builder v0.20.2 |
1085 | 2024-12-16T20:05:10.107Z | Downloaded unicode-properties v0.1.3 |
1086 | 2024-12-16T20:05:10.110Z | Downloaded tungstenite v0.23.0 |
1087 | 2024-12-16T20:05:10.110Z | Downloaded tough v0.19.0 |
1088 | 2024-12-16T20:05:10.116Z | Downloaded phf_codegen v0.11.2 |
1089 | 2024-12-16T20:05:10.119Z | Downloaded shlex v1.3.0 |
1090 | 2024-12-16T20:05:10.119Z | Downloaded tabwriter v1.4.0 |
1091 | 2024-12-16T20:05:10.122Z | Downloaded ron v0.7.1 |
1092 | 2024-12-16T20:05:10.125Z | Downloaded strum_macros v0.26.4 |
1093 | 2024-12-16T20:05:10.128Z | Downloaded polar-core v0.27.3 |
1094 | 2024-12-16T20:05:10.136Z | Downloaded rustls-webpki v0.101.7 |
1095 | 2024-12-16T20:05:10.150Z | Downloaded phf v0.11.2 |
1096 | 2024-12-16T20:05:10.153Z | Downloaded slog-scope v4.4.0 |
1097 | 2024-12-16T20:05:10.155Z | Downloaded serde-hex v0.1.0 |
1098 | 2024-12-16T20:05:10.155Z | Downloaded slog-stdlog v4.1.1 |
1099 | 2024-12-16T20:05:10.158Z | Downloaded md-5 v0.10.6 |
1100 | 2024-12-16T20:05:10.158Z | Downloaded maybe-uninit v2.0.0 |
1101 | 2024-12-16T20:05:10.161Z | Downloaded maplit v1.0.2 |
1102 | 2024-12-16T20:05:10.161Z | Downloaded hubpack v0.1.2 |
1103 | 2024-12-16T20:05:10.161Z | Downloaded chrono-tz v0.10.0 |
1104 | 2024-12-16T20:05:10.169Z | Downloaded newline-converter v0.3.0 |
1105 | 2024-12-16T20:05:10.172Z | Downloaded mirai-annotations v1.12.0 |
1106 | 2024-12-16T20:05:10.172Z | Downloaded fallible-iterator v0.3.0 |
1107 | 2024-12-16T20:05:10.172Z | Downloaded slog-envlogger v2.2.0 |
1108 | 2024-12-16T20:05:10.174Z | Downloaded slog-dtrace v0.3.0 |
1109 | 2024-12-16T20:05:10.176Z | Downloaded rustls-webpki v0.102.8 |
1110 | 2024-12-16T20:05:10.194Z | Downloaded nix v0.28.0 |
1111 | 2024-12-16T20:05:10.207Z | Downloaded thiserror v2.0.3 |
1112 | 2024-12-16T20:05:10.212Z | Downloaded toml v0.7.8 |
1113 | 2024-12-16T20:05:10.214Z | Downloaded waitgroup v0.1.2 |
1114 | 2024-12-16T20:05:10.217Z | Downloaded typed-path v0.9.3 |
1115 | 2024-12-16T20:05:10.220Z | Downloaded display-error-chain v0.2.2 |
1116 | 2024-12-16T20:05:10.227Z | Downloaded publicsuffix v2.2.3 |
1117 | 2024-12-16T20:05:10.227Z | Downloaded omicron-zone-package v0.11.1 |
1118 | 2024-12-16T20:05:10.227Z | Downloaded prettyplease v0.2.25 |
1119 | 2024-12-16T20:05:10.232Z | Downloaded vte_generate_state_changes v0.1.2 |
1120 | 2024-12-16T20:05:10.235Z | Downloaded x509-cert v0.2.5 |
1121 | 2024-12-16T20:05:10.239Z | Downloaded slog-bunyan v2.5.0 |
1122 | 2024-12-16T20:05:10.242Z | Downloaded sigpipe v0.1.3 |
1123 | 2024-12-16T20:05:10.242Z | Downloaded packed_struct_codegen v0.10.1 |
1124 | 2024-12-16T20:05:10.242Z | Downloaded p521 v0.13.3 |
1125 | 2024-12-16T20:05:10.246Z | Downloaded slog-json v2.6.1 |
1126 | 2024-12-16T20:05:10.249Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1127 | 2024-12-16T20:05:10.305Z | Downloaded path-slash v0.1.5 |
1128 | 2024-12-16T20:05:10.308Z | Downloaded predicates-tree v1.0.11 |
1129 | 2024-12-16T20:05:10.308Z | Downloaded predicates v3.1.2 |
1130 | 2024-12-16T20:05:10.311Z | Downloaded difflib v0.4.0 |
1131 | 2024-12-16T20:05:10.311Z | Downloaded zerocopy-derive v0.6.6 |
1132 | 2024-12-16T20:05:10.320Z | Downloaded fd-lock v4.0.2 |
1133 | 2024-12-16T20:05:10.323Z | Downloaded enum-as-inner v0.6.1 |
1134 | 2024-12-16T20:05:10.327Z | Downloaded enum-as-inner v0.5.1 |
1135 | 2024-12-16T20:05:10.327Z | Downloaded embedded-io v0.4.0 |
1136 | 2024-12-16T20:05:10.338Z | Downloaded nix v0.29.0 |
1137 | 2024-12-16T20:05:10.350Z | Downloaded nu-ansi-term v0.50.1 |
1138 | 2024-12-16T20:05:10.353Z | Downloaded ratatui v0.28.1 |
1139 | 2024-12-16T20:05:10.371Z | Downloaded dropshot v0.13.0 |
1140 | 2024-12-16T20:05:10.390Z | Downloaded openapiv3 v2.0.0 |
1141 | 2024-12-16T20:05:10.402Z | Downloaded trust-dns-proto v0.22.0 |
1142 | 2024-12-16T20:05:10.413Z | Downloaded sha3 v0.10.8 |
1143 | 2024-12-16T20:05:10.417Z | Downloaded oso v0.27.3 |
1144 | 2024-12-16T20:05:10.420Z | Downloaded openssl v0.10.66 |
1145 | 2024-12-16T20:05:10.429Z | Downloaded olpc-cjson v0.1.4 |
1146 | 2024-12-16T20:05:10.432Z | Downloaded object v0.30.4 |
1147 | 2024-12-16T20:05:10.439Z | Downloaded encoding_rs v0.8.34 |
1148 | 2024-12-16T20:05:10.463Z | Downloaded signal-hook-tokio v0.3.1 |
1149 | 2024-12-16T20:05:10.466Z | Downloaded pbkdf2 v0.12.2 |
1150 | 2024-12-16T20:05:10.466Z | Downloaded p256 v0.13.2 |
1151 | 2024-12-16T20:05:10.469Z | Downloaded dropshot_endpoint v0.13.0 |
1152 | 2024-12-16T20:05:10.473Z | Downloaded structmeta-derive v0.3.0 |
1153 | 2024-12-16T20:05:10.473Z | Downloaded structmeta-derive v0.2.0 |
1154 | 2024-12-16T20:05:10.473Z | Downloaded structmeta v0.3.0 |
1155 | 2024-12-16T20:05:10.473Z | Downloaded dropshot v0.12.0 |
1156 | 2024-12-16T20:05:10.492Z | Downloaded structmeta v0.2.0 |
1157 | 2024-12-16T20:05:10.495Z | Downloaded stringprep v0.1.5 |
1158 | 2024-12-16T20:05:10.495Z | Downloaded serde-big-array v0.5.1 |
1159 | 2024-12-16T20:05:10.498Z | Downloaded progenitor-client v0.8.0 |
1160 | 2024-12-16T20:05:10.498Z | Downloaded parse-size v1.1.0 |
1161 | 2024-12-16T20:05:10.498Z | Downloaded parse-display v0.10.0 |
1162 | 2024-12-16T20:05:10.682Z | Downloaded ring v0.17.8 |
1163 | 2024-12-16T20:05:10.967Z | Downloaded aws-lc-sys v0.22.0 |
1164 | 2024-12-16T20:05:11.263Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2024-12-16T20:05:11.402Z | Downloaded ring v0.16.20 |
1166 | 2024-12-16T20:05:11.581Z | Compiling serde v1.0.215 |
1167 | 2024-12-16T20:05:11.584Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-16T20:05:11.584Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-16T20:05:11.584Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-16T20:05:11.584Z | Compiling typenum v1.17.0 |
1171 | 2024-12-16T20:05:11.584Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-16T20:05:11.772Z | Compiling syn v2.0.87 |
1173 | 2024-12-16T20:05:11.787Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-16T20:05:11.865Z | Compiling subtle v2.6.1 |
1175 | 2024-12-16T20:05:12.045Z | Compiling rand_core v0.6.4 |
1176 | 2024-12-16T20:05:12.182Z | Compiling log v0.4.22 |
1177 | 2024-12-16T20:05:12.273Z | Compiling shlex v1.3.0 |
1178 | 2024-12-16T20:05:12.293Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-16T20:05:12.317Z | Compiling const-oid v0.9.6 |
1180 | 2024-12-16T20:05:12.572Z | Compiling smallvec v1.13.2 |
1181 | 2024-12-16T20:05:12.715Z | Compiling cc v1.1.30 |
1182 | 2024-12-16T20:05:12.740Z | Compiling spin v0.9.8 |
1183 | 2024-12-16T20:05:13.011Z | Compiling pin-project-lite v0.2.14 |
1184 | 2024-12-16T20:05:13.073Z | Compiling rustix v0.38.37 |
1185 | 2024-12-16T20:05:13.134Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-16T20:05:13.153Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-16T20:05:13.251Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-16T20:05:13.403Z | Compiling mio v1.0.2 |
1189 | 2024-12-16T20:05:14.066Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-16T20:05:14.137Z | Compiling parking_lot v0.12.3 |
1191 | 2024-12-16T20:05:14.358Z | Compiling cpufeatures v0.2.14 |
1192 | 2024-12-16T20:05:14.390Z | Compiling regex-syntax v0.8.5 |
1193 | 2024-12-16T20:05:14.467Z | Compiling lazy_static v1.5.0 |
1194 | 2024-12-16T20:05:14.556Z | Compiling glob v0.3.1 |
1195 | 2024-12-16T20:05:14.594Z | Compiling either v1.13.0 |
1196 | 2024-12-16T20:05:14.811Z | Compiling stable_deref_trait v1.2.0 |
1197 | 2024-12-16T20:05:14.919Z | Compiling futures-sink v0.3.31 |
1198 | 2024-12-16T20:05:15.048Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-16T20:05:15.081Z | Compiling slab v0.4.9 |
1200 | 2024-12-16T20:05:15.156Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-16T20:05:15.516Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-16T20:05:15.636Z | Compiling clang-sys v1.8.1 |
1203 | 2024-12-16T20:05:15.814Z | Compiling libloading v0.8.5 |
1204 | 2024-12-16T20:05:16.057Z | Compiling nom v7.1.3 |
1205 | 2024-12-16T20:05:16.083Z | Compiling bindgen v0.69.5 |
1206 | 2024-12-16T20:05:16.258Z | Compiling home v0.5.9 |
1207 | 2024-12-16T20:05:16.391Z | Compiling serde_json v1.0.132 |
1208 | 2024-12-16T20:05:16.739Z | Compiling futures-channel v0.3.31 |
1209 | 2024-12-16T20:05:16.903Z | Compiling itertools v0.10.5 |
1210 | 2024-12-16T20:05:17.184Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-12-16T20:05:17.329Z | Compiling lazycell v1.3.0 |
1212 | 2024-12-16T20:05:17.349Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-12-16T20:05:17.507Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-16T20:05:17.828Z | Compiling pin-utils v0.1.0 |
1215 | 2024-12-16T20:05:17.924Z | Compiling futures-task v0.3.31 |
1216 | 2024-12-16T20:05:18.157Z | Compiling regex-automata v0.4.8 |
1217 | 2024-12-16T20:05:18.232Z | Compiling foldhash v0.1.3 |
1218 | 2024-12-16T20:05:18.555Z | Compiling hashbrown v0.15.1 |
1219 | 2024-12-16T20:05:19.768Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-16T20:05:19.871Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-16T20:05:19.935Z | Compiling cmake v0.1.51 |
1222 | 2024-12-16T20:05:20.972Z | Compiling tinyvec_macros v0.1.1 |
1223 | 2024-12-16T20:05:21.070Z | Compiling libm v0.2.8 |
1224 | 2024-12-16T20:05:21.385Z | Compiling pkg-config v0.3.31 |
1225 | 2024-12-16T20:05:21.408Z | Compiling dunce v1.0.5 |
1226 | 2024-12-16T20:05:21.521Z | Compiling fs_extra v1.3.0 |
1227 | 2024-12-16T20:05:21.572Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-16T20:05:21.682Z | Compiling num-traits v0.2.19 |
1229 | 2024-12-16T20:05:22.208Z | Compiling ring v0.17.8 |
1230 | 2024-12-16T20:05:22.943Z | Compiling paste v1.0.15 |
1231 | 2024-12-16T20:05:23.016Z | Compiling litemap v0.7.3 |
1232 | 2024-12-16T20:05:23.117Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-12-16T20:05:23.338Z | Compiling base64ct v1.6.0 |
1234 | 2024-12-16T20:05:23.408Z | Compiling unicode-bidi v0.3.17 |
1235 | 2024-12-16T20:05:23.466Z | Compiling writeable v0.5.5 |
1236 | 2024-12-16T20:05:23.957Z | Compiling regex v1.11.1 |
1237 | 2024-12-16T20:05:24.085Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-16T20:05:24.780Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-12-16T20:05:24.912Z | Compiling httparse v1.9.5 |
1240 | 2024-12-16T20:05:25.013Z | Compiling flagset v0.4.6 |
1241 | 2024-12-16T20:05:25.238Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-16T20:05:25.722Z | Compiling rustls-pki-types v1.10.0 |
1243 | 2024-12-16T20:05:26.202Z | Compiling percent-encoding v2.3.1 |
1244 | 2024-12-16T20:05:26.417Z | Compiling crossbeam-utils v0.8.20 |
1245 | 2024-12-16T20:05:26.556Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2024-12-16T20:05:26.658Z | Compiling vcpkg v0.2.15 |
1247 | 2024-12-16T20:05:26.677Z | Compiling serde_derive v1.0.215 |
1248 | 2024-12-16T20:05:26.770Z | Compiling zeroize_derive v1.4.2 |
1249 | 2024-12-16T20:05:26.985Z | Compiling zerocopy-derive v0.7.35 |
1250 | 2024-12-16T20:05:27.258Z | Compiling tokio-macros v2.4.0 |
1251 | 2024-12-16T20:05:28.353Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-16T20:05:28.740Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2024-12-16T20:05:28.763Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-12-16T20:05:28.936Z | Compiling thiserror-impl v1.0.69 |
1255 | 2024-12-16T20:05:29.316Z | Compiling zerocopy v0.7.35 |
1256 | 2024-12-16T20:05:29.509Z | Compiling futures-macro v0.3.31 |
1257 | 2024-12-16T20:05:33.357Z | Compiling crypto-common v0.1.6 |
1258 | 2024-12-16T20:05:33.414Z | Compiling block-buffer v0.10.4 |
1259 | 2024-12-16T20:05:33.414Z | Compiling digest v0.10.7 |
1260 | 2024-12-16T20:05:33.415Z | Compiling zerovec-derive v0.10.3 |
1261 | 2024-12-16T20:05:33.415Z | Compiling hmac v0.12.1 |
1262 | 2024-12-16T20:05:33.415Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-16T20:05:33.415Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-16T20:05:33.415Z | Compiling futures-util v0.3.31 |
1265 | 2024-12-16T20:05:33.415Z | Compiling inout v0.1.3 |
1266 | 2024-12-16T20:05:33.415Z | Compiling sha2 v0.10.8 |
1267 | 2024-12-16T20:05:33.415Z | Compiling cipher v0.4.4 |
1268 | 2024-12-16T20:05:33.415Z | Compiling thiserror v1.0.69 |
1269 | 2024-12-16T20:05:33.415Z | Compiling ppv-lite86 v0.2.20 |
1270 | 2024-12-16T20:05:33.415Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-12-16T20:05:33.415Z | Compiling zerofrom v0.1.4 |
1272 | 2024-12-16T20:05:33.415Z | Compiling yoke v0.7.4 |
1273 | 2024-12-16T20:05:33.415Z | Compiling der_derive v0.7.3 |
1274 | 2024-12-16T20:05:33.415Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-12-16T20:05:33.544Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-12-16T20:05:33.750Z | Compiling pest v2.7.14 |
1277 | 2024-12-16T20:05:33.866Z | Compiling zerovec v0.10.4 |
1278 | 2024-12-16T20:05:35.459Z | Compiling rand v0.8.5 |
1279 | 2024-12-16T20:05:35.809Z | Compiling salsa20 v0.10.2 |
1280 | 2024-12-16T20:05:35.822Z | Compiling tinystr v0.7.6 |
1281 | 2024-12-16T20:05:35.927Z | Compiling der v0.7.9 |
1282 | 2024-12-16T20:05:36.166Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-16T20:05:36.219Z | Compiling icu_collections v1.5.0 |
1284 | 2024-12-16T20:05:36.849Z | Compiling pbkdf2 v0.12.2 |
1285 | 2024-12-16T20:05:37.063Z | Compiling mirai-annotations v1.12.0 |
1286 | 2024-12-16T20:05:37.262Z | Compiling untrusted v0.7.1 |
1287 | 2024-12-16T20:05:37.450Z | Compiling icu_provider v1.5.0 |
1288 | 2024-12-16T20:05:37.468Z | Compiling tracing v0.1.40 |
1289 | 2024-12-16T20:05:37.536Z | Compiling icu_properties_data v1.5.0 |
1290 | 2024-12-16T20:05:37.701Z | Compiling powerfmt v0.2.0 |
1291 | 2024-12-16T20:05:37.812Z | Compiling untrusted v0.9.0 |
1292 | 2024-12-16T20:05:37.898Z | Compiling time-core v0.1.2 |
1293 | 2024-12-16T20:05:37.986Z | Compiling spki v0.7.3 |
1294 | 2024-12-16T20:05:38.007Z | Compiling num-conv v0.1.0 |
1295 | 2024-12-16T20:05:38.078Z | Compiling deranged v0.3.11 |
1296 | 2024-12-16T20:05:38.304Z | Compiling icu_locid_transform v1.5.0 |
1297 | 2024-12-16T20:05:38.356Z | Compiling time-macros v0.2.18 |
1298 | 2024-12-16T20:05:38.695Z | Compiling scrypt v0.11.0 |
1299 | 2024-12-16T20:05:39.306Z | Compiling pest_meta v2.7.14 |
1300 | 2024-12-16T20:05:39.368Z | Compiling cbc v0.1.2 |
1301 | 2024-12-16T20:05:39.608Z | Compiling icu_properties v1.5.1 |
1302 | 2024-12-16T20:05:39.859Z | Compiling aes v0.8.4 |
1303 | 2024-12-16T20:05:40.083Z | Compiling openssl-sys v0.9.103 |
1304 | 2024-12-16T20:05:41.115Z | Compiling bitflags v2.6.0 |
1305 | 2024-12-16T20:05:41.223Z | Compiling bytes v1.8.0 |
1306 | 2024-12-16T20:05:41.750Z | Compiling indexmap v2.6.0 |
1307 | 2024-12-16T20:05:41.993Z | Compiling semver v1.0.23 |
1308 | 2024-12-16T20:05:42.535Z | Compiling tokio v1.40.0 |
1309 | 2024-12-16T20:05:42.753Z | Compiling http v1.1.0 |
1310 | 2024-12-16T20:05:42.756Z | Compiling rustc_version v0.4.1 |
1311 | 2024-12-16T20:05:43.233Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-12-16T20:05:43.542Z | Compiling atomic-waker v1.1.2 |
1313 | 2024-12-16T20:05:43.746Z | Compiling write16 v1.0.0 |
1314 | 2024-12-16T20:05:43.882Z | Compiling num_threads v0.1.7 |
1315 | 2024-12-16T20:05:44.019Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2024-12-16T20:05:44.134Z | Compiling utf8_iter v1.0.4 |
1317 | 2024-12-16T20:05:44.389Z | Compiling utf16_iter v1.0.5 |
1318 | 2024-12-16T20:05:44.587Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-12-16T20:05:44.626Z | Compiling http-body v1.0.1 |
1320 | 2024-12-16T20:05:44.644Z | Compiling time v0.3.36 |
1321 | 2024-12-16T20:05:44.752Z | Compiling scroll v0.12.0 |
1322 | 2024-12-16T20:05:44.772Z | Compiling pkcs5 v0.7.1 |
1323 | 2024-12-16T20:05:44.845Z | Compiling pest_generator v2.7.14 |
1324 | 2024-12-16T20:05:45.273Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-12-16T20:05:45.314Z | Compiling try-lock v0.2.5 |
1326 | 2024-12-16T20:05:45.462Z | Compiling slog v2.7.0 |
1327 | 2024-12-16T20:05:45.581Z | Compiling which v4.4.2 |
1328 | 2024-12-16T20:05:46.000Z | Compiling goblin v0.8.2 |
1329 | 2024-12-16T20:05:46.270Z | Compiling idna_adapter v1.2.0 |
1330 | 2024-12-16T20:05:46.509Z | Compiling want v0.3.1 |
1331 | 2024-12-16T20:05:46.612Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-16T20:05:46.819Z | Compiling httpdate v1.0.3 |
1333 | 2024-12-16T20:05:46.963Z | Compiling pest_derive v2.7.14 |
1334 | 2024-12-16T20:05:47.067Z | Compiling idna v1.0.3 |
1335 | 2024-12-16T20:05:47.323Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-12-16T20:05:47.797Z | Compiling dtrace-parser v0.2.0 |
1337 | 2024-12-16T20:05:47.936Z | Compiling serde_spanned v0.6.8 |
1338 | 2024-12-16T20:05:48.155Z | Compiling uuid v1.11.0 |
1339 | 2024-12-16T20:05:48.188Z | Compiling toml_datetime v0.6.8 |
1340 | 2024-12-16T20:05:48.738Z | Compiling match_cfg v0.1.0 |
1341 | 2024-12-16T20:05:48.838Z | Compiling rustversion v1.0.17 |
1342 | 2024-12-16T20:05:49.050Z | Compiling openssl v0.10.66 |
1343 | 2024-12-16T20:05:49.496Z | Compiling adler2 v2.0.0 |
1344 | 2024-12-16T20:05:49.567Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-12-16T20:05:49.613Z | Compiling tower-service v0.3.3 |
1346 | 2024-12-16T20:05:49.713Z | Compiling base64 v0.22.1 |
1347 | 2024-12-16T20:05:49.746Z | Compiling foreign-types-shared v0.1.1 |
1348 | 2024-12-16T20:05:49.862Z | Compiling foreign-types v0.3.2 |
1349 | 2024-12-16T20:05:49.930Z | Compiling chrono v0.4.38 |
1350 | 2024-12-16T20:05:49.959Z | Compiling miniz_oxide v0.8.0 |
1351 | 2024-12-16T20:05:50.075Z | Compiling hostname v0.3.1 |
1352 | 2024-12-16T20:05:50.097Z | Compiling url v2.5.3 |
1353 | 2024-12-16T20:05:50.476Z | Compiling openssl-macros v0.1.1 |
1354 | 2024-12-16T20:05:51.238Z | Compiling tokio-util v0.7.12 |
1355 | 2024-12-16T20:05:51.498Z | Compiling async-trait v0.1.83 |
1356 | 2024-12-16T20:05:51.788Z | Compiling dof v0.3.0 |
1357 | 2024-12-16T20:05:52.208Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-16T20:05:52.691Z | Compiling h2 v0.4.6 |
1359 | 2024-12-16T20:05:52.875Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-12-16T20:05:53.711Z | Compiling siphasher v0.3.11 |
1361 | 2024-12-16T20:05:54.024Z | Compiling data-encoding v2.6.0 |
1362 | 2024-12-16T20:05:54.117Z | Compiling rustls v0.23.19 |
1363 | 2024-12-16T20:05:54.364Z | Compiling rustls v0.22.4 |
1364 | 2024-12-16T20:05:54.382Z | Compiling native-tls v0.2.12 |
1365 | 2024-12-16T20:05:54.478Z | Compiling syn v1.0.109 |
1366 | 2024-12-16T20:05:54.642Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-16T20:05:55.194Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-16T20:05:55.731Z | Compiling heapless v0.7.17 |
1369 | 2024-12-16T20:05:56.160Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-16T20:05:56.272Z | Compiling sha1 v0.10.6 |
1371 | 2024-12-16T20:05:56.341Z | Compiling signature v2.2.0 |
1372 | 2024-12-16T20:05:56.433Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-12-16T20:05:56.621Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-16T20:05:56.705Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-16T20:05:56.902Z | Compiling multer v3.1.0 |
1376 | 2024-12-16T20:05:56.923Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-16T20:05:57.189Z | Compiling cookie v0.18.1 |
1378 | 2024-12-16T20:05:57.265Z | Compiling openssl-probe v0.1.5 |
1379 | 2024-12-16T20:05:57.471Z | Compiling mime v0.3.17 |
1380 | 2024-12-16T20:05:57.621Z | Compiling signal-hook v0.3.17 |
1381 | 2024-12-16T20:05:57.887Z | Compiling rayon-core v1.12.1 |
1382 | 2024-12-16T20:05:58.060Z | Compiling ipnet v2.10.1 |
1383 | 2024-12-16T20:05:58.172Z | Compiling unicode-properties v0.1.3 |
1384 | 2024-12-16T20:05:58.465Z | Compiling slog-async v2.8.0 |
1385 | 2024-12-16T20:05:58.631Z | Compiling schemars v0.8.21 |
1386 | 2024-12-16T20:05:58.975Z | Compiling gimli v0.31.1 |
1387 | 2024-12-16T20:05:59.146Z | Compiling stringprep v0.1.5 |
1388 | 2024-12-16T20:05:59.368Z | Compiling schemars_derive v0.8.21 |
1389 | 2024-12-16T20:05:59.420Z | Compiling toml_edit v0.22.22 |
1390 | 2024-12-16T20:06:00.475Z | Compiling hyper v1.5.0 |
1391 | 2024-12-16T20:06:02.811Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2024-12-16T20:06:03.117Z | Compiling hyper-util v0.1.10 |
1393 | 2024-12-16T20:06:03.412Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-12-16T20:06:03.704Z | Compiling addr2line v0.24.2 |
1395 | 2024-12-16T20:06:03.779Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2024-12-16T20:06:04.435Z | Compiling term v0.7.0 |
1397 | 2024-12-16T20:06:04.641Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-16T20:06:04.947Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-16T20:06:05.024Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-16T20:06:05.431Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-16T20:06:05.473Z | Compiling futures-executor v0.3.31 |
1402 | 2024-12-16T20:06:05.662Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-12-16T20:06:05.967Z | Compiling md-5 v0.10.6 |
1404 | 2024-12-16T20:06:06.043Z | Compiling async-stream-impl v0.3.6 |
1405 | 2024-12-16T20:06:06.236Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-12-16T20:06:06.323Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-16T20:06:06.554Z | Compiling idna v0.3.0 |
1408 | 2024-12-16T20:06:06.557Z | Compiling idna v0.4.0 |
1409 | 2024-12-16T20:06:06.751Z | Compiling hash32 v0.2.1 |
1410 | 2024-12-16T20:06:07.112Z | Compiling ff v0.13.0 |
1411 | 2024-12-16T20:06:07.132Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-16T20:06:07.256Z | Compiling dropshot v0.12.0 |
1413 | 2024-12-16T20:06:07.339Z | Compiling object v0.36.5 |
1414 | 2024-12-16T20:06:07.422Z | Compiling base16ct v0.2.0 |
1415 | 2024-12-16T20:06:07.562Z | Compiling anyhow v1.0.93 |
1416 | 2024-12-16T20:06:07.763Z | Compiling psl-types v2.0.11 |
1417 | 2024-12-16T20:06:07.866Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-12-16T20:06:07.960Z | Compiling smoltcp v0.9.1 |
1419 | 2024-12-16T20:06:08.191Z | Compiling rustc-demangle v0.1.24 |
1420 | 2024-12-16T20:06:08.210Z | Compiling take_mut v0.2.2 |
1421 | 2024-12-16T20:06:08.264Z | Compiling quick-error v1.2.3 |
1422 | 2024-12-16T20:06:08.371Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2024-12-16T20:06:08.419Z | Compiling linked-hash-map v0.5.6 |
1424 | 2024-12-16T20:06:08.659Z | Compiling dyn-clone v1.0.17 |
1425 | 2024-12-16T20:06:08.687Z | Compiling utf-8 v0.7.6 |
1426 | 2024-12-16T20:06:08.826Z | Compiling fallible-iterator v0.2.0 |
1427 | 2024-12-16T20:06:08.873Z | Compiling lru-cache v0.1.2 |
1428 | 2024-12-16T20:06:09.027Z | Compiling tungstenite v0.24.0 |
1429 | 2024-12-16T20:06:09.150Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-12-16T20:06:09.527Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-16T20:06:10.326Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-12-16T20:06:10.412Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-16T20:06:10.667Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-12-16T20:06:10.922Z | Compiling async-stream v0.3.6 |
1435 | 2024-12-16T20:06:11.018Z | Compiling group v0.13.0 |
1436 | 2024-12-16T20:06:11.233Z | Compiling usdt v0.5.0 |
1437 | 2024-12-16T20:06:11.349Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-16T20:06:11.748Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-16T20:06:11.944Z | Compiling futures v0.3.31 |
1440 | 2024-12-16T20:06:12.188Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-12-16T20:06:12.655Z | Compiling toml v0.8.19 |
1442 | 2024-12-16T20:06:14.143Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-12-16T20:06:14.356Z | Compiling camino v1.1.9 |
1444 | 2024-12-16T20:06:14.440Z | Compiling phf_shared v0.11.2 |
1445 | 2024-12-16T20:06:14.508Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2024-12-16T20:06:14.836Z | Compiling backtrace v0.3.74 |
1447 | 2024-12-16T20:06:14.838Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-16T20:06:15.063Z | Compiling waitgroup v0.1.2 |
1449 | 2024-12-16T20:06:15.300Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-16T20:06:15.355Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-16T20:06:15.593Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-16T20:06:15.861Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-16T20:06:16.184Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-12-16T20:06:18.492Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2024-12-16T20:06:18.647Z | Compiling webpki-roots v0.26.6 |
1456 | 2024-12-16T20:06:18.848Z | Compiling hubpack_derive v0.1.1 |
1457 | 2024-12-16T20:06:18.877Z | Compiling idna v0.5.0 |
1458 | 2024-12-16T20:06:19.236Z | Compiling hostname v0.4.0 |
1459 | 2024-12-16T20:06:19.488Z | Compiling fs-err v2.11.0 |
1460 | 2024-12-16T20:06:19.758Z | Compiling ahash v0.8.11 |
1461 | 2024-12-16T20:06:19.761Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-16T20:06:19.849Z | Compiling managed v0.8.0 |
1463 | 2024-12-16T20:06:19.993Z | Compiling debug-ignore v1.0.5 |
1464 | 2024-12-16T20:06:20.102Z | Compiling bitflags v1.3.2 |
1465 | 2024-12-16T20:06:20.122Z | Compiling winnow v0.5.40 |
1466 | 2024-12-16T20:06:20.150Z | Compiling strum_macros v0.25.3 |
1467 | 2024-12-16T20:06:20.211Z | Compiling clap_builder v4.5.21 |
1468 | 2024-12-16T20:06:20.540Z | Compiling console v0.15.8 |
1469 | 2024-12-16T20:06:21.524Z | Compiling flate2 v1.0.34 |
1470 | 2024-12-16T20:06:22.422Z | Compiling hubpack v0.1.2 |
1471 | 2024-12-16T20:06:22.471Z | Compiling cookie_store v0.21.0 |
1472 | 2024-12-16T20:06:22.502Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-12-16T20:06:22.973Z | Compiling zerocopy v0.6.6 |
1474 | 2024-12-16T20:06:23.386Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-12-16T20:06:23.806Z | Compiling toml_edit v0.19.15 |
1476 | 2024-12-16T20:06:24.163Z | Compiling phf v0.11.2 |
1477 | 2024-12-16T20:06:24.411Z | Compiling hyper-tls v0.6.0 |
1478 | 2024-12-16T20:06:24.481Z | Compiling signal-hook-mio v0.2.4 |
1479 | 2024-12-16T20:06:24.657Z | Compiling rayon v1.10.0 |
1480 | 2024-12-16T20:06:24.837Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-16T20:06:25.250Z | Compiling postgres-types v0.2.8 |
1482 | 2024-12-16T20:06:26.792Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-12-16T20:06:28.770Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-16T20:06:29.536Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-16T20:06:29.769Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-16T20:06:29.960Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-16T20:06:30.319Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-16T20:06:30.382Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-16T20:06:30.549Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-16T20:06:30.676Z | Compiling serde_repr v0.1.19 |
1491 | 2024-12-16T20:06:30.749Z | Compiling derive-where v1.2.7 |
1492 | 2024-12-16T20:06:30.849Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-16T20:06:31.007Z | Compiling bstr v1.10.0 |
1494 | 2024-12-16T20:06:31.079Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-16T20:06:31.235Z | Compiling precomputed-hash v0.1.1 |
1496 | 2024-12-16T20:06:31.360Z | Compiling predicates-core v1.0.8 |
1497 | 2024-12-16T20:06:31.719Z | Compiling difflib v0.4.0 |
1498 | 2024-12-16T20:06:31.869Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2024-12-16T20:06:31.954Z | Compiling number_prefix v0.4.0 |
1500 | 2024-12-16T20:06:32.189Z | Compiling whoami v1.5.2 |
1501 | 2024-12-16T20:06:32.783Z | Compiling bit-vec v0.6.3 |
1502 | 2024-12-16T20:06:32.847Z | Compiling unicode-width v0.2.0 |
1503 | 2024-12-16T20:06:32.851Z | Compiling normalize-line-endings v0.3.0 |
1504 | 2024-12-16T20:06:32.996Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2024-12-16T20:06:33.094Z | Compiling static_assertions v1.1.0 |
1506 | 2024-12-16T20:06:33.203Z | Compiling fixedbitset v0.4.2 |
1507 | 2024-12-16T20:06:33.247Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-12-16T20:06:33.380Z | Compiling indicatif v0.17.9 |
1509 | 2024-12-16T20:06:33.399Z | Compiling bit-set v0.5.3 |
1510 | 2024-12-16T20:06:33.719Z | Compiling petgraph v0.6.5 |
1511 | 2024-12-16T20:06:33.737Z | Compiling string_cache v0.8.7 |
1512 | 2024-12-16T20:06:34.218Z | Compiling predicates v3.1.2 |
1513 | 2024-12-16T20:06:34.407Z | Compiling similar v2.6.0 |
1514 | 2024-12-16T20:06:35.508Z | Compiling clap v4.5.21 |
1515 | 2024-12-16T20:06:35.645Z | Compiling tokio-postgres v0.7.12 |
1516 | 2024-12-16T20:06:35.713Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-16T20:06:36.022Z | Compiling rsa v0.9.6 |
1518 | 2024-12-16T20:06:36.609Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-16T20:06:36.885Z | Compiling toml v0.7.8 |
1520 | 2024-12-16T20:06:37.939Z | Compiling zip v0.6.6 |
1521 | 2024-12-16T20:06:37.959Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-16T20:06:39.525Z | Compiling hex v0.4.3 |
1523 | 2024-12-16T20:06:39.564Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-16T20:06:40.061Z | Compiling lalrpop-util v0.19.12 |
1525 | 2024-12-16T20:06:40.138Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-16T20:06:40.322Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-12-16T20:06:40.397Z | Compiling strum_macros v0.26.4 |
1528 | 2024-12-16T20:06:40.443Z | Compiling xattr v1.3.1 |
1529 | 2024-12-16T20:06:40.714Z | Compiling filetime v0.2.25 |
1530 | 2024-12-16T20:06:41.008Z | Compiling tar v0.4.42 |
1531 | 2024-12-16T20:06:45.376Z | Compiling strum v0.26.3 |
1532 | 2024-12-16T20:06:48.565Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-12-16T20:07:16.901Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-12-16T20:07:20.293Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-12-16T20:07:21.920Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-12-16T20:07:22.325Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-12-16T20:07:22.664Z | Compiling reqwest v0.12.9 |
1538 | 2024-12-16T20:07:23.931Z | Compiling qorb v0.2.1 |
1539 | 2024-12-16T20:07:28.801Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-12-16T20:07:29.036Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-12-16T20:07:34.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1542 | 2024-12-16T20:07:35.092Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-12-16T20:07:35.142Z | Dec 16 20:07:34.255 INFO Starting download, target: Clickhouse |
1544 | 2024-12-16T20:07:35.142Z | Dec 16 20:07:34.255 INFO Starting download, target: Console |
1545 | 2024-12-16T20:07:35.143Z | Dec 16 20:07:34.255 INFO Starting download, target: Cockroach |
1546 | 2024-12-16T20:07:35.145Z | Dec 16 20:07:34.255 INFO Starting download, target: DendriteOpenapi |
1547 | 2024-12-16T20:07:35.145Z | Dec 16 20:07:34.255 INFO Starting download, target: DendriteStub |
1548 | 2024-12-16T20:07:35.145Z | Dec 16 20:07:34.255 INFO Starting download, target: MaghemiteMgd |
1549 | 2024-12-16T20:07:35.145Z | Dec 16 20:07:34.255 INFO Starting download, target: TransceiverControl |
1550 | 2024-12-16T20:07:35.146Z | Dec 16 20:07:34.256 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-12-16T20:07:35.146Z | Dec 16 20:07:34.256 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-16T20:07:35.146Z | Dec 16 20:07:34.256 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-12-16T20:07:35.146Z | Dec 16 20:07:34.256 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1554 | 2024-12-16T20:07:35.146Z | Dec 16 20:07:34.256 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-12-16T20:07:35.146Z | Dec 16 20:07:34.256 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-12-16T20:07:35.146Z | Dec 16 20:07:34.256 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1557 | 2024-12-16T20:07:35.429Z | Dec 16 20:07:34.535 INFO Download complete, target: DendriteOpenapi |
1558 | 2024-12-16T20:07:35.706Z | Dec 16 20:07:34.795 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1559 | 2024-12-16T20:07:35.870Z | Dec 16 20:07:34.958 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-12-16T20:07:36.151Z | Dec 16 20:07:35.264 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2024-12-16T20:07:36.194Z | Dec 16 20:07:35.307 INFO Download complete, target: Console |
1562 | 2024-12-16T20:07:36.245Z | Dec 16 20:07:35.352 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-12-16T20:07:36.340Z | Dec 16 20:07:35.452 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-16T20:07:37.044Z | Dec 16 20:07:36.157 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1565 | 2024-12-16T20:07:37.044Z | Dec 16 20:07:36.157 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1566 | 2024-12-16T20:07:38.103Z | Dec 16 20:07:37.216 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-12-16T20:07:39.095Z | Dec 16 20:07:38.208 INFO Download complete, target: DendriteStub |
1568 | 2024-12-16T20:07:39.115Z | Dec 16 20:07:38.228 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-16T20:07:44.581Z | Dec 16 20:07:43.694 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-16T20:07:44.747Z | Dec 16 20:07:43.859 INFO Download complete, target: Cockroach |
1571 | 2024-12-16T20:07:50.592Z | Dec 16 20:07:49.704 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-12-16T20:07:50.716Z | Dec 16 20:07:49.828 INFO Download complete, target: Clickhouse |
1573 | 2024-12-16T20:07:50.737Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-12-16T20:07:50.740Z | |
1575 | 2024-12-16T20:07:50.740Z | real 5:09.423883058 |
1576 | 2024-12-16T20:07:50.740Z | user 16:38.221544282 |
1577 | 2024-12-16T20:07:50.740Z | sys 3:16.583471557 |
1578 | 2024-12-16T20:07:50.740Z | trap 0.548202178 |
1579 | 2024-12-16T20:07:50.740Z | tflt 1.463402224 |
1580 | 2024-12-16T20:07:50.740Z | dflt 2.315103518 |
1581 | 2024-12-16T20:07:50.740Z | kflt 0.030369171 |
1582 | 2024-12-16T20:07:50.740Z | lock 29:51.876258936 |
1583 | 2024-12-16T20:07:50.740Z | slp 1:02:26.845128153 |
1584 | 2024-12-16T20:07:50.740Z | lat 58.121840372 |
1585 | 2024-12-16T20:07:50.740Z | stop 2:17.519049579 |
1586 | 2024-12-16T20:07:50.740Z | + banner clippy |
1587 | 2024-12-16T20:07:50.743Z | |
1588 | 2024-12-16T20:07:50.743Z | #### # # ##### ##### # # |
1589 | 2024-12-16T20:07:50.743Z | # # # # # # # # # # |
1590 | 2024-12-16T20:07:50.743Z | # # # # # # # # |
1591 | 2024-12-16T20:07:50.743Z | # # # ##### ##### # |
1592 | 2024-12-16T20:07:50.743Z | # # # # # # # |
1593 | 2024-12-16T20:07:50.743Z | #### ###### # # # # |
1594 | 2024-12-16T20:07:50.743Z | |
1595 | 2024-12-16T20:07:50.743Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-12-16T20:07:50.743Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-12-16T20:07:50.743Z | + ptime -m cargo xtask clippy |
1598 | 2024-12-16T20:07:51.281Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-12-16T20:07:55.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
1600 | 2024-12-16T20:07:55.197Z | Running `target/debug/xtask clippy` |
1601 | 2024-12-16T20:07:55.217Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1602 | 2024-12-16T20:07:55.874Z | Downloading crates ... |
1603 | 2024-12-16T20:07:56.197Z | Downloaded approx v0.5.1 |
1604 | 2024-12-16T20:07:56.200Z | Downloaded async-channel v2.3.1 |
1605 | 2024-12-16T20:07:56.204Z | Downloaded assert_cmd v2.0.16 |
1606 | 2024-12-16T20:07:56.208Z | Downloaded plotters-svg v0.3.7 |
1607 | 2024-12-16T20:07:56.212Z | Downloaded guppy-workspace-hack v0.1.0 |
1608 | 2024-12-16T20:07:56.215Z | Downloaded doc-comment v0.3.3 |
1609 | 2024-12-16T20:07:56.217Z | Downloaded pathdiff v0.2.2 |
1610 | 2024-12-16T20:07:56.218Z | Downloaded nested v0.1.1 |
1611 | 2024-12-16T20:07:56.220Z | Downloaded async-lock v3.4.0 |
1612 | 2024-12-16T20:07:56.222Z | Downloaded target-triple v0.1.3 |
1613 | 2024-12-16T20:07:56.238Z | Downloaded async-object-pool v0.1.5 |
1614 | 2024-12-16T20:07:56.240Z | Downloaded escape8259 v0.5.3 |
1615 | 2024-12-16T20:07:56.246Z | Downloaded async-channel v1.9.0 |
1616 | 2024-12-16T20:07:56.249Z | Downloaded assert-json-diff v2.0.2 |
1617 | 2024-12-16T20:07:56.251Z | Downloaded async-global-executor v2.4.1 |
1618 | 2024-12-16T20:07:56.251Z | Downloaded anes v0.1.6 |
1619 | 2024-12-16T20:07:56.254Z | Downloaded plotters-backend v0.3.7 |
1620 | 2024-12-16T20:07:56.257Z | Downloaded proc-macro-crate v3.2.0 |
1621 | 2024-12-16T20:07:56.257Z | Downloaded datatest-stable v0.2.9 |
1622 | 2024-12-16T20:07:56.259Z | Downloaded async-signal v0.2.10 |
1623 | 2024-12-16T20:07:56.262Z | Downloaded piper v0.2.4 |
1624 | 2024-12-16T20:07:56.262Z | Downloaded criterion-plot v0.5.0 |
1625 | 2024-12-16T20:07:56.265Z | Downloaded serde_regex v1.1.0 |
1626 | 2024-12-16T20:07:56.265Z | Downloaded kv-log-macro v1.0.7 |
1627 | 2024-12-16T20:07:56.267Z | Downloaded concurrent-queue v2.5.0 |
1628 | 2024-12-16T20:07:56.270Z | Downloaded cast v0.3.0 |
1629 | 2024-12-16T20:07:56.270Z | Downloaded event-listener-strategy v0.5.2 |
1630 | 2024-12-16T20:07:56.273Z | Downloaded threadpool v1.8.1 |
1631 | 2024-12-16T20:07:56.273Z | Downloaded parking v2.2.1 |
1632 | 2024-12-16T20:07:56.273Z | Downloaded async-attributes v1.1.2 |
1633 | 2024-12-16T20:07:56.275Z | Downloaded similar-asserts v1.6.0 |
1634 | 2024-12-16T20:07:56.277Z | Downloaded blocking v1.6.1 |
1635 | 2024-12-16T20:07:56.280Z | Downloaded stringmetrics v2.2.2 |
1636 | 2024-12-16T20:07:56.282Z | Downloaded relative-path v1.9.3 |
1637 | 2024-12-16T20:07:56.282Z | Downloaded path-tree v0.8.1 |
1638 | 2024-12-16T20:07:56.285Z | Downloaded oorandom v11.1.4 |
1639 | 2024-12-16T20:07:56.285Z | Downloaded num_cpus v1.16.0 |
1640 | 2024-12-16T20:07:56.288Z | Downloaded partial-io v0.5.4 |
1641 | 2024-12-16T20:07:56.290Z | Downloaded futures-timer v3.0.3 |
1642 | 2024-12-16T20:07:56.290Z | Downloaded event-listener v2.5.3 |
1643 | 2024-12-16T20:07:56.293Z | Downloaded target-spec v3.2.2 |
1644 | 2024-12-16T20:07:56.293Z | Downloaded rustls-native-certs v0.7.3 |
1645 | 2024-12-16T20:07:56.296Z | Downloaded hyper-rustls v0.26.0 |
1646 | 2024-12-16T20:07:56.299Z | Downloaded blake2b_simd v1.0.2 |
1647 | 2024-12-16T20:07:56.301Z | Downloaded tinytemplate v1.2.1 |
1648 | 2024-12-16T20:07:56.319Z | Downloaded trybuild v1.0.101 |
1649 | 2024-12-16T20:07:56.322Z | Downloaded cfg-expr v0.17.0 |
1650 | 2024-12-16T20:07:56.325Z | Downloaded async-task v4.7.1 |
1651 | 2024-12-16T20:07:56.328Z | Downloaded rstest_macros v0.23.0 |
1652 | 2024-12-16T20:07:56.331Z | Downloaded rand_distr v0.4.3 |
1653 | 2024-12-16T20:07:56.334Z | Downloaded yansi v1.0.1 |
1654 | 2024-12-16T20:07:56.339Z | Downloaded fancy-regex v0.13.0 |
1655 | 2024-12-16T20:07:56.343Z | Downloaded polling v3.7.3 |
1656 | 2024-12-16T20:07:56.346Z | Downloaded pretty_assertions v1.4.1 |
1657 | 2024-12-16T20:07:56.346Z | Downloaded criterion v0.5.1 |
1658 | 2024-12-16T20:07:56.352Z | Downloaded guppy v0.17.8 |
1659 | 2024-12-16T20:07:56.358Z | Downloaded async-executor v1.13.1 |
1660 | 2024-12-16T20:07:56.361Z | Downloaded rstest v0.23.0 |
1661 | 2024-12-16T20:07:56.365Z | Downloaded plotters v0.3.7 |
1662 | 2024-12-16T20:07:56.373Z | Downloaded futures-lite v2.3.0 |
1663 | 2024-12-16T20:07:56.376Z | Downloaded async-std v1.13.0 |
1664 | 2024-12-16T20:07:56.393Z | Downloaded event-listener v5.3.1 |
1665 | 2024-12-16T20:07:56.396Z | Downloaded async-io v2.3.4 |
1666 | 2024-12-16T20:07:56.398Z | Downloaded target-lexicon v0.12.16 |
1667 | 2024-12-16T20:07:56.400Z | Downloaded libtest-mimic v0.7.3 |
1668 | 2024-12-16T20:07:56.403Z | Downloaded indoc v2.0.5 |
1669 | 2024-12-16T20:07:56.405Z | Downloaded httptest v0.16.1 |
1670 | 2024-12-16T20:07:56.405Z | Downloaded rust-argon2 v2.1.0 |
1671 | 2024-12-16T20:07:56.408Z | Downloaded async-process v2.3.0 |
1672 | 2024-12-16T20:07:56.468Z | Downloaded httpmock v0.8.0-alpha.1 |
1673 | 2024-12-16T20:07:57.363Z | Checking cfg-if v1.0.0 |
1674 | 2024-12-16T20:07:57.366Z | Checking libc v0.2.162 |
1675 | 2024-12-16T20:07:57.366Z | Checking serde v1.0.215 |
1676 | 2024-12-16T20:07:57.366Z | Checking memchr v2.7.4 |
1677 | 2024-12-16T20:07:57.366Z | Checking value-bag v1.9.0 |
1678 | 2024-12-16T20:07:57.387Z | Checking scopeguard v1.2.0 |
1679 | 2024-12-16T20:07:57.408Z | Checking zeroize v1.8.1 |
1680 | 2024-12-16T20:07:57.433Z | Checking smallvec v1.13.2 |
1681 | 2024-12-16T20:07:57.461Z | Checking itoa v1.0.11 |
1682 | 2024-12-16T20:07:57.539Z | Checking lock_api v0.4.12 |
1683 | 2024-12-16T20:07:57.667Z | Checking byteorder v1.5.0 |
1684 | 2024-12-16T20:07:57.697Z | Checking pin-project-lite v0.2.14 |
1685 | 2024-12-16T20:07:57.760Z | Checking log v0.4.22 |
1686 | 2024-12-16T20:07:57.788Z | Checking subtle v2.6.1 |
1687 | 2024-12-16T20:07:57.824Z | Checking once_cell v1.20.2 |
1688 | 2024-12-16T20:07:57.969Z | Checking typenum v1.17.0 |
1689 | 2024-12-16T20:07:58.078Z | Checking futures-core v0.3.31 |
1690 | 2024-12-16T20:07:58.107Z | Checking libm v0.2.8 |
1691 | 2024-12-16T20:07:58.132Z | Checking thiserror v1.0.69 |
1692 | 2024-12-16T20:07:58.249Z | Checking zerocopy v0.7.35 |
1693 | 2024-12-16T20:07:58.281Z | Checking ryu v1.0.18 |
1694 | 2024-12-16T20:07:58.314Z | Checking spin v0.9.8 |
1695 | 2024-12-16T20:07:58.343Z | Checking const-oid v0.9.6 |
1696 | 2024-12-16T20:07:58.403Z | Checking getrandom v0.2.15 |
1697 | 2024-12-16T20:07:58.515Z | Checking parking_lot_core v0.9.10 |
1698 | 2024-12-16T20:07:58.640Z | Checking rand_core v0.6.4 |
1699 | 2024-12-16T20:07:58.697Z | Checking signal-hook-registry v1.4.2 |
1700 | 2024-12-16T20:07:58.862Z | Checking parking_lot v0.12.3 |
1701 | 2024-12-16T20:07:58.945Z | Checking mio v1.0.2 |
1702 | 2024-12-16T20:07:58.971Z | Checking socket2 v0.5.7 |
1703 | 2024-12-16T20:07:59.002Z | Checking num-traits v0.2.19 |
1704 | 2024-12-16T20:07:59.257Z | Checking futures-io v0.3.31 |
1705 | 2024-12-16T20:07:59.319Z | Checking generic-array v0.14.7 |
1706 | 2024-12-16T20:07:59.469Z | Checking slab v0.4.9 |
1707 | 2024-12-16T20:07:59.496Z | Checking allocator-api2 v0.2.18 |
1708 | 2024-12-16T20:07:59.610Z | Checking cpufeatures v0.2.14 |
1709 | 2024-12-16T20:07:59.729Z | Checking futures-sink v0.3.31 |
1710 | 2024-12-16T20:07:59.782Z | Checking pin-utils v0.1.0 |
1711 | 2024-12-16T20:07:59.833Z | Checking equivalent v1.0.1 |
1712 | 2024-12-16T20:07:59.885Z | Checking foldhash v0.1.3 |
1713 | 2024-12-16T20:07:59.916Z | Checking futures-channel v0.3.31 |
1714 | 2024-12-16T20:07:59.952Z | Checking futures-task v0.3.31 |
1715 | 2024-12-16T20:08:00.100Z | Checking stable_deref_trait v1.2.0 |
1716 | 2024-12-16T20:08:00.199Z | Checking hashbrown v0.15.1 |
1717 | 2024-12-16T20:08:00.229Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1718 | 2024-12-16T20:08:00.229Z | Checking fnv v1.0.7 |
1719 | 2024-12-16T20:08:00.283Z | Checking futures-util v0.3.31 |
1720 | 2024-12-16T20:08:00.308Z | Checking iana-time-zone v0.1.61 |
1721 | 2024-12-16T20:08:00.350Z | Checking ppv-lite86 v0.2.20 |
1722 | 2024-12-16T20:08:00.463Z | Checking tracing-core v0.1.32 |
1723 | 2024-12-16T20:08:00.522Z | Checking crypto-common v0.1.6 |
1724 | 2024-12-16T20:08:00.557Z | Checking block-buffer v0.10.4 |
1725 | 2024-12-16T20:08:00.741Z | Checking errno v0.3.9 |
1726 | 2024-12-16T20:08:00.779Z | Checking zerofrom v0.1.4 |
1727 | 2024-12-16T20:08:00.808Z | Checking digest v0.10.7 |
1728 | 2024-12-16T20:08:00.909Z | Checking dyn-clone v1.0.17 |
1729 | 2024-12-16T20:08:01.009Z | Checking yoke v0.7.4 |
1730 | 2024-12-16T20:08:01.075Z | Checking block-padding v0.3.3 |
1731 | 2024-12-16T20:08:01.121Z | Checking tracing v0.1.40 |
1732 | 2024-12-16T20:08:01.175Z | Checking rand_chacha v0.3.1 |
1733 | 2024-12-16T20:08:01.214Z | Checking crossbeam-utils v0.8.20 |
1734 | 2024-12-16T20:08:01.297Z | Checking inout v0.1.3 |
1735 | 2024-12-16T20:08:01.332Z | Checking percent-encoding v2.3.1 |
1736 | 2024-12-16T20:08:01.377Z | Checking zerovec v0.10.4 |
1737 | 2024-12-16T20:08:01.525Z | Checking writeable v0.5.5 |
1738 | 2024-12-16T20:08:01.552Z | Checking cipher v0.4.4 |
1739 | 2024-12-16T20:08:01.561Z | Checking litemap v0.7.3 |
1740 | 2024-12-16T20:08:01.601Z | Checking rand v0.8.5 |
1741 | 2024-12-16T20:08:01.846Z | Checking tinyvec_macros v0.1.1 |
1742 | 2024-12-16T20:08:01.914Z | Checking form_urlencoded v1.2.1 |
1743 | 2024-12-16T20:08:01.939Z | Checking httparse v1.9.5 |
1744 | 2024-12-16T20:08:01.963Z | Checking tinyvec v1.8.0 |
1745 | 2024-12-16T20:08:01.987Z | Checking regex-syntax v0.8.5 |
1746 | 2024-12-16T20:08:02.110Z | Checking atomic-waker v1.1.2 |
1747 | 2024-12-16T20:08:02.249Z | Checking icu_locid_transform_data v1.5.0 |
1748 | 2024-12-16T20:08:02.277Z | Checking bytes v1.8.0 |
1749 | 2024-12-16T20:08:02.358Z | Checking bitflags v2.6.0 |
1750 | 2024-12-16T20:08:02.385Z | Checking serde_json v1.0.132 |
1751 | 2024-12-16T20:08:02.680Z | Checking indexmap v2.6.0 |
1752 | 2024-12-16T20:08:03.012Z | Checking chrono v0.4.38 |
1753 | 2024-12-16T20:08:03.015Z | Checking rustix v0.38.37 |
1754 | 2024-12-16T20:08:03.070Z | Checking tokio v1.40.0 |
1755 | 2024-12-16T20:08:03.316Z | Checking uuid v1.11.0 |
1756 | 2024-12-16T20:08:03.959Z | Checking http v1.1.0 |
1757 | 2024-12-16T20:08:03.962Z | Checking tinystr v0.7.6 |
1758 | 2024-12-16T20:08:04.113Z | Checking base64ct v1.6.0 |
1759 | 2024-12-16T20:08:04.416Z | Checking icu_locid v1.5.0 |
1760 | 2024-12-16T20:08:04.601Z | Checking unicode-normalization v0.1.24 |
1761 | 2024-12-16T20:08:05.170Z | Checking schemars v0.8.21 |
1762 | 2024-12-16T20:08:05.275Z | Checking icu_collections v1.5.0 |
1763 | 2024-12-16T20:08:05.336Z | Checking hmac v0.12.1 |
1764 | 2024-12-16T20:08:05.495Z | Checking icu_provider v1.5.0 |
1765 | 2024-12-16T20:08:05.540Z | Checking untrusted v0.9.0 |
1766 | 2024-12-16T20:08:05.563Z | Checking icu_properties_data v1.5.0 |
1767 | 2024-12-16T20:08:05.563Z | Checking sha2 v0.10.8 |
1768 | 2024-12-16T20:08:05.683Z | Checking ring v0.17.8 |
1769 | 2024-12-16T20:08:05.825Z | Checking aho-corasick v1.1.3 |
1770 | 2024-12-16T20:08:05.997Z | Checking write16 v1.0.0 |
1771 | 2024-12-16T20:08:06.105Z | Checking utf16_iter v1.0.5 |
1772 | 2024-12-16T20:08:06.127Z | Checking icu_locid_transform v1.5.0 |
1773 | 2024-12-16T20:08:06.164Z | Checking icu_normalizer_data v1.5.0 |
1774 | 2024-12-16T20:08:06.281Z | Checking unicode-bidi v0.3.17 |
1775 | 2024-12-16T20:08:06.287Z | Checking unicode-ident v1.0.13 |
1776 | 2024-12-16T20:08:06.487Z | Checking utf8_iter v1.0.4 |
1777 | 2024-12-16T20:08:06.699Z | Checking lazy_static v1.5.0 |
1778 | 2024-12-16T20:08:06.702Z | Checking powerfmt v0.2.0 |
1779 | 2024-12-16T20:08:06.797Z | Checking adler2 v2.0.0 |
1780 | 2024-12-16T20:08:06.839Z | Checking rustls-pki-types v1.10.0 |
1781 | 2024-12-16T20:08:06.919Z | Checking num_threads v0.1.7 |
1782 | 2024-12-16T20:08:06.973Z | Checking miniz_oxide v0.8.0 |
1783 | 2024-12-16T20:08:07.010Z | Checking deranged v0.3.11 |
1784 | 2024-12-16T20:08:07.046Z | Checking num-conv v0.1.0 |
1785 | 2024-12-16T20:08:07.115Z | Checking icu_properties v1.5.1 |
1786 | 2024-12-16T20:08:07.305Z | Checking time-core v0.1.2 |
1787 | 2024-12-16T20:08:07.432Z | Checking proc-macro2 v1.0.89 |
1788 | 2024-12-16T20:08:07.476Z | Checking pem-rfc7468 v0.7.0 |
1789 | 2024-12-16T20:08:07.505Z | Checking regex-automata v0.4.8 |
1790 | 2024-12-16T20:08:07.580Z | Checking untrusted v0.7.1 |
1791 | 2024-12-16T20:08:07.712Z | Checking http-body v1.0.1 |
1792 | 2024-12-16T20:08:07.744Z | Checking aws-lc-sys v0.22.0 |
1793 | 2024-12-16T20:08:07.770Z | Checking try-lock v0.2.5 |
1794 | 2024-12-16T20:08:07.917Z | Checking httpdate v1.0.3 |
1795 | 2024-12-16T20:08:07.940Z | Checking base64 v0.22.1 |
1796 | 2024-12-16T20:08:08.129Z | Checking quote v1.0.37 |
1797 | 2024-12-16T20:08:08.184Z | Checking mirai-annotations v1.12.0 |
1798 | 2024-12-16T20:08:08.381Z | Checking want v0.3.1 |
1799 | 2024-12-16T20:08:08.410Z | Checking flagset v0.4.6 |
1800 | 2024-12-16T20:08:08.493Z | Checking syn v2.0.87 |
1801 | 2024-12-16T20:08:08.567Z | Checking pbkdf2 v0.12.2 |
1802 | 2024-12-16T20:08:08.610Z | Checking der v0.7.9 |
1803 | 2024-12-16T20:08:08.751Z | Checking aes v0.8.4 |
1804 | 2024-12-16T20:08:08.775Z | Checking time v0.3.36 |
1805 | 2024-12-16T20:08:09.727Z | Checking cbc v0.1.2 |
1806 | 2024-12-16T20:08:09.959Z | Checking salsa20 v0.10.2 |
1807 | 2024-12-16T20:08:10.202Z | Checking ahash v0.8.11 |
1808 | 2024-12-16T20:08:10.428Z | Checking aws-lc-rs v1.10.0 |
1809 | 2024-12-16T20:08:10.457Z | Checking spki v0.7.3 |
1810 | 2024-12-16T20:08:10.521Z | Checking icu_normalizer v1.5.0 |
1811 | 2024-12-16T20:08:10.547Z | Checking tokio-util v0.7.12 |
1812 | 2024-12-16T20:08:10.776Z | Checking slog v2.7.0 |
1813 | 2024-12-16T20:08:10.779Z | Checking tower-service v0.3.3 |
1814 | 2024-12-16T20:08:10.934Z | Checking scrypt v0.11.0 |
1815 | 2024-12-16T20:08:11.185Z | Checking mime v0.3.17 |
1816 | 2024-12-16T20:08:11.313Z | Checking gimli v0.31.1 |
1817 | 2024-12-16T20:08:11.341Z | Checking idna_adapter v1.2.0 |
1818 | 2024-12-16T20:08:11.426Z | Checking h2 v0.4.6 |
1819 | 2024-12-16T20:08:11.468Z | Checking pkcs5 v0.7.1 |
1820 | 2024-12-16T20:08:11.515Z | Checking object v0.36.5 |
1821 | 2024-12-16T20:08:11.540Z | Checking idna v1.0.3 |
1822 | 2024-12-16T20:08:11.987Z | Checking rustc-demangle v0.1.24 |
1823 | 2024-12-16T20:08:12.066Z | Checking url v2.5.3 |
1824 | 2024-12-16T20:08:12.210Z | Checking utf8parse v0.2.2 |
1825 | 2024-12-16T20:08:12.250Z | Checking rustls-webpki v0.102.8 |
1826 | 2024-12-16T20:08:12.363Z | Checking regex v1.11.1 |
1827 | 2024-12-16T20:08:12.449Z | Checking pkcs8 v0.10.2 |
1828 | 2024-12-16T20:08:12.792Z | Checking http-body-util v0.1.2 |
1829 | 2024-12-16T20:08:12.921Z | Checking futures-executor v0.3.31 |
1830 | 2024-12-16T20:08:13.064Z | Checking toml_datetime v0.6.8 |
1831 | 2024-12-16T20:08:13.092Z | Checking serde_spanned v0.6.8 |
1832 | 2024-12-16T20:08:13.170Z | Checking ipnet v2.10.1 |
1833 | 2024-12-16T20:08:13.271Z | Checking data-encoding v2.6.0 |
1834 | 2024-12-16T20:08:13.301Z | Checking unicode-width v0.1.14 |
1835 | 2024-12-16T20:08:13.364Z | Checking futures v0.3.31 |
1836 | 2024-12-16T20:08:13.495Z | Checking rustls-pemfile v2.2.0 |
1837 | 2024-12-16T20:08:13.655Z | Checking anstyle v1.0.10 |
1838 | 2024-12-16T20:08:13.729Z | Checking openssl-probe v0.1.5 |
1839 | 2024-12-16T20:08:13.796Z | Checking foreign-types-shared v0.1.1 |
1840 | 2024-12-16T20:08:13.906Z | Checking semver v1.0.23 |
1841 | 2024-12-16T20:08:13.925Z | Checking foreign-types v0.3.2 |
1842 | 2024-12-16T20:08:14.003Z | Checking serde_urlencoded v0.7.1 |
1843 | 2024-12-16T20:08:14.031Z | Checking sha1 v0.10.6 |
1844 | 2024-12-16T20:08:14.033Z | Checking openssl-sys v0.9.103 |
1845 | 2024-12-16T20:08:14.368Z | Checking encoding_rs v0.8.34 |
1846 | 2024-12-16T20:08:14.396Z | Checking rustls v0.23.19 |
1847 | 2024-12-16T20:08:14.476Z | Checking anstyle-parse v0.2.5 |
1848 | 2024-12-16T20:08:14.749Z | Checking camino v1.1.9 |
1849 | 2024-12-16T20:08:14.980Z | Checking either v1.13.0 |
1850 | 2024-12-16T20:08:15.312Z | Checking addr2line v0.24.2 |
1851 | 2024-12-16T20:08:15.323Z | Checking openssl v0.10.66 |
1852 | 2024-12-16T20:08:15.352Z | Checking anstyle-query v1.1.1 |
1853 | 2024-12-16T20:08:15.370Z | Checking is_terminal_polyfill v1.70.1 |
1854 | 2024-12-16T20:08:15.485Z | Checking winnow v0.6.20 |
1855 | 2024-12-16T20:08:15.509Z | Checking colorchoice v1.0.2 |
1856 | 2024-12-16T20:08:15.655Z | Checking anstream v0.6.15 |
1857 | 2024-12-16T20:08:15.832Z | Checking idna v0.3.0 |
1858 | 2024-12-16T20:08:16.065Z | Checking terminal_size v0.4.0 |
1859 | 2024-12-16T20:08:16.259Z | Checking openapiv3 v2.0.0 |
1860 | 2024-12-16T20:08:16.670Z | Checking signature v2.2.0 |
1861 | 2024-12-16T20:08:16.695Z | Checking clap_lex v0.7.2 |
1862 | 2024-12-16T20:08:16.881Z | Checking strsim v0.11.1 |
1863 | 2024-12-16T20:08:16.943Z | Checking psl-types v2.0.11 |
1864 | 2024-12-16T20:08:17.145Z | Checking publicsuffix v2.2.3 |
1865 | 2024-12-16T20:08:17.172Z | Checking clap_builder v4.5.21 |
1866 | 2024-12-16T20:08:17.385Z | Checking cookie v0.18.1 |
1867 | 2024-12-16T20:08:17.696Z | Checking hyper v1.5.0 |
1868 | 2024-12-16T20:08:17.852Z | Checking webpki-roots v0.26.6 |
1869 | 2024-12-16T20:08:18.040Z | Checking backtrace v0.3.74 |
1870 | 2024-12-16T20:08:18.088Z | Checking idna v0.5.0 |
1871 | 2024-12-16T20:08:18.539Z | Checking is-terminal v0.4.13 |
1872 | 2024-12-16T20:08:18.645Z | Checking anyhow v1.0.93 |
1873 | 2024-12-16T20:08:18.678Z | Checking scroll v0.12.0 |
1874 | 2024-12-16T20:08:18.910Z | Checking ucd-trie v0.1.7 |
1875 | 2024-12-16T20:08:19.029Z | Checking plain v0.2.3 |
1876 | 2024-12-16T20:08:19.137Z | Checking pest v2.7.14 |
1877 | 2024-12-16T20:08:19.188Z | Checking cookie_store v0.21.0 |
1878 | 2024-12-16T20:08:19.215Z | Checking goblin v0.8.2 |
1879 | 2024-12-16T20:08:19.778Z | Checking hyper-util v0.1.10 |
1880 | 2024-12-16T20:08:19.856Z | Checking sync_wrapper v1.0.1 |
1881 | 2024-12-16T20:08:19.885Z | Checking pretty-hex v0.4.1 |
1882 | 2024-12-16T20:08:19.922Z | Checking tokio-rustls v0.26.0 |
1883 | 2024-12-16T20:08:20.013Z | Checking base16ct v0.2.0 |
1884 | 2024-12-16T20:08:20.079Z | Checking num-integer v0.1.46 |
1885 | 2024-12-16T20:08:20.168Z | Checking clap v4.5.21 |
1886 | 2024-12-16T20:08:20.222Z | Checking sec1 v0.7.3 |
1887 | 2024-12-16T20:08:20.296Z | Checking ff v0.13.0 |
1888 | 2024-12-16T20:08:20.331Z | Checking thread-id v4.2.2 |
1889 | 2024-12-16T20:08:20.460Z | Checking toml_edit v0.22.22 |
1890 | 2024-12-16T20:08:20.514Z | Checking group v0.13.0 |
1891 | 2024-12-16T20:08:20.564Z | Checking hkdf v0.12.4 |
1892 | 2024-12-16T20:08:20.604Z | Checking crypto-bigint v0.5.5 |
1893 | 2024-12-16T20:08:20.783Z | Checking memmap v0.7.0 |
1894 | 2024-12-16T20:08:20.809Z | Checking dirs-sys-next v0.1.2 |
1895 | 2024-12-16T20:08:20.986Z | Checking native-tls v0.2.12 |
1896 | 2024-12-16T20:08:21.014Z | Checking crc32fast v1.4.2 |
1897 | 2024-12-16T20:08:21.017Z | Checking static_assertions v1.1.0 |
1898 | 2024-12-16T20:08:21.132Z | Checking bitflags v1.3.2 |
1899 | 2024-12-16T20:08:21.243Z | Checking utf-8 v0.7.6 |
1900 | 2024-12-16T20:08:21.271Z | Checking dirs-next v2.0.0 |
1901 | 2024-12-16T20:08:21.318Z | Checking tokio-native-tls v0.3.1 |
1902 | 2024-12-16T20:08:21.421Z | Checking crossbeam-channel v0.5.13 |
1903 | 2024-12-16T20:08:21.463Z | Checking thread_local v1.1.8 |
1904 | 2024-12-16T20:08:21.602Z | Checking unicode-segmentation v1.12.0 |
1905 | 2024-12-16T20:08:21.709Z | Checking dtrace-parser v0.2.0 |
1906 | 2024-12-16T20:08:21.758Z | Checking term v0.7.0 |
1907 | 2024-12-16T20:08:21.784Z | Checking hyper-tls v0.6.0 |
1908 | 2024-12-16T20:08:22.105Z | Checking hyper-rustls v0.27.3 |
1909 | 2024-12-16T20:08:22.168Z | Checking num-iter v0.1.45 |
1910 | 2024-12-16T20:08:22.210Z | Checking crossbeam-epoch v0.9.18 |
1911 | 2024-12-16T20:08:22.212Z | Checking take_mut v0.2.2 |
1912 | 2024-12-16T20:08:22.309Z | Checking match_cfg v0.1.0 |
1913 | 2024-12-16T20:08:22.348Z | Checking slog-term v2.9.1 |
1914 | 2024-12-16T20:08:22.389Z | Checking slog-async v2.8.0 |
1915 | 2024-12-16T20:08:22.422Z | Checking hostname v0.3.1 |
1916 | 2024-12-16T20:08:22.460Z | Checking reqwest v0.12.9 |
1917 | 2024-12-16T20:08:22.575Z | Checking bstr v1.10.0 |
1918 | 2024-12-16T20:08:22.689Z | Checking rfc6979 v0.4.0 |
1919 | 2024-12-16T20:08:22.718Z | Checking hex v0.4.3 |
1920 | 2024-12-16T20:08:22.839Z | Checking winnow v0.5.40 |
1921 | 2024-12-16T20:08:22.901Z | Checking managed v0.8.0 |
1922 | 2024-12-16T20:08:23.094Z | Checking toml v0.8.19 |
1923 | 2024-12-16T20:08:23.238Z | Checking crossbeam-deque v0.8.5 |
1924 | 2024-12-16T20:08:23.276Z | Checking num-bigint-dig v0.8.4 |
1925 | 2024-12-16T20:08:23.430Z | Checking elliptic-curve v0.13.8 |
1926 | 2024-12-16T20:08:23.543Z | Checking flate2 v1.0.34 |
1927 | 2024-12-16T20:08:23.568Z | Checking rustls v0.22.4 |
1928 | 2024-12-16T20:08:23.856Z | Checking pkcs1 v0.7.5 |
1929 | 2024-12-16T20:08:24.123Z | Checking ecdsa v0.16.9 |
1930 | 2024-12-16T20:08:24.231Z | Checking curve25519-dalek v4.1.3 |
1931 | 2024-12-16T20:08:24.264Z | Checking dof v0.3.0 |
1932 | 2024-12-16T20:08:24.297Z | Checking zerocopy v0.6.6 |
1933 | 2024-12-16T20:08:24.403Z | Checking siphasher v0.3.11 |
1934 | 2024-12-16T20:08:24.732Z | Checking rayon-core v1.12.1 |
1935 | 2024-12-16T20:08:24.881Z | Checking ed25519 v2.2.3 |
1936 | 2024-12-16T20:08:24.907Z | Checking usdt-impl v0.5.0 |
1937 | 2024-12-16T20:08:25.085Z | Checking slog-json v2.6.1 |
1938 | 2024-12-16T20:08:25.220Z | Checking signal-hook v0.3.17 |
1939 | 2024-12-16T20:08:25.355Z | Checking debug-ignore v1.0.5 |
1940 | 2024-12-16T20:08:25.429Z | Checking quick-error v1.2.3 |
1941 | 2024-12-16T20:08:25.431Z | Checking usdt v0.5.0 |
1942 | 2024-12-16T20:08:25.495Z | Checking slog-bunyan v2.5.0 |
1943 | 2024-12-16T20:08:25.520Z | Checking rsa v0.9.6 |
1944 | 2024-12-16T20:08:25.573Z | Checking multer v3.1.0 |
1945 | 2024-12-16T20:08:25.576Z | Checking itertools v0.10.5 |
1946 | 2024-12-16T20:08:25.664Z | Checking x509-cert v0.2.5 |
1947 | 2024-12-16T20:08:25.708Z | Checking idna v0.4.0 |
1948 | 2024-12-16T20:08:25.918Z | Checking toml_edit v0.19.15 |
1949 | 2024-12-16T20:08:25.973Z | Checking hubpack v0.1.2 |
1950 | 2024-12-16T20:08:26.143Z | Checking ed25519-dalek v2.1.1 |
1951 | 2024-12-16T20:08:26.319Z | Checking serde_path_to_error v0.1.16 |
1952 | 2024-12-16T20:08:26.536Z | Checking waitgroup v0.1.2 |
1953 | 2024-12-16T20:08:26.571Z | Checking bzip2-sys v0.1.11+1.0.8 |
1954 | 2024-12-16T20:08:26.609Z | Checking async-stream v0.3.6 |
1955 | 2024-12-16T20:08:26.689Z | Checking hostname v0.4.0 |
1956 | 2024-12-16T20:08:26.716Z | Checking bit-vec v0.6.3 |
1957 | 2024-12-16T20:08:26.808Z | Checking bzip2 v0.4.4 |
1958 | 2024-12-16T20:08:26.841Z | Checking hickory-proto v0.24.1 |
1959 | 2024-12-16T20:08:26.916Z | Checking signal-hook-mio v0.2.4 |
1960 | 2024-12-16T20:08:27.067Z | Checking bit-set v0.5.3 |
1961 | 2024-12-16T20:08:27.070Z | Checking console v0.15.8 |
1962 | 2024-12-16T20:08:27.115Z | Checking hash32 v0.2.1 |
1963 | 2024-12-16T20:08:27.273Z | Checking unicode-properties v0.1.3 |
1964 | 2024-12-16T20:08:27.275Z | Checking tokio-rustls v0.25.0 |
1965 | 2024-12-16T20:08:27.323Z | Checking predicates-core v1.0.8 |
1966 | 2024-12-16T20:08:27.424Z | Checking linked-hash-map v0.5.6 |
1967 | 2024-12-16T20:08:27.508Z | Checking heapless v0.7.17 |
1968 | 2024-12-16T20:08:27.636Z | Checking stringprep v0.1.5 |
1969 | 2024-12-16T20:08:27.679Z | Checking crossterm v0.28.1 |
1970 | 2024-12-16T20:08:27.707Z | Checking dropshot v0.12.0 |
1971 | 2024-12-16T20:08:27.748Z | Checking lru-cache v0.1.2 |
1972 | 2024-12-16T20:08:27.863Z | Checking rayon v1.10.0 |
1973 | 2024-12-16T20:08:27.908Z | Checking phf_shared v0.11.2 |
1974 | 2024-12-16T20:08:27.939Z | Checking similar v2.6.0 |
1975 | 2024-12-16T20:08:28.215Z | Checking tokio-stream v0.1.16 |
1976 | 2024-12-16T20:08:28.411Z | Checking toml v0.7.8 |
1977 | 2024-12-16T20:08:28.552Z | Checking md-5 v0.10.6 |
1978 | 2024-12-16T20:08:28.797Z | Checking float-cmp v0.9.0 |
1979 | 2024-12-16T20:08:28.821Z | Checking fallible-iterator v0.2.0 |
1980 | 2024-12-16T20:08:28.994Z | Checking difflib v0.4.0 |
1981 | 2024-12-16T20:08:29.146Z | Checking normalize-line-endings v0.3.0 |
1982 | 2024-12-16T20:08:29.148Z | Checking fixedbitset v0.4.2 |
1983 | 2024-12-16T20:08:29.294Z | Checking smoltcp v0.9.1 |
1984 | 2024-12-16T20:08:29.341Z | Checking predicates v3.1.2 |
1985 | 2024-12-16T20:08:29.461Z | Checking petgraph v0.6.5 |
1986 | 2024-12-16T20:08:29.490Z | Checking postgres-protocol v0.6.7 |
1987 | 2024-12-16T20:08:29.576Z | Checking phf v0.11.2 |
1988 | 2024-12-16T20:08:29.875Z | Checking zip v0.6.6 |
1989 | 2024-12-16T20:08:30.064Z | Checking resolv-conf v0.7.0 |
1990 | 2024-12-16T20:08:30.194Z | Checking phf_shared v0.10.0 |
1991 | 2024-12-16T20:08:30.439Z | Checking tungstenite v0.24.0 |
1992 | 2024-12-16T20:08:30.495Z | Checking fs-err v2.11.0 |
1993 | 2024-12-16T20:08:30.618Z | Checking serde-big-array v0.5.1 |
1994 | 2024-12-16T20:08:30.731Z | Checking portable-atomic v1.9.0 |
1995 | 2024-12-16T20:08:30.855Z | Checking unicode-width v0.2.0 |
1996 | 2024-12-16T20:08:31.126Z | Checking lalrpop-util v0.19.12 |
1997 | 2024-12-16T20:08:31.260Z | Checking minimal-lexical v0.2.1 |
1998 | 2024-12-16T20:08:31.363Z | Checking number_prefix v0.4.0 |
1999 | 2024-12-16T20:08:31.389Z | Checking new_debug_unreachable v1.0.6 |
2000 | 2024-12-16T20:08:31.413Z | Checking precomputed-hash v0.1.1 |
2001 | 2024-12-16T20:08:31.489Z | Checking tokio-tungstenite v0.24.0 |
2002 | 2024-12-16T20:08:31.533Z | Checking string_cache v0.8.7 |
2003 | 2024-12-16T20:08:31.558Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2004 | 2024-12-16T20:08:31.639Z | Checking hickory-resolver v0.24.1 |
2005 | 2024-12-16T20:08:31.683Z | Checking nom v7.1.3 |
2006 | 2024-12-16T20:08:31.743Z | Checking postgres-types v0.2.8 |
2007 | 2024-12-16T20:08:31.802Z | Checking whoami v1.5.2 |
2008 | 2024-12-16T20:08:31.831Z | Checking indicatif v0.17.9 |
2009 | 2024-12-16T20:08:31.943Z | Checking peg-runtime v0.8.3 |
2010 | 2024-12-16T20:08:32.134Z | Checking heck v0.4.1 |
2011 | 2024-12-16T20:08:32.317Z | Compiling hashbrown v0.14.5 |
2012 | 2024-12-16T20:08:32.364Z | Compiling ident_case v1.0.1 |
2013 | 2024-12-16T20:08:32.463Z | Checking tokio-postgres v0.7.12 |
2014 | 2024-12-16T20:08:32.572Z | Compiling darling_core v0.20.10 |
2015 | 2024-12-16T20:08:32.652Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-12-16T20:08:33.240Z | Checking qorb v0.2.1 |
2017 | 2024-12-16T20:08:33.711Z | Compiling regress v0.10.1 |
2018 | 2024-12-16T20:08:34.090Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-12-16T20:08:34.609Z | Checking heck v0.5.0 |
2020 | 2024-12-16T20:08:34.818Z | Checking progenitor-client v0.8.0 |
2021 | 2024-12-16T20:08:35.225Z | Checking fastrand v2.1.1 |
2022 | 2024-12-16T20:08:35.562Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-12-16T20:08:35.656Z | Checking ipnetwork v0.20.0 |
2024 | 2024-12-16T20:08:35.864Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-12-16T20:08:35.890Z | Checking strum v0.26.3 |
2026 | 2024-12-16T20:08:36.036Z | Compiling dropshot v0.13.0 |
2027 | 2024-12-16T20:08:36.062Z | Checking macaddr v1.0.1 |
2028 | 2024-12-16T20:08:36.402Z | Compiling dropshot_endpoint v0.13.0 |
2029 | 2024-12-16T20:08:36.431Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2030 | 2024-12-16T20:08:37.197Z | Checking tempfile v3.13.0 |
2031 | 2024-12-16T20:08:37.391Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-12-16T20:08:37.569Z | Compiling typify-impl v0.2.0 |
2033 | 2024-12-16T20:08:37.753Z | Checking instant v0.1.13 |
2034 | 2024-12-16T20:08:37.885Z | Checking regress v0.9.1 |
2035 | 2024-12-16T20:08:38.387Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2036 | 2024-12-16T20:08:38.845Z | Compiling structmeta v0.3.0 |
2037 | 2024-12-16T20:08:38.889Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-12-16T20:08:39.197Z | Checking backoff v0.4.0 |
2039 | 2024-12-16T20:08:39.253Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2040 | 2024-12-16T20:08:39.311Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-12-16T20:08:39.413Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2042 | 2024-12-16T20:08:39.534Z | Checking wait-timeout v0.2.0 |
2043 | 2024-12-16T20:08:39.589Z | Checking rand_xorshift v0.3.0 |
2044 | 2024-12-16T20:08:39.624Z | Compiling darling_macro v0.20.10 |
2045 | 2024-12-16T20:08:39.736Z | Checking rusty-fork v0.3.0 |
2046 | 2024-12-16T20:08:39.795Z | Checking unarray v0.1.4 |
2047 | 2024-12-16T20:08:39.969Z | Compiling structmeta-derive v0.2.0 |
2048 | 2024-12-16T20:08:40.060Z | Checking proptest v1.5.0 |
2049 | 2024-12-16T20:08:40.557Z | Compiling darling v0.20.10 |
2050 | 2024-12-16T20:08:40.697Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-12-16T20:08:40.972Z | Checking camino-tempfile v1.1.1 |
2052 | 2024-12-16T20:08:41.251Z | Compiling proc-macro-error v1.0.4 |
2053 | 2024-12-16T20:08:41.472Z | Compiling proc-macro-crate v1.3.1 |
2054 | 2024-12-16T20:08:41.957Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-12-16T20:08:42.359Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2056 | 2024-12-16T20:08:42.627Z | Compiling num_enum_derive v0.5.11 |
2057 | 2024-12-16T20:08:42.689Z | Compiling foreign-types-macros v0.2.3 |
2058 | 2024-12-16T20:08:42.982Z | Compiling structmeta v0.2.0 |
2059 | 2024-12-16T20:08:43.483Z | Compiling test-strategy v0.3.1 |
2060 | 2024-12-16T20:08:43.620Z | Checking serde_with v3.11.0 |
2061 | 2024-12-16T20:08:44.024Z | Checking foreign-types-shared v0.3.1 |
2062 | 2024-12-16T20:08:44.084Z | Checking parse-display v0.10.0 |
2063 | 2024-12-16T20:08:44.157Z | Checking foreign-types v0.5.0 |
2064 | 2024-12-16T20:08:44.535Z | Checking tabwriter v1.4.0 |
2065 | 2024-12-16T20:08:44.588Z | Checking cstr-argument v0.1.2 |
2066 | 2024-12-16T20:08:44.673Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-12-16T20:08:44.747Z | Checking pretty-hex v0.2.1 |
2068 | 2024-12-16T20:08:44.783Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2069 | 2024-12-16T20:08:44.927Z | Checking colored v2.1.0 |
2070 | 2024-12-16T20:08:45.101Z | Checking smf v0.2.3 |
2071 | 2024-12-16T20:08:45.223Z | Checking itertools v0.13.0 |
2072 | 2024-12-16T20:08:45.272Z | Checking num_enum v0.5.11 |
2073 | 2024-12-16T20:08:45.343Z | Checking base64 v0.21.7 |
2074 | 2024-12-16T20:08:45.432Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2024-12-16T20:08:45.519Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2024-12-16T20:08:45.580Z | Compiling zerocopy v0.8.10 |
2077 | 2024-12-16T20:08:45.676Z | Compiling crucible-workspace-hack v0.1.0 |
2078 | 2024-12-16T20:08:45.818Z | Compiling zerocopy-derive v0.8.10 |
2079 | 2024-12-16T20:08:46.002Z | Checking termtree v0.4.1 |
2080 | 2024-12-16T20:08:46.229Z | Compiling heapless v0.8.0 |
2081 | 2024-12-16T20:08:46.549Z | Checking predicates-tree v1.0.11 |
2082 | 2024-12-16T20:08:46.835Z | Checking hash32 v0.3.1 |
2083 | 2024-12-16T20:08:47.044Z | Compiling smoltcp v0.11.0 |
2084 | 2024-12-16T20:08:47.160Z | Checking cobs v0.2.3 |
2085 | 2024-12-16T20:08:47.358Z | Checking postcard v1.0.10 |
2086 | 2024-12-16T20:08:47.648Z | Checking sigpipe v0.1.3 |
2087 | 2024-12-16T20:08:47.776Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2024-12-16T20:08:47.836Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2024-12-16T20:08:47.961Z | Checking atomicwrites v0.4.4 |
2090 | 2024-12-16T20:08:47.986Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-16T20:08:48.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2092 | 2024-12-16T20:08:48.161Z | Compiling thiserror v2.0.3 |
2093 | 2024-12-16T20:08:48.163Z | Compiling mockall_derive v0.13.0 |
2094 | 2024-12-16T20:08:48.317Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2095 | 2024-12-16T20:08:48.490Z | Compiling thiserror-impl v2.0.3 |
2096 | 2024-12-16T20:08:48.647Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2097 | 2024-12-16T20:08:48.840Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2098 | 2024-12-16T20:08:49.129Z | Compiling zone_cfg_derive v0.3.0 |
2099 | 2024-12-16T20:08:50.805Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2100 | 2024-12-16T20:08:50.965Z | Compiling num-derive v0.4.2 |
2101 | 2024-12-16T20:08:51.172Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2102 | 2024-12-16T20:08:51.203Z | Checking downcast v0.11.0 |
2103 | 2024-12-16T20:08:51.417Z | Checking fragile v2.0.0 |
2104 | 2024-12-16T20:08:51.512Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2105 | 2024-12-16T20:08:51.715Z | Checking zone v0.3.0 |
2106 | 2024-12-16T20:08:51.778Z | Compiling convert_case v0.4.0 |
2107 | 2024-12-16T20:08:52.087Z | Checking newline-converter v0.3.0 |
2108 | 2024-12-16T20:08:52.267Z | Checking expectorate v1.1.0 |
2109 | 2024-12-16T20:08:52.455Z | Checking tungstenite v0.21.0 |
2110 | 2024-12-16T20:08:52.514Z | Checking same-file v1.0.6 |
2111 | 2024-12-16T20:08:52.539Z | Checking arc-swap v1.7.1 |
2112 | 2024-12-16T20:08:52.708Z | Checking walkdir v2.5.0 |
2113 | 2024-12-16T20:08:52.760Z | Compiling derive_more v0.99.18 |
2114 | 2024-12-16T20:08:52.989Z | Checking slog-scope v4.4.0 |
2115 | 2024-12-16T20:08:53.015Z | Checking xattr v1.3.1 |
2116 | 2024-12-16T20:08:53.208Z | Checking slog-stdlog v4.1.1 |
2117 | 2024-12-16T20:08:53.235Z | Checking filetime v0.2.25 |
2118 | 2024-12-16T20:08:53.257Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2119 | 2024-12-16T20:08:53.372Z | Checking tokio-tungstenite v0.21.0 |
2120 | 2024-12-16T20:08:53.402Z | Checking slog-envlogger v2.2.0 |
2121 | 2024-12-16T20:08:53.442Z | Checking tar v0.4.42 |
2122 | 2024-12-16T20:08:53.635Z | Checking num-rational v0.4.2 |
2123 | 2024-12-16T20:08:53.775Z | Checking num-complex v0.4.6 |
2124 | 2024-12-16T20:08:53.901Z | Checking float-ord v0.3.2 |
2125 | 2024-12-16T20:08:54.067Z | Compiling cancel-safe-futures v0.1.5 |
2126 | 2024-12-16T20:08:54.282Z | Compiling owo-colors v4.1.0 |
2127 | 2024-12-16T20:08:54.376Z | Checking swrite v0.1.0 |
2128 | 2024-12-16T20:08:54.518Z | Checking libsw v3.3.1 |
2129 | 2024-12-16T20:08:54.745Z | Checking num v0.4.3 |
2130 | 2024-12-16T20:08:54.817Z | Checking pem v3.0.4 |
2131 | 2024-12-16T20:08:54.865Z | Checking password-hash v0.5.0 |
2132 | 2024-12-16T20:08:54.934Z | Checking blake2 v0.10.6 |
2133 | 2024-12-16T20:08:55.097Z | Checking linear-map v1.2.0 |
2134 | 2024-12-16T20:08:55.324Z | Checking indent_write v2.2.0 |
2135 | 2024-12-16T20:08:55.417Z | Checking argon2 v0.5.3 |
2136 | 2024-12-16T20:08:55.454Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2137 | 2024-12-16T20:08:55.796Z | Compiling lzma-sys v0.1.20 |
2138 | 2024-12-16T20:08:56.030Z | Checking headers-core v0.3.0 |
2139 | 2024-12-16T20:08:56.126Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2140 | 2024-12-16T20:08:56.186Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2141 | 2024-12-16T20:08:56.188Z | Compiling heck v0.3.3 |
2142 | 2024-12-16T20:08:56.233Z | Compiling typify-macro v0.2.0 |
2143 | 2024-12-16T20:08:56.451Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2144 | 2024-12-16T20:08:56.490Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2145 | 2024-12-16T20:08:56.670Z | Compiling zone_cfg_derive v0.1.2 |
2146 | 2024-12-16T20:08:56.794Z | Checking headers v0.4.0 |
2147 | 2024-12-16T20:08:56.817Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2148 | 2024-12-16T20:08:56.903Z | Checking mockall v0.13.0 |
2149 | 2024-12-16T20:08:56.982Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2150 | 2024-12-16T20:08:57.110Z | Checking yasna v0.5.2 |
2151 | 2024-12-16T20:08:57.170Z | Checking highway v1.2.0 |
2152 | 2024-12-16T20:08:57.607Z | Checking base64 v0.13.1 |
2153 | 2024-12-16T20:08:57.897Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2154 | 2024-12-16T20:08:58.029Z | Checking ron v0.7.1 |
2155 | 2024-12-16T20:08:58.056Z | Checking rcgen v0.12.1 |
2156 | 2024-12-16T20:08:58.204Z | Checking zone v0.1.8 |
2157 | 2024-12-16T20:08:58.765Z | Checking xz2 v0.1.7 |
2158 | 2024-12-16T20:08:58.945Z | Checking subprocess v0.2.9 |
2159 | 2024-12-16T20:08:59.078Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2160 | 2024-12-16T20:08:59.168Z | Checking humantime v2.1.0 |
2161 | 2024-12-16T20:08:59.386Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2162 | 2024-12-16T20:08:59.503Z | Compiling semver v0.1.20 |
2163 | 2024-12-16T20:08:59.583Z | Checking half v2.4.1 |
2164 | 2024-12-16T20:09:00.032Z | Compiling rustc_version v0.1.7 |
2165 | 2024-12-16T20:09:00.055Z | Checking ciborium-io v0.2.2 |
2166 | 2024-12-16T20:09:00.183Z | Checking ciborium-ll v0.2.2 |
2167 | 2024-12-16T20:09:00.186Z | Checking prettyplease v0.2.25 |
2168 | 2024-12-16T20:09:00.497Z | Checking ciborium v0.2.2 |
2169 | 2024-12-16T20:09:00.562Z | Compiling newtype_derive v0.1.6 |
2170 | 2024-12-16T20:09:00.656Z | Compiling typify v0.2.0 |
2171 | 2024-12-16T20:09:00.819Z | Compiling progenitor-impl v0.8.0 |
2172 | 2024-12-16T20:09:00.845Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2173 | 2024-12-16T20:09:02.630Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2174 | 2024-12-16T20:09:02.982Z | Checking steno v0.4.1 |
2175 | 2024-12-16T20:09:03.321Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2176 | 2024-12-16T20:09:03.591Z | Checking display-error-chain v0.2.2 |
2177 | 2024-12-16T20:09:03.779Z | Compiling slog-dtrace v0.3.0 |
2178 | 2024-12-16T20:09:04.112Z | Checking gethostname v0.5.0 |
2179 | 2024-12-16T20:09:04.298Z | Checking nibble_vec v0.1.0 |
2180 | 2024-12-16T20:09:04.525Z | Compiling blake3 v1.5.4 |
2181 | 2024-12-16T20:09:04.618Z | Compiling ring v0.16.20 |
2182 | 2024-12-16T20:09:04.642Z | Checking keccak v0.1.5 |
2183 | 2024-12-16T20:09:04.988Z | Checking endian-type v0.1.2 |
2184 | 2024-12-16T20:09:05.234Z | Checking radix_trie v0.2.1 |
2185 | 2024-12-16T20:09:05.376Z | Checking sha3 v0.10.8 |
2186 | 2024-12-16T20:09:05.625Z | Checking universal-hash v0.5.1 |
2187 | 2024-12-16T20:09:05.672Z | Checking secrecy v0.8.0 |
2188 | 2024-12-16T20:09:05.756Z | Checking opaque-debug v0.3.1 |
2189 | 2024-12-16T20:09:05.828Z | Checking aead v0.5.2 |
2190 | 2024-12-16T20:09:05.852Z | Checking chacha20 v0.9.1 |
2191 | 2024-12-16T20:09:05.855Z | Checking poly1305 v0.8.0 |
2192 | 2024-12-16T20:09:06.219Z | Compiling memmap2 v0.9.5 |
2193 | 2024-12-16T20:09:06.380Z | Compiling constant_time_eq v0.3.1 |
2194 | 2024-12-16T20:09:06.568Z | Compiling arrayvec v0.7.6 |
2195 | 2024-12-16T20:09:06.701Z | Compiling spin v0.5.2 |
2196 | 2024-12-16T20:09:06.858Z | Compiling arrayref v0.3.9 |
2197 | 2024-12-16T20:09:07.008Z | Compiling toolchain_find v0.4.0 |
2198 | 2024-12-16T20:09:07.097Z | Compiling thiserror-impl-no-std v2.0.2 |
2199 | 2024-12-16T20:09:07.296Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2200 | 2024-12-16T20:09:07.444Z | Compiling topological-sort v0.2.2 |
2201 | 2024-12-16T20:09:07.640Z | Compiling rustfmt-wrapper v0.2.1 |
2202 | 2024-12-16T20:09:07.689Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2203 | 2024-12-16T20:09:07.955Z | Checking chacha20poly1305 v0.10.1 |
2204 | 2024-12-16T20:09:08.034Z | Compiling async-recursion v1.1.1 |
2205 | 2024-12-16T20:09:08.158Z | Checking fxhash v0.2.1 |
2206 | 2024-12-16T20:09:08.205Z | Checking bumpalo v3.16.0 |
2207 | 2024-12-16T20:09:08.243Z | Compiling zip v2.1.3 |
2208 | 2024-12-16T20:09:08.340Z | Checking simd-adler32 v0.3.7 |
2209 | 2024-12-16T20:09:08.560Z | Checking lockfree-object-pool v0.1.6 |
2210 | 2024-12-16T20:09:08.614Z | Checking termcolor v1.4.1 |
2211 | 2024-12-16T20:09:08.706Z | Compiling radium v0.7.0 |
2212 | 2024-12-16T20:09:08.827Z | Checking zopfli v0.8.1 |
2213 | 2024-12-16T20:09:08.986Z | Compiling progenitor-macro v0.8.0 |
2214 | 2024-12-16T20:09:09.046Z | Checking maplit v1.0.2 |
2215 | 2024-12-16T20:09:09.160Z | Checking tap v1.0.1 |
2216 | 2024-12-16T20:09:09.252Z | Compiling maybe-uninit v2.0.0 |
2217 | 2024-12-16T20:09:09.361Z | Checking wyz v0.5.1 |
2218 | 2024-12-16T20:09:09.789Z | Checking home v0.5.9 |
2219 | 2024-12-16T20:09:09.887Z | Checking crc-catalog v2.4.0 |
2220 | 2024-12-16T20:09:09.945Z | Compiling packed_struct v0.10.1 |
2221 | 2024-12-16T20:09:10.042Z | Checking funty v2.0.0 |
2222 | 2024-12-16T20:09:10.164Z | Checking crc v3.2.1 |
2223 | 2024-12-16T20:09:10.378Z | Checking thiserror-no-std v2.0.2 |
2224 | 2024-12-16T20:09:10.442Z | Compiling omicron-zone-package v0.11.1 |
2225 | 2024-12-16T20:09:10.506Z | Checking vsss-rs v3.3.4 |
2226 | 2024-12-16T20:09:10.687Z | Compiling const_format_proc_macros v0.2.33 |
2227 | 2024-12-16T20:09:10.753Z | Checking kstat-rs v0.2.4 |
2228 | 2024-12-16T20:09:10.999Z | Checking bitvec v1.0.1 |
2229 | 2024-12-16T20:09:11.125Z | Compiling packed_struct_codegen v0.10.1 |
2230 | 2024-12-16T20:09:11.357Z | Compiling vte_generate_state_changes v0.1.2 |
2231 | 2024-12-16T20:09:12.047Z | Compiling indexmap v1.9.3 |
2232 | 2024-12-16T20:09:12.078Z | Compiling libefi-sys v0.1.0 |
2233 | 2024-12-16T20:09:12.368Z | Checking nodrop v0.1.14 |
2234 | 2024-12-16T20:09:12.463Z | Checking vte v0.11.1 |
2235 | 2024-12-16T20:09:12.506Z | Checking array-init v0.0.4 |
2236 | 2024-12-16T20:09:12.811Z | Checking const_format v0.2.33 |
2237 | 2024-12-16T20:09:13.316Z | Checking smallvec v0.6.14 |
2238 | 2024-12-16T20:09:13.541Z | Checking fd-lock v4.0.2 |
2239 | 2024-12-16T20:09:13.720Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2240 | 2024-12-16T20:09:13.762Z | Compiling bitfield-struct v0.6.2 |
2241 | 2024-12-16T20:09:13.807Z | Checking bitfield v0.14.0 |
2242 | 2024-12-16T20:09:13.857Z | Checking hashbrown v0.12.3 |
2243 | 2024-12-16T20:09:14.070Z | Checking strip-ansi-escapes v0.2.0 |
2244 | 2024-12-16T20:09:14.092Z | Checking serde-hex v0.1.0 |
2245 | 2024-12-16T20:09:14.288Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2246 | 2024-12-16T20:09:14.543Z | Checking env_logger v0.10.2 |
2247 | 2024-12-16T20:09:14.672Z | Checking ron v0.8.1 |
2248 | 2024-12-16T20:09:15.001Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2249 | 2024-12-16T20:09:15.306Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-12-16T20:09:15.331Z | Checking itertools v0.12.1 |
2251 | 2024-12-16T20:09:15.772Z | Checking hashbrown v0.13.2 |
2252 | 2024-12-16T20:09:15.916Z | Checking crc-any v2.5.0 |
2253 | 2024-12-16T20:09:15.984Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-12-16T20:09:16.122Z | Checking nu-ansi-term v0.50.1 |
2255 | 2024-12-16T20:09:16.317Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-16T20:09:16.524Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2257 | 2024-12-16T20:09:16.799Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2258 | 2024-12-16T20:09:16.870Z | Checking object v0.30.4 |
2259 | 2024-12-16T20:09:16.906Z | Checking path-slash v0.1.5 |
2260 | 2024-12-16T20:09:17.051Z | Compiling parking_lot_core v0.8.6 |
2261 | 2024-12-16T20:09:17.074Z | Compiling phf_generator v0.11.2 |
2262 | 2024-12-16T20:09:17.076Z | Checking glob v0.3.1 |
2263 | 2024-12-16T20:09:17.280Z | Checking bytecount v0.6.8 |
2264 | 2024-12-16T20:09:17.436Z | Compiling phf_codegen v0.11.2 |
2265 | 2024-12-16T20:09:17.458Z | Checking papergrid v0.11.0 |
2266 | 2024-12-16T20:09:17.665Z | Compiling tabled_derive v0.7.0 |
2267 | 2024-12-16T20:09:17.709Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2268 | 2024-12-16T20:09:17.942Z | Checking parking_lot v0.11.2 |
2269 | 2024-12-16T20:09:17.979Z | Checking reedline v0.35.0 |
2270 | 2024-12-16T20:09:18.075Z | Compiling parse-zoneinfo v0.3.1 |
2271 | 2024-12-16T20:09:18.303Z | Compiling cfg_aliases v0.1.1 |
2272 | 2024-12-16T20:09:18.431Z | Compiling nix v0.28.0 |
2273 | 2024-12-16T20:09:18.995Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-16T20:09:19.285Z | Checking sled v0.34.7 |
2275 | 2024-12-16T20:09:20.141Z | Checking hickory-client v0.24.1 |
2276 | 2024-12-16T20:09:20.315Z | Checking tabled v0.15.0 |
2277 | 2024-12-16T20:09:20.525Z | Checking hickory-server v0.24.1 |
2278 | 2024-12-16T20:09:20.811Z | Compiling chrono-tz v0.10.0 |
2279 | 2024-12-16T20:09:20.870Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2280 | 2024-12-16T20:09:21.481Z | Compiling buf-list v1.0.3 |
2281 | 2024-12-16T20:09:22.262Z | Compiling peg-macros v0.8.4 |
2282 | 2024-12-16T20:09:22.988Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2283 | 2024-12-16T20:09:23.145Z | Compiling sqlparser_derive v0.2.2 |
2284 | 2024-12-16T20:09:23.348Z | Checking unicode_categories v0.1.1 |
2285 | 2024-12-16T20:09:23.693Z | Checking sqlformat v0.2.6 |
2286 | 2024-12-16T20:09:24.292Z | Checking sqlparser v0.45.0 |
2287 | 2024-12-16T20:09:24.456Z | Checking progenitor v0.8.0 |
2288 | 2024-12-16T20:09:24.720Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2289 | 2024-12-16T20:09:24.761Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2290 | 2024-12-16T20:09:24.844Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2291 | 2024-12-16T20:09:28.394Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2292 | 2024-12-16T20:09:29.096Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2293 | 2024-12-16T20:09:29.331Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2294 | 2024-12-16T20:09:29.525Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2024-12-16T20:09:31.855Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2296 | 2024-12-16T20:09:33.542Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2297 | 2024-12-16T20:09:33.627Z | Checking peg v0.8.4 |
2298 | 2024-12-16T20:09:33.751Z | Checking rustyline v14.0.0 |
2299 | 2024-12-16T20:09:33.939Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2300 | 2024-12-16T20:09:34.301Z | Checking bcs v0.1.6 |
2301 | 2024-12-16T20:09:34.608Z | Checking primeorder v0.13.6 |
2302 | 2024-12-16T20:09:34.769Z | Compiling unicase v2.7.0 |
2303 | 2024-12-16T20:09:34.803Z | Checking nanorand v0.7.0 |
2304 | 2024-12-16T20:09:35.096Z | Checking atty v0.2.14 |
2305 | 2024-12-16T20:09:35.129Z | Compiling salty v0.3.0 |
2306 | 2024-12-16T20:09:35.200Z | Checking flume v0.11.1 |
2307 | 2024-12-16T20:09:35.227Z | Checking p384 v0.13.0 |
2308 | 2024-12-16T20:09:35.501Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2309 | 2024-12-16T20:09:35.695Z | Checking env_filter v0.1.2 |
2310 | 2024-12-16T20:09:35.698Z | Compiling mime_guess v2.0.5 |
2311 | 2024-12-16T20:09:35.957Z | Checking http-range v0.1.5 |
2312 | 2024-12-16T20:09:36.138Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2313 | 2024-12-16T20:09:36.160Z | Checking env_logger v0.11.5 |
2314 | 2024-12-16T20:09:36.487Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2315 | 2024-12-16T20:09:36.640Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2316 | 2024-12-16T20:09:36.665Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2317 | 2024-12-16T20:09:36.781Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2318 | 2024-12-16T20:09:36.899Z | Compiling dsl_auto_type v0.1.2 |
2319 | 2024-12-16T20:09:36.973Z | Checking scheduled-thread-pool v0.2.7 |
2320 | 2024-12-16T20:09:37.108Z | Compiling diesel_table_macro_syntax v0.2.0 |
2321 | 2024-12-16T20:09:37.209Z | Compiling crunchy v0.2.2 |
2322 | 2024-12-16T20:09:37.238Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2323 | 2024-12-16T20:09:37.577Z | Checking r2d2 v0.8.10 |
2324 | 2024-12-16T20:09:37.833Z | Checking hyper-staticfile v0.10.1 |
2325 | 2024-12-16T20:09:37.952Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2326 | 2024-12-16T20:09:38.363Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2327 | 2024-12-16T20:09:38.515Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2328 | 2024-12-16T20:09:38.583Z | Compiling diesel_derives v2.2.3 |
2329 | 2024-12-16T20:09:38.856Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2330 | 2024-12-16T20:09:39.151Z | Compiling tiny-keccak v2.0.2 |
2331 | 2024-12-16T20:09:39.390Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2332 | 2024-12-16T20:09:39.509Z | Compiling pin-project-internal v1.1.6 |
2333 | 2024-12-16T20:09:39.691Z | Compiling ref-cast v1.0.23 |
2334 | 2024-12-16T20:09:40.307Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2335 | 2024-12-16T20:09:40.530Z | Compiling ascii-canvas v3.0.0 |
2336 | 2024-12-16T20:09:40.614Z | Compiling ena v0.14.3 |
2337 | 2024-12-16T20:09:41.060Z | Compiling ref-cast-impl v1.0.23 |
2338 | 2024-12-16T20:09:41.121Z | Compiling regex-syntax v0.6.29 |
2339 | 2024-12-16T20:09:42.280Z | Compiling diff v0.1.13 |
2340 | 2024-12-16T20:09:42.496Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2341 | 2024-12-16T20:09:42.618Z | Checking pin-project v1.1.6 |
2342 | 2024-12-16T20:09:42.757Z | Checking signal-hook-tokio v0.3.1 |
2343 | 2024-12-16T20:09:42.936Z | Compiling snafu-derive v0.8.5 |
2344 | 2024-12-16T20:09:42.959Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2024-12-16T20:09:43.245Z | Compiling derive_builder_core v0.20.2 |
2346 | 2024-12-16T20:09:45.812Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2347 | 2024-12-16T20:09:46.691Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2348 | 2024-12-16T20:09:47.159Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2349 | 2024-12-16T20:09:48.834Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2350 | 2024-12-16T20:09:49.558Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2351 | 2024-12-16T20:09:51.024Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2352 | 2024-12-16T20:09:51.474Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2353 | 2024-12-16T20:09:51.673Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2354 | 2024-12-16T20:09:51.924Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2355 | 2024-12-16T20:09:51.949Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2024-12-16T20:09:51.988Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2357 | 2024-12-16T20:09:52.656Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2358 | 2024-12-16T20:09:52.817Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2359 | 2024-12-16T20:09:53.512Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2360 | 2024-12-16T20:09:53.600Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2361 | 2024-12-16T20:09:54.027Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2362 | 2024-12-16T20:09:54.176Z | Checking diesel v2.2.6 |
2363 | 2024-12-16T20:09:54.312Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2364 | 2024-12-16T20:09:54.647Z | Compiling lalrpop v0.19.12 |
2365 | 2024-12-16T20:09:54.788Z | Checking snafu v0.8.5 |
2366 | 2024-12-16T20:09:55.297Z | Checking globset v0.4.15 |
2367 | 2024-12-16T20:09:56.612Z | Checking olpc-cjson v0.1.4 |
2368 | 2024-12-16T20:09:56.862Z | Checking serde_plain v1.0.2 |
2369 | 2024-12-16T20:09:57.140Z | Compiling libxml v0.3.3 |
2370 | 2024-12-16T20:09:57.514Z | Compiling memoffset v0.9.1 |
2371 | 2024-12-16T20:09:57.842Z | Checking typed-path v0.9.3 |
2372 | 2024-12-16T20:09:58.146Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2373 | 2024-12-16T20:09:58.867Z | Compiling derive_builder_macro v0.20.2 |
2374 | 2024-12-16T20:09:59.568Z | Checking tungstenite v0.23.0 |
2375 | 2024-12-16T20:09:59.739Z | Compiling strum_macros v0.24.3 |
2376 | 2024-12-16T20:09:59.792Z | Compiling samael v0.0.17 |
2377 | 2024-12-16T20:09:59.823Z | Checking tough v0.19.0 |
2378 | 2024-12-16T20:10:00.530Z | Checking parse-size v1.1.0 |
2379 | 2024-12-16T20:10:00.571Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2024-12-16T20:10:00.719Z | Compiling indoc v1.0.9 |
2381 | 2024-12-16T20:10:00.769Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2382 | 2024-12-16T20:10:01.669Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2383 | 2024-12-16T20:10:01.730Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2384 | 2024-12-16T20:10:03.400Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2385 | 2024-12-16T20:10:03.967Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2386 | 2024-12-16T20:10:04.106Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2387 | 2024-12-16T20:10:04.684Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2388 | 2024-12-16T20:10:05.457Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-12-16T20:10:05.656Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2390 | 2024-12-16T20:10:06.127Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2391 | 2024-12-16T20:10:06.996Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2392 | 2024-12-16T20:10:08.097Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2393 | 2024-12-16T20:10:08.897Z | Checking tokio-tungstenite v0.23.1 |
2394 | 2024-12-16T20:10:09.481Z | Checking derive_builder v0.20.2 |
2395 | 2024-12-16T20:10:11.327Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2396 | 2024-12-16T20:10:11.555Z | Checking quick-xml v0.33.0 |
2397 | 2024-12-16T20:10:11.648Z | Compiling impl-trait-for-tuples v0.2.2 |
2398 | 2024-12-16T20:10:12.570Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2399 | 2024-12-16T20:10:13.495Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2400 | 2024-12-16T20:10:13.909Z | Compiling oso-derive v0.27.3 |
2401 | 2024-12-16T20:10:15.007Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2402 | 2024-12-16T20:10:15.613Z | Checking nix v0.27.1 |
2403 | 2024-12-16T20:10:16.226Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2404 | 2024-12-16T20:10:16.947Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-12-16T20:10:17.823Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2406 | 2024-12-16T20:10:18.113Z | Compiling diesel-dtrace v0.4.2 |
2407 | 2024-12-16T20:10:18.900Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2408 | 2024-12-16T20:10:18.921Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2409 | 2024-12-16T20:10:19.240Z | Checking bb8 v0.8.5 |
2410 | 2024-12-16T20:10:19.773Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2411 | 2024-12-16T20:10:20.102Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2412 | 2024-12-16T20:10:20.801Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2413 | 2024-12-16T20:10:21.216Z | Checking rand_seeder v0.3.0 |
2414 | 2024-12-16T20:10:21.238Z | Checking assert_matches v1.5.0 |
2415 | 2024-12-16T20:10:21.353Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2416 | 2024-12-16T20:10:21.383Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-12-16T20:10:21.447Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2418 | 2024-12-16T20:10:21.514Z | Compiling libz-sys v1.1.20 |
2419 | 2024-12-16T20:10:21.703Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2420 | 2024-12-16T20:10:22.230Z | Checking is_ci v1.2.0 |
2421 | 2024-12-16T20:10:22.391Z | Checking supports-color v3.0.1 |
2422 | 2024-12-16T20:10:22.415Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2423 | 2024-12-16T20:10:22.805Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2424 | 2024-12-16T20:10:22.987Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2425 | 2024-12-16T20:10:23.603Z | Compiling vergen v8.3.2 |
2426 | 2024-12-16T20:10:23.909Z | Compiling cargo-platform v0.1.8 |
2427 | 2024-12-16T20:10:23.972Z | Checking unicode-linebreak v0.1.5 |
2428 | 2024-12-16T20:10:24.416Z | Checking smawk v0.3.2 |
2429 | 2024-12-16T20:10:24.515Z | Compiling cargo_metadata v0.18.1 |
2430 | 2024-12-16T20:10:24.601Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-12-16T20:10:24.642Z | Checking textwrap v0.16.1 |
2432 | 2024-12-16T20:10:25.023Z | Checking castaway v0.2.3 |
2433 | 2024-12-16T20:10:25.209Z | Compiling libsqlite3-sys v0.30.1 |
2434 | 2024-12-16T20:10:25.231Z | Compiling cfg_aliases v0.2.1 |
2435 | 2024-12-16T20:10:25.281Z | Compiling rustls v0.21.12 |
2436 | 2024-12-16T20:10:25.350Z | Compiling nix v0.29.0 |
2437 | 2024-12-16T20:10:25.764Z | Checking compact_str v0.8.0 |
2438 | 2024-12-16T20:10:26.256Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-16T20:10:26.533Z | Checking unicode-truncate v1.1.0 |
2440 | 2024-12-16T20:10:26.616Z | Checking sct v0.7.1 |
2441 | 2024-12-16T20:10:26.750Z | Checking rustls-webpki v0.101.7 |
2442 | 2024-12-16T20:10:26.821Z | Checking lru v0.12.5 |
2443 | 2024-12-16T20:10:27.130Z | Compiling instability v0.3.2 |
2444 | 2024-12-16T20:10:27.266Z | Checking cassowary v0.3.0 |
2445 | 2024-12-16T20:10:28.038Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2446 | 2024-12-16T20:10:28.150Z | Checking hashlink v0.9.1 |
2447 | 2024-12-16T20:10:28.170Z | Checking ratatui v0.28.1 |
2448 | 2024-12-16T20:10:28.342Z | Checking concurrent-queue v2.5.0 |
2449 | 2024-12-16T20:10:28.689Z | Checking parking v2.2.1 |
2450 | 2024-12-16T20:10:28.763Z | Checking fallible-streaming-iterator v0.1.9 |
2451 | 2024-12-16T20:10:28.873Z | Checking fallible-iterator v0.3.0 |
2452 | 2024-12-16T20:10:29.016Z | Checking plotters-backend v0.3.7 |
2453 | 2024-12-16T20:10:29.400Z | Checking plotters-svg v0.3.7 |
2454 | 2024-12-16T20:10:29.493Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2455 | 2024-12-16T20:10:29.521Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2456 | 2024-12-16T20:10:29.615Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2457 | 2024-12-16T20:10:30.357Z | Checking async-bb8-diesel v0.2.1 |
2458 | 2024-12-16T20:10:30.737Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2459 | 2024-12-16T20:10:31.037Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2460 | 2024-12-16T20:10:31.100Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2461 | 2024-12-16T20:10:31.124Z | Checking tokio-rustls v0.24.1 |
2462 | 2024-12-16T20:10:31.470Z | Checking rusqlite v0.32.1 |
2463 | 2024-12-16T20:10:33.127Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-16T20:10:33.342Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2465 | 2024-12-16T20:10:33.454Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-16T20:10:33.502Z | Checking rustls-pemfile v1.0.4 |
2467 | 2024-12-16T20:10:33.721Z | Checking twox-hash v1.6.3 |
2468 | 2024-12-16T20:10:33.748Z | Checking cast v0.3.0 |
2469 | 2024-12-16T20:10:34.079Z | Checking criterion-plot v0.5.0 |
2470 | 2024-12-16T20:10:34.203Z | Checking plotters v0.3.7 |
2471 | 2024-12-16T20:10:34.235Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2472 | 2024-12-16T20:10:34.577Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2473 | 2024-12-16T20:10:34.632Z | Checking fatfs v0.3.6 |
2474 | 2024-12-16T20:10:35.740Z | Checking tinytemplate v1.2.1 |
2475 | 2024-12-16T20:10:36.076Z | Checking csv-core v0.1.11 |
2476 | 2024-12-16T20:10:36.127Z | Checking shell-words v1.1.0 |
2477 | 2024-12-16T20:10:36.329Z | Checking oorandom v11.1.4 |
2478 | 2024-12-16T20:10:36.402Z | Checking hex-literal v0.4.1 |
2479 | 2024-12-16T20:10:36.454Z | Checking anes v0.1.6 |
2480 | 2024-12-16T20:10:36.509Z | Checking csv v1.3.0 |
2481 | 2024-12-16T20:10:36.550Z | Checking event-listener v5.3.1 |
2482 | 2024-12-16T20:10:36.851Z | Checking criterion v0.5.1 |
2483 | 2024-12-16T20:10:36.930Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2484 | 2024-12-16T20:10:37.406Z | Checking rtoolbox v0.0.2 |
2485 | 2024-12-16T20:10:37.629Z | Checking rpassword v7.3.1 |
2486 | 2024-12-16T20:10:37.795Z | Checking event-listener-strategy v0.5.2 |
2487 | 2024-12-16T20:10:38.028Z | Checking tui-tree-widget v0.22.0 |
2488 | 2024-12-16T20:10:38.363Z | Checking polyval v0.6.2 |
2489 | 2024-12-16T20:10:38.612Z | Checking ghash v0.5.1 |
2490 | 2024-12-16T20:10:38.809Z | Checking futures-lite v2.3.0 |
2491 | 2024-12-16T20:10:39.713Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2492 | 2024-12-16T20:10:40.313Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2024-12-16T20:10:40.890Z | Checking ctr v0.9.2 |
2494 | 2024-12-16T20:10:41.422Z | Checking yansi v1.0.1 |
2495 | 2024-12-16T20:10:41.526Z | Checking aes-gcm v0.10.3 |
2496 | 2024-12-16T20:10:41.791Z | Checking ssh-encoding v0.2.0 |
2497 | 2024-12-16T20:10:41.963Z | Checking pretty_assertions v1.4.1 |
2498 | 2024-12-16T20:10:42.140Z | Checking blowfish v0.9.1 |
2499 | 2024-12-16T20:10:42.163Z | Checking ssh-cipher v0.2.0 |
2500 | 2024-12-16T20:10:42.415Z | Checking bcrypt-pbkdf v0.10.0 |
2501 | 2024-12-16T20:10:42.462Z | Checking async-lock v3.4.0 |
2502 | 2024-12-16T20:10:42.687Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2503 | 2024-12-16T20:10:42.985Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2504 | 2024-12-16T20:10:43.354Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2024-12-16T20:10:43.683Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2506 | 2024-12-16T20:10:44.035Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2507 | 2024-12-16T20:10:44.266Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2508 | 2024-12-16T20:10:45.104Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2509 | 2024-12-16T20:10:46.544Z | Checking polling v3.7.3 |
2510 | 2024-12-16T20:10:46.957Z | Checking password-hash v0.4.2 |
2511 | 2024-12-16T20:10:47.410Z | Checking matches v0.1.10 |
2512 | 2024-12-16T20:10:47.526Z | Checking idna v0.2.3 |
2513 | 2024-12-16T20:10:48.414Z | Checking pbkdf2 v0.11.0 |
2514 | 2024-12-16T20:10:48.723Z | Checking async-io v2.3.4 |
2515 | 2024-12-16T20:10:49.678Z | Checking ssh-key v0.6.6 |
2516 | 2024-12-16T20:10:50.019Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2024-12-16T20:10:51.185Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2518 | 2024-12-16T20:10:51.312Z | Checking p256 v0.13.2 |
2519 | 2024-12-16T20:10:51.384Z | Checking p521 v0.13.3 |
2520 | 2024-12-16T20:10:51.827Z | Checking russh-cryptovec v0.7.3 |
2521 | 2024-12-16T20:10:51.990Z | Compiling enum-as-inner v0.5.1 |
2522 | 2024-12-16T20:10:52.037Z | Compiling doc-comment v0.3.3 |
2523 | 2024-12-16T20:10:52.650Z | Checking md5 v0.7.0 |
2524 | 2024-12-16T20:10:52.692Z | Checking async-task v4.7.1 |
2525 | 2024-12-16T20:10:52.959Z | Compiling target-lexicon v0.12.16 |
2526 | 2024-12-16T20:10:53.064Z | Checking russh-keys v0.45.0 |
2527 | 2024-12-16T20:10:53.094Z | Checking trust-dns-proto v0.22.0 |
2528 | 2024-12-16T20:10:54.243Z | Checking async-channel v2.3.1 |
2529 | 2024-12-16T20:10:54.443Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2530 | 2024-12-16T20:10:54.580Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2531 | 2024-12-16T20:10:55.418Z | Checking piper v0.2.4 |
2532 | 2024-12-16T20:10:55.666Z | Checking num-bigint v0.4.6 |
2533 | 2024-12-16T20:10:56.248Z | Checking des v0.8.1 |
2534 | 2024-12-16T20:10:56.558Z | Compiling dhcproto-macros v0.1.0 |
2535 | 2024-12-16T20:10:56.953Z | Compiling assert_cmd v2.0.16 |
2536 | 2024-12-16T20:10:57.399Z | Compiling guppy-workspace-hack v0.1.0 |
2537 | 2024-12-16T20:10:57.520Z | Checking futures-timer v3.0.3 |
2538 | 2024-12-16T20:10:57.725Z | Checking dhcproto v0.12.0 |
2539 | 2024-12-16T20:10:57.888Z | Checking blocking v1.6.1 |
2540 | 2024-12-16T20:10:58.219Z | Checking russh v0.45.0 |
2541 | 2024-12-16T20:10:58.840Z | Checking async-executor v1.13.1 |
2542 | 2024-12-16T20:10:59.199Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2543 | 2024-12-16T20:10:59.305Z | Checking async-signal v0.2.10 |
2544 | 2024-12-16T20:10:59.556Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2545 | 2024-12-16T20:10:59.983Z | Compiling target-spec v3.2.2 |
2546 | 2024-12-16T20:11:00.192Z | Checking internet-checksum v0.2.1 |
2547 | 2024-12-16T20:11:00.399Z | Checking event-listener v2.5.3 |
2548 | 2024-12-16T20:11:00.649Z | Checking async-channel v1.9.0 |
2549 | 2024-12-16T20:11:01.601Z | Checking async-process v2.3.0 |
2550 | 2024-12-16T20:11:02.096Z | Checking async-global-executor v2.4.1 |
2551 | 2024-12-16T20:11:02.394Z | Checking cfg-expr v0.17.0 |
2552 | 2024-12-16T20:11:02.835Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2024-12-16T20:11:03.098Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2554 | 2024-12-16T20:11:03.274Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2555 | 2024-12-16T20:11:03.740Z | Checking httptest v0.16.1 |
2556 | 2024-12-16T20:11:04.366Z | Checking rustls-native-certs v0.7.3 |
2557 | 2024-12-16T20:11:04.488Z | Compiling petname v2.0.2 |
2558 | 2024-12-16T20:11:04.563Z | Checking num_cpus v1.16.0 |
2559 | 2024-12-16T20:11:04.714Z | Checking kv-log-macro v1.0.7 |
2560 | 2024-12-16T20:11:04.866Z | Compiling async-attributes v1.1.2 |
2561 | 2024-12-16T20:11:05.756Z | Checking async-std v1.13.0 |
2562 | 2024-12-16T20:11:07.839Z | Checking threadpool v1.8.1 |
2563 | 2024-12-16T20:11:07.972Z | Checking hyper-rustls v0.26.0 |
2564 | 2024-12-16T20:11:08.331Z | Checking pathdiff v0.2.2 |
2565 | 2024-12-16T20:11:08.411Z | Compiling rstest_macros v0.23.0 |
2566 | 2024-12-16T20:11:08.510Z | Compiling target-triple v0.1.3 |
2567 | 2024-12-16T20:11:08.913Z | Checking nested v0.1.1 |
2568 | 2024-12-16T20:11:09.058Z | Checking escape8259 v0.5.3 |
2569 | 2024-12-16T20:11:09.121Z | Checking guppy v0.17.8 |
2570 | 2024-12-16T20:11:09.245Z | Checking libtest-mimic v0.7.3 |
2571 | 2024-12-16T20:11:09.620Z | Checking async-object-pool v0.1.5 |
2572 | 2024-12-16T20:11:09.875Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2573 | 2024-12-16T20:11:10.512Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2574 | 2024-12-16T20:11:10.776Z | Checking similar-asserts v1.6.0 |
2575 | 2024-12-16T20:11:11.059Z | Checking fancy-regex v0.13.0 |
2576 | 2024-12-16T20:11:11.274Z | Checking serde_regex v1.1.0 |
2577 | 2024-12-16T20:11:11.570Z | Checking assert-json-diff v2.0.2 |
2578 | 2024-12-16T20:11:11.853Z | Compiling proc-macro-crate v3.2.0 |
2579 | 2024-12-16T20:11:11.881Z | Checking path-tree v0.8.1 |
2580 | 2024-12-16T20:11:12.230Z | Checking sync-ptr v0.1.1 |
2581 | 2024-12-16T20:11:12.474Z | Compiling relative-path v1.9.3 |
2582 | 2024-12-16T20:11:13.158Z | Checking stringmetrics v2.2.2 |
2583 | 2024-12-16T20:11:13.182Z | Checking datatest-stable v0.2.9 |
2584 | 2024-12-16T20:11:13.417Z | Checking httpmock v0.8.0-alpha.1 |
2585 | 2024-12-16T20:11:13.668Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2586 | 2024-12-16T20:11:14.589Z | Checking blake2b_simd v1.0.2 |
2587 | 2024-12-16T20:11:15.211Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2588 | 2024-12-16T20:11:15.714Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2589 | 2024-12-16T20:11:16.018Z | Compiling git2 v0.19.0 |
2590 | 2024-12-16T20:11:16.064Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2591 | 2024-12-16T20:11:16.383Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2592 | 2024-12-16T20:11:16.703Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2593 | 2024-12-16T20:11:17.245Z | Checking serde_tokenstream v0.2.2 |
2594 | 2024-12-16T20:11:17.677Z | Checking uzers v0.12.1 |
2595 | 2024-12-16T20:11:18.232Z | Checking rust-argon2 v2.1.0 |
2596 | 2024-12-16T20:11:18.647Z | Checking trybuild v1.0.101 |
2597 | 2024-12-16T20:11:18.884Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2598 | 2024-12-16T20:11:20.127Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2599 | 2024-12-16T20:11:20.420Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2600 | 2024-12-16T20:11:23.880Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2601 | 2024-12-16T20:11:24.207Z | Checking rand_distr v0.4.3 |
2602 | 2024-12-16T20:11:24.414Z | Checking rstest v0.23.0 |
2603 | 2024-12-16T20:11:24.648Z | Checking multimap v0.10.0 |
2604 | 2024-12-16T20:11:24.880Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2605 | 2024-12-16T20:11:24.985Z | Checking approx v0.5.1 |
2606 | 2024-12-16T20:11:25.102Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2607 | 2024-12-16T20:11:25.797Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2608 | 2024-12-16T20:11:25.998Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2609 | 2024-12-16T20:11:26.399Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2610 | 2024-12-16T20:11:26.421Z | Checking partial-io v0.5.4 |
2611 | 2024-12-16T20:11:26.820Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2612 | 2024-12-16T20:11:26.870Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2613 | 2024-12-16T20:11:27.125Z | Checking cargo_toml v0.20.5 |
2614 | 2024-12-16T20:11:27.711Z | Checking termios v0.3.3 |
2615 | 2024-12-16T20:11:27.946Z | Compiling indoc v2.0.5 |
2616 | 2024-12-16T20:11:28.043Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2617 | 2024-12-16T20:11:29.200Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2618 | 2024-12-16T20:11:30.934Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2619 | 2024-12-16T20:11:48.499Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2620 | 2024-12-16T20:11:51.669Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2621 | 2024-12-16T20:11:55.108Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2622 | 2024-12-16T20:12:24.545Z | Compiling polar-core v0.27.3 |
2623 | 2024-12-16T20:12:28.405Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2624 | 2024-12-16T20:12:29.620Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2625 | 2024-12-16T20:12:31.356Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2626 | 2024-12-16T20:12:36.076Z | Checking oso v0.27.3 |
2627 | 2024-12-16T20:13:22.056Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2628 | 2024-12-16T20:13:22.059Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2629 | 2024-12-16T20:13:22.060Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2630 | 2024-12-16T20:14:47.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s |
2631 | 2024-12-16T20:14:48.227Z | |
2632 | 2024-12-16T20:14:48.227Z | real 6:57.443626771 |
2633 | 2024-12-16T20:14:48.227Z | user 36:32.501775956 |
2634 | 2024-12-16T20:14:48.227Z | sys 6:48.848342479 |
2635 | 2024-12-16T20:14:48.227Z | trap 0.982444106 |
2636 | 2024-12-16T20:14:48.227Z | tflt 2.076423281 |
2637 | 2024-12-16T20:14:48.227Z | dflt 0.796204691 |
2638 | 2024-12-16T20:14:48.227Z | kflt 0.001697368 |
2639 | 2024-12-16T20:14:48.227Z | lock 53:26.968051543 |
2640 | 2024-12-16T20:14:48.227Z | slp 2:06:48.510998227 |
2641 | 2024-12-16T20:14:48.227Z | lat 1:41.676018286 |
2642 | 2024-12-16T20:14:48.230Z | stop 6:21.656777848 |
2643 | 2024-12-16T20:14:48.230Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2644 | 2024-12-16T20:14:48.230Z | + ptime -m cargo doc --workspace --no-deps |
2645 | 2024-12-16T20:14:49.456Z | warning: output filename collision. |
2646 | 2024-12-16T20:14:49.456Z | 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)`. |
2647 | 2024-12-16T20:14:49.456Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2648 | 2024-12-16T20:14:49.456Z | The targets should have unique names. |
2649 | 2024-12-16T20:14:49.456Z | This is a known bug where multiple crates with the same name use |
2650 | 2024-12-16T20:14:49.456Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2651 | 2024-12-16T20:14:49.911Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2652 | 2024-12-16T20:14:49.981Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-12-16T20:14:50.000Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2654 | 2024-12-16T20:14:50.040Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2655 | 2024-12-16T20:14:50.065Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2656 | 2024-12-16T20:14:50.092Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2657 | 2024-12-16T20:14:50.095Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2658 | 2024-12-16T20:14:50.302Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2024-12-16T20:14:50.343Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2660 | 2024-12-16T20:14:50.370Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2024-12-16T20:14:50.372Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2662 | 2024-12-16T20:14:50.639Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2663 | 2024-12-16T20:14:50.687Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2664 | 2024-12-16T20:14:50.950Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2665 | 2024-12-16T20:14:51.122Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2666 | 2024-12-16T20:14:53.868Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2667 | 2024-12-16T20:14:55.028Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2668 | 2024-12-16T20:14:55.363Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2669 | 2024-12-16T20:14:55.390Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2670 | 2024-12-16T20:14:55.623Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2671 | 2024-12-16T20:14:55.721Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2672 | 2024-12-16T20:14:55.741Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2673 | 2024-12-16T20:14:56.057Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2674 | 2024-12-16T20:14:56.109Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2675 | 2024-12-16T20:14:56.342Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2676 | 2024-12-16T20:14:56.429Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2677 | 2024-12-16T20:14:56.759Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2678 | 2024-12-16T20:14:56.900Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2679 | 2024-12-16T20:14:57.113Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2680 | 2024-12-16T20:14:57.219Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2681 | 2024-12-16T20:14:57.415Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2682 | 2024-12-16T20:14:57.494Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2683 | 2024-12-16T20:14:57.704Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2684 | 2024-12-16T20:14:57.724Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2685 | 2024-12-16T20:14:57.775Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2686 | 2024-12-16T20:14:58.049Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2687 | 2024-12-16T20:14:58.388Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2688 | 2024-12-16T20:14:58.691Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2689 | 2024-12-16T20:14:58.716Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2690 | 2024-12-16T20:14:59.124Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2691 | 2024-12-16T20:14:59.168Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2692 | 2024-12-16T20:14:59.188Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2693 | 2024-12-16T20:15:00.097Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2024-12-16T20:15:00.796Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-12-16T20:15:02.571Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2696 | 2024-12-16T20:15:04.512Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2697 | 2024-12-16T20:15:05.397Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2698 | 2024-12-16T20:15:05.686Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2699 | 2024-12-16T20:15:05.987Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2700 | 2024-12-16T20:15:06.373Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2701 | 2024-12-16T20:15:07.025Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2702 | 2024-12-16T20:15:07.028Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2703 | 2024-12-16T20:15:07.954Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2704 | 2024-12-16T20:15:08.193Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2705 | 2024-12-16T20:15:08.458Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2706 | 2024-12-16T20:15:09.781Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2707 | 2024-12-16T20:15:14.278Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-12-16T20:15:15.676Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2709 | 2024-12-16T20:15:15.804Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2710 | 2024-12-16T20:15:16.264Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2711 | 2024-12-16T20:15:16.671Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2712 | 2024-12-16T20:15:16.710Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2713 | 2024-12-16T20:15:17.364Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2714 | 2024-12-16T20:15:17.519Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2715 | 2024-12-16T20:15:17.834Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2716 | 2024-12-16T20:15:19.499Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-12-16T20:15:19.586Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2718 | 2024-12-16T20:15:20.197Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2719 | 2024-12-16T20:15:20.397Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2720 | 2024-12-16T20:15:20.599Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2721 | 2024-12-16T20:15:20.690Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2722 | 2024-12-16T20:15:20.742Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2723 | 2024-12-16T20:15:21.196Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2724 | 2024-12-16T20:15:21.220Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2725 | 2024-12-16T20:15:21.570Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2726 | 2024-12-16T20:15:22.423Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2727 | 2024-12-16T20:15:22.814Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2728 | 2024-12-16T20:15:23.044Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2729 | 2024-12-16T20:15:23.346Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2730 | 2024-12-16T20:15:24.225Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2731 | 2024-12-16T20:15:24.899Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2732 | 2024-12-16T20:15:25.303Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2733 | 2024-12-16T20:15:25.795Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2734 | 2024-12-16T20:15:26.176Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2735 | 2024-12-16T20:15:26.374Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2736 | 2024-12-16T20:15:26.681Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2737 | 2024-12-16T20:15:26.750Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2738 | 2024-12-16T20:15:27.373Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2739 | 2024-12-16T20:15:27.542Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2740 | 2024-12-16T20:15:27.567Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2741 | 2024-12-16T20:15:27.751Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2742 | 2024-12-16T20:15:28.092Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2743 | 2024-12-16T20:15:28.323Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2744 | 2024-12-16T20:15:28.353Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2745 | 2024-12-16T20:15:29.661Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2746 | 2024-12-16T20:15:29.745Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2747 | 2024-12-16T20:15:29.879Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-12-16T20:15:30.077Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2749 | 2024-12-16T20:15:30.284Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2750 | 2024-12-16T20:15:30.672Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2751 | 2024-12-16T20:15:31.254Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2752 | 2024-12-16T20:15:31.768Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2024-12-16T20:15:31.791Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2754 | 2024-12-16T20:15:32.997Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2755 | 2024-12-16T20:15:33.423Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2756 | 2024-12-16T20:15:33.949Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2757 | 2024-12-16T20:15:35.853Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-12-16T20:15:37.087Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2759 | 2024-12-16T20:15:37.369Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-12-16T20:15:38.316Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2761 | 2024-12-16T20:15:40.887Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2762 | 2024-12-16T20:15:41.057Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2763 | 2024-12-16T20:15:42.112Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-12-16T20:15:43.423Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2765 | 2024-12-16T20:15:45.997Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2024-12-16T20:15:49.895Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2767 | 2024-12-16T20:15:49.895Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2768 | 2024-12-16T20:15:58.461Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-16T20:15:59.780Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2770 | 2024-12-16T20:16:43.285Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2771 | 2024-12-16T20:16:43.841Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2772 | 2024-12-16T20:16:50.552Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2773 | 2024-12-16T20:17:06.293Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2774 | 2024-12-16T20:17:29.383Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2775 | 2024-12-16T20:17:29.732Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2776 | 2024-12-16T20:17:31.133Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2777 | 2024-12-16T20:17:31.965Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2778 | 2024-12-16T20:17:32.586Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2779 | 2024-12-16T20:17:34.300Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2780 | 2024-12-16T20:17:45.476Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2781 | 2024-12-16T20:17:46.505Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2782 | 2024-12-16T20:17:50.668Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2783 | 2024-12-16T20:18:18.275Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2784 | 2024-12-16T20:18:31.637Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2785 | 2024-12-16T20:18:36.429Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2786 | 2024-12-16T20:18:37.764Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2787 | 2024-12-16T20:18:40.354Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2788 | 2024-12-16T20:18:44.011Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2789 | 2024-12-16T20:18:53.319Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2790 | 2024-12-16T20:19:12.891Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2791 | 2024-12-16T20:19:14.854Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2792 | 2024-12-16T20:19:16.296Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2793 | 2024-12-16T20:19:20.896Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2794 | 2024-12-16T20:19:24.186Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2024-12-16T20:19:27.299Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2024-12-16T20:19:35.456Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2797 | 2024-12-16T20:19:43.099Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2798 | 2024-12-16T20:19:49.824Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2799 | 2024-12-16T20:19:50.894Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2800 | 2024-12-16T20:19:52.237Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2801 | 2024-12-16T20:19:58.994Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2802 | 2024-12-16T20:20:00.744Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2803 | 2024-12-16T20:20:01.824Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2804 | 2024-12-16T20:20:03.765Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2805 | 2024-12-16T20:20:12.945Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2806 | 2024-12-16T20:20:19.707Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2807 | 2024-12-16T20:20:20.805Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2808 | 2024-12-16T20:20:30.919Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2809 | 2024-12-16T20:20:32.479Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2810 | 2024-12-16T20:20:33.397Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2811 | 2024-12-16T20:20:35.599Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2024-12-16T20:20:43.742Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2813 | 2024-12-16T20:20:47.778Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2814 | 2024-12-16T20:20:50.817Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2815 | 2024-12-16T20:20:51.734Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2816 | 2024-12-16T20:20:53.050Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2817 | 2024-12-16T20:20:53.294Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2818 | 2024-12-16T20:21:03.158Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2819 | 2024-12-16T20:21:05.102Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2820 | 2024-12-16T20:21:08.032Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2821 | 2024-12-16T20:21:09.567Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2822 | 2024-12-16T20:21:15.357Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2823 | 2024-12-16T20:21:16.323Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2824 | 2024-12-16T20:21:17.257Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2825 | 2024-12-16T20:21:26.075Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2826 | 2024-12-16T20:21:30.988Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-12-16T20:21:31.262Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2828 | 2024-12-16T20:21:32.185Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2829 | 2024-12-16T20:21:32.231Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2830 | 2024-12-16T20:21:34.377Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2831 | 2024-12-16T20:21:37.705Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2832 | 2024-12-16T20:21:41.350Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2833 | 2024-12-16T20:21:45.328Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2834 | 2024-12-16T20:21:46.428Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2835 | 2024-12-16T20:21:46.450Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2836 | 2024-12-16T20:21:56.244Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2837 | 2024-12-16T20:21:57.203Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2838 | 2024-12-16T20:22:00.519Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2839 | 2024-12-16T20:22:00.913Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-12-16T20:22:00.951Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-12-16T20:22:06.756Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2842 | 2024-12-16T20:22:11.341Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2843 | 2024-12-16T20:22:12.479Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2844 | 2024-12-16T20:22:15.078Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2845 | 2024-12-16T20:22:15.416Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2846 | 2024-12-16T20:22:16.364Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2847 | 2024-12-16T20:22:16.957Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2848 | 2024-12-16T20:22:21.362Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2849 | 2024-12-16T20:22:24.119Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2850 | 2024-12-16T20:22:35.683Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2851 | 2024-12-16T20:22:38.485Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2852 | 2024-12-16T20:22:38.870Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2853 | 2024-12-16T20:22:39.262Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2854 | 2024-12-16T20:22:41.882Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2855 | 2024-12-16T20:22:41.930Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2856 | 2024-12-16T20:22:42.077Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2857 | 2024-12-16T20:22:44.833Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2858 | 2024-12-16T20:22:47.762Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2859 | 2024-12-16T20:22:52.392Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2860 | 2024-12-16T20:22:52.910Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2861 | 2024-12-16T20:22:56.104Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2862 | 2024-12-16T20:22:56.843Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2863 | 2024-12-16T20:22:58.990Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2864 | 2024-12-16T20:22:59.725Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2865 | 2024-12-16T20:23:06.456Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2866 | 2024-12-16T20:23:11.018Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2867 | 2024-12-16T20:23:11.338Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2868 | 2024-12-16T20:23:11.880Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2869 | 2024-12-16T20:23:12.165Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2870 | 2024-12-16T20:23:12.333Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2871 | 2024-12-16T20:23:12.458Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2872 | 2024-12-16T20:23:12.912Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2873 | 2024-12-16T20:23:15.386Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2874 | 2024-12-16T20:23:16.457Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2875 | 2024-12-16T20:23:16.960Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2876 | 2024-12-16T20:23:17.742Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2877 | 2024-12-16T20:23:17.948Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2878 | 2024-12-16T20:23:18.813Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2879 | 2024-12-16T20:23:20.079Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2880 | 2024-12-16T20:23:20.992Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2881 | 2024-12-16T20:23:22.483Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2882 | 2024-12-16T20:23:57.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 08s |
2883 | 2024-12-16T20:23:57.360Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 141 other files |
2884 | 2024-12-16T20:23:57.428Z | |
2885 | 2024-12-16T20:23:57.431Z | real 9:09.104435627 |
2886 | 2024-12-16T20:23:57.431Z | user 26:47.636786120 |
2887 | 2024-12-16T20:23:57.431Z | sys 41:58.180378598 |
2888 | 2024-12-16T20:23:57.431Z | trap 0.422851704 |
2889 | 2024-12-16T20:23:57.431Z | tflt 0.302985499 |
2890 | 2024-12-16T20:23:57.431Z | dflt 0.145759617 |
2891 | 2024-12-16T20:23:57.431Z | kflt 0.000022157 |
2892 | 2024-12-16T20:23:57.431Z | lock 1:31:21.819460339 |
2893 | 2024-12-16T20:23:57.431Z | slp 2:34:36.757766770 |
2894 | 2024-12-16T20:23:57.431Z | lat 1:20.740918776 |
2895 | 2024-12-16T20:23:57.431Z | stop 1:11.031348423 |
2896 | 2024-12-16T20:23:57.431Z | process exited: duration 1276168 ms, exit code 0 |
|
2897 | 2024-12-16T20:23:57.438Z | found 0 output files |