|
|
|
1 | 2025-03-07T21:33:41.027Z | job assigned to worker 01JNS8D3ZK7PWDXTE46MEK5XYS [factory aws, i-0aa17c25e90dbed38] (queued for 50 s) |
|
2 | 2025-03-07T21:33:49.388Z | starting task 0: "setup" |
3 | 2025-03-07T21:33:49.393Z | ++ uname -s |
4 | 2025-03-07T21:33:49.396Z | + kern=SunOS |
5 | 2025-03-07T21:33:49.396Z | + build_user=build |
6 | 2025-03-07T21:33:49.396Z | + build_uid=12345 |
7 | 2025-03-07T21:33:49.396Z | + work_dir=/work |
8 | 2025-03-07T21:33:49.396Z | + input_dir=/input |
9 | 2025-03-07T21:33:49.396Z | + [[ 0 == 12345 ]] |
10 | 2025-03-07T21:33:49.396Z | + case "$kern" in |
11 | 2025-03-07T21:33:49.396Z | + groupadd -g 12345 build |
12 | 2025-03-07T21:33:49.400Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-07T21:33:51.406Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-07T21:33:51.535Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-07T21:33:51.538Z | + home_fs=zfs |
16 | 2025-03-07T21:33:51.538Z | + [[ zfs == autofs ]] |
17 | 2025-03-07T21:33:51.538Z | + mkdir -p /home/build |
18 | 2025-03-07T21:33:51.541Z | + chown build:build /home/build /work |
19 | 2025-03-07T21:33:52.542Z | + chmod 0700 /home/build /work |
20 | 2025-03-07T21:33:52.545Z | process exited: duration 3158 ms, exit code 0 |
|
21 | 2025-03-07T21:33:52.552Z | starting task 1: "rust-toolchain" |
22 | 2025-03-07T21:33:52.557Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-07T21:33:52.557Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-07T21:33:52.557Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-07T21:33:52.557Z | * rust toolchain profile = "default" |
26 | 2025-03-07T21:33:52.557Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-07T21:33:52.557Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-07T21:33:52.561Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-07T21:33:52.561Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-07T21:33:52.681Z | info: downloading installer |
31 | 2025-03-07T21:33:54.160Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-07T21:33:54.160Z | warn: /opt/ooce/bin |
33 | 2025-03-07T21:33:54.160Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-07T21:33:54.160Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-07T21:33:54.160Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-07T21:33:54.160Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-07T21:33:54.160Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-07T21:33:54.160Z | error: cannot install while Rust is installed |
39 | 2025-03-07T21:33:54.160Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-07T21:33:54.200Z | info: profile set to 'default' |
41 | 2025-03-07T21:33:54.200Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-07T21:33:54.203Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-07T21:33:54.378Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-07T21:33:54.378Z | info: downloading component 'cargo' |
45 | 2025-03-07T21:33:55.132Z | info: downloading component 'clippy' |
46 | 2025-03-07T21:33:55.508Z | info: downloading component 'rust-docs' |
47 | 2025-03-07T21:33:56.685Z | info: downloading component 'rust-std' |
48 | 2025-03-07T21:33:58.363Z | info: downloading component 'rustc' |
49 | 2025-03-07T21:34:04.121Z | info: downloading component 'rustfmt' |
50 | 2025-03-07T21:34:04.405Z | info: installing component 'cargo' |
51 | 2025-03-07T21:34:05.237Z | info: installing component 'clippy' |
52 | 2025-03-07T21:34:05.621Z | info: installing component 'rust-docs' |
53 | 2025-03-07T21:34:07.375Z | info: installing component 'rust-std' |
54 | 2025-03-07T21:34:09.228Z | info: installing component 'rustc' |
55 | 2025-03-07T21:34:15.122Z | info: installing component 'rustfmt' |
56 | 2025-03-07T21:34:15.452Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-07T21:34:15.452Z | |
58 | 2025-03-07T21:34:15.817Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-07T21:34:15.817Z | |
60 | 2025-03-07T21:34:15.820Z | |
61 | 2025-03-07T21:34:15.820Z | Rust is installed now. Great! |
62 | 2025-03-07T21:34:15.820Z | |
63 | 2025-03-07T21:34:15.820Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-07T21:34:15.820Z | environment variable. This has not been done automatically. |
65 | 2025-03-07T21:34:15.820Z | |
66 | 2025-03-07T21:34:15.820Z | To configure your current shell, you need to source |
67 | 2025-03-07T21:34:15.820Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-07T21:34:15.820Z | |
69 | 2025-03-07T21:34:15.820Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-07T21:34:15.820Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-07T21:34:15.820Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-07T21:34:15.820Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-07T21:34:15.895Z | + rustup --version |
74 | 2025-03-07T21:34:15.906Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-07T21:34:15.906Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-07T21:34:15.941Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-07T21:34:15.944Z | + cargo --version |
78 | 2025-03-07T21:34:15.970Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-07T21:34:15.973Z | + rustc --version |
80 | 2025-03-07T21:34:16.008Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-07T21:34:16.014Z | process exited: duration 23457 ms, exit code 0 |
|
82 | 2025-03-07T21:34:16.023Z | starting task 2: "authentication" |
83 | 2025-03-07T21:34:16.050Z | process exited: duration 29 ms, exit code 0 |
|
84 | 2025-03-07T21:34:16.056Z | starting task 3: "clone repository" |
85 | 2025-03-07T21:34:16.063Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-07T21:34:16.066Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-07T21:34:16.193Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-07T21:34:24.899Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-07T21:34:24.899Z | + git fetch origin f5526efc6179e8c0432bd5f59334613857389061 |
90 | 2025-03-07T21:34:25.245Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-07T21:34:25.245Z | * branch f5526efc6179e8c0432bd5f59334613857389061 -> FETCH_HEAD |
92 | 2025-03-07T21:34:25.256Z | + [[ -n fix-boolean-logic ]] |
93 | 2025-03-07T21:34:25.259Z | ++ git branch --show-current |
94 | 2025-03-07T21:34:25.262Z | + current=main |
95 | 2025-03-07T21:34:25.262Z | + [[ main != fix-boolean-logic ]] |
96 | 2025-03-07T21:34:25.262Z | + git branch -f fix-boolean-logic f5526efc6179e8c0432bd5f59334613857389061 |
97 | 2025-03-07T21:34:25.265Z | + git checkout -f fix-boolean-logic |
98 | 2025-03-07T21:34:25.458Z | Switched to branch 'fix-boolean-logic' |
99 | 2025-03-07T21:34:25.461Z | + git reset --hard f5526efc6179e8c0432bd5f59334613857389061 |
100 | 2025-03-07T21:34:25.653Z | HEAD is now at f5526efc6 Fix logging too |
101 | 2025-03-07T21:34:25.656Z | process exited: duration 9596 ms, exit code 0 |
|
102 | 2025-03-07T21:34:25.662Z | starting task 4: "build" |
103 | 2025-03-07T21:34:25.669Z | + source ./env.sh |
104 | 2025-03-07T21:34:25.669Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-07T21:34:25.669Z | ++ set -o xtrace |
106 | 2025-03-07T21:34:25.674Z | ++++ dirname ./env.sh |
107 | 2025-03-07T21:34:25.674Z | +++ readlink -f . |
108 | 2025-03-07T21:34:25.678Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-07T21:34:25.682Z | ++ 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-07T21:34:25.682Z | ++ 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-07T21:34:25.682Z | ++ 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-07T21:34:25.682Z | ++ 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-07T21:34:25.682Z | ++ 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-07T21:34:25.682Z | ++ 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-07T21:34:25.682Z | ++ 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-07T21:34:25.682Z | ++ 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-07T21:34:25.682Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-07T21:34:25.682Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-07T21:34:25.682Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-07T21:34:25.682Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-07T21:34:25.682Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-07T21:34:25.682Z | + cargo --version |
123 | 2025-03-07T21:34:25.735Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-07T21:34:25.739Z | + rustc --version |
125 | 2025-03-07T21:34:25.805Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-07T21:34:25.808Z | + banner prerequisites |
127 | 2025-03-07T21:34:25.812Z | |
128 | 2025-03-07T21:34:25.812Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-07T21:34:25.812Z | # # # # # # # # # # # # # # # |
130 | 2025-03-07T21:34:25.812Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-07T21:34:25.812Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-07T21:34:25.812Z | # # # # # # # # # # # # # # # |
133 | 2025-03-07T21:34:25.812Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-07T21:34:25.812Z | |
135 | 2025-03-07T21:34:25.812Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-07T21:34:27.874Z | pkg list: illegal option -- F |
137 | 2025-03-07T21:34:27.874Z | Usage: |
138 | 2025-03-07T21:34:27.877Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-07T21:34:27.877Z | [pkg_fmri_pattern ...] |
140 | 2025-03-07T21:34:28.719Z | pkg list: illegal option -- F |
141 | 2025-03-07T21:34:28.719Z | Usage: |
142 | 2025-03-07T21:34:28.719Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-07T21:34:28.719Z | [pkg_fmri_pattern ...] |
144 | 2025-03-07T21:34:37.678Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-07T21:34:42.124Z | Startup: Caching catalogs ... Done |
146 | 2025-03-07T21:34:55.802Z | Planning: Solver setup ... Done (12.731s) |
147 | 2025-03-07T21:34:55.959Z | Planning: Running solver ... Done (0.157s) |
148 | 2025-03-07T21:34:56.164Z | Planning: Finding local manifests ... Done (0.087s) |
149 | 2025-03-07T21:34:56.178Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-07T21:34:56.462Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-07T21:34:56.725Z | Planning: Package planning ... Done (0.264s) |
152 | 2025-03-07T21:34:56.784Z | Planning: Merging actions ... Done (0.058s) |
153 | 2025-03-07T21:34:57.121Z | Planning: Checking for conflicting actions ... Done (0.337s) |
154 | 2025-03-07T21:35:00.155Z | Planning: Consolidating action changes ... Done (3.033s) |
155 | 2025-03-07T21:35:00.562Z | Planning: Evaluating mediators ... Done (0.407s) |
156 | 2025-03-07T21:35:00.677Z | Planning: Planning completed in 18.45 seconds |
157 | 2025-03-07T21:35:00.693Z | Packages to install: 4 |
158 | 2025-03-07T21:35:00.693Z | Packages to update: 3 |
159 | 2025-03-07T21:35:00.693Z | Mediators to change: 2 |
160 | 2025-03-07T21:35:00.693Z | Services to change: 1 |
161 | 2025-03-07T21:35:00.697Z | Estimated space available: 155.59 GB |
162 | 2025-03-07T21:35:00.697Z | Estimated space to be consumed: 1.66 GB |
163 | 2025-03-07T21:35:00.697Z | Create boot environment: No |
164 | 2025-03-07T21:35:00.697Z | Create backup boot environment: Yes |
165 | 2025-03-07T21:35:00.697Z | Rebuild boot archive: No |
166 | 2025-03-07T21:35:00.697Z | |
167 | 2025-03-07T21:35:00.697Z | Changed mediators: |
168 | 2025-03-07T21:35:00.697Z | mediator clang: |
169 | 2025-03-07T21:35:00.697Z | version: None -> 15 (system default) |
170 | 2025-03-07T21:35:00.697Z | |
171 | 2025-03-07T21:35:00.697Z | mediator llvm: |
172 | 2025-03-07T21:35:00.697Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-07T21:35:00.697Z | |
174 | 2025-03-07T21:35:00.697Z | Changed packages: |
175 | 2025-03-07T21:35:00.697Z | helios-dev |
176 | 2025-03-07T21:35:00.697Z | developer/build-essential |
177 | 2025-03-07T21:35:00.697Z | None -> 11-2.0 |
178 | 2025-03-07T21:35:00.697Z | library/libxmlsec1 |
179 | 2025-03-07T21:35:00.697Z | None -> 1.2.35-2.0 |
180 | 2025-03-07T21:35:00.697Z | ooce/developer/clang-15 |
181 | 2025-03-07T21:35:00.697Z | None -> 15.0.7-2.0 |
182 | 2025-03-07T21:35:00.697Z | ooce/developer/llvm-15 |
183 | 2025-03-07T21:35:00.697Z | None -> 15.0.7-2.0 |
184 | 2025-03-07T21:35:00.697Z | package/pkg |
185 | 2025-03-07T21:35:00.697Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-07T21:35:00.697Z | system/library/g++-runtime |
187 | 2025-03-07T21:35:00.697Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-07T21:35:00.697Z | system/library/gcc-runtime |
189 | 2025-03-07T21:35:00.697Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-07T21:35:00.698Z | |
191 | 2025-03-07T21:35:00.698Z | Services: |
192 | 2025-03-07T21:35:00.698Z | restart_fmri: |
193 | 2025-03-07T21:35:00.698Z | svc:/system/update-man-index:default |
194 | 2025-03-07T21:35:00.698Z | |
195 | 2025-03-07T21:35:00.698Z | Editable files to change: |
196 | 2025-03-07T21:35:00.698Z | Update: |
197 | 2025-03-07T21:35:00.698Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-07T21:35:00.888Z | |
199 | 2025-03-07T21:35:00.888Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-07T21:35:07.085Z | Download: 212/4301 items 1.3/225.4MB 0% complete (1.2M/s) |
201 | 2025-03-07T21:35:12.088Z | Download: 900/4301 items 18.9/225.4MB 8% complete (1.9M/s) |
202 | 2025-03-07T21:35:17.091Z | Download: 1355/4301 items 116.6/225.4MB 51% complete (11.6M/s) |
203 | 2025-03-07T21:35:22.092Z | Download: 2149/4301 items 119.0/225.4MB 52% complete (10.0M/s) |
204 | 2025-03-07T21:35:27.094Z | Download: 2392/4301 items 120.0/225.4MB 53% complete (541k/s) |
205 | 2025-03-07T21:35:32.095Z | Download: 3248/4301 items 199.9/225.4MB 88% complete (8.0M/s) |
206 | 2025-03-07T21:35:37.100Z | Download: 4124/4301 items 219.9/225.4MB 97% complete (10.0M/s) |
207 | 2025-03-07T21:35:42.563Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (9.8M/s) |
208 | 2025-03-07T21:35:49.179Z | Download: 4300/4301 items 225.4/225.4MB 100% complete (1.1M/s) |
209 | 2025-03-07T21:35:49.186Z | Download: Completed 225.42 MB in 48.29 seconds (4.7M/s) |
210 | 2025-03-07T21:35:51.311Z | Actions: 1/5122 actions (Removing old actions) |
211 | 2025-03-07T21:35:51.334Z | Actions: 194/5122 actions (Installing new actions) |
212 | 2025-03-07T21:35:56.431Z | Actions: 4102/5122 actions (Installing new actions) |
213 | 2025-03-07T21:35:57.192Z | Actions: 4267/5122 actions (Updating modified actions) |
214 | 2025-03-07T21:35:57.828Z | Actions: Completed 5122 actions in 6.52 seconds. |
215 | 2025-03-07T21:35:58.274Z | Done (0.438s) |
216 | 2025-03-07T21:35:58.277Z | Done (0.001s) |
217 | 2025-03-07T21:35:58.894Z | Done (0.618s) |
218 | 2025-03-07T21:36:04.650Z | Done (5.515s) |
219 | 2025-03-07T21:36:04.901Z | Done (0.184s) |
220 | 2025-03-07T21:36:04.904Z | Done (0.000s) |
221 | 2025-03-07T21:36:05.092Z | Done (0.000s) |
222 | 2025-03-07T21:36:05.855Z | Planning: Evaluating mediator changes ... Done |
223 | 2025-03-07T21:36:05.979Z | Planning: Checking for conflicting actions ... Done |
224 | 2025-03-07T21:36:05.982Z | Planning: Consolidating action changes ... Done |
225 | 2025-03-07T21:36:06.250Z | Planning: Evaluating mediators ... Done |
226 | 2025-03-07T21:36:06.253Z | Planning: Planning completed in 0.43 seconds |
227 | 2025-03-07T21:36:06.290Z | Mediators to change: 2 |
228 | 2025-03-07T21:36:06.290Z | Create boot environment: No |
229 | 2025-03-07T21:36:06.294Z | Create backup boot environment: No |
230 | 2025-03-07T21:36:06.393Z | Done |
231 | 2025-03-07T21:36:06.393Z | Done |
232 | 2025-03-07T21:36:06.817Z | Done |
233 | 2025-03-07T21:36:10.520Z | Done |
234 | 2025-03-07T21:36:10.609Z | Done |
235 | 2025-03-07T21:36:10.612Z | Done |
236 | 2025-03-07T21:36:10.751Z | Done |
237 | 2025-03-07T21:36:11.358Z | Planning: Evaluating mediator changes ... Done |
238 | 2025-03-07T21:36:11.362Z | Planning: Merging actions ... Done |
239 | 2025-03-07T21:36:11.548Z | Planning: Checking for conflicting actions ... Done |
240 | 2025-03-07T21:36:11.551Z | Planning: Consolidating action changes ... Done |
241 | 2025-03-07T21:36:11.813Z | Planning: Evaluating mediators ... Done |
242 | 2025-03-07T21:36:11.868Z | Planning: Planning completed in 0.75 seconds |
243 | 2025-03-07T21:36:11.907Z | Packages to change: 1 |
244 | 2025-03-07T21:36:11.907Z | Mediators to change: 1 |
245 | 2025-03-07T21:36:11.911Z | Services to change: 1 |
246 | 2025-03-07T21:36:11.911Z | Create boot environment: No |
247 | 2025-03-07T21:36:11.911Z | Create backup boot environment: Yes |
248 | 2025-03-07T21:36:14.233Z | Actions: 1/6 actions (Updating modified actions) |
249 | 2025-03-07T21:36:14.238Z | Actions: Completed 6 actions in 0.00 seconds. |
250 | 2025-03-07T21:36:14.238Z | Done |
251 | 2025-03-07T21:36:14.238Z | Done |
252 | 2025-03-07T21:36:14.361Z | Done |
253 | 2025-03-07T21:36:18.057Z | Done |
254 | 2025-03-07T21:36:18.149Z | Done |
255 | 2025-03-07T21:36:18.152Z | Done |
256 | 2025-03-07T21:36:18.282Z | Done |
257 | 2025-03-07T21:36:18.727Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
258 | 2025-03-07T21:36:18.727Z | clang system 15 system |
259 | 2025-03-07T21:36:18.727Z | csh system system illumos |
260 | 2025-03-07T21:36:18.727Z | ctags system system illumos |
261 | 2025-03-07T21:36:18.727Z | gcc vendor 12 vendor |
262 | 2025-03-07T21:36:18.727Z | gcc system 10 system |
263 | 2025-03-07T21:36:18.727Z | gcc system 7 system |
264 | 2025-03-07T21:36:18.727Z | go system 1.20 system |
265 | 2025-03-07T21:36:18.727Z | go system 1.19 system |
266 | 2025-03-07T21:36:18.727Z | llvm system 15 system |
267 | 2025-03-07T21:36:18.727Z | llvm system 14 system |
268 | 2025-03-07T21:36:18.727Z | mariadb system 10.6 system |
269 | 2025-03-07T21:36:18.727Z | mta vendor vendor dma |
270 | 2025-03-07T21:36:18.727Z | openjdk system 17 system |
271 | 2025-03-07T21:36:18.728Z | openjdk system 11 system |
272 | 2025-03-07T21:36:18.728Z | openjdk system 1.8 system |
273 | 2025-03-07T21:36:18.728Z | openssl vendor 3 vendor |
274 | 2025-03-07T21:36:18.728Z | perl system 5.36 system |
275 | 2025-03-07T21:36:18.728Z | postgresql system 15 system |
276 | 2025-03-07T21:36:18.728Z | postgresql system 13 system |
277 | 2025-03-07T21:36:18.728Z | python vendor 3 vendor |
278 | 2025-03-07T21:36:18.728Z | python system 2 system |
279 | 2025-03-07T21:36:18.728Z | python3 system 3.11 system |
280 | 2025-03-07T21:36:18.728Z | ruby system 3.0 system |
281 | 2025-03-07T21:36:18.728Z | words vendor vendor american-english |
282 | 2025-03-07T21:36:18.728Z | words system system australian-english |
283 | 2025-03-07T21:36:18.728Z | words system system british-english |
284 | 2025-03-07T21:36:18.728Z | words system system canadian-english |
285 | 2025-03-07T21:36:18.728Z | words system system french |
286 | 2025-03-07T21:36:18.728Z | words system system italian |
287 | 2025-03-07T21:36:18.728Z | words system system ngerman |
288 | 2025-03-07T21:36:18.728Z | words system system ogerman |
289 | 2025-03-07T21:36:18.728Z | words system system spanish |
290 | 2025-03-07T21:36:19.058Z | PUBLISHER TYPE STATUS P LOCATION |
291 | 2025-03-07T21:36:19.058Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
292 | 2025-03-07T21:36:22.167Z | FMRI IFO |
293 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
294 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
295 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
296 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
297 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
298 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
299 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
300 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
301 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
302 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
303 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
304 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
305 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
306 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
307 | 2025-03-07T21:36:22.167Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
308 | 2025-03-07T21:36:22.996Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
309 | 2025-03-07T21:36:23.289Z | Updating crates.io index |
310 | 2025-03-07T21:36:23.330Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
311 | 2025-03-07T21:36:23.913Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
312 | 2025-03-07T21:36:24.191Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
313 | 2025-03-07T21:36:24.450Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
314 | 2025-03-07T21:36:24.739Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
315 | 2025-03-07T21:36:25.783Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
316 | 2025-03-07T21:36:27.593Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2025-03-07T21:36:28.345Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
318 | 2025-03-07T21:36:29.088Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
319 | 2025-03-07T21:36:29.492Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
320 | 2025-03-07T21:36:29.746Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
321 | 2025-03-07T21:36:30.376Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
322 | 2025-03-07T21:36:30.867Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
323 | 2025-03-07T21:36:31.262Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
324 | 2025-03-07T21:36:31.613Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
325 | 2025-03-07T21:36:31.913Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
326 | 2025-03-07T21:36:32.170Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
327 | 2025-03-07T21:36:32.414Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
328 | 2025-03-07T21:36:32.748Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
329 | 2025-03-07T21:36:33.089Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
330 | 2025-03-07T21:36:34.253Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
331 | 2025-03-07T21:36:34.676Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
332 | 2025-03-07T21:36:35.091Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
333 | 2025-03-07T21:36:35.324Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
334 | 2025-03-07T21:36:35.936Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
335 | 2025-03-07T21:36:36.205Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
336 | 2025-03-07T21:36:36.680Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
337 | 2025-03-07T21:36:37.162Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
338 | 2025-03-07T21:36:37.485Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2025-03-07T21:36:37.763Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
340 | 2025-03-07T21:36:38.065Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2025-03-07T21:36:39.674Z | Downloading crates ... |
342 | 2025-03-07T21:36:39.785Z | Downloaded camino-tempfile v1.1.1 |
343 | 2025-03-07T21:36:39.794Z | Downloaded autocfg v1.4.0 |
344 | 2025-03-07T21:36:39.807Z | Downloaded zerocopy-derive v0.7.35 |
345 | 2025-03-07T21:36:39.812Z | Downloaded dof v0.3.0 |
346 | 2025-03-07T21:36:39.812Z | Downloaded anstyle-query v1.1.1 |
347 | 2025-03-07T21:36:39.812Z | Downloaded cargo_toml v0.21.0 |
348 | 2025-03-07T21:36:39.812Z | Downloaded winnow v0.7.3 |
349 | 2025-03-07T21:36:39.816Z | Downloaded dtrace-parser v0.2.0 |
350 | 2025-03-07T21:36:39.819Z | Downloaded crypto-common v0.1.6 |
351 | 2025-03-07T21:36:39.819Z | Downloaded cfg-if v1.0.0 |
352 | 2025-03-07T21:36:39.819Z | Downloaded anstream v0.6.15 |
353 | 2025-03-07T21:36:39.823Z | Downloaded cargo_metadata v0.19.2 |
354 | 2025-03-07T21:36:39.826Z | Downloaded digest v0.10.7 |
355 | 2025-03-07T21:36:39.826Z | Downloaded cpufeatures v0.2.14 |
356 | 2025-03-07T21:36:39.826Z | Downloaded bitflags v1.3.2 |
357 | 2025-03-07T21:36:39.829Z | Downloaded anyhow v1.0.97 |
358 | 2025-03-07T21:36:39.832Z | Downloaded clap_derive v4.5.28 |
359 | 2025-03-07T21:36:39.835Z | Downloaded camino v1.1.9 |
360 | 2025-03-07T21:36:39.838Z | Downloaded anstyle-parse v0.2.5 |
361 | 2025-03-07T21:36:39.838Z | Downloaded anstyle v1.0.10 |
362 | 2025-03-07T21:36:39.841Z | Downloaded block-buffer v0.10.4 |
363 | 2025-03-07T21:36:39.841Z | Downloaded clap_lex v0.7.4 |
364 | 2025-03-07T21:36:39.842Z | Downloaded clap v4.5.31 |
365 | 2025-03-07T21:36:39.849Z | Downloaded byteorder v1.5.0 |
366 | 2025-03-07T21:36:39.853Z | Downloaded cargo-platform v0.1.8 |
367 | 2025-03-07T21:36:39.853Z | Downloaded colorchoice v1.0.2 |
368 | 2025-03-07T21:36:39.856Z | Downloaded clap_builder v4.5.31 |
369 | 2025-03-07T21:36:39.859Z | Downloaded memmap v0.7.0 |
370 | 2025-03-07T21:36:39.862Z | Downloaded heck v0.4.1 |
371 | 2025-03-07T21:36:39.862Z | Downloaded generic-array v0.14.7 |
372 | 2025-03-07T21:36:39.866Z | Downloaded fnv v1.0.7 |
373 | 2025-03-07T21:36:39.866Z | Downloaded fastrand v2.1.1 |
374 | 2025-03-07T21:36:39.866Z | Downloaded proc-macro2 v1.0.93 |
375 | 2025-03-07T21:36:39.870Z | Downloaded equivalent v1.0.1 |
376 | 2025-03-07T21:36:39.870Z | Downloaded bytecount v0.6.8 |
377 | 2025-03-07T21:36:39.873Z | Downloaded bitflags v2.6.0 |
378 | 2025-03-07T21:36:39.877Z | Downloaded zerocopy v0.7.35 |
379 | 2025-03-07T21:36:39.890Z | Downloaded indexmap v2.7.1 |
380 | 2025-03-07T21:36:39.899Z | Downloaded swrite v0.1.0 |
381 | 2025-03-07T21:36:39.902Z | Downloaded pretty-hex v0.4.1 |
382 | 2025-03-07T21:36:39.907Z | Downloaded scroll_derive v0.12.0 |
383 | 2025-03-07T21:36:39.910Z | Downloaded macaddr v1.0.1 |
384 | 2025-03-07T21:36:39.917Z | Downloaded usdt-macro v0.5.0 |
385 | 2025-03-07T21:36:39.920Z | Downloaded usdt-attr-macro v0.5.0 |
386 | 2025-03-07T21:36:39.925Z | Downloaded usdt v0.5.0 |
387 | 2025-03-07T21:36:39.930Z | Downloaded pest_generator v2.7.14 |
388 | 2025-03-07T21:36:39.930Z | Downloaded quote v1.0.38 |
389 | 2025-03-07T21:36:39.934Z | Downloaded toml_datetime v0.6.8 |
390 | 2025-03-07T21:36:39.938Z | Downloaded terminal_size v0.4.0 |
391 | 2025-03-07T21:36:39.938Z | Downloaded strsim v0.11.1 |
392 | 2025-03-07T21:36:39.941Z | Downloaded plain v0.2.3 |
393 | 2025-03-07T21:36:39.941Z | Downloaded is_terminal_polyfill v1.70.1 |
394 | 2025-03-07T21:36:39.941Z | Downloaded heck v0.5.0 |
395 | 2025-03-07T21:36:39.944Z | Downloaded errno v0.3.9 |
396 | 2025-03-07T21:36:39.944Z | Downloaded itoa v1.0.11 |
397 | 2025-03-07T21:36:39.948Z | Downloaded smawk v0.3.2 |
398 | 2025-03-07T21:36:39.952Z | Downloaded serde_spanned v0.6.8 |
399 | 2025-03-07T21:36:39.956Z | Downloaded thiserror-impl v2.0.11 |
400 | 2025-03-07T21:36:39.956Z | Downloaded thiserror-impl v1.0.69 |
401 | 2025-03-07T21:36:39.959Z | Downloaded thread-id v4.2.2 |
402 | 2025-03-07T21:36:39.962Z | Downloaded thiserror v1.0.69 |
403 | 2025-03-07T21:36:39.966Z | Downloaded utf8parse v0.2.2 |
404 | 2025-03-07T21:36:39.969Z | Downloaded unicode-linebreak v0.1.5 |
405 | 2025-03-07T21:36:39.969Z | Downloaded proc-macro-error-attr v1.0.4 |
406 | 2025-03-07T21:36:39.969Z | Downloaded tabled_derive v0.7.0 |
407 | 2025-03-07T21:36:39.972Z | Downloaded version_check v0.9.5 |
408 | 2025-03-07T21:36:39.972Z | Downloaded scroll v0.12.0 |
409 | 2025-03-07T21:36:39.976Z | Downloaded fs-err v2.11.0 |
410 | 2025-03-07T21:36:39.980Z | Downloaded sha2 v0.10.8 |
411 | 2025-03-07T21:36:39.983Z | Downloaded io-lifetimes v1.0.11 |
412 | 2025-03-07T21:36:39.986Z | Downloaded pest_derive v2.7.14 |
413 | 2025-03-07T21:36:39.990Z | Downloaded tempfile v3.13.0 |
414 | 2025-03-07T21:36:39.993Z | Downloaded thiserror v2.0.11 |
415 | 2025-03-07T21:36:39.997Z | Downloaded terminal_size v0.2.6 |
416 | 2025-03-07T21:36:40.001Z | Downloaded usdt-impl v0.5.0 |
417 | 2025-03-07T21:36:40.001Z | Downloaded serde_tokenstream v0.2.2 |
418 | 2025-03-07T21:36:40.004Z | Downloaded proc-macro-error v1.0.4 |
419 | 2025-03-07T21:36:40.007Z | Downloaded once_cell v1.20.3 |
420 | 2025-03-07T21:36:40.010Z | Downloaded textwrap v0.16.1 |
421 | 2025-03-07T21:36:40.015Z | Downloaded ryu v1.0.18 |
422 | 2025-03-07T21:36:40.018Z | Downloaded semver v1.0.25 |
423 | 2025-03-07T21:36:40.021Z | Downloaded ucd-trie v0.1.7 |
424 | 2025-03-07T21:36:40.024Z | Downloaded typenum v1.17.0 |
425 | 2025-03-07T21:36:40.024Z | Downloaded toml v0.8.20 |
426 | 2025-03-07T21:36:40.028Z | Downloaded unicode-ident v1.0.14 |
427 | 2025-03-07T21:36:40.031Z | Downloaded serde_derive v1.0.218 |
428 | 2025-03-07T21:36:40.034Z | Downloaded hashbrown v0.15.1 |
429 | 2025-03-07T21:36:40.037Z | Downloaded pest_meta v2.7.14 |
430 | 2025-03-07T21:36:40.040Z | Downloaded papergrid v0.11.0 |
431 | 2025-03-07T21:36:40.043Z | Downloaded log v0.4.22 |
432 | 2025-03-07T21:36:40.051Z | Downloaded serde v1.0.218 |
433 | 2025-03-07T21:36:40.054Z | Downloaded memchr v2.7.4 |
434 | 2025-03-07T21:36:40.071Z | Downloaded toml_edit v0.22.24 |
435 | 2025-03-07T21:36:40.091Z | Downloaded pest v2.7.14 |
436 | 2025-03-07T21:36:40.118Z | Downloaded serde_json v1.0.139 |
437 | 2025-03-07T21:36:40.125Z | Downloaded goblin v0.8.2 |
438 | 2025-03-07T21:36:40.131Z | Downloaded tabled v0.15.0 |
439 | 2025-03-07T21:36:40.145Z | Downloaded syn v1.0.109 |
440 | 2025-03-07T21:36:40.156Z | Downloaded unicode-width v0.1.14 |
441 | 2025-03-07T21:36:40.164Z | Downloaded syn v2.0.98 |
442 | 2025-03-07T21:36:40.176Z | Downloaded rustix v0.37.28 |
443 | 2025-03-07T21:36:40.193Z | Downloaded rustix v0.38.37 |
444 | 2025-03-07T21:36:40.232Z | Downloaded libc v0.2.170 |
445 | 2025-03-07T21:36:40.370Z | Compiling proc-macro2 v1.0.93 |
446 | 2025-03-07T21:36:40.370Z | Compiling unicode-ident v1.0.14 |
447 | 2025-03-07T21:36:40.373Z | Compiling libc v0.2.170 |
448 | 2025-03-07T21:36:40.373Z | Compiling version_check v0.9.5 |
449 | 2025-03-07T21:36:40.373Z | Compiling serde v1.0.218 |
450 | 2025-03-07T21:36:40.373Z | Compiling memchr v2.7.4 |
451 | 2025-03-07T21:36:40.407Z | Compiling thiserror v1.0.69 |
452 | 2025-03-07T21:36:40.410Z | Compiling ucd-trie v0.1.7 |
453 | 2025-03-07T21:36:40.655Z | Compiling ryu v1.0.18 |
454 | 2025-03-07T21:36:40.962Z | Compiling itoa v1.0.11 |
455 | 2025-03-07T21:36:41.072Z | Compiling once_cell v1.20.3 |
456 | 2025-03-07T21:36:41.143Z | Compiling byteorder v1.5.0 |
457 | 2025-03-07T21:36:41.490Z | Compiling serde_json v1.0.139 |
458 | 2025-03-07T21:36:41.685Z | Compiling rustix v0.38.37 |
459 | 2025-03-07T21:36:41.708Z | Compiling bitflags v2.6.0 |
460 | 2025-03-07T21:36:41.820Z | Compiling proc-macro-error-attr v1.0.4 |
461 | 2025-03-07T21:36:41.894Z | Compiling usdt-impl v0.5.0 |
462 | 2025-03-07T21:36:42.097Z | Compiling syn v1.0.109 |
463 | 2025-03-07T21:36:42.123Z | Compiling io-lifetimes v1.0.11 |
464 | 2025-03-07T21:36:42.224Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-03-07T21:36:42.415Z | Compiling hashbrown v0.15.1 |
466 | 2025-03-07T21:36:42.506Z | Compiling utf8parse v0.2.2 |
467 | 2025-03-07T21:36:42.560Z | Compiling log v0.4.22 |
468 | 2025-03-07T21:36:42.689Z | Compiling thread-id v4.2.2 |
469 | 2025-03-07T21:36:42.710Z | Compiling plain v0.2.3 |
470 | 2025-03-07T21:36:42.731Z | Compiling quote v1.0.38 |
471 | 2025-03-07T21:36:42.811Z | Compiling rustix v0.37.28 |
472 | 2025-03-07T21:36:42.891Z | Compiling errno v0.3.9 |
473 | 2025-03-07T21:36:42.914Z | Compiling equivalent v1.0.1 |
474 | 2025-03-07T21:36:43.034Z | Compiling camino v1.1.9 |
475 | 2025-03-07T21:36:43.056Z | Compiling anstyle-parse v0.2.5 |
476 | 2025-03-07T21:36:43.123Z | Compiling syn v2.0.98 |
477 | 2025-03-07T21:36:43.454Z | Compiling indexmap v2.7.1 |
478 | 2025-03-07T21:36:43.780Z | Compiling semver v1.0.25 |
479 | 2025-03-07T21:36:43.804Z | Compiling autocfg v1.4.0 |
480 | 2025-03-07T21:36:44.129Z | Compiling anstyle-query v1.1.1 |
481 | 2025-03-07T21:36:44.291Z | Compiling winnow v0.7.3 |
482 | 2025-03-07T21:36:44.291Z | Compiling thiserror v2.0.11 |
483 | 2025-03-07T21:36:44.379Z | Compiling colorchoice v1.0.2 |
484 | 2025-03-07T21:36:44.564Z | Compiling is_terminal_polyfill v1.70.1 |
485 | 2025-03-07T21:36:44.708Z | Compiling bitflags v1.3.2 |
486 | 2025-03-07T21:36:44.740Z | Compiling unicode-width v0.1.14 |
487 | 2025-03-07T21:36:44.761Z | Compiling pretty-hex v0.4.1 |
488 | 2025-03-07T21:36:44.823Z | Compiling anstyle v1.0.10 |
489 | 2025-03-07T21:36:45.261Z | Compiling anstream v0.6.15 |
490 | 2025-03-07T21:36:45.285Z | Compiling terminal_size v0.4.0 |
491 | 2025-03-07T21:36:45.288Z | Compiling fs-err v2.11.0 |
492 | 2025-03-07T21:36:45.701Z | Compiling strsim v0.11.1 |
493 | 2025-03-07T21:36:45.744Z | Compiling cfg-if v1.0.0 |
494 | 2025-03-07T21:36:45.851Z | Compiling clap_lex v0.7.4 |
495 | 2025-03-07T21:36:45.885Z | Compiling heck v0.5.0 |
496 | 2025-03-07T21:36:46.252Z | Compiling fnv v1.0.7 |
497 | 2025-03-07T21:36:46.292Z | Compiling fastrand v2.1.1 |
498 | 2025-03-07T21:36:46.387Z | Compiling heck v0.4.1 |
499 | 2025-03-07T21:36:46.411Z | Compiling bytecount v0.6.8 |
500 | 2025-03-07T21:36:46.436Z | Compiling anyhow v1.0.97 |
501 | 2025-03-07T21:36:46.646Z | Compiling tempfile v3.13.0 |
502 | 2025-03-07T21:36:46.744Z | Compiling papergrid v0.11.0 |
503 | 2025-03-07T21:36:46.799Z | Compiling clap_builder v4.5.31 |
504 | 2025-03-07T21:36:46.829Z | Compiling terminal_size v0.2.6 |
505 | 2025-03-07T21:36:47.206Z | Compiling memmap v0.7.0 |
506 | 2025-03-07T21:36:47.413Z | Compiling smawk v0.3.2 |
507 | 2025-03-07T21:36:47.437Z | Compiling unicode-linebreak v0.1.5 |
508 | 2025-03-07T21:36:47.805Z | Compiling swrite v0.1.0 |
509 | 2025-03-07T21:36:47.943Z | Compiling textwrap v0.16.1 |
510 | 2025-03-07T21:36:48.460Z | Compiling tabled_derive v0.7.0 |
511 | 2025-03-07T21:36:50.020Z | Compiling tabled v0.15.0 |
512 | 2025-03-07T21:36:50.040Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-07T21:36:50.040Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-07T21:36:50.043Z | Compiling zerocopy-derive v0.7.35 |
515 | 2025-03-07T21:36:50.043Z | Compiling scroll_derive v0.12.0 |
516 | 2025-03-07T21:36:50.043Z | Compiling thiserror-impl v2.0.11 |
517 | 2025-03-07T21:36:50.043Z | Compiling clap_derive v4.5.28 |
518 | 2025-03-07T21:36:51.434Z | Compiling scroll v0.12.0 |
519 | 2025-03-07T21:36:51.970Z | Compiling goblin v0.8.2 |
520 | 2025-03-07T21:36:52.050Z | Compiling zerocopy v0.7.35 |
521 | 2025-03-07T21:36:53.128Z | Compiling pest v2.7.14 |
522 | 2025-03-07T21:36:54.458Z | Compiling clap v4.5.31 |
523 | 2025-03-07T21:36:55.413Z | Compiling pest_meta v2.7.14 |
524 | 2025-03-07T21:36:56.302Z | Compiling pest_generator v2.7.14 |
525 | 2025-03-07T21:36:57.684Z | Compiling pest_derive v2.7.14 |
526 | 2025-03-07T21:36:58.317Z | Compiling dtrace-parser v0.2.0 |
527 | 2025-03-07T21:36:59.196Z | Compiling serde_tokenstream v0.2.2 |
528 | 2025-03-07T21:36:59.234Z | Compiling toml_datetime v0.6.8 |
529 | 2025-03-07T21:36:59.238Z | Compiling serde_spanned v0.6.8 |
530 | 2025-03-07T21:36:59.413Z | Compiling cargo-platform v0.1.8 |
531 | 2025-03-07T21:36:59.517Z | Compiling macaddr v1.0.1 |
532 | 2025-03-07T21:36:59.720Z | Compiling toml_edit v0.22.24 |
533 | 2025-03-07T21:36:59.867Z | Compiling camino-tempfile v1.1.1 |
534 | 2025-03-07T21:37:00.553Z | Compiling dof v0.3.0 |
535 | 2025-03-07T21:37:00.611Z | Compiling cargo_metadata v0.19.2 |
536 | 2025-03-07T21:37:01.891Z | Compiling usdt-attr-macro v0.5.0 |
537 | 2025-03-07T21:37:01.891Z | Compiling usdt-macro v0.5.0 |
538 | 2025-03-07T21:37:02.525Z | Compiling toml v0.8.20 |
539 | 2025-03-07T21:37:02.888Z | Compiling usdt v0.5.0 |
540 | 2025-03-07T21:37:03.373Z | Compiling cargo_toml v0.21.0 |
541 | 2025-03-07T21:37:05.943Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
542 | 2025-03-07T21:37:09.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.39s |
543 | 2025-03-07T21:37:09.374Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
544 | 2025-03-07T21:37:09.929Z | Downloading crates ... |
545 | 2025-03-07T21:37:10.048Z | Downloaded adler2 v2.0.0 |
546 | 2025-03-07T21:37:10.051Z | Downloaded aead v0.5.2 |
547 | 2025-03-07T21:37:10.067Z | Downloaded atomicwrites v0.4.4 |
548 | 2025-03-07T21:37:10.076Z | Downloaded atty v0.2.14 |
549 | 2025-03-07T21:37:10.082Z | Downloaded async-stream-impl v0.3.6 |
550 | 2025-03-07T21:37:10.088Z | Downloaded cfg_aliases v0.2.1 |
551 | 2025-03-07T21:37:10.090Z | Downloaded ciborium-io v0.2.2 |
552 | 2025-03-07T21:37:10.116Z | Downloaded cstr-argument v0.1.2 |
553 | 2025-03-07T21:37:10.119Z | Downloaded crunchy v0.2.2 |
554 | 2025-03-07T21:37:10.119Z | Downloaded crucible-workspace-hack v0.1.0 |
555 | 2025-03-07T21:37:10.119Z | Downloaded cfg_aliases v0.1.1 |
556 | 2025-03-07T21:37:10.119Z | Downloaded ascii-canvas v3.0.0 |
557 | 2025-03-07T21:37:10.123Z | Downloaded indexmap v1.9.3 |
558 | 2025-03-07T21:37:10.125Z | Downloaded bcrypt-pbkdf v0.10.0 |
559 | 2025-03-07T21:37:10.129Z | Downloaded is_ci v1.2.0 |
560 | 2025-03-07T21:37:10.129Z | Downloaded httpdate v1.0.3 |
561 | 2025-03-07T21:37:10.132Z | Downloaded hostname v0.3.1 |
562 | 2025-03-07T21:37:10.132Z | Downloaded async-stream v0.3.6 |
563 | 2025-03-07T21:37:10.135Z | Downloaded async-recursion v1.1.1 |
564 | 2025-03-07T21:37:10.139Z | Downloaded assert_matches v1.5.0 |
565 | 2025-03-07T21:37:10.139Z | Downloaded keccak v0.1.5 |
566 | 2025-03-07T21:37:10.142Z | Downloaded chrono-tz-build v0.4.0 |
567 | 2025-03-07T21:37:10.142Z | Downloaded atomic-waker v1.1.2 |
568 | 2025-03-07T21:37:10.145Z | Downloaded libloading v0.8.5 |
569 | 2025-03-07T21:37:10.148Z | Downloaded convert_case v0.4.0 |
570 | 2025-03-07T21:37:10.148Z | Downloaded itertools v0.14.0 |
571 | 2025-03-07T21:37:10.154Z | Downloaded icu_locid_transform v1.5.0 |
572 | 2025-03-07T21:37:10.157Z | Downloaded instant v0.1.13 |
573 | 2025-03-07T21:37:10.161Z | Downloaded icu_collections v1.5.0 |
574 | 2025-03-07T21:37:10.165Z | Downloaded http-range v0.1.5 |
575 | 2025-03-07T21:37:10.168Z | Downloaded ciborium-ll v0.2.2 |
576 | 2025-03-07T21:37:10.168Z | Downloaded jobserver v0.1.32 |
577 | 2025-03-07T21:37:10.171Z | Downloaded crc v3.2.1 |
578 | 2025-03-07T21:37:10.174Z | Downloaded libefi-sys v0.1.0 |
579 | 2025-03-07T21:37:10.175Z | Downloaded ctr v0.9.2 |
580 | 2025-03-07T21:37:10.178Z | Downloaded lalrpop-util v0.19.12 |
581 | 2025-03-07T21:37:10.181Z | Downloaded cexpr v0.6.0 |
582 | 2025-03-07T21:37:10.181Z | Downloaded lazy_static v1.5.0 |
583 | 2025-03-07T21:37:10.184Z | Downloaded instability v0.3.2 |
584 | 2025-03-07T21:37:10.187Z | Downloaded crossbeam-deque v0.8.5 |
585 | 2025-03-07T21:37:10.187Z | Downloaded kstat-rs v0.2.4 |
586 | 2025-03-07T21:37:10.190Z | Downloaded progenitor-client v0.9.1 |
587 | 2025-03-07T21:37:10.190Z | Downloaded addr2line v0.24.2 |
588 | 2025-03-07T21:37:10.193Z | Downloaded icu_provider_macros v1.5.0 |
589 | 2025-03-07T21:37:10.193Z | Downloaded aes v0.8.4 |
590 | 2025-03-07T21:37:10.197Z | Downloaded ident_case v1.0.1 |
591 | 2025-03-07T21:37:10.197Z | Downloaded bitfield v0.14.0 |
592 | 2025-03-07T21:37:10.200Z | Downloaded md5 v0.7.0 |
593 | 2025-03-07T21:37:10.200Z | Downloaded match_cfg v0.1.0 |
594 | 2025-03-07T21:37:10.203Z | Downloaded internet-checksum v0.2.1 |
595 | 2025-03-07T21:37:10.203Z | Downloaded backoff v0.4.0 |
596 | 2025-03-07T21:37:10.206Z | Downloaded inout v0.1.3 |
597 | 2025-03-07T21:37:10.206Z | Downloaded iana-time-zone v0.1.61 |
598 | 2025-03-07T21:37:10.210Z | Downloaded heck v0.3.3 |
599 | 2025-03-07T21:37:10.210Z | Downloaded new_debug_unreachable v1.0.6 |
600 | 2025-03-07T21:37:10.213Z | Downloaded newline-converter v0.3.0 |
601 | 2025-03-07T21:37:10.213Z | Downloaded async-trait v0.1.87 |
602 | 2025-03-07T21:37:10.216Z | Downloaded httparse v1.9.5 |
603 | 2025-03-07T21:37:10.220Z | Downloaded ipnet v2.11.0 |
604 | 2025-03-07T21:37:10.223Z | Downloaded crc32fast v1.4.2 |
605 | 2025-03-07T21:37:10.223Z | Downloaded hubpack v0.1.2 |
606 | 2025-03-07T21:37:10.223Z | Downloaded cookie_store v0.21.1 |
607 | 2025-03-07T21:37:10.227Z | Downloaded hmac v0.12.1 |
608 | 2025-03-07T21:37:10.230Z | Downloaded ssh-cipher v0.2.0 |
609 | 2025-03-07T21:37:10.230Z | Downloaded chacha20 v0.9.1 |
610 | 2025-03-07T21:37:10.233Z | Downloaded linked-hash-map v0.5.6 |
611 | 2025-03-07T21:37:10.233Z | Downloaded mime v0.3.17 |
612 | 2025-03-07T21:37:10.236Z | Downloaded lazycell v1.3.0 |
613 | 2025-03-07T21:37:10.236Z | Downloaded nanorand v0.7.0 |
614 | 2025-03-07T21:37:10.239Z | Downloaded colored v2.2.0 |
615 | 2025-03-07T21:37:10.242Z | Downloaded md-5 v0.10.6 |
616 | 2025-03-07T21:37:10.242Z | Downloaded tinyvec_macros v0.1.1 |
617 | 2025-03-07T21:37:10.245Z | Downloaded subtle v2.6.1 |
618 | 2025-03-07T21:37:10.246Z | Downloaded managed v0.8.0 |
619 | 2025-03-07T21:37:10.249Z | Downloaded csv-core v0.1.11 |
620 | 2025-03-07T21:37:10.249Z | Downloaded maybe-uninit v2.0.0 |
621 | 2025-03-07T21:37:10.249Z | Downloaded linear-map v1.2.0 |
622 | 2025-03-07T21:37:10.252Z | Downloaded memoffset v0.9.1 |
623 | 2025-03-07T21:37:10.252Z | Downloaded is-terminal v0.4.13 |
624 | 2025-03-07T21:37:10.255Z | Downloaded ipnetwork v0.21.1 |
625 | 2025-03-07T21:37:10.258Z | Downloaded mockall v0.13.1 |
626 | 2025-03-07T21:37:10.258Z | Downloaded libsw-core v0.3.1 |
627 | 2025-03-07T21:37:10.261Z | Downloaded indoc v1.0.9 |
628 | 2025-03-07T21:37:10.264Z | Downloaded console v0.15.10 |
629 | 2025-03-07T21:37:10.267Z | Downloaded write16 v1.0.0 |
630 | 2025-03-07T21:37:10.267Z | Downloaded typify-macro v0.2.0 |
631 | 2025-03-07T21:37:10.267Z | Downloaded toolchain_find v0.4.0 |
632 | 2025-03-07T21:37:10.270Z | Downloaded highway v1.3.0 |
633 | 2025-03-07T21:37:10.273Z | Downloaded multimap v0.10.0 |
634 | 2025-03-07T21:37:10.273Z | Downloaded zone_cfg_derive v0.3.0 |
635 | 2025-03-07T21:37:10.273Z | Downloaded rusty-fork v0.3.0 |
636 | 2025-03-07T21:37:10.276Z | Downloaded newtype-uuid v1.2.1 |
637 | 2025-03-07T21:37:10.276Z | Downloaded rand_chacha v0.9.0 |
638 | 2025-03-07T21:37:10.279Z | Downloaded ssh-encoding v0.2.0 |
639 | 2025-03-07T21:37:10.279Z | Downloaded sha1 v0.10.6 |
640 | 2025-03-07T21:37:10.284Z | Downloaded rustc-hash v1.1.0 |
641 | 2025-03-07T21:37:10.284Z | Downloaded radium v0.7.0 |
642 | 2025-03-07T21:37:10.286Z | Downloaded bcs v0.1.6 |
643 | 2025-03-07T21:37:10.287Z | Downloaded foreign-types v0.3.2 |
644 | 2025-03-07T21:37:10.287Z | Downloaded icu_locid v1.5.0 |
645 | 2025-03-07T21:37:10.290Z | Downloaded lockfree-object-pool v0.1.6 |
646 | 2025-03-07T21:37:10.293Z | Downloaded thiserror-no-std v2.0.2 |
647 | 2025-03-07T21:37:10.297Z | Downloaded hash32 v0.2.1 |
648 | 2025-03-07T21:37:10.300Z | Downloaded cassowary v0.3.0 |
649 | 2025-03-07T21:37:10.303Z | Downloaded native-tls v0.2.12 |
650 | 2025-03-07T21:37:10.303Z | Downloaded unicase v2.7.0 |
651 | 2025-03-07T21:37:10.306Z | Downloaded libsw v3.4.0 |
652 | 2025-03-07T21:37:10.306Z | Downloaded crc-any v2.5.0 |
653 | 2025-03-07T21:37:10.309Z | Downloaded litemap v0.7.3 |
654 | 2025-03-07T21:37:10.312Z | Downloaded num-conv v0.1.0 |
655 | 2025-03-07T21:37:10.312Z | Downloaded multer v3.1.0 |
656 | 2025-03-07T21:37:10.316Z | Downloaded openssl-probe v0.1.5 |
657 | 2025-03-07T21:37:10.319Z | Downloaded wyz v0.5.1 |
658 | 2025-03-07T21:37:10.319Z | Downloaded writeable v0.5.5 |
659 | 2025-03-07T21:37:10.322Z | Downloaded number_prefix v0.4.0 |
660 | 2025-03-07T21:37:10.322Z | Downloaded num_threads v0.1.7 |
661 | 2025-03-07T21:37:10.322Z | Downloaded peg-runtime v0.8.5 |
662 | 2025-03-07T21:37:10.325Z | Downloaded xz2 v0.1.7 |
663 | 2025-03-07T21:37:10.325Z | Downloaded deranged v0.3.11 |
664 | 2025-03-07T21:37:10.328Z | Downloaded slog-json v2.6.1 |
665 | 2025-03-07T21:37:10.328Z | Downloaded tinystr v0.7.6 |
666 | 2025-03-07T21:37:10.332Z | Downloaded dirs-sys-next v0.1.2 |
667 | 2025-03-07T21:37:10.332Z | Downloaded litrs v0.4.1 |
668 | 2025-03-07T21:37:10.335Z | Downloaded strum_macros v0.25.3 |
669 | 2025-03-07T21:37:10.338Z | Downloaded openssl-macros v0.1.1 |
670 | 2025-03-07T21:37:10.338Z | Downloaded foldhash v0.1.3 |
671 | 2025-03-07T21:37:10.341Z | Downloaded vsss-rs v3.3.4 |
672 | 2025-03-07T21:37:10.344Z | Downloaded mime_guess v2.0.5 |
673 | 2025-03-07T21:37:10.344Z | Downloaded indicatif v0.17.11 |
674 | 2025-03-07T21:37:10.348Z | Downloaded sigpipe v0.1.3 |
675 | 2025-03-07T21:37:10.351Z | Downloaded signature v2.2.0 |
676 | 2025-03-07T21:37:10.351Z | Downloaded fd-lock v4.0.2 |
677 | 2025-03-07T21:37:10.354Z | Downloaded memmap2 v0.9.5 |
678 | 2025-03-07T21:37:10.357Z | Downloaded ena v0.14.3 |
679 | 2025-03-07T21:37:10.357Z | Downloaded debug-ignore v1.0.5 |
680 | 2025-03-07T21:37:10.360Z | Downloaded serde_urlencoded v0.7.1 |
681 | 2025-03-07T21:37:10.363Z | Downloaded allocator-api2 v0.2.18 |
682 | 2025-03-07T21:37:10.366Z | Downloaded arc-swap v1.7.1 |
683 | 2025-03-07T21:37:10.369Z | Downloaded base64 v0.13.1 |
684 | 2025-03-07T21:37:10.372Z | Downloaded sct v0.7.1 |
685 | 2025-03-07T21:37:10.375Z | Downloaded slog v2.7.0 |
686 | 2025-03-07T21:37:10.378Z | Downloaded primeorder v0.13.6 |
687 | 2025-03-07T21:37:10.382Z | Downloaded polyval v0.6.2 |
688 | 2025-03-07T21:37:10.382Z | Downloaded icu_properties v1.5.1 |
689 | 2025-03-07T21:37:10.385Z | Downloaded r2d2 v0.8.10 |
690 | 2025-03-07T21:37:10.388Z | Downloaded chacha20poly1305 v0.10.1 |
691 | 2025-03-07T21:37:10.391Z | Downloaded gethostname v0.5.0 |
692 | 2025-03-07T21:37:10.391Z | Downloaded futures-channel v0.3.31 |
693 | 2025-03-07T21:37:10.394Z | Downloaded derive_builder_macro v0.20.2 |
694 | 2025-03-07T21:37:10.394Z | Downloaded zone v0.3.0 |
695 | 2025-03-07T21:37:10.394Z | Downloaded want v0.3.1 |
696 | 2025-03-07T21:37:10.398Z | Downloaded tinyvec v1.8.0 |
697 | 2025-03-07T21:37:10.401Z | Downloaded serde_plain v1.0.2 |
698 | 2025-03-07T21:37:10.401Z | Downloaded scheduled-thread-pool v0.2.7 |
699 | 2025-03-07T21:37:10.404Z | Downloaded vte v0.11.1 |
700 | 2025-03-07T21:37:10.404Z | Downloaded miniz_oxide v0.8.5 |
701 | 2025-03-07T21:37:10.407Z | Downloaded waitgroup v0.1.2 |
702 | 2025-03-07T21:37:10.411Z | Downloaded mockall_derive v0.13.1 |
703 | 2025-03-07T21:37:10.411Z | Downloaded same-file v1.0.6 |
704 | 2025-03-07T21:37:10.414Z | Downloaded nodrop v0.1.14 |
705 | 2025-03-07T21:37:10.414Z | Downloaded simd-adler32 v0.3.7 |
706 | 2025-03-07T21:37:10.414Z | Downloaded num-complex v0.4.6 |
707 | 2025-03-07T21:37:10.417Z | Downloaded packed_struct_codegen v0.10.1 |
708 | 2025-03-07T21:37:10.417Z | Downloaded packed_struct v0.10.1 |
709 | 2025-03-07T21:37:10.420Z | Downloaded static_assertions v1.1.0 |
710 | 2025-03-07T21:37:10.423Z | Downloaded quinn-udp v0.5.5 |
711 | 2025-03-07T21:37:10.423Z | Downloaded proc-macro-crate v1.3.1 |
712 | 2025-03-07T21:37:10.423Z | Downloaded rustls-pemfile v1.0.4 |
713 | 2025-03-07T21:37:10.427Z | Downloaded tls_codec v0.4.1 |
714 | 2025-03-07T21:37:10.429Z | Downloaded pin-project-internal v1.1.6 |
715 | 2025-03-07T21:37:10.441Z | Downloaded untrusted v0.9.0 |
716 | 2025-03-07T21:37:10.444Z | Downloaded const_format v0.2.34 |
717 | 2025-03-07T21:37:10.447Z | Downloaded compact_str v0.8.0 |
718 | 2025-03-07T21:37:10.451Z | Downloaded defmt v0.3.8 |
719 | 2025-03-07T21:37:10.454Z | Downloaded bytes v1.10.0 |
720 | 2025-03-07T21:37:10.459Z | Downloaded oso-derive v0.27.3 |
721 | 2025-03-07T21:37:10.462Z | Downloaded filetime v0.2.25 |
722 | 2025-03-07T21:37:10.462Z | Downloaded embedded-io v0.4.0 |
723 | 2025-03-07T21:37:10.465Z | Downloaded unicode-bidi v0.3.17 |
724 | 2025-03-07T21:37:10.468Z | Downloaded try-lock v0.2.5 |
725 | 2025-03-07T21:37:10.468Z | Downloaded take_mut v0.2.2 |
726 | 2025-03-07T21:37:10.471Z | Downloaded sqlparser_derive v0.2.2 |
727 | 2025-03-07T21:37:10.471Z | Downloaded minimal-lexical v0.2.1 |
728 | 2025-03-07T21:37:10.475Z | Downloaded termtree v0.4.1 |
729 | 2025-03-07T21:37:10.478Z | Downloaded derive_more v0.99.19 |
730 | 2025-03-07T21:37:10.481Z | Downloaded zeroize_derive v1.4.2 |
731 | 2025-03-07T21:37:10.484Z | Downloaded daft v0.1.1 |
732 | 2025-03-07T21:37:10.484Z | Downloaded wait-timeout v0.2.0 |
733 | 2025-03-07T21:37:10.487Z | Downloaded fallible-iterator v0.2.0 |
734 | 2025-03-07T21:37:10.487Z | Downloaded num_enum_derive v0.5.11 |
735 | 2025-03-07T21:37:10.490Z | Downloaded time-macros v0.2.18 |
736 | 2025-03-07T21:37:10.490Z | Downloaded rsa v0.9.6 |
737 | 2025-03-07T21:37:10.495Z | Downloaded time-core v0.1.2 |
738 | 2025-03-07T21:37:10.498Z | Downloaded percent-encoding v2.3.1 |
739 | 2025-03-07T21:37:10.498Z | Downloaded powerfmt v0.2.0 |
740 | 2025-03-07T21:37:10.498Z | Downloaded poly1305 v0.8.0 |
741 | 2025-03-07T21:37:10.501Z | Downloaded ref-cast v1.0.23 |
742 | 2025-03-07T21:37:10.504Z | Downloaded rand_xorshift v0.3.0 |
743 | 2025-03-07T21:37:10.507Z | Downloaded ron v0.7.1 |
744 | 2025-03-07T21:37:10.511Z | Downloaded endian-type v0.1.2 |
745 | 2025-03-07T21:37:10.514Z | Downloaded rcgen v0.12.1 |
746 | 2025-03-07T21:37:10.517Z | Downloaded crossbeam-channel v0.5.13 |
747 | 2025-03-07T21:37:10.520Z | Downloaded stringprep v0.1.5 |
748 | 2025-03-07T21:37:10.523Z | Downloaded bumpalo v3.16.0 |
749 | 2025-03-07T21:37:10.526Z | Downloaded similar v2.7.0 |
750 | 2025-03-07T21:37:10.529Z | Downloaded crypto-bigint v0.5.5 |
751 | 2025-03-07T21:37:10.535Z | Downloaded fs_extra v1.3.0 |
752 | 2025-03-07T21:37:10.539Z | Downloaded serde_with_macros v3.12.0 |
753 | 2025-03-07T21:37:10.542Z | Downloaded which v4.4.2 |
754 | 2025-03-07T21:37:10.545Z | Downloaded progenitor-client v0.8.0 |
755 | 2025-03-07T21:37:10.545Z | Downloaded rustls-pemfile v2.2.0 |
756 | 2025-03-07T21:37:10.548Z | Downloaded toml v0.7.8 |
757 | 2025-03-07T21:37:10.551Z | Downloaded serde_path_to_error v0.1.16 |
758 | 2025-03-07T21:37:10.551Z | Downloaded num_enum v0.5.11 |
759 | 2025-03-07T21:37:10.556Z | Downloaded defmt-parser v0.3.4 |
760 | 2025-03-07T21:37:10.559Z | Downloaded defmt-macros v0.3.9 |
761 | 2025-03-07T21:37:10.562Z | Downloaded siphasher v0.3.11 |
762 | 2025-03-07T21:37:10.562Z | Downloaded ed25519 v2.2.3 |
763 | 2025-03-07T21:37:10.565Z | Downloaded string_cache v0.8.7 |
764 | 2025-03-07T21:37:10.565Z | Downloaded ppv-lite86 v0.2.20 |
765 | 2025-03-07T21:37:10.568Z | Downloaded embedded-io v0.6.1 |
766 | 2025-03-07T21:37:10.568Z | Downloaded num-iter v0.1.45 |
767 | 2025-03-07T21:37:10.572Z | Downloaded either v1.14.0 |
768 | 2025-03-07T21:37:10.572Z | Downloaded postgres-types v0.2.9 |
769 | 2025-03-07T21:37:10.575Z | Downloaded dyn-clone v1.0.19 |
770 | 2025-03-07T21:37:10.578Z | Downloaded tower-service v0.3.3 |
771 | 2025-03-07T21:37:10.578Z | Downloaded tower-layer v0.3.3 |
772 | 2025-03-07T21:37:10.578Z | Downloaded paste v1.0.15 |
773 | 2025-03-07T21:37:10.581Z | Downloaded cc v1.2.15 |
774 | 2025-03-07T21:37:10.585Z | Downloaded termtree v0.5.1 |
775 | 2025-03-07T21:37:10.588Z | Downloaded fatfs v0.3.6 |
776 | 2025-03-07T21:37:10.591Z | Downloaded headers-core v0.3.0 |
777 | 2025-03-07T21:37:10.591Z | Downloaded zeroize v1.8.1 |
778 | 2025-03-07T21:37:10.594Z | Downloaded heapless v0.8.0 |
779 | 2025-03-07T21:37:10.597Z | Downloaded mio v1.0.2 |
780 | 2025-03-07T21:37:10.602Z | Downloaded pin-project-lite v0.2.14 |
781 | 2025-03-07T21:37:10.607Z | Downloaded path-slash v0.1.5 |
782 | 2025-03-07T21:37:10.610Z | Downloaded schemars_derive v0.8.22 |
783 | 2025-03-07T21:37:10.610Z | Downloaded rpassword v7.3.1 |
784 | 2025-03-07T21:37:10.613Z | Downloaded pin-utils v0.1.0 |
785 | 2025-03-07T21:37:10.613Z | Downloaded slab v0.4.9 |
786 | 2025-03-07T21:37:10.616Z | Downloaded serde_derive_internals v0.29.1 |
787 | 2025-03-07T21:37:10.616Z | Downloaded owo-colors v4.2.0 |
788 | 2025-03-07T21:37:10.620Z | Downloaded tabled_derive v0.10.0 |
789 | 2025-03-07T21:37:10.623Z | Downloaded password-hash v0.4.2 |
790 | 2025-03-07T21:37:10.623Z | Downloaded signal-hook-mio v0.2.4 |
791 | 2025-03-07T21:37:10.633Z | Downloaded yoke v0.7.4 |
792 | 2025-03-07T21:37:10.633Z | Downloaded shlex v1.3.0 |
793 | 2025-03-07T21:37:10.633Z | Downloaded des v0.8.1 |
794 | 2025-03-07T21:37:10.633Z | Downloaded samael v0.0.18 |
795 | 2025-03-07T21:37:10.637Z | Downloaded enum-as-inner v0.6.1 |
796 | 2025-03-07T21:37:10.637Z | Downloaded itertools v0.10.5 |
797 | 2025-03-07T21:37:10.643Z | Downloaded tokio-rustls v0.25.0 |
798 | 2025-03-07T21:37:10.646Z | Downloaded hyper v1.6.0 |
799 | 2025-03-07T21:37:10.652Z | Downloaded darling_macro v0.20.10 |
800 | 2025-03-07T21:37:10.656Z | Downloaded utf8_iter v1.0.4 |
801 | 2025-03-07T21:37:10.656Z | Downloaded hex v0.4.3 |
802 | 2025-03-07T21:37:10.659Z | Downloaded opaque-debug v0.3.1 |
803 | 2025-03-07T21:37:10.659Z | Downloaded ref-cast-impl v1.0.23 |
804 | 2025-03-07T21:37:10.659Z | Downloaded p256 v0.13.2 |
805 | 2025-03-07T21:37:10.662Z | Downloaded topological-sort v0.2.2 |
806 | 2025-03-07T21:37:10.665Z | Downloaded url v2.5.3 |
807 | 2025-03-07T21:37:10.668Z | Downloaded rfc6979 v0.4.0 |
808 | 2025-03-07T21:37:10.668Z | Downloaded downcast v0.11.0 |
809 | 2025-03-07T21:37:10.672Z | Downloaded zone_cfg_derive v0.1.2 |
810 | 2025-03-07T21:37:10.672Z | Downloaded zerofrom-derive v0.1.4 |
811 | 2025-03-07T21:37:10.672Z | Downloaded psl-types v2.0.11 |
812 | 2025-03-07T21:37:10.675Z | Downloaded pkcs1 v0.7.5 |
813 | 2025-03-07T21:37:10.675Z | Downloaded zerofrom v0.1.4 |
814 | 2025-03-07T21:37:10.678Z | Downloaded utf16_iter v1.0.5 |
815 | 2025-03-07T21:37:10.678Z | Downloaded float-cmp v0.10.0 |
816 | 2025-03-07T21:37:10.681Z | Downloaded scopeguard v1.2.0 |
817 | 2025-03-07T21:37:10.681Z | Downloaded serde_yaml v0.9.34+deprecated |
818 | 2025-03-07T21:37:10.684Z | Downloaded flagset v0.4.6 |
819 | 2025-03-07T21:37:10.684Z | Downloaded pkcs5 v0.7.1 |
820 | 2025-03-07T21:37:10.689Z | Downloaded tap v1.0.1 |
821 | 2025-03-07T21:37:10.692Z | Downloaded shell-words v1.1.0 |
822 | 2025-03-07T21:37:10.692Z | Downloaded phf_shared v0.10.0 |
823 | 2025-03-07T21:37:10.692Z | Downloaded tokio-native-tls v0.3.1 |
824 | 2025-03-07T21:37:10.695Z | Downloaded libxml v0.3.3 |
825 | 2025-03-07T21:37:10.699Z | Downloaded salsa20 v0.10.2 |
826 | 2025-03-07T21:37:10.703Z | Downloaded vte_generate_state_changes v0.1.2 |
827 | 2025-03-07T21:37:10.703Z | Downloaded hkdf v0.12.4 |
828 | 2025-03-07T21:37:10.706Z | Downloaded darling v0.20.10 |
829 | 2025-03-07T21:37:10.709Z | Downloaded hex-literal v0.4.1 |
830 | 2025-03-07T21:37:10.712Z | Downloaded data-encoding v2.6.0 |
831 | 2025-03-07T21:37:10.712Z | Downloaded smallvec v0.6.14 |
832 | 2025-03-07T21:37:10.715Z | Downloaded uuid v1.15.1 |
833 | 2025-03-07T21:37:10.718Z | Downloaded sync_wrapper v1.0.1 |
834 | 2025-03-07T21:37:10.718Z | Downloaded rustc_version v0.4.1 |
835 | 2025-03-07T21:37:10.721Z | Downloaded pkg-config v0.3.31 |
836 | 2025-03-07T21:37:10.721Z | Downloaded hickory-client v0.24.4 |
837 | 2025-03-07T21:37:10.724Z | Downloaded pbkdf2 v0.11.0 |
838 | 2025-03-07T21:37:10.729Z | Downloaded smf v0.2.3 |
839 | 2025-03-07T21:37:10.729Z | Downloaded slog-envlogger v2.2.0 |
840 | 2025-03-07T21:37:10.732Z | Downloaded tokio-stream v0.1.17 |
841 | 2025-03-07T21:37:10.735Z | Downloaded crossterm v0.28.1 |
842 | 2025-03-07T21:37:10.740Z | Downloaded normalize-line-endings v0.3.0 |
843 | 2025-03-07T21:37:10.743Z | Downloaded progenitor-macro v0.9.1 |
844 | 2025-03-07T21:37:10.743Z | Downloaded serde-big-array v0.5.1 |
845 | 2025-03-07T21:37:10.746Z | Downloaded utf-8 v0.7.6 |
846 | 2025-03-07T21:37:10.746Z | Downloaded futures-sink v0.3.31 |
847 | 2025-03-07T21:37:10.746Z | Downloaded slog-bunyan v2.5.0 |
848 | 2025-03-07T21:37:10.749Z | Downloaded untrusted v0.7.1 |
849 | 2025-03-07T21:37:10.749Z | Downloaded getrandom v0.2.15 |
850 | 2025-03-07T21:37:10.752Z | Downloaded tracing-core v0.1.32 |
851 | 2025-03-07T21:37:10.755Z | Downloaded newtype_derive v0.1.6 |
852 | 2025-03-07T21:37:10.758Z | Downloaded tracing v0.1.40 |
853 | 2025-03-07T21:37:10.762Z | Downloaded yoke-derive v0.7.4 |
854 | 2025-03-07T21:37:10.762Z | Downloaded num-rational v0.4.2 |
855 | 2025-03-07T21:37:10.765Z | Downloaded publicsuffix v2.3.0 |
856 | 2025-03-07T21:37:10.768Z | Downloaded tabwriter v1.4.0 |
857 | 2025-03-07T21:37:10.768Z | Downloaded proc-macro-error-attr2 v2.0.0 |
858 | 2025-03-07T21:37:10.771Z | Downloaded pem v3.0.5 |
859 | 2025-03-07T21:37:10.771Z | Downloaded nu-ansi-term v0.50.1 |
860 | 2025-03-07T21:37:10.774Z | Downloaded der_derive v0.7.3 |
861 | 2025-03-07T21:37:10.774Z | Downloaded postcard v1.0.10 |
862 | 2025-03-07T21:37:10.778Z | Downloaded rustc-hash v2.1.1 |
863 | 2025-03-07T21:37:10.778Z | Downloaded pbkdf2 v0.12.2 |
864 | 2025-03-07T21:37:10.781Z | Downloaded parse-display v0.10.0 |
865 | 2025-03-07T21:37:10.781Z | Downloaded aes-gcm v0.10.3 |
866 | 2025-03-07T21:37:10.784Z | Downloaded synstructure v0.13.1 |
867 | 2025-03-07T21:37:10.787Z | Downloaded quinn v0.11.5 |
868 | 2025-03-07T21:37:10.790Z | Downloaded signal-hook v0.3.17 |
869 | 2025-03-07T21:37:10.794Z | Downloaded foreign-types v0.5.0 |
870 | 2025-03-07T21:37:10.794Z | Downloaded unicode-truncate v1.1.0 |
871 | 2025-03-07T21:37:10.797Z | Downloaded quick-error v1.2.3 |
872 | 2025-03-07T21:37:10.797Z | Downloaded der v0.7.9 |
873 | 2025-03-07T21:37:10.801Z | Downloaded smallvec v1.14.0 |
874 | 2025-03-07T21:37:10.804Z | Downloaded serde-hex v0.1.0 |
875 | 2025-03-07T21:37:10.807Z | Downloaded strum v0.26.3 |
876 | 2025-03-07T21:37:10.807Z | Downloaded num v0.4.3 |
877 | 2025-03-07T21:37:10.807Z | Downloaded fixedbitset v0.4.2 |
878 | 2025-03-07T21:37:10.810Z | Downloaded rustfmt-wrapper v0.2.1 |
879 | 2025-03-07T21:37:10.810Z | Downloaded rustversion v1.0.17 |
880 | 2025-03-07T21:37:10.814Z | Downloaded value-bag v1.9.0 |
881 | 2025-03-07T21:37:10.817Z | Downloaded phf_shared v0.11.2 |
882 | 2025-03-07T21:37:10.817Z | Downloaded secrecy v0.8.0 |
883 | 2025-03-07T21:37:10.820Z | Downloaded tokio-util v0.7.13 |
884 | 2025-03-07T21:37:10.823Z | Downloaded unicode-xid v0.2.6 |
885 | 2025-03-07T21:37:10.827Z | Downloaded semver v0.1.20 |
886 | 2025-03-07T21:37:10.827Z | Downloaded strip-ansi-escapes v0.2.0 |
887 | 2025-03-07T21:37:10.830Z | Downloaded tokio-macros v2.5.0 |
888 | 2025-03-07T21:37:10.830Z | Downloaded structmeta v0.3.0 |
889 | 2025-03-07T21:37:10.830Z | Downloaded proc-macro-error2 v2.0.1 |
890 | 2025-03-07T21:37:10.833Z | Downloaded foreign-types-shared v0.3.1 |
891 | 2025-03-07T21:37:10.836Z | Downloaded parking_lot_core v0.9.10 |
892 | 2025-03-07T21:37:10.836Z | Downloaded foreign-types-macros v0.2.3 |
893 | 2025-03-07T21:37:10.840Z | Downloaded thiserror-impl-no-std v2.0.2 |
894 | 2025-03-07T21:37:10.840Z | Downloaded hash32 v0.3.1 |
895 | 2025-03-07T21:37:10.840Z | Downloaded itertools v0.13.0 |
896 | 2025-03-07T21:37:10.846Z | Downloaded group v0.13.0 |
897 | 2025-03-07T21:37:10.849Z | Downloaded document-features v0.2.10 |
898 | 2025-03-07T21:37:10.849Z | Downloaded display-error-chain v0.2.2 |
899 | 2025-03-07T21:37:10.852Z | Downloaded socket2 v0.5.8 |
900 | 2025-03-07T21:37:10.852Z | Downloaded futures-task v0.3.31 |
901 | 2025-03-07T21:37:10.855Z | Downloaded pkcs8 v0.10.2 |
902 | 2025-03-07T21:37:10.858Z | Downloaded sync-ptr v0.1.1 |
903 | 2025-03-07T21:37:10.858Z | Downloaded snafu v0.8.5 |
904 | 2025-03-07T21:37:10.863Z | Downloaded strum_macros v0.24.3 |
905 | 2025-03-07T21:37:10.866Z | Downloaded futures-macro v0.3.31 |
906 | 2025-03-07T21:37:10.866Z | Downloaded futures-io v0.3.31 |
907 | 2025-03-07T21:37:10.870Z | Downloaded qorb v0.2.1 |
908 | 2025-03-07T21:37:10.874Z | Downloaded pretty-hex v0.2.1 |
909 | 2025-03-07T21:37:10.874Z | Downloaded spin v0.9.8 |
910 | 2025-03-07T21:37:10.877Z | Downloaded typify v0.2.0 |
911 | 2025-03-07T21:37:10.880Z | Downloaded funty v2.0.0 |
912 | 2025-03-07T21:37:10.880Z | Downloaded precomputed-hash v0.1.1 |
913 | 2025-03-07T21:37:10.880Z | Downloaded whoami v1.5.2 |
914 | 2025-03-07T21:37:10.883Z | Downloaded foreign-types-shared v0.1.1 |
915 | 2025-03-07T21:37:10.883Z | Downloaded predicates-core v1.0.8 |
916 | 2025-03-07T21:37:10.883Z | Downloaded zip v0.6.6 |
917 | 2025-03-07T21:37:10.886Z | Downloaded parking_lot_core v0.8.6 |
918 | 2025-03-07T21:37:10.889Z | Downloaded diesel_table_macro_syntax v0.2.0 |
919 | 2025-03-07T21:37:10.889Z | Downloaded slog-dtrace v0.3.0 |
920 | 2025-03-07T21:37:10.892Z | Downloaded parking_lot v0.11.2 |
921 | 2025-03-07T21:37:10.895Z | Downloaded thread_local v1.1.8 |
922 | 2025-03-07T21:37:10.895Z | Downloaded phf v0.11.2 |
923 | 2025-03-07T21:37:10.898Z | Downloaded openssl-sys v0.9.106 |
924 | 2025-03-07T21:37:10.901Z | Downloaded futures-core v0.3.31 |
925 | 2025-03-07T21:37:10.904Z | Downloaded displaydoc v0.2.5 |
926 | 2025-03-07T21:37:10.907Z | Downloaded termcolor v1.4.1 |
927 | 2025-03-07T21:37:10.908Z | Downloaded unicode-properties v0.1.3 |
928 | 2025-03-07T21:37:10.911Z | Downloaded futures v0.3.31 |
929 | 2025-03-07T21:37:10.914Z | Downloaded spki v0.7.3 |
930 | 2025-03-07T21:37:10.917Z | Downloaded zerovec v0.10.4 |
931 | 2025-03-07T21:37:10.920Z | Downloaded tokio-rustls v0.26.0 |
932 | 2025-03-07T21:37:10.923Z | Downloaded env_logger v0.10.2 |
933 | 2025-03-07T21:37:10.926Z | Downloaded structmeta-derive v0.3.0 |
934 | 2025-03-07T21:37:10.926Z | Downloaded hashbrown v0.12.3 |
935 | 2025-03-07T21:37:10.931Z | Downloaded predicates-tree v1.0.11 |
936 | 2025-03-07T21:37:10.934Z | Downloaded env_logger v0.11.5 |
937 | 2025-03-07T21:37:10.937Z | Downloaded typify v0.3.0 |
938 | 2025-03-07T21:37:10.940Z | Downloaded sqlformat v0.2.6 |
939 | 2025-03-07T21:37:10.940Z | Downloaded tls_codec_derive v0.4.1 |
940 | 2025-03-07T21:37:10.944Z | Downloaded zopfli v0.8.1 |
941 | 2025-03-07T21:37:10.944Z | Downloaded progenitor v0.8.0 |
942 | 2025-03-07T21:37:10.947Z | Downloaded progenitor v0.9.1 |
943 | 2025-03-07T21:37:10.947Z | Downloaded reedline v0.38.0 |
944 | 2025-03-07T21:37:10.953Z | Downloaded phf_generator v0.11.2 |
945 | 2025-03-07T21:37:10.956Z | Downloaded sec1 v0.7.3 |
946 | 2025-03-07T21:37:10.956Z | Downloaded rand_core v0.6.4 |
947 | 2025-03-07T21:37:10.959Z | Downloaded rand_chacha v0.3.1 |
948 | 2025-03-07T21:37:10.959Z | Downloaded rand_core v0.9.2 |
949 | 2025-03-07T21:37:10.962Z | Downloaded phf_codegen v0.11.2 |
950 | 2025-03-07T21:37:10.962Z | Downloaded zip v2.1.3 |
951 | 2025-03-07T21:37:10.965Z | Downloaded olpc-cjson v0.1.4 |
952 | 2025-03-07T21:37:10.969Z | Downloaded num-traits v0.2.19 |
953 | 2025-03-07T21:37:10.969Z | Downloaded p521 v0.13.3 |
954 | 2025-03-07T21:37:10.972Z | Downloaded portable-atomic v1.9.0 |
955 | 2025-03-07T21:37:10.979Z | Downloaded pem-rfc7468 v0.7.0 |
956 | 2025-03-07T21:37:10.982Z | Downloaded predicates v3.1.3 |
957 | 2025-03-07T21:37:10.986Z | Downloaded half v2.4.1 |
958 | 2025-03-07T21:37:10.989Z | Downloaded getrandom v0.3.1 |
959 | 2025-03-07T21:37:10.989Z | Downloaded tar v0.4.44 |
960 | 2025-03-07T21:37:10.992Z | Downloaded env_filter v0.1.2 |
961 | 2025-03-07T21:37:10.995Z | Downloaded tower v0.5.2 |
962 | 2025-03-07T21:37:11.002Z | Downloaded zerocopy v0.6.6 |
963 | 2025-03-07T21:37:11.005Z | Downloaded tough v0.19.0 |
964 | 2025-03-07T21:37:11.012Z | Downloaded russh-keys v0.45.0 |
965 | 2025-03-07T21:37:11.015Z | Downloaded dropshot_endpoint v0.16.0 |
966 | 2025-03-07T21:37:11.018Z | Downloaded dropshot_endpoint v0.12.0 |
967 | 2025-03-07T21:37:11.021Z | Downloaded unicode_categories v0.1.1 |
968 | 2025-03-07T21:37:11.024Z | Downloaded num-bigint v0.4.6 |
969 | 2025-03-07T21:37:11.028Z | Downloaded omicron-zone-package v0.12.0 |
970 | 2025-03-07T21:37:11.031Z | Downloaded flume v0.11.1 |
971 | 2025-03-07T21:37:11.034Z | Downloaded lalrpop v0.19.12 |
972 | 2025-03-07T21:37:11.045Z | Downloaded unicode-segmentation v1.12.0 |
973 | 2025-03-07T21:37:11.048Z | Downloaded aws-lc-rs v1.12.4 |
974 | 2025-03-07T21:37:11.057Z | Downloaded serde_with v3.12.0 |
975 | 2025-03-07T21:37:11.066Z | Downloaded diesel_derives v2.2.3 |
976 | 2025-03-07T21:37:11.069Z | Downloaded pretty_assertions v1.4.1 |
977 | 2025-03-07T21:37:11.072Z | Downloaded zerocopy-derive v0.8.10 |
978 | 2025-03-07T21:37:11.077Z | Downloaded russh v0.45.0 |
979 | 2025-03-07T21:37:11.082Z | Downloaded rayon v1.10.0 |
980 | 2025-03-07T21:37:11.091Z | Downloaded futures-util v0.3.31 |
981 | 2025-03-07T21:37:11.102Z | Downloaded bitvec v1.0.1 |
982 | 2025-03-07T21:37:11.120Z | Downloaded typed-path v0.9.3 |
983 | 2025-03-07T21:37:11.123Z | Downloaded flate2 v1.1.0 |
984 | 2025-03-07T21:37:11.128Z | Downloaded expectorate v1.1.0 |
985 | 2025-03-07T21:37:11.132Z | Downloaded rustls-webpki v0.101.7 |
986 | 2025-03-07T21:37:11.143Z | Downloaded hashbrown v0.13.2 |
987 | 2025-03-07T21:37:11.147Z | Downloaded git2 v0.19.0 |
988 | 2025-03-07T21:37:11.156Z | Downloaded radix_trie v0.2.1 |
989 | 2025-03-07T21:37:11.161Z | Downloaded proptest v1.6.0 |
990 | 2025-03-07T21:37:11.170Z | Downloaded chrono v0.4.40 |
991 | 2025-03-07T21:37:11.177Z | Downloaded tokio-postgres v0.7.13 |
992 | 2025-03-07T21:37:11.182Z | Downloaded time v0.3.36 |
993 | 2025-03-07T21:37:11.189Z | Downloaded unicode-normalization v0.1.24 |
994 | 2025-03-07T21:37:11.192Z | Downloaded nom v7.1.3 |
995 | 2025-03-07T21:37:11.198Z | Downloaded h2 v0.4.6 |
996 | 2025-03-07T21:37:11.205Z | Downloaded winnow v0.5.40 |
997 | 2025-03-07T21:37:11.214Z | Downloaded winnow v0.6.20 |
998 | 2025-03-07T21:37:11.222Z | Downloaded webpki-roots v0.26.6 |
999 | 2025-03-07T21:37:11.226Z | Downloaded salty v0.3.0 |
1000 | 2025-03-07T21:37:11.232Z | Downloaded petname v2.0.2 |
1001 | 2025-03-07T21:37:11.239Z | Downloaded quinn-proto v0.11.8 |
1002 | 2025-03-07T21:37:11.244Z | Downloaded nix v0.29.0 |
1003 | 2025-03-07T21:37:11.256Z | Downloaded gimli v0.31.1 |
1004 | 2025-03-07T21:37:11.264Z | Downloaded regex v1.11.1 |
1005 | 2025-03-07T21:37:11.276Z | Downloaded sqlparser v0.45.0 |
1006 | 2025-03-07T21:37:11.282Z | Downloaded vcpkg v0.2.15 |
1007 | 2025-03-07T21:37:11.318Z | Downloaded p384 v0.13.0 |
1008 | 2025-03-07T21:37:11.324Z | Downloaded reqwest v0.12.12 |
1009 | 2025-03-07T21:37:11.332Z | Downloaded smoltcp v0.11.0 |
1010 | 2025-03-07T21:37:11.345Z | Downloaded zerocopy v0.8.10 |
1011 | 2025-03-07T21:37:11.368Z | Downloaded tabled v0.18.0 |
1012 | 2025-03-07T21:37:11.384Z | Downloaded object v0.30.4 |
1013 | 2025-03-07T21:37:11.394Z | Downloaded polar-core v0.27.3 |
1014 | 2025-03-07T21:37:11.402Z | Downloaded nix v0.28.0 |
1015 | 2025-03-07T21:37:11.414Z | Downloaded bstr v1.10.0 |
1016 | 2025-03-07T21:37:11.424Z | Downloaded nix v0.27.1 |
1017 | 2025-03-07T21:37:11.435Z | Downloaded chrono-tz v0.10.1 |
1018 | 2025-03-07T21:37:11.442Z | Downloaded openssl v0.10.71 |
1019 | 2025-03-07T21:37:11.451Z | Downloaded regex-syntax v0.6.29 |
1020 | 2025-03-07T21:37:11.459Z | Downloaded openapiv3 v2.0.0 |
1021 | 2025-03-07T21:37:11.471Z | Downloaded object v0.36.5 |
1022 | 2025-03-07T21:37:11.487Z | Downloaded dropshot v0.16.0 |
1023 | 2025-03-07T21:37:11.502Z | Downloaded rustls v0.23.19 |
1024 | 2025-03-07T21:37:11.513Z | Downloaded typify-impl v0.3.0 |
1025 | 2025-03-07T21:37:11.529Z | Downloaded rustls v0.22.4 |
1026 | 2025-03-07T21:37:11.541Z | Downloaded regex-syntax v0.8.5 |
1027 | 2025-03-07T21:37:11.549Z | Downloaded sled v0.34.7 |
1028 | 2025-03-07T21:37:11.559Z | Downloaded typify-impl v0.2.0 |
1029 | 2025-03-07T21:37:11.575Z | Downloaded ratatui v0.29.0 |
1030 | 2025-03-07T21:37:11.594Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1031 | 2025-03-07T21:37:11.607Z | Downloaded regress v0.10.3 |
1032 | 2025-03-07T21:37:11.615Z | Downloaded diesel v2.2.8 |
1033 | 2025-03-07T21:37:11.632Z | Downloaded hickory-proto v0.24.4 |
1034 | 2025-03-07T21:37:11.647Z | Downloaded dropshot v0.12.0 |
1035 | 2025-03-07T21:37:11.666Z | Downloaded zerocopy-derive v0.6.6 |
1036 | 2025-03-07T21:37:11.676Z | Downloaded regex-automata v0.4.8 |
1037 | 2025-03-07T21:37:11.691Z | Downloaded curve25519-dalek v4.1.3 |
1038 | 2025-03-07T21:37:11.699Z | Downloaded unicode-width v0.2.0 |
1039 | 2025-03-07T21:37:11.705Z | Downloaded smoltcp v0.9.1 |
1040 | 2025-03-07T21:37:11.715Z | Downloaded petgraph v0.6.5 |
1041 | 2025-03-07T21:37:11.732Z | Downloaded lzma-sys v0.1.20 |
1042 | 2025-03-07T21:37:11.759Z | Downloaded petgraph v0.7.1 |
1043 | 2025-03-07T21:37:11.777Z | Downloaded libz-sys v1.1.20 |
1044 | 2025-03-07T21:37:11.797Z | Downloaded rustls v0.21.12 |
1045 | 2025-03-07T21:37:11.807Z | Downloaded num-bigint-dig v0.8.4 |
1046 | 2025-03-07T21:37:11.812Z | Downloaded rustls-webpki v0.102.8 |
1047 | 2025-03-07T21:37:11.828Z | Downloaded csv v1.3.1 |
1048 | 2025-03-07T21:37:11.848Z | Downloaded icu_properties_data v1.5.0 |
1049 | 2025-03-07T21:37:11.858Z | Downloaded bindgen v0.71.1 |
1050 | 2025-03-07T21:37:11.865Z | Downloaded quick-xml v0.37.2 |
1051 | 2025-03-07T21:37:11.870Z | Downloaded bindgen v0.69.5 |
1052 | 2025-03-07T21:37:11.877Z | Downloaded diesel-dtrace v0.4.2 |
1053 | 2025-03-07T21:37:11.880Z | Downloaded tokio v1.43.0 |
1054 | 2025-03-07T21:37:11.915Z | Downloaded hickory-resolver v0.24.4 |
1055 | 2025-03-07T21:37:11.919Z | Downloaded papergrid v0.14.0 |
1056 | 2025-03-07T21:37:11.923Z | Downloaded sha3 v0.10.8 |
1057 | 2025-03-07T21:37:11.928Z | Downloaded aho-corasick v1.1.3 |
1058 | 2025-03-07T21:37:11.933Z | Downloaded futures-executor v0.3.31 |
1059 | 2025-03-07T21:37:11.936Z | Downloaded parking_lot v0.12.3 |
1060 | 2025-03-07T21:37:11.939Z | Downloaded rustc-demangle v0.1.24 |
1061 | 2025-03-07T21:37:11.939Z | Downloaded yansi v1.0.1 |
1062 | 2025-03-07T21:37:11.943Z | Downloaded darling_core v0.20.10 |
1063 | 2025-03-07T21:37:11.947Z | Downloaded blake3 v1.5.4 |
1064 | 2025-03-07T21:37:11.953Z | Downloaded progenitor-impl v0.9.1 |
1065 | 2025-03-07T21:37:11.956Z | Downloaded progenitor-impl v0.8.0 |
1066 | 2025-03-07T21:37:11.956Z | Downloaded schemars v0.8.22 |
1067 | 2025-03-07T21:37:11.965Z | Downloaded parse-zoneinfo v0.3.1 |
1068 | 2025-03-07T21:37:11.969Z | Downloaded russh-cryptovec v0.7.3 |
1069 | 2025-03-07T21:37:11.969Z | Downloaded resolv-conf v0.7.0 |
1070 | 2025-03-07T21:37:11.972Z | Downloaded fixedbitset v0.5.7 |
1071 | 2025-03-07T21:37:11.972Z | Downloaded uzers v0.12.1 |
1072 | 2025-03-07T21:37:11.975Z | Downloaded universal-hash v0.5.1 |
1073 | 2025-03-07T21:37:11.975Z | Downloaded steno v0.4.1 |
1074 | 2025-03-07T21:37:11.978Z | Downloaded slog-async v2.8.0 |
1075 | 2025-03-07T21:37:11.982Z | Downloaded heapless v0.7.17 |
1076 | 2025-03-07T21:37:11.985Z | Downloaded num-derive v0.4.2 |
1077 | 2025-03-07T21:37:11.985Z | Downloaded elliptic-curve v0.13.8 |
1078 | 2025-03-07T21:37:11.988Z | Downloaded idna v1.0.3 |
1079 | 2025-03-07T21:37:11.991Z | Downloaded zerovec-derive v0.10.3 |
1080 | 2025-03-07T21:37:11.995Z | Downloaded parse-display-derive v0.10.0 |
1081 | 2025-03-07T21:37:11.995Z | Downloaded rand v0.9.0 |
1082 | 2025-03-07T21:37:11.998Z | Downloaded ssh-key v0.6.6 |
1083 | 2025-03-07T21:37:12.004Z | Downloaded rustyline v14.0.0 |
1084 | 2025-03-07T21:37:12.008Z | Downloaded x509-cert v0.2.5 |
1085 | 2025-03-07T21:37:12.014Z | Downloaded encoding_rs v0.8.34 |
1086 | 2025-03-07T21:37:12.034Z | Downloaded globset v0.4.15 |
1087 | 2025-03-07T21:37:12.037Z | Downloaded ecdsa v0.16.9 |
1088 | 2025-03-07T21:37:12.037Z | Downloaded unsafe-libyaml v0.2.11 |
1089 | 2025-03-07T21:37:12.040Z | Downloaded tokio-rustls v0.24.1 |
1090 | 2025-03-07T21:37:12.044Z | Downloaded zone v0.1.8 |
1091 | 2025-03-07T21:37:12.044Z | Downloaded tui-tree-widget v0.23.0 |
1092 | 2025-03-07T21:37:12.047Z | Downloaded termios v0.3.3 |
1093 | 2025-03-07T21:37:12.047Z | Downloaded oso v0.27.3 |
1094 | 2025-03-07T21:37:12.050Z | Downloaded pin-project v1.1.6 |
1095 | 2025-03-07T21:37:12.058Z | Downloaded ed25519-dalek v2.1.1 |
1096 | 2025-03-07T21:37:12.061Z | Downloaded rtoolbox v0.0.2 |
1097 | 2025-03-07T21:37:12.065Z | Downloaded curve25519-dalek-derive v0.1.1 |
1098 | 2025-03-07T21:37:12.065Z | Downloaded yasna v0.5.2 |
1099 | 2025-03-07T21:37:12.068Z | Downloaded tracing-attributes v0.1.27 |
1100 | 2025-03-07T21:37:12.068Z | Downloaded rand v0.8.5 |
1101 | 2025-03-07T21:37:12.071Z | Downloaded ring v0.17.11 |
1102 | 2025-03-07T21:37:12.111Z | Downloaded toml_edit v0.19.15 |
1103 | 2025-03-07T21:37:12.125Z | Downloaded libm v0.2.8 |
1104 | 2025-03-07T21:37:12.132Z | Downloaded derive-where v1.2.7 |
1105 | 2025-03-07T21:37:12.136Z | Downloaded parse-size v1.1.0 |
1106 | 2025-03-07T21:37:12.139Z | Downloaded float-ord v0.3.2 |
1107 | 2025-03-07T21:37:12.139Z | Downloaded tungstenite v0.24.0 |
1108 | 2025-03-07T21:37:12.142Z | Downloaded tungstenite v0.23.0 |
1109 | 2025-03-07T21:37:12.145Z | Downloaded tungstenite v0.21.0 |
1110 | 2025-03-07T21:37:12.148Z | Downloaded num-integer v0.1.46 |
1111 | 2025-03-07T21:37:12.148Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1112 | 2025-03-07T21:37:12.202Z | Downloaded ron v0.8.1 |
1113 | 2025-03-07T21:37:12.208Z | Downloaded dunce v1.0.5 |
1114 | 2025-03-07T21:37:12.212Z | Downloaded dsl_auto_type v0.1.2 |
1115 | 2025-03-07T21:37:12.212Z | Downloaded postgres-protocol v0.6.8 |
1116 | 2025-03-07T21:37:12.212Z | Downloaded nibble_vec v0.1.0 |
1117 | 2025-03-07T21:37:12.212Z | Downloaded derive_builder_core v0.20.2 |
1118 | 2025-03-07T21:37:12.215Z | Downloaded derive_builder v0.20.2 |
1119 | 2025-03-07T21:37:12.218Z | Downloaded prettyplease v0.2.29 |
1120 | 2025-03-07T21:37:12.221Z | Downloaded itertools v0.12.1 |
1121 | 2025-03-07T21:37:12.227Z | Downloaded tokio-tungstenite v0.23.1 |
1122 | 2025-03-07T21:37:12.230Z | Downloaded rand_seeder v0.3.0 |
1123 | 2025-03-07T21:37:12.233Z | Downloaded oxnet v0.1.1 |
1124 | 2025-03-07T21:37:12.233Z | Downloaded tokio-tungstenite v0.24.0 |
1125 | 2025-03-07T21:37:12.236Z | Downloaded test-strategy v0.4.0 |
1126 | 2025-03-07T21:37:12.239Z | Downloaded http v1.2.0 |
1127 | 2025-03-07T21:37:12.242Z | Downloaded tokio-tungstenite v0.21.0 |
1128 | 2025-03-07T21:37:12.242Z | Downloaded snafu-derive v0.8.5 |
1129 | 2025-03-07T21:37:12.245Z | Downloaded rayon-core v1.12.1 |
1130 | 2025-03-07T21:37:12.249Z | Downloaded base64 v0.21.7 |
1131 | 2025-03-07T21:37:12.252Z | Downloaded rustc_version v0.1.7 |
1132 | 2025-03-07T21:37:12.252Z | Downloaded walkdir v2.5.0 |
1133 | 2025-03-07T21:37:12.255Z | Downloaded diff v0.1.13 |
1134 | 2025-03-07T21:37:12.258Z | Downloaded vergen v8.3.2 |
1135 | 2025-03-07T21:37:12.258Z | Downloaded progenitor-macro v0.8.0 |
1136 | 2025-03-07T21:37:12.261Z | Downloaded peg-macros v0.8.5 |
1137 | 2025-03-07T21:37:12.261Z | Downloaded glob v0.3.2 |
1138 | 2025-03-07T21:37:12.264Z | Downloaded ghash v0.5.1 |
1139 | 2025-03-07T21:37:12.264Z | Downloaded fragile v2.0.0 |
1140 | 2025-03-07T21:37:12.264Z | Downloaded form_urlencoded v1.2.1 |
1141 | 2025-03-07T21:37:12.267Z | Downloaded term v0.7.0 |
1142 | 2025-03-07T21:37:12.267Z | Downloaded headers v0.4.0 |
1143 | 2025-03-07T21:37:12.272Z | Downloaded hyper-util v0.1.10 |
1144 | 2025-03-07T21:37:12.276Z | Downloaded base64 v0.22.1 |
1145 | 2025-03-07T21:37:12.279Z | Downloaded ff v0.13.0 |
1146 | 2025-03-07T21:37:12.283Z | Downloaded peg v0.8.5 |
1147 | 2025-03-07T21:37:12.286Z | Downloaded stable_deref_trait v1.2.0 |
1148 | 2025-03-07T21:37:12.286Z | Downloaded password-hash v0.5.0 |
1149 | 2025-03-07T21:37:12.289Z | Downloaded twox-hash v2.1.0 |
1150 | 2025-03-07T21:37:12.289Z | Downloaded subprocess v0.2.9 |
1151 | 2025-03-07T21:37:12.292Z | Downloaded strum_macros v0.26.4 |
1152 | 2025-03-07T21:37:12.292Z | Downloaded slog-stdlog v4.1.1 |
1153 | 2025-03-07T21:37:12.295Z | Downloaded backtrace v0.3.74 |
1154 | 2025-03-07T21:37:12.299Z | Downloaded supports-color v3.0.2 |
1155 | 2025-03-07T21:37:12.299Z | Downloaded crossbeam-epoch v0.9.18 |
1156 | 2025-03-07T21:37:12.302Z | Downloaded blake2 v0.10.6 |
1157 | 2025-03-07T21:37:12.306Z | Downloaded rustls-pki-types v1.10.0 |
1158 | 2025-03-07T21:37:12.310Z | Downloaded scrypt v0.11.0 |
1159 | 2025-03-07T21:37:12.310Z | Downloaded typify-macro v0.3.0 |
1160 | 2025-03-07T21:37:12.310Z | Downloaded icu_normalizer v1.5.0 |
1161 | 2025-03-07T21:37:12.314Z | Downloaded unarray v0.1.4 |
1162 | 2025-03-07T21:37:12.314Z | Downloaded dirs-next v2.0.0 |
1163 | 2025-03-07T21:37:12.314Z | Downloaded difflib v0.4.0 |
1164 | 2025-03-07T21:37:12.318Z | Downloaded daft-derive v0.1.1 |
1165 | 2025-03-07T21:37:12.318Z | Downloaded tiny-keccak v2.0.2 |
1166 | 2025-03-07T21:37:12.321Z | Downloaded slog-term v2.9.1 |
1167 | 2025-03-07T21:37:12.321Z | Downloaded slog-scope v4.4.0 |
1168 | 2025-03-07T21:37:12.324Z | Downloaded signal-hook-tokio v0.3.1 |
1169 | 2025-03-07T21:37:12.324Z | Downloaded signal-hook-registry v1.4.2 |
1170 | 2025-03-07T21:37:12.325Z | Downloaded serde_repr v0.1.19 |
1171 | 2025-03-07T21:37:12.328Z | Downloaded fxhash v0.2.1 |
1172 | 2025-03-07T21:37:12.328Z | Downloaded icu_provider v1.5.0 |
1173 | 2025-03-07T21:37:12.331Z | Downloaded icu_locid_transform_data v1.5.0 |
1174 | 2025-03-07T21:37:12.331Z | Downloaded xattr v1.3.1 |
1175 | 2025-03-07T21:37:12.342Z | Downloaded icu_normalizer_data v1.5.0 |
1176 | 2025-03-07T21:37:12.342Z | Downloaded crossbeam-utils v0.8.20 |
1177 | 2025-03-07T21:37:12.342Z | Downloaded cookie v0.18.1 |
1178 | 2025-03-07T21:37:12.342Z | Downloaded clang-sys v1.8.1 |
1179 | 2025-03-07T21:37:12.343Z | Downloaded ciborium v0.2.2 |
1180 | 2025-03-07T21:37:12.343Z | Downloaded lock_api v0.4.12 |
1181 | 2025-03-07T21:37:12.347Z | Downloaded hyper-staticfile v0.10.1 |
1182 | 2025-03-07T21:37:12.347Z | Downloaded const-oid v0.9.6 |
1183 | 2025-03-07T21:37:12.350Z | Downloaded async-bb8-diesel v0.2.1 |
1184 | 2025-03-07T21:37:12.350Z | Downloaded ahash v0.8.11 |
1185 | 2025-03-07T21:37:12.353Z | Downloaded maplit v1.0.2 |
1186 | 2025-03-07T21:37:12.353Z | Downloaded lru-cache v0.1.2 |
1187 | 2025-03-07T21:37:12.354Z | Downloaded impl-trait-for-tuples v0.2.2 |
1188 | 2025-03-07T21:37:12.357Z | Downloaded blowfish v0.9.1 |
1189 | 2025-03-07T21:37:12.357Z | Downloaded lru v0.12.5 |
1190 | 2025-03-07T21:37:12.360Z | Downloaded indent_write v2.2.0 |
1191 | 2025-03-07T21:37:12.360Z | Downloaded buf-list v1.0.3 |
1192 | 2025-03-07T21:37:12.360Z | Downloaded cancel-safe-futures v0.1.5 |
1193 | 2025-03-07T21:37:12.363Z | Downloaded bzip2 v0.4.4 |
1194 | 2025-03-07T21:37:12.367Z | Downloaded base64ct v1.6.0 |
1195 | 2025-03-07T21:37:12.367Z | Downloaded arrayvec v0.7.6 |
1196 | 2025-03-07T21:37:12.370Z | Downloaded cmake v0.1.51 |
1197 | 2025-03-07T21:37:12.370Z | Downloaded bit-vec v0.8.0 |
1198 | 2025-03-07T21:37:12.373Z | Downloaded hyper-rustls v0.27.3 |
1199 | 2025-03-07T21:37:12.373Z | Downloaded argon2 v0.5.3 |
1200 | 2025-03-07T21:37:12.376Z | Downloaded bit-set v0.5.3 |
1201 | 2025-03-07T21:37:12.376Z | Downloaded bb8 v0.8.5 |
1202 | 2025-03-07T21:37:12.376Z | Downloaded indoc v2.0.5 |
1203 | 2025-03-07T21:37:12.379Z | Downloaded idna_adapter v1.2.0 |
1204 | 2025-03-07T21:37:12.379Z | Downloaded hostname v0.4.0 |
1205 | 2025-03-07T21:37:12.382Z | Downloaded constant_time_eq v0.3.1 |
1206 | 2025-03-07T21:37:12.382Z | Downloaded block-padding v0.3.3 |
1207 | 2025-03-07T21:37:12.382Z | Downloaded http-body-util v0.1.2 |
1208 | 2025-03-07T21:37:12.386Z | Downloaded home v0.5.9 |
1209 | 2025-03-07T21:37:12.386Z | Downloaded cbc v0.1.2 |
1210 | 2025-03-07T21:37:12.386Z | Downloaded bit-set v0.8.0 |
1211 | 2025-03-07T21:37:12.389Z | Downloaded array-init v0.0.4 |
1212 | 2025-03-07T21:37:12.389Z | Downloaded http-body v1.0.1 |
1213 | 2025-03-07T21:37:12.389Z | Downloaded crc-catalog v2.4.0 |
1214 | 2025-03-07T21:37:12.392Z | Downloaded cargo_metadata v0.18.1 |
1215 | 2025-03-07T21:37:12.392Z | Downloaded humantime v2.1.0 |
1216 | 2025-03-07T21:37:12.392Z | Downloaded cobs v0.2.3 |
1217 | 2025-03-07T21:37:12.395Z | Downloaded cipher v0.4.4 |
1218 | 2025-03-07T21:37:12.395Z | Downloaded hickory-server v0.24.4 |
1219 | 2025-03-07T21:37:12.399Z | Downloaded castaway v0.2.3 |
1220 | 2025-03-07T21:37:12.402Z | Downloaded bitfield-struct v0.6.2 |
1221 | 2025-03-07T21:37:12.402Z | Downloaded arrayref v0.3.9 |
1222 | 2025-03-07T21:37:12.402Z | Downloaded hyper-tls v0.6.0 |
1223 | 2025-03-07T21:37:12.405Z | Downloaded hubpack_derive v0.1.1 |
1224 | 2025-03-07T21:37:12.405Z | Downloaded const_format_proc_macros v0.2.34 |
1225 | 2025-03-07T21:37:12.408Z | Downloaded bit-vec v0.6.3 |
1226 | 2025-03-07T21:37:12.408Z | Downloaded base16ct v0.2.0 |
1227 | 2025-03-07T21:37:12.729Z | Downloaded aws-lc-sys v0.26.0 |
1228 | 2025-03-07T21:37:13.041Z | Compiling serde v1.0.218 |
1229 | 2025-03-07T21:37:13.044Z | Compiling value-bag v1.9.0 |
1230 | 2025-03-07T21:37:13.044Z | Compiling lock_api v0.4.12 |
1231 | 2025-03-07T21:37:13.044Z | Compiling scopeguard v1.2.0 |
1232 | 2025-03-07T21:37:13.044Z | Compiling typenum v1.17.0 |
1233 | 2025-03-07T21:37:13.045Z | Compiling generic-array v0.14.7 |
1234 | 2025-03-07T21:37:13.413Z | Compiling syn v2.0.98 |
1235 | 2025-03-07T21:37:13.416Z | Compiling getrandom v0.2.15 |
1236 | 2025-03-07T21:37:13.514Z | Compiling shlex v1.3.0 |
1237 | 2025-03-07T21:37:13.697Z | Compiling log v0.4.22 |
1238 | 2025-03-07T21:37:13.792Z | Compiling rand_core v0.6.4 |
1239 | 2025-03-07T21:37:13.835Z | Compiling jobserver v0.1.32 |
1240 | 2025-03-07T21:37:13.877Z | Compiling subtle v2.6.1 |
1241 | 2025-03-07T21:37:13.897Z | Compiling smallvec v1.14.0 |
1242 | 2025-03-07T21:37:14.170Z | Compiling const-oid v0.9.6 |
1243 | 2025-03-07T21:37:14.237Z | Compiling cc v1.2.15 |
1244 | 2025-03-07T21:37:14.287Z | Compiling pin-project-lite v0.2.14 |
1245 | 2025-03-07T21:37:14.340Z | Compiling parking_lot_core v0.9.10 |
1246 | 2025-03-07T21:37:14.431Z | Compiling rustix v0.38.37 |
1247 | 2025-03-07T21:37:14.479Z | Compiling signal-hook-registry v1.4.2 |
1248 | 2025-03-07T21:37:14.653Z | Compiling futures-core v0.3.31 |
1249 | 2025-03-07T21:37:14.900Z | Compiling mio v1.0.2 |
1250 | 2025-03-07T21:37:15.189Z | Compiling spin v0.9.8 |
1251 | 2025-03-07T21:37:15.304Z | Compiling parking_lot v0.12.3 |
1252 | 2025-03-07T21:37:15.455Z | Compiling socket2 v0.5.8 |
1253 | 2025-03-07T21:37:15.584Z | Compiling aho-corasick v1.1.3 |
1254 | 2025-03-07T21:37:15.823Z | Compiling futures-sink v0.3.31 |
1255 | 2025-03-07T21:37:15.999Z | Compiling regex-syntax v0.8.5 |
1256 | 2025-03-07T21:37:16.044Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-03-07T21:37:16.164Z | Compiling either v1.14.0 |
1258 | 2025-03-07T21:37:16.168Z | Compiling stable_deref_trait v1.2.0 |
1259 | 2025-03-07T21:37:16.300Z | Compiling slab v0.4.9 |
1260 | 2025-03-07T21:37:16.324Z | Compiling glob v0.3.2 |
1261 | 2025-03-07T21:37:16.356Z | Compiling prettyplease v0.2.29 |
1262 | 2025-03-07T21:37:16.603Z | Compiling lazy_static v1.5.0 |
1263 | 2025-03-07T21:37:16.752Z | Compiling minimal-lexical v0.2.1 |
1264 | 2025-03-07T21:37:16.776Z | Compiling serde_json v1.0.139 |
1265 | 2025-03-07T21:37:17.094Z | Compiling futures-channel v0.3.31 |
1266 | 2025-03-07T21:37:17.145Z | Compiling libloading v0.8.5 |
1267 | 2025-03-07T21:37:17.175Z | Compiling clang-sys v1.8.1 |
1268 | 2025-03-07T21:37:17.270Z | Compiling nom v7.1.3 |
1269 | 2025-03-07T21:37:17.493Z | Compiling foldhash v0.1.3 |
1270 | 2025-03-07T21:37:17.514Z | Compiling pin-utils v0.1.0 |
1271 | 2025-03-07T21:37:17.620Z | Compiling home v0.5.9 |
1272 | 2025-03-07T21:37:17.777Z | Compiling bindgen v0.69.5 |
1273 | 2025-03-07T21:37:17.841Z | Compiling futures-io v0.3.31 |
1274 | 2025-03-07T21:37:17.893Z | Compiling allocator-api2 v0.2.18 |
1275 | 2025-03-07T21:37:18.115Z | Compiling futures-task v0.3.31 |
1276 | 2025-03-07T21:37:18.403Z | Compiling itertools v0.12.1 |
1277 | 2025-03-07T21:37:18.669Z | Compiling hashbrown v0.15.1 |
1278 | 2025-03-07T21:37:18.687Z | Compiling lazycell v1.3.0 |
1279 | 2025-03-07T21:37:18.866Z | Compiling pkg-config v0.3.31 |
1280 | 2025-03-07T21:37:19.863Z | Compiling regex-automata v0.4.8 |
1281 | 2025-03-07T21:37:20.134Z | Compiling rustc-hash v1.1.0 |
1282 | 2025-03-07T21:37:20.222Z | Compiling libm v0.2.8 |
1283 | 2025-03-07T21:37:20.308Z | Compiling cmake v0.1.51 |
1284 | 2025-03-07T21:37:20.580Z | Compiling cexpr v0.6.0 |
1285 | 2025-03-07T21:37:20.684Z | Compiling num-traits v0.2.19 |
1286 | 2025-03-07T21:37:20.993Z | Compiling synstructure v0.13.1 |
1287 | 2025-03-07T21:37:21.215Z | Compiling dunce v1.0.5 |
1288 | 2025-03-07T21:37:21.354Z | Compiling fs_extra v1.3.0 |
1289 | 2025-03-07T21:37:22.143Z | Compiling getrandom v0.3.1 |
1290 | 2025-03-07T21:37:22.164Z | Compiling writeable v0.5.5 |
1291 | 2025-03-07T21:37:22.364Z | Compiling litemap v0.7.3 |
1292 | 2025-03-07T21:37:22.708Z | Compiling ring v0.17.11 |
1293 | 2025-03-07T21:37:22.760Z | Compiling base64ct v1.6.0 |
1294 | 2025-03-07T21:37:23.252Z | Compiling paste v1.0.15 |
1295 | 2025-03-07T21:37:23.363Z | Compiling pem-rfc7468 v0.7.0 |
1296 | 2025-03-07T21:37:23.941Z | Compiling httparse v1.9.5 |
1297 | 2025-03-07T21:37:23.991Z | Compiling flagset v0.4.6 |
1298 | 2025-03-07T21:37:24.220Z | Compiling aws-lc-rs v1.12.4 |
1299 | 2025-03-07T21:37:24.241Z | Compiling icu_locid_transform_data v1.5.0 |
1300 | 2025-03-07T21:37:24.619Z | Compiling regex v1.11.1 |
1301 | 2025-03-07T21:37:24.648Z | Compiling tracing-core v0.1.32 |
1302 | 2025-03-07T21:37:24.673Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-03-07T21:37:24.912Z | Compiling rustls-pki-types v1.10.0 |
1304 | 2025-03-07T21:37:25.389Z | Compiling crossbeam-utils v0.8.20 |
1305 | 2025-03-07T21:37:25.459Z | Compiling percent-encoding v2.3.1 |
1306 | 2025-03-07T21:37:25.767Z | Compiling time-core v0.1.2 |
1307 | 2025-03-07T21:37:25.812Z | Compiling serde_derive v1.0.218 |
1308 | 2025-03-07T21:37:25.867Z | Compiling zeroize_derive v1.4.2 |
1309 | 2025-03-07T21:37:25.901Z | Compiling zerocopy-derive v0.7.35 |
1310 | 2025-03-07T21:37:25.939Z | Compiling tokio-macros v2.5.0 |
1311 | 2025-03-07T21:37:26.283Z | Compiling zerofrom-derive v0.1.4 |
1312 | 2025-03-07T21:37:27.144Z | Compiling zeroize v1.8.1 |
1313 | 2025-03-07T21:37:27.322Z | Compiling thiserror-impl v1.0.69 |
1314 | 2025-03-07T21:37:27.759Z | Compiling zerocopy v0.7.35 |
1315 | 2025-03-07T21:37:28.451Z | Compiling yoke-derive v0.7.4 |
1316 | 2025-03-07T21:37:28.660Z | Compiling displaydoc v0.2.5 |
1317 | 2025-03-07T21:37:28.794Z | Compiling crypto-common v0.1.6 |
1318 | 2025-03-07T21:37:29.055Z | Compiling block-buffer v0.10.4 |
1319 | 2025-03-07T21:37:29.104Z | Compiling futures-macro v0.3.31 |
1320 | 2025-03-07T21:37:29.305Z | Compiling digest v0.10.7 |
1321 | 2025-03-07T21:37:29.610Z | Compiling zerofrom v0.1.4 |
1322 | 2025-03-07T21:37:29.779Z | Compiling zerovec-derive v0.10.3 |
1323 | 2025-03-07T21:37:29.849Z | Compiling hmac v0.12.1 |
1324 | 2025-03-07T21:37:30.097Z | Compiling block-padding v0.3.3 |
1325 | 2025-03-07T21:37:30.119Z | Compiling ppv-lite86 v0.2.20 |
1326 | 2025-03-07T21:37:30.122Z | Compiling thiserror v1.0.69 |
1327 | 2025-03-07T21:37:30.271Z | Compiling sha2 v0.10.8 |
1328 | 2025-03-07T21:37:30.356Z | Compiling inout v0.1.3 |
1329 | 2025-03-07T21:37:30.609Z | Compiling cipher v0.4.4 |
1330 | 2025-03-07T21:37:30.768Z | Compiling futures-util v0.3.31 |
1331 | 2025-03-07T21:37:30.827Z | Compiling icu_provider_macros v1.5.0 |
1332 | 2025-03-07T21:37:30.945Z | Compiling yoke v0.7.4 |
1333 | 2025-03-07T21:37:31.093Z | Compiling der_derive v0.7.3 |
1334 | 2025-03-07T21:37:31.296Z | Compiling tracing-attributes v0.1.27 |
1335 | 2025-03-07T21:37:31.874Z | Compiling salsa20 v0.10.2 |
1336 | 2025-03-07T21:37:32.095Z | Compiling pest v2.7.14 |
1337 | 2025-03-07T21:37:32.263Z | Compiling zerovec v0.10.4 |
1338 | 2025-03-07T21:37:33.324Z | Compiling der v0.7.9 |
1339 | 2025-03-07T21:37:33.368Z | Compiling pbkdf2 v0.12.2 |
1340 | 2025-03-07T21:37:33.582Z | Compiling utf8_iter v1.0.4 |
1341 | 2025-03-07T21:37:33.707Z | Compiling utf16_iter v1.0.5 |
1342 | 2025-03-07T21:37:33.844Z | Compiling untrusted v0.9.0 |
1343 | 2025-03-07T21:37:33.935Z | Compiling tinystr v0.7.6 |
1344 | 2025-03-07T21:37:34.052Z | Compiling icu_collections v1.5.0 |
1345 | 2025-03-07T21:37:34.225Z | Compiling powerfmt v0.2.0 |
1346 | 2025-03-07T21:37:34.360Z | Compiling icu_locid v1.5.0 |
1347 | 2025-03-07T21:37:34.459Z | Compiling tracing v0.1.40 |
1348 | 2025-03-07T21:37:34.641Z | Compiling num-conv v0.1.0 |
1349 | 2025-03-07T21:37:34.945Z | Compiling write16 v1.0.0 |
1350 | 2025-03-07T21:37:34.966Z | Compiling vcpkg v0.2.15 |
1351 | 2025-03-07T21:37:35.054Z | Compiling icu_normalizer_data v1.5.0 |
1352 | 2025-03-07T21:37:35.095Z | Compiling untrusted v0.7.1 |
1353 | 2025-03-07T21:37:35.173Z | Compiling time-macros v0.2.18 |
1354 | 2025-03-07T21:37:35.299Z | Compiling spki v0.7.3 |
1355 | 2025-03-07T21:37:35.319Z | Compiling pest_meta v2.7.14 |
1356 | 2025-03-07T21:37:35.683Z | Compiling icu_provider v1.5.0 |
1357 | 2025-03-07T21:37:36.053Z | Compiling deranged v0.3.11 |
1358 | 2025-03-07T21:37:36.387Z | Compiling icu_locid_transform v1.5.0 |
1359 | 2025-03-07T21:37:36.638Z | Compiling openssl-sys v0.9.106 |
1360 | 2025-03-07T21:37:37.473Z | Compiling scrypt v0.11.0 |
1361 | 2025-03-07T21:37:37.699Z | Compiling icu_properties v1.5.1 |
1362 | 2025-03-07T21:37:37.808Z | Compiling cbc v0.1.2 |
1363 | 2025-03-07T21:37:37.973Z | Compiling aes v0.8.4 |
1364 | 2025-03-07T21:37:38.057Z | Compiling scroll_derive v0.12.0 |
1365 | 2025-03-07T21:37:38.165Z | Compiling bitflags v2.6.0 |
1366 | 2025-03-07T21:37:38.496Z | Compiling bytes v1.10.0 |
1367 | 2025-03-07T21:37:39.513Z | Compiling indexmap v2.7.1 |
1368 | 2025-03-07T21:37:39.627Z | Compiling tokio v1.43.0 |
1369 | 2025-03-07T21:37:39.942Z | Compiling semver v1.0.25 |
1370 | 2025-03-07T21:37:40.555Z | Compiling http v1.2.0 |
1371 | 2025-03-07T21:37:40.632Z | Compiling rustc_version v0.4.1 |
1372 | 2025-03-07T21:37:40.745Z | Compiling tinyvec_macros v0.1.1 |
1373 | 2025-03-07T21:37:40.826Z | Compiling num_threads v0.1.7 |
1374 | 2025-03-07T21:37:40.853Z | Compiling atomic-waker v1.1.2 |
1375 | 2025-03-07T21:37:40.969Z | Compiling time v0.3.36 |
1376 | 2025-03-07T21:37:41.050Z | Compiling tinyvec v1.8.0 |
1377 | 2025-03-07T21:37:41.264Z | Compiling scroll v0.12.0 |
1378 | 2025-03-07T21:37:41.536Z | Compiling icu_normalizer v1.5.0 |
1379 | 2025-03-07T21:37:41.814Z | Compiling pkcs5 v0.7.1 |
1380 | 2025-03-07T21:37:42.277Z | Compiling which v4.4.2 |
1381 | 2025-03-07T21:37:42.550Z | Compiling idna_adapter v1.2.0 |
1382 | 2025-03-07T21:37:42.797Z | Compiling http-body v1.0.1 |
1383 | 2025-03-07T21:37:42.891Z | Compiling pest_generator v2.7.14 |
1384 | 2025-03-07T21:37:42.978Z | Compiling rand_chacha v0.3.1 |
1385 | 2025-03-07T21:37:43.041Z | Compiling form_urlencoded v1.2.1 |
1386 | 2025-03-07T21:37:43.266Z | Compiling zerocopy v0.8.10 |
1387 | 2025-03-07T21:37:43.328Z | Compiling try-lock v0.2.5 |
1388 | 2025-03-07T21:37:43.389Z | Compiling slog v2.7.0 |
1389 | 2025-03-07T21:37:43.497Z | Compiling want v0.3.1 |
1390 | 2025-03-07T21:37:43.797Z | Compiling rand v0.8.5 |
1391 | 2025-03-07T21:37:43.982Z | Compiling goblin v0.8.2 |
1392 | 2025-03-07T21:37:44.122Z | Compiling idna v1.0.3 |
1393 | 2025-03-07T21:37:44.732Z | Compiling pest_derive v2.7.14 |
1394 | 2025-03-07T21:37:45.335Z | Compiling pkcs8 v0.10.2 |
1395 | 2025-03-07T21:37:45.421Z | Compiling uuid v1.15.1 |
1396 | 2025-03-07T21:37:45.542Z | Compiling zerocopy-derive v0.8.10 |
1397 | 2025-03-07T21:37:45.696Z | Compiling adler2 v2.0.0 |
1398 | 2025-03-07T21:37:45.830Z | Compiling iana-time-zone v0.1.61 |
1399 | 2025-03-07T21:37:45.909Z | Compiling httpdate v1.0.3 |
1400 | 2025-03-07T21:37:45.999Z | Compiling tower-service v0.3.3 |
1401 | 2025-03-07T21:37:46.148Z | Compiling chrono v0.4.40 |
1402 | 2025-03-07T21:37:46.201Z | Compiling miniz_oxide v0.8.5 |
1403 | 2025-03-07T21:37:46.342Z | Compiling dtrace-parser v0.2.0 |
1404 | 2025-03-07T21:37:47.672Z | Compiling toml_datetime v0.6.8 |
1405 | 2025-03-07T21:37:47.735Z | Compiling tokio-util v0.7.13 |
1406 | 2025-03-07T21:37:48.110Z | Compiling serde_tokenstream v0.2.2 |
1407 | 2025-03-07T21:37:48.153Z | Compiling serde_spanned v0.6.8 |
1408 | 2025-03-07T21:37:48.426Z | Compiling foreign-types-shared v0.1.1 |
1409 | 2025-03-07T21:37:48.564Z | Compiling match_cfg v0.1.0 |
1410 | 2025-03-07T21:37:48.676Z | Compiling h2 v0.4.6 |
1411 | 2025-03-07T21:37:48.723Z | Compiling base64 v0.22.1 |
1412 | 2025-03-07T21:37:48.985Z | Compiling rustversion v1.0.17 |
1413 | 2025-03-07T21:37:49.462Z | Compiling openssl v0.10.71 |
1414 | 2025-03-07T21:37:49.555Z | Compiling hostname v0.3.1 |
1415 | 2025-03-07T21:37:49.686Z | Compiling dof v0.3.0 |
1416 | 2025-03-07T21:37:49.794Z | Compiling foreign-types v0.3.2 |
1417 | 2025-03-07T21:37:49.902Z | Compiling url v2.5.3 |
1418 | 2025-03-07T21:37:51.175Z | Compiling rand_core v0.9.2 |
1419 | 2025-03-07T21:37:51.321Z | Compiling usdt-impl v0.5.0 |
1420 | 2025-03-07T21:37:51.497Z | Compiling openssl-macros v0.1.1 |
1421 | 2025-03-07T21:37:51.573Z | Compiling async-trait v0.1.87 |
1422 | 2025-03-07T21:37:51.620Z | Compiling serde_derive_internals v0.29.1 |
1423 | 2025-03-07T21:37:52.232Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1424 | 2025-03-07T21:37:52.665Z | Compiling dirs-sys-next v0.1.2 |
1425 | 2025-03-07T21:37:52.728Z | Compiling rustls v0.22.4 |
1426 | 2025-03-07T21:37:52.832Z | Compiling native-tls v0.2.12 |
1427 | 2025-03-07T21:37:52.905Z | Compiling syn v1.0.109 |
1428 | 2025-03-07T21:37:53.013Z | Compiling rustls v0.23.19 |
1429 | 2025-03-07T21:37:53.184Z | Compiling schemars v0.8.22 |
1430 | 2025-03-07T21:37:53.226Z | Compiling siphasher v0.3.11 |
1431 | 2025-03-07T21:37:53.322Z | Compiling data-encoding v2.6.0 |
1432 | 2025-03-07T21:37:53.645Z | Compiling dirs-next v2.0.0 |
1433 | 2025-03-07T21:37:53.827Z | Compiling schemars_derive v0.8.22 |
1434 | 2025-03-07T21:37:53.848Z | Compiling rand_chacha v0.9.0 |
1435 | 2025-03-07T21:37:55.227Z | Compiling http-body-util v0.1.2 |
1436 | 2025-03-07T21:37:55.248Z | Compiling unicode-normalization v0.1.24 |
1437 | 2025-03-07T21:37:55.365Z | Compiling heapless v0.7.17 |
1438 | 2025-03-07T21:37:55.721Z | Compiling hyper v1.6.0 |
1439 | 2025-03-07T21:37:55.812Z | Compiling crossbeam-epoch v0.9.18 |
1440 | 2025-03-07T21:37:55.839Z | Compiling sha1 v0.10.6 |
1441 | 2025-03-07T21:37:56.282Z | Compiling signature v2.2.0 |
1442 | 2025-03-07T21:37:56.321Z | Compiling thread_local v1.1.8 |
1443 | 2025-03-07T21:37:56.485Z | Compiling encoding_rs v0.8.34 |
1444 | 2025-03-07T21:37:56.568Z | Compiling multer v3.1.0 |
1445 | 2025-03-07T21:37:56.768Z | Compiling cookie v0.18.1 |
1446 | 2025-03-07T21:37:56.788Z | Compiling crc32fast v1.4.2 |
1447 | 2025-03-07T21:37:56.879Z | Compiling slog-async v2.8.0 |
1448 | 2025-03-07T21:37:57.114Z | Compiling openssl-probe v0.1.5 |
1449 | 2025-03-07T21:37:57.134Z | Compiling signal-hook v0.3.17 |
1450 | 2025-03-07T21:37:57.373Z | Compiling ipnet v2.11.0 |
1451 | 2025-03-07T21:37:57.410Z | Compiling rayon-core v1.12.1 |
1452 | 2025-03-07T21:37:57.429Z | Compiling dyn-clone v1.0.19 |
1453 | 2025-03-07T21:37:57.662Z | Compiling gimli v0.31.1 |
1454 | 2025-03-07T21:37:57.728Z | Compiling unicode-properties v0.1.3 |
1455 | 2025-03-07T21:37:58.154Z | Compiling hyper-util v0.1.10 |
1456 | 2025-03-07T21:37:58.462Z | Compiling unicode-bidi v0.3.17 |
1457 | 2025-03-07T21:37:58.569Z | Compiling mime v0.3.17 |
1458 | 2025-03-07T21:37:59.103Z | Compiling toml_edit v0.22.24 |
1459 | 2025-03-07T21:37:59.383Z | Compiling stringprep v0.1.5 |
1460 | 2025-03-07T21:38:00.608Z | Compiling crossbeam-deque v0.8.5 |
1461 | 2025-03-07T21:38:00.892Z | Compiling rand v0.9.0 |
1462 | 2025-03-07T21:38:00.941Z | Compiling term v0.7.0 |
1463 | 2025-03-07T21:38:01.446Z | Compiling usdt-macro v0.5.0 |
1464 | 2025-03-07T21:38:02.210Z | Compiling addr2line v0.24.2 |
1465 | 2025-03-07T21:38:02.452Z | Compiling usdt-attr-macro v0.5.0 |
1466 | 2025-03-07T21:38:02.659Z | Compiling slog-json v2.6.1 |
1467 | 2025-03-07T21:38:02.846Z | Compiling serde_urlencoded v0.7.1 |
1468 | 2025-03-07T21:38:02.894Z | Compiling curve25519-dalek v4.1.3 |
1469 | 2025-03-07T21:38:03.011Z | Compiling crossbeam-channel v0.5.13 |
1470 | 2025-03-07T21:38:03.413Z | Compiling futures-executor v0.3.31 |
1471 | 2025-03-07T21:38:03.606Z | Compiling enum-as-inner v0.6.1 |
1472 | 2025-03-07T21:38:03.674Z | Compiling md-5 v0.10.6 |
1473 | 2025-03-07T21:38:03.881Z | Compiling async-stream-impl v0.3.6 |
1474 | 2025-03-07T21:38:03.964Z | Compiling rustls-pemfile v2.2.0 |
1475 | 2025-03-07T21:38:04.023Z | Compiling num-integer v0.1.46 |
1476 | 2025-03-07T21:38:04.067Z | Compiling hash32 v0.2.1 |
1477 | 2025-03-07T21:38:04.301Z | Compiling ff v0.13.0 |
1478 | 2025-03-07T21:38:04.441Z | Compiling is-terminal v0.4.13 |
1479 | 2025-03-07T21:38:04.544Z | Compiling memoffset v0.9.1 |
1480 | 2025-03-07T21:38:04.593Z | Compiling dropshot v0.12.0 |
1481 | 2025-03-07T21:38:04.667Z | Compiling object v0.36.5 |
1482 | 2025-03-07T21:38:04.689Z | Compiling utf-8 v0.7.6 |
1483 | 2025-03-07T21:38:04.880Z | Compiling portable-atomic v1.9.0 |
1484 | 2025-03-07T21:38:04.915Z | Compiling take_mut v0.2.2 |
1485 | 2025-03-07T21:38:05.003Z | Compiling num-bigint-dig v0.8.4 |
1486 | 2025-03-07T21:38:05.076Z | Compiling psl-types v2.0.11 |
1487 | 2025-03-07T21:38:05.097Z | Compiling litrs v0.4.1 |
1488 | 2025-03-07T21:38:05.293Z | Compiling smoltcp v0.9.1 |
1489 | 2025-03-07T21:38:05.330Z | Compiling quick-error v1.2.3 |
1490 | 2025-03-07T21:38:05.495Z | Compiling cfg_aliases v0.2.1 |
1491 | 2025-03-07T21:38:05.614Z | Compiling linked-hash-map v0.5.6 |
1492 | 2025-03-07T21:38:05.828Z | Compiling rustc-demangle v0.1.24 |
1493 | 2025-03-07T21:38:05.906Z | Compiling fallible-iterator v0.2.0 |
1494 | 2025-03-07T21:38:05.971Z | Compiling anyhow v1.0.97 |
1495 | 2025-03-07T21:38:06.202Z | Compiling base16ct v0.2.0 |
1496 | 2025-03-07T21:38:06.365Z | Compiling document-features v0.2.10 |
1497 | 2025-03-07T21:38:06.518Z | Compiling sec1 v0.7.3 |
1498 | 2025-03-07T21:38:06.592Z | Compiling postgres-protocol v0.6.8 |
1499 | 2025-03-07T21:38:06.740Z | Compiling lru-cache v0.1.2 |
1500 | 2025-03-07T21:38:06.991Z | Compiling nix v0.29.0 |
1501 | 2025-03-07T21:38:07.042Z | Compiling resolv-conf v0.7.0 |
1502 | 2025-03-07T21:38:07.098Z | Compiling publicsuffix v2.3.0 |
1503 | 2025-03-07T21:38:07.372Z | Compiling async-stream v0.3.6 |
1504 | 2025-03-07T21:38:07.733Z | Compiling tungstenite v0.24.0 |
1505 | 2025-03-07T21:38:07.791Z | Compiling hickory-proto v0.24.4 |
1506 | 2025-03-07T21:38:07.831Z | Compiling slog-term v2.9.1 |
1507 | 2025-03-07T21:38:07.910Z | Compiling usdt v0.5.0 |
1508 | 2025-03-07T21:38:08.422Z | Compiling group v0.13.0 |
1509 | 2025-03-07T21:38:08.501Z | Compiling num-iter v0.1.45 |
1510 | 2025-03-07T21:38:08.769Z | Compiling futures v0.3.31 |
1511 | 2025-03-07T21:38:09.022Z | Compiling slog-bunyan v2.5.0 |
1512 | 2025-03-07T21:38:09.026Z | Compiling toml v0.8.20 |
1513 | 2025-03-07T21:38:09.711Z | Compiling bzip2 v0.4.4 |
1514 | 2025-03-07T21:38:10.662Z | Compiling camino v1.1.9 |
1515 | 2025-03-07T21:38:10.812Z | Compiling tokio-native-tls v0.3.1 |
1516 | 2025-03-07T21:38:11.083Z | Compiling flate2 v1.1.0 |
1517 | 2025-03-07T21:38:11.101Z | Compiling phf_shared v0.11.2 |
1518 | 2025-03-07T21:38:11.417Z | Compiling backtrace v0.3.74 |
1519 | 2025-03-07T21:38:11.483Z | Compiling dropshot_endpoint v0.12.0 |
1520 | 2025-03-07T21:38:11.499Z | Compiling terminal_size v0.4.0 |
1521 | 2025-03-07T21:38:11.714Z | Compiling waitgroup v0.1.2 |
1522 | 2025-03-07T21:38:11.761Z | Compiling openapiv3 v2.0.0 |
1523 | 2025-03-07T21:38:11.947Z | Compiling serde_path_to_error v0.1.16 |
1524 | 2025-03-07T21:38:11.972Z | Compiling hkdf v0.12.4 |
1525 | 2025-03-07T21:38:12.253Z | Compiling crypto-bigint v0.5.5 |
1526 | 2025-03-07T21:38:12.707Z | Compiling zerocopy-derive v0.6.6 |
1527 | 2025-03-07T21:38:13.045Z | Compiling hubpack_derive v0.1.1 |
1528 | 2025-03-07T21:38:13.963Z | Compiling curve25519-dalek-derive v0.1.1 |
1529 | 2025-03-07T21:38:14.314Z | Compiling webpki-roots v0.26.6 |
1530 | 2025-03-07T21:38:14.534Z | Compiling sync_wrapper v1.0.1 |
1531 | 2025-03-07T21:38:14.599Z | Compiling hostname v0.4.0 |
1532 | 2025-03-07T21:38:14.704Z | Compiling ahash v0.8.11 |
1533 | 2025-03-07T21:38:14.833Z | Compiling fs-err v2.11.0 |
1534 | 2025-03-07T21:38:15.051Z | Compiling buf-list v1.0.3 |
1535 | 2025-03-07T21:38:15.167Z | Compiling winnow v0.5.40 |
1536 | 2025-03-07T21:38:15.372Z | Compiling debug-ignore v1.0.5 |
1537 | 2025-03-07T21:38:15.540Z | Compiling newtype-uuid v1.2.1 |
1538 | 2025-03-07T21:38:15.562Z | Compiling simd-adler32 v0.3.7 |
1539 | 2025-03-07T21:38:15.659Z | Compiling lockfree-object-pool v0.1.6 |
1540 | 2025-03-07T21:38:15.833Z | Compiling managed v0.8.0 |
1541 | 2025-03-07T21:38:15.853Z | Compiling bumpalo v3.16.0 |
1542 | 2025-03-07T21:38:15.904Z | Compiling zip v2.1.3 |
1543 | 2025-03-07T21:38:16.077Z | Compiling tower-layer v0.3.3 |
1544 | 2025-03-07T21:38:16.234Z | Compiling unicode-width v0.2.0 |
1545 | 2025-03-07T21:38:16.323Z | Compiling tower v0.5.2 |
1546 | 2025-03-07T21:38:16.365Z | Compiling zopfli v0.8.1 |
1547 | 2025-03-07T21:38:16.771Z | Compiling console v0.15.10 |
1548 | 2025-03-07T21:38:16.814Z | Compiling clap_builder v4.5.31 |
1549 | 2025-03-07T21:38:17.901Z | Compiling elliptic-curve v0.13.8 |
1550 | 2025-03-07T21:38:18.193Z | Compiling strum_macros v0.25.3 |
1551 | 2025-03-07T21:38:18.289Z | Compiling zerocopy v0.6.6 |
1552 | 2025-03-07T21:38:18.337Z | Compiling hubpack v0.1.2 |
1553 | 2025-03-07T21:38:18.725Z | Compiling toml_edit v0.19.15 |
1554 | 2025-03-07T21:38:18.763Z | Compiling hickory-resolver v0.24.4 |
1555 | 2025-03-07T21:38:19.056Z | Compiling phf v0.11.2 |
1556 | 2025-03-07T21:38:19.353Z | Compiling hyper-tls v0.6.0 |
1557 | 2025-03-07T21:38:19.545Z | Compiling signal-hook-mio v0.2.4 |
1558 | 2025-03-07T21:38:19.726Z | Compiling cookie_store v0.21.1 |
1559 | 2025-03-07T21:38:19.755Z | Compiling rayon v1.10.0 |
1560 | 2025-03-07T21:38:21.182Z | Compiling tokio-tungstenite v0.24.0 |
1561 | 2025-03-07T21:38:22.037Z | Compiling postgres-types v0.2.9 |
1562 | 2025-03-07T21:38:24.176Z | Compiling ed25519 v2.2.3 |
1563 | 2025-03-07T21:38:24.392Z | Compiling phf_shared v0.10.0 |
1564 | 2025-03-07T21:38:24.590Z | Compiling tokio-stream v0.1.17 |
1565 | 2025-03-07T21:38:24.757Z | Compiling pkcs1 v0.7.5 |
1566 | 2025-03-07T21:38:24.845Z | Compiling serde-big-array v0.5.1 |
1567 | 2025-03-07T21:38:25.094Z | Compiling clap_derive v4.5.28 |
1568 | 2025-03-07T21:38:25.236Z | Compiling rfc6979 v0.4.0 |
1569 | 2025-03-07T21:38:25.446Z | Compiling serde_repr v0.1.19 |
1570 | 2025-03-07T21:38:25.561Z | Compiling derive-where v1.2.7 |
1571 | 2025-03-07T21:38:25.651Z | Compiling bstr v1.10.0 |
1572 | 2025-03-07T21:38:25.673Z | Compiling float-cmp v0.10.0 |
1573 | 2025-03-07T21:38:25.923Z | Compiling whoami v1.5.2 |
1574 | 2025-03-07T21:38:26.036Z | Compiling precomputed-hash v0.1.1 |
1575 | 2025-03-07T21:38:26.176Z | Compiling predicates-core v1.0.8 |
1576 | 2025-03-07T21:38:26.497Z | Compiling difflib v0.4.0 |
1577 | 2025-03-07T21:38:26.518Z | Compiling static_assertions v1.1.0 |
1578 | 2025-03-07T21:38:26.550Z | Compiling number_prefix v0.4.0 |
1579 | 2025-03-07T21:38:26.626Z | Compiling new_debug_unreachable v1.0.6 |
1580 | 2025-03-07T21:38:26.736Z | Compiling normalize-line-endings v0.3.0 |
1581 | 2025-03-07T21:38:26.780Z | Compiling fixedbitset v0.4.2 |
1582 | 2025-03-07T21:38:26.889Z | Compiling unicode-segmentation v1.12.0 |
1583 | 2025-03-07T21:38:27.393Z | Compiling petgraph v0.6.5 |
1584 | 2025-03-07T21:38:27.399Z | Compiling predicates v3.1.3 |
1585 | 2025-03-07T21:38:27.773Z | Compiling similar v2.7.0 |
1586 | 2025-03-07T21:38:27.808Z | Compiling indicatif v0.17.11 |
1587 | 2025-03-07T21:38:28.755Z | Compiling string_cache v0.8.7 |
1588 | 2025-03-07T21:38:28.849Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1589 | 2025-03-07T21:38:29.196Z | Compiling tokio-postgres v0.7.13 |
1590 | 2025-03-07T21:38:29.616Z | Compiling clap v4.5.31 |
1591 | 2025-03-07T21:38:29.744Z | Compiling ecdsa v0.16.9 |
1592 | 2025-03-07T21:38:29.785Z | Compiling rsa v0.9.6 |
1593 | 2025-03-07T21:38:29.806Z | Compiling ed25519-dalek v2.1.1 |
1594 | 2025-03-07T21:38:30.918Z | Compiling toml v0.7.8 |
1595 | 2025-03-07T21:38:31.125Z | Compiling crossterm v0.28.1 |
1596 | 2025-03-07T21:38:33.825Z | Compiling zip v0.6.6 |
1597 | 2025-03-07T21:38:34.451Z | Compiling hex v0.4.3 |
1598 | 2025-03-07T21:38:34.805Z | Compiling x509-cert v0.2.5 |
1599 | 2025-03-07T21:38:35.035Z | Compiling itertools v0.10.5 |
1600 | 2025-03-07T21:38:35.074Z | Compiling lalrpop-util v0.19.12 |
1601 | 2025-03-07T21:38:35.104Z | Compiling peg-runtime v0.8.5 |
1602 | 2025-03-07T21:38:35.350Z | Compiling unicode-xid v0.2.6 |
1603 | 2025-03-07T21:38:35.435Z | Compiling strum_macros v0.26.4 |
1604 | 2025-03-07T21:38:35.555Z | Compiling xattr v1.3.1 |
1605 | 2025-03-07T21:38:35.679Z | Compiling filetime v0.2.25 |
1606 | 2025-03-07T21:38:35.978Z | Compiling tar v0.4.44 |
1607 | 2025-03-07T21:38:40.051Z | Compiling strum v0.26.3 |
1608 | 2025-03-07T21:38:42.637Z | Compiling aws-lc-sys v0.26.0 |
1609 | 2025-03-07T21:39:14.996Z | Compiling rustls-webpki v0.102.8 |
1610 | 2025-03-07T21:39:18.144Z | Compiling tokio-rustls v0.25.0 |
1611 | 2025-03-07T21:39:20.037Z | Compiling tokio-rustls v0.26.0 |
1612 | 2025-03-07T21:39:20.317Z | Compiling hyper-rustls v0.27.3 |
1613 | 2025-03-07T21:39:20.774Z | Compiling reqwest v0.12.12 |
1614 | 2025-03-07T21:39:21.896Z | Compiling qorb v0.2.1 |
1615 | 2025-03-07T21:39:24.883Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1616 | 2025-03-07T21:39:25.157Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1617 | 2025-03-07T21:39:29.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1618 | 2025-03-07T21:39:29.828Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1619 | 2025-03-07T21:39:29.887Z | Mar 07 21:39:29.345 INFO Starting download, target: Clickhouse |
1620 | 2025-03-07T21:39:29.887Z | Mar 07 21:39:29.345 INFO Starting download, target: Console |
1621 | 2025-03-07T21:39:29.887Z | Mar 07 21:39:29.345 INFO Starting download, target: Cockroach |
1622 | 2025-03-07T21:39:29.897Z | Mar 07 21:39:29.345 INFO Starting download, target: DendriteOpenapi |
1623 | 2025-03-07T21:39:29.897Z | Mar 07 21:39:29.345 INFO Starting download, target: DendriteStub |
1624 | 2025-03-07T21:39:29.897Z | Mar 07 21:39:29.345 INFO Starting download, target: MaghemiteMgd |
1625 | 2025-03-07T21:39:29.897Z | Mar 07 21:39:29.345 INFO Starting download, target: TransceiverControl |
1626 | 2025-03-07T21:39:29.897Z | Mar 07 21:39:29.346 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1627 | 2025-03-07T21:39:29.897Z | Mar 07 21:39:29.346 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1628 | 2025-03-07T21:39:29.897Z | Mar 07 21:39:29.346 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1629 | 2025-03-07T21:39:29.897Z | Mar 07 21:39:29.346 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1630 | 2025-03-07T21:39:29.898Z | Mar 07 21:39:29.346 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1631 | 2025-03-07T21:39:29.898Z | Mar 07 21:39:29.346 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1632 | 2025-03-07T21:39:29.898Z | Mar 07 21:39:29.346 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1633 | 2025-03-07T21:39:30.209Z | Mar 07 21:39:29.669 INFO Download complete, target: DendriteOpenapi |
1634 | 2025-03-07T21:39:30.478Z | Mar 07 21:39:29.942 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1635 | 2025-03-07T21:39:30.509Z | Mar 07 21:39:29.975 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1636 | 2025-03-07T21:39:30.920Z | Mar 07 21:39:30.382 INFO Download complete, target: Console |
1637 | 2025-03-07T21:39:30.937Z | Mar 07 21:39:30.399 INFO Download complete, target: TransceiverControl |
1638 | 2025-03-07T21:39:31.047Z | Mar 07 21:39:30.509 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1639 | 2025-03-07T21:39:31.242Z | Mar 07 21:39:30.706 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1640 | 2025-03-07T21:39:31.791Z | Mar 07 21:39:31.252 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1641 | 2025-03-07T21:39:32.568Z | Mar 07 21:39:32.033 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1642 | 2025-03-07T21:39:32.568Z | Mar 07 21:39:32.033 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1643 | 2025-03-07T21:39:33.565Z | Mar 07 21:39:33.032 INFO Download complete, target: MaghemiteMgd |
1644 | 2025-03-07T21:39:33.612Z | Mar 07 21:39:33.078 INFO Download complete, target: DendriteStub |
1645 | 2025-03-07T21:39:39.093Z | Mar 07 21:39:38.558 INFO Checking that binary works, target: Cockroach |
1646 | 2025-03-07T21:39:39.263Z | Mar 07 21:39:38.728 INFO Download complete, target: Cockroach |
1647 | 2025-03-07T21:39:42.581Z | Mar 07 21:39:42.043 INFO Checking that binary works, target: Clickhouse |
1648 | 2025-03-07T21:39:42.879Z | Mar 07 21:39:42.344 INFO Download complete, target: Clickhouse |
1649 | 2025-03-07T21:39:42.977Z | All builder prerequisites installed successfully, and PATH looks valid |
1650 | 2025-03-07T21:39:42.981Z | |
1651 | 2025-03-07T21:39:42.981Z | real 5:17.107201792 |
1652 | 2025-03-07T21:39:42.981Z | user 15:55.525241357 |
1653 | 2025-03-07T21:39:42.981Z | sys 2:11.120017272 |
1654 | 2025-03-07T21:39:42.981Z | trap 0.577042074 |
1655 | 2025-03-07T21:39:42.981Z | tflt 3.636654663 |
1656 | 2025-03-07T21:39:42.981Z | dflt 3.727017477 |
1657 | 2025-03-07T21:39:42.981Z | kflt 0.054073226 |
1658 | 2025-03-07T21:39:42.981Z | lock 24:14.673625288 |
1659 | 2025-03-07T21:39:42.981Z | slp 58:04.031632156 |
1660 | 2025-03-07T21:39:42.981Z | lat 1:01.143242939 |
1661 | 2025-03-07T21:39:42.981Z | stop 2:32.867289652 |
1662 | 2025-03-07T21:39:42.981Z | + banner clippy |
1663 | 2025-03-07T21:39:42.984Z | |
1664 | 2025-03-07T21:39:42.984Z | #### # # ##### ##### # # |
1665 | 2025-03-07T21:39:42.984Z | # # # # # # # # # # |
1666 | 2025-03-07T21:39:42.984Z | # # # # # # # # |
1667 | 2025-03-07T21:39:42.984Z | # # # ##### ##### # |
1668 | 2025-03-07T21:39:42.984Z | # # # # # # # |
1669 | 2025-03-07T21:39:42.984Z | #### ###### # # # # |
1670 | 2025-03-07T21:39:42.984Z | |
1671 | 2025-03-07T21:39:42.984Z | + export CARGO_INCREMENTAL=0 |
1672 | 2025-03-07T21:39:42.984Z | + CARGO_INCREMENTAL=0 |
1673 | 2025-03-07T21:39:42.984Z | + ptime -m cargo xtask clippy |
1674 | 2025-03-07T21:39:43.547Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1675 | 2025-03-07T21:39:46.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
1676 | 2025-03-07T21:39:46.581Z | Running `target/debug/xtask clippy` |
1677 | 2025-03-07T21:39:46.605Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1678 | 2025-03-07T21:39:47.324Z | Downloading crates ... |
1679 | 2025-03-07T21:39:47.631Z | Downloaded approx v0.5.1 |
1680 | 2025-03-07T21:39:47.635Z | Downloaded anes v0.1.6 |
1681 | 2025-03-07T21:39:47.640Z | Downloaded async-object-pool v0.1.5 |
1682 | 2025-03-07T21:39:47.643Z | Downloaded async-channel v1.9.0 |
1683 | 2025-03-07T21:39:47.643Z | Downloaded async-global-executor v2.4.1 |
1684 | 2025-03-07T21:39:47.652Z | Downloaded guppy-workspace-hack v0.1.0 |
1685 | 2025-03-07T21:39:47.655Z | Downloaded doc-comment v0.3.3 |
1686 | 2025-03-07T21:39:47.658Z | Downloaded target-triple v0.1.3 |
1687 | 2025-03-07T21:39:47.674Z | Downloaded plotters-svg v0.3.7 |
1688 | 2025-03-07T21:39:47.681Z | Downloaded async-attributes v1.1.2 |
1689 | 2025-03-07T21:39:47.688Z | Downloaded async-channel v2.3.1 |
1690 | 2025-03-07T21:39:47.691Z | Downloaded assert-json-diff v2.0.2 |
1691 | 2025-03-07T21:39:47.693Z | Downloaded criterion-plot v0.5.0 |
1692 | 2025-03-07T21:39:47.698Z | Downloaded parking v2.2.1 |
1693 | 2025-03-07T21:39:47.698Z | Downloaded event-listener v2.5.3 |
1694 | 2025-03-07T21:39:47.698Z | Downloaded cast v0.3.0 |
1695 | 2025-03-07T21:39:47.701Z | Downloaded serde_regex v1.1.0 |
1696 | 2025-03-07T21:39:47.701Z | Downloaded blocking v1.6.1 |
1697 | 2025-03-07T21:39:47.718Z | Downloaded stringmetrics v2.2.2 |
1698 | 2025-03-07T21:39:47.721Z | Downloaded piper v0.2.4 |
1699 | 2025-03-07T21:39:47.724Z | Downloaded concurrent-queue v2.5.0 |
1700 | 2025-03-07T21:39:47.724Z | Downloaded async-io v2.3.4 |
1701 | 2025-03-07T21:39:47.727Z | Downloaded plotters-backend v0.3.7 |
1702 | 2025-03-07T21:39:47.728Z | Downloaded pathdiff v0.2.3 |
1703 | 2025-03-07T21:39:47.731Z | Downloaded oorandom v11.1.4 |
1704 | 2025-03-07T21:39:47.731Z | Downloaded kv-log-macro v1.0.7 |
1705 | 2025-03-07T21:39:47.731Z | Downloaded relative-path v1.9.3 |
1706 | 2025-03-07T21:39:47.734Z | Downloaded nested v0.1.1 |
1707 | 2025-03-07T21:39:47.734Z | Downloaded async-process v2.3.0 |
1708 | 2025-03-07T21:39:47.737Z | Downloaded async-executor v1.13.1 |
1709 | 2025-03-07T21:39:47.737Z | Downloaded assert_cmd v2.0.16 |
1710 | 2025-03-07T21:39:47.740Z | Downloaded path-tree v0.8.1 |
1711 | 2025-03-07T21:39:47.740Z | Downloaded tinytemplate v1.2.1 |
1712 | 2025-03-07T21:39:47.743Z | Downloaded rust-argon2 v2.1.0 |
1713 | 2025-03-07T21:39:47.743Z | Downloaded hyper-rustls v0.26.0 |
1714 | 2025-03-07T21:39:47.746Z | Downloaded httptest v0.16.3 |
1715 | 2025-03-07T21:39:47.749Z | Downloaded async-signal v0.2.10 |
1716 | 2025-03-07T21:39:47.749Z | Downloaded futures-timer v3.0.3 |
1717 | 2025-03-07T21:39:47.754Z | Downloaded target-spec v3.4.2 |
1718 | 2025-03-07T21:39:47.754Z | Downloaded target-lexicon v0.13.2 |
1719 | 2025-03-07T21:39:47.757Z | Downloaded async-lock v3.4.0 |
1720 | 2025-03-07T21:39:47.757Z | Downloaded similar-asserts v1.7.0 |
1721 | 2025-03-07T21:39:47.757Z | Downloaded rustls-native-certs v0.7.3 |
1722 | 2025-03-07T21:39:47.761Z | Downloaded proc-macro-crate v3.2.0 |
1723 | 2025-03-07T21:39:47.761Z | Downloaded partial-io v0.5.4 |
1724 | 2025-03-07T21:39:47.764Z | Downloaded async-task v4.7.1 |
1725 | 2025-03-07T21:39:47.767Z | Downloaded futures-lite v2.3.0 |
1726 | 2025-03-07T21:39:47.767Z | Downloaded event-listener-strategy v0.5.2 |
1727 | 2025-03-07T21:39:47.770Z | Downloaded trybuild v1.0.103 |
1728 | 2025-03-07T21:39:47.774Z | Downloaded rstest_macros v0.24.0 |
1729 | 2025-03-07T21:39:47.777Z | Downloaded rstest v0.24.0 |
1730 | 2025-03-07T21:39:47.782Z | Downloaded polling v3.7.3 |
1731 | 2025-03-07T21:39:47.785Z | Downloaded rand_distr v0.4.3 |
1732 | 2025-03-07T21:39:47.788Z | Downloaded event-listener v5.3.1 |
1733 | 2025-03-07T21:39:47.791Z | Downloaded cfg-expr v0.18.0 |
1734 | 2025-03-07T21:39:47.794Z | Downloaded blake2b_simd v1.0.2 |
1735 | 2025-03-07T21:39:47.795Z | Downloaded criterion v0.5.1 |
1736 | 2025-03-07T21:39:47.803Z | Downloaded guppy v0.17.17 |
1737 | 2025-03-07T21:39:47.809Z | Downloaded plotters v0.3.7 |
1738 | 2025-03-07T21:39:47.822Z | Downloaded async-std v1.13.0 |
1739 | 2025-03-07T21:39:47.924Z | Downloaded httpmock v0.8.0-alpha.1 |
1740 | 2025-03-07T21:39:48.549Z | Checking cfg-if v1.0.0 |
1741 | 2025-03-07T21:39:48.721Z | Checking libc v0.2.170 |
1742 | 2025-03-07T21:39:48.746Z | Checking serde v1.0.218 |
1743 | 2025-03-07T21:39:48.769Z | Checking memchr v2.7.4 |
1744 | 2025-03-07T21:39:48.796Z | Checking value-bag v1.9.0 |
1745 | 2025-03-07T21:39:48.827Z | Checking itoa v1.0.11 |
1746 | 2025-03-07T21:39:48.850Z | Checking zeroize v1.8.1 |
1747 | 2025-03-07T21:39:48.878Z | Checking smallvec v1.14.0 |
1748 | 2025-03-07T21:39:48.881Z | Checking scopeguard v1.2.0 |
1749 | 2025-03-07T21:39:49.062Z | Checking lock_api v0.4.12 |
1750 | 2025-03-07T21:39:49.095Z | Checking pin-project-lite v0.2.14 |
1751 | 2025-03-07T21:39:49.136Z | Checking subtle v2.6.1 |
1752 | 2025-03-07T21:39:49.202Z | Checking log v0.4.22 |
1753 | 2025-03-07T21:39:49.236Z | Checking once_cell v1.20.3 |
1754 | 2025-03-07T21:39:49.236Z | Checking byteorder v1.5.0 |
1755 | 2025-03-07T21:39:49.431Z | Checking typenum v1.17.0 |
1756 | 2025-03-07T21:39:49.466Z | Checking libm v0.2.8 |
1757 | 2025-03-07T21:39:49.555Z | Checking ryu v1.0.18 |
1758 | 2025-03-07T21:39:49.617Z | Checking futures-core v0.3.31 |
1759 | 2025-03-07T21:39:49.653Z | Checking thiserror v1.0.69 |
1760 | 2025-03-07T21:39:49.698Z | Checking const-oid v0.9.6 |
1761 | 2025-03-07T21:39:49.756Z | Checking getrandom v0.2.15 |
1762 | 2025-03-07T21:39:49.797Z | Checking parking_lot_core v0.9.10 |
1763 | 2025-03-07T21:39:49.827Z | Checking signal-hook-registry v1.4.2 |
1764 | 2025-03-07T21:39:49.848Z | Checking mio v1.0.2 |
1765 | 2025-03-07T21:39:50.003Z | Checking rand_core v0.6.4 |
1766 | 2025-03-07T21:39:50.104Z | Checking socket2 v0.5.8 |
1767 | 2025-03-07T21:39:50.135Z | Checking parking_lot v0.12.3 |
1768 | 2025-03-07T21:39:50.348Z | Checking futures-io v0.3.31 |
1769 | 2025-03-07T21:39:50.423Z | Checking num-traits v0.2.19 |
1770 | 2025-03-07T21:39:50.456Z | Checking slab v0.4.9 |
1771 | 2025-03-07T21:39:50.489Z | Checking generic-array v0.14.7 |
1772 | 2025-03-07T21:39:50.517Z | Checking foldhash v0.1.3 |
1773 | 2025-03-07T21:39:50.546Z | Checking equivalent v1.0.1 |
1774 | 2025-03-07T21:39:50.584Z | Checking allocator-api2 v0.2.18 |
1775 | 2025-03-07T21:39:50.675Z | Checking zerocopy v0.7.35 |
1776 | 2025-03-07T21:39:50.729Z | Checking futures-sink v0.3.31 |
1777 | 2025-03-07T21:39:50.759Z | Checking cpufeatures v0.2.14 |
1778 | 2025-03-07T21:39:50.871Z | Checking getrandom v0.3.1 |
1779 | 2025-03-07T21:39:50.904Z | Checking iana-time-zone v0.1.61 |
1780 | 2025-03-07T21:39:51.068Z | Checking pin-utils v0.1.0 |
1781 | 2025-03-07T21:39:51.135Z | Checking fnv v1.0.7 |
1782 | 2025-03-07T21:39:51.184Z | Checking futures-channel v0.3.31 |
1783 | 2025-03-07T21:39:51.213Z | Checking hashbrown v0.15.1 |
1784 | 2025-03-07T21:39:51.292Z | Checking futures-task v0.3.31 |
1785 | 2025-03-07T21:39:51.509Z | Checking crypto-common v0.1.6 |
1786 | 2025-03-07T21:39:51.540Z | Checking block-buffer v0.10.4 |
1787 | 2025-03-07T21:39:51.570Z | Checking futures-util v0.3.31 |
1788 | 2025-03-07T21:39:51.617Z | Checking stable_deref_trait v1.2.0 |
1789 | 2025-03-07T21:39:51.729Z | Checking errno v0.3.9 |
1790 | 2025-03-07T21:39:51.770Z | Checking dyn-clone v1.0.19 |
1791 | 2025-03-07T21:39:51.802Z | Checking digest v0.10.7 |
1792 | 2025-03-07T21:39:51.806Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1793 | 2025-03-07T21:39:51.930Z | Checking ppv-lite86 v0.2.20 |
1794 | 2025-03-07T21:39:51.933Z | Checking tracing-core v0.1.32 |
1795 | 2025-03-07T21:39:51.952Z | Checking zerofrom v0.1.4 |
1796 | 2025-03-07T21:39:52.170Z | Checking crossbeam-utils v0.8.20 |
1797 | 2025-03-07T21:39:52.219Z | Checking yoke v0.7.4 |
1798 | 2025-03-07T21:39:52.248Z | Checking percent-encoding v2.3.1 |
1799 | 2025-03-07T21:39:52.252Z | Checking writeable v0.5.5 |
1800 | 2025-03-07T21:39:52.474Z | Checking litemap v0.7.3 |
1801 | 2025-03-07T21:39:52.563Z | Checking zerovec v0.10.4 |
1802 | 2025-03-07T21:39:52.566Z | Checking tracing v0.1.40 |
1803 | 2025-03-07T21:39:52.615Z | Checking block-padding v0.3.3 |
1804 | 2025-03-07T21:39:52.648Z | Checking rand_chacha v0.3.1 |
1805 | 2025-03-07T21:39:52.814Z | Checking httparse v1.9.5 |
1806 | 2025-03-07T21:39:52.844Z | Checking inout v0.1.3 |
1807 | 2025-03-07T21:39:52.908Z | Checking icu_locid_transform_data v1.5.0 |
1808 | 2025-03-07T21:39:52.952Z | Checking atomic-waker v1.1.2 |
1809 | 2025-03-07T21:39:53.028Z | Checking form_urlencoded v1.2.1 |
1810 | 2025-03-07T21:39:53.083Z | Checking rand v0.8.5 |
1811 | 2025-03-07T21:39:53.086Z | Checking cipher v0.4.4 |
1812 | 2025-03-07T21:39:53.128Z | Checking spin v0.9.8 |
1813 | 2025-03-07T21:39:53.246Z | Checking icu_properties_data v1.5.0 |
1814 | 2025-03-07T21:39:53.274Z | Checking bytes v1.10.0 |
1815 | 2025-03-07T21:39:53.277Z | Checking bitflags v2.6.0 |
1816 | 2025-03-07T21:39:53.481Z | Checking serde_json v1.0.139 |
1817 | 2025-03-07T21:39:53.515Z | Checking chrono v0.4.40 |
1818 | 2025-03-07T21:39:53.518Z | Checking uuid v1.15.1 |
1819 | 2025-03-07T21:39:53.568Z | Checking semver v1.0.25 |
1820 | 2025-03-07T21:39:53.994Z | Checking indexmap v2.7.1 |
1821 | 2025-03-07T21:39:54.109Z | Checking rustix v0.38.37 |
1822 | 2025-03-07T21:39:54.201Z | Checking tinystr v0.7.6 |
1823 | 2025-03-07T21:39:54.302Z | Checking tokio v1.43.0 |
1824 | 2025-03-07T21:39:54.333Z | Checking http v1.2.0 |
1825 | 2025-03-07T21:39:54.530Z | Checking icu_locid v1.5.0 |
1826 | 2025-03-07T21:39:55.152Z | Checking icu_collections v1.5.0 |
1827 | 2025-03-07T21:39:55.200Z | Checking untrusted v0.9.0 |
1828 | 2025-03-07T21:39:55.389Z | Checking powerfmt v0.2.0 |
1829 | 2025-03-07T21:39:55.553Z | Checking schemars v0.8.22 |
1830 | 2025-03-07T21:39:55.556Z | Checking icu_provider v1.5.0 |
1831 | 2025-03-07T21:39:55.650Z | Checking regex-syntax v0.8.5 |
1832 | 2025-03-07T21:39:55.679Z | Checking deranged v0.3.11 |
1833 | 2025-03-07T21:39:55.840Z | Checking ring v0.17.11 |
1834 | 2025-03-07T21:39:56.133Z | Checking num-conv v0.1.0 |
1835 | 2025-03-07T21:39:56.160Z | Checking icu_locid_transform v1.5.0 |
1836 | 2025-03-07T21:39:56.376Z | Checking num_threads v0.1.7 |
1837 | 2025-03-07T21:39:56.515Z | Checking icu_normalizer_data v1.5.0 |
1838 | 2025-03-07T21:39:56.642Z | Checking write16 v1.0.0 |
1839 | 2025-03-07T21:39:56.792Z | Checking utf8_iter v1.0.4 |
1840 | 2025-03-07T21:39:56.898Z | Checking time-core v0.1.2 |
1841 | 2025-03-07T21:39:57.002Z | Checking utf16_iter v1.0.5 |
1842 | 2025-03-07T21:39:57.068Z | Checking time v0.3.36 |
1843 | 2025-03-07T21:39:57.163Z | Checking aho-corasick v1.1.3 |
1844 | 2025-03-07T21:39:57.194Z | Checking base64ct v1.6.0 |
1845 | 2025-03-07T21:39:57.198Z | Checking icu_properties v1.5.1 |
1846 | 2025-03-07T21:39:57.339Z | Checking unicode-ident v1.0.14 |
1847 | 2025-03-07T21:39:57.529Z | Checking proc-macro2 v1.0.93 |
1848 | 2025-03-07T21:39:57.673Z | Checking hmac v0.12.1 |
1849 | 2025-03-07T21:39:57.911Z | Checking sha2 v0.10.8 |
1850 | 2025-03-07T21:39:58.160Z | Checking adler2 v2.0.0 |
1851 | 2025-03-07T21:39:58.191Z | Checking rustls-pki-types v1.10.0 |
1852 | 2025-03-07T21:39:58.350Z | Checking miniz_oxide v0.8.5 |
1853 | 2025-03-07T21:39:58.504Z | Checking quote v1.0.38 |
1854 | 2025-03-07T21:39:58.759Z | Checking http-body v1.0.1 |
1855 | 2025-03-07T21:39:58.788Z | Checking aws-lc-sys v0.26.0 |
1856 | 2025-03-07T21:39:58.866Z | Checking syn v2.0.98 |
1857 | 2025-03-07T21:39:58.991Z | Checking regex-automata v0.4.8 |
1858 | 2025-03-07T21:39:58.994Z | Checking try-lock v0.2.5 |
1859 | 2025-03-07T21:39:59.127Z | Checking base64 v0.22.1 |
1860 | 2025-03-07T21:39:59.157Z | Checking httpdate v1.0.3 |
1861 | 2025-03-07T21:39:59.404Z | Checking untrusted v0.7.1 |
1862 | 2025-03-07T21:39:59.433Z | Checking want v0.3.1 |
1863 | 2025-03-07T21:39:59.601Z | Checking pem-rfc7468 v0.7.0 |
1864 | 2025-03-07T21:39:59.604Z | Checking tower-service v0.3.3 |
1865 | 2025-03-07T21:39:59.652Z | Checking slog v2.7.0 |
1866 | 2025-03-07T21:39:59.758Z | Checking mime v0.3.17 |
1867 | 2025-03-07T21:39:59.874Z | Checking flagset v0.4.6 |
1868 | 2025-03-07T21:40:00.075Z | Checking pbkdf2 v0.12.2 |
1869 | 2025-03-07T21:40:00.104Z | Checking der v0.7.9 |
1870 | 2025-03-07T21:40:00.129Z | Checking aes v0.8.4 |
1871 | 2025-03-07T21:40:00.261Z | Checking gimli v0.31.1 |
1872 | 2025-03-07T21:40:00.545Z | Checking icu_normalizer v1.5.0 |
1873 | 2025-03-07T21:40:01.015Z | Checking aws-lc-rs v1.12.4 |
1874 | 2025-03-07T21:40:01.053Z | Checking tokio-util v0.7.13 |
1875 | 2025-03-07T21:40:01.106Z | Checking http-body-util v0.1.2 |
1876 | 2025-03-07T21:40:01.351Z | Checking idna_adapter v1.2.0 |
1877 | 2025-03-07T21:40:01.797Z | Checking idna v1.0.3 |
1878 | 2025-03-07T21:40:01.816Z | Checking cbc v0.1.2 |
1879 | 2025-03-07T21:40:01.833Z | Checking salsa20 v0.10.2 |
1880 | 2025-03-07T21:40:01.839Z | Checking spki v0.7.3 |
1881 | 2025-03-07T21:40:01.932Z | Checking h2 v0.4.6 |
1882 | 2025-03-07T21:40:02.055Z | Checking lazy_static v1.5.0 |
1883 | 2025-03-07T21:40:02.096Z | Checking url v2.5.3 |
1884 | 2025-03-07T21:40:02.169Z | Checking object v0.36.5 |
1885 | 2025-03-07T21:40:02.210Z | Checking rustc-demangle v0.1.24 |
1886 | 2025-03-07T21:40:02.679Z | Checking scrypt v0.11.0 |
1887 | 2025-03-07T21:40:02.902Z | Checking rustls-webpki v0.102.8 |
1888 | 2025-03-07T21:40:02.935Z | Checking rustls-pemfile v2.2.0 |
1889 | 2025-03-07T21:40:02.988Z | Checking foreign-types-shared v0.1.1 |
1890 | 2025-03-07T21:40:03.031Z | Checking regex v1.11.1 |
1891 | 2025-03-07T21:40:03.119Z | Checking ipnet v2.11.0 |
1892 | 2025-03-07T21:40:03.172Z | Checking openssl-probe v0.1.5 |
1893 | 2025-03-07T21:40:03.353Z | Checking utf8parse v0.2.2 |
1894 | 2025-03-07T21:40:03.539Z | Checking foreign-types v0.3.2 |
1895 | 2025-03-07T21:40:03.571Z | Checking pkcs5 v0.7.1 |
1896 | 2025-03-07T21:40:03.642Z | Checking serde_urlencoded v0.7.1 |
1897 | 2025-03-07T21:40:03.674Z | Checking openssl-sys v0.9.106 |
1898 | 2025-03-07T21:40:03.681Z | Checking encoding_rs v0.8.34 |
1899 | 2025-03-07T21:40:04.075Z | Checking pkcs8 v0.10.2 |
1900 | 2025-03-07T21:40:04.078Z | Checking futures-executor v0.3.31 |
1901 | 2025-03-07T21:40:04.128Z | Checking addr2line v0.24.2 |
1902 | 2025-03-07T21:40:04.340Z | Checking toml_datetime v0.6.8 |
1903 | 2025-03-07T21:40:04.397Z | Checking serde_spanned v0.6.8 |
1904 | 2025-03-07T21:40:04.604Z | Checking anstyle v1.0.10 |
1905 | 2025-03-07T21:40:04.669Z | Checking futures v0.3.31 |
1906 | 2025-03-07T21:40:04.673Z | Checking rustls v0.23.19 |
1907 | 2025-03-07T21:40:04.786Z | Checking either v1.14.0 |
1908 | 2025-03-07T21:40:04.842Z | Checking openssl v0.10.71 |
1909 | 2025-03-07T21:40:04.968Z | Checking psl-types v2.0.11 |
1910 | 2025-03-07T21:40:04.999Z | Checking anstyle-parse v0.2.5 |
1911 | 2025-03-07T21:40:05.169Z | Checking cookie v0.18.1 |
1912 | 2025-03-07T21:40:05.198Z | Checking publicsuffix v2.3.0 |
1913 | 2025-03-07T21:40:05.291Z | Checking webpki-roots v0.26.6 |
1914 | 2025-03-07T21:40:05.484Z | Checking sync_wrapper v1.0.1 |
1915 | 2025-03-07T21:40:05.529Z | Checking is-terminal v0.4.13 |
1916 | 2025-03-07T21:40:05.651Z | Checking tower-layer v0.3.3 |
1917 | 2025-03-07T21:40:05.681Z | Checking colorchoice v1.0.2 |
1918 | 2025-03-07T21:40:05.684Z | Checking is_terminal_polyfill v1.70.1 |
1919 | 2025-03-07T21:40:05.837Z | Checking anstyle-query v1.1.1 |
1920 | 2025-03-07T21:40:05.868Z | Checking data-encoding v2.6.0 |
1921 | 2025-03-07T21:40:05.871Z | Checking cookie_store v0.21.1 |
1922 | 2025-03-07T21:40:05.919Z | Checking tower v0.5.2 |
1923 | 2025-03-07T21:40:05.977Z | Checking anstream v0.6.15 |
1924 | 2025-03-07T21:40:06.353Z | Checking terminal_size v0.4.0 |
1925 | 2025-03-07T21:40:06.425Z | Checking openapiv3 v2.0.0 |
1926 | 2025-03-07T21:40:06.559Z | Checking sha1 v0.10.6 |
1927 | 2025-03-07T21:40:06.585Z | Checking clap_lex v0.7.4 |
1928 | 2025-03-07T21:40:06.631Z | Checking strsim v0.11.1 |
1929 | 2025-03-07T21:40:06.850Z | Checking camino v1.1.9 |
1930 | 2025-03-07T21:40:06.879Z | Checking signature v2.2.0 |
1931 | 2025-03-07T21:40:06.942Z | Checking clap_builder v4.5.31 |
1932 | 2025-03-07T21:40:07.099Z | Checking bitflags v1.3.2 |
1933 | 2025-03-07T21:40:07.210Z | Checking tinyvec_macros v0.1.1 |
1934 | 2025-03-07T21:40:07.329Z | Checking tinyvec v1.8.0 |
1935 | 2025-03-07T21:40:07.388Z | Checking dirs-sys-next v0.1.2 |
1936 | 2025-03-07T21:40:07.593Z | Checking scroll v0.12.0 |
1937 | 2025-03-07T21:40:08.101Z | Checking plain v0.2.3 |
1938 | 2025-03-07T21:40:08.105Z | Checking backtrace v0.3.74 |
1939 | 2025-03-07T21:40:08.238Z | Checking hyper v1.6.0 |
1940 | 2025-03-07T21:40:08.287Z | Checking ucd-trie v0.1.7 |
1941 | 2025-03-07T21:40:08.514Z | Checking pest v2.7.14 |
1942 | 2025-03-07T21:40:08.625Z | Checking goblin v0.8.2 |
1943 | 2025-03-07T21:40:08.711Z | Checking anyhow v1.0.97 |
1944 | 2025-03-07T21:40:09.127Z | Checking dirs-next v2.0.0 |
1945 | 2025-03-07T21:40:09.286Z | Checking crossbeam-channel v0.5.13 |
1946 | 2025-03-07T21:40:09.784Z | Checking num-integer v0.1.46 |
1947 | 2025-03-07T21:40:09.828Z | Checking tokio-rustls v0.26.0 |
1948 | 2025-03-07T21:40:09.972Z | Checking clap v4.5.31 |
1949 | 2025-03-07T21:40:10.003Z | Checking thread_local v1.1.8 |
1950 | 2025-03-07T21:40:10.054Z | Checking native-tls v0.2.12 |
1951 | 2025-03-07T21:40:10.101Z | Checking pretty-hex v0.4.1 |
1952 | 2025-03-07T21:40:10.211Z | Checking winnow v0.7.3 |
1953 | 2025-03-07T21:40:10.255Z | Checking hyper-util v0.1.10 |
1954 | 2025-03-07T21:40:10.283Z | Checking term v0.7.0 |
1955 | 2025-03-07T21:40:10.314Z | Checking thread-id v4.2.2 |
1956 | 2025-03-07T21:40:10.318Z | Checking crc32fast v1.4.2 |
1957 | 2025-03-07T21:40:10.378Z | Checking tokio-native-tls v0.3.1 |
1958 | 2025-03-07T21:40:10.446Z | Checking base16ct v0.2.0 |
1959 | 2025-03-07T21:40:10.594Z | Checking take_mut v0.2.2 |
1960 | 2025-03-07T21:40:10.668Z | Checking sec1 v0.7.3 |
1961 | 2025-03-07T21:40:10.671Z | Checking ff v0.13.0 |
1962 | 2025-03-07T21:40:10.721Z | Checking slog-term v2.9.1 |
1963 | 2025-03-07T21:40:10.752Z | Checking slog-async v2.8.0 |
1964 | 2025-03-07T21:40:10.915Z | Checking memmap v0.7.0 |
1965 | 2025-03-07T21:40:11.035Z | Checking dtrace-parser v0.2.0 |
1966 | 2025-03-07T21:40:11.085Z | Checking zerocopy v0.8.10 |
1967 | 2025-03-07T21:40:11.135Z | Checking group v0.13.0 |
1968 | 2025-03-07T21:40:11.181Z | Checking num-iter v0.1.45 |
1969 | 2025-03-07T21:40:11.213Z | Checking hkdf v0.12.4 |
1970 | 2025-03-07T21:40:11.378Z | Checking hex v0.4.3 |
1971 | 2025-03-07T21:40:11.421Z | Checking crypto-bigint v0.5.5 |
1972 | 2025-03-07T21:40:11.457Z | Checking utf-8 v0.7.6 |
1973 | 2025-03-07T21:40:11.547Z | Checking match_cfg v0.1.0 |
1974 | 2025-03-07T21:40:11.663Z | Checking unicode-width v0.2.0 |
1975 | 2025-03-07T21:40:11.694Z | Checking static_assertions v1.1.0 |
1976 | 2025-03-07T21:40:11.819Z | Checking hostname v0.3.1 |
1977 | 2025-03-07T21:40:11.876Z | Checking bstr v1.10.0 |
1978 | 2025-03-07T21:40:11.982Z | Checking unicode-segmentation v1.12.0 |
1979 | 2025-03-07T21:40:12.156Z | Checking winnow v0.5.40 |
1980 | 2025-03-07T21:40:12.159Z | Checking hyper-tls v0.6.0 |
1981 | 2025-03-07T21:40:12.503Z | Checking hyper-rustls v0.27.3 |
1982 | 2025-03-07T21:40:12.690Z | Checking num-bigint-dig v0.8.4 |
1983 | 2025-03-07T21:40:12.747Z | Checking flate2 v1.1.0 |
1984 | 2025-03-07T21:40:12.836Z | Checking reqwest v0.12.12 |
1985 | 2025-03-07T21:40:12.994Z | Checking toml_edit v0.22.24 |
1986 | 2025-03-07T21:40:13.429Z | Checking pkcs1 v0.7.5 |
1987 | 2025-03-07T21:40:13.513Z | Checking dof v0.3.0 |
1988 | 2025-03-07T21:40:13.895Z | Checking crossbeam-epoch v0.9.18 |
1989 | 2025-03-07T21:40:13.978Z | Checking zerocopy v0.6.6 |
1990 | 2025-03-07T21:40:14.170Z | Checking usdt-impl v0.5.0 |
1991 | 2025-03-07T21:40:14.202Z | Checking elliptic-curve v0.13.8 |
1992 | 2025-03-07T21:40:14.342Z | Checking quick-error v1.2.3 |
1993 | 2025-03-07T21:40:14.512Z | Checking unicode-normalization v0.1.24 |
1994 | 2025-03-07T21:40:14.641Z | Checking rsa v0.9.6 |
1995 | 2025-03-07T21:40:14.693Z | Checking slog-json v2.6.1 |
1996 | 2025-03-07T21:40:14.697Z | Checking rfc6979 v0.4.0 |
1997 | 2025-03-07T21:40:14.740Z | Checking usdt v0.5.0 |
1998 | 2025-03-07T21:40:14.833Z | Checking hubpack v0.1.2 |
1999 | 2025-03-07T21:40:14.900Z | Checking debug-ignore v1.0.5 |
2000 | 2025-03-07T21:40:14.960Z | Checking managed v0.8.0 |
2001 | 2025-03-07T21:40:14.989Z | Checking toml_edit v0.19.15 |
2002 | 2025-03-07T21:40:15.024Z | Checking slog-bunyan v2.5.0 |
2003 | 2025-03-07T21:40:15.075Z | Checking ecdsa v0.16.9 |
2004 | 2025-03-07T21:40:15.150Z | Checking crossbeam-deque v0.8.5 |
2005 | 2025-03-07T21:40:15.213Z | Checking rustls v0.22.4 |
2006 | 2025-03-07T21:40:15.329Z | Checking x509-cert v0.2.5 |
2007 | 2025-03-07T21:40:15.434Z | Checking serde_path_to_error v0.1.16 |
2008 | 2025-03-07T21:40:15.501Z | Checking curve25519-dalek v4.1.3 |
2009 | 2025-03-07T21:40:15.583Z | Checking ahash v0.8.11 |
2010 | 2025-03-07T21:40:15.752Z | Checking toml v0.8.20 |
2011 | 2025-03-07T21:40:15.800Z | Checking bzip2-sys v0.1.11+1.0.8 |
2012 | 2025-03-07T21:40:15.954Z | Checking siphasher v0.3.11 |
2013 | 2025-03-07T21:40:16.008Z | Checking bzip2 v0.4.4 |
2014 | 2025-03-07T21:40:16.081Z | Checking rayon-core v1.12.1 |
2015 | 2025-03-07T21:40:16.263Z | Checking ed25519 v2.2.3 |
2016 | 2025-03-07T21:40:16.322Z | Checking signal-hook v0.3.17 |
2017 | 2025-03-07T21:40:16.457Z | Checking rand_core v0.9.2 |
2018 | 2025-03-07T21:40:16.608Z | Checking console v0.15.10 |
2019 | 2025-03-07T21:40:16.680Z | Checking hickory-proto v0.24.4 |
2020 | 2025-03-07T21:40:16.742Z | Checking multer v3.1.0 |
2021 | 2025-03-07T21:40:16.815Z | Checking itertools v0.10.5 |
2022 | 2025-03-07T21:40:16.931Z | Checking waitgroup v0.1.2 |
2023 | 2025-03-07T21:40:17.098Z | Checking memoffset v0.9.1 |
2024 | 2025-03-07T21:40:17.140Z | Checking async-stream v0.3.6 |
2025 | 2025-03-07T21:40:17.180Z | Checking hostname v0.4.0 |
2026 | 2025-03-07T21:40:17.235Z | Checking rand_chacha v0.9.0 |
2027 | 2025-03-07T21:40:17.340Z | Checking signal-hook-mio v0.2.4 |
2028 | 2025-03-07T21:40:17.368Z | Checking ed25519-dalek v2.1.1 |
2029 | 2025-03-07T21:40:17.371Z | Checking zip v0.6.6 |
2030 | 2025-03-07T21:40:17.466Z | Checking toml v0.7.8 |
2031 | 2025-03-07T21:40:17.500Z | Checking fs-err v2.11.0 |
2032 | 2025-03-07T21:40:17.615Z | Checking hash32 v0.2.1 |
2033 | 2025-03-07T21:40:17.790Z | Checking linked-hash-map v0.5.6 |
2034 | 2025-03-07T21:40:17.947Z | Checking bumpalo v3.16.0 |
2035 | 2025-03-07T21:40:18.052Z | Checking simd-adler32 v0.3.7 |
2036 | 2025-03-07T21:40:18.086Z | Checking lockfree-object-pool v0.1.6 |
2037 | 2025-03-07T21:40:18.117Z | Checking unicode-properties v0.1.3 |
2038 | 2025-03-07T21:40:18.162Z | Checking predicates-core v1.0.8 |
2039 | 2025-03-07T21:40:18.287Z | Checking unicode-bidi v0.3.17 |
2040 | 2025-03-07T21:40:18.358Z | Checking lru-cache v0.1.2 |
2041 | 2025-03-07T21:40:18.386Z | Checking heapless v0.7.17 |
2042 | 2025-03-07T21:40:18.415Z | Checking zopfli v0.8.1 |
2043 | 2025-03-07T21:40:18.520Z | Checking rand v0.9.0 |
2044 | 2025-03-07T21:40:18.550Z | Checking crossterm v0.28.1 |
2045 | 2025-03-07T21:40:18.554Z | Checking tokio-rustls v0.25.0 |
2046 | 2025-03-07T21:40:18.880Z | Checking rayon v1.10.0 |
2047 | 2025-03-07T21:40:18.945Z | Checking stringprep v0.1.5 |
2048 | 2025-03-07T21:40:18.975Z | Checking dropshot v0.12.0 |
2049 | 2025-03-07T21:40:19.106Z | Checking phf_shared v0.11.2 |
2050 | 2025-03-07T21:40:19.236Z | Checking similar v2.7.0 |
2051 | 2025-03-07T21:40:19.336Z | Checking tokio-stream v0.1.17 |
2052 | 2025-03-07T21:40:19.399Z | Checking newtype-uuid v1.2.1 |
2053 | 2025-03-07T21:40:19.557Z | Checking md-5 v0.10.6 |
2054 | 2025-03-07T21:40:19.677Z | Checking float-cmp v0.10.0 |
2055 | 2025-03-07T21:40:19.800Z | Checking fallible-iterator v0.2.0 |
2056 | 2025-03-07T21:40:19.888Z | Checking difflib v0.4.0 |
2057 | 2025-03-07T21:40:20.117Z | Checking normalize-line-endings v0.3.0 |
2058 | 2025-03-07T21:40:20.163Z | Checking phf v0.11.2 |
2059 | 2025-03-07T21:40:20.234Z | Checking smoltcp v0.9.1 |
2060 | 2025-03-07T21:40:20.270Z | Checking predicates v3.1.3 |
2061 | 2025-03-07T21:40:20.301Z | Checking zip v2.1.3 |
2062 | 2025-03-07T21:40:20.365Z | Checking postgres-protocol v0.6.8 |
2063 | 2025-03-07T21:40:20.439Z | Checking nix v0.29.0 |
2064 | 2025-03-07T21:40:20.919Z | Checking phf_shared v0.10.0 |
2065 | 2025-03-07T21:40:21.041Z | Checking resolv-conf v0.7.0 |
2066 | 2025-03-07T21:40:21.184Z | Checking tungstenite v0.24.0 |
2067 | 2025-03-07T21:40:21.281Z | Checking buf-list v1.0.3 |
2068 | 2025-03-07T21:40:21.387Z | Checking serde-big-array v0.5.1 |
2069 | 2025-03-07T21:40:21.431Z | Checking portable-atomic v1.9.0 |
2070 | 2025-03-07T21:40:21.609Z | Checking fixedbitset v0.4.2 |
2071 | 2025-03-07T21:40:21.612Z | Checking number_prefix v0.4.0 |
2072 | 2025-03-07T21:40:21.663Z | Checking new_debug_unreachable v1.0.6 |
2073 | 2025-03-07T21:40:21.782Z | Checking lalrpop-util v0.19.12 |
2074 | 2025-03-07T21:40:21.826Z | Checking precomputed-hash v0.1.1 |
2075 | 2025-03-07T21:40:21.858Z | Checking minimal-lexical v0.2.1 |
2076 | 2025-03-07T21:40:21.899Z | Checking petgraph v0.6.5 |
2077 | 2025-03-07T21:40:21.971Z | Checking string_cache v0.8.7 |
2078 | 2025-03-07T21:40:22.081Z | Checking tokio-tungstenite v0.24.0 |
2079 | 2025-03-07T21:40:22.110Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2080 | 2025-03-07T21:40:22.264Z | Checking nom v7.1.3 |
2081 | 2025-03-07T21:40:22.298Z | Checking hickory-resolver v0.24.4 |
2082 | 2025-03-07T21:40:22.386Z | Checking postgres-types v0.2.9 |
2083 | 2025-03-07T21:40:22.512Z | Checking indicatif v0.17.11 |
2084 | 2025-03-07T21:40:22.563Z | Checking itertools v0.12.1 |
2085 | 2025-03-07T21:40:22.592Z | Checking whoami v1.5.2 |
2086 | 2025-03-07T21:40:22.916Z | Checking peg-runtime v0.8.5 |
2087 | 2025-03-07T21:40:23.064Z | Checking tokio-postgres v0.7.13 |
2088 | 2025-03-07T21:40:23.153Z | Compiling thiserror-impl v2.0.11 |
2089 | 2025-03-07T21:40:23.442Z | Compiling regress v0.10.3 |
2090 | 2025-03-07T21:40:23.894Z | Checking qorb v0.2.1 |
2091 | 2025-03-07T21:40:24.950Z | Compiling ident_case v1.0.1 |
2092 | 2025-03-07T21:40:24.954Z | Compiling unsafe-libyaml v0.2.11 |
2093 | 2025-03-07T21:40:25.022Z | Checking heck v0.5.0 |
2094 | 2025-03-07T21:40:25.161Z | Compiling darling_core v0.20.10 |
2095 | 2025-03-07T21:40:25.986Z | Checking fastrand v2.1.1 |
2096 | 2025-03-07T21:40:26.340Z | Compiling serde_yaml v0.9.34+deprecated |
2097 | 2025-03-07T21:40:26.394Z | Compiling structmeta-derive v0.3.0 |
2098 | 2025-03-07T21:40:26.427Z | Checking thiserror v2.0.11 |
2099 | 2025-03-07T21:40:26.589Z | Checking tempfile v3.13.0 |
2100 | 2025-03-07T21:40:26.793Z | Checking progenitor-client v0.9.1 |
2101 | 2025-03-07T21:40:26.968Z | Checking ipnetwork v0.21.1 |
2102 | 2025-03-07T21:40:27.203Z | Compiling typify-impl v0.2.0 |
2103 | 2025-03-07T21:40:27.262Z | Checking strum v0.26.3 |
2104 | 2025-03-07T21:40:27.328Z | Compiling daft-derive v0.1.1 |
2105 | 2025-03-07T21:40:27.447Z | Checking wait-timeout v0.2.0 |
2106 | 2025-03-07T21:40:27.659Z | Checking oxnet v0.1.1 |
2107 | 2025-03-07T21:40:28.049Z | Compiling dropshot v0.16.0 |
2108 | 2025-03-07T21:40:28.145Z | Checking bit-vec v0.8.0 |
2109 | 2025-03-07T21:40:28.473Z | Checking rusty-fork v0.3.0 |
2110 | 2025-03-07T21:40:28.558Z | Checking bit-set v0.8.0 |
2111 | 2025-03-07T21:40:28.796Z | Checking macaddr v1.0.1 |
2112 | 2025-03-07T21:40:28.831Z | Checking rand_xorshift v0.3.0 |
2113 | 2025-03-07T21:40:28.860Z | Compiling dropshot_endpoint v0.16.0 |
2114 | 2025-03-07T21:40:29.008Z | Compiling structmeta v0.3.0 |
2115 | 2025-03-07T21:40:29.045Z | Checking unarray v0.1.4 |
2116 | 2025-03-07T21:40:29.153Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2117 | 2025-03-07T21:40:29.218Z | Checking proptest v1.6.0 |
2118 | 2025-03-07T21:40:29.402Z | Compiling parse-display-derive v0.10.0 |
2119 | 2025-03-07T21:40:29.824Z | Compiling test-strategy v0.4.0 |
2120 | 2025-03-07T21:40:29.950Z | Checking progenitor-client v0.8.0 |
2121 | 2025-03-07T21:40:30.337Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2122 | 2025-03-07T21:40:30.519Z | Checking instant v0.1.13 |
2123 | 2025-03-07T21:40:30.663Z | Checking daft v0.1.1 |
2124 | 2025-03-07T21:40:31.006Z | Compiling darling_macro v0.20.10 |
2125 | 2025-03-07T21:40:31.106Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2126 | 2025-03-07T21:40:31.351Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2127 | 2025-03-07T21:40:31.772Z | Checking backoff v0.4.0 |
2128 | 2025-03-07T21:40:31.903Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2129 | 2025-03-07T21:40:31.928Z | Compiling darling v0.20.10 |
2130 | 2025-03-07T21:40:32.072Z | Compiling serde_with_macros v3.12.0 |
2131 | 2025-03-07T21:40:32.075Z | Checking camino-tempfile v1.1.1 |
2132 | 2025-03-07T21:40:32.121Z | Checking unicode-width v0.1.14 |
2133 | 2025-03-07T21:40:32.408Z | Compiling proc-macro-error v1.0.4 |
2134 | 2025-03-07T21:40:32.625Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2025-03-07T21:40:33.155Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2136 | 2025-03-07T21:40:33.271Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2137 | 2025-03-07T21:40:33.301Z | Checking parse-display v0.10.0 |
2138 | 2025-03-07T21:40:33.492Z | Compiling num_enum_derive v0.5.11 |
2139 | 2025-03-07T21:40:33.610Z | Checking tabwriter v1.4.0 |
2140 | 2025-03-07T21:40:33.638Z | Compiling foreign-types-macros v0.2.3 |
2141 | 2025-03-07T21:40:33.693Z | Checking foreign-types-shared v0.3.1 |
2142 | 2025-03-07T21:40:33.732Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2143 | 2025-03-07T21:40:34.016Z | Checking cstr-argument v0.1.2 |
2144 | 2025-03-07T21:40:34.065Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2145 | 2025-03-07T21:40:34.196Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2146 | 2025-03-07T21:40:34.235Z | Checking pretty-hex v0.2.1 |
2147 | 2025-03-07T21:40:34.439Z | Checking colored v2.2.0 |
2148 | 2025-03-07T21:40:34.554Z | Checking serde_with v3.12.0 |
2149 | 2025-03-07T21:40:34.591Z | Checking winnow v0.6.20 |
2150 | 2025-03-07T21:40:34.844Z | Checking smf v0.2.3 |
2151 | 2025-03-07T21:40:34.872Z | Checking foreign-types v0.5.0 |
2152 | 2025-03-07T21:40:34.900Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2153 | 2025-03-07T21:40:34.994Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2154 | 2025-03-07T21:40:35.077Z | Checking itertools v0.14.0 |
2155 | 2025-03-07T21:40:35.291Z | Compiling typify-impl v0.3.0 |
2156 | 2025-03-07T21:40:35.295Z | Checking base64 v0.21.7 |
2157 | 2025-03-07T21:40:35.754Z | Checking num_enum v0.5.11 |
2158 | 2025-03-07T21:40:35.808Z | Compiling itertools v0.13.0 |
2159 | 2025-03-07T21:40:35.947Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2160 | 2025-03-07T21:40:36.247Z | Compiling crucible-workspace-hack v0.1.0 |
2161 | 2025-03-07T21:40:37.252Z | Compiling heapless v0.8.0 |
2162 | 2025-03-07T21:40:37.545Z | Checking hash32 v0.3.1 |
2163 | 2025-03-07T21:40:37.600Z | Compiling smoltcp v0.11.0 |
2164 | 2025-03-07T21:40:37.749Z | Checking cobs v0.2.3 |
2165 | 2025-03-07T21:40:37.971Z | Checking postcard v1.0.10 |
2166 | 2025-03-07T21:40:38.336Z | Checking sigpipe v0.1.3 |
2167 | 2025-03-07T21:40:38.472Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2168 | 2025-03-07T21:40:38.518Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2169 | 2025-03-07T21:40:38.706Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2170 | 2025-03-07T21:40:38.735Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2171 | 2025-03-07T21:40:38.928Z | Compiling mockall_derive v0.13.1 |
2172 | 2025-03-07T21:40:39.247Z | Checking termtree v0.4.1 |
2173 | 2025-03-07T21:40:39.296Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2174 | 2025-03-07T21:40:39.322Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2175 | 2025-03-07T21:40:39.478Z | Checking predicates-tree v1.0.11 |
2176 | 2025-03-07T21:40:39.587Z | Compiling zone_cfg_derive v0.3.0 |
2177 | 2025-03-07T21:40:39.611Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2178 | 2025-03-07T21:40:39.642Z | Compiling num-derive v0.4.2 |
2179 | 2025-03-07T21:40:39.963Z | Checking downcast v0.11.0 |
2180 | 2025-03-07T21:40:40.190Z | Checking fragile v2.0.0 |
2181 | 2025-03-07T21:40:40.486Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2182 | 2025-03-07T21:40:40.879Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2183 | 2025-03-07T21:40:40.927Z | Checking zone v0.3.0 |
2184 | 2025-03-07T21:40:41.154Z | Checking atomicwrites v0.4.4 |
2185 | 2025-03-07T21:40:41.357Z | Compiling convert_case v0.4.0 |
2186 | 2025-03-07T21:40:41.451Z | Compiling typify-macro v0.2.0 |
2187 | 2025-03-07T21:40:41.735Z | Checking tungstenite v0.21.0 |
2188 | 2025-03-07T21:40:41.820Z | Checking newline-converter v0.3.0 |
2189 | 2025-03-07T21:40:41.904Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2190 | 2025-03-07T21:40:41.998Z | Checking expectorate v1.1.0 |
2191 | 2025-03-07T21:40:42.172Z | Compiling derive_more v0.99.19 |
2192 | 2025-03-07T21:40:42.198Z | Checking same-file v1.0.6 |
2193 | 2025-03-07T21:40:42.370Z | Checking arc-swap v1.7.1 |
2194 | 2025-03-07T21:40:42.397Z | Checking walkdir v2.5.0 |
2195 | 2025-03-07T21:40:42.672Z | Checking tokio-tungstenite v0.21.0 |
2196 | 2025-03-07T21:40:42.720Z | Checking fixedbitset v0.5.7 |
2197 | 2025-03-07T21:40:42.830Z | Checking slog-scope v4.4.0 |
2198 | 2025-03-07T21:40:43.054Z | Checking slog-stdlog v4.1.1 |
2199 | 2025-03-07T21:40:43.120Z | Checking petgraph v0.7.1 |
2200 | 2025-03-07T21:40:43.196Z | Checking xattr v1.3.1 |
2201 | 2025-03-07T21:40:43.253Z | Checking filetime v0.2.25 |
2202 | 2025-03-07T21:40:43.417Z | Checking slog-envlogger v2.2.0 |
2203 | 2025-03-07T21:40:43.484Z | Checking tar v0.4.44 |
2204 | 2025-03-07T21:40:43.691Z | Checking num-rational v0.4.2 |
2205 | 2025-03-07T21:40:44.350Z | Checking num-complex v0.4.6 |
2206 | 2025-03-07T21:40:44.417Z | Checking float-ord v0.3.2 |
2207 | 2025-03-07T21:40:44.585Z | Checking password-hash v0.5.0 |
2208 | 2025-03-07T21:40:45.027Z | Checking blake2 v0.10.6 |
2209 | 2025-03-07T21:40:45.056Z | Compiling typify v0.2.0 |
2210 | 2025-03-07T21:40:45.213Z | Compiling progenitor-impl v0.8.0 |
2211 | 2025-03-07T21:40:45.242Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2212 | 2025-03-07T21:40:45.496Z | Checking num v0.4.3 |
2213 | 2025-03-07T21:40:45.618Z | Checking indent_write v2.2.0 |
2214 | 2025-03-07T21:40:45.854Z | Checking argon2 v0.5.3 |
2215 | 2025-03-07T21:40:45.930Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2216 | 2025-03-07T21:40:46.271Z | Compiling owo-colors v4.2.0 |
2217 | 2025-03-07T21:40:46.558Z | Checking swrite v0.1.0 |
2218 | 2025-03-07T21:40:46.718Z | Compiling cancel-safe-futures v0.1.5 |
2219 | 2025-03-07T21:40:46.832Z | Checking mockall v0.13.1 |
2220 | 2025-03-07T21:40:46.987Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2221 | 2025-03-07T21:40:47.070Z | Checking libsw-core v0.3.1 |
2222 | 2025-03-07T21:40:47.340Z | Checking libsw v3.4.0 |
2223 | 2025-03-07T21:40:47.607Z | Checking linear-map v1.2.0 |
2224 | 2025-03-07T21:40:47.735Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2225 | 2025-03-07T21:40:47.868Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2226 | 2025-03-07T21:40:47.893Z | Checking pem v3.0.5 |
2227 | 2025-03-07T21:40:48.007Z | Compiling lzma-sys v0.1.20 |
2228 | 2025-03-07T21:40:48.153Z | Checking headers-core v0.3.0 |
2229 | 2025-03-07T21:40:48.332Z | Compiling heck v0.3.3 |
2230 | 2025-03-07T21:40:48.465Z | Checking highway v1.3.0 |
2231 | 2025-03-07T21:40:48.716Z | Compiling zone_cfg_derive v0.1.2 |
2232 | 2025-03-07T21:40:48.800Z | Checking headers v0.4.0 |
2233 | 2025-03-07T21:40:48.991Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2234 | 2025-03-07T21:40:49.011Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2235 | 2025-03-07T21:40:49.039Z | Checking yasna v0.5.2 |
2236 | 2025-03-07T21:40:49.293Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2237 | 2025-03-07T21:40:49.323Z | Checking base64 v0.13.1 |
2238 | 2025-03-07T21:40:49.724Z | Checking ron v0.7.1 |
2239 | 2025-03-07T21:40:49.831Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2240 | 2025-03-07T21:40:49.934Z | Checking rcgen v0.12.1 |
2241 | 2025-03-07T21:40:49.962Z | Compiling typify-macro v0.3.0 |
2242 | 2025-03-07T21:40:50.091Z | Checking zone v0.1.8 |
2243 | 2025-03-07T21:40:50.326Z | Checking xz2 v0.1.7 |
2244 | 2025-03-07T21:40:50.609Z | Checking subprocess v0.2.9 |
2245 | 2025-03-07T21:40:50.644Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2246 | 2025-03-07T21:40:50.778Z | Checking humantime v2.1.0 |
2247 | 2025-03-07T21:40:50.868Z | Compiling semver v0.1.20 |
2248 | 2025-03-07T21:40:50.941Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2249 | 2025-03-07T21:40:51.087Z | Checking half v2.4.1 |
2250 | 2025-03-07T21:40:51.158Z | Checking ciborium-io v0.2.2 |
2251 | 2025-03-07T21:40:51.290Z | Compiling rustc_version v0.1.7 |
2252 | 2025-03-07T21:40:51.315Z | Checking prettyplease v0.2.29 |
2253 | 2025-03-07T21:40:51.528Z | Checking ciborium-ll v0.2.2 |
2254 | 2025-03-07T21:40:51.740Z | Compiling newtype_derive v0.1.6 |
2255 | 2025-03-07T21:40:51.806Z | Checking ciborium v0.2.2 |
2256 | 2025-03-07T21:40:51.864Z | Compiling progenitor-macro v0.8.0 |
2257 | 2025-03-07T21:40:52.972Z | Checking steno v0.4.1 |
2258 | 2025-03-07T21:40:53.678Z | Compiling typify v0.3.0 |
2259 | 2025-03-07T21:40:53.833Z | Compiling progenitor-impl v0.9.1 |
2260 | 2025-03-07T21:40:56.020Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2261 | 2025-03-07T21:40:56.256Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2262 | 2025-03-07T21:40:56.391Z | Compiling slog-dtrace v0.3.0 |
2263 | 2025-03-07T21:40:56.712Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2264 | 2025-03-07T21:40:57.129Z | Checking display-error-chain v0.2.2 |
2265 | 2025-03-07T21:40:57.161Z | Checking gethostname v0.5.0 |
2266 | 2025-03-07T21:40:57.253Z | Checking keccak v0.1.5 |
2267 | 2025-03-07T21:40:57.281Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2268 | 2025-03-07T21:40:57.302Z | Checking bytecount v0.6.8 |
2269 | 2025-03-07T21:40:57.326Z | Checking universal-hash v0.5.1 |
2270 | 2025-03-07T21:40:57.470Z | Checking secrecy v0.8.0 |
2271 | 2025-03-07T21:40:57.545Z | Checking opaque-debug v0.3.1 |
2272 | 2025-03-07T21:40:57.607Z | Checking sha3 v0.10.8 |
2273 | 2025-03-07T21:40:57.661Z | Checking nibble_vec v0.1.0 |
2274 | 2025-03-07T21:40:57.690Z | Compiling blake3 v1.5.4 |
2275 | 2025-03-07T21:40:57.873Z | Checking endian-type v0.1.2 |
2276 | 2025-03-07T21:40:58.009Z | Checking aead v0.5.2 |
2277 | 2025-03-07T21:40:58.099Z | Checking radix_trie v0.2.1 |
2278 | 2025-03-07T21:40:58.271Z | Checking poly1305 v0.8.0 |
2279 | 2025-03-07T21:40:58.538Z | Checking chacha20 v0.9.1 |
2280 | 2025-03-07T21:40:58.938Z | Compiling thiserror-impl-no-std v2.0.2 |
2281 | 2025-03-07T21:40:59.037Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2282 | 2025-03-07T21:40:59.415Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2283 | 2025-03-07T21:41:00.015Z | Checking chacha20poly1305 v0.10.1 |
2284 | 2025-03-07T21:41:00.054Z | Compiling memmap2 v0.9.5 |
2285 | 2025-03-07T21:41:00.230Z | Compiling constant_time_eq v0.3.1 |
2286 | 2025-03-07T21:41:00.434Z | Compiling arrayref v0.3.9 |
2287 | 2025-03-07T21:41:00.459Z | Compiling arrayvec v0.7.6 |
2288 | 2025-03-07T21:41:00.484Z | Compiling toolchain_find v0.4.0 |
2289 | 2025-03-07T21:41:00.711Z | Compiling progenitor-macro v0.9.1 |
2290 | 2025-03-07T21:41:01.018Z | Compiling topological-sort v0.2.2 |
2291 | 2025-03-07T21:41:01.104Z | Compiling rustfmt-wrapper v0.2.1 |
2292 | 2025-03-07T21:41:01.265Z | Checking fxhash v0.2.1 |
2293 | 2025-03-07T21:41:01.481Z | Compiling async-recursion v1.1.1 |
2294 | 2025-03-07T21:41:01.703Z | Checking thiserror-no-std v2.0.2 |
2295 | 2025-03-07T21:41:01.707Z | Compiling omicron-zone-package v0.12.0 |
2296 | 2025-03-07T21:41:01.851Z | Checking vsss-rs v3.3.4 |
2297 | 2025-03-07T21:41:01.993Z | Checking maplit v1.0.2 |
2298 | 2025-03-07T21:41:02.128Z | Compiling const_format_proc_macros v0.2.34 |
2299 | 2025-03-07T21:41:02.352Z | Checking home v0.5.9 |
2300 | 2025-03-07T21:41:02.531Z | Checking termcolor v1.4.1 |
2301 | 2025-03-07T21:41:02.918Z | Compiling radium v0.7.0 |
2302 | 2025-03-07T21:41:02.980Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2303 | 2025-03-07T21:41:03.210Z | Checking kstat-rs v0.2.4 |
2304 | 2025-03-07T21:41:03.439Z | Compiling vte_generate_state_changes v0.1.2 |
2305 | 2025-03-07T21:41:03.659Z | Compiling maybe-uninit v2.0.0 |
2306 | 2025-03-07T21:41:03.703Z | Checking progenitor v0.8.0 |
2307 | 2025-03-07T21:41:03.951Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2308 | 2025-03-07T21:41:04.128Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2309 | 2025-03-07T21:41:04.184Z | Checking const_format v0.2.34 |
2310 | 2025-03-07T21:41:04.683Z | Checking tap v1.0.1 |
2311 | 2025-03-07T21:41:04.875Z | Checking wyz v0.5.1 |
2312 | 2025-03-07T21:41:05.158Z | Checking vte v0.11.1 |
2313 | 2025-03-07T21:41:05.676Z | Checking fd-lock v4.0.2 |
2314 | 2025-03-07T21:41:05.893Z | Compiling packed_struct v0.10.1 |
2315 | 2025-03-07T21:41:06.363Z | Checking funty v2.0.0 |
2316 | 2025-03-07T21:41:06.700Z | Checking crc-catalog v2.4.0 |
2317 | 2025-03-07T21:41:06.881Z | Checking crc v3.2.1 |
2318 | 2025-03-07T21:41:07.269Z | Checking bitvec v1.0.1 |
2319 | 2025-03-07T21:41:07.361Z | Checking strip-ansi-escapes v0.2.0 |
2320 | 2025-03-07T21:41:07.550Z | Compiling packed_struct_codegen v0.10.1 |
2321 | 2025-03-07T21:41:07.578Z | Compiling indexmap v1.9.3 |
2322 | 2025-03-07T21:41:07.937Z | Checking nodrop v0.1.14 |
2323 | 2025-03-07T21:41:08.093Z | Checking nu-ansi-term v0.50.1 |
2324 | 2025-03-07T21:41:08.352Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2325 | 2025-03-07T21:41:08.498Z | Checking reedline v0.38.0 |
2326 | 2025-03-07T21:41:08.767Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2327 | 2025-03-07T21:41:10.752Z | Checking array-init v0.0.4 |
2328 | 2025-03-07T21:41:11.252Z | Checking smallvec v0.6.14 |
2329 | 2025-03-07T21:41:11.620Z | Checking hashbrown v0.12.3 |
2330 | 2025-03-07T21:41:11.651Z | Checking bitfield v0.14.0 |
2331 | 2025-03-07T21:41:11.853Z | Checking serde-hex v0.1.0 |
2332 | 2025-03-07T21:41:11.948Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2333 | 2025-03-07T21:41:12.207Z | Checking env_logger v0.10.2 |
2334 | 2025-03-07T21:41:12.651Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2335 | 2025-03-07T21:41:12.831Z | Checking progenitor v0.9.1 |
2336 | 2025-03-07T21:41:13.057Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2337 | 2025-03-07T21:41:13.196Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2338 | 2025-03-07T21:41:13.246Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2339 | 2025-03-07T21:41:13.650Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2340 | 2025-03-07T21:41:15.909Z | Checking ron v0.8.1 |
2341 | 2025-03-07T21:41:17.205Z | Checking hashbrown v0.13.2 |
2342 | 2025-03-07T21:41:17.232Z | Checking crc-any v2.5.0 |
2343 | 2025-03-07T21:41:17.618Z | Compiling libefi-sys v0.1.0 |
2344 | 2025-03-07T21:41:17.993Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2345 | 2025-03-07T21:41:18.156Z | Checking object v0.30.4 |
2346 | 2025-03-07T21:41:18.280Z | Compiling phf_generator v0.11.2 |
2347 | 2025-03-07T21:41:18.502Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2348 | 2025-03-07T21:41:18.921Z | Compiling bitfield-struct v0.6.2 |
2349 | 2025-03-07T21:41:18.947Z | Checking path-slash v0.1.5 |
2350 | 2025-03-07T21:41:19.245Z | Compiling phf_codegen v0.11.2 |
2351 | 2025-03-07T21:41:19.493Z | Checking papergrid v0.11.0 |
2352 | 2025-03-07T21:41:19.802Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2353 | 2025-03-07T21:41:20.087Z | Compiling tabled_derive v0.7.0 |
2354 | 2025-03-07T21:41:20.306Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2355 | 2025-03-07T21:41:20.890Z | Compiling parse-zoneinfo v0.3.1 |
2356 | 2025-03-07T21:41:20.916Z | Compiling cfg_aliases v0.1.1 |
2357 | 2025-03-07T21:41:21.043Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2358 | 2025-03-07T21:41:21.171Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2359 | 2025-03-07T21:41:21.659Z | Compiling chrono-tz-build v0.4.0 |
2360 | 2025-03-07T21:41:22.212Z | Checking tabled v0.15.0 |
2361 | 2025-03-07T21:41:22.520Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2362 | 2025-03-07T21:41:22.825Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2363 | 2025-03-07T21:41:23.797Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2364 | 2025-03-07T21:41:23.859Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2365 | 2025-03-07T21:41:25.122Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2366 | 2025-03-07T21:41:25.872Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2367 | 2025-03-07T21:41:25.900Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2368 | 2025-03-07T21:41:26.956Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2369 | 2025-03-07T21:41:27.083Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2370 | 2025-03-07T21:41:27.630Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2371 | 2025-03-07T21:41:27.798Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2372 | 2025-03-07T21:41:28.145Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2373 | 2025-03-07T21:41:28.253Z | Compiling nix v0.28.0 |
2374 | 2025-03-07T21:41:28.779Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2375 | 2025-03-07T21:41:28.802Z | Checking nanorand v0.7.0 |
2376 | 2025-03-07T21:41:28.893Z | Compiling parking_lot_core v0.8.6 |
2377 | 2025-03-07T21:41:28.979Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2378 | 2025-03-07T21:41:29.020Z | Compiling chrono-tz v0.10.1 |
2379 | 2025-03-07T21:41:29.069Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2380 | 2025-03-07T21:41:29.157Z | Checking flume v0.11.1 |
2381 | 2025-03-07T21:41:29.825Z | Compiling peg-macros v0.8.5 |
2382 | 2025-03-07T21:41:30.117Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2383 | 2025-03-07T21:41:30.805Z | Compiling sqlparser_derive v0.2.2 |
2384 | 2025-03-07T21:41:31.239Z | Checking unicode_categories v0.1.1 |
2385 | 2025-03-07T21:41:31.576Z | Checking glob v0.3.2 |
2386 | 2025-03-07T21:41:31.902Z | Checking sqlparser v0.45.0 |
2387 | 2025-03-07T21:41:31.926Z | Checking sqlformat v0.2.6 |
2388 | 2025-03-07T21:41:32.085Z | Checking rustyline v14.0.0 |
2389 | 2025-03-07T21:41:33.231Z | Checking peg v0.8.5 |
2390 | 2025-03-07T21:41:33.295Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2391 | 2025-03-07T21:41:33.347Z | Checking parking_lot v0.11.2 |
2392 | 2025-03-07T21:41:33.654Z | Checking bcs v0.1.6 |
2393 | 2025-03-07T21:41:33.683Z | Checking termtree v0.5.1 |
2394 | 2025-03-07T21:41:33.934Z | Checking sled v0.34.7 |
2395 | 2025-03-07T21:41:34.166Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2396 | 2025-03-07T21:41:34.597Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2397 | 2025-03-07T21:41:35.207Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2398 | 2025-03-07T21:41:35.377Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2399 | 2025-03-07T21:41:36.533Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2400 | 2025-03-07T21:41:36.620Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2401 | 2025-03-07T21:41:37.437Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2402 | 2025-03-07T21:41:38.182Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2403 | 2025-03-07T21:41:38.208Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2404 | 2025-03-07T21:41:38.670Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2405 | 2025-03-07T21:41:39.551Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2406 | 2025-03-07T21:41:40.165Z | Checking hickory-client v0.24.4 |
2407 | 2025-03-07T21:41:40.199Z | Checking hickory-server v0.24.4 |
2408 | 2025-03-07T21:41:40.809Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2409 | 2025-03-07T21:41:40.936Z | Compiling unicase v2.7.0 |
2410 | 2025-03-07T21:41:41.535Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2411 | 2025-03-07T21:41:42.280Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2412 | 2025-03-07T21:41:42.777Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2413 | 2025-03-07T21:41:42.800Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2414 | 2025-03-07T21:41:42.961Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2415 | 2025-03-07T21:41:43.750Z | Compiling dsl_auto_type v0.1.2 |
2416 | 2025-03-07T21:41:44.202Z | Checking primeorder v0.13.6 |
2417 | 2025-03-07T21:41:44.228Z | Checking scheduled-thread-pool v0.2.7 |
2418 | 2025-03-07T21:41:44.459Z | Compiling diesel_table_macro_syntax v0.2.0 |
2419 | 2025-03-07T21:41:44.550Z | Compiling crunchy v0.2.2 |
2420 | 2025-03-07T21:41:44.714Z | Checking r2d2 v0.8.10 |
2421 | 2025-03-07T21:41:44.878Z | Compiling mime_guess v2.0.5 |
2422 | 2025-03-07T21:41:45.073Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2423 | 2025-03-07T21:41:45.107Z | Compiling diesel_derives v2.2.3 |
2424 | 2025-03-07T21:41:45.111Z | Compiling tiny-keccak v2.0.2 |
2425 | 2025-03-07T21:41:45.473Z | Checking http-range v0.1.5 |
2426 | 2025-03-07T21:41:45.694Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2427 | 2025-03-07T21:41:45.739Z | Checking signal-hook-tokio v0.3.1 |
2428 | 2025-03-07T21:41:45.951Z | Checking atty v0.2.14 |
2429 | 2025-03-07T21:41:45.978Z | Compiling bit-vec v0.6.3 |
2430 | 2025-03-07T21:41:46.027Z | Compiling salty v0.3.0 |
2431 | 2025-03-07T21:41:46.059Z | Compiling ref-cast v1.0.23 |
2432 | 2025-03-07T21:41:46.415Z | Compiling bit-set v0.5.3 |
2433 | 2025-03-07T21:41:46.489Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2025-03-07T21:41:46.719Z | Checking p384 v0.13.0 |
2435 | 2025-03-07T21:41:46.845Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2436 | 2025-03-07T21:41:47.403Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2025-03-07T21:41:47.917Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2438 | 2025-03-07T21:41:47.976Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2439 | 2025-03-07T21:41:48.104Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2440 | 2025-03-07T21:41:48.258Z | Compiling ascii-canvas v3.0.0 |
2441 | 2025-03-07T21:41:48.326Z | Compiling ena v0.14.3 |
2442 | 2025-03-07T21:41:48.434Z | Compiling ref-cast-impl v1.0.23 |
2443 | 2025-03-07T21:41:48.497Z | Compiling bindgen v0.71.1 |
2444 | 2025-03-07T21:41:48.775Z | Compiling diff v0.1.13 |
2445 | 2025-03-07T21:41:48.801Z | Compiling regex-syntax v0.6.29 |
2446 | 2025-03-07T21:41:49.061Z | Checking hyper-staticfile v0.10.1 |
2447 | 2025-03-07T21:41:49.421Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2448 | 2025-03-07T21:41:49.594Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2449 | 2025-03-07T21:41:49.732Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2450 | 2025-03-07T21:41:49.869Z | Checking tungstenite v0.23.0 |
2451 | 2025-03-07T21:41:50.028Z | Checking env_filter v0.1.2 |
2452 | 2025-03-07T21:41:50.167Z | Compiling rustc-hash v2.1.1 |
2453 | 2025-03-07T21:41:50.289Z | Checking env_logger v0.11.5 |
2454 | 2025-03-07T21:41:50.631Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2455 | 2025-03-07T21:41:50.763Z | Checking tokio-tungstenite v0.23.1 |
2456 | 2025-03-07T21:41:51.203Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2457 | 2025-03-07T21:41:51.272Z | Compiling derive_builder_core v0.20.2 |
2458 | 2025-03-07T21:41:51.540Z | Compiling libxml v0.3.3 |
2459 | 2025-03-07T21:41:51.948Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2460 | 2025-03-07T21:41:52.297Z | Compiling lalrpop v0.19.12 |
2461 | 2025-03-07T21:41:52.449Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2462 | 2025-03-07T21:41:52.890Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2463 | 2025-03-07T21:41:52.913Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2464 | 2025-03-07T21:41:53.193Z | Checking nix v0.27.1 |
2465 | 2025-03-07T21:41:53.218Z | Compiling strum_macros v0.24.3 |
2466 | 2025-03-07T21:41:53.376Z | Compiling derive_builder_macro v0.20.2 |
2467 | 2025-03-07T21:41:54.187Z | Compiling indoc v1.0.9 |
2468 | 2025-03-07T21:41:54.293Z | Checking derive_builder v0.20.2 |
2469 | 2025-03-07T21:41:55.175Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2470 | 2025-03-07T21:41:56.358Z | Checking diesel v2.2.8 |
2471 | 2025-03-07T21:41:56.548Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2472 | 2025-03-07T21:41:56.581Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2473 | 2025-03-07T21:41:56.605Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2474 | 2025-03-07T21:41:56.940Z | Checking quick-xml v0.37.2 |
2475 | 2025-03-07T21:41:57.181Z | Compiling oso-derive v0.27.3 |
2476 | 2025-03-07T21:41:58.218Z | Compiling impl-trait-for-tuples v0.2.2 |
2477 | 2025-03-07T21:41:59.110Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2478 | 2025-03-07T21:41:59.157Z | Compiling diesel-dtrace v0.4.2 |
2479 | 2025-03-07T21:41:59.483Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2480 | 2025-03-07T21:41:59.594Z | Checking bb8 v0.8.5 |
2481 | 2025-03-07T21:41:59.852Z | Compiling pin-project-internal v1.1.6 |
2482 | 2025-03-07T21:42:00.093Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2483 | 2025-03-07T21:42:00.711Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2484 | 2025-03-07T21:42:00.776Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2485 | 2025-03-07T21:42:02.332Z | Compiling snafu-derive v0.8.5 |
2486 | 2025-03-07T21:42:02.369Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2487 | 2025-03-07T21:42:02.577Z | Checking pin-project v1.1.6 |
2488 | 2025-03-07T21:42:02.740Z | Checking olpc-cjson v0.1.4 |
2489 | 2025-03-07T21:42:02.990Z | Checking globset v0.4.15 |
2490 | 2025-03-07T21:42:03.324Z | Checking serde_plain v1.0.2 |
2491 | 2025-03-07T21:42:03.492Z | Checking typed-path v0.9.3 |
2492 | 2025-03-07T21:42:03.638Z | Checking parse-size v1.1.0 |
2493 | 2025-03-07T21:42:03.842Z | Checking assert_matches v1.5.0 |
2494 | 2025-03-07T21:42:03.966Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2495 | 2025-03-07T21:42:04.701Z | Checking rand_seeder v0.3.0 |
2496 | 2025-03-07T21:42:04.958Z | Compiling proc-macro-error-attr2 v2.0.0 |
2497 | 2025-03-07T21:42:04.984Z | Checking heck v0.4.1 |
2498 | 2025-03-07T21:42:05.223Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2499 | 2025-03-07T21:42:05.488Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2500 | 2025-03-07T21:42:05.671Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2501 | 2025-03-07T21:42:05.751Z | Compiling proc-macro-error2 v2.0.1 |
2502 | 2025-03-07T21:42:05.917Z | Checking papergrid v0.14.0 |
2503 | 2025-03-07T21:42:06.397Z | Compiling tabled_derive v0.10.0 |
2504 | 2025-03-07T21:42:07.193Z | Checking snafu v0.8.5 |
2505 | 2025-03-07T21:42:07.383Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2506 | 2025-03-07T21:42:07.680Z | Checking tough v0.19.0 |
2507 | 2025-03-07T21:42:08.158Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2508 | 2025-03-07T21:42:08.604Z | Checking io-lifetimes v1.0.11 |
2509 | 2025-03-07T21:42:08.826Z | Checking yansi v1.0.1 |
2510 | 2025-03-07T21:42:09.130Z | Checking tabled v0.18.0 |
2511 | 2025-03-07T21:42:09.214Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2512 | 2025-03-07T21:42:09.658Z | Checking pretty_assertions v1.4.1 |
2513 | 2025-03-07T21:42:09.893Z | Checking rustix v0.37.28 |
2514 | 2025-03-07T21:42:11.008Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2515 | 2025-03-07T21:42:11.365Z | Checking terminal_size v0.2.6 |
2516 | 2025-03-07T21:42:11.575Z | Compiling libz-sys v1.1.20 |
2517 | 2025-03-07T21:42:12.185Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2518 | 2025-03-07T21:42:12.233Z | Checking unicode-linebreak v0.1.5 |
2519 | 2025-03-07T21:42:12.259Z | Checking smawk v0.3.2 |
2520 | 2025-03-07T21:42:12.460Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2521 | 2025-03-07T21:42:12.493Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2025-03-07T21:42:12.654Z | Compiling indoc v2.0.5 |
2523 | 2025-03-07T21:42:13.622Z | Checking textwrap v0.16.1 |
2524 | 2025-03-07T21:42:13.765Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2525 | 2025-03-07T21:42:13.838Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2526 | 2025-03-07T21:42:13.873Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2527 | 2025-03-07T21:42:14.069Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2528 | 2025-03-07T21:42:14.609Z | Checking castaway v0.2.3 |
2529 | 2025-03-07T21:42:14.801Z | Checking is_ci v1.2.0 |
2530 | 2025-03-07T21:42:14.968Z | Checking supports-color v3.0.2 |
2531 | 2025-03-07T21:42:15.194Z | Checking compact_str v0.8.0 |
2532 | 2025-03-07T21:42:15.424Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2533 | 2025-03-07T21:42:16.076Z | Checking unicode-truncate v1.1.0 |
2534 | 2025-03-07T21:42:16.350Z | Checking lru v0.12.5 |
2535 | 2025-03-07T21:42:16.664Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2536 | 2025-03-07T21:42:17.077Z | Compiling instability v0.3.2 |
2537 | 2025-03-07T21:42:17.490Z | Checking cassowary v0.3.0 |
2538 | 2025-03-07T21:42:18.044Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2539 | 2025-03-07T21:42:18.114Z | Checking ratatui v0.29.0 |
2540 | 2025-03-07T21:42:18.270Z | Checking cargo-platform v0.1.8 |
2541 | 2025-03-07T21:42:18.598Z | Checking cargo_metadata v0.19.2 |
2542 | 2025-03-07T21:42:19.091Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2543 | 2025-03-07T21:42:20.259Z | Compiling vergen v8.3.2 |
2544 | 2025-03-07T21:42:20.653Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2545 | 2025-03-07T21:42:21.016Z | Compiling cargo_metadata v0.18.1 |
2546 | 2025-03-07T21:42:21.136Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2547 | 2025-03-07T21:42:22.234Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2548 | 2025-03-07T21:42:22.577Z | Checking plotters-backend v0.3.7 |
2549 | 2025-03-07T21:42:22.976Z | Checking shell-words v1.1.0 |
2550 | 2025-03-07T21:42:23.169Z | Compiling rustls v0.21.12 |
2551 | 2025-03-07T21:42:23.544Z | Checking plotters-svg v0.3.7 |
2552 | 2025-03-07T21:42:23.639Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2553 | 2025-03-07T21:42:23.803Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2554 | 2025-03-07T21:42:23.994Z | Checking rustls-webpki v0.101.7 |
2555 | 2025-03-07T21:42:24.077Z | Checking sct v0.7.1 |
2556 | 2025-03-07T21:42:24.109Z | Checking cast v0.3.0 |
2557 | 2025-03-07T21:42:24.399Z | Checking plotters v0.3.7 |
2558 | 2025-03-07T21:42:24.442Z | Checking criterion-plot v0.5.0 |
2559 | 2025-03-07T21:42:24.947Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2560 | 2025-03-07T21:42:25.270Z | Checking tinytemplate v1.2.1 |
2561 | 2025-03-07T21:42:25.698Z | Checking concurrent-queue v2.5.0 |
2562 | 2025-03-07T21:42:26.055Z | Checking parking v2.2.1 |
2563 | 2025-03-07T21:42:26.124Z | Checking oorandom v11.1.4 |
2564 | 2025-03-07T21:42:26.264Z | Checking anes v0.1.6 |
2565 | 2025-03-07T21:42:26.341Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2566 | 2025-03-07T21:42:26.622Z | Checking criterion v0.5.1 |
2567 | 2025-03-07T21:42:27.143Z | Checking async-bb8-diesel v0.2.1 |
2568 | 2025-03-07T21:42:27.847Z | Checking tokio-rustls v0.24.1 |
2569 | 2025-03-07T21:42:28.022Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2570 | 2025-03-07T21:42:28.234Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2571 | 2025-03-07T21:42:28.546Z | Checking rustls-pemfile v1.0.4 |
2572 | 2025-03-07T21:42:28.782Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2573 | 2025-03-07T21:42:29.140Z | Checking twox-hash v2.1.0 |
2574 | 2025-03-07T21:42:29.165Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2575 | 2025-03-07T21:42:29.520Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2576 | 2025-03-07T21:42:29.780Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2577 | 2025-03-07T21:42:31.427Z | Checking fatfs v0.3.6 |
2578 | 2025-03-07T21:42:31.480Z | Checking csv-core v0.1.11 |
2579 | 2025-03-07T21:42:31.876Z | Checking hex-literal v0.4.1 |
2580 | 2025-03-07T21:42:32.012Z | Checking csv v1.3.1 |
2581 | 2025-03-07T21:42:32.509Z | Checking event-listener v5.3.1 |
2582 | 2025-03-07T21:42:32.759Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2583 | 2025-03-07T21:42:32.909Z | Checking rtoolbox v0.0.2 |
2584 | 2025-03-07T21:42:33.127Z | Checking rpassword v7.3.1 |
2585 | 2025-03-07T21:42:33.314Z | Checking event-listener-strategy v0.5.2 |
2586 | 2025-03-07T21:42:33.538Z | Checking tui-tree-widget v0.23.0 |
2587 | 2025-03-07T21:42:33.908Z | Checking polyval v0.6.2 |
2588 | 2025-03-07T21:42:34.217Z | Checking ghash v0.5.1 |
2589 | 2025-03-07T21:42:34.422Z | Checking futures-lite v2.3.0 |
2590 | 2025-03-07T21:42:35.804Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2591 | 2025-03-07T21:42:36.307Z | Checking ctr v0.9.2 |
2592 | 2025-03-07T21:42:37.270Z | Checking aes-gcm v0.10.3 |
2593 | 2025-03-07T21:42:37.523Z | Checking ssh-encoding v0.2.0 |
2594 | 2025-03-07T21:42:37.863Z | Checking blowfish v0.9.1 |
2595 | 2025-03-07T21:42:38.127Z | Checking bcrypt-pbkdf v0.10.0 |
2596 | 2025-03-07T21:42:38.466Z | Checking ssh-cipher v0.2.0 |
2597 | 2025-03-07T21:42:38.769Z | Checking async-lock v3.4.0 |
2598 | 2025-03-07T21:42:39.340Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2599 | 2025-03-07T21:42:39.402Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2600 | 2025-03-07T21:42:39.550Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2601 | 2025-03-07T21:42:40.220Z | Checking password-hash v0.4.2 |
2602 | 2025-03-07T21:42:40.627Z | Checking polling v3.7.3 |
2603 | 2025-03-07T21:42:40.767Z | Checking pbkdf2 v0.11.0 |
2604 | 2025-03-07T21:42:41.014Z | Checking async-io v2.3.4 |
2605 | 2025-03-07T21:42:41.103Z | Checking ssh-key v0.6.6 |
2606 | 2025-03-07T21:42:41.852Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2607 | 2025-03-07T21:42:42.619Z | Checking p256 v0.13.2 |
2608 | 2025-03-07T21:42:42.765Z | Checking p521 v0.13.3 |
2609 | 2025-03-07T21:42:43.132Z | Checking russh-cryptovec v0.7.3 |
2610 | 2025-03-07T21:42:43.368Z | Compiling target-lexicon v0.13.2 |
2611 | 2025-03-07T21:42:44.269Z | Checking md5 v0.7.0 |
2612 | 2025-03-07T21:42:44.410Z | Checking async-task v4.7.1 |
2613 | 2025-03-07T21:42:44.565Z | Checking russh-keys v0.45.0 |
2614 | 2025-03-07T21:42:44.859Z | Checking async-channel v2.3.1 |
2615 | 2025-03-07T21:42:45.200Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2616 | 2025-03-07T21:42:45.674Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2617 | 2025-03-07T21:42:45.877Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2618 | 2025-03-07T21:42:46.314Z | Checking piper v0.2.4 |
2619 | 2025-03-07T21:42:46.515Z | Checking num-bigint v0.4.6 |
2620 | 2025-03-07T21:42:46.644Z | Checking des v0.8.1 |
2621 | 2025-03-07T21:42:46.888Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2622 | 2025-03-07T21:42:46.936Z | Checking futures-timer v3.0.3 |
2623 | 2025-03-07T21:42:47.275Z | Compiling guppy-workspace-hack v0.1.0 |
2624 | 2025-03-07T21:42:47.648Z | Checking blocking v1.6.1 |
2625 | 2025-03-07T21:42:47.777Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2626 | 2025-03-07T21:42:48.497Z | Checking async-executor v1.13.1 |
2627 | 2025-03-07T21:42:48.802Z | Checking russh v0.45.0 |
2628 | 2025-03-07T21:42:48.870Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2629 | 2025-03-07T21:42:49.276Z | Checking async-signal v0.2.10 |
2630 | 2025-03-07T21:42:49.462Z | Checking rustls-native-certs v0.7.3 |
2631 | 2025-03-07T21:42:49.569Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2632 | 2025-03-07T21:42:49.975Z | Compiling target-spec v3.4.2 |
2633 | 2025-03-07T21:42:49.979Z | Checking internet-checksum v0.2.1 |
2634 | 2025-03-07T21:42:50.201Z | Checking event-listener v2.5.3 |
2635 | 2025-03-07T21:42:50.425Z | Checking async-channel v1.9.0 |
2636 | 2025-03-07T21:42:50.655Z | Checking hyper-rustls v0.26.0 |
2637 | 2025-03-07T21:42:51.032Z | Checking async-process v2.3.0 |
2638 | 2025-03-07T21:42:51.134Z | Checking async-global-executor v2.4.1 |
2639 | 2025-03-07T21:42:51.431Z | Checking cfg-expr v0.18.0 |
2640 | 2025-03-07T21:42:51.575Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2641 | 2025-03-07T21:42:52.327Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2642 | 2025-03-07T21:42:52.888Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2643 | 2025-03-07T21:42:53.192Z | Checking httptest v0.16.3 |
2644 | 2025-03-07T21:42:53.314Z | Compiling petname v2.0.2 |
2645 | 2025-03-07T21:42:53.956Z | Checking kv-log-macro v1.0.7 |
2646 | 2025-03-07T21:42:54.112Z | Compiling async-attributes v1.1.2 |
2647 | 2025-03-07T21:42:54.949Z | Checking async-std v1.13.0 |
2648 | 2025-03-07T21:42:56.465Z | Checking pathdiff v0.2.3 |
2649 | 2025-03-07T21:42:56.645Z | Compiling rstest_macros v0.24.0 |
2650 | 2025-03-07T21:42:56.838Z | Checking nested v0.1.1 |
2651 | 2025-03-07T21:42:57.070Z | Compiling target-triple v0.1.3 |
2652 | 2025-03-07T21:42:57.161Z | Compiling doc-comment v0.3.3 |
2653 | 2025-03-07T21:42:57.799Z | Checking guppy v0.17.17 |
2654 | 2025-03-07T21:42:58.450Z | Checking async-object-pool v0.1.5 |
2655 | 2025-03-07T21:42:58.676Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2656 | 2025-03-07T21:42:58.680Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2657 | 2025-03-07T21:42:59.108Z | Checking similar-asserts v1.7.0 |
2658 | 2025-03-07T21:42:59.376Z | Checking serde_regex v1.1.0 |
2659 | 2025-03-07T21:42:59.665Z | Checking assert-json-diff v2.0.2 |
2660 | 2025-03-07T21:42:59.950Z | Compiling proc-macro-crate v3.2.0 |
2661 | 2025-03-07T21:42:59.973Z | Checking path-tree v0.8.1 |
2662 | 2025-03-07T21:43:00.352Z | Checking stringmetrics v2.2.2 |
2663 | 2025-03-07T21:43:00.566Z | Compiling relative-path v1.9.3 |
2664 | 2025-03-07T21:43:01.206Z | Compiling assert_cmd v2.0.16 |
2665 | 2025-03-07T21:43:01.230Z | Checking sync-ptr v0.1.1 |
2666 | 2025-03-07T21:43:01.588Z | Checking httpmock v0.8.0-alpha.1 |
2667 | 2025-03-07T21:43:01.992Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2668 | 2025-03-07T21:43:03.366Z | Checking blake2b_simd v1.0.2 |
2669 | 2025-03-07T21:43:04.277Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2670 | 2025-03-07T21:43:06.678Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2671 | 2025-03-07T21:43:06.986Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2672 | 2025-03-07T21:43:07.317Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2673 | 2025-03-07T21:43:07.668Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2674 | 2025-03-07T21:43:08.255Z | Checking serde_tokenstream v0.2.2 |
2675 | 2025-03-07T21:43:08.675Z | Checking uzers v0.12.1 |
2676 | 2025-03-07T21:43:09.228Z | Checking rust-argon2 v2.1.0 |
2677 | 2025-03-07T21:43:09.653Z | Checking trybuild v1.0.103 |
2678 | 2025-03-07T21:43:09.866Z | Checking rstest v0.24.0 |
2679 | 2025-03-07T21:43:10.674Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2680 | 2025-03-07T21:43:10.952Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2681 | 2025-03-07T21:43:11.504Z | Compiling git2 v0.19.0 |
2682 | 2025-03-07T21:43:11.787Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2683 | 2025-03-07T21:43:12.959Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2684 | 2025-03-07T21:43:13.845Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2685 | 2025-03-07T21:43:14.185Z | Checking rand_distr v0.4.3 |
2686 | 2025-03-07T21:43:14.926Z | Checking multimap v0.10.0 |
2687 | 2025-03-07T21:43:15.118Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2688 | 2025-03-07T21:43:15.259Z | Checking approx v0.5.1 |
2689 | 2025-03-07T21:43:15.555Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2690 | 2025-03-07T21:43:16.525Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2691 | 2025-03-07T21:43:17.587Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2692 | 2025-03-07T21:43:17.800Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2693 | 2025-03-07T21:43:18.690Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2694 | 2025-03-07T21:43:18.857Z | Checking partial-io v0.5.4 |
2695 | 2025-03-07T21:43:19.049Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2696 | 2025-03-07T21:43:19.242Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2697 | 2025-03-07T21:43:19.396Z | Checking cargo_toml v0.21.0 |
2698 | 2025-03-07T21:43:19.847Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2699 | 2025-03-07T21:43:20.079Z | Checking termios v0.3.3 |
2700 | 2025-03-07T21:43:20.337Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2701 | 2025-03-07T21:43:21.029Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2702 | 2025-03-07T21:43:21.466Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2703 | 2025-03-07T21:43:24.029Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2704 | 2025-03-07T21:43:25.038Z | Compiling samael v0.0.18 |
2705 | 2025-03-07T21:43:41.473Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2706 | 2025-03-07T21:43:49.105Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2707 | 2025-03-07T21:44:14.499Z | Compiling polar-core v0.27.3 |
2708 | 2025-03-07T21:44:15.645Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2709 | 2025-03-07T21:44:16.064Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2710 | 2025-03-07T21:44:21.948Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2711 | 2025-03-07T21:44:25.454Z | Checking oso v0.27.3 |
2712 | 2025-03-07T21:45:06.794Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2713 | 2025-03-07T21:45:06.794Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2714 | 2025-03-07T21:45:06.797Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2715 | 2025-03-07T21:46:23.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
2716 | 2025-03-07T21:46:24.345Z | |
2717 | 2025-03-07T21:46:24.345Z | real 6:41.288497988 |
2718 | 2025-03-07T21:46:24.345Z | user 36:47.466579971 |
2719 | 2025-03-07T21:46:24.345Z | sys 5:12.473362103 |
2720 | 2025-03-07T21:46:24.345Z | trap 1.065974181 |
2721 | 2025-03-07T21:46:24.348Z | tflt 0.420183092 |
2722 | 2025-03-07T21:46:24.348Z | dflt 0.224516368 |
2723 | 2025-03-07T21:46:24.348Z | kflt 0.001063201 |
2724 | 2025-03-07T21:46:24.348Z | lock 53:25.881637099 |
2725 | 2025-03-07T21:46:24.348Z | slp 2:05:18.277062602 |
2726 | 2025-03-07T21:46:24.348Z | lat 1:46.844044215 |
2727 | 2025-03-07T21:46:24.348Z | stop 7:00.308180372 |
2728 | 2025-03-07T21:46:24.348Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2729 | 2025-03-07T21:46:24.348Z | + ptime -m cargo doc --workspace --no-deps |
2730 | 2025-03-07T21:46:25.443Z | warning: output filename collision. |
2731 | 2025-03-07T21:46:25.443Z | 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-07T21:46:25.443Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2733 | 2025-03-07T21:46:25.443Z | The targets should have unique names. |
2734 | 2025-03-07T21:46:25.443Z | This is a known bug where multiple crates with the same name use |
2735 | 2025-03-07T21:46:25.443Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2736 | 2025-03-07T21:46:25.931Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2737 | 2025-03-07T21:46:26.082Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2738 | 2025-03-07T21:46:26.103Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2739 | 2025-03-07T21:46:26.148Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2740 | 2025-03-07T21:46:26.170Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2741 | 2025-03-07T21:46:26.203Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2742 | 2025-03-07T21:46:26.203Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2743 | 2025-03-07T21:46:26.445Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2744 | 2025-03-07T21:46:26.476Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2745 | 2025-03-07T21:46:26.507Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2746 | 2025-03-07T21:46:26.596Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2747 | 2025-03-07T21:46:26.730Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2748 | 2025-03-07T21:46:26.881Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2749 | 2025-03-07T21:46:27.045Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2750 | 2025-03-07T21:46:27.178Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2751 | 2025-03-07T21:46:27.281Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2752 | 2025-03-07T21:46:27.543Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2753 | 2025-03-07T21:46:27.920Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2754 | 2025-03-07T21:46:28.186Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2755 | 2025-03-07T21:46:28.272Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2756 | 2025-03-07T21:46:28.311Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2757 | 2025-03-07T21:46:28.532Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2758 | 2025-03-07T21:46:28.684Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2759 | 2025-03-07T21:46:28.876Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2760 | 2025-03-07T21:46:28.906Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2761 | 2025-03-07T21:46:29.299Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2762 | 2025-03-07T21:46:29.732Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2763 | 2025-03-07T21:46:29.847Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2764 | 2025-03-07T21:46:30.285Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2765 | 2025-03-07T21:46:30.404Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2766 | 2025-03-07T21:46:30.425Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2767 | 2025-03-07T21:46:30.482Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2768 | 2025-03-07T21:46:30.741Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2769 | 2025-03-07T21:46:30.852Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2770 | 2025-03-07T21:46:30.868Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2771 | 2025-03-07T21:46:31.088Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2772 | 2025-03-07T21:46:31.201Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2773 | 2025-03-07T21:46:31.355Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2774 | 2025-03-07T21:46:31.498Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2775 | 2025-03-07T21:46:31.571Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2776 | 2025-03-07T21:46:31.740Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2777 | 2025-03-07T21:46:31.852Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2778 | 2025-03-07T21:46:31.874Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2779 | 2025-03-07T21:46:31.930Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2780 | 2025-03-07T21:46:32.138Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2781 | 2025-03-07T21:46:32.750Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2782 | 2025-03-07T21:46:33.497Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2783 | 2025-03-07T21:46:33.907Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2784 | 2025-03-07T21:46:35.033Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2785 | 2025-03-07T21:46:36.266Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2786 | 2025-03-07T21:46:36.358Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2787 | 2025-03-07T21:46:37.161Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2788 | 2025-03-07T21:46:37.441Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2789 | 2025-03-07T21:46:38.354Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2790 | 2025-03-07T21:46:39.329Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2791 | 2025-03-07T21:46:39.935Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2792 | 2025-03-07T21:46:40.040Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2793 | 2025-03-07T21:46:40.327Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2794 | 2025-03-07T21:46:40.632Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2795 | 2025-03-07T21:46:40.828Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2796 | 2025-03-07T21:46:41.898Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2797 | 2025-03-07T21:46:41.999Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2798 | 2025-03-07T21:46:42.162Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2799 | 2025-03-07T21:46:42.411Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2800 | 2025-03-07T21:46:43.655Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2801 | 2025-03-07T21:46:44.017Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2802 | 2025-03-07T21:46:44.082Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2803 | 2025-03-07T21:46:45.342Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2804 | 2025-03-07T21:46:45.857Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2805 | 2025-03-07T21:46:46.165Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2806 | 2025-03-07T21:46:46.305Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2807 | 2025-03-07T21:46:46.806Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2808 | 2025-03-07T21:46:47.066Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2809 | 2025-03-07T21:46:47.686Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2810 | 2025-03-07T21:46:47.751Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2811 | 2025-03-07T21:46:48.363Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2812 | 2025-03-07T21:46:49.556Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2813 | 2025-03-07T21:46:49.735Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2814 | 2025-03-07T21:46:50.248Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2815 | 2025-03-07T21:46:50.657Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2816 | 2025-03-07T21:46:50.751Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2817 | 2025-03-07T21:46:51.314Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2818 | 2025-03-07T21:46:51.764Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2819 | 2025-03-07T21:46:51.827Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2820 | 2025-03-07T21:46:51.853Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2821 | 2025-03-07T21:46:51.875Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2822 | 2025-03-07T21:46:52.062Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2823 | 2025-03-07T21:46:52.292Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2824 | 2025-03-07T21:46:52.844Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2825 | 2025-03-07T21:46:53.080Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2826 | 2025-03-07T21:46:53.724Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2827 | 2025-03-07T21:46:53.841Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2828 | 2025-03-07T21:46:54.025Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2829 | 2025-03-07T21:46:54.239Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2830 | 2025-03-07T21:46:54.545Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2831 | 2025-03-07T21:46:54.590Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2832 | 2025-03-07T21:46:54.763Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2833 | 2025-03-07T21:46:55.117Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2834 | 2025-03-07T21:46:55.353Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2835 | 2025-03-07T21:46:55.471Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2836 | 2025-03-07T21:46:56.571Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2837 | 2025-03-07T21:46:57.031Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2838 | 2025-03-07T21:46:58.649Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2839 | 2025-03-07T21:46:59.322Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2840 | 2025-03-07T21:46:59.549Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2841 | 2025-03-07T21:46:59.843Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2842 | 2025-03-07T21:47:00.809Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2843 | 2025-03-07T21:47:00.853Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2844 | 2025-03-07T21:47:01.771Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2845 | 2025-03-07T21:47:01.931Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2846 | 2025-03-07T21:47:02.314Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2847 | 2025-03-07T21:47:02.705Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2848 | 2025-03-07T21:47:02.790Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2849 | 2025-03-07T21:47:03.763Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2850 | 2025-03-07T21:47:03.939Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2851 | 2025-03-07T21:47:04.619Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2852 | 2025-03-07T21:47:04.854Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2853 | 2025-03-07T21:47:07.635Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2854 | 2025-03-07T21:47:08.837Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2855 | 2025-03-07T21:47:08.957Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2856 | 2025-03-07T21:47:09.195Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2857 | 2025-03-07T21:47:09.251Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2858 | 2025-03-07T21:47:09.279Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2859 | 2025-03-07T21:47:10.159Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2860 | 2025-03-07T21:47:10.496Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2861 | 2025-03-07T21:47:11.028Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2862 | 2025-03-07T21:47:11.674Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2863 | 2025-03-07T21:47:14.206Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2864 | 2025-03-07T21:47:14.539Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2865 | 2025-03-07T21:47:15.180Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2866 | 2025-03-07T21:47:19.452Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2867 | 2025-03-07T21:47:21.193Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2868 | 2025-03-07T21:47:21.562Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2869 | 2025-03-07T21:47:24.932Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2870 | 2025-03-07T21:47:27.670Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2871 | 2025-03-07T21:47:28.111Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2872 | 2025-03-07T21:47:28.713Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2873 | 2025-03-07T21:47:28.743Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2874 | 2025-03-07T21:47:30.877Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2875 | 2025-03-07T21:47:31.673Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2876 | 2025-03-07T21:47:32.441Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2877 | 2025-03-07T21:47:33.100Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2878 | 2025-03-07T21:47:33.331Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2879 | 2025-03-07T21:47:37.329Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2880 | 2025-03-07T21:47:37.988Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2881 | 2025-03-07T21:47:38.046Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2882 | 2025-03-07T21:47:41.847Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2883 | 2025-03-07T21:47:43.125Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2884 | 2025-03-07T21:47:43.575Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2885 | 2025-03-07T21:47:43.909Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2886 | 2025-03-07T21:47:44.248Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2887 | 2025-03-07T21:47:44.942Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2888 | 2025-03-07T21:47:46.115Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2889 | 2025-03-07T21:47:46.716Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2890 | 2025-03-07T21:47:47.827Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2891 | 2025-03-07T21:47:48.609Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2892 | 2025-03-07T21:47:49.802Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2893 | 2025-03-07T21:47:49.895Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2894 | 2025-03-07T21:47:50.301Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2895 | 2025-03-07T21:47:51.140Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2896 | 2025-03-07T21:47:51.605Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2897 | 2025-03-07T21:47:52.032Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2898 | 2025-03-07T21:47:53.600Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2899 | 2025-03-07T21:47:54.348Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2900 | 2025-03-07T21:47:55.301Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2901 | 2025-03-07T21:47:55.337Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2902 | 2025-03-07T21:47:56.111Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2903 | 2025-03-07T21:47:56.794Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2904 | 2025-03-07T21:47:57.973Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2905 | 2025-03-07T21:47:58.866Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2906 | 2025-03-07T21:47:59.050Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2907 | 2025-03-07T21:47:59.173Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2908 | 2025-03-07T21:47:59.448Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2909 | 2025-03-07T21:48:02.438Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2910 | 2025-03-07T21:48:02.512Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2911 | 2025-03-07T21:48:03.473Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2912 | 2025-03-07T21:48:03.986Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2913 | 2025-03-07T21:48:05.442Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2914 | 2025-03-07T21:48:06.807Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2915 | 2025-03-07T21:48:07.035Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2916 | 2025-03-07T21:48:07.612Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2917 | 2025-03-07T21:48:08.662Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2918 | 2025-03-07T21:48:09.082Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2919 | 2025-03-07T21:48:09.970Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2920 | 2025-03-07T21:48:10.525Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2921 | 2025-03-07T21:48:10.751Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2922 | 2025-03-07T21:48:11.218Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2923 | 2025-03-07T21:48:11.251Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2924 | 2025-03-07T21:48:13.310Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2925 | 2025-03-07T21:48:13.839Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2926 | 2025-03-07T21:48:14.816Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2927 | 2025-03-07T21:48:15.034Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2928 | 2025-03-07T21:48:16.433Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2929 | 2025-03-07T21:48:17.223Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2930 | 2025-03-07T21:48:18.452Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2931 | 2025-03-07T21:48:18.602Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2932 | 2025-03-07T21:48:19.841Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2933 | 2025-03-07T21:48:21.211Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2934 | 2025-03-07T21:48:21.669Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2935 | 2025-03-07T21:48:21.884Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2936 | 2025-03-07T21:48:22.027Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2937 | 2025-03-07T21:48:23.294Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2938 | 2025-03-07T21:48:25.044Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2939 | 2025-03-07T21:48:25.072Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2940 | 2025-03-07T21:48:25.372Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2941 | 2025-03-07T21:48:26.370Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2942 | 2025-03-07T21:48:26.420Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2943 | 2025-03-07T21:48:28.678Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2944 | 2025-03-07T21:48:28.772Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2945 | 2025-03-07T21:48:29.705Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2946 | 2025-03-07T21:48:29.809Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2947 | 2025-03-07T21:48:29.948Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2948 | 2025-03-07T21:48:30.299Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2949 | 2025-03-07T21:48:30.601Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2950 | 2025-03-07T21:48:30.853Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2951 | 2025-03-07T21:48:30.917Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2952 | 2025-03-07T21:48:30.939Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2953 | 2025-03-07T21:48:31.286Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2954 | 2025-03-07T21:48:31.931Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2955 | 2025-03-07T21:48:32.283Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2956 | 2025-03-07T21:48:32.823Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2957 | 2025-03-07T21:48:33.295Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2958 | 2025-03-07T21:48:33.411Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2959 | 2025-03-07T21:48:33.443Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2960 | 2025-03-07T21:48:53.470Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2961 | 2025-03-07T21:48:53.473Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2962 | 2025-03-07T21:48:53.473Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2963 | 2025-03-07T21:48:53.473Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2964 | 2025-03-07T21:48:54.299Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2965 | 2025-03-07T21:48:54.498Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2966 | 2025-03-07T21:48:54.530Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2967 | 2025-03-07T21:48:54.677Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2968 | 2025-03-07T21:48:56.637Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2969 | 2025-03-07T21:49:02.040Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2970 | 2025-03-07T21:49:02.468Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2971 | 2025-03-07T21:49:45.107Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2972 | 2025-03-07T21:49:51.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 27s |
2973 | 2025-03-07T21:49:52.120Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2974 | 2025-03-07T21:49:52.181Z | |
2975 | 2025-03-07T21:49:52.184Z | real 3:27.750013111 |
2976 | 2025-03-07T21:49:52.184Z | user 18:13.680388146 |
2977 | 2025-03-07T21:49:52.184Z | sys 2:30.692901686 |
2978 | 2025-03-07T21:49:52.184Z | trap 0.508295487 |
2979 | 2025-03-07T21:49:52.184Z | tflt 0.081962503 |
2980 | 2025-03-07T21:49:52.184Z | dflt 0.068745286 |
2981 | 2025-03-07T21:49:52.184Z | kflt 0.000171554 |
2982 | 2025-03-07T21:49:52.184Z | lock 29:11.402875869 |
2983 | 2025-03-07T21:49:52.184Z | slp 51:03.495620428 |
2984 | 2025-03-07T21:49:52.184Z | lat 1:05.801788911 |
2985 | 2025-03-07T21:49:52.184Z | stop 1:17.712134397 |
2986 | 2025-03-07T21:49:52.184Z | process exited: duration 926352 ms, exit code 0 |
|
2987 | 2025-03-07T21:49:52.191Z | found 0 output files |