|
|
|
1 | 2025-02-28T23:39:34.583Z | job assigned to worker 01JN7ETM73DC7Q04YV3RTEQ72V [factory aws, i-0513077b3b1ac0412] (queued for 55 s) |
|
2 | 2025-02-28T23:39:43.165Z | starting task 0: "setup" |
3 | 2025-02-28T23:39:43.170Z | ++ uname -s |
4 | 2025-02-28T23:39:43.173Z | + kern=SunOS |
5 | 2025-02-28T23:39:43.173Z | + build_user=build |
6 | 2025-02-28T23:39:43.173Z | + build_uid=12345 |
7 | 2025-02-28T23:39:43.173Z | + work_dir=/work |
8 | 2025-02-28T23:39:43.173Z | + input_dir=/input |
9 | 2025-02-28T23:39:43.173Z | + [[ 0 == 12345 ]] |
10 | 2025-02-28T23:39:43.173Z | + case "$kern" in |
11 | 2025-02-28T23:39:43.173Z | + groupadd -g 12345 build |
12 | 2025-02-28T23:39:43.176Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-28T23:39:45.182Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-28T23:39:45.290Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-28T23:39:45.293Z | + home_fs=zfs |
16 | 2025-02-28T23:39:45.293Z | + [[ zfs == autofs ]] |
17 | 2025-02-28T23:39:45.294Z | + mkdir -p /home/build |
18 | 2025-02-28T23:39:45.297Z | + chown build:build /home/build /work |
19 | 2025-02-28T23:39:47.297Z | + chmod 0700 /home/build /work |
20 | 2025-02-28T23:39:47.300Z | process exited: duration 4136 ms, exit code 0 |
|
21 | 2025-02-28T23:39:47.307Z | starting task 1: "rust-toolchain" |
22 | 2025-02-28T23:39:47.313Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-28T23:39:47.313Z | * rust toolchain channel = "1.84.0" |
24 | 2025-02-28T23:39:47.313Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-28T23:39:47.313Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-02-28T23:39:47.313Z | * rust toolchain profile = "default" |
27 | 2025-02-28T23:39:47.313Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-28T23:39:47.318Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-28T23:39:47.318Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-28T23:39:47.437Z | info: downloading installer |
31 | 2025-02-28T23:39:48.629Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-28T23:39:48.629Z | warning: /opt/ooce/bin |
33 | 2025-02-28T23:39:48.629Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-28T23:39:48.629Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-28T23:39:48.629Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-28T23:39:48.629Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-28T23:39:48.629Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-28T23:39:48.629Z | error: cannot install while Rust is installed |
39 | 2025-02-28T23:39:48.629Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-28T23:39:48.655Z | info: profile set to 'default' |
41 | 2025-02-28T23:39:48.655Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-28T23:39:48.658Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-28T23:39:48.794Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-28T23:39:48.794Z | info: downloading component 'cargo' |
45 | 2025-02-28T23:39:49.538Z | info: downloading component 'clippy' |
46 | 2025-02-28T23:39:49.823Z | info: downloading component 'rust-docs' |
47 | 2025-02-28T23:39:50.842Z | info: downloading component 'rust-std' |
48 | 2025-02-28T23:39:52.355Z | info: downloading component 'rustc' |
49 | 2025-02-28T23:39:58.126Z | info: downloading component 'rustfmt' |
50 | 2025-02-28T23:39:58.342Z | info: installing component 'cargo' |
51 | 2025-02-28T23:39:59.211Z | info: installing component 'clippy' |
52 | 2025-02-28T23:39:59.608Z | info: installing component 'rust-docs' |
53 | 2025-02-28T23:40:01.288Z | info: installing component 'rust-std' |
54 | 2025-02-28T23:40:03.072Z | info: installing component 'rustc' |
55 | 2025-02-28T23:40:09.322Z | info: installing component 'rustfmt' |
56 | 2025-02-28T23:40:09.663Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-28T23:40:09.663Z | |
58 | 2025-02-28T23:40:10.065Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-28T23:40:10.065Z | |
60 | 2025-02-28T23:40:10.069Z | |
61 | 2025-02-28T23:40:10.069Z | Rust is installed now. Great! |
62 | 2025-02-28T23:40:10.069Z | |
63 | 2025-02-28T23:40:10.069Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-28T23:40:10.069Z | environment variable. This has not been done automatically. |
65 | 2025-02-28T23:40:10.069Z | |
66 | 2025-02-28T23:40:10.069Z | To configure your current shell, you need to source |
67 | 2025-02-28T23:40:10.069Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-28T23:40:10.069Z | |
69 | 2025-02-28T23:40:10.069Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-28T23:40:10.069Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-28T23:40:10.069Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-28T23:40:10.147Z | + rustup --version |
73 | 2025-02-28T23:40:10.155Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-28T23:40:10.155Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-28T23:40:10.236Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-28T23:40:10.239Z | + cargo --version |
77 | 2025-02-28T23:40:10.299Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-28T23:40:10.303Z | + rustc --version |
79 | 2025-02-28T23:40:10.367Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-28T23:40:10.371Z | process exited: duration 23059 ms, exit code 0 |
|
81 | 2025-02-28T23:40:10.377Z | starting task 2: "authentication" |
82 | 2025-02-28T23:40:10.399Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-28T23:40:10.406Z | starting task 3: "clone repository" |
84 | 2025-02-28T23:40:10.411Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-28T23:40:10.414Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-28T23:40:10.542Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-28T23:40:18.022Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-28T23:40:18.023Z | + git fetch origin a565ec3e069e5ec516fdec16863caf4d2daabe18 |
89 | 2025-02-28T23:40:18.302Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-28T23:40:18.302Z | * branch a565ec3e069e5ec516fdec16863caf4d2daabe18 -> FETCH_HEAD |
91 | 2025-02-28T23:40:18.313Z | + [[ -n '' ]] |
92 | 2025-02-28T23:40:18.313Z | + git reset --hard a565ec3e069e5ec516fdec16863caf4d2daabe18 |
93 | 2025-02-28T23:40:18.513Z | HEAD is now at a565ec3e0 refine error messages about not having a propolis address |
94 | 2025-02-28T23:40:18.519Z | process exited: duration 8111 ms, exit code 0 |
|
95 | 2025-02-28T23:40:18.528Z | starting task 4: "build" |
96 | 2025-02-28T23:40:18.531Z | + source ./env.sh |
97 | 2025-02-28T23:40:18.535Z | ++ OLD_SHELL_OPTS=ehxB |
98 | 2025-02-28T23:40:18.535Z | ++ set -o xtrace |
99 | 2025-02-28T23:40:18.535Z | ++++ dirname ./env.sh |
100 | 2025-02-28T23:40:18.538Z | +++ readlink -f . |
101 | 2025-02-28T23:40:18.551Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2025-02-28T23:40:18.555Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-02-28T23:40:18.556Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2025-02-28T23:40:18.556Z | ++ 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 |
105 | 2025-02-28T23:40:18.556Z | ++ 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 |
106 | 2025-02-28T23:40:18.556Z | ++ 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 |
107 | 2025-02-28T23:40:18.556Z | ++ 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 |
108 | 2025-02-28T23:40:18.556Z | ++ 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 |
109 | 2025-02-28T23:40:18.556Z | ++ 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 |
110 | 2025-02-28T23:40:18.556Z | ++ case $OLD_SHELL_OPTS in |
111 | 2025-02-28T23:40:18.556Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
112 | 2025-02-28T23:40:18.556Z | + source .github/buildomat/ci-env.sh |
113 | 2025-02-28T23:40:18.556Z | ++ export CARGO_TERM_COLOR=always |
114 | 2025-02-28T23:40:18.556Z | ++ CARGO_TERM_COLOR=always |
115 | 2025-02-28T23:40:18.556Z | + cargo --version |
116 | 2025-02-28T23:40:18.604Z | cargo 1.84.0 (66221abde 2024-11-19) |
117 | 2025-02-28T23:40:18.607Z | + rustc --version |
118 | 2025-02-28T23:40:18.672Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
119 | 2025-02-28T23:40:18.675Z | + banner prerequisites |
120 | 2025-02-28T23:40:18.678Z | |
121 | 2025-02-28T23:40:18.678Z | ##### ##### ###### ##### ###### #### # # # #### # |
122 | 2025-02-28T23:40:18.678Z | # # # # # # # # # # # # # # # |
123 | 2025-02-28T23:40:18.678Z | # # # # ##### # # ##### # # # # # #### # |
124 | 2025-02-28T23:40:18.678Z | ##### ##### # ##### # # # # # # # # # |
125 | 2025-02-28T23:40:18.678Z | # # # # # # # # # # # # # # # |
126 | 2025-02-28T23:40:18.678Z | # # # ###### # # ###### ### # #### # #### # |
127 | 2025-02-28T23:40:18.678Z | |
128 | 2025-02-28T23:40:18.678Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
129 | 2025-02-28T23:40:20.544Z | pkg list: illegal option -- F |
130 | 2025-02-28T23:40:20.544Z | Usage: |
131 | 2025-02-28T23:40:20.549Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
132 | 2025-02-28T23:40:20.549Z | [pkg_fmri_pattern ...] |
133 | 2025-02-28T23:40:21.405Z | pkg list: illegal option -- F |
134 | 2025-02-28T23:40:21.405Z | Usage: |
135 | 2025-02-28T23:40:21.410Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
136 | 2025-02-28T23:40:21.410Z | [pkg_fmri_pattern ...] |
137 | 2025-02-28T23:40:33.827Z | Startup: Refreshing catalog 'helios-dev' ... Done |
138 | 2025-02-28T23:40:38.307Z | Startup: Caching catalogs ... Done |
139 | 2025-02-28T23:40:51.990Z | Planning: Solver setup ... Done (12.725s) |
140 | 2025-02-28T23:40:52.147Z | Planning: Running solver ... Done (0.156s) |
141 | 2025-02-28T23:40:52.492Z | Planning: Finding local manifests ... Done (0.228s) |
142 | 2025-02-28T23:40:52.516Z | Planning: Fetching manifests: 0/7 0% complete |
143 | 2025-02-28T23:40:52.777Z | Planning: Fetching manifests: 7/7 100% complete |
144 | 2025-02-28T23:40:53.239Z | Planning: Package planning ... Done (0.447s) |
145 | 2025-02-28T23:40:53.282Z | Planning: Merging actions ... Done (0.057s) |
146 | 2025-02-28T23:40:54.060Z | Planning: Checking for conflicting actions ... Done (0.778s) |
147 | 2025-02-28T23:41:02.521Z | Planning: Consolidating action changes ... Done (5.594s) |
148 | 2025-02-28T23:41:02.574Z | Planning: Evaluating mediators ... Done (0.428s) |
149 | 2025-02-28T23:41:02.574Z | Planning: Planning completed in 21.76 seconds |
150 | 2025-02-28T23:41:02.574Z | Packages to install: 4 |
151 | 2025-02-28T23:41:02.574Z | Packages to update: 3 |
152 | 2025-02-28T23:41:02.574Z | Mediators to change: 2 |
153 | 2025-02-28T23:41:02.574Z | Services to change: 1 |
154 | 2025-02-28T23:41:02.574Z | Estimated space available: 155.60 GB |
155 | 2025-02-28T23:41:02.574Z | Estimated space to be consumed: 1.66 GB |
156 | 2025-02-28T23:41:02.574Z | Create boot environment: No |
157 | 2025-02-28T23:41:02.574Z | Create backup boot environment: Yes |
158 | 2025-02-28T23:41:02.574Z | Rebuild boot archive: No |
159 | 2025-02-28T23:41:02.575Z | |
160 | 2025-02-28T23:41:02.575Z | Changed mediators: |
161 | 2025-02-28T23:41:02.575Z | mediator clang: |
162 | 2025-02-28T23:41:02.575Z | version: None -> 15 (system default) |
163 | 2025-02-28T23:41:02.575Z | |
164 | 2025-02-28T23:41:02.575Z | mediator llvm: |
165 | 2025-02-28T23:41:02.575Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-02-28T23:41:02.575Z | |
167 | 2025-02-28T23:41:02.575Z | Changed packages: |
168 | 2025-02-28T23:41:02.575Z | helios-dev |
169 | 2025-02-28T23:41:02.575Z | developer/build-essential |
170 | 2025-02-28T23:41:02.575Z | None -> 11-2.0 |
171 | 2025-02-28T23:41:02.575Z | library/libxmlsec1 |
172 | 2025-02-28T23:41:02.575Z | None -> 1.2.35-2.0 |
173 | 2025-02-28T23:41:02.575Z | ooce/developer/clang-15 |
174 | 2025-02-28T23:41:02.575Z | None -> 15.0.7-2.0 |
175 | 2025-02-28T23:41:02.575Z | ooce/developer/llvm-15 |
176 | 2025-02-28T23:41:02.575Z | None -> 15.0.7-2.0 |
177 | 2025-02-28T23:41:02.575Z | package/pkg |
178 | 2025-02-28T23:41:02.575Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
179 | 2025-02-28T23:41:02.575Z | system/library/g++-runtime |
180 | 2025-02-28T23:41:02.575Z | 13-2.0 -> 14-2.0 |
181 | 2025-02-28T23:41:02.575Z | system/library/gcc-runtime |
182 | 2025-02-28T23:41:02.575Z | 13-2.0 -> 14-2.0 |
183 | 2025-02-28T23:41:02.575Z | |
184 | 2025-02-28T23:41:02.575Z | Services: |
185 | 2025-02-28T23:41:02.575Z | restart_fmri: |
186 | 2025-02-28T23:41:02.575Z | svc:/system/update-man-index:default |
187 | 2025-02-28T23:41:02.575Z | |
188 | 2025-02-28T23:41:02.575Z | Editable files to change: |
189 | 2025-02-28T23:41:02.575Z | Update: |
190 | 2025-02-28T23:41:02.576Z | usr/share/lib/pkg/web/config.shtml |
191 | 2025-02-28T23:41:02.576Z | |
192 | 2025-02-28T23:41:02.576Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
193 | 2025-02-28T23:41:05.420Z | Download: 246/4301 items 15.4/225.4MB 6% complete (3.2M/s) |
194 | 2025-02-28T23:41:10.421Z | Download: 728/4301 items 18.3/225.4MB 8% complete (1.8M/s) |
195 | 2025-02-28T23:41:15.696Z | Download: 1196/4301 items 83.3/225.4MB 36% complete (7.7M/s) |
196 | 2025-02-28T23:41:20.698Z | Download: 1727/4301 items 118.1/225.4MB 52% complete (10.0M/s) |
197 | 2025-02-28T23:41:33.208Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (4.9M/s) |
198 | 2025-02-28T23:41:45.994Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
199 | 2025-02-28T23:41:50.998Z | Download: 2971/4301 items 121.2/225.4MB 53% complete (430k/s) |
200 | 2025-02-28T23:41:56.101Z | Download: 3239/4301 items 197.8/225.4MB 87% complete (9.0M/s) |
201 | 2025-02-28T23:42:04.887Z | Download: 3247/4301 items 199.0/225.4MB 88% complete (8.0M/s) |
202 | 2025-02-28T23:42:09.901Z | Download: 3466/4301 items 213.4/225.4MB 94% complete (1.5M/s) |
203 | 2025-02-28T23:42:14.437Z | Download: Completed 225.42 MB in 74.01 seconds (3.0M/s) |
204 | 2025-02-28T23:42:16.830Z | Actions: 1/5122 actions (Removing old actions) |
205 | 2025-02-28T23:42:16.851Z | Actions: 194/5122 actions (Installing new actions) |
206 | 2025-02-28T23:42:21.822Z | Actions: 4267/5122 actions (Updating modified actions) |
207 | 2025-02-28T23:42:22.390Z | Actions: Completed 5122 actions in 5.56 seconds. |
208 | 2025-02-28T23:42:22.826Z | Done (0.426s) |
209 | 2025-02-28T23:42:22.829Z | Done (0.001s) |
210 | 2025-02-28T23:42:23.451Z | Done (0.623s) |
211 | 2025-02-28T23:42:29.304Z | Done (5.604s) |
212 | 2025-02-28T23:42:29.761Z | Done (0.383s) |
213 | 2025-02-28T23:42:29.765Z | Done (0.000s) |
214 | 2025-02-28T23:42:29.926Z | Done (0.000s) |
215 | 2025-02-28T23:42:30.660Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-02-28T23:42:30.823Z | Planning: Checking for conflicting actions ... Done |
217 | 2025-02-28T23:42:30.826Z | Planning: Consolidating action changes ... Done |
218 | 2025-02-28T23:42:31.097Z | Planning: Evaluating mediators ... Done |
219 | 2025-02-28T23:42:31.100Z | Planning: Planning completed in 0.44 seconds |
220 | 2025-02-28T23:42:31.137Z | Mediators to change: 2 |
221 | 2025-02-28T23:42:31.137Z | Create boot environment: No |
222 | 2025-02-28T23:42:31.137Z | Create backup boot environment: No |
223 | 2025-02-28T23:42:31.221Z | Done |
224 | 2025-02-28T23:42:31.221Z | Done |
225 | 2025-02-28T23:42:31.646Z | Done |
226 | 2025-02-28T23:42:35.383Z | Done |
227 | 2025-02-28T23:42:35.475Z | Done |
228 | 2025-02-28T23:42:35.478Z | Done |
229 | 2025-02-28T23:42:35.604Z | Done |
230 | 2025-02-28T23:42:36.241Z | Planning: Evaluating mediator changes ... Done |
231 | 2025-02-28T23:42:36.244Z | Planning: Merging actions ... Done |
232 | 2025-02-28T23:42:36.434Z | Planning: Checking for conflicting actions ... Done |
233 | 2025-02-28T23:42:36.437Z | Planning: Consolidating action changes ... Done |
234 | 2025-02-28T23:42:36.710Z | Planning: Evaluating mediators ... Done |
235 | 2025-02-28T23:42:36.768Z | Planning: Planning completed in 0.78 seconds |
236 | 2025-02-28T23:42:36.811Z | Packages to change: 1 |
237 | 2025-02-28T23:42:36.811Z | Mediators to change: 1 |
238 | 2025-02-28T23:42:36.811Z | Services to change: 1 |
239 | 2025-02-28T23:42:36.814Z | Create boot environment: No |
240 | 2025-02-28T23:42:36.814Z | Create backup boot environment: Yes |
241 | 2025-02-28T23:42:38.983Z | Actions: 1/6 actions (Updating modified actions) |
242 | 2025-02-28T23:42:38.986Z | Actions: Completed 6 actions in 0.00 seconds. |
243 | 2025-02-28T23:42:38.986Z | Done |
244 | 2025-02-28T23:42:38.986Z | Done |
245 | 2025-02-28T23:42:39.110Z | Done |
246 | 2025-02-28T23:42:42.903Z | Done |
247 | 2025-02-28T23:42:43.003Z | Done |
248 | 2025-02-28T23:42:43.007Z | Done |
249 | 2025-02-28T23:42:43.132Z | Done |
250 | 2025-02-28T23:42:43.578Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
251 | 2025-02-28T23:42:43.578Z | clang system 15 system |
252 | 2025-02-28T23:42:43.578Z | csh system system illumos |
253 | 2025-02-28T23:42:43.578Z | ctags system system illumos |
254 | 2025-02-28T23:42:43.578Z | gcc vendor 12 vendor |
255 | 2025-02-28T23:42:43.578Z | gcc system 10 system |
256 | 2025-02-28T23:42:43.578Z | gcc system 7 system |
257 | 2025-02-28T23:42:43.578Z | go system 1.20 system |
258 | 2025-02-28T23:42:43.578Z | go system 1.19 system |
259 | 2025-02-28T23:42:43.578Z | llvm system 15 system |
260 | 2025-02-28T23:42:43.578Z | llvm system 14 system |
261 | 2025-02-28T23:42:43.578Z | mariadb system 10.6 system |
262 | 2025-02-28T23:42:43.578Z | mta vendor vendor dma |
263 | 2025-02-28T23:42:43.578Z | openjdk system 17 system |
264 | 2025-02-28T23:42:43.578Z | openjdk system 11 system |
265 | 2025-02-28T23:42:43.578Z | openjdk system 1.8 system |
266 | 2025-02-28T23:42:43.578Z | openssl vendor 3 vendor |
267 | 2025-02-28T23:42:43.578Z | perl system 5.36 system |
268 | 2025-02-28T23:42:43.578Z | postgresql system 15 system |
269 | 2025-02-28T23:42:43.578Z | postgresql system 13 system |
270 | 2025-02-28T23:42:43.578Z | python vendor 3 vendor |
271 | 2025-02-28T23:42:43.578Z | python system 2 system |
272 | 2025-02-28T23:42:43.578Z | python3 system 3.11 system |
273 | 2025-02-28T23:42:43.578Z | ruby system 3.0 system |
274 | 2025-02-28T23:42:43.578Z | words vendor vendor american-english |
275 | 2025-02-28T23:42:43.578Z | words system system australian-english |
276 | 2025-02-28T23:42:43.578Z | words system system british-english |
277 | 2025-02-28T23:42:43.578Z | words system system canadian-english |
278 | 2025-02-28T23:42:43.579Z | words system system french |
279 | 2025-02-28T23:42:43.579Z | words system system italian |
280 | 2025-02-28T23:42:43.579Z | words system system ngerman |
281 | 2025-02-28T23:42:43.579Z | words system system ogerman |
282 | 2025-02-28T23:42:43.579Z | words system system spanish |
283 | 2025-02-28T23:42:43.914Z | PUBLISHER TYPE STATUS P LOCATION |
284 | 2025-02-28T23:42:43.914Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
285 | 2025-02-28T23:42:47.020Z | FMRI IFO |
286 | 2025-02-28T23:42:47.020Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
287 | 2025-02-28T23:42:47.020Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
288 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
289 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
290 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
291 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
292 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
293 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
294 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
295 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
296 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
297 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
298 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
299 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
300 | 2025-02-28T23:42:47.021Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
301 | 2025-02-28T23:42:47.824Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
302 | 2025-02-28T23:42:48.100Z | Updating crates.io index |
303 | 2025-02-28T23:42:48.153Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
304 | 2025-02-28T23:42:48.426Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
305 | 2025-02-28T23:42:48.898Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
306 | 2025-02-28T23:42:49.131Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
307 | 2025-02-28T23:42:49.366Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
308 | 2025-02-28T23:42:49.672Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
309 | 2025-02-28T23:42:50.576Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
310 | 2025-02-28T23:42:52.476Z | Updating git repository `https://github.com/oxidecomputer/opte` |
311 | 2025-02-28T23:42:53.133Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
312 | 2025-02-28T23:42:53.821Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
313 | 2025-02-28T23:42:54.085Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
314 | 2025-02-28T23:42:54.359Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
315 | 2025-02-28T23:42:55.017Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
316 | 2025-02-28T23:42:55.311Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
317 | 2025-02-28T23:42:55.577Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
318 | 2025-02-28T23:42:55.867Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
319 | 2025-02-28T23:42:56.103Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
320 | 2025-02-28T23:42:56.345Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
321 | 2025-02-28T23:42:56.591Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
322 | 2025-02-28T23:42:56.884Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
323 | 2025-02-28T23:42:57.160Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
324 | 2025-02-28T23:42:57.472Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
325 | 2025-02-28T23:42:57.820Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
326 | 2025-02-28T23:42:58.090Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
327 | 2025-02-28T23:42:58.605Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
328 | 2025-02-28T23:42:58.864Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
329 | 2025-02-28T23:42:59.217Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
330 | 2025-02-28T23:42:59.586Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
331 | 2025-02-28T23:42:59.838Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
332 | 2025-02-28T23:43:00.045Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
333 | 2025-02-28T23:43:00.296Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
334 | 2025-02-28T23:43:01.591Z | Downloading crates ... |
335 | 2025-02-28T23:43:01.722Z | Downloaded dtrace-parser v0.2.0 |
336 | 2025-02-28T23:43:01.726Z | Downloaded usdt-attr-macro v0.5.0 |
337 | 2025-02-28T23:43:01.731Z | Downloaded usdt-macro v0.5.0 |
338 | 2025-02-28T23:43:01.734Z | Downloaded scroll_derive v0.12.0 |
339 | 2025-02-28T23:43:01.743Z | Downloaded clap_lex v0.7.4 |
340 | 2025-02-28T23:43:01.746Z | Downloaded cargo-platform v0.1.8 |
341 | 2025-02-28T23:43:01.746Z | Downloaded byteorder v1.5.0 |
342 | 2025-02-28T23:43:01.749Z | Downloaded anstyle-query v1.1.1 |
343 | 2025-02-28T23:43:01.750Z | Downloaded block-buffer v0.10.4 |
344 | 2025-02-28T23:43:01.750Z | Downloaded anstyle-parse v0.2.5 |
345 | 2025-02-28T23:43:01.753Z | Downloaded autocfg v1.4.0 |
346 | 2025-02-28T23:43:01.756Z | Downloaded pretty-hex v0.4.1 |
347 | 2025-02-28T23:43:01.756Z | Downloaded anstyle v1.0.10 |
348 | 2025-02-28T23:43:01.759Z | Downloaded swrite v0.1.0 |
349 | 2025-02-28T23:43:01.759Z | Downloaded equivalent v1.0.1 |
350 | 2025-02-28T23:43:01.759Z | Downloaded colorchoice v1.0.2 |
351 | 2025-02-28T23:43:01.762Z | Downloaded cfg-if v1.0.0 |
352 | 2025-02-28T23:43:01.762Z | Downloaded bytecount v0.6.8 |
353 | 2025-02-28T23:43:01.766Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2025-02-28T23:43:01.770Z | Downloaded smawk v0.3.2 |
355 | 2025-02-28T23:43:01.773Z | Downloaded fs-err v2.11.0 |
356 | 2025-02-28T23:43:01.773Z | Downloaded plain v0.2.3 |
357 | 2025-02-28T23:43:01.778Z | Downloaded dof v0.3.0 |
358 | 2025-02-28T23:43:01.782Z | Downloaded toml_datetime v0.6.8 |
359 | 2025-02-28T23:43:01.785Z | Downloaded thiserror-impl v1.0.69 |
360 | 2025-02-28T23:43:01.785Z | Downloaded crypto-common v0.1.6 |
361 | 2025-02-28T23:43:01.788Z | Downloaded heck v0.5.0 |
362 | 2025-02-28T23:43:01.788Z | Downloaded fastrand v2.1.1 |
363 | 2025-02-28T23:43:01.792Z | Downloaded usdt v0.5.0 |
364 | 2025-02-28T23:43:01.795Z | Downloaded serde_tokenstream v0.2.2 |
365 | 2025-02-28T23:43:01.795Z | Downloaded is_terminal_polyfill v1.70.1 |
366 | 2025-02-28T23:43:01.798Z | Downloaded version_check v0.9.5 |
367 | 2025-02-28T23:43:01.798Z | Downloaded digest v0.10.7 |
368 | 2025-02-28T23:43:01.801Z | Downloaded tabled_derive v0.7.0 |
369 | 2025-02-28T23:43:01.801Z | Downloaded fnv v1.0.7 |
370 | 2025-02-28T23:43:01.802Z | Downloaded generic-array v0.14.7 |
371 | 2025-02-28T23:43:01.805Z | Downloaded pest_generator v2.7.14 |
372 | 2025-02-28T23:43:01.808Z | Downloaded itoa v1.0.11 |
373 | 2025-02-28T23:43:01.811Z | Downloaded utf8parse v0.2.2 |
374 | 2025-02-28T23:43:01.811Z | Downloaded camino-tempfile v1.1.1 |
375 | 2025-02-28T23:43:01.815Z | Downloaded camino v1.1.9 |
376 | 2025-02-28T23:43:01.815Z | Downloaded thiserror v1.0.69 |
377 | 2025-02-28T23:43:01.819Z | Downloaded unicode-linebreak v0.1.5 |
378 | 2025-02-28T23:43:01.822Z | Downloaded thread-id v4.2.2 |
379 | 2025-02-28T23:43:01.822Z | Downloaded strsim v0.11.1 |
380 | 2025-02-28T23:43:01.822Z | Downloaded once_cell v1.20.2 |
381 | 2025-02-28T23:43:01.825Z | Downloaded clap_derive v4.5.24 |
382 | 2025-02-28T23:43:01.828Z | Downloaded serde_spanned v0.6.8 |
383 | 2025-02-28T23:43:01.828Z | Downloaded errno v0.3.9 |
384 | 2025-02-28T23:43:01.831Z | Downloaded cpufeatures v0.2.14 |
385 | 2025-02-28T23:43:01.831Z | Downloaded cargo_metadata v0.18.1 |
386 | 2025-02-28T23:43:01.835Z | Downloaded macaddr v1.0.1 |
387 | 2025-02-28T23:43:01.835Z | Downloaded cargo_toml v0.20.5 |
388 | 2025-02-28T23:43:01.838Z | Downloaded usdt-impl v0.5.0 |
389 | 2025-02-28T23:43:01.838Z | Downloaded pest_derive v2.7.14 |
390 | 2025-02-28T23:43:01.841Z | Downloaded tempfile v3.13.0 |
391 | 2025-02-28T23:43:01.844Z | Downloaded heck v0.4.1 |
392 | 2025-02-28T23:43:01.844Z | Downloaded terminal_size v0.4.0 |
393 | 2025-02-28T23:43:01.847Z | Downloaded sha2 v0.10.8 |
394 | 2025-02-28T23:43:01.850Z | Downloaded memmap v0.7.0 |
395 | 2025-02-28T23:43:01.850Z | Downloaded scroll v0.12.0 |
396 | 2025-02-28T23:43:01.854Z | Downloaded zerocopy-derive v0.7.35 |
397 | 2025-02-28T23:43:01.858Z | Downloaded proc-macro-error v1.0.4 |
398 | 2025-02-28T23:43:01.861Z | Downloaded clap v4.5.27 |
399 | 2025-02-28T23:43:01.869Z | Downloaded unicode-ident v1.0.14 |
400 | 2025-02-28T23:43:01.873Z | Downloaded ucd-trie v0.1.7 |
401 | 2025-02-28T23:43:01.876Z | Downloaded toml v0.8.19 |
402 | 2025-02-28T23:43:01.879Z | Downloaded semver v1.0.24 |
403 | 2025-02-28T23:43:01.879Z | Downloaded log v0.4.22 |
404 | 2025-02-28T23:43:01.882Z | Downloaded typenum v1.17.0 |
405 | 2025-02-28T23:43:01.885Z | Downloaded pest_meta v2.7.14 |
406 | 2025-02-28T23:43:01.885Z | Downloaded quote v1.0.38 |
407 | 2025-02-28T23:43:01.888Z | Downloaded bitflags v2.6.0 |
408 | 2025-02-28T23:43:01.891Z | Downloaded textwrap v0.16.1 |
409 | 2025-02-28T23:43:01.895Z | Downloaded papergrid v0.11.0 |
410 | 2025-02-28T23:43:01.898Z | Downloaded anyhow v1.0.95 |
411 | 2025-02-28T23:43:01.901Z | Downloaded ryu v1.0.18 |
412 | 2025-02-28T23:43:01.905Z | Downloaded serde_derive v1.0.217 |
413 | 2025-02-28T23:43:01.908Z | Downloaded proc-macro2 v1.0.92 |
414 | 2025-02-28T23:43:01.911Z | Downloaded anstream v0.6.15 |
415 | 2025-02-28T23:43:01.914Z | Downloaded indexmap v2.7.1 |
416 | 2025-02-28T23:43:01.924Z | Downloaded serde v1.0.217 |
417 | 2025-02-28T23:43:01.942Z | Downloaded memchr v2.7.4 |
418 | 2025-02-28T23:43:01.950Z | Downloaded toml_edit v0.22.22 |
419 | 2025-02-28T23:43:01.972Z | Downloaded pest v2.7.14 |
420 | 2025-02-28T23:43:01.976Z | Downloaded hashbrown v0.15.1 |
421 | 2025-02-28T23:43:01.998Z | Downloaded zerocopy v0.7.35 |
422 | 2025-02-28T23:43:02.013Z | Downloaded clap_builder v4.5.27 |
423 | 2025-02-28T23:43:02.020Z | Downloaded winnow v0.6.20 |
424 | 2025-02-28T23:43:02.027Z | Downloaded goblin v0.8.2 |
425 | 2025-02-28T23:43:02.033Z | Downloaded tabled v0.15.0 |
426 | 2025-02-28T23:43:02.047Z | Downloaded serde_json v1.0.135 |
427 | 2025-02-28T23:43:02.054Z | Downloaded syn v1.0.109 |
428 | 2025-02-28T23:43:02.063Z | Downloaded unicode-width v0.1.14 |
429 | 2025-02-28T23:43:02.068Z | Downloaded syn v2.0.96 |
430 | 2025-02-28T23:43:02.078Z | Downloaded rustix v0.38.37 |
431 | 2025-02-28T23:43:02.125Z | Downloaded libc v0.2.169 |
432 | 2025-02-28T23:43:02.438Z | Compiling proc-macro2 v1.0.92 |
433 | 2025-02-28T23:43:02.438Z | Compiling unicode-ident v1.0.14 |
434 | 2025-02-28T23:43:02.441Z | Compiling serde v1.0.217 |
435 | 2025-02-28T23:43:02.441Z | Compiling version_check v0.9.5 |
436 | 2025-02-28T23:43:02.441Z | Compiling memchr v2.7.4 |
437 | 2025-02-28T23:43:02.441Z | Compiling thiserror v1.0.69 |
438 | 2025-02-28T23:43:02.441Z | Compiling libc v0.2.169 |
439 | 2025-02-28T23:43:02.474Z | Compiling ucd-trie v0.1.7 |
440 | 2025-02-28T23:43:02.701Z | Compiling itoa v1.0.11 |
441 | 2025-02-28T23:43:02.961Z | Compiling ryu v1.0.18 |
442 | 2025-02-28T23:43:03.177Z | Compiling once_cell v1.20.2 |
443 | 2025-02-28T23:43:03.294Z | Compiling byteorder v1.5.0 |
444 | 2025-02-28T23:43:03.538Z | Compiling rustix v0.38.37 |
445 | 2025-02-28T23:43:03.593Z | Compiling serde_json v1.0.135 |
446 | 2025-02-28T23:43:03.757Z | Compiling bitflags v2.6.0 |
447 | 2025-02-28T23:43:03.946Z | Compiling usdt-impl v0.5.0 |
448 | 2025-02-28T23:43:04.017Z | Compiling proc-macro-error-attr v1.0.4 |
449 | 2025-02-28T23:43:04.144Z | Compiling syn v1.0.109 |
450 | 2025-02-28T23:43:04.207Z | Compiling proc-macro-error v1.0.4 |
451 | 2025-02-28T23:43:04.290Z | Compiling quote v1.0.38 |
452 | 2025-02-28T23:43:04.457Z | Compiling errno v0.3.9 |
453 | 2025-02-28T23:43:04.484Z | Compiling utf8parse v0.2.2 |
454 | 2025-02-28T23:43:04.511Z | Compiling log v0.4.22 |
455 | 2025-02-28T23:43:04.610Z | Compiling camino v1.1.9 |
456 | 2025-02-28T23:43:04.663Z | Compiling syn v2.0.96 |
457 | 2025-02-28T23:43:04.716Z | Compiling thread-id v4.2.2 |
458 | 2025-02-28T23:43:04.790Z | Compiling equivalent v1.0.1 |
459 | 2025-02-28T23:43:04.859Z | Compiling hashbrown v0.15.1 |
460 | 2025-02-28T23:43:04.885Z | Compiling plain v0.2.3 |
461 | 2025-02-28T23:43:04.939Z | Compiling anstyle-parse v0.2.5 |
462 | 2025-02-28T23:43:05.266Z | Compiling autocfg v1.4.0 |
463 | 2025-02-28T23:43:05.294Z | Compiling winnow v0.6.20 |
464 | 2025-02-28T23:43:05.578Z | Compiling anstyle v1.0.10 |
465 | 2025-02-28T23:43:05.750Z | Compiling anstyle-query v1.1.1 |
466 | 2025-02-28T23:43:05.930Z | Compiling indexmap v2.7.1 |
467 | 2025-02-28T23:43:05.958Z | Compiling unicode-width v0.1.14 |
468 | 2025-02-28T23:43:06.028Z | Compiling colorchoice v1.0.2 |
469 | 2025-02-28T23:43:06.203Z | Compiling semver v1.0.24 |
470 | 2025-02-28T23:43:06.308Z | Compiling pretty-hex v0.4.1 |
471 | 2025-02-28T23:43:06.524Z | Compiling is_terminal_polyfill v1.70.1 |
472 | 2025-02-28T23:43:06.552Z | Compiling fs-err v2.11.0 |
473 | 2025-02-28T23:43:06.663Z | Compiling anstream v0.6.15 |
474 | 2025-02-28T23:43:06.771Z | Compiling terminal_size v0.4.0 |
475 | 2025-02-28T23:43:07.035Z | Compiling strsim v0.11.1 |
476 | 2025-02-28T23:43:07.141Z | Compiling fnv v1.0.7 |
477 | 2025-02-28T23:43:07.167Z | Compiling fastrand v2.1.1 |
478 | 2025-02-28T23:43:07.243Z | Compiling heck v0.5.0 |
479 | 2025-02-28T23:43:07.300Z | Compiling heck v0.4.1 |
480 | 2025-02-28T23:43:07.328Z | Compiling bytecount v0.6.8 |
481 | 2025-02-28T23:43:07.737Z | Compiling anyhow v1.0.95 |
482 | 2025-02-28T23:43:07.765Z | Compiling clap_lex v0.7.4 |
483 | 2025-02-28T23:43:07.795Z | Compiling cfg-if v1.0.0 |
484 | 2025-02-28T23:43:07.914Z | Compiling papergrid v0.11.0 |
485 | 2025-02-28T23:43:08.102Z | Compiling clap_builder v4.5.27 |
486 | 2025-02-28T23:43:08.181Z | Compiling tempfile v3.13.0 |
487 | 2025-02-28T23:43:08.420Z | Compiling memmap v0.7.0 |
488 | 2025-02-28T23:43:08.594Z | Compiling unicode-linebreak v0.1.5 |
489 | 2025-02-28T23:43:08.781Z | Compiling smawk v0.3.2 |
490 | 2025-02-28T23:43:09.013Z | Compiling swrite v0.1.0 |
491 | 2025-02-28T23:43:09.115Z | Compiling textwrap v0.16.1 |
492 | 2025-02-28T23:43:09.837Z | Compiling tabled_derive v0.7.0 |
493 | 2025-02-28T23:43:11.190Z | Compiling tabled v0.15.0 |
494 | 2025-02-28T23:43:11.619Z | Compiling serde_derive v1.0.217 |
495 | 2025-02-28T23:43:11.622Z | Compiling thiserror-impl v1.0.69 |
496 | 2025-02-28T23:43:11.622Z | Compiling zerocopy-derive v0.7.35 |
497 | 2025-02-28T23:43:11.622Z | Compiling scroll_derive v0.12.0 |
498 | 2025-02-28T23:43:11.622Z | Compiling clap_derive v4.5.24 |
499 | 2025-02-28T23:43:12.954Z | Compiling scroll v0.12.0 |
500 | 2025-02-28T23:43:13.557Z | Compiling goblin v0.8.2 |
501 | 2025-02-28T23:43:13.741Z | Compiling zerocopy v0.7.35 |
502 | 2025-02-28T23:43:14.786Z | Compiling pest v2.7.14 |
503 | 2025-02-28T23:43:15.242Z | Compiling clap v4.5.27 |
504 | 2025-02-28T23:43:16.834Z | Compiling pest_meta v2.7.14 |
505 | 2025-02-28T23:43:17.753Z | Compiling pest_generator v2.7.14 |
506 | 2025-02-28T23:43:19.193Z | Compiling pest_derive v2.7.14 |
507 | 2025-02-28T23:43:19.823Z | Compiling dtrace-parser v0.2.0 |
508 | 2025-02-28T23:43:20.523Z | Compiling serde_tokenstream v0.2.2 |
509 | 2025-02-28T23:43:20.526Z | Compiling serde_spanned v0.6.8 |
510 | 2025-02-28T23:43:20.596Z | Compiling toml_datetime v0.6.8 |
511 | 2025-02-28T23:43:20.713Z | Compiling cargo-platform v0.1.8 |
512 | 2025-02-28T23:43:20.838Z | Compiling macaddr v1.0.1 |
513 | 2025-02-28T23:43:21.057Z | Compiling toml_edit v0.22.22 |
514 | 2025-02-28T23:43:21.257Z | Compiling camino-tempfile v1.1.1 |
515 | 2025-02-28T23:43:21.762Z | Compiling dof v0.3.0 |
516 | 2025-02-28T23:43:21.762Z | Compiling cargo_metadata v0.18.1 |
517 | 2025-02-28T23:43:23.304Z | Compiling usdt-macro v0.5.0 |
518 | 2025-02-28T23:43:23.308Z | Compiling usdt-attr-macro v0.5.0 |
519 | 2025-02-28T23:43:23.883Z | Compiling toml v0.8.19 |
520 | 2025-02-28T23:43:24.393Z | Compiling usdt v0.5.0 |
521 | 2025-02-28T23:43:24.665Z | Compiling cargo_toml v0.20.5 |
522 | 2025-02-28T23:43:27.321Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
523 | 2025-02-28T23:43:30.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.86s |
524 | 2025-02-28T23:43:30.755Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
525 | 2025-02-28T23:43:31.298Z | Downloading crates ... |
526 | 2025-02-28T23:43:31.418Z | Downloaded adler2 v2.0.0 |
527 | 2025-02-28T23:43:31.421Z | Downloaded addr2line v0.24.2 |
528 | 2025-02-28T23:43:31.424Z | Downloaded aead v0.5.2 |
529 | 2025-02-28T23:43:31.427Z | Downloaded arc-swap v1.7.1 |
530 | 2025-02-28T23:43:31.433Z | Downloaded async-stream-impl v0.3.6 |
531 | 2025-02-28T23:43:31.436Z | Downloaded atomicwrites v0.4.4 |
532 | 2025-02-28T23:43:31.440Z | Downloaded http-range v0.1.5 |
533 | 2025-02-28T23:43:31.443Z | Downloaded atty v0.2.14 |
534 | 2025-02-28T23:43:31.443Z | Downloaded hubpack_derive v0.1.1 |
535 | 2025-02-28T23:43:31.446Z | Downloaded http-body v1.0.1 |
536 | 2025-02-28T23:43:31.446Z | Downloaded ciborium-io v0.2.2 |
537 | 2025-02-28T23:43:31.451Z | Downloaded crucible-workspace-hack v0.1.0 |
538 | 2025-02-28T23:43:31.463Z | Downloaded block-padding v0.3.3 |
539 | 2025-02-28T23:43:31.466Z | Downloaded ident_case v1.0.1 |
540 | 2025-02-28T23:43:31.466Z | Downloaded icu_provider_macros v1.5.0 |
541 | 2025-02-28T23:43:31.469Z | Downloaded cfg_aliases v0.1.1 |
542 | 2025-02-28T23:43:31.472Z | Downloaded md5 v0.7.0 |
543 | 2025-02-28T23:43:31.475Z | Downloaded instant v0.1.13 |
544 | 2025-02-28T23:43:31.475Z | Downloaded cfg_aliases v0.2.1 |
545 | 2025-02-28T23:43:31.478Z | Downloaded match_cfg v0.1.0 |
546 | 2025-02-28T23:43:31.478Z | Downloaded cstr-argument v0.1.2 |
547 | 2025-02-28T23:43:31.483Z | Downloaded crunchy v0.2.2 |
548 | 2025-02-28T23:43:31.483Z | Downloaded async-stream v0.3.6 |
549 | 2025-02-28T23:43:31.486Z | Downloaded atomic-waker v1.1.2 |
550 | 2025-02-28T23:43:31.486Z | Downloaded assert_matches v1.5.0 |
551 | 2025-02-28T23:43:31.486Z | Downloaded mirai-annotations v1.12.0 |
552 | 2025-02-28T23:43:31.489Z | Downloaded crc-catalog v2.4.0 |
553 | 2025-02-28T23:43:31.489Z | Downloaded bb8 v0.8.5 |
554 | 2025-02-28T23:43:31.492Z | Downloaded async-recursion v1.1.1 |
555 | 2025-02-28T23:43:31.495Z | Downloaded arrayref v0.3.9 |
556 | 2025-02-28T23:43:31.495Z | Downloaded colored v2.1.0 |
557 | 2025-02-28T23:43:31.498Z | Downloaded bitflags v1.3.2 |
558 | 2025-02-28T23:43:31.501Z | Downloaded bitfield-struct v0.6.2 |
559 | 2025-02-28T23:43:31.504Z | Downloaded array-init v0.0.4 |
560 | 2025-02-28T23:43:31.504Z | Downloaded httpdate v1.0.3 |
561 | 2025-02-28T23:43:31.507Z | Downloaded heck v0.3.3 |
562 | 2025-02-28T23:43:31.507Z | Downloaded blowfish v0.9.1 |
563 | 2025-02-28T23:43:31.511Z | Downloaded is_ci v1.2.0 |
564 | 2025-02-28T23:43:31.511Z | Downloaded hostname v0.3.1 |
565 | 2025-02-28T23:43:31.516Z | Downloaded hubpack v0.1.2 |
566 | 2025-02-28T23:43:31.516Z | Downloaded bit-set v0.5.3 |
567 | 2025-02-28T23:43:31.516Z | Downloaded http-body-util v0.1.2 |
568 | 2025-02-28T23:43:31.519Z | Downloaded linear-map v1.2.0 |
569 | 2025-02-28T23:43:31.519Z | Downloaded cexpr v0.6.0 |
570 | 2025-02-28T23:43:31.522Z | Downloaded lockfree-object-pool v0.1.6 |
571 | 2025-02-28T23:43:31.525Z | Downloaded cassowary v0.3.0 |
572 | 2025-02-28T23:43:31.525Z | Downloaded const_format_proc_macros v0.2.34 |
573 | 2025-02-28T23:43:31.530Z | Downloaded md-5 v0.10.6 |
574 | 2025-02-28T23:43:31.530Z | Downloaded curve25519-dalek-derive v0.1.1 |
575 | 2025-02-28T23:43:31.533Z | Downloaded cmake v0.1.51 |
576 | 2025-02-28T23:43:31.533Z | Downloaded lalrpop-util v0.19.12 |
577 | 2025-02-28T23:43:31.533Z | Downloaded ciborium-ll v0.2.2 |
578 | 2025-02-28T23:43:31.536Z | Downloaded lru v0.12.5 |
579 | 2025-02-28T23:43:31.537Z | Downloaded ipnetwork v0.20.0 |
580 | 2025-02-28T23:43:31.540Z | Downloaded maplit v1.0.2 |
581 | 2025-02-28T23:43:31.547Z | Downloaded chacha20 v0.9.1 |
582 | 2025-02-28T23:43:31.547Z | Downloaded maybe-uninit v2.0.0 |
583 | 2025-02-28T23:43:31.547Z | Downloaded bitfield v0.14.0 |
584 | 2025-02-28T23:43:31.547Z | Downloaded idna_adapter v1.2.0 |
585 | 2025-02-28T23:43:31.552Z | Downloaded progenitor-client v0.9.1 |
586 | 2025-02-28T23:43:31.552Z | Downloaded impl-trait-for-tuples v0.2.2 |
587 | 2025-02-28T23:43:31.557Z | Downloaded mime v0.3.17 |
588 | 2025-02-28T23:43:31.557Z | Downloaded keccak v0.1.5 |
589 | 2025-02-28T23:43:31.557Z | Downloaded hex v0.4.3 |
590 | 2025-02-28T23:43:31.560Z | Downloaded sync-ptr v0.1.1 |
591 | 2025-02-28T23:43:31.560Z | Downloaded heapless v0.8.0 |
592 | 2025-02-28T23:43:31.563Z | Downloaded progenitor-macro v0.9.1 |
593 | 2025-02-28T23:43:31.564Z | Downloaded memoffset v0.9.1 |
594 | 2025-02-28T23:43:31.568Z | Downloaded bzip2 v0.4.4 |
595 | 2025-02-28T23:43:31.572Z | Downloaded base64ct v1.6.0 |
596 | 2025-02-28T23:43:31.572Z | Downloaded hyper-tls v0.6.0 |
597 | 2025-02-28T23:43:31.573Z | Downloaded hickory-client v0.24.2 |
598 | 2025-02-28T23:43:31.579Z | Downloaded crossbeam-deque v0.8.5 |
599 | 2025-02-28T23:43:31.583Z | Downloaded crc32fast v1.4.2 |
600 | 2025-02-28T23:43:31.583Z | Downloaded httparse v1.9.5 |
601 | 2025-02-28T23:43:31.584Z | Downloaded bcs v0.1.6 |
602 | 2025-02-28T23:43:31.589Z | Downloaded bcrypt-pbkdf v0.10.0 |
603 | 2025-02-28T23:43:31.589Z | Downloaded humantime v2.1.0 |
604 | 2025-02-28T23:43:31.592Z | Downloaded darling v0.20.10 |
605 | 2025-02-28T23:43:31.592Z | Downloaded backoff v0.4.0 |
606 | 2025-02-28T23:43:31.596Z | Downloaded console v0.15.10 |
607 | 2025-02-28T23:43:31.599Z | Downloaded highway v1.2.0 |
608 | 2025-02-28T23:43:31.602Z | Downloaded lock_api v0.4.12 |
609 | 2025-02-28T23:43:31.606Z | Downloaded sync_wrapper v1.0.1 |
610 | 2025-02-28T23:43:31.606Z | Downloaded litemap v0.7.3 |
611 | 2025-02-28T23:43:31.608Z | Downloaded icu_locid_transform v1.5.0 |
612 | 2025-02-28T23:43:31.611Z | Downloaded zerofrom v0.1.4 |
613 | 2025-02-28T23:43:31.611Z | Downloaded derive_builder_macro v0.20.2 |
614 | 2025-02-28T23:43:31.615Z | Downloaded hyper-rustls v0.27.3 |
615 | 2025-02-28T23:43:31.618Z | Downloaded memmap2 v0.9.5 |
616 | 2025-02-28T23:43:31.618Z | Downloaded radium v0.7.0 |
617 | 2025-02-28T23:43:31.621Z | Downloaded mime_guess v2.0.5 |
618 | 2025-02-28T23:43:31.621Z | Downloaded rustc-hash v2.0.0 |
619 | 2025-02-28T23:43:31.624Z | Downloaded mockall v0.13.0 |
620 | 2025-02-28T23:43:31.624Z | Downloaded ipnet v2.10.1 |
621 | 2025-02-28T23:43:31.627Z | Downloaded vte_generate_state_changes v0.1.2 |
622 | 2025-02-28T23:43:31.627Z | Downloaded slog-async v2.8.0 |
623 | 2025-02-28T23:43:31.631Z | Downloaded endian-type v0.1.2 |
624 | 2025-02-28T23:43:31.631Z | Downloaded sqlformat v0.2.6 |
625 | 2025-02-28T23:43:31.634Z | Downloaded cancel-safe-futures v0.1.5 |
626 | 2025-02-28T23:43:31.637Z | Downloaded new_debug_unreachable v1.0.6 |
627 | 2025-02-28T23:43:31.637Z | Downloaded cookie_store v0.21.1 |
628 | 2025-02-28T23:43:31.640Z | Downloaded normalize-line-endings v0.3.0 |
629 | 2025-02-28T23:43:31.640Z | Downloaded clang-sys v1.8.1 |
630 | 2025-02-28T23:43:31.643Z | Downloaded string_cache v0.8.7 |
631 | 2025-02-28T23:43:31.646Z | Downloaded slog-bunyan v2.5.0 |
632 | 2025-02-28T23:43:31.651Z | Downloaded typify-macro v0.2.0 |
633 | 2025-02-28T23:43:31.651Z | Downloaded tui-tree-widget v0.22.0 |
634 | 2025-02-28T23:43:31.652Z | Downloaded serde_path_to_error v0.1.16 |
635 | 2025-02-28T23:43:31.657Z | Downloaded libsw v3.3.1 |
636 | 2025-02-28T23:43:31.657Z | Downloaded cookie v0.18.1 |
637 | 2025-02-28T23:43:31.660Z | Downloaded linked-hash-map v0.5.6 |
638 | 2025-02-28T23:43:31.660Z | Downloaded ciborium v0.2.2 |
639 | 2025-02-28T23:43:31.663Z | Downloaded icu_normalizer_data v1.5.0 |
640 | 2025-02-28T23:43:31.666Z | Downloaded number_prefix v0.4.0 |
641 | 2025-02-28T23:43:31.666Z | Downloaded num_threads v0.1.7 |
642 | 2025-02-28T23:43:31.666Z | Downloaded icu_provider v1.5.0 |
643 | 2025-02-28T23:43:31.669Z | Downloaded static_assertions v1.1.0 |
644 | 2025-02-28T23:43:31.672Z | Downloaded litrs v0.4.1 |
645 | 2025-02-28T23:43:31.675Z | Downloaded tokio-macros v2.5.0 |
646 | 2025-02-28T23:43:31.676Z | Downloaded utf8_iter v1.0.4 |
647 | 2025-02-28T23:43:31.679Z | Downloaded unicode-truncate v1.1.0 |
648 | 2025-02-28T23:43:31.679Z | Downloaded parse-size v1.1.0 |
649 | 2025-02-28T23:43:31.682Z | Downloaded tinystr v0.7.6 |
650 | 2025-02-28T23:43:31.685Z | Downloaded miniz_oxide v0.8.0 |
651 | 2025-02-28T23:43:31.688Z | Downloaded rand_seeder v0.3.0 |
652 | 2025-02-28T23:43:31.688Z | Downloaded zone v0.3.0 |
653 | 2025-02-28T23:43:31.691Z | Downloaded zone v0.1.8 |
654 | 2025-02-28T23:43:31.691Z | Downloaded ghash v0.5.1 |
655 | 2025-02-28T23:43:31.694Z | Downloaded defmt-macros v0.3.9 |
656 | 2025-02-28T23:43:31.697Z | Downloaded enum-as-inner v0.6.1 |
657 | 2025-02-28T23:43:31.697Z | Downloaded ena v0.14.3 |
658 | 2025-02-28T23:43:31.700Z | Downloaded embedded-io v0.6.1 |
659 | 2025-02-28T23:43:31.701Z | Downloaded embedded-io v0.4.0 |
660 | 2025-02-28T23:43:31.704Z | Downloaded document-features v0.2.10 |
661 | 2025-02-28T23:43:31.704Z | Downloaded sqlparser_derive v0.2.2 |
662 | 2025-02-28T23:43:31.707Z | Downloaded crossbeam-epoch v0.9.18 |
663 | 2025-02-28T23:43:31.707Z | Downloaded time-core v0.1.2 |
664 | 2025-02-28T23:43:31.710Z | Downloaded hyper-util v0.1.10 |
665 | 2025-02-28T23:43:31.713Z | Downloaded tokio-native-tls v0.3.1 |
666 | 2025-02-28T23:43:31.716Z | Downloaded tokio-rustls v0.25.0 |
667 | 2025-02-28T23:43:31.720Z | Downloaded tokio-rustls v0.24.1 |
668 | 2025-02-28T23:43:31.723Z | Downloaded serde_derive_internals v0.29.1 |
669 | 2025-02-28T23:43:31.723Z | Downloaded blake2 v0.10.6 |
670 | 2025-02-28T23:43:31.726Z | Downloaded base64 v0.13.1 |
671 | 2025-02-28T23:43:31.729Z | Downloaded icu_normalizer v1.5.0 |
672 | 2025-02-28T23:43:31.733Z | Downloaded tower-service v0.3.3 |
673 | 2025-02-28T23:43:31.736Z | Downloaded thiserror v2.0.11 |
674 | 2025-02-28T23:43:31.740Z | Downloaded olpc-cjson v0.1.4 |
675 | 2025-02-28T23:43:31.743Z | Downloaded indexmap v1.9.3 |
676 | 2025-02-28T23:43:31.746Z | Downloaded chacha20poly1305 v0.10.1 |
677 | 2025-02-28T23:43:31.749Z | Downloaded quinn-udp v0.5.5 |
678 | 2025-02-28T23:43:31.749Z | Downloaded paste v1.0.15 |
679 | 2025-02-28T23:43:31.752Z | Downloaded difflib v0.4.0 |
680 | 2025-02-28T23:43:31.756Z | Downloaded diesel_table_macro_syntax v0.2.0 |
681 | 2025-02-28T23:43:31.756Z | Downloaded ref-cast v1.0.23 |
682 | 2025-02-28T23:43:31.760Z | Downloaded opaque-debug v0.3.1 |
683 | 2025-02-28T23:43:31.760Z | Downloaded same-file v1.0.6 |
684 | 2025-02-28T23:43:31.763Z | Downloaded rpassword v7.3.1 |
685 | 2025-02-28T23:43:31.763Z | Downloaded primeorder v0.13.6 |
686 | 2025-02-28T23:43:31.766Z | Downloaded slog-scope v4.4.0 |
687 | 2025-02-28T23:43:31.766Z | Downloaded ecdsa v0.16.9 |
688 | 2025-02-28T23:43:31.769Z | Downloaded serde_plain v1.0.2 |
689 | 2025-02-28T23:43:31.772Z | Downloaded secrecy v0.8.0 |
690 | 2025-02-28T23:43:31.772Z | Downloaded either v1.13.0 |
691 | 2025-02-28T23:43:31.776Z | Downloaded foreign-types-shared v0.1.1 |
692 | 2025-02-28T23:43:31.776Z | Downloaded tls_codec_derive v0.4.1 |
693 | 2025-02-28T23:43:31.780Z | Downloaded thiserror-impl v2.0.11 |
694 | 2025-02-28T23:43:31.780Z | Downloaded openssl-macros v0.1.1 |
695 | 2025-02-28T23:43:31.780Z | Downloaded ssh-encoding v0.2.0 |
696 | 2025-02-28T23:43:31.783Z | Downloaded ssh-cipher v0.2.0 |
697 | 2025-02-28T23:43:31.783Z | Downloaded crypto-bigint v0.5.5 |
698 | 2025-02-28T23:43:31.789Z | Downloaded bumpalo v3.16.0 |
699 | 2025-02-28T23:43:31.793Z | Downloaded icu_collections v1.5.0 |
700 | 2025-02-28T23:43:31.801Z | Downloaded cc v1.1.30 |
701 | 2025-02-28T23:43:31.804Z | Downloaded tls_codec v0.4.1 |
702 | 2025-02-28T23:43:31.807Z | Downloaded spki v0.7.3 |
703 | 2025-02-28T23:43:31.807Z | Downloaded ron v0.7.1 |
704 | 2025-02-28T23:43:31.813Z | Downloaded which v4.4.2 |
705 | 2025-02-28T23:43:31.816Z | Downloaded unicase v2.7.0 |
706 | 2025-02-28T23:43:31.819Z | Downloaded typify-macro v0.3.0 |
707 | 2025-02-28T23:43:31.819Z | Downloaded postgres-types v0.2.8 |
708 | 2025-02-28T23:43:31.832Z | Downloaded strum v0.26.3 |
709 | 2025-02-28T23:43:31.835Z | Downloaded scrypt v0.11.0 |
710 | 2025-02-28T23:43:31.835Z | Downloaded sct v0.7.1 |
711 | 2025-02-28T23:43:31.839Z | Downloaded futures-core v0.3.31 |
712 | 2025-02-28T23:43:31.842Z | Downloaded ff v0.13.0 |
713 | 2025-02-28T23:43:31.845Z | Downloaded semver v0.1.20 |
714 | 2025-02-28T23:43:31.845Z | Downloaded futures-io v0.3.31 |
715 | 2025-02-28T23:43:31.848Z | Downloaded futures-executor v0.3.31 |
716 | 2025-02-28T23:43:31.848Z | Downloaded slog v2.7.0 |
717 | 2025-02-28T23:43:31.851Z | Downloaded phf_generator v0.11.2 |
718 | 2025-02-28T23:43:31.854Z | Downloaded http v1.2.0 |
719 | 2025-02-28T23:43:31.857Z | Downloaded const_format v0.2.34 |
720 | 2025-02-28T23:43:31.861Z | Downloaded yoke-derive v0.7.4 |
721 | 2025-02-28T23:43:31.864Z | Downloaded icu_properties v1.5.1 |
722 | 2025-02-28T23:43:31.867Z | Downloaded crossbeam-channel v0.5.13 |
723 | 2025-02-28T23:43:31.870Z | Downloaded term v0.7.0 |
724 | 2025-02-28T23:43:31.874Z | Downloaded pbkdf2 v0.12.2 |
725 | 2025-02-28T23:43:31.877Z | Downloaded omicron-zone-package v0.12.0 |
726 | 2025-02-28T23:43:31.880Z | Downloaded rtoolbox v0.0.2 |
727 | 2025-02-28T23:43:31.883Z | Downloaded progenitor-macro v0.8.0 |
728 | 2025-02-28T23:43:31.883Z | Downloaded polyval v0.6.2 |
729 | 2025-02-28T23:43:31.886Z | Downloaded rand_xorshift v0.3.0 |
730 | 2025-02-28T23:43:31.886Z | Downloaded der_derive v0.7.3 |
731 | 2025-02-28T23:43:31.889Z | Downloaded signal-hook-tokio v0.3.1 |
732 | 2025-02-28T23:43:31.889Z | Downloaded signal-hook-registry v1.4.2 |
733 | 2025-02-28T23:43:31.892Z | Downloaded serde_repr v0.1.19 |
734 | 2025-02-28T23:43:31.892Z | Downloaded rfc6979 v0.4.0 |
735 | 2025-02-28T23:43:31.895Z | Downloaded precomputed-hash v0.1.1 |
736 | 2025-02-28T23:43:31.895Z | Downloaded thread_local v1.1.8 |
737 | 2025-02-28T23:43:31.898Z | Downloaded hashlink v0.9.1 |
738 | 2025-02-28T23:43:31.901Z | Downloaded futures-channel v0.3.31 |
739 | 2025-02-28T23:43:31.901Z | Downloaded headers v0.4.0 |
740 | 2025-02-28T23:43:31.906Z | Downloaded parking_lot_core v0.9.10 |
741 | 2025-02-28T23:43:31.909Z | Downloaded elliptic-curve v0.13.8 |
742 | 2025-02-28T23:43:31.914Z | Downloaded untrusted v0.7.1 |
743 | 2025-02-28T23:43:31.917Z | Downloaded num-complex v0.4.6 |
744 | 2025-02-28T23:43:31.917Z | Downloaded tokio-postgres v0.7.12 |
745 | 2025-02-28T23:43:31.922Z | Downloaded sigpipe v0.1.3 |
746 | 2025-02-28T23:43:31.925Z | Downloaded deranged v0.3.11 |
747 | 2025-02-28T23:43:31.925Z | Downloaded minimal-lexical v0.2.1 |
748 | 2025-02-28T23:43:31.930Z | Downloaded termtree v0.4.1 |
749 | 2025-02-28T23:43:31.933Z | Downloaded foldhash v0.1.3 |
750 | 2025-02-28T23:43:31.934Z | Downloaded float-ord v0.3.2 |
751 | 2025-02-28T23:43:31.937Z | Downloaded flagset v0.4.6 |
752 | 2025-02-28T23:43:31.938Z | Downloaded float-cmp v0.9.0 |
753 | 2025-02-28T23:43:31.938Z | Downloaded postcard v1.0.10 |
754 | 2025-02-28T23:43:31.941Z | Downloaded defmt-parser v0.3.4 |
755 | 2025-02-28T23:43:31.944Z | Downloaded debug-ignore v1.0.5 |
756 | 2025-02-28T23:43:31.944Z | Downloaded spin v0.9.8 |
757 | 2025-02-28T23:43:31.947Z | Downloaded wait-timeout v0.2.0 |
758 | 2025-02-28T23:43:31.950Z | Downloaded utf16_iter v1.0.5 |
759 | 2025-02-28T23:43:31.950Z | Downloaded hickory-server v0.24.2 |
760 | 2025-02-28T23:43:31.955Z | Downloaded packed_struct v0.10.1 |
761 | 2025-02-28T23:43:31.958Z | Downloaded packed_struct_codegen v0.10.1 |
762 | 2025-02-28T23:43:31.961Z | Downloaded strum_macros v0.24.3 |
763 | 2025-02-28T23:43:31.961Z | Downloaded zerocopy-derive v0.8.10 |
764 | 2025-02-28T23:43:31.967Z | Downloaded rustc_version v0.1.7 |
765 | 2025-02-28T23:43:31.971Z | Downloaded rand_core v0.6.4 |
766 | 2025-02-28T23:43:31.971Z | Downloaded rand_chacha v0.3.1 |
767 | 2025-02-28T23:43:31.974Z | Downloaded peg-runtime v0.8.3 |
768 | 2025-02-28T23:43:31.974Z | Downloaded value-bag v1.9.0 |
769 | 2025-02-28T23:43:31.977Z | Downloaded thiserror-impl-no-std v2.0.2 |
770 | 2025-02-28T23:43:31.980Z | Downloaded termtree v0.5.1 |
771 | 2025-02-28T23:43:31.980Z | Downloaded simd-adler32 v0.3.7 |
772 | 2025-02-28T23:43:31.983Z | Downloaded aes v0.8.4 |
773 | 2025-02-28T23:43:31.986Z | Downloaded libm v0.2.8 |
774 | 2025-02-28T23:43:31.994Z | Downloaded pretty-hex v0.2.1 |
775 | 2025-02-28T23:43:31.998Z | Downloaded time-macros v0.2.18 |
776 | 2025-02-28T23:43:32.002Z | Downloaded des v0.8.1 |
777 | 2025-02-28T23:43:32.002Z | Downloaded derive_builder v0.20.2 |
778 | 2025-02-28T23:43:32.005Z | Downloaded unicode-bidi v0.3.17 |
779 | 2025-02-28T23:43:32.009Z | Downloaded zone_cfg_derive v0.3.0 |
780 | 2025-02-28T23:43:32.012Z | Downloaded dyn-clone v1.0.17 |
781 | 2025-02-28T23:43:32.012Z | Downloaded utf-8 v0.7.6 |
782 | 2025-02-28T23:43:32.015Z | Downloaded untrusted v0.9.0 |
783 | 2025-02-28T23:43:32.015Z | Downloaded waitgroup v0.1.2 |
784 | 2025-02-28T23:43:32.018Z | Downloaded yoke v0.7.4 |
785 | 2025-02-28T23:43:32.018Z | Downloaded funty v2.0.0 |
786 | 2025-02-28T23:43:32.021Z | Downloaded progenitor-impl v0.9.1 |
787 | 2025-02-28T23:43:32.024Z | Downloaded progenitor-impl v0.8.0 |
788 | 2025-02-28T23:43:32.027Z | Downloaded num-integer v0.1.46 |
789 | 2025-02-28T23:43:32.027Z | Downloaded socket2 v0.5.7 |
790 | 2025-02-28T23:43:32.031Z | Downloaded multimap v0.10.0 |
791 | 2025-02-28T23:43:32.031Z | Downloaded hash32 v0.3.1 |
792 | 2025-02-28T23:43:32.033Z | Downloaded rsa v0.9.6 |
793 | 2025-02-28T23:43:32.038Z | Downloaded num-derive v0.4.2 |
794 | 2025-02-28T23:43:32.041Z | Downloaded num-conv v0.1.0 |
795 | 2025-02-28T23:43:32.043Z | Downloaded toml v0.7.8 |
796 | 2025-02-28T23:43:32.047Z | Downloaded itertools v0.10.5 |
797 | 2025-02-28T23:43:32.054Z | Downloaded progenitor-client v0.8.0 |
798 | 2025-02-28T23:43:32.057Z | Downloaded idna v1.0.3 |
799 | 2025-02-28T23:43:32.061Z | Downloaded phf_codegen v0.11.2 |
800 | 2025-02-28T23:43:32.065Z | Downloaded schemars_derive v0.8.21 |
801 | 2025-02-28T23:43:32.066Z | Downloaded pem-rfc7468 v0.7.0 |
802 | 2025-02-28T23:43:32.070Z | Downloaded derive-where v1.2.7 |
803 | 2025-02-28T23:43:32.073Z | Downloaded try-lock v0.2.5 |
804 | 2025-02-28T23:43:32.073Z | Downloaded unicode-xid v0.2.6 |
805 | 2025-02-28T23:43:32.076Z | Downloaded tiny-keccak v2.0.2 |
806 | 2025-02-28T23:43:32.079Z | Downloaded powerfmt v0.2.0 |
807 | 2025-02-28T23:43:32.079Z | Downloaded tap v1.0.1 |
808 | 2025-02-28T23:43:32.082Z | Downloaded sha1 v0.10.6 |
809 | 2025-02-28T23:43:32.082Z | Downloaded parking_lot v0.12.3 |
810 | 2025-02-28T23:43:32.085Z | Downloaded dunce v1.0.5 |
811 | 2025-02-28T23:43:32.088Z | Downloaded dsl_auto_type v0.1.2 |
812 | 2025-02-28T23:43:32.088Z | Downloaded slog-term v2.9.1 |
813 | 2025-02-28T23:43:32.091Z | Downloaded typed-path v0.9.3 |
814 | 2025-02-28T23:43:32.098Z | Downloaded parking_lot v0.11.2 |
815 | 2025-02-28T23:43:32.102Z | Downloaded phf_shared v0.10.0 |
816 | 2025-02-28T23:43:32.105Z | Downloaded glob v0.3.2 |
817 | 2025-02-28T23:43:32.107Z | Downloaded num-iter v0.1.45 |
818 | 2025-02-28T23:43:32.108Z | Downloaded tracing-core v0.1.32 |
819 | 2025-02-28T23:43:32.110Z | Downloaded hyper v1.5.2 |
820 | 2025-02-28T23:43:32.121Z | Downloaded heapless v0.7.17 |
821 | 2025-02-28T23:43:32.124Z | Downloaded nodrop v0.1.14 |
822 | 2025-02-28T23:43:32.124Z | Downloaded nibble_vec v0.1.0 |
823 | 2025-02-28T23:43:32.127Z | Downloaded aes-gcm v0.10.3 |
824 | 2025-02-28T23:43:32.130Z | Downloaded oso-derive v0.27.3 |
825 | 2025-02-28T23:43:32.133Z | Downloaded signal-hook v0.3.17 |
826 | 2025-02-28T23:43:32.136Z | Downloaded slog-dtrace v0.3.0 |
827 | 2025-02-28T23:43:32.136Z | Downloaded foreign-types v0.3.2 |
828 | 2025-02-28T23:43:32.139Z | Downloaded structmeta-derive v0.2.0 |
829 | 2025-02-28T23:43:32.139Z | Downloaded zerofrom-derive v0.1.4 |
830 | 2025-02-28T23:43:32.140Z | Downloaded gethostname v0.5.0 |
831 | 2025-02-28T23:43:32.143Z | Downloaded scheduled-thread-pool v0.2.7 |
832 | 2025-02-28T23:43:32.143Z | Downloaded rustls-pki-types v1.10.0 |
833 | 2025-02-28T23:43:32.146Z | Downloaded fxhash v0.2.1 |
834 | 2025-02-28T23:43:32.149Z | Downloaded structmeta v0.3.0 |
835 | 2025-02-28T23:43:32.149Z | Downloaded structmeta v0.2.0 |
836 | 2025-02-28T23:43:32.152Z | Downloaded poly1305 v0.8.0 |
837 | 2025-02-28T23:43:32.155Z | Downloaded nanorand v0.7.0 |
838 | 2025-02-28T23:43:32.155Z | Downloaded fs_extra v1.3.0 |
839 | 2025-02-28T23:43:32.158Z | Downloaded fatfs v0.3.6 |
840 | 2025-02-28T23:43:32.162Z | Downloaded nom v7.1.3 |
841 | 2025-02-28T23:43:32.167Z | Downloaded russh-cryptovec v0.7.3 |
842 | 2025-02-28T23:43:32.170Z | Downloaded pbkdf2 v0.11.0 |
843 | 2025-02-28T23:43:32.173Z | Downloaded phf_shared v0.11.2 |
844 | 2025-02-28T23:43:32.173Z | Downloaded phf v0.11.2 |
845 | 2025-02-28T23:43:32.176Z | Downloaded newtype_derive v0.1.6 |
846 | 2025-02-28T23:43:32.176Z | Downloaded getrandom v0.2.15 |
847 | 2025-02-28T23:43:32.179Z | Downloaded newline-converter v0.3.0 |
848 | 2025-02-28T23:43:32.182Z | Downloaded hkdf v0.12.4 |
849 | 2025-02-28T23:43:32.182Z | Downloaded rustc-demangle v0.1.24 |
850 | 2025-02-28T23:43:32.186Z | Downloaded dropshot_endpoint v0.12.0 |
851 | 2025-02-28T23:43:32.189Z | Downloaded zone_cfg_derive v0.1.2 |
852 | 2025-02-28T23:43:32.189Z | Downloaded similar v2.6.0 |
853 | 2025-02-28T23:43:32.194Z | Downloaded rustc_version v0.4.1 |
854 | 2025-02-28T23:43:32.197Z | Downloaded newtype-uuid v1.2.1 |
855 | 2025-02-28T23:43:32.197Z | Downloaded structmeta-derive v0.3.0 |
856 | 2025-02-28T23:43:32.200Z | Downloaded darling_macro v0.20.10 |
857 | 2025-02-28T23:43:32.200Z | Downloaded parse-display v0.10.0 |
858 | 2025-02-28T23:43:32.204Z | Downloaded aho-corasick v1.1.3 |
859 | 2025-02-28T23:43:32.207Z | Downloaded parse-display-derive v0.10.0 |
860 | 2025-02-28T23:43:32.211Z | Downloaded env_logger v0.11.5 |
861 | 2025-02-28T23:43:32.214Z | Downloaded filetime v0.2.25 |
862 | 2025-02-28T23:43:32.215Z | Downloaded dropshot_endpoint v0.15.1 |
863 | 2025-02-28T23:43:32.218Z | Downloaded diesel-dtrace v0.4.2 |
864 | 2025-02-28T23:43:32.219Z | Downloaded tokio-tungstenite v0.24.0 |
865 | 2025-02-28T23:43:32.221Z | Downloaded data-encoding v2.6.0 |
866 | 2025-02-28T23:43:32.224Z | Downloaded scopeguard v1.2.0 |
867 | 2025-02-28T23:43:32.224Z | Downloaded rustls-pemfile v1.0.4 |
868 | 2025-02-28T23:43:32.229Z | Downloaded openssl-probe v0.1.5 |
869 | 2025-02-28T23:43:32.229Z | Downloaded smallvec v0.6.14 |
870 | 2025-02-28T23:43:32.229Z | Downloaded smf v0.2.3 |
871 | 2025-02-28T23:43:32.234Z | Downloaded ref-cast-impl v1.0.23 |
872 | 2025-02-28T23:43:32.234Z | Downloaded fallible-iterator v0.3.0 |
873 | 2025-02-28T23:43:32.234Z | Downloaded uuid v1.12.0 |
874 | 2025-02-28T23:43:32.239Z | Downloaded typify v0.3.0 |
875 | 2025-02-28T23:43:32.241Z | Downloaded unsafe-libyaml v0.2.11 |
876 | 2025-02-28T23:43:32.243Z | Downloaded zerovec-derive v0.10.3 |
877 | 2025-02-28T23:43:32.246Z | Downloaded der v0.7.9 |
878 | 2025-02-28T23:43:32.250Z | Downloaded foreign-types-shared v0.3.1 |
879 | 2025-02-28T23:43:32.253Z | Downloaded p256 v0.13.2 |
880 | 2025-02-28T23:43:32.256Z | Downloaded pkg-config v0.3.31 |
881 | 2025-02-28T23:43:32.259Z | Downloaded flume v0.11.1 |
882 | 2025-02-28T23:43:32.262Z | Downloaded twox-hash v2.1.0 |
883 | 2025-02-28T23:43:32.265Z | Downloaded num-bigint v0.4.6 |
884 | 2025-02-28T23:43:32.268Z | Downloaded downcast v0.11.0 |
885 | 2025-02-28T23:43:32.272Z | Downloaded r2d2 v0.8.10 |
886 | 2025-02-28T23:43:32.272Z | Downloaded parking_lot_core v0.8.6 |
887 | 2025-02-28T23:43:32.275Z | Downloaded env_logger v0.10.2 |
888 | 2025-02-28T23:43:32.279Z | Downloaded foreign-types-macros v0.2.3 |
889 | 2025-02-28T23:43:32.279Z | Downloaded foreign-types v0.5.0 |
890 | 2025-02-28T23:43:32.279Z | Downloaded quick-error v1.2.3 |
891 | 2025-02-28T23:43:32.281Z | Downloaded percent-encoding v2.3.1 |
892 | 2025-02-28T23:43:32.281Z | Downloaded blake3 v1.5.4 |
893 | 2025-02-28T23:43:32.289Z | Downloaded smallvec v1.13.2 |
894 | 2025-02-28T23:43:32.292Z | Downloaded serde_with_macros v3.11.0 |
895 | 2025-02-28T23:43:32.295Z | Downloaded path-slash v0.1.5 |
896 | 2025-02-28T23:43:32.295Z | Downloaded take_mut v0.2.2 |
897 | 2025-02-28T23:43:32.299Z | Downloaded futures-sink v0.3.31 |
898 | 2025-02-28T23:43:32.299Z | Downloaded pem v3.0.4 |
899 | 2025-02-28T23:43:32.299Z | Downloaded toolchain_find v0.4.0 |
900 | 2025-02-28T23:43:32.299Z | Downloaded num-rational v0.4.2 |
901 | 2025-02-28T23:43:32.302Z | Downloaded subtle v2.6.1 |
902 | 2025-02-28T23:43:32.302Z | Downloaded serde_urlencoded v0.7.1 |
903 | 2025-02-28T23:43:32.305Z | Downloaded tar v0.4.42 |
904 | 2025-02-28T23:43:32.312Z | Downloaded hashbrown v0.12.3 |
905 | 2025-02-28T23:43:32.315Z | Downloaded serde_yaml v0.9.34+deprecated |
906 | 2025-02-28T23:43:32.320Z | Downloaded reedline v0.35.0 |
907 | 2025-02-28T23:43:32.323Z | Downloaded tabwriter v1.4.0 |
908 | 2025-02-28T23:43:32.328Z | Downloaded form_urlencoded v1.2.1 |
909 | 2025-02-28T23:43:32.328Z | Downloaded prettyplease v0.2.25 |
910 | 2025-02-28T23:43:32.332Z | Downloaded subprocess v0.2.9 |
911 | 2025-02-28T23:43:32.332Z | Downloaded synstructure v0.13.1 |
912 | 2025-02-28T23:43:32.336Z | Downloaded aws-lc-rs v1.10.0 |
913 | 2025-02-28T23:43:32.341Z | Downloaded walkdir v2.5.0 |
914 | 2025-02-28T23:43:32.347Z | Downloaded rustfmt-wrapper v0.2.1 |
915 | 2025-02-28T23:43:32.348Z | Downloaded wyz v0.5.1 |
916 | 2025-02-28T23:43:32.348Z | Downloaded display-error-chain v0.2.2 |
917 | 2025-02-28T23:43:32.348Z | Downloaded pin-utils v0.1.0 |
918 | 2025-02-28T23:43:32.351Z | Downloaded tokio-tungstenite v0.23.1 |
919 | 2025-02-28T23:43:32.351Z | Downloaded tokio-tungstenite v0.21.0 |
920 | 2025-02-28T23:43:32.355Z | Downloaded salty v0.3.0 |
921 | 2025-02-28T23:43:32.360Z | Downloaded supports-color v3.0.1 |
922 | 2025-02-28T23:43:32.363Z | Downloaded futures-macro v0.3.31 |
923 | 2025-02-28T23:43:32.363Z | Downloaded fallible-iterator v0.2.0 |
924 | 2025-02-28T23:43:32.368Z | Downloaded topological-sort v0.2.2 |
925 | 2025-02-28T23:43:32.368Z | Downloaded peg v0.8.4 |
926 | 2025-02-28T23:43:32.371Z | Downloaded xz2 v0.1.7 |
927 | 2025-02-28T23:43:32.371Z | Downloaded tokio-rustls v0.26.0 |
928 | 2025-02-28T23:43:32.377Z | Downloaded itertools v0.13.0 |
929 | 2025-02-28T23:43:32.380Z | Downloaded tungstenite v0.24.0 |
930 | 2025-02-28T23:43:32.383Z | Downloaded pkcs8 v0.10.2 |
931 | 2025-02-28T23:43:32.388Z | Downloaded rustls-webpki v0.101.7 |
932 | 2025-02-28T23:43:32.402Z | Downloaded globset v0.4.15 |
933 | 2025-02-28T23:43:32.405Z | Downloaded peg-macros v0.8.4 |
934 | 2025-02-28T23:43:32.405Z | Downloaded half v2.4.1 |
935 | 2025-02-28T23:43:32.408Z | Downloaded snafu v0.8.5 |
936 | 2025-02-28T23:43:32.414Z | Downloaded sqlparser v0.45.0 |
937 | 2025-02-28T23:43:32.419Z | Downloaded russh v0.45.0 |
938 | 2025-02-28T23:43:32.425Z | Downloaded num-bigint-dig v0.8.4 |
939 | 2025-02-28T23:43:32.431Z | Downloaded zopfli v0.8.1 |
940 | 2025-02-28T23:43:32.434Z | Downloaded chrono v0.4.39 |
941 | 2025-02-28T23:43:32.441Z | Downloaded tokio-stream v0.1.16 |
942 | 2025-02-28T23:43:32.445Z | Downloaded expectorate v1.1.0 |
943 | 2025-02-28T23:43:32.450Z | Downloaded zip v0.6.6 |
944 | 2025-02-28T23:43:32.452Z | Downloaded bitvec v1.0.1 |
945 | 2025-02-28T23:43:32.468Z | Downloaded diesel_derives v2.2.3 |
946 | 2025-02-28T23:43:32.471Z | Downloaded time v0.3.36 |
947 | 2025-02-28T23:43:32.478Z | Downloaded darling_core v0.20.10 |
948 | 2025-02-28T23:43:32.483Z | Downloaded icu_properties_data v1.5.0 |
949 | 2025-02-28T23:43:32.493Z | Downloaded openssl-sys v0.9.104 |
950 | 2025-02-28T23:43:32.499Z | Downloaded oso v0.27.3 |
951 | 2025-02-28T23:43:32.503Z | Downloaded quinn v0.11.5 |
952 | 2025-02-28T23:43:32.506Z | Downloaded num-traits v0.2.19 |
953 | 2025-02-28T23:43:32.509Z | Downloaded toml_edit v0.19.15 |
954 | 2025-02-28T23:43:32.526Z | Downloaded publicsuffix v2.3.0 |
955 | 2025-02-28T23:43:32.530Z | Downloaded lalrpop v0.19.12 |
956 | 2025-02-28T23:43:32.540Z | Downloaded rustyline v14.0.0 |
957 | 2025-02-28T23:43:32.545Z | Downloaded p521 v0.13.3 |
958 | 2025-02-28T23:43:32.549Z | Downloaded portable-atomic v1.9.0 |
959 | 2025-02-28T23:43:32.556Z | Downloaded rand v0.8.5 |
960 | 2025-02-28T23:43:32.560Z | Downloaded rustls-webpki v0.102.8 |
961 | 2025-02-28T23:43:32.579Z | Downloaded qorb v0.2.1 |
962 | 2025-02-28T23:43:32.582Z | Downloaded git2 v0.19.0 |
963 | 2025-02-28T23:43:32.591Z | Downloaded zip v2.1.3 |
964 | 2025-02-28T23:43:32.595Z | Downloaded tough v0.19.0 |
965 | 2025-02-28T23:43:32.603Z | Downloaded ssh-key v0.6.6 |
966 | 2025-02-28T23:43:32.611Z | Downloaded serde_with v3.11.0 |
967 | 2025-02-28T23:43:32.619Z | Downloaded unicode-normalization v0.1.24 |
968 | 2025-02-28T23:43:32.623Z | Downloaded reqwest v0.12.9 |
969 | 2025-02-28T23:43:32.633Z | Downloaded object v0.30.4 |
970 | 2025-02-28T23:43:32.642Z | Downloaded curve25519-dalek v4.1.3 |
971 | 2025-02-28T23:43:32.651Z | Downloaded webpki-roots v0.26.6 |
972 | 2025-02-28T23:43:32.654Z | Downloaded hashbrown v0.14.5 |
973 | 2025-02-28T23:43:32.660Z | Downloaded quinn-proto v0.11.8 |
974 | 2025-02-28T23:43:32.668Z | Downloaded bindgen v0.69.5 |
975 | 2025-02-28T23:43:32.675Z | Downloaded winnow v0.5.40 |
976 | 2025-02-28T23:43:32.684Z | Downloaded tokio-util v0.7.12 |
977 | 2025-02-28T23:43:32.690Z | Downloaded vcpkg v0.2.15 |
978 | 2025-02-28T23:43:32.729Z | Downloaded rustls v0.21.12 |
979 | 2025-02-28T23:43:32.741Z | Downloaded rusqlite v0.32.1 |
980 | 2025-02-28T23:43:32.748Z | Downloaded futures-util v0.3.31 |
981 | 2025-02-28T23:43:32.759Z | Downloaded gimli v0.31.1 |
982 | 2025-02-28T23:43:32.769Z | Downloaded proptest v1.5.0 |
983 | 2025-02-28T23:43:32.777Z | Downloaded object v0.36.5 |
984 | 2025-02-28T23:43:32.789Z | Downloaded p384 v0.13.0 |
985 | 2025-02-28T23:43:32.795Z | Downloaded unicode-width v0.2.0 |
986 | 2025-02-28T23:43:32.802Z | Downloaded petname v2.0.2 |
987 | 2025-02-28T23:43:32.808Z | Downloaded chrono-tz v0.10.1 |
988 | 2025-02-28T23:43:32.815Z | Downloaded openssl v0.10.66 |
989 | 2025-02-28T23:43:32.826Z | Downloaded zerocopy v0.8.10 |
990 | 2025-02-28T23:43:32.850Z | Downloaded radix_trie v0.2.1 |
991 | 2025-02-28T23:43:32.855Z | Downloaded nix v0.28.0 |
992 | 2025-02-28T23:43:32.867Z | Downloaded regex v1.11.1 |
993 | 2025-02-28T23:43:32.881Z | Downloaded regex-syntax v0.6.29 |
994 | 2025-02-28T23:43:32.888Z | Downloaded smoltcp v0.11.0 |
995 | 2025-02-28T23:43:32.902Z | Downloaded polar-core v0.27.3 |
996 | 2025-02-28T23:43:32.910Z | Downloaded dropshot v0.15.1 |
997 | 2025-02-28T23:43:32.932Z | Downloaded sled v0.34.7 |
998 | 2025-02-28T23:43:32.942Z | Downloaded diesel v2.2.6 |
999 | 2025-02-28T23:43:32.961Z | Downloaded dropshot v0.12.0 |
1000 | 2025-02-28T23:43:32.980Z | Downloaded regex-syntax v0.8.5 |
1001 | 2025-02-28T23:43:32.988Z | Downloaded typify-impl v0.2.0 |
1002 | 2025-02-28T23:43:33.004Z | Downloaded regress v0.9.1 |
1003 | 2025-02-28T23:43:33.012Z | Downloaded typify-impl v0.3.0 |
1004 | 2025-02-28T23:43:33.028Z | Downloaded rustls v0.23.19 |
1005 | 2025-02-28T23:43:33.040Z | Downloaded nix v0.29.0 |
1006 | 2025-02-28T23:43:33.052Z | Downloaded smoltcp v0.9.1 |
1007 | 2025-02-28T23:43:33.083Z | Downloaded ratatui v0.28.1 |
1008 | 2025-02-28T23:43:33.108Z | Downloaded zerocopy-derive v0.6.6 |
1009 | 2025-02-28T23:43:33.121Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1010 | 2025-02-28T23:43:33.133Z | Downloaded regex-automata v0.4.8 |
1011 | 2025-02-28T23:43:33.150Z | Downloaded openapiv3 v2.0.0 |
1012 | 2025-02-28T23:43:33.161Z | Downloaded rustls v0.22.4 |
1013 | 2025-02-28T23:43:33.174Z | Downloaded hickory-proto v0.24.2 |
1014 | 2025-02-28T23:43:33.189Z | Downloaded bstr v1.10.0 |
1015 | 2025-02-28T23:43:33.198Z | Downloaded nix v0.27.1 |
1016 | 2025-02-28T23:43:33.211Z | Downloaded regress v0.10.1 |
1017 | 2025-02-28T23:43:33.216Z | Downloaded rayon v1.10.0 |
1018 | 2025-02-28T23:43:33.225Z | Downloaded h2 v0.4.6 |
1019 | 2025-02-28T23:43:33.231Z | Downloaded quick-xml v0.33.0 |
1020 | 2025-02-28T23:43:33.236Z | Downloaded lzma-sys v0.1.20 |
1021 | 2025-02-28T23:43:33.264Z | Downloaded csv v1.3.1 |
1022 | 2025-02-28T23:43:33.282Z | Downloaded sha3 v0.10.8 |
1023 | 2025-02-28T23:43:33.286Z | Downloaded russh-keys v0.45.0 |
1024 | 2025-02-28T23:43:33.290Z | Downloaded rayon-core v1.12.1 |
1025 | 2025-02-28T23:43:33.292Z | Downloaded hashbrown v0.13.2 |
1026 | 2025-02-28T23:43:33.296Z | Downloaded petgraph v0.6.5 |
1027 | 2025-02-28T23:43:33.312Z | Downloaded tungstenite v0.23.0 |
1028 | 2025-02-28T23:43:33.316Z | Downloaded libz-sys v1.1.20 |
1029 | 2025-02-28T23:43:33.336Z | Downloaded tokio v1.43.0 |
1030 | 2025-02-28T23:43:33.376Z | Downloaded tungstenite v0.21.0 |
1031 | 2025-02-28T23:43:33.380Z | Downloaded url v2.5.3 |
1032 | 2025-02-28T23:43:33.380Z | Downloaded flate2 v1.0.35 |
1033 | 2025-02-28T23:43:33.384Z | Downloaded yasna v0.5.2 |
1034 | 2025-02-28T23:43:33.387Z | Downloaded schemars v0.8.21 |
1035 | 2025-02-28T23:43:33.397Z | Downloaded samael v0.0.17 |
1036 | 2025-02-28T23:43:33.402Z | Downloaded zerovec v0.10.4 |
1037 | 2025-02-28T23:43:33.408Z | Downloaded group v0.13.0 |
1038 | 2025-02-28T23:43:33.411Z | Downloaded writeable v0.5.5 |
1039 | 2025-02-28T23:43:33.411Z | Downloaded unicode_categories v0.1.1 |
1040 | 2025-02-28T23:43:33.416Z | Downloaded fixedbitset v0.4.2 |
1041 | 2025-02-28T23:43:33.416Z | Downloaded stringprep v0.1.5 |
1042 | 2025-02-28T23:43:33.419Z | Downloaded owo-colors v4.1.0 |
1043 | 2025-02-28T23:43:33.419Z | Downloaded write16 v1.0.0 |
1044 | 2025-02-28T23:43:33.419Z | Downloaded want v0.3.1 |
1045 | 2025-02-28T23:43:33.423Z | Downloaded vergen v8.3.2 |
1046 | 2025-02-28T23:43:33.423Z | Downloaded typify v0.2.0 |
1047 | 2025-02-28T23:43:33.426Z | Downloaded tinyvec v1.8.0 |
1048 | 2025-02-28T23:43:33.431Z | Downloaded strip-ansi-escapes v0.2.0 |
1049 | 2025-02-28T23:43:33.431Z | Downloaded rustc-hash v1.1.0 |
1050 | 2025-02-28T23:43:33.431Z | Downloaded parse-zoneinfo v0.3.1 |
1051 | 2025-02-28T23:43:33.434Z | Downloaded hash32 v0.2.1 |
1052 | 2025-02-28T23:43:33.434Z | Downloaded env_filter v0.1.2 |
1053 | 2025-02-28T23:43:33.437Z | Downloaded num v0.4.3 |
1054 | 2025-02-28T23:43:33.437Z | Downloaded signal-hook-mio v0.2.4 |
1055 | 2025-02-28T23:43:33.438Z | Downloaded itertools v0.12.1 |
1056 | 2025-02-28T23:43:33.445Z | Downloaded x509-cert v0.2.5 |
1057 | 2025-02-28T23:43:33.453Z | Downloaded slab v0.4.9 |
1058 | 2025-02-28T23:43:33.457Z | Downloaded ppv-lite86 v0.2.20 |
1059 | 2025-02-28T23:43:33.457Z | Downloaded termcolor v1.4.1 |
1060 | 2025-02-28T23:43:33.457Z | Downloaded rusty-fork v0.3.0 |
1061 | 2025-02-28T23:43:33.460Z | Downloaded progenitor v0.9.1 |
1062 | 2025-02-28T23:43:33.460Z | Downloaded progenitor v0.8.0 |
1063 | 2025-02-28T23:43:33.463Z | Downloaded zerocopy v0.6.6 |
1064 | 2025-02-28T23:43:33.464Z | Downloaded crossterm v0.28.1 |
1065 | 2025-02-28T23:43:33.470Z | Downloaded tracing v0.1.40 |
1066 | 2025-02-28T23:43:33.473Z | Downloaded fragile v2.0.0 |
1067 | 2025-02-28T23:43:33.478Z | Downloaded fallible-streaming-iterator v0.1.9 |
1068 | 2025-02-28T23:43:33.478Z | Downloaded universal-hash v0.5.1 |
1069 | 2025-02-28T23:43:33.482Z | Downloaded siphasher v0.3.11 |
1070 | 2025-02-28T23:43:33.482Z | Downloaded rustls-pemfile v2.2.0 |
1071 | 2025-02-28T23:43:33.482Z | Downloaded predicates v3.1.2 |
1072 | 2025-02-28T23:43:33.485Z | Downloaded futures v0.3.31 |
1073 | 2025-02-28T23:43:33.488Z | Downloaded encoding_rs v0.8.34 |
1074 | 2025-02-28T23:43:33.509Z | Downloaded ed25519-dalek v2.1.1 |
1075 | 2025-02-28T23:43:33.513Z | Downloaded pkcs1 v0.7.5 |
1076 | 2025-02-28T23:43:33.517Z | Downloaded pkcs5 v0.7.1 |
1077 | 2025-02-28T23:43:33.520Z | Downloaded tinyvec_macros v0.1.1 |
1078 | 2025-02-28T23:43:33.520Z | Downloaded termios v0.3.3 |
1079 | 2025-02-28T23:43:33.520Z | Downloaded signature v2.2.0 |
1080 | 2025-02-28T23:43:33.523Z | Downloaded uzers v0.12.1 |
1081 | 2025-02-28T23:43:33.524Z | Downloaded steno v0.4.1 |
1082 | 2025-02-28T23:43:33.527Z | Downloaded unicode-segmentation v1.12.0 |
1083 | 2025-02-28T23:43:33.530Z | Downloaded derive_builder_core v0.20.2 |
1084 | 2025-02-28T23:43:33.533Z | Downloaded libxml v0.3.3 |
1085 | 2025-02-28T23:43:33.536Z | Downloaded rustversion v1.0.17 |
1086 | 2025-02-28T23:43:33.539Z | Downloaded strum_macros v0.26.4 |
1087 | 2025-02-28T23:43:33.543Z | Downloaded predicates-tree v1.0.11 |
1088 | 2025-02-28T23:43:33.543Z | Downloaded predicates-core v1.0.8 |
1089 | 2025-02-28T23:43:33.543Z | Downloaded tracing-attributes v0.1.27 |
1090 | 2025-02-28T23:43:33.546Z | Downloaded diff v0.1.13 |
1091 | 2025-02-28T23:43:33.549Z | Downloaded snafu-derive v0.8.5 |
1092 | 2025-02-28T23:43:33.549Z | Downloaded num_enum_derive v0.5.11 |
1093 | 2025-02-28T23:43:33.552Z | Downloaded num_enum v0.5.11 |
1094 | 2025-02-28T23:43:33.555Z | Downloaded resolv-conf v0.7.0 |
1095 | 2025-02-28T23:43:33.558Z | Downloaded thiserror-no-std v2.0.2 |
1096 | 2025-02-28T23:43:33.561Z | Downloaded strum_macros v0.25.3 |
1097 | 2025-02-28T23:43:33.565Z | Downloaded slog-json v2.6.1 |
1098 | 2025-02-28T23:43:33.566Z | Downloaded slog-envlogger v2.2.0 |
1099 | 2025-02-28T23:43:33.569Z | Downloaded dirs-next v2.0.0 |
1100 | 2025-02-28T23:43:33.569Z | Downloaded whoami v1.5.2 |
1101 | 2025-02-28T23:43:33.569Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1102 | 2025-02-28T23:43:33.626Z | Downloaded pin-project v1.1.6 |
1103 | 2025-02-28T23:43:33.636Z | Downloaded vte v0.11.1 |
1104 | 2025-02-28T23:43:33.640Z | Downloaded mio v1.0.2 |
1105 | 2025-02-28T23:43:33.643Z | Downloaded rcgen v0.12.1 |
1106 | 2025-02-28T23:43:33.646Z | Downloaded dirs-sys-next v0.1.2 |
1107 | 2025-02-28T23:43:33.649Z | Downloaded zeroize_derive v1.4.2 |
1108 | 2025-02-28T23:43:33.649Z | Downloaded zeroize v1.8.1 |
1109 | 2025-02-28T23:43:33.649Z | Downloaded unarray v0.1.4 |
1110 | 2025-02-28T23:43:33.652Z | Downloaded nu-ansi-term v0.50.1 |
1111 | 2025-02-28T23:43:33.652Z | Downloaded derive_more v0.99.18 |
1112 | 2025-02-28T23:43:33.656Z | Downloaded postgres-protocol v0.6.7 |
1113 | 2025-02-28T23:43:33.658Z | Downloaded pin-project-lite v0.2.14 |
1114 | 2025-02-28T23:43:33.661Z | Downloaded pin-project-internal v1.1.6 |
1115 | 2025-02-28T23:43:33.665Z | Downloaded password-hash v0.4.2 |
1116 | 2025-02-28T23:43:33.668Z | Downloaded unicode-properties v0.1.3 |
1117 | 2025-02-28T23:43:33.668Z | Downloaded hickory-resolver v0.24.2 |
1118 | 2025-02-28T23:43:33.671Z | Downloaded password-hash v0.5.0 |
1119 | 2025-02-28T23:43:33.674Z | Downloaded native-tls v0.2.12 |
1120 | 2025-02-28T23:43:33.677Z | Downloaded test-strategy v0.3.1 |
1121 | 2025-02-28T23:43:33.680Z | Downloaded ron v0.8.1 |
1122 | 2025-02-28T23:43:33.683Z | Downloaded base64 v0.21.7 |
1123 | 2025-02-28T23:43:33.687Z | Downloaded compact_str v0.8.0 |
1124 | 2025-02-28T23:43:33.690Z | Downloaded base64 v0.22.1 |
1125 | 2025-02-28T23:43:33.695Z | Downloaded backtrace v0.3.74 |
1126 | 2025-02-28T23:43:33.699Z | Downloaded serde-hex v0.1.0 |
1127 | 2025-02-28T23:43:33.702Z | Downloaded slog-stdlog v4.1.1 |
1128 | 2025-02-28T23:43:33.702Z | Downloaded displaydoc v0.2.5 |
1129 | 2025-02-28T23:43:33.705Z | Downloaded vsss-rs v3.3.4 |
1130 | 2025-02-28T23:43:33.708Z | Downloaded headers-core v0.3.0 |
1131 | 2025-02-28T23:43:33.708Z | Downloaded fd-lock v4.0.2 |
1132 | 2025-02-28T23:43:33.711Z | Downloaded psl-types v2.0.11 |
1133 | 2025-02-28T23:43:33.711Z | Downloaded proc-macro-crate v1.3.1 |
1134 | 2025-02-28T23:43:33.715Z | Downloaded defmt v0.3.8 |
1135 | 2025-02-28T23:43:33.718Z | Downloaded allocator-api2 v0.2.18 |
1136 | 2025-02-28T23:43:33.718Z | Downloaded indicatif v0.17.11 |
1137 | 2025-02-28T23:43:33.721Z | Downloaded bytes v1.9.0 |
1138 | 2025-02-28T23:43:33.725Z | Downloaded ahash v0.8.11 |
1139 | 2025-02-28T23:43:33.728Z | Downloaded serde-big-array v0.5.1 |
1140 | 2025-02-28T23:43:33.731Z | Downloaded salsa20 v0.10.2 |
1141 | 2025-02-28T23:43:33.734Z | Downloaded futures-task v0.3.31 |
1142 | 2025-02-28T23:43:33.734Z | Downloaded ed25519 v2.2.3 |
1143 | 2025-02-28T23:43:33.737Z | Downloaded xattr v1.3.1 |
1144 | 2025-02-28T23:43:33.737Z | Downloaded mockall_derive v0.13.0 |
1145 | 2025-02-28T23:43:33.741Z | Downloaded icu_locid_transform_data v1.5.0 |
1146 | 2025-02-28T23:43:33.741Z | Downloaded icu_locid v1.5.0 |
1147 | 2025-02-28T23:43:33.745Z | Downloaded crossbeam-utils v0.8.20 |
1148 | 2025-02-28T23:43:33.748Z | Downloaded crc-any v2.5.0 |
1149 | 2025-02-28T23:43:33.752Z | Downloaded const-oid v0.9.6 |
1150 | 2025-02-28T23:43:33.754Z | Downloaded shlex v1.3.0 |
1151 | 2025-02-28T23:43:33.755Z | Downloaded shell-words v1.1.0 |
1152 | 2025-02-28T23:43:33.758Z | Downloaded sec1 v0.7.3 |
1153 | 2025-02-28T23:43:33.761Z | Downloaded hmac v0.12.1 |
1154 | 2025-02-28T23:43:33.761Z | Downloaded stable_deref_trait v1.2.0 |
1155 | 2025-02-28T23:43:33.761Z | Downloaded multer v3.1.0 |
1156 | 2025-02-28T23:43:33.764Z | Downloaded libloading v0.8.5 |
1157 | 2025-02-28T23:43:33.767Z | Downloaded lazy_static v1.5.0 |
1158 | 2025-02-28T23:43:33.767Z | Downloaded jobserver v0.1.32 |
1159 | 2025-02-28T23:43:33.770Z | Downloaded iana-time-zone v0.1.61 |
1160 | 2025-02-28T23:43:33.773Z | Downloaded hyper-staticfile v0.10.1 |
1161 | 2025-02-28T23:43:33.773Z | Downloaded csv-core v0.1.11 |
1162 | 2025-02-28T23:43:33.776Z | Downloaded constant_time_eq v0.3.1 |
1163 | 2025-02-28T23:43:33.776Z | Downloaded cobs v0.2.3 |
1164 | 2025-02-28T23:43:33.776Z | Downloaded libefi-sys v0.1.0 |
1165 | 2025-02-28T23:43:33.779Z | Downloaded is-terminal v0.4.13 |
1166 | 2025-02-28T23:43:33.779Z | Downloaded kstat-rs v0.2.4 |
1167 | 2025-02-28T23:43:33.779Z | Downloaded indent_write v2.2.0 |
1168 | 2025-02-28T23:43:33.782Z | Downloaded async-bb8-diesel v0.2.1 |
1169 | 2025-02-28T23:43:33.782Z | Downloaded arrayvec v0.7.6 |
1170 | 2025-02-28T23:43:33.785Z | Downloaded ctr v0.9.2 |
1171 | 2025-02-28T23:43:33.788Z | Downloaded castaway v0.2.3 |
1172 | 2025-02-28T23:43:33.788Z | Downloaded async-trait v0.1.85 |
1173 | 2025-02-28T23:43:33.791Z | Downloaded argon2 v0.5.3 |
1174 | 2025-02-28T23:43:33.791Z | Downloaded base16ct v0.2.0 |
1175 | 2025-02-28T23:43:33.795Z | Downloaded managed v0.8.0 |
1176 | 2025-02-28T23:43:33.795Z | Downloaded lru-cache v0.1.2 |
1177 | 2025-02-28T23:43:33.798Z | Downloaded lazycell v1.3.0 |
1178 | 2025-02-28T23:43:33.798Z | Downloaded internet-checksum v0.2.1 |
1179 | 2025-02-28T23:43:33.798Z | Downloaded instability v0.3.2 |
1180 | 2025-02-28T23:43:33.798Z | Downloaded inout v0.1.3 |
1181 | 2025-02-28T23:43:33.801Z | Downloaded crc v3.2.1 |
1182 | 2025-02-28T23:43:33.801Z | Downloaded convert_case v0.4.0 |
1183 | 2025-02-28T23:43:33.804Z | Downloaded cipher v0.4.4 |
1184 | 2025-02-28T23:43:33.804Z | Downloaded cbc v0.1.2 |
1185 | 2025-02-28T23:43:33.807Z | Downloaded buf-list v1.0.3 |
1186 | 2025-02-28T23:43:33.808Z | Downloaded indoc v1.0.9 |
1187 | 2025-02-28T23:43:33.811Z | Downloaded bit-vec v0.6.3 |
1188 | 2025-02-28T23:43:33.811Z | Downloaded hostname v0.4.0 |
1189 | 2025-02-28T23:43:33.814Z | Downloaded home v0.5.9 |
1190 | 2025-02-28T23:43:33.814Z | Downloaded hex-literal v0.4.1 |
1191 | 2025-02-28T23:43:33.814Z | Downloaded chrono-tz-build v0.4.0 |
1192 | 2025-02-28T23:43:33.817Z | Downloaded ascii-canvas v3.0.0 |
1193 | 2025-02-28T23:43:33.948Z | Downloaded ring v0.17.8 |
1194 | 2025-02-28T23:43:34.018Z | Downloaded libsqlite3-sys v0.30.1 |
1195 | 2025-02-28T23:43:34.344Z | Downloaded aws-lc-sys v0.22.0 |
1196 | 2025-02-28T23:43:34.666Z | Compiling serde v1.0.217 |
1197 | 2025-02-28T23:43:34.670Z | Compiling lock_api v0.4.12 |
1198 | 2025-02-28T23:43:34.670Z | Compiling value-bag v1.9.0 |
1199 | 2025-02-28T23:43:34.670Z | Compiling scopeguard v1.2.0 |
1200 | 2025-02-28T23:43:34.670Z | Compiling typenum v1.17.0 |
1201 | 2025-02-28T23:43:34.829Z | Compiling generic-array v0.14.7 |
1202 | 2025-02-28T23:43:34.892Z | Compiling syn v2.0.96 |
1203 | 2025-02-28T23:43:34.908Z | Compiling getrandom v0.2.15 |
1204 | 2025-02-28T23:43:34.985Z | Compiling subtle v2.6.1 |
1205 | 2025-02-28T23:43:35.243Z | Compiling log v0.4.22 |
1206 | 2025-02-28T23:43:35.312Z | Compiling rand_core v0.6.4 |
1207 | 2025-02-28T23:43:35.347Z | Compiling shlex v1.3.0 |
1208 | 2025-02-28T23:43:35.394Z | Compiling jobserver v0.1.32 |
1209 | 2025-02-28T23:43:35.428Z | Compiling smallvec v1.13.2 |
1210 | 2025-02-28T23:43:35.698Z | Compiling const-oid v0.9.6 |
1211 | 2025-02-28T23:43:35.718Z | Compiling pin-project-lite v0.2.14 |
1212 | 2025-02-28T23:43:35.788Z | Compiling cc v1.1.30 |
1213 | 2025-02-28T23:43:35.828Z | Compiling rustix v0.38.37 |
1214 | 2025-02-28T23:43:35.848Z | Compiling spin v0.9.8 |
1215 | 2025-02-28T23:43:35.970Z | Compiling parking_lot_core v0.9.10 |
1216 | 2025-02-28T23:43:36.196Z | Compiling futures-core v0.3.31 |
1217 | 2025-02-28T23:43:36.230Z | Compiling signal-hook-registry v1.4.2 |
1218 | 2025-02-28T23:43:36.423Z | Compiling mio v1.0.2 |
1219 | 2025-02-28T23:43:36.677Z | Compiling aho-corasick v1.1.3 |
1220 | 2025-02-28T23:43:36.903Z | Compiling parking_lot v0.12.3 |
1221 | 2025-02-28T23:43:37.018Z | Compiling cpufeatures v0.2.14 |
1222 | 2025-02-28T23:43:37.134Z | Compiling regex-syntax v0.8.5 |
1223 | 2025-02-28T23:43:37.168Z | Compiling either v1.13.0 |
1224 | 2025-02-28T23:43:37.482Z | Compiling stable_deref_trait v1.2.0 |
1225 | 2025-02-28T23:43:37.577Z | Compiling futures-sink v0.3.31 |
1226 | 2025-02-28T23:43:37.603Z | Compiling glob v0.3.2 |
1227 | 2025-02-28T23:43:37.671Z | Compiling socket2 v0.5.7 |
1228 | 2025-02-28T23:43:37.728Z | Compiling slab v0.4.9 |
1229 | 2025-02-28T23:43:37.756Z | Compiling prettyplease v0.2.25 |
1230 | 2025-02-28T23:43:38.197Z | Compiling lazy_static v1.5.0 |
1231 | 2025-02-28T23:43:38.283Z | Compiling minimal-lexical v0.2.1 |
1232 | 2025-02-28T23:43:38.336Z | Compiling serde_json v1.0.135 |
1233 | 2025-02-28T23:43:38.609Z | Compiling clang-sys v1.8.1 |
1234 | 2025-02-28T23:43:38.687Z | Compiling nom v7.1.3 |
1235 | 2025-02-28T23:43:38.792Z | Compiling libloading v0.8.5 |
1236 | 2025-02-28T23:43:38.916Z | Compiling home v0.5.9 |
1237 | 2025-02-28T23:43:39.175Z | Compiling bindgen v0.69.5 |
1238 | 2025-02-28T23:43:39.201Z | Compiling futures-channel v0.3.31 |
1239 | 2025-02-28T23:43:39.458Z | Compiling itertools v0.12.1 |
1240 | 2025-02-28T23:43:39.605Z | Compiling allocator-api2 v0.2.18 |
1241 | 2025-02-28T23:43:40.063Z | Compiling rustc-hash v1.1.0 |
1242 | 2025-02-28T23:43:40.241Z | Compiling foldhash v0.1.3 |
1243 | 2025-02-28T23:43:40.318Z | Compiling lazycell v1.3.0 |
1244 | 2025-02-28T23:43:40.509Z | Compiling libm v0.2.8 |
1245 | 2025-02-28T23:43:40.556Z | Compiling futures-task v0.3.31 |
1246 | 2025-02-28T23:43:40.832Z | Compiling pin-utils v0.1.0 |
1247 | 2025-02-28T23:43:40.859Z | Compiling futures-io v0.3.31 |
1248 | 2025-02-28T23:43:40.931Z | Compiling regex-automata v0.4.8 |
1249 | 2025-02-28T23:43:41.149Z | Compiling hashbrown v0.15.1 |
1250 | 2025-02-28T23:43:41.442Z | Compiling cmake v0.1.51 |
1251 | 2025-02-28T23:43:42.068Z | Compiling cexpr v0.6.0 |
1252 | 2025-02-28T23:43:42.343Z | Compiling synstructure v0.13.1 |
1253 | 2025-02-28T23:43:42.387Z | Compiling num-traits v0.2.19 |
1254 | 2025-02-28T23:43:42.683Z | Compiling pkg-config v0.3.31 |
1255 | 2025-02-28T23:43:43.375Z | Compiling fs_extra v1.3.0 |
1256 | 2025-02-28T23:43:43.760Z | Compiling dunce v1.0.5 |
1257 | 2025-02-28T23:43:43.935Z | Compiling writeable v0.5.5 |
1258 | 2025-02-28T23:43:44.090Z | Compiling litemap v0.7.3 |
1259 | 2025-02-28T23:43:44.110Z | Compiling ring v0.17.8 |
1260 | 2025-02-28T23:43:44.470Z | Compiling base64ct v1.6.0 |
1261 | 2025-02-28T23:43:44.491Z | Compiling paste v1.0.15 |
1262 | 2025-02-28T23:43:45.102Z | Compiling pem-rfc7468 v0.7.0 |
1263 | 2025-02-28T23:43:45.136Z | Compiling flagset v0.4.6 |
1264 | 2025-02-28T23:43:45.236Z | Compiling icu_locid_transform_data v1.5.0 |
1265 | 2025-02-28T23:43:45.335Z | Compiling aws-lc-rs v1.10.0 |
1266 | 2025-02-28T23:43:45.353Z | Compiling httparse v1.9.5 |
1267 | 2025-02-28T23:43:45.754Z | Compiling tracing-core v0.1.32 |
1268 | 2025-02-28T23:43:46.055Z | Compiling percent-encoding v2.3.1 |
1269 | 2025-02-28T23:43:46.349Z | Compiling regex v1.11.1 |
1270 | 2025-02-28T23:43:46.544Z | Compiling icu_properties_data v1.5.0 |
1271 | 2025-02-28T23:43:46.783Z | Compiling rustls-pki-types v1.10.0 |
1272 | 2025-02-28T23:43:46.805Z | Compiling crossbeam-utils v0.8.20 |
1273 | 2025-02-28T23:43:47.287Z | Compiling utf8_iter v1.0.4 |
1274 | 2025-02-28T23:43:47.355Z | Compiling num-conv v0.1.0 |
1275 | 2025-02-28T23:43:47.508Z | Compiling time-core v0.1.2 |
1276 | 2025-02-28T23:43:47.596Z | Compiling serde_derive v1.0.217 |
1277 | 2025-02-28T23:43:47.618Z | Compiling zeroize_derive v1.4.2 |
1278 | 2025-02-28T23:43:47.621Z | Compiling zerocopy-derive v0.7.35 |
1279 | 2025-02-28T23:43:47.677Z | Compiling tokio-macros v2.5.0 |
1280 | 2025-02-28T23:43:47.697Z | Compiling zerofrom-derive v0.1.4 |
1281 | 2025-02-28T23:43:49.020Z | Compiling zeroize v1.8.1 |
1282 | 2025-02-28T23:43:49.185Z | Compiling yoke-derive v0.7.4 |
1283 | 2025-02-28T23:43:49.672Z | Compiling zerocopy v0.7.35 |
1284 | 2025-02-28T23:43:49.870Z | Compiling zerovec-derive v0.10.3 |
1285 | 2025-02-28T23:43:50.646Z | Compiling crypto-common v0.1.6 |
1286 | 2025-02-28T23:43:50.860Z | Compiling block-buffer v0.10.4 |
1287 | 2025-02-28T23:43:50.989Z | Compiling thiserror-impl v1.0.69 |
1288 | 2025-02-28T23:43:51.130Z | Compiling digest v0.10.7 |
1289 | 2025-02-28T23:43:51.209Z | Compiling zerofrom v0.1.4 |
1290 | 2025-02-28T23:43:51.379Z | Compiling futures-macro v0.3.31 |
1291 | 2025-02-28T23:43:51.435Z | Compiling displaydoc v0.2.5 |
1292 | 2025-02-28T23:43:51.585Z | Compiling hmac v0.12.1 |
1293 | 2025-02-28T23:43:51.791Z | Compiling yoke v0.7.4 |
1294 | 2025-02-28T23:43:51.842Z | Compiling block-padding v0.3.3 |
1295 | 2025-02-28T23:43:51.874Z | Compiling sha2 v0.10.8 |
1296 | 2025-02-28T23:43:52.078Z | Compiling inout v0.1.3 |
1297 | 2025-02-28T23:43:52.144Z | Compiling icu_provider_macros v1.5.0 |
1298 | 2025-02-28T23:43:52.325Z | Compiling zerovec v0.10.4 |
1299 | 2025-02-28T23:43:52.329Z | Compiling cipher v0.4.4 |
1300 | 2025-02-28T23:43:52.845Z | Compiling ppv-lite86 v0.2.20 |
1301 | 2025-02-28T23:43:52.941Z | Compiling der_derive v0.7.3 |
1302 | 2025-02-28T23:43:53.266Z | Compiling tracing-attributes v0.1.27 |
1303 | 2025-02-28T23:43:53.287Z | Compiling futures-util v0.3.31 |
1304 | 2025-02-28T23:43:53.665Z | Compiling rand_chacha v0.3.1 |
1305 | 2025-02-28T23:43:54.026Z | Compiling thiserror v1.0.69 |
1306 | 2025-02-28T23:43:54.169Z | Compiling tinystr v0.7.6 |
1307 | 2025-02-28T23:43:54.421Z | Compiling icu_collections v1.5.0 |
1308 | 2025-02-28T23:43:54.565Z | Compiling icu_locid v1.5.0 |
1309 | 2025-02-28T23:43:55.260Z | Compiling der v0.7.9 |
1310 | 2025-02-28T23:43:55.529Z | Compiling pest v2.7.14 |
1311 | 2025-02-28T23:43:55.735Z | Compiling icu_provider v1.5.0 |
1312 | 2025-02-28T23:43:55.893Z | Compiling rand v0.8.5 |
1313 | 2025-02-28T23:43:56.629Z | Compiling icu_locid_transform v1.5.0 |
1314 | 2025-02-28T23:43:56.689Z | Compiling tracing v0.1.40 |
1315 | 2025-02-28T23:43:56.714Z | Compiling salsa20 v0.10.2 |
1316 | 2025-02-28T23:43:56.935Z | Compiling pbkdf2 v0.12.2 |
1317 | 2025-02-28T23:43:57.103Z | Compiling mirai-annotations v1.12.0 |
1318 | 2025-02-28T23:43:57.182Z | Compiling vcpkg v0.2.15 |
1319 | 2025-02-28T23:43:57.310Z | Compiling spki v0.7.3 |
1320 | 2025-02-28T23:43:57.696Z | Compiling untrusted v0.9.0 |
1321 | 2025-02-28T23:43:57.890Z | Compiling icu_properties v1.5.1 |
1322 | 2025-02-28T23:43:57.916Z | Compiling untrusted v0.7.1 |
1323 | 2025-02-28T23:43:58.137Z | Compiling powerfmt v0.2.0 |
1324 | 2025-02-28T23:43:58.312Z | Compiling write16 v1.0.0 |
1325 | 2025-02-28T23:43:58.464Z | Compiling icu_normalizer_data v1.5.0 |
1326 | 2025-02-28T23:43:58.533Z | Compiling utf16_iter v1.0.5 |
1327 | 2025-02-28T23:43:58.585Z | Compiling deranged v0.3.11 |
1328 | 2025-02-28T23:43:58.650Z | Compiling pest_meta v2.7.14 |
1329 | 2025-02-28T23:43:58.743Z | Compiling scrypt v0.11.0 |
1330 | 2025-02-28T23:43:59.008Z | Compiling cbc v0.1.2 |
1331 | 2025-02-28T23:43:59.071Z | Compiling openssl-sys v0.9.104 |
1332 | 2025-02-28T23:43:59.253Z | Compiling aes v0.8.4 |
1333 | 2025-02-28T23:43:59.277Z | Compiling time-macros v0.2.18 |
1334 | 2025-02-28T23:44:00.041Z | Compiling scroll_derive v0.12.0 |
1335 | 2025-02-28T23:44:00.636Z | Compiling bitflags v2.6.0 |
1336 | 2025-02-28T23:44:01.081Z | Compiling bytes v1.9.0 |
1337 | 2025-02-28T23:44:02.053Z | Compiling tokio v1.43.0 |
1338 | 2025-02-28T23:44:02.097Z | Compiling indexmap v2.7.1 |
1339 | 2025-02-28T23:44:02.257Z | Compiling http v1.2.0 |
1340 | 2025-02-28T23:44:02.281Z | Compiling semver v1.0.24 |
1341 | 2025-02-28T23:44:02.524Z | Compiling icu_normalizer v1.5.0 |
1342 | 2025-02-28T23:44:02.980Z | Compiling rustc_version v0.4.1 |
1343 | 2025-02-28T23:44:03.066Z | Compiling tinyvec_macros v0.1.1 |
1344 | 2025-02-28T23:44:03.191Z | Compiling atomic-waker v1.1.2 |
1345 | 2025-02-28T23:44:03.413Z | Compiling num_threads v0.1.7 |
1346 | 2025-02-28T23:44:03.421Z | Compiling tinyvec v1.8.0 |
1347 | 2025-02-28T23:44:03.544Z | Compiling time v0.3.36 |
1348 | 2025-02-28T23:44:03.716Z | Compiling http-body v1.0.1 |
1349 | 2025-02-28T23:44:03.968Z | Compiling idna_adapter v1.2.0 |
1350 | 2025-02-28T23:44:04.206Z | Compiling scroll v0.12.0 |
1351 | 2025-02-28T23:44:04.288Z | Compiling pkcs5 v0.7.1 |
1352 | 2025-02-28T23:44:04.456Z | Compiling pest_generator v2.7.14 |
1353 | 2025-02-28T23:44:04.506Z | Compiling form_urlencoded v1.2.1 |
1354 | 2025-02-28T23:44:04.744Z | Compiling slog v2.7.0 |
1355 | 2025-02-28T23:44:04.819Z | Compiling which v4.4.2 |
1356 | 2025-02-28T23:44:04.942Z | Compiling try-lock v0.2.5 |
1357 | 2025-02-28T23:44:05.096Z | Compiling want v0.3.1 |
1358 | 2025-02-28T23:44:05.393Z | Compiling pkcs8 v0.10.2 |
1359 | 2025-02-28T23:44:05.414Z | Compiling goblin v0.8.2 |
1360 | 2025-02-28T23:44:05.439Z | Compiling idna v1.0.3 |
1361 | 2025-02-28T23:44:05.977Z | Compiling uuid v1.12.0 |
1362 | 2025-02-28T23:44:06.048Z | Compiling iana-time-zone v0.1.61 |
1363 | 2025-02-28T23:44:06.338Z | Compiling pest_derive v2.7.14 |
1364 | 2025-02-28T23:44:06.447Z | Compiling httpdate v1.0.3 |
1365 | 2025-02-28T23:44:06.912Z | Compiling chrono v0.4.39 |
1366 | 2025-02-28T23:44:07.129Z | Compiling dtrace-parser v0.2.0 |
1367 | 2025-02-28T23:44:07.468Z | Compiling serde_spanned v0.6.8 |
1368 | 2025-02-28T23:44:07.718Z | Compiling toml_datetime v0.6.8 |
1369 | 2025-02-28T23:44:07.808Z | Compiling serde_tokenstream v0.2.2 |
1370 | 2025-02-28T23:44:08.221Z | Compiling adler2 v2.0.0 |
1371 | 2025-02-28T23:44:08.243Z | Compiling tower-service v0.3.3 |
1372 | 2025-02-28T23:44:08.385Z | Compiling openssl v0.10.66 |
1373 | 2025-02-28T23:44:08.388Z | Compiling foreign-types-shared v0.1.1 |
1374 | 2025-02-28T23:44:08.438Z | Compiling rustversion v1.0.17 |
1375 | 2025-02-28T23:44:08.537Z | Compiling match_cfg v0.1.0 |
1376 | 2025-02-28T23:44:08.646Z | Compiling base64 v0.22.1 |
1377 | 2025-02-28T23:44:08.829Z | Compiling hostname v0.3.1 |
1378 | 2025-02-28T23:44:09.032Z | Compiling foreign-types v0.3.2 |
1379 | 2025-02-28T23:44:09.057Z | Compiling miniz_oxide v0.8.0 |
1380 | 2025-02-28T23:44:09.135Z | Compiling url v2.5.3 |
1381 | 2025-02-28T23:44:09.317Z | Compiling async-trait v0.1.85 |
1382 | 2025-02-28T23:44:10.331Z | Compiling tokio-util v0.7.12 |
1383 | 2025-02-28T23:44:10.399Z | Compiling openssl-macros v0.1.1 |
1384 | 2025-02-28T23:44:10.495Z | Compiling serde_derive_internals v0.29.1 |
1385 | 2025-02-28T23:44:10.963Z | Compiling dirs-sys-next v0.1.2 |
1386 | 2025-02-28T23:44:11.135Z | Compiling dof v0.3.0 |
1387 | 2025-02-28T23:44:11.506Z | Compiling h2 v0.4.6 |
1388 | 2025-02-28T23:44:11.567Z | Compiling rustls v0.22.4 |
1389 | 2025-02-28T23:44:11.839Z | Compiling schemars v0.8.21 |
1390 | 2025-02-28T23:44:11.859Z | Compiling syn v1.0.109 |
1391 | 2025-02-28T23:44:12.177Z | Compiling usdt-impl v0.5.0 |
1392 | 2025-02-28T23:44:12.451Z | Compiling siphasher v0.3.11 |
1393 | 2025-02-28T23:44:12.814Z | Compiling data-encoding v2.6.0 |
1394 | 2025-02-28T23:44:12.834Z | Compiling native-tls v0.2.12 |
1395 | 2025-02-28T23:44:12.946Z | Compiling rustls v0.23.19 |
1396 | 2025-02-28T23:44:13.232Z | Compiling schemars_derive v0.8.21 |
1397 | 2025-02-28T23:44:13.420Z | Compiling dirs-next v2.0.0 |
1398 | 2025-02-28T23:44:14.698Z | Compiling unicode-normalization v0.1.24 |
1399 | 2025-02-28T23:44:14.881Z | Compiling http-body-util v0.1.2 |
1400 | 2025-02-28T23:44:14.924Z | Compiling heapless v0.7.17 |
1401 | 2025-02-28T23:44:15.331Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2025-02-28T23:44:15.356Z | Compiling signature v2.2.0 |
1403 | 2025-02-28T23:44:15.376Z | Compiling sha1 v0.10.6 |
1404 | 2025-02-28T23:44:15.645Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1405 | 2025-02-28T23:44:15.795Z | Compiling thread_local v1.1.8 |
1406 | 2025-02-28T23:44:15.817Z | Compiling cookie v0.18.1 |
1407 | 2025-02-28T23:44:15.980Z | Compiling encoding_rs v0.8.34 |
1408 | 2025-02-28T23:44:16.104Z | Compiling multer v3.1.0 |
1409 | 2025-02-28T23:44:16.128Z | Compiling unicode-bidi v0.3.17 |
1410 | 2025-02-28T23:44:16.425Z | Compiling unicode-properties v0.1.3 |
1411 | 2025-02-28T23:44:16.434Z | Compiling openssl-probe v0.1.5 |
1412 | 2025-02-28T23:44:16.434Z | Compiling gimli v0.31.1 |
1413 | 2025-02-28T23:44:16.605Z | Compiling slog-async v2.8.0 |
1414 | 2025-02-28T23:44:16.692Z | Compiling signal-hook v0.3.17 |
1415 | 2025-02-28T23:44:16.978Z | Compiling mime v0.3.17 |
1416 | 2025-02-28T23:44:17.101Z | Compiling rayon-core v1.12.1 |
1417 | 2025-02-28T23:44:17.324Z | Compiling ipnet v2.10.1 |
1418 | 2025-02-28T23:44:17.401Z | Compiling dyn-clone v1.0.17 |
1419 | 2025-02-28T23:44:17.660Z | Compiling stringprep v0.1.5 |
1420 | 2025-02-28T23:44:18.456Z | Compiling hyper v1.5.2 |
1421 | 2025-02-28T23:44:18.750Z | Compiling toml_edit v0.22.22 |
1422 | 2025-02-28T23:44:20.823Z | Compiling hyper-util v0.1.10 |
1423 | 2025-02-28T23:44:21.069Z | Compiling addr2line v0.24.2 |
1424 | 2025-02-28T23:44:21.358Z | Compiling crossbeam-deque v0.8.5 |
1425 | 2025-02-28T23:44:21.624Z | Compiling usdt-macro v0.5.0 |
1426 | 2025-02-28T23:44:21.689Z | Compiling usdt-attr-macro v0.5.0 |
1427 | 2025-02-28T23:44:21.710Z | Compiling term v0.7.0 |
1428 | 2025-02-28T23:44:22.953Z | Compiling slog-json v2.6.1 |
1429 | 2025-02-28T23:44:22.978Z | Compiling serde_urlencoded v0.7.1 |
1430 | 2025-02-28T23:44:22.995Z | Compiling curve25519-dalek v4.1.3 |
1431 | 2025-02-28T23:44:23.195Z | Compiling crossbeam-channel v0.5.13 |
1432 | 2025-02-28T23:44:23.355Z | Compiling enum-as-inner v0.6.1 |
1433 | 2025-02-28T23:44:23.526Z | Compiling futures-executor v0.3.31 |
1434 | 2025-02-28T23:44:23.647Z | Compiling md-5 v0.10.6 |
1435 | 2025-02-28T23:44:23.711Z | Compiling async-stream-impl v0.3.6 |
1436 | 2025-02-28T23:44:23.930Z | Compiling rustls-pemfile v2.2.0 |
1437 | 2025-02-28T23:44:24.042Z | Compiling num-integer v0.1.46 |
1438 | 2025-02-28T23:44:24.217Z | Compiling hash32 v0.2.1 |
1439 | 2025-02-28T23:44:24.276Z | Compiling ff v0.13.0 |
1440 | 2025-02-28T23:44:24.433Z | Compiling is-terminal v0.4.13 |
1441 | 2025-02-28T23:44:24.507Z | Compiling object v0.36.5 |
1442 | 2025-02-28T23:44:24.566Z | Compiling dropshot v0.12.0 |
1443 | 2025-02-28T23:44:24.569Z | Compiling anyhow v1.0.95 |
1444 | 2025-02-28T23:44:24.766Z | Compiling base16ct v0.2.0 |
1445 | 2025-02-28T23:44:24.841Z | Compiling litrs v0.4.1 |
1446 | 2025-02-28T23:44:24.956Z | Compiling smoltcp v0.9.1 |
1447 | 2025-02-28T23:44:25.088Z | Compiling psl-types v2.0.11 |
1448 | 2025-02-28T23:44:25.185Z | Compiling fallible-iterator v0.2.0 |
1449 | 2025-02-28T23:44:25.303Z | Compiling rustc-demangle v0.1.24 |
1450 | 2025-02-28T23:44:25.610Z | Compiling quick-error v1.2.3 |
1451 | 2025-02-28T23:44:25.770Z | Compiling utf-8 v0.7.6 |
1452 | 2025-02-28T23:44:25.825Z | Compiling num-bigint-dig v0.8.4 |
1453 | 2025-02-28T23:44:25.938Z | Compiling linked-hash-map v0.5.6 |
1454 | 2025-02-28T23:44:26.089Z | Compiling take_mut v0.2.2 |
1455 | 2025-02-28T23:44:26.143Z | Compiling portable-atomic v1.9.0 |
1456 | 2025-02-28T23:44:26.254Z | Compiling lru-cache v0.1.2 |
1457 | 2025-02-28T23:44:26.320Z | Compiling tungstenite v0.24.0 |
1458 | 2025-02-28T23:44:26.342Z | Compiling document-features v0.2.10 |
1459 | 2025-02-28T23:44:26.453Z | Compiling postgres-protocol v0.6.7 |
1460 | 2025-02-28T23:44:27.194Z | Compiling resolv-conf v0.7.0 |
1461 | 2025-02-28T23:44:27.392Z | Compiling publicsuffix v2.3.0 |
1462 | 2025-02-28T23:44:27.680Z | Compiling sec1 v0.7.3 |
1463 | 2025-02-28T23:44:27.709Z | Compiling async-stream v0.3.6 |
1464 | 2025-02-28T23:44:27.895Z | Compiling slog-term v2.9.1 |
1465 | 2025-02-28T23:44:27.951Z | Compiling num-iter v0.1.45 |
1466 | 2025-02-28T23:44:27.991Z | Compiling usdt v0.5.0 |
1467 | 2025-02-28T23:44:28.282Z | Compiling group v0.13.0 |
1468 | 2025-02-28T23:44:28.411Z | Compiling hickory-proto v0.24.2 |
1469 | 2025-02-28T23:44:28.493Z | Compiling futures v0.3.31 |
1470 | 2025-02-28T23:44:28.624Z | Compiling slog-bunyan v2.5.0 |
1471 | 2025-02-28T23:44:28.843Z | Compiling toml v0.8.19 |
1472 | 2025-02-28T23:44:30.128Z | Compiling camino v1.1.9 |
1473 | 2025-02-28T23:44:30.214Z | Compiling tokio-native-tls v0.3.1 |
1474 | 2025-02-28T23:44:30.436Z | Compiling phf_shared v0.11.2 |
1475 | 2025-02-28T23:44:30.497Z | Compiling dropshot_endpoint v0.12.0 |
1476 | 2025-02-28T23:44:30.817Z | Compiling terminal_size v0.4.0 |
1477 | 2025-02-28T23:44:30.927Z | Compiling waitgroup v0.1.2 |
1478 | 2025-02-28T23:44:31.048Z | Compiling backtrace v0.3.74 |
1479 | 2025-02-28T23:44:31.161Z | Compiling openapiv3 v2.0.0 |
1480 | 2025-02-28T23:44:31.269Z | Compiling serde_path_to_error v0.1.16 |
1481 | 2025-02-28T23:44:31.582Z | Compiling hkdf v0.12.4 |
1482 | 2025-02-28T23:44:31.859Z | Compiling crypto-bigint v0.5.5 |
1483 | 2025-02-28T23:44:32.038Z | Compiling curve25519-dalek-derive v0.1.1 |
1484 | 2025-02-28T23:44:33.540Z | Compiling zerocopy-derive v0.6.6 |
1485 | 2025-02-28T23:44:34.106Z | Compiling webpki-roots v0.26.6 |
1486 | 2025-02-28T23:44:34.307Z | Compiling hostname v0.4.0 |
1487 | 2025-02-28T23:44:34.531Z | Compiling fs-err v2.11.0 |
1488 | 2025-02-28T23:44:34.687Z | Compiling hubpack_derive v0.1.1 |
1489 | 2025-02-28T23:44:34.730Z | Compiling crc32fast v1.4.2 |
1490 | 2025-02-28T23:44:34.818Z | Compiling ahash v0.8.11 |
1491 | 2025-02-28T23:44:35.067Z | Compiling newtype-uuid v1.2.1 |
1492 | 2025-02-28T23:44:35.162Z | Compiling unicode-width v0.2.0 |
1493 | 2025-02-28T23:44:35.184Z | Compiling managed v0.8.0 |
1494 | 2025-02-28T23:44:35.334Z | Compiling winnow v0.5.40 |
1495 | 2025-02-28T23:44:35.525Z | Compiling bitflags v1.3.2 |
1496 | 2025-02-28T23:44:35.565Z | Compiling debug-ignore v1.0.5 |
1497 | 2025-02-28T23:44:35.601Z | Compiling hubpack v0.1.2 |
1498 | 2025-02-28T23:44:35.696Z | Compiling console v0.15.10 |
1499 | 2025-02-28T23:44:35.739Z | Compiling clap_builder v4.5.27 |
1500 | 2025-02-28T23:44:36.018Z | Compiling zerocopy v0.6.6 |
1501 | 2025-02-28T23:44:36.824Z | Compiling strum_macros v0.25.3 |
1502 | 2025-02-28T23:44:37.128Z | Compiling flate2 v1.0.35 |
1503 | 2025-02-28T23:44:37.716Z | Compiling elliptic-curve v0.13.8 |
1504 | 2025-02-28T23:44:37.747Z | Compiling hickory-resolver v0.24.2 |
1505 | 2025-02-28T23:44:38.540Z | Compiling signal-hook-mio v0.2.4 |
1506 | 2025-02-28T23:44:38.724Z | Compiling toml_edit v0.19.15 |
1507 | 2025-02-28T23:44:38.897Z | Compiling phf v0.11.2 |
1508 | 2025-02-28T23:44:38.919Z | Compiling hyper-tls v0.6.0 |
1509 | 2025-02-28T23:44:39.190Z | Compiling rayon v1.10.0 |
1510 | 2025-02-28T23:44:39.311Z | Compiling cookie_store v0.21.1 |
1511 | 2025-02-28T23:44:40.726Z | Compiling bzip2 v0.4.4 |
1512 | 2025-02-28T23:44:41.115Z | Compiling tokio-tungstenite v0.24.0 |
1513 | 2025-02-28T23:44:41.673Z | Compiling postgres-types v0.2.8 |
1514 | 2025-02-28T23:44:43.478Z | Compiling ed25519 v2.2.3 |
1515 | 2025-02-28T23:44:43.639Z | Compiling phf_shared v0.10.0 |
1516 | 2025-02-28T23:44:44.011Z | Compiling tokio-stream v0.1.16 |
1517 | 2025-02-28T23:44:44.063Z | Compiling pkcs1 v0.7.5 |
1518 | 2025-02-28T23:44:44.294Z | Compiling serde-big-array v0.5.1 |
1519 | 2025-02-28T23:44:44.543Z | Compiling clap_derive v4.5.24 |
1520 | 2025-02-28T23:44:44.965Z | Compiling rfc6979 v0.4.0 |
1521 | 2025-02-28T23:44:44.995Z | Compiling derive-where v1.2.7 |
1522 | 2025-02-28T23:44:45.168Z | Compiling serde_repr v0.1.19 |
1523 | 2025-02-28T23:44:45.322Z | Compiling float-cmp v0.9.0 |
1524 | 2025-02-28T23:44:45.573Z | Compiling bstr v1.10.0 |
1525 | 2025-02-28T23:44:45.779Z | Compiling sync_wrapper v1.0.1 |
1526 | 2025-02-28T23:44:45.904Z | Compiling new_debug_unreachable v1.0.6 |
1527 | 2025-02-28T23:44:45.945Z | Compiling precomputed-hash v0.1.1 |
1528 | 2025-02-28T23:44:46.010Z | Compiling static_assertions v1.1.0 |
1529 | 2025-02-28T23:44:46.073Z | Compiling number_prefix v0.4.0 |
1530 | 2025-02-28T23:44:46.125Z | Compiling whoami v1.5.2 |
1531 | 2025-02-28T23:44:46.232Z | Compiling fixedbitset v0.4.2 |
1532 | 2025-02-28T23:44:46.321Z | Compiling difflib v0.4.0 |
1533 | 2025-02-28T23:44:46.676Z | Compiling bit-vec v0.6.3 |
1534 | 2025-02-28T23:44:46.697Z | Compiling normalize-line-endings v0.3.0 |
1535 | 2025-02-28T23:44:46.837Z | Compiling predicates-core v1.0.8 |
1536 | 2025-02-28T23:44:47.099Z | Compiling unicode-segmentation v1.12.0 |
1537 | 2025-02-28T23:44:47.164Z | Compiling predicates v3.1.2 |
1538 | 2025-02-28T23:44:47.199Z | Compiling bit-set v0.5.3 |
1539 | 2025-02-28T23:44:47.487Z | Compiling petgraph v0.6.5 |
1540 | 2025-02-28T23:44:47.730Z | Compiling tokio-postgres v0.7.12 |
1541 | 2025-02-28T23:44:47.968Z | Compiling similar v2.6.0 |
1542 | 2025-02-28T23:44:48.262Z | Compiling indicatif v0.17.11 |
1543 | 2025-02-28T23:44:48.721Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1544 | 2025-02-28T23:44:49.214Z | Compiling clap v4.5.27 |
1545 | 2025-02-28T23:44:49.348Z | Compiling string_cache v0.8.7 |
1546 | 2025-02-28T23:44:49.794Z | Compiling ecdsa v0.16.9 |
1547 | 2025-02-28T23:44:50.157Z | Compiling rsa v0.9.6 |
1548 | 2025-02-28T23:44:50.304Z | Compiling ed25519-dalek v2.1.1 |
1549 | 2025-02-28T23:44:50.618Z | Compiling toml v0.7.8 |
1550 | 2025-02-28T23:44:51.045Z | Compiling zip v0.6.6 |
1551 | 2025-02-28T23:44:51.611Z | Compiling crossterm v0.28.1 |
1552 | 2025-02-28T23:44:52.967Z | Compiling hex v0.4.3 |
1553 | 2025-02-28T23:44:53.231Z | Compiling x509-cert v0.2.5 |
1554 | 2025-02-28T23:44:53.383Z | Compiling itertools v0.10.5 |
1555 | 2025-02-28T23:44:53.582Z | Compiling lalrpop-util v0.19.12 |
1556 | 2025-02-28T23:44:53.953Z | Compiling unicode-xid v0.2.6 |
1557 | 2025-02-28T23:44:54.162Z | Compiling peg-runtime v0.8.3 |
1558 | 2025-02-28T23:44:54.736Z | Compiling strum_macros v0.26.4 |
1559 | 2025-02-28T23:44:54.763Z | Compiling xattr v1.3.1 |
1560 | 2025-02-28T23:44:54.964Z | Compiling filetime v0.2.25 |
1561 | 2025-02-28T23:44:55.276Z | Compiling tar v0.4.42 |
1562 | 2025-02-28T23:44:59.480Z | Compiling strum v0.26.3 |
1563 | 2025-02-28T23:45:02.565Z | Compiling aws-lc-sys v0.22.0 |
1564 | 2025-02-28T23:45:32.616Z | Compiling rustls-webpki v0.102.8 |
1565 | 2025-02-28T23:45:35.848Z | Compiling tokio-rustls v0.25.0 |
1566 | 2025-02-28T23:45:37.488Z | Compiling tokio-rustls v0.26.0 |
1567 | 2025-02-28T23:45:37.810Z | Compiling hyper-rustls v0.27.3 |
1568 | 2025-02-28T23:45:38.156Z | Compiling reqwest v0.12.9 |
1569 | 2025-02-28T23:45:39.498Z | Compiling qorb v0.2.1 |
1570 | 2025-02-28T23:45:42.664Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1571 | 2025-02-28T23:45:42.917Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1572 | 2025-02-28T23:45:47.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1573 | 2025-02-28T23:45:47.595Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1574 | 2025-02-28T23:45:47.649Z | Feb 28 23:45:47.285 INFO Starting download, target: Clickhouse |
1575 | 2025-02-28T23:45:47.649Z | Feb 28 23:45:47.285 INFO Starting download, target: Cockroach |
1576 | 2025-02-28T23:45:47.649Z | Feb 28 23:45:47.285 INFO Starting download, target: Console |
1577 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.285 INFO Starting download, target: DendriteOpenapi |
1578 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.285 INFO Starting download, target: DendriteStub |
1579 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.285 INFO Starting download, target: MaghemiteMgd |
1580 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.285 INFO Starting download, target: TransceiverControl |
1581 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.286 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1582 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.286 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1583 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.286 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1584 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.286 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1585 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.286 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1586 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.286 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1587 | 2025-02-28T23:45:47.653Z | Feb 28 23:45:47.286 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1588 | 2025-02-28T23:45:47.846Z | Feb 28 23:45:47.477 INFO Download complete, target: DendriteOpenapi |
1589 | 2025-02-28T23:45:48.008Z | Feb 28 23:45:47.641 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1590 | 2025-02-28T23:45:48.153Z | Feb 28 23:45:47.773 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1591 | 2025-02-28T23:45:48.492Z | Feb 28 23:45:48.123 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1592 | 2025-02-28T23:45:48.500Z | Feb 28 23:45:48.135 INFO Download complete, target: Console |
1593 | 2025-02-28T23:45:48.507Z | Feb 28 23:45:48.138 INFO Download complete, target: TransceiverControl |
1594 | 2025-02-28T23:45:48.697Z | Feb 28 23:45:48.331 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1595 | 2025-02-28T23:45:49.291Z | Feb 28 23:45:48.926 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1596 | 2025-02-28T23:45:49.291Z | Feb 28 23:45:48.926 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1597 | 2025-02-28T23:45:49.532Z | Feb 28 23:45:49.167 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1598 | 2025-02-28T23:45:51.466Z | Feb 28 23:45:51.101 INFO Download complete, target: DendriteStub |
1599 | 2025-02-28T23:45:51.563Z | Feb 28 23:45:51.198 INFO Download complete, target: MaghemiteMgd |
1600 | 2025-02-28T23:45:56.747Z | Feb 28 23:45:56.381 INFO Checking that binary works, target: Cockroach |
1601 | 2025-02-28T23:45:56.916Z | Feb 28 23:45:56.548 INFO Download complete, target: Cockroach |
1602 | 2025-02-28T23:46:01.891Z | Feb 28 23:46:01.523 INFO Checking that binary works, target: Clickhouse |
1603 | 2025-02-28T23:46:02.396Z | Feb 28 23:46:02.029 INFO Download complete, target: Clickhouse |
1604 | 2025-02-28T23:46:02.418Z | All builder prerequisites installed successfully, and PATH looks valid |
1605 | 2025-02-28T23:46:02.422Z | |
1606 | 2025-02-28T23:46:02.422Z | real 5:43.675083749 |
1607 | 2025-02-28T23:46:02.422Z | user 15:52.177025096 |
1608 | 2025-02-28T23:46:02.422Z | sys 2:04.417441534 |
1609 | 2025-02-28T23:46:02.422Z | trap 0.568058574 |
1610 | 2025-02-28T23:46:02.422Z | tflt 2.787277785 |
1611 | 2025-02-28T23:46:02.422Z | dflt 2.499664342 |
1612 | 2025-02-28T23:46:02.422Z | kflt 0.216381757 |
1613 | 2025-02-28T23:46:02.422Z | lock 25:47.561754513 |
1614 | 2025-02-28T23:46:02.422Z | slp 57:02.947620339 |
1615 | 2025-02-28T23:46:02.422Z | lat 58.813983447 |
1616 | 2025-02-28T23:46:02.422Z | stop 2:26.797577913 |
1617 | 2025-02-28T23:46:02.422Z | + banner clippy |
1618 | 2025-02-28T23:46:02.422Z | |
1619 | 2025-02-28T23:46:02.422Z | #### # # ##### ##### # # |
1620 | 2025-02-28T23:46:02.422Z | # # # # # # # # # # |
1621 | 2025-02-28T23:46:02.422Z | # # # # # # # # |
1622 | 2025-02-28T23:46:02.422Z | # # # ##### ##### # |
1623 | 2025-02-28T23:46:02.422Z | # # # # # # # |
1624 | 2025-02-28T23:46:02.422Z | #### ###### # # # # |
1625 | 2025-02-28T23:46:02.422Z | |
1626 | 2025-02-28T23:46:02.422Z | + export CARGO_INCREMENTAL=0 |
1627 | 2025-02-28T23:46:02.422Z | + CARGO_INCREMENTAL=0 |
1628 | 2025-02-28T23:46:02.422Z | + ptime -m cargo xtask clippy |
1629 | 2025-02-28T23:46:02.952Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1630 | 2025-02-28T23:46:05.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
1631 | 2025-02-28T23:46:05.867Z | Running `target/debug/xtask clippy` |
1632 | 2025-02-28T23:46:05.888Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1633 | 2025-02-28T23:46:06.538Z | Downloading crates ... |
1634 | 2025-02-28T23:46:06.872Z | Downloaded blocking v1.6.1 |
1635 | 2025-02-28T23:46:06.879Z | Downloaded approx v0.5.1 |
1636 | 2025-02-28T23:46:06.883Z | Downloaded concurrent-queue v2.5.0 |
1637 | 2025-02-28T23:46:06.887Z | Downloaded async-object-pool v0.1.5 |
1638 | 2025-02-28T23:46:06.887Z | Downloaded async-task v4.7.1 |
1639 | 2025-02-28T23:46:06.887Z | Downloaded anes v0.1.6 |
1640 | 2025-02-28T23:46:06.890Z | Downloaded async-lock v3.4.0 |
1641 | 2025-02-28T23:46:06.908Z | Downloaded pathdiff v0.2.2 |
1642 | 2025-02-28T23:46:06.914Z | Downloaded target-triple v0.1.3 |
1643 | 2025-02-28T23:46:06.918Z | Downloaded nested v0.1.1 |
1644 | 2025-02-28T23:46:06.918Z | Downloaded escape8259 v0.5.3 |
1645 | 2025-02-28T23:46:06.921Z | Downloaded plotters-svg v0.3.7 |
1646 | 2025-02-28T23:46:06.924Z | Downloaded guppy-workspace-hack v0.1.0 |
1647 | 2025-02-28T23:46:06.928Z | Downloaded cast v0.3.0 |
1648 | 2025-02-28T23:46:06.928Z | Downloaded async-signal v0.2.10 |
1649 | 2025-02-28T23:46:06.931Z | Downloaded async-channel v1.9.0 |
1650 | 2025-02-28T23:46:06.934Z | Downloaded relative-path v1.9.3 |
1651 | 2025-02-28T23:46:06.935Z | Downloaded assert-json-diff v2.0.2 |
1652 | 2025-02-28T23:46:06.939Z | Downloaded plotters-backend v0.3.7 |
1653 | 2025-02-28T23:46:06.939Z | Downloaded oorandom v11.1.4 |
1654 | 2025-02-28T23:46:06.939Z | Downloaded num_cpus v1.16.0 |
1655 | 2025-02-28T23:46:06.940Z | Downloaded event-listener-strategy v0.5.2 |
1656 | 2025-02-28T23:46:06.943Z | Downloaded async-global-executor v2.4.1 |
1657 | 2025-02-28T23:46:06.943Z | Downloaded kv-log-macro v1.0.7 |
1658 | 2025-02-28T23:46:06.946Z | Downloaded futures-timer v3.0.3 |
1659 | 2025-02-28T23:46:06.946Z | Downloaded async-channel v2.3.1 |
1660 | 2025-02-28T23:46:06.946Z | Downloaded event-listener v2.5.3 |
1661 | 2025-02-28T23:46:06.950Z | Downloaded doc-comment v0.3.3 |
1662 | 2025-02-28T23:46:06.950Z | Downloaded indoc v2.0.5 |
1663 | 2025-02-28T23:46:06.953Z | Downloaded similar-asserts v1.6.0 |
1664 | 2025-02-28T23:46:06.953Z | Downloaded target-spec v3.2.2 |
1665 | 2025-02-28T23:46:06.958Z | Downloaded serde_regex v1.1.0 |
1666 | 2025-02-28T23:46:06.958Z | Downloaded parking v2.2.1 |
1667 | 2025-02-28T23:46:06.958Z | Downloaded proc-macro-crate v3.2.0 |
1668 | 2025-02-28T23:46:06.958Z | Downloaded criterion-plot v0.5.0 |
1669 | 2025-02-28T23:46:06.962Z | Downloaded threadpool v1.8.1 |
1670 | 2025-02-28T23:46:06.962Z | Downloaded async-executor v1.13.1 |
1671 | 2025-02-28T23:46:06.962Z | Downloaded async-process v2.3.0 |
1672 | 2025-02-28T23:46:06.965Z | Downloaded path-tree v0.8.1 |
1673 | 2025-02-28T23:46:06.965Z | Downloaded datatest-stable v0.2.9 |
1674 | 2025-02-28T23:46:06.969Z | Downloaded async-attributes v1.1.2 |
1675 | 2025-02-28T23:46:06.969Z | Downloaded stringmetrics v2.2.2 |
1676 | 2025-02-28T23:46:06.972Z | Downloaded blake2b_simd v1.0.2 |
1677 | 2025-02-28T23:46:06.972Z | Downloaded piper v0.2.4 |
1678 | 2025-02-28T23:46:06.993Z | Downloaded tinytemplate v1.2.1 |
1679 | 2025-02-28T23:46:06.997Z | Downloaded cfg-expr v0.17.0 |
1680 | 2025-02-28T23:46:07.000Z | Downloaded assert_cmd v2.0.16 |
1681 | 2025-02-28T23:46:07.000Z | Downloaded target-lexicon v0.12.16 |
1682 | 2025-02-28T23:46:07.003Z | Downloaded rustls-native-certs v0.7.3 |
1683 | 2025-02-28T23:46:07.007Z | Downloaded rust-argon2 v2.1.0 |
1684 | 2025-02-28T23:46:07.007Z | Downloaded partial-io v0.5.4 |
1685 | 2025-02-28T23:46:07.010Z | Downloaded libtest-mimic v0.7.3 |
1686 | 2025-02-28T23:46:07.010Z | Downloaded hyper-rustls v0.26.0 |
1687 | 2025-02-28T23:46:07.014Z | Downloaded trybuild v1.0.101 |
1688 | 2025-02-28T23:46:07.017Z | Downloaded async-io v2.3.4 |
1689 | 2025-02-28T23:46:07.020Z | Downloaded rstest_macros v0.23.0 |
1690 | 2025-02-28T23:46:07.024Z | Downloaded yansi v1.0.1 |
1691 | 2025-02-28T23:46:07.027Z | Downloaded pretty_assertions v1.4.1 |
1692 | 2025-02-28T23:46:07.027Z | Downloaded rand_distr v0.4.3 |
1693 | 2025-02-28T23:46:07.031Z | Downloaded polling v3.7.3 |
1694 | 2025-02-28T23:46:07.034Z | Downloaded rstest v0.23.0 |
1695 | 2025-02-28T23:46:07.038Z | Downloaded fancy-regex v0.13.0 |
1696 | 2025-02-28T23:46:07.042Z | Downloaded criterion v0.5.1 |
1697 | 2025-02-28T23:46:07.050Z | Downloaded guppy v0.17.8 |
1698 | 2025-02-28T23:46:07.055Z | Downloaded plotters v0.3.7 |
1699 | 2025-02-28T23:46:07.064Z | Downloaded event-listener v5.3.1 |
1700 | 2025-02-28T23:46:07.067Z | Downloaded httptest v0.16.1 |
1701 | 2025-02-28T23:46:07.071Z | Downloaded futures-lite v2.3.0 |
1702 | 2025-02-28T23:46:07.071Z | Downloaded async-std v1.13.0 |
1703 | 2025-02-28T23:46:07.160Z | Downloaded httpmock v0.8.0-alpha.1 |
1704 | 2025-02-28T23:46:07.957Z | Checking cfg-if v1.0.0 |
1705 | 2025-02-28T23:46:08.037Z | Checking libc v0.2.169 |
1706 | 2025-02-28T23:46:08.059Z | Checking serde v1.0.217 |
1707 | 2025-02-28T23:46:08.086Z | Checking memchr v2.7.4 |
1708 | 2025-02-28T23:46:08.107Z | Checking value-bag v1.9.0 |
1709 | 2025-02-28T23:46:08.137Z | Checking scopeguard v1.2.0 |
1710 | 2025-02-28T23:46:08.159Z | Checking zeroize v1.8.1 |
1711 | 2025-02-28T23:46:08.186Z | Checking itoa v1.0.11 |
1712 | 2025-02-28T23:46:08.215Z | Checking smallvec v1.13.2 |
1713 | 2025-02-28T23:46:08.284Z | Checking lock_api v0.4.12 |
1714 | 2025-02-28T23:46:08.423Z | Checking byteorder v1.5.0 |
1715 | 2025-02-28T23:46:08.451Z | Checking once_cell v1.20.2 |
1716 | 2025-02-28T23:46:08.478Z | Checking log v0.4.22 |
1717 | 2025-02-28T23:46:08.570Z | Checking pin-project-lite v0.2.14 |
1718 | 2025-02-28T23:46:08.681Z | Checking subtle v2.6.1 |
1719 | 2025-02-28T23:46:08.720Z | Checking typenum v1.17.0 |
1720 | 2025-02-28T23:46:08.753Z | Checking libm v0.2.8 |
1721 | 2025-02-28T23:46:08.817Z | Checking futures-core v0.3.31 |
1722 | 2025-02-28T23:46:08.868Z | Checking ryu v1.0.18 |
1723 | 2025-02-28T23:46:08.947Z | Checking zerocopy v0.7.35 |
1724 | 2025-02-28T23:46:08.980Z | Checking thiserror v1.0.69 |
1725 | 2025-02-28T23:46:09.012Z | Checking getrandom v0.2.15 |
1726 | 2025-02-28T23:46:09.012Z | Checking parking_lot_core v0.9.10 |
1727 | 2025-02-28T23:46:09.106Z | Checking signal-hook-registry v1.4.2 |
1728 | 2025-02-28T23:46:09.138Z | Checking mio v1.0.2 |
1729 | 2025-02-28T23:46:09.241Z | Checking rand_core v0.6.4 |
1730 | 2025-02-28T23:46:09.356Z | Checking socket2 v0.5.7 |
1731 | 2025-02-28T23:46:09.384Z | Checking parking_lot v0.12.3 |
1732 | 2025-02-28T23:46:09.539Z | Checking allocator-api2 v0.2.18 |
1733 | 2025-02-28T23:46:09.639Z | Checking num-traits v0.2.19 |
1734 | 2025-02-28T23:46:09.732Z | Checking const-oid v0.9.6 |
1735 | 2025-02-28T23:46:09.761Z | Checking generic-array v0.14.7 |
1736 | 2025-02-28T23:46:09.791Z | Checking spin v0.9.8 |
1737 | 2025-02-28T23:46:09.818Z | Checking futures-io v0.3.31 |
1738 | 2025-02-28T23:46:10.024Z | Checking slab v0.4.9 |
1739 | 2025-02-28T23:46:10.124Z | Checking cpufeatures v0.2.14 |
1740 | 2025-02-28T23:46:10.155Z | Checking futures-sink v0.3.31 |
1741 | 2025-02-28T23:46:10.185Z | Checking foldhash v0.1.3 |
1742 | 2025-02-28T23:46:10.239Z | Checking equivalent v1.0.1 |
1743 | 2025-02-28T23:46:10.277Z | Checking pin-utils v0.1.0 |
1744 | 2025-02-28T23:46:10.307Z | Checking iana-time-zone v0.1.61 |
1745 | 2025-02-28T23:46:10.372Z | Checking futures-channel v0.3.31 |
1746 | 2025-02-28T23:46:10.401Z | Checking futures-task v0.3.31 |
1747 | 2025-02-28T23:46:10.429Z | Checking hashbrown v0.15.1 |
1748 | 2025-02-28T23:46:10.475Z | Checking stable_deref_trait v1.2.0 |
1749 | 2025-02-28T23:46:10.603Z | Checking fnv v1.0.7 |
1750 | 2025-02-28T23:46:10.641Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1751 | 2025-02-28T23:46:10.731Z | Checking futures-util v0.3.31 |
1752 | 2025-02-28T23:46:10.759Z | Checking tracing-core v0.1.32 |
1753 | 2025-02-28T23:46:10.818Z | Checking crypto-common v0.1.6 |
1754 | 2025-02-28T23:46:10.946Z | Checking block-buffer v0.10.4 |
1755 | 2025-02-28T23:46:11.071Z | Checking dyn-clone v1.0.17 |
1756 | 2025-02-28T23:46:11.115Z | Checking ppv-lite86 v0.2.20 |
1757 | 2025-02-28T23:46:11.193Z | Checking errno v0.3.9 |
1758 | 2025-02-28T23:46:11.238Z | Checking zerofrom v0.1.4 |
1759 | 2025-02-28T23:46:11.367Z | Checking tracing v0.1.40 |
1760 | 2025-02-28T23:46:11.422Z | Checking crossbeam-utils v0.8.20 |
1761 | 2025-02-28T23:46:11.426Z | Checking writeable v0.5.5 |
1762 | 2025-02-28T23:46:11.472Z | Checking yoke v0.7.4 |
1763 | 2025-02-28T23:46:11.653Z | Checking digest v0.10.7 |
1764 | 2025-02-28T23:46:11.750Z | Checking litemap v0.7.3 |
1765 | 2025-02-28T23:46:11.774Z | Checking percent-encoding v2.3.1 |
1766 | 2025-02-28T23:46:11.815Z | Checking zerovec v0.10.4 |
1767 | 2025-02-28T23:46:11.842Z | Checking rand_chacha v0.3.1 |
1768 | 2025-02-28T23:46:12.018Z | Checking block-padding v0.3.3 |
1769 | 2025-02-28T23:46:12.047Z | Checking httparse v1.9.5 |
1770 | 2025-02-28T23:46:12.124Z | Checking regex-syntax v0.8.5 |
1771 | 2025-02-28T23:46:12.152Z | Checking unicode-ident v1.0.14 |
1772 | 2025-02-28T23:46:12.234Z | Checking inout v0.1.3 |
1773 | 2025-02-28T23:46:12.238Z | Checking rand v0.8.5 |
1774 | 2025-02-28T23:46:12.317Z | Checking atomic-waker v1.1.2 |
1775 | 2025-02-28T23:46:12.458Z | Checking icu_locid_transform_data v1.5.0 |
1776 | 2025-02-28T23:46:12.483Z | Checking cipher v0.4.4 |
1777 | 2025-02-28T23:46:12.486Z | Checking form_urlencoded v1.2.1 |
1778 | 2025-02-28T23:46:12.532Z | Checking bytes v1.9.0 |
1779 | 2025-02-28T23:46:12.559Z | Checking bitflags v2.6.0 |
1780 | 2025-02-28T23:46:12.727Z | Checking serde_json v1.0.135 |
1781 | 2025-02-28T23:46:12.855Z | Checking chrono v0.4.39 |
1782 | 2025-02-28T23:46:12.897Z | Checking indexmap v2.7.1 |
1783 | 2025-02-28T23:46:13.324Z | Checking tokio v1.43.0 |
1784 | 2025-02-28T23:46:13.360Z | Checking uuid v1.12.0 |
1785 | 2025-02-28T23:46:13.437Z | Checking http v1.2.0 |
1786 | 2025-02-28T23:46:13.962Z | Checking rustix v0.38.37 |
1787 | 2025-02-28T23:46:14.103Z | Checking tinystr v0.7.6 |
1788 | 2025-02-28T23:46:14.346Z | Checking icu_collections v1.5.0 |
1789 | 2025-02-28T23:46:14.455Z | Checking icu_locid v1.5.0 |
1790 | 2025-02-28T23:46:14.674Z | Checking untrusted v0.9.0 |
1791 | 2025-02-28T23:46:14.853Z | Checking icu_properties_data v1.5.0 |
1792 | 2025-02-28T23:46:14.884Z | Checking schemars v0.8.21 |
1793 | 2025-02-28T23:46:15.007Z | Checking ring v0.17.8 |
1794 | 2025-02-28T23:46:15.119Z | Checking aho-corasick v1.1.3 |
1795 | 2025-02-28T23:46:15.204Z | Checking utf8_iter v1.0.4 |
1796 | 2025-02-28T23:46:15.344Z | Checking icu_normalizer_data v1.5.0 |
1797 | 2025-02-28T23:46:15.410Z | Checking write16 v1.0.0 |
1798 | 2025-02-28T23:46:15.438Z | Checking icu_provider v1.5.0 |
1799 | 2025-02-28T23:46:15.465Z | Checking utf16_iter v1.0.5 |
1800 | 2025-02-28T23:46:15.561Z | Checking powerfmt v0.2.0 |
1801 | 2025-02-28T23:46:15.661Z | Checking proc-macro2 v1.0.92 |
1802 | 2025-02-28T23:46:15.853Z | Checking deranged v0.3.11 |
1803 | 2025-02-28T23:46:16.096Z | Checking icu_locid_transform v1.5.0 |
1804 | 2025-02-28T23:46:16.347Z | Checking base64ct v1.6.0 |
1805 | 2025-02-28T23:46:16.451Z | Checking num-conv v0.1.0 |
1806 | 2025-02-28T23:46:16.731Z | Checking time-core v0.1.2 |
1807 | 2025-02-28T23:46:16.757Z | Checking regex-automata v0.4.8 |
1808 | 2025-02-28T23:46:16.761Z | Checking num_threads v0.1.7 |
1809 | 2025-02-28T23:46:16.827Z | Checking quote v1.0.38 |
1810 | 2025-02-28T23:46:16.907Z | Checking sha2 v0.10.8 |
1811 | 2025-02-28T23:46:16.910Z | Checking hmac v0.12.1 |
1812 | 2025-02-28T23:46:17.098Z | Checking icu_properties v1.5.1 |
1813 | 2025-02-28T23:46:17.145Z | Checking rustls-pki-types v1.10.0 |
1814 | 2025-02-28T23:46:17.175Z | Checking adler2 v2.0.0 |
1815 | 2025-02-28T23:46:17.201Z | Checking time v0.3.36 |
1816 | 2025-02-28T23:46:17.204Z | Checking syn v2.0.96 |
1817 | 2025-02-28T23:46:17.347Z | Checking miniz_oxide v0.8.0 |
1818 | 2025-02-28T23:46:17.475Z | Checking http-body v1.0.1 |
1819 | 2025-02-28T23:46:17.664Z | Checking aws-lc-sys v0.22.0 |
1820 | 2025-02-28T23:46:17.693Z | Checking base64 v0.22.1 |
1821 | 2025-02-28T23:46:18.092Z | Checking httpdate v1.0.3 |
1822 | 2025-02-28T23:46:18.211Z | Checking mirai-annotations v1.12.0 |
1823 | 2025-02-28T23:46:18.332Z | Checking try-lock v0.2.5 |
1824 | 2025-02-28T23:46:18.417Z | Checking untrusted v0.7.1 |
1825 | 2025-02-28T23:46:18.485Z | Checking want v0.3.1 |
1826 | 2025-02-28T23:46:18.614Z | Checking ahash v0.8.11 |
1827 | 2025-02-28T23:46:18.694Z | Checking pem-rfc7468 v0.7.0 |
1828 | 2025-02-28T23:46:18.994Z | Checking tower-service v0.3.3 |
1829 | 2025-02-28T23:46:19.119Z | Checking slog v2.7.0 |
1830 | 2025-02-28T23:46:19.143Z | Checking mime v0.3.17 |
1831 | 2025-02-28T23:46:19.459Z | Checking flagset v0.4.6 |
1832 | 2025-02-28T23:46:19.545Z | Checking pbkdf2 v0.12.2 |
1833 | 2025-02-28T23:46:19.621Z | Checking aes v0.8.4 |
1834 | 2025-02-28T23:46:19.679Z | Checking der v0.7.9 |
1835 | 2025-02-28T23:46:19.711Z | Checking gimli v0.31.1 |
1836 | 2025-02-28T23:46:19.736Z | Checking aws-lc-rs v1.10.0 |
1837 | 2025-02-28T23:46:20.009Z | Checking tokio-util v0.7.12 |
1838 | 2025-02-28T23:46:20.397Z | Checking icu_normalizer v1.5.0 |
1839 | 2025-02-28T23:46:20.540Z | Checking http-body-util v0.1.2 |
1840 | 2025-02-28T23:46:20.853Z | Checking h2 v0.4.6 |
1841 | 2025-02-28T23:46:21.003Z | Checking cbc v0.1.2 |
1842 | 2025-02-28T23:46:21.134Z | Checking regex v1.11.1 |
1843 | 2025-02-28T23:46:21.202Z | Checking idna_adapter v1.2.0 |
1844 | 2025-02-28T23:46:21.228Z | Checking salsa20 v0.10.2 |
1845 | 2025-02-28T23:46:21.366Z | Checking rustls-webpki v0.102.8 |
1846 | 2025-02-28T23:46:21.399Z | Checking idna v1.0.3 |
1847 | 2025-02-28T23:46:21.446Z | Checking spki v0.7.3 |
1848 | 2025-02-28T23:46:21.475Z | Checking semver v1.0.24 |
1849 | 2025-02-28T23:46:21.753Z | Checking lazy_static v1.5.0 |
1850 | 2025-02-28T23:46:21.781Z | Checking object v0.36.5 |
1851 | 2025-02-28T23:46:21.885Z | Checking rustc-demangle v0.1.24 |
1852 | 2025-02-28T23:46:21.911Z | Checking scrypt v0.11.0 |
1853 | 2025-02-28T23:46:21.916Z | Checking url v2.5.3 |
1854 | 2025-02-28T23:46:22.162Z | Checking rustls-pemfile v2.2.0 |
1855 | 2025-02-28T23:46:22.190Z | Checking ipnet v2.10.1 |
1856 | 2025-02-28T23:46:22.325Z | Checking foreign-types-shared v0.1.1 |
1857 | 2025-02-28T23:46:22.395Z | Checking openssl-probe v0.1.5 |
1858 | 2025-02-28T23:46:22.460Z | Checking foreign-types v0.3.2 |
1859 | 2025-02-28T23:46:22.575Z | Checking pkcs5 v0.7.1 |
1860 | 2025-02-28T23:46:22.603Z | Checking futures-executor v0.3.31 |
1861 | 2025-02-28T23:46:22.631Z | Checking serde_urlencoded v0.7.1 |
1862 | 2025-02-28T23:46:22.731Z | Checking openssl-sys v0.9.104 |
1863 | 2025-02-28T23:46:22.853Z | Checking encoding_rs v0.8.34 |
1864 | 2025-02-28T23:46:23.030Z | Checking utf8parse v0.2.2 |
1865 | 2025-02-28T23:46:23.062Z | Checking pkcs8 v0.10.2 |
1866 | 2025-02-28T23:46:23.185Z | Checking futures v0.3.31 |
1867 | 2025-02-28T23:46:23.294Z | Checking toml_datetime v0.6.8 |
1868 | 2025-02-28T23:46:23.321Z | Checking serde_spanned v0.6.8 |
1869 | 2025-02-28T23:46:23.389Z | Checking rustls v0.23.19 |
1870 | 2025-02-28T23:46:23.439Z | Checking addr2line v0.24.2 |
1871 | 2025-02-28T23:46:23.537Z | Checking anstyle v1.0.10 |
1872 | 2025-02-28T23:46:23.588Z | Checking data-encoding v2.6.0 |
1873 | 2025-02-28T23:46:23.848Z | Checking openssl v0.10.66 |
1874 | 2025-02-28T23:46:23.909Z | Checking either v1.13.0 |
1875 | 2025-02-28T23:46:23.953Z | Checking openapiv3 v2.0.0 |
1876 | 2025-02-28T23:46:24.155Z | Checking sha1 v0.10.6 |
1877 | 2025-02-28T23:46:24.271Z | Checking psl-types v2.0.11 |
1878 | 2025-02-28T23:46:24.447Z | Checking cookie v0.18.1 |
1879 | 2025-02-28T23:46:24.480Z | Checking publicsuffix v2.3.0 |
1880 | 2025-02-28T23:46:24.753Z | Checking webpki-roots v0.26.6 |
1881 | 2025-02-28T23:46:24.912Z | Checking cookie_store v0.21.1 |
1882 | 2025-02-28T23:46:24.973Z | Checking anstyle-parse v0.2.5 |
1883 | 2025-02-28T23:46:25.152Z | Checking camino v1.1.9 |
1884 | 2025-02-28T23:46:25.251Z | Checking is-terminal v0.4.13 |
1885 | 2025-02-28T23:46:25.391Z | Checking sync_wrapper v1.0.1 |
1886 | 2025-02-28T23:46:25.562Z | Checking is_terminal_polyfill v1.70.1 |
1887 | 2025-02-28T23:46:25.589Z | Checking colorchoice v1.0.2 |
1888 | 2025-02-28T23:46:25.704Z | Checking anstyle-query v1.1.1 |
1889 | 2025-02-28T23:46:25.707Z | Checking winnow v0.6.20 |
1890 | 2025-02-28T23:46:25.750Z | Checking terminal_size v0.4.0 |
1891 | 2025-02-28T23:46:25.840Z | Checking anstream v0.6.15 |
1892 | 2025-02-28T23:46:25.932Z | Checking signature v2.2.0 |
1893 | 2025-02-28T23:46:26.161Z | Checking clap_lex v0.7.4 |
1894 | 2025-02-28T23:46:26.213Z | Checking strsim v0.11.1 |
1895 | 2025-02-28T23:46:26.419Z | Checking scroll v0.12.0 |
1896 | 2025-02-28T23:46:26.512Z | Checking clap_builder v4.5.27 |
1897 | 2025-02-28T23:46:26.900Z | Checking ucd-trie v0.1.7 |
1898 | 2025-02-28T23:46:26.950Z | Checking hyper v1.5.2 |
1899 | 2025-02-28T23:46:27.133Z | Checking tinyvec_macros v0.1.1 |
1900 | 2025-02-28T23:46:27.247Z | Checking plain v0.2.3 |
1901 | 2025-02-28T23:46:27.345Z | Checking tinyvec v1.8.0 |
1902 | 2025-02-28T23:46:27.421Z | Checking goblin v0.8.2 |
1903 | 2025-02-28T23:46:27.759Z | Checking backtrace v0.3.74 |
1904 | 2025-02-28T23:46:28.328Z | Checking anyhow v1.0.95 |
1905 | 2025-02-28T23:46:28.376Z | Checking pest v2.7.14 |
1906 | 2025-02-28T23:46:28.459Z | Checking tokio-rustls v0.26.0 |
1907 | 2025-02-28T23:46:28.682Z | Checking dirs-sys-next v0.1.2 |
1908 | 2025-02-28T23:46:28.709Z | Checking pretty-hex v0.4.1 |
1909 | 2025-02-28T23:46:28.878Z | Checking base16ct v0.2.0 |
1910 | 2025-02-28T23:46:28.884Z | Checking dirs-next v2.0.0 |
1911 | 2025-02-28T23:46:28.929Z | Checking crossbeam-channel v0.5.13 |
1912 | 2025-02-28T23:46:28.934Z | Checking hyper-util v0.1.10 |
1913 | 2025-02-28T23:46:28.983Z | Checking native-tls v0.2.12 |
1914 | 2025-02-28T23:46:29.019Z | Checking num-integer v0.1.46 |
1915 | 2025-02-28T23:46:29.097Z | Checking sec1 v0.7.3 |
1916 | 2025-02-28T23:46:29.299Z | Checking tokio-native-tls v0.3.1 |
1917 | 2025-02-28T23:46:29.363Z | Checking clap v4.5.27 |
1918 | 2025-02-28T23:46:29.466Z | Checking ff v0.13.0 |
1919 | 2025-02-28T23:46:29.495Z | Checking thread-id v4.2.2 |
1920 | 2025-02-28T23:46:29.537Z | Checking thread_local v1.1.8 |
1921 | 2025-02-28T23:46:29.564Z | Checking term v0.7.0 |
1922 | 2025-02-28T23:46:29.610Z | Checking toml_edit v0.22.22 |
1923 | 2025-02-28T23:46:29.638Z | Checking hkdf v0.12.4 |
1924 | 2025-02-28T23:46:29.705Z | Checking group v0.13.0 |
1925 | 2025-02-28T23:46:29.816Z | Checking crypto-bigint v0.5.5 |
1926 | 2025-02-28T23:46:29.878Z | Checking memmap v0.7.0 |
1927 | 2025-02-28T23:46:29.950Z | Checking crc32fast v1.4.2 |
1928 | 2025-02-28T23:46:29.991Z | Checking match_cfg v0.1.0 |
1929 | 2025-02-28T23:46:30.079Z | Checking bitflags v1.3.2 |
1930 | 2025-02-28T23:46:30.106Z | Checking take_mut v0.2.2 |
1931 | 2025-02-28T23:46:30.188Z | Checking utf-8 v0.7.6 |
1932 | 2025-02-28T23:46:30.216Z | Checking hostname v0.3.1 |
1933 | 2025-02-28T23:46:30.275Z | Checking slog-async v2.8.0 |
1934 | 2025-02-28T23:46:30.371Z | Checking slog-term v2.9.1 |
1935 | 2025-02-28T23:46:30.417Z | Checking unicode-segmentation v1.12.0 |
1936 | 2025-02-28T23:46:30.573Z | Checking num-iter v0.1.45 |
1937 | 2025-02-28T23:46:30.773Z | Checking crossbeam-epoch v0.9.18 |
1938 | 2025-02-28T23:46:30.853Z | Checking static_assertions v1.1.0 |
1939 | 2025-02-28T23:46:30.881Z | Checking hyper-tls v0.6.0 |
1940 | 2025-02-28T23:46:30.909Z | Checking hyper-rustls v0.27.3 |
1941 | 2025-02-28T23:46:30.962Z | Checking dtrace-parser v0.2.0 |
1942 | 2025-02-28T23:46:31.127Z | Checking itertools v0.10.5 |
1943 | 2025-02-28T23:46:31.177Z | Checking bstr v1.10.0 |
1944 | 2025-02-28T23:46:31.202Z | Checking slog-json v2.6.1 |
1945 | 2025-02-28T23:46:31.263Z | Checking reqwest v0.12.9 |
1946 | 2025-02-28T23:46:31.484Z | Checking rfc6979 v0.4.0 |
1947 | 2025-02-28T23:46:31.511Z | Checking hex v0.4.3 |
1948 | 2025-02-28T23:46:31.683Z | Checking managed v0.8.0 |
1949 | 2025-02-28T23:46:32.028Z | Checking winnow v0.5.40 |
1950 | 2025-02-28T23:46:32.062Z | Checking slog-bunyan v2.5.0 |
1951 | 2025-02-28T23:46:32.089Z | Checking crossbeam-deque v0.8.5 |
1952 | 2025-02-28T23:46:32.231Z | Checking num-bigint-dig v0.8.4 |
1953 | 2025-02-28T23:46:32.262Z | Checking toml v0.8.19 |
1954 | 2025-02-28T23:46:32.266Z | Checking dof v0.3.0 |
1955 | 2025-02-28T23:46:32.409Z | Checking flate2 v1.0.35 |
1956 | 2025-02-28T23:46:32.477Z | Checking elliptic-curve v0.13.8 |
1957 | 2025-02-28T23:46:32.910Z | Checking usdt-impl v0.5.0 |
1958 | 2025-02-28T23:46:32.994Z | Checking pkcs1 v0.7.5 |
1959 | 2025-02-28T23:46:33.052Z | Checking rustls v0.22.4 |
1960 | 2025-02-28T23:46:33.079Z | Checking curve25519-dalek v4.1.3 |
1961 | 2025-02-28T23:46:33.106Z | Checking ecdsa v0.16.9 |
1962 | 2025-02-28T23:46:33.184Z | Checking zerocopy v0.6.6 |
1963 | 2025-02-28T23:46:33.372Z | Checking siphasher v0.3.11 |
1964 | 2025-02-28T23:46:33.445Z | Checking usdt v0.5.0 |
1965 | 2025-02-28T23:46:33.673Z | Checking rayon-core v1.12.1 |
1966 | 2025-02-28T23:46:33.705Z | Checking unicode-normalization v0.1.24 |
1967 | 2025-02-28T23:46:33.800Z | Checking ed25519 v2.2.3 |
1968 | 2025-02-28T23:46:33.843Z | Checking signal-hook v0.3.17 |
1969 | 2025-02-28T23:46:34.135Z | Checking quick-error v1.2.3 |
1970 | 2025-02-28T23:46:34.187Z | Checking debug-ignore v1.0.5 |
1971 | 2025-02-28T23:46:34.218Z | Checking rsa v0.9.6 |
1972 | 2025-02-28T23:46:34.292Z | Checking hickory-proto v0.24.2 |
1973 | 2025-02-28T23:46:34.347Z | Checking multer v3.1.0 |
1974 | 2025-02-28T23:46:34.376Z | Checking x509-cert v0.2.5 |
1975 | 2025-02-28T23:46:34.698Z | Checking hubpack v0.1.2 |
1976 | 2025-02-28T23:46:34.760Z | Checking serde_path_to_error v0.1.16 |
1977 | 2025-02-28T23:46:34.801Z | Checking toml_edit v0.19.15 |
1978 | 2025-02-28T23:46:34.893Z | Checking ed25519-dalek v2.1.1 |
1979 | 2025-02-28T23:46:34.986Z | Checking waitgroup v0.1.2 |
1980 | 2025-02-28T23:46:35.133Z | Checking bzip2-sys v0.1.11+1.0.8 |
1981 | 2025-02-28T23:46:35.159Z | Checking async-stream v0.3.6 |
1982 | 2025-02-28T23:46:35.279Z | Checking hostname v0.4.0 |
1983 | 2025-02-28T23:46:35.324Z | Checking unicode-width v0.2.0 |
1984 | 2025-02-28T23:46:35.372Z | Checking bit-vec v0.6.3 |
1985 | 2025-02-28T23:46:35.375Z | Checking bzip2 v0.4.4 |
1986 | 2025-02-28T23:46:35.428Z | Checking signal-hook-mio v0.2.4 |
1987 | 2025-02-28T23:46:35.585Z | Checking hash32 v0.2.1 |
1988 | 2025-02-28T23:46:35.711Z | Checking bit-set v0.5.3 |
1989 | 2025-02-28T23:46:35.715Z | Checking unicode-properties v0.1.3 |
1990 | 2025-02-28T23:46:35.839Z | Checking console v0.15.10 |
1991 | 2025-02-28T23:46:35.842Z | Checking linked-hash-map v0.5.6 |
1992 | 2025-02-28T23:46:35.896Z | Checking predicates-core v1.0.8 |
1993 | 2025-02-28T23:46:35.959Z | Checking unicode-bidi v0.3.17 |
1994 | 2025-02-28T23:46:36.084Z | Checking heapless v0.7.17 |
1995 | 2025-02-28T23:46:36.126Z | Checking crossterm v0.28.1 |
1996 | 2025-02-28T23:46:36.161Z | Checking lru-cache v0.1.2 |
1997 | 2025-02-28T23:46:36.314Z | Checking tokio-rustls v0.25.0 |
1998 | 2025-02-28T23:46:36.354Z | Checking rayon v1.10.0 |
1999 | 2025-02-28T23:46:36.445Z | Checking phf_shared v0.11.2 |
2000 | 2025-02-28T23:46:36.592Z | Checking stringprep v0.1.5 |
2001 | 2025-02-28T23:46:36.714Z | Checking dropshot v0.12.0 |
2002 | 2025-02-28T23:46:36.743Z | Checking similar v2.6.0 |
2003 | 2025-02-28T23:46:36.892Z | Checking tokio-stream v0.1.16 |
2004 | 2025-02-28T23:46:36.994Z | Checking newtype-uuid v1.2.1 |
2005 | 2025-02-28T23:46:37.264Z | Checking md-5 v0.10.6 |
2006 | 2025-02-28T23:46:37.325Z | Checking toml v0.7.8 |
2007 | 2025-02-28T23:46:37.496Z | Checking float-cmp v0.9.0 |
2008 | 2025-02-28T23:46:37.578Z | Checking fixedbitset v0.4.2 |
2009 | 2025-02-28T23:46:37.645Z | Checking difflib v0.4.0 |
2010 | 2025-02-28T23:46:37.707Z | Checking fallible-iterator v0.2.0 |
2011 | 2025-02-28T23:46:37.857Z | Checking normalize-line-endings v0.3.0 |
2012 | 2025-02-28T23:46:37.861Z | Checking petgraph v0.6.5 |
2013 | 2025-02-28T23:46:38.152Z | Checking smoltcp v0.9.1 |
2014 | 2025-02-28T23:46:38.162Z | Checking predicates v3.1.2 |
2015 | 2025-02-28T23:46:38.162Z | Checking phf v0.11.2 |
2016 | 2025-02-28T23:46:38.272Z | Checking postgres-protocol v0.6.7 |
2017 | 2025-02-28T23:46:38.301Z | Checking zip v0.6.6 |
2018 | 2025-02-28T23:46:38.616Z | Checking resolv-conf v0.7.0 |
2019 | 2025-02-28T23:46:38.924Z | Checking phf_shared v0.10.0 |
2020 | 2025-02-28T23:46:38.954Z | Checking tungstenite v0.24.0 |
2021 | 2025-02-28T23:46:38.984Z | Checking fs-err v2.11.0 |
2022 | 2025-02-28T23:46:38.987Z | Checking serde-big-array v0.5.1 |
2023 | 2025-02-28T23:46:39.209Z | Checking portable-atomic v1.9.0 |
2024 | 2025-02-28T23:46:39.237Z | Checking new_debug_unreachable v1.0.6 |
2025 | 2025-02-28T23:46:39.348Z | Checking lalrpop-util v0.19.12 |
2026 | 2025-02-28T23:46:39.385Z | Checking number_prefix v0.4.0 |
2027 | 2025-02-28T23:46:39.509Z | Checking precomputed-hash v0.1.1 |
2028 | 2025-02-28T23:46:39.600Z | Checking minimal-lexical v0.2.1 |
2029 | 2025-02-28T23:46:39.646Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2030 | 2025-02-28T23:46:39.649Z | Checking string_cache v0.8.7 |
2031 | 2025-02-28T23:46:39.782Z | Checking tokio-tungstenite v0.24.0 |
2032 | 2025-02-28T23:46:39.840Z | Checking hickory-resolver v0.24.2 |
2033 | 2025-02-28T23:46:39.936Z | Checking postgres-types v0.2.8 |
2034 | 2025-02-28T23:46:39.991Z | Checking nom v7.1.3 |
2035 | 2025-02-28T23:46:40.108Z | Checking itertools v0.12.1 |
2036 | 2025-02-28T23:46:40.227Z | Checking indicatif v0.17.11 |
2037 | 2025-02-28T23:46:40.257Z | Checking peg-runtime v0.8.3 |
2038 | 2025-02-28T23:46:40.493Z | Checking whoami v1.5.2 |
2039 | 2025-02-28T23:46:40.724Z | Compiling hashbrown v0.14.5 |
2040 | 2025-02-28T23:46:40.801Z | Checking tokio-postgres v0.7.12 |
2041 | 2025-02-28T23:46:40.888Z | Compiling thiserror v2.0.11 |
2042 | 2025-02-28T23:46:40.984Z | Compiling thiserror-impl v2.0.11 |
2043 | 2025-02-28T23:46:41.467Z | Checking qorb v0.2.1 |
2044 | 2025-02-28T23:46:41.872Z | Compiling regress v0.10.1 |
2045 | 2025-02-28T23:46:41.875Z | Compiling ident_case v1.0.1 |
2046 | 2025-02-28T23:46:42.079Z | Compiling darling_core v0.20.10 |
2047 | 2025-02-28T23:46:42.510Z | Compiling unsafe-libyaml v0.2.11 |
2048 | 2025-02-28T23:46:43.660Z | Checking heck v0.5.0 |
2049 | 2025-02-28T23:46:43.871Z | Compiling serde_yaml v0.9.34+deprecated |
2050 | 2025-02-28T23:46:43.956Z | Checking fastrand v2.1.1 |
2051 | 2025-02-28T23:46:44.274Z | Checking ipnetwork v0.20.0 |
2052 | 2025-02-28T23:46:44.401Z | Checking progenitor-client v0.9.1 |
2053 | 2025-02-28T23:46:44.430Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2054 | 2025-02-28T23:46:44.647Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2055 | 2025-02-28T23:46:44.798Z | Compiling structmeta-derive v0.3.0 |
2056 | 2025-02-28T23:46:44.828Z | Checking strum v0.26.3 |
2057 | 2025-02-28T23:46:44.980Z | Compiling dropshot v0.15.1 |
2058 | 2025-02-28T23:46:45.014Z | Checking macaddr v1.0.1 |
2059 | 2025-02-28T23:46:45.350Z | Compiling dropshot_endpoint v0.15.1 |
2060 | 2025-02-28T23:46:45.378Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2025-02-28T23:46:45.628Z | Compiling typify-impl v0.2.0 |
2062 | 2025-02-28T23:46:46.105Z | Checking tempfile v3.13.0 |
2063 | 2025-02-28T23:46:46.551Z | Checking progenitor-client v0.8.0 |
2064 | 2025-02-28T23:46:46.684Z | Checking instant v0.1.13 |
2065 | 2025-02-28T23:46:46.825Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2066 | 2025-02-28T23:46:46.913Z | Checking regress v0.9.1 |
2067 | 2025-02-28T23:46:47.405Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2068 | 2025-02-28T23:46:47.434Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2069 | 2025-02-28T23:46:47.463Z | Compiling structmeta v0.3.0 |
2070 | 2025-02-28T23:46:47.850Z | Checking backoff v0.4.0 |
2071 | 2025-02-28T23:46:47.879Z | Compiling parse-display-derive v0.10.0 |
2072 | 2025-02-28T23:46:48.146Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2025-02-28T23:46:48.177Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2074 | 2025-02-28T23:46:48.316Z | Checking wait-timeout v0.2.0 |
2075 | 2025-02-28T23:46:48.320Z | Compiling darling_macro v0.20.10 |
2076 | 2025-02-28T23:46:48.369Z | Checking rand_xorshift v0.3.0 |
2077 | 2025-02-28T23:46:48.523Z | Checking rusty-fork v0.3.0 |
2078 | 2025-02-28T23:46:48.574Z | Checking unarray v0.1.4 |
2079 | 2025-02-28T23:46:48.749Z | Compiling structmeta-derive v0.2.0 |
2080 | 2025-02-28T23:46:48.844Z | Checking proptest v1.5.0 |
2081 | 2025-02-28T23:46:49.250Z | Compiling darling v0.20.10 |
2082 | 2025-02-28T23:46:49.381Z | Compiling serde_with_macros v3.11.0 |
2083 | 2025-02-28T23:46:49.781Z | Checking camino-tempfile v1.1.1 |
2084 | 2025-02-28T23:46:50.067Z | Checking unicode-width v0.1.14 |
2085 | 2025-02-28T23:46:50.377Z | Compiling proc-macro-error v1.0.4 |
2086 | 2025-02-28T23:46:50.575Z | Compiling proc-macro-crate v1.3.1 |
2087 | 2025-02-28T23:46:51.022Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2088 | 2025-02-28T23:46:51.337Z | Compiling structmeta v0.2.0 |
2089 | 2025-02-28T23:46:51.456Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2090 | 2025-02-28T23:46:51.545Z | Compiling num_enum_derive v0.5.11 |
2091 | 2025-02-28T23:46:51.778Z | Compiling test-strategy v0.3.1 |
2092 | 2025-02-28T23:46:51.811Z | Compiling foreign-types-macros v0.2.3 |
2093 | 2025-02-28T23:46:51.907Z | Checking parse-display v0.10.0 |
2094 | 2025-02-28T23:46:51.964Z | Checking serde_with v3.11.0 |
2095 | 2025-02-28T23:46:52.162Z | Checking foreign-types-shared v0.3.1 |
2096 | 2025-02-28T23:46:52.670Z | Checking tabwriter v1.4.0 |
2097 | 2025-02-28T23:46:52.910Z | Checking cstr-argument v0.1.2 |
2098 | 2025-02-28T23:46:53.007Z | Checking foreign-types v0.5.0 |
2099 | 2025-02-28T23:46:53.098Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2100 | 2025-02-28T23:46:53.134Z | Checking pretty-hex v0.2.1 |
2101 | 2025-02-28T23:46:53.264Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2102 | 2025-02-28T23:46:53.314Z | Checking colored v2.1.0 |
2103 | 2025-02-28T23:46:53.620Z | Checking smf v0.2.3 |
2104 | 2025-02-28T23:46:53.761Z | Checking itertools v0.13.0 |
2105 | 2025-02-28T23:46:53.818Z | Checking num_enum v0.5.11 |
2106 | 2025-02-28T23:46:53.881Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2107 | 2025-02-28T23:46:53.906Z | Checking base64 v0.21.7 |
2108 | 2025-02-28T23:46:53.989Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2109 | 2025-02-28T23:46:54.041Z | Compiling typify-impl v0.3.0 |
2110 | 2025-02-28T23:46:54.069Z | Compiling crucible-workspace-hack v0.1.0 |
2111 | 2025-02-28T23:46:54.271Z | Compiling zerocopy v0.8.10 |
2112 | 2025-02-28T23:46:54.519Z | Checking atomicwrites v0.4.4 |
2113 | 2025-02-28T23:46:54.949Z | Compiling zerocopy-derive v0.8.10 |
2114 | 2025-02-28T23:46:55.128Z | Compiling heapless v0.8.0 |
2115 | 2025-02-28T23:46:55.328Z | Checking termtree v0.4.1 |
2116 | 2025-02-28T23:46:55.551Z | Checking predicates-tree v1.0.11 |
2117 | 2025-02-28T23:46:55.716Z | Checking hash32 v0.3.1 |
2118 | 2025-02-28T23:46:55.907Z | Compiling smoltcp v0.11.0 |
2119 | 2025-02-28T23:46:56.234Z | Checking cobs v0.2.3 |
2120 | 2025-02-28T23:46:56.502Z | Checking postcard v1.0.10 |
2121 | 2025-02-28T23:46:56.659Z | Checking sigpipe v0.1.3 |
2122 | 2025-02-28T23:46:56.817Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2123 | 2025-02-28T23:46:57.046Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2124 | 2025-02-28T23:46:57.078Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2125 | 2025-02-28T23:46:57.204Z | Compiling mockall_derive v0.13.0 |
2126 | 2025-02-28T23:46:57.227Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2127 | 2025-02-28T23:46:57.559Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2128 | 2025-02-28T23:46:57.578Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2129 | 2025-02-28T23:46:57.732Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2130 | 2025-02-28T23:46:57.900Z | Compiling zone_cfg_derive v0.3.0 |
2131 | 2025-02-28T23:46:59.311Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2132 | 2025-02-28T23:46:59.619Z | Compiling num-derive v0.4.2 |
2133 | 2025-02-28T23:46:59.643Z | Checking downcast v0.11.0 |
2134 | 2025-02-28T23:46:59.733Z | Checking fragile v2.0.0 |
2135 | 2025-02-28T23:46:59.843Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2136 | 2025-02-28T23:47:00.005Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2137 | 2025-02-28T23:47:00.186Z | Checking zone v0.3.0 |
2138 | 2025-02-28T23:47:00.259Z | Compiling convert_case v0.4.0 |
2139 | 2025-02-28T23:47:00.463Z | Checking tungstenite v0.21.0 |
2140 | 2025-02-28T23:47:00.874Z | Compiling typify-macro v0.2.0 |
2141 | 2025-02-28T23:47:00.931Z | Checking newline-converter v0.3.0 |
2142 | 2025-02-28T23:47:01.113Z | Checking expectorate v1.1.0 |
2143 | 2025-02-28T23:47:01.141Z | Compiling derive_more v0.99.18 |
2144 | 2025-02-28T23:47:01.301Z | Checking same-file v1.0.6 |
2145 | 2025-02-28T23:47:01.372Z | Checking tokio-tungstenite v0.21.0 |
2146 | 2025-02-28T23:47:01.515Z | Checking walkdir v2.5.0 |
2147 | 2025-02-28T23:47:01.792Z | Checking arc-swap v1.7.1 |
2148 | 2025-02-28T23:47:01.895Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2149 | 2025-02-28T23:47:01.928Z | Checking xattr v1.3.1 |
2150 | 2025-02-28T23:47:02.145Z | Checking filetime v0.2.25 |
2151 | 2025-02-28T23:47:02.220Z | Checking slog-scope v4.4.0 |
2152 | 2025-02-28T23:47:02.376Z | Checking tar v0.4.42 |
2153 | 2025-02-28T23:47:02.399Z | Checking num-rational v0.4.2 |
2154 | 2025-02-28T23:47:02.436Z | Checking slog-stdlog v4.1.1 |
2155 | 2025-02-28T23:47:02.625Z | Checking slog-envlogger v2.2.0 |
2156 | 2025-02-28T23:47:02.865Z | Checking num-complex v0.4.6 |
2157 | 2025-02-28T23:47:03.047Z | Checking float-ord v0.3.2 |
2158 | 2025-02-28T23:47:03.222Z | Checking indent_write v2.2.0 |
2159 | 2025-02-28T23:47:03.250Z | Compiling cancel-safe-futures v0.1.5 |
2160 | 2025-02-28T23:47:03.455Z | Compiling owo-colors v4.1.0 |
2161 | 2025-02-28T23:47:03.606Z | Checking swrite v0.1.0 |
2162 | 2025-02-28T23:47:03.717Z | Checking num v0.4.3 |
2163 | 2025-02-28T23:47:03.841Z | Checking libsw v3.3.1 |
2164 | 2025-02-28T23:47:04.132Z | Checking password-hash v0.5.0 |
2165 | 2025-02-28T23:47:04.203Z | Checking blake2 v0.10.6 |
2166 | 2025-02-28T23:47:04.499Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2167 | 2025-02-28T23:47:04.615Z | Checking linear-map v1.2.0 |
2168 | 2025-02-28T23:47:04.660Z | Checking argon2 v0.5.3 |
2169 | 2025-02-28T23:47:04.703Z | Compiling typify v0.2.0 |
2170 | 2025-02-28T23:47:04.853Z | Compiling progenitor-impl v0.8.0 |
2171 | 2025-02-28T23:47:05.220Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2172 | 2025-02-28T23:47:05.274Z | Checking pem v3.0.4 |
2173 | 2025-02-28T23:47:05.299Z | Checking mockall v0.13.0 |
2174 | 2025-02-28T23:47:05.377Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2175 | 2025-02-28T23:47:05.540Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2176 | 2025-02-28T23:47:05.558Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2177 | 2025-02-28T23:47:05.915Z | Compiling lzma-sys v0.1.20 |
2178 | 2025-02-28T23:47:06.376Z | Checking headers-core v0.3.0 |
2179 | 2025-02-28T23:47:06.588Z | Compiling heck v0.3.3 |
2180 | 2025-02-28T23:47:06.802Z | Checking highway v1.2.0 |
2181 | 2025-02-28T23:47:06.999Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2182 | 2025-02-28T23:47:07.079Z | Compiling zone_cfg_derive v0.1.2 |
2183 | 2025-02-28T23:47:07.341Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2184 | 2025-02-28T23:47:07.367Z | Checking headers v0.4.0 |
2185 | 2025-02-28T23:47:07.439Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2025-02-28T23:47:07.756Z | Checking yasna v0.5.2 |
2187 | 2025-02-28T23:47:07.963Z | Checking base64 v0.13.1 |
2188 | 2025-02-28T23:47:08.347Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2025-02-28T23:47:08.378Z | Checking ron v0.7.1 |
2190 | 2025-02-28T23:47:08.488Z | Checking zone v0.1.8 |
2191 | 2025-02-28T23:47:08.626Z | Checking rcgen v0.12.1 |
2192 | 2025-02-28T23:47:08.708Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2193 | 2025-02-28T23:47:08.827Z | Checking xz2 v0.1.7 |
2194 | 2025-02-28T23:47:09.153Z | Checking subprocess v0.2.9 |
2195 | 2025-02-28T23:47:09.176Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2196 | 2025-02-28T23:47:09.295Z | Checking humantime v2.1.0 |
2197 | 2025-02-28T23:47:09.476Z | Compiling semver v0.1.20 |
2198 | 2025-02-28T23:47:09.585Z | Compiling typify-macro v0.3.0 |
2199 | 2025-02-28T23:47:09.630Z | Checking prettyplease v0.2.25 |
2200 | 2025-02-28T23:47:09.660Z | Checking half v2.4.1 |
2201 | 2025-02-28T23:47:10.024Z | Compiling rustc_version v0.1.7 |
2202 | 2025-02-28T23:47:10.122Z | Checking ciborium-io v0.2.2 |
2203 | 2025-02-28T23:47:10.261Z | Checking ciborium-ll v0.2.2 |
2204 | 2025-02-28T23:47:10.284Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2205 | 2025-02-28T23:47:10.434Z | Compiling newtype_derive v0.1.6 |
2206 | 2025-02-28T23:47:10.569Z | Checking ciborium v0.2.2 |
2207 | 2025-02-28T23:47:10.927Z | Checking steno v0.4.1 |
2208 | 2025-02-28T23:47:12.078Z | Compiling progenitor-macro v0.8.0 |
2209 | 2025-02-28T23:47:13.452Z | Compiling typify v0.3.0 |
2210 | 2025-02-28T23:47:13.603Z | Compiling progenitor-impl v0.9.1 |
2211 | 2025-02-28T23:47:13.782Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2212 | 2025-02-28T23:47:14.158Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2213 | 2025-02-28T23:47:14.579Z | Compiling slog-dtrace v0.3.0 |
2214 | 2025-02-28T23:47:14.946Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2215 | 2025-02-28T23:47:14.979Z | Checking display-error-chain v0.2.2 |
2216 | 2025-02-28T23:47:15.158Z | Checking gethostname v0.5.0 |
2217 | 2025-02-28T23:47:15.306Z | Checking nibble_vec v0.1.0 |
2218 | 2025-02-28T23:47:15.394Z | Compiling blake3 v1.5.4 |
2219 | 2025-02-28T23:47:15.508Z | Checking endian-type v0.1.2 |
2220 | 2025-02-28T23:47:15.539Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2221 | 2025-02-28T23:47:15.591Z | Checking keccak v0.1.5 |
2222 | 2025-02-28T23:47:15.743Z | Checking radix_trie v0.2.1 |
2223 | 2025-02-28T23:47:15.953Z | Checking sha3 v0.10.8 |
2224 | 2025-02-28T23:47:16.175Z | Checking universal-hash v0.5.1 |
2225 | 2025-02-28T23:47:16.358Z | Checking secrecy v0.8.0 |
2226 | 2025-02-28T23:47:16.390Z | Checking opaque-debug v0.3.1 |
2227 | 2025-02-28T23:47:16.502Z | Checking aead v0.5.2 |
2228 | 2025-02-28T23:47:16.613Z | Checking poly1305 v0.8.0 |
2229 | 2025-02-28T23:47:16.711Z | Checking chacha20 v0.9.1 |
2230 | 2025-02-28T23:47:17.099Z | Compiling memmap2 v0.9.5 |
2231 | 2025-02-28T23:47:17.127Z | Compiling constant_time_eq v0.3.1 |
2232 | 2025-02-28T23:47:17.336Z | Compiling arrayvec v0.7.6 |
2233 | 2025-02-28T23:47:17.529Z | Compiling arrayref v0.3.9 |
2234 | 2025-02-28T23:47:17.752Z | Compiling toolchain_find v0.4.0 |
2235 | 2025-02-28T23:47:17.892Z | Compiling thiserror-impl-no-std v2.0.2 |
2236 | 2025-02-28T23:47:18.089Z | Compiling topological-sort v0.2.2 |
2237 | 2025-02-28T23:47:18.148Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2238 | 2025-02-28T23:47:18.342Z | Compiling omicron-zone-package v0.12.0 |
2239 | 2025-02-28T23:47:18.380Z | Compiling rustfmt-wrapper v0.2.1 |
2240 | 2025-02-28T23:47:18.494Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2241 | 2025-02-28T23:47:18.890Z | Checking chacha20poly1305 v0.10.1 |
2242 | 2025-02-28T23:47:18.958Z | Compiling async-recursion v1.1.1 |
2243 | 2025-02-28T23:47:19.083Z | Checking fxhash v0.2.1 |
2244 | 2025-02-28T23:47:19.086Z | Compiling zip v2.1.3 |
2245 | 2025-02-28T23:47:19.291Z | Checking simd-adler32 v0.3.7 |
2246 | 2025-02-28T23:47:19.419Z | Checking lockfree-object-pool v0.1.6 |
2247 | 2025-02-28T23:47:19.662Z | Checking bumpalo v3.16.0 |
2248 | 2025-02-28T23:47:19.723Z | Checking maplit v1.0.2 |
2249 | 2025-02-28T23:47:19.851Z | Checking termcolor v1.4.1 |
2250 | 2025-02-28T23:47:20.003Z | Checking zopfli v0.8.1 |
2251 | 2025-02-28T23:47:20.089Z | Compiling radium v0.7.0 |
2252 | 2025-02-28T23:47:20.250Z | Compiling const_format_proc_macros v0.2.34 |
2253 | 2025-02-28T23:47:20.447Z | Compiling maybe-uninit v2.0.0 |
2254 | 2025-02-28T23:47:20.573Z | Compiling progenitor-macro v0.9.1 |
2255 | 2025-02-28T23:47:20.605Z | Checking tap v1.0.1 |
2256 | 2025-02-28T23:47:20.703Z | Checking thiserror-no-std v2.0.2 |
2257 | 2025-02-28T23:47:20.764Z | Checking wyz v0.5.1 |
2258 | 2025-02-28T23:47:20.832Z | Checking vsss-rs v3.3.4 |
2259 | 2025-02-28T23:47:21.123Z | Checking home v0.5.9 |
2260 | 2025-02-28T23:47:21.299Z | Compiling packed_struct v0.10.1 |
2261 | 2025-02-28T23:47:21.447Z | Checking crc-catalog v2.4.0 |
2262 | 2025-02-28T23:47:21.620Z | Checking funty v2.0.0 |
2263 | 2025-02-28T23:47:21.788Z | Checking crc v3.2.1 |
2264 | 2025-02-28T23:47:21.965Z | Checking kstat-rs v0.2.4 |
2265 | 2025-02-28T23:47:22.226Z | Checking const_format v0.2.34 |
2266 | 2025-02-28T23:47:22.273Z | Compiling packed_struct_codegen v0.10.1 |
2267 | 2025-02-28T23:47:22.325Z | Compiling vte_generate_state_changes v0.1.2 |
2268 | 2025-02-28T23:47:22.449Z | Checking bitvec v1.0.1 |
2269 | 2025-02-28T23:47:22.740Z | Compiling indexmap v1.9.3 |
2270 | 2025-02-28T23:47:22.967Z | Compiling libefi-sys v0.1.0 |
2271 | 2025-02-28T23:47:23.067Z | Checking nodrop v0.1.14 |
2272 | 2025-02-28T23:47:23.216Z | Checking array-init v0.0.4 |
2273 | 2025-02-28T23:47:23.348Z | Checking vte v0.11.1 |
2274 | 2025-02-28T23:47:23.799Z | Checking smallvec v0.6.14 |
2275 | 2025-02-28T23:47:24.145Z | Checking fd-lock v4.0.2 |
2276 | 2025-02-28T23:47:24.200Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2277 | 2025-02-28T23:47:24.286Z | Compiling bitfield-struct v0.6.2 |
2278 | 2025-02-28T23:47:24.341Z | Checking hashbrown v0.12.3 |
2279 | 2025-02-28T23:47:24.580Z | Checking bitfield v0.14.0 |
2280 | 2025-02-28T23:47:24.624Z | Checking progenitor v0.8.0 |
2281 | 2025-02-28T23:47:24.813Z | Checking strip-ansi-escapes v0.2.0 |
2282 | 2025-02-28T23:47:24.841Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2283 | 2025-02-28T23:47:24.891Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2284 | 2025-02-28T23:47:25.086Z | Checking serde-hex v0.1.0 |
2285 | 2025-02-28T23:47:25.640Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2286 | 2025-02-28T23:47:26.219Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2287 | 2025-02-28T23:47:26.284Z | Checking env_logger v0.10.2 |
2288 | 2025-02-28T23:47:26.480Z | Checking ron v0.8.1 |
2289 | 2025-02-28T23:47:26.770Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2290 | 2025-02-28T23:47:27.107Z | Checking hashbrown v0.13.2 |
2291 | 2025-02-28T23:47:27.769Z | Checking crc-any v2.5.0 |
2292 | 2025-02-28T23:47:28.106Z | Checking nu-ansi-term v0.50.1 |
2293 | 2025-02-28T23:47:28.171Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2294 | 2025-02-28T23:47:28.307Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2295 | 2025-02-28T23:47:28.513Z | Checking reedline v0.35.0 |
2296 | 2025-02-28T23:47:28.607Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2025-02-28T23:47:28.781Z | Checking object v0.30.4 |
2298 | 2025-02-28T23:47:28.975Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2299 | 2025-02-28T23:47:29.158Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2300 | 2025-02-28T23:47:29.514Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2301 | 2025-02-28T23:47:29.581Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2302 | 2025-02-28T23:47:29.757Z | Checking path-slash v0.1.5 |
2303 | 2025-02-28T23:47:29.919Z | Compiling parking_lot_core v0.8.6 |
2304 | 2025-02-28T23:47:31.568Z | Compiling phf_generator v0.11.2 |
2305 | 2025-02-28T23:47:31.611Z | Checking bytecount v0.6.8 |
2306 | 2025-02-28T23:47:31.786Z | Checking glob v0.3.2 |
2307 | 2025-02-28T23:47:31.810Z | Checking papergrid v0.11.0 |
2308 | 2025-02-28T23:47:32.115Z | Compiling phf_codegen v0.11.2 |
2309 | 2025-02-28T23:47:32.334Z | Checking parking_lot v0.11.2 |
2310 | 2025-02-28T23:47:32.476Z | Compiling tabled_derive v0.7.0 |
2311 | 2025-02-28T23:47:32.678Z | Compiling parse-zoneinfo v0.3.1 |
2312 | 2025-02-28T23:47:33.359Z | Compiling cfg_aliases v0.1.1 |
2313 | 2025-02-28T23:47:33.386Z | Checking progenitor v0.9.1 |
2314 | 2025-02-28T23:47:33.610Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2315 | 2025-02-28T23:47:33.720Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2316 | 2025-02-28T23:47:34.329Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2317 | 2025-02-28T23:47:34.405Z | Compiling nix v0.28.0 |
2318 | 2025-02-28T23:47:34.783Z | Checking tabled v0.15.0 |
2319 | 2025-02-28T23:47:35.243Z | Compiling chrono-tz-build v0.4.0 |
2320 | 2025-02-28T23:47:36.560Z | Checking sled v0.34.7 |
2321 | 2025-02-28T23:47:37.586Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2322 | 2025-02-28T23:47:37.628Z | Checking hickory-client v0.24.2 |
2323 | 2025-02-28T23:47:38.265Z | Checking hickory-server v0.24.2 |
2324 | 2025-02-28T23:47:38.745Z | Compiling chrono-tz v0.10.1 |
2325 | 2025-02-28T23:47:39.248Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2326 | 2025-02-28T23:47:39.438Z | Compiling unicase v2.7.0 |
2327 | 2025-02-28T23:47:39.498Z | Compiling buf-list v1.0.3 |
2328 | 2025-02-28T23:47:39.906Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2329 | 2025-02-28T23:47:40.264Z | Compiling peg-macros v0.8.4 |
2330 | 2025-02-28T23:47:40.952Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2331 | 2025-02-28T23:47:41.004Z | Compiling sqlparser_derive v0.2.2 |
2332 | 2025-02-28T23:47:42.030Z | Checking unicode_categories v0.1.1 |
2333 | 2025-02-28T23:47:42.071Z | Checking sqlparser v0.45.0 |
2334 | 2025-02-28T23:47:42.226Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2335 | 2025-02-28T23:47:42.340Z | Checking sqlformat v0.2.6 |
2336 | 2025-02-28T23:47:42.562Z | Checking rustyline v14.0.0 |
2337 | 2025-02-28T23:47:43.752Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2338 | 2025-02-28T23:47:44.218Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2339 | 2025-02-28T23:47:45.159Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2340 | 2025-02-28T23:47:46.708Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2341 | 2025-02-28T23:47:46.812Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2342 | 2025-02-28T23:47:48.333Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2343 | 2025-02-28T23:47:48.554Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2344 | 2025-02-28T23:47:48.760Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2345 | 2025-02-28T23:47:50.030Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2346 | 2025-02-28T23:47:50.324Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2347 | 2025-02-28T23:47:50.435Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2348 | 2025-02-28T23:47:51.091Z | Checking peg v0.8.4 |
2349 | 2025-02-28T23:47:51.149Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2350 | 2025-02-28T23:47:51.214Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2351 | 2025-02-28T23:47:51.570Z | Checking bcs v0.1.6 |
2352 | 2025-02-28T23:47:51.871Z | Checking termtree v0.5.1 |
2353 | 2025-02-28T23:47:52.112Z | Checking primeorder v0.13.6 |
2354 | 2025-02-28T23:47:52.581Z | Compiling mime_guess v2.0.5 |
2355 | 2025-02-28T23:47:52.606Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2356 | 2025-02-28T23:47:52.695Z | Checking nanorand v0.7.0 |
2357 | 2025-02-28T23:47:53.052Z | Checking http-range v0.1.5 |
2358 | 2025-02-28T23:47:53.222Z | Checking flume v0.11.1 |
2359 | 2025-02-28T23:47:53.545Z | Checking atty v0.2.14 |
2360 | 2025-02-28T23:47:53.666Z | Compiling salty v0.3.0 |
2361 | 2025-02-28T23:47:53.701Z | Checking p384 v0.13.0 |
2362 | 2025-02-28T23:47:54.135Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2363 | 2025-02-28T23:47:54.375Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2364 | 2025-02-28T23:47:54.538Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2365 | 2025-02-28T23:47:54.710Z | Checking hyper-staticfile v0.10.1 |
2366 | 2025-02-28T23:47:54.970Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2367 | 2025-02-28T23:47:55.219Z | Compiling dsl_auto_type v0.1.2 |
2368 | 2025-02-28T23:47:55.376Z | Checking scheduled-thread-pool v0.2.7 |
2369 | 2025-02-28T23:47:55.406Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2370 | 2025-02-28T23:47:55.433Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2371 | 2025-02-28T23:47:55.503Z | Checking env_filter v0.1.2 |
2372 | 2025-02-28T23:47:55.582Z | Compiling diesel_table_macro_syntax v0.2.0 |
2373 | 2025-02-28T23:47:55.616Z | Compiling crunchy v0.2.2 |
2374 | 2025-02-28T23:47:55.768Z | Checking env_logger v0.11.5 |
2375 | 2025-02-28T23:47:55.987Z | Checking r2d2 v0.8.10 |
2376 | 2025-02-28T23:47:56.113Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2377 | 2025-02-28T23:47:56.142Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2378 | 2025-02-28T23:47:56.174Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2379 | 2025-02-28T23:47:56.275Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2025-02-28T23:47:56.657Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2381 | 2025-02-28T23:47:56.682Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2382 | 2025-02-28T23:47:56.900Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2383 | 2025-02-28T23:47:57.716Z | Compiling diesel_derives v2.2.3 |
2384 | 2025-02-28T23:47:58.189Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2385 | 2025-02-28T23:47:58.392Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2386 | 2025-02-28T23:47:59.076Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2387 | 2025-02-28T23:47:59.755Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2388 | 2025-02-28T23:48:00.227Z | Compiling tiny-keccak v2.0.2 |
2389 | 2025-02-28T23:48:00.523Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2390 | 2025-02-28T23:48:00.935Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2391 | 2025-02-28T23:48:01.124Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2025-02-28T23:48:01.364Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2393 | 2025-02-28T23:48:01.584Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2025-02-28T23:48:02.398Z | Compiling ref-cast v1.0.23 |
2395 | 2025-02-28T23:48:03.310Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2396 | 2025-02-28T23:48:03.363Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2397 | 2025-02-28T23:48:03.688Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2398 | 2025-02-28T23:48:03.899Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2399 | 2025-02-28T23:48:03.930Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2400 | 2025-02-28T23:48:03.980Z | Compiling ascii-canvas v3.0.0 |
2401 | 2025-02-28T23:48:04.509Z | Compiling ena v0.14.3 |
2402 | 2025-02-28T23:48:04.681Z | Compiling ref-cast-impl v1.0.23 |
2403 | 2025-02-28T23:48:04.885Z | Compiling diff v0.1.13 |
2404 | 2025-02-28T23:48:05.468Z | Compiling regex-syntax v0.6.29 |
2405 | 2025-02-28T23:48:05.758Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2406 | 2025-02-28T23:48:06.013Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2407 | 2025-02-28T23:48:06.442Z | Compiling pin-project-internal v1.1.6 |
2408 | 2025-02-28T23:48:07.175Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2409 | 2025-02-28T23:48:07.512Z | Compiling derive_builder_core v0.20.2 |
2410 | 2025-02-28T23:48:08.694Z | Compiling lalrpop v0.19.12 |
2411 | 2025-02-28T23:48:09.306Z | Checking pin-project v1.1.6 |
2412 | 2025-02-28T23:48:09.402Z | Compiling libxml v0.3.3 |
2413 | 2025-02-28T23:48:09.497Z | Checking signal-hook-tokio v0.3.1 |
2414 | 2025-02-28T23:48:09.664Z | Checking diesel v2.2.6 |
2415 | 2025-02-28T23:48:09.702Z | Compiling strum_macros v0.24.3 |
2416 | 2025-02-28T23:48:09.779Z | Compiling derive_builder_macro v0.20.2 |
2417 | 2025-02-28T23:48:09.845Z | Compiling samael v0.0.17 |
2418 | 2025-02-28T23:48:10.065Z | Compiling snafu-derive v0.8.5 |
2419 | 2025-02-28T23:48:10.641Z | Compiling indoc v1.0.9 |
2420 | 2025-02-28T23:48:10.869Z | Checking derive_builder v0.20.2 |
2421 | 2025-02-28T23:48:11.589Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2422 | 2025-02-28T23:48:12.706Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2423 | 2025-02-28T23:48:12.795Z | Checking olpc-cjson v0.1.4 |
2424 | 2025-02-28T23:48:12.819Z | Checking globset v0.4.15 |
2425 | 2025-02-28T23:48:13.020Z | Checking quick-xml v0.33.0 |
2426 | 2025-02-28T23:48:13.078Z | Checking serde_plain v1.0.2 |
2427 | 2025-02-28T23:48:13.330Z | Compiling oso-derive v0.27.3 |
2428 | 2025-02-28T23:48:13.354Z | Compiling impl-trait-for-tuples v0.2.2 |
2429 | 2025-02-28T23:48:13.704Z | Compiling memoffset v0.9.1 |
2430 | 2025-02-28T23:48:14.044Z | Checking typed-path v0.9.3 |
2431 | 2025-02-28T23:48:14.536Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2432 | 2025-02-28T23:48:15.037Z | Checking snafu v0.8.5 |
2433 | 2025-02-28T23:48:15.520Z | Checking tungstenite v0.23.0 |
2434 | 2025-02-28T23:48:15.891Z | Checking tough v0.19.0 |
2435 | 2025-02-28T23:48:16.181Z | Compiling diesel-dtrace v0.4.2 |
2436 | 2025-02-28T23:48:16.380Z | Checking parse-size v1.1.0 |
2437 | 2025-02-28T23:48:16.626Z | Checking tokio-tungstenite v0.23.1 |
2438 | 2025-02-28T23:48:16.782Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2439 | 2025-02-28T23:48:17.097Z | Checking bb8 v0.8.5 |
2440 | 2025-02-28T23:48:17.120Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2441 | 2025-02-28T23:48:17.546Z | Checking nix v0.27.1 |
2442 | 2025-02-28T23:48:17.586Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2443 | 2025-02-28T23:48:17.854Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2444 | 2025-02-28T23:48:20.287Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2445 | 2025-02-28T23:48:20.330Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2446 | 2025-02-28T23:48:20.400Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2447 | 2025-02-28T23:48:20.631Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2448 | 2025-02-28T23:48:20.720Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2449 | 2025-02-28T23:48:20.946Z | Checking heck v0.4.1 |
2450 | 2025-02-28T23:48:21.177Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2451 | 2025-02-28T23:48:21.631Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2452 | 2025-02-28T23:48:21.688Z | Checking rand_seeder v0.3.0 |
2453 | 2025-02-28T23:48:21.950Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2454 | 2025-02-28T23:48:22.100Z | Checking assert_matches v1.5.0 |
2455 | 2025-02-28T23:48:22.218Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2456 | 2025-02-28T23:48:22.281Z | Compiling libz-sys v1.1.20 |
2457 | 2025-02-28T23:48:22.387Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2025-02-28T23:48:22.446Z | Checking castaway v0.2.3 |
2459 | 2025-02-28T23:48:22.610Z | Checking is_ci v1.2.0 |
2460 | 2025-02-28T23:48:22.639Z | Checking compact_str v0.8.0 |
2461 | 2025-02-28T23:48:22.763Z | Checking supports-color v3.0.1 |
2462 | 2025-02-28T23:48:22.987Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2463 | 2025-02-28T23:48:23.061Z | Checking unicode-truncate v1.1.0 |
2464 | 2025-02-28T23:48:23.323Z | Checking lru v0.12.5 |
2465 | 2025-02-28T23:48:23.427Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2466 | 2025-02-28T23:48:23.508Z | Compiling instability v0.3.2 |
2467 | 2025-02-28T23:48:23.602Z | Checking cassowary v0.3.0 |
2468 | 2025-02-28T23:48:24.039Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2025-02-28T23:48:24.249Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2470 | 2025-02-28T23:48:24.423Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2471 | 2025-02-28T23:48:24.456Z | Checking ratatui v0.28.1 |
2472 | 2025-02-28T23:48:25.251Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2473 | 2025-02-28T23:48:25.376Z | Compiling vergen v8.3.2 |
2474 | 2025-02-28T23:48:25.682Z | Compiling cargo-platform v0.1.8 |
2475 | 2025-02-28T23:48:25.761Z | Checking unicode-linebreak v0.1.5 |
2476 | 2025-02-28T23:48:26.189Z | Checking smawk v0.3.2 |
2477 | 2025-02-28T23:48:26.224Z | Compiling cargo_metadata v0.18.1 |
2478 | 2025-02-28T23:48:26.389Z | Checking textwrap v0.16.1 |
2479 | 2025-02-28T23:48:26.829Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2480 | 2025-02-28T23:48:27.390Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2481 | 2025-02-28T23:48:27.529Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2482 | 2025-02-28T23:48:28.166Z | Compiling libsqlite3-sys v0.30.1 |
2483 | 2025-02-28T23:48:28.640Z | Compiling cfg_aliases v0.2.1 |
2484 | 2025-02-28T23:48:28.764Z | Checking shell-words v1.1.0 |
2485 | 2025-02-28T23:48:28.902Z | Compiling rustls v0.21.12 |
2486 | 2025-02-28T23:48:28.944Z | Compiling nix v0.29.0 |
2487 | 2025-02-28T23:48:29.280Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2488 | 2025-02-28T23:48:29.311Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2489 | 2025-02-28T23:48:29.596Z | Checking sct v0.7.1 |
2490 | 2025-02-28T23:48:29.629Z | Checking rustls-webpki v0.101.7 |
2491 | 2025-02-28T23:48:29.864Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2492 | 2025-02-28T23:48:30.190Z | Checking hashlink v0.9.1 |
2493 | 2025-02-28T23:48:30.214Z | Checking concurrent-queue v2.5.0 |
2494 | 2025-02-28T23:48:30.529Z | Checking parking v2.2.1 |
2495 | 2025-02-28T23:48:30.727Z | Checking plotters-backend v0.3.7 |
2496 | 2025-02-28T23:48:30.749Z | Checking fallible-streaming-iterator v0.1.9 |
2497 | 2025-02-28T23:48:30.772Z | Checking fallible-iterator v0.3.0 |
2498 | 2025-02-28T23:48:31.048Z | Checking plotters-svg v0.3.7 |
2499 | 2025-02-28T23:48:31.270Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2500 | 2025-02-28T23:48:31.354Z | Checking rusqlite v0.32.1 |
2501 | 2025-02-28T23:48:31.416Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2502 | 2025-02-28T23:48:31.458Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2503 | 2025-02-28T23:48:32.043Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2504 | 2025-02-28T23:48:32.612Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2025-02-28T23:48:32.800Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2506 | 2025-02-28T23:48:33.131Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2507 | 2025-02-28T23:48:33.319Z | Checking tokio-rustls v0.24.1 |
2508 | 2025-02-28T23:48:33.434Z | Checking rustls-pemfile v1.0.4 |
2509 | 2025-02-28T23:48:33.650Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2510 | 2025-02-28T23:48:33.704Z | Checking twox-hash v2.1.0 |
2511 | 2025-02-28T23:48:33.983Z | Checking cast v0.3.0 |
2512 | 2025-02-28T23:48:34.264Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2513 | 2025-02-28T23:48:34.285Z | Checking criterion-plot v0.5.0 |
2514 | 2025-02-28T23:48:34.339Z | Checking plotters v0.3.7 |
2515 | 2025-02-28T23:48:34.719Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2516 | 2025-02-28T23:48:36.058Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2517 | 2025-02-28T23:48:36.551Z | Checking fatfs v0.3.6 |
2518 | 2025-02-28T23:48:37.023Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2519 | 2025-02-28T23:48:37.520Z | Checking tinytemplate v1.2.1 |
2520 | 2025-02-28T23:48:37.762Z | Checking csv-core v0.1.11 |
2521 | 2025-02-28T23:48:37.922Z | Checking hex-literal v0.4.1 |
2522 | 2025-02-28T23:48:38.020Z | Checking oorandom v11.1.4 |
2523 | 2025-02-28T23:48:38.083Z | Checking anes v0.1.6 |
2524 | 2025-02-28T23:48:38.107Z | Checking csv v1.3.1 |
2525 | 2025-02-28T23:48:38.206Z | Checking event-listener v5.3.1 |
2526 | 2025-02-28T23:48:38.441Z | Checking criterion v0.5.1 |
2527 | 2025-02-28T23:48:38.615Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2528 | 2025-02-28T23:48:38.925Z | Checking rtoolbox v0.0.2 |
2529 | 2025-02-28T23:48:39.114Z | Checking rpassword v7.3.1 |
2530 | 2025-02-28T23:48:39.289Z | Checking event-listener-strategy v0.5.2 |
2531 | 2025-02-28T23:48:39.535Z | Checking tui-tree-widget v0.22.0 |
2532 | 2025-02-28T23:48:39.878Z | Checking polyval v0.6.2 |
2533 | 2025-02-28T23:48:40.185Z | Checking ghash v0.5.1 |
2534 | 2025-02-28T23:48:40.372Z | Checking futures-lite v2.3.0 |
2535 | 2025-02-28T23:48:41.085Z | Checking async-bb8-diesel v0.2.1 |
2536 | 2025-02-28T23:48:41.757Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2537 | 2025-02-28T23:48:42.010Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2538 | 2025-02-28T23:48:42.564Z | Checking ctr v0.9.2 |
2539 | 2025-02-28T23:48:43.028Z | Checking yansi v1.0.1 |
2540 | 2025-02-28T23:48:43.233Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2541 | 2025-02-28T23:48:43.328Z | Checking aes-gcm v0.10.3 |
2542 | 2025-02-28T23:48:43.567Z | Checking pretty_assertions v1.4.1 |
2543 | 2025-02-28T23:48:43.591Z | Checking ssh-encoding v0.2.0 |
2544 | 2025-02-28T23:48:43.786Z | Checking blowfish v0.9.1 |
2545 | 2025-02-28T23:48:43.951Z | Checking ssh-cipher v0.2.0 |
2546 | 2025-02-28T23:48:44.028Z | Checking bcrypt-pbkdf v0.10.0 |
2547 | 2025-02-28T23:48:44.229Z | Checking async-lock v3.4.0 |
2548 | 2025-02-28T23:48:44.302Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2549 | 2025-02-28T23:48:45.054Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2550 | 2025-02-28T23:48:45.166Z | Checking polling v3.7.3 |
2551 | 2025-02-28T23:48:45.572Z | Checking password-hash v0.4.2 |
2552 | 2025-02-28T23:48:45.998Z | Checking pbkdf2 v0.11.0 |
2553 | 2025-02-28T23:48:46.317Z | Checking async-io v2.3.4 |
2554 | 2025-02-28T23:48:46.386Z | Checking ssh-key v0.6.6 |
2555 | 2025-02-28T23:48:47.281Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2556 | 2025-02-28T23:48:48.010Z | Checking p521 v0.13.3 |
2557 | 2025-02-28T23:48:48.034Z | Checking p256 v0.13.2 |
2558 | 2025-02-28T23:48:48.580Z | Checking russh-cryptovec v0.7.3 |
2559 | 2025-02-28T23:48:48.819Z | Compiling doc-comment v0.3.3 |
2560 | 2025-02-28T23:48:49.352Z | Checking md5 v0.7.0 |
2561 | 2025-02-28T23:48:49.377Z | Checking async-task v4.7.1 |
2562 | 2025-02-28T23:48:49.380Z | Compiling target-lexicon v0.12.16 |
2563 | 2025-02-28T23:48:49.659Z | Checking russh-keys v0.45.0 |
2564 | 2025-02-28T23:48:49.900Z | Checking async-channel v2.3.1 |
2565 | 2025-02-28T23:48:50.224Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2566 | 2025-02-28T23:48:50.430Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2567 | 2025-02-28T23:48:50.937Z | Checking piper v0.2.4 |
2568 | 2025-02-28T23:48:51.159Z | Checking num-bigint v0.4.6 |
2569 | 2025-02-28T23:48:51.183Z | Checking des v0.8.1 |
2570 | 2025-02-28T23:48:51.479Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2571 | 2025-02-28T23:48:51.888Z | Compiling guppy-workspace-hack v0.1.0 |
2572 | 2025-02-28T23:48:52.200Z | Compiling assert_cmd v2.0.16 |
2573 | 2025-02-28T23:48:52.351Z | Checking futures-timer v3.0.3 |
2574 | 2025-02-28T23:48:52.658Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2575 | 2025-02-28T23:48:52.713Z | Checking blocking v1.6.1 |
2576 | 2025-02-28T23:48:53.422Z | Checking russh v0.45.0 |
2577 | 2025-02-28T23:48:53.555Z | Checking async-executor v1.13.1 |
2578 | 2025-02-28T23:48:53.920Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2579 | 2025-02-28T23:48:53.973Z | Checking async-signal v0.2.10 |
2580 | 2025-02-28T23:48:54.243Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2581 | 2025-02-28T23:48:54.665Z | Compiling target-spec v3.2.2 |
2582 | 2025-02-28T23:48:54.804Z | Checking internet-checksum v0.2.1 |
2583 | 2025-02-28T23:48:55.000Z | Checking event-listener v2.5.3 |
2584 | 2025-02-28T23:48:55.234Z | Checking async-channel v1.9.0 |
2585 | 2025-02-28T23:48:55.447Z | Checking async-process v2.3.0 |
2586 | 2025-02-28T23:48:55.766Z | Checking async-global-executor v2.4.1 |
2587 | 2025-02-28T23:48:56.059Z | Checking cfg-expr v0.17.0 |
2588 | 2025-02-28T23:48:56.328Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2589 | 2025-02-28T23:48:56.380Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2590 | 2025-02-28T23:48:56.881Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2591 | 2025-02-28T23:48:57.319Z | Checking httptest v0.16.1 |
2592 | 2025-02-28T23:48:57.441Z | Checking rustls-native-certs v0.7.3 |
2593 | 2025-02-28T23:48:57.639Z | Compiling petname v2.0.2 |
2594 | 2025-02-28T23:48:57.705Z | Checking num_cpus v1.16.0 |
2595 | 2025-02-28T23:48:57.818Z | Checking kv-log-macro v1.0.7 |
2596 | 2025-02-28T23:48:57.965Z | Compiling async-attributes v1.1.2 |
2597 | 2025-02-28T23:48:58.822Z | Checking async-std v1.13.0 |
2598 | 2025-02-28T23:48:59.008Z | Checking threadpool v1.8.1 |
2599 | 2025-02-28T23:48:59.244Z | Checking hyper-rustls v0.26.0 |
2600 | 2025-02-28T23:48:59.991Z | Checking pathdiff v0.2.2 |
2601 | 2025-02-28T23:48:59.996Z | Compiling rstest_macros v0.23.0 |
2602 | 2025-02-28T23:49:00.113Z | Checking nested v0.1.1 |
2603 | 2025-02-28T23:49:00.158Z | Checking escape8259 v0.5.3 |
2604 | 2025-02-28T23:49:00.339Z | Compiling target-triple v0.1.3 |
2605 | 2025-02-28T23:49:00.374Z | Checking libtest-mimic v0.7.3 |
2606 | 2025-02-28T23:49:00.548Z | Checking guppy v0.17.8 |
2607 | 2025-02-28T23:49:00.874Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2608 | 2025-02-28T23:49:01.738Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2609 | 2025-02-28T23:49:02.060Z | Checking similar-asserts v1.6.0 |
2610 | 2025-02-28T23:49:02.211Z | Checking async-object-pool v0.1.5 |
2611 | 2025-02-28T23:49:02.309Z | Checking fancy-regex v0.13.0 |
2612 | 2025-02-28T23:49:02.379Z | Checking serde_regex v1.1.0 |
2613 | 2025-02-28T23:49:02.506Z | Checking assert-json-diff v2.0.2 |
2614 | 2025-02-28T23:49:02.670Z | Compiling proc-macro-crate v3.2.0 |
2615 | 2025-02-28T23:49:02.783Z | Checking path-tree v0.8.1 |
2616 | 2025-02-28T23:49:03.040Z | Checking stringmetrics v2.2.2 |
2617 | 2025-02-28T23:49:03.138Z | Compiling relative-path v1.9.3 |
2618 | 2025-02-28T23:49:03.311Z | Checking sync-ptr v0.1.1 |
2619 | 2025-02-28T23:49:03.537Z | Checking httpmock v0.8.0-alpha.1 |
2620 | 2025-02-28T23:49:03.761Z | Checking datatest-stable v0.2.9 |
2621 | 2025-02-28T23:49:03.962Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2622 | 2025-02-28T23:49:04.049Z | Checking blake2b_simd v1.0.2 |
2623 | 2025-02-28T23:49:04.948Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2624 | 2025-02-28T23:49:05.379Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2625 | 2025-02-28T23:49:05.685Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2626 | 2025-02-28T23:49:06.003Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2627 | 2025-02-28T23:49:06.337Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2628 | 2025-02-28T23:49:06.911Z | Checking serde_tokenstream v0.2.2 |
2629 | 2025-02-28T23:49:07.312Z | Checking uzers v0.12.1 |
2630 | 2025-02-28T23:49:07.942Z | Checking rust-argon2 v2.1.0 |
2631 | 2025-02-28T23:49:08.383Z | Checking trybuild v1.0.101 |
2632 | 2025-02-28T23:49:08.424Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2633 | 2025-02-28T23:49:09.501Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2634 | 2025-02-28T23:49:09.525Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2635 | 2025-02-28T23:49:10.703Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2636 | 2025-02-28T23:49:11.020Z | Checking rand_distr v0.4.3 |
2637 | 2025-02-28T23:49:11.796Z | Checking multimap v0.10.0 |
2638 | 2025-02-28T23:49:12.111Z | Checking approx v0.5.1 |
2639 | 2025-02-28T23:49:12.412Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2640 | 2025-02-28T23:49:12.905Z | Checking rstest v0.23.0 |
2641 | 2025-02-28T23:49:13.139Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2642 | 2025-02-28T23:49:14.075Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2643 | 2025-02-28T23:49:14.400Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2644 | 2025-02-28T23:49:15.269Z | Checking partial-io v0.5.4 |
2645 | 2025-02-28T23:49:15.456Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2646 | 2025-02-28T23:49:15.643Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2647 | 2025-02-28T23:49:15.744Z | Checking cargo_toml v0.20.5 |
2648 | 2025-02-28T23:49:15.768Z | Checking termios v0.3.3 |
2649 | 2025-02-28T23:49:15.994Z | Compiling indoc v2.0.5 |
2650 | 2025-02-28T23:49:16.931Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2651 | 2025-02-28T23:49:17.643Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2652 | 2025-02-28T23:49:18.019Z | Compiling git2 v0.19.0 |
2653 | 2025-02-28T23:49:18.709Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2654 | 2025-02-28T23:49:22.470Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2655 | 2025-02-28T23:49:26.643Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2656 | 2025-02-28T23:49:34.934Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2657 | 2025-02-28T23:49:38.644Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2658 | 2025-02-28T23:49:46.439Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2659 | 2025-02-28T23:50:14.228Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2660 | 2025-02-28T23:50:15.015Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2661 | 2025-02-28T23:50:15.072Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2662 | 2025-02-28T23:50:32.376Z | Compiling polar-core v0.27.3 |
2663 | 2025-02-28T23:50:39.874Z | Checking oso v0.27.3 |
2664 | 2025-02-28T23:51:15.534Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2665 | 2025-02-28T23:51:15.537Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2666 | 2025-02-28T23:51:15.537Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2667 | 2025-02-28T23:52:28.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s |
2668 | 2025-02-28T23:52:29.211Z | |
2669 | 2025-02-28T23:52:29.211Z | real 6:26.715131101 |
2670 | 2025-02-28T23:52:29.211Z | user 33:56.728821325 |
2671 | 2025-02-28T23:52:29.211Z | sys 5:04.054094459 |
2672 | 2025-02-28T23:52:29.211Z | trap 0.978982262 |
2673 | 2025-02-28T23:52:29.211Z | tflt 1.772584848 |
2674 | 2025-02-28T23:52:29.211Z | dflt 0.350168520 |
2675 | 2025-02-28T23:52:29.211Z | kflt 0.001121828 |
2676 | 2025-02-28T23:52:29.211Z | lock 47:45.321028579 |
2677 | 2025-02-28T23:52:29.215Z | slp 1:54:57.369920254 |
2678 | 2025-02-28T23:52:29.215Z | lat 1:43.413263653 |
2679 | 2025-02-28T23:52:29.215Z | stop 6:45.678011059 |
2680 | 2025-02-28T23:52:29.215Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2681 | 2025-02-28T23:52:29.215Z | + ptime -m cargo doc --workspace --no-deps |
2682 | 2025-02-28T23:52:30.410Z | warning: output filename collision. |
2683 | 2025-02-28T23:52:30.410Z | 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)`. |
2684 | 2025-02-28T23:52:30.410Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2685 | 2025-02-28T23:52:30.410Z | The targets should have unique names. |
2686 | 2025-02-28T23:52:30.410Z | This is a known bug where multiple crates with the same name use |
2687 | 2025-02-28T23:52:30.410Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2688 | 2025-02-28T23:52:30.880Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2689 | 2025-02-28T23:52:30.954Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2690 | 2025-02-28T23:52:30.979Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2691 | 2025-02-28T23:52:31.020Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2692 | 2025-02-28T23:52:31.047Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2693 | 2025-02-28T23:52:31.077Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2694 | 2025-02-28T23:52:31.078Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2695 | 2025-02-28T23:52:31.293Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2696 | 2025-02-28T23:52:31.322Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2697 | 2025-02-28T23:52:31.355Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2698 | 2025-02-28T23:52:31.395Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2699 | 2025-02-28T23:52:31.572Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2700 | 2025-02-28T23:52:31.690Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2701 | 2025-02-28T23:52:31.890Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2702 | 2025-02-28T23:52:32.077Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2703 | 2025-02-28T23:52:32.126Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2704 | 2025-02-28T23:52:32.557Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2705 | 2025-02-28T23:52:32.916Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2706 | 2025-02-28T23:52:33.126Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2707 | 2025-02-28T23:52:33.194Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2708 | 2025-02-28T23:52:33.279Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2709 | 2025-02-28T23:52:33.465Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2710 | 2025-02-28T23:52:33.619Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2711 | 2025-02-28T23:52:33.793Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2712 | 2025-02-28T23:52:34.177Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2713 | 2025-02-28T23:52:34.647Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2714 | 2025-02-28T23:52:34.707Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2715 | 2025-02-28T23:52:35.032Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2716 | 2025-02-28T23:52:35.175Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2717 | 2025-02-28T23:52:35.239Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2718 | 2025-02-28T23:52:35.262Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2719 | 2025-02-28T23:52:35.480Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2720 | 2025-02-28T23:52:35.550Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2721 | 2025-02-28T23:52:35.685Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2722 | 2025-02-28T23:52:35.714Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2723 | 2025-02-28T23:52:35.830Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2724 | 2025-02-28T23:52:36.071Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2725 | 2025-02-28T23:52:36.254Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2726 | 2025-02-28T23:52:36.346Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2727 | 2025-02-28T23:52:36.399Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2728 | 2025-02-28T23:52:36.790Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2729 | 2025-02-28T23:52:36.793Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2730 | 2025-02-28T23:52:36.826Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2731 | 2025-02-28T23:52:36.829Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2732 | 2025-02-28T23:52:37.749Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2733 | 2025-02-28T23:52:38.050Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2734 | 2025-02-28T23:52:38.453Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2735 | 2025-02-28T23:52:39.411Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2736 | 2025-02-28T23:52:39.499Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2737 | 2025-02-28T23:52:39.864Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2738 | 2025-02-28T23:52:40.377Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2739 | 2025-02-28T23:52:40.585Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2740 | 2025-02-28T23:52:40.892Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2741 | 2025-02-28T23:52:42.850Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2742 | 2025-02-28T23:52:43.423Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2743 | 2025-02-28T23:52:43.724Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2744 | 2025-02-28T23:52:44.726Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2745 | 2025-02-28T23:52:45.345Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2746 | 2025-02-28T23:52:45.405Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2747 | 2025-02-28T23:52:45.545Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2748 | 2025-02-28T23:52:46.096Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2749 | 2025-02-28T23:52:46.260Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2750 | 2025-02-28T23:52:47.004Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2751 | 2025-02-28T23:52:47.569Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2752 | 2025-02-28T23:52:47.925Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2025-02-28T23:52:49.920Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2754 | 2025-02-28T23:52:50.464Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2755 | 2025-02-28T23:52:51.738Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2756 | 2025-02-28T23:52:52.017Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2757 | 2025-02-28T23:52:52.172Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2758 | 2025-02-28T23:52:52.298Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2759 | 2025-02-28T23:52:52.718Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2760 | 2025-02-28T23:52:52.960Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2761 | 2025-02-28T23:52:53.068Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2762 | 2025-02-28T23:52:54.179Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2763 | 2025-02-28T23:52:54.838Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2764 | 2025-02-28T23:52:55.461Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2765 | 2025-02-28T23:52:55.484Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2766 | 2025-02-28T23:52:55.504Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2767 | 2025-02-28T23:52:55.573Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2768 | 2025-02-28T23:52:55.904Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2769 | 2025-02-28T23:52:56.420Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2770 | 2025-02-28T23:52:56.648Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2771 | 2025-02-28T23:52:56.725Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2772 | 2025-02-28T23:52:56.910Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2773 | 2025-02-28T23:52:57.238Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2774 | 2025-02-28T23:52:57.488Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2775 | 2025-02-28T23:52:58.112Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2776 | 2025-02-28T23:52:58.200Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2777 | 2025-02-28T23:52:58.407Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2778 | 2025-02-28T23:52:58.517Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2779 | 2025-02-28T23:52:59.255Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2780 | 2025-02-28T23:52:59.321Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2781 | 2025-02-28T23:52:59.746Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2782 | 2025-02-28T23:52:59.921Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2783 | 2025-02-28T23:53:00.025Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2784 | 2025-02-28T23:53:00.218Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2785 | 2025-02-28T23:53:00.537Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2786 | 2025-02-28T23:53:00.633Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2787 | 2025-02-28T23:53:00.791Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2788 | 2025-02-28T23:53:01.300Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2789 | 2025-02-28T23:53:01.529Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2790 | 2025-02-28T23:53:01.773Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2791 | 2025-02-28T23:53:02.078Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2792 | 2025-02-28T23:53:03.202Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2793 | 2025-02-28T23:53:04.121Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2794 | 2025-02-28T23:53:05.914Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2795 | 2025-02-28T23:53:06.077Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2796 | 2025-02-28T23:53:06.283Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2797 | 2025-02-28T23:53:06.357Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2798 | 2025-02-28T23:53:06.809Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2799 | 2025-02-28T23:53:06.923Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2800 | 2025-02-28T23:53:06.945Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2801 | 2025-02-28T23:53:06.965Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2802 | 2025-02-28T23:53:08.096Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2803 | 2025-02-28T23:53:08.099Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2804 | 2025-02-28T23:53:08.425Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2805 | 2025-02-28T23:53:08.607Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2806 | 2025-02-28T23:53:08.785Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2807 | 2025-02-28T23:53:08.822Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2808 | 2025-02-28T23:53:08.892Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2809 | 2025-02-28T23:53:11.641Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2810 | 2025-02-28T23:53:13.162Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2811 | 2025-02-28T23:53:13.262Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2812 | 2025-02-28T23:53:13.852Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2813 | 2025-02-28T23:53:14.196Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2814 | 2025-02-28T23:53:14.260Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2815 | 2025-02-28T23:53:14.329Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2816 | 2025-02-28T23:53:14.419Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2817 | 2025-02-28T23:53:16.285Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2818 | 2025-02-28T23:53:17.784Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2819 | 2025-02-28T23:53:18.197Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2820 | 2025-02-28T23:53:19.191Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2821 | 2025-02-28T23:53:19.253Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2822 | 2025-02-28T23:53:25.274Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2823 | 2025-02-28T23:53:25.853Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2824 | 2025-02-28T23:53:26.520Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2825 | 2025-02-28T23:53:29.896Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2826 | 2025-02-28T23:53:34.181Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2827 | 2025-02-28T23:53:35.007Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2828 | 2025-02-28T23:53:35.698Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2829 | 2025-02-28T23:53:35.724Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2830 | 2025-02-28T23:53:36.188Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2831 | 2025-02-28T23:53:36.856Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2832 | 2025-02-28T23:53:36.966Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2833 | 2025-02-28T23:53:39.651Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2834 | 2025-02-28T23:53:40.316Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2835 | 2025-02-28T23:53:40.640Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2836 | 2025-02-28T23:53:40.805Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2837 | 2025-02-28T23:53:43.355Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2838 | 2025-02-28T23:53:44.413Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2839 | 2025-02-28T23:53:45.656Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2840 | 2025-02-28T23:53:46.131Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2841 | 2025-02-28T23:53:46.519Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2842 | 2025-02-28T23:53:47.491Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2843 | 2025-02-28T23:53:48.299Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2844 | 2025-02-28T23:53:49.222Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2845 | 2025-02-28T23:53:50.375Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2846 | 2025-02-28T23:53:51.101Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2847 | 2025-02-28T23:53:51.192Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2848 | 2025-02-28T23:53:52.335Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2849 | 2025-02-28T23:53:53.543Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2850 | 2025-02-28T23:53:54.167Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2851 | 2025-02-28T23:53:54.684Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2852 | 2025-02-28T23:53:55.086Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2853 | 2025-02-28T23:53:55.606Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2854 | 2025-02-28T23:53:57.000Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2855 | 2025-02-28T23:53:57.842Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2856 | 2025-02-28T23:53:58.453Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2857 | 2025-02-28T23:53:58.534Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2858 | 2025-02-28T23:53:59.494Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2859 | 2025-02-28T23:53:59.804Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2860 | 2025-02-28T23:54:01.122Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2861 | 2025-02-28T23:54:02.064Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2862 | 2025-02-28T23:54:02.810Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2863 | 2025-02-28T23:54:02.969Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2864 | 2025-02-28T23:54:03.588Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2865 | 2025-02-28T23:54:03.834Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2866 | 2025-02-28T23:54:04.633Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2867 | 2025-02-28T23:54:06.023Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2868 | 2025-02-28T23:54:07.288Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2869 | 2025-02-28T23:54:07.462Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2870 | 2025-02-28T23:54:08.417Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2871 | 2025-02-28T23:54:09.271Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2872 | 2025-02-28T23:54:09.891Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2873 | 2025-02-28T23:54:10.168Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2874 | 2025-02-28T23:54:11.181Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2875 | 2025-02-28T23:54:12.472Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2876 | 2025-02-28T23:54:12.509Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2877 | 2025-02-28T23:54:13.722Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2878 | 2025-02-28T23:54:14.437Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2879 | 2025-02-28T23:54:15.212Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2880 | 2025-02-28T23:54:16.237Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2881 | 2025-02-28T23:54:16.878Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2882 | 2025-02-28T23:54:17.449Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2883 | 2025-02-28T23:54:18.814Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2884 | 2025-02-28T23:54:19.442Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2885 | 2025-02-28T23:54:20.410Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2886 | 2025-02-28T23:54:21.849Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2887 | 2025-02-28T23:54:22.761Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2888 | 2025-02-28T23:54:23.280Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2889 | 2025-02-28T23:54:23.601Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2890 | 2025-02-28T23:54:25.276Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2891 | 2025-02-28T23:54:26.663Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2892 | 2025-02-28T23:54:27.183Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2893 | 2025-02-28T23:54:27.218Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2894 | 2025-02-28T23:54:27.347Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2895 | 2025-02-28T23:54:28.846Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2896 | 2025-02-28T23:54:28.854Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2897 | 2025-02-28T23:54:30.531Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2898 | 2025-02-28T23:54:31.172Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2899 | 2025-02-28T23:54:31.762Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2900 | 2025-02-28T23:54:31.819Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2901 | 2025-02-28T23:54:32.298Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2902 | 2025-02-28T23:54:34.077Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2903 | 2025-02-28T23:54:34.441Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2904 | 2025-02-28T23:54:35.179Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2905 | 2025-02-28T23:54:35.587Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2906 | 2025-02-28T23:54:35.675Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2907 | 2025-02-28T23:54:35.902Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2908 | 2025-02-28T23:54:36.075Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2909 | 2025-02-28T23:54:37.051Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2910 | 2025-02-28T23:54:37.076Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2911 | 2025-02-28T23:54:37.110Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2912 | 2025-02-28T23:54:55.006Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2913 | 2025-02-28T23:54:55.018Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2914 | 2025-02-28T23:54:55.018Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2915 | 2025-02-28T23:54:55.018Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2916 | 2025-02-28T23:54:55.957Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2917 | 2025-02-28T23:54:56.033Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2918 | 2025-02-28T23:54:56.088Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2919 | 2025-02-28T23:54:56.171Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2920 | 2025-02-28T23:55:01.713Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2921 | 2025-02-28T23:55:02.799Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2922 | 2025-02-28T23:55:03.811Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2923 | 2025-02-28T23:55:44.300Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2924 | 2025-02-28T23:55:50.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 21s |
2925 | 2025-02-28T23:55:51.104Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2926 | 2025-02-28T23:55:51.170Z | |
2927 | 2025-02-28T23:55:51.170Z | real 3:21.877620596 |
2928 | 2025-02-28T23:55:51.170Z | user 17:41.919269409 |
2929 | 2025-02-28T23:55:51.170Z | sys 2:31.712723559 |
2930 | 2025-02-28T23:55:51.170Z | trap 0.478320810 |
2931 | 2025-02-28T23:55:51.170Z | tflt 0.260319000 |
2932 | 2025-02-28T23:55:51.173Z | dflt 0.090226891 |
2933 | 2025-02-28T23:55:51.173Z | kflt 0.000013816 |
2934 | 2025-02-28T23:55:51.173Z | lock 28:15.402789648 |
2935 | 2025-02-28T23:55:51.173Z | slp 49:59.220513390 |
2936 | 2025-02-28T23:55:51.173Z | lat 1:10.746317401 |
2937 | 2025-02-28T23:55:51.173Z | stop 1:19.010902272 |
2938 | 2025-02-28T23:55:51.173Z | process exited: duration 932472 ms, exit code 0 |
|
2939 | 2025-02-28T23:55:51.181Z | found 0 output files |