|
|
|
1 | 2025-02-05T10:15:47.552Z | job assigned to worker 01JKASP61RC9GTRAJ5HNP3XJWP [factory aws, i-08defc0af5d246679] (queued for 53 s) |
|
2 | 2025-02-05T10:15:56.143Z | starting task 0: "setup" |
3 | 2025-02-05T10:15:56.152Z | ++ uname -s |
4 | 2025-02-05T10:15:56.156Z | + kern=SunOS |
5 | 2025-02-05T10:15:56.156Z | + build_user=build |
6 | 2025-02-05T10:15:56.156Z | + build_uid=12345 |
7 | 2025-02-05T10:15:56.156Z | + work_dir=/work |
8 | 2025-02-05T10:15:56.156Z | + input_dir=/input |
9 | 2025-02-05T10:15:56.156Z | + [[ 0 == 12345 ]] |
10 | 2025-02-05T10:15:56.157Z | + case "$kern" in |
11 | 2025-02-05T10:15:56.157Z | + groupadd -g 12345 build |
12 | 2025-02-05T10:15:56.157Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-05T10:15:58.163Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-05T10:15:58.266Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-05T10:15:58.270Z | + home_fs=zfs |
16 | 2025-02-05T10:15:58.270Z | + [[ zfs == autofs ]] |
17 | 2025-02-05T10:15:58.270Z | + mkdir -p /home/build |
18 | 2025-02-05T10:15:58.273Z | + chown build:build /home/build /work |
19 | 2025-02-05T10:15:59.350Z | + chmod 0700 /home/build /work |
20 | 2025-02-05T10:15:59.354Z | process exited: duration 3131 ms, exit code 0 |
|
21 | 2025-02-05T10:15:59.361Z | starting task 1: "rust-toolchain" |
22 | 2025-02-05T10:15:59.366Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-05T10:15:59.366Z | * rust toolchain channel = "1.84.0" |
24 | 2025-02-05T10:15:59.366Z | * rust toolchain profile = "default" |
25 | 2025-02-05T10:15:59.370Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-05T10:15:59.370Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-05T10:15:59.370Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-05T10:15:59.370Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-05T10:15:59.370Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-05T10:15:59.481Z | info: downloading installer |
31 | 2025-02-05T10:16:00.957Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-05T10:16:00.957Z | warning: /opt/ooce/bin |
33 | 2025-02-05T10:16:00.957Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-05T10:16:00.957Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-05T10:16:00.957Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-05T10:16:00.957Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-05T10:16:00.957Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-05T10:16:00.957Z | error: cannot install while Rust is installed |
39 | 2025-02-05T10:16:00.957Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-05T10:16:00.982Z | info: profile set to 'default' |
41 | 2025-02-05T10:16:00.982Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-05T10:16:00.986Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-05T10:16:01.157Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-05T10:16:01.157Z | info: downloading component 'cargo' |
45 | 2025-02-05T10:16:02.167Z | info: downloading component 'clippy' |
46 | 2025-02-05T10:16:02.572Z | info: downloading component 'rust-docs' |
47 | 2025-02-05T10:16:03.939Z | info: downloading component 'rust-std' |
48 | 2025-02-05T10:16:05.984Z | info: downloading component 'rustc' |
49 | 2025-02-05T10:16:13.895Z | info: downloading component 'rustfmt' |
50 | 2025-02-05T10:16:14.139Z | info: installing component 'cargo' |
51 | 2025-02-05T10:16:14.958Z | info: installing component 'clippy' |
52 | 2025-02-05T10:16:15.336Z | info: installing component 'rust-docs' |
53 | 2025-02-05T10:16:17.006Z | info: installing component 'rust-std' |
54 | 2025-02-05T10:16:18.655Z | info: installing component 'rustc' |
55 | 2025-02-05T10:16:24.743Z | info: installing component 'rustfmt' |
56 | 2025-02-05T10:16:25.079Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-05T10:16:25.079Z | |
58 | 2025-02-05T10:16:25.468Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-05T10:16:25.468Z | |
60 | 2025-02-05T10:16:25.471Z | |
61 | 2025-02-05T10:16:25.471Z | Rust is installed now. Great! |
62 | 2025-02-05T10:16:25.471Z | |
63 | 2025-02-05T10:16:25.471Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-05T10:16:25.471Z | environment variable. This has not been done automatically. |
65 | 2025-02-05T10:16:25.471Z | |
66 | 2025-02-05T10:16:25.471Z | To configure your current shell, you need to source |
67 | 2025-02-05T10:16:25.471Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-05T10:16:25.471Z | |
69 | 2025-02-05T10:16:25.471Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-05T10:16:25.471Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-05T10:16:25.471Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-05T10:16:25.540Z | + rustup --version |
73 | 2025-02-05T10:16:25.548Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-05T10:16:25.548Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-05T10:16:25.626Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-05T10:16:25.630Z | + cargo --version |
77 | 2025-02-05T10:16:25.687Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-05T10:16:25.691Z | + rustc --version |
79 | 2025-02-05T10:16:25.750Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-05T10:16:25.753Z | process exited: duration 26388 ms, exit code 0 |
|
81 | 2025-02-05T10:16:25.759Z | starting task 2: "authentication" |
82 | 2025-02-05T10:16:25.781Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-05T10:16:25.787Z | starting task 3: "clone repository" |
84 | 2025-02-05T10:16:25.792Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-05T10:16:25.795Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-05T10:16:26.090Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-05T10:16:32.889Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-05T10:16:32.889Z | + git fetch origin b57a434bba246b1db6c6bf319083ea1b331373a0 |
89 | 2025-02-05T10:16:33.202Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-05T10:16:33.202Z | * branch b57a434bba246b1db6c6bf319083ea1b331373a0 -> FETCH_HEAD |
91 | 2025-02-05T10:16:33.217Z | + [[ -n renovate/clap-4.x-lockfile ]] |
92 | 2025-02-05T10:16:33.221Z | ++ git branch --show-current |
93 | 2025-02-05T10:16:33.221Z | + current=main |
94 | 2025-02-05T10:16:33.222Z | + [[ main != renovate/clap-4.x-lockfile ]] |
95 | 2025-02-05T10:16:33.222Z | + git branch -f renovate/clap-4.x-lockfile b57a434bba246b1db6c6bf319083ea1b331373a0 |
96 | 2025-02-05T10:16:33.222Z | + git checkout -f renovate/clap-4.x-lockfile |
97 | 2025-02-05T10:16:33.401Z | Switched to branch 'renovate/clap-4.x-lockfile' |
98 | 2025-02-05T10:16:33.405Z | + git reset --hard b57a434bba246b1db6c6bf319083ea1b331373a0 |
99 | 2025-02-05T10:16:33.418Z | HEAD is now at b57a434bb Update Rust crate clap to v4.5.28 |
100 | 2025-02-05T10:16:33.422Z | process exited: duration 7630 ms, exit code 0 |
|
101 | 2025-02-05T10:16:33.441Z | starting task 4: "build" |
102 | 2025-02-05T10:16:33.446Z | + source ./env.sh |
103 | 2025-02-05T10:16:33.446Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-05T10:16:33.446Z | ++ set -o xtrace |
105 | 2025-02-05T10:16:33.449Z | ++++ dirname ./env.sh |
106 | 2025-02-05T10:16:33.449Z | +++ readlink -f . |
107 | 2025-02-05T10:16:33.580Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-05T10:16:33.584Z | ++ 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-05T10:16:33.584Z | ++ 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-05T10:16:33.584Z | ++ 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-05T10:16:33.584Z | ++ 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-05T10:16:33.584Z | ++ 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-05T10:16:33.585Z | ++ 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-05T10:16:33.585Z | ++ 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-05T10:16:33.585Z | ++ 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-05T10:16:33.585Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-05T10:16:33.585Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-05T10:16:33.585Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-05T10:16:33.585Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-05T10:16:33.585Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-05T10:16:33.585Z | + cargo --version |
122 | 2025-02-05T10:16:33.631Z | cargo 1.84.0 (66221abde 2024-11-19) |
123 | 2025-02-05T10:16:33.634Z | + rustc --version |
124 | 2025-02-05T10:16:33.698Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
125 | 2025-02-05T10:16:33.702Z | + banner prerequisites |
126 | 2025-02-05T10:16:33.888Z | |
127 | 2025-02-05T10:16:33.888Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-05T10:16:33.888Z | # # # # # # # # # # # # # # # |
129 | 2025-02-05T10:16:33.888Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-05T10:16:33.888Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-05T10:16:33.888Z | # # # # # # # # # # # # # # # |
132 | 2025-02-05T10:16:33.888Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-05T10:16:33.888Z | |
134 | 2025-02-05T10:16:33.892Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-05T10:16:50.207Z | pkg list: illegal option -- F |
136 | 2025-02-05T10:16:50.207Z | Usage: |
137 | 2025-02-05T10:16:50.208Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-05T10:16:50.208Z | [pkg_fmri_pattern ...] |
139 | 2025-02-05T10:16:51.059Z | pkg list: illegal option -- F |
140 | 2025-02-05T10:16:51.059Z | Usage: |
141 | 2025-02-05T10:16:51.059Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-05T10:16:51.059Z | [pkg_fmri_pattern ...] |
143 | 2025-02-05T10:17:02.612Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-05T10:17:07.257Z | Startup: Caching catalogs ... Done |
145 | 2025-02-05T10:17:19.578Z | Planning: Solver setup ... Done (10.577s) |
146 | 2025-02-05T10:17:19.585Z | Planning: Running solver ... Done (0.147s) |
147 | 2025-02-05T10:17:19.585Z | Planning: Finding local manifests ... Done (0.569s) |
148 | 2025-02-05T10:17:19.585Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-05T10:17:20.345Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-05T10:17:21.273Z | Planning: Package planning ... Done (0.928s) |
151 | 2025-02-05T10:17:21.518Z | Planning: Merging actions ... Done (0.240s) |
152 | 2025-02-05T10:17:23.234Z | Planning: Checking for conflicting actions ... Done (1.719s) |
153 | 2025-02-05T10:17:33.989Z | Planning: Consolidating action changes ... Done (10.754s) |
154 | 2025-02-05T10:17:34.395Z | Planning: Evaluating mediators ... Done (0.404s) |
155 | 2025-02-05T10:17:34.535Z | Planning: Planning completed in 27.22 seconds |
156 | 2025-02-05T10:17:35.078Z | Packages to install: 4 |
157 | 2025-02-05T10:17:35.078Z | Packages to update: 3 |
158 | 2025-02-05T10:17:35.078Z | Mediators to change: 2 |
159 | 2025-02-05T10:17:35.078Z | Services to change: 1 |
160 | 2025-02-05T10:17:35.078Z | Estimated space available: 155.61 GB |
161 | 2025-02-05T10:17:35.082Z | Estimated space to be consumed: 1.65 GB |
162 | 2025-02-05T10:17:35.082Z | Create boot environment: No |
163 | 2025-02-05T10:17:35.082Z | Create backup boot environment: Yes |
164 | 2025-02-05T10:17:35.082Z | Rebuild boot archive: No |
165 | 2025-02-05T10:17:35.082Z | |
166 | 2025-02-05T10:17:35.082Z | Changed mediators: |
167 | 2025-02-05T10:17:35.082Z | mediator clang: |
168 | 2025-02-05T10:17:35.082Z | version: None -> 15 (system default) |
169 | 2025-02-05T10:17:35.082Z | |
170 | 2025-02-05T10:17:35.082Z | mediator llvm: |
171 | 2025-02-05T10:17:35.082Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-05T10:17:35.082Z | |
173 | 2025-02-05T10:17:35.082Z | Changed packages: |
174 | 2025-02-05T10:17:35.082Z | helios-dev |
175 | 2025-02-05T10:17:35.083Z | developer/build-essential |
176 | 2025-02-05T10:17:35.083Z | None -> 11-2.0 |
177 | 2025-02-05T10:17:35.083Z | library/libxmlsec1 |
178 | 2025-02-05T10:17:35.083Z | None -> 1.2.35-2.0 |
179 | 2025-02-05T10:17:35.083Z | ooce/developer/clang-15 |
180 | 2025-02-05T10:17:35.083Z | None -> 15.0.7-2.0 |
181 | 2025-02-05T10:17:35.083Z | ooce/developer/llvm-15 |
182 | 2025-02-05T10:17:35.083Z | None -> 15.0.7-2.0 |
183 | 2025-02-05T10:17:35.083Z | package/pkg |
184 | 2025-02-05T10:17:35.083Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-05T10:17:35.083Z | system/library/g++-runtime |
186 | 2025-02-05T10:17:35.083Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-05T10:17:35.083Z | system/library/gcc-runtime |
188 | 2025-02-05T10:17:35.083Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-05T10:17:35.083Z | |
190 | 2025-02-05T10:17:35.083Z | Services: |
191 | 2025-02-05T10:17:35.083Z | restart_fmri: |
192 | 2025-02-05T10:17:35.083Z | svc:/system/update-man-index:default |
193 | 2025-02-05T10:17:35.083Z | |
194 | 2025-02-05T10:17:35.083Z | Editable files to change: |
195 | 2025-02-05T10:17:35.083Z | Update: |
196 | 2025-02-05T10:17:35.083Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-05T10:17:35.574Z | |
198 | 2025-02-05T10:17:35.574Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-05T10:17:40.524Z | Download: 655/4301 items 17.8/225.4MB 7% complete (3.6M/s) |
200 | 2025-02-05T10:17:46.074Z | Download: 1196/4301 items 81.1/225.4MB 35% complete (8.3M/s) |
201 | 2025-02-05T10:17:51.094Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (6.5M/s) |
202 | 2025-02-05T10:17:56.151Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (4.1M/s) |
203 | 2025-02-05T10:18:01.153Z | Download: 2904/4301 items 120.9/225.4MB 53% complete (3.8M/s) |
204 | 2025-02-05T10:18:06.155Z | Download: 3767/4301 items 215.7/225.4MB 95% complete (9.7M/s) |
205 | 2025-02-05T10:18:11.406Z | Download: 4300/4301 items 225.4/225.4MB 100% complete (10.5M/s) |
206 | 2025-02-05T10:18:11.413Z | Download: Completed 225.42 MB in 35.90 seconds (6.3M/s) |
207 | 2025-02-05T10:18:13.543Z | Actions: 1/5122 actions (Removing old actions) |
208 | 2025-02-05T10:18:13.562Z | Actions: 194/5122 actions (Installing new actions) |
209 | 2025-02-05T10:18:19.058Z | Actions: 4100/5122 actions (Installing new actions) |
210 | 2025-02-05T10:18:19.896Z | Actions: 4267/5122 actions (Updating modified actions) |
211 | 2025-02-05T10:18:20.652Z | Actions: Completed 5122 actions in 7.11 seconds. |
212 | 2025-02-05T10:18:21.095Z | Done (0.429s) |
213 | 2025-02-05T10:18:21.099Z | Done (0.004s) |
214 | 2025-02-05T10:18:21.686Z | Done (0.591s) |
215 | 2025-02-05T10:18:28.859Z | Done (6.923s) |
216 | 2025-02-05T10:18:29.380Z | Done (0.430s) |
217 | 2025-02-05T10:18:29.384Z | Done (0.000s) |
218 | 2025-02-05T10:18:29.586Z | Done (0.000s) |
219 | 2025-02-05T10:18:30.281Z | Planning: Evaluating mediator changes ... Done |
220 | 2025-02-05T10:18:30.441Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-02-05T10:18:30.444Z | Planning: Consolidating action changes ... Done |
222 | 2025-02-05T10:18:30.713Z | Planning: Evaluating mediators ... Done |
223 | 2025-02-05T10:18:30.717Z | Planning: Planning completed in 0.43 seconds |
224 | 2025-02-05T10:18:30.751Z | Mediators to change: 2 |
225 | 2025-02-05T10:18:30.754Z | Create boot environment: No |
226 | 2025-02-05T10:18:30.755Z | Create backup boot environment: No |
227 | 2025-02-05T10:18:30.852Z | Done |
228 | 2025-02-05T10:18:30.852Z | Done |
229 | 2025-02-05T10:18:31.252Z | Done |
230 | 2025-02-05T10:18:34.876Z | Done |
231 | 2025-02-05T10:18:35.004Z | Done |
232 | 2025-02-05T10:18:35.007Z | Done |
233 | 2025-02-05T10:18:35.172Z | Done |
234 | 2025-02-05T10:18:35.720Z | Planning: Evaluating mediator changes ... Done |
235 | 2025-02-05T10:18:35.723Z | Planning: Merging actions ... Done |
236 | 2025-02-05T10:18:35.909Z | Planning: Checking for conflicting actions ... Done |
237 | 2025-02-05T10:18:35.912Z | Planning: Consolidating action changes ... Done |
238 | 2025-02-05T10:18:36.171Z | Planning: Evaluating mediators ... Done |
239 | 2025-02-05T10:18:36.226Z | Planning: Planning completed in 0.75 seconds |
240 | 2025-02-05T10:18:36.266Z | Packages to change: 1 |
241 | 2025-02-05T10:18:36.266Z | Mediators to change: 1 |
242 | 2025-02-05T10:18:36.271Z | Services to change: 1 |
243 | 2025-02-05T10:18:36.271Z | Create boot environment: No |
244 | 2025-02-05T10:18:36.271Z | Create backup boot environment: Yes |
245 | 2025-02-05T10:18:38.568Z | Actions: 1/6 actions (Updating modified actions) |
246 | 2025-02-05T10:18:38.601Z | Actions: Completed 6 actions in 0.03 seconds. |
247 | 2025-02-05T10:18:38.604Z | Done |
248 | 2025-02-05T10:18:38.604Z | Done |
249 | 2025-02-05T10:18:38.723Z | Done |
250 | 2025-02-05T10:18:42.378Z | Done |
251 | 2025-02-05T10:18:42.501Z | Done |
252 | 2025-02-05T10:18:42.509Z | Done |
253 | 2025-02-05T10:18:42.596Z | Done |
254 | 2025-02-05T10:18:43.026Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
255 | 2025-02-05T10:18:43.026Z | clang system 15 system |
256 | 2025-02-05T10:18:43.026Z | csh system system illumos |
257 | 2025-02-05T10:18:43.026Z | ctags system system illumos |
258 | 2025-02-05T10:18:43.026Z | gcc vendor 12 vendor |
259 | 2025-02-05T10:18:43.026Z | gcc system 10 system |
260 | 2025-02-05T10:18:43.026Z | gcc system 7 system |
261 | 2025-02-05T10:18:43.026Z | go system 1.20 system |
262 | 2025-02-05T10:18:43.026Z | go system 1.19 system |
263 | 2025-02-05T10:18:43.026Z | llvm system 15 system |
264 | 2025-02-05T10:18:43.026Z | llvm system 14 system |
265 | 2025-02-05T10:18:43.026Z | mariadb system 10.6 system |
266 | 2025-02-05T10:18:43.026Z | mta vendor vendor dma |
267 | 2025-02-05T10:18:43.026Z | openjdk system 17 system |
268 | 2025-02-05T10:18:43.026Z | openjdk system 11 system |
269 | 2025-02-05T10:18:43.026Z | openjdk system 1.8 system |
270 | 2025-02-05T10:18:43.026Z | openssl vendor 3 vendor |
271 | 2025-02-05T10:18:43.026Z | perl system 5.36 system |
272 | 2025-02-05T10:18:43.026Z | postgresql system 15 system |
273 | 2025-02-05T10:18:43.026Z | postgresql system 13 system |
274 | 2025-02-05T10:18:43.026Z | python vendor 3 vendor |
275 | 2025-02-05T10:18:43.026Z | python system 2 system |
276 | 2025-02-05T10:18:43.026Z | python3 system 3.11 system |
277 | 2025-02-05T10:18:43.026Z | ruby system 3.0 system |
278 | 2025-02-05T10:18:43.026Z | words vendor vendor american-english |
279 | 2025-02-05T10:18:43.026Z | words system system australian-english |
280 | 2025-02-05T10:18:43.026Z | words system system british-english |
281 | 2025-02-05T10:18:43.026Z | words system system canadian-english |
282 | 2025-02-05T10:18:43.026Z | words system system french |
283 | 2025-02-05T10:18:43.026Z | words system system italian |
284 | 2025-02-05T10:18:43.027Z | words system system ngerman |
285 | 2025-02-05T10:18:43.027Z | words system system ogerman |
286 | 2025-02-05T10:18:43.027Z | words system system spanish |
287 | 2025-02-05T10:18:43.394Z | PUBLISHER TYPE STATUS P LOCATION |
288 | 2025-02-05T10:18:43.394Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
289 | 2025-02-05T10:18:46.189Z | FMRI IFO |
290 | 2025-02-05T10:18:46.189Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
291 | 2025-02-05T10:18:46.189Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
292 | 2025-02-05T10:18:46.189Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
293 | 2025-02-05T10:18:46.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
294 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
295 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
296 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
297 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
298 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
299 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
300 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
301 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
302 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
303 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
304 | 2025-02-05T10:18:46.190Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
305 | 2025-02-05T10:18:46.950Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
306 | 2025-02-05T10:18:47.320Z | Updating crates.io index |
307 | 2025-02-05T10:18:47.339Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
308 | 2025-02-05T10:18:47.625Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
309 | 2025-02-05T10:18:48.094Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
310 | 2025-02-05T10:18:48.394Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
311 | 2025-02-05T10:18:48.643Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
312 | 2025-02-05T10:18:48.913Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
313 | 2025-02-05T10:18:50.029Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
314 | 2025-02-05T10:18:51.866Z | Updating git repository `https://github.com/oxidecomputer/opte` |
315 | 2025-02-05T10:18:52.459Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
316 | 2025-02-05T10:18:53.316Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
317 | 2025-02-05T10:18:53.627Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
318 | 2025-02-05T10:18:53.914Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
319 | 2025-02-05T10:18:54.601Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
320 | 2025-02-05T10:18:54.945Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
321 | 2025-02-05T10:18:56.906Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
322 | 2025-02-05T10:18:57.127Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
323 | 2025-02-05T10:18:57.128Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
324 | 2025-02-05T10:18:57.145Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
325 | 2025-02-05T10:18:57.145Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
326 | 2025-02-05T10:18:57.145Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
327 | 2025-02-05T10:18:57.193Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
328 | 2025-02-05T10:18:57.548Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
329 | 2025-02-05T10:18:57.858Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
330 | 2025-02-05T10:18:58.175Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
331 | 2025-02-05T10:18:58.801Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
332 | 2025-02-05T10:18:59.141Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
333 | 2025-02-05T10:18:59.516Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
334 | 2025-02-05T10:18:59.919Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
335 | 2025-02-05T10:19:00.293Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2025-02-05T10:19:00.590Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2025-02-05T10:19:00.915Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
338 | 2025-02-05T10:19:02.187Z | Downloading crates ... |
339 | 2025-02-05T10:19:02.292Z | Downloaded dtrace-parser v0.2.0 |
340 | 2025-02-05T10:19:02.300Z | Downloaded equivalent v1.0.1 |
341 | 2025-02-05T10:19:02.321Z | Downloaded scroll_derive v0.12.0 |
342 | 2025-02-05T10:19:02.331Z | Downloaded usdt-macro v0.5.0 |
343 | 2025-02-05T10:19:02.334Z | Downloaded swrite v0.1.0 |
344 | 2025-02-05T10:19:02.334Z | Downloaded pretty-hex v0.4.1 |
345 | 2025-02-05T10:19:02.337Z | Downloaded usdt-attr-macro v0.5.0 |
346 | 2025-02-05T10:19:02.341Z | Downloaded colorchoice v1.0.2 |
347 | 2025-02-05T10:19:02.344Z | Downloaded itoa v1.0.11 |
348 | 2025-02-05T10:19:02.347Z | Downloaded fs-err v2.11.0 |
349 | 2025-02-05T10:19:02.347Z | Downloaded cpufeatures v0.2.14 |
350 | 2025-02-05T10:19:02.350Z | Downloaded cfg-if v1.0.0 |
351 | 2025-02-05T10:19:02.350Z | Downloaded heck v0.5.0 |
352 | 2025-02-05T10:19:02.350Z | Downloaded generic-array v0.14.7 |
353 | 2025-02-05T10:19:02.353Z | Downloaded is_terminal_polyfill v1.70.1 |
354 | 2025-02-05T10:19:02.353Z | Downloaded cargo_metadata v0.18.1 |
355 | 2025-02-05T10:19:02.357Z | Downloaded autocfg v1.4.0 |
356 | 2025-02-05T10:19:02.357Z | Downloaded memmap v0.7.0 |
357 | 2025-02-05T10:19:02.357Z | Downloaded byteorder v1.5.0 |
358 | 2025-02-05T10:19:02.360Z | Downloaded block-buffer v0.10.4 |
359 | 2025-02-05T10:19:02.360Z | Downloaded digest v0.10.7 |
360 | 2025-02-05T10:19:02.363Z | Downloaded cargo-platform v0.1.8 |
361 | 2025-02-05T10:19:02.366Z | Downloaded heck v0.4.1 |
362 | 2025-02-05T10:19:02.371Z | Downloaded anstyle-query v1.1.1 |
363 | 2025-02-05T10:19:02.371Z | Downloaded anstyle v1.0.10 |
364 | 2025-02-05T10:19:02.371Z | Downloaded fnv v1.0.7 |
365 | 2025-02-05T10:19:02.376Z | Downloaded dof v0.3.0 |
366 | 2025-02-05T10:19:02.376Z | Downloaded macaddr v1.0.1 |
367 | 2025-02-05T10:19:02.376Z | Downloaded camino-tempfile v1.1.1 |
368 | 2025-02-05T10:19:02.379Z | Downloaded toml_datetime v0.6.8 |
369 | 2025-02-05T10:19:02.379Z | Downloaded fastrand v2.1.1 |
370 | 2025-02-05T10:19:02.379Z | Downloaded clap_lex v0.7.4 |
371 | 2025-02-05T10:19:02.382Z | Downloaded anstyle-parse v0.2.5 |
372 | 2025-02-05T10:19:02.385Z | Downloaded scroll v0.12.0 |
373 | 2025-02-05T10:19:02.385Z | Downloaded terminal_size v0.4.0 |
374 | 2025-02-05T10:19:02.388Z | Downloaded unicode-linebreak v0.1.5 |
375 | 2025-02-05T10:19:02.388Z | Downloaded thread-id v4.2.2 |
376 | 2025-02-05T10:19:02.391Z | Downloaded tabled_derive v0.7.0 |
377 | 2025-02-05T10:19:02.391Z | Downloaded smawk v0.3.2 |
378 | 2025-02-05T10:19:02.391Z | Downloaded plain v0.2.3 |
379 | 2025-02-05T10:19:02.394Z | Downloaded proc-macro-error-attr v1.0.4 |
380 | 2025-02-05T10:19:02.397Z | Downloaded strsim v0.11.1 |
381 | 2025-02-05T10:19:02.406Z | Downloaded thiserror-impl v1.0.69 |
382 | 2025-02-05T10:19:02.409Z | Downloaded serde_spanned v0.6.8 |
383 | 2025-02-05T10:19:02.409Z | Downloaded bytecount v0.6.8 |
384 | 2025-02-05T10:19:02.412Z | Downloaded version_check v0.9.5 |
385 | 2025-02-05T10:19:02.412Z | Downloaded usdt v0.5.0 |
386 | 2025-02-05T10:19:02.415Z | Downloaded utf8parse v0.2.2 |
387 | 2025-02-05T10:19:02.415Z | Downloaded crypto-common v0.1.6 |
388 | 2025-02-05T10:19:02.422Z | Downloaded once_cell v1.20.2 |
389 | 2025-02-05T10:19:02.425Z | Downloaded thiserror v1.0.69 |
390 | 2025-02-05T10:19:02.428Z | Downloaded cargo_toml v0.20.5 |
391 | 2025-02-05T10:19:02.431Z | Downloaded errno v0.3.9 |
392 | 2025-02-05T10:19:02.434Z | Downloaded clap_derive v4.5.28 |
393 | 2025-02-05T10:19:02.437Z | Downloaded camino v1.1.9 |
394 | 2025-02-05T10:19:02.441Z | Downloaded pest_generator v2.7.14 |
395 | 2025-02-05T10:19:02.447Z | Downloaded serde_tokenstream v0.2.2 |
396 | 2025-02-05T10:19:02.453Z | Downloaded tempfile v3.13.0 |
397 | 2025-02-05T10:19:02.456Z | Downloaded sha2 v0.10.8 |
398 | 2025-02-05T10:19:02.459Z | Downloaded usdt-impl v0.5.0 |
399 | 2025-02-05T10:19:02.459Z | Downloaded proc-macro-error v1.0.4 |
400 | 2025-02-05T10:19:02.482Z | Downloaded pest_derive v2.7.14 |
401 | 2025-02-05T10:19:02.488Z | Downloaded semver v1.0.24 |
402 | 2025-02-05T10:19:02.488Z | Downloaded papergrid v0.11.0 |
403 | 2025-02-05T10:19:02.488Z | Downloaded bitflags v2.6.0 |
404 | 2025-02-05T10:19:02.488Z | Downloaded log v0.4.22 |
405 | 2025-02-05T10:19:02.488Z | Downloaded anyhow v1.0.95 |
406 | 2025-02-05T10:19:02.488Z | Downloaded quote v1.0.38 |
407 | 2025-02-05T10:19:02.488Z | Downloaded textwrap v0.16.1 |
408 | 2025-02-05T10:19:02.488Z | Downloaded proc-macro2 v1.0.92 |
409 | 2025-02-05T10:19:02.492Z | Downloaded typenum v1.17.0 |
410 | 2025-02-05T10:19:02.492Z | Downloaded anstream v0.6.15 |
411 | 2025-02-05T10:19:02.499Z | Downloaded ryu v1.0.18 |
412 | 2025-02-05T10:19:02.499Z | Downloaded pest_meta v2.7.14 |
413 | 2025-02-05T10:19:02.503Z | Downloaded unicode-ident v1.0.14 |
414 | 2025-02-05T10:19:02.503Z | Downloaded clap v4.5.28 |
415 | 2025-02-05T10:19:02.513Z | Downloaded toml v0.8.19 |
416 | 2025-02-05T10:19:02.517Z | Downloaded zerocopy-derive v0.7.35 |
417 | 2025-02-05T10:19:02.521Z | Downloaded ucd-trie v0.1.7 |
418 | 2025-02-05T10:19:02.525Z | Downloaded serde_derive v1.0.217 |
419 | 2025-02-05T10:19:02.528Z | Downloaded serde v1.0.217 |
420 | 2025-02-05T10:19:02.534Z | Downloaded indexmap v2.7.1 |
421 | 2025-02-05T10:19:02.538Z | Downloaded memchr v2.7.4 |
422 | 2025-02-05T10:19:02.567Z | Downloaded toml_edit v0.22.22 |
423 | 2025-02-05T10:19:02.587Z | Downloaded pest v2.7.14 |
424 | 2025-02-05T10:19:02.594Z | Downloaded hashbrown v0.15.1 |
425 | 2025-02-05T10:19:02.619Z | Downloaded clap_builder v4.5.27 |
426 | 2025-02-05T10:19:02.628Z | Downloaded zerocopy v0.7.35 |
427 | 2025-02-05T10:19:02.644Z | Downloaded winnow v0.6.20 |
428 | 2025-02-05T10:19:02.655Z | Downloaded goblin v0.8.2 |
429 | 2025-02-05T10:19:02.659Z | Downloaded tabled v0.15.0 |
430 | 2025-02-05T10:19:02.674Z | Downloaded syn v1.0.109 |
431 | 2025-02-05T10:19:02.684Z | Downloaded serde_json v1.0.135 |
432 | 2025-02-05T10:19:02.692Z | Downloaded unicode-width v0.1.14 |
433 | 2025-02-05T10:19:02.697Z | Downloaded syn v2.0.96 |
434 | 2025-02-05T10:19:02.710Z | Downloaded rustix v0.38.37 |
435 | 2025-02-05T10:19:02.761Z | Downloaded libc v0.2.169 |
436 | 2025-02-05T10:19:03.076Z | Compiling proc-macro2 v1.0.92 |
437 | 2025-02-05T10:19:03.076Z | Compiling unicode-ident v1.0.14 |
438 | 2025-02-05T10:19:03.079Z | Compiling version_check v0.9.5 |
439 | 2025-02-05T10:19:03.079Z | Compiling serde v1.0.217 |
440 | 2025-02-05T10:19:03.080Z | Compiling memchr v2.7.4 |
441 | 2025-02-05T10:19:03.080Z | Compiling thiserror v1.0.69 |
442 | 2025-02-05T10:19:03.263Z | Compiling libc v0.2.169 |
443 | 2025-02-05T10:19:03.274Z | Compiling ryu v1.0.18 |
444 | 2025-02-05T10:19:03.349Z | Compiling itoa v1.0.11 |
445 | 2025-02-05T10:19:03.606Z | Compiling ucd-trie v0.1.7 |
446 | 2025-02-05T10:19:03.765Z | Compiling once_cell v1.20.2 |
447 | 2025-02-05T10:19:03.991Z | Compiling byteorder v1.5.0 |
448 | 2025-02-05T10:19:04.100Z | Compiling rustix v0.38.37 |
449 | 2025-02-05T10:19:04.357Z | Compiling serde_json v1.0.135 |
450 | 2025-02-05T10:19:05.371Z | Compiling bitflags v2.6.0 |
451 | 2025-02-05T10:19:05.415Z | Compiling proc-macro-error-attr v1.0.4 |
452 | 2025-02-05T10:19:05.490Z | Compiling usdt-impl v0.5.0 |
453 | 2025-02-05T10:19:05.601Z | Compiling syn v1.0.109 |
454 | 2025-02-05T10:19:05.713Z | Compiling proc-macro-error v1.0.4 |
455 | 2025-02-05T10:19:05.765Z | Compiling utf8parse v0.2.2 |
456 | 2025-02-05T10:19:05.825Z | Compiling camino v1.1.9 |
457 | 2025-02-05T10:19:05.926Z | Compiling log v0.4.22 |
458 | 2025-02-05T10:19:05.953Z | Compiling equivalent v1.0.1 |
459 | 2025-02-05T10:19:05.996Z | Compiling thread-id v4.2.2 |
460 | 2025-02-05T10:19:06.065Z | Compiling hashbrown v0.15.1 |
461 | 2025-02-05T10:19:06.074Z | Compiling plain v0.2.3 |
462 | 2025-02-05T10:19:06.246Z | Compiling anstyle-parse v0.2.5 |
463 | 2025-02-05T10:19:06.283Z | Compiling unicode-width v0.1.14 |
464 | 2025-02-05T10:19:06.308Z | Compiling winnow v0.6.20 |
465 | 2025-02-05T10:19:06.469Z | Compiling quote v1.0.38 |
466 | 2025-02-05T10:19:06.536Z | Compiling errno v0.3.9 |
467 | 2025-02-05T10:19:06.625Z | Compiling anstyle v1.0.10 |
468 | 2025-02-05T10:19:06.665Z | Compiling autocfg v1.4.0 |
469 | 2025-02-05T10:19:06.820Z | Compiling anstyle-query v1.1.1 |
470 | 2025-02-05T10:19:06.983Z | Compiling syn v2.0.96 |
471 | 2025-02-05T10:19:07.145Z | Compiling indexmap v2.7.1 |
472 | 2025-02-05T10:19:07.148Z | Compiling colorchoice v1.0.2 |
473 | 2025-02-05T10:19:07.359Z | Compiling pretty-hex v0.4.1 |
474 | 2025-02-05T10:19:07.599Z | Compiling semver v1.0.24 |
475 | 2025-02-05T10:19:07.627Z | Compiling is_terminal_polyfill v1.70.1 |
476 | 2025-02-05T10:19:07.767Z | Compiling anstream v0.6.15 |
477 | 2025-02-05T10:19:08.173Z | Compiling fs-err v2.11.0 |
478 | 2025-02-05T10:19:08.393Z | Compiling fnv v1.0.7 |
479 | 2025-02-05T10:19:08.467Z | Compiling bytecount v0.6.8 |
480 | 2025-02-05T10:19:08.493Z | Compiling anyhow v1.0.95 |
481 | 2025-02-05T10:19:08.543Z | Compiling heck v0.4.1 |
482 | 2025-02-05T10:19:08.687Z | Compiling heck v0.5.0 |
483 | 2025-02-05T10:19:08.897Z | Compiling terminal_size v0.4.0 |
484 | 2025-02-05T10:19:08.937Z | Compiling fastrand v2.1.1 |
485 | 2025-02-05T10:19:09.090Z | Compiling clap_lex v0.7.4 |
486 | 2025-02-05T10:19:09.125Z | Compiling cfg-if v1.0.0 |
487 | 2025-02-05T10:19:09.158Z | Compiling strsim v0.11.1 |
488 | 2025-02-05T10:19:09.400Z | Compiling tempfile v3.13.0 |
489 | 2025-02-05T10:19:09.467Z | Compiling papergrid v0.11.0 |
490 | 2025-02-05T10:19:09.617Z | Compiling clap_builder v4.5.27 |
491 | 2025-02-05T10:19:09.676Z | Compiling memmap v0.7.0 |
492 | 2025-02-05T10:19:09.694Z | Compiling unicode-linebreak v0.1.5 |
493 | 2025-02-05T10:19:10.099Z | Compiling smawk v0.3.2 |
494 | 2025-02-05T10:19:10.256Z | Compiling textwrap v0.16.1 |
495 | 2025-02-05T10:19:10.541Z | Compiling swrite v0.1.0 |
496 | 2025-02-05T10:19:11.460Z | Compiling tabled_derive v0.7.0 |
497 | 2025-02-05T10:19:12.588Z | Compiling tabled v0.15.0 |
498 | 2025-02-05T10:19:13.764Z | Compiling serde_derive v1.0.217 |
499 | 2025-02-05T10:19:13.770Z | Compiling thiserror-impl v1.0.69 |
500 | 2025-02-05T10:19:14.166Z | Compiling zerocopy-derive v0.7.35 |
501 | 2025-02-05T10:19:14.203Z | Compiling scroll_derive v0.12.0 |
502 | 2025-02-05T10:19:14.236Z | Compiling clap_derive v4.5.28 |
503 | 2025-02-05T10:19:15.216Z | Compiling scroll v0.12.0 |
504 | 2025-02-05T10:19:15.566Z | Compiling zerocopy v0.7.35 |
505 | 2025-02-05T10:19:15.637Z | Compiling goblin v0.8.2 |
506 | 2025-02-05T10:19:16.092Z | Compiling pest v2.7.14 |
507 | 2025-02-05T10:19:17.701Z | Compiling clap v4.5.28 |
508 | 2025-02-05T10:19:18.335Z | Compiling pest_meta v2.7.14 |
509 | 2025-02-05T10:19:19.230Z | Compiling pest_generator v2.7.14 |
510 | 2025-02-05T10:19:20.583Z | Compiling pest_derive v2.7.14 |
511 | 2025-02-05T10:19:21.321Z | Compiling dtrace-parser v0.2.0 |
512 | 2025-02-05T10:19:22.219Z | Compiling serde_tokenstream v0.2.2 |
513 | 2025-02-05T10:19:22.240Z | Compiling serde_spanned v0.6.8 |
514 | 2025-02-05T10:19:22.240Z | Compiling toml_datetime v0.6.8 |
515 | 2025-02-05T10:19:22.400Z | Compiling cargo-platform v0.1.8 |
516 | 2025-02-05T10:19:22.514Z | Compiling macaddr v1.0.1 |
517 | 2025-02-05T10:19:22.731Z | Compiling toml_edit v0.22.22 |
518 | 2025-02-05T10:19:22.865Z | Compiling camino-tempfile v1.1.1 |
519 | 2025-02-05T10:19:23.584Z | Compiling dof v0.3.0 |
520 | 2025-02-05T10:19:23.637Z | Compiling cargo_metadata v0.18.1 |
521 | 2025-02-05T10:19:24.919Z | Compiling usdt-macro v0.5.0 |
522 | 2025-02-05T10:19:24.919Z | Compiling usdt-attr-macro v0.5.0 |
523 | 2025-02-05T10:19:25.575Z | Compiling toml v0.8.19 |
524 | 2025-02-05T10:19:25.976Z | Compiling usdt v0.5.0 |
525 | 2025-02-05T10:19:26.395Z | Compiling cargo_toml v0.20.5 |
526 | 2025-02-05T10:19:28.964Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
527 | 2025-02-05T10:19:32.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.34s |
528 | 2025-02-05T10:19:32.375Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
529 | 2025-02-05T10:19:32.890Z | Downloading crates ... |
530 | 2025-02-05T10:19:33.028Z | Downloaded assert_matches v1.5.0 |
531 | 2025-02-05T10:19:33.033Z | Downloaded async-stream-impl v0.3.6 |
532 | 2025-02-05T10:19:33.037Z | Downloaded arrayref v0.3.9 |
533 | 2025-02-05T10:19:33.040Z | Downloaded heck v0.3.3 |
534 | 2025-02-05T10:19:33.040Z | Downloaded async-stream v0.3.6 |
535 | 2025-02-05T10:19:33.043Z | Downloaded adler2 v2.0.0 |
536 | 2025-02-05T10:19:33.046Z | Downloaded darling v0.20.10 |
537 | 2025-02-05T10:19:33.050Z | Downloaded atomicwrites v0.4.4 |
538 | 2025-02-05T10:19:33.053Z | Downloaded async-recursion v1.1.1 |
539 | 2025-02-05T10:19:33.056Z | Downloaded hubpack_derive v0.1.1 |
540 | 2025-02-05T10:19:33.056Z | Downloaded async-trait v0.1.86 |
541 | 2025-02-05T10:19:33.059Z | Downloaded array-init v0.0.4 |
542 | 2025-02-05T10:19:33.063Z | Downloaded atomic-waker v1.1.2 |
543 | 2025-02-05T10:19:33.063Z | Downloaded ahash v0.8.11 |
544 | 2025-02-05T10:19:33.066Z | Downloaded aead v0.5.2 |
545 | 2025-02-05T10:19:33.066Z | Downloaded http-range v0.1.5 |
546 | 2025-02-05T10:19:33.066Z | Downloaded async-bb8-diesel v0.2.1 |
547 | 2025-02-05T10:19:33.069Z | Downloaded ascii-canvas v3.0.0 |
548 | 2025-02-05T10:19:33.072Z | Downloaded instant v0.1.13 |
549 | 2025-02-05T10:19:33.073Z | Downloaded allocator-api2 v0.2.18 |
550 | 2025-02-05T10:19:33.077Z | Downloaded arrayvec v0.7.6 |
551 | 2025-02-05T10:19:33.082Z | Downloaded icu_provider_macros v1.5.0 |
552 | 2025-02-05T10:19:33.082Z | Downloaded arc-swap v1.7.1 |
553 | 2025-02-05T10:19:33.092Z | Downloaded addr2line v0.24.2 |
554 | 2025-02-05T10:19:33.092Z | Downloaded argon2 v0.5.3 |
555 | 2025-02-05T10:19:33.092Z | Downloaded ident_case v1.0.1 |
556 | 2025-02-05T10:19:33.095Z | Downloaded md5 v0.7.0 |
557 | 2025-02-05T10:19:33.095Z | Downloaded aes v0.8.4 |
558 | 2025-02-05T10:19:33.096Z | Downloaded match_cfg v0.1.0 |
559 | 2025-02-05T10:19:33.099Z | Downloaded aho-corasick v1.1.3 |
560 | 2025-02-05T10:19:33.103Z | Downloaded mirai-annotations v1.12.0 |
561 | 2025-02-05T10:19:33.106Z | Downloaded atty v0.2.14 |
562 | 2025-02-05T10:19:33.106Z | Downloaded is_ci v1.2.0 |
563 | 2025-02-05T10:19:33.106Z | Downloaded base64ct v1.6.0 |
564 | 2025-02-05T10:19:33.109Z | Downloaded base16ct v0.2.0 |
565 | 2025-02-05T10:19:33.109Z | Downloaded aes-gcm v0.10.3 |
566 | 2025-02-05T10:19:33.113Z | Downloaded http-body v1.0.1 |
567 | 2025-02-05T10:19:33.116Z | Downloaded hostname v0.4.0 |
568 | 2025-02-05T10:19:33.116Z | Downloaded httpdate v1.0.3 |
569 | 2025-02-05T10:19:33.120Z | Downloaded http-body-util v0.1.2 |
570 | 2025-02-05T10:19:33.120Z | Downloaded hex v0.4.3 |
571 | 2025-02-05T10:19:33.123Z | Downloaded home v0.5.9 |
572 | 2025-02-05T10:19:33.123Z | Downloaded hex-literal v0.4.1 |
573 | 2025-02-05T10:19:33.123Z | Downloaded humantime v2.1.0 |
574 | 2025-02-05T10:19:33.127Z | Downloaded hubpack v0.1.2 |
575 | 2025-02-05T10:19:33.127Z | Downloaded hostname v0.3.1 |
576 | 2025-02-05T10:19:33.130Z | Downloaded lru v0.12.5 |
577 | 2025-02-05T10:19:33.130Z | Downloaded ciborium-io v0.2.2 |
578 | 2025-02-05T10:19:33.130Z | Downloaded cfg_aliases v0.2.1 |
579 | 2025-02-05T10:19:33.133Z | Downloaded lalrpop-util v0.19.12 |
580 | 2025-02-05T10:19:33.133Z | Downloaded bb8 v0.8.5 |
581 | 2025-02-05T10:19:33.136Z | Downloaded maybe-uninit v2.0.0 |
582 | 2025-02-05T10:19:33.136Z | Downloaded is-terminal v0.4.13 |
583 | 2025-02-05T10:19:33.136Z | Downloaded indoc v1.0.9 |
584 | 2025-02-05T10:19:33.139Z | Downloaded keccak v0.1.5 |
585 | 2025-02-05T10:19:33.139Z | Downloaded impl-trait-for-tuples v0.2.2 |
586 | 2025-02-05T10:19:33.143Z | Downloaded lazycell v1.3.0 |
587 | 2025-02-05T10:19:33.145Z | Downloaded kstat-rs v0.2.4 |
588 | 2025-02-05T10:19:33.149Z | Downloaded cfg_aliases v0.1.1 |
589 | 2025-02-05T10:19:33.152Z | Downloaded linked-hash-map v0.5.6 |
590 | 2025-02-05T10:19:33.156Z | Downloaded linear-map v1.2.0 |
591 | 2025-02-05T10:19:33.156Z | Downloaded inout v0.1.3 |
592 | 2025-02-05T10:19:33.173Z | Downloaded idna_adapter v1.2.0 |
593 | 2025-02-05T10:19:33.173Z | Downloaded crunchy v0.2.2 |
594 | 2025-02-05T10:19:33.173Z | Downloaded maplit v1.0.2 |
595 | 2025-02-05T10:19:33.173Z | Downloaded managed v0.8.0 |
596 | 2025-02-05T10:19:33.173Z | Downloaded bitflags v1.3.2 |
597 | 2025-02-05T10:19:33.173Z | Downloaded libefi-sys v0.1.0 |
598 | 2025-02-05T10:19:33.173Z | Downloaded blowfish v0.9.1 |
599 | 2025-02-05T10:19:33.174Z | Downloaded chacha20 v0.9.1 |
600 | 2025-02-05T10:19:33.174Z | Downloaded md-5 v0.10.6 |
601 | 2025-02-05T10:19:33.178Z | Downloaded instability v0.3.2 |
602 | 2025-02-05T10:19:33.178Z | Downloaded hyper-tls v0.6.0 |
603 | 2025-02-05T10:19:33.178Z | Downloaded cexpr v0.6.0 |
604 | 2025-02-05T10:19:33.182Z | Downloaded cbc v0.1.2 |
605 | 2025-02-05T10:19:33.182Z | Downloaded progenitor-client v0.9.1 |
606 | 2025-02-05T10:19:33.185Z | Downloaded sqlparser_derive v0.2.2 |
607 | 2025-02-05T10:19:33.185Z | Downloaded cstr-argument v0.1.2 |
608 | 2025-02-05T10:19:33.185Z | Downloaded termtree v0.4.1 |
609 | 2025-02-05T10:19:33.185Z | Downloaded crucible-workspace-hack v0.1.0 |
610 | 2025-02-05T10:19:33.189Z | Downloaded bcs v0.1.6 |
611 | 2025-02-05T10:19:33.189Z | Downloaded internet-checksum v0.2.1 |
612 | 2025-02-05T10:19:33.189Z | Downloaded hyper-rustls v0.27.3 |
613 | 2025-02-05T10:19:33.192Z | Downloaded cipher v0.4.4 |
614 | 2025-02-05T10:19:33.203Z | Downloaded chrono-tz-build v0.4.0 |
615 | 2025-02-05T10:19:33.203Z | Downloaded mockall v0.13.0 |
616 | 2025-02-05T10:19:33.203Z | Downloaded mime v0.3.17 |
617 | 2025-02-05T10:19:33.206Z | Downloaded backtrace v0.3.74 |
618 | 2025-02-05T10:19:33.206Z | Downloaded sigpipe v0.1.3 |
619 | 2025-02-05T10:19:33.207Z | Downloaded radium v0.7.0 |
620 | 2025-02-05T10:19:33.207Z | Downloaded hyper-staticfile v0.10.1 |
621 | 2025-02-05T10:19:33.207Z | Downloaded httparse v1.9.5 |
622 | 2025-02-05T10:19:33.210Z | Downloaded sync_wrapper v1.0.1 |
623 | 2025-02-05T10:19:33.210Z | Downloaded sync-ptr v0.1.1 |
624 | 2025-02-05T10:19:33.210Z | Downloaded hickory-client v0.24.2 |
625 | 2025-02-05T10:19:33.213Z | Downloaded icu_locid_transform v1.5.0 |
626 | 2025-02-05T10:19:33.217Z | Downloaded lazy_static v1.5.0 |
627 | 2025-02-05T10:19:33.220Z | Downloaded lock_api v0.4.12 |
628 | 2025-02-05T10:19:33.220Z | Downloaded litemap v0.7.3 |
629 | 2025-02-05T10:19:33.223Z | Downloaded jobserver v0.1.32 |
630 | 2025-02-05T10:19:33.227Z | Downloaded convert_case v0.4.0 |
631 | 2025-02-05T10:19:33.227Z | Downloaded highway v1.2.0 |
632 | 2025-02-05T10:19:33.227Z | Downloaded cobs v0.2.3 |
633 | 2025-02-05T10:19:33.230Z | Downloaded ipnetwork v0.20.0 |
634 | 2025-02-05T10:19:33.230Z | Downloaded ipnet v2.10.1 |
635 | 2025-02-05T10:19:33.233Z | Downloaded crc-catalog v2.4.0 |
636 | 2025-02-05T10:19:33.233Z | Downloaded bzip2 v0.4.4 |
637 | 2025-02-05T10:19:33.236Z | Downloaded indent_write v2.2.0 |
638 | 2025-02-05T10:19:33.236Z | Downloaded cmake v0.1.51 |
639 | 2025-02-05T10:19:33.240Z | Downloaded crossbeam-deque v0.8.5 |
640 | 2025-02-05T10:19:33.240Z | Downloaded cassowary v0.3.0 |
641 | 2025-02-05T10:19:33.243Z | Downloaded castaway v0.2.3 |
642 | 2025-02-05T10:19:33.243Z | Downloaded constant_time_eq v0.3.1 |
643 | 2025-02-05T10:19:33.246Z | Downloaded colored v2.1.0 |
644 | 2025-02-05T10:19:33.246Z | Downloaded libloading v0.8.5 |
645 | 2025-02-05T10:19:33.249Z | Downloaded heapless v0.8.0 |
646 | 2025-02-05T10:19:33.252Z | Downloaded simd-adler32 v0.3.7 |
647 | 2025-02-05T10:19:33.255Z | Downloaded blake2 v0.10.6 |
648 | 2025-02-05T10:19:33.259Z | Downloaded termtree v0.5.1 |
649 | 2025-02-05T10:19:33.259Z | Downloaded static_assertions v1.1.0 |
650 | 2025-02-05T10:19:33.262Z | Downloaded curve25519-dalek-derive v0.1.1 |
651 | 2025-02-05T10:19:33.262Z | Downloaded ctr v0.9.2 |
652 | 2025-02-05T10:19:33.262Z | Downloaded slog-scope v4.4.0 |
653 | 2025-02-05T10:19:33.265Z | Downloaded rustc-hash v1.1.0 |
654 | 2025-02-05T10:19:33.265Z | Downloaded num-conv v0.1.0 |
655 | 2025-02-05T10:19:33.268Z | Downloaded endian-type v0.1.2 |
656 | 2025-02-05T10:19:33.268Z | Downloaded bitfield v0.14.0 |
657 | 2025-02-05T10:19:33.268Z | Downloaded backoff v0.4.0 |
658 | 2025-02-05T10:19:33.273Z | Downloaded parse-size v1.1.0 |
659 | 2025-02-05T10:19:33.273Z | Downloaded r2d2 v0.8.10 |
660 | 2025-02-05T10:19:33.276Z | Downloaded multer v3.1.0 |
661 | 2025-02-05T10:19:33.276Z | Downloaded mime_guess v2.0.5 |
662 | 2025-02-05T10:19:33.279Z | Downloaded buf-list v1.0.3 |
663 | 2025-02-05T10:19:33.279Z | Downloaded memoffset v0.9.1 |
664 | 2025-02-05T10:19:33.282Z | Downloaded new_debug_unreachable v1.0.6 |
665 | 2025-02-05T10:19:33.282Z | Downloaded hmac v0.12.1 |
666 | 2025-02-05T10:19:33.285Z | Downloaded cancel-safe-futures v0.1.5 |
667 | 2025-02-05T10:19:33.288Z | Downloaded serde_urlencoded v0.7.1 |
668 | 2025-02-05T10:19:33.288Z | Downloaded serde_repr v0.1.19 |
669 | 2025-02-05T10:19:33.292Z | Downloaded icu_normalizer v1.5.0 |
670 | 2025-02-05T10:19:33.295Z | Downloaded structmeta v0.3.0 |
671 | 2025-02-05T10:19:33.298Z | Downloaded slog-json v2.6.1 |
672 | 2025-02-05T10:19:33.298Z | Downloaded indexmap v1.9.3 |
673 | 2025-02-05T10:19:33.301Z | Downloaded litrs v0.4.1 |
674 | 2025-02-05T10:19:33.318Z | Downloaded crc v3.2.1 |
675 | 2025-02-05T10:19:33.321Z | Downloaded memmap2 v0.9.5 |
676 | 2025-02-05T10:19:33.321Z | Downloaded tls_codec v0.4.1 |
677 | 2025-02-05T10:19:33.321Z | Downloaded termios v0.3.3 |
678 | 2025-02-05T10:19:33.321Z | Downloaded openssl-macros v0.1.1 |
679 | 2025-02-05T10:19:33.321Z | Downloaded termcolor v1.4.1 |
680 | 2025-02-05T10:19:33.321Z | Downloaded icu_locid v1.5.0 |
681 | 2025-02-05T10:19:33.321Z | Downloaded crc32fast v1.4.2 |
682 | 2025-02-05T10:19:33.321Z | Downloaded strum_macros v0.24.3 |
683 | 2025-02-05T10:19:33.324Z | Downloaded const_format_proc_macros v0.2.34 |
684 | 2025-02-05T10:19:33.324Z | Downloaded universal-hash v0.5.1 |
685 | 2025-02-05T10:19:33.327Z | Downloaded csv-core v0.1.11 |
686 | 2025-02-05T10:19:33.328Z | Downloaded tokio-tungstenite v0.21.0 |
687 | 2025-02-05T10:19:33.331Z | Downloaded tokio-stream v0.1.16 |
688 | 2025-02-05T10:19:33.334Z | Downloaded zeroize_derive v1.4.2 |
689 | 2025-02-05T10:19:33.337Z | Downloaded zeroize v1.8.1 |
690 | 2025-02-05T10:19:33.337Z | Downloaded zerofrom-derive v0.1.4 |
691 | 2025-02-05T10:19:33.337Z | Downloaded rustc-demangle v0.1.24 |
692 | 2025-02-05T10:19:33.340Z | Downloaded console v0.15.10 |
693 | 2025-02-05T10:19:33.343Z | Downloaded toolchain_find v0.4.0 |
694 | 2025-02-05T10:19:33.343Z | Downloaded whoami v1.5.2 |
695 | 2025-02-05T10:19:33.346Z | Downloaded iana-time-zone v0.1.61 |
696 | 2025-02-05T10:19:33.349Z | Downloaded cookie_store v0.21.1 |
697 | 2025-02-05T10:19:33.352Z | Downloaded ciborium v0.2.2 |
698 | 2025-02-05T10:19:33.352Z | Downloaded fixedbitset v0.4.2 |
699 | 2025-02-05T10:19:33.355Z | Downloaded rustls-pemfile v2.2.0 |
700 | 2025-02-05T10:19:33.358Z | Downloaded filetime v0.2.25 |
701 | 2025-02-05T10:19:33.358Z | Downloaded percent-encoding v2.3.1 |
702 | 2025-02-05T10:19:33.361Z | Downloaded display-error-chain v0.2.2 |
703 | 2025-02-05T10:19:33.361Z | Downloaded rustls-pemfile v1.0.4 |
704 | 2025-02-05T10:19:33.364Z | Downloaded twox-hash v2.1.0 |
705 | 2025-02-05T10:19:33.364Z | Downloaded group v0.13.0 |
706 | 2025-02-05T10:19:33.367Z | Downloaded funty v2.0.0 |
707 | 2025-02-05T10:19:33.367Z | Downloaded tokio-tungstenite v0.23.1 |
708 | 2025-02-05T10:19:33.370Z | Downloaded nanorand v0.7.0 |
709 | 2025-02-05T10:19:33.373Z | Downloaded indicatif v0.17.11 |
710 | 2025-02-05T10:19:33.376Z | Downloaded clang-sys v1.8.1 |
711 | 2025-02-05T10:19:33.379Z | Downloaded icu_locid_transform_data v1.5.0 |
712 | 2025-02-05T10:19:33.382Z | Downloaded hyper-util v0.1.10 |
713 | 2025-02-05T10:19:33.385Z | Downloaded multimap v0.10.0 |
714 | 2025-02-05T10:19:33.385Z | Downloaded waitgroup v0.1.2 |
715 | 2025-02-05T10:19:33.389Z | Downloaded const-oid v0.9.6 |
716 | 2025-02-05T10:19:33.389Z | Downloaded zone_cfg_derive v0.3.0 |
717 | 2025-02-05T10:19:33.392Z | Downloaded cookie v0.18.1 |
718 | 2025-02-05T10:19:33.395Z | Downloaded darling_macro v0.20.10 |
719 | 2025-02-05T10:19:33.395Z | Downloaded yoke-derive v0.7.4 |
720 | 2025-02-05T10:19:33.395Z | Downloaded mockall_derive v0.13.0 |
721 | 2025-02-05T10:19:33.398Z | Downloaded pem v3.0.4 |
722 | 2025-02-05T10:19:33.398Z | Downloaded unicode-xid v0.2.6 |
723 | 2025-02-05T10:19:33.401Z | Downloaded pbkdf2 v0.11.0 |
724 | 2025-02-05T10:19:33.404Z | Downloaded rand_xorshift v0.3.0 |
725 | 2025-02-05T10:19:33.404Z | Downloaded ppv-lite86 v0.2.20 |
726 | 2025-02-05T10:19:33.404Z | Downloaded rand_seeder v0.3.0 |
727 | 2025-02-05T10:19:33.415Z | Downloaded headers-core v0.3.0 |
728 | 2025-02-05T10:19:33.418Z | Downloaded nibble_vec v0.1.0 |
729 | 2025-02-05T10:19:33.418Z | Downloaded phf_shared v0.10.0 |
730 | 2025-02-05T10:19:33.478Z | Downloaded number_prefix v0.4.0 |
731 | 2025-02-05T10:19:33.478Z | Downloaded base64 v0.21.7 |
732 | 2025-02-05T10:19:33.484Z | Downloaded shell-words v1.1.0 |
733 | 2025-02-05T10:19:33.484Z | Downloaded secrecy v0.8.0 |
734 | 2025-02-05T10:19:33.484Z | Downloaded miniz_oxide v0.8.0 |
735 | 2025-02-05T10:19:33.484Z | Downloaded fxhash v0.2.1 |
736 | 2025-02-05T10:19:33.484Z | Downloaded untrusted v0.9.0 |
737 | 2025-02-05T10:19:33.484Z | Downloaded sec1 v0.7.3 |
738 | 2025-02-05T10:19:33.484Z | Downloaded sha1 v0.10.6 |
739 | 2025-02-05T10:19:33.484Z | Downloaded des v0.8.1 |
740 | 2025-02-05T10:19:33.484Z | Downloaded untrusted v0.7.1 |
741 | 2025-02-05T10:19:33.484Z | Downloaded env_filter v0.1.2 |
742 | 2025-02-05T10:19:33.484Z | Downloaded enum-as-inner v0.6.1 |
743 | 2025-02-05T10:19:33.484Z | Downloaded num-complex v0.4.6 |
744 | 2025-02-05T10:19:33.485Z | Downloaded oso-derive v0.27.3 |
745 | 2025-02-05T10:19:33.485Z | Downloaded normalize-line-endings v0.3.0 |
746 | 2025-02-05T10:19:33.485Z | Downloaded strip-ansi-escapes v0.2.0 |
747 | 2025-02-05T10:19:33.485Z | Downloaded stringprep v0.1.5 |
748 | 2025-02-05T10:19:33.485Z | Downloaded futures-io v0.3.31 |
749 | 2025-02-05T10:19:33.485Z | Downloaded slog-stdlog v4.1.1 |
750 | 2025-02-05T10:19:33.485Z | Downloaded string_cache v0.8.7 |
751 | 2025-02-05T10:19:33.485Z | Downloaded slog-envlogger v2.2.0 |
752 | 2025-02-05T10:19:33.485Z | Downloaded tiny-keccak v2.0.2 |
753 | 2025-02-05T10:19:33.485Z | Downloaded tap v1.0.1 |
754 | 2025-02-05T10:19:33.485Z | Downloaded icu_collections v1.5.0 |
755 | 2025-02-05T10:19:33.485Z | Downloaded native-tls v0.2.12 |
756 | 2025-02-05T10:19:33.485Z | Downloaded globset v0.4.15 |
757 | 2025-02-05T10:19:33.485Z | Downloaded icu_properties v1.5.1 |
758 | 2025-02-05T10:19:33.485Z | Downloaded parking_lot v0.11.2 |
759 | 2025-02-05T10:19:33.485Z | Downloaded crossbeam-epoch v0.9.18 |
760 | 2025-02-05T10:19:33.485Z | Downloaded serde-big-array v0.5.1 |
761 | 2025-02-05T10:19:33.485Z | Downloaded typify v0.2.0 |
762 | 2025-02-05T10:19:33.485Z | Downloaded compact_str v0.8.0 |
763 | 2025-02-05T10:19:33.485Z | Downloaded take_mut v0.2.2 |
764 | 2025-02-05T10:19:33.485Z | Downloaded hickory-server v0.24.2 |
765 | 2025-02-05T10:19:33.489Z | Downloaded postgres-types v0.2.8 |
766 | 2025-02-05T10:19:33.492Z | Downloaded crc-any v2.5.0 |
767 | 2025-02-05T10:19:33.492Z | Downloaded pkcs1 v0.7.5 |
768 | 2025-02-05T10:19:33.496Z | Downloaded ghash v0.5.1 |
769 | 2025-02-05T10:19:33.496Z | Downloaded pem-rfc7468 v0.7.0 |
770 | 2025-02-05T10:19:33.499Z | Downloaded ron v0.7.1 |
771 | 2025-02-05T10:19:33.503Z | Downloaded downcast v0.11.0 |
772 | 2025-02-05T10:19:33.507Z | Downloaded foreign-types-shared v0.3.1 |
773 | 2025-02-05T10:19:33.507Z | Downloaded dirs-sys-next v0.1.2 |
774 | 2025-02-05T10:19:33.507Z | Downloaded foreign-types-shared v0.1.1 |
775 | 2025-02-05T10:19:33.512Z | Downloaded zerofrom v0.1.4 |
776 | 2025-02-05T10:19:33.512Z | Downloaded resolv-conf v0.7.0 |
777 | 2025-02-05T10:19:33.512Z | Downloaded progenitor v0.8.0 |
778 | 2025-02-05T10:19:33.515Z | Downloaded progenitor v0.9.1 |
779 | 2025-02-05T10:19:33.515Z | Downloaded bumpalo v3.16.0 |
780 | 2025-02-05T10:19:33.516Z | Downloaded primeorder v0.13.6 |
781 | 2025-02-05T10:19:33.519Z | Downloaded thiserror-impl v2.0.11 |
782 | 2025-02-05T10:19:33.519Z | Downloaded vte v0.11.1 |
783 | 2025-02-05T10:19:33.522Z | Downloaded getrandom v0.2.15 |
784 | 2025-02-05T10:19:33.527Z | Downloaded tungstenite v0.24.0 |
785 | 2025-02-05T10:19:33.531Z | Downloaded which v4.4.2 |
786 | 2025-02-05T10:19:33.531Z | Downloaded gethostname v0.5.0 |
787 | 2025-02-05T10:19:33.531Z | Downloaded ena v0.14.3 |
788 | 2025-02-05T10:19:33.536Z | Downloaded hickory-resolver v0.24.2 |
789 | 2025-02-05T10:19:33.540Z | Downloaded ron v0.8.1 |
790 | 2025-02-05T10:19:33.544Z | Downloaded pkg-config v0.3.31 |
791 | 2025-02-05T10:19:33.544Z | Downloaded slog-term v2.9.1 |
792 | 2025-02-05T10:19:33.547Z | Downloaded fragile v2.0.0 |
793 | 2025-02-05T10:19:33.547Z | Downloaded mio v1.0.2 |
794 | 2025-02-05T10:19:33.552Z | Downloaded futures v0.3.31 |
795 | 2025-02-05T10:19:33.557Z | Downloaded peg-runtime v0.8.3 |
796 | 2025-02-05T10:19:33.561Z | Downloaded progenitor-client v0.8.0 |
797 | 2025-02-05T10:19:33.561Z | Downloaded base64 v0.22.1 |
798 | 2025-02-05T10:19:33.564Z | Downloaded serde_path_to_error v0.1.16 |
799 | 2025-02-05T10:19:33.567Z | Downloaded rustc-hash v2.0.0 |
800 | 2025-02-05T10:19:33.567Z | Downloaded serde-hex v0.1.0 |
801 | 2025-02-05T10:19:33.570Z | Downloaded yoke v0.7.4 |
802 | 2025-02-05T10:19:33.570Z | Downloaded walkdir v2.5.0 |
803 | 2025-02-05T10:19:33.574Z | Downloaded progenitor-impl v0.8.0 |
804 | 2025-02-05T10:19:33.574Z | Downloaded pkcs5 v0.7.1 |
805 | 2025-02-05T10:19:33.578Z | Downloaded env_logger v0.11.5 |
806 | 2025-02-05T10:19:33.581Z | Downloaded env_logger v0.10.2 |
807 | 2025-02-05T10:19:33.611Z | Downloaded displaydoc v0.2.5 |
808 | 2025-02-05T10:19:33.615Z | Downloaded structmeta-derive v0.3.0 |
809 | 2025-02-05T10:19:33.615Z | Downloaded structmeta-derive v0.2.0 |
810 | 2025-02-05T10:19:33.615Z | Downloaded slog-async v2.8.0 |
811 | 2025-02-05T10:19:33.615Z | Downloaded time-core v0.1.2 |
812 | 2025-02-05T10:19:33.615Z | Downloaded tokio-macros v2.5.0 |
813 | 2025-02-05T10:19:33.615Z | Downloaded thiserror-no-std v2.0.2 |
814 | 2025-02-05T10:19:33.615Z | Downloaded foreign-types-macros v0.2.3 |
815 | 2025-02-05T10:19:33.615Z | Downloaded float-cmp v0.9.0 |
816 | 2025-02-05T10:19:33.615Z | Downloaded thiserror-impl-no-std v2.0.2 |
817 | 2025-02-05T10:19:33.615Z | Downloaded base64 v0.13.1 |
818 | 2025-02-05T10:19:33.615Z | Downloaded typify v0.3.0 |
819 | 2025-02-05T10:19:33.615Z | Downloaded zerocopy v0.6.6 |
820 | 2025-02-05T10:19:33.615Z | Downloaded try-lock v0.2.5 |
821 | 2025-02-05T10:19:33.615Z | Downloaded snafu v0.8.5 |
822 | 2025-02-05T10:19:33.619Z | Downloaded tower-service v0.3.3 |
823 | 2025-02-05T10:19:33.619Z | Downloaded nu-ansi-term v0.50.1 |
824 | 2025-02-05T10:19:33.619Z | Downloaded document-features v0.2.10 |
825 | 2025-02-05T10:19:33.622Z | Downloaded owo-colors v4.1.0 |
826 | 2025-02-05T10:19:33.622Z | Downloaded num_enum v0.5.11 |
827 | 2025-02-05T10:19:33.627Z | Downloaded phf_codegen v0.11.2 |
828 | 2025-02-05T10:19:33.631Z | Downloaded form_urlencoded v1.2.1 |
829 | 2025-02-05T10:19:33.631Z | Downloaded pkcs8 v0.10.2 |
830 | 2025-02-05T10:19:33.634Z | Downloaded const_format v0.2.34 |
831 | 2025-02-05T10:19:33.637Z | Downloaded serde_derive_internals v0.29.1 |
832 | 2025-02-05T10:19:33.640Z | Downloaded foreign-types v0.5.0 |
833 | 2025-02-05T10:19:33.640Z | Downloaded password-hash v0.5.0 |
834 | 2025-02-05T10:19:33.643Z | Downloaded toml v0.7.8 |
835 | 2025-02-05T10:19:33.646Z | Downloaded quick-error v1.2.3 |
836 | 2025-02-05T10:19:33.647Z | Downloaded crossbeam-channel v0.5.13 |
837 | 2025-02-05T10:19:33.650Z | Downloaded minimal-lexical v0.2.1 |
838 | 2025-02-05T10:19:33.654Z | Downloaded shlex v1.3.0 |
839 | 2025-02-05T10:19:33.657Z | Downloaded proc-macro-crate v1.3.1 |
840 | 2025-02-05T10:19:33.657Z | Downloaded tracing-attributes v0.1.27 |
841 | 2025-02-05T10:19:33.660Z | Downloaded ssh-cipher v0.2.0 |
842 | 2025-02-05T10:19:33.663Z | Downloaded sqlformat v0.2.6 |
843 | 2025-02-05T10:19:33.663Z | Downloaded dsl_auto_type v0.1.2 |
844 | 2025-02-05T10:19:33.667Z | Downloaded diesel-dtrace v0.4.2 |
845 | 2025-02-05T10:19:33.667Z | Downloaded schemars v0.8.21 |
846 | 2025-02-05T10:19:33.678Z | Downloaded progenitor-macro v0.8.0 |
847 | 2025-02-05T10:19:33.681Z | Downloaded serde_yaml v0.9.34+deprecated |
848 | 2025-02-05T10:19:33.684Z | Downloaded futures-channel v0.3.31 |
849 | 2025-02-05T10:19:33.687Z | Downloaded russh-cryptovec v0.7.3 |
850 | 2025-02-05T10:19:33.687Z | Downloaded thread_local v1.1.8 |
851 | 2025-02-05T10:19:33.690Z | Downloaded http v1.2.0 |
852 | 2025-02-05T10:19:33.693Z | Downloaded strum v0.26.3 |
853 | 2025-02-05T10:19:33.693Z | Downloaded unsafe-libyaml v0.2.11 |
854 | 2025-02-05T10:19:33.696Z | Downloaded tui-tree-widget v0.22.0 |
855 | 2025-02-05T10:19:33.699Z | Downloaded libm v0.2.8 |
856 | 2025-02-05T10:19:33.705Z | Downloaded itertools v0.10.5 |
857 | 2025-02-05T10:19:33.743Z | Downloaded num v0.4.3 |
858 | 2025-02-05T10:19:33.747Z | Downloaded diesel_table_macro_syntax v0.2.0 |
859 | 2025-02-05T10:19:33.747Z | Downloaded phf v0.11.2 |
860 | 2025-02-05T10:19:33.747Z | Downloaded crypto-bigint v0.5.5 |
861 | 2025-02-05T10:19:33.747Z | Downloaded precomputed-hash v0.1.1 |
862 | 2025-02-05T10:19:33.747Z | Downloaded path-slash v0.1.5 |
863 | 2025-02-05T10:19:33.747Z | Downloaded hash32 v0.3.1 |
864 | 2025-02-05T10:19:33.747Z | Downloaded newtype_derive v0.1.6 |
865 | 2025-02-05T10:19:33.747Z | Downloaded newline-converter v0.3.0 |
866 | 2025-02-05T10:19:33.747Z | Downloaded progenitor-macro v0.9.1 |
867 | 2025-02-05T10:19:33.747Z | Downloaded pin-utils v0.1.0 |
868 | 2025-02-05T10:19:33.747Z | Downloaded packed_struct_codegen v0.10.1 |
869 | 2025-02-05T10:19:33.747Z | Downloaded snafu-derive v0.8.5 |
870 | 2025-02-05T10:19:33.747Z | Downloaded foreign-types v0.3.2 |
871 | 2025-02-05T10:19:33.747Z | Downloaded darling_core v0.20.10 |
872 | 2025-02-05T10:19:33.747Z | Downloaded der v0.7.9 |
873 | 2025-02-05T10:19:33.747Z | Downloaded qorb v0.2.1 |
874 | 2025-02-05T10:19:33.752Z | Downloaded serde_plain v1.0.2 |
875 | 2025-02-05T10:19:33.752Z | Downloaded rustc_version v0.1.7 |
876 | 2025-02-05T10:19:33.752Z | Downloaded unicode_categories v0.1.1 |
877 | 2025-02-05T10:19:33.755Z | Downloaded hash32 v0.2.1 |
878 | 2025-02-05T10:19:33.755Z | Downloaded unarray v0.1.4 |
879 | 2025-02-05T10:19:33.755Z | Downloaded flagset v0.4.6 |
880 | 2025-02-05T10:19:33.759Z | Downloaded schemars_derive v0.8.21 |
881 | 2025-02-05T10:19:33.759Z | Downloaded yasna v0.5.2 |
882 | 2025-02-05T10:19:33.762Z | Downloaded deranged v0.3.11 |
883 | 2025-02-05T10:19:33.762Z | Downloaded zopfli v0.8.1 |
884 | 2025-02-05T10:19:33.766Z | Downloaded rayon-core v1.12.1 |
885 | 2025-02-05T10:19:33.769Z | Downloaded slab v0.4.9 |
886 | 2025-02-05T10:19:33.772Z | Downloaded libxml v0.3.3 |
887 | 2025-02-05T10:19:33.776Z | Downloaded strum_macros v0.25.3 |
888 | 2025-02-05T10:19:33.779Z | Downloaded num_threads v0.1.7 |
889 | 2025-02-05T10:19:33.782Z | Downloaded structmeta v0.2.0 |
890 | 2025-02-05T10:19:33.782Z | Downloaded siphasher v0.3.11 |
891 | 2025-02-05T10:19:33.783Z | Downloaded uuid v1.12.0 |
892 | 2025-02-05T10:19:33.786Z | Downloaded zone_cfg_derive v0.1.2 |
893 | 2025-02-05T10:19:33.789Z | Downloaded vte_generate_state_changes v0.1.2 |
894 | 2025-02-05T10:19:33.789Z | Downloaded num-traits v0.2.19 |
895 | 2025-02-05T10:19:33.793Z | Downloaded itertools v0.12.1 |
896 | 2025-02-05T10:19:33.797Z | Downloaded pretty-hex v0.2.1 |
897 | 2025-02-05T10:19:33.800Z | Downloaded xz2 v0.1.7 |
898 | 2025-02-05T10:19:33.800Z | Downloaded signal-hook-tokio v0.3.1 |
899 | 2025-02-05T10:19:33.803Z | Downloaded ecdsa v0.16.9 |
900 | 2025-02-05T10:19:33.803Z | Downloaded p256 v0.13.2 |
901 | 2025-02-05T10:19:33.806Z | Downloaded openssl-probe v0.1.5 |
902 | 2025-02-05T10:19:33.809Z | Downloaded paste v1.0.15 |
903 | 2025-02-05T10:19:33.813Z | Downloaded pin-project-lite v0.2.14 |
904 | 2025-02-05T10:19:33.816Z | Downloaded newtype-uuid v1.2.1 |
905 | 2025-02-05T10:19:33.817Z | Downloaded foldhash v0.1.3 |
906 | 2025-02-05T10:19:33.820Z | Downloaded pin-project-internal v1.1.6 |
907 | 2025-02-05T10:19:33.820Z | Downloaded tracing-core v0.1.32 |
908 | 2025-02-05T10:19:33.823Z | Downloaded slog v2.7.0 |
909 | 2025-02-05T10:19:33.826Z | Downloaded nodrop v0.1.14 |
910 | 2025-02-05T10:19:33.829Z | Downloaded publicsuffix v2.3.0 |
911 | 2025-02-05T10:19:33.829Z | Downloaded signal-hook v0.3.17 |
912 | 2025-02-05T10:19:33.832Z | Downloaded unicase v2.7.0 |
913 | 2025-02-05T10:19:33.836Z | Downloaded strum_macros v0.26.4 |
914 | 2025-02-05T10:19:33.839Z | Downloaded zerovec-derive v0.10.3 |
915 | 2025-02-05T10:19:33.839Z | Downloaded progenitor-impl v0.9.1 |
916 | 2025-02-05T10:19:33.849Z | Downloaded ed25519-dalek v2.1.1 |
917 | 2025-02-05T10:19:33.851Z | Downloaded unicode-bidi v0.3.17 |
918 | 2025-02-05T10:19:33.851Z | Downloaded rustc_version v0.4.1 |
919 | 2025-02-05T10:19:33.851Z | Downloaded ref-cast v1.0.23 |
920 | 2025-02-05T10:19:33.851Z | Downloaded russh-keys v0.45.0 |
921 | 2025-02-05T10:19:33.854Z | Downloaded typed-path v0.9.3 |
922 | 2025-02-05T10:19:33.858Z | Downloaded rusty-fork v0.3.0 |
923 | 2025-02-05T10:19:33.861Z | Downloaded rustversion v1.0.17 |
924 | 2025-02-05T10:19:33.864Z | Downloaded toml_edit v0.19.15 |
925 | 2025-02-05T10:19:33.878Z | Downloaded want v0.3.1 |
926 | 2025-02-05T10:19:33.881Z | Downloaded parse-display v0.10.0 |
927 | 2025-02-05T10:19:33.881Z | Downloaded float-ord v0.3.2 |
928 | 2025-02-05T10:19:33.884Z | Downloaded rand_core v0.6.4 |
929 | 2025-02-05T10:19:33.884Z | Downloaded difflib v0.4.0 |
930 | 2025-02-05T10:19:33.884Z | Downloaded rustfmt-wrapper v0.2.1 |
931 | 2025-02-05T10:19:33.887Z | Downloaded tokio-rustls v0.26.0 |
932 | 2025-02-05T10:19:33.887Z | Downloaded derive_builder_macro v0.20.2 |
933 | 2025-02-05T10:19:33.890Z | Downloaded tabwriter v1.4.0 |
934 | 2025-02-05T10:19:33.890Z | Downloaded wyz v0.5.1 |
935 | 2025-02-05T10:19:33.893Z | Downloaded fatfs v0.3.6 |
936 | 2025-02-05T10:19:33.896Z | Downloaded futures-core v0.3.31 |
937 | 2025-02-05T10:19:33.896Z | Downloaded derive_builder_core v0.20.2 |
938 | 2025-02-05T10:19:33.899Z | Downloaded parking_lot v0.12.3 |
939 | 2025-02-05T10:19:33.902Z | Downloaded signal-hook-registry v1.4.2 |
940 | 2025-02-05T10:19:33.902Z | Downloaded rand_chacha v0.3.1 |
941 | 2025-02-05T10:19:33.905Z | Downloaded fallible-streaming-iterator v0.1.9 |
942 | 2025-02-05T10:19:33.905Z | Downloaded oso v0.27.3 |
943 | 2025-02-05T10:19:33.908Z | Downloaded crossterm v0.28.1 |
944 | 2025-02-05T10:19:33.914Z | Downloaded futures-task v0.3.31 |
945 | 2025-02-05T10:19:33.917Z | Downloaded futures-sink v0.3.31 |
946 | 2025-02-05T10:19:33.917Z | Downloaded data-encoding v2.6.0 |
947 | 2025-02-05T10:19:33.920Z | Downloaded zone v0.3.0 |
948 | 2025-02-05T10:19:33.920Z | Downloaded time-macros v0.2.18 |
949 | 2025-02-05T10:19:33.923Z | Downloaded thiserror v2.0.11 |
950 | 2025-02-05T10:19:33.926Z | Downloaded scrypt v0.11.0 |
951 | 2025-02-05T10:19:33.929Z | Downloaded spin v0.9.8 |
952 | 2025-02-05T10:19:33.932Z | Downloaded subprocess v0.2.9 |
953 | 2025-02-05T10:19:33.932Z | Downloaded expectorate v1.1.0 |
954 | 2025-02-05T10:19:33.935Z | Downloaded similar v2.6.0 |
955 | 2025-02-05T10:19:33.939Z | Downloaded hkdf v0.12.4 |
956 | 2025-02-05T10:19:33.942Z | Downloaded zone v0.1.8 |
957 | 2025-02-05T10:19:33.946Z | Downloaded utf-8 v0.7.6 |
958 | 2025-02-05T10:19:33.946Z | Downloaded unicode-truncate v1.1.0 |
959 | 2025-02-05T10:19:33.946Z | Downloaded term v0.7.0 |
960 | 2025-02-05T10:19:33.949Z | Downloaded peg v0.8.4 |
961 | 2025-02-05T10:19:33.961Z | Downloaded either v1.13.0 |
962 | 2025-02-05T10:19:33.964Z | Downloaded wait-timeout v0.2.0 |
963 | 2025-02-05T10:19:33.964Z | Downloaded synstructure v0.13.1 |
964 | 2025-02-05T10:19:33.964Z | Downloaded supports-color v3.0.1 |
965 | 2025-02-05T10:19:33.964Z | Downloaded subtle v2.6.1 |
966 | 2025-02-05T10:19:33.964Z | Downloaded hashlink v0.9.1 |
967 | 2025-02-05T10:19:33.964Z | Downloaded signature v2.2.0 |
968 | 2025-02-05T10:19:33.964Z | Downloaded diesel_derives v2.2.3 |
969 | 2025-02-05T10:19:33.967Z | Downloaded quinn v0.11.5 |
970 | 2025-02-05T10:19:33.970Z | Downloaded phf_generator v0.11.2 |
971 | 2025-02-05T10:19:33.973Z | Downloaded futures-executor v0.3.31 |
972 | 2025-02-05T10:19:33.973Z | Downloaded signal-hook-mio v0.2.4 |
973 | 2025-02-05T10:19:33.973Z | Downloaded pbkdf2 v0.12.2 |
974 | 2025-02-05T10:19:33.976Z | Downloaded parse-display-derive v0.10.0 |
975 | 2025-02-05T10:19:33.976Z | Downloaded num_enum_derive v0.5.11 |
976 | 2025-02-05T10:19:33.980Z | Downloaded idna v1.0.3 |
977 | 2025-02-05T10:19:33.983Z | Downloaded stable_deref_trait v1.2.0 |
978 | 2025-02-05T10:19:33.983Z | Downloaded zerocopy-derive v0.8.10 |
979 | 2025-02-05T10:19:33.988Z | Downloaded prettyplease v0.2.25 |
980 | 2025-02-05T10:19:33.991Z | Downloaded tracing v0.1.40 |
981 | 2025-02-05T10:19:33.995Z | Downloaded opaque-debug v0.3.1 |
982 | 2025-02-05T10:19:33.999Z | Downloaded zerovec v0.10.4 |
983 | 2025-02-05T10:19:34.002Z | Downloaded rpassword v7.3.1 |
984 | 2025-02-05T10:19:34.005Z | Downloaded slog-bunyan v2.5.0 |
985 | 2025-02-05T10:19:34.005Z | Downloaded scopeguard v1.2.0 |
986 | 2025-02-05T10:19:34.009Z | Downloaded glob v0.3.2 |
987 | 2025-02-05T10:19:34.009Z | Downloaded polyval v0.6.2 |
988 | 2025-02-05T10:19:34.012Z | Downloaded url v2.5.3 |
989 | 2025-02-05T10:19:34.015Z | Downloaded num-bigint-dig v0.8.4 |
990 | 2025-02-05T10:19:34.018Z | Downloaded utf16_iter v1.0.5 |
991 | 2025-02-05T10:19:34.021Z | Downloaded typify-macro v0.3.0 |
992 | 2025-02-05T10:19:34.021Z | Downloaded itertools v0.13.0 |
993 | 2025-02-05T10:19:34.026Z | Downloaded tokio-rustls v0.25.0 |
994 | 2025-02-05T10:19:34.029Z | Downloaded quinn-udp v0.5.5 |
995 | 2025-02-05T10:19:34.032Z | Downloaded hyper v1.5.2 |
996 | 2025-02-05T10:19:34.036Z | Downloaded test-strategy v0.3.1 |
997 | 2025-02-05T10:19:34.039Z | Downloaded tinyvec_macros v0.1.1 |
998 | 2025-02-05T10:19:34.042Z | Downloaded pin-project v1.1.6 |
999 | 2025-02-05T10:19:34.050Z | Downloaded write16 v1.0.0 |
1000 | 2025-02-05T10:19:34.053Z | Downloaded dyn-clone v1.0.17 |
1001 | 2025-02-05T10:19:34.053Z | Downloaded typify-macro v0.2.0 |
1002 | 2025-02-05T10:19:34.056Z | Downloaded openssl-sys v0.9.105 |
1003 | 2025-02-05T10:19:34.059Z | Downloaded parking_lot_core v0.9.10 |
1004 | 2025-02-05T10:19:34.070Z | Downloaded dirs-next v2.0.0 |
1005 | 2025-02-05T10:19:34.070Z | Downloaded writeable v0.5.5 |
1006 | 2025-02-05T10:19:34.073Z | Downloaded password-hash v0.4.2 |
1007 | 2025-02-05T10:19:34.073Z | Downloaded serde_with v3.11.0 |
1008 | 2025-02-05T10:19:34.076Z | Downloaded slog-dtrace v0.3.0 |
1009 | 2025-02-05T10:19:34.076Z | Downloaded rfc6979 v0.4.0 |
1010 | 2025-02-05T10:19:34.079Z | Downloaded psl-types v2.0.11 |
1011 | 2025-02-05T10:19:34.079Z | Downloaded postgres-protocol v0.6.7 |
1012 | 2025-02-05T10:19:34.079Z | Downloaded blake3 v1.5.4 |
1013 | 2025-02-05T10:19:34.087Z | Downloaded dunce v1.0.5 |
1014 | 2025-02-05T10:19:34.090Z | Downloaded aws-lc-rs v1.10.0 |
1015 | 2025-02-05T10:19:34.096Z | Downloaded fallible-iterator v0.3.0 |
1016 | 2025-02-05T10:19:34.100Z | Downloaded rtoolbox v0.0.2 |
1017 | 2025-02-05T10:19:34.100Z | Downloaded fallible-iterator v0.2.0 |
1018 | 2025-02-05T10:19:34.103Z | Downloaded predicates-core v1.0.8 |
1019 | 2025-02-05T10:19:34.103Z | Downloaded predicates v3.1.2 |
1020 | 2025-02-05T10:19:34.106Z | Downloaded num-iter v0.1.45 |
1021 | 2025-02-05T10:19:34.106Z | Downloaded tinystr v0.7.6 |
1022 | 2025-02-05T10:19:34.109Z | Downloaded num-rational v0.4.2 |
1023 | 2025-02-05T10:19:34.109Z | Downloaded tls_codec_derive v0.4.1 |
1024 | 2025-02-05T10:19:34.112Z | Downloaded poly1305 v0.8.0 |
1025 | 2025-02-05T10:19:34.115Z | Downloaded debug-ignore v1.0.5 |
1026 | 2025-02-05T10:19:34.115Z | Downloaded spki v0.7.3 |
1027 | 2025-02-05T10:19:34.118Z | Downloaded defmt v0.3.8 |
1028 | 2025-02-05T10:19:34.121Z | Downloaded socket2 v0.5.7 |
1029 | 2025-02-05T10:19:34.121Z | Downloaded tar v0.4.42 |
1030 | 2025-02-05T10:19:34.124Z | Downloaded olpc-cjson v0.1.4 |
1031 | 2025-02-05T10:19:34.127Z | Downloaded tokio-rustls v0.24.1 |
1032 | 2025-02-05T10:19:34.127Z | Downloaded diff v0.1.13 |
1033 | 2025-02-05T10:19:34.130Z | Downloaded derive_builder v0.20.2 |
1034 | 2025-02-05T10:19:34.135Z | Downloaded embedded-io v0.6.1 |
1035 | 2025-02-05T10:19:34.138Z | Downloaded embedded-io v0.4.0 |
1036 | 2025-02-05T10:19:34.138Z | Downloaded predicates-tree v1.0.11 |
1037 | 2025-02-05T10:19:34.141Z | Downloaded parking_lot_core v0.8.6 |
1038 | 2025-02-05T10:19:34.142Z | Downloaded nom v7.1.3 |
1039 | 2025-02-05T10:19:34.146Z | Downloaded winnow v0.5.40 |
1040 | 2025-02-05T10:19:34.155Z | Downloaded num-derive v0.4.2 |
1041 | 2025-02-05T10:19:34.158Z | Downloaded salsa20 v0.10.2 |
1042 | 2025-02-05T10:19:34.158Z | Downloaded heapless v0.7.17 |
1043 | 2025-02-05T10:19:34.161Z | Downloaded unicode-normalization v0.1.24 |
1044 | 2025-02-05T10:19:34.165Z | Downloaded smallvec v1.13.2 |
1045 | 2025-02-05T10:19:34.168Z | Downloaded postcard v1.0.10 |
1046 | 2025-02-05T10:19:34.195Z | Downloaded der_derive v0.7.3 |
1047 | 2025-02-05T10:19:34.195Z | Downloaded uzers v0.12.1 |
1048 | 2025-02-05T10:19:34.199Z | Downloaded half v2.4.1 |
1049 | 2025-02-05T10:19:34.199Z | Downloaded tungstenite v0.21.0 |
1050 | 2025-02-05T10:19:34.199Z | Downloaded quick-xml v0.33.0 |
1051 | 2025-02-05T10:19:34.199Z | Downloaded value-bag v1.9.0 |
1052 | 2025-02-05T10:19:34.199Z | Downloaded omicron-zone-package v0.12.0 |
1053 | 2025-02-05T10:19:34.199Z | Downloaded zip v0.6.6 |
1054 | 2025-02-05T10:19:34.199Z | Downloaded rustyline v14.0.0 |
1055 | 2025-02-05T10:19:34.204Z | Downloaded reedline v0.35.0 |
1056 | 2025-02-05T10:19:34.207Z | Downloaded smallvec v0.6.14 |
1057 | 2025-02-05T10:19:34.211Z | Downloaded icu_properties_data v1.5.0 |
1058 | 2025-02-05T10:19:34.219Z | Downloaded p521 v0.13.3 |
1059 | 2025-02-05T10:19:34.222Z | Downloaded proptest v1.5.0 |
1060 | 2025-02-05T10:19:34.232Z | Downloaded unicode-properties v0.1.3 |
1061 | 2025-02-05T10:19:34.235Z | Downloaded ssh-key v0.6.6 |
1062 | 2025-02-05T10:19:34.240Z | Downloaded num-bigint v0.4.6 |
1063 | 2025-02-05T10:19:34.245Z | Downloaded headers v0.4.0 |
1064 | 2025-02-05T10:19:34.250Z | Downloaded tinyvec v1.8.0 |
1065 | 2025-02-05T10:19:34.253Z | Downloaded x509-cert v0.2.5 |
1066 | 2025-02-05T10:19:34.259Z | Downloaded derive-where v1.2.7 |
1067 | 2025-02-05T10:19:34.262Z | Downloaded elliptic-curve v0.13.8 |
1068 | 2025-02-05T10:19:34.265Z | Downloaded bindgen v0.69.5 |
1069 | 2025-02-05T10:19:34.272Z | Downloaded parse-zoneinfo v0.3.1 |
1070 | 2025-02-05T10:19:34.275Z | Downloaded sqlparser v0.45.0 |
1071 | 2025-02-05T10:19:34.281Z | Downloaded time v0.3.36 |
1072 | 2025-02-05T10:19:34.287Z | Downloaded lalrpop v0.19.12 |
1073 | 2025-02-05T10:19:34.304Z | Downloaded tungstenite v0.23.0 |
1074 | 2025-02-05T10:19:34.307Z | Downloaded bitvec v1.0.1 |
1075 | 2025-02-05T10:19:34.315Z | Downloaded rand v0.8.5 |
1076 | 2025-02-05T10:19:34.319Z | Downloaded flate2 v1.0.35 |
1077 | 2025-02-05T10:19:34.324Z | Downloaded rsa v0.9.6 |
1078 | 2025-02-05T10:19:34.328Z | Downloaded hashbrown v0.14.5 |
1079 | 2025-02-05T10:19:34.333Z | Downloaded steno v0.4.1 |
1080 | 2025-02-05T10:19:34.337Z | Downloaded rayon v1.10.0 |
1081 | 2025-02-05T10:19:34.347Z | Downloaded rustls-webpki v0.101.7 |
1082 | 2025-02-05T10:19:34.360Z | Downloaded chrono v0.4.39 |
1083 | 2025-02-05T10:19:34.367Z | Downloaded zip v2.1.3 |
1084 | 2025-02-05T10:19:34.371Z | Downloaded tough v0.19.0 |
1085 | 2025-02-05T10:19:34.379Z | Downloaded tokio-util v0.7.12 |
1086 | 2025-02-05T10:19:34.385Z | Downloaded reqwest v0.12.9 |
1087 | 2025-02-05T10:19:34.395Z | Downloaded unicode-segmentation v1.12.0 |
1088 | 2025-02-05T10:19:34.398Z | Downloaded h2 v0.4.6 |
1089 | 2025-02-05T10:19:34.403Z | Downloaded semver v0.1.20 |
1090 | 2025-02-05T10:19:34.413Z | Downloaded flume v0.11.1 |
1091 | 2025-02-05T10:19:34.416Z | Downloaded rusqlite v0.32.1 |
1092 | 2025-02-05T10:19:34.416Z | Downloaded russh v0.45.0 |
1093 | 2025-02-05T10:19:34.420Z | Downloaded hashbrown v0.12.3 |
1094 | 2025-02-05T10:19:34.423Z | Downloaded num-integer v0.1.46 |
1095 | 2025-02-05T10:19:34.426Z | Downloaded smf v0.2.3 |
1096 | 2025-02-05T10:19:34.426Z | Downloaded topological-sort v0.2.2 |
1097 | 2025-02-05T10:19:34.429Z | Downloaded serde_with_macros v3.11.0 |
1098 | 2025-02-05T10:19:34.429Z | Downloaded sct v0.7.1 |
1099 | 2025-02-05T10:19:34.432Z | Downloaded hashbrown v0.13.2 |
1100 | 2025-02-05T10:19:34.436Z | Downloaded object v0.30.4 |
1101 | 2025-02-05T10:19:34.446Z | Downloaded zerocopy v0.8.10 |
1102 | 2025-02-05T10:19:34.469Z | Downloaded rustls-webpki v0.102.8 |
1103 | 2025-02-05T10:19:34.486Z | Downloaded petname v2.0.2 |
1104 | 2025-02-05T10:19:34.492Z | Downloaded polar-core v0.27.3 |
1105 | 2025-02-05T10:19:34.501Z | Downloaded webpki-roots v0.26.6 |
1106 | 2025-02-05T10:19:34.504Z | Downloaded smoltcp v0.9.1 |
1107 | 2025-02-05T10:19:34.515Z | Downloaded openssl v0.10.70 |
1108 | 2025-02-05T10:19:34.527Z | Downloaded salty v0.3.0 |
1109 | 2025-02-05T10:19:34.530Z | Downloaded unicode-width v0.2.0 |
1110 | 2025-02-05T10:19:34.536Z | Downloaded portable-atomic v1.9.0 |
1111 | 2025-02-05T10:19:34.543Z | Downloaded curve25519-dalek v4.1.3 |
1112 | 2025-02-05T10:19:34.551Z | Downloaded p384 v0.13.0 |
1113 | 2025-02-05T10:19:34.557Z | Downloaded vergen v8.3.2 |
1114 | 2025-02-05T10:19:34.560Z | Downloaded ref-cast-impl v1.0.23 |
1115 | 2025-02-05T10:19:34.564Z | Downloaded phf_shared v0.11.2 |
1116 | 2025-02-05T10:19:34.564Z | Downloaded futures-macro v0.3.31 |
1117 | 2025-02-05T10:19:34.564Z | Downloaded ed25519 v2.2.3 |
1118 | 2025-02-05T10:19:34.567Z | Downloaded futures-util v0.3.31 |
1119 | 2025-02-05T10:19:34.577Z | Downloaded dropshot v0.15.1 |
1120 | 2025-02-05T10:19:34.597Z | Downloaded radix_trie v0.2.1 |
1121 | 2025-02-05T10:19:34.602Z | Downloaded dropshot v0.12.0 |
1122 | 2025-02-05T10:19:34.621Z | Downloaded smoltcp v0.11.0 |
1123 | 2025-02-05T10:19:34.674Z | Downloaded regex v1.11.1 |
1124 | 2025-02-05T10:19:34.679Z | Downloaded git2 v0.19.0 |
1125 | 2025-02-05T10:19:34.679Z | Downloaded rustls v0.23.19 |
1126 | 2025-02-05T10:19:34.679Z | Downloaded regex-syntax v0.6.29 |
1127 | 2025-02-05T10:19:34.679Z | Downloaded regress v0.10.1 |
1128 | 2025-02-05T10:19:34.683Z | Downloaded regex-syntax v0.8.5 |
1129 | 2025-02-05T10:19:34.689Z | Downloaded rustls v0.21.12 |
1130 | 2025-02-05T10:19:34.699Z | Downloaded diesel v2.2.6 |
1131 | 2025-02-05T10:19:34.717Z | Downloaded gimli v0.31.1 |
1132 | 2025-02-05T10:19:34.725Z | Downloaded nix v0.28.0 |
1133 | 2025-02-05T10:19:34.736Z | Downloaded openapiv3 v2.0.0 |
1134 | 2025-02-05T10:19:34.748Z | Downloaded bstr v1.10.0 |
1135 | 2025-02-05T10:19:34.758Z | Downloaded chrono-tz v0.10.1 |
1136 | 2025-02-05T10:19:34.765Z | Downloaded nix v0.29.0 |
1137 | 2025-02-05T10:19:34.781Z | Downloaded object v0.36.5 |
1138 | 2025-02-05T10:19:34.788Z | Downloaded regress v0.9.1 |
1139 | 2025-02-05T10:19:34.796Z | Downloaded rustls v0.22.4 |
1140 | 2025-02-05T10:19:34.809Z | Downloaded typify-impl v0.3.0 |
1141 | 2025-02-05T10:19:34.825Z | Downloaded regex-automata v0.4.8 |
1142 | 2025-02-05T10:19:34.841Z | Downloaded sled v0.34.7 |
1143 | 2025-02-05T10:19:34.851Z | Downloaded zerocopy-derive v0.6.6 |
1144 | 2025-02-05T10:19:34.861Z | Downloaded nix v0.27.1 |
1145 | 2025-02-05T10:19:34.870Z | Downloaded ratatui v0.28.1 |
1146 | 2025-02-05T10:19:34.889Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1147 | 2025-02-05T10:19:34.901Z | Downloaded typify-impl v0.2.0 |
1148 | 2025-02-05T10:19:34.916Z | Downloaded hickory-proto v0.24.2 |
1149 | 2025-02-05T10:19:34.930Z | Downloaded lzma-sys v0.1.20 |
1150 | 2025-02-05T10:19:34.958Z | Downloaded quinn-proto v0.11.8 |
1151 | 2025-02-05T10:19:34.964Z | Downloaded vcpkg v0.2.15 |
1152 | 2025-02-05T10:19:35.001Z | Downloaded peg-macros v0.8.4 |
1153 | 2025-02-05T10:19:35.004Z | Downloaded packed_struct v0.10.1 |
1154 | 2025-02-05T10:19:35.004Z | Downloaded ssh-encoding v0.2.0 |
1155 | 2025-02-05T10:19:35.007Z | Downloaded rustls-pki-types v1.10.0 |
1156 | 2025-02-05T10:19:35.011Z | Downloaded tokio-native-tls v0.3.1 |
1157 | 2025-02-05T10:19:35.011Z | Downloaded tokio-postgres v0.7.12 |
1158 | 2025-02-05T10:19:35.014Z | Downloaded defmt-parser v0.3.4 |
1159 | 2025-02-05T10:19:35.017Z | Downloaded petgraph v0.6.5 |
1160 | 2025-02-05T10:19:35.031Z | Downloaded libz-sys v1.1.20 |
1161 | 2025-02-05T10:19:35.051Z | Downloaded defmt-macros v0.3.9 |
1162 | 2025-02-05T10:19:35.054Z | Downloaded xattr v1.3.1 |
1163 | 2025-02-05T10:19:35.057Z | Downloaded utf8_iter v1.0.4 |
1164 | 2025-02-05T10:19:35.057Z | Downloaded tokio v1.43.0 |
1165 | 2025-02-05T10:19:35.093Z | Downloaded sha3 v0.10.8 |
1166 | 2025-02-05T10:19:35.098Z | Downloaded cc v1.1.30 |
1167 | 2025-02-05T10:19:35.111Z | Downloaded bytes v1.9.0 |
1168 | 2025-02-05T10:19:35.114Z | Downloaded fs_extra v1.3.0 |
1169 | 2025-02-05T10:19:35.114Z | Downloaded samael v0.0.17 |
1170 | 2025-02-05T10:19:35.114Z | Downloaded rcgen v0.12.1 |
1171 | 2025-02-05T10:19:35.114Z | Downloaded dropshot_endpoint v0.15.1 |
1172 | 2025-02-05T10:19:35.117Z | Downloaded dropshot_endpoint v0.12.0 |
1173 | 2025-02-05T10:19:35.121Z | Downloaded derive_more v0.99.18 |
1174 | 2025-02-05T10:19:35.125Z | Downloaded vsss-rs v3.3.4 |
1175 | 2025-02-05T10:19:35.128Z | Downloaded tokio-tungstenite v0.24.0 |
1176 | 2025-02-05T10:19:35.128Z | Downloaded csv v1.3.1 |
1177 | 2025-02-05T10:19:35.146Z | Downloaded chacha20poly1305 v0.10.1 |
1178 | 2025-02-05T10:19:35.150Z | Downloaded powerfmt v0.2.0 |
1179 | 2025-02-05T10:19:35.150Z | Downloaded crossbeam-utils v0.8.20 |
1180 | 2025-02-05T10:19:35.153Z | Downloaded ff v0.13.0 |
1181 | 2025-02-05T10:19:35.153Z | Downloaded fd-lock v4.0.2 |
1182 | 2025-02-05T10:19:35.156Z | Downloaded icu_provider v1.5.0 |
1183 | 2025-02-05T10:19:35.160Z | Downloaded scheduled-thread-pool v0.2.7 |
1184 | 2025-02-05T10:19:35.160Z | Downloaded same-file v1.0.6 |
1185 | 2025-02-05T10:19:35.160Z | Downloaded libsw v3.3.1 |
1186 | 2025-02-05T10:19:35.163Z | Downloaded icu_normalizer_data v1.5.0 |
1187 | 2025-02-05T10:19:35.163Z | Downloaded ciborium-ll v0.2.2 |
1188 | 2025-02-05T10:19:35.166Z | Downloaded bcrypt-pbkdf v0.10.0 |
1189 | 2025-02-05T10:19:35.166Z | Downloaded block-padding v0.3.3 |
1190 | 2025-02-05T10:19:35.166Z | Downloaded bitfield-struct v0.6.2 |
1191 | 2025-02-05T10:19:35.166Z | Downloaded bit-vec v0.6.3 |
1192 | 2025-02-05T10:19:35.169Z | Downloaded bit-set v0.5.3 |
1193 | 2025-02-05T10:19:35.169Z | Downloaded lru-cache v0.1.2 |
1194 | 2025-02-05T10:19:35.172Z | Downloaded lockfree-object-pool v0.1.6 |
1195 | 2025-02-05T10:19:35.259Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1196 | 2025-02-05T10:19:35.315Z | Downloaded encoding_rs v0.8.34 |
1197 | 2025-02-05T10:19:35.583Z | Downloaded libsqlite3-sys v0.30.1 |
1198 | 2025-02-05T10:19:35.869Z | Downloaded ring v0.17.8 |
1199 | 2025-02-05T10:19:36.222Z | Downloaded aws-lc-sys v0.22.0 |
1200 | 2025-02-05T10:19:36.528Z | Compiling serde v1.0.217 |
1201 | 2025-02-05T10:19:36.531Z | Compiling lock_api v0.4.12 |
1202 | 2025-02-05T10:19:36.531Z | Compiling value-bag v1.9.0 |
1203 | 2025-02-05T10:19:36.531Z | Compiling scopeguard v1.2.0 |
1204 | 2025-02-05T10:19:36.531Z | Compiling typenum v1.17.0 |
1205 | 2025-02-05T10:19:36.532Z | Compiling generic-array v0.14.7 |
1206 | 2025-02-05T10:19:36.743Z | Compiling syn v2.0.96 |
1207 | 2025-02-05T10:19:36.757Z | Compiling getrandom v0.2.15 |
1208 | 2025-02-05T10:19:36.848Z | Compiling subtle v2.6.1 |
1209 | 2025-02-05T10:19:37.018Z | Compiling rand_core v0.6.4 |
1210 | 2025-02-05T10:19:37.144Z | Compiling log v0.4.22 |
1211 | 2025-02-05T10:19:37.245Z | Compiling shlex v1.3.0 |
1212 | 2025-02-05T10:19:37.266Z | Compiling jobserver v0.1.32 |
1213 | 2025-02-05T10:19:37.305Z | Compiling smallvec v1.13.2 |
1214 | 2025-02-05T10:19:37.685Z | Compiling const-oid v0.9.6 |
1215 | 2025-02-05T10:19:37.705Z | Compiling pin-project-lite v0.2.14 |
1216 | 2025-02-05T10:19:37.760Z | Compiling rustix v0.38.37 |
1217 | 2025-02-05T10:19:37.841Z | Compiling cc v1.1.30 |
1218 | 2025-02-05T10:19:37.862Z | Compiling spin v0.9.8 |
1219 | 2025-02-05T10:19:38.083Z | Compiling parking_lot_core v0.9.10 |
1220 | 2025-02-05T10:19:38.247Z | Compiling futures-core v0.3.31 |
1221 | 2025-02-05T10:19:38.279Z | Compiling signal-hook-registry v1.4.2 |
1222 | 2025-02-05T10:19:38.510Z | Compiling mio v1.0.2 |
1223 | 2025-02-05T10:19:38.622Z | Compiling aho-corasick v1.1.3 |
1224 | 2025-02-05T10:19:39.061Z | Compiling parking_lot v0.12.3 |
1225 | 2025-02-05T10:19:39.197Z | Compiling regex-syntax v0.8.5 |
1226 | 2025-02-05T10:19:39.264Z | Compiling cpufeatures v0.2.14 |
1227 | 2025-02-05T10:19:39.359Z | Compiling stable_deref_trait v1.2.0 |
1228 | 2025-02-05T10:19:39.492Z | Compiling either v1.13.0 |
1229 | 2025-02-05T10:19:39.666Z | Compiling glob v0.3.2 |
1230 | 2025-02-05T10:19:39.836Z | Compiling futures-sink v0.3.31 |
1231 | 2025-02-05T10:19:39.906Z | Compiling socket2 v0.5.7 |
1232 | 2025-02-05T10:19:39.978Z | Compiling slab v0.4.9 |
1233 | 2025-02-05T10:19:40.002Z | Compiling prettyplease v0.2.25 |
1234 | 2025-02-05T10:19:40.432Z | Compiling lazy_static v1.5.0 |
1235 | 2025-02-05T10:19:40.460Z | Compiling serde_json v1.0.135 |
1236 | 2025-02-05T10:19:40.530Z | Compiling minimal-lexical v0.2.1 |
1237 | 2025-02-05T10:19:40.597Z | Compiling clang-sys v1.8.1 |
1238 | 2025-02-05T10:19:40.864Z | Compiling libloading v0.8.5 |
1239 | 2025-02-05T10:19:41.056Z | Compiling nom v7.1.3 |
1240 | 2025-02-05T10:19:41.086Z | Compiling bindgen v0.69.5 |
1241 | 2025-02-05T10:19:41.241Z | Compiling home v0.5.9 |
1242 | 2025-02-05T10:19:41.501Z | Compiling futures-channel v0.3.31 |
1243 | 2025-02-05T10:19:41.709Z | Compiling itertools v0.12.1 |
1244 | 2025-02-05T10:19:41.883Z | Compiling futures-task v0.3.31 |
1245 | 2025-02-05T10:19:41.958Z | Compiling lazycell v1.3.0 |
1246 | 2025-02-05T10:19:42.174Z | Compiling foldhash v0.1.3 |
1247 | 2025-02-05T10:19:42.179Z | Compiling pin-utils v0.1.0 |
1248 | 2025-02-05T10:19:42.279Z | Compiling allocator-api2 v0.2.18 |
1249 | 2025-02-05T10:19:42.430Z | Compiling libm v0.2.8 |
1250 | 2025-02-05T10:19:42.818Z | Compiling rustc-hash v1.1.0 |
1251 | 2025-02-05T10:19:42.988Z | Compiling regex-automata v0.4.8 |
1252 | 2025-02-05T10:19:43.014Z | Compiling futures-io v0.3.31 |
1253 | 2025-02-05T10:19:43.273Z | Compiling hashbrown v0.15.1 |
1254 | 2025-02-05T10:19:43.367Z | Compiling cmake v0.1.51 |
1255 | 2025-02-05T10:19:45.811Z | Compiling synstructure v0.13.1 |
1256 | 2025-02-05T10:19:45.851Z | Compiling cexpr v0.6.0 |
1257 | 2025-02-05T10:19:45.851Z | Compiling num-traits v0.2.19 |
1258 | 2025-02-05T10:19:45.851Z | Compiling fs_extra v1.3.0 |
1259 | 2025-02-05T10:19:45.851Z | Compiling dunce v1.0.5 |
1260 | 2025-02-05T10:19:45.851Z | Compiling pkg-config v0.3.31 |
1261 | 2025-02-05T10:19:45.851Z | Compiling writeable v0.5.5 |
1262 | 2025-02-05T10:19:45.958Z | Compiling litemap v0.7.3 |
1263 | 2025-02-05T10:19:46.348Z | Compiling ring v0.17.8 |
1264 | 2025-02-05T10:19:46.352Z | Compiling base64ct v1.6.0 |
1265 | 2025-02-05T10:19:46.944Z | Compiling paste v1.0.15 |
1266 | 2025-02-05T10:19:47.069Z | Compiling pem-rfc7468 v0.7.0 |
1267 | 2025-02-05T10:19:47.237Z | Compiling aws-lc-rs v1.10.0 |
1268 | 2025-02-05T10:19:47.535Z | Compiling flagset v0.4.6 |
1269 | 2025-02-05T10:19:47.643Z | Compiling icu_locid_transform_data v1.5.0 |
1270 | 2025-02-05T10:19:47.714Z | Compiling httparse v1.9.5 |
1271 | 2025-02-05T10:19:47.800Z | Compiling tracing-core v0.1.32 |
1272 | 2025-02-05T10:19:48.376Z | Compiling regex v1.11.1 |
1273 | 2025-02-05T10:19:48.602Z | Compiling crossbeam-utils v0.8.20 |
1274 | 2025-02-05T10:19:48.822Z | Compiling percent-encoding v2.3.1 |
1275 | 2025-02-05T10:19:48.937Z | Compiling icu_properties_data v1.5.0 |
1276 | 2025-02-05T10:19:49.078Z | Compiling rustls-pki-types v1.10.0 |
1277 | 2025-02-05T10:19:49.183Z | Compiling untrusted v0.9.0 |
1278 | 2025-02-05T10:19:49.274Z | Compiling write16 v1.0.0 |
1279 | 2025-02-05T10:19:49.330Z | Compiling untrusted v0.7.1 |
1280 | 2025-02-05T10:19:49.425Z | Compiling powerfmt v0.2.0 |
1281 | 2025-02-05T10:19:49.518Z | Compiling serde_derive v1.0.217 |
1282 | 2025-02-05T10:19:49.538Z | Compiling zeroize_derive v1.4.2 |
1283 | 2025-02-05T10:19:49.671Z | Compiling zerocopy-derive v0.7.35 |
1284 | 2025-02-05T10:19:49.790Z | Compiling tokio-macros v2.5.0 |
1285 | 2025-02-05T10:19:50.031Z | Compiling zerofrom-derive v0.1.4 |
1286 | 2025-02-05T10:19:50.967Z | Compiling zeroize v1.8.1 |
1287 | 2025-02-05T10:19:51.275Z | Compiling yoke-derive v0.7.4 |
1288 | 2025-02-05T10:19:51.540Z | Compiling zerocopy v0.7.35 |
1289 | 2025-02-05T10:19:51.578Z | Compiling thiserror-impl v1.0.69 |
1290 | 2025-02-05T10:19:52.451Z | Compiling crypto-common v0.1.6 |
1291 | 2025-02-05T10:19:52.727Z | Compiling block-buffer v0.10.4 |
1292 | 2025-02-05T10:19:52.848Z | Compiling zerovec-derive v0.10.3 |
1293 | 2025-02-05T10:19:52.991Z | Compiling digest v0.10.7 |
1294 | 2025-02-05T10:19:53.377Z | Compiling zerofrom v0.1.4 |
1295 | 2025-02-05T10:19:53.448Z | Compiling hmac v0.12.1 |
1296 | 2025-02-05T10:19:53.628Z | Compiling futures-macro v0.3.31 |
1297 | 2025-02-05T10:19:53.636Z | Compiling displaydoc v0.2.5 |
1298 | 2025-02-05T10:19:53.695Z | Compiling block-padding v0.3.3 |
1299 | 2025-02-05T10:19:53.867Z | Compiling yoke v0.7.4 |
1300 | 2025-02-05T10:19:53.944Z | Compiling inout v0.1.3 |
1301 | 2025-02-05T10:19:54.212Z | Compiling cipher v0.4.4 |
1302 | 2025-02-05T10:19:54.232Z | Compiling sha2 v0.10.8 |
1303 | 2025-02-05T10:19:54.465Z | Compiling thiserror v1.0.69 |
1304 | 2025-02-05T10:19:54.623Z | Compiling icu_provider_macros v1.5.0 |
1305 | 2025-02-05T10:19:54.701Z | Compiling ppv-lite86 v0.2.20 |
1306 | 2025-02-05T10:19:55.071Z | Compiling der_derive v0.7.3 |
1307 | 2025-02-05T10:19:55.206Z | Compiling zerovec v0.10.4 |
1308 | 2025-02-05T10:19:55.435Z | Compiling futures-util v0.3.31 |
1309 | 2025-02-05T10:19:55.442Z | Compiling rand_chacha v0.3.1 |
1310 | 2025-02-05T10:19:55.683Z | Compiling tracing-attributes v0.1.27 |
1311 | 2025-02-05T10:19:56.994Z | Compiling tinystr v0.7.6 |
1312 | 2025-02-05T10:19:57.338Z | Compiling der v0.7.9 |
1313 | 2025-02-05T10:19:57.345Z | Compiling icu_locid v1.5.0 |
1314 | 2025-02-05T10:19:57.487Z | Compiling icu_collections v1.5.0 |
1315 | 2025-02-05T10:19:57.688Z | Compiling rand v0.8.5 |
1316 | 2025-02-05T10:19:58.808Z | Compiling icu_provider v1.5.0 |
1317 | 2025-02-05T10:19:58.833Z | Compiling tracing v0.1.40 |
1318 | 2025-02-05T10:19:59.313Z | Compiling spki v0.7.3 |
1319 | 2025-02-05T10:19:59.348Z | Compiling salsa20 v0.10.2 |
1320 | 2025-02-05T10:19:59.586Z | Compiling icu_locid_transform v1.5.0 |
1321 | 2025-02-05T10:19:59.640Z | Compiling pest v2.7.14 |
1322 | 2025-02-05T10:19:59.660Z | Compiling pbkdf2 v0.12.2 |
1323 | 2025-02-05T10:19:59.689Z | Compiling vcpkg v0.2.15 |
1324 | 2025-02-05T10:19:59.865Z | Compiling icu_normalizer_data v1.5.0 |
1325 | 2025-02-05T10:19:59.951Z | Compiling mirai-annotations v1.12.0 |
1326 | 2025-02-05T10:20:00.144Z | Compiling utf8_iter v1.0.4 |
1327 | 2025-02-05T10:20:00.219Z | Compiling num-conv v0.1.0 |
1328 | 2025-02-05T10:20:00.395Z | Compiling utf16_iter v1.0.5 |
1329 | 2025-02-05T10:20:00.512Z | Compiling time-core v0.1.2 |
1330 | 2025-02-05T10:20:00.518Z | Compiling scrypt v0.11.0 |
1331 | 2025-02-05T10:20:00.610Z | Compiling aes v0.8.4 |
1332 | 2025-02-05T10:20:00.662Z | Compiling time-macros v0.2.18 |
1333 | 2025-02-05T10:20:01.004Z | Compiling icu_properties v1.5.1 |
1334 | 2025-02-05T10:20:01.425Z | Compiling openssl-sys v0.9.105 |
1335 | 2025-02-05T10:20:01.758Z | Compiling bitflags v2.6.0 |
1336 | 2025-02-05T10:20:01.885Z | Compiling bytes v1.9.0 |
1337 | 2025-02-05T10:20:02.476Z | Compiling indexmap v2.7.1 |
1338 | 2025-02-05T10:20:02.540Z | Compiling semver v1.0.24 |
1339 | 2025-02-05T10:20:03.103Z | Compiling tokio v1.43.0 |
1340 | 2025-02-05T10:20:03.267Z | Compiling http v1.2.0 |
1341 | 2025-02-05T10:20:03.411Z | Compiling rustc_version v0.4.1 |
1342 | 2025-02-05T10:20:03.763Z | Compiling pest_meta v2.7.14 |
1343 | 2025-02-05T10:20:04.175Z | Compiling cbc v0.1.2 |
1344 | 2025-02-05T10:20:04.349Z | Compiling deranged v0.3.11 |
1345 | 2025-02-05T10:20:04.794Z | Compiling icu_normalizer v1.5.0 |
1346 | 2025-02-05T10:20:05.539Z | Compiling scroll_derive v0.12.0 |
1347 | 2025-02-05T10:20:05.808Z | Compiling which v4.4.2 |
1348 | 2025-02-05T10:20:06.599Z | Compiling num_threads v0.1.7 |
1349 | 2025-02-05T10:20:06.746Z | Compiling atomic-waker v1.1.2 |
1350 | 2025-02-05T10:20:06.750Z | Compiling tinyvec_macros v0.1.1 |
1351 | 2025-02-05T10:20:06.868Z | Compiling tinyvec v1.8.0 |
1352 | 2025-02-05T10:20:06.890Z | Compiling time v0.3.36 |
1353 | 2025-02-05T10:20:06.969Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-02-05T10:20:06.976Z | Compiling scroll v0.12.0 |
1355 | 2025-02-05T10:20:07.166Z | Compiling pest_generator v2.7.14 |
1356 | 2025-02-05T10:20:07.336Z | Compiling http-body v1.0.1 |
1357 | 2025-02-05T10:20:07.456Z | Compiling pkcs5 v0.7.1 |
1358 | 2025-02-05T10:20:07.771Z | Compiling form_urlencoded v1.2.1 |
1359 | 2025-02-05T10:20:08.173Z | Compiling slog v2.7.0 |
1360 | 2025-02-05T10:20:08.177Z | Compiling try-lock v0.2.5 |
1361 | 2025-02-05T10:20:08.387Z | Compiling goblin v0.8.2 |
1362 | 2025-02-05T10:20:08.408Z | Compiling want v0.3.1 |
1363 | 2025-02-05T10:20:08.647Z | Compiling pkcs8 v0.10.2 |
1364 | 2025-02-05T10:20:08.679Z | Compiling idna v1.0.3 |
1365 | 2025-02-05T10:20:08.698Z | Compiling uuid v1.12.0 |
1366 | 2025-02-05T10:20:09.075Z | Compiling pest_derive v2.7.14 |
1367 | 2025-02-05T10:20:09.325Z | Compiling httpdate v1.0.3 |
1368 | 2025-02-05T10:20:09.758Z | Compiling iana-time-zone v0.1.61 |
1369 | 2025-02-05T10:20:09.854Z | Compiling dtrace-parser v0.2.0 |
1370 | 2025-02-05T10:20:10.157Z | Compiling chrono v0.4.39 |
1371 | 2025-02-05T10:20:10.298Z | Compiling serde_tokenstream v0.2.2 |
1372 | 2025-02-05T10:20:10.879Z | Compiling serde_spanned v0.6.8 |
1373 | 2025-02-05T10:20:10.971Z | Compiling toml_datetime v0.6.8 |
1374 | 2025-02-05T10:20:11.135Z | Compiling tokio-util v0.7.12 |
1375 | 2025-02-05T10:20:11.623Z | Compiling base64 v0.22.1 |
1376 | 2025-02-05T10:20:11.640Z | Compiling openssl v0.10.70 |
1377 | 2025-02-05T10:20:11.763Z | Compiling match_cfg v0.1.0 |
1378 | 2025-02-05T10:20:11.873Z | Compiling rustversion v1.0.17 |
1379 | 2025-02-05T10:20:11.996Z | Compiling adler2 v2.0.0 |
1380 | 2025-02-05T10:20:12.193Z | Compiling h2 v0.4.6 |
1381 | 2025-02-05T10:20:12.218Z | Compiling foreign-types-shared v0.1.1 |
1382 | 2025-02-05T10:20:12.351Z | Compiling tower-service v0.3.3 |
1383 | 2025-02-05T10:20:12.441Z | Compiling foreign-types v0.3.2 |
1384 | 2025-02-05T10:20:12.501Z | Compiling miniz_oxide v0.8.0 |
1385 | 2025-02-05T10:20:12.603Z | Compiling hostname v0.3.1 |
1386 | 2025-02-05T10:20:12.653Z | Compiling url v2.5.3 |
1387 | 2025-02-05T10:20:13.585Z | Compiling async-trait v0.1.86 |
1388 | 2025-02-05T10:20:13.978Z | Compiling openssl-macros v0.1.1 |
1389 | 2025-02-05T10:20:14.090Z | Compiling dof v0.3.0 |
1390 | 2025-02-05T10:20:14.445Z | Compiling serde_derive_internals v0.29.1 |
1391 | 2025-02-05T10:20:14.722Z | Compiling dirs-sys-next v0.1.2 |
1392 | 2025-02-05T10:20:15.282Z | Compiling usdt-impl v0.5.0 |
1393 | 2025-02-05T10:20:15.996Z | Compiling syn v1.0.109 |
1394 | 2025-02-05T10:20:16.066Z | Compiling data-encoding v2.6.0 |
1395 | 2025-02-05T10:20:16.586Z | Compiling native-tls v0.2.12 |
1396 | 2025-02-05T10:20:16.603Z | Compiling rustls v0.22.4 |
1397 | 2025-02-05T10:20:16.770Z | Compiling siphasher v0.3.11 |
1398 | 2025-02-05T10:20:16.847Z | Compiling schemars v0.8.21 |
1399 | 2025-02-05T10:20:16.877Z | Compiling rustls v0.23.19 |
1400 | 2025-02-05T10:20:16.958Z | Compiling schemars_derive v0.8.21 |
1401 | 2025-02-05T10:20:17.144Z | Compiling dirs-next v2.0.0 |
1402 | 2025-02-05T10:20:17.329Z | Compiling unicode-normalization v0.1.24 |
1403 | 2025-02-05T10:20:17.788Z | Compiling http-body-util v0.1.2 |
1404 | 2025-02-05T10:20:18.120Z | Compiling crossbeam-epoch v0.9.18 |
1405 | 2025-02-05T10:20:18.288Z | Compiling heapless v0.7.17 |
1406 | 2025-02-05T10:20:18.479Z | Compiling signature v2.2.0 |
1407 | 2025-02-05T10:20:18.483Z | Compiling sha1 v0.10.6 |
1408 | 2025-02-05T10:20:18.730Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1409 | 2025-02-05T10:20:18.772Z | Compiling thread_local v1.1.8 |
1410 | 2025-02-05T10:20:18.807Z | Compiling multer v3.1.0 |
1411 | 2025-02-05T10:20:18.929Z | Compiling encoding_rs v0.8.34 |
1412 | 2025-02-05T10:20:19.101Z | Compiling cookie v0.18.1 |
1413 | 2025-02-05T10:20:19.201Z | Compiling unicode-bidi v0.3.17 |
1414 | 2025-02-05T10:20:19.261Z | Compiling hyper v1.5.2 |
1415 | 2025-02-05T10:20:19.404Z | Compiling ipnet v2.10.1 |
1416 | 2025-02-05T10:20:19.995Z | Compiling signal-hook v0.3.17 |
1417 | 2025-02-05T10:20:20.293Z | Compiling gimli v0.31.1 |
1418 | 2025-02-05T10:20:20.472Z | Compiling mime v0.3.17 |
1419 | 2025-02-05T10:20:20.535Z | Compiling openssl-probe v0.1.5 |
1420 | 2025-02-05T10:20:20.862Z | Compiling dyn-clone v1.0.17 |
1421 | 2025-02-05T10:20:21.026Z | Compiling rayon-core v1.12.1 |
1422 | 2025-02-05T10:20:21.095Z | Compiling slog-async v2.8.0 |
1423 | 2025-02-05T10:20:21.353Z | Compiling unicode-properties v0.1.3 |
1424 | 2025-02-05T10:20:21.629Z | Compiling hyper-util v0.1.10 |
1425 | 2025-02-05T10:20:21.718Z | Compiling stringprep v0.1.5 |
1426 | 2025-02-05T10:20:22.922Z | Compiling toml_edit v0.22.22 |
1427 | 2025-02-05T10:20:23.631Z | Compiling crossbeam-deque v0.8.5 |
1428 | 2025-02-05T10:20:23.988Z | Compiling usdt-attr-macro v0.5.0 |
1429 | 2025-02-05T10:20:24.517Z | Compiling addr2line v0.24.2 |
1430 | 2025-02-05T10:20:24.798Z | Compiling usdt-macro v0.5.0 |
1431 | 2025-02-05T10:20:24.974Z | Compiling term v0.7.0 |
1432 | 2025-02-05T10:20:25.192Z | Compiling slog-json v2.6.1 |
1433 | 2025-02-05T10:20:25.525Z | Compiling serde_urlencoded v0.7.1 |
1434 | 2025-02-05T10:20:25.556Z | Compiling crossbeam-channel v0.5.13 |
1435 | 2025-02-05T10:20:25.714Z | Compiling curve25519-dalek v4.1.3 |
1436 | 2025-02-05T10:20:25.988Z | Compiling futures-executor v0.3.31 |
1437 | 2025-02-05T10:20:26.217Z | Compiling enum-as-inner v0.6.1 |
1438 | 2025-02-05T10:20:26.342Z | Compiling md-5 v0.10.6 |
1439 | 2025-02-05T10:20:26.398Z | Compiling rustls-pemfile v2.2.0 |
1440 | 2025-02-05T10:20:26.510Z | Compiling async-stream-impl v0.3.6 |
1441 | 2025-02-05T10:20:26.531Z | Compiling num-integer v0.1.46 |
1442 | 2025-02-05T10:20:26.605Z | Compiling hash32 v0.2.1 |
1443 | 2025-02-05T10:20:26.743Z | Compiling ff v0.13.0 |
1444 | 2025-02-05T10:20:26.961Z | Compiling is-terminal v0.4.13 |
1445 | 2025-02-05T10:20:26.965Z | Compiling object v0.36.5 |
1446 | 2025-02-05T10:20:27.110Z | Compiling dropshot v0.12.0 |
1447 | 2025-02-05T10:20:27.232Z | Compiling linked-hash-map v0.5.6 |
1448 | 2025-02-05T10:20:27.293Z | Compiling fallible-iterator v0.2.0 |
1449 | 2025-02-05T10:20:27.414Z | Compiling utf-8 v0.7.6 |
1450 | 2025-02-05T10:20:27.612Z | Compiling base16ct v0.2.0 |
1451 | 2025-02-05T10:20:27.785Z | Compiling rustc-demangle v0.1.24 |
1452 | 2025-02-05T10:20:27.806Z | Compiling num-bigint-dig v0.8.4 |
1453 | 2025-02-05T10:20:27.950Z | Compiling smoltcp v0.9.1 |
1454 | 2025-02-05T10:20:27.977Z | Compiling litrs v0.4.1 |
1455 | 2025-02-05T10:20:28.109Z | Compiling quick-error v1.2.3 |
1456 | 2025-02-05T10:20:28.294Z | Compiling portable-atomic v1.9.0 |
1457 | 2025-02-05T10:20:28.632Z | Compiling take_mut v0.2.2 |
1458 | 2025-02-05T10:20:28.755Z | Compiling psl-types v2.0.11 |
1459 | 2025-02-05T10:20:28.809Z | Compiling anyhow v1.0.95 |
1460 | 2025-02-05T10:20:28.975Z | Compiling publicsuffix v2.3.0 |
1461 | 2025-02-05T10:20:29.102Z | Compiling document-features v0.2.10 |
1462 | 2025-02-05T10:20:29.412Z | Compiling resolv-conf v0.7.0 |
1463 | 2025-02-05T10:20:29.861Z | Compiling postgres-protocol v0.6.7 |
1464 | 2025-02-05T10:20:30.135Z | Compiling sec1 v0.7.3 |
1465 | 2025-02-05T10:20:30.229Z | Compiling async-stream v0.3.6 |
1466 | 2025-02-05T10:20:30.313Z | Compiling tungstenite v0.24.0 |
1467 | 2025-02-05T10:20:30.346Z | Compiling lru-cache v0.1.2 |
1468 | 2025-02-05T10:20:30.553Z | Compiling hickory-proto v0.24.2 |
1469 | 2025-02-05T10:20:30.609Z | Compiling slog-term v2.9.1 |
1470 | 2025-02-05T10:20:30.691Z | Compiling num-iter v0.1.45 |
1471 | 2025-02-05T10:20:30.914Z | Compiling usdt v0.5.0 |
1472 | 2025-02-05T10:20:31.118Z | Compiling group v0.13.0 |
1473 | 2025-02-05T10:20:31.597Z | Compiling futures v0.3.31 |
1474 | 2025-02-05T10:20:31.717Z | Compiling toml v0.8.19 |
1475 | 2025-02-05T10:20:31.720Z | Compiling slog-bunyan v2.5.0 |
1476 | 2025-02-05T10:20:34.211Z | Compiling backtrace v0.3.74 |
1477 | 2025-02-05T10:20:34.222Z | Compiling tokio-native-tls v0.3.1 |
1478 | 2025-02-05T10:20:34.222Z | Compiling camino v1.1.9 |
1479 | 2025-02-05T10:20:34.222Z | Compiling phf_shared v0.11.2 |
1480 | 2025-02-05T10:20:34.222Z | Compiling dropshot_endpoint v0.12.0 |
1481 | 2025-02-05T10:20:34.222Z | Compiling waitgroup v0.1.2 |
1482 | 2025-02-05T10:20:34.222Z | Compiling terminal_size v0.4.0 |
1483 | 2025-02-05T10:20:34.387Z | Compiling openapiv3 v2.0.0 |
1484 | 2025-02-05T10:20:34.417Z | Compiling serde_path_to_error v0.1.16 |
1485 | 2025-02-05T10:20:34.601Z | Compiling hkdf v0.12.4 |
1486 | 2025-02-05T10:20:34.971Z | Compiling crypto-bigint v0.5.5 |
1487 | 2025-02-05T10:20:35.236Z | Compiling webpki-roots v0.26.6 |
1488 | 2025-02-05T10:20:35.425Z | Compiling zerocopy-derive v0.6.6 |
1489 | 2025-02-05T10:20:36.391Z | Compiling curve25519-dalek-derive v0.1.1 |
1490 | 2025-02-05T10:20:37.461Z | Compiling hostname v0.4.0 |
1491 | 2025-02-05T10:20:37.673Z | Compiling hubpack_derive v0.1.1 |
1492 | 2025-02-05T10:20:37.722Z | Compiling crc32fast v1.4.2 |
1493 | 2025-02-05T10:20:37.904Z | Compiling ahash v0.8.11 |
1494 | 2025-02-05T10:20:38.073Z | Compiling fs-err v2.11.0 |
1495 | 2025-02-05T10:20:38.205Z | Compiling managed v0.8.0 |
1496 | 2025-02-05T10:20:38.209Z | Compiling debug-ignore v1.0.5 |
1497 | 2025-02-05T10:20:38.355Z | Compiling bitflags v1.3.2 |
1498 | 2025-02-05T10:20:38.376Z | Compiling winnow v0.5.40 |
1499 | 2025-02-05T10:20:38.393Z | Compiling unicode-width v0.2.0 |
1500 | 2025-02-05T10:20:38.471Z | Compiling newtype-uuid v1.2.1 |
1501 | 2025-02-05T10:20:38.546Z | Compiling hubpack v0.1.2 |
1502 | 2025-02-05T10:20:38.790Z | Compiling clap_builder v4.5.27 |
1503 | 2025-02-05T10:20:38.918Z | Compiling console v0.15.10 |
1504 | 2025-02-05T10:20:38.949Z | Compiling strum_macros v0.25.3 |
1505 | 2025-02-05T10:20:40.007Z | Compiling flate2 v1.0.35 |
1506 | 2025-02-05T10:20:40.539Z | Compiling elliptic-curve v0.13.8 |
1507 | 2025-02-05T10:20:40.839Z | Compiling zerocopy v0.6.6 |
1508 | 2025-02-05T10:20:40.893Z | Compiling hickory-resolver v0.24.2 |
1509 | 2025-02-05T10:20:41.603Z | Compiling toml_edit v0.19.15 |
1510 | 2025-02-05T10:20:41.742Z | Compiling phf v0.11.2 |
1511 | 2025-02-05T10:20:42.025Z | Compiling hyper-tls v0.6.0 |
1512 | 2025-02-05T10:20:42.167Z | Compiling signal-hook-mio v0.2.4 |
1513 | 2025-02-05T10:20:42.346Z | Compiling cookie_store v0.21.1 |
1514 | 2025-02-05T10:20:42.400Z | Compiling rayon v1.10.0 |
1515 | 2025-02-05T10:20:42.717Z | Compiling bzip2 v0.4.4 |
1516 | 2025-02-05T10:20:43.135Z | Compiling tokio-tungstenite v0.24.0 |
1517 | 2025-02-05T10:20:43.912Z | Compiling postgres-types v0.2.8 |
1518 | 2025-02-05T10:20:46.535Z | Compiling ed25519 v2.2.3 |
1519 | 2025-02-05T10:20:46.729Z | Compiling phf_shared v0.10.0 |
1520 | 2025-02-05T10:20:46.786Z | Compiling tokio-stream v0.1.16 |
1521 | 2025-02-05T10:20:46.898Z | Compiling pkcs1 v0.7.5 |
1522 | 2025-02-05T10:20:47.103Z | Compiling serde-big-array v0.5.1 |
1523 | 2025-02-05T10:20:47.351Z | Compiling clap_derive v4.5.28 |
1524 | 2025-02-05T10:20:47.777Z | Compiling rfc6979 v0.4.0 |
1525 | 2025-02-05T10:20:47.895Z | Compiling serde_repr v0.1.19 |
1526 | 2025-02-05T10:20:47.983Z | Compiling derive-where v1.2.7 |
1527 | 2025-02-05T10:20:48.311Z | Compiling float-cmp v0.9.0 |
1528 | 2025-02-05T10:20:48.426Z | Compiling bstr v1.10.0 |
1529 | 2025-02-05T10:20:48.546Z | Compiling sync_wrapper v1.0.1 |
1530 | 2025-02-05T10:20:48.725Z | Compiling normalize-line-endings v0.3.0 |
1531 | 2025-02-05T10:20:48.839Z | Compiling static_assertions v1.1.0 |
1532 | 2025-02-05T10:20:48.867Z | Compiling unicode-segmentation v1.12.0 |
1533 | 2025-02-05T10:20:48.950Z | Compiling bit-vec v0.6.3 |
1534 | 2025-02-05T10:20:49.010Z | Compiling new_debug_unreachable v1.0.6 |
1535 | 2025-02-05T10:20:49.128Z | Compiling number_prefix v0.4.0 |
1536 | 2025-02-05T10:20:49.368Z | Compiling precomputed-hash v0.1.1 |
1537 | 2025-02-05T10:20:49.371Z | Compiling fixedbitset v0.4.2 |
1538 | 2025-02-05T10:20:49.521Z | Compiling difflib v0.4.0 |
1539 | 2025-02-05T10:20:49.700Z | Compiling predicates-core v1.0.8 |
1540 | 2025-02-05T10:20:49.822Z | Compiling whoami v1.5.2 |
1541 | 2025-02-05T10:20:49.940Z | Compiling petgraph v0.6.5 |
1542 | 2025-02-05T10:20:50.035Z | Compiling predicates v3.1.2 |
1543 | 2025-02-05T10:20:50.413Z | Compiling tokio-postgres v0.7.12 |
1544 | 2025-02-05T10:20:50.867Z | Compiling similar v2.6.0 |
1545 | 2025-02-05T10:20:51.197Z | Compiling string_cache v0.8.7 |
1546 | 2025-02-05T10:20:51.555Z | Compiling indicatif v0.17.11 |
1547 | 2025-02-05T10:20:51.744Z | Compiling bit-set v0.5.3 |
1548 | 2025-02-05T10:20:51.930Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1549 | 2025-02-05T10:20:51.963Z | Compiling clap v4.5.28 |
1550 | 2025-02-05T10:20:52.093Z | Compiling ecdsa v0.16.9 |
1551 | 2025-02-05T10:20:53.067Z | Compiling rsa v0.9.6 |
1552 | 2025-02-05T10:20:53.073Z | Compiling ed25519-dalek v2.1.1 |
1553 | 2025-02-05T10:20:53.560Z | Compiling toml v0.7.8 |
1554 | 2025-02-05T10:20:53.565Z | Compiling zip v0.6.6 |
1555 | 2025-02-05T10:20:54.405Z | Compiling crossterm v0.28.1 |
1556 | 2025-02-05T10:20:55.775Z | Compiling hex v0.4.3 |
1557 | 2025-02-05T10:20:55.879Z | Compiling x509-cert v0.2.5 |
1558 | 2025-02-05T10:20:56.066Z | Compiling itertools v0.10.5 |
1559 | 2025-02-05T10:20:56.365Z | Compiling lalrpop-util v0.19.12 |
1560 | 2025-02-05T10:20:56.774Z | Compiling peg-runtime v0.8.3 |
1561 | 2025-02-05T10:20:57.358Z | Compiling unicode-xid v0.2.6 |
1562 | 2025-02-05T10:20:57.379Z | Compiling strum_macros v0.26.4 |
1563 | 2025-02-05T10:20:57.574Z | Compiling xattr v1.3.1 |
1564 | 2025-02-05T10:20:57.706Z | Compiling filetime v0.2.25 |
1565 | 2025-02-05T10:20:58.029Z | Compiling tar v0.4.42 |
1566 | 2025-02-05T10:21:02.052Z | Compiling strum v0.26.3 |
1567 | 2025-02-05T10:21:05.160Z | Compiling aws-lc-sys v0.22.0 |
1568 | 2025-02-05T10:21:38.613Z | Compiling rustls-webpki v0.102.8 |
1569 | 2025-02-05T10:21:41.825Z | Compiling tokio-rustls v0.25.0 |
1570 | 2025-02-05T10:21:43.470Z | Compiling tokio-rustls v0.26.0 |
1571 | 2025-02-05T10:21:43.822Z | Compiling hyper-rustls v0.27.3 |
1572 | 2025-02-05T10:21:44.337Z | Compiling reqwest v0.12.9 |
1573 | 2025-02-05T10:21:45.497Z | Compiling qorb v0.2.1 |
1574 | 2025-02-05T10:21:48.556Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1575 | 2025-02-05T10:21:48.813Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1576 | 2025-02-05T10:21:53.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1577 | 2025-02-05T10:21:53.410Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1578 | 2025-02-05T10:21:53.460Z | Feb 05 10:21:52.229 INFO Starting download, target: Console |
1579 | 2025-02-05T10:21:53.460Z | Feb 05 10:21:52.229 INFO Starting download, target: Clickhouse |
1580 | 2025-02-05T10:21:53.461Z | Feb 05 10:21:52.229 INFO Starting download, target: DendriteOpenapi |
1581 | 2025-02-05T10:21:53.461Z | Feb 05 10:21:52.229 INFO Starting download, target: Cockroach |
1582 | 2025-02-05T10:21:53.461Z | Feb 05 10:21:52.229 INFO Starting download, target: DendriteStub |
1583 | 2025-02-05T10:21:53.466Z | Feb 05 10:21:52.229 INFO Starting download, target: MaghemiteMgd |
1584 | 2025-02-05T10:21:53.466Z | Feb 05 10:21:52.229 INFO Starting download, target: TransceiverControl |
1585 | 2025-02-05T10:21:53.466Z | Feb 05 10:21:52.230 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1586 | 2025-02-05T10:21:53.466Z | Feb 05 10:21:52.230 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1587 | 2025-02-05T10:21:53.466Z | Feb 05 10:21:52.230 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1588 | 2025-02-05T10:21:53.466Z | Feb 05 10:21:52.230 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1589 | 2025-02-05T10:21:53.467Z | Feb 05 10:21:52.230 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1590 | 2025-02-05T10:21:53.467Z | Feb 05 10:21:52.230 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1591 | 2025-02-05T10:21:53.467Z | Feb 05 10:21:52.230 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1592 | 2025-02-05T10:21:53.672Z | Feb 05 10:21:52.439 INFO Download complete, target: DendriteOpenapi |
1593 | 2025-02-05T10:21:53.964Z | Feb 05 10:21:52.709 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1594 | 2025-02-05T10:21:54.012Z | Feb 05 10:21:52.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1595 | 2025-02-05T10:21:54.420Z | Feb 05 10:21:53.105 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1596 | 2025-02-05T10:21:54.426Z | Feb 05 10:21:53.140 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1597 | 2025-02-05T10:21:54.427Z | Feb 05 10:21:53.188 INFO Download complete, target: Console |
1598 | 2025-02-05T10:21:54.470Z | Feb 05 10:21:53.236 INFO Download complete, target: TransceiverControl |
1599 | 2025-02-05T10:21:55.006Z | Feb 05 10:21:53.774 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1600 | 2025-02-05T10:21:55.006Z | Feb 05 10:21:53.774 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1601 | 2025-02-05T10:21:55.377Z | Feb 05 10:21:54.145 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1602 | 2025-02-05T10:21:57.159Z | Feb 05 10:21:55.928 INFO Download complete, target: DendriteStub |
1603 | 2025-02-05T10:21:57.167Z | Feb 05 10:21:55.936 INFO Download complete, target: MaghemiteMgd |
1604 | 2025-02-05T10:22:02.311Z | Feb 05 10:22:01.066 INFO Checking that binary works, target: Cockroach |
1605 | 2025-02-05T10:22:02.517Z | Feb 05 10:22:01.285 INFO Download complete, target: Cockroach |
1606 | 2025-02-05T10:22:07.560Z | Feb 05 10:22:06.328 INFO Checking that binary works, target: Clickhouse |
1607 | 2025-02-05T10:22:07.941Z | Feb 05 10:22:06.708 INFO Download complete, target: Clickhouse |
1608 | 2025-02-05T10:22:08.093Z | All builder prerequisites installed successfully, and PATH looks valid |
1609 | 2025-02-05T10:22:08.098Z | |
1610 | 2025-02-05T10:22:08.098Z | real 5:34.151862431 |
1611 | 2025-02-05T10:22:08.098Z | user 15:39.174024714 |
1612 | 2025-02-05T10:22:08.098Z | sys 2:04.013549309 |
1613 | 2025-02-05T10:22:08.098Z | trap 0.551492096 |
1614 | 2025-02-05T10:22:08.098Z | tflt 7.554675229 |
1615 | 2025-02-05T10:22:08.098Z | dflt 9.134526731 |
1616 | 2025-02-05T10:22:08.098Z | kflt 0.496549634 |
1617 | 2025-02-05T10:22:08.098Z | lock 24:39.609276786 |
1618 | 2025-02-05T10:22:08.098Z | slp 58:15.566086413 |
1619 | 2025-02-05T10:22:08.098Z | lat 55.343690518 |
1620 | 2025-02-05T10:22:08.098Z | stop 2:20.476294644 |
1621 | 2025-02-05T10:22:08.098Z | + banner clippy |
1622 | 2025-02-05T10:22:08.098Z | |
1623 | 2025-02-05T10:22:08.098Z | #### # # ##### ##### # # |
1624 | 2025-02-05T10:22:08.098Z | # # # # # # # # # # |
1625 | 2025-02-05T10:22:08.098Z | # # # # # # # # |
1626 | 2025-02-05T10:22:08.098Z | # # # ##### ##### # |
1627 | 2025-02-05T10:22:08.098Z | # # # # # # # |
1628 | 2025-02-05T10:22:08.098Z | #### ###### # # # # |
1629 | 2025-02-05T10:22:08.098Z | |
1630 | 2025-02-05T10:22:08.098Z | + export CARGO_INCREMENTAL=0 |
1631 | 2025-02-05T10:22:08.098Z | + CARGO_INCREMENTAL=0 |
1632 | 2025-02-05T10:22:08.098Z | + ptime -m cargo xtask clippy |
1633 | 2025-02-05T10:22:08.613Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1634 | 2025-02-05T10:22:12.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
1635 | 2025-02-05T10:22:12.285Z | Running `target/debug/xtask clippy` |
1636 | 2025-02-05T10:22:12.285Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1637 | 2025-02-05T10:22:12.285Z | Downloading crates ... |
1638 | 2025-02-05T10:22:12.488Z | Downloaded approx v0.5.1 |
1639 | 2025-02-05T10:22:12.507Z | Downloaded anes v0.1.6 |
1640 | 2025-02-05T10:22:12.507Z | Downloaded assert-json-diff v2.0.2 |
1641 | 2025-02-05T10:22:12.507Z | Downloaded async-channel v1.9.0 |
1642 | 2025-02-05T10:22:12.510Z | Downloaded async-object-pool v0.1.5 |
1643 | 2025-02-05T10:22:12.517Z | Downloaded doc-comment v0.3.3 |
1644 | 2025-02-05T10:22:12.517Z | Downloaded plotters-svg v0.3.7 |
1645 | 2025-02-05T10:22:12.521Z | Downloaded target-triple v0.1.3 |
1646 | 2025-02-05T10:22:12.524Z | Downloaded pathdiff v0.2.2 |
1647 | 2025-02-05T10:22:12.533Z | Downloaded nested v0.1.1 |
1648 | 2025-02-05T10:22:12.536Z | Downloaded guppy-workspace-hack v0.1.0 |
1649 | 2025-02-05T10:22:12.541Z | Downloaded event-listener-strategy v0.5.2 |
1650 | 2025-02-05T10:22:12.546Z | Downloaded escape8259 v0.5.3 |
1651 | 2025-02-05T10:22:12.546Z | Downloaded concurrent-queue v2.5.0 |
1652 | 2025-02-05T10:22:12.549Z | Downloaded async-global-executor v2.4.1 |
1653 | 2025-02-05T10:22:12.549Z | Downloaded async-channel v2.3.1 |
1654 | 2025-02-05T10:22:12.553Z | Downloaded async-signal v0.2.10 |
1655 | 2025-02-05T10:22:12.553Z | Downloaded datatest-stable v0.2.9 |
1656 | 2025-02-05T10:22:12.557Z | Downloaded event-listener v2.5.3 |
1657 | 2025-02-05T10:22:12.557Z | Downloaded async-attributes v1.1.2 |
1658 | 2025-02-05T10:22:12.561Z | Downloaded futures-timer v3.0.3 |
1659 | 2025-02-05T10:22:12.561Z | Downloaded threadpool v1.8.1 |
1660 | 2025-02-05T10:22:12.564Z | Downloaded cast v0.3.0 |
1661 | 2025-02-05T10:22:12.564Z | Downloaded serde_regex v1.1.0 |
1662 | 2025-02-05T10:22:12.567Z | Downloaded plotters-backend v0.3.7 |
1663 | 2025-02-05T10:22:12.568Z | Downloaded piper v0.2.4 |
1664 | 2025-02-05T10:22:12.568Z | Downloaded criterion-plot v0.5.0 |
1665 | 2025-02-05T10:22:12.572Z | Downloaded kv-log-macro v1.0.7 |
1666 | 2025-02-05T10:22:12.575Z | Downloaded parking v2.2.1 |
1667 | 2025-02-05T10:22:12.575Z | Downloaded proc-macro-crate v3.2.0 |
1668 | 2025-02-05T10:22:12.581Z | Downloaded target-spec v3.2.2 |
1669 | 2025-02-05T10:22:12.584Z | Downloaded oorandom v11.1.4 |
1670 | 2025-02-05T10:22:12.584Z | Downloaded blocking v1.6.1 |
1671 | 2025-02-05T10:22:12.594Z | Downloaded relative-path v1.9.3 |
1672 | 2025-02-05T10:22:12.594Z | Downloaded num_cpus v1.16.0 |
1673 | 2025-02-05T10:22:12.597Z | Downloaded path-tree v0.8.1 |
1674 | 2025-02-05T10:22:12.597Z | Downloaded stringmetrics v2.2.2 |
1675 | 2025-02-05T10:22:12.597Z | Downloaded futures-lite v2.3.0 |
1676 | 2025-02-05T10:22:12.597Z | Downloaded async-task v4.7.1 |
1677 | 2025-02-05T10:22:12.600Z | Downloaded assert_cmd v2.0.16 |
1678 | 2025-02-05T10:22:12.603Z | Downloaded async-process v2.3.0 |
1679 | 2025-02-05T10:22:12.603Z | Downloaded async-executor v1.13.1 |
1680 | 2025-02-05T10:22:12.606Z | Downloaded tinytemplate v1.2.1 |
1681 | 2025-02-05T10:22:12.609Z | Downloaded similar-asserts v1.6.0 |
1682 | 2025-02-05T10:22:12.609Z | Downloaded blake2b_simd v1.0.2 |
1683 | 2025-02-05T10:22:12.612Z | Downloaded rustls-native-certs v0.7.3 |
1684 | 2025-02-05T10:22:12.615Z | Downloaded rust-argon2 v2.1.0 |
1685 | 2025-02-05T10:22:12.632Z | Downloaded target-lexicon v0.12.16 |
1686 | 2025-02-05T10:22:12.635Z | Downloaded trybuild v1.0.101 |
1687 | 2025-02-05T10:22:12.638Z | Downloaded event-listener v5.3.1 |
1688 | 2025-02-05T10:22:12.641Z | Downloaded cfg-expr v0.17.0 |
1689 | 2025-02-05T10:22:12.644Z | Downloaded async-lock v3.4.0 |
1690 | 2025-02-05T10:22:12.646Z | Downloaded rand_distr v0.4.3 |
1691 | 2025-02-05T10:22:12.649Z | Downloaded async-io v2.3.4 |
1692 | 2025-02-05T10:22:12.652Z | Downloaded libtest-mimic v0.7.3 |
1693 | 2025-02-05T10:22:12.656Z | Downloaded hyper-rustls v0.26.0 |
1694 | 2025-02-05T10:22:12.659Z | Downloaded rstest_macros v0.23.0 |
1695 | 2025-02-05T10:22:12.659Z | Downloaded criterion v0.5.1 |
1696 | 2025-02-05T10:22:12.664Z | Downloaded yansi v1.0.1 |
1697 | 2025-02-05T10:22:12.667Z | Downloaded fancy-regex v0.13.0 |
1698 | 2025-02-05T10:22:12.670Z | Downloaded pretty_assertions v1.4.1 |
1699 | 2025-02-05T10:22:12.675Z | Downloaded rstest v0.23.0 |
1700 | 2025-02-05T10:22:12.678Z | Downloaded polling v3.7.3 |
1701 | 2025-02-05T10:22:12.682Z | Downloaded httptest v0.16.1 |
1702 | 2025-02-05T10:22:12.685Z | Downloaded guppy v0.17.8 |
1703 | 2025-02-05T10:22:12.688Z | Downloaded plotters v0.3.7 |
1704 | 2025-02-05T10:22:12.703Z | Downloaded partial-io v0.5.4 |
1705 | 2025-02-05T10:22:12.706Z | Downloaded indoc v2.0.5 |
1706 | 2025-02-05T10:22:12.706Z | Downloaded async-std v1.13.0 |
1707 | 2025-02-05T10:22:12.793Z | Downloaded httpmock v0.8.0-alpha.1 |
1708 | 2025-02-05T10:22:13.596Z | Checking cfg-if v1.0.0 |
1709 | 2025-02-05T10:22:13.648Z | Checking libc v0.2.169 |
1710 | 2025-02-05T10:22:13.673Z | Checking serde v1.0.217 |
1711 | 2025-02-05T10:22:13.694Z | Checking memchr v2.7.4 |
1712 | 2025-02-05T10:22:13.717Z | Checking value-bag v1.9.0 |
1713 | 2025-02-05T10:22:13.742Z | Checking scopeguard v1.2.0 |
1714 | 2025-02-05T10:22:13.763Z | Checking zeroize v1.8.1 |
1715 | 2025-02-05T10:22:13.790Z | Checking itoa v1.0.11 |
1716 | 2025-02-05T10:22:13.820Z | Checking smallvec v1.13.2 |
1717 | 2025-02-05T10:22:13.896Z | Checking lock_api v0.4.12 |
1718 | 2025-02-05T10:22:14.024Z | Checking byteorder v1.5.0 |
1719 | 2025-02-05T10:22:14.054Z | Checking once_cell v1.20.2 |
1720 | 2025-02-05T10:22:14.110Z | Checking log v0.4.22 |
1721 | 2025-02-05T10:22:14.162Z | Checking pin-project-lite v0.2.14 |
1722 | 2025-02-05T10:22:14.286Z | Checking subtle v2.6.1 |
1723 | 2025-02-05T10:22:14.319Z | Checking typenum v1.17.0 |
1724 | 2025-02-05T10:22:14.446Z | Checking libm v0.2.8 |
1725 | 2025-02-05T10:22:14.453Z | Checking futures-core v0.3.31 |
1726 | 2025-02-05T10:22:14.491Z | Checking ryu v1.0.18 |
1727 | 2025-02-05T10:22:14.584Z | Checking zerocopy v0.7.35 |
1728 | 2025-02-05T10:22:14.588Z | Checking getrandom v0.2.15 |
1729 | 2025-02-05T10:22:14.588Z | Checking parking_lot_core v0.9.10 |
1730 | 2025-02-05T10:22:14.642Z | Checking signal-hook-registry v1.4.2 |
1731 | 2025-02-05T10:22:14.754Z | Checking mio v1.0.2 |
1732 | 2025-02-05T10:22:14.839Z | Checking rand_core v0.6.4 |
1733 | 2025-02-05T10:22:14.918Z | Checking thiserror v1.0.69 |
1734 | 2025-02-05T10:22:14.944Z | Checking parking_lot v0.12.3 |
1735 | 2025-02-05T10:22:15.076Z | Checking socket2 v0.5.7 |
1736 | 2025-02-05T10:22:15.185Z | Checking allocator-api2 v0.2.18 |
1737 | 2025-02-05T10:22:15.262Z | Checking num-traits v0.2.19 |
1738 | 2025-02-05T10:22:15.296Z | Checking const-oid v0.9.6 |
1739 | 2025-02-05T10:22:15.327Z | Checking spin v0.9.8 |
1740 | 2025-02-05T10:22:15.480Z | Checking generic-array v0.14.7 |
1741 | 2025-02-05T10:22:15.548Z | Checking futures-io v0.3.31 |
1742 | 2025-02-05T10:22:15.710Z | Checking slab v0.4.9 |
1743 | 2025-02-05T10:22:15.741Z | Checking cpufeatures v0.2.14 |
1744 | 2025-02-05T10:22:15.768Z | Checking futures-sink v0.3.31 |
1745 | 2025-02-05T10:22:15.825Z | Checking foldhash v0.1.3 |
1746 | 2025-02-05T10:22:15.852Z | Checking equivalent v1.0.1 |
1747 | 2025-02-05T10:22:15.946Z | Checking pin-utils v0.1.0 |
1748 | 2025-02-05T10:22:15.960Z | Checking iana-time-zone v0.1.61 |
1749 | 2025-02-05T10:22:15.986Z | Checking futures-channel v0.3.31 |
1750 | 2025-02-05T10:22:16.039Z | Checking hashbrown v0.15.1 |
1751 | 2025-02-05T10:22:16.072Z | Checking futures-task v0.3.31 |
1752 | 2025-02-05T10:22:16.132Z | Checking stable_deref_trait v1.2.0 |
1753 | 2025-02-05T10:22:16.271Z | Checking fnv v1.0.7 |
1754 | 2025-02-05T10:22:16.331Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1755 | 2025-02-05T10:22:16.374Z | Checking futures-util v0.3.31 |
1756 | 2025-02-05T10:22:16.422Z | Checking tracing-core v0.1.32 |
1757 | 2025-02-05T10:22:16.466Z | Checking crypto-common v0.1.6 |
1758 | 2025-02-05T10:22:16.666Z | Checking block-buffer v0.10.4 |
1759 | 2025-02-05T10:22:16.698Z | Checking dyn-clone v1.0.17 |
1760 | 2025-02-05T10:22:16.728Z | Checking ppv-lite86 v0.2.20 |
1761 | 2025-02-05T10:22:16.848Z | Checking errno v0.3.9 |
1762 | 2025-02-05T10:22:16.897Z | Checking zerofrom v0.1.4 |
1763 | 2025-02-05T10:22:17.049Z | Checking crossbeam-utils v0.8.20 |
1764 | 2025-02-05T10:22:17.104Z | Checking tracing v0.1.40 |
1765 | 2025-02-05T10:22:17.132Z | Checking yoke v0.7.4 |
1766 | 2025-02-05T10:22:17.166Z | Checking writeable v0.5.5 |
1767 | 2025-02-05T10:22:17.190Z | Checking digest v0.10.7 |
1768 | 2025-02-05T10:22:17.467Z | Checking rand_chacha v0.3.1 |
1769 | 2025-02-05T10:22:17.496Z | Checking percent-encoding v2.3.1 |
1770 | 2025-02-05T10:22:17.499Z | Checking zerovec v0.10.4 |
1771 | 2025-02-05T10:22:17.542Z | Checking litemap v0.7.3 |
1772 | 2025-02-05T10:22:17.577Z | Checking block-padding v0.3.3 |
1773 | 2025-02-05T10:22:17.718Z | Checking httparse v1.9.5 |
1774 | 2025-02-05T10:22:17.787Z | Checking icu_locid_transform_data v1.5.0 |
1775 | 2025-02-05T10:22:17.802Z | Checking inout v0.1.3 |
1776 | 2025-02-05T10:22:17.869Z | Checking rand v0.8.5 |
1777 | 2025-02-05T10:22:17.898Z | Checking regex-syntax v0.8.5 |
1778 | 2025-02-05T10:22:17.901Z | Checking unicode-ident v1.0.14 |
1779 | 2025-02-05T10:22:18.044Z | Checking atomic-waker v1.1.2 |
1780 | 2025-02-05T10:22:18.099Z | Checking cipher v0.4.4 |
1781 | 2025-02-05T10:22:18.135Z | Checking bytes v1.9.0 |
1782 | 2025-02-05T10:22:18.160Z | Checking bitflags v2.6.0 |
1783 | 2025-02-05T10:22:18.191Z | Checking serde_json v1.0.135 |
1784 | 2025-02-05T10:22:18.460Z | Checking chrono v0.4.39 |
1785 | 2025-02-05T10:22:18.525Z | Checking indexmap v2.7.1 |
1786 | 2025-02-05T10:22:18.906Z | Checking tokio v1.43.0 |
1787 | 2025-02-05T10:22:19.045Z | Checking uuid v1.12.0 |
1788 | 2025-02-05T10:22:19.116Z | Checking http v1.2.0 |
1789 | 2025-02-05T10:22:19.687Z | Checking rustix v0.38.37 |
1790 | 2025-02-05T10:22:19.776Z | Checking tinystr v0.7.6 |
1791 | 2025-02-05T10:22:19.856Z | Checking icu_collections v1.5.0 |
1792 | 2025-02-05T10:22:20.047Z | Checking icu_locid v1.5.0 |
1793 | 2025-02-05T10:22:20.372Z | Checking form_urlencoded v1.2.1 |
1794 | 2025-02-05T10:22:20.487Z | Checking schemars v0.8.21 |
1795 | 2025-02-05T10:22:20.538Z | Checking untrusted v0.9.0 |
1796 | 2025-02-05T10:22:20.583Z | Checking icu_properties_data v1.5.0 |
1797 | 2025-02-05T10:22:20.718Z | Checking ring v0.17.8 |
1798 | 2025-02-05T10:22:20.838Z | Checking aho-corasick v1.1.3 |
1799 | 2025-02-05T10:22:20.842Z | Checking write16 v1.0.0 |
1800 | 2025-02-05T10:22:20.982Z | Checking icu_provider v1.5.0 |
1801 | 2025-02-05T10:22:21.012Z | Checking utf8_iter v1.0.4 |
1802 | 2025-02-05T10:22:21.110Z | Checking powerfmt v0.2.0 |
1803 | 2025-02-05T10:22:21.220Z | Checking icu_normalizer_data v1.5.0 |
1804 | 2025-02-05T10:22:21.351Z | Checking utf16_iter v1.0.5 |
1805 | 2025-02-05T10:22:21.401Z | Checking deranged v0.3.11 |
1806 | 2025-02-05T10:22:21.542Z | Checking proc-macro2 v1.0.92 |
1807 | 2025-02-05T10:22:21.571Z | Checking icu_locid_transform v1.5.0 |
1808 | 2025-02-05T10:22:22.033Z | Checking base64ct v1.6.0 |
1809 | 2025-02-05T10:22:22.260Z | Checking time-core v0.1.2 |
1810 | 2025-02-05T10:22:22.448Z | Checking num-conv v0.1.0 |
1811 | 2025-02-05T10:22:22.500Z | Checking regex-automata v0.4.8 |
1812 | 2025-02-05T10:22:22.503Z | Checking num_threads v0.1.7 |
1813 | 2025-02-05T10:22:22.549Z | Checking quote v1.0.38 |
1814 | 2025-02-05T10:22:22.614Z | Checking icu_properties v1.5.1 |
1815 | 2025-02-05T10:22:22.658Z | Checking sha2 v0.10.8 |
1816 | 2025-02-05T10:22:22.683Z | Checking hmac v0.12.1 |
1817 | 2025-02-05T10:22:22.718Z | Checking time v0.3.36 |
1818 | 2025-02-05T10:22:22.779Z | Checking rustls-pki-types v1.10.0 |
1819 | 2025-02-05T10:22:22.899Z | Checking adler2 v2.0.0 |
1820 | 2025-02-05T10:22:22.927Z | Checking syn v2.0.96 |
1821 | 2025-02-05T10:22:23.146Z | Checking miniz_oxide v0.8.0 |
1822 | 2025-02-05T10:22:23.220Z | Checking http-body v1.0.1 |
1823 | 2025-02-05T10:22:23.348Z | Checking aws-lc-sys v0.22.0 |
1824 | 2025-02-05T10:22:23.445Z | Checking mirai-annotations v1.12.0 |
1825 | 2025-02-05T10:22:23.651Z | Checking untrusted v0.7.1 |
1826 | 2025-02-05T10:22:23.828Z | Checking httpdate v1.0.3 |
1827 | 2025-02-05T10:22:23.893Z | Checking base64 v0.22.1 |
1828 | 2025-02-05T10:22:24.118Z | Checking try-lock v0.2.5 |
1829 | 2025-02-05T10:22:24.307Z | Checking want v0.3.1 |
1830 | 2025-02-05T10:22:24.359Z | Checking ahash v0.8.11 |
1831 | 2025-02-05T10:22:24.472Z | Checking pem-rfc7468 v0.7.0 |
1832 | 2025-02-05T10:22:24.767Z | Checking tower-service v0.3.3 |
1833 | 2025-02-05T10:22:24.853Z | Checking slog v2.7.0 |
1834 | 2025-02-05T10:22:24.917Z | Checking mime v0.3.17 |
1835 | 2025-02-05T10:22:25.001Z | Checking flagset v0.4.6 |
1836 | 2025-02-05T10:22:25.224Z | Checking der v0.7.9 |
1837 | 2025-02-05T10:22:25.249Z | Checking pbkdf2 v0.12.2 |
1838 | 2025-02-05T10:22:25.274Z | Checking aes v0.8.4 |
1839 | 2025-02-05T10:22:25.458Z | Checking gimli v0.31.1 |
1840 | 2025-02-05T10:22:25.476Z | Checking aws-lc-rs v1.10.0 |
1841 | 2025-02-05T10:22:25.673Z | Checking tokio-util v0.7.12 |
1842 | 2025-02-05T10:22:25.891Z | Checking icu_normalizer v1.5.0 |
1843 | 2025-02-05T10:22:26.156Z | Checking http-body-util v0.1.2 |
1844 | 2025-02-05T10:22:26.524Z | Checking h2 v0.4.6 |
1845 | 2025-02-05T10:22:26.636Z | Checking salsa20 v0.10.2 |
1846 | 2025-02-05T10:22:26.685Z | Checking idna_adapter v1.2.0 |
1847 | 2025-02-05T10:22:26.864Z | Checking cbc v0.1.2 |
1848 | 2025-02-05T10:22:26.894Z | Checking spki v0.7.3 |
1849 | 2025-02-05T10:22:26.922Z | Checking idna v1.0.3 |
1850 | 2025-02-05T10:22:26.926Z | Checking regex v1.11.1 |
1851 | 2025-02-05T10:22:27.084Z | Checking semver v1.0.24 |
1852 | 2025-02-05T10:22:27.204Z | Checking rustls-webpki v0.102.8 |
1853 | 2025-02-05T10:22:27.233Z | Checking lazy_static v1.5.0 |
1854 | 2025-02-05T10:22:27.445Z | Checking object v0.36.5 |
1855 | 2025-02-05T10:22:27.456Z | Checking url v2.5.3 |
1856 | 2025-02-05T10:22:27.485Z | Checking rustc-demangle v0.1.24 |
1857 | 2025-02-05T10:22:27.647Z | Checking scrypt v0.11.0 |
1858 | 2025-02-05T10:22:27.791Z | Checking rustls-pemfile v2.2.0 |
1859 | 2025-02-05T10:22:27.953Z | Checking openssl-probe v0.1.5 |
1860 | 2025-02-05T10:22:27.992Z | Checking ipnet v2.10.1 |
1861 | 2025-02-05T10:22:28.039Z | Checking foreign-types-shared v0.1.1 |
1862 | 2025-02-05T10:22:28.129Z | Checking pkcs5 v0.7.1 |
1863 | 2025-02-05T10:22:28.175Z | Checking foreign-types v0.3.2 |
1864 | 2025-02-05T10:22:28.249Z | Checking futures-executor v0.3.31 |
1865 | 2025-02-05T10:22:28.293Z | Checking serde_urlencoded v0.7.1 |
1866 | 2025-02-05T10:22:28.458Z | Checking openssl-sys v0.9.105 |
1867 | 2025-02-05T10:22:28.554Z | Checking encoding_rs v0.8.34 |
1868 | 2025-02-05T10:22:28.610Z | Checking utf8parse v0.2.2 |
1869 | 2025-02-05T10:22:28.740Z | Checking pkcs8 v0.10.2 |
1870 | 2025-02-05T10:22:28.789Z | Checking futures v0.3.31 |
1871 | 2025-02-05T10:22:28.914Z | Checking serde_spanned v0.6.8 |
1872 | 2025-02-05T10:22:28.940Z | Checking toml_datetime v0.6.8 |
1873 | 2025-02-05T10:22:29.025Z | Checking rustls v0.23.19 |
1874 | 2025-02-05T10:22:29.125Z | Checking anstyle v1.0.10 |
1875 | 2025-02-05T10:22:29.203Z | Checking addr2line v0.24.2 |
1876 | 2025-02-05T10:22:29.259Z | Checking either v1.13.0 |
1877 | 2025-02-05T10:22:29.490Z | Checking data-encoding v2.6.0 |
1878 | 2025-02-05T10:22:29.629Z | Checking openapiv3 v2.0.0 |
1879 | 2025-02-05T10:22:29.635Z | Checking openssl v0.10.70 |
1880 | 2025-02-05T10:22:29.786Z | Checking sha1 v0.10.6 |
1881 | 2025-02-05T10:22:30.061Z | Checking psl-types v2.0.11 |
1882 | 2025-02-05T10:22:30.099Z | Checking cookie v0.18.1 |
1883 | 2025-02-05T10:22:30.267Z | Checking publicsuffix v2.3.0 |
1884 | 2025-02-05T10:22:30.608Z | Checking webpki-roots v0.26.6 |
1885 | 2025-02-05T10:22:30.615Z | Checking cookie_store v0.21.1 |
1886 | 2025-02-05T10:22:30.853Z | Checking anstyle-parse v0.2.5 |
1887 | 2025-02-05T10:22:30.866Z | Checking camino v1.1.9 |
1888 | 2025-02-05T10:22:31.023Z | Checking sync_wrapper v1.0.1 |
1889 | 2025-02-05T10:22:31.197Z | Checking is-terminal v0.4.13 |
1890 | 2025-02-05T10:22:31.272Z | Checking winnow v0.6.20 |
1891 | 2025-02-05T10:22:31.300Z | Checking colorchoice v1.0.2 |
1892 | 2025-02-05T10:22:31.352Z | Checking anstyle-query v1.1.1 |
1893 | 2025-02-05T10:22:31.468Z | Checking is_terminal_polyfill v1.70.1 |
1894 | 2025-02-05T10:22:31.505Z | Checking terminal_size v0.4.0 |
1895 | 2025-02-05T10:22:31.614Z | Checking anstream v0.6.15 |
1896 | 2025-02-05T10:22:31.883Z | Checking signature v2.2.0 |
1897 | 2025-02-05T10:22:31.941Z | Checking clap_lex v0.7.4 |
1898 | 2025-02-05T10:22:32.190Z | Checking strsim v0.11.1 |
1899 | 2025-02-05T10:22:32.239Z | Checking scroll v0.12.0 |
1900 | 2025-02-05T10:22:32.313Z | Checking clap_builder v4.5.27 |
1901 | 2025-02-05T10:22:32.670Z | Checking hyper v1.5.2 |
1902 | 2025-02-05T10:22:32.711Z | Checking tinyvec_macros v0.1.1 |
1903 | 2025-02-05T10:22:32.782Z | Checking ucd-trie v0.1.7 |
1904 | 2025-02-05T10:22:32.819Z | Checking plain v0.2.3 |
1905 | 2025-02-05T10:22:32.985Z | Checking goblin v0.8.2 |
1906 | 2025-02-05T10:22:33.047Z | Checking pest v2.7.14 |
1907 | 2025-02-05T10:22:33.249Z | Checking backtrace v0.3.74 |
1908 | 2025-02-05T10:22:33.857Z | Checking anyhow v1.0.95 |
1909 | 2025-02-05T10:22:34.061Z | Checking tinyvec v1.8.0 |
1910 | 2025-02-05T10:22:34.251Z | Checking dirs-sys-next v0.1.2 |
1911 | 2025-02-05T10:22:34.255Z | Checking tokio-rustls v0.26.0 |
1912 | 2025-02-05T10:22:34.471Z | Checking pretty-hex v0.4.1 |
1913 | 2025-02-05T10:22:34.655Z | Checking hyper-util v0.1.10 |
1914 | 2025-02-05T10:22:34.678Z | Checking base16ct v0.2.0 |
1915 | 2025-02-05T10:22:34.682Z | Checking dirs-next v2.0.0 |
1916 | 2025-02-05T10:22:34.731Z | Checking native-tls v0.2.12 |
1917 | 2025-02-05T10:22:34.842Z | Checking crossbeam-channel v0.5.13 |
1918 | 2025-02-05T10:22:34.900Z | Checking sec1 v0.7.3 |
1919 | 2025-02-05T10:22:35.059Z | Checking tokio-native-tls v0.3.1 |
1920 | 2025-02-05T10:22:35.200Z | Checking clap v4.5.28 |
1921 | 2025-02-05T10:22:35.255Z | Checking num-integer v0.1.46 |
1922 | 2025-02-05T10:22:35.324Z | Checking ff v0.13.0 |
1923 | 2025-02-05T10:22:35.349Z | Checking thread-id v4.2.2 |
1924 | 2025-02-05T10:22:35.353Z | Checking thread_local v1.1.8 |
1925 | 2025-02-05T10:22:35.477Z | Checking term v0.7.0 |
1926 | 2025-02-05T10:22:35.598Z | Checking toml_edit v0.22.22 |
1927 | 2025-02-05T10:22:35.603Z | Checking group v0.13.0 |
1928 | 2025-02-05T10:22:35.603Z | Checking dtrace-parser v0.2.0 |
1929 | 2025-02-05T10:22:35.658Z | Checking hkdf v0.12.4 |
1930 | 2025-02-05T10:22:35.809Z | Checking crypto-bigint v0.5.5 |
1931 | 2025-02-05T10:22:35.834Z | Checking memmap v0.7.0 |
1932 | 2025-02-05T10:22:35.888Z | Checking crc32fast v1.4.2 |
1933 | 2025-02-05T10:22:35.920Z | Checking bitflags v1.3.2 |
1934 | 2025-02-05T10:22:36.034Z | Checking match_cfg v0.1.0 |
1935 | 2025-02-05T10:22:36.057Z | Checking utf-8 v0.7.6 |
1936 | 2025-02-05T10:22:36.084Z | Checking take_mut v0.2.2 |
1937 | 2025-02-05T10:22:36.129Z | Checking hostname v0.3.1 |
1938 | 2025-02-05T10:22:36.186Z | Checking slog-term v2.9.1 |
1939 | 2025-02-05T10:22:36.254Z | Checking slog-async v2.8.0 |
1940 | 2025-02-05T10:22:36.283Z | Checking unicode-segmentation v1.12.0 |
1941 | 2025-02-05T10:22:36.305Z | Checking num-iter v0.1.45 |
1942 | 2025-02-05T10:22:36.495Z | Checking crossbeam-epoch v0.9.18 |
1943 | 2025-02-05T10:22:36.562Z | Checking static_assertions v1.1.0 |
1944 | 2025-02-05T10:22:36.578Z | Checking hyper-rustls v0.27.3 |
1945 | 2025-02-05T10:22:36.636Z | Checking hyper-tls v0.6.0 |
1946 | 2025-02-05T10:22:36.746Z | Checking itertools v0.10.5 |
1947 | 2025-02-05T10:22:36.985Z | Checking bstr v1.10.0 |
1948 | 2025-02-05T10:22:37.003Z | Checking reqwest v0.12.9 |
1949 | 2025-02-05T10:22:37.003Z | Checking slog-json v2.6.1 |
1950 | 2025-02-05T10:22:37.019Z | Checking rfc6979 v0.4.0 |
1951 | 2025-02-05T10:22:37.203Z | Checking hex v0.4.3 |
1952 | 2025-02-05T10:22:37.207Z | Checking managed v0.8.0 |
1953 | 2025-02-05T10:22:37.647Z | Checking winnow v0.5.40 |
1954 | 2025-02-05T10:22:37.728Z | Checking slog-bunyan v2.5.0 |
1955 | 2025-02-05T10:22:37.873Z | Checking dof v0.3.0 |
1956 | 2025-02-05T10:22:37.879Z | Checking crossbeam-deque v0.8.5 |
1957 | 2025-02-05T10:22:37.907Z | Checking num-bigint-dig v0.8.4 |
1958 | 2025-02-05T10:22:38.131Z | Checking toml v0.8.19 |
1959 | 2025-02-05T10:22:38.176Z | Checking flate2 v1.0.35 |
1960 | 2025-02-05T10:22:38.380Z | Checking elliptic-curve v0.13.8 |
1961 | 2025-02-05T10:22:38.407Z | Checking usdt-impl v0.5.0 |
1962 | 2025-02-05T10:22:38.693Z | Checking pkcs1 v0.7.5 |
1963 | 2025-02-05T10:22:38.774Z | Checking rustls v0.22.4 |
1964 | 2025-02-05T10:22:38.804Z | Checking curve25519-dalek v4.1.3 |
1965 | 2025-02-05T10:22:38.831Z | Checking zerocopy v0.6.6 |
1966 | 2025-02-05T10:22:38.965Z | Checking usdt v0.5.0 |
1967 | 2025-02-05T10:22:39.015Z | Checking ecdsa v0.16.9 |
1968 | 2025-02-05T10:22:39.136Z | Checking siphasher v0.3.11 |
1969 | 2025-02-05T10:22:39.206Z | Checking rayon-core v1.12.1 |
1970 | 2025-02-05T10:22:39.436Z | Checking unicode-normalization v0.1.24 |
1971 | 2025-02-05T10:22:39.506Z | Checking ed25519 v2.2.3 |
1972 | 2025-02-05T10:22:39.740Z | Checking signal-hook v0.3.17 |
1973 | 2025-02-05T10:22:39.788Z | Checking quick-error v1.2.3 |
1974 | 2025-02-05T10:22:39.855Z | Checking debug-ignore v1.0.5 |
1975 | 2025-02-05T10:22:39.982Z | Checking rsa v0.9.6 |
1976 | 2025-02-05T10:22:39.988Z | Checking hickory-proto v0.24.2 |
1977 | 2025-02-05T10:22:40.012Z | Checking multer v3.1.0 |
1978 | 2025-02-05T10:22:40.082Z | Checking x509-cert v0.2.5 |
1979 | 2025-02-05T10:22:40.378Z | Checking waitgroup v0.1.2 |
1980 | 2025-02-05T10:22:40.405Z | Checking toml_edit v0.19.15 |
1981 | 2025-02-05T10:22:40.427Z | Checking serde_path_to_error v0.1.16 |
1982 | 2025-02-05T10:22:40.528Z | Checking hubpack v0.1.2 |
1983 | 2025-02-05T10:22:40.558Z | Checking ed25519-dalek v2.1.1 |
1984 | 2025-02-05T10:22:40.842Z | Checking bzip2-sys v0.1.11+1.0.8 |
1985 | 2025-02-05T10:22:40.974Z | Checking async-stream v0.3.6 |
1986 | 2025-02-05T10:22:40.978Z | Checking hostname v0.4.0 |
1987 | 2025-02-05T10:22:41.001Z | Checking unicode-width v0.2.0 |
1988 | 2025-02-05T10:22:41.034Z | Checking bit-vec v0.6.3 |
1989 | 2025-02-05T10:22:41.139Z | Checking bzip2 v0.4.4 |
1990 | 2025-02-05T10:22:41.142Z | Checking signal-hook-mio v0.2.4 |
1991 | 2025-02-05T10:22:41.328Z | Checking hash32 v0.2.1 |
1992 | 2025-02-05T10:22:41.377Z | Checking bit-set v0.5.3 |
1993 | 2025-02-05T10:22:41.450Z | Checking unicode-bidi v0.3.17 |
1994 | 2025-02-05T10:22:41.526Z | Checking console v0.15.10 |
1995 | 2025-02-05T10:22:41.607Z | Checking predicates-core v1.0.8 |
1996 | 2025-02-05T10:22:41.640Z | Checking unicode-properties v0.1.3 |
1997 | 2025-02-05T10:22:41.643Z | Checking linked-hash-map v0.5.6 |
1998 | 2025-02-05T10:22:41.819Z | Checking heapless v0.7.17 |
1999 | 2025-02-05T10:22:42.044Z | Checking lru-cache v0.1.2 |
2000 | 2025-02-05T10:22:42.050Z | Checking crossterm v0.28.1 |
2001 | 2025-02-05T10:22:42.055Z | Checking stringprep v0.1.5 |
2002 | 2025-02-05T10:22:42.084Z | Checking rayon v1.10.0 |
2003 | 2025-02-05T10:22:42.219Z | Checking tokio-rustls v0.25.0 |
2004 | 2025-02-05T10:22:42.223Z | Checking phf_shared v0.11.2 |
2005 | 2025-02-05T10:22:42.356Z | Checking similar v2.6.0 |
2006 | 2025-02-05T10:22:42.481Z | Checking tokio-stream v0.1.16 |
2007 | 2025-02-05T10:22:42.537Z | Checking dropshot v0.12.0 |
2008 | 2025-02-05T10:22:42.750Z | Checking newtype-uuid v1.2.1 |
2009 | 2025-02-05T10:22:42.854Z | Checking toml v0.7.8 |
2010 | 2025-02-05T10:22:43.084Z | Checking md-5 v0.10.6 |
2011 | 2025-02-05T10:22:43.212Z | Checking float-cmp v0.9.0 |
2012 | 2025-02-05T10:22:43.267Z | Checking normalize-line-endings v0.3.0 |
2013 | 2025-02-05T10:22:43.293Z | Checking fixedbitset v0.4.2 |
2014 | 2025-02-05T10:22:43.385Z | Checking difflib v0.4.0 |
2015 | 2025-02-05T10:22:43.412Z | Checking fallible-iterator v0.2.0 |
2016 | 2025-02-05T10:22:43.555Z | Checking smoltcp v0.9.1 |
2017 | 2025-02-05T10:22:43.580Z | Checking petgraph v0.6.5 |
2018 | 2025-02-05T10:22:43.673Z | Checking phf v0.11.2 |
2019 | 2025-02-05T10:22:43.728Z | Checking predicates v3.1.2 |
2020 | 2025-02-05T10:22:43.943Z | Checking zip v0.6.6 |
2021 | 2025-02-05T10:22:44.002Z | Checking postgres-protocol v0.6.7 |
2022 | 2025-02-05T10:22:44.402Z | Checking resolv-conf v0.7.0 |
2023 | 2025-02-05T10:22:44.486Z | Checking phf_shared v0.10.0 |
2024 | 2025-02-05T10:22:44.650Z | Checking tungstenite v0.24.0 |
2025 | 2025-02-05T10:22:44.704Z | Checking fs-err v2.11.0 |
2026 | 2025-02-05T10:22:44.766Z | Checking serde-big-array v0.5.1 |
2027 | 2025-02-05T10:22:44.769Z | Checking portable-atomic v1.9.0 |
2028 | 2025-02-05T10:22:44.924Z | Checking lalrpop-util v0.19.12 |
2029 | 2025-02-05T10:22:44.995Z | Checking new_debug_unreachable v1.0.6 |
2030 | 2025-02-05T10:22:45.111Z | Checking precomputed-hash v0.1.1 |
2031 | 2025-02-05T10:22:45.233Z | Checking number_prefix v0.4.0 |
2032 | 2025-02-05T10:22:45.236Z | Checking minimal-lexical v0.2.1 |
2033 | 2025-02-05T10:22:45.276Z | Checking string_cache v0.8.7 |
2034 | 2025-02-05T10:22:45.436Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2035 | 2025-02-05T10:22:45.531Z | Checking tokio-tungstenite v0.24.0 |
2036 | 2025-02-05T10:22:45.602Z | Checking hickory-resolver v0.24.2 |
2037 | 2025-02-05T10:22:45.616Z | Checking postgres-types v0.2.8 |
2038 | 2025-02-05T10:22:45.645Z | Checking nom v7.1.3 |
2039 | 2025-02-05T10:22:45.783Z | Checking indicatif v0.17.11 |
2040 | 2025-02-05T10:22:45.915Z | Checking itertools v0.12.1 |
2041 | 2025-02-05T10:22:45.971Z | Checking peg-runtime v0.8.3 |
2042 | 2025-02-05T10:22:46.223Z | Checking heck v0.4.1 |
2043 | 2025-02-05T10:22:46.275Z | Checking whoami v1.5.2 |
2044 | 2025-02-05T10:22:46.513Z | Compiling hashbrown v0.14.5 |
2045 | 2025-02-05T10:22:46.517Z | Compiling thiserror v2.0.11 |
2046 | 2025-02-05T10:22:46.579Z | Compiling thiserror-impl v2.0.11 |
2047 | 2025-02-05T10:22:46.609Z | Checking tokio-postgres v0.7.12 |
2048 | 2025-02-05T10:22:47.184Z | Checking qorb v0.2.1 |
2049 | 2025-02-05T10:22:47.512Z | Compiling ident_case v1.0.1 |
2050 | 2025-02-05T10:22:47.683Z | Compiling regress v0.10.1 |
2051 | 2025-02-05T10:22:47.708Z | Compiling darling_core v0.20.10 |
2052 | 2025-02-05T10:22:48.300Z | Compiling unsafe-libyaml v0.2.11 |
2053 | 2025-02-05T10:22:49.404Z | Checking heck v0.5.0 |
2054 | 2025-02-05T10:22:49.601Z | Compiling serde_yaml v0.9.34+deprecated |
2055 | 2025-02-05T10:22:49.701Z | Checking fastrand v2.1.1 |
2056 | 2025-02-05T10:22:50.007Z | Checking ipnetwork v0.20.0 |
2057 | 2025-02-05T10:22:50.090Z | Checking progenitor-client v0.9.1 |
2058 | 2025-02-05T10:22:50.220Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2059 | 2025-02-05T10:22:50.363Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2060 | 2025-02-05T10:22:50.394Z | Compiling structmeta-derive v0.3.0 |
2061 | 2025-02-05T10:22:50.470Z | Checking strum v0.26.3 |
2062 | 2025-02-05T10:22:50.657Z | Compiling dropshot v0.15.1 |
2063 | 2025-02-05T10:22:50.722Z | Checking macaddr v1.0.1 |
2064 | 2025-02-05T10:22:51.147Z | Compiling dropshot_endpoint v0.15.1 |
2065 | 2025-02-05T10:22:51.151Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2025-02-05T10:22:51.465Z | Compiling typify-impl v0.2.0 |
2067 | 2025-02-05T10:22:51.841Z | Checking tempfile v3.13.0 |
2068 | 2025-02-05T10:22:52.335Z | Checking progenitor-client v0.8.0 |
2069 | 2025-02-05T10:22:52.513Z | Checking instant v0.1.13 |
2070 | 2025-02-05T10:22:52.642Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2071 | 2025-02-05T10:22:52.669Z | Checking regress v0.9.1 |
2072 | 2025-02-05T10:22:53.043Z | Compiling structmeta v0.3.0 |
2073 | 2025-02-05T10:22:53.240Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2074 | 2025-02-05T10:22:53.267Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2075 | 2025-02-05T10:22:53.458Z | Compiling parse-display-derive v0.10.0 |
2076 | 2025-02-05T10:22:53.649Z | Checking backoff v0.4.0 |
2077 | 2025-02-05T10:22:53.824Z | Compiling darling_macro v0.20.10 |
2078 | 2025-02-05T10:22:53.937Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2079 | 2025-02-05T10:22:54.003Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2080 | 2025-02-05T10:22:54.093Z | Checking wait-timeout v0.2.0 |
2081 | 2025-02-05T10:22:54.184Z | Checking rand_xorshift v0.3.0 |
2082 | 2025-02-05T10:22:54.306Z | Checking rusty-fork v0.3.0 |
2083 | 2025-02-05T10:22:54.402Z | Checking unarray v0.1.4 |
2084 | 2025-02-05T10:22:54.729Z | Compiling structmeta-derive v0.2.0 |
2085 | 2025-02-05T10:22:54.734Z | Checking proptest v1.5.0 |
2086 | 2025-02-05T10:22:54.744Z | Compiling darling v0.20.10 |
2087 | 2025-02-05T10:22:54.875Z | Compiling serde_with_macros v3.11.0 |
2088 | 2025-02-05T10:22:55.443Z | Checking camino-tempfile v1.1.1 |
2089 | 2025-02-05T10:22:55.738Z | Checking unicode-width v0.1.14 |
2090 | 2025-02-05T10:22:56.089Z | Compiling proc-macro-error v1.0.4 |
2091 | 2025-02-05T10:22:56.231Z | Compiling proc-macro-crate v1.3.1 |
2092 | 2025-02-05T10:22:56.748Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2093 | 2025-02-05T10:22:57.180Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2094 | 2025-02-05T10:22:57.205Z | Compiling num_enum_derive v0.5.11 |
2095 | 2025-02-05T10:22:57.271Z | Compiling structmeta v0.2.0 |
2096 | 2025-02-05T10:22:57.476Z | Checking parse-display v0.10.0 |
2097 | 2025-02-05T10:22:57.536Z | Checking serde_with v3.11.0 |
2098 | 2025-02-05T10:22:57.562Z | Compiling foreign-types-macros v0.2.3 |
2099 | 2025-02-05T10:22:57.667Z | Compiling test-strategy v0.3.1 |
2100 | 2025-02-05T10:22:57.709Z | Checking foreign-types-shared v0.3.1 |
2101 | 2025-02-05T10:22:58.263Z | Checking tabwriter v1.4.0 |
2102 | 2025-02-05T10:22:58.479Z | Checking cstr-argument v0.1.2 |
2103 | 2025-02-05T10:22:58.698Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2104 | 2025-02-05T10:22:58.830Z | Checking foreign-types v0.5.0 |
2105 | 2025-02-05T10:22:58.948Z | Checking pretty-hex v0.2.1 |
2106 | 2025-02-05T10:23:01.482Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2107 | 2025-02-05T10:23:01.514Z | Checking colored v2.1.0 |
2108 | 2025-02-05T10:23:01.514Z | Checking smf v0.2.3 |
2109 | 2025-02-05T10:23:01.514Z | Checking itertools v0.13.0 |
2110 | 2025-02-05T10:23:01.514Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2111 | 2025-02-05T10:23:01.514Z | Checking num_enum v0.5.11 |
2112 | 2025-02-05T10:23:01.514Z | Checking base64 v0.21.7 |
2113 | 2025-02-05T10:23:01.514Z | Compiling typify-impl v0.3.0 |
2114 | 2025-02-05T10:23:01.514Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2115 | 2025-02-05T10:23:01.514Z | Compiling crucible-workspace-hack v0.1.0 |
2116 | 2025-02-05T10:23:01.514Z | Compiling zerocopy v0.8.10 |
2117 | 2025-02-05T10:23:01.514Z | Checking atomicwrites v0.4.4 |
2118 | 2025-02-05T10:23:01.514Z | Compiling zerocopy-derive v0.8.10 |
2119 | 2025-02-05T10:23:01.514Z | Compiling heapless v0.8.0 |
2120 | 2025-02-05T10:23:01.521Z | Checking termtree v0.4.1 |
2121 | 2025-02-05T10:23:01.521Z | Checking predicates-tree v1.0.11 |
2122 | 2025-02-05T10:23:01.634Z | Checking hash32 v0.3.1 |
2123 | 2025-02-05T10:23:01.815Z | Compiling smoltcp v0.11.0 |
2124 | 2025-02-05T10:23:01.846Z | Checking cobs v0.2.3 |
2125 | 2025-02-05T10:23:02.208Z | Checking postcard v1.0.10 |
2126 | 2025-02-05T10:23:02.599Z | Checking sigpipe v0.1.3 |
2127 | 2025-02-05T10:23:02.644Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2128 | 2025-02-05T10:23:02.688Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2129 | 2025-02-05T10:23:02.730Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2130 | 2025-02-05T10:23:02.903Z | Compiling mockall_derive v0.13.0 |
2131 | 2025-02-05T10:23:03.114Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2132 | 2025-02-05T10:23:03.220Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2133 | 2025-02-05T10:23:03.372Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2134 | 2025-02-05T10:23:03.497Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2135 | 2025-02-05T10:23:03.649Z | Compiling zone_cfg_derive v0.3.0 |
2136 | 2025-02-05T10:23:05.118Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2137 | 2025-02-05T10:23:05.455Z | Compiling num-derive v0.4.2 |
2138 | 2025-02-05T10:23:05.490Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2139 | 2025-02-05T10:23:05.595Z | Checking fragile v2.0.0 |
2140 | 2025-02-05T10:23:05.786Z | Checking downcast v0.11.0 |
2141 | 2025-02-05T10:23:05.984Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2142 | 2025-02-05T10:23:06.010Z | Checking zone v0.3.0 |
2143 | 2025-02-05T10:23:06.037Z | Compiling convert_case v0.4.0 |
2144 | 2025-02-05T10:23:06.233Z | Checking tungstenite v0.21.0 |
2145 | 2025-02-05T10:23:06.810Z | Checking newline-converter v0.3.0 |
2146 | 2025-02-05T10:23:06.842Z | Compiling typify-macro v0.2.0 |
2147 | 2025-02-05T10:23:06.903Z | Compiling derive_more v0.99.18 |
2148 | 2025-02-05T10:23:06.982Z | Checking expectorate v1.1.0 |
2149 | 2025-02-05T10:23:07.161Z | Checking tokio-tungstenite v0.21.0 |
2150 | 2025-02-05T10:23:07.224Z | Checking same-file v1.0.6 |
2151 | 2025-02-05T10:23:07.433Z | Checking walkdir v2.5.0 |
2152 | 2025-02-05T10:23:07.676Z | Checking arc-swap v1.7.1 |
2153 | 2025-02-05T10:23:07.742Z | Checking xattr v1.3.1 |
2154 | 2025-02-05T10:23:07.767Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2155 | 2025-02-05T10:23:07.974Z | Checking filetime v0.2.25 |
2156 | 2025-02-05T10:23:08.104Z | Checking slog-scope v4.4.0 |
2157 | 2025-02-05T10:23:08.249Z | Checking tar v0.4.42 |
2158 | 2025-02-05T10:23:08.254Z | Checking num-rational v0.4.2 |
2159 | 2025-02-05T10:23:08.321Z | Checking slog-stdlog v4.1.1 |
2160 | 2025-02-05T10:23:08.514Z | Checking slog-envlogger v2.2.0 |
2161 | 2025-02-05T10:23:08.763Z | Checking num-complex v0.4.6 |
2162 | 2025-02-05T10:23:08.987Z | Checking float-ord v0.3.2 |
2163 | 2025-02-05T10:23:09.036Z | Checking indent_write v2.2.0 |
2164 | 2025-02-05T10:23:09.060Z | Checking swrite v0.1.0 |
2165 | 2025-02-05T10:23:09.205Z | Compiling owo-colors v4.1.0 |
2166 | 2025-02-05T10:23:09.269Z | Compiling cancel-safe-futures v0.1.5 |
2167 | 2025-02-05T10:23:09.578Z | Checking num v0.4.3 |
2168 | 2025-02-05T10:23:09.691Z | Checking libsw v3.3.1 |
2169 | 2025-02-05T10:23:09.981Z | Checking password-hash v0.5.0 |
2170 | 2025-02-05T10:23:10.017Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2171 | 2025-02-05T10:23:10.097Z | Checking blake2 v0.10.6 |
2172 | 2025-02-05T10:23:10.427Z | Checking linear-map v1.2.0 |
2173 | 2025-02-05T10:23:10.627Z | Compiling typify v0.2.0 |
2174 | 2025-02-05T10:23:10.700Z | Compiling progenitor-impl v0.8.0 |
2175 | 2025-02-05T10:23:10.726Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2176 | 2025-02-05T10:23:10.888Z | Checking mockall v0.13.0 |
2177 | 2025-02-05T10:23:10.899Z | Checking argon2 v0.5.3 |
2178 | 2025-02-05T10:23:11.007Z | Checking pem v3.0.4 |
2179 | 2025-02-05T10:23:11.098Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2180 | 2025-02-05T10:23:11.284Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2181 | 2025-02-05T10:23:11.459Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2182 | 2025-02-05T10:23:11.809Z | Compiling lzma-sys v0.1.20 |
2183 | 2025-02-05T10:23:12.239Z | Checking headers-core v0.3.0 |
2184 | 2025-02-05T10:23:12.365Z | Compiling heck v0.3.3 |
2185 | 2025-02-05T10:23:12.642Z | Checking highway v1.2.0 |
2186 | 2025-02-05T10:23:12.730Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2187 | 2025-02-05T10:23:12.757Z | Compiling zone_cfg_derive v0.1.2 |
2188 | 2025-02-05T10:23:12.846Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2025-02-05T10:23:13.113Z | Checking headers v0.4.0 |
2190 | 2025-02-05T10:23:13.269Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2025-02-05T10:23:13.585Z | Checking yasna v0.5.2 |
2192 | 2025-02-05T10:23:13.665Z | Checking base64 v0.13.1 |
2193 | 2025-02-05T10:23:14.099Z | Checking ron v0.7.1 |
2194 | 2025-02-05T10:23:14.126Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2195 | 2025-02-05T10:23:14.190Z | Checking zone v0.1.8 |
2196 | 2025-02-05T10:23:14.211Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2197 | 2025-02-05T10:23:14.512Z | Checking rcgen v0.12.1 |
2198 | 2025-02-05T10:23:14.590Z | Checking xz2 v0.1.7 |
2199 | 2025-02-05T10:23:14.967Z | Checking subprocess v0.2.9 |
2200 | 2025-02-05T10:23:14.973Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2201 | 2025-02-05T10:23:15.079Z | Compiling typify-macro v0.3.0 |
2202 | 2025-02-05T10:23:15.191Z | Checking humantime v2.1.0 |
2203 | 2025-02-05T10:23:15.218Z | Compiling semver v0.1.20 |
2204 | 2025-02-05T10:23:15.352Z | Checking prettyplease v0.2.25 |
2205 | 2025-02-05T10:23:15.507Z | Checking half v2.4.1 |
2206 | 2025-02-05T10:23:15.824Z | Compiling rustc_version v0.1.7 |
2207 | 2025-02-05T10:23:15.869Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2208 | 2025-02-05T10:23:15.996Z | Checking ciborium-io v0.2.2 |
2209 | 2025-02-05T10:23:16.100Z | Checking ciborium-ll v0.2.2 |
2210 | 2025-02-05T10:23:16.278Z | Compiling newtype_derive v0.1.6 |
2211 | 2025-02-05T10:23:16.395Z | Checking ciborium v0.2.2 |
2212 | 2025-02-05T10:23:16.793Z | Checking steno v0.4.1 |
2213 | 2025-02-05T10:23:17.794Z | Compiling progenitor-macro v0.8.0 |
2214 | 2025-02-05T10:23:18.753Z | Compiling typify v0.3.0 |
2215 | 2025-02-05T10:23:18.912Z | Compiling progenitor-impl v0.9.1 |
2216 | 2025-02-05T10:23:19.841Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2217 | 2025-02-05T10:23:20.150Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2218 | 2025-02-05T10:23:20.541Z | Compiling slog-dtrace v0.3.0 |
2219 | 2025-02-05T10:23:20.607Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2220 | 2025-02-05T10:23:20.950Z | Checking display-error-chain v0.2.2 |
2221 | 2025-02-05T10:23:21.149Z | Checking gethostname v0.5.0 |
2222 | 2025-02-05T10:23:21.174Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2223 | 2025-02-05T10:23:21.269Z | Checking nibble_vec v0.1.0 |
2224 | 2025-02-05T10:23:21.292Z | Compiling blake3 v1.5.4 |
2225 | 2025-02-05T10:23:21.408Z | Checking endian-type v0.1.2 |
2226 | 2025-02-05T10:23:21.420Z | Checking keccak v0.1.5 |
2227 | 2025-02-05T10:23:21.633Z | Checking radix_trie v0.2.1 |
2228 | 2025-02-05T10:23:21.759Z | Checking sha3 v0.10.8 |
2229 | 2025-02-05T10:23:22.033Z | Checking universal-hash v0.5.1 |
2230 | 2025-02-05T10:23:22.210Z | Checking secrecy v0.8.0 |
2231 | 2025-02-05T10:23:22.259Z | Checking opaque-debug v0.3.1 |
2232 | 2025-02-05T10:23:22.369Z | Checking aead v0.5.2 |
2233 | 2025-02-05T10:23:22.379Z | Checking poly1305 v0.8.0 |
2234 | 2025-02-05T10:23:22.402Z | Checking chacha20 v0.9.1 |
2235 | 2025-02-05T10:23:22.909Z | Compiling memmap2 v0.9.5 |
2236 | 2025-02-05T10:23:22.912Z | Compiling constant_time_eq v0.3.1 |
2237 | 2025-02-05T10:23:23.131Z | Compiling arrayvec v0.7.6 |
2238 | 2025-02-05T10:23:23.374Z | Compiling arrayref v0.3.9 |
2239 | 2025-02-05T10:23:23.464Z | Compiling toolchain_find v0.4.0 |
2240 | 2025-02-05T10:23:23.529Z | Compiling thiserror-impl-no-std v2.0.2 |
2241 | 2025-02-05T10:23:23.854Z | Compiling topological-sort v0.2.2 |
2242 | 2025-02-05T10:23:23.954Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2243 | 2025-02-05T10:23:24.091Z | Compiling omicron-zone-package v0.12.0 |
2244 | 2025-02-05T10:23:24.117Z | Compiling rustfmt-wrapper v0.2.1 |
2245 | 2025-02-05T10:23:24.303Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2246 | 2025-02-05T10:23:24.697Z | Checking chacha20poly1305 v0.10.1 |
2247 | 2025-02-05T10:23:24.701Z | Compiling async-recursion v1.1.1 |
2248 | 2025-02-05T10:23:24.819Z | Checking fxhash v0.2.1 |
2249 | 2025-02-05T10:23:24.856Z | Checking lockfree-object-pool v0.1.6 |
2250 | 2025-02-05T10:23:25.026Z | Compiling zip v2.1.3 |
2251 | 2025-02-05T10:23:25.133Z | Checking bumpalo v3.16.0 |
2252 | 2025-02-05T10:23:25.356Z | Checking simd-adler32 v0.3.7 |
2253 | 2025-02-05T10:23:25.540Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2254 | 2025-02-05T10:23:25.733Z | Checking zopfli v0.8.1 |
2255 | 2025-02-05T10:23:25.995Z | Checking maplit v1.0.2 |
2256 | 2025-02-05T10:23:25.999Z | Checking termcolor v1.4.1 |
2257 | 2025-02-05T10:23:26.045Z | Compiling progenitor-macro v0.9.1 |
2258 | 2025-02-05T10:23:26.048Z | Compiling radium v0.7.0 |
2259 | 2025-02-05T10:23:26.239Z | Compiling const_format_proc_macros v0.2.34 |
2260 | 2025-02-05T10:23:26.365Z | Checking thiserror-no-std v2.0.2 |
2261 | 2025-02-05T10:23:26.400Z | Checking tap v1.0.1 |
2262 | 2025-02-05T10:23:26.513Z | Checking vsss-rs v3.3.4 |
2263 | 2025-02-05T10:23:26.543Z | Compiling maybe-uninit v2.0.0 |
2264 | 2025-02-05T10:23:26.570Z | Checking wyz v0.5.1 |
2265 | 2025-02-05T10:23:27.192Z | Checking funty v2.0.0 |
2266 | 2025-02-05T10:23:27.385Z | Checking home v0.5.9 |
2267 | 2025-02-05T10:23:27.570Z | Compiling packed_struct v0.10.1 |
2268 | 2025-02-05T10:23:27.574Z | Checking crc-catalog v2.4.0 |
2269 | 2025-02-05T10:23:27.757Z | Checking crc v3.2.1 |
2270 | 2025-02-05T10:23:28.128Z | Checking bitvec v1.0.1 |
2271 | 2025-02-05T10:23:28.176Z | Checking kstat-rs v0.2.4 |
2272 | 2025-02-05T10:23:28.201Z | Compiling packed_struct_codegen v0.10.1 |
2273 | 2025-02-05T10:23:28.205Z | Checking const_format v0.2.34 |
2274 | 2025-02-05T10:23:28.513Z | Compiling vte_generate_state_changes v0.1.2 |
2275 | 2025-02-05T10:23:28.675Z | Compiling indexmap v1.9.3 |
2276 | 2025-02-05T10:23:29.002Z | Checking nodrop v0.1.14 |
2277 | 2025-02-05T10:23:29.156Z | Compiling libefi-sys v0.1.0 |
2278 | 2025-02-05T10:23:29.176Z | Checking vte v0.11.1 |
2279 | 2025-02-05T10:23:29.474Z | Checking array-init v0.0.4 |
2280 | 2025-02-05T10:23:29.573Z | Checking smallvec v0.6.14 |
2281 | 2025-02-05T10:23:29.960Z | Checking fd-lock v4.0.2 |
2282 | 2025-02-05T10:23:30.102Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2283 | 2025-02-05T10:23:30.153Z | Compiling bitfield-struct v0.6.2 |
2284 | 2025-02-05T10:23:30.324Z | Checking progenitor v0.8.0 |
2285 | 2025-02-05T10:23:30.411Z | Checking bitfield v0.14.0 |
2286 | 2025-02-05T10:23:30.556Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2287 | 2025-02-05T10:23:30.581Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2288 | 2025-02-05T10:23:30.697Z | Checking hashbrown v0.12.3 |
2289 | 2025-02-05T10:23:30.827Z | Checking strip-ansi-escapes v0.2.0 |
2290 | 2025-02-05T10:23:31.096Z | Checking serde-hex v0.1.0 |
2291 | 2025-02-05T10:23:31.456Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2292 | 2025-02-05T10:23:32.428Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2293 | 2025-02-05T10:23:32.466Z | Checking env_logger v0.10.2 |
2294 | 2025-02-05T10:23:32.713Z | Checking ron v0.8.1 |
2295 | 2025-02-05T10:23:32.938Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2296 | 2025-02-05T10:23:33.267Z | Checking hashbrown v0.13.2 |
2297 | 2025-02-05T10:23:34.027Z | Checking nu-ansi-term v0.50.1 |
2298 | 2025-02-05T10:23:34.228Z | Checking crc-any v2.5.0 |
2299 | 2025-02-05T10:23:34.299Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2300 | 2025-02-05T10:23:34.457Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2301 | 2025-02-05T10:23:34.615Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2302 | 2025-02-05T10:23:34.619Z | Checking reedline v0.35.0 |
2303 | 2025-02-05T10:23:34.749Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2304 | 2025-02-05T10:23:34.860Z | Checking object v0.30.4 |
2305 | 2025-02-05T10:23:35.040Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2306 | 2025-02-05T10:23:35.290Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2307 | 2025-02-05T10:23:35.636Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2308 | 2025-02-05T10:23:37.075Z | Checking nanorand v0.7.0 |
2309 | 2025-02-05T10:23:37.307Z | Compiling parking_lot_core v0.8.6 |
2310 | 2025-02-05T10:23:37.447Z | Checking path-slash v0.1.5 |
2311 | 2025-02-05T10:23:37.581Z | Checking flume v0.11.1 |
2312 | 2025-02-05T10:23:38.046Z | Compiling phf_generator v0.11.2 |
2313 | 2025-02-05T10:23:38.069Z | Checking glob v0.3.2 |
2314 | 2025-02-05T10:23:38.092Z | Checking bytecount v0.6.8 |
2315 | 2025-02-05T10:23:38.252Z | Compiling phf_codegen v0.11.2 |
2316 | 2025-02-05T10:23:38.283Z | Checking papergrid v0.11.0 |
2317 | 2025-02-05T10:23:38.392Z | Checking parking_lot v0.11.2 |
2318 | 2025-02-05T10:23:38.487Z | Compiling tabled_derive v0.7.0 |
2319 | 2025-02-05T10:23:38.747Z | Compiling parse-zoneinfo v0.3.1 |
2320 | 2025-02-05T10:23:38.793Z | Checking progenitor v0.9.1 |
2321 | 2025-02-05T10:23:39.036Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2322 | 2025-02-05T10:23:39.624Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2323 | 2025-02-05T10:23:40.520Z | Compiling cfg_aliases v0.1.1 |
2324 | 2025-02-05T10:23:40.645Z | Compiling nix v0.28.0 |
2325 | 2025-02-05T10:23:40.672Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2326 | 2025-02-05T10:23:40.900Z | Checking tabled v0.15.0 |
2327 | 2025-02-05T10:23:41.491Z | Compiling chrono-tz-build v0.4.0 |
2328 | 2025-02-05T10:23:42.744Z | Checking sled v0.34.7 |
2329 | 2025-02-05T10:23:43.489Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2330 | 2025-02-05T10:23:43.736Z | Checking hickory-client v0.24.2 |
2331 | 2025-02-05T10:23:44.610Z | Checking hickory-server v0.24.2 |
2332 | 2025-02-05T10:23:44.621Z | Compiling chrono-tz v0.10.1 |
2333 | 2025-02-05T10:23:44.775Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2334 | 2025-02-05T10:23:45.282Z | Compiling unicase v2.7.0 |
2335 | 2025-02-05T10:23:45.442Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2336 | 2025-02-05T10:23:45.741Z | Compiling buf-list v1.0.3 |
2337 | 2025-02-05T10:23:46.341Z | Compiling peg-macros v0.8.4 |
2338 | 2025-02-05T10:23:46.820Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2339 | 2025-02-05T10:23:46.955Z | Compiling sqlparser_derive v0.2.2 |
2340 | 2025-02-05T10:23:47.768Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2341 | 2025-02-05T10:23:47.947Z | Checking unicode_categories v0.1.1 |
2342 | 2025-02-05T10:23:48.011Z | Checking sqlparser v0.45.0 |
2343 | 2025-02-05T10:23:48.228Z | Checking rustyline v14.0.0 |
2344 | 2025-02-05T10:23:48.258Z | Checking sqlformat v0.2.6 |
2345 | 2025-02-05T10:23:48.403Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2346 | 2025-02-05T10:23:50.316Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2347 | 2025-02-05T10:23:50.323Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2348 | 2025-02-05T10:23:51.355Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2349 | 2025-02-05T10:23:51.483Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2350 | 2025-02-05T10:23:52.901Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2351 | 2025-02-05T10:23:53.470Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2352 | 2025-02-05T10:23:53.698Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2353 | 2025-02-05T10:23:53.858Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2354 | 2025-02-05T10:23:54.014Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2355 | 2025-02-05T10:23:54.506Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2025-02-05T10:23:54.531Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2357 | 2025-02-05T10:23:55.798Z | Checking peg v0.8.4 |
2358 | 2025-02-05T10:23:55.825Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2359 | 2025-02-05T10:23:56.290Z | Checking bcs v0.1.6 |
2360 | 2025-02-05T10:23:56.503Z | Checking termtree v0.5.1 |
2361 | 2025-02-05T10:23:56.749Z | Checking primeorder v0.13.6 |
2362 | 2025-02-05T10:23:57.331Z | Compiling mime_guess v2.0.5 |
2363 | 2025-02-05T10:23:57.337Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2364 | 2025-02-05T10:23:57.818Z | Checking http-range v0.1.5 |
2365 | 2025-02-05T10:23:58.036Z | Checking atty v0.2.14 |
2366 | 2025-02-05T10:23:58.147Z | Compiling salty v0.3.0 |
2367 | 2025-02-05T10:23:58.185Z | Checking p384 v0.13.0 |
2368 | 2025-02-05T10:23:58.618Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2369 | 2025-02-05T10:23:59.165Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2370 | 2025-02-05T10:23:59.246Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2371 | 2025-02-05T10:23:59.285Z | Checking hyper-staticfile v0.10.1 |
2372 | 2025-02-05T10:23:59.815Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2373 | 2025-02-05T10:23:59.872Z | Compiling dsl_auto_type v0.1.2 |
2374 | 2025-02-05T10:24:00.335Z | Checking scheduled-thread-pool v0.2.7 |
2375 | 2025-02-05T10:24:00.342Z | Checking env_filter v0.1.2 |
2376 | 2025-02-05T10:24:00.342Z | Compiling diesel_table_macro_syntax v0.2.0 |
2377 | 2025-02-05T10:24:00.358Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2025-02-05T10:24:00.508Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2379 | 2025-02-05T10:24:00.549Z | Compiling crunchy v0.2.2 |
2380 | 2025-02-05T10:24:00.676Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2381 | 2025-02-05T10:24:00.773Z | Checking env_logger v0.11.5 |
2382 | 2025-02-05T10:24:01.072Z | Checking r2d2 v0.8.10 |
2383 | 2025-02-05T10:24:01.110Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2384 | 2025-02-05T10:24:01.273Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2385 | 2025-02-05T10:24:01.423Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2386 | 2025-02-05T10:24:01.716Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2387 | 2025-02-05T10:24:02.011Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2388 | 2025-02-05T10:24:02.676Z | Compiling diesel_derives v2.2.3 |
2389 | 2025-02-05T10:24:02.950Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2390 | 2025-02-05T10:24:03.026Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2391 | 2025-02-05T10:24:04.369Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2392 | 2025-02-05T10:24:05.303Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2393 | 2025-02-05T10:24:05.564Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2394 | 2025-02-05T10:24:05.958Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2025-02-05T10:24:06.382Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2396 | 2025-02-05T10:24:07.525Z | Compiling tiny-keccak v2.0.2 |
2397 | 2025-02-05T10:24:07.783Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2398 | 2025-02-05T10:24:07.857Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2399 | 2025-02-05T10:24:08.179Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2400 | 2025-02-05T10:24:08.267Z | Compiling ref-cast v1.0.23 |
2401 | 2025-02-05T10:24:09.002Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2402 | 2025-02-05T10:24:09.517Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2403 | 2025-02-05T10:24:09.558Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2404 | 2025-02-05T10:24:09.974Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2405 | 2025-02-05T10:24:10.008Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2406 | 2025-02-05T10:24:10.343Z | Compiling ascii-canvas v3.0.0 |
2407 | 2025-02-05T10:24:11.049Z | Compiling ena v0.14.3 |
2408 | 2025-02-05T10:24:11.091Z | Compiling ref-cast-impl v1.0.23 |
2409 | 2025-02-05T10:24:11.091Z | Compiling regex-syntax v0.6.29 |
2410 | 2025-02-05T10:24:11.091Z | Compiling diff v0.1.13 |
2411 | 2025-02-05T10:24:11.617Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2412 | 2025-02-05T10:24:12.085Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2413 | 2025-02-05T10:24:12.721Z | Compiling pin-project-internal v1.1.6 |
2414 | 2025-02-05T10:24:13.292Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2415 | 2025-02-05T10:24:13.325Z | Compiling derive_builder_core v0.20.2 |
2416 | 2025-02-05T10:24:13.546Z | Compiling libxml v0.3.3 |
2417 | 2025-02-05T10:24:13.852Z | Checking signal-hook-tokio v0.3.1 |
2418 | 2025-02-05T10:24:14.056Z | Compiling strum_macros v0.24.3 |
2419 | 2025-02-05T10:24:14.442Z | Checking diesel v2.2.6 |
2420 | 2025-02-05T10:24:15.214Z | Compiling lalrpop v0.19.12 |
2421 | 2025-02-05T10:24:15.305Z | Checking pin-project v1.1.6 |
2422 | 2025-02-05T10:24:15.462Z | Compiling snafu-derive v0.8.5 |
2423 | 2025-02-05T10:24:15.524Z | Compiling derive_builder_macro v0.20.2 |
2424 | 2025-02-05T10:24:15.763Z | Compiling samael v0.0.17 |
2425 | 2025-02-05T10:24:16.483Z | Compiling indoc v1.0.9 |
2426 | 2025-02-05T10:24:16.499Z | Checking derive_builder v0.20.2 |
2427 | 2025-02-05T10:24:17.238Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2428 | 2025-02-05T10:24:17.349Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2429 | 2025-02-05T10:24:17.654Z | Checking olpc-cjson v0.1.4 |
2430 | 2025-02-05T10:24:17.940Z | Checking globset v0.4.15 |
2431 | 2025-02-05T10:24:18.149Z | Checking quick-xml v0.33.0 |
2432 | 2025-02-05T10:24:18.387Z | Checking serde_plain v1.0.2 |
2433 | 2025-02-05T10:24:18.409Z | Compiling oso-derive v0.27.3 |
2434 | 2025-02-05T10:24:18.658Z | Compiling impl-trait-for-tuples v0.2.2 |
2435 | 2025-02-05T10:24:19.342Z | Compiling memoffset v0.9.1 |
2436 | 2025-02-05T10:24:19.685Z | Checking typed-path v0.9.3 |
2437 | 2025-02-05T10:24:19.927Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2438 | 2025-02-05T10:24:20.616Z | Checking snafu v0.8.5 |
2439 | 2025-02-05T10:24:21.014Z | Checking tungstenite v0.23.0 |
2440 | 2025-02-05T10:24:21.466Z | Checking tough v0.19.0 |
2441 | 2025-02-05T10:24:21.619Z | Compiling diesel-dtrace v0.4.2 |
2442 | 2025-02-05T10:24:21.852Z | Checking parse-size v1.1.0 |
2443 | 2025-02-05T10:24:22.064Z | Checking tokio-tungstenite v0.23.1 |
2444 | 2025-02-05T10:24:22.259Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2445 | 2025-02-05T10:24:22.674Z | Checking bb8 v0.8.5 |
2446 | 2025-02-05T10:24:22.679Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2447 | 2025-02-05T10:24:23.058Z | Checking nix v0.27.1 |
2448 | 2025-02-05T10:24:23.081Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2449 | 2025-02-05T10:24:23.353Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2450 | 2025-02-05T10:24:24.950Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2451 | 2025-02-05T10:24:25.644Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2452 | 2025-02-05T10:24:25.837Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2453 | 2025-02-05T10:24:25.881Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2454 | 2025-02-05T10:24:26.018Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2455 | 2025-02-05T10:24:26.454Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2456 | 2025-02-05T10:24:27.037Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2457 | 2025-02-05T10:24:27.236Z | Checking rand_seeder v0.3.0 |
2458 | 2025-02-05T10:24:27.408Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2459 | 2025-02-05T10:24:27.490Z | Checking assert_matches v1.5.0 |
2460 | 2025-02-05T10:24:27.546Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2461 | 2025-02-05T10:24:27.615Z | Compiling libz-sys v1.1.20 |
2462 | 2025-02-05T10:24:27.780Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2463 | 2025-02-05T10:24:27.817Z | Checking castaway v0.2.3 |
2464 | 2025-02-05T10:24:27.927Z | Checking is_ci v1.2.0 |
2465 | 2025-02-05T10:24:28.006Z | Checking compact_str v0.8.0 |
2466 | 2025-02-05T10:24:28.080Z | Checking supports-color v3.0.1 |
2467 | 2025-02-05T10:24:28.289Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2468 | 2025-02-05T10:24:28.448Z | Checking unicode-truncate v1.1.0 |
2469 | 2025-02-05T10:24:28.705Z | Checking lru v0.12.5 |
2470 | 2025-02-05T10:24:28.860Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2471 | 2025-02-05T10:24:28.884Z | Compiling instability v0.3.2 |
2472 | 2025-02-05T10:24:29.001Z | Checking cassowary v0.3.0 |
2473 | 2025-02-05T10:24:29.617Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2474 | 2025-02-05T10:24:29.785Z | Checking cargo-platform v0.1.8 |
2475 | 2025-02-05T10:24:29.933Z | Checking ratatui v0.28.1 |
2476 | 2025-02-05T10:24:30.137Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2477 | 2025-02-05T10:24:30.146Z | Checking cargo_metadata v0.18.1 |
2478 | 2025-02-05T10:24:30.719Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2479 | 2025-02-05T10:24:31.116Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2480 | 2025-02-05T10:24:31.670Z | Compiling vergen v8.3.2 |
2481 | 2025-02-05T10:24:32.037Z | Checking smawk v0.3.2 |
2482 | 2025-02-05T10:24:32.286Z | Checking unicode-linebreak v0.1.5 |
2483 | 2025-02-05T10:24:32.741Z | Checking textwrap v0.16.1 |
2484 | 2025-02-05T10:24:32.862Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2025-02-05T10:24:33.153Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2486 | 2025-02-05T10:24:33.494Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2487 | 2025-02-05T10:24:33.825Z | Compiling libsqlite3-sys v0.30.1 |
2488 | 2025-02-05T10:24:34.349Z | Compiling cfg_aliases v0.2.1 |
2489 | 2025-02-05T10:24:34.462Z | Compiling rustls v0.21.12 |
2490 | 2025-02-05T10:24:34.705Z | Checking shell-words v1.1.0 |
2491 | 2025-02-05T10:24:34.777Z | Compiling nix v0.29.0 |
2492 | 2025-02-05T10:24:34.978Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2493 | 2025-02-05T10:24:35.119Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2494 | 2025-02-05T10:24:35.279Z | Checking rustls-webpki v0.101.7 |
2495 | 2025-02-05T10:24:35.442Z | Checking sct v0.7.1 |
2496 | 2025-02-05T10:24:35.677Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2497 | 2025-02-05T10:24:35.709Z | Checking hashlink v0.9.1 |
2498 | 2025-02-05T10:24:35.751Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2499 | 2025-02-05T10:24:35.952Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2500 | 2025-02-05T10:24:36.041Z | Checking concurrent-queue v2.5.0 |
2501 | 2025-02-05T10:24:36.244Z | Checking fallible-streaming-iterator v0.1.9 |
2502 | 2025-02-05T10:24:36.337Z | Checking plotters-backend v0.3.7 |
2503 | 2025-02-05T10:24:36.526Z | Checking fallible-iterator v0.3.0 |
2504 | 2025-02-05T10:24:36.727Z | Checking parking v2.2.1 |
2505 | 2025-02-05T10:24:36.912Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2506 | 2025-02-05T10:24:36.936Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2507 | 2025-02-05T10:24:37.095Z | Checking rusqlite v0.32.1 |
2508 | 2025-02-05T10:24:39.827Z | Checking plotters-svg v0.3.7 |
2509 | 2025-02-05T10:24:39.836Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2510 | 2025-02-05T10:24:39.836Z | Checking tokio-rustls v0.24.1 |
2511 | 2025-02-05T10:24:39.836Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2512 | 2025-02-05T10:24:39.836Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2513 | 2025-02-05T10:24:39.836Z | Checking rustls-pemfile v1.0.4 |
2514 | 2025-02-05T10:24:39.836Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2515 | 2025-02-05T10:24:39.841Z | Checking twox-hash v2.1.0 |
2516 | 2025-02-05T10:24:40.041Z | Checking cast v0.3.0 |
2517 | 2025-02-05T10:24:40.207Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2518 | 2025-02-05T10:24:40.326Z | Checking criterion-plot v0.5.0 |
2519 | 2025-02-05T10:24:40.474Z | Checking plotters v0.3.7 |
2520 | 2025-02-05T10:24:40.801Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2521 | 2025-02-05T10:24:41.029Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2522 | 2025-02-05T10:24:41.989Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2523 | 2025-02-05T10:24:42.210Z | Checking fatfs v0.3.6 |
2524 | 2025-02-05T10:24:42.408Z | Checking tinytemplate v1.2.1 |
2525 | 2025-02-05T10:24:42.831Z | Checking csv-core v0.1.11 |
2526 | 2025-02-05T10:24:43.141Z | Checking oorandom v11.1.4 |
2527 | 2025-02-05T10:24:43.208Z | Checking anes v0.1.6 |
2528 | 2025-02-05T10:24:43.379Z | Checking hex-literal v0.4.1 |
2529 | 2025-02-05T10:24:43.499Z | Checking csv v1.3.1 |
2530 | 2025-02-05T10:24:43.576Z | Checking criterion v0.5.1 |
2531 | 2025-02-05T10:24:43.609Z | Checking event-listener v5.3.1 |
2532 | 2025-02-05T10:24:44.160Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2533 | 2025-02-05T10:24:44.753Z | Checking async-bb8-diesel v0.2.1 |
2534 | 2025-02-05T10:24:45.358Z | Checking rtoolbox v0.0.2 |
2535 | 2025-02-05T10:24:45.591Z | Checking rpassword v7.3.1 |
2536 | 2025-02-05T10:24:45.831Z | Checking event-listener-strategy v0.5.2 |
2537 | 2025-02-05T10:24:46.019Z | Checking tui-tree-widget v0.22.0 |
2538 | 2025-02-05T10:24:46.306Z | Checking polyval v0.6.2 |
2539 | 2025-02-05T10:24:46.321Z | Checking futures-lite v2.3.0 |
2540 | 2025-02-05T10:24:46.565Z | Checking ghash v0.5.1 |
2541 | 2025-02-05T10:24:46.754Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2542 | 2025-02-05T10:24:47.533Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2543 | 2025-02-05T10:24:47.783Z | Checking ctr v0.9.2 |
2544 | 2025-02-05T10:24:48.105Z | Checking yansi v1.0.1 |
2545 | 2025-02-05T10:24:48.646Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2546 | 2025-02-05T10:24:48.722Z | Checking aes-gcm v0.10.3 |
2547 | 2025-02-05T10:24:48.828Z | Checking pretty_assertions v1.4.1 |
2548 | 2025-02-05T10:24:48.983Z | Checking ssh-encoding v0.2.0 |
2549 | 2025-02-05T10:24:49.048Z | Checking blowfish v0.9.1 |
2550 | 2025-02-05T10:24:49.314Z | Checking bcrypt-pbkdf v0.10.0 |
2551 | 2025-02-05T10:24:49.340Z | Checking ssh-cipher v0.2.0 |
2552 | 2025-02-05T10:24:49.574Z | Checking async-lock v3.4.0 |
2553 | 2025-02-05T10:24:49.657Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2554 | 2025-02-05T10:24:50.322Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2555 | 2025-02-05T10:24:50.439Z | Checking polling v3.7.3 |
2556 | 2025-02-05T10:24:50.826Z | Checking password-hash v0.4.2 |
2557 | 2025-02-05T10:24:51.274Z | Checking pbkdf2 v0.11.0 |
2558 | 2025-02-05T10:24:51.570Z | Checking async-io v2.3.4 |
2559 | 2025-02-05T10:24:51.675Z | Checking ssh-key v0.6.6 |
2560 | 2025-02-05T10:24:52.484Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2561 | 2025-02-05T10:24:53.121Z | Checking p256 v0.13.2 |
2562 | 2025-02-05T10:24:53.197Z | Checking p521 v0.13.3 |
2563 | 2025-02-05T10:24:53.608Z | Checking russh-cryptovec v0.7.3 |
2564 | 2025-02-05T10:24:53.845Z | Compiling target-lexicon v0.12.16 |
2565 | 2025-02-05T10:24:54.535Z | Checking async-task v4.7.1 |
2566 | 2025-02-05T10:24:54.559Z | Checking md5 v0.7.0 |
2567 | 2025-02-05T10:24:54.817Z | Compiling doc-comment v0.3.3 |
2568 | 2025-02-05T10:24:54.848Z | Checking russh-keys v0.45.0 |
2569 | 2025-02-05T10:24:55.039Z | Checking async-channel v2.3.1 |
2570 | 2025-02-05T10:24:55.262Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2571 | 2025-02-05T10:24:55.470Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2572 | 2025-02-05T10:24:56.116Z | Checking piper v0.2.4 |
2573 | 2025-02-05T10:24:56.230Z | Checking num-bigint v0.4.6 |
2574 | 2025-02-05T10:24:56.360Z | Checking des v0.8.1 |
2575 | 2025-02-05T10:24:56.628Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2576 | 2025-02-05T10:24:56.800Z | Checking futures-timer v3.0.3 |
2577 | 2025-02-05T10:24:57.105Z | Compiling guppy-workspace-hack v0.1.0 |
2578 | 2025-02-05T10:24:57.420Z | Compiling assert_cmd v2.0.16 |
2579 | 2025-02-05T10:24:57.425Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2580 | 2025-02-05T10:24:57.946Z | Checking blocking v1.6.1 |
2581 | 2025-02-05T10:24:58.644Z | Checking russh v0.45.0 |
2582 | 2025-02-05T10:24:58.696Z | Checking async-executor v1.13.1 |
2583 | 2025-02-05T10:24:58.873Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2584 | 2025-02-05T10:24:59.075Z | Checking async-signal v0.2.10 |
2585 | 2025-02-05T10:24:59.322Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2586 | 2025-02-05T10:24:59.726Z | Checking internet-checksum v0.2.1 |
2587 | 2025-02-05T10:24:59.750Z | Checking event-listener v2.5.3 |
2588 | 2025-02-05T10:24:59.927Z | Compiling target-spec v3.2.2 |
2589 | 2025-02-05T10:24:59.964Z | Checking async-channel v1.9.0 |
2590 | 2025-02-05T10:25:00.327Z | Checking async-process v2.3.0 |
2591 | 2025-02-05T10:25:00.473Z | Checking async-global-executor v2.4.1 |
2592 | 2025-02-05T10:25:00.743Z | Checking cfg-expr v0.17.0 |
2593 | 2025-02-05T10:25:00.913Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2594 | 2025-02-05T10:25:01.222Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2595 | 2025-02-05T10:25:01.602Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2596 | 2025-02-05T10:25:01.995Z | Checking httptest v0.16.1 |
2597 | 2025-02-05T10:25:02.436Z | Checking rustls-native-certs v0.7.3 |
2598 | 2025-02-05T10:25:02.649Z | Compiling petname v2.0.2 |
2599 | 2025-02-05T10:25:02.656Z | Checking num_cpus v1.16.0 |
2600 | 2025-02-05T10:25:02.687Z | Checking kv-log-macro v1.0.7 |
2601 | 2025-02-05T10:25:02.804Z | Compiling async-attributes v1.1.2 |
2602 | 2025-02-05T10:25:03.612Z | Checking async-std v1.13.0 |
2603 | 2025-02-05T10:25:04.008Z | Checking threadpool v1.8.1 |
2604 | 2025-02-05T10:25:04.233Z | Checking hyper-rustls v0.26.0 |
2605 | 2025-02-05T10:25:04.874Z | Checking pathdiff v0.2.2 |
2606 | 2025-02-05T10:25:04.948Z | Compiling rstest_macros v0.23.0 |
2607 | 2025-02-05T10:25:05.050Z | Checking nested v0.1.1 |
2608 | 2025-02-05T10:25:05.089Z | Compiling target-triple v0.1.3 |
2609 | 2025-02-05T10:25:05.270Z | Checking escape8259 v0.5.3 |
2610 | 2025-02-05T10:25:05.468Z | Checking libtest-mimic v0.7.3 |
2611 | 2025-02-05T10:25:05.568Z | Checking guppy v0.17.8 |
2612 | 2025-02-05T10:25:05.639Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2613 | 2025-02-05T10:25:06.689Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2614 | 2025-02-05T10:25:07.078Z | Checking async-object-pool v0.1.5 |
2615 | 2025-02-05T10:25:07.081Z | Checking similar-asserts v1.6.0 |
2616 | 2025-02-05T10:25:07.279Z | Checking fancy-regex v0.13.0 |
2617 | 2025-02-05T10:25:07.297Z | Checking serde_regex v1.1.0 |
2618 | 2025-02-05T10:25:07.592Z | Checking assert-json-diff v2.0.2 |
2619 | 2025-02-05T10:25:07.597Z | Compiling proc-macro-crate v3.2.0 |
2620 | 2025-02-05T10:25:07.869Z | Checking path-tree v0.8.1 |
2621 | 2025-02-05T10:25:07.992Z | Checking sync-ptr v0.1.1 |
2622 | 2025-02-05T10:25:08.201Z | Compiling relative-path v1.9.3 |
2623 | 2025-02-05T10:25:08.238Z | Checking stringmetrics v2.2.2 |
2624 | 2025-02-05T10:25:08.298Z | Checking datatest-stable v0.2.9 |
2625 | 2025-02-05T10:25:08.501Z | Checking httpmock v0.8.0-alpha.1 |
2626 | 2025-02-05T10:25:08.851Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2627 | 2025-02-05T10:25:08.857Z | Checking blake2b_simd v1.0.2 |
2628 | 2025-02-05T10:25:09.657Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2629 | 2025-02-05T10:25:10.060Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2630 | 2025-02-05T10:25:10.391Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2631 | 2025-02-05T10:25:10.713Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2632 | 2025-02-05T10:25:10.987Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2633 | 2025-02-05T10:25:11.566Z | Checking serde_tokenstream v0.2.2 |
2634 | 2025-02-05T10:25:11.960Z | Checking uzers v0.12.1 |
2635 | 2025-02-05T10:25:12.578Z | Checking rust-argon2 v2.1.0 |
2636 | 2025-02-05T10:25:12.967Z | Checking trybuild v1.0.101 |
2637 | 2025-02-05T10:25:13.572Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2638 | 2025-02-05T10:25:14.141Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2639 | 2025-02-05T10:25:14.713Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2640 | 2025-02-05T10:25:15.817Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2641 | 2025-02-05T10:25:16.217Z | Checking rand_distr v0.4.3 |
2642 | 2025-02-05T10:25:16.935Z | Checking multimap v0.10.0 |
2643 | 2025-02-05T10:25:17.319Z | Checking approx v0.5.1 |
2644 | 2025-02-05T10:25:17.546Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2645 | 2025-02-05T10:25:17.755Z | Checking rstest v0.23.0 |
2646 | 2025-02-05T10:25:18.189Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2647 | 2025-02-05T10:25:18.977Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2648 | 2025-02-05T10:25:19.343Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2649 | 2025-02-05T10:25:20.074Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2650 | 2025-02-05T10:25:20.216Z | Checking partial-io v0.5.4 |
2651 | 2025-02-05T10:25:20.261Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2652 | 2025-02-05T10:25:20.415Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2653 | 2025-02-05T10:25:20.676Z | Checking cargo_toml v0.20.5 |
2654 | 2025-02-05T10:25:20.679Z | Checking termios v0.3.3 |
2655 | 2025-02-05T10:25:20.822Z | Compiling indoc v2.0.5 |
2656 | 2025-02-05T10:25:21.628Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2657 | 2025-02-05T10:25:21.739Z | Compiling git2 v0.19.0 |
2658 | 2025-02-05T10:25:22.576Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2659 | 2025-02-05T10:25:23.277Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2660 | 2025-02-05T10:25:29.085Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2661 | 2025-02-05T10:25:29.484Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2662 | 2025-02-05T10:25:30.257Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2663 | 2025-02-05T10:25:43.231Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2664 | 2025-02-05T10:25:50.641Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2665 | 2025-02-05T10:26:19.526Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2666 | 2025-02-05T10:26:19.989Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2667 | 2025-02-05T10:26:20.289Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2668 | 2025-02-05T10:26:36.805Z | Compiling polar-core v0.27.3 |
2669 | 2025-02-05T10:26:44.286Z | Checking oso v0.27.3 |
2670 | 2025-02-05T10:27:18.288Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2671 | 2025-02-05T10:27:18.292Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2672 | 2025-02-05T10:27:18.292Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2673 | 2025-02-05T10:28:30.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s |
2674 | 2025-02-05T10:28:31.144Z | |
2675 | 2025-02-05T10:28:31.144Z | real 6:22.984164919 |
2676 | 2025-02-05T10:28:31.145Z | user 33:34.411252952 |
2677 | 2025-02-05T10:28:31.145Z | sys 5:05.068956413 |
2678 | 2025-02-05T10:28:31.145Z | trap 0.959208601 |
2679 | 2025-02-05T10:28:31.145Z | tflt 1.940154941 |
2680 | 2025-02-05T10:28:31.145Z | dflt 0.326169830 |
2681 | 2025-02-05T10:28:31.145Z | kflt 0.000960627 |
2682 | 2025-02-05T10:28:31.145Z | lock 47:05.175963619 |
2683 | 2025-02-05T10:28:31.150Z | slp 1:53:49.641155384 |
2684 | 2025-02-05T10:28:31.150Z | lat 1:42.803270501 |
2685 | 2025-02-05T10:28:31.150Z | stop 6:50.356906718 |
2686 | 2025-02-05T10:28:31.150Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2687 | 2025-02-05T10:28:31.150Z | + ptime -m cargo doc --workspace --no-deps |
2688 | 2025-02-05T10:28:32.281Z | warning: output filename collision. |
2689 | 2025-02-05T10:28:32.281Z | 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)`. |
2690 | 2025-02-05T10:28:32.281Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2691 | 2025-02-05T10:28:32.281Z | The targets should have unique names. |
2692 | 2025-02-05T10:28:32.281Z | This is a known bug where multiple crates with the same name use |
2693 | 2025-02-05T10:28:32.281Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2694 | 2025-02-05T10:28:32.750Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2695 | 2025-02-05T10:28:32.872Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2696 | 2025-02-05T10:28:32.876Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2697 | 2025-02-05T10:28:32.879Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2698 | 2025-02-05T10:28:32.904Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2699 | 2025-02-05T10:28:32.930Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2700 | 2025-02-05T10:28:32.933Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2701 | 2025-02-05T10:28:33.149Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2702 | 2025-02-05T10:28:33.214Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2703 | 2025-02-05T10:28:33.219Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2704 | 2025-02-05T10:28:33.274Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2705 | 2025-02-05T10:28:33.447Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2706 | 2025-02-05T10:28:33.561Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2707 | 2025-02-05T10:28:33.755Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2708 | 2025-02-05T10:28:33.932Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2709 | 2025-02-05T10:28:33.954Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2710 | 2025-02-05T10:28:34.281Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2711 | 2025-02-05T10:28:34.633Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2712 | 2025-02-05T10:28:34.887Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2713 | 2025-02-05T10:28:34.988Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2714 | 2025-02-05T10:28:35.027Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2715 | 2025-02-05T10:28:35.230Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2716 | 2025-02-05T10:28:35.369Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2717 | 2025-02-05T10:28:35.574Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2718 | 2025-02-05T10:28:35.685Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2719 | 2025-02-05T10:28:36.061Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2720 | 2025-02-05T10:28:36.419Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2721 | 2025-02-05T10:28:36.609Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2722 | 2025-02-05T10:28:36.821Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2723 | 2025-02-05T10:28:37.038Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2724 | 2025-02-05T10:28:37.167Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2725 | 2025-02-05T10:28:37.191Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2726 | 2025-02-05T10:28:37.387Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2727 | 2025-02-05T10:28:37.487Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2728 | 2025-02-05T10:28:37.614Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2729 | 2025-02-05T10:28:37.652Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2730 | 2025-02-05T10:28:37.717Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2731 | 2025-02-05T10:28:38.020Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2732 | 2025-02-05T10:28:38.226Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2733 | 2025-02-05T10:28:38.247Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2734 | 2025-02-05T10:28:38.354Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2735 | 2025-02-05T10:28:38.615Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2736 | 2025-02-05T10:28:38.632Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2737 | 2025-02-05T10:28:38.703Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2738 | 2025-02-05T10:28:38.739Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2739 | 2025-02-05T10:28:38.894Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2740 | 2025-02-05T10:28:39.534Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2741 | 2025-02-05T10:28:40.157Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2742 | 2025-02-05T10:28:40.259Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2743 | 2025-02-05T10:28:41.898Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2744 | 2025-02-05T10:28:42.553Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2745 | 2025-02-05T10:28:44.624Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2746 | 2025-02-05T10:28:44.635Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2747 | 2025-02-05T10:28:44.706Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2748 | 2025-02-05T10:28:45.056Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2749 | 2025-02-05T10:28:46.346Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2750 | 2025-02-05T10:28:47.132Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2751 | 2025-02-05T10:28:47.282Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2752 | 2025-02-05T10:28:47.336Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2753 | 2025-02-05T10:28:47.378Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2754 | 2025-02-05T10:28:48.097Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2755 | 2025-02-05T10:28:48.690Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2756 | 2025-02-05T10:28:48.941Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2757 | 2025-02-05T10:28:49.835Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2758 | 2025-02-05T10:28:54.086Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2759 | 2025-02-05T10:28:54.651Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2760 | 2025-02-05T10:28:55.201Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2761 | 2025-02-05T10:28:55.902Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2762 | 2025-02-05T10:28:55.964Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2763 | 2025-02-05T10:28:56.342Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2764 | 2025-02-05T10:28:57.002Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2765 | 2025-02-05T10:28:57.189Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2766 | 2025-02-05T10:28:57.481Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2767 | 2025-02-05T10:28:58.174Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2768 | 2025-02-05T10:28:58.678Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2769 | 2025-02-05T10:28:58.803Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2770 | 2025-02-05T10:28:58.834Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2771 | 2025-02-05T10:28:59.326Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2772 | 2025-02-05T10:28:59.563Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2773 | 2025-02-05T10:28:59.615Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2774 | 2025-02-05T10:29:00.038Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2775 | 2025-02-05T10:29:00.092Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2776 | 2025-02-05T10:29:00.207Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2777 | 2025-02-05T10:29:00.416Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2778 | 2025-02-05T10:29:00.768Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2779 | 2025-02-05T10:29:01.069Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2780 | 2025-02-05T10:29:01.266Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2781 | 2025-02-05T10:29:01.881Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2782 | 2025-02-05T10:29:02.362Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2783 | 2025-02-05T10:29:02.414Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2784 | 2025-02-05T10:29:02.735Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2785 | 2025-02-05T10:29:03.446Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2786 | 2025-02-05T10:29:03.570Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2787 | 2025-02-05T10:29:03.822Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2788 | 2025-02-05T10:29:04.097Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2789 | 2025-02-05T10:29:04.121Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2790 | 2025-02-05T10:29:04.292Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2791 | 2025-02-05T10:29:04.575Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2792 | 2025-02-05T10:29:04.714Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2793 | 2025-02-05T10:29:05.237Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2794 | 2025-02-05T10:29:05.483Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2795 | 2025-02-05T10:29:05.506Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2796 | 2025-02-05T10:29:05.775Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2797 | 2025-02-05T10:29:06.156Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2798 | 2025-02-05T10:29:07.094Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2799 | 2025-02-05T10:29:07.369Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2800 | 2025-02-05T10:29:07.857Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2801 | 2025-02-05T10:29:08.084Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2802 | 2025-02-05T10:29:09.066Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2803 | 2025-02-05T10:29:09.152Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2804 | 2025-02-05T10:29:09.469Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2805 | 2025-02-05T10:29:09.612Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2806 | 2025-02-05T10:29:09.907Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2807 | 2025-02-05T10:29:10.280Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2808 | 2025-02-05T10:29:10.930Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2809 | 2025-02-05T10:29:11.119Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2810 | 2025-02-05T10:29:11.226Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2811 | 2025-02-05T10:29:11.516Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2812 | 2025-02-05T10:29:13.908Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2813 | 2025-02-05T10:29:14.618Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2814 | 2025-02-05T10:29:15.125Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2815 | 2025-02-05T10:29:15.507Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2816 | 2025-02-05T10:29:15.712Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2817 | 2025-02-05T10:29:16.640Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2818 | 2025-02-05T10:29:17.469Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2819 | 2025-02-05T10:29:17.790Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2820 | 2025-02-05T10:29:18.752Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2821 | 2025-02-05T10:29:19.662Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2822 | 2025-02-05T10:29:19.958Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2823 | 2025-02-05T10:29:20.161Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2824 | 2025-02-05T10:29:21.126Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2825 | 2025-02-05T10:29:25.940Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2826 | 2025-02-05T10:29:28.061Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2827 | 2025-02-05T10:29:30.480Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2828 | 2025-02-05T10:29:34.061Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2829 | 2025-02-05T10:29:35.992Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2830 | 2025-02-05T10:29:36.317Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2831 | 2025-02-05T10:29:36.883Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2832 | 2025-02-05T10:29:37.109Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2833 | 2025-02-05T10:29:37.239Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2834 | 2025-02-05T10:29:38.473Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2835 | 2025-02-05T10:29:38.699Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2836 | 2025-02-05T10:29:40.674Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2837 | 2025-02-05T10:29:41.676Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2838 | 2025-02-05T10:29:41.686Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2839 | 2025-02-05T10:29:42.428Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2840 | 2025-02-05T10:29:43.179Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2841 | 2025-02-05T10:29:46.299Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2842 | 2025-02-05T10:29:47.060Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2843 | 2025-02-05T10:29:48.220Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2844 | 2025-02-05T10:29:48.525Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2845 | 2025-02-05T10:29:48.734Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2846 | 2025-02-05T10:29:49.953Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2847 | 2025-02-05T10:29:50.800Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2848 | 2025-02-05T10:29:51.845Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2849 | 2025-02-05T10:29:52.804Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2850 | 2025-02-05T10:29:53.354Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2851 | 2025-02-05T10:29:54.638Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2852 | 2025-02-05T10:29:54.645Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2853 | 2025-02-05T10:29:55.491Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2854 | 2025-02-05T10:29:56.012Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2855 | 2025-02-05T10:29:56.999Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2856 | 2025-02-05T10:29:58.070Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2857 | 2025-02-05T10:29:58.185Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2858 | 2025-02-05T10:29:59.742Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2859 | 2025-02-05T10:30:00.235Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2860 | 2025-02-05T10:30:00.386Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2861 | 2025-02-05T10:30:01.049Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2862 | 2025-02-05T10:30:01.155Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2863 | 2025-02-05T10:30:02.424Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2864 | 2025-02-05T10:30:04.721Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2865 | 2025-02-05T10:30:04.804Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2866 | 2025-02-05T10:30:04.826Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2025-02-05T10:30:05.573Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2868 | 2025-02-05T10:30:05.974Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2869 | 2025-02-05T10:30:06.359Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2870 | 2025-02-05T10:30:07.906Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2871 | 2025-02-05T10:30:08.157Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2872 | 2025-02-05T10:30:08.257Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2873 | 2025-02-05T10:30:10.109Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2874 | 2025-02-05T10:30:10.794Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2875 | 2025-02-05T10:30:11.550Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2876 | 2025-02-05T10:30:11.577Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2877 | 2025-02-05T10:30:12.831Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2878 | 2025-02-05T10:30:14.174Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2879 | 2025-02-05T10:30:14.795Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2880 | 2025-02-05T10:30:14.972Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2881 | 2025-02-05T10:30:14.998Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2882 | 2025-02-05T10:30:18.710Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2883 | 2025-02-05T10:30:18.769Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2884 | 2025-02-05T10:30:19.257Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2885 | 2025-02-05T10:30:19.778Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2886 | 2025-02-05T10:30:20.252Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2887 | 2025-02-05T10:30:23.795Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2888 | 2025-02-05T10:30:23.795Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2889 | 2025-02-05T10:30:23.795Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2890 | 2025-02-05T10:30:23.934Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2891 | 2025-02-05T10:30:24.518Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2892 | 2025-02-05T10:30:26.835Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2893 | 2025-02-05T10:30:27.098Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2894 | 2025-02-05T10:30:27.156Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2895 | 2025-02-05T10:30:28.005Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2896 | 2025-02-05T10:30:28.603Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2897 | 2025-02-05T10:30:30.946Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2898 | 2025-02-05T10:30:31.444Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2899 | 2025-02-05T10:30:31.810Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2900 | 2025-02-05T10:30:32.155Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2901 | 2025-02-05T10:30:32.920Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2902 | 2025-02-05T10:30:34.356Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2903 | 2025-02-05T10:30:34.652Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2904 | 2025-02-05T10:30:35.021Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2905 | 2025-02-05T10:30:35.630Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2906 | 2025-02-05T10:30:36.157Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2907 | 2025-02-05T10:30:36.573Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2908 | 2025-02-05T10:30:37.326Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2909 | 2025-02-05T10:30:37.962Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2910 | 2025-02-05T10:30:38.593Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2911 | 2025-02-05T10:30:38.614Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2912 | 2025-02-05T10:30:38.957Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2913 | 2025-02-05T10:30:38.986Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2914 | 2025-02-05T10:30:39.081Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2915 | 2025-02-05T10:30:39.917Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2916 | 2025-02-05T10:30:39.972Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2917 | 2025-02-05T10:30:40.140Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2918 | 2025-02-05T10:30:40.485Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2919 | 2025-02-05T10:30:41.235Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2920 | 2025-02-05T10:30:41.265Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2921 | 2025-02-05T10:30:41.621Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2922 | 2025-02-05T10:30:55.895Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2923 | 2025-02-05T10:30:55.898Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2924 | 2025-02-05T10:30:55.898Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2925 | 2025-02-05T10:30:55.898Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2926 | 2025-02-05T10:30:56.810Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2927 | 2025-02-05T10:30:56.856Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2928 | 2025-02-05T10:30:56.970Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2929 | 2025-02-05T10:30:57.038Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2930 | 2025-02-05T10:30:58.997Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2931 | 2025-02-05T10:31:03.936Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2932 | 2025-02-05T10:31:04.873Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2933 | 2025-02-05T10:31:44.215Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2934 | 2025-02-05T10:31:50.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 19s |
2935 | 2025-02-05T10:31:50.911Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2936 | 2025-02-05T10:31:50.977Z | |
2937 | 2025-02-05T10:31:50.977Z | real 3:19.812153442 |
2938 | 2025-02-05T10:31:50.977Z | user 17:43.616081140 |
2939 | 2025-02-05T10:31:50.977Z | sys 2:30.536000301 |
2940 | 2025-02-05T10:31:50.977Z | trap 0.501376424 |
2941 | 2025-02-05T10:31:50.980Z | tflt 0.259263494 |
2942 | 2025-02-05T10:31:50.980Z | dflt 0.136570853 |
2943 | 2025-02-05T10:31:50.980Z | kflt 0.000064081 |
2944 | 2025-02-05T10:31:50.980Z | lock 27:45.995742331 |
2945 | 2025-02-05T10:31:50.980Z | slp 49:58.703205289 |
2946 | 2025-02-05T10:31:50.981Z | lat 1:11.128062892 |
2947 | 2025-02-05T10:31:50.981Z | stop 1:20.742543304 |
2948 | 2025-02-05T10:31:50.981Z | process exited: duration 917452 ms, exit code 0 |
|
2949 | 2025-02-05T10:31:50.987Z | found 0 output files |