|
|
|
1 | 2024-12-20T21:11:58.514Z | job assigned to worker 01JFJYHX9QCHXC3HF8GTPCHEY2 [factory aws, i-0e6ca0d9e5ed95b2f] (queued for 47 s) |
|
2 | 2024-12-20T21:12:06.308Z | starting task 0: "setup" |
3 | 2024-12-20T21:12:06.319Z | ++ uname -s |
4 | 2024-12-20T21:12:06.321Z | + kern=SunOS |
5 | 2024-12-20T21:12:06.321Z | + case "$kern" in |
6 | 2024-12-20T21:12:06.321Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:12:06.324Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:12:08.330Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:12:08.413Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:12:08.415Z | + home_fs=zfs |
11 | 2024-12-20T21:12:08.415Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:12:08.415Z | + mkdir -p /home/build |
13 | 2024-12-20T21:12:08.418Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:12:10.419Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:12:10.422Z | process exited: duration 4116 ms, exit code 0 |
|
16 | 2024-12-20T21:12:10.429Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:12:10.434Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:12:10.434Z | ' 1.81.0 |
19 | 2024-12-20T21:12:10.434Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T21:12:10.434Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T21:12:10.434Z | ' default |
22 | 2024-12-20T21:12:10.434Z | * toolchain profile = "default" |
23 | 2024-12-20T21:12:10.437Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:12:10.437Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:12:10.556Z | info: downloading installer |
26 | 2024-12-20T21:12:12.141Z | info: profile set to 'default' |
27 | 2024-12-20T21:12:12.141Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:12:12.144Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:12:12.400Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:12:12.400Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:12:13.002Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:12:13.272Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:12:14.274Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:12:15.860Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:12:21.561Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:12:21.772Z | info: installing component 'cargo' |
37 | 2024-12-20T21:12:22.570Z | info: installing component 'clippy' |
38 | 2024-12-20T21:12:22.928Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:12:24.505Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:12:26.235Z | info: installing component 'rustc' |
41 | 2024-12-20T21:12:31.851Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:12:32.173Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:12:32.173Z | |
44 | 2024-12-20T21:12:32.545Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:12:32.545Z | |
46 | 2024-12-20T21:12:32.547Z | |
47 | 2024-12-20T21:12:32.547Z | Rust is installed now. Great! |
48 | 2024-12-20T21:12:32.547Z | |
49 | 2024-12-20T21:12:32.547Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:12:32.547Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:12:32.547Z | |
52 | 2024-12-20T21:12:32.547Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:12:32.548Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:12:32.548Z | |
55 | 2024-12-20T21:12:32.548Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:12:32.548Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:12:32.548Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:12:32.623Z | + rustc --version |
59 | 2024-12-20T21:12:32.691Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:12:32.694Z | process exited: duration 22263 ms, exit code 0 |
|
61 | 2024-12-20T21:12:32.700Z | starting task 2: "authentication" |
62 | 2024-12-20T21:12:32.721Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T21:12:32.728Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:12:32.734Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:12:32.737Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:12:32.771Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:12:39.258Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:12:39.258Z | + git fetch origin f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
69 | 2024-12-20T21:12:39.559Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:12:39.559Z | * branch f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 -> FETCH_HEAD |
71 | 2024-12-20T21:12:39.570Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
72 | 2024-12-20T21:12:39.572Z | ++ git branch --show-current |
73 | 2024-12-20T21:12:39.575Z | + current=main |
74 | 2024-12-20T21:12:39.575Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
75 | 2024-12-20T21:12:39.575Z | + git branch -f gjcolombo/ingest-propolis-ensure-api f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
76 | 2024-12-20T21:12:39.578Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
77 | 2024-12-20T21:12:39.752Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
78 | 2024-12-20T21:12:39.754Z | + git reset --hard f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
79 | 2024-12-20T21:12:39.781Z | HEAD is now at f0c692d7a PR feedback: SocketAddrV6, misc cleanup |
80 | 2024-12-20T21:12:39.784Z | process exited: duration 7055 ms, exit code 0 |
|
81 | 2024-12-20T21:12:39.790Z | starting task 4: "build" |
82 | 2024-12-20T21:12:39.795Z | + source ./env.sh |
83 | 2024-12-20T21:12:39.795Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-20T21:12:39.795Z | ++ set -o xtrace |
85 | 2024-12-20T21:12:39.798Z | ++++ dirname ./env.sh |
86 | 2024-12-20T21:12:39.800Z | +++ readlink -f . |
87 | 2024-12-20T21:12:39.803Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-20T21:12:39.805Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-20T21:12:39.805Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-20T21:12:39.805Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-20T21:12:39.805Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-20T21:12:39.806Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-20T21:12:39.806Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-20T21:12:39.806Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-20T21:12:39.806Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-20T21:12:39.806Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-20T21:12:39.806Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-20T21:12:39.806Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-20T21:12:39.806Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-20T21:12:39.806Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-20T21:12:39.806Z | + cargo --version |
102 | 2024-12-20T21:12:39.860Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-20T21:12:39.862Z | + rustc --version |
104 | 2024-12-20T21:12:39.922Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-20T21:12:39.925Z | + banner prerequisites |
106 | 2024-12-20T21:12:39.928Z | |
107 | 2024-12-20T21:12:39.928Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-20T21:12:39.928Z | # # # # # # # # # # # # # # # |
109 | 2024-12-20T21:12:39.929Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-20T21:12:39.929Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-20T21:12:39.929Z | # # # # # # # # # # # # # # # |
112 | 2024-12-20T21:12:39.929Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-20T21:12:39.929Z | |
114 | 2024-12-20T21:12:39.929Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-20T21:12:48.551Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-20T21:12:52.414Z | Startup: Caching catalogs ... Done |
117 | 2024-12-20T21:13:03.373Z | Planning: Solver setup ... Done (9.987s) |
118 | 2024-12-20T21:13:03.508Z | Planning: Running solver ... Done (0.135s) |
119 | 2024-12-20T21:13:03.613Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-12-20T21:13:03.652Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-20T21:13:04.537Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-20T21:13:04.637Z | Planning: Package planning ... Done (0.099s) |
123 | 2024-12-20T21:13:04.694Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-12-20T21:13:05.054Z | Planning: Checking for conflicting actions ... Done (0.361s) |
125 | 2024-12-20T21:13:07.076Z | Planning: Consolidating action changes ... Done (2.021s) |
126 | 2024-12-20T21:13:07.508Z | Planning: Evaluating mediators ... Done (0.431s) |
127 | 2024-12-20T21:13:07.590Z | Planning: Planning completed in 15.08 seconds |
128 | 2024-12-20T21:13:07.606Z | Packages to install: 4 |
129 | 2024-12-20T21:13:07.606Z | Packages to update: 1 |
130 | 2024-12-20T21:13:07.609Z | Mediators to change: 2 |
131 | 2024-12-20T21:13:07.609Z | Services to change: 1 |
132 | 2024-12-20T21:13:07.609Z | Estimated space available: 155.63 GB |
133 | 2024-12-20T21:13:07.609Z | Estimated space to be consumed: 1.62 GB |
134 | 2024-12-20T21:13:07.609Z | Create boot environment: No |
135 | 2024-12-20T21:13:07.609Z | Create backup boot environment: Yes |
136 | 2024-12-20T21:13:07.609Z | Rebuild boot archive: No |
137 | 2024-12-20T21:13:07.609Z | |
138 | 2024-12-20T21:13:07.610Z | Changed mediators: |
139 | 2024-12-20T21:13:07.610Z | mediator clang: |
140 | 2024-12-20T21:13:07.610Z | version: None -> 15 (system default) |
141 | 2024-12-20T21:13:07.610Z | |
142 | 2024-12-20T21:13:07.610Z | mediator llvm: |
143 | 2024-12-20T21:13:07.610Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-20T21:13:07.610Z | |
145 | 2024-12-20T21:13:07.611Z | Changed packages: |
146 | 2024-12-20T21:13:07.611Z | helios-dev |
147 | 2024-12-20T21:13:07.611Z | developer/build-essential |
148 | 2024-12-20T21:13:07.611Z | None -> 11-2.0 |
149 | 2024-12-20T21:13:07.611Z | library/libxmlsec1 |
150 | 2024-12-20T21:13:07.611Z | None -> 1.2.35-2.0 |
151 | 2024-12-20T21:13:07.611Z | ooce/developer/clang-15 |
152 | 2024-12-20T21:13:07.611Z | None -> 15.0.7-2.0 |
153 | 2024-12-20T21:13:07.611Z | ooce/developer/llvm-15 |
154 | 2024-12-20T21:13:07.611Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T21:13:07.611Z | package/pkg |
156 | 2024-12-20T21:13:07.611Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-20T21:13:07.611Z | |
158 | 2024-12-20T21:13:07.611Z | Services: |
159 | 2024-12-20T21:13:07.611Z | restart_fmri: |
160 | 2024-12-20T21:13:07.611Z | svc:/system/update-man-index:default |
161 | 2024-12-20T21:13:07.611Z | |
162 | 2024-12-20T21:13:07.611Z | Editable files to change: |
163 | 2024-12-20T21:13:07.611Z | Update: |
164 | 2024-12-20T21:13:07.612Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-20T21:13:07.685Z | |
166 | 2024-12-20T21:13:07.685Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-20T21:13:13.906Z | Download: 211/4281 items 1.3/220.6MB 0% complete (387k/s) |
168 | 2024-12-20T21:13:18.946Z | Download: 1188/4281 items 68.6/220.6MB 31% complete (6.8M/s) |
169 | 2024-12-20T21:13:26.660Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.2M/s) |
170 | 2024-12-20T21:13:31.661Z | Download: 1930/4281 items 118.6/220.6MB 53% complete (5.2M/s) |
171 | 2024-12-20T21:13:36.668Z | Download: 2530/4281 items 120.1/220.6MB 54% complete (3.9M/s) |
172 | 2024-12-20T21:13:41.673Z | Download: 2757/4281 items 120.6/220.6MB 54% complete (227k/s) |
173 | 2024-12-20T21:13:46.799Z | Download: 3024/4281 items 121.1/220.6MB 54% complete (105k/s) |
174 | 2024-12-20T21:13:51.959Z | Download: 3239/4281 items 202.5/220.6MB 91% complete (8.1M/s) |
175 | 2024-12-20T21:13:58.392Z | Download: 3242/4281 items 202.8/220.6MB 91% complete (8.1M/s) |
176 | 2024-12-20T21:14:03.427Z | Download: 3245/4281 items 202.8/220.6MB 91% complete (2.2k/s) |
177 | 2024-12-20T21:14:10.783Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (1023k/s) |
178 | 2024-12-20T21:14:15.790Z | Download: 3767/4281 items 217.0/220.6MB 98% complete (885k/s) |
179 | 2024-12-20T21:14:20.820Z | Download: 4200/4281 items 220.5/220.6MB 99% complete (856k/s) |
180 | 2024-12-20T21:14:30.239Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (771k/s) |
181 | 2024-12-20T21:14:30.318Z | Download: Completed 220.60 MB in 82.58 seconds (2.7M/s) |
182 | 2024-12-20T21:14:32.277Z | Actions: 1/5063 actions (Removing old actions) |
183 | 2024-12-20T21:14:32.300Z | Actions: 194/5063 actions (Installing new actions) |
184 | 2024-12-20T21:14:36.977Z | Actions: 4226/5063 actions (Updating modified actions) |
185 | 2024-12-20T21:14:37.295Z | Actions: Completed 5063 actions in 5.02 seconds. |
186 | 2024-12-20T21:14:37.697Z | Done (0.394s) |
187 | 2024-12-20T21:14:37.700Z | Done (0.000s) |
188 | 2024-12-20T21:14:38.278Z | Done (0.579s) |
189 | 2024-12-20T21:14:42.633Z | Done (4.137s) |
190 | 2024-12-20T21:14:42.728Z | Done (0.019s) |
191 | 2024-12-20T21:14:42.730Z | Done (0.000s) |
192 | 2024-12-20T21:14:42.887Z | Done (0.000s) |
193 | 2024-12-20T21:14:43.595Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-12-20T21:14:43.765Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-12-20T21:14:43.768Z | Planning: Consolidating action changes ... Done |
196 | 2024-12-20T21:14:44.042Z | Planning: Evaluating mediators ... Done |
197 | 2024-12-20T21:14:44.044Z | Planning: Planning completed in 0.45 seconds |
198 | 2024-12-20T21:14:44.081Z | Mediators to change: 2 |
199 | 2024-12-20T21:14:44.081Z | Create boot environment: No |
200 | 2024-12-20T21:14:44.084Z | Create backup boot environment: No |
201 | 2024-12-20T21:14:44.160Z | Done |
202 | 2024-12-20T21:14:44.160Z | Done |
203 | 2024-12-20T21:14:44.559Z | Done |
204 | 2024-12-20T21:14:48.357Z | Done |
205 | 2024-12-20T21:14:48.457Z | Done |
206 | 2024-12-20T21:14:48.460Z | Done |
207 | 2024-12-20T21:14:48.584Z | Done |
208 | 2024-12-20T21:14:49.243Z | Planning: Evaluating mediator changes ... Done |
209 | 2024-12-20T21:14:49.246Z | Planning: Merging actions ... Done |
210 | 2024-12-20T21:14:49.443Z | Planning: Checking for conflicting actions ... Done |
211 | 2024-12-20T21:14:49.446Z | Planning: Consolidating action changes ... Done |
212 | 2024-12-20T21:14:49.728Z | Planning: Evaluating mediators ... Done |
213 | 2024-12-20T21:14:49.790Z | Planning: Planning completed in 0.80 seconds |
214 | 2024-12-20T21:14:49.833Z | Packages to change: 1 |
215 | 2024-12-20T21:14:49.833Z | Mediators to change: 1 |
216 | 2024-12-20T21:14:49.833Z | Services to change: 1 |
217 | 2024-12-20T21:14:49.833Z | Create boot environment: No |
218 | 2024-12-20T21:14:49.835Z | Create backup boot environment: Yes |
219 | 2024-12-20T21:14:52.076Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2024-12-20T21:14:52.081Z | Actions: Completed 6 actions in 0.00 seconds. |
221 | 2024-12-20T21:14:52.081Z | Done |
222 | 2024-12-20T21:14:52.081Z | Done |
223 | 2024-12-20T21:14:52.195Z | Done |
224 | 2024-12-20T21:14:56.128Z | Done |
225 | 2024-12-20T21:14:56.226Z | Done |
226 | 2024-12-20T21:14:56.228Z | Done |
227 | 2024-12-20T21:14:56.367Z | Done |
228 | 2024-12-20T21:14:56.805Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2024-12-20T21:14:56.805Z | clang system 15 system |
230 | 2024-12-20T21:14:56.805Z | csh system system illumos |
231 | 2024-12-20T21:14:56.805Z | ctags system system illumos |
232 | 2024-12-20T21:14:56.805Z | gcc vendor 12 vendor |
233 | 2024-12-20T21:14:56.805Z | gcc system 10 system |
234 | 2024-12-20T21:14:56.805Z | gcc system 7 system |
235 | 2024-12-20T21:14:56.805Z | go system 1.20 system |
236 | 2024-12-20T21:14:56.805Z | go system 1.19 system |
237 | 2024-12-20T21:14:56.805Z | llvm system 15 system |
238 | 2024-12-20T21:14:56.805Z | llvm system 14 system |
239 | 2024-12-20T21:14:56.805Z | mariadb system 10.6 system |
240 | 2024-12-20T21:14:56.805Z | mta vendor vendor dma |
241 | 2024-12-20T21:14:56.805Z | openjdk system 17 system |
242 | 2024-12-20T21:14:56.805Z | openjdk system 11 system |
243 | 2024-12-20T21:14:56.806Z | openjdk system 1.8 system |
244 | 2024-12-20T21:14:56.806Z | openssl vendor 3 vendor |
245 | 2024-12-20T21:14:56.806Z | perl system 5.36 system |
246 | 2024-12-20T21:14:56.806Z | postgresql system 15 system |
247 | 2024-12-20T21:14:56.806Z | postgresql system 13 system |
248 | 2024-12-20T21:14:56.806Z | python vendor 3 vendor |
249 | 2024-12-20T21:14:56.806Z | python system 2 system |
250 | 2024-12-20T21:14:56.806Z | python3 system 3.11 system |
251 | 2024-12-20T21:14:56.806Z | ruby system 3.0 system |
252 | 2024-12-20T21:14:56.806Z | words vendor vendor american-english |
253 | 2024-12-20T21:14:56.806Z | words system system australian-english |
254 | 2024-12-20T21:14:56.806Z | words system system british-english |
255 | 2024-12-20T21:14:56.806Z | words system system canadian-english |
256 | 2024-12-20T21:14:56.806Z | words system system french |
257 | 2024-12-20T21:14:56.806Z | words system system italian |
258 | 2024-12-20T21:14:56.806Z | words system system ngerman |
259 | 2024-12-20T21:14:56.806Z | words system system ogerman |
260 | 2024-12-20T21:14:56.806Z | words system system spanish |
261 | 2024-12-20T21:14:57.138Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2024-12-20T21:14:57.138Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2024-12-20T21:14:59.884Z | FMRI IFO |
264 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
271 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
272 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
273 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
274 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
275 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
276 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
277 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
278 | 2024-12-20T21:14:59.885Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
279 | 2024-12-20T21:15:00.657Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
280 | 2024-12-20T21:15:00.954Z | Updating crates.io index |
281 | 2024-12-20T21:15:00.957Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2024-12-20T21:15:01.545Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2024-12-20T21:15:01.830Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2024-12-20T21:15:02.112Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2024-12-20T21:15:02.351Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2024-12-20T21:15:03.238Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2024-12-20T21:15:04.782Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2024-12-20T21:15:05.435Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2024-12-20T21:15:06.143Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-12-20T21:15:06.397Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2024-12-20T21:15:06.690Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2024-12-20T21:15:07.324Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2024-12-20T21:15:07.686Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2024-12-20T21:15:08.001Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2024-12-20T21:15:08.270Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2024-12-20T21:15:08.504Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2024-12-20T21:15:08.820Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2024-12-20T21:15:09.150Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
299 | 2024-12-20T21:15:09.534Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
300 | 2024-12-20T21:15:09.946Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
301 | 2024-12-20T21:15:10.185Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
302 | 2024-12-20T21:15:10.682Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
303 | 2024-12-20T21:15:11.020Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
304 | 2024-12-20T21:15:11.403Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
305 | 2024-12-20T21:15:11.770Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
306 | 2024-12-20T21:15:12.099Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
307 | 2024-12-20T21:15:12.345Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
308 | 2024-12-20T21:15:12.631Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
309 | 2024-12-20T21:15:13.890Z | Downloading crates ... |
310 | 2024-12-20T21:15:13.971Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-12-20T21:15:13.974Z | Downloaded equivalent v1.0.1 |
312 | 2024-12-20T21:15:13.981Z | Downloaded autocfg v1.4.0 |
313 | 2024-12-20T21:15:13.983Z | Downloaded cfg-if v1.0.0 |
314 | 2024-12-20T21:15:13.983Z | Downloaded byteorder v1.5.0 |
315 | 2024-12-20T21:15:13.987Z | Downloaded bytecount v0.6.8 |
316 | 2024-12-20T21:15:13.990Z | Downloaded anstyle-parse v0.2.5 |
317 | 2024-12-20T21:15:13.990Z | Downloaded swrite v0.1.0 |
318 | 2024-12-20T21:15:13.993Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-12-20T21:15:14.005Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-12-20T21:15:14.008Z | Downloaded macaddr v1.0.1 |
321 | 2024-12-20T21:15:14.011Z | Downloaded heck v0.5.0 |
322 | 2024-12-20T21:15:14.011Z | Downloaded cpufeatures v0.2.14 |
323 | 2024-12-20T21:15:14.014Z | Downloaded cargo-platform v0.1.8 |
324 | 2024-12-20T21:15:14.014Z | Downloaded fastrand v2.1.1 |
325 | 2024-12-20T21:15:14.017Z | Downloaded crypto-common v0.1.6 |
326 | 2024-12-20T21:15:14.017Z | Downloaded unicode-linebreak v0.1.5 |
327 | 2024-12-20T21:15:14.019Z | Downloaded cargo_metadata v0.18.1 |
328 | 2024-12-20T21:15:14.023Z | Downloaded strsim v0.11.1 |
329 | 2024-12-20T21:15:14.026Z | Downloaded usdt v0.5.0 |
330 | 2024-12-20T21:15:14.026Z | Downloaded errno v0.3.9 |
331 | 2024-12-20T21:15:14.029Z | Downloaded camino-tempfile v1.1.1 |
332 | 2024-12-20T21:15:14.031Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-12-20T21:15:14.039Z | Downloaded plain v0.2.3 |
334 | 2024-12-20T21:15:14.041Z | Downloaded version_check v0.9.5 |
335 | 2024-12-20T21:15:14.044Z | Downloaded generic-array v0.14.7 |
336 | 2024-12-20T21:15:14.050Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-12-20T21:15:14.053Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-12-20T21:15:14.053Z | Downloaded heck v0.4.1 |
339 | 2024-12-20T21:15:14.053Z | Downloaded fnv v1.0.7 |
340 | 2024-12-20T21:15:14.056Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2024-12-20T21:15:14.057Z | Downloaded serde_spanned v0.6.8 |
342 | 2024-12-20T21:15:14.060Z | Downloaded colorchoice v1.0.2 |
343 | 2024-12-20T21:15:14.060Z | Downloaded clap_derive v4.5.18 |
344 | 2024-12-20T21:15:14.063Z | Downloaded anstyle-query v1.1.1 |
345 | 2024-12-20T21:15:14.066Z | Downloaded anstyle v1.0.10 |
346 | 2024-12-20T21:15:14.069Z | Downloaded pest_generator v2.7.14 |
347 | 2024-12-20T21:15:14.069Z | Downloaded once_cell v1.20.2 |
348 | 2024-12-20T21:15:14.073Z | Downloaded bitflags v2.6.0 |
349 | 2024-12-20T21:15:14.076Z | Downloaded anyhow v1.0.93 |
350 | 2024-12-20T21:15:14.079Z | Downloaded thiserror-impl v1.0.69 |
351 | 2024-12-20T21:15:14.081Z | Downloaded itoa v1.0.11 |
352 | 2024-12-20T21:15:14.081Z | Downloaded tabled_derive v0.7.0 |
353 | 2024-12-20T21:15:14.084Z | Downloaded fs-err v2.11.0 |
354 | 2024-12-20T21:15:14.084Z | Downloaded dtrace-parser v0.2.0 |
355 | 2024-12-20T21:15:14.087Z | Downloaded digest v0.10.7 |
356 | 2024-12-20T21:15:14.087Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-12-20T21:15:14.089Z | Downloaded thread-id v4.2.2 |
358 | 2024-12-20T21:15:14.089Z | Downloaded thiserror v1.0.69 |
359 | 2024-12-20T21:15:14.092Z | Downloaded memmap v0.7.0 |
360 | 2024-12-20T21:15:14.096Z | Downloaded dof v0.3.0 |
361 | 2024-12-20T21:15:14.096Z | Downloaded terminal_size v0.4.0 |
362 | 2024-12-20T21:15:14.099Z | Downloaded clap_lex v0.7.2 |
363 | 2024-12-20T21:15:14.099Z | Downloaded scroll v0.12.0 |
364 | 2024-12-20T21:15:14.099Z | Downloaded proc-macro-error v1.0.4 |
365 | 2024-12-20T21:15:14.108Z | Downloaded is_terminal_polyfill v1.70.1 |
366 | 2024-12-20T21:15:14.112Z | Downloaded cargo_toml v0.20.5 |
367 | 2024-12-20T21:15:14.117Z | Downloaded camino v1.1.9 |
368 | 2024-12-20T21:15:14.117Z | Downloaded ucd-trie v0.1.7 |
369 | 2024-12-20T21:15:14.119Z | Downloaded clap v4.5.21 |
370 | 2024-12-20T21:15:14.130Z | Downloaded utf8parse v0.2.2 |
371 | 2024-12-20T21:15:14.134Z | Downloaded block-buffer v0.10.4 |
372 | 2024-12-20T21:15:14.135Z | Downloaded tempfile v3.13.0 |
373 | 2024-12-20T21:15:14.135Z | Downloaded smawk v0.3.2 |
374 | 2024-12-20T21:15:14.135Z | Downloaded sha2 v0.10.8 |
375 | 2024-12-20T21:15:14.137Z | Downloaded zerocopy-derive v0.7.35 |
376 | 2024-12-20T21:15:14.140Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-12-20T21:15:14.143Z | Downloaded pest_derive v2.7.14 |
378 | 2024-12-20T21:15:14.153Z | Downloaded quote v1.0.37 |
379 | 2024-12-20T21:15:14.157Z | Downloaded anstream v0.6.15 |
380 | 2024-12-20T21:15:14.160Z | Downloaded semver v1.0.23 |
381 | 2024-12-20T21:15:14.162Z | Downloaded toml v0.8.19 |
382 | 2024-12-20T21:15:14.165Z | Downloaded proc-macro2 v1.0.89 |
383 | 2024-12-20T21:15:14.168Z | Downloaded papergrid v0.11.0 |
384 | 2024-12-20T21:15:14.172Z | Downloaded serde v1.0.215 |
385 | 2024-12-20T21:15:14.176Z | Downloaded ryu v1.0.18 |
386 | 2024-12-20T21:15:14.179Z | Downloaded pest_meta v2.7.14 |
387 | 2024-12-20T21:15:14.182Z | Downloaded typenum v1.17.0 |
388 | 2024-12-20T21:15:14.185Z | Downloaded serde_derive v1.0.215 |
389 | 2024-12-20T21:15:14.185Z | Downloaded indexmap v2.6.0 |
390 | 2024-12-20T21:15:14.190Z | Downloaded log v0.4.22 |
391 | 2024-12-20T21:15:14.193Z | Downloaded textwrap v0.16.1 |
392 | 2024-12-20T21:15:14.207Z | Downloaded memchr v2.7.4 |
393 | 2024-12-20T21:15:14.221Z | Downloaded toml_edit v0.22.22 |
394 | 2024-12-20T21:15:14.242Z | Downloaded pest v2.7.14 |
395 | 2024-12-20T21:15:14.251Z | Downloaded hashbrown v0.15.1 |
396 | 2024-12-20T21:15:14.256Z | Downloaded zerocopy v0.7.35 |
397 | 2024-12-20T21:15:14.274Z | Downloaded serde_json v1.0.132 |
398 | 2024-12-20T21:15:14.277Z | Downloaded winnow v0.6.20 |
399 | 2024-12-20T21:15:14.285Z | Downloaded tabled v0.15.0 |
400 | 2024-12-20T21:15:14.298Z | Downloaded goblin v0.8.2 |
401 | 2024-12-20T21:15:14.304Z | Downloaded clap_builder v4.5.21 |
402 | 2024-12-20T21:15:14.322Z | Downloaded syn v2.0.87 |
403 | 2024-12-20T21:15:14.330Z | Downloaded syn v1.0.109 |
404 | 2024-12-20T21:15:14.339Z | Downloaded unicode-width v0.1.14 |
405 | 2024-12-20T21:15:14.344Z | Downloaded rustix v0.38.37 |
406 | 2024-12-20T21:15:14.375Z | Downloaded libc v0.2.162 |
407 | 2024-12-20T21:15:14.683Z | Compiling proc-macro2 v1.0.89 |
408 | 2024-12-20T21:15:14.683Z | Compiling unicode-ident v1.0.13 |
409 | 2024-12-20T21:15:14.683Z | Compiling version_check v0.9.5 |
410 | 2024-12-20T21:15:14.683Z | Compiling serde v1.0.215 |
411 | 2024-12-20T21:15:14.687Z | Compiling memchr v2.7.4 |
412 | 2024-12-20T21:15:14.687Z | Compiling thiserror v1.0.69 |
413 | 2024-12-20T21:15:14.687Z | Compiling libc v0.2.162 |
414 | 2024-12-20T21:15:14.687Z | Compiling ucd-trie v0.1.7 |
415 | 2024-12-20T21:15:14.938Z | Compiling ryu v1.0.18 |
416 | 2024-12-20T21:15:15.319Z | Compiling itoa v1.0.11 |
417 | 2024-12-20T21:15:15.480Z | Compiling once_cell v1.20.2 |
418 | 2024-12-20T21:15:15.542Z | Compiling byteorder v1.5.0 |
419 | 2024-12-20T21:15:15.660Z | Compiling serde_json v1.0.132 |
420 | 2024-12-20T21:15:15.883Z | Compiling rustix v0.38.37 |
421 | 2024-12-20T21:15:16.010Z | Compiling bitflags v2.6.0 |
422 | 2024-12-20T21:15:16.046Z | Compiling usdt-impl v0.5.0 |
423 | 2024-12-20T21:15:16.461Z | Compiling proc-macro-error-attr v1.0.4 |
424 | 2024-12-20T21:15:16.461Z | Compiling syn v1.0.109 |
425 | 2024-12-20T21:15:16.519Z | Compiling proc-macro-error v1.0.4 |
426 | 2024-12-20T21:15:16.636Z | Compiling quote v1.0.37 |
427 | 2024-12-20T21:15:16.804Z | Compiling hashbrown v0.15.1 |
428 | 2024-12-20T21:15:16.830Z | Compiling utf8parse v0.2.2 |
429 | 2024-12-20T21:15:16.831Z | Compiling camino v1.1.9 |
430 | 2024-12-20T21:15:16.988Z | Compiling syn v2.0.87 |
431 | 2024-12-20T21:15:17.062Z | Compiling errno v0.3.9 |
432 | 2024-12-20T21:15:17.290Z | Compiling equivalent v1.0.1 |
433 | 2024-12-20T21:15:17.383Z | Compiling log v0.4.22 |
434 | 2024-12-20T21:15:17.410Z | Compiling thread-id v4.2.2 |
435 | 2024-12-20T21:15:17.485Z | Compiling plain v0.2.3 |
436 | 2024-12-20T21:15:17.574Z | Compiling anstyle-parse v0.2.5 |
437 | 2024-12-20T21:15:17.777Z | Compiling anstyle v1.0.10 |
438 | 2024-12-20T21:15:17.920Z | Compiling pretty-hex v0.4.1 |
439 | 2024-12-20T21:15:18.064Z | Compiling indexmap v2.6.0 |
440 | 2024-12-20T21:15:18.090Z | Compiling autocfg v1.4.0 |
441 | 2024-12-20T21:15:18.141Z | Compiling winnow v0.6.20 |
442 | 2024-12-20T21:15:18.231Z | Compiling is_terminal_polyfill v1.70.1 |
443 | 2024-12-20T21:15:18.353Z | Compiling colorchoice v1.0.2 |
444 | 2024-12-20T21:15:18.377Z | Compiling anstyle-query v1.1.1 |
445 | 2024-12-20T21:15:18.530Z | Compiling unicode-width v0.1.14 |
446 | 2024-12-20T21:15:18.554Z | Compiling semver v1.0.23 |
447 | 2024-12-20T21:15:19.085Z | Compiling anstream v0.6.15 |
448 | 2024-12-20T21:15:19.215Z | Compiling fs-err v2.11.0 |
449 | 2024-12-20T21:15:19.435Z | Compiling terminal_size v0.4.0 |
450 | 2024-12-20T21:15:19.464Z | Compiling clap_lex v0.7.2 |
451 | 2024-12-20T21:15:19.509Z | Compiling heck v0.5.0 |
452 | 2024-12-20T21:15:19.641Z | Compiling cfg-if v1.0.0 |
453 | 2024-12-20T21:15:19.748Z | Compiling fnv v1.0.7 |
454 | 2024-12-20T21:15:19.904Z | Compiling anyhow v1.0.93 |
455 | 2024-12-20T21:15:19.982Z | Compiling bytecount v0.6.8 |
456 | 2024-12-20T21:15:20.022Z | Compiling heck v0.4.1 |
457 | 2024-12-20T21:15:20.213Z | Compiling strsim v0.11.1 |
458 | 2024-12-20T21:15:20.239Z | Compiling fastrand v2.1.1 |
459 | 2024-12-20T21:15:20.540Z | Compiling clap_builder v4.5.21 |
460 | 2024-12-20T21:15:20.796Z | Compiling tempfile v3.13.0 |
461 | 2024-12-20T21:15:20.885Z | Compiling papergrid v0.11.0 |
462 | 2024-12-20T21:15:21.140Z | Compiling memmap v0.7.0 |
463 | 2024-12-20T21:15:21.174Z | Compiling smawk v0.3.2 |
464 | 2024-12-20T21:15:21.494Z | Compiling unicode-linebreak v0.1.5 |
465 | 2024-12-20T21:15:21.889Z | Compiling textwrap v0.16.1 |
466 | 2024-12-20T21:15:21.954Z | Compiling swrite v0.1.0 |
467 | 2024-12-20T21:15:23.064Z | Compiling tabled_derive v0.7.0 |
468 | 2024-12-20T21:15:24.642Z | Compiling tabled v0.15.0 |
469 | 2024-12-20T21:15:25.964Z | Compiling serde_derive v1.0.215 |
470 | 2024-12-20T21:15:25.964Z | Compiling thiserror-impl v1.0.69 |
471 | 2024-12-20T21:15:25.973Z | Compiling zerocopy-derive v0.7.35 |
472 | 2024-12-20T21:15:25.973Z | Compiling scroll_derive v0.12.0 |
473 | 2024-12-20T21:15:25.974Z | Compiling clap_derive v4.5.18 |
474 | 2024-12-20T21:15:27.394Z | Compiling scroll v0.12.0 |
475 | 2024-12-20T21:15:27.844Z | Compiling zerocopy v0.7.35 |
476 | 2024-12-20T21:15:27.875Z | Compiling goblin v0.8.2 |
477 | 2024-12-20T21:15:28.666Z | Compiling pest v2.7.14 |
478 | 2024-12-20T21:15:29.591Z | Compiling clap v4.5.21 |
479 | 2024-12-20T21:15:30.868Z | Compiling pest_meta v2.7.14 |
480 | 2024-12-20T21:15:31.770Z | Compiling pest_generator v2.7.14 |
481 | 2024-12-20T21:15:33.551Z | Compiling pest_derive v2.7.14 |
482 | 2024-12-20T21:15:34.175Z | Compiling dtrace-parser v0.2.0 |
483 | 2024-12-20T21:15:36.186Z | Compiling serde_tokenstream v0.2.2 |
484 | 2024-12-20T21:15:36.241Z | Compiling serde_spanned v0.6.8 |
485 | 2024-12-20T21:15:36.241Z | Compiling toml_datetime v0.6.8 |
486 | 2024-12-20T21:15:36.558Z | Compiling cargo-platform v0.1.8 |
487 | 2024-12-20T21:15:36.649Z | Compiling toml_edit v0.22.22 |
488 | 2024-12-20T21:15:36.874Z | Compiling macaddr v1.0.1 |
489 | 2024-12-20T21:15:37.025Z | Compiling camino-tempfile v1.1.1 |
490 | 2024-12-20T21:15:37.663Z | Compiling dof v0.3.0 |
491 | 2024-12-20T21:15:37.831Z | Compiling cargo_metadata v0.18.1 |
492 | 2024-12-20T21:15:39.333Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2024-12-20T21:15:39.338Z | Compiling usdt-macro v0.5.0 |
494 | 2024-12-20T21:15:39.393Z | Compiling toml v0.8.19 |
495 | 2024-12-20T21:15:40.201Z | Compiling cargo_toml v0.20.5 |
496 | 2024-12-20T21:15:40.662Z | Compiling usdt v0.5.0 |
497 | 2024-12-20T21:15:43.780Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
498 | 2024-12-20T21:15:47.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.48s |
499 | 2024-12-20T21:15:48.182Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
500 | 2024-12-20T21:15:48.687Z | Downloading crates ... |
501 | 2024-12-20T21:15:48.817Z | Downloaded async-stream-impl v0.3.6 |
502 | 2024-12-20T21:15:48.828Z | Downloaded headers-core v0.3.0 |
503 | 2024-12-20T21:15:48.839Z | Downloaded http-range v0.1.5 |
504 | 2024-12-20T21:15:48.845Z | Downloaded cstr-argument v0.1.2 |
505 | 2024-12-20T21:15:48.845Z | Downloaded cfg_aliases v0.1.1 |
506 | 2024-12-20T21:15:48.845Z | Downloaded http-body v1.0.1 |
507 | 2024-12-20T21:15:48.850Z | Downloaded ident_case v1.0.1 |
508 | 2024-12-20T21:15:48.850Z | Downloaded ciborium-io v0.2.2 |
509 | 2024-12-20T21:15:48.850Z | Downloaded icu_provider_macros v1.5.0 |
510 | 2024-12-20T21:15:48.850Z | Downloaded cfg_aliases v0.2.1 |
511 | 2024-12-20T21:15:48.853Z | Downloaded crunchy v0.2.2 |
512 | 2024-12-20T21:15:48.853Z | Downloaded hubpack_derive v0.1.1 |
513 | 2024-12-20T21:15:48.853Z | Downloaded matches v0.1.10 |
514 | 2024-12-20T21:15:48.862Z | Downloaded crucible-workspace-hack v0.1.0 |
515 | 2024-12-20T21:15:48.874Z | Downloaded atty v0.2.14 |
516 | 2024-12-20T21:15:48.874Z | Downloaded ascii-canvas v3.0.0 |
517 | 2024-12-20T21:15:48.874Z | Downloaded is_ci v1.2.0 |
518 | 2024-12-20T21:15:48.874Z | Downloaded atomic-waker v1.1.2 |
519 | 2024-12-20T21:15:48.880Z | Downloaded instant v0.1.13 |
520 | 2024-12-20T21:15:48.880Z | Downloaded assert_matches v1.5.0 |
521 | 2024-12-20T21:15:48.880Z | Downloaded arrayref v0.3.9 |
522 | 2024-12-20T21:15:48.880Z | Downloaded darling v0.20.10 |
523 | 2024-12-20T21:15:48.887Z | Downloaded heck v0.3.3 |
524 | 2024-12-20T21:15:48.887Z | Downloaded md5 v0.7.0 |
525 | 2024-12-20T21:15:48.887Z | Downloaded match_cfg v0.1.0 |
526 | 2024-12-20T21:15:48.887Z | Downloaded async-recursion v1.1.1 |
527 | 2024-12-20T21:15:48.893Z | Downloaded humantime v2.1.0 |
528 | 2024-12-20T21:15:48.893Z | Downloaded hostname v0.3.1 |
529 | 2024-12-20T21:15:48.898Z | Downloaded crossbeam-deque v0.8.5 |
530 | 2024-12-20T21:15:48.898Z | Downloaded internet-checksum v0.2.1 |
531 | 2024-12-20T21:15:48.898Z | Downloaded bit-vec v0.6.3 |
532 | 2024-12-20T21:15:48.898Z | Downloaded async-stream v0.3.6 |
533 | 2024-12-20T21:15:48.902Z | Downloaded linked-hash-map v0.5.6 |
534 | 2024-12-20T21:15:48.902Z | Downloaded convert_case v0.4.0 |
535 | 2024-12-20T21:15:48.902Z | Downloaded constant_time_eq v0.3.1 |
536 | 2024-12-20T21:15:48.906Z | Downloaded crc v3.2.1 |
537 | 2024-12-20T21:15:48.909Z | Downloaded lalrpop-util v0.19.12 |
538 | 2024-12-20T21:15:48.909Z | Downloaded linear-map v1.2.0 |
539 | 2024-12-20T21:15:48.913Z | Downloaded ipnetwork v0.20.0 |
540 | 2024-12-20T21:15:48.913Z | Downloaded lru v0.12.5 |
541 | 2024-12-20T21:15:48.918Z | Downloaded lazy_static v1.5.0 |
542 | 2024-12-20T21:15:48.918Z | Downloaded managed v0.8.0 |
543 | 2024-12-20T21:15:48.923Z | Downloaded bitfield v0.14.0 |
544 | 2024-12-20T21:15:48.923Z | Downloaded mime v0.3.17 |
545 | 2024-12-20T21:15:48.928Z | Downloaded ciborium-ll v0.2.2 |
546 | 2024-12-20T21:15:48.928Z | Downloaded is-terminal v0.4.13 |
547 | 2024-12-20T21:15:48.928Z | Downloaded hickory-client v0.24.1 |
548 | 2024-12-20T21:15:48.932Z | Downloaded memoffset v0.9.1 |
549 | 2024-12-20T21:15:48.932Z | Downloaded chacha20 v0.9.1 |
550 | 2024-12-20T21:15:48.936Z | Downloaded bb8 v0.8.5 |
551 | 2024-12-20T21:15:48.936Z | Downloaded libefi-sys v0.1.0 |
552 | 2024-12-20T21:15:48.942Z | Downloaded maplit v1.0.2 |
553 | 2024-12-20T21:15:48.942Z | Downloaded md-5 v0.10.6 |
554 | 2024-12-20T21:15:48.959Z | Downloaded keccak v0.1.5 |
555 | 2024-12-20T21:15:48.959Z | Downloaded lazycell v1.3.0 |
556 | 2024-12-20T21:15:48.959Z | Downloaded hyper-tls v0.6.0 |
557 | 2024-12-20T21:15:48.959Z | Downloaded idna_adapter v1.2.0 |
558 | 2024-12-20T21:15:48.959Z | Downloaded hyper-staticfile v0.10.1 |
559 | 2024-12-20T21:15:48.973Z | Downloaded rfc6979 v0.4.0 |
560 | 2024-12-20T21:15:48.973Z | Downloaded maybe-uninit v2.0.0 |
561 | 2024-12-20T21:15:48.973Z | Downloaded hyper-rustls v0.27.3 |
562 | 2024-12-20T21:15:48.973Z | Downloaded libloading v0.8.5 |
563 | 2024-12-20T21:15:48.974Z | Downloaded cookie_store v0.21.0 |
564 | 2024-12-20T21:15:48.974Z | Downloaded buf-list v1.0.3 |
565 | 2024-12-20T21:15:48.974Z | Downloaded cancel-safe-futures v0.1.5 |
566 | 2024-12-20T21:15:48.982Z | Downloaded litemap v0.7.3 |
567 | 2024-12-20T21:15:48.982Z | Downloaded jobserver v0.1.32 |
568 | 2024-12-20T21:15:48.982Z | Downloaded ipnet v2.10.1 |
569 | 2024-12-20T21:15:48.982Z | Downloaded icu_locid_transform v1.5.0 |
570 | 2024-12-20T21:15:48.983Z | Downloaded termtree v0.4.1 |
571 | 2024-12-20T21:15:48.993Z | Downloaded heapless v0.8.0 |
572 | 2024-12-20T21:15:48.993Z | Downloaded tower-service v0.3.3 |
573 | 2024-12-20T21:15:48.994Z | Downloaded heapless v0.7.17 |
574 | 2024-12-20T21:15:49.000Z | Downloaded mime_guess v2.0.5 |
575 | 2024-12-20T21:15:49.000Z | Downloaded quick-error v1.2.3 |
576 | 2024-12-20T21:15:49.000Z | Downloaded console v0.15.8 |
577 | 2024-12-20T21:15:49.000Z | Downloaded memmap2 v0.9.5 |
578 | 2024-12-20T21:15:49.007Z | Downloaded fxhash v0.2.1 |
579 | 2024-12-20T21:15:49.007Z | Downloaded ahash v0.8.11 |
580 | 2024-12-20T21:15:49.008Z | Downloaded lock_api v0.4.12 |
581 | 2024-12-20T21:15:49.008Z | Downloaded semver v0.1.20 |
582 | 2024-12-20T21:15:49.013Z | Downloaded strip-ansi-escapes v0.2.0 |
583 | 2024-12-20T21:15:49.013Z | Downloaded slog-scope v4.4.0 |
584 | 2024-12-20T21:15:49.013Z | Downloaded rustls-pemfile v1.0.4 |
585 | 2024-12-20T21:15:49.019Z | Downloaded rustc-hash v2.0.0 |
586 | 2024-12-20T21:15:49.019Z | Downloaded icu_locid_transform_data v1.5.0 |
587 | 2024-12-20T21:15:49.019Z | Downloaded darling_macro v0.20.10 |
588 | 2024-12-20T21:15:49.020Z | Downloaded icu_locid v1.5.0 |
589 | 2024-12-20T21:15:49.036Z | Downloaded mirai-annotations v1.12.0 |
590 | 2024-12-20T21:15:49.036Z | Downloaded crc32fast v1.4.2 |
591 | 2024-12-20T21:15:49.043Z | Downloaded inout v0.1.3 |
592 | 2024-12-20T21:15:49.043Z | Downloaded synstructure v0.13.1 |
593 | 2024-12-20T21:15:49.043Z | Downloaded serde_urlencoded v0.7.1 |
594 | 2024-12-20T21:15:49.043Z | Downloaded serde_repr v0.1.19 |
595 | 2024-12-20T21:15:49.043Z | Downloaded tls_codec_derive v0.4.1 |
596 | 2024-12-20T21:15:49.044Z | Downloaded cookie v0.18.1 |
597 | 2024-12-20T21:15:49.044Z | Downloaded const-oid v0.9.6 |
598 | 2024-12-20T21:15:49.047Z | Downloaded opaque-debug v0.3.1 |
599 | 2024-12-20T21:15:49.047Z | Downloaded path-slash v0.1.5 |
600 | 2024-12-20T21:15:49.047Z | Downloaded const_format_proc_macros v0.2.33 |
601 | 2024-12-20T21:15:49.050Z | Downloaded blake2 v0.10.6 |
602 | 2024-12-20T21:15:49.054Z | Downloaded fallible-iterator v0.3.0 |
603 | 2024-12-20T21:15:49.054Z | Downloaded dunce v1.0.5 |
604 | 2024-12-20T21:15:49.059Z | Downloaded dsl_auto_type v0.1.2 |
605 | 2024-12-20T21:15:49.059Z | Downloaded crc-any v2.5.0 |
606 | 2024-12-20T21:15:49.065Z | Downloaded multimap v0.10.0 |
607 | 2024-12-20T21:15:49.065Z | Downloaded fallible-streaming-iterator v0.1.9 |
608 | 2024-12-20T21:15:49.065Z | Downloaded termcolor v1.4.1 |
609 | 2024-12-20T21:15:49.065Z | Downloaded stringprep v0.1.5 |
610 | 2024-12-20T21:15:49.072Z | Downloaded crossbeam-utils v0.8.20 |
611 | 2024-12-20T21:15:49.072Z | Downloaded arc-swap v1.7.1 |
612 | 2024-12-20T21:15:49.080Z | Downloaded pretty-hex v0.2.1 |
613 | 2024-12-20T21:15:49.080Z | Downloaded progenitor-impl v0.8.0 |
614 | 2024-12-20T21:15:49.080Z | Downloaded defmt-parser v0.3.4 |
615 | 2024-12-20T21:15:49.080Z | Downloaded defmt-macros v0.3.9 |
616 | 2024-12-20T21:15:49.084Z | Downloaded string_cache v0.8.7 |
617 | 2024-12-20T21:15:49.085Z | Downloaded utf8_iter v1.0.4 |
618 | 2024-12-20T21:15:49.085Z | Downloaded utf16_iter v1.0.5 |
619 | 2024-12-20T21:15:49.089Z | Downloaded rustversion v1.0.17 |
620 | 2024-12-20T21:15:49.093Z | Downloaded sqlparser_derive v0.2.2 |
621 | 2024-12-20T21:15:49.093Z | Downloaded indicatif v0.17.9 |
622 | 2024-12-20T21:15:49.097Z | Downloaded olpc-cjson v0.1.4 |
623 | 2024-12-20T21:15:49.097Z | Downloaded num-integer v0.1.46 |
624 | 2024-12-20T21:15:49.100Z | Downloaded time-core v0.1.2 |
625 | 2024-12-20T21:15:49.100Z | Downloaded sync-ptr v0.1.1 |
626 | 2024-12-20T21:15:49.101Z | Downloaded futures-executor v0.3.31 |
627 | 2024-12-20T21:15:49.104Z | Downloaded clang-sys v1.8.1 |
628 | 2024-12-20T21:15:49.109Z | Downloaded pbkdf2 v0.11.0 |
629 | 2024-12-20T21:15:49.115Z | Downloaded chacha20poly1305 v0.10.1 |
630 | 2024-12-20T21:15:49.115Z | Downloaded crossbeam-epoch v0.9.18 |
631 | 2024-12-20T21:15:49.121Z | Downloaded zone v0.3.0 |
632 | 2024-12-20T21:15:49.121Z | Downloaded bytes v1.8.0 |
633 | 2024-12-20T21:15:49.126Z | Downloaded schemars_derive v0.8.21 |
634 | 2024-12-20T21:15:49.126Z | Downloaded rustc-demangle v0.1.24 |
635 | 2024-12-20T21:15:49.126Z | Downloaded signal-hook-tokio v0.3.1 |
636 | 2024-12-20T21:15:49.126Z | Downloaded endian-type v0.1.2 |
637 | 2024-12-20T21:15:49.126Z | Downloaded rpassword v7.3.1 |
638 | 2024-12-20T21:15:49.132Z | Downloaded want v0.3.1 |
639 | 2024-12-20T21:15:49.132Z | Downloaded compact_str v0.8.0 |
640 | 2024-12-20T21:15:49.137Z | Downloaded pkg-config v0.3.31 |
641 | 2024-12-20T21:15:49.137Z | Downloaded phf_codegen v0.11.2 |
642 | 2024-12-20T21:15:49.141Z | Downloaded paste v1.0.15 |
643 | 2024-12-20T21:15:49.141Z | Downloaded icu_collections v1.5.0 |
644 | 2024-12-20T21:15:49.152Z | Downloaded derive_builder_macro v0.20.2 |
645 | 2024-12-20T21:15:49.156Z | Downloaded hickory-server v0.24.1 |
646 | 2024-12-20T21:15:49.156Z | Downloaded rand_xorshift v0.3.0 |
647 | 2024-12-20T21:15:49.162Z | Downloaded predicates-tree v1.0.11 |
648 | 2024-12-20T21:15:49.162Z | Downloaded normalize-line-endings v0.3.0 |
649 | 2024-12-20T21:15:49.162Z | Downloaded packed_struct v0.10.1 |
650 | 2024-12-20T21:15:49.162Z | Downloaded value-bag v1.9.0 |
651 | 2024-12-20T21:15:49.166Z | Downloaded topological-sort v0.2.2 |
652 | 2024-12-20T21:15:49.171Z | Downloaded utf-8 v0.7.6 |
653 | 2024-12-20T21:15:49.171Z | Downloaded unicase v2.7.0 |
654 | 2024-12-20T21:15:49.171Z | Downloaded rustls-pemfile v2.2.0 |
655 | 2024-12-20T21:15:49.175Z | Downloaded phf_shared v0.10.0 |
656 | 2024-12-20T21:15:49.175Z | Downloaded multer v3.1.0 |
657 | 2024-12-20T21:15:49.180Z | Downloaded fatfs v0.3.6 |
658 | 2024-12-20T21:15:49.183Z | Downloaded slog-async v2.8.0 |
659 | 2024-12-20T21:15:49.183Z | Downloaded foreign-types-shared v0.3.1 |
660 | 2024-12-20T21:15:49.183Z | Downloaded slog-stdlog v4.1.1 |
661 | 2024-12-20T21:15:49.188Z | Downloaded zerovec-derive v0.10.3 |
662 | 2024-12-20T21:15:49.188Z | Downloaded wyz v0.5.1 |
663 | 2024-12-20T21:15:49.191Z | Downloaded bumpalo v3.16.0 |
664 | 2024-12-20T21:15:49.195Z | Downloaded serde_with_macros v3.11.0 |
665 | 2024-12-20T21:15:49.201Z | Downloaded snafu v0.8.5 |
666 | 2024-12-20T21:15:49.209Z | Downloaded psl-types v2.0.11 |
667 | 2024-12-20T21:15:49.209Z | Downloaded prettyplease v0.2.25 |
668 | 2024-12-20T21:15:49.211Z | Downloaded unarray v0.1.4 |
669 | 2024-12-20T21:15:49.212Z | Downloaded backtrace v0.3.74 |
670 | 2024-12-20T21:15:49.219Z | Downloaded deranged v0.3.11 |
671 | 2024-12-20T21:15:49.219Z | Downloaded hash32 v0.2.1 |
672 | 2024-12-20T21:15:49.219Z | Downloaded sqlformat v0.2.6 |
673 | 2024-12-20T21:15:49.222Z | Downloaded take_mut v0.2.2 |
674 | 2024-12-20T21:15:49.222Z | Downloaded slog-term v2.9.1 |
675 | 2024-12-20T21:15:49.222Z | Downloaded toml v0.7.8 |
676 | 2024-12-20T21:15:49.235Z | Downloaded zone_cfg_derive v0.3.0 |
677 | 2024-12-20T21:15:49.241Z | Downloaded num v0.4.3 |
678 | 2024-12-20T21:15:49.241Z | Downloaded foldhash v0.1.3 |
679 | 2024-12-20T21:15:49.243Z | Downloaded flagset v0.4.6 |
680 | 2024-12-20T21:15:49.243Z | Downloaded time-macros v0.2.18 |
681 | 2024-12-20T21:15:49.243Z | Downloaded dropshot_endpoint v0.13.0 |
682 | 2024-12-20T21:15:49.246Z | Downloaded nodrop v0.1.14 |
683 | 2024-12-20T21:15:49.250Z | Downloaded rustls-pki-types v1.10.0 |
684 | 2024-12-20T21:15:49.253Z | Downloaded peg v0.8.4 |
685 | 2024-12-20T21:15:49.256Z | Downloaded phf_shared v0.11.2 |
686 | 2024-12-20T21:15:49.257Z | Downloaded des v0.8.1 |
687 | 2024-12-20T21:15:49.259Z | Downloaded crypto-bigint v0.5.5 |
688 | 2024-12-20T21:15:49.264Z | Downloaded number_prefix v0.4.0 |
689 | 2024-12-20T21:15:49.267Z | Downloaded hickory-resolver v0.24.1 |
690 | 2024-12-20T21:15:49.271Z | Downloaded num_threads v0.1.7 |
691 | 2024-12-20T21:15:49.273Z | Downloaded siphasher v0.3.11 |
692 | 2024-12-20T21:15:49.273Z | Downloaded scrypt v0.11.0 |
693 | 2024-12-20T21:15:49.277Z | Downloaded structmeta v0.3.0 |
694 | 2024-12-20T21:15:49.277Z | Downloaded slab v0.4.9 |
695 | 2024-12-20T21:15:49.282Z | Downloaded tracing v0.1.40 |
696 | 2024-12-20T21:15:49.285Z | Downloaded dhcproto-macros v0.1.0 |
697 | 2024-12-20T21:15:49.285Z | Downloaded thiserror-impl-no-std v2.0.2 |
698 | 2024-12-20T21:15:49.285Z | Downloaded signal-hook-mio v0.2.4 |
699 | 2024-12-20T21:15:49.287Z | Downloaded scopeguard v1.2.0 |
700 | 2024-12-20T21:15:49.287Z | Downloaded derive_builder_core v0.20.2 |
701 | 2024-12-20T21:15:49.291Z | Downloaded precomputed-hash v0.1.1 |
702 | 2024-12-20T21:15:49.291Z | Downloaded oso-derive v0.27.3 |
703 | 2024-12-20T21:15:49.294Z | Downloaded diesel-dtrace v0.4.2 |
704 | 2024-12-20T21:15:49.294Z | Downloaded tui-tree-widget v0.22.0 |
705 | 2024-12-20T21:15:49.296Z | Downloaded tls_codec v0.4.1 |
706 | 2024-12-20T21:15:49.296Z | Downloaded postgres-protocol v0.6.7 |
707 | 2024-12-20T21:15:49.299Z | Downloaded russh-keys v0.45.0 |
708 | 2024-12-20T21:15:49.302Z | Downloaded rayon-core v1.12.1 |
709 | 2024-12-20T21:15:49.307Z | Downloaded derive_more v0.99.18 |
710 | 2024-12-20T21:15:49.312Z | Downloaded rusty-fork v0.3.0 |
711 | 2024-12-20T21:15:49.315Z | Downloaded ena v0.14.3 |
712 | 2024-12-20T21:15:49.315Z | Downloaded unicode-xid v0.2.6 |
713 | 2024-12-20T21:15:49.317Z | Downloaded peg-macros v0.8.4 |
714 | 2024-12-20T21:15:49.317Z | Downloaded sct v0.7.1 |
715 | 2024-12-20T21:15:49.323Z | Downloaded nanorand v0.7.0 |
716 | 2024-12-20T21:15:49.326Z | Downloaded futures-channel v0.3.31 |
717 | 2024-12-20T21:15:49.327Z | Downloaded owo-colors v4.1.0 |
718 | 2024-12-20T21:15:49.330Z | Downloaded libm v0.2.8 |
719 | 2024-12-20T21:15:49.339Z | Downloaded write16 v1.0.0 |
720 | 2024-12-20T21:15:49.348Z | Downloaded aes v0.8.4 |
721 | 2024-12-20T21:15:49.348Z | Downloaded yoke-derive v0.7.4 |
722 | 2024-12-20T21:15:49.355Z | Downloaded openssl-macros v0.1.1 |
723 | 2024-12-20T21:15:49.355Z | Downloaded futures-task v0.3.31 |
724 | 2024-12-20T21:15:49.355Z | Downloaded predicates-core v1.0.8 |
725 | 2024-12-20T21:15:49.356Z | Downloaded tokio-native-tls v0.3.1 |
726 | 2024-12-20T21:15:49.356Z | Downloaded embedded-io v0.4.0 |
727 | 2024-12-20T21:15:49.356Z | Downloaded shell-words v1.1.0 |
728 | 2024-12-20T21:15:49.356Z | Downloaded foreign-types-shared v0.1.1 |
729 | 2024-12-20T21:15:49.356Z | Downloaded either v1.13.0 |
730 | 2024-12-20T21:15:49.359Z | Downloaded spin v0.5.2 |
731 | 2024-12-20T21:15:49.359Z | Downloaded primeorder v0.13.6 |
732 | 2024-12-20T21:15:49.359Z | Downloaded parking_lot v0.12.3 |
733 | 2024-12-20T21:15:49.364Z | Downloaded spin v0.9.8 |
734 | 2024-12-20T21:15:49.364Z | Downloaded gethostname v0.5.0 |
735 | 2024-12-20T21:15:49.367Z | Downloaded derive_builder v0.20.2 |
736 | 2024-12-20T21:15:49.370Z | Downloaded embedded-io v0.6.1 |
737 | 2024-12-20T21:15:49.376Z | Downloaded derive-where v1.2.7 |
738 | 2024-12-20T21:15:49.376Z | Downloaded native-tls v0.2.12 |
739 | 2024-12-20T21:15:49.379Z | Downloaded fs_extra v1.3.0 |
740 | 2024-12-20T21:15:49.379Z | Downloaded which v4.4.2 |
741 | 2024-12-20T21:15:49.382Z | Downloaded stable_deref_trait v1.2.0 |
742 | 2024-12-20T21:15:49.382Z | Downloaded libxml v0.3.3 |
743 | 2024-12-20T21:15:49.388Z | Downloaded idna v1.0.3 |
744 | 2024-12-20T21:15:49.400Z | Downloaded postcard v1.0.10 |
745 | 2024-12-20T21:15:49.400Z | Downloaded itertools v0.10.5 |
746 | 2024-12-20T21:15:49.403Z | Downloaded tinyvec_macros v0.1.1 |
747 | 2024-12-20T21:15:49.403Z | Downloaded subtle v2.6.1 |
748 | 2024-12-20T21:15:49.403Z | Downloaded newline-converter v0.3.0 |
749 | 2024-12-20T21:15:49.406Z | Downloaded env_filter v0.1.2 |
750 | 2024-12-20T21:15:49.406Z | Downloaded pin-project-lite v0.2.14 |
751 | 2024-12-20T21:15:49.410Z | Downloaded funty v2.0.0 |
752 | 2024-12-20T21:15:49.414Z | Downloaded fragile v2.0.0 |
753 | 2024-12-20T21:15:49.414Z | Downloaded xz2 v0.1.7 |
754 | 2024-12-20T21:15:49.417Z | Downloaded xattr v1.3.1 |
755 | 2024-12-20T21:15:49.420Z | Downloaded ron v0.8.1 |
756 | 2024-12-20T21:15:49.423Z | Downloaded new_debug_unreachable v1.0.6 |
757 | 2024-12-20T21:15:49.427Z | Downloaded openssl-probe v0.1.5 |
758 | 2024-12-20T21:15:49.427Z | Downloaded polyval v0.6.2 |
759 | 2024-12-20T21:15:49.432Z | Downloaded tokio-stream v0.1.16 |
760 | 2024-12-20T21:15:49.435Z | Downloaded num_enum_derive v0.5.11 |
761 | 2024-12-20T21:15:49.435Z | Downloaded tokio-tungstenite v0.23.1 |
762 | 2024-12-20T21:15:49.439Z | Downloaded tokio-rustls v0.26.0 |
763 | 2024-12-20T21:15:49.439Z | Downloaded itertools v0.13.0 |
764 | 2024-12-20T21:15:49.445Z | Downloaded mio v1.0.2 |
765 | 2024-12-20T21:15:49.451Z | Downloaded salsa20 v0.10.2 |
766 | 2024-12-20T21:15:49.453Z | Downloaded itertools v0.12.1 |
767 | 2024-12-20T21:15:49.461Z | Downloaded vte_generate_state_changes v0.1.2 |
768 | 2024-12-20T21:15:49.465Z | Downloaded zeroize v1.8.1 |
769 | 2024-12-20T21:15:49.465Z | Downloaded steno v0.4.1 |
770 | 2024-12-20T21:15:49.467Z | Downloaded num_enum v0.5.11 |
771 | 2024-12-20T21:15:49.471Z | Downloaded foreign-types v0.3.2 |
772 | 2024-12-20T21:15:49.473Z | Downloaded diesel_table_macro_syntax v0.2.0 |
773 | 2024-12-20T21:15:49.473Z | Downloaded slog-json v2.6.1 |
774 | 2024-12-20T21:15:49.480Z | Downloaded crossterm v0.28.1 |
775 | 2024-12-20T21:15:49.485Z | Downloaded vte v0.11.1 |
776 | 2024-12-20T21:15:49.485Z | Downloaded progenitor-client v0.8.0 |
777 | 2024-12-20T21:15:49.491Z | Downloaded pkcs8 v0.10.2 |
778 | 2024-12-20T21:15:49.495Z | Downloaded postgres-types v0.2.8 |
779 | 2024-12-20T21:15:49.495Z | Downloaded yoke v0.7.4 |
780 | 2024-12-20T21:15:49.495Z | Downloaded p256 v0.13.2 |
781 | 2024-12-20T21:15:49.498Z | Downloaded proc-macro-crate v1.3.1 |
782 | 2024-12-20T21:15:49.503Z | Downloaded elliptic-curve v0.13.8 |
783 | 2024-12-20T21:15:49.505Z | Downloaded pem v3.0.4 |
784 | 2024-12-20T21:15:49.505Z | Downloaded enum-as-inner v0.6.1 |
785 | 2024-12-20T21:15:49.505Z | Downloaded enum-as-inner v0.5.1 |
786 | 2024-12-20T21:15:49.515Z | Downloaded structmeta v0.2.0 |
787 | 2024-12-20T21:15:49.515Z | Downloaded tokio-rustls v0.25.0 |
788 | 2024-12-20T21:15:49.515Z | Downloaded sha1 v0.10.6 |
789 | 2024-12-20T21:15:49.524Z | Downloaded sync_wrapper v1.0.1 |
790 | 2024-12-20T21:15:49.524Z | Downloaded structmeta-derive v0.2.0 |
791 | 2024-12-20T21:15:49.524Z | Downloaded num-conv v0.1.0 |
792 | 2024-12-20T21:15:49.524Z | Downloaded sigpipe v0.1.3 |
793 | 2024-12-20T21:15:49.525Z | Downloaded rustfmt-wrapper v0.2.1 |
794 | 2024-12-20T21:15:49.525Z | Downloaded filetime v0.2.25 |
795 | 2024-12-20T21:15:49.541Z | Downloaded wait-timeout v0.2.0 |
796 | 2024-12-20T21:15:49.541Z | Downloaded phf v0.11.2 |
797 | 2024-12-20T21:15:49.541Z | Downloaded der_derive v0.7.3 |
798 | 2024-12-20T21:15:49.541Z | Downloaded tokio-tungstenite v0.24.0 |
799 | 2024-12-20T21:15:49.541Z | Downloaded similar v2.6.0 |
800 | 2024-12-20T21:15:49.551Z | Downloaded static_assertions v1.1.0 |
801 | 2024-12-20T21:15:49.551Z | Downloaded tokio-postgres v0.7.12 |
802 | 2024-12-20T21:15:49.551Z | Downloaded peg-runtime v0.8.3 |
803 | 2024-12-20T21:15:49.551Z | Downloaded parse-size v1.1.0 |
804 | 2024-12-20T21:15:49.551Z | Downloaded ssh-encoding v0.2.0 |
805 | 2024-12-20T21:15:49.551Z | Downloaded ssh-cipher v0.2.0 |
806 | 2024-12-20T21:15:49.551Z | Downloaded spki v0.7.3 |
807 | 2024-12-20T21:15:49.554Z | Downloaded waitgroup v0.1.2 |
808 | 2024-12-20T21:15:49.554Z | Downloaded tokio-rustls v0.24.1 |
809 | 2024-12-20T21:15:49.554Z | Downloaded sec1 v0.7.3 |
810 | 2024-12-20T21:15:49.554Z | Downloaded smallvec v0.6.14 |
811 | 2024-12-20T21:15:49.554Z | Downloaded signature v2.2.0 |
812 | 2024-12-20T21:15:49.561Z | Downloaded hkdf v0.12.4 |
813 | 2024-12-20T21:15:49.562Z | Downloaded yasna v0.5.2 |
814 | 2024-12-20T21:15:49.562Z | Downloaded aes-gcm v0.10.3 |
815 | 2024-12-20T21:15:49.564Z | Downloaded headers v0.4.0 |
816 | 2024-12-20T21:15:49.571Z | Downloaded zeroize_derive v1.4.2 |
817 | 2024-12-20T21:15:49.576Z | Downloaded thiserror-no-std v2.0.2 |
818 | 2024-12-20T21:15:49.576Z | Downloaded ppv-lite86 v0.2.20 |
819 | 2024-12-20T21:15:49.594Z | Downloaded russh-cryptovec v0.7.3 |
820 | 2024-12-20T21:15:49.594Z | Downloaded tap v1.0.1 |
821 | 2024-12-20T21:15:49.594Z | Downloaded globset v0.4.15 |
822 | 2024-12-20T21:15:49.594Z | Downloaded glob v0.3.1 |
823 | 2024-12-20T21:15:49.594Z | Downloaded typify v0.2.0 |
824 | 2024-12-20T21:15:49.598Z | Downloaded try-lock v0.2.5 |
825 | 2024-12-20T21:15:49.598Z | Downloaded toolchain_find v0.4.0 |
826 | 2024-12-20T21:15:49.598Z | Downloaded strum v0.26.3 |
827 | 2024-12-20T21:15:49.599Z | Downloaded num-iter v0.1.45 |
828 | 2024-12-20T21:15:49.599Z | Downloaded dhcproto v0.12.0 |
829 | 2024-12-20T21:15:49.599Z | Downloaded hashbrown v0.12.3 |
830 | 2024-12-20T21:15:49.599Z | Downloaded tabwriter v1.4.0 |
831 | 2024-12-20T21:15:49.599Z | Downloaded pkcs5 v0.7.1 |
832 | 2024-12-20T21:15:49.602Z | Downloaded rustc_version v0.4.1 |
833 | 2024-12-20T21:15:49.605Z | Downloaded slog v2.7.0 |
834 | 2024-12-20T21:15:49.605Z | Downloaded walkdir v2.5.0 |
835 | 2024-12-20T21:15:49.608Z | Downloaded dyn-clone v1.0.17 |
836 | 2024-12-20T21:15:49.613Z | Downloaded time v0.3.36 |
837 | 2024-12-20T21:15:49.616Z | Downloaded tinystr v0.7.6 |
838 | 2024-12-20T21:15:49.620Z | Downloaded tinyvec v1.8.0 |
839 | 2024-12-20T21:15:49.625Z | Downloaded publicsuffix v2.2.3 |
840 | 2024-12-20T21:15:49.625Z | Downloaded aws-lc-rs v1.10.0 |
841 | 2024-12-20T21:15:49.632Z | Downloaded scheduled-thread-pool v0.2.7 |
842 | 2024-12-20T21:15:49.635Z | Downloaded parse-display v0.10.0 |
843 | 2024-12-20T21:15:49.635Z | Downloaded float-ord v0.3.2 |
844 | 2024-12-20T21:15:49.643Z | Downloaded thiserror-impl v2.0.3 |
845 | 2024-12-20T21:15:49.643Z | Downloaded p521 v0.13.3 |
846 | 2024-12-20T21:15:49.650Z | Downloaded downcast v0.11.0 |
847 | 2024-12-20T21:15:49.650Z | Downloaded rand_seeder v0.3.0 |
848 | 2024-12-20T21:15:49.650Z | Downloaded r2d2 v0.8.10 |
849 | 2024-12-20T21:15:49.650Z | Downloaded aho-corasick v1.1.3 |
850 | 2024-12-20T21:15:49.655Z | Downloaded openssl-sys v0.9.103 |
851 | 2024-12-20T21:15:49.660Z | Downloaded foreign-types v0.5.0 |
852 | 2024-12-20T21:15:49.660Z | Downloaded typed-path v0.9.3 |
853 | 2024-12-20T21:15:49.665Z | Downloaded serde-big-array v0.5.1 |
854 | 2024-12-20T21:15:49.669Z | Downloaded rustc-hash v1.1.0 |
855 | 2024-12-20T21:15:49.670Z | Downloaded fd-lock v4.0.2 |
856 | 2024-12-20T21:15:49.674Z | Downloaded nom v7.1.3 |
857 | 2024-12-20T21:15:49.677Z | Downloaded ghash v0.5.1 |
858 | 2024-12-20T21:15:49.677Z | Downloaded oso v0.27.3 |
859 | 2024-12-20T21:15:49.680Z | Downloaded tough v0.19.0 |
860 | 2024-12-20T21:15:49.687Z | Downloaded strum_macros v0.26.4 |
861 | 2024-12-20T21:15:49.690Z | Downloaded newtype_derive v0.1.6 |
862 | 2024-12-20T21:15:49.696Z | Downloaded zone_cfg_derive v0.1.2 |
863 | 2024-12-20T21:15:49.696Z | Downloaded shlex v1.3.0 |
864 | 2024-12-20T21:15:49.696Z | Downloaded packed_struct_codegen v0.10.1 |
865 | 2024-12-20T21:15:49.696Z | Downloaded float-cmp v0.9.0 |
866 | 2024-12-20T21:15:49.700Z | Downloaded getrandom v0.2.15 |
867 | 2024-12-20T21:15:49.700Z | Downloaded parking_lot_core v0.9.10 |
868 | 2024-12-20T21:15:49.700Z | Downloaded pkcs1 v0.7.5 |
869 | 2024-12-20T21:15:49.707Z | Downloaded zerocopy-derive v0.8.10 |
870 | 2024-12-20T21:15:49.711Z | Downloaded dirs-next v2.0.0 |
871 | 2024-12-20T21:15:49.711Z | Downloaded difflib v0.4.0 |
872 | 2024-12-20T21:15:49.711Z | Downloaded phf_generator v0.11.2 |
873 | 2024-12-20T21:15:49.715Z | Downloaded h2 v0.4.6 |
874 | 2024-12-20T21:15:49.719Z | Downloaded untrusted v0.9.0 |
875 | 2024-12-20T21:15:49.721Z | Downloaded zone v0.1.8 |
876 | 2024-12-20T21:15:49.722Z | Downloaded untrusted v0.7.1 |
877 | 2024-12-20T21:15:49.724Z | Downloaded serde-hex v0.1.0 |
878 | 2024-12-20T21:15:49.724Z | Downloaded rustc_version v0.1.7 |
879 | 2024-12-20T21:15:49.726Z | Downloaded ff v0.13.0 |
880 | 2024-12-20T21:15:49.726Z | Downloaded parse-zoneinfo v0.3.1 |
881 | 2024-12-20T21:15:49.729Z | Downloaded dirs-sys-next v0.1.2 |
882 | 2024-12-20T21:15:49.734Z | Downloaded parse-display-derive v0.10.0 |
883 | 2024-12-20T21:15:49.734Z | Downloaded futures-core v0.3.31 |
884 | 2024-12-20T21:15:49.737Z | Downloaded snafu-derive v0.8.5 |
885 | 2024-12-20T21:15:49.737Z | Downloaded vsss-rs v3.3.4 |
886 | 2024-12-20T21:15:49.737Z | Downloaded ed25519 v2.2.3 |
887 | 2024-12-20T21:15:49.740Z | Downloaded display-error-chain v0.2.2 |
888 | 2024-12-20T21:15:49.740Z | Downloaded secrecy v0.8.0 |
889 | 2024-12-20T21:15:49.746Z | Downloaded smallvec v1.13.2 |
890 | 2024-12-20T21:15:49.746Z | Downloaded nibble_vec v0.1.0 |
891 | 2024-12-20T21:15:49.750Z | Downloaded progenitor-macro v0.8.0 |
892 | 2024-12-20T21:15:49.750Z | Downloaded lalrpop v0.19.12 |
893 | 2024-12-20T21:15:49.757Z | Downloaded quinn-udp v0.5.5 |
894 | 2024-12-20T21:15:49.760Z | Downloaded toml_edit v0.19.15 |
895 | 2024-12-20T21:15:49.775Z | Downloaded num-complex v0.4.6 |
896 | 2024-12-20T21:15:49.778Z | Downloaded icu_properties_data v1.5.0 |
897 | 2024-12-20T21:15:49.789Z | Downloaded flume v0.11.1 |
898 | 2024-12-20T21:15:49.792Z | Downloaded signal-hook v0.3.17 |
899 | 2024-12-20T21:15:49.795Z | Downloaded socket2 v0.5.7 |
900 | 2024-12-20T21:15:49.797Z | Downloaded futures-util v0.3.31 |
901 | 2024-12-20T21:15:49.808Z | Downloaded unicode-properties v0.1.3 |
902 | 2024-12-20T21:15:49.811Z | Downloaded tungstenite v0.23.0 |
903 | 2024-12-20T21:15:49.814Z | Downloaded num-rational v0.4.2 |
904 | 2024-12-20T21:15:49.817Z | Downloaded x509-cert v0.2.5 |
905 | 2024-12-20T21:15:49.821Z | Downloaded sqlparser v0.45.0 |
906 | 2024-12-20T21:15:49.829Z | Downloaded vergen v8.3.2 |
907 | 2024-12-20T21:15:49.832Z | Downloaded parking_lot v0.11.2 |
908 | 2024-12-20T21:15:49.832Z | Downloaded pin-project v1.1.6 |
909 | 2024-12-20T21:15:49.843Z | Downloaded unsafe-libyaml v0.2.11 |
910 | 2024-12-20T21:15:49.846Z | Downloaded unicode-bidi v0.3.17 |
911 | 2024-12-20T21:15:49.850Z | Downloaded bindgen v0.69.5 |
912 | 2024-12-20T21:15:49.856Z | Downloaded vcpkg v0.2.15 |
913 | 2024-12-20T21:15:49.894Z | Downloaded serde_yaml v0.9.34+deprecated |
914 | 2024-12-20T21:15:49.898Z | Downloaded idna v0.5.0 |
915 | 2024-12-20T21:15:49.906Z | Downloaded rustyline v14.0.0 |
916 | 2024-12-20T21:15:49.913Z | Downloaded zip v2.1.3 |
917 | 2024-12-20T21:15:49.919Z | Downloaded chrono v0.4.38 |
918 | 2024-12-20T21:15:49.922Z | Downloaded num-traits v0.2.19 |
919 | 2024-12-20T21:15:49.924Z | Downloaded tokio-util v0.7.12 |
920 | 2024-12-20T21:15:49.931Z | Downloaded winnow v0.5.40 |
921 | 2024-12-20T21:15:49.944Z | Downloaded quinn-proto v0.11.8 |
922 | 2024-12-20T21:15:49.947Z | Downloaded idna v0.3.0 |
923 | 2024-12-20T21:15:49.953Z | Downloaded idna v0.2.3 |
924 | 2024-12-20T21:15:49.961Z | Downloaded salty v0.3.0 |
925 | 2024-12-20T21:15:49.967Z | Downloaded portable-atomic v1.9.0 |
926 | 2024-12-20T21:15:49.974Z | Downloaded bitvec v1.0.1 |
927 | 2024-12-20T21:15:49.989Z | Downloaded rustls-webpki v0.101.7 |
928 | 2024-12-20T21:15:50.003Z | Downloaded flate2 v1.0.34 |
929 | 2024-12-20T21:15:50.008Z | Downloaded zerovec v0.10.4 |
930 | 2024-12-20T21:15:50.015Z | Downloaded reqwest v0.12.9 |
931 | 2024-12-20T21:15:50.026Z | Downloaded unicode-normalization v0.1.24 |
932 | 2024-12-20T21:15:50.030Z | Downloaded trust-dns-proto v0.22.0 |
933 | 2024-12-20T21:15:50.043Z | Downloaded radix_trie v0.2.1 |
934 | 2024-12-20T21:15:50.046Z | Downloaded quick-xml v0.33.0 |
935 | 2024-12-20T21:15:50.049Z | Downloaded ed25519-dalek v2.1.1 |
936 | 2024-12-20T21:15:50.053Z | Downloaded proptest v1.5.0 |
937 | 2024-12-20T21:15:50.062Z | Downloaded num-bigint-dig v0.8.4 |
938 | 2024-12-20T21:15:50.067Z | Downloaded hickory-proto v0.24.1 |
939 | 2024-12-20T21:15:50.082Z | Downloaded reedline v0.35.0 |
940 | 2024-12-20T21:15:50.089Z | Downloaded unicode-width v0.2.0 |
941 | 2024-12-20T21:15:50.095Z | Downloaded curve25519-dalek v4.1.3 |
942 | 2024-12-20T21:15:50.104Z | Downloaded p384 v0.13.0 |
943 | 2024-12-20T21:15:50.110Z | Downloaded regex-syntax v0.6.29 |
944 | 2024-12-20T21:15:50.117Z | Downloaded rustls-webpki v0.102.8 |
945 | 2024-12-20T21:15:50.140Z | Downloaded dropshot v0.13.0 |
946 | 2024-12-20T21:15:50.161Z | Downloaded rustls v0.23.19 |
947 | 2024-12-20T21:15:50.181Z | Downloaded regex-syntax v0.8.5 |
948 | 2024-12-20T21:15:50.204Z | Downloaded regress v0.10.1 |
949 | 2024-12-20T21:15:50.204Z | Downloaded nix v0.27.1 |
950 | 2024-12-20T21:15:50.223Z | Downloaded webpki-roots v0.26.6 |
951 | 2024-12-20T21:15:50.223Z | Downloaded sled v0.34.7 |
952 | 2024-12-20T21:15:50.223Z | Downloaded gimli v0.31.1 |
953 | 2024-12-20T21:15:50.245Z | Downloaded smoltcp v0.11.0 |
954 | 2024-12-20T21:15:50.246Z | Downloaded openssl v0.10.66 |
955 | 2024-12-20T21:15:50.257Z | Downloaded object v0.30.4 |
956 | 2024-12-20T21:15:50.257Z | Downloaded git2 v0.19.0 |
957 | 2024-12-20T21:15:50.265Z | Downloaded rustls v0.21.12 |
958 | 2024-12-20T21:15:50.272Z | Downloaded petname v2.0.2 |
959 | 2024-12-20T21:15:50.277Z | Downloaded nix v0.29.0 |
960 | 2024-12-20T21:15:50.288Z | Downloaded regex v1.11.1 |
961 | 2024-12-20T21:15:50.324Z | Downloaded typify-impl v0.2.0 |
962 | 2024-12-20T21:15:50.334Z | Downloaded object v0.36.5 |
963 | 2024-12-20T21:15:50.335Z | Downloaded diesel v2.2.6 |
964 | 2024-12-20T21:15:50.349Z | Downloaded nix v0.28.0 |
965 | 2024-12-20T21:15:50.358Z | Downloaded openapiv3 v2.0.0 |
966 | 2024-12-20T21:15:50.370Z | Downloaded regress v0.9.1 |
967 | 2024-12-20T21:15:50.377Z | Downloaded bstr v1.10.0 |
968 | 2024-12-20T21:15:50.392Z | Downloaded lzma-sys v0.1.20 |
969 | 2024-12-20T21:15:50.417Z | Downloaded zerocopy-derive v0.6.6 |
970 | 2024-12-20T21:15:50.432Z | Downloaded ratatui v0.28.1 |
971 | 2024-12-20T21:15:50.448Z | Downloaded chrono-tz v0.10.0 |
972 | 2024-12-20T21:15:50.453Z | Downloaded dropshot v0.12.0 |
973 | 2024-12-20T21:15:50.471Z | Downloaded tokio v1.40.0 |
974 | 2024-12-20T21:15:50.509Z | Downloaded rustls v0.22.4 |
975 | 2024-12-20T21:15:50.521Z | Downloaded libz-sys v1.1.20 |
976 | 2024-12-20T21:15:50.542Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
977 | 2024-12-20T21:15:50.554Z | Downloaded polar-core v0.27.3 |
978 | 2024-12-20T21:15:50.562Z | Downloaded smoltcp v0.9.1 |
979 | 2024-12-20T21:15:50.573Z | Downloaded regex-automata v0.4.8 |
980 | 2024-12-20T21:15:50.592Z | Downloaded hashbrown v0.14.5 |
981 | 2024-12-20T21:15:50.595Z | Downloaded zerocopy v0.8.10 |
982 | 2024-12-20T21:15:50.618Z | Downloaded rcgen v0.12.1 |
983 | 2024-12-20T21:15:50.621Z | Downloaded ssh-key v0.6.6 |
984 | 2024-12-20T21:15:50.627Z | Downloaded idna v0.4.0 |
985 | 2024-12-20T21:15:50.636Z | Downloaded tungstenite v0.24.0 |
986 | 2024-12-20T21:15:50.639Z | Downloaded sha3 v0.10.8 |
987 | 2024-12-20T21:15:50.641Z | Downloaded tungstenite v0.21.0 |
988 | 2024-12-20T21:15:50.646Z | Downloaded rsa v0.9.6 |
989 | 2024-12-20T21:15:50.649Z | Downloaded russh v0.45.0 |
990 | 2024-12-20T21:15:50.654Z | Downloaded petgraph v0.6.5 |
991 | 2024-12-20T21:15:50.674Z | Downloaded rayon v1.10.0 |
992 | 2024-12-20T21:15:50.681Z | Downloaded num-bigint v0.4.6 |
993 | 2024-12-20T21:15:50.686Z | Downloaded newtype-uuid v1.1.3 |
994 | 2024-12-20T21:15:50.690Z | Downloaded csv v1.3.0 |
995 | 2024-12-20T21:15:50.707Z | Downloaded diff v0.1.13 |
996 | 2024-12-20T21:15:50.709Z | Downloaded blake3 v1.5.4 |
997 | 2024-12-20T21:15:50.715Z | Downloaded unicode_categories v0.1.1 |
998 | 2024-12-20T21:15:50.718Z | Downloaded unicode-segmentation v1.12.0 |
999 | 2024-12-20T21:15:50.722Z | Downloaded serde_with v3.11.0 |
1000 | 2024-12-20T21:15:50.729Z | Downloaded displaydoc v0.2.5 |
1001 | 2024-12-20T21:15:50.732Z | Downloaded diesel_derives v2.2.3 |
1002 | 2024-12-20T21:15:50.743Z | Downloaded fixedbitset v0.4.2 |
1003 | 2024-12-20T21:15:50.747Z | Downloaded rand_chacha v0.3.1 |
1004 | 2024-12-20T21:15:50.747Z | Downloaded zopfli v0.8.1 |
1005 | 2024-12-20T21:15:50.747Z | Downloaded structmeta-derive v0.3.0 |
1006 | 2024-12-20T21:15:50.747Z | Downloaded darling_core v0.20.10 |
1007 | 2024-12-20T21:15:50.747Z | Downloaded radium v0.7.0 |
1008 | 2024-12-20T21:15:50.747Z | Downloaded group v0.13.0 |
1009 | 2024-12-20T21:15:50.750Z | Downloaded rtoolbox v0.0.2 |
1010 | 2024-12-20T21:15:50.750Z | Downloaded ecdsa v0.16.9 |
1011 | 2024-12-20T21:15:50.753Z | Downloaded supports-color v3.0.1 |
1012 | 2024-12-20T21:15:50.753Z | Downloaded strum_macros v0.25.3 |
1013 | 2024-12-20T21:15:50.756Z | Downloaded percent-encoding v2.3.1 |
1014 | 2024-12-20T21:15:50.756Z | Downloaded pbkdf2 v0.12.2 |
1015 | 2024-12-20T21:15:50.756Z | Downloaded futures-sink v0.3.31 |
1016 | 2024-12-20T21:15:50.759Z | Downloaded pem-rfc7468 v0.7.0 |
1017 | 2024-12-20T21:15:50.759Z | Downloaded rusqlite v0.32.1 |
1018 | 2024-12-20T21:15:50.766Z | Downloaded twox-hash v1.6.3 |
1019 | 2024-12-20T21:15:50.768Z | Downloaded encoding_rs v0.8.34 |
1020 | 2024-12-20T21:15:50.786Z | Downloaded hashbrown v0.13.2 |
1021 | 2024-12-20T21:15:50.793Z | Downloaded tokio-tungstenite v0.21.0 |
1022 | 2024-12-20T21:15:50.797Z | Downloaded miniz_oxide v0.8.0 |
1023 | 2024-12-20T21:15:50.799Z | Downloaded rand_core v0.6.4 |
1024 | 2024-12-20T21:15:50.799Z | Downloaded progenitor v0.8.0 |
1025 | 2024-12-20T21:15:50.799Z | Downloaded powerfmt v0.2.0 |
1026 | 2024-12-20T21:15:50.802Z | Downloaded thiserror v2.0.3 |
1027 | 2024-12-20T21:15:50.805Z | Downloaded term v0.7.0 |
1028 | 2024-12-20T21:15:50.808Z | Downloaded url v2.5.3 |
1029 | 2024-12-20T21:15:50.812Z | Downloaded slog-envlogger v2.2.0 |
1030 | 2024-12-20T21:15:50.816Z | Downloaded slog-dtrace v0.3.0 |
1031 | 2024-12-20T21:15:50.816Z | Downloaded slog-bunyan v2.5.0 |
1032 | 2024-12-20T21:15:50.816Z | Downloaded futures-macro v0.3.31 |
1033 | 2024-12-20T21:15:50.816Z | Downloaded futures-io v0.3.31 |
1034 | 2024-12-20T21:15:50.819Z | Downloaded hyper v1.5.0 |
1035 | 2024-12-20T21:15:50.822Z | Downloaded predicates v3.1.2 |
1036 | 2024-12-20T21:15:50.825Z | Downloaded futures v0.3.31 |
1037 | 2024-12-20T21:15:50.829Z | Downloaded quinn v0.11.5 |
1038 | 2024-12-20T21:15:50.832Z | Downloaded form_urlencoded v1.2.1 |
1039 | 2024-12-20T21:15:50.835Z | Downloaded foreign-types-macros v0.2.3 |
1040 | 2024-12-20T21:15:50.835Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1041 | 2024-12-20T21:15:50.891Z | Downloaded hashlink v0.9.1 |
1042 | 2024-12-20T21:15:50.895Z | Downloaded subprocess v0.2.9 |
1043 | 2024-12-20T21:15:50.897Z | Downloaded expectorate v1.1.0 |
1044 | 2024-12-20T21:15:50.897Z | Downloaded zerofrom-derive v0.1.4 |
1045 | 2024-12-20T21:15:50.900Z | Downloaded password-hash v0.5.0 |
1046 | 2024-12-20T21:15:50.900Z | Downloaded password-hash v0.4.2 |
1047 | 2024-12-20T21:15:50.905Z | Downloaded simd-adler32 v0.3.7 |
1048 | 2024-12-20T21:15:50.905Z | Downloaded whoami v1.5.2 |
1049 | 2024-12-20T21:15:50.910Z | Downloaded ron v0.7.1 |
1050 | 2024-12-20T21:15:50.913Z | Downloaded tar v0.4.42 |
1051 | 2024-12-20T21:15:50.913Z | Downloaded zip v0.6.6 |
1052 | 2024-12-20T21:15:50.918Z | Downloaded hash32 v0.3.1 |
1053 | 2024-12-20T21:15:50.922Z | Downloaded universal-hash v0.5.1 |
1054 | 2024-12-20T21:15:50.922Z | Downloaded pin-utils v0.1.0 |
1055 | 2024-12-20T21:15:50.922Z | Downloaded serde_derive_internals v0.29.1 |
1056 | 2024-12-20T21:15:50.922Z | Downloaded schemars v0.8.21 |
1057 | 2024-12-20T21:15:50.932Z | Downloaded zerocopy v0.6.6 |
1058 | 2024-12-20T21:15:50.936Z | Downloaded parking_lot_core v0.8.6 |
1059 | 2024-12-20T21:15:50.936Z | Downloaded der v0.7.9 |
1060 | 2024-12-20T21:15:50.940Z | Downloaded tracing-core v0.1.32 |
1061 | 2024-12-20T21:15:50.943Z | Downloaded nu-ansi-term v0.50.1 |
1062 | 2024-12-20T21:15:50.946Z | Downloaded rand v0.8.5 |
1063 | 2024-12-20T21:15:50.950Z | Downloaded minimal-lexical v0.2.1 |
1064 | 2024-12-20T21:15:50.954Z | Downloaded base64 v0.22.1 |
1065 | 2024-12-20T21:15:50.959Z | Downloaded crossbeam-channel v0.5.13 |
1066 | 2024-12-20T21:15:50.962Z | Downloaded const_format v0.2.33 |
1067 | 2024-12-20T21:15:50.966Z | Downloaded base64 v0.21.7 |
1068 | 2024-12-20T21:15:50.970Z | Downloaded strum_macros v0.24.3 |
1069 | 2024-12-20T21:15:50.973Z | Downloaded half v2.4.1 |
1070 | 2024-12-20T21:15:50.976Z | Downloaded samael v0.0.17 |
1071 | 2024-12-20T21:15:50.979Z | Downloaded base64 v0.13.1 |
1072 | 2024-12-20T21:15:50.982Z | Downloaded dropshot_endpoint v0.12.0 |
1073 | 2024-12-20T21:15:50.985Z | Downloaded defmt v0.3.8 |
1074 | 2024-12-20T21:15:50.987Z | Downloaded uuid v1.11.0 |
1075 | 2024-12-20T21:15:50.990Z | Downloaded qorb v0.2.1 |
1076 | 2024-12-20T21:15:50.994Z | Downloaded omicron-zone-package v0.11.1 |
1077 | 2024-12-20T21:15:50.997Z | Downloaded writeable v0.5.5 |
1078 | 2024-12-20T21:15:51.000Z | Downloaded typify-macro v0.2.0 |
1079 | 2024-12-20T21:15:51.000Z | Downloaded cc v1.1.30 |
1080 | 2024-12-20T21:15:51.004Z | Downloaded signal-hook-registry v1.4.2 |
1081 | 2024-12-20T21:15:51.004Z | Downloaded num-derive v0.4.2 |
1082 | 2024-12-20T21:15:51.007Z | Downloaded mockall_derive v0.13.0 |
1083 | 2024-12-20T21:15:51.012Z | Downloaded poly1305 v0.8.0 |
1084 | 2024-12-20T21:15:51.012Z | Downloaded pin-project-internal v1.1.6 |
1085 | 2024-12-20T21:15:51.016Z | Downloaded env_logger v0.10.2 |
1086 | 2024-12-20T21:15:51.017Z | Downloaded tiny-keccak v2.0.2 |
1087 | 2024-12-20T21:15:51.020Z | Downloaded thread_local v1.1.8 |
1088 | 2024-12-20T21:15:51.020Z | Downloaded mockall v0.13.0 |
1089 | 2024-12-20T21:15:51.020Z | Downloaded env_logger v0.11.5 |
1090 | 2024-12-20T21:15:51.023Z | Downloaded uzers v0.12.1 |
1091 | 2024-12-20T21:15:51.023Z | Downloaded unicode-truncate v1.1.0 |
1092 | 2024-12-20T21:15:51.027Z | Downloaded http v1.1.0 |
1093 | 2024-12-20T21:15:51.030Z | Downloaded zerofrom v0.1.4 |
1094 | 2024-12-20T21:15:51.031Z | Downloaded test-strategy v0.3.1 |
1095 | 2024-12-20T21:15:51.034Z | Downloaded hyper-util v0.1.10 |
1096 | 2024-12-20T21:15:51.037Z | Downloaded allocator-api2 v0.2.18 |
1097 | 2024-12-20T21:15:51.040Z | Downloaded tracing-attributes v0.1.27 |
1098 | 2024-12-20T21:15:51.043Z | Downloaded debug-ignore v1.0.5 |
1099 | 2024-12-20T21:15:51.043Z | Downloaded data-encoding v2.6.0 |
1100 | 2024-12-20T21:15:51.043Z | Downloaded tokio-macros v2.4.0 |
1101 | 2024-12-20T21:15:51.052Z | Downloaded icu_properties v1.5.1 |
1102 | 2024-12-20T21:15:51.055Z | Downloaded smf v0.2.3 |
1103 | 2024-12-20T21:15:51.056Z | Downloaded fallible-iterator v0.2.0 |
1104 | 2024-12-20T21:15:51.056Z | Downloaded icu_normalizer v1.5.0 |
1105 | 2024-12-20T21:15:51.056Z | Downloaded hmac v0.12.1 |
1106 | 2024-12-20T21:15:51.056Z | Downloaded termios v0.3.3 |
1107 | 2024-12-20T21:15:51.056Z | Downloaded serde_plain v1.0.2 |
1108 | 2024-12-20T21:15:51.059Z | Downloaded serde_path_to_error v0.1.16 |
1109 | 2024-12-20T21:15:51.059Z | Downloaded same-file v1.0.6 |
1110 | 2024-12-20T21:15:51.059Z | Downloaded icu_normalizer_data v1.5.0 |
1111 | 2024-12-20T21:15:51.062Z | Downloaded icu_provider v1.5.0 |
1112 | 2024-12-20T21:15:51.065Z | Downloaded indexmap v1.9.3 |
1113 | 2024-12-20T21:15:51.067Z | Downloaded resolv-conf v0.7.0 |
1114 | 2024-12-20T21:15:51.070Z | Downloaded highway v1.2.0 |
1115 | 2024-12-20T21:15:51.070Z | Downloaded ref-cast-impl v1.0.23 |
1116 | 2024-12-20T21:15:51.070Z | Downloaded ref-cast v1.0.23 |
1117 | 2024-12-20T21:15:51.079Z | Downloaded httparse v1.9.5 |
1118 | 2024-12-20T21:15:51.082Z | Downloaded ctr v0.9.2 |
1119 | 2024-12-20T21:15:51.083Z | Downloaded bcs v0.1.6 |
1120 | 2024-12-20T21:15:51.083Z | Downloaded ciborium v0.2.2 |
1121 | 2024-12-20T21:15:51.083Z | Downloaded libsw v3.3.1 |
1122 | 2024-12-20T21:15:51.086Z | Downloaded chrono-tz-build v0.4.0 |
1123 | 2024-12-20T21:15:51.086Z | Downloaded csv-core v0.1.11 |
1124 | 2024-12-20T21:15:51.086Z | Downloaded kstat-rs v0.2.4 |
1125 | 2024-12-20T21:15:51.086Z | Downloaded iana-time-zone v0.1.61 |
1126 | 2024-12-20T21:15:51.089Z | Downloaded bzip2 v0.4.4 |
1127 | 2024-12-20T21:15:51.089Z | Downloaded arrayvec v0.7.6 |
1128 | 2024-12-20T21:15:51.091Z | Downloaded crc-catalog v2.4.0 |
1129 | 2024-12-20T21:15:51.094Z | Downloaded base64ct v1.6.0 |
1130 | 2024-12-20T21:15:51.094Z | Downloaded colored v2.1.0 |
1131 | 2024-12-20T21:15:51.097Z | Downloaded bcrypt-pbkdf v0.10.0 |
1132 | 2024-12-20T21:15:51.097Z | Downloaded async-bb8-diesel v0.2.1 |
1133 | 2024-12-20T21:15:51.100Z | Downloaded argon2 v0.5.3 |
1134 | 2024-12-20T21:15:51.106Z | Downloaded lru-cache v0.1.2 |
1135 | 2024-12-20T21:15:51.106Z | Downloaded lockfree-object-pool v0.1.6 |
1136 | 2024-12-20T21:15:51.112Z | Downloaded instability v0.3.2 |
1137 | 2024-12-20T21:15:51.112Z | Downloaded indoc v1.0.9 |
1138 | 2024-12-20T21:15:51.112Z | Downloaded curve25519-dalek-derive v0.1.1 |
1139 | 2024-12-20T21:15:51.112Z | Downloaded cmake v0.1.51 |
1140 | 2024-12-20T21:15:51.116Z | Downloaded cbc v0.1.2 |
1141 | 2024-12-20T21:15:51.116Z | Downloaded base16ct v0.2.0 |
1142 | 2024-12-20T21:15:51.116Z | Downloaded impl-trait-for-tuples v0.2.2 |
1143 | 2024-12-20T21:15:51.119Z | Downloaded cobs v0.2.3 |
1144 | 2024-12-20T21:15:51.119Z | Downloaded cipher v0.4.4 |
1145 | 2024-12-20T21:15:51.119Z | Downloaded cexpr v0.6.0 |
1146 | 2024-12-20T21:15:51.121Z | Downloaded blowfish v0.9.1 |
1147 | 2024-12-20T21:15:51.121Z | Downloaded block-padding v0.3.3 |
1148 | 2024-12-20T21:15:51.121Z | Downloaded bitfield-struct v0.6.2 |
1149 | 2024-12-20T21:15:51.126Z | Downloaded castaway v0.2.3 |
1150 | 2024-12-20T21:15:51.126Z | Downloaded cassowary v0.3.0 |
1151 | 2024-12-20T21:15:51.126Z | Downloaded bit-set v0.5.3 |
1152 | 2024-12-20T21:15:51.129Z | Downloaded indent_write v2.2.0 |
1153 | 2024-12-20T21:15:51.129Z | Downloaded httpdate v1.0.3 |
1154 | 2024-12-20T21:15:51.129Z | Downloaded hostname v0.4.0 |
1155 | 2024-12-20T21:15:51.129Z | Downloaded hex v0.4.3 |
1156 | 2024-12-20T21:15:51.132Z | Downloaded home v0.5.9 |
1157 | 2024-12-20T21:15:51.132Z | Downloaded hex-literal v0.4.1 |
1158 | 2024-12-20T21:15:51.136Z | Downloaded hubpack v0.1.2 |
1159 | 2024-12-20T21:15:51.136Z | Downloaded http-body-util v0.1.2 |
1160 | 2024-12-20T21:15:51.136Z | Downloaded bitflags v1.3.2 |
1161 | 2024-12-20T21:15:51.138Z | Downloaded array-init v0.0.4 |
1162 | 2024-12-20T21:15:51.138Z | Downloaded addr2line v0.24.2 |
1163 | 2024-12-20T21:15:51.141Z | Downloaded backoff v0.4.0 |
1164 | 2024-12-20T21:15:51.144Z | Downloaded atomicwrites v0.4.4 |
1165 | 2024-12-20T21:15:51.144Z | Downloaded async-trait v0.1.83 |
1166 | 2024-12-20T21:15:51.147Z | Downloaded aead v0.5.2 |
1167 | 2024-12-20T21:15:51.147Z | Downloaded adler2 v2.0.0 |
1168 | 2024-12-20T21:15:51.222Z | Downloaded libsqlite3-sys v0.30.1 |
1169 | 2024-12-20T21:15:51.561Z | Downloaded ring v0.17.8 |
1170 | 2024-12-20T21:15:51.740Z | Downloaded ring v0.16.20 |
1171 | 2024-12-20T21:15:52.000Z | Downloaded aws-lc-sys v0.22.0 |
1172 | 2024-12-20T21:15:52.315Z | Compiling serde v1.0.215 |
1173 | 2024-12-20T21:15:52.318Z | Compiling lock_api v0.4.12 |
1174 | 2024-12-20T21:15:52.318Z | Compiling scopeguard v1.2.0 |
1175 | 2024-12-20T21:15:52.318Z | Compiling value-bag v1.9.0 |
1176 | 2024-12-20T21:15:52.318Z | Compiling typenum v1.17.0 |
1177 | 2024-12-20T21:15:52.318Z | Compiling generic-array v0.14.7 |
1178 | 2024-12-20T21:15:52.493Z | Compiling syn v2.0.87 |
1179 | 2024-12-20T21:15:52.505Z | Compiling getrandom v0.2.15 |
1180 | 2024-12-20T21:15:52.617Z | Compiling shlex v1.3.0 |
1181 | 2024-12-20T21:15:52.830Z | Compiling rand_core v0.6.4 |
1182 | 2024-12-20T21:15:53.040Z | Compiling log v0.4.22 |
1183 | 2024-12-20T21:15:53.099Z | Compiling subtle v2.6.1 |
1184 | 2024-12-20T21:15:53.121Z | Compiling jobserver v0.1.32 |
1185 | 2024-12-20T21:15:53.132Z | Compiling const-oid v0.9.6 |
1186 | 2024-12-20T21:15:53.381Z | Compiling smallvec v1.13.2 |
1187 | 2024-12-20T21:15:53.390Z | Compiling spin v0.9.8 |
1188 | 2024-12-20T21:15:53.406Z | Compiling pin-project-lite v0.2.14 |
1189 | 2024-12-20T21:15:53.552Z | Compiling cc v1.1.30 |
1190 | 2024-12-20T21:15:53.790Z | Compiling rustix v0.38.37 |
1191 | 2024-12-20T21:15:53.822Z | Compiling parking_lot_core v0.9.10 |
1192 | 2024-12-20T21:15:53.971Z | Compiling futures-core v0.3.31 |
1193 | 2024-12-20T21:15:54.035Z | Compiling signal-hook-registry v1.4.2 |
1194 | 2024-12-20T21:15:54.217Z | Compiling mio v1.0.2 |
1195 | 2024-12-20T21:15:54.712Z | Compiling parking_lot v0.12.3 |
1196 | 2024-12-20T21:15:54.877Z | Compiling aho-corasick v1.1.3 |
1197 | 2024-12-20T21:15:54.952Z | Compiling regex-syntax v0.8.5 |
1198 | 2024-12-20T21:15:55.207Z | Compiling cpufeatures v0.2.14 |
1199 | 2024-12-20T21:15:55.265Z | Compiling lazy_static v1.5.0 |
1200 | 2024-12-20T21:15:55.305Z | Compiling either v1.13.0 |
1201 | 2024-12-20T21:15:55.385Z | Compiling futures-sink v0.3.31 |
1202 | 2024-12-20T21:15:55.402Z | Compiling stable_deref_trait v1.2.0 |
1203 | 2024-12-20T21:15:55.517Z | Compiling glob v0.3.1 |
1204 | 2024-12-20T21:15:55.539Z | Compiling socket2 v0.5.7 |
1205 | 2024-12-20T21:15:55.639Z | Compiling slab v0.4.9 |
1206 | 2024-12-20T21:15:55.712Z | Compiling prettyplease v0.2.25 |
1207 | 2024-12-20T21:15:56.062Z | Compiling minimal-lexical v0.2.1 |
1208 | 2024-12-20T21:15:56.426Z | Compiling libloading v0.8.5 |
1209 | 2024-12-20T21:15:56.526Z | Compiling clang-sys v1.8.1 |
1210 | 2024-12-20T21:15:56.559Z | Compiling nom v7.1.3 |
1211 | 2024-12-20T21:15:56.625Z | Compiling serde_json v1.0.132 |
1212 | 2024-12-20T21:15:56.850Z | Compiling home v0.5.9 |
1213 | 2024-12-20T21:15:56.943Z | Compiling bindgen v0.69.5 |
1214 | 2024-12-20T21:15:57.132Z | Compiling itertools v0.10.5 |
1215 | 2024-12-20T21:15:57.763Z | Compiling futures-channel v0.3.31 |
1216 | 2024-12-20T21:15:57.917Z | Compiling futures-task v0.3.31 |
1217 | 2024-12-20T21:15:58.202Z | Compiling foldhash v0.1.3 |
1218 | 2024-12-20T21:15:58.221Z | Compiling lazycell v1.3.0 |
1219 | 2024-12-20T21:15:58.381Z | Compiling pin-utils v0.1.0 |
1220 | 2024-12-20T21:15:58.480Z | Compiling regex-automata v0.4.8 |
1221 | 2024-12-20T21:15:58.499Z | Compiling allocator-api2 v0.2.18 |
1222 | 2024-12-20T21:15:59.268Z | Compiling rustc-hash v1.1.0 |
1223 | 2024-12-20T21:15:59.420Z | Compiling futures-io v0.3.31 |
1224 | 2024-12-20T21:15:59.728Z | Compiling hashbrown v0.15.1 |
1225 | 2024-12-20T21:15:59.919Z | Compiling cexpr v0.6.0 |
1226 | 2024-12-20T21:16:00.289Z | Compiling synstructure v0.13.1 |
1227 | 2024-12-20T21:16:01.060Z | Compiling cmake v0.1.51 |
1228 | 2024-12-20T21:16:01.630Z | Compiling fs_extra v1.3.0 |
1229 | 2024-12-20T21:16:01.682Z | Compiling dunce v1.0.5 |
1230 | 2024-12-20T21:16:01.812Z | Compiling libm v0.2.8 |
1231 | 2024-12-20T21:16:02.048Z | Compiling pkg-config v0.3.31 |
1232 | 2024-12-20T21:16:02.131Z | Compiling tinyvec_macros v0.1.1 |
1233 | 2024-12-20T21:16:02.178Z | Compiling num-traits v0.2.19 |
1234 | 2024-12-20T21:16:02.230Z | Compiling tinyvec v1.8.0 |
1235 | 2024-12-20T21:16:02.679Z | Compiling ring v0.17.8 |
1236 | 2024-12-20T21:16:03.598Z | Compiling unicode-bidi v0.3.17 |
1237 | 2024-12-20T21:16:03.673Z | Compiling base64ct v1.6.0 |
1238 | 2024-12-20T21:16:03.738Z | Compiling unicode-normalization v0.1.24 |
1239 | 2024-12-20T21:16:03.760Z | Compiling litemap v0.7.3 |
1240 | 2024-12-20T21:16:03.852Z | Compiling paste v1.0.15 |
1241 | 2024-12-20T21:16:04.127Z | Compiling regex v1.11.1 |
1242 | 2024-12-20T21:16:04.254Z | Compiling writeable v0.5.5 |
1243 | 2024-12-20T21:16:04.417Z | Compiling pem-rfc7468 v0.7.0 |
1244 | 2024-12-20T21:16:04.993Z | Compiling flagset v0.4.6 |
1245 | 2024-12-20T21:16:05.117Z | Compiling aws-lc-rs v1.10.0 |
1246 | 2024-12-20T21:16:05.191Z | Compiling httparse v1.9.5 |
1247 | 2024-12-20T21:16:05.556Z | Compiling tracing-core v0.1.32 |
1248 | 2024-12-20T21:16:05.957Z | Compiling icu_locid_transform_data v1.5.0 |
1249 | 2024-12-20T21:16:06.061Z | Compiling rustls-pki-types v1.10.0 |
1250 | 2024-12-20T21:16:06.376Z | Compiling crossbeam-utils v0.8.20 |
1251 | 2024-12-20T21:16:06.836Z | Compiling percent-encoding v2.3.1 |
1252 | 2024-12-20T21:16:06.977Z | Compiling serde_derive v1.0.215 |
1253 | 2024-12-20T21:16:06.999Z | Compiling zeroize_derive v1.4.2 |
1254 | 2024-12-20T21:16:07.163Z | Compiling zerocopy-derive v0.7.35 |
1255 | 2024-12-20T21:16:07.201Z | Compiling tokio-macros v2.4.0 |
1256 | 2024-12-20T21:16:07.641Z | Compiling zerofrom-derive v0.1.4 |
1257 | 2024-12-20T21:16:08.573Z | Compiling zeroize v1.8.1 |
1258 | 2024-12-20T21:16:08.796Z | Compiling thiserror-impl v1.0.69 |
1259 | 2024-12-20T21:16:09.306Z | Compiling yoke-derive v0.7.4 |
1260 | 2024-12-20T21:16:09.462Z | Compiling zerocopy v0.7.35 |
1261 | 2024-12-20T21:16:10.268Z | Compiling crypto-common v0.1.6 |
1262 | 2024-12-20T21:16:10.514Z | Compiling block-buffer v0.10.4 |
1263 | 2024-12-20T21:16:10.616Z | Compiling futures-macro v0.3.31 |
1264 | 2024-12-20T21:16:10.778Z | Compiling digest v0.10.7 |
1265 | 2024-12-20T21:16:11.069Z | Compiling zerovec-derive v0.10.3 |
1266 | 2024-12-20T21:16:11.267Z | Compiling hmac v0.12.1 |
1267 | 2024-12-20T21:16:11.419Z | Compiling block-padding v0.3.3 |
1268 | 2024-12-20T21:16:11.550Z | Compiling displaydoc v0.2.5 |
1269 | 2024-12-20T21:16:11.680Z | Compiling inout v0.1.3 |
1270 | 2024-12-20T21:16:11.810Z | Compiling zerofrom v0.1.4 |
1271 | 2024-12-20T21:16:11.959Z | Compiling cipher v0.4.4 |
1272 | 2024-12-20T21:16:12.044Z | Compiling thiserror v1.0.69 |
1273 | 2024-12-20T21:16:12.064Z | Compiling sha2 v0.10.8 |
1274 | 2024-12-20T21:16:12.188Z | Compiling ppv-lite86 v0.2.20 |
1275 | 2024-12-20T21:16:12.385Z | Compiling yoke v0.7.4 |
1276 | 2024-12-20T21:16:12.476Z | Compiling icu_provider_macros v1.5.0 |
1277 | 2024-12-20T21:16:12.637Z | Compiling futures-util v0.3.31 |
1278 | 2024-12-20T21:16:12.773Z | Compiling der_derive v0.7.3 |
1279 | 2024-12-20T21:16:13.041Z | Compiling rand_chacha v0.3.1 |
1280 | 2024-12-20T21:16:13.240Z | Compiling tracing-attributes v0.1.27 |
1281 | 2024-12-20T21:16:13.626Z | Compiling rand v0.8.5 |
1282 | 2024-12-20T21:16:13.823Z | Compiling zerovec v0.10.4 |
1283 | 2024-12-20T21:16:15.291Z | Compiling der v0.7.9 |
1284 | 2024-12-20T21:16:15.320Z | Compiling salsa20 v0.10.2 |
1285 | 2024-12-20T21:16:15.550Z | Compiling pest v2.7.14 |
1286 | 2024-12-20T21:16:15.570Z | Compiling tinystr v0.7.6 |
1287 | 2024-12-20T21:16:15.824Z | Compiling icu_collections v1.5.0 |
1288 | 2024-12-20T21:16:15.999Z | Compiling icu_locid v1.5.0 |
1289 | 2024-12-20T21:16:16.018Z | Compiling pbkdf2 v0.12.2 |
1290 | 2024-12-20T21:16:16.202Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-12-20T21:16:16.534Z | Compiling powerfmt v0.2.0 |
1292 | 2024-12-20T21:16:16.945Z | Compiling untrusted v0.9.0 |
1293 | 2024-12-20T21:16:17.044Z | Compiling tracing v0.1.40 |
1294 | 2024-12-20T21:16:17.127Z | Compiling time-core v0.1.2 |
1295 | 2024-12-20T21:16:17.301Z | Compiling icu_provider v1.5.0 |
1296 | 2024-12-20T21:16:17.322Z | Compiling spki v0.7.3 |
1297 | 2024-12-20T21:16:17.570Z | Compiling untrusted v0.7.1 |
1298 | 2024-12-20T21:16:17.695Z | Compiling num-conv v0.1.0 |
1299 | 2024-12-20T21:16:17.745Z | Compiling vcpkg v0.2.15 |
1300 | 2024-12-20T21:16:17.979Z | Compiling mirai-annotations v1.12.0 |
1301 | 2024-12-20T21:16:18.175Z | Compiling icu_locid_transform v1.5.0 |
1302 | 2024-12-20T21:16:18.373Z | Compiling pest_meta v2.7.14 |
1303 | 2024-12-20T21:16:18.430Z | Compiling time-macros v0.2.18 |
1304 | 2024-12-20T21:16:18.729Z | Compiling deranged v0.3.11 |
1305 | 2024-12-20T21:16:18.853Z | Compiling scrypt v0.11.0 |
1306 | 2024-12-20T21:16:19.443Z | Compiling icu_properties v1.5.1 |
1307 | 2024-12-20T21:16:19.933Z | Compiling openssl-sys v0.9.103 |
1308 | 2024-12-20T21:16:20.662Z | Compiling aes v0.8.4 |
1309 | 2024-12-20T21:16:20.840Z | Compiling cbc v0.1.2 |
1310 | 2024-12-20T21:16:21.071Z | Compiling scroll_derive v0.12.0 |
1311 | 2024-12-20T21:16:21.555Z | Compiling bitflags v2.6.0 |
1312 | 2024-12-20T21:16:21.711Z | Compiling bytes v1.8.0 |
1313 | 2024-12-20T21:16:22.347Z | Compiling indexmap v2.6.0 |
1314 | 2024-12-20T21:16:22.562Z | Compiling semver v1.0.23 |
1315 | 2024-12-20T21:16:23.037Z | Compiling tokio v1.40.0 |
1316 | 2024-12-20T21:16:23.312Z | Compiling http v1.1.0 |
1317 | 2024-12-20T21:16:23.497Z | Compiling rustc_version v0.4.1 |
1318 | 2024-12-20T21:16:23.643Z | Compiling atomic-waker v1.1.2 |
1319 | 2024-12-20T21:16:23.817Z | Compiling write16 v1.0.0 |
1320 | 2024-12-20T21:16:23.872Z | Compiling utf16_iter v1.0.5 |
1321 | 2024-12-20T21:16:23.956Z | Compiling icu_normalizer_data v1.5.0 |
1322 | 2024-12-20T21:16:24.078Z | Compiling num_threads v0.1.7 |
1323 | 2024-12-20T21:16:24.134Z | Compiling utf8_iter v1.0.4 |
1324 | 2024-12-20T21:16:24.174Z | Compiling time v0.3.36 |
1325 | 2024-12-20T21:16:24.278Z | Compiling icu_normalizer v1.5.0 |
1326 | 2024-12-20T21:16:24.300Z | Compiling scroll v0.12.0 |
1327 | 2024-12-20T21:16:24.422Z | Compiling pkcs5 v0.7.1 |
1328 | 2024-12-20T21:16:24.810Z | Compiling http-body v1.0.1 |
1329 | 2024-12-20T21:16:25.146Z | Compiling pest_generator v2.7.14 |
1330 | 2024-12-20T21:16:25.599Z | Compiling form_urlencoded v1.2.1 |
1331 | 2024-12-20T21:16:25.668Z | Compiling try-lock v0.2.5 |
1332 | 2024-12-20T21:16:25.778Z | Compiling slog v2.7.0 |
1333 | 2024-12-20T21:16:25.820Z | Compiling which v4.4.2 |
1334 | 2024-12-20T21:16:25.921Z | Compiling goblin v0.8.2 |
1335 | 2024-12-20T21:16:26.390Z | Compiling want v0.3.1 |
1336 | 2024-12-20T21:16:26.447Z | Compiling idna_adapter v1.2.0 |
1337 | 2024-12-20T21:16:26.658Z | Compiling pkcs8 v0.10.2 |
1338 | 2024-12-20T21:16:26.662Z | Compiling httpdate v1.0.3 |
1339 | 2024-12-20T21:16:27.151Z | Compiling idna v1.0.3 |
1340 | 2024-12-20T21:16:27.247Z | Compiling pest_derive v2.7.14 |
1341 | 2024-12-20T21:16:27.366Z | Compiling toml_datetime v0.6.8 |
1342 | 2024-12-20T21:16:27.862Z | Compiling serde_spanned v0.6.8 |
1343 | 2024-12-20T21:16:28.031Z | Compiling dtrace-parser v0.2.0 |
1344 | 2024-12-20T21:16:28.086Z | Compiling uuid v1.11.0 |
1345 | 2024-12-20T21:16:28.151Z | Compiling serde_tokenstream v0.2.2 |
1346 | 2024-12-20T21:16:28.769Z | Compiling iana-time-zone v0.1.61 |
1347 | 2024-12-20T21:16:29.021Z | Compiling openssl v0.10.66 |
1348 | 2024-12-20T21:16:29.236Z | Compiling tower-service v0.3.3 |
1349 | 2024-12-20T21:16:29.352Z | Compiling match_cfg v0.1.0 |
1350 | 2024-12-20T21:16:29.375Z | Compiling rustversion v1.0.17 |
1351 | 2024-12-20T21:16:29.430Z | Compiling adler2 v2.0.0 |
1352 | 2024-12-20T21:16:29.451Z | Compiling base64 v0.22.1 |
1353 | 2024-12-20T21:16:29.487Z | Compiling foreign-types-shared v0.1.1 |
1354 | 2024-12-20T21:16:29.595Z | Compiling foreign-types v0.3.2 |
1355 | 2024-12-20T21:16:29.635Z | Compiling miniz_oxide v0.8.0 |
1356 | 2024-12-20T21:16:29.726Z | Compiling hostname v0.3.1 |
1357 | 2024-12-20T21:16:29.987Z | Compiling chrono v0.4.38 |
1358 | 2024-12-20T21:16:30.150Z | Compiling url v2.5.3 |
1359 | 2024-12-20T21:16:30.208Z | Compiling async-trait v0.1.83 |
1360 | 2024-12-20T21:16:31.139Z | Compiling openssl-macros v0.1.1 |
1361 | 2024-12-20T21:16:31.617Z | Compiling tokio-util v0.7.12 |
1362 | 2024-12-20T21:16:31.917Z | Compiling dof v0.3.0 |
1363 | 2024-12-20T21:16:32.155Z | Compiling dirs-sys-next v0.1.2 |
1364 | 2024-12-20T21:16:32.803Z | Compiling h2 v0.4.6 |
1365 | 2024-12-20T21:16:33.004Z | Compiling usdt-impl v0.5.0 |
1366 | 2024-12-20T21:16:33.026Z | Compiling rustls v0.23.19 |
1367 | 2024-12-20T21:16:33.287Z | Compiling data-encoding v2.6.0 |
1368 | 2024-12-20T21:16:33.739Z | Compiling siphasher v0.3.11 |
1369 | 2024-12-20T21:16:34.073Z | Compiling syn v1.0.109 |
1370 | 2024-12-20T21:16:34.124Z | Compiling native-tls v0.2.12 |
1371 | 2024-12-20T21:16:34.449Z | Compiling rustls v0.22.4 |
1372 | 2024-12-20T21:16:34.640Z | Compiling dirs-next v2.0.0 |
1373 | 2024-12-20T21:16:34.830Z | Compiling http-body-util v0.1.2 |
1374 | 2024-12-20T21:16:35.348Z | Compiling heapless v0.7.17 |
1375 | 2024-12-20T21:16:35.638Z | Compiling crossbeam-epoch v0.9.18 |
1376 | 2024-12-20T21:16:35.788Z | Compiling signature v2.2.0 |
1377 | 2024-12-20T21:16:36.085Z | Compiling sha1 v0.10.6 |
1378 | 2024-12-20T21:16:36.133Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1379 | 2024-12-20T21:16:36.169Z | Compiling serde_derive_internals v0.29.1 |
1380 | 2024-12-20T21:16:36.450Z | Compiling thread_local v1.1.8 |
1381 | 2024-12-20T21:16:36.511Z | Compiling cookie v0.18.1 |
1382 | 2024-12-20T21:16:36.622Z | Compiling encoding_rs v0.8.34 |
1383 | 2024-12-20T21:16:36.783Z | Compiling multer v3.1.0 |
1384 | 2024-12-20T21:16:37.014Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-12-20T21:16:37.073Z | Compiling mime v0.3.17 |
1386 | 2024-12-20T21:16:37.401Z | Compiling ipnet v2.10.1 |
1387 | 2024-12-20T21:16:37.665Z | Compiling signal-hook v0.3.17 |
1388 | 2024-12-20T21:16:37.928Z | Compiling gimli v0.31.1 |
1389 | 2024-12-20T21:16:38.715Z | Compiling slog-async v2.8.0 |
1390 | 2024-12-20T21:16:38.736Z | Compiling schemars v0.8.21 |
1391 | 2024-12-20T21:16:38.975Z | Compiling rayon-core v1.12.1 |
1392 | 2024-12-20T21:16:39.055Z | Compiling unicode-properties v0.1.3 |
1393 | 2024-12-20T21:16:39.308Z | Compiling schemars_derive v0.8.21 |
1394 | 2024-12-20T21:16:39.329Z | Compiling toml_edit v0.22.22 |
1395 | 2024-12-20T21:16:39.456Z | Compiling stringprep v0.1.5 |
1396 | 2024-12-20T21:16:40.742Z | Compiling hyper v1.5.0 |
1397 | 2024-12-20T21:16:42.610Z | Compiling addr2line v0.24.2 |
1398 | 2024-12-20T21:16:43.089Z | Compiling usdt-attr-macro v0.5.0 |
1399 | 2024-12-20T21:16:43.293Z | Compiling hyper-util v0.1.10 |
1400 | 2024-12-20T21:16:43.337Z | Compiling usdt-macro v0.5.0 |
1401 | 2024-12-20T21:16:43.412Z | Compiling crossbeam-deque v0.8.5 |
1402 | 2024-12-20T21:16:43.734Z | Compiling term v0.7.0 |
1403 | 2024-12-20T21:16:44.733Z | Compiling slog-json v2.6.1 |
1404 | 2024-12-20T21:16:44.815Z | Compiling serde_urlencoded v0.7.1 |
1405 | 2024-12-20T21:16:44.834Z | Compiling curve25519-dalek v4.1.3 |
1406 | 2024-12-20T21:16:45.131Z | Compiling crossbeam-channel v0.5.13 |
1407 | 2024-12-20T21:16:45.254Z | Compiling enum-as-inner v0.6.1 |
1408 | 2024-12-20T21:16:45.334Z | Compiling futures-executor v0.3.31 |
1409 | 2024-12-20T21:16:45.462Z | Compiling md-5 v0.10.6 |
1410 | 2024-12-20T21:16:45.734Z | Compiling async-stream-impl v0.3.6 |
1411 | 2024-12-20T21:16:45.917Z | Compiling rustls-pemfile v2.2.0 |
1412 | 2024-12-20T21:16:46.254Z | Compiling num-integer v0.1.46 |
1413 | 2024-12-20T21:16:46.293Z | Compiling idna v0.3.0 |
1414 | 2024-12-20T21:16:46.353Z | Compiling idna v0.4.0 |
1415 | 2024-12-20T21:16:46.479Z | Compiling hash32 v0.2.1 |
1416 | 2024-12-20T21:16:46.875Z | Compiling ff v0.13.0 |
1417 | 2024-12-20T21:16:47.013Z | Compiling is-terminal v0.4.13 |
1418 | 2024-12-20T21:16:47.111Z | Compiling dropshot v0.12.0 |
1419 | 2024-12-20T21:16:47.140Z | Compiling object v0.36.5 |
1420 | 2024-12-20T21:16:47.160Z | Compiling linked-hash-map v0.5.6 |
1421 | 2024-12-20T21:16:47.381Z | Compiling psl-types v2.0.11 |
1422 | 2024-12-20T21:16:47.548Z | Compiling anyhow v1.0.93 |
1423 | 2024-12-20T21:16:47.575Z | Compiling fallible-iterator v0.2.0 |
1424 | 2024-12-20T21:16:47.698Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-12-20T21:16:48.017Z | Compiling num-bigint-dig v0.8.4 |
1426 | 2024-12-20T21:16:48.038Z | Compiling smoltcp v0.9.1 |
1427 | 2024-12-20T21:16:48.164Z | Compiling dyn-clone v1.0.17 |
1428 | 2024-12-20T21:16:48.295Z | Compiling utf-8 v0.7.6 |
1429 | 2024-12-20T21:16:48.316Z | Compiling base16ct v0.2.0 |
1430 | 2024-12-20T21:16:48.358Z | Compiling portable-atomic v1.9.0 |
1431 | 2024-12-20T21:16:48.621Z | Compiling quick-error v1.2.3 |
1432 | 2024-12-20T21:16:48.642Z | Compiling take_mut v0.2.2 |
1433 | 2024-12-20T21:16:48.690Z | Compiling sec1 v0.7.3 |
1434 | 2024-12-20T21:16:48.777Z | Compiling resolv-conf v0.7.0 |
1435 | 2024-12-20T21:16:48.795Z | Compiling tungstenite v0.24.0 |
1436 | 2024-12-20T21:16:49.495Z | Compiling postgres-protocol v0.6.7 |
1437 | 2024-12-20T21:16:49.917Z | Compiling publicsuffix v2.2.3 |
1438 | 2024-12-20T21:16:49.972Z | Compiling lru-cache v0.1.2 |
1439 | 2024-12-20T21:16:50.209Z | Compiling hickory-proto v0.24.1 |
1440 | 2024-12-20T21:16:50.262Z | Compiling slog-term v2.9.1 |
1441 | 2024-12-20T21:16:50.815Z | Compiling async-stream v0.3.6 |
1442 | 2024-12-20T21:16:51.117Z | Compiling usdt v0.5.0 |
1443 | 2024-12-20T21:16:51.137Z | Compiling group v0.13.0 |
1444 | 2024-12-20T21:16:51.569Z | Compiling num-iter v0.1.45 |
1445 | 2024-12-20T21:16:51.644Z | Compiling futures v0.3.31 |
1446 | 2024-12-20T21:16:51.782Z | Compiling slog-bunyan v2.5.0 |
1447 | 2024-12-20T21:16:52.162Z | Compiling toml v0.8.19 |
1448 | 2024-12-20T21:16:53.655Z | Compiling camino v1.1.9 |
1449 | 2024-12-20T21:16:53.927Z | Compiling tokio-native-tls v0.3.1 |
1450 | 2024-12-20T21:16:54.210Z | Compiling phf_shared v0.11.2 |
1451 | 2024-12-20T21:16:54.251Z | Compiling dropshot_endpoint v0.12.0 |
1452 | 2024-12-20T21:16:54.595Z | Compiling backtrace v0.3.74 |
1453 | 2024-12-20T21:16:54.615Z | Compiling terminal_size v0.4.0 |
1454 | 2024-12-20T21:16:54.820Z | Compiling openapiv3 v2.0.0 |
1455 | 2024-12-20T21:16:54.825Z | Compiling waitgroup v0.1.2 |
1456 | 2024-12-20T21:16:55.066Z | Compiling serde_path_to_error v0.1.16 |
1457 | 2024-12-20T21:16:55.129Z | Compiling hkdf v0.12.4 |
1458 | 2024-12-20T21:16:55.386Z | Compiling crypto-bigint v0.5.5 |
1459 | 2024-12-20T21:16:56.057Z | Compiling curve25519-dalek-derive v0.1.1 |
1460 | 2024-12-20T21:16:57.538Z | Compiling zerocopy-derive v0.6.6 |
1461 | 2024-12-20T21:16:57.722Z | Compiling hubpack_derive v0.1.1 |
1462 | 2024-12-20T21:16:58.320Z | Compiling webpki-roots v0.26.6 |
1463 | 2024-12-20T21:16:58.519Z | Compiling idna v0.5.0 |
1464 | 2024-12-20T21:16:58.627Z | Compiling hostname v0.4.0 |
1465 | 2024-12-20T21:16:58.885Z | Compiling ahash v0.8.11 |
1466 | 2024-12-20T21:16:58.945Z | Compiling crc32fast v1.4.2 |
1467 | 2024-12-20T21:16:59.224Z | Compiling fs-err v2.11.0 |
1468 | 2024-12-20T21:16:59.282Z | Compiling managed v0.8.0 |
1469 | 2024-12-20T21:16:59.303Z | Compiling debug-ignore v1.0.5 |
1470 | 2024-12-20T21:16:59.449Z | Compiling bitflags v1.3.2 |
1471 | 2024-12-20T21:16:59.504Z | Compiling winnow v0.5.40 |
1472 | 2024-12-20T21:16:59.556Z | Compiling clap_builder v4.5.21 |
1473 | 2024-12-20T21:16:59.740Z | Compiling zerocopy v0.6.6 |
1474 | 2024-12-20T21:17:00.333Z | Compiling strum_macros v0.25.3 |
1475 | 2024-12-20T21:17:00.613Z | Compiling cookie_store v0.21.0 |
1476 | 2024-12-20T21:17:00.733Z | Compiling console v0.15.8 |
1477 | 2024-12-20T21:17:01.618Z | Compiling flate2 v1.0.34 |
1478 | 2024-12-20T21:17:01.931Z | Compiling hubpack v0.1.2 |
1479 | 2024-12-20T21:17:02.294Z | Compiling elliptic-curve v0.13.8 |
1480 | 2024-12-20T21:17:02.412Z | Compiling hickory-resolver v0.24.1 |
1481 | 2024-12-20T21:17:03.139Z | Compiling toml_edit v0.19.15 |
1482 | 2024-12-20T21:17:03.383Z | Compiling phf v0.11.2 |
1483 | 2024-12-20T21:17:03.523Z | Compiling signal-hook-mio v0.2.4 |
1484 | 2024-12-20T21:17:03.669Z | Compiling hyper-tls v0.6.0 |
1485 | 2024-12-20T21:17:03.689Z | Compiling rayon v1.10.0 |
1486 | 2024-12-20T21:17:04.106Z | Compiling bzip2 v0.4.4 |
1487 | 2024-12-20T21:17:04.554Z | Compiling postgres-types v0.2.8 |
1488 | 2024-12-20T21:17:06.085Z | Compiling tokio-tungstenite v0.24.0 |
1489 | 2024-12-20T21:17:07.984Z | Compiling ed25519 v2.2.3 |
1490 | 2024-12-20T21:17:08.535Z | Compiling phf_shared v0.10.0 |
1491 | 2024-12-20T21:17:08.923Z | Compiling tokio-stream v0.1.16 |
1492 | 2024-12-20T21:17:08.965Z | Compiling pkcs1 v0.7.5 |
1493 | 2024-12-20T21:17:09.236Z | Compiling serde-big-array v0.5.1 |
1494 | 2024-12-20T21:17:09.466Z | Compiling clap_derive v4.5.18 |
1495 | 2024-12-20T21:17:09.844Z | Compiling rfc6979 v0.4.0 |
1496 | 2024-12-20T21:17:09.977Z | Compiling serde_repr v0.1.19 |
1497 | 2024-12-20T21:17:09.998Z | Compiling derive-where v1.2.7 |
1498 | 2024-12-20T21:17:10.040Z | Compiling float-cmp v0.9.0 |
1499 | 2024-12-20T21:17:10.261Z | Compiling bstr v1.10.0 |
1500 | 2024-12-20T21:17:10.479Z | Compiling sync_wrapper v1.0.1 |
1501 | 2024-12-20T21:17:10.631Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2024-12-20T21:17:11.150Z | Compiling bit-vec v0.6.3 |
1503 | 2024-12-20T21:17:11.211Z | Compiling fixedbitset v0.4.2 |
1504 | 2024-12-20T21:17:11.506Z | Compiling whoami v1.5.2 |
1505 | 2024-12-20T21:17:11.654Z | Compiling predicates-core v1.0.8 |
1506 | 2024-12-20T21:17:11.725Z | Compiling static_assertions v1.1.0 |
1507 | 2024-12-20T21:17:11.831Z | Compiling precomputed-hash v0.1.1 |
1508 | 2024-12-20T21:17:11.959Z | Compiling difflib v0.4.0 |
1509 | 2024-12-20T21:17:12.010Z | Compiling number_prefix v0.4.0 |
1510 | 2024-12-20T21:17:12.121Z | Compiling new_debug_unreachable v1.0.6 |
1511 | 2024-12-20T21:17:12.181Z | Compiling normalize-line-endings v0.3.0 |
1512 | 2024-12-20T21:17:12.221Z | Compiling unicode-width v0.2.0 |
1513 | 2024-12-20T21:17:12.241Z | Compiling string_cache v0.8.7 |
1514 | 2024-12-20T21:17:12.312Z | Compiling tokio-postgres v0.7.12 |
1515 | 2024-12-20T21:17:12.700Z | Compiling indicatif v0.17.9 |
1516 | 2024-12-20T21:17:12.757Z | Compiling predicates v3.1.2 |
1517 | 2024-12-20T21:17:13.624Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1518 | 2024-12-20T21:17:13.644Z | Compiling petgraph v0.6.5 |
1519 | 2024-12-20T21:17:14.541Z | Compiling bit-set v0.5.3 |
1520 | 2024-12-20T21:17:14.688Z | Compiling clap v4.5.21 |
1521 | 2024-12-20T21:17:14.808Z | Compiling similar v2.6.0 |
1522 | 2024-12-20T21:17:14.829Z | Compiling ecdsa v0.16.9 |
1523 | 2024-12-20T21:17:14.908Z | Compiling rsa v0.9.6 |
1524 | 2024-12-20T21:17:15.681Z | Compiling ed25519-dalek v2.1.1 |
1525 | 2024-12-20T21:17:17.050Z | Compiling toml v0.7.8 |
1526 | 2024-12-20T21:17:17.251Z | Compiling zip v0.6.6 |
1527 | 2024-12-20T21:17:17.784Z | Compiling crossterm v0.28.1 |
1528 | 2024-12-20T21:17:18.826Z | Compiling hex v0.4.3 |
1529 | 2024-12-20T21:17:18.860Z | Compiling x509-cert v0.2.5 |
1530 | 2024-12-20T21:17:18.988Z | Compiling lalrpop-util v0.19.12 |
1531 | 2024-12-20T21:17:19.344Z | Compiling peg-runtime v0.8.3 |
1532 | 2024-12-20T21:17:19.440Z | Compiling unicode-xid v0.2.6 |
1533 | 2024-12-20T21:17:19.565Z | Compiling strum_macros v0.26.4 |
1534 | 2024-12-20T21:17:19.608Z | Compiling xattr v1.3.1 |
1535 | 2024-12-20T21:17:19.874Z | Compiling filetime v0.2.25 |
1536 | 2024-12-20T21:17:20.177Z | Compiling tar v0.4.42 |
1537 | 2024-12-20T21:17:24.758Z | Compiling strum v0.26.3 |
1538 | 2024-12-20T21:17:27.603Z | Compiling aws-lc-sys v0.22.0 |
1539 | 2024-12-20T21:17:55.930Z | Compiling rustls-webpki v0.102.8 |
1540 | 2024-12-20T21:17:59.361Z | Compiling tokio-rustls v0.25.0 |
1541 | 2024-12-20T21:18:01.108Z | Compiling tokio-rustls v0.26.0 |
1542 | 2024-12-20T21:18:01.533Z | Compiling hyper-rustls v0.27.3 |
1543 | 2024-12-20T21:18:01.884Z | Compiling reqwest v0.12.9 |
1544 | 2024-12-20T21:18:02.777Z | Compiling qorb v0.2.1 |
1545 | 2024-12-20T21:18:07.915Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1546 | 2024-12-20T21:18:08.124Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1547 | 2024-12-20T21:18:14.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1548 | 2024-12-20T21:18:14.178Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1549 | 2024-12-20T21:18:14.228Z | Dec 20 21:18:12.579 INFO Starting download, target: Clickhouse |
1550 | 2024-12-20T21:18:14.228Z | Dec 20 21:18:12.579 INFO Starting download, target: Console |
1551 | 2024-12-20T21:18:14.233Z | Dec 20 21:18:12.579 INFO Starting download, target: Cockroach |
1552 | 2024-12-20T21:18:14.233Z | Dec 20 21:18:12.579 INFO Starting download, target: DendriteOpenapi |
1553 | 2024-12-20T21:18:14.233Z | Dec 20 21:18:12.579 INFO Starting download, target: DendriteStub |
1554 | 2024-12-20T21:18:14.233Z | Dec 20 21:18:12.579 INFO Starting download, target: MaghemiteMgd |
1555 | 2024-12-20T21:18:14.234Z | Dec 20 21:18:12.579 INFO Starting download, target: TransceiverControl |
1556 | 2024-12-20T21:18:14.234Z | Dec 20 21:18:12.580 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1557 | 2024-12-20T21:18:14.234Z | Dec 20 21:18:12.580 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1558 | 2024-12-20T21:18:14.234Z | Dec 20 21:18:12.580 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1559 | 2024-12-20T21:18:14.234Z | Dec 20 21:18:12.580 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2024-12-20T21:18:14.234Z | Dec 20 21:18:12.580 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1561 | 2024-12-20T21:18:14.234Z | Dec 20 21:18:12.580 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1562 | 2024-12-20T21:18:14.234Z | Dec 20 21:18:12.580 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1563 | 2024-12-20T21:18:14.376Z | Dec 20 21:18:12.724 INFO Download complete, target: DendriteOpenapi |
1564 | 2024-12-20T21:18:14.547Z | Dec 20 21:18:12.897 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1565 | 2024-12-20T21:18:14.764Z | Dec 20 21:18:13.112 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1566 | 2024-12-20T21:18:15.095Z | Dec 20 21:18:13.445 INFO Download complete, target: Console |
1567 | 2024-12-20T21:18:15.131Z | Dec 20 21:18:13.471 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1568 | 2024-12-20T21:18:15.236Z | Dec 20 21:18:13.561 INFO Download complete, target: TransceiverControl |
1569 | 2024-12-20T21:18:15.432Z | Dec 20 21:18:13.767 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1570 | 2024-12-20T21:18:16.238Z | Dec 20 21:18:14.567 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1571 | 2024-12-20T21:18:16.258Z | Dec 20 21:18:14.603 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1572 | 2024-12-20T21:18:16.258Z | Dec 20 21:18:14.603 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1573 | 2024-12-20T21:18:18.057Z | Dec 20 21:18:16.406 INFO Download complete, target: DendriteStub |
1574 | 2024-12-20T21:18:18.470Z | Dec 20 21:18:16.782 INFO Download complete, target: MaghemiteMgd |
1575 | 2024-12-20T21:18:23.770Z | Dec 20 21:18:22.120 INFO Checking that binary works, target: Cockroach |
1576 | 2024-12-20T21:18:23.926Z | Dec 20 21:18:22.277 INFO Download complete, target: Cockroach |
1577 | 2024-12-20T21:18:28.856Z | Dec 20 21:18:27.207 INFO Checking that binary works, target: Clickhouse |
1578 | 2024-12-20T21:18:28.975Z | Dec 20 21:18:27.325 INFO Download complete, target: Clickhouse |
1579 | 2024-12-20T21:18:28.995Z | All builder prerequisites installed successfully, and PATH looks valid |
1580 | 2024-12-20T21:18:28.998Z | |
1581 | 2024-12-20T21:18:28.998Z | real 5:49.052822252 |
1582 | 2024-12-20T21:18:28.998Z | user 16:29.012784577 |
1583 | 2024-12-20T21:18:28.998Z | sys 3:14.117784704 |
1584 | 2024-12-20T21:18:28.998Z | trap 0.544721511 |
1585 | 2024-12-20T21:18:28.998Z | tflt 1.645999329 |
1586 | 2024-12-20T21:18:28.998Z | dflt 2.104152369 |
1587 | 2024-12-20T21:18:28.998Z | kflt 0.030132345 |
1588 | 2024-12-20T21:18:28.998Z | lock 29:33.835740361 |
1589 | 2024-12-20T21:18:28.998Z | slp 1:02:54.684392619 |
1590 | 2024-12-20T21:18:28.998Z | lat 57.092950858 |
1591 | 2024-12-20T21:18:28.998Z | stop 2:20.095247288 |
1592 | 2024-12-20T21:18:28.998Z | + banner clippy |
1593 | 2024-12-20T21:18:29.005Z | |
1594 | 2024-12-20T21:18:29.005Z | #### # # ##### ##### # # |
1595 | 2024-12-20T21:18:29.005Z | # # # # # # # # # # |
1596 | 2024-12-20T21:18:29.005Z | # # # # # # # # |
1597 | 2024-12-20T21:18:29.005Z | # # # ##### ##### # |
1598 | 2024-12-20T21:18:29.005Z | # # # # # # # |
1599 | 2024-12-20T21:18:29.005Z | #### ###### # # # # |
1600 | 2024-12-20T21:18:29.005Z | |
1601 | 2024-12-20T21:18:29.005Z | + export CARGO_INCREMENTAL=0 |
1602 | 2024-12-20T21:18:29.005Z | + CARGO_INCREMENTAL=0 |
1603 | 2024-12-20T21:18:29.005Z | + ptime -m cargo xtask clippy |
1604 | 2024-12-20T21:18:29.522Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1605 | 2024-12-20T21:18:33.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
1606 | 2024-12-20T21:18:33.201Z | Running `target/debug/xtask clippy` |
1607 | 2024-12-20T21:18:33.220Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1608 | 2024-12-20T21:18:33.904Z | Downloading crates ... |
1609 | 2024-12-20T21:18:34.285Z | Downloaded anes v0.1.6 |
1610 | 2024-12-20T21:18:34.292Z | Downloaded async-lock v3.4.0 |
1611 | 2024-12-20T21:18:34.295Z | Downloaded blake2b_simd v1.0.2 |
1612 | 2024-12-20T21:18:34.298Z | Downloaded approx v0.5.1 |
1613 | 2024-12-20T21:18:34.301Z | Downloaded async-object-pool v0.1.5 |
1614 | 2024-12-20T21:18:34.329Z | Downloaded target-triple v0.1.3 |
1615 | 2024-12-20T21:18:34.331Z | Downloaded assert-json-diff v2.0.2 |
1616 | 2024-12-20T21:18:34.331Z | Downloaded plotters-svg v0.3.7 |
1617 | 2024-12-20T21:18:34.331Z | Downloaded pathdiff v0.2.2 |
1618 | 2024-12-20T21:18:34.331Z | Downloaded nested v0.1.1 |
1619 | 2024-12-20T21:18:34.331Z | Downloaded guppy-workspace-hack v0.1.0 |
1620 | 2024-12-20T21:18:34.332Z | Downloaded doc-comment v0.3.3 |
1621 | 2024-12-20T21:18:34.332Z | Downloaded escape8259 v0.5.3 |
1622 | 2024-12-20T21:18:34.335Z | Downloaded oorandom v11.1.4 |
1623 | 2024-12-20T21:18:34.335Z | Downloaded async-global-executor v2.4.1 |
1624 | 2024-12-20T21:18:34.339Z | Downloaded async-attributes v1.1.2 |
1625 | 2024-12-20T21:18:34.341Z | Downloaded cast v0.3.0 |
1626 | 2024-12-20T21:18:34.345Z | Downloaded concurrent-queue v2.5.0 |
1627 | 2024-12-20T21:18:34.348Z | Downloaded stringmetrics v2.2.2 |
1628 | 2024-12-20T21:18:34.350Z | Downloaded proc-macro-crate v3.2.0 |
1629 | 2024-12-20T21:18:34.353Z | Downloaded plotters-backend v0.3.7 |
1630 | 2024-12-20T21:18:34.353Z | Downloaded piper v0.2.4 |
1631 | 2024-12-20T21:18:34.356Z | Downloaded event-listener v2.5.3 |
1632 | 2024-12-20T21:18:34.356Z | Downloaded parking v2.2.1 |
1633 | 2024-12-20T21:18:34.360Z | Downloaded num_cpus v1.16.0 |
1634 | 2024-12-20T21:18:34.360Z | Downloaded indoc v2.0.5 |
1635 | 2024-12-20T21:18:34.362Z | Downloaded similar-asserts v1.6.0 |
1636 | 2024-12-20T21:18:34.365Z | Downloaded serde_regex v1.1.0 |
1637 | 2024-12-20T21:18:34.365Z | Downloaded kv-log-macro v1.0.7 |
1638 | 2024-12-20T21:18:34.368Z | Downloaded event-listener-strategy v0.5.2 |
1639 | 2024-12-20T21:18:34.368Z | Downloaded futures-timer v3.0.3 |
1640 | 2024-12-20T21:18:34.371Z | Downloaded relative-path v1.9.3 |
1641 | 2024-12-20T21:18:34.371Z | Downloaded criterion-plot v0.5.0 |
1642 | 2024-12-20T21:18:34.374Z | Downloaded blocking v1.6.1 |
1643 | 2024-12-20T21:18:34.374Z | Downloaded async-channel v1.9.0 |
1644 | 2024-12-20T21:18:34.378Z | Downloaded threadpool v1.8.1 |
1645 | 2024-12-20T21:18:34.379Z | Downloaded async-executor v1.13.1 |
1646 | 2024-12-20T21:18:34.384Z | Downloaded target-lexicon v0.12.16 |
1647 | 2024-12-20T21:18:34.384Z | Downloaded rust-argon2 v2.1.0 |
1648 | 2024-12-20T21:18:34.387Z | Downloaded tinytemplate v1.2.1 |
1649 | 2024-12-20T21:18:34.387Z | Downloaded partial-io v0.5.4 |
1650 | 2024-12-20T21:18:34.387Z | Downloaded rustls-native-certs v0.7.3 |
1651 | 2024-12-20T21:18:34.390Z | Downloaded path-tree v0.8.1 |
1652 | 2024-12-20T21:18:34.390Z | Downloaded hyper-rustls v0.26.0 |
1653 | 2024-12-20T21:18:34.393Z | Downloaded libtest-mimic v0.7.3 |
1654 | 2024-12-20T21:18:34.396Z | Downloaded httptest v0.16.1 |
1655 | 2024-12-20T21:18:34.396Z | Downloaded cfg-expr v0.17.0 |
1656 | 2024-12-20T21:18:34.398Z | Downloaded futures-lite v2.3.0 |
1657 | 2024-12-20T21:18:34.401Z | Downloaded trybuild v1.0.101 |
1658 | 2024-12-20T21:18:34.405Z | Downloaded async-io v2.3.4 |
1659 | 2024-12-20T21:18:34.408Z | Downloaded rand_distr v0.4.3 |
1660 | 2024-12-20T21:18:34.411Z | Downloaded rstest v0.23.0 |
1661 | 2024-12-20T21:18:34.417Z | Downloaded rstest_macros v0.23.0 |
1662 | 2024-12-20T21:18:34.420Z | Downloaded fancy-regex v0.13.0 |
1663 | 2024-12-20T21:18:34.423Z | Downloaded yansi v1.0.1 |
1664 | 2024-12-20T21:18:34.426Z | Downloaded pretty_assertions v1.4.1 |
1665 | 2024-12-20T21:18:34.429Z | Downloaded polling v3.7.3 |
1666 | 2024-12-20T21:18:34.431Z | Downloaded event-listener v5.3.1 |
1667 | 2024-12-20T21:18:34.434Z | Downloaded guppy v0.17.8 |
1668 | 2024-12-20T21:18:34.439Z | Downloaded criterion v0.5.1 |
1669 | 2024-12-20T21:18:34.446Z | Downloaded plotters v0.3.7 |
1670 | 2024-12-20T21:18:34.455Z | Downloaded datatest-stable v0.2.9 |
1671 | 2024-12-20T21:18:34.457Z | Downloaded target-spec v3.2.2 |
1672 | 2024-12-20T21:18:34.460Z | Downloaded async-task v4.7.1 |
1673 | 2024-12-20T21:18:34.462Z | Downloaded async-std v1.13.0 |
1674 | 2024-12-20T21:18:34.478Z | Downloaded async-signal v0.2.10 |
1675 | 2024-12-20T21:18:34.481Z | Downloaded async-process v2.3.0 |
1676 | 2024-12-20T21:18:34.483Z | Downloaded assert_cmd v2.0.16 |
1677 | 2024-12-20T21:18:34.483Z | Downloaded async-channel v2.3.1 |
1678 | 2024-12-20T21:18:34.551Z | Downloaded httpmock v0.8.0-alpha.1 |
1679 | 2024-12-20T21:18:35.368Z | Checking cfg-if v1.0.0 |
1680 | 2024-12-20T21:18:35.446Z | Checking libc v0.2.162 |
1681 | 2024-12-20T21:18:35.469Z | Checking serde v1.0.215 |
1682 | 2024-12-20T21:18:35.494Z | Checking memchr v2.7.4 |
1683 | 2024-12-20T21:18:35.516Z | Checking value-bag v1.9.0 |
1684 | 2024-12-20T21:18:35.537Z | Checking scopeguard v1.2.0 |
1685 | 2024-12-20T21:18:35.564Z | Checking zeroize v1.8.1 |
1686 | 2024-12-20T21:18:35.594Z | Checking smallvec v1.13.2 |
1687 | 2024-12-20T21:18:35.619Z | Checking itoa v1.0.11 |
1688 | 2024-12-20T21:18:35.679Z | Checking lock_api v0.4.12 |
1689 | 2024-12-20T21:18:35.839Z | Checking byteorder v1.5.0 |
1690 | 2024-12-20T21:18:35.867Z | Checking pin-project-lite v0.2.14 |
1691 | 2024-12-20T21:18:35.910Z | Checking log v0.4.22 |
1692 | 2024-12-20T21:18:35.949Z | Checking subtle v2.6.1 |
1693 | 2024-12-20T21:18:35.997Z | Checking once_cell v1.20.2 |
1694 | 2024-12-20T21:18:36.128Z | Checking typenum v1.17.0 |
1695 | 2024-12-20T21:18:36.277Z | Checking futures-core v0.3.31 |
1696 | 2024-12-20T21:18:36.294Z | Checking thiserror v1.0.69 |
1697 | 2024-12-20T21:18:36.326Z | Checking libm v0.2.8 |
1698 | 2024-12-20T21:18:36.362Z | Checking zerocopy v0.7.35 |
1699 | 2024-12-20T21:18:36.523Z | Checking ryu v1.0.18 |
1700 | 2024-12-20T21:18:36.622Z | Checking spin v0.9.8 |
1701 | 2024-12-20T21:18:36.622Z | Checking const-oid v0.9.6 |
1702 | 2024-12-20T21:18:36.734Z | Checking getrandom v0.2.15 |
1703 | 2024-12-20T21:18:36.802Z | Checking signal-hook-registry v1.4.2 |
1704 | 2024-12-20T21:18:36.875Z | Checking parking_lot_core v0.9.10 |
1705 | 2024-12-20T21:18:36.934Z | Checking rand_core v0.6.4 |
1706 | 2024-12-20T21:18:36.995Z | Checking mio v1.0.2 |
1707 | 2024-12-20T21:18:37.191Z | Checking socket2 v0.5.7 |
1708 | 2024-12-20T21:18:37.206Z | Checking parking_lot v0.12.3 |
1709 | 2024-12-20T21:18:37.279Z | Checking num-traits v0.2.19 |
1710 | 2024-12-20T21:18:37.487Z | Checking generic-array v0.14.7 |
1711 | 2024-12-20T21:18:37.545Z | Checking futures-io v0.3.31 |
1712 | 2024-12-20T21:18:37.581Z | Checking slab v0.4.9 |
1713 | 2024-12-20T21:18:37.678Z | Checking allocator-api2 v0.2.18 |
1714 | 2024-12-20T21:18:37.726Z | Checking cpufeatures v0.2.14 |
1715 | 2024-12-20T21:18:37.814Z | Checking futures-sink v0.3.31 |
1716 | 2024-12-20T21:18:37.850Z | Checking pin-utils v0.1.0 |
1717 | 2024-12-20T21:18:37.874Z | Checking equivalent v1.0.1 |
1718 | 2024-12-20T21:18:37.941Z | Checking foldhash v0.1.3 |
1719 | 2024-12-20T21:18:37.973Z | Checking futures-channel v0.3.31 |
1720 | 2024-12-20T21:18:38.000Z | Checking futures-task v0.3.31 |
1721 | 2024-12-20T21:18:38.181Z | Checking stable_deref_trait v1.2.0 |
1722 | 2024-12-20T21:18:38.259Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1723 | 2024-12-20T21:18:38.301Z | Checking iana-time-zone v0.1.61 |
1724 | 2024-12-20T21:18:38.339Z | Checking hashbrown v0.15.1 |
1725 | 2024-12-20T21:18:38.342Z | Checking futures-util v0.3.31 |
1726 | 2024-12-20T21:18:38.395Z | Checking fnv v1.0.7 |
1727 | 2024-12-20T21:18:38.447Z | Checking ppv-lite86 v0.2.20 |
1728 | 2024-12-20T21:18:38.524Z | Checking tracing-core v0.1.32 |
1729 | 2024-12-20T21:18:38.607Z | Checking errno v0.3.9 |
1730 | 2024-12-20T21:18:38.652Z | Checking crypto-common v0.1.6 |
1731 | 2024-12-20T21:18:38.792Z | Checking block-buffer v0.10.4 |
1732 | 2024-12-20T21:18:38.852Z | Checking zerofrom v0.1.4 |
1733 | 2024-12-20T21:18:38.953Z | Checking dyn-clone v1.0.17 |
1734 | 2024-12-20T21:18:39.025Z | Checking digest v0.10.7 |
1735 | 2024-12-20T21:18:39.084Z | Checking yoke v0.7.4 |
1736 | 2024-12-20T21:18:39.110Z | Checking block-padding v0.3.3 |
1737 | 2024-12-20T21:18:39.174Z | Checking tracing v0.1.40 |
1738 | 2024-12-20T21:18:39.210Z | Checking rand_chacha v0.3.1 |
1739 | 2024-12-20T21:18:39.322Z | Checking inout v0.1.3 |
1740 | 2024-12-20T21:18:39.418Z | Checking crossbeam-utils v0.8.20 |
1741 | 2024-12-20T21:18:39.446Z | Checking zerovec v0.10.4 |
1742 | 2024-12-20T21:18:39.484Z | Checking percent-encoding v2.3.1 |
1743 | 2024-12-20T21:18:39.527Z | Checking litemap v0.7.3 |
1744 | 2024-12-20T21:18:39.567Z | Checking cipher v0.4.4 |
1745 | 2024-12-20T21:18:39.620Z | Checking rand v0.8.5 |
1746 | 2024-12-20T21:18:39.708Z | Checking writeable v0.5.5 |
1747 | 2024-12-20T21:18:39.873Z | Checking tinyvec_macros v0.1.1 |
1748 | 2024-12-20T21:18:39.969Z | Checking form_urlencoded v1.2.1 |
1749 | 2024-12-20T21:18:39.991Z | Checking tinyvec v1.8.0 |
1750 | 2024-12-20T21:18:40.042Z | Checking httparse v1.9.5 |
1751 | 2024-12-20T21:18:40.138Z | Checking icu_locid_transform_data v1.5.0 |
1752 | 2024-12-20T21:18:40.172Z | Checking base64ct v1.6.0 |
1753 | 2024-12-20T21:18:40.254Z | Checking atomic-waker v1.1.2 |
1754 | 2024-12-20T21:18:40.395Z | Checking regex-syntax v0.8.5 |
1755 | 2024-12-20T21:18:40.493Z | Checking bytes v1.8.0 |
1756 | 2024-12-20T21:18:40.497Z | Checking bitflags v2.6.0 |
1757 | 2024-12-20T21:18:40.615Z | Checking serde_json v1.0.132 |
1758 | 2024-12-20T21:18:40.797Z | Checking indexmap v2.6.0 |
1759 | 2024-12-20T21:18:40.942Z | Checking chrono v0.4.38 |
1760 | 2024-12-20T21:18:41.125Z | Checking rustix v0.38.37 |
1761 | 2024-12-20T21:18:41.334Z | Checking uuid v1.11.0 |
1762 | 2024-12-20T21:18:41.380Z | Checking tokio v1.40.0 |
1763 | 2024-12-20T21:18:41.979Z | Checking http v1.1.0 |
1764 | 2024-12-20T21:18:42.103Z | Checking tinystr v0.7.6 |
1765 | 2024-12-20T21:18:42.366Z | Checking unicode-normalization v0.1.24 |
1766 | 2024-12-20T21:18:42.489Z | Checking icu_locid v1.5.0 |
1767 | 2024-12-20T21:18:43.102Z | Checking schemars v0.8.21 |
1768 | 2024-12-20T21:18:43.286Z | Checking icu_collections v1.5.0 |
1769 | 2024-12-20T21:18:43.312Z | Checking hmac v0.12.1 |
1770 | 2024-12-20T21:18:43.449Z | Checking icu_properties_data v1.5.0 |
1771 | 2024-12-20T21:18:43.512Z | Checking icu_provider v1.5.0 |
1772 | 2024-12-20T21:18:43.539Z | Checking untrusted v0.9.0 |
1773 | 2024-12-20T21:18:43.669Z | Checking sha2 v0.10.8 |
1774 | 2024-12-20T21:18:43.697Z | Checking ring v0.17.8 |
1775 | 2024-12-20T21:18:43.700Z | Checking aho-corasick v1.1.3 |
1776 | 2024-12-20T21:18:43.967Z | Checking write16 v1.0.0 |
1777 | 2024-12-20T21:18:44.100Z | Checking unicode-bidi v0.3.17 |
1778 | 2024-12-20T21:18:44.185Z | Checking icu_locid_transform v1.5.0 |
1779 | 2024-12-20T21:18:44.243Z | Checking unicode-ident v1.0.13 |
1780 | 2024-12-20T21:18:44.423Z | Checking icu_normalizer_data v1.5.0 |
1781 | 2024-12-20T21:18:44.534Z | Checking utf8_iter v1.0.4 |
1782 | 2024-12-20T21:18:44.673Z | Checking utf16_iter v1.0.5 |
1783 | 2024-12-20T21:18:44.753Z | Checking lazy_static v1.5.0 |
1784 | 2024-12-20T21:18:44.756Z | Checking adler2 v2.0.0 |
1785 | 2024-12-20T21:18:44.756Z | Checking powerfmt v0.2.0 |
1786 | 2024-12-20T21:18:44.841Z | Checking num_threads v0.1.7 |
1787 | 2024-12-20T21:18:44.882Z | Checking rustls-pki-types v1.10.0 |
1788 | 2024-12-20T21:18:44.930Z | Checking miniz_oxide v0.8.0 |
1789 | 2024-12-20T21:18:44.964Z | Checking time-core v0.1.2 |
1790 | 2024-12-20T21:18:45.062Z | Checking deranged v0.3.11 |
1791 | 2024-12-20T21:18:45.125Z | Checking num-conv v0.1.0 |
1792 | 2024-12-20T21:18:45.191Z | Checking icu_properties v1.5.1 |
1793 | 2024-12-20T21:18:45.375Z | Checking proc-macro2 v1.0.89 |
1794 | 2024-12-20T21:18:45.401Z | Checking regex-automata v0.4.8 |
1795 | 2024-12-20T21:18:45.461Z | Checking pem-rfc7468 v0.7.0 |
1796 | 2024-12-20T21:18:45.560Z | Checking untrusted v0.7.1 |
1797 | 2024-12-20T21:18:45.661Z | Checking http-body v1.0.1 |
1798 | 2024-12-20T21:18:45.733Z | Checking aws-lc-sys v0.22.0 |
1799 | 2024-12-20T21:18:45.737Z | Checking mirai-annotations v1.12.0 |
1800 | 2024-12-20T21:18:45.876Z | Checking base64 v0.22.1 |
1801 | 2024-12-20T21:18:45.951Z | Checking httpdate v1.0.3 |
1802 | 2024-12-20T21:18:46.097Z | Checking quote v1.0.37 |
1803 | 2024-12-20T21:18:46.185Z | Checking try-lock v0.2.5 |
1804 | 2024-12-20T21:18:46.336Z | Checking want v0.3.1 |
1805 | 2024-12-20T21:18:46.398Z | Checking flagset v0.4.6 |
1806 | 2024-12-20T21:18:46.449Z | Checking syn v2.0.87 |
1807 | 2024-12-20T21:18:46.528Z | Checking pbkdf2 v0.12.2 |
1808 | 2024-12-20T21:18:46.594Z | Checking der v0.7.9 |
1809 | 2024-12-20T21:18:46.700Z | Checking aes v0.8.4 |
1810 | 2024-12-20T21:18:46.777Z | Checking time v0.3.36 |
1811 | 2024-12-20T21:18:47.594Z | Checking salsa20 v0.10.2 |
1812 | 2024-12-20T21:18:47.813Z | Checking cbc v0.1.2 |
1813 | 2024-12-20T21:18:48.031Z | Checking ahash v0.8.11 |
1814 | 2024-12-20T21:18:48.303Z | Checking aws-lc-rs v1.10.0 |
1815 | 2024-12-20T21:18:48.388Z | Checking spki v0.7.3 |
1816 | 2024-12-20T21:18:48.484Z | Checking icu_normalizer v1.5.0 |
1817 | 2024-12-20T21:18:48.633Z | Checking slog v2.7.0 |
1818 | 2024-12-20T21:18:48.704Z | Checking tower-service v0.3.3 |
1819 | 2024-12-20T21:18:48.770Z | Checking tokio-util v0.7.12 |
1820 | 2024-12-20T21:18:48.838Z | Checking scrypt v0.11.0 |
1821 | 2024-12-20T21:18:49.064Z | Checking gimli v0.31.1 |
1822 | 2024-12-20T21:18:49.120Z | Checking mime v0.3.17 |
1823 | 2024-12-20T21:18:49.266Z | Checking pkcs5 v0.7.1 |
1824 | 2024-12-20T21:18:49.303Z | Checking idna_adapter v1.2.0 |
1825 | 2024-12-20T21:18:49.434Z | Checking object v0.36.5 |
1826 | 2024-12-20T21:18:49.508Z | Checking idna v1.0.3 |
1827 | 2024-12-20T21:18:49.664Z | Checking h2 v0.4.6 |
1828 | 2024-12-20T21:18:49.761Z | Checking rustc-demangle v0.1.24 |
1829 | 2024-12-20T21:18:50.013Z | Checking url v2.5.3 |
1830 | 2024-12-20T21:18:50.137Z | Checking rustls-webpki v0.102.8 |
1831 | 2024-12-20T21:18:50.167Z | Checking utf8parse v0.2.2 |
1832 | 2024-12-20T21:18:50.195Z | Checking regex v1.11.1 |
1833 | 2024-12-20T21:18:50.325Z | Checking pkcs8 v0.10.2 |
1834 | 2024-12-20T21:18:50.656Z | Checking http-body-util v0.1.2 |
1835 | 2024-12-20T21:18:50.833Z | Checking futures-executor v0.3.31 |
1836 | 2024-12-20T21:18:50.861Z | Checking toml_datetime v0.6.8 |
1837 | 2024-12-20T21:18:50.936Z | Checking serde_spanned v0.6.8 |
1838 | 2024-12-20T21:18:51.066Z | Checking data-encoding v2.6.0 |
1839 | 2024-12-20T21:18:51.115Z | Checking ipnet v2.10.1 |
1840 | 2024-12-20T21:18:51.157Z | Checking unicode-width v0.1.14 |
1841 | 2024-12-20T21:18:51.159Z | Checking futures v0.3.31 |
1842 | 2024-12-20T21:18:51.306Z | Checking rustls-pemfile v2.2.0 |
1843 | 2024-12-20T21:18:51.539Z | Checking foreign-types-shared v0.1.1 |
1844 | 2024-12-20T21:18:51.603Z | Checking openssl-probe v0.1.5 |
1845 | 2024-12-20T21:18:51.655Z | Checking anstyle v1.0.10 |
1846 | 2024-12-20T21:18:51.657Z | Checking foreign-types v0.3.2 |
1847 | 2024-12-20T21:18:51.741Z | Checking serde_urlencoded v0.7.1 |
1848 | 2024-12-20T21:18:51.764Z | Checking semver v1.0.23 |
1849 | 2024-12-20T21:18:51.792Z | Checking sha1 v0.10.6 |
1850 | 2024-12-20T21:18:52.003Z | Checking openssl-sys v0.9.103 |
1851 | 2024-12-20T21:18:52.088Z | Checking encoding_rs v0.8.34 |
1852 | 2024-12-20T21:18:52.190Z | Checking rustls v0.23.19 |
1853 | 2024-12-20T21:18:52.193Z | Checking anstyle-parse v0.2.5 |
1854 | 2024-12-20T21:18:52.486Z | Checking camino v1.1.9 |
1855 | 2024-12-20T21:18:52.925Z | Checking either v1.13.0 |
1856 | 2024-12-20T21:18:53.067Z | Checking is_terminal_polyfill v1.70.1 |
1857 | 2024-12-20T21:18:53.200Z | Checking winnow v0.6.20 |
1858 | 2024-12-20T21:18:53.238Z | Checking openssl v0.10.66 |
1859 | 2024-12-20T21:18:53.269Z | Checking addr2line v0.24.2 |
1860 | 2024-12-20T21:18:53.300Z | Checking colorchoice v1.0.2 |
1861 | 2024-12-20T21:18:53.452Z | Checking anstyle-query v1.1.1 |
1862 | 2024-12-20T21:18:53.599Z | Checking anstream v0.6.15 |
1863 | 2024-12-20T21:18:53.816Z | Checking idna v0.3.0 |
1864 | 2024-12-20T21:18:53.987Z | Checking terminal_size v0.4.0 |
1865 | 2024-12-20T21:18:54.186Z | Checking openapiv3 v2.0.0 |
1866 | 2024-12-20T21:18:54.438Z | Checking signature v2.2.0 |
1867 | 2024-12-20T21:18:54.660Z | Checking clap_lex v0.7.2 |
1868 | 2024-12-20T21:18:54.738Z | Checking psl-types v2.0.11 |
1869 | 2024-12-20T21:18:54.920Z | Checking strsim v0.11.1 |
1870 | 2024-12-20T21:18:54.945Z | Checking publicsuffix v2.2.3 |
1871 | 2024-12-20T21:18:55.175Z | Checking cookie v0.18.1 |
1872 | 2024-12-20T21:18:55.231Z | Checking clap_builder v4.5.21 |
1873 | 2024-12-20T21:18:55.655Z | Checking webpki-roots v0.26.6 |
1874 | 2024-12-20T21:18:55.856Z | Checking idna v0.5.0 |
1875 | 2024-12-20T21:18:55.884Z | Checking hyper v1.5.0 |
1876 | 2024-12-20T21:18:55.887Z | Checking backtrace v0.3.74 |
1877 | 2024-12-20T21:18:56.192Z | Checking is-terminal v0.4.13 |
1878 | 2024-12-20T21:18:56.329Z | Checking scroll v0.12.0 |
1879 | 2024-12-20T21:18:56.500Z | Checking anyhow v1.0.93 |
1880 | 2024-12-20T21:18:56.731Z | Checking ucd-trie v0.1.7 |
1881 | 2024-12-20T21:18:56.831Z | Checking plain v0.2.3 |
1882 | 2024-12-20T21:18:56.921Z | Checking cookie_store v0.21.0 |
1883 | 2024-12-20T21:18:56.969Z | Checking pest v2.7.14 |
1884 | 2024-12-20T21:18:57.000Z | Checking goblin v0.8.2 |
1885 | 2024-12-20T21:18:57.666Z | Checking sync_wrapper v1.0.1 |
1886 | 2024-12-20T21:18:57.762Z | Checking pretty-hex v0.4.1 |
1887 | 2024-12-20T21:18:57.788Z | Checking tokio-rustls v0.26.0 |
1888 | 2024-12-20T21:18:57.822Z | Checking base16ct v0.2.0 |
1889 | 2024-12-20T21:18:57.938Z | Checking num-integer v0.1.46 |
1890 | 2024-12-20T21:18:58.017Z | Checking sec1 v0.7.3 |
1891 | 2024-12-20T21:18:58.044Z | Checking hyper-util v0.1.10 |
1892 | 2024-12-20T21:18:58.192Z | Checking ff v0.13.0 |
1893 | 2024-12-20T21:18:58.402Z | Checking thread-id v4.2.2 |
1894 | 2024-12-20T21:18:58.429Z | Checking group v0.13.0 |
1895 | 2024-12-20T21:18:58.432Z | Checking clap v4.5.21 |
1896 | 2024-12-20T21:18:58.432Z | Checking toml_edit v0.22.22 |
1897 | 2024-12-20T21:18:58.512Z | Checking hkdf v0.12.4 |
1898 | 2024-12-20T21:18:58.568Z | Checking crypto-bigint v0.5.5 |
1899 | 2024-12-20T21:18:58.707Z | Checking memmap v0.7.0 |
1900 | 2024-12-20T21:18:58.736Z | Checking dirs-sys-next v0.1.2 |
1901 | 2024-12-20T21:18:58.784Z | Checking native-tls v0.2.12 |
1902 | 2024-12-20T21:18:58.936Z | Checking crc32fast v1.4.2 |
1903 | 2024-12-20T21:18:58.938Z | Checking static_assertions v1.1.0 |
1904 | 2024-12-20T21:18:59.068Z | Checking bitflags v1.3.2 |
1905 | 2024-12-20T21:18:59.133Z | Checking tokio-native-tls v0.3.1 |
1906 | 2024-12-20T21:18:59.188Z | Checking utf-8 v0.7.6 |
1907 | 2024-12-20T21:18:59.236Z | Checking dirs-next v2.0.0 |
1908 | 2024-12-20T21:18:59.381Z | Checking crossbeam-channel v0.5.13 |
1909 | 2024-12-20T21:18:59.409Z | Checking thread_local v1.1.8 |
1910 | 2024-12-20T21:18:59.434Z | Checking unicode-segmentation v1.12.0 |
1911 | 2024-12-20T21:18:59.492Z | Checking dtrace-parser v0.2.0 |
1912 | 2024-12-20T21:18:59.716Z | Checking term v0.7.0 |
1913 | 2024-12-20T21:19:00.000Z | Checking num-iter v0.1.45 |
1914 | 2024-12-20T21:19:00.074Z | Checking hyper-tls v0.6.0 |
1915 | 2024-12-20T21:19:00.119Z | Checking hyper-rustls v0.27.3 |
1916 | 2024-12-20T21:19:00.164Z | Checking crossbeam-epoch v0.9.18 |
1917 | 2024-12-20T21:19:00.192Z | Checking match_cfg v0.1.0 |
1918 | 2024-12-20T21:19:00.195Z | Checking take_mut v0.2.2 |
1919 | 2024-12-20T21:19:00.302Z | Checking hostname v0.3.1 |
1920 | 2024-12-20T21:19:00.373Z | Checking slog-async v2.8.0 |
1921 | 2024-12-20T21:19:00.400Z | Checking slog-term v2.9.1 |
1922 | 2024-12-20T21:19:00.450Z | Checking bstr v1.10.0 |
1923 | 2024-12-20T21:19:00.476Z | Checking reqwest v0.12.9 |
1924 | 2024-12-20T21:19:00.585Z | Checking rfc6979 v0.4.0 |
1925 | 2024-12-20T21:19:00.694Z | Checking hex v0.4.3 |
1926 | 2024-12-20T21:19:00.774Z | Checking managed v0.8.0 |
1927 | 2024-12-20T21:19:00.907Z | Checking winnow v0.5.40 |
1928 | 2024-12-20T21:19:01.142Z | Checking toml v0.8.19 |
1929 | 2024-12-20T21:19:01.189Z | Checking crossbeam-deque v0.8.5 |
1930 | 2024-12-20T21:19:01.255Z | Checking num-bigint-dig v0.8.4 |
1931 | 2024-12-20T21:19:01.405Z | Checking elliptic-curve v0.13.8 |
1932 | 2024-12-20T21:19:01.437Z | Checking flate2 v1.0.34 |
1933 | 2024-12-20T21:19:01.512Z | Checking rustls v0.22.4 |
1934 | 2024-12-20T21:19:01.898Z | Checking pkcs1 v0.7.5 |
1935 | 2024-12-20T21:19:01.924Z | Checking dof v0.3.0 |
1936 | 2024-12-20T21:19:02.077Z | Checking ecdsa v0.16.9 |
1937 | 2024-12-20T21:19:02.105Z | Checking curve25519-dalek v4.1.3 |
1938 | 2024-12-20T21:19:02.326Z | Checking zerocopy v0.6.6 |
1939 | 2024-12-20T21:19:02.377Z | Checking siphasher v0.3.11 |
1940 | 2024-12-20T21:19:02.535Z | Checking usdt-impl v0.5.0 |
1941 | 2024-12-20T21:19:02.704Z | Checking rayon-core v1.12.1 |
1942 | 2024-12-20T21:19:02.788Z | Checking ed25519 v2.2.3 |
1943 | 2024-12-20T21:19:03.091Z | Checking slog-json v2.6.1 |
1944 | 2024-12-20T21:19:03.115Z | Checking signal-hook v0.3.17 |
1945 | 2024-12-20T21:19:03.118Z | Checking usdt v0.5.0 |
1946 | 2024-12-20T21:19:03.351Z | Checking quick-error v1.2.3 |
1947 | 2024-12-20T21:19:03.380Z | Checking debug-ignore v1.0.5 |
1948 | 2024-12-20T21:19:03.383Z | Checking slog-bunyan v2.5.0 |
1949 | 2024-12-20T21:19:03.460Z | Checking rsa v0.9.6 |
1950 | 2024-12-20T21:19:03.493Z | Checking multer v3.1.0 |
1951 | 2024-12-20T21:19:03.497Z | Checking itertools v0.10.5 |
1952 | 2024-12-20T21:19:03.540Z | Checking x509-cert v0.2.5 |
1953 | 2024-12-20T21:19:03.567Z | Checking idna v0.4.0 |
1954 | 2024-12-20T21:19:03.908Z | Checking serde_path_to_error v0.1.16 |
1955 | 2024-12-20T21:19:03.936Z | Checking toml_edit v0.19.15 |
1956 | 2024-12-20T21:19:03.991Z | Checking ed25519-dalek v2.1.1 |
1957 | 2024-12-20T21:19:04.378Z | Checking hubpack v0.1.2 |
1958 | 2024-12-20T21:19:04.408Z | Checking waitgroup v0.1.2 |
1959 | 2024-12-20T21:19:04.484Z | Checking bzip2-sys v0.1.11+1.0.8 |
1960 | 2024-12-20T21:19:04.554Z | Checking async-stream v0.3.6 |
1961 | 2024-12-20T21:19:04.570Z | Checking hostname v0.4.0 |
1962 | 2024-12-20T21:19:04.619Z | Checking bit-vec v0.6.3 |
1963 | 2024-12-20T21:19:04.701Z | Checking bzip2 v0.4.4 |
1964 | 2024-12-20T21:19:04.703Z | Checking hickory-proto v0.24.1 |
1965 | 2024-12-20T21:19:04.743Z | Checking signal-hook-mio v0.2.4 |
1966 | 2024-12-20T21:19:04.889Z | Checking console v0.15.8 |
1967 | 2024-12-20T21:19:04.964Z | Checking bit-set v0.5.3 |
1968 | 2024-12-20T21:19:04.993Z | Checking hash32 v0.2.1 |
1969 | 2024-12-20T21:19:05.111Z | Checking unicode-properties v0.1.3 |
1970 | 2024-12-20T21:19:05.141Z | Checking tokio-rustls v0.25.0 |
1971 | 2024-12-20T21:19:05.217Z | Checking linked-hash-map v0.5.6 |
1972 | 2024-12-20T21:19:05.327Z | Checking predicates-core v1.0.8 |
1973 | 2024-12-20T21:19:05.431Z | Checking heapless v0.7.17 |
1974 | 2024-12-20T21:19:05.477Z | Checking stringprep v0.1.5 |
1975 | 2024-12-20T21:19:05.506Z | Checking crossterm v0.28.1 |
1976 | 2024-12-20T21:19:05.536Z | Checking lru-cache v0.1.2 |
1977 | 2024-12-20T21:19:05.563Z | Checking dropshot v0.12.0 |
1978 | 2024-12-20T21:19:05.723Z | Checking rayon v1.10.0 |
1979 | 2024-12-20T21:19:05.751Z | Checking phf_shared v0.11.2 |
1980 | 2024-12-20T21:19:05.754Z | Checking similar v2.6.0 |
1981 | 2024-12-20T21:19:06.083Z | Checking tokio-stream v0.1.16 |
1982 | 2024-12-20T21:19:06.376Z | Checking toml v0.7.8 |
1983 | 2024-12-20T21:19:06.435Z | Checking md-5 v0.10.6 |
1984 | 2024-12-20T21:19:06.657Z | Checking float-cmp v0.9.0 |
1985 | 2024-12-20T21:19:06.681Z | Checking normalize-line-endings v0.3.0 |
1986 | 2024-12-20T21:19:06.809Z | Checking fixedbitset v0.4.2 |
1987 | 2024-12-20T21:19:06.852Z | Checking fallible-iterator v0.2.0 |
1988 | 2024-12-20T21:19:07.034Z | Checking difflib v0.4.0 |
1989 | 2024-12-20T21:19:07.086Z | Checking petgraph v0.6.5 |
1990 | 2024-12-20T21:19:07.138Z | Checking smoltcp v0.9.1 |
1991 | 2024-12-20T21:19:07.288Z | Checking phf v0.11.2 |
1992 | 2024-12-20T21:19:07.374Z | Checking predicates v3.1.2 |
1993 | 2024-12-20T21:19:07.493Z | Checking postgres-protocol v0.6.7 |
1994 | 2024-12-20T21:19:07.552Z | Checking zip v0.6.6 |
1995 | 2024-12-20T21:19:08.061Z | Checking resolv-conf v0.7.0 |
1996 | 2024-12-20T21:19:08.187Z | Checking phf_shared v0.10.0 |
1997 | 2024-12-20T21:19:08.250Z | Checking tungstenite v0.24.0 |
1998 | 2024-12-20T21:19:08.421Z | Checking fs-err v2.11.0 |
1999 | 2024-12-20T21:19:08.474Z | Checking serde-big-array v0.5.1 |
2000 | 2024-12-20T21:19:08.621Z | Checking portable-atomic v1.9.0 |
2001 | 2024-12-20T21:19:08.690Z | Checking new_debug_unreachable v1.0.6 |
2002 | 2024-12-20T21:19:08.794Z | Checking lalrpop-util v0.19.12 |
2003 | 2024-12-20T21:19:09.011Z | Checking minimal-lexical v0.2.1 |
2004 | 2024-12-20T21:19:09.079Z | Checking number_prefix v0.4.0 |
2005 | 2024-12-20T21:19:09.152Z | Checking precomputed-hash v0.1.1 |
2006 | 2024-12-20T21:19:09.212Z | Checking unicode-width v0.2.0 |
2007 | 2024-12-20T21:19:09.259Z | Checking tokio-tungstenite v0.24.0 |
2008 | 2024-12-20T21:19:09.286Z | Checking string_cache v0.8.7 |
2009 | 2024-12-20T21:19:09.401Z | Checking nom v7.1.3 |
2010 | 2024-12-20T21:19:09.464Z | Checking hickory-resolver v0.24.1 |
2011 | 2024-12-20T21:19:09.551Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2012 | 2024-12-20T21:19:09.577Z | Checking postgres-types v0.2.8 |
2013 | 2024-12-20T21:19:09.684Z | Checking peg-runtime v0.8.3 |
2014 | 2024-12-20T21:19:09.686Z | Checking indicatif v0.17.9 |
2015 | 2024-12-20T21:19:09.732Z | Checking whoami v1.5.2 |
2016 | 2024-12-20T21:19:09.912Z | Checking heck v0.4.1 |
2017 | 2024-12-20T21:19:10.131Z | Compiling hashbrown v0.14.5 |
2018 | 2024-12-20T21:19:10.165Z | Compiling ident_case v1.0.1 |
2019 | 2024-12-20T21:19:10.269Z | Checking tokio-postgres v0.7.12 |
2020 | 2024-12-20T21:19:10.337Z | Compiling darling_core v0.20.10 |
2021 | 2024-12-20T21:19:10.410Z | Compiling unsafe-libyaml v0.2.11 |
2022 | 2024-12-20T21:19:11.032Z | Checking qorb v0.2.1 |
2023 | 2024-12-20T21:19:11.514Z | Compiling regress v0.10.1 |
2024 | 2024-12-20T21:19:11.738Z | Checking heck v0.5.0 |
2025 | 2024-12-20T21:19:11.936Z | Compiling serde_yaml v0.9.34+deprecated |
2026 | 2024-12-20T21:19:12.456Z | Checking progenitor-client v0.8.0 |
2027 | 2024-12-20T21:19:12.868Z | Checking fastrand v2.1.1 |
2028 | 2024-12-20T21:19:13.215Z | Compiling newtype-uuid v1.1.3 |
2029 | 2024-12-20T21:19:13.472Z | Checking ipnetwork v0.20.0 |
2030 | 2024-12-20T21:19:13.539Z | Compiling structmeta-derive v0.3.0 |
2031 | 2024-12-20T21:19:13.621Z | Checking strum v0.26.3 |
2032 | 2024-12-20T21:19:13.786Z | Compiling dropshot v0.13.0 |
2033 | 2024-12-20T21:19:13.852Z | Checking macaddr v1.0.1 |
2034 | 2024-12-20T21:19:14.164Z | Compiling dropshot_endpoint v0.13.0 |
2035 | 2024-12-20T21:19:14.195Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2024-12-20T21:19:15.113Z | Checking tempfile v3.13.0 |
2037 | 2024-12-20T21:19:15.234Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2038 | 2024-12-20T21:19:15.501Z | Compiling typify-impl v0.2.0 |
2039 | 2024-12-20T21:19:15.596Z | Checking instant v0.1.13 |
2040 | 2024-12-20T21:19:15.731Z | Checking regress v0.9.1 |
2041 | 2024-12-20T21:19:16.191Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2042 | 2024-12-20T21:19:16.510Z | Compiling structmeta v0.3.0 |
2043 | 2024-12-20T21:19:16.686Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2044 | 2024-12-20T21:19:16.983Z | Compiling parse-display-derive v0.10.0 |
2045 | 2024-12-20T21:19:17.007Z | Checking backoff v0.4.0 |
2046 | 2024-12-20T21:19:17.031Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2047 | 2024-12-20T21:19:17.179Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2048 | 2024-12-20T21:19:17.318Z | Checking wait-timeout v0.2.0 |
2049 | 2024-12-20T21:19:17.342Z | Checking rand_xorshift v0.3.0 |
2050 | 2024-12-20T21:19:17.392Z | Compiling darling_macro v0.20.10 |
2051 | 2024-12-20T21:19:17.495Z | Checking rusty-fork v0.3.0 |
2052 | 2024-12-20T21:19:17.522Z | Checking unarray v0.1.4 |
2053 | 2024-12-20T21:19:17.836Z | Compiling structmeta-derive v0.2.0 |
2054 | 2024-12-20T21:19:18.020Z | Checking proptest v1.5.0 |
2055 | 2024-12-20T21:19:18.334Z | Checking camino-tempfile v1.1.1 |
2056 | 2024-12-20T21:19:18.361Z | Compiling darling v0.20.10 |
2057 | 2024-12-20T21:19:18.491Z | Compiling serde_with_macros v3.11.0 |
2058 | 2024-12-20T21:19:18.620Z | Compiling proc-macro-error v1.0.4 |
2059 | 2024-12-20T21:19:19.312Z | Compiling proc-macro-crate v1.3.1 |
2060 | 2024-12-20T21:19:19.337Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2024-12-20T21:19:19.714Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2062 | 2024-12-20T21:19:20.029Z | Compiling foreign-types-macros v0.2.3 |
2063 | 2024-12-20T21:19:20.440Z | Compiling num_enum_derive v0.5.11 |
2064 | 2024-12-20T21:19:20.560Z | Compiling structmeta v0.2.0 |
2065 | 2024-12-20T21:19:21.026Z | Compiling test-strategy v0.3.1 |
2066 | 2024-12-20T21:19:21.394Z | Checking foreign-types-shared v0.3.1 |
2067 | 2024-12-20T21:19:21.430Z | Checking serde_with v3.11.0 |
2068 | 2024-12-20T21:19:21.528Z | Checking foreign-types v0.5.0 |
2069 | 2024-12-20T21:19:21.571Z | Checking parse-display v0.10.0 |
2070 | 2024-12-20T21:19:21.813Z | Checking tabwriter v1.4.0 |
2071 | 2024-12-20T21:19:21.995Z | Checking cstr-argument v0.1.2 |
2072 | 2024-12-20T21:19:22.086Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2073 | 2024-12-20T21:19:22.169Z | Checking pretty-hex v0.2.1 |
2074 | 2024-12-20T21:19:22.349Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2075 | 2024-12-20T21:19:22.467Z | Checking colored v2.1.0 |
2076 | 2024-12-20T21:19:22.683Z | Checking smf v0.2.3 |
2077 | 2024-12-20T21:19:22.749Z | Checking itertools v0.13.0 |
2078 | 2024-12-20T21:19:22.864Z | Checking base64 v0.21.7 |
2079 | 2024-12-20T21:19:22.904Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2080 | 2024-12-20T21:19:23.057Z | Compiling crucible-workspace-hack v0.1.0 |
2081 | 2024-12-20T21:19:23.082Z | Checking num_enum v0.5.11 |
2082 | 2024-12-20T21:19:23.130Z | Compiling zerocopy v0.8.10 |
2083 | 2024-12-20T21:19:23.233Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2084 | 2024-12-20T21:19:23.385Z | Checking atomicwrites v0.4.4 |
2085 | 2024-12-20T21:19:23.505Z | Compiling zerocopy-derive v0.8.10 |
2086 | 2024-12-20T21:19:23.587Z | Compiling heapless v0.8.0 |
2087 | 2024-12-20T21:19:24.115Z | Checking termtree v0.4.1 |
2088 | 2024-12-20T21:19:24.321Z | Checking predicates-tree v1.0.11 |
2089 | 2024-12-20T21:19:24.485Z | Checking hash32 v0.3.1 |
2090 | 2024-12-20T21:19:24.506Z | Compiling smoltcp v0.11.0 |
2091 | 2024-12-20T21:19:24.848Z | Checking cobs v0.2.3 |
2092 | 2024-12-20T21:19:24.976Z | Checking sigpipe v0.1.3 |
2093 | 2024-12-20T21:19:25.039Z | Checking postcard v1.0.10 |
2094 | 2024-12-20T21:19:25.093Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2095 | 2024-12-20T21:19:25.272Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2096 | 2024-12-20T21:19:25.406Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2097 | 2024-12-20T21:19:25.434Z | Compiling mockall_derive v0.13.0 |
2098 | 2024-12-20T21:19:25.455Z | Compiling thiserror v2.0.3 |
2099 | 2024-12-20T21:19:25.624Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2100 | 2024-12-20T21:19:25.746Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2101 | 2024-12-20T21:19:25.929Z | Compiling thiserror-impl v2.0.3 |
2102 | 2024-12-20T21:19:26.048Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2103 | 2024-12-20T21:19:26.491Z | Compiling zone_cfg_derive v0.3.0 |
2104 | 2024-12-20T21:19:26.567Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2105 | 2024-12-20T21:19:28.020Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2106 | 2024-12-20T21:19:28.335Z | Compiling num-derive v0.4.2 |
2107 | 2024-12-20T21:19:28.369Z | Checking downcast v0.11.0 |
2108 | 2024-12-20T21:19:28.589Z | Checking fragile v2.0.0 |
2109 | 2024-12-20T21:19:28.690Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2110 | 2024-12-20T21:19:28.860Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2111 | 2024-12-20T21:19:29.025Z | Checking zone v0.3.0 |
2112 | 2024-12-20T21:19:29.117Z | Checking tungstenite v0.21.0 |
2113 | 2024-12-20T21:19:29.578Z | Compiling convert_case v0.4.0 |
2114 | 2024-12-20T21:19:29.804Z | Checking newline-converter v0.3.0 |
2115 | 2024-12-20T21:19:29.825Z | Checking same-file v1.0.6 |
2116 | 2024-12-20T21:19:29.965Z | Checking expectorate v1.1.0 |
2117 | 2024-12-20T21:19:30.007Z | Checking walkdir v2.5.0 |
2118 | 2024-12-20T21:19:30.080Z | Checking tokio-tungstenite v0.21.0 |
2119 | 2024-12-20T21:19:30.135Z | Checking arc-swap v1.7.1 |
2120 | 2024-12-20T21:19:30.284Z | Checking xattr v1.3.1 |
2121 | 2024-12-20T21:19:30.492Z | Checking filetime v0.2.25 |
2122 | 2024-12-20T21:19:30.530Z | Compiling derive_more v0.99.18 |
2123 | 2024-12-20T21:19:30.564Z | Checking slog-scope v4.4.0 |
2124 | 2024-12-20T21:19:30.591Z | Checking num-rational v0.4.2 |
2125 | 2024-12-20T21:19:30.656Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2126 | 2024-12-20T21:19:30.706Z | Checking tar v0.4.42 |
2127 | 2024-12-20T21:19:30.768Z | Checking slog-stdlog v4.1.1 |
2128 | 2024-12-20T21:19:30.940Z | Checking slog-envlogger v2.2.0 |
2129 | 2024-12-20T21:19:31.163Z | Checking num-complex v0.4.6 |
2130 | 2024-12-20T21:19:31.211Z | Checking float-ord v0.3.2 |
2131 | 2024-12-20T21:19:31.260Z | Compiling owo-colors v4.1.0 |
2132 | 2024-12-20T21:19:31.371Z | Compiling cancel-safe-futures v0.1.5 |
2133 | 2024-12-20T21:19:31.541Z | Checking swrite v0.1.0 |
2134 | 2024-12-20T21:19:31.677Z | Checking libsw v3.3.1 |
2135 | 2024-12-20T21:19:31.952Z | Checking pem v3.0.4 |
2136 | 2024-12-20T21:19:32.098Z | Checking num v0.4.3 |
2137 | 2024-12-20T21:19:32.206Z | Checking password-hash v0.5.0 |
2138 | 2024-12-20T21:19:32.231Z | Checking blake2 v0.10.6 |
2139 | 2024-12-20T21:19:32.254Z | Checking linear-map v1.2.0 |
2140 | 2024-12-20T21:19:32.582Z | Checking indent_write v2.2.0 |
2141 | 2024-12-20T21:19:32.670Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2142 | 2024-12-20T21:19:32.695Z | Checking argon2 v0.5.3 |
2143 | 2024-12-20T21:19:33.015Z | Compiling lzma-sys v0.1.20 |
2144 | 2024-12-20T21:19:33.291Z | Checking headers-core v0.3.0 |
2145 | 2024-12-20T21:19:33.383Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2146 | 2024-12-20T21:19:33.447Z | Compiling heck v0.3.3 |
2147 | 2024-12-20T21:19:33.531Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2148 | 2024-12-20T21:19:33.739Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2149 | 2024-12-20T21:19:33.810Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2150 | 2024-12-20T21:19:33.869Z | Compiling zone_cfg_derive v0.1.2 |
2151 | 2024-12-20T21:19:33.934Z | Compiling typify-macro v0.2.0 |
2152 | 2024-12-20T21:19:34.026Z | Checking headers v0.4.0 |
2153 | 2024-12-20T21:19:34.059Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2154 | 2024-12-20T21:19:34.359Z | Checking yasna v0.5.2 |
2155 | 2024-12-20T21:19:34.399Z | Checking mockall v0.13.0 |
2156 | 2024-12-20T21:19:34.546Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2157 | 2024-12-20T21:19:34.657Z | Checking base64 v0.13.1 |
2158 | 2024-12-20T21:19:35.057Z | Checking highway v1.2.0 |
2159 | 2024-12-20T21:19:35.161Z | Checking ron v0.7.1 |
2160 | 2024-12-20T21:19:35.262Z | Checking rcgen v0.12.1 |
2161 | 2024-12-20T21:19:35.384Z | Checking zone v0.1.8 |
2162 | 2024-12-20T21:19:35.494Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2163 | 2024-12-20T21:19:35.987Z | Checking xz2 v0.1.7 |
2164 | 2024-12-20T21:19:36.035Z | Checking subprocess v0.2.9 |
2165 | 2024-12-20T21:19:36.343Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2166 | 2024-12-20T21:19:36.368Z | Checking humantime v2.1.0 |
2167 | 2024-12-20T21:19:36.627Z | Compiling semver v0.1.20 |
2168 | 2024-12-20T21:19:36.685Z | Checking half v2.4.1 |
2169 | 2024-12-20T21:19:36.881Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2170 | 2024-12-20T21:19:37.169Z | Compiling rustc_version v0.1.7 |
2171 | 2024-12-20T21:19:37.245Z | Checking ciborium-io v0.2.2 |
2172 | 2024-12-20T21:19:37.305Z | Checking prettyplease v0.2.25 |
2173 | 2024-12-20T21:19:37.376Z | Checking ciborium-ll v0.2.2 |
2174 | 2024-12-20T21:19:37.684Z | Compiling newtype_derive v0.1.6 |
2175 | 2024-12-20T21:19:37.707Z | Checking ciborium v0.2.2 |
2176 | 2024-12-20T21:19:38.240Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2177 | 2024-12-20T21:19:38.299Z | Compiling typify v0.2.0 |
2178 | 2024-12-20T21:19:38.447Z | Compiling progenitor-impl v0.8.0 |
2179 | 2024-12-20T21:19:40.023Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2180 | 2024-12-20T21:19:40.365Z | Checking steno v0.4.1 |
2181 | 2024-12-20T21:19:40.682Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2182 | 2024-12-20T21:19:40.819Z | Compiling slog-dtrace v0.3.0 |
2183 | 2024-12-20T21:19:41.302Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2184 | 2024-12-20T21:19:41.684Z | Checking display-error-chain v0.2.2 |
2185 | 2024-12-20T21:19:41.729Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2186 | 2024-12-20T21:19:41.863Z | Checking gethostname v0.5.0 |
2187 | 2024-12-20T21:19:41.963Z | Checking nibble_vec v0.1.0 |
2188 | 2024-12-20T21:19:42.003Z | Compiling blake3 v1.5.4 |
2189 | 2024-12-20T21:19:42.160Z | Compiling ring v0.16.20 |
2190 | 2024-12-20T21:19:42.285Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2191 | 2024-12-20T21:19:42.647Z | Checking endian-type v0.1.2 |
2192 | 2024-12-20T21:19:42.672Z | Checking keccak v0.1.5 |
2193 | 2024-12-20T21:19:42.868Z | Checking radix_trie v0.2.1 |
2194 | 2024-12-20T21:19:42.989Z | Checking sha3 v0.10.8 |
2195 | 2024-12-20T21:19:43.274Z | Checking universal-hash v0.5.1 |
2196 | 2024-12-20T21:19:43.346Z | Checking secrecy v0.8.0 |
2197 | 2024-12-20T21:19:43.407Z | Checking opaque-debug v0.3.1 |
2198 | 2024-12-20T21:19:43.467Z | Checking aead v0.5.2 |
2199 | 2024-12-20T21:19:43.512Z | Checking poly1305 v0.8.0 |
2200 | 2024-12-20T21:19:43.560Z | Checking chacha20 v0.9.1 |
2201 | 2024-12-20T21:19:44.018Z | Compiling memmap2 v0.9.5 |
2202 | 2024-12-20T21:19:44.225Z | Compiling arrayref v0.3.9 |
2203 | 2024-12-20T21:19:44.330Z | Compiling constant_time_eq v0.3.1 |
2204 | 2024-12-20T21:19:44.488Z | Compiling spin v0.5.2 |
2205 | 2024-12-20T21:19:44.514Z | Compiling arrayvec v0.7.6 |
2206 | 2024-12-20T21:19:44.771Z | Compiling toolchain_find v0.4.0 |
2207 | 2024-12-20T21:19:44.827Z | Compiling thiserror-impl-no-std v2.0.2 |
2208 | 2024-12-20T21:19:44.957Z | Compiling topological-sort v0.2.2 |
2209 | 2024-12-20T21:19:45.187Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2210 | 2024-12-20T21:19:45.222Z | Compiling rustfmt-wrapper v0.2.1 |
2211 | 2024-12-20T21:19:45.491Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2212 | 2024-12-20T21:19:45.725Z | Checking chacha20poly1305 v0.10.1 |
2213 | 2024-12-20T21:19:45.815Z | Compiling async-recursion v1.1.1 |
2214 | 2024-12-20T21:19:45.844Z | Checking fxhash v0.2.1 |
2215 | 2024-12-20T21:19:45.913Z | Compiling zip v2.1.3 |
2216 | 2024-12-20T21:19:46.034Z | Checking lockfree-object-pool v0.1.6 |
2217 | 2024-12-20T21:19:46.194Z | Checking simd-adler32 v0.3.7 |
2218 | 2024-12-20T21:19:46.259Z | Checking bumpalo v3.16.0 |
2219 | 2024-12-20T21:19:46.356Z | Checking termcolor v1.4.1 |
2220 | 2024-12-20T21:19:46.569Z | Checking maplit v1.0.2 |
2221 | 2024-12-20T21:19:46.621Z | Checking zopfli v0.8.1 |
2222 | 2024-12-20T21:19:46.683Z | Compiling radium v0.7.0 |
2223 | 2024-12-20T21:19:46.760Z | Compiling progenitor-macro v0.8.0 |
2224 | 2024-12-20T21:19:46.825Z | Compiling maybe-uninit v2.0.0 |
2225 | 2024-12-20T21:19:47.163Z | Checking tap v1.0.1 |
2226 | 2024-12-20T21:19:47.354Z | Checking wyz v0.5.1 |
2227 | 2024-12-20T21:19:47.496Z | Checking funty v2.0.0 |
2228 | 2024-12-20T21:19:47.793Z | Compiling omicron-zone-package v0.11.1 |
2229 | 2024-12-20T21:19:47.806Z | Checking home v0.5.9 |
2230 | 2024-12-20T21:19:47.966Z | Checking crc-catalog v2.4.0 |
2231 | 2024-12-20T21:19:48.131Z | Compiling packed_struct v0.10.1 |
2232 | 2024-12-20T21:19:48.175Z | Checking thiserror-no-std v2.0.2 |
2233 | 2024-12-20T21:19:48.254Z | Checking vsss-rs v3.3.4 |
2234 | 2024-12-20T21:19:48.403Z | Checking bitvec v1.0.1 |
2235 | 2024-12-20T21:19:48.428Z | Checking crc v3.2.1 |
2236 | 2024-12-20T21:19:48.586Z | Compiling const_format_proc_macros v0.2.33 |
2237 | 2024-12-20T21:19:48.598Z | Checking kstat-rs v0.2.4 |
2238 | 2024-12-20T21:19:48.853Z | Compiling packed_struct_codegen v0.10.1 |
2239 | 2024-12-20T21:19:48.944Z | Compiling vte_generate_state_changes v0.1.2 |
2240 | 2024-12-20T21:19:49.317Z | Compiling indexmap v1.9.3 |
2241 | 2024-12-20T21:19:49.600Z | Checking nodrop v0.1.14 |
2242 | 2024-12-20T21:19:49.622Z | Compiling libefi-sys v0.1.0 |
2243 | 2024-12-20T21:19:49.734Z | Checking array-init v0.0.4 |
2244 | 2024-12-20T21:19:49.977Z | Checking vte v0.11.1 |
2245 | 2024-12-20T21:19:50.669Z | Checking const_format v0.2.33 |
2246 | 2024-12-20T21:19:50.809Z | Checking smallvec v0.6.14 |
2247 | 2024-12-20T21:19:51.206Z | Checking fd-lock v4.0.2 |
2248 | 2024-12-20T21:19:51.300Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2249 | 2024-12-20T21:19:51.431Z | Compiling bitfield-struct v0.6.2 |
2250 | 2024-12-20T21:19:51.469Z | Checking bitfield v0.14.0 |
2251 | 2024-12-20T21:19:51.472Z | Checking hashbrown v0.12.3 |
2252 | 2024-12-20T21:19:51.650Z | Checking strip-ansi-escapes v0.2.0 |
2253 | 2024-12-20T21:19:51.759Z | Checking serde-hex v0.1.0 |
2254 | 2024-12-20T21:19:51.844Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2255 | 2024-12-20T21:19:52.117Z | Checking env_logger v0.10.2 |
2256 | 2024-12-20T21:19:52.227Z | Checking ron v0.8.1 |
2257 | 2024-12-20T21:19:52.561Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2258 | 2024-12-20T21:19:52.891Z | Checking itertools v0.12.1 |
2259 | 2024-12-20T21:19:52.950Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-20T21:19:53.282Z | Checking hashbrown v0.13.2 |
2261 | 2024-12-20T21:19:53.544Z | Checking nu-ansi-term v0.50.1 |
2262 | 2024-12-20T21:19:53.565Z | Checking crc-any v2.5.0 |
2263 | 2024-12-20T21:19:53.981Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2264 | 2024-12-20T21:19:53.985Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2265 | 2024-12-20T21:19:54.116Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2266 | 2024-12-20T21:19:54.284Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2267 | 2024-12-20T21:19:54.354Z | Checking object v0.30.4 |
2268 | 2024-12-20T21:19:54.487Z | Compiling parking_lot_core v0.8.6 |
2269 | 2024-12-20T21:19:54.544Z | Checking path-slash v0.1.5 |
2270 | 2024-12-20T21:19:54.588Z | Compiling phf_generator v0.11.2 |
2271 | 2024-12-20T21:19:54.702Z | Checking bytecount v0.6.8 |
2272 | 2024-12-20T21:19:54.789Z | Checking glob v0.3.1 |
2273 | 2024-12-20T21:19:54.863Z | Checking papergrid v0.11.0 |
2274 | 2024-12-20T21:19:55.121Z | Compiling phf_codegen v0.11.2 |
2275 | 2024-12-20T21:19:55.149Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2276 | 2024-12-20T21:19:55.281Z | Checking parking_lot v0.11.2 |
2277 | 2024-12-20T21:19:55.334Z | Compiling tabled_derive v0.7.0 |
2278 | 2024-12-20T21:19:55.608Z | Checking reedline v0.35.0 |
2279 | 2024-12-20T21:19:55.634Z | Compiling parse-zoneinfo v0.3.1 |
2280 | 2024-12-20T21:19:55.758Z | Compiling cfg_aliases v0.1.1 |
2281 | 2024-12-20T21:19:55.879Z | Compiling nix v0.28.0 |
2282 | 2024-12-20T21:19:56.407Z | Compiling chrono-tz-build v0.4.0 |
2283 | 2024-12-20T21:19:56.740Z | Checking sled v0.34.7 |
2284 | 2024-12-20T21:19:57.729Z | Checking hickory-client v0.24.1 |
2285 | 2024-12-20T21:19:57.918Z | Checking tabled v0.15.0 |
2286 | 2024-12-20T21:19:57.942Z | Checking hickory-server v0.24.1 |
2287 | 2024-12-20T21:19:58.319Z | Compiling chrono-tz v0.10.0 |
2288 | 2024-12-20T21:19:58.451Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2289 | 2024-12-20T21:19:58.980Z | Compiling buf-list v1.0.3 |
2290 | 2024-12-20T21:19:59.738Z | Compiling peg-macros v0.8.4 |
2291 | 2024-12-20T21:20:00.481Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2292 | 2024-12-20T21:20:00.682Z | Compiling sqlparser_derive v0.2.2 |
2293 | 2024-12-20T21:20:00.774Z | Checking unicode_categories v0.1.1 |
2294 | 2024-12-20T21:20:01.116Z | Checking sqlformat v0.2.6 |
2295 | 2024-12-20T21:20:01.871Z | Checking sqlparser v0.45.0 |
2296 | 2024-12-20T21:20:02.202Z | Checking rustyline v14.0.0 |
2297 | 2024-12-20T21:20:02.311Z | Checking progenitor v0.8.0 |
2298 | 2024-12-20T21:20:02.514Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2299 | 2024-12-20T21:20:02.623Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2300 | 2024-12-20T21:20:03.404Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2301 | 2024-12-20T21:20:05.471Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2302 | 2024-12-20T21:20:06.362Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2303 | 2024-12-20T21:20:07.309Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2304 | 2024-12-20T21:20:07.827Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2305 | 2024-12-20T21:20:09.086Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2306 | 2024-12-20T21:20:10.262Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2307 | 2024-12-20T21:20:11.040Z | Checking peg v0.8.4 |
2308 | 2024-12-20T21:20:11.149Z | Checking bcs v0.1.6 |
2309 | 2024-12-20T21:20:11.278Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2310 | 2024-12-20T21:20:11.504Z | Checking primeorder v0.13.6 |
2311 | 2024-12-20T21:20:11.606Z | Compiling unicase v2.7.0 |
2312 | 2024-12-20T21:20:11.919Z | Checking nanorand v0.7.0 |
2313 | 2024-12-20T21:20:11.947Z | Checking atty v0.2.14 |
2314 | 2024-12-20T21:20:11.950Z | Compiling salty v0.3.0 |
2315 | 2024-12-20T21:20:12.014Z | Checking p384 v0.13.0 |
2316 | 2024-12-20T21:20:12.077Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2317 | 2024-12-20T21:20:12.280Z | Checking flume v0.11.1 |
2318 | 2024-12-20T21:20:12.474Z | Compiling mime_guess v2.0.5 |
2319 | 2024-12-20T21:20:12.791Z | Checking env_filter v0.1.2 |
2320 | 2024-12-20T21:20:12.988Z | Checking http-range v0.1.5 |
2321 | 2024-12-20T21:20:13.038Z | Checking env_logger v0.11.5 |
2322 | 2024-12-20T21:20:13.143Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2323 | 2024-12-20T21:20:13.187Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2324 | 2024-12-20T21:20:13.341Z | Compiling dsl_auto_type v0.1.2 |
2325 | 2024-12-20T21:20:13.458Z | Checking scheduled-thread-pool v0.2.7 |
2326 | 2024-12-20T21:20:13.517Z | Compiling diesel_table_macro_syntax v0.2.0 |
2327 | 2024-12-20T21:20:13.689Z | Compiling crunchy v0.2.2 |
2328 | 2024-12-20T21:20:13.755Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2329 | 2024-12-20T21:20:13.976Z | Checking r2d2 v0.8.10 |
2330 | 2024-12-20T21:20:14.247Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2331 | 2024-12-20T21:20:14.302Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2332 | 2024-12-20T21:20:14.518Z | Checking hyper-staticfile v0.10.1 |
2333 | 2024-12-20T21:20:14.762Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2334 | 2024-12-20T21:20:14.786Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2335 | 2024-12-20T21:20:14.997Z | Compiling diesel_derives v2.2.3 |
2336 | 2024-12-20T21:20:15.020Z | Compiling tiny-keccak v2.0.2 |
2337 | 2024-12-20T21:20:15.260Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2338 | 2024-12-20T21:20:15.341Z | Compiling pin-project-internal v1.1.6 |
2339 | 2024-12-20T21:20:15.414Z | Compiling ref-cast v1.0.23 |
2340 | 2024-12-20T21:20:16.031Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2341 | 2024-12-20T21:20:16.184Z | Compiling ascii-canvas v3.0.0 |
2342 | 2024-12-20T21:20:16.340Z | Compiling ena v0.14.3 |
2343 | 2024-12-20T21:20:16.731Z | Compiling ref-cast-impl v1.0.23 |
2344 | 2024-12-20T21:20:16.772Z | Compiling regex-syntax v0.6.29 |
2345 | 2024-12-20T21:20:17.935Z | Compiling diff v0.1.13 |
2346 | 2024-12-20T21:20:18.350Z | Checking pin-project v1.1.6 |
2347 | 2024-12-20T21:20:18.519Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2348 | 2024-12-20T21:20:18.550Z | Checking signal-hook-tokio v0.3.1 |
2349 | 2024-12-20T21:20:18.572Z | Compiling snafu-derive v0.8.5 |
2350 | 2024-12-20T21:20:18.744Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2351 | 2024-12-20T21:20:19.038Z | Compiling derive_builder_core v0.20.2 |
2352 | 2024-12-20T21:20:21.557Z | Compiling lalrpop v0.19.12 |
2353 | 2024-12-20T21:20:22.715Z | Checking globset v0.4.15 |
2354 | 2024-12-20T21:20:22.786Z | Checking olpc-cjson v0.1.4 |
2355 | 2024-12-20T21:20:23.020Z | Checking serde_plain v1.0.2 |
2356 | 2024-12-20T21:20:23.272Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2357 | 2024-12-20T21:20:23.305Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2358 | 2024-12-20T21:20:24.320Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2359 | 2024-12-20T21:20:27.084Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2360 | 2024-12-20T21:20:27.740Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2361 | 2024-12-20T21:20:28.503Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2362 | 2024-12-20T21:20:28.573Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2363 | 2024-12-20T21:20:29.404Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2364 | 2024-12-20T21:20:29.916Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2365 | 2024-12-20T21:20:30.423Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2366 | 2024-12-20T21:20:30.726Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2367 | 2024-12-20T21:20:30.930Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2368 | 2024-12-20T21:20:31.340Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2369 | 2024-12-20T21:20:31.607Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2370 | 2024-12-20T21:20:31.685Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2371 | 2024-12-20T21:20:32.261Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2372 | 2024-12-20T21:20:32.842Z | Checking diesel v2.2.6 |
2373 | 2024-12-20T21:20:32.897Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2374 | 2024-12-20T21:20:33.363Z | Checking snafu v0.8.5 |
2375 | 2024-12-20T21:20:33.880Z | Compiling libxml v0.3.3 |
2376 | 2024-12-20T21:20:34.248Z | Compiling memoffset v0.9.1 |
2377 | 2024-12-20T21:20:34.566Z | Checking typed-path v0.9.3 |
2378 | 2024-12-20T21:20:36.356Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2379 | 2024-12-20T21:20:36.425Z | Compiling derive_builder_macro v0.20.2 |
2380 | 2024-12-20T21:20:36.629Z | Checking tough v0.19.0 |
2381 | 2024-12-20T21:20:37.327Z | Checking tungstenite v0.23.0 |
2382 | 2024-12-20T21:20:37.460Z | Compiling strum_macros v0.24.3 |
2383 | 2024-12-20T21:20:37.719Z | Compiling samael v0.0.17 |
2384 | 2024-12-20T21:20:38.256Z | Compiling indoc v1.0.9 |
2385 | 2024-12-20T21:20:38.505Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2386 | 2024-12-20T21:20:38.620Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2387 | 2024-12-20T21:20:39.259Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2388 | 2024-12-20T21:20:39.419Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2389 | 2024-12-20T21:20:40.877Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2390 | 2024-12-20T21:20:41.155Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2024-12-20T21:20:41.301Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2392 | 2024-12-20T21:20:41.807Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2393 | 2024-12-20T21:20:42.256Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2394 | 2024-12-20T21:20:42.916Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2395 | 2024-12-20T21:20:43.065Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2396 | 2024-12-20T21:20:43.585Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2397 | 2024-12-20T21:20:44.072Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2398 | 2024-12-20T21:20:45.875Z | Checking parse-size v1.1.0 |
2399 | 2024-12-20T21:20:46.107Z | Checking tokio-tungstenite v0.23.1 |
2400 | 2024-12-20T21:20:46.605Z | Checking derive_builder v0.20.2 |
2401 | 2024-12-20T21:20:48.646Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2402 | 2024-12-20T21:20:48.723Z | Checking quick-xml v0.33.0 |
2403 | 2024-12-20T21:20:48.949Z | Compiling impl-trait-for-tuples v0.2.2 |
2404 | 2024-12-20T21:20:48.992Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2405 | 2024-12-20T21:20:50.869Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2406 | 2024-12-20T21:20:51.056Z | Compiling oso-derive v0.27.3 |
2407 | 2024-12-20T21:20:51.810Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2408 | 2024-12-20T21:20:52.230Z | Checking nix v0.27.1 |
2409 | 2024-12-20T21:20:53.562Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2410 | 2024-12-20T21:20:54.610Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2411 | 2024-12-20T21:20:55.042Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2412 | 2024-12-20T21:20:55.311Z | Compiling diesel-dtrace v0.4.2 |
2413 | 2024-12-20T21:20:56.130Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2414 | 2024-12-20T21:20:56.467Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2415 | 2024-12-20T21:20:56.759Z | Checking bb8 v0.8.5 |
2416 | 2024-12-20T21:20:57.280Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2417 | 2024-12-20T21:20:57.411Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2418 | 2024-12-20T21:20:58.033Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2419 | 2024-12-20T21:20:58.317Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2420 | 2024-12-20T21:20:58.747Z | Checking rand_seeder v0.3.0 |
2421 | 2024-12-20T21:20:58.986Z | Checking assert_matches v1.5.0 |
2422 | 2024-12-20T21:20:58.999Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2423 | 2024-12-20T21:20:59.060Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2424 | 2024-12-20T21:20:59.132Z | Compiling libz-sys v1.1.20 |
2425 | 2024-12-20T21:20:59.306Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2426 | 2024-12-20T21:20:59.458Z | Checking castaway v0.2.3 |
2427 | 2024-12-20T21:20:59.572Z | Checking is_ci v1.2.0 |
2428 | 2024-12-20T21:20:59.625Z | Checking compact_str v0.8.0 |
2429 | 2024-12-20T21:20:59.721Z | Checking supports-color v3.0.1 |
2430 | 2024-12-20T21:20:59.920Z | Checking unicode-truncate v1.1.0 |
2431 | 2024-12-20T21:20:59.979Z | Checking lru v0.12.5 |
2432 | 2024-12-20T21:21:00.159Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2433 | 2024-12-20T21:21:00.279Z | Compiling instability v0.3.2 |
2434 | 2024-12-20T21:21:00.494Z | Checking cassowary v0.3.0 |
2435 | 2024-12-20T21:21:01.127Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2436 | 2024-12-20T21:21:01.296Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2437 | 2024-12-20T21:21:01.353Z | Checking ratatui v0.28.1 |
2438 | 2024-12-20T21:21:01.569Z | Compiling vergen v8.3.2 |
2439 | 2024-12-20T21:21:01.854Z | Compiling cargo-platform v0.1.8 |
2440 | 2024-12-20T21:21:02.446Z | Checking unicode-linebreak v0.1.5 |
2441 | 2024-12-20T21:21:02.815Z | Checking smawk v0.3.2 |
2442 | 2024-12-20T21:21:02.838Z | Compiling cargo_metadata v0.18.1 |
2443 | 2024-12-20T21:21:02.897Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2444 | 2024-12-20T21:21:03.028Z | Checking textwrap v0.16.1 |
2445 | 2024-12-20T21:21:03.443Z | Compiling libsqlite3-sys v0.30.1 |
2446 | 2024-12-20T21:21:03.446Z | Compiling cfg_aliases v0.2.1 |
2447 | 2024-12-20T21:21:03.921Z | Checking shell-words v1.1.0 |
2448 | 2024-12-20T21:21:03.946Z | Compiling rustls v0.21.12 |
2449 | 2024-12-20T21:21:04.160Z | Compiling nix v0.29.0 |
2450 | 2024-12-20T21:21:04.362Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2451 | 2024-12-20T21:21:04.661Z | Checking sct v0.7.1 |
2452 | 2024-12-20T21:21:04.862Z | Checking rustls-webpki v0.101.7 |
2453 | 2024-12-20T21:21:05.513Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2454 | 2024-12-20T21:21:05.746Z | Checking hashlink v0.9.1 |
2455 | 2024-12-20T21:21:05.797Z | Checking concurrent-queue v2.5.0 |
2456 | 2024-12-20T21:21:06.145Z | Checking fallible-streaming-iterator v0.1.9 |
2457 | 2024-12-20T21:21:06.270Z | Checking fallible-iterator v0.3.0 |
2458 | 2024-12-20T21:21:06.364Z | Checking parking v2.2.1 |
2459 | 2024-12-20T21:21:06.385Z | Checking plotters-backend v0.3.7 |
2460 | 2024-12-20T21:21:06.748Z | Checking plotters-svg v0.3.7 |
2461 | 2024-12-20T21:21:06.921Z | Checking rusqlite v0.32.1 |
2462 | 2024-12-20T21:21:06.985Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2463 | 2024-12-20T21:21:07.056Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2464 | 2024-12-20T21:21:07.830Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2465 | 2024-12-20T21:21:07.887Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2466 | 2024-12-20T21:21:08.324Z | Checking async-bb8-diesel v0.2.1 |
2467 | 2024-12-20T21:21:08.386Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2468 | 2024-12-20T21:21:08.482Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2469 | 2024-12-20T21:21:08.759Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2470 | 2024-12-20T21:21:08.969Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2471 | 2024-12-20T21:21:09.197Z | Checking tokio-rustls v0.24.1 |
2472 | 2024-12-20T21:21:09.531Z | Checking rustls-pemfile v1.0.4 |
2473 | 2024-12-20T21:21:09.681Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2474 | 2024-12-20T21:21:09.735Z | Checking twox-hash v1.6.3 |
2475 | 2024-12-20T21:21:10.168Z | Checking cast v0.3.0 |
2476 | 2024-12-20T21:21:10.493Z | Checking criterion-plot v0.5.0 |
2477 | 2024-12-20T21:21:10.820Z | Checking plotters v0.3.7 |
2478 | 2024-12-20T21:21:10.943Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2479 | 2024-12-20T21:21:11.215Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2480 | 2024-12-20T21:21:12.367Z | Checking fatfs v0.3.6 |
2481 | 2024-12-20T21:21:12.650Z | Checking tinytemplate v1.2.1 |
2482 | 2024-12-20T21:21:12.871Z | Checking csv-core v0.1.11 |
2483 | 2024-12-20T21:21:13.062Z | Checking hex-literal v0.4.1 |
2484 | 2024-12-20T21:21:13.201Z | Checking oorandom v11.1.4 |
2485 | 2024-12-20T21:21:13.227Z | Checking anes v0.1.6 |
2486 | 2024-12-20T21:21:13.322Z | Checking csv v1.3.0 |
2487 | 2024-12-20T21:21:13.376Z | Checking event-listener v5.3.1 |
2488 | 2024-12-20T21:21:13.576Z | Checking criterion v0.5.1 |
2489 | 2024-12-20T21:21:13.781Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2490 | 2024-12-20T21:21:14.136Z | Checking rtoolbox v0.0.2 |
2491 | 2024-12-20T21:21:14.327Z | Checking rpassword v7.3.1 |
2492 | 2024-12-20T21:21:14.500Z | Checking event-listener-strategy v0.5.2 |
2493 | 2024-12-20T21:21:14.719Z | Checking tui-tree-widget v0.22.0 |
2494 | 2024-12-20T21:21:15.050Z | Checking polyval v0.6.2 |
2495 | 2024-12-20T21:21:15.331Z | Checking ghash v0.5.1 |
2496 | 2024-12-20T21:21:15.515Z | Checking futures-lite v2.3.0 |
2497 | 2024-12-20T21:21:16.308Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2498 | 2024-12-20T21:21:16.976Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2499 | 2024-12-20T21:21:17.432Z | Checking ctr v0.9.2 |
2500 | 2024-12-20T21:21:17.953Z | Checking yansi v1.0.1 |
2501 | 2024-12-20T21:21:18.066Z | Checking aes-gcm v0.10.3 |
2502 | 2024-12-20T21:21:18.321Z | Checking ssh-encoding v0.2.0 |
2503 | 2024-12-20T21:21:18.519Z | Checking pretty_assertions v1.4.1 |
2504 | 2024-12-20T21:21:18.656Z | Checking blowfish v0.9.1 |
2505 | 2024-12-20T21:21:18.734Z | Checking ssh-cipher v0.2.0 |
2506 | 2024-12-20T21:21:18.906Z | Checking bcrypt-pbkdf v0.10.0 |
2507 | 2024-12-20T21:21:19.013Z | Checking async-lock v3.4.0 |
2508 | 2024-12-20T21:21:19.181Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2509 | 2024-12-20T21:21:19.900Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2510 | 2024-12-20T21:21:20.166Z | Checking polling v3.7.3 |
2511 | 2024-12-20T21:21:20.544Z | Checking password-hash v0.4.2 |
2512 | 2024-12-20T21:21:20.954Z | Checking matches v0.1.10 |
2513 | 2024-12-20T21:21:20.981Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2514 | 2024-12-20T21:21:21.071Z | Checking idna v0.2.3 |
2515 | 2024-12-20T21:21:21.264Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2516 | 2024-12-20T21:21:21.288Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2517 | 2024-12-20T21:21:21.799Z | Checking pbkdf2 v0.11.0 |
2518 | 2024-12-20T21:21:22.082Z | Checking async-io v2.3.4 |
2519 | 2024-12-20T21:21:22.621Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2520 | 2024-12-20T21:21:22.995Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2521 | 2024-12-20T21:21:24.393Z | Checking ssh-key v0.6.6 |
2522 | 2024-12-20T21:21:26.126Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2523 | 2024-12-20T21:21:27.020Z | Checking p256 v0.13.2 |
2524 | 2024-12-20T21:21:27.508Z | Checking p521 v0.13.3 |
2525 | 2024-12-20T21:21:27.662Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2024-12-20T21:21:28.460Z | Checking russh-cryptovec v0.7.3 |
2527 | 2024-12-20T21:21:28.698Z | Compiling enum-as-inner v0.5.1 |
2528 | 2024-12-20T21:21:28.858Z | Compiling target-lexicon v0.12.16 |
2529 | 2024-12-20T21:21:28.900Z | Checking md5 v0.7.0 |
2530 | 2024-12-20T21:21:29.205Z | Checking async-task v4.7.1 |
2531 | 2024-12-20T21:21:29.572Z | Compiling doc-comment v0.3.3 |
2532 | 2024-12-20T21:21:29.789Z | Checking trust-dns-proto v0.22.0 |
2533 | 2024-12-20T21:21:29.887Z | Checking russh-keys v0.45.0 |
2534 | 2024-12-20T21:21:30.333Z | Checking async-channel v2.3.1 |
2535 | 2024-12-20T21:21:30.681Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2536 | 2024-12-20T21:21:31.323Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2537 | 2024-12-20T21:21:32.192Z | Checking piper v0.2.4 |
2538 | 2024-12-20T21:21:32.431Z | Checking num-bigint v0.4.6 |
2539 | 2024-12-20T21:21:32.628Z | Checking des v0.8.1 |
2540 | 2024-12-20T21:21:32.934Z | Checking futures-timer v3.0.3 |
2541 | 2024-12-20T21:21:33.259Z | Compiling guppy-workspace-hack v0.1.0 |
2542 | 2024-12-20T21:21:33.415Z | Compiling assert_cmd v2.0.16 |
2543 | 2024-12-20T21:21:33.551Z | Compiling dhcproto-macros v0.1.0 |
2544 | 2024-12-20T21:21:33.912Z | Checking blocking v1.6.1 |
2545 | 2024-12-20T21:21:34.527Z | Checking dhcproto v0.12.0 |
2546 | 2024-12-20T21:21:34.857Z | Checking async-executor v1.13.1 |
2547 | 2024-12-20T21:21:34.930Z | Checking russh v0.45.0 |
2548 | 2024-12-20T21:21:35.220Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2549 | 2024-12-20T21:21:35.832Z | Checking async-signal v0.2.10 |
2550 | 2024-12-20T21:21:36.018Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2551 | 2024-12-20T21:21:36.432Z | Compiling target-spec v3.2.2 |
2552 | 2024-12-20T21:21:36.435Z | Checking internet-checksum v0.2.1 |
2553 | 2024-12-20T21:21:36.859Z | Checking event-listener v2.5.3 |
2554 | 2024-12-20T21:21:37.095Z | Checking async-channel v1.9.0 |
2555 | 2024-12-20T21:21:37.984Z | Checking async-process v2.3.0 |
2556 | 2024-12-20T21:21:38.435Z | Checking async-global-executor v2.4.1 |
2557 | 2024-12-20T21:21:38.771Z | Checking cfg-expr v0.17.0 |
2558 | 2024-12-20T21:21:39.224Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2559 | 2024-12-20T21:21:39.261Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2560 | 2024-12-20T21:21:39.563Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2561 | 2024-12-20T21:21:40.235Z | Checking httptest v0.16.1 |
2562 | 2024-12-20T21:21:40.730Z | Checking rustls-native-certs v0.7.3 |
2563 | 2024-12-20T21:21:40.813Z | Compiling petname v2.0.2 |
2564 | 2024-12-20T21:21:40.926Z | Checking num_cpus v1.16.0 |
2565 | 2024-12-20T21:21:41.050Z | Checking kv-log-macro v1.0.7 |
2566 | 2024-12-20T21:21:41.197Z | Compiling async-attributes v1.1.2 |
2567 | 2024-12-20T21:21:42.021Z | Checking async-std v1.13.0 |
2568 | 2024-12-20T21:21:44.030Z | Checking threadpool v1.8.1 |
2569 | 2024-12-20T21:21:44.055Z | Checking hyper-rustls v0.26.0 |
2570 | 2024-12-20T21:21:44.386Z | Checking pathdiff v0.2.2 |
2571 | 2024-12-20T21:21:44.558Z | Compiling rstest_macros v0.23.0 |
2572 | 2024-12-20T21:21:44.606Z | Checking nested v0.1.1 |
2573 | 2024-12-20T21:21:44.835Z | Compiling target-triple v0.1.3 |
2574 | 2024-12-20T21:21:45.059Z | Checking escape8259 v0.5.3 |
2575 | 2024-12-20T21:21:45.257Z | Checking libtest-mimic v0.7.3 |
2576 | 2024-12-20T21:21:45.506Z | Checking guppy v0.17.8 |
2577 | 2024-12-20T21:21:45.540Z | Checking async-object-pool v0.1.5 |
2578 | 2024-12-20T21:21:45.759Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2579 | 2024-12-20T21:21:46.478Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2580 | 2024-12-20T21:21:46.788Z | Checking similar-asserts v1.6.0 |
2581 | 2024-12-20T21:21:47.034Z | Checking fancy-regex v0.13.0 |
2582 | 2024-12-20T21:21:47.536Z | Checking serde_regex v1.1.0 |
2583 | 2024-12-20T21:21:47.773Z | Checking assert-json-diff v2.0.2 |
2584 | 2024-12-20T21:21:47.809Z | Compiling proc-macro-crate v3.2.0 |
2585 | 2024-12-20T21:21:48.150Z | Checking path-tree v0.8.1 |
2586 | 2024-12-20T21:21:48.424Z | Checking sync-ptr v0.1.1 |
2587 | 2024-12-20T21:21:48.655Z | Compiling relative-path v1.9.3 |
2588 | 2024-12-20T21:21:49.084Z | Checking stringmetrics v2.2.2 |
2589 | 2024-12-20T21:21:49.259Z | Checking httpmock v0.8.0-alpha.1 |
2590 | 2024-12-20T21:21:49.387Z | Checking datatest-stable v0.2.9 |
2591 | 2024-12-20T21:21:49.755Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2592 | 2024-12-20T21:21:51.269Z | Checking blake2b_simd v1.0.2 |
2593 | 2024-12-20T21:21:51.879Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2594 | 2024-12-20T21:21:52.389Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2595 | 2024-12-20T21:21:52.686Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2596 | 2024-12-20T21:21:53.026Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2597 | 2024-12-20T21:21:53.338Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2598 | 2024-12-20T21:21:53.566Z | Compiling git2 v0.19.0 |
2599 | 2024-12-20T21:21:53.857Z | Checking serde_tokenstream v0.2.2 |
2600 | 2024-12-20T21:21:54.284Z | Checking uzers v0.12.1 |
2601 | 2024-12-20T21:21:54.538Z | Checking rust-argon2 v2.1.0 |
2602 | 2024-12-20T21:21:54.667Z | Checking trybuild v1.0.101 |
2603 | 2024-12-20T21:21:54.997Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2604 | 2024-12-20T21:21:56.074Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2605 | 2024-12-20T21:21:56.401Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2606 | 2024-12-20T21:21:57.742Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2607 | 2024-12-20T21:21:58.059Z | Checking rand_distr v0.4.3 |
2608 | 2024-12-20T21:21:58.862Z | Checking multimap v0.10.0 |
2609 | 2024-12-20T21:21:59.926Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2610 | 2024-12-20T21:22:00.076Z | Checking rstest v0.23.0 |
2611 | 2024-12-20T21:22:00.306Z | Checking approx v0.5.1 |
2612 | 2024-12-20T21:22:00.582Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2613 | 2024-12-20T21:22:01.336Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2614 | 2024-12-20T21:22:01.543Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2615 | 2024-12-20T21:22:02.350Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2616 | 2024-12-20T21:22:02.539Z | Checking partial-io v0.5.4 |
2617 | 2024-12-20T21:22:02.942Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2618 | 2024-12-20T21:22:03.146Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2619 | 2024-12-20T21:22:03.218Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2620 | 2024-12-20T21:22:03.247Z | Checking cargo_toml v0.20.5 |
2621 | 2024-12-20T21:22:03.315Z | Checking termios v0.3.3 |
2622 | 2024-12-20T21:22:03.414Z | Compiling indoc v2.0.5 |
2623 | 2024-12-20T21:22:03.576Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2624 | 2024-12-20T21:22:04.404Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2625 | 2024-12-20T21:22:05.246Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2626 | 2024-12-20T21:22:24.481Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2627 | 2024-12-20T21:22:27.647Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2628 | 2024-12-20T21:22:30.071Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2629 | 2024-12-20T21:22:48.717Z | Compiling polar-core v0.27.3 |
2630 | 2024-12-20T21:22:59.846Z | Checking oso v0.27.3 |
2631 | 2024-12-20T21:23:04.252Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2632 | 2024-12-20T21:23:05.530Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2633 | 2024-12-20T21:23:06.469Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2634 | 2024-12-20T21:23:48.438Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2635 | 2024-12-20T21:23:48.438Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2636 | 2024-12-20T21:23:48.441Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2637 | 2024-12-20T21:25:11.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 38s |
2638 | 2024-12-20T21:25:12.273Z | |
2639 | 2024-12-20T21:25:12.276Z | real 6:43.257427985 |
2640 | 2024-12-20T21:25:12.276Z | user 35:53.548960025 |
2641 | 2024-12-20T21:25:12.276Z | sys 6:40.591298696 |
2642 | 2024-12-20T21:25:12.276Z | trap 0.951546278 |
2643 | 2024-12-20T21:25:12.277Z | tflt 2.142630644 |
2644 | 2024-12-20T21:25:12.277Z | dflt 0.652330112 |
2645 | 2024-12-20T21:25:12.277Z | kflt 0.001783118 |
2646 | 2024-12-20T21:25:12.277Z | lock 51:59.175833829 |
2647 | 2024-12-20T21:25:12.277Z | slp 2:04:15.089070008 |
2648 | 2024-12-20T21:25:12.277Z | lat 1:42.590977555 |
2649 | 2024-12-20T21:25:12.277Z | stop 6:19.767881417 |
2650 | 2024-12-20T21:25:12.277Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2651 | 2024-12-20T21:25:12.277Z | + ptime -m cargo doc --workspace --no-deps |
2652 | 2024-12-20T21:25:13.466Z | warning: output filename collision. |
2653 | 2024-12-20T21:25:13.466Z | 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)`. |
2654 | 2024-12-20T21:25:13.466Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2655 | 2024-12-20T21:25:13.466Z | The targets should have unique names. |
2656 | 2024-12-20T21:25:13.466Z | This is a known bug where multiple crates with the same name use |
2657 | 2024-12-20T21:25:13.466Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2658 | 2024-12-20T21:25:13.916Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2024-12-20T21:25:13.985Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2660 | 2024-12-20T21:25:14.004Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2661 | 2024-12-20T21:25:14.041Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2662 | 2024-12-20T21:25:14.062Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2663 | 2024-12-20T21:25:14.088Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2664 | 2024-12-20T21:25:14.088Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2665 | 2024-12-20T21:25:14.392Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2666 | 2024-12-20T21:25:14.515Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2667 | 2024-12-20T21:25:14.536Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2668 | 2024-12-20T21:25:14.560Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2669 | 2024-12-20T21:25:14.802Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2670 | 2024-12-20T21:25:14.859Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2671 | 2024-12-20T21:25:15.019Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2672 | 2024-12-20T21:25:15.102Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2673 | 2024-12-20T21:25:15.290Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2674 | 2024-12-20T21:25:17.844Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2675 | 2024-12-20T21:25:18.185Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2676 | 2024-12-20T21:25:18.436Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2677 | 2024-12-20T21:25:18.769Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2678 | 2024-12-20T21:25:19.451Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2679 | 2024-12-20T21:25:19.670Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2680 | 2024-12-20T21:25:19.777Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2681 | 2024-12-20T21:25:20.030Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2682 | 2024-12-20T21:25:20.262Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2683 | 2024-12-20T21:25:20.368Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2684 | 2024-12-20T21:25:20.738Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2685 | 2024-12-20T21:25:20.875Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2686 | 2024-12-20T21:25:21.085Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2687 | 2024-12-20T21:25:21.165Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2688 | 2024-12-20T21:25:21.379Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2689 | 2024-12-20T21:25:21.470Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2690 | 2024-12-20T21:25:21.571Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2691 | 2024-12-20T21:25:21.631Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2692 | 2024-12-20T21:25:21.802Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2693 | 2024-12-20T21:25:21.955Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2694 | 2024-12-20T21:25:22.233Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2695 | 2024-12-20T21:25:22.282Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2696 | 2024-12-20T21:25:22.525Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2697 | 2024-12-20T21:25:22.656Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2698 | 2024-12-20T21:25:22.753Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2699 | 2024-12-20T21:25:22.843Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2700 | 2024-12-20T21:25:23.506Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2701 | 2024-12-20T21:25:24.719Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2702 | 2024-12-20T21:25:26.061Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2703 | 2024-12-20T21:25:28.683Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2704 | 2024-12-20T21:25:28.949Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2705 | 2024-12-20T21:25:29.389Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2706 | 2024-12-20T21:25:29.458Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2707 | 2024-12-20T21:25:29.863Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2708 | 2024-12-20T21:25:30.437Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2709 | 2024-12-20T21:25:31.213Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2710 | 2024-12-20T21:25:31.442Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2711 | 2024-12-20T21:25:31.531Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2712 | 2024-12-20T21:25:31.557Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2713 | 2024-12-20T21:25:37.969Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2714 | 2024-12-20T21:25:38.488Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2715 | 2024-12-20T21:25:39.576Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2716 | 2024-12-20T21:25:40.381Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2717 | 2024-12-20T21:25:40.878Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2718 | 2024-12-20T21:25:40.968Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2719 | 2024-12-20T21:25:41.131Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2720 | 2024-12-20T21:25:41.324Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2721 | 2024-12-20T21:25:41.785Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2722 | 2024-12-20T21:25:41.819Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2723 | 2024-12-20T21:25:42.676Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2724 | 2024-12-20T21:25:43.200Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2725 | 2024-12-20T21:25:43.355Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2726 | 2024-12-20T21:25:43.358Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2727 | 2024-12-20T21:25:43.821Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2728 | 2024-12-20T21:25:44.739Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2729 | 2024-12-20T21:25:44.905Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2730 | 2024-12-20T21:25:45.160Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2731 | 2024-12-20T21:25:45.308Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2732 | 2024-12-20T21:25:45.639Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2733 | 2024-12-20T21:25:46.005Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2734 | 2024-12-20T21:25:46.640Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2735 | 2024-12-20T21:25:47.072Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2736 | 2024-12-20T21:25:47.094Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2737 | 2024-12-20T21:25:48.235Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2738 | 2024-12-20T21:25:48.360Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2739 | 2024-12-20T21:25:48.738Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2740 | 2024-12-20T21:25:48.853Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2741 | 2024-12-20T21:25:49.807Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2742 | 2024-12-20T21:25:50.035Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2743 | 2024-12-20T21:25:50.142Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2744 | 2024-12-20T21:25:50.214Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2745 | 2024-12-20T21:25:50.721Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2746 | 2024-12-20T21:25:50.878Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2747 | 2024-12-20T21:25:51.118Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2748 | 2024-12-20T21:25:51.401Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2749 | 2024-12-20T21:25:51.818Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2750 | 2024-12-20T21:25:51.875Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2751 | 2024-12-20T21:25:51.987Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2752 | 2024-12-20T21:25:53.097Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2753 | 2024-12-20T21:25:53.101Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2754 | 2024-12-20T21:25:53.569Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2755 | 2024-12-20T21:25:53.612Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2756 | 2024-12-20T21:25:53.745Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2757 | 2024-12-20T21:25:54.039Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2758 | 2024-12-20T21:25:54.937Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2759 | 2024-12-20T21:25:55.217Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2760 | 2024-12-20T21:25:55.704Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2761 | 2024-12-20T21:25:56.202Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2762 | 2024-12-20T21:25:57.015Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2763 | 2024-12-20T21:25:57.053Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2764 | 2024-12-20T21:25:58.063Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2024-12-20T21:25:59.344Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2024-12-20T21:26:00.332Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2767 | 2024-12-20T21:26:01.803Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2768 | 2024-12-20T21:26:04.081Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2769 | 2024-12-20T21:26:04.285Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2770 | 2024-12-20T21:26:05.175Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2771 | 2024-12-20T21:26:09.653Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2772 | 2024-12-20T21:26:10.821Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2773 | 2024-12-20T21:26:12.884Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2774 | 2024-12-20T21:26:13.365Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2775 | 2024-12-20T21:26:20.245Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2776 | 2024-12-20T21:26:21.498Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2777 | 2024-12-20T21:27:04.645Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2778 | 2024-12-20T21:27:06.791Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2779 | 2024-12-20T21:27:11.592Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2780 | 2024-12-20T21:27:27.808Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2781 | 2024-12-20T21:27:50.540Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2782 | 2024-12-20T21:27:53.688Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2783 | 2024-12-20T21:27:53.731Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2784 | 2024-12-20T21:27:54.048Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2785 | 2024-12-20T21:27:54.449Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2786 | 2024-12-20T21:27:56.767Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2787 | 2024-12-20T21:28:01.211Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2788 | 2024-12-20T21:28:05.056Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2789 | 2024-12-20T21:28:12.743Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2790 | 2024-12-20T21:28:35.451Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2791 | 2024-12-20T21:28:47.588Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2792 | 2024-12-20T21:28:57.914Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2793 | 2024-12-20T21:29:00.216Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2794 | 2024-12-20T21:29:02.216Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2795 | 2024-12-20T21:29:06.095Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2796 | 2024-12-20T21:29:28.731Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2797 | 2024-12-20T21:29:31.206Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2798 | 2024-12-20T21:29:32.826Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2799 | 2024-12-20T21:29:38.263Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2800 | 2024-12-20T21:29:43.770Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2801 | 2024-12-20T21:29:48.934Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2802 | 2024-12-20T21:29:58.912Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2803 | 2024-12-20T21:29:59.892Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2804 | 2024-12-20T21:30:00.219Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2805 | 2024-12-20T21:30:06.251Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2806 | 2024-12-20T21:30:09.220Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2807 | 2024-12-20T21:30:17.263Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2808 | 2024-12-20T21:30:20.347Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2809 | 2024-12-20T21:30:20.957Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2810 | 2024-12-20T21:30:21.262Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2811 | 2024-12-20T21:30:21.268Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2812 | 2024-12-20T21:30:26.597Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2813 | 2024-12-20T21:30:28.775Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2814 | 2024-12-20T21:30:35.449Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2815 | 2024-12-20T21:30:41.673Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2816 | 2024-12-20T21:30:47.084Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2817 | 2024-12-20T21:30:47.515Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2818 | 2024-12-20T21:30:49.345Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2819 | 2024-12-20T21:30:52.990Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2820 | 2024-12-20T21:30:54.751Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2821 | 2024-12-20T21:30:54.800Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2822 | 2024-12-20T21:31:02.399Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2823 | 2024-12-20T21:31:02.687Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2824 | 2024-12-20T21:31:08.363Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2825 | 2024-12-20T21:31:12.140Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2826 | 2024-12-20T21:31:16.899Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2827 | 2024-12-20T21:31:18.317Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2828 | 2024-12-20T21:31:19.450Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2829 | 2024-12-20T21:31:19.908Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2830 | 2024-12-20T21:31:23.957Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2831 | 2024-12-20T21:31:26.955Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2832 | 2024-12-20T21:31:29.284Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2833 | 2024-12-20T21:31:38.720Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2834 | 2024-12-20T21:31:38.929Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2835 | 2024-12-20T21:31:43.524Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2836 | 2024-12-20T21:31:43.995Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2837 | 2024-12-20T21:31:44.582Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2838 | 2024-12-20T21:31:45.497Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2839 | 2024-12-20T21:31:48.406Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2840 | 2024-12-20T21:31:53.384Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2841 | 2024-12-20T21:31:54.706Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2842 | 2024-12-20T21:32:03.790Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2843 | 2024-12-20T21:32:04.795Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2844 | 2024-12-20T21:32:05.539Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2845 | 2024-12-20T21:32:06.270Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2846 | 2024-12-20T21:32:08.460Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2847 | 2024-12-20T21:32:15.348Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2848 | 2024-12-20T21:32:18.625Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2849 | 2024-12-20T21:32:20.335Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2850 | 2024-12-20T21:32:20.999Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2851 | 2024-12-20T21:32:25.496Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2852 | 2024-12-20T21:32:28.772Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2853 | 2024-12-20T21:32:32.899Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2854 | 2024-12-20T21:32:33.033Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2855 | 2024-12-20T21:32:38.713Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2856 | 2024-12-20T21:32:42.897Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2857 | 2024-12-20T21:32:44.776Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2858 | 2024-12-20T21:32:44.781Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2859 | 2024-12-20T21:32:48.209Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2860 | 2024-12-20T21:32:48.298Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2861 | 2024-12-20T21:32:49.110Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2862 | 2024-12-20T21:32:57.672Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2863 | 2024-12-20T21:32:57.742Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2864 | 2024-12-20T21:32:59.933Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2865 | 2024-12-20T21:33:01.212Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2866 | 2024-12-20T21:33:03.052Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2867 | 2024-12-20T21:33:07.176Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2868 | 2024-12-20T21:33:07.311Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2869 | 2024-12-20T21:33:07.686Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2870 | 2024-12-20T21:33:08.212Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2871 | 2024-12-20T21:33:11.567Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2872 | 2024-12-20T21:33:14.036Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2873 | 2024-12-20T21:33:16.656Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2874 | 2024-12-20T21:33:16.977Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2875 | 2024-12-20T21:33:19.499Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2876 | 2024-12-20T21:33:21.114Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2877 | 2024-12-20T21:33:21.636Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2878 | 2024-12-20T21:33:21.977Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2879 | 2024-12-20T21:33:24.990Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2880 | 2024-12-20T21:33:26.307Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2881 | 2024-12-20T21:33:26.833Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2882 | 2024-12-20T21:33:26.919Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2883 | 2024-12-20T21:33:27.140Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2884 | 2024-12-20T21:33:28.605Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2885 | 2024-12-20T21:33:30.874Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2886 | 2024-12-20T21:33:30.951Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2887 | 2024-12-20T21:33:32.449Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2888 | 2024-12-20T21:33:33.299Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2889 | 2024-12-20T21:33:33.588Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2890 | 2024-12-20T21:34:07.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 55s |
2891 | 2024-12-20T21:34:07.964Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 142 other files |
2892 | 2024-12-20T21:34:08.031Z | |
2893 | 2024-12-20T21:34:08.034Z | real 8:55.694011050 |
2894 | 2024-12-20T21:34:08.034Z | user 26:17.305732532 |
2895 | 2024-12-20T21:34:08.034Z | sys 41:06.241009965 |
2896 | 2024-12-20T21:34:08.034Z | trap 0.409859006 |
2897 | 2024-12-20T21:34:08.034Z | tflt 0.324647372 |
2898 | 2024-12-20T21:34:08.034Z | dflt 0.188322789 |
2899 | 2024-12-20T21:34:08.034Z | kflt 0.000004838 |
2900 | 2024-12-20T21:34:08.034Z | lock 1:29:16.331050413 |
2901 | 2024-12-20T21:34:08.034Z | slp 2:31:24.681701718 |
2902 | 2024-12-20T21:34:08.034Z | lat 1:20.161091890 |
2903 | 2024-12-20T21:34:08.034Z | stop 1:13.636061870 |
2904 | 2024-12-20T21:34:08.034Z | process exited: duration 1288196 ms, exit code 0 |
|
2905 | 2024-12-20T21:34:08.041Z | found 0 output files |