|
|
|
1 | 2025-03-25T21:32:04.179Z | job assigned to worker 01JQ7KEZSSMR7D6GZFHF2EHJP6 [factory aws, i-0359352902ee8e2c4] (queued for 58 s) |
|
2 | 2025-03-25T21:32:12.262Z | starting task 0: "setup" |
3 | 2025-03-25T21:32:12.266Z | ++ uname -s |
4 | 2025-03-25T21:32:12.266Z | + kern=SunOS |
5 | 2025-03-25T21:32:12.266Z | + build_user=build |
6 | 2025-03-25T21:32:12.266Z | + build_uid=12345 |
7 | 2025-03-25T21:32:12.266Z | + work_dir=/work |
8 | 2025-03-25T21:32:12.266Z | + input_dir=/input |
9 | 2025-03-25T21:32:12.266Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:32:12.266Z | + case "$kern" in |
11 | 2025-03-25T21:32:12.266Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:32:12.269Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:32:14.277Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:32:14.410Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:32:14.413Z | + home_fs=zfs |
16 | 2025-03-25T21:32:14.413Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:32:14.413Z | + mkdir -p /home/build |
18 | 2025-03-25T21:32:14.417Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:32:16.416Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:32:16.419Z | process exited: duration 4161 ms, exit code 0 |
|
21 | 2025-03-25T21:32:16.426Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:32:16.432Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:32:16.432Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T21:32:16.432Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-25T21:32:16.432Z | * rust toolchain profile = "default" |
26 | 2025-03-25T21:32:16.435Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:32:16.435Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:32:16.435Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:32:16.435Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:32:16.555Z | info: downloading installer |
31 | 2025-03-25T21:32:17.697Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:32:17.697Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:32:17.697Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:32:17.697Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:32:17.697Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:32:17.697Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:32:17.697Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:32:17.697Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:32:17.697Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:32:17.713Z | info: profile set to 'default' |
41 | 2025-03-25T21:32:17.713Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:32:17.716Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:32:17.889Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:32:17.889Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:32:18.759Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:32:19.187Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:32:20.560Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:32:22.859Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:32:29.870Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:32:30.203Z | info: installing component 'cargo' |
51 | 2025-03-25T21:32:31.019Z | info: installing component 'clippy' |
52 | 2025-03-25T21:32:31.401Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:32:33.128Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:32:35.006Z | info: installing component 'rustc' |
55 | 2025-03-25T21:32:40.829Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:32:41.159Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:32:41.159Z | |
58 | 2025-03-25T21:32:41.517Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:32:41.517Z | |
60 | 2025-03-25T21:32:41.520Z | |
61 | 2025-03-25T21:32:41.520Z | Rust is installed now. Great! |
62 | 2025-03-25T21:32:41.520Z | |
63 | 2025-03-25T21:32:41.520Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:32:41.520Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:32:41.520Z | |
66 | 2025-03-25T21:32:41.520Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:32:41.520Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:32:41.520Z | |
69 | 2025-03-25T21:32:41.520Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:32:41.520Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:32:41.521Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:32:41.521Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:32:41.587Z | + rustup --version |
74 | 2025-03-25T21:32:41.598Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:32:41.598Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:32:41.625Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:32:41.628Z | + cargo --version |
78 | 2025-03-25T21:32:41.646Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:32:41.649Z | + rustc --version |
80 | 2025-03-25T21:32:41.673Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:32:41.676Z | process exited: duration 25246 ms, exit code 0 |
|
82 | 2025-03-25T21:32:41.683Z | starting task 2: "authentication" |
83 | 2025-03-25T21:32:41.705Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T21:32:41.712Z | starting task 3: "clone repository" |
85 | 2025-03-25T21:32:41.717Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T21:32:41.720Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T21:32:41.758Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T21:32:49.618Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T21:32:49.618Z | + git fetch origin f4aea8cc86ef1a36efaf82a11415f86d265df337 |
90 | 2025-03-25T21:32:49.921Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T21:32:49.921Z | * branch f4aea8cc86ef1a36efaf82a11415f86d265df337 -> FETCH_HEAD |
92 | 2025-03-25T21:32:49.932Z | + [[ -n groups-for-instance ]] |
93 | 2025-03-25T21:32:49.935Z | ++ git branch --show-current |
94 | 2025-03-25T21:32:49.935Z | + current=main |
95 | 2025-03-25T21:32:49.935Z | + [[ main != groups-for-instance ]] |
96 | 2025-03-25T21:32:49.935Z | + git branch -f groups-for-instance f4aea8cc86ef1a36efaf82a11415f86d265df337 |
97 | 2025-03-25T21:32:49.939Z | + git checkout -f groups-for-instance |
98 | 2025-03-25T21:32:50.125Z | Switched to branch 'groups-for-instance' |
99 | 2025-03-25T21:32:50.129Z | + git reset --hard f4aea8cc86ef1a36efaf82a11415f86d265df337 |
100 | 2025-03-25T21:32:50.148Z | HEAD is now at f4aea8cc8 Merge branch 'affinity-query-commentary' into groups-for-instance |
101 | 2025-03-25T21:32:50.151Z | process exited: duration 8435 ms, exit code 0 |
|
102 | 2025-03-25T21:32:50.158Z | starting task 4: "build" |
103 | 2025-03-25T21:32:50.163Z | + source ./env.sh |
104 | 2025-03-25T21:32:50.163Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-25T21:32:50.163Z | ++ set -o xtrace |
106 | 2025-03-25T21:32:50.166Z | ++++ dirname ./env.sh |
107 | 2025-03-25T21:32:50.169Z | +++ readlink -f . |
108 | 2025-03-25T21:32:50.175Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-25T21:32:50.175Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-03-25T21:32:50.175Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-25T21:32:50.175Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-03-25T21:32:50.175Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-03-25T21:32:50.175Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-03-25T21:32:50.175Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-03-25T21:32:50.175Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-03-25T21:32:50.175Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-03-25T21:32:50.175Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-25T21:32:50.175Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-25T21:32:50.175Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-25T21:32:50.175Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-25T21:32:50.175Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-25T21:32:50.175Z | + cargo --version |
123 | 2025-03-25T21:32:50.226Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-25T21:32:50.230Z | + rustc --version |
125 | 2025-03-25T21:32:50.294Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-25T21:32:50.297Z | + banner prerequisites |
127 | 2025-03-25T21:32:50.300Z | |
128 | 2025-03-25T21:32:50.300Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-25T21:32:50.300Z | # # # # # # # # # # # # # # # |
130 | 2025-03-25T21:32:50.300Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-25T21:32:50.300Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-25T21:32:50.301Z | # # # # # # # # # # # # # # # |
133 | 2025-03-25T21:32:50.301Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-25T21:32:50.301Z | |
135 | 2025-03-25T21:32:50.301Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-25T21:32:51.995Z | pkg list: illegal option -- F |
137 | 2025-03-25T21:32:51.995Z | Usage: |
138 | 2025-03-25T21:32:51.998Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-25T21:32:51.998Z | [pkg_fmri_pattern ...] |
140 | 2025-03-25T21:32:52.852Z | pkg list: illegal option -- F |
141 | 2025-03-25T21:32:52.853Z | Usage: |
142 | 2025-03-25T21:32:52.856Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-25T21:32:52.856Z | [pkg_fmri_pattern ...] |
144 | 2025-03-25T21:33:05.167Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-25T21:33:09.740Z | Startup: Caching catalogs ... Done |
146 | 2025-03-25T21:33:24.958Z | Planning: Solver setup ... Done (14.140s) |
147 | 2025-03-25T21:33:25.124Z | Planning: Running solver ... Done (0.166s) |
148 | 2025-03-25T21:33:25.257Z | Planning: Finding local manifests ... Done (0.008s) |
149 | 2025-03-25T21:33:25.291Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-25T21:33:25.556Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-25T21:33:25.665Z | Planning: Package planning ... Done (0.109s) |
152 | 2025-03-25T21:33:25.724Z | Planning: Merging actions ... Done (0.057s) |
153 | 2025-03-25T21:33:25.920Z | Planning: Checking for conflicting actions ... Done (0.197s) |
154 | 2025-03-25T21:33:28.128Z | Planning: Consolidating action changes ... Done (2.207s) |
155 | 2025-03-25T21:33:28.585Z | Planning: Evaluating mediators ... Done (0.457s) |
156 | 2025-03-25T21:33:28.666Z | Planning: Planning completed in 18.82 seconds |
157 | 2025-03-25T21:33:28.683Z | Packages to install: 4 |
158 | 2025-03-25T21:33:28.687Z | Packages to update: 3 |
159 | 2025-03-25T21:33:28.687Z | Mediators to change: 2 |
160 | 2025-03-25T21:33:28.687Z | Services to change: 1 |
161 | 2025-03-25T21:33:28.687Z | Estimated space available: 155.59 GB |
162 | 2025-03-25T21:33:28.687Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-25T21:33:28.687Z | Create boot environment: No |
164 | 2025-03-25T21:33:28.687Z | Create backup boot environment: Yes |
165 | 2025-03-25T21:33:28.687Z | Rebuild boot archive: No |
166 | 2025-03-25T21:33:28.687Z | |
167 | 2025-03-25T21:33:28.687Z | Changed mediators: |
168 | 2025-03-25T21:33:28.687Z | mediator clang: |
169 | 2025-03-25T21:33:28.687Z | version: None -> 15 (system default) |
170 | 2025-03-25T21:33:28.687Z | |
171 | 2025-03-25T21:33:28.687Z | mediator llvm: |
172 | 2025-03-25T21:33:28.687Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-25T21:33:28.687Z | |
174 | 2025-03-25T21:33:28.687Z | Changed packages: |
175 | 2025-03-25T21:33:28.687Z | helios-dev |
176 | 2025-03-25T21:33:28.687Z | developer/build-essential |
177 | 2025-03-25T21:33:28.687Z | None -> 11-2.0 |
178 | 2025-03-25T21:33:28.687Z | library/libxmlsec1 |
179 | 2025-03-25T21:33:28.687Z | None -> 1.2.35-2.0 |
180 | 2025-03-25T21:33:28.687Z | ooce/developer/clang-15 |
181 | 2025-03-25T21:33:28.687Z | None -> 15.0.7-2.0 |
182 | 2025-03-25T21:33:28.687Z | ooce/developer/llvm-15 |
183 | 2025-03-25T21:33:28.687Z | None -> 15.0.7-2.0 |
184 | 2025-03-25T21:33:28.687Z | package/pkg |
185 | 2025-03-25T21:33:28.687Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-25T21:33:28.687Z | system/library/g++-runtime |
187 | 2025-03-25T21:33:28.687Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-25T21:33:28.687Z | system/library/gcc-runtime |
189 | 2025-03-25T21:33:28.687Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-25T21:33:28.687Z | |
191 | 2025-03-25T21:33:28.687Z | Services: |
192 | 2025-03-25T21:33:28.687Z | restart_fmri: |
193 | 2025-03-25T21:33:28.687Z | svc:/system/update-man-index:default |
194 | 2025-03-25T21:33:28.687Z | |
195 | 2025-03-25T21:33:28.688Z | Editable files to change: |
196 | 2025-03-25T21:33:28.688Z | Update: |
197 | 2025-03-25T21:33:28.688Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-25T21:33:28.766Z | |
199 | 2025-03-25T21:33:28.766Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-25T21:33:33.785Z | Download: 492/4301 items 12.9/225.4MB 5% complete (2.7M/s) |
201 | 2025-03-25T21:33:38.923Z | Download: 1198/4301 items 81.6/225.4MB 36% complete (8.1M/s) |
202 | 2025-03-25T21:33:43.929Z | Download: 1914/4301 items 118.6/225.4MB 52% complete (10.6M/s) |
203 | 2025-03-25T21:33:50.922Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (9.3M/s) |
204 | 2025-03-25T21:33:55.924Z | Download: 2769/4301 items 120.9/225.4MB 53% complete (180k/s) |
205 | 2025-03-25T21:34:00.944Z | Download: 3099/4301 items 123.7/225.4MB 54% complete (387k/s) |
206 | 2025-03-25T21:34:06.159Z | Download: 3241/4301 items 202.7/225.4MB 89% complete (8.1M/s) |
207 | 2025-03-25T21:34:13.378Z | Download: 3245/4301 items 202.9/225.4MB 89% complete (8.0M/s) |
208 | 2025-03-25T21:34:19.046Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (6.5M/s) |
209 | 2025-03-25T21:34:29.335Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
210 | 2025-03-25T21:34:38.262Z | Download: 3287/4301 items 212.6/225.4MB 94% complete (2.2M/s) |
211 | 2025-03-25T21:34:55.895Z | Download: 3288/4301 items 212.6/225.4MB 94% complete |
212 | 2025-03-25T21:35:01.059Z | Download: 3318/4301 items 213.1/225.4MB 94% complete (258k/s) |
213 | 2025-03-25T21:35:06.067Z | Download: 3740/4301 items 216.6/225.4MB 96% complete (619k/s) |
214 | 2025-03-25T21:35:12.017Z | Download: 4202/4301 items 220.5/225.4MB 97% complete (791k/s) |
215 | 2025-03-25T21:35:21.227Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (716k/s) |
216 | 2025-03-25T21:35:27.903Z | Download: 4299/4301 items 225.3/225.4MB 99% complete (502k/s) |
217 | 2025-03-25T21:35:47.112Z | Download: 4300/4301 items 225.4/225.4MB 100% complete |
218 | 2025-03-25T21:35:47.119Z | Download: Completed 225.42 MB in 138.33 seconds (1.6M/s) |
219 | 2025-03-25T21:35:49.136Z | Actions: 1/5122 actions (Removing old actions) |
220 | 2025-03-25T21:35:49.161Z | Actions: 194/5122 actions (Installing new actions) |
221 | 2025-03-25T21:35:53.987Z | Actions: 4267/5122 actions (Updating modified actions) |
222 | 2025-03-25T21:35:54.230Z | Actions: Completed 5122 actions in 5.09 seconds. |
223 | 2025-03-25T21:35:54.476Z | Done (0.237s) |
224 | 2025-03-25T21:35:54.479Z | Done (0.001s) |
225 | 2025-03-25T21:35:55.123Z | Done (0.646s) |
226 | 2025-03-25T21:35:59.653Z | Done (4.299s) |
227 | 2025-03-25T21:35:59.739Z | Done (0.018s) |
228 | 2025-03-25T21:35:59.742Z | Done (0.000s) |
229 | 2025-03-25T21:35:59.904Z | Done (0.000s) |
230 | 2025-03-25T21:36:00.633Z | Planning: Evaluating mediator changes ... Done |
231 | 2025-03-25T21:36:00.793Z | Planning: Checking for conflicting actions ... Done |
232 | 2025-03-25T21:36:00.797Z | Planning: Consolidating action changes ... Done |
233 | 2025-03-25T21:36:01.071Z | Planning: Evaluating mediators ... Done |
234 | 2025-03-25T21:36:01.074Z | Planning: Planning completed in 0.44 seconds |
235 | 2025-03-25T21:36:01.112Z | Mediators to change: 2 |
236 | 2025-03-25T21:36:01.112Z | Create boot environment: No |
237 | 2025-03-25T21:36:01.115Z | Create backup boot environment: No |
238 | 2025-03-25T21:36:01.191Z | Done |
239 | 2025-03-25T21:36:01.192Z | Done |
240 | 2025-03-25T21:36:01.621Z | Done |
241 | 2025-03-25T21:36:05.205Z | Done |
242 | 2025-03-25T21:36:05.293Z | Done |
243 | 2025-03-25T21:36:05.296Z | Done |
244 | 2025-03-25T21:36:05.431Z | Done |
245 | 2025-03-25T21:36:06.053Z | Planning: Evaluating mediator changes ... Done |
246 | 2025-03-25T21:36:06.057Z | Planning: Merging actions ... Done |
247 | 2025-03-25T21:36:06.244Z | Planning: Checking for conflicting actions ... Done |
248 | 2025-03-25T21:36:06.247Z | Planning: Consolidating action changes ... Done |
249 | 2025-03-25T21:36:06.518Z | Planning: Evaluating mediators ... Done |
250 | 2025-03-25T21:36:06.576Z | Planning: Planning completed in 0.77 seconds |
251 | 2025-03-25T21:36:06.619Z | Packages to change: 1 |
252 | 2025-03-25T21:36:06.619Z | Mediators to change: 1 |
253 | 2025-03-25T21:36:06.622Z | Services to change: 1 |
254 | 2025-03-25T21:36:06.622Z | Create boot environment: No |
255 | 2025-03-25T21:36:06.622Z | Create backup boot environment: Yes |
256 | 2025-03-25T21:36:09.045Z | Actions: 1/6 actions (Updating modified actions) |
257 | 2025-03-25T21:36:09.048Z | Actions: Completed 6 actions in 0.00 seconds. |
258 | 2025-03-25T21:36:09.048Z | Done |
259 | 2025-03-25T21:36:09.048Z | Done |
260 | 2025-03-25T21:36:09.176Z | Done |
261 | 2025-03-25T21:36:12.754Z | Done |
262 | 2025-03-25T21:36:12.845Z | Done |
263 | 2025-03-25T21:36:12.848Z | Done |
264 | 2025-03-25T21:36:13.005Z | Done |
265 | 2025-03-25T21:36:13.439Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
266 | 2025-03-25T21:36:13.439Z | clang system 15 system |
267 | 2025-03-25T21:36:13.439Z | csh system system illumos |
268 | 2025-03-25T21:36:13.439Z | ctags system system illumos |
269 | 2025-03-25T21:36:13.439Z | gcc vendor 12 vendor |
270 | 2025-03-25T21:36:13.439Z | gcc system 10 system |
271 | 2025-03-25T21:36:13.439Z | gcc system 7 system |
272 | 2025-03-25T21:36:13.439Z | go system 1.20 system |
273 | 2025-03-25T21:36:13.439Z | go system 1.19 system |
274 | 2025-03-25T21:36:13.439Z | llvm system 15 system |
275 | 2025-03-25T21:36:13.439Z | llvm system 14 system |
276 | 2025-03-25T21:36:13.439Z | mariadb system 10.6 system |
277 | 2025-03-25T21:36:13.439Z | mta vendor vendor dma |
278 | 2025-03-25T21:36:13.439Z | openjdk system 17 system |
279 | 2025-03-25T21:36:13.439Z | openjdk system 11 system |
280 | 2025-03-25T21:36:13.439Z | openjdk system 1.8 system |
281 | 2025-03-25T21:36:13.439Z | openssl vendor 3 vendor |
282 | 2025-03-25T21:36:13.439Z | perl system 5.36 system |
283 | 2025-03-25T21:36:13.439Z | postgresql system 15 system |
284 | 2025-03-25T21:36:13.439Z | postgresql system 13 system |
285 | 2025-03-25T21:36:13.439Z | python vendor 3 vendor |
286 | 2025-03-25T21:36:13.439Z | python system 2 system |
287 | 2025-03-25T21:36:13.439Z | python3 system 3.11 system |
288 | 2025-03-25T21:36:13.439Z | ruby system 3.0 system |
289 | 2025-03-25T21:36:13.439Z | words vendor vendor american-english |
290 | 2025-03-25T21:36:13.439Z | words system system australian-english |
291 | 2025-03-25T21:36:13.439Z | words system system british-english |
292 | 2025-03-25T21:36:13.440Z | words system system canadian-english |
293 | 2025-03-25T21:36:13.440Z | words system system french |
294 | 2025-03-25T21:36:13.440Z | words system system italian |
295 | 2025-03-25T21:36:13.440Z | words system system ngerman |
296 | 2025-03-25T21:36:13.440Z | words system system ogerman |
297 | 2025-03-25T21:36:13.440Z | words system system spanish |
298 | 2025-03-25T21:36:13.775Z | PUBLISHER TYPE STATUS P LOCATION |
299 | 2025-03-25T21:36:13.775Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
300 | 2025-03-25T21:36:17.013Z | FMRI IFO |
301 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
302 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
303 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
304 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
305 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
306 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
307 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
308 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
309 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
310 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
311 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
312 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
313 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
314 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
315 | 2025-03-25T21:36:17.013Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
316 | 2025-03-25T21:36:17.841Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
317 | 2025-03-25T21:36:18.132Z | Updating crates.io index |
318 | 2025-03-25T21:36:18.135Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
319 | 2025-03-25T21:36:18.728Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
320 | 2025-03-25T21:36:18.964Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
321 | 2025-03-25T21:36:19.250Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
322 | 2025-03-25T21:36:19.559Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
323 | 2025-03-25T21:36:20.572Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
324 | 2025-03-25T21:36:22.317Z | Updating git repository `https://github.com/oxidecomputer/opte` |
325 | 2025-03-25T21:36:22.998Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
326 | 2025-03-25T21:36:23.846Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
327 | 2025-03-25T21:36:24.190Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
328 | 2025-03-25T21:36:24.451Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
329 | 2025-03-25T21:36:25.086Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
330 | 2025-03-25T21:36:25.618Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
331 | 2025-03-25T21:36:25.909Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
332 | 2025-03-25T21:36:26.315Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
333 | 2025-03-25T21:36:26.592Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
334 | 2025-03-25T21:36:26.917Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
335 | 2025-03-25T21:36:27.164Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
336 | 2025-03-25T21:36:27.470Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
337 | 2025-03-25T21:36:27.790Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
338 | 2025-03-25T21:36:28.042Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
339 | 2025-03-25T21:36:28.369Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
340 | 2025-03-25T21:36:28.707Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
341 | 2025-03-25T21:36:29.002Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
342 | 2025-03-25T21:36:29.553Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
343 | 2025-03-25T21:36:29.835Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
344 | 2025-03-25T21:36:30.196Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
345 | 2025-03-25T21:36:30.596Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
346 | 2025-03-25T21:36:30.919Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
347 | 2025-03-25T21:36:31.212Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
348 | 2025-03-25T21:36:31.511Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
349 | 2025-03-25T21:36:32.849Z | Downloading crates ... |
350 | 2025-03-25T21:36:32.921Z | Downloaded anstyle-query v1.1.1 |
351 | 2025-03-25T21:36:32.924Z | Downloaded autocfg v1.4.0 |
352 | 2025-03-25T21:36:32.927Z | Downloaded anstream v0.6.15 |
353 | 2025-03-25T21:36:32.932Z | Downloaded anstyle-parse v0.2.5 |
354 | 2025-03-25T21:36:32.932Z | Downloaded scroll_derive v0.12.0 |
355 | 2025-03-25T21:36:32.936Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2025-03-25T21:36:32.947Z | Downloaded equivalent v1.0.1 |
357 | 2025-03-25T21:36:32.956Z | Downloaded swrite v0.1.0 |
358 | 2025-03-25T21:36:32.960Z | Downloaded usdt-attr-macro v0.5.0 |
359 | 2025-03-25T21:36:32.963Z | Downloaded zerocopy v0.7.35 |
360 | 2025-03-25T21:36:32.975Z | Downloaded crypto-common v0.1.6 |
361 | 2025-03-25T21:36:32.978Z | Downloaded cargo-platform v0.1.8 |
362 | 2025-03-25T21:36:32.978Z | Downloaded camino-tempfile v1.1.1 |
363 | 2025-03-25T21:36:32.981Z | Downloaded winnow v0.7.3 |
364 | 2025-03-25T21:36:32.988Z | Downloaded terminal_size v0.4.0 |
365 | 2025-03-25T21:36:32.991Z | Downloaded byteorder v1.5.0 |
366 | 2025-03-25T21:36:32.991Z | Downloaded block-buffer v0.10.4 |
367 | 2025-03-25T21:36:32.994Z | Downloaded terminal_size v0.2.6 |
368 | 2025-03-25T21:36:32.994Z | Downloaded thiserror-impl v1.0.69 |
369 | 2025-03-25T21:36:32.994Z | Downloaded proc-macro-error-attr v1.0.4 |
370 | 2025-03-25T21:36:32.998Z | Downloaded heck v0.4.1 |
371 | 2025-03-25T21:36:32.998Z | Downloaded smawk v0.3.2 |
372 | 2025-03-25T21:36:32.998Z | Downloaded heck v0.5.0 |
373 | 2025-03-25T21:36:33.001Z | Downloaded errno v0.3.9 |
374 | 2025-03-25T21:36:33.001Z | Downloaded colorchoice v1.0.2 |
375 | 2025-03-25T21:36:33.001Z | Downloaded memmap v0.7.0 |
376 | 2025-03-25T21:36:33.005Z | Downloaded thiserror-impl v2.0.12 |
377 | 2025-03-25T21:36:33.005Z | Downloaded fnv v1.0.7 |
378 | 2025-03-25T21:36:33.005Z | Downloaded clap_lex v0.7.4 |
379 | 2025-03-25T21:36:33.008Z | Downloaded cfg-if v1.0.0 |
380 | 2025-03-25T21:36:33.008Z | Downloaded bytecount v0.6.8 |
381 | 2025-03-25T21:36:33.011Z | Downloaded bitflags v1.3.2 |
382 | 2025-03-25T21:36:33.015Z | Downloaded tabled_derive v0.7.0 |
383 | 2025-03-25T21:36:33.015Z | Downloaded serde_tokenstream v0.2.2 |
384 | 2025-03-25T21:36:33.015Z | Downloaded plain v0.2.3 |
385 | 2025-03-25T21:36:33.018Z | Downloaded pest_generator v2.7.14 |
386 | 2025-03-25T21:36:33.018Z | Downloaded itoa v1.0.11 |
387 | 2025-03-25T21:36:33.018Z | Downloaded usdt v0.5.0 |
388 | 2025-03-25T21:36:33.021Z | Downloaded fs-err v2.11.0 |
389 | 2025-03-25T21:36:33.021Z | Downloaded thread-id v4.2.2 |
390 | 2025-03-25T21:36:33.021Z | Downloaded is_terminal_polyfill v1.70.1 |
391 | 2025-03-25T21:36:33.025Z | Downloaded digest v0.10.7 |
392 | 2025-03-25T21:36:33.025Z | Downloaded generic-array v0.14.7 |
393 | 2025-03-25T21:36:33.028Z | Downloaded utf8parse v0.2.2 |
394 | 2025-03-25T21:36:33.028Z | Downloaded version_check v0.9.5 |
395 | 2025-03-25T21:36:33.028Z | Downloaded thiserror v1.0.69 |
396 | 2025-03-25T21:36:33.034Z | Downloaded serde_spanned v0.6.8 |
397 | 2025-03-25T21:36:33.040Z | Downloaded usdt-impl v0.5.0 |
398 | 2025-03-25T21:36:33.040Z | Downloaded dof v0.3.0 |
399 | 2025-03-25T21:36:33.040Z | Downloaded cargo_metadata v0.19.2 |
400 | 2025-03-25T21:36:33.043Z | Downloaded camino v1.1.9 |
401 | 2025-03-25T21:36:33.043Z | Downloaded unicode-linebreak v0.1.5 |
402 | 2025-03-25T21:36:33.043Z | Downloaded cargo_toml v0.21.0 |
403 | 2025-03-25T21:36:33.043Z | Downloaded strsim v0.11.1 |
404 | 2025-03-25T21:36:33.043Z | Downloaded toml_datetime v0.6.8 |
405 | 2025-03-25T21:36:33.046Z | Downloaded tempfile v3.13.0 |
406 | 2025-03-25T21:36:33.050Z | Downloaded scroll v0.12.0 |
407 | 2025-03-25T21:36:33.050Z | Downloaded macaddr v1.0.1 |
408 | 2025-03-25T21:36:33.050Z | Downloaded fastrand v2.1.1 |
409 | 2025-03-25T21:36:33.054Z | Downloaded sha2 v0.10.8 |
410 | 2025-03-25T21:36:33.054Z | Downloaded quote v1.0.39 |
411 | 2025-03-25T21:36:33.057Z | Downloaded once_cell v1.20.3 |
412 | 2025-03-25T21:36:33.060Z | Downloaded io-lifetimes v1.0.11 |
413 | 2025-03-25T21:36:33.063Z | Downloaded usdt-macro v0.5.0 |
414 | 2025-03-25T21:36:33.063Z | Downloaded semver v1.0.25 |
415 | 2025-03-25T21:36:33.066Z | Downloaded cpufeatures v0.2.14 |
416 | 2025-03-25T21:36:33.066Z | Downloaded anstyle v1.0.10 |
417 | 2025-03-25T21:36:33.070Z | Downloaded clap_derive v4.5.32 |
418 | 2025-03-25T21:36:33.070Z | Downloaded thiserror v2.0.12 |
419 | 2025-03-25T21:36:33.075Z | Downloaded pest_meta v2.7.14 |
420 | 2025-03-25T21:36:33.079Z | Downloaded proc-macro-error v1.0.4 |
421 | 2025-03-25T21:36:33.082Z | Downloaded bitflags v2.6.0 |
422 | 2025-03-25T21:36:33.086Z | Downloaded ryu v1.0.18 |
423 | 2025-03-25T21:36:33.090Z | Downloaded proc-macro2 v1.0.94 |
424 | 2025-03-25T21:36:33.094Z | Downloaded pest_derive v2.7.14 |
425 | 2025-03-25T21:36:33.094Z | Downloaded pretty-hex v0.4.1 |
426 | 2025-03-25T21:36:33.094Z | Downloaded typenum v1.17.0 |
427 | 2025-03-25T21:36:33.099Z | Downloaded unicode-ident v1.0.14 |
428 | 2025-03-25T21:36:33.102Z | Downloaded textwrap v0.16.1 |
429 | 2025-03-25T21:36:33.102Z | Downloaded toml v0.8.20 |
430 | 2025-03-25T21:36:33.109Z | Downloaded serde_derive v1.0.218 |
431 | 2025-03-25T21:36:33.109Z | Downloaded papergrid v0.11.0 |
432 | 2025-03-25T21:36:33.112Z | Downloaded ucd-trie v0.1.7 |
433 | 2025-03-25T21:36:33.112Z | Downloaded log v0.4.22 |
434 | 2025-03-25T21:36:33.115Z | Downloaded anyhow v1.0.97 |
435 | 2025-03-25T21:36:33.118Z | Downloaded serde v1.0.218 |
436 | 2025-03-25T21:36:33.125Z | Downloaded clap v4.5.32 |
437 | 2025-03-25T21:36:33.128Z | Downloaded indexmap v2.7.1 |
438 | 2025-03-25T21:36:33.133Z | Downloaded dtrace-parser v0.2.0 |
439 | 2025-03-25T21:36:33.136Z | Downloaded memchr v2.7.4 |
440 | 2025-03-25T21:36:33.143Z | Downloaded toml_edit v0.22.24 |
441 | 2025-03-25T21:36:33.182Z | Downloaded pest v2.7.14 |
442 | 2025-03-25T21:36:33.190Z | Downloaded hashbrown v0.15.1 |
443 | 2025-03-25T21:36:33.194Z | Downloaded serde_json v1.0.139 |
444 | 2025-03-25T21:36:33.201Z | Downloaded clap_builder v4.5.32 |
445 | 2025-03-25T21:36:33.215Z | Downloaded goblin v0.8.2 |
446 | 2025-03-25T21:36:33.221Z | Downloaded tabled v0.15.0 |
447 | 2025-03-25T21:36:33.235Z | Downloaded syn v1.0.109 |
448 | 2025-03-25T21:36:33.244Z | Downloaded unicode-width v0.1.14 |
449 | 2025-03-25T21:36:33.249Z | Downloaded syn v2.0.98 |
450 | 2025-03-25T21:36:33.263Z | Downloaded rustix v0.38.37 |
451 | 2025-03-25T21:36:33.285Z | Downloaded rustix v0.37.28 |
452 | 2025-03-25T21:36:33.317Z | Downloaded libc v0.2.170 |
453 | 2025-03-25T21:36:33.452Z | Compiling proc-macro2 v1.0.94 |
454 | 2025-03-25T21:36:33.452Z | Compiling unicode-ident v1.0.14 |
455 | 2025-03-25T21:36:33.452Z | Compiling libc v0.2.170 |
456 | 2025-03-25T21:36:33.455Z | Compiling version_check v0.9.5 |
457 | 2025-03-25T21:36:33.455Z | Compiling serde v1.0.218 |
458 | 2025-03-25T21:36:33.455Z | Compiling memchr v2.7.4 |
459 | 2025-03-25T21:36:33.455Z | Compiling thiserror v1.0.69 |
460 | 2025-03-25T21:36:33.488Z | Compiling ucd-trie v0.1.7 |
461 | 2025-03-25T21:36:33.722Z | Compiling itoa v1.0.11 |
462 | 2025-03-25T21:36:33.964Z | Compiling ryu v1.0.18 |
463 | 2025-03-25T21:36:34.044Z | Compiling once_cell v1.20.3 |
464 | 2025-03-25T21:36:34.268Z | Compiling byteorder v1.5.0 |
465 | 2025-03-25T21:36:34.396Z | Compiling rustix v0.38.37 |
466 | 2025-03-25T21:36:34.500Z | Compiling serde_json v1.0.139 |
467 | 2025-03-25T21:36:34.762Z | Compiling bitflags v2.6.0 |
468 | 2025-03-25T21:36:34.845Z | Compiling usdt-impl v0.5.0 |
469 | 2025-03-25T21:36:34.945Z | Compiling proc-macro-error-attr v1.0.4 |
470 | 2025-03-25T21:36:35.099Z | Compiling syn v1.0.109 |
471 | 2025-03-25T21:36:35.146Z | Compiling io-lifetimes v1.0.11 |
472 | 2025-03-25T21:36:35.207Z | Compiling proc-macro-error v1.0.4 |
473 | 2025-03-25T21:36:35.303Z | Compiling quote v1.0.39 |
474 | 2025-03-25T21:36:35.333Z | Compiling camino v1.1.9 |
475 | 2025-03-25T21:36:35.513Z | Compiling errno v0.3.9 |
476 | 2025-03-25T21:36:35.615Z | Compiling thread-id v4.2.2 |
477 | 2025-03-25T21:36:35.638Z | Compiling equivalent v1.0.1 |
478 | 2025-03-25T21:36:35.681Z | Compiling syn v2.0.98 |
479 | 2025-03-25T21:36:35.754Z | Compiling plain v0.2.3 |
480 | 2025-03-25T21:36:35.794Z | Compiling rustix v0.37.28 |
481 | 2025-03-25T21:36:35.884Z | Compiling utf8parse v0.2.2 |
482 | 2025-03-25T21:36:35.888Z | Compiling hashbrown v0.15.1 |
483 | 2025-03-25T21:36:35.932Z | Compiling log v0.4.22 |
484 | 2025-03-25T21:36:36.030Z | Compiling anstyle-parse v0.2.5 |
485 | 2025-03-25T21:36:36.491Z | Compiling is_terminal_polyfill v1.70.1 |
486 | 2025-03-25T21:36:36.618Z | Compiling unicode-width v0.1.14 |
487 | 2025-03-25T21:36:36.653Z | Compiling colorchoice v1.0.2 |
488 | 2025-03-25T21:36:36.725Z | Compiling semver v1.0.25 |
489 | 2025-03-25T21:36:36.767Z | Compiling autocfg v1.4.0 |
490 | 2025-03-25T21:36:36.830Z | Compiling anstyle-query v1.1.1 |
491 | 2025-03-25T21:36:36.936Z | Compiling indexmap v2.7.1 |
492 | 2025-03-25T21:36:37.001Z | Compiling thiserror v2.0.12 |
493 | 2025-03-25T21:36:37.144Z | Compiling anstyle v1.0.10 |
494 | 2025-03-25T21:36:37.198Z | Compiling winnow v0.7.3 |
495 | 2025-03-25T21:36:37.577Z | Compiling pretty-hex v0.4.1 |
496 | 2025-03-25T21:36:37.601Z | Compiling bitflags v1.3.2 |
497 | 2025-03-25T21:36:37.678Z | Compiling fs-err v2.11.0 |
498 | 2025-03-25T21:36:38.066Z | Compiling terminal_size v0.4.0 |
499 | 2025-03-25T21:36:38.193Z | Compiling anstream v0.6.15 |
500 | 2025-03-25T21:36:38.308Z | Compiling fnv v1.0.7 |
501 | 2025-03-25T21:36:38.411Z | Compiling bytecount v0.6.8 |
502 | 2025-03-25T21:36:38.461Z | Compiling heck v0.4.1 |
503 | 2025-03-25T21:36:38.617Z | Compiling clap_lex v0.7.4 |
504 | 2025-03-25T21:36:38.753Z | Compiling strsim v0.11.1 |
505 | 2025-03-25T21:36:38.817Z | Compiling anyhow v1.0.97 |
506 | 2025-03-25T21:36:38.905Z | Compiling heck v0.5.0 |
507 | 2025-03-25T21:36:39.032Z | Compiling cfg-if v1.0.0 |
508 | 2025-03-25T21:36:39.155Z | Compiling fastrand v2.1.1 |
509 | 2025-03-25T21:36:39.397Z | Compiling clap_builder v4.5.32 |
510 | 2025-03-25T21:36:39.493Z | Compiling tempfile v3.13.0 |
511 | 2025-03-25T21:36:39.637Z | Compiling terminal_size v0.2.6 |
512 | 2025-03-25T21:36:39.688Z | Compiling papergrid v0.11.0 |
513 | 2025-03-25T21:36:39.816Z | Compiling memmap v0.7.0 |
514 | 2025-03-25T21:36:39.945Z | Compiling unicode-linebreak v0.1.5 |
515 | 2025-03-25T21:36:40.133Z | Compiling smawk v0.3.2 |
516 | 2025-03-25T21:36:40.370Z | Compiling textwrap v0.16.1 |
517 | 2025-03-25T21:36:40.712Z | Compiling swrite v0.1.0 |
518 | 2025-03-25T21:36:41.201Z | Compiling tabled_derive v0.7.0 |
519 | 2025-03-25T21:36:42.666Z | Compiling tabled v0.15.0 |
520 | 2025-03-25T21:36:42.757Z | Compiling serde_derive v1.0.218 |
521 | 2025-03-25T21:36:42.760Z | Compiling thiserror-impl v1.0.69 |
522 | 2025-03-25T21:36:42.760Z | Compiling zerocopy-derive v0.7.35 |
523 | 2025-03-25T21:36:42.760Z | Compiling scroll_derive v0.12.0 |
524 | 2025-03-25T21:36:42.760Z | Compiling thiserror-impl v2.0.12 |
525 | 2025-03-25T21:36:42.760Z | Compiling clap_derive v4.5.32 |
526 | 2025-03-25T21:36:44.149Z | Compiling scroll v0.12.0 |
527 | 2025-03-25T21:36:44.681Z | Compiling goblin v0.8.2 |
528 | 2025-03-25T21:36:44.816Z | Compiling zerocopy v0.7.35 |
529 | 2025-03-25T21:36:45.852Z | Compiling pest v2.7.14 |
530 | 2025-03-25T21:36:47.178Z | Compiling clap v4.5.32 |
531 | 2025-03-25T21:36:48.017Z | Compiling pest_meta v2.7.14 |
532 | 2025-03-25T21:36:48.936Z | Compiling pest_generator v2.7.14 |
533 | 2025-03-25T21:36:50.308Z | Compiling pest_derive v2.7.14 |
534 | 2025-03-25T21:36:50.875Z | Compiling dtrace-parser v0.2.0 |
535 | 2025-03-25T21:36:51.811Z | Compiling serde_tokenstream v0.2.2 |
536 | 2025-03-25T21:36:51.848Z | Compiling serde_spanned v0.6.8 |
537 | 2025-03-25T21:36:51.851Z | Compiling toml_datetime v0.6.8 |
538 | 2025-03-25T21:36:52.066Z | Compiling cargo-platform v0.1.8 |
539 | 2025-03-25T21:36:52.101Z | Compiling macaddr v1.0.1 |
540 | 2025-03-25T21:36:52.343Z | Compiling toml_edit v0.22.24 |
541 | 2025-03-25T21:36:52.468Z | Compiling camino-tempfile v1.1.1 |
542 | 2025-03-25T21:36:53.154Z | Compiling dof v0.3.0 |
543 | 2025-03-25T21:36:53.246Z | Compiling cargo_metadata v0.19.2 |
544 | 2025-03-25T21:36:54.447Z | Compiling usdt-attr-macro v0.5.0 |
545 | 2025-03-25T21:36:54.448Z | Compiling usdt-macro v0.5.0 |
546 | 2025-03-25T21:36:55.220Z | Compiling toml v0.8.20 |
547 | 2025-03-25T21:36:55.485Z | Compiling usdt v0.5.0 |
548 | 2025-03-25T21:36:55.964Z | Compiling cargo_toml v0.21.0 |
549 | 2025-03-25T21:36:58.441Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
550 | 2025-03-25T21:37:01.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s |
551 | 2025-03-25T21:37:01.784Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
552 | 2025-03-25T21:37:02.340Z | Downloading crates ... |
553 | 2025-03-25T21:37:02.478Z | Downloaded async-stream-impl v0.3.6 |
554 | 2025-03-25T21:37:02.492Z | Downloaded atty v0.2.14 |
555 | 2025-03-25T21:37:02.495Z | Downloaded ctr v0.9.2 |
556 | 2025-03-25T21:37:02.502Z | Downloaded async-stream v0.3.6 |
557 | 2025-03-25T21:37:02.506Z | Downloaded adler2 v2.0.0 |
558 | 2025-03-25T21:37:02.509Z | Downloaded headers v0.4.0 |
559 | 2025-03-25T21:37:02.512Z | Downloaded hickory-client v0.24.4 |
560 | 2025-03-25T21:37:02.515Z | Downloaded hickory-resolver v0.24.4 |
561 | 2025-03-25T21:37:02.520Z | Downloaded headers-core v0.3.0 |
562 | 2025-03-25T21:37:02.523Z | Downloaded hex-literal v0.4.1 |
563 | 2025-03-25T21:37:02.523Z | Downloaded crunchy v0.2.2 |
564 | 2025-03-25T21:37:02.526Z | Downloaded crucible-workspace-hack v0.1.0 |
565 | 2025-03-25T21:37:02.526Z | Downloaded cfg_aliases v0.2.1 |
566 | 2025-03-25T21:37:02.526Z | Downloaded atomicwrites v0.4.4 |
567 | 2025-03-25T21:37:02.529Z | Downloaded cstr-argument v0.1.2 |
568 | 2025-03-25T21:37:02.541Z | Downloaded ciborium-io v0.2.2 |
569 | 2025-03-25T21:37:02.544Z | Downloaded atomic-waker v1.1.2 |
570 | 2025-03-25T21:37:02.545Z | Downloaded httparse v1.9.5 |
571 | 2025-03-25T21:37:02.548Z | Downloaded base16ct v0.2.0 |
572 | 2025-03-25T21:37:02.551Z | Downloaded async-recursion v1.1.1 |
573 | 2025-03-25T21:37:02.554Z | Downloaded home v0.5.9 |
574 | 2025-03-25T21:37:02.557Z | Downloaded hkdf v0.12.4 |
575 | 2025-03-25T21:37:02.560Z | Downloaded cfg_aliases v0.1.1 |
576 | 2025-03-25T21:37:02.560Z | Downloaded bit-vec v0.6.3 |
577 | 2025-03-25T21:37:02.560Z | Downloaded ascii-canvas v3.0.0 |
578 | 2025-03-25T21:37:02.563Z | Downloaded hubpack_derive v0.1.1 |
579 | 2025-03-25T21:37:02.566Z | Downloaded http-range v0.1.5 |
580 | 2025-03-25T21:37:02.566Z | Downloaded http-body v1.0.1 |
581 | 2025-03-25T21:37:02.566Z | Downloaded bit-set v0.8.0 |
582 | 2025-03-25T21:37:02.569Z | Downloaded bit-set v0.5.3 |
583 | 2025-03-25T21:37:02.569Z | Downloaded array-init v0.0.4 |
584 | 2025-03-25T21:37:02.572Z | Downloaded hostname v0.4.0 |
585 | 2025-03-25T21:37:02.572Z | Downloaded pretty-hex v0.2.1 |
586 | 2025-03-25T21:37:02.575Z | Downloaded aead v0.5.2 |
587 | 2025-03-25T21:37:02.575Z | Downloaded icu_provider_macros v1.5.0 |
588 | 2025-03-25T21:37:02.575Z | Downloaded http-body-util v0.1.2 |
589 | 2025-03-25T21:37:02.578Z | Downloaded crossbeam-deque v0.8.5 |
590 | 2025-03-25T21:37:02.581Z | Downloaded hubpack v0.1.2 |
591 | 2025-03-25T21:37:02.584Z | Downloaded blowfish v0.9.1 |
592 | 2025-03-25T21:37:02.584Z | Downloaded bitfield v0.14.0 |
593 | 2025-03-25T21:37:02.587Z | Downloaded httpdate v1.0.3 |
594 | 2025-03-25T21:37:02.587Z | Downloaded hostname v0.3.1 |
595 | 2025-03-25T21:37:02.591Z | Downloaded hyper-staticfile v0.10.1 |
596 | 2025-03-25T21:37:02.594Z | Downloaded crc v3.2.1 |
597 | 2025-03-25T21:37:02.594Z | Downloaded cobs v0.2.3 |
598 | 2025-03-25T21:37:02.597Z | Downloaded humantime v2.1.0 |
599 | 2025-03-25T21:37:02.600Z | Downloaded impl-trait-for-tuples v0.2.2 |
600 | 2025-03-25T21:37:02.603Z | Downloaded constant_time_eq v0.3.1 |
601 | 2025-03-25T21:37:02.603Z | Downloaded ciborium-ll v0.2.2 |
602 | 2025-03-25T21:37:02.606Z | Downloaded chrono-tz-build v0.4.0 |
603 | 2025-03-25T21:37:02.609Z | Downloaded is_ci v1.2.0 |
604 | 2025-03-25T21:37:02.609Z | Downloaded convert_case v0.4.0 |
605 | 2025-03-25T21:37:02.609Z | Downloaded cmake v0.1.51 |
606 | 2025-03-25T21:37:02.612Z | Downloaded castaway v0.2.3 |
607 | 2025-03-25T21:37:02.612Z | Downloaded backoff v0.4.0 |
608 | 2025-03-25T21:37:02.615Z | Downloaded instant v0.1.13 |
609 | 2025-03-25T21:37:02.618Z | Downloaded crc-catalog v2.4.0 |
610 | 2025-03-25T21:37:02.618Z | Downloaded cargo_metadata v0.18.1 |
611 | 2025-03-25T21:37:02.621Z | Downloaded buf-list v1.0.3 |
612 | 2025-03-25T21:37:02.624Z | Downloaded indent_write v2.2.0 |
613 | 2025-03-25T21:37:02.624Z | Downloaded async-trait v0.1.87 |
614 | 2025-03-25T21:37:02.628Z | Downloaded async-bb8-diesel v0.2.1 |
615 | 2025-03-25T21:37:02.632Z | Downloaded md5 v0.7.0 |
616 | 2025-03-25T21:37:02.635Z | Downloaded match_cfg v0.1.0 |
617 | 2025-03-25T21:37:02.635Z | Downloaded base64ct v1.6.0 |
618 | 2025-03-25T21:37:02.637Z | Downloaded bcrypt-pbkdf v0.10.0 |
619 | 2025-03-25T21:37:02.642Z | Downloaded argon2 v0.5.3 |
620 | 2025-03-25T21:37:02.645Z | Downloaded indoc v1.0.9 |
621 | 2025-03-25T21:37:02.645Z | Downloaded idna_adapter v1.2.0 |
622 | 2025-03-25T21:37:02.645Z | Downloaded cipher v0.4.4 |
623 | 2025-03-25T21:37:02.648Z | Downloaded ahash v0.8.11 |
624 | 2025-03-25T21:37:02.651Z | Downloaded rtoolbox v0.0.2 |
625 | 2025-03-25T21:37:02.654Z | Downloaded cexpr v0.6.0 |
626 | 2025-03-25T21:37:02.654Z | Downloaded libsw-core v0.3.1 |
627 | 2025-03-25T21:37:02.657Z | Downloaded progenitor-client v0.9.1 |
628 | 2025-03-25T21:37:02.657Z | Downloaded serde-big-array v0.5.1 |
629 | 2025-03-25T21:37:02.660Z | Downloaded sqlparser_derive v0.2.2 |
630 | 2025-03-25T21:37:02.660Z | Downloaded colored v2.2.0 |
631 | 2025-03-25T21:37:02.663Z | Downloaded const_format_proc_macros v0.2.34 |
632 | 2025-03-25T21:37:02.666Z | Downloaded heck v0.3.3 |
633 | 2025-03-25T21:37:02.670Z | Downloaded block-padding v0.3.3 |
634 | 2025-03-25T21:37:02.670Z | Downloaded maybe-uninit v2.0.0 |
635 | 2025-03-25T21:37:02.673Z | Downloaded lazy_static v1.5.0 |
636 | 2025-03-25T21:37:02.673Z | Downloaded csv-core v0.1.11 |
637 | 2025-03-25T21:37:02.676Z | Downloaded crc32fast v1.4.2 |
638 | 2025-03-25T21:37:02.679Z | Downloaded lazycell v1.3.0 |
639 | 2025-03-25T21:37:02.679Z | Downloaded lalrpop-util v0.19.12 |
640 | 2025-03-25T21:37:02.679Z | Downloaded kstat-rs v0.2.4 |
641 | 2025-03-25T21:37:02.682Z | Downloaded keccak v0.1.5 |
642 | 2025-03-25T21:37:02.682Z | Downloaded is-terminal v0.4.13 |
643 | 2025-03-25T21:37:02.686Z | Downloaded linear-map v1.2.0 |
644 | 2025-03-25T21:37:02.686Z | Downloaded proc-macro-error-attr2 v2.0.0 |
645 | 2025-03-25T21:37:02.689Z | Downloaded managed v0.8.0 |
646 | 2025-03-25T21:37:02.689Z | Downloaded lru-cache v0.1.2 |
647 | 2025-03-25T21:37:02.692Z | Downloaded bcs v0.1.6 |
648 | 2025-03-25T21:37:02.692Z | Downloaded lockfree-object-pool v0.1.6 |
649 | 2025-03-25T21:37:02.695Z | Downloaded waitgroup v0.1.2 |
650 | 2025-03-25T21:37:02.698Z | Downloaded thread_local v1.1.8 |
651 | 2025-03-25T21:37:02.698Z | Downloaded maplit v1.0.2 |
652 | 2025-03-25T21:37:02.698Z | Downloaded libsw v3.4.0 |
653 | 2025-03-25T21:37:02.701Z | Downloaded termtree v0.4.1 |
654 | 2025-03-25T21:37:02.704Z | Downloaded mime v0.3.17 |
655 | 2025-03-25T21:37:02.704Z | Downloaded memoffset v0.9.1 |
656 | 2025-03-25T21:37:02.707Z | Downloaded libefi-sys v0.1.0 |
657 | 2025-03-25T21:37:02.707Z | Downloaded icu_locid_transform_data v1.5.0 |
658 | 2025-03-25T21:37:02.710Z | Downloaded lru v0.12.5 |
659 | 2025-03-25T21:37:02.713Z | Downloaded rand_chacha v0.3.1 |
660 | 2025-03-25T21:37:02.713Z | Downloaded quick-error v1.2.3 |
661 | 2025-03-25T21:37:02.716Z | Downloaded bzip2 v0.4.4 |
662 | 2025-03-25T21:37:02.717Z | Downloaded arc-swap v1.7.1 |
663 | 2025-03-25T21:37:02.720Z | Downloaded rand_core v0.6.4 |
664 | 2025-03-25T21:37:02.724Z | Downloaded rand_chacha v0.9.0 |
665 | 2025-03-25T21:37:02.727Z | Downloaded r2d2 v0.8.10 |
666 | 2025-03-25T21:37:02.727Z | Downloaded icu_normalizer v1.5.0 |
667 | 2025-03-25T21:37:02.730Z | Downloaded semver v0.1.20 |
668 | 2025-03-25T21:37:02.733Z | Downloaded rpassword v7.3.1 |
669 | 2025-03-25T21:37:02.733Z | Downloaded iana-time-zone v0.1.61 |
670 | 2025-03-25T21:37:02.736Z | Downloaded salsa20 v0.10.2 |
671 | 2025-03-25T21:37:02.739Z | Downloaded thiserror-no-std v2.0.2 |
672 | 2025-03-25T21:37:02.742Z | Downloaded blake2 v0.10.6 |
673 | 2025-03-25T21:37:02.745Z | Downloaded const-oid v0.9.6 |
674 | 2025-03-25T21:37:02.748Z | Downloaded jobserver v0.1.32 |
675 | 2025-03-25T21:37:02.752Z | Downloaded instability v0.3.2 |
676 | 2025-03-25T21:37:02.752Z | Downloaded md-5 v0.10.6 |
677 | 2025-03-25T21:37:02.755Z | Downloaded newtype_derive v0.1.6 |
678 | 2025-03-25T21:37:02.758Z | Downloaded opaque-debug v0.3.1 |
679 | 2025-03-25T21:37:02.758Z | Downloaded unicase v2.7.0 |
680 | 2025-03-25T21:37:02.761Z | Downloaded spki v0.7.3 |
681 | 2025-03-25T21:37:02.761Z | Downloaded slab v0.4.9 |
682 | 2025-03-25T21:37:02.765Z | Downloaded parse-size v1.1.0 |
683 | 2025-03-25T21:37:02.765Z | Downloaded zeroize_derive v1.4.2 |
684 | 2025-03-25T21:37:02.768Z | Downloaded walkdir v2.5.0 |
685 | 2025-03-25T21:37:02.768Z | Downloaded zeroize v1.8.1 |
686 | 2025-03-25T21:37:02.771Z | Downloaded base64 v0.13.1 |
687 | 2025-03-25T21:37:02.774Z | Downloaded zerovec-derive v0.10.3 |
688 | 2025-03-25T21:37:02.777Z | Downloaded allocator-api2 v0.2.18 |
689 | 2025-03-25T21:37:02.780Z | Downloaded termtree v0.5.1 |
690 | 2025-03-25T21:37:02.783Z | Downloaded termcolor v1.4.1 |
691 | 2025-03-25T21:37:02.783Z | Downloaded memmap2 v0.9.5 |
692 | 2025-03-25T21:37:02.786Z | Downloaded utf-8 v0.7.6 |
693 | 2025-03-25T21:37:02.786Z | Downloaded indexmap v1.9.3 |
694 | 2025-03-25T21:37:02.789Z | Downloaded clang-sys v1.8.1 |
695 | 2025-03-25T21:37:02.792Z | Downloaded icu_properties v1.5.1 |
696 | 2025-03-25T21:37:02.795Z | Downloaded icu_normalizer_data v1.5.0 |
697 | 2025-03-25T21:37:02.799Z | Downloaded displaydoc v0.2.5 |
698 | 2025-03-25T21:37:02.802Z | Downloaded group v0.13.0 |
699 | 2025-03-25T21:37:02.805Z | Downloaded fallible-iterator v0.2.0 |
700 | 2025-03-25T21:37:02.805Z | Downloaded either v1.14.0 |
701 | 2025-03-25T21:37:02.809Z | Downloaded sqlformat v0.2.6 |
702 | 2025-03-25T21:37:02.813Z | Downloaded same-file v1.0.6 |
703 | 2025-03-25T21:37:02.813Z | Downloaded ed25519 v2.2.3 |
704 | 2025-03-25T21:37:02.816Z | Downloaded libloading v0.8.5 |
705 | 2025-03-25T21:37:02.816Z | Downloaded litrs v0.4.1 |
706 | 2025-03-25T21:37:02.819Z | Downloaded float-cmp v0.10.0 |
707 | 2025-03-25T21:37:02.822Z | Downloaded flagset v0.4.6 |
708 | 2025-03-25T21:37:02.822Z | Downloaded display-error-chain v0.2.2 |
709 | 2025-03-25T21:37:02.826Z | Downloaded dirs-sys-next v0.1.2 |
710 | 2025-03-25T21:37:02.826Z | Downloaded defmt-parser v0.3.4 |
711 | 2025-03-25T21:37:02.829Z | Downloaded defmt-macros v0.3.9 |
712 | 2025-03-25T21:37:02.829Z | Downloaded crossbeam-epoch v0.9.18 |
713 | 2025-03-25T21:37:02.833Z | Downloaded universal-hash v0.5.1 |
714 | 2025-03-25T21:37:02.836Z | Downloaded phf v0.11.2 |
715 | 2025-03-25T21:37:02.836Z | Downloaded newtype-uuid v1.2.1 |
716 | 2025-03-25T21:37:02.839Z | Downloaded pem-rfc7468 v0.7.0 |
717 | 2025-03-25T21:37:02.851Z | Downloaded darling_macro v0.20.10 |
718 | 2025-03-25T21:37:02.854Z | Downloaded scopeguard v1.2.0 |
719 | 2025-03-25T21:37:02.854Z | Downloaded schemars_derive v0.8.22 |
720 | 2025-03-25T21:37:02.859Z | Downloaded rand_xorshift v0.3.0 |
721 | 2025-03-25T21:37:02.859Z | Downloaded rand_seeder v0.3.0 |
722 | 2025-03-25T21:37:02.862Z | Downloaded twox-hash v2.1.0 |
723 | 2025-03-25T21:37:02.862Z | Downloaded tabled_derive v0.10.0 |
724 | 2025-03-25T21:37:02.865Z | Downloaded base64 v0.21.7 |
725 | 2025-03-25T21:37:02.868Z | Downloaded synstructure v0.13.1 |
726 | 2025-03-25T21:37:02.868Z | Downloaded peg-runtime v0.8.5 |
727 | 2025-03-25T21:37:02.872Z | Downloaded downcast v0.11.0 |
728 | 2025-03-25T21:37:02.872Z | Downloaded xz2 v0.1.7 |
729 | 2025-03-25T21:37:02.876Z | Downloaded diesel_table_macro_syntax v0.2.0 |
730 | 2025-03-25T21:37:02.876Z | Downloaded globset v0.4.15 |
731 | 2025-03-25T21:37:02.879Z | Downloaded proc-macro-crate v1.3.1 |
732 | 2025-03-25T21:37:02.879Z | Downloaded slog v2.7.0 |
733 | 2025-03-25T21:37:02.882Z | Downloaded primeorder v0.13.6 |
734 | 2025-03-25T21:37:02.888Z | Downloaded parse-display-derive v0.10.0 |
735 | 2025-03-25T21:37:02.889Z | Downloaded heapless v0.7.17 |
736 | 2025-03-25T21:37:02.895Z | Downloaded number_prefix v0.4.0 |
737 | 2025-03-25T21:37:02.900Z | Downloaded hyper-util v0.1.10 |
738 | 2025-03-25T21:37:02.904Z | Downloaded strum_macros v0.25.3 |
739 | 2025-03-25T21:37:02.909Z | Downloaded slog-async v2.8.0 |
740 | 2025-03-25T21:37:02.917Z | Downloaded rustls-pki-types v1.10.0 |
741 | 2025-03-25T21:37:02.921Z | Downloaded sigpipe v0.1.3 |
742 | 2025-03-25T21:37:02.921Z | Downloaded darling v0.20.10 |
743 | 2025-03-25T21:37:02.925Z | Downloaded time-core v0.1.2 |
744 | 2025-03-25T21:37:02.928Z | Downloaded sync_wrapper v1.0.1 |
745 | 2025-03-25T21:37:02.928Z | Downloaded tokio-rustls v0.25.0 |
746 | 2025-03-25T21:37:02.931Z | Downloaded term v0.7.0 |
747 | 2025-03-25T21:37:02.935Z | Downloaded futures-task v0.3.31 |
748 | 2025-03-25T21:37:02.935Z | Downloaded futures-sink v0.3.31 |
749 | 2025-03-25T21:37:02.938Z | Downloaded futures-io v0.3.31 |
750 | 2025-03-25T21:37:02.938Z | Downloaded env_filter v0.1.2 |
751 | 2025-03-25T21:37:02.941Z | Downloaded enum-as-inner v0.6.1 |
752 | 2025-03-25T21:37:02.941Z | Downloaded which v4.4.2 |
753 | 2025-03-25T21:37:02.944Z | Downloaded tokio-tungstenite v0.23.1 |
754 | 2025-03-25T21:37:02.947Z | Downloaded tokio-tungstenite v0.21.0 |
755 | 2025-03-25T21:37:02.948Z | Downloaded olpc-cjson v0.1.4 |
756 | 2025-03-25T21:37:02.952Z | Downloaded try-lock v0.2.5 |
757 | 2025-03-25T21:37:02.952Z | Downloaded fixedbitset v0.4.2 |
758 | 2025-03-25T21:37:02.956Z | Downloaded pin-project-internal v1.1.6 |
759 | 2025-03-25T21:37:02.956Z | Downloaded rsa v0.9.6 |
760 | 2025-03-25T21:37:02.959Z | Downloaded poly1305 v0.8.0 |
761 | 2025-03-25T21:37:02.962Z | Downloaded num-rational v0.4.2 |
762 | 2025-03-25T21:37:02.966Z | Downloaded fixedbitset v0.5.7 |
763 | 2025-03-25T21:37:02.969Z | Downloaded mockall v0.13.1 |
764 | 2025-03-25T21:37:02.969Z | Downloaded num_enum_derive v0.5.11 |
765 | 2025-03-25T21:37:02.972Z | Downloaded num_enum v0.5.11 |
766 | 2025-03-25T21:37:02.975Z | Downloaded yoke-derive v0.7.4 |
767 | 2025-03-25T21:37:02.978Z | Downloaded polyval v0.6.2 |
768 | 2025-03-25T21:37:02.983Z | Downloaded write16 v1.0.0 |
769 | 2025-03-25T21:37:02.983Z | Downloaded pkg-config v0.3.31 |
770 | 2025-03-25T21:37:02.983Z | Downloaded phf_shared v0.11.2 |
771 | 2025-03-25T21:37:02.986Z | Downloaded rustversion v1.0.17 |
772 | 2025-03-25T21:37:02.986Z | Downloaded crypto-bigint v0.5.5 |
773 | 2025-03-25T21:37:02.994Z | Downloaded rusty-fork v0.3.0 |
774 | 2025-03-25T21:37:02.997Z | Downloaded const_format v0.2.34 |
775 | 2025-03-25T21:37:03.001Z | Downloaded embedded-io v0.4.0 |
776 | 2025-03-25T21:37:03.006Z | Downloaded tokio-stream v0.1.17 |
777 | 2025-03-25T21:37:03.010Z | Downloaded serde_yaml v0.9.34+deprecated |
778 | 2025-03-25T21:37:03.013Z | Downloaded rustc-hash v1.1.0 |
779 | 2025-03-25T21:37:03.013Z | Downloaded tokio-rustls v0.26.0 |
780 | 2025-03-25T21:37:03.016Z | Downloaded hickory-server v0.24.4 |
781 | 2025-03-25T21:37:03.021Z | Downloaded slog-json v2.6.1 |
782 | 2025-03-25T21:37:03.024Z | Downloaded slog-envlogger v2.2.0 |
783 | 2025-03-25T21:37:03.028Z | Downloaded rustls-pemfile v1.0.4 |
784 | 2025-03-25T21:37:03.028Z | Downloaded num-complex v0.4.6 |
785 | 2025-03-25T21:37:03.031Z | Downloaded phf_shared v0.10.0 |
786 | 2025-03-25T21:37:03.031Z | Downloaded bumpalo v3.16.0 |
787 | 2025-03-25T21:37:03.034Z | Downloaded structmeta-derive v0.3.0 |
788 | 2025-03-25T21:37:03.037Z | Downloaded aes v0.8.4 |
789 | 2025-03-25T21:37:03.040Z | Downloaded tui-tree-widget v0.23.0 |
790 | 2025-03-25T21:37:03.040Z | Downloaded pin-project v1.1.6 |
791 | 2025-03-25T21:37:03.052Z | Downloaded sync-ptr v0.1.1 |
792 | 2025-03-25T21:37:03.055Z | Downloaded serde_plain v1.0.2 |
793 | 2025-03-25T21:37:03.055Z | Downloaded russh-cryptovec v0.7.3 |
794 | 2025-03-25T21:37:03.055Z | Downloaded postcard v1.0.10 |
795 | 2025-03-25T21:37:03.058Z | Downloaded wyz v0.5.1 |
796 | 2025-03-25T21:37:03.061Z | Downloaded writeable v0.5.5 |
797 | 2025-03-25T21:37:03.064Z | Downloaded daft-derive v0.1.2 |
798 | 2025-03-25T21:37:03.067Z | Downloaded crossbeam-channel v0.5.13 |
799 | 2025-03-25T21:37:03.072Z | Downloaded derive_builder_macro v0.20.2 |
800 | 2025-03-25T21:37:03.075Z | Downloaded pkcs8 v0.10.2 |
801 | 2025-03-25T21:37:03.081Z | Downloaded dyn-clone v1.0.19 |
802 | 2025-03-25T21:37:03.085Z | Downloaded hash32 v0.2.1 |
803 | 2025-03-25T21:37:03.085Z | Downloaded ghash v0.5.1 |
804 | 2025-03-25T21:37:03.085Z | Downloaded unicode-properties v0.1.3 |
805 | 2025-03-25T21:37:03.085Z | Downloaded omicron-zone-package v0.12.0 |
806 | 2025-03-25T21:37:03.088Z | Downloaded oxnet v0.1.1 |
807 | 2025-03-25T21:37:03.091Z | Downloaded rustls-pemfile v2.2.0 |
808 | 2025-03-25T21:37:03.094Z | Downloaded tracing v0.1.40 |
809 | 2025-03-25T21:37:03.098Z | Downloaded progenitor-client v0.8.0 |
810 | 2025-03-25T21:37:03.101Z | Downloaded progenitor v0.9.1 |
811 | 2025-03-25T21:37:03.101Z | Downloaded pin-utils v0.1.0 |
812 | 2025-03-25T21:37:03.104Z | Downloaded typify v0.2.0 |
813 | 2025-03-25T21:37:03.107Z | Downloaded snafu v0.8.5 |
814 | 2025-03-25T21:37:03.113Z | Downloaded quinn-udp v0.5.5 |
815 | 2025-03-25T21:37:03.116Z | Downloaded document-features v0.2.10 |
816 | 2025-03-25T21:37:03.119Z | Downloaded ed25519-dalek v2.1.1 |
817 | 2025-03-25T21:37:03.122Z | Downloaded num-traits v0.2.19 |
818 | 2025-03-25T21:37:03.125Z | Downloaded hyper v1.6.0 |
819 | 2025-03-25T21:37:03.130Z | Downloaded serde_repr v0.1.19 |
820 | 2025-03-25T21:37:03.133Z | Downloaded zerocopy v0.6.6 |
821 | 2025-03-25T21:37:03.136Z | Downloaded cc v1.2.15 |
822 | 2025-03-25T21:37:03.139Z | Downloaded tokio-native-tls v0.3.1 |
823 | 2025-03-25T21:37:03.142Z | Downloaded tokio-macros v2.5.0 |
824 | 2025-03-25T21:37:03.145Z | Downloaded tls_codec_derive v0.4.1 |
825 | 2025-03-25T21:37:03.145Z | Downloaded tinystr v0.7.6 |
826 | 2025-03-25T21:37:03.148Z | Downloaded shell-words v1.1.0 |
827 | 2025-03-25T21:37:03.148Z | Downloaded serde_urlencoded v0.7.1 |
828 | 2025-03-25T21:37:03.151Z | Downloaded rayon-core v1.12.1 |
829 | 2025-03-25T21:37:03.154Z | Downloaded env_logger v0.11.5 |
830 | 2025-03-25T21:37:03.158Z | Downloaded futures-channel v0.3.31 |
831 | 2025-03-25T21:37:03.161Z | Downloaded funty v2.0.0 |
832 | 2025-03-25T21:37:03.164Z | Downloaded foldhash v0.1.3 |
833 | 2025-03-25T21:37:03.164Z | Downloaded filetime v0.2.25 |
834 | 2025-03-25T21:37:03.167Z | Downloaded tungstenite v0.21.0 |
835 | 2025-03-25T21:37:03.171Z | Downloaded curve25519-dalek-derive v0.1.1 |
836 | 2025-03-25T21:37:03.171Z | Downloaded papergrid v0.14.0 |
837 | 2025-03-25T21:37:03.175Z | Downloaded parse-display v0.10.0 |
838 | 2025-03-25T21:37:03.178Z | Downloaded num-derive v0.4.2 |
839 | 2025-03-25T21:37:03.181Z | Downloaded parking_lot_core v0.8.6 |
840 | 2025-03-25T21:37:03.181Z | Downloaded tungstenite v0.23.0 |
841 | 2025-03-25T21:37:03.185Z | Downloaded native-tls v0.2.12 |
842 | 2025-03-25T21:37:03.188Z | Downloaded oso-derive v0.27.3 |
843 | 2025-03-25T21:37:03.191Z | Downloaded pin-project-lite v0.2.14 |
844 | 2025-03-25T21:37:03.196Z | Downloaded progenitor-macro v0.8.0 |
845 | 2025-03-25T21:37:03.199Z | Downloaded prettyplease v0.2.30 |
846 | 2025-03-25T21:37:03.201Z | Downloaded shlex v1.3.0 |
847 | 2025-03-25T21:37:03.205Z | Downloaded env_logger v0.10.2 |
848 | 2025-03-25T21:37:03.208Z | Downloaded pbkdf2 v0.12.2 |
849 | 2025-03-25T21:37:03.208Z | Downloaded darling_core v0.20.10 |
850 | 2025-03-25T21:37:03.212Z | Downloaded signal-hook-registry v1.4.2 |
851 | 2025-03-25T21:37:03.215Z | Downloaded signal-hook-mio v0.2.4 |
852 | 2025-03-25T21:37:03.215Z | Downloaded time-macros v0.2.18 |
853 | 2025-03-25T21:37:03.218Z | Downloaded rustfmt-wrapper v0.2.1 |
854 | 2025-03-25T21:37:03.221Z | Downloaded tiny-keccak v2.0.2 |
855 | 2025-03-25T21:37:03.224Z | Downloaded vergen v8.3.2 |
856 | 2025-03-25T21:37:03.227Z | Downloaded ecdsa v0.16.9 |
857 | 2025-03-25T21:37:03.238Z | Downloaded half v2.4.1 |
858 | 2025-03-25T21:37:03.242Z | Downloaded ron v0.7.1 |
859 | 2025-03-25T21:37:03.242Z | Downloaded des v0.8.1 |
860 | 2025-03-25T21:37:03.242Z | Downloaded utf8_iter v1.0.4 |
861 | 2025-03-25T21:37:03.242Z | Downloaded crossterm v0.28.1 |
862 | 2025-03-25T21:37:03.247Z | Downloaded tower-service v0.3.3 |
863 | 2025-03-25T21:37:03.250Z | Downloaded fxhash v0.2.1 |
864 | 2025-03-25T21:37:03.250Z | Downloaded typed-path v0.9.3 |
865 | 2025-03-25T21:37:03.256Z | Downloaded daft v0.1.2 |
866 | 2025-03-25T21:37:03.260Z | Downloaded password-hash v0.5.0 |
867 | 2025-03-25T21:37:03.264Z | Downloaded parking_lot v0.11.2 |
868 | 2025-03-25T21:37:03.264Z | Downloaded password-hash v0.4.2 |
869 | 2025-03-25T21:37:03.269Z | Downloaded ppv-lite86 v0.2.20 |
870 | 2025-03-25T21:37:03.269Z | Downloaded russh-keys v0.45.0 |
871 | 2025-03-25T21:37:03.272Z | Downloaded foreign-types-shared v0.3.1 |
872 | 2025-03-25T21:37:03.273Z | Downloaded strum_macros v0.26.4 |
873 | 2025-03-25T21:37:03.276Z | Downloaded fatfs v0.3.6 |
874 | 2025-03-25T21:37:03.279Z | Downloaded openssl-probe v0.1.5 |
875 | 2025-03-25T21:37:03.279Z | Downloaded openssl-macros v0.1.1 |
876 | 2025-03-25T21:37:03.279Z | Downloaded smallvec v0.6.14 |
877 | 2025-03-25T21:37:03.282Z | Downloaded num-iter v0.1.45 |
878 | 2025-03-25T21:37:03.282Z | Downloaded tinyvec v1.8.0 |
879 | 2025-03-25T21:37:03.285Z | Downloaded slog-bunyan v2.5.0 |
880 | 2025-03-25T21:37:03.288Z | Downloaded ssh-encoding v0.2.0 |
881 | 2025-03-25T21:37:03.288Z | Downloaded snafu-derive v0.8.5 |
882 | 2025-03-25T21:37:03.291Z | Downloaded spin v0.9.8 |
883 | 2025-03-25T21:37:03.294Z | Downloaded ssh-cipher v0.2.0 |
884 | 2025-03-25T21:37:03.294Z | Downloaded progenitor-macro v0.9.1 |
885 | 2025-03-25T21:37:03.294Z | Downloaded serde-hex v0.1.0 |
886 | 2025-03-25T21:37:03.297Z | Downloaded progenitor v0.8.0 |
887 | 2025-03-25T21:37:03.300Z | Downloaded rustyline v14.0.0 |
888 | 2025-03-25T21:37:03.303Z | Downloaded foreign-types v0.3.2 |
889 | 2025-03-25T21:37:03.306Z | Downloaded unicode-xid v0.2.6 |
890 | 2025-03-25T21:37:03.306Z | Downloaded futures-core v0.3.31 |
891 | 2025-03-25T21:37:03.309Z | Downloaded derive_more v0.99.19 |
892 | 2025-03-25T21:37:03.313Z | Downloaded unicode-normalization v0.1.24 |
893 | 2025-03-25T21:37:03.318Z | Downloaded normalize-line-endings v0.3.0 |
894 | 2025-03-25T21:37:03.321Z | Downloaded getrandom v0.3.1 |
895 | 2025-03-25T21:37:03.324Z | Downloaded owo-colors v4.2.0 |
896 | 2025-03-25T21:37:03.327Z | Downloaded unicode-truncate v1.1.0 |
897 | 2025-03-25T21:37:03.330Z | Downloaded zone v0.3.0 |
898 | 2025-03-25T21:37:03.330Z | Downloaded vte v0.11.1 |
899 | 2025-03-25T21:37:03.333Z | Downloaded signal-hook v0.3.17 |
900 | 2025-03-25T21:37:03.336Z | Downloaded strum v0.26.3 |
901 | 2025-03-25T21:37:03.336Z | Downloaded dirs-next v2.0.0 |
902 | 2025-03-25T21:37:03.339Z | Downloaded parking_lot v0.12.3 |
903 | 2025-03-25T21:37:03.342Z | Downloaded aes-gcm v0.10.3 |
904 | 2025-03-25T21:37:03.347Z | Downloaded tower-layer v0.3.3 |
905 | 2025-03-25T21:37:03.347Z | Downloaded toolchain_find v0.4.0 |
906 | 2025-03-25T21:37:03.350Z | Downloaded ron v0.8.1 |
907 | 2025-03-25T21:37:03.353Z | Downloaded smallvec v1.14.0 |
908 | 2025-03-25T21:37:03.356Z | Downloaded rfc6979 v0.4.0 |
909 | 2025-03-25T21:37:03.359Z | Downloaded form_urlencoded v1.2.1 |
910 | 2025-03-25T21:37:03.359Z | Downloaded hashbrown v0.13.2 |
911 | 2025-03-25T21:37:03.362Z | Downloaded zip v2.1.3 |
912 | 2025-03-25T21:37:03.366Z | Downloaded progenitor-impl v0.9.1 |
913 | 2025-03-25T21:37:03.369Z | Downloaded packed_struct_codegen v0.10.1 |
914 | 2025-03-25T21:37:03.372Z | Downloaded slog-dtrace v0.3.0 |
915 | 2025-03-25T21:37:03.372Z | Downloaded oso v0.27.3 |
916 | 2025-03-25T21:37:03.376Z | Downloaded typify-macro v0.3.0 |
917 | 2025-03-25T21:37:03.379Z | Downloaded rand v0.9.0 |
918 | 2025-03-25T21:37:03.382Z | Downloaded dropshot_endpoint v0.12.0 |
919 | 2025-03-25T21:37:03.385Z | Downloaded num-bigint-dig v0.8.4 |
920 | 2025-03-25T21:37:03.388Z | Downloaded take_mut v0.2.2 |
921 | 2025-03-25T21:37:03.388Z | Downloaded ena v0.14.3 |
922 | 2025-03-25T21:37:03.391Z | Downloaded zone_cfg_derive v0.3.0 |
923 | 2025-03-25T21:37:03.391Z | Downloaded zerofrom v0.1.4 |
924 | 2025-03-25T21:37:03.394Z | Downloaded want v0.3.1 |
925 | 2025-03-25T21:37:03.394Z | Downloaded dropshot_endpoint v0.16.0 |
926 | 2025-03-25T21:37:03.397Z | Downloaded percent-encoding v2.3.1 |
927 | 2025-03-25T21:37:03.397Z | Downloaded fragile v2.0.0 |
928 | 2025-03-25T21:37:03.400Z | Downloaded rustc_version v0.4.1 |
929 | 2025-03-25T21:37:03.400Z | Downloaded sec1 v0.7.3 |
930 | 2025-03-25T21:37:03.403Z | Downloaded futures-executor v0.3.31 |
931 | 2025-03-25T21:37:03.406Z | Downloaded deranged v0.3.11 |
932 | 2025-03-25T21:37:03.406Z | Downloaded derive-where v1.2.7 |
933 | 2025-03-25T21:37:03.410Z | Downloaded num-integer v0.1.46 |
934 | 2025-03-25T21:37:03.413Z | Downloaded aho-corasick v1.1.3 |
935 | 2025-03-25T21:37:03.418Z | Downloaded endian-type v0.1.2 |
936 | 2025-03-25T21:37:03.421Z | Downloaded radium v0.7.0 |
937 | 2025-03-25T21:37:03.421Z | Downloaded derive_builder_core v0.20.2 |
938 | 2025-03-25T21:37:03.424Z | Downloaded new_debug_unreachable v1.0.6 |
939 | 2025-03-25T21:37:03.424Z | Downloaded zerocopy-derive v0.8.10 |
940 | 2025-03-25T21:37:03.429Z | Downloaded difflib v0.4.0 |
941 | 2025-03-25T21:37:03.433Z | Downloaded mio v1.0.2 |
942 | 2025-03-25T21:37:03.438Z | Downloaded postgres-protocol v0.6.8 |
943 | 2025-03-25T21:37:03.442Z | Downloaded rustc-hash v2.1.1 |
944 | 2025-03-25T21:37:03.442Z | Downloaded precomputed-hash v0.1.1 |
945 | 2025-03-25T21:37:03.442Z | Downloaded nodrop v0.1.14 |
946 | 2025-03-25T21:37:03.445Z | Downloaded packed_struct v0.10.1 |
947 | 2025-03-25T21:37:03.445Z | Downloaded ref-cast-impl v1.0.23 |
948 | 2025-03-25T21:37:03.445Z | Downloaded strum_macros v0.24.3 |
949 | 2025-03-25T21:37:03.448Z | Downloaded itertools v0.13.0 |
950 | 2025-03-25T21:37:03.455Z | Downloaded signal-hook-tokio v0.3.1 |
951 | 2025-03-25T21:37:03.458Z | Downloaded foreign-types v0.5.0 |
952 | 2025-03-25T21:37:03.458Z | Downloaded rustc-demangle v0.1.24 |
953 | 2025-03-25T21:37:03.462Z | Downloaded ref-cast v1.0.23 |
954 | 2025-03-25T21:37:03.465Z | Downloaded fs_extra v1.3.0 |
955 | 2025-03-25T21:37:03.465Z | Downloaded socket2 v0.5.8 |
956 | 2025-03-25T21:37:03.467Z | Downloaded hash32 v0.3.1 |
957 | 2025-03-25T21:37:03.470Z | Downloaded tap v1.0.1 |
958 | 2025-03-25T21:37:03.470Z | Downloaded uzers v0.12.1 |
959 | 2025-03-25T21:37:03.473Z | Downloaded simd-adler32 v0.3.7 |
960 | 2025-03-25T21:37:03.473Z | Downloaded p256 v0.13.2 |
961 | 2025-03-25T21:37:03.478Z | Downloaded foreign-types-shared v0.1.1 |
962 | 2025-03-25T21:37:03.481Z | Downloaded icu_properties_data v1.5.0 |
963 | 2025-03-25T21:37:03.487Z | Downloaded predicates-core v1.0.8 |
964 | 2025-03-25T21:37:03.490Z | Downloaded utf16_iter v1.0.5 |
965 | 2025-03-25T21:37:03.490Z | Downloaded untrusted v0.9.0 |
966 | 2025-03-25T21:37:03.493Z | Downloaded getrandom v0.2.15 |
967 | 2025-03-25T21:37:03.493Z | Downloaded tokio-postgres v0.7.13 |
968 | 2025-03-25T21:37:03.498Z | Downloaded predicates-tree v1.0.11 |
969 | 2025-03-25T21:37:03.501Z | Downloaded untrusted v0.7.1 |
970 | 2025-03-25T21:37:03.501Z | Downloaded static_assertions v1.1.0 |
971 | 2025-03-25T21:37:03.504Z | Downloaded openssl-sys v0.9.106 |
972 | 2025-03-25T21:37:03.507Z | Downloaded x509-cert v0.2.5 |
973 | 2025-03-25T21:37:03.512Z | Downloaded string_cache v0.8.7 |
974 | 2025-03-25T21:37:03.515Z | Downloaded sqlparser v0.45.0 |
975 | 2025-03-25T21:37:03.519Z | Downloaded diesel-dtrace v0.4.2 |
976 | 2025-03-25T21:37:03.522Z | Downloaded newline-converter v0.3.0 |
977 | 2025-03-25T21:37:03.522Z | Downloaded foreign-types-macros v0.2.3 |
978 | 2025-03-25T21:37:03.526Z | Downloaded vsss-rs v3.3.4 |
979 | 2025-03-25T21:37:03.529Z | Downloaded blake3 v1.5.4 |
980 | 2025-03-25T21:37:03.533Z | Downloaded salty v0.3.0 |
981 | 2025-03-25T21:37:03.540Z | Downloaded zopfli v0.8.1 |
982 | 2025-03-25T21:37:03.543Z | Downloaded serde_path_to_error v0.1.16 |
983 | 2025-03-25T21:37:03.546Z | Downloaded peg v0.8.5 |
984 | 2025-03-25T21:37:03.549Z | Downloaded value-bag v1.9.0 |
985 | 2025-03-25T21:37:03.553Z | Downloaded pbkdf2 v0.11.0 |
986 | 2025-03-25T21:37:03.556Z | Downloaded multer v3.1.0 |
987 | 2025-03-25T21:37:03.559Z | Downloaded rustls-webpki v0.101.7 |
988 | 2025-03-25T21:37:03.574Z | Downloaded secrecy v0.8.0 |
989 | 2025-03-25T21:37:03.577Z | Downloaded rustc_version v0.1.7 |
990 | 2025-03-25T21:37:03.577Z | Downloaded strip-ansi-escapes v0.2.0 |
991 | 2025-03-25T21:37:03.580Z | Downloaded stringprep v0.1.5 |
992 | 2025-03-25T21:37:03.580Z | Downloaded parking_lot_core v0.9.10 |
993 | 2025-03-25T21:37:03.583Z | Downloaded pkcs1 v0.7.5 |
994 | 2025-03-25T21:37:03.586Z | Downloaded peg-macros v0.8.5 |
995 | 2025-03-25T21:37:03.589Z | Downloaded subprocess v0.2.9 |
996 | 2025-03-25T21:37:03.589Z | Downloaded uuid v1.15.1 |
997 | 2025-03-25T21:37:03.593Z | Downloaded portable-atomic v1.9.0 |
998 | 2025-03-25T21:37:03.599Z | Downloaded typify v0.3.0 |
999 | 2025-03-25T21:37:03.605Z | Downloaded similar v2.7.0 |
1000 | 2025-03-25T21:37:03.609Z | Downloaded toml_edit v0.19.15 |
1001 | 2025-03-25T21:37:03.628Z | Downloaded predicates v3.1.3 |
1002 | 2025-03-25T21:37:03.631Z | Downloaded diff v0.1.13 |
1003 | 2025-03-25T21:37:03.634Z | Downloaded samael v0.0.18 |
1004 | 2025-03-25T21:37:03.639Z | Downloaded bindgen v0.71.1 |
1005 | 2025-03-25T21:37:03.648Z | Downloaded bitvec v1.0.1 |
1006 | 2025-03-25T21:37:03.664Z | Downloaded diesel_derives v2.2.3 |
1007 | 2025-03-25T21:37:03.668Z | Downloaded reedline v0.38.0 |
1008 | 2025-03-25T21:37:03.676Z | Downloaded lalrpop v0.19.12 |
1009 | 2025-03-25T21:37:03.688Z | Downloaded tar v0.4.44 |
1010 | 2025-03-25T21:37:03.692Z | Downloaded chrono v0.4.40 |
1011 | 2025-03-25T21:37:03.699Z | Downloaded rand v0.8.5 |
1012 | 2025-03-25T21:37:03.702Z | Downloaded qorb v0.2.1 |
1013 | 2025-03-25T21:37:03.706Z | Downloaded h2 v0.4.6 |
1014 | 2025-03-25T21:37:03.713Z | Downloaded tokio-util v0.7.13 |
1015 | 2025-03-25T21:37:03.720Z | Downloaded quinn-proto v0.11.8 |
1016 | 2025-03-25T21:37:03.726Z | Downloaded time v0.3.36 |
1017 | 2025-03-25T21:37:03.734Z | Downloaded publicsuffix v2.3.0 |
1018 | 2025-03-25T21:37:03.737Z | Downloaded ssh-key v0.6.6 |
1019 | 2025-03-25T21:37:03.745Z | Downloaded hashbrown v0.12.3 |
1020 | 2025-03-25T21:37:03.752Z | Downloaded tough v0.19.0 |
1021 | 2025-03-25T21:37:03.756Z | Downloaded regex v1.11.1 |
1022 | 2025-03-25T21:37:03.770Z | Downloaded unicode-segmentation v1.12.0 |
1023 | 2025-03-25T21:37:03.773Z | Downloaded p521 v0.13.3 |
1024 | 2025-03-25T21:37:03.777Z | Downloaded quick-xml v0.37.2 |
1025 | 2025-03-25T21:37:03.783Z | Downloaded rustls-webpki v0.102.8 |
1026 | 2025-03-25T21:37:03.801Z | Downloaded tabled v0.18.0 |
1027 | 2025-03-25T21:37:03.819Z | Downloaded nom v7.1.3 |
1028 | 2025-03-25T21:37:03.824Z | Downloaded futures-util v0.3.31 |
1029 | 2025-03-25T21:37:03.837Z | Downloaded zerocopy v0.8.10 |
1030 | 2025-03-25T21:37:03.866Z | Downloaded smoltcp v0.9.1 |
1031 | 2025-03-25T21:37:03.873Z | Downloaded webpki-roots v0.26.6 |
1032 | 2025-03-25T21:37:03.876Z | Downloaded git2 v0.19.0 |
1033 | 2025-03-25T21:37:03.885Z | Downloaded winnow v0.6.20 |
1034 | 2025-03-25T21:37:03.895Z | Downloaded openssl v0.10.71 |
1035 | 2025-03-25T21:37:03.904Z | Downloaded object v0.30.4 |
1036 | 2025-03-25T21:37:03.915Z | Downloaded bstr v1.10.0 |
1037 | 2025-03-25T21:37:03.926Z | Downloaded polar-core v0.27.3 |
1038 | 2025-03-25T21:37:03.936Z | Downloaded radix_trie v0.2.1 |
1039 | 2025-03-25T21:37:03.939Z | Downloaded rustls v0.23.19 |
1040 | 2025-03-25T21:37:03.952Z | Downloaded smoltcp v0.11.0 |
1041 | 2025-03-25T21:37:03.964Z | Downloaded curve25519-dalek v4.1.3 |
1042 | 2025-03-25T21:37:03.973Z | Downloaded nix v0.29.0 |
1043 | 2025-03-25T21:37:03.986Z | Downloaded hickory-proto v0.24.4 |
1044 | 2025-03-25T21:37:04.001Z | Downloaded gimli v0.31.1 |
1045 | 2025-03-25T21:37:04.010Z | Downloaded petname v2.0.2 |
1046 | 2025-03-25T21:37:04.015Z | Downloaded regex-syntax v0.8.5 |
1047 | 2025-03-25T21:37:04.024Z | Downloaded diesel v2.2.8 |
1048 | 2025-03-25T21:37:04.043Z | Downloaded unicode-width v0.2.0 |
1049 | 2025-03-25T21:37:04.049Z | Downloaded object v0.36.5 |
1050 | 2025-03-25T21:37:04.060Z | Downloaded openapiv3 v2.0.0 |
1051 | 2025-03-25T21:37:04.073Z | Downloaded vcpkg v0.2.15 |
1052 | 2025-03-25T21:37:04.113Z | Downloaded nix v0.27.1 |
1053 | 2025-03-25T21:37:04.122Z | Downloaded regress v0.10.3 |
1054 | 2025-03-25T21:37:04.130Z | Downloaded dropshot v0.16.0 |
1055 | 2025-03-25T21:37:04.152Z | Downloaded nix v0.28.0 |
1056 | 2025-03-25T21:37:04.163Z | Downloaded rustls v0.22.4 |
1057 | 2025-03-25T21:37:04.175Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1058 | 2025-03-25T21:37:04.188Z | Downloaded rustls v0.21.12 |
1059 | 2025-03-25T21:37:04.199Z | Downloaded typify-impl v0.2.0 |
1060 | 2025-03-25T21:37:04.215Z | Downloaded sled v0.34.7 |
1061 | 2025-03-25T21:37:04.225Z | Downloaded regex-syntax v0.6.29 |
1062 | 2025-03-25T21:37:04.232Z | Downloaded p384 v0.13.0 |
1063 | 2025-03-25T21:37:04.238Z | Downloaded dropshot v0.12.0 |
1064 | 2025-03-25T21:37:04.258Z | Downloaded chrono-tz v0.10.1 |
1065 | 2025-03-25T21:37:04.266Z | Downloaded serde_with v3.12.0 |
1066 | 2025-03-25T21:37:04.273Z | Downloaded proptest v1.6.0 |
1067 | 2025-03-25T21:37:04.286Z | Downloaded bindgen v0.69.5 |
1068 | 2025-03-25T21:37:04.290Z | Downloaded ratatui v0.29.0 |
1069 | 2025-03-25T21:37:04.310Z | Downloaded russh v0.45.0 |
1070 | 2025-03-25T21:37:04.315Z | Downloaded zerocopy-derive v0.6.6 |
1071 | 2025-03-25T21:37:04.325Z | Downloaded csv v1.3.1 |
1072 | 2025-03-25T21:37:04.345Z | Downloaded rayon v1.10.0 |
1073 | 2025-03-25T21:37:04.354Z | Downloaded typify-impl v0.3.0 |
1074 | 2025-03-25T21:37:04.370Z | Downloaded reqwest v0.12.12 |
1075 | 2025-03-25T21:37:04.378Z | Downloaded tracing-core v0.1.32 |
1076 | 2025-03-25T21:37:04.381Z | Downloaded zip v0.6.6 |
1077 | 2025-03-25T21:37:04.384Z | Downloaded der_derive v0.7.3 |
1078 | 2025-03-25T21:37:04.387Z | Downloaded aws-lc-rs v1.12.4 |
1079 | 2025-03-25T21:37:04.395Z | Downloaded ff v0.13.0 |
1080 | 2025-03-25T21:37:04.398Z | Downloaded data-encoding v2.6.0 |
1081 | 2025-03-25T21:37:04.398Z | Downloaded structmeta v0.3.0 |
1082 | 2025-03-25T21:37:04.401Z | Downloaded winnow v0.5.40 |
1083 | 2025-03-25T21:37:04.407Z | Downloaded signature v2.2.0 |
1084 | 2025-03-25T21:37:04.410Z | Downloaded pkcs5 v0.7.1 |
1085 | 2025-03-25T21:37:04.413Z | Downloaded elliptic-curve v0.13.8 |
1086 | 2025-03-25T21:37:04.416Z | Downloaded tower v0.5.2 |
1087 | 2025-03-25T21:37:04.425Z | Downloaded regex-automata v0.4.8 |
1088 | 2025-03-25T21:37:04.442Z | Downloaded path-slash v0.1.5 |
1089 | 2025-03-25T21:37:04.445Z | Downloaded lzma-sys v0.1.20 |
1090 | 2025-03-25T21:37:04.471Z | Downloaded petgraph v0.6.5 |
1091 | 2025-03-25T21:37:04.488Z | Downloaded libz-sys v1.1.20 |
1092 | 2025-03-25T21:37:04.507Z | Downloaded petgraph v0.7.1 |
1093 | 2025-03-25T21:37:04.525Z | Downloaded fd-lock v4.0.2 |
1094 | 2025-03-25T21:37:04.529Z | Downloaded unarray v0.1.4 |
1095 | 2025-03-25T21:37:04.529Z | Downloaded typify-macro v0.2.0 |
1096 | 2025-03-25T21:37:04.532Z | Downloaded debug-ignore v1.0.5 |
1097 | 2025-03-25T21:37:04.532Z | Downloaded psl-types v2.0.11 |
1098 | 2025-03-25T21:37:04.532Z | Downloaded nibble_vec v0.1.0 |
1099 | 2025-03-25T21:37:04.535Z | Downloaded phf_generator v0.11.2 |
1100 | 2025-03-25T21:37:04.535Z | Downloaded nu-ansi-term v0.50.1 |
1101 | 2025-03-25T21:37:04.538Z | Downloaded sct v0.7.1 |
1102 | 2025-03-25T21:37:04.541Z | Downloaded tokio v1.43.0 |
1103 | 2025-03-25T21:37:04.577Z | Downloaded slog-term v2.9.1 |
1104 | 2025-03-25T21:37:04.581Z | Downloaded topological-sort v0.2.2 |
1105 | 2025-03-25T21:37:04.581Z | Downloaded sha3 v0.10.8 |
1106 | 2025-03-25T21:37:04.584Z | Downloaded expectorate v1.1.0 |
1107 | 2025-03-25T21:37:04.587Z | Downloaded derive_builder v0.20.2 |
1108 | 2025-03-25T21:37:04.590Z | Downloaded tracing-attributes v0.1.27 |
1109 | 2025-03-25T21:37:04.593Z | Downloaded toml v0.7.8 |
1110 | 2025-03-25T21:37:04.596Z | Downloaded tokio-rustls v0.24.1 |
1111 | 2025-03-25T21:37:04.599Z | Downloaded zerovec v0.10.4 |
1112 | 2025-03-25T21:37:04.602Z | Downloaded zone_cfg_derive v0.1.2 |
1113 | 2025-03-25T21:37:04.605Z | Downloaded flate2 v1.1.0 |
1114 | 2025-03-25T21:37:04.610Z | Downloaded stable_deref_trait v1.2.0 |
1115 | 2025-03-25T21:37:04.613Z | Downloaded serde_derive_internals v0.29.1 |
1116 | 2025-03-25T21:37:04.613Z | Downloaded progenitor-impl v0.8.0 |
1117 | 2025-03-25T21:37:04.616Z | Downloaded quinn v0.11.5 |
1118 | 2025-03-25T21:37:04.619Z | Downloaded yansi v1.0.1 |
1119 | 2025-03-25T21:37:04.619Z | Downloaded itertools v0.14.0 |
1120 | 2025-03-25T21:37:04.626Z | Downloaded phf_codegen v0.11.2 |
1121 | 2025-03-25T21:37:04.629Z | Downloaded resolv-conf v0.7.0 |
1122 | 2025-03-25T21:37:04.629Z | Downloaded encoding_rs v0.8.34 |
1123 | 2025-03-25T21:37:04.649Z | Downloaded ring v0.17.11 |
1124 | 2025-03-25T21:37:04.689Z | Downloaded powerfmt v0.2.0 |
1125 | 2025-03-25T21:37:04.692Z | Downloaded steno v0.4.1 |
1126 | 2025-03-25T21:37:04.696Z | Downloaded pretty_assertions v1.4.1 |
1127 | 2025-03-25T21:37:04.696Z | Downloaded num-bigint v0.4.6 |
1128 | 2025-03-25T21:37:04.700Z | Downloaded libxml v0.3.3 |
1129 | 2025-03-25T21:37:04.721Z | Downloaded itertools v0.12.1 |
1130 | 2025-03-25T21:37:04.724Z | Downloaded embedded-io v0.6.1 |
1131 | 2025-03-25T21:37:04.724Z | Downloaded vte_generate_state_changes v0.1.2 |
1132 | 2025-03-25T21:37:04.724Z | Downloaded paste v1.0.15 |
1133 | 2025-03-25T21:37:04.724Z | Downloaded flume v0.11.1 |
1134 | 2025-03-25T21:37:04.724Z | Downloaded unicode_categories v0.1.1 |
1135 | 2025-03-25T21:37:04.724Z | Downloaded parse-zoneinfo v0.3.1 |
1136 | 2025-03-25T21:37:04.724Z | Downloaded num-conv v0.1.0 |
1137 | 2025-03-25T21:37:04.727Z | Downloaded libm v0.2.8 |
1138 | 2025-03-25T21:37:04.731Z | Downloaded itertools v0.10.5 |
1139 | 2025-03-25T21:37:04.739Z | Downloaded multimap v0.10.0 |
1140 | 2025-03-25T21:37:04.742Z | Downloaded nanorand v0.7.0 |
1141 | 2025-03-25T21:37:04.742Z | Downloaded rcgen v0.12.1 |
1142 | 2025-03-25T21:37:04.745Z | Downloaded mockall_derive v0.13.1 |
1143 | 2025-03-25T21:37:04.745Z | Downloaded unsafe-libyaml v0.2.11 |
1144 | 2025-03-25T21:37:04.749Z | Downloaded idna v1.0.3 |
1145 | 2025-03-25T21:37:04.752Z | Downloaded der v0.7.9 |
1146 | 2025-03-25T21:37:04.756Z | Downloaded yoke v0.7.4 |
1147 | 2025-03-25T21:37:04.759Z | Downloaded yasna v0.5.2 |
1148 | 2025-03-25T21:37:04.762Z | Downloaded slog-stdlog v4.1.1 |
1149 | 2025-03-25T21:37:04.762Z | Downloaded schemars v0.8.22 |
1150 | 2025-03-25T21:37:04.771Z | Downloaded minimal-lexical v0.2.1 |
1151 | 2025-03-25T21:37:04.775Z | Downloaded tls_codec v0.4.1 |
1152 | 2025-03-25T21:37:04.778Z | Downloaded url v2.5.3 |
1153 | 2025-03-25T21:37:04.781Z | Downloaded bytes v1.10.1 |
1154 | 2025-03-25T21:37:04.785Z | Downloaded pem v3.0.5 |
1155 | 2025-03-25T21:37:04.788Z | Downloaded scheduled-thread-pool v0.2.7 |
1156 | 2025-03-25T21:37:04.789Z | Downloaded unicode-bidi v0.3.17 |
1157 | 2025-03-25T21:37:04.789Z | Downloaded zone v0.1.8 |
1158 | 2025-03-25T21:37:04.791Z | Downloaded tinyvec_macros v0.1.1 |
1159 | 2025-03-25T21:37:04.792Z | Downloaded heapless v0.8.0 |
1160 | 2025-03-25T21:37:04.794Z | Downloaded dunce v1.0.5 |
1161 | 2025-03-25T21:37:04.794Z | Downloaded dsl_auto_type v0.1.2 |
1162 | 2025-03-25T21:37:04.794Z | Downloaded tabwriter v1.4.0 |
1163 | 2025-03-25T21:37:04.798Z | Downloaded scrypt v0.11.0 |
1164 | 2025-03-25T21:37:04.798Z | Downloaded rand_core v0.9.2 |
1165 | 2025-03-25T21:37:04.801Z | Downloaded proc-macro-error2 v2.0.1 |
1166 | 2025-03-25T21:37:04.801Z | Downloaded postgres-types v0.2.9 |
1167 | 2025-03-25T21:37:04.804Z | Downloaded num v0.4.3 |
1168 | 2025-03-25T21:37:04.807Z | Downloaded futures v0.3.31 |
1169 | 2025-03-25T21:37:04.810Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1170 | 2025-03-25T21:37:04.865Z | Downloaded whoami v1.5.2 |
1171 | 2025-03-25T21:37:04.868Z | Downloaded compact_str v0.8.0 |
1172 | 2025-03-25T21:37:04.868Z | Downloaded http v1.2.0 |
1173 | 2025-03-25T21:37:04.877Z | Downloaded num_threads v0.1.7 |
1174 | 2025-03-25T21:37:04.880Z | Downloaded float-ord v0.3.2 |
1175 | 2025-03-25T21:37:04.880Z | Downloaded defmt v0.3.8 |
1176 | 2025-03-25T21:37:04.880Z | Downloaded indicatif v0.17.11 |
1177 | 2025-03-25T21:37:04.883Z | Downloaded smf v0.2.3 |
1178 | 2025-03-25T21:37:04.883Z | Downloaded slog-scope v4.4.0 |
1179 | 2025-03-25T21:37:04.883Z | Downloaded test-strategy v0.4.0 |
1180 | 2025-03-25T21:37:04.886Z | Downloaded miniz_oxide v0.8.5 |
1181 | 2025-03-25T21:37:04.889Z | Downloaded chacha20poly1305 v0.10.1 |
1182 | 2025-03-25T21:37:04.889Z | Downloaded base64 v0.22.1 |
1183 | 2025-03-25T21:37:04.892Z | Downloaded backtrace v0.3.74 |
1184 | 2025-03-25T21:37:04.897Z | Downloaded glob v0.3.2 |
1185 | 2025-03-25T21:37:04.900Z | Downloaded futures-macro v0.3.31 |
1186 | 2025-03-25T21:37:04.900Z | Downloaded xattr v1.3.1 |
1187 | 2025-03-25T21:37:04.903Z | Downloaded icu_collections v1.5.0 |
1188 | 2025-03-25T21:37:04.906Z | Downloaded zerofrom-derive v0.1.4 |
1189 | 2025-03-25T21:37:04.909Z | Downloaded wait-timeout v0.2.0 |
1190 | 2025-03-25T21:37:04.909Z | Downloaded termios v0.3.3 |
1191 | 2025-03-25T21:37:04.909Z | Downloaded supports-color v3.0.2 |
1192 | 2025-03-25T21:37:04.912Z | Downloaded subtle v2.6.1 |
1193 | 2025-03-25T21:37:04.912Z | Downloaded sha1 v0.10.6 |
1194 | 2025-03-25T21:37:04.916Z | Downloaded crc-any v2.5.0 |
1195 | 2025-03-25T21:37:04.916Z | Downloaded siphasher v0.3.11 |
1196 | 2025-03-25T21:37:04.919Z | Downloaded cookie v0.18.1 |
1197 | 2025-03-25T21:37:04.919Z | Downloaded mime_guess v2.0.5 |
1198 | 2025-03-25T21:37:04.922Z | Downloaded gethostname v0.5.0 |
1199 | 2025-03-25T21:37:04.922Z | Downloaded serde_with_macros v3.12.0 |
1200 | 2025-03-25T21:37:04.923Z | Downloaded litemap v0.7.3 |
1201 | 2025-03-25T21:37:04.926Z | Downloaded lock_api v0.4.12 |
1202 | 2025-03-25T21:37:04.926Z | Downloaded thiserror-impl-no-std v2.0.2 |
1203 | 2025-03-25T21:37:04.929Z | Downloaded ipnetwork v0.21.1 |
1204 | 2025-03-25T21:37:04.929Z | Downloaded ipnet v2.11.0 |
1205 | 2025-03-25T21:37:04.932Z | Downloaded crossbeam-utils v0.8.20 |
1206 | 2025-03-25T21:37:04.935Z | Downloaded ciborium v0.2.2 |
1207 | 2025-03-25T21:37:04.935Z | Downloaded icu_locid v1.5.0 |
1208 | 2025-03-25T21:37:04.939Z | Downloaded cookie_store v0.21.1 |
1209 | 2025-03-25T21:37:04.942Z | Downloaded linked-hash-map v0.5.6 |
1210 | 2025-03-25T21:37:04.945Z | Downloaded cancel-safe-futures v0.1.5 |
1211 | 2025-03-25T21:37:04.945Z | Downloaded inout v0.1.3 |
1212 | 2025-03-25T21:37:04.948Z | Downloaded indoc v2.0.6 |
1213 | 2025-03-25T21:37:04.948Z | Downloaded console v0.15.10 |
1214 | 2025-03-25T21:37:04.951Z | Downloaded bit-vec v0.8.0 |
1215 | 2025-03-25T21:37:04.954Z | Downloaded cassowary v0.3.0 |
1216 | 2025-03-25T21:37:04.954Z | Downloaded internet-checksum v0.2.1 |
1217 | 2025-03-25T21:37:04.954Z | Downloaded icu_provider v1.5.0 |
1218 | 2025-03-25T21:37:04.957Z | Downloaded ident_case v1.0.1 |
1219 | 2025-03-25T21:37:04.957Z | Downloaded chacha20 v0.9.1 |
1220 | 2025-03-25T21:37:04.960Z | Downloaded icu_locid_transform v1.5.0 |
1221 | 2025-03-25T21:37:04.964Z | Downloaded hyper-tls v0.6.0 |
1222 | 2025-03-25T21:37:04.967Z | Downloaded hyper-rustls v0.27.3 |
1223 | 2025-03-25T21:37:04.967Z | Downloaded highway v1.3.0 |
1224 | 2025-03-25T21:37:04.970Z | Downloaded hex v0.4.3 |
1225 | 2025-03-25T21:37:04.970Z | Downloaded cbc v0.1.2 |
1226 | 2025-03-25T21:37:04.973Z | Downloaded hmac v0.12.1 |
1227 | 2025-03-25T21:37:04.973Z | Downloaded bitfield-struct v0.6.2 |
1228 | 2025-03-25T21:37:04.973Z | Downloaded bb8 v0.8.5 |
1229 | 2025-03-25T21:37:04.976Z | Downloaded arrayvec v0.7.6 |
1230 | 2025-03-25T21:37:04.976Z | Downloaded arrayref v0.3.9 |
1231 | 2025-03-25T21:37:04.979Z | Downloaded addr2line v0.24.2 |
1232 | 2025-03-25T21:37:04.979Z | Downloaded assert_matches v1.5.0 |
1233 | 2025-03-25T21:37:05.377Z | Downloaded aws-lc-sys v0.26.0 |
1234 | 2025-03-25T21:37:05.686Z | Compiling serde v1.0.218 |
1235 | 2025-03-25T21:37:05.689Z | Compiling value-bag v1.9.0 |
1236 | 2025-03-25T21:37:05.689Z | Compiling lock_api v0.4.12 |
1237 | 2025-03-25T21:37:05.689Z | Compiling scopeguard v1.2.0 |
1238 | 2025-03-25T21:37:05.689Z | Compiling typenum v1.17.0 |
1239 | 2025-03-25T21:37:05.689Z | Compiling shlex v1.3.0 |
1240 | 2025-03-25T21:37:05.856Z | Compiling syn v2.0.98 |
1241 | 2025-03-25T21:37:05.859Z | Compiling getrandom v0.2.15 |
1242 | 2025-03-25T21:37:06.030Z | Compiling jobserver v0.1.32 |
1243 | 2025-03-25T21:37:06.193Z | Compiling rand_core v0.6.4 |
1244 | 2025-03-25T21:37:06.274Z | Compiling log v0.4.22 |
1245 | 2025-03-25T21:37:06.346Z | Compiling generic-array v0.14.7 |
1246 | 2025-03-25T21:37:06.375Z | Compiling subtle v2.6.1 |
1247 | 2025-03-25T21:37:06.700Z | Compiling cc v1.2.15 |
1248 | 2025-03-25T21:37:06.721Z | Compiling smallvec v1.14.0 |
1249 | 2025-03-25T21:37:06.746Z | Compiling const-oid v0.9.6 |
1250 | 2025-03-25T21:37:06.765Z | Compiling pin-project-lite v0.2.14 |
1251 | 2025-03-25T21:37:06.784Z | Compiling rustix v0.38.37 |
1252 | 2025-03-25T21:37:06.904Z | Compiling parking_lot_core v0.9.10 |
1253 | 2025-03-25T21:37:06.982Z | Compiling spin v0.9.8 |
1254 | 2025-03-25T21:37:07.095Z | Compiling signal-hook-registry v1.4.2 |
1255 | 2025-03-25T21:37:07.362Z | Compiling futures-core v0.3.31 |
1256 | 2025-03-25T21:37:07.588Z | Compiling mio v1.0.2 |
1257 | 2025-03-25T21:37:07.591Z | Compiling aho-corasick v1.1.3 |
1258 | 2025-03-25T21:37:07.768Z | Compiling parking_lot v0.12.3 |
1259 | 2025-03-25T21:37:08.089Z | Compiling either v1.14.0 |
1260 | 2025-03-25T21:37:08.180Z | Compiling serde_json v1.0.139 |
1261 | 2025-03-25T21:37:08.520Z | Compiling regex-syntax v0.8.5 |
1262 | 2025-03-25T21:37:08.571Z | Compiling glob v0.3.2 |
1263 | 2025-03-25T21:37:08.767Z | Compiling stable_deref_trait v1.2.0 |
1264 | 2025-03-25T21:37:08.787Z | Compiling socket2 v0.5.8 |
1265 | 2025-03-25T21:37:08.880Z | Compiling futures-sink v0.3.31 |
1266 | 2025-03-25T21:37:08.903Z | Compiling libm v0.2.8 |
1267 | 2025-03-25T21:37:09.052Z | Compiling prettyplease v0.2.30 |
1268 | 2025-03-25T21:37:09.262Z | Compiling cpufeatures v0.2.14 |
1269 | 2025-03-25T21:37:09.419Z | Compiling clang-sys v1.8.1 |
1270 | 2025-03-25T21:37:09.439Z | Compiling lazy_static v1.5.0 |
1271 | 2025-03-25T21:37:09.458Z | Compiling num-traits v0.2.19 |
1272 | 2025-03-25T21:37:09.573Z | Compiling slab v0.4.9 |
1273 | 2025-03-25T21:37:09.632Z | Compiling minimal-lexical v0.2.1 |
1274 | 2025-03-25T21:37:10.032Z | Compiling nom v7.1.3 |
1275 | 2025-03-25T21:37:10.142Z | Compiling libloading v0.8.5 |
1276 | 2025-03-25T21:37:10.192Z | Compiling getrandom v0.3.1 |
1277 | 2025-03-25T21:37:10.525Z | Compiling bindgen v0.69.5 |
1278 | 2025-03-25T21:37:10.574Z | Compiling home v0.5.9 |
1279 | 2025-03-25T21:37:10.796Z | Compiling foldhash v0.1.3 |
1280 | 2025-03-25T21:37:10.894Z | Compiling allocator-api2 v0.2.18 |
1281 | 2025-03-25T21:37:11.109Z | Compiling pkg-config v0.3.31 |
1282 | 2025-03-25T21:37:11.662Z | Compiling hashbrown v0.15.1 |
1283 | 2025-03-25T21:37:12.320Z | Compiling regex-automata v0.4.8 |
1284 | 2025-03-25T21:37:12.700Z | Compiling itertools v0.12.1 |
1285 | 2025-03-25T21:37:12.862Z | Compiling lazycell v1.3.0 |
1286 | 2025-03-25T21:37:13.076Z | Compiling rustc-hash v1.1.0 |
1287 | 2025-03-25T21:37:13.096Z | Compiling cexpr v0.6.0 |
1288 | 2025-03-25T21:37:13.250Z | Compiling synstructure v0.13.1 |
1289 | 2025-03-25T21:37:14.649Z | Compiling futures-channel v0.3.31 |
1290 | 2025-03-25T21:37:14.696Z | Compiling cmake v0.1.51 |
1291 | 2025-03-25T21:37:15.018Z | Compiling fs_extra v1.3.0 |
1292 | 2025-03-25T21:37:15.048Z | Compiling pin-utils v0.1.0 |
1293 | 2025-03-25T21:37:15.156Z | Compiling futures-io v0.3.31 |
1294 | 2025-03-25T21:37:15.432Z | Compiling dunce v1.0.5 |
1295 | 2025-03-25T21:37:15.525Z | Compiling futures-task v0.3.31 |
1296 | 2025-03-25T21:37:15.555Z | Compiling paste v1.0.15 |
1297 | 2025-03-25T21:37:15.576Z | Compiling base64ct v1.6.0 |
1298 | 2025-03-25T21:37:15.579Z | Compiling ring v0.17.11 |
1299 | 2025-03-25T21:37:15.824Z | Compiling litemap v0.7.3 |
1300 | 2025-03-25T21:37:16.132Z | Compiling pem-rfc7468 v0.7.0 |
1301 | 2025-03-25T21:37:16.154Z | Compiling flagset v0.4.6 |
1302 | 2025-03-25T21:37:16.198Z | Compiling writeable v0.5.5 |
1303 | 2025-03-25T21:37:16.358Z | Compiling aws-lc-rs v1.12.4 |
1304 | 2025-03-25T21:37:16.727Z | Compiling icu_locid_transform_data v1.5.0 |
1305 | 2025-03-25T21:37:16.752Z | Compiling vcpkg v0.2.15 |
1306 | 2025-03-25T21:37:16.768Z | Compiling crossbeam-utils v0.8.20 |
1307 | 2025-03-25T21:37:16.830Z | Compiling rustls-pki-types v1.10.0 |
1308 | 2025-03-25T21:37:17.254Z | Compiling regex v1.11.1 |
1309 | 2025-03-25T21:37:17.327Z | Compiling tracing-core v0.1.32 |
1310 | 2025-03-25T21:37:17.721Z | Compiling untrusted v0.9.0 |
1311 | 2025-03-25T21:37:17.949Z | Compiling percent-encoding v2.3.1 |
1312 | 2025-03-25T21:37:18.253Z | Compiling untrusted v0.7.1 |
1313 | 2025-03-25T21:37:18.273Z | Compiling time-core v0.1.2 |
1314 | 2025-03-25T21:37:18.292Z | Compiling serde_derive v1.0.218 |
1315 | 2025-03-25T21:37:18.423Z | Compiling zeroize_derive v1.4.2 |
1316 | 2025-03-25T21:37:18.444Z | Compiling zerocopy-derive v0.7.35 |
1317 | 2025-03-25T21:37:18.447Z | Compiling tokio-macros v2.5.0 |
1318 | 2025-03-25T21:37:18.481Z | Compiling zerofrom-derive v0.1.4 |
1319 | 2025-03-25T21:37:19.747Z | Compiling zeroize v1.8.1 |
1320 | 2025-03-25T21:37:19.887Z | Compiling yoke-derive v0.7.4 |
1321 | 2025-03-25T21:37:20.330Z | Compiling zerocopy v0.7.35 |
1322 | 2025-03-25T21:37:20.692Z | Compiling displaydoc v0.2.5 |
1323 | 2025-03-25T21:37:21.303Z | Compiling crypto-common v0.1.6 |
1324 | 2025-03-25T21:37:21.527Z | Compiling block-buffer v0.10.4 |
1325 | 2025-03-25T21:37:21.596Z | Compiling block-padding v0.3.3 |
1326 | 2025-03-25T21:37:21.628Z | Compiling zerovec-derive v0.10.3 |
1327 | 2025-03-25T21:37:21.778Z | Compiling digest v0.10.7 |
1328 | 2025-03-25T21:37:21.809Z | Compiling zerofrom v0.1.4 |
1329 | 2025-03-25T21:37:21.839Z | Compiling inout v0.1.3 |
1330 | 2025-03-25T21:37:22.010Z | Compiling thiserror-impl v1.0.69 |
1331 | 2025-03-25T21:37:22.106Z | Compiling futures-macro v0.3.31 |
1332 | 2025-03-25T21:37:22.128Z | Compiling cipher v0.4.4 |
1333 | 2025-03-25T21:37:22.132Z | Compiling der_derive v0.7.3 |
1334 | 2025-03-25T21:37:22.213Z | Compiling hmac v0.12.1 |
1335 | 2025-03-25T21:37:22.403Z | Compiling yoke v0.7.4 |
1336 | 2025-03-25T21:37:22.472Z | Compiling sha2 v0.10.8 |
1337 | 2025-03-25T21:37:22.639Z | Compiling icu_provider_macros v1.5.0 |
1338 | 2025-03-25T21:37:22.735Z | Compiling salsa20 v0.10.2 |
1339 | 2025-03-25T21:37:23.028Z | Compiling pbkdf2 v0.12.2 |
1340 | 2025-03-25T21:37:23.223Z | Compiling ppv-lite86 v0.2.20 |
1341 | 2025-03-25T21:37:23.739Z | Compiling scrypt v0.11.0 |
1342 | 2025-03-25T21:37:23.955Z | Compiling futures-util v0.3.31 |
1343 | 2025-03-25T21:37:23.994Z | Compiling cbc v0.1.2 |
1344 | 2025-03-25T21:37:24.099Z | Compiling zerovec v0.10.4 |
1345 | 2025-03-25T21:37:24.217Z | Compiling aes v0.8.4 |
1346 | 2025-03-25T21:37:24.237Z | Compiling openssl-sys v0.9.106 |
1347 | 2025-03-25T21:37:24.375Z | Compiling der v0.7.9 |
1348 | 2025-03-25T21:37:24.874Z | Compiling thiserror v1.0.69 |
1349 | 2025-03-25T21:37:25.018Z | Compiling pest v2.7.14 |
1350 | 2025-03-25T21:37:25.264Z | Compiling tracing-attributes v0.1.27 |
1351 | 2025-03-25T21:37:26.010Z | Compiling tinystr v0.7.6 |
1352 | 2025-03-25T21:37:26.142Z | Compiling icu_collections v1.5.0 |
1353 | 2025-03-25T21:37:26.404Z | Compiling icu_locid v1.5.0 |
1354 | 2025-03-25T21:37:26.893Z | Compiling spki v0.7.3 |
1355 | 2025-03-25T21:37:27.257Z | Compiling powerfmt v0.2.0 |
1356 | 2025-03-25T21:37:27.279Z | Compiling icu_properties_data v1.5.0 |
1357 | 2025-03-25T21:37:27.384Z | Compiling num-conv v0.1.0 |
1358 | 2025-03-25T21:37:27.538Z | Compiling icu_provider v1.5.0 |
1359 | 2025-03-25T21:37:27.619Z | Compiling iana-time-zone v0.1.61 |
1360 | 2025-03-25T21:37:27.683Z | Compiling httparse v1.9.5 |
1361 | 2025-03-25T21:37:28.014Z | Compiling time-macros v0.2.18 |
1362 | 2025-03-25T21:37:28.066Z | Compiling pest_meta v2.7.14 |
1363 | 2025-03-25T21:37:28.390Z | Compiling icu_locid_transform v1.5.0 |
1364 | 2025-03-25T21:37:28.420Z | Compiling tracing v0.1.40 |
1365 | 2025-03-25T21:37:28.499Z | Compiling deranged v0.3.11 |
1366 | 2025-03-25T21:37:28.518Z | Compiling pkcs5 v0.7.1 |
1367 | 2025-03-25T21:37:29.118Z | Compiling scroll_derive v0.12.0 |
1368 | 2025-03-25T21:37:29.894Z | Compiling icu_properties v1.5.1 |
1369 | 2025-03-25T21:37:30.527Z | Compiling utf8_iter v1.0.4 |
1370 | 2025-03-25T21:37:30.668Z | Compiling bytes v1.10.1 |
1371 | 2025-03-25T21:37:30.690Z | Compiling bitflags v2.6.0 |
1372 | 2025-03-25T21:37:30.950Z | Compiling semver v1.0.25 |
1373 | 2025-03-25T21:37:30.953Z | Compiling indexmap v2.7.1 |
1374 | 2025-03-25T21:37:31.632Z | Compiling rustc_version v0.4.1 |
1375 | 2025-03-25T21:37:32.074Z | Compiling tokio v1.43.0 |
1376 | 2025-03-25T21:37:32.249Z | Compiling http v1.2.0 |
1377 | 2025-03-25T21:37:32.270Z | Compiling uuid v1.15.1 |
1378 | 2025-03-25T21:37:32.300Z | Compiling chrono v0.4.40 |
1379 | 2025-03-25T21:37:33.225Z | Compiling zerocopy v0.8.10 |
1380 | 2025-03-25T21:37:33.499Z | Compiling utf16_iter v1.0.5 |
1381 | 2025-03-25T21:37:33.724Z | Compiling write16 v1.0.0 |
1382 | 2025-03-25T21:37:33.870Z | Compiling num_threads v0.1.7 |
1383 | 2025-03-25T21:37:33.891Z | Compiling icu_normalizer_data v1.5.0 |
1384 | 2025-03-25T21:37:33.997Z | Compiling atomic-waker v1.1.2 |
1385 | 2025-03-25T21:37:34.016Z | Compiling icu_normalizer v1.5.0 |
1386 | 2025-03-25T21:37:34.105Z | Compiling time v0.3.36 |
1387 | 2025-03-25T21:37:34.175Z | Compiling http-body v1.0.1 |
1388 | 2025-03-25T21:37:34.406Z | Compiling scroll v0.12.0 |
1389 | 2025-03-25T21:37:34.428Z | Compiling pest_generator v2.7.14 |
1390 | 2025-03-25T21:37:34.431Z | Compiling pkcs8 v0.10.2 |
1391 | 2025-03-25T21:37:34.942Z | Compiling which v4.4.2 |
1392 | 2025-03-25T21:37:35.526Z | Compiling zerocopy-derive v0.8.10 |
1393 | 2025-03-25T21:37:35.738Z | Compiling serde_derive_internals v0.29.1 |
1394 | 2025-03-25T21:37:35.758Z | Compiling try-lock v0.2.5 |
1395 | 2025-03-25T21:37:35.761Z | Compiling tinyvec_macros v0.1.1 |
1396 | 2025-03-25T21:37:35.865Z | Compiling schemars v0.8.22 |
1397 | 2025-03-25T21:37:35.938Z | Compiling slog v2.7.0 |
1398 | 2025-03-25T21:37:36.248Z | Compiling pest_derive v2.7.14 |
1399 | 2025-03-25T21:37:36.274Z | Compiling want v0.3.1 |
1400 | 2025-03-25T21:37:36.510Z | Compiling tinyvec v1.8.0 |
1401 | 2025-03-25T21:37:36.535Z | Compiling goblin v0.8.2 |
1402 | 2025-03-25T21:37:37.039Z | Compiling idna_adapter v1.2.0 |
1403 | 2025-03-25T21:37:37.273Z | Compiling form_urlencoded v1.2.1 |
1404 | 2025-03-25T21:37:37.583Z | Compiling rustversion v1.0.17 |
1405 | 2025-03-25T21:37:38.024Z | Compiling schemars_derive v0.8.22 |
1406 | 2025-03-25T21:37:38.070Z | Compiling adler2 v2.0.0 |
1407 | 2025-03-25T21:37:38.280Z | Compiling dyn-clone v1.0.19 |
1408 | 2025-03-25T21:37:38.298Z | Compiling openssl v0.10.71 |
1409 | 2025-03-25T21:37:38.492Z | Compiling httpdate v1.0.3 |
1410 | 2025-03-25T21:37:38.514Z | Compiling foreign-types-shared v0.1.1 |
1411 | 2025-03-25T21:37:38.637Z | Compiling tower-service v0.3.3 |
1412 | 2025-03-25T21:37:38.738Z | Compiling foreign-types v0.3.2 |
1413 | 2025-03-25T21:37:38.841Z | Compiling miniz_oxide v0.8.5 |
1414 | 2025-03-25T21:37:38.863Z | Compiling idna v1.0.3 |
1415 | 2025-03-25T21:37:38.907Z | Compiling dtrace-parser v0.2.0 |
1416 | 2025-03-25T21:37:40.298Z | Compiling tokio-util v0.7.13 |
1417 | 2025-03-25T21:37:40.717Z | Compiling serde_spanned v0.6.8 |
1418 | 2025-03-25T21:37:40.981Z | Compiling toml_datetime v0.6.8 |
1419 | 2025-03-25T21:37:41.050Z | Compiling rand_core v0.9.2 |
1420 | 2025-03-25T21:37:41.174Z | Compiling h2 v0.4.6 |
1421 | 2025-03-25T21:37:41.448Z | Compiling serde_tokenstream v0.2.2 |
1422 | 2025-03-25T21:37:41.501Z | Compiling openssl-macros v0.1.1 |
1423 | 2025-03-25T21:37:42.048Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1424 | 2025-03-25T21:37:42.256Z | Compiling dof v0.3.0 |
1425 | 2025-03-25T21:37:42.550Z | Compiling rustls v0.23.19 |
1426 | 2025-03-25T21:37:42.704Z | Compiling siphasher v0.3.11 |
1427 | 2025-03-25T21:37:42.844Z | Compiling native-tls v0.2.12 |
1428 | 2025-03-25T21:37:43.110Z | Compiling base64 v0.22.1 |
1429 | 2025-03-25T21:37:43.254Z | Compiling syn v1.0.109 |
1430 | 2025-03-25T21:37:43.877Z | Compiling usdt-impl v0.5.0 |
1431 | 2025-03-25T21:37:44.210Z | Compiling rand_chacha v0.9.0 |
1432 | 2025-03-25T21:37:45.149Z | Compiling unicode-normalization v0.1.24 |
1433 | 2025-03-25T21:37:45.394Z | Compiling heapless v0.7.17 |
1434 | 2025-03-25T21:37:45.591Z | Compiling crossbeam-epoch v0.9.18 |
1435 | 2025-03-25T21:37:45.828Z | Compiling rand_chacha v0.3.1 |
1436 | 2025-03-25T21:37:46.122Z | Compiling signature v2.2.0 |
1437 | 2025-03-25T21:37:46.153Z | Compiling dirs-sys-next v0.1.2 |
1438 | 2025-03-25T21:37:46.226Z | Compiling crc32fast v1.4.2 |
1439 | 2025-03-25T21:37:46.249Z | Compiling cookie v0.18.1 |
1440 | 2025-03-25T21:37:46.419Z | Compiling rayon-core v1.12.1 |
1441 | 2025-03-25T21:37:46.558Z | Compiling signal-hook v0.3.17 |
1442 | 2025-03-25T21:37:46.582Z | Compiling unicode-bidi v0.3.17 |
1443 | 2025-03-25T21:37:46.667Z | Compiling unicode-properties v0.1.3 |
1444 | 2025-03-25T21:37:46.716Z | Compiling rustls v0.22.4 |
1445 | 2025-03-25T21:37:46.837Z | Compiling openssl-probe v0.1.5 |
1446 | 2025-03-25T21:37:47.137Z | Compiling dirs-next v2.0.0 |
1447 | 2025-03-25T21:37:47.155Z | Compiling rand v0.8.5 |
1448 | 2025-03-25T21:37:47.183Z | Compiling crossbeam-deque v0.8.5 |
1449 | 2025-03-25T21:37:47.330Z | Compiling stringprep v0.1.5 |
1450 | 2025-03-25T21:37:47.735Z | Compiling rand v0.9.0 |
1451 | 2025-03-25T21:37:48.161Z | Compiling hyper v1.6.0 |
1452 | 2025-03-25T21:37:48.355Z | Compiling url v2.5.3 |
1453 | 2025-03-25T21:37:49.180Z | Compiling http-body-util v0.1.2 |
1454 | 2025-03-25T21:37:49.425Z | Compiling curve25519-dalek v4.1.3 |
1455 | 2025-03-25T21:37:50.091Z | Compiling md-5 v0.10.6 |
1456 | 2025-03-25T21:37:50.111Z | Compiling async-trait v0.1.87 |
1457 | 2025-03-25T21:37:50.243Z | Compiling num-integer v0.1.46 |
1458 | 2025-03-25T21:37:50.361Z | Compiling hash32 v0.2.1 |
1459 | 2025-03-25T21:37:50.726Z | Compiling hyper-util v0.1.10 |
1460 | 2025-03-25T21:37:50.805Z | Compiling thread_local v1.1.8 |
1461 | 2025-03-25T21:37:50.998Z | Compiling ff v0.13.0 |
1462 | 2025-03-25T21:37:51.241Z | Compiling encoding_rs v0.8.34 |
1463 | 2025-03-25T21:37:51.261Z | Compiling multer v3.1.0 |
1464 | 2025-03-25T21:37:51.446Z | Compiling memoffset v0.9.1 |
1465 | 2025-03-25T21:37:51.566Z | Compiling portable-atomic v1.9.0 |
1466 | 2025-03-25T21:37:51.751Z | Compiling num-bigint-dig v0.8.4 |
1467 | 2025-03-25T21:37:51.783Z | Compiling gimli v0.31.1 |
1468 | 2025-03-25T21:37:52.056Z | Compiling newtype-uuid v1.2.1 |
1469 | 2025-03-25T21:37:52.361Z | Compiling smoltcp v0.9.1 |
1470 | 2025-03-25T21:37:52.526Z | Compiling psl-types v2.0.11 |
1471 | 2025-03-25T21:37:52.548Z | Compiling cfg_aliases v0.2.1 |
1472 | 2025-03-25T21:37:52.665Z | Compiling mime v0.3.17 |
1473 | 2025-03-25T21:37:52.744Z | Compiling match_cfg v0.1.0 |
1474 | 2025-03-25T21:37:52.852Z | Compiling litrs v0.4.1 |
1475 | 2025-03-25T21:37:53.016Z | Compiling base16ct v0.2.0 |
1476 | 2025-03-25T21:37:53.200Z | Compiling fallible-iterator v0.2.0 |
1477 | 2025-03-25T21:37:53.347Z | Compiling slog-async v2.8.0 |
1478 | 2025-03-25T21:37:53.545Z | Compiling sec1 v0.7.3 |
1479 | 2025-03-25T21:37:53.855Z | Compiling postgres-protocol v0.6.8 |
1480 | 2025-03-25T21:37:53.914Z | Compiling document-features v0.2.10 |
1481 | 2025-03-25T21:37:53.964Z | Compiling hostname v0.3.1 |
1482 | 2025-03-25T21:37:54.080Z | Compiling publicsuffix v2.3.0 |
1483 | 2025-03-25T21:37:54.181Z | Compiling nix v0.29.0 |
1484 | 2025-03-25T21:37:54.495Z | Compiling toml_edit v0.22.24 |
1485 | 2025-03-25T21:37:55.062Z | Compiling group v0.13.0 |
1486 | 2025-03-25T21:37:55.111Z | Compiling num-iter v0.1.45 |
1487 | 2025-03-25T21:37:55.289Z | Compiling tokio-native-tls v0.3.1 |
1488 | 2025-03-25T21:37:55.312Z | Compiling bzip2 v0.4.4 |
1489 | 2025-03-25T21:37:55.575Z | Compiling term v0.7.0 |
1490 | 2025-03-25T21:37:56.193Z | Compiling addr2line v0.24.2 |
1491 | 2025-03-25T21:37:56.639Z | Compiling flate2 v1.1.0 |
1492 | 2025-03-25T21:37:56.804Z | Compiling usdt-attr-macro v0.5.0 |
1493 | 2025-03-25T21:37:56.839Z | Compiling usdt-macro v0.5.0 |
1494 | 2025-03-25T21:37:56.859Z | Compiling phf_shared v0.11.2 |
1495 | 2025-03-25T21:37:57.203Z | Compiling ipnetwork v0.21.1 |
1496 | 2025-03-25T21:37:57.282Z | Compiling slog-json v2.6.1 |
1497 | 2025-03-25T21:37:57.493Z | Compiling serde_urlencoded v0.7.1 |
1498 | 2025-03-25T21:37:57.633Z | Compiling terminal_size v0.4.0 |
1499 | 2025-03-25T21:37:57.868Z | Compiling crossbeam-channel v0.5.13 |
1500 | 2025-03-25T21:37:57.984Z | Compiling futures-executor v0.3.31 |
1501 | 2025-03-25T21:37:58.006Z | Compiling hkdf v0.12.4 |
1502 | 2025-03-25T21:37:58.248Z | Compiling crypto-bigint v0.5.5 |
1503 | 2025-03-25T21:37:58.267Z | Compiling async-stream-impl v0.3.6 |
1504 | 2025-03-25T21:37:58.366Z | Compiling zerocopy-derive v0.6.6 |
1505 | 2025-03-25T21:37:58.510Z | Compiling curve25519-dalek-derive v0.1.1 |
1506 | 2025-03-25T21:37:58.824Z | Compiling rustls-pemfile v2.2.0 |
1507 | 2025-03-25T21:37:59.159Z | Compiling webpki-roots v0.26.6 |
1508 | 2025-03-25T21:37:59.393Z | Compiling sync_wrapper v1.0.1 |
1509 | 2025-03-25T21:37:59.501Z | Compiling is-terminal v0.4.13 |
1510 | 2025-03-25T21:37:59.563Z | Compiling dropshot v0.12.0 |
1511 | 2025-03-25T21:37:59.646Z | Compiling ahash v0.8.11 |
1512 | 2025-03-25T21:37:59.691Z | Compiling hubpack_derive v0.1.1 |
1513 | 2025-03-25T21:37:59.870Z | Compiling fs-err v2.11.0 |
1514 | 2025-03-25T21:37:59.893Z | Compiling object v0.36.5 |
1515 | 2025-03-25T21:37:59.983Z | Compiling winnow v0.5.40 |
1516 | 2025-03-25T21:38:00.209Z | Compiling take_mut v0.2.2 |
1517 | 2025-03-25T21:38:00.227Z | Compiling buf-list v1.0.3 |
1518 | 2025-03-25T21:38:00.368Z | Compiling bumpalo v3.16.0 |
1519 | 2025-03-25T21:38:00.486Z | Compiling managed v0.8.0 |
1520 | 2025-03-25T21:38:00.823Z | Compiling anyhow v1.0.97 |
1521 | 2025-03-25T21:38:00.826Z | Compiling rustc-demangle v0.1.24 |
1522 | 2025-03-25T21:38:00.933Z | Compiling simd-adler32 v0.3.7 |
1523 | 2025-03-25T21:38:01.416Z | Compiling tower-layer v0.3.3 |
1524 | 2025-03-25T21:38:01.472Z | Compiling lockfree-object-pool v0.1.6 |
1525 | 2025-03-25T21:38:01.505Z | Compiling ipnet v2.11.0 |
1526 | 2025-03-25T21:38:01.703Z | Compiling zip v2.1.3 |
1527 | 2025-03-25T21:38:01.724Z | Compiling unicode-width v0.2.0 |
1528 | 2025-03-25T21:38:01.746Z | Compiling clap_builder v4.5.32 |
1529 | 2025-03-25T21:38:02.055Z | Compiling zopfli v0.8.1 |
1530 | 2025-03-25T21:38:02.270Z | Compiling console v0.15.10 |
1531 | 2025-03-25T21:38:02.559Z | Compiling tower v0.5.2 |
1532 | 2025-03-25T21:38:03.431Z | Compiling toml_edit v0.19.15 |
1533 | 2025-03-25T21:38:03.636Z | Compiling elliptic-curve v0.13.8 |
1534 | 2025-03-25T21:38:03.934Z | Compiling hubpack v0.1.2 |
1535 | 2025-03-25T21:38:04.378Z | Compiling zerocopy v0.6.6 |
1536 | 2025-03-25T21:38:04.611Z | Compiling strum_macros v0.25.3 |
1537 | 2025-03-25T21:38:05.193Z | Compiling slog-term v2.9.1 |
1538 | 2025-03-25T21:38:05.571Z | Compiling usdt v0.5.0 |
1539 | 2025-03-25T21:38:06.054Z | Compiling async-stream v0.3.6 |
1540 | 2025-03-25T21:38:06.320Z | Compiling futures v0.3.31 |
1541 | 2025-03-25T21:38:06.358Z | Compiling toml v0.8.20 |
1542 | 2025-03-25T21:38:06.446Z | Compiling backtrace v0.3.74 |
1543 | 2025-03-25T21:38:06.976Z | Compiling oxnet v0.1.1 |
1544 | 2025-03-25T21:38:07.686Z | Compiling slog-bunyan v2.5.0 |
1545 | 2025-03-25T21:38:07.832Z | Compiling phf v0.11.2 |
1546 | 2025-03-25T21:38:07.893Z | Compiling signal-hook-mio v0.2.4 |
1547 | 2025-03-25T21:38:08.078Z | Compiling cookie_store v0.21.1 |
1548 | 2025-03-25T21:38:08.113Z | Compiling rayon v1.10.0 |
1549 | 2025-03-25T21:38:08.213Z | Compiling hyper-tls v0.6.0 |
1550 | 2025-03-25T21:38:09.520Z | Compiling postgres-types v0.2.9 |
1551 | 2025-03-25T21:38:10.305Z | Compiling camino v1.1.9 |
1552 | 2025-03-25T21:38:10.342Z | Compiling ed25519 v2.2.3 |
1553 | 2025-03-25T21:38:10.794Z | Compiling phf_shared v0.10.0 |
1554 | 2025-03-25T21:38:11.116Z | Compiling dropshot_endpoint v0.12.0 |
1555 | 2025-03-25T21:38:11.116Z | Compiling pkcs1 v0.7.5 |
1556 | 2025-03-25T21:38:11.178Z | Compiling waitgroup v0.1.2 |
1557 | 2025-03-25T21:38:11.405Z | Compiling openapiv3 v2.0.0 |
1558 | 2025-03-25T21:38:12.053Z | Compiling serde_path_to_error v0.1.16 |
1559 | 2025-03-25T21:38:12.148Z | Compiling serde-big-array v0.5.1 |
1560 | 2025-03-25T21:38:12.353Z | Compiling clap_derive v4.5.32 |
1561 | 2025-03-25T21:38:12.389Z | Compiling enum-as-inner v0.6.1 |
1562 | 2025-03-25T21:38:12.777Z | Compiling rfc6979 v0.4.0 |
1563 | 2025-03-25T21:38:12.985Z | Compiling sha1 v0.10.6 |
1564 | 2025-03-25T21:38:13.010Z | Compiling daft-derive v0.1.2 |
1565 | 2025-03-25T21:38:13.427Z | Compiling serde_repr v0.1.19 |
1566 | 2025-03-25T21:38:13.444Z | Compiling bstr v1.10.0 |
1567 | 2025-03-25T21:38:14.524Z | Compiling float-cmp v0.10.0 |
1568 | 2025-03-25T21:38:14.591Z | Compiling hostname v0.4.0 |
1569 | 2025-03-25T21:38:14.757Z | Compiling fixedbitset v0.4.2 |
1570 | 2025-03-25T21:38:14.803Z | Compiling data-encoding v2.6.0 |
1571 | 2025-03-25T21:38:14.963Z | Compiling unicode-segmentation v1.12.0 |
1572 | 2025-03-25T21:38:15.178Z | Compiling predicates-core v1.0.8 |
1573 | 2025-03-25T21:38:15.201Z | Compiling whoami v1.5.2 |
1574 | 2025-03-25T21:38:15.576Z | Compiling number_prefix v0.4.0 |
1575 | 2025-03-25T21:38:15.583Z | Compiling static_assertions v1.1.0 |
1576 | 2025-03-25T21:38:15.629Z | Compiling difflib v0.4.0 |
1577 | 2025-03-25T21:38:15.650Z | Compiling debug-ignore v1.0.5 |
1578 | 2025-03-25T21:38:15.750Z | Compiling new_debug_unreachable v1.0.6 |
1579 | 2025-03-25T21:38:15.802Z | Compiling normalize-line-endings v0.3.0 |
1580 | 2025-03-25T21:38:15.833Z | Compiling precomputed-hash v0.1.1 |
1581 | 2025-03-25T21:38:15.858Z | Compiling similar v2.7.0 |
1582 | 2025-03-25T21:38:15.937Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1583 | 2025-03-25T21:38:15.968Z | Compiling string_cache v0.8.7 |
1584 | 2025-03-25T21:38:16.398Z | Compiling predicates v3.1.3 |
1585 | 2025-03-25T21:38:16.662Z | Compiling indicatif v0.17.11 |
1586 | 2025-03-25T21:38:16.729Z | Compiling clap v4.5.32 |
1587 | 2025-03-25T21:38:16.855Z | Compiling tokio-postgres v0.7.13 |
1588 | 2025-03-25T21:38:16.931Z | Compiling hickory-proto v0.24.4 |
1589 | 2025-03-25T21:38:17.822Z | Compiling petgraph v0.6.5 |
1590 | 2025-03-25T21:38:17.911Z | Compiling daft v0.1.2 |
1591 | 2025-03-25T21:38:18.424Z | Compiling ecdsa v0.16.9 |
1592 | 2025-03-25T21:38:18.676Z | Compiling rsa v0.9.6 |
1593 | 2025-03-25T21:38:19.244Z | Compiling ed25519-dalek v2.1.1 |
1594 | 2025-03-25T21:38:21.455Z | Compiling crossterm v0.28.1 |
1595 | 2025-03-25T21:38:22.195Z | Compiling toml v0.7.8 |
1596 | 2025-03-25T21:38:23.289Z | Compiling zip v0.6.6 |
1597 | 2025-03-25T21:38:23.353Z | Compiling tokio-stream v0.1.17 |
1598 | 2025-03-25T21:38:23.613Z | Compiling hex v0.4.3 |
1599 | 2025-03-25T21:38:24.202Z | Compiling x509-cert v0.2.5 |
1600 | 2025-03-25T21:38:24.290Z | Compiling itertools v0.10.5 |
1601 | 2025-03-25T21:38:24.547Z | Compiling unicode-xid v0.2.6 |
1602 | 2025-03-25T21:38:24.689Z | Compiling lalrpop-util v0.19.12 |
1603 | 2025-03-25T21:38:24.749Z | Compiling peg-runtime v0.8.5 |
1604 | 2025-03-25T21:38:24.770Z | Compiling strum_macros v0.26.4 |
1605 | 2025-03-25T21:38:25.046Z | Compiling xattr v1.3.1 |
1606 | 2025-03-25T21:38:25.317Z | Compiling filetime v0.2.25 |
1607 | 2025-03-25T21:38:25.624Z | Compiling tar v0.4.44 |
1608 | 2025-03-25T21:38:29.246Z | Compiling strum v0.26.3 |
1609 | 2025-03-25T21:38:32.331Z | Compiling aws-lc-sys v0.26.0 |
1610 | 2025-03-25T21:39:01.970Z | Compiling rustls-webpki v0.102.8 |
1611 | 2025-03-25T21:39:05.164Z | Compiling tokio-rustls v0.25.0 |
1612 | 2025-03-25T21:39:06.772Z | Compiling tokio-rustls v0.26.0 |
1613 | 2025-03-25T21:39:07.044Z | Compiling hyper-rustls v0.27.3 |
1614 | 2025-03-25T21:39:07.432Z | Compiling reqwest v0.12.12 |
1615 | 2025-03-25T21:39:11.049Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1616 | 2025-03-25T21:39:11.315Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1617 | 2025-03-25T21:39:15.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1618 | 2025-03-25T21:39:15.876Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1619 | 2025-03-25T21:39:15.929Z | Mar 25 21:39:14.968 INFO Starting download, target: Clickhouse |
1620 | 2025-03-25T21:39:15.929Z | Mar 25 21:39:14.968 INFO Starting download, target: Cockroach |
1621 | 2025-03-25T21:39:15.929Z | Mar 25 21:39:14.968 INFO Starting download, target: Console |
1622 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.968 INFO Starting download, target: DendriteOpenapi |
1623 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.968 INFO Starting download, target: DendriteStub |
1624 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.968 INFO Starting download, target: MaghemiteMgd |
1625 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.968 INFO Starting download, target: TransceiverControl |
1626 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.969 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1627 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.969 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi |
1628 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.969 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1629 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.969 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1630 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.969 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1631 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.969 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1632 | 2025-03-25T21:39:15.933Z | Mar 25 21:39:14.970 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1633 | 2025-03-25T21:39:16.147Z | Mar 25 21:39:15.175 INFO Download complete, target: DendriteOpenapi |
1634 | 2025-03-25T21:39:16.360Z | Mar 25 21:39:15.364 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1635 | 2025-03-25T21:39:16.558Z | Mar 25 21:39:15.553 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1636 | 2025-03-25T21:39:16.785Z | Mar 25 21:39:15.758 INFO Download complete, target: TransceiverControl |
1637 | 2025-03-25T21:39:16.931Z | Mar 25 21:39:15.915 INFO Download complete, target: Console |
1638 | 2025-03-25T21:39:17.200Z | Mar 25 21:39:16.234 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1639 | 2025-03-25T21:39:17.732Z | Mar 25 21:39:16.767 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1640 | 2025-03-25T21:39:18.141Z | Mar 25 21:39:17.179 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1641 | 2025-03-25T21:39:18.193Z | Mar 25 21:39:17.224 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1642 | 2025-03-25T21:39:18.193Z | Mar 25 21:39:17.224 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1643 | 2025-03-25T21:39:19.745Z | Mar 25 21:39:18.783 INFO Download complete, target: MaghemiteMgd |
1644 | 2025-03-25T21:39:20.751Z | Mar 25 21:39:19.776 INFO Download complete, target: DendriteStub |
1645 | 2025-03-25T21:39:24.703Z | Mar 25 21:39:23.740 INFO Checking that binary works, target: Cockroach |
1646 | 2025-03-25T21:39:24.864Z | Mar 25 21:39:23.901 INFO Download complete, target: Cockroach |
1647 | 2025-03-25T21:39:28.971Z | Mar 25 21:39:28.008 INFO Checking that binary works, target: Clickhouse |
1648 | 2025-03-25T21:39:29.149Z | Mar 25 21:39:28.187 INFO Download complete, target: Clickhouse |
1649 | 2025-03-25T21:39:29.171Z | All builder prerequisites installed successfully, and PATH looks valid |
1650 | 2025-03-25T21:39:29.174Z | |
1651 | 2025-03-25T21:39:29.174Z | real 6:38.809464697 |
1652 | 2025-03-25T21:39:29.174Z | user 15:30.767435804 |
1653 | 2025-03-25T21:39:29.174Z | sys 2:07.865917543 |
1654 | 2025-03-25T21:39:29.174Z | trap 0.582444309 |
1655 | 2025-03-25T21:39:29.174Z | tflt 0.895954389 |
1656 | 2025-03-25T21:39:29.174Z | dflt 1.499525328 |
1657 | 2025-03-25T21:39:29.174Z | kflt 0.027718407 |
1658 | 2025-03-25T21:39:29.174Z | lock 23:41.487783869 |
1659 | 2025-03-25T21:39:29.174Z | slp 58:50.650683541 |
1660 | 2025-03-25T21:39:29.174Z | lat 1:01.744746446 |
1661 | 2025-03-25T21:39:29.174Z | stop 2:27.333457698 |
1662 | 2025-03-25T21:39:29.174Z | + banner clippy |
1663 | 2025-03-25T21:39:29.174Z | |
1664 | 2025-03-25T21:39:29.174Z | #### # # ##### ##### # # |
1665 | 2025-03-25T21:39:29.174Z | # # # # # # # # # # |
1666 | 2025-03-25T21:39:29.174Z | # # # # # # # # |
1667 | 2025-03-25T21:39:29.174Z | # # # ##### ##### # |
1668 | 2025-03-25T21:39:29.174Z | # # # # # # # |
1669 | 2025-03-25T21:39:29.174Z | #### ###### # # # # |
1670 | 2025-03-25T21:39:29.174Z | |
1671 | 2025-03-25T21:39:29.178Z | + export CARGO_INCREMENTAL=0 |
1672 | 2025-03-25T21:39:29.178Z | + CARGO_INCREMENTAL=0 |
1673 | 2025-03-25T21:39:29.178Z | + ptime -m cargo xtask clippy |
1674 | 2025-03-25T21:39:29.744Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1675 | 2025-03-25T21:39:32.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
1676 | 2025-03-25T21:39:32.657Z | Running `target/debug/xtask clippy` |
1677 | 2025-03-25T21:39:32.678Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1678 | 2025-03-25T21:39:33.426Z | Downloading crates ... |
1679 | 2025-03-25T21:39:33.725Z | Downloaded parking v2.2.1 |
1680 | 2025-03-25T21:39:33.729Z | Downloaded approx v0.5.1 |
1681 | 2025-03-25T21:39:33.732Z | Downloaded kv-log-macro v1.0.7 |
1682 | 2025-03-25T21:39:33.735Z | Downloaded guppy-workspace-hack v0.1.0 |
1683 | 2025-03-25T21:39:33.735Z | Downloaded event-listener v2.5.3 |
1684 | 2025-03-25T21:39:33.735Z | Downloaded nested v0.1.1 |
1685 | 2025-03-25T21:39:33.740Z | Downloaded async-channel v1.9.0 |
1686 | 2025-03-25T21:39:33.740Z | Downloaded async-attributes v1.1.2 |
1687 | 2025-03-25T21:39:33.740Z | Downloaded cast v0.3.0 |
1688 | 2025-03-25T21:39:33.744Z | Downloaded doc-comment v0.3.3 |
1689 | 2025-03-25T21:39:33.756Z | Downloaded target-triple v0.1.3 |
1690 | 2025-03-25T21:39:33.760Z | Downloaded async-object-pool v0.1.5 |
1691 | 2025-03-25T21:39:33.760Z | Downloaded plotters-svg v0.3.7 |
1692 | 2025-03-25T21:39:33.769Z | Downloaded relative-path v1.9.3 |
1693 | 2025-03-25T21:39:33.772Z | Downloaded async-signal v0.2.10 |
1694 | 2025-03-25T21:39:33.772Z | Downloaded serde_regex v1.1.0 |
1695 | 2025-03-25T21:39:33.775Z | Downloaded anes v0.1.6 |
1696 | 2025-03-25T21:39:33.775Z | Downloaded pathdiff v0.2.3 |
1697 | 2025-03-25T21:39:33.778Z | Downloaded async-global-executor v2.4.1 |
1698 | 2025-03-25T21:39:33.778Z | Downloaded async-channel v2.3.1 |
1699 | 2025-03-25T21:39:33.778Z | Downloaded piper v0.2.4 |
1700 | 2025-03-25T21:39:33.781Z | Downloaded similar-asserts v1.7.0 |
1701 | 2025-03-25T21:39:33.784Z | Downloaded concurrent-queue v2.5.0 |
1702 | 2025-03-25T21:39:33.784Z | Downloaded stringmetrics v2.2.2 |
1703 | 2025-03-25T21:39:33.788Z | Downloaded proc-macro-crate v3.2.0 |
1704 | 2025-03-25T21:39:33.788Z | Downloaded plotters-backend v0.3.7 |
1705 | 2025-03-25T21:39:33.788Z | Downloaded path-tree v0.8.1 |
1706 | 2025-03-25T21:39:33.791Z | Downloaded oorandom v11.1.4 |
1707 | 2025-03-25T21:39:33.791Z | Downloaded event-listener v5.3.1 |
1708 | 2025-03-25T21:39:33.791Z | Downloaded hyper-rustls v0.26.0 |
1709 | 2025-03-25T21:39:33.809Z | Downloaded rustls-native-certs v0.7.3 |
1710 | 2025-03-25T21:39:33.812Z | Downloaded async-executor v1.13.1 |
1711 | 2025-03-25T21:39:33.815Z | Downloaded assert_cmd v2.0.16 |
1712 | 2025-03-25T21:39:33.815Z | Downloaded rust-argon2 v2.1.0 |
1713 | 2025-03-25T21:39:33.818Z | Downloaded trybuild v1.0.103 |
1714 | 2025-03-25T21:39:33.821Z | Downloaded tinytemplate v1.2.1 |
1715 | 2025-03-25T21:39:33.824Z | Downloaded target-spec v3.4.2 |
1716 | 2025-03-25T21:39:33.824Z | Downloaded httptest v0.16.3 |
1717 | 2025-03-25T21:39:33.827Z | Downloaded rstest v0.24.0 |
1718 | 2025-03-25T21:39:33.830Z | Downloaded blake2b_simd v1.0.2 |
1719 | 2025-03-25T21:39:33.833Z | Downloaded polling v3.7.3 |
1720 | 2025-03-25T21:39:33.837Z | Downloaded async-io v2.3.4 |
1721 | 2025-03-25T21:39:33.840Z | Downloaded rand_distr v0.4.3 |
1722 | 2025-03-25T21:39:33.842Z | Downloaded target-lexicon v0.13.2 |
1723 | 2025-03-25T21:39:33.842Z | Downloaded rstest_macros v0.24.0 |
1724 | 2025-03-25T21:39:33.846Z | Downloaded cfg-expr v0.18.0 |
1725 | 2025-03-25T21:39:33.849Z | Downloaded partial-io v0.5.4 |
1726 | 2025-03-25T21:39:33.849Z | Downloaded futures-lite v2.3.0 |
1727 | 2025-03-25T21:39:33.852Z | Downloaded criterion-plot v0.5.0 |
1728 | 2025-03-25T21:39:33.852Z | Downloaded blocking v1.6.1 |
1729 | 2025-03-25T21:39:33.855Z | Downloaded async-task v4.7.1 |
1730 | 2025-03-25T21:39:33.858Z | Downloaded criterion v0.5.1 |
1731 | 2025-03-25T21:39:33.861Z | Downloaded plotters v0.3.7 |
1732 | 2025-03-25T21:39:33.869Z | Downloaded guppy v0.17.17 |
1733 | 2025-03-25T21:39:33.875Z | Downloaded async-std v1.13.0 |
1734 | 2025-03-25T21:39:33.892Z | Downloaded async-process v2.3.0 |
1735 | 2025-03-25T21:39:33.895Z | Downloaded async-lock v3.4.0 |
1736 | 2025-03-25T21:39:33.898Z | Downloaded event-listener-strategy v0.5.2 |
1737 | 2025-03-25T21:39:33.898Z | Downloaded assert-json-diff v2.0.2 |
1738 | 2025-03-25T21:39:33.898Z | Downloaded futures-timer v3.0.3 |
1739 | 2025-03-25T21:39:33.961Z | Downloaded httpmock v0.8.0-alpha.1 |
1740 | 2025-03-25T21:39:34.550Z | Checking cfg-if v1.0.0 |
1741 | 2025-03-25T21:39:34.749Z | Checking libc v0.2.170 |
1742 | 2025-03-25T21:39:34.795Z | Checking serde v1.0.218 |
1743 | 2025-03-25T21:39:34.795Z | Checking memchr v2.7.4 |
1744 | 2025-03-25T21:39:34.832Z | Checking value-bag v1.9.0 |
1745 | 2025-03-25T21:39:34.832Z | Checking itoa v1.0.11 |
1746 | 2025-03-25T21:39:34.878Z | Checking zeroize v1.8.1 |
1747 | 2025-03-25T21:39:34.912Z | Checking smallvec v1.14.0 |
1748 | 2025-03-25T21:39:34.912Z | Checking scopeguard v1.2.0 |
1749 | 2025-03-25T21:39:35.040Z | Checking lock_api v0.4.12 |
1750 | 2025-03-25T21:39:35.076Z | Checking pin-project-lite v0.2.14 |
1751 | 2025-03-25T21:39:35.108Z | Checking subtle v2.6.1 |
1752 | 2025-03-25T21:39:35.144Z | Checking log v0.4.22 |
1753 | 2025-03-25T21:39:35.212Z | Checking once_cell v1.20.3 |
1754 | 2025-03-25T21:39:35.244Z | Checking libm v0.2.8 |
1755 | 2025-03-25T21:39:35.372Z | Checking byteorder v1.5.0 |
1756 | 2025-03-25T21:39:35.434Z | Checking ryu v1.0.18 |
1757 | 2025-03-25T21:39:35.532Z | Checking typenum v1.17.0 |
1758 | 2025-03-25T21:39:35.582Z | Checking futures-core v0.3.31 |
1759 | 2025-03-25T21:39:35.664Z | Checking thiserror v1.0.69 |
1760 | 2025-03-25T21:39:35.732Z | Checking futures-io v0.3.31 |
1761 | 2025-03-25T21:39:35.769Z | Checking getrandom v0.2.15 |
1762 | 2025-03-25T21:39:35.835Z | Checking signal-hook-registry v1.4.2 |
1763 | 2025-03-25T21:39:35.874Z | Checking parking_lot_core v0.9.10 |
1764 | 2025-03-25T21:39:35.875Z | Checking mio v1.0.2 |
1765 | 2025-03-25T21:39:35.928Z | Checking socket2 v0.5.8 |
1766 | 2025-03-25T21:39:35.983Z | Checking rand_core v0.6.4 |
1767 | 2025-03-25T21:39:36.020Z | Checking const-oid v0.9.6 |
1768 | 2025-03-25T21:39:36.135Z | Checking parking_lot v0.12.3 |
1769 | 2025-03-25T21:39:36.191Z | Checking num-traits v0.2.19 |
1770 | 2025-03-25T21:39:36.305Z | Checking slab v0.4.9 |
1771 | 2025-03-25T21:39:36.359Z | Checking foldhash v0.1.3 |
1772 | 2025-03-25T21:39:36.390Z | Checking equivalent v1.0.1 |
1773 | 2025-03-25T21:39:36.471Z | Checking allocator-api2 v0.2.18 |
1774 | 2025-03-25T21:39:36.513Z | Checking zerocopy v0.7.35 |
1775 | 2025-03-25T21:39:36.563Z | Checking futures-sink v0.3.31 |
1776 | 2025-03-25T21:39:36.592Z | Checking generic-array v0.14.7 |
1777 | 2025-03-25T21:39:36.620Z | Checking getrandom v0.3.1 |
1778 | 2025-03-25T21:39:36.743Z | Checking cpufeatures v0.2.14 |
1779 | 2025-03-25T21:39:36.865Z | Checking iana-time-zone v0.1.61 |
1780 | 2025-03-25T21:39:36.897Z | Checking pin-utils v0.1.0 |
1781 | 2025-03-25T21:39:37.018Z | Checking futures-channel v0.3.31 |
1782 | 2025-03-25T21:39:37.049Z | Checking hashbrown v0.15.1 |
1783 | 2025-03-25T21:39:37.078Z | Checking futures-task v0.3.31 |
1784 | 2025-03-25T21:39:37.351Z | Checking futures-util v0.3.31 |
1785 | 2025-03-25T21:39:37.383Z | Checking stable_deref_trait v1.2.0 |
1786 | 2025-03-25T21:39:37.506Z | Checking fnv v1.0.7 |
1787 | 2025-03-25T21:39:37.654Z | Checking errno v0.3.9 |
1788 | 2025-03-25T21:39:37.680Z | Checking crypto-common v0.1.6 |
1789 | 2025-03-25T21:39:37.708Z | Checking block-buffer v0.10.4 |
1790 | 2025-03-25T21:39:37.732Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1791 | 2025-03-25T21:39:37.801Z | Checking dyn-clone v1.0.19 |
1792 | 2025-03-25T21:39:37.861Z | Checking tracing-core v0.1.32 |
1793 | 2025-03-25T21:39:37.896Z | Checking ppv-lite86 v0.2.20 |
1794 | 2025-03-25T21:39:37.956Z | Checking digest v0.10.7 |
1795 | 2025-03-25T21:39:37.959Z | Checking zerofrom v0.1.4 |
1796 | 2025-03-25T21:39:38.115Z | Checking litemap v0.7.3 |
1797 | 2025-03-25T21:39:38.151Z | Checking percent-encoding v2.3.1 |
1798 | 2025-03-25T21:39:38.187Z | Checking yoke v0.7.4 |
1799 | 2025-03-25T21:39:38.335Z | Checking writeable v0.5.5 |
1800 | 2025-03-25T21:39:38.381Z | Checking block-padding v0.3.3 |
1801 | 2025-03-25T21:39:38.472Z | Checking crossbeam-utils v0.8.20 |
1802 | 2025-03-25T21:39:38.501Z | Checking tracing v0.1.40 |
1803 | 2025-03-25T21:39:38.541Z | Checking zerovec v0.10.4 |
1804 | 2025-03-25T21:39:38.591Z | Checking inout v0.1.3 |
1805 | 2025-03-25T21:39:38.621Z | Checking rand_chacha v0.3.1 |
1806 | 2025-03-25T21:39:38.664Z | Checking icu_locid_transform_data v1.5.0 |
1807 | 2025-03-25T21:39:38.783Z | Checking form_urlencoded v1.2.1 |
1808 | 2025-03-25T21:39:38.817Z | Checking cipher v0.4.4 |
1809 | 2025-03-25T21:39:38.867Z | Checking icu_properties_data v1.5.0 |
1810 | 2025-03-25T21:39:38.989Z | Checking regex-syntax v0.8.5 |
1811 | 2025-03-25T21:39:39.020Z | Checking rand v0.8.5 |
1812 | 2025-03-25T21:39:39.106Z | Checking atomic-waker v1.1.2 |
1813 | 2025-03-25T21:39:39.177Z | Checking bytes v1.10.1 |
1814 | 2025-03-25T21:39:39.208Z | Checking bitflags v2.6.0 |
1815 | 2025-03-25T21:39:39.235Z | Checking serde_json v1.0.139 |
1816 | 2025-03-25T21:39:39.263Z | Checking chrono v0.4.40 |
1817 | 2025-03-25T21:39:39.512Z | Checking uuid v1.15.1 |
1818 | 2025-03-25T21:39:40.027Z | Checking semver v1.0.25 |
1819 | 2025-03-25T21:39:40.128Z | Checking indexmap v2.7.1 |
1820 | 2025-03-25T21:39:40.164Z | Checking tokio v1.43.0 |
1821 | 2025-03-25T21:39:40.213Z | Checking rustix v0.38.37 |
1822 | 2025-03-25T21:39:40.423Z | Checking http v1.2.0 |
1823 | 2025-03-25T21:39:40.879Z | Checking tinystr v0.7.6 |
1824 | 2025-03-25T21:39:41.214Z | Checking icu_locid v1.5.0 |
1825 | 2025-03-25T21:39:41.295Z | Checking icu_collections v1.5.0 |
1826 | 2025-03-25T21:39:41.317Z | Checking schemars v0.8.22 |
1827 | 2025-03-25T21:39:41.729Z | Checking spin v0.9.8 |
1828 | 2025-03-25T21:39:41.839Z | Checking untrusted v0.9.0 |
1829 | 2025-03-25T21:39:41.952Z | Checking icu_normalizer_data v1.5.0 |
1830 | 2025-03-25T21:39:42.013Z | Checking write16 v1.0.0 |
1831 | 2025-03-25T21:39:42.071Z | Checking utf16_iter v1.0.5 |
1832 | 2025-03-25T21:39:42.100Z | Checking utf8_iter v1.0.4 |
1833 | 2025-03-25T21:39:42.123Z | Checking powerfmt v0.2.0 |
1834 | 2025-03-25T21:39:42.153Z | Checking icu_provider v1.5.0 |
1835 | 2025-03-25T21:39:42.156Z | Checking ring v0.17.11 |
1836 | 2025-03-25T21:39:42.265Z | Checking aho-corasick v1.1.3 |
1837 | 2025-03-25T21:39:42.296Z | Checking httparse v1.9.5 |
1838 | 2025-03-25T21:39:42.434Z | Checking deranged v0.3.11 |
1839 | 2025-03-25T21:39:42.760Z | Checking unicode-ident v1.0.14 |
1840 | 2025-03-25T21:39:42.781Z | Checking base64ct v1.6.0 |
1841 | 2025-03-25T21:39:42.899Z | Checking icu_locid_transform v1.5.0 |
1842 | 2025-03-25T21:39:43.004Z | Checking num_threads v0.1.7 |
1843 | 2025-03-25T21:39:43.191Z | Checking time-core v0.1.2 |
1844 | 2025-03-25T21:39:43.310Z | Checking num-conv v0.1.0 |
1845 | 2025-03-25T21:39:43.403Z | Checking proc-macro2 v1.0.94 |
1846 | 2025-03-25T21:39:43.544Z | Checking hmac v0.12.1 |
1847 | 2025-03-25T21:39:43.689Z | Checking sha2 v0.10.8 |
1848 | 2025-03-25T21:39:43.820Z | Checking adler2 v2.0.0 |
1849 | 2025-03-25T21:39:43.964Z | Checking time v0.3.36 |
1850 | 2025-03-25T21:39:43.964Z | Checking icu_properties v1.5.1 |
1851 | 2025-03-25T21:39:43.964Z | Checking miniz_oxide v0.8.5 |
1852 | 2025-03-25T21:39:44.095Z | Checking regex-automata v0.4.8 |
1853 | 2025-03-25T21:39:44.096Z | Checking quote v1.0.39 |
1854 | 2025-03-25T21:39:44.195Z | Checking rustls-pki-types v1.10.0 |
1855 | 2025-03-25T21:39:44.320Z | Checking syn v2.0.98 |
1856 | 2025-03-25T21:39:44.392Z | Checking http-body v1.0.1 |
1857 | 2025-03-25T21:39:44.602Z | Checking aws-lc-sys v0.26.0 |
1858 | 2025-03-25T21:39:44.655Z | Checking try-lock v0.2.5 |
1859 | 2025-03-25T21:39:44.720Z | Checking httpdate v1.0.3 |
1860 | 2025-03-25T21:39:44.815Z | Checking base64 v0.22.1 |
1861 | 2025-03-25T21:39:44.931Z | Checking untrusted v0.7.1 |
1862 | 2025-03-25T21:39:45.112Z | Checking want v0.3.1 |
1863 | 2025-03-25T21:39:45.286Z | Checking pem-rfc7468 v0.7.0 |
1864 | 2025-03-25T21:39:45.319Z | Checking tower-service v0.3.3 |
1865 | 2025-03-25T21:39:45.487Z | Checking slog v2.7.0 |
1866 | 2025-03-25T21:39:45.581Z | Checking flagset v0.4.6 |
1867 | 2025-03-25T21:39:45.795Z | Checking der v0.7.9 |
1868 | 2025-03-25T21:39:45.941Z | Checking pbkdf2 v0.12.2 |
1869 | 2025-03-25T21:39:45.970Z | Checking aes v0.8.4 |
1870 | 2025-03-25T21:39:46.128Z | Checking gimli v0.31.1 |
1871 | 2025-03-25T21:39:46.739Z | Checking tokio-util v0.7.13 |
1872 | 2025-03-25T21:39:46.789Z | Checking aws-lc-rs v1.12.4 |
1873 | 2025-03-25T21:39:46.826Z | Checking mime v0.3.17 |
1874 | 2025-03-25T21:39:47.092Z | Checking icu_normalizer v1.5.0 |
1875 | 2025-03-25T21:39:47.161Z | Checking lazy_static v1.5.0 |
1876 | 2025-03-25T21:39:47.309Z | Checking salsa20 v0.10.2 |
1877 | 2025-03-25T21:39:47.538Z | Checking cbc v0.1.2 |
1878 | 2025-03-25T21:39:47.542Z | Checking h2 v0.4.6 |
1879 | 2025-03-25T21:39:47.600Z | Checking spki v0.7.3 |
1880 | 2025-03-25T21:39:47.781Z | Checking object v0.36.5 |
1881 | 2025-03-25T21:39:47.821Z | Checking regex v1.11.1 |
1882 | 2025-03-25T21:39:47.850Z | Checking idna_adapter v1.2.0 |
1883 | 2025-03-25T21:39:47.876Z | Checking rustc-demangle v0.1.24 |
1884 | 2025-03-25T21:39:48.064Z | Checking idna v1.0.3 |
1885 | 2025-03-25T21:39:48.321Z | Checking scrypt v0.11.0 |
1886 | 2025-03-25T21:39:48.414Z | Checking http-body-util v0.1.2 |
1887 | 2025-03-25T21:39:48.492Z | Checking rustls-webpki v0.102.8 |
1888 | 2025-03-25T21:39:48.566Z | Checking url v2.5.3 |
1889 | 2025-03-25T21:39:48.594Z | Checking foreign-types-shared v0.1.1 |
1890 | 2025-03-25T21:39:48.729Z | Checking ipnet v2.11.0 |
1891 | 2025-03-25T21:39:48.828Z | Checking openssl-probe v0.1.5 |
1892 | 2025-03-25T21:39:49.008Z | Checking utf8parse v0.2.2 |
1893 | 2025-03-25T21:39:49.179Z | Checking foreign-types v0.3.2 |
1894 | 2025-03-25T21:39:49.210Z | Checking pkcs5 v0.7.1 |
1895 | 2025-03-25T21:39:49.243Z | Checking rustls-pemfile v2.2.0 |
1896 | 2025-03-25T21:39:49.293Z | Checking openssl-sys v0.9.106 |
1897 | 2025-03-25T21:39:49.369Z | Checking futures-executor v0.3.31 |
1898 | 2025-03-25T21:39:49.479Z | Checking serde_urlencoded v0.7.1 |
1899 | 2025-03-25T21:39:49.599Z | Checking encoding_rs v0.8.34 |
1900 | 2025-03-25T21:39:49.716Z | Checking pkcs8 v0.10.2 |
1901 | 2025-03-25T21:39:50.005Z | Checking addr2line v0.24.2 |
1902 | 2025-03-25T21:39:50.015Z | Checking anstyle v1.0.10 |
1903 | 2025-03-25T21:39:50.019Z | Checking futures v0.3.31 |
1904 | 2025-03-25T21:39:50.144Z | Checking rustls v0.23.19 |
1905 | 2025-03-25T21:39:50.166Z | Checking toml_datetime v0.6.8 |
1906 | 2025-03-25T21:39:50.257Z | Checking serde_spanned v0.6.8 |
1907 | 2025-03-25T21:39:50.346Z | Checking either v1.14.0 |
1908 | 2025-03-25T21:39:50.446Z | Checking psl-types v2.0.11 |
1909 | 2025-03-25T21:39:50.481Z | Checking anstyle-parse v0.2.5 |
1910 | 2025-03-25T21:39:50.485Z | Checking openssl v0.10.71 |
1911 | 2025-03-25T21:39:50.658Z | Checking publicsuffix v2.3.0 |
1912 | 2025-03-25T21:39:50.715Z | Checking cookie v0.18.1 |
1913 | 2025-03-25T21:39:50.799Z | Checking webpki-roots v0.26.6 |
1914 | 2025-03-25T21:39:50.934Z | Checking sync_wrapper v1.0.1 |
1915 | 2025-03-25T21:39:51.002Z | Checking is_terminal_polyfill v1.70.1 |
1916 | 2025-03-25T21:39:51.084Z | Checking anstyle-query v1.1.1 |
1917 | 2025-03-25T21:39:51.134Z | Checking tower-layer v0.3.3 |
1918 | 2025-03-25T21:39:51.194Z | Checking colorchoice v1.0.2 |
1919 | 2025-03-25T21:39:51.231Z | Checking cookie_store v0.21.1 |
1920 | 2025-03-25T21:39:51.351Z | Checking anstream v0.6.15 |
1921 | 2025-03-25T21:39:51.423Z | Checking tower v0.5.2 |
1922 | 2025-03-25T21:39:51.716Z | Checking terminal_size v0.4.0 |
1923 | 2025-03-25T21:39:51.826Z | Checking is-terminal v0.4.13 |
1924 | 2025-03-25T21:39:51.902Z | Checking clap_lex v0.7.4 |
1925 | 2025-03-25T21:39:51.905Z | Checking strsim v0.11.1 |
1926 | 2025-03-25T21:39:51.974Z | Checking ipnetwork v0.21.1 |
1927 | 2025-03-25T21:39:52.119Z | Checking openapiv3 v2.0.0 |
1928 | 2025-03-25T21:39:52.167Z | Checking signature v2.2.0 |
1929 | 2025-03-25T21:39:52.220Z | Checking clap_builder v4.5.32 |
1930 | 2025-03-25T21:39:52.349Z | Checking data-encoding v2.6.0 |
1931 | 2025-03-25T21:39:52.393Z | Checking camino v1.1.9 |
1932 | 2025-03-25T21:39:52.928Z | Checking bitflags v1.3.2 |
1933 | 2025-03-25T21:39:52.957Z | Checking tinyvec_macros v0.1.1 |
1934 | 2025-03-25T21:39:53.048Z | Checking sha1 v0.10.6 |
1935 | 2025-03-25T21:39:53.076Z | Checking tinyvec v1.8.0 |
1936 | 2025-03-25T21:39:53.366Z | Checking scroll v0.12.0 |
1937 | 2025-03-25T21:39:53.654Z | Checking hyper v1.6.0 |
1938 | 2025-03-25T21:39:53.720Z | Checking backtrace v0.3.74 |
1939 | 2025-03-25T21:39:53.792Z | Checking ucd-trie v0.1.7 |
1940 | 2025-03-25T21:39:54.027Z | Checking plain v0.2.3 |
1941 | 2025-03-25T21:39:54.205Z | Checking goblin v0.8.2 |
1942 | 2025-03-25T21:39:54.262Z | Checking anyhow v1.0.97 |
1943 | 2025-03-25T21:39:54.370Z | Checking pest v2.7.14 |
1944 | 2025-03-25T21:39:54.654Z | Checking num-integer v0.1.46 |
1945 | 2025-03-25T21:39:55.147Z | Checking dirs-sys-next v0.1.2 |
1946 | 2025-03-25T21:39:55.174Z | Checking clap v4.5.32 |
1947 | 2025-03-25T21:39:55.279Z | Checking tokio-rustls v0.26.0 |
1948 | 2025-03-25T21:39:55.305Z | Checking pretty-hex v0.4.1 |
1949 | 2025-03-25T21:39:55.333Z | Checking crossbeam-channel v0.5.13 |
1950 | 2025-03-25T21:39:55.361Z | Checking dirs-next v2.0.0 |
1951 | 2025-03-25T21:39:55.444Z | Checking native-tls v0.2.12 |
1952 | 2025-03-25T21:39:55.500Z | Checking thread-id v4.2.2 |
1953 | 2025-03-25T21:39:55.527Z | Checking thread_local v1.1.8 |
1954 | 2025-03-25T21:39:55.596Z | Checking hyper-util v0.1.10 |
1955 | 2025-03-25T21:39:55.624Z | Checking crc32fast v1.4.2 |
1956 | 2025-03-25T21:39:55.657Z | Checking winnow v0.7.3 |
1957 | 2025-03-25T21:39:55.758Z | Checking tokio-native-tls v0.3.1 |
1958 | 2025-03-25T21:39:55.807Z | Checking base16ct v0.2.0 |
1959 | 2025-03-25T21:39:55.862Z | Checking term v0.7.0 |
1960 | 2025-03-25T21:39:56.020Z | Checking ff v0.13.0 |
1961 | 2025-03-25T21:39:56.023Z | Checking memmap v0.7.0 |
1962 | 2025-03-25T21:39:56.071Z | Checking sec1 v0.7.3 |
1963 | 2025-03-25T21:39:56.258Z | Checking zerocopy v0.8.10 |
1964 | 2025-03-25T21:39:56.287Z | Checking take_mut v0.2.2 |
1965 | 2025-03-25T21:39:56.312Z | Checking slog-term v2.9.1 |
1966 | 2025-03-25T21:39:56.449Z | Checking slog-async v2.8.0 |
1967 | 2025-03-25T21:39:56.477Z | Checking group v0.13.0 |
1968 | 2025-03-25T21:39:56.738Z | Checking num-iter v0.1.45 |
1969 | 2025-03-25T21:39:56.773Z | Checking hkdf v0.12.4 |
1970 | 2025-03-25T21:39:56.802Z | Checking hex v0.4.3 |
1971 | 2025-03-25T21:39:56.914Z | Checking dtrace-parser v0.2.0 |
1972 | 2025-03-25T21:39:56.943Z | Checking crypto-bigint v0.5.5 |
1973 | 2025-03-25T21:39:57.010Z | Checking match_cfg v0.1.0 |
1974 | 2025-03-25T21:39:57.100Z | Checking unicode-width v0.2.0 |
1975 | 2025-03-25T21:39:57.288Z | Checking static_assertions v1.1.0 |
1976 | 2025-03-25T21:39:57.405Z | Checking hostname v0.3.1 |
1977 | 2025-03-25T21:39:57.409Z | Checking oxnet v0.1.1 |
1978 | 2025-03-25T21:39:57.454Z | Checking hyper-rustls v0.27.3 |
1979 | 2025-03-25T21:39:57.546Z | Checking hyper-tls v0.6.0 |
1980 | 2025-03-25T21:39:57.588Z | Checking bstr v1.10.0 |
1981 | 2025-03-25T21:39:57.793Z | Checking unicode-segmentation v1.12.0 |
1982 | 2025-03-25T21:39:57.823Z | Checking winnow v0.5.40 |
1983 | 2025-03-25T21:39:57.871Z | Checking reqwest v0.12.12 |
1984 | 2025-03-25T21:39:58.419Z | Checking toml_edit v0.22.24 |
1985 | 2025-03-25T21:39:58.476Z | Checking num-bigint-dig v0.8.4 |
1986 | 2025-03-25T21:39:58.525Z | Checking flate2 v1.1.0 |
1987 | 2025-03-25T21:39:58.920Z | Checking dof v0.3.0 |
1988 | 2025-03-25T21:39:59.057Z | Checking pkcs1 v0.7.5 |
1989 | 2025-03-25T21:39:59.186Z | Checking crossbeam-epoch v0.9.18 |
1990 | 2025-03-25T21:39:59.476Z | Checking zerocopy v0.6.6 |
1991 | 2025-03-25T21:39:59.535Z | Checking usdt-impl v0.5.0 |
1992 | 2025-03-25T21:39:59.566Z | Checking elliptic-curve v0.13.8 |
1993 | 2025-03-25T21:39:59.616Z | Checking unicode-normalization v0.1.24 |
1994 | 2025-03-25T21:39:59.683Z | Checking rfc6979 v0.4.0 |
1995 | 2025-03-25T21:39:59.886Z | Checking hubpack v0.1.2 |
1996 | 2025-03-25T21:40:00.102Z | Checking debug-ignore v1.0.5 |
1997 | 2025-03-25T21:40:00.105Z | Checking usdt v0.5.0 |
1998 | 2025-03-25T21:40:00.209Z | Checking managed v0.8.0 |
1999 | 2025-03-25T21:40:00.237Z | Checking ecdsa v0.16.9 |
2000 | 2025-03-25T21:40:00.270Z | Checking crossbeam-deque v0.8.5 |
2001 | 2025-03-25T21:40:00.399Z | Checking x509-cert v0.2.5 |
2002 | 2025-03-25T21:40:00.437Z | Checking rsa v0.9.6 |
2003 | 2025-03-25T21:40:00.520Z | Checking slog-json v2.6.1 |
2004 | 2025-03-25T21:40:00.548Z | Checking toml_edit v0.19.15 |
2005 | 2025-03-25T21:40:00.580Z | Checking curve25519-dalek v4.1.3 |
2006 | 2025-03-25T21:40:00.605Z | Checking ahash v0.8.11 |
2007 | 2025-03-25T21:40:00.798Z | Checking bzip2-sys v0.1.11+1.0.8 |
2008 | 2025-03-25T21:40:00.920Z | Checking siphasher v0.3.11 |
2009 | 2025-03-25T21:40:00.948Z | Checking bzip2 v0.4.4 |
2010 | 2025-03-25T21:40:00.982Z | Checking toml v0.8.20 |
2011 | 2025-03-25T21:40:01.102Z | Checking slog-bunyan v2.5.0 |
2012 | 2025-03-25T21:40:01.245Z | Checking rayon-core v1.12.1 |
2013 | 2025-03-25T21:40:01.273Z | Checking ed25519 v2.2.3 |
2014 | 2025-03-25T21:40:01.312Z | Checking rustls v0.22.4 |
2015 | 2025-03-25T21:40:01.412Z | Checking newtype-uuid v1.2.1 |
2016 | 2025-03-25T21:40:01.602Z | Checking serde_path_to_error v0.1.16 |
2017 | 2025-03-25T21:40:01.679Z | Checking signal-hook v0.3.17 |
2018 | 2025-03-25T21:40:01.682Z | Checking daft v0.1.2 |
2019 | 2025-03-25T21:40:01.850Z | Checking rand_core v0.9.2 |
2020 | 2025-03-25T21:40:01.930Z | Checking console v0.15.10 |
2021 | 2025-03-25T21:40:02.021Z | Checking hickory-proto v0.24.4 |
2022 | 2025-03-25T21:40:02.088Z | Checking itertools v0.10.5 |
2023 | 2025-03-25T21:40:02.193Z | Checking memoffset v0.9.1 |
2024 | 2025-03-25T21:40:02.197Z | Checking rand_chacha v0.9.0 |
2025 | 2025-03-25T21:40:02.321Z | Checking signal-hook-mio v0.2.4 |
2026 | 2025-03-25T21:40:02.350Z | Checking ed25519-dalek v2.1.1 |
2027 | 2025-03-25T21:40:02.480Z | Checking zip v0.6.6 |
2028 | 2025-03-25T21:40:02.510Z | Checking multer v3.1.0 |
2029 | 2025-03-25T21:40:02.640Z | Checking fs-err v2.11.0 |
2030 | 2025-03-25T21:40:02.754Z | Checking waitgroup v0.1.2 |
2031 | 2025-03-25T21:40:02.922Z | Checking async-stream v0.3.6 |
2032 | 2025-03-25T21:40:02.927Z | Checking hash32 v0.2.1 |
2033 | 2025-03-25T21:40:02.989Z | Checking toml v0.7.8 |
2034 | 2025-03-25T21:40:03.139Z | Checking hostname v0.4.0 |
2035 | 2025-03-25T21:40:03.181Z | Checking bumpalo v3.16.0 |
2036 | 2025-03-25T21:40:03.185Z | Checking lockfree-object-pool v0.1.6 |
2037 | 2025-03-25T21:40:03.247Z | Checking simd-adler32 v0.3.7 |
2038 | 2025-03-25T21:40:03.288Z | Checking predicates-core v1.0.8 |
2039 | 2025-03-25T21:40:03.462Z | Checking unicode-properties v0.1.3 |
2040 | 2025-03-25T21:40:03.496Z | Checking unicode-bidi v0.3.17 |
2041 | 2025-03-25T21:40:03.529Z | Checking heapless v0.7.17 |
2042 | 2025-03-25T21:40:03.579Z | Checking zopfli v0.8.1 |
2043 | 2025-03-25T21:40:03.675Z | Checking rand v0.9.0 |
2044 | 2025-03-25T21:40:03.858Z | Checking crossterm v0.28.1 |
2045 | 2025-03-25T21:40:04.111Z | Checking stringprep v0.1.5 |
2046 | 2025-03-25T21:40:04.139Z | Checking rayon v1.10.0 |
2047 | 2025-03-25T21:40:04.293Z | Checking phf_shared v0.11.2 |
2048 | 2025-03-25T21:40:04.401Z | Checking similar v2.7.0 |
2049 | 2025-03-25T21:40:04.455Z | Checking tokio-stream v0.1.17 |
2050 | 2025-03-25T21:40:04.555Z | Checking md-5 v0.10.6 |
2051 | 2025-03-25T21:40:04.636Z | Checking tokio-rustls v0.25.0 |
2052 | 2025-03-25T21:40:04.699Z | Checking float-cmp v0.10.0 |
2053 | 2025-03-25T21:40:04.808Z | Checking normalize-line-endings v0.3.0 |
2054 | 2025-03-25T21:40:04.930Z | Checking fallible-iterator v0.2.0 |
2055 | 2025-03-25T21:40:04.958Z | Checking difflib v0.4.0 |
2056 | 2025-03-25T21:40:05.016Z | Checking dropshot v0.12.0 |
2057 | 2025-03-25T21:40:05.214Z | Checking phf v0.11.2 |
2058 | 2025-03-25T21:40:05.243Z | Checking smoltcp v0.9.1 |
2059 | 2025-03-25T21:40:05.277Z | Checking predicates v3.1.3 |
2060 | 2025-03-25T21:40:05.452Z | Checking zip v2.1.3 |
2061 | 2025-03-25T21:40:05.490Z | Checking nix v0.29.0 |
2062 | 2025-03-25T21:40:05.542Z | Checking postgres-protocol v0.6.8 |
2063 | 2025-03-25T21:40:05.913Z | Checking phf_shared v0.10.0 |
2064 | 2025-03-25T21:40:06.189Z | Checking buf-list v1.0.3 |
2065 | 2025-03-25T21:40:06.224Z | Checking serde-big-array v0.5.1 |
2066 | 2025-03-25T21:40:06.464Z | Checking portable-atomic v1.9.0 |
2067 | 2025-03-25T21:40:06.468Z | Checking precomputed-hash v0.1.1 |
2068 | 2025-03-25T21:40:06.522Z | Checking number_prefix v0.4.0 |
2069 | 2025-03-25T21:40:06.551Z | Checking minimal-lexical v0.2.1 |
2070 | 2025-03-25T21:40:06.588Z | Checking new_debug_unreachable v1.0.6 |
2071 | 2025-03-25T21:40:06.644Z | Checking lalrpop-util v0.19.12 |
2072 | 2025-03-25T21:40:06.703Z | Checking fixedbitset v0.4.2 |
2073 | 2025-03-25T21:40:06.736Z | Checking string_cache v0.8.7 |
2074 | 2025-03-25T21:40:06.877Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2075 | 2025-03-25T21:40:06.937Z | Checking nom v7.1.3 |
2076 | 2025-03-25T21:40:06.966Z | Checking postgres-types v0.2.9 |
2077 | 2025-03-25T21:40:06.993Z | Checking petgraph v0.6.5 |
2078 | 2025-03-25T21:40:07.038Z | Checking itertools v0.12.1 |
2079 | 2025-03-25T21:40:07.475Z | Checking peg-runtime v0.8.5 |
2080 | 2025-03-25T21:40:07.616Z | Checking indicatif v0.17.11 |
2081 | 2025-03-25T21:40:07.653Z | Checking heck v0.4.1 |
2082 | 2025-03-25T21:40:07.722Z | Checking whoami v1.5.2 |
2083 | 2025-03-25T21:40:07.892Z | Compiling thiserror-impl v2.0.12 |
2084 | 2025-03-25T21:40:08.058Z | Checking tokio-postgres v0.7.13 |
2085 | 2025-03-25T21:40:08.399Z | Compiling regress v0.10.3 |
2086 | 2025-03-25T21:40:08.499Z | Compiling ident_case v1.0.1 |
2087 | 2025-03-25T21:40:08.709Z | Compiling darling_core v0.20.10 |
2088 | 2025-03-25T21:40:09.305Z | Compiling unsafe-libyaml v0.2.11 |
2089 | 2025-03-25T21:40:09.532Z | Checking heck v0.5.0 |
2090 | 2025-03-25T21:40:09.763Z | Checking fastrand v2.1.1 |
2091 | 2025-03-25T21:40:10.104Z | Compiling structmeta-derive v0.3.0 |
2092 | 2025-03-25T21:40:10.898Z | Compiling serde_yaml v0.9.34+deprecated |
2093 | 2025-03-25T21:40:11.063Z | Checking thiserror v2.0.12 |
2094 | 2025-03-25T21:40:11.115Z | Checking tempfile v3.13.0 |
2095 | 2025-03-25T21:40:11.221Z | Checking progenitor-client v0.9.1 |
2096 | 2025-03-25T21:40:11.487Z | Checking quick-error v1.2.3 |
2097 | 2025-03-25T21:40:11.610Z | Checking strum v0.26.3 |
2098 | 2025-03-25T21:40:11.648Z | Checking wait-timeout v0.2.0 |
2099 | 2025-03-25T21:40:11.783Z | Checking bit-vec v0.8.0 |
2100 | 2025-03-25T21:40:11.837Z | Checking rusty-fork v0.3.0 |
2101 | 2025-03-25T21:40:11.940Z | Checking rand_xorshift v0.3.0 |
2102 | 2025-03-25T21:40:12.147Z | Compiling typify-impl v0.2.0 |
2103 | 2025-03-25T21:40:12.154Z | Checking bit-set v0.8.0 |
2104 | 2025-03-25T21:40:12.197Z | Compiling dropshot v0.16.0 |
2105 | 2025-03-25T21:40:12.459Z | Checking unarray v0.1.4 |
2106 | 2025-03-25T21:40:12.614Z | Checking macaddr v1.0.1 |
2107 | 2025-03-25T21:40:12.641Z | Checking proptest v1.6.0 |
2108 | 2025-03-25T21:40:12.677Z | Compiling structmeta v0.3.0 |
2109 | 2025-03-25T21:40:12.962Z | Compiling dropshot_endpoint v0.16.0 |
2110 | 2025-03-25T21:40:13.090Z | Compiling parse-display-derive v0.10.0 |
2111 | 2025-03-25T21:40:13.123Z | Compiling test-strategy v0.4.0 |
2112 | 2025-03-25T21:40:14.438Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2113 | 2025-03-25T21:40:14.519Z | Compiling darling_macro v0.20.10 |
2114 | 2025-03-25T21:40:15.243Z | Checking progenitor-client v0.8.0 |
2115 | 2025-03-25T21:40:15.465Z | Compiling darling v0.20.10 |
2116 | 2025-03-25T21:40:15.605Z | Compiling serde_with_macros v3.12.0 |
2117 | 2025-03-25T21:40:15.631Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2118 | 2025-03-25T21:40:15.814Z | Checking instant v0.1.13 |
2119 | 2025-03-25T21:40:15.879Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2120 | 2025-03-25T21:40:15.952Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2121 | 2025-03-25T21:40:16.376Z | Checking backoff v0.4.0 |
2122 | 2025-03-25T21:40:16.578Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2123 | 2025-03-25T21:40:16.607Z | Checking camino-tempfile v1.1.1 |
2124 | 2025-03-25T21:40:16.707Z | Checking unicode-width v0.1.14 |
2125 | 2025-03-25T21:40:16.747Z | Compiling proc-macro-error v1.0.4 |
2126 | 2025-03-25T21:40:16.894Z | Checking parse-display v0.10.0 |
2127 | 2025-03-25T21:40:17.081Z | Compiling proc-macro-crate v1.3.1 |
2128 | 2025-03-25T21:40:17.110Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2129 | 2025-03-25T21:40:17.152Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2130 | 2025-03-25T21:40:17.185Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2131 | 2025-03-25T21:40:17.334Z | Checking tabwriter v1.4.0 |
2132 | 2025-03-25T21:40:17.533Z | Compiling foreign-types-macros v0.2.3 |
2133 | 2025-03-25T21:40:17.560Z | Checking foreign-types-shared v0.3.1 |
2134 | 2025-03-25T21:40:17.720Z | Checking cstr-argument v0.1.2 |
2135 | 2025-03-25T21:40:17.810Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2136 | 2025-03-25T21:40:17.890Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2137 | 2025-03-25T21:40:17.962Z | Compiling num_enum_derive v0.5.11 |
2138 | 2025-03-25T21:40:17.990Z | Checking pretty-hex v0.2.1 |
2139 | 2025-03-25T21:40:18.045Z | Checking serde_with v3.12.0 |
2140 | 2025-03-25T21:40:18.178Z | Checking colored v2.2.0 |
2141 | 2025-03-25T21:40:18.236Z | Checking winnow v0.6.20 |
2142 | 2025-03-25T21:40:18.555Z | Checking smf v0.2.3 |
2143 | 2025-03-25T21:40:18.625Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2144 | 2025-03-25T21:40:18.770Z | Checking foreign-types v0.5.0 |
2145 | 2025-03-25T21:40:18.802Z | Checking itertools v0.14.0 |
2146 | 2025-03-25T21:40:18.895Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2147 | 2025-03-25T21:40:18.993Z | Compiling typify-impl v0.3.0 |
2148 | 2025-03-25T21:40:19.215Z | Checking base64 v0.21.7 |
2149 | 2025-03-25T21:40:19.703Z | Compiling itertools v0.13.0 |
2150 | 2025-03-25T21:40:20.260Z | Checking num_enum v0.5.11 |
2151 | 2025-03-25T21:40:20.442Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2152 | 2025-03-25T21:40:20.728Z | Compiling crucible-workspace-hack v0.1.0 |
2153 | 2025-03-25T21:40:21.065Z | Compiling heapless v0.8.0 |
2154 | 2025-03-25T21:40:21.194Z | Checking hash32 v0.3.1 |
2155 | 2025-03-25T21:40:21.220Z | Compiling smoltcp v0.11.0 |
2156 | 2025-03-25T21:40:21.408Z | Checking cobs v0.2.3 |
2157 | 2025-03-25T21:40:21.631Z | Checking postcard v1.0.10 |
2158 | 2025-03-25T21:40:21.934Z | Checking sigpipe v0.1.3 |
2159 | 2025-03-25T21:40:22.069Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2160 | 2025-03-25T21:40:22.142Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2161 | 2025-03-25T21:40:22.317Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2162 | 2025-03-25T21:40:22.498Z | Checking termtree v0.4.1 |
2163 | 2025-03-25T21:40:22.650Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2164 | 2025-03-25T21:40:22.712Z | Compiling mockall_derive v0.13.1 |
2165 | 2025-03-25T21:40:22.974Z | Checking predicates-tree v1.0.11 |
2166 | 2025-03-25T21:40:23.080Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2167 | 2025-03-25T21:40:23.152Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2168 | 2025-03-25T21:40:23.388Z | Compiling zone_cfg_derive v0.3.0 |
2169 | 2025-03-25T21:40:23.414Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2170 | 2025-03-25T21:40:23.515Z | Compiling num-derive v0.4.2 |
2171 | 2025-03-25T21:40:23.770Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2172 | 2025-03-25T21:40:24.110Z | Checking downcast v0.11.0 |
2173 | 2025-03-25T21:40:24.320Z | Checking fragile v2.0.0 |
2174 | 2025-03-25T21:40:24.650Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2175 | 2025-03-25T21:40:24.759Z | Checking zone v0.3.0 |
2176 | 2025-03-25T21:40:24.929Z | Checking utf-8 v0.7.6 |
2177 | 2025-03-25T21:40:25.148Z | Checking atomicwrites v0.4.4 |
2178 | 2025-03-25T21:40:25.380Z | Compiling convert_case v0.4.0 |
2179 | 2025-03-25T21:40:25.490Z | Checking tungstenite v0.21.0 |
2180 | 2025-03-25T21:40:25.526Z | Checking newline-converter v0.3.0 |
2181 | 2025-03-25T21:40:25.574Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2182 | 2025-03-25T21:40:25.709Z | Checking expectorate v1.1.0 |
2183 | 2025-03-25T21:40:25.900Z | Compiling derive-where v1.2.7 |
2184 | 2025-03-25T21:40:26.034Z | Checking same-file v1.0.6 |
2185 | 2025-03-25T21:40:26.169Z | Compiling typify-macro v0.2.0 |
2186 | 2025-03-25T21:40:26.217Z | Compiling derive_more v0.99.19 |
2187 | 2025-03-25T21:40:26.244Z | Checking walkdir v2.5.0 |
2188 | 2025-03-25T21:40:26.381Z | Checking tokio-tungstenite v0.21.0 |
2189 | 2025-03-25T21:40:26.550Z | Checking arc-swap v1.7.1 |
2190 | 2025-03-25T21:40:26.878Z | Checking fixedbitset v0.5.7 |
2191 | 2025-03-25T21:40:26.984Z | Checking slog-scope v4.4.0 |
2192 | 2025-03-25T21:40:27.209Z | Checking slog-stdlog v4.1.1 |
2193 | 2025-03-25T21:40:27.277Z | Checking petgraph v0.7.1 |
2194 | 2025-03-25T21:40:27.404Z | Checking xattr v1.3.1 |
2195 | 2025-03-25T21:40:27.618Z | Checking filetime v0.2.25 |
2196 | 2025-03-25T21:40:27.893Z | Checking tar v0.4.44 |
2197 | 2025-03-25T21:40:28.731Z | Checking slog-envlogger v2.2.0 |
2198 | 2025-03-25T21:40:28.887Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2199 | 2025-03-25T21:40:28.955Z | Checking num-rational v0.4.2 |
2200 | 2025-03-25T21:40:29.062Z | Checking num-complex v0.4.6 |
2201 | 2025-03-25T21:40:29.547Z | Checking float-ord v0.3.2 |
2202 | 2025-03-25T21:40:29.573Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2203 | 2025-03-25T21:40:29.724Z | Checking password-hash v0.5.0 |
2204 | 2025-03-25T21:40:29.771Z | Compiling typify v0.2.0 |
2205 | 2025-03-25T21:40:29.927Z | Compiling progenitor-impl v0.8.0 |
2206 | 2025-03-25T21:40:30.179Z | Checking num v0.4.3 |
2207 | 2025-03-25T21:40:30.241Z | Checking mockall v0.13.1 |
2208 | 2025-03-25T21:40:30.304Z | Checking blake2 v0.10.6 |
2209 | 2025-03-25T21:40:30.344Z | Checking indent_write v2.2.0 |
2210 | 2025-03-25T21:40:30.486Z | Compiling cancel-safe-futures v0.1.5 |
2211 | 2025-03-25T21:40:30.557Z | Compiling owo-colors v4.2.0 |
2212 | 2025-03-25T21:40:30.737Z | Checking argon2 v0.5.3 |
2213 | 2025-03-25T21:40:30.852Z | Checking swrite v0.1.0 |
2214 | 2025-03-25T21:40:31.036Z | Checking libsw-core v0.3.1 |
2215 | 2025-03-25T21:40:31.309Z | Checking libsw v3.4.0 |
2216 | 2025-03-25T21:40:31.377Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2217 | 2025-03-25T21:40:31.569Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2218 | 2025-03-25T21:40:31.945Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2219 | 2025-03-25T21:40:32.025Z | Checking linear-map v1.2.0 |
2220 | 2025-03-25T21:40:32.167Z | Checking pem v3.0.5 |
2221 | 2025-03-25T21:40:32.344Z | Compiling lzma-sys v0.1.20 |
2222 | 2025-03-25T21:40:32.425Z | Checking headers-core v0.3.0 |
2223 | 2025-03-25T21:40:32.597Z | Compiling heck v0.3.3 |
2224 | 2025-03-25T21:40:32.730Z | Checking highway v1.3.0 |
2225 | 2025-03-25T21:40:32.777Z | Checking headers v0.4.0 |
2226 | 2025-03-25T21:40:32.924Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2227 | 2025-03-25T21:40:33.007Z | Compiling zone_cfg_derive v0.1.2 |
2228 | 2025-03-25T21:40:33.217Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2229 | 2025-03-25T21:40:33.242Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2230 | 2025-03-25T21:40:33.276Z | Compiling typify-macro v0.3.0 |
2231 | 2025-03-25T21:40:33.336Z | Checking yasna v0.5.2 |
2232 | 2025-03-25T21:40:33.540Z | Checking base64 v0.13.1 |
2233 | 2025-03-25T21:40:33.786Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2234 | 2025-03-25T21:40:33.963Z | Checking ron v0.7.1 |
2235 | 2025-03-25T21:40:34.200Z | Checking rcgen v0.12.1 |
2236 | 2025-03-25T21:40:34.250Z | Checking xz2 v0.1.7 |
2237 | 2025-03-25T21:40:34.354Z | Checking zone v0.1.8 |
2238 | 2025-03-25T21:40:34.557Z | Checking linked-hash-map v0.5.6 |
2239 | 2025-03-25T21:40:34.583Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2240 | 2025-03-25T21:40:34.847Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2241 | 2025-03-25T21:40:34.893Z | Checking lru-cache v0.1.2 |
2242 | 2025-03-25T21:40:34.916Z | Checking subprocess v0.2.9 |
2243 | 2025-03-25T21:40:35.014Z | Checking resolv-conf v0.7.0 |
2244 | 2025-03-25T21:40:35.078Z | Checking humantime v2.1.0 |
2245 | 2025-03-25T21:40:35.100Z | Compiling semver v0.1.20 |
2246 | 2025-03-25T21:40:35.381Z | Checking hickory-resolver v0.24.4 |
2247 | 2025-03-25T21:40:35.406Z | Checking half v2.4.1 |
2248 | 2025-03-25T21:40:35.464Z | Compiling rustc_version v0.1.7 |
2249 | 2025-03-25T21:40:35.641Z | Checking ciborium-io v0.2.2 |
2250 | 2025-03-25T21:40:35.669Z | Checking prettyplease v0.2.30 |
2251 | 2025-03-25T21:40:35.893Z | Compiling newtype_derive v0.1.6 |
2252 | 2025-03-25T21:40:35.914Z | Checking ciborium-ll v0.2.2 |
2253 | 2025-03-25T21:40:36.218Z | Checking ciborium v0.2.2 |
2254 | 2025-03-25T21:40:36.554Z | Compiling progenitor-macro v0.8.0 |
2255 | 2025-03-25T21:40:36.917Z | Checking qorb v0.2.1 |
2256 | 2025-03-25T21:40:36.970Z | Compiling typify v0.3.0 |
2257 | 2025-03-25T21:40:37.246Z | Compiling progenitor-impl v0.9.1 |
2258 | 2025-03-25T21:40:37.254Z | Checking steno v0.4.1 |
2259 | 2025-03-25T21:40:37.254Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2260 | 2025-03-25T21:40:40.147Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2261 | 2025-03-25T21:40:40.734Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2262 | 2025-03-25T21:40:40.800Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2263 | 2025-03-25T21:40:41.155Z | Compiling slog-dtrace v0.3.0 |
2264 | 2025-03-25T21:40:41.276Z | Checking display-error-chain v0.2.2 |
2265 | 2025-03-25T21:40:41.373Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2266 | 2025-03-25T21:40:41.479Z | Checking gethostname v0.5.0 |
2267 | 2025-03-25T21:40:41.617Z | Checking keccak v0.1.5 |
2268 | 2025-03-25T21:40:41.862Z | Checking bytecount v0.6.8 |
2269 | 2025-03-25T21:40:41.957Z | Checking sha3 v0.10.8 |
2270 | 2025-03-25T21:40:42.030Z | Checking universal-hash v0.5.1 |
2271 | 2025-03-25T21:40:42.054Z | Checking secrecy v0.8.0 |
2272 | 2025-03-25T21:40:42.243Z | Checking opaque-debug v0.3.1 |
2273 | 2025-03-25T21:40:42.278Z | Checking nibble_vec v0.1.0 |
2274 | 2025-03-25T21:40:42.354Z | Compiling blake3 v1.5.4 |
2275 | 2025-03-25T21:40:42.379Z | Checking endian-type v0.1.2 |
2276 | 2025-03-25T21:40:42.495Z | Checking aead v0.5.2 |
2277 | 2025-03-25T21:40:42.616Z | Checking radix_trie v0.2.1 |
2278 | 2025-03-25T21:40:42.723Z | Checking poly1305 v0.8.0 |
2279 | 2025-03-25T21:40:43.273Z | Checking chacha20 v0.9.1 |
2280 | 2025-03-25T21:40:43.601Z | Compiling thiserror-impl-no-std v2.0.2 |
2281 | 2025-03-25T21:40:43.689Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2282 | 2025-03-25T21:40:43.819Z | Compiling progenitor-macro v0.9.1 |
2283 | 2025-03-25T21:40:43.898Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2284 | 2025-03-25T21:40:44.306Z | Checking chacha20poly1305 v0.10.1 |
2285 | 2025-03-25T21:40:44.331Z | Compiling memmap2 v0.9.5 |
2286 | 2025-03-25T21:40:44.523Z | Compiling arrayref v0.3.9 |
2287 | 2025-03-25T21:40:44.649Z | Compiling constant_time_eq v0.3.1 |
2288 | 2025-03-25T21:40:44.746Z | Compiling arrayvec v0.7.6 |
2289 | 2025-03-25T21:40:44.855Z | Compiling toolchain_find v0.4.0 |
2290 | 2025-03-25T21:40:45.365Z | Compiling topological-sort v0.2.2 |
2291 | 2025-03-25T21:40:45.445Z | Compiling rustfmt-wrapper v0.2.1 |
2292 | 2025-03-25T21:40:45.604Z | Checking fxhash v0.2.1 |
2293 | 2025-03-25T21:40:45.812Z | Compiling omicron-zone-package v0.12.0 |
2294 | 2025-03-25T21:40:46.030Z | Checking maplit v1.0.2 |
2295 | 2025-03-25T21:40:46.171Z | Compiling async-recursion v1.1.1 |
2296 | 2025-03-25T21:40:46.279Z | Compiling const_format_proc_macros v0.2.34 |
2297 | 2025-03-25T21:40:46.327Z | Checking thiserror-no-std v2.0.2 |
2298 | 2025-03-25T21:40:46.470Z | Checking vsss-rs v3.3.4 |
2299 | 2025-03-25T21:40:46.946Z | Checking termcolor v1.4.1 |
2300 | 2025-03-25T21:40:47.360Z | Compiling radium v0.7.0 |
2301 | 2025-03-25T21:40:47.646Z | Checking home v0.5.9 |
2302 | 2025-03-25T21:40:47.850Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2303 | 2025-03-25T21:40:47.910Z | Checking kstat-rs v0.2.4 |
2304 | 2025-03-25T21:40:48.071Z | Compiling vte_generate_state_changes v0.1.2 |
2305 | 2025-03-25T21:40:48.152Z | Checking const_format v0.2.34 |
2306 | 2025-03-25T21:40:48.240Z | Checking tap v1.0.1 |
2307 | 2025-03-25T21:40:48.295Z | Checking progenitor v0.8.0 |
2308 | 2025-03-25T21:40:48.533Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2309 | 2025-03-25T21:40:48.613Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2310 | 2025-03-25T21:40:48.744Z | Compiling maybe-uninit v2.0.0 |
2311 | 2025-03-25T21:40:49.342Z | Checking vte v0.11.1 |
2312 | 2025-03-25T21:40:49.582Z | Checking wyz v0.5.1 |
2313 | 2025-03-25T21:40:50.356Z | Checking fd-lock v4.0.2 |
2314 | 2025-03-25T21:40:50.582Z | Compiling packed_struct v0.10.1 |
2315 | 2025-03-25T21:40:50.802Z | Checking crc-catalog v2.4.0 |
2316 | 2025-03-25T21:40:50.971Z | Checking funty v2.0.0 |
2317 | 2025-03-25T21:40:51.098Z | Checking crc v3.2.1 |
2318 | 2025-03-25T21:40:51.369Z | Checking strip-ansi-escapes v0.2.0 |
2319 | 2025-03-25T21:40:51.560Z | Compiling packed_struct_codegen v0.10.1 |
2320 | 2025-03-25T21:40:51.680Z | Compiling indexmap v1.9.3 |
2321 | 2025-03-25T21:40:51.844Z | Checking bitvec v1.0.1 |
2322 | 2025-03-25T21:40:52.025Z | Checking nodrop v0.1.14 |
2323 | 2025-03-25T21:40:52.175Z | Checking nu-ansi-term v0.50.1 |
2324 | 2025-03-25T21:40:52.609Z | Checking reedline v0.38.0 |
2325 | 2025-03-25T21:40:52.778Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2326 | 2025-03-25T21:40:53.241Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2327 | 2025-03-25T21:40:55.120Z | Checking array-init v0.0.4 |
2328 | 2025-03-25T21:40:55.229Z | Checking smallvec v0.6.14 |
2329 | 2025-03-25T21:40:55.619Z | Checking bitfield v0.14.0 |
2330 | 2025-03-25T21:40:55.717Z | Checking progenitor v0.9.1 |
2331 | 2025-03-25T21:40:55.897Z | Checking hashbrown v0.12.3 |
2332 | 2025-03-25T21:40:55.944Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2333 | 2025-03-25T21:40:55.982Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2334 | 2025-03-25T21:40:56.006Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2335 | 2025-03-25T21:40:57.535Z | Checking serde-hex v0.1.0 |
2336 | 2025-03-25T21:40:58.079Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2337 | 2025-03-25T21:41:00.027Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2338 | 2025-03-25T21:41:00.310Z | Checking env_logger v0.10.2 |
2339 | 2025-03-25T21:41:00.736Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2340 | 2025-03-25T21:41:01.069Z | Checking ron v0.8.1 |
2341 | 2025-03-25T21:41:01.361Z | Checking hashbrown v0.13.2 |
2342 | 2025-03-25T21:41:01.421Z | Checking crc-any v2.5.0 |
2343 | 2025-03-25T21:41:01.813Z | Compiling libefi-sys v0.1.0 |
2344 | 2025-03-25T21:41:02.187Z | Compiling phf_generator v0.11.2 |
2345 | 2025-03-25T21:41:02.275Z | Checking object v0.30.4 |
2346 | 2025-03-25T21:41:02.330Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2347 | 2025-03-25T21:41:02.400Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2348 | 2025-03-25T21:41:02.626Z | Compiling bitfield-struct v0.6.2 |
2349 | 2025-03-25T21:41:02.826Z | Checking path-slash v0.1.5 |
2350 | 2025-03-25T21:41:03.118Z | Compiling phf_codegen v0.11.2 |
2351 | 2025-03-25T21:41:03.470Z | Checking papergrid v0.11.0 |
2352 | 2025-03-25T21:41:03.733Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2353 | 2025-03-25T21:41:03.987Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2354 | 2025-03-25T21:41:04.056Z | Compiling tabled_derive v0.7.0 |
2355 | 2025-03-25T21:41:04.557Z | Compiling parse-zoneinfo v0.3.1 |
2356 | 2025-03-25T21:41:04.875Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2357 | 2025-03-25T21:41:04.982Z | Compiling cfg_aliases v0.1.1 |
2358 | 2025-03-25T21:41:05.119Z | Compiling nix v0.28.0 |
2359 | 2025-03-25T21:41:05.926Z | Compiling chrono-tz-build v0.4.0 |
2360 | 2025-03-25T21:41:06.169Z | Checking tabled v0.15.0 |
2361 | 2025-03-25T21:41:06.172Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2362 | 2025-03-25T21:41:06.926Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2363 | 2025-03-25T21:41:07.059Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2364 | 2025-03-25T21:41:07.734Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2365 | 2025-03-25T21:41:08.313Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2366 | 2025-03-25T21:41:09.489Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2367 | 2025-03-25T21:41:10.099Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2368 | 2025-03-25T21:41:10.278Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2369 | 2025-03-25T21:41:10.877Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2370 | 2025-03-25T21:41:11.284Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2371 | 2025-03-25T21:41:11.559Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2372 | 2025-03-25T21:41:12.017Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2373 | 2025-03-25T21:41:12.449Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2374 | 2025-03-25T21:41:12.476Z | Checking nanorand v0.7.0 |
2375 | 2025-03-25T21:41:12.539Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2376 | 2025-03-25T21:41:12.702Z | Compiling parking_lot_core v0.8.6 |
2377 | 2025-03-25T21:41:12.817Z | Checking flume v0.11.1 |
2378 | 2025-03-25T21:41:12.916Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2379 | 2025-03-25T21:41:13.112Z | Compiling chrono-tz v0.10.1 |
2380 | 2025-03-25T21:41:13.214Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2381 | 2025-03-25T21:41:14.186Z | Compiling peg-macros v0.8.5 |
2382 | 2025-03-25T21:41:14.238Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2383 | 2025-03-25T21:41:14.878Z | Compiling sqlparser_derive v0.2.2 |
2384 | 2025-03-25T21:41:15.328Z | Checking unicode_categories v0.1.1 |
2385 | 2025-03-25T21:41:15.579Z | Checking glob v0.3.2 |
2386 | 2025-03-25T21:41:15.639Z | Checking sqlformat v0.2.6 |
2387 | 2025-03-25T21:41:15.931Z | Checking rustyline v14.0.0 |
2388 | 2025-03-25T21:41:15.958Z | Checking sqlparser v0.45.0 |
2389 | 2025-03-25T21:41:16.953Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2390 | 2025-03-25T21:41:17.511Z | Checking parking_lot v0.11.2 |
2391 | 2025-03-25T21:41:17.632Z | Checking peg v0.8.5 |
2392 | 2025-03-25T21:41:17.750Z | Checking bcs v0.1.6 |
2393 | 2025-03-25T21:41:17.850Z | Checking termtree v0.5.1 |
2394 | 2025-03-25T21:41:18.081Z | Checking sled v0.34.7 |
2395 | 2025-03-25T21:41:18.282Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2396 | 2025-03-25T21:41:19.053Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2397 | 2025-03-25T21:41:19.355Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2398 | 2025-03-25T21:41:19.906Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2399 | 2025-03-25T21:41:20.654Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2400 | 2025-03-25T21:41:20.769Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2401 | 2025-03-25T21:41:21.876Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2402 | 2025-03-25T21:41:22.114Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2403 | 2025-03-25T21:41:22.143Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2404 | 2025-03-25T21:41:22.226Z | Checking hickory-client v0.24.4 |
2405 | 2025-03-25T21:41:22.293Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2406 | 2025-03-25T21:41:22.936Z | Checking hickory-server v0.24.4 |
2407 | 2025-03-25T21:41:23.167Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2408 | 2025-03-25T21:41:24.174Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2409 | 2025-03-25T21:41:24.596Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2410 | 2025-03-25T21:41:25.150Z | Compiling unicase v2.7.0 |
2411 | 2025-03-25T21:41:25.516Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2412 | 2025-03-25T21:41:25.738Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2413 | 2025-03-25T21:41:26.430Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2414 | 2025-03-25T21:41:26.461Z | Compiling dsl_auto_type v0.1.2 |
2415 | 2025-03-25T21:41:27.024Z | Checking scheduled-thread-pool v0.2.7 |
2416 | 2025-03-25T21:41:27.078Z | Compiling diesel_table_macro_syntax v0.2.0 |
2417 | 2025-03-25T21:41:27.281Z | Compiling crunchy v0.2.2 |
2418 | 2025-03-25T21:41:27.502Z | Checking r2d2 v0.8.10 |
2419 | 2025-03-25T21:41:27.569Z | Compiling tiny-keccak v2.0.2 |
2420 | 2025-03-25T21:41:27.723Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2421 | 2025-03-25T21:41:27.782Z | Compiling diesel_derives v2.2.3 |
2422 | 2025-03-25T21:41:27.947Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2423 | 2025-03-25T21:41:27.977Z | Checking primeorder v0.13.6 |
2424 | 2025-03-25T21:41:28.224Z | Compiling bit-vec v0.6.3 |
2425 | 2025-03-25T21:41:28.246Z | Compiling ref-cast v1.0.23 |
2426 | 2025-03-25T21:41:28.440Z | Compiling mime_guess v2.0.5 |
2427 | 2025-03-25T21:41:28.641Z | Compiling bit-set v0.5.3 |
2428 | 2025-03-25T21:41:28.909Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2429 | 2025-03-25T21:41:29.250Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2430 | 2025-03-25T21:41:29.551Z | Compiling ascii-canvas v3.0.0 |
2431 | 2025-03-25T21:41:29.582Z | Compiling ena v0.14.3 |
2432 | 2025-03-25T21:41:29.900Z | Compiling ref-cast-impl v1.0.23 |
2433 | 2025-03-25T21:41:29.986Z | Compiling bindgen v0.71.1 |
2434 | 2025-03-25T21:41:30.025Z | Checking http-range v0.1.5 |
2435 | 2025-03-25T21:41:30.250Z | Compiling regex-syntax v0.6.29 |
2436 | 2025-03-25T21:41:30.331Z | Compiling diff v0.1.13 |
2437 | 2025-03-25T21:41:30.911Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2438 | 2025-03-25T21:41:31.137Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2439 | 2025-03-25T21:41:31.213Z | Checking signal-hook-tokio v0.3.1 |
2440 | 2025-03-25T21:41:31.425Z | Checking atty v0.2.14 |
2441 | 2025-03-25T21:41:31.548Z | Compiling salty v0.3.0 |
2442 | 2025-03-25T21:41:31.577Z | Compiling rustc-hash v2.1.1 |
2443 | 2025-03-25T21:41:32.214Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2444 | 2025-03-25T21:41:32.779Z | Checking p384 v0.13.0 |
2445 | 2025-03-25T21:41:33.992Z | Compiling lalrpop v0.19.12 |
2446 | 2025-03-25T21:41:34.094Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2447 | 2025-03-25T21:41:34.295Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2448 | 2025-03-25T21:41:35.060Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2449 | 2025-03-25T21:41:35.292Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2450 | 2025-03-25T21:41:35.389Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2451 | 2025-03-25T21:41:35.673Z | Compiling derive_builder_core v0.20.2 |
2452 | 2025-03-25T21:41:35.714Z | Compiling libxml v0.3.3 |
2453 | 2025-03-25T21:41:36.127Z | Checking hyper-staticfile v0.10.1 |
2454 | 2025-03-25T21:41:36.333Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2455 | 2025-03-25T21:41:36.674Z | Checking tungstenite v0.23.0 |
2456 | 2025-03-25T21:41:36.776Z | Compiling strum_macros v0.24.3 |
2457 | 2025-03-25T21:41:36.801Z | Checking env_filter v0.1.2 |
2458 | 2025-03-25T21:41:37.060Z | Compiling indoc v1.0.9 |
2459 | 2025-03-25T21:41:37.559Z | Checking tokio-tungstenite v0.23.1 |
2460 | 2025-03-25T21:41:37.802Z | Compiling derive_builder_macro v0.20.2 |
2461 | 2025-03-25T21:41:37.951Z | Checking env_logger v0.11.5 |
2462 | 2025-03-25T21:41:38.084Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2463 | 2025-03-25T21:41:38.683Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2464 | 2025-03-25T21:41:38.710Z | Checking derive_builder v0.20.2 |
2465 | 2025-03-25T21:41:38.877Z | Checking quick-xml v0.37.2 |
2466 | 2025-03-25T21:41:39.026Z | Compiling impl-trait-for-tuples v0.2.2 |
2467 | 2025-03-25T21:41:39.094Z | Checking diesel v2.2.8 |
2468 | 2025-03-25T21:41:39.700Z | Compiling oso-derive v0.27.3 |
2469 | 2025-03-25T21:41:40.031Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2470 | 2025-03-25T21:41:40.375Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2471 | 2025-03-25T21:41:40.821Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2472 | 2025-03-25T21:41:40.845Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2473 | 2025-03-25T21:41:40.927Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2474 | 2025-03-25T21:41:41.148Z | Checking nix v0.27.1 |
2475 | 2025-03-25T21:41:41.194Z | Compiling diesel-dtrace v0.4.2 |
2476 | 2025-03-25T21:41:42.327Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2477 | 2025-03-25T21:41:42.420Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2478 | 2025-03-25T21:41:44.597Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2479 | 2025-03-25T21:41:44.719Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2480 | 2025-03-25T21:41:45.215Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2481 | 2025-03-25T21:41:45.240Z | Checking bb8 v0.8.5 |
2482 | 2025-03-25T21:41:45.581Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2483 | 2025-03-25T21:41:45.604Z | Compiling pin-project-internal v1.1.6 |
2484 | 2025-03-25T21:41:45.738Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2485 | 2025-03-25T21:41:46.298Z | Compiling snafu-derive v0.8.5 |
2486 | 2025-03-25T21:41:47.212Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2487 | 2025-03-25T21:41:47.924Z | Checking olpc-cjson v0.1.4 |
2488 | 2025-03-25T21:41:48.188Z | Checking globset v0.4.15 |
2489 | 2025-03-25T21:41:48.212Z | Checking pin-project v1.1.6 |
2490 | 2025-03-25T21:41:48.247Z | Checking serde_plain v1.0.2 |
2491 | 2025-03-25T21:41:48.371Z | Checking typed-path v0.9.3 |
2492 | 2025-03-25T21:41:48.514Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2493 | 2025-03-25T21:41:48.693Z | Checking parse-size v1.1.0 |
2494 | 2025-03-25T21:41:48.897Z | Checking assert_matches v1.5.0 |
2495 | 2025-03-25T21:41:49.018Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2496 | 2025-03-25T21:41:50.085Z | Checking rand_seeder v0.3.0 |
2497 | 2025-03-25T21:41:50.341Z | Compiling proc-macro-error-attr2 v2.0.0 |
2498 | 2025-03-25T21:41:50.365Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2499 | 2025-03-25T21:41:50.812Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2500 | 2025-03-25T21:41:51.076Z | Checking papergrid v0.14.0 |
2501 | 2025-03-25T21:41:51.102Z | Checking snafu v0.8.5 |
2502 | 2025-03-25T21:41:51.164Z | Compiling proc-macro-error2 v2.0.1 |
2503 | 2025-03-25T21:41:51.189Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2504 | 2025-03-25T21:41:51.553Z | Checking tough v0.19.0 |
2505 | 2025-03-25T21:41:51.788Z | Compiling tabled_derive v0.10.0 |
2506 | 2025-03-25T21:41:52.588Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2507 | 2025-03-25T21:41:52.945Z | Checking yansi v1.0.1 |
2508 | 2025-03-25T21:41:53.276Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2509 | 2025-03-25T21:41:53.532Z | Checking pretty_assertions v1.4.1 |
2510 | 2025-03-25T21:41:53.859Z | Checking io-lifetimes v1.0.11 |
2511 | 2025-03-25T21:41:54.082Z | Checking rustix v0.37.28 |
2512 | 2025-03-25T21:41:54.448Z | Checking tabled v0.18.0 |
2513 | 2025-03-25T21:41:55.114Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2514 | 2025-03-25T21:41:55.318Z | Checking is_ci v1.2.0 |
2515 | 2025-03-25T21:41:55.482Z | Checking supports-color v3.0.2 |
2516 | 2025-03-25T21:41:55.691Z | Checking terminal_size v0.2.6 |
2517 | 2025-03-25T21:41:55.898Z | Compiling libz-sys v1.1.20 |
2518 | 2025-03-25T21:41:55.994Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2519 | 2025-03-25T21:41:56.053Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2520 | 2025-03-25T21:41:56.294Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2521 | 2025-03-25T21:41:56.570Z | Checking smawk v0.3.2 |
2522 | 2025-03-25T21:41:56.802Z | Checking unicode-linebreak v0.1.5 |
2523 | 2025-03-25T21:41:57.178Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2524 | 2025-03-25T21:41:57.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2525 | 2025-03-25T21:41:57.542Z | Compiling indoc v2.0.6 |
2526 | 2025-03-25T21:41:58.474Z | Checking textwrap v0.16.1 |
2527 | 2025-03-25T21:41:59.035Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2528 | 2025-03-25T21:41:59.138Z | Checking castaway v0.2.3 |
2529 | 2025-03-25T21:41:59.210Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2530 | 2025-03-25T21:41:59.331Z | Checking compact_str v0.8.0 |
2531 | 2025-03-25T21:41:59.559Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2532 | 2025-03-25T21:42:00.145Z | Checking unicode-truncate v1.1.0 |
2533 | 2025-03-25T21:42:00.403Z | Checking lru v0.12.5 |
2534 | 2025-03-25T21:42:00.702Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2535 | 2025-03-25T21:42:01.482Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2536 | 2025-03-25T21:42:01.578Z | Compiling instability v0.3.2 |
2537 | 2025-03-25T21:42:02.053Z | Checking cassowary v0.3.0 |
2538 | 2025-03-25T21:42:02.521Z | Checking cargo-platform v0.1.8 |
2539 | 2025-03-25T21:42:02.581Z | Checking ratatui v0.29.0 |
2540 | 2025-03-25T21:42:02.687Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2541 | 2025-03-25T21:42:02.869Z | Checking cargo_metadata v0.19.2 |
2542 | 2025-03-25T21:42:04.072Z | Compiling vergen v8.3.2 |
2543 | 2025-03-25T21:42:04.608Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2544 | 2025-03-25T21:42:04.930Z | Compiling cargo_metadata v0.18.1 |
2545 | 2025-03-25T21:42:05.436Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2546 | 2025-03-25T21:42:06.181Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2547 | 2025-03-25T21:42:06.532Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2548 | 2025-03-25T21:42:06.878Z | Checking plotters-backend v0.3.7 |
2549 | 2025-03-25T21:42:07.264Z | Compiling rustls v0.21.12 |
2550 | 2025-03-25T21:42:07.592Z | Checking shell-words v1.1.0 |
2551 | 2025-03-25T21:42:07.825Z | Checking plotters-svg v0.3.7 |
2552 | 2025-03-25T21:42:07.954Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2553 | 2025-03-25T21:42:07.978Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2554 | 2025-03-25T21:42:08.062Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2555 | 2025-03-25T21:42:08.394Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2556 | 2025-03-25T21:42:08.730Z | Checking sct v0.7.1 |
2557 | 2025-03-25T21:42:08.754Z | Checking rustls-webpki v0.101.7 |
2558 | 2025-03-25T21:42:08.951Z | Checking cast v0.3.0 |
2559 | 2025-03-25T21:42:09.106Z | Checking plotters v0.3.7 |
2560 | 2025-03-25T21:42:09.227Z | Checking criterion-plot v0.5.0 |
2561 | 2025-03-25T21:42:10.138Z | Checking async-bb8-diesel v0.2.1 |
2562 | 2025-03-25T21:42:10.754Z | Checking tinytemplate v1.2.1 |
2563 | 2025-03-25T21:42:10.818Z | Checking concurrent-queue v2.5.0 |
2564 | 2025-03-25T21:42:11.178Z | Checking parking v2.2.1 |
2565 | 2025-03-25T21:42:11.182Z | Checking anes v0.1.6 |
2566 | 2025-03-25T21:42:11.381Z | Checking oorandom v11.1.4 |
2567 | 2025-03-25T21:42:11.747Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2568 | 2025-03-25T21:42:11.760Z | Checking criterion v0.5.1 |
2569 | 2025-03-25T21:42:11.900Z | Checking rustls-pemfile v1.0.4 |
2570 | 2025-03-25T21:42:12.128Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2571 | 2025-03-25T21:42:12.353Z | Checking tokio-rustls v0.24.1 |
2572 | 2025-03-25T21:42:12.481Z | Checking twox-hash v2.1.0 |
2573 | 2025-03-25T21:42:12.731Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2574 | 2025-03-25T21:42:13.166Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2575 | 2025-03-25T21:42:14.223Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2576 | 2025-03-25T21:42:14.785Z | Checking fatfs v0.3.6 |
2577 | 2025-03-25T21:42:15.816Z | Checking csv-core v0.1.11 |
2578 | 2025-03-25T21:42:15.871Z | Checking hex-literal v0.4.1 |
2579 | 2025-03-25T21:42:16.035Z | Checking event-listener v5.3.1 |
2580 | 2025-03-25T21:42:16.177Z | Checking csv v1.3.1 |
2581 | 2025-03-25T21:42:16.439Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2582 | 2025-03-25T21:42:16.962Z | Checking rtoolbox v0.0.2 |
2583 | 2025-03-25T21:42:17.194Z | Checking rpassword v7.3.1 |
2584 | 2025-03-25T21:42:17.352Z | Checking event-listener-strategy v0.5.2 |
2585 | 2025-03-25T21:42:17.546Z | Checking tui-tree-widget v0.23.0 |
2586 | 2025-03-25T21:42:17.902Z | Checking polyval v0.6.2 |
2587 | 2025-03-25T21:42:18.185Z | Checking ghash v0.5.1 |
2588 | 2025-03-25T21:42:18.374Z | Checking futures-lite v2.3.0 |
2589 | 2025-03-25T21:42:19.692Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2590 | 2025-03-25T21:42:20.219Z | Checking ctr v0.9.2 |
2591 | 2025-03-25T21:42:21.185Z | Checking aes-gcm v0.10.3 |
2592 | 2025-03-25T21:42:21.434Z | Checking ssh-encoding v0.2.0 |
2593 | 2025-03-25T21:42:21.807Z | Checking blowfish v0.9.1 |
2594 | 2025-03-25T21:42:21.864Z | Checking ssh-cipher v0.2.0 |
2595 | 2025-03-25T21:42:22.070Z | Checking bcrypt-pbkdf v0.10.0 |
2596 | 2025-03-25T21:42:22.171Z | Checking async-lock v3.4.0 |
2597 | 2025-03-25T21:42:22.346Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2598 | 2025-03-25T21:42:22.826Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2599 | 2025-03-25T21:42:22.981Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2600 | 2025-03-25T21:42:23.189Z | Checking polling v3.7.3 |
2601 | 2025-03-25T21:42:23.615Z | Checking password-hash v0.4.2 |
2602 | 2025-03-25T21:42:24.071Z | Checking pbkdf2 v0.11.0 |
2603 | 2025-03-25T21:42:24.246Z | Checking async-io v2.3.4 |
2604 | 2025-03-25T21:42:24.380Z | Checking ssh-key v0.6.6 |
2605 | 2025-03-25T21:42:25.113Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2606 | 2025-03-25T21:42:25.857Z | Checking p256 v0.13.2 |
2607 | 2025-03-25T21:42:26.004Z | Checking p521 v0.13.3 |
2608 | 2025-03-25T21:42:26.396Z | Checking russh-cryptovec v0.7.3 |
2609 | 2025-03-25T21:42:26.614Z | Checking async-task v4.7.1 |
2610 | 2025-03-25T21:42:26.991Z | Checking md5 v0.7.0 |
2611 | 2025-03-25T21:42:27.269Z | Compiling target-lexicon v0.13.2 |
2612 | 2025-03-25T21:42:27.348Z | Checking russh-keys v0.45.0 |
2613 | 2025-03-25T21:42:28.383Z | Checking async-channel v2.3.1 |
2614 | 2025-03-25T21:42:28.703Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2615 | 2025-03-25T21:42:28.727Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2616 | 2025-03-25T21:42:28.854Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2617 | 2025-03-25T21:42:29.489Z | Checking piper v0.2.4 |
2618 | 2025-03-25T21:42:29.608Z | Checking num-bigint v0.4.6 |
2619 | 2025-03-25T21:42:29.739Z | Checking des v0.8.1 |
2620 | 2025-03-25T21:42:30.025Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2621 | 2025-03-25T21:42:30.235Z | Checking futures-timer v3.0.3 |
2622 | 2025-03-25T21:42:30.540Z | Compiling guppy-workspace-hack v0.1.0 |
2623 | 2025-03-25T21:42:30.860Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2624 | 2025-03-25T21:42:30.892Z | Checking blocking v1.6.1 |
2625 | 2025-03-25T21:42:31.648Z | Checking async-executor v1.13.1 |
2626 | 2025-03-25T21:42:31.946Z | Checking russh v0.45.0 |
2627 | 2025-03-25T21:42:32.000Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2628 | 2025-03-25T21:42:32.237Z | Checking async-signal v0.2.10 |
2629 | 2025-03-25T21:42:32.527Z | Checking rustls-native-certs v0.7.3 |
2630 | 2025-03-25T21:42:32.551Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2631 | 2025-03-25T21:42:32.955Z | Checking internet-checksum v0.2.1 |
2632 | 2025-03-25T21:42:33.064Z | Compiling target-spec v3.4.2 |
2633 | 2025-03-25T21:42:33.142Z | Checking event-listener v2.5.3 |
2634 | 2025-03-25T21:42:33.379Z | Checking async-channel v1.9.0 |
2635 | 2025-03-25T21:42:33.656Z | Checking hyper-rustls v0.26.0 |
2636 | 2025-03-25T21:42:33.971Z | Checking async-process v2.3.0 |
2637 | 2025-03-25T21:42:34.181Z | Checking async-global-executor v2.4.1 |
2638 | 2025-03-25T21:42:34.358Z | Checking cfg-expr v0.18.0 |
2639 | 2025-03-25T21:42:34.559Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2640 | 2025-03-25T21:42:35.166Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2641 | 2025-03-25T21:42:35.913Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2642 | 2025-03-25T21:42:36.075Z | Checking httptest v0.16.3 |
2643 | 2025-03-25T21:42:36.262Z | Compiling petname v2.0.2 |
2644 | 2025-03-25T21:42:36.686Z | Checking kv-log-macro v1.0.7 |
2645 | 2025-03-25T21:42:36.821Z | Compiling async-attributes v1.1.2 |
2646 | 2025-03-25T21:42:37.676Z | Checking async-std v1.13.0 |
2647 | 2025-03-25T21:42:39.321Z | Checking pathdiff v0.2.3 |
2648 | 2025-03-25T21:42:39.486Z | Compiling rstest_macros v0.24.0 |
2649 | 2025-03-25T21:42:39.629Z | Compiling target-triple v0.1.3 |
2650 | 2025-03-25T21:42:40.011Z | Checking nested v0.1.1 |
2651 | 2025-03-25T21:42:40.174Z | Compiling doc-comment v0.3.3 |
2652 | 2025-03-25T21:42:40.199Z | Checking guppy v0.17.17 |
2653 | 2025-03-25T21:42:41.100Z | Checking async-object-pool v0.1.5 |
2654 | 2025-03-25T21:42:41.287Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2655 | 2025-03-25T21:42:41.830Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2656 | 2025-03-25T21:42:42.172Z | Checking similar-asserts v1.7.0 |
2657 | 2025-03-25T21:42:42.208Z | Checking serde_regex v1.1.0 |
2658 | 2025-03-25T21:42:42.443Z | Checking assert-json-diff v2.0.2 |
2659 | 2025-03-25T21:42:42.495Z | Compiling proc-macro-crate v3.2.0 |
2660 | 2025-03-25T21:42:42.736Z | Checking path-tree v0.8.1 |
2661 | 2025-03-25T21:42:43.123Z | Checking stringmetrics v2.2.2 |
2662 | 2025-03-25T21:42:43.379Z | Compiling assert_cmd v2.0.16 |
2663 | 2025-03-25T21:42:43.767Z | Checking sync-ptr v0.1.1 |
2664 | 2025-03-25T21:42:43.865Z | Compiling relative-path v1.9.3 |
2665 | 2025-03-25T21:42:44.021Z | Checking httpmock v0.8.0-alpha.1 |
2666 | 2025-03-25T21:42:44.295Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2667 | 2025-03-25T21:42:45.593Z | Checking blake2b_simd v1.0.2 |
2668 | 2025-03-25T21:42:46.474Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2669 | 2025-03-25T21:42:49.036Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2670 | 2025-03-25T21:42:49.375Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2671 | 2025-03-25T21:42:49.692Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2672 | 2025-03-25T21:42:50.037Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2673 | 2025-03-25T21:42:50.606Z | Checking serde_tokenstream v0.2.2 |
2674 | 2025-03-25T21:42:51.000Z | Checking uzers v0.12.1 |
2675 | 2025-03-25T21:42:51.567Z | Checking rust-argon2 v2.1.0 |
2676 | 2025-03-25T21:42:52.492Z | Checking trybuild v1.0.103 |
2677 | 2025-03-25T21:42:52.823Z | Checking rstest v0.24.0 |
2678 | 2025-03-25T21:42:53.077Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2679 | 2025-03-25T21:42:53.800Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2680 | 2025-03-25T21:42:54.257Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2681 | 2025-03-25T21:42:55.125Z | Compiling git2 v0.19.0 |
2682 | 2025-03-25T21:42:55.439Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2683 | 2025-03-25T21:42:56.259Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2684 | 2025-03-25T21:42:56.611Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2685 | 2025-03-25T21:42:56.952Z | Checking rand_distr v0.4.3 |
2686 | 2025-03-25T21:42:57.703Z | Checking multimap v0.10.0 |
2687 | 2025-03-25T21:42:58.037Z | Checking approx v0.5.1 |
2688 | 2025-03-25T21:42:58.366Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2689 | 2025-03-25T21:42:59.017Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2690 | 2025-03-25T21:43:00.003Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2691 | 2025-03-25T21:43:00.434Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2692 | 2025-03-25T21:43:01.249Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2693 | 2025-03-25T21:43:01.797Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2694 | 2025-03-25T21:43:02.132Z | Checking partial-io v0.5.4 |
2695 | 2025-03-25T21:43:02.167Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2696 | 2025-03-25T21:43:02.514Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2697 | 2025-03-25T21:43:02.541Z | Checking cargo_toml v0.21.0 |
2698 | 2025-03-25T21:43:02.832Z | Checking termios v0.3.3 |
2699 | 2025-03-25T21:43:03.116Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2700 | 2025-03-25T21:43:03.352Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2701 | 2025-03-25T21:43:04.040Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2702 | 2025-03-25T21:43:04.066Z | Compiling samael v0.0.18 |
2703 | 2025-03-25T21:43:04.500Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2704 | 2025-03-25T21:43:07.112Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2705 | 2025-03-25T21:43:23.884Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2706 | 2025-03-25T21:43:30.457Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2707 | 2025-03-25T21:43:56.414Z | Compiling polar-core v0.27.3 |
2708 | 2025-03-25T21:43:57.772Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2709 | 2025-03-25T21:43:57.988Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2710 | 2025-03-25T21:44:01.165Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2711 | 2025-03-25T21:44:07.368Z | Checking oso v0.27.3 |
2712 | 2025-03-25T21:44:47.402Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2713 | 2025-03-25T21:44:47.405Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2714 | 2025-03-25T21:44:47.405Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2715 | 2025-03-25T21:46:00.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s |
2716 | 2025-03-25T21:46:00.817Z | |
2717 | 2025-03-25T21:46:00.817Z | real 6:31.581517230 |
2718 | 2025-03-25T21:46:00.817Z | user 36:04.670254550 |
2719 | 2025-03-25T21:46:00.817Z | sys 5:10.010182778 |
2720 | 2025-03-25T21:46:00.817Z | trap 1.034515914 |
2721 | 2025-03-25T21:46:00.817Z | tflt 0.363669254 |
2722 | 2025-03-25T21:46:00.821Z | dflt 0.305663827 |
2723 | 2025-03-25T21:46:00.821Z | kflt 0.000889492 |
2724 | 2025-03-25T21:46:00.821Z | lock 52:19.631505735 |
2725 | 2025-03-25T21:46:00.821Z | slp 2:02:59.520795685 |
2726 | 2025-03-25T21:46:00.821Z | lat 1:45.866380552 |
2727 | 2025-03-25T21:46:00.821Z | stop 6:55.740370174 |
2728 | 2025-03-25T21:46:00.821Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2729 | 2025-03-25T21:46:00.821Z | + ptime -m cargo doc --workspace --no-deps |
2730 | 2025-03-25T21:46:01.918Z | warning: output filename collision. |
2731 | 2025-03-25T21:46:01.918Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2732 | 2025-03-25T21:46:01.918Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2733 | 2025-03-25T21:46:01.918Z | The targets should have unique names. |
2734 | 2025-03-25T21:46:01.918Z | This is a known bug where multiple crates with the same name use |
2735 | 2025-03-25T21:46:01.918Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2736 | 2025-03-25T21:46:02.402Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2737 | 2025-03-25T21:46:02.551Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2738 | 2025-03-25T21:46:02.571Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2739 | 2025-03-25T21:46:02.615Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2740 | 2025-03-25T21:46:02.643Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2741 | 2025-03-25T21:46:02.674Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2742 | 2025-03-25T21:46:02.674Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2743 | 2025-03-25T21:46:02.904Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2744 | 2025-03-25T21:46:02.950Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2745 | 2025-03-25T21:46:02.975Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2746 | 2025-03-25T21:46:03.054Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2747 | 2025-03-25T21:46:03.198Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2748 | 2025-03-25T21:46:03.335Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2749 | 2025-03-25T21:46:03.489Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2750 | 2025-03-25T21:46:03.657Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2751 | 2025-03-25T21:46:03.710Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2752 | 2025-03-25T21:46:03.937Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2753 | 2025-03-25T21:46:04.023Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2754 | 2025-03-25T21:46:04.413Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2755 | 2025-03-25T21:46:04.686Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2756 | 2025-03-25T21:46:04.762Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2757 | 2025-03-25T21:46:04.996Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2758 | 2025-03-25T21:46:05.055Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2759 | 2025-03-25T21:46:05.366Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2760 | 2025-03-25T21:46:05.420Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2761 | 2025-03-25T21:46:05.618Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2762 | 2025-03-25T21:46:06.021Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2763 | 2025-03-25T21:46:06.155Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2764 | 2025-03-25T21:46:06.565Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2765 | 2025-03-25T21:46:06.589Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2766 | 2025-03-25T21:46:06.822Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2767 | 2025-03-25T21:46:06.914Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2768 | 2025-03-25T21:46:07.137Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2769 | 2025-03-25T21:46:07.201Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2770 | 2025-03-25T21:46:07.244Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2771 | 2025-03-25T21:46:07.534Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2772 | 2025-03-25T21:46:07.591Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2773 | 2025-03-25T21:46:07.765Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2774 | 2025-03-25T21:46:07.788Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2775 | 2025-03-25T21:46:07.885Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2776 | 2025-03-25T21:46:08.113Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2777 | 2025-03-25T21:46:08.116Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2778 | 2025-03-25T21:46:08.279Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2779 | 2025-03-25T21:46:08.370Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2780 | 2025-03-25T21:46:08.727Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2781 | 2025-03-25T21:46:08.732Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2782 | 2025-03-25T21:46:08.732Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2783 | 2025-03-25T21:46:09.354Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2784 | 2025-03-25T21:46:10.007Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2785 | 2025-03-25T21:46:10.597Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2786 | 2025-03-25T21:46:11.485Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2787 | 2025-03-25T21:46:12.715Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2788 | 2025-03-25T21:46:12.875Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2789 | 2025-03-25T21:46:14.115Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2790 | 2025-03-25T21:46:14.193Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2791 | 2025-03-25T21:46:14.596Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2792 | 2025-03-25T21:46:15.585Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2793 | 2025-03-25T21:46:16.318Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2794 | 2025-03-25T21:46:16.684Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2795 | 2025-03-25T21:46:17.116Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2796 | 2025-03-25T21:46:17.459Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2797 | 2025-03-25T21:46:17.482Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2798 | 2025-03-25T21:46:18.253Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2799 | 2025-03-25T21:46:18.477Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2800 | 2025-03-25T21:46:18.830Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2801 | 2025-03-25T21:46:18.895Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2802 | 2025-03-25T21:46:19.979Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2803 | 2025-03-25T21:46:20.382Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2804 | 2025-03-25T21:46:21.090Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2805 | 2025-03-25T21:46:21.574Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2806 | 2025-03-25T21:46:22.032Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2807 | 2025-03-25T21:46:22.443Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2808 | 2025-03-25T21:46:22.479Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2809 | 2025-03-25T21:46:23.063Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2810 | 2025-03-25T21:46:23.263Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2811 | 2025-03-25T21:46:23.990Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2812 | 2025-03-25T21:46:24.564Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2813 | 2025-03-25T21:46:24.588Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2814 | 2025-03-25T21:46:25.861Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2815 | 2025-03-25T21:46:25.888Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2816 | 2025-03-25T21:46:26.544Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2817 | 2025-03-25T21:46:27.131Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2818 | 2025-03-25T21:46:27.235Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2819 | 2025-03-25T21:46:27.857Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2820 | 2025-03-25T21:46:27.916Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2821 | 2025-03-25T21:46:28.203Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2822 | 2025-03-25T21:46:28.478Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2823 | 2025-03-25T21:46:28.554Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2824 | 2025-03-25T21:46:28.599Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2825 | 2025-03-25T21:46:28.951Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2826 | 2025-03-25T21:46:29.502Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2827 | 2025-03-25T21:46:29.794Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2828 | 2025-03-25T21:46:29.899Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2829 | 2025-03-25T21:46:30.040Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2830 | 2025-03-25T21:46:30.320Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2831 | 2025-03-25T21:46:30.480Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2832 | 2025-03-25T21:46:30.552Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2833 | 2025-03-25T21:46:30.867Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2834 | 2025-03-25T21:46:31.404Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2835 | 2025-03-25T21:46:31.585Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2836 | 2025-03-25T21:46:31.706Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2837 | 2025-03-25T21:46:32.146Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2838 | 2025-03-25T21:46:33.136Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2839 | 2025-03-25T21:46:33.174Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2840 | 2025-03-25T21:46:34.669Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2841 | 2025-03-25T21:46:35.249Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2842 | 2025-03-25T21:46:36.104Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2843 | 2025-03-25T21:46:36.392Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2844 | 2025-03-25T21:46:36.589Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2845 | 2025-03-25T21:46:37.310Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2846 | 2025-03-25T21:46:37.426Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2847 | 2025-03-25T21:46:37.615Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2848 | 2025-03-25T21:46:37.835Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2849 | 2025-03-25T21:46:38.543Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2850 | 2025-03-25T21:46:39.202Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2851 | 2025-03-25T21:46:39.594Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2852 | 2025-03-25T21:46:39.631Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2853 | 2025-03-25T21:46:39.727Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2854 | 2025-03-25T21:46:40.027Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2855 | 2025-03-25T21:46:41.685Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2856 | 2025-03-25T21:46:44.564Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2857 | 2025-03-25T21:46:44.648Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2858 | 2025-03-25T21:46:44.891Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2859 | 2025-03-25T21:46:45.089Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2860 | 2025-03-25T21:46:45.759Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2861 | 2025-03-25T21:46:45.872Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2862 | 2025-03-25T21:46:46.079Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2025-03-25T21:46:47.556Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2864 | 2025-03-25T21:46:48.391Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2865 | 2025-03-25T21:46:48.889Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2866 | 2025-03-25T21:46:51.186Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2867 | 2025-03-25T21:46:52.168Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2868 | 2025-03-25T21:46:56.030Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2869 | 2025-03-25T21:46:57.131Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2870 | 2025-03-25T21:46:58.527Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2871 | 2025-03-25T21:47:02.950Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2872 | 2025-03-25T21:47:04.372Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2873 | 2025-03-25T21:47:05.398Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2874 | 2025-03-25T21:47:05.818Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2875 | 2025-03-25T21:47:06.141Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2876 | 2025-03-25T21:47:07.621Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2877 | 2025-03-25T21:47:08.544Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2878 | 2025-03-25T21:47:08.945Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2879 | 2025-03-25T21:47:09.352Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2880 | 2025-03-25T21:47:11.424Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2881 | 2025-03-25T21:47:13.059Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2882 | 2025-03-25T21:47:14.555Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2883 | 2025-03-25T21:47:16.414Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2884 | 2025-03-25T21:47:17.792Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2885 | 2025-03-25T21:47:18.486Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2886 | 2025-03-25T21:47:19.264Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2887 | 2025-03-25T21:47:19.352Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2888 | 2025-03-25T21:47:20.262Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2889 | 2025-03-25T21:47:21.197Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2890 | 2025-03-25T21:47:23.122Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2891 | 2025-03-25T21:47:23.429Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2892 | 2025-03-25T21:47:24.014Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2893 | 2025-03-25T21:47:24.087Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2894 | 2025-03-25T21:47:24.982Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2895 | 2025-03-25T21:47:25.257Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2896 | 2025-03-25T21:47:27.174Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2897 | 2025-03-25T21:47:27.282Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2898 | 2025-03-25T21:47:28.397Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2899 | 2025-03-25T21:47:28.599Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2900 | 2025-03-25T21:47:29.042Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2901 | 2025-03-25T21:47:29.855Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2902 | 2025-03-25T21:47:30.208Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2903 | 2025-03-25T21:47:31.790Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2904 | 2025-03-25T21:47:32.400Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2905 | 2025-03-25T21:47:33.354Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2906 | 2025-03-25T21:47:33.967Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2907 | 2025-03-25T21:47:34.036Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2908 | 2025-03-25T21:47:34.901Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2909 | 2025-03-25T21:47:35.673Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2910 | 2025-03-25T21:47:35.973Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2911 | 2025-03-25T21:47:37.337Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2912 | 2025-03-25T21:47:38.623Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2913 | 2025-03-25T21:47:39.529Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2914 | 2025-03-25T21:47:39.673Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2915 | 2025-03-25T21:47:41.248Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2916 | 2025-03-25T21:47:41.973Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2917 | 2025-03-25T21:47:43.399Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2918 | 2025-03-25T21:47:43.686Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2919 | 2025-03-25T21:47:44.696Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2920 | 2025-03-25T21:47:45.394Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2921 | 2025-03-25T21:47:46.271Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2922 | 2025-03-25T21:47:46.369Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2923 | 2025-03-25T21:47:46.611Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2924 | 2025-03-25T21:47:46.782Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2925 | 2025-03-25T21:47:47.863Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2926 | 2025-03-25T21:47:49.488Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2927 | 2025-03-25T21:47:50.724Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2928 | 2025-03-25T21:47:50.898Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2929 | 2025-03-25T21:47:51.097Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2930 | 2025-03-25T21:47:53.010Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2931 | 2025-03-25T21:47:53.986Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2932 | 2025-03-25T21:47:54.465Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2933 | 2025-03-25T21:47:55.964Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2934 | 2025-03-25T21:47:56.730Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2935 | 2025-03-25T21:47:57.450Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2936 | 2025-03-25T21:47:57.468Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2937 | 2025-03-25T21:47:57.822Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2938 | 2025-03-25T21:48:00.482Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2939 | 2025-03-25T21:48:00.506Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2940 | 2025-03-25T21:48:01.532Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2941 | 2025-03-25T21:48:02.134Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2942 | 2025-03-25T21:48:02.592Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2943 | 2025-03-25T21:48:03.388Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2944 | 2025-03-25T21:48:03.860Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2945 | 2025-03-25T21:48:04.022Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2946 | 2025-03-25T21:48:05.058Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2947 | 2025-03-25T21:48:05.090Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2948 | 2025-03-25T21:48:06.240Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2949 | 2025-03-25T21:48:06.411Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2950 | 2025-03-25T21:48:06.755Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2951 | 2025-03-25T21:48:07.007Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2952 | 2025-03-25T21:48:07.302Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2953 | 2025-03-25T21:48:07.359Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2954 | 2025-03-25T21:48:07.668Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2955 | 2025-03-25T21:48:07.701Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2956 | 2025-03-25T21:48:08.285Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2957 | 2025-03-25T21:48:08.537Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2958 | 2025-03-25T21:48:08.681Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2959 | 2025-03-25T21:48:08.721Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2960 | 2025-03-25T21:48:09.327Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2961 | 2025-03-25T21:48:10.080Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2962 | 2025-03-25T21:48:10.347Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2963 | 2025-03-25T21:48:29.059Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2964 | 2025-03-25T21:48:29.062Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2965 | 2025-03-25T21:48:29.062Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2966 | 2025-03-25T21:48:29.062Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2967 | 2025-03-25T21:48:29.975Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2968 | 2025-03-25T21:48:30.032Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2969 | 2025-03-25T21:48:30.156Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2970 | 2025-03-25T21:48:30.260Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2971 | 2025-03-25T21:48:32.252Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2972 | 2025-03-25T21:48:38.214Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2973 | 2025-03-25T21:48:38.464Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2974 | 2025-03-25T21:48:38.573Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2975 | 2025-03-25T21:49:19.573Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2976 | 2025-03-25T21:49:26.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 25s |
2977 | 2025-03-25T21:49:26.586Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2978 | 2025-03-25T21:49:26.654Z | |
2979 | 2025-03-25T21:49:26.658Z | real 3:25.760683807 |
2980 | 2025-03-25T21:49:26.658Z | user 18:13.354843021 |
2981 | 2025-03-25T21:49:26.658Z | sys 2:32.452375458 |
2982 | 2025-03-25T21:49:26.658Z | trap 0.509251592 |
2983 | 2025-03-25T21:49:26.658Z | tflt 0.178292303 |
2984 | 2025-03-25T21:49:26.658Z | dflt 0.125447428 |
2985 | 2025-03-25T21:49:26.658Z | kflt 0.000051248 |
2986 | 2025-03-25T21:49:26.658Z | lock 28:33.242450318 |
2987 | 2025-03-25T21:49:26.658Z | slp 50:59.716905630 |
2988 | 2025-03-25T21:49:26.658Z | lat 1:10.823147916 |
2989 | 2025-03-25T21:49:26.658Z | stop 1:20.707924850 |
2990 | 2025-03-25T21:49:26.658Z | process exited: duration 996348 ms, exit code 0 |
|
2991 | 2025-03-25T21:49:26.666Z | found 0 output files |