|
|
|
1 | 2025-03-21T17:29:11.383Z | job assigned to worker 01JPWVZ8F5QMXAJ49AJFNFAATE [factory aws, i-0eb67009372473386] (queued for 1 m 8 s) |
|
2 | 2025-03-21T17:29:19.866Z | starting task 0: "setup" |
3 | 2025-03-21T17:29:19.876Z | ++ uname -s |
4 | 2025-03-21T17:29:19.876Z | + kern=SunOS |
5 | 2025-03-21T17:29:19.876Z | + build_user=build |
6 | 2025-03-21T17:29:19.876Z | + build_uid=12345 |
7 | 2025-03-21T17:29:19.876Z | + work_dir=/work |
8 | 2025-03-21T17:29:19.876Z | + input_dir=/input |
9 | 2025-03-21T17:29:19.876Z | + [[ 0 == 12345 ]] |
10 | 2025-03-21T17:29:19.876Z | + case "$kern" in |
11 | 2025-03-21T17:29:19.876Z | + groupadd -g 12345 build |
12 | 2025-03-21T17:29:19.876Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-21T17:29:21.881Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-21T17:29:22.002Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-21T17:29:22.005Z | + home_fs=zfs |
16 | 2025-03-21T17:29:22.005Z | + [[ zfs == autofs ]] |
17 | 2025-03-21T17:29:22.005Z | + mkdir -p /home/build |
18 | 2025-03-21T17:29:22.008Z | + chown build:build /home/build /work |
19 | 2025-03-21T17:29:24.008Z | + chmod 0700 /home/build /work |
20 | 2025-03-21T17:29:24.012Z | process exited: duration 4151 ms, exit code 0 |
|
21 | 2025-03-21T17:29:24.018Z | starting task 1: "rust-toolchain" |
22 | 2025-03-21T17:29:24.024Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-21T17:29:24.024Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-21T17:29:24.024Z | * rust toolchain profile = "default" |
25 | 2025-03-21T17:29:24.028Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-21T17:29:24.028Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-21T17:29:24.028Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-21T17:29:24.028Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-21T17:29:24.028Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-21T17:29:24.132Z | info: downloading installer |
31 | 2025-03-21T17:29:25.334Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-21T17:29:25.334Z | warn: /opt/ooce/bin |
33 | 2025-03-21T17:29:25.334Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-21T17:29:25.334Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-21T17:29:25.334Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-21T17:29:25.334Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-21T17:29:25.334Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-21T17:29:25.334Z | error: cannot install while Rust is installed |
39 | 2025-03-21T17:29:25.334Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-21T17:29:25.361Z | info: profile set to 'default' |
41 | 2025-03-21T17:29:25.361Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-21T17:29:25.364Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-21T17:29:25.514Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-21T17:29:25.514Z | info: downloading component 'cargo' |
45 | 2025-03-21T17:29:26.251Z | info: downloading component 'clippy' |
46 | 2025-03-21T17:29:26.569Z | info: downloading component 'rust-docs' |
47 | 2025-03-21T17:29:27.708Z | info: downloading component 'rust-std' |
48 | 2025-03-21T17:29:29.720Z | info: downloading component 'rustc' |
49 | 2025-03-21T17:29:36.524Z | info: downloading component 'rustfmt' |
50 | 2025-03-21T17:29:36.768Z | info: installing component 'cargo' |
51 | 2025-03-21T17:29:37.595Z | info: installing component 'clippy' |
52 | 2025-03-21T17:29:37.977Z | info: installing component 'rust-docs' |
53 | 2025-03-21T17:29:39.693Z | info: installing component 'rust-std' |
54 | 2025-03-21T17:29:41.566Z | info: installing component 'rustc' |
55 | 2025-03-21T17:29:47.407Z | info: installing component 'rustfmt' |
56 | 2025-03-21T17:29:47.734Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-21T17:29:47.734Z | |
58 | 2025-03-21T17:29:48.099Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-21T17:29:48.099Z | |
60 | 2025-03-21T17:29:48.103Z | |
61 | 2025-03-21T17:29:48.103Z | Rust is installed now. Great! |
62 | 2025-03-21T17:29:48.103Z | |
63 | 2025-03-21T17:29:48.103Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-21T17:29:48.103Z | environment variable. This has not been done automatically. |
65 | 2025-03-21T17:29:48.103Z | |
66 | 2025-03-21T17:29:48.103Z | To configure your current shell, you need to source |
67 | 2025-03-21T17:29:48.103Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-21T17:29:48.103Z | |
69 | 2025-03-21T17:29:48.103Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-21T17:29:48.103Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-21T17:29:48.103Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-21T17:29:48.103Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-21T17:29:48.171Z | + rustup --version |
74 | 2025-03-21T17:29:48.182Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-21T17:29:48.182Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-21T17:29:48.210Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-21T17:29:48.213Z | + cargo --version |
78 | 2025-03-21T17:29:48.231Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-21T17:29:48.234Z | + rustc --version |
80 | 2025-03-21T17:29:48.259Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-21T17:29:48.262Z | process exited: duration 24240 ms, exit code 0 |
|
82 | 2025-03-21T17:29:48.269Z | starting task 2: "authentication" |
83 | 2025-03-21T17:29:48.291Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-21T17:29:48.300Z | starting task 3: "clone repository" |
85 | 2025-03-21T17:29:48.303Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-21T17:29:48.306Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-21T17:29:48.498Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-21T17:29:55.882Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-21T17:29:55.882Z | + git fetch origin a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
90 | 2025-03-21T17:29:56.169Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-21T17:29:56.169Z | * branch a567d7e0f060702c843ae3aa82bf9c39e46b75a4 -> FETCH_HEAD |
92 | 2025-03-21T17:29:56.180Z | + [[ -n unwind_volume_resource_usage_records ]] |
93 | 2025-03-21T17:29:56.183Z | ++ git branch --show-current |
94 | 2025-03-21T17:29:56.186Z | + current=main |
95 | 2025-03-21T17:29:56.186Z | + [[ main != unwind_volume_resource_usage_records ]] |
96 | 2025-03-21T17:29:56.186Z | + git branch -f unwind_volume_resource_usage_records a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
97 | 2025-03-21T17:29:56.189Z | + git checkout -f unwind_volume_resource_usage_records |
98 | 2025-03-21T17:29:56.370Z | Switched to branch 'unwind_volume_resource_usage_records' |
99 | 2025-03-21T17:29:56.375Z | + git reset --hard a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
100 | 2025-03-21T17:29:56.558Z | HEAD is now at a567d7e0f Clean up volume usage records created by sagas |
101 | 2025-03-21T17:29:56.561Z | process exited: duration 8261 ms, exit code 0 |
|
102 | 2025-03-21T17:29:56.568Z | starting task 4: "build" |
103 | 2025-03-21T17:29:56.573Z | + source ./env.sh |
104 | 2025-03-21T17:29:56.573Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-21T17:29:56.573Z | ++ set -o xtrace |
106 | 2025-03-21T17:29:56.576Z | ++++ dirname ./env.sh |
107 | 2025-03-21T17:29:56.579Z | +++ readlink -f . |
108 | 2025-03-21T17:29:56.688Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-21T17:29:56.691Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-03-21T17:29:56.691Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-21T17:29:56.691Z | ++ 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 |
112 | 2025-03-21T17:29:56.691Z | ++ 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 |
113 | 2025-03-21T17:29:56.691Z | ++ 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 |
114 | 2025-03-21T17:29:56.691Z | ++ 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 |
115 | 2025-03-21T17:29:56.691Z | ++ 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 |
116 | 2025-03-21T17:29:56.691Z | ++ 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 |
117 | 2025-03-21T17:29:56.691Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-21T17:29:56.691Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-21T17:29:56.691Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-21T17:29:56.691Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-21T17:29:56.691Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-21T17:29:56.691Z | + cargo --version |
123 | 2025-03-21T17:29:56.744Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-21T17:29:56.747Z | + rustc --version |
125 | 2025-03-21T17:29:56.814Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-21T17:29:56.817Z | + banner prerequisites |
127 | 2025-03-21T17:29:56.820Z | |
128 | 2025-03-21T17:29:56.820Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-21T17:29:56.820Z | # # # # # # # # # # # # # # # |
130 | 2025-03-21T17:29:56.820Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-21T17:29:56.820Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-21T17:29:56.820Z | # # # # # # # # # # # # # # # |
133 | 2025-03-21T17:29:56.820Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-21T17:29:56.820Z | |
135 | 2025-03-21T17:29:56.827Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-21T17:29:58.738Z | pkg list: illegal option -- F |
137 | 2025-03-21T17:29:58.738Z | Usage: |
138 | 2025-03-21T17:29:58.742Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-21T17:29:58.742Z | [pkg_fmri_pattern ...] |
140 | 2025-03-21T17:29:59.590Z | pkg list: illegal option -- F |
141 | 2025-03-21T17:29:59.590Z | Usage: |
142 | 2025-03-21T17:29:59.594Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-21T17:29:59.594Z | [pkg_fmri_pattern ...] |
144 | 2025-03-21T17:30:09.974Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-21T17:30:14.622Z | Startup: Caching catalogs ... Done |
146 | 2025-03-21T17:30:29.297Z | Planning: Solver setup ... Done (13.609s) |
147 | 2025-03-21T17:30:29.460Z | Planning: Running solver ... Done (0.163s) |
148 | 2025-03-21T17:30:29.842Z | Planning: Finding local manifests ... Done (0.260s) |
149 | 2025-03-21T17:30:29.873Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-21T17:30:30.535Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-21T17:30:30.963Z | Planning: Package planning ... Done (0.429s) |
152 | 2025-03-21T17:30:31.021Z | Planning: Merging actions ... Done (0.057s) |
153 | 2025-03-21T17:30:31.937Z | Planning: Checking for conflicting actions ... Done (0.915s) |
154 | 2025-03-21T17:30:38.349Z | Planning: Consolidating action changes ... Done (6.411s) |
155 | 2025-03-21T17:30:38.806Z | Planning: Evaluating mediators ... Done (0.456s) |
156 | 2025-03-21T17:30:38.886Z | Planning: Planning completed in 24.16 seconds |
157 | 2025-03-21T17:30:38.903Z | Packages to install: 4 |
158 | 2025-03-21T17:30:38.903Z | Packages to update: 3 |
159 | 2025-03-21T17:30:38.906Z | Mediators to change: 2 |
160 | 2025-03-21T17:30:38.906Z | Services to change: 1 |
161 | 2025-03-21T17:30:38.906Z | Estimated space available: 155.59 GB |
162 | 2025-03-21T17:30:38.906Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-21T17:30:38.906Z | Create boot environment: No |
164 | 2025-03-21T17:30:38.906Z | Create backup boot environment: Yes |
165 | 2025-03-21T17:30:38.906Z | Rebuild boot archive: No |
166 | 2025-03-21T17:30:38.906Z | |
167 | 2025-03-21T17:30:38.906Z | Changed mediators: |
168 | 2025-03-21T17:30:38.906Z | mediator clang: |
169 | 2025-03-21T17:30:38.906Z | version: None -> 15 (system default) |
170 | 2025-03-21T17:30:38.906Z | |
171 | 2025-03-21T17:30:38.906Z | mediator llvm: |
172 | 2025-03-21T17:30:38.907Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-21T17:30:38.907Z | |
174 | 2025-03-21T17:30:38.907Z | Changed packages: |
175 | 2025-03-21T17:30:38.907Z | helios-dev |
176 | 2025-03-21T17:30:38.907Z | developer/build-essential |
177 | 2025-03-21T17:30:38.907Z | None -> 11-2.0 |
178 | 2025-03-21T17:30:38.907Z | library/libxmlsec1 |
179 | 2025-03-21T17:30:38.907Z | None -> 1.2.35-2.0 |
180 | 2025-03-21T17:30:38.907Z | ooce/developer/clang-15 |
181 | 2025-03-21T17:30:38.907Z | None -> 15.0.7-2.0 |
182 | 2025-03-21T17:30:38.907Z | ooce/developer/llvm-15 |
183 | 2025-03-21T17:30:38.907Z | None -> 15.0.7-2.0 |
184 | 2025-03-21T17:30:38.907Z | package/pkg |
185 | 2025-03-21T17:30:38.907Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-21T17:30:38.907Z | system/library/g++-runtime |
187 | 2025-03-21T17:30:38.907Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-21T17:30:38.907Z | system/library/gcc-runtime |
189 | 2025-03-21T17:30:38.907Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-21T17:30:38.907Z | |
191 | 2025-03-21T17:30:38.907Z | Services: |
192 | 2025-03-21T17:30:38.907Z | restart_fmri: |
193 | 2025-03-21T17:30:38.907Z | svc:/system/update-man-index:default |
194 | 2025-03-21T17:30:38.907Z | |
195 | 2025-03-21T17:30:38.907Z | Editable files to change: |
196 | 2025-03-21T17:30:38.907Z | Update: |
197 | 2025-03-21T17:30:38.907Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-21T17:30:39.068Z | |
199 | 2025-03-21T17:30:39.068Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-21T17:30:45.309Z | Download: 213/4301 items 1.3/225.4MB 0% complete (1.2M/s) |
201 | 2025-03-21T17:30:50.310Z | Download: 1137/4301 items 33.2/225.4MB 14% complete (3.1M/s) |
202 | 2025-03-21T17:30:55.349Z | Download: 1328/4301 items 115.4/225.4MB 51% complete (11.7M/s) |
203 | 2025-03-21T17:31:00.359Z | Download: 1971/4301 items 118.6/225.4MB 52% complete (8.9M/s) |
204 | 2025-03-21T17:31:06.278Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (3.6M/s) |
205 | 2025-03-21T17:31:11.283Z | Download: 2617/4301 items 120.5/225.4MB 53% complete (182k/s) |
206 | 2025-03-21T17:31:16.284Z | Download: 3249/4301 items 203.1/225.4MB 90% complete (8.7M/s) |
207 | 2025-03-21T17:31:21.287Z | Download: 3762/4301 items 216.8/225.4MB 96% complete (9.7M/s) |
208 | 2025-03-21T17:31:26.449Z | Download: 4202/4301 items 220.5/225.4MB 97% complete (1.8M/s) |
209 | 2025-03-21T17:31:30.361Z | Download: Completed 225.42 MB in 51.29 seconds (4.4M/s) |
210 | 2025-03-21T17:31:32.476Z | Actions: 1/5122 actions (Removing old actions) |
211 | 2025-03-21T17:31:32.499Z | Actions: 194/5122 actions (Installing new actions) |
212 | 2025-03-21T17:31:37.195Z | Actions: 4267/5122 actions (Updating modified actions) |
213 | 2025-03-21T17:31:37.560Z | Actions: Completed 5122 actions in 5.09 seconds. |
214 | 2025-03-21T17:31:37.799Z | Done (0.231s) |
215 | 2025-03-21T17:31:37.803Z | Done (0.002s) |
216 | 2025-03-21T17:31:38.446Z | Done (0.644s) |
217 | 2025-03-21T17:31:44.353Z | Done (5.677s) |
218 | 2025-03-21T17:31:44.731Z | Done (0.309s) |
219 | 2025-03-21T17:31:44.734Z | Done (0.000s) |
220 | 2025-03-21T17:31:44.914Z | Done (0.000s) |
221 | 2025-03-21T17:31:45.639Z | Planning: Evaluating mediator changes ... Done |
222 | 2025-03-21T17:31:45.796Z | Planning: Checking for conflicting actions ... Done |
223 | 2025-03-21T17:31:45.799Z | Planning: Consolidating action changes ... Done |
224 | 2025-03-21T17:31:46.065Z | Planning: Evaluating mediators ... Done |
225 | 2025-03-21T17:31:46.069Z | Planning: Planning completed in 0.43 seconds |
226 | 2025-03-21T17:31:46.106Z | Mediators to change: 2 |
227 | 2025-03-21T17:31:46.106Z | Create boot environment: No |
228 | 2025-03-21T17:31:46.111Z | Create backup boot environment: No |
229 | 2025-03-21T17:31:46.187Z | Done |
230 | 2025-03-21T17:31:46.187Z | Done |
231 | 2025-03-21T17:31:46.609Z | Done |
232 | 2025-03-21T17:31:50.129Z | Done |
233 | 2025-03-21T17:31:50.209Z | Done |
234 | 2025-03-21T17:31:50.216Z | Done |
235 | 2025-03-21T17:31:50.345Z | Done |
236 | 2025-03-21T17:31:50.947Z | Planning: Evaluating mediator changes ... Done |
237 | 2025-03-21T17:31:50.950Z | Planning: Merging actions ... Done |
238 | 2025-03-21T17:31:51.133Z | Planning: Checking for conflicting actions ... Done |
239 | 2025-03-21T17:31:51.136Z | Planning: Consolidating action changes ... Done |
240 | 2025-03-21T17:31:51.394Z | Planning: Evaluating mediators ... Done |
241 | 2025-03-21T17:31:51.447Z | Planning: Planning completed in 0.74 seconds |
242 | 2025-03-21T17:31:51.490Z | Packages to change: 1 |
243 | 2025-03-21T17:31:51.496Z | Mediators to change: 1 |
244 | 2025-03-21T17:31:51.496Z | Services to change: 1 |
245 | 2025-03-21T17:31:51.496Z | Create boot environment: No |
246 | 2025-03-21T17:31:51.496Z | Create backup boot environment: Yes |
247 | 2025-03-21T17:31:53.676Z | Actions: 1/6 actions (Updating modified actions) |
248 | 2025-03-21T17:31:53.681Z | Actions: Completed 6 actions in 0.00 seconds. |
249 | 2025-03-21T17:31:53.681Z | Done |
250 | 2025-03-21T17:31:53.681Z | Done |
251 | 2025-03-21T17:31:53.798Z | Done |
252 | 2025-03-21T17:31:57.328Z | Done |
253 | 2025-03-21T17:31:57.406Z | Done |
254 | 2025-03-21T17:31:57.418Z | Done |
255 | 2025-03-21T17:31:57.547Z | Done |
256 | 2025-03-21T17:31:57.970Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
257 | 2025-03-21T17:31:57.970Z | clang system 15 system |
258 | 2025-03-21T17:31:57.970Z | csh system system illumos |
259 | 2025-03-21T17:31:57.970Z | ctags system system illumos |
260 | 2025-03-21T17:31:57.970Z | gcc vendor 12 vendor |
261 | 2025-03-21T17:31:57.970Z | gcc system 10 system |
262 | 2025-03-21T17:31:57.970Z | gcc system 7 system |
263 | 2025-03-21T17:31:57.970Z | go system 1.20 system |
264 | 2025-03-21T17:31:57.970Z | go system 1.19 system |
265 | 2025-03-21T17:31:57.970Z | llvm system 15 system |
266 | 2025-03-21T17:31:57.971Z | llvm system 14 system |
267 | 2025-03-21T17:31:57.971Z | mariadb system 10.6 system |
268 | 2025-03-21T17:31:57.971Z | mta vendor vendor dma |
269 | 2025-03-21T17:31:57.971Z | openjdk system 17 system |
270 | 2025-03-21T17:31:57.971Z | openjdk system 11 system |
271 | 2025-03-21T17:31:57.971Z | openjdk system 1.8 system |
272 | 2025-03-21T17:31:57.971Z | openssl vendor 3 vendor |
273 | 2025-03-21T17:31:57.971Z | perl system 5.36 system |
274 | 2025-03-21T17:31:57.971Z | postgresql system 15 system |
275 | 2025-03-21T17:31:57.971Z | postgresql system 13 system |
276 | 2025-03-21T17:31:57.971Z | python vendor 3 vendor |
277 | 2025-03-21T17:31:57.971Z | python system 2 system |
278 | 2025-03-21T17:31:57.972Z | python3 system 3.11 system |
279 | 2025-03-21T17:31:57.972Z | ruby system 3.0 system |
280 | 2025-03-21T17:31:57.972Z | words vendor vendor american-english |
281 | 2025-03-21T17:31:57.972Z | words system system australian-english |
282 | 2025-03-21T17:31:57.972Z | words system system british-english |
283 | 2025-03-21T17:31:57.972Z | words system system canadian-english |
284 | 2025-03-21T17:31:57.972Z | words system system french |
285 | 2025-03-21T17:31:57.972Z | words system system italian |
286 | 2025-03-21T17:31:57.972Z | words system system ngerman |
287 | 2025-03-21T17:31:57.972Z | words system system ogerman |
288 | 2025-03-21T17:31:57.972Z | words system system spanish |
289 | 2025-03-21T17:31:58.292Z | PUBLISHER TYPE STATUS P LOCATION |
290 | 2025-03-21T17:31:58.292Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
291 | 2025-03-21T17:32:01.455Z | FMRI IFO |
292 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
293 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
294 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
295 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
296 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
297 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
298 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
299 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
300 | 2025-03-21T17:32:01.455Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
301 | 2025-03-21T17:32:01.456Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
302 | 2025-03-21T17:32:01.456Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
303 | 2025-03-21T17:32:01.456Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
304 | 2025-03-21T17:32:01.456Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
305 | 2025-03-21T17:32:01.456Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
306 | 2025-03-21T17:32:01.456Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
307 | 2025-03-21T17:32:02.280Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
308 | 2025-03-21T17:32:02.606Z | Updating crates.io index |
309 | 2025-03-21T17:32:02.646Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
310 | 2025-03-21T17:32:03.122Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
311 | 2025-03-21T17:32:03.344Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
312 | 2025-03-21T17:32:03.563Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
313 | 2025-03-21T17:32:03.822Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
314 | 2025-03-21T17:32:04.756Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
315 | 2025-03-21T17:32:06.462Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2025-03-21T17:32:07.104Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
317 | 2025-03-21T17:32:07.861Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
318 | 2025-03-21T17:32:08.073Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
319 | 2025-03-21T17:32:08.325Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
320 | 2025-03-21T17:32:08.957Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
321 | 2025-03-21T17:32:09.454Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
322 | 2025-03-21T17:32:09.742Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
323 | 2025-03-21T17:32:10.203Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
324 | 2025-03-21T17:32:10.506Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
325 | 2025-03-21T17:32:10.738Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
326 | 2025-03-21T17:32:10.960Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
327 | 2025-03-21T17:32:11.161Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
328 | 2025-03-21T17:32:11.441Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
329 | 2025-03-21T17:32:11.741Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
330 | 2025-03-21T17:32:11.994Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
331 | 2025-03-21T17:32:12.318Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
332 | 2025-03-21T17:32:12.896Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
333 | 2025-03-21T17:32:12.986Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
334 | 2025-03-21T17:32:13.524Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
335 | 2025-03-21T17:32:13.756Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
336 | 2025-03-21T17:32:14.110Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
337 | 2025-03-21T17:32:14.472Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
338 | 2025-03-21T17:32:14.775Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2025-03-21T17:32:14.998Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
340 | 2025-03-21T17:32:15.260Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2025-03-21T17:32:16.760Z | Downloading crates ... |
342 | 2025-03-21T17:32:16.819Z | Downloaded cargo-platform v0.1.8 |
343 | 2025-03-21T17:32:16.828Z | Downloaded cargo_toml v0.21.0 |
344 | 2025-03-21T17:32:16.837Z | Downloaded anstyle-query v1.1.1 |
345 | 2025-03-21T17:32:16.837Z | Downloaded scroll_derive v0.12.0 |
346 | 2025-03-21T17:32:16.845Z | Downloaded pretty-hex v0.4.1 |
347 | 2025-03-21T17:32:16.845Z | Downloaded usdt-macro v0.5.0 |
348 | 2025-03-21T17:32:16.850Z | Downloaded swrite v0.1.0 |
349 | 2025-03-21T17:32:16.857Z | Downloaded dtrace-parser v0.2.0 |
350 | 2025-03-21T17:32:16.857Z | Downloaded equivalent v1.0.1 |
351 | 2025-03-21T17:32:16.861Z | Downloaded winnow v0.7.3 |
352 | 2025-03-21T17:32:16.866Z | Downloaded usdt-attr-macro v0.5.0 |
353 | 2025-03-21T17:32:16.869Z | Downloaded camino-tempfile v1.1.1 |
354 | 2025-03-21T17:32:16.869Z | Downloaded colorchoice v1.0.2 |
355 | 2025-03-21T17:32:16.872Z | Downloaded autocfg v1.4.0 |
356 | 2025-03-21T17:32:16.872Z | Downloaded is_terminal_polyfill v1.70.1 |
357 | 2025-03-21T17:32:16.872Z | Downloaded clap_lex v0.7.4 |
358 | 2025-03-21T17:32:16.875Z | Downloaded byteorder v1.5.0 |
359 | 2025-03-21T17:32:16.875Z | Downloaded plain v0.2.3 |
360 | 2025-03-21T17:32:16.879Z | Downloaded memmap v0.7.0 |
361 | 2025-03-21T17:32:16.879Z | Downloaded itoa v1.0.11 |
362 | 2025-03-21T17:32:16.879Z | Downloaded heck v0.5.0 |
363 | 2025-03-21T17:32:16.882Z | Downloaded fs-err v2.11.0 |
364 | 2025-03-21T17:32:16.882Z | Downloaded strsim v0.11.1 |
365 | 2025-03-21T17:32:16.885Z | Downloaded fastrand v2.1.1 |
366 | 2025-03-21T17:32:16.885Z | Downloaded smawk v0.3.2 |
367 | 2025-03-21T17:32:16.888Z | Downloaded heck v0.4.1 |
368 | 2025-03-21T17:32:16.888Z | Downloaded crypto-common v0.1.6 |
369 | 2025-03-21T17:32:16.888Z | Downloaded cpufeatures v0.2.14 |
370 | 2025-03-21T17:32:16.893Z | Downloaded thiserror-impl v1.0.69 |
371 | 2025-03-21T17:32:16.893Z | Downloaded terminal_size v0.4.0 |
372 | 2025-03-21T17:32:16.893Z | Downloaded version_check v0.9.5 |
373 | 2025-03-21T17:32:16.897Z | Downloaded terminal_size v0.2.6 |
374 | 2025-03-21T17:32:16.897Z | Downloaded generic-array v0.14.7 |
375 | 2025-03-21T17:32:16.897Z | Downloaded errno v0.3.9 |
376 | 2025-03-21T17:32:16.900Z | Downloaded utf8parse v0.2.2 |
377 | 2025-03-21T17:32:16.900Z | Downloaded thiserror-impl v2.0.11 |
378 | 2025-03-21T17:32:16.900Z | Downloaded thread-id v4.2.2 |
379 | 2025-03-21T17:32:16.901Z | Downloaded thiserror v1.0.69 |
380 | 2025-03-21T17:32:16.905Z | Downloaded toml_datetime v0.6.8 |
381 | 2025-03-21T17:32:16.908Z | Downloaded fnv v1.0.7 |
382 | 2025-03-21T17:32:16.908Z | Downloaded anstyle v1.0.10 |
383 | 2025-03-21T17:32:16.908Z | Downloaded proc-macro-error-attr v1.0.4 |
384 | 2025-03-21T17:32:16.911Z | Downloaded macaddr v1.0.1 |
385 | 2025-03-21T17:32:16.911Z | Downloaded dof v0.3.0 |
386 | 2025-03-21T17:32:16.911Z | Downloaded usdt v0.5.0 |
387 | 2025-03-21T17:32:16.915Z | Downloaded bitflags v1.3.2 |
388 | 2025-03-21T17:32:16.915Z | Downloaded anstream v0.6.15 |
389 | 2025-03-21T17:32:16.918Z | Downloaded tabled_derive v0.7.0 |
390 | 2025-03-21T17:32:16.918Z | Downloaded thiserror v2.0.11 |
391 | 2025-03-21T17:32:16.922Z | Downloaded clap_derive v4.5.28 |
392 | 2025-03-21T17:32:16.926Z | Downloaded scroll v0.12.0 |
393 | 2025-03-21T17:32:16.929Z | Downloaded usdt-impl v0.5.0 |
394 | 2025-03-21T17:32:16.930Z | Downloaded camino v1.1.9 |
395 | 2025-03-21T17:32:16.930Z | Downloaded anstyle-parse v0.2.5 |
396 | 2025-03-21T17:32:16.934Z | Downloaded serde_tokenstream v0.2.2 |
397 | 2025-03-21T17:32:16.934Z | Downloaded pest_generator v2.7.14 |
398 | 2025-03-21T17:32:16.934Z | Downloaded quote v1.0.38 |
399 | 2025-03-21T17:32:16.937Z | Downloaded serde_spanned v0.6.8 |
400 | 2025-03-21T17:32:16.937Z | Downloaded digest v0.10.7 |
401 | 2025-03-21T17:32:16.940Z | Downloaded pest_derive v2.7.14 |
402 | 2025-03-21T17:32:16.944Z | Downloaded tempfile v3.13.0 |
403 | 2025-03-21T17:32:16.944Z | Downloaded semver v1.0.25 |
404 | 2025-03-21T17:32:16.947Z | Downloaded once_cell v1.20.3 |
405 | 2025-03-21T17:32:16.950Z | Downloaded unicode-linebreak v0.1.5 |
406 | 2025-03-21T17:32:16.950Z | Downloaded proc-macro-error v1.0.4 |
407 | 2025-03-21T17:32:16.953Z | Downloaded cfg-if v1.0.0 |
408 | 2025-03-21T17:32:16.953Z | Downloaded bytecount v0.6.8 |
409 | 2025-03-21T17:32:16.956Z | Downloaded io-lifetimes v1.0.11 |
410 | 2025-03-21T17:32:16.956Z | Downloaded textwrap v0.16.1 |
411 | 2025-03-21T17:32:16.964Z | Downloaded cargo_metadata v0.19.2 |
412 | 2025-03-21T17:32:16.968Z | Downloaded bitflags v2.6.0 |
413 | 2025-03-21T17:32:16.968Z | Downloaded toml v0.8.20 |
414 | 2025-03-21T17:32:16.968Z | Downloaded sha2 v0.10.8 |
415 | 2025-03-21T17:32:16.973Z | Downloaded proc-macro2 v1.0.93 |
416 | 2025-03-21T17:32:16.977Z | Downloaded ryu v1.0.18 |
417 | 2025-03-21T17:32:16.977Z | Downloaded pest_meta v2.7.14 |
418 | 2025-03-21T17:32:16.980Z | Downloaded typenum v1.17.0 |
419 | 2025-03-21T17:32:16.980Z | Downloaded clap v4.5.31 |
420 | 2025-03-21T17:32:16.987Z | Downloaded anyhow v1.0.97 |
421 | 2025-03-21T17:32:16.991Z | Downloaded serde_derive v1.0.218 |
422 | 2025-03-21T17:32:16.994Z | Downloaded log v0.4.22 |
423 | 2025-03-21T17:32:16.997Z | Downloaded ucd-trie v0.1.7 |
424 | 2025-03-21T17:32:16.997Z | Downloaded block-buffer v0.10.4 |
425 | 2025-03-21T17:32:17.000Z | Downloaded zerocopy-derive v0.7.35 |
426 | 2025-03-21T17:32:17.003Z | Downloaded serde v1.0.218 |
427 | 2025-03-21T17:32:17.006Z | Downloaded papergrid v0.11.0 |
428 | 2025-03-21T17:32:17.015Z | Downloaded memchr v2.7.4 |
429 | 2025-03-21T17:32:17.022Z | Downloaded unicode-ident v1.0.14 |
430 | 2025-03-21T17:32:17.026Z | Downloaded indexmap v2.7.1 |
431 | 2025-03-21T17:32:17.030Z | Downloaded toml_edit v0.22.24 |
432 | 2025-03-21T17:32:17.056Z | Downloaded pest v2.7.14 |
433 | 2025-03-21T17:32:17.063Z | Downloaded hashbrown v0.15.1 |
434 | 2025-03-21T17:32:17.068Z | Downloaded serde_json v1.0.139 |
435 | 2025-03-21T17:32:17.074Z | Downloaded clap_builder v4.5.31 |
436 | 2025-03-21T17:32:17.085Z | Downloaded zerocopy v0.7.35 |
437 | 2025-03-21T17:32:17.100Z | Downloaded tabled v0.15.0 |
438 | 2025-03-21T17:32:17.113Z | Downloaded goblin v0.8.2 |
439 | 2025-03-21T17:32:17.119Z | Downloaded unicode-width v0.1.14 |
440 | 2025-03-21T17:32:17.124Z | Downloaded syn v1.0.109 |
441 | 2025-03-21T17:32:17.134Z | Downloaded syn v2.0.98 |
442 | 2025-03-21T17:32:17.144Z | Downloaded rustix v0.37.28 |
443 | 2025-03-21T17:32:17.161Z | Downloaded rustix v0.38.37 |
444 | 2025-03-21T17:32:17.218Z | Downloaded libc v0.2.170 |
445 | 2025-03-21T17:32:17.336Z | Compiling proc-macro2 v1.0.93 |
446 | 2025-03-21T17:32:17.336Z | Compiling unicode-ident v1.0.14 |
447 | 2025-03-21T17:32:17.339Z | Compiling serde v1.0.218 |
448 | 2025-03-21T17:32:17.339Z | Compiling libc v0.2.170 |
449 | 2025-03-21T17:32:17.339Z | Compiling version_check v0.9.5 |
450 | 2025-03-21T17:32:17.339Z | Compiling memchr v2.7.4 |
451 | 2025-03-21T17:32:17.339Z | Compiling thiserror v1.0.69 |
452 | 2025-03-21T17:32:17.339Z | Compiling ryu v1.0.18 |
453 | 2025-03-21T17:32:17.637Z | Compiling ucd-trie v0.1.7 |
454 | 2025-03-21T17:32:17.810Z | Compiling itoa v1.0.11 |
455 | 2025-03-21T17:32:18.083Z | Compiling once_cell v1.20.3 |
456 | 2025-03-21T17:32:18.149Z | Compiling byteorder v1.5.0 |
457 | 2025-03-21T17:32:18.191Z | Compiling serde_json v1.0.139 |
458 | 2025-03-21T17:32:18.414Z | Compiling rustix v0.38.37 |
459 | 2025-03-21T17:32:18.577Z | Compiling bitflags v2.6.0 |
460 | 2025-03-21T17:32:18.672Z | Compiling usdt-impl v0.5.0 |
461 | 2025-03-21T17:32:18.922Z | Compiling proc-macro-error-attr v1.0.4 |
462 | 2025-03-21T17:32:18.976Z | Compiling io-lifetimes v1.0.11 |
463 | 2025-03-21T17:32:18.998Z | Compiling syn v1.0.109 |
464 | 2025-03-21T17:32:19.184Z | Compiling quote v1.0.38 |
465 | 2025-03-21T17:32:19.212Z | Compiling proc-macro-error v1.0.4 |
466 | 2025-03-21T17:32:19.327Z | Compiling errno v0.3.9 |
467 | 2025-03-21T17:32:19.459Z | Compiling log v0.4.22 |
468 | 2025-03-21T17:32:19.559Z | Compiling syn v2.0.98 |
469 | 2025-03-21T17:32:19.653Z | Compiling plain v0.2.3 |
470 | 2025-03-21T17:32:19.775Z | Compiling equivalent v1.0.1 |
471 | 2025-03-21T17:32:19.779Z | Compiling camino v1.1.9 |
472 | 2025-03-21T17:32:19.821Z | Compiling thread-id v4.2.2 |
473 | 2025-03-21T17:32:19.821Z | Compiling utf8parse v0.2.2 |
474 | 2025-03-21T17:32:19.868Z | Compiling hashbrown v0.15.1 |
475 | 2025-03-21T17:32:19.894Z | Compiling rustix v0.37.28 |
476 | 2025-03-21T17:32:20.007Z | Compiling anstyle-parse v0.2.5 |
477 | 2025-03-21T17:32:20.516Z | Compiling pretty-hex v0.4.1 |
478 | 2025-03-21T17:32:20.671Z | Compiling colorchoice v1.0.2 |
479 | 2025-03-21T17:32:20.731Z | Compiling is_terminal_polyfill v1.70.1 |
480 | 2025-03-21T17:32:20.763Z | Compiling semver v1.0.25 |
481 | 2025-03-21T17:32:20.781Z | Compiling autocfg v1.4.0 |
482 | 2025-03-21T17:32:20.830Z | Compiling unicode-width v0.1.14 |
483 | 2025-03-21T17:32:20.871Z | Compiling indexmap v2.7.1 |
484 | 2025-03-21T17:32:20.953Z | Compiling bitflags v1.3.2 |
485 | 2025-03-21T17:32:21.057Z | Compiling anstyle v1.0.10 |
486 | 2025-03-21T17:32:21.252Z | Compiling thiserror v2.0.11 |
487 | 2025-03-21T17:32:21.348Z | Compiling anstyle-query v1.1.1 |
488 | 2025-03-21T17:32:21.468Z | Compiling winnow v0.7.3 |
489 | 2025-03-21T17:32:21.495Z | Compiling anstream v0.6.15 |
490 | 2025-03-21T17:32:21.729Z | Compiling fs-err v2.11.0 |
491 | 2025-03-21T17:32:21.976Z | Compiling terminal_size v0.4.0 |
492 | 2025-03-21T17:32:22.198Z | Compiling fastrand v2.1.1 |
493 | 2025-03-21T17:32:22.222Z | Compiling strsim v0.11.1 |
494 | 2025-03-21T17:32:22.226Z | Compiling heck v0.4.1 |
495 | 2025-03-21T17:32:22.270Z | Compiling cfg-if v1.0.0 |
496 | 2025-03-21T17:32:22.384Z | Compiling clap_lex v0.7.4 |
497 | 2025-03-21T17:32:22.695Z | Compiling anyhow v1.0.97 |
498 | 2025-03-21T17:32:22.749Z | Compiling bytecount v0.6.8 |
499 | 2025-03-21T17:32:22.989Z | Compiling heck v0.5.0 |
500 | 2025-03-21T17:32:23.320Z | Compiling fnv v1.0.7 |
501 | 2025-03-21T17:32:23.363Z | Compiling tempfile v3.13.0 |
502 | 2025-03-21T17:32:23.449Z | Compiling papergrid v0.11.0 |
503 | 2025-03-21T17:32:23.472Z | Compiling terminal_size v0.2.6 |
504 | 2025-03-21T17:32:23.475Z | Compiling clap_builder v4.5.31 |
505 | 2025-03-21T17:32:23.712Z | Compiling memmap v0.7.0 |
506 | 2025-03-21T17:32:23.822Z | Compiling smawk v0.3.2 |
507 | 2025-03-21T17:32:24.023Z | Compiling unicode-linebreak v0.1.5 |
508 | 2025-03-21T17:32:24.516Z | Compiling textwrap v0.16.1 |
509 | 2025-03-21T17:32:24.568Z | Compiling swrite v0.1.0 |
510 | 2025-03-21T17:32:25.042Z | Compiling tabled_derive v0.7.0 |
511 | 2025-03-21T17:32:26.470Z | Compiling tabled v0.15.0 |
512 | 2025-03-21T17:32:26.556Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-21T17:32:26.559Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-21T17:32:26.559Z | Compiling zerocopy-derive v0.7.35 |
515 | 2025-03-21T17:32:26.559Z | Compiling scroll_derive v0.12.0 |
516 | 2025-03-21T17:32:26.559Z | Compiling thiserror-impl v2.0.11 |
517 | 2025-03-21T17:32:26.559Z | Compiling clap_derive v4.5.28 |
518 | 2025-03-21T17:32:28.021Z | Compiling scroll v0.12.0 |
519 | 2025-03-21T17:32:28.563Z | Compiling zerocopy v0.7.35 |
520 | 2025-03-21T17:32:28.587Z | Compiling goblin v0.8.2 |
521 | 2025-03-21T17:32:29.671Z | Compiling pest v2.7.14 |
522 | 2025-03-21T17:32:30.829Z | Compiling clap v4.5.31 |
523 | 2025-03-21T17:32:31.818Z | Compiling pest_meta v2.7.14 |
524 | 2025-03-21T17:32:32.715Z | Compiling pest_generator v2.7.14 |
525 | 2025-03-21T17:32:33.936Z | Compiling pest_derive v2.7.14 |
526 | 2025-03-21T17:32:34.595Z | Compiling dtrace-parser v0.2.0 |
527 | 2025-03-21T17:32:35.517Z | Compiling serde_tokenstream v0.2.2 |
528 | 2025-03-21T17:32:35.612Z | Compiling toml_datetime v0.6.8 |
529 | 2025-03-21T17:32:35.615Z | Compiling serde_spanned v0.6.8 |
530 | 2025-03-21T17:32:35.867Z | Compiling cargo-platform v0.1.8 |
531 | 2025-03-21T17:32:35.903Z | Compiling macaddr v1.0.1 |
532 | 2025-03-21T17:32:36.022Z | Compiling toml_edit v0.22.24 |
533 | 2025-03-21T17:32:36.240Z | Compiling camino-tempfile v1.1.1 |
534 | 2025-03-21T17:32:36.879Z | Compiling dof v0.3.0 |
535 | 2025-03-21T17:32:36.994Z | Compiling cargo_metadata v0.19.2 |
536 | 2025-03-21T17:32:38.248Z | Compiling usdt-attr-macro v0.5.0 |
537 | 2025-03-21T17:32:38.248Z | Compiling usdt-macro v0.5.0 |
538 | 2025-03-21T17:32:38.784Z | Compiling toml v0.8.20 |
539 | 2025-03-21T17:32:39.288Z | Compiling usdt v0.5.0 |
540 | 2025-03-21T17:32:39.575Z | Compiling cargo_toml v0.21.0 |
541 | 2025-03-21T17:32:42.093Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
542 | 2025-03-21T17:32:45.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.17s |
543 | 2025-03-21T17:32:45.448Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
544 | 2025-03-21T17:32:46.000Z | Downloading crates ... |
545 | 2025-03-21T17:32:46.148Z | Downloaded addr2line v0.24.2 |
546 | 2025-03-21T17:32:46.203Z | Downloaded ahash v0.8.11 |
547 | 2025-03-21T17:32:46.203Z | Downloaded atty v0.2.14 |
548 | 2025-03-21T17:32:46.203Z | Downloaded ciborium-io v0.2.2 |
549 | 2025-03-21T17:32:46.203Z | Downloaded cfg_aliases v0.2.1 |
550 | 2025-03-21T17:32:46.207Z | Downloaded http-range v0.1.5 |
551 | 2025-03-21T17:32:46.207Z | Downloaded cfg_aliases v0.1.1 |
552 | 2025-03-21T17:32:46.207Z | Downloaded cstr-argument v0.1.2 |
553 | 2025-03-21T17:32:46.207Z | Downloaded http-body v1.0.1 |
554 | 2025-03-21T17:32:46.207Z | Downloaded hex-literal v0.4.1 |
555 | 2025-03-21T17:32:46.207Z | Downloaded crucible-workspace-hack v0.1.0 |
556 | 2025-03-21T17:32:46.207Z | Downloaded humantime v2.1.0 |
557 | 2025-03-21T17:32:46.207Z | Downloaded hostname v0.3.1 |
558 | 2025-03-21T17:32:46.207Z | Downloaded ctr v0.9.2 |
559 | 2025-03-21T17:32:46.207Z | Downloaded instant v0.1.13 |
560 | 2025-03-21T17:32:46.207Z | Downloaded icu_provider_macros v1.5.0 |
561 | 2025-03-21T17:32:46.207Z | Downloaded hubpack_derive v0.1.1 |
562 | 2025-03-21T17:32:46.207Z | Downloaded async-stream-impl v0.3.6 |
563 | 2025-03-21T17:32:46.207Z | Downloaded ident_case v1.0.1 |
564 | 2025-03-21T17:32:46.207Z | Downloaded arrayref v0.3.9 |
565 | 2025-03-21T17:32:46.207Z | Downloaded match_cfg v0.1.0 |
566 | 2025-03-21T17:32:46.207Z | Downloaded crc-catalog v2.4.0 |
567 | 2025-03-21T17:32:46.207Z | Downloaded cmake v0.1.51 |
568 | 2025-03-21T17:32:46.207Z | Downloaded cipher v0.4.4 |
569 | 2025-03-21T17:32:46.207Z | Downloaded is_ci v1.2.0 |
570 | 2025-03-21T17:32:46.207Z | Downloaded bit-vec v0.6.3 |
571 | 2025-03-21T17:32:46.208Z | Downloaded cargo_metadata v0.18.1 |
572 | 2025-03-21T17:32:46.208Z | Downloaded block-padding v0.3.3 |
573 | 2025-03-21T17:32:46.208Z | Downloaded bitfield v0.14.0 |
574 | 2025-03-21T17:32:46.208Z | Downloaded chacha20 v0.9.1 |
575 | 2025-03-21T17:32:46.208Z | Downloaded chrono-tz-build v0.4.0 |
576 | 2025-03-21T17:32:46.208Z | Downloaded array-init v0.0.4 |
577 | 2025-03-21T17:32:46.208Z | Downloaded async-recursion v1.1.1 |
578 | 2025-03-21T17:32:46.223Z | Downloaded aead v0.5.2 |
579 | 2025-03-21T17:32:46.223Z | Downloaded md5 v0.7.0 |
580 | 2025-03-21T17:32:46.227Z | Downloaded constant_time_eq v0.3.1 |
581 | 2025-03-21T17:32:46.227Z | Downloaded lru-cache v0.1.2 |
582 | 2025-03-21T17:32:46.227Z | Downloaded blowfish v0.9.1 |
583 | 2025-03-21T17:32:46.227Z | Downloaded convert_case v0.4.0 |
584 | 2025-03-21T17:32:46.227Z | Downloaded cobs v0.2.3 |
585 | 2025-03-21T17:32:46.227Z | Downloaded hyper-staticfile v0.10.1 |
586 | 2025-03-21T17:32:46.228Z | Downloaded http-body-util v0.1.2 |
587 | 2025-03-21T17:32:46.228Z | Downloaded hubpack v0.1.2 |
588 | 2025-03-21T17:32:46.228Z | Downloaded hex v0.4.3 |
589 | 2025-03-21T17:32:46.232Z | Downloaded castaway v0.2.3 |
590 | 2025-03-21T17:32:46.232Z | Downloaded lazycell v1.3.0 |
591 | 2025-03-21T17:32:46.232Z | Downloaded highway v1.3.0 |
592 | 2025-03-21T17:32:46.240Z | Downloaded managed v0.8.0 |
593 | 2025-03-21T17:32:46.245Z | Downloaded indent_write v2.2.0 |
594 | 2025-03-21T17:32:46.245Z | Downloaded argon2 v0.5.3 |
595 | 2025-03-21T17:32:46.245Z | Downloaded indoc v2.0.5 |
596 | 2025-03-21T17:32:46.245Z | Downloaded lockfree-object-pool v0.1.6 |
597 | 2025-03-21T17:32:46.249Z | Downloaded libsw v3.4.0 |
598 | 2025-03-21T17:32:46.249Z | Downloaded progenitor-client v0.8.0 |
599 | 2025-03-21T17:32:46.249Z | Downloaded internet-checksum v0.2.1 |
600 | 2025-03-21T17:32:46.254Z | Downloaded is-terminal v0.4.13 |
601 | 2025-03-21T17:32:46.254Z | Downloaded lazy_static v1.5.0 |
602 | 2025-03-21T17:32:46.260Z | Downloaded atomicwrites v0.4.4 |
603 | 2025-03-21T17:32:46.260Z | Downloaded rand_chacha v0.3.1 |
604 | 2025-03-21T17:32:46.260Z | Downloaded lru v0.12.5 |
605 | 2025-03-21T17:32:46.261Z | Downloaded libsw-core v0.3.1 |
606 | 2025-03-21T17:32:46.272Z | Downloaded hyper-tls v0.6.0 |
607 | 2025-03-21T17:32:46.272Z | Downloaded crunchy v0.2.2 |
608 | 2025-03-21T17:32:46.273Z | Downloaded ascii-canvas v3.0.0 |
609 | 2025-03-21T17:32:46.273Z | Downloaded memoffset v0.9.1 |
610 | 2025-03-21T17:32:46.273Z | Downloaded mime v0.3.17 |
611 | 2025-03-21T17:32:46.273Z | Downloaded md-5 v0.10.6 |
612 | 2025-03-21T17:32:46.284Z | Downloaded libefi-sys v0.1.0 |
613 | 2025-03-21T17:32:46.284Z | Downloaded cassowary v0.3.0 |
614 | 2025-03-21T17:32:46.284Z | Downloaded bit-set v0.8.0 |
615 | 2025-03-21T17:32:46.284Z | Downloaded maybe-uninit v2.0.0 |
616 | 2025-03-21T17:32:46.284Z | Downloaded bzip2 v0.4.4 |
617 | 2025-03-21T17:32:46.288Z | Downloaded mockall v0.13.1 |
618 | 2025-03-21T17:32:46.288Z | Downloaded heck v0.3.3 |
619 | 2025-03-21T17:32:46.288Z | Downloaded colored v2.2.0 |
620 | 2025-03-21T17:32:46.288Z | Downloaded maplit v1.0.2 |
621 | 2025-03-21T17:32:46.288Z | Downloaded ipnetwork v0.21.1 |
622 | 2025-03-21T17:32:46.291Z | Downloaded httparse v1.9.5 |
623 | 2025-03-21T17:32:46.291Z | Downloaded bcs v0.1.6 |
624 | 2025-03-21T17:32:46.294Z | Downloaded bb8 v0.8.5 |
625 | 2025-03-21T17:32:46.298Z | Downloaded backoff v0.4.0 |
626 | 2025-03-21T17:32:46.298Z | Downloaded tinyvec_macros v0.1.1 |
627 | 2025-03-21T17:32:46.301Z | Downloaded strum v0.26.3 |
628 | 2025-03-21T17:32:46.301Z | Downloaded tower-layer v0.3.3 |
629 | 2025-03-21T17:32:46.305Z | Downloaded wait-timeout v0.2.0 |
630 | 2025-03-21T17:32:46.305Z | Downloaded vte_generate_state_changes v0.1.2 |
631 | 2025-03-21T17:32:46.305Z | Downloaded siphasher v0.3.11 |
632 | 2025-03-21T17:32:46.320Z | Downloaded zone_cfg_derive v0.1.2 |
633 | 2025-03-21T17:32:46.321Z | Downloaded proc-macro-error-attr2 v2.0.0 |
634 | 2025-03-21T17:32:46.321Z | Downloaded const-oid v0.9.6 |
635 | 2025-03-21T17:32:46.321Z | Downloaded ref-cast v1.0.23 |
636 | 2025-03-21T17:32:46.321Z | Downloaded radium v0.7.0 |
637 | 2025-03-21T17:32:46.327Z | Downloaded sqlparser_derive v0.2.2 |
638 | 2025-03-21T17:32:46.327Z | Downloaded litemap v0.7.3 |
639 | 2025-03-21T17:32:46.327Z | Downloaded take_mut v0.2.2 |
640 | 2025-03-21T17:32:46.327Z | Downloaded time-core v0.1.2 |
641 | 2025-03-21T17:32:46.327Z | Downloaded jobserver v0.1.32 |
642 | 2025-03-21T17:32:46.327Z | Downloaded linked-hash-map v0.5.6 |
643 | 2025-03-21T17:32:46.327Z | Downloaded xattr v1.3.1 |
644 | 2025-03-21T17:32:46.337Z | Downloaded iana-time-zone v0.1.61 |
645 | 2025-03-21T17:32:46.337Z | Downloaded rustc-hash v2.1.1 |
646 | 2025-03-21T17:32:46.349Z | Downloaded rustc_version v0.1.7 |
647 | 2025-03-21T17:32:46.349Z | Downloaded rustc-hash v1.1.0 |
648 | 2025-03-21T17:32:46.349Z | Downloaded rfc6979 v0.4.0 |
649 | 2025-03-21T17:32:46.349Z | Downloaded linear-map v1.2.0 |
650 | 2025-03-21T17:32:46.349Z | Downloaded multer v3.1.0 |
651 | 2025-03-21T17:32:46.349Z | Downloaded memmap2 v0.9.5 |
652 | 2025-03-21T17:32:46.349Z | Downloaded cookie v0.18.1 |
653 | 2025-03-21T17:32:46.349Z | Downloaded hmac v0.12.1 |
654 | 2025-03-21T17:32:46.349Z | Downloaded hickory-client v0.24.4 |
655 | 2025-03-21T17:32:46.362Z | Downloaded diesel_table_macro_syntax v0.2.0 |
656 | 2025-03-21T17:32:46.362Z | Downloaded scheduled-thread-pool v0.2.7 |
657 | 2025-03-21T17:32:46.367Z | Downloaded foreign-types v0.3.2 |
658 | 2025-03-21T17:32:46.367Z | Downloaded unicode-truncate v1.1.0 |
659 | 2025-03-21T17:32:46.367Z | Downloaded ssh-cipher v0.2.0 |
660 | 2025-03-21T17:32:46.367Z | Downloaded embedded-io v0.6.1 |
661 | 2025-03-21T17:32:46.369Z | Downloaded slog-json v2.6.1 |
662 | 2025-03-21T17:32:46.369Z | Downloaded signal-hook-registry v1.4.2 |
663 | 2025-03-21T17:32:46.369Z | Downloaded num-conv v0.1.0 |
664 | 2025-03-21T17:32:46.369Z | Downloaded headers-core v0.3.0 |
665 | 2025-03-21T17:32:46.369Z | Downloaded futures-core v0.3.31 |
666 | 2025-03-21T17:32:46.374Z | Downloaded structmeta v0.3.0 |
667 | 2025-03-21T17:32:46.374Z | Downloaded slog-envlogger v2.2.0 |
668 | 2025-03-21T17:32:46.374Z | Downloaded slog-dtrace v0.3.0 |
669 | 2025-03-21T17:32:46.392Z | Downloaded phf_shared v0.10.0 |
670 | 2025-03-21T17:32:46.392Z | Downloaded litrs v0.4.1 |
671 | 2025-03-21T17:32:46.392Z | Downloaded blake2 v0.10.6 |
672 | 2025-03-21T17:32:46.399Z | Downloaded tinystr v0.7.6 |
673 | 2025-03-21T17:32:46.399Z | Downloaded icu_provider v1.5.0 |
674 | 2025-03-21T17:32:46.399Z | Downloaded tiny-keccak v2.0.2 |
675 | 2025-03-21T17:32:46.399Z | Downloaded icu_locid_transform_data v1.5.0 |
676 | 2025-03-21T17:32:46.399Z | Downloaded icu_normalizer v1.5.0 |
677 | 2025-03-21T17:32:46.412Z | Downloaded mime_guess v2.0.5 |
678 | 2025-03-21T17:32:46.412Z | Downloaded rustc-demangle v0.1.24 |
679 | 2025-03-21T17:32:46.412Z | Downloaded zone v0.1.8 |
680 | 2025-03-21T17:32:46.412Z | Downloaded icu_normalizer_data v1.5.0 |
681 | 2025-03-21T17:32:46.416Z | Downloaded diesel-dtrace v0.4.2 |
682 | 2025-03-21T17:32:46.416Z | Downloaded deranged v0.3.11 |
683 | 2025-03-21T17:32:46.416Z | Downloaded compact_str v0.8.0 |
684 | 2025-03-21T17:32:46.416Z | Downloaded zone v0.3.0 |
685 | 2025-03-21T17:32:46.416Z | Downloaded progenitor v0.9.1 |
686 | 2025-03-21T17:32:46.416Z | Downloaded base64 v0.13.1 |
687 | 2025-03-21T17:32:46.421Z | Downloaded sct v0.7.1 |
688 | 2025-03-21T17:32:46.424Z | Downloaded fd-lock v4.0.2 |
689 | 2025-03-21T17:32:46.428Z | Downloaded num v0.4.3 |
690 | 2025-03-21T17:32:46.428Z | Downloaded futures-io v0.3.31 |
691 | 2025-03-21T17:32:46.428Z | Downloaded futures-executor v0.3.31 |
692 | 2025-03-21T17:32:46.431Z | Downloaded foldhash v0.1.3 |
693 | 2025-03-21T17:32:46.431Z | Downloaded try-lock v0.2.5 |
694 | 2025-03-21T17:32:46.431Z | Downloaded toolchain_find v0.4.0 |
695 | 2025-03-21T17:32:46.435Z | Downloaded tabwriter v1.4.0 |
696 | 2025-03-21T17:32:46.435Z | Downloaded embedded-io v0.4.0 |
697 | 2025-03-21T17:32:46.439Z | Downloaded indexmap v1.9.3 |
698 | 2025-03-21T17:32:46.443Z | Downloaded ppv-lite86 v0.2.20 |
699 | 2025-03-21T17:32:46.443Z | Downloaded pbkdf2 v0.12.2 |
700 | 2025-03-21T17:32:46.446Z | Downloaded chacha20poly1305 v0.10.1 |
701 | 2025-03-21T17:32:46.446Z | Downloaded phf_generator v0.11.2 |
702 | 2025-03-21T17:32:46.450Z | Downloaded tui-tree-widget v0.23.0 |
703 | 2025-03-21T17:32:46.450Z | Downloaded cexpr v0.6.0 |
704 | 2025-03-21T17:32:46.454Z | Downloaded peg v0.8.5 |
705 | 2025-03-21T17:32:46.459Z | Downloaded darling_macro v0.20.10 |
706 | 2025-03-21T17:32:46.459Z | Downloaded indicatif v0.17.11 |
707 | 2025-03-21T17:32:46.464Z | Downloaded mockall_derive v0.13.1 |
708 | 2025-03-21T17:32:46.467Z | Downloaded zone_cfg_derive v0.3.0 |
709 | 2025-03-21T17:32:46.467Z | Downloaded want v0.3.1 |
710 | 2025-03-21T17:32:46.467Z | Downloaded waitgroup v0.1.2 |
711 | 2025-03-21T17:32:46.467Z | Downloaded quick-error v1.2.3 |
712 | 2025-03-21T17:32:46.472Z | Downloaded progenitor v0.8.0 |
713 | 2025-03-21T17:32:46.472Z | Downloaded powerfmt v0.2.0 |
714 | 2025-03-21T17:32:46.477Z | Downloaded hyper-util v0.1.10 |
715 | 2025-03-21T17:32:46.481Z | Downloaded new_debug_unreachable v1.0.6 |
716 | 2025-03-21T17:32:46.481Z | Downloaded downcast v0.11.0 |
717 | 2025-03-21T17:32:46.481Z | Downloaded serde_derive_internals v0.29.1 |
718 | 2025-03-21T17:32:46.485Z | Downloaded resolv-conf v0.7.0 |
719 | 2025-03-21T17:32:46.485Z | Downloaded document-features v0.2.10 |
720 | 2025-03-21T17:32:46.489Z | Downloaded unicode-properties v0.1.3 |
721 | 2025-03-21T17:32:46.489Z | Downloaded crypto-bigint v0.5.5 |
722 | 2025-03-21T17:32:46.495Z | Downloaded num-iter v0.1.45 |
723 | 2025-03-21T17:32:46.499Z | Downloaded smf v0.2.3 |
724 | 2025-03-21T17:32:46.499Z | Downloaded slog-term v2.9.1 |
725 | 2025-03-21T17:32:46.504Z | Downloaded thiserror-no-std v2.0.2 |
726 | 2025-03-21T17:32:46.516Z | Downloaded rand_xorshift v0.3.0 |
727 | 2025-03-21T17:32:46.521Z | Downloaded psl-types v2.0.11 |
728 | 2025-03-21T17:32:46.521Z | Downloaded pretty-hex v0.2.1 |
729 | 2025-03-21T17:32:46.526Z | Downloaded thread_local v1.1.8 |
730 | 2025-03-21T17:32:46.526Z | Downloaded phf v0.11.2 |
731 | 2025-03-21T17:32:46.526Z | Downloaded num-complex v0.4.6 |
732 | 2025-03-21T17:32:46.526Z | Downloaded tinyvec v1.8.0 |
733 | 2025-03-21T17:32:46.529Z | Downloaded zeroize v1.8.1 |
734 | 2025-03-21T17:32:46.532Z | Downloaded icu_collections v1.5.0 |
735 | 2025-03-21T17:32:46.537Z | Downloaded sigpipe v0.1.3 |
736 | 2025-03-21T17:32:46.540Z | Downloaded hickory-server v0.24.4 |
737 | 2025-03-21T17:32:46.545Z | Downloaded flagset v0.4.6 |
738 | 2025-03-21T17:32:46.548Z | Downloaded fixedbitset v0.4.2 |
739 | 2025-03-21T17:32:46.551Z | Downloaded filetime v0.2.25 |
740 | 2025-03-21T17:32:46.551Z | Downloaded fallible-iterator v0.2.0 |
741 | 2025-03-21T17:32:47.557Z | Downloaded headers v0.4.0 |
742 | 2025-03-21T17:32:47.562Z | Downloaded tower-service v0.3.3 |
743 | 2025-03-21T17:32:47.562Z | Downloaded display-error-chain v0.2.2 |
744 | 2025-03-21T17:32:47.562Z | Downloaded vte v0.11.1 |
745 | 2025-03-21T17:32:47.562Z | Downloaded hickory-resolver v0.24.4 |
746 | 2025-03-21T17:32:47.562Z | Downloaded packed_struct_codegen v0.10.1 |
747 | 2025-03-21T17:32:47.562Z | Downloaded des v0.8.1 |
748 | 2025-03-21T17:32:47.562Z | Downloaded num_enum v0.5.11 |
749 | 2025-03-21T17:32:47.562Z | Downloaded pem v3.0.5 |
750 | 2025-03-21T17:32:47.562Z | Downloaded tracing-attributes v0.1.27 |
751 | 2025-03-21T17:32:47.562Z | Downloaded fatfs v0.3.6 |
752 | 2025-03-21T17:32:47.562Z | Downloaded packed_struct v0.10.1 |
753 | 2025-03-21T17:32:47.562Z | Downloaded dsl_auto_type v0.1.2 |
754 | 2025-03-21T17:32:47.562Z | Downloaded predicates-core v1.0.8 |
755 | 2025-03-21T17:32:47.562Z | Downloaded phf_shared v0.11.2 |
756 | 2025-03-21T17:32:47.562Z | Downloaded derive_more v0.99.19 |
757 | 2025-03-21T17:32:47.562Z | Downloaded predicates-tree v1.0.11 |
758 | 2025-03-21T17:32:47.562Z | Downloaded unicode-bidi v0.3.17 |
759 | 2025-03-21T17:32:47.562Z | Downloaded tungstenite v0.23.0 |
760 | 2025-03-21T17:32:47.563Z | Downloaded ff v0.13.0 |
761 | 2025-03-21T17:32:47.563Z | Downloaded walkdir v2.5.0 |
762 | 2025-03-21T17:32:47.563Z | Downloaded parse-size v1.1.0 |
763 | 2025-03-21T17:32:47.563Z | Downloaded mio v1.0.2 |
764 | 2025-03-21T17:32:47.563Z | Downloaded progenitor-client v0.9.1 |
765 | 2025-03-21T17:32:47.563Z | Downloaded spki v0.7.3 |
766 | 2025-03-21T17:32:47.564Z | Downloaded diesel_derives v2.2.3 |
767 | 2025-03-21T17:32:47.564Z | Downloaded termcolor v1.4.1 |
768 | 2025-03-21T17:32:47.564Z | Downloaded cc v1.2.15 |
769 | 2025-03-21T17:32:47.564Z | Downloaded topological-sort v0.2.2 |
770 | 2025-03-21T17:32:47.564Z | Downloaded precomputed-hash v0.1.1 |
771 | 2025-03-21T17:32:47.564Z | Downloaded fixedbitset v0.5.7 |
772 | 2025-03-21T17:32:47.564Z | Downloaded displaydoc v0.2.5 |
773 | 2025-03-21T17:32:47.564Z | Downloaded curve25519-dalek-derive v0.1.1 |
774 | 2025-03-21T17:32:47.564Z | Downloaded signal-hook v0.3.17 |
775 | 2025-03-21T17:32:47.564Z | Downloaded zeroize_derive v1.4.2 |
776 | 2025-03-21T17:32:47.564Z | Downloaded xz2 v0.1.7 |
777 | 2025-03-21T17:32:47.564Z | Downloaded wyz v0.5.1 |
778 | 2025-03-21T17:32:47.564Z | Downloaded num-rational v0.4.2 |
779 | 2025-03-21T17:32:47.564Z | Downloaded sync_wrapper v1.0.1 |
780 | 2025-03-21T17:32:47.564Z | Downloaded sync-ptr v0.1.1 |
781 | 2025-03-21T17:32:47.564Z | Downloaded pin-project-internal v1.1.6 |
782 | 2025-03-21T17:32:47.564Z | Downloaded utf-8 v0.7.6 |
783 | 2025-03-21T17:32:47.564Z | Downloaded termtree v0.4.1 |
784 | 2025-03-21T17:32:47.564Z | Downloaded dunce v1.0.5 |
785 | 2025-03-21T17:32:47.564Z | Downloaded tungstenite v0.24.0 |
786 | 2025-03-21T17:32:47.564Z | Downloaded ed25519 v2.2.3 |
787 | 2025-03-21T17:32:47.564Z | Downloaded ghash v0.5.1 |
788 | 2025-03-21T17:32:47.564Z | Downloaded dyn-clone v1.0.18 |
789 | 2025-03-21T17:32:47.564Z | Downloaded term v0.7.0 |
790 | 2025-03-21T17:32:47.564Z | Downloaded zerocopy-derive v0.8.10 |
791 | 2025-03-21T17:32:47.565Z | Downloaded derive_builder_macro v0.20.2 |
792 | 2025-03-21T17:32:47.565Z | Downloaded num-derive v0.4.2 |
793 | 2025-03-21T17:32:47.565Z | Downloaded serde_with_macros v3.12.0 |
794 | 2025-03-21T17:32:47.565Z | Downloaded snafu-derive v0.8.5 |
795 | 2025-03-21T17:32:47.565Z | Downloaded proc-macro-crate v1.3.1 |
796 | 2025-03-21T17:32:47.565Z | Downloaded tokio-stream v0.1.17 |
797 | 2025-03-21T17:32:47.565Z | Downloaded fxhash v0.2.1 |
798 | 2025-03-21T17:32:47.565Z | Downloaded foreign-types v0.5.0 |
799 | 2025-03-21T17:32:47.565Z | Downloaded paste v1.0.15 |
800 | 2025-03-21T17:32:47.565Z | Downloaded peg-runtime v0.8.5 |
801 | 2025-03-21T17:32:47.565Z | Downloaded path-slash v0.1.5 |
802 | 2025-03-21T17:32:47.565Z | Downloaded num-integer v0.1.46 |
803 | 2025-03-21T17:32:47.565Z | Downloaded uzers v0.12.1 |
804 | 2025-03-21T17:32:47.565Z | Downloaded rand_core v0.6.4 |
805 | 2025-03-21T17:32:47.565Z | Downloaded static_assertions v1.1.0 |
806 | 2025-03-21T17:32:47.565Z | Downloaded ref-cast-impl v1.0.23 |
807 | 2025-03-21T17:32:47.565Z | Downloaded ron v0.7.1 |
808 | 2025-03-21T17:32:47.565Z | Downloaded stable_deref_trait v1.2.0 |
809 | 2025-03-21T17:32:47.565Z | Downloaded pin-project v1.1.6 |
810 | 2025-03-21T17:32:47.565Z | Downloaded utf16_iter v1.0.5 |
811 | 2025-03-21T17:32:47.565Z | Downloaded untrusted v0.9.0 |
812 | 2025-03-21T17:32:47.565Z | Downloaded untrusted v0.7.1 |
813 | 2025-03-21T17:32:47.565Z | Downloaded russh-keys v0.45.0 |
814 | 2025-03-21T17:32:47.565Z | Downloaded universal-hash v0.5.1 |
815 | 2025-03-21T17:32:47.565Z | Downloaded unarray v0.1.4 |
816 | 2025-03-21T17:32:47.566Z | Downloaded yoke-derive v0.7.4 |
817 | 2025-03-21T17:32:47.566Z | Downloaded defmt-macros v0.3.9 |
818 | 2025-03-21T17:32:47.566Z | Downloaded libxml v0.3.3 |
819 | 2025-03-21T17:32:47.566Z | Downloaded socket2 v0.5.8 |
820 | 2025-03-21T17:32:47.566Z | Downloaded foreign-types-macros v0.2.3 |
821 | 2025-03-21T17:32:47.566Z | Downloaded ena v0.14.3 |
822 | 2025-03-21T17:32:47.566Z | Downloaded tar v0.4.44 |
823 | 2025-03-21T17:32:47.566Z | Downloaded subprocess v0.2.9 |
824 | 2025-03-21T17:32:47.566Z | Downloaded pem-rfc7468 v0.7.0 |
825 | 2025-03-21T17:32:47.566Z | Downloaded gethostname v0.5.0 |
826 | 2025-03-21T17:32:47.566Z | Downloaded opaque-debug v0.3.1 |
827 | 2025-03-21T17:32:47.566Z | Downloaded foreign-types-shared v0.1.1 |
828 | 2025-03-21T17:32:47.566Z | Downloaded peg-macros v0.8.5 |
829 | 2025-03-21T17:32:47.566Z | Downloaded newline-converter v0.3.0 |
830 | 2025-03-21T17:32:47.566Z | Downloaded pbkdf2 v0.11.0 |
831 | 2025-03-21T17:32:47.567Z | Downloaded olpc-cjson v0.1.4 |
832 | 2025-03-21T17:32:47.567Z | Downloaded num_enum_derive v0.5.11 |
833 | 2025-03-21T17:32:47.567Z | Downloaded rand_seeder v0.3.0 |
834 | 2025-03-21T17:32:47.567Z | Downloaded rand_core v0.9.2 |
835 | 2025-03-21T17:32:47.567Z | Downloaded samael v0.0.18 |
836 | 2025-03-21T17:32:47.567Z | Downloaded getrandom v0.2.15 |
837 | 2025-03-21T17:32:47.567Z | Downloaded utf8_iter v1.0.4 |
838 | 2025-03-21T17:32:47.567Z | Downloaded serde_plain v1.0.2 |
839 | 2025-03-21T17:32:47.567Z | Downloaded serde-hex v0.1.0 |
840 | 2025-03-21T17:32:47.567Z | Downloaded dropshot_endpoint v0.16.0 |
841 | 2025-03-21T17:32:47.567Z | Downloaded ssh-encoding v0.2.0 |
842 | 2025-03-21T17:32:47.571Z | Downloaded serde_repr v0.1.19 |
843 | 2025-03-21T17:32:47.571Z | Downloaded ecdsa v0.16.9 |
844 | 2025-03-21T17:32:47.571Z | Downloaded derive-where v1.2.7 |
845 | 2025-03-21T17:32:47.571Z | Downloaded subtle v2.6.1 |
846 | 2025-03-21T17:32:47.571Z | Downloaded env_logger v0.10.2 |
847 | 2025-03-21T17:32:47.571Z | Downloaded getrandom v0.3.1 |
848 | 2025-03-21T17:32:47.571Z | Downloaded foreign-types-shared v0.3.1 |
849 | 2025-03-21T17:32:47.571Z | Downloaded aes v0.8.4 |
850 | 2025-03-21T17:32:47.571Z | Downloaded float-ord v0.3.2 |
851 | 2025-03-21T17:32:47.571Z | Downloaded newtype_derive v0.1.6 |
852 | 2025-03-21T17:32:47.571Z | Downloaded float-cmp v0.10.0 |
853 | 2025-03-21T17:32:47.571Z | Downloaded glob v0.3.2 |
854 | 2025-03-21T17:32:47.571Z | Downloaded crossterm v0.28.1 |
855 | 2025-03-21T17:32:47.571Z | Downloaded percent-encoding v2.3.1 |
856 | 2025-03-21T17:32:47.571Z | Downloaded oso-derive v0.27.3 |
857 | 2025-03-21T17:32:47.572Z | Downloaded multimap v0.10.0 |
858 | 2025-03-21T17:32:47.572Z | Downloaded daft v0.1.1 |
859 | 2025-03-21T17:32:47.572Z | Downloaded uuid v1.15.1 |
860 | 2025-03-21T17:32:47.572Z | Downloaded p256 v0.13.2 |
861 | 2025-03-21T17:32:47.572Z | Downloaded typify-macro v0.2.0 |
862 | 2025-03-21T17:32:47.572Z | Downloaded typify-macro v0.3.0 |
863 | 2025-03-21T17:32:47.572Z | Downloaded hkdf v0.12.4 |
864 | 2025-03-21T17:32:47.572Z | Downloaded zerofrom-derive v0.1.4 |
865 | 2025-03-21T17:32:47.572Z | Downloaded zerofrom v0.1.4 |
866 | 2025-03-21T17:32:47.572Z | Downloaded parking_lot_core v0.8.6 |
867 | 2025-03-21T17:32:47.572Z | Downloaded hyper v1.6.0 |
868 | 2025-03-21T17:32:47.573Z | Downloaded unicode-xid v0.2.6 |
869 | 2025-03-21T17:32:47.573Z | Downloaded rsa v0.9.6 |
870 | 2025-03-21T17:32:47.573Z | Downloaded normalize-line-endings v0.3.0 |
871 | 2025-03-21T17:32:47.573Z | Downloaded slab v0.4.9 |
872 | 2025-03-21T17:32:47.573Z | Downloaded futures-channel v0.3.31 |
873 | 2025-03-21T17:32:47.573Z | Downloaded itertools v0.14.0 |
874 | 2025-03-21T17:32:47.573Z | Downloaded write16 v1.0.0 |
875 | 2025-03-21T17:32:47.573Z | Downloaded simd-adler32 v0.3.7 |
876 | 2025-03-21T17:32:47.573Z | Downloaded form_urlencoded v1.2.1 |
877 | 2025-03-21T17:32:47.573Z | Downloaded darling v0.20.10 |
878 | 2025-03-21T17:32:47.573Z | Downloaded nibble_vec v0.1.0 |
879 | 2025-03-21T17:32:47.573Z | Downloaded difflib v0.4.0 |
880 | 2025-03-21T17:32:47.573Z | Downloaded daft-derive v0.1.1 |
881 | 2025-03-21T17:32:47.573Z | Downloaded tokio-rustls v0.25.0 |
882 | 2025-03-21T17:32:47.573Z | Downloaded openssl-probe v0.1.5 |
883 | 2025-03-21T17:32:47.573Z | Downloaded omicron-zone-package v0.12.0 |
884 | 2025-03-21T17:32:47.573Z | Downloaded rustversion v1.0.17 |
885 | 2025-03-21T17:32:47.573Z | Downloaded polyval v0.6.2 |
886 | 2025-03-21T17:32:47.573Z | Downloaded schemars_derive v0.8.22 |
887 | 2025-03-21T17:32:47.573Z | Downloaded same-file v1.0.6 |
888 | 2025-03-21T17:32:47.573Z | Downloaded salsa20 v0.10.2 |
889 | 2025-03-21T17:32:47.573Z | Downloaded rusty-fork v0.3.0 |
890 | 2025-03-21T17:32:47.573Z | Downloaded rustls-pemfile v1.0.4 |
891 | 2025-03-21T17:32:47.573Z | Downloaded num_threads v0.1.7 |
892 | 2025-03-21T17:32:47.573Z | Downloaded endian-type v0.1.2 |
893 | 2025-03-21T17:32:47.573Z | Downloaded funty v2.0.0 |
894 | 2025-03-21T17:32:47.574Z | Downloaded zerovec-derive v0.10.3 |
895 | 2025-03-21T17:32:47.574Z | Downloaded r2d2 v0.8.10 |
896 | 2025-03-21T17:32:47.574Z | Downloaded poly1305 v0.8.0 |
897 | 2025-03-21T17:32:47.574Z | Downloaded pin-project-lite v0.2.14 |
898 | 2025-03-21T17:32:47.574Z | Downloaded fs_extra v1.3.0 |
899 | 2025-03-21T17:32:47.574Z | Downloaded tokio-rustls v0.26.0 |
900 | 2025-03-21T17:32:47.574Z | Downloaded signature v2.2.0 |
901 | 2025-03-21T17:32:47.574Z | Downloaded pin-utils v0.1.0 |
902 | 2025-03-21T17:32:47.574Z | Downloaded yasna v0.5.2 |
903 | 2025-03-21T17:32:47.574Z | Downloaded test-strategy v0.4.0 |
904 | 2025-03-21T17:32:47.574Z | Downloaded fragile v2.0.0 |
905 | 2025-03-21T17:32:47.574Z | Downloaded itertools v0.12.1 |
906 | 2025-03-21T17:32:47.574Z | Downloaded scopeguard v1.2.0 |
907 | 2025-03-21T17:32:47.574Z | Downloaded futures-macro v0.3.31 |
908 | 2025-03-21T17:32:47.574Z | Downloaded number_prefix v0.4.0 |
909 | 2025-03-21T17:32:47.574Z | Downloaded writeable v0.5.5 |
910 | 2025-03-21T17:32:47.574Z | Downloaded tokio-native-tls v0.3.1 |
911 | 2025-03-21T17:32:47.574Z | Downloaded typify v0.3.0 |
912 | 2025-03-21T17:32:47.574Z | Downloaded blake3 v1.5.4 |
913 | 2025-03-21T17:32:47.574Z | Downloaded openssl-macros v0.1.1 |
914 | 2025-03-21T17:32:47.574Z | Downloaded pkg-config v0.3.31 |
915 | 2025-03-21T17:32:47.574Z | Downloaded either v1.14.0 |
916 | 2025-03-21T17:32:47.574Z | Downloaded rayon-core v1.12.1 |
917 | 2025-03-21T17:32:47.574Z | Downloaded parking_lot v0.12.3 |
918 | 2025-03-21T17:32:47.574Z | Downloaded parking_lot v0.11.2 |
919 | 2025-03-21T17:32:47.575Z | Downloaded serde-big-array v0.5.1 |
920 | 2025-03-21T17:32:47.575Z | Downloaded rcgen v0.12.1 |
921 | 2025-03-21T17:32:47.575Z | Downloaded progenitor-macro v0.8.0 |
922 | 2025-03-21T17:32:47.575Z | Downloaded nodrop v0.1.14 |
923 | 2025-03-21T17:32:47.575Z | Downloaded ron v0.8.1 |
924 | 2025-03-21T17:32:47.575Z | Downloaded signal-hook-tokio v0.3.1 |
925 | 2025-03-21T17:32:47.575Z | Downloaded enum-as-inner v0.6.1 |
926 | 2025-03-21T17:32:47.575Z | Downloaded tokio-macros v2.5.0 |
927 | 2025-03-21T17:32:47.575Z | Downloaded scrypt v0.11.0 |
928 | 2025-03-21T17:32:47.575Z | Downloaded which v4.4.2 |
929 | 2025-03-21T17:32:47.575Z | Downloaded pkcs1 v0.7.5 |
930 | 2025-03-21T17:32:47.575Z | Downloaded whoami v1.5.2 |
931 | 2025-03-21T17:32:47.575Z | Downloaded rustls-pki-types v1.10.0 |
932 | 2025-03-21T17:32:47.575Z | Downloaded sqlformat v0.2.6 |
933 | 2025-03-21T17:32:47.575Z | Downloaded env_filter v0.1.2 |
934 | 2025-03-21T17:32:47.575Z | Downloaded ed25519-dalek v2.1.1 |
935 | 2025-03-21T17:32:47.575Z | Downloaded tokio-tungstenite v0.21.0 |
936 | 2025-03-21T17:32:47.575Z | Downloaded strum_macros v0.25.3 |
937 | 2025-03-21T17:32:47.575Z | Downloaded tokio-tungstenite v0.24.0 |
938 | 2025-03-21T17:32:47.575Z | Downloaded yoke v0.7.4 |
939 | 2025-03-21T17:32:47.575Z | Downloaded dropshot_endpoint v0.12.0 |
940 | 2025-03-21T17:32:47.575Z | Downloaded flate2 v1.1.0 |
941 | 2025-03-21T17:32:47.575Z | Downloaded futures-sink v0.3.31 |
942 | 2025-03-21T17:32:47.579Z | Downloaded hash32 v0.3.1 |
943 | 2025-03-21T17:32:47.579Z | Downloaded group v0.13.0 |
944 | 2025-03-21T17:32:47.579Z | Downloaded futures-task v0.3.31 |
945 | 2025-03-21T17:32:47.579Z | Downloaded hash32 v0.2.1 |
946 | 2025-03-21T17:32:47.580Z | Downloaded unicase v2.7.0 |
947 | 2025-03-21T17:32:47.580Z | Downloaded string_cache v0.8.7 |
948 | 2025-03-21T17:32:47.580Z | Downloaded pkcs8 v0.10.2 |
949 | 2025-03-21T17:32:47.580Z | Downloaded darling_core v0.20.10 |
950 | 2025-03-21T17:32:47.580Z | Downloaded secrecy v0.8.0 |
951 | 2025-03-21T17:32:47.580Z | Downloaded rpassword v7.3.1 |
952 | 2025-03-21T17:32:47.580Z | Downloaded papergrid v0.14.0 |
953 | 2025-03-21T17:32:47.580Z | Downloaded p521 v0.13.3 |
954 | 2025-03-21T17:32:47.580Z | Downloaded rand_chacha v0.9.0 |
955 | 2025-03-21T17:32:47.580Z | Downloaded futures v0.3.31 |
956 | 2025-03-21T17:32:47.580Z | Downloaded derive_builder_core v0.20.2 |
957 | 2025-03-21T17:32:47.580Z | Downloaded primeorder v0.13.6 |
958 | 2025-03-21T17:32:47.580Z | Downloaded similar v2.7.0 |
959 | 2025-03-21T17:32:47.580Z | Downloaded tls_codec v0.4.1 |
960 | 2025-03-21T17:32:47.580Z | Downloaded der_derive v0.7.3 |
961 | 2025-03-21T17:32:47.580Z | Downloaded strip-ansi-escapes v0.2.0 |
962 | 2025-03-21T17:32:47.580Z | Downloaded thiserror-impl-no-std v2.0.2 |
963 | 2025-03-21T17:32:47.580Z | Downloaded strum_macros v0.24.3 |
964 | 2025-03-21T17:32:47.580Z | Downloaded tls_codec_derive v0.4.1 |
965 | 2025-03-21T17:32:47.580Z | Downloaded aws-lc-rs v1.12.4 |
966 | 2025-03-21T17:32:47.580Z | Downloaded predicates v3.1.3 |
967 | 2025-03-21T17:32:47.580Z | Downloaded defmt-parser v0.3.4 |
968 | 2025-03-21T17:32:47.580Z | Downloaded postgres-types v0.2.9 |
969 | 2025-03-21T17:32:47.580Z | Downloaded schemars v0.8.22 |
970 | 2025-03-21T17:32:47.580Z | Downloaded value-bag v1.9.0 |
971 | 2025-03-21T17:32:47.581Z | Downloaded yansi v1.0.1 |
972 | 2025-03-21T17:32:47.581Z | Downloaded russh v0.45.0 |
973 | 2025-03-21T17:32:47.581Z | Downloaded strum_macros v0.26.4 |
974 | 2025-03-21T17:32:47.581Z | Downloaded elliptic-curve v0.13.8 |
975 | 2025-03-21T17:32:47.581Z | Downloaded quick-xml v0.37.2 |
976 | 2025-03-21T17:32:47.581Z | Downloaded half v2.4.1 |
977 | 2025-03-21T17:32:47.581Z | Downloaded bindgen v0.69.5 |
978 | 2025-03-21T17:32:47.581Z | Downloaded serde_yaml v0.9.34+deprecated |
979 | 2025-03-21T17:32:47.581Z | Downloaded zopfli v0.8.1 |
980 | 2025-03-21T17:32:47.581Z | Downloaded openssl-sys v0.9.106 |
981 | 2025-03-21T17:32:47.581Z | Downloaded salty v0.3.0 |
982 | 2025-03-21T17:32:47.581Z | Downloaded tokio-postgres v0.7.13 |
983 | 2025-03-21T17:32:47.581Z | Downloaded diff v0.1.13 |
984 | 2025-03-21T17:32:47.581Z | Downloaded bitvec v1.0.1 |
985 | 2025-03-21T17:32:47.581Z | Downloaded rand v0.9.0 |
986 | 2025-03-21T17:32:47.581Z | Downloaded icu_properties_data v1.5.0 |
987 | 2025-03-21T17:32:47.581Z | Downloaded chrono v0.4.40 |
988 | 2025-03-21T17:32:47.581Z | Downloaded h2 v0.4.6 |
989 | 2025-03-21T17:32:47.581Z | Downloaded steno v0.4.1 |
990 | 2025-03-21T17:32:47.581Z | Downloaded bindgen v0.71.1 |
991 | 2025-03-21T17:32:47.581Z | Downloaded unicode_categories v0.1.1 |
992 | 2025-03-21T17:32:47.581Z | Downloaded lalrpop v0.19.12 |
993 | 2025-03-21T17:32:47.581Z | Downloaded zip v0.6.6 |
994 | 2025-03-21T17:32:47.581Z | Downloaded rustls-webpki v0.102.8 |
995 | 2025-03-21T17:32:47.581Z | Downloaded prettyplease v0.2.29 |
996 | 2025-03-21T17:32:47.581Z | Downloaded pretty_assertions v1.4.1 |
997 | 2025-03-21T17:32:47.581Z | Downloaded der v0.7.9 |
998 | 2025-03-21T17:32:47.581Z | Downloaded nom v7.1.3 |
999 | 2025-03-21T17:32:47.581Z | Downloaded quinn-proto v0.11.8 |
1000 | 2025-03-21T17:32:47.581Z | Downloaded typed-path v0.9.3 |
1001 | 2025-03-21T17:32:47.581Z | Downloaded rayon v1.10.0 |
1002 | 2025-03-21T17:32:47.581Z | Downloaded ssh-key v0.6.6 |
1003 | 2025-03-21T17:32:47.581Z | Downloaded time v0.3.36 |
1004 | 2025-03-21T17:32:47.581Z | Downloaded zerovec v0.10.4 |
1005 | 2025-03-21T17:32:47.581Z | Downloaded rustyline v14.0.0 |
1006 | 2025-03-21T17:32:47.581Z | Downloaded futures-util v0.3.31 |
1007 | 2025-03-21T17:32:47.581Z | Downloaded rustls-webpki v0.101.7 |
1008 | 2025-03-21T17:32:47.581Z | Downloaded p384 v0.13.0 |
1009 | 2025-03-21T17:32:47.581Z | Downloaded petname v2.0.2 |
1010 | 2025-03-21T17:32:47.582Z | Downloaded serde_with v3.12.0 |
1011 | 2025-03-21T17:32:47.582Z | Downloaded regex v1.11.1 |
1012 | 2025-03-21T17:32:47.582Z | Downloaded winnow v0.5.40 |
1013 | 2025-03-21T17:32:47.582Z | Downloaded winnow v0.6.20 |
1014 | 2025-03-21T17:32:47.582Z | Downloaded sqlparser v0.45.0 |
1015 | 2025-03-21T17:32:47.582Z | Downloaded tokio-util v0.7.13 |
1016 | 2025-03-21T17:32:47.582Z | Downloaded hashbrown v0.12.3 |
1017 | 2025-03-21T17:32:47.582Z | Downloaded reqwest v0.12.12 |
1018 | 2025-03-21T17:32:47.582Z | Downloaded smoltcp v0.9.1 |
1019 | 2025-03-21T17:32:47.582Z | Downloaded portable-atomic v1.9.0 |
1020 | 2025-03-21T17:32:47.582Z | Downloaded tabled v0.18.0 |
1021 | 2025-03-21T17:32:47.582Z | Downloaded zerocopy v0.8.10 |
1022 | 2025-03-21T17:32:47.582Z | Downloaded curve25519-dalek v4.1.3 |
1023 | 2025-03-21T17:32:47.582Z | Downloaded radix_trie v0.2.1 |
1024 | 2025-03-21T17:32:47.582Z | Downloaded vcpkg v0.2.15 |
1025 | 2025-03-21T17:32:47.605Z | Downloaded openssl v0.10.71 |
1026 | 2025-03-21T17:32:47.614Z | Downloaded unicode-width v0.2.0 |
1027 | 2025-03-21T17:32:47.619Z | Downloaded webpki-roots v0.26.6 |
1028 | 2025-03-21T17:32:47.624Z | Downloaded nix v0.27.1 |
1029 | 2025-03-21T17:32:47.634Z | Downloaded rustls v0.23.19 |
1030 | 2025-03-21T17:32:47.646Z | Downloaded rustls v0.22.4 |
1031 | 2025-03-21T17:32:47.660Z | Downloaded object v0.30.4 |
1032 | 2025-03-21T17:32:47.670Z | Downloaded smoltcp v0.11.0 |
1033 | 2025-03-21T17:32:47.684Z | Downloaded dropshot v0.16.0 |
1034 | 2025-03-21T17:32:47.704Z | Downloaded dropshot v0.12.0 |
1035 | 2025-03-21T17:32:47.724Z | Downloaded nix v0.28.0 |
1036 | 2025-03-21T17:32:47.733Z | Downloaded regress v0.10.3 |
1037 | 2025-03-21T17:32:47.742Z | Downloaded ratatui v0.29.0 |
1038 | 2025-03-21T17:32:47.765Z | Downloaded polar-core v0.27.3 |
1039 | 2025-03-21T17:32:47.772Z | Downloaded nix v0.29.0 |
1040 | 2025-03-21T17:32:47.781Z | Downloaded regex-syntax v0.6.29 |
1041 | 2025-03-21T17:32:47.790Z | Downloaded object v0.36.5 |
1042 | 2025-03-21T17:32:47.800Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1043 | 2025-03-21T17:32:47.811Z | Downloaded sled v0.34.7 |
1044 | 2025-03-21T17:32:47.822Z | Downloaded openapiv3 v2.0.0 |
1045 | 2025-03-21T17:32:47.832Z | Downloaded diesel v2.2.7 |
1046 | 2025-03-21T17:32:47.852Z | Downloaded typify-impl v0.2.0 |
1047 | 2025-03-21T17:32:47.865Z | Downloaded rustls v0.21.12 |
1048 | 2025-03-21T17:32:47.876Z | Downloaded zerocopy-derive v0.6.6 |
1049 | 2025-03-21T17:32:47.884Z | Downloaded typify-impl v0.3.0 |
1050 | 2025-03-21T17:32:47.898Z | Downloaded regex-syntax v0.8.5 |
1051 | 2025-03-21T17:32:47.906Z | Downloaded hickory-proto v0.24.4 |
1052 | 2025-03-21T17:32:47.921Z | Downloaded gimli v0.31.1 |
1053 | 2025-03-21T17:32:47.931Z | Downloaded git2 v0.19.0 |
1054 | 2025-03-21T17:32:47.936Z | Downloaded chrono-tz v0.10.1 |
1055 | 2025-03-21T17:32:47.943Z | Downloaded bstr v1.10.0 |
1056 | 2025-03-21T17:32:47.953Z | Downloaded petgraph v0.6.5 |
1057 | 2025-03-21T17:32:47.969Z | Downloaded regex-automata v0.4.8 |
1058 | 2025-03-21T17:32:47.985Z | Downloaded petgraph v0.7.1 |
1059 | 2025-03-21T17:32:48.002Z | Downloaded csv v1.3.1 |
1060 | 2025-03-21T17:32:48.021Z | Downloaded sha3 v0.10.8 |
1061 | 2025-03-21T17:32:48.024Z | Downloaded lzma-sys v0.1.20 |
1062 | 2025-03-21T17:32:48.054Z | Downloaded proptest v1.6.0 |
1063 | 2025-03-21T17:32:48.063Z | Downloaded publicsuffix v2.3.0 |
1064 | 2025-03-21T17:32:48.066Z | Downloaded expectorate v1.1.0 |
1065 | 2025-03-21T17:32:48.074Z | Downloaded tough v0.19.0 |
1066 | 2025-03-21T17:32:48.077Z | Downloaded stringprep v0.1.5 |
1067 | 2025-03-21T17:32:48.077Z | Downloaded toml v0.7.8 |
1068 | 2025-03-21T17:32:48.081Z | Downloaded postgres-protocol v0.6.8 |
1069 | 2025-03-21T17:32:48.084Z | Downloaded libz-sys v1.1.20 |
1070 | 2025-03-21T17:32:48.101Z | Downloaded typify v0.2.0 |
1071 | 2025-03-21T17:32:48.104Z | Downloaded tower v0.5.2 |
1072 | 2025-03-21T17:32:48.113Z | Downloaded env_logger v0.11.5 |
1073 | 2025-03-21T17:32:48.118Z | Downloaded pkcs5 v0.7.1 |
1074 | 2025-03-21T17:32:48.122Z | Downloaded tokio v1.43.0 |
1075 | 2025-03-21T17:32:48.158Z | Downloaded reedline v0.38.0 |
1076 | 2025-03-21T17:32:48.164Z | Downloaded aho-corasick v1.1.3 |
1077 | 2025-03-21T17:32:48.170Z | Downloaded zerocopy v0.6.6 |
1078 | 2025-03-21T17:32:48.177Z | Downloaded parse-zoneinfo v0.3.1 |
1079 | 2025-03-21T17:32:48.181Z | Downloaded newtype-uuid v1.2.1 |
1080 | 2025-03-21T17:32:48.181Z | Downloaded toml_edit v0.19.15 |
1081 | 2025-03-21T17:32:48.192Z | Downloaded sha1 v0.10.6 |
1082 | 2025-03-21T17:32:48.214Z | Downloaded rand v0.8.5 |
1083 | 2025-03-21T17:32:48.214Z | Downloaded num-bigint-dig v0.8.4 |
1084 | 2025-03-21T17:32:48.214Z | Downloaded unicode-normalization v0.1.24 |
1085 | 2025-03-21T17:32:48.214Z | Downloaded unsafe-libyaml v0.2.11 |
1086 | 2025-03-21T17:32:48.214Z | Downloaded progenitor-impl v0.9.1 |
1087 | 2025-03-21T17:32:48.218Z | Downloaded progenitor-impl v0.8.0 |
1088 | 2025-03-21T17:32:48.218Z | Downloaded snafu v0.8.5 |
1089 | 2025-03-21T17:32:48.225Z | Downloaded tracing v0.1.40 |
1090 | 2025-03-21T17:32:48.229Z | Downloaded aes-gcm v0.10.3 |
1091 | 2025-03-21T17:32:48.229Z | Downloaded itertools v0.13.0 |
1092 | 2025-03-21T17:32:48.235Z | Downloaded idna v1.0.3 |
1093 | 2025-03-21T17:32:48.250Z | Downloaded zip v2.1.3 |
1094 | 2025-03-21T17:32:48.265Z | Downloaded num-bigint v0.4.6 |
1095 | 2025-03-21T17:32:48.265Z | Downloaded slog-stdlog v4.1.1 |
1096 | 2025-03-21T17:32:48.265Z | Downloaded slog-scope v4.4.0 |
1097 | 2025-03-21T17:32:48.265Z | Downloaded slog-async v2.8.0 |
1098 | 2025-03-21T17:32:48.265Z | Downloaded shell-words v1.1.0 |
1099 | 2025-03-21T17:32:48.265Z | Downloaded quinn-udp v0.5.5 |
1100 | 2025-03-21T17:32:48.265Z | Downloaded progenitor-macro v0.9.1 |
1101 | 2025-03-21T17:32:48.265Z | Downloaded rustls-pemfile v2.2.0 |
1102 | 2025-03-21T17:32:48.265Z | Downloaded derive_builder v0.20.2 |
1103 | 2025-03-21T17:32:48.265Z | Downloaded hashbrown v0.13.2 |
1104 | 2025-03-21T17:32:48.269Z | Downloaded url v2.5.3 |
1105 | 2025-03-21T17:32:48.273Z | Downloaded unicode-segmentation v1.12.0 |
1106 | 2025-03-21T17:32:48.277Z | Downloaded password-hash v0.5.0 |
1107 | 2025-03-21T17:32:48.277Z | Downloaded password-hash v0.4.2 |
1108 | 2025-03-21T17:32:48.281Z | Downloaded slog v2.7.0 |
1109 | 2025-03-21T17:32:48.281Z | Downloaded encoding_rs v0.8.34 |
1110 | 2025-03-21T17:32:48.304Z | Downloaded ring v0.17.11 |
1111 | 2025-03-21T17:32:48.349Z | Downloaded x509-cert v0.2.5 |
1112 | 2025-03-21T17:32:48.355Z | Downloaded libm v0.2.8 |
1113 | 2025-03-21T17:32:48.361Z | Downloaded itertools v0.10.5 |
1114 | 2025-03-21T17:32:48.369Z | Downloaded proc-macro-error2 v2.0.1 |
1115 | 2025-03-21T17:32:48.374Z | Downloaded parking_lot_core v0.9.10 |
1116 | 2025-03-21T17:32:48.374Z | Downloaded owo-colors v4.2.0 |
1117 | 2025-03-21T17:32:48.380Z | Downloaded termios v0.3.3 |
1118 | 2025-03-21T17:32:48.380Z | Downloaded tabled_derive v0.10.0 |
1119 | 2025-03-21T17:32:48.380Z | Downloaded synstructure v0.13.1 |
1120 | 2025-03-21T17:32:48.380Z | Downloaded qorb v0.2.1 |
1121 | 2025-03-21T17:32:48.388Z | Downloaded heapless v0.8.0 |
1122 | 2025-03-21T17:32:48.408Z | Downloaded heapless v0.7.17 |
1123 | 2025-03-21T17:32:48.408Z | Downloaded num-traits v0.2.19 |
1124 | 2025-03-21T17:32:48.408Z | Downloaded vergen v8.3.2 |
1125 | 2025-03-21T17:32:48.408Z | Downloaded tracing-core v0.1.32 |
1126 | 2025-03-21T17:32:48.408Z | Downloaded nu-ansi-term v0.50.1 |
1127 | 2025-03-21T17:32:48.408Z | Downloaded http v1.2.0 |
1128 | 2025-03-21T17:32:48.417Z | Downloaded const_format v0.2.34 |
1129 | 2025-03-21T17:32:48.417Z | Downloaded spin v0.9.8 |
1130 | 2025-03-21T17:32:48.417Z | Downloaded semver v0.1.20 |
1131 | 2025-03-21T17:32:48.429Z | Downloaded quinn v0.11.5 |
1132 | 2025-03-21T17:32:48.429Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1133 | 2025-03-21T17:32:48.499Z | Downloaded tungstenite v0.21.0 |
1134 | 2025-03-21T17:32:48.510Z | Downloaded crossbeam-channel v0.5.13 |
1135 | 2025-03-21T17:32:48.511Z | Downloaded oxnet v0.1.1 |
1136 | 2025-03-21T17:32:48.511Z | Downloaded twox-hash v2.1.0 |
1137 | 2025-03-21T17:32:48.511Z | Downloaded oso v0.27.3 |
1138 | 2025-03-21T17:32:48.511Z | Downloaded flume v0.11.1 |
1139 | 2025-03-21T17:32:48.511Z | Downloaded postcard v1.0.10 |
1140 | 2025-03-21T17:32:48.511Z | Downloaded native-tls v0.2.12 |
1141 | 2025-03-21T17:32:48.511Z | Downloaded nanorand v0.7.0 |
1142 | 2025-03-21T17:32:48.511Z | Downloaded globset v0.4.15 |
1143 | 2025-03-21T17:32:48.529Z | Downloaded minimal-lexical v0.2.1 |
1144 | 2025-03-21T17:32:48.529Z | Downloaded vsss-rs v3.3.4 |
1145 | 2025-03-21T17:32:48.529Z | Downloaded tokio-tungstenite v0.23.1 |
1146 | 2025-03-21T17:32:48.529Z | Downloaded tokio-rustls v0.24.1 |
1147 | 2025-03-21T17:32:48.529Z | Downloaded bytes v1.10.0 |
1148 | 2025-03-21T17:32:48.538Z | Downloaded smallvec v1.14.0 |
1149 | 2025-03-21T17:32:48.538Z | Downloaded rustfmt-wrapper v0.2.1 |
1150 | 2025-03-21T17:32:48.539Z | Downloaded russh-cryptovec v0.7.3 |
1151 | 2025-03-21T17:32:48.539Z | Downloaded dirs-sys-next v0.1.2 |
1152 | 2025-03-21T17:32:48.539Z | Downloaded dirs-next v2.0.0 |
1153 | 2025-03-21T17:32:48.539Z | Downloaded data-encoding v2.6.0 |
1154 | 2025-03-21T17:32:48.539Z | Downloaded miniz_oxide v0.8.5 |
1155 | 2025-03-21T17:32:48.539Z | Downloaded bumpalo v3.16.0 |
1156 | 2025-03-21T17:32:48.539Z | Downloaded base64 v0.22.1 |
1157 | 2025-03-21T17:32:48.550Z | Downloaded base64 v0.21.7 |
1158 | 2025-03-21T17:32:48.550Z | Downloaded backtrace v0.3.74 |
1159 | 2025-03-21T17:32:48.550Z | Downloaded tap v1.0.1 |
1160 | 2025-03-21T17:32:48.558Z | Downloaded supports-color v3.0.2 |
1161 | 2025-03-21T17:32:48.558Z | Downloaded smallvec v0.6.14 |
1162 | 2025-03-21T17:32:48.558Z | Downloaded signal-hook-mio v0.2.4 |
1163 | 2025-03-21T17:32:48.558Z | Downloaded shlex v1.3.0 |
1164 | 2025-03-21T17:32:48.558Z | Downloaded serde_path_to_error v0.1.16 |
1165 | 2025-03-21T17:32:48.558Z | Downloaded debug-ignore v1.0.5 |
1166 | 2025-03-21T17:32:48.558Z | Downloaded defmt v0.3.8 |
1167 | 2025-03-21T17:32:48.558Z | Downloaded icu_properties v1.5.1 |
1168 | 2025-03-21T17:32:48.567Z | Downloaded phf_codegen v0.11.2 |
1169 | 2025-03-21T17:32:48.567Z | Downloaded parse-display-derive v0.10.0 |
1170 | 2025-03-21T17:32:48.567Z | Downloaded parse-display v0.10.0 |
1171 | 2025-03-21T17:32:48.567Z | Downloaded cookie_store v0.21.1 |
1172 | 2025-03-21T17:32:48.567Z | Downloaded allocator-api2 v0.2.18 |
1173 | 2025-03-21T17:32:48.577Z | Downloaded time-macros v0.2.18 |
1174 | 2025-03-21T17:32:48.577Z | Downloaded termtree v0.5.1 |
1175 | 2025-03-21T17:32:48.577Z | Downloaded icu_locid_transform v1.5.0 |
1176 | 2025-03-21T17:32:48.577Z | Downloaded icu_locid v1.5.0 |
1177 | 2025-03-21T17:32:48.586Z | Downloaded slog-bunyan v2.5.0 |
1178 | 2025-03-21T17:32:48.587Z | Downloaded sec1 v0.7.3 |
1179 | 2025-03-21T17:32:48.587Z | Downloaded arc-swap v1.7.1 |
1180 | 2025-03-21T17:32:48.587Z | Downloaded rustc_version v0.4.1 |
1181 | 2025-03-21T17:32:48.587Z | Downloaded rtoolbox v0.0.2 |
1182 | 2025-03-21T17:32:48.597Z | Downloaded crossbeam-epoch v0.9.18 |
1183 | 2025-03-21T17:32:48.597Z | Downloaded clang-sys v1.8.1 |
1184 | 2025-03-21T17:32:48.598Z | Downloaded crossbeam-utils v0.8.20 |
1185 | 2025-03-21T17:32:48.598Z | Downloaded crc-any v2.5.0 |
1186 | 2025-03-21T17:32:48.610Z | Downloaded csv-core v0.1.11 |
1187 | 2025-03-21T17:32:48.610Z | Downloaded lock_api v0.4.12 |
1188 | 2025-03-21T17:32:48.610Z | Downloaded ipnet v2.11.0 |
1189 | 2025-03-21T17:32:48.610Z | Downloaded ciborium v0.2.2 |
1190 | 2025-03-21T17:32:48.610Z | Downloaded inout v0.1.3 |
1191 | 2025-03-21T17:32:48.610Z | Downloaded structmeta-derive v0.3.0 |
1192 | 2025-03-21T17:32:48.610Z | Downloaded hyper-rustls v0.27.3 |
1193 | 2025-03-21T17:32:48.622Z | Downloaded httpdate v1.0.3 |
1194 | 2025-03-21T17:32:48.622Z | Downloaded crc v3.2.1 |
1195 | 2025-03-21T17:32:48.622Z | Downloaded async-bb8-diesel v0.2.1 |
1196 | 2025-03-21T17:32:48.622Z | Downloaded libloading v0.8.5 |
1197 | 2025-03-21T17:32:48.622Z | Downloaded serde_urlencoded v0.7.1 |
1198 | 2025-03-21T17:32:48.622Z | Downloaded async-trait v0.1.86 |
1199 | 2025-03-21T17:32:48.622Z | Downloaded arrayvec v0.7.6 |
1200 | 2025-03-21T17:32:48.623Z | Downloaded cancel-safe-futures v0.1.5 |
1201 | 2025-03-21T17:32:48.633Z | Downloaded instability v0.3.2 |
1202 | 2025-03-21T17:32:48.633Z | Downloaded console v0.15.10 |
1203 | 2025-03-21T17:32:48.633Z | Downloaded bit-vec v0.8.0 |
1204 | 2025-03-21T17:32:48.633Z | Downloaded kstat-rs v0.2.4 |
1205 | 2025-03-21T17:32:48.633Z | Downloaded base64ct v1.6.0 |
1206 | 2025-03-21T17:32:48.633Z | Downloaded keccak v0.1.5 |
1207 | 2025-03-21T17:32:48.633Z | Downloaded impl-trait-for-tuples v0.2.2 |
1208 | 2025-03-21T17:32:48.633Z | Downloaded crc32fast v1.4.2 |
1209 | 2025-03-21T17:32:48.639Z | Downloaded const_format_proc_macros v0.2.34 |
1210 | 2025-03-21T17:32:48.639Z | Downloaded cbc v0.1.2 |
1211 | 2025-03-21T17:32:48.639Z | Downloaded lalrpop-util v0.19.12 |
1212 | 2025-03-21T17:32:48.639Z | Downloaded indoc v1.0.9 |
1213 | 2025-03-21T17:32:48.646Z | Downloaded idna_adapter v1.2.0 |
1214 | 2025-03-21T17:32:48.646Z | Downloaded buf-list v1.0.3 |
1215 | 2025-03-21T17:32:48.646Z | Downloaded async-stream v0.3.6 |
1216 | 2025-03-21T17:32:48.661Z | Downloaded ciborium-ll v0.2.2 |
1217 | 2025-03-21T17:32:48.662Z | Downloaded base16ct v0.2.0 |
1218 | 2025-03-21T17:32:48.662Z | Downloaded crossbeam-deque v0.8.5 |
1219 | 2025-03-21T17:32:48.662Z | Downloaded hostname v0.4.0 |
1220 | 2025-03-21T17:32:48.662Z | Downloaded home v0.5.9 |
1221 | 2025-03-21T17:32:48.662Z | Downloaded assert_matches v1.5.0 |
1222 | 2025-03-21T17:32:48.662Z | Downloaded bit-set v0.5.3 |
1223 | 2025-03-21T17:32:48.748Z | Downloaded bitfield-struct v0.6.2 |
1224 | 2025-03-21T17:32:48.748Z | Downloaded bcrypt-pbkdf v0.10.0 |
1225 | 2025-03-21T17:32:48.748Z | Downloaded atomic-waker v1.1.2 |
1226 | 2025-03-21T17:32:48.749Z | Downloaded adler2 v2.0.0 |
1227 | 2025-03-21T17:32:49.009Z | Downloaded aws-lc-sys v0.26.0 |
1228 | 2025-03-21T17:32:49.368Z | Compiling serde v1.0.218 |
1229 | 2025-03-21T17:32:49.450Z | Compiling value-bag v1.9.0 |
1230 | 2025-03-21T17:32:49.450Z | Compiling lock_api v0.4.12 |
1231 | 2025-03-21T17:32:49.450Z | Compiling scopeguard v1.2.0 |
1232 | 2025-03-21T17:32:49.450Z | Compiling typenum v1.17.0 |
1233 | 2025-03-21T17:32:49.554Z | Compiling generic-array v0.14.7 |
1234 | 2025-03-21T17:32:49.569Z | Compiling syn v2.0.98 |
1235 | 2025-03-21T17:32:49.569Z | Compiling getrandom v0.2.15 |
1236 | 2025-03-21T17:32:49.692Z | Compiling shlex v1.3.0 |
1237 | 2025-03-21T17:32:49.918Z | Compiling rand_core v0.6.4 |
1238 | 2025-03-21T17:32:50.084Z | Compiling log v0.4.22 |
1239 | 2025-03-21T17:32:50.085Z | Compiling jobserver v0.1.32 |
1240 | 2025-03-21T17:32:50.085Z | Compiling subtle v2.6.1 |
1241 | 2025-03-21T17:32:50.086Z | Compiling smallvec v1.14.0 |
1242 | 2025-03-21T17:32:50.297Z | Compiling const-oid v0.9.6 |
1243 | 2025-03-21T17:32:50.365Z | Compiling cc v1.2.15 |
1244 | 2025-03-21T17:32:50.384Z | Compiling pin-project-lite v0.2.14 |
1245 | 2025-03-21T17:32:50.446Z | Compiling parking_lot_core v0.9.10 |
1246 | 2025-03-21T17:32:50.528Z | Compiling rustix v0.38.37 |
1247 | 2025-03-21T17:32:50.667Z | Compiling signal-hook-registry v1.4.2 |
1248 | 2025-03-21T17:32:50.756Z | Compiling futures-core v0.3.31 |
1249 | 2025-03-21T17:32:50.984Z | Compiling mio v1.0.2 |
1250 | 2025-03-21T17:32:51.335Z | Compiling parking_lot v0.12.3 |
1251 | 2025-03-21T17:32:51.367Z | Compiling spin v0.9.8 |
1252 | 2025-03-21T17:32:51.426Z | Compiling socket2 v0.5.8 |
1253 | 2025-03-21T17:32:51.715Z | Compiling aho-corasick v1.1.3 |
1254 | 2025-03-21T17:32:51.733Z | Compiling either v1.14.0 |
1255 | 2025-03-21T17:32:51.973Z | Compiling stable_deref_trait v1.2.0 |
1256 | 2025-03-21T17:32:52.096Z | Compiling futures-sink v0.3.31 |
1257 | 2025-03-21T17:32:52.136Z | Compiling regex-syntax v0.8.5 |
1258 | 2025-03-21T17:32:52.158Z | Compiling cpufeatures v0.2.14 |
1259 | 2025-03-21T17:32:52.255Z | Compiling slab v0.4.9 |
1260 | 2025-03-21T17:32:52.272Z | Compiling glob v0.3.2 |
1261 | 2025-03-21T17:32:52.277Z | Compiling prettyplease v0.2.29 |
1262 | 2025-03-21T17:32:52.308Z | Compiling lazy_static v1.5.0 |
1263 | 2025-03-21T17:32:52.473Z | Compiling minimal-lexical v0.2.1 |
1264 | 2025-03-21T17:32:52.726Z | Compiling serde_json v1.0.139 |
1265 | 2025-03-21T17:32:53.071Z | Compiling nom v7.1.3 |
1266 | 2025-03-21T17:32:53.102Z | Compiling futures-channel v0.3.31 |
1267 | 2025-03-21T17:32:53.115Z | Compiling libloading v0.8.5 |
1268 | 2025-03-21T17:32:53.177Z | Compiling clang-sys v1.8.1 |
1269 | 2025-03-21T17:32:53.494Z | Compiling home v0.5.9 |
1270 | 2025-03-21T17:32:53.526Z | Compiling pin-utils v0.1.0 |
1271 | 2025-03-21T17:32:53.637Z | Compiling foldhash v0.1.3 |
1272 | 2025-03-21T17:32:53.701Z | Compiling allocator-api2 v0.2.18 |
1273 | 2025-03-21T17:32:53.902Z | Compiling futures-io v0.3.31 |
1274 | 2025-03-21T17:32:53.924Z | Compiling futures-task v0.3.31 |
1275 | 2025-03-21T17:32:54.187Z | Compiling bindgen v0.69.5 |
1276 | 2025-03-21T17:32:54.230Z | Compiling itertools v0.12.1 |
1277 | 2025-03-21T17:32:54.453Z | Compiling hashbrown v0.15.1 |
1278 | 2025-03-21T17:32:55.129Z | Compiling lazycell v1.3.0 |
1279 | 2025-03-21T17:32:55.283Z | Compiling libm v0.2.8 |
1280 | 2025-03-21T17:32:55.649Z | Compiling pkg-config v0.3.31 |
1281 | 2025-03-21T17:32:55.705Z | Compiling rustc-hash v1.1.0 |
1282 | 2025-03-21T17:32:55.897Z | Compiling regex-automata v0.4.8 |
1283 | 2025-03-21T17:32:56.309Z | Compiling cexpr v0.6.0 |
1284 | 2025-03-21T17:32:56.430Z | Compiling cmake v0.1.51 |
1285 | 2025-03-21T17:32:56.890Z | Compiling synstructure v0.13.1 |
1286 | 2025-03-21T17:32:57.222Z | Compiling num-traits v0.2.19 |
1287 | 2025-03-21T17:32:57.563Z | Compiling fs_extra v1.3.0 |
1288 | 2025-03-21T17:32:57.866Z | Compiling dunce v1.0.5 |
1289 | 2025-03-21T17:32:58.247Z | Compiling litemap v0.7.3 |
1290 | 2025-03-21T17:32:58.276Z | Compiling writeable v0.5.5 |
1291 | 2025-03-21T17:32:58.304Z | Compiling getrandom v0.3.1 |
1292 | 2025-03-21T17:32:58.615Z | Compiling ring v0.17.11 |
1293 | 2025-03-21T17:32:58.815Z | Compiling base64ct v1.6.0 |
1294 | 2025-03-21T17:32:58.993Z | Compiling paste v1.0.15 |
1295 | 2025-03-21T17:32:59.400Z | Compiling pem-rfc7468 v0.7.0 |
1296 | 2025-03-21T17:32:59.853Z | Compiling aws-lc-rs v1.12.4 |
1297 | 2025-03-21T17:33:00.438Z | Compiling httparse v1.9.5 |
1298 | 2025-03-21T17:33:00.438Z | Compiling flagset v0.4.6 |
1299 | 2025-03-21T17:33:00.438Z | Compiling icu_locid_transform_data v1.5.0 |
1300 | 2025-03-21T17:33:00.485Z | Compiling tracing-core v0.1.32 |
1301 | 2025-03-21T17:33:00.652Z | Compiling regex v1.11.1 |
1302 | 2025-03-21T17:33:00.988Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-03-21T17:33:01.209Z | Compiling rustls-pki-types v1.10.0 |
1304 | 2025-03-21T17:33:01.246Z | Compiling percent-encoding v2.3.1 |
1305 | 2025-03-21T17:33:01.511Z | Compiling crossbeam-utils v0.8.20 |
1306 | 2025-03-21T17:33:01.560Z | Compiling time-core v0.1.2 |
1307 | 2025-03-21T17:33:01.744Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2025-03-21T17:33:01.767Z | Compiling serde_derive v1.0.218 |
1309 | 2025-03-21T17:33:01.846Z | Compiling zeroize_derive v1.4.2 |
1310 | 2025-03-21T17:33:02.013Z | Compiling zerocopy-derive v0.7.35 |
1311 | 2025-03-21T17:33:02.083Z | Compiling tokio-macros v2.5.0 |
1312 | 2025-03-21T17:33:02.123Z | Compiling zerofrom-derive v0.1.4 |
1313 | 2025-03-21T17:33:03.203Z | Compiling zeroize v1.8.1 |
1314 | 2025-03-21T17:33:03.559Z | Compiling yoke-derive v0.7.4 |
1315 | 2025-03-21T17:33:03.939Z | Compiling zerocopy v0.7.35 |
1316 | 2025-03-21T17:33:04.339Z | Compiling thiserror-impl v1.0.69 |
1317 | 2025-03-21T17:33:04.421Z | Compiling futures-macro v0.3.31 |
1318 | 2025-03-21T17:33:04.749Z | Compiling crypto-common v0.1.6 |
1319 | 2025-03-21T17:33:05.008Z | Compiling block-buffer v0.10.4 |
1320 | 2025-03-21T17:33:05.166Z | Compiling displaydoc v0.2.5 |
1321 | 2025-03-21T17:33:05.251Z | Compiling digest v0.10.7 |
1322 | 2025-03-21T17:33:05.467Z | Compiling zerofrom v0.1.4 |
1323 | 2025-03-21T17:33:05.679Z | Compiling zerovec-derive v0.10.3 |
1324 | 2025-03-21T17:33:05.704Z | Compiling hmac v0.12.1 |
1325 | 2025-03-21T17:33:05.727Z | Compiling block-padding v0.3.3 |
1326 | 2025-03-21T17:33:05.965Z | Compiling inout v0.1.3 |
1327 | 2025-03-21T17:33:05.986Z | Compiling ppv-lite86 v0.2.20 |
1328 | 2025-03-21T17:33:06.021Z | Compiling yoke v0.7.4 |
1329 | 2025-03-21T17:33:06.146Z | Compiling futures-util v0.3.31 |
1330 | 2025-03-21T17:33:06.259Z | Compiling cipher v0.4.4 |
1331 | 2025-03-21T17:33:06.377Z | Compiling sha2 v0.10.8 |
1332 | 2025-03-21T17:33:06.619Z | Compiling icu_provider_macros v1.5.0 |
1333 | 2025-03-21T17:33:06.748Z | Compiling der_derive v0.7.3 |
1334 | 2025-03-21T17:33:06.766Z | Compiling tracing-attributes v0.1.27 |
1335 | 2025-03-21T17:33:07.149Z | Compiling thiserror v1.0.69 |
1336 | 2025-03-21T17:33:07.306Z | Compiling pest v2.7.14 |
1337 | 2025-03-21T17:33:07.680Z | Compiling salsa20 v0.10.2 |
1338 | 2025-03-21T17:33:07.937Z | Compiling pbkdf2 v0.12.2 |
1339 | 2025-03-21T17:33:08.161Z | Compiling zerovec v0.10.4 |
1340 | 2025-03-21T17:33:08.181Z | Compiling powerfmt v0.2.0 |
1341 | 2025-03-21T17:33:08.574Z | Compiling vcpkg v0.2.15 |
1342 | 2025-03-21T17:33:08.938Z | Compiling der v0.7.9 |
1343 | 2025-03-21T17:33:09.958Z | Compiling tinystr v0.7.6 |
1344 | 2025-03-21T17:33:09.958Z | Compiling icu_collections v1.5.0 |
1345 | 2025-03-21T17:33:10.162Z | Compiling tracing v0.1.40 |
1346 | 2025-03-21T17:33:10.290Z | Compiling icu_locid v1.5.0 |
1347 | 2025-03-21T17:33:10.293Z | Compiling untrusted v0.7.1 |
1348 | 2025-03-21T17:33:10.346Z | Compiling write16 v1.0.0 |
1349 | 2025-03-21T17:33:10.492Z | Compiling utf8_iter v1.0.4 |
1350 | 2025-03-21T17:33:10.512Z | Compiling utf16_iter v1.0.5 |
1351 | 2025-03-21T17:33:10.628Z | Compiling num-conv v0.1.0 |
1352 | 2025-03-21T17:33:10.728Z | Compiling untrusted v0.9.0 |
1353 | 2025-03-21T17:33:10.751Z | Compiling openssl-sys v0.9.106 |
1354 | 2025-03-21T17:33:10.920Z | Compiling spki v0.7.3 |
1355 | 2025-03-21T17:33:10.924Z | Compiling time-macros v0.2.18 |
1356 | 2025-03-21T17:33:11.319Z | Compiling icu_provider v1.5.0 |
1357 | 2025-03-21T17:33:11.391Z | Compiling pest_meta v2.7.14 |
1358 | 2025-03-21T17:33:11.780Z | Compiling deranged v0.3.11 |
1359 | 2025-03-21T17:33:12.198Z | Compiling icu_locid_transform v1.5.0 |
1360 | 2025-03-21T17:33:12.255Z | Compiling scrypt v0.11.0 |
1361 | 2025-03-21T17:33:12.815Z | Compiling cbc v0.1.2 |
1362 | 2025-03-21T17:33:13.026Z | Compiling aes v0.8.4 |
1363 | 2025-03-21T17:33:13.070Z | Compiling scroll_derive v0.12.0 |
1364 | 2025-03-21T17:33:13.208Z | Compiling atomic-waker v1.1.2 |
1365 | 2025-03-21T17:33:13.407Z | Compiling tinyvec_macros v0.1.1 |
1366 | 2025-03-21T17:33:13.516Z | Compiling icu_properties v1.5.1 |
1367 | 2025-03-21T17:33:13.914Z | Compiling num_threads v0.1.7 |
1368 | 2025-03-21T17:33:14.058Z | Compiling time v0.3.36 |
1369 | 2025-03-21T17:33:14.429Z | Compiling bitflags v2.6.0 |
1370 | 2025-03-21T17:33:14.449Z | Compiling bytes v1.10.0 |
1371 | 2025-03-21T17:33:15.421Z | Compiling indexmap v2.7.1 |
1372 | 2025-03-21T17:33:15.555Z | Compiling tokio v1.43.0 |
1373 | 2025-03-21T17:33:15.762Z | Compiling semver v1.0.25 |
1374 | 2025-03-21T17:33:15.900Z | Compiling http v1.2.0 |
1375 | 2025-03-21T17:33:16.452Z | Compiling rustc_version v0.4.1 |
1376 | 2025-03-21T17:33:16.732Z | Compiling scroll v0.12.0 |
1377 | 2025-03-21T17:33:17.129Z | Compiling icu_normalizer v1.5.0 |
1378 | 2025-03-21T17:33:17.249Z | Compiling pkcs5 v0.7.1 |
1379 | 2025-03-21T17:33:17.308Z | Compiling http-body v1.0.1 |
1380 | 2025-03-21T17:33:17.570Z | Compiling tinyvec v1.8.0 |
1381 | 2025-03-21T17:33:17.960Z | Compiling pest_generator v2.7.14 |
1382 | 2025-03-21T17:33:18.062Z | Compiling idna_adapter v1.2.0 |
1383 | 2025-03-21T17:33:18.388Z | Compiling rand_chacha v0.3.1 |
1384 | 2025-03-21T17:33:18.409Z | Compiling form_urlencoded v1.2.1 |
1385 | 2025-03-21T17:33:18.531Z | Compiling which v4.4.2 |
1386 | 2025-03-21T17:33:18.720Z | Compiling zerocopy v0.8.10 |
1387 | 2025-03-21T17:33:19.040Z | Compiling try-lock v0.2.5 |
1388 | 2025-03-21T17:33:19.062Z | Compiling slog v2.7.0 |
1389 | 2025-03-21T17:33:19.208Z | Compiling want v0.3.1 |
1390 | 2025-03-21T17:33:19.484Z | Compiling rand v0.8.5 |
1391 | 2025-03-21T17:33:19.527Z | Compiling goblin v0.8.2 |
1392 | 2025-03-21T17:33:19.578Z | Compiling idna v1.0.3 |
1393 | 2025-03-21T17:33:19.631Z | Compiling pkcs8 v0.10.2 |
1394 | 2025-03-21T17:33:19.734Z | Compiling pest_derive v2.7.14 |
1395 | 2025-03-21T17:33:20.266Z | Compiling uuid v1.15.1 |
1396 | 2025-03-21T17:33:20.531Z | Compiling zerocopy-derive v0.8.10 |
1397 | 2025-03-21T17:33:20.659Z | Compiling adler2 v2.0.0 |
1398 | 2025-03-21T17:33:20.878Z | Compiling tower-service v0.3.3 |
1399 | 2025-03-21T17:33:21.025Z | Compiling iana-time-zone v0.1.61 |
1400 | 2025-03-21T17:33:21.098Z | Compiling httpdate v1.0.3 |
1401 | 2025-03-21T17:33:21.406Z | Compiling chrono v0.4.40 |
1402 | 2025-03-21T17:33:21.513Z | Compiling miniz_oxide v0.8.5 |
1403 | 2025-03-21T17:33:21.566Z | Compiling dtrace-parser v0.2.0 |
1404 | 2025-03-21T17:33:22.538Z | Compiling serde_tokenstream v0.2.2 |
1405 | 2025-03-21T17:33:23.000Z | Compiling serde_spanned v0.6.8 |
1406 | 2025-03-21T17:33:23.106Z | Compiling toml_datetime v0.6.8 |
1407 | 2025-03-21T17:33:23.239Z | Compiling foreign-types-shared v0.1.1 |
1408 | 2025-03-21T17:33:23.373Z | Compiling base64 v0.22.1 |
1409 | 2025-03-21T17:33:23.382Z | Compiling match_cfg v0.1.0 |
1410 | 2025-03-21T17:33:23.490Z | Compiling rustversion v1.0.17 |
1411 | 2025-03-21T17:33:23.560Z | Compiling tokio-util v0.7.13 |
1412 | 2025-03-21T17:33:24.058Z | Compiling openssl v0.10.71 |
1413 | 2025-03-21T17:33:24.215Z | Compiling hostname v0.3.1 |
1414 | 2025-03-21T17:33:24.431Z | Compiling foreign-types v0.3.2 |
1415 | 2025-03-21T17:33:24.492Z | Compiling h2 v0.4.6 |
1416 | 2025-03-21T17:33:24.570Z | Compiling url v2.5.3 |
1417 | 2025-03-21T17:33:24.877Z | Compiling async-trait v0.1.86 |
1418 | 2025-03-21T17:33:25.867Z | Compiling dof v0.3.0 |
1419 | 2025-03-21T17:33:26.338Z | Compiling rand_core v0.9.2 |
1420 | 2025-03-21T17:33:26.350Z | Compiling openssl-macros v0.1.1 |
1421 | 2025-03-21T17:33:27.770Z | Compiling usdt-impl v0.5.0 |
1422 | 2025-03-21T17:33:27.848Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1423 | 2025-03-21T17:33:27.848Z | Compiling serde_derive_internals v0.29.1 |
1424 | 2025-03-21T17:33:27.848Z | Compiling dirs-sys-next v0.1.2 |
1425 | 2025-03-21T17:33:27.848Z | Compiling data-encoding v2.6.0 |
1426 | 2025-03-21T17:33:28.061Z | Compiling native-tls v0.2.12 |
1427 | 2025-03-21T17:33:28.123Z | Compiling rustls v0.22.4 |
1428 | 2025-03-21T17:33:28.402Z | Compiling siphasher v0.3.11 |
1429 | 2025-03-21T17:33:28.430Z | Compiling rustls v0.23.19 |
1430 | 2025-03-21T17:33:28.443Z | Compiling schemars v0.8.22 |
1431 | 2025-03-21T17:33:28.505Z | Compiling syn v1.0.109 |
1432 | 2025-03-21T17:33:28.769Z | Compiling dirs-next v2.0.0 |
1433 | 2025-03-21T17:33:28.963Z | Compiling rand_chacha v0.9.0 |
1434 | 2025-03-21T17:33:29.349Z | Compiling schemars_derive v0.8.22 |
1435 | 2025-03-21T17:33:29.481Z | Compiling unicode-normalization v0.1.24 |
1436 | 2025-03-21T17:33:30.334Z | Compiling http-body-util v0.1.2 |
1437 | 2025-03-21T17:33:30.410Z | Compiling heapless v0.7.17 |
1438 | 2025-03-21T17:33:30.480Z | Compiling crossbeam-epoch v0.9.18 |
1439 | 2025-03-21T17:33:30.831Z | Compiling signature v2.2.0 |
1440 | 2025-03-21T17:33:30.855Z | Compiling sha1 v0.10.6 |
1441 | 2025-03-21T17:33:30.916Z | Compiling thread_local v1.1.8 |
1442 | 2025-03-21T17:33:31.120Z | Compiling multer v3.1.0 |
1443 | 2025-03-21T17:33:31.150Z | Compiling encoding_rs v0.8.34 |
1444 | 2025-03-21T17:33:31.251Z | Compiling cookie v0.18.1 |
1445 | 2025-03-21T17:33:31.414Z | Compiling hyper v1.6.0 |
1446 | 2025-03-21T17:33:31.438Z | Compiling crc32fast v1.4.2 |
1447 | 2025-03-21T17:33:31.553Z | Compiling gimli v0.31.1 |
1448 | 2025-03-21T17:33:31.782Z | Compiling mime v0.3.17 |
1449 | 2025-03-21T17:33:32.208Z | Compiling slog-async v2.8.0 |
1450 | 2025-03-21T17:33:32.272Z | Compiling rayon-core v1.12.1 |
1451 | 2025-03-21T17:33:32.640Z | Compiling ipnet v2.11.0 |
1452 | 2025-03-21T17:33:32.725Z | Compiling signal-hook v0.3.17 |
1453 | 2025-03-21T17:33:33.040Z | Compiling dyn-clone v1.0.18 |
1454 | 2025-03-21T17:33:33.279Z | Compiling unicode-properties v0.1.3 |
1455 | 2025-03-21T17:33:33.695Z | Compiling openssl-probe v0.1.5 |
1456 | 2025-03-21T17:33:33.716Z | Compiling unicode-bidi v0.3.17 |
1457 | 2025-03-21T17:33:34.005Z | Compiling hyper-util v0.1.10 |
1458 | 2025-03-21T17:33:34.175Z | Compiling toml_edit v0.22.24 |
1459 | 2025-03-21T17:33:34.951Z | Compiling stringprep v0.1.5 |
1460 | 2025-03-21T17:33:35.660Z | Compiling addr2line v0.24.2 |
1461 | 2025-03-21T17:33:36.121Z | Compiling crossbeam-deque v0.8.5 |
1462 | 2025-03-21T17:33:36.325Z | Compiling rand v0.9.0 |
1463 | 2025-03-21T17:33:36.430Z | Compiling term v0.7.0 |
1464 | 2025-03-21T17:33:36.461Z | Compiling usdt-attr-macro v0.5.0 |
1465 | 2025-03-21T17:33:36.815Z | Compiling usdt-macro v0.5.0 |
1466 | 2025-03-21T17:33:37.701Z | Compiling slog-json v2.6.1 |
1467 | 2025-03-21T17:33:38.017Z | Compiling serde_urlencoded v0.7.1 |
1468 | 2025-03-21T17:33:38.020Z | Compiling curve25519-dalek v4.1.3 |
1469 | 2025-03-21T17:33:38.063Z | Compiling crossbeam-channel v0.5.13 |
1470 | 2025-03-21T17:33:38.250Z | Compiling futures-executor v0.3.31 |
1471 | 2025-03-21T17:33:38.357Z | Compiling md-5 v0.10.6 |
1472 | 2025-03-21T17:33:38.511Z | Compiling enum-as-inner v0.6.1 |
1473 | 2025-03-21T17:33:38.642Z | Compiling async-stream-impl v0.3.6 |
1474 | 2025-03-21T17:33:38.724Z | Compiling rustls-pemfile v2.2.0 |
1475 | 2025-03-21T17:33:38.755Z | Compiling num-integer v0.1.46 |
1476 | 2025-03-21T17:33:39.047Z | Compiling hash32 v0.2.1 |
1477 | 2025-03-21T17:33:39.067Z | Compiling ff v0.13.0 |
1478 | 2025-03-21T17:33:39.303Z | Compiling is-terminal v0.4.13 |
1479 | 2025-03-21T17:33:39.386Z | Compiling object v0.36.5 |
1480 | 2025-03-21T17:33:39.450Z | Compiling memoffset v0.9.1 |
1481 | 2025-03-21T17:33:39.499Z | Compiling dropshot v0.12.0 |
1482 | 2025-03-21T17:33:39.521Z | Compiling psl-types v2.0.11 |
1483 | 2025-03-21T17:33:39.720Z | Compiling num-bigint-dig v0.8.4 |
1484 | 2025-03-21T17:33:39.769Z | Compiling anyhow v1.0.97 |
1485 | 2025-03-21T17:33:39.836Z | Compiling litrs v0.4.1 |
1486 | 2025-03-21T17:33:39.840Z | Compiling quick-error v1.2.3 |
1487 | 2025-03-21T17:33:39.997Z | Compiling rustc-demangle v0.1.24 |
1488 | 2025-03-21T17:33:40.026Z | Compiling base16ct v0.2.0 |
1489 | 2025-03-21T17:33:40.337Z | Compiling linked-hash-map v0.5.6 |
1490 | 2025-03-21T17:33:40.379Z | Compiling portable-atomic v1.9.0 |
1491 | 2025-03-21T17:33:40.687Z | Compiling smoltcp v0.9.1 |
1492 | 2025-03-21T17:33:40.837Z | Compiling fallible-iterator v0.2.0 |
1493 | 2025-03-21T17:33:40.885Z | Compiling utf-8 v0.7.6 |
1494 | 2025-03-21T17:33:41.172Z | Compiling cfg_aliases v0.2.1 |
1495 | 2025-03-21T17:33:41.199Z | Compiling take_mut v0.2.2 |
1496 | 2025-03-21T17:33:41.285Z | Compiling nix v0.29.0 |
1497 | 2025-03-21T17:33:41.381Z | Compiling tungstenite v0.24.0 |
1498 | 2025-03-21T17:33:41.401Z | Compiling document-features v0.2.10 |
1499 | 2025-03-21T17:33:41.497Z | Compiling postgres-protocol v0.6.8 |
1500 | 2025-03-21T17:33:42.113Z | Compiling lru-cache v0.1.2 |
1501 | 2025-03-21T17:33:42.334Z | Compiling sec1 v0.7.3 |
1502 | 2025-03-21T17:33:42.627Z | Compiling resolv-conf v0.7.0 |
1503 | 2025-03-21T17:33:42.741Z | Compiling async-stream v0.3.6 |
1504 | 2025-03-21T17:33:42.902Z | Compiling publicsuffix v2.3.0 |
1505 | 2025-03-21T17:33:42.935Z | Compiling hickory-proto v0.24.4 |
1506 | 2025-03-21T17:33:43.041Z | Compiling slog-term v2.9.1 |
1507 | 2025-03-21T17:33:43.295Z | Compiling usdt v0.5.0 |
1508 | 2025-03-21T17:33:43.347Z | Compiling group v0.13.0 |
1509 | 2025-03-21T17:33:43.664Z | Compiling num-iter v0.1.45 |
1510 | 2025-03-21T17:33:43.869Z | Compiling futures v0.3.31 |
1511 | 2025-03-21T17:33:43.890Z | Compiling slog-bunyan v2.5.0 |
1512 | 2025-03-21T17:33:44.006Z | Compiling toml v0.8.20 |
1513 | 2025-03-21T17:33:44.129Z | Compiling bzip2 v0.4.4 |
1514 | 2025-03-21T17:33:45.410Z | Compiling tokio-native-tls v0.3.1 |
1515 | 2025-03-21T17:33:45.463Z | Compiling camino v1.1.9 |
1516 | 2025-03-21T17:33:45.570Z | Compiling flate2 v1.1.0 |
1517 | 2025-03-21T17:33:45.672Z | Compiling phf_shared v0.11.2 |
1518 | 2025-03-21T17:33:46.013Z | Compiling dropshot_endpoint v0.12.0 |
1519 | 2025-03-21T17:33:46.044Z | Compiling backtrace v0.3.74 |
1520 | 2025-03-21T17:33:46.315Z | Compiling terminal_size v0.4.0 |
1521 | 2025-03-21T17:33:46.442Z | Compiling openapiv3 v2.0.0 |
1522 | 2025-03-21T17:33:46.498Z | Compiling serde_path_to_error v0.1.16 |
1523 | 2025-03-21T17:33:46.590Z | Compiling waitgroup v0.1.2 |
1524 | 2025-03-21T17:33:46.814Z | Compiling hkdf v0.12.4 |
1525 | 2025-03-21T17:33:47.095Z | Compiling crypto-bigint v0.5.5 |
1526 | 2025-03-21T17:33:47.232Z | Compiling curve25519-dalek-derive v0.1.1 |
1527 | 2025-03-21T17:33:48.257Z | Compiling hubpack_derive v0.1.1 |
1528 | 2025-03-21T17:33:48.605Z | Compiling zerocopy-derive v0.6.6 |
1529 | 2025-03-21T17:33:48.917Z | Compiling webpki-roots v0.26.6 |
1530 | 2025-03-21T17:33:49.104Z | Compiling sync_wrapper v1.0.1 |
1531 | 2025-03-21T17:33:49.130Z | Compiling hostname v0.4.0 |
1532 | 2025-03-21T17:33:49.279Z | Compiling fs-err v2.11.0 |
1533 | 2025-03-21T17:33:49.355Z | Compiling ahash v0.8.11 |
1534 | 2025-03-21T17:33:49.580Z | Compiling winnow v0.5.40 |
1535 | 2025-03-21T17:33:49.693Z | Compiling zip v2.1.3 |
1536 | 2025-03-21T17:33:50.027Z | Compiling simd-adler32 v0.3.7 |
1537 | 2025-03-21T17:33:50.039Z | Compiling bumpalo v3.16.0 |
1538 | 2025-03-21T17:33:50.466Z | Compiling buf-list v1.0.3 |
1539 | 2025-03-21T17:33:50.487Z | Compiling debug-ignore v1.0.5 |
1540 | 2025-03-21T17:33:50.508Z | Compiling newtype-uuid v1.2.1 |
1541 | 2025-03-21T17:33:50.551Z | Compiling unicode-width v0.2.0 |
1542 | 2025-03-21T17:33:50.679Z | Compiling managed v0.8.0 |
1543 | 2025-03-21T17:33:50.809Z | Compiling tower-layer v0.3.3 |
1544 | 2025-03-21T17:33:51.053Z | Compiling lockfree-object-pool v0.1.6 |
1545 | 2025-03-21T17:33:51.097Z | Compiling tower v0.5.2 |
1546 | 2025-03-21T17:33:51.141Z | Compiling console v0.15.10 |
1547 | 2025-03-21T17:33:51.307Z | Compiling zopfli v0.8.1 |
1548 | 2025-03-21T17:33:51.727Z | Compiling clap_builder v4.5.31 |
1549 | 2025-03-21T17:33:51.950Z | Compiling zerocopy v0.6.6 |
1550 | 2025-03-21T17:33:52.505Z | Compiling elliptic-curve v0.13.8 |
1551 | 2025-03-21T17:33:52.728Z | Compiling toml_edit v0.19.15 |
1552 | 2025-03-21T17:33:52.867Z | Compiling strum_macros v0.25.3 |
1553 | 2025-03-21T17:33:53.015Z | Compiling hubpack v0.1.2 |
1554 | 2025-03-21T17:33:53.105Z | Compiling hickory-resolver v0.24.4 |
1555 | 2025-03-21T17:33:53.432Z | Compiling phf v0.11.2 |
1556 | 2025-03-21T17:33:53.718Z | Compiling hyper-tls v0.6.0 |
1557 | 2025-03-21T17:33:54.117Z | Compiling signal-hook-mio v0.2.4 |
1558 | 2025-03-21T17:33:54.136Z | Compiling cookie_store v0.21.1 |
1559 | 2025-03-21T17:33:54.297Z | Compiling rayon v1.10.0 |
1560 | 2025-03-21T17:33:56.494Z | Compiling tokio-tungstenite v0.24.0 |
1561 | 2025-03-21T17:33:57.038Z | Compiling postgres-types v0.2.9 |
1562 | 2025-03-21T17:33:58.600Z | Compiling ed25519 v2.2.3 |
1563 | 2025-03-21T17:33:58.621Z | Compiling phf_shared v0.10.0 |
1564 | 2025-03-21T17:33:58.999Z | Compiling tokio-stream v0.1.17 |
1565 | 2025-03-21T17:33:59.469Z | Compiling pkcs1 v0.7.5 |
1566 | 2025-03-21T17:33:59.522Z | Compiling serde-big-array v0.5.1 |
1567 | 2025-03-21T17:33:59.609Z | Compiling rfc6979 v0.4.0 |
1568 | 2025-03-21T17:33:59.747Z | Compiling serde_repr v0.1.19 |
1569 | 2025-03-21T17:33:59.797Z | Compiling derive-where v1.2.7 |
1570 | 2025-03-21T17:33:59.947Z | Compiling clap_derive v4.5.28 |
1571 | 2025-03-21T17:34:00.333Z | Compiling float-cmp v0.10.0 |
1572 | 2025-03-21T17:34:00.456Z | Compiling bstr v1.10.0 |
1573 | 2025-03-21T17:34:00.562Z | Compiling whoami v1.5.2 |
1574 | 2025-03-21T17:34:00.886Z | Compiling new_debug_unreachable v1.0.6 |
1575 | 2025-03-21T17:34:00.906Z | Compiling unicode-segmentation v1.12.0 |
1576 | 2025-03-21T17:34:00.995Z | Compiling static_assertions v1.1.0 |
1577 | 2025-03-21T17:34:01.110Z | Compiling predicates-core v1.0.8 |
1578 | 2025-03-21T17:34:01.130Z | Compiling normalize-line-endings v0.3.0 |
1579 | 2025-03-21T17:34:01.264Z | Compiling fixedbitset v0.4.2 |
1580 | 2025-03-21T17:34:01.397Z | Compiling precomputed-hash v0.1.1 |
1581 | 2025-03-21T17:34:01.531Z | Compiling number_prefix v0.4.0 |
1582 | 2025-03-21T17:34:01.692Z | Compiling difflib v0.4.0 |
1583 | 2025-03-21T17:34:01.757Z | Compiling indicatif v0.17.11 |
1584 | 2025-03-21T17:34:01.779Z | Compiling petgraph v0.6.5 |
1585 | 2025-03-21T17:34:01.994Z | Compiling similar v2.7.0 |
1586 | 2025-03-21T17:34:02.926Z | Compiling predicates v3.1.3 |
1587 | 2025-03-21T17:34:03.020Z | Compiling string_cache v0.8.7 |
1588 | 2025-03-21T17:34:03.433Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1589 | 2025-03-21T17:34:03.744Z | Compiling tokio-postgres v0.7.13 |
1590 | 2025-03-21T17:34:04.015Z | Compiling rsa v0.9.6 |
1591 | 2025-03-21T17:34:04.378Z | Compiling ecdsa v0.16.9 |
1592 | 2025-03-21T17:34:04.404Z | Compiling clap v4.5.31 |
1593 | 2025-03-21T17:34:04.529Z | Compiling ed25519-dalek v2.1.1 |
1594 | 2025-03-21T17:34:05.385Z | Compiling toml v0.7.8 |
1595 | 2025-03-21T17:34:05.795Z | Compiling crossterm v0.28.1 |
1596 | 2025-03-21T17:34:08.572Z | Compiling zip v0.6.6 |
1597 | 2025-03-21T17:34:09.017Z | Compiling hex v0.4.3 |
1598 | 2025-03-21T17:34:09.237Z | Compiling x509-cert v0.2.5 |
1599 | 2025-03-21T17:34:09.377Z | Compiling itertools v0.10.5 |
1600 | 2025-03-21T17:34:09.424Z | Compiling lalrpop-util v0.19.12 |
1601 | 2025-03-21T17:34:09.562Z | Compiling unicode-xid v0.2.6 |
1602 | 2025-03-21T17:34:09.585Z | Compiling peg-runtime v0.8.5 |
1603 | 2025-03-21T17:34:09.758Z | Compiling strum_macros v0.26.4 |
1604 | 2025-03-21T17:34:09.776Z | Compiling xattr v1.3.1 |
1605 | 2025-03-21T17:34:09.804Z | Compiling filetime v0.2.25 |
1606 | 2025-03-21T17:34:10.051Z | Compiling tar v0.4.44 |
1607 | 2025-03-21T17:34:14.243Z | Compiling strum v0.26.3 |
1608 | 2025-03-21T17:34:16.950Z | Compiling aws-lc-sys v0.26.0 |
1609 | 2025-03-21T17:34:46.327Z | Compiling rustls-webpki v0.102.8 |
1610 | 2025-03-21T17:34:49.478Z | Compiling tokio-rustls v0.25.0 |
1611 | 2025-03-21T17:34:51.125Z | Compiling tokio-rustls v0.26.0 |
1612 | 2025-03-21T17:34:51.438Z | Compiling hyper-rustls v0.27.3 |
1613 | 2025-03-21T17:34:51.762Z | Compiling reqwest v0.12.12 |
1614 | 2025-03-21T17:34:53.123Z | Compiling qorb v0.2.1 |
1615 | 2025-03-21T17:34:56.036Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1616 | 2025-03-21T17:34:56.296Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1617 | 2025-03-21T17:35:00.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1618 | 2025-03-21T17:35:00.856Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1619 | 2025-03-21T17:35:00.906Z | Mar 21 17:35:00.169 INFO Starting download, target: Clickhouse |
1620 | 2025-03-21T17:35:00.906Z | Mar 21 17:35:00.169 INFO Starting download, target: Cockroach |
1621 | 2025-03-21T17:35:00.906Z | Mar 21 17:35:00.169 INFO Starting download, target: Console |
1622 | 2025-03-21T17:35:00.919Z | Mar 21 17:35:00.169 INFO Starting download, target: DendriteOpenapi |
1623 | 2025-03-21T17:35:00.919Z | Mar 21 17:35:00.169 INFO Starting download, target: DendriteStub |
1624 | 2025-03-21T17:35:00.919Z | Mar 21 17:35:00.169 INFO Starting download, target: MaghemiteMgd |
1625 | 2025-03-21T17:35:00.919Z | Mar 21 17:35:00.169 INFO Starting download, target: TransceiverControl |
1626 | 2025-03-21T17:35:00.919Z | Mar 21 17:35:00.170 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1627 | 2025-03-21T17:35:00.919Z | Mar 21 17:35:00.170 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1628 | 2025-03-21T17:35:00.920Z | Mar 21 17:35:00.170 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1629 | 2025-03-21T17:35:00.920Z | Mar 21 17:35:00.170 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1630 | 2025-03-21T17:35:00.920Z | Mar 21 17:35:00.170 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1631 | 2025-03-21T17:35:00.920Z | Mar 21 17:35:00.170 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1632 | 2025-03-21T17:35:00.920Z | Mar 21 17:35:00.170 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1633 | 2025-03-21T17:35:01.303Z | Mar 21 17:35:00.549 INFO Download complete, target: DendriteOpenapi |
1634 | 2025-03-21T17:35:01.510Z | Mar 21 17:35:00.768 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1635 | 2025-03-21T17:35:01.658Z | Mar 21 17:35:00.894 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1636 | 2025-03-21T17:35:01.903Z | Mar 21 17:35:01.170 INFO Download complete, target: TransceiverControl |
1637 | 2025-03-21T17:35:02.018Z | Mar 21 17:35:01.275 INFO Download complete, target: Console |
1638 | 2025-03-21T17:35:02.449Z | Mar 21 17:35:01.675 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1639 | 2025-03-21T17:35:02.959Z | Mar 21 17:35:02.180 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1640 | 2025-03-21T17:35:03.532Z | Mar 21 17:35:02.795 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1641 | 2025-03-21T17:35:03.630Z | Mar 21 17:35:02.897 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1642 | 2025-03-21T17:35:03.630Z | Mar 21 17:35:02.897 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1643 | 2025-03-21T17:35:04.794Z | Mar 21 17:35:04.069 INFO Download complete, target: DendriteStub |
1644 | 2025-03-21T17:35:05.963Z | Mar 21 17:35:05.234 INFO Download complete, target: MaghemiteMgd |
1645 | 2025-03-21T17:35:10.082Z | Mar 21 17:35:09.356 INFO Checking that binary works, target: Cockroach |
1646 | 2025-03-21T17:35:10.236Z | Mar 21 17:35:09.509 INFO Download complete, target: Cockroach |
1647 | 2025-03-21T17:35:13.712Z | Mar 21 17:35:12.984 INFO Checking that binary works, target: Clickhouse |
1648 | 2025-03-21T17:35:13.876Z | Mar 21 17:35:13.145 INFO Download complete, target: Clickhouse |
1649 | 2025-03-21T17:35:13.894Z | All builder prerequisites installed successfully, and PATH looks valid |
1650 | 2025-03-21T17:35:13.898Z | |
1651 | 2025-03-21T17:35:13.898Z | real 5:17.027905986 |
1652 | 2025-03-21T17:35:13.898Z | user 15:41.564740127 |
1653 | 2025-03-21T17:35:13.898Z | sys 2:07.663872097 |
1654 | 2025-03-21T17:35:13.898Z | trap 0.557452979 |
1655 | 2025-03-21T17:35:13.898Z | tflt 1.133089657 |
1656 | 2025-03-21T17:35:13.898Z | dflt 1.758592585 |
1657 | 2025-03-21T17:35:13.898Z | kflt 0.027195046 |
1658 | 2025-03-21T17:35:13.898Z | lock 24:11.943617796 |
1659 | 2025-03-21T17:35:13.898Z | slp 56:49.921555047 |
1660 | 2025-03-21T17:35:13.898Z | lat 1:00.416995190 |
1661 | 2025-03-21T17:35:13.898Z | stop 2:27.982274990 |
1662 | 2025-03-21T17:35:13.898Z | + banner clippy |
1663 | 2025-03-21T17:35:13.898Z | |
1664 | 2025-03-21T17:35:13.898Z | #### # # ##### ##### # # |
1665 | 2025-03-21T17:35:13.898Z | # # # # # # # # # # |
1666 | 2025-03-21T17:35:13.898Z | # # # # # # # # |
1667 | 2025-03-21T17:35:13.899Z | # # # ##### ##### # |
1668 | 2025-03-21T17:35:13.899Z | # # # # # # # |
1669 | 2025-03-21T17:35:13.899Z | #### ###### # # # # |
1670 | 2025-03-21T17:35:13.899Z | |
1671 | 2025-03-21T17:35:13.902Z | + export CARGO_INCREMENTAL=0 |
1672 | 2025-03-21T17:35:13.902Z | + CARGO_INCREMENTAL=0 |
1673 | 2025-03-21T17:35:13.902Z | + ptime -m cargo xtask clippy |
1674 | 2025-03-21T17:35:14.474Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1675 | 2025-03-21T17:35:17.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
1676 | 2025-03-21T17:35:17.381Z | Running `target/debug/xtask clippy` |
1677 | 2025-03-21T17:35:17.404Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1678 | 2025-03-21T17:35:18.113Z | Downloading crates ... |
1679 | 2025-03-21T17:35:18.404Z | Downloaded anes v0.1.6 |
1680 | 2025-03-21T17:35:18.407Z | Downloaded async-global-executor v2.4.1 |
1681 | 2025-03-21T17:35:18.412Z | Downloaded async-channel v2.3.1 |
1682 | 2025-03-21T17:35:18.415Z | Downloaded assert-json-diff v2.0.2 |
1683 | 2025-03-21T17:35:18.415Z | Downloaded async-attributes v1.1.2 |
1684 | 2025-03-21T17:35:18.421Z | Downloaded plotters-svg v0.3.7 |
1685 | 2025-03-21T17:35:18.426Z | Downloaded guppy-workspace-hack v0.1.0 |
1686 | 2025-03-21T17:35:18.433Z | Downloaded async-object-pool v0.1.5 |
1687 | 2025-03-21T17:35:18.437Z | Downloaded nested v0.1.1 |
1688 | 2025-03-21T17:35:18.441Z | Downloaded doc-comment v0.3.3 |
1689 | 2025-03-21T17:35:18.445Z | Downloaded pathdiff v0.2.3 |
1690 | 2025-03-21T17:35:18.448Z | Downloaded concurrent-queue v2.5.0 |
1691 | 2025-03-21T17:35:18.454Z | Downloaded serde_regex v1.1.0 |
1692 | 2025-03-21T17:35:18.458Z | Downloaded target-triple v0.1.3 |
1693 | 2025-03-21T17:35:18.458Z | Downloaded piper v0.2.4 |
1694 | 2025-03-21T17:35:18.458Z | Downloaded oorandom v11.1.4 |
1695 | 2025-03-21T17:35:18.462Z | Downloaded parking v2.2.1 |
1696 | 2025-03-21T17:35:18.466Z | Downloaded event-listener-strategy v0.5.2 |
1697 | 2025-03-21T17:35:18.466Z | Downloaded criterion-plot v0.5.0 |
1698 | 2025-03-21T17:35:18.472Z | Downloaded stringmetrics v2.2.2 |
1699 | 2025-03-21T17:35:18.477Z | Downloaded path-tree v0.8.1 |
1700 | 2025-03-21T17:35:18.477Z | Downloaded blocking v1.6.1 |
1701 | 2025-03-21T17:35:18.482Z | Downloaded similar-asserts v1.7.0 |
1702 | 2025-03-21T17:35:18.485Z | Downloaded proc-macro-crate v3.2.0 |
1703 | 2025-03-21T17:35:18.485Z | Downloaded futures-timer v3.0.3 |
1704 | 2025-03-21T17:35:18.485Z | Downloaded async-signal v0.2.10 |
1705 | 2025-03-21T17:35:18.489Z | Downloaded async-channel v1.9.0 |
1706 | 2025-03-21T17:35:18.489Z | Downloaded kv-log-macro v1.0.7 |
1707 | 2025-03-21T17:35:18.492Z | Downloaded relative-path v1.9.3 |
1708 | 2025-03-21T17:35:18.492Z | Downloaded event-listener v2.5.3 |
1709 | 2025-03-21T17:35:18.492Z | Downloaded approx v0.5.1 |
1710 | 2025-03-21T17:35:18.512Z | Downloaded tinytemplate v1.2.1 |
1711 | 2025-03-21T17:35:18.515Z | Downloaded async-process v2.3.0 |
1712 | 2025-03-21T17:35:18.515Z | Downloaded async-lock v3.4.0 |
1713 | 2025-03-21T17:35:18.518Z | Downloaded async-executor v1.13.1 |
1714 | 2025-03-21T17:35:18.518Z | Downloaded assert_cmd v2.0.16 |
1715 | 2025-03-21T17:35:18.524Z | Downloaded plotters-backend v0.3.7 |
1716 | 2025-03-21T17:35:18.524Z | Downloaded httptest v0.16.3 |
1717 | 2025-03-21T17:35:18.527Z | Downloaded futures-lite v2.3.0 |
1718 | 2025-03-21T17:35:18.527Z | Downloaded target-spec v3.4.2 |
1719 | 2025-03-21T17:35:18.527Z | Downloaded target-lexicon v0.13.2 |
1720 | 2025-03-21T17:35:18.544Z | Downloaded trybuild v1.0.103 |
1721 | 2025-03-21T17:35:18.548Z | Downloaded rand_distr v0.4.3 |
1722 | 2025-03-21T17:35:18.548Z | Downloaded event-listener v5.3.1 |
1723 | 2025-03-21T17:35:18.548Z | Downloaded rstest_macros v0.24.0 |
1724 | 2025-03-21T17:35:18.548Z | Downloaded async-io v2.3.4 |
1725 | 2025-03-21T17:35:18.548Z | Downloaded polling v3.7.3 |
1726 | 2025-03-21T17:35:18.548Z | Downloaded hyper-rustls v0.26.0 |
1727 | 2025-03-21T17:35:18.553Z | Downloaded cfg-expr v0.18.0 |
1728 | 2025-03-21T17:35:18.553Z | Downloaded rstest v0.24.0 |
1729 | 2025-03-21T17:35:18.562Z | Downloaded criterion v0.5.1 |
1730 | 2025-03-21T17:35:18.565Z | Downloaded plotters v0.3.7 |
1731 | 2025-03-21T17:35:18.579Z | Downloaded guppy v0.17.17 |
1732 | 2025-03-21T17:35:18.583Z | Downloaded rustls-native-certs v0.7.3 |
1733 | 2025-03-21T17:35:18.583Z | Downloaded rust-argon2 v2.1.0 |
1734 | 2025-03-21T17:35:18.583Z | Downloaded partial-io v0.5.4 |
1735 | 2025-03-21T17:35:18.589Z | Downloaded async-std v1.13.0 |
1736 | 2025-03-21T17:35:18.604Z | Downloaded cast v0.3.0 |
1737 | 2025-03-21T17:35:18.610Z | Downloaded blake2b_simd v1.0.2 |
1738 | 2025-03-21T17:35:18.611Z | Downloaded async-task v4.7.1 |
1739 | 2025-03-21T17:35:18.685Z | Downloaded httpmock v0.8.0-alpha.1 |
1740 | 2025-03-21T17:35:19.274Z | Checking cfg-if v1.0.0 |
1741 | 2025-03-21T17:35:19.444Z | Checking libc v0.2.170 |
1742 | 2025-03-21T17:35:19.465Z | Checking serde v1.0.218 |
1743 | 2025-03-21T17:35:19.486Z | Checking memchr v2.7.4 |
1744 | 2025-03-21T17:35:19.510Z | Checking value-bag v1.9.0 |
1745 | 2025-03-21T17:35:19.535Z | Checking itoa v1.0.11 |
1746 | 2025-03-21T17:35:19.557Z | Checking zeroize v1.8.1 |
1747 | 2025-03-21T17:35:19.584Z | Checking scopeguard v1.2.0 |
1748 | 2025-03-21T17:35:19.588Z | Checking smallvec v1.14.0 |
1749 | 2025-03-21T17:35:19.753Z | Checking lock_api v0.4.12 |
1750 | 2025-03-21T17:35:19.757Z | Checking pin-project-lite v0.2.14 |
1751 | 2025-03-21T17:35:19.830Z | Checking subtle v2.6.1 |
1752 | 2025-03-21T17:35:19.868Z | Checking log v0.4.22 |
1753 | 2025-03-21T17:35:19.924Z | Checking libm v0.2.8 |
1754 | 2025-03-21T17:35:19.970Z | Checking once_cell v1.20.3 |
1755 | 2025-03-21T17:35:20.099Z | Checking byteorder v1.5.0 |
1756 | 2025-03-21T17:35:20.129Z | Checking typenum v1.17.0 |
1757 | 2025-03-21T17:35:20.269Z | Checking ryu v1.0.18 |
1758 | 2025-03-21T17:35:20.307Z | Checking futures-core v0.3.31 |
1759 | 2025-03-21T17:35:20.374Z | Checking thiserror v1.0.69 |
1760 | 2025-03-21T17:35:20.453Z | Checking getrandom v0.2.15 |
1761 | 2025-03-21T17:35:20.505Z | Checking parking_lot_core v0.9.10 |
1762 | 2025-03-21T17:35:20.525Z | Checking signal-hook-registry v1.4.2 |
1763 | 2025-03-21T17:35:20.548Z | Checking mio v1.0.2 |
1764 | 2025-03-21T17:35:20.554Z | Checking socket2 v0.5.8 |
1765 | 2025-03-21T17:35:20.698Z | Checking rand_core v0.6.4 |
1766 | 2025-03-21T17:35:20.791Z | Checking num-traits v0.2.19 |
1767 | 2025-03-21T17:35:20.823Z | Checking const-oid v0.9.6 |
1768 | 2025-03-21T17:35:20.851Z | Checking parking_lot v0.12.3 |
1769 | 2025-03-21T17:35:21.022Z | Checking futures-io v0.3.31 |
1770 | 2025-03-21T17:35:21.054Z | Checking slab v0.4.9 |
1771 | 2025-03-21T17:35:21.092Z | Checking equivalent v1.0.1 |
1772 | 2025-03-21T17:35:21.120Z | Checking generic-array v0.14.7 |
1773 | 2025-03-21T17:35:21.190Z | Checking foldhash v0.1.3 |
1774 | 2025-03-21T17:35:21.224Z | Checking allocator-api2 v0.2.18 |
1775 | 2025-03-21T17:35:21.254Z | Checking zerocopy v0.7.35 |
1776 | 2025-03-21T17:35:21.321Z | Checking getrandom v0.3.1 |
1777 | 2025-03-21T17:35:21.400Z | Checking futures-sink v0.3.31 |
1778 | 2025-03-21T17:35:21.602Z | Checking cpufeatures v0.2.14 |
1779 | 2025-03-21T17:35:21.634Z | Checking iana-time-zone v0.1.61 |
1780 | 2025-03-21T17:35:21.720Z | Checking pin-utils v0.1.0 |
1781 | 2025-03-21T17:35:21.810Z | Checking fnv v1.0.7 |
1782 | 2025-03-21T17:35:21.842Z | Checking futures-channel v0.3.31 |
1783 | 2025-03-21T17:35:21.866Z | Checking hashbrown v0.15.1 |
1784 | 2025-03-21T17:35:21.964Z | Checking futures-task v0.3.31 |
1785 | 2025-03-21T17:35:22.200Z | Checking crypto-common v0.1.6 |
1786 | 2025-03-21T17:35:22.227Z | Checking block-buffer v0.10.4 |
1787 | 2025-03-21T17:35:22.230Z | Checking futures-util v0.3.31 |
1788 | 2025-03-21T17:35:22.316Z | Checking stable_deref_trait v1.2.0 |
1789 | 2025-03-21T17:35:22.708Z | Checking errno v0.3.9 |
1790 | 2025-03-21T17:35:22.729Z | Checking dyn-clone v1.0.18 |
1791 | 2025-03-21T17:35:22.729Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1792 | 2025-03-21T17:35:22.729Z | Checking ppv-lite86 v0.2.20 |
1793 | 2025-03-21T17:35:22.729Z | Checking tracing-core v0.1.32 |
1794 | 2025-03-21T17:35:22.729Z | Checking zerofrom v0.1.4 |
1795 | 2025-03-21T17:35:22.753Z | Checking digest v0.10.7 |
1796 | 2025-03-21T17:35:22.831Z | Checking yoke v0.7.4 |
1797 | 2025-03-21T17:35:22.859Z | Checking crossbeam-utils v0.8.20 |
1798 | 2025-03-21T17:35:22.928Z | Checking litemap v0.7.3 |
1799 | 2025-03-21T17:35:23.112Z | Checking percent-encoding v2.3.1 |
1800 | 2025-03-21T17:35:23.157Z | Checking zerovec v0.10.4 |
1801 | 2025-03-21T17:35:23.233Z | Checking rand_chacha v0.3.1 |
1802 | 2025-03-21T17:35:23.263Z | Checking writeable v0.5.5 |
1803 | 2025-03-21T17:35:23.285Z | Checking tracing v0.1.40 |
1804 | 2025-03-21T17:35:23.346Z | Checking block-padding v0.3.3 |
1805 | 2025-03-21T17:35:23.553Z | Checking httparse v1.9.5 |
1806 | 2025-03-21T17:35:23.579Z | Checking inout v0.1.3 |
1807 | 2025-03-21T17:35:23.606Z | Checking atomic-waker v1.1.2 |
1808 | 2025-03-21T17:35:23.636Z | Checking rand v0.8.5 |
1809 | 2025-03-21T17:35:23.639Z | Checking icu_locid_transform_data v1.5.0 |
1810 | 2025-03-21T17:35:23.763Z | Checking form_urlencoded v1.2.1 |
1811 | 2025-03-21T17:35:23.768Z | Checking spin v0.9.8 |
1812 | 2025-03-21T17:35:23.818Z | Checking cipher v0.4.4 |
1813 | 2025-03-21T17:35:23.849Z | Checking bytes v1.10.0 |
1814 | 2025-03-21T17:35:23.954Z | Checking bitflags v2.6.0 |
1815 | 2025-03-21T17:35:23.978Z | Checking serde_json v1.0.139 |
1816 | 2025-03-21T17:35:24.129Z | Checking chrono v0.4.40 |
1817 | 2025-03-21T17:35:24.228Z | Checking uuid v1.15.1 |
1818 | 2025-03-21T17:35:24.256Z | Checking semver v1.0.25 |
1819 | 2025-03-21T17:35:24.656Z | Checking indexmap v2.7.1 |
1820 | 2025-03-21T17:35:24.700Z | Checking rustix v0.38.37 |
1821 | 2025-03-21T17:35:24.825Z | Checking tinystr v0.7.6 |
1822 | 2025-03-21T17:35:24.828Z | Checking icu_collections v1.5.0 |
1823 | 2025-03-21T17:35:24.880Z | Checking tokio v1.43.0 |
1824 | 2025-03-21T17:35:25.179Z | Checking http v1.2.0 |
1825 | 2025-03-21T17:35:25.522Z | Checking icu_locid v1.5.0 |
1826 | 2025-03-21T17:35:25.583Z | Checking regex-syntax v0.8.5 |
1827 | 2025-03-21T17:35:25.803Z | Checking untrusted v0.9.0 |
1828 | 2025-03-21T17:35:26.000Z | Checking powerfmt v0.2.0 |
1829 | 2025-03-21T17:35:26.088Z | Checking schemars v0.8.22 |
1830 | 2025-03-21T17:35:26.290Z | Checking icu_properties_data v1.5.0 |
1831 | 2025-03-21T17:35:26.473Z | Checking deranged v0.3.11 |
1832 | 2025-03-21T17:35:26.500Z | Checking icu_provider v1.5.0 |
1833 | 2025-03-21T17:35:26.550Z | Checking ring v0.17.11 |
1834 | 2025-03-21T17:35:26.677Z | Checking icu_normalizer_data v1.5.0 |
1835 | 2025-03-21T17:35:26.803Z | Checking utf16_iter v1.0.5 |
1836 | 2025-03-21T17:35:27.001Z | Checking utf8_iter v1.0.4 |
1837 | 2025-03-21T17:35:27.129Z | Checking icu_locid_transform v1.5.0 |
1838 | 2025-03-21T17:35:27.220Z | Checking write16 v1.0.0 |
1839 | 2025-03-21T17:35:27.371Z | Checking time-core v0.1.2 |
1840 | 2025-03-21T17:35:27.554Z | Checking num-conv v0.1.0 |
1841 | 2025-03-21T17:35:27.633Z | Checking num_threads v0.1.7 |
1842 | 2025-03-21T17:35:27.768Z | Checking aho-corasick v1.1.3 |
1843 | 2025-03-21T17:35:27.797Z | Checking unicode-ident v1.0.14 |
1844 | 2025-03-21T17:35:27.827Z | Checking time v0.3.36 |
1845 | 2025-03-21T17:35:27.830Z | Checking base64ct v1.6.0 |
1846 | 2025-03-21T17:35:27.977Z | Checking proc-macro2 v1.0.93 |
1847 | 2025-03-21T17:35:28.094Z | Checking icu_properties v1.5.1 |
1848 | 2025-03-21T17:35:28.318Z | Checking hmac v0.12.1 |
1849 | 2025-03-21T17:35:28.548Z | Checking sha2 v0.10.8 |
1850 | 2025-03-21T17:35:28.661Z | Checking adler2 v2.0.0 |
1851 | 2025-03-21T17:35:28.745Z | Checking rustls-pki-types v1.10.0 |
1852 | 2025-03-21T17:35:28.848Z | Checking miniz_oxide v0.8.5 |
1853 | 2025-03-21T17:35:28.878Z | Checking quote v1.0.38 |
1854 | 2025-03-21T17:35:29.129Z | Checking http-body v1.0.1 |
1855 | 2025-03-21T17:35:29.237Z | Checking syn v2.0.98 |
1856 | 2025-03-21T17:35:29.286Z | Checking regex-automata v0.4.8 |
1857 | 2025-03-21T17:35:29.314Z | Checking aws-lc-sys v0.26.0 |
1858 | 2025-03-21T17:35:29.340Z | Checking untrusted v0.7.1 |
1859 | 2025-03-21T17:35:29.535Z | Checking httpdate v1.0.3 |
1860 | 2025-03-21T17:35:29.611Z | Checking try-lock v0.2.5 |
1861 | 2025-03-21T17:35:29.774Z | Checking base64 v0.22.1 |
1862 | 2025-03-21T17:35:29.801Z | Checking want v0.3.1 |
1863 | 2025-03-21T17:35:29.998Z | Checking pem-rfc7468 v0.7.0 |
1864 | 2025-03-21T17:35:30.168Z | Checking tower-service v0.3.3 |
1865 | 2025-03-21T17:35:30.224Z | Checking slog v2.7.0 |
1866 | 2025-03-21T17:35:30.277Z | Checking flagset v0.4.6 |
1867 | 2025-03-21T17:35:30.311Z | Checking mime v0.3.17 |
1868 | 2025-03-21T17:35:30.492Z | Checking der v0.7.9 |
1869 | 2025-03-21T17:35:30.643Z | Checking pbkdf2 v0.12.2 |
1870 | 2025-03-21T17:35:30.675Z | Checking aes v0.8.4 |
1871 | 2025-03-21T17:35:30.830Z | Checking gimli v0.31.1 |
1872 | 2025-03-21T17:35:31.299Z | Checking icu_normalizer v1.5.0 |
1873 | 2025-03-21T17:35:31.361Z | Checking tokio-util v0.7.13 |
1874 | 2025-03-21T17:35:31.420Z | Checking aws-lc-rs v1.12.4 |
1875 | 2025-03-21T17:35:31.555Z | Checking http-body-util v0.1.2 |
1876 | 2025-03-21T17:35:31.986Z | Checking salsa20 v0.10.2 |
1877 | 2025-03-21T17:35:32.099Z | Checking idna_adapter v1.2.0 |
1878 | 2025-03-21T17:35:32.196Z | Checking spki v0.7.3 |
1879 | 2025-03-21T17:35:32.227Z | Checking cbc v0.1.2 |
1880 | 2025-03-21T17:35:32.264Z | Checking h2 v0.4.6 |
1881 | 2025-03-21T17:35:32.304Z | Checking idna v1.0.3 |
1882 | 2025-03-21T17:35:32.454Z | Checking lazy_static v1.5.0 |
1883 | 2025-03-21T17:35:32.486Z | Checking object v0.36.5 |
1884 | 2025-03-21T17:35:32.600Z | Checking rustc-demangle v0.1.24 |
1885 | 2025-03-21T17:35:32.764Z | Checking url v2.5.3 |
1886 | 2025-03-21T17:35:33.056Z | Checking scrypt v0.11.0 |
1887 | 2025-03-21T17:35:33.157Z | Checking rustls-webpki v0.102.8 |
1888 | 2025-03-21T17:35:33.239Z | Checking regex v1.11.1 |
1889 | 2025-03-21T17:35:33.290Z | Checking rustls-pemfile v2.2.0 |
1890 | 2025-03-21T17:35:33.507Z | Checking ipnet v2.11.0 |
1891 | 2025-03-21T17:35:33.561Z | Checking foreign-types-shared v0.1.1 |
1892 | 2025-03-21T17:35:33.681Z | Checking openssl-probe v0.1.5 |
1893 | 2025-03-21T17:35:33.832Z | Checking utf8parse v0.2.2 |
1894 | 2025-03-21T17:35:33.861Z | Checking foreign-types v0.3.2 |
1895 | 2025-03-21T17:35:33.923Z | Checking pkcs5 v0.7.1 |
1896 | 2025-03-21T17:35:33.955Z | Checking serde_urlencoded v0.7.1 |
1897 | 2025-03-21T17:35:33.980Z | Checking openssl-sys v0.9.106 |
1898 | 2025-03-21T17:35:34.006Z | Checking encoding_rs v0.8.34 |
1899 | 2025-03-21T17:35:34.383Z | Checking pkcs8 v0.10.2 |
1900 | 2025-03-21T17:35:34.414Z | Checking futures-executor v0.3.31 |
1901 | 2025-03-21T17:35:34.539Z | Checking addr2line v0.24.2 |
1902 | 2025-03-21T17:35:34.642Z | Checking serde_spanned v0.6.8 |
1903 | 2025-03-21T17:35:34.724Z | Checking toml_datetime v0.6.8 |
1904 | 2025-03-21T17:35:34.834Z | Checking anstyle v1.0.10 |
1905 | 2025-03-21T17:35:35.017Z | Checking futures v0.3.31 |
1906 | 2025-03-21T17:35:35.068Z | Checking rustls v0.23.19 |
1907 | 2025-03-21T17:35:35.096Z | Checking openssl v0.10.71 |
1908 | 2025-03-21T17:35:35.136Z | Checking either v1.14.0 |
1909 | 2025-03-21T17:35:35.190Z | Checking psl-types v2.0.11 |
1910 | 2025-03-21T17:35:35.225Z | Checking anstyle-parse v0.2.5 |
1911 | 2025-03-21T17:35:35.378Z | Checking publicsuffix v2.3.0 |
1912 | 2025-03-21T17:35:35.503Z | Checking cookie v0.18.1 |
1913 | 2025-03-21T17:35:35.535Z | Checking webpki-roots v0.26.6 |
1914 | 2025-03-21T17:35:35.645Z | Checking sync_wrapper v1.0.1 |
1915 | 2025-03-21T17:35:35.745Z | Checking is-terminal v0.4.13 |
1916 | 2025-03-21T17:35:35.813Z | Checking anstyle-query v1.1.1 |
1917 | 2025-03-21T17:35:35.887Z | Checking colorchoice v1.0.2 |
1918 | 2025-03-21T17:35:35.920Z | Checking is_terminal_polyfill v1.70.1 |
1919 | 2025-03-21T17:35:35.959Z | Checking tower-layer v0.3.3 |
1920 | 2025-03-21T17:35:36.034Z | Checking data-encoding v2.6.0 |
1921 | 2025-03-21T17:35:36.063Z | Checking anstream v0.6.15 |
1922 | 2025-03-21T17:35:36.224Z | Checking tower v0.5.2 |
1923 | 2025-03-21T17:35:36.263Z | Checking cookie_store v0.21.1 |
1924 | 2025-03-21T17:35:36.424Z | Checking terminal_size v0.4.0 |
1925 | 2025-03-21T17:35:36.602Z | Checking openapiv3 v2.0.0 |
1926 | 2025-03-21T17:35:36.632Z | Checking sha1 v0.10.6 |
1927 | 2025-03-21T17:35:36.935Z | Checking clap_lex v0.7.4 |
1928 | 2025-03-21T17:35:36.963Z | Checking strsim v0.11.1 |
1929 | 2025-03-21T17:35:36.986Z | Checking camino v1.1.9 |
1930 | 2025-03-21T17:35:37.201Z | Checking signature v2.2.0 |
1931 | 2025-03-21T17:35:37.240Z | Checking clap_builder v4.5.31 |
1932 | 2025-03-21T17:35:37.425Z | Checking bitflags v1.3.2 |
1933 | 2025-03-21T17:35:37.525Z | Checking tinyvec_macros v0.1.1 |
1934 | 2025-03-21T17:35:37.553Z | Checking dirs-sys-next v0.1.2 |
1935 | 2025-03-21T17:35:37.631Z | Checking tinyvec v1.8.0 |
1936 | 2025-03-21T17:35:37.748Z | Checking scroll v0.12.0 |
1937 | 2025-03-21T17:35:38.244Z | Checking plain v0.2.3 |
1938 | 2025-03-21T17:35:38.329Z | Checking hyper v1.6.0 |
1939 | 2025-03-21T17:35:38.333Z | Checking backtrace v0.3.74 |
1940 | 2025-03-21T17:35:38.422Z | Checking ucd-trie v0.1.7 |
1941 | 2025-03-21T17:35:38.658Z | Checking pest v2.7.14 |
1942 | 2025-03-21T17:35:38.923Z | Checking anyhow v1.0.97 |
1943 | 2025-03-21T17:35:38.976Z | Checking goblin v0.8.2 |
1944 | 2025-03-21T17:35:39.280Z | Checking dirs-next v2.0.0 |
1945 | 2025-03-21T17:35:39.440Z | Checking crossbeam-channel v0.5.13 |
1946 | 2025-03-21T17:35:39.714Z | Checking num-integer v0.1.46 |
1947 | 2025-03-21T17:35:40.022Z | Checking clap v4.5.31 |
1948 | 2025-03-21T17:35:40.109Z | Checking thread_local v1.1.8 |
1949 | 2025-03-21T17:35:40.152Z | Checking pretty-hex v0.4.1 |
1950 | 2025-03-21T17:35:40.158Z | Checking native-tls v0.2.12 |
1951 | 2025-03-21T17:35:40.205Z | Checking winnow v0.7.3 |
1952 | 2025-03-21T17:35:40.227Z | Checking tokio-rustls v0.26.0 |
1953 | 2025-03-21T17:35:40.280Z | Checking hyper-util v0.1.10 |
1954 | 2025-03-21T17:35:40.351Z | Checking term v0.7.0 |
1955 | 2025-03-21T17:35:40.356Z | Checking thread-id v4.2.2 |
1956 | 2025-03-21T17:35:40.486Z | Checking tokio-native-tls v0.3.1 |
1957 | 2025-03-21T17:35:40.512Z | Checking crc32fast v1.4.2 |
1958 | 2025-03-21T17:35:40.602Z | Checking base16ct v0.2.0 |
1959 | 2025-03-21T17:35:40.739Z | Checking take_mut v0.2.2 |
1960 | 2025-03-21T17:35:40.766Z | Checking ff v0.13.0 |
1961 | 2025-03-21T17:35:40.770Z | Checking slog-term v2.9.1 |
1962 | 2025-03-21T17:35:40.826Z | Checking sec1 v0.7.3 |
1963 | 2025-03-21T17:35:40.910Z | Checking slog-async v2.8.0 |
1964 | 2025-03-21T17:35:41.007Z | Checking zerocopy v0.8.10 |
1965 | 2025-03-21T17:35:41.196Z | Checking memmap v0.7.0 |
1966 | 2025-03-21T17:35:41.225Z | Checking group v0.13.0 |
1967 | 2025-03-21T17:35:41.229Z | Checking dtrace-parser v0.2.0 |
1968 | 2025-03-21T17:35:41.229Z | Checking num-iter v0.1.45 |
1969 | 2025-03-21T17:35:41.415Z | Checking hkdf v0.12.4 |
1970 | 2025-03-21T17:35:41.449Z | Checking hex v0.4.3 |
1971 | 2025-03-21T17:35:41.493Z | Checking crypto-bigint v0.5.5 |
1972 | 2025-03-21T17:35:41.643Z | Checking utf-8 v0.7.6 |
1973 | 2025-03-21T17:35:41.715Z | Checking match_cfg v0.1.0 |
1974 | 2025-03-21T17:35:41.831Z | Checking static_assertions v1.1.0 |
1975 | 2025-03-21T17:35:41.867Z | Checking unicode-width v0.2.0 |
1976 | 2025-03-21T17:35:41.930Z | Checking hostname v0.3.1 |
1977 | 2025-03-21T17:35:41.958Z | Checking bstr v1.10.0 |
1978 | 2025-03-21T17:35:42.088Z | Checking winnow v0.5.40 |
1979 | 2025-03-21T17:35:42.162Z | Checking hyper-tls v0.6.0 |
1980 | 2025-03-21T17:35:42.352Z | Checking hyper-rustls v0.27.3 |
1981 | 2025-03-21T17:35:42.433Z | Checking unicode-segmentation v1.12.0 |
1982 | 2025-03-21T17:35:42.716Z | Checking reqwest v0.12.12 |
1983 | 2025-03-21T17:35:42.873Z | Checking num-bigint-dig v0.8.4 |
1984 | 2025-03-21T17:35:42.878Z | Checking toml_edit v0.22.24 |
1985 | 2025-03-21T17:35:43.115Z | Checking flate2 v1.1.0 |
1986 | 2025-03-21T17:35:43.755Z | Checking pkcs1 v0.7.5 |
1987 | 2025-03-21T17:35:43.758Z | Checking crossbeam-epoch v0.9.18 |
1988 | 2025-03-21T17:35:43.895Z | Checking dof v0.3.0 |
1989 | 2025-03-21T17:35:44.145Z | Checking elliptic-curve v0.13.8 |
1990 | 2025-03-21T17:35:44.170Z | Checking zerocopy v0.6.6 |
1991 | 2025-03-21T17:35:44.209Z | Checking quick-error v1.2.3 |
1992 | 2025-03-21T17:35:44.372Z | Checking unicode-normalization v0.1.24 |
1993 | 2025-03-21T17:35:44.485Z | Checking slog-json v2.6.1 |
1994 | 2025-03-21T17:35:44.510Z | Checking usdt-impl v0.5.0 |
1995 | 2025-03-21T17:35:44.756Z | Checking rfc6979 v0.4.0 |
1996 | 2025-03-21T17:35:44.761Z | Checking hubpack v0.1.2 |
1997 | 2025-03-21T17:35:44.808Z | Checking managed v0.8.0 |
1998 | 2025-03-21T17:35:44.835Z | Checking toml_edit v0.19.15 |
1999 | 2025-03-21T17:35:44.864Z | Checking rsa v0.9.6 |
2000 | 2025-03-21T17:35:44.942Z | Checking debug-ignore v1.0.5 |
2001 | 2025-03-21T17:35:45.040Z | Checking usdt v0.5.0 |
2002 | 2025-03-21T17:35:45.081Z | Checking ecdsa v0.16.9 |
2003 | 2025-03-21T17:35:45.105Z | Checking slog-bunyan v2.5.0 |
2004 | 2025-03-21T17:35:45.172Z | Checking crossbeam-deque v0.8.5 |
2005 | 2025-03-21T17:35:45.282Z | Checking rustls v0.22.4 |
2006 | 2025-03-21T17:35:45.322Z | Checking x509-cert v0.2.5 |
2007 | 2025-03-21T17:35:45.329Z | Checking serde_path_to_error v0.1.16 |
2008 | 2025-03-21T17:35:45.475Z | Checking curve25519-dalek v4.1.3 |
2009 | 2025-03-21T17:35:45.515Z | Checking toml v0.8.20 |
2010 | 2025-03-21T17:35:45.788Z | Checking ahash v0.8.11 |
2011 | 2025-03-21T17:35:45.842Z | Checking bzip2-sys v0.1.11+1.0.8 |
2012 | 2025-03-21T17:35:45.944Z | Checking siphasher v0.3.11 |
2013 | 2025-03-21T17:35:46.005Z | Checking bzip2 v0.4.4 |
2014 | 2025-03-21T17:35:46.211Z | Checking rayon-core v1.12.1 |
2015 | 2025-03-21T17:35:46.260Z | Checking ed25519 v2.2.3 |
2016 | 2025-03-21T17:35:46.287Z | Checking signal-hook v0.3.17 |
2017 | 2025-03-21T17:35:46.291Z | Checking rand_core v0.9.2 |
2018 | 2025-03-21T17:35:46.593Z | Checking console v0.15.10 |
2019 | 2025-03-21T17:35:46.658Z | Checking hickory-proto v0.24.4 |
2020 | 2025-03-21T17:35:46.661Z | Checking multer v3.1.0 |
2021 | 2025-03-21T17:35:46.789Z | Checking itertools v0.10.5 |
2022 | 2025-03-21T17:35:46.893Z | Checking waitgroup v0.1.2 |
2023 | 2025-03-21T17:35:47.044Z | Checking memoffset v0.9.1 |
2024 | 2025-03-21T17:35:47.108Z | Checking async-stream v0.3.6 |
2025 | 2025-03-21T17:35:47.160Z | Checking hostname v0.4.0 |
2026 | 2025-03-21T17:35:47.177Z | Checking signal-hook-mio v0.2.4 |
2027 | 2025-03-21T17:35:47.199Z | Checking toml v0.7.8 |
2028 | 2025-03-21T17:35:47.294Z | Checking rand_chacha v0.9.0 |
2029 | 2025-03-21T17:35:47.299Z | Checking ed25519-dalek v2.1.1 |
2030 | 2025-03-21T17:35:47.342Z | Checking zip v0.6.6 |
2031 | 2025-03-21T17:35:47.346Z | Checking fs-err v2.11.0 |
2032 | 2025-03-21T17:35:47.671Z | Checking hash32 v0.2.1 |
2033 | 2025-03-21T17:35:47.732Z | Checking lockfree-object-pool v0.1.6 |
2034 | 2025-03-21T17:35:47.850Z | Checking unicode-bidi v0.3.17 |
2035 | 2025-03-21T17:35:47.940Z | Checking predicates-core v1.0.8 |
2036 | 2025-03-21T17:35:47.974Z | Checking unicode-properties v0.1.3 |
2037 | 2025-03-21T17:35:48.004Z | Checking simd-adler32 v0.3.7 |
2038 | 2025-03-21T17:35:48.009Z | Checking bumpalo v3.16.0 |
2039 | 2025-03-21T17:35:48.127Z | Checking linked-hash-map v0.5.6 |
2040 | 2025-03-21T17:35:48.344Z | Checking heapless v0.7.17 |
2041 | 2025-03-21T17:35:48.362Z | Checking zopfli v0.8.1 |
2042 | 2025-03-21T17:35:48.394Z | Checking rand v0.9.0 |
2043 | 2025-03-21T17:35:48.431Z | Checking stringprep v0.1.5 |
2044 | 2025-03-21T17:35:48.460Z | Checking lru-cache v0.1.2 |
2045 | 2025-03-21T17:35:48.586Z | Checking tokio-rustls v0.25.0 |
2046 | 2025-03-21T17:35:48.651Z | Checking crossterm v0.28.1 |
2047 | 2025-03-21T17:35:48.706Z | Checking rayon v1.10.0 |
2048 | 2025-03-21T17:35:48.846Z | Checking phf_shared v0.11.2 |
2049 | 2025-03-21T17:35:48.959Z | Checking dropshot v0.12.0 |
2050 | 2025-03-21T17:35:49.013Z | Checking similar v2.7.0 |
2051 | 2025-03-21T17:35:49.105Z | Checking tokio-stream v0.1.17 |
2052 | 2025-03-21T17:35:49.216Z | Checking newtype-uuid v1.2.1 |
2053 | 2025-03-21T17:35:49.413Z | Checking md-5 v0.10.6 |
2054 | 2025-03-21T17:35:49.473Z | Checking float-cmp v0.10.0 |
2055 | 2025-03-21T17:35:49.662Z | Checking difflib v0.4.0 |
2056 | 2025-03-21T17:35:49.704Z | Checking fallible-iterator v0.2.0 |
2057 | 2025-03-21T17:35:49.846Z | Checking normalize-line-endings v0.3.0 |
2058 | 2025-03-21T17:35:49.850Z | Checking smoltcp v0.9.1 |
2059 | 2025-03-21T17:35:49.981Z | Checking phf v0.11.2 |
2060 | 2025-03-21T17:35:49.985Z | Checking predicates v3.1.3 |
2061 | 2025-03-21T17:35:50.251Z | Checking zip v2.1.3 |
2062 | 2025-03-21T17:35:50.282Z | Checking postgres-protocol v0.6.8 |
2063 | 2025-03-21T17:35:50.311Z | Checking nix v0.29.0 |
2064 | 2025-03-21T17:35:50.628Z | Checking phf_shared v0.10.0 |
2065 | 2025-03-21T17:35:50.919Z | Checking resolv-conf v0.7.0 |
2066 | 2025-03-21T17:35:50.938Z | Checking tungstenite v0.24.0 |
2067 | 2025-03-21T17:35:51.122Z | Checking buf-list v1.0.3 |
2068 | 2025-03-21T17:35:51.244Z | Checking serde-big-array v0.5.1 |
2069 | 2025-03-21T17:35:51.276Z | Checking portable-atomic v1.9.0 |
2070 | 2025-03-21T17:35:51.280Z | Checking minimal-lexical v0.2.1 |
2071 | 2025-03-21T17:35:51.453Z | Checking number_prefix v0.4.0 |
2072 | 2025-03-21T17:35:51.481Z | Checking lalrpop-util v0.19.12 |
2073 | 2025-03-21T17:35:51.662Z | Checking precomputed-hash v0.1.1 |
2074 | 2025-03-21T17:35:51.694Z | Checking new_debug_unreachable v1.0.6 |
2075 | 2025-03-21T17:35:51.697Z | Checking fixedbitset v0.4.2 |
2076 | 2025-03-21T17:35:51.773Z | Checking nom v7.1.3 |
2077 | 2025-03-21T17:35:51.801Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2078 | 2025-03-21T17:35:51.805Z | Checking string_cache v0.8.7 |
2079 | 2025-03-21T17:35:51.805Z | Checking tokio-tungstenite v0.24.0 |
2080 | 2025-03-21T17:35:51.985Z | Checking petgraph v0.6.5 |
2081 | 2025-03-21T17:35:52.099Z | Checking hickory-resolver v0.24.4 |
2082 | 2025-03-21T17:35:52.162Z | Checking postgres-types v0.2.9 |
2083 | 2025-03-21T17:35:52.300Z | Checking itertools v0.12.1 |
2084 | 2025-03-21T17:35:52.329Z | Checking indicatif v0.17.11 |
2085 | 2025-03-21T17:35:52.381Z | Checking peg-runtime v0.8.5 |
2086 | 2025-03-21T17:35:52.618Z | Checking whoami v1.5.2 |
2087 | 2025-03-21T17:35:52.818Z | Compiling thiserror-impl v2.0.11 |
2088 | 2025-03-21T17:35:52.924Z | Checking tokio-postgres v0.7.13 |
2089 | 2025-03-21T17:35:53.228Z | Compiling regress v0.10.3 |
2090 | 2025-03-21T17:35:53.565Z | Checking qorb v0.2.1 |
2091 | 2025-03-21T17:35:54.380Z | Compiling ident_case v1.0.1 |
2092 | 2025-03-21T17:35:54.578Z | Compiling darling_core v0.20.10 |
2093 | 2025-03-21T17:35:54.646Z | Compiling unsafe-libyaml v0.2.11 |
2094 | 2025-03-21T17:35:54.923Z | Checking heck v0.5.0 |
2095 | 2025-03-21T17:35:55.131Z | Checking fastrand v2.1.1 |
2096 | 2025-03-21T17:35:55.769Z | Compiling structmeta-derive v0.3.0 |
2097 | 2025-03-21T17:35:55.940Z | Checking thiserror v2.0.11 |
2098 | 2025-03-21T17:35:56.010Z | Compiling serde_yaml v0.9.34+deprecated |
2099 | 2025-03-21T17:35:56.111Z | Checking tempfile v3.13.0 |
2100 | 2025-03-21T17:35:56.483Z | Checking ipnetwork v0.21.1 |
2101 | 2025-03-21T17:35:56.501Z | Checking progenitor-client v0.9.1 |
2102 | 2025-03-21T17:35:56.792Z | Checking strum v0.26.3 |
2103 | 2025-03-21T17:35:56.879Z | Compiling typify-impl v0.2.0 |
2104 | 2025-03-21T17:35:56.912Z | Compiling daft-derive v0.1.1 |
2105 | 2025-03-21T17:35:56.977Z | Checking wait-timeout v0.2.0 |
2106 | 2025-03-21T17:35:57.182Z | Checking oxnet v0.1.1 |
2107 | 2025-03-21T17:35:57.544Z | Compiling dropshot v0.16.0 |
2108 | 2025-03-21T17:35:57.805Z | Checking bit-vec v0.8.0 |
2109 | 2025-03-21T17:35:57.970Z | Checking rusty-fork v0.3.0 |
2110 | 2025-03-21T17:35:58.199Z | Checking bit-set v0.8.0 |
2111 | 2025-03-21T17:35:58.295Z | Checking macaddr v1.0.1 |
2112 | 2025-03-21T17:35:58.326Z | Compiling structmeta v0.3.0 |
2113 | 2025-03-21T17:35:58.364Z | Checking rand_xorshift v0.3.0 |
2114 | 2025-03-21T17:35:58.479Z | Compiling dropshot_endpoint v0.16.0 |
2115 | 2025-03-21T17:35:58.559Z | Checking unarray v0.1.4 |
2116 | 2025-03-21T17:35:58.654Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2117 | 2025-03-21T17:35:58.721Z | Checking proptest v1.6.0 |
2118 | 2025-03-21T17:35:58.746Z | Compiling parse-display-derive v0.10.0 |
2119 | 2025-03-21T17:35:58.891Z | Compiling test-strategy v0.4.0 |
2120 | 2025-03-21T17:35:59.427Z | Checking progenitor-client v0.8.0 |
2121 | 2025-03-21T17:35:59.772Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2122 | 2025-03-21T17:35:59.944Z | Checking instant v0.1.13 |
2123 | 2025-03-21T17:36:00.082Z | Checking daft v0.1.1 |
2124 | 2025-03-21T17:36:00.357Z | Compiling darling_macro v0.20.10 |
2125 | 2025-03-21T17:36:00.506Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2126 | 2025-03-21T17:36:01.286Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2127 | 2025-03-21T17:36:01.312Z | Compiling darling v0.20.10 |
2128 | 2025-03-21T17:36:01.444Z | Compiling serde_with_macros v3.12.0 |
2129 | 2025-03-21T17:36:01.734Z | Checking backoff v0.4.0 |
2130 | 2025-03-21T17:36:01.903Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2131 | 2025-03-21T17:36:02.035Z | Checking camino-tempfile v1.1.1 |
2132 | 2025-03-21T17:36:02.065Z | Checking unicode-width v0.1.14 |
2133 | 2025-03-21T17:36:02.332Z | Compiling proc-macro-error v1.0.4 |
2134 | 2025-03-21T17:36:02.360Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2025-03-21T17:36:02.578Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2136 | 2025-03-21T17:36:02.582Z | Checking parse-display v0.10.0 |
2137 | 2025-03-21T17:36:02.920Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2138 | 2025-03-21T17:36:02.986Z | Checking tabwriter v1.4.0 |
2139 | 2025-03-21T17:36:03.011Z | Compiling foreign-types-macros v0.2.3 |
2140 | 2025-03-21T17:36:03.078Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2141 | 2025-03-21T17:36:03.220Z | Compiling num_enum_derive v0.5.11 |
2142 | 2025-03-21T17:36:03.223Z | Checking foreign-types-shared v0.3.1 |
2143 | 2025-03-21T17:36:03.455Z | Checking cstr-argument v0.1.2 |
2144 | 2025-03-21T17:36:03.524Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2145 | 2025-03-21T17:36:03.547Z | Checking pretty-hex v0.2.1 |
2146 | 2025-03-21T17:36:03.651Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2147 | 2025-03-21T17:36:03.732Z | Checking colored v2.2.0 |
2148 | 2025-03-21T17:36:03.906Z | Checking serde_with v3.12.0 |
2149 | 2025-03-21T17:36:03.983Z | Checking winnow v0.6.20 |
2150 | 2025-03-21T17:36:04.122Z | Checking smf v0.2.3 |
2151 | 2025-03-21T17:36:04.185Z | Checking foreign-types v0.5.0 |
2152 | 2025-03-21T17:36:04.300Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2153 | 2025-03-21T17:36:04.326Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2154 | 2025-03-21T17:36:04.475Z | Checking itertools v0.14.0 |
2155 | 2025-03-21T17:36:04.561Z | Compiling typify-impl v0.3.0 |
2156 | 2025-03-21T17:36:04.630Z | Checking base64 v0.21.7 |
2157 | 2025-03-21T17:36:05.075Z | Compiling itertools v0.13.0 |
2158 | 2025-03-21T17:36:05.349Z | Checking num_enum v0.5.11 |
2159 | 2025-03-21T17:36:05.530Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2160 | 2025-03-21T17:36:05.830Z | Compiling crucible-workspace-hack v0.1.0 |
2161 | 2025-03-21T17:36:06.387Z | Compiling heapless v0.8.0 |
2162 | 2025-03-21T17:36:06.955Z | Checking hash32 v0.3.1 |
2163 | 2025-03-21T17:36:07.015Z | Compiling smoltcp v0.11.0 |
2164 | 2025-03-21T17:36:07.167Z | Checking cobs v0.2.3 |
2165 | 2025-03-21T17:36:07.379Z | Checking postcard v1.0.10 |
2166 | 2025-03-21T17:36:07.716Z | Checking sigpipe v0.1.3 |
2167 | 2025-03-21T17:36:07.846Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2168 | 2025-03-21T17:36:07.908Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2169 | 2025-03-21T17:36:08.010Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2170 | 2025-03-21T17:36:08.089Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2171 | 2025-03-21T17:36:08.257Z | Checking termtree v0.4.1 |
2172 | 2025-03-21T17:36:08.496Z | Compiling mockall_derive v0.13.1 |
2173 | 2025-03-21T17:36:08.597Z | Checking predicates-tree v1.0.11 |
2174 | 2025-03-21T17:36:08.780Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2175 | 2025-03-21T17:36:08.846Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2176 | 2025-03-21T17:36:08.917Z | Compiling zone_cfg_derive v0.3.0 |
2177 | 2025-03-21T17:36:09.045Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2178 | 2025-03-21T17:36:09.095Z | Compiling num-derive v0.4.2 |
2179 | 2025-03-21T17:36:09.390Z | Checking fragile v2.0.0 |
2180 | 2025-03-21T17:36:09.657Z | Checking downcast v0.11.0 |
2181 | 2025-03-21T17:36:10.029Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2182 | 2025-03-21T17:36:10.257Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2183 | 2025-03-21T17:36:10.278Z | Checking zone v0.3.0 |
2184 | 2025-03-21T17:36:10.521Z | Checking atomicwrites v0.4.4 |
2185 | 2025-03-21T17:36:10.732Z | Compiling convert_case v0.4.0 |
2186 | 2025-03-21T17:36:10.886Z | Checking tungstenite v0.21.0 |
2187 | 2025-03-21T17:36:10.951Z | Compiling typify-macro v0.2.0 |
2188 | 2025-03-21T17:36:11.037Z | Checking newline-converter v0.3.0 |
2189 | 2025-03-21T17:36:11.210Z | Checking expectorate v1.1.0 |
2190 | 2025-03-21T17:36:11.326Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2191 | 2025-03-21T17:36:11.391Z | Checking same-file v1.0.6 |
2192 | 2025-03-21T17:36:11.535Z | Compiling derive_more v0.99.19 |
2193 | 2025-03-21T17:36:11.637Z | Checking walkdir v2.5.0 |
2194 | 2025-03-21T17:36:11.705Z | Checking tokio-tungstenite v0.21.0 |
2195 | 2025-03-21T17:36:11.791Z | Checking arc-swap v1.7.1 |
2196 | 2025-03-21T17:36:11.938Z | Checking fixedbitset v0.5.7 |
2197 | 2025-03-21T17:36:12.207Z | Checking xattr v1.3.1 |
2198 | 2025-03-21T17:36:12.235Z | Checking slog-scope v4.4.0 |
2199 | 2025-03-21T17:36:12.327Z | Checking petgraph v0.7.1 |
2200 | 2025-03-21T17:36:12.425Z | Checking filetime v0.2.25 |
2201 | 2025-03-21T17:36:12.449Z | Checking slog-stdlog v4.1.1 |
2202 | 2025-03-21T17:36:12.641Z | Checking slog-envlogger v2.2.0 |
2203 | 2025-03-21T17:36:12.668Z | Checking tar v0.4.44 |
2204 | 2025-03-21T17:36:12.880Z | Checking num-rational v0.4.2 |
2205 | 2025-03-21T17:36:13.511Z | Checking num-complex v0.4.6 |
2206 | 2025-03-21T17:36:13.536Z | Checking float-ord v0.3.2 |
2207 | 2025-03-21T17:36:13.695Z | Checking password-hash v0.5.0 |
2208 | 2025-03-21T17:36:14.120Z | Checking blake2 v0.10.6 |
2209 | 2025-03-21T17:36:14.341Z | Checking num v0.4.3 |
2210 | 2025-03-21T17:36:14.367Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2211 | 2025-03-21T17:36:14.464Z | Checking indent_write v2.2.0 |
2212 | 2025-03-21T17:36:14.564Z | Checking argon2 v0.5.3 |
2213 | 2025-03-21T17:36:14.590Z | Compiling typify v0.2.0 |
2214 | 2025-03-21T17:36:14.738Z | Compiling progenitor-impl v0.8.0 |
2215 | 2025-03-21T17:36:15.008Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2216 | 2025-03-21T17:36:15.274Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2217 | 2025-03-21T17:36:15.321Z | Compiling cancel-safe-futures v0.1.5 |
2218 | 2025-03-21T17:36:15.573Z | Checking swrite v0.1.0 |
2219 | 2025-03-21T17:36:15.676Z | Compiling owo-colors v4.2.0 |
2220 | 2025-03-21T17:36:15.759Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2221 | 2025-03-21T17:36:15.838Z | Checking mockall v0.13.1 |
2222 | 2025-03-21T17:36:16.085Z | Checking libsw-core v0.3.1 |
2223 | 2025-03-21T17:36:16.323Z | Checking libsw v3.4.0 |
2224 | 2025-03-21T17:36:16.833Z | Checking linear-map v1.2.0 |
2225 | 2025-03-21T17:36:16.906Z | Checking pem v3.0.5 |
2226 | 2025-03-21T17:36:16.964Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2227 | 2025-03-21T17:36:17.162Z | Compiling lzma-sys v0.1.20 |
2228 | 2025-03-21T17:36:17.185Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2229 | 2025-03-21T17:36:17.567Z | Checking headers-core v0.3.0 |
2230 | 2025-03-21T17:36:17.738Z | Compiling heck v0.3.3 |
2231 | 2025-03-21T17:36:17.925Z | Checking highway v1.3.0 |
2232 | 2025-03-21T17:36:17.969Z | Checking headers v0.4.0 |
2233 | 2025-03-21T17:36:18.032Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2234 | 2025-03-21T17:36:18.086Z | Compiling zone_cfg_derive v0.1.2 |
2235 | 2025-03-21T17:36:18.108Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2236 | 2025-03-21T17:36:18.251Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2237 | 2025-03-21T17:36:18.401Z | Checking yasna v0.5.2 |
2238 | 2025-03-21T17:36:18.417Z | Checking base64 v0.13.1 |
2239 | 2025-03-21T17:36:18.730Z | Compiling typify-macro v0.3.0 |
2240 | 2025-03-21T17:36:18.846Z | Checking ron v0.7.1 |
2241 | 2025-03-21T17:36:18.960Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2242 | 2025-03-21T17:36:19.259Z | Checking rcgen v0.12.1 |
2243 | 2025-03-21T17:36:19.441Z | Checking xz2 v0.1.7 |
2244 | 2025-03-21T17:36:19.467Z | Checking zone v0.1.8 |
2245 | 2025-03-21T17:36:19.756Z | Checking subprocess v0.2.9 |
2246 | 2025-03-21T17:36:19.835Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2247 | 2025-03-21T17:36:19.909Z | Checking humantime v2.1.0 |
2248 | 2025-03-21T17:36:19.912Z | Compiling semver v0.1.20 |
2249 | 2025-03-21T17:36:20.108Z | Checking half v2.4.1 |
2250 | 2025-03-21T17:36:20.175Z | Checking ciborium-io v0.2.2 |
2251 | 2025-03-21T17:36:20.237Z | Checking prettyplease v0.2.29 |
2252 | 2025-03-21T17:36:20.297Z | Compiling rustc_version v0.1.7 |
2253 | 2025-03-21T17:36:20.593Z | Checking ciborium-ll v0.2.2 |
2254 | 2025-03-21T17:36:20.741Z | Compiling newtype_derive v0.1.6 |
2255 | 2025-03-21T17:36:20.909Z | Checking ciborium v0.2.2 |
2256 | 2025-03-21T17:36:21.288Z | Compiling progenitor-macro v0.8.0 |
2257 | 2025-03-21T17:36:21.902Z | Checking steno v0.4.1 |
2258 | 2025-03-21T17:36:22.124Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2259 | 2025-03-21T17:36:22.400Z | Compiling typify v0.3.0 |
2260 | 2025-03-21T17:36:22.549Z | Compiling progenitor-impl v0.9.1 |
2261 | 2025-03-21T17:36:23.004Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2262 | 2025-03-21T17:36:24.901Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2263 | 2025-03-21T17:36:25.041Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2264 | 2025-03-21T17:36:25.286Z | Compiling slog-dtrace v0.3.0 |
2265 | 2025-03-21T17:36:25.699Z | Checking display-error-chain v0.2.2 |
2266 | 2025-03-21T17:36:26.135Z | Checking gethostname v0.5.0 |
2267 | 2025-03-21T17:36:26.160Z | Checking keccak v0.1.5 |
2268 | 2025-03-21T17:36:26.278Z | Checking bytecount v0.6.8 |
2269 | 2025-03-21T17:36:26.303Z | Checking universal-hash v0.5.1 |
2270 | 2025-03-21T17:36:26.436Z | Checking secrecy v0.8.0 |
2271 | 2025-03-21T17:36:26.497Z | Checking opaque-debug v0.3.1 |
2272 | 2025-03-21T17:36:26.522Z | Checking sha3 v0.10.8 |
2273 | 2025-03-21T17:36:26.629Z | Checking nibble_vec v0.1.0 |
2274 | 2025-03-21T17:36:26.672Z | Compiling blake3 v1.5.4 |
2275 | 2025-03-21T17:36:26.848Z | Checking endian-type v0.1.2 |
2276 | 2025-03-21T17:36:26.975Z | Checking aead v0.5.2 |
2277 | 2025-03-21T17:36:27.083Z | Checking radix_trie v0.2.1 |
2278 | 2025-03-21T17:36:27.223Z | Checking poly1305 v0.8.0 |
2279 | 2025-03-21T17:36:27.503Z | Checking chacha20 v0.9.1 |
2280 | 2025-03-21T17:36:27.559Z | Compiling thiserror-impl-no-std v2.0.2 |
2281 | 2025-03-21T17:36:27.847Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2282 | 2025-03-21T17:36:28.263Z | Checking chacha20poly1305 v0.10.1 |
2283 | 2025-03-21T17:36:28.282Z | Compiling memmap2 v0.9.5 |
2284 | 2025-03-21T17:36:28.458Z | Compiling arrayref v0.3.9 |
2285 | 2025-03-21T17:36:28.578Z | Compiling arrayvec v0.7.6 |
2286 | 2025-03-21T17:36:28.689Z | Compiling constant_time_eq v0.3.1 |
2287 | 2025-03-21T17:36:28.863Z | Compiling toolchain_find v0.4.0 |
2288 | 2025-03-21T17:36:29.200Z | Compiling progenitor-macro v0.9.1 |
2289 | 2025-03-21T17:36:29.320Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2290 | 2025-03-21T17:36:29.467Z | Compiling topological-sort v0.2.2 |
2291 | 2025-03-21T17:36:29.678Z | Compiling omicron-zone-package v0.12.0 |
2292 | 2025-03-21T17:36:29.702Z | Compiling rustfmt-wrapper v0.2.1 |
2293 | 2025-03-21T17:36:30.220Z | Checking thiserror-no-std v2.0.2 |
2294 | 2025-03-21T17:36:30.262Z | Compiling async-recursion v1.1.1 |
2295 | 2025-03-21T17:36:30.309Z | Checking maplit v1.0.2 |
2296 | 2025-03-21T17:36:30.364Z | Checking vsss-rs v3.3.4 |
2297 | 2025-03-21T17:36:30.438Z | Checking fxhash v0.2.1 |
2298 | 2025-03-21T17:36:30.648Z | Compiling const_format_proc_macros v0.2.34 |
2299 | 2025-03-21T17:36:31.265Z | Checking home v0.5.9 |
2300 | 2025-03-21T17:36:31.440Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2301 | 2025-03-21T17:36:31.665Z | Compiling vte_generate_state_changes v0.1.2 |
2302 | 2025-03-21T17:36:31.691Z | Checking fd-lock v4.0.2 |
2303 | 2025-03-21T17:36:31.887Z | Checking nu-ansi-term v0.50.1 |
2304 | 2025-03-21T17:36:32.309Z | Checking termcolor v1.4.1 |
2305 | 2025-03-21T17:36:32.332Z | Checking vte v0.11.1 |
2306 | 2025-03-21T17:36:32.507Z | Checking const_format v0.2.34 |
2307 | 2025-03-21T17:36:32.714Z | Compiling radium v0.7.0 |
2308 | 2025-03-21T17:36:32.949Z | Checking progenitor v0.8.0 |
2309 | 2025-03-21T17:36:33.184Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2310 | 2025-03-21T17:36:33.210Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2311 | 2025-03-21T17:36:33.498Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2312 | 2025-03-21T17:36:33.753Z | Checking strip-ansi-escapes v0.2.0 |
2313 | 2025-03-21T17:36:33.822Z | Checking kstat-rs v0.2.4 |
2314 | 2025-03-21T17:36:33.924Z | Checking reedline v0.38.0 |
2315 | 2025-03-21T17:36:34.171Z | Compiling libefi-sys v0.1.0 |
2316 | 2025-03-21T17:36:34.500Z | Compiling maybe-uninit v2.0.0 |
2317 | 2025-03-21T17:36:34.996Z | Checking tap v1.0.1 |
2318 | 2025-03-21T17:36:35.186Z | Checking wyz v0.5.1 |
2319 | 2025-03-21T17:36:35.545Z | Compiling phf_generator v0.11.2 |
2320 | 2025-03-21T17:36:35.566Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2321 | 2025-03-21T17:36:35.750Z | Compiling bitfield-struct v0.6.2 |
2322 | 2025-03-21T17:36:35.993Z | Checking funty v2.0.0 |
2323 | 2025-03-21T17:36:36.532Z | Checking crc-catalog v2.4.0 |
2324 | 2025-03-21T17:36:36.734Z | Compiling packed_struct v0.10.1 |
2325 | 2025-03-21T17:36:36.926Z | Checking bitvec v1.0.1 |
2326 | 2025-03-21T17:36:37.212Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2327 | 2025-03-21T17:36:37.244Z | Checking crc v3.2.1 |
2328 | 2025-03-21T17:36:37.324Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2329 | 2025-03-21T17:36:37.760Z | Compiling phf_codegen v0.11.2 |
2330 | 2025-03-21T17:36:38.025Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2331 | 2025-03-21T17:36:38.107Z | Checking papergrid v0.11.0 |
2332 | 2025-03-21T17:36:38.162Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2333 | 2025-03-21T17:36:39.586Z | Compiling tabled_derive v0.7.0 |
2334 | 2025-03-21T17:36:39.644Z | Compiling packed_struct_codegen v0.10.1 |
2335 | 2025-03-21T17:36:40.074Z | Compiling parse-zoneinfo v0.3.1 |
2336 | 2025-03-21T17:36:40.506Z | Compiling indexmap v1.9.3 |
2337 | 2025-03-21T17:36:40.839Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2338 | 2025-03-21T17:36:40.966Z | Checking nodrop v0.1.14 |
2339 | 2025-03-21T17:36:40.992Z | Checking progenitor v0.9.1 |
2340 | 2025-03-21T17:36:41.209Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2341 | 2025-03-21T17:36:41.341Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2342 | 2025-03-21T17:36:41.670Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2343 | 2025-03-21T17:36:41.747Z | Compiling cfg_aliases v0.1.1 |
2344 | 2025-03-21T17:36:41.874Z | Compiling nix v0.28.0 |
2345 | 2025-03-21T17:36:42.671Z | Checking tabled v0.15.0 |
2346 | 2025-03-21T17:36:45.021Z | Checking array-init v0.0.4 |
2347 | 2025-03-21T17:36:45.125Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2348 | 2025-03-21T17:36:45.492Z | Compiling chrono-tz-build v0.4.0 |
2349 | 2025-03-21T17:36:45.834Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2350 | 2025-03-21T17:36:45.889Z | Checking smallvec v0.6.14 |
2351 | 2025-03-21T17:36:46.091Z | Checking nanorand v0.7.0 |
2352 | 2025-03-21T17:36:46.295Z | Checking bitfield v0.14.0 |
2353 | 2025-03-21T17:36:46.465Z | Compiling parking_lot_core v0.8.6 |
2354 | 2025-03-21T17:36:46.603Z | Checking hashbrown v0.12.3 |
2355 | 2025-03-21T17:36:46.638Z | Compiling chrono-tz v0.10.1 |
2356 | 2025-03-21T17:36:46.831Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2357 | 2025-03-21T17:36:46.972Z | Checking flume v0.11.1 |
2358 | 2025-03-21T17:36:47.298Z | Checking serde-hex v0.1.0 |
2359 | 2025-03-21T17:36:47.450Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2360 | 2025-03-21T17:36:47.707Z | Checking env_logger v0.10.2 |
2361 | 2025-03-21T17:36:48.041Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2362 | 2025-03-21T17:36:48.119Z | Checking ron v0.8.1 |
2363 | 2025-03-21T17:36:48.234Z | Checking hashbrown v0.13.2 |
2364 | 2025-03-21T17:36:49.067Z | Checking crc-any v2.5.0 |
2365 | 2025-03-21T17:36:49.207Z | Checking object v0.30.4 |
2366 | 2025-03-21T17:36:49.269Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2367 | 2025-03-21T17:36:50.705Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2368 | 2025-03-21T17:36:51.154Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2369 | 2025-03-21T17:36:51.680Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2370 | 2025-03-21T17:36:52.011Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2371 | 2025-03-21T17:36:53.928Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2372 | 2025-03-21T17:36:54.795Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2373 | 2025-03-21T17:36:55.530Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2374 | 2025-03-21T17:36:55.555Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2375 | 2025-03-21T17:36:55.747Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2025-03-21T17:36:56.190Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2377 | 2025-03-21T17:36:56.782Z | Compiling peg-macros v0.8.5 |
2378 | 2025-03-21T17:36:57.007Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2379 | 2025-03-21T17:36:57.103Z | Compiling sqlparser_derive v0.2.2 |
2380 | 2025-03-21T17:36:57.617Z | Checking glob v0.3.2 |
2381 | 2025-03-21T17:36:57.997Z | Checking path-slash v0.1.5 |
2382 | 2025-03-21T17:36:58.158Z | Checking unicode_categories v0.1.1 |
2383 | 2025-03-21T17:36:58.199Z | Checking sqlparser v0.45.0 |
2384 | 2025-03-21T17:36:58.298Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2385 | 2025-03-21T17:36:58.467Z | Checking sqlformat v0.2.6 |
2386 | 2025-03-21T17:37:00.018Z | Checking peg v0.8.5 |
2387 | 2025-03-21T17:37:00.179Z | Checking parking_lot v0.11.2 |
2388 | 2025-03-21T17:37:00.495Z | Checking rustyline v14.0.0 |
2389 | 2025-03-21T17:37:00.569Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2390 | 2025-03-21T17:37:01.186Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2391 | 2025-03-21T17:37:01.283Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2392 | 2025-03-21T17:37:01.881Z | Checking bcs v0.1.6 |
2393 | 2025-03-21T17:37:02.056Z | Checking termtree v0.5.1 |
2394 | 2025-03-21T17:37:02.313Z | Checking sled v0.34.7 |
2395 | 2025-03-21T17:37:02.326Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2396 | 2025-03-21T17:37:02.932Z | Checking hickory-client v0.24.4 |
2397 | 2025-03-21T17:37:03.187Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2398 | 2025-03-21T17:37:03.409Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2399 | 2025-03-21T17:37:03.534Z | Checking hickory-server v0.24.4 |
2400 | 2025-03-21T17:37:04.020Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2401 | 2025-03-21T17:37:04.964Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2402 | 2025-03-21T17:37:05.873Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2403 | 2025-03-21T17:37:05.953Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2404 | 2025-03-21T17:37:06.049Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2405 | 2025-03-21T17:37:06.441Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2406 | 2025-03-21T17:37:06.679Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2407 | 2025-03-21T17:37:07.584Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2408 | 2025-03-21T17:37:08.429Z | Compiling unicase v2.7.0 |
2409 | 2025-03-21T17:37:08.967Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2410 | 2025-03-21T17:37:09.109Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2411 | 2025-03-21T17:37:09.253Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2412 | 2025-03-21T17:37:09.447Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2413 | 2025-03-21T17:37:09.967Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2414 | 2025-03-21T17:37:09.989Z | Compiling dsl_auto_type v0.1.2 |
2415 | 2025-03-21T17:37:10.164Z | Checking primeorder v0.13.6 |
2416 | 2025-03-21T17:37:10.339Z | Checking scheduled-thread-pool v0.2.7 |
2417 | 2025-03-21T17:37:10.590Z | Compiling diesel_table_macro_syntax v0.2.0 |
2418 | 2025-03-21T17:37:10.627Z | Compiling crunchy v0.2.2 |
2419 | 2025-03-21T17:37:10.998Z | Checking r2d2 v0.8.10 |
2420 | 2025-03-21T17:37:11.151Z | Compiling mime_guess v2.0.5 |
2421 | 2025-03-21T17:37:11.278Z | Compiling diesel_derives v2.2.3 |
2422 | 2025-03-21T17:37:11.345Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2423 | 2025-03-21T17:37:11.967Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2424 | 2025-03-21T17:37:12.247Z | Compiling tiny-keccak v2.0.2 |
2425 | 2025-03-21T17:37:12.463Z | Checking http-range v0.1.5 |
2426 | 2025-03-21T17:37:12.670Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2427 | 2025-03-21T17:37:12.725Z | Checking atty v0.2.14 |
2428 | 2025-03-21T17:37:12.880Z | Compiling salty v0.3.0 |
2429 | 2025-03-21T17:37:12.922Z | Compiling bit-vec v0.6.3 |
2430 | 2025-03-21T17:37:12.954Z | Compiling ref-cast v1.0.23 |
2431 | 2025-03-21T17:37:13.319Z | Compiling bit-set v0.5.3 |
2432 | 2025-03-21T17:37:13.597Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2433 | 2025-03-21T17:37:14.159Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2434 | 2025-03-21T17:37:14.242Z | Checking p384 v0.13.0 |
2435 | 2025-03-21T17:37:14.894Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2436 | 2025-03-21T17:37:14.923Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2437 | 2025-03-21T17:37:15.292Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2438 | 2025-03-21T17:37:15.413Z | Compiling ascii-canvas v3.0.0 |
2439 | 2025-03-21T17:37:15.467Z | Compiling ena v0.14.3 |
2440 | 2025-03-21T17:37:15.636Z | Compiling ref-cast-impl v1.0.23 |
2441 | 2025-03-21T17:37:15.869Z | Compiling regex-syntax v0.6.29 |
2442 | 2025-03-21T17:37:15.886Z | Compiling bindgen v0.71.1 |
2443 | 2025-03-21T17:37:15.909Z | Compiling diff v0.1.13 |
2444 | 2025-03-21T17:37:16.491Z | Checking hyper-staticfile v0.10.1 |
2445 | 2025-03-21T17:37:16.807Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2446 | 2025-03-21T17:37:16.936Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2447 | 2025-03-21T17:37:17.077Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2448 | 2025-03-21T17:37:17.262Z | Checking env_filter v0.1.2 |
2449 | 2025-03-21T17:37:17.372Z | Compiling rustc-hash v2.1.1 |
2450 | 2025-03-21T17:37:17.480Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2451 | 2025-03-21T17:37:17.510Z | Checking env_logger v0.11.5 |
2452 | 2025-03-21T17:37:17.857Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2453 | 2025-03-21T17:37:18.040Z | Compiling derive_builder_core v0.20.2 |
2454 | 2025-03-21T17:37:18.186Z | Compiling libxml v0.3.3 |
2455 | 2025-03-21T17:37:18.582Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2456 | 2025-03-21T17:37:18.989Z | Compiling lalrpop v0.19.12 |
2457 | 2025-03-21T17:37:20.160Z | Compiling derive_builder_macro v0.20.2 |
2458 | 2025-03-21T17:37:20.186Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2459 | 2025-03-21T17:37:20.254Z | Checking signal-hook-tokio v0.3.1 |
2460 | 2025-03-21T17:37:20.452Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2461 | 2025-03-21T17:37:20.484Z | Compiling strum_macros v0.24.3 |
2462 | 2025-03-21T17:37:20.893Z | Compiling indoc v1.0.9 |
2463 | 2025-03-21T17:37:20.978Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2464 | 2025-03-21T17:37:21.034Z | Checking derive_builder v0.20.2 |
2465 | 2025-03-21T17:37:21.921Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2466 | 2025-03-21T17:37:22.134Z | Checking diesel v2.2.7 |
2467 | 2025-03-21T17:37:23.105Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2468 | 2025-03-21T17:37:23.205Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2469 | 2025-03-21T17:37:23.529Z | Checking quick-xml v0.37.2 |
2470 | 2025-03-21T17:37:23.651Z | Compiling impl-trait-for-tuples v0.2.2 |
2471 | 2025-03-21T17:37:23.696Z | Compiling oso-derive v0.27.3 |
2472 | 2025-03-21T17:37:24.744Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2473 | 2025-03-21T17:37:25.111Z | Checking tungstenite v0.23.0 |
2474 | 2025-03-21T17:37:25.532Z | Compiling diesel-dtrace v0.4.2 |
2475 | 2025-03-21T17:37:25.952Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2476 | 2025-03-21T17:37:25.976Z | Checking tokio-tungstenite v0.23.1 |
2477 | 2025-03-21T17:37:26.285Z | Checking bb8 v0.8.5 |
2478 | 2025-03-21T17:37:26.310Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2479 | 2025-03-21T17:37:26.457Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2480 | 2025-03-21T17:37:26.748Z | Checking nix v0.27.1 |
2481 | 2025-03-21T17:37:26.775Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2482 | 2025-03-21T17:37:26.780Z | Compiling pin-project-internal v1.1.6 |
2483 | 2025-03-21T17:37:28.713Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2484 | 2025-03-21T17:37:29.444Z | Checking pin-project v1.1.6 |
2485 | 2025-03-21T17:37:29.604Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2486 | 2025-03-21T17:37:29.627Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2487 | 2025-03-21T17:37:30.112Z | Compiling snafu-derive v0.8.5 |
2488 | 2025-03-21T17:37:30.154Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2025-03-21T17:37:31.013Z | Checking olpc-cjson v0.1.4 |
2490 | 2025-03-21T17:37:31.081Z | Checking globset v0.4.15 |
2491 | 2025-03-21T17:37:31.244Z | Checking serde_plain v1.0.2 |
2492 | 2025-03-21T17:37:31.506Z | Checking typed-path v0.9.3 |
2493 | 2025-03-21T17:37:31.610Z | Checking assert_matches v1.5.0 |
2494 | 2025-03-21T17:37:31.707Z | Checking parse-size v1.1.0 |
2495 | 2025-03-21T17:37:31.878Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2496 | 2025-03-21T17:37:31.905Z | Checking rand_seeder v0.3.0 |
2497 | 2025-03-21T17:37:32.160Z | Compiling proc-macro-error-attr2 v2.0.0 |
2498 | 2025-03-21T17:37:32.964Z | Checking heck v0.4.1 |
2499 | 2025-03-21T17:37:32.989Z | Compiling proc-macro-error2 v2.0.1 |
2500 | 2025-03-21T17:37:33.209Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2501 | 2025-03-21T17:37:33.329Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2502 | 2025-03-21T17:37:33.597Z | Compiling tabled_derive v0.10.0 |
2503 | 2025-03-21T17:37:33.655Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2504 | 2025-03-21T17:37:33.937Z | Checking papergrid v0.14.0 |
2505 | 2025-03-21T17:37:34.913Z | Checking snafu v0.8.5 |
2506 | 2025-03-21T17:37:35.379Z | Checking tough v0.19.0 |
2507 | 2025-03-21T17:37:35.440Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2508 | 2025-03-21T17:37:35.982Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2509 | 2025-03-21T17:37:36.304Z | Checking tabled v0.18.0 |
2510 | 2025-03-21T17:37:36.405Z | Checking io-lifetimes v1.0.11 |
2511 | 2025-03-21T17:37:36.889Z | Checking yansi v1.0.1 |
2512 | 2025-03-21T17:37:37.199Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2513 | 2025-03-21T17:37:37.432Z | Checking pretty_assertions v1.4.1 |
2514 | 2025-03-21T17:37:37.664Z | Checking rustix v0.37.28 |
2515 | 2025-03-21T17:37:38.760Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2516 | 2025-03-21T17:37:39.187Z | Checking terminal_size v0.2.6 |
2517 | 2025-03-21T17:37:39.378Z | Compiling libz-sys v1.1.20 |
2518 | 2025-03-21T17:37:39.786Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2519 | 2025-03-21T17:37:39.945Z | Checking unicode-linebreak v0.1.5 |
2520 | 2025-03-21T17:37:40.069Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2521 | 2025-03-21T17:37:40.174Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2025-03-21T17:37:40.387Z | Checking smawk v0.3.2 |
2523 | 2025-03-21T17:37:40.615Z | Compiling indoc v2.0.5 |
2524 | 2025-03-21T17:37:40.956Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2525 | 2025-03-21T17:37:41.288Z | Checking textwrap v0.16.1 |
2526 | 2025-03-21T17:37:41.305Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2527 | 2025-03-21T17:37:41.633Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2528 | 2025-03-21T17:37:41.849Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2529 | 2025-03-21T17:37:42.368Z | Checking castaway v0.2.3 |
2530 | 2025-03-21T17:37:42.565Z | Checking is_ci v1.2.0 |
2531 | 2025-03-21T17:37:42.753Z | Checking supports-color v3.0.2 |
2532 | 2025-03-21T17:37:42.873Z | Checking compact_str v0.8.0 |
2533 | 2025-03-21T17:37:42.950Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2534 | 2025-03-21T17:37:43.793Z | Checking unicode-truncate v1.1.0 |
2535 | 2025-03-21T17:37:44.028Z | Checking lru v0.12.5 |
2536 | 2025-03-21T17:37:44.236Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2537 | 2025-03-21T17:37:44.267Z | Compiling instability v0.3.2 |
2538 | 2025-03-21T17:37:49.003Z | Checking cassowary v0.3.0 |
2539 | 2025-03-21T17:37:49.003Z | Checking ratatui v0.29.0 |
2540 | 2025-03-21T17:37:49.003Z | Checking cargo-platform v0.1.8 |
2541 | 2025-03-21T17:37:49.003Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2542 | 2025-03-21T17:37:49.003Z | Checking cargo_metadata v0.19.2 |
2543 | 2025-03-21T17:37:49.003Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2544 | 2025-03-21T17:37:49.003Z | Compiling vergen v8.3.2 |
2545 | 2025-03-21T17:37:49.003Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2546 | 2025-03-21T17:37:49.003Z | Compiling cargo_metadata v0.18.1 |
2547 | 2025-03-21T17:37:49.162Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2548 | 2025-03-21T17:37:49.744Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2549 | 2025-03-21T17:37:50.048Z | Compiling rustls v0.21.12 |
2550 | 2025-03-21T17:37:50.358Z | Checking shell-words v1.1.0 |
2551 | 2025-03-21T17:37:50.558Z | Checking plotters-backend v0.3.7 |
2552 | 2025-03-21T17:37:50.952Z | Checking plotters-svg v0.3.7 |
2553 | 2025-03-21T17:37:51.019Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2554 | 2025-03-21T17:37:51.176Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2555 | 2025-03-21T17:37:51.337Z | Checking rustls-webpki v0.101.7 |
2556 | 2025-03-21T17:37:51.373Z | Checking sct v0.7.1 |
2557 | 2025-03-21T17:37:51.501Z | Checking cast v0.3.0 |
2558 | 2025-03-21T17:37:51.676Z | Checking plotters v0.3.7 |
2559 | 2025-03-21T17:37:51.803Z | Checking criterion-plot v0.5.0 |
2560 | 2025-03-21T17:37:52.056Z | Checking async-bb8-diesel v0.2.1 |
2561 | 2025-03-21T17:37:52.684Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2562 | 2025-03-21T17:37:53.009Z | Checking tinytemplate v1.2.1 |
2563 | 2025-03-21T17:37:53.341Z | Checking concurrent-queue v2.5.0 |
2564 | 2025-03-21T17:37:53.433Z | Checking anes v0.1.6 |
2565 | 2025-03-21T17:37:53.675Z | Checking oorandom v11.1.4 |
2566 | 2025-03-21T17:37:53.790Z | Checking parking v2.2.1 |
2567 | 2025-03-21T17:37:53.865Z | Checking criterion v0.5.1 |
2568 | 2025-03-21T17:37:54.028Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2569 | 2025-03-21T17:37:54.821Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2570 | 2025-03-21T17:37:55.577Z | Checking tokio-rustls v0.24.1 |
2571 | 2025-03-21T17:37:55.920Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2572 | 2025-03-21T17:37:55.944Z | Checking rustls-pemfile v1.0.4 |
2573 | 2025-03-21T17:37:56.168Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2574 | 2025-03-21T17:37:56.261Z | Checking twox-hash v2.1.0 |
2575 | 2025-03-21T17:37:56.477Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2576 | 2025-03-21T17:37:56.508Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2577 | 2025-03-21T17:37:56.836Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2578 | 2025-03-21T17:37:58.541Z | Checking fatfs v0.3.6 |
2579 | 2025-03-21T17:37:58.782Z | Checking csv-core v0.1.11 |
2580 | 2025-03-21T17:37:59.148Z | Checking hex-literal v0.4.1 |
2581 | 2025-03-21T17:37:59.303Z | Checking csv v1.3.1 |
2582 | 2025-03-21T17:37:59.575Z | Checking event-listener v5.3.1 |
2583 | 2025-03-21T17:38:00.010Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2584 | 2025-03-21T17:38:00.121Z | Checking rtoolbox v0.0.2 |
2585 | 2025-03-21T17:38:00.334Z | Checking rpassword v7.3.1 |
2586 | 2025-03-21T17:38:00.514Z | Checking event-listener-strategy v0.5.2 |
2587 | 2025-03-21T17:38:00.755Z | Checking tui-tree-widget v0.23.0 |
2588 | 2025-03-21T17:38:01.087Z | Checking polyval v0.6.2 |
2589 | 2025-03-21T17:38:01.390Z | Checking ghash v0.5.1 |
2590 | 2025-03-21T17:38:01.572Z | Checking futures-lite v2.3.0 |
2591 | 2025-03-21T17:38:02.729Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2592 | 2025-03-21T17:38:03.244Z | Checking ctr v0.9.2 |
2593 | 2025-03-21T17:38:04.174Z | Checking aes-gcm v0.10.3 |
2594 | 2025-03-21T17:38:04.441Z | Checking ssh-encoding v0.2.0 |
2595 | 2025-03-21T17:38:04.795Z | Checking blowfish v0.9.1 |
2596 | 2025-03-21T17:38:05.040Z | Checking bcrypt-pbkdf v0.10.0 |
2597 | 2025-03-21T17:38:05.123Z | Checking ssh-cipher v0.2.0 |
2598 | 2025-03-21T17:38:05.316Z | Checking async-lock v3.4.0 |
2599 | 2025-03-21T17:38:05.383Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2600 | 2025-03-21T17:38:06.040Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2601 | 2025-03-21T17:38:06.100Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2602 | 2025-03-21T17:38:06.260Z | Checking password-hash v0.4.2 |
2603 | 2025-03-21T17:38:06.715Z | Checking polling v3.7.3 |
2604 | 2025-03-21T17:38:07.123Z | Checking async-io v2.3.4 |
2605 | 2025-03-21T17:38:07.369Z | Checking pbkdf2 v0.11.0 |
2606 | 2025-03-21T17:38:07.629Z | Checking ssh-key v0.6.6 |
2607 | 2025-03-21T17:38:08.019Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2608 | 2025-03-21T17:38:08.747Z | Checking p256 v0.13.2 |
2609 | 2025-03-21T17:38:09.244Z | Checking p521 v0.13.3 |
2610 | 2025-03-21T17:38:09.268Z | Checking russh-cryptovec v0.7.3 |
2611 | 2025-03-21T17:38:09.496Z | Checking md5 v0.7.0 |
2612 | 2025-03-21T17:38:09.819Z | Compiling target-lexicon v0.13.2 |
2613 | 2025-03-21T17:38:10.656Z | Checking async-task v4.7.1 |
2614 | 2025-03-21T17:38:10.904Z | Checking russh-keys v0.45.0 |
2615 | 2025-03-21T17:38:10.995Z | Checking async-channel v2.3.1 |
2616 | 2025-03-21T17:38:11.311Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2617 | 2025-03-21T17:38:12.118Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2618 | 2025-03-21T17:38:12.175Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2619 | 2025-03-21T17:38:12.809Z | Checking piper v0.2.4 |
2620 | 2025-03-21T17:38:12.945Z | Checking num-bigint v0.4.6 |
2621 | 2025-03-21T17:38:12.968Z | Checking des v0.8.1 |
2622 | 2025-03-21T17:38:13.026Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2623 | 2025-03-21T17:38:13.245Z | Compiling guppy-workspace-hack v0.1.0 |
2624 | 2025-03-21T17:38:13.559Z | Checking futures-timer v3.0.3 |
2625 | 2025-03-21T17:38:13.889Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2626 | 2025-03-21T17:38:13.909Z | Checking blocking v1.6.1 |
2627 | 2025-03-21T17:38:14.234Z | Checking async-executor v1.13.1 |
2628 | 2025-03-21T17:38:14.993Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2629 | 2025-03-21T17:38:15.180Z | Checking russh v0.45.0 |
2630 | 2025-03-21T17:38:15.279Z | Checking async-signal v0.2.10 |
2631 | 2025-03-21T17:38:15.524Z | Checking rustls-native-certs v0.7.3 |
2632 | 2025-03-21T17:38:15.547Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2633 | 2025-03-21T17:38:15.919Z | Checking event-listener v2.5.3 |
2634 | 2025-03-21T17:38:15.987Z | Compiling target-spec v3.4.2 |
2635 | 2025-03-21T17:38:16.128Z | Checking internet-checksum v0.2.1 |
2636 | 2025-03-21T17:38:16.285Z | Checking async-channel v1.9.0 |
2637 | 2025-03-21T17:38:16.578Z | Checking hyper-rustls v0.26.0 |
2638 | 2025-03-21T17:38:16.934Z | Checking async-process v2.3.0 |
2639 | 2025-03-21T17:38:17.110Z | Checking cfg-expr v0.18.0 |
2640 | 2025-03-21T17:38:17.314Z | Checking async-global-executor v2.4.1 |
2641 | 2025-03-21T17:38:18.350Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2642 | 2025-03-21T17:38:18.427Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2643 | 2025-03-21T17:38:19.105Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2644 | 2025-03-21T17:38:19.175Z | Checking httptest v0.16.3 |
2645 | 2025-03-21T17:38:19.493Z | Compiling petname v2.0.2 |
2646 | 2025-03-21T17:38:19.900Z | Checking kv-log-macro v1.0.7 |
2647 | 2025-03-21T17:38:20.058Z | Compiling async-attributes v1.1.2 |
2648 | 2025-03-21T17:38:20.866Z | Checking async-std v1.13.0 |
2649 | 2025-03-21T17:38:22.513Z | Checking pathdiff v0.2.3 |
2650 | 2025-03-21T17:38:22.600Z | Compiling rstest_macros v0.24.0 |
2651 | 2025-03-21T17:38:22.695Z | Compiling doc-comment v0.3.3 |
2652 | 2025-03-21T17:38:23.600Z | Compiling target-triple v0.1.3 |
2653 | 2025-03-21T17:38:23.622Z | Checking nested v0.1.1 |
2654 | 2025-03-21T17:38:23.623Z | Checking guppy v0.17.17 |
2655 | 2025-03-21T17:38:24.214Z | Checking async-object-pool v0.1.5 |
2656 | 2025-03-21T17:38:24.418Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2657 | 2025-03-21T17:38:24.743Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2658 | 2025-03-21T17:38:25.059Z | Checking similar-asserts v1.7.0 |
2659 | 2025-03-21T17:38:25.341Z | Checking serde_regex v1.1.0 |
2660 | 2025-03-21T17:38:25.454Z | Checking assert-json-diff v2.0.2 |
2661 | 2025-03-21T17:38:25.618Z | Compiling proc-macro-crate v3.2.0 |
2662 | 2025-03-21T17:38:25.788Z | Checking path-tree v0.8.1 |
2663 | 2025-03-21T17:38:26.161Z | Checking sync-ptr v0.1.1 |
2664 | 2025-03-21T17:38:26.402Z | Compiling assert_cmd v2.0.16 |
2665 | 2025-03-21T17:38:26.816Z | Checking stringmetrics v2.2.2 |
2666 | 2025-03-21T17:38:26.847Z | Compiling relative-path v1.9.3 |
2667 | 2025-03-21T17:38:27.087Z | Checking httpmock v0.8.0-alpha.1 |
2668 | 2025-03-21T17:38:27.460Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2669 | 2025-03-21T17:38:28.714Z | Checking blake2b_simd v1.0.2 |
2670 | 2025-03-21T17:38:29.621Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2671 | 2025-03-21T17:38:32.070Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2672 | 2025-03-21T17:38:32.373Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2673 | 2025-03-21T17:38:32.692Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2674 | 2025-03-21T17:38:32.989Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2675 | 2025-03-21T17:38:33.542Z | Checking serde_tokenstream v0.2.2 |
2676 | 2025-03-21T17:38:33.947Z | Checking uzers v0.12.1 |
2677 | 2025-03-21T17:38:34.496Z | Checking rust-argon2 v2.1.0 |
2678 | 2025-03-21T17:38:34.963Z | Checking trybuild v1.0.103 |
2679 | 2025-03-21T17:38:35.530Z | Checking rstest v0.24.0 |
2680 | 2025-03-21T17:38:36.226Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2681 | 2025-03-21T17:38:36.444Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2682 | 2025-03-21T17:38:37.384Z | Compiling git2 v0.19.0 |
2683 | 2025-03-21T17:38:37.410Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2684 | 2025-03-21T17:38:38.495Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2685 | 2025-03-21T17:38:38.815Z | Checking rand_distr v0.4.3 |
2686 | 2025-03-21T17:38:39.581Z | Checking multimap v0.10.0 |
2687 | 2025-03-21T17:38:39.910Z | Checking approx v0.5.1 |
2688 | 2025-03-21T17:38:40.193Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2689 | 2025-03-21T17:38:41.549Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2690 | 2025-03-21T17:38:41.858Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2691 | 2025-03-21T17:38:42.961Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2692 | 2025-03-21T17:38:43.138Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2693 | 2025-03-21T17:38:44.031Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2694 | 2025-03-21T17:38:44.352Z | Checking partial-io v0.5.4 |
2695 | 2025-03-21T17:38:44.554Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2696 | 2025-03-21T17:38:44.736Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2697 | 2025-03-21T17:38:44.887Z | Checking cargo_toml v0.21.0 |
2698 | 2025-03-21T17:38:45.195Z | Checking termios v0.3.3 |
2699 | 2025-03-21T17:38:45.471Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2700 | 2025-03-21T17:38:45.836Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2701 | 2025-03-21T17:38:46.277Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2702 | 2025-03-21T17:38:46.869Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2703 | 2025-03-21T17:38:49.110Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2704 | 2025-03-21T17:38:49.137Z | Compiling samael v0.0.18 |
2705 | 2025-03-21T17:39:05.926Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2706 | 2025-03-21T17:39:12.500Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2707 | 2025-03-21T17:39:38.662Z | Compiling polar-core v0.27.3 |
2708 | 2025-03-21T17:39:39.228Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2709 | 2025-03-21T17:39:40.841Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2710 | 2025-03-21T17:39:41.208Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2711 | 2025-03-21T17:39:49.667Z | Checking oso v0.27.3 |
2712 | 2025-03-21T17:40:27.977Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2713 | 2025-03-21T17:40:28.001Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2714 | 2025-03-21T17:40:28.002Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2715 | 2025-03-21T17:41:42.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 24s |
2716 | 2025-03-21T17:41:42.769Z | |
2717 | 2025-03-21T17:41:42.769Z | real 6:28.814674921 |
2718 | 2025-03-21T17:41:42.769Z | user 35:43.137492459 |
2719 | 2025-03-21T17:41:42.769Z | sys 4:58.677537706 |
2720 | 2025-03-21T17:41:42.769Z | trap 1.012120666 |
2721 | 2025-03-21T17:41:42.772Z | tflt 0.508697527 |
2722 | 2025-03-21T17:41:42.772Z | dflt 0.277527836 |
2723 | 2025-03-21T17:41:42.772Z | kflt 0.000887390 |
2724 | 2025-03-21T17:41:42.772Z | lock 51:48.116116121 |
2725 | 2025-03-21T17:41:42.772Z | slp 2:01:39.789445192 |
2726 | 2025-03-21T17:41:42.772Z | lat 1:46.492473293 |
2727 | 2025-03-21T17:41:42.772Z | stop 6:45.205062692 |
2728 | 2025-03-21T17:41:42.772Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2729 | 2025-03-21T17:41:42.772Z | + ptime -m cargo doc --workspace --no-deps |
2730 | 2025-03-21T17:41:43.862Z | warning: output filename collision. |
2731 | 2025-03-21T17:41:43.862Z | 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)`. |
2732 | 2025-03-21T17:41:43.862Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2733 | 2025-03-21T17:41:43.862Z | The targets should have unique names. |
2734 | 2025-03-21T17:41:43.862Z | This is a known bug where multiple crates with the same name use |
2735 | 2025-03-21T17:41:43.862Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2736 | 2025-03-21T17:41:44.326Z | Compiling ring v0.17.11 |
2737 | 2025-03-21T17:41:44.493Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2738 | 2025-03-21T17:41:44.517Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2739 | 2025-03-21T17:41:44.564Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2740 | 2025-03-21T17:41:44.598Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2741 | 2025-03-21T17:41:44.601Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2742 | 2025-03-21T17:41:45.809Z | Compiling rustls v0.23.19 |
2743 | 2025-03-21T17:41:45.813Z | Compiling rustls v0.22.4 |
2744 | 2025-03-21T17:41:45.813Z | Compiling rustls v0.21.12 |
2745 | 2025-03-21T17:41:47.304Z | Checking rustls-webpki v0.102.8 |
2746 | 2025-03-21T17:41:47.304Z | Checking rcgen v0.12.1 |
2747 | 2025-03-21T17:41:47.309Z | Checking sct v0.7.1 |
2748 | 2025-03-21T17:41:47.309Z | Checking rustls-webpki v0.101.7 |
2749 | 2025-03-21T17:41:50.185Z | Checking tokio-rustls v0.24.1 |
2750 | 2025-03-21T17:41:50.583Z | Checking tokio-rustls v0.25.0 |
2751 | 2025-03-21T17:41:50.868Z | Checking dropshot v0.12.0 |
2752 | 2025-03-21T17:41:50.868Z | Checking dropshot v0.16.0 |
2753 | 2025-03-21T17:41:51.841Z | Checking tokio-rustls v0.26.0 |
2754 | 2025-03-21T17:41:52.269Z | Checking hyper-rustls v0.27.3 |
2755 | 2025-03-21T17:41:52.626Z | Checking reqwest v0.12.12 |
2756 | 2025-03-21T17:41:53.059Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2757 | 2025-03-21T17:41:54.313Z | Checking qorb v0.2.1 |
2758 | 2025-03-21T17:41:54.319Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2759 | 2025-03-21T17:41:54.512Z | Checking progenitor-client v0.9.1 |
2760 | 2025-03-21T17:41:54.932Z | Checking progenitor-client v0.8.0 |
2761 | 2025-03-21T17:41:55.291Z | Checking progenitor v0.8.0 |
2762 | 2025-03-21T17:41:55.476Z | Checking progenitor v0.9.1 |
2763 | 2025-03-21T17:41:55.521Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2764 | 2025-03-21T17:41:55.703Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2765 | 2025-03-21T17:41:56.848Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2766 | 2025-03-21T17:41:57.110Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2767 | 2025-03-21T17:41:59.799Z | Compiling omicron-zone-package v0.12.0 |
2768 | 2025-03-21T17:41:59.955Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2769 | 2025-03-21T17:42:00.332Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2770 | 2025-03-21T17:42:00.707Z | Checking tough v0.19.0 |
2771 | 2025-03-21T17:42:00.980Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2772 | 2025-03-21T17:42:01.008Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2773 | 2025-03-21T17:42:02.209Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2774 | 2025-03-21T17:42:04.572Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2775 | 2025-03-21T17:42:04.680Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2776 | 2025-03-21T17:42:04.844Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2777 | 2025-03-21T17:42:04.965Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2778 | 2025-03-21T17:42:04.983Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2779 | 2025-03-21T17:42:05.012Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2780 | 2025-03-21T17:42:05.239Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2781 | 2025-03-21T17:42:05.277Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2782 | 2025-03-21T17:42:05.354Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2783 | 2025-03-21T17:42:05.396Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2784 | 2025-03-21T17:42:05.563Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2785 | 2025-03-21T17:42:05.569Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2786 | 2025-03-21T17:42:05.662Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2787 | 2025-03-21T17:42:05.800Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2788 | 2025-03-21T17:42:05.939Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2789 | 2025-03-21T17:42:06.142Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2790 | 2025-03-21T17:42:06.432Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2791 | 2025-03-21T17:42:06.490Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2792 | 2025-03-21T17:42:06.724Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2793 | 2025-03-21T17:42:06.839Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2794 | 2025-03-21T17:42:07.211Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2795 | 2025-03-21T17:42:07.771Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2796 | 2025-03-21T17:42:08.152Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2797 | 2025-03-21T17:42:08.219Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2798 | 2025-03-21T17:42:08.240Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2799 | 2025-03-21T17:42:08.446Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2800 | 2025-03-21T17:42:08.650Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2801 | 2025-03-21T17:42:08.785Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2802 | 2025-03-21T17:42:08.953Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2803 | 2025-03-21T17:42:09.040Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2804 | 2025-03-21T17:42:09.147Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2805 | 2025-03-21T17:42:09.316Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2806 | 2025-03-21T17:42:09.514Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2807 | 2025-03-21T17:42:09.756Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2808 | 2025-03-21T17:42:09.777Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2809 | 2025-03-21T17:42:09.872Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2810 | 2025-03-21T17:42:10.112Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2811 | 2025-03-21T17:42:10.128Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2812 | 2025-03-21T17:42:10.139Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2813 | 2025-03-21T17:42:10.219Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2814 | 2025-03-21T17:42:10.385Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2815 | 2025-03-21T17:42:11.029Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2816 | 2025-03-21T17:42:11.763Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2817 | 2025-03-21T17:42:12.236Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2818 | 2025-03-21T17:42:13.289Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2819 | 2025-03-21T17:42:13.311Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2820 | 2025-03-21T17:42:14.480Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2821 | 2025-03-21T17:42:15.599Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2822 | 2025-03-21T17:42:15.823Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2823 | 2025-03-21T17:42:16.548Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2824 | 2025-03-21T17:42:17.652Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2825 | 2025-03-21T17:42:17.944Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2826 | 2025-03-21T17:42:18.277Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2827 | 2025-03-21T17:42:18.651Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2828 | 2025-03-21T17:42:18.846Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2829 | 2025-03-21T17:42:18.996Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2830 | 2025-03-21T17:42:20.150Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2831 | 2025-03-21T17:42:20.206Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2832 | 2025-03-21T17:42:20.335Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2833 | 2025-03-21T17:42:21.749Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2834 | 2025-03-21T17:42:22.000Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2835 | 2025-03-21T17:42:22.299Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2836 | 2025-03-21T17:42:22.383Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2837 | 2025-03-21T17:42:23.566Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2838 | 2025-03-21T17:42:24.361Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2839 | 2025-03-21T17:42:24.425Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2840 | 2025-03-21T17:42:24.789Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2841 | 2025-03-21T17:42:25.018Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2842 | 2025-03-21T17:42:25.122Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2843 | 2025-03-21T17:42:25.929Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2844 | 2025-03-21T17:42:26.313Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2845 | 2025-03-21T17:42:26.598Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2846 | 2025-03-21T17:42:27.638Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2847 | 2025-03-21T17:42:27.881Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2848 | 2025-03-21T17:42:28.303Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2849 | 2025-03-21T17:42:28.398Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2850 | 2025-03-21T17:42:29.088Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2851 | 2025-03-21T17:42:29.180Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2852 | 2025-03-21T17:42:29.772Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2853 | 2025-03-21T17:42:29.939Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2854 | 2025-03-21T17:42:30.082Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2855 | 2025-03-21T17:42:30.215Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2856 | 2025-03-21T17:42:30.287Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2857 | 2025-03-21T17:42:30.455Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2858 | 2025-03-21T17:42:30.594Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2859 | 2025-03-21T17:42:31.310Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2860 | 2025-03-21T17:42:31.313Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2861 | 2025-03-21T17:42:32.070Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2862 | 2025-03-21T17:42:32.092Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2863 | 2025-03-21T17:42:32.189Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2864 | 2025-03-21T17:42:32.574Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2865 | 2025-03-21T17:42:32.655Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2866 | 2025-03-21T17:42:32.675Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2867 | 2025-03-21T17:42:33.182Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2868 | 2025-03-21T17:42:33.362Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2869 | 2025-03-21T17:42:33.607Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2870 | 2025-03-21T17:42:34.475Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2871 | 2025-03-21T17:42:34.958Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2872 | 2025-03-21T17:42:36.490Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2873 | 2025-03-21T17:42:37.513Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2874 | 2025-03-21T17:42:37.572Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2875 | 2025-03-21T17:42:37.970Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2876 | 2025-03-21T17:42:38.102Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2877 | 2025-03-21T17:42:38.637Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2878 | 2025-03-21T17:42:38.744Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2879 | 2025-03-21T17:42:38.988Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2880 | 2025-03-21T17:42:39.023Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2881 | 2025-03-21T17:42:39.149Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2882 | 2025-03-21T17:42:40.334Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2883 | 2025-03-21T17:42:40.559Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2884 | 2025-03-21T17:42:40.819Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2885 | 2025-03-21T17:42:40.977Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2886 | 2025-03-21T17:42:41.181Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2887 | 2025-03-21T17:42:42.851Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2888 | 2025-03-21T17:42:45.315Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2889 | 2025-03-21T17:42:45.602Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2890 | 2025-03-21T17:42:46.402Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2891 | 2025-03-21T17:42:46.438Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2892 | 2025-03-21T17:42:46.748Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2893 | 2025-03-21T17:42:47.572Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2894 | 2025-03-21T17:42:48.540Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2895 | 2025-03-21T17:42:48.859Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2896 | 2025-03-21T17:42:50.782Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2897 | 2025-03-21T17:42:51.484Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2898 | 2025-03-21T17:42:52.083Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2899 | 2025-03-21T17:42:53.040Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2900 | 2025-03-21T17:42:56.475Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2901 | 2025-03-21T17:42:58.776Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2902 | 2025-03-21T17:42:59.059Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2903 | 2025-03-21T17:43:01.109Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2904 | 2025-03-21T17:43:05.403Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2905 | 2025-03-21T17:43:05.558Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2906 | 2025-03-21T17:43:05.738Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2907 | 2025-03-21T17:43:06.816Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2908 | 2025-03-21T17:43:08.364Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2909 | 2025-03-21T17:43:08.649Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2910 | 2025-03-21T17:43:08.779Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2911 | 2025-03-21T17:43:10.538Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2912 | 2025-03-21T17:43:11.296Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2913 | 2025-03-21T17:43:11.590Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2914 | 2025-03-21T17:43:15.859Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2915 | 2025-03-21T17:43:16.184Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2916 | 2025-03-21T17:43:16.537Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2917 | 2025-03-21T17:43:17.700Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2918 | 2025-03-21T17:43:18.563Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2919 | 2025-03-21T17:43:18.661Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2920 | 2025-03-21T17:43:18.712Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2921 | 2025-03-21T17:43:20.927Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2922 | 2025-03-21T17:43:21.683Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2923 | 2025-03-21T17:43:22.163Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2924 | 2025-03-21T17:43:22.308Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2925 | 2025-03-21T17:43:24.673Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2926 | 2025-03-21T17:43:24.840Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2927 | 2025-03-21T17:43:25.001Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2928 | 2025-03-21T17:43:26.019Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2929 | 2025-03-21T17:43:26.273Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2930 | 2025-03-21T17:43:26.485Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2931 | 2025-03-21T17:43:27.464Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2932 | 2025-03-21T17:43:28.742Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2933 | 2025-03-21T17:43:29.367Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2934 | 2025-03-21T17:43:30.559Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2935 | 2025-03-21T17:43:30.968Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2936 | 2025-03-21T17:43:31.206Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2937 | 2025-03-21T17:43:31.380Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2938 | 2025-03-21T17:43:32.984Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2939 | 2025-03-21T17:43:33.987Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2940 | 2025-03-21T17:43:34.235Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2941 | 2025-03-21T17:43:34.514Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2942 | 2025-03-21T17:43:34.612Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2943 | 2025-03-21T17:43:37.184Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2025-03-21T17:43:37.932Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2945 | 2025-03-21T17:43:37.994Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2946 | 2025-03-21T17:43:38.062Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2947 | 2025-03-21T17:43:40.343Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2948 | 2025-03-21T17:43:42.095Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2949 | 2025-03-21T17:43:42.233Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2950 | 2025-03-21T17:43:42.435Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2951 | 2025-03-21T17:43:42.778Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2952 | 2025-03-21T17:43:44.296Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2953 | 2025-03-21T17:43:44.833Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2954 | 2025-03-21T17:43:45.248Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2955 | 2025-03-21T17:43:45.475Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2956 | 2025-03-21T17:43:46.428Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2957 | 2025-03-21T17:43:46.851Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2958 | 2025-03-21T17:43:47.106Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2959 | 2025-03-21T17:43:48.433Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2960 | 2025-03-21T17:43:48.593Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2961 | 2025-03-21T17:43:49.363Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2962 | 2025-03-21T17:43:49.868Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2963 | 2025-03-21T17:43:50.482Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2964 | 2025-03-21T17:43:52.543Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2965 | 2025-03-21T17:43:52.922Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2966 | 2025-03-21T17:43:53.492Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2967 | 2025-03-21T17:43:54.155Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2968 | 2025-03-21T17:43:54.185Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2969 | 2025-03-21T17:43:56.910Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2970 | 2025-03-21T17:43:57.345Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2971 | 2025-03-21T17:43:57.778Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2972 | 2025-03-21T17:43:57.822Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2973 | 2025-03-21T17:43:58.184Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2974 | 2025-03-21T17:44:00.270Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2975 | 2025-03-21T17:44:01.245Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2976 | 2025-03-21T17:44:01.485Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2977 | 2025-03-21T17:44:02.617Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2978 | 2025-03-21T17:44:02.641Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2979 | 2025-03-21T17:44:02.702Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2980 | 2025-03-21T17:44:03.644Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2981 | 2025-03-21T17:44:03.675Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2982 | 2025-03-21T17:44:08.215Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2983 | 2025-03-21T17:44:08.238Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2984 | 2025-03-21T17:44:08.238Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2985 | 2025-03-21T17:44:08.238Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2986 | 2025-03-21T17:44:08.238Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2987 | 2025-03-21T17:44:08.238Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2988 | 2025-03-21T17:44:08.238Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2989 | 2025-03-21T17:44:08.238Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2990 | 2025-03-21T17:44:08.239Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2991 | 2025-03-21T17:44:08.239Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2992 | 2025-03-21T17:44:08.239Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2993 | 2025-03-21T17:44:27.636Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2994 | 2025-03-21T17:44:27.640Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2995 | 2025-03-21T17:44:27.640Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2996 | 2025-03-21T17:44:27.640Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2997 | 2025-03-21T17:44:28.496Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2998 | 2025-03-21T17:44:28.591Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2999 | 2025-03-21T17:44:28.658Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3000 | 2025-03-21T17:44:28.784Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3001 | 2025-03-21T17:44:30.854Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3002 | 2025-03-21T17:44:35.764Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3003 | 2025-03-21T17:44:36.451Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3004 | 2025-03-21T17:45:17.636Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3005 | 2025-03-21T17:45:24.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s |
3006 | 2025-03-21T17:45:24.417Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
3007 | 2025-03-21T17:45:24.484Z | |
3008 | 2025-03-21T17:45:24.488Z | real 3:41.639474190 |
3009 | 2025-03-21T17:45:24.488Z | user 19:33.560422295 |
3010 | 2025-03-21T17:45:24.488Z | sys 2:37.999848653 |
3011 | 2025-03-21T17:45:24.488Z | trap 0.534918413 |
3012 | 2025-03-21T17:45:24.488Z | tflt 0.110092966 |
3013 | 2025-03-21T17:45:24.488Z | dflt 0.163877985 |
3014 | 2025-03-21T17:45:24.488Z | kflt 0.000101397 |
3015 | 2025-03-21T17:45:24.488Z | lock 31:08.489337650 |
3016 | 2025-03-21T17:45:24.488Z | slp 55:44.546713216 |
3017 | 2025-03-21T17:45:24.488Z | lat 1:10.985895307 |
3018 | 2025-03-21T17:45:24.488Z | stop 1:35.492587302 |
3019 | 2025-03-21T17:45:24.488Z | process exited: duration 927790 ms, exit code 0 |
|
3020 | 2025-03-21T17:45:24.497Z | found 0 output files |