|
|
|
1 | 2025-01-28T16:56:16.505Z | job assigned to worker 01JJPXDVEXEQGZRED33X92RS9B [factory aws, i-0977176f20e60df39] (queued for 53 s) |
|
2 | 2025-01-28T16:56:24.355Z | starting task 0: "setup" |
3 | 2025-01-28T16:56:24.365Z | ++ uname -s |
4 | 2025-01-28T16:56:24.367Z | + kern=SunOS |
5 | 2025-01-28T16:56:24.367Z | + case "$kern" in |
6 | 2025-01-28T16:56:24.367Z | + groupadd -g 12345 build |
7 | 2025-01-28T16:56:24.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T16:56:26.379Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T16:56:26.506Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T16:56:26.509Z | + home_fs=zfs |
11 | 2025-01-28T16:56:26.509Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T16:56:26.509Z | + mkdir -p /home/build |
13 | 2025-01-28T16:56:26.511Z | + chown build:build /home/build /work |
14 | 2025-01-28T16:56:27.513Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T16:56:27.519Z | process exited: duration 3161 ms, exit code 0 |
|
16 | 2025-01-28T16:56:27.527Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T16:56:27.532Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T16:56:27.532Z | ' 1.84.0 |
19 | 2025-01-28T16:56:27.532Z | * toolchain channel = "1.84.0" |
20 | 2025-01-28T16:56:27.532Z | * toolchain profile = "default" |
21 | 2025-01-28T16:56:27.532Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-28T16:56:27.532Z | ' default |
23 | 2025-01-28T16:56:27.535Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T16:56:27.535Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T16:56:27.655Z | info: downloading installer |
26 | 2025-01-28T16:56:29.010Z | info: profile set to 'default' |
27 | 2025-01-28T16:56:29.010Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T16:56:29.013Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T16:56:29.167Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T16:56:29.167Z | info: downloading component 'cargo' |
31 | 2025-01-28T16:56:30.035Z | info: downloading component 'clippy' |
32 | 2025-01-28T16:56:30.366Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T16:56:31.554Z | info: downloading component 'rust-std' |
34 | 2025-01-28T16:56:33.317Z | info: downloading component 'rustc' |
35 | 2025-01-28T16:56:40.085Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T16:56:40.337Z | info: installing component 'cargo' |
37 | 2025-01-28T16:56:41.159Z | info: installing component 'clippy' |
38 | 2025-01-28T16:56:41.536Z | info: installing component 'rust-docs' |
39 | 2025-01-28T16:56:43.205Z | info: installing component 'rust-std' |
40 | 2025-01-28T16:56:44.953Z | info: installing component 'rustc' |
41 | 2025-01-28T16:56:50.939Z | info: installing component 'rustfmt' |
42 | 2025-01-28T16:56:51.275Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T16:56:51.275Z | |
44 | 2025-01-28T16:56:51.668Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T16:56:51.668Z | |
46 | 2025-01-28T16:56:51.670Z | |
47 | 2025-01-28T16:56:51.670Z | Rust is installed now. Great! |
48 | 2025-01-28T16:56:51.670Z | |
49 | 2025-01-28T16:56:51.671Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T16:56:51.671Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T16:56:51.671Z | |
52 | 2025-01-28T16:56:51.671Z | To configure your current shell, you need to source |
53 | 2025-01-28T16:56:51.671Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T16:56:51.671Z | |
55 | 2025-01-28T16:56:51.671Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T16:56:51.671Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T16:56:51.671Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T16:56:51.745Z | + rustc --version |
59 | 2025-01-28T16:56:51.811Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T16:56:51.818Z | process exited: duration 24286 ms, exit code 0 |
|
61 | 2025-01-28T16:56:51.827Z | starting task 2: "authentication" |
62 | 2025-01-28T16:56:51.845Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-28T16:56:51.852Z | starting task 3: "clone repository" |
64 | 2025-01-28T16:56:51.857Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T16:56:51.859Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T16:56:51.893Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T16:57:00.617Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T16:57:00.617Z | + git fetch origin ad6017af3ddfa55b4d756724580bafe146b7c617 |
69 | 2025-01-28T16:57:01.281Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T16:57:01.281Z | * branch ad6017af3ddfa55b4d756724580bafe146b7c617 -> FETCH_HEAD |
71 | 2025-01-28T16:57:01.291Z | + [[ -n john/crucible-dataset-rendezvous ]] |
72 | 2025-01-28T16:57:01.294Z | ++ git branch --show-current |
73 | 2025-01-28T16:57:01.294Z | + current=main |
74 | 2025-01-28T16:57:01.294Z | + [[ main != john/crucible-dataset-rendezvous ]] |
75 | 2025-01-28T16:57:01.294Z | + git branch -f john/crucible-dataset-rendezvous ad6017af3ddfa55b4d756724580bafe146b7c617 |
76 | 2025-01-28T16:57:01.299Z | + git checkout -f john/crucible-dataset-rendezvous |
77 | 2025-01-28T16:57:01.454Z | Switched to branch 'john/crucible-dataset-rendezvous' |
78 | 2025-01-28T16:57:01.457Z | + git reset --hard ad6017af3ddfa55b4d756724580bafe146b7c617 |
79 | 2025-01-28T16:57:01.469Z | HEAD is now at ad6017af3 cargo fmt |
80 | 2025-01-28T16:57:01.473Z | process exited: duration 9616 ms, exit code 0 |
|
81 | 2025-01-28T16:57:01.481Z | starting task 4: "build" |
82 | 2025-01-28T16:57:01.486Z | + source ./env.sh |
83 | 2025-01-28T16:57:01.486Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-28T16:57:01.486Z | ++ set -o xtrace |
85 | 2025-01-28T16:57:01.490Z | ++++ dirname ./env.sh |
86 | 2025-01-28T16:57:01.493Z | +++ readlink -f . |
87 | 2025-01-28T16:57:01.496Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-28T16:57:01.496Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-28T16:57:01.496Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-28T16:57:01.496Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-28T16:57:01.496Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-28T16:57:01.496Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-28T16:57:01.496Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-28T16:57:01.496Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-28T16:57:01.496Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-28T16:57:01.496Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-28T16:57:01.496Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-28T16:57:01.496Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-28T16:57:01.496Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-28T16:57:01.496Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-28T16:57:01.496Z | + cargo --version |
102 | 2025-01-28T16:57:01.554Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-28T16:57:01.561Z | + rustc --version |
104 | 2025-01-28T16:57:01.617Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-28T16:57:01.622Z | + banner prerequisites |
106 | 2025-01-28T16:57:01.625Z | |
107 | 2025-01-28T16:57:01.625Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-28T16:57:01.625Z | # # # # # # # # # # # # # # # |
109 | 2025-01-28T16:57:01.625Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-28T16:57:01.625Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-28T16:57:01.625Z | # # # # # # # # # # # # # # # |
112 | 2025-01-28T16:57:01.625Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-28T16:57:01.625Z | |
114 | 2025-01-28T16:57:01.625Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-28T16:57:03.260Z | pkg list: illegal option -- F |
116 | 2025-01-28T16:57:03.260Z | Usage: |
117 | 2025-01-28T16:57:03.266Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-28T16:57:03.266Z | [pkg_fmri_pattern ...] |
119 | 2025-01-28T16:57:04.098Z | pkg list: illegal option -- F |
120 | 2025-01-28T16:57:04.098Z | Usage: |
121 | 2025-01-28T16:57:04.103Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-28T16:57:04.103Z | [pkg_fmri_pattern ...] |
123 | 2025-01-28T16:57:11.559Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-28T16:57:15.664Z | Startup: Caching catalogs ... Done |
125 | 2025-01-28T16:57:26.993Z | Planning: Solver setup ... Done (10.526s) |
126 | 2025-01-28T16:57:27.139Z | Planning: Running solver ... Done (0.146s) |
127 | 2025-01-28T16:57:27.252Z | Planning: Finding local manifests ... Done (0.007s) |
128 | 2025-01-28T16:57:27.264Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-28T16:57:27.492Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-28T16:57:27.602Z | Planning: Package planning ... Done (0.110s) |
131 | 2025-01-28T16:57:27.661Z | Planning: Merging actions ... Done (0.058s) |
132 | 2025-01-28T16:57:27.873Z | Planning: Checking for conflicting actions ... Done (0.202s) |
133 | 2025-01-28T16:57:29.957Z | Planning: Consolidating action changes ... Done (2.094s) |
134 | 2025-01-28T16:57:30.400Z | Planning: Evaluating mediators ... Done (0.441s) |
135 | 2025-01-28T16:57:30.481Z | Planning: Planning completed in 14.72 seconds |
136 | 2025-01-28T16:57:30.497Z | Packages to install: 4 |
137 | 2025-01-28T16:57:30.497Z | Packages to update: 3 |
138 | 2025-01-28T16:57:30.500Z | Mediators to change: 2 |
139 | 2025-01-28T16:57:30.500Z | Services to change: 1 |
140 | 2025-01-28T16:57:30.500Z | Estimated space available: 155.61 GB |
141 | 2025-01-28T16:57:30.500Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-28T16:57:30.501Z | Create boot environment: No |
143 | 2025-01-28T16:57:30.501Z | Create backup boot environment: Yes |
144 | 2025-01-28T16:57:30.501Z | Rebuild boot archive: No |
145 | 2025-01-28T16:57:30.501Z | |
146 | 2025-01-28T16:57:30.501Z | Changed mediators: |
147 | 2025-01-28T16:57:30.501Z | mediator clang: |
148 | 2025-01-28T16:57:30.501Z | version: None -> 15 (system default) |
149 | 2025-01-28T16:57:30.501Z | |
150 | 2025-01-28T16:57:30.501Z | mediator llvm: |
151 | 2025-01-28T16:57:30.501Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-28T16:57:30.501Z | |
153 | 2025-01-28T16:57:30.501Z | Changed packages: |
154 | 2025-01-28T16:57:30.501Z | helios-dev |
155 | 2025-01-28T16:57:30.501Z | developer/build-essential |
156 | 2025-01-28T16:57:30.502Z | None -> 11-2.0 |
157 | 2025-01-28T16:57:30.502Z | library/libxmlsec1 |
158 | 2025-01-28T16:57:30.502Z | None -> 1.2.35-2.0 |
159 | 2025-01-28T16:57:30.502Z | ooce/developer/clang-15 |
160 | 2025-01-28T16:57:30.502Z | None -> 15.0.7-2.0 |
161 | 2025-01-28T16:57:30.502Z | ooce/developer/llvm-15 |
162 | 2025-01-28T16:57:30.502Z | None -> 15.0.7-2.0 |
163 | 2025-01-28T16:57:30.502Z | package/pkg |
164 | 2025-01-28T16:57:30.502Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-28T16:57:30.502Z | system/library/g++-runtime |
166 | 2025-01-28T16:57:30.502Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-28T16:57:30.502Z | system/library/gcc-runtime |
168 | 2025-01-28T16:57:30.502Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-28T16:57:30.502Z | |
170 | 2025-01-28T16:57:30.502Z | Services: |
171 | 2025-01-28T16:57:30.502Z | restart_fmri: |
172 | 2025-01-28T16:57:30.502Z | svc:/system/update-man-index:default |
173 | 2025-01-28T16:57:30.502Z | |
174 | 2025-01-28T16:57:30.502Z | Editable files to change: |
175 | 2025-01-28T16:57:30.502Z | Update: |
176 | 2025-01-28T16:57:30.502Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-28T16:57:30.579Z | |
178 | 2025-01-28T16:57:30.579Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-28T16:57:35.581Z | Download: 472/4301 items 17.1/225.4MB 7% complete (3.6M/s) |
180 | 2025-01-28T16:57:40.947Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (9.0M/s) |
181 | 2025-01-28T16:57:45.961Z | Download: 1818/4301 items 118.5/225.4MB 52% complete (10.1M/s) |
182 | 2025-01-28T16:57:54.787Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (8.0M/s) |
183 | 2025-01-28T16:57:59.790Z | Download: 2952/4301 items 121.2/225.4MB 53% complete (205k/s) |
184 | 2025-01-28T16:58:07.433Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (10.7M/s) |
185 | 2025-01-28T16:58:12.437Z | Download: 3920/4301 items 218.3/225.4MB 96% complete (1.6M/s) |
186 | 2025-01-28T16:58:21.938Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (1.9M/s) |
187 | 2025-01-28T16:58:22.974Z | Download: Completed 225.42 MB in 52.39 seconds (4.3M/s) |
188 | 2025-01-28T16:58:24.954Z | Actions: 1/5122 actions (Removing old actions) |
189 | 2025-01-28T16:58:24.974Z | Actions: 194/5122 actions (Installing new actions) |
190 | 2025-01-28T16:58:29.751Z | Actions: 4267/5122 actions (Updating modified actions) |
191 | 2025-01-28T16:58:30.112Z | Actions: Completed 5122 actions in 5.16 seconds. |
192 | 2025-01-28T16:58:30.516Z | Done (0.396s) |
193 | 2025-01-28T16:58:30.519Z | Done (0.001s) |
194 | 2025-01-28T16:58:31.092Z | Done (0.574s) |
195 | 2025-01-28T16:58:35.624Z | Done (4.296s) |
196 | 2025-01-28T16:58:35.710Z | Done (0.017s) |
197 | 2025-01-28T16:58:35.713Z | Done (0.000s) |
198 | 2025-01-28T16:58:35.895Z | Done (0.000s) |
199 | 2025-01-28T16:58:36.595Z | Planning: Evaluating mediator changes ... Done |
200 | 2025-01-28T16:58:36.772Z | Planning: Checking for conflicting actions ... Done |
201 | 2025-01-28T16:58:36.784Z | Planning: Consolidating action changes ... Done |
202 | 2025-01-28T16:58:37.029Z | Planning: Evaluating mediators ... Done |
203 | 2025-01-28T16:58:37.032Z | Planning: Planning completed in 0.44 seconds |
204 | 2025-01-28T16:58:37.069Z | Mediators to change: 2 |
205 | 2025-01-28T16:58:37.072Z | Create boot environment: No |
206 | 2025-01-28T16:58:37.072Z | Create backup boot environment: No |
207 | 2025-01-28T16:58:37.230Z | Done |
208 | 2025-01-28T16:58:37.230Z | Done |
209 | 2025-01-28T16:58:37.606Z | Done |
210 | 2025-01-28T16:58:41.229Z | Done |
211 | 2025-01-28T16:58:41.319Z | Done |
212 | 2025-01-28T16:58:41.323Z | Done |
213 | 2025-01-28T16:58:41.456Z | Done |
214 | 2025-01-28T16:58:42.073Z | Planning: Evaluating mediator changes ... Done |
215 | 2025-01-28T16:58:42.076Z | Planning: Merging actions ... Done |
216 | 2025-01-28T16:58:42.266Z | Planning: Checking for conflicting actions ... Done |
217 | 2025-01-28T16:58:42.269Z | Planning: Consolidating action changes ... Done |
218 | 2025-01-28T16:58:42.540Z | Planning: Evaluating mediators ... Done |
219 | 2025-01-28T16:58:42.601Z | Planning: Planning completed in 0.77 seconds |
220 | 2025-01-28T16:58:42.642Z | Packages to change: 1 |
221 | 2025-01-28T16:58:42.642Z | Mediators to change: 1 |
222 | 2025-01-28T16:58:42.645Z | Services to change: 1 |
223 | 2025-01-28T16:58:42.645Z | Create boot environment: No |
224 | 2025-01-28T16:58:42.645Z | Create backup boot environment: Yes |
225 | 2025-01-28T16:58:45.051Z | Actions: 1/6 actions (Updating modified actions) |
226 | 2025-01-28T16:58:45.054Z | Actions: Completed 6 actions in 0.00 seconds. |
227 | 2025-01-28T16:58:45.054Z | Done |
228 | 2025-01-28T16:58:45.054Z | Done |
229 | 2025-01-28T16:58:45.170Z | Done |
230 | 2025-01-28T16:58:48.819Z | Done |
231 | 2025-01-28T16:58:48.913Z | Done |
232 | 2025-01-28T16:58:48.915Z | Done |
233 | 2025-01-28T16:58:49.054Z | Done |
234 | 2025-01-28T16:58:49.493Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
235 | 2025-01-28T16:58:49.493Z | clang system 15 system |
236 | 2025-01-28T16:58:49.493Z | csh system system illumos |
237 | 2025-01-28T16:58:49.493Z | ctags system system illumos |
238 | 2025-01-28T16:58:49.493Z | gcc vendor 12 vendor |
239 | 2025-01-28T16:58:49.493Z | gcc system 10 system |
240 | 2025-01-28T16:58:49.494Z | gcc system 7 system |
241 | 2025-01-28T16:58:49.494Z | go system 1.20 system |
242 | 2025-01-28T16:58:49.494Z | go system 1.19 system |
243 | 2025-01-28T16:58:49.494Z | llvm system 15 system |
244 | 2025-01-28T16:58:49.494Z | llvm system 14 system |
245 | 2025-01-28T16:58:49.494Z | mariadb system 10.6 system |
246 | 2025-01-28T16:58:49.494Z | mta vendor vendor dma |
247 | 2025-01-28T16:58:49.494Z | openjdk system 17 system |
248 | 2025-01-28T16:58:49.494Z | openjdk system 11 system |
249 | 2025-01-28T16:58:49.494Z | openjdk system 1.8 system |
250 | 2025-01-28T16:58:49.494Z | openssl vendor 3 vendor |
251 | 2025-01-28T16:58:49.494Z | perl system 5.36 system |
252 | 2025-01-28T16:58:49.494Z | postgresql system 15 system |
253 | 2025-01-28T16:58:49.494Z | postgresql system 13 system |
254 | 2025-01-28T16:58:49.494Z | python vendor 3 vendor |
255 | 2025-01-28T16:58:49.494Z | python system 2 system |
256 | 2025-01-28T16:58:49.494Z | python3 system 3.11 system |
257 | 2025-01-28T16:58:49.494Z | ruby system 3.0 system |
258 | 2025-01-28T16:58:49.494Z | words vendor vendor american-english |
259 | 2025-01-28T16:58:49.494Z | words system system australian-english |
260 | 2025-01-28T16:58:49.494Z | words system system british-english |
261 | 2025-01-28T16:58:49.494Z | words system system canadian-english |
262 | 2025-01-28T16:58:49.494Z | words system system french |
263 | 2025-01-28T16:58:49.494Z | words system system italian |
264 | 2025-01-28T16:58:49.494Z | words system system ngerman |
265 | 2025-01-28T16:58:49.494Z | words system system ogerman |
266 | 2025-01-28T16:58:49.494Z | words system system spanish |
267 | 2025-01-28T16:58:49.832Z | PUBLISHER TYPE STATUS P LOCATION |
268 | 2025-01-28T16:58:49.832Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
269 | 2025-01-28T16:58:52.601Z | FMRI IFO |
270 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
274 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
275 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
277 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2025-01-28T16:58:52.601Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
280 | 2025-01-28T16:58:52.602Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
281 | 2025-01-28T16:58:52.602Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2025-01-28T16:58:52.602Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
283 | 2025-01-28T16:58:52.602Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
284 | 2025-01-28T16:58:52.602Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
285 | 2025-01-28T16:58:53.359Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
286 | 2025-01-28T16:58:53.701Z | Updating crates.io index |
287 | 2025-01-28T16:58:53.704Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
288 | 2025-01-28T16:58:54.073Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
289 | 2025-01-28T16:58:54.587Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
290 | 2025-01-28T16:58:54.842Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
291 | 2025-01-28T16:58:55.116Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
292 | 2025-01-28T16:58:55.353Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
293 | 2025-01-28T16:58:56.361Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2025-01-28T16:58:58.194Z | Updating git repository `https://github.com/oxidecomputer/opte` |
295 | 2025-01-28T16:58:58.822Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2025-01-28T16:58:59.573Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
297 | 2025-01-28T16:58:59.825Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
298 | 2025-01-28T16:59:00.106Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
299 | 2025-01-28T16:59:00.755Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
300 | 2025-01-28T16:59:01.194Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
301 | 2025-01-28T16:59:01.570Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2025-01-28T16:59:01.859Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2025-01-28T16:59:02.125Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2025-01-28T16:59:02.395Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2025-01-28T16:59:02.638Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
306 | 2025-01-28T16:59:02.940Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
307 | 2025-01-28T16:59:03.242Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
308 | 2025-01-28T16:59:03.638Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2025-01-28T16:59:04.004Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
310 | 2025-01-28T16:59:04.244Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2025-01-28T16:59:04.753Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2025-01-28T16:59:05.047Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
313 | 2025-01-28T16:59:05.396Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
314 | 2025-01-28T16:59:05.955Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
315 | 2025-01-28T16:59:06.254Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
316 | 2025-01-28T16:59:06.542Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
317 | 2025-01-28T16:59:06.796Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
318 | 2025-01-28T16:59:08.081Z | Downloading crates ... |
319 | 2025-01-28T16:59:08.162Z | Downloaded bytecount v0.6.8 |
320 | 2025-01-28T16:59:08.165Z | Downloaded anstream v0.6.15 |
321 | 2025-01-28T16:59:08.165Z | Downloaded block-buffer v0.10.4 |
322 | 2025-01-28T16:59:08.165Z | Downloaded anstyle-query v1.1.1 |
323 | 2025-01-28T16:59:08.165Z | Downloaded equivalent v1.0.1 |
324 | 2025-01-28T16:59:08.165Z | Downloaded anstyle v1.0.10 |
325 | 2025-01-28T16:59:08.165Z | Downloaded scroll_derive v0.12.0 |
326 | 2025-01-28T16:59:08.168Z | Downloaded dtrace-parser v0.2.0 |
327 | 2025-01-28T16:59:08.168Z | Downloaded byteorder v1.5.0 |
328 | 2025-01-28T16:59:08.183Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-01-28T16:59:08.186Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2025-01-28T16:59:08.186Z | Downloaded pretty-hex v0.4.1 |
331 | 2025-01-28T16:59:08.194Z | Downloaded macaddr v1.0.1 |
332 | 2025-01-28T16:59:08.197Z | Downloaded itoa v1.0.11 |
333 | 2025-01-28T16:59:08.197Z | Downloaded is_terminal_polyfill v1.70.1 |
334 | 2025-01-28T16:59:08.199Z | Downloaded cpufeatures v0.2.14 |
335 | 2025-01-28T16:59:08.199Z | Downloaded proc-macro-error-attr v1.0.4 |
336 | 2025-01-28T16:59:08.202Z | Downloaded heck v0.4.1 |
337 | 2025-01-28T16:59:08.204Z | Downloaded camino-tempfile v1.1.1 |
338 | 2025-01-28T16:59:08.207Z | Downloaded camino v1.1.9 |
339 | 2025-01-28T16:59:08.210Z | Downloaded serde_tokenstream v0.2.2 |
340 | 2025-01-28T16:59:08.213Z | Downloaded swrite v0.1.0 |
341 | 2025-01-28T16:59:08.213Z | Downloaded fnv v1.0.7 |
342 | 2025-01-28T16:59:08.219Z | Downloaded digest v0.10.7 |
343 | 2025-01-28T16:59:08.222Z | Downloaded thiserror-impl v1.0.69 |
344 | 2025-01-28T16:59:08.224Z | Downloaded memmap v0.7.0 |
345 | 2025-01-28T16:59:08.224Z | Downloaded colorchoice v1.0.2 |
346 | 2025-01-28T16:59:08.227Z | Downloaded cargo-platform v0.1.8 |
347 | 2025-01-28T16:59:08.227Z | Downloaded serde_spanned v0.6.8 |
348 | 2025-01-28T16:59:08.229Z | Downloaded strsim v0.11.1 |
349 | 2025-01-28T16:59:08.229Z | Downloaded smawk v0.3.2 |
350 | 2025-01-28T16:59:08.232Z | Downloaded cfg-if v1.0.0 |
351 | 2025-01-28T16:59:08.232Z | Downloaded anstyle-parse v0.2.5 |
352 | 2025-01-28T16:59:08.235Z | Downloaded usdt v0.5.0 |
353 | 2025-01-28T16:59:08.235Z | Downloaded clap_lex v0.7.4 |
354 | 2025-01-28T16:59:08.238Z | Downloaded version_check v0.9.5 |
355 | 2025-01-28T16:59:08.238Z | Downloaded plain v0.2.3 |
356 | 2025-01-28T16:59:08.240Z | Downloaded heck v0.5.0 |
357 | 2025-01-28T16:59:08.240Z | Downloaded pest_generator v2.7.14 |
358 | 2025-01-28T16:59:08.240Z | Downloaded cargo_metadata v0.18.1 |
359 | 2025-01-28T16:59:08.243Z | Downloaded sha2 v0.10.8 |
360 | 2025-01-28T16:59:08.245Z | Downloaded thread-id v4.2.2 |
361 | 2025-01-28T16:59:08.245Z | Downloaded fs-err v2.11.0 |
362 | 2025-01-28T16:59:08.248Z | Downloaded crypto-common v0.1.6 |
363 | 2025-01-28T16:59:08.248Z | Downloaded autocfg v1.4.0 |
364 | 2025-01-28T16:59:08.250Z | Downloaded cargo_toml v0.20.5 |
365 | 2025-01-28T16:59:08.250Z | Downloaded usdt-impl v0.5.0 |
366 | 2025-01-28T16:59:08.254Z | Downloaded tabled_derive v0.7.0 |
367 | 2025-01-28T16:59:08.254Z | Downloaded fastrand v2.1.1 |
368 | 2025-01-28T16:59:08.256Z | Downloaded quote v1.0.38 |
369 | 2025-01-28T16:59:08.256Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2025-01-28T16:59:08.259Z | Downloaded terminal_size v0.4.0 |
371 | 2025-01-28T16:59:08.262Z | Downloaded proc-macro-error v1.0.4 |
372 | 2025-01-28T16:59:08.264Z | Downloaded tempfile v3.13.0 |
373 | 2025-01-28T16:59:08.266Z | Downloaded semver v1.0.24 |
374 | 2025-01-28T16:59:08.269Z | Downloaded thiserror v1.0.69 |
375 | 2025-01-28T16:59:08.272Z | Downloaded scroll v0.12.0 |
376 | 2025-01-28T16:59:08.274Z | Downloaded generic-array v0.14.7 |
377 | 2025-01-28T16:59:08.274Z | Downloaded utf8parse v0.2.2 |
378 | 2025-01-28T16:59:08.277Z | Downloaded clap_derive v4.5.24 |
379 | 2025-01-28T16:59:08.279Z | Downloaded pest_meta v2.7.14 |
380 | 2025-01-28T16:59:08.280Z | Downloaded ucd-trie v0.1.7 |
381 | 2025-01-28T16:59:08.282Z | Downloaded log v0.4.22 |
382 | 2025-01-28T16:59:08.285Z | Downloaded toml v0.8.19 |
383 | 2025-01-28T16:59:08.287Z | Downloaded unicode-ident v1.0.14 |
384 | 2025-01-28T16:59:08.290Z | Downloaded ryu v1.0.18 |
385 | 2025-01-28T16:59:08.292Z | Downloaded bitflags v2.6.0 |
386 | 2025-01-28T16:59:08.296Z | Downloaded once_cell v1.20.2 |
387 | 2025-01-28T16:59:08.298Z | Downloaded typenum v1.17.0 |
388 | 2025-01-28T16:59:08.301Z | Downloaded pest_derive v2.7.14 |
389 | 2025-01-28T16:59:08.301Z | Downloaded toml_datetime v0.6.8 |
390 | 2025-01-28T16:59:08.306Z | Downloaded clap v4.5.27 |
391 | 2025-01-28T16:59:08.309Z | Downloaded textwrap v0.16.1 |
392 | 2025-01-28T16:59:08.312Z | Downloaded proc-macro2 v1.0.92 |
393 | 2025-01-28T16:59:08.314Z | Downloaded anyhow v1.0.95 |
394 | 2025-01-28T16:59:08.318Z | Downloaded papergrid v0.11.0 |
395 | 2025-01-28T16:59:08.322Z | Downloaded indexmap v2.7.0 |
396 | 2025-01-28T16:59:08.326Z | Downloaded serde_derive v1.0.217 |
397 | 2025-01-28T16:59:08.328Z | Downloaded memchr v2.7.4 |
398 | 2025-01-28T16:59:08.333Z | Downloaded serde v1.0.217 |
399 | 2025-01-28T16:59:08.336Z | Downloaded errno v0.3.9 |
400 | 2025-01-28T16:59:08.338Z | Downloaded dof v0.3.0 |
401 | 2025-01-28T16:59:08.339Z | Downloaded unicode-linebreak v0.1.5 |
402 | 2025-01-28T16:59:08.343Z | Downloaded toml_edit v0.22.22 |
403 | 2025-01-28T16:59:08.371Z | Downloaded pest v2.7.14 |
404 | 2025-01-28T16:59:08.376Z | Downloaded hashbrown v0.15.1 |
405 | 2025-01-28T16:59:08.383Z | Downloaded serde_json v1.0.135 |
406 | 2025-01-28T16:59:08.391Z | Downloaded clap_builder v4.5.27 |
407 | 2025-01-28T16:59:08.396Z | Downloaded winnow v0.6.20 |
408 | 2025-01-28T16:59:08.404Z | Downloaded zerocopy v0.7.35 |
409 | 2025-01-28T16:59:08.418Z | Downloaded tabled v0.15.0 |
410 | 2025-01-28T16:59:08.432Z | Downloaded goblin v0.8.2 |
411 | 2025-01-28T16:59:08.437Z | Downloaded syn v1.0.109 |
412 | 2025-01-28T16:59:08.446Z | Downloaded unicode-width v0.1.14 |
413 | 2025-01-28T16:59:08.451Z | Downloaded syn v2.0.96 |
414 | 2025-01-28T16:59:08.461Z | Downloaded rustix v0.38.37 |
415 | 2025-01-28T16:59:08.490Z | Downloaded libc v0.2.169 |
416 | 2025-01-28T16:59:08.805Z | Compiling proc-macro2 v1.0.92 |
417 | 2025-01-28T16:59:08.805Z | Compiling unicode-ident v1.0.14 |
418 | 2025-01-28T16:59:08.807Z | Compiling serde v1.0.217 |
419 | 2025-01-28T16:59:08.807Z | Compiling version_check v0.9.5 |
420 | 2025-01-28T16:59:08.807Z | Compiling memchr v2.7.4 |
421 | 2025-01-28T16:59:08.807Z | Compiling thiserror v1.0.69 |
422 | 2025-01-28T16:59:08.807Z | Compiling libc v0.2.169 |
423 | 2025-01-28T16:59:08.808Z | Compiling ucd-trie v0.1.7 |
424 | 2025-01-28T16:59:09.104Z | Compiling ryu v1.0.18 |
425 | 2025-01-28T16:59:09.482Z | Compiling itoa v1.0.11 |
426 | 2025-01-28T16:59:09.505Z | Compiling once_cell v1.20.2 |
427 | 2025-01-28T16:59:09.656Z | Compiling byteorder v1.5.0 |
428 | 2025-01-28T16:59:09.865Z | Compiling serde_json v1.0.135 |
429 | 2025-01-28T16:59:09.912Z | Compiling rustix v0.38.37 |
430 | 2025-01-28T16:59:10.207Z | Compiling bitflags v2.6.0 |
431 | 2025-01-28T16:59:10.234Z | Compiling proc-macro-error-attr v1.0.4 |
432 | 2025-01-28T16:59:10.553Z | Compiling usdt-impl v0.5.0 |
433 | 2025-01-28T16:59:10.573Z | Compiling syn v1.0.109 |
434 | 2025-01-28T16:59:10.649Z | Compiling proc-macro-error v1.0.4 |
435 | 2025-01-28T16:59:10.678Z | Compiling equivalent v1.0.1 |
436 | 2025-01-28T16:59:10.814Z | Compiling quote v1.0.38 |
437 | 2025-01-28T16:59:10.845Z | Compiling errno v0.3.9 |
438 | 2025-01-28T16:59:10.936Z | Compiling hashbrown v0.15.1 |
439 | 2025-01-28T16:59:11.031Z | Compiling camino v1.1.9 |
440 | 2025-01-28T16:59:11.095Z | Compiling thread-id v4.2.2 |
441 | 2025-01-28T16:59:11.167Z | Compiling log v0.4.22 |
442 | 2025-01-28T16:59:11.202Z | Compiling syn v2.0.96 |
443 | 2025-01-28T16:59:11.234Z | Compiling plain v0.2.3 |
444 | 2025-01-28T16:59:11.409Z | Compiling utf8parse v0.2.2 |
445 | 2025-01-28T16:59:11.580Z | Compiling anstyle-parse v0.2.5 |
446 | 2025-01-28T16:59:11.729Z | Compiling pretty-hex v0.4.1 |
447 | 2025-01-28T16:59:11.908Z | Compiling winnow v0.6.20 |
448 | 2025-01-28T16:59:11.954Z | Compiling indexmap v2.7.0 |
449 | 2025-01-28T16:59:12.017Z | Compiling unicode-width v0.1.14 |
450 | 2025-01-28T16:59:12.044Z | Compiling autocfg v1.4.0 |
451 | 2025-01-28T16:59:12.250Z | Compiling semver v1.0.24 |
452 | 2025-01-28T16:59:12.542Z | Compiling is_terminal_polyfill v1.70.1 |
453 | 2025-01-28T16:59:12.680Z | Compiling colorchoice v1.0.2 |
454 | 2025-01-28T16:59:12.767Z | Compiling anstyle v1.0.10 |
455 | 2025-01-28T16:59:12.870Z | Compiling anstyle-query v1.1.1 |
456 | 2025-01-28T16:59:13.046Z | Compiling terminal_size v0.4.0 |
457 | 2025-01-28T16:59:13.049Z | Compiling fs-err v2.11.0 |
458 | 2025-01-28T16:59:13.205Z | Compiling anstream v0.6.15 |
459 | 2025-01-28T16:59:13.356Z | Compiling heck v0.4.1 |
460 | 2025-01-28T16:59:13.408Z | Compiling cfg-if v1.0.0 |
461 | 2025-01-28T16:59:13.456Z | Compiling fastrand v2.1.1 |
462 | 2025-01-28T16:59:13.519Z | Compiling fnv v1.0.7 |
463 | 2025-01-28T16:59:13.577Z | Compiling bytecount v0.6.8 |
464 | 2025-01-28T16:59:13.693Z | Compiling clap_lex v0.7.4 |
465 | 2025-01-28T16:59:13.813Z | Compiling strsim v0.11.1 |
466 | 2025-01-28T16:59:13.868Z | Compiling heck v0.5.0 |
467 | 2025-01-28T16:59:13.973Z | Compiling anyhow v1.0.95 |
468 | 2025-01-28T16:59:14.223Z | Compiling clap_builder v4.5.27 |
469 | 2025-01-28T16:59:14.411Z | Compiling tempfile v3.13.0 |
470 | 2025-01-28T16:59:14.647Z | Compiling papergrid v0.11.0 |
471 | 2025-01-28T16:59:14.986Z | Compiling memmap v0.7.0 |
472 | 2025-01-28T16:59:15.025Z | Compiling smawk v0.3.2 |
473 | 2025-01-28T16:59:15.206Z | Compiling unicode-linebreak v0.1.5 |
474 | 2025-01-28T16:59:15.352Z | Compiling swrite v0.1.0 |
475 | 2025-01-28T16:59:15.715Z | Compiling textwrap v0.16.1 |
476 | 2025-01-28T16:59:16.277Z | Compiling tabled_derive v0.7.0 |
477 | 2025-01-28T16:59:17.731Z | Compiling tabled v0.15.0 |
478 | 2025-01-28T16:59:18.039Z | Compiling serde_derive v1.0.217 |
479 | 2025-01-28T16:59:18.039Z | Compiling thiserror-impl v1.0.69 |
480 | 2025-01-28T16:59:18.043Z | Compiling zerocopy-derive v0.7.35 |
481 | 2025-01-28T16:59:18.188Z | Compiling scroll_derive v0.12.0 |
482 | 2025-01-28T16:59:18.234Z | Compiling clap_derive v4.5.24 |
483 | 2025-01-28T16:59:19.490Z | Compiling scroll v0.12.0 |
484 | 2025-01-28T16:59:20.003Z | Compiling goblin v0.8.2 |
485 | 2025-01-28T16:59:20.102Z | Compiling zerocopy v0.7.35 |
486 | 2025-01-28T16:59:20.760Z | Compiling pest v2.7.14 |
487 | 2025-01-28T16:59:21.527Z | Compiling clap v4.5.27 |
488 | 2025-01-28T16:59:22.977Z | Compiling pest_meta v2.7.14 |
489 | 2025-01-28T16:59:23.894Z | Compiling pest_generator v2.7.14 |
490 | 2025-01-28T16:59:25.346Z | Compiling pest_derive v2.7.14 |
491 | 2025-01-28T16:59:25.960Z | Compiling dtrace-parser v0.2.0 |
492 | 2025-01-28T16:59:26.683Z | Compiling toml_datetime v0.6.8 |
493 | 2025-01-28T16:59:26.686Z | Compiling serde_spanned v0.6.8 |
494 | 2025-01-28T16:59:26.686Z | Compiling cargo-platform v0.1.8 |
495 | 2025-01-28T16:59:26.994Z | Compiling serde_tokenstream v0.2.2 |
496 | 2025-01-28T16:59:27.019Z | Compiling toml_edit v0.22.22 |
497 | 2025-01-28T16:59:27.152Z | Compiling macaddr v1.0.1 |
498 | 2025-01-28T16:59:27.287Z | Compiling camino-tempfile v1.1.1 |
499 | 2025-01-28T16:59:28.075Z | Compiling dof v0.3.0 |
500 | 2025-01-28T16:59:28.075Z | Compiling cargo_metadata v0.18.1 |
501 | 2025-01-28T16:59:29.509Z | Compiling usdt-macro v0.5.0 |
502 | 2025-01-28T16:59:29.512Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2025-01-28T16:59:29.956Z | Compiling toml v0.8.19 |
504 | 2025-01-28T16:59:30.569Z | Compiling usdt v0.5.0 |
505 | 2025-01-28T16:59:30.752Z | Compiling cargo_toml v0.20.5 |
506 | 2025-01-28T16:59:33.480Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
507 | 2025-01-28T16:59:36.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.54s |
508 | 2025-01-28T16:59:36.951Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
509 | 2025-01-28T16:59:37.489Z | Downloading crates ... |
510 | 2025-01-28T16:59:37.612Z | Downloaded async-stream v0.3.6 |
511 | 2025-01-28T16:59:37.616Z | Downloaded async-recursion v1.1.1 |
512 | 2025-01-28T16:59:37.622Z | Downloaded ciborium-io v0.2.2 |
513 | 2025-01-28T16:59:37.625Z | Downloaded adler2 v2.0.0 |
514 | 2025-01-28T16:59:37.629Z | Downloaded async-stream-impl v0.3.6 |
515 | 2025-01-28T16:59:37.635Z | Downloaded cfg_aliases v0.1.1 |
516 | 2025-01-28T16:59:37.639Z | Downloaded atomicwrites v0.4.4 |
517 | 2025-01-28T16:59:37.642Z | Downloaded atty v0.2.14 |
518 | 2025-01-28T16:59:37.646Z | Downloaded hex-literal v0.4.1 |
519 | 2025-01-28T16:59:37.649Z | Downloaded cfg_aliases v0.2.1 |
520 | 2025-01-28T16:59:37.656Z | Downloaded is_ci v1.2.0 |
521 | 2025-01-28T16:59:37.659Z | Downloaded ident_case v1.0.1 |
522 | 2025-01-28T16:59:37.662Z | Downloaded md5 v0.7.0 |
523 | 2025-01-28T16:59:37.662Z | Downloaded crunchy v0.2.2 |
524 | 2025-01-28T16:59:37.662Z | Downloaded http-body v1.0.1 |
525 | 2025-01-28T16:59:37.665Z | Downloaded cstr-argument v0.1.2 |
526 | 2025-01-28T16:59:37.668Z | Downloaded match_cfg v0.1.0 |
527 | 2025-01-28T16:59:37.674Z | Downloaded arrayref v0.3.9 |
528 | 2025-01-28T16:59:37.681Z | Downloaded crucible-workspace-hack v0.1.0 |
529 | 2025-01-28T16:59:37.681Z | Downloaded bitfield v0.14.0 |
530 | 2025-01-28T16:59:37.681Z | Downloaded cmake v0.1.51 |
531 | 2025-01-28T16:59:37.681Z | Downloaded block-padding v0.3.3 |
532 | 2025-01-28T16:59:37.681Z | Downloaded mirai-annotations v1.12.0 |
533 | 2025-01-28T16:59:37.685Z | Downloaded bcrypt-pbkdf v0.10.0 |
534 | 2025-01-28T16:59:37.685Z | Downloaded colored v2.1.0 |
535 | 2025-01-28T16:59:37.685Z | Downloaded instant v0.1.13 |
536 | 2025-01-28T16:59:37.688Z | Downloaded darling v0.20.10 |
537 | 2025-01-28T16:59:37.691Z | Downloaded home v0.5.9 |
538 | 2025-01-28T16:59:37.691Z | Downloaded heck v0.3.3 |
539 | 2025-01-28T16:59:37.695Z | Downloaded hostname v0.3.1 |
540 | 2025-01-28T16:59:37.695Z | Downloaded ascii-canvas v3.0.0 |
541 | 2025-01-28T16:59:37.699Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2025-01-28T16:59:37.699Z | Downloaded castaway v0.2.3 |
543 | 2025-01-28T16:59:37.699Z | Downloaded bit-vec v0.6.3 |
544 | 2025-01-28T16:59:37.703Z | Downloaded http-range v0.1.5 |
545 | 2025-01-28T16:59:37.703Z | Downloaded crossbeam-deque v0.8.5 |
546 | 2025-01-28T16:59:37.706Z | Downloaded crc-catalog v2.4.0 |
547 | 2025-01-28T16:59:37.706Z | Downloaded is-terminal v0.4.13 |
548 | 2025-01-28T16:59:37.709Z | Downloaded hubpack_derive v0.1.1 |
549 | 2025-01-28T16:59:37.709Z | Downloaded ciborium-ll v0.2.2 |
550 | 2025-01-28T16:59:37.716Z | Downloaded indent_write v2.2.0 |
551 | 2025-01-28T16:59:37.716Z | Downloaded bb8 v0.8.5 |
552 | 2025-01-28T16:59:37.717Z | Downloaded cexpr v0.6.0 |
553 | 2025-01-28T16:59:37.720Z | Downloaded managed v0.8.0 |
554 | 2025-01-28T16:59:37.720Z | Downloaded lru v0.12.5 |
555 | 2025-01-28T16:59:37.720Z | Downloaded internet-checksum v0.2.1 |
556 | 2025-01-28T16:59:37.720Z | Downloaded cobs v0.2.3 |
557 | 2025-01-28T16:59:37.724Z | Downloaded hyper-tls v0.6.0 |
558 | 2025-01-28T16:59:37.724Z | Downloaded memoffset v0.9.1 |
559 | 2025-01-28T16:59:37.727Z | Downloaded kstat-rs v0.2.4 |
560 | 2025-01-28T16:59:37.727Z | Downloaded curve25519-dalek-derive v0.1.1 |
561 | 2025-01-28T16:59:37.730Z | Downloaded maybe-uninit v2.0.0 |
562 | 2025-01-28T16:59:37.731Z | Downloaded maplit v1.0.2 |
563 | 2025-01-28T16:59:37.733Z | Downloaded lockfree-object-pool v0.1.6 |
564 | 2025-01-28T16:59:37.733Z | Downloaded instability v0.3.2 |
565 | 2025-01-28T16:59:37.736Z | Downloaded async-bb8-diesel v0.2.1 |
566 | 2025-01-28T16:59:37.739Z | Downloaded httpdate v1.0.3 |
567 | 2025-01-28T16:59:37.742Z | Downloaded progenitor-client v0.9.1 |
568 | 2025-01-28T16:59:37.742Z | Downloaded hostname v0.4.0 |
569 | 2025-01-28T16:59:37.745Z | Downloaded arrayvec v0.7.6 |
570 | 2025-01-28T16:59:37.748Z | Downloaded keccak v0.1.5 |
571 | 2025-01-28T16:59:37.748Z | Downloaded lazy_static v1.5.0 |
572 | 2025-01-28T16:59:37.751Z | Downloaded linked-hash-map v0.5.6 |
573 | 2025-01-28T16:59:37.751Z | Downloaded const_format_proc_macros v0.2.34 |
574 | 2025-01-28T16:59:37.754Z | Downloaded highway v1.2.0 |
575 | 2025-01-28T16:59:37.757Z | Downloaded bzip2 v0.4.4 |
576 | 2025-01-28T16:59:37.759Z | Downloaded mime v0.3.17 |
577 | 2025-01-28T16:59:37.759Z | Downloaded base64ct v1.6.0 |
578 | 2025-01-28T16:59:37.763Z | Downloaded md-5 v0.10.6 |
579 | 2025-01-28T16:59:37.766Z | Downloaded lru-cache v0.1.2 |
580 | 2025-01-28T16:59:37.770Z | Downloaded impl-trait-for-tuples v0.2.2 |
581 | 2025-01-28T16:59:37.774Z | Downloaded http-body-util v0.1.2 |
582 | 2025-01-28T16:59:37.774Z | Downloaded lazycell v1.3.0 |
583 | 2025-01-28T16:59:37.777Z | Downloaded ipnetwork v0.20.0 |
584 | 2025-01-28T16:59:37.777Z | Downloaded sync_wrapper v1.0.1 |
585 | 2025-01-28T16:59:37.777Z | Downloaded hickory-client v0.24.2 |
586 | 2025-01-28T16:59:37.779Z | Downloaded cookie_store v0.21.1 |
587 | 2025-01-28T16:59:37.782Z | Downloaded jobserver v0.1.32 |
588 | 2025-01-28T16:59:37.785Z | Downloaded sync-ptr v0.1.1 |
589 | 2025-01-28T16:59:37.787Z | Downloaded hyper-staticfile v0.10.1 |
590 | 2025-01-28T16:59:37.790Z | Downloaded hyper-rustls v0.27.3 |
591 | 2025-01-28T16:59:37.793Z | Downloaded linear-map v1.2.0 |
592 | 2025-01-28T16:59:37.796Z | Downloaded mockall v0.13.0 |
593 | 2025-01-28T16:59:37.796Z | Downloaded lock_api v0.4.12 |
594 | 2025-01-28T16:59:37.800Z | Downloaded litemap v0.7.3 |
595 | 2025-01-28T16:59:37.802Z | Downloaded termtree v0.4.1 |
596 | 2025-01-28T16:59:37.802Z | Downloaded hmac v0.12.1 |
597 | 2025-01-28T16:59:37.806Z | Downloaded ssh-cipher v0.2.0 |
598 | 2025-01-28T16:59:37.807Z | Downloaded libloading v0.8.5 |
599 | 2025-01-28T16:59:37.810Z | Downloaded rand_seeder v0.3.0 |
600 | 2025-01-28T16:59:37.813Z | Downloaded quick-error v1.2.3 |
601 | 2025-01-28T16:59:37.813Z | Downloaded mime_guess v2.0.5 |
602 | 2025-01-28T16:59:37.815Z | Downloaded ipnet v2.10.1 |
603 | 2025-01-28T16:59:37.818Z | Downloaded darling_macro v0.20.10 |
604 | 2025-01-28T16:59:37.818Z | Downloaded zone_cfg_derive v0.3.0 |
605 | 2025-01-28T16:59:37.818Z | Downloaded zone_cfg_derive v0.1.2 |
606 | 2025-01-28T16:59:37.820Z | Downloaded rustc-hash v2.0.0 |
607 | 2025-01-28T16:59:37.820Z | Downloaded addr2line v0.24.2 |
608 | 2025-01-28T16:59:37.827Z | Downloaded rustc_version v0.4.1 |
609 | 2025-01-28T16:59:37.830Z | Downloaded same-file v1.0.6 |
610 | 2025-01-28T16:59:37.830Z | Downloaded crossbeam-utils v0.8.20 |
611 | 2025-01-28T16:59:37.830Z | Downloaded cancel-safe-futures v0.1.5 |
612 | 2025-01-28T16:59:37.835Z | Downloaded float-ord v0.3.2 |
613 | 2025-01-28T16:59:37.838Z | Downloaded normalize-line-endings v0.3.0 |
614 | 2025-01-28T16:59:37.838Z | Downloaded clang-sys v1.8.1 |
615 | 2025-01-28T16:59:37.841Z | Downloaded sigpipe v0.1.3 |
616 | 2025-01-28T16:59:37.844Z | Downloaded strum_macros v0.25.3 |
617 | 2025-01-28T16:59:37.847Z | Downloaded number_prefix v0.4.0 |
618 | 2025-01-28T16:59:37.847Z | Downloaded headers-core v0.3.0 |
619 | 2025-01-28T16:59:37.850Z | Downloaded simd-adler32 v0.3.7 |
620 | 2025-01-28T16:59:37.853Z | Downloaded icu_normalizer_data v1.5.0 |
621 | 2025-01-28T16:59:37.856Z | Downloaded siphasher v0.3.11 |
622 | 2025-01-28T16:59:37.856Z | Downloaded multer v3.1.0 |
623 | 2025-01-28T16:59:37.859Z | Downloaded stringprep v0.1.5 |
624 | 2025-01-28T16:59:37.862Z | Downloaded tokio-macros v2.5.0 |
625 | 2025-01-28T16:59:37.865Z | Downloaded const-oid v0.9.6 |
626 | 2025-01-28T16:59:37.869Z | Downloaded arc-swap v1.7.1 |
627 | 2025-01-28T16:59:37.872Z | Downloaded oso-derive v0.27.3 |
628 | 2025-01-28T16:59:37.872Z | Downloaded heapless v0.8.0 |
629 | 2025-01-28T16:59:37.875Z | Downloaded pretty-hex v0.2.1 |
630 | 2025-01-28T16:59:37.879Z | Downloaded russh-cryptovec v0.7.3 |
631 | 2025-01-28T16:59:37.881Z | Downloaded memmap2 v0.9.5 |
632 | 2025-01-28T16:59:37.882Z | Downloaded litrs v0.4.1 |
633 | 2025-01-28T16:59:37.884Z | Downloaded debug-ignore v1.0.5 |
634 | 2025-01-28T16:59:37.887Z | Downloaded data-encoding v2.6.0 |
635 | 2025-01-28T16:59:37.890Z | Downloaded progenitor-client v0.8.0 |
636 | 2025-01-28T16:59:37.890Z | Downloaded zone v0.3.0 |
637 | 2025-01-28T16:59:37.890Z | Downloaded zeroize_derive v1.4.2 |
638 | 2025-01-28T16:59:37.893Z | Downloaded serde-big-array v0.5.1 |
639 | 2025-01-28T16:59:37.896Z | Downloaded sct v0.7.1 |
640 | 2025-01-28T16:59:37.901Z | Downloaded ena v0.14.3 |
641 | 2025-01-28T16:59:37.903Z | Downloaded futures-executor v0.3.31 |
642 | 2025-01-28T16:59:37.903Z | Downloaded futures-core v0.3.31 |
643 | 2025-01-28T16:59:37.903Z | Downloaded rusty-fork v0.3.0 |
644 | 2025-01-28T16:59:37.907Z | Downloaded nibble_vec v0.1.0 |
645 | 2025-01-28T16:59:37.912Z | Downloaded glob v0.3.2 |
646 | 2025-01-28T16:59:37.912Z | Downloaded serde_derive_internals v0.29.1 |
647 | 2025-01-28T16:59:37.914Z | Downloaded embedded-io v0.6.1 |
648 | 2025-01-28T16:59:37.914Z | Downloaded hyper-util v0.1.10 |
649 | 2025-01-28T16:59:37.918Z | Downloaded time-core v0.1.2 |
650 | 2025-01-28T16:59:37.922Z | Downloaded bytes v1.9.0 |
651 | 2025-01-28T16:59:37.925Z | Downloaded tower-service v0.3.3 |
652 | 2025-01-28T16:59:37.928Z | Downloaded tinystr v0.7.6 |
653 | 2025-01-28T16:59:37.928Z | Downloaded pbkdf2 v0.11.0 |
654 | 2025-01-28T16:59:37.931Z | Downloaded tokio-tungstenite v0.24.0 |
655 | 2025-01-28T16:59:37.934Z | Downloaded toolchain_find v0.4.0 |
656 | 2025-01-28T16:59:37.938Z | Downloaded compact_str v0.8.0 |
657 | 2025-01-28T16:59:37.940Z | Downloaded derive_builder_macro v0.20.2 |
658 | 2025-01-28T16:59:37.941Z | Downloaded yoke-derive v0.7.4 |
659 | 2025-01-28T16:59:37.941Z | Downloaded want v0.3.1 |
660 | 2025-01-28T16:59:37.943Z | Downloaded pkg-config v0.3.31 |
661 | 2025-01-28T16:59:37.946Z | Downloaded phf_generator v0.11.2 |
662 | 2025-01-28T16:59:37.946Z | Downloaded base64 v0.13.1 |
663 | 2025-01-28T16:59:37.950Z | Downloaded rustversion v1.0.17 |
664 | 2025-01-28T16:59:37.953Z | Downloaded rtoolbox v0.0.2 |
665 | 2025-01-28T16:59:37.953Z | Downloaded twox-hash v2.1.0 |
666 | 2025-01-28T16:59:37.956Z | Downloaded topological-sort v0.2.2 |
667 | 2025-01-28T16:59:37.959Z | Downloaded uzers v0.12.1 |
668 | 2025-01-28T16:59:37.961Z | Downloaded typify v0.2.0 |
669 | 2025-01-28T16:59:37.965Z | Downloaded slog-bunyan v2.5.0 |
670 | 2025-01-28T16:59:37.968Z | Downloaded slog-async v2.8.0 |
671 | 2025-01-28T16:59:37.968Z | Downloaded cc v1.1.30 |
672 | 2025-01-28T16:59:37.971Z | Downloaded structmeta v0.2.0 |
673 | 2025-01-28T16:59:37.974Z | Downloaded slog-dtrace v0.3.0 |
674 | 2025-01-28T16:59:37.974Z | Downloaded serde-hex v0.1.0 |
675 | 2025-01-28T16:59:37.977Z | Downloaded base64 v0.21.7 |
676 | 2025-01-28T16:59:37.980Z | Downloaded peg-runtime v0.8.3 |
677 | 2025-01-28T16:59:37.983Z | Downloaded icu_properties v1.5.1 |
678 | 2025-01-28T16:59:37.985Z | Downloaded strip-ansi-escapes v0.2.0 |
679 | 2025-01-28T16:59:37.986Z | Downloaded crypto-bigint v0.5.5 |
680 | 2025-01-28T16:59:38.102Z | Downloaded chacha20poly1305 v0.10.1 |
681 | 2025-01-28T16:59:38.108Z | Downloaded hickory-server v0.24.2 |
682 | 2025-01-28T16:59:38.108Z | Downloaded thread_local v1.1.8 |
683 | 2025-01-28T16:59:38.108Z | Downloaded signal-hook-tokio v0.3.1 |
684 | 2025-01-28T16:59:38.108Z | Downloaded const_format v0.2.34 |
685 | 2025-01-28T16:59:38.108Z | Downloaded strum v0.26.3 |
686 | 2025-01-28T16:59:38.108Z | Downloaded ed25519 v2.2.3 |
687 | 2025-01-28T16:59:38.108Z | Downloaded flagset v0.4.6 |
688 | 2025-01-28T16:59:38.108Z | Downloaded dropshot_endpoint v0.15.1 |
689 | 2025-01-28T16:59:38.108Z | Downloaded slog-envlogger v2.2.0 |
690 | 2025-01-28T16:59:38.108Z | Downloaded uuid v1.12.0 |
691 | 2025-01-28T16:59:38.108Z | Downloaded dirs-sys-next v0.1.2 |
692 | 2025-01-28T16:59:38.108Z | Downloaded group v0.13.0 |
693 | 2025-01-28T16:59:38.108Z | Downloaded multimap v0.10.0 |
694 | 2025-01-28T16:59:38.108Z | Downloaded filetime v0.2.25 |
695 | 2025-01-28T16:59:38.108Z | Downloaded fixedbitset v0.4.2 |
696 | 2025-01-28T16:59:38.108Z | Downloaded rand_core v0.6.4 |
697 | 2025-01-28T16:59:38.108Z | Downloaded num v0.4.3 |
698 | 2025-01-28T16:59:38.108Z | Downloaded typify v0.3.0 |
699 | 2025-01-28T16:59:38.108Z | Downloaded minimal-lexical v0.2.1 |
700 | 2025-01-28T16:59:38.108Z | Downloaded similar v2.6.0 |
701 | 2025-01-28T16:59:38.108Z | Downloaded phf v0.11.2 |
702 | 2025-01-28T16:59:38.108Z | Downloaded http v1.2.0 |
703 | 2025-01-28T16:59:38.108Z | Downloaded predicates v3.1.2 |
704 | 2025-01-28T16:59:38.108Z | Downloaded foreign-types-shared v0.1.1 |
705 | 2025-01-28T16:59:38.108Z | Downloaded foreign-types-macros v0.2.3 |
706 | 2025-01-28T16:59:38.108Z | Downloaded backtrace v0.3.74 |
707 | 2025-01-28T16:59:38.108Z | Downloaded num-conv v0.1.0 |
708 | 2025-01-28T16:59:38.108Z | Downloaded spki v0.7.3 |
709 | 2025-01-28T16:59:38.108Z | Downloaded signature v2.2.0 |
710 | 2025-01-28T16:59:38.108Z | Downloaded ecdsa v0.16.9 |
711 | 2025-01-28T16:59:38.108Z | Downloaded ref-cast-impl v1.0.23 |
712 | 2025-01-28T16:59:38.108Z | Downloaded secrecy v0.8.0 |
713 | 2025-01-28T16:59:38.108Z | Downloaded scrypt v0.11.0 |
714 | 2025-01-28T16:59:38.108Z | Downloaded sec1 v0.7.3 |
715 | 2025-01-28T16:59:38.109Z | Downloaded yoke v0.7.4 |
716 | 2025-01-28T16:59:38.109Z | Downloaded ref-cast v1.0.23 |
717 | 2025-01-28T16:59:38.109Z | Downloaded termcolor v1.4.1 |
718 | 2025-01-28T16:59:38.109Z | Downloaded dropshot_endpoint v0.12.0 |
719 | 2025-01-28T16:59:38.109Z | Downloaded synstructure v0.13.1 |
720 | 2025-01-28T16:59:38.109Z | Downloaded tungstenite v0.24.0 |
721 | 2025-01-28T16:59:38.109Z | Downloaded tiny-keccak v2.0.2 |
722 | 2025-01-28T16:59:38.115Z | Downloaded nu-ansi-term v0.50.1 |
723 | 2025-01-28T16:59:38.115Z | Downloaded hashlink v0.9.1 |
724 | 2025-01-28T16:59:38.115Z | Downloaded progenitor-impl v0.8.0 |
725 | 2025-01-28T16:59:38.120Z | Downloaded ff v0.13.0 |
726 | 2025-01-28T16:59:38.120Z | Downloaded zeroize v1.8.1 |
727 | 2025-01-28T16:59:38.120Z | Downloaded oso v0.27.3 |
728 | 2025-01-28T16:59:38.124Z | Downloaded num-rational v0.4.2 |
729 | 2025-01-28T16:59:38.124Z | Downloaded flume v0.11.1 |
730 | 2025-01-28T16:59:38.129Z | Downloaded pkcs8 v0.10.2 |
731 | 2025-01-28T16:59:38.132Z | Downloaded foreign-types v0.5.0 |
732 | 2025-01-28T16:59:38.132Z | Downloaded nodrop v0.1.14 |
733 | 2025-01-28T16:59:38.135Z | Downloaded foldhash v0.1.3 |
734 | 2025-01-28T16:59:38.135Z | Downloaded deranged v0.3.11 |
735 | 2025-01-28T16:59:38.138Z | Downloaded parking_lot_core v0.9.10 |
736 | 2025-01-28T16:59:38.140Z | Downloaded either v1.13.0 |
737 | 2025-01-28T16:59:38.140Z | Downloaded dunce v1.0.5 |
738 | 2025-01-28T16:59:38.143Z | Downloaded newtype-uuid v1.2.1 |
739 | 2025-01-28T16:59:38.143Z | Downloaded darling_core v0.20.10 |
740 | 2025-01-28T16:59:38.149Z | Downloaded peg v0.8.4 |
741 | 2025-01-28T16:59:38.152Z | Downloaded tokio-rustls v0.26.0 |
742 | 2025-01-28T16:59:38.155Z | Downloaded mio v1.0.2 |
743 | 2025-01-28T16:59:38.161Z | Downloaded primeorder v0.13.6 |
744 | 2025-01-28T16:59:38.164Z | Downloaded tracing-attributes v0.1.27 |
745 | 2025-01-28T16:59:38.167Z | Downloaded libxml v0.3.3 |
746 | 2025-01-28T16:59:38.172Z | Downloaded newline-converter v0.3.0 |
747 | 2025-01-28T16:59:38.175Z | Downloaded precomputed-hash v0.1.1 |
748 | 2025-01-28T16:59:38.175Z | Downloaded form_urlencoded v1.2.1 |
749 | 2025-01-28T16:59:38.178Z | Downloaded foreign-types-shared v0.3.1 |
750 | 2025-01-28T16:59:38.178Z | Downloaded tar v0.4.42 |
751 | 2025-01-28T16:59:38.181Z | Downloaded zopfli v0.8.1 |
752 | 2025-01-28T16:59:38.184Z | Downloaded sha1 v0.10.6 |
753 | 2025-01-28T16:59:38.186Z | Downloaded serde_urlencoded v0.7.1 |
754 | 2025-01-28T16:59:38.186Z | Downloaded der_derive v0.7.3 |
755 | 2025-01-28T16:59:38.189Z | Downloaded unicode-bidi v0.3.17 |
756 | 2025-01-28T16:59:38.194Z | Downloaded serde_repr v0.1.19 |
757 | 2025-01-28T16:59:38.194Z | Downloaded semver v0.1.20 |
758 | 2025-01-28T16:59:38.197Z | Downloaded sqlformat v0.2.6 |
759 | 2025-01-28T16:59:38.197Z | Downloaded num-complex v0.4.6 |
760 | 2025-01-28T16:59:38.202Z | Downloaded aes v0.8.4 |
761 | 2025-01-28T16:59:38.205Z | Downloaded subtle v2.6.1 |
762 | 2025-01-28T16:59:38.205Z | Downloaded unicase v2.7.0 |
763 | 2025-01-28T16:59:38.209Z | Downloaded unarray v0.1.4 |
764 | 2025-01-28T16:59:38.209Z | Downloaded heapless v0.7.17 |
765 | 2025-01-28T16:59:38.213Z | Downloaded vte_generate_state_changes v0.1.2 |
766 | 2025-01-28T16:59:38.213Z | Downloaded vsss-rs v3.3.4 |
767 | 2025-01-28T16:59:38.216Z | Downloaded rand_chacha v0.3.1 |
768 | 2025-01-28T16:59:38.221Z | Downloaded tokio-native-tls v0.3.1 |
769 | 2025-01-28T16:59:38.221Z | Downloaded try-lock v0.2.5 |
770 | 2025-01-28T16:59:38.226Z | Downloaded strum_macros v0.24.3 |
771 | 2025-01-28T16:59:38.226Z | Downloaded which v4.4.2 |
772 | 2025-01-28T16:59:38.226Z | Downloaded typify-macro v0.3.0 |
773 | 2025-01-28T16:59:38.231Z | Downloaded openssl-sys v0.9.103 |
774 | 2025-01-28T16:59:38.234Z | Downloaded wyz v0.5.1 |
775 | 2025-01-28T16:59:38.234Z | Downloaded pin-project-internal v1.1.6 |
776 | 2025-01-28T16:59:38.235Z | Downloaded itertools v0.12.1 |
777 | 2025-01-28T16:59:38.241Z | Downloaded num_threads v0.1.7 |
778 | 2025-01-28T16:59:38.245Z | Downloaded x509-cert v0.2.5 |
779 | 2025-01-28T16:59:38.249Z | Downloaded rustc-hash v1.1.0 |
780 | 2025-01-28T16:59:38.253Z | Downloaded toml v0.7.8 |
781 | 2025-01-28T16:59:38.256Z | Downloaded rustfmt-wrapper v0.2.1 |
782 | 2025-01-28T16:59:38.260Z | Downloaded predicates-core v1.0.8 |
783 | 2025-01-28T16:59:38.260Z | Downloaded spin v0.9.8 |
784 | 2025-01-28T16:59:38.263Z | Downloaded vte v0.11.1 |
785 | 2025-01-28T16:59:38.268Z | Downloaded idna v1.0.3 |
786 | 2025-01-28T16:59:38.271Z | Downloaded sqlparser_derive v0.2.2 |
787 | 2025-01-28T16:59:38.271Z | Downloaded shell-words v1.1.0 |
788 | 2025-01-28T16:59:38.271Z | Downloaded tokio-rustls v0.24.1 |
789 | 2025-01-28T16:59:38.274Z | Downloaded scopeguard v1.2.0 |
790 | 2025-01-28T16:59:38.278Z | Downloaded zip v0.6.6 |
791 | 2025-01-28T16:59:38.281Z | Downloaded parking_lot_core v0.8.6 |
792 | 2025-01-28T16:59:38.281Z | Downloaded crossterm v0.28.1 |
793 | 2025-01-28T16:59:38.293Z | Downloaded ssh-encoding v0.2.0 |
794 | 2025-01-28T16:59:38.296Z | Downloaded diesel_table_macro_syntax v0.2.0 |
795 | 2025-01-28T16:59:38.296Z | Downloaded yasna v0.5.2 |
796 | 2025-01-28T16:59:38.296Z | Downloaded defmt-parser v0.3.4 |
797 | 2025-01-28T16:59:38.296Z | Downloaded defmt-macros v0.3.9 |
798 | 2025-01-28T16:59:38.307Z | Downloaded funty v2.0.0 |
799 | 2025-01-28T16:59:38.310Z | Downloaded rayon-core v1.12.1 |
800 | 2025-01-28T16:59:38.310Z | Downloaded derive_builder_core v0.20.2 |
801 | 2025-01-28T16:59:38.310Z | Downloaded derive_builder v0.20.2 |
802 | 2025-01-28T16:59:38.315Z | Downloaded new_debug_unreachable v1.0.6 |
803 | 2025-01-28T16:59:38.317Z | Downloaded packed_struct v0.10.1 |
804 | 2025-01-28T16:59:38.317Z | Downloaded typed-path v0.9.3 |
805 | 2025-01-28T16:59:38.322Z | Downloaded proc-macro-crate v1.3.1 |
806 | 2025-01-28T16:59:38.327Z | Downloaded pbkdf2 v0.12.2 |
807 | 2025-01-28T16:59:38.332Z | Downloaded postgres-types v0.2.8 |
808 | 2025-01-28T16:59:38.332Z | Downloaded tinyvec_macros v0.1.1 |
809 | 2025-01-28T16:59:38.332Z | Downloaded hkdf v0.12.4 |
810 | 2025-01-28T16:59:38.335Z | Downloaded postgres-protocol v0.6.7 |
811 | 2025-01-28T16:59:38.335Z | Downloaded elliptic-curve v0.13.8 |
812 | 2025-01-28T16:59:38.338Z | Downloaded stable_deref_trait v1.2.0 |
813 | 2025-01-28T16:59:38.341Z | Downloaded slog-scope v4.4.0 |
814 | 2025-01-28T16:59:38.341Z | Downloaded rpassword v7.3.1 |
815 | 2025-01-28T16:59:38.345Z | Downloaded predicates-tree v1.0.11 |
816 | 2025-01-28T16:59:38.348Z | Downloaded pin-project-lite v0.2.14 |
817 | 2025-01-28T16:59:38.350Z | Downloaded postcard v1.0.10 |
818 | 2025-01-28T16:59:38.353Z | Downloaded ed25519-dalek v2.1.1 |
819 | 2025-01-28T16:59:38.358Z | Downloaded wait-timeout v0.2.0 |
820 | 2025-01-28T16:59:38.361Z | Downloaded tokio-tungstenite v0.21.0 |
821 | 2025-01-28T16:59:38.361Z | Downloaded term v0.7.0 |
822 | 2025-01-28T16:59:38.364Z | Downloaded test-strategy v0.3.1 |
823 | 2025-01-28T16:59:38.369Z | Downloaded path-slash v0.1.5 |
824 | 2025-01-28T16:59:38.371Z | Downloaded aho-corasick v1.1.3 |
825 | 2025-01-28T16:59:38.375Z | Downloaded tls_codec_derive v0.4.1 |
826 | 2025-01-28T16:59:38.378Z | Downloaded tls_codec v0.4.1 |
827 | 2025-01-28T16:59:38.383Z | Downloaded getrandom v0.2.15 |
828 | 2025-01-28T16:59:38.386Z | Downloaded write16 v1.0.0 |
829 | 2025-01-28T16:59:38.386Z | Downloaded tough v0.19.0 |
830 | 2025-01-28T16:59:38.392Z | Downloaded fatfs v0.3.6 |
831 | 2025-01-28T16:59:38.396Z | Downloaded password-hash v0.4.2 |
832 | 2025-01-28T16:59:38.399Z | Downloaded unicode_categories v0.1.1 |
833 | 2025-01-28T16:59:38.402Z | Downloaded waitgroup v0.1.2 |
834 | 2025-01-28T16:59:38.402Z | Downloaded psl-types v2.0.11 |
835 | 2025-01-28T16:59:38.405Z | Downloaded signal-hook-mio v0.2.4 |
836 | 2025-01-28T16:59:38.405Z | Downloaded signal-hook-registry v1.4.2 |
837 | 2025-01-28T16:59:38.408Z | Downloaded fallible-iterator v0.2.0 |
838 | 2025-01-28T16:59:38.408Z | Downloaded zone v0.1.8 |
839 | 2025-01-28T16:59:38.409Z | Downloaded zerofrom-derive v0.1.4 |
840 | 2025-01-28T16:59:38.413Z | Downloaded tui-tree-widget v0.22.0 |
841 | 2025-01-28T16:59:38.413Z | Downloaded thiserror-impl-no-std v2.0.2 |
842 | 2025-01-28T16:59:38.413Z | Downloaded supports-color v3.0.1 |
843 | 2025-01-28T16:59:38.413Z | Downloaded tokio-tungstenite v0.23.1 |
844 | 2025-01-28T16:59:38.416Z | Downloaded shlex v1.3.0 |
845 | 2025-01-28T16:59:38.419Z | Downloaded tokio-stream v0.1.16 |
846 | 2025-01-28T16:59:38.422Z | Downloaded der v0.7.9 |
847 | 2025-01-28T16:59:38.427Z | Downloaded openssl-macros v0.1.1 |
848 | 2025-01-28T16:59:38.430Z | Downloaded downcast v0.11.0 |
849 | 2025-01-28T16:59:38.430Z | Downloaded parse-size v1.1.0 |
850 | 2025-01-28T16:59:38.432Z | Downloaded diesel-dtrace v0.4.2 |
851 | 2025-01-28T16:59:38.432Z | Downloaded percent-encoding v2.3.1 |
852 | 2025-01-28T16:59:38.435Z | Downloaded tokio-rustls v0.25.0 |
853 | 2025-01-28T16:59:38.439Z | Downloaded slog-json v2.6.1 |
854 | 2025-01-28T16:59:38.439Z | Downloaded schemars_derive v0.8.21 |
855 | 2025-01-28T16:59:38.442Z | Downloaded pem v3.0.4 |
856 | 2025-01-28T16:59:38.443Z | Downloaded fs_extra v1.3.0 |
857 | 2025-01-28T16:59:38.445Z | Downloaded derive-where v1.2.7 |
858 | 2025-01-28T16:59:38.448Z | Downloaded headers v0.4.0 |
859 | 2025-01-28T16:59:38.453Z | Downloaded gethostname v0.5.0 |
860 | 2025-01-28T16:59:38.455Z | Downloaded native-tls v0.2.12 |
861 | 2025-01-28T16:59:38.458Z | Downloaded parking_lot v0.11.2 |
862 | 2025-01-28T16:59:38.461Z | Downloaded rustls-pemfile v1.0.4 |
863 | 2025-01-28T16:59:38.464Z | Downloaded time v0.3.36 |
864 | 2025-01-28T16:59:38.470Z | Downloaded structmeta-derive v0.3.0 |
865 | 2025-01-28T16:59:38.474Z | Downloaded unicode-xid v0.2.6 |
866 | 2025-01-28T16:59:38.480Z | Downloaded rustc-demangle v0.1.24 |
867 | 2025-01-28T16:59:38.480Z | Downloaded take_mut v0.2.2 |
868 | 2025-01-28T16:59:38.480Z | Downloaded whoami v1.5.2 |
869 | 2025-01-28T16:59:38.484Z | Downloaded hash32 v0.2.1 |
870 | 2025-01-28T16:59:38.484Z | Downloaded writeable v0.5.5 |
871 | 2025-01-28T16:59:38.484Z | Downloaded signal-hook v0.3.17 |
872 | 2025-01-28T16:59:38.487Z | Downloaded tokio-postgres v0.7.12 |
873 | 2025-01-28T16:59:38.491Z | Downloaded blake3 v1.5.4 |
874 | 2025-01-28T16:59:38.500Z | Downloaded opaque-debug v0.3.1 |
875 | 2025-01-28T16:59:38.502Z | Downloaded document-features v0.2.10 |
876 | 2025-01-28T16:59:38.505Z | Downloaded tap v1.0.1 |
877 | 2025-01-28T16:59:38.505Z | Downloaded num-iter v0.1.45 |
878 | 2025-01-28T16:59:38.505Z | Downloaded futures v0.3.31 |
879 | 2025-01-28T16:59:38.510Z | Downloaded rustls-pemfile v2.2.0 |
880 | 2025-01-28T16:59:38.512Z | Downloaded num-bigint-dig v0.8.4 |
881 | 2025-01-28T16:59:38.517Z | Downloaded fxhash v0.2.1 |
882 | 2025-01-28T16:59:38.520Z | Downloaded hyper v1.5.2 |
883 | 2025-01-28T16:59:38.526Z | Downloaded untrusted v0.9.0 |
884 | 2025-01-28T16:59:38.528Z | Downloaded untrusted v0.7.1 |
885 | 2025-01-28T16:59:38.531Z | Downloaded pkcs5 v0.7.1 |
886 | 2025-01-28T16:59:38.534Z | Downloaded unicode-normalization v0.1.24 |
887 | 2025-01-28T16:59:38.539Z | Downloaded num-derive v0.4.2 |
888 | 2025-01-28T16:59:38.541Z | Downloaded smf v0.2.3 |
889 | 2025-01-28T16:59:38.543Z | Downloaded radium v0.7.0 |
890 | 2025-01-28T16:59:38.544Z | Downloaded tabwriter v1.4.0 |
891 | 2025-01-28T16:59:38.547Z | Downloaded num-integer v0.1.46 |
892 | 2025-01-28T16:59:38.549Z | Downloaded r2d2 v0.8.10 |
893 | 2025-01-28T16:59:38.549Z | Downloaded smallvec v0.6.14 |
894 | 2025-01-28T16:59:38.552Z | Downloaded diesel_derives v2.2.3 |
895 | 2025-01-28T16:59:38.555Z | Downloaded hashbrown v0.12.3 |
896 | 2025-01-28T16:59:38.559Z | Downloaded rustyline v14.0.0 |
897 | 2025-01-28T16:59:38.565Z | Downloaded half v2.4.1 |
898 | 2025-01-28T16:59:38.568Z | Downloaded futures-task v0.3.31 |
899 | 2025-01-28T16:59:38.571Z | Downloaded embedded-io v0.4.0 |
900 | 2025-01-28T16:59:38.574Z | Downloaded futures-sink v0.3.31 |
901 | 2025-01-28T16:59:38.574Z | Downloaded hash32 v0.3.1 |
902 | 2025-01-28T16:59:38.577Z | Downloaded des v0.8.1 |
903 | 2025-01-28T16:59:38.577Z | Downloaded snafu-derive v0.8.5 |
904 | 2025-01-28T16:59:38.579Z | Downloaded nanorand v0.7.0 |
905 | 2025-01-28T16:59:38.583Z | Downloaded thiserror v2.0.11 |
906 | 2025-01-28T16:59:38.586Z | Downloaded env_filter v0.1.2 |
907 | 2025-01-28T16:59:38.588Z | Downloaded dsl_auto_type v0.1.2 |
908 | 2025-01-28T16:59:38.591Z | Downloaded smallvec v1.13.2 |
909 | 2025-01-28T16:59:38.594Z | Downloaded rusqlite v0.32.1 |
910 | 2025-01-28T16:59:38.599Z | Downloaded omicron-zone-package v0.12.0 |
911 | 2025-01-28T16:59:38.602Z | Downloaded resolv-conf v0.7.0 |
912 | 2025-01-28T16:59:38.604Z | Downloaded rsa v0.9.6 |
913 | 2025-01-28T16:59:38.610Z | Downloaded lalrpop v0.19.12 |
914 | 2025-01-28T16:59:38.622Z | Downloaded schemars v0.8.21 |
915 | 2025-01-28T16:59:38.636Z | Downloaded zerocopy-derive v0.8.10 |
916 | 2025-01-28T16:59:38.641Z | Downloaded reedline v0.35.0 |
917 | 2025-01-28T16:59:38.651Z | Downloaded diff v0.1.13 |
918 | 2025-01-28T16:59:38.653Z | Downloaded unicode-properties v0.1.3 |
919 | 2025-01-28T16:59:38.656Z | Downloaded icu_properties_data v1.5.0 |
920 | 2025-01-28T16:59:38.667Z | Downloaded rayon v1.10.0 |
921 | 2025-01-28T16:59:38.677Z | Downloaded tungstenite v0.23.0 |
922 | 2025-01-28T16:59:38.681Z | Downloaded chrono v0.4.39 |
923 | 2025-01-28T16:59:38.689Z | Downloaded p256 v0.13.2 |
924 | 2025-01-28T16:59:38.692Z | Downloaded snafu v0.8.5 |
925 | 2025-01-28T16:59:38.699Z | Downloaded rustls-webpki v0.102.8 |
926 | 2025-01-28T16:59:38.720Z | Downloaded url v2.5.3 |
927 | 2025-01-28T16:59:38.723Z | Downloaded p521 v0.13.3 |
928 | 2025-01-28T16:59:38.726Z | Downloaded rustls-webpki v0.101.7 |
929 | 2025-01-28T16:59:38.741Z | Downloaded russh-keys v0.45.0 |
930 | 2025-01-28T16:59:38.744Z | Downloaded qorb v0.2.1 |
931 | 2025-01-28T16:59:38.747Z | Downloaded publicsuffix v2.3.0 |
932 | 2025-01-28T16:59:38.749Z | Downloaded parse-zoneinfo v0.3.1 |
933 | 2025-01-28T16:59:38.752Z | Downloaded zerovec v0.10.4 |
934 | 2025-01-28T16:59:38.759Z | Downloaded rand v0.8.5 |
935 | 2025-01-28T16:59:38.763Z | Downloaded hashbrown v0.14.5 |
936 | 2025-01-28T16:59:38.768Z | Downloaded proptest v1.5.0 |
937 | 2025-01-28T16:59:38.778Z | Downloaded quinn v0.11.5 |
938 | 2025-01-28T16:59:38.781Z | Downloaded bitvec v1.0.1 |
939 | 2025-01-28T16:59:38.798Z | Downloaded sqlparser v0.45.0 |
940 | 2025-01-28T16:59:38.806Z | Downloaded h2 v0.4.6 |
941 | 2025-01-28T16:59:38.812Z | Downloaded git2 v0.19.0 |
942 | 2025-01-28T16:59:38.819Z | Downloaded expectorate v1.1.0 |
943 | 2025-01-28T16:59:38.822Z | Downloaded ssh-key v0.6.6 |
944 | 2025-01-28T16:59:38.833Z | Downloaded unicode-segmentation v1.12.0 |
945 | 2025-01-28T16:59:38.836Z | Downloaded vcpkg v0.2.15 |
946 | 2025-01-28T16:59:38.872Z | Downloaded hashbrown v0.13.2 |
947 | 2025-01-28T16:59:38.875Z | Downloaded tokio-util v0.7.12 |
948 | 2025-01-28T16:59:38.882Z | Downloaded winnow v0.5.40 |
949 | 2025-01-28T16:59:38.891Z | Downloaded salty v0.3.0 |
950 | 2025-01-28T16:59:38.898Z | Downloaded hickory-proto v0.24.2 |
951 | 2025-01-28T16:59:38.914Z | Downloaded polar-core v0.27.3 |
952 | 2025-01-28T16:59:38.924Z | Downloaded portable-atomic v1.9.0 |
953 | 2025-01-28T16:59:38.931Z | Downloaded petname v2.0.2 |
954 | 2025-01-28T16:59:38.938Z | Downloaded zerocopy v0.8.10 |
955 | 2025-01-28T16:59:38.989Z | Downloaded openssl v0.10.66 |
956 | 2025-01-28T16:59:39.002Z | Downloaded p384 v0.13.0 |
957 | 2025-01-28T16:59:39.009Z | Downloaded dropshot v0.12.0 |
958 | 2025-01-28T16:59:39.031Z | Downloaded nix v0.28.0 |
959 | 2025-01-28T16:59:39.042Z | Downloaded regex v1.11.1 |
960 | 2025-01-28T16:59:39.054Z | Downloaded reqwest v0.12.9 |
961 | 2025-01-28T16:59:39.063Z | Downloaded bstr v1.10.0 |
962 | 2025-01-28T16:59:39.073Z | Downloaded regex-syntax v0.8.5 |
963 | 2025-01-28T16:59:39.081Z | Downloaded quinn-proto v0.11.8 |
964 | 2025-01-28T16:59:39.088Z | Downloaded chrono-tz v0.10.1 |
965 | 2025-01-28T16:59:39.095Z | Downloaded regex-syntax v0.6.29 |
966 | 2025-01-28T16:59:39.102Z | Downloaded nix v0.27.1 |
967 | 2025-01-28T16:59:39.113Z | Downloaded radix_trie v0.2.1 |
968 | 2025-01-28T16:59:39.119Z | Downloaded unicode-width v0.2.0 |
969 | 2025-01-28T16:59:39.124Z | Downloaded diesel v2.2.6 |
970 | 2025-01-28T16:59:39.144Z | Downloaded object v0.36.5 |
971 | 2025-01-28T16:59:39.155Z | Downloaded typify-impl v0.2.0 |
972 | 2025-01-28T16:59:39.168Z | Downloaded openapiv3 v2.0.0 |
973 | 2025-01-28T16:59:39.180Z | Downloaded rustls v0.22.4 |
974 | 2025-01-28T16:59:39.193Z | Downloaded dropshot v0.15.1 |
975 | 2025-01-28T16:59:39.216Z | Downloaded ratatui v0.28.1 |
976 | 2025-01-28T16:59:39.235Z | Downloaded regress v0.9.1 |
977 | 2025-01-28T16:59:39.242Z | Downloaded rustls v0.23.19 |
978 | 2025-01-28T16:59:39.255Z | Downloaded nix v0.29.0 |
979 | 2025-01-28T16:59:39.266Z | Downloaded rustls v0.21.12 |
980 | 2025-01-28T16:59:39.278Z | Downloaded sled v0.34.7 |
981 | 2025-01-28T16:59:39.288Z | Downloaded smoltcp v0.11.0 |
982 | 2025-01-28T16:59:39.300Z | Downloaded regress v0.10.1 |
983 | 2025-01-28T16:59:39.311Z | Downloaded zerocopy-derive v0.6.6 |
984 | 2025-01-28T16:59:39.318Z | Downloaded typify-impl v0.3.0 |
985 | 2025-01-28T16:59:39.332Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
986 | 2025-01-28T16:59:39.344Z | Downloaded regex-automata v0.4.8 |
987 | 2025-01-28T16:59:39.362Z | Downloaded lzma-sys v0.1.20 |
988 | 2025-01-28T16:59:39.388Z | Downloaded webpki-roots v0.26.6 |
989 | 2025-01-28T16:59:39.391Z | Downloaded gimli v0.31.1 |
990 | 2025-01-28T16:59:39.399Z | Downloaded smoltcp v0.9.1 |
991 | 2025-01-28T16:59:39.410Z | Downloaded curve25519-dalek v4.1.3 |
992 | 2025-01-28T16:59:39.418Z | Downloaded object v0.30.4 |
993 | 2025-01-28T16:59:39.428Z | Downloaded libz-sys v1.1.20 |
994 | 2025-01-28T16:59:39.449Z | Downloaded petgraph v0.6.5 |
995 | 2025-01-28T16:59:39.466Z | Downloaded bindgen v0.69.5 |
996 | 2025-01-28T16:59:39.474Z | Downloaded serde_with v3.11.0 |
997 | 2025-01-28T16:59:39.482Z | Downloaded futures-util v0.3.31 |
998 | 2025-01-28T16:59:39.495Z | Downloaded tokio v1.43.0 |
999 | 2025-01-28T16:59:39.533Z | Downloaded csv v1.3.1 |
1000 | 2025-01-28T16:59:39.551Z | Downloaded tungstenite v0.21.0 |
1001 | 2025-01-28T16:59:39.554Z | Downloaded quick-xml v0.33.0 |
1002 | 2025-01-28T16:59:39.560Z | Downloaded aws-lc-rs v1.10.0 |
1003 | 2025-01-28T16:59:39.569Z | Downloaded rfc6979 v0.4.0 |
1004 | 2025-01-28T16:59:39.572Z | Downloaded sha3 v0.10.8 |
1005 | 2025-01-28T16:59:39.575Z | Downloaded parking_lot v0.12.3 |
1006 | 2025-01-28T16:59:39.578Z | Downloaded flate2 v1.0.35 |
1007 | 2025-01-28T16:59:39.582Z | Downloaded socket2 v0.5.7 |
1008 | 2025-01-28T16:59:39.585Z | Downloaded prettyplease v0.2.25 |
1009 | 2025-01-28T16:59:39.589Z | Downloaded num-traits v0.2.19 |
1010 | 2025-01-28T16:59:39.592Z | Downloaded peg-macros v0.8.4 |
1011 | 2025-01-28T16:59:39.596Z | Downloaded dirs-next v2.0.0 |
1012 | 2025-01-28T16:59:39.596Z | Downloaded difflib v0.4.0 |
1013 | 2025-01-28T16:59:39.596Z | Downloaded structmeta-derive v0.2.0 |
1014 | 2025-01-28T16:59:39.599Z | Downloaded structmeta v0.3.0 |
1015 | 2025-01-28T16:59:39.599Z | Downloaded parse-display-derive v0.10.0 |
1016 | 2025-01-28T16:59:39.599Z | Downloaded scheduled-thread-pool v0.2.7 |
1017 | 2025-01-28T16:59:39.599Z | Downloaded time-macros v0.2.18 |
1018 | 2025-01-28T16:59:39.602Z | Downloaded ron v0.7.1 |
1019 | 2025-01-28T16:59:39.607Z | Downloaded zip v2.1.3 |
1020 | 2025-01-28T16:59:39.610Z | Downloaded zerofrom v0.1.4 |
1021 | 2025-01-28T16:59:39.623Z | Downloaded unicode-truncate v1.1.0 |
1022 | 2025-01-28T16:59:39.623Z | Downloaded salsa20 v0.10.2 |
1023 | 2025-01-28T16:59:39.628Z | Downloaded pin-utils v0.1.0 |
1024 | 2025-01-28T16:59:39.628Z | Downloaded paste v1.0.15 |
1025 | 2025-01-28T16:59:39.628Z | Downloaded pkcs1 v0.7.5 |
1026 | 2025-01-28T16:59:39.628Z | Downloaded password-hash v0.5.0 |
1027 | 2025-01-28T16:59:39.628Z | Downloaded enum-as-inner v0.6.1 |
1028 | 2025-01-28T16:59:39.628Z | Downloaded walkdir v2.5.0 |
1029 | 2025-01-28T16:59:39.628Z | Downloaded universal-hash v0.5.1 |
1030 | 2025-01-28T16:59:39.628Z | Downloaded thiserror-impl v2.0.11 |
1031 | 2025-01-28T16:59:39.628Z | Downloaded futures-macro v0.3.31 |
1032 | 2025-01-28T16:59:39.632Z | Downloaded futures-io v0.3.31 |
1033 | 2025-01-28T16:59:39.633Z | Downloaded fragile v2.0.0 |
1034 | 2025-01-28T16:59:39.633Z | Downloaded fallible-iterator v0.3.0 |
1035 | 2025-01-28T16:59:39.633Z | Downloaded nom v7.1.3 |
1036 | 2025-01-28T16:59:39.635Z | Downloaded samael v0.0.17 |
1037 | 2025-01-28T16:59:39.641Z | Downloaded itertools v0.13.0 |
1038 | 2025-01-28T16:59:39.648Z | Downloaded tracing v0.1.40 |
1039 | 2025-01-28T16:59:39.653Z | Downloaded steno v0.4.1 |
1040 | 2025-01-28T16:59:39.659Z | Downloaded num-bigint v0.4.6 |
1041 | 2025-01-28T16:59:39.662Z | Downloaded toml_edit v0.19.15 |
1042 | 2025-01-28T16:59:39.678Z | Downloaded env_logger v0.11.5 |
1043 | 2025-01-28T16:59:39.682Z | Downloaded defmt v0.3.8 |
1044 | 2025-01-28T16:59:39.685Z | Downloaded tracing-core v0.1.32 |
1045 | 2025-01-28T16:59:39.687Z | Downloaded slog-term v2.9.1 |
1046 | 2025-01-28T16:59:39.690Z | Downloaded subprocess v0.2.9 |
1047 | 2025-01-28T16:59:39.693Z | Downloaded olpc-cjson v0.1.4 |
1048 | 2025-01-28T16:59:39.693Z | Downloaded ghash v0.5.1 |
1049 | 2025-01-28T16:59:39.698Z | Downloaded russh v0.45.0 |
1050 | 2025-01-28T16:59:39.703Z | Downloaded rustls-pki-types v1.10.0 |
1051 | 2025-01-28T16:59:39.706Z | Downloaded unsafe-libyaml v0.2.11 |
1052 | 2025-01-28T16:59:39.708Z | Downloaded pin-project v1.1.6 |
1053 | 2025-01-28T16:59:39.720Z | Downloaded tinyvec v1.8.0 |
1054 | 2025-01-28T16:59:39.723Z | Downloaded encoding_rs v0.8.34 |
1055 | 2025-01-28T16:59:39.746Z | Downloaded utf-8 v0.7.6 |
1056 | 2025-01-28T16:59:39.749Z | Downloaded env_logger v0.10.2 |
1057 | 2025-01-28T16:59:39.749Z | Downloaded zerocopy v0.6.6 |
1058 | 2025-01-28T16:59:39.752Z | Downloaded aes-gcm v0.10.3 |
1059 | 2025-01-28T16:59:39.756Z | Downloaded slog-stdlog v4.1.1 |
1060 | 2025-01-28T16:59:39.760Z | Downloaded strum_macros v0.26.4 |
1061 | 2025-01-28T16:59:39.760Z | Downloaded itertools v0.10.5 |
1062 | 2025-01-28T16:59:39.765Z | Downloaded vergen v8.3.2 |
1063 | 2025-01-28T16:59:39.768Z | Downloaded ppv-lite86 v0.2.20 |
1064 | 2025-01-28T16:59:39.771Z | Downloaded powerfmt v0.2.0 |
1065 | 2025-01-28T16:59:39.771Z | Downloaded fd-lock v4.0.2 |
1066 | 2025-01-28T16:59:39.773Z | Downloaded fallible-streaming-iterator v0.1.9 |
1067 | 2025-01-28T16:59:39.773Z | Downloaded packed_struct_codegen v0.10.1 |
1068 | 2025-01-28T16:59:39.776Z | Downloaded num_enum_derive v0.5.11 |
1069 | 2025-01-28T16:59:39.776Z | Downloaded num_enum v0.5.11 |
1070 | 2025-01-28T16:59:39.780Z | Downloaded quinn-udp v0.5.5 |
1071 | 2025-01-28T16:59:39.782Z | Downloaded typify-macro v0.2.0 |
1072 | 2025-01-28T16:59:39.784Z | Downloaded libm v0.2.8 |
1073 | 2025-01-28T16:59:39.790Z | Downloaded phf_shared v0.11.2 |
1074 | 2025-01-28T16:59:39.793Z | Downloaded displaydoc v0.2.5 |
1075 | 2025-01-28T16:59:39.796Z | Downloaded derive_more v0.99.18 |
1076 | 2025-01-28T16:59:39.800Z | Downloaded phf_codegen v0.11.2 |
1077 | 2025-01-28T16:59:39.803Z | Downloaded slog v2.7.0 |
1078 | 2025-01-28T16:59:39.805Z | Downloaded progenitor-impl v0.9.1 |
1079 | 2025-01-28T16:59:39.807Z | Downloaded newtype_derive v0.1.6 |
1080 | 2025-01-28T16:59:39.810Z | Downloaded slab v0.4.9 |
1081 | 2025-01-28T16:59:39.810Z | Downloaded progenitor-macro v0.9.1 |
1082 | 2025-01-28T16:59:39.815Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1083 | 2025-01-28T16:59:39.871Z | Downloaded progenitor-macro v0.8.0 |
1084 | 2025-01-28T16:59:39.874Z | Downloaded progenitor v0.8.0 |
1085 | 2025-01-28T16:59:39.874Z | Downloaded ron v0.8.1 |
1086 | 2025-01-28T16:59:39.879Z | Downloaded foreign-types v0.3.2 |
1087 | 2025-01-28T16:59:39.880Z | Downloaded parse-display v0.10.0 |
1088 | 2025-01-28T16:59:39.880Z | Downloaded polyval v0.6.2 |
1089 | 2025-01-28T16:59:39.883Z | Downloaded serde_yaml v0.9.34+deprecated |
1090 | 2025-01-28T16:59:39.887Z | Downloaded crossbeam-channel v0.5.13 |
1091 | 2025-01-28T16:59:39.890Z | Downloaded bumpalo v3.16.0 |
1092 | 2025-01-28T16:59:39.893Z | Downloaded base64 v0.22.1 |
1093 | 2025-01-28T16:59:39.897Z | Downloaded indicatif v0.17.9 |
1094 | 2025-01-28T16:59:39.900Z | Downloaded rcgen v0.12.1 |
1095 | 2025-01-28T16:59:39.903Z | Downloaded icu_collections v1.5.0 |
1096 | 2025-01-28T16:59:39.910Z | Downloaded display-error-chain v0.2.2 |
1097 | 2025-01-28T16:59:39.912Z | Downloaded zerovec-derive v0.10.3 |
1098 | 2025-01-28T16:59:39.912Z | Downloaded value-bag v1.9.0 |
1099 | 2025-01-28T16:59:39.917Z | Downloaded dyn-clone v1.0.17 |
1100 | 2025-01-28T16:59:39.919Z | Downloaded utf8_iter v1.0.4 |
1101 | 2025-01-28T16:59:39.920Z | Downloaded utf16_iter v1.0.5 |
1102 | 2025-01-28T16:59:39.920Z | Downloaded poly1305 v0.8.0 |
1103 | 2025-01-28T16:59:39.922Z | Downloaded pem-rfc7468 v0.7.0 |
1104 | 2025-01-28T16:59:39.925Z | Downloaded thiserror-no-std v2.0.2 |
1105 | 2025-01-28T16:59:39.927Z | Downloaded static_assertions v1.1.0 |
1106 | 2025-01-28T16:59:39.930Z | Downloaded hickory-resolver v0.24.2 |
1107 | 2025-01-28T16:59:39.932Z | Downloaded rand_xorshift v0.3.0 |
1108 | 2025-01-28T16:59:39.935Z | Downloaded progenitor v0.9.1 |
1109 | 2025-01-28T16:59:39.935Z | Downloaded owo-colors v4.1.0 |
1110 | 2025-01-28T16:59:39.937Z | Downloaded globset v0.4.15 |
1111 | 2025-01-28T16:59:39.940Z | Downloaded futures-channel v0.3.31 |
1112 | 2025-01-28T16:59:39.940Z | Downloaded serde_plain v1.0.2 |
1113 | 2025-01-28T16:59:39.943Z | Downloaded serde_path_to_error v0.1.16 |
1114 | 2025-01-28T16:59:39.945Z | Downloaded float-cmp v0.9.0 |
1115 | 2025-01-28T16:59:39.945Z | Downloaded allocator-api2 v0.2.18 |
1116 | 2025-01-28T16:59:39.948Z | Downloaded icu_provider v1.5.0 |
1117 | 2025-01-28T16:59:39.951Z | Downloaded serde_with_macros v3.11.0 |
1118 | 2025-01-28T16:59:39.954Z | Downloaded miniz_oxide v0.8.0 |
1119 | 2025-01-28T16:59:39.957Z | Downloaded xattr v1.3.1 |
1120 | 2025-01-28T16:59:39.960Z | Downloaded xz2 v0.1.7 |
1121 | 2025-01-28T16:59:39.960Z | Downloaded phf_shared v0.10.0 |
1122 | 2025-01-28T16:59:39.963Z | Downloaded openssl-probe v0.1.5 |
1123 | 2025-01-28T16:59:39.963Z | Downloaded termios v0.3.3 |
1124 | 2025-01-28T16:59:39.966Z | Downloaded termtree v0.5.1 |
1125 | 2025-01-28T16:59:39.966Z | Downloaded mockall_derive v0.13.0 |
1126 | 2025-01-28T16:59:39.968Z | Downloaded icu_locid_transform_data v1.5.0 |
1127 | 2025-01-28T16:59:39.968Z | Downloaded string_cache v0.8.7 |
1128 | 2025-01-28T16:59:39.971Z | Downloaded crossbeam-epoch v0.9.18 |
1129 | 2025-01-28T16:59:39.974Z | Downloaded icu_locid v1.5.0 |
1130 | 2025-01-28T16:59:39.977Z | Downloaded rustc_version v0.1.7 |
1131 | 2025-01-28T16:59:39.980Z | Downloaded indexmap v1.9.3 |
1132 | 2025-01-28T16:59:39.983Z | Downloaded icu_normalizer v1.5.0 |
1133 | 2025-01-28T16:59:39.985Z | Downloaded crc-any v2.5.0 |
1134 | 2025-01-28T16:59:39.988Z | Downloaded endian-type v0.1.2 |
1135 | 2025-01-28T16:59:39.990Z | Downloaded cookie v0.18.1 |
1136 | 2025-01-28T16:59:39.993Z | Downloaded blake2 v0.10.6 |
1137 | 2025-01-28T16:59:39.993Z | Downloaded lalrpop-util v0.19.12 |
1138 | 2025-01-28T16:59:39.995Z | Downloaded httparse v1.9.5 |
1139 | 2025-01-28T16:59:39.998Z | Downloaded ahash v0.8.11 |
1140 | 2025-01-28T16:59:40.001Z | Downloaded iana-time-zone v0.1.61 |
1141 | 2025-01-28T16:59:40.004Z | Downloaded async-trait v0.1.85 |
1142 | 2025-01-28T16:59:40.006Z | Downloaded icu_locid_transform v1.5.0 |
1143 | 2025-01-28T16:59:40.009Z | Downloaded console v0.15.10 |
1144 | 2025-01-28T16:59:40.011Z | Downloaded chacha20 v0.9.1 |
1145 | 2025-01-28T16:59:40.014Z | Downloaded indoc v1.0.9 |
1146 | 2025-01-28T16:59:40.016Z | Downloaded hubpack v0.1.2 |
1147 | 2025-01-28T16:59:40.016Z | Downloaded bcs v0.1.6 |
1148 | 2025-01-28T16:59:40.019Z | Downloaded csv-core v0.1.11 |
1149 | 2025-01-28T16:59:40.019Z | Downloaded crc32fast v1.4.2 |
1150 | 2025-01-28T16:59:40.022Z | Downloaded crc v3.2.1 |
1151 | 2025-01-28T16:59:40.024Z | Downloaded ciborium v0.2.2 |
1152 | 2025-01-28T16:59:40.027Z | Downloaded backoff v0.4.0 |
1153 | 2025-01-28T16:59:40.029Z | Downloaded argon2 v0.5.3 |
1154 | 2025-01-28T16:59:40.032Z | Downloaded inout v0.1.3 |
1155 | 2025-01-28T16:59:40.033Z | Downloaded convert_case v0.4.0 |
1156 | 2025-01-28T16:59:40.036Z | Downloaded libsw v3.3.1 |
1157 | 2025-01-28T16:59:40.038Z | Downloaded libefi-sys v0.1.0 |
1158 | 2025-01-28T16:59:40.039Z | Downloaded idna_adapter v1.2.0 |
1159 | 2025-01-28T16:59:40.041Z | Downloaded ctr v0.9.2 |
1160 | 2025-01-28T16:59:40.041Z | Downloaded humantime v2.1.0 |
1161 | 2025-01-28T16:59:40.044Z | Downloaded constant_time_eq v0.3.1 |
1162 | 2025-01-28T16:59:40.044Z | Downloaded chrono-tz-build v0.4.0 |
1163 | 2025-01-28T16:59:40.046Z | Downloaded cassowary v0.3.0 |
1164 | 2025-01-28T16:59:40.046Z | Downloaded bitfield-struct v0.6.2 |
1165 | 2025-01-28T16:59:40.049Z | Downloaded bitflags v1.3.2 |
1166 | 2025-01-28T16:59:40.051Z | Downloaded base16ct v0.2.0 |
1167 | 2025-01-28T16:59:40.051Z | Downloaded cipher v0.4.4 |
1168 | 2025-01-28T16:59:40.054Z | Downloaded bit-set v0.5.3 |
1169 | 2025-01-28T16:59:40.054Z | Downloaded atomic-waker v1.1.2 |
1170 | 2025-01-28T16:59:40.057Z | Downloaded hex v0.4.3 |
1171 | 2025-01-28T16:59:40.057Z | Downloaded cbc v0.1.2 |
1172 | 2025-01-28T16:59:40.059Z | Downloaded buf-list v1.0.3 |
1173 | 2025-01-28T16:59:40.062Z | Downloaded blowfish v0.9.1 |
1174 | 2025-01-28T16:59:40.062Z | Downloaded assert_matches v1.5.0 |
1175 | 2025-01-28T16:59:40.064Z | Downloaded array-init v0.0.4 |
1176 | 2025-01-28T16:59:40.064Z | Downloaded aead v0.5.2 |
1177 | 2025-01-28T16:59:40.220Z | Downloaded ring v0.17.8 |
1178 | 2025-01-28T16:59:40.341Z | Downloaded libsqlite3-sys v0.30.1 |
1179 | 2025-01-28T16:59:40.503Z | Downloaded aws-lc-sys v0.22.0 |
1180 | 2025-01-28T16:59:40.812Z | Compiling serde v1.0.217 |
1181 | 2025-01-28T16:59:40.815Z | Compiling lock_api v0.4.12 |
1182 | 2025-01-28T16:59:40.815Z | Compiling value-bag v1.9.0 |
1183 | 2025-01-28T16:59:40.815Z | Compiling scopeguard v1.2.0 |
1184 | 2025-01-28T16:59:40.815Z | Compiling typenum v1.17.0 |
1185 | 2025-01-28T16:59:40.815Z | Compiling generic-array v0.14.7 |
1186 | 2025-01-28T16:59:41.003Z | Compiling syn v2.0.96 |
1187 | 2025-01-28T16:59:41.019Z | Compiling getrandom v0.2.15 |
1188 | 2025-01-28T16:59:41.108Z | Compiling subtle v2.6.1 |
1189 | 2025-01-28T16:59:41.343Z | Compiling rand_core v0.6.4 |
1190 | 2025-01-28T16:59:41.442Z | Compiling log v0.4.22 |
1191 | 2025-01-28T16:59:41.489Z | Compiling shlex v1.3.0 |
1192 | 2025-01-28T16:59:41.536Z | Compiling jobserver v0.1.32 |
1193 | 2025-01-28T16:59:41.554Z | Compiling smallvec v1.13.2 |
1194 | 2025-01-28T16:59:41.780Z | Compiling const-oid v0.9.6 |
1195 | 2025-01-28T16:59:41.847Z | Compiling pin-project-lite v0.2.14 |
1196 | 2025-01-28T16:59:41.883Z | Compiling rustix v0.38.37 |
1197 | 2025-01-28T16:59:41.920Z | Compiling cc v1.1.30 |
1198 | 2025-01-28T16:59:41.969Z | Compiling spin v0.9.8 |
1199 | 2025-01-28T16:59:42.198Z | Compiling parking_lot_core v0.9.10 |
1200 | 2025-01-28T16:59:42.353Z | Compiling futures-core v0.3.31 |
1201 | 2025-01-28T16:59:42.355Z | Compiling signal-hook-registry v1.4.2 |
1202 | 2025-01-28T16:59:42.585Z | Compiling mio v1.0.2 |
1203 | 2025-01-28T16:59:42.688Z | Compiling aho-corasick v1.1.3 |
1204 | 2025-01-28T16:59:43.096Z | Compiling parking_lot v0.12.3 |
1205 | 2025-01-28T16:59:43.195Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2025-01-28T16:59:43.235Z | Compiling either v1.13.0 |
1207 | 2025-01-28T16:59:43.316Z | Compiling regex-syntax v0.8.5 |
1208 | 2025-01-28T16:59:43.642Z | Compiling cpufeatures v0.2.14 |
1209 | 2025-01-28T16:59:43.645Z | Compiling glob v0.3.2 |
1210 | 2025-01-28T16:59:43.754Z | Compiling futures-sink v0.3.31 |
1211 | 2025-01-28T16:59:43.774Z | Compiling socket2 v0.5.7 |
1212 | 2025-01-28T16:59:43.912Z | Compiling slab v0.4.9 |
1213 | 2025-01-28T16:59:43.935Z | Compiling prettyplease v0.2.25 |
1214 | 2025-01-28T16:59:44.376Z | Compiling lazy_static v1.5.0 |
1215 | 2025-01-28T16:59:44.468Z | Compiling minimal-lexical v0.2.1 |
1216 | 2025-01-28T16:59:44.515Z | Compiling serde_json v1.0.135 |
1217 | 2025-01-28T16:59:44.607Z | Compiling clang-sys v1.8.1 |
1218 | 2025-01-28T16:59:44.865Z | Compiling libloading v0.8.5 |
1219 | 2025-01-28T16:59:44.994Z | Compiling nom v7.1.3 |
1220 | 2025-01-28T16:59:45.056Z | Compiling home v0.5.9 |
1221 | 2025-01-28T16:59:45.244Z | Compiling bindgen v0.69.5 |
1222 | 2025-01-28T16:59:45.324Z | Compiling futures-channel v0.3.31 |
1223 | 2025-01-28T16:59:45.758Z | Compiling itertools v0.12.1 |
1224 | 2025-01-28T16:59:45.803Z | Compiling libm v0.2.8 |
1225 | 2025-01-28T16:59:46.108Z | Compiling foldhash v0.1.3 |
1226 | 2025-01-28T16:59:46.131Z | Compiling futures-task v0.3.31 |
1227 | 2025-01-28T16:59:46.430Z | Compiling lazycell v1.3.0 |
1228 | 2025-01-28T16:59:46.451Z | Compiling pin-utils v0.1.0 |
1229 | 2025-01-28T16:59:46.558Z | Compiling allocator-api2 v0.2.18 |
1230 | 2025-01-28T16:59:46.608Z | Compiling rustc-hash v1.1.0 |
1231 | 2025-01-28T16:59:46.769Z | Compiling futures-io v0.3.31 |
1232 | 2025-01-28T16:59:47.085Z | Compiling regex-automata v0.4.8 |
1233 | 2025-01-28T16:59:47.327Z | Compiling hashbrown v0.15.1 |
1234 | 2025-01-28T16:59:47.562Z | Compiling cmake v0.1.51 |
1235 | 2025-01-28T16:59:48.364Z | Compiling synstructure v0.13.1 |
1236 | 2025-01-28T16:59:48.503Z | Compiling cexpr v0.6.0 |
1237 | 2025-01-28T16:59:48.646Z | Compiling num-traits v0.2.19 |
1238 | 2025-01-28T16:59:48.947Z | Compiling dunce v1.0.5 |
1239 | 2025-01-28T16:59:49.110Z | Compiling fs_extra v1.3.0 |
1240 | 2025-01-28T16:59:49.670Z | Compiling pkg-config v0.3.31 |
1241 | 2025-01-28T16:59:49.932Z | Compiling writeable v0.5.5 |
1242 | 2025-01-28T16:59:50.165Z | Compiling litemap v0.7.3 |
1243 | 2025-01-28T16:59:50.478Z | Compiling ring v0.17.8 |
1244 | 2025-01-28T16:59:50.549Z | Compiling paste v1.0.15 |
1245 | 2025-01-28T16:59:51.048Z | Compiling base64ct v1.6.0 |
1246 | 2025-01-28T16:59:51.257Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2025-01-28T16:59:51.294Z | Compiling icu_locid_transform_data v1.5.0 |
1248 | 2025-01-28T16:59:51.406Z | Compiling flagset v0.4.6 |
1249 | 2025-01-28T16:59:51.625Z | Compiling pem-rfc7468 v0.7.0 |
1250 | 2025-01-28T16:59:51.645Z | Compiling httparse v1.9.5 |
1251 | 2025-01-28T16:59:52.270Z | Compiling tracing-core v0.1.32 |
1252 | 2025-01-28T16:59:52.329Z | Compiling regex v1.11.1 |
1253 | 2025-01-28T16:59:52.710Z | Compiling percent-encoding v2.3.1 |
1254 | 2025-01-28T16:59:52.729Z | Compiling icu_properties_data v1.5.0 |
1255 | 2025-01-28T16:59:52.978Z | Compiling crossbeam-utils v0.8.20 |
1256 | 2025-01-28T16:59:52.994Z | Compiling rustls-pki-types v1.10.0 |
1257 | 2025-01-28T16:59:53.372Z | Compiling num-conv v0.1.0 |
1258 | 2025-01-28T16:59:53.513Z | Compiling write16 v1.0.0 |
1259 | 2025-01-28T16:59:53.609Z | Compiling serde_derive v1.0.217 |
1260 | 2025-01-28T16:59:53.628Z | Compiling zeroize_derive v1.4.2 |
1261 | 2025-01-28T16:59:53.653Z | Compiling zerocopy-derive v0.7.35 |
1262 | 2025-01-28T16:59:53.927Z | Compiling zerofrom-derive v0.1.4 |
1263 | 2025-01-28T16:59:53.946Z | Compiling tokio-macros v2.5.0 |
1264 | 2025-01-28T16:59:55.072Z | Compiling zeroize v1.8.1 |
1265 | 2025-01-28T16:59:55.450Z | Compiling yoke-derive v0.7.4 |
1266 | 2025-01-28T16:59:55.666Z | Compiling zerocopy v0.7.35 |
1267 | 2025-01-28T16:59:55.900Z | Compiling thiserror-impl v1.0.69 |
1268 | 2025-01-28T16:59:56.699Z | Compiling crypto-common v0.1.6 |
1269 | 2025-01-28T16:59:56.913Z | Compiling block-buffer v0.10.4 |
1270 | 2025-01-28T16:59:56.930Z | Compiling zerovec-derive v0.10.3 |
1271 | 2025-01-28T16:59:57.175Z | Compiling digest v0.10.7 |
1272 | 2025-01-28T16:59:57.425Z | Compiling zerofrom v0.1.4 |
1273 | 2025-01-28T16:59:57.454Z | Compiling displaydoc v0.2.5 |
1274 | 2025-01-28T16:59:57.625Z | Compiling hmac v0.12.1 |
1275 | 2025-01-28T16:59:57.649Z | Compiling futures-macro v0.3.31 |
1276 | 2025-01-28T16:59:57.873Z | Compiling block-padding v0.3.3 |
1277 | 2025-01-28T16:59:57.922Z | Compiling sha2 v0.10.8 |
1278 | 2025-01-28T16:59:58.121Z | Compiling inout v0.1.3 |
1279 | 2025-01-28T16:59:58.178Z | Compiling yoke v0.7.4 |
1280 | 2025-01-28T16:59:58.408Z | Compiling cipher v0.4.4 |
1281 | 2025-01-28T16:59:58.527Z | Compiling icu_provider_macros v1.5.0 |
1282 | 2025-01-28T16:59:58.738Z | Compiling thiserror v1.0.69 |
1283 | 2025-01-28T16:59:58.890Z | Compiling ppv-lite86 v0.2.20 |
1284 | 2025-01-28T16:59:58.909Z | Compiling der_derive v0.7.3 |
1285 | 2025-01-28T16:59:59.060Z | Compiling tracing-attributes v0.1.27 |
1286 | 2025-01-28T16:59:59.476Z | Compiling zerovec v0.10.4 |
1287 | 2025-01-28T16:59:59.514Z | Compiling futures-util v0.3.31 |
1288 | 2025-01-28T16:59:59.612Z | Compiling rand_chacha v0.3.1 |
1289 | 2025-01-28T16:59:59.666Z | Compiling pest v2.7.14 |
1290 | 2025-01-28T17:00:01.258Z | Compiling tinystr v0.7.6 |
1291 | 2025-01-28T17:00:01.514Z | Compiling der v0.7.9 |
1292 | 2025-01-28T17:00:01.544Z | Compiling icu_collections v1.5.0 |
1293 | 2025-01-28T17:00:01.646Z | Compiling icu_locid v1.5.0 |
1294 | 2025-01-28T17:00:01.834Z | Compiling rand v0.8.5 |
1295 | 2025-01-28T17:00:02.312Z | Compiling tracing v0.1.40 |
1296 | 2025-01-28T17:00:02.734Z | Compiling salsa20 v0.10.2 |
1297 | 2025-01-28T17:00:02.798Z | Compiling icu_provider v1.5.0 |
1298 | 2025-01-28T17:00:02.821Z | Compiling pbkdf2 v0.12.2 |
1299 | 2025-01-28T17:00:02.975Z | Compiling vcpkg v0.2.15 |
1300 | 2025-01-28T17:00:03.004Z | Compiling utf16_iter v1.0.5 |
1301 | 2025-01-28T17:00:03.225Z | Compiling untrusted v0.9.0 |
1302 | 2025-01-28T17:00:03.433Z | Compiling spki v0.7.3 |
1303 | 2025-01-28T17:00:03.721Z | Compiling icu_locid_transform v1.5.0 |
1304 | 2025-01-28T17:00:03.762Z | Compiling icu_normalizer_data v1.5.0 |
1305 | 2025-01-28T17:00:03.818Z | Compiling mirai-annotations v1.12.0 |
1306 | 2025-01-28T17:00:03.839Z | Compiling untrusted v0.7.1 |
1307 | 2025-01-28T17:00:03.876Z | Compiling utf8_iter v1.0.4 |
1308 | 2025-01-28T17:00:04.038Z | Compiling time-core v0.1.2 |
1309 | 2025-01-28T17:00:04.058Z | Compiling powerfmt v0.2.0 |
1310 | 2025-01-28T17:00:04.233Z | Compiling time-macros v0.2.18 |
1311 | 2025-01-28T17:00:04.450Z | Compiling deranged v0.3.11 |
1312 | 2025-01-28T17:00:04.484Z | Compiling scrypt v0.11.0 |
1313 | 2025-01-28T17:00:04.865Z | Compiling openssl-sys v0.9.103 |
1314 | 2025-01-28T17:00:04.889Z | Compiling pest_meta v2.7.14 |
1315 | 2025-01-28T17:00:05.001Z | Compiling icu_properties v1.5.1 |
1316 | 2025-01-28T17:00:05.896Z | Compiling aes v0.8.4 |
1317 | 2025-01-28T17:00:05.925Z | Compiling cbc v0.1.2 |
1318 | 2025-01-28T17:00:06.147Z | Compiling scroll_derive v0.12.0 |
1319 | 2025-01-28T17:00:06.610Z | Compiling bitflags v2.6.0 |
1320 | 2025-01-28T17:00:07.062Z | Compiling bytes v1.9.0 |
1321 | 2025-01-28T17:00:07.573Z | Compiling indexmap v2.7.0 |
1322 | 2025-01-28T17:00:07.594Z | Compiling semver v1.0.24 |
1323 | 2025-01-28T17:00:08.231Z | Compiling tokio v1.43.0 |
1324 | 2025-01-28T17:00:08.297Z | Compiling http v1.2.0 |
1325 | 2025-01-28T17:00:08.699Z | Compiling icu_normalizer v1.5.0 |
1326 | 2025-01-28T17:00:08.904Z | Compiling rustc_version v0.4.1 |
1327 | 2025-01-28T17:00:09.309Z | Compiling num_threads v0.1.7 |
1328 | 2025-01-28T17:00:09.459Z | Compiling atomic-waker v1.1.2 |
1329 | 2025-01-28T17:00:09.495Z | Compiling tinyvec_macros v0.1.1 |
1330 | 2025-01-28T17:00:09.605Z | Compiling tinyvec v1.8.0 |
1331 | 2025-01-28T17:00:09.662Z | Compiling idna_adapter v1.2.0 |
1332 | 2025-01-28T17:00:09.664Z | Compiling time v0.3.36 |
1333 | 2025-01-28T17:00:09.900Z | Compiling http-body v1.0.1 |
1334 | 2025-01-28T17:00:10.208Z | Compiling scroll v0.12.0 |
1335 | 2025-01-28T17:00:10.225Z | Compiling pkcs5 v0.7.1 |
1336 | 2025-01-28T17:00:10.549Z | Compiling pest_generator v2.7.14 |
1337 | 2025-01-28T17:00:10.651Z | Compiling form_urlencoded v1.2.1 |
1338 | 2025-01-28T17:00:10.731Z | Compiling slog v2.7.0 |
1339 | 2025-01-28T17:00:10.967Z | Compiling which v4.4.2 |
1340 | 2025-01-28T17:00:11.018Z | Compiling try-lock v0.2.5 |
1341 | 2025-01-28T17:00:11.192Z | Compiling want v0.3.1 |
1342 | 2025-01-28T17:00:11.238Z | Compiling goblin v0.8.2 |
1343 | 2025-01-28T17:00:11.452Z | Compiling pkcs8 v0.10.2 |
1344 | 2025-01-28T17:00:11.538Z | Compiling idna v1.0.3 |
1345 | 2025-01-28T17:00:12.101Z | Compiling uuid v1.12.0 |
1346 | 2025-01-28T17:00:12.124Z | Compiling httpdate v1.0.3 |
1347 | 2025-01-28T17:00:12.451Z | Compiling pest_derive v2.7.14 |
1348 | 2025-01-28T17:00:12.709Z | Compiling iana-time-zone v0.1.61 |
1349 | 2025-01-28T17:00:12.967Z | Compiling chrono v0.4.39 |
1350 | 2025-01-28T17:00:13.249Z | Compiling dtrace-parser v0.2.0 |
1351 | 2025-01-28T17:00:13.572Z | Compiling toml_datetime v0.6.8 |
1352 | 2025-01-28T17:00:13.833Z | Compiling serde_spanned v0.6.8 |
1353 | 2025-01-28T17:00:14.071Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2025-01-28T17:00:14.121Z | Compiling openssl v0.10.66 |
1355 | 2025-01-28T17:00:14.291Z | Compiling adler2 v2.0.0 |
1356 | 2025-01-28T17:00:14.538Z | Compiling match_cfg v0.1.0 |
1357 | 2025-01-28T17:00:14.556Z | Compiling rustversion v1.0.17 |
1358 | 2025-01-28T17:00:14.635Z | Compiling base64 v0.22.1 |
1359 | 2025-01-28T17:00:14.652Z | Compiling foreign-types-shared v0.1.1 |
1360 | 2025-01-28T17:00:14.782Z | Compiling tower-service v0.3.3 |
1361 | 2025-01-28T17:00:14.931Z | Compiling foreign-types v0.3.2 |
1362 | 2025-01-28T17:00:15.040Z | Compiling hostname v0.3.1 |
1363 | 2025-01-28T17:00:15.223Z | Compiling miniz_oxide v0.8.0 |
1364 | 2025-01-28T17:00:15.434Z | Compiling url v2.5.3 |
1365 | 2025-01-28T17:00:15.446Z | Compiling openssl-macros v0.1.1 |
1366 | 2025-01-28T17:00:16.067Z | Compiling async-trait v0.1.85 |
1367 | 2025-01-28T17:00:16.296Z | Compiling tokio-util v0.7.12 |
1368 | 2025-01-28T17:00:16.536Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2025-01-28T17:00:16.660Z | Compiling dirs-sys-next v0.1.2 |
1370 | 2025-01-28T17:00:17.040Z | Compiling dof v0.3.0 |
1371 | 2025-01-28T17:00:17.364Z | Compiling h2 v0.4.6 |
1372 | 2025-01-28T17:00:17.555Z | Compiling siphasher v0.3.11 |
1373 | 2025-01-28T17:00:17.932Z | Compiling usdt-impl v0.5.0 |
1374 | 2025-01-28T17:00:18.595Z | Compiling rustls v0.22.4 |
1375 | 2025-01-28T17:00:18.846Z | Compiling syn v1.0.109 |
1376 | 2025-01-28T17:00:18.869Z | Compiling rustls v0.23.19 |
1377 | 2025-01-28T17:00:18.888Z | Compiling data-encoding v2.6.0 |
1378 | 2025-01-28T17:00:19.209Z | Compiling schemars v0.8.21 |
1379 | 2025-01-28T17:00:19.241Z | Compiling native-tls v0.2.12 |
1380 | 2025-01-28T17:00:19.608Z | Compiling schemars_derive v0.8.21 |
1381 | 2025-01-28T17:00:19.628Z | Compiling dirs-next v2.0.0 |
1382 | 2025-01-28T17:00:20.644Z | Compiling unicode-normalization v0.1.24 |
1383 | 2025-01-28T17:00:20.940Z | Compiling http-body-util v0.1.2 |
1384 | 2025-01-28T17:00:21.100Z | Compiling heapless v0.7.17 |
1385 | 2025-01-28T17:00:21.451Z | Compiling crossbeam-epoch v0.9.18 |
1386 | 2025-01-28T17:00:21.529Z | Compiling signature v2.2.0 |
1387 | 2025-01-28T17:00:21.684Z | Compiling sha1 v0.10.6 |
1388 | 2025-01-28T17:00:21.760Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1389 | 2025-01-28T17:00:21.841Z | Compiling thread_local v1.1.8 |
1390 | 2025-01-28T17:00:22.130Z | Compiling encoding_rs v0.8.34 |
1391 | 2025-01-28T17:00:22.148Z | Compiling multer v3.1.0 |
1392 | 2025-01-28T17:00:22.232Z | Compiling cookie v0.18.1 |
1393 | 2025-01-28T17:00:22.340Z | Compiling openssl-probe v0.1.5 |
1394 | 2025-01-28T17:00:22.434Z | Compiling slog-async v2.8.0 |
1395 | 2025-01-28T17:00:22.524Z | Compiling unicode-bidi v0.3.17 |
1396 | 2025-01-28T17:00:22.645Z | Compiling ipnet v2.10.1 |
1397 | 2025-01-28T17:00:22.717Z | Compiling rayon-core v1.12.1 |
1398 | 2025-01-28T17:00:22.909Z | Compiling dyn-clone v1.0.17 |
1399 | 2025-01-28T17:00:23.005Z | Compiling signal-hook v0.3.17 |
1400 | 2025-01-28T17:00:23.152Z | Compiling unicode-properties v0.1.3 |
1401 | 2025-01-28T17:00:23.285Z | Compiling mime v0.3.17 |
1402 | 2025-01-28T17:00:23.553Z | Compiling gimli v0.31.1 |
1403 | 2025-01-28T17:00:23.735Z | Compiling stringprep v0.1.5 |
1404 | 2025-01-28T17:00:23.780Z | Compiling toml_edit v0.22.22 |
1405 | 2025-01-28T17:00:24.877Z | Compiling hyper v1.5.2 |
1406 | 2025-01-28T17:00:27.190Z | Compiling hyper-util v0.1.10 |
1407 | 2025-01-28T17:00:27.362Z | Compiling crossbeam-deque v0.8.5 |
1408 | 2025-01-28T17:00:27.572Z | Compiling usdt-attr-macro v0.5.0 |
1409 | 2025-01-28T17:00:27.677Z | Compiling usdt-macro v0.5.0 |
1410 | 2025-01-28T17:00:28.308Z | Compiling addr2line v0.24.2 |
1411 | 2025-01-28T17:00:28.438Z | Compiling term v0.7.0 |
1412 | 2025-01-28T17:00:28.986Z | Compiling slog-json v2.6.1 |
1413 | 2025-01-28T17:00:29.030Z | Compiling serde_urlencoded v0.7.1 |
1414 | 2025-01-28T17:00:29.104Z | Compiling curve25519-dalek v4.1.3 |
1415 | 2025-01-28T17:00:29.350Z | Compiling crossbeam-channel v0.5.13 |
1416 | 2025-01-28T17:00:29.564Z | Compiling futures-executor v0.3.31 |
1417 | 2025-01-28T17:00:29.754Z | Compiling enum-as-inner v0.6.1 |
1418 | 2025-01-28T17:00:29.784Z | Compiling md-5 v0.10.6 |
1419 | 2025-01-28T17:00:30.061Z | Compiling async-stream-impl v0.3.6 |
1420 | 2025-01-28T17:00:30.064Z | Compiling rustls-pemfile v2.2.0 |
1421 | 2025-01-28T17:00:30.064Z | Compiling num-integer v0.1.46 |
1422 | 2025-01-28T17:00:30.374Z | Compiling hash32 v0.2.1 |
1423 | 2025-01-28T17:00:30.394Z | Compiling ff v0.13.0 |
1424 | 2025-01-28T17:00:30.636Z | Compiling is-terminal v0.4.13 |
1425 | 2025-01-28T17:00:30.723Z | Compiling object v0.36.5 |
1426 | 2025-01-28T17:00:30.777Z | Compiling dropshot v0.12.0 |
1427 | 2025-01-28T17:00:30.795Z | Compiling take_mut v0.2.2 |
1428 | 2025-01-28T17:00:30.825Z | Compiling smoltcp v0.9.1 |
1429 | 2025-01-28T17:00:30.971Z | Compiling psl-types v2.0.11 |
1430 | 2025-01-28T17:00:31.077Z | Compiling anyhow v1.0.95 |
1431 | 2025-01-28T17:00:31.189Z | Compiling fallible-iterator v0.2.0 |
1432 | 2025-01-28T17:00:31.249Z | Compiling litrs v0.4.1 |
1433 | 2025-01-28T17:00:31.341Z | Compiling quick-error v1.2.3 |
1434 | 2025-01-28T17:00:31.432Z | Compiling portable-atomic v1.9.0 |
1435 | 2025-01-28T17:00:31.505Z | Compiling base16ct v0.2.0 |
1436 | 2025-01-28T17:00:31.649Z | Compiling utf-8 v0.7.6 |
1437 | 2025-01-28T17:00:31.827Z | Compiling linked-hash-map v0.5.6 |
1438 | 2025-01-28T17:00:31.861Z | Compiling num-bigint-dig v0.8.4 |
1439 | 2025-01-28T17:00:31.982Z | Compiling rustc-demangle v0.1.24 |
1440 | 2025-01-28T17:00:32.160Z | Compiling lru-cache v0.1.2 |
1441 | 2025-01-28T17:00:32.211Z | Compiling tungstenite v0.24.0 |
1442 | 2025-01-28T17:00:32.377Z | Compiling postgres-protocol v0.6.7 |
1443 | 2025-01-28T17:00:32.415Z | Compiling document-features v0.2.10 |
1444 | 2025-01-28T17:00:32.433Z | Compiling sec1 v0.7.3 |
1445 | 2025-01-28T17:00:32.983Z | Compiling resolv-conf v0.7.0 |
1446 | 2025-01-28T17:00:33.360Z | Compiling async-stream v0.3.6 |
1447 | 2025-01-28T17:00:33.548Z | Compiling publicsuffix v2.3.0 |
1448 | 2025-01-28T17:00:33.683Z | Compiling hickory-proto v0.24.2 |
1449 | 2025-01-28T17:00:33.708Z | Compiling slog-term v2.9.1 |
1450 | 2025-01-28T17:00:33.850Z | Compiling usdt v0.5.0 |
1451 | 2025-01-28T17:00:34.374Z | Compiling group v0.13.0 |
1452 | 2025-01-28T17:00:34.722Z | Compiling num-iter v0.1.45 |
1453 | 2025-01-28T17:00:34.742Z | Compiling futures v0.3.31 |
1454 | 2025-01-28T17:00:34.883Z | Compiling slog-bunyan v2.5.0 |
1455 | 2025-01-28T17:00:35.111Z | Compiling toml v0.8.19 |
1456 | 2025-01-28T17:00:36.090Z | Compiling camino v1.1.9 |
1457 | 2025-01-28T17:00:36.251Z | Compiling tokio-native-tls v0.3.1 |
1458 | 2025-01-28T17:00:36.564Z | Compiling phf_shared v0.11.2 |
1459 | 2025-01-28T17:00:36.623Z | Compiling dropshot_endpoint v0.12.0 |
1460 | 2025-01-28T17:00:36.931Z | Compiling terminal_size v0.4.0 |
1461 | 2025-01-28T17:00:36.964Z | Compiling waitgroup v0.1.2 |
1462 | 2025-01-28T17:00:37.157Z | Compiling openapiv3 v2.0.0 |
1463 | 2025-01-28T17:00:37.191Z | Compiling serde_path_to_error v0.1.16 |
1464 | 2025-01-28T17:00:37.390Z | Compiling backtrace v0.3.74 |
1465 | 2025-01-28T17:00:37.868Z | Compiling hkdf v0.12.4 |
1466 | 2025-01-28T17:00:37.949Z | Compiling crypto-bigint v0.5.5 |
1467 | 2025-01-28T17:00:38.142Z | Compiling curve25519-dalek-derive v0.1.1 |
1468 | 2025-01-28T17:00:39.654Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2025-01-28T17:00:40.446Z | Compiling webpki-roots v0.26.6 |
1470 | 2025-01-28T17:00:40.682Z | Compiling hostname v0.4.0 |
1471 | 2025-01-28T17:00:40.895Z | Compiling ahash v0.8.11 |
1472 | 2025-01-28T17:00:40.915Z | Compiling fs-err v2.11.0 |
1473 | 2025-01-28T17:00:41.184Z | Compiling hubpack_derive v0.1.1 |
1474 | 2025-01-28T17:00:41.208Z | Compiling crc32fast v1.4.2 |
1475 | 2025-01-28T17:00:41.228Z | Compiling newtype-uuid v1.2.1 |
1476 | 2025-01-28T17:00:41.248Z | Compiling bitflags v1.3.2 |
1477 | 2025-01-28T17:00:41.362Z | Compiling managed v0.8.0 |
1478 | 2025-01-28T17:00:41.512Z | Compiling winnow v0.5.40 |
1479 | 2025-01-28T17:00:41.532Z | Compiling debug-ignore v1.0.5 |
1480 | 2025-01-28T17:00:41.603Z | Compiling unicode-width v0.2.0 |
1481 | 2025-01-28T17:00:41.689Z | Compiling zerocopy v0.6.6 |
1482 | 2025-01-28T17:00:42.025Z | Compiling hubpack v0.1.2 |
1483 | 2025-01-28T17:00:42.142Z | Compiling console v0.15.10 |
1484 | 2025-01-28T17:00:42.405Z | Compiling strum_macros v0.25.3 |
1485 | 2025-01-28T17:00:42.443Z | Compiling clap_builder v4.5.27 |
1486 | 2025-01-28T17:00:42.966Z | Compiling flate2 v1.0.35 |
1487 | 2025-01-28T17:00:43.694Z | Compiling elliptic-curve v0.13.8 |
1488 | 2025-01-28T17:00:43.839Z | Compiling hickory-resolver v0.24.2 |
1489 | 2025-01-28T17:00:44.546Z | Compiling signal-hook-mio v0.2.4 |
1490 | 2025-01-28T17:00:44.724Z | Compiling toml_edit v0.19.15 |
1491 | 2025-01-28T17:00:44.745Z | Compiling phf v0.11.2 |
1492 | 2025-01-28T17:00:45.006Z | Compiling hyper-tls v0.6.0 |
1493 | 2025-01-28T17:00:45.033Z | Compiling rayon v1.10.0 |
1494 | 2025-01-28T17:00:45.409Z | Compiling cookie_store v0.21.1 |
1495 | 2025-01-28T17:00:46.189Z | Compiling bzip2 v0.4.4 |
1496 | 2025-01-28T17:00:46.847Z | Compiling tokio-tungstenite v0.24.0 |
1497 | 2025-01-28T17:00:47.378Z | Compiling postgres-types v0.2.8 |
1498 | 2025-01-28T17:00:49.432Z | Compiling ed25519 v2.2.3 |
1499 | 2025-01-28T17:00:49.817Z | Compiling phf_shared v0.10.0 |
1500 | 2025-01-28T17:00:49.977Z | Compiling tokio-stream v0.1.16 |
1501 | 2025-01-28T17:00:50.199Z | Compiling pkcs1 v0.7.5 |
1502 | 2025-01-28T17:00:50.663Z | Compiling serde-big-array v0.5.1 |
1503 | 2025-01-28T17:00:50.904Z | Compiling clap_derive v4.5.24 |
1504 | 2025-01-28T17:00:50.907Z | Compiling rfc6979 v0.4.0 |
1505 | 2025-01-28T17:00:51.124Z | Compiling derive-where v1.2.7 |
1506 | 2025-01-28T17:00:51.146Z | Compiling serde_repr v0.1.19 |
1507 | 2025-01-28T17:00:51.283Z | Compiling float-cmp v0.9.0 |
1508 | 2025-01-28T17:00:51.535Z | Compiling bstr v1.10.0 |
1509 | 2025-01-28T17:00:51.789Z | Compiling sync_wrapper v1.0.1 |
1510 | 2025-01-28T17:00:51.881Z | Compiling difflib v0.4.0 |
1511 | 2025-01-28T17:00:51.944Z | Compiling static_assertions v1.1.0 |
1512 | 2025-01-28T17:00:52.070Z | Compiling whoami v1.5.2 |
1513 | 2025-01-28T17:00:52.250Z | Compiling precomputed-hash v0.1.1 |
1514 | 2025-01-28T17:00:52.389Z | Compiling normalize-line-endings v0.3.0 |
1515 | 2025-01-28T17:00:52.581Z | Compiling bit-vec v0.6.3 |
1516 | 2025-01-28T17:00:52.646Z | Compiling new_debug_unreachable v1.0.6 |
1517 | 2025-01-28T17:00:52.759Z | Compiling fixedbitset v0.4.2 |
1518 | 2025-01-28T17:00:52.997Z | Compiling number_prefix v0.4.0 |
1519 | 2025-01-28T17:00:53.086Z | Compiling predicates-core v1.0.8 |
1520 | 2025-01-28T17:00:53.234Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2025-01-28T17:00:53.253Z | Compiling indicatif v0.17.9 |
1522 | 2025-01-28T17:00:53.282Z | Compiling petgraph v0.6.5 |
1523 | 2025-01-28T17:00:53.407Z | Compiling predicates v3.1.2 |
1524 | 2025-01-28T17:00:54.125Z | Compiling similar v2.6.0 |
1525 | 2025-01-28T17:00:54.396Z | Compiling bit-set v0.5.3 |
1526 | 2025-01-28T17:00:54.694Z | Compiling string_cache v0.8.7 |
1527 | 2025-01-28T17:00:54.984Z | Compiling tokio-postgres v0.7.12 |
1528 | 2025-01-28T17:00:55.119Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1529 | 2025-01-28T17:00:55.278Z | Compiling ecdsa v0.16.9 |
1530 | 2025-01-28T17:00:55.453Z | Compiling clap v4.5.27 |
1531 | 2025-01-28T17:00:55.587Z | Compiling rsa v0.9.6 |
1532 | 2025-01-28T17:00:56.120Z | Compiling ed25519-dalek v2.1.1 |
1533 | 2025-01-28T17:00:56.290Z | Compiling toml v0.7.8 |
1534 | 2025-01-28T17:00:56.910Z | Compiling zip v0.6.6 |
1535 | 2025-01-28T17:00:57.377Z | Compiling crossterm v0.28.1 |
1536 | 2025-01-28T17:00:58.790Z | Compiling hex v0.4.3 |
1537 | 2025-01-28T17:00:58.926Z | Compiling x509-cert v0.2.5 |
1538 | 2025-01-28T17:00:59.417Z | Compiling itertools v0.10.5 |
1539 | 2025-01-28T17:01:00.500Z | Compiling lalrpop-util v0.19.12 |
1540 | 2025-01-28T17:01:00.695Z | Compiling unicode-xid v0.2.6 |
1541 | 2025-01-28T17:01:00.727Z | Compiling peg-runtime v0.8.3 |
1542 | 2025-01-28T17:01:00.867Z | Compiling strum_macros v0.26.4 |
1543 | 2025-01-28T17:01:00.901Z | Compiling xattr v1.3.1 |
1544 | 2025-01-28T17:01:01.189Z | Compiling filetime v0.2.25 |
1545 | 2025-01-28T17:01:01.456Z | Compiling tar v0.4.42 |
1546 | 2025-01-28T17:01:05.544Z | Compiling strum v0.26.3 |
1547 | 2025-01-28T17:01:08.629Z | Compiling aws-lc-sys v0.22.0 |
1548 | 2025-01-28T17:01:36.376Z | Compiling rustls-webpki v0.102.8 |
1549 | 2025-01-28T17:01:39.641Z | Compiling tokio-rustls v0.25.0 |
1550 | 2025-01-28T17:01:41.369Z | Compiling tokio-rustls v0.26.0 |
1551 | 2025-01-28T17:01:41.714Z | Compiling hyper-rustls v0.27.3 |
1552 | 2025-01-28T17:01:41.967Z | Compiling reqwest v0.12.9 |
1553 | 2025-01-28T17:01:43.329Z | Compiling qorb v0.2.1 |
1554 | 2025-01-28T17:01:46.488Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1555 | 2025-01-28T17:01:46.743Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1556 | 2025-01-28T17:01:51.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1557 | 2025-01-28T17:01:51.480Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1558 | 2025-01-28T17:01:51.530Z | Jan 28 17:01:50.052 INFO Starting download, target: Cockroach |
1559 | 2025-01-28T17:01:51.530Z | Jan 28 17:01:50.052 INFO Starting download, target: Console |
1560 | 2025-01-28T17:01:51.530Z | Jan 28 17:01:50.052 INFO Starting download, target: Clickhouse |
1561 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.052 INFO Starting download, target: DendriteOpenapi |
1562 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.052 INFO Starting download, target: DendriteStub |
1563 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.052 INFO Starting download, target: MaghemiteMgd |
1564 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.052 INFO Starting download, target: TransceiverControl |
1565 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.053 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1566 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.053 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1567 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.053 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.053 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1569 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.053 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1570 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.053 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1571 | 2025-01-28T17:01:51.533Z | Jan 28 17:01:50.053 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1572 | 2025-01-28T17:01:51.747Z | Jan 28 17:01:50.245 INFO Download complete, target: DendriteOpenapi |
1573 | 2025-01-28T17:01:51.921Z | Jan 28 17:01:50.438 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1574 | 2025-01-28T17:01:52.133Z | Jan 28 17:01:50.653 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1575 | 2025-01-28T17:01:52.358Z | Jan 28 17:01:50.876 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1576 | 2025-01-28T17:01:52.485Z | Jan 28 17:01:51.006 INFO Download complete, target: Console |
1577 | 2025-01-28T17:01:52.573Z | Jan 28 17:01:51.093 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1578 | 2025-01-28T17:01:52.613Z | Jan 28 17:01:51.134 INFO Download complete, target: TransceiverControl |
1579 | 2025-01-28T17:01:53.202Z | Jan 28 17:01:51.711 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1580 | 2025-01-28T17:01:53.203Z | Jan 28 17:01:51.711 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1581 | 2025-01-28T17:01:53.601Z | Jan 28 17:01:52.113 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1582 | 2025-01-28T17:01:55.304Z | Jan 28 17:01:53.826 INFO Download complete, target: MaghemiteMgd |
1583 | 2025-01-28T17:01:55.524Z | Jan 28 17:01:54.046 INFO Download complete, target: DendriteStub |
1584 | 2025-01-28T17:02:00.837Z | Jan 28 17:01:59.358 INFO Checking that binary works, target: Cockroach |
1585 | 2025-01-28T17:02:00.998Z | Jan 28 17:01:59.519 INFO Download complete, target: Cockroach |
1586 | 2025-01-28T17:02:06.412Z | Jan 28 17:02:04.932 INFO Checking that binary works, target: Clickhouse |
1587 | 2025-01-28T17:02:06.584Z | Jan 28 17:02:05.104 INFO Download complete, target: Clickhouse |
1588 | 2025-01-28T17:02:06.605Z | All builder prerequisites installed successfully, and PATH looks valid |
1589 | 2025-01-28T17:02:06.608Z | |
1590 | 2025-01-28T17:02:06.608Z | real 5:04.951290187 |
1591 | 2025-01-28T17:02:06.608Z | user 15:47.240697652 |
1592 | 2025-01-28T17:02:06.608Z | sys 2:04.629881283 |
1593 | 2025-01-28T17:02:06.608Z | trap 0.572998409 |
1594 | 2025-01-28T17:02:06.608Z | tflt 1.394860964 |
1595 | 2025-01-28T17:02:06.608Z | dflt 1.697295675 |
1596 | 2025-01-28T17:02:06.608Z | kflt 0.027756408 |
1597 | 2025-01-28T17:02:06.608Z | lock 25:01.159324354 |
1598 | 2025-01-28T17:02:06.608Z | slp 55:39.076880703 |
1599 | 2025-01-28T17:02:06.608Z | lat 1:00.046883344 |
1600 | 2025-01-28T17:02:06.608Z | stop 2:25.724094830 |
1601 | 2025-01-28T17:02:06.608Z | + banner clippy |
1602 | 2025-01-28T17:02:06.611Z | |
1603 | 2025-01-28T17:02:06.611Z | #### # # ##### ##### # # |
1604 | 2025-01-28T17:02:06.611Z | # # # # # # # # # # |
1605 | 2025-01-28T17:02:06.611Z | # # # # # # # # |
1606 | 2025-01-28T17:02:06.611Z | # # # ##### ##### # |
1607 | 2025-01-28T17:02:06.611Z | # # # # # # # |
1608 | 2025-01-28T17:02:06.611Z | #### ###### # # # # |
1609 | 2025-01-28T17:02:06.611Z | |
1610 | 2025-01-28T17:02:06.611Z | + export CARGO_INCREMENTAL=0 |
1611 | 2025-01-28T17:02:06.612Z | + CARGO_INCREMENTAL=0 |
1612 | 2025-01-28T17:02:06.612Z | + ptime -m cargo xtask clippy |
1613 | 2025-01-28T17:02:07.145Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1614 | 2025-01-28T17:02:10.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
1615 | 2025-01-28T17:02:10.095Z | Running `target/debug/xtask clippy` |
1616 | 2025-01-28T17:02:10.117Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1617 | 2025-01-28T17:02:10.763Z | Downloading crates ... |
1618 | 2025-01-28T17:02:11.059Z | Downloaded approx v0.5.1 |
1619 | 2025-01-28T17:02:11.063Z | Downloaded anes v0.1.6 |
1620 | 2025-01-28T17:02:11.136Z | Downloaded async-io v2.3.4 |
1621 | 2025-01-28T17:02:11.141Z | Downloaded async-executor v1.13.1 |
1622 | 2025-01-28T17:02:11.144Z | Downloaded async-object-pool v0.1.5 |
1623 | 2025-01-28T17:02:11.147Z | Downloaded doc-comment v0.3.3 |
1624 | 2025-01-28T17:02:11.147Z | Downloaded async-channel v2.3.1 |
1625 | 2025-01-28T17:02:11.149Z | Downloaded async-attributes v1.1.2 |
1626 | 2025-01-28T17:02:11.153Z | Downloaded concurrent-queue v2.5.0 |
1627 | 2025-01-28T17:02:11.156Z | Downloaded guppy-workspace-hack v0.1.0 |
1628 | 2025-01-28T17:02:11.156Z | Downloaded escape8259 v0.5.3 |
1629 | 2025-01-28T17:02:11.156Z | Downloaded async-channel v1.9.0 |
1630 | 2025-01-28T17:02:11.159Z | Downloaded async-signal v0.2.10 |
1631 | 2025-01-28T17:02:11.162Z | Downloaded criterion-plot v0.5.0 |
1632 | 2025-01-28T17:02:11.165Z | Downloaded cast v0.3.0 |
1633 | 2025-01-28T17:02:11.168Z | Downloaded oorandom v11.1.4 |
1634 | 2025-01-28T17:02:11.168Z | Downloaded nested v0.1.1 |
1635 | 2025-01-28T17:02:11.168Z | Downloaded async-global-executor v2.4.1 |
1636 | 2025-01-28T17:02:11.171Z | Downloaded plotters-svg v0.3.7 |
1637 | 2025-01-28T17:02:11.179Z | Downloaded pathdiff v0.2.2 |
1638 | 2025-01-28T17:02:11.182Z | Downloaded indoc v2.0.5 |
1639 | 2025-01-28T17:02:11.185Z | Downloaded futures-timer v3.0.3 |
1640 | 2025-01-28T17:02:11.185Z | Downloaded datatest-stable v0.2.9 |
1641 | 2025-01-28T17:02:11.187Z | Downloaded event-listener v2.5.3 |
1642 | 2025-01-28T17:02:11.190Z | Downloaded futures-lite v2.3.0 |
1643 | 2025-01-28T17:02:11.190Z | Downloaded blocking v1.6.1 |
1644 | 2025-01-28T17:02:11.193Z | Downloaded async-task v4.7.1 |
1645 | 2025-01-28T17:02:11.195Z | Downloaded async-process v2.3.0 |
1646 | 2025-01-28T17:02:11.195Z | Downloaded piper v0.2.4 |
1647 | 2025-01-28T17:02:11.198Z | Downloaded parking v2.2.1 |
1648 | 2025-01-28T17:02:11.198Z | Downloaded proc-macro-crate v3.2.0 |
1649 | 2025-01-28T17:02:11.200Z | Downloaded num_cpus v1.16.0 |
1650 | 2025-01-28T17:02:11.203Z | Downloaded path-tree v0.8.1 |
1651 | 2025-01-28T17:02:11.203Z | Downloaded kv-log-macro v1.0.7 |
1652 | 2025-01-28T17:02:11.205Z | Downloaded assert-json-diff v2.0.2 |
1653 | 2025-01-28T17:02:11.222Z | Downloaded threadpool v1.8.1 |
1654 | 2025-01-28T17:02:11.225Z | Downloaded libtest-mimic v0.7.3 |
1655 | 2025-01-28T17:02:11.228Z | Downloaded event-listener v5.3.1 |
1656 | 2025-01-28T17:02:11.228Z | Downloaded assert_cmd v2.0.16 |
1657 | 2025-01-28T17:02:11.231Z | Downloaded target-triple v0.1.3 |
1658 | 2025-01-28T17:02:11.231Z | Downloaded tinytemplate v1.2.1 |
1659 | 2025-01-28T17:02:11.233Z | Downloaded similar-asserts v1.6.0 |
1660 | 2025-01-28T17:02:11.236Z | Downloaded rustls-native-certs v0.7.3 |
1661 | 2025-01-28T17:02:11.236Z | Downloaded rust-argon2 v2.1.0 |
1662 | 2025-01-28T17:02:11.238Z | Downloaded target-lexicon v0.12.16 |
1663 | 2025-01-28T17:02:11.241Z | Downloaded partial-io v0.5.4 |
1664 | 2025-01-28T17:02:11.244Z | Downloaded hyper-rustls v0.26.0 |
1665 | 2025-01-28T17:02:11.246Z | Downloaded cfg-expr v0.17.0 |
1666 | 2025-01-28T17:02:11.249Z | Downloaded target-spec v3.2.2 |
1667 | 2025-01-28T17:02:11.249Z | Downloaded stringmetrics v2.2.2 |
1668 | 2025-01-28T17:02:11.251Z | Downloaded serde_regex v1.1.0 |
1669 | 2025-01-28T17:02:11.252Z | Downloaded trybuild v1.0.101 |
1670 | 2025-01-28T17:02:11.255Z | Downloaded rand_distr v0.4.3 |
1671 | 2025-01-28T17:02:11.258Z | Downloaded rstest_macros v0.23.0 |
1672 | 2025-01-28T17:02:11.261Z | Downloaded yansi v1.0.1 |
1673 | 2025-01-28T17:02:11.263Z | Downloaded rstest v0.23.0 |
1674 | 2025-01-28T17:02:11.268Z | Downloaded criterion v0.5.1 |
1675 | 2025-01-28T17:02:11.274Z | Downloaded guppy v0.17.8 |
1676 | 2025-01-28T17:02:11.280Z | Downloaded pretty_assertions v1.4.1 |
1677 | 2025-01-28T17:02:11.283Z | Downloaded plotters v0.3.7 |
1678 | 2025-01-28T17:02:11.292Z | Downloaded fancy-regex v0.13.0 |
1679 | 2025-01-28T17:02:11.294Z | Downloaded polling v3.7.3 |
1680 | 2025-01-28T17:02:11.297Z | Downloaded async-std v1.13.0 |
1681 | 2025-01-28T17:02:11.314Z | Downloaded relative-path v1.9.3 |
1682 | 2025-01-28T17:02:11.317Z | Downloaded plotters-backend v0.3.7 |
1683 | 2025-01-28T17:02:11.317Z | Downloaded httptest v0.16.1 |
1684 | 2025-01-28T17:02:11.320Z | Downloaded event-listener-strategy v0.5.2 |
1685 | 2025-01-28T17:02:11.320Z | Downloaded blake2b_simd v1.0.2 |
1686 | 2025-01-28T17:02:11.322Z | Downloaded async-lock v3.4.0 |
1687 | 2025-01-28T17:02:11.381Z | Downloaded httpmock v0.8.0-alpha.1 |
1688 | 2025-01-28T17:02:12.183Z | Checking cfg-if v1.0.0 |
1689 | 2025-01-28T17:02:12.264Z | Checking libc v0.2.169 |
1690 | 2025-01-28T17:02:12.286Z | Checking serde v1.0.217 |
1691 | 2025-01-28T17:02:12.309Z | Checking memchr v2.7.4 |
1692 | 2025-01-28T17:02:12.333Z | Checking value-bag v1.9.0 |
1693 | 2025-01-28T17:02:12.357Z | Checking scopeguard v1.2.0 |
1694 | 2025-01-28T17:02:12.377Z | Checking zeroize v1.8.1 |
1695 | 2025-01-28T17:02:12.405Z | Checking itoa v1.0.11 |
1696 | 2025-01-28T17:02:12.427Z | Checking smallvec v1.13.2 |
1697 | 2025-01-28T17:02:12.516Z | Checking lock_api v0.4.12 |
1698 | 2025-01-28T17:02:12.642Z | Checking byteorder v1.5.0 |
1699 | 2025-01-28T17:02:12.670Z | Checking once_cell v1.20.2 |
1700 | 2025-01-28T17:02:12.737Z | Checking log v0.4.22 |
1701 | 2025-01-28T17:02:12.787Z | Checking pin-project-lite v0.2.14 |
1702 | 2025-01-28T17:02:12.894Z | Checking subtle v2.6.1 |
1703 | 2025-01-28T17:02:12.932Z | Checking typenum v1.17.0 |
1704 | 2025-01-28T17:02:12.982Z | Checking libm v0.2.8 |
1705 | 2025-01-28T17:02:13.051Z | Checking futures-core v0.3.31 |
1706 | 2025-01-28T17:02:13.124Z | Checking ryu v1.0.18 |
1707 | 2025-01-28T17:02:13.191Z | Checking zerocopy v0.7.35 |
1708 | 2025-01-28T17:02:13.223Z | Checking getrandom v0.2.15 |
1709 | 2025-01-28T17:02:13.223Z | Checking parking_lot_core v0.9.10 |
1710 | 2025-01-28T17:02:13.267Z | Checking signal-hook-registry v1.4.2 |
1711 | 2025-01-28T17:02:13.397Z | Checking mio v1.0.2 |
1712 | 2025-01-28T17:02:13.497Z | Checking rand_core v0.6.4 |
1713 | 2025-01-28T17:02:13.538Z | Checking thiserror v1.0.69 |
1714 | 2025-01-28T17:02:13.567Z | Checking parking_lot v0.12.3 |
1715 | 2025-01-28T17:02:13.695Z | Checking socket2 v0.5.7 |
1716 | 2025-01-28T17:02:13.815Z | Checking const-oid v0.9.6 |
1717 | 2025-01-28T17:02:13.854Z | Checking num-traits v0.2.19 |
1718 | 2025-01-28T17:02:13.901Z | Checking allocator-api2 v0.2.18 |
1719 | 2025-01-28T17:02:13.987Z | Checking generic-array v0.14.7 |
1720 | 2025-01-28T17:02:14.018Z | Checking spin v0.9.8 |
1721 | 2025-01-28T17:02:14.145Z | Checking futures-io v0.3.31 |
1722 | 2025-01-28T17:02:14.351Z | Checking slab v0.4.9 |
1723 | 2025-01-28T17:02:14.385Z | Checking cpufeatures v0.2.14 |
1724 | 2025-01-28T17:02:14.469Z | Checking futures-sink v0.3.31 |
1725 | 2025-01-28T17:02:14.534Z | Checking foldhash v0.1.3 |
1726 | 2025-01-28T17:02:14.582Z | Checking equivalent v1.0.1 |
1727 | 2025-01-28T17:02:14.644Z | Checking pin-utils v0.1.0 |
1728 | 2025-01-28T17:02:14.676Z | Checking iana-time-zone v0.1.61 |
1729 | 2025-01-28T17:02:14.723Z | Checking futures-channel v0.3.31 |
1730 | 2025-01-28T17:02:14.753Z | Checking hashbrown v0.15.1 |
1731 | 2025-01-28T17:02:14.778Z | Checking futures-task v0.3.31 |
1732 | 2025-01-28T17:02:14.843Z | Checking stable_deref_trait v1.2.0 |
1733 | 2025-01-28T17:02:14.989Z | Checking fnv v1.0.7 |
1734 | 2025-01-28T17:02:15.043Z | Checking crypto-common v0.1.6 |
1735 | 2025-01-28T17:02:15.043Z | Checking block-buffer v0.10.4 |
1736 | 2025-01-28T17:02:15.089Z | Checking futures-util v0.3.31 |
1737 | 2025-01-28T17:02:15.139Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1738 | 2025-01-28T17:02:15.265Z | Checking tracing-core v0.1.32 |
1739 | 2025-01-28T17:02:15.305Z | Checking dyn-clone v1.0.17 |
1740 | 2025-01-28T17:02:15.333Z | Checking ppv-lite86 v0.2.20 |
1741 | 2025-01-28T17:02:15.468Z | Checking errno v0.3.9 |
1742 | 2025-01-28T17:02:15.540Z | Checking zerofrom v0.1.4 |
1743 | 2025-01-28T17:02:15.655Z | Checking crossbeam-utils v0.8.20 |
1744 | 2025-01-28T17:02:15.748Z | Checking yoke v0.7.4 |
1745 | 2025-01-28T17:02:15.774Z | Checking writeable v0.5.5 |
1746 | 2025-01-28T17:02:15.845Z | Checking digest v0.10.7 |
1747 | 2025-01-28T17:02:15.885Z | Checking tracing v0.1.40 |
1748 | 2025-01-28T17:02:16.087Z | Checking zerovec v0.10.4 |
1749 | 2025-01-28T17:02:16.089Z | Checking rand_chacha v0.3.1 |
1750 | 2025-01-28T17:02:16.129Z | Checking litemap v0.7.3 |
1751 | 2025-01-28T17:02:16.185Z | Checking percent-encoding v2.3.1 |
1752 | 2025-01-28T17:02:16.245Z | Checking block-padding v0.3.3 |
1753 | 2025-01-28T17:02:16.352Z | Checking httparse v1.9.5 |
1754 | 2025-01-28T17:02:16.400Z | Checking regex-syntax v0.8.5 |
1755 | 2025-01-28T17:02:16.467Z | Checking inout v0.1.3 |
1756 | 2025-01-28T17:02:16.471Z | Checking atomic-waker v1.1.2 |
1757 | 2025-01-28T17:02:16.519Z | Checking rand v0.8.5 |
1758 | 2025-01-28T17:02:16.658Z | Checking icu_locid_transform_data v1.5.0 |
1759 | 2025-01-28T17:02:16.687Z | Checking unicode-ident v1.0.14 |
1760 | 2025-01-28T17:02:16.713Z | Checking bytes v1.9.0 |
1761 | 2025-01-28T17:02:16.782Z | Checking bitflags v2.6.0 |
1762 | 2025-01-28T17:02:16.785Z | Checking serde_json v1.0.135 |
1763 | 2025-01-28T17:02:16.881Z | Checking chrono v0.4.39 |
1764 | 2025-01-28T17:02:17.076Z | Checking indexmap v2.7.0 |
1765 | 2025-01-28T17:02:17.503Z | Checking tokio v1.43.0 |
1766 | 2025-01-28T17:02:17.590Z | Checking uuid v1.12.0 |
1767 | 2025-01-28T17:02:17.752Z | Checking http v1.2.0 |
1768 | 2025-01-28T17:02:18.241Z | Checking rustix v0.38.37 |
1769 | 2025-01-28T17:02:18.270Z | Checking tinystr v0.7.6 |
1770 | 2025-01-28T17:02:18.427Z | Checking icu_collections v1.5.0 |
1771 | 2025-01-28T17:02:18.634Z | Checking icu_locid v1.5.0 |
1772 | 2025-01-28T17:02:18.831Z | Checking schemars v0.8.21 |
1773 | 2025-01-28T17:02:19.079Z | Checking cipher v0.4.4 |
1774 | 2025-01-28T17:02:19.106Z | Checking form_urlencoded v1.2.1 |
1775 | 2025-01-28T17:02:19.321Z | Checking untrusted v0.9.0 |
1776 | 2025-01-28T17:02:19.505Z | Checking icu_properties_data v1.5.0 |
1777 | 2025-01-28T17:02:19.531Z | Checking ring v0.17.8 |
1778 | 2025-01-28T17:02:19.644Z | Checking aho-corasick v1.1.3 |
1779 | 2025-01-28T17:02:19.673Z | Checking icu_provider v1.5.0 |
1780 | 2025-01-28T17:02:19.676Z | Checking icu_normalizer_data v1.5.0 |
1781 | 2025-01-28T17:02:19.736Z | Checking utf16_iter v1.0.5 |
1782 | 2025-01-28T17:02:19.801Z | Checking write16 v1.0.0 |
1783 | 2025-01-28T17:02:19.929Z | Checking powerfmt v0.2.0 |
1784 | 2025-01-28T17:02:19.958Z | Checking utf8_iter v1.0.4 |
1785 | 2025-01-28T17:02:20.183Z | Checking proc-macro2 v1.0.92 |
1786 | 2025-01-28T17:02:20.222Z | Checking deranged v0.3.11 |
1787 | 2025-01-28T17:02:20.277Z | Checking icu_locid_transform v1.5.0 |
1788 | 2025-01-28T17:02:20.358Z | Checking base64ct v1.6.0 |
1789 | 2025-01-28T17:02:20.828Z | Checking time-core v0.1.2 |
1790 | 2025-01-28T17:02:20.874Z | Checking num_threads v0.1.7 |
1791 | 2025-01-28T17:02:21.007Z | Checking num-conv v0.1.0 |
1792 | 2025-01-28T17:02:21.033Z | Checking quote v1.0.38 |
1793 | 2025-01-28T17:02:21.236Z | Checking regex-automata v0.4.8 |
1794 | 2025-01-28T17:02:21.262Z | Checking hmac v0.12.1 |
1795 | 2025-01-28T17:02:21.287Z | Checking sha2 v0.10.8 |
1796 | 2025-01-28T17:02:21.289Z | Checking icu_properties v1.5.1 |
1797 | 2025-01-28T17:02:21.354Z | Checking rustls-pki-types v1.10.0 |
1798 | 2025-01-28T17:02:21.467Z | Checking adler2 v2.0.0 |
1799 | 2025-01-28T17:02:21.494Z | Checking syn v2.0.96 |
1800 | 2025-01-28T17:02:21.575Z | Checking time v0.3.36 |
1801 | 2025-01-28T17:02:21.651Z | Checking miniz_oxide v0.8.0 |
1802 | 2025-01-28T17:02:21.831Z | Checking http-body v1.0.1 |
1803 | 2025-01-28T17:02:21.887Z | Checking aws-lc-sys v0.22.0 |
1804 | 2025-01-28T17:02:22.070Z | Checking try-lock v0.2.5 |
1805 | 2025-01-28T17:02:22.223Z | Checking base64 v0.22.1 |
1806 | 2025-01-28T17:02:22.377Z | Checking mirai-annotations v1.12.0 |
1807 | 2025-01-28T17:02:22.585Z | Checking httpdate v1.0.3 |
1808 | 2025-01-28T17:02:22.743Z | Checking untrusted v0.7.1 |
1809 | 2025-01-28T17:02:22.863Z | Checking want v0.3.1 |
1810 | 2025-01-28T17:02:22.943Z | Checking ahash v0.8.11 |
1811 | 2025-01-28T17:02:23.073Z | Checking pem-rfc7468 v0.7.0 |
1812 | 2025-01-28T17:02:23.374Z | Checking tower-service v0.3.3 |
1813 | 2025-01-28T17:02:23.434Z | Checking slog v2.7.0 |
1814 | 2025-01-28T17:02:23.525Z | Checking flagset v0.4.6 |
1815 | 2025-01-28T17:02:23.759Z | Checking mime v0.3.17 |
1816 | 2025-01-28T17:02:23.897Z | Checking der v0.7.9 |
1817 | 2025-01-28T17:02:23.932Z | Checking aws-lc-rs v1.10.0 |
1818 | 2025-01-28T17:02:23.999Z | Checking pbkdf2 v0.12.2 |
1819 | 2025-01-28T17:02:24.083Z | Checking aes v0.8.4 |
1820 | 2025-01-28T17:02:24.178Z | Checking gimli v0.31.1 |
1821 | 2025-01-28T17:02:24.209Z | Checking tokio-util v0.7.12 |
1822 | 2025-01-28T17:02:24.510Z | Checking icu_normalizer v1.5.0 |
1823 | 2025-01-28T17:02:24.986Z | Checking http-body-util v0.1.2 |
1824 | 2025-01-28T17:02:25.036Z | Checking h2 v0.4.6 |
1825 | 2025-01-28T17:02:25.328Z | Checking idna_adapter v1.2.0 |
1826 | 2025-01-28T17:02:25.446Z | Checking salsa20 v0.10.2 |
1827 | 2025-01-28T17:02:25.492Z | Checking regex v1.11.1 |
1828 | 2025-01-28T17:02:25.547Z | Checking idna v1.0.3 |
1829 | 2025-01-28T17:02:25.657Z | Checking cbc v0.1.2 |
1830 | 2025-01-28T17:02:25.660Z | Checking spki v0.7.3 |
1831 | 2025-01-28T17:02:25.704Z | Checking rustls-webpki v0.102.8 |
1832 | 2025-01-28T17:02:25.857Z | Checking semver v1.0.24 |
1833 | 2025-01-28T17:02:25.978Z | Checking lazy_static v1.5.0 |
1834 | 2025-01-28T17:02:26.072Z | Checking url v2.5.3 |
1835 | 2025-01-28T17:02:26.074Z | Checking object v0.36.5 |
1836 | 2025-01-28T17:02:26.123Z | Checking rustc-demangle v0.1.24 |
1837 | 2025-01-28T17:02:26.241Z | Checking scrypt v0.11.0 |
1838 | 2025-01-28T17:02:26.461Z | Checking rustls-pemfile v2.2.0 |
1839 | 2025-01-28T17:02:26.490Z | Checking foreign-types-shared v0.1.1 |
1840 | 2025-01-28T17:02:26.574Z | Checking openssl-probe v0.1.5 |
1841 | 2025-01-28T17:02:26.615Z | Checking ipnet v2.10.1 |
1842 | 2025-01-28T17:02:26.704Z | Checking foreign-types v0.3.2 |
1843 | 2025-01-28T17:02:26.749Z | Checking pkcs5 v0.7.1 |
1844 | 2025-01-28T17:02:26.820Z | Checking futures-executor v0.3.31 |
1845 | 2025-01-28T17:02:26.928Z | Checking serde_urlencoded v0.7.1 |
1846 | 2025-01-28T17:02:27.086Z | Checking openssl-sys v0.9.103 |
1847 | 2025-01-28T17:02:27.089Z | Checking encoding_rs v0.8.34 |
1848 | 2025-01-28T17:02:27.268Z | Checking utf8parse v0.2.2 |
1849 | 2025-01-28T17:02:27.344Z | Checking pkcs8 v0.10.2 |
1850 | 2025-01-28T17:02:27.428Z | Checking futures v0.3.31 |
1851 | 2025-01-28T17:02:27.527Z | Checking serde_spanned v0.6.8 |
1852 | 2025-01-28T17:02:27.555Z | Checking toml_datetime v0.6.8 |
1853 | 2025-01-28T17:02:27.668Z | Checking rustls v0.23.19 |
1854 | 2025-01-28T17:02:27.729Z | Checking anstyle v1.0.10 |
1855 | 2025-01-28T17:02:27.843Z | Checking either v1.13.0 |
1856 | 2025-01-28T17:02:27.898Z | Checking addr2line v0.24.2 |
1857 | 2025-01-28T17:02:28.075Z | Checking data-encoding v2.6.0 |
1858 | 2025-01-28T17:02:28.196Z | Checking openapiv3 v2.0.0 |
1859 | 2025-01-28T17:02:28.292Z | Checking openssl v0.10.66 |
1860 | 2025-01-28T17:02:28.414Z | Checking sha1 v0.10.6 |
1861 | 2025-01-28T17:02:28.669Z | Checking psl-types v2.0.11 |
1862 | 2025-01-28T17:02:28.731Z | Checking cookie v0.18.1 |
1863 | 2025-01-28T17:02:28.865Z | Checking publicsuffix v2.3.0 |
1864 | 2025-01-28T17:02:29.154Z | Checking webpki-roots v0.26.6 |
1865 | 2025-01-28T17:02:29.177Z | Checking cookie_store v0.21.1 |
1866 | 2025-01-28T17:02:29.383Z | Checking anstyle-parse v0.2.5 |
1867 | 2025-01-28T17:02:29.413Z | Checking camino v1.1.9 |
1868 | 2025-01-28T17:02:29.667Z | Checking sync_wrapper v1.0.1 |
1869 | 2025-01-28T17:02:29.838Z | Checking is-terminal v0.4.13 |
1870 | 2025-01-28T17:02:29.890Z | Checking winnow v0.6.20 |
1871 | 2025-01-28T17:02:29.953Z | Checking colorchoice v1.0.2 |
1872 | 2025-01-28T17:02:29.977Z | Checking is_terminal_polyfill v1.70.1 |
1873 | 2025-01-28T17:02:30.117Z | Checking anstyle-query v1.1.1 |
1874 | 2025-01-28T17:02:30.120Z | Checking terminal_size v0.4.0 |
1875 | 2025-01-28T17:02:30.278Z | Checking anstream v0.6.15 |
1876 | 2025-01-28T17:02:30.313Z | Checking signature v2.2.0 |
1877 | 2025-01-28T17:02:30.535Z | Checking clap_lex v0.7.4 |
1878 | 2025-01-28T17:02:30.643Z | Checking strsim v0.11.1 |
1879 | 2025-01-28T17:02:30.795Z | Checking scroll v0.12.0 |
1880 | 2025-01-28T17:02:30.958Z | Checking clap_builder v4.5.27 |
1881 | 2025-01-28T17:02:31.173Z | Checking hyper v1.5.2 |
1882 | 2025-01-28T17:02:31.273Z | Checking plain v0.2.3 |
1883 | 2025-01-28T17:02:31.450Z | Checking tinyvec_macros v0.1.1 |
1884 | 2025-01-28T17:02:31.452Z | Checking ucd-trie v0.1.7 |
1885 | 2025-01-28T17:02:31.570Z | Checking tinyvec v1.8.0 |
1886 | 2025-01-28T17:02:31.713Z | Checking pest v2.7.14 |
1887 | 2025-01-28T17:02:31.955Z | Checking backtrace v0.3.74 |
1888 | 2025-01-28T17:02:32.563Z | Checking anyhow v1.0.95 |
1889 | 2025-01-28T17:02:32.591Z | Checking goblin v0.8.2 |
1890 | 2025-01-28T17:02:32.801Z | Checking dirs-sys-next v0.1.2 |
1891 | 2025-01-28T17:02:32.875Z | Checking tokio-rustls v0.26.0 |
1892 | 2025-01-28T17:02:32.944Z | Checking base16ct v0.2.0 |
1893 | 2025-01-28T17:02:33.017Z | Checking pretty-hex v0.4.1 |
1894 | 2025-01-28T17:02:33.095Z | Checking hyper-util v0.1.10 |
1895 | 2025-01-28T17:02:33.169Z | Checking sec1 v0.7.3 |
1896 | 2025-01-28T17:02:33.228Z | Checking dirs-next v2.0.0 |
1897 | 2025-01-28T17:02:33.276Z | Checking crossbeam-channel v0.5.13 |
1898 | 2025-01-28T17:02:33.392Z | Checking native-tls v0.2.12 |
1899 | 2025-01-28T17:02:33.420Z | Checking num-integer v0.1.46 |
1900 | 2025-01-28T17:02:33.556Z | Checking ff v0.13.0 |
1901 | 2025-01-28T17:02:33.736Z | Checking tokio-native-tls v0.3.1 |
1902 | 2025-01-28T17:02:33.796Z | Checking thread-id v4.2.2 |
1903 | 2025-01-28T17:02:33.909Z | Checking thread_local v1.1.8 |
1904 | 2025-01-28T17:02:33.940Z | Checking group v0.13.0 |
1905 | 2025-01-28T17:02:33.943Z | Checking clap v4.5.27 |
1906 | 2025-01-28T17:02:33.995Z | Checking term v0.7.0 |
1907 | 2025-01-28T17:02:33.997Z | Checking toml_edit v0.22.22 |
1908 | 2025-01-28T17:02:34.095Z | Checking hkdf v0.12.4 |
1909 | 2025-01-28T17:02:34.178Z | Checking crypto-bigint v0.5.5 |
1910 | 2025-01-28T17:02:34.206Z | Checking memmap v0.7.0 |
1911 | 2025-01-28T17:02:34.310Z | Checking crc32fast v1.4.2 |
1912 | 2025-01-28T17:02:34.339Z | Checking dtrace-parser v0.2.0 |
1913 | 2025-01-28T17:02:34.441Z | Checking bitflags v1.3.2 |
1914 | 2025-01-28T17:02:34.469Z | Checking utf-8 v0.7.6 |
1915 | 2025-01-28T17:02:34.565Z | Checking match_cfg v0.1.0 |
1916 | 2025-01-28T17:02:34.589Z | Checking take_mut v0.2.2 |
1917 | 2025-01-28T17:02:34.683Z | Checking hostname v0.3.1 |
1918 | 2025-01-28T17:02:34.711Z | Checking slog-term v2.9.1 |
1919 | 2025-01-28T17:02:34.769Z | Checking slog-async v2.8.0 |
1920 | 2025-01-28T17:02:34.825Z | Checking unicode-segmentation v1.12.0 |
1921 | 2025-01-28T17:02:34.851Z | Checking num-iter v0.1.45 |
1922 | 2025-01-28T17:02:35.043Z | Checking crossbeam-epoch v0.9.18 |
1923 | 2025-01-28T17:02:35.073Z | Checking static_assertions v1.1.0 |
1924 | 2025-01-28T17:02:35.075Z | Checking hyper-tls v0.6.0 |
1925 | 2025-01-28T17:02:35.187Z | Checking hyper-rustls v0.27.3 |
1926 | 2025-01-28T17:02:35.216Z | Checking itertools v0.10.5 |
1927 | 2025-01-28T17:02:35.401Z | Checking bstr v1.10.0 |
1928 | 2025-01-28T17:02:35.469Z | Checking slog-json v2.6.1 |
1929 | 2025-01-28T17:02:35.529Z | Checking rfc6979 v0.4.0 |
1930 | 2025-01-28T17:02:35.560Z | Checking reqwest v0.12.9 |
1931 | 2025-01-28T17:02:35.725Z | Checking hex v0.4.3 |
1932 | 2025-01-28T17:02:35.752Z | Checking managed v0.8.0 |
1933 | 2025-01-28T17:02:36.122Z | Checking winnow v0.5.40 |
1934 | 2025-01-28T17:02:36.248Z | Checking slog-bunyan v2.5.0 |
1935 | 2025-01-28T17:02:36.281Z | Checking crossbeam-deque v0.8.5 |
1936 | 2025-01-28T17:02:36.439Z | Checking num-bigint-dig v0.8.4 |
1937 | 2025-01-28T17:02:36.596Z | Checking toml v0.8.19 |
1938 | 2025-01-28T17:02:36.630Z | Checking flate2 v1.0.35 |
1939 | 2025-01-28T17:02:36.834Z | Checking elliptic-curve v0.13.8 |
1940 | 2025-01-28T17:02:37.276Z | Checking pkcs1 v0.7.5 |
1941 | 2025-01-28T17:02:37.304Z | Checking rustls v0.22.4 |
1942 | 2025-01-28T17:02:37.332Z | Checking curve25519-dalek v4.1.3 |
1943 | 2025-01-28T17:02:37.363Z | Checking zerocopy v0.6.6 |
1944 | 2025-01-28T17:02:37.366Z | Checking dof v0.3.0 |
1945 | 2025-01-28T17:02:37.441Z | Checking ecdsa v0.16.9 |
1946 | 2025-01-28T17:02:37.680Z | Checking siphasher v0.3.11 |
1947 | 2025-01-28T17:02:37.967Z | Checking usdt-impl v0.5.0 |
1948 | 2025-01-28T17:02:38.011Z | Checking rayon-core v1.12.1 |
1949 | 2025-01-28T17:02:38.056Z | Checking unicode-normalization v0.1.24 |
1950 | 2025-01-28T17:02:38.122Z | Checking ed25519 v2.2.3 |
1951 | 2025-01-28T17:02:38.363Z | Checking rsa v0.9.6 |
1952 | 2025-01-28T17:02:38.457Z | Checking signal-hook v0.3.17 |
1953 | 2025-01-28T17:02:38.521Z | Checking usdt v0.5.0 |
1954 | 2025-01-28T17:02:38.653Z | Checking quick-error v1.2.3 |
1955 | 2025-01-28T17:02:38.791Z | Checking debug-ignore v1.0.5 |
1956 | 2025-01-28T17:02:38.821Z | Checking hickory-proto v0.24.2 |
1957 | 2025-01-28T17:02:38.825Z | Checking multer v3.1.0 |
1958 | 2025-01-28T17:02:38.898Z | Checking toml_edit v0.19.15 |
1959 | 2025-01-28T17:02:38.942Z | Checking x509-cert v0.2.5 |
1960 | 2025-01-28T17:02:39.055Z | Checking hubpack v0.1.2 |
1961 | 2025-01-28T17:02:39.146Z | Checking ed25519-dalek v2.1.1 |
1962 | 2025-01-28T17:02:39.244Z | Checking serde_path_to_error v0.1.16 |
1963 | 2025-01-28T17:02:39.348Z | Checking waitgroup v0.1.2 |
1964 | 2025-01-28T17:02:39.374Z | Checking bzip2-sys v0.1.11+1.0.8 |
1965 | 2025-01-28T17:02:39.503Z | Checking async-stream v0.3.6 |
1966 | 2025-01-28T17:02:39.531Z | Checking hostname v0.4.0 |
1967 | 2025-01-28T17:02:39.567Z | Checking unicode-width v0.2.0 |
1968 | 2025-01-28T17:02:39.691Z | Checking bit-vec v0.6.3 |
1969 | 2025-01-28T17:02:39.735Z | Checking bzip2 v0.4.4 |
1970 | 2025-01-28T17:02:39.842Z | Checking signal-hook-mio v0.2.4 |
1971 | 2025-01-28T17:02:40.018Z | Checking hash32 v0.2.1 |
1972 | 2025-01-28T17:02:40.020Z | Checking bit-set v0.5.3 |
1973 | 2025-01-28T17:02:40.065Z | Checking unicode-properties v0.1.3 |
1974 | 2025-01-28T17:02:40.096Z | Checking console v0.15.10 |
1975 | 2025-01-28T17:02:40.294Z | Checking predicates-core v1.0.8 |
1976 | 2025-01-28T17:02:40.321Z | Checking linked-hash-map v0.5.6 |
1977 | 2025-01-28T17:02:40.422Z | Checking unicode-bidi v0.3.17 |
1978 | 2025-01-28T17:02:40.452Z | Checking heapless v0.7.17 |
1979 | 2025-01-28T17:02:40.511Z | Checking crossterm v0.28.1 |
1980 | 2025-01-28T17:02:40.561Z | Checking tokio-rustls v0.25.0 |
1981 | 2025-01-28T17:02:40.613Z | Checking lru-cache v0.1.2 |
1982 | 2025-01-28T17:02:40.645Z | Checking rayon v1.10.0 |
1983 | 2025-01-28T17:02:40.811Z | Checking phf_shared v0.11.2 |
1984 | 2025-01-28T17:02:40.955Z | Checking dropshot v0.12.0 |
1985 | 2025-01-28T17:02:41.050Z | Checking stringprep v0.1.5 |
1986 | 2025-01-28T17:02:41.106Z | Checking similar v2.6.0 |
1987 | 2025-01-28T17:02:41.330Z | Checking tokio-stream v0.1.16 |
1988 | 2025-01-28T17:02:41.360Z | Checking toml v0.7.8 |
1989 | 2025-01-28T17:02:41.387Z | Checking newtype-uuid v1.2.1 |
1990 | 2025-01-28T17:02:41.655Z | Checking md-5 v0.10.6 |
1991 | 2025-01-28T17:02:41.909Z | Checking float-cmp v0.9.0 |
1992 | 2025-01-28T17:02:41.939Z | Checking fixedbitset v0.4.2 |
1993 | 2025-01-28T17:02:42.040Z | Checking normalize-line-endings v0.3.0 |
1994 | 2025-01-28T17:02:42.093Z | Checking fallible-iterator v0.2.0 |
1995 | 2025-01-28T17:02:42.135Z | Checking difflib v0.4.0 |
1996 | 2025-01-28T17:02:42.178Z | Checking smoltcp v0.9.1 |
1997 | 2025-01-28T17:02:42.217Z | Checking petgraph v0.6.5 |
1998 | 2025-01-28T17:02:42.247Z | Checking phf v0.11.2 |
1999 | 2025-01-28T17:02:42.478Z | Checking predicates v3.1.2 |
2000 | 2025-01-28T17:02:42.514Z | Checking zip v0.6.6 |
2001 | 2025-01-28T17:02:42.671Z | Checking postgres-protocol v0.6.7 |
2002 | 2025-01-28T17:02:43.110Z | Checking resolv-conf v0.7.0 |
2003 | 2025-01-28T17:02:43.220Z | Checking phf_shared v0.10.0 |
2004 | 2025-01-28T17:02:43.318Z | Checking tungstenite v0.24.0 |
2005 | 2025-01-28T17:02:43.460Z | Checking fs-err v2.11.0 |
2006 | 2025-01-28T17:02:43.490Z | Checking serde-big-array v0.5.1 |
2007 | 2025-01-28T17:02:43.517Z | Checking portable-atomic v1.9.0 |
2008 | 2025-01-28T17:02:43.588Z | Checking lalrpop-util v0.19.12 |
2009 | 2025-01-28T17:02:43.724Z | Checking precomputed-hash v0.1.1 |
2010 | 2025-01-28T17:02:43.860Z | Checking number_prefix v0.4.0 |
2011 | 2025-01-28T17:02:43.892Z | Checking new_debug_unreachable v1.0.6 |
2012 | 2025-01-28T17:02:44.006Z | Checking minimal-lexical v0.2.1 |
2013 | 2025-01-28T17:02:44.033Z | Checking string_cache v0.8.7 |
2014 | 2025-01-28T17:02:44.084Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2015 | 2025-01-28T17:02:44.146Z | Checking hickory-resolver v0.24.2 |
2016 | 2025-01-28T17:02:44.175Z | Checking tokio-tungstenite v0.24.0 |
2017 | 2025-01-28T17:02:44.327Z | Checking postgres-types v0.2.8 |
2018 | 2025-01-28T17:02:44.392Z | Checking nom v7.1.3 |
2019 | 2025-01-28T17:02:44.419Z | Checking itertools v0.12.1 |
2020 | 2025-01-28T17:02:44.552Z | Checking indicatif v0.17.9 |
2021 | 2025-01-28T17:02:44.640Z | Checking peg-runtime v0.8.3 |
2022 | 2025-01-28T17:02:44.884Z | Checking whoami v1.5.2 |
2023 | 2025-01-28T17:02:45.161Z | Compiling hashbrown v0.14.5 |
2024 | 2025-01-28T17:02:45.219Z | Checking tokio-postgres v0.7.12 |
2025 | 2025-01-28T17:02:45.299Z | Compiling thiserror v2.0.11 |
2026 | 2025-01-28T17:02:45.326Z | Compiling thiserror-impl v2.0.11 |
2027 | 2025-01-28T17:02:45.760Z | Checking qorb v0.2.1 |
2028 | 2025-01-28T17:02:46.311Z | Compiling regress v0.10.1 |
2029 | 2025-01-28T17:02:46.380Z | Compiling ident_case v1.0.1 |
2030 | 2025-01-28T17:02:46.602Z | Compiling darling_core v0.20.10 |
2031 | 2025-01-28T17:02:46.829Z | Compiling unsafe-libyaml v0.2.11 |
2032 | 2025-01-28T17:02:48.036Z | Checking heck v0.5.0 |
2033 | 2025-01-28T17:02:48.231Z | Compiling serde_yaml v0.9.34+deprecated |
2034 | 2025-01-28T17:02:48.261Z | Checking fastrand v2.1.1 |
2035 | 2025-01-28T17:02:48.633Z | Checking ipnetwork v0.20.0 |
2036 | 2025-01-28T17:02:48.738Z | Checking progenitor-client v0.9.1 |
2037 | 2025-01-28T17:02:48.773Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2038 | 2025-01-28T17:02:48.984Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2039 | 2025-01-28T17:02:49.024Z | Compiling structmeta-derive v0.3.0 |
2040 | 2025-01-28T17:02:49.147Z | Checking strum v0.26.3 |
2041 | 2025-01-28T17:02:49.331Z | Compiling dropshot v0.15.1 |
2042 | 2025-01-28T17:02:49.360Z | Checking macaddr v1.0.1 |
2043 | 2025-01-28T17:02:49.720Z | Compiling dropshot_endpoint v0.15.1 |
2044 | 2025-01-28T17:02:49.768Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2045 | 2025-01-28T17:02:50.017Z | Compiling typify-impl v0.2.0 |
2046 | 2025-01-28T17:02:50.523Z | Checking tempfile v3.13.0 |
2047 | 2025-01-28T17:02:50.915Z | Checking progenitor-client v0.8.0 |
2048 | 2025-01-28T17:02:51.082Z | Checking instant v0.1.13 |
2049 | 2025-01-28T17:02:51.222Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2050 | 2025-01-28T17:02:51.269Z | Checking regress v0.9.1 |
2051 | 2025-01-28T17:02:51.708Z | Compiling structmeta v0.3.0 |
2052 | 2025-01-28T17:02:51.793Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2053 | 2025-01-28T17:02:51.821Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2054 | 2025-01-28T17:02:52.110Z | Compiling parse-display-derive v0.10.0 |
2055 | 2025-01-28T17:02:52.219Z | Checking backoff v0.4.0 |
2056 | 2025-01-28T17:02:52.536Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2025-01-28T17:02:52.565Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2058 | 2025-01-28T17:02:52.636Z | Compiling darling_macro v0.20.10 |
2059 | 2025-01-28T17:02:52.701Z | Checking wait-timeout v0.2.0 |
2060 | 2025-01-28T17:02:52.733Z | Checking rand_xorshift v0.3.0 |
2061 | 2025-01-28T17:02:52.914Z | Checking rusty-fork v0.3.0 |
2062 | 2025-01-28T17:02:52.942Z | Checking unarray v0.1.4 |
2063 | 2025-01-28T17:02:53.118Z | Compiling structmeta-derive v0.2.0 |
2064 | 2025-01-28T17:02:53.240Z | Checking proptest v1.5.0 |
2065 | 2025-01-28T17:02:53.526Z | Compiling darling v0.20.10 |
2066 | 2025-01-28T17:02:53.666Z | Compiling serde_with_macros v3.11.0 |
2067 | 2025-01-28T17:02:54.169Z | Checking camino-tempfile v1.1.1 |
2068 | 2025-01-28T17:02:54.523Z | Checking unicode-width v0.1.14 |
2069 | 2025-01-28T17:02:54.906Z | Compiling proc-macro-error v1.0.4 |
2070 | 2025-01-28T17:02:55.040Z | Compiling proc-macro-crate v1.3.1 |
2071 | 2025-01-28T17:02:55.540Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2072 | 2025-01-28T17:02:55.855Z | Compiling structmeta v0.2.0 |
2073 | 2025-01-28T17:02:55.921Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2074 | 2025-01-28T17:02:55.950Z | Compiling num_enum_derive v0.5.11 |
2075 | 2025-01-28T17:02:56.104Z | Checking parse-display v0.10.0 |
2076 | 2025-01-28T17:02:56.265Z | Compiling foreign-types-macros v0.2.3 |
2077 | 2025-01-28T17:02:56.293Z | Compiling test-strategy v0.3.1 |
2078 | 2025-01-28T17:02:56.295Z | Checking serde_with v3.11.0 |
2079 | 2025-01-28T17:02:56.361Z | Checking foreign-types-shared v0.3.1 |
2080 | 2025-01-28T17:02:56.854Z | Checking tabwriter v1.4.0 |
2081 | 2025-01-28T17:02:57.118Z | Checking cstr-argument v0.1.2 |
2082 | 2025-01-28T17:02:57.309Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2025-01-28T17:02:57.512Z | Checking foreign-types v0.5.0 |
2084 | 2025-01-28T17:02:57.624Z | Checking pretty-hex v0.2.1 |
2085 | 2025-01-28T17:02:57.647Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2086 | 2025-01-28T17:02:57.810Z | Checking colored v2.1.0 |
2087 | 2025-01-28T17:02:57.969Z | Checking smf v0.2.3 |
2088 | 2025-01-28T17:02:58.101Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2089 | 2025-01-28T17:02:58.129Z | Checking itertools v0.13.0 |
2090 | 2025-01-28T17:02:58.135Z | Checking base64 v0.21.7 |
2091 | 2025-01-28T17:02:58.246Z | Checking num_enum v0.5.11 |
2092 | 2025-01-28T17:02:58.273Z | Compiling typify-impl v0.3.0 |
2093 | 2025-01-28T17:02:58.412Z | Compiling crucible-workspace-hack v0.1.0 |
2094 | 2025-01-28T17:02:58.437Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2095 | 2025-01-28T17:02:58.626Z | Compiling zerocopy v0.8.10 |
2096 | 2025-01-28T17:02:58.874Z | Checking atomicwrites v0.4.4 |
2097 | 2025-01-28T17:02:59.278Z | Compiling zerocopy-derive v0.8.10 |
2098 | 2025-01-28T17:02:59.553Z | Compiling heapless v0.8.0 |
2099 | 2025-01-28T17:02:59.811Z | Checking termtree v0.4.1 |
2100 | 2025-01-28T17:03:00.054Z | Checking predicates-tree v1.0.11 |
2101 | 2025-01-28T17:03:00.250Z | Checking hash32 v0.3.1 |
2102 | 2025-01-28T17:03:00.468Z | Compiling smoltcp v0.11.0 |
2103 | 2025-01-28T17:03:00.540Z | Checking cobs v0.2.3 |
2104 | 2025-01-28T17:03:00.752Z | Checking postcard v1.0.10 |
2105 | 2025-01-28T17:03:01.167Z | Checking sigpipe v0.1.3 |
2106 | 2025-01-28T17:03:01.195Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2107 | 2025-01-28T17:03:01.297Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2025-01-28T17:03:01.326Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2109 | 2025-01-28T17:03:01.462Z | Compiling mockall_derive v0.13.0 |
2110 | 2025-01-28T17:03:01.586Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2111 | 2025-01-28T17:03:01.794Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2112 | 2025-01-28T17:03:01.916Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2113 | 2025-01-28T17:03:02.040Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2114 | 2025-01-28T17:03:02.164Z | Compiling zone_cfg_derive v0.3.0 |
2115 | 2025-01-28T17:03:03.515Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2116 | 2025-01-28T17:03:03.900Z | Compiling num-derive v0.4.2 |
2117 | 2025-01-28T17:03:03.982Z | Checking fragile v2.0.0 |
2118 | 2025-01-28T17:03:04.160Z | Checking downcast v0.11.0 |
2119 | 2025-01-28T17:03:04.266Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2120 | 2025-01-28T17:03:04.378Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2121 | 2025-01-28T17:03:04.659Z | Checking zone v0.3.0 |
2122 | 2025-01-28T17:03:04.708Z | Compiling convert_case v0.4.0 |
2123 | 2025-01-28T17:03:04.786Z | Checking tungstenite v0.21.0 |
2124 | 2025-01-28T17:03:05.105Z | Compiling typify-macro v0.2.0 |
2125 | 2025-01-28T17:03:05.441Z | Checking newline-converter v0.3.0 |
2126 | 2025-01-28T17:03:05.555Z | Compiling derive_more v0.99.18 |
2127 | 2025-01-28T17:03:05.623Z | Checking expectorate v1.1.0 |
2128 | 2025-01-28T17:03:05.734Z | Checking tokio-tungstenite v0.21.0 |
2129 | 2025-01-28T17:03:05.804Z | Checking same-file v1.0.6 |
2130 | 2025-01-28T17:03:05.993Z | Checking walkdir v2.5.0 |
2131 | 2025-01-28T17:03:06.224Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2132 | 2025-01-28T17:03:06.250Z | Checking arc-swap v1.7.1 |
2133 | 2025-01-28T17:03:06.296Z | Checking xattr v1.3.1 |
2134 | 2025-01-28T17:03:06.517Z | Checking filetime v0.2.25 |
2135 | 2025-01-28T17:03:06.666Z | Checking num-rational v0.4.2 |
2136 | 2025-01-28T17:03:06.704Z | Checking slog-scope v4.4.0 |
2137 | 2025-01-28T17:03:06.749Z | Checking tar v0.4.42 |
2138 | 2025-01-28T17:03:06.923Z | Checking slog-stdlog v4.1.1 |
2139 | 2025-01-28T17:03:07.119Z | Checking slog-envlogger v2.2.0 |
2140 | 2025-01-28T17:03:07.322Z | Checking num-complex v0.4.6 |
2141 | 2025-01-28T17:03:07.360Z | Checking float-ord v0.3.2 |
2142 | 2025-01-28T17:03:07.536Z | Checking indent_write v2.2.0 |
2143 | 2025-01-28T17:03:07.590Z | Compiling cancel-safe-futures v0.1.5 |
2144 | 2025-01-28T17:03:07.747Z | Compiling owo-colors v4.1.0 |
2145 | 2025-01-28T17:03:07.923Z | Checking swrite v0.1.0 |
2146 | 2025-01-28T17:03:08.196Z | Checking num v0.4.3 |
2147 | 2025-01-28T17:03:08.310Z | Checking libsw v3.3.1 |
2148 | 2025-01-28T17:03:08.567Z | Checking password-hash v0.5.0 |
2149 | 2025-01-28T17:03:08.595Z | Checking blake2 v0.10.6 |
2150 | 2025-01-28T17:03:08.778Z | Compiling typify v0.2.0 |
2151 | 2025-01-28T17:03:08.942Z | Compiling progenitor-impl v0.8.0 |
2152 | 2025-01-28T17:03:08.980Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2153 | 2025-01-28T17:03:09.067Z | Checking linear-map v1.2.0 |
2154 | 2025-01-28T17:03:09.388Z | Checking mockall v0.13.0 |
2155 | 2025-01-28T17:03:09.413Z | Checking argon2 v0.5.3 |
2156 | 2025-01-28T17:03:09.630Z | Checking pem v3.0.4 |
2157 | 2025-01-28T17:03:09.654Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2025-01-28T17:03:09.716Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2159 | 2025-01-28T17:03:09.913Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2160 | 2025-01-28T17:03:10.193Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2161 | 2025-01-28T17:03:10.526Z | Compiling lzma-sys v0.1.20 |
2162 | 2025-01-28T17:03:10.781Z | Checking headers-core v0.3.0 |
2163 | 2025-01-28T17:03:10.954Z | Compiling heck v0.3.3 |
2164 | 2025-01-28T17:03:11.044Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2025-01-28T17:03:11.292Z | Checking highway v1.2.0 |
2166 | 2025-01-28T17:03:11.348Z | Compiling zone_cfg_derive v0.1.2 |
2167 | 2025-01-28T17:03:11.566Z | Checking headers v0.4.0 |
2168 | 2025-01-28T17:03:11.702Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2169 | 2025-01-28T17:03:11.783Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2170 | 2025-01-28T17:03:11.980Z | Checking yasna v0.5.2 |
2171 | 2025-01-28T17:03:12.454Z | Checking base64 v0.13.1 |
2172 | 2025-01-28T17:03:12.669Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2173 | 2025-01-28T17:03:12.701Z | Checking zone v0.1.8 |
2174 | 2025-01-28T17:03:12.863Z | Checking ron v0.7.1 |
2175 | 2025-01-28T17:03:12.888Z | Checking rcgen v0.12.1 |
2176 | 2025-01-28T17:03:13.126Z | Checking xz2 v0.1.7 |
2177 | 2025-01-28T17:03:13.149Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2178 | 2025-01-28T17:03:13.421Z | Checking subprocess v0.2.9 |
2179 | 2025-01-28T17:03:13.429Z | Checking humantime v2.1.0 |
2180 | 2025-01-28T17:03:13.533Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2181 | 2025-01-28T17:03:13.712Z | Compiling typify-macro v0.3.0 |
2182 | 2025-01-28T17:03:13.747Z | Compiling semver v0.1.20 |
2183 | 2025-01-28T17:03:13.956Z | Checking prettyplease v0.2.25 |
2184 | 2025-01-28T17:03:13.991Z | Checking half v2.4.1 |
2185 | 2025-01-28T17:03:14.355Z | Compiling rustc_version v0.1.7 |
2186 | 2025-01-28T17:03:14.378Z | Checking ciborium-io v0.2.2 |
2187 | 2025-01-28T17:03:14.537Z | Checking ciborium-ll v0.2.2 |
2188 | 2025-01-28T17:03:14.807Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2025-01-28T17:03:14.862Z | Compiling newtype_derive v0.1.6 |
2190 | 2025-01-28T17:03:14.864Z | Checking ciborium v0.2.2 |
2191 | 2025-01-28T17:03:15.388Z | Checking steno v0.4.1 |
2192 | 2025-01-28T17:03:16.015Z | Compiling progenitor-macro v0.8.0 |
2193 | 2025-01-28T17:03:17.582Z | Compiling typify v0.3.0 |
2194 | 2025-01-28T17:03:17.708Z | Compiling progenitor-impl v0.9.1 |
2195 | 2025-01-28T17:03:18.057Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2196 | 2025-01-28T17:03:18.396Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2197 | 2025-01-28T17:03:18.832Z | Compiling slog-dtrace v0.3.0 |
2198 | 2025-01-28T17:03:19.071Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2199 | 2025-01-28T17:03:19.188Z | Checking display-error-chain v0.2.2 |
2200 | 2025-01-28T17:03:19.373Z | Checking gethostname v0.5.0 |
2201 | 2025-01-28T17:03:19.552Z | Checking nibble_vec v0.1.0 |
2202 | 2025-01-28T17:03:19.662Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2203 | 2025-01-28T17:03:19.665Z | Compiling blake3 v1.5.4 |
2204 | 2025-01-28T17:03:19.781Z | Checking endian-type v0.1.2 |
2205 | 2025-01-28T17:03:19.947Z | Checking keccak v0.1.5 |
2206 | 2025-01-28T17:03:20.021Z | Checking radix_trie v0.2.1 |
2207 | 2025-01-28T17:03:20.307Z | Checking sha3 v0.10.8 |
2208 | 2025-01-28T17:03:20.445Z | Checking universal-hash v0.5.1 |
2209 | 2025-01-28T17:03:20.657Z | Checking secrecy v0.8.0 |
2210 | 2025-01-28T17:03:20.738Z | Checking opaque-debug v0.3.1 |
2211 | 2025-01-28T17:03:20.839Z | Checking aead v0.5.2 |
2212 | 2025-01-28T17:03:20.864Z | Checking poly1305 v0.8.0 |
2213 | 2025-01-28T17:03:20.987Z | Checking chacha20 v0.9.1 |
2214 | 2025-01-28T17:03:21.380Z | Compiling memmap2 v0.9.5 |
2215 | 2025-01-28T17:03:21.403Z | Compiling constant_time_eq v0.3.1 |
2216 | 2025-01-28T17:03:21.608Z | Compiling arrayref v0.3.9 |
2217 | 2025-01-28T17:03:21.734Z | Compiling arrayvec v0.7.6 |
2218 | 2025-01-28T17:03:22.055Z | Compiling toolchain_find v0.4.0 |
2219 | 2025-01-28T17:03:22.147Z | Compiling thiserror-impl-no-std v2.0.2 |
2220 | 2025-01-28T17:03:22.196Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2221 | 2025-01-28T17:03:22.256Z | Compiling topological-sort v0.2.2 |
2222 | 2025-01-28T17:03:22.500Z | Compiling rustfmt-wrapper v0.2.1 |
2223 | 2025-01-28T17:03:22.561Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2224 | 2025-01-28T17:03:22.872Z | Compiling omicron-zone-package v0.12.0 |
2225 | 2025-01-28T17:03:22.931Z | Checking chacha20poly1305 v0.10.1 |
2226 | 2025-01-28T17:03:23.073Z | Compiling async-recursion v1.1.1 |
2227 | 2025-01-28T17:03:23.136Z | Checking fxhash v0.2.1 |
2228 | 2025-01-28T17:03:23.239Z | Checking simd-adler32 v0.3.7 |
2229 | 2025-01-28T17:03:23.327Z | Checking bumpalo v3.16.0 |
2230 | 2025-01-28T17:03:23.619Z | Compiling zip v2.1.3 |
2231 | 2025-01-28T17:03:23.676Z | Checking lockfree-object-pool v0.1.6 |
2232 | 2025-01-28T17:03:23.923Z | Checking zopfli v0.8.1 |
2233 | 2025-01-28T17:03:23.976Z | Checking termcolor v1.4.1 |
2234 | 2025-01-28T17:03:24.409Z | Checking maplit v1.0.2 |
2235 | 2025-01-28T17:03:24.565Z | Compiling radium v0.7.0 |
2236 | 2025-01-28T17:03:24.568Z | Compiling const_format_proc_macros v0.2.34 |
2237 | 2025-01-28T17:03:24.655Z | Compiling maybe-uninit v2.0.0 |
2238 | 2025-01-28T17:03:24.800Z | Compiling progenitor-macro v0.9.1 |
2239 | 2025-01-28T17:03:25.006Z | Checking thiserror-no-std v2.0.2 |
2240 | 2025-01-28T17:03:25.065Z | Checking tap v1.0.1 |
2241 | 2025-01-28T17:03:25.147Z | Checking vsss-rs v3.3.4 |
2242 | 2025-01-28T17:03:25.242Z | Checking wyz v0.5.1 |
2243 | 2025-01-28T17:03:25.622Z | Compiling packed_struct v0.10.1 |
2244 | 2025-01-28T17:03:25.673Z | Checking crc-catalog v2.4.0 |
2245 | 2025-01-28T17:03:25.700Z | Checking home v0.5.9 |
2246 | 2025-01-28T17:03:25.847Z | Checking funty v2.0.0 |
2247 | 2025-01-28T17:03:25.873Z | Checking crc v3.2.1 |
2248 | 2025-01-28T17:03:26.208Z | Checking kstat-rs v0.2.4 |
2249 | 2025-01-28T17:03:26.326Z | Compiling packed_struct_codegen v0.10.1 |
2250 | 2025-01-28T17:03:26.504Z | Checking const_format v0.2.34 |
2251 | 2025-01-28T17:03:26.559Z | Compiling vte_generate_state_changes v0.1.2 |
2252 | 2025-01-28T17:03:26.725Z | Checking bitvec v1.0.1 |
2253 | 2025-01-28T17:03:27.111Z | Compiling indexmap v1.9.3 |
2254 | 2025-01-28T17:03:27.196Z | Checking nodrop v0.1.14 |
2255 | 2025-01-28T17:03:27.289Z | Compiling libefi-sys v0.1.0 |
2256 | 2025-01-28T17:03:27.340Z | Checking array-init v0.0.4 |
2257 | 2025-01-28T17:03:27.686Z | Checking vte v0.11.1 |
2258 | 2025-01-28T17:03:28.150Z | Checking smallvec v0.6.14 |
2259 | 2025-01-28T17:03:28.197Z | Checking fd-lock v4.0.2 |
2260 | 2025-01-28T17:03:28.407Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2261 | 2025-01-28T17:03:28.490Z | Checking progenitor v0.8.0 |
2262 | 2025-01-28T17:03:28.605Z | Compiling bitfield-struct v0.6.2 |
2263 | 2025-01-28T17:03:28.712Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2264 | 2025-01-28T17:03:28.746Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2265 | 2025-01-28T17:03:28.860Z | Checking hashbrown v0.12.3 |
2266 | 2025-01-28T17:03:29.067Z | Checking bitfield v0.14.0 |
2267 | 2025-01-28T17:03:29.365Z | Checking strip-ansi-escapes v0.2.0 |
2268 | 2025-01-28T17:03:29.688Z | Checking serde-hex v0.1.0 |
2269 | 2025-01-28T17:03:30.038Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2270 | 2025-01-28T17:03:30.636Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2271 | 2025-01-28T17:03:30.911Z | Checking env_logger v0.10.2 |
2272 | 2025-01-28T17:03:30.935Z | Checking ron v0.8.1 |
2273 | 2025-01-28T17:03:31.366Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2274 | 2025-01-28T17:03:31.683Z | Checking hashbrown v0.13.2 |
2275 | 2025-01-28T17:03:32.202Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2276 | 2025-01-28T17:03:32.337Z | Checking crc-any v2.5.0 |
2277 | 2025-01-28T17:03:32.619Z | Checking nu-ansi-term v0.50.1 |
2278 | 2025-01-28T17:03:32.716Z | Checking object v0.30.4 |
2279 | 2025-01-28T17:03:32.875Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2025-01-28T17:03:32.924Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2281 | 2025-01-28T17:03:33.010Z | Checking reedline v0.35.0 |
2282 | 2025-01-28T17:03:33.463Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2283 | 2025-01-28T17:03:33.530Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2284 | 2025-01-28T17:03:35.355Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2285 | 2025-01-28T17:03:35.680Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2286 | 2025-01-28T17:03:35.897Z | Compiling parking_lot_core v0.8.6 |
2287 | 2025-01-28T17:03:35.932Z | Checking path-slash v0.1.5 |
2288 | 2025-01-28T17:03:36.107Z | Compiling phf_generator v0.11.2 |
2289 | 2025-01-28T17:03:36.178Z | Checking glob v0.3.2 |
2290 | 2025-01-28T17:03:36.299Z | Checking bytecount v0.6.8 |
2291 | 2025-01-28T17:03:36.481Z | Checking papergrid v0.11.0 |
2292 | 2025-01-28T17:03:36.503Z | Compiling phf_codegen v0.11.2 |
2293 | 2025-01-28T17:03:36.732Z | Compiling tabled_derive v0.7.0 |
2294 | 2025-01-28T17:03:36.757Z | Checking parking_lot v0.11.2 |
2295 | 2025-01-28T17:03:37.097Z | Compiling parse-zoneinfo v0.3.1 |
2296 | 2025-01-28T17:03:37.695Z | Checking progenitor v0.9.1 |
2297 | 2025-01-28T17:03:37.932Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2298 | 2025-01-28T17:03:37.959Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2299 | 2025-01-28T17:03:38.362Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2300 | 2025-01-28T17:03:38.874Z | Compiling cfg_aliases v0.1.1 |
2301 | 2025-01-28T17:03:38.993Z | Compiling nix v0.28.0 |
2302 | 2025-01-28T17:03:39.072Z | Checking tabled v0.15.0 |
2303 | 2025-01-28T17:03:39.791Z | Compiling chrono-tz-build v0.4.0 |
2304 | 2025-01-28T17:03:41.086Z | Checking sled v0.34.7 |
2305 | 2025-01-28T17:03:41.729Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2306 | 2025-01-28T17:03:41.945Z | Checking hickory-client v0.24.2 |
2307 | 2025-01-28T17:03:42.638Z | Checking hickory-server v0.24.2 |
2308 | 2025-01-28T17:03:42.941Z | Compiling chrono-tz v0.10.1 |
2309 | 2025-01-28T17:03:43.449Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2310 | 2025-01-28T17:03:43.606Z | Compiling unicase v2.7.0 |
2311 | 2025-01-28T17:03:43.877Z | Compiling buf-list v1.0.3 |
2312 | 2025-01-28T17:03:43.990Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2313 | 2025-01-28T17:03:44.514Z | Compiling peg-macros v0.8.4 |
2314 | 2025-01-28T17:03:45.246Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2315 | 2025-01-28T17:03:45.289Z | Compiling sqlparser_derive v0.2.2 |
2316 | 2025-01-28T17:03:46.331Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2317 | 2025-01-28T17:03:46.355Z | Checking unicode_categories v0.1.1 |
2318 | 2025-01-28T17:03:46.357Z | Checking sqlparser v0.45.0 |
2319 | 2025-01-28T17:03:46.659Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2320 | 2025-01-28T17:03:46.820Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2321 | 2025-01-28T17:03:46.987Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2322 | 2025-01-28T17:03:47.849Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2323 | 2025-01-28T17:03:49.230Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2324 | 2025-01-28T17:03:49.693Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2325 | 2025-01-28T17:03:50.011Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2326 | 2025-01-28T17:03:50.469Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2327 | 2025-01-28T17:03:51.145Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2328 | 2025-01-28T17:03:51.361Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2329 | 2025-01-28T17:03:51.482Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2330 | 2025-01-28T17:03:52.646Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2331 | 2025-01-28T17:03:52.837Z | Checking peg v0.8.4 |
2332 | 2025-01-28T17:03:52.952Z | Checking rustyline v14.0.0 |
2333 | 2025-01-28T17:03:52.977Z | Checking sqlformat v0.2.6 |
2334 | 2025-01-28T17:03:53.305Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2335 | 2025-01-28T17:03:55.721Z | Checking bcs v0.1.6 |
2336 | 2025-01-28T17:03:56.016Z | Checking termtree v0.5.1 |
2337 | 2025-01-28T17:03:56.248Z | Checking primeorder v0.13.6 |
2338 | 2025-01-28T17:03:56.619Z | Compiling mime_guess v2.0.5 |
2339 | 2025-01-28T17:03:56.717Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2340 | 2025-01-28T17:03:56.740Z | Checking nanorand v0.7.0 |
2341 | 2025-01-28T17:03:57.081Z | Checking http-range v0.1.5 |
2342 | 2025-01-28T17:03:57.282Z | Checking flume v0.11.1 |
2343 | 2025-01-28T17:03:57.617Z | Checking atty v0.2.14 |
2344 | 2025-01-28T17:03:57.702Z | Compiling salty v0.3.0 |
2345 | 2025-01-28T17:03:57.766Z | Checking p384 v0.13.0 |
2346 | 2025-01-28T17:03:57.790Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2347 | 2025-01-28T17:03:57.888Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2348 | 2025-01-28T17:03:58.157Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2349 | 2025-01-28T17:03:58.356Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2350 | 2025-01-28T17:03:58.613Z | Checking hyper-staticfile v0.10.1 |
2351 | 2025-01-28T17:03:58.775Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2352 | 2025-01-28T17:03:58.883Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2353 | 2025-01-28T17:03:59.092Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2354 | 2025-01-28T17:03:59.311Z | Compiling dsl_auto_type v0.1.2 |
2355 | 2025-01-28T17:03:59.336Z | Checking scheduled-thread-pool v0.2.7 |
2356 | 2025-01-28T17:03:59.567Z | Checking env_filter v0.1.2 |
2357 | 2025-01-28T17:03:59.596Z | Compiling diesel_table_macro_syntax v0.2.0 |
2358 | 2025-01-28T17:03:59.621Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2359 | 2025-01-28T17:04:00.006Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2360 | 2025-01-28T17:04:00.243Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2361 | 2025-01-28T17:04:00.771Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2362 | 2025-01-28T17:04:01.422Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2363 | 2025-01-28T17:04:01.584Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2364 | 2025-01-28T17:04:01.712Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2365 | 2025-01-28T17:04:02.892Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2366 | 2025-01-28T17:04:02.940Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2367 | 2025-01-28T17:04:03.225Z | Compiling crunchy v0.2.2 |
2368 | 2025-01-28T17:04:03.318Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2369 | 2025-01-28T17:04:03.705Z | Compiling diesel_derives v2.2.3 |
2370 | 2025-01-28T17:04:03.763Z | Checking env_logger v0.11.5 |
2371 | 2025-01-28T17:04:04.084Z | Checking r2d2 v0.8.10 |
2372 | 2025-01-28T17:04:04.137Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2373 | 2025-01-28T17:04:04.407Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2374 | 2025-01-28T17:04:04.770Z | Compiling tiny-keccak v2.0.2 |
2375 | 2025-01-28T17:04:04.981Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2376 | 2025-01-28T17:04:05.106Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2377 | 2025-01-28T17:04:05.411Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2378 | 2025-01-28T17:04:05.464Z | Compiling ref-cast v1.0.23 |
2379 | 2025-01-28T17:04:06.436Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2380 | 2025-01-28T17:04:06.783Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2381 | 2025-01-28T17:04:07.357Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2382 | 2025-01-28T17:04:07.476Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2383 | 2025-01-28T17:04:07.679Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2384 | 2025-01-28T17:04:08.019Z | Compiling ascii-canvas v3.0.0 |
2385 | 2025-01-28T17:04:08.519Z | Compiling ena v0.14.3 |
2386 | 2025-01-28T17:04:08.522Z | Compiling ref-cast-impl v1.0.23 |
2387 | 2025-01-28T17:04:08.934Z | Compiling regex-syntax v0.6.29 |
2388 | 2025-01-28T17:04:09.245Z | Compiling diff v0.1.13 |
2389 | 2025-01-28T17:04:09.899Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2390 | 2025-01-28T17:04:09.923Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2391 | 2025-01-28T17:04:10.293Z | Compiling pin-project-internal v1.1.6 |
2392 | 2025-01-28T17:04:10.343Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2393 | 2025-01-28T17:04:10.660Z | Compiling derive_builder_core v0.20.2 |
2394 | 2025-01-28T17:04:11.684Z | Compiling libxml v0.3.3 |
2395 | 2025-01-28T17:04:12.150Z | Checking signal-hook-tokio v0.3.1 |
2396 | 2025-01-28T17:04:12.354Z | Compiling lalrpop v0.19.12 |
2397 | 2025-01-28T17:04:12.851Z | Compiling derive_builder_macro v0.20.2 |
2398 | 2025-01-28T17:04:12.950Z | Checking pin-project v1.1.6 |
2399 | 2025-01-28T17:04:13.097Z | Compiling strum_macros v0.24.3 |
2400 | 2025-01-28T17:04:13.384Z | Compiling samael v0.0.17 |
2401 | 2025-01-28T17:04:13.696Z | Compiling snafu-derive v0.8.5 |
2402 | 2025-01-28T17:04:14.314Z | Compiling indoc v1.0.9 |
2403 | 2025-01-28T17:04:14.366Z | Checking derive_builder v0.20.2 |
2404 | 2025-01-28T17:04:15.154Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2405 | 2025-01-28T17:04:15.243Z | Checking diesel v2.2.6 |
2406 | 2025-01-28T17:04:16.106Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2407 | 2025-01-28T17:04:16.263Z | Checking olpc-cjson v0.1.4 |
2408 | 2025-01-28T17:04:16.422Z | Checking globset v0.4.15 |
2409 | 2025-01-28T17:04:16.445Z | Checking quick-xml v0.33.0 |
2410 | 2025-01-28T17:04:16.481Z | Checking serde_plain v1.0.2 |
2411 | 2025-01-28T17:04:16.754Z | Compiling impl-trait-for-tuples v0.2.2 |
2412 | 2025-01-28T17:04:16.911Z | Compiling oso-derive v0.27.3 |
2413 | 2025-01-28T17:04:17.408Z | Compiling memoffset v0.9.1 |
2414 | 2025-01-28T17:04:17.760Z | Checking typed-path v0.9.3 |
2415 | 2025-01-28T17:04:18.087Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2416 | 2025-01-28T17:04:18.667Z | Checking snafu v0.8.5 |
2417 | 2025-01-28T17:04:19.142Z | Checking tungstenite v0.23.0 |
2418 | 2025-01-28T17:04:19.651Z | Checking tough v0.19.0 |
2419 | 2025-01-28T17:04:19.763Z | Compiling diesel-dtrace v0.4.2 |
2420 | 2025-01-28T17:04:20.057Z | Checking parse-size v1.1.0 |
2421 | 2025-01-28T17:04:20.171Z | Checking tokio-tungstenite v0.23.1 |
2422 | 2025-01-28T17:04:20.400Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2423 | 2025-01-28T17:04:20.640Z | Checking bb8 v0.8.5 |
2424 | 2025-01-28T17:04:20.703Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2425 | 2025-01-28T17:04:21.129Z | Checking nix v0.27.1 |
2426 | 2025-01-28T17:04:21.160Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2427 | 2025-01-28T17:04:21.439Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2428 | 2025-01-28T17:04:22.926Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2429 | 2025-01-28T17:04:23.730Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2430 | 2025-01-28T17:04:23.936Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2431 | 2025-01-28T17:04:23.960Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2432 | 2025-01-28T17:04:24.111Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2433 | 2025-01-28T17:04:24.436Z | Checking heck v0.4.1 |
2434 | 2025-01-28T17:04:24.681Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2435 | 2025-01-28T17:04:25.083Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2436 | 2025-01-28T17:04:25.110Z | Checking rand_seeder v0.3.0 |
2437 | 2025-01-28T17:04:25.355Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2438 | 2025-01-28T17:04:25.416Z | Checking assert_matches v1.5.0 |
2439 | 2025-01-28T17:04:25.533Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2440 | 2025-01-28T17:04:25.606Z | Compiling libz-sys v1.1.20 |
2441 | 2025-01-28T17:04:25.773Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2442 | 2025-01-28T17:04:25.987Z | Checking castaway v0.2.3 |
2443 | 2025-01-28T17:04:26.100Z | Checking is_ci v1.2.0 |
2444 | 2025-01-28T17:04:26.172Z | Checking compact_str v0.8.0 |
2445 | 2025-01-28T17:04:26.275Z | Checking supports-color v3.0.1 |
2446 | 2025-01-28T17:04:26.389Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2447 | 2025-01-28T17:04:26.503Z | Checking unicode-truncate v1.1.0 |
2448 | 2025-01-28T17:04:26.768Z | Checking lru v0.12.5 |
2449 | 2025-01-28T17:04:26.969Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2450 | 2025-01-28T17:04:27.016Z | Compiling instability v0.3.2 |
2451 | 2025-01-28T17:04:27.066Z | Checking cassowary v0.3.0 |
2452 | 2025-01-28T17:04:27.391Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2453 | 2025-01-28T17:04:27.631Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2454 | 2025-01-28T17:04:27.803Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2455 | 2025-01-28T17:04:28.039Z | Checking ratatui v0.28.1 |
2456 | 2025-01-28T17:04:28.517Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2457 | 2025-01-28T17:04:28.713Z | Compiling vergen v8.3.2 |
2458 | 2025-01-28T17:04:29.029Z | Compiling cargo-platform v0.1.8 |
2459 | 2025-01-28T17:04:29.053Z | Checking smawk v0.3.2 |
2460 | 2025-01-28T17:04:29.285Z | Checking unicode-linebreak v0.1.5 |
2461 | 2025-01-28T17:04:29.613Z | Compiling cargo_metadata v0.18.1 |
2462 | 2025-01-28T17:04:29.742Z | Checking textwrap v0.16.1 |
2463 | 2025-01-28T17:04:30.197Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2464 | 2025-01-28T17:04:30.765Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2465 | 2025-01-28T17:04:30.868Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2466 | 2025-01-28T17:04:31.481Z | Compiling libsqlite3-sys v0.30.1 |
2467 | 2025-01-28T17:04:32.018Z | Compiling cfg_aliases v0.2.1 |
2468 | 2025-01-28T17:04:32.135Z | Compiling rustls v0.21.12 |
2469 | 2025-01-28T17:04:32.249Z | Checking shell-words v1.1.0 |
2470 | 2025-01-28T17:04:32.443Z | Compiling nix v0.29.0 |
2471 | 2025-01-28T17:04:32.554Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2472 | 2025-01-28T17:04:32.640Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2473 | 2025-01-28T17:04:32.872Z | Checking rustls-webpki v0.101.7 |
2474 | 2025-01-28T17:04:32.941Z | Checking sct v0.7.1 |
2475 | 2025-01-28T17:04:33.303Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2476 | 2025-01-28T17:04:33.594Z | Checking hashlink v0.9.1 |
2477 | 2025-01-28T17:04:33.615Z | Checking concurrent-queue v2.5.0 |
2478 | 2025-01-28T17:04:33.865Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2479 | 2025-01-28T17:04:33.948Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2480 | 2025-01-28T17:04:34.042Z | Checking fallible-streaming-iterator v0.1.9 |
2481 | 2025-01-28T17:04:34.105Z | Checking fallible-iterator v0.3.0 |
2482 | 2025-01-28T17:04:34.286Z | Checking parking v2.2.1 |
2483 | 2025-01-28T17:04:34.493Z | Checking plotters-backend v0.3.7 |
2484 | 2025-01-28T17:04:34.684Z | Checking rusqlite v0.32.1 |
2485 | 2025-01-28T17:04:34.877Z | Checking plotters-svg v0.3.7 |
2486 | 2025-01-28T17:04:35.099Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2487 | 2025-01-28T17:04:35.128Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2488 | 2025-01-28T17:04:36.362Z | Checking tokio-rustls v0.24.1 |
2489 | 2025-01-28T17:04:36.532Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2490 | 2025-01-28T17:04:36.554Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2491 | 2025-01-28T17:04:36.746Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2492 | 2025-01-28T17:04:37.066Z | Checking rustls-pemfile v1.0.4 |
2493 | 2025-01-28T17:04:37.300Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2494 | 2025-01-28T17:04:37.324Z | Checking twox-hash v2.1.0 |
2495 | 2025-01-28T17:04:37.638Z | Checking cast v0.3.0 |
2496 | 2025-01-28T17:04:37.656Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2497 | 2025-01-28T17:04:37.940Z | Checking criterion-plot v0.5.0 |
2498 | 2025-01-28T17:04:37.971Z | Checking plotters v0.3.7 |
2499 | 2025-01-28T17:04:38.420Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2500 | 2025-01-28T17:04:39.352Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2501 | 2025-01-28T17:04:39.679Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2502 | 2025-01-28T17:04:39.933Z | Checking fatfs v0.3.6 |
2503 | 2025-01-28T17:04:40.271Z | Checking tinytemplate v1.2.1 |
2504 | 2025-01-28T17:04:40.701Z | Checking csv-core v0.1.11 |
2505 | 2025-01-28T17:04:40.895Z | Checking hex-literal v0.4.1 |
2506 | 2025-01-28T17:04:41.055Z | Checking oorandom v11.1.4 |
2507 | 2025-01-28T17:04:41.057Z | Checking anes v0.1.6 |
2508 | 2025-01-28T17:04:41.246Z | Checking csv v1.3.1 |
2509 | 2025-01-28T17:04:41.328Z | Checking event-listener v5.3.1 |
2510 | 2025-01-28T17:04:41.419Z | Checking criterion v0.5.1 |
2511 | 2025-01-28T17:04:41.727Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2512 | 2025-01-28T17:04:42.079Z | Checking rtoolbox v0.0.2 |
2513 | 2025-01-28T17:04:42.312Z | Checking rpassword v7.3.1 |
2514 | 2025-01-28T17:04:42.481Z | Checking event-listener-strategy v0.5.2 |
2515 | 2025-01-28T17:04:42.673Z | Checking tui-tree-widget v0.22.0 |
2516 | 2025-01-28T17:04:43.033Z | Checking polyval v0.6.2 |
2517 | 2025-01-28T17:04:43.246Z | Checking ghash v0.5.1 |
2518 | 2025-01-28T17:04:43.439Z | Checking futures-lite v2.3.0 |
2519 | 2025-01-28T17:04:44.034Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2520 | 2025-01-28T17:04:44.601Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2521 | 2025-01-28T17:04:45.045Z | Checking async-bb8-diesel v0.2.1 |
2522 | 2025-01-28T17:04:45.465Z | Checking ctr v0.9.2 |
2523 | 2025-01-28T17:04:45.739Z | Checking yansi v1.0.1 |
2524 | 2025-01-28T17:04:46.280Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2525 | 2025-01-28T17:04:46.354Z | Checking pretty_assertions v1.4.1 |
2526 | 2025-01-28T17:04:46.428Z | Checking aes-gcm v0.10.3 |
2527 | 2025-01-28T17:04:46.576Z | Checking ssh-encoding v0.2.0 |
2528 | 2025-01-28T17:04:46.691Z | Checking blowfish v0.9.1 |
2529 | 2025-01-28T17:04:46.943Z | Checking ssh-cipher v0.2.0 |
2530 | 2025-01-28T17:04:46.967Z | Checking bcrypt-pbkdf v0.10.0 |
2531 | 2025-01-28T17:04:47.231Z | Checking async-lock v3.4.0 |
2532 | 2025-01-28T17:04:47.234Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2533 | 2025-01-28T17:04:47.972Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2534 | 2025-01-28T17:04:48.092Z | Checking polling v3.7.3 |
2535 | 2025-01-28T17:04:48.458Z | Checking password-hash v0.4.2 |
2536 | 2025-01-28T17:04:48.831Z | Checking pbkdf2 v0.11.0 |
2537 | 2025-01-28T17:04:49.141Z | Checking async-io v2.3.4 |
2538 | 2025-01-28T17:04:49.230Z | Checking ssh-key v0.6.6 |
2539 | 2025-01-28T17:04:50.047Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2540 | 2025-01-28T17:04:50.744Z | Checking p256 v0.13.2 |
2541 | 2025-01-28T17:04:50.801Z | Checking p521 v0.13.3 |
2542 | 2025-01-28T17:04:51.278Z | Checking russh-cryptovec v0.7.3 |
2543 | 2025-01-28T17:04:51.489Z | Checking async-task v4.7.1 |
2544 | 2025-01-28T17:04:51.885Z | Checking md5 v0.7.0 |
2545 | 2025-01-28T17:04:52.070Z | Compiling doc-comment v0.3.3 |
2546 | 2025-01-28T17:04:52.168Z | Compiling target-lexicon v0.12.16 |
2547 | 2025-01-28T17:04:52.251Z | Checking russh-keys v0.45.0 |
2548 | 2025-01-28T17:04:52.761Z | Checking async-channel v2.3.1 |
2549 | 2025-01-28T17:04:53.052Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2550 | 2025-01-28T17:04:53.221Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2551 | 2025-01-28T17:04:53.606Z | Checking piper v0.2.4 |
2552 | 2025-01-28T17:04:53.859Z | Checking num-bigint v0.4.6 |
2553 | 2025-01-28T17:04:53.988Z | Checking des v0.8.1 |
2554 | 2025-01-28T17:04:54.281Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2555 | 2025-01-28T17:04:54.572Z | Compiling assert_cmd v2.0.16 |
2556 | 2025-01-28T17:04:54.976Z | Compiling guppy-workspace-hack v0.1.0 |
2557 | 2025-01-28T17:04:55.154Z | Checking futures-timer v3.0.3 |
2558 | 2025-01-28T17:04:55.315Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2559 | 2025-01-28T17:04:55.508Z | Checking blocking v1.6.1 |
2560 | 2025-01-28T17:04:56.162Z | Checking russh v0.45.0 |
2561 | 2025-01-28T17:04:56.419Z | Checking async-executor v1.13.1 |
2562 | 2025-01-28T17:04:56.694Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2563 | 2025-01-28T17:04:56.763Z | Checking async-signal v0.2.10 |
2564 | 2025-01-28T17:04:57.061Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2565 | 2025-01-28T17:04:57.487Z | Checking internet-checksum v0.2.1 |
2566 | 2025-01-28T17:04:57.560Z | Checking event-listener v2.5.3 |
2567 | 2025-01-28T17:04:57.696Z | Compiling target-spec v3.2.2 |
2568 | 2025-01-28T17:04:57.785Z | Checking async-channel v1.9.0 |
2569 | 2025-01-28T17:04:58.227Z | Checking async-process v2.3.0 |
2570 | 2025-01-28T17:04:58.384Z | Checking async-global-executor v2.4.1 |
2571 | 2025-01-28T17:04:58.608Z | Checking cfg-expr v0.17.0 |
2572 | 2025-01-28T17:04:58.810Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2573 | 2025-01-28T17:04:59.014Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2574 | 2025-01-28T17:04:59.354Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2575 | 2025-01-28T17:04:59.794Z | Checking httptest v0.16.1 |
2576 | 2025-01-28T17:05:00.114Z | Checking rustls-native-certs v0.7.3 |
2577 | 2025-01-28T17:05:00.207Z | Compiling petname v2.0.2 |
2578 | 2025-01-28T17:05:00.310Z | Checking num_cpus v1.16.0 |
2579 | 2025-01-28T17:05:00.450Z | Checking kv-log-macro v1.0.7 |
2580 | 2025-01-28T17:05:00.473Z | Compiling async-attributes v1.1.2 |
2581 | 2025-01-28T17:05:01.330Z | Checking async-std v1.13.0 |
2582 | 2025-01-28T17:05:01.559Z | Checking threadpool v1.8.1 |
2583 | 2025-01-28T17:05:01.788Z | Checking hyper-rustls v0.26.0 |
2584 | 2025-01-28T17:05:02.483Z | Checking pathdiff v0.2.2 |
2585 | 2025-01-28T17:05:02.508Z | Compiling rstest_macros v0.23.0 |
2586 | 2025-01-28T17:05:02.641Z | Compiling target-triple v0.1.3 |
2587 | 2025-01-28T17:05:02.712Z | Checking nested v0.1.1 |
2588 | 2025-01-28T17:05:02.960Z | Checking escape8259 v0.5.3 |
2589 | 2025-01-28T17:05:03.118Z | Checking guppy v0.17.8 |
2590 | 2025-01-28T17:05:03.184Z | Checking libtest-mimic v0.7.3 |
2591 | 2025-01-28T17:05:03.215Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2592 | 2025-01-28T17:05:04.469Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2593 | 2025-01-28T17:05:04.755Z | Checking async-object-pool v0.1.5 |
2594 | 2025-01-28T17:05:04.777Z | Checking similar-asserts v1.6.0 |
2595 | 2025-01-28T17:05:04.946Z | Checking fancy-regex v0.13.0 |
2596 | 2025-01-28T17:05:05.022Z | Checking serde_regex v1.1.0 |
2597 | 2025-01-28T17:05:05.047Z | Checking assert-json-diff v2.0.2 |
2598 | 2025-01-28T17:05:05.307Z | Compiling proc-macro-crate v3.2.0 |
2599 | 2025-01-28T17:05:05.345Z | Checking path-tree v0.8.1 |
2600 | 2025-01-28T17:05:05.673Z | Compiling relative-path v1.9.3 |
2601 | 2025-01-28T17:05:05.718Z | Checking stringmetrics v2.2.2 |
2602 | 2025-01-28T17:05:05.907Z | Checking sync-ptr v0.1.1 |
2603 | 2025-01-28T17:05:05.963Z | Checking httpmock v0.8.0-alpha.1 |
2604 | 2025-01-28T17:05:06.126Z | Checking datatest-stable v0.2.9 |
2605 | 2025-01-28T17:05:06.399Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2606 | 2025-01-28T17:05:06.467Z | Checking blake2b_simd v1.0.2 |
2607 | 2025-01-28T17:05:07.326Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2608 | 2025-01-28T17:05:07.757Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2609 | 2025-01-28T17:05:08.083Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2610 | 2025-01-28T17:05:08.408Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2611 | 2025-01-28T17:05:08.731Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2612 | 2025-01-28T17:05:09.278Z | Checking serde_tokenstream v0.2.2 |
2613 | 2025-01-28T17:05:09.710Z | Checking uzers v0.12.1 |
2614 | 2025-01-28T17:05:10.265Z | Checking rust-argon2 v2.1.0 |
2615 | 2025-01-28T17:05:10.735Z | Checking trybuild v1.0.101 |
2616 | 2025-01-28T17:05:10.823Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2617 | 2025-01-28T17:05:11.948Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2618 | 2025-01-28T17:05:12.008Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2619 | 2025-01-28T17:05:13.211Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2620 | 2025-01-28T17:05:13.607Z | Checking rand_distr v0.4.3 |
2621 | 2025-01-28T17:05:14.242Z | Checking multimap v0.10.0 |
2622 | 2025-01-28T17:05:14.543Z | Checking approx v0.5.1 |
2623 | 2025-01-28T17:05:14.843Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2624 | 2025-01-28T17:05:15.564Z | Checking rstest v0.23.0 |
2625 | 2025-01-28T17:05:15.797Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2626 | 2025-01-28T17:05:16.414Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2627 | 2025-01-28T17:05:16.954Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2628 | 2025-01-28T17:05:17.749Z | Checking partial-io v0.5.4 |
2629 | 2025-01-28T17:05:17.812Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2630 | 2025-01-28T17:05:18.072Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2631 | 2025-01-28T17:05:18.122Z | Checking cargo_toml v0.20.5 |
2632 | 2025-01-28T17:05:18.147Z | Checking termios v0.3.3 |
2633 | 2025-01-28T17:05:18.376Z | Compiling indoc v2.0.5 |
2634 | 2025-01-28T17:05:19.291Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2635 | 2025-01-28T17:05:19.599Z | Compiling git2 v0.19.0 |
2636 | 2025-01-28T17:05:20.075Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2637 | 2025-01-28T17:05:21.056Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2638 | 2025-01-28T17:05:22.143Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2639 | 2025-01-28T17:05:28.075Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2640 | 2025-01-28T17:05:37.170Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2641 | 2025-01-28T17:05:40.587Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2642 | 2025-01-28T17:05:49.036Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2643 | 2025-01-28T17:06:16.293Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2644 | 2025-01-28T17:06:17.358Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2645 | 2025-01-28T17:06:19.969Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2646 | 2025-01-28T17:06:32.741Z | Compiling polar-core v0.27.3 |
2647 | 2025-01-28T17:06:40.237Z | Checking oso v0.27.3 |
2648 | 2025-01-28T17:07:14.582Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2649 | 2025-01-28T17:07:14.585Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2650 | 2025-01-28T17:07:14.585Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2651 | 2025-01-28T17:08:23.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 12s |
2652 | 2025-01-28T17:08:23.551Z | |
2653 | 2025-01-28T17:08:23.551Z | real 6:16.904826274 |
2654 | 2025-01-28T17:08:23.551Z | user 33:19.537666137 |
2655 | 2025-01-28T17:08:23.551Z | sys 5:02.787822888 |
2656 | 2025-01-28T17:08:23.551Z | trap 0.960418119 |
2657 | 2025-01-28T17:08:23.551Z | tflt 1.667984273 |
2658 | 2025-01-28T17:08:23.551Z | dflt 0.407125532 |
2659 | 2025-01-28T17:08:23.551Z | kflt 0.002941479 |
2660 | 2025-01-28T17:08:23.551Z | lock 46:29.525628563 |
2661 | 2025-01-28T17:08:23.554Z | slp 1:52:59.037212815 |
2662 | 2025-01-28T17:08:23.554Z | lat 1:42.281662797 |
2663 | 2025-01-28T17:08:23.554Z | stop 6:48.983107282 |
2664 | 2025-01-28T17:08:23.554Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2665 | 2025-01-28T17:08:23.554Z | + ptime -m cargo doc --workspace --no-deps |
2666 | 2025-01-28T17:08:24.759Z | warning: output filename collision. |
2667 | 2025-01-28T17:08:24.759Z | 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)`. |
2668 | 2025-01-28T17:08:24.759Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2669 | 2025-01-28T17:08:24.759Z | The targets should have unique names. |
2670 | 2025-01-28T17:08:24.759Z | This is a known bug where multiple crates with the same name use |
2671 | 2025-01-28T17:08:24.759Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2672 | 2025-01-28T17:08:25.224Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2673 | 2025-01-28T17:08:25.295Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2674 | 2025-01-28T17:08:25.314Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2025-01-28T17:08:25.352Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2676 | 2025-01-28T17:08:25.375Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2677 | 2025-01-28T17:08:25.406Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2678 | 2025-01-28T17:08:25.406Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2679 | 2025-01-28T17:08:25.620Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2680 | 2025-01-28T17:08:25.665Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2681 | 2025-01-28T17:08:25.692Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2682 | 2025-01-28T17:08:25.756Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2683 | 2025-01-28T17:08:25.951Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2684 | 2025-01-28T17:08:26.046Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2685 | 2025-01-28T17:08:26.234Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2686 | 2025-01-28T17:08:26.376Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2687 | 2025-01-28T17:08:26.378Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2688 | 2025-01-28T17:08:26.776Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2689 | 2025-01-28T17:08:27.133Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2690 | 2025-01-28T17:08:27.381Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2691 | 2025-01-28T17:08:27.449Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2692 | 2025-01-28T17:08:27.556Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2693 | 2025-01-28T17:08:27.718Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2694 | 2025-01-28T17:08:27.889Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2695 | 2025-01-28T17:08:28.068Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2696 | 2025-01-28T17:08:28.448Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2697 | 2025-01-28T17:08:28.863Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2698 | 2025-01-28T17:08:29.023Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2699 | 2025-01-28T17:08:29.261Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2700 | 2025-01-28T17:08:29.483Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2701 | 2025-01-28T17:08:29.539Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2702 | 2025-01-28T17:08:29.565Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2703 | 2025-01-28T17:08:29.819Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2704 | 2025-01-28T17:08:29.846Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2705 | 2025-01-28T17:08:29.972Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2706 | 2025-01-28T17:08:29.997Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2707 | 2025-01-28T17:08:30.166Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2708 | 2025-01-28T17:08:30.353Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2709 | 2025-01-28T17:08:30.525Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2710 | 2025-01-28T17:08:30.635Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2711 | 2025-01-28T17:08:30.699Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2712 | 2025-01-28T17:08:30.930Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2713 | 2025-01-28T17:08:31.002Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2714 | 2025-01-28T17:08:31.029Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2715 | 2025-01-28T17:08:31.050Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2716 | 2025-01-28T17:08:31.926Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2717 | 2025-01-28T17:08:32.226Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2718 | 2025-01-28T17:08:33.502Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2025-01-28T17:08:33.600Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2720 | 2025-01-28T17:08:33.943Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2721 | 2025-01-28T17:08:34.670Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2722 | 2025-01-28T17:08:35.093Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2723 | 2025-01-28T17:08:35.705Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2724 | 2025-01-28T17:08:36.300Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2725 | 2025-01-28T17:08:37.147Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2726 | 2025-01-28T17:08:37.357Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2727 | 2025-01-28T17:08:37.377Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2728 | 2025-01-28T17:08:38.380Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2729 | 2025-01-28T17:08:38.460Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2730 | 2025-01-28T17:08:38.893Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2731 | 2025-01-28T17:08:39.679Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2732 | 2025-01-28T17:08:40.374Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2733 | 2025-01-28T17:08:40.938Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2734 | 2025-01-28T17:08:41.222Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2735 | 2025-01-28T17:08:41.843Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2736 | 2025-01-28T17:08:42.443Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2737 | 2025-01-28T17:08:44.101Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2738 | 2025-01-28T17:08:44.655Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2739 | 2025-01-28T17:08:44.793Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2740 | 2025-01-28T17:08:45.207Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2741 | 2025-01-28T17:08:45.596Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2742 | 2025-01-28T17:08:45.820Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2743 | 2025-01-28T17:08:46.225Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2744 | 2025-01-28T17:08:46.253Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2745 | 2025-01-28T17:08:46.382Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2746 | 2025-01-28T17:08:47.817Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2747 | 2025-01-28T17:08:48.384Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2748 | 2025-01-28T17:08:48.577Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2749 | 2025-01-28T17:08:48.765Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2750 | 2025-01-28T17:08:49.032Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2751 | 2025-01-28T17:08:49.165Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2752 | 2025-01-28T17:08:49.484Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2753 | 2025-01-28T17:08:49.621Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2754 | 2025-01-28T17:08:49.768Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2755 | 2025-01-28T17:08:49.896Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2756 | 2025-01-28T17:08:50.360Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2757 | 2025-01-28T17:08:50.893Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2758 | 2025-01-28T17:08:50.963Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2759 | 2025-01-28T17:08:51.146Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2760 | 2025-01-28T17:08:51.494Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2761 | 2025-01-28T17:08:51.554Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2762 | 2025-01-28T17:08:52.491Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2763 | 2025-01-28T17:08:52.742Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2764 | 2025-01-28T17:08:52.949Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2765 | 2025-01-28T17:08:53.192Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2766 | 2025-01-28T17:08:53.246Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2767 | 2025-01-28T17:08:53.464Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2768 | 2025-01-28T17:08:53.513Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2769 | 2025-01-28T17:08:53.924Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2770 | 2025-01-28T17:08:53.946Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2771 | 2025-01-28T17:08:54.088Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2772 | 2025-01-28T17:08:54.665Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2773 | 2025-01-28T17:08:55.120Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2774 | 2025-01-28T17:08:55.189Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2775 | 2025-01-28T17:08:55.363Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2776 | 2025-01-28T17:08:56.738Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2777 | 2025-01-28T17:08:57.830Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2778 | 2025-01-28T17:08:58.467Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2779 | 2025-01-28T17:08:59.209Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2780 | 2025-01-28T17:08:59.420Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2781 | 2025-01-28T17:08:59.499Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2782 | 2025-01-28T17:08:59.658Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2783 | 2025-01-28T17:08:59.832Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2784 | 2025-01-28T17:08:59.924Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2785 | 2025-01-28T17:09:00.217Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2786 | 2025-01-28T17:09:00.981Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2787 | 2025-01-28T17:09:01.104Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2788 | 2025-01-28T17:09:01.470Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2789 | 2025-01-28T17:09:01.848Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2790 | 2025-01-28T17:09:01.873Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2791 | 2025-01-28T17:09:02.141Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2792 | 2025-01-28T17:09:02.179Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2793 | 2025-01-28T17:09:04.464Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2794 | 2025-01-28T17:09:04.967Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2795 | 2025-01-28T17:09:06.624Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2796 | 2025-01-28T17:09:07.173Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2797 | 2025-01-28T17:09:07.200Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2798 | 2025-01-28T17:09:07.644Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2799 | 2025-01-28T17:09:07.761Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2800 | 2025-01-28T17:09:09.597Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2801 | 2025-01-28T17:09:09.999Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2802 | 2025-01-28T17:09:10.439Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2803 | 2025-01-28T17:09:13.178Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2804 | 2025-01-28T17:09:14.237Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2805 | 2025-01-28T17:09:14.821Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2806 | 2025-01-28T17:09:18.486Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2807 | 2025-01-28T17:09:18.825Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2808 | 2025-01-28T17:09:20.416Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2809 | 2025-01-28T17:09:25.881Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2810 | 2025-01-28T17:09:26.987Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2811 | 2025-01-28T17:09:27.494Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2812 | 2025-01-28T17:09:27.567Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2813 | 2025-01-28T17:09:29.088Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2814 | 2025-01-28T17:09:29.495Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2815 | 2025-01-28T17:09:30.148Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2816 | 2025-01-28T17:09:31.434Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2817 | 2025-01-28T17:09:31.779Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2818 | 2025-01-28T17:09:31.980Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2819 | 2025-01-28T17:09:32.284Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2820 | 2025-01-28T17:09:36.414Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2821 | 2025-01-28T17:09:36.860Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2822 | 2025-01-28T17:09:37.463Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2823 | 2025-01-28T17:09:38.982Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2824 | 2025-01-28T17:09:39.485Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2825 | 2025-01-28T17:09:39.709Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2826 | 2025-01-28T17:09:39.732Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2827 | 2025-01-28T17:09:41.494Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2828 | 2025-01-28T17:09:42.148Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2829 | 2025-01-28T17:09:43.644Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2830 | 2025-01-28T17:09:43.990Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2831 | 2025-01-28T17:09:44.033Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2832 | 2025-01-28T17:09:45.064Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2833 | 2025-01-28T17:09:46.942Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2834 | 2025-01-28T17:09:47.594Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2835 | 2025-01-28T17:09:47.692Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2836 | 2025-01-28T17:09:47.762Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2837 | 2025-01-28T17:09:48.526Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2838 | 2025-01-28T17:09:49.271Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2839 | 2025-01-28T17:09:51.375Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2840 | 2025-01-28T17:09:51.491Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2841 | 2025-01-28T17:09:52.091Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2842 | 2025-01-28T17:09:52.192Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2843 | 2025-01-28T17:09:52.732Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2844 | 2025-01-28T17:09:53.119Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2845 | 2025-01-28T17:09:55.228Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2846 | 2025-01-28T17:09:55.393Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2847 | 2025-01-28T17:09:55.415Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2848 | 2025-01-28T17:09:56.122Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2849 | 2025-01-28T17:09:56.288Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2850 | 2025-01-28T17:09:58.448Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2851 | 2025-01-28T17:09:58.703Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2852 | 2025-01-28T17:09:59.488Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2853 | 2025-01-28T17:10:00.206Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2854 | 2025-01-28T17:10:01.382Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2855 | 2025-01-28T17:10:02.447Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2856 | 2025-01-28T17:10:02.683Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2857 | 2025-01-28T17:10:02.705Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2858 | 2025-01-28T17:10:03.433Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2859 | 2025-01-28T17:10:05.312Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2860 | 2025-01-28T17:10:06.789Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2861 | 2025-01-28T17:10:07.026Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2862 | 2025-01-28T17:10:07.348Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2863 | 2025-01-28T17:10:07.489Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2864 | 2025-01-28T17:10:08.129Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2865 | 2025-01-28T17:10:11.007Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2866 | 2025-01-28T17:10:11.423Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2867 | 2025-01-28T17:10:12.002Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2868 | 2025-01-28T17:10:12.352Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2869 | 2025-01-28T17:10:12.441Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2870 | 2025-01-28T17:10:14.675Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2871 | 2025-01-28T17:10:15.530Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2872 | 2025-01-28T17:10:16.061Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2873 | 2025-01-28T17:10:16.454Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2874 | 2025-01-28T17:10:17.115Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2875 | 2025-01-28T17:10:18.402Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2876 | 2025-01-28T17:10:18.931Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2877 | 2025-01-28T17:10:19.682Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2878 | 2025-01-28T17:10:19.685Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2879 | 2025-01-28T17:10:20.577Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2880 | 2025-01-28T17:10:21.890Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2881 | 2025-01-28T17:10:23.313Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2882 | 2025-01-28T17:10:23.342Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2883 | 2025-01-28T17:10:23.865Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2884 | 2025-01-28T17:10:24.032Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2885 | 2025-01-28T17:10:26.737Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2886 | 2025-01-28T17:10:26.861Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2887 | 2025-01-28T17:10:27.139Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2888 | 2025-01-28T17:10:27.203Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2889 | 2025-01-28T17:10:27.225Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2890 | 2025-01-28T17:10:27.787Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2891 | 2025-01-28T17:10:28.055Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2892 | 2025-01-28T17:10:28.415Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2893 | 2025-01-28T17:10:28.893Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2894 | 2025-01-28T17:10:29.312Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2895 | 2025-01-28T17:10:29.976Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2896 | 2025-01-28T17:10:48.212Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2897 | 2025-01-28T17:10:48.215Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2898 | 2025-01-28T17:10:48.215Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2899 | 2025-01-28T17:10:48.215Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2900 | 2025-01-28T17:10:49.148Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2901 | 2025-01-28T17:10:49.196Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2902 | 2025-01-28T17:10:49.262Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2903 | 2025-01-28T17:10:49.378Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2904 | 2025-01-28T17:10:51.328Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2905 | 2025-01-28T17:10:56.058Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2906 | 2025-01-28T17:10:56.926Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2907 | 2025-01-28T17:11:34.830Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2908 | 2025-01-28T17:11:41.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 17s |
2909 | 2025-01-28T17:11:41.556Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2910 | 2025-01-28T17:11:41.624Z | |
2911 | 2025-01-28T17:11:41.627Z | real 3:18.010413660 |
2912 | 2025-01-28T17:11:41.627Z | user 17:29.236169933 |
2913 | 2025-01-28T17:11:41.627Z | sys 2:28.815004471 |
2914 | 2025-01-28T17:11:41.627Z | trap 0.489854028 |
2915 | 2025-01-28T17:11:41.627Z | tflt 0.225178989 |
2916 | 2025-01-28T17:11:41.627Z | dflt 0.085972648 |
2917 | 2025-01-28T17:11:41.627Z | kflt 0.000098846 |
2918 | 2025-01-28T17:11:41.627Z | lock 27:59.515194895 |
2919 | 2025-01-28T17:11:41.627Z | slp 49:14.135793513 |
2920 | 2025-01-28T17:11:41.627Z | lat 1:03.132600114 |
2921 | 2025-01-28T17:11:41.627Z | stop 1:20.078169976 |
2922 | 2025-01-28T17:11:41.627Z | process exited: duration 880064 ms, exit code 0 |
|
2923 | 2025-01-28T17:11:41.633Z | found 0 output files |