|
|
|
1 | 2025-02-23T08:22:13.303Z | job assigned to worker 01JMRYB286GQFH4BTYYTVKYX4E [factory aws, i-059210004b5a1cfcf] (queued for 57 s) |
|
2 | 2025-02-23T08:22:21.228Z | starting task 0: "setup" |
3 | 2025-02-23T08:22:21.235Z | ++ uname -s |
4 | 2025-02-23T08:22:21.238Z | + kern=SunOS |
5 | 2025-02-23T08:22:21.238Z | + build_user=build |
6 | 2025-02-23T08:22:21.238Z | + build_uid=12345 |
7 | 2025-02-23T08:22:21.238Z | + work_dir=/work |
8 | 2025-02-23T08:22:21.238Z | + input_dir=/input |
9 | 2025-02-23T08:22:21.238Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T08:22:21.238Z | + case "$kern" in |
11 | 2025-02-23T08:22:21.238Z | + groupadd -g 12345 build |
12 | 2025-02-23T08:22:21.241Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T08:22:23.248Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T08:22:23.369Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T08:22:23.372Z | + home_fs=zfs |
16 | 2025-02-23T08:22:23.372Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T08:22:23.372Z | + mkdir -p /home/build |
18 | 2025-02-23T08:22:23.375Z | + chown build:build /home/build /work |
19 | 2025-02-23T08:22:25.376Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T08:22:25.379Z | process exited: duration 4150 ms, exit code 0 |
|
21 | 2025-02-23T08:22:25.384Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T08:22:25.390Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T08:22:25.390Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-23T08:22:25.390Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-23T08:22:25.390Z | * rust toolchain profile = "default" |
26 | 2025-02-23T08:22:25.390Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-23T08:22:25.390Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T08:22:25.392Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T08:22:25.393Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T08:22:25.512Z | info: downloading installer |
31 | 2025-02-23T08:22:26.924Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T08:22:26.924Z | warning: /opt/ooce/bin |
33 | 2025-02-23T08:22:26.924Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T08:22:26.924Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T08:22:26.924Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T08:22:26.924Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T08:22:26.924Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T08:22:26.924Z | error: cannot install while Rust is installed |
39 | 2025-02-23T08:22:26.924Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T08:22:26.940Z | info: profile set to 'default' |
41 | 2025-02-23T08:22:26.940Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T08:22:26.942Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T08:22:27.084Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T08:22:27.084Z | info: downloading component 'cargo' |
45 | 2025-02-23T08:22:27.808Z | info: downloading component 'clippy' |
46 | 2025-02-23T08:22:28.087Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T08:22:29.186Z | info: downloading component 'rust-std' |
48 | 2025-02-23T08:22:30.798Z | info: downloading component 'rustc' |
49 | 2025-02-23T08:22:36.352Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T08:22:36.561Z | info: installing component 'cargo' |
51 | 2025-02-23T08:22:37.386Z | info: installing component 'clippy' |
52 | 2025-02-23T08:22:37.771Z | info: installing component 'rust-docs' |
53 | 2025-02-23T08:22:39.506Z | info: installing component 'rust-std' |
54 | 2025-02-23T08:22:41.396Z | info: installing component 'rustc' |
55 | 2025-02-23T08:22:47.417Z | info: installing component 'rustfmt' |
56 | 2025-02-23T08:22:47.757Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T08:22:47.757Z | |
58 | 2025-02-23T08:22:48.145Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T08:22:48.145Z | |
60 | 2025-02-23T08:22:48.148Z | |
61 | 2025-02-23T08:22:48.148Z | Rust is installed now. Great! |
62 | 2025-02-23T08:22:48.148Z | |
63 | 2025-02-23T08:22:48.148Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T08:22:48.148Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T08:22:48.148Z | |
66 | 2025-02-23T08:22:48.148Z | To configure your current shell, you need to source |
67 | 2025-02-23T08:22:48.148Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T08:22:48.148Z | |
69 | 2025-02-23T08:22:48.148Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T08:22:48.148Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T08:22:48.148Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T08:22:48.227Z | + rustup --version |
73 | 2025-02-23T08:22:48.235Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T08:22:48.235Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T08:22:48.318Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T08:22:48.322Z | + cargo --version |
77 | 2025-02-23T08:22:48.383Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T08:22:48.385Z | + rustc --version |
79 | 2025-02-23T08:22:48.453Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T08:22:48.458Z | process exited: duration 23070 ms, exit code 0 |
|
81 | 2025-02-23T08:22:48.464Z | starting task 2: "authentication" |
82 | 2025-02-23T08:22:48.485Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-23T08:22:48.492Z | starting task 3: "clone repository" |
84 | 2025-02-23T08:22:48.497Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T08:22:48.499Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T08:22:48.539Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T08:22:56.243Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T08:22:56.246Z | + git fetch origin fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
89 | 2025-02-23T08:22:56.541Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T08:22:56.541Z | * branch fef44b3229fc3a7f8a483a2e323b831dc82f07e3 -> FETCH_HEAD |
91 | 2025-02-23T08:22:56.552Z | + [[ -n renovate/test-strategy-0.x ]] |
92 | 2025-02-23T08:22:56.554Z | ++ git branch --show-current |
93 | 2025-02-23T08:22:56.557Z | + current=main |
94 | 2025-02-23T08:22:56.557Z | + [[ main != renovate/test-strategy-0.x ]] |
95 | 2025-02-23T08:22:56.558Z | + git branch -f renovate/test-strategy-0.x fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
96 | 2025-02-23T08:22:56.561Z | + git checkout -f renovate/test-strategy-0.x |
97 | 2025-02-23T08:22:56.751Z | Switched to branch 'renovate/test-strategy-0.x' |
98 | 2025-02-23T08:22:56.753Z | + git reset --hard fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
99 | 2025-02-23T08:22:56.941Z | HEAD is now at fef44b322 merge main into branch |
100 | 2025-02-23T08:22:56.944Z | process exited: duration 8450 ms, exit code 0 |
|
101 | 2025-02-23T08:22:56.949Z | starting task 4: "build" |
102 | 2025-02-23T08:22:56.954Z | + source ./env.sh |
103 | 2025-02-23T08:22:56.956Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-23T08:22:56.956Z | ++ set -o xtrace |
105 | 2025-02-23T08:22:56.959Z | ++++ dirname ./env.sh |
106 | 2025-02-23T08:22:56.959Z | +++ readlink -f . |
107 | 2025-02-23T08:22:56.962Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-23T08:22:56.962Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-02-23T08:22:56.962Z | ++ 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-02-23T08:22:56.962Z | ++ 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 |
111 | 2025-02-23T08:22:56.962Z | ++ 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-02-23T08:22:56.962Z | ++ 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 |
113 | 2025-02-23T08:22:56.963Z | ++ 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-02-23T08:22:56.963Z | ++ 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 |
115 | 2025-02-23T08:22:56.963Z | ++ 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-02-23T08:22:56.963Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-23T08:22:56.963Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-23T08:22:56.963Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-23T08:22:56.963Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-23T08:22:56.963Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-23T08:22:56.964Z | + cargo --version |
122 | 2025-02-23T08:22:57.015Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
123 | 2025-02-23T08:22:57.018Z | + rustc --version |
124 | 2025-02-23T08:22:57.083Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
125 | 2025-02-23T08:22:57.086Z | + banner prerequisites |
126 | 2025-02-23T08:22:57.088Z | |
127 | 2025-02-23T08:22:57.088Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-23T08:22:57.088Z | # # # # # # # # # # # # # # # |
129 | 2025-02-23T08:22:57.088Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-23T08:22:57.089Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-23T08:22:57.089Z | # # # # # # # # # # # # # # # |
132 | 2025-02-23T08:22:57.089Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-23T08:22:57.089Z | |
134 | 2025-02-23T08:22:57.091Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-23T08:22:58.719Z | pkg list: illegal option -- F |
136 | 2025-02-23T08:22:58.719Z | Usage: |
137 | 2025-02-23T08:22:58.724Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-23T08:22:58.724Z | [pkg_fmri_pattern ...] |
139 | 2025-02-23T08:22:59.582Z | pkg list: illegal option -- F |
140 | 2025-02-23T08:22:59.582Z | Usage: |
141 | 2025-02-23T08:22:59.585Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-23T08:22:59.585Z | [pkg_fmri_pattern ...] |
143 | 2025-02-23T08:23:06.359Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-23T08:23:10.718Z | Startup: Caching catalogs ... Done |
145 | 2025-02-23T08:23:24.338Z | Planning: Solver setup ... Done (12.660s) |
146 | 2025-02-23T08:23:24.499Z | Planning: Running solver ... Done (0.161s) |
147 | 2025-02-23T08:23:24.627Z | Planning: Finding local manifests ... Done (0.007s) |
148 | 2025-02-23T08:23:24.671Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-23T08:23:26.169Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-23T08:23:26.279Z | Planning: Package planning ... Done (0.111s) |
151 | 2025-02-23T08:23:26.336Z | Planning: Merging actions ... Done (0.057s) |
152 | 2025-02-23T08:23:26.532Z | Planning: Checking for conflicting actions ... Done (0.196s) |
153 | 2025-02-23T08:23:28.544Z | Planning: Consolidating action changes ... Done (2.011s) |
154 | 2025-02-23T08:23:28.982Z | Planning: Evaluating mediators ... Done (0.438s) |
155 | 2025-02-23T08:23:29.067Z | Planning: Planning completed in 18.25 seconds |
156 | 2025-02-23T08:23:29.083Z | Packages to install: 4 |
157 | 2025-02-23T08:23:29.083Z | Packages to update: 3 |
158 | 2025-02-23T08:23:29.086Z | Mediators to change: 2 |
159 | 2025-02-23T08:23:29.086Z | Services to change: 1 |
160 | 2025-02-23T08:23:29.086Z | Estimated space available: 155.60 GB |
161 | 2025-02-23T08:23:29.087Z | Estimated space to be consumed: 1.66 GB |
162 | 2025-02-23T08:23:29.087Z | Create boot environment: No |
163 | 2025-02-23T08:23:29.087Z | Create backup boot environment: Yes |
164 | 2025-02-23T08:23:29.087Z | Rebuild boot archive: No |
165 | 2025-02-23T08:23:29.087Z | |
166 | 2025-02-23T08:23:29.087Z | Changed mediators: |
167 | 2025-02-23T08:23:29.087Z | mediator clang: |
168 | 2025-02-23T08:23:29.087Z | version: None -> 15 (system default) |
169 | 2025-02-23T08:23:29.088Z | |
170 | 2025-02-23T08:23:29.088Z | mediator llvm: |
171 | 2025-02-23T08:23:29.088Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-23T08:23:29.088Z | |
173 | 2025-02-23T08:23:29.088Z | Changed packages: |
174 | 2025-02-23T08:23:29.088Z | helios-dev |
175 | 2025-02-23T08:23:29.088Z | developer/build-essential |
176 | 2025-02-23T08:23:29.088Z | None -> 11-2.0 |
177 | 2025-02-23T08:23:29.088Z | library/libxmlsec1 |
178 | 2025-02-23T08:23:29.088Z | None -> 1.2.35-2.0 |
179 | 2025-02-23T08:23:29.088Z | ooce/developer/clang-15 |
180 | 2025-02-23T08:23:29.088Z | None -> 15.0.7-2.0 |
181 | 2025-02-23T08:23:29.088Z | ooce/developer/llvm-15 |
182 | 2025-02-23T08:23:29.088Z | None -> 15.0.7-2.0 |
183 | 2025-02-23T08:23:29.088Z | package/pkg |
184 | 2025-02-23T08:23:29.088Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-23T08:23:29.088Z | system/library/g++-runtime |
186 | 2025-02-23T08:23:29.088Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-23T08:23:29.088Z | system/library/gcc-runtime |
188 | 2025-02-23T08:23:29.088Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-23T08:23:29.088Z | |
190 | 2025-02-23T08:23:29.088Z | Services: |
191 | 2025-02-23T08:23:29.089Z | restart_fmri: |
192 | 2025-02-23T08:23:29.089Z | svc:/system/update-man-index:default |
193 | 2025-02-23T08:23:29.089Z | |
194 | 2025-02-23T08:23:29.089Z | Editable files to change: |
195 | 2025-02-23T08:23:29.089Z | Update: |
196 | 2025-02-23T08:23:29.089Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-23T08:23:29.167Z | |
198 | 2025-02-23T08:23:29.167Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-23T08:23:34.172Z | Download: 1136/4301 items 49.4/225.4MB 21% complete (9.9M/s) |
200 | 2025-02-23T08:23:39.572Z | Download: 1196/4301 items 82.1/225.4MB 36% complete (13.2M/s) |
201 | 2025-02-23T08:23:44.574Z | Download: 1795/4301 items 118.4/225.4MB 52% complete (6.4M/s) |
202 | 2025-02-23T08:23:49.577Z | Download: 2750/4301 items 120.6/225.4MB 53% complete (3.9M/s) |
203 | 2025-02-23T08:23:54.662Z | Download: 3273/4301 items 206.5/225.4MB 91% complete (8.8M/s) |
204 | 2025-02-23T08:23:59.663Z | Download: 3846/4301 items 217.2/225.4MB 96% complete (9.6M/s) |
205 | 2025-02-23T08:24:05.037Z | Download: 4297/4301 items 224.6/225.4MB 99% complete (1.8M/s) |
206 | 2025-02-23T08:24:05.878Z | Download: Completed 225.42 MB in 36.68 seconds (6.2M/s) |
207 | 2025-02-23T08:24:07.843Z | Actions: 1/5122 actions (Removing old actions) |
208 | 2025-02-23T08:24:07.864Z | Actions: 194/5122 actions (Installing new actions) |
209 | 2025-02-23T08:24:12.659Z | Actions: 4267/5122 actions (Updating modified actions) |
210 | 2025-02-23T08:24:13.003Z | Actions: Completed 5122 actions in 5.16 seconds. |
211 | 2025-02-23T08:24:13.242Z | Done (0.231s) |
212 | 2025-02-23T08:24:13.245Z | Done (0.001s) |
213 | 2025-02-23T08:24:13.865Z | Done (0.621s) |
214 | 2025-02-23T08:24:18.342Z | Done (4.248s) |
215 | 2025-02-23T08:24:18.432Z | Done (0.019s) |
216 | 2025-02-23T08:24:18.434Z | Done (0.000s) |
217 | 2025-02-23T08:24:18.690Z | Done (0.000s) |
218 | 2025-02-23T08:24:19.435Z | Planning: Evaluating mediator changes ... Done |
219 | 2025-02-23T08:24:19.600Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-02-23T08:24:19.606Z | Planning: Consolidating action changes ... Done |
221 | 2025-02-23T08:24:19.876Z | Planning: Evaluating mediators ... Done |
222 | 2025-02-23T08:24:19.879Z | Planning: Planning completed in 0.44 seconds |
223 | 2025-02-23T08:24:19.916Z | Mediators to change: 2 |
224 | 2025-02-23T08:24:19.916Z | Create boot environment: No |
225 | 2025-02-23T08:24:19.918Z | Create backup boot environment: No |
226 | 2025-02-23T08:24:20.003Z | Done |
227 | 2025-02-23T08:24:20.003Z | Done |
228 | 2025-02-23T08:24:20.430Z | Done |
229 | 2025-02-23T08:24:24.300Z | Done |
230 | 2025-02-23T08:24:24.390Z | Done |
231 | 2025-02-23T08:24:24.392Z | Done |
232 | 2025-02-23T08:24:24.517Z | Done |
233 | 2025-02-23T08:24:25.156Z | Planning: Evaluating mediator changes ... Done |
234 | 2025-02-23T08:24:25.159Z | Planning: Merging actions ... Done |
235 | 2025-02-23T08:24:25.356Z | Planning: Checking for conflicting actions ... Done |
236 | 2025-02-23T08:24:25.358Z | Planning: Consolidating action changes ... Done |
237 | 2025-02-23T08:24:25.632Z | Planning: Evaluating mediators ... Done |
238 | 2025-02-23T08:24:25.691Z | Planning: Planning completed in 0.79 seconds |
239 | 2025-02-23T08:24:25.732Z | Packages to change: 1 |
240 | 2025-02-23T08:24:25.732Z | Mediators to change: 1 |
241 | 2025-02-23T08:24:25.735Z | Services to change: 1 |
242 | 2025-02-23T08:24:25.735Z | Create boot environment: No |
243 | 2025-02-23T08:24:25.735Z | Create backup boot environment: Yes |
244 | 2025-02-23T08:24:28.037Z | Actions: 1/6 actions (Updating modified actions) |
245 | 2025-02-23T08:24:28.040Z | Actions: Completed 6 actions in 0.00 seconds. |
246 | 2025-02-23T08:24:28.040Z | Done |
247 | 2025-02-23T08:24:28.040Z | Done |
248 | 2025-02-23T08:24:28.166Z | Done |
249 | 2025-02-23T08:24:31.976Z | Done |
250 | 2025-02-23T08:24:32.073Z | Done |
251 | 2025-02-23T08:24:32.076Z | Done |
252 | 2025-02-23T08:24:32.213Z | Done |
253 | 2025-02-23T08:24:32.667Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
254 | 2025-02-23T08:24:32.667Z | clang system 15 system |
255 | 2025-02-23T08:24:32.667Z | csh system system illumos |
256 | 2025-02-23T08:24:32.667Z | ctags system system illumos |
257 | 2025-02-23T08:24:32.667Z | gcc vendor 12 vendor |
258 | 2025-02-23T08:24:32.667Z | gcc system 10 system |
259 | 2025-02-23T08:24:32.667Z | gcc system 7 system |
260 | 2025-02-23T08:24:32.667Z | go system 1.20 system |
261 | 2025-02-23T08:24:32.667Z | go system 1.19 system |
262 | 2025-02-23T08:24:32.667Z | llvm system 15 system |
263 | 2025-02-23T08:24:32.667Z | llvm system 14 system |
264 | 2025-02-23T08:24:32.667Z | mariadb system 10.6 system |
265 | 2025-02-23T08:24:32.667Z | mta vendor vendor dma |
266 | 2025-02-23T08:24:32.667Z | openjdk system 17 system |
267 | 2025-02-23T08:24:32.668Z | openjdk system 11 system |
268 | 2025-02-23T08:24:32.668Z | openjdk system 1.8 system |
269 | 2025-02-23T08:24:32.668Z | openssl vendor 3 vendor |
270 | 2025-02-23T08:24:32.668Z | perl system 5.36 system |
271 | 2025-02-23T08:24:32.668Z | postgresql system 15 system |
272 | 2025-02-23T08:24:32.668Z | postgresql system 13 system |
273 | 2025-02-23T08:24:32.668Z | python vendor 3 vendor |
274 | 2025-02-23T08:24:32.668Z | python system 2 system |
275 | 2025-02-23T08:24:32.668Z | python3 system 3.11 system |
276 | 2025-02-23T08:24:32.668Z | ruby system 3.0 system |
277 | 2025-02-23T08:24:32.668Z | words vendor vendor american-english |
278 | 2025-02-23T08:24:32.668Z | words system system australian-english |
279 | 2025-02-23T08:24:32.668Z | words system system british-english |
280 | 2025-02-23T08:24:32.668Z | words system system canadian-english |
281 | 2025-02-23T08:24:32.668Z | words system system french |
282 | 2025-02-23T08:24:32.668Z | words system system italian |
283 | 2025-02-23T08:24:32.668Z | words system system ngerman |
284 | 2025-02-23T08:24:32.668Z | words system system ogerman |
285 | 2025-02-23T08:24:32.668Z | words system system spanish |
286 | 2025-02-23T08:24:33.017Z | PUBLISHER TYPE STATUS P LOCATION |
287 | 2025-02-23T08:24:33.017Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
288 | 2025-02-23T08:24:36.153Z | FMRI IFO |
289 | 2025-02-23T08:24:36.153Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
290 | 2025-02-23T08:24:36.153Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
291 | 2025-02-23T08:24:36.153Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
292 | 2025-02-23T08:24:36.153Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
293 | 2025-02-23T08:24:36.154Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
294 | 2025-02-23T08:24:36.154Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
295 | 2025-02-23T08:24:36.154Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
296 | 2025-02-23T08:24:36.156Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
297 | 2025-02-23T08:24:36.156Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
298 | 2025-02-23T08:24:36.156Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
299 | 2025-02-23T08:24:36.156Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
300 | 2025-02-23T08:24:36.156Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
301 | 2025-02-23T08:24:36.156Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
302 | 2025-02-23T08:24:36.156Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
303 | 2025-02-23T08:24:36.156Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
304 | 2025-02-23T08:24:36.949Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
305 | 2025-02-23T08:24:37.281Z | Updating crates.io index |
306 | 2025-02-23T08:24:37.284Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
307 | 2025-02-23T08:24:37.855Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
308 | 2025-02-23T08:24:38.146Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
309 | 2025-02-23T08:24:38.383Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
310 | 2025-02-23T08:24:39.313Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
311 | 2025-02-23T08:24:40.965Z | Updating git repository `https://github.com/oxidecomputer/opte` |
312 | 2025-02-23T08:24:41.700Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
313 | 2025-02-23T08:24:42.354Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
314 | 2025-02-23T08:24:42.603Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
315 | 2025-02-23T08:24:42.870Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
316 | 2025-02-23T08:24:43.498Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
317 | 2025-02-23T08:24:44.014Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
318 | 2025-02-23T08:24:44.324Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
319 | 2025-02-23T08:24:44.630Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
320 | 2025-02-23T08:24:44.911Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
321 | 2025-02-23T08:24:45.200Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
322 | 2025-02-23T08:24:45.441Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
323 | 2025-02-23T08:24:45.715Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
324 | 2025-02-23T08:24:46.045Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
325 | 2025-02-23T08:24:46.308Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
326 | 2025-02-23T08:24:46.663Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
327 | 2025-02-23T08:24:46.971Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
328 | 2025-02-23T08:24:47.426Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
329 | 2025-02-23T08:24:47.898Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
330 | 2025-02-23T08:24:48.203Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
331 | 2025-02-23T08:24:48.594Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
332 | 2025-02-23T08:24:49.192Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
333 | 2025-02-23T08:24:49.492Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2025-02-23T08:24:49.732Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
335 | 2025-02-23T08:24:50.024Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
336 | 2025-02-23T08:24:51.279Z | Downloading crates ... |
337 | 2025-02-23T08:24:51.343Z | Downloaded anstream v0.6.15 |
338 | 2025-02-23T08:24:51.348Z | Downloaded anstyle v1.0.10 |
339 | 2025-02-23T08:24:51.350Z | Downloaded anstyle-parse v0.2.5 |
340 | 2025-02-23T08:24:51.396Z | Downloaded crypto-common v0.1.6 |
341 | 2025-02-23T08:24:51.399Z | Downloaded equivalent v1.0.1 |
342 | 2025-02-23T08:24:51.401Z | Downloaded generic-array v0.14.7 |
343 | 2025-02-23T08:24:51.401Z | Downloaded heck v0.4.1 |
344 | 2025-02-23T08:24:51.401Z | Downloaded fastrand v2.1.1 |
345 | 2025-02-23T08:24:51.404Z | Downloaded digest v0.10.7 |
346 | 2025-02-23T08:24:51.406Z | Downloaded errno v0.3.9 |
347 | 2025-02-23T08:24:51.410Z | Downloaded macaddr v1.0.1 |
348 | 2025-02-23T08:24:51.412Z | Downloaded is_terminal_polyfill v1.70.1 |
349 | 2025-02-23T08:24:51.412Z | Downloaded itoa v1.0.11 |
350 | 2025-02-23T08:24:51.415Z | Downloaded memmap v0.7.0 |
351 | 2025-02-23T08:24:51.415Z | Downloaded dof v0.3.0 |
352 | 2025-02-23T08:24:51.418Z | Downloaded fnv v1.0.7 |
353 | 2025-02-23T08:24:51.418Z | Downloaded cpufeatures v0.2.14 |
354 | 2025-02-23T08:24:51.420Z | Downloaded fs-err v2.11.0 |
355 | 2025-02-23T08:24:51.423Z | Downloaded log v0.4.22 |
356 | 2025-02-23T08:24:51.436Z | Downloaded proc-macro-error-attr v1.0.4 |
357 | 2025-02-23T08:24:51.441Z | Downloaded indexmap v2.7.1 |
358 | 2025-02-23T08:24:51.445Z | Downloaded plain v0.2.3 |
359 | 2025-02-23T08:24:51.448Z | Downloaded heck v0.5.0 |
360 | 2025-02-23T08:24:51.448Z | Downloaded bytecount v0.6.8 |
361 | 2025-02-23T08:24:51.450Z | Downloaded pretty-hex v0.4.1 |
362 | 2025-02-23T08:24:51.454Z | Downloaded swrite v0.1.0 |
363 | 2025-02-23T08:24:51.454Z | Downloaded dtrace-parser v0.2.0 |
364 | 2025-02-23T08:24:51.454Z | Downloaded autocfg v1.4.0 |
365 | 2025-02-23T08:24:51.457Z | Downloaded pest_generator v2.7.14 |
366 | 2025-02-23T08:24:51.460Z | Downloaded block-buffer v0.10.4 |
367 | 2025-02-23T08:24:51.460Z | Downloaded cargo-platform v0.1.8 |
368 | 2025-02-23T08:24:51.463Z | Downloaded anstyle-query v1.1.1 |
369 | 2025-02-23T08:24:51.466Z | Downloaded camino-tempfile v1.1.1 |
370 | 2025-02-23T08:24:51.469Z | Downloaded byteorder v1.5.0 |
371 | 2025-02-23T08:24:51.469Z | Downloaded pest_derive v2.7.14 |
372 | 2025-02-23T08:24:51.486Z | Downloaded usdt-macro v0.5.0 |
373 | 2025-02-23T08:24:51.488Z | Downloaded usdt-attr-macro v0.5.0 |
374 | 2025-02-23T08:24:51.489Z | Downloaded once_cell v1.20.3 |
375 | 2025-02-23T08:24:51.491Z | Downloaded scroll_derive v0.12.0 |
376 | 2025-02-23T08:24:51.494Z | Downloaded strsim v0.11.1 |
377 | 2025-02-23T08:24:51.497Z | Downloaded proc-macro-error v1.0.4 |
378 | 2025-02-23T08:24:51.500Z | Downloaded quote v1.0.38 |
379 | 2025-02-23T08:24:51.503Z | Downloaded pest_meta v2.7.14 |
380 | 2025-02-23T08:24:51.507Z | Downloaded tabled_derive v0.7.0 |
381 | 2025-02-23T08:24:51.507Z | Downloaded serde_spanned v0.6.8 |
382 | 2025-02-23T08:24:51.509Z | Downloaded scroll v0.12.0 |
383 | 2025-02-23T08:24:51.509Z | Downloaded bitflags v2.6.0 |
384 | 2025-02-23T08:24:51.512Z | Downloaded unicode-linebreak v0.1.5 |
385 | 2025-02-23T08:24:51.515Z | Downloaded toml_datetime v0.6.8 |
386 | 2025-02-23T08:24:51.515Z | Downloaded thiserror v1.0.69 |
387 | 2025-02-23T08:24:51.518Z | Downloaded utf8parse v0.2.2 |
388 | 2025-02-23T08:24:51.521Z | Downloaded usdt v0.5.0 |
389 | 2025-02-23T08:24:51.521Z | Downloaded thread-id v4.2.2 |
390 | 2025-02-23T08:24:51.524Z | Downloaded clap_lex v0.7.4 |
391 | 2025-02-23T08:24:51.524Z | Downloaded cfg-if v1.0.0 |
392 | 2025-02-23T08:24:51.524Z | Downloaded version_check v0.9.5 |
393 | 2025-02-23T08:24:51.526Z | Downloaded usdt-impl v0.5.0 |
394 | 2025-02-23T08:24:51.526Z | Downloaded terminal_size v0.4.0 |
395 | 2025-02-23T08:24:51.529Z | Downloaded camino v1.1.9 |
396 | 2025-02-23T08:24:51.531Z | Downloaded serde_tokenstream v0.2.2 |
397 | 2025-02-23T08:24:51.531Z | Downloaded sha2 v0.10.8 |
398 | 2025-02-23T08:24:51.534Z | Downloaded proc-macro2 v1.0.92 |
399 | 2025-02-23T08:24:51.536Z | Downloaded papergrid v0.11.0 |
400 | 2025-02-23T08:24:51.539Z | Downloaded thiserror-impl v1.0.69 |
401 | 2025-02-23T08:24:51.543Z | Downloaded semver v1.0.25 |
402 | 2025-02-23T08:24:51.543Z | Downloaded cargo_metadata v0.18.1 |
403 | 2025-02-23T08:24:51.546Z | Downloaded smawk v0.3.2 |
404 | 2025-02-23T08:24:51.549Z | Downloaded colorchoice v1.0.2 |
405 | 2025-02-23T08:24:51.549Z | Downloaded cargo_toml v0.20.5 |
406 | 2025-02-23T08:24:51.554Z | Downloaded zerocopy-derive v0.7.35 |
407 | 2025-02-23T08:24:51.560Z | Downloaded anyhow v1.0.96 |
408 | 2025-02-23T08:24:51.564Z | Downloaded tempfile v3.13.0 |
409 | 2025-02-23T08:24:51.567Z | Downloaded unicode-ident v1.0.14 |
410 | 2025-02-23T08:24:51.570Z | Downloaded toml v0.8.19 |
411 | 2025-02-23T08:24:51.573Z | Downloaded clap_derive v4.5.28 |
412 | 2025-02-23T08:24:51.575Z | Downloaded typenum v1.17.0 |
413 | 2025-02-23T08:24:51.578Z | Downloaded clap v4.5.30 |
414 | 2025-02-23T08:24:51.586Z | Downloaded ucd-trie v0.1.7 |
415 | 2025-02-23T08:24:51.588Z | Downloaded serde_derive v1.0.217 |
416 | 2025-02-23T08:24:51.591Z | Downloaded memchr v2.7.4 |
417 | 2025-02-23T08:24:51.594Z | Downloaded hashbrown v0.15.1 |
418 | 2025-02-23T08:24:51.599Z | Downloaded ryu v1.0.18 |
419 | 2025-02-23T08:24:51.602Z | Downloaded textwrap v0.16.1 |
420 | 2025-02-23T08:24:51.605Z | Downloaded serde v1.0.217 |
421 | 2025-02-23T08:24:51.608Z | Downloaded goblin v0.8.2 |
422 | 2025-02-23T08:24:51.614Z | Downloaded toml_edit v0.22.22 |
423 | 2025-02-23T08:24:51.635Z | Downloaded pest v2.7.14 |
424 | 2025-02-23T08:24:51.655Z | Downloaded serde_json v1.0.139 |
425 | 2025-02-23T08:24:51.662Z | Downloaded zerocopy v0.7.35 |
426 | 2025-02-23T08:24:51.677Z | Downloaded winnow v0.6.20 |
427 | 2025-02-23T08:24:51.684Z | Downloaded clap_builder v4.5.30 |
428 | 2025-02-23T08:24:51.691Z | Downloaded tabled v0.15.0 |
429 | 2025-02-23T08:24:51.705Z | Downloaded syn v1.0.109 |
430 | 2025-02-23T08:24:51.715Z | Downloaded unicode-width v0.1.14 |
431 | 2025-02-23T08:24:51.722Z | Downloaded syn v2.0.96 |
432 | 2025-02-23T08:24:51.731Z | Downloaded rustix v0.38.37 |
433 | 2025-02-23T08:24:51.760Z | Downloaded libc v0.2.169 |
434 | 2025-02-23T08:24:52.041Z | Compiling proc-macro2 v1.0.92 |
435 | 2025-02-23T08:24:52.042Z | Compiling unicode-ident v1.0.14 |
436 | 2025-02-23T08:24:52.044Z | Compiling version_check v0.9.5 |
437 | 2025-02-23T08:24:52.044Z | Compiling serde v1.0.217 |
438 | 2025-02-23T08:24:52.044Z | Compiling memchr v2.7.4 |
439 | 2025-02-23T08:24:52.044Z | Compiling thiserror v1.0.69 |
440 | 2025-02-23T08:24:52.044Z | Compiling libc v0.2.169 |
441 | 2025-02-23T08:24:52.077Z | Compiling ucd-trie v0.1.7 |
442 | 2025-02-23T08:24:52.345Z | Compiling itoa v1.0.11 |
443 | 2025-02-23T08:24:52.621Z | Compiling ryu v1.0.18 |
444 | 2025-02-23T08:24:52.747Z | Compiling once_cell v1.20.3 |
445 | 2025-02-23T08:24:52.889Z | Compiling byteorder v1.5.0 |
446 | 2025-02-23T08:24:53.077Z | Compiling serde_json v1.0.139 |
447 | 2025-02-23T08:24:53.100Z | Compiling rustix v0.38.37 |
448 | 2025-02-23T08:24:53.360Z | Compiling bitflags v2.6.0 |
449 | 2025-02-23T08:24:53.462Z | Compiling proc-macro-error-attr v1.0.4 |
450 | 2025-02-23T08:24:53.601Z | Compiling usdt-impl v0.5.0 |
451 | 2025-02-23T08:24:53.784Z | Compiling syn v1.0.109 |
452 | 2025-02-23T08:24:53.853Z | Compiling proc-macro-error v1.0.4 |
453 | 2025-02-23T08:24:53.883Z | Compiling quote v1.0.38 |
454 | 2025-02-23T08:24:53.972Z | Compiling plain v0.2.3 |
455 | 2025-02-23T08:24:54.108Z | Compiling errno v0.3.9 |
456 | 2025-02-23T08:24:54.154Z | Compiling hashbrown v0.15.1 |
457 | 2025-02-23T08:24:54.185Z | Compiling utf8parse v0.2.2 |
458 | 2025-02-23T08:24:54.231Z | Compiling equivalent v1.0.1 |
459 | 2025-02-23T08:24:54.308Z | Compiling syn v2.0.96 |
460 | 2025-02-23T08:24:54.365Z | Compiling thread-id v4.2.2 |
461 | 2025-02-23T08:24:54.365Z | Compiling camino v1.1.9 |
462 | 2025-02-23T08:24:54.439Z | Compiling log v0.4.22 |
463 | 2025-02-23T08:24:54.529Z | Compiling anstyle-parse v0.2.5 |
464 | 2025-02-23T08:24:54.963Z | Compiling anstyle v1.0.10 |
465 | 2025-02-23T08:24:55.066Z | Compiling colorchoice v1.0.2 |
466 | 2025-02-23T08:24:55.207Z | Compiling indexmap v2.7.1 |
467 | 2025-02-23T08:24:55.240Z | Compiling semver v1.0.25 |
468 | 2025-02-23T08:24:55.243Z | Compiling is_terminal_polyfill v1.70.1 |
469 | 2025-02-23T08:24:55.343Z | Compiling pretty-hex v0.4.1 |
470 | 2025-02-23T08:24:55.368Z | Compiling winnow v0.6.20 |
471 | 2025-02-23T08:24:55.415Z | Compiling unicode-width v0.1.14 |
472 | 2025-02-23T08:24:55.591Z | Compiling anstyle-query v1.1.1 |
473 | 2025-02-23T08:24:55.766Z | Compiling autocfg v1.4.0 |
474 | 2025-02-23T08:24:55.862Z | Compiling anstream v0.6.15 |
475 | 2025-02-23T08:24:56.219Z | Compiling terminal_size v0.4.0 |
476 | 2025-02-23T08:24:56.442Z | Compiling strsim v0.11.1 |
477 | 2025-02-23T08:24:56.466Z | Compiling heck v0.4.1 |
478 | 2025-02-23T08:24:56.498Z | Compiling fastrand v2.1.1 |
479 | 2025-02-23T08:24:56.709Z | Compiling fs-err v2.11.0 |
480 | 2025-02-23T08:24:56.794Z | Compiling cfg-if v1.0.0 |
481 | 2025-02-23T08:24:56.867Z | Compiling heck v0.5.0 |
482 | 2025-02-23T08:24:56.903Z | Compiling bytecount v0.6.8 |
483 | 2025-02-23T08:24:57.035Z | Compiling anyhow v1.0.96 |
484 | 2025-02-23T08:24:57.122Z | Compiling clap_lex v0.7.4 |
485 | 2025-02-23T08:24:57.386Z | Compiling fnv v1.0.7 |
486 | 2025-02-23T08:24:57.469Z | Compiling clap_builder v4.5.30 |
487 | 2025-02-23T08:24:57.544Z | Compiling papergrid v0.11.0 |
488 | 2025-02-23T08:24:57.621Z | Compiling tempfile v3.13.0 |
489 | 2025-02-23T08:24:57.984Z | Compiling memmap v0.7.0 |
490 | 2025-02-23T08:24:58.106Z | Compiling smawk v0.3.2 |
491 | 2025-02-23T08:24:58.321Z | Compiling unicode-linebreak v0.1.5 |
492 | 2025-02-23T08:24:58.761Z | Compiling textwrap v0.16.1 |
493 | 2025-02-23T08:24:58.814Z | Compiling swrite v0.1.0 |
494 | 2025-02-23T08:24:59.300Z | Compiling tabled_derive v0.7.0 |
495 | 2025-02-23T08:25:00.659Z | Compiling tabled v0.15.0 |
496 | 2025-02-23T08:25:01.102Z | Compiling serde_derive v1.0.217 |
497 | 2025-02-23T08:25:01.102Z | Compiling thiserror-impl v1.0.69 |
498 | 2025-02-23T08:25:01.105Z | Compiling zerocopy-derive v0.7.35 |
499 | 2025-02-23T08:25:01.105Z | Compiling scroll_derive v0.12.0 |
500 | 2025-02-23T08:25:01.105Z | Compiling clap_derive v4.5.28 |
501 | 2025-02-23T08:25:02.581Z | Compiling scroll v0.12.0 |
502 | 2025-02-23T08:25:03.089Z | Compiling zerocopy v0.7.35 |
503 | 2025-02-23T08:25:03.113Z | Compiling goblin v0.8.2 |
504 | 2025-02-23T08:25:04.014Z | Compiling pest v2.7.14 |
505 | 2025-02-23T08:25:04.751Z | Compiling clap v4.5.30 |
506 | 2025-02-23T08:25:06.098Z | Compiling pest_meta v2.7.14 |
507 | 2025-02-23T08:25:07.009Z | Compiling pest_generator v2.7.14 |
508 | 2025-02-23T08:25:08.378Z | Compiling pest_derive v2.7.14 |
509 | 2025-02-23T08:25:09.063Z | Compiling dtrace-parser v0.2.0 |
510 | 2025-02-23T08:25:09.753Z | Compiling serde_spanned v0.6.8 |
511 | 2025-02-23T08:25:09.755Z | Compiling toml_datetime v0.6.8 |
512 | 2025-02-23T08:25:10.037Z | Compiling serde_tokenstream v0.2.2 |
513 | 2025-02-23T08:25:10.063Z | Compiling cargo-platform v0.1.8 |
514 | 2025-02-23T08:25:10.152Z | Compiling toml_edit v0.22.22 |
515 | 2025-02-23T08:25:10.292Z | Compiling camino-tempfile v1.1.1 |
516 | 2025-02-23T08:25:10.488Z | Compiling macaddr v1.0.1 |
517 | 2025-02-23T08:25:11.144Z | Compiling dof v0.3.0 |
518 | 2025-02-23T08:25:11.144Z | Compiling cargo_metadata v0.18.1 |
519 | 2025-02-23T08:25:12.610Z | Compiling usdt-macro v0.5.0 |
520 | 2025-02-23T08:25:12.610Z | Compiling usdt-attr-macro v0.5.0 |
521 | 2025-02-23T08:25:13.076Z | Compiling toml v0.8.19 |
522 | 2025-02-23T08:25:13.787Z | Compiling usdt v0.5.0 |
523 | 2025-02-23T08:25:13.848Z | Compiling cargo_toml v0.20.5 |
524 | 2025-02-23T08:25:16.419Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
525 | 2025-02-23T08:25:19.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s |
526 | 2025-02-23T08:25:19.903Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
527 | 2025-02-23T08:25:20.466Z | Downloading crates ... |
528 | 2025-02-23T08:25:20.584Z | Downloaded addr2line v0.24.2 |
529 | 2025-02-23T08:25:20.589Z | Downloaded async-stream-impl v0.3.6 |
530 | 2025-02-23T08:25:20.597Z | Downloaded atomicwrites v0.4.4 |
531 | 2025-02-23T08:25:20.609Z | Downloaded cstr-argument v0.1.2 |
532 | 2025-02-23T08:25:20.612Z | Downloaded cfg_aliases v0.2.1 |
533 | 2025-02-23T08:25:20.616Z | Downloaded cfg_aliases v0.1.1 |
534 | 2025-02-23T08:25:20.619Z | Downloaded crunchy v0.2.2 |
535 | 2025-02-23T08:25:20.622Z | Downloaded ciborium-io v0.2.2 |
536 | 2025-02-23T08:25:20.624Z | Downloaded http-range v0.1.5 |
537 | 2025-02-23T08:25:20.625Z | Downloaded is_ci v1.2.0 |
538 | 2025-02-23T08:25:20.627Z | Downloaded http-body v1.0.1 |
539 | 2025-02-23T08:25:20.627Z | Downloaded convert_case v0.4.0 |
540 | 2025-02-23T08:25:20.630Z | Downloaded adler2 v2.0.0 |
541 | 2025-02-23T08:25:20.630Z | Downloaded hex v0.4.3 |
542 | 2025-02-23T08:25:20.633Z | Downloaded bcrypt-pbkdf v0.10.0 |
543 | 2025-02-23T08:25:20.633Z | Downloaded icu_provider_macros v1.5.0 |
544 | 2025-02-23T08:25:20.635Z | Downloaded atty v0.2.14 |
545 | 2025-02-23T08:25:20.637Z | Downloaded headers-core v0.3.0 |
546 | 2025-02-23T08:25:20.638Z | Downloaded aead v0.5.2 |
547 | 2025-02-23T08:25:20.638Z | Downloaded hubpack_derive v0.1.1 |
548 | 2025-02-23T08:25:20.640Z | Downloaded async-stream v0.3.6 |
549 | 2025-02-23T08:25:20.642Z | Downloaded assert_matches v1.5.0 |
550 | 2025-02-23T08:25:20.642Z | Downloaded async-recursion v1.1.1 |
551 | 2025-02-23T08:25:20.646Z | Downloaded arrayref v0.3.9 |
552 | 2025-02-23T08:25:20.648Z | Downloaded instant v0.1.13 |
553 | 2025-02-23T08:25:20.651Z | Downloaded chacha20 v0.9.1 |
554 | 2025-02-23T08:25:20.653Z | Downloaded md5 v0.7.0 |
555 | 2025-02-23T08:25:20.653Z | Downloaded match_cfg v0.1.0 |
556 | 2025-02-23T08:25:20.656Z | Downloaded castaway v0.2.3 |
557 | 2025-02-23T08:25:20.656Z | Downloaded is-terminal v0.4.13 |
558 | 2025-02-23T08:25:20.658Z | Downloaded bitfield v0.14.0 |
559 | 2025-02-23T08:25:20.658Z | Downloaded humantime v2.1.0 |
560 | 2025-02-23T08:25:20.661Z | Downloaded indoc v1.0.9 |
561 | 2025-02-23T08:25:20.663Z | Downloaded ipnetwork v0.21.1 |
562 | 2025-02-23T08:25:20.667Z | Downloaded cexpr v0.6.0 |
563 | 2025-02-23T08:25:20.670Z | Downloaded hostname v0.4.0 |
564 | 2025-02-23T08:25:20.672Z | Downloaded keccak v0.1.5 |
565 | 2025-02-23T08:25:20.672Z | Downloaded hex-literal v0.4.1 |
566 | 2025-02-23T08:25:20.675Z | Downloaded crossbeam-deque v0.8.5 |
567 | 2025-02-23T08:25:20.675Z | Downloaded buf-list v1.0.3 |
568 | 2025-02-23T08:25:20.678Z | Downloaded internet-checksum v0.2.1 |
569 | 2025-02-23T08:25:20.680Z | Downloaded ciborium-ll v0.2.2 |
570 | 2025-02-23T08:25:20.680Z | Downloaded chrono-tz-build v0.4.0 |
571 | 2025-02-23T08:25:20.682Z | Downloaded lazy_static v1.5.0 |
572 | 2025-02-23T08:25:20.685Z | Downloaded hyper-tls v0.6.0 |
573 | 2025-02-23T08:25:20.685Z | Downloaded memoffset v0.9.1 |
574 | 2025-02-23T08:25:20.688Z | Downloaded lazycell v1.3.0 |
575 | 2025-02-23T08:25:20.688Z | Downloaded httpdate v1.0.3 |
576 | 2025-02-23T08:25:20.691Z | Downloaded home v0.5.9 |
577 | 2025-02-23T08:25:20.691Z | Downloaded block-padding v0.3.3 |
578 | 2025-02-23T08:25:20.691Z | Downloaded md-5 v0.10.6 |
579 | 2025-02-23T08:25:20.693Z | Downloaded curve25519-dalek-derive v0.1.1 |
580 | 2025-02-23T08:25:20.696Z | Downloaded bit-set v0.5.3 |
581 | 2025-02-23T08:25:20.696Z | Downloaded ascii-canvas v3.0.0 |
582 | 2025-02-23T08:25:20.699Z | Downloaded array-init v0.0.4 |
583 | 2025-02-23T08:25:20.699Z | Downloaded maplit v1.0.2 |
584 | 2025-02-23T08:25:20.703Z | Downloaded base64ct v1.6.0 |
585 | 2025-02-23T08:25:20.706Z | Downloaded rpassword v7.3.1 |
586 | 2025-02-23T08:25:20.706Z | Downloaded maybe-uninit v2.0.0 |
587 | 2025-02-23T08:25:20.709Z | Downloaded managed v0.8.0 |
588 | 2025-02-23T08:25:20.709Z | Downloaded colored v2.1.0 |
589 | 2025-02-23T08:25:20.712Z | Downloaded lru-cache v0.1.2 |
590 | 2025-02-23T08:25:20.712Z | Downloaded ipnet v2.10.1 |
591 | 2025-02-23T08:25:20.714Z | Downloaded icu_locid_transform v1.5.0 |
592 | 2025-02-23T08:25:20.719Z | Downloaded crc32fast v1.4.2 |
593 | 2025-02-23T08:25:20.721Z | Downloaded jobserver v0.1.32 |
594 | 2025-02-23T08:25:20.721Z | Downloaded bzip2 v0.4.4 |
595 | 2025-02-23T08:25:20.724Z | Downloaded hyper-staticfile v0.10.1 |
596 | 2025-02-23T08:25:20.726Z | Downloaded instability v0.3.2 |
597 | 2025-02-23T08:25:20.729Z | Downloaded iana-time-zone v0.1.61 |
598 | 2025-02-23T08:25:20.731Z | Downloaded httparse v1.9.5 |
599 | 2025-02-23T08:25:20.733Z | Downloaded const_format_proc_macros v0.2.34 |
600 | 2025-02-23T08:25:20.736Z | Downloaded sigpipe v0.1.3 |
601 | 2025-02-23T08:25:20.738Z | Downloaded sqlparser_derive v0.2.2 |
602 | 2025-02-23T08:25:20.738Z | Downloaded progenitor v0.8.0 |
603 | 2025-02-23T08:25:20.741Z | Downloaded sync_wrapper v1.0.1 |
604 | 2025-02-23T08:25:20.741Z | Downloaded tinyvec_macros v0.1.1 |
605 | 2025-02-23T08:25:20.744Z | Downloaded sync-ptr v0.1.1 |
606 | 2025-02-23T08:25:20.744Z | Downloaded lock_api v0.4.12 |
607 | 2025-02-23T08:25:20.746Z | Downloaded write16 v1.0.0 |
608 | 2025-02-23T08:25:20.746Z | Downloaded linked-hash-map v0.5.6 |
609 | 2025-02-23T08:25:20.750Z | Downloaded linear-map v1.2.0 |
610 | 2025-02-23T08:25:20.750Z | Downloaded console v0.15.10 |
611 | 2025-02-23T08:25:20.753Z | Downloaded scrypt v0.11.0 |
612 | 2025-02-23T08:25:20.755Z | Downloaded same-file v1.0.6 |
613 | 2025-02-23T08:25:20.755Z | Downloaded icu_normalizer_data v1.5.0 |
614 | 2025-02-23T08:25:20.758Z | Downloaded indexmap v1.9.3 |
615 | 2025-02-23T08:25:20.763Z | Downloaded hickory-client v0.24.3 |
616 | 2025-02-23T08:25:20.765Z | Downloaded diesel_table_macro_syntax v0.2.0 |
617 | 2025-02-23T08:25:20.768Z | Downloaded blake2 v0.10.6 |
618 | 2025-02-23T08:25:20.771Z | Downloaded async-bb8-diesel v0.2.1 |
619 | 2025-02-23T08:25:20.773Z | Downloaded cookie v0.18.1 |
620 | 2025-02-23T08:25:20.777Z | Downloaded icu_provider v1.5.0 |
621 | 2025-02-23T08:25:20.777Z | Downloaded defmt-parser v0.3.4 |
622 | 2025-02-23T08:25:20.780Z | Downloaded icu_locid v1.5.0 |
623 | 2025-02-23T08:25:20.783Z | Downloaded signature v2.2.0 |
624 | 2025-02-23T08:25:20.786Z | Downloaded foreign-types-shared v0.3.1 |
625 | 2025-02-23T08:25:20.789Z | Downloaded num_threads v0.1.7 |
626 | 2025-02-23T08:25:20.789Z | Downloaded signal-hook-tokio v0.3.1 |
627 | 2025-02-23T08:25:20.789Z | Downloaded rustversion v1.0.17 |
628 | 2025-02-23T08:25:20.791Z | Downloaded tokio-tungstenite v0.23.1 |
629 | 2025-02-23T08:25:20.794Z | Downloaded openssl-probe v0.1.5 |
630 | 2025-02-23T08:25:20.797Z | Downloaded openssl-macros v0.1.1 |
631 | 2025-02-23T08:25:20.797Z | Downloaded num-conv v0.1.0 |
632 | 2025-02-23T08:25:20.799Z | Downloaded thiserror-no-std v2.0.2 |
633 | 2025-02-23T08:25:20.802Z | Downloaded pretty-hex v0.2.1 |
634 | 2025-02-23T08:25:20.804Z | Downloaded writeable v0.5.5 |
635 | 2025-02-23T08:25:20.807Z | Downloaded icu_locid_transform_data v1.5.0 |
636 | 2025-02-23T08:25:20.809Z | Downloaded russh-cryptovec v0.7.3 |
637 | 2025-02-23T08:25:20.810Z | Downloaded hmac v0.12.1 |
638 | 2025-02-23T08:25:20.813Z | Downloaded crossbeam-utils v0.8.20 |
639 | 2025-02-23T08:25:20.816Z | Downloaded whoami v1.5.2 |
640 | 2025-02-23T08:25:20.818Z | Downloaded unarray v0.1.4 |
641 | 2025-02-23T08:25:20.818Z | Downloaded const-oid v0.9.6 |
642 | 2025-02-23T08:25:20.821Z | Downloaded diesel-dtrace v0.4.2 |
643 | 2025-02-23T08:25:20.823Z | Downloaded dyn-clone v1.0.18 |
644 | 2025-02-23T08:25:20.823Z | Downloaded fallible-streaming-iterator v0.1.9 |
645 | 2025-02-23T08:25:20.826Z | Downloaded fallible-iterator v0.3.0 |
646 | 2025-02-23T08:25:20.828Z | Downloaded clang-sys v1.8.1 |
647 | 2025-02-23T08:25:20.831Z | Downloaded fd-lock v4.0.2 |
648 | 2025-02-23T08:25:20.833Z | Downloaded crc-any v2.5.0 |
649 | 2025-02-23T08:25:20.836Z | Downloaded base64 v0.13.1 |
650 | 2025-02-23T08:25:20.838Z | Downloaded group v0.13.0 |
651 | 2025-02-23T08:25:20.841Z | Downloaded take_mut v0.2.2 |
652 | 2025-02-23T08:25:20.841Z | Downloaded aes v0.8.4 |
653 | 2025-02-23T08:25:20.844Z | Downloaded fragile v2.0.0 |
654 | 2025-02-23T08:25:20.847Z | Downloaded form_urlencoded v1.2.1 |
655 | 2025-02-23T08:25:20.850Z | Downloaded progenitor-impl v0.9.1 |
656 | 2025-02-23T08:25:20.852Z | Downloaded number_prefix v0.4.0 |
657 | 2025-02-23T08:25:20.852Z | Downloaded unicase v2.7.0 |
658 | 2025-02-23T08:25:20.855Z | Downloaded phf_shared v0.11.2 |
659 | 2025-02-23T08:25:20.855Z | Downloaded pem v3.0.4 |
660 | 2025-02-23T08:25:20.857Z | Downloaded polyval v0.6.2 |
661 | 2025-02-23T08:25:20.860Z | Downloaded packed_struct_codegen v0.10.1 |
662 | 2025-02-23T08:25:20.860Z | Downloaded derive_builder_macro v0.20.2 |
663 | 2025-02-23T08:25:20.863Z | Downloaded want v0.3.1 |
664 | 2025-02-23T08:25:20.863Z | Downloaded untrusted v0.7.1 |
665 | 2025-02-23T08:25:20.865Z | Downloaded proc-macro-crate v1.3.1 |
666 | 2025-02-23T08:25:20.865Z | Downloaded heapless v0.7.17 |
667 | 2025-02-23T08:25:20.869Z | Downloaded packed_struct v0.10.1 |
668 | 2025-02-23T08:25:20.873Z | Downloaded quick-error v1.2.3 |
669 | 2025-02-23T08:25:20.873Z | Downloaded tracing-attributes v0.1.27 |
670 | 2025-02-23T08:25:20.876Z | Downloaded hash32 v0.2.1 |
671 | 2025-02-23T08:25:20.880Z | Downloaded arc-swap v1.7.1 |
672 | 2025-02-23T08:25:20.883Z | Downloaded ecdsa v0.16.9 |
673 | 2025-02-23T08:25:20.883Z | Downloaded backtrace v0.3.74 |
674 | 2025-02-23T08:25:20.889Z | Downloaded simd-adler32 v0.3.7 |
675 | 2025-02-23T08:25:20.892Z | Downloaded prettyplease v0.2.29 |
676 | 2025-02-23T08:25:20.895Z | Downloaded shlex v1.3.0 |
677 | 2025-02-23T08:25:20.897Z | Downloaded path-slash v0.1.5 |
678 | 2025-02-23T08:25:20.899Z | Downloaded mirai-annotations v1.12.0 |
679 | 2025-02-23T08:25:20.899Z | Downloaded hyper-util v0.1.10 |
680 | 2025-02-23T08:25:20.903Z | Downloaded sqlformat v0.2.6 |
681 | 2025-02-23T08:25:20.905Z | Downloaded tap v1.0.1 |
682 | 2025-02-23T08:25:20.908Z | Downloaded num-complex v0.4.6 |
683 | 2025-02-23T08:25:20.910Z | Downloaded fs_extra v1.3.0 |
684 | 2025-02-23T08:25:20.913Z | Downloaded pem-rfc7468 v0.7.0 |
685 | 2025-02-23T08:25:20.913Z | Downloaded secrecy v0.8.0 |
686 | 2025-02-23T08:25:20.915Z | Downloaded uuid v1.12.0 |
687 | 2025-02-23T08:25:20.917Z | Downloaded primeorder v0.13.6 |
688 | 2025-02-23T08:25:20.920Z | Downloaded scheduled-thread-pool v0.2.7 |
689 | 2025-02-23T08:25:20.924Z | Downloaded psl-types v2.0.11 |
690 | 2025-02-23T08:25:20.924Z | Downloaded proc-macro-error-attr2 v2.0.0 |
691 | 2025-02-23T08:25:20.926Z | Downloaded crypto-bigint v0.5.5 |
692 | 2025-02-23T08:25:20.929Z | Downloaded time-core v0.1.2 |
693 | 2025-02-23T08:25:20.932Z | Downloaded dunce v1.0.5 |
694 | 2025-02-23T08:25:20.932Z | Downloaded defmt v0.3.8 |
695 | 2025-02-23T08:25:20.935Z | Downloaded base64 v0.22.1 |
696 | 2025-02-23T08:25:20.939Z | Downloaded rustc-demangle v0.1.24 |
697 | 2025-02-23T08:25:20.943Z | Downloaded bumpalo v3.16.0 |
698 | 2025-02-23T08:25:20.945Z | Downloaded globset v0.4.15 |
699 | 2025-02-23T08:25:20.948Z | Downloaded oso-derive v0.27.3 |
700 | 2025-02-23T08:25:20.948Z | Downloaded compact_str v0.8.0 |
701 | 2025-02-23T08:25:20.952Z | Downloaded nanorand v0.7.0 |
702 | 2025-02-23T08:25:20.954Z | Downloaded gethostname v0.5.0 |
703 | 2025-02-23T08:25:20.957Z | Downloaded float-cmp v0.10.0 |
704 | 2025-02-23T08:25:20.957Z | Downloaded flagset v0.4.6 |
705 | 2025-02-23T08:25:20.959Z | Downloaded darling_macro v0.20.10 |
706 | 2025-02-23T08:25:20.962Z | Downloaded string_cache v0.8.7 |
707 | 2025-02-23T08:25:20.962Z | Downloaded term v0.7.0 |
708 | 2025-02-23T08:25:20.976Z | Downloaded percent-encoding v2.3.1 |
709 | 2025-02-23T08:25:20.979Z | Downloaded foreign-types-shared v0.1.1 |
710 | 2025-02-23T08:25:20.979Z | Downloaded downcast v0.11.0 |
711 | 2025-02-23T08:25:20.981Z | Downloaded parse-display-derive v0.10.0 |
712 | 2025-02-23T08:25:20.981Z | Downloaded mio v1.0.2 |
713 | 2025-02-23T08:25:20.987Z | Downloaded rustc-hash v2.0.0 |
714 | 2025-02-23T08:25:20.989Z | Downloaded which v4.4.2 |
715 | 2025-02-23T08:25:20.992Z | Downloaded rsa v0.9.6 |
716 | 2025-02-23T08:25:20.996Z | Downloaded static_assertions v1.1.0 |
717 | 2025-02-23T08:25:20.998Z | Downloaded russh-keys v0.45.0 |
718 | 2025-02-23T08:25:21.001Z | Downloaded time-macros v0.2.18 |
719 | 2025-02-23T08:25:21.003Z | Downloaded zip v0.6.6 |
720 | 2025-02-23T08:25:21.007Z | Downloaded spki v0.7.3 |
721 | 2025-02-23T08:25:21.010Z | Downloaded hashlink v0.9.1 |
722 | 2025-02-23T08:25:21.012Z | Downloaded derive_builder_core v0.20.2 |
723 | 2025-02-23T08:25:21.015Z | Downloaded ssh-encoding v0.2.0 |
724 | 2025-02-23T08:25:21.017Z | Downloaded native-tls v0.2.12 |
725 | 2025-02-23T08:25:21.020Z | Downloaded multimap v0.10.0 |
726 | 2025-02-23T08:25:21.020Z | Downloaded subprocess v0.2.9 |
727 | 2025-02-23T08:25:21.022Z | Downloaded universal-hash v0.5.1 |
728 | 2025-02-23T08:25:21.025Z | Downloaded unicode-xid v0.2.6 |
729 | 2025-02-23T08:25:21.025Z | Downloaded multer v3.1.0 |
730 | 2025-02-23T08:25:21.027Z | Downloaded deranged v0.3.11 |
731 | 2025-02-23T08:25:21.030Z | Downloaded papergrid v0.14.0 |
732 | 2025-02-23T08:25:21.033Z | Downloaded try-lock v0.2.5 |
733 | 2025-02-23T08:25:21.036Z | Downloaded futures-executor v0.3.31 |
734 | 2025-02-23T08:25:21.039Z | Downloaded zone v0.3.0 |
735 | 2025-02-23T08:25:21.039Z | Downloaded hickory-server v0.24.3 |
736 | 2025-02-23T08:25:21.044Z | Downloaded hash32 v0.3.1 |
737 | 2025-02-23T08:25:21.046Z | Downloaded futures-io v0.3.31 |
738 | 2025-02-23T08:25:21.046Z | Downloaded proc-macro-error2 v2.0.1 |
739 | 2025-02-23T08:25:21.049Z | Downloaded cc v1.2.15 |
740 | 2025-02-23T08:25:21.053Z | Downloaded paste v1.0.15 |
741 | 2025-02-23T08:25:21.057Z | Downloaded dsl_auto_type v0.1.2 |
742 | 2025-02-23T08:25:21.060Z | Downloaded owo-colors v4.1.0 |
743 | 2025-02-23T08:25:21.062Z | Downloaded document-features v0.2.10 |
744 | 2025-02-23T08:25:21.062Z | Downloaded termtree v0.4.1 |
745 | 2025-02-23T08:25:21.065Z | Downloaded num-iter v0.1.45 |
746 | 2025-02-23T08:25:21.067Z | Downloaded num-integer v0.1.46 |
747 | 2025-02-23T08:25:21.067Z | Downloaded serde_with_macros v3.11.0 |
748 | 2025-02-23T08:25:21.070Z | Downloaded signal-hook v0.3.17 |
749 | 2025-02-23T08:25:21.073Z | Downloaded newline-converter v0.3.0 |
750 | 2025-02-23T08:25:21.075Z | Downloaded new_debug_unreachable v1.0.6 |
751 | 2025-02-23T08:25:21.075Z | Downloaded pin-utils v0.1.0 |
752 | 2025-02-23T08:25:21.078Z | Downloaded phf v0.11.2 |
753 | 2025-02-23T08:25:21.078Z | Downloaded twox-hash v2.1.0 |
754 | 2025-02-23T08:25:21.080Z | Downloaded peg-runtime v0.8.3 |
755 | 2025-02-23T08:25:21.083Z | Downloaded scopeguard v1.2.0 |
756 | 2025-02-23T08:25:21.083Z | Downloaded rfc6979 v0.4.0 |
757 | 2025-02-23T08:25:21.085Z | Downloaded mockall_derive v0.13.1 |
758 | 2025-02-23T08:25:21.088Z | Downloaded resolv-conf v0.7.0 |
759 | 2025-02-23T08:25:21.091Z | Downloaded slog-async v2.8.0 |
760 | 2025-02-23T08:25:21.091Z | Downloaded structmeta-derive v0.3.0 |
761 | 2025-02-23T08:25:21.096Z | Downloaded rustls-pemfile v1.0.4 |
762 | 2025-02-23T08:25:21.096Z | Downloaded num-derive v0.4.2 |
763 | 2025-02-23T08:25:21.098Z | Downloaded tungstenite v0.24.0 |
764 | 2025-02-23T08:25:21.101Z | Downloaded pin-project v1.1.6 |
765 | 2025-02-23T08:25:21.111Z | Downloaded fallible-iterator v0.2.0 |
766 | 2025-02-23T08:25:21.114Z | Downloaded unicode-truncate v1.1.0 |
767 | 2025-02-23T08:25:21.118Z | Downloaded rcgen v0.12.1 |
768 | 2025-02-23T08:25:21.118Z | Downloaded qorb v0.2.1 |
769 | 2025-02-23T08:25:21.122Z | Downloaded tokio-macros v2.5.0 |
770 | 2025-02-23T08:25:21.124Z | Downloaded termtree v0.5.1 |
771 | 2025-02-23T08:25:21.125Z | Downloaded der v0.7.9 |
772 | 2025-02-23T08:25:21.130Z | Downloaded num-rational v0.4.2 |
773 | 2025-02-23T08:25:21.133Z | Downloaded zip v2.1.3 |
774 | 2025-02-23T08:25:21.137Z | Downloaded hickory-resolver v0.24.3 |
775 | 2025-02-23T08:25:21.142Z | Downloaded newtype_derive v0.1.6 |
776 | 2025-02-23T08:25:21.144Z | Downloaded opaque-debug v0.3.1 |
777 | 2025-02-23T08:25:21.147Z | Downloaded postgres-protocol v0.6.7 |
778 | 2025-02-23T08:25:21.147Z | Downloaded precomputed-hash v0.1.1 |
779 | 2025-02-23T08:25:21.149Z | Downloaded pbkdf2 v0.11.0 |
780 | 2025-02-23T08:25:21.152Z | Downloaded phf_codegen v0.11.2 |
781 | 2025-02-23T08:25:21.152Z | Downloaded peg v0.8.4 |
782 | 2025-02-23T08:25:21.155Z | Downloaded rustls-pemfile v2.2.0 |
783 | 2025-02-23T08:25:21.158Z | Downloaded tokio-postgres v0.7.12 |
784 | 2025-02-23T08:25:21.163Z | Downloaded waitgroup v0.1.2 |
785 | 2025-02-23T08:25:21.166Z | Downloaded walkdir v2.5.0 |
786 | 2025-02-23T08:25:21.168Z | Downloaded strum_macros v0.25.3 |
787 | 2025-02-23T08:25:21.170Z | Downloaded der_derive v0.7.3 |
788 | 2025-02-23T08:25:21.170Z | Downloaded serde_path_to_error v0.1.16 |
789 | 2025-02-23T08:25:21.173Z | Downloaded rustc-hash v1.1.0 |
790 | 2025-02-23T08:25:21.173Z | Downloaded uzers v0.12.1 |
791 | 2025-02-23T08:25:21.175Z | Downloaded serde_repr v0.1.19 |
792 | 2025-02-23T08:25:21.179Z | Downloaded tls_codec v0.4.1 |
793 | 2025-02-23T08:25:21.182Z | Downloaded aes-gcm v0.10.3 |
794 | 2025-02-23T08:25:21.184Z | Downloaded dropshot_endpoint v0.15.1 |
795 | 2025-02-23T08:25:21.187Z | Downloaded url v2.5.3 |
796 | 2025-02-23T08:25:21.191Z | Downloaded crossterm v0.28.1 |
797 | 2025-02-23T08:25:21.197Z | Downloaded wait-timeout v0.2.0 |
798 | 2025-02-23T08:25:21.200Z | Downloaded embedded-io v0.6.1 |
799 | 2025-02-23T08:25:21.203Z | Downloaded embedded-io v0.4.0 |
800 | 2025-02-23T08:25:21.205Z | Downloaded futures-macro v0.3.31 |
801 | 2025-02-23T08:25:21.205Z | Downloaded data-encoding v2.6.0 |
802 | 2025-02-23T08:25:21.207Z | Downloaded nodrop v0.1.14 |
803 | 2025-02-23T08:25:21.207Z | Downloaded newtype-uuid v1.2.1 |
804 | 2025-02-23T08:25:21.211Z | Downloaded unsafe-libyaml v0.2.11 |
805 | 2025-02-23T08:25:21.214Z | Downloaded predicates v3.1.3 |
806 | 2025-02-23T08:25:21.216Z | Downloaded rand_core v0.6.4 |
807 | 2025-02-23T08:25:21.219Z | Downloaded slog v2.7.0 |
808 | 2025-02-23T08:25:21.221Z | Downloaded strum v0.26.3 |
809 | 2025-02-23T08:25:21.222Z | Downloaded rand_xorshift v0.3.0 |
810 | 2025-02-23T08:25:21.225Z | Downloaded slog-bunyan v2.5.0 |
811 | 2025-02-23T08:25:21.225Z | Downloaded slab v0.4.9 |
812 | 2025-02-23T08:25:21.227Z | Downloaded tui-tree-widget v0.23.0 |
813 | 2025-02-23T08:25:21.227Z | Downloaded rand_seeder v0.3.0 |
814 | 2025-02-23T08:25:21.230Z | Downloaded slog-stdlog v4.1.1 |
815 | 2025-02-23T08:25:21.233Z | Downloaded tokio-tungstenite v0.24.0 |
816 | 2025-02-23T08:25:21.233Z | Downloaded derive_more v0.99.19 |
817 | 2025-02-23T08:25:21.238Z | Downloaded quinn v0.11.5 |
818 | 2025-02-23T08:25:21.242Z | Downloaded x509-cert v0.2.5 |
819 | 2025-02-23T08:25:21.249Z | Downloaded phf_shared v0.10.0 |
820 | 2025-02-23T08:25:21.255Z | Downloaded zerocopy-derive v0.8.10 |
821 | 2025-02-23T08:25:21.257Z | Downloaded ghash v0.5.1 |
822 | 2025-02-23T08:25:21.260Z | Downloaded foreign-types-macros v0.2.3 |
823 | 2025-02-23T08:25:21.260Z | Downloaded ed25519 v2.2.3 |
824 | 2025-02-23T08:25:21.262Z | Downloaded oxnet v0.1.0 |
825 | 2025-02-23T08:25:21.262Z | Downloaded defmt-macros v0.3.9 |
826 | 2025-02-23T08:25:21.266Z | Downloaded tower v0.5.2 |
827 | 2025-02-23T08:25:21.275Z | Downloaded progenitor-client v0.8.0 |
828 | 2025-02-23T08:25:21.279Z | Downloaded termios v0.3.3 |
829 | 2025-02-23T08:25:21.282Z | Downloaded zone_cfg_derive v0.1.2 |
830 | 2025-02-23T08:25:21.282Z | Downloaded fxhash v0.2.1 |
831 | 2025-02-23T08:25:21.282Z | Downloaded futures-sink v0.3.31 |
832 | 2025-02-23T08:25:21.282Z | Downloaded foreign-types v0.3.2 |
833 | 2025-02-23T08:25:21.282Z | Downloaded yoke-derive v0.7.4 |
834 | 2025-02-23T08:25:21.285Z | Downloaded thiserror-impl v2.0.11 |
835 | 2025-02-23T08:25:21.285Z | Downloaded tinyvec v1.8.0 |
836 | 2025-02-23T08:25:21.288Z | Downloaded nibble_vec v0.1.0 |
837 | 2025-02-23T08:25:21.291Z | Downloaded funty v2.0.0 |
838 | 2025-02-23T08:25:21.291Z | Downloaded unicode-bidi v0.3.17 |
839 | 2025-02-23T08:25:21.293Z | Downloaded enum-as-inner v0.6.1 |
840 | 2025-02-23T08:25:21.296Z | Downloaded flate2 v1.0.35 |
841 | 2025-02-23T08:25:21.301Z | Downloaded tower-layer v0.3.3 |
842 | 2025-02-23T08:25:21.303Z | Downloaded displaydoc v0.2.5 |
843 | 2025-02-23T08:25:21.306Z | Downloaded blake3 v1.5.4 |
844 | 2025-02-23T08:25:21.313Z | Downloaded normalize-line-endings v0.3.0 |
845 | 2025-02-23T08:25:21.315Z | Downloaded zone_cfg_derive v0.3.0 |
846 | 2025-02-23T08:25:21.315Z | Downloaded smf v0.2.3 |
847 | 2025-02-23T08:25:21.318Z | Downloaded vte_generate_state_changes v0.1.2 |
848 | 2025-02-23T08:25:21.318Z | Downloaded tower-service v0.3.3 |
849 | 2025-02-23T08:25:21.319Z | Downloaded toolchain_find v0.4.0 |
850 | 2025-02-23T08:25:21.321Z | Downloaded futures v0.3.31 |
851 | 2025-02-23T08:25:21.324Z | Downloaded zerofrom v0.1.4 |
852 | 2025-02-23T08:25:21.326Z | Downloaded predicates-tree v1.0.11 |
853 | 2025-02-23T08:25:21.326Z | Downloaded futures-task v0.3.31 |
854 | 2025-02-23T08:25:21.329Z | Downloaded unicode_categories v0.1.1 |
855 | 2025-02-23T08:25:21.331Z | Downloaded num v0.4.3 |
856 | 2025-02-23T08:25:21.331Z | Downloaded nu-ansi-term v0.50.1 |
857 | 2025-02-23T08:25:21.334Z | Downloaded stringprep v0.1.5 |
858 | 2025-02-23T08:25:21.336Z | Downloaded tough v0.19.0 |
859 | 2025-02-23T08:25:21.343Z | Downloaded float-ord v0.3.2 |
860 | 2025-02-23T08:25:21.345Z | Downloaded progenitor-client v0.9.1 |
861 | 2025-02-23T08:25:21.345Z | Downloaded hashbrown v0.12.3 |
862 | 2025-02-23T08:25:21.349Z | Downloaded foreign-types v0.5.0 |
863 | 2025-02-23T08:25:21.352Z | Downloaded zone v0.1.8 |
864 | 2025-02-23T08:25:21.352Z | Downloaded serde_urlencoded v0.7.1 |
865 | 2025-02-23T08:25:21.354Z | Downloaded phf_generator v0.11.2 |
866 | 2025-02-23T08:25:21.354Z | Downloaded progenitor v0.9.1 |
867 | 2025-02-23T08:25:21.357Z | Downloaded thread_local v1.1.8 |
868 | 2025-02-23T08:25:21.359Z | Downloaded powerfmt v0.2.0 |
869 | 2025-02-23T08:25:21.359Z | Downloaded aws-lc-rs v1.10.0 |
870 | 2025-02-23T08:25:21.367Z | Downloaded debug-ignore v1.0.5 |
871 | 2025-02-23T08:25:21.370Z | Downloaded parse-display v0.10.0 |
872 | 2025-02-23T08:25:21.372Z | Downloaded darling_core v0.20.10 |
873 | 2025-02-23T08:25:21.375Z | Downloaded zeroize v1.8.1 |
874 | 2025-02-23T08:25:21.377Z | Downloaded spin v0.9.8 |
875 | 2025-02-23T08:25:21.380Z | Downloaded salsa20 v0.10.2 |
876 | 2025-02-23T08:25:21.380Z | Downloaded smallvec v1.13.2 |
877 | 2025-02-23T08:25:21.383Z | Downloaded topological-sort v0.2.2 |
878 | 2025-02-23T08:25:21.385Z | Downloaded zerofrom-derive v0.1.4 |
879 | 2025-02-23T08:25:21.385Z | Downloaded oso v0.27.3 |
880 | 2025-02-23T08:25:21.388Z | Downloaded rand_chacha v0.3.1 |
881 | 2025-02-23T08:25:21.390Z | Downloaded progenitor-macro v0.8.0 |
882 | 2025-02-23T08:25:21.390Z | Downloaded either v1.13.0 |
883 | 2025-02-23T08:25:21.393Z | Downloaded pkg-config v0.3.31 |
884 | 2025-02-23T08:25:21.393Z | Downloaded tungstenite v0.21.0 |
885 | 2025-02-23T08:25:21.396Z | Downloaded rtoolbox v0.0.2 |
886 | 2025-02-23T08:25:21.399Z | Downloaded display-error-chain v0.2.2 |
887 | 2025-02-23T08:25:21.399Z | Downloaded foldhash v0.1.3 |
888 | 2025-02-23T08:25:21.401Z | Downloaded dirs-sys-next v0.1.2 |
889 | 2025-02-23T08:25:21.401Z | Downloaded ref-cast v1.0.23 |
890 | 2025-02-23T08:25:21.403Z | Downloaded expectorate v1.1.0 |
891 | 2025-02-23T08:25:21.406Z | Downloaded hashbrown v0.13.2 |
892 | 2025-02-23T08:25:21.410Z | Downloaded dirs-next v2.0.0 |
893 | 2025-02-23T08:25:21.412Z | Downloaded vsss-rs v3.3.4 |
894 | 2025-02-23T08:25:21.415Z | Downloaded pin-project-internal v1.1.6 |
895 | 2025-02-23T08:25:21.417Z | Downloaded olpc-cjson v0.1.4 |
896 | 2025-02-23T08:25:21.417Z | Downloaded daft-derive v0.1.1 |
897 | 2025-02-23T08:25:21.420Z | Downloaded zeroize_derive v1.4.2 |
898 | 2025-02-23T08:25:21.425Z | Downloaded yoke v0.7.4 |
899 | 2025-02-23T08:25:21.425Z | Downloaded quinn-proto v0.11.8 |
900 | 2025-02-23T08:25:21.430Z | Downloaded p256 v0.13.2 |
901 | 2025-02-23T08:25:21.433Z | Downloaded unicode-segmentation v1.12.0 |
902 | 2025-02-23T08:25:21.437Z | Downloaded predicates-core v1.0.8 |
903 | 2025-02-23T08:25:21.439Z | Downloaded ff v0.13.0 |
904 | 2025-02-23T08:25:21.439Z | Downloaded pkcs8 v0.10.2 |
905 | 2025-02-23T08:25:21.442Z | Downloaded env_logger v0.10.2 |
906 | 2025-02-23T08:25:21.445Z | Downloaded snafu v0.8.5 |
907 | 2025-02-23T08:25:21.451Z | Downloaded rayon-core v1.12.1 |
908 | 2025-02-23T08:25:21.455Z | Downloaded bitvec v1.0.1 |
909 | 2025-02-23T08:25:21.470Z | Downloaded pin-project-lite v0.2.14 |
910 | 2025-02-23T08:25:21.474Z | Downloaded zopfli v0.8.1 |
911 | 2025-02-23T08:25:21.477Z | Downloaded vte v0.11.1 |
912 | 2025-02-23T08:25:21.479Z | Downloaded rustls-pki-types v1.10.0 |
913 | 2025-02-23T08:25:21.482Z | Downloaded socket2 v0.5.7 |
914 | 2025-02-23T08:25:21.484Z | Downloaded elliptic-curve v0.13.8 |
915 | 2025-02-23T08:25:21.488Z | Downloaded samael v0.0.17 |
916 | 2025-02-23T08:25:21.493Z | Downloaded ssh-key v0.6.6 |
917 | 2025-02-23T08:25:21.500Z | Downloaded reedline v0.35.0 |
918 | 2025-02-23T08:25:21.508Z | Downloaded pkcs5 v0.7.1 |
919 | 2025-02-23T08:25:21.512Z | Downloaded icu_properties_data v1.5.0 |
920 | 2025-02-23T08:25:21.523Z | Downloaded num-bigint-dig v0.8.4 |
921 | 2025-02-23T08:25:21.529Z | Downloaded quick-xml v0.33.0 |
922 | 2025-02-23T08:25:21.534Z | Downloaded typify v0.3.0 |
923 | 2025-02-23T08:25:21.537Z | Downloaded toml_edit v0.19.15 |
924 | 2025-02-23T08:25:21.553Z | Downloaded openssl-sys v0.9.106 |
925 | 2025-02-23T08:25:21.558Z | Downloaded steno v0.4.1 |
926 | 2025-02-23T08:25:21.563Z | Downloaded unicode-normalization v0.1.24 |
927 | 2025-02-23T08:25:21.566Z | Downloaded portable-atomic v1.9.0 |
928 | 2025-02-23T08:25:21.574Z | Downloaded nom v7.1.3 |
929 | 2025-02-23T08:25:21.579Z | Downloaded time v0.3.36 |
930 | 2025-02-23T08:25:21.586Z | Downloaded flume v0.11.1 |
931 | 2025-02-23T08:25:21.590Z | Downloaded sqlparser v0.45.0 |
932 | 2025-02-23T08:25:21.596Z | Downloaded lalrpop v0.19.12 |
933 | 2025-02-23T08:25:21.608Z | Downloaded toml v0.7.8 |
934 | 2025-02-23T08:25:21.611Z | Downloaded smoltcp v0.9.1 |
935 | 2025-02-23T08:25:21.621Z | Downloaded tabled v0.18.0 |
936 | 2025-02-23T08:25:21.639Z | Downloaded hashbrown v0.14.5 |
937 | 2025-02-23T08:25:21.644Z | Downloaded curve25519-dalek v4.1.3 |
938 | 2025-02-23T08:25:21.653Z | Downloaded ed25519-dalek v2.1.1 |
939 | 2025-02-23T08:25:21.656Z | Downloaded omicron-zone-package v0.12.0 |
940 | 2025-02-23T08:25:21.659Z | Downloaded tungstenite v0.23.0 |
941 | 2025-02-23T08:25:21.663Z | Downloaded petname v2.0.2 |
942 | 2025-02-23T08:25:21.669Z | Downloaded proptest v1.5.0 |
943 | 2025-02-23T08:25:21.679Z | Downloaded polar-core v0.27.3 |
944 | 2025-02-23T08:25:21.687Z | Downloaded salty v0.3.0 |
945 | 2025-02-23T08:25:21.694Z | Downloaded rustls-webpki v0.101.7 |
946 | 2025-02-23T08:25:21.708Z | Downloaded futures-util v0.3.31 |
947 | 2025-02-23T08:25:21.719Z | Downloaded rusqlite v0.32.1 |
948 | 2025-02-23T08:25:21.725Z | Downloaded rustls-webpki v0.102.8 |
949 | 2025-02-23T08:25:21.743Z | Downloaded regress v0.9.1 |
950 | 2025-02-23T08:25:21.752Z | Downloaded dropshot v0.12.0 |
951 | 2025-02-23T08:25:21.772Z | Downloaded openssl v0.10.71 |
952 | 2025-02-23T08:25:21.782Z | Downloaded gimli v0.31.1 |
953 | 2025-02-23T08:25:21.790Z | Downloaded dropshot v0.15.1 |
954 | 2025-02-23T08:25:21.812Z | Downloaded nix v0.27.1 |
955 | 2025-02-23T08:25:21.822Z | Downloaded chrono-tz v0.10.1 |
956 | 2025-02-23T08:25:21.829Z | Downloaded regex-syntax v0.6.29 |
957 | 2025-02-23T08:25:21.836Z | Downloaded vcpkg v0.2.15 |
958 | 2025-02-23T08:25:21.875Z | Downloaded radix_trie v0.2.1 |
959 | 2025-02-23T08:25:21.880Z | Downloaded regress v0.10.1 |
960 | 2025-02-23T08:25:21.889Z | Downloaded bstr v1.10.0 |
961 | 2025-02-23T08:25:21.900Z | Downloaded object v0.30.4 |
962 | 2025-02-23T08:25:21.910Z | Downloaded nix v0.28.0 |
963 | 2025-02-23T08:25:21.921Z | Downloaded zerocopy v0.8.10 |
964 | 2025-02-23T08:25:21.946Z | Downloaded regex-syntax v0.8.5 |
965 | 2025-02-23T08:25:21.955Z | Downloaded sled v0.34.7 |
966 | 2025-02-23T08:25:21.967Z | Downloaded object v0.36.5 |
967 | 2025-02-23T08:25:21.980Z | Downloaded rustls v0.23.19 |
968 | 2025-02-23T08:25:21.993Z | Downloaded typify-impl v0.3.0 |
969 | 2025-02-23T08:25:22.010Z | Downloaded rustls v0.22.4 |
970 | 2025-02-23T08:25:22.025Z | Downloaded typify-impl v0.2.0 |
971 | 2025-02-23T08:25:22.042Z | Downloaded ratatui v0.29.0 |
972 | 2025-02-23T08:25:22.065Z | Downloaded openapiv3 v2.0.0 |
973 | 2025-02-23T08:25:22.076Z | Downloaded nix v0.29.0 |
974 | 2025-02-23T08:25:22.088Z | Downloaded regex-automata v0.4.8 |
975 | 2025-02-23T08:25:22.106Z | Downloaded zerocopy-derive v0.6.6 |
976 | 2025-02-23T08:25:22.137Z | Downloaded lzma-sys v0.1.20 |
977 | 2025-02-23T08:25:22.176Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
978 | 2025-02-23T08:25:22.192Z | Downloaded diesel v2.2.7 |
979 | 2025-02-23T08:25:22.211Z | Downloaded libz-sys v1.1.20 |
980 | 2025-02-23T08:25:22.231Z | Downloaded p384 v0.13.0 |
981 | 2025-02-23T08:25:22.237Z | Downloaded regex v1.11.1 |
982 | 2025-02-23T08:25:22.251Z | Downloaded unicode-width v0.2.0 |
983 | 2025-02-23T08:25:22.256Z | Downloaded webpki-roots v0.26.6 |
984 | 2025-02-23T08:25:22.260Z | Downloaded tokio v1.43.0 |
985 | 2025-02-23T08:25:22.298Z | Downloaded sha3 v0.10.8 |
986 | 2025-02-23T08:25:22.302Z | Downloaded hickory-proto v0.24.3 |
987 | 2025-02-23T08:25:22.319Z | Downloaded smoltcp v0.11.0 |
988 | 2025-02-23T08:25:22.331Z | Downloaded petgraph v0.6.5 |
989 | 2025-02-23T08:25:22.347Z | Downloaded git2 v0.19.0 |
990 | 2025-02-23T08:25:22.356Z | Downloaded rustls v0.21.12 |
991 | 2025-02-23T08:25:22.368Z | Downloaded zerocopy v0.6.6 |
992 | 2025-02-23T08:25:22.370Z | Downloaded russh v0.45.0 |
993 | 2025-02-23T08:25:22.376Z | Downloaded csv v1.3.1 |
994 | 2025-02-23T08:25:22.395Z | Downloaded serde_with v3.11.0 |
995 | 2025-02-23T08:25:22.403Z | Downloaded chrono v0.4.39 |
996 | 2025-02-23T08:25:22.410Z | Downloaded parse-zoneinfo v0.3.1 |
997 | 2025-02-23T08:25:22.413Z | Downloaded ron v0.7.1 |
998 | 2025-02-23T08:25:22.417Z | Downloaded num-bigint v0.4.6 |
999 | 2025-02-23T08:25:22.422Z | Downloaded h2 v0.4.6 |
1000 | 2025-02-23T08:25:22.429Z | Downloaded bindgen v0.69.5 |
1001 | 2025-02-23T08:25:22.436Z | Downloaded reqwest v0.12.12 |
1002 | 2025-02-23T08:25:22.444Z | Downloaded vergen v8.3.2 |
1003 | 2025-02-23T08:25:22.447Z | Downloaded progenitor-impl v0.8.0 |
1004 | 2025-02-23T08:25:22.450Z | Downloaded rayon v1.10.0 |
1005 | 2025-02-23T08:25:22.458Z | Downloaded tokio-util v0.7.12 |
1006 | 2025-02-23T08:25:22.464Z | Downloaded siphasher v0.3.11 |
1007 | 2025-02-23T08:25:22.466Z | Downloaded thiserror v2.0.11 |
1008 | 2025-02-23T08:25:22.470Z | Downloaded tabled_derive v0.10.0 |
1009 | 2025-02-23T08:25:22.473Z | Downloaded slog-term v2.9.1 |
1010 | 2025-02-23T08:25:22.475Z | Downloaded p521 v0.13.3 |
1011 | 2025-02-23T08:25:22.478Z | Downloaded winnow v0.5.40 |
1012 | 2025-02-23T08:25:22.486Z | Downloaded pkcs1 v0.7.5 |
1013 | 2025-02-23T08:25:22.488Z | Downloaded parking_lot_core v0.9.10 |
1014 | 2025-02-23T08:25:22.491Z | Downloaded parking_lot_core v0.8.6 |
1015 | 2025-02-23T08:25:22.493Z | Downloaded tinystr v0.7.6 |
1016 | 2025-02-23T08:25:22.496Z | Downloaded tiny-keccak v2.0.2 |
1017 | 2025-02-23T08:25:22.499Z | Downloaded smallvec v0.6.14 |
1018 | 2025-02-23T08:25:22.499Z | Downloaded ref-cast-impl v1.0.23 |
1019 | 2025-02-23T08:25:22.499Z | Downloaded futures-channel v0.3.31 |
1020 | 2025-02-23T08:25:22.502Z | Downloaded encoding_rs v0.8.34 |
1021 | 2025-02-23T08:25:22.522Z | Downloaded darling v0.20.10 |
1022 | 2025-02-23T08:25:22.526Z | Downloaded rustyline v14.0.0 |
1023 | 2025-02-23T08:25:22.531Z | Downloaded aho-corasick v1.1.3 |
1024 | 2025-02-23T08:25:22.536Z | Downloaded difflib v0.4.0 |
1025 | 2025-02-23T08:25:22.539Z | Downloaded yasna v0.5.2 |
1026 | 2025-02-23T08:25:22.541Z | Downloaded tabwriter v1.4.0 |
1027 | 2025-02-23T08:25:22.541Z | Downloaded supports-color v3.0.1 |
1028 | 2025-02-23T08:25:22.544Z | Downloaded radium v0.7.0 |
1029 | 2025-02-23T08:25:22.544Z | Downloaded r2d2 v0.8.10 |
1030 | 2025-02-23T08:25:22.544Z | Downloaded diff v0.1.13 |
1031 | 2025-02-23T08:25:22.546Z | Downloaded des v0.8.1 |
1032 | 2025-02-23T08:25:22.549Z | Downloaded hkdf v0.12.4 |
1033 | 2025-02-23T08:25:22.551Z | Downloaded parse-size v1.1.0 |
1034 | 2025-02-23T08:25:22.554Z | Downloaded zerovec v0.10.4 |
1035 | 2025-02-23T08:25:22.558Z | Downloaded itertools v0.10.5 |
1036 | 2025-02-23T08:25:22.565Z | Downloaded slog-json v2.6.1 |
1037 | 2025-02-23T08:25:22.568Z | Downloaded slog-envlogger v2.2.0 |
1038 | 2025-02-23T08:25:22.571Z | Downloaded slog-dtrace v0.3.0 |
1039 | 2025-02-23T08:25:22.571Z | Downloaded ring v0.17.11 |
1040 | 2025-02-23T08:25:22.615Z | Downloaded tls_codec_derive v0.4.1 |
1041 | 2025-02-23T08:25:22.618Z | Downloaded strum_macros v0.26.4 |
1042 | 2025-02-23T08:25:22.621Z | Downloaded serde_derive_internals v0.29.1 |
1043 | 2025-02-23T08:25:22.621Z | Downloaded env_logger v0.11.5 |
1044 | 2025-02-23T08:25:22.623Z | Downloaded unicode-properties v0.1.3 |
1045 | 2025-02-23T08:25:22.626Z | Downloaded test-strategy v0.4.0 |
1046 | 2025-02-23T08:25:22.628Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1047 | 2025-02-23T08:25:22.686Z | Downloaded subtle v2.6.1 |
1048 | 2025-02-23T08:25:22.689Z | Downloaded itertools v0.14.0 |
1049 | 2025-02-23T08:25:22.695Z | Downloaded password-hash v0.5.0 |
1050 | 2025-02-23T08:25:22.697Z | Downloaded password-hash v0.4.2 |
1051 | 2025-02-23T08:25:22.700Z | Downloaded typed-path v0.9.3 |
1052 | 2025-02-23T08:25:22.704Z | Downloaded parking_lot v0.12.3 |
1053 | 2025-02-23T08:25:22.706Z | Downloaded num-traits v0.2.19 |
1054 | 2025-02-23T08:25:22.709Z | Downloaded tracing-core v0.1.32 |
1055 | 2025-02-23T08:25:22.712Z | Downloaded dropshot_endpoint v0.12.0 |
1056 | 2025-02-23T08:25:22.716Z | Downloaded serde_yaml v0.9.34+deprecated |
1057 | 2025-02-23T08:25:22.718Z | Downloaded derive-where v1.2.7 |
1058 | 2025-02-23T08:25:22.721Z | Downloaded schemars v0.8.21 |
1059 | 2025-02-23T08:25:22.733Z | Downloaded strum_macros v0.24.3 |
1060 | 2025-02-23T08:25:22.736Z | Downloaded serde-hex v0.1.0 |
1061 | 2025-02-23T08:25:22.738Z | Downloaded schemars_derive v0.8.21 |
1062 | 2025-02-23T08:25:22.738Z | Downloaded peg-macros v0.8.4 |
1063 | 2025-02-23T08:25:22.741Z | Downloaded value-bag v1.9.0 |
1064 | 2025-02-23T08:25:22.743Z | Downloaded tokio-rustls v0.26.0 |
1065 | 2025-02-23T08:25:22.746Z | Downloaded snafu-derive v0.8.5 |
1066 | 2025-02-23T08:25:22.747Z | Downloaded hyper v1.5.2 |
1067 | 2025-02-23T08:25:22.752Z | Downloaded itertools v0.13.0 |
1068 | 2025-02-23T08:25:22.759Z | Downloaded idna v1.0.3 |
1069 | 2025-02-23T08:25:22.763Z | Downloaded pbkdf2 v0.12.2 |
1070 | 2025-02-23T08:25:22.765Z | Downloaded num_enum_derive v0.5.11 |
1071 | 2025-02-23T08:25:22.765Z | Downloaded num_enum v0.5.11 |
1072 | 2025-02-23T08:25:22.771Z | Downloaded headers v0.4.0 |
1073 | 2025-02-23T08:25:22.776Z | Downloaded endian-type v0.1.2 |
1074 | 2025-02-23T08:25:22.778Z | Downloaded futures-core v0.3.31 |
1075 | 2025-02-23T08:25:22.778Z | Downloaded progenitor-macro v0.9.1 |
1076 | 2025-02-23T08:25:22.781Z | Downloaded postgres-types v0.2.8 |
1077 | 2025-02-23T08:25:22.784Z | Downloaded postcard v1.0.10 |
1078 | 2025-02-23T08:25:22.784Z | Downloaded typify v0.2.0 |
1079 | 2025-02-23T08:25:22.788Z | Downloaded libm v0.2.8 |
1080 | 2025-02-23T08:25:22.794Z | Downloaded itertools v0.12.1 |
1081 | 2025-02-23T08:25:22.802Z | Downloaded libxml v0.3.3 |
1082 | 2025-02-23T08:25:22.807Z | Downloaded tokio-rustls v0.25.0 |
1083 | 2025-02-23T08:25:22.810Z | Downloaded tokio-rustls v0.24.1 |
1084 | 2025-02-23T08:25:22.812Z | Downloaded tar v0.4.42 |
1085 | 2025-02-23T08:25:22.815Z | Downloaded serde-big-array v0.5.1 |
1086 | 2025-02-23T08:25:22.817Z | Downloaded tracing v0.1.40 |
1087 | 2025-02-23T08:25:22.820Z | Downloaded getrandom v0.2.15 |
1088 | 2025-02-23T08:25:22.824Z | Downloaded icu_collections v1.5.0 |
1089 | 2025-02-23T08:25:22.829Z | Downloaded mockall v0.13.1 |
1090 | 2025-02-23T08:25:22.832Z | Downloaded similar v2.6.0 |
1091 | 2025-02-23T08:25:22.836Z | Downloaded diesel_derives v2.2.3 |
1092 | 2025-02-23T08:25:22.840Z | Downloaded icu_properties v1.5.1 |
1093 | 2025-02-23T08:25:22.843Z | Downloaded stable_deref_trait v1.2.0 |
1094 | 2025-02-23T08:25:22.845Z | Downloaded sha1 v0.10.6 |
1095 | 2025-02-23T08:25:22.845Z | Downloaded rustc_version v0.4.1 |
1096 | 2025-02-23T08:25:22.848Z | Downloaded rustc_version v0.1.7 |
1097 | 2025-02-23T08:25:22.848Z | Downloaded quinn-udp v0.5.5 |
1098 | 2025-02-23T08:25:22.850Z | Downloaded ppv-lite86 v0.2.20 |
1099 | 2025-02-23T08:25:22.850Z | Downloaded derive_builder v0.20.2 |
1100 | 2025-02-23T08:25:22.855Z | Downloaded untrusted v0.9.0 |
1101 | 2025-02-23T08:25:22.859Z | Downloaded http v1.2.0 |
1102 | 2025-02-23T08:25:22.861Z | Downloaded minimal-lexical v0.2.1 |
1103 | 2025-02-23T08:25:22.865Z | Downloaded rand v0.8.5 |
1104 | 2025-02-23T08:25:22.868Z | Downloaded publicsuffix v2.3.0 |
1105 | 2025-02-23T08:25:22.871Z | Downloaded fixedbitset v0.4.2 |
1106 | 2025-02-23T08:25:22.873Z | Downloaded filetime v0.2.25 |
1107 | 2025-02-23T08:25:22.876Z | Downloaded ena v0.14.3 |
1108 | 2025-02-23T08:25:22.876Z | Downloaded termcolor v1.4.1 |
1109 | 2025-02-23T08:25:22.879Z | Downloaded half v2.4.1 |
1110 | 2025-02-23T08:25:22.881Z | Downloaded fatfs v0.3.6 |
1111 | 2025-02-23T08:25:22.883Z | Downloaded crossbeam-channel v0.5.13 |
1112 | 2025-02-23T08:25:22.887Z | Downloaded xattr v1.3.1 |
1113 | 2025-02-23T08:25:22.889Z | Downloaded wyz v0.5.1 |
1114 | 2025-02-23T08:25:22.891Z | Downloaded ron v0.8.1 |
1115 | 2025-02-23T08:25:22.895Z | Downloaded xz2 v0.1.7 |
1116 | 2025-02-23T08:25:22.897Z | Downloaded base64 v0.21.7 |
1117 | 2025-02-23T08:25:22.900Z | Downloaded poly1305 v0.8.0 |
1118 | 2025-02-23T08:25:22.904Z | Downloaded parking_lot v0.11.2 |
1119 | 2025-02-23T08:25:22.907Z | Downloaded sec1 v0.7.3 |
1120 | 2025-02-23T08:25:22.907Z | Downloaded env_filter v0.1.2 |
1121 | 2025-02-23T08:25:22.909Z | Downloaded heapless v0.8.0 |
1122 | 2025-02-23T08:25:22.912Z | Downloaded rusty-fork v0.3.0 |
1123 | 2025-02-23T08:25:22.914Z | Downloaded signal-hook-registry v1.4.2 |
1124 | 2025-02-23T08:25:22.914Z | Downloaded signal-hook-mio v0.2.4 |
1125 | 2025-02-23T08:25:22.917Z | Downloaded semver v0.1.20 |
1126 | 2025-02-23T08:25:22.917Z | Downloaded const_format v0.2.34 |
1127 | 2025-02-23T08:25:22.921Z | Downloaded chacha20poly1305 v0.10.1 |
1128 | 2025-02-23T08:25:22.924Z | Downloaded zerovec-derive v0.10.3 |
1129 | 2025-02-23T08:25:22.926Z | Downloaded tokio-tungstenite v0.21.0 |
1130 | 2025-02-23T08:25:22.926Z | Downloaded tokio-stream v0.1.16 |
1131 | 2025-02-23T08:25:22.930Z | Downloaded indicatif v0.17.11 |
1132 | 2025-02-23T08:25:22.933Z | Downloaded miniz_oxide v0.8.0 |
1133 | 2025-02-23T08:25:22.937Z | Downloaded litrs v0.4.1 |
1134 | 2025-02-23T08:25:22.939Z | Downloaded glob v0.3.2 |
1135 | 2025-02-23T08:25:22.942Z | Downloaded bytes v1.9.0 |
1136 | 2025-02-23T08:25:22.944Z | Downloaded impl-trait-for-tuples v0.2.2 |
1137 | 2025-02-23T08:25:22.948Z | Downloaded ahash v0.8.11 |
1138 | 2025-02-23T08:25:22.951Z | Downloaded utf8_iter v1.0.4 |
1139 | 2025-02-23T08:25:22.951Z | Downloaded utf16_iter v1.0.5 |
1140 | 2025-02-23T08:25:22.951Z | Downloaded utf-8 v0.7.6 |
1141 | 2025-02-23T08:25:22.954Z | Downloaded typify-macro v0.3.0 |
1142 | 2025-02-23T08:25:22.954Z | Downloaded typify-macro v0.2.0 |
1143 | 2025-02-23T08:25:22.954Z | Downloaded tokio-native-tls v0.3.1 |
1144 | 2025-02-23T08:25:22.956Z | Downloaded thiserror-impl-no-std v2.0.2 |
1145 | 2025-02-23T08:25:22.959Z | Downloaded synstructure v0.13.1 |
1146 | 2025-02-23T08:25:22.959Z | Downloaded ssh-cipher v0.2.0 |
1147 | 2025-02-23T08:25:22.961Z | Downloaded slog-scope v4.4.0 |
1148 | 2025-02-23T08:25:22.961Z | Downloaded structmeta v0.3.0 |
1149 | 2025-02-23T08:25:22.961Z | Downloaded strip-ansi-escapes v0.2.0 |
1150 | 2025-02-23T08:25:22.964Z | Downloaded shell-words v1.1.0 |
1151 | 2025-02-23T08:25:22.964Z | Downloaded serde_plain v1.0.2 |
1152 | 2025-02-23T08:25:22.967Z | Downloaded sct v0.7.1 |
1153 | 2025-02-23T08:25:22.969Z | Downloaded allocator-api2 v0.2.18 |
1154 | 2025-02-23T08:25:22.972Z | Downloaded icu_normalizer v1.5.0 |
1155 | 2025-02-23T08:25:22.975Z | Downloaded crossbeam-epoch v0.9.18 |
1156 | 2025-02-23T08:25:22.978Z | Downloaded rustfmt-wrapper v0.2.1 |
1157 | 2025-02-23T08:25:22.980Z | Downloaded mime_guess v2.0.5 |
1158 | 2025-02-23T08:25:22.983Z | Downloaded litemap v0.7.3 |
1159 | 2025-02-23T08:25:22.983Z | Downloaded libloading v0.8.5 |
1160 | 2025-02-23T08:25:22.985Z | Downloaded memmap2 v0.9.5 |
1161 | 2025-02-23T08:25:22.988Z | Downloaded mime v0.3.17 |
1162 | 2025-02-23T08:25:22.988Z | Downloaded cancel-safe-futures v0.1.5 |
1163 | 2025-02-23T08:25:22.990Z | Downloaded csv-core v0.1.11 |
1164 | 2025-02-23T08:25:22.993Z | Downloaded constant_time_eq v0.3.1 |
1165 | 2025-02-23T08:25:22.993Z | Downloaded cbc v0.1.2 |
1166 | 2025-02-23T08:25:22.995Z | Downloaded cookie_store v0.21.1 |
1167 | 2025-02-23T08:25:22.998Z | Downloaded ciborium v0.2.2 |
1168 | 2025-02-23T08:25:23.001Z | Downloaded highway v1.2.0 |
1169 | 2025-02-23T08:25:23.003Z | Downloaded libsw v3.3.1 |
1170 | 2025-02-23T08:25:23.003Z | Downloaded bitflags v1.3.2 |
1171 | 2025-02-23T08:25:23.006Z | Downloaded bcs v0.1.6 |
1172 | 2025-02-23T08:25:23.008Z | Downloaded backoff v0.4.0 |
1173 | 2025-02-23T08:25:23.011Z | Downloaded arrayvec v0.7.6 |
1174 | 2025-02-23T08:25:23.013Z | Downloaded lru v0.12.5 |
1175 | 2025-02-23T08:25:23.013Z | Downloaded bitfield-struct v0.6.2 |
1176 | 2025-02-23T08:25:23.016Z | Downloaded hyper-rustls v0.27.3 |
1177 | 2025-02-23T08:25:23.019Z | Downloaded async-trait v0.1.86 |
1178 | 2025-02-23T08:25:23.022Z | Downloaded lalrpop-util v0.19.12 |
1179 | 2025-02-23T08:25:23.022Z | Downloaded inout v0.1.3 |
1180 | 2025-02-23T08:25:23.024Z | Downloaded idna_adapter v1.2.0 |
1181 | 2025-02-23T08:25:23.024Z | Downloaded http-body-util v0.1.2 |
1182 | 2025-02-23T08:25:23.027Z | Downloaded hostname v0.3.1 |
1183 | 2025-02-23T08:25:23.027Z | Downloaded lockfree-object-pool v0.1.6 |
1184 | 2025-02-23T08:25:23.029Z | Downloaded libefi-sys v0.1.0 |
1185 | 2025-02-23T08:25:23.032Z | Downloaded kstat-rs v0.2.4 |
1186 | 2025-02-23T08:25:23.032Z | Downloaded hubpack v0.1.2 |
1187 | 2025-02-23T08:25:23.034Z | Downloaded crc-catalog v2.4.0 |
1188 | 2025-02-23T08:25:23.034Z | Downloaded argon2 v0.5.3 |
1189 | 2025-02-23T08:25:23.037Z | Downloaded blowfish v0.9.1 |
1190 | 2025-02-23T08:25:23.037Z | Downloaded indoc v2.0.5 |
1191 | 2025-02-23T08:25:23.040Z | Downloaded daft v0.1.1 |
1192 | 2025-02-23T08:25:23.042Z | Downloaded crc v3.2.1 |
1193 | 2025-02-23T08:25:23.045Z | Downloaded heck v0.3.3 |
1194 | 2025-02-23T08:25:23.045Z | Downloaded ctr v0.9.2 |
1195 | 2025-02-23T08:25:23.049Z | Downloaded cobs v0.2.3 |
1196 | 2025-02-23T08:25:23.049Z | Downloaded cipher v0.4.4 |
1197 | 2025-02-23T08:25:23.051Z | Downloaded cmake v0.1.51 |
1198 | 2025-02-23T08:25:23.051Z | Downloaded cassowary v0.3.0 |
1199 | 2025-02-23T08:25:23.054Z | Downloaded indent_write v2.2.0 |
1200 | 2025-02-23T08:25:23.054Z | Downloaded bit-vec v0.6.3 |
1201 | 2025-02-23T08:25:23.056Z | Downloaded base16ct v0.2.0 |
1202 | 2025-02-23T08:25:23.056Z | Downloaded atomic-waker v1.1.2 |
1203 | 2025-02-23T08:25:23.059Z | Downloaded bb8 v0.8.5 |
1204 | 2025-02-23T08:25:23.059Z | Downloaded ident_case v1.0.1 |
1205 | 2025-02-23T08:25:23.062Z | Downloaded crucible-workspace-hack v0.1.0 |
1206 | 2025-02-23T08:25:23.119Z | Downloaded libsqlite3-sys v0.30.1 |
1207 | 2025-02-23T08:25:23.359Z | Downloaded aws-lc-sys v0.22.0 |
1208 | 2025-02-23T08:25:23.694Z | Compiling serde v1.0.217 |
1209 | 2025-02-23T08:25:23.697Z | Compiling value-bag v1.9.0 |
1210 | 2025-02-23T08:25:23.697Z | Compiling lock_api v0.4.12 |
1211 | 2025-02-23T08:25:23.697Z | Compiling scopeguard v1.2.0 |
1212 | 2025-02-23T08:25:23.697Z | Compiling typenum v1.17.0 |
1213 | 2025-02-23T08:25:23.697Z | Compiling generic-array v0.14.7 |
1214 | 2025-02-23T08:25:23.905Z | Compiling syn v2.0.96 |
1215 | 2025-02-23T08:25:23.919Z | Compiling getrandom v0.2.15 |
1216 | 2025-02-23T08:25:24.033Z | Compiling shlex v1.3.0 |
1217 | 2025-02-23T08:25:24.292Z | Compiling log v0.4.22 |
1218 | 2025-02-23T08:25:24.319Z | Compiling rand_core v0.6.4 |
1219 | 2025-02-23T08:25:24.409Z | Compiling subtle v2.6.1 |
1220 | 2025-02-23T08:25:24.427Z | Compiling jobserver v0.1.32 |
1221 | 2025-02-23T08:25:24.459Z | Compiling smallvec v1.13.2 |
1222 | 2025-02-23T08:25:24.755Z | Compiling const-oid v0.9.6 |
1223 | 2025-02-23T08:25:24.781Z | Compiling pin-project-lite v0.2.14 |
1224 | 2025-02-23T08:25:24.835Z | Compiling cc v1.2.15 |
1225 | 2025-02-23T08:25:24.874Z | Compiling rustix v0.38.37 |
1226 | 2025-02-23T08:25:24.904Z | Compiling parking_lot_core v0.9.10 |
1227 | 2025-02-23T08:25:25.041Z | Compiling futures-core v0.3.31 |
1228 | 2025-02-23T08:25:25.211Z | Compiling spin v0.9.8 |
1229 | 2025-02-23T08:25:25.274Z | Compiling signal-hook-registry v1.4.2 |
1230 | 2025-02-23T08:25:25.574Z | Compiling mio v1.0.2 |
1231 | 2025-02-23T08:25:25.692Z | Compiling either v1.13.0 |
1232 | 2025-02-23T08:25:25.920Z | Compiling parking_lot v0.12.3 |
1233 | 2025-02-23T08:25:25.947Z | Compiling aho-corasick v1.1.3 |
1234 | 2025-02-23T08:25:26.107Z | Compiling futures-sink v0.3.31 |
1235 | 2025-02-23T08:25:26.236Z | Compiling regex-syntax v0.8.5 |
1236 | 2025-02-23T08:25:26.273Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2025-02-23T08:25:26.400Z | Compiling cpufeatures v0.2.14 |
1238 | 2025-02-23T08:25:26.518Z | Compiling socket2 v0.5.7 |
1239 | 2025-02-23T08:25:26.631Z | Compiling slab v0.4.9 |
1240 | 2025-02-23T08:25:26.726Z | Compiling glob v0.3.2 |
1241 | 2025-02-23T08:25:26.780Z | Compiling prettyplease v0.2.29 |
1242 | 2025-02-23T08:25:27.219Z | Compiling lazy_static v1.5.0 |
1243 | 2025-02-23T08:25:27.375Z | Compiling serde_json v1.0.139 |
1244 | 2025-02-23T08:25:27.473Z | Compiling minimal-lexical v0.2.1 |
1245 | 2025-02-23T08:25:27.556Z | Compiling futures-channel v0.3.31 |
1246 | 2025-02-23T08:25:27.646Z | Compiling clang-sys v1.8.1 |
1247 | 2025-02-23T08:25:27.743Z | Compiling libloading v0.8.5 |
1248 | 2025-02-23T08:25:27.984Z | Compiling nom v7.1.3 |
1249 | 2025-02-23T08:25:27.984Z | Compiling pin-utils v0.1.0 |
1250 | 2025-02-23T08:25:28.108Z | Compiling home v0.5.9 |
1251 | 2025-02-23T08:25:28.111Z | Compiling bindgen v0.69.5 |
1252 | 2025-02-23T08:25:28.338Z | Compiling futures-task v0.3.31 |
1253 | 2025-02-23T08:25:28.398Z | Compiling futures-io v0.3.31 |
1254 | 2025-02-23T08:25:28.695Z | Compiling itertools v0.12.1 |
1255 | 2025-02-23T08:25:28.698Z | Compiling libm v0.2.8 |
1256 | 2025-02-23T08:25:29.037Z | Compiling allocator-api2 v0.2.18 |
1257 | 2025-02-23T08:25:29.081Z | Compiling lazycell v1.3.0 |
1258 | 2025-02-23T08:25:29.275Z | Compiling foldhash v0.1.3 |
1259 | 2025-02-23T08:25:29.593Z | Compiling rustc-hash v1.1.0 |
1260 | 2025-02-23T08:25:29.767Z | Compiling hashbrown v0.15.1 |
1261 | 2025-02-23T08:25:29.867Z | Compiling cmake v0.1.51 |
1262 | 2025-02-23T08:25:30.672Z | Compiling regex-automata v0.4.8 |
1263 | 2025-02-23T08:25:30.713Z | Compiling num-traits v0.2.19 |
1264 | 2025-02-23T08:25:30.956Z | Compiling pkg-config v0.3.31 |
1265 | 2025-02-23T08:25:31.036Z | Compiling synstructure v0.13.1 |
1266 | 2025-02-23T08:25:31.349Z | Compiling cexpr v0.6.0 |
1267 | 2025-02-23T08:25:32.236Z | Compiling fs_extra v1.3.0 |
1268 | 2025-02-23T08:25:32.459Z | Compiling dunce v1.0.5 |
1269 | 2025-02-23T08:25:32.736Z | Compiling litemap v0.7.3 |
1270 | 2025-02-23T08:25:32.777Z | Compiling writeable v0.5.5 |
1271 | 2025-02-23T08:25:33.064Z | Compiling ring v0.17.11 |
1272 | 2025-02-23T08:25:33.136Z | Compiling base64ct v1.6.0 |
1273 | 2025-02-23T08:25:33.340Z | Compiling paste v1.0.15 |
1274 | 2025-02-23T08:25:33.939Z | Compiling pem-rfc7468 v0.7.0 |
1275 | 2025-02-23T08:25:33.963Z | Compiling aws-lc-rs v1.10.0 |
1276 | 2025-02-23T08:25:34.373Z | Compiling httparse v1.9.5 |
1277 | 2025-02-23T08:25:34.472Z | Compiling icu_locid_transform_data v1.5.0 |
1278 | 2025-02-23T08:25:34.543Z | Compiling flagset v0.4.6 |
1279 | 2025-02-23T08:25:34.766Z | Compiling tracing-core v0.1.32 |
1280 | 2025-02-23T08:25:35.157Z | Compiling icu_properties_data v1.5.0 |
1281 | 2025-02-23T08:25:35.395Z | Compiling percent-encoding v2.3.1 |
1282 | 2025-02-23T08:25:35.416Z | Compiling crossbeam-utils v0.8.20 |
1283 | 2025-02-23T08:25:35.657Z | Compiling rustls-pki-types v1.10.0 |
1284 | 2025-02-23T08:25:35.843Z | Compiling vcpkg v0.2.15 |
1285 | 2025-02-23T08:25:35.965Z | Compiling untrusted v0.9.0 |
1286 | 2025-02-23T08:25:36.002Z | Compiling serde_derive v1.0.217 |
1287 | 2025-02-23T08:25:36.143Z | Compiling zeroize_derive v1.4.2 |
1288 | 2025-02-23T08:25:36.361Z | Compiling zerocopy-derive v0.7.35 |
1289 | 2025-02-23T08:25:36.567Z | Compiling tokio-macros v2.5.0 |
1290 | 2025-02-23T08:25:37.473Z | Compiling zerofrom-derive v0.1.4 |
1291 | 2025-02-23T08:25:37.584Z | Compiling zeroize v1.8.1 |
1292 | 2025-02-23T08:25:38.116Z | Compiling yoke-derive v0.7.4 |
1293 | 2025-02-23T08:25:38.311Z | Compiling zerocopy v0.7.35 |
1294 | 2025-02-23T08:25:38.739Z | Compiling regex v1.11.1 |
1295 | 2025-02-23T08:25:39.254Z | Compiling crypto-common v0.1.6 |
1296 | 2025-02-23T08:25:39.520Z | Compiling block-buffer v0.10.4 |
1297 | 2025-02-23T08:25:39.547Z | Compiling thiserror-impl v1.0.69 |
1298 | 2025-02-23T08:25:39.602Z | Compiling zerovec-derive v0.10.3 |
1299 | 2025-02-23T08:25:39.687Z | Compiling futures-macro v0.3.31 |
1300 | 2025-02-23T08:25:39.817Z | Compiling digest v0.10.7 |
1301 | 2025-02-23T08:25:40.293Z | Compiling hmac v0.12.1 |
1302 | 2025-02-23T08:25:40.567Z | Compiling displaydoc v0.2.5 |
1303 | 2025-02-23T08:25:40.749Z | Compiling block-padding v0.3.3 |
1304 | 2025-02-23T08:25:40.870Z | Compiling zerofrom v0.1.4 |
1305 | 2025-02-23T08:25:41.014Z | Compiling inout v0.1.3 |
1306 | 2025-02-23T08:25:41.101Z | Compiling yoke v0.7.4 |
1307 | 2025-02-23T08:25:41.298Z | Compiling cipher v0.4.4 |
1308 | 2025-02-23T08:25:41.481Z | Compiling sha2 v0.10.8 |
1309 | 2025-02-23T08:25:41.538Z | Compiling futures-util v0.3.31 |
1310 | 2025-02-23T08:25:41.560Z | Compiling icu_provider_macros v1.5.0 |
1311 | 2025-02-23T08:25:41.797Z | Compiling ppv-lite86 v0.2.20 |
1312 | 2025-02-23T08:25:42.022Z | Compiling der_derive v0.7.3 |
1313 | 2025-02-23T08:25:42.081Z | Compiling zerovec v0.10.4 |
1314 | 2025-02-23T08:25:42.507Z | Compiling thiserror v1.0.69 |
1315 | 2025-02-23T08:25:42.573Z | Compiling rand_chacha v0.3.1 |
1316 | 2025-02-23T08:25:42.663Z | Compiling tracing-attributes v0.1.27 |
1317 | 2025-02-23T08:25:42.684Z | Compiling pest v2.7.14 |
1318 | 2025-02-23T08:25:44.185Z | Compiling tinystr v0.7.6 |
1319 | 2025-02-23T08:25:44.377Z | Compiling der v0.7.9 |
1320 | 2025-02-23T08:25:44.576Z | Compiling icu_locid v1.5.0 |
1321 | 2025-02-23T08:25:44.884Z | Compiling icu_collections v1.5.0 |
1322 | 2025-02-23T08:25:45.062Z | Compiling rand v0.8.5 |
1323 | 2025-02-23T08:25:45.661Z | Compiling salsa20 v0.10.2 |
1324 | 2025-02-23T08:25:45.853Z | Compiling icu_provider v1.5.0 |
1325 | 2025-02-23T08:25:45.915Z | Compiling tracing v0.1.40 |
1326 | 2025-02-23T08:25:46.174Z | Compiling pbkdf2 v0.12.2 |
1327 | 2025-02-23T08:25:46.366Z | Compiling spki v0.7.3 |
1328 | 2025-02-23T08:25:46.417Z | Compiling icu_normalizer_data v1.5.0 |
1329 | 2025-02-23T08:25:46.541Z | Compiling icu_locid_transform v1.5.0 |
1330 | 2025-02-23T08:25:46.648Z | Compiling utf8_iter v1.0.4 |
1331 | 2025-02-23T08:25:46.745Z | Compiling time-core v0.1.2 |
1332 | 2025-02-23T08:25:46.813Z | Compiling untrusted v0.7.1 |
1333 | 2025-02-23T08:25:46.896Z | Compiling powerfmt v0.2.0 |
1334 | 2025-02-23T08:25:46.920Z | Compiling utf16_iter v1.0.5 |
1335 | 2025-02-23T08:25:46.939Z | Compiling mirai-annotations v1.12.0 |
1336 | 2025-02-23T08:25:47.012Z | Compiling write16 v1.0.0 |
1337 | 2025-02-23T08:25:47.032Z | Compiling num-conv v0.1.0 |
1338 | 2025-02-23T08:25:47.123Z | Compiling scrypt v0.11.0 |
1339 | 2025-02-23T08:25:47.170Z | Compiling pest_meta v2.7.14 |
1340 | 2025-02-23T08:25:47.192Z | Compiling deranged v0.3.11 |
1341 | 2025-02-23T08:25:47.308Z | Compiling aes v0.8.4 |
1342 | 2025-02-23T08:25:47.341Z | Compiling cbc v0.1.2 |
1343 | 2025-02-23T08:25:47.365Z | Compiling time-macros v0.2.18 |
1344 | 2025-02-23T08:25:47.663Z | Compiling openssl-sys v0.9.106 |
1345 | 2025-02-23T08:25:48.647Z | Compiling icu_properties v1.5.1 |
1346 | 2025-02-23T08:25:48.736Z | Compiling scroll_derive v0.12.0 |
1347 | 2025-02-23T08:25:48.821Z | Compiling bitflags v2.6.0 |
1348 | 2025-02-23T08:25:49.123Z | Compiling bytes v1.9.0 |
1349 | 2025-02-23T08:25:50.075Z | Compiling tokio v1.43.0 |
1350 | 2025-02-23T08:25:50.260Z | Compiling semver v1.0.25 |
1351 | 2025-02-23T08:25:50.295Z | Compiling indexmap v2.7.1 |
1352 | 2025-02-23T08:25:50.946Z | Compiling http v1.2.0 |
1353 | 2025-02-23T08:25:51.416Z | Compiling rustc_version v0.4.1 |
1354 | 2025-02-23T08:25:51.945Z | Compiling atomic-waker v1.1.2 |
1355 | 2025-02-23T08:25:52.042Z | Compiling num_threads v0.1.7 |
1356 | 2025-02-23T08:25:52.172Z | Compiling tinyvec_macros v0.1.1 |
1357 | 2025-02-23T08:25:52.226Z | Compiling icu_normalizer v1.5.0 |
1358 | 2025-02-23T08:25:52.273Z | Compiling tinyvec v1.8.0 |
1359 | 2025-02-23T08:25:52.798Z | Compiling http-body v1.0.1 |
1360 | 2025-02-23T08:25:53.010Z | Compiling which v4.4.2 |
1361 | 2025-02-23T08:25:53.062Z | Compiling time v0.3.36 |
1362 | 2025-02-23T08:25:53.204Z | Compiling idna_adapter v1.2.0 |
1363 | 2025-02-23T08:25:53.235Z | Compiling scroll v0.12.0 |
1364 | 2025-02-23T08:25:53.634Z | Compiling pest_generator v2.7.14 |
1365 | 2025-02-23T08:25:53.779Z | Compiling pkcs5 v0.7.1 |
1366 | 2025-02-23T08:25:53.796Z | Compiling form_urlencoded v1.2.1 |
1367 | 2025-02-23T08:25:53.942Z | Compiling try-lock v0.2.5 |
1368 | 2025-02-23T08:25:54.057Z | Compiling slog v2.7.0 |
1369 | 2025-02-23T08:25:54.093Z | Compiling want v0.3.1 |
1370 | 2025-02-23T08:25:54.113Z | Compiling goblin v0.8.2 |
1371 | 2025-02-23T08:25:54.370Z | Compiling idna v1.0.3 |
1372 | 2025-02-23T08:25:54.637Z | Compiling pkcs8 v0.10.2 |
1373 | 2025-02-23T08:25:54.881Z | Compiling uuid v1.12.0 |
1374 | 2025-02-23T08:25:55.276Z | Compiling httpdate v1.0.3 |
1375 | 2025-02-23T08:25:55.420Z | Compiling pest_derive v2.7.14 |
1376 | 2025-02-23T08:25:55.698Z | Compiling iana-time-zone v0.1.61 |
1377 | 2025-02-23T08:25:55.900Z | Compiling tower-service v0.3.3 |
1378 | 2025-02-23T08:25:56.045Z | Compiling chrono v0.4.39 |
1379 | 2025-02-23T08:25:56.238Z | Compiling dtrace-parser v0.2.0 |
1380 | 2025-02-23T08:25:56.402Z | Compiling serde_spanned v0.6.8 |
1381 | 2025-02-23T08:25:56.662Z | Compiling serde_tokenstream v0.2.2 |
1382 | 2025-02-23T08:25:56.812Z | Compiling toml_datetime v0.6.8 |
1383 | 2025-02-23T08:25:57.302Z | Compiling rustversion v1.0.17 |
1384 | 2025-02-23T08:25:57.323Z | Compiling match_cfg v0.1.0 |
1385 | 2025-02-23T08:25:57.425Z | Compiling base64 v0.22.1 |
1386 | 2025-02-23T08:25:57.679Z | Compiling foreign-types-shared v0.1.1 |
1387 | 2025-02-23T08:25:57.818Z | Compiling adler2 v2.0.0 |
1388 | 2025-02-23T08:25:57.982Z | Compiling openssl v0.10.71 |
1389 | 2025-02-23T08:25:58.041Z | Compiling tokio-util v0.7.12 |
1390 | 2025-02-23T08:25:58.133Z | Compiling miniz_oxide v0.8.0 |
1391 | 2025-02-23T08:25:58.153Z | Compiling foreign-types v0.3.2 |
1392 | 2025-02-23T08:25:58.263Z | Compiling hostname v0.3.1 |
1393 | 2025-02-23T08:25:58.431Z | Compiling url v2.5.3 |
1394 | 2025-02-23T08:25:59.298Z | Compiling h2 v0.4.6 |
1395 | 2025-02-23T08:25:59.375Z | Compiling async-trait v0.1.86 |
1396 | 2025-02-23T08:25:59.501Z | Compiling openssl-macros v0.1.1 |
1397 | 2025-02-23T08:25:59.724Z | Compiling serde_derive_internals v0.29.1 |
1398 | 2025-02-23T08:26:00.170Z | Compiling dof v0.3.0 |
1399 | 2025-02-23T08:26:00.246Z | Compiling dirs-sys-next v0.1.2 |
1400 | 2025-02-23T08:26:00.791Z | Compiling schemars v0.8.21 |
1401 | 2025-02-23T08:26:01.158Z | Compiling usdt-impl v0.5.0 |
1402 | 2025-02-23T08:26:01.832Z | Compiling data-encoding v2.6.0 |
1403 | 2025-02-23T08:26:01.962Z | Compiling rustls v0.23.19 |
1404 | 2025-02-23T08:26:02.014Z | Compiling siphasher v0.3.11 |
1405 | 2025-02-23T08:26:02.315Z | Compiling rustls v0.22.4 |
1406 | 2025-02-23T08:26:02.425Z | Compiling syn v1.0.109 |
1407 | 2025-02-23T08:26:02.475Z | Compiling native-tls v0.2.12 |
1408 | 2025-02-23T08:26:02.642Z | Compiling schemars_derive v0.8.21 |
1409 | 2025-02-23T08:26:02.906Z | Compiling dirs-next v2.0.0 |
1410 | 2025-02-23T08:26:03.112Z | Compiling unicode-normalization v0.1.24 |
1411 | 2025-02-23T08:26:03.325Z | Compiling http-body-util v0.1.2 |
1412 | 2025-02-23T08:26:03.766Z | Compiling crossbeam-epoch v0.9.18 |
1413 | 2025-02-23T08:26:03.823Z | Compiling heapless v0.7.17 |
1414 | 2025-02-23T08:26:04.226Z | Compiling signature v2.2.0 |
1415 | 2025-02-23T08:26:04.286Z | Compiling sha1 v0.10.6 |
1416 | 2025-02-23T08:26:04.360Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1417 | 2025-02-23T08:26:04.444Z | Compiling thread_local v1.1.8 |
1418 | 2025-02-23T08:26:04.528Z | Compiling multer v3.1.0 |
1419 | 2025-02-23T08:26:04.709Z | Compiling cookie v0.18.1 |
1420 | 2025-02-23T08:26:04.851Z | Compiling encoding_rs v0.8.34 |
1421 | 2025-02-23T08:26:04.874Z | Compiling ipnet v2.10.1 |
1422 | 2025-02-23T08:26:04.931Z | Compiling unicode-properties v0.1.3 |
1423 | 2025-02-23T08:26:05.014Z | Compiling dyn-clone v1.0.18 |
1424 | 2025-02-23T08:26:05.235Z | Compiling gimli v0.31.1 |
1425 | 2025-02-23T08:26:05.332Z | Compiling mime v0.3.17 |
1426 | 2025-02-23T08:26:05.604Z | Compiling signal-hook v0.3.17 |
1427 | 2025-02-23T08:26:05.846Z | Compiling slog-async v2.8.0 |
1428 | 2025-02-23T08:26:05.873Z | Compiling unicode-bidi v0.3.17 |
1429 | 2025-02-23T08:26:05.921Z | Compiling rayon-core v1.12.1 |
1430 | 2025-02-23T08:26:06.237Z | Compiling openssl-probe v0.1.5 |
1431 | 2025-02-23T08:26:06.378Z | Compiling hyper v1.5.2 |
1432 | 2025-02-23T08:26:06.566Z | Compiling stringprep v0.1.5 |
1433 | 2025-02-23T08:26:07.235Z | Compiling toml_edit v0.22.22 |
1434 | 2025-02-23T08:26:08.943Z | Compiling hyper-util v0.1.10 |
1435 | 2025-02-23T08:26:09.895Z | Compiling addr2line v0.24.2 |
1436 | 2025-02-23T08:26:10.287Z | Compiling crossbeam-deque v0.8.5 |
1437 | 2025-02-23T08:26:10.568Z | Compiling usdt-attr-macro v0.5.0 |
1438 | 2025-02-23T08:26:10.637Z | Compiling usdt-macro v0.5.0 |
1439 | 2025-02-23T08:26:11.039Z | Compiling term v0.7.0 |
1440 | 2025-02-23T08:26:11.663Z | Compiling slog-json v2.6.1 |
1441 | 2025-02-23T08:26:11.766Z | Compiling serde_urlencoded v0.7.1 |
1442 | 2025-02-23T08:26:11.998Z | Compiling crossbeam-channel v0.5.13 |
1443 | 2025-02-23T08:26:12.032Z | Compiling curve25519-dalek v4.1.3 |
1444 | 2025-02-23T08:26:12.069Z | Compiling enum-as-inner v0.6.1 |
1445 | 2025-02-23T08:26:12.264Z | Compiling futures-executor v0.3.31 |
1446 | 2025-02-23T08:26:12.294Z | Compiling md-5 v0.10.6 |
1447 | 2025-02-23T08:26:12.596Z | Compiling rustls-pemfile v2.2.0 |
1448 | 2025-02-23T08:26:12.769Z | Compiling async-stream-impl v0.3.6 |
1449 | 2025-02-23T08:26:12.790Z | Compiling num-integer v0.1.46 |
1450 | 2025-02-23T08:26:12.923Z | Compiling hash32 v0.2.1 |
1451 | 2025-02-23T08:26:13.090Z | Compiling ff v0.13.0 |
1452 | 2025-02-23T08:26:13.139Z | Compiling is-terminal v0.4.13 |
1453 | 2025-02-23T08:26:13.271Z | Compiling object v0.36.5 |
1454 | 2025-02-23T08:26:13.292Z | Compiling dropshot v0.12.0 |
1455 | 2025-02-23T08:26:13.332Z | Compiling memoffset v0.9.1 |
1456 | 2025-02-23T08:26:13.502Z | Compiling linked-hash-map v0.5.6 |
1457 | 2025-02-23T08:26:13.616Z | Compiling quick-error v1.2.3 |
1458 | 2025-02-23T08:26:13.678Z | Compiling fallible-iterator v0.2.0 |
1459 | 2025-02-23T08:26:13.776Z | Compiling base16ct v0.2.0 |
1460 | 2025-02-23T08:26:13.860Z | Compiling num-bigint-dig v0.8.4 |
1461 | 2025-02-23T08:26:14.023Z | Compiling utf-8 v0.7.6 |
1462 | 2025-02-23T08:26:14.079Z | Compiling litrs v0.4.1 |
1463 | 2025-02-23T08:26:14.202Z | Compiling portable-atomic v1.9.0 |
1464 | 2025-02-23T08:26:14.366Z | Compiling anyhow v1.0.96 |
1465 | 2025-02-23T08:26:14.386Z | Compiling smoltcp v0.9.1 |
1466 | 2025-02-23T08:26:14.413Z | Compiling take_mut v0.2.2 |
1467 | 2025-02-23T08:26:14.590Z | Compiling psl-types v2.0.11 |
1468 | 2025-02-23T08:26:14.807Z | Compiling cfg_aliases v0.2.1 |
1469 | 2025-02-23T08:26:14.925Z | Compiling rustc-demangle v0.1.24 |
1470 | 2025-02-23T08:26:15.066Z | Compiling nix v0.29.0 |
1471 | 2025-02-23T08:26:15.117Z | Compiling document-features v0.2.10 |
1472 | 2025-02-23T08:26:15.261Z | Compiling publicsuffix v2.3.0 |
1473 | 2025-02-23T08:26:15.581Z | Compiling postgres-protocol v0.6.7 |
1474 | 2025-02-23T08:26:15.777Z | Compiling tungstenite v0.24.0 |
1475 | 2025-02-23T08:26:15.961Z | Compiling async-stream v0.3.6 |
1476 | 2025-02-23T08:26:16.270Z | Compiling sec1 v0.7.3 |
1477 | 2025-02-23T08:26:16.270Z | Compiling lru-cache v0.1.2 |
1478 | 2025-02-23T08:26:16.388Z | Compiling resolv-conf v0.7.0 |
1479 | 2025-02-23T08:26:16.725Z | Compiling group v0.13.0 |
1480 | 2025-02-23T08:26:16.746Z | Compiling num-iter v0.1.45 |
1481 | 2025-02-23T08:26:16.843Z | Compiling slog-term v2.9.1 |
1482 | 2025-02-23T08:26:17.055Z | Compiling usdt v0.5.0 |
1483 | 2025-02-23T08:26:17.074Z | Compiling hickory-proto v0.24.3 |
1484 | 2025-02-23T08:26:17.700Z | Compiling futures v0.3.31 |
1485 | 2025-02-23T08:26:17.802Z | Compiling slog-bunyan v2.5.0 |
1486 | 2025-02-23T08:26:17.987Z | Compiling toml v0.8.19 |
1487 | 2025-02-23T08:26:20.006Z | Compiling tokio-native-tls v0.3.1 |
1488 | 2025-02-23T08:26:20.009Z | Compiling camino v1.1.9 |
1489 | 2025-02-23T08:26:20.009Z | Compiling phf_shared v0.11.2 |
1490 | 2025-02-23T08:26:20.009Z | Compiling dropshot_endpoint v0.12.0 |
1491 | 2025-02-23T08:26:20.009Z | Compiling backtrace v0.3.74 |
1492 | 2025-02-23T08:26:20.009Z | Compiling terminal_size v0.4.0 |
1493 | 2025-02-23T08:26:20.122Z | Compiling waitgroup v0.1.2 |
1494 | 2025-02-23T08:26:20.189Z | Compiling openapiv3 v2.0.0 |
1495 | 2025-02-23T08:26:20.346Z | Compiling serde_path_to_error v0.1.16 |
1496 | 2025-02-23T08:26:20.412Z | Compiling hkdf v0.12.4 |
1497 | 2025-02-23T08:26:20.683Z | Compiling crypto-bigint v0.5.5 |
1498 | 2025-02-23T08:26:21.142Z | Compiling webpki-roots v0.26.6 |
1499 | 2025-02-23T08:26:21.379Z | Compiling zerocopy-derive v0.6.6 |
1500 | 2025-02-23T08:26:22.721Z | Compiling hubpack_derive v0.1.1 |
1501 | 2025-02-23T08:26:22.756Z | Compiling curve25519-dalek-derive v0.1.1 |
1502 | 2025-02-23T08:26:23.367Z | Compiling sync_wrapper v1.0.1 |
1503 | 2025-02-23T08:26:23.543Z | Compiling hostname v0.4.0 |
1504 | 2025-02-23T08:26:23.564Z | Compiling ahash v0.8.11 |
1505 | 2025-02-23T08:26:23.645Z | Compiling fs-err v2.11.0 |
1506 | 2025-02-23T08:26:23.762Z | Compiling crc32fast v1.4.2 |
1507 | 2025-02-23T08:26:23.903Z | Compiling newtype-uuid v1.2.1 |
1508 | 2025-02-23T08:26:23.961Z | Compiling tower-layer v0.3.3 |
1509 | 2025-02-23T08:26:24.109Z | Compiling winnow v0.5.40 |
1510 | 2025-02-23T08:26:24.159Z | Compiling debug-ignore v1.0.5 |
1511 | 2025-02-23T08:26:24.162Z | Compiling managed v0.8.0 |
1512 | 2025-02-23T08:26:24.204Z | Compiling bitflags v1.3.2 |
1513 | 2025-02-23T08:26:24.265Z | Compiling unicode-width v0.2.0 |
1514 | 2025-02-23T08:26:24.320Z | Compiling tower v0.5.2 |
1515 | 2025-02-23T08:26:24.341Z | Compiling clap_builder v4.5.30 |
1516 | 2025-02-23T08:26:24.799Z | Compiling console v0.15.10 |
1517 | 2025-02-23T08:26:26.098Z | Compiling strum_macros v0.25.3 |
1518 | 2025-02-23T08:26:26.168Z | Compiling flate2 v1.0.35 |
1519 | 2025-02-23T08:26:26.734Z | Compiling elliptic-curve v0.13.8 |
1520 | 2025-02-23T08:26:26.764Z | Compiling hubpack v0.1.2 |
1521 | 2025-02-23T08:26:27.060Z | Compiling zerocopy v0.6.6 |
1522 | 2025-02-23T08:26:27.228Z | Compiling hickory-resolver v0.24.3 |
1523 | 2025-02-23T08:26:27.581Z | Compiling toml_edit v0.19.15 |
1524 | 2025-02-23T08:26:27.862Z | Compiling phf v0.11.2 |
1525 | 2025-02-23T08:26:28.159Z | Compiling signal-hook-mio v0.2.4 |
1526 | 2025-02-23T08:26:28.352Z | Compiling hyper-tls v0.6.0 |
1527 | 2025-02-23T08:26:28.418Z | Compiling rayon v1.10.0 |
1528 | 2025-02-23T08:26:28.770Z | Compiling cookie_store v0.21.1 |
1529 | 2025-02-23T08:26:29.881Z | Compiling bzip2 v0.4.4 |
1530 | 2025-02-23T08:26:30.289Z | Compiling tokio-tungstenite v0.24.0 |
1531 | 2025-02-23T08:26:31.010Z | Compiling postgres-types v0.2.8 |
1532 | 2025-02-23T08:26:32.340Z | Compiling ed25519 v2.2.3 |
1533 | 2025-02-23T08:26:32.795Z | Compiling phf_shared v0.10.0 |
1534 | 2025-02-23T08:26:32.920Z | Compiling tokio-stream v0.1.16 |
1535 | 2025-02-23T08:26:33.150Z | Compiling pkcs1 v0.7.5 |
1536 | 2025-02-23T08:26:33.279Z | Compiling serde-big-array v0.5.1 |
1537 | 2025-02-23T08:26:33.529Z | Compiling clap_derive v4.5.28 |
1538 | 2025-02-23T08:26:33.644Z | Compiling rfc6979 v0.4.0 |
1539 | 2025-02-23T08:26:33.855Z | Compiling bstr v1.10.0 |
1540 | 2025-02-23T08:26:33.879Z | Compiling derive-where v1.2.7 |
1541 | 2025-02-23T08:26:34.064Z | Compiling serde_repr v0.1.19 |
1542 | 2025-02-23T08:26:34.279Z | Compiling float-cmp v0.10.0 |
1543 | 2025-02-23T08:26:34.510Z | Compiling whoami v1.5.2 |
1544 | 2025-02-23T08:26:34.531Z | Compiling new_debug_unreachable v1.0.6 |
1545 | 2025-02-23T08:26:34.645Z | Compiling difflib v0.4.0 |
1546 | 2025-02-23T08:26:35.072Z | Compiling fixedbitset v0.4.2 |
1547 | 2025-02-23T08:26:35.258Z | Compiling predicates-core v1.0.8 |
1548 | 2025-02-23T08:26:35.367Z | Compiling bit-vec v0.6.3 |
1549 | 2025-02-23T08:26:35.529Z | Compiling static_assertions v1.1.0 |
1550 | 2025-02-23T08:26:35.580Z | Compiling unicode-segmentation v1.12.0 |
1551 | 2025-02-23T08:26:35.648Z | Compiling number_prefix v0.4.0 |
1552 | 2025-02-23T08:26:35.794Z | Compiling normalize-line-endings v0.3.0 |
1553 | 2025-02-23T08:26:35.896Z | Compiling precomputed-hash v0.1.1 |
1554 | 2025-02-23T08:26:35.946Z | Compiling predicates v3.1.3 |
1555 | 2025-02-23T08:26:36.004Z | Compiling indicatif v0.17.11 |
1556 | 2025-02-23T08:26:36.039Z | Compiling string_cache v0.8.7 |
1557 | 2025-02-23T08:26:36.451Z | Compiling similar v2.6.0 |
1558 | 2025-02-23T08:26:36.483Z | Compiling bit-set v0.5.3 |
1559 | 2025-02-23T08:26:36.791Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1560 | 2025-02-23T08:26:37.074Z | Compiling petgraph v0.6.5 |
1561 | 2025-02-23T08:26:37.490Z | Compiling tokio-postgres v0.7.12 |
1562 | 2025-02-23T08:26:37.980Z | Compiling ecdsa v0.16.9 |
1563 | 2025-02-23T08:26:38.061Z | Compiling clap v4.5.30 |
1564 | 2025-02-23T08:26:38.188Z | Compiling rsa v0.9.6 |
1565 | 2025-02-23T08:26:38.584Z | Compiling ed25519-dalek v2.1.1 |
1566 | 2025-02-23T08:26:39.897Z | Compiling toml v0.7.8 |
1567 | 2025-02-23T08:26:40.824Z | Compiling zip v0.6.6 |
1568 | 2025-02-23T08:26:40.846Z | Compiling crossterm v0.28.1 |
1569 | 2025-02-23T08:26:42.465Z | Compiling hex v0.4.3 |
1570 | 2025-02-23T08:26:42.765Z | Compiling x509-cert v0.2.5 |
1571 | 2025-02-23T08:26:43.082Z | Compiling itertools v0.10.5 |
1572 | 2025-02-23T08:26:43.118Z | Compiling itertools v0.14.0 |
1573 | 2025-02-23T08:26:43.283Z | Compiling peg-runtime v0.8.3 |
1574 | 2025-02-23T08:26:43.834Z | Compiling unicode-xid v0.2.6 |
1575 | 2025-02-23T08:26:44.050Z | Compiling lalrpop-util v0.19.12 |
1576 | 2025-02-23T08:26:44.154Z | Compiling strum_macros v0.26.4 |
1577 | 2025-02-23T08:26:44.418Z | Compiling xattr v1.3.1 |
1578 | 2025-02-23T08:26:44.482Z | Compiling filetime v0.2.25 |
1579 | 2025-02-23T08:26:44.787Z | Compiling tar v0.4.42 |
1580 | 2025-02-23T08:26:48.738Z | Compiling strum v0.26.3 |
1581 | 2025-02-23T08:26:51.938Z | Compiling aws-lc-sys v0.22.0 |
1582 | 2025-02-23T08:27:19.782Z | Compiling rustls-webpki v0.102.8 |
1583 | 2025-02-23T08:27:23.146Z | Compiling tokio-rustls v0.25.0 |
1584 | 2025-02-23T08:27:24.855Z | Compiling tokio-rustls v0.26.0 |
1585 | 2025-02-23T08:27:25.154Z | Compiling hyper-rustls v0.27.3 |
1586 | 2025-02-23T08:27:25.596Z | Compiling reqwest v0.12.12 |
1587 | 2025-02-23T08:27:26.895Z | Compiling qorb v0.2.1 |
1588 | 2025-02-23T08:27:29.959Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1589 | 2025-02-23T08:27:30.237Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1590 | 2025-02-23T08:27:34.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1591 | 2025-02-23T08:27:34.964Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1592 | 2025-02-23T08:27:35.018Z | Feb 23 08:27:33.975 INFO Starting download, target: Clickhouse |
1593 | 2025-02-23T08:27:35.018Z | Feb 23 08:27:33.976 INFO Starting download, target: Cockroach |
1594 | 2025-02-23T08:27:35.018Z | Feb 23 08:27:33.976 INFO Starting download, target: Console |
1595 | 2025-02-23T08:27:35.018Z | Feb 23 08:27:33.976 INFO Starting download, target: DendriteOpenapi |
1596 | 2025-02-23T08:27:35.018Z | Feb 23 08:27:33.976 INFO Starting download, target: DendriteStub |
1597 | 2025-02-23T08:27:35.021Z | Feb 23 08:27:33.976 INFO Starting download, target: MaghemiteMgd |
1598 | 2025-02-23T08:27:35.021Z | Feb 23 08:27:33.976 INFO Starting download, target: TransceiverControl |
1599 | 2025-02-23T08:27:35.022Z | Feb 23 08:27:33.977 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1600 | 2025-02-23T08:27:35.022Z | Feb 23 08:27:33.977 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1601 | 2025-02-23T08:27:35.022Z | Feb 23 08:27:33.977 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1602 | 2025-02-23T08:27:35.022Z | Feb 23 08:27:33.977 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1603 | 2025-02-23T08:27:35.022Z | Feb 23 08:27:33.977 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1604 | 2025-02-23T08:27:35.022Z | Feb 23 08:27:33.977 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1605 | 2025-02-23T08:27:35.022Z | Feb 23 08:27:33.977 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1606 | 2025-02-23T08:27:35.179Z | Feb 23 08:27:34.137 INFO Download complete, target: DendriteOpenapi |
1607 | 2025-02-23T08:27:35.280Z | Feb 23 08:27:34.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1608 | 2025-02-23T08:27:35.549Z | Feb 23 08:27:34.505 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1609 | 2025-02-23T08:27:36.177Z | Feb 23 08:27:34.691 INFO Download complete, target: TransceiverControl |
1610 | 2025-02-23T08:27:36.234Z | Feb 23 08:27:34.807 INFO Download complete, target: Console |
1611 | 2025-02-23T08:27:36.780Z | Feb 23 08:27:35.712 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1612 | 2025-02-23T08:27:36.916Z | Feb 23 08:27:35.836 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1613 | 2025-02-23T08:27:37.360Z | Feb 23 08:27:36.315 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1614 | 2025-02-23T08:27:37.452Z | Feb 23 08:27:36.409 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1615 | 2025-02-23T08:27:37.452Z | Feb 23 08:27:36.409 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1616 | 2025-02-23T08:27:39.802Z | Feb 23 08:27:38.759 INFO Download complete, target: DendriteStub |
1617 | 2025-02-23T08:27:40.080Z | Feb 23 08:27:39.033 INFO Download complete, target: MaghemiteMgd |
1618 | 2025-02-23T08:27:45.138Z | Feb 23 08:27:44.094 INFO Checking that binary works, target: Cockroach |
1619 | 2025-02-23T08:27:45.303Z | Feb 23 08:27:44.259 INFO Download complete, target: Cockroach |
1620 | 2025-02-23T08:27:50.387Z | Feb 23 08:27:49.343 INFO Checking that binary works, target: Clickhouse |
1621 | 2025-02-23T08:27:50.562Z | Feb 23 08:27:49.517 INFO Download complete, target: Clickhouse |
1622 | 2025-02-23T08:27:50.583Z | All builder prerequisites installed successfully, and PATH looks valid |
1623 | 2025-02-23T08:27:50.585Z | |
1624 | 2025-02-23T08:27:50.585Z | real 4:53.455912589 |
1625 | 2025-02-23T08:27:50.585Z | user 15:43.327768738 |
1626 | 2025-02-23T08:27:50.585Z | sys 2:07.512074874 |
1627 | 2025-02-23T08:27:50.585Z | trap 0.575693327 |
1628 | 2025-02-23T08:27:50.585Z | tflt 0.894158740 |
1629 | 2025-02-23T08:27:50.585Z | dflt 1.386715857 |
1630 | 2025-02-23T08:27:50.585Z | kflt 0.026768950 |
1631 | 2025-02-23T08:27:50.585Z | lock 24:08.871227826 |
1632 | 2025-02-23T08:27:50.585Z | slp 55:14.931781101 |
1633 | 2025-02-23T08:27:50.585Z | lat 59.563944263 |
1634 | 2025-02-23T08:27:50.585Z | stop 2:29.064235380 |
1635 | 2025-02-23T08:27:50.586Z | + banner clippy |
1636 | 2025-02-23T08:27:50.588Z | |
1637 | 2025-02-23T08:27:50.588Z | #### # # ##### ##### # # |
1638 | 2025-02-23T08:27:50.588Z | # # # # # # # # # # |
1639 | 2025-02-23T08:27:50.588Z | # # # # # # # # |
1640 | 2025-02-23T08:27:50.588Z | # # # ##### ##### # |
1641 | 2025-02-23T08:27:50.588Z | # # # # # # # |
1642 | 2025-02-23T08:27:50.588Z | #### ###### # # # # |
1643 | 2025-02-23T08:27:50.588Z | |
1644 | 2025-02-23T08:27:50.588Z | + export CARGO_INCREMENTAL=0 |
1645 | 2025-02-23T08:27:50.588Z | + CARGO_INCREMENTAL=0 |
1646 | 2025-02-23T08:27:50.588Z | + ptime -m cargo xtask clippy |
1647 | 2025-02-23T08:27:51.135Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1648 | 2025-02-23T08:27:53.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
1649 | 2025-02-23T08:27:54.048Z | Running `target/debug/xtask clippy` |
1650 | 2025-02-23T08:27:54.074Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1651 | 2025-02-23T08:27:54.740Z | Downloading crates ... |
1652 | 2025-02-23T08:27:55.047Z | Downloaded async-channel v2.3.1 |
1653 | 2025-02-23T08:27:55.050Z | Downloaded approx v0.5.1 |
1654 | 2025-02-23T08:27:55.053Z | Downloaded async-channel v1.9.0 |
1655 | 2025-02-23T08:27:55.056Z | Downloaded async-attributes v1.1.2 |
1656 | 2025-02-23T08:27:55.056Z | Downloaded assert_cmd v2.0.16 |
1657 | 2025-02-23T08:27:55.058Z | Downloaded assert-json-diff v2.0.2 |
1658 | 2025-02-23T08:27:55.061Z | Downloaded async-executor v1.13.1 |
1659 | 2025-02-23T08:27:55.063Z | Downloaded doc-comment v0.3.3 |
1660 | 2025-02-23T08:27:55.063Z | Downloaded concurrent-queue v2.5.0 |
1661 | 2025-02-23T08:27:55.066Z | Downloaded anes v0.1.6 |
1662 | 2025-02-23T08:27:55.069Z | Downloaded guppy-workspace-hack v0.1.0 |
1663 | 2025-02-23T08:27:55.071Z | Downloaded async-object-pool v0.1.5 |
1664 | 2025-02-23T08:27:55.074Z | Downloaded plotters-svg v0.3.7 |
1665 | 2025-02-23T08:27:55.076Z | Downloaded target-triple v0.1.3 |
1666 | 2025-02-23T08:27:55.083Z | Downloaded nested v0.1.1 |
1667 | 2025-02-23T08:27:55.089Z | Downloaded escape8259 v0.5.3 |
1668 | 2025-02-23T08:27:55.091Z | Downloaded event-listener v2.5.3 |
1669 | 2025-02-23T08:27:55.096Z | Downloaded kv-log-macro v1.0.7 |
1670 | 2025-02-23T08:27:55.098Z | Downloaded futures-timer v3.0.3 |
1671 | 2025-02-23T08:27:55.101Z | Downloaded event-listener-strategy v0.5.2 |
1672 | 2025-02-23T08:27:55.101Z | Downloaded async-global-executor v2.4.1 |
1673 | 2025-02-23T08:27:55.103Z | Downloaded blocking v1.6.1 |
1674 | 2025-02-23T08:27:55.108Z | Downloaded datatest-stable v0.2.9 |
1675 | 2025-02-23T08:27:55.110Z | Downloaded pathdiff v0.2.3 |
1676 | 2025-02-23T08:27:55.110Z | Downloaded async-signal v0.2.10 |
1677 | 2025-02-23T08:27:55.110Z | Downloaded plotters-backend v0.3.7 |
1678 | 2025-02-23T08:27:55.113Z | Downloaded threadpool v1.8.1 |
1679 | 2025-02-23T08:27:55.117Z | Downloaded piper v0.2.4 |
1680 | 2025-02-23T08:27:55.119Z | Downloaded path-tree v0.8.1 |
1681 | 2025-02-23T08:27:55.122Z | Downloaded oorandom v11.1.4 |
1682 | 2025-02-23T08:27:55.122Z | Downloaded libtest-mimic v0.7.3 |
1683 | 2025-02-23T08:27:55.124Z | Downloaded criterion-plot v0.5.0 |
1684 | 2025-02-23T08:27:55.127Z | Downloaded num_cpus v1.16.0 |
1685 | 2025-02-23T08:27:55.129Z | Downloaded similar-asserts v1.6.0 |
1686 | 2025-02-23T08:27:55.129Z | Downloaded relative-path v1.9.3 |
1687 | 2025-02-23T08:27:55.132Z | Downloaded serde_regex v1.1.0 |
1688 | 2025-02-23T08:27:55.132Z | Downloaded parking v2.2.1 |
1689 | 2025-02-23T08:27:55.135Z | Downloaded cast v0.3.0 |
1690 | 2025-02-23T08:27:55.135Z | Downloaded async-task v4.7.1 |
1691 | 2025-02-23T08:27:55.138Z | Downloaded partial-io v0.5.4 |
1692 | 2025-02-23T08:27:55.140Z | Downloaded httptest v0.16.3 |
1693 | 2025-02-23T08:27:55.140Z | Downloaded futures-lite v2.3.0 |
1694 | 2025-02-23T08:27:55.143Z | Downloaded tinytemplate v1.2.1 |
1695 | 2025-02-23T08:27:55.146Z | Downloaded target-lexicon v0.13.2 |
1696 | 2025-02-23T08:27:55.146Z | Downloaded stringmetrics v2.2.2 |
1697 | 2025-02-23T08:27:55.148Z | Downloaded rustls-native-certs v0.7.3 |
1698 | 2025-02-23T08:27:55.151Z | Downloaded hyper-rustls v0.26.0 |
1699 | 2025-02-23T08:27:55.154Z | Downloaded event-listener v5.3.1 |
1700 | 2025-02-23T08:27:55.155Z | Downloaded async-lock v3.4.0 |
1701 | 2025-02-23T08:27:55.159Z | Downloaded fixedbitset v0.5.7 |
1702 | 2025-02-23T08:27:55.159Z | Downloaded target-spec v3.4.2 |
1703 | 2025-02-23T08:27:55.162Z | Downloaded rstest v0.23.0 |
1704 | 2025-02-23T08:27:55.182Z | Downloaded trybuild v1.0.101 |
1705 | 2025-02-23T08:27:55.186Z | Downloaded yansi v1.0.1 |
1706 | 2025-02-23T08:27:55.189Z | Downloaded polling v3.7.3 |
1707 | 2025-02-23T08:27:55.191Z | Downloaded async-io v2.3.4 |
1708 | 2025-02-23T08:27:55.194Z | Downloaded pretty_assertions v1.4.1 |
1709 | 2025-02-23T08:27:55.197Z | Downloaded fancy-regex v0.13.0 |
1710 | 2025-02-23T08:27:55.200Z | Downloaded rstest_macros v0.23.0 |
1711 | 2025-02-23T08:27:55.204Z | Downloaded rand_distr v0.4.3 |
1712 | 2025-02-23T08:27:55.207Z | Downloaded criterion v0.5.1 |
1713 | 2025-02-23T08:27:55.212Z | Downloaded cfg-expr v0.18.0 |
1714 | 2025-02-23T08:27:55.214Z | Downloaded guppy v0.17.16 |
1715 | 2025-02-23T08:27:55.220Z | Downloaded plotters v0.3.7 |
1716 | 2025-02-23T08:27:55.229Z | Downloaded rust-argon2 v2.1.0 |
1717 | 2025-02-23T08:27:55.231Z | Downloaded proc-macro-crate v3.2.0 |
1718 | 2025-02-23T08:27:55.234Z | Downloaded cargo_metadata v0.19.1 |
1719 | 2025-02-23T08:27:55.234Z | Downloaded async-process v2.3.0 |
1720 | 2025-02-23T08:27:55.237Z | Downloaded async-std v1.13.0 |
1721 | 2025-02-23T08:27:55.254Z | Downloaded blake2b_simd v1.0.2 |
1722 | 2025-02-23T08:27:55.300Z | Downloaded petgraph v0.7.1 |
1723 | 2025-02-23T08:27:55.342Z | Downloaded httpmock v0.8.0-alpha.1 |
1724 | 2025-02-23T08:27:56.166Z | Checking cfg-if v1.0.0 |
1725 | 2025-02-23T08:27:56.241Z | Checking libc v0.2.169 |
1726 | 2025-02-23T08:27:56.269Z | Checking serde v1.0.217 |
1727 | 2025-02-23T08:27:56.288Z | Checking memchr v2.7.4 |
1728 | 2025-02-23T08:27:56.314Z | Checking value-bag v1.9.0 |
1729 | 2025-02-23T08:27:56.340Z | Checking itoa v1.0.11 |
1730 | 2025-02-23T08:27:56.363Z | Checking zeroize v1.8.1 |
1731 | 2025-02-23T08:27:56.385Z | Checking smallvec v1.13.2 |
1732 | 2025-02-23T08:27:56.412Z | Checking scopeguard v1.2.0 |
1733 | 2025-02-23T08:27:56.545Z | Checking byteorder v1.5.0 |
1734 | 2025-02-23T08:27:56.572Z | Checking lock_api v0.4.12 |
1735 | 2025-02-23T08:27:56.633Z | Checking once_cell v1.20.3 |
1736 | 2025-02-23T08:27:56.742Z | Checking log v0.4.22 |
1737 | 2025-02-23T08:27:56.772Z | Checking pin-project-lite v0.2.14 |
1738 | 2025-02-23T08:27:56.926Z | Checking subtle v2.6.1 |
1739 | 2025-02-23T08:27:56.962Z | Checking typenum v1.17.0 |
1740 | 2025-02-23T08:27:56.964Z | Checking libm v0.2.8 |
1741 | 2025-02-23T08:27:57.014Z | Checking ryu v1.0.18 |
1742 | 2025-02-23T08:27:57.169Z | Checking futures-core v0.3.31 |
1743 | 2025-02-23T08:27:57.254Z | Checking zerocopy v0.7.35 |
1744 | 2025-02-23T08:27:57.288Z | Checking getrandom v0.2.15 |
1745 | 2025-02-23T08:27:57.288Z | Checking signal-hook-registry v1.4.2 |
1746 | 2025-02-23T08:27:57.288Z | Checking parking_lot_core v0.9.10 |
1747 | 2025-02-23T08:27:57.378Z | Checking mio v1.0.2 |
1748 | 2025-02-23T08:27:57.534Z | Checking rand_core v0.6.4 |
1749 | 2025-02-23T08:27:57.596Z | Checking thiserror v1.0.69 |
1750 | 2025-02-23T08:27:57.671Z | Checking parking_lot v0.12.3 |
1751 | 2025-02-23T08:27:57.753Z | Checking socket2 v0.5.7 |
1752 | 2025-02-23T08:27:57.877Z | Checking allocator-api2 v0.2.18 |
1753 | 2025-02-23T08:27:57.910Z | Checking num-traits v0.2.19 |
1754 | 2025-02-23T08:27:57.998Z | Checking const-oid v0.9.6 |
1755 | 2025-02-23T08:27:58.029Z | Checking futures-io v0.3.31 |
1756 | 2025-02-23T08:27:58.054Z | Checking generic-array v0.14.7 |
1757 | 2025-02-23T08:27:58.219Z | Checking slab v0.4.9 |
1758 | 2025-02-23T08:27:58.256Z | Checking futures-sink v0.3.31 |
1759 | 2025-02-23T08:27:58.416Z | Checking cpufeatures v0.2.14 |
1760 | 2025-02-23T08:27:58.470Z | Checking equivalent v1.0.1 |
1761 | 2025-02-23T08:27:58.502Z | Checking foldhash v0.1.3 |
1762 | 2025-02-23T08:27:58.527Z | Checking iana-time-zone v0.1.61 |
1763 | 2025-02-23T08:27:58.530Z | Checking pin-utils v0.1.0 |
1764 | 2025-02-23T08:27:58.608Z | Checking futures-channel v0.3.31 |
1765 | 2025-02-23T08:27:58.659Z | Checking futures-task v0.3.31 |
1766 | 2025-02-23T08:27:58.696Z | Checking hashbrown v0.15.1 |
1767 | 2025-02-23T08:27:58.724Z | Checking fnv v1.0.7 |
1768 | 2025-02-23T08:27:58.883Z | Checking stable_deref_trait v1.2.0 |
1769 | 2025-02-23T08:27:58.930Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1770 | 2025-02-23T08:27:58.959Z | Checking futures-util v0.3.31 |
1771 | 2025-02-23T08:27:59.010Z | Checking errno v0.3.9 |
1772 | 2025-02-23T08:27:59.074Z | Checking crypto-common v0.1.6 |
1773 | 2025-02-23T08:27:59.201Z | Checking block-buffer v0.10.4 |
1774 | 2025-02-23T08:27:59.274Z | Checking dyn-clone v1.0.18 |
1775 | 2025-02-23T08:27:59.305Z | Checking tracing-core v0.1.32 |
1776 | 2025-02-23T08:27:59.437Z | Checking ppv-lite86 v0.2.20 |
1777 | 2025-02-23T08:27:59.465Z | Checking zerofrom v0.1.4 |
1778 | 2025-02-23T08:27:59.492Z | Checking crossbeam-utils v0.8.20 |
1779 | 2025-02-23T08:27:59.708Z | Checking yoke v0.7.4 |
1780 | 2025-02-23T08:27:59.736Z | Checking litemap v0.7.3 |
1781 | 2025-02-23T08:27:59.915Z | Checking digest v0.10.7 |
1782 | 2025-02-23T08:27:59.944Z | Checking tracing v0.1.40 |
1783 | 2025-02-23T08:28:00.067Z | Checking zerovec v0.10.4 |
1784 | 2025-02-23T08:28:00.095Z | Checking percent-encoding v2.3.1 |
1785 | 2025-02-23T08:28:00.138Z | Checking rand_chacha v0.3.1 |
1786 | 2025-02-23T08:28:00.197Z | Checking writeable v0.5.5 |
1787 | 2025-02-23T08:28:00.261Z | Checking block-padding v0.3.3 |
1788 | 2025-02-23T08:28:00.298Z | Checking httparse v1.9.5 |
1789 | 2025-02-23T08:28:00.326Z | Checking icu_locid_transform_data v1.5.0 |
1790 | 2025-02-23T08:28:00.444Z | Checking atomic-waker v1.1.2 |
1791 | 2025-02-23T08:28:00.482Z | Checking inout v0.1.3 |
1792 | 2025-02-23T08:28:00.531Z | Checking regex-syntax v0.8.5 |
1793 | 2025-02-23T08:28:00.534Z | Checking rand v0.8.5 |
1794 | 2025-02-23T08:28:00.594Z | Checking form_urlencoded v1.2.1 |
1795 | 2025-02-23T08:28:00.707Z | Checking cipher v0.4.4 |
1796 | 2025-02-23T08:28:00.735Z | Checking powerfmt v0.2.0 |
1797 | 2025-02-23T08:28:00.758Z | Checking bytes v1.9.0 |
1798 | 2025-02-23T08:28:00.794Z | Checking bitflags v2.6.0 |
1799 | 2025-02-23T08:28:01.017Z | Checking serde_json v1.0.139 |
1800 | 2025-02-23T08:28:01.104Z | Checking chrono v0.4.39 |
1801 | 2025-02-23T08:28:01.133Z | Checking indexmap v2.7.1 |
1802 | 2025-02-23T08:28:01.597Z | Checking tokio v1.43.0 |
1803 | 2025-02-23T08:28:01.667Z | Checking semver v1.0.25 |
1804 | 2025-02-23T08:28:01.754Z | Checking uuid v1.12.0 |
1805 | 2025-02-23T08:28:02.087Z | Checking rustix v0.38.37 |
1806 | 2025-02-23T08:28:02.347Z | Checking http v1.2.0 |
1807 | 2025-02-23T08:28:02.403Z | Checking tinystr v0.7.6 |
1808 | 2025-02-23T08:28:02.678Z | Checking icu_collections v1.5.0 |
1809 | 2025-02-23T08:28:02.753Z | Checking icu_locid v1.5.0 |
1810 | 2025-02-23T08:28:03.101Z | Checking schemars v0.8.21 |
1811 | 2025-02-23T08:28:03.307Z | Checking icu_properties_data v1.5.0 |
1812 | 2025-02-23T08:28:03.508Z | Checking untrusted v0.9.0 |
1813 | 2025-02-23T08:28:03.571Z | Checking unicode-ident v1.0.14 |
1814 | 2025-02-23T08:28:03.599Z | Checking deranged v0.3.11 |
1815 | 2025-02-23T08:28:03.678Z | Checking ring v0.17.11 |
1816 | 2025-02-23T08:28:03.747Z | Checking proc-macro2 v1.0.92 |
1817 | 2025-02-23T08:28:03.751Z | Checking icu_provider v1.5.0 |
1818 | 2025-02-23T08:28:03.799Z | Checking aho-corasick v1.1.3 |
1819 | 2025-02-23T08:28:04.446Z | Checking icu_locid_transform v1.5.0 |
1820 | 2025-02-23T08:28:04.474Z | Checking spin v0.9.8 |
1821 | 2025-02-23T08:28:04.689Z | Checking utf8_iter v1.0.4 |
1822 | 2025-02-23T08:28:04.842Z | Checking icu_normalizer_data v1.5.0 |
1823 | 2025-02-23T08:28:04.905Z | Checking write16 v1.0.0 |
1824 | 2025-02-23T08:28:04.933Z | Checking num-conv v0.1.0 |
1825 | 2025-02-23T08:28:04.960Z | Checking time-core v0.1.2 |
1826 | 2025-02-23T08:28:05.060Z | Checking num_threads v0.1.7 |
1827 | 2025-02-23T08:28:05.140Z | Checking utf16_iter v1.0.5 |
1828 | 2025-02-23T08:28:05.173Z | Checking quote v1.0.38 |
1829 | 2025-02-23T08:28:05.202Z | Checking time v0.3.36 |
1830 | 2025-02-23T08:28:05.335Z | Checking base64ct v1.6.0 |
1831 | 2025-02-23T08:28:05.365Z | Checking hmac v0.12.1 |
1832 | 2025-02-23T08:28:05.428Z | Checking regex-automata v0.4.8 |
1833 | 2025-02-23T08:28:05.464Z | Checking icu_properties v1.5.1 |
1834 | 2025-02-23T08:28:05.539Z | Checking syn v2.0.96 |
1835 | 2025-02-23T08:28:05.583Z | Checking sha2 v0.10.8 |
1836 | 2025-02-23T08:28:05.775Z | Checking adler2 v2.0.0 |
1837 | 2025-02-23T08:28:05.957Z | Checking rustls-pki-types v1.10.0 |
1838 | 2025-02-23T08:28:05.985Z | Checking miniz_oxide v0.8.0 |
1839 | 2025-02-23T08:28:06.155Z | Checking http-body v1.0.1 |
1840 | 2025-02-23T08:28:06.379Z | Checking aws-lc-sys v0.22.0 |
1841 | 2025-02-23T08:28:06.490Z | Checking untrusted v0.7.1 |
1842 | 2025-02-23T08:28:06.707Z | Checking base64 v0.22.1 |
1843 | 2025-02-23T08:28:06.749Z | Checking try-lock v0.2.5 |
1844 | 2025-02-23T08:28:06.919Z | Checking httpdate v1.0.3 |
1845 | 2025-02-23T08:28:07.189Z | Checking mirai-annotations v1.12.0 |
1846 | 2025-02-23T08:28:07.216Z | Checking want v0.3.1 |
1847 | 2025-02-23T08:28:07.390Z | Checking ahash v0.8.11 |
1848 | 2025-02-23T08:28:07.427Z | Checking pem-rfc7468 v0.7.0 |
1849 | 2025-02-23T08:28:07.591Z | Checking tower-service v0.3.3 |
1850 | 2025-02-23T08:28:07.716Z | Checking slog v2.7.0 |
1851 | 2025-02-23T08:28:07.744Z | Checking flagset v0.4.6 |
1852 | 2025-02-23T08:28:07.901Z | Checking mime v0.3.17 |
1853 | 2025-02-23T08:28:07.971Z | Checking der v0.7.9 |
1854 | 2025-02-23T08:28:08.172Z | Checking pbkdf2 v0.12.2 |
1855 | 2025-02-23T08:28:08.249Z | Checking aes v0.8.4 |
1856 | 2025-02-23T08:28:08.352Z | Checking gimli v0.31.1 |
1857 | 2025-02-23T08:28:08.424Z | Checking tokio-util v0.7.12 |
1858 | 2025-02-23T08:28:08.510Z | Checking aws-lc-rs v1.10.0 |
1859 | 2025-02-23T08:28:08.707Z | Checking icu_normalizer v1.5.0 |
1860 | 2025-02-23T08:28:09.173Z | Checking utf8parse v0.2.2 |
1861 | 2025-02-23T08:28:09.278Z | Checking h2 v0.4.6 |
1862 | 2025-02-23T08:28:09.352Z | Checking http-body-util v0.1.2 |
1863 | 2025-02-23T08:28:09.531Z | Checking idna_adapter v1.2.0 |
1864 | 2025-02-23T08:28:09.731Z | Checking idna v1.0.3 |
1865 | 2025-02-23T08:28:09.760Z | Checking spki v0.7.3 |
1866 | 2025-02-23T08:28:09.832Z | Checking cbc v0.1.2 |
1867 | 2025-02-23T08:28:09.866Z | Checking regex v1.11.1 |
1868 | 2025-02-23T08:28:10.055Z | Checking salsa20 v0.10.2 |
1869 | 2025-02-23T08:28:10.083Z | Checking object v0.36.5 |
1870 | 2025-02-23T08:28:10.220Z | Checking rustls-webpki v0.102.8 |
1871 | 2025-02-23T08:28:10.223Z | Checking url v2.5.3 |
1872 | 2025-02-23T08:28:10.289Z | Checking rustc-demangle v0.1.24 |
1873 | 2025-02-23T08:28:10.461Z | Checking scrypt v0.11.0 |
1874 | 2025-02-23T08:28:10.717Z | Checking rustls-pemfile v2.2.0 |
1875 | 2025-02-23T08:28:10.744Z | Checking lazy_static v1.5.0 |
1876 | 2025-02-23T08:28:10.884Z | Checking anstyle v1.0.10 |
1877 | 2025-02-23T08:28:10.958Z | Checking foreign-types-shared v0.1.1 |
1878 | 2025-02-23T08:28:10.999Z | Checking ipnet v2.10.1 |
1879 | 2025-02-23T08:28:11.084Z | Checking openssl-probe v0.1.5 |
1880 | 2025-02-23T08:28:11.113Z | Checking foreign-types v0.3.2 |
1881 | 2025-02-23T08:28:11.226Z | Checking pkcs5 v0.7.1 |
1882 | 2025-02-23T08:28:11.252Z | Checking futures-executor v0.3.31 |
1883 | 2025-02-23T08:28:11.279Z | Checking serde_urlencoded v0.7.1 |
1884 | 2025-02-23T08:28:11.468Z | Checking openssl-sys v0.9.106 |
1885 | 2025-02-23T08:28:11.497Z | Checking encoding_rs v0.8.34 |
1886 | 2025-02-23T08:28:11.696Z | Checking futures v0.3.31 |
1887 | 2025-02-23T08:28:11.759Z | Checking pkcs8 v0.10.2 |
1888 | 2025-02-23T08:28:11.825Z | Checking toml_datetime v0.6.8 |
1889 | 2025-02-23T08:28:11.855Z | Checking serde_spanned v0.6.8 |
1890 | 2025-02-23T08:28:12.053Z | Checking addr2line v0.24.2 |
1891 | 2025-02-23T08:28:12.084Z | Checking rustls v0.23.19 |
1892 | 2025-02-23T08:28:12.110Z | Checking anstyle-parse v0.2.5 |
1893 | 2025-02-23T08:28:12.137Z | Checking data-encoding v2.6.0 |
1894 | 2025-02-23T08:28:12.421Z | Checking colorchoice v1.0.2 |
1895 | 2025-02-23T08:28:12.587Z | Checking is_terminal_polyfill v1.70.1 |
1896 | 2025-02-23T08:28:12.589Z | Checking anstyle-query v1.1.1 |
1897 | 2025-02-23T08:28:12.651Z | Checking openssl v0.10.71 |
1898 | 2025-02-23T08:28:12.679Z | Checking terminal_size v0.4.0 |
1899 | 2025-02-23T08:28:12.737Z | Checking openapiv3 v2.0.0 |
1900 | 2025-02-23T08:28:12.739Z | Checking anstream v0.6.15 |
1901 | 2025-02-23T08:28:12.872Z | Checking sha1 v0.10.6 |
1902 | 2025-02-23T08:28:13.132Z | Checking psl-types v2.0.11 |
1903 | 2025-02-23T08:28:13.180Z | Checking strsim v0.11.1 |
1904 | 2025-02-23T08:28:13.325Z | Checking either v1.13.0 |
1905 | 2025-02-23T08:28:13.468Z | Checking clap_lex v0.7.4 |
1906 | 2025-02-23T08:28:13.725Z | Checking publicsuffix v2.3.0 |
1907 | 2025-02-23T08:28:13.752Z | Checking clap_builder v4.5.30 |
1908 | 2025-02-23T08:28:13.815Z | Checking cookie v0.18.1 |
1909 | 2025-02-23T08:28:14.022Z | Checking webpki-roots v0.26.6 |
1910 | 2025-02-23T08:28:14.232Z | Checking camino v1.1.9 |
1911 | 2025-02-23T08:28:14.273Z | Checking sync_wrapper v1.0.1 |
1912 | 2025-02-23T08:28:14.444Z | Checking is-terminal v0.4.13 |
1913 | 2025-02-23T08:28:14.598Z | Checking tower-layer v0.3.3 |
1914 | 2025-02-23T08:28:14.815Z | Checking cookie_store v0.21.1 |
1915 | 2025-02-23T08:28:14.895Z | Checking tower v0.5.2 |
1916 | 2025-02-23T08:28:15.561Z | Checking signature v2.2.0 |
1917 | 2025-02-23T08:28:15.590Z | Checking scroll v0.12.0 |
1918 | 2025-02-23T08:28:15.652Z | Checking hyper v1.5.2 |
1919 | 2025-02-23T08:28:15.778Z | Checking winnow v0.6.20 |
1920 | 2025-02-23T08:28:16.024Z | Checking plain v0.2.3 |
1921 | 2025-02-23T08:28:16.053Z | Checking backtrace v0.3.74 |
1922 | 2025-02-23T08:28:16.079Z | Checking ucd-trie v0.1.7 |
1923 | 2025-02-23T08:28:16.195Z | Checking goblin v0.8.2 |
1924 | 2025-02-23T08:28:16.302Z | Checking pest v2.7.14 |
1925 | 2025-02-23T08:28:16.658Z | Checking anyhow v1.0.96 |
1926 | 2025-02-23T08:28:16.745Z | Checking clap v4.5.30 |
1927 | 2025-02-23T08:28:16.890Z | Checking dirs-sys-next v0.1.2 |
1928 | 2025-02-23T08:28:17.057Z | Checking tinyvec_macros v0.1.1 |
1929 | 2025-02-23T08:28:17.085Z | Checking pretty-hex v0.4.1 |
1930 | 2025-02-23T08:28:17.172Z | Checking tinyvec v1.8.0 |
1931 | 2025-02-23T08:28:17.285Z | Checking dirs-next v2.0.0 |
1932 | 2025-02-23T08:28:17.347Z | Checking tokio-rustls v0.26.0 |
1933 | 2025-02-23T08:28:17.436Z | Checking crossbeam-channel v0.5.13 |
1934 | 2025-02-23T08:28:17.628Z | Checking hyper-util v0.1.10 |
1935 | 2025-02-23T08:28:17.728Z | Checking native-tls v0.2.12 |
1936 | 2025-02-23T08:28:17.757Z | Checking thread-id v4.2.2 |
1937 | 2025-02-23T08:28:17.881Z | Checking thread_local v1.1.8 |
1938 | 2025-02-23T08:28:18.047Z | Checking tokio-native-tls v0.3.1 |
1939 | 2025-02-23T08:28:18.162Z | Checking base16ct v0.2.0 |
1940 | 2025-02-23T08:28:18.191Z | Checking term v0.7.0 |
1941 | 2025-02-23T08:28:18.309Z | Checking num-integer v0.1.46 |
1942 | 2025-02-23T08:28:18.385Z | Checking sec1 v0.7.3 |
1943 | 2025-02-23T08:28:18.464Z | Checking ff v0.13.0 |
1944 | 2025-02-23T08:28:18.508Z | Checking memmap v0.7.0 |
1945 | 2025-02-23T08:28:18.635Z | Checking take_mut v0.2.2 |
1946 | 2025-02-23T08:28:18.704Z | Checking group v0.13.0 |
1947 | 2025-02-23T08:28:18.744Z | Checking slog-term v2.9.1 |
1948 | 2025-02-23T08:28:18.779Z | Checking toml_edit v0.22.22 |
1949 | 2025-02-23T08:28:18.811Z | Checking hkdf v0.12.4 |
1950 | 2025-02-23T08:28:18.814Z | Checking slog-async v2.8.0 |
1951 | 2025-02-23T08:28:18.911Z | Checking dtrace-parser v0.2.0 |
1952 | 2025-02-23T08:28:18.992Z | Checking crypto-bigint v0.5.5 |
1953 | 2025-02-23T08:28:19.038Z | Checking crc32fast v1.4.2 |
1954 | 2025-02-23T08:28:19.184Z | Checking match_cfg v0.1.0 |
1955 | 2025-02-23T08:28:19.248Z | Checking utf-8 v0.7.6 |
1956 | 2025-02-23T08:28:19.294Z | Checking static_assertions v1.1.0 |
1957 | 2025-02-23T08:28:19.322Z | Checking bitflags v1.3.2 |
1958 | 2025-02-23T08:28:19.378Z | Checking hostname v0.3.1 |
1959 | 2025-02-23T08:28:19.412Z | Checking unicode-width v0.2.0 |
1960 | 2025-02-23T08:28:19.440Z | Checking unicode-segmentation v1.12.0 |
1961 | 2025-02-23T08:28:19.471Z | Checking num-iter v0.1.45 |
1962 | 2025-02-23T08:28:19.529Z | Checking crossbeam-epoch v0.9.18 |
1963 | 2025-02-23T08:28:19.612Z | Checking hyper-rustls v0.27.3 |
1964 | 2025-02-23T08:28:19.673Z | Checking hyper-tls v0.6.0 |
1965 | 2025-02-23T08:28:19.905Z | Checking bstr v1.10.0 |
1966 | 2025-02-23T08:28:19.956Z | Checking slog-json v2.6.1 |
1967 | 2025-02-23T08:28:19.987Z | Checking rfc6979 v0.4.0 |
1968 | 2025-02-23T08:28:19.989Z | Checking reqwest v0.12.12 |
1969 | 2025-02-23T08:28:20.119Z | Checking hex v0.4.3 |
1970 | 2025-02-23T08:28:20.184Z | Checking hubpack v0.1.2 |
1971 | 2025-02-23T08:28:20.238Z | Checking managed v0.8.0 |
1972 | 2025-02-23T08:28:20.503Z | Checking winnow v0.5.40 |
1973 | 2025-02-23T08:28:20.617Z | Checking slog-bunyan v2.5.0 |
1974 | 2025-02-23T08:28:20.645Z | Checking crossbeam-deque v0.8.5 |
1975 | 2025-02-23T08:28:20.779Z | Checking num-bigint-dig v0.8.4 |
1976 | 2025-02-23T08:28:20.812Z | Checking flate2 v1.0.35 |
1977 | 2025-02-23T08:28:20.959Z | Checking pkcs1 v0.7.5 |
1978 | 2025-02-23T08:28:21.064Z | Checking dof v0.3.0 |
1979 | 2025-02-23T08:28:21.345Z | Checking toml v0.8.19 |
1980 | 2025-02-23T08:28:21.391Z | Checking rustls v0.22.4 |
1981 | 2025-02-23T08:28:21.433Z | Checking curve25519-dalek v4.1.3 |
1982 | 2025-02-23T08:28:21.710Z | Checking elliptic-curve v0.13.8 |
1983 | 2025-02-23T08:28:21.738Z | Checking usdt-impl v0.5.0 |
1984 | 2025-02-23T08:28:21.859Z | Checking zerocopy v0.6.6 |
1985 | 2025-02-23T08:28:22.052Z | Checking siphasher v0.3.11 |
1986 | 2025-02-23T08:28:22.282Z | Checking usdt v0.5.0 |
1987 | 2025-02-23T08:28:22.340Z | Checking ecdsa v0.16.9 |
1988 | 2025-02-23T08:28:22.369Z | Checking rayon-core v1.12.1 |
1989 | 2025-02-23T08:28:22.555Z | Checking unicode-normalization v0.1.24 |
1990 | 2025-02-23T08:28:22.583Z | Checking ed25519 v2.2.3 |
1991 | 2025-02-23T08:28:22.879Z | Checking rsa v0.9.6 |
1992 | 2025-02-23T08:28:22.907Z | Checking signal-hook v0.3.17 |
1993 | 2025-02-23T08:28:23.020Z | Checking debug-ignore v1.0.5 |
1994 | 2025-02-23T08:28:23.049Z | Checking quick-error v1.2.3 |
1995 | 2025-02-23T08:28:23.184Z | Checking hickory-proto v0.24.3 |
1996 | 2025-02-23T08:28:23.222Z | Checking multer v3.1.0 |
1997 | 2025-02-23T08:28:23.250Z | Checking itertools v0.10.5 |
1998 | 2025-02-23T08:28:23.297Z | Checking ed25519-dalek v2.1.1 |
1999 | 2025-02-23T08:28:23.369Z | Checking toml_edit v0.19.15 |
2000 | 2025-02-23T08:28:23.516Z | Checking x509-cert v0.2.5 |
2001 | 2025-02-23T08:28:23.623Z | Checking serde_path_to_error v0.1.16 |
2002 | 2025-02-23T08:28:23.719Z | Checking waitgroup v0.1.2 |
2003 | 2025-02-23T08:28:23.879Z | Checking memoffset v0.9.1 |
2004 | 2025-02-23T08:28:23.881Z | Checking bzip2-sys v0.1.11+1.0.8 |
2005 | 2025-02-23T08:28:24.002Z | Checking async-stream v0.3.6 |
2006 | 2025-02-23T08:28:24.040Z | Checking hostname v0.4.0 |
2007 | 2025-02-23T08:28:24.193Z | Checking bit-vec v0.6.3 |
2008 | 2025-02-23T08:28:24.220Z | Checking bzip2 v0.4.4 |
2009 | 2025-02-23T08:28:24.245Z | Checking signal-hook-mio v0.2.4 |
2010 | 2025-02-23T08:28:24.404Z | Checking console v0.15.10 |
2011 | 2025-02-23T08:28:24.508Z | Checking hash32 v0.2.1 |
2012 | 2025-02-23T08:28:24.537Z | Checking bit-set v0.5.3 |
2013 | 2025-02-23T08:28:24.783Z | Checking tokio-rustls v0.25.0 |
2014 | 2025-02-23T08:28:24.818Z | Checking unicode-properties v0.1.3 |
2015 | 2025-02-23T08:28:24.846Z | Checking linked-hash-map v0.5.6 |
2016 | 2025-02-23T08:28:24.970Z | Checking unicode-bidi v0.3.17 |
2017 | 2025-02-23T08:28:25.037Z | Checking predicates-core v1.0.8 |
2018 | 2025-02-23T08:28:25.158Z | Checking lru-cache v0.1.2 |
2019 | 2025-02-23T08:28:25.187Z | Checking dropshot v0.12.0 |
2020 | 2025-02-23T08:28:25.216Z | Checking heapless v0.7.17 |
2021 | 2025-02-23T08:28:25.249Z | Checking crossterm v0.28.1 |
2022 | 2025-02-23T08:28:25.306Z | Checking rayon v1.10.0 |
2023 | 2025-02-23T08:28:25.356Z | Checking phf_shared v0.11.2 |
2024 | 2025-02-23T08:28:25.578Z | Checking stringprep v0.1.5 |
2025 | 2025-02-23T08:28:25.642Z | Checking similar v2.6.0 |
2026 | 2025-02-23T08:28:25.867Z | Checking toml v0.7.8 |
2027 | 2025-02-23T08:28:25.889Z | Checking itertools v0.14.0 |
2028 | 2025-02-23T08:28:26.163Z | Checking tokio-stream v0.1.16 |
2029 | 2025-02-23T08:28:26.484Z | Checking newtype-uuid v1.2.1 |
2030 | 2025-02-23T08:28:26.561Z | Checking md-5 v0.10.6 |
2031 | 2025-02-23T08:28:26.750Z | Checking float-cmp v0.10.0 |
2032 | 2025-02-23T08:28:26.808Z | Checking normalize-line-endings v0.3.0 |
2033 | 2025-02-23T08:28:26.949Z | Checking difflib v0.4.0 |
2034 | 2025-02-23T08:28:26.973Z | Checking fallible-iterator v0.2.0 |
2035 | 2025-02-23T08:28:27.003Z | Checking smoltcp v0.9.1 |
2036 | 2025-02-23T08:28:27.006Z | Checking phf v0.11.2 |
2037 | 2025-02-23T08:28:27.308Z | Checking predicates v3.1.3 |
2038 | 2025-02-23T08:28:27.311Z | Checking zip v0.6.6 |
2039 | 2025-02-23T08:28:27.543Z | Checking postgres-protocol v0.6.7 |
2040 | 2025-02-23T08:28:27.779Z | Checking nix v0.29.0 |
2041 | 2025-02-23T08:28:27.962Z | Checking resolv-conf v0.7.0 |
2042 | 2025-02-23T08:28:28.032Z | Checking phf_shared v0.10.0 |
2043 | 2025-02-23T08:28:28.223Z | Checking tungstenite v0.24.0 |
2044 | 2025-02-23T08:28:28.300Z | Checking fs-err v2.11.0 |
2045 | 2025-02-23T08:28:28.338Z | Checking serde-big-array v0.5.1 |
2046 | 2025-02-23T08:28:28.364Z | Checking portable-atomic v1.9.0 |
2047 | 2025-02-23T08:28:28.446Z | Checking fixedbitset v0.4.2 |
2048 | 2025-02-23T08:28:28.562Z | Checking lalrpop-util v0.19.12 |
2049 | 2025-02-23T08:28:28.722Z | Checking new_debug_unreachable v1.0.6 |
2050 | 2025-02-23T08:28:28.750Z | Checking number_prefix v0.4.0 |
2051 | 2025-02-23T08:28:28.839Z | Checking minimal-lexical v0.2.1 |
2052 | 2025-02-23T08:28:28.870Z | Checking precomputed-hash v0.1.1 |
2053 | 2025-02-23T08:28:28.875Z | Checking petgraph v0.6.5 |
2054 | 2025-02-23T08:28:28.915Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2055 | 2025-02-23T08:28:28.947Z | Checking hickory-resolver v0.24.3 |
2056 | 2025-02-23T08:28:28.997Z | Checking string_cache v0.8.7 |
2057 | 2025-02-23T08:28:29.086Z | Checking tokio-tungstenite v0.24.0 |
2058 | 2025-02-23T08:28:29.089Z | Checking postgres-types v0.2.8 |
2059 | 2025-02-23T08:28:29.238Z | Checking nom v7.1.3 |
2060 | 2025-02-23T08:28:29.290Z | Checking itertools v0.12.1 |
2061 | 2025-02-23T08:28:29.338Z | Checking indicatif v0.17.11 |
2062 | 2025-02-23T08:28:29.568Z | Checking whoami v1.5.2 |
2063 | 2025-02-23T08:28:29.787Z | Checking peg-runtime v0.8.3 |
2064 | 2025-02-23T08:28:29.882Z | Checking tokio-postgres v0.7.12 |
2065 | 2025-02-23T08:28:30.098Z | Compiling hashbrown v0.14.5 |
2066 | 2025-02-23T08:28:30.197Z | Compiling thiserror v2.0.11 |
2067 | 2025-02-23T08:28:30.539Z | Checking qorb v0.2.1 |
2068 | 2025-02-23T08:28:31.218Z | Compiling regress v0.10.1 |
2069 | 2025-02-23T08:28:31.250Z | Compiling thiserror-impl v2.0.11 |
2070 | 2025-02-23T08:28:31.645Z | Compiling ident_case v1.0.1 |
2071 | 2025-02-23T08:28:31.852Z | Compiling darling_core v0.20.10 |
2072 | 2025-02-23T08:28:31.925Z | Compiling unsafe-libyaml v0.2.11 |
2073 | 2025-02-23T08:28:32.850Z | Checking heck v0.5.0 |
2074 | 2025-02-23T08:28:33.062Z | Checking fastrand v2.1.1 |
2075 | 2025-02-23T08:28:33.090Z | Checking ipnetwork v0.21.1 |
2076 | 2025-02-23T08:28:33.409Z | Compiling serde_yaml v0.9.34+deprecated |
2077 | 2025-02-23T08:28:33.478Z | Checking progenitor-client v0.9.1 |
2078 | 2025-02-23T08:28:33.722Z | Compiling structmeta-derive v0.3.0 |
2079 | 2025-02-23T08:28:33.885Z | Compiling daft-derive v0.1.1 |
2080 | 2025-02-23T08:28:34.232Z | Checking strum v0.26.3 |
2081 | 2025-02-23T08:28:34.421Z | Checking oxnet v0.1.0 |
2082 | 2025-02-23T08:28:34.593Z | Compiling dropshot v0.15.1 |
2083 | 2025-02-23T08:28:34.816Z | Checking macaddr v1.0.1 |
2084 | 2025-02-23T08:28:35.010Z | Compiling typify-impl v0.2.0 |
2085 | 2025-02-23T08:28:35.166Z | Compiling dropshot_endpoint v0.15.1 |
2086 | 2025-02-23T08:28:35.345Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2087 | 2025-02-23T08:28:35.963Z | Checking tempfile v3.13.0 |
2088 | 2025-02-23T08:28:36.115Z | Checking progenitor-client v0.8.0 |
2089 | 2025-02-23T08:28:36.358Z | Checking instant v0.1.13 |
2090 | 2025-02-23T08:28:36.383Z | Compiling structmeta v0.3.0 |
2091 | 2025-02-23T08:28:36.443Z | Checking daft v0.1.1 |
2092 | 2025-02-23T08:28:36.490Z | Checking regress v0.9.1 |
2093 | 2025-02-23T08:28:36.822Z | Compiling parse-display-derive v0.10.0 |
2094 | 2025-02-23T08:28:36.863Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2025-02-23T08:28:36.929Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2096 | 2025-02-23T08:28:37.363Z | Checking backoff v0.4.0 |
2097 | 2025-02-23T08:28:37.678Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2098 | 2025-02-23T08:28:37.704Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2099 | 2025-02-23T08:28:37.749Z | Compiling darling_macro v0.20.10 |
2100 | 2025-02-23T08:28:37.837Z | Checking wait-timeout v0.2.0 |
2101 | 2025-02-23T08:28:37.869Z | Checking rand_xorshift v0.3.0 |
2102 | 2025-02-23T08:28:38.037Z | Checking rusty-fork v0.3.0 |
2103 | 2025-02-23T08:28:38.066Z | Checking unarray v0.1.4 |
2104 | 2025-02-23T08:28:38.256Z | Compiling test-strategy v0.4.0 |
2105 | 2025-02-23T08:28:38.365Z | Checking proptest v1.5.0 |
2106 | 2025-02-23T08:28:38.682Z | Compiling darling v0.20.10 |
2107 | 2025-02-23T08:28:38.821Z | Compiling serde_with_macros v3.11.0 |
2108 | 2025-02-23T08:28:39.081Z | Checking camino-tempfile v1.1.1 |
2109 | 2025-02-23T08:28:39.394Z | Checking unicode-width v0.1.14 |
2110 | 2025-02-23T08:28:39.889Z | Compiling proc-macro-error v1.0.4 |
2111 | 2025-02-23T08:28:39.940Z | Compiling proc-macro-crate v1.3.1 |
2112 | 2025-02-23T08:28:40.510Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2113 | 2025-02-23T08:28:40.833Z | Checking parse-display v0.10.0 |
2114 | 2025-02-23T08:28:40.858Z | Compiling num_enum_derive v0.5.11 |
2115 | 2025-02-23T08:28:40.915Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2116 | 2025-02-23T08:28:41.098Z | Checking tabwriter v1.4.0 |
2117 | 2025-02-23T08:28:41.283Z | Compiling foreign-types-macros v0.2.3 |
2118 | 2025-02-23T08:28:41.309Z | Checking serde_with v3.11.0 |
2119 | 2025-02-23T08:28:41.346Z | Checking foreign-types-shared v0.3.1 |
2120 | 2025-02-23T08:28:41.742Z | Checking cstr-argument v0.1.2 |
2121 | 2025-02-23T08:28:41.889Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2122 | 2025-02-23T08:28:41.957Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2123 | 2025-02-23T08:28:42.287Z | Checking pretty-hex v0.2.1 |
2124 | 2025-02-23T08:28:42.534Z | Checking colored v2.1.0 |
2125 | 2025-02-23T08:28:42.565Z | Checking foreign-types v0.5.0 |
2126 | 2025-02-23T08:28:42.685Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2127 | 2025-02-23T08:28:42.758Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2128 | 2025-02-23T08:28:42.892Z | Checking smf v0.2.3 |
2129 | 2025-02-23T08:28:42.921Z | Checking itertools v0.13.0 |
2130 | 2025-02-23T08:28:43.027Z | Checking base64 v0.21.7 |
2131 | 2025-02-23T08:28:43.030Z | Compiling typify-impl v0.3.0 |
2132 | 2025-02-23T08:28:43.172Z | Checking num_enum v0.5.11 |
2133 | 2025-02-23T08:28:43.361Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2134 | 2025-02-23T08:28:43.389Z | Compiling crucible-workspace-hack v0.1.0 |
2135 | 2025-02-23T08:28:43.431Z | Checking atomicwrites v0.4.4 |
2136 | 2025-02-23T08:28:43.494Z | Compiling zerocopy v0.8.10 |
2137 | 2025-02-23T08:28:44.295Z | Compiling zerocopy-derive v0.8.10 |
2138 | 2025-02-23T08:28:44.418Z | Compiling heapless v0.8.0 |
2139 | 2025-02-23T08:28:45.011Z | Checking termtree v0.4.1 |
2140 | 2025-02-23T08:28:45.254Z | Checking predicates-tree v1.0.11 |
2141 | 2025-02-23T08:28:45.450Z | Checking hash32 v0.3.1 |
2142 | 2025-02-23T08:28:45.560Z | Compiling smoltcp v0.11.0 |
2143 | 2025-02-23T08:28:45.646Z | Checking cobs v0.2.3 |
2144 | 2025-02-23T08:28:45.865Z | Checking postcard v1.0.10 |
2145 | 2025-02-23T08:28:46.223Z | Checking sigpipe v0.1.3 |
2146 | 2025-02-23T08:28:46.292Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2147 | 2025-02-23T08:28:46.359Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2148 | 2025-02-23T08:28:46.424Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2149 | 2025-02-23T08:28:46.541Z | Compiling mockall_derive v0.13.1 |
2150 | 2025-02-23T08:28:46.650Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2151 | 2025-02-23T08:28:46.704Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2152 | 2025-02-23T08:28:46.928Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2153 | 2025-02-23T08:28:47.167Z | Compiling zone_cfg_derive v0.3.0 |
2154 | 2025-02-23T08:28:47.321Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2155 | 2025-02-23T08:28:47.677Z | Compiling num-derive v0.4.2 |
2156 | 2025-02-23T08:28:48.578Z | Checking fragile v2.0.0 |
2157 | 2025-02-23T08:28:48.872Z | Checking downcast v0.11.0 |
2158 | 2025-02-23T08:28:49.103Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2159 | 2025-02-23T08:28:49.311Z | Compiling typify-macro v0.2.0 |
2160 | 2025-02-23T08:28:49.454Z | Checking zone v0.3.0 |
2161 | 2025-02-23T08:28:49.529Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2162 | 2025-02-23T08:28:49.748Z | Checking tungstenite v0.21.0 |
2163 | 2025-02-23T08:28:49.781Z | Compiling convert_case v0.4.0 |
2164 | 2025-02-23T08:28:49.937Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2165 | 2025-02-23T08:28:50.269Z | Checking newline-converter v0.3.0 |
2166 | 2025-02-23T08:28:50.407Z | Checking same-file v1.0.6 |
2167 | 2025-02-23T08:28:50.460Z | Checking expectorate v1.1.0 |
2168 | 2025-02-23T08:28:50.571Z | Compiling derive_more v0.99.19 |
2169 | 2025-02-23T08:28:50.615Z | Checking walkdir v2.5.0 |
2170 | 2025-02-23T08:28:50.647Z | Checking arc-swap v1.7.1 |
2171 | 2025-02-23T08:28:50.673Z | Checking tokio-tungstenite v0.21.0 |
2172 | 2025-02-23T08:28:50.908Z | Checking xattr v1.3.1 |
2173 | 2025-02-23T08:28:51.088Z | Checking slog-scope v4.4.0 |
2174 | 2025-02-23T08:28:51.131Z | Checking filetime v0.2.25 |
2175 | 2025-02-23T08:28:51.190Z | Checking num-rational v0.4.2 |
2176 | 2025-02-23T08:28:51.306Z | Checking slog-stdlog v4.1.1 |
2177 | 2025-02-23T08:28:51.348Z | Checking tar v0.4.42 |
2178 | 2025-02-23T08:28:51.495Z | Checking slog-envlogger v2.2.0 |
2179 | 2025-02-23T08:28:51.796Z | Checking num-complex v0.4.6 |
2180 | 2025-02-23T08:28:51.875Z | Checking float-ord v0.3.2 |
2181 | 2025-02-23T08:28:52.054Z | Checking indent_write v2.2.0 |
2182 | 2025-02-23T08:28:52.241Z | Compiling cancel-safe-futures v0.1.5 |
2183 | 2025-02-23T08:28:52.270Z | Checking swrite v0.1.0 |
2184 | 2025-02-23T08:28:52.415Z | Compiling owo-colors v4.1.0 |
2185 | 2025-02-23T08:28:52.613Z | Checking num v0.4.3 |
2186 | 2025-02-23T08:28:52.726Z | Checking libsw v3.3.1 |
2187 | 2025-02-23T08:28:52.945Z | Compiling typify v0.2.0 |
2188 | 2025-02-23T08:28:53.092Z | Compiling progenitor-impl v0.8.0 |
2189 | 2025-02-23T08:28:53.123Z | Checking pem v3.0.4 |
2190 | 2025-02-23T08:28:53.282Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2191 | 2025-02-23T08:28:53.420Z | Checking password-hash v0.5.0 |
2192 | 2025-02-23T08:28:53.906Z | Checking blake2 v0.10.6 |
2193 | 2025-02-23T08:28:53.909Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2194 | 2025-02-23T08:28:54.180Z | Checking mockall v0.13.1 |
2195 | 2025-02-23T08:28:54.336Z | Checking linear-map v1.2.0 |
2196 | 2025-02-23T08:28:54.401Z | Checking argon2 v0.5.3 |
2197 | 2025-02-23T08:28:54.432Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2198 | 2025-02-23T08:28:54.664Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2199 | 2025-02-23T08:28:55.097Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2200 | 2025-02-23T08:28:55.151Z | Compiling lzma-sys v0.1.20 |
2201 | 2025-02-23T08:28:55.251Z | Checking headers-core v0.3.0 |
2202 | 2025-02-23T08:28:55.426Z | Compiling heck v0.3.3 |
2203 | 2025-02-23T08:28:55.451Z | Checking headers v0.4.0 |
2204 | 2025-02-23T08:28:55.803Z | Compiling zone_cfg_derive v0.1.2 |
2205 | 2025-02-23T08:28:56.018Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2206 | 2025-02-23T08:28:56.134Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2207 | 2025-02-23T08:28:56.456Z | Checking yasna v0.5.2 |
2208 | 2025-02-23T08:28:56.503Z | Checking base64 v0.13.1 |
2209 | 2025-02-23T08:28:56.968Z | Checking highway v1.2.0 |
2210 | 2025-02-23T08:28:57.158Z | Checking ron v0.7.1 |
2211 | 2025-02-23T08:28:57.227Z | Checking zone v0.1.8 |
2212 | 2025-02-23T08:28:57.262Z | Compiling typify-macro v0.3.0 |
2213 | 2025-02-23T08:28:57.351Z | Checking rcgen v0.12.1 |
2214 | 2025-02-23T08:28:57.385Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2215 | 2025-02-23T08:28:57.417Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2216 | 2025-02-23T08:28:57.892Z | Checking xz2 v0.1.7 |
2217 | 2025-02-23T08:28:57.921Z | Checking subprocess v0.2.9 |
2218 | 2025-02-23T08:28:58.019Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2219 | 2025-02-23T08:28:58.206Z | Checking humantime v2.1.0 |
2220 | 2025-02-23T08:28:58.266Z | Compiling semver v0.1.20 |
2221 | 2025-02-23T08:28:58.415Z | Checking prettyplease v0.2.29 |
2222 | 2025-02-23T08:28:58.489Z | Checking half v2.4.1 |
2223 | 2025-02-23T08:28:58.514Z | Checking ciborium-io v0.2.2 |
2224 | 2025-02-23T08:28:58.651Z | Compiling rustc_version v0.1.7 |
2225 | 2025-02-23T08:28:58.929Z | Checking ciborium-ll v0.2.2 |
2226 | 2025-02-23T08:28:59.105Z | Compiling newtype_derive v0.1.6 |
2227 | 2025-02-23T08:28:59.159Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2228 | 2025-02-23T08:28:59.229Z | Checking ciborium v0.2.2 |
2229 | 2025-02-23T08:28:59.656Z | Checking steno v0.4.1 |
2230 | 2025-02-23T08:28:59.999Z | Compiling progenitor-macro v0.8.0 |
2231 | 2025-02-23T08:29:00.888Z | Compiling typify v0.3.0 |
2232 | 2025-02-23T08:29:01.045Z | Compiling progenitor-impl v0.9.1 |
2233 | 2025-02-23T08:29:02.902Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2234 | 2025-02-23T08:29:03.124Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2235 | 2025-02-23T08:29:03.147Z | Compiling slog-dtrace v0.3.0 |
2236 | 2025-02-23T08:29:03.470Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2237 | 2025-02-23T08:29:03.556Z | Checking display-error-chain v0.2.2 |
2238 | 2025-02-23T08:29:03.736Z | Checking gethostname v0.5.0 |
2239 | 2025-02-23T08:29:03.890Z | Checking nibble_vec v0.1.0 |
2240 | 2025-02-23T08:29:03.981Z | Compiling blake3 v1.5.4 |
2241 | 2025-02-23T08:29:04.029Z | Checking endian-type v0.1.2 |
2242 | 2025-02-23T08:29:04.055Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2243 | 2025-02-23T08:29:04.098Z | Checking keccak v0.1.5 |
2244 | 2025-02-23T08:29:04.254Z | Checking radix_trie v0.2.1 |
2245 | 2025-02-23T08:29:04.456Z | Checking sha3 v0.10.8 |
2246 | 2025-02-23T08:29:04.690Z | Checking bytecount v0.6.8 |
2247 | 2025-02-23T08:29:04.863Z | Checking universal-hash v0.5.1 |
2248 | 2025-02-23T08:29:04.887Z | Checking secrecy v0.8.0 |
2249 | 2025-02-23T08:29:05.070Z | Checking opaque-debug v0.3.1 |
2250 | 2025-02-23T08:29:05.094Z | Checking aead v0.5.2 |
2251 | 2025-02-23T08:29:05.178Z | Checking poly1305 v0.8.0 |
2252 | 2025-02-23T08:29:05.204Z | Checking chacha20 v0.9.1 |
2253 | 2025-02-23T08:29:05.607Z | Compiling memmap2 v0.9.5 |
2254 | 2025-02-23T08:29:05.708Z | Compiling arrayref v0.3.9 |
2255 | 2025-02-23T08:29:05.841Z | Compiling constant_time_eq v0.3.1 |
2256 | 2025-02-23T08:29:06.003Z | Compiling arrayvec v0.7.6 |
2257 | 2025-02-23T08:29:06.038Z | Compiling toolchain_find v0.4.0 |
2258 | 2025-02-23T08:29:06.217Z | Compiling thiserror-impl-no-std v2.0.2 |
2259 | 2025-02-23T08:29:06.538Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2260 | 2025-02-23T08:29:06.671Z | Compiling topological-sort v0.2.2 |
2261 | 2025-02-23T08:29:06.780Z | Compiling rustfmt-wrapper v0.2.1 |
2262 | 2025-02-23T08:29:06.940Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2263 | 2025-02-23T08:29:07.219Z | Compiling omicron-zone-package v0.12.0 |
2264 | 2025-02-23T08:29:07.336Z | Checking chacha20poly1305 v0.10.1 |
2265 | 2025-02-23T08:29:07.379Z | Compiling async-recursion v1.1.1 |
2266 | 2025-02-23T08:29:07.551Z | Checking fxhash v0.2.1 |
2267 | 2025-02-23T08:29:07.593Z | Checking simd-adler32 v0.3.7 |
2268 | 2025-02-23T08:29:07.745Z | Checking bumpalo v3.16.0 |
2269 | 2025-02-23T08:29:07.800Z | Compiling progenitor-macro v0.9.1 |
2270 | 2025-02-23T08:29:07.976Z | Checking lockfree-object-pool v0.1.6 |
2271 | 2025-02-23T08:29:08.119Z | Compiling zip v2.1.3 |
2272 | 2025-02-23T08:29:08.252Z | Checking zopfli v0.8.1 |
2273 | 2025-02-23T08:29:08.415Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2274 | 2025-02-23T08:29:08.527Z | Checking termcolor v1.4.1 |
2275 | 2025-02-23T08:29:08.853Z | Checking maplit v1.0.2 |
2276 | 2025-02-23T08:29:08.882Z | Compiling radium v0.7.0 |
2277 | 2025-02-23T08:29:08.938Z | Compiling const_format_proc_macros v0.2.34 |
2278 | 2025-02-23T08:29:09.011Z | Checking thiserror-no-std v2.0.2 |
2279 | 2025-02-23T08:29:09.035Z | Checking tap v1.0.1 |
2280 | 2025-02-23T08:29:09.116Z | Checking vsss-rs v3.3.4 |
2281 | 2025-02-23T08:29:09.184Z | Compiling maybe-uninit v2.0.0 |
2282 | 2025-02-23T08:29:09.807Z | Checking wyz v0.5.1 |
2283 | 2025-02-23T08:29:09.830Z | Checking home v0.5.9 |
2284 | 2025-02-23T08:29:10.003Z | Compiling packed_struct v0.10.1 |
2285 | 2025-02-23T08:29:10.030Z | Checking crc-catalog v2.4.0 |
2286 | 2025-02-23T08:29:10.196Z | Checking funty v2.0.0 |
2287 | 2025-02-23T08:29:10.198Z | Checking crc v3.2.1 |
2288 | 2025-02-23T08:29:10.608Z | Checking kstat-rs v0.2.4 |
2289 | 2025-02-23T08:29:10.652Z | Compiling packed_struct_codegen v0.10.1 |
2290 | 2025-02-23T08:29:10.828Z | Checking const_format v0.2.34 |
2291 | 2025-02-23T08:29:10.959Z | Compiling vte_generate_state_changes v0.1.2 |
2292 | 2025-02-23T08:29:11.025Z | Checking bitvec v1.0.1 |
2293 | 2025-02-23T08:29:11.298Z | Compiling indexmap v1.9.3 |
2294 | 2025-02-23T08:29:11.611Z | Checking nodrop v0.1.14 |
2295 | 2025-02-23T08:29:11.726Z | Compiling libefi-sys v0.1.0 |
2296 | 2025-02-23T08:29:11.821Z | Checking array-init v0.0.4 |
2297 | 2025-02-23T08:29:11.858Z | Checking progenitor v0.8.0 |
2298 | 2025-02-23T08:29:12.097Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2299 | 2025-02-23T08:29:12.126Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2300 | 2025-02-23T08:29:12.789Z | Checking vte v0.11.1 |
2301 | 2025-02-23T08:29:12.815Z | Checking smallvec v0.6.14 |
2302 | 2025-02-23T08:29:13.196Z | Checking fd-lock v4.0.2 |
2303 | 2025-02-23T08:29:13.300Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2304 | 2025-02-23T08:29:13.414Z | Compiling bitfield-struct v0.6.2 |
2305 | 2025-02-23T08:29:13.730Z | Checking bitfield v0.14.0 |
2306 | 2025-02-23T08:29:14.035Z | Checking hashbrown v0.12.3 |
2307 | 2025-02-23T08:29:14.249Z | Checking strip-ansi-escapes v0.2.0 |
2308 | 2025-02-23T08:29:14.555Z | Checking serde-hex v0.1.0 |
2309 | 2025-02-23T08:29:14.752Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2310 | 2025-02-23T08:29:15.632Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2311 | 2025-02-23T08:29:15.749Z | Checking env_logger v0.10.2 |
2312 | 2025-02-23T08:29:15.919Z | Checking ron v0.8.1 |
2313 | 2025-02-23T08:29:16.183Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2314 | 2025-02-23T08:29:16.303Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2315 | 2025-02-23T08:29:16.503Z | Checking hashbrown v0.13.2 |
2316 | 2025-02-23T08:29:16.950Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2317 | 2025-02-23T08:29:17.205Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2318 | 2025-02-23T08:29:17.315Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2025-02-23T08:29:17.349Z | Checking crc-any v2.5.0 |
2320 | 2025-02-23T08:29:17.447Z | Checking nu-ansi-term v0.50.1 |
2321 | 2025-02-23T08:29:17.881Z | Checking reedline v0.35.0 |
2322 | 2025-02-23T08:29:18.620Z | Checking object v0.30.4 |
2323 | 2025-02-23T08:29:18.750Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2324 | 2025-02-23T08:29:19.215Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2025-02-23T08:29:19.651Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2326 | 2025-02-23T08:29:19.750Z | Checking nanorand v0.7.0 |
2327 | 2025-02-23T08:29:19.847Z | Checking progenitor v0.9.1 |
2328 | 2025-02-23T08:29:20.050Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2329 | 2025-02-23T08:29:20.112Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2330 | 2025-02-23T08:29:20.161Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2331 | 2025-02-23T08:29:20.394Z | Checking path-slash v0.1.5 |
2332 | 2025-02-23T08:29:20.562Z | Compiling parking_lot_core v0.8.6 |
2333 | 2025-02-23T08:29:21.063Z | Checking flume v0.11.1 |
2334 | 2025-02-23T08:29:21.975Z | Compiling phf_generator v0.11.2 |
2335 | 2025-02-23T08:29:22.192Z | Checking glob v0.3.2 |
2336 | 2025-02-23T08:29:22.550Z | Compiling phf_codegen v0.11.2 |
2337 | 2025-02-23T08:29:22.793Z | Checking parking_lot v0.11.2 |
2338 | 2025-02-23T08:29:23.168Z | Checking papergrid v0.11.0 |
2339 | 2025-02-23T08:29:24.022Z | Compiling tabled_derive v0.7.0 |
2340 | 2025-02-23T08:29:24.506Z | Compiling parse-zoneinfo v0.3.1 |
2341 | 2025-02-23T08:29:24.691Z | Compiling cfg_aliases v0.1.1 |
2342 | 2025-02-23T08:29:24.821Z | Compiling nix v0.28.0 |
2343 | 2025-02-23T08:29:25.603Z | Compiling chrono-tz-build v0.4.0 |
2344 | 2025-02-23T08:29:25.628Z | Checking sled v0.34.7 |
2345 | 2025-02-23T08:29:26.165Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2346 | 2025-02-23T08:29:26.240Z | Checking tabled v0.15.0 |
2347 | 2025-02-23T08:29:26.750Z | Checking hickory-client v0.24.3 |
2348 | 2025-02-23T08:29:27.322Z | Checking hickory-server v0.24.3 |
2349 | 2025-02-23T08:29:27.383Z | Compiling chrono-tz v0.10.1 |
2350 | 2025-02-23T08:29:28.106Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2351 | 2025-02-23T08:29:28.409Z | Compiling unicase v2.7.0 |
2352 | 2025-02-23T08:29:28.804Z | Compiling buf-list v1.0.3 |
2353 | 2025-02-23T08:29:29.099Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2354 | 2025-02-23T08:29:29.448Z | Compiling peg-macros v0.8.4 |
2355 | 2025-02-23T08:29:29.955Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2356 | 2025-02-23T08:29:30.235Z | Compiling sqlparser_derive v0.2.2 |
2357 | 2025-02-23T08:29:31.277Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2358 | 2025-02-23T08:29:31.638Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2359 | 2025-02-23T08:29:31.638Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2360 | 2025-02-23T08:29:31.790Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2361 | 2025-02-23T08:29:32.804Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2362 | 2025-02-23T08:29:33.752Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2363 | 2025-02-23T08:29:34.146Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2364 | 2025-02-23T08:29:34.588Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2365 | 2025-02-23T08:29:34.781Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2366 | 2025-02-23T08:29:35.059Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2367 | 2025-02-23T08:29:35.185Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2368 | 2025-02-23T08:29:35.605Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2369 | 2025-02-23T08:29:35.733Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2370 | 2025-02-23T08:29:36.721Z | Checking unicode_categories v0.1.1 |
2371 | 2025-02-23T08:29:36.948Z | Checking peg v0.8.4 |
2372 | 2025-02-23T08:29:36.948Z | Checking rustyline v14.0.0 |
2373 | 2025-02-23T08:29:36.948Z | Checking sqlformat v0.2.6 |
2374 | 2025-02-23T08:29:37.230Z | Checking sqlparser v0.45.0 |
2375 | 2025-02-23T08:29:38.521Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2376 | 2025-02-23T08:29:40.113Z | Checking bcs v0.1.6 |
2377 | 2025-02-23T08:29:40.209Z | Checking termtree v0.5.1 |
2378 | 2025-02-23T08:29:40.573Z | Checking primeorder v0.13.6 |
2379 | 2025-02-23T08:29:40.824Z | Compiling mime_guess v2.0.5 |
2380 | 2025-02-23T08:29:41.019Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2381 | 2025-02-23T08:29:41.302Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2382 | 2025-02-23T08:29:41.557Z | Checking http-range v0.1.5 |
2383 | 2025-02-23T08:29:41.780Z | Checking atty v0.2.14 |
2384 | 2025-02-23T08:29:41.933Z | Compiling salty v0.3.0 |
2385 | 2025-02-23T08:29:41.993Z | Checking p384 v0.13.0 |
2386 | 2025-02-23T08:29:42.409Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2387 | 2025-02-23T08:29:42.928Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2388 | 2025-02-23T08:29:42.956Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2389 | 2025-02-23T08:29:43.089Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2390 | 2025-02-23T08:29:43.151Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2391 | 2025-02-23T08:29:43.592Z | Checking hyper-staticfile v0.10.1 |
2392 | 2025-02-23T08:29:43.863Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2393 | 2025-02-23T08:29:44.141Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2394 | 2025-02-23T08:29:44.516Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2395 | 2025-02-23T08:29:45.506Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2396 | 2025-02-23T08:29:45.853Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2397 | 2025-02-23T08:29:45.885Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2398 | 2025-02-23T08:29:46.108Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2399 | 2025-02-23T08:29:46.305Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2400 | 2025-02-23T08:29:46.396Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2401 | 2025-02-23T08:29:46.500Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2402 | 2025-02-23T08:29:46.915Z | Compiling dsl_auto_type v0.1.2 |
2403 | 2025-02-23T08:29:47.045Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2404 | 2025-02-23T08:29:48.158Z | Checking scheduled-thread-pool v0.2.7 |
2405 | 2025-02-23T08:29:48.265Z | Checking env_filter v0.1.2 |
2406 | 2025-02-23T08:29:48.286Z | Compiling diesel_table_macro_syntax v0.2.0 |
2407 | 2025-02-23T08:29:48.385Z | Compiling crunchy v0.2.2 |
2408 | 2025-02-23T08:29:48.504Z | Checking env_logger v0.11.5 |
2409 | 2025-02-23T08:29:48.667Z | Compiling diesel_derives v2.2.3 |
2410 | 2025-02-23T08:29:48.842Z | Checking r2d2 v0.8.10 |
2411 | 2025-02-23T08:29:48.911Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2025-02-23T08:29:49.049Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2413 | 2025-02-23T08:29:49.187Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2414 | 2025-02-23T08:29:49.512Z | Compiling tiny-keccak v2.0.2 |
2415 | 2025-02-23T08:29:49.575Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2416 | 2025-02-23T08:29:49.906Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2417 | 2025-02-23T08:29:50.013Z | Compiling ref-cast v1.0.23 |
2418 | 2025-02-23T08:29:50.862Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2419 | 2025-02-23T08:29:51.294Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2420 | 2025-02-23T08:29:51.813Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2421 | 2025-02-23T08:29:51.924Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2422 | 2025-02-23T08:29:52.697Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2423 | 2025-02-23T08:29:52.780Z | Compiling ascii-canvas v3.0.0 |
2424 | 2025-02-23T08:29:53.052Z | Compiling ena v0.14.3 |
2425 | 2025-02-23T08:29:53.278Z | Compiling ref-cast-impl v1.0.23 |
2426 | 2025-02-23T08:29:53.484Z | Compiling diff v0.1.13 |
2427 | 2025-02-23T08:29:53.631Z | Compiling regex-syntax v0.6.29 |
2428 | 2025-02-23T08:29:54.096Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2429 | 2025-02-23T08:29:54.574Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2430 | 2025-02-23T08:29:54.797Z | Compiling pin-project-internal v1.1.6 |
2431 | 2025-02-23T08:29:54.975Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2432 | 2025-02-23T08:29:55.303Z | Compiling derive_builder_core v0.20.2 |
2433 | 2025-02-23T08:29:56.484Z | Compiling libxml v0.3.3 |
2434 | 2025-02-23T08:29:56.952Z | Compiling lalrpop v0.19.12 |
2435 | 2025-02-23T08:29:57.364Z | Checking pin-project v1.1.6 |
2436 | 2025-02-23T08:29:57.472Z | Compiling derive_builder_macro v0.20.2 |
2437 | 2025-02-23T08:29:57.522Z | Checking signal-hook-tokio v0.3.1 |
2438 | 2025-02-23T08:29:57.568Z | Compiling strum_macros v0.24.3 |
2439 | 2025-02-23T08:29:57.724Z | Compiling samael v0.0.17 |
2440 | 2025-02-23T08:29:58.346Z | Compiling snafu-derive v0.8.5 |
2441 | 2025-02-23T08:29:59.066Z | Compiling indoc v1.0.9 |
2442 | 2025-02-23T08:29:59.321Z | Checking derive_builder v0.20.2 |
2443 | 2025-02-23T08:29:59.852Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2444 | 2025-02-23T08:30:00.025Z | Checking diesel v2.2.7 |
2445 | 2025-02-23T08:30:00.912Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2446 | 2025-02-23T08:30:01.041Z | Checking olpc-cjson v0.1.4 |
2447 | 2025-02-23T08:30:01.065Z | Checking globset v0.4.15 |
2448 | 2025-02-23T08:30:01.283Z | Checking serde_plain v1.0.2 |
2449 | 2025-02-23T08:30:01.341Z | Checking quick-xml v0.33.0 |
2450 | 2025-02-23T08:30:01.608Z | Compiling oso-derive v0.27.3 |
2451 | 2025-02-23T08:30:01.786Z | Compiling impl-trait-for-tuples v0.2.2 |
2452 | 2025-02-23T08:30:01.859Z | Checking typed-path v0.9.3 |
2453 | 2025-02-23T08:30:02.633Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2454 | 2025-02-23T08:30:03.347Z | Checking snafu v0.8.5 |
2455 | 2025-02-23T08:30:03.746Z | Checking tungstenite v0.23.0 |
2456 | 2025-02-23T08:30:03.819Z | Checking tough v0.19.0 |
2457 | 2025-02-23T08:30:04.272Z | Compiling diesel-dtrace v0.4.2 |
2458 | 2025-02-23T08:30:04.612Z | Checking parse-size v1.1.0 |
2459 | 2025-02-23T08:30:04.637Z | Checking tokio-tungstenite v0.23.1 |
2460 | 2025-02-23T08:30:04.916Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2461 | 2025-02-23T08:30:05.113Z | Checking bb8 v0.8.5 |
2462 | 2025-02-23T08:30:05.249Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2463 | 2025-02-23T08:30:05.676Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2464 | 2025-02-23T08:30:05.678Z | Checking nix v0.27.1 |
2465 | 2025-02-23T08:30:05.962Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2466 | 2025-02-23T08:30:08.304Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2467 | 2025-02-23T08:30:08.350Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2468 | 2025-02-23T08:30:08.835Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2469 | 2025-02-23T08:30:09.102Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2470 | 2025-02-23T08:30:09.145Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2471 | 2025-02-23T08:30:09.248Z | Compiling proc-macro-error-attr2 v2.0.0 |
2472 | 2025-02-23T08:30:10.063Z | Checking heck v0.4.1 |
2473 | 2025-02-23T08:30:10.088Z | Compiling proc-macro-error2 v2.0.1 |
2474 | 2025-02-23T08:30:10.306Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2475 | 2025-02-23T08:30:10.308Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2476 | 2025-02-23T08:30:10.370Z | Checking rand_seeder v0.3.0 |
2477 | 2025-02-23T08:30:10.537Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2478 | 2025-02-23T08:30:10.642Z | Checking papergrid v0.14.0 |
2479 | 2025-02-23T08:30:10.676Z | Compiling tabled_derive v0.10.0 |
2480 | 2025-02-23T08:30:10.709Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2481 | 2025-02-23T08:30:11.449Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2482 | 2025-02-23T08:30:11.812Z | Checking assert_matches v1.5.0 |
2483 | 2025-02-23T08:30:12.039Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2484 | 2025-02-23T08:30:12.162Z | Compiling libz-sys v1.1.20 |
2485 | 2025-02-23T08:30:12.301Z | Compiling indoc v2.0.5 |
2486 | 2025-02-23T08:30:12.615Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2487 | 2025-02-23T08:30:13.029Z | Checking castaway v0.2.3 |
2488 | 2025-02-23T08:30:13.177Z | Checking is_ci v1.2.0 |
2489 | 2025-02-23T08:30:13.201Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2490 | 2025-02-23T08:30:13.225Z | Checking compact_str v0.8.0 |
2491 | 2025-02-23T08:30:13.333Z | Checking supports-color v3.0.1 |
2492 | 2025-02-23T08:30:13.365Z | Checking tabled v0.18.0 |
2493 | 2025-02-23T08:30:13.548Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2494 | 2025-02-23T08:30:14.098Z | Checking unicode-truncate v1.1.0 |
2495 | 2025-02-23T08:30:14.128Z | Checking cargo-platform v0.1.8 |
2496 | 2025-02-23T08:30:14.370Z | Checking lru v0.12.5 |
2497 | 2025-02-23T08:30:14.429Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2498 | 2025-02-23T08:30:14.455Z | Compiling instability v0.3.2 |
2499 | 2025-02-23T08:30:14.650Z | Checking cassowary v0.3.0 |
2500 | 2025-02-23T08:30:14.713Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2501 | 2025-02-23T08:30:15.288Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2502 | 2025-02-23T08:30:15.466Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2503 | 2025-02-23T08:30:15.468Z | Checking ratatui v0.29.0 |
2504 | 2025-02-23T08:30:16.943Z | Compiling vergen v8.3.2 |
2505 | 2025-02-23T08:30:17.290Z | Checking smawk v0.3.2 |
2506 | 2025-02-23T08:30:17.519Z | Checking unicode-linebreak v0.1.5 |
2507 | 2025-02-23T08:30:17.776Z | Compiling cargo_metadata v0.18.1 |
2508 | 2025-02-23T08:30:17.989Z | Checking textwrap v0.16.1 |
2509 | 2025-02-23T08:30:18.141Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2510 | 2025-02-23T08:30:18.417Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2511 | 2025-02-23T08:30:18.615Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2512 | 2025-02-23T08:30:20.147Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2513 | 2025-02-23T08:30:20.359Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2514 | 2025-02-23T08:30:20.508Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2515 | 2025-02-23T08:30:20.739Z | Compiling libsqlite3-sys v0.30.1 |
2516 | 2025-02-23T08:30:20.796Z | Compiling rustls v0.21.12 |
2517 | 2025-02-23T08:30:21.162Z | Checking shell-words v1.1.0 |
2518 | 2025-02-23T08:30:21.389Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2519 | 2025-02-23T08:30:21.389Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2520 | 2025-02-23T08:30:21.389Z | Checking rustls-webpki v0.101.7 |
2521 | 2025-02-23T08:30:21.609Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2522 | 2025-02-23T08:30:21.701Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2025-02-23T08:30:21.778Z | Checking sct v0.7.1 |
2524 | 2025-02-23T08:30:22.387Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2525 | 2025-02-23T08:30:22.717Z | Checking hashlink v0.9.1 |
2526 | 2025-02-23T08:30:23.222Z | Checking concurrent-queue v2.5.0 |
2527 | 2025-02-23T08:30:23.296Z | Checking fallible-streaming-iterator v0.1.9 |
2528 | 2025-02-23T08:30:23.563Z | Checking plotters-backend v0.3.7 |
2529 | 2025-02-23T08:30:23.566Z | Checking fallible-iterator v0.3.0 |
2530 | 2025-02-23T08:30:23.970Z | Checking parking v2.2.1 |
2531 | 2025-02-23T08:30:24.149Z | Checking rusqlite v0.32.1 |
2532 | 2025-02-23T08:30:24.175Z | Checking plotters-svg v0.3.7 |
2533 | 2025-02-23T08:30:24.472Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2534 | 2025-02-23T08:30:24.920Z | Checking tokio-rustls v0.24.1 |
2535 | 2025-02-23T08:30:25.289Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2536 | 2025-02-23T08:30:25.311Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2537 | 2025-02-23T08:30:25.567Z | Checking rustls-pemfile v1.0.4 |
2538 | 2025-02-23T08:30:25.626Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2539 | 2025-02-23T08:30:25.806Z | Checking twox-hash v2.1.0 |
2540 | 2025-02-23T08:30:25.982Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2541 | 2025-02-23T08:30:26.007Z | Checking cast v0.3.0 |
2542 | 2025-02-23T08:30:26.342Z | Checking criterion-plot v0.5.0 |
2543 | 2025-02-23T08:30:26.399Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2544 | 2025-02-23T08:30:26.463Z | Checking plotters v0.3.7 |
2545 | 2025-02-23T08:30:26.846Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2546 | 2025-02-23T08:30:27.022Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2547 | 2025-02-23T08:30:28.255Z | Checking fatfs v0.3.6 |
2548 | 2025-02-23T08:30:28.717Z | Checking tinytemplate v1.2.1 |
2549 | 2025-02-23T08:30:28.741Z | Checking csv-core v0.1.11 |
2550 | 2025-02-23T08:30:29.079Z | Checking oorandom v11.1.4 |
2551 | 2025-02-23T08:30:29.165Z | Checking anes v0.1.6 |
2552 | 2025-02-23T08:30:29.258Z | Checking hex-literal v0.4.1 |
2553 | 2025-02-23T08:30:29.282Z | Checking csv v1.3.1 |
2554 | 2025-02-23T08:30:29.411Z | Checking event-listener v5.3.1 |
2555 | 2025-02-23T08:30:29.479Z | Checking criterion v0.5.1 |
2556 | 2025-02-23T08:30:30.127Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2557 | 2025-02-23T08:30:31.677Z | Checking async-bb8-diesel v0.2.1 |
2558 | 2025-02-23T08:30:32.271Z | Checking rtoolbox v0.0.2 |
2559 | 2025-02-23T08:30:32.319Z | Checking event-listener-strategy v0.5.2 |
2560 | 2025-02-23T08:30:32.496Z | Checking rpassword v7.3.1 |
2561 | 2025-02-23T08:30:32.570Z | Checking tui-tree-widget v0.23.0 |
2562 | 2025-02-23T08:30:32.713Z | Checking polyval v0.6.2 |
2563 | 2025-02-23T08:30:32.938Z | Checking futures-lite v2.3.0 |
2564 | 2025-02-23T08:30:32.959Z | Checking ghash v0.5.1 |
2565 | 2025-02-23T08:30:33.145Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2566 | 2025-02-23T08:30:34.199Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2567 | 2025-02-23T08:30:34.359Z | Checking ctr v0.9.2 |
2568 | 2025-02-23T08:30:34.712Z | Checking yansi v1.0.1 |
2569 | 2025-02-23T08:30:35.308Z | Checking aes-gcm v0.10.3 |
2570 | 2025-02-23T08:30:35.483Z | Checking pretty_assertions v1.4.1 |
2571 | 2025-02-23T08:30:35.565Z | Checking ssh-encoding v0.2.0 |
2572 | 2025-02-23T08:30:35.708Z | Checking blowfish v0.9.1 |
2573 | 2025-02-23T08:30:35.896Z | Checking ssh-cipher v0.2.0 |
2574 | 2025-02-23T08:30:35.956Z | Checking bcrypt-pbkdf v0.10.0 |
2575 | 2025-02-23T08:30:36.193Z | Checking async-lock v3.4.0 |
2576 | 2025-02-23T08:30:36.249Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2577 | 2025-02-23T08:30:37.018Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2578 | 2025-02-23T08:30:37.210Z | Checking password-hash v0.4.2 |
2579 | 2025-02-23T08:30:37.262Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2580 | 2025-02-23T08:30:37.632Z | Checking polling v3.7.3 |
2581 | 2025-02-23T08:30:38.090Z | Checking async-io v2.3.4 |
2582 | 2025-02-23T08:30:38.308Z | Checking pbkdf2 v0.11.0 |
2583 | 2025-02-23T08:30:38.607Z | Checking ssh-key v0.6.6 |
2584 | 2025-02-23T08:30:38.986Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2585 | 2025-02-23T08:30:39.754Z | Checking p521 v0.13.3 |
2586 | 2025-02-23T08:30:40.249Z | Checking p256 v0.13.2 |
2587 | 2025-02-23T08:30:40.746Z | Checking russh-cryptovec v0.7.3 |
2588 | 2025-02-23T08:30:40.978Z | Checking md5 v0.7.0 |
2589 | 2025-02-23T08:30:41.242Z | Compiling target-lexicon v0.13.2 |
2590 | 2025-02-23T08:30:41.271Z | Compiling doc-comment v0.3.3 |
2591 | 2025-02-23T08:30:41.826Z | Checking async-task v4.7.1 |
2592 | 2025-02-23T08:30:42.304Z | Checking russh-keys v0.45.0 |
2593 | 2025-02-23T08:30:42.361Z | Checking async-channel v2.3.1 |
2594 | 2025-02-23T08:30:42.681Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2595 | 2025-02-23T08:30:43.385Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2596 | 2025-02-23T08:30:43.643Z | Checking piper v0.2.4 |
2597 | 2025-02-23T08:30:43.904Z | Checking num-bigint v0.4.6 |
2598 | 2025-02-23T08:30:44.202Z | Checking des v0.8.1 |
2599 | 2025-02-23T08:30:44.347Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2600 | 2025-02-23T08:30:44.511Z | Compiling assert_cmd v2.0.16 |
2601 | 2025-02-23T08:30:45.012Z | Checking futures-timer v3.0.3 |
2602 | 2025-02-23T08:30:45.302Z | Compiling guppy-workspace-hack v0.1.0 |
2603 | 2025-02-23T08:30:45.359Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2604 | 2025-02-23T08:30:45.683Z | Checking blocking v1.6.1 |
2605 | 2025-02-23T08:30:45.965Z | Checking async-executor v1.13.1 |
2606 | 2025-02-23T08:30:46.332Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2607 | 2025-02-23T08:30:46.353Z | Checking async-signal v0.2.10 |
2608 | 2025-02-23T08:30:46.385Z | Checking russh v0.45.0 |
2609 | 2025-02-23T08:30:46.640Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2610 | 2025-02-23T08:30:46.913Z | Compiling target-spec v3.4.2 |
2611 | 2025-02-23T08:30:46.997Z | Checking internet-checksum v0.2.1 |
2612 | 2025-02-23T08:30:47.038Z | Checking event-listener v2.5.3 |
2613 | 2025-02-23T08:30:47.280Z | Checking async-channel v1.9.0 |
2614 | 2025-02-23T08:30:47.475Z | Checking async-process v2.3.0 |
2615 | 2025-02-23T08:30:47.549Z | Checking cfg-expr v0.18.0 |
2616 | 2025-02-23T08:30:47.739Z | Checking async-global-executor v2.4.1 |
2617 | 2025-02-23T08:30:48.116Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2618 | 2025-02-23T08:30:48.353Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2619 | 2025-02-23T08:30:48.378Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2620 | 2025-02-23T08:30:48.789Z | Checking httptest v0.16.3 |
2621 | 2025-02-23T08:30:49.520Z | Checking rustls-native-certs v0.7.3 |
2622 | 2025-02-23T08:30:49.559Z | Compiling petname v2.0.2 |
2623 | 2025-02-23T08:30:49.730Z | Checking num_cpus v1.16.0 |
2624 | 2025-02-23T08:30:49.864Z | Checking kv-log-macro v1.0.7 |
2625 | 2025-02-23T08:30:50.023Z | Compiling async-attributes v1.1.2 |
2626 | 2025-02-23T08:30:50.541Z | Checking fixedbitset v0.5.7 |
2627 | 2025-02-23T08:30:50.906Z | Checking petgraph v0.7.1 |
2628 | 2025-02-23T08:30:50.909Z | Checking async-std v1.13.0 |
2629 | 2025-02-23T08:30:52.705Z | Checking threadpool v1.8.1 |
2630 | 2025-02-23T08:30:52.890Z | Checking hyper-rustls v0.26.0 |
2631 | 2025-02-23T08:30:53.161Z | Checking cargo_metadata v0.19.1 |
2632 | 2025-02-23T08:30:53.275Z | Checking pathdiff v0.2.3 |
2633 | 2025-02-23T08:30:53.385Z | Compiling rstest_macros v0.23.0 |
2634 | 2025-02-23T08:30:53.518Z | Compiling target-triple v0.1.3 |
2635 | 2025-02-23T08:30:53.910Z | Checking escape8259 v0.5.3 |
2636 | 2025-02-23T08:30:54.032Z | Checking nested v0.1.1 |
2637 | 2025-02-23T08:30:54.084Z | Checking libtest-mimic v0.7.3 |
2638 | 2025-02-23T08:30:54.366Z | Checking async-object-pool v0.1.5 |
2639 | 2025-02-23T08:30:54.490Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2640 | 2025-02-23T08:30:54.548Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2641 | 2025-02-23T08:30:54.685Z | Checking guppy v0.17.16 |
2642 | 2025-02-23T08:30:54.894Z | Checking similar-asserts v1.6.0 |
2643 | 2025-02-23T08:30:55.168Z | Checking fancy-regex v0.13.0 |
2644 | 2025-02-23T08:30:55.193Z | Checking serde_regex v1.1.0 |
2645 | 2025-02-23T08:30:55.477Z | Checking assert-json-diff v2.0.2 |
2646 | 2025-02-23T08:30:55.777Z | Compiling proc-macro-crate v3.2.0 |
2647 | 2025-02-23T08:30:55.913Z | Checking path-tree v0.8.1 |
2648 | 2025-02-23T08:30:56.291Z | Compiling relative-path v1.9.3 |
2649 | 2025-02-23T08:30:56.779Z | Checking stringmetrics v2.2.2 |
2650 | 2025-02-23T08:30:56.928Z | Checking sync-ptr v0.1.1 |
2651 | 2025-02-23T08:30:57.057Z | Checking httpmock v0.8.0-alpha.1 |
2652 | 2025-02-23T08:30:57.156Z | Checking datatest-stable v0.2.9 |
2653 | 2025-02-23T08:30:57.444Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2654 | 2025-02-23T08:30:57.469Z | Checking blake2b_simd v1.0.2 |
2655 | 2025-02-23T08:30:58.397Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2656 | 2025-02-23T08:30:58.815Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2657 | 2025-02-23T08:30:59.167Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2658 | 2025-02-23T08:30:59.538Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2659 | 2025-02-23T08:30:59.885Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2660 | 2025-02-23T08:31:00.453Z | Checking serde_tokenstream v0.2.2 |
2661 | 2025-02-23T08:31:00.885Z | Checking uzers v0.12.1 |
2662 | 2025-02-23T08:31:01.445Z | Checking rust-argon2 v2.1.0 |
2663 | 2025-02-23T08:31:01.950Z | Checking trybuild v1.0.101 |
2664 | 2025-02-23T08:31:02.136Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2665 | 2025-02-23T08:31:03.320Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2666 | 2025-02-23T08:31:03.347Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2667 | 2025-02-23T08:31:04.520Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2668 | 2025-02-23T08:31:04.856Z | Checking rand_distr v0.4.3 |
2669 | 2025-02-23T08:31:05.659Z | Checking multimap v0.10.0 |
2670 | 2025-02-23T08:31:05.732Z | Checking rstest v0.23.0 |
2671 | 2025-02-23T08:31:05.984Z | Checking approx v0.5.1 |
2672 | 2025-02-23T08:31:06.034Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2673 | 2025-02-23T08:31:06.686Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2674 | 2025-02-23T08:31:07.289Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2675 | 2025-02-23T08:31:07.911Z | Compiling git2 v0.19.0 |
2676 | 2025-02-23T08:31:07.962Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2677 | 2025-02-23T08:31:08.290Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2678 | 2025-02-23T08:31:08.821Z | Checking partial-io v0.5.4 |
2679 | 2025-02-23T08:31:09.207Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2680 | 2025-02-23T08:31:09.241Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2681 | 2025-02-23T08:31:09.540Z | Checking cargo_toml v0.20.5 |
2682 | 2025-02-23T08:31:09.829Z | Checking termios v0.3.3 |
2683 | 2025-02-23T08:31:10.122Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2684 | 2025-02-23T08:31:10.890Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2685 | 2025-02-23T08:31:12.299Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2686 | 2025-02-23T08:31:14.038Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2687 | 2025-02-23T08:31:16.403Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2688 | 2025-02-23T08:31:18.042Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2689 | 2025-02-23T08:31:31.694Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2690 | 2025-02-23T08:31:39.469Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2691 | 2025-02-23T08:32:09.259Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2692 | 2025-02-23T08:32:10.357Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2693 | 2025-02-23T08:32:13.859Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2694 | 2025-02-23T08:32:23.556Z | Compiling polar-core v0.27.3 |
2695 | 2025-02-23T08:32:32.093Z | Checking oso v0.27.3 |
2696 | 2025-02-23T08:33:08.774Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2697 | 2025-02-23T08:33:08.778Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2698 | 2025-02-23T08:33:08.778Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2699 | 2025-02-23T08:34:27.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 33s |
2700 | 2025-02-23T08:34:28.206Z | |
2701 | 2025-02-23T08:34:28.206Z | real 6:37.566941236 |
2702 | 2025-02-23T08:34:28.206Z | user 35:08.378512554 |
2703 | 2025-02-23T08:34:28.206Z | sys 5:11.669029962 |
2704 | 2025-02-23T08:34:28.206Z | trap 1.038346133 |
2705 | 2025-02-23T08:34:28.206Z | tflt 0.492066573 |
2706 | 2025-02-23T08:34:28.206Z | dflt 0.314216639 |
2707 | 2025-02-23T08:34:28.210Z | kflt 0.000885642 |
2708 | 2025-02-23T08:34:28.210Z | lock 48:41.673970169 |
2709 | 2025-02-23T08:34:28.210Z | slp 1:58:10.941851611 |
2710 | 2025-02-23T08:34:28.210Z | lat 1:45.199317304 |
2711 | 2025-02-23T08:34:28.210Z | stop 6:57.099493615 |
2712 | 2025-02-23T08:34:28.210Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2713 | 2025-02-23T08:34:28.210Z | + ptime -m cargo doc --workspace --no-deps |
2714 | 2025-02-23T08:34:29.450Z | warning: output filename collision. |
2715 | 2025-02-23T08:34:29.450Z | 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)`. |
2716 | 2025-02-23T08:34:29.450Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2717 | 2025-02-23T08:34:29.451Z | The targets should have unique names. |
2718 | 2025-02-23T08:34:29.451Z | This is a known bug where multiple crates with the same name use |
2719 | 2025-02-23T08:34:29.451Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2720 | 2025-02-23T08:34:29.941Z | Compiling ring v0.17.11 |
2721 | 2025-02-23T08:34:30.030Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2722 | 2025-02-23T08:34:30.052Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2723 | 2025-02-23T08:34:30.095Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2724 | 2025-02-23T08:34:30.124Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2725 | 2025-02-23T08:34:30.124Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2726 | 2025-02-23T08:34:31.438Z | Compiling rustls v0.23.19 |
2727 | 2025-02-23T08:34:31.441Z | Compiling rustls v0.22.4 |
2728 | 2025-02-23T08:34:31.441Z | Compiling rustls v0.21.12 |
2729 | 2025-02-23T08:34:32.974Z | Checking rustls-webpki v0.102.8 |
2730 | 2025-02-23T08:34:32.974Z | Checking rcgen v0.12.1 |
2731 | 2025-02-23T08:34:32.977Z | Checking rustls-webpki v0.101.7 |
2732 | 2025-02-23T08:34:32.977Z | Checking sct v0.7.1 |
2733 | 2025-02-23T08:34:36.032Z | Checking tokio-rustls v0.25.0 |
2734 | 2025-02-23T08:34:36.351Z | Checking dropshot v0.12.0 |
2735 | 2025-02-23T08:34:36.351Z | Checking dropshot v0.15.1 |
2736 | 2025-02-23T08:34:36.411Z | Checking tokio-rustls v0.24.1 |
2737 | 2025-02-23T08:34:37.730Z | Checking tokio-rustls v0.26.0 |
2738 | 2025-02-23T08:34:38.167Z | Checking hyper-rustls v0.27.3 |
2739 | 2025-02-23T08:34:38.541Z | Checking reqwest v0.12.12 |
2740 | 2025-02-23T08:34:39.061Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2741 | 2025-02-23T08:34:39.884Z | Checking qorb v0.2.1 |
2742 | 2025-02-23T08:34:39.887Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2743 | 2025-02-23T08:34:40.480Z | Checking progenitor-client v0.9.1 |
2744 | 2025-02-23T08:34:41.054Z | Checking progenitor-client v0.8.0 |
2745 | 2025-02-23T08:34:41.079Z | Checking progenitor v0.9.1 |
2746 | 2025-02-23T08:34:41.139Z | Checking tough v0.19.0 |
2747 | 2025-02-23T08:34:41.312Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2748 | 2025-02-23T08:34:41.434Z | Checking progenitor v0.8.0 |
2749 | 2025-02-23T08:34:41.683Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2750 | 2025-02-23T08:34:45.621Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2751 | 2025-02-23T08:34:45.971Z | Compiling omicron-zone-package v0.12.0 |
2752 | 2025-02-23T08:34:46.132Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2753 | 2025-02-23T08:34:46.602Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2754 | 2025-02-23T08:34:46.687Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2755 | 2025-02-23T08:34:47.376Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2756 | 2025-02-23T08:34:47.790Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2757 | 2025-02-23T08:34:49.959Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2758 | 2025-02-23T08:34:50.781Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2759 | 2025-02-23T08:34:50.781Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2760 | 2025-02-23T08:34:51.078Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2761 | 2025-02-23T08:34:51.158Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2762 | 2025-02-23T08:34:51.161Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2763 | 2025-02-23T08:34:51.206Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2764 | 2025-02-23T08:34:51.228Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2765 | 2025-02-23T08:34:51.435Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2766 | 2025-02-23T08:34:51.438Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2767 | 2025-02-23T08:34:51.497Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2768 | 2025-02-23T08:34:51.765Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2769 | 2025-02-23T08:34:51.981Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2770 | 2025-02-23T08:34:52.132Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2771 | 2025-02-23T08:34:52.536Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2772 | 2025-02-23T08:34:52.901Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2773 | 2025-02-23T08:34:52.924Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2774 | 2025-02-23T08:34:53.294Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2775 | 2025-02-23T08:34:53.570Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2776 | 2025-02-23T08:34:53.667Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2777 | 2025-02-23T08:34:53.919Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2778 | 2025-02-23T08:34:54.280Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2779 | 2025-02-23T08:34:54.441Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2780 | 2025-02-23T08:34:54.849Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2781 | 2025-02-23T08:34:54.871Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2782 | 2025-02-23T08:34:55.091Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2783 | 2025-02-23T08:34:55.185Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2784 | 2025-02-23T08:34:55.362Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2785 | 2025-02-23T08:34:55.423Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2786 | 2025-02-23T08:34:55.496Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2787 | 2025-02-23T08:34:55.734Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2788 | 2025-02-23T08:34:55.779Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2789 | 2025-02-23T08:34:55.810Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2790 | 2025-02-23T08:34:55.926Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2791 | 2025-02-23T08:34:56.092Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2792 | 2025-02-23T08:34:56.146Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2793 | 2025-02-23T08:34:56.267Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2794 | 2025-02-23T08:34:56.533Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2795 | 2025-02-23T08:34:56.609Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2796 | 2025-02-23T08:34:56.640Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2797 | 2025-02-23T08:34:56.664Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2798 | 2025-02-23T08:34:56.872Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2799 | 2025-02-23T08:34:57.582Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2800 | 2025-02-23T08:34:58.247Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2025-02-23T08:34:58.306Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2802 | 2025-02-23T08:34:59.409Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2803 | 2025-02-23T08:34:59.495Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2804 | 2025-02-23T08:34:59.871Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2805 | 2025-02-23T08:35:00.594Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2806 | 2025-02-23T08:35:01.970Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2807 | 2025-02-23T08:35:02.814Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2808 | 2025-02-23T08:35:03.084Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2809 | 2025-02-23T08:35:03.439Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2810 | 2025-02-23T08:35:04.497Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2811 | 2025-02-23T08:35:04.921Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2812 | 2025-02-23T08:35:05.243Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2813 | 2025-02-23T08:35:05.681Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2814 | 2025-02-23T08:35:06.130Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2815 | 2025-02-23T08:35:07.192Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2816 | 2025-02-23T08:35:07.676Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2817 | 2025-02-23T08:35:08.253Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2818 | 2025-02-23T08:35:08.636Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2819 | 2025-02-23T08:35:10.310Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2820 | 2025-02-23T08:35:10.348Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2821 | 2025-02-23T08:35:10.846Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2822 | 2025-02-23T08:35:10.868Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2823 | 2025-02-23T08:35:11.254Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2824 | 2025-02-23T08:35:11.560Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2825 | 2025-02-23T08:35:11.676Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2826 | 2025-02-23T08:35:12.017Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2827 | 2025-02-23T08:35:12.108Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2828 | 2025-02-23T08:35:13.591Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2829 | 2025-02-23T08:35:14.242Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2830 | 2025-02-23T08:35:14.361Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2831 | 2025-02-23T08:35:14.915Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2832 | 2025-02-23T08:35:15.041Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2833 | 2025-02-23T08:35:15.577Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2834 | 2025-02-23T08:35:15.611Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2835 | 2025-02-23T08:35:15.635Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2836 | 2025-02-23T08:35:16.322Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2837 | 2025-02-23T08:35:16.673Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2838 | 2025-02-23T08:35:16.889Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2839 | 2025-02-23T08:35:16.955Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2840 | 2025-02-23T08:35:17.021Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2841 | 2025-02-23T08:35:17.116Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2842 | 2025-02-23T08:35:17.140Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2843 | 2025-02-23T08:35:18.623Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2844 | 2025-02-23T08:35:18.770Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2845 | 2025-02-23T08:35:18.813Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2846 | 2025-02-23T08:35:19.300Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2847 | 2025-02-23T08:35:19.683Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2848 | 2025-02-23T08:35:19.707Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2849 | 2025-02-23T08:35:19.729Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2850 | 2025-02-23T08:35:20.210Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2851 | 2025-02-23T08:35:20.254Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2852 | 2025-02-23T08:35:20.474Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2853 | 2025-02-23T08:35:20.840Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2854 | 2025-02-23T08:35:21.378Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2855 | 2025-02-23T08:35:21.462Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2856 | 2025-02-23T08:35:21.625Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2857 | 2025-02-23T08:35:22.149Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2858 | 2025-02-23T08:35:22.787Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2859 | 2025-02-23T08:35:25.028Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2860 | 2025-02-23T08:35:25.401Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2861 | 2025-02-23T08:35:25.901Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2862 | 2025-02-23T08:35:25.968Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2863 | 2025-02-23T08:35:26.289Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2864 | 2025-02-23T08:35:26.857Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2865 | 2025-02-23T08:35:27.014Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2866 | 2025-02-23T08:35:27.155Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2867 | 2025-02-23T08:35:28.148Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2868 | 2025-02-23T08:35:28.342Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2869 | 2025-02-23T08:35:28.915Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2870 | 2025-02-23T08:35:29.075Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2871 | 2025-02-23T08:35:29.479Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2872 | 2025-02-23T08:35:29.545Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2873 | 2025-02-23T08:35:29.737Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2874 | 2025-02-23T08:35:33.087Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2875 | 2025-02-23T08:35:34.202Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2876 | 2025-02-23T08:35:34.342Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2877 | 2025-02-23T08:35:34.643Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2878 | 2025-02-23T08:35:34.917Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2879 | 2025-02-23T08:35:34.946Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2880 | 2025-02-23T08:35:35.158Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2881 | 2025-02-23T08:35:35.403Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2882 | 2025-02-23T08:35:37.270Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2883 | 2025-02-23T08:35:38.882Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2884 | 2025-02-23T08:35:40.105Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2885 | 2025-02-23T08:35:40.914Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2886 | 2025-02-23T08:35:41.924Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2887 | 2025-02-23T08:35:44.160Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2888 | 2025-02-23T08:35:45.134Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2889 | 2025-02-23T08:35:48.006Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2890 | 2025-02-23T08:35:50.059Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2891 | 2025-02-23T08:35:53.669Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2892 | 2025-02-23T08:35:53.757Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2893 | 2025-02-23T08:35:56.067Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2894 | 2025-02-23T08:35:56.109Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2895 | 2025-02-23T08:35:57.037Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2896 | 2025-02-23T08:35:58.345Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2897 | 2025-02-23T08:35:58.807Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2898 | 2025-02-23T08:35:58.867Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2899 | 2025-02-23T08:35:59.525Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2900 | 2025-02-23T08:36:00.711Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2901 | 2025-02-23T08:36:01.078Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2902 | 2025-02-23T08:36:02.657Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2903 | 2025-02-23T08:36:03.394Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2904 | 2025-02-23T08:36:05.395Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2905 | 2025-02-23T08:36:07.923Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2906 | 2025-02-23T08:36:08.555Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2907 | 2025-02-23T08:36:08.963Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2908 | 2025-02-23T08:36:10.089Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2909 | 2025-02-23T08:36:10.147Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2910 | 2025-02-23T08:36:10.222Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2911 | 2025-02-23T08:36:12.687Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2912 | 2025-02-23T08:36:13.304Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2913 | 2025-02-23T08:36:13.755Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2914 | 2025-02-23T08:36:13.853Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2915 | 2025-02-23T08:36:14.530Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2916 | 2025-02-23T08:36:16.516Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2917 | 2025-02-23T08:36:17.374Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2918 | 2025-02-23T08:36:17.408Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2919 | 2025-02-23T08:36:18.945Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2920 | 2025-02-23T08:36:19.314Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2921 | 2025-02-23T08:36:20.160Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2922 | 2025-02-23T08:36:21.337Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2923 | 2025-02-23T08:36:21.623Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2924 | 2025-02-23T08:36:21.771Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2925 | 2025-02-23T08:36:21.816Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2926 | 2025-02-23T08:36:23.491Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2927 | 2025-02-23T08:36:24.743Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2928 | 2025-02-23T08:36:25.037Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2929 | 2025-02-23T08:36:25.404Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2930 | 2025-02-23T08:36:25.437Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2931 | 2025-02-23T08:36:25.462Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2932 | 2025-02-23T08:36:28.329Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2933 | 2025-02-23T08:36:29.257Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2934 | 2025-02-23T08:36:29.297Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2935 | 2025-02-23T08:36:29.368Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2936 | 2025-02-23T08:36:32.007Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2937 | 2025-02-23T08:36:32.779Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2938 | 2025-02-23T08:36:33.210Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2939 | 2025-02-23T08:36:34.358Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2940 | 2025-02-23T08:36:34.379Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2941 | 2025-02-23T08:36:36.250Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2942 | 2025-02-23T08:36:36.792Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2943 | 2025-02-23T08:36:37.041Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2944 | 2025-02-23T08:36:37.280Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2945 | 2025-02-23T08:36:37.483Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2946 | 2025-02-23T08:36:38.736Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2947 | 2025-02-23T08:36:40.313Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2948 | 2025-02-23T08:36:40.352Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2949 | 2025-02-23T08:36:41.520Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2950 | 2025-02-23T08:36:42.722Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2951 | 2025-02-23T08:36:43.861Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2952 | 2025-02-23T08:36:43.902Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2953 | 2025-02-23T08:36:44.364Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2954 | 2025-02-23T08:36:45.847Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2955 | 2025-02-23T08:36:47.169Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2956 | 2025-02-23T08:36:47.663Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2957 | 2025-02-23T08:36:47.779Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2958 | 2025-02-23T08:36:48.489Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2959 | 2025-02-23T08:36:48.833Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2960 | 2025-02-23T08:36:49.063Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2961 | 2025-02-23T08:36:51.259Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2962 | 2025-02-23T08:36:52.064Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2963 | 2025-02-23T08:36:52.254Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2964 | 2025-02-23T08:36:52.603Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2965 | 2025-02-23T08:36:52.780Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2966 | 2025-02-23T08:36:56.144Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2967 | 2025-02-23T08:36:56.584Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2968 | 2025-02-23T08:36:56.639Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2969 | 2025-02-23T08:36:56.709Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2970 | 2025-02-23T08:36:57.204Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2971 | 2025-02-23T08:36:57.653Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2972 | 2025-02-23T08:36:58.063Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2973 | 2025-02-23T08:36:58.189Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2974 | 2025-02-23T08:36:58.656Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2975 | 2025-02-23T08:36:59.102Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2976 | 2025-02-23T08:36:59.370Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2977 | 2025-02-23T08:36:59.408Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2978 | 2025-02-23T08:36:59.559Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2979 | 2025-02-23T08:36:59.704Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2980 | 2025-02-23T08:37:00.306Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2981 | 2025-02-23T08:37:20.680Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2982 | 2025-02-23T08:37:20.683Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2983 | 2025-02-23T08:37:20.683Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2984 | 2025-02-23T08:37:20.683Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2985 | 2025-02-23T08:37:21.548Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2986 | 2025-02-23T08:37:21.739Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2987 | 2025-02-23T08:37:21.804Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2988 | 2025-02-23T08:37:21.944Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2989 | 2025-02-23T08:37:24.039Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2990 | 2025-02-23T08:37:28.874Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2991 | 2025-02-23T08:37:29.674Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2992 | 2025-02-23T08:38:13.044Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2993 | 2025-02-23T08:38:19.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s |
2994 | 2025-02-23T08:38:19.997Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2995 | 2025-02-23T08:38:20.066Z | |
2996 | 2025-02-23T08:38:20.071Z | real 3:51.786847653 |
2997 | 2025-02-23T08:38:20.071Z | user 20:34.069589462 |
2998 | 2025-02-23T08:38:20.071Z | sys 2:46.140851234 |
2999 | 2025-02-23T08:38:20.071Z | trap 0.582481629 |
3000 | 2025-02-23T08:38:20.071Z | tflt 0.163815226 |
3001 | 2025-02-23T08:38:20.071Z | dflt 0.182404523 |
3002 | 2025-02-23T08:38:20.071Z | kflt 0.000173779 |
3003 | 2025-02-23T08:38:20.071Z | lock 33:05.993299521 |
3004 | 2025-02-23T08:38:20.071Z | slp 58:48.270470408 |
3005 | 2025-02-23T08:38:20.071Z | lat 1:09.458621428 |
3006 | 2025-02-23T08:38:20.071Z | stop 1:32.333474305 |
3007 | 2025-02-23T08:38:20.071Z | process exited: duration 923006 ms, exit code 0 |
|
3008 | 2025-02-23T08:38:20.080Z | found 0 output files |