|
|
|
1 | 2025-07-18T16:11:17.877Z | job assigned to worker 01K0F4T9RQ3VQ0AJ2WS9JD4SHK [factory aws, i-0119389e2f8e76e54] (queued for 47 s) |
|
2 | 2025-07-18T16:11:26.450Z | starting task 0: "setup" |
3 | 2025-07-18T16:11:26.454Z | ++ uname -s |
4 | 2025-07-18T16:11:26.478Z | + kern=SunOS |
5 | 2025-07-18T16:11:26.478Z | + build_user=build |
6 | 2025-07-18T16:11:26.478Z | + build_uid=12345 |
7 | 2025-07-18T16:11:26.478Z | + work_dir=/work |
8 | 2025-07-18T16:11:26.478Z | + input_dir=/input |
9 | 2025-07-18T16:11:26.478Z | + [[ 0 == 12345 ]] |
10 | 2025-07-18T16:11:26.478Z | + case "$kern" in |
11 | 2025-07-18T16:11:26.478Z | + groupadd -g 12345 build |
12 | 2025-07-18T16:11:26.478Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-18T16:11:28.468Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-18T16:11:28.551Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-18T16:11:28.554Z | + home_fs=zfs |
16 | 2025-07-18T16:11:28.554Z | + [[ zfs == autofs ]] |
17 | 2025-07-18T16:11:28.554Z | + mkdir -p /home/build |
18 | 2025-07-18T16:11:28.554Z | + chown build:build /home/build /work |
19 | 2025-07-18T16:11:30.557Z | + chmod 0700 /home/build /work |
20 | 2025-07-18T16:11:30.560Z | process exited: duration 4111 ms, exit code 0 |
|
21 | 2025-07-18T16:11:30.568Z | starting task 1: "rust-toolchain" |
22 | 2025-07-18T16:11:30.573Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-18T16:11:30.573Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-18T16:11:30.573Z | * rust toolchain channel = "1.88.0" |
25 | 2025-07-18T16:11:30.573Z | * rust toolchain profile = "default" |
26 | 2025-07-18T16:11:30.573Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-18T16:11:30.573Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-18T16:11:30.577Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-18T16:11:30.577Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-18T16:11:30.668Z | info: downloading installer |
31 | 2025-07-18T16:11:32.013Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-18T16:11:32.013Z | warn: /opt/ooce/bin |
33 | 2025-07-18T16:11:32.014Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-18T16:11:32.014Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-18T16:11:32.014Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-18T16:11:32.014Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-18T16:11:32.014Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-18T16:11:32.014Z | error: cannot install while Rust is installed |
39 | 2025-07-18T16:11:32.014Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-18T16:11:32.055Z | info: profile set to 'default' |
41 | 2025-07-18T16:11:32.055Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-18T16:11:32.059Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-18T16:11:32.228Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-18T16:11:32.228Z | info: downloading component 'cargo' |
45 | 2025-07-18T16:11:33.009Z | info: downloading component 'clippy' |
46 | 2025-07-18T16:11:33.384Z | info: downloading component 'rust-docs' |
47 | 2025-07-18T16:11:34.579Z | info: downloading component 'rust-std' |
48 | 2025-07-18T16:11:36.380Z | info: downloading component 'rustc' |
49 | 2025-07-18T16:11:42.540Z | info: downloading component 'rustfmt' |
50 | 2025-07-18T16:11:42.766Z | info: installing component 'cargo' |
51 | 2025-07-18T16:11:43.641Z | info: installing component 'clippy' |
52 | 2025-07-18T16:11:44.038Z | info: installing component 'rust-docs' |
53 | 2025-07-18T16:11:45.867Z | info: installing component 'rust-std' |
54 | 2025-07-18T16:11:47.577Z | info: installing component 'rustc' |
55 | 2025-07-18T16:11:53.976Z | info: installing component 'rustfmt' |
56 | 2025-07-18T16:11:54.305Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-18T16:11:54.305Z | |
58 | 2025-07-18T16:11:54.721Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-18T16:11:54.721Z | |
60 | 2025-07-18T16:11:54.724Z | |
61 | 2025-07-18T16:11:54.724Z | Rust is installed now. Great! |
62 | 2025-07-18T16:11:54.724Z | |
63 | 2025-07-18T16:11:54.724Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-18T16:11:54.724Z | environment variable. This has not been done automatically. |
65 | 2025-07-18T16:11:54.724Z | |
66 | 2025-07-18T16:11:54.724Z | To configure your current shell, you need to source |
67 | 2025-07-18T16:11:54.724Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-18T16:11:54.724Z | |
69 | 2025-07-18T16:11:54.724Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-18T16:11:54.724Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-18T16:11:54.724Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-18T16:11:54.724Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-18T16:11:54.823Z | + rustup --version |
74 | 2025-07-18T16:11:54.835Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-18T16:11:54.838Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-18T16:11:54.913Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-18T16:11:54.916Z | + cargo --version |
78 | 2025-07-18T16:11:54.974Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-18T16:11:54.978Z | + rustc --version |
80 | 2025-07-18T16:11:55.042Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-18T16:11:55.045Z | process exited: duration 24474 ms, exit code 0 |
|
82 | 2025-07-18T16:11:55.054Z | starting task 2: "authentication" |
83 | 2025-07-18T16:11:55.076Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-07-18T16:11:55.083Z | starting task 3: "clone repository" |
85 | 2025-07-18T16:11:55.088Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-18T16:11:55.091Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-18T16:11:55.176Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-18T16:12:03.696Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-18T16:12:03.696Z | + git fetch origin bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
90 | 2025-07-18T16:12:04.023Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-18T16:12:04.024Z | * branch bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 -> FETCH_HEAD |
92 | 2025-07-18T16:12:04.033Z | + [[ -n bundle-comment ]] |
93 | 2025-07-18T16:12:04.037Z | ++ git branch --show-current |
94 | 2025-07-18T16:12:04.040Z | + current=main |
95 | 2025-07-18T16:12:04.040Z | + [[ main != bundle-comment ]] |
96 | 2025-07-18T16:12:04.040Z | + git branch -f bundle-comment bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
97 | 2025-07-18T16:12:04.043Z | + git checkout -f bundle-comment |
98 | 2025-07-18T16:12:04.257Z | Switched to branch 'bundle-comment' |
99 | 2025-07-18T16:12:04.260Z | + git reset --hard bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
100 | 2025-07-18T16:12:04.475Z | HEAD is now at bcdd59cf4 Support Bundle: Add user comment support |
101 | 2025-07-18T16:12:04.478Z | process exited: duration 9392 ms, exit code 0 |
|
102 | 2025-07-18T16:12:04.485Z | starting task 4: "build" |
103 | 2025-07-18T16:12:04.491Z | + source ./env.sh |
104 | 2025-07-18T16:12:04.491Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-07-18T16:12:04.491Z | ++ set -o xtrace |
106 | 2025-07-18T16:12:04.494Z | ++++ dirname ./env.sh |
107 | 2025-07-18T16:12:04.497Z | +++ readlink -f . |
108 | 2025-07-18T16:12:04.500Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-07-18T16:12:04.500Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-07-18T16:12:04.501Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-07-18T16:12:04.501Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-07-18T16:12:04.501Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-07-18T16:12:04.501Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-07-18T16:12:04.501Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-07-18T16:12:04.501Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-07-18T16:12:04.501Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-07-18T16:12:04.501Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-07-18T16:12:04.501Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-07-18T16:12:04.501Z | + source .github/buildomat/ci-env.sh |
120 | 2025-07-18T16:12:04.501Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-07-18T16:12:04.501Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-07-18T16:12:04.501Z | + cargo --version |
123 | 2025-07-18T16:12:04.565Z | cargo 1.88.0 (873a06493 2025-05-10) |
124 | 2025-07-18T16:12:04.570Z | + rustc --version |
125 | 2025-07-18T16:12:04.620Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
126 | 2025-07-18T16:12:04.623Z | + banner prerequisites |
127 | 2025-07-18T16:12:04.628Z | |
128 | 2025-07-18T16:12:04.628Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-07-18T16:12:04.628Z | # # # # # # # # # # # # # # # |
130 | 2025-07-18T16:12:04.628Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-07-18T16:12:04.628Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-07-18T16:12:04.628Z | # # # # # # # # # # # # # # # |
133 | 2025-07-18T16:12:04.628Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-07-18T16:12:04.629Z | |
135 | 2025-07-18T16:12:04.629Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-07-18T16:12:23.925Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-07-18T16:12:31.158Z | Startup: Caching catalogs ... Done |
138 | 2025-07-18T16:12:35.865Z | Planning: Solver setup ... Done (3.566s) |
139 | 2025-07-18T16:12:35.898Z | Planning: Running solver ... Done (0.033s) |
140 | 2025-07-18T16:12:35.988Z | Planning: Finding local manifests ... Done (0.004s) |
141 | 2025-07-18T16:12:36.004Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-07-18T16:12:36.190Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-07-18T16:12:36.237Z | Planning: Package planning ... Done (0.047s) |
144 | 2025-07-18T16:12:36.288Z | Planning: Merging actions ... Done (0.050s) |
145 | 2025-07-18T16:12:36.784Z | Planning: Checking for conflicting actions ... Done (0.496s) |
146 | 2025-07-18T16:12:36.795Z | Planning: Consolidating action changes ... Done (0.011s) |
147 | 2025-07-18T16:12:42.210Z | Planning: Evaluating mediators ... Done (5.414s) |
148 | 2025-07-18T16:12:42.260Z | Planning: Planning completed in 10.94 seconds |
149 | 2025-07-18T16:12:42.302Z | Packages to install: 4 |
150 | 2025-07-18T16:12:42.302Z | Mediators to change: 2 |
151 | 2025-07-18T16:12:42.306Z | Services to change: 1 |
152 | 2025-07-18T16:12:42.306Z | Estimated space available: 155.51 GB |
153 | 2025-07-18T16:12:42.306Z | Estimated space to be consumed: 1.70 GB |
154 | 2025-07-18T16:12:42.306Z | Create boot environment: No |
155 | 2025-07-18T16:12:42.306Z | Create backup boot environment: No |
156 | 2025-07-18T16:12:42.306Z | Rebuild boot archive: No |
157 | 2025-07-18T16:12:42.306Z | |
158 | 2025-07-18T16:12:42.306Z | Changed mediators: |
159 | 2025-07-18T16:12:42.306Z | mediator clang: |
160 | 2025-07-18T16:12:42.306Z | version: None -> 15 (system default) |
161 | 2025-07-18T16:12:42.306Z | |
162 | 2025-07-18T16:12:42.306Z | mediator llvm: |
163 | 2025-07-18T16:12:42.306Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-07-18T16:12:42.306Z | |
165 | 2025-07-18T16:12:42.306Z | Changed packages: |
166 | 2025-07-18T16:12:42.306Z | helios-dev |
167 | 2025-07-18T16:12:42.306Z | developer/build-essential |
168 | 2025-07-18T16:12:42.306Z | None -> 11-2.0 |
169 | 2025-07-18T16:12:42.306Z | library/libxmlsec1 |
170 | 2025-07-18T16:12:42.306Z | None -> 1.2.35-2.0 |
171 | 2025-07-18T16:12:42.306Z | ooce/developer/clang-15 |
172 | 2025-07-18T16:12:42.306Z | None -> 15.0.7-2.0 |
173 | 2025-07-18T16:12:42.306Z | ooce/developer/llvm-15 |
174 | 2025-07-18T16:12:42.306Z | None -> 15.0.7-2.0 |
175 | 2025-07-18T16:12:42.306Z | |
176 | 2025-07-18T16:12:42.306Z | Services: |
177 | 2025-07-18T16:12:42.306Z | restart_fmri: |
178 | 2025-07-18T16:12:42.306Z | svc:/system/update-man-index:default |
179 | 2025-07-18T16:12:42.678Z | |
180 | 2025-07-18T16:12:42.678Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-07-18T16:12:47.753Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (24.9M/s) |
182 | 2025-07-18T16:12:50.346Z | Download: Completed 212.60 MB in 7.67 seconds (27.7M/s) |
183 | 2025-07-18T16:12:52.282Z | Actions: 1/3689 actions (Installing new actions) |
184 | 2025-07-18T16:12:57.287Z | Actions: 3556/3689 actions (Installing new actions) |
185 | 2025-07-18T16:12:57.488Z | Actions: Completed 3689 actions in 5.20 seconds. |
186 | 2025-07-18T16:12:57.827Z | Done (0.337s) |
187 | 2025-07-18T16:12:57.827Z | Done (0.000s) |
188 | 2025-07-18T16:12:58.671Z | Done (0.844s) |
189 | 2025-07-18T16:13:04.596Z | Done (5.620s) |
190 | 2025-07-18T16:13:04.682Z | Done (0.020s) |
191 | 2025-07-18T16:13:04.686Z | Done (0.000s) |
192 | 2025-07-18T16:13:04.835Z | Done (0.000s) |
193 | 2025-07-18T16:13:05.676Z | Planning: Evaluating mediator changes ... Done |
194 | 2025-07-18T16:13:05.833Z | Planning: Checking for conflicting actions ... Done |
195 | 2025-07-18T16:13:05.836Z | Planning: Consolidating action changes ... Done |
196 | 2025-07-18T16:13:06.103Z | Planning: Evaluating mediators ... Done |
197 | 2025-07-18T16:13:06.107Z | Planning: Planning completed in 0.43 seconds |
198 | 2025-07-18T16:13:06.138Z | Mediators to change: 2 |
199 | 2025-07-18T16:13:06.138Z | Create boot environment: No |
200 | 2025-07-18T16:13:06.141Z | Create backup boot environment: No |
201 | 2025-07-18T16:13:06.220Z | Done |
202 | 2025-07-18T16:13:06.220Z | Done |
203 | 2025-07-18T16:13:06.800Z | Done |
204 | 2025-07-18T16:13:10.343Z | Done |
205 | 2025-07-18T16:13:10.423Z | Done |
206 | 2025-07-18T16:13:10.428Z | Done |
207 | 2025-07-18T16:13:10.576Z | Done |
208 | 2025-07-18T16:13:11.186Z | Planning: Evaluating mediator changes ... Done |
209 | 2025-07-18T16:13:11.190Z | Planning: Merging actions ... Done |
210 | 2025-07-18T16:13:11.373Z | Planning: Checking for conflicting actions ... Done |
211 | 2025-07-18T16:13:11.376Z | Planning: Consolidating action changes ... Done |
212 | 2025-07-18T16:13:11.634Z | Planning: Evaluating mediators ... Done |
213 | 2025-07-18T16:13:11.688Z | Planning: Planning completed in 0.74 seconds |
214 | 2025-07-18T16:13:11.723Z | Packages to change: 1 |
215 | 2025-07-18T16:13:11.723Z | Mediators to change: 1 |
216 | 2025-07-18T16:13:11.726Z | Services to change: 1 |
217 | 2025-07-18T16:13:11.726Z | Create boot environment: No |
218 | 2025-07-18T16:13:11.726Z | Create backup boot environment: Yes |
219 | 2025-07-18T16:13:14.028Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2025-07-18T16:13:14.031Z | Actions: Completed 6 actions in 0.00 seconds. |
221 | 2025-07-18T16:13:14.032Z | Done |
222 | 2025-07-18T16:13:14.032Z | Done |
223 | 2025-07-18T16:13:14.203Z | Done |
224 | 2025-07-18T16:13:17.704Z | Done |
225 | 2025-07-18T16:13:17.791Z | Done |
226 | 2025-07-18T16:13:17.794Z | Done |
227 | 2025-07-18T16:13:17.943Z | Done |
228 | 2025-07-18T16:13:18.378Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2025-07-18T16:13:18.378Z | clang system 15 system |
230 | 2025-07-18T16:13:18.378Z | csh system system illumos |
231 | 2025-07-18T16:13:18.378Z | ctags system system illumos |
232 | 2025-07-18T16:13:18.378Z | file system system illumos |
233 | 2025-07-18T16:13:18.378Z | gcc vendor 12 vendor |
234 | 2025-07-18T16:13:18.378Z | gcc system 10 system |
235 | 2025-07-18T16:13:18.378Z | gcc system 7 system |
236 | 2025-07-18T16:13:18.378Z | go system 1.20 system |
237 | 2025-07-18T16:13:18.378Z | go system 1.19 system |
238 | 2025-07-18T16:13:18.378Z | llvm system 15 system |
239 | 2025-07-18T16:13:18.378Z | llvm system 14 system |
240 | 2025-07-18T16:13:18.378Z | mariadb system 10.6 system |
241 | 2025-07-18T16:13:18.378Z | mta vendor vendor dma |
242 | 2025-07-18T16:13:18.378Z | openjdk system 17 system |
243 | 2025-07-18T16:13:18.378Z | openjdk system 11 system |
244 | 2025-07-18T16:13:18.378Z | openjdk system 1.8 system |
245 | 2025-07-18T16:13:18.378Z | openssl vendor 3 vendor |
246 | 2025-07-18T16:13:18.378Z | perl system 5.36 system |
247 | 2025-07-18T16:13:18.379Z | postgresql system 15 system |
248 | 2025-07-18T16:13:18.379Z | postgresql system 13 system |
249 | 2025-07-18T16:13:18.379Z | python vendor 3 vendor |
250 | 2025-07-18T16:13:18.379Z | python system 2 system |
251 | 2025-07-18T16:13:18.379Z | python3 system 3.11 system |
252 | 2025-07-18T16:13:18.379Z | ruby system 3.0 system |
253 | 2025-07-18T16:13:18.379Z | words vendor vendor american-english |
254 | 2025-07-18T16:13:18.379Z | words system system australian-english |
255 | 2025-07-18T16:13:18.379Z | words system system british-english |
256 | 2025-07-18T16:13:18.379Z | words system system canadian-english |
257 | 2025-07-18T16:13:18.379Z | words system system french |
258 | 2025-07-18T16:13:18.379Z | words system system italian |
259 | 2025-07-18T16:13:18.379Z | words system system ngerman |
260 | 2025-07-18T16:13:18.379Z | words system system ogerman |
261 | 2025-07-18T16:13:18.379Z | words system system spanish |
262 | 2025-07-18T16:13:18.716Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2025-07-18T16:13:18.716Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2025-07-18T16:13:23.396Z | FMRI IFO |
265 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
271 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
272 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
273 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
274 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
275 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
276 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
277 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
278 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
279 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
280 | 2025-07-18T16:13:23.396Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
281 | 2025-07-18T16:13:24.389Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
282 | 2025-07-18T16:13:24.675Z | Updating crates.io index |
283 | 2025-07-18T16:13:24.724Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
284 | 2025-07-18T16:13:25.032Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
285 | 2025-07-18T16:13:25.631Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
286 | 2025-07-18T16:13:25.872Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
287 | 2025-07-18T16:13:26.160Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
288 | 2025-07-18T16:13:26.467Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
289 | 2025-07-18T16:13:28.977Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
290 | 2025-07-18T16:13:30.644Z | Updating git repository `https://github.com/oxidecomputer/opte` |
291 | 2025-07-18T16:13:31.547Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
292 | 2025-07-18T16:13:32.209Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2025-07-18T16:13:32.554Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
294 | 2025-07-18T16:13:32.890Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
295 | 2025-07-18T16:13:33.521Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
296 | 2025-07-18T16:13:33.804Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
297 | 2025-07-18T16:13:34.359Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
298 | 2025-07-18T16:13:34.900Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
299 | 2025-07-18T16:13:35.202Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-07-18T16:13:35.470Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-07-18T16:13:35.718Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-07-18T16:13:35.962Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-07-18T16:13:36.260Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
304 | 2025-07-18T16:13:36.592Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
305 | 2025-07-18T16:13:36.963Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2025-07-18T16:13:37.266Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2025-07-18T16:13:37.889Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
308 | 2025-07-18T16:13:38.340Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
309 | 2025-07-18T16:13:38.598Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2025-07-18T16:13:38.941Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-07-18T16:13:39.323Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
312 | 2025-07-18T16:13:39.667Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
313 | 2025-07-18T16:13:39.935Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
314 | 2025-07-18T16:13:40.196Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
315 | 2025-07-18T16:13:48.603Z | Updating git repository `https://github.com/illumos/smf-rs` |
316 | 2025-07-18T16:13:49.922Z | Downloading crates ... |
317 | 2025-07-18T16:13:49.998Z | Downloaded once_cell v1.21.3 |
318 | 2025-07-18T16:13:50.004Z | Downloaded semver v1.0.26 |
319 | 2025-07-18T16:13:50.007Z | Downloaded thread-id v4.2.2 |
320 | 2025-07-18T16:13:50.010Z | Downloaded toml_datetime v0.6.11 |
321 | 2025-07-18T16:13:50.010Z | Downloaded terminal_size v0.4.0 |
322 | 2025-07-18T16:13:50.013Z | Downloaded serde_derive v1.0.219 |
323 | 2025-07-18T16:13:50.017Z | Downloaded typeid v1.0.3 |
324 | 2025-07-18T16:13:50.020Z | Downloaded utf8_iter v1.0.4 |
325 | 2025-07-18T16:13:50.020Z | Downloaded write16 v1.0.0 |
326 | 2025-07-18T16:13:50.020Z | Downloaded version_check v0.9.5 |
327 | 2025-07-18T16:13:50.023Z | Downloaded unicode-xid v0.2.6 |
328 | 2025-07-18T16:13:50.023Z | Downloaded thiserror v2.0.12 |
329 | 2025-07-18T16:13:50.028Z | Downloaded yoke v0.7.4 |
330 | 2025-07-18T16:13:50.032Z | Downloaded idna_adapter v1.2.0 |
331 | 2025-07-18T16:13:50.032Z | Downloaded icu_provider_macros v1.5.0 |
332 | 2025-07-18T16:13:50.035Z | Downloaded errno v0.3.12 |
333 | 2025-07-18T16:13:50.035Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2025-07-18T16:13:50.038Z | Downloaded yoke-derive v0.7.4 |
335 | 2025-07-18T16:13:50.038Z | Downloaded unicode-linebreak v0.1.5 |
336 | 2025-07-18T16:13:50.038Z | Downloaded tabled_derive v0.7.0 |
337 | 2025-07-18T16:13:50.041Z | Downloaded thiserror-impl v2.0.12 |
338 | 2025-07-18T16:13:50.041Z | Downloaded thiserror-impl v1.0.69 |
339 | 2025-07-18T16:13:50.044Z | Downloaded thiserror v1.0.69 |
340 | 2025-07-18T16:13:50.047Z | Downloaded ucd-trie v0.1.7 |
341 | 2025-07-18T16:13:50.050Z | Downloaded proc-macro-error v1.0.4 |
342 | 2025-07-18T16:13:50.054Z | Downloaded toml_write v0.1.2 |
343 | 2025-07-18T16:13:50.054Z | Downloaded icu_locid v1.5.0 |
344 | 2025-07-18T16:13:50.057Z | Downloaded usdt-impl v0.5.0 |
345 | 2025-07-18T16:13:50.060Z | Downloaded icu_normalizer v1.5.0 |
346 | 2025-07-18T16:13:50.063Z | Downloaded serde-value v0.7.0 |
347 | 2025-07-18T16:13:50.063Z | Downloaded icu_properties v1.5.1 |
348 | 2025-07-18T16:13:50.066Z | Downloaded unicode-width v0.2.0 |
349 | 2025-07-18T16:13:50.070Z | Downloaded tempfile v3.20.0 |
350 | 2025-07-18T16:13:50.073Z | Downloaded zerocopy-derive v0.7.35 |
351 | 2025-07-18T16:13:50.078Z | Downloaded zerofrom-derive v0.1.4 |
352 | 2025-07-18T16:13:50.081Z | Downloaded zerovec-derive v0.10.3 |
353 | 2025-07-18T16:13:50.081Z | Downloaded winnow v0.7.10 |
354 | 2025-07-18T16:13:50.087Z | Downloaded zerofrom v0.1.4 |
355 | 2025-07-18T16:13:50.091Z | Downloaded url v2.5.4 |
356 | 2025-07-18T16:13:50.094Z | Downloaded ryu v1.0.18 |
357 | 2025-07-18T16:13:50.094Z | Downloaded icu_normalizer_data v1.5.0 |
358 | 2025-07-18T16:13:50.097Z | Downloaded num-traits v0.2.19 |
359 | 2025-07-18T16:13:50.100Z | Downloaded unicode-width v0.1.14 |
360 | 2025-07-18T16:13:50.107Z | Downloaded zerocopy v0.7.35 |
361 | 2025-07-18T16:13:50.117Z | Downloaded strsim v0.11.1 |
362 | 2025-07-18T16:13:50.120Z | Downloaded stable_deref_trait v1.2.0 |
363 | 2025-07-18T16:13:50.120Z | Downloaded sha2 v0.10.9 |
364 | 2025-07-18T16:13:50.123Z | Downloaded toml_edit v0.22.27 |
365 | 2025-07-18T16:13:50.126Z | Downloaded serde-untagged v0.1.7 |
366 | 2025-07-18T16:13:50.126Z | Downloaded quote v1.0.40 |
367 | 2025-07-18T16:13:50.129Z | Downloaded toml v0.8.23 |
368 | 2025-07-18T16:13:50.132Z | Downloaded textwrap v0.16.2 |
369 | 2025-07-18T16:13:50.133Z | Downloaded icu_provider v1.5.0 |
370 | 2025-07-18T16:13:50.136Z | Downloaded icu_locid_transform_data v1.5.0 |
371 | 2025-07-18T16:13:50.139Z | Downloaded bitflags v2.9.1 |
372 | 2025-07-18T16:13:50.142Z | Downloaded serde v1.0.219 |
373 | 2025-07-18T16:13:50.145Z | Downloaded icu_locid_transform v1.5.0 |
374 | 2025-07-18T16:13:50.145Z | Downloaded typenum v1.17.0 |
375 | 2025-07-18T16:13:50.166Z | Downloaded cpufeatures v0.2.14 |
376 | 2025-07-18T16:13:50.166Z | Downloaded anstyle-parse v0.2.5 |
377 | 2025-07-18T16:13:50.171Z | Downloaded byteorder v1.5.0 |
378 | 2025-07-18T16:13:50.171Z | Downloaded generic-array v0.14.7 |
379 | 2025-07-18T16:13:50.171Z | Downloaded clap_derive v4.5.40 |
380 | 2025-07-18T16:13:50.171Z | Downloaded colorchoice v1.0.2 |
381 | 2025-07-18T16:13:50.171Z | Downloaded anyhow v1.0.98 |
382 | 2025-07-18T16:13:50.171Z | Downloaded getrandom v0.3.1 |
383 | 2025-07-18T16:13:50.171Z | Downloaded log v0.4.27 |
384 | 2025-07-18T16:13:50.171Z | Downloaded heck v0.5.0 |
385 | 2025-07-18T16:13:50.171Z | Downloaded proc-macro2 v1.0.95 |
386 | 2025-07-18T16:13:50.171Z | Downloaded clap v4.5.40 |
387 | 2025-07-18T16:13:50.176Z | Downloaded synstructure v0.13.1 |
388 | 2025-07-18T16:13:50.179Z | Downloaded swrite v0.1.0 |
389 | 2025-07-18T16:13:50.179Z | Downloaded smallvec v1.15.0 |
390 | 2025-07-18T16:13:50.182Z | Downloaded serde_spanned v0.6.9 |
391 | 2025-07-18T16:13:50.182Z | Downloaded smawk v0.3.2 |
392 | 2025-07-18T16:13:50.182Z | Downloaded dtrace-parser v0.2.0 |
393 | 2025-07-18T16:13:50.185Z | Downloaded memchr v2.7.4 |
394 | 2025-07-18T16:13:50.189Z | Downloaded dof v0.3.0 |
395 | 2025-07-18T16:13:50.189Z | Downloaded icu_collections v1.5.0 |
396 | 2025-07-18T16:13:50.193Z | Downloaded hashbrown v0.15.4 |
397 | 2025-07-18T16:13:50.197Z | Downloaded scroll_derive v0.12.0 |
398 | 2025-07-18T16:13:50.200Z | Downloaded scroll v0.12.0 |
399 | 2025-07-18T16:13:50.200Z | Downloaded syn v2.0.104 |
400 | 2025-07-18T16:13:50.208Z | Downloaded pest v2.7.14 |
401 | 2025-07-18T16:13:50.213Z | Downloaded zerovec v0.10.4 |
402 | 2025-07-18T16:13:50.217Z | Downloaded goblin v0.8.2 |
403 | 2025-07-18T16:13:50.222Z | Downloaded pretty-hex v0.4.1 |
404 | 2025-07-18T16:13:50.226Z | Downloaded plain v0.2.3 |
405 | 2025-07-18T16:13:50.226Z | Downloaded pest_meta v2.7.14 |
406 | 2025-07-18T16:13:50.230Z | Downloaded rustix v0.38.37 |
407 | 2025-07-18T16:13:50.245Z | Downloaded pest_generator v2.7.14 |
408 | 2025-07-18T16:13:50.248Z | Downloaded pest_derive v2.7.14 |
409 | 2025-07-18T16:13:50.248Z | Downloaded papergrid v0.11.0 |
410 | 2025-07-18T16:13:50.252Z | Downloaded memmap v0.7.0 |
411 | 2025-07-18T16:13:50.255Z | Downloaded litemap v0.7.3 |
412 | 2025-07-18T16:13:50.255Z | Downloaded fs-err v3.1.1 |
413 | 2025-07-18T16:13:50.258Z | Downloaded serde_tokenstream v0.2.2 |
414 | 2025-07-18T16:13:50.258Z | Downloaded rustix v1.0.7 |
415 | 2025-07-18T16:13:50.277Z | Downloaded camino v1.1.10 |
416 | 2025-07-18T16:13:50.280Z | Downloaded icu_properties_data v1.5.0 |
417 | 2025-07-18T16:13:50.287Z | Downloaded clap_builder v4.5.40 |
418 | 2025-07-18T16:13:50.293Z | Downloaded autocfg v1.4.0 |
419 | 2025-07-18T16:13:50.297Z | Downloaded anstyle-query v1.1.1 |
420 | 2025-07-18T16:13:50.297Z | Downloaded idna v1.0.3 |
421 | 2025-07-18T16:13:50.300Z | Downloaded anstyle v1.0.11 |
422 | 2025-07-18T16:13:50.300Z | Downloaded indexmap v2.10.0 |
423 | 2025-07-18T16:13:50.303Z | Downloaded serde_json v1.0.140 |
424 | 2025-07-18T16:13:50.309Z | Downloaded ordered-float v2.10.1 |
425 | 2025-07-18T16:13:50.312Z | Downloaded proc-macro-error-attr v1.0.4 |
426 | 2025-07-18T16:13:50.312Z | Downloaded percent-encoding v2.3.1 |
427 | 2025-07-18T16:13:50.312Z | Downloaded macaddr v1.0.1 |
428 | 2025-07-18T16:13:50.315Z | Downloaded erased-serde v0.4.6 |
429 | 2025-07-18T16:13:50.315Z | Downloaded usdt-macro v0.5.0 |
430 | 2025-07-18T16:13:50.318Z | Downloaded itoa v1.0.11 |
431 | 2025-07-18T16:13:50.318Z | Downloaded is_terminal_polyfill v1.70.1 |
432 | 2025-07-18T16:13:50.318Z | Downloaded displaydoc v0.2.5 |
433 | 2025-07-18T16:13:50.321Z | Downloaded usdt v0.5.0 |
434 | 2025-07-18T16:13:50.321Z | Downloaded anstream v0.6.18 |
435 | 2025-07-18T16:13:50.324Z | Downloaded heck v0.4.1 |
436 | 2025-07-18T16:13:50.324Z | Downloaded fnv v1.0.7 |
437 | 2025-07-18T16:13:50.328Z | Downloaded fastrand v2.1.1 |
438 | 2025-07-18T16:13:50.328Z | Downloaded digest v0.10.7 |
439 | 2025-07-18T16:13:50.328Z | Downloaded writeable v0.5.5 |
440 | 2025-07-18T16:13:50.331Z | Downloaded unicode-ident v1.0.18 |
441 | 2025-07-18T16:13:50.331Z | Downloaded form_urlencoded v1.2.1 |
442 | 2025-07-18T16:13:50.334Z | Downloaded equivalent v1.0.2 |
443 | 2025-07-18T16:13:50.334Z | Downloaded crypto-common v0.1.6 |
444 | 2025-07-18T16:13:50.334Z | Downloaded libc v0.2.174 |
445 | 2025-07-18T16:13:50.353Z | Downloaded clap_lex v0.7.4 |
446 | 2025-07-18T16:13:50.356Z | Downloaded cfg-if v1.0.1 |
447 | 2025-07-18T16:13:50.356Z | Downloaded block-buffer v0.10.4 |
448 | 2025-07-18T16:13:50.356Z | Downloaded cargo_toml v0.21.0 |
449 | 2025-07-18T16:13:50.359Z | Downloaded cargo_metadata v0.20.0 |
450 | 2025-07-18T16:13:50.359Z | Downloaded syn v1.0.109 |
451 | 2025-07-18T16:13:50.367Z | Downloaded utf8parse v0.2.2 |
452 | 2025-07-18T16:13:50.370Z | Downloaded cargo-util-schemas v0.2.0 |
453 | 2025-07-18T16:13:50.370Z | Downloaded bytecount v0.6.8 |
454 | 2025-07-18T16:13:50.373Z | Downloaded utf16_iter v1.0.5 |
455 | 2025-07-18T16:13:50.373Z | Downloaded tinystr v0.7.6 |
456 | 2025-07-18T16:13:50.373Z | Downloaded cargo-platform v0.2.0 |
457 | 2025-07-18T16:13:50.376Z | Downloaded camino-tempfile v1.4.1 |
458 | 2025-07-18T16:13:50.379Z | Downloaded tabled v0.15.0 |
459 | 2025-07-18T16:13:50.450Z | Compiling proc-macro2 v1.0.95 |
460 | 2025-07-18T16:13:50.450Z | Compiling unicode-ident v1.0.18 |
461 | 2025-07-18T16:13:50.450Z | Compiling serde v1.0.219 |
462 | 2025-07-18T16:13:50.454Z | Compiling version_check v0.9.5 |
463 | 2025-07-18T16:13:50.454Z | Compiling libc v0.2.174 |
464 | 2025-07-18T16:13:50.454Z | Compiling thiserror v1.0.69 |
465 | 2025-07-18T16:13:50.454Z | Compiling memchr v2.7.4 |
466 | 2025-07-18T16:13:50.669Z | Compiling stable_deref_trait v1.2.0 |
467 | 2025-07-18T16:13:50.879Z | Compiling litemap v0.7.3 |
468 | 2025-07-18T16:13:50.916Z | Compiling ryu v1.0.18 |
469 | 2025-07-18T16:13:51.231Z | Compiling ucd-trie v0.1.7 |
470 | 2025-07-18T16:13:51.249Z | Compiling writeable v0.5.5 |
471 | 2025-07-18T16:13:51.377Z | Compiling autocfg v1.4.0 |
472 | 2025-07-18T16:13:51.606Z | Compiling itoa v1.0.11 |
473 | 2025-07-18T16:13:51.642Z | Compiling once_cell v1.21.3 |
474 | 2025-07-18T16:13:51.826Z | Compiling icu_locid_transform_data v1.5.0 |
475 | 2025-07-18T16:13:51.923Z | Compiling bitflags v2.9.1 |
476 | 2025-07-18T16:13:51.948Z | Compiling byteorder v1.5.0 |
477 | 2025-07-18T16:13:52.107Z | Compiling serde_json v1.0.140 |
478 | 2025-07-18T16:13:52.299Z | Compiling icu_properties_data v1.5.0 |
479 | 2025-07-18T16:13:52.428Z | Compiling num-traits v0.2.19 |
480 | 2025-07-18T16:13:52.496Z | Compiling smallvec v1.15.0 |
481 | 2025-07-18T16:13:52.518Z | Compiling typeid v1.0.3 |
482 | 2025-07-18T16:13:52.541Z | Compiling rustix v0.38.37 |
483 | 2025-07-18T16:13:52.683Z | Compiling equivalent v1.0.2 |
484 | 2025-07-18T16:13:52.755Z | Compiling utf16_iter v1.0.5 |
485 | 2025-07-18T16:13:52.818Z | Compiling icu_normalizer_data v1.5.0 |
486 | 2025-07-18T16:13:52.901Z | Compiling hashbrown v0.15.4 |
487 | 2025-07-18T16:13:52.970Z | Compiling write16 v1.0.0 |
488 | 2025-07-18T16:13:53.011Z | Compiling utf8_iter v1.0.4 |
489 | 2025-07-18T16:13:53.262Z | Compiling usdt-impl v0.5.0 |
490 | 2025-07-18T16:13:53.378Z | Compiling proc-macro-error-attr v1.0.4 |
491 | 2025-07-18T16:13:53.436Z | Compiling syn v1.0.109 |
492 | 2025-07-18T16:13:53.461Z | Compiling winnow v0.7.10 |
493 | 2025-07-18T16:13:53.652Z | Compiling quote v1.0.40 |
494 | 2025-07-18T16:13:53.717Z | Compiling errno v0.3.12 |
495 | 2025-07-18T16:13:53.779Z | Compiling toml_write v0.1.2 |
496 | 2025-07-18T16:13:53.888Z | Compiling thread-id v4.2.2 |
497 | 2025-07-18T16:13:53.980Z | Compiling indexmap v2.10.0 |
498 | 2025-07-18T16:13:54.033Z | Compiling syn v2.0.104 |
499 | 2025-07-18T16:13:54.279Z | Compiling proc-macro-error v1.0.4 |
500 | 2025-07-18T16:13:54.325Z | Compiling getrandom v0.3.1 |
501 | 2025-07-18T16:13:54.378Z | Compiling percent-encoding v2.3.1 |
502 | 2025-07-18T16:13:54.617Z | Compiling utf8parse v0.2.2 |
503 | 2025-07-18T16:13:54.716Z | Compiling rustix v1.0.7 |
504 | 2025-07-18T16:13:54.796Z | Compiling semver v1.0.26 |
505 | 2025-07-18T16:13:54.972Z | Compiling camino v1.1.10 |
506 | 2025-07-18T16:13:55.268Z | Compiling plain v0.2.3 |
507 | 2025-07-18T16:13:55.304Z | Compiling log v0.4.27 |
508 | 2025-07-18T16:13:55.444Z | Compiling terminal_size v0.4.0 |
509 | 2025-07-18T16:13:55.547Z | Compiling anstyle-parse v0.2.5 |
510 | 2025-07-18T16:13:55.622Z | Compiling form_urlencoded v1.2.1 |
511 | 2025-07-18T16:13:55.689Z | Compiling ordered-float v2.10.1 |
512 | 2025-07-18T16:13:55.888Z | Compiling pretty-hex v0.4.1 |
513 | 2025-07-18T16:13:55.916Z | Compiling anstyle-query v1.1.1 |
514 | 2025-07-18T16:13:56.086Z | Compiling colorchoice v1.0.2 |
515 | 2025-07-18T16:13:56.131Z | Compiling is_terminal_polyfill v1.70.1 |
516 | 2025-07-18T16:13:56.200Z | Compiling thiserror v2.0.12 |
517 | 2025-07-18T16:13:56.227Z | Compiling anstyle v1.0.11 |
518 | 2025-07-18T16:13:56.259Z | Compiling cfg-if v1.0.1 |
519 | 2025-07-18T16:13:56.638Z | Compiling anstream v0.6.18 |
520 | 2025-07-18T16:13:56.836Z | Compiling fs-err v3.1.1 |
521 | 2025-07-18T16:13:56.899Z | Compiling clap_lex v0.7.4 |
522 | 2025-07-18T16:13:57.195Z | Compiling fastrand v2.1.1 |
523 | 2025-07-18T16:13:57.222Z | Compiling bytecount v0.6.8 |
524 | 2025-07-18T16:13:57.358Z | Compiling strsim v0.11.1 |
525 | 2025-07-18T16:13:57.445Z | Compiling unicode-width v0.1.14 |
526 | 2025-07-18T16:13:57.516Z | Compiling unicode-xid v0.2.6 |
527 | 2025-07-18T16:13:57.658Z | Compiling anyhow v1.0.98 |
528 | 2025-07-18T16:13:57.721Z | Compiling fnv v1.0.7 |
529 | 2025-07-18T16:13:57.908Z | Compiling heck v0.5.0 |
530 | 2025-07-18T16:13:57.998Z | Compiling heck v0.4.1 |
531 | 2025-07-18T16:13:58.126Z | Compiling tempfile v3.20.0 |
532 | 2025-07-18T16:13:58.411Z | Compiling papergrid v0.11.0 |
533 | 2025-07-18T16:13:58.489Z | Compiling clap_builder v4.5.40 |
534 | 2025-07-18T16:13:58.932Z | Compiling memmap v0.7.0 |
535 | 2025-07-18T16:13:58.937Z | Compiling smawk v0.3.2 |
536 | 2025-07-18T16:13:58.963Z | Compiling unicode-width v0.2.0 |
537 | 2025-07-18T16:13:59.184Z | Compiling unicode-linebreak v0.1.5 |
538 | 2025-07-18T16:13:59.639Z | Compiling textwrap v0.16.2 |
539 | 2025-07-18T16:13:59.761Z | Compiling swrite v0.1.0 |
540 | 2025-07-18T16:13:59.913Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
541 | 2025-07-18T16:14:00.555Z | Compiling tabled_derive v0.7.0 |
542 | 2025-07-18T16:14:00.595Z | Compiling synstructure v0.13.1 |
543 | 2025-07-18T16:14:02.147Z | Compiling tabled v0.15.0 |
544 | 2025-07-18T16:14:02.278Z | Compiling serde_derive v1.0.219 |
545 | 2025-07-18T16:14:02.279Z | Compiling zerofrom-derive v0.1.4 |
546 | 2025-07-18T16:14:02.432Z | Compiling thiserror-impl v1.0.69 |
547 | 2025-07-18T16:14:02.626Z | Compiling yoke-derive v0.7.4 |
548 | 2025-07-18T16:14:02.819Z | Compiling zerovec-derive v0.10.3 |
549 | 2025-07-18T16:14:04.989Z | Compiling displaydoc v0.2.5 |
550 | 2025-07-18T16:14:05.275Z | Compiling icu_provider_macros v1.5.0 |
551 | 2025-07-18T16:14:05.278Z | Compiling zerocopy-derive v0.7.35 |
552 | 2025-07-18T16:14:05.400Z | Compiling pest v2.7.14 |
553 | 2025-07-18T16:14:05.690Z | Compiling zerofrom v0.1.4 |
554 | 2025-07-18T16:14:05.956Z | Compiling yoke v0.7.4 |
555 | 2025-07-18T16:14:06.321Z | Compiling zerovec v0.10.4 |
556 | 2025-07-18T16:14:06.346Z | Compiling scroll_derive v0.12.0 |
557 | 2025-07-18T16:14:06.438Z | Compiling thiserror-impl v2.0.12 |
558 | 2025-07-18T16:14:06.718Z | Compiling clap_derive v4.5.40 |
559 | 2025-07-18T16:14:07.227Z | Compiling zerocopy v0.7.35 |
560 | 2025-07-18T16:14:07.720Z | Compiling scroll v0.12.0 |
561 | 2025-07-18T16:14:08.220Z | Compiling tinystr v0.7.6 |
562 | 2025-07-18T16:14:08.282Z | Compiling pest_meta v2.7.14 |
563 | 2025-07-18T16:14:08.333Z | Compiling icu_collections v1.5.0 |
564 | 2025-07-18T16:14:08.394Z | Compiling goblin v0.8.2 |
565 | 2025-07-18T16:14:08.593Z | Compiling icu_locid v1.5.0 |
566 | 2025-07-18T16:14:09.542Z | Compiling pest_generator v2.7.14 |
567 | 2025-07-18T16:14:09.684Z | Compiling icu_provider v1.5.0 |
568 | 2025-07-18T16:14:10.130Z | Compiling clap v4.5.40 |
569 | 2025-07-18T16:14:10.469Z | Compiling icu_locid_transform v1.5.0 |
570 | 2025-07-18T16:14:11.326Z | Compiling pest_derive v2.7.14 |
571 | 2025-07-18T16:14:11.548Z | Compiling icu_properties v1.5.1 |
572 | 2025-07-18T16:14:12.092Z | Compiling dtrace-parser v0.2.0 |
573 | 2025-07-18T16:14:13.740Z | Compiling toml_datetime v0.6.11 |
574 | 2025-07-18T16:14:13.918Z | Compiling serde_spanned v0.6.9 |
575 | 2025-07-18T16:14:14.086Z | Compiling erased-serde v0.4.6 |
576 | 2025-07-18T16:14:14.164Z | Compiling toml_edit v0.22.27 |
577 | 2025-07-18T16:14:14.190Z | Compiling serde_tokenstream v0.2.2 |
578 | 2025-07-18T16:14:14.305Z | Compiling serde-value v0.7.0 |
579 | 2025-07-18T16:14:14.910Z | Compiling icu_normalizer v1.5.0 |
580 | 2025-07-18T16:14:15.083Z | Compiling serde-untagged v0.1.7 |
581 | 2025-07-18T16:14:15.253Z | Compiling cargo-platform v0.2.0 |
582 | 2025-07-18T16:14:15.560Z | Compiling camino-tempfile v1.4.1 |
583 | 2025-07-18T16:14:15.595Z | Compiling dof v0.3.0 |
584 | 2025-07-18T16:14:15.787Z | Compiling idna_adapter v1.2.0 |
585 | 2025-07-18T16:14:16.712Z | Compiling idna v1.0.3 |
586 | 2025-07-18T16:14:16.720Z | Compiling macaddr v1.0.1 |
587 | 2025-07-18T16:14:16.720Z | Compiling url v2.5.4 |
588 | 2025-07-18T16:14:17.241Z | Compiling usdt-macro v0.5.0 |
589 | 2025-07-18T16:14:17.242Z | Compiling usdt-attr-macro v0.5.0 |
590 | 2025-07-18T16:14:17.342Z | Compiling toml v0.8.23 |
591 | 2025-07-18T16:14:18.182Z | Compiling cargo-util-schemas v0.2.0 |
592 | 2025-07-18T16:14:18.224Z | Compiling cargo_toml v0.21.0 |
593 | 2025-07-18T16:14:18.463Z | Compiling usdt v0.5.0 |
594 | 2025-07-18T16:14:19.531Z | Compiling cargo_metadata v0.20.0 |
595 | 2025-07-18T16:14:21.273Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
596 | 2025-07-18T16:14:24.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
597 | 2025-07-18T16:14:24.952Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
598 | 2025-07-18T16:14:25.611Z | Downloading crates ... |
599 | 2025-07-18T16:14:25.787Z | Downloaded cexpr v0.6.0 |
600 | 2025-07-18T16:14:25.790Z | Downloaded clang-sys v1.8.1 |
601 | 2025-07-18T16:14:25.794Z | Downloaded assert_matches v1.5.0 |
602 | 2025-07-18T16:14:25.797Z | Downloaded hash32 v0.3.1 |
603 | 2025-07-18T16:14:25.797Z | Downloaded async-stream-impl v0.3.6 |
604 | 2025-07-18T16:14:25.797Z | Downloaded async-stream v0.3.6 |
605 | 2025-07-18T16:14:25.801Z | Downloaded async-bb8-diesel v0.2.1 |
606 | 2025-07-18T16:14:25.803Z | Downloaded arrayref v0.3.9 |
607 | 2025-07-18T16:14:25.807Z | Downloaded home v0.5.9 |
608 | 2025-07-18T16:14:25.807Z | Downloaded bcs v0.1.6 |
609 | 2025-07-18T16:14:25.811Z | Downloaded httpdate v1.0.3 |
610 | 2025-07-18T16:14:25.811Z | Downloaded inout v0.1.3 |
611 | 2025-07-18T16:14:25.814Z | Downloaded is-terminal v0.4.13 |
612 | 2025-07-18T16:14:25.814Z | Downloaded atty v0.2.14 |
613 | 2025-07-18T16:14:25.818Z | Downloaded lazy_static v1.5.0 |
614 | 2025-07-18T16:14:25.821Z | Downloaded crucible-workspace-hack v0.1.0 |
615 | 2025-07-18T16:14:25.821Z | Downloaded cfg_aliases v0.1.1 |
616 | 2025-07-18T16:14:25.821Z | Downloaded hex-literal v0.4.1 |
617 | 2025-07-18T16:14:25.825Z | Downloaded hickory-client v0.25.2 |
618 | 2025-07-18T16:14:25.825Z | Downloaded cfg_aliases v0.2.1 |
619 | 2025-07-18T16:14:25.828Z | Downloaded crc8 v0.1.1 |
620 | 2025-07-18T16:14:25.828Z | Downloaded crc-catalog v2.4.0 |
621 | 2025-07-18T16:14:25.831Z | Downloaded convert_case v0.4.0 |
622 | 2025-07-18T16:14:25.831Z | Downloaded constant_time_eq v0.3.1 |
623 | 2025-07-18T16:14:25.834Z | Downloaded ahash v0.8.11 |
624 | 2025-07-18T16:14:25.838Z | Downloaded bit-set v0.5.3 |
625 | 2025-07-18T16:14:25.838Z | Downloaded base64ct v1.6.0 |
626 | 2025-07-18T16:14:25.842Z | Downloaded bitflags v1.3.2 |
627 | 2025-07-18T16:14:25.845Z | Downloaded highway v1.3.0 |
628 | 2025-07-18T16:14:25.849Z | Downloaded hubpack_derive v0.1.1 |
629 | 2025-07-18T16:14:25.849Z | Downloaded hyper-staticfile v0.10.1 |
630 | 2025-07-18T16:14:25.852Z | Downloaded impl-trait-for-tuples v0.2.2 |
631 | 2025-07-18T16:14:25.855Z | Downloaded http-body-util v0.1.3 |
632 | 2025-07-18T16:14:25.858Z | Downloaded iana-time-zone v0.1.63 |
633 | 2025-07-18T16:14:25.861Z | Downloaded ipnet v2.11.0 |
634 | 2025-07-18T16:14:25.865Z | Downloaded crossbeam-epoch v0.9.18 |
635 | 2025-07-18T16:14:25.865Z | Downloaded cipher v0.4.4 |
636 | 2025-07-18T16:14:25.868Z | Downloaded lru v0.12.5 |
637 | 2025-07-18T16:14:25.871Z | Downloaded lock_api v0.4.12 |
638 | 2025-07-18T16:14:25.871Z | Downloaded litrs v0.4.1 |
639 | 2025-07-18T16:14:25.874Z | Downloaded instant v0.1.13 |
640 | 2025-07-18T16:14:25.877Z | Downloaded blake2 v0.10.6 |
641 | 2025-07-18T16:14:25.880Z | Downloaded base64 v0.13.1 |
642 | 2025-07-18T16:14:25.883Z | Downloaded hyper-tls v0.6.0 |
643 | 2025-07-18T16:14:25.883Z | Downloaded crc32fast v1.4.2 |
644 | 2025-07-18T16:14:25.887Z | Downloaded http-body v1.0.1 |
645 | 2025-07-18T16:14:25.890Z | Downloaded hostname v0.3.1 |
646 | 2025-07-18T16:14:25.890Z | Downloaded jobserver v0.1.32 |
647 | 2025-07-18T16:14:25.893Z | Downloaded headers-core v0.3.0 |
648 | 2025-07-18T16:14:25.893Z | Downloaded ignore v0.4.23 |
649 | 2025-07-18T16:14:25.898Z | Downloaded libloading v0.8.5 |
650 | 2025-07-18T16:14:25.902Z | Downloaded hubpack v0.1.2 |
651 | 2025-07-18T16:14:25.902Z | Downloaded http-range v0.1.5 |
652 | 2025-07-18T16:14:25.902Z | Downloaded hostname v0.4.0 |
653 | 2025-07-18T16:14:25.905Z | Downloaded crossbeam-utils v0.8.21 |
654 | 2025-07-18T16:14:25.908Z | Downloaded const-oid v0.9.6 |
655 | 2025-07-18T16:14:25.908Z | Downloaded bit-vec v0.6.3 |
656 | 2025-07-18T16:14:25.913Z | Downloaded addr2line v0.24.2 |
657 | 2025-07-18T16:14:25.913Z | Downloaded async-trait v0.1.88 |
658 | 2025-07-18T16:14:25.916Z | Downloaded arrayvec v0.7.6 |
659 | 2025-07-18T16:14:25.919Z | Downloaded atomic-waker v1.1.2 |
660 | 2025-07-18T16:14:25.923Z | Downloaded ascii-canvas v3.0.0 |
661 | 2025-07-18T16:14:25.923Z | Downloaded aead v0.5.2 |
662 | 2025-07-18T16:14:25.926Z | Downloaded bb8 v0.8.5 |
663 | 2025-07-18T16:14:25.926Z | Downloaded adler2 v2.0.0 |
664 | 2025-07-18T16:14:25.933Z | Downloaded indexmap v1.9.3 |
665 | 2025-07-18T16:14:25.933Z | Downloaded hashbrown v0.12.3 |
666 | 2025-07-18T16:14:25.936Z | Downloaded itertools v0.10.5 |
667 | 2025-07-18T16:14:25.942Z | Downloaded bindgen v0.69.5 |
668 | 2025-07-18T16:14:25.948Z | Downloaded memmap2 v0.9.5 |
669 | 2025-07-18T16:14:25.951Z | Downloaded hyper-rustls v0.27.7 |
670 | 2025-07-18T16:14:25.955Z | Downloaded humantime v2.2.0 |
671 | 2025-07-18T16:14:25.960Z | Downloaded linked-hash-map v0.5.6 |
672 | 2025-07-18T16:14:25.960Z | Downloaded lazycell v1.3.0 |
673 | 2025-07-18T16:14:25.960Z | Downloaded hash32 v0.2.1 |
674 | 2025-07-18T16:14:25.960Z | Downloaded hmac v0.12.1 |
675 | 2025-07-18T16:14:25.964Z | Downloaded indoc v2.0.6 |
676 | 2025-07-18T16:14:25.968Z | Downloaded heapless v0.7.17 |
677 | 2025-07-18T16:14:25.972Z | Downloaded half v2.4.1 |
678 | 2025-07-18T16:14:25.975Z | Downloaded ident_case v1.0.1 |
679 | 2025-07-18T16:14:25.975Z | Downloaded aho-corasick v1.1.3 |
680 | 2025-07-18T16:14:25.980Z | Downloaded lzss v0.8.2 |
681 | 2025-07-18T16:14:25.986Z | Downloaded colored v2.2.0 |
682 | 2025-07-18T16:14:25.986Z | Downloaded ciborium-ll v0.2.2 |
683 | 2025-07-18T16:14:25.989Z | Downloaded ciborium-io v0.2.2 |
684 | 2025-07-18T16:14:25.989Z | Downloaded ciborium v0.2.2 |
685 | 2025-07-18T16:14:25.993Z | Downloaded bzip2 v0.5.2 |
686 | 2025-07-18T16:14:25.997Z | Downloaded managed v0.8.0 |
687 | 2025-07-18T16:14:25.997Z | Downloaded md-5 v0.10.6 |
688 | 2025-07-18T16:14:26.001Z | Downloaded lru-cache v0.1.2 |
689 | 2025-07-18T16:14:26.002Z | Downloaded rustls-pemfile v1.0.4 |
690 | 2025-07-18T16:14:26.005Z | Downloaded rand_chacha v0.9.0 |
691 | 2025-07-18T16:14:26.005Z | Downloaded md5 v0.7.0 |
692 | 2025-07-18T16:14:26.008Z | Downloaded rustc-demangle v0.1.24 |
693 | 2025-07-18T16:14:26.008Z | Downloaded rand_core v0.6.4 |
694 | 2025-07-18T16:14:26.012Z | Downloaded ron v0.8.1 |
695 | 2025-07-18T16:14:26.027Z | Downloaded rand_core v0.9.2 |
696 | 2025-07-18T16:14:26.031Z | Downloaded chrono v0.4.41 |
697 | 2025-07-18T16:14:26.036Z | Downloaded aes-gcm v0.10.3 |
698 | 2025-07-18T16:14:26.040Z | Downloaded itertools v0.14.0 |
699 | 2025-07-18T16:14:26.047Z | Downloaded http v1.3.1 |
700 | 2025-07-18T16:14:26.051Z | Downloaded bitvec v1.0.1 |
701 | 2025-07-18T16:14:26.066Z | Downloaded compact_str v0.8.0 |
702 | 2025-07-18T16:14:26.070Z | Downloaded arc-swap v1.7.1 |
703 | 2025-07-18T16:14:26.073Z | Downloaded heapless v0.8.0 |
704 | 2025-07-18T16:14:26.077Z | Downloaded itertools v0.12.1 |
705 | 2025-07-18T16:14:26.084Z | Downloaded tokio-macros v2.5.0 |
706 | 2025-07-18T16:14:26.088Z | Downloaded try-lock v0.2.5 |
707 | 2025-07-18T16:14:26.092Z | Downloaded term v0.7.0 |
708 | 2025-07-18T16:14:26.092Z | Downloaded tokio-native-tls v0.3.1 |
709 | 2025-07-18T16:14:26.095Z | Downloaded tar v0.4.44 |
710 | 2025-07-18T16:14:26.098Z | Downloaded hashbrown v0.13.2 |
711 | 2025-07-18T16:14:26.101Z | Downloaded toml v0.7.8 |
712 | 2025-07-18T16:14:26.104Z | Downloaded tokio-tungstenite v0.21.0 |
713 | 2025-07-18T16:14:26.107Z | Downloaded tap v1.0.1 |
714 | 2025-07-18T16:14:26.110Z | Downloaded itertools v0.13.0 |
715 | 2025-07-18T16:14:26.115Z | Downloaded same-file v1.0.6 |
716 | 2025-07-18T16:14:26.118Z | Downloaded predicates v3.1.3 |
717 | 2025-07-18T16:14:26.123Z | Downloaded value-bag v1.9.0 |
718 | 2025-07-18T16:14:26.126Z | Downloaded libm v0.2.8 |
719 | 2025-07-18T16:14:26.131Z | Downloaded tagptr v0.2.0 |
720 | 2025-07-18T16:14:26.135Z | Downloaded aws-lc-rs v1.12.4 |
721 | 2025-07-18T16:14:26.142Z | Downloaded static_assertions v1.1.0 |
722 | 2025-07-18T16:14:26.146Z | Downloaded hyper-util v0.1.14 |
723 | 2025-07-18T16:14:26.150Z | Downloaded tracing-core v0.1.32 |
724 | 2025-07-18T16:14:26.153Z | Downloaded unicode-bidi v0.3.17 |
725 | 2025-07-18T16:14:26.156Z | Downloaded uuid v1.17.0 |
726 | 2025-07-18T16:14:26.159Z | Downloaded crossterm v0.28.1 |
727 | 2025-07-18T16:14:26.166Z | Downloaded progenitor-macro v0.8.0 |
728 | 2025-07-18T16:14:26.170Z | Downloaded bindgen v0.71.1 |
729 | 2025-07-18T16:14:26.175Z | Downloaded proc-macro-error2 v2.0.1 |
730 | 2025-07-18T16:14:26.178Z | Downloaded proc-macro-error-attr2 v2.0.0 |
731 | 2025-07-18T16:14:26.181Z | Downloaded iddqd v0.3.8 |
732 | 2025-07-18T16:14:26.186Z | Downloaded hyper v1.6.0 |
733 | 2025-07-18T16:14:26.192Z | Downloaded string_cache v0.8.9 |
734 | 2025-07-18T16:14:26.195Z | Downloaded spki v0.7.3 |
735 | 2025-07-18T16:14:26.198Z | Downloaded signature v2.2.0 |
736 | 2025-07-18T16:14:26.201Z | Downloaded serde_derive_internals v0.29.1 |
737 | 2025-07-18T16:14:26.201Z | Downloaded iri-string v0.7.8 |
738 | 2025-07-18T16:14:26.207Z | Downloaded sigpipe v0.1.3 |
739 | 2025-07-18T16:14:26.212Z | Downloaded hickory-resolver v0.25.2 |
740 | 2025-07-18T16:14:26.216Z | Downloaded curve25519-dalek-derive v0.1.1 |
741 | 2025-07-18T16:14:26.216Z | Downloaded blake3 v1.5.4 |
742 | 2025-07-18T16:14:26.222Z | Downloaded salsa20 v0.10.2 |
743 | 2025-07-18T16:14:26.225Z | Downloaded rustls-native-certs v0.8.1 |
744 | 2025-07-18T16:14:26.228Z | Downloaded debug-ignore v1.0.5 |
745 | 2025-07-18T16:14:26.233Z | Downloaded fd-lock v4.0.2 |
746 | 2025-07-18T16:14:26.233Z | Downloaded normalize-line-endings v0.3.0 |
747 | 2025-07-18T16:14:26.236Z | Downloaded nibble_vec v0.1.0 |
748 | 2025-07-18T16:14:26.236Z | Downloaded num v0.4.3 |
749 | 2025-07-18T16:14:26.239Z | Downloaded document-features v0.2.10 |
750 | 2025-07-18T16:14:26.239Z | Downloaded diff v0.1.13 |
751 | 2025-07-18T16:14:26.243Z | Downloaded nodrop v0.1.14 |
752 | 2025-07-18T16:14:26.246Z | Downloaded ena v0.14.3 |
753 | 2025-07-18T16:14:26.246Z | Downloaded derive-where v1.5.0 |
754 | 2025-07-18T16:14:26.250Z | Downloaded tokio-util v0.7.15 |
755 | 2025-07-18T16:14:26.256Z | Downloaded pkg-config v0.3.31 |
756 | 2025-07-18T16:14:26.259Z | Downloaded parking_lot v0.11.2 |
757 | 2025-07-18T16:14:26.262Z | Downloaded slog-term v2.9.1 |
758 | 2025-07-18T16:14:26.265Z | Downloaded waitgroup v0.1.2 |
759 | 2025-07-18T16:14:26.265Z | Downloaded uzers v0.12.1 |
760 | 2025-07-18T16:14:26.269Z | Downloaded tui-tree-widget v0.23.1 |
761 | 2025-07-18T16:14:26.272Z | Downloaded sqlformat v0.3.5 |
762 | 2025-07-18T16:14:26.272Z | Downloaded pkcs8 v0.10.2 |
763 | 2025-07-18T16:14:26.275Z | Downloaded smallvec v0.6.14 |
764 | 2025-07-18T16:14:26.278Z | Downloaded jiff-static v0.2.15 |
765 | 2025-07-18T16:14:26.281Z | Downloaded tokio-tungstenite v0.23.1 |
766 | 2025-07-18T16:14:26.284Z | Downloaded tls_codec v0.4.1 |
767 | 2025-07-18T16:14:26.284Z | Downloaded fixedbitset v0.5.7 |
768 | 2025-07-18T16:14:26.287Z | Downloaded fixedbitset v0.4.2 |
769 | 2025-07-18T16:14:26.287Z | Downloaded foldhash v0.1.5 |
770 | 2025-07-18T16:14:26.290Z | Downloaded foreign-types-shared v0.3.1 |
771 | 2025-07-18T16:14:26.290Z | Downloaded foreign-types-shared v0.1.1 |
772 | 2025-07-18T16:14:26.294Z | Downloaded foreign-types-macros v0.2.3 |
773 | 2025-07-18T16:14:26.294Z | Downloaded foreign-types v0.5.0 |
774 | 2025-07-18T16:14:26.297Z | Downloaded ref-cast-impl v1.0.24 |
775 | 2025-07-18T16:14:26.297Z | Downloaded radium v0.7.0 |
776 | 2025-07-18T16:14:26.300Z | Downloaded parking_lot v0.12.3 |
777 | 2025-07-18T16:14:26.300Z | Downloaded phf_generator v0.11.2 |
778 | 2025-07-18T16:14:26.303Z | Downloaded foreign-types v0.3.2 |
779 | 2025-07-18T16:14:26.303Z | Downloaded phf_shared v0.11.2 |
780 | 2025-07-18T16:14:26.306Z | Downloaded parking_lot_core v0.9.10 |
781 | 2025-07-18T16:14:26.309Z | Downloaded parking_lot_core v0.8.6 |
782 | 2025-07-18T16:14:26.309Z | Downloaded filetime v0.2.25 |
783 | 2025-07-18T16:14:26.312Z | Downloaded slog-stdlog v4.1.1 |
784 | 2025-07-18T16:14:26.315Z | Downloaded ref-cast v1.0.24 |
785 | 2025-07-18T16:14:26.318Z | Downloaded signal-hook-registry v1.4.2 |
786 | 2025-07-18T16:14:26.318Z | Downloaded shlex v1.3.0 |
787 | 2025-07-18T16:14:26.321Z | Downloaded signal-hook v0.3.17 |
788 | 2025-07-18T16:14:26.325Z | Downloaded sha1 v0.10.6 |
789 | 2025-07-18T16:14:26.325Z | Downloaded slog v2.7.0 |
790 | 2025-07-18T16:14:26.328Z | Downloaded zerocopy v0.8.26 |
791 | 2025-07-18T16:14:26.349Z | Downloaded sqlparser_derive v0.2.2 |
792 | 2025-07-18T16:14:26.353Z | Downloaded tabwriter v1.4.0 |
793 | 2025-07-18T16:14:26.353Z | Downloaded shell-words v1.1.0 |
794 | 2025-07-18T16:14:26.356Z | Downloaded serde_cbor v0.11.2 |
795 | 2025-07-18T16:14:26.359Z | Downloaded derive_builder v0.20.2 |
796 | 2025-07-18T16:14:26.362Z | Downloaded time-core v0.1.2 |
797 | 2025-07-18T16:14:26.365Z | Downloaded tower-service v0.3.3 |
798 | 2025-07-18T16:14:26.365Z | Downloaded termtree v0.5.1 |
799 | 2025-07-18T16:14:26.369Z | Downloaded unicode-truncate v1.1.0 |
800 | 2025-07-18T16:14:26.369Z | Downloaded derive_builder_core v0.20.2 |
801 | 2025-07-18T16:14:26.372Z | Downloaded lalrpop v0.19.12 |
802 | 2025-07-18T16:14:26.381Z | Downloaded nix v0.27.1 |
803 | 2025-07-18T16:14:26.392Z | Downloaded strum_macros v0.24.3 |
804 | 2025-07-18T16:14:26.395Z | Downloaded libxml v0.3.3 |
805 | 2025-07-18T16:14:26.400Z | Downloaded indicatif v0.17.11 |
806 | 2025-07-18T16:14:26.404Z | Downloaded tokio-rustls v0.24.1 |
807 | 2025-07-18T16:14:26.408Z | Downloaded subtle v2.6.1 |
808 | 2025-07-18T16:14:26.412Z | Downloaded nix v0.29.0 |
809 | 2025-07-18T16:14:26.420Z | Downloaded num-bigint v0.4.6 |
810 | 2025-07-18T16:14:26.424Z | Downloaded quick-xml v0.37.2 |
811 | 2025-07-18T16:14:26.431Z | Downloaded tracing-attributes v0.1.27 |
812 | 2025-07-18T16:14:26.436Z | Downloaded hickory-proto v0.25.2 |
813 | 2025-07-18T16:14:26.448Z | Downloaded darling_core v0.20.10 |
814 | 2025-07-18T16:14:26.452Z | Downloaded zstd v0.13.3 |
815 | 2025-07-18T16:14:26.457Z | Downloaded zerocopy v0.6.6 |
816 | 2025-07-18T16:14:26.460Z | Downloaded yasna v0.5.2 |
817 | 2025-07-18T16:14:26.466Z | Downloaded want v0.3.1 |
818 | 2025-07-18T16:14:26.466Z | Downloaded walkdir v2.5.0 |
819 | 2025-07-18T16:14:26.470Z | Downloaded publicsuffix v2.3.0 |
820 | 2025-07-18T16:14:26.470Z | Downloaded wait-timeout v0.2.0 |
821 | 2025-07-18T16:14:26.474Z | Downloaded untrusted v0.7.1 |
822 | 2025-07-18T16:14:26.475Z | Downloaded steno v0.4.1 |
823 | 2025-07-18T16:14:26.478Z | Downloaded quinn-proto v0.11.8 |
824 | 2025-07-18T16:14:26.481Z | Downloaded libz-sys v1.1.20 |
825 | 2025-07-18T16:14:26.500Z | Downloaded smoltcp v0.9.1 |
826 | 2025-07-18T16:14:26.512Z | Downloaded rayon-core v1.12.1 |
827 | 2025-07-18T16:14:26.516Z | Downloaded rayon v1.10.0 |
828 | 2025-07-18T16:14:26.524Z | Downloaded flate2 v1.1.2 |
829 | 2025-07-18T16:14:26.529Z | Downloaded regex v1.11.1 |
830 | 2025-07-18T16:14:26.541Z | Downloaded signal-hook-mio v0.2.4 |
831 | 2025-07-18T16:14:26.545Z | Downloaded progenitor-impl v0.10.0 |
832 | 2025-07-18T16:14:26.545Z | Downloaded progenitor v0.8.0 |
833 | 2025-07-18T16:14:26.548Z | Downloaded parse-display-derive v0.10.0 |
834 | 2025-07-18T16:14:26.552Z | Downloaded parse-display v0.10.0 |
835 | 2025-07-18T16:14:26.552Z | Downloaded fs-err v2.11.0 |
836 | 2025-07-18T16:14:26.555Z | Downloaded float-ord v0.3.2 |
837 | 2025-07-18T16:14:26.555Z | Downloaded float-cmp v0.10.0 |
838 | 2025-07-18T16:14:26.558Z | Downloaded flagset v0.4.6 |
839 | 2025-07-18T16:14:26.558Z | Downloaded unicode_categories v0.1.1 |
840 | 2025-07-18T16:14:26.561Z | Downloaded new_debug_unreachable v1.0.6 |
841 | 2025-07-18T16:14:26.564Z | Downloaded nanorand v0.7.0 |
842 | 2025-07-18T16:14:26.564Z | Downloaded rpassword v7.4.0 |
843 | 2025-07-18T16:14:26.567Z | Downloaded regex-syntax v0.6.29 |
844 | 2025-07-18T16:14:26.574Z | Downloaded multer v3.1.0 |
845 | 2025-07-18T16:14:26.578Z | Downloaded parse-size v1.1.0 |
846 | 2025-07-18T16:14:26.581Z | Downloaded owo-colors v4.2.2 |
847 | 2025-07-18T16:14:26.581Z | Downloaded password-hash v0.4.2 |
848 | 2025-07-18T16:14:26.585Z | Downloaded nu-ansi-term v0.50.1 |
849 | 2025-07-18T16:14:26.588Z | Downloaded newtype_derive v0.1.6 |
850 | 2025-07-18T16:14:26.588Z | Downloaded difflib v0.4.0 |
851 | 2025-07-18T16:14:26.591Z | Downloaded nix v0.30.1 |
852 | 2025-07-18T16:14:26.601Z | Downloaded serde_urlencoded v0.7.1 |
853 | 2025-07-18T16:14:26.604Z | Downloaded scopeguard v1.2.0 |
854 | 2025-07-18T16:14:26.609Z | Downloaded csv v1.3.1 |
855 | 2025-07-18T16:14:26.623Z | Downloaded schemars_derive v0.8.22 |
856 | 2025-07-18T16:14:26.627Z | Downloaded support-bundle-viewer v0.1.2 |
857 | 2025-07-18T16:14:26.630Z | Downloaded env_logger v0.10.2 |
858 | 2025-07-18T16:14:26.633Z | Downloaded termcolor v1.4.1 |
859 | 2025-07-18T16:14:26.633Z | Downloaded poly1305 v0.8.0 |
860 | 2025-07-18T16:14:26.637Z | Downloaded pkcs5 v0.7.1 |
861 | 2025-07-18T16:14:26.640Z | Downloaded utf-8 v0.7.6 |
862 | 2025-07-18T16:14:26.643Z | Downloaded futures-executor v0.3.31 |
863 | 2025-07-18T16:14:26.643Z | Downloaded xattr v1.3.1 |
864 | 2025-07-18T16:14:26.646Z | Downloaded untrusted v0.9.0 |
865 | 2025-07-18T16:14:26.650Z | Downloaded xz2 v0.1.7 |
866 | 2025-07-18T16:14:26.650Z | Downloaded pem-rfc7468 v0.7.0 |
867 | 2025-07-18T16:14:26.653Z | Downloaded pin-utils v0.1.0 |
868 | 2025-07-18T16:14:26.656Z | Downloaded pin-project-internal v1.1.6 |
869 | 2025-07-18T16:14:26.656Z | Downloaded pin-project-lite v0.2.14 |
870 | 2025-07-18T16:14:26.660Z | Downloaded der_derive v0.7.3 |
871 | 2025-07-18T16:14:26.663Z | Downloaded ssh-cipher v0.2.0 |
872 | 2025-07-18T16:14:26.667Z | Downloaded smf v0.2.3 |
873 | 2025-07-18T16:14:26.667Z | Downloaded futures-sink v0.3.31 |
874 | 2025-07-18T16:14:26.672Z | Downloaded globwalk v0.9.1 |
875 | 2025-07-18T16:14:26.672Z | Downloaded futures-task v0.3.31 |
876 | 2025-07-18T16:14:26.676Z | Downloaded mime_guess v2.0.5 |
877 | 2025-07-18T16:14:26.676Z | Downloaded mio v1.0.2 |
878 | 2025-07-18T16:14:26.680Z | Downloaded futures-macro v0.3.31 |
879 | 2025-07-18T16:14:26.684Z | Downloaded moka v0.12.10 |
880 | 2025-07-18T16:14:26.690Z | Downloaded parse-zoneinfo v0.3.1 |
881 | 2025-07-18T16:14:26.694Z | Downloaded num-bigint-dig v0.8.4 |
882 | 2025-07-18T16:14:26.716Z | Downloaded rcgen v0.12.1 |
883 | 2025-07-18T16:14:26.716Z | Downloaded vergen v8.3.2 |
884 | 2025-07-18T16:14:26.716Z | Downloaded ctr v0.9.2 |
885 | 2025-07-18T16:14:26.717Z | Downloaded typify-impl v0.3.0 |
886 | 2025-07-18T16:14:26.721Z | Downloaded polyval v0.6.2 |
887 | 2025-07-18T16:14:26.724Z | Downloaded petgraph v0.6.5 |
888 | 2025-07-18T16:14:26.740Z | Downloaded num-integer v0.1.46 |
889 | 2025-07-18T16:14:26.744Z | Downloaded rustls v0.23.19 |
890 | 2025-07-18T16:14:26.753Z | Downloaded fs_extra v1.3.0 |
891 | 2025-07-18T16:14:26.756Z | Downloaded winnow v0.5.40 |
892 | 2025-07-18T16:14:26.764Z | Downloaded regex-syntax v0.8.5 |
893 | 2025-07-18T16:14:26.774Z | Downloaded zerocopy-derive v0.6.6 |
894 | 2025-07-18T16:14:26.782Z | Downloaded rustls-webpki v0.101.7 |
895 | 2025-07-18T16:14:26.797Z | Downloaded strum v0.27.1 |
896 | 2025-07-18T16:14:26.800Z | Downloaded strum_macros v0.27.1 |
897 | 2025-07-18T16:14:26.803Z | Downloaded sec1 v0.7.3 |
898 | 2025-07-18T16:14:26.803Z | Downloaded sct v0.7.1 |
899 | 2025-07-18T16:14:26.806Z | Downloaded tower v0.5.2 |
900 | 2025-07-18T16:14:26.816Z | Downloaded schemars v0.8.22 |
901 | 2025-07-18T16:14:26.827Z | Downloaded zeroize_derive v1.4.2 |
902 | 2025-07-18T16:14:26.830Z | Downloaded zeroize v1.8.1 |
903 | 2025-07-18T16:14:26.830Z | Downloaded rustls-pemfile v2.2.0 |
904 | 2025-07-18T16:14:26.834Z | Downloaded russh-cryptovec v0.7.3 |
905 | 2025-07-18T16:14:26.837Z | Downloaded derive_builder_macro v0.20.2 |
906 | 2025-07-18T16:14:26.837Z | Downloaded progenitor-client v0.8.0 |
907 | 2025-07-18T16:14:26.840Z | Downloaded derive_more v0.99.20 |
908 | 2025-07-18T16:14:26.843Z | Downloaded regex-automata v0.4.8 |
909 | 2025-07-18T16:14:26.858Z | Downloaded unicase v2.7.0 |
910 | 2025-07-18T16:14:26.861Z | Downloaded futures-io v0.3.31 |
911 | 2025-07-18T16:14:26.861Z | Downloaded futures v0.3.31 |
912 | 2025-07-18T16:14:26.866Z | Downloaded funty v2.0.0 |
913 | 2025-07-18T16:14:26.869Z | Downloaded fallible-iterator v0.2.0 |
914 | 2025-07-18T16:14:26.869Z | Downloaded curve25519-dalek v4.1.3 |
915 | 2025-07-18T16:14:26.878Z | Downloaded packed_struct_codegen v0.10.1 |
916 | 2025-07-18T16:14:26.881Z | Downloaded deranged v0.3.11 |
917 | 2025-07-18T16:14:26.881Z | Downloaded num_threads v0.1.7 |
918 | 2025-07-18T16:14:26.884Z | Downloaded fatfs v0.3.6 |
919 | 2025-07-18T16:14:26.887Z | Downloaded rustc-hash v2.1.1 |
920 | 2025-07-18T16:14:26.887Z | Downloaded predicates-tree v1.0.12 |
921 | 2025-07-18T16:14:26.891Z | Downloaded tokio-postgres v0.7.13 |
922 | 2025-07-18T16:14:26.894Z | Downloaded twox-hash v2.1.0 |
923 | 2025-07-18T16:14:26.897Z | Downloaded tokio v1.45.1 |
924 | 2025-07-18T16:14:26.932Z | Downloaded openssl-macros v0.1.1 |
925 | 2025-07-18T16:14:26.935Z | Downloaded darling_macro v0.20.10 |
926 | 2025-07-18T16:14:26.935Z | Downloaded crunchy v0.2.2 |
927 | 2025-07-18T16:14:26.935Z | Downloaded zerocopy-derive v0.8.26 |
928 | 2025-07-18T16:14:26.941Z | Downloaded sync_wrapper v1.0.1 |
929 | 2025-07-18T16:14:26.945Z | Downloaded rusty-fork v0.3.0 |
930 | 2025-07-18T16:14:26.945Z | Downloaded supports-color v3.0.2 |
931 | 2025-07-18T16:14:26.948Z | Downloaded tinyvec_macros v0.1.1 |
932 | 2025-07-18T16:14:26.948Z | Downloaded secrecy v0.8.0 |
933 | 2025-07-18T16:14:26.951Z | Downloaded rustversion v1.0.17 |
934 | 2025-07-18T16:14:26.954Z | Downloaded ed25519 v2.2.3 |
935 | 2025-07-18T16:14:26.954Z | Downloaded typify-impl v0.4.1 |
936 | 2025-07-18T16:14:26.968Z | Downloaded tower-layer v0.3.3 |
937 | 2025-07-18T16:14:26.971Z | Downloaded derive-ex v0.1.8 |
938 | 2025-07-18T16:14:26.971Z | Downloaded nix v0.28.0 |
939 | 2025-07-18T16:14:26.981Z | Downloaded precomputed-hash v0.1.1 |
940 | 2025-07-18T16:14:26.984Z | Downloaded packed_struct v0.10.1 |
941 | 2025-07-18T16:14:26.984Z | Downloaded rustc_version v0.4.1 |
942 | 2025-07-18T16:14:26.987Z | Downloaded number_prefix v0.4.0 |
943 | 2025-07-18T16:14:26.987Z | Downloaded ghash v0.5.1 |
944 | 2025-07-18T16:14:26.991Z | Downloaded num_enum v0.5.11 |
945 | 2025-07-18T16:14:26.994Z | Downloaded num-derive v0.4.2 |
946 | 2025-07-18T16:14:26.998Z | Downloaded russh v0.45.0 |
947 | 2025-07-18T16:14:27.001Z | Downloaded fxhash v0.2.1 |
948 | 2025-07-18T16:14:27.005Z | Downloaded dunce v1.0.5 |
949 | 2025-07-18T16:14:27.005Z | Downloaded typify v0.2.0 |
950 | 2025-07-18T16:14:27.009Z | Downloaded universal-hash v0.5.1 |
951 | 2025-07-18T16:14:27.009Z | Downloaded rfc6979 v0.4.0 |
952 | 2025-07-18T16:14:27.013Z | Downloaded tough v0.20.0 |
953 | 2025-07-18T16:14:27.017Z | Downloaded topological-sort v0.2.2 |
954 | 2025-07-18T16:14:27.020Z | Downloaded gimli v0.31.1 |
955 | 2025-07-18T16:14:27.026Z | Downloaded similar v2.7.0 |
956 | 2025-07-18T16:14:27.031Z | Downloaded regress v0.10.3 |
957 | 2025-07-18T16:14:27.039Z | Downloaded progenitor-impl v0.8.0 |
958 | 2025-07-18T16:14:27.042Z | Downloaded typed-path v0.9.3 |
959 | 2025-07-18T16:14:27.047Z | Downloaded peg-runtime v0.8.5 |
960 | 2025-07-18T16:14:27.050Z | Downloaded polar-core v0.27.3 |
961 | 2025-07-18T16:14:27.055Z | Downloaded glob v0.3.2 |
962 | 2025-07-18T16:14:27.059Z | Downloaded typify v0.3.0 |
963 | 2025-07-18T16:14:27.062Z | Downloaded tungstenite v0.23.0 |
964 | 2025-07-18T16:14:27.065Z | Downloaded expectorate v1.2.0 |
965 | 2025-07-18T16:14:27.069Z | Downloaded dirs-sys-next v0.1.2 |
966 | 2025-07-18T16:14:27.069Z | Downloaded powerfmt v0.2.0 |
967 | 2025-07-18T16:14:27.074Z | Downloaded ppv-lite86 v0.2.20 |
968 | 2025-07-18T16:14:27.074Z | Downloaded pem v3.0.5 |
969 | 2025-07-18T16:14:27.074Z | Downloaded diesel v2.2.11 |
970 | 2025-07-18T16:14:27.089Z | Downloaded spin v0.9.8 |
971 | 2025-07-18T16:14:27.093Z | Downloaded pretty-hex v0.2.1 |
972 | 2025-07-18T16:14:27.096Z | Downloaded cstr-argument v0.1.2 |
973 | 2025-07-18T16:14:27.096Z | Downloaded unarray v0.1.4 |
974 | 2025-07-18T16:14:27.096Z | Downloaded ssh-encoding v0.2.0 |
975 | 2025-07-18T16:14:27.099Z | Downloaded scheduled-thread-pool v0.2.7 |
976 | 2025-07-18T16:14:27.099Z | Downloaded rustls v0.21.12 |
977 | 2025-07-18T16:14:27.108Z | Downloaded serde_with v3.14.0 |
978 | 2025-07-18T16:14:27.120Z | Downloaded defmt v0.3.8 |
979 | 2025-07-18T16:14:27.123Z | Downloaded vte v0.11.1 |
980 | 2025-07-18T16:14:27.127Z | Downloaded h2 v0.4.6 |
981 | 2025-07-18T16:14:27.131Z | Downloaded tiny-keccak v2.0.2 |
982 | 2025-07-18T16:14:27.135Z | Downloaded time-macros v0.2.18 |
983 | 2025-07-18T16:14:27.138Z | Downloaded tower-http v0.6.6 |
984 | 2025-07-18T16:14:27.145Z | Downloaded paste v1.0.15 |
985 | 2025-07-18T16:14:27.150Z | Downloaded openssl-probe v0.1.5 |
986 | 2025-07-18T16:14:27.150Z | Downloaded tokio-rustls v0.26.0 |
987 | 2025-07-18T16:14:27.154Z | Downloaded mime v0.3.17 |
988 | 2025-07-18T16:14:27.154Z | Downloaded num-complex v0.4.6 |
989 | 2025-07-18T16:14:27.154Z | Downloaded ecdsa v0.16.9 |
990 | 2025-07-18T16:14:27.157Z | Downloaded darling_core v0.21.0 |
991 | 2025-07-18T16:14:27.162Z | Downloaded tinyvec v1.8.0 |
992 | 2025-07-18T16:14:27.167Z | Downloaded zip v4.2.0 |
993 | 2025-07-18T16:14:27.170Z | Downloaded psl-types v2.0.11 |
994 | 2025-07-18T16:14:27.170Z | Downloaded x509-cert v0.2.5 |
995 | 2025-07-18T16:14:27.174Z | Downloaded void v1.0.2 |
996 | 2025-07-18T16:14:27.178Z | Downloaded slab v0.4.9 |
997 | 2025-07-18T16:14:27.178Z | Downloaded unicode-segmentation v1.12.0 |
998 | 2025-07-18T16:14:27.182Z | Downloaded socket2 v0.5.10 |
999 | 2025-07-18T16:14:27.182Z | Downloaded signal-hook-tokio v0.3.1 |
1000 | 2025-07-18T16:14:27.182Z | Downloaded progenitor-impl v0.9.1 |
1001 | 2025-07-18T16:14:27.186Z | Downloaded which v4.4.2 |
1002 | 2025-07-18T16:14:27.186Z | Downloaded webpki-roots v1.0.1 |
1003 | 2025-07-18T16:14:27.189Z | Downloaded dirs-next v2.0.0 |
1004 | 2025-07-18T16:14:27.189Z | Downloaded gethostname v0.5.0 |
1005 | 2025-07-18T16:14:27.194Z | Downloaded dropshot_endpoint v0.16.2 |
1006 | 2025-07-18T16:14:27.197Z | Downloaded winnow v0.6.26 |
1007 | 2025-07-18T16:14:27.202Z | Downloaded progenitor-macro v0.10.0 |
1008 | 2025-07-18T16:14:27.210Z | Downloaded crypto-bigint v0.5.5 |
1009 | 2025-07-18T16:14:27.213Z | Downloaded ron v0.7.1 |
1010 | 2025-07-18T16:14:27.216Z | Downloaded portable-atomic v1.11.0 |
1011 | 2025-07-18T16:14:27.220Z | Downloaded ratatui v0.29.0 |
1012 | 2025-07-18T16:14:27.240Z | Downloaded time v0.3.36 |
1013 | 2025-07-18T16:14:27.245Z | Downloaded openapiv3 v2.2.0 |
1014 | 2025-07-18T16:14:27.255Z | Downloaded serde_with_macros v3.14.0 |
1015 | 2025-07-18T16:14:27.261Z | Downloaded toml_edit v0.19.15 |
1016 | 2025-07-18T16:14:27.272Z | Downloaded ed25519-dalek v2.1.1 |
1017 | 2025-07-18T16:14:27.275Z | Downloaded vcpkg v0.2.15 |
1018 | 2025-07-18T16:14:27.311Z | Downloaded zone v0.1.8 |
1019 | 2025-07-18T16:14:27.314Z | Downloaded darling v0.20.10 |
1020 | 2025-07-18T16:14:27.317Z | Downloaded object v0.36.5 |
1021 | 2025-07-18T16:14:27.325Z | Downloaded rustls v0.22.4 |
1022 | 2025-07-18T16:14:27.336Z | Downloaded proptest v1.7.0 |
1023 | 2025-07-18T16:14:27.344Z | Downloaded whoami v1.5.2 |
1024 | 2025-07-18T16:14:27.347Z | Downloaded vsss-rs v3.3.4 |
1025 | 2025-07-18T16:14:27.351Z | Downloaded snafu-derive v0.8.5 |
1026 | 2025-07-18T16:14:27.351Z | Downloaded diesel_derives v2.2.3 |
1027 | 2025-07-18T16:14:27.354Z | Downloaded des v0.8.1 |
1028 | 2025-07-18T16:14:27.358Z | Downloaded group v0.13.0 |
1029 | 2025-07-18T16:14:27.358Z | Downloaded zlib-rs v0.5.1 |
1030 | 2025-07-18T16:14:27.361Z | Downloaded zip v0.6.6 |
1031 | 2025-07-18T16:14:27.365Z | Downloaded petgraph v0.8.2 |
1032 | 2025-07-18T16:14:27.385Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1033 | 2025-07-18T16:14:27.398Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1034 | 2025-07-18T16:14:27.448Z | Downloaded endian-type v0.1.2 |
1035 | 2025-07-18T16:14:27.451Z | Downloaded typify-macro v0.3.0 |
1036 | 2025-07-18T16:14:27.451Z | Downloaded tokio-rustls v0.25.0 |
1037 | 2025-07-18T16:14:27.451Z | Downloaded daft-derive v0.1.4 |
1038 | 2025-07-18T16:14:27.454Z | Downloaded peg-macros v0.8.5 |
1039 | 2025-07-18T16:14:27.458Z | Downloaded peg v0.8.5 |
1040 | 2025-07-18T16:14:27.461Z | Downloaded path-slash v0.1.5 |
1041 | 2025-07-18T16:14:27.462Z | Downloaded password-hash v0.5.0 |
1042 | 2025-07-18T16:14:27.462Z | Downloaded enum-as-inner v0.6.1 |
1043 | 2025-07-18T16:14:27.465Z | Downloaded git2 v0.19.0 |
1044 | 2025-07-18T16:14:27.470Z | Downloaded p521 v0.13.3 |
1045 | 2025-07-18T16:14:27.473Z | Downloaded sha3 v0.10.8 |
1046 | 2025-07-18T16:14:27.478Z | Downloaded postcard v1.0.10 |
1047 | 2025-07-18T16:14:27.481Z | Downloaded openssl-sys v0.9.109 |
1048 | 2025-07-18T16:14:27.484Z | Downloaded ring v0.17.14 |
1049 | 2025-07-18T16:14:27.522Z | Downloaded globset v0.4.15 |
1050 | 2025-07-18T16:14:27.525Z | Downloaded rustc_version v0.1.7 |
1051 | 2025-07-18T16:14:27.525Z | Downloaded oxnet v0.1.2 |
1052 | 2025-07-18T16:14:27.528Z | Downloaded oxide-tokio-rt v0.1.2 |
1053 | 2025-07-18T16:14:27.528Z | Downloaded typify v0.4.1 |
1054 | 2025-07-18T16:14:27.532Z | Downloaded object v0.30.4 |
1055 | 2025-07-18T16:14:27.537Z | Downloaded petname v2.0.2 |
1056 | 2025-07-18T16:14:27.542Z | Downloaded smoltcp v0.11.0 |
1057 | 2025-07-18T16:14:27.552Z | Downloaded sled v0.34.7 |
1058 | 2025-07-18T16:14:27.562Z | Downloaded siphasher v0.3.11 |
1059 | 2025-07-18T16:14:27.565Z | Downloaded num-rational v0.4.2 |
1060 | 2025-07-18T16:14:27.565Z | Downloaded num-iter v0.1.45 |
1061 | 2025-07-18T16:14:27.565Z | Downloaded num-conv v0.1.0 |
1062 | 2025-07-18T16:14:27.568Z | Downloaded memoffset v0.9.1 |
1063 | 2025-07-18T16:14:27.568Z | Downloaded tokio-stream v0.1.17 |
1064 | 2025-07-18T16:14:27.571Z | Downloaded serde_yaml v0.9.34+deprecated |
1065 | 2025-07-18T16:14:27.574Z | Downloaded unicode-normalization v0.1.24 |
1066 | 2025-07-18T16:14:27.577Z | Downloaded tls_codec_derive v0.4.1 |
1067 | 2025-07-18T16:14:27.578Z | Downloaded serde_plain v1.0.2 |
1068 | 2025-07-18T16:14:27.582Z | Downloaded serde_bytes v0.11.17 |
1069 | 2025-07-18T16:14:27.582Z | Downloaded serde-big-array v0.5.1 |
1070 | 2025-07-18T16:14:27.582Z | Downloaded secrecy v0.10.3 |
1071 | 2025-07-18T16:14:27.585Z | Downloaded rustls-pki-types v1.10.0 |
1072 | 2025-07-18T16:14:27.588Z | Downloaded env_filter v0.1.2 |
1073 | 2025-07-18T16:14:27.588Z | Downloaded ssh-key v0.6.6 |
1074 | 2025-07-18T16:14:27.592Z | Downloaded rustyline v14.0.0 |
1075 | 2025-07-18T16:14:27.597Z | Downloaded serde_repr v0.1.19 |
1076 | 2025-07-18T16:14:27.600Z | Downloaded half v1.8.3 |
1077 | 2025-07-18T16:14:27.603Z | Downloaded reqwest v0.12.22 |
1078 | 2025-07-18T16:14:27.608Z | Downloaded thread_local v1.1.8 |
1079 | 2025-07-18T16:14:27.611Z | Downloaded p384 v0.13.0 |
1080 | 2025-07-18T16:14:27.615Z | Downloaded encoding_rs v0.8.34 |
1081 | 2025-07-18T16:14:27.633Z | Downloaded russh-keys v0.45.0 |
1082 | 2025-07-18T16:14:27.636Z | Downloaded p256 v0.13.2 |
1083 | 2025-07-18T16:14:27.640Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1084 | 2025-07-18T16:14:27.640Z | Downloaded zstd-safe v7.2.3 |
1085 | 2025-07-18T16:14:27.643Z | Downloaded vte_generate_state_changes v0.1.2 |
1086 | 2025-07-18T16:14:27.643Z | Downloaded thiserror-no-std v2.0.2 |
1087 | 2025-07-18T16:14:27.647Z | Downloaded subprocess v0.2.9 |
1088 | 2025-07-18T16:14:27.647Z | Downloaded postgres-protocol v0.6.8 |
1089 | 2025-07-18T16:14:27.650Z | Downloaded openssl v0.10.73 |
1090 | 2025-07-18T16:14:27.655Z | Downloaded olpc-cjson v0.1.4 |
1091 | 2025-07-18T16:14:27.658Z | Downloaded futures-util v0.3.31 |
1092 | 2025-07-18T16:14:27.666Z | Downloaded omicron-zone-package v0.12.2 |
1093 | 2025-07-18T16:14:27.669Z | Downloaded prefix-trie v0.7.0 |
1094 | 2025-07-18T16:14:27.672Z | Downloaded postgres-types v0.2.9 |
1095 | 2025-07-18T16:14:27.675Z | Downloaded pbkdf2 v0.12.2 |
1096 | 2025-07-18T16:14:27.676Z | Downloaded env_logger v0.11.5 |
1097 | 2025-07-18T16:14:27.679Z | Downloaded snafu v0.8.5 |
1098 | 2025-07-18T16:14:27.682Z | Downloaded tungstenite v0.21.0 |
1099 | 2025-07-18T16:14:27.685Z | Downloaded strum_macros v0.26.4 |
1100 | 2025-07-18T16:14:27.688Z | Downloaded strum v0.26.3 |
1101 | 2025-07-18T16:14:27.688Z | Downloaded structmeta-derive v0.3.0 |
1102 | 2025-07-18T16:14:27.691Z | Downloaded structmeta v0.3.0 |
1103 | 2025-07-18T16:14:27.691Z | Downloaded strip-ansi-escapes v0.2.0 |
1104 | 2025-07-18T16:14:27.691Z | Downloaded stringprep v0.1.5 |
1105 | 2025-07-18T16:14:27.691Z | Downloaded scrypt v0.11.0 |
1106 | 2025-07-18T16:14:27.694Z | Downloaded progenitor-client v0.10.0 |
1107 | 2025-07-18T16:14:27.694Z | Downloaded rsa v0.9.6 |
1108 | 2025-07-18T16:14:27.698Z | Downloaded progenitor-client v0.9.1 |
1109 | 2025-07-18T16:14:27.701Z | Downloaded tabled v0.18.0 |
1110 | 2025-07-18T16:14:27.713Z | Downloaded slog-scope v4.4.0 |
1111 | 2025-07-18T16:14:27.716Z | Downloaded slog-json v2.6.1 |
1112 | 2025-07-18T16:14:27.716Z | Downloaded slog-envlogger v2.2.0 |
1113 | 2025-07-18T16:14:27.720Z | Downloaded slog-dtrace v0.3.0 |
1114 | 2025-07-18T16:14:27.720Z | Downloaded slog-bunyan v2.5.0 |
1115 | 2025-07-18T16:14:27.720Z | Downloaded serde-hex v0.1.0 |
1116 | 2025-07-18T16:14:27.723Z | Downloaded rtoolbox v0.0.2 |
1117 | 2025-07-18T16:14:27.723Z | Downloaded miniz_oxide v0.8.5 |
1118 | 2025-07-18T16:14:27.726Z | Downloaded num_enum_derive v0.5.11 |
1119 | 2025-07-18T16:14:27.726Z | Downloaded num-derive v0.3.3 |
1120 | 2025-07-18T16:14:27.726Z | Downloaded wyz v0.5.1 |
1121 | 2025-07-18T16:14:27.730Z | Downloaded dyn-clone v1.0.19 |
1122 | 2025-07-18T16:14:27.730Z | Downloaded defmt-parser v0.3.4 |
1123 | 2025-07-18T16:14:27.730Z | Downloaded defmt-macros v0.3.9 |
1124 | 2025-07-18T16:14:27.734Z | Downloaded sqlparser v0.45.0 |
1125 | 2025-07-18T16:14:27.737Z | Downloaded typify-impl v0.2.0 |
1126 | 2025-07-18T16:14:27.748Z | Downloaded typify-macro v0.4.1 |
1127 | 2025-07-18T16:14:27.751Z | Downloaded thiserror-impl-no-std v2.0.2 |
1128 | 2025-07-18T16:14:27.751Z | Downloaded test-strategy v0.4.3 |
1129 | 2025-07-18T16:14:27.754Z | Downloaded tabled_derive v0.10.0 |
1130 | 2025-07-18T16:14:27.754Z | Downloaded dropshot v0.16.2 |
1131 | 2025-07-18T16:14:27.773Z | Downloaded embedded-io v0.4.0 |
1132 | 2025-07-18T16:14:27.782Z | Downloaded dsl_auto_type v0.1.2 |
1133 | 2025-07-18T16:14:27.782Z | Downloaded diesel-dtrace v0.4.2 |
1134 | 2025-07-18T16:14:27.785Z | Downloaded daft v0.1.4 |
1135 | 2025-07-18T16:14:27.785Z | Downloaded xshell-macros v0.2.7 |
1136 | 2025-07-18T16:14:27.785Z | Downloaded progenitor v0.10.0 |
1137 | 2025-07-18T16:14:27.785Z | Downloaded progenitor v0.9.1 |
1138 | 2025-07-18T16:14:27.785Z | Downloaded der v0.7.9 |
1139 | 2025-07-18T16:14:27.789Z | Downloaded reedline v0.40.0 |
1140 | 2025-07-18T16:14:27.792Z | Downloaded opaque-debug v0.3.1 |
1141 | 2025-07-18T16:14:27.795Z | Downloaded papergrid v0.14.0 |
1142 | 2025-07-18T16:14:27.799Z | Downloaded oso-derive v0.27.3 |
1143 | 2025-07-18T16:14:27.799Z | Downloaded oso v0.27.3 |
1144 | 2025-07-18T16:14:27.802Z | Downloaded multimap v0.10.1 |
1145 | 2025-07-18T16:14:27.802Z | Downloaded zopfli v0.8.1 |
1146 | 2025-07-18T16:14:27.805Z | Downloaded zone_cfg_derive v0.3.0 |
1147 | 2025-07-18T16:14:27.805Z | Downloaded zone_cfg_derive v0.1.2 |
1148 | 2025-07-18T16:14:27.805Z | Downloaded zone v0.3.1 |
1149 | 2025-07-18T16:14:27.805Z | Downloaded quinn v0.11.5 |
1150 | 2025-07-18T16:14:27.808Z | Downloaded qorb v0.4.0 |
1151 | 2025-07-18T16:14:27.811Z | Downloaded elliptic-curve v0.13.8 |
1152 | 2025-07-18T16:14:27.815Z | Downloaded jiff v0.2.15 |
1153 | 2025-07-18T16:14:27.830Z | Downloaded pkcs1 v0.7.5 |
1154 | 2025-07-18T16:14:27.856Z | Downloaded phf v0.11.2 |
1155 | 2025-07-18T16:14:27.856Z | Downloaded pbkdf2 v0.11.0 |
1156 | 2025-07-18T16:14:27.860Z | Downloaded csv-core v0.1.11 |
1157 | 2025-07-18T16:14:27.860Z | Downloaded minimal-lexical v0.2.1 |
1158 | 2025-07-18T16:14:27.867Z | Downloaded rustls-webpki v0.102.8 |
1159 | 2025-07-18T16:14:27.889Z | Downloaded tokio-dtrace v0.1.0 |
1160 | 2025-07-18T16:14:27.892Z | Downloaded termios v0.3.3 |
1161 | 2025-07-18T16:14:27.896Z | Downloaded flume v0.11.1 |
1162 | 2025-07-18T16:14:27.899Z | Downloaded unicode-properties v0.1.3 |
1163 | 2025-07-18T16:14:27.902Z | Downloaded typify-macro v0.2.0 |
1164 | 2025-07-18T16:14:27.903Z | Downloaded pin-project v1.1.6 |
1165 | 2025-07-18T16:14:27.915Z | Downloaded phf_codegen v0.11.2 |
1166 | 2025-07-18T16:14:27.918Z | Downloaded unsafe-libyaml v0.2.11 |
1167 | 2025-07-18T16:14:27.918Z | Downloaded getrandom v0.2.15 |
1168 | 2025-07-18T16:14:27.922Z | Downloaded yansi v1.0.1 |
1169 | 2025-07-18T16:14:27.925Z | Downloaded r2d2 v0.8.10 |
1170 | 2025-07-18T16:14:27.929Z | Downloaded quinn-udp v0.5.5 |
1171 | 2025-07-18T16:14:27.929Z | Downloaded futures-core v0.3.31 |
1172 | 2025-07-18T16:14:27.932Z | Downloaded futures-channel v0.3.31 |
1173 | 2025-07-18T16:14:27.932Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1174 | 2025-07-18T16:14:27.944Z | Downloaded simd-adler32 v0.3.7 |
1175 | 2025-07-18T16:14:27.948Z | Downloaded either v1.15.0 |
1176 | 2025-07-18T16:14:27.951Z | Downloaded tracing v0.1.40 |
1177 | 2025-07-18T16:14:27.955Z | Downloaded newtype-uuid v1.2.4 |
1178 | 2025-07-18T16:14:27.955Z | Downloaded newline-converter v0.3.0 |
1179 | 2025-07-18T16:14:27.958Z | Downloaded ff v0.13.0 |
1180 | 2025-07-18T16:14:27.958Z | Downloaded darling_macro v0.21.0 |
1181 | 2025-07-18T16:14:27.958Z | Downloaded darling v0.21.0 |
1182 | 2025-07-18T16:14:27.962Z | Downloaded chrono-tz v0.10.3 |
1183 | 2025-07-18T16:14:27.967Z | Downloaded bstr v1.10.0 |
1184 | 2025-07-18T16:14:27.975Z | Downloaded native-tls v0.2.12 |
1185 | 2025-07-18T16:14:27.978Z | Downloaded rand v0.9.1 |
1186 | 2025-07-18T16:14:27.981Z | Downloaded rand v0.8.5 |
1187 | 2025-07-18T16:14:27.984Z | Downloaded radix_trie v0.2.1 |
1188 | 2025-07-18T16:14:27.987Z | Downloaded prettyplease v0.2.35 |
1189 | 2025-07-18T16:14:27.991Z | Downloaded pretty_assertions v1.4.1 |
1190 | 2025-07-18T16:14:27.994Z | Downloaded embedded-io v0.6.1 |
1191 | 2025-07-18T16:14:27.994Z | Downloaded display-error-chain v0.2.2 |
1192 | 2025-07-18T16:14:27.994Z | Downloaded xshell v0.2.7 |
1193 | 2025-07-18T16:14:27.997Z | Downloaded samael v0.0.19 |
1194 | 2025-07-18T16:14:28.000Z | Downloaded salty v0.3.0 |
1195 | 2025-07-18T16:14:28.006Z | Downloaded nom v7.1.3 |
1196 | 2025-07-18T16:14:28.010Z | Downloaded data-encoding v2.9.0 |
1197 | 2025-07-18T16:14:28.014Z | Downloaded lzma-sys v0.1.20 |
1198 | 2025-07-18T16:14:28.036Z | Downloaded resolv-conf v0.7.0 |
1199 | 2025-07-18T16:14:28.039Z | Downloaded crossbeam-channel v0.5.15 |
1200 | 2025-07-18T16:14:28.043Z | Downloaded const_format v0.2.34 |
1201 | 2025-07-18T16:14:28.046Z | Downloaded take_mut v0.2.2 |
1202 | 2025-07-18T16:14:28.046Z | Downloaded sync-ptr v0.1.4 |
1203 | 2025-07-18T16:14:28.049Z | Downloaded slog-async v2.8.0 |
1204 | 2025-07-18T16:14:28.053Z | Downloaded hickory-resolver v0.24.4 |
1205 | 2025-07-18T16:14:28.056Z | Downloaded hickory-proto v0.24.4 |
1206 | 2025-07-18T16:14:28.066Z | Downloaded serde_path_to_error v0.1.17 |
1207 | 2025-07-18T16:14:28.069Z | Downloaded semver v0.1.20 |
1208 | 2025-07-18T16:14:28.069Z | Downloaded rand_xorshift v0.4.0 |
1209 | 2025-07-18T16:14:28.069Z | Downloaded rand_seeder v0.3.0 |
1210 | 2025-07-18T16:14:28.073Z | Downloaded progenitor-macro v0.9.1 |
1211 | 2025-07-18T16:14:28.073Z | Downloaded predicates-core v1.0.8 |
1212 | 2025-07-18T16:14:28.073Z | Downloaded hkdf v0.12.4 |
1213 | 2025-07-18T16:14:28.077Z | Downloaded hickory-server v0.25.2 |
1214 | 2025-07-18T16:14:28.080Z | Downloaded chacha20poly1305 v0.10.1 |
1215 | 2025-07-18T16:14:28.080Z | Downloaded cc v1.2.15 |
1216 | 2025-07-18T16:14:28.084Z | Downloaded bytes v1.10.1 |
1217 | 2025-07-18T16:14:28.088Z | Downloaded bumpalo v3.16.0 |
1218 | 2025-07-18T16:14:28.091Z | Downloaded backtrace v0.3.74 |
1219 | 2025-07-18T16:14:28.094Z | Downloaded aes v0.8.4 |
1220 | 2025-07-18T16:14:28.101Z | Downloaded primeorder v0.13.6 |
1221 | 2025-07-18T16:14:28.101Z | Downloaded maybe-uninit v2.0.0 |
1222 | 2025-07-18T16:14:28.101Z | Downloaded linear-map v1.2.0 |
1223 | 2025-07-18T16:14:28.104Z | Downloaded ipnetwork v0.21.1 |
1224 | 2025-07-18T16:14:28.104Z | Downloaded headers v0.4.1 |
1225 | 2025-07-18T16:14:28.108Z | Downloaded quick-error v1.2.3 |
1226 | 2025-07-18T16:14:28.126Z | Downloaded critical-section v1.1.3 |
1227 | 2025-07-18T16:14:28.126Z | Downloaded crc-any v2.5.0 |
1228 | 2025-07-18T16:14:28.135Z | Downloaded crc v3.2.1 |
1229 | 2025-07-18T16:14:28.135Z | Downloaded cookie_store v0.21.1 |
1230 | 2025-07-18T16:14:28.135Z | Downloaded cookie v0.18.1 |
1231 | 2025-07-18T16:14:28.135Z | Downloaded const_format_proc_macros v0.2.34 |
1232 | 2025-07-18T16:14:28.135Z | Downloaded console v0.15.10 |
1233 | 2025-07-18T16:14:28.135Z | Downloaded cobs v0.2.3 |
1234 | 2025-07-18T16:14:28.135Z | Downloaded cmake v0.1.51 |
1235 | 2025-07-18T16:14:28.135Z | Downloaded chrono-tz-build v0.4.0 |
1236 | 2025-07-18T16:14:28.135Z | Downloaded chacha20 v0.9.1 |
1237 | 2025-07-18T16:14:28.135Z | Downloaded cbc v0.1.2 |
1238 | 2025-07-18T16:14:28.135Z | Downloaded castaway v0.2.3 |
1239 | 2025-07-18T16:14:28.135Z | Downloaded cassowary v0.3.0 |
1240 | 2025-07-18T16:14:28.135Z | Downloaded cargo_metadata v0.18.1 |
1241 | 2025-07-18T16:14:28.135Z | Downloaded cargo-platform v0.1.8 |
1242 | 2025-07-18T16:14:28.135Z | Downloaded cancel-safe-futures v0.1.5 |
1243 | 2025-07-18T16:14:28.138Z | Downloaded camino-tempfile-ext v0.3.2 |
1244 | 2025-07-18T16:14:28.139Z | Downloaded match_cfg v0.1.0 |
1245 | 2025-07-18T16:14:28.139Z | Downloaded maplit v1.0.2 |
1246 | 2025-07-18T16:14:28.180Z | Downloaded rand_chacha v0.3.1 |
1247 | 2025-07-18T16:14:28.180Z | Downloaded proc-macro-crate v1.3.1 |
1248 | 2025-07-18T16:14:28.180Z | Downloaded base64 v0.22.1 |
1249 | 2025-07-18T16:14:28.180Z | Downloaded base64 v0.21.7 |
1250 | 2025-07-18T16:14:28.180Z | Downloaded rustc-hash v1.1.0 |
1251 | 2025-07-18T16:14:28.180Z | Downloaded lockfree-object-pool v0.1.6 |
1252 | 2025-07-18T16:14:28.180Z | Downloaded is_ci v1.2.0 |
1253 | 2025-07-18T16:14:28.180Z | Downloaded indent_write v2.2.0 |
1254 | 2025-07-18T16:14:28.180Z | Downloaded crossbeam-deque v0.8.5 |
1255 | 2025-07-18T16:14:28.181Z | Downloaded bzip2 v0.4.4 |
1256 | 2025-07-18T16:14:28.181Z | Downloaded buf-list v1.0.3 |
1257 | 2025-07-18T16:14:28.181Z | Downloaded blowfish v0.9.1 |
1258 | 2025-07-18T16:14:28.181Z | Downloaded block-padding v0.3.3 |
1259 | 2025-07-18T16:14:28.181Z | Downloaded bitfield-struct v0.6.2 |
1260 | 2025-07-18T16:14:28.181Z | Downloaded bitfield v0.14.0 |
1261 | 2025-07-18T16:14:28.181Z | Downloaded bit-vec v0.8.0 |
1262 | 2025-07-18T16:14:28.181Z | Downloaded bit-set v0.8.0 |
1263 | 2025-07-18T16:14:28.181Z | Downloaded atomicwrites v0.4.4 |
1264 | 2025-07-18T16:14:28.181Z | Downloaded libz-rs-sys v0.5.1 |
1265 | 2025-07-18T16:14:28.181Z | Downloaded libsw-core v0.3.1 |
1266 | 2025-07-18T16:14:28.181Z | Downloaded libsw v3.5.0 |
1267 | 2025-07-18T16:14:28.181Z | Downloaded libscf-sys v1.1.0 |
1268 | 2025-07-18T16:14:28.181Z | Downloaded libefi-sys v0.1.0 |
1269 | 2025-07-18T16:14:28.181Z | Downloaded lalrpop-util v0.19.12 |
1270 | 2025-07-18T16:14:28.181Z | Downloaded kstat-rs v0.2.4 |
1271 | 2025-07-18T16:14:28.181Z | Downloaded keccak v0.1.5 |
1272 | 2025-07-18T16:14:28.181Z | Downloaded internet-checksum v0.2.1 |
1273 | 2025-07-18T16:14:28.181Z | Downloaded instability v0.3.2 |
1274 | 2025-07-18T16:14:28.181Z | Downloaded ingot-types v0.1.2 |
1275 | 2025-07-18T16:14:28.181Z | Downloaded ingot-macros v0.1.1 |
1276 | 2025-07-18T16:14:28.181Z | Downloaded ingot v0.1.1 |
1277 | 2025-07-18T16:14:28.185Z | Downloaded indoc v1.0.9 |
1278 | 2025-07-18T16:14:28.185Z | Downloaded async-recursion v1.1.1 |
1279 | 2025-07-18T16:14:28.185Z | Downloaded allocator-api2 v0.2.21 |
1280 | 2025-07-18T16:14:28.185Z | Downloaded httparse v1.9.5 |
1281 | 2025-07-18T16:14:28.188Z | Downloaded hex v0.4.3 |
1282 | 2025-07-18T16:14:28.188Z | Downloaded heck v0.3.3 |
1283 | 2025-07-18T16:14:28.192Z | Downloaded bcrypt-pbkdf v0.10.0 |
1284 | 2025-07-18T16:14:28.192Z | Downloaded base16ct v0.2.0 |
1285 | 2025-07-18T16:14:28.192Z | Downloaded backoff v0.4.0 |
1286 | 2025-07-18T16:14:28.195Z | Downloaded array-init v0.0.4 |
1287 | 2025-07-18T16:14:28.195Z | Downloaded argon2 v0.5.3 |
1288 | 2025-07-18T16:14:28.346Z | Downloaded aws-lc-sys v0.26.0 |
1289 | 2025-07-18T16:14:28.641Z | Compiling value-bag v1.9.0 |
1290 | 2025-07-18T16:14:28.641Z | Compiling shlex v1.3.0 |
1291 | 2025-07-18T16:14:28.644Z | Compiling lock_api v0.4.12 |
1292 | 2025-07-18T16:14:28.644Z | Compiling scopeguard v1.2.0 |
1293 | 2025-07-18T16:14:28.645Z | Compiling typenum v1.17.0 |
1294 | 2025-07-18T16:14:28.645Z | Compiling generic-array v0.14.7 |
1295 | 2025-07-18T16:14:28.814Z | Compiling syn v2.0.104 |
1296 | 2025-07-18T16:14:28.818Z | Compiling getrandom v0.2.15 |
1297 | 2025-07-18T16:14:28.975Z | Compiling jobserver v0.1.32 |
1298 | 2025-07-18T16:14:29.146Z | Compiling rand_core v0.6.4 |
1299 | 2025-07-18T16:14:29.227Z | Compiling log v0.4.27 |
1300 | 2025-07-18T16:14:29.246Z | Compiling smallvec v1.15.0 |
1301 | 2025-07-18T16:14:29.370Z | Compiling cc v1.2.15 |
1302 | 2025-07-18T16:14:29.658Z | Compiling portable-atomic v1.11.0 |
1303 | 2025-07-18T16:14:29.675Z | Compiling critical-section v1.1.3 |
1304 | 2025-07-18T16:14:29.725Z | Compiling subtle v2.6.1 |
1305 | 2025-07-18T16:14:29.778Z | Compiling const-oid v0.9.6 |
1306 | 2025-07-18T16:14:29.846Z | Compiling pkg-config v0.3.31 |
1307 | 2025-07-18T16:14:29.981Z | Compiling pin-project-lite v0.2.14 |
1308 | 2025-07-18T16:14:30.061Z | Compiling parking_lot_core v0.9.10 |
1309 | 2025-07-18T16:14:30.129Z | Compiling rustix v0.38.37 |
1310 | 2025-07-18T16:14:30.957Z | Compiling signal-hook-registry v1.4.2 |
1311 | 2025-07-18T16:14:31.115Z | Compiling parking_lot v0.12.3 |
1312 | 2025-07-18T16:14:31.134Z | Compiling mio v1.0.2 |
1313 | 2025-07-18T16:14:31.172Z | Compiling futures-core v0.3.31 |
1314 | 2025-07-18T16:14:31.433Z | Compiling spin v0.9.8 |
1315 | 2025-07-18T16:14:31.630Z | Compiling either v1.15.0 |
1316 | 2025-07-18T16:14:31.800Z | Compiling once_cell v1.21.3 |
1317 | 2025-07-18T16:14:31.864Z | Compiling socket2 v0.5.10 |
1318 | 2025-07-18T16:14:31.896Z | Compiling aho-corasick v1.1.3 |
1319 | 2025-07-18T16:14:31.922Z | Compiling slab v0.4.9 |
1320 | 2025-07-18T16:14:32.032Z | Compiling regex-syntax v0.8.5 |
1321 | 2025-07-18T16:14:32.162Z | Compiling serde_json v1.0.140 |
1322 | 2025-07-18T16:14:32.182Z | Compiling libm v0.2.8 |
1323 | 2025-07-18T16:14:32.256Z | Compiling cpufeatures v0.2.14 |
1324 | 2025-07-18T16:14:32.532Z | Compiling num-traits v0.2.19 |
1325 | 2025-07-18T16:14:32.562Z | Compiling percent-encoding v2.3.1 |
1326 | 2025-07-18T16:14:32.579Z | Compiling futures-sink v0.3.31 |
1327 | 2025-07-18T16:14:32.686Z | Compiling getrandom v0.3.1 |
1328 | 2025-07-18T16:14:32.748Z | Compiling glob v0.3.2 |
1329 | 2025-07-18T16:14:33.198Z | Compiling prettyplease v0.2.35 |
1330 | 2025-07-18T16:14:33.295Z | Compiling lazy_static v1.5.0 |
1331 | 2025-07-18T16:14:33.449Z | Compiling minimal-lexical v0.2.1 |
1332 | 2025-07-18T16:14:33.571Z | Compiling foldhash v0.1.5 |
1333 | 2025-07-18T16:14:33.659Z | Compiling clang-sys v1.8.1 |
1334 | 2025-07-18T16:14:33.841Z | Compiling allocator-api2 v0.2.21 |
1335 | 2025-07-18T16:14:33.973Z | Compiling nom v7.1.3 |
1336 | 2025-07-18T16:14:34.255Z | Compiling libloading v0.8.5 |
1337 | 2025-07-18T16:14:34.414Z | Compiling home v0.5.9 |
1338 | 2025-07-18T16:14:34.556Z | Compiling hashbrown v0.15.4 |
1339 | 2025-07-18T16:14:34.638Z | Compiling base64ct v1.6.0 |
1340 | 2025-07-18T16:14:34.638Z | Compiling bindgen v0.69.5 |
1341 | 2025-07-18T16:14:35.201Z | Compiling pem-rfc7468 v0.7.0 |
1342 | 2025-07-18T16:14:35.563Z | Compiling regex-automata v0.4.8 |
1343 | 2025-07-18T16:14:35.761Z | Compiling futures-channel v0.3.31 |
1344 | 2025-07-18T16:14:35.795Z | Compiling itertools v0.12.1 |
1345 | 2025-07-18T16:14:36.132Z | Compiling synstructure v0.13.1 |
1346 | 2025-07-18T16:14:37.325Z | Compiling cexpr v0.6.0 |
1347 | 2025-07-18T16:14:37.502Z | Compiling futures-task v0.3.31 |
1348 | 2025-07-18T16:14:37.759Z | Compiling flagset v0.4.6 |
1349 | 2025-07-18T16:14:37.807Z | Compiling lazycell v1.3.0 |
1350 | 2025-07-18T16:14:37.996Z | Compiling futures-io v0.3.31 |
1351 | 2025-07-18T16:14:38.029Z | Compiling pin-utils v0.1.0 |
1352 | 2025-07-18T16:14:38.143Z | Compiling rustc-hash v1.1.0 |
1353 | 2025-07-18T16:14:38.266Z | Compiling cmake v0.1.51 |
1354 | 2025-07-18T16:14:38.310Z | Compiling dunce v1.0.5 |
1355 | 2025-07-18T16:14:38.463Z | Compiling zerocopy v0.8.26 |
1356 | 2025-07-18T16:14:38.661Z | Compiling fs_extra v1.3.0 |
1357 | 2025-07-18T16:14:38.812Z | Compiling form_urlencoded v1.2.1 |
1358 | 2025-07-18T16:14:38.980Z | Compiling paste v1.0.15 |
1359 | 2025-07-18T16:14:39.080Z | Compiling vcpkg v0.2.15 |
1360 | 2025-07-18T16:14:39.120Z | Compiling crossbeam-utils v0.8.21 |
1361 | 2025-07-18T16:14:39.205Z | Compiling ring v0.17.14 |
1362 | 2025-07-18T16:14:39.328Z | Compiling tracing-core v0.1.32 |
1363 | 2025-07-18T16:14:39.686Z | Compiling aws-lc-rs v1.12.4 |
1364 | 2025-07-18T16:14:40.137Z | Compiling iana-time-zone v0.1.63 |
1365 | 2025-07-18T16:14:40.506Z | Compiling rustls-pki-types v1.10.0 |
1366 | 2025-07-18T16:14:40.571Z | Compiling tinyvec_macros v0.1.1 |
1367 | 2025-07-18T16:14:40.638Z | Compiling openssl-sys v0.9.109 |
1368 | 2025-07-18T16:14:40.673Z | Compiling httparse v1.9.5 |
1369 | 2025-07-18T16:14:40.947Z | Compiling serde_derive v1.0.219 |
1370 | 2025-07-18T16:14:41.226Z | Compiling zeroize_derive v1.4.2 |
1371 | 2025-07-18T16:14:41.400Z | Compiling zerofrom-derive v0.1.4 |
1372 | 2025-07-18T16:14:41.564Z | Compiling yoke-derive v0.7.4 |
1373 | 2025-07-18T16:14:41.626Z | Compiling zerovec-derive v0.10.3 |
1374 | 2025-07-18T16:14:42.559Z | Compiling zeroize v1.8.1 |
1375 | 2025-07-18T16:14:43.934Z | Compiling displaydoc v0.2.5 |
1376 | 2025-07-18T16:14:43.983Z | Compiling zerocopy-derive v0.7.35 |
1377 | 2025-07-18T16:14:44.165Z | Compiling crypto-common v0.1.6 |
1378 | 2025-07-18T16:14:44.405Z | Compiling block-buffer v0.10.4 |
1379 | 2025-07-18T16:14:44.677Z | Compiling digest v0.10.7 |
1380 | 2025-07-18T16:14:44.698Z | Compiling zerofrom v0.1.4 |
1381 | 2025-07-18T16:14:44.939Z | Compiling yoke v0.7.4 |
1382 | 2025-07-18T16:14:45.145Z | Compiling tokio-macros v2.5.0 |
1383 | 2025-07-18T16:14:45.188Z | Compiling hmac v0.12.1 |
1384 | 2025-07-18T16:14:45.264Z | Compiling zerovec v0.10.4 |
1385 | 2025-07-18T16:14:45.315Z | Compiling icu_provider_macros v1.5.0 |
1386 | 2025-07-18T16:14:45.428Z | Compiling block-padding v0.3.3 |
1387 | 2025-07-18T16:14:45.520Z | Compiling sha2 v0.10.9 |
1388 | 2025-07-18T16:14:45.689Z | Compiling inout v0.1.3 |
1389 | 2025-07-18T16:14:45.832Z | Compiling zerocopy v0.7.35 |
1390 | 2025-07-18T16:14:45.977Z | Compiling cipher v0.4.4 |
1391 | 2025-07-18T16:14:46.331Z | Compiling regex v1.11.1 |
1392 | 2025-07-18T16:14:46.509Z | Compiling der_derive v0.7.3 |
1393 | 2025-07-18T16:14:46.572Z | Compiling futures-macro v0.3.31 |
1394 | 2025-07-18T16:14:47.132Z | Compiling tinystr v0.7.6 |
1395 | 2025-07-18T16:14:47.180Z | Compiling icu_collections v1.5.0 |
1396 | 2025-07-18T16:14:47.247Z | Compiling thiserror-impl v1.0.69 |
1397 | 2025-07-18T16:14:47.488Z | Compiling icu_locid v1.5.0 |
1398 | 2025-07-18T16:14:47.606Z | Compiling serde v1.0.219 |
1399 | 2025-07-18T16:14:48.339Z | Compiling ppv-lite86 v0.2.20 |
1400 | 2025-07-18T16:14:48.343Z | Compiling futures-util v0.3.31 |
1401 | 2025-07-18T16:14:48.667Z | Compiling icu_provider v1.5.0 |
1402 | 2025-07-18T16:14:48.727Z | Compiling der v0.7.9 |
1403 | 2025-07-18T16:14:49.089Z | Compiling salsa20 v0.10.2 |
1404 | 2025-07-18T16:14:49.337Z | Compiling icu_locid_transform v1.5.0 |
1405 | 2025-07-18T16:14:49.385Z | Compiling pbkdf2 v0.12.2 |
1406 | 2025-07-18T16:14:49.561Z | Compiling zerocopy-derive v0.8.26 |
1407 | 2025-07-18T16:14:49.582Z | Compiling scrypt v0.11.0 |
1408 | 2025-07-18T16:14:49.764Z | Compiling cbc v0.1.2 |
1409 | 2025-07-18T16:14:49.991Z | Compiling aes v0.8.4 |
1410 | 2025-07-18T16:14:50.011Z | Compiling thiserror v1.0.69 |
1411 | 2025-07-18T16:14:50.171Z | Compiling pest v2.7.14 |
1412 | 2025-07-18T16:14:50.373Z | Compiling tracing-attributes v0.1.27 |
1413 | 2025-07-18T16:14:51.509Z | Compiling icu_properties v1.5.1 |
1414 | 2025-07-18T16:14:51.537Z | Compiling spki v0.7.3 |
1415 | 2025-07-18T16:14:51.906Z | Compiling pkcs5 v0.7.1 |
1416 | 2025-07-18T16:14:52.642Z | Compiling bitflags v2.9.1 |
1417 | 2025-07-18T16:14:52.663Z | Compiling bytes v1.10.1 |
1418 | 2025-07-18T16:14:52.954Z | Compiling semver v1.0.26 |
1419 | 2025-07-18T16:14:53.092Z | Compiling indexmap v2.10.0 |
1420 | 2025-07-18T16:14:53.514Z | Compiling rustc_version v0.4.1 |
1421 | 2025-07-18T16:14:53.612Z | Compiling uuid v1.17.0 |
1422 | 2025-07-18T16:14:54.175Z | Compiling tokio v1.45.1 |
1423 | 2025-07-18T16:14:54.196Z | Compiling http v1.3.1 |
1424 | 2025-07-18T16:14:54.425Z | Compiling tracing v0.1.40 |
1425 | 2025-07-18T16:14:54.927Z | Compiling pest_meta v2.7.14 |
1426 | 2025-07-18T16:14:55.100Z | Compiling icu_normalizer v1.5.0 |
1427 | 2025-07-18T16:14:55.449Z | Compiling pkcs8 v0.10.2 |
1428 | 2025-07-18T16:14:55.943Z | Compiling http-body v1.0.1 |
1429 | 2025-07-18T16:14:56.094Z | Compiling idna_adapter v1.2.0 |
1430 | 2025-07-18T16:14:56.205Z | Compiling chrono v0.4.41 |
1431 | 2025-07-18T16:14:56.239Z | Compiling scroll_derive v0.12.0 |
1432 | 2025-07-18T16:14:56.335Z | Compiling idna v1.0.3 |
1433 | 2025-07-18T16:14:56.737Z | Compiling which v4.4.2 |
1434 | 2025-07-18T16:14:57.063Z | Compiling url v2.5.4 |
1435 | 2025-07-18T16:14:57.531Z | Compiling base64 v0.22.1 |
1436 | 2025-07-18T16:14:57.640Z | Compiling rustversion v1.0.17 |
1437 | 2025-07-18T16:14:57.768Z | Compiling scroll v0.12.0 |
1438 | 2025-07-18T16:14:58.248Z | Compiling rand_core v0.9.2 |
1439 | 2025-07-18T16:14:58.331Z | Compiling pest_generator v2.7.14 |
1440 | 2025-07-18T16:14:58.505Z | Compiling tinyvec v1.8.0 |
1441 | 2025-07-18T16:14:58.693Z | Compiling serde_derive_internals v0.29.1 |
1442 | 2025-07-18T16:14:58.770Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1443 | 2025-07-18T16:14:59.181Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1444 | 2025-07-18T16:14:59.289Z | Compiling tower-service v0.3.3 |
1445 | 2025-07-18T16:14:59.448Z | Compiling foreign-types-shared v0.1.1 |
1446 | 2025-07-18T16:14:59.529Z | Compiling openssl v0.10.73 |
1447 | 2025-07-18T16:14:59.587Z | Compiling time-core v0.1.2 |
1448 | 2025-07-18T16:14:59.786Z | Compiling powerfmt v0.2.0 |
1449 | 2025-07-18T16:14:59.946Z | Compiling try-lock v0.2.5 |
1450 | 2025-07-18T16:14:59.964Z | Compiling atomic-waker v1.1.2 |
1451 | 2025-07-18T16:14:59.968Z | Compiling untrusted v0.7.1 |
1452 | 2025-07-18T16:15:00.081Z | Compiling adler2 v2.0.0 |
1453 | 2025-07-18T16:15:00.100Z | Compiling num-conv v0.1.0 |
1454 | 2025-07-18T16:15:00.168Z | Compiling untrusted v0.9.0 |
1455 | 2025-07-18T16:15:00.190Z | Compiling openssl-probe v0.1.5 |
1456 | 2025-07-18T16:15:00.193Z | Compiling schemars v0.8.22 |
1457 | 2025-07-18T16:15:00.293Z | Compiling miniz_oxide v0.8.5 |
1458 | 2025-07-18T16:15:00.388Z | Compiling time-macros v0.2.18 |
1459 | 2025-07-18T16:15:00.503Z | Compiling pest_derive v2.7.14 |
1460 | 2025-07-18T16:15:00.586Z | Compiling want v0.3.1 |
1461 | 2025-07-18T16:15:00.799Z | Compiling schemars_derive v0.8.22 |
1462 | 2025-07-18T16:15:00.884Z | Compiling deranged v0.3.11 |
1463 | 2025-07-18T16:15:01.319Z | Compiling goblin v0.8.2 |
1464 | 2025-07-18T16:15:02.304Z | Compiling tokio-util v0.7.15 |
1465 | 2025-07-18T16:15:03.194Z | Compiling foreign-types v0.3.2 |
1466 | 2025-07-18T16:15:03.622Z | Compiling h2 v0.4.6 |
1467 | 2025-07-18T16:15:04.424Z | Compiling rand_chacha v0.9.0 |
1468 | 2025-07-18T16:15:05.116Z | Compiling ipnet v2.11.0 |
1469 | 2025-07-18T16:15:06.080Z | Compiling openssl-macros v0.1.1 |
1470 | 2025-07-18T16:15:06.135Z | Compiling syn v1.0.109 |
1471 | 2025-07-18T16:15:06.758Z | Compiling httpdate v1.0.3 |
1472 | 2025-07-18T16:15:06.805Z | Compiling rustls v0.23.19 |
1473 | 2025-07-18T16:15:06.871Z | Compiling native-tls v0.2.12 |
1474 | 2025-07-18T16:15:07.119Z | Compiling num_threads v0.1.7 |
1475 | 2025-07-18T16:15:07.181Z | Compiling dyn-clone v1.0.19 |
1476 | 2025-07-18T16:15:07.262Z | Compiling time v0.3.36 |
1477 | 2025-07-18T16:15:07.295Z | Compiling dof v0.3.0 |
1478 | 2025-07-18T16:15:09.289Z | Compiling rand v0.9.1 |
1479 | 2025-07-18T16:15:10.077Z | Compiling dtrace-parser v0.2.0 |
1480 | 2025-07-18T16:15:10.688Z | Compiling hyper v1.6.0 |
1481 | 2025-07-18T16:15:10.996Z | Compiling unicode-normalization v0.1.24 |
1482 | 2025-07-18T16:15:11.817Z | Compiling heapless v0.7.17 |
1483 | 2025-07-18T16:15:11.899Z | Compiling signature v2.2.0 |
1484 | 2025-07-18T16:15:12.020Z | Compiling crossbeam-epoch v0.9.18 |
1485 | 2025-07-18T16:15:12.209Z | Compiling cookie v0.18.1 |
1486 | 2025-07-18T16:15:12.266Z | Compiling crc32fast v1.4.2 |
1487 | 2025-07-18T16:15:12.547Z | Compiling rayon-core v1.12.1 |
1488 | 2025-07-18T16:15:12.614Z | Compiling signal-hook v0.3.17 |
1489 | 2025-07-18T16:15:12.648Z | Compiling siphasher v0.3.11 |
1490 | 2025-07-18T16:15:12.856Z | Compiling unicode-properties v0.1.3 |
1491 | 2025-07-18T16:15:12.882Z | Compiling unicode-bidi v0.3.17 |
1492 | 2025-07-18T16:15:12.922Z | Compiling zlib-rs v0.5.1 |
1493 | 2025-07-18T16:15:13.051Z | Compiling slog v2.7.0 |
1494 | 2025-07-18T16:15:13.278Z | Compiling zstd-safe v7.2.3 |
1495 | 2025-07-18T16:15:13.638Z | Compiling stringprep v0.1.5 |
1496 | 2025-07-18T16:15:13.654Z | Compiling phf_shared v0.11.2 |
1497 | 2025-07-18T16:15:14.024Z | Compiling hyper-util v0.1.14 |
1498 | 2025-07-18T16:15:14.178Z | Compiling crossbeam-deque v0.8.5 |
1499 | 2025-07-18T16:15:14.557Z | Compiling usdt-impl v0.5.0 |
1500 | 2025-07-18T16:15:14.621Z | Compiling curve25519-dalek v4.1.3 |
1501 | 2025-07-18T16:15:14.649Z | Compiling serde_tokenstream v0.2.2 |
1502 | 2025-07-18T16:15:15.201Z | Compiling serde_spanned v0.6.9 |
1503 | 2025-07-18T16:15:15.284Z | Compiling toml_datetime v0.6.11 |
1504 | 2025-07-18T16:15:15.443Z | Compiling rand_chacha v0.3.1 |
1505 | 2025-07-18T16:15:15.795Z | Compiling md-5 v0.10.6 |
1506 | 2025-07-18T16:15:15.816Z | Compiling num-integer v0.1.46 |
1507 | 2025-07-18T16:15:16.109Z | Compiling sync_wrapper v1.0.1 |
1508 | 2025-07-18T16:15:16.134Z | Compiling ff v0.13.0 |
1509 | 2025-07-18T16:15:16.279Z | Compiling hash32 v0.2.1 |
1510 | 2025-07-18T16:15:16.370Z | Compiling memoffset v0.9.1 |
1511 | 2025-07-18T16:15:16.484Z | Compiling gimli v0.31.1 |
1512 | 2025-07-18T16:15:16.630Z | Compiling cfg_aliases v0.2.1 |
1513 | 2025-07-18T16:15:16.704Z | Compiling base16ct v0.2.0 |
1514 | 2025-07-18T16:15:16.747Z | Compiling tower-layer v0.3.3 |
1515 | 2025-07-18T16:15:17.052Z | Compiling smoltcp v0.9.1 |
1516 | 2025-07-18T16:15:17.071Z | Compiling litrs v0.4.1 |
1517 | 2025-07-18T16:15:17.540Z | Compiling psl-types v2.0.11 |
1518 | 2025-07-18T16:15:17.613Z | Compiling num-bigint-dig v0.8.4 |
1519 | 2025-07-18T16:15:17.709Z | Compiling newtype-uuid v1.2.4 |
1520 | 2025-07-18T16:15:17.768Z | Compiling fallible-iterator v0.2.0 |
1521 | 2025-07-18T16:15:17.973Z | Compiling publicsuffix v2.3.0 |
1522 | 2025-07-18T16:15:18.123Z | Compiling tower v0.5.2 |
1523 | 2025-07-18T16:15:18.203Z | Compiling document-features v0.2.10 |
1524 | 2025-07-18T16:15:18.277Z | Compiling sec1 v0.7.3 |
1525 | 2025-07-18T16:15:18.435Z | Compiling postgres-protocol v0.6.8 |
1526 | 2025-07-18T16:15:18.802Z | Compiling nix v0.29.0 |
1527 | 2025-07-18T16:15:19.059Z | Compiling libz-rs-sys v0.5.1 |
1528 | 2025-07-18T16:15:19.342Z | Compiling flate2 v1.1.2 |
1529 | 2025-07-18T16:15:19.630Z | Compiling group v0.13.0 |
1530 | 2025-07-18T16:15:19.651Z | Compiling num-iter v0.1.45 |
1531 | 2025-07-18T16:15:19.917Z | Compiling rand v0.8.5 |
1532 | 2025-07-18T16:15:20.214Z | Compiling tokio-native-tls v0.3.1 |
1533 | 2025-07-18T16:15:20.504Z | Compiling addr2line v0.24.2 |
1534 | 2025-07-18T16:15:21.185Z | Compiling ipnetwork v0.21.1 |
1535 | 2025-07-18T16:15:21.189Z | Compiling strum_macros v0.27.1 |
1536 | 2025-07-18T16:15:21.189Z | Compiling rustls-native-certs v0.8.1 |
1537 | 2025-07-18T16:15:21.488Z | Compiling terminal_size v0.4.0 |
1538 | 2025-07-18T16:15:21.709Z | Compiling http-body-util v0.1.3 |
1539 | 2025-07-18T16:15:21.728Z | Compiling hkdf v0.12.4 |
1540 | 2025-07-18T16:15:21.798Z | Compiling crypto-bigint v0.5.5 |
1541 | 2025-07-18T16:15:21.936Z | Compiling webpki-roots v1.0.1 |
1542 | 2025-07-18T16:15:22.003Z | Compiling curve25519-dalek-derive v0.1.1 |
1543 | 2025-07-18T16:15:22.024Z | Compiling thiserror-impl v2.0.12 |
1544 | 2025-07-18T16:15:22.145Z | Compiling async-trait v0.1.88 |
1545 | 2025-07-18T16:15:22.192Z | Compiling object v0.36.5 |
1546 | 2025-07-18T16:15:23.419Z | Compiling ahash v0.8.11 |
1547 | 2025-07-18T16:15:23.805Z | Compiling fs-err v3.1.1 |
1548 | 2025-07-18T16:15:24.159Z | Compiling managed v0.8.0 |
1549 | 2025-07-18T16:15:24.614Z | Compiling simd-adler32 v0.3.7 |
1550 | 2025-07-18T16:15:24.689Z | Compiling buf-list v1.0.3 |
1551 | 2025-07-18T16:15:25.152Z | Compiling rustc-demangle v0.1.24 |
1552 | 2025-07-18T16:15:25.152Z | Compiling iri-string v0.7.8 |
1553 | 2025-07-18T16:15:25.300Z | Compiling bumpalo v3.16.0 |
1554 | 2025-07-18T16:15:25.777Z | Compiling lockfree-object-pool v0.1.6 |
1555 | 2025-07-18T16:15:26.045Z | Compiling bitflags v1.3.2 |
1556 | 2025-07-18T16:15:26.065Z | Compiling anyhow v1.0.98 |
1557 | 2025-07-18T16:15:26.099Z | Compiling winnow v0.5.40 |
1558 | 2025-07-18T16:15:26.126Z | Compiling hubpack_derive v0.1.1 |
1559 | 2025-07-18T16:15:26.994Z | Compiling hubpack v0.1.2 |
1560 | 2025-07-18T16:15:27.091Z | Compiling strum v0.27.1 |
1561 | 2025-07-18T16:15:27.298Z | Compiling clap_builder v4.5.40 |
1562 | 2025-07-18T16:15:27.399Z | Compiling zopfli v0.8.1 |
1563 | 2025-07-18T16:15:27.577Z | Compiling thiserror v2.0.12 |
1564 | 2025-07-18T16:15:27.766Z | Compiling elliptic-curve v0.13.8 |
1565 | 2025-07-18T16:15:28.101Z | Compiling tower-http v0.6.6 |
1566 | 2025-07-18T16:15:28.635Z | Compiling console v0.15.10 |
1567 | 2025-07-18T16:15:28.930Z | Compiling backtrace v0.3.74 |
1568 | 2025-07-18T16:15:29.104Z | Compiling hyper-tls v0.6.0 |
1569 | 2025-07-18T16:15:29.282Z | Compiling oxnet v0.1.2 |
1570 | 2025-07-18T16:15:29.508Z | Compiling toml_edit v0.19.15 |
1571 | 2025-07-18T16:15:29.925Z | Compiling rayon v1.10.0 |
1572 | 2025-07-18T16:15:30.051Z | Compiling signal-hook-mio v0.2.4 |
1573 | 2025-07-18T16:15:30.248Z | Compiling cookie_store v0.21.1 |
1574 | 2025-07-18T16:15:31.693Z | Compiling zstd v0.13.3 |
1575 | 2025-07-18T16:15:31.872Z | Compiling postgres-types v0.2.9 |
1576 | 2025-07-18T16:15:32.764Z | Compiling usdt-macro v0.5.0 |
1577 | 2025-07-18T16:15:33.142Z | Compiling usdt-attr-macro v0.5.0 |
1578 | 2025-07-18T16:15:34.200Z | Compiling phf v0.11.2 |
1579 | 2025-07-18T16:15:34.262Z | Compiling ed25519 v2.2.3 |
1580 | 2025-07-18T16:15:34.512Z | Compiling bzip2 v0.4.4 |
1581 | 2025-07-18T16:15:34.676Z | Compiling bzip2 v0.5.2 |
1582 | 2025-07-18T16:15:34.902Z | Compiling strum_macros v0.26.4 |
1583 | 2025-07-18T16:15:34.923Z | Compiling pkcs1 v0.7.5 |
1584 | 2025-07-18T16:15:35.061Z | Compiling serde-big-array v0.5.1 |
1585 | 2025-07-18T16:15:35.317Z | Compiling serde_urlencoded v0.7.1 |
1586 | 2025-07-18T16:15:35.799Z | Compiling rfc6979 v0.4.0 |
1587 | 2025-07-18T16:15:35.840Z | Compiling serde_repr v0.1.19 |
1588 | 2025-07-18T16:15:36.010Z | Compiling daft-derive v0.1.4 |
1589 | 2025-07-18T16:15:36.059Z | Compiling enum-as-inner v0.6.1 |
1590 | 2025-07-18T16:15:36.062Z | Compiling clap_derive v4.5.40 |
1591 | 2025-07-18T16:15:36.285Z | Compiling bstr v1.10.0 |
1592 | 2025-07-18T16:15:36.954Z | Compiling float-cmp v0.10.0 |
1593 | 2025-07-18T16:15:37.117Z | Compiling encoding_rs v0.8.34 |
1594 | 2025-07-18T16:15:37.218Z | Compiling predicates-core v1.0.8 |
1595 | 2025-07-18T16:15:37.522Z | Compiling data-encoding v2.9.0 |
1596 | 2025-07-18T16:15:37.606Z | Compiling normalize-line-endings v0.3.0 |
1597 | 2025-07-18T16:15:37.755Z | Compiling number_prefix v0.4.0 |
1598 | 2025-07-18T16:15:37.777Z | Compiling whoami v1.5.2 |
1599 | 2025-07-18T16:15:38.027Z | Compiling static_assertions v1.1.0 |
1600 | 2025-07-18T16:15:38.152Z | Compiling difflib v0.4.0 |
1601 | 2025-07-18T16:15:38.387Z | Compiling new_debug_unreachable v1.0.6 |
1602 | 2025-07-18T16:15:38.507Z | Compiling unicode-segmentation v1.12.0 |
1603 | 2025-07-18T16:15:39.239Z | Compiling mime v0.3.17 |
1604 | 2025-07-18T16:15:39.316Z | Compiling precomputed-hash v0.1.1 |
1605 | 2025-07-18T16:15:39.340Z | Compiling fixedbitset v0.4.2 |
1606 | 2025-07-18T16:15:39.459Z | Compiling string_cache v0.8.9 |
1607 | 2025-07-18T16:15:39.478Z | Compiling strum v0.26.3 |
1608 | 2025-07-18T16:15:39.680Z | Compiling petgraph v0.6.5 |
1609 | 2025-07-18T16:15:39.737Z | Compiling similar v2.7.0 |
1610 | 2025-07-18T16:15:39.757Z | Compiling predicates v3.1.3 |
1611 | 2025-07-18T16:15:39.892Z | Compiling hickory-proto v0.25.2 |
1612 | 2025-07-18T16:15:40.468Z | Compiling clap v4.5.40 |
1613 | 2025-07-18T16:15:40.604Z | Compiling tokio-postgres v0.7.13 |
1614 | 2025-07-18T16:15:40.766Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1615 | 2025-07-18T16:15:41.137Z | Compiling indicatif v0.17.11 |
1616 | 2025-07-18T16:15:41.681Z | Compiling toml_edit v0.22.27 |
1617 | 2025-07-18T16:15:42.798Z | Compiling daft v0.1.4 |
1618 | 2025-07-18T16:15:43.080Z | Compiling usdt v0.5.0 |
1619 | 2025-07-18T16:15:43.350Z | Compiling ecdsa v0.16.9 |
1620 | 2025-07-18T16:15:43.392Z | Compiling rsa v0.9.6 |
1621 | 2025-07-18T16:15:43.550Z | Compiling zip v4.2.0 |
1622 | 2025-07-18T16:15:44.164Z | Compiling zip v0.6.6 |
1623 | 2025-07-18T16:15:45.437Z | Compiling ed25519-dalek v2.1.1 |
1624 | 2025-07-18T16:15:45.637Z | Compiling toml v0.7.8 |
1625 | 2025-07-18T16:15:46.759Z | Compiling crossterm v0.28.1 |
1626 | 2025-07-18T16:15:48.174Z | Compiling tokio-stream v0.1.17 |
1627 | 2025-07-18T16:15:48.346Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1628 | 2025-07-18T16:15:48.444Z | Compiling openapiv3 v2.2.0 |
1629 | 2025-07-18T16:15:48.507Z | Compiling x509-cert v0.2.5 |
1630 | 2025-07-18T16:15:48.762Z | Compiling sha1 v0.10.6 |
1631 | 2025-07-18T16:15:49.126Z | Compiling itertools v0.10.5 |
1632 | 2025-07-18T16:15:49.191Z | Compiling itertools v0.13.0 |
1633 | 2025-07-18T16:15:49.948Z | Compiling dirs-sys-next v0.1.2 |
1634 | 2025-07-18T16:15:50.511Z | Compiling winnow v0.6.26 |
1635 | 2025-07-18T16:15:50.772Z | Compiling peg-runtime v0.8.5 |
1636 | 2025-07-18T16:15:51.256Z | Compiling rustc-hash v2.1.1 |
1637 | 2025-07-18T16:15:51.363Z | Compiling lalrpop-util v0.19.12 |
1638 | 2025-07-18T16:15:52.089Z | Compiling dirs-next v2.0.0 |
1639 | 2025-07-18T16:15:52.115Z | Compiling thread_local v1.1.8 |
1640 | 2025-07-18T16:15:52.115Z | Compiling slog-async v2.8.0 |
1641 | 2025-07-18T16:15:52.115Z | Compiling term v0.7.0 |
1642 | 2025-07-18T16:15:52.123Z | Compiling xattr v1.3.1 |
1643 | 2025-07-18T16:15:52.127Z | Compiling futures-executor v0.3.31 |
1644 | 2025-07-18T16:15:52.256Z | Compiling crossbeam-channel v0.5.15 |
1645 | 2025-07-18T16:15:52.342Z | Compiling filetime v0.2.25 |
1646 | 2025-07-18T16:15:52.403Z | Compiling is-terminal v0.4.13 |
1647 | 2025-07-18T16:15:52.565Z | Compiling take_mut v0.2.2 |
1648 | 2025-07-18T16:15:52.589Z | Compiling tar v0.4.44 |
1649 | 2025-07-18T16:15:52.661Z | Compiling slog-term v2.9.1 |
1650 | 2025-07-18T16:15:52.751Z | Compiling futures v0.3.31 |
1651 | 2025-07-18T16:15:52.885Z | Compiling camino v1.1.10 |
1652 | 2025-07-18T16:15:58.213Z | Compiling aws-lc-sys v0.26.0 |
1653 | 2025-07-18T16:16:33.189Z | Compiling rustls-webpki v0.102.8 |
1654 | 2025-07-18T16:16:38.410Z | Compiling tokio-rustls v0.26.0 |
1655 | 2025-07-18T16:16:38.678Z | Compiling hyper-rustls v0.27.7 |
1656 | 2025-07-18T16:16:39.050Z | Compiling reqwest v0.12.22 |
1657 | 2025-07-18T16:16:42.524Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1658 | 2025-07-18T16:16:42.820Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1659 | 2025-07-18T16:16:47.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1660 | 2025-07-18T16:16:47.593Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1661 | 2025-07-18T16:16:47.651Z | Jul 18 16:16:46.157 INFO Starting download, target: Clickhouse |
1662 | 2025-07-18T16:16:47.651Z | Jul 18 16:16:46.157 INFO Starting download, target: Cockroach |
1663 | 2025-07-18T16:16:47.651Z | Jul 18 16:16:46.157 INFO Starting download, target: Console |
1664 | 2025-07-18T16:16:47.651Z | Jul 18 16:16:46.157 INFO Starting download, target: DendriteStub |
1665 | 2025-07-18T16:16:47.655Z | Jul 18 16:16:46.157 INFO Starting download, target: MaghemiteMgd |
1666 | 2025-07-18T16:16:47.655Z | Jul 18 16:16:46.157 INFO Starting download, target: TransceiverControl |
1667 | 2025-07-18T16:16:47.655Z | Jul 18 16:16:46.158 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1668 | 2025-07-18T16:16:47.655Z | Jul 18 16:16:46.158 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1669 | 2025-07-18T16:16:47.655Z | Jul 18 16:16:46.158 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1670 | 2025-07-18T16:16:47.655Z | Jul 18 16:16:46.158 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1671 | 2025-07-18T16:16:47.655Z | Jul 18 16:16:46.158 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1672 | 2025-07-18T16:16:47.655Z | Jul 18 16:16:46.158 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1673 | 2025-07-18T16:16:48.025Z | Jul 18 16:16:46.524 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1674 | 2025-07-18T16:16:48.230Z | Jul 18 16:16:46.726 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1675 | 2025-07-18T16:16:48.440Z | Jul 18 16:16:46.937 INFO Download complete, target: TransceiverControl |
1676 | 2025-07-18T16:16:48.663Z | Jul 18 16:16:47.149 INFO Download complete, target: Console |
1677 | 2025-07-18T16:16:49.037Z | Jul 18 16:16:47.542 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1678 | 2025-07-18T16:16:49.072Z | Jul 18 16:16:47.578 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1679 | 2025-07-18T16:16:49.497Z | Jul 18 16:16:48.004 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1680 | 2025-07-18T16:16:49.497Z | Jul 18 16:16:48.004 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1681 | 2025-07-18T16:16:49.907Z | Jul 18 16:16:48.413 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1682 | 2025-07-18T16:16:52.467Z | Jul 18 16:16:50.973 INFO Download complete, target: MaghemiteMgd |
1683 | 2025-07-18T16:16:52.506Z | Jul 18 16:16:51.012 INFO Download complete, target: DendriteStub |
1684 | 2025-07-18T16:16:55.988Z | Jul 18 16:16:54.493 INFO Checking that binary works, target: Cockroach |
1685 | 2025-07-18T16:16:56.151Z | Jul 18 16:16:54.657 INFO Download complete, target: Cockroach |
1686 | 2025-07-18T16:17:00.070Z | Jul 18 16:16:58.575 INFO Checking that binary works, target: Clickhouse |
1687 | 2025-07-18T16:17:00.284Z | Jul 18 16:16:58.788 INFO Download complete, target: Clickhouse |
1688 | 2025-07-18T16:17:00.307Z | All builder prerequisites installed successfully, and PATH looks valid |
1689 | 2025-07-18T16:17:00.310Z | |
1690 | 2025-07-18T16:17:00.310Z | real 4:55.643805697 |
1691 | 2025-07-18T16:17:00.310Z | user 16:19.243425209 |
1692 | 2025-07-18T16:17:00.310Z | sys 2:18.721968758 |
1693 | 2025-07-18T16:17:00.310Z | trap 0.598771219 |
1694 | 2025-07-18T16:17:00.310Z | tflt 4.547775652 |
1695 | 2025-07-18T16:17:00.310Z | dflt 4.738782028 |
1696 | 2025-07-18T16:17:00.310Z | kflt 0.349271409 |
1697 | 2025-07-18T16:17:00.311Z | lock 38:36.667725945 |
1698 | 2025-07-18T16:17:00.311Z | slp 1:00:43.367211548 |
1699 | 2025-07-18T16:17:00.311Z | lat 1:09.913219908 |
1700 | 2025-07-18T16:17:00.311Z | stop 2:45.064507350 |
1701 | 2025-07-18T16:17:00.311Z | + banner clippy |
1702 | 2025-07-18T16:17:00.314Z | |
1703 | 2025-07-18T16:17:00.314Z | #### # # ##### ##### # # |
1704 | 2025-07-18T16:17:00.314Z | # # # # # # # # # # |
1705 | 2025-07-18T16:17:00.314Z | # # # # # # # # |
1706 | 2025-07-18T16:17:00.314Z | # # # ##### ##### # |
1707 | 2025-07-18T16:17:00.314Z | # # # # # # # |
1708 | 2025-07-18T16:17:00.314Z | #### ###### # # # # |
1709 | 2025-07-18T16:17:00.314Z | |
1710 | 2025-07-18T16:17:00.314Z | + export CARGO_INCREMENTAL=0 |
1711 | 2025-07-18T16:17:00.314Z | + CARGO_INCREMENTAL=0 |
1712 | 2025-07-18T16:17:00.314Z | + ptime -m cargo xtask clippy |
1713 | 2025-07-18T16:17:01.040Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1714 | 2025-07-18T16:17:01.339Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1715 | 2025-07-18T16:17:04.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
1716 | 2025-07-18T16:17:04.498Z | Running `target/debug/xtask clippy` |
1717 | 2025-07-18T16:17:04.526Z | running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1718 | 2025-07-18T16:17:05.332Z | Downloading crates ... |
1719 | 2025-07-18T16:17:05.643Z | Downloaded anes v0.1.6 |
1720 | 2025-07-18T16:17:05.658Z | Downloaded approx v0.5.1 |
1721 | 2025-07-18T16:17:05.662Z | Downloaded assert_cmd v2.0.17 |
1722 | 2025-07-18T16:17:05.665Z | Downloaded async-attributes v1.1.2 |
1723 | 2025-07-18T16:17:05.668Z | Downloaded assert-json-diff v2.0.2 |
1724 | 2025-07-18T16:17:05.668Z | Downloaded async-channel v1.9.0 |
1725 | 2025-07-18T16:17:05.672Z | Downloaded doc-comment v0.3.3 |
1726 | 2025-07-18T16:17:05.672Z | Downloaded httptest v0.16.3 |
1727 | 2025-07-18T16:17:05.678Z | Downloaded async-object-pool v0.1.5 |
1728 | 2025-07-18T16:17:05.681Z | Downloaded stringmetrics v2.2.2 |
1729 | 2025-07-18T16:17:05.681Z | Downloaded futures-lite v2.3.0 |
1730 | 2025-07-18T16:17:05.686Z | Downloaded async-channel v2.3.1 |
1731 | 2025-07-18T16:17:05.686Z | Downloaded async-io v2.3.4 |
1732 | 2025-07-18T16:17:05.692Z | Downloaded guppy-workspace-hack v0.1.0 |
1733 | 2025-07-18T16:17:05.697Z | Downloaded serde_regex v1.1.0 |
1734 | 2025-07-18T16:17:05.697Z | Downloaded event-listener-strategy v0.5.2 |
1735 | 2025-07-18T16:17:05.700Z | Downloaded criterion-plot v0.5.0 |
1736 | 2025-07-18T16:17:05.703Z | Downloaded async-process v2.3.0 |
1737 | 2025-07-18T16:17:05.704Z | Downloaded escape8259 v0.5.3 |
1738 | 2025-07-18T16:17:05.707Z | Downloaded proc-macro-crate v3.2.0 |
1739 | 2025-07-18T16:17:05.710Z | Downloaded futures-timer v3.0.3 |
1740 | 2025-07-18T16:17:05.710Z | Downloaded plotters-backend v0.3.7 |
1741 | 2025-07-18T16:17:05.710Z | Downloaded piper v0.2.4 |
1742 | 2025-07-18T16:17:05.713Z | Downloaded pathdiff v0.2.3 |
1743 | 2025-07-18T16:17:05.713Z | Downloaded concurrent-queue v2.5.0 |
1744 | 2025-07-18T16:17:05.717Z | Downloaded nested v0.1.1 |
1745 | 2025-07-18T16:17:05.717Z | Downloaded fancy-regex v0.14.0 |
1746 | 2025-07-18T16:17:05.720Z | Downloaded plotters-svg v0.3.7 |
1747 | 2025-07-18T16:17:05.720Z | Downloaded event-listener v2.5.3 |
1748 | 2025-07-18T16:17:05.724Z | Downloaded kv-log-macro v1.0.7 |
1749 | 2025-07-18T16:17:05.727Z | Downloaded async-signal v0.2.10 |
1750 | 2025-07-18T16:17:05.727Z | Downloaded async-global-executor v2.4.1 |
1751 | 2025-07-18T16:17:05.730Z | Downloaded libtest-mimic v0.8.1 |
1752 | 2025-07-18T16:17:05.730Z | Downloaded async-executor v1.13.1 |
1753 | 2025-07-18T16:17:05.733Z | Downloaded target-triple v0.1.3 |
1754 | 2025-07-18T16:17:05.733Z | Downloaded path-tree v0.8.1 |
1755 | 2025-07-18T16:17:05.733Z | Downloaded parking v2.2.1 |
1756 | 2025-07-18T16:17:05.737Z | Downloaded relative-path v1.9.3 |
1757 | 2025-07-18T16:17:05.737Z | Downloaded oorandom v11.1.4 |
1758 | 2025-07-18T16:17:05.737Z | Downloaded blocking v1.6.1 |
1759 | 2025-07-18T16:17:05.737Z | Downloaded datatest-stable v0.3.2 |
1760 | 2025-07-18T16:17:05.740Z | Downloaded cast v0.3.0 |
1761 | 2025-07-18T16:17:05.744Z | Downloaded trybuild v1.0.105 |
1762 | 2025-07-18T16:17:05.747Z | Downloaded similar-asserts v1.7.0 |
1763 | 2025-07-18T16:17:05.750Z | Downloaded tinytemplate v1.2.1 |
1764 | 2025-07-18T16:17:05.750Z | Downloaded partial-io v0.5.4 |
1765 | 2025-07-18T16:17:05.753Z | Downloaded blake2b_simd v1.0.2 |
1766 | 2025-07-18T16:17:05.753Z | Downloaded async-task v4.7.1 |
1767 | 2025-07-18T16:17:05.756Z | Downloaded target-spec v3.4.2 |
1768 | 2025-07-18T16:17:05.756Z | Downloaded event-listener v5.3.1 |
1769 | 2025-07-18T16:17:05.759Z | Downloaded target-lexicon v0.13.2 |
1770 | 2025-07-18T16:17:05.762Z | Downloaded rust-argon2 v2.1.0 |
1771 | 2025-07-18T16:17:05.762Z | Downloaded rstest v0.25.0 |
1772 | 2025-07-18T16:17:05.767Z | Downloaded async-lock v3.4.0 |
1773 | 2025-07-18T16:17:05.770Z | Downloaded cfg-expr v0.18.0 |
1774 | 2025-07-18T16:17:05.773Z | Downloaded rand_distr v0.4.3 |
1775 | 2025-07-18T16:17:05.777Z | Downloaded rstest_macros v0.25.0 |
1776 | 2025-07-18T16:17:05.781Z | Downloaded polling v3.7.3 |
1777 | 2025-07-18T16:17:05.781Z | Downloaded criterion v0.6.0 |
1778 | 2025-07-18T16:17:05.785Z | Downloaded guppy v0.17.19 |
1779 | 2025-07-18T16:17:05.791Z | Downloaded plotters v0.3.7 |
1780 | 2025-07-18T16:17:05.808Z | Downloaded async-std v1.13.0 |
1781 | 2025-07-18T16:17:05.868Z | Downloaded petgraph v0.7.1 |
1782 | 2025-07-18T16:17:05.910Z | Downloaded httpmock v0.8.0-alpha.1 |
1783 | 2025-07-18T16:17:07.761Z | Checking cfg-if v1.0.1 |
1784 | 2025-07-18T16:17:08.139Z | Checking libc v0.2.174 |
1785 | 2025-07-18T16:17:08.180Z | Checking serde v1.0.219 |
1786 | 2025-07-18T16:17:08.222Z | Checking memchr v2.7.4 |
1787 | 2025-07-18T16:17:08.263Z | Checking smallvec v1.15.0 |
1788 | 2025-07-18T16:17:08.309Z | Checking value-bag v1.9.0 |
1789 | 2025-07-18T16:17:08.321Z | Checking itoa v1.0.11 |
1790 | 2025-07-18T16:17:08.447Z | Checking scopeguard v1.2.0 |
1791 | 2025-07-18T16:17:08.511Z | Checking zeroize v1.8.1 |
1792 | 2025-07-18T16:17:08.645Z | Checking libm v0.2.8 |
1793 | 2025-07-18T16:17:08.703Z | Checking lock_api v0.4.12 |
1794 | 2025-07-18T16:17:08.703Z | Checking pin-project-lite v0.2.14 |
1795 | 2025-07-18T16:17:08.863Z | Checking stable_deref_trait v1.2.0 |
1796 | 2025-07-18T16:17:08.919Z | Checking log v0.4.27 |
1797 | 2025-07-18T16:17:08.984Z | Checking ryu v1.0.18 |
1798 | 2025-07-18T16:17:09.052Z | Checking zerofrom v0.1.4 |
1799 | 2025-07-18T16:17:09.113Z | Checking portable-atomic v1.11.0 |
1800 | 2025-07-18T16:17:09.194Z | Checking subtle v2.6.1 |
1801 | 2025-07-18T16:17:09.250Z | Checking getrandom v0.2.15 |
1802 | 2025-07-18T16:17:09.309Z | Checking parking_lot_core v0.9.10 |
1803 | 2025-07-18T16:17:09.358Z | Checking yoke v0.7.4 |
1804 | 2025-07-18T16:17:09.512Z | Checking critical-section v1.1.3 |
1805 | 2025-07-18T16:17:09.563Z | Checking percent-encoding v2.3.1 |
1806 | 2025-07-18T16:17:09.566Z | Checking rand_core v0.6.4 |
1807 | 2025-07-18T16:17:09.650Z | Checking num-traits v0.2.19 |
1808 | 2025-07-18T16:17:09.702Z | Checking byteorder v1.5.0 |
1809 | 2025-07-18T16:17:09.705Z | Checking writeable v0.5.5 |
1810 | 2025-07-18T16:17:09.818Z | Checking litemap v0.7.3 |
1811 | 2025-07-18T16:17:09.821Z | Checking zerovec v0.10.4 |
1812 | 2025-07-18T16:17:09.967Z | Checking parking_lot v0.12.3 |
1813 | 2025-07-18T16:17:10.099Z | Checking signal-hook-registry v1.4.2 |
1814 | 2025-07-18T16:17:10.199Z | Checking once_cell v1.21.3 |
1815 | 2025-07-18T16:17:10.202Z | Checking icu_locid_transform_data v1.5.0 |
1816 | 2025-07-18T16:17:10.321Z | Checking icu_properties_data v1.5.0 |
1817 | 2025-07-18T16:17:10.371Z | Checking getrandom v0.3.1 |
1818 | 2025-07-18T16:17:10.428Z | Checking icu_normalizer_data v1.5.0 |
1819 | 2025-07-18T16:17:10.481Z | Checking utf8_iter v1.0.4 |
1820 | 2025-07-18T16:17:10.576Z | Checking utf16_iter v1.0.5 |
1821 | 2025-07-18T16:17:10.631Z | Checking write16 v1.0.0 |
1822 | 2025-07-18T16:17:10.677Z | Checking form_urlencoded v1.2.1 |
1823 | 2025-07-18T16:17:10.677Z | Checking mio v1.0.2 |
1824 | 2025-07-18T16:17:10.789Z | Checking futures-core v0.3.31 |
1825 | 2025-07-18T16:17:10.841Z | Checking typenum v1.17.0 |
1826 | 2025-07-18T16:17:10.899Z | Checking socket2 v0.5.10 |
1827 | 2025-07-18T16:17:11.001Z | Checking allocator-api2 v0.2.21 |
1828 | 2025-07-18T16:17:11.060Z | Checking foldhash v0.1.5 |
1829 | 2025-07-18T16:17:11.166Z | Checking equivalent v1.0.2 |
1830 | 2025-07-18T16:17:11.304Z | Checking thiserror v1.0.69 |
1831 | 2025-07-18T16:17:11.371Z | Checking zerocopy v0.7.35 |
1832 | 2025-07-18T16:17:11.431Z | Checking slab v0.4.9 |
1833 | 2025-07-18T16:17:11.487Z | Checking tinystr v0.7.6 |
1834 | 2025-07-18T16:17:11.490Z | Checking icu_collections v1.5.0 |
1835 | 2025-07-18T16:17:11.576Z | Checking futures-io v0.3.31 |
1836 | 2025-07-18T16:17:11.626Z | Checking hashbrown v0.15.4 |
1837 | 2025-07-18T16:17:11.727Z | Checking iana-time-zone v0.1.63 |
1838 | 2025-07-18T16:17:11.831Z | Checking const-oid v0.9.6 |
1839 | 2025-07-18T16:17:11.887Z | Checking icu_locid v1.5.0 |
1840 | 2025-07-18T16:17:11.890Z | Checking generic-array v0.14.7 |
1841 | 2025-07-18T16:17:11.989Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1842 | 2025-07-18T16:17:12.160Z | Checking futures-sink v0.3.31 |
1843 | 2025-07-18T16:17:12.360Z | Checking errno v0.3.12 |
1844 | 2025-07-18T16:17:12.492Z | Checking pin-utils v0.1.0 |
1845 | 2025-07-18T16:17:12.610Z | Checking fnv v1.0.7 |
1846 | 2025-07-18T16:17:12.666Z | Checking cpufeatures v0.2.14 |
1847 | 2025-07-18T16:17:12.719Z | Checking bytes v1.10.1 |
1848 | 2025-07-18T16:17:12.719Z | Checking bitflags v2.9.1 |
1849 | 2025-07-18T16:17:12.768Z | Checking serde_json v1.0.140 |
1850 | 2025-07-18T16:17:12.847Z | Checking chrono v0.4.41 |
1851 | 2025-07-18T16:17:12.850Z | Checking icu_provider v1.5.0 |
1852 | 2025-07-18T16:17:12.851Z | Checking uuid v1.17.0 |
1853 | 2025-07-18T16:17:12.991Z | Checking crypto-common v0.1.6 |
1854 | 2025-07-18T16:17:13.080Z | Checking semver v1.0.26 |
1855 | 2025-07-18T16:17:13.220Z | Checking block-buffer v0.10.4 |
1856 | 2025-07-18T16:17:13.528Z | Checking indexmap v2.10.0 |
1857 | 2025-07-18T16:17:13.579Z | Checking icu_locid_transform v1.5.0 |
1858 | 2025-07-18T16:17:13.583Z | Checking dyn-clone v1.0.19 |
1859 | 2025-07-18T16:17:13.678Z | Checking digest v0.10.7 |
1860 | 2025-07-18T16:17:13.725Z | Checking futures-channel v0.3.31 |
1861 | 2025-07-18T16:17:13.779Z | Checking tokio v1.45.1 |
1862 | 2025-07-18T16:17:13.834Z | Checking futures-task v0.3.31 |
1863 | 2025-07-18T16:17:14.117Z | Checking ppv-lite86 v0.2.20 |
1864 | 2025-07-18T16:17:14.128Z | Checking tracing-core v0.1.32 |
1865 | 2025-07-18T16:17:14.229Z | Checking futures-util v0.3.31 |
1866 | 2025-07-18T16:17:14.489Z | Checking rustix v0.38.37 |
1867 | 2025-07-18T16:17:14.652Z | Checking icu_properties v1.5.1 |
1868 | 2025-07-18T16:17:14.749Z | Checking http v1.3.1 |
1869 | 2025-07-18T16:17:14.829Z | Checking tracing v0.1.40 |
1870 | 2025-07-18T16:17:14.900Z | Checking regex-syntax v0.8.5 |
1871 | 2025-07-18T16:17:14.936Z | Checking crossbeam-utils v0.8.21 |
1872 | 2025-07-18T16:17:15.238Z | Checking thiserror v2.0.12 |
1873 | 2025-07-18T16:17:15.453Z | Checking unicode-ident v1.0.18 |
1874 | 2025-07-18T16:17:15.693Z | Checking proc-macro2 v1.0.95 |
1875 | 2025-07-18T16:17:15.697Z | Checking block-padding v0.3.3 |
1876 | 2025-07-18T16:17:16.024Z | Checking aho-corasick v1.1.3 |
1877 | 2025-07-18T16:17:16.078Z | Checking inout v0.1.3 |
1878 | 2025-07-18T16:17:16.355Z | Checking quote v1.0.40 |
1879 | 2025-07-18T16:17:16.410Z | Checking cipher v0.4.4 |
1880 | 2025-07-18T16:17:16.764Z | Checking syn v2.0.104 |
1881 | 2025-07-18T16:17:16.881Z | Checking base64 v0.22.1 |
1882 | 2025-07-18T16:17:17.423Z | Checking ipnet v2.11.0 |
1883 | 2025-07-18T16:17:17.617Z | Checking spin v0.9.8 |
1884 | 2025-07-18T16:17:17.687Z | Checking atomic-waker v1.1.2 |
1885 | 2025-07-18T16:17:17.849Z | Checking icu_normalizer v1.5.0 |
1886 | 2025-07-18T16:17:17.896Z | Checking powerfmt v0.2.0 |
1887 | 2025-07-18T16:17:18.001Z | Checking adler2 v2.0.0 |
1888 | 2025-07-18T16:17:18.005Z | Checking num_threads v0.1.7 |
1889 | 2025-07-18T16:17:18.108Z | Checking regex-automata v0.4.8 |
1890 | 2025-07-18T16:17:18.206Z | Checking deranged v0.3.11 |
1891 | 2025-07-18T16:17:18.256Z | Checking num-conv v0.1.0 |
1892 | 2025-07-18T16:17:18.259Z | Checking miniz_oxide v0.8.5 |
1893 | 2025-07-18T16:17:18.560Z | Checking base64ct v1.6.0 |
1894 | 2025-07-18T16:17:18.617Z | Checking untrusted v0.9.0 |
1895 | 2025-07-18T16:17:18.621Z | Checking idna_adapter v1.2.0 |
1896 | 2025-07-18T16:17:18.850Z | Checking time-core v0.1.2 |
1897 | 2025-07-18T16:17:18.927Z | Checking idna v1.0.3 |
1898 | 2025-07-18T16:17:19.015Z | Checking ring v0.17.14 |
1899 | 2025-07-18T16:17:19.071Z | Checking rand_chacha v0.3.1 |
1900 | 2025-07-18T16:17:19.117Z | Checking sha2 v0.10.9 |
1901 | 2025-07-18T16:17:19.486Z | Checking url v2.5.4 |
1902 | 2025-07-18T16:17:19.537Z | Checking hmac v0.12.1 |
1903 | 2025-07-18T16:17:19.591Z | Checking time v0.3.36 |
1904 | 2025-07-18T16:17:19.725Z | Checking httparse v1.9.5 |
1905 | 2025-07-18T16:17:19.807Z | Checking rand v0.8.5 |
1906 | 2025-07-18T16:17:20.245Z | Checking rustls-pki-types v1.10.0 |
1907 | 2025-07-18T16:17:20.442Z | Checking schemars v0.8.22 |
1908 | 2025-07-18T16:17:20.589Z | Checking tokio-util v0.7.15 |
1909 | 2025-07-18T16:17:20.858Z | Checking http-body v1.0.1 |
1910 | 2025-07-18T16:17:21.077Z | Checking utf8parse v0.2.2 |
1911 | 2025-07-18T16:17:21.140Z | Checking pem-rfc7468 v0.7.0 |
1912 | 2025-07-18T16:17:21.220Z | Checking aws-lc-sys v0.26.0 |
1913 | 2025-07-18T16:17:21.304Z | Checking untrusted v0.7.1 |
1914 | 2025-07-18T16:17:21.473Z | Checking httpdate v1.0.3 |
1915 | 2025-07-18T16:17:21.546Z | Checking try-lock v0.2.5 |
1916 | 2025-07-18T16:17:21.670Z | Checking h2 v0.4.6 |
1917 | 2025-07-18T16:17:21.793Z | Checking want v0.3.1 |
1918 | 2025-07-18T16:17:21.796Z | Checking zerocopy v0.8.26 |
1919 | 2025-07-18T16:17:21.889Z | Checking tower-service v0.3.3 |
1920 | 2025-07-18T16:17:22.020Z | Checking gimli v0.31.1 |
1921 | 2025-07-18T16:17:22.074Z | Checking object v0.36.5 |
1922 | 2025-07-18T16:17:22.115Z | Checking anstyle v1.0.11 |
1923 | 2025-07-18T16:17:22.283Z | Checking rustc-demangle v0.1.24 |
1924 | 2025-07-18T16:17:22.541Z | Checking flagset v0.4.6 |
1925 | 2025-07-18T16:17:22.668Z | Checking pbkdf2 v0.12.2 |
1926 | 2025-07-18T16:17:22.745Z | Checking lazy_static v1.5.0 |
1927 | 2025-07-18T16:17:22.796Z | Checking der v0.7.9 |
1928 | 2025-07-18T16:17:22.879Z | Checking aes v0.8.4 |
1929 | 2025-07-18T16:17:22.936Z | Checking mime v0.3.17 |
1930 | 2025-07-18T16:17:23.301Z | Checking aws-lc-rs v1.12.4 |
1931 | 2025-07-18T16:17:23.306Z | Checking regex v1.11.1 |
1932 | 2025-07-18T16:17:23.825Z | Checking anstyle-parse v0.2.5 |
1933 | 2025-07-18T16:17:24.013Z | Checking cbc v0.1.2 |
1934 | 2025-07-18T16:17:24.136Z | Checking salsa20 v0.10.2 |
1935 | 2025-07-18T16:17:24.273Z | Checking slog v2.7.0 |
1936 | 2025-07-18T16:17:24.396Z | Checking is_terminal_polyfill v1.70.1 |
1937 | 2025-07-18T16:17:24.499Z | Checking spki v0.7.3 |
1938 | 2025-07-18T16:17:24.578Z | Checking openssl-probe v0.1.5 |
1939 | 2025-07-18T16:17:24.788Z | Checking foreign-types-shared v0.1.1 |
1940 | 2025-07-18T16:17:24.842Z | Checking anstyle-query v1.1.1 |
1941 | 2025-07-18T16:17:24.898Z | Checking colorchoice v1.0.2 |
1942 | 2025-07-18T16:17:24.962Z | Checking foreign-types v0.3.2 |
1943 | 2025-07-18T16:17:25.031Z | Checking scrypt v0.11.0 |
1944 | 2025-07-18T16:17:25.087Z | Checking http-body-util v0.1.3 |
1945 | 2025-07-18T16:17:25.138Z | Checking terminal_size v0.4.0 |
1946 | 2025-07-18T16:17:25.141Z | Checking rustls-webpki v0.102.8 |
1947 | 2025-07-18T16:17:25.141Z | Checking anstream v0.6.18 |
1948 | 2025-07-18T16:17:25.289Z | Checking openssl-sys v0.9.109 |
1949 | 2025-07-18T16:17:25.383Z | Checking pkcs5 v0.7.1 |
1950 | 2025-07-18T16:17:25.541Z | Checking serde_spanned v0.6.9 |
1951 | 2025-07-18T16:17:25.638Z | Checking toml_datetime v0.6.11 |
1952 | 2025-07-18T16:17:25.699Z | Checking addr2line v0.24.2 |
1953 | 2025-07-18T16:17:25.786Z | Checking clap_lex v0.7.4 |
1954 | 2025-07-18T16:17:25.926Z | Checking strsim v0.11.1 |
1955 | 2025-07-18T16:17:26.020Z | Checking rustls v0.23.19 |
1956 | 2025-07-18T16:17:26.023Z | Checking pkcs8 v0.10.2 |
1957 | 2025-07-18T16:17:26.123Z | Checking serde_urlencoded v0.7.1 |
1958 | 2025-07-18T16:17:26.228Z | Checking encoding_rs v0.8.34 |
1959 | 2025-07-18T16:17:26.285Z | Checking clap_builder v4.5.40 |
1960 | 2025-07-18T16:17:26.440Z | Checking either v1.15.0 |
1961 | 2025-07-18T16:17:26.496Z | Checking openssl v0.10.73 |
1962 | 2025-07-18T16:17:26.559Z | Checking sync_wrapper v1.0.1 |
1963 | 2025-07-18T16:17:27.411Z | Checking tower-layer v0.3.3 |
1964 | 2025-07-18T16:17:27.440Z | Checking psl-types v2.0.11 |
1965 | 2025-07-18T16:17:27.440Z | Checking publicsuffix v2.3.0 |
1966 | 2025-07-18T16:17:27.440Z | Checking tower v0.5.2 |
1967 | 2025-07-18T16:17:27.440Z | Checking rustls-native-certs v0.8.1 |
1968 | 2025-07-18T16:17:27.656Z | Checking cookie v0.18.1 |
1969 | 2025-07-18T16:17:27.709Z | Checking hyper v1.6.0 |
1970 | 2025-07-18T16:17:27.903Z | Checking backtrace v0.3.74 |
1971 | 2025-07-18T16:17:27.957Z | Checking webpki-roots v1.0.1 |
1972 | 2025-07-18T16:17:28.147Z | Checking iri-string v0.7.8 |
1973 | 2025-07-18T16:17:28.229Z | Checking cookie_store v0.21.1 |
1974 | 2025-07-18T16:17:28.401Z | Checking ipnetwork v0.21.1 |
1975 | 2025-07-18T16:17:28.522Z | Checking anyhow v1.0.98 |
1976 | 2025-07-18T16:17:28.890Z | Checking data-encoding v2.9.0 |
1977 | 2025-07-18T16:17:28.950Z | Checking rand_core v0.9.2 |
1978 | 2025-07-18T16:17:29.002Z | Checking tinyvec_macros v0.1.1 |
1979 | 2025-07-18T16:17:29.163Z | Checking tinyvec v1.8.0 |
1980 | 2025-07-18T16:17:29.220Z | Checking clap v4.5.40 |
1981 | 2025-07-18T16:17:29.336Z | Checking openapiv3 v2.2.0 |
1982 | 2025-07-18T16:17:29.404Z | Checking signature v2.2.0 |
1983 | 2025-07-18T16:17:29.478Z | Checking scroll v0.12.0 |
1984 | 2025-07-18T16:17:29.649Z | Checking plain v0.2.3 |
1985 | 2025-07-18T16:17:29.771Z | Checking hyper-util v0.1.14 |
1986 | 2025-07-18T16:17:29.878Z | Checking unicode-width v0.2.0 |
1987 | 2025-07-18T16:17:30.001Z | Checking ucd-trie v0.1.7 |
1988 | 2025-07-18T16:17:30.264Z | Checking pest v2.7.14 |
1989 | 2025-07-18T16:17:30.431Z | Checking goblin v0.8.2 |
1990 | 2025-07-18T16:17:30.484Z | Checking rand_chacha v0.9.0 |
1991 | 2025-07-18T16:17:30.736Z | Checking tower-http v0.6.6 |
1992 | 2025-07-18T16:17:30.898Z | Checking pretty-hex v0.4.1 |
1993 | 2025-07-18T16:17:31.109Z | Checking tokio-rustls v0.26.0 |
1994 | 2025-07-18T16:17:31.165Z | Checking rand v0.9.1 |
1995 | 2025-07-18T16:17:31.355Z | Checking thread-id v4.2.2 |
1996 | 2025-07-18T16:17:31.426Z | Checking native-tls v0.2.12 |
1997 | 2025-07-18T16:17:31.534Z | Checking toml_write v0.1.2 |
1998 | 2025-07-18T16:17:31.591Z | Checking winnow v0.7.10 |
1999 | 2025-07-18T16:17:31.784Z | Checking tokio-native-tls v0.3.1 |
2000 | 2025-07-18T16:17:31.892Z | Checking crossbeam-epoch v0.9.18 |
2001 | 2025-07-18T16:17:32.093Z | Checking sha1 v0.10.6 |
2002 | 2025-07-18T16:17:32.150Z | Checking num-integer v0.1.46 |
2003 | 2025-07-18T16:17:32.252Z | Checking hyper-tls v0.6.0 |
2004 | 2025-07-18T16:17:32.355Z | Checking hyper-rustls v0.27.7 |
2005 | 2025-07-18T16:17:32.460Z | Checking memmap v0.7.0 |
2006 | 2025-07-18T16:17:32.515Z | Checking crc32fast v1.4.2 |
2007 | 2025-07-18T16:17:32.592Z | Checking static_assertions v1.1.0 |
2008 | 2025-07-18T16:17:32.646Z | Checking bstr v1.10.0 |
2009 | 2025-07-18T16:17:32.709Z | Checking dtrace-parser v0.2.0 |
2010 | 2025-07-18T16:17:32.767Z | Checking base16ct v0.2.0 |
2011 | 2025-07-18T16:17:32.770Z | Checking reqwest v0.12.22 |
2012 | 2025-07-18T16:17:32.770Z | Checking oxnet v0.1.2 |
2013 | 2025-07-18T16:17:32.893Z | Checking ff v0.13.0 |
2014 | 2025-07-18T16:17:33.007Z | Checking sec1 v0.7.3 |
2015 | 2025-07-18T16:17:33.157Z | Checking zlib-rs v0.5.1 |
2016 | 2025-07-18T16:17:33.217Z | Checking group v0.13.0 |
2017 | 2025-07-18T16:17:33.271Z | Checking num-iter v0.1.45 |
2018 | 2025-07-18T16:17:33.436Z | Checking hkdf v0.12.4 |
2019 | 2025-07-18T16:17:33.523Z | Checking crypto-bigint v0.5.5 |
2020 | 2025-07-18T16:17:33.526Z | Checking hubpack v0.1.2 |
2021 | 2025-07-18T16:17:33.612Z | Checking unicode-segmentation v1.12.0 |
2022 | 2025-07-18T16:17:33.691Z | Checking bitflags v1.3.2 |
2023 | 2025-07-18T16:17:33.861Z | Checking crossbeam-deque v0.8.5 |
2024 | 2025-07-18T16:17:33.865Z | Checking strum v0.26.3 |
2025 | 2025-07-18T16:17:34.144Z | Checking winnow v0.5.40 |
2026 | 2025-07-18T16:17:34.234Z | Checking num-bigint-dig v0.8.4 |
2027 | 2025-07-18T16:17:34.296Z | Checking pkcs1 v0.7.5 |
2028 | 2025-07-18T16:17:34.355Z | Checking toml_edit v0.22.27 |
2029 | 2025-07-18T16:17:34.541Z | Checking bzip2-sys v0.1.13+1.0.8 |
2030 | 2025-07-18T16:17:34.724Z | Checking unicode-normalization v0.1.24 |
2031 | 2025-07-18T16:17:34.771Z | Checking itertools v0.13.0 |
2032 | 2025-07-18T16:17:35.133Z | Checking libz-rs-sys v0.5.1 |
2033 | 2025-07-18T16:17:35.189Z | Checking dof v0.3.0 |
2034 | 2025-07-18T16:17:35.401Z | Checking flate2 v1.1.2 |
2035 | 2025-07-18T16:17:35.637Z | Checking newtype-uuid v1.2.4 |
2036 | 2025-07-18T16:17:35.837Z | Checking usdt-impl v0.5.0 |
2037 | 2025-07-18T16:17:36.001Z | Checking rfc6979 v0.4.0 |
2038 | 2025-07-18T16:17:36.098Z | Checking managed v0.8.0 |
2039 | 2025-07-18T16:17:36.155Z | Checking elliptic-curve v0.13.8 |
2040 | 2025-07-18T16:17:36.251Z | Checking daft v0.1.4 |
2041 | 2025-07-18T16:17:36.359Z | Checking rsa v0.9.6 |
2042 | 2025-07-18T16:17:36.414Z | Checking usdt v0.5.0 |
2043 | 2025-07-18T16:17:36.526Z | Checking x509-cert v0.2.5 |
2044 | 2025-07-18T16:17:36.701Z | Checking curve25519-dalek v4.1.3 |
2045 | 2025-07-18T16:17:36.755Z | Checking ahash v0.8.11 |
2046 | 2025-07-18T16:17:36.831Z | Checking ecdsa v0.16.9 |
2047 | 2025-07-18T16:17:36.942Z | Checking toml_edit v0.19.15 |
2048 | 2025-07-18T16:17:36.945Z | Checking memoffset v0.9.1 |
2049 | 2025-07-18T16:17:37.066Z | Checking signal-hook v0.3.17 |
2050 | 2025-07-18T16:17:37.174Z | Checking rayon-core v1.12.1 |
2051 | 2025-07-18T16:17:37.257Z | Checking ed25519 v2.2.3 |
2052 | 2025-07-18T16:17:37.376Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2053 | 2025-07-18T16:17:37.465Z | Checking siphasher v0.3.11 |
2054 | 2025-07-18T16:17:37.547Z | Checking signal-hook-mio v0.2.4 |
2055 | 2025-07-18T16:17:37.628Z | Checking bzip2 v0.4.4 |
2056 | 2025-07-18T16:17:37.684Z | Checking zstd-safe v7.2.3 |
2057 | 2025-07-18T16:17:37.770Z | Checking console v0.15.10 |
2058 | 2025-07-18T16:17:37.827Z | Checking phf_shared v0.11.2 |
2059 | 2025-07-18T16:17:37.831Z | Checking lockfree-object-pool v0.1.6 |
2060 | 2025-07-18T16:17:37.959Z | Checking unicode-xid v0.2.6 |
2061 | 2025-07-18T16:17:38.016Z | Checking bumpalo v3.16.0 |
2062 | 2025-07-18T16:17:38.020Z | Checking simd-adler32 v0.3.7 |
2063 | 2025-07-18T16:17:38.130Z | Checking zip v0.6.6 |
2064 | 2025-07-18T16:17:38.184Z | Checking zstd v0.13.3 |
2065 | 2025-07-18T16:17:38.187Z | Checking crossterm v0.28.1 |
2066 | 2025-07-18T16:17:38.361Z | Checking bzip2 v0.5.2 |
2067 | 2025-07-18T16:17:38.416Z | Checking itertools v0.10.5 |
2068 | 2025-07-18T16:17:38.419Z | Checking ed25519-dalek v2.1.1 |
2069 | 2025-07-18T16:17:38.515Z | Checking zopfli v0.8.1 |
2070 | 2025-07-18T16:17:38.590Z | Checking hash32 v0.2.1 |
2071 | 2025-07-18T16:17:38.693Z | Checking winnow v0.6.26 |
2072 | 2025-07-18T16:17:38.822Z | Checking predicates-core v1.0.8 |
2073 | 2025-07-18T16:17:38.940Z | Checking unicode-bidi v0.3.17 |
2074 | 2025-07-18T16:17:38.944Z | Checking unicode-properties v0.1.3 |
2075 | 2025-07-18T16:17:39.083Z | Checking heapless v0.7.17 |
2076 | 2025-07-18T16:17:39.252Z | Checking zip v4.2.0 |
2077 | 2025-07-18T16:17:39.367Z | Checking toml v0.7.8 |
2078 | 2025-07-18T16:17:39.447Z | Checking rayon v1.10.0 |
2079 | 2025-07-18T16:17:39.601Z | Checking stringprep v0.1.5 |
2080 | 2025-07-18T16:17:39.888Z | Checking nix v0.29.0 |
2081 | 2025-07-18T16:17:39.956Z | Checking similar v2.7.0 |
2082 | 2025-07-18T16:17:40.038Z | Checking hickory-proto v0.25.2 |
2083 | 2025-07-18T16:17:40.116Z | Checking tokio-stream v0.1.17 |
2084 | 2025-07-18T16:17:40.428Z | Checking md-5 v0.10.6 |
2085 | 2025-07-18T16:17:40.568Z | Checking float-cmp v0.10.0 |
2086 | 2025-07-18T16:17:40.695Z | Checking normalize-line-endings v0.3.0 |
2087 | 2025-07-18T16:17:40.816Z | Checking difflib v0.4.0 |
2088 | 2025-07-18T16:17:40.870Z | Checking fallible-iterator v0.2.0 |
2089 | 2025-07-18T16:17:40.924Z | Checking smoltcp v0.9.1 |
2090 | 2025-07-18T16:17:40.927Z | Checking phf v0.11.2 |
2091 | 2025-07-18T16:17:41.195Z | Checking predicates v3.1.3 |
2092 | 2025-07-18T16:17:41.290Z | Checking fs-err v3.1.1 |
2093 | 2025-07-18T16:17:41.293Z | Checking buf-list v1.0.3 |
2094 | 2025-07-18T16:17:41.392Z | Checking serde-big-array v0.5.1 |
2095 | 2025-07-18T16:17:41.462Z | Checking postgres-protocol v0.6.8 |
2096 | 2025-07-18T16:17:41.650Z | Checking strum v0.27.1 |
2097 | 2025-07-18T16:17:41.706Z | Checking precomputed-hash v0.1.1 |
2098 | 2025-07-18T16:17:41.821Z | Checking fixedbitset v0.4.2 |
2099 | 2025-07-18T16:17:41.878Z | Checking number_prefix v0.4.0 |
2100 | 2025-07-18T16:17:41.929Z | Checking lalrpop-util v0.19.12 |
2101 | 2025-07-18T16:17:41.932Z | Checking new_debug_unreachable v1.0.6 |
2102 | 2025-07-18T16:17:42.103Z | Checking petgraph v0.6.5 |
2103 | 2025-07-18T16:17:42.154Z | Checking itertools v0.12.1 |
2104 | 2025-07-18T16:17:42.158Z | Checking postgres-types v0.2.9 |
2105 | 2025-07-18T16:17:42.158Z | Checking string_cache v0.8.9 |
2106 | 2025-07-18T16:17:42.299Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2107 | 2025-07-18T16:17:42.303Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2108 | 2025-07-18T16:17:42.545Z | Checking peg-runtime v0.8.5 |
2109 | 2025-07-18T16:17:42.676Z | Checking minimal-lexical v0.2.1 |
2110 | 2025-07-18T16:17:42.850Z | Checking whoami v1.5.2 |
2111 | 2025-07-18T16:17:42.900Z | Checking indicatif v0.17.11 |
2112 | 2025-07-18T16:17:42.970Z | Checking rustc-hash v2.1.1 |
2113 | 2025-07-18T16:17:43.118Z | Checking nom v7.1.3 |
2114 | 2025-07-18T16:17:43.223Z | Checking tokio-postgres v0.7.13 |
2115 | 2025-07-18T16:17:43.469Z | Compiling regress v0.10.3 |
2116 | 2025-07-18T16:17:43.696Z | Checking camino v1.1.10 |
2117 | 2025-07-18T16:17:44.296Z | Compiling ident_case v1.0.1 |
2118 | 2025-07-18T16:17:44.503Z | Checking fastrand v2.1.1 |
2119 | 2025-07-18T16:17:44.555Z | Checking futures-executor v0.3.31 |
2120 | 2025-07-18T16:17:44.857Z | Checking futures v0.3.31 |
2121 | 2025-07-18T16:17:44.912Z | Checking heck v0.5.0 |
2122 | 2025-07-18T16:17:45.035Z | Compiling unsafe-libyaml v0.2.11 |
2123 | 2025-07-18T16:17:45.177Z | Compiling darling_core v0.20.10 |
2124 | 2025-07-18T16:17:45.663Z | Checking rustix v1.0.7 |
2125 | 2025-07-18T16:17:46.007Z | Checking crossbeam-channel v0.5.15 |
2126 | 2025-07-18T16:17:46.536Z | Compiling serde_yaml v0.9.34+deprecated |
2127 | 2025-07-18T16:17:46.764Z | Checking is-terminal v0.4.13 |
2128 | 2025-07-18T16:17:46.887Z | Compiling structmeta-derive v0.3.0 |
2129 | 2025-07-18T16:17:46.955Z | Checking toml v0.8.23 |
2130 | 2025-07-18T16:17:47.253Z | Checking tempfile v3.20.0 |
2131 | 2025-07-18T16:17:47.695Z | Checking dirs-sys-next v0.1.2 |
2132 | 2025-07-18T16:17:47.750Z | Checking thread_local v1.1.8 |
2133 | 2025-07-18T16:17:47.814Z | Checking take_mut v0.2.2 |
2134 | 2025-07-18T16:17:47.954Z | Checking dirs-next v2.0.0 |
2135 | 2025-07-18T16:17:48.029Z | Compiling rustls v0.22.4 |
2136 | 2025-07-18T16:17:48.102Z | Checking slog-async v2.8.0 |
2137 | 2025-07-18T16:17:48.156Z | Checking term v0.7.0 |
2138 | 2025-07-18T16:17:48.160Z | Checking quick-error v1.2.3 |
2139 | 2025-07-18T16:17:48.440Z | Compiling multer v3.1.0 |
2140 | 2025-07-18T16:17:48.444Z | Compiling async-stream-impl v0.3.6 |
2141 | 2025-07-18T16:17:48.536Z | Compiling dropshot v0.16.2 |
2142 | 2025-07-18T16:17:48.588Z | Compiling dropshot_endpoint v0.16.2 |
2143 | 2025-07-18T16:17:48.640Z | Checking slog-term v2.9.1 |
2144 | 2025-07-18T16:17:48.960Z | Checking match_cfg v0.1.0 |
2145 | 2025-07-18T16:17:49.014Z | Checking bit-vec v0.8.0 |
2146 | 2025-07-18T16:17:49.123Z | Checking hostname v0.3.1 |
2147 | 2025-07-18T16:17:49.195Z | Compiling typify-impl v0.3.0 |
2148 | 2025-07-18T16:17:49.321Z | Checking hex v0.4.3 |
2149 | 2025-07-18T16:17:49.405Z | Checking bit-set v0.8.0 |
2150 | 2025-07-18T16:17:49.408Z | Compiling structmeta v0.3.0 |
2151 | 2025-07-18T16:17:49.684Z | Checking wait-timeout v0.2.0 |
2152 | 2025-07-18T16:17:49.739Z | Checking debug-ignore v1.0.5 |
2153 | 2025-07-18T16:17:49.848Z | Checking rand_xorshift v0.4.0 |
2154 | 2025-07-18T16:17:49.902Z | Compiling derive-ex v0.1.8 |
2155 | 2025-07-18T16:17:49.951Z | Checking unarray v0.1.4 |
2156 | 2025-07-18T16:17:49.954Z | Checking rusty-fork v0.3.0 |
2157 | 2025-07-18T16:17:49.954Z | Checking progenitor-client v0.10.0 |
2158 | 2025-07-18T16:17:50.085Z | Checking serde_path_to_error v0.1.17 |
2159 | 2025-07-18T16:17:50.347Z | Checking proptest v1.7.0 |
2160 | 2025-07-18T16:17:50.466Z | Checking slog-json v2.6.1 |
2161 | 2025-07-18T16:17:50.584Z | Compiling darling_macro v0.20.10 |
2162 | 2025-07-18T16:17:50.764Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2163 | 2025-07-18T16:17:50.817Z | Compiling derive-where v1.5.0 |
2164 | 2025-07-18T16:17:51.531Z | Compiling darling v0.20.10 |
2165 | 2025-07-18T16:17:51.589Z | Compiling ref-cast v1.0.24 |
2166 | 2025-07-18T16:17:51.714Z | Compiling serde_with_macros v3.14.0 |
2167 | 2025-07-18T16:17:52.300Z | Checking slog-bunyan v2.5.0 |
2168 | 2025-07-18T16:17:52.552Z | Compiling parse-display-derive v0.10.0 |
2169 | 2025-07-18T16:17:52.708Z | Checking async-stream v0.3.6 |
2170 | 2025-07-18T16:17:53.451Z | Checking tokio-rustls v0.25.0 |
2171 | 2025-07-18T16:17:53.507Z | Checking rustls-pemfile v2.2.0 |
2172 | 2025-07-18T16:17:53.786Z | Checking waitgroup v0.1.2 |
2173 | 2025-07-18T16:17:53.905Z | Checking hostname v0.4.0 |
2174 | 2025-07-18T16:17:54.003Z | Compiling ref-cast-impl v1.0.24 |
2175 | 2025-07-18T16:17:54.050Z | Compiling test-strategy v0.4.3 |
2176 | 2025-07-18T16:17:54.053Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2025-07-18T16:17:54.227Z | Checking serde_with v3.14.0 |
2178 | 2025-07-18T16:17:54.281Z | Checking macaddr v1.0.1 |
2179 | 2025-07-18T16:17:54.679Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2180 | 2025-07-18T16:17:54.798Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2181 | 2025-07-18T16:17:55.447Z | Checking instant v0.1.13 |
2182 | 2025-07-18T16:17:55.502Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2183 | 2025-07-18T16:17:55.634Z | Checking progenitor-client v0.9.1 |
2184 | 2025-07-18T16:17:55.723Z | Checking backoff v0.4.0 |
2185 | 2025-07-18T16:17:56.163Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2186 | 2025-07-18T16:17:56.318Z | Checking iddqd v0.3.8 |
2187 | 2025-07-18T16:17:56.381Z | Checking parse-display v0.10.0 |
2188 | 2025-07-18T16:17:56.602Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2189 | 2025-07-18T16:17:56.670Z | Checking camino-tempfile v1.4.1 |
2190 | 2025-07-18T16:17:56.720Z | Checking unicode-width v0.1.14 |
2191 | 2025-07-18T16:17:57.007Z | Compiling proc-macro-error v1.0.4 |
2192 | 2025-07-18T16:17:57.269Z | Compiling proc-macro-crate v1.3.1 |
2193 | 2025-07-18T16:17:57.412Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2194 | 2025-07-18T16:17:57.627Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2195 | 2025-07-18T16:17:57.680Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2196 | 2025-07-18T16:17:57.732Z | Checking tabwriter v1.4.0 |
2197 | 2025-07-18T16:17:57.965Z | Compiling foreign-types-macros v0.2.3 |
2198 | 2025-07-18T16:17:58.019Z | Checking foreign-types-shared v0.3.1 |
2199 | 2025-07-18T16:17:58.066Z | Checking cstr-argument v0.1.2 |
2200 | 2025-07-18T16:17:58.195Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2201 | 2025-07-18T16:17:58.245Z | Compiling num_enum_derive v0.5.11 |
2202 | 2025-07-18T16:17:58.294Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2203 | 2025-07-18T16:17:58.348Z | Checking pretty-hex v0.2.1 |
2204 | 2025-07-18T16:17:58.574Z | Checking colored v2.2.0 |
2205 | 2025-07-18T16:17:58.628Z | Checking smf v0.2.3 |
2206 | 2025-07-18T16:17:58.680Z | Checking itertools v0.14.0 |
2207 | 2025-07-18T16:17:58.794Z | Checking base64 v0.21.7 |
2208 | 2025-07-18T16:17:58.979Z | Checking atomicwrites v0.4.4 |
2209 | 2025-07-18T16:17:59.028Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2210 | 2025-07-18T16:17:59.116Z | Compiling typify-impl v0.4.1 |
2211 | 2025-07-18T16:17:59.192Z | Checking foreign-types v0.5.0 |
2212 | 2025-07-18T16:17:59.247Z | Compiling crucible-workspace-hack v0.1.0 |
2213 | 2025-07-18T16:17:59.296Z | Compiling darling_core v0.21.0 |
2214 | 2025-07-18T16:17:59.344Z | Checking glob v0.3.2 |
2215 | 2025-07-18T16:17:59.393Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2216 | 2025-07-18T16:17:59.841Z | Compiling heapless v0.8.0 |
2217 | 2025-07-18T16:18:00.489Z | Checking num_enum v0.5.11 |
2218 | 2025-07-18T16:18:00.721Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2219 | 2025-07-18T16:18:00.823Z | Checking hash32 v0.3.1 |
2220 | 2025-07-18T16:18:01.116Z | Compiling smoltcp v0.11.0 |
2221 | 2025-07-18T16:18:01.908Z | Checking cobs v0.2.3 |
2222 | 2025-07-18T16:18:01.994Z | Checking same-file v1.0.6 |
2223 | 2025-07-18T16:18:02.152Z | Checking postcard v1.0.10 |
2224 | 2025-07-18T16:18:02.233Z | Checking walkdir v2.5.0 |
2225 | 2025-07-18T16:18:02.573Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2226 | 2025-07-18T16:18:02.629Z | Checking sigpipe v0.1.3 |
2227 | 2025-07-18T16:18:02.720Z | Compiling typify-macro v0.3.0 |
2228 | 2025-07-18T16:18:02.763Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2229 | 2025-07-18T16:18:02.812Z | Checking jiff v0.2.15 |
2230 | 2025-07-18T16:18:03.025Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2231 | 2025-07-18T16:18:03.072Z | Compiling zone_cfg_derive v0.3.0 |
2232 | 2025-07-18T16:18:03.261Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2233 | 2025-07-18T16:18:03.660Z | Compiling num-derive v0.4.2 |
2234 | 2025-07-18T16:18:03.978Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2235 | 2025-07-18T16:18:04.435Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2236 | 2025-07-18T16:18:04.489Z | Checking zone v0.3.1 |
2237 | 2025-07-18T16:18:04.752Z | Compiling convert_case v0.4.0 |
2238 | 2025-07-18T16:18:05.122Z | Checking utf-8 v0.7.6 |
2239 | 2025-07-18T16:18:05.319Z | Checking tokio-dtrace v0.1.0 |
2240 | 2025-07-18T16:18:05.377Z | Compiling darling_macro v0.21.0 |
2241 | 2025-07-18T16:18:05.427Z | Checking half v2.4.1 |
2242 | 2025-07-18T16:18:05.566Z | Compiling derive_more v0.99.20 |
2243 | 2025-07-18T16:18:05.663Z | Checking oxide-tokio-rt v0.1.2 |
2244 | 2025-07-18T16:18:05.914Z | Checking ciborium-io v0.2.2 |
2245 | 2025-07-18T16:18:05.962Z | Checking tungstenite v0.21.0 |
2246 | 2025-07-18T16:18:06.022Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2247 | 2025-07-18T16:18:06.091Z | Checking ciborium-ll v0.2.2 |
2248 | 2025-07-18T16:18:06.305Z | Compiling darling v0.21.0 |
2249 | 2025-07-18T16:18:06.467Z | Checking ciborium v0.2.2 |
2250 | 2025-07-18T16:18:06.523Z | Compiling ingot-macros v0.1.1 |
2251 | 2025-07-18T16:18:06.535Z | Checking pem v3.0.5 |
2252 | 2025-07-18T16:18:06.621Z | Compiling typify v0.3.0 |
2253 | 2025-07-18T16:18:06.834Z | Compiling progenitor-impl v0.9.1 |
2254 | 2025-07-18T16:18:06.879Z | Checking tokio-tungstenite v0.21.0 |
2255 | 2025-07-18T16:18:07.477Z | Checking newline-converter v0.3.0 |
2256 | 2025-07-18T16:18:07.531Z | Checking num-rational v0.4.2 |
2257 | 2025-07-18T16:18:07.708Z | Checking expectorate v1.2.0 |
2258 | 2025-07-18T16:18:07.978Z | Checking num-complex v0.4.6 |
2259 | 2025-07-18T16:18:08.181Z | Checking float-ord v0.3.2 |
2260 | 2025-07-18T16:18:08.443Z | Checking secrecy v0.10.3 |
2261 | 2025-07-18T16:18:08.699Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2262 | 2025-07-18T16:18:08.812Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2263 | 2025-07-18T16:18:08.874Z | Checking num v0.4.3 |
2264 | 2025-07-18T16:18:09.038Z | Checking bytecount v0.6.8 |
2265 | 2025-07-18T16:18:09.088Z | Checking fixedbitset v0.5.7 |
2266 | 2025-07-18T16:18:09.136Z | Checking indent_write v2.2.0 |
2267 | 2025-07-18T16:18:09.186Z | Checking xattr v1.3.1 |
2268 | 2025-07-18T16:18:09.248Z | Checking filetime v0.2.25 |
2269 | 2025-07-18T16:18:09.411Z | Checking arc-swap v1.7.1 |
2270 | 2025-07-18T16:18:09.465Z | Checking password-hash v0.5.0 |
2271 | 2025-07-18T16:18:09.512Z | Checking petgraph v0.8.2 |
2272 | 2025-07-18T16:18:09.562Z | Checking tar v0.4.44 |
2273 | 2025-07-18T16:18:09.873Z | Checking slog-scope v4.4.0 |
2274 | 2025-07-18T16:18:09.971Z | Checking blake2 v0.10.6 |
2275 | 2025-07-18T16:18:10.138Z | Checking slog-stdlog v4.1.1 |
2276 | 2025-07-18T16:18:10.385Z | Checking slog-envlogger v2.2.0 |
2277 | 2025-07-18T16:18:10.438Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2278 | 2025-07-18T16:18:10.504Z | Checking argon2 v0.5.3 |
2279 | 2025-07-18T16:18:10.692Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2280 | 2025-07-18T16:18:11.176Z | Compiling cancel-safe-futures v0.1.5 |
2281 | 2025-07-18T16:18:11.231Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2282 | 2025-07-18T16:18:11.576Z | Checking swrite v0.1.0 |
2283 | 2025-07-18T16:18:11.634Z | Compiling owo-colors v4.2.2 |
2284 | 2025-07-18T16:18:11.730Z | Checking libsw-core v0.3.1 |
2285 | 2025-07-18T16:18:11.776Z | Checking linear-map v1.2.0 |
2286 | 2025-07-18T16:18:12.034Z | Checking libsw v3.5.0 |
2287 | 2025-07-18T16:18:12.139Z | Compiling async-recursion v1.1.1 |
2288 | 2025-07-18T16:18:12.317Z | Checking keccak v0.1.5 |
2289 | 2025-07-18T16:18:12.322Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2290 | 2025-07-18T16:18:12.684Z | Checking sha3 v0.10.8 |
2291 | 2025-07-18T16:18:12.808Z | Compiling typify-macro v0.4.1 |
2292 | 2025-07-18T16:18:12.854Z | Compiling typify-impl v0.2.0 |
2293 | 2025-07-18T16:18:13.155Z | Checking papergrid v0.11.0 |
2294 | 2025-07-18T16:18:13.198Z | Checking ingot-types v0.1.2 |
2295 | 2025-07-18T16:18:13.339Z | Compiling progenitor-macro v0.9.1 |
2296 | 2025-07-18T16:18:13.529Z | Compiling tabled_derive v0.7.0 |
2297 | 2025-07-18T16:18:14.033Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2298 | 2025-07-18T16:18:14.086Z | Checking ingot v0.1.1 |
2299 | 2025-07-18T16:18:15.101Z | Checking prettyplease v0.2.35 |
2300 | 2025-07-18T16:18:16.599Z | Checking tabled v0.15.0 |
2301 | 2025-07-18T16:18:16.795Z | Compiling typify v0.4.1 |
2302 | 2025-07-18T16:18:17.025Z | Compiling progenitor-impl v0.10.0 |
2303 | 2025-07-18T16:18:17.427Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2304 | 2025-07-18T16:18:17.648Z | Checking globset v0.4.15 |
2305 | 2025-07-18T16:18:18.190Z | Checking headers-core v0.3.0 |
2306 | 2025-07-18T16:18:19.671Z | Checking highway v1.3.0 |
2307 | 2025-07-18T16:18:19.793Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2308 | 2025-07-18T16:18:20.295Z | Checking headers v0.4.1 |
2309 | 2025-07-18T16:18:21.613Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2310 | 2025-07-18T16:18:23.699Z | Compiling progenitor-macro v0.10.0 |
2311 | 2025-07-18T16:18:26.178Z | Checking progenitor v0.9.1 |
2312 | 2025-07-18T16:18:26.232Z | Compiling typify-macro v0.2.0 |
2313 | 2025-07-18T16:18:26.450Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2314 | 2025-07-18T16:18:30.120Z | Compiling typify v0.2.0 |
2315 | 2025-07-18T16:18:30.351Z | Compiling progenitor-impl v0.8.0 |
2316 | 2025-07-18T16:18:30.516Z | Compiling lzma-sys v0.1.20 |
2317 | 2025-07-18T16:18:31.349Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2318 | 2025-07-18T16:18:31.575Z | Checking progenitor-client v0.8.0 |
2319 | 2025-07-18T16:18:32.727Z | Compiling heck v0.3.3 |
2320 | 2025-07-18T16:18:33.060Z | Compiling pin-project-internal v1.1.6 |
2321 | 2025-07-18T16:18:33.515Z | Compiling zone_cfg_derive v0.1.2 |
2322 | 2025-07-18T16:18:34.062Z | Checking resolv-conf v0.7.0 |
2323 | 2025-07-18T16:18:34.477Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2324 | 2025-07-18T16:18:34.826Z | Checking yasna v0.5.2 |
2325 | 2025-07-18T16:18:34.829Z | Checking base64 v0.13.1 |
2326 | 2025-07-18T16:18:35.309Z | Checking ron v0.7.1 |
2327 | 2025-07-18T16:18:35.740Z | Checking pin-project v1.1.6 |
2328 | 2025-07-18T16:18:35.786Z | Checking rcgen v0.12.1 |
2329 | 2025-07-18T16:18:35.951Z | Checking zone v0.1.8 |
2330 | 2025-07-18T16:18:36.207Z | Checking progenitor v0.10.0 |
2331 | 2025-07-18T16:18:36.421Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2332 | 2025-07-18T16:18:36.502Z | Checking xz2 v0.1.7 |
2333 | 2025-07-18T16:18:36.625Z | Compiling snafu-derive v0.8.5 |
2334 | 2025-07-18T16:18:36.846Z | Checking olpc-cjson v0.1.4 |
2335 | 2025-07-18T16:18:36.895Z | Checking serde_plain v1.0.2 |
2336 | 2025-07-18T16:18:36.898Z | Compiling progenitor-macro v0.8.0 |
2337 | 2025-07-18T16:18:36.993Z | Checking subprocess v0.2.9 |
2338 | 2025-07-18T16:18:37.116Z | Checking typed-path v0.9.3 |
2339 | 2025-07-18T16:18:37.202Z | Checking unicode-linebreak v0.1.5 |
2340 | 2025-07-18T16:18:37.600Z | Checking smawk v0.3.2 |
2341 | 2025-07-18T16:18:37.690Z | Checking humantime v2.2.0 |
2342 | 2025-07-18T16:18:37.885Z | Checking textwrap v0.16.2 |
2343 | 2025-07-18T16:18:38.051Z | Checking universal-hash v0.5.1 |
2344 | 2025-07-18T16:18:38.310Z | Checking opaque-debug v0.3.1 |
2345 | 2025-07-18T16:18:38.379Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2346 | 2025-07-18T16:18:38.493Z | Compiling semver v0.1.20 |
2347 | 2025-07-18T16:18:38.675Z | Checking aead v0.5.2 |
2348 | 2025-07-18T16:18:38.982Z | Compiling rustc_version v0.1.7 |
2349 | 2025-07-18T16:18:39.092Z | Checking poly1305 v0.8.0 |
2350 | 2025-07-18T16:18:39.144Z | Checking chacha20 v0.9.1 |
2351 | 2025-07-18T16:18:39.485Z | Compiling newtype_derive v0.1.6 |
2352 | 2025-07-18T16:18:39.571Z | Checking linked-hash-map v0.5.6 |
2353 | 2025-07-18T16:18:39.668Z | Checking hickory-proto v0.24.4 |
2354 | 2025-07-18T16:18:39.951Z | Checking lru-cache v0.1.2 |
2355 | 2025-07-18T16:18:40.173Z | Compiling thiserror-impl-no-std v2.0.2 |
2356 | 2025-07-18T16:18:40.223Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2357 | 2025-07-18T16:18:40.704Z | Checking chacha20poly1305 v0.10.1 |
2358 | 2025-07-18T16:18:40.968Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2359 | 2025-07-18T16:18:41.289Z | Checking snafu v0.8.5 |
2360 | 2025-07-18T16:18:41.793Z | Checking tough v0.20.0 |
2361 | 2025-07-18T16:18:42.421Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2362 | 2025-07-18T16:18:42.924Z | Checking thiserror-no-std v2.0.2 |
2363 | 2025-07-18T16:18:43.114Z | Checking vsss-rs v3.3.4 |
2364 | 2025-07-18T16:18:43.737Z | Checking steno v0.4.1 |
2365 | 2025-07-18T16:18:43.939Z | Checking hickory-resolver v0.24.4 |
2366 | 2025-07-18T16:18:44.952Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2367 | 2025-07-18T16:18:45.700Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2368 | 2025-07-18T16:18:45.818Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2369 | 2025-07-18T16:18:46.158Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2370 | 2025-07-18T16:18:46.213Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2371 | 2025-07-18T16:18:46.455Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2372 | 2025-07-18T16:18:46.581Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2373 | 2025-07-18T16:18:48.214Z | Checking qorb v0.4.0 |
2374 | 2025-07-18T16:18:49.215Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2375 | 2025-07-18T16:18:49.288Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2376 | 2025-07-18T16:18:49.568Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2377 | 2025-07-18T16:18:49.606Z | Compiling moka v0.12.10 |
2378 | 2025-07-18T16:18:49.711Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2379 | 2025-07-18T16:18:49.817Z | Checking progenitor v0.8.0 |
2380 | 2025-07-18T16:18:50.048Z | Checking tagptr v0.2.0 |
2381 | 2025-07-18T16:18:50.104Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2382 | 2025-07-18T16:18:50.150Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2383 | 2025-07-18T16:18:50.390Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2384 | 2025-07-18T16:18:51.148Z | Compiling slog-dtrace v0.3.0 |
2385 | 2025-07-18T16:18:52.161Z | Checking display-error-chain v0.2.2 |
2386 | 2025-07-18T16:18:52.216Z | Checking hickory-resolver v0.25.2 |
2387 | 2025-07-18T16:18:52.256Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2388 | 2025-07-18T16:18:52.353Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2389 | 2025-07-18T16:18:52.416Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2390 | 2025-07-18T16:18:53.320Z | Checking gethostname v0.5.0 |
2391 | 2025-07-18T16:18:53.462Z | Checking nibble_vec v0.1.0 |
2392 | 2025-07-18T16:18:53.542Z | Checking endian-type v0.1.2 |
2393 | 2025-07-18T16:18:53.741Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2394 | 2025-07-18T16:18:53.776Z | Compiling libefi-sys v0.1.0 |
2395 | 2025-07-18T16:18:53.817Z | Checking termcolor v1.4.1 |
2396 | 2025-07-18T16:18:53.870Z | Checking radix_trie v0.2.1 |
2397 | 2025-07-18T16:18:54.128Z | Compiling radium v0.7.0 |
2398 | 2025-07-18T16:18:54.175Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2399 | 2025-07-18T16:18:54.336Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2400 | 2025-07-18T16:18:54.405Z | Compiling zerocopy-derive v0.6.6 |
2401 | 2025-07-18T16:18:54.603Z | Compiling bitfield-struct v0.6.2 |
2402 | 2025-07-18T16:18:54.735Z | Compiling maybe-uninit v2.0.0 |
2403 | 2025-07-18T16:18:54.815Z | Checking tap v1.0.1 |
2404 | 2025-07-18T16:18:55.055Z | Checking wyz v0.5.1 |
2405 | 2025-07-18T16:18:55.492Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2406 | 2025-07-18T16:18:55.908Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2407 | 2025-07-18T16:18:55.975Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2408 | 2025-07-18T16:18:56.025Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2409 | 2025-07-18T16:18:56.073Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2410 | 2025-07-18T16:18:56.152Z | Compiling packed_struct v0.10.1 |
2411 | 2025-07-18T16:18:56.240Z | Checking funty v2.0.0 |
2412 | 2025-07-18T16:18:56.291Z | Checking zerocopy v0.6.6 |
2413 | 2025-07-18T16:18:56.517Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2414 | 2025-07-18T16:18:56.606Z | Checking crc-catalog v2.4.0 |
2415 | 2025-07-18T16:18:56.729Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2416 | 2025-07-18T16:18:56.816Z | Checking crc v3.2.1 |
2417 | 2025-07-18T16:18:57.185Z | Checking bitvec v1.0.1 |
2418 | 2025-07-18T16:18:57.244Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2419 | 2025-07-18T16:18:57.335Z | Compiling packed_struct_codegen v0.10.1 |
2420 | 2025-07-18T16:18:57.551Z | Compiling indexmap v1.9.3 |
2421 | 2025-07-18T16:18:57.967Z | Checking nodrop v0.1.14 |
2422 | 2025-07-18T16:18:58.229Z | Checking array-init v0.0.4 |
2423 | 2025-07-18T16:18:58.626Z | Checking smallvec v0.6.14 |
2424 | 2025-07-18T16:18:59.093Z | Checking bitfield v0.14.0 |
2425 | 2025-07-18T16:18:59.186Z | Checking termtree v0.5.1 |
2426 | 2025-07-18T16:18:59.423Z | Checking hashbrown v0.12.3 |
2427 | 2025-07-18T16:18:59.480Z | Checking serde-hex v0.1.0 |
2428 | 2025-07-18T16:18:59.832Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2429 | 2025-07-18T16:19:00.318Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2430 | 2025-07-18T16:19:00.659Z | Checking env_logger v0.10.2 |
2431 | 2025-07-18T16:19:00.770Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2432 | 2025-07-18T16:19:01.113Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2433 | 2025-07-18T16:19:01.165Z | Checking ron v0.8.1 |
2434 | 2025-07-18T16:19:01.210Z | Checking hashbrown v0.13.2 |
2435 | 2025-07-18T16:19:01.698Z | Compiling proc-macro-error-attr2 v2.0.0 |
2436 | 2025-07-18T16:19:02.756Z | Checking crc-any v2.5.0 |
2437 | 2025-07-18T16:19:02.783Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2438 | 2025-07-18T16:19:02.783Z | Compiling proc-macro-error2 v2.0.1 |
2439 | 2025-07-18T16:19:02.783Z | Checking object v0.30.4 |
2440 | 2025-07-18T16:19:02.816Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2441 | 2025-07-18T16:19:03.165Z | Checking path-slash v0.1.5 |
2442 | 2025-07-18T16:19:03.238Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2443 | 2025-07-18T16:19:03.291Z | Compiling tabled_derive v0.10.0 |
2444 | 2025-07-18T16:19:06.123Z | Checking papergrid v0.14.0 |
2445 | 2025-07-18T16:19:06.370Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2446 | 2025-07-18T16:19:06.593Z | Compiling num-derive v0.3.3 |
2447 | 2025-07-18T16:19:06.894Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2448 | 2025-07-18T16:19:07.666Z | Checking tabled v0.18.0 |
2449 | 2025-07-18T16:19:08.797Z | Checking libscf-sys v1.1.0 |
2450 | 2025-07-18T16:19:09.072Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2451 | 2025-07-18T16:19:09.518Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2452 | 2025-07-18T16:19:09.572Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2453 | 2025-07-18T16:19:10.348Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2454 | 2025-07-18T16:19:10.542Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2455 | 2025-07-18T16:19:10.677Z | Checking maplit v1.0.2 |
2456 | 2025-07-18T16:19:10.757Z | Compiling xshell-macros v0.2.7 |
2457 | 2025-07-18T16:19:10.860Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2458 | 2025-07-18T16:19:10.905Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2459 | 2025-07-18T16:19:11.028Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2460 | 2025-07-18T16:19:11.348Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2461 | 2025-07-18T16:19:11.410Z | Checking fxhash v0.2.1 |
2462 | 2025-07-18T16:19:11.539Z | Checking xshell v0.2.7 |
2463 | 2025-07-18T16:19:11.667Z | Checking crc8 v0.1.1 |
2464 | 2025-07-18T16:19:11.776Z | Compiling vte_generate_state_changes v0.1.2 |
2465 | 2025-07-18T16:19:11.898Z | Checking fd-lock v4.0.2 |
2466 | 2025-07-18T16:19:11.959Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2467 | 2025-07-18T16:19:12.164Z | Checking nu-ansi-term v0.50.1 |
2468 | 2025-07-18T16:19:12.473Z | Checking vte v0.11.1 |
2469 | 2025-07-18T16:19:12.600Z | Compiling const_format_proc_macros v0.2.34 |
2470 | 2025-07-18T16:19:13.027Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2471 | 2025-07-18T16:19:13.679Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2472 | 2025-07-18T16:19:13.777Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2473 | 2025-07-18T16:19:13.865Z | Checking strip-ansi-escapes v0.2.0 |
2474 | 2025-07-18T16:19:14.074Z | Checking kstat-rs v0.2.4 |
2475 | 2025-07-18T16:19:14.128Z | Checking reedline v0.40.0 |
2476 | 2025-07-18T16:19:14.178Z | Checking home v0.5.9 |
2477 | 2025-07-18T16:19:14.413Z | Checking half v1.8.3 |
2478 | 2025-07-18T16:19:14.466Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2479 | 2025-07-18T16:19:14.512Z | Checking const_format v0.2.34 |
2480 | 2025-07-18T16:19:14.777Z | Compiling nix v0.30.1 |
2481 | 2025-07-18T16:19:14.847Z | Checking serde_cbor v0.11.2 |
2482 | 2025-07-18T16:19:15.002Z | Compiling phf_generator v0.11.2 |
2483 | 2025-07-18T16:19:15.063Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2484 | 2025-07-18T16:19:15.270Z | Compiling phf_codegen v0.11.2 |
2485 | 2025-07-18T16:19:15.543Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2486 | 2025-07-18T16:19:15.594Z | Compiling dsl_auto_type v0.1.2 |
2487 | 2025-07-18T16:19:15.644Z | Checking scheduled-thread-pool v0.2.7 |
2488 | 2025-07-18T16:19:15.693Z | Compiling parse-zoneinfo v0.3.1 |
2489 | 2025-07-18T16:19:15.920Z | Compiling diesel_table_macro_syntax v0.2.0 |
2490 | 2025-07-18T16:19:16.037Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2491 | 2025-07-18T16:19:16.278Z | Compiling parking_lot_core v0.8.6 |
2492 | 2025-07-18T16:19:16.360Z | Compiling cfg_aliases v0.1.1 |
2493 | 2025-07-18T16:19:16.536Z | Compiling nix v0.28.0 |
2494 | 2025-07-18T16:19:16.813Z | Compiling chrono-tz-build v0.4.0 |
2495 | 2025-07-18T16:19:16.883Z | Checking r2d2 v0.8.10 |
2496 | 2025-07-18T16:19:16.993Z | Compiling diesel_derives v2.2.3 |
2497 | 2025-07-18T16:19:17.193Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2498 | 2025-07-18T16:19:17.260Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2499 | 2025-07-18T16:19:17.330Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2500 | 2025-07-18T16:19:17.378Z | Checking bcs v0.1.6 |
2501 | 2025-07-18T16:19:17.890Z | Checking nanorand v0.7.0 |
2502 | 2025-07-18T16:19:17.942Z | Compiling chrono-tz v0.10.3 |
2503 | 2025-07-18T16:19:18.115Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2504 | 2025-07-18T16:19:18.293Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2505 | 2025-07-18T16:19:18.345Z | Checking flume v0.11.1 |
2506 | 2025-07-18T16:19:18.523Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2507 | 2025-07-18T16:19:18.799Z | Compiling crunchy v0.2.2 |
2508 | 2025-07-18T16:19:18.989Z | Checking parking_lot v0.11.2 |
2509 | 2025-07-18T16:19:19.464Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2510 | 2025-07-18T16:19:19.632Z | Checking prefix-trie v0.7.0 |
2511 | 2025-07-18T16:19:20.023Z | Compiling peg-macros v0.8.5 |
2512 | 2025-07-18T16:19:20.366Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2513 | 2025-07-18T16:19:20.422Z | Compiling sqlparser_derive v0.2.2 |
2514 | 2025-07-18T16:19:20.956Z | Compiling tiny-keccak v2.0.2 |
2515 | 2025-07-18T16:19:21.348Z | Checking unicode_categories v0.1.1 |
2516 | 2025-07-18T16:19:21.584Z | Checking hickory-server v0.25.2 |
2517 | 2025-07-18T16:19:21.632Z | Checking sqlparser v0.45.0 |
2518 | 2025-07-18T16:19:21.701Z | Checking sqlformat v0.3.5 |
2519 | 2025-07-18T16:19:21.704Z | Checking rustyline v14.0.0 |
2520 | 2025-07-18T16:19:22.580Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2521 | 2025-07-18T16:19:23.189Z | Checking peg v0.8.5 |
2522 | 2025-07-18T16:19:23.366Z | Checking sled v0.34.7 |
2523 | 2025-07-18T16:19:23.626Z | Checking hickory-client v0.25.2 |
2524 | 2025-07-18T16:19:24.197Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2525 | 2025-07-18T16:19:24.367Z | Compiling bit-vec v0.6.3 |
2526 | 2025-07-18T16:19:24.880Z | Compiling bit-set v0.5.3 |
2527 | 2025-07-18T16:19:25.230Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2528 | 2025-07-18T16:19:25.350Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2529 | 2025-07-18T16:19:26.212Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2530 | 2025-07-18T16:19:27.338Z | Compiling ascii-canvas v3.0.0 |
2531 | 2025-07-18T16:19:27.412Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2532 | 2025-07-18T16:19:27.717Z | Checking diesel v2.2.11 |
2533 | 2025-07-18T16:19:27.776Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2534 | 2025-07-18T16:19:27.883Z | Compiling ena v0.14.3 |
2535 | 2025-07-18T16:19:28.370Z | Compiling regex-syntax v0.6.29 |
2536 | 2025-07-18T16:19:28.420Z | Compiling bindgen v0.71.1 |
2537 | 2025-07-18T16:19:28.598Z | Compiling diff v0.1.13 |
2538 | 2025-07-18T16:19:28.922Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2539 | 2025-07-18T16:19:29.148Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2540 | 2025-07-18T16:19:29.490Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2541 | 2025-07-18T16:19:30.033Z | Compiling unicase v2.7.0 |
2542 | 2025-07-18T16:19:30.657Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2543 | 2025-07-18T16:19:30.709Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2544 | 2025-07-18T16:19:31.099Z | Compiling derive_builder_core v0.20.2 |
2545 | 2025-07-18T16:19:31.463Z | Compiling libxml v0.3.3 |
2546 | 2025-07-18T16:19:31.903Z | Compiling lalrpop v0.19.12 |
2547 | 2025-07-18T16:19:32.478Z | Compiling strum_macros v0.24.3 |
2548 | 2025-07-18T16:19:33.144Z | Compiling derive_builder_macro v0.20.2 |
2549 | 2025-07-18T16:19:33.404Z | Compiling indoc v1.0.9 |
2550 | 2025-07-18T16:19:34.058Z | Checking derive_builder v0.20.2 |
2551 | 2025-07-18T16:19:34.767Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2552 | 2025-07-18T16:19:35.553Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2553 | 2025-07-18T16:19:35.636Z | Checking primeorder v0.13.6 |
2554 | 2025-07-18T16:19:35.749Z | Checking quick-xml v0.37.2 |
2555 | 2025-07-18T16:19:35.942Z | Compiling impl-trait-for-tuples v0.2.2 |
2556 | 2025-07-18T16:19:36.180Z | Compiling oso-derive v0.27.3 |
2557 | 2025-07-18T16:19:36.791Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2558 | 2025-07-18T16:19:37.220Z | Checking assert_matches v1.5.0 |
2559 | 2025-07-18T16:19:37.467Z | Compiling mime_guess v2.0.5 |
2560 | 2025-07-18T16:19:37.804Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2561 | 2025-07-18T16:19:38.227Z | Checking signal-hook-tokio v0.3.1 |
2562 | 2025-07-18T16:19:38.520Z | Checking http-range v0.1.5 |
2563 | 2025-07-18T16:19:38.745Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2564 | 2025-07-18T16:19:39.131Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2565 | 2025-07-18T16:19:39.507Z | Checking atty v0.2.14 |
2566 | 2025-07-18T16:19:39.720Z | Compiling salty v0.3.0 |
2567 | 2025-07-18T16:19:40.366Z | Checking p384 v0.13.0 |
2568 | 2025-07-18T16:19:41.100Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2569 | 2025-07-18T16:19:41.521Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2570 | 2025-07-18T16:19:42.072Z | Checking tungstenite v0.23.0 |
2571 | 2025-07-18T16:19:42.568Z | Compiling diesel-dtrace v0.4.2 |
2572 | 2025-07-18T16:19:42.691Z | Checking hyper-staticfile v0.10.1 |
2573 | 2025-07-18T16:19:43.007Z | Checking tokio-tungstenite v0.23.1 |
2574 | 2025-07-18T16:19:43.136Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2575 | 2025-07-18T16:19:43.201Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2576 | 2025-07-18T16:19:43.249Z | Checking predicates-tree v1.0.12 |
2577 | 2025-07-18T16:19:43.519Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2578 | 2025-07-18T16:19:43.571Z | Checking bb8 v0.8.5 |
2579 | 2025-07-18T16:19:43.708Z | Checking env_filter v0.1.2 |
2580 | 2025-07-18T16:19:43.770Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2581 | 2025-07-18T16:19:43.920Z | Checking void v1.0.2 |
2582 | 2025-07-18T16:19:44.030Z | Checking env_logger v0.11.5 |
2583 | 2025-07-18T16:19:44.137Z | Checking lzss v0.8.2 |
2584 | 2025-07-18T16:19:44.233Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2585 | 2025-07-18T16:19:44.236Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2586 | 2025-07-18T16:19:44.324Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2587 | 2025-07-18T16:19:44.400Z | Checking nix v0.27.1 |
2588 | 2025-07-18T16:19:44.516Z | Checking serde_bytes v0.11.17 |
2589 | 2025-07-18T16:19:44.595Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2590 | 2025-07-18T16:19:44.767Z | Checking secrecy v0.8.0 |
2591 | 2025-07-18T16:19:44.870Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2592 | 2025-07-18T16:19:44.920Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2593 | 2025-07-18T16:19:45.033Z | Checking ignore v0.4.23 |
2594 | 2025-07-18T16:19:45.088Z | Compiling fs-err v2.11.0 |
2595 | 2025-07-18T16:19:45.723Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2596 | 2025-07-18T16:19:45.912Z | Checking globwalk v0.9.1 |
2597 | 2025-07-18T16:19:46.295Z | Checking camino-tempfile-ext v0.3.2 |
2598 | 2025-07-18T16:19:46.388Z | Checking parse-size v1.1.0 |
2599 | 2025-07-18T16:19:46.630Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2600 | 2025-07-18T16:19:46.741Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2601 | 2025-07-18T16:19:47.641Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2602 | 2025-07-18T16:19:48.006Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2603 | 2025-07-18T16:19:48.464Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2604 | 2025-07-18T16:19:48.518Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2605 | 2025-07-18T16:19:49.081Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2606 | 2025-07-18T16:19:49.137Z | Checking rand_seeder v0.3.0 |
2607 | 2025-07-18T16:19:49.442Z | Checking csv-core v0.1.11 |
2608 | 2025-07-18T16:19:50.451Z | Checking csv v1.3.1 |
2609 | 2025-07-18T16:19:50.456Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2610 | 2025-07-18T16:19:50.549Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2611 | 2025-07-18T16:19:50.783Z | Checking heck v0.4.1 |
2612 | 2025-07-18T16:19:50.892Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2613 | 2025-07-18T16:19:51.049Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2614 | 2025-07-18T16:19:51.101Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2615 | 2025-07-18T16:19:51.842Z | Checking yansi v1.0.1 |
2616 | 2025-07-18T16:19:52.111Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2617 | 2025-07-18T16:19:52.288Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2618 | 2025-07-18T16:19:52.421Z | Checking pretty_assertions v1.4.1 |
2619 | 2025-07-18T16:19:52.701Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2620 | 2025-07-18T16:19:52.796Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2621 | 2025-07-18T16:19:53.053Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2622 | 2025-07-18T16:19:54.290Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2623 | 2025-07-18T16:19:54.529Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2624 | 2025-07-18T16:19:54.816Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2625 | 2025-07-18T16:19:55.502Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2626 | 2025-07-18T16:19:55.656Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2627 | 2025-07-18T16:19:56.035Z | Compiling indoc v2.0.6 |
2628 | 2025-07-18T16:19:56.198Z | Checking is_ci v1.2.0 |
2629 | 2025-07-18T16:19:56.395Z | Checking typeid v1.0.3 |
2630 | 2025-07-18T16:19:56.444Z | Checking supports-color v3.0.2 |
2631 | 2025-07-18T16:19:56.614Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2632 | 2025-07-18T16:19:56.714Z | Checking castaway v0.2.3 |
2633 | 2025-07-18T16:19:56.935Z | Compiling libz-sys v1.1.20 |
2634 | 2025-07-18T16:19:56.986Z | Checking compact_str v0.8.0 |
2635 | 2025-07-18T16:19:57.207Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2636 | 2025-07-18T16:19:57.716Z | Checking async-bb8-diesel v0.2.1 |
2637 | 2025-07-18T16:19:58.388Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2638 | 2025-07-18T16:19:58.493Z | Checking erased-serde v0.4.6 |
2639 | 2025-07-18T16:19:59.025Z | Checking unicode-truncate v1.1.0 |
2640 | 2025-07-18T16:19:59.337Z | Checking concurrent-queue v2.5.0 |
2641 | 2025-07-18T16:19:59.427Z | Checking lru v0.12.5 |
2642 | 2025-07-18T16:19:59.775Z | Checking ordered-float v2.10.1 |
2643 | 2025-07-18T16:19:59.829Z | Compiling instability v0.3.2 |
2644 | 2025-07-18T16:19:59.963Z | Checking parking v2.2.1 |
2645 | 2025-07-18T16:20:00.226Z | Checking cassowary v0.3.0 |
2646 | 2025-07-18T16:20:00.351Z | Checking serde-value v0.7.0 |
2647 | 2025-07-18T16:20:00.722Z | Checking serde-untagged v0.1.7 |
2648 | 2025-07-18T16:20:00.828Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2649 | 2025-07-18T16:20:00.940Z | Checking ratatui v0.29.0 |
2650 | 2025-07-18T16:20:01.169Z | Checking cargo-util-schemas v0.2.0 |
2651 | 2025-07-18T16:20:02.000Z | Checking cargo-platform v0.2.0 |
2652 | 2025-07-18T16:20:02.409Z | Checking event-listener v5.3.1 |
2653 | 2025-07-18T16:20:02.923Z | Compiling vergen v8.3.2 |
2654 | 2025-07-18T16:20:03.147Z | Checking cargo_metadata v0.20.0 |
2655 | 2025-07-18T16:20:03.327Z | Compiling cargo-platform v0.1.8 |
2656 | 2025-07-18T16:20:03.937Z | Compiling cargo_metadata v0.18.1 |
2657 | 2025-07-18T16:20:04.174Z | Checking event-listener-strategy v0.5.2 |
2658 | 2025-07-18T16:20:04.483Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2659 | 2025-07-18T16:20:04.967Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2660 | 2025-07-18T16:20:06.827Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2661 | 2025-07-18T16:20:07.126Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2662 | 2025-07-18T16:20:07.220Z | Checking shell-words v1.1.0 |
2663 | 2025-07-18T16:20:07.273Z | Compiling rustls v0.21.12 |
2664 | 2025-07-18T16:20:07.464Z | Checking plotters-backend v0.3.7 |
2665 | 2025-07-18T16:20:07.713Z | Checking futures-lite v2.3.0 |
2666 | 2025-07-18T16:20:07.774Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2667 | 2025-07-18T16:20:07.847Z | Checking plotters-svg v0.3.7 |
2668 | 2025-07-18T16:20:08.140Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2669 | 2025-07-18T16:20:08.549Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2670 | 2025-07-18T16:20:08.599Z | Checking sct v0.7.1 |
2671 | 2025-07-18T16:20:08.848Z | Checking rustls-webpki v0.101.7 |
2672 | 2025-07-18T16:20:08.947Z | Checking cast v0.3.0 |
2673 | 2025-07-18T16:20:09.228Z | Checking plotters v0.3.7 |
2674 | 2025-07-18T16:20:09.317Z | Checking criterion-plot v0.5.0 |
2675 | 2025-07-18T16:20:09.883Z | Checking tinytemplate v1.2.1 |
2676 | 2025-07-18T16:20:10.377Z | Checking oorandom v11.1.4 |
2677 | 2025-07-18T16:20:10.627Z | Checking anes v0.1.6 |
2678 | 2025-07-18T16:20:11.009Z | Checking async-lock v3.4.0 |
2679 | 2025-07-18T16:20:11.063Z | Checking criterion v0.6.0 |
2680 | 2025-07-18T16:20:11.925Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2681 | 2025-07-18T16:20:12.531Z | Checking tokio-rustls v0.24.1 |
2682 | 2025-07-18T16:20:12.828Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2683 | 2025-07-18T16:20:12.954Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2684 | 2025-07-18T16:20:13.135Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2685 | 2025-07-18T16:20:13.540Z | Checking rustls-pemfile v1.0.4 |
2686 | 2025-07-18T16:20:13.715Z | Checking twox-hash v2.1.0 |
2687 | 2025-07-18T16:20:13.838Z | Checking polling v3.7.3 |
2688 | 2025-07-18T16:20:14.269Z | Checking async-io v2.3.4 |
2689 | 2025-07-18T16:20:14.470Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2690 | 2025-07-18T16:20:14.530Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2691 | 2025-07-18T16:20:14.663Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2692 | 2025-07-18T16:20:14.974Z | Checking fatfs v0.3.6 |
2693 | 2025-07-18T16:20:15.164Z | Checking hex-literal v0.4.1 |
2694 | 2025-07-18T16:20:15.371Z | Checking async-task v4.7.1 |
2695 | 2025-07-18T16:20:15.800Z | Checking async-channel v2.3.1 |
2696 | 2025-07-18T16:20:15.975Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2697 | 2025-07-18T16:20:16.190Z | Checking piper v0.2.4 |
2698 | 2025-07-18T16:20:16.490Z | Checking rtoolbox v0.0.2 |
2699 | 2025-07-18T16:20:16.742Z | Checking futures-timer v3.0.3 |
2700 | 2025-07-18T16:20:16.795Z | Checking rpassword v7.4.0 |
2701 | 2025-07-18T16:20:17.027Z | Checking blocking v1.6.1 |
2702 | 2025-07-18T16:20:17.101Z | Checking async-executor v1.13.1 |
2703 | 2025-07-18T16:20:17.413Z | Checking async-signal v0.2.10 |
2704 | 2025-07-18T16:20:17.500Z | Checking tui-tree-widget v0.23.1 |
2705 | 2025-07-18T16:20:17.750Z | Checking polyval v0.6.2 |
2706 | 2025-07-18T16:20:17.903Z | Checking event-listener v2.5.3 |
2707 | 2025-07-18T16:20:18.059Z | Checking ghash v0.5.1 |
2708 | 2025-07-18T16:20:18.199Z | Checking async-channel v1.9.0 |
2709 | 2025-07-18T16:20:18.268Z | Checking async-process v2.3.0 |
2710 | 2025-07-18T16:20:18.513Z | Checking async-global-executor v2.4.1 |
2711 | 2025-07-18T16:20:18.735Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2712 | 2025-07-18T16:20:18.882Z | Checking ctr v0.9.2 |
2713 | 2025-07-18T16:20:19.179Z | Checking kv-log-macro v1.0.7 |
2714 | 2025-07-18T16:20:19.366Z | Compiling async-attributes v1.1.2 |
2715 | 2025-07-18T16:20:19.416Z | Checking arrayref v0.3.9 |
2716 | 2025-07-18T16:20:19.578Z | Checking constant_time_eq v0.3.1 |
2717 | 2025-07-18T16:20:19.785Z | Checking arrayvec v0.7.6 |
2718 | 2025-07-18T16:20:20.201Z | Checking async-std v1.13.0 |
2719 | 2025-07-18T16:20:20.252Z | Checking aes-gcm v0.10.3 |
2720 | 2025-07-18T16:20:20.563Z | Checking ssh-encoding v0.2.0 |
2721 | 2025-07-18T16:20:20.989Z | Checking blowfish v0.9.1 |
2722 | 2025-07-18T16:20:21.293Z | Compiling petname v2.0.2 |
2723 | 2025-07-18T16:20:22.749Z | Checking bcrypt-pbkdf v0.10.0 |
2724 | 2025-07-18T16:20:23.071Z | Checking ssh-cipher v0.2.0 |
2725 | 2025-07-18T16:20:23.393Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2726 | 2025-07-18T16:20:23.623Z | Checking async-object-pool v0.1.5 |
2727 | 2025-07-18T16:20:23.883Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2728 | 2025-07-18T16:20:24.309Z | Checking serde_regex v1.1.0 |
2729 | 2025-07-18T16:20:24.491Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2730 | 2025-07-18T16:20:24.583Z | Checking password-hash v0.4.2 |
2731 | 2025-07-18T16:20:25.092Z | Checking assert-json-diff v2.0.2 |
2732 | 2025-07-18T16:20:25.215Z | Checking path-tree v0.8.1 |
2733 | 2025-07-18T16:20:25.454Z | Checking stringmetrics v2.2.2 |
2734 | 2025-07-18T16:20:25.616Z | Checking pbkdf2 v0.11.0 |
2735 | 2025-07-18T16:20:25.778Z | Checking httpmock v0.8.0-alpha.1 |
2736 | 2025-07-18T16:20:25.974Z | Checking ssh-key v0.6.6 |
2737 | 2025-07-18T16:20:28.544Z | Checking p256 v0.13.2 |
2738 | 2025-07-18T16:20:29.006Z | Checking p521 v0.13.3 |
2739 | 2025-07-18T16:20:30.514Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2740 | 2025-07-18T16:20:30.600Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2741 | 2025-07-18T16:20:30.669Z | Checking russh-cryptovec v0.7.3 |
2742 | 2025-07-18T16:20:30.823Z | Checking sync-ptr v0.1.4 |
2743 | 2025-07-18T16:20:30.931Z | Compiling target-lexicon v0.13.2 |
2744 | 2025-07-18T16:20:31.011Z | Checking md5 v0.7.0 |
2745 | 2025-07-18T16:20:31.076Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2746 | 2025-07-18T16:20:31.375Z | Checking russh-keys v0.45.0 |
2747 | 2025-07-18T16:20:32.107Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2748 | 2025-07-18T16:20:32.681Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2749 | 2025-07-18T16:20:32.741Z | Checking num-bigint v0.4.6 |
2750 | 2025-07-18T16:20:32.963Z | Checking des v0.8.1 |
2751 | 2025-07-18T16:20:33.049Z | Compiling blake3 v1.5.4 |
2752 | 2025-07-18T16:20:33.308Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2753 | 2025-07-18T16:20:33.794Z | Compiling guppy-workspace-hack v0.1.0 |
2754 | 2025-07-18T16:20:34.198Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2755 | 2025-07-18T16:20:35.083Z | Checking russh v0.45.0 |
2756 | 2025-07-18T16:20:35.545Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2757 | 2025-07-18T16:20:35.599Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2758 | 2025-07-18T16:20:35.989Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2759 | 2025-07-18T16:20:36.370Z | Checking memmap2 v0.9.5 |
2760 | 2025-07-18T16:20:36.735Z | Compiling target-spec v3.4.2 |
2761 | 2025-07-18T16:20:36.972Z | Checking internet-checksum v0.2.1 |
2762 | 2025-07-18T16:20:37.394Z | Checking cfg-expr v0.18.0 |
2763 | 2025-07-18T16:20:38.160Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2764 | 2025-07-18T16:20:38.286Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2765 | 2025-07-18T16:20:38.799Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2766 | 2025-07-18T16:20:39.215Z | Checking httptest v0.16.3 |
2767 | 2025-07-18T16:20:39.622Z | Checking topological-sort v0.2.2 |
2768 | 2025-07-18T16:20:39.893Z | Checking omicron-zone-package v0.12.2 |
2769 | 2025-07-18T16:20:41.749Z | Checking petgraph v0.7.1 |
2770 | 2025-07-18T16:20:42.667Z | Checking pathdiff v0.2.3 |
2771 | 2025-07-18T16:20:42.902Z | Compiling rstest_macros v0.25.0 |
2772 | 2025-07-18T16:20:43.514Z | Compiling doc-comment v0.3.3 |
2773 | 2025-07-18T16:20:43.845Z | Checking nested v0.1.1 |
2774 | 2025-07-18T16:20:44.099Z | Compiling target-triple v0.1.3 |
2775 | 2025-07-18T16:20:44.137Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2776 | 2025-07-18T16:20:44.391Z | Checking guppy v0.17.19 |
2777 | 2025-07-18T16:20:44.611Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2778 | 2025-07-18T16:20:44.754Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2779 | 2025-07-18T16:20:45.127Z | Checking similar-asserts v1.7.0 |
2780 | 2025-07-18T16:20:45.356Z | Compiling proc-macro-crate v3.2.0 |
2781 | 2025-07-18T16:20:46.363Z | Compiling assert_cmd v2.0.17 |
2782 | 2025-07-18T16:20:46.522Z | Compiling relative-path v1.9.3 |
2783 | 2025-07-18T16:20:46.871Z | Checking escape8259 v0.5.3 |
2784 | 2025-07-18T16:20:47.141Z | Checking libtest-mimic v0.8.1 |
2785 | 2025-07-18T16:20:48.051Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2786 | 2025-07-18T16:20:48.153Z | Checking blake2b_simd v1.0.2 |
2787 | 2025-07-18T16:20:49.083Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2788 | 2025-07-18T16:20:49.605Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2789 | 2025-07-18T16:20:49.932Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2790 | 2025-07-18T16:20:50.296Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2791 | 2025-07-18T16:20:50.701Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2792 | 2025-07-18T16:20:51.088Z | Checking fancy-regex v0.14.0 |
2793 | 2025-07-18T16:20:52.119Z | Checking serde_tokenstream v0.2.2 |
2794 | 2025-07-18T16:20:52.569Z | Checking uzers v0.12.1 |
2795 | 2025-07-18T16:20:53.045Z | Checking datatest-stable v0.3.2 |
2796 | 2025-07-18T16:20:53.780Z | Checking rust-argon2 v2.1.0 |
2797 | 2025-07-18T16:20:53.974Z | Compiling git2 v0.19.0 |
2798 | 2025-07-18T16:20:54.818Z | Checking trybuild v1.0.105 |
2799 | 2025-07-18T16:20:55.973Z | Checking rstest v0.25.0 |
2800 | 2025-07-18T16:20:56.178Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2801 | 2025-07-18T16:20:56.265Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2802 | 2025-07-18T16:20:57.553Z | Checking support-bundle-viewer v0.1.2 |
2803 | 2025-07-18T16:20:58.050Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2804 | 2025-07-18T16:20:58.453Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2805 | 2025-07-18T16:20:58.864Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2806 | 2025-07-18T16:21:01.023Z | Checking rand_distr v0.4.3 |
2807 | 2025-07-18T16:21:01.847Z | Checking multimap v0.10.1 |
2808 | 2025-07-18T16:21:01.911Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2809 | 2025-07-18T16:21:02.237Z | Checking approx v0.5.1 |
2810 | 2025-07-18T16:21:02.503Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2811 | 2025-07-18T16:21:02.763Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2812 | 2025-07-18T16:21:03.221Z | Compiling samael v0.0.19 |
2813 | 2025-07-18T16:21:03.295Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2814 | 2025-07-18T16:21:03.472Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2815 | 2025-07-18T16:21:03.730Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2816 | 2025-07-18T16:21:04.179Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2817 | 2025-07-18T16:21:04.533Z | Checking partial-io v0.5.4 |
2818 | 2025-07-18T16:21:05.045Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2819 | 2025-07-18T16:21:05.205Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2820 | 2025-07-18T16:21:05.595Z | Checking cargo_toml v0.21.0 |
2821 | 2025-07-18T16:21:05.858Z | Checking termios v0.3.3 |
2822 | 2025-07-18T16:21:06.227Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2823 | 2025-07-18T16:21:06.270Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2824 | 2025-07-18T16:21:07.521Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2825 | 2025-07-18T16:21:09.291Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2826 | 2025-07-18T16:21:12.028Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2827 | 2025-07-18T16:21:27.247Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2828 | 2025-07-18T16:21:29.400Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2829 | 2025-07-18T16:21:44.724Z | Compiling polar-core v0.27.3 |
2830 | 2025-07-18T16:21:45.308Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2831 | 2025-07-18T16:21:52.689Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2832 | 2025-07-18T16:21:55.479Z | Checking oso v0.27.3 |
2833 | 2025-07-18T16:22:02.544Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2834 | 2025-07-18T16:22:07.750Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2835 | 2025-07-18T16:22:07.844Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2836 | 2025-07-18T16:22:12.317Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2837 | 2025-07-18T16:22:51.351Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2838 | 2025-07-18T16:22:51.351Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2839 | 2025-07-18T16:22:51.354Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2840 | 2025-07-18T16:24:12.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 07s |
2841 | 2025-07-18T16:24:13.209Z | |
2842 | 2025-07-18T16:24:13.209Z | real 7:12.844020058 |
2843 | 2025-07-18T16:24:13.209Z | user 39:21.195485535 |
2844 | 2025-07-18T16:24:13.209Z | sys 7:02.795701755 |
2845 | 2025-07-18T16:24:13.212Z | trap 1.134241502 |
2846 | 2025-07-18T16:24:13.212Z | tflt 0.539042336 |
2847 | 2025-07-18T16:24:13.212Z | dflt 0.237157625 |
2848 | 2025-07-18T16:24:13.212Z | kflt 0.005993133 |
2849 | 2025-07-18T16:24:13.212Z | lock 1:37:19.817869481 |
2850 | 2025-07-18T16:24:13.212Z | slp 2:10:26.976175670 |
2851 | 2025-07-18T16:24:13.212Z | lat 2:21.928620561 |
2852 | 2025-07-18T16:24:13.212Z | stop 14:20.433513885 |
2853 | 2025-07-18T16:24:13.212Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
2854 | 2025-07-18T16:24:13.212Z | + ptime -m cargo doc --workspace --no-deps |
2855 | 2025-07-18T16:24:14.404Z | warning: output filename collision. |
2856 | 2025-07-18T16:24:14.404Z | 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)`. |
2857 | 2025-07-18T16:24:14.404Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2858 | 2025-07-18T16:24:14.404Z | The targets should have unique names. |
2859 | 2025-07-18T16:24:14.404Z | This is a known bug where multiple crates with the same name use |
2860 | 2025-07-18T16:24:14.405Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2861 | 2025-07-18T16:24:15.368Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2862 | 2025-07-18T16:24:15.592Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2863 | 2025-07-18T16:24:15.619Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2864 | 2025-07-18T16:24:15.687Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2865 | 2025-07-18T16:24:15.729Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2866 | 2025-07-18T16:24:15.732Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2867 | 2025-07-18T16:24:15.732Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2868 | 2025-07-18T16:24:16.004Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2869 | 2025-07-18T16:24:16.043Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2870 | 2025-07-18T16:24:16.084Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2871 | 2025-07-18T16:24:16.116Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2872 | 2025-07-18T16:24:16.265Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2873 | 2025-07-18T16:24:16.466Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2874 | 2025-07-18T16:24:16.577Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2875 | 2025-07-18T16:24:16.682Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2876 | 2025-07-18T16:24:16.716Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2877 | 2025-07-18T16:24:16.792Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2878 | 2025-07-18T16:24:16.847Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2879 | 2025-07-18T16:24:16.969Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2880 | 2025-07-18T16:24:17.030Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2881 | 2025-07-18T16:24:17.342Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2882 | 2025-07-18T16:24:17.419Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2883 | 2025-07-18T16:24:17.464Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2884 | 2025-07-18T16:24:17.680Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2885 | 2025-07-18T16:24:17.885Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2886 | 2025-07-18T16:24:18.079Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2887 | 2025-07-18T16:24:18.418Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2888 | 2025-07-18T16:24:18.453Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2889 | 2025-07-18T16:24:18.762Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2890 | 2025-07-18T16:24:18.878Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2891 | 2025-07-18T16:24:19.133Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2892 | 2025-07-18T16:24:19.173Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2893 | 2025-07-18T16:24:19.394Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2894 | 2025-07-18T16:24:19.542Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2895 | 2025-07-18T16:24:19.586Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2896 | 2025-07-18T16:24:19.834Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2897 | 2025-07-18T16:24:20.136Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2898 | 2025-07-18T16:24:20.209Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2899 | 2025-07-18T16:24:20.241Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2900 | 2025-07-18T16:24:20.375Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2901 | 2025-07-18T16:24:20.412Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2902 | 2025-07-18T16:24:20.650Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2903 | 2025-07-18T16:24:20.685Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2904 | 2025-07-18T16:24:20.784Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2905 | 2025-07-18T16:24:20.814Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2906 | 2025-07-18T16:24:20.843Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2907 | 2025-07-18T16:24:21.059Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2908 | 2025-07-18T16:24:21.089Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2909 | 2025-07-18T16:24:21.191Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2910 | 2025-07-18T16:24:21.280Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2911 | 2025-07-18T16:24:21.355Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2912 | 2025-07-18T16:24:21.453Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2913 | 2025-07-18T16:24:21.487Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2914 | 2025-07-18T16:24:21.667Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2915 | 2025-07-18T16:24:21.978Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2916 | 2025-07-18T16:24:22.001Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2917 | 2025-07-18T16:24:22.030Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2918 | 2025-07-18T16:24:22.101Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2919 | 2025-07-18T16:24:22.301Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2920 | 2025-07-18T16:24:22.471Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2921 | 2025-07-18T16:24:23.072Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2922 | 2025-07-18T16:24:23.973Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2923 | 2025-07-18T16:24:24.239Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2924 | 2025-07-18T16:24:25.622Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2925 | 2025-07-18T16:24:27.191Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2926 | 2025-07-18T16:24:27.324Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2927 | 2025-07-18T16:24:27.763Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2928 | 2025-07-18T16:24:28.763Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2929 | 2025-07-18T16:24:28.878Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2930 | 2025-07-18T16:24:30.421Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2931 | 2025-07-18T16:24:30.646Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2932 | 2025-07-18T16:24:31.456Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2933 | 2025-07-18T16:24:31.515Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2934 | 2025-07-18T16:24:32.159Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2935 | 2025-07-18T16:24:33.721Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2936 | 2025-07-18T16:24:33.897Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2937 | 2025-07-18T16:24:34.178Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2938 | 2025-07-18T16:24:34.969Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2939 | 2025-07-18T16:24:35.005Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2940 | 2025-07-18T16:24:35.453Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2941 | 2025-07-18T16:24:35.613Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2942 | 2025-07-18T16:24:36.659Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2943 | 2025-07-18T16:24:39.593Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2944 | 2025-07-18T16:24:39.980Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2945 | 2025-07-18T16:24:41.504Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2946 | 2025-07-18T16:24:41.591Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2947 | 2025-07-18T16:24:41.640Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2948 | 2025-07-18T16:24:42.178Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2949 | 2025-07-18T16:24:42.357Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2950 | 2025-07-18T16:24:42.688Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2951 | 2025-07-18T16:24:43.326Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2952 | 2025-07-18T16:24:43.908Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2953 | 2025-07-18T16:24:44.665Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2954 | 2025-07-18T16:24:44.887Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2955 | 2025-07-18T16:24:45.998Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2956 | 2025-07-18T16:24:46.775Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2957 | 2025-07-18T16:24:46.955Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2958 | 2025-07-18T16:24:47.328Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2959 | 2025-07-18T16:24:47.473Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2960 | 2025-07-18T16:24:48.538Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2961 | 2025-07-18T16:24:49.014Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2962 | 2025-07-18T16:24:49.049Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2963 | 2025-07-18T16:24:49.662Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2964 | 2025-07-18T16:24:50.366Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2965 | 2025-07-18T16:24:51.150Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2966 | 2025-07-18T16:24:51.811Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2967 | 2025-07-18T16:24:52.822Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2968 | 2025-07-18T16:24:53.299Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2969 | 2025-07-18T16:24:53.614Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2970 | 2025-07-18T16:24:54.064Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2971 | 2025-07-18T16:24:54.168Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2972 | 2025-07-18T16:24:54.406Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2973 | 2025-07-18T16:24:58.509Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2974 | 2025-07-18T16:24:58.630Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2975 | 2025-07-18T16:24:58.630Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2976 | 2025-07-18T16:24:58.630Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2977 | 2025-07-18T16:24:58.630Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2978 | 2025-07-18T16:24:58.630Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2979 | 2025-07-18T16:24:58.630Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2980 | 2025-07-18T16:24:58.630Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2981 | 2025-07-18T16:24:58.630Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2982 | 2025-07-18T16:24:58.630Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2983 | 2025-07-18T16:24:58.721Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2984 | 2025-07-18T16:24:58.721Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2985 | 2025-07-18T16:24:58.721Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2986 | 2025-07-18T16:24:58.721Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2987 | 2025-07-18T16:24:58.721Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2988 | 2025-07-18T16:24:58.721Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2989 | 2025-07-18T16:24:58.738Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2990 | 2025-07-18T16:24:59.333Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2991 | 2025-07-18T16:24:59.974Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2992 | 2025-07-18T16:25:00.600Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2993 | 2025-07-18T16:25:00.964Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2994 | 2025-07-18T16:25:01.347Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2995 | 2025-07-18T16:25:01.663Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2996 | 2025-07-18T16:25:01.697Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2997 | 2025-07-18T16:25:01.966Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2998 | 2025-07-18T16:25:02.135Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2999 | 2025-07-18T16:25:03.099Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3000 | 2025-07-18T16:25:04.316Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3001 | 2025-07-18T16:25:04.353Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3002 | 2025-07-18T16:25:05.122Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3003 | 2025-07-18T16:25:05.338Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3004 | 2025-07-18T16:25:05.701Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3005 | 2025-07-18T16:25:06.104Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3006 | 2025-07-18T16:25:06.134Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3007 | 2025-07-18T16:25:08.563Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3008 | 2025-07-18T16:25:09.056Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3009 | 2025-07-18T16:25:09.581Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3010 | 2025-07-18T16:25:10.331Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2025-07-18T16:25:10.708Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3012 | 2025-07-18T16:25:12.262Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3013 | 2025-07-18T16:25:12.426Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3014 | 2025-07-18T16:25:12.494Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3015 | 2025-07-18T16:25:13.127Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3016 | 2025-07-18T16:25:14.814Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3017 | 2025-07-18T16:25:15.097Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3018 | 2025-07-18T16:25:16.009Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3019 | 2025-07-18T16:25:17.105Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3020 | 2025-07-18T16:25:18.306Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3021 | 2025-07-18T16:25:22.790Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3022 | 2025-07-18T16:25:23.494Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3023 | 2025-07-18T16:25:24.097Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3024 | 2025-07-18T16:25:29.928Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3025 | 2025-07-18T16:25:30.727Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3026 | 2025-07-18T16:25:31.772Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3027 | 2025-07-18T16:25:32.559Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3028 | 2025-07-18T16:25:32.900Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3029 | 2025-07-18T16:25:33.238Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3030 | 2025-07-18T16:25:41.168Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3031 | 2025-07-18T16:25:41.324Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3032 | 2025-07-18T16:25:41.684Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3033 | 2025-07-18T16:25:42.890Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3034 | 2025-07-18T16:25:43.131Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3035 | 2025-07-18T16:25:44.378Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3036 | 2025-07-18T16:25:46.044Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3037 | 2025-07-18T16:25:47.066Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3038 | 2025-07-18T16:25:47.257Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3039 | 2025-07-18T16:25:51.483Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3040 | 2025-07-18T16:25:51.580Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3041 | 2025-07-18T16:25:51.580Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3042 | 2025-07-18T16:25:52.739Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3043 | 2025-07-18T16:25:54.285Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3044 | 2025-07-18T16:25:54.724Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3045 | 2025-07-18T16:25:54.927Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3046 | 2025-07-18T16:25:56.350Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3047 | 2025-07-18T16:25:57.761Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3048 | 2025-07-18T16:25:58.360Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3049 | 2025-07-18T16:26:00.614Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3050 | 2025-07-18T16:26:00.750Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3051 | 2025-07-18T16:26:01.033Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3052 | 2025-07-18T16:26:02.154Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3053 | 2025-07-18T16:26:03.210Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3054 | 2025-07-18T16:26:05.522Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3055 | 2025-07-18T16:26:06.371Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3056 | 2025-07-18T16:26:07.520Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3057 | 2025-07-18T16:26:08.128Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3058 | 2025-07-18T16:26:09.068Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3059 | 2025-07-18T16:26:10.440Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3060 | 2025-07-18T16:26:11.191Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3061 | 2025-07-18T16:26:11.629Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3062 | 2025-07-18T16:26:12.739Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3063 | 2025-07-18T16:26:13.700Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3064 | 2025-07-18T16:26:14.070Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3065 | 2025-07-18T16:26:14.960Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3066 | 2025-07-18T16:26:16.641Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3067 | 2025-07-18T16:26:16.920Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3068 | 2025-07-18T16:26:17.611Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3069 | 2025-07-18T16:26:17.871Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3070 | 2025-07-18T16:26:18.844Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3071 | 2025-07-18T16:26:20.297Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
3072 | 2025-07-18T16:26:20.655Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3073 | 2025-07-18T16:26:20.961Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3074 | 2025-07-18T16:26:21.566Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3075 | 2025-07-18T16:26:22.776Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3076 | 2025-07-18T16:26:24.964Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3077 | 2025-07-18T16:26:25.274Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3078 | 2025-07-18T16:26:25.325Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3079 | 2025-07-18T16:26:25.630Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3080 | 2025-07-18T16:26:26.444Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3081 | 2025-07-18T16:26:28.929Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3082 | 2025-07-18T16:26:29.059Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3083 | 2025-07-18T16:26:29.201Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3084 | 2025-07-18T16:26:29.614Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3085 | 2025-07-18T16:26:29.667Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3086 | 2025-07-18T16:26:30.558Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3087 | 2025-07-18T16:26:33.661Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3088 | 2025-07-18T16:26:33.917Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3089 | 2025-07-18T16:26:34.064Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3090 | 2025-07-18T16:26:34.174Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3091 | 2025-07-18T16:26:34.638Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3092 | 2025-07-18T16:26:35.165Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3093 | 2025-07-18T16:26:36.877Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3094 | 2025-07-18T16:26:37.177Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3095 | 2025-07-18T16:26:37.866Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3096 | 2025-07-18T16:26:38.201Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3097 | 2025-07-18T16:26:38.583Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3098 | 2025-07-18T16:26:39.208Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3099 | 2025-07-18T16:26:40.019Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3100 | 2025-07-18T16:26:40.484Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3101 | 2025-07-18T16:26:41.097Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3102 | 2025-07-18T16:26:41.384Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3103 | 2025-07-18T16:26:42.698Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3104 | 2025-07-18T16:26:43.139Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3105 | 2025-07-18T16:26:43.257Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3106 | 2025-07-18T16:26:43.290Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3107 | 2025-07-18T16:26:43.734Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3108 | 2025-07-18T16:26:44.280Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3109 | 2025-07-18T16:26:45.283Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3110 | 2025-07-18T16:26:45.479Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3111 | 2025-07-18T16:26:45.655Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3112 | 2025-07-18T16:26:46.307Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3113 | 2025-07-18T16:26:46.343Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3114 | 2025-07-18T16:26:46.978Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3115 | 2025-07-18T16:26:48.717Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3116 | 2025-07-18T16:26:48.756Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3117 | 2025-07-18T16:26:54.799Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3118 | 2025-07-18T16:26:54.969Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3119 | 2025-07-18T16:26:55.288Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3120 | 2025-07-18T16:26:55.571Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3121 | 2025-07-18T16:26:56.021Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3122 | 2025-07-18T16:26:58.523Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3123 | 2025-07-18T16:26:59.092Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3124 | 2025-07-18T16:26:59.331Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3125 | 2025-07-18T16:27:00.858Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3126 | 2025-07-18T16:27:02.633Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3127 | 2025-07-18T16:27:02.698Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3128 | 2025-07-18T16:27:03.051Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3129 | 2025-07-18T16:27:03.083Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3130 | 2025-07-18T16:27:03.663Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3131 | 2025-07-18T16:27:03.745Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3132 | 2025-07-18T16:27:04.437Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3133 | 2025-07-18T16:27:04.465Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3134 | 2025-07-18T16:27:05.385Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3135 | 2025-07-18T16:27:05.556Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3136 | 2025-07-18T16:27:05.722Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3137 | 2025-07-18T16:27:05.799Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3138 | 2025-07-18T16:27:06.452Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3139 | 2025-07-18T16:27:06.598Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3140 | 2025-07-18T16:27:06.909Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3141 | 2025-07-18T16:27:08.032Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3142 | 2025-07-18T16:27:08.404Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3143 | 2025-07-18T16:27:08.539Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3144 | 2025-07-18T16:27:09.110Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3145 | 2025-07-18T16:27:09.484Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3146 | 2025-07-18T16:27:09.551Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3147 | 2025-07-18T16:27:10.469Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3148 | 2025-07-18T16:27:10.551Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3149 | 2025-07-18T16:27:10.700Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3150 | 2025-07-18T16:27:48.365Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3151 | 2025-07-18T16:27:55.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
3152 | 2025-07-18T16:27:56.057Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 168 other files |
3153 | 2025-07-18T16:27:56.143Z | |
3154 | 2025-07-18T16:27:56.143Z | real 3:42.844740404 |
3155 | 2025-07-18T16:27:56.143Z | user 21:18.104396083 |
3156 | 2025-07-18T16:27:56.143Z | sys 3:17.934792973 |
3157 | 2025-07-18T16:27:56.143Z | trap 0.566409586 |
3158 | 2025-07-18T16:27:56.143Z | tflt 0.142688455 |
3159 | 2025-07-18T16:27:56.143Z | dflt 0.125564296 |
3160 | 2025-07-18T16:27:56.146Z | kflt 0.000842580 |
3161 | 2025-07-18T16:27:56.146Z | lock 50:56.290017613 |
3162 | 2025-07-18T16:27:56.146Z | slp 1:00:17.835429626 |
3163 | 2025-07-18T16:27:56.146Z | lat 1:35.957440370 |
3164 | 2025-07-18T16:27:56.146Z | stop 2:05.814161820 |
3165 | 2025-07-18T16:27:56.146Z | process exited: duration 951547 ms, exit code 0 |
|
3166 | 2025-07-18T16:27:56.154Z | found 0 output files |