|
|
|
1 | 2025-01-31T04:42:01.371Z | job assigned to worker 01JJXAKFDBE8VWG41NC2KTFGJW [factory aws, i-0bdad349938fc1cbb] (queued for 50 s) |
|
2 | 2025-01-31T04:42:09.358Z | starting task 0: "setup" |
3 | 2025-01-31T04:42:09.367Z | ++ uname -s |
4 | 2025-01-31T04:42:09.370Z | + kern=SunOS |
5 | 2025-01-31T04:42:09.370Z | + build_user=build |
6 | 2025-01-31T04:42:09.370Z | + build_uid=12345 |
7 | 2025-01-31T04:42:09.370Z | + work_dir=/work |
8 | 2025-01-31T04:42:09.370Z | + input_dir=/input |
9 | 2025-01-31T04:42:09.370Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T04:42:09.370Z | + case "$kern" in |
11 | 2025-01-31T04:42:09.370Z | + groupadd -g 12345 build |
12 | 2025-01-31T04:42:09.372Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T04:42:11.380Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T04:42:11.499Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T04:42:11.502Z | + home_fs=zfs |
16 | 2025-01-31T04:42:11.502Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T04:42:11.502Z | + mkdir -p /home/build |
18 | 2025-01-31T04:42:11.504Z | + chown build:build /home/build /work |
19 | 2025-01-31T04:42:13.506Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T04:42:13.509Z | process exited: duration 4152 ms, exit code 0 |
|
21 | 2025-01-31T04:42:13.514Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T04:42:13.521Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-01-31T04:42:13.521Z | * rust toolchain channel = "1.84.1" |
24 | 2025-01-31T04:42:13.521Z | * rust toolchain profile = "default" |
25 | 2025-01-31T04:42:13.521Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-01-31T04:42:13.521Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-01-31T04:42:13.521Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T04:42:13.524Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T04:42:13.524Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-01-31T04:42:13.820Z | info: downloading installer |
31 | 2025-01-31T04:42:15.328Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T04:42:15.328Z | warning: /opt/ooce/bin |
33 | 2025-01-31T04:42:15.328Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T04:42:15.328Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T04:42:15.328Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T04:42:15.328Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T04:42:15.328Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T04:42:15.328Z | error: cannot install while Rust is installed |
39 | 2025-01-31T04:42:15.328Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T04:42:15.345Z | info: profile set to 'default' |
41 | 2025-01-31T04:42:15.345Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T04:42:15.347Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-01-31T04:42:15.528Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-01-31T04:42:15.528Z | info: downloading component 'cargo' |
45 | 2025-01-31T04:42:16.560Z | info: downloading component 'clippy' |
46 | 2025-01-31T04:42:16.956Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T04:42:18.364Z | info: downloading component 'rust-std' |
48 | 2025-01-31T04:42:20.641Z | info: downloading component 'rustc' |
49 | 2025-01-31T04:42:28.695Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T04:42:28.999Z | info: installing component 'cargo' |
51 | 2025-01-31T04:42:29.823Z | info: installing component 'clippy' |
52 | 2025-01-31T04:42:30.202Z | info: installing component 'rust-docs' |
53 | 2025-01-31T04:42:31.883Z | info: installing component 'rust-std' |
54 | 2025-01-31T04:42:33.731Z | info: installing component 'rustc' |
55 | 2025-01-31T04:42:39.806Z | info: installing component 'rustfmt' |
56 | 2025-01-31T04:42:40.138Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-01-31T04:42:40.138Z | |
58 | 2025-01-31T04:42:40.525Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-01-31T04:42:40.525Z | |
60 | 2025-01-31T04:42:40.528Z | |
61 | 2025-01-31T04:42:40.528Z | Rust is installed now. Great! |
62 | 2025-01-31T04:42:40.528Z | |
63 | 2025-01-31T04:42:40.528Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T04:42:40.529Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T04:42:40.529Z | |
66 | 2025-01-31T04:42:40.529Z | To configure your current shell, you need to source |
67 | 2025-01-31T04:42:40.529Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T04:42:40.529Z | |
69 | 2025-01-31T04:42:40.529Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T04:42:40.529Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T04:42:40.529Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T04:42:40.600Z | + rustup --version |
73 | 2025-01-31T04:42:40.608Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T04:42:40.608Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T04:42:40.685Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-01-31T04:42:40.688Z | + cargo --version |
77 | 2025-01-31T04:42:40.746Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-01-31T04:42:40.749Z | + rustc --version |
79 | 2025-01-31T04:42:40.809Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-01-31T04:42:40.812Z | process exited: duration 27296 ms, exit code 0 |
|
81 | 2025-01-31T04:42:40.817Z | starting task 2: "authentication" |
82 | 2025-01-31T04:42:40.838Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-01-31T04:42:40.844Z | starting task 3: "clone repository" |
84 | 2025-01-31T04:42:40.849Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-01-31T04:42:40.852Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-01-31T04:42:40.975Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-01-31T04:42:49.218Z | + cd /work/oxidecomputer/omicron |
88 | 2025-01-31T04:42:49.218Z | + git fetch origin dca2481cd962df162b787691858917fe3eff2e70 |
89 | 2025-01-31T04:42:49.539Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-01-31T04:42:49.539Z | * branch dca2481cd962df162b787691858917fe3eff2e70 -> FETCH_HEAD |
91 | 2025-01-31T04:42:49.550Z | + [[ -n iliana/1.84.1 ]] |
92 | 2025-01-31T04:42:49.552Z | ++ git branch --show-current |
93 | 2025-01-31T04:42:49.555Z | + current=main |
94 | 2025-01-31T04:42:49.555Z | + [[ main != iliana/1.84.1 ]] |
95 | 2025-01-31T04:42:49.555Z | + git branch -f iliana/1.84.1 dca2481cd962df162b787691858917fe3eff2e70 |
96 | 2025-01-31T04:42:49.557Z | + git checkout -f iliana/1.84.1 |
97 | 2025-01-31T04:42:49.740Z | Switched to branch 'iliana/1.84.1' |
98 | 2025-01-31T04:42:49.743Z | + git reset --hard dca2481cd962df162b787691858917fe3eff2e70 |
99 | 2025-01-31T04:42:49.755Z | HEAD is now at dca2481cd Update to Rust 1.84.1 |
100 | 2025-01-31T04:42:49.757Z | process exited: duration 8911 ms, exit code 0 |
|
101 | 2025-01-31T04:42:49.762Z | starting task 4: "build" |
102 | 2025-01-31T04:42:49.768Z | + source ./env.sh |
103 | 2025-01-31T04:42:49.768Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-01-31T04:42:49.768Z | ++ set -o xtrace |
105 | 2025-01-31T04:42:49.771Z | ++++ dirname ./env.sh |
106 | 2025-01-31T04:42:49.774Z | +++ readlink -f . |
107 | 2025-01-31T04:42:49.776Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-01-31T04:42:49.776Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-01-31T04:42:49.776Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-01-31T04:42:49.776Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-01-31T04:42:49.776Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-01-31T04:42:49.776Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-01-31T04:42:49.776Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-01-31T04:42:49.777Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-01-31T04:42:49.777Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-01-31T04:42:49.777Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-01-31T04:42:49.777Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-01-31T04:42:49.777Z | + source .github/buildomat/ci-env.sh |
119 | 2025-01-31T04:42:49.777Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-01-31T04:42:49.777Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-01-31T04:42:49.777Z | + cargo --version |
122 | 2025-01-31T04:42:49.827Z | cargo 1.84.1 (66221abde 2024-11-19) |
123 | 2025-01-31T04:42:49.830Z | + rustc --version |
124 | 2025-01-31T04:42:49.890Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
125 | 2025-01-31T04:42:49.893Z | + banner prerequisites |
126 | 2025-01-31T04:42:49.895Z | |
127 | 2025-01-31T04:42:49.895Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-01-31T04:42:49.895Z | # # # # # # # # # # # # # # # |
129 | 2025-01-31T04:42:49.895Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-01-31T04:42:49.895Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-01-31T04:42:49.895Z | # # # # # # # # # # # # # # # |
132 | 2025-01-31T04:42:49.895Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-01-31T04:42:49.896Z | |
134 | 2025-01-31T04:42:49.898Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-01-31T04:42:51.421Z | pkg list: illegal option -- F |
136 | 2025-01-31T04:42:51.421Z | Usage: |
137 | 2025-01-31T04:42:51.423Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-01-31T04:42:51.424Z | [pkg_fmri_pattern ...] |
139 | 2025-01-31T04:42:52.289Z | pkg list: illegal option -- F |
140 | 2025-01-31T04:42:52.289Z | Usage: |
141 | 2025-01-31T04:42:52.289Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-01-31T04:42:52.291Z | [pkg_fmri_pattern ...] |
143 | 2025-01-31T04:43:02.973Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-01-31T04:43:07.165Z | Startup: Caching catalogs ... Done |
145 | 2025-01-31T04:43:18.683Z | Planning: Solver setup ... Done (10.711s) |
146 | 2025-01-31T04:43:18.833Z | Planning: Running solver ... Done (0.150s) |
147 | 2025-01-31T04:43:19.053Z | Planning: Finding local manifests ... Done (0.109s) |
148 | 2025-01-31T04:43:19.108Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-01-31T04:43:22.261Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-01-31T04:43:22.540Z | Planning: Package planning ... Done (0.279s) |
151 | 2025-01-31T04:43:22.598Z | Planning: Merging actions ... Done (0.058s) |
152 | 2025-01-31T04:43:22.939Z | Planning: Checking for conflicting actions ... Done (0.341s) |
153 | 2025-01-31T04:43:25.848Z | Planning: Consolidating action changes ... Done (2.908s) |
154 | 2025-01-31T04:43:26.244Z | Planning: Evaluating mediators ... Done (0.397s) |
155 | 2025-01-31T04:43:26.327Z | Planning: Planning completed in 19.06 seconds |
156 | 2025-01-31T04:43:26.342Z | Packages to install: 4 |
157 | 2025-01-31T04:43:26.342Z | Packages to update: 3 |
158 | 2025-01-31T04:43:26.345Z | Mediators to change: 2 |
159 | 2025-01-31T04:43:26.345Z | Services to change: 1 |
160 | 2025-01-31T04:43:26.345Z | Estimated space available: 155.61 GB |
161 | 2025-01-31T04:43:26.345Z | Estimated space to be consumed: 1.65 GB |
162 | 2025-01-31T04:43:26.345Z | Create boot environment: No |
163 | 2025-01-31T04:43:26.345Z | Create backup boot environment: Yes |
164 | 2025-01-31T04:43:26.345Z | Rebuild boot archive: No |
165 | 2025-01-31T04:43:26.345Z | |
166 | 2025-01-31T04:43:26.345Z | Changed mediators: |
167 | 2025-01-31T04:43:26.345Z | mediator clang: |
168 | 2025-01-31T04:43:26.345Z | version: None -> 15 (system default) |
169 | 2025-01-31T04:43:26.345Z | |
170 | 2025-01-31T04:43:26.345Z | mediator llvm: |
171 | 2025-01-31T04:43:26.345Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-01-31T04:43:26.345Z | |
173 | 2025-01-31T04:43:26.345Z | Changed packages: |
174 | 2025-01-31T04:43:26.345Z | helios-dev |
175 | 2025-01-31T04:43:26.345Z | developer/build-essential |
176 | 2025-01-31T04:43:26.345Z | None -> 11-2.0 |
177 | 2025-01-31T04:43:26.345Z | library/libxmlsec1 |
178 | 2025-01-31T04:43:26.346Z | None -> 1.2.35-2.0 |
179 | 2025-01-31T04:43:26.346Z | ooce/developer/clang-15 |
180 | 2025-01-31T04:43:26.346Z | None -> 15.0.7-2.0 |
181 | 2025-01-31T04:43:26.346Z | ooce/developer/llvm-15 |
182 | 2025-01-31T04:43:26.346Z | None -> 15.0.7-2.0 |
183 | 2025-01-31T04:43:26.346Z | package/pkg |
184 | 2025-01-31T04:43:26.346Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-01-31T04:43:26.346Z | system/library/g++-runtime |
186 | 2025-01-31T04:43:26.346Z | 13-2.0 -> 14-2.0 |
187 | 2025-01-31T04:43:26.346Z | system/library/gcc-runtime |
188 | 2025-01-31T04:43:26.346Z | 13-2.0 -> 14-2.0 |
189 | 2025-01-31T04:43:26.346Z | |
190 | 2025-01-31T04:43:26.346Z | Services: |
191 | 2025-01-31T04:43:26.346Z | restart_fmri: |
192 | 2025-01-31T04:43:26.346Z | svc:/system/update-man-index:default |
193 | 2025-01-31T04:43:26.346Z | |
194 | 2025-01-31T04:43:26.346Z | Editable files to change: |
195 | 2025-01-31T04:43:26.346Z | Update: |
196 | 2025-01-31T04:43:26.346Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-01-31T04:43:26.481Z | |
198 | 2025-01-31T04:43:26.481Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-01-31T04:43:32.593Z | Download: 209/4301 items 1.3/225.4MB 0% complete (468k/s) |
200 | 2025-01-31T04:43:57.546Z | Download: 212/4301 items 1.3/225.4MB 0% complete |
201 | 2025-01-31T04:44:02.549Z | Download: 772/4301 items 18.6/225.4MB 8% complete (3.5M/s) |
202 | 2025-01-31T04:44:07.552Z | Download: 1303/4301 items 114.1/225.4MB 50% complete (11.3M/s) |
203 | 2025-01-31T04:44:12.554Z | Download: 2089/4301 items 118.9/225.4MB 52% complete (10.1M/s) |
204 | 2025-01-31T04:44:17.961Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (8.4M/s) |
205 | 2025-01-31T04:44:22.967Z | Download: 2623/4301 items 120.6/225.4MB 53% complete (165k/s) |
206 | 2025-01-31T04:44:27.968Z | Download: 3179/4301 items 170.9/225.4MB 75% complete (5.3M/s) |
207 | 2025-01-31T04:44:33.665Z | Download: 3278/4301 items 210.4/225.4MB 93% complete (8.9M/s) |
208 | 2025-01-31T04:44:37.663Z | Download: Completed 225.42 MB in 71.18 seconds (3.2M/s) |
209 | 2025-01-31T04:44:39.695Z | Actions: 1/5122 actions (Removing old actions) |
210 | 2025-01-31T04:44:39.710Z | Actions: 194/5122 actions (Installing new actions) |
211 | 2025-01-31T04:44:44.510Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-01-31T04:44:44.853Z | Actions: Completed 5122 actions in 5.16 seconds. |
213 | 2025-01-31T04:44:45.248Z | Done (0.387s) |
214 | 2025-01-31T04:44:45.251Z | Done (0.001s) |
215 | 2025-01-31T04:44:45.836Z | Done (0.585s) |
216 | 2025-01-31T04:44:50.634Z | Done (4.565s) |
217 | 2025-01-31T04:44:50.811Z | Done (0.108s) |
218 | 2025-01-31T04:44:50.813Z | Done (0.000s) |
219 | 2025-01-31T04:44:51.052Z | Done (0.000s) |
220 | 2025-01-31T04:44:51.772Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-01-31T04:44:51.934Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-01-31T04:44:51.936Z | Planning: Consolidating action changes ... Done |
223 | 2025-01-31T04:44:52.201Z | Planning: Evaluating mediators ... Done |
224 | 2025-01-31T04:44:52.204Z | Planning: Planning completed in 0.43 seconds |
225 | 2025-01-31T04:44:52.241Z | Mediators to change: 2 |
226 | 2025-01-31T04:44:52.241Z | Create boot environment: No |
227 | 2025-01-31T04:44:52.243Z | Create backup boot environment: No |
228 | 2025-01-31T04:44:52.340Z | Done |
229 | 2025-01-31T04:44:52.341Z | Done |
230 | 2025-01-31T04:44:52.702Z | Done |
231 | 2025-01-31T04:44:56.342Z | Done |
232 | 2025-01-31T04:44:56.434Z | Done |
233 | 2025-01-31T04:44:56.437Z | Done |
234 | 2025-01-31T04:44:56.568Z | Done |
235 | 2025-01-31T04:44:57.179Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-01-31T04:44:57.181Z | Planning: Merging actions ... Done |
237 | 2025-01-31T04:44:57.373Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-01-31T04:44:57.376Z | Planning: Consolidating action changes ... Done |
239 | 2025-01-31T04:44:57.637Z | Planning: Evaluating mediators ... Done |
240 | 2025-01-31T04:44:57.692Z | Planning: Planning completed in 0.76 seconds |
241 | 2025-01-31T04:44:57.733Z | Packages to change: 1 |
242 | 2025-01-31T04:44:57.733Z | Mediators to change: 1 |
243 | 2025-01-31T04:44:57.735Z | Services to change: 1 |
244 | 2025-01-31T04:44:57.735Z | Create boot environment: No |
245 | 2025-01-31T04:44:57.735Z | Create backup boot environment: Yes |
246 | 2025-01-31T04:45:00.092Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-01-31T04:45:00.095Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-01-31T04:45:00.095Z | Done |
249 | 2025-01-31T04:45:00.095Z | Done |
250 | 2025-01-31T04:45:00.215Z | Done |
251 | 2025-01-31T04:45:04.177Z | Done |
252 | 2025-01-31T04:45:04.278Z | Done |
253 | 2025-01-31T04:45:04.281Z | Done |
254 | 2025-01-31T04:45:04.411Z | Done |
255 | 2025-01-31T04:45:04.867Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-01-31T04:45:04.867Z | clang system 15 system |
257 | 2025-01-31T04:45:04.867Z | csh system system illumos |
258 | 2025-01-31T04:45:04.867Z | ctags system system illumos |
259 | 2025-01-31T04:45:04.867Z | gcc vendor 12 vendor |
260 | 2025-01-31T04:45:04.867Z | gcc system 10 system |
261 | 2025-01-31T04:45:04.867Z | gcc system 7 system |
262 | 2025-01-31T04:45:04.867Z | go system 1.20 system |
263 | 2025-01-31T04:45:04.867Z | go system 1.19 system |
264 | 2025-01-31T04:45:04.867Z | llvm system 15 system |
265 | 2025-01-31T04:45:04.867Z | llvm system 14 system |
266 | 2025-01-31T04:45:04.867Z | mariadb system 10.6 system |
267 | 2025-01-31T04:45:04.867Z | mta vendor vendor dma |
268 | 2025-01-31T04:45:04.867Z | openjdk system 17 system |
269 | 2025-01-31T04:45:04.867Z | openjdk system 11 system |
270 | 2025-01-31T04:45:04.867Z | openjdk system 1.8 system |
271 | 2025-01-31T04:45:04.867Z | openssl vendor 3 vendor |
272 | 2025-01-31T04:45:04.867Z | perl system 5.36 system |
273 | 2025-01-31T04:45:04.867Z | postgresql system 15 system |
274 | 2025-01-31T04:45:04.868Z | postgresql system 13 system |
275 | 2025-01-31T04:45:04.868Z | python vendor 3 vendor |
276 | 2025-01-31T04:45:04.868Z | python system 2 system |
277 | 2025-01-31T04:45:04.868Z | python3 system 3.11 system |
278 | 2025-01-31T04:45:04.868Z | ruby system 3.0 system |
279 | 2025-01-31T04:45:04.868Z | words vendor vendor american-english |
280 | 2025-01-31T04:45:04.868Z | words system system australian-english |
281 | 2025-01-31T04:45:04.868Z | words system system british-english |
282 | 2025-01-31T04:45:04.868Z | words system system canadian-english |
283 | 2025-01-31T04:45:04.868Z | words system system french |
284 | 2025-01-31T04:45:04.868Z | words system system italian |
285 | 2025-01-31T04:45:04.868Z | words system system ngerman |
286 | 2025-01-31T04:45:04.868Z | words system system ogerman |
287 | 2025-01-31T04:45:04.868Z | words system system spanish |
288 | 2025-01-31T04:45:05.213Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-01-31T04:45:05.213Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-01-31T04:45:08.064Z | FMRI IFO |
291 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-01-31T04:45:08.064Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-01-31T04:45:08.828Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-01-31T04:45:09.101Z | Updating crates.io index |
308 | 2025-01-31T04:45:09.104Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
309 | 2025-01-31T04:45:09.509Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
310 | 2025-01-31T04:45:10.016Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
311 | 2025-01-31T04:45:10.281Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
312 | 2025-01-31T04:45:10.539Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
313 | 2025-01-31T04:45:10.808Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
314 | 2025-01-31T04:45:11.779Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
315 | 2025-01-31T04:45:13.590Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2025-01-31T04:45:14.221Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
317 | 2025-01-31T04:45:15.018Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
318 | 2025-01-31T04:45:15.345Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
319 | 2025-01-31T04:45:15.593Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
320 | 2025-01-31T04:45:16.235Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
321 | 2025-01-31T04:45:16.566Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
322 | 2025-01-31T04:45:16.845Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
323 | 2025-01-31T04:45:17.101Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
324 | 2025-01-31T04:45:17.344Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
325 | 2025-01-31T04:45:17.630Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
326 | 2025-01-31T04:45:17.910Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
327 | 2025-01-31T04:45:18.193Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
328 | 2025-01-31T04:45:18.487Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
329 | 2025-01-31T04:45:18.800Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
330 | 2025-01-31T04:45:19.177Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
331 | 2025-01-31T04:45:19.434Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
332 | 2025-01-31T04:45:19.895Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
333 | 2025-01-31T04:45:20.160Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
334 | 2025-01-31T04:45:20.568Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
335 | 2025-01-31T04:45:20.926Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
336 | 2025-01-31T04:45:21.246Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2025-01-31T04:45:21.468Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2025-01-31T04:45:21.716Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
339 | 2025-01-31T04:45:22.941Z | Downloading crates ... |
340 | 2025-01-31T04:45:23.055Z | Downloaded anyhow v1.0.95 |
341 | 2025-01-31T04:45:23.060Z | Downloaded camino v1.1.9 |
342 | 2025-01-31T04:45:23.065Z | Downloaded block-buffer v0.10.4 |
343 | 2025-01-31T04:45:23.074Z | Downloaded equivalent v1.0.1 |
344 | 2025-01-31T04:45:23.084Z | Downloaded usdt-macro v0.5.0 |
345 | 2025-01-31T04:45:23.098Z | Downloaded dtrace-parser v0.2.0 |
346 | 2025-01-31T04:45:23.102Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2025-01-31T04:45:23.104Z | Downloaded digest v0.10.7 |
348 | 2025-01-31T04:45:23.107Z | Downloaded anstyle v1.0.10 |
349 | 2025-01-31T04:45:23.112Z | Downloaded cfg-if v1.0.0 |
350 | 2025-01-31T04:45:23.112Z | Downloaded byteorder v1.5.0 |
351 | 2025-01-31T04:45:23.115Z | Downloaded tabled_derive v0.7.0 |
352 | 2025-01-31T04:45:23.118Z | Downloaded swrite v0.1.0 |
353 | 2025-01-31T04:45:23.121Z | Downloaded cargo_metadata v0.18.1 |
354 | 2025-01-31T04:45:23.121Z | Downloaded smawk v0.3.2 |
355 | 2025-01-31T04:45:23.149Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2025-01-31T04:45:23.149Z | Downloaded scroll_derive v0.12.0 |
357 | 2025-01-31T04:45:23.149Z | Downloaded pretty-hex v0.4.1 |
358 | 2025-01-31T04:45:23.205Z | Downloaded macaddr v1.0.1 |
359 | 2025-01-31T04:45:23.205Z | Downloaded dof v0.3.0 |
360 | 2025-01-31T04:45:23.205Z | Downloaded camino-tempfile v1.1.1 |
361 | 2025-01-31T04:45:23.205Z | Downloaded serde_spanned v0.6.8 |
362 | 2025-01-31T04:45:23.205Z | Downloaded thread-id v4.2.2 |
363 | 2025-01-31T04:45:23.205Z | Downloaded version_check v0.9.5 |
364 | 2025-01-31T04:45:23.205Z | Downloaded terminal_size v0.4.0 |
365 | 2025-01-31T04:45:23.205Z | Downloaded heck v0.5.0 |
366 | 2025-01-31T04:45:23.205Z | Downloaded crypto-common v0.1.6 |
367 | 2025-01-31T04:45:23.205Z | Downloaded heck v0.4.1 |
368 | 2025-01-31T04:45:23.205Z | Downloaded scroll v0.12.0 |
369 | 2025-01-31T04:45:23.205Z | Downloaded bytecount v0.6.8 |
370 | 2025-01-31T04:45:23.205Z | Downloaded sha2 v0.10.8 |
371 | 2025-01-31T04:45:23.205Z | Downloaded is_terminal_polyfill v1.70.1 |
372 | 2025-01-31T04:45:23.205Z | Downloaded fs-err v2.11.0 |
373 | 2025-01-31T04:45:23.232Z | Downloaded cargo_toml v0.20.5 |
374 | 2025-01-31T04:45:23.232Z | Downloaded cargo-platform v0.1.8 |
375 | 2025-01-31T04:45:23.232Z | Downloaded colorchoice v1.0.2 |
376 | 2025-01-31T04:45:23.232Z | Downloaded anstyle-query v1.1.1 |
377 | 2025-01-31T04:45:23.232Z | Downloaded unicode-linebreak v0.1.5 |
378 | 2025-01-31T04:45:23.232Z | Downloaded errno v0.3.9 |
379 | 2025-01-31T04:45:23.232Z | Downloaded clap_lex v0.7.4 |
380 | 2025-01-31T04:45:23.232Z | Downloaded autocfg v1.4.0 |
381 | 2025-01-31T04:45:23.232Z | Downloaded clap_derive v4.5.24 |
382 | 2025-01-31T04:45:23.232Z | Downloaded usdt-impl v0.5.0 |
383 | 2025-01-31T04:45:23.232Z | Downloaded semver v1.0.24 |
384 | 2025-01-31T04:45:23.232Z | Downloaded utf8parse v0.2.2 |
385 | 2025-01-31T04:45:23.232Z | Downloaded pest_generator v2.7.14 |
386 | 2025-01-31T04:45:23.232Z | Downloaded plain v0.2.3 |
387 | 2025-01-31T04:45:23.232Z | Downloaded zerocopy-derive v0.7.35 |
388 | 2025-01-31T04:45:23.232Z | Downloaded fnv v1.0.7 |
389 | 2025-01-31T04:45:23.232Z | Downloaded proc-macro-error v1.0.4 |
390 | 2025-01-31T04:45:23.232Z | Downloaded strsim v0.11.1 |
391 | 2025-01-31T04:45:23.232Z | Downloaded once_cell v1.20.2 |
392 | 2025-01-31T04:45:23.232Z | Downloaded usdt v0.5.0 |
393 | 2025-01-31T04:45:23.233Z | Downloaded anstream v0.6.15 |
394 | 2025-01-31T04:45:23.233Z | Downloaded serde_tokenstream v0.2.2 |
395 | 2025-01-31T04:45:23.233Z | Downloaded fastrand v2.1.1 |
396 | 2025-01-31T04:45:23.233Z | Downloaded thiserror-impl v1.0.69 |
397 | 2025-01-31T04:45:23.233Z | Downloaded pest_derive v2.7.14 |
398 | 2025-01-31T04:45:23.233Z | Downloaded memmap v0.7.0 |
399 | 2025-01-31T04:45:23.233Z | Downloaded ucd-trie v0.1.7 |
400 | 2025-01-31T04:45:23.255Z | Downloaded typenum v1.17.0 |
401 | 2025-01-31T04:45:23.255Z | Downloaded bitflags v2.6.0 |
402 | 2025-01-31T04:45:23.255Z | Downloaded thiserror v1.0.69 |
403 | 2025-01-31T04:45:23.255Z | Downloaded toml_datetime v0.6.8 |
404 | 2025-01-31T04:45:23.255Z | Downloaded quote v1.0.38 |
405 | 2025-01-31T04:45:23.255Z | Downloaded anstyle-parse v0.2.5 |
406 | 2025-01-31T04:45:23.255Z | Downloaded cpufeatures v0.2.14 |
407 | 2025-01-31T04:45:23.255Z | Downloaded generic-array v0.14.7 |
408 | 2025-01-31T04:45:23.259Z | Downloaded pest_meta v2.7.14 |
409 | 2025-01-31T04:45:23.259Z | Downloaded unicode-ident v1.0.14 |
410 | 2025-01-31T04:45:23.259Z | Downloaded tempfile v3.13.0 |
411 | 2025-01-31T04:45:23.259Z | Downloaded log v0.4.22 |
412 | 2025-01-31T04:45:23.275Z | Downloaded clap v4.5.27 |
413 | 2025-01-31T04:45:23.285Z | Downloaded textwrap v0.16.1 |
414 | 2025-01-31T04:45:23.288Z | Downloaded ryu v1.0.18 |
415 | 2025-01-31T04:45:23.290Z | Downloaded toml v0.8.19 |
416 | 2025-01-31T04:45:23.300Z | Downloaded serde v1.0.217 |
417 | 2025-01-31T04:45:23.306Z | Downloaded proc-macro2 v1.0.92 |
418 | 2025-01-31T04:45:23.308Z | Downloaded papergrid v0.11.0 |
419 | 2025-01-31T04:45:23.313Z | Downloaded serde_derive v1.0.217 |
420 | 2025-01-31T04:45:23.316Z | Downloaded indexmap v2.7.1 |
421 | 2025-01-31T04:45:23.323Z | Downloaded memchr v2.7.4 |
422 | 2025-01-31T04:45:23.336Z | Downloaded toml_edit v0.22.22 |
423 | 2025-01-31T04:45:23.367Z | Downloaded zerocopy v0.7.35 |
424 | 2025-01-31T04:45:23.382Z | Downloaded pest v2.7.14 |
425 | 2025-01-31T04:45:23.388Z | Downloaded hashbrown v0.15.1 |
426 | 2025-01-31T04:45:23.397Z | Downloaded serde_json v1.0.135 |
427 | 2025-01-31T04:45:23.403Z | Downloaded itoa v1.0.11 |
428 | 2025-01-31T04:45:23.407Z | Downloaded clap_builder v4.5.27 |
429 | 2025-01-31T04:45:23.414Z | Downloaded winnow v0.6.20 |
430 | 2025-01-31T04:45:23.422Z | Downloaded tabled v0.15.0 |
431 | 2025-01-31T04:45:23.436Z | Downloaded goblin v0.8.2 |
432 | 2025-01-31T04:45:23.442Z | Downloaded syn v1.0.109 |
433 | 2025-01-31T04:45:23.453Z | Downloaded unicode-width v0.1.14 |
434 | 2025-01-31T04:45:23.457Z | Downloaded syn v2.0.96 |
435 | 2025-01-31T04:45:23.467Z | Downloaded rustix v0.38.37 |
436 | 2025-01-31T04:45:23.499Z | Downloaded libc v0.2.169 |
437 | 2025-01-31T04:45:23.808Z | Compiling proc-macro2 v1.0.92 |
438 | 2025-01-31T04:45:23.811Z | Compiling unicode-ident v1.0.14 |
439 | 2025-01-31T04:45:23.811Z | Compiling serde v1.0.217 |
440 | 2025-01-31T04:45:23.811Z | Compiling version_check v0.9.5 |
441 | 2025-01-31T04:45:23.811Z | Compiling memchr v2.7.4 |
442 | 2025-01-31T04:45:23.811Z | Compiling thiserror v1.0.69 |
443 | 2025-01-31T04:45:23.811Z | Compiling libc v0.2.169 |
444 | 2025-01-31T04:45:23.844Z | Compiling itoa v1.0.11 |
445 | 2025-01-31T04:45:24.072Z | Compiling ucd-trie v0.1.7 |
446 | 2025-01-31T04:45:24.176Z | Compiling ryu v1.0.18 |
447 | 2025-01-31T04:45:24.599Z | Compiling once_cell v1.20.2 |
448 | 2025-01-31T04:45:24.666Z | Compiling byteorder v1.5.0 |
449 | 2025-01-31T04:45:24.670Z | Compiling serde_json v1.0.135 |
450 | 2025-01-31T04:45:24.842Z | Compiling rustix v0.38.37 |
451 | 2025-01-31T04:45:25.112Z | Compiling bitflags v2.6.0 |
452 | 2025-01-31T04:45:25.209Z | Compiling proc-macro-error-attr v1.0.4 |
453 | 2025-01-31T04:45:25.409Z | Compiling usdt-impl v0.5.0 |
454 | 2025-01-31T04:45:25.437Z | Compiling syn v1.0.109 |
455 | 2025-01-31T04:45:25.495Z | Compiling proc-macro-error v1.0.4 |
456 | 2025-01-31T04:45:25.590Z | Compiling equivalent v1.0.1 |
457 | 2025-01-31T04:45:25.622Z | Compiling camino v1.1.9 |
458 | 2025-01-31T04:45:25.721Z | Compiling quote v1.0.38 |
459 | 2025-01-31T04:45:25.723Z | Compiling errno v0.3.9 |
460 | 2025-01-31T04:45:25.988Z | Compiling plain v0.2.3 |
461 | 2025-01-31T04:45:26.015Z | Compiling utf8parse v0.2.2 |
462 | 2025-01-31T04:45:26.120Z | Compiling syn v2.0.96 |
463 | 2025-01-31T04:45:26.151Z | Compiling log v0.4.22 |
464 | 2025-01-31T04:45:26.197Z | Compiling hashbrown v0.15.1 |
465 | 2025-01-31T04:45:26.303Z | Compiling anstyle-parse v0.2.5 |
466 | 2025-01-31T04:45:26.414Z | Compiling thread-id v4.2.2 |
467 | 2025-01-31T04:45:26.617Z | Compiling pretty-hex v0.4.1 |
468 | 2025-01-31T04:45:26.667Z | Compiling autocfg v1.4.0 |
469 | 2025-01-31T04:45:26.839Z | Compiling colorchoice v1.0.2 |
470 | 2025-01-31T04:45:26.911Z | Compiling unicode-width v0.1.14 |
471 | 2025-01-31T04:45:27.008Z | Compiling semver v1.0.24 |
472 | 2025-01-31T04:45:27.202Z | Compiling indexmap v2.7.1 |
473 | 2025-01-31T04:45:27.228Z | Compiling anstyle-query v1.1.1 |
474 | 2025-01-31T04:45:27.405Z | Compiling is_terminal_polyfill v1.70.1 |
475 | 2025-01-31T04:45:27.456Z | Compiling winnow v0.6.20 |
476 | 2025-01-31T04:45:27.503Z | Compiling anstyle v1.0.10 |
477 | 2025-01-31T04:45:27.696Z | Compiling fs-err v2.11.0 |
478 | 2025-01-31T04:45:27.902Z | Compiling terminal_size v0.4.0 |
479 | 2025-01-31T04:45:27.932Z | Compiling anstream v0.6.15 |
480 | 2025-01-31T04:45:28.146Z | Compiling cfg-if v1.0.0 |
481 | 2025-01-31T04:45:28.265Z | Compiling heck v0.4.1 |
482 | 2025-01-31T04:45:28.397Z | Compiling strsim v0.11.1 |
483 | 2025-01-31T04:45:28.430Z | Compiling fastrand v2.1.1 |
484 | 2025-01-31T04:45:28.509Z | Compiling bytecount v0.6.8 |
485 | 2025-01-31T04:45:28.581Z | Compiling fnv v1.0.7 |
486 | 2025-01-31T04:45:28.720Z | Compiling anyhow v1.0.95 |
487 | 2025-01-31T04:45:28.747Z | Compiling heck v0.5.0 |
488 | 2025-01-31T04:45:28.750Z | Compiling clap_lex v0.7.4 |
489 | 2025-01-31T04:45:28.929Z | Compiling tempfile v3.13.0 |
490 | 2025-01-31T04:45:29.209Z | Compiling clap_builder v4.5.27 |
491 | 2025-01-31T04:45:29.242Z | Compiling papergrid v0.11.0 |
492 | 2025-01-31T04:45:29.747Z | Compiling memmap v0.7.0 |
493 | 2025-01-31T04:45:29.779Z | Compiling unicode-linebreak v0.1.5 |
494 | 2025-01-31T04:45:29.884Z | Compiling smawk v0.3.2 |
495 | 2025-01-31T04:45:30.302Z | Compiling textwrap v0.16.1 |
496 | 2025-01-31T04:45:30.681Z | Compiling swrite v0.1.0 |
497 | 2025-01-31T04:45:31.438Z | Compiling tabled_derive v0.7.0 |
498 | 2025-01-31T04:45:32.928Z | Compiling tabled v0.15.0 |
499 | 2025-01-31T04:45:32.967Z | Compiling serde_derive v1.0.217 |
500 | 2025-01-31T04:45:32.967Z | Compiling thiserror-impl v1.0.69 |
501 | 2025-01-31T04:45:33.090Z | Compiling zerocopy-derive v0.7.35 |
502 | 2025-01-31T04:45:33.115Z | Compiling scroll_derive v0.12.0 |
503 | 2025-01-31T04:45:33.325Z | Compiling clap_derive v4.5.24 |
504 | 2025-01-31T04:45:34.527Z | Compiling scroll v0.12.0 |
505 | 2025-01-31T04:45:34.970Z | Compiling goblin v0.8.2 |
506 | 2025-01-31T04:45:35.008Z | Compiling zerocopy v0.7.35 |
507 | 2025-01-31T04:45:35.359Z | Compiling pest v2.7.14 |
508 | 2025-01-31T04:45:36.611Z | Compiling clap v4.5.27 |
509 | 2025-01-31T04:45:37.713Z | Compiling pest_meta v2.7.14 |
510 | 2025-01-31T04:45:38.580Z | Compiling pest_generator v2.7.14 |
511 | 2025-01-31T04:45:39.981Z | Compiling pest_derive v2.7.14 |
512 | 2025-01-31T04:45:40.658Z | Compiling dtrace-parser v0.2.0 |
513 | 2025-01-31T04:45:41.762Z | Compiling serde_tokenstream v0.2.2 |
514 | 2025-01-31T04:45:41.801Z | Compiling serde_spanned v0.6.8 |
515 | 2025-01-31T04:45:41.883Z | Compiling toml_datetime v0.6.8 |
516 | 2025-01-31T04:45:42.030Z | Compiling cargo-platform v0.1.8 |
517 | 2025-01-31T04:45:42.087Z | Compiling macaddr v1.0.1 |
518 | 2025-01-31T04:45:42.290Z | Compiling toml_edit v0.22.22 |
519 | 2025-01-31T04:45:42.487Z | Compiling camino-tempfile v1.1.1 |
520 | 2025-01-31T04:45:43.087Z | Compiling dof v0.3.0 |
521 | 2025-01-31T04:45:43.151Z | Compiling cargo_metadata v0.18.1 |
522 | 2025-01-31T04:45:44.509Z | Compiling usdt-macro v0.5.0 |
523 | 2025-01-31T04:45:44.509Z | Compiling usdt-attr-macro v0.5.0 |
524 | 2025-01-31T04:45:45.144Z | Compiling toml v0.8.19 |
525 | 2025-01-31T04:45:45.574Z | Compiling usdt v0.5.0 |
526 | 2025-01-31T04:45:45.940Z | Compiling cargo_toml v0.20.5 |
527 | 2025-01-31T04:45:48.480Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
528 | 2025-01-31T04:45:51.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.01s |
529 | 2025-01-31T04:45:51.902Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
530 | 2025-01-31T04:45:52.428Z | Downloading crates ... |
531 | 2025-01-31T04:45:52.576Z | Downloaded const_format_proc_macros v0.2.34 |
532 | 2025-01-31T04:45:52.580Z | Downloaded crossbeam-channel v0.5.13 |
533 | 2025-01-31T04:45:52.585Z | Downloaded instant v0.1.13 |
534 | 2025-01-31T04:45:52.587Z | Downloaded assert_matches v1.5.0 |
535 | 2025-01-31T04:45:52.590Z | Downloaded ident_case v1.0.1 |
536 | 2025-01-31T04:45:52.590Z | Downloaded cobs v0.2.3 |
537 | 2025-01-31T04:45:52.590Z | Downloaded bcs v0.1.6 |
538 | 2025-01-31T04:45:52.592Z | Downloaded internet-checksum v0.2.1 |
539 | 2025-01-31T04:45:52.595Z | Downloaded csv-core v0.1.11 |
540 | 2025-01-31T04:45:52.595Z | Downloaded is_ci v1.2.0 |
541 | 2025-01-31T04:45:52.598Z | Downloaded buf-list v1.0.3 |
542 | 2025-01-31T04:45:52.602Z | Downloaded kstat-rs v0.2.4 |
543 | 2025-01-31T04:45:52.610Z | Downloaded icu_provider_macros v1.5.0 |
544 | 2025-01-31T04:45:52.613Z | Downloaded match_cfg v0.1.0 |
545 | 2025-01-31T04:45:52.613Z | Downloaded convert_case v0.4.0 |
546 | 2025-01-31T04:45:52.615Z | Downloaded aws-lc-rs v1.10.0 |
547 | 2025-01-31T04:45:52.623Z | Downloaded hubpack_derive v0.1.1 |
548 | 2025-01-31T04:45:52.625Z | Downloaded cookie_store v0.21.1 |
549 | 2025-01-31T04:45:52.628Z | Downloaded base64 v0.13.1 |
550 | 2025-01-31T04:45:52.630Z | Downloaded arrayvec v0.7.6 |
551 | 2025-01-31T04:45:52.633Z | Downloaded http-body v1.0.1 |
552 | 2025-01-31T04:45:52.633Z | Downloaded cc v1.1.30 |
553 | 2025-01-31T04:45:52.636Z | Downloaded crucible-workspace-hack v0.1.0 |
554 | 2025-01-31T04:45:52.638Z | Downloaded bitfield-struct v0.6.2 |
555 | 2025-01-31T04:45:52.638Z | Downloaded ctr v0.9.2 |
556 | 2025-01-31T04:45:52.641Z | Downloaded addr2line v0.24.2 |
557 | 2025-01-31T04:45:52.651Z | Downloaded bindgen v0.69.5 |
558 | 2025-01-31T04:45:52.655Z | Downloaded sigpipe v0.1.3 |
559 | 2025-01-31T04:45:52.655Z | Downloaded serde-hex v0.1.0 |
560 | 2025-01-31T04:45:52.655Z | Downloaded hubpack v0.1.2 |
561 | 2025-01-31T04:45:52.655Z | Downloaded lazy_static v1.5.0 |
562 | 2025-01-31T04:45:52.658Z | Downloaded hostname v0.3.1 |
563 | 2025-01-31T04:45:52.658Z | Downloaded http-range v0.1.5 |
564 | 2025-01-31T04:45:52.661Z | Downloaded aes v0.8.4 |
565 | 2025-01-31T04:45:52.664Z | Downloaded smallvec v0.6.14 |
566 | 2025-01-31T04:45:52.666Z | Downloaded aead v0.5.2 |
567 | 2025-01-31T04:45:52.667Z | Downloaded hostname v0.4.0 |
568 | 2025-01-31T04:45:52.671Z | Downloaded hex v0.4.3 |
569 | 2025-01-31T04:45:52.676Z | Downloaded hex-literal v0.4.1 |
570 | 2025-01-31T04:45:52.676Z | Downloaded mirai-annotations v1.12.0 |
571 | 2025-01-31T04:45:52.676Z | Downloaded md-5 v0.10.6 |
572 | 2025-01-31T04:45:52.676Z | Downloaded md5 v0.7.0 |
573 | 2025-01-31T04:45:52.679Z | Downloaded sqlparser v0.45.0 |
574 | 2025-01-31T04:45:52.682Z | Downloaded is-terminal v0.4.13 |
575 | 2025-01-31T04:45:52.682Z | Downloaded humantime v2.1.0 |
576 | 2025-01-31T04:45:52.685Z | Downloaded argon2 v0.5.3 |
577 | 2025-01-31T04:45:52.690Z | Downloaded ipnetwork v0.20.0 |
578 | 2025-01-31T04:45:52.690Z | Downloaded memoffset v0.9.1 |
579 | 2025-01-31T04:45:52.693Z | Downloaded arrayref v0.3.9 |
580 | 2025-01-31T04:45:52.693Z | Downloaded ahash v0.8.11 |
581 | 2025-01-31T04:45:52.693Z | Downloaded async-bb8-diesel v0.2.1 |
582 | 2025-01-31T04:45:52.695Z | Downloaded lru v0.12.5 |
583 | 2025-01-31T04:45:52.698Z | Downloaded inout v0.1.3 |
584 | 2025-01-31T04:45:52.698Z | Downloaded lazycell v1.3.0 |
585 | 2025-01-31T04:45:52.700Z | Downloaded base16ct v0.2.0 |
586 | 2025-01-31T04:45:52.703Z | Downloaded toolchain_find v0.4.0 |
587 | 2025-01-31T04:45:52.703Z | Downloaded bit-set v0.5.3 |
588 | 2025-01-31T04:45:52.703Z | Downloaded async-stream-impl v0.3.6 |
589 | 2025-01-31T04:45:52.705Z | Downloaded atomic-waker v1.1.2 |
590 | 2025-01-31T04:45:52.705Z | Downloaded keccak v0.1.5 |
591 | 2025-01-31T04:45:52.708Z | Downloaded bytes v1.9.0 |
592 | 2025-01-31T04:45:52.710Z | Downloaded backtrace v0.3.74 |
593 | 2025-01-31T04:45:52.715Z | Downloaded base64ct v1.6.0 |
594 | 2025-01-31T04:45:52.718Z | Downloaded mockall v0.13.0 |
595 | 2025-01-31T04:45:52.721Z | Downloaded lockfree-object-pool v0.1.6 |
596 | 2025-01-31T04:45:52.725Z | Downloaded libefi-sys v0.1.0 |
597 | 2025-01-31T04:45:52.728Z | Downloaded lalrpop-util v0.19.12 |
598 | 2025-01-31T04:45:52.728Z | Downloaded indoc v1.0.9 |
599 | 2025-01-31T04:45:52.728Z | Downloaded hyper-rustls v0.27.3 |
600 | 2025-01-31T04:45:52.731Z | Downloaded impl-trait-for-tuples v0.2.2 |
601 | 2025-01-31T04:45:52.734Z | Downloaded cfg_aliases v0.1.1 |
602 | 2025-01-31T04:45:52.738Z | Downloaded blowfish v0.9.1 |
603 | 2025-01-31T04:45:52.738Z | Downloaded cfg_aliases v0.2.1 |
604 | 2025-01-31T04:45:52.738Z | Downloaded block-padding v0.3.3 |
605 | 2025-01-31T04:45:52.740Z | Downloaded heck v0.3.3 |
606 | 2025-01-31T04:45:52.740Z | Downloaded maplit v1.0.2 |
607 | 2025-01-31T04:45:52.740Z | Downloaded ciborium-io v0.2.2 |
608 | 2025-01-31T04:45:52.743Z | Downloaded lru-cache v0.1.2 |
609 | 2025-01-31T04:45:52.743Z | Downloaded linked-hash-map v0.5.6 |
610 | 2025-01-31T04:45:52.746Z | Downloaded idna_adapter v1.2.0 |
611 | 2025-01-31T04:45:52.746Z | Downloaded blake2 v0.10.6 |
612 | 2025-01-31T04:45:52.749Z | Downloaded async-stream v0.3.6 |
613 | 2025-01-31T04:45:52.752Z | Downloaded quick-error v1.2.3 |
614 | 2025-01-31T04:45:52.752Z | Downloaded libsw v3.3.1 |
615 | 2025-01-31T04:45:52.754Z | Downloaded icu_locid_transform v1.5.0 |
616 | 2025-01-31T04:45:52.759Z | Downloaded iana-time-zone v0.1.61 |
617 | 2025-01-31T04:45:52.761Z | Downloaded httpdate v1.0.3 |
618 | 2025-01-31T04:45:52.761Z | Downloaded httparse v1.9.5 |
619 | 2025-01-31T04:45:52.764Z | Downloaded bcrypt-pbkdf v0.10.0 |
620 | 2025-01-31T04:45:52.764Z | Downloaded cexpr v0.6.0 |
621 | 2025-01-31T04:45:52.766Z | Downloaded bitflags v1.3.2 |
622 | 2025-01-31T04:45:52.769Z | Downloaded multer v3.1.0 |
623 | 2025-01-31T04:45:52.771Z | Downloaded bzip2 v0.4.4 |
624 | 2025-01-31T04:45:52.774Z | Downloaded bb8 v0.8.5 |
625 | 2025-01-31T04:45:52.774Z | Downloaded base64 v0.21.7 |
626 | 2025-01-31T04:45:52.780Z | Downloaded jobserver v0.1.32 |
627 | 2025-01-31T04:45:52.784Z | Downloaded maybe-uninit v2.0.0 |
628 | 2025-01-31T04:45:52.784Z | Downloaded hyper-tls v0.6.0 |
629 | 2025-01-31T04:45:52.787Z | Downloaded bitfield v0.14.0 |
630 | 2025-01-31T04:45:52.787Z | Downloaded cstr-argument v0.1.2 |
631 | 2025-01-31T04:45:52.787Z | Downloaded ipnet v2.10.1 |
632 | 2025-01-31T04:45:52.789Z | Downloaded crc-catalog v2.4.0 |
633 | 2025-01-31T04:45:52.789Z | Downloaded cassowary v0.3.0 |
634 | 2025-01-31T04:45:52.791Z | Downloaded lock_api v0.4.12 |
635 | 2025-01-31T04:45:52.792Z | Downloaded icu_normalizer_data v1.5.0 |
636 | 2025-01-31T04:45:52.795Z | Downloaded crossbeam-deque v0.8.5 |
637 | 2025-01-31T04:45:52.797Z | Downloaded chrono-tz-build v0.4.0 |
638 | 2025-01-31T04:45:52.797Z | Downloaded chacha20 v0.9.1 |
639 | 2025-01-31T04:45:52.800Z | Downloaded async-recursion v1.1.1 |
640 | 2025-01-31T04:45:52.802Z | Downloaded mime_guess v2.0.5 |
641 | 2025-01-31T04:45:52.805Z | Downloaded mime v0.3.17 |
642 | 2025-01-31T04:45:52.807Z | Downloaded colored v2.1.0 |
643 | 2025-01-31T04:45:52.810Z | Downloaded managed v0.8.0 |
644 | 2025-01-31T04:45:52.810Z | Downloaded cancel-safe-futures v0.1.5 |
645 | 2025-01-31T04:45:52.812Z | Downloaded darling_macro v0.20.10 |
646 | 2025-01-31T04:45:52.816Z | Downloaded crc v3.2.1 |
647 | 2025-01-31T04:45:52.819Z | Downloaded constant_time_eq v0.3.1 |
648 | 2025-01-31T04:45:52.819Z | Downloaded ciborium-ll v0.2.2 |
649 | 2025-01-31T04:45:52.819Z | Downloaded ciborium v0.2.2 |
650 | 2025-01-31T04:45:52.822Z | Downloaded serde_plain v1.0.2 |
651 | 2025-01-31T04:45:52.825Z | Downloaded hickory-client v0.24.2 |
652 | 2025-01-31T04:45:52.828Z | Downloaded cmake v0.1.51 |
653 | 2025-01-31T04:45:52.828Z | Downloaded curve25519-dalek-derive v0.1.1 |
654 | 2025-01-31T04:45:52.830Z | Downloaded zerofrom v0.1.4 |
655 | 2025-01-31T04:45:52.830Z | Downloaded hmac v0.12.1 |
656 | 2025-01-31T04:45:52.833Z | Downloaded litrs v0.4.1 |
657 | 2025-01-31T04:45:52.835Z | Downloaded icu_locid v1.5.0 |
658 | 2025-01-31T04:45:52.839Z | Downloaded mockall_derive v0.13.0 |
659 | 2025-01-31T04:45:52.841Z | Downloaded headers-core v0.3.0 |
660 | 2025-01-31T04:45:52.845Z | Downloaded clang-sys v1.8.1 |
661 | 2025-01-31T04:45:52.847Z | Downloaded rand_chacha v0.3.1 |
662 | 2025-01-31T04:45:52.847Z | Downloaded progenitor-client v0.9.1 |
663 | 2025-01-31T04:45:52.849Z | Downloaded rustc-hash v2.0.0 |
664 | 2025-01-31T04:45:52.849Z | Downloaded icu_provider v1.5.0 |
665 | 2025-01-31T04:45:52.852Z | Downloaded termios v0.3.3 |
666 | 2025-01-31T04:45:52.854Z | Downloaded darling v0.20.10 |
667 | 2025-01-31T04:45:52.858Z | Downloaded packed_struct v0.10.1 |
668 | 2025-01-31T04:45:52.860Z | Downloaded termcolor v1.4.1 |
669 | 2025-01-31T04:45:52.863Z | Downloaded peg-runtime v0.8.3 |
670 | 2025-01-31T04:45:52.863Z | Downloaded console v0.15.10 |
671 | 2025-01-31T04:45:52.865Z | Downloaded tinyvec_macros v0.1.1 |
672 | 2025-01-31T04:45:52.869Z | Downloaded serde_path_to_error v0.1.16 |
673 | 2025-01-31T04:45:52.869Z | Downloaded structmeta v0.2.0 |
674 | 2025-01-31T04:45:52.871Z | Downloaded new_debug_unreachable v1.0.6 |
675 | 2025-01-31T04:45:52.871Z | Downloaded downcast v0.11.0 |
676 | 2025-01-31T04:45:52.874Z | Downloaded unicase v2.7.0 |
677 | 2025-01-31T04:45:52.874Z | Downloaded fxhash v0.2.1 |
678 | 2025-01-31T04:45:52.881Z | Downloaded memmap2 v0.9.5 |
679 | 2025-01-31T04:45:52.881Z | Downloaded diesel_table_macro_syntax v0.2.0 |
680 | 2025-01-31T04:45:52.885Z | Downloaded tls_codec_derive v0.4.1 |
681 | 2025-01-31T04:45:52.885Z | Downloaded structmeta-derive v0.2.0 |
682 | 2025-01-31T04:45:52.885Z | Downloaded parse-display v0.10.0 |
683 | 2025-01-31T04:45:52.886Z | Downloaded litemap v0.7.3 |
684 | 2025-01-31T04:45:52.886Z | Downloaded precomputed-hash v0.1.1 |
685 | 2025-01-31T04:45:52.888Z | Downloaded powerfmt v0.2.0 |
686 | 2025-01-31T04:45:52.888Z | Downloaded const-oid v0.9.6 |
687 | 2025-01-31T04:45:52.888Z | Downloaded cookie v0.18.1 |
688 | 2025-01-31T04:45:52.891Z | Downloaded russh-cryptovec v0.7.3 |
689 | 2025-01-31T04:45:52.893Z | Downloaded float-ord v0.3.2 |
690 | 2025-01-31T04:45:52.893Z | Downloaded libloading v0.8.5 |
691 | 2025-01-31T04:45:52.896Z | Downloaded crc32fast v1.4.2 |
692 | 2025-01-31T04:45:52.899Z | Downloaded crossbeam-utils v0.8.20 |
693 | 2025-01-31T04:45:52.901Z | Downloaded arc-swap v1.7.1 |
694 | 2025-01-31T04:45:52.904Z | Downloaded rpassword v7.3.1 |
695 | 2025-01-31T04:45:52.908Z | Downloaded zerofrom-derive v0.1.4 |
696 | 2025-01-31T04:45:52.908Z | Downloaded indicatif v0.17.11 |
697 | 2025-01-31T04:45:52.911Z | Downloaded salsa20 v0.10.2 |
698 | 2025-01-31T04:45:52.915Z | Downloaded chacha20poly1305 v0.10.1 |
699 | 2025-01-31T04:45:52.918Z | Downloaded signature v2.2.0 |
700 | 2025-01-31T04:45:52.918Z | Downloaded miniz_oxide v0.8.0 |
701 | 2025-01-31T04:45:52.918Z | Downloaded hickory-server v0.24.2 |
702 | 2025-01-31T04:45:52.923Z | Downloaded nanorand v0.7.0 |
703 | 2025-01-31T04:45:52.926Z | Downloaded xattr v1.3.1 |
704 | 2025-01-31T04:45:52.929Z | Downloaded multimap v0.10.0 |
705 | 2025-01-31T04:45:52.929Z | Downloaded tls_codec v0.4.1 |
706 | 2025-01-31T04:45:52.931Z | Downloaded fallible-iterator v0.3.0 |
707 | 2025-01-31T04:45:52.934Z | Downloaded icu_locid_transform_data v1.5.0 |
708 | 2025-01-31T04:45:52.934Z | Downloaded signal-hook-tokio v0.3.1 |
709 | 2025-01-31T04:45:52.938Z | Downloaded deranged v0.3.11 |
710 | 2025-01-31T04:45:52.938Z | Downloaded structmeta v0.3.0 |
711 | 2025-01-31T04:45:52.941Z | Downloaded stable_deref_trait v1.2.0 |
712 | 2025-01-31T04:45:52.941Z | Downloaded slog-dtrace v0.3.0 |
713 | 2025-01-31T04:45:52.941Z | Downloaded async-trait v0.1.85 |
714 | 2025-01-31T04:45:52.944Z | Downloaded tower-service v0.3.3 |
715 | 2025-01-31T04:45:52.947Z | Downloaded strum v0.26.3 |
716 | 2025-01-31T04:45:52.947Z | Downloaded futures-io v0.3.31 |
717 | 2025-01-31T04:45:52.949Z | Downloaded paste v1.0.15 |
718 | 2025-01-31T04:45:52.954Z | Downloaded thiserror-impl-no-std v2.0.2 |
719 | 2025-01-31T04:45:52.958Z | Downloaded pem v3.0.4 |
720 | 2025-01-31T04:45:52.958Z | Downloaded unicode-xid v0.2.6 |
721 | 2025-01-31T04:45:52.958Z | Downloaded typify v0.2.0 |
722 | 2025-01-31T04:45:52.961Z | Downloaded thiserror-impl v2.0.11 |
723 | 2025-01-31T04:45:52.961Z | Downloaded signal-hook-mio v0.2.4 |
724 | 2025-01-31T04:45:52.963Z | Downloaded pem-rfc7468 v0.7.0 |
725 | 2025-01-31T04:45:52.966Z | Downloaded newline-converter v0.3.0 |
726 | 2025-01-31T04:45:52.966Z | Downloaded foreign-types-shared v0.3.1 |
727 | 2025-01-31T04:45:52.969Z | Downloaded predicates-core v1.0.8 |
728 | 2025-01-31T04:45:52.969Z | Downloaded crc-any v2.5.0 |
729 | 2025-01-31T04:45:52.981Z | Downloaded scrypt v0.11.0 |
730 | 2025-01-31T04:45:52.983Z | Downloaded serde_derive_internals v0.29.1 |
731 | 2025-01-31T04:45:52.986Z | Downloaded hyper-util v0.1.10 |
732 | 2025-01-31T04:45:52.989Z | Downloaded heapless v0.8.0 |
733 | 2025-01-31T04:45:52.994Z | Downloaded fallible-streaming-iterator v0.1.9 |
734 | 2025-01-31T04:45:52.996Z | Downloaded openssl-probe v0.1.5 |
735 | 2025-01-31T04:45:52.996Z | Downloaded newtype_derive v0.1.6 |
736 | 2025-01-31T04:45:52.996Z | Downloaded xz2 v0.1.7 |
737 | 2025-01-31T04:45:52.999Z | Downloaded parse-size v1.1.0 |
738 | 2025-01-31T04:45:52.999Z | Downloaded time-macros v0.2.18 |
739 | 2025-01-31T04:45:53.002Z | Downloaded pkcs5 v0.7.1 |
740 | 2025-01-31T04:45:53.005Z | Downloaded tokio-native-tls v0.3.1 |
741 | 2025-01-31T04:45:53.008Z | Downloaded spki v0.7.3 |
742 | 2025-01-31T04:45:53.011Z | Downloaded signal-hook-registry v1.4.2 |
743 | 2025-01-31T04:45:53.011Z | Downloaded native-tls v0.2.12 |
744 | 2025-01-31T04:45:53.013Z | Downloaded synstructure v0.13.1 |
745 | 2025-01-31T04:45:53.016Z | Downloaded openssl-macros v0.1.1 |
746 | 2025-01-31T04:45:53.016Z | Downloaded topological-sort v0.2.2 |
747 | 2025-01-31T04:45:53.022Z | Downloaded strum_macros v0.24.3 |
748 | 2025-01-31T04:45:53.022Z | Downloaded wyz v0.5.1 |
749 | 2025-01-31T04:45:53.024Z | Downloaded utf-8 v0.7.6 |
750 | 2025-01-31T04:45:53.024Z | Downloaded strum_macros v0.25.3 |
751 | 2025-01-31T04:45:53.024Z | Downloaded zone v0.3.0 |
752 | 2025-01-31T04:45:53.027Z | Downloaded peg-macros v0.8.4 |
753 | 2025-01-31T04:45:53.027Z | Downloaded futures-task v0.3.31 |
754 | 2025-01-31T04:45:53.029Z | Downloaded form_urlencoded v1.2.1 |
755 | 2025-01-31T04:45:53.029Z | Downloaded difflib v0.4.0 |
756 | 2025-01-31T04:45:53.032Z | Downloaded hashlink v0.9.1 |
757 | 2025-01-31T04:45:53.035Z | Downloaded sct v0.7.1 |
758 | 2025-01-31T04:45:53.038Z | Downloaded vergen v8.3.2 |
759 | 2025-01-31T04:45:53.042Z | Downloaded utf16_iter v1.0.5 |
760 | 2025-01-31T04:45:53.043Z | Downloaded bumpalo v3.16.0 |
761 | 2025-01-31T04:45:53.045Z | Downloaded futures-sink v0.3.31 |
762 | 2025-01-31T04:45:53.045Z | Downloaded slog-term v2.9.1 |
763 | 2025-01-31T04:45:53.048Z | Downloaded nibble_vec v0.1.0 |
764 | 2025-01-31T04:45:53.048Z | Downloaded embedded-io v0.4.0 |
765 | 2025-01-31T04:45:53.051Z | Downloaded dyn-clone v1.0.17 |
766 | 2025-01-31T04:45:53.054Z | Downloaded spin v0.9.8 |
767 | 2025-01-31T04:45:53.057Z | Downloaded rtoolbox v0.0.2 |
768 | 2025-01-31T04:45:53.057Z | Downloaded mio v1.0.2 |
769 | 2025-01-31T04:45:53.061Z | Downloaded zone_cfg_derive v0.3.0 |
770 | 2025-01-31T04:45:53.064Z | Downloaded proc-macro-crate v1.3.1 |
771 | 2025-01-31T04:45:53.064Z | Downloaded socket2 v0.5.7 |
772 | 2025-01-31T04:45:53.067Z | Downloaded write16 v1.0.0 |
773 | 2025-01-31T04:45:53.072Z | Downloaded rustls-pemfile v1.0.4 |
774 | 2025-01-31T04:45:53.072Z | Downloaded rcgen v0.12.1 |
775 | 2025-01-31T04:45:53.076Z | Downloaded rayon-core v1.12.1 |
776 | 2025-01-31T04:45:53.081Z | Downloaded const_format v0.2.34 |
777 | 2025-01-31T04:45:53.086Z | Downloaded zone_cfg_derive v0.1.2 |
778 | 2025-01-31T04:45:53.086Z | Downloaded rustc_version v0.1.7 |
779 | 2025-01-31T04:45:53.086Z | Downloaded rand_xorshift v0.3.0 |
780 | 2025-01-31T04:45:53.086Z | Downloaded ssh-encoding v0.2.0 |
781 | 2025-01-31T04:45:53.089Z | Downloaded secrecy v0.8.0 |
782 | 2025-01-31T04:45:53.089Z | Downloaded itertools v0.13.0 |
783 | 2025-01-31T04:45:53.095Z | Downloaded progenitor v0.9.1 |
784 | 2025-01-31T04:45:53.097Z | Downloaded serde-big-array v0.5.1 |
785 | 2025-01-31T04:45:53.097Z | Downloaded progenitor v0.8.0 |
786 | 2025-01-31T04:45:53.100Z | Downloaded tracing-core v0.1.32 |
787 | 2025-01-31T04:45:53.103Z | Downloaded derive_builder v0.20.2 |
788 | 2025-01-31T04:45:53.107Z | Downloaded tokio-macros v2.5.0 |
789 | 2025-01-31T04:45:53.110Z | Downloaded num_threads v0.1.7 |
790 | 2025-01-31T04:45:53.110Z | Downloaded supports-color v3.0.1 |
791 | 2025-01-31T04:45:53.110Z | Downloaded env_logger v0.11.5 |
792 | 2025-01-31T04:45:53.113Z | Downloaded parking_lot v0.11.2 |
793 | 2025-01-31T04:45:53.117Z | Downloaded toml v0.7.8 |
794 | 2025-01-31T04:45:53.121Z | Downloaded slab v0.4.9 |
795 | 2025-01-31T04:45:53.124Z | Downloaded siphasher v0.3.11 |
796 | 2025-01-31T04:45:53.124Z | Downloaded flume v0.11.1 |
797 | 2025-01-31T04:45:53.126Z | Downloaded try-lock v0.2.5 |
798 | 2025-01-31T04:45:53.126Z | Downloaded snafu v0.8.5 |
799 | 2025-01-31T04:45:53.132Z | Downloaded pin-project-internal v1.1.6 |
800 | 2025-01-31T04:45:53.135Z | Downloaded russh-keys v0.45.0 |
801 | 2025-01-31T04:45:53.137Z | Downloaded yoke-derive v0.7.4 |
802 | 2025-01-31T04:45:53.140Z | Downloaded glob v0.3.2 |
803 | 2025-01-31T04:45:53.144Z | Downloaded zone v0.1.8 |
804 | 2025-01-31T04:45:53.144Z | Downloaded slog-envlogger v2.2.0 |
805 | 2025-01-31T04:45:53.147Z | Downloaded fd-lock v4.0.2 |
806 | 2025-01-31T04:45:53.147Z | Downloaded ron v0.8.1 |
807 | 2025-01-31T04:45:53.150Z | Downloaded termtree v0.4.1 |
808 | 2025-01-31T04:45:53.154Z | Downloaded enum-as-inner v0.6.1 |
809 | 2025-01-31T04:45:53.157Z | Downloaded defmt-macros v0.3.9 |
810 | 2025-01-31T04:45:53.160Z | Downloaded num-conv v0.1.0 |
811 | 2025-01-31T04:45:53.160Z | Downloaded postgres-types v0.2.8 |
812 | 2025-01-31T04:45:53.162Z | Downloaded minimal-lexical v0.2.1 |
813 | 2025-01-31T04:45:53.165Z | Downloaded slog-async v2.8.0 |
814 | 2025-01-31T04:45:53.168Z | Downloaded shell-words v1.1.0 |
815 | 2025-01-31T04:45:53.168Z | Downloaded ref-cast-impl v1.0.23 |
816 | 2025-01-31T04:45:53.170Z | Downloaded group v0.13.0 |
817 | 2025-01-31T04:45:53.174Z | Downloaded num_enum_derive v0.5.11 |
818 | 2025-01-31T04:45:53.174Z | Downloaded fragile v2.0.0 |
819 | 2025-01-31T04:45:53.174Z | Downloaded pin-project v1.1.6 |
820 | 2025-01-31T04:45:53.185Z | Downloaded ssh-cipher v0.2.0 |
821 | 2025-01-31T04:45:53.187Z | Downloaded rustls-pemfile v2.2.0 |
822 | 2025-01-31T04:45:53.190Z | Downloaded pretty-hex v0.2.1 |
823 | 2025-01-31T04:45:53.190Z | Downloaded progenitor-client v0.8.0 |
824 | 2025-01-31T04:45:53.193Z | Downloaded phf_codegen v0.11.2 |
825 | 2025-01-31T04:45:53.193Z | Downloaded phf_generator v0.11.2 |
826 | 2025-01-31T04:45:53.193Z | Downloaded debug-ignore v1.0.5 |
827 | 2025-01-31T04:45:53.196Z | Downloaded progenitor-macro v0.9.1 |
828 | 2025-01-31T04:45:53.196Z | Downloaded uzers v0.12.1 |
829 | 2025-01-31T04:45:53.199Z | Downloaded uuid v1.12.0 |
830 | 2025-01-31T04:45:53.202Z | Downloaded phf v0.11.2 |
831 | 2025-01-31T04:45:53.204Z | Downloaded tokio-rustls v0.26.0 |
832 | 2025-01-31T04:45:53.205Z | Downloaded tokio-rustls v0.25.0 |
833 | 2025-01-31T04:45:53.207Z | Downloaded writeable v0.5.5 |
834 | 2025-01-31T04:45:53.210Z | Downloaded password-hash v0.5.0 |
835 | 2025-01-31T04:45:53.213Z | Downloaded thiserror v2.0.11 |
836 | 2025-01-31T04:45:53.217Z | Downloaded derive_builder_macro v0.20.2 |
837 | 2025-01-31T04:45:53.221Z | Downloaded rsa v0.9.6 |
838 | 2025-01-31T04:45:53.224Z | Downloaded sync_wrapper v1.0.1 |
839 | 2025-01-31T04:45:53.224Z | Downloaded darling_core v0.20.10 |
840 | 2025-01-31T04:45:53.228Z | Downloaded rustfmt-wrapper v0.2.1 |
841 | 2025-01-31T04:45:53.230Z | Downloaded similar v2.6.0 |
842 | 2025-01-31T04:45:53.235Z | Downloaded endian-type v0.1.2 |
843 | 2025-01-31T04:45:53.237Z | Downloaded tokio-rustls v0.24.1 |
844 | 2025-01-31T04:45:53.240Z | Downloaded foldhash v0.1.3 |
845 | 2025-01-31T04:45:53.240Z | Downloaded dunce v1.0.5 |
846 | 2025-01-31T04:45:53.243Z | Downloaded tui-tree-widget v0.22.0 |
847 | 2025-01-31T04:45:53.243Z | Downloaded num-rational v0.4.2 |
848 | 2025-01-31T04:45:53.246Z | Downloaded globset v0.4.15 |
849 | 2025-01-31T04:45:53.246Z | Downloaded fs_extra v1.3.0 |
850 | 2025-01-31T04:45:53.249Z | Downloaded oso v0.27.3 |
851 | 2025-01-31T04:45:53.253Z | Downloaded pbkdf2 v0.11.0 |
852 | 2025-01-31T04:45:53.257Z | Downloaded path-slash v0.1.5 |
853 | 2025-01-31T04:45:53.257Z | Downloaded parse-display-derive v0.10.0 |
854 | 2025-01-31T04:45:53.262Z | Downloaded nodrop v0.1.14 |
855 | 2025-01-31T04:45:53.262Z | Downloaded rustc_version v0.4.1 |
856 | 2025-01-31T04:45:53.262Z | Downloaded rustc-hash v1.1.0 |
857 | 2025-01-31T04:45:53.262Z | Downloaded oso-derive v0.27.3 |
858 | 2025-01-31T04:45:53.265Z | Downloaded slog-stdlog v4.1.1 |
859 | 2025-01-31T04:45:53.265Z | Downloaded serde_urlencoded v0.7.1 |
860 | 2025-01-31T04:45:53.265Z | Downloaded primeorder v0.13.6 |
861 | 2025-01-31T04:45:53.265Z | Downloaded futures-macro v0.3.31 |
862 | 2025-01-31T04:45:53.268Z | Downloaded display-error-chain v0.2.2 |
863 | 2025-01-31T04:45:53.268Z | Downloaded unicode-truncate v1.1.0 |
864 | 2025-01-31T04:45:53.270Z | Downloaded tinystr v0.7.6 |
865 | 2025-01-31T04:45:53.273Z | Downloaded tokio-tungstenite v0.21.0 |
866 | 2025-01-31T04:45:53.275Z | Downloaded thiserror-no-std v2.0.2 |
867 | 2025-01-31T04:45:53.278Z | Downloaded elliptic-curve v0.13.8 |
868 | 2025-01-31T04:45:53.283Z | Downloaded wait-timeout v0.2.0 |
869 | 2025-01-31T04:45:53.285Z | Downloaded term v0.7.0 |
870 | 2025-01-31T04:45:53.288Z | Downloaded hashbrown v0.13.2 |
871 | 2025-01-31T04:45:53.292Z | Downloaded slog-json v2.6.1 |
872 | 2025-01-31T04:45:53.296Z | Downloaded num-complex v0.4.6 |
873 | 2025-01-31T04:45:53.296Z | Downloaded toml_edit v0.19.15 |
874 | 2025-01-31T04:45:53.314Z | Downloaded opaque-debug v0.3.1 |
875 | 2025-01-31T04:45:53.318Z | Downloaded num-integer v0.1.46 |
876 | 2025-01-31T04:45:53.318Z | Downloaded password-hash v0.4.2 |
877 | 2025-01-31T04:45:53.318Z | Downloaded idna v1.0.3 |
878 | 2025-01-31T04:45:53.320Z | Downloaded slog-scope v4.4.0 |
879 | 2025-01-31T04:45:53.323Z | Downloaded foreign-types v0.3.2 |
880 | 2025-01-31T04:45:53.326Z | Downloaded sqlparser_derive v0.2.2 |
881 | 2025-01-31T04:45:53.326Z | Downloaded num-traits v0.2.19 |
882 | 2025-01-31T04:45:53.328Z | Downloaded postgres-protocol v0.6.7 |
883 | 2025-01-31T04:45:53.330Z | Downloaded progenitor-macro v0.8.0 |
884 | 2025-01-31T04:45:53.330Z | Downloaded zopfli v0.8.1 |
885 | 2025-01-31T04:45:53.333Z | Downloaded psl-types v2.0.11 |
886 | 2025-01-31T04:45:53.336Z | Downloaded rustls-pki-types v1.10.0 |
887 | 2025-01-31T04:45:53.338Z | Downloaded num-iter v0.1.45 |
888 | 2025-01-31T04:45:53.338Z | Downloaded ghash v0.5.1 |
889 | 2025-01-31T04:45:53.341Z | Downloaded ed25519 v2.2.3 |
890 | 2025-01-31T04:45:53.341Z | Downloaded typify-macro v0.3.0 |
891 | 2025-01-31T04:45:53.343Z | Downloaded ena v0.14.3 |
892 | 2025-01-31T04:45:53.347Z | Downloaded rustyline v14.0.0 |
893 | 2025-01-31T04:45:53.350Z | Downloaded unarray v0.1.4 |
894 | 2025-01-31T04:45:53.353Z | Downloaded typify-macro v0.2.0 |
895 | 2025-01-31T04:45:53.353Z | Downloaded strip-ansi-escapes v0.2.0 |
896 | 2025-01-31T04:45:53.353Z | Downloaded untrusted v0.9.0 |
897 | 2025-01-31T04:45:53.355Z | Downloaded ecdsa v0.16.9 |
898 | 2025-01-31T04:45:53.358Z | Downloaded x509-cert v0.2.5 |
899 | 2025-01-31T04:45:53.362Z | Downloaded unicode-segmentation v1.12.0 |
900 | 2025-01-31T04:45:53.367Z | Downloaded filetime v0.2.25 |
901 | 2025-01-31T04:45:53.372Z | Downloaded env_filter v0.1.2 |
902 | 2025-01-31T04:45:53.372Z | Downloaded tiny-keccak v2.0.2 |
903 | 2025-01-31T04:45:53.375Z | Downloaded time-core v0.1.2 |
904 | 2025-01-31T04:45:53.375Z | Downloaded want v0.3.1 |
905 | 2025-01-31T04:45:53.375Z | Downloaded phf_shared v0.10.0 |
906 | 2025-01-31T04:45:53.375Z | Downloaded waitgroup v0.1.2 |
907 | 2025-01-31T04:45:53.377Z | Downloaded tokio-postgres v0.7.12 |
908 | 2025-01-31T04:45:53.383Z | Downloaded tap v1.0.1 |
909 | 2025-01-31T04:45:53.387Z | Downloaded rustversion v1.0.17 |
910 | 2025-01-31T04:45:53.387Z | Downloaded scheduled-thread-pool v0.2.7 |
911 | 2025-01-31T04:45:53.387Z | Downloaded olpc-cjson v0.1.4 |
912 | 2025-01-31T04:45:53.387Z | Downloaded fallible-iterator v0.2.0 |
913 | 2025-01-31T04:45:53.390Z | Downloaded dsl_auto_type v0.1.2 |
914 | 2025-01-31T04:45:53.390Z | Downloaded number_prefix v0.4.0 |
915 | 2025-01-31T04:45:53.393Z | Downloaded aho-corasick v1.1.3 |
916 | 2025-01-31T04:45:53.396Z | Downloaded which v4.4.2 |
917 | 2025-01-31T04:45:53.399Z | Downloaded slog v2.7.0 |
918 | 2025-01-31T04:45:53.402Z | Downloaded itertools v0.12.1 |
919 | 2025-01-31T04:45:53.408Z | Downloaded ff v0.13.0 |
920 | 2025-01-31T04:45:53.410Z | Downloaded displaydoc v0.2.5 |
921 | 2025-01-31T04:45:53.413Z | Downloaded r2d2 v0.8.10 |
922 | 2025-01-31T04:45:53.416Z | Downloaded peg v0.8.4 |
923 | 2025-01-31T04:45:53.418Z | Downloaded serde_repr v0.1.19 |
924 | 2025-01-31T04:45:53.421Z | Downloaded polyval v0.6.2 |
925 | 2025-01-31T04:45:53.421Z | Downloaded twox-hash v2.1.0 |
926 | 2025-01-31T04:45:53.423Z | Downloaded derive_more v0.99.18 |
927 | 2025-01-31T04:45:53.428Z | Downloaded prettyplease v0.2.25 |
928 | 2025-01-31T04:45:53.431Z | Downloaded tracing v0.1.40 |
929 | 2025-01-31T04:45:53.435Z | Downloaded normalize-line-endings v0.3.0 |
930 | 2025-01-31T04:45:53.439Z | Downloaded futures-core v0.3.31 |
931 | 2025-01-31T04:45:53.439Z | Downloaded vte_generate_state_changes v0.1.2 |
932 | 2025-01-31T04:45:53.443Z | Downloaded parse-zoneinfo v0.3.1 |
933 | 2025-01-31T04:45:53.443Z | Downloaded defmt-parser v0.3.4 |
934 | 2025-01-31T04:45:53.446Z | Downloaded structmeta-derive v0.3.0 |
935 | 2025-01-31T04:45:53.446Z | Downloaded env_logger v0.10.2 |
936 | 2025-01-31T04:45:53.448Z | Downloaded flagset v0.4.6 |
937 | 2025-01-31T04:45:53.448Z | Downloaded tar v0.4.42 |
938 | 2025-01-31T04:45:53.451Z | Downloaded zeroize_derive v1.4.2 |
939 | 2025-01-31T04:45:53.454Z | Downloaded typify v0.3.0 |
940 | 2025-01-31T04:45:53.456Z | Downloaded foreign-types-macros v0.2.3 |
941 | 2025-01-31T04:45:53.456Z | Downloaded hyper v1.5.2 |
942 | 2025-01-31T04:45:53.464Z | Downloaded num v0.4.3 |
943 | 2025-01-31T04:45:53.468Z | Downloaded foreign-types v0.5.0 |
944 | 2025-01-31T04:45:53.468Z | Downloaded phf_shared v0.11.2 |
945 | 2025-01-31T04:45:53.468Z | Downloaded getrandom v0.2.15 |
946 | 2025-01-31T04:45:53.471Z | Downloaded simd-adler32 v0.3.7 |
947 | 2025-01-31T04:45:53.471Z | Downloaded pbkdf2 v0.12.2 |
948 | 2025-01-31T04:45:53.473Z | Downloaded dirs-next v2.0.0 |
949 | 2025-01-31T04:45:53.473Z | Downloaded pkcs8 v0.10.2 |
950 | 2025-01-31T04:45:53.476Z | Downloaded vte v0.11.1 |
951 | 2025-01-31T04:45:53.479Z | Downloaded hashbrown v0.14.5 |
952 | 2025-01-31T04:45:53.482Z | Downloaded schemars_derive v0.8.21 |
953 | 2025-01-31T04:45:53.485Z | Downloaded tabwriter v1.4.0 |
954 | 2025-01-31T04:45:53.487Z | Downloaded stringprep v0.1.5 |
955 | 2025-01-31T04:45:53.487Z | Downloaded poly1305 v0.8.0 |
956 | 2025-01-31T04:45:53.490Z | Downloaded blake3 v1.5.4 |
957 | 2025-01-31T04:45:53.497Z | Downloaded sqlformat v0.2.6 |
958 | 2025-01-31T04:45:53.500Z | Downloaded snafu-derive v0.8.5 |
959 | 2025-01-31T04:45:53.500Z | Downloaded serde_with_macros v3.11.0 |
960 | 2025-01-31T04:45:53.502Z | Downloaded postcard v1.0.10 |
961 | 2025-01-31T04:45:53.505Z | Downloaded des v0.8.1 |
962 | 2025-01-31T04:45:53.508Z | Downloaded flate2 v1.0.35 |
963 | 2025-01-31T04:45:53.511Z | Downloaded hash32 v0.3.1 |
964 | 2025-01-31T04:45:53.514Z | Downloaded ron v0.7.1 |
965 | 2025-01-31T04:45:53.517Z | Downloaded foreign-types-shared v0.1.1 |
966 | 2025-01-31T04:45:53.520Z | Downloaded take_mut v0.2.2 |
967 | 2025-01-31T04:45:53.520Z | Downloaded zip v0.6.6 |
968 | 2025-01-31T04:45:53.523Z | Downloaded nu-ansi-term v0.50.1 |
969 | 2025-01-31T04:45:53.525Z | Downloaded hkdf v0.12.4 |
970 | 2025-01-31T04:45:53.528Z | Downloaded universal-hash v0.5.1 |
971 | 2025-01-31T04:45:53.531Z | Downloaded untrusted v0.7.1 |
972 | 2025-01-31T04:45:53.531Z | Downloaded pkg-config v0.3.31 |
973 | 2025-01-31T04:45:53.531Z | Downloaded pin-utils v0.1.0 |
974 | 2025-01-31T04:45:53.533Z | Downloaded russh v0.45.0 |
975 | 2025-01-31T04:45:53.537Z | Downloaded parking_lot_core v0.9.10 |
976 | 2025-01-31T04:45:53.539Z | Downloaded same-file v1.0.6 |
977 | 2025-01-31T04:45:53.542Z | Downloaded h2 v0.4.6 |
978 | 2025-01-31T04:45:53.547Z | Downloaded chrono v0.4.39 |
979 | 2025-01-31T04:45:53.555Z | Downloaded sha1 v0.10.6 |
980 | 2025-01-31T04:45:53.558Z | Downloaded smallvec v1.13.2 |
981 | 2025-01-31T04:45:53.558Z | Downloaded rusqlite v0.32.1 |
982 | 2025-01-31T04:45:53.566Z | Downloaded url v2.5.3 |
983 | 2025-01-31T04:45:53.569Z | Downloaded parking_lot_core v0.8.6 |
984 | 2025-01-31T04:45:53.571Z | Downloaded omicron-zone-package v0.12.0 |
985 | 2025-01-31T04:45:53.574Z | Downloaded thread_local v1.1.8 |
986 | 2025-01-31T04:45:53.574Z | Downloaded rusty-fork v0.3.0 |
987 | 2025-01-31T04:45:53.577Z | Downloaded semver v0.1.20 |
988 | 2025-01-31T04:45:53.577Z | Downloaded shlex v1.3.0 |
989 | 2025-01-31T04:45:53.580Z | Downloaded p256 v0.13.2 |
990 | 2025-01-31T04:45:53.582Z | Downloaded tinyvec v1.8.0 |
991 | 2025-01-31T04:45:53.585Z | Downloaded progenitor-impl v0.8.0 |
992 | 2025-01-31T04:45:53.587Z | Downloaded fatfs v0.3.6 |
993 | 2025-01-31T04:45:53.591Z | Downloaded futures-executor v0.3.31 |
994 | 2025-01-31T04:45:53.591Z | Downloaded scopeguard v1.2.0 |
995 | 2025-01-31T04:45:53.594Z | Downloaded quick-xml v0.33.0 |
996 | 2025-01-31T04:45:53.597Z | Downloaded rand_core v0.6.4 |
997 | 2025-01-31T04:45:53.600Z | Downloaded termtree v0.5.1 |
998 | 2025-01-31T04:45:53.602Z | Downloaded subprocess v0.2.9 |
999 | 2025-01-31T04:45:53.602Z | Downloaded tungstenite v0.21.0 |
1000 | 2025-01-31T04:45:53.605Z | Downloaded resolv-conf v0.7.0 |
1001 | 2025-01-31T04:45:53.608Z | Downloaded futures-channel v0.3.31 |
1002 | 2025-01-31T04:45:53.611Z | Downloaded tokio-tungstenite v0.24.0 |
1003 | 2025-01-31T04:45:53.611Z | Downloaded hash32 v0.2.1 |
1004 | 2025-01-31T04:45:53.613Z | Downloaded smf v0.2.3 |
1005 | 2025-01-31T04:45:53.613Z | Downloaded tokio-tungstenite v0.23.1 |
1006 | 2025-01-31T04:45:53.616Z | Downloaded diff v0.1.13 |
1007 | 2025-01-31T04:45:53.620Z | Downloaded progenitor-impl v0.9.1 |
1008 | 2025-01-31T04:45:53.622Z | Downloaded tungstenite v0.24.0 |
1009 | 2025-01-31T04:45:53.625Z | Downloaded derive_builder_core v0.20.2 |
1010 | 2025-01-31T04:45:53.628Z | Downloaded num-bigint v0.4.6 |
1011 | 2025-01-31T04:45:53.631Z | Downloaded parking_lot v0.12.3 |
1012 | 2025-01-31T04:45:53.634Z | Downloaded salty v0.3.0 |
1013 | 2025-01-31T04:45:53.639Z | Downloaded string_cache v0.8.7 |
1014 | 2025-01-31T04:45:53.642Z | Downloaded zerocopy v0.6.6 |
1015 | 2025-01-31T04:45:53.646Z | Downloaded tough v0.19.0 |
1016 | 2025-01-31T04:45:53.653Z | Downloaded rustls-webpki v0.101.7 |
1017 | 2025-01-31T04:45:53.666Z | Downloaded tungstenite v0.23.0 |
1018 | 2025-01-31T04:45:53.669Z | Downloaded quinn v0.11.5 |
1019 | 2025-01-31T04:45:53.673Z | Downloaded num-bigint-dig v0.8.4 |
1020 | 2025-01-31T04:45:53.676Z | Downloaded unsafe-libyaml v0.2.11 |
1021 | 2025-01-31T04:45:53.680Z | Downloaded ed25519-dalek v2.1.1 |
1022 | 2025-01-31T04:45:53.684Z | Downloaded rfc6979 v0.4.0 |
1023 | 2025-01-31T04:45:53.684Z | Downloaded ssh-key v0.6.6 |
1024 | 2025-01-31T04:45:53.691Z | Downloaded signal-hook v0.3.17 |
1025 | 2025-01-31T04:45:53.693Z | Downloaded proptest v1.5.0 |
1026 | 2025-01-31T04:45:53.702Z | Downloaded futures v0.3.31 |
1027 | 2025-01-31T04:45:53.706Z | Downloaded unicode-bidi v0.3.17 |
1028 | 2025-01-31T04:45:53.711Z | Downloaded half v2.4.1 |
1029 | 2025-01-31T04:45:53.714Z | Downloaded openssl-sys v0.9.104 |
1030 | 2025-01-31T04:45:53.717Z | Downloaded schemars v0.8.21 |
1031 | 2025-01-31T04:45:53.728Z | Downloaded samael v0.0.17 |
1032 | 2025-01-31T04:45:53.733Z | Downloaded lalrpop v0.19.12 |
1033 | 2025-01-31T04:45:53.745Z | Downloaded unicode-normalization v0.1.24 |
1034 | 2025-01-31T04:45:53.748Z | Downloaded typed-path v0.9.3 |
1035 | 2025-01-31T04:45:53.753Z | Downloaded hashbrown v0.12.3 |
1036 | 2025-01-31T04:45:53.758Z | Downloaded bitvec v1.0.1 |
1037 | 2025-01-31T04:45:53.772Z | Downloaded winnow v0.5.40 |
1038 | 2025-01-31T04:45:53.781Z | Downloaded diesel_derives v2.2.3 |
1039 | 2025-01-31T04:45:53.784Z | Downloaded qorb v0.2.1 |
1040 | 2025-01-31T04:45:53.789Z | Downloaded publicsuffix v2.3.0 |
1041 | 2025-01-31T04:45:53.792Z | Downloaded nom v7.1.3 |
1042 | 2025-01-31T04:45:53.800Z | Downloaded time v0.3.36 |
1043 | 2025-01-31T04:45:53.803Z | Downloaded zip v2.1.3 |
1044 | 2025-01-31T04:45:53.807Z | Downloaded steno v0.4.1 |
1045 | 2025-01-31T04:45:53.810Z | Downloaded vcpkg v0.2.15 |
1046 | 2025-01-31T04:45:53.848Z | Downloaded der v0.7.9 |
1047 | 2025-01-31T04:45:53.853Z | Downloaded rand v0.8.5 |
1048 | 2025-01-31T04:45:53.856Z | Downloaded zerovec v0.10.4 |
1049 | 2025-01-31T04:45:53.862Z | Downloaded petname v2.0.2 |
1050 | 2025-01-31T04:45:53.867Z | Downloaded bstr v1.10.0 |
1051 | 2025-01-31T04:45:53.878Z | Downloaded dropshot v0.12.0 |
1052 | 2025-01-31T04:45:53.898Z | Downloaded tokio-util v0.7.12 |
1053 | 2025-01-31T04:45:53.904Z | Downloaded rayon v1.10.0 |
1054 | 2025-01-31T04:45:53.913Z | Downloaded p521 v0.13.3 |
1055 | 2025-01-31T04:45:53.916Z | Downloaded portable-atomic v1.9.0 |
1056 | 2025-01-31T04:45:53.923Z | Downloaded git2 v0.19.0 |
1057 | 2025-01-31T04:45:53.932Z | Downloaded quinn-proto v0.11.8 |
1058 | 2025-01-31T04:45:53.938Z | Downloaded serde_with v3.11.0 |
1059 | 2025-01-31T04:45:53.946Z | Downloaded unicode-width v0.2.0 |
1060 | 2025-01-31T04:45:53.952Z | Downloaded curve25519-dalek v4.1.3 |
1061 | 2025-01-31T04:45:53.961Z | Downloaded rustls-webpki v0.102.8 |
1062 | 2025-01-31T04:45:53.978Z | Downloaded regex v1.11.1 |
1063 | 2025-01-31T04:45:53.991Z | Downloaded gimli v0.31.1 |
1064 | 2025-01-31T04:45:53.999Z | Downloaded futures-util v0.3.31 |
1065 | 2025-01-31T04:45:54.010Z | Downloaded nix v0.27.1 |
1066 | 2025-01-31T04:45:54.020Z | Downloaded chrono-tz v0.10.1 |
1067 | 2025-01-31T04:45:54.028Z | Downloaded zerocopy v0.8.10 |
1068 | 2025-01-31T04:45:54.051Z | Downloaded reqwest v0.12.9 |
1069 | 2025-01-31T04:45:54.059Z | Downloaded regex-syntax v0.6.29 |
1070 | 2025-01-31T04:45:54.066Z | Downloaded object v0.30.4 |
1071 | 2025-01-31T04:45:54.076Z | Downloaded smoltcp v0.9.1 |
1072 | 2025-01-31T04:45:54.087Z | Downloaded p384 v0.13.0 |
1073 | 2025-01-31T04:45:54.093Z | Downloaded webpki-roots v0.26.6 |
1074 | 2025-01-31T04:45:54.096Z | Downloaded radix_trie v0.2.1 |
1075 | 2025-01-31T04:45:54.102Z | Downloaded dropshot v0.15.1 |
1076 | 2025-01-31T04:45:54.123Z | Downloaded polar-core v0.27.3 |
1077 | 2025-01-31T04:45:54.131Z | Downloaded regress v0.9.1 |
1078 | 2025-01-31T04:45:54.139Z | Downloaded nix v0.28.0 |
1079 | 2025-01-31T04:45:54.150Z | Downloaded openssl v0.10.66 |
1080 | 2025-01-31T04:45:54.161Z | Downloaded smoltcp v0.11.0 |
1081 | 2025-01-31T04:45:54.172Z | Downloaded rustls v0.23.19 |
1082 | 2025-01-31T04:45:54.183Z | Downloaded nix v0.29.0 |
1083 | 2025-01-31T04:45:54.194Z | Downloaded diesel v2.2.6 |
1084 | 2025-01-31T04:45:54.213Z | Downloaded regex-syntax v0.8.5 |
1085 | 2025-01-31T04:45:54.221Z | Downloaded ratatui v0.28.1 |
1086 | 2025-01-31T04:45:54.241Z | Downloaded sled v0.34.7 |
1087 | 2025-01-31T04:45:54.251Z | Downloaded openapiv3 v2.0.0 |
1088 | 2025-01-31T04:45:54.263Z | Downloaded typify-impl v0.3.0 |
1089 | 2025-01-31T04:45:54.278Z | Downloaded typify-impl v0.2.0 |
1090 | 2025-01-31T04:45:54.293Z | Downloaded rustls v0.21.12 |
1091 | 2025-01-31T04:45:54.307Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1092 | 2025-01-31T04:45:54.317Z | Downloaded hickory-proto v0.24.2 |
1093 | 2025-01-31T04:45:54.353Z | Downloaded regex-automata v0.4.8 |
1094 | 2025-01-31T04:45:54.372Z | Downloaded zerocopy-derive v0.6.6 |
1095 | 2025-01-31T04:45:54.383Z | Downloaded object v0.36.5 |
1096 | 2025-01-31T04:45:54.397Z | Downloaded rustls v0.22.4 |
1097 | 2025-01-31T04:45:54.414Z | Downloaded regress v0.10.1 |
1098 | 2025-01-31T04:45:54.423Z | Downloaded zerocopy-derive v0.8.10 |
1099 | 2025-01-31T04:45:54.428Z | Downloaded reedline v0.35.0 |
1100 | 2025-01-31T04:45:54.435Z | Downloaded icu_properties_data v1.5.0 |
1101 | 2025-01-31T04:45:54.445Z | Downloaded expectorate v1.1.0 |
1102 | 2025-01-31T04:45:54.447Z | Downloaded petgraph v0.6.5 |
1103 | 2025-01-31T04:45:54.464Z | Downloaded lzma-sys v0.1.20 |
1104 | 2025-01-31T04:45:54.493Z | Downloaded fixedbitset v0.4.2 |
1105 | 2025-01-31T04:45:54.495Z | Downloaded rustc-demangle v0.1.24 |
1106 | 2025-01-31T04:45:54.498Z | Downloaded sha3 v0.10.8 |
1107 | 2025-01-31T04:45:54.500Z | Downloaded csv v1.3.1 |
1108 | 2025-01-31T04:45:54.521Z | Downloaded owo-colors v4.1.0 |
1109 | 2025-01-31T04:45:54.523Z | Downloaded tokio v1.43.0 |
1110 | 2025-01-31T04:45:54.561Z | Downloaded libz-sys v1.1.20 |
1111 | 2025-01-31T04:45:54.582Z | Downloaded dirs-sys-next v0.1.2 |
1112 | 2025-01-31T04:45:54.584Z | Downloaded zerovec-derive v0.10.3 |
1113 | 2025-01-31T04:45:54.585Z | Downloaded static_assertions v1.1.0 |
1114 | 2025-01-31T04:45:54.589Z | Downloaded pkcs1 v0.7.5 |
1115 | 2025-01-31T04:45:54.591Z | Downloaded itertools v0.10.5 |
1116 | 2025-01-31T04:45:54.594Z | Downloaded crossterm v0.28.1 |
1117 | 2025-01-31T04:45:54.602Z | Downloaded aes-gcm v0.10.3 |
1118 | 2025-01-31T04:45:54.607Z | Downloaded yoke v0.7.4 |
1119 | 2025-01-31T04:45:54.610Z | Downloaded whoami v1.5.2 |
1120 | 2025-01-31T04:45:54.610Z | Downloaded unicode_categories v0.1.1 |
1121 | 2025-01-31T04:45:54.613Z | Downloaded test-strategy v0.3.1 |
1122 | 2025-01-31T04:45:54.616Z | Downloaded http v1.2.0 |
1123 | 2025-01-31T04:45:54.620Z | Downloaded heapless v0.7.17 |
1124 | 2025-01-31T04:45:54.623Z | Downloaded predicates-tree v1.0.11 |
1125 | 2025-01-31T04:45:54.623Z | Downloaded num-derive v0.4.2 |
1126 | 2025-01-31T04:45:54.626Z | Downloaded walkdir v2.5.0 |
1127 | 2025-01-31T04:45:54.626Z | Downloaded unicode-properties v0.1.3 |
1128 | 2025-01-31T04:45:54.630Z | Downloaded funty v2.0.0 |
1129 | 2025-01-31T04:45:54.635Z | Downloaded embedded-io v0.6.1 |
1130 | 2025-01-31T04:45:54.635Z | Downloaded either v1.13.0 |
1131 | 2025-01-31T04:45:54.635Z | Downloaded diesel-dtrace v0.4.2 |
1132 | 2025-01-31T04:45:54.640Z | Downloaded subtle v2.6.1 |
1133 | 2025-01-31T04:45:54.640Z | Downloaded slog-bunyan v2.5.0 |
1134 | 2025-01-31T04:45:54.640Z | Downloaded libxml v0.3.3 |
1135 | 2025-01-31T04:45:54.643Z | Downloaded libm v0.2.8 |
1136 | 2025-01-31T04:45:54.650Z | Downloaded strum_macros v0.26.4 |
1137 | 2025-01-31T04:45:54.653Z | Downloaded defmt v0.3.8 |
1138 | 2025-01-31T04:45:54.655Z | Downloaded data-encoding v2.6.0 |
1139 | 2025-01-31T04:45:54.658Z | Downloaded ref-cast v1.0.23 |
1140 | 2025-01-31T04:45:54.660Z | Downloaded rand_seeder v0.3.0 |
1141 | 2025-01-31T04:45:54.660Z | Downloaded percent-encoding v2.3.1 |
1142 | 2025-01-31T04:45:54.663Z | Downloaded packed_struct_codegen v0.10.1 |
1143 | 2025-01-31T04:45:54.663Z | Downloaded serde_yaml v0.9.34+deprecated |
1144 | 2025-01-31T04:45:54.665Z | Downloaded der_derive v0.7.3 |
1145 | 2025-01-31T04:45:54.667Z | Downloaded sync-ptr v0.1.1 |
1146 | 2025-01-31T04:45:54.667Z | Downloaded pin-project-lite v0.2.14 |
1147 | 2025-01-31T04:45:54.672Z | Downloaded headers v0.4.0 |
1148 | 2025-01-31T04:45:54.678Z | Downloaded dropshot_endpoint v0.15.1 |
1149 | 2025-01-31T04:45:54.680Z | Downloaded dropshot_endpoint v0.12.0 |
1150 | 2025-01-31T04:45:54.683Z | Downloaded hickory-resolver v0.24.2 |
1151 | 2025-01-31T04:45:54.687Z | Downloaded crypto-bigint v0.5.5 |
1152 | 2025-01-31T04:45:54.694Z | Downloaded sec1 v0.7.3 |
1153 | 2025-01-31T04:45:54.697Z | Downloaded yasna v0.5.2 |
1154 | 2025-01-31T04:45:54.700Z | Downloaded quinn-udp v0.5.5 |
1155 | 2025-01-31T04:45:54.703Z | Downloaded num_enum v0.5.11 |
1156 | 2025-01-31T04:45:54.706Z | Downloaded tokio-stream v0.1.16 |
1157 | 2025-01-31T04:45:54.709Z | Downloaded newtype-uuid v1.2.1 |
1158 | 2025-01-31T04:45:54.711Z | Downloaded utf8_iter v1.0.4 |
1159 | 2025-01-31T04:45:54.711Z | Downloaded icu_collections v1.5.0 |
1160 | 2025-01-31T04:45:54.717Z | Downloaded derive-where v1.2.7 |
1161 | 2025-01-31T04:45:54.721Z | Downloaded value-bag v1.9.0 |
1162 | 2025-01-31T04:45:54.723Z | Downloaded radium v0.7.0 |
1163 | 2025-01-31T04:45:54.726Z | Downloaded ppv-lite86 v0.2.20 |
1164 | 2025-01-31T04:45:54.729Z | Downloaded vsss-rs v3.3.4 |
1165 | 2025-01-31T04:45:54.729Z | Downloaded predicates v3.1.2 |
1166 | 2025-01-31T04:45:54.731Z | Downloaded indexmap v1.9.3 |
1167 | 2025-01-31T04:45:54.735Z | Downloaded gethostname v0.5.0 |
1168 | 2025-01-31T04:45:54.738Z | Downloaded encoding_rs v0.8.34 |
1169 | 2025-01-31T04:45:54.757Z | Downloaded zeroize v1.8.1 |
1170 | 2025-01-31T04:45:54.760Z | Downloaded float-cmp v0.9.0 |
1171 | 2025-01-31T04:45:54.760Z | Downloaded document-features v0.2.10 |
1172 | 2025-01-31T04:45:54.762Z | Downloaded tracing-attributes v0.1.27 |
1173 | 2025-01-31T04:45:54.765Z | Downloaded compact_str v0.8.0 |
1174 | 2025-01-31T04:45:54.768Z | Downloaded icu_properties v1.5.1 |
1175 | 2025-01-31T04:45:54.771Z | Downloaded crossbeam-epoch v0.9.18 |
1176 | 2025-01-31T04:45:54.771Z | Downloaded cbc v0.1.2 |
1177 | 2025-01-31T04:45:54.775Z | Downloaded crunchy v0.2.2 |
1178 | 2025-01-31T04:45:54.775Z | Downloaded backoff v0.4.0 |
1179 | 2025-01-31T04:45:54.778Z | Downloaded icu_normalizer v1.5.0 |
1180 | 2025-01-31T04:45:54.778Z | Downloaded hyper-staticfile v0.10.1 |
1181 | 2025-01-31T04:45:54.780Z | Downloaded bit-vec v0.6.3 |
1182 | 2025-01-31T04:45:54.780Z | Downloaded highway v1.2.0 |
1183 | 2025-01-31T04:45:54.783Z | Downloaded cipher v0.4.4 |
1184 | 2025-01-31T04:45:54.786Z | Downloaded castaway v0.2.3 |
1185 | 2025-01-31T04:45:54.786Z | Downloaded atty v0.2.14 |
1186 | 2025-01-31T04:45:54.786Z | Downloaded instability v0.3.2 |
1187 | 2025-01-31T04:45:54.789Z | Downloaded base64 v0.22.1 |
1188 | 2025-01-31T04:45:54.791Z | Downloaded atomicwrites v0.4.4 |
1189 | 2025-01-31T04:45:54.791Z | Downloaded array-init v0.0.4 |
1190 | 2025-01-31T04:45:54.793Z | Downloaded indent_write v2.2.0 |
1191 | 2025-01-31T04:45:54.793Z | Downloaded allocator-api2 v0.2.18 |
1192 | 2025-01-31T04:45:54.796Z | Downloaded home v0.5.9 |
1193 | 2025-01-31T04:45:54.798Z | Downloaded ascii-canvas v3.0.0 |
1194 | 2025-01-31T04:45:54.801Z | Downloaded linear-map v1.2.0 |
1195 | 2025-01-31T04:45:54.801Z | Downloaded http-body-util v0.1.2 |
1196 | 2025-01-31T04:45:54.805Z | Downloaded adler2 v2.0.0 |
1197 | 2025-01-31T04:45:54.811Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1198 | 2025-01-31T04:45:55.116Z | Downloaded libsqlite3-sys v0.30.1 |
1199 | 2025-01-31T04:45:55.209Z | Downloaded ring v0.17.8 |
1200 | 2025-01-31T04:45:55.513Z | Downloaded aws-lc-sys v0.22.0 |
1201 | 2025-01-31T04:45:55.826Z | Compiling serde v1.0.217 |
1202 | 2025-01-31T04:45:55.829Z | Compiling lock_api v0.4.12 |
1203 | 2025-01-31T04:45:55.829Z | Compiling value-bag v1.9.0 |
1204 | 2025-01-31T04:45:55.829Z | Compiling scopeguard v1.2.0 |
1205 | 2025-01-31T04:45:55.829Z | Compiling typenum v1.17.0 |
1206 | 2025-01-31T04:45:55.981Z | Compiling generic-array v0.14.7 |
1207 | 2025-01-31T04:45:56.025Z | Compiling syn v2.0.96 |
1208 | 2025-01-31T04:45:56.041Z | Compiling getrandom v0.2.15 |
1209 | 2025-01-31T04:45:56.149Z | Compiling shlex v1.3.0 |
1210 | 2025-01-31T04:45:56.366Z | Compiling rand_core v0.6.4 |
1211 | 2025-01-31T04:45:56.467Z | Compiling log v0.4.22 |
1212 | 2025-01-31T04:45:56.535Z | Compiling subtle v2.6.1 |
1213 | 2025-01-31T04:45:56.554Z | Compiling jobserver v0.1.32 |
1214 | 2025-01-31T04:45:56.581Z | Compiling smallvec v1.13.2 |
1215 | 2025-01-31T04:45:56.807Z | Compiling const-oid v0.9.6 |
1216 | 2025-01-31T04:45:56.890Z | Compiling pin-project-lite v0.2.14 |
1217 | 2025-01-31T04:45:56.893Z | Compiling rustix v0.38.37 |
1218 | 2025-01-31T04:45:56.969Z | Compiling cc v1.1.30 |
1219 | 2025-01-31T04:45:57.020Z | Compiling spin v0.9.8 |
1220 | 2025-01-31T04:45:57.237Z | Compiling parking_lot_core v0.9.10 |
1221 | 2025-01-31T04:45:57.347Z | Compiling futures-core v0.3.31 |
1222 | 2025-01-31T04:45:57.373Z | Compiling signal-hook-registry v1.4.2 |
1223 | 2025-01-31T04:45:57.582Z | Compiling mio v1.0.2 |
1224 | 2025-01-31T04:45:57.724Z | Compiling aho-corasick v1.1.3 |
1225 | 2025-01-31T04:45:58.100Z | Compiling parking_lot v0.12.3 |
1226 | 2025-01-31T04:45:58.299Z | Compiling either v1.13.0 |
1227 | 2025-01-31T04:45:58.338Z | Compiling regex-syntax v0.8.5 |
1228 | 2025-01-31T04:45:58.625Z | Compiling stable_deref_trait v1.2.0 |
1229 | 2025-01-31T04:45:58.709Z | Compiling cpufeatures v0.2.14 |
1230 | 2025-01-31T04:45:58.737Z | Compiling futures-sink v0.3.31 |
1231 | 2025-01-31T04:45:58.753Z | Compiling glob v0.3.2 |
1232 | 2025-01-31T04:45:58.813Z | Compiling socket2 v0.5.7 |
1233 | 2025-01-31T04:45:58.889Z | Compiling slab v0.4.9 |
1234 | 2025-01-31T04:45:58.909Z | Compiling prettyplease v0.2.25 |
1235 | 2025-01-31T04:45:59.237Z | Compiling lazy_static v1.5.0 |
1236 | 2025-01-31T04:45:59.371Z | Compiling serde_json v1.0.135 |
1237 | 2025-01-31T04:45:59.466Z | Compiling minimal-lexical v0.2.1 |
1238 | 2025-01-31T04:45:59.660Z | Compiling clang-sys v1.8.1 |
1239 | 2025-01-31T04:45:59.753Z | Compiling libloading v0.8.5 |
1240 | 2025-01-31T04:45:59.960Z | Compiling nom v7.1.3 |
1241 | 2025-01-31T04:46:00.011Z | Compiling bindgen v0.69.5 |
1242 | 2025-01-31T04:46:00.117Z | Compiling home v0.5.9 |
1243 | 2025-01-31T04:46:00.399Z | Compiling futures-channel v0.3.31 |
1244 | 2025-01-31T04:46:00.637Z | Compiling itertools v0.12.1 |
1245 | 2025-01-31T04:46:00.792Z | Compiling allocator-api2 v0.2.18 |
1246 | 2025-01-31T04:46:00.884Z | Compiling rustc-hash v1.1.0 |
1247 | 2025-01-31T04:46:01.048Z | Compiling pin-utils v0.1.0 |
1248 | 2025-01-31T04:46:01.162Z | Compiling lazycell v1.3.0 |
1249 | 2025-01-31T04:46:01.347Z | Compiling foldhash v0.1.3 |
1250 | 2025-01-31T04:46:01.611Z | Compiling futures-io v0.3.31 |
1251 | 2025-01-31T04:46:01.663Z | Compiling libm v0.2.8 |
1252 | 2025-01-31T04:46:01.864Z | Compiling futures-task v0.3.31 |
1253 | 2025-01-31T04:46:02.004Z | Compiling regex-automata v0.4.8 |
1254 | 2025-01-31T04:46:02.154Z | Compiling hashbrown v0.15.1 |
1255 | 2025-01-31T04:46:02.475Z | Compiling cmake v0.1.51 |
1256 | 2025-01-31T04:46:03.273Z | Compiling synstructure v0.13.1 |
1257 | 2025-01-31T04:46:03.385Z | Compiling cexpr v0.6.0 |
1258 | 2025-01-31T04:46:03.470Z | Compiling num-traits v0.2.19 |
1259 | 2025-01-31T04:46:03.762Z | Compiling pkg-config v0.3.31 |
1260 | 2025-01-31T04:46:04.527Z | Compiling fs_extra v1.3.0 |
1261 | 2025-01-31T04:46:04.720Z | Compiling dunce v1.0.5 |
1262 | 2025-01-31T04:46:05.073Z | Compiling writeable v0.5.5 |
1263 | 2025-01-31T04:46:05.091Z | Compiling litemap v0.7.3 |
1264 | 2025-01-31T04:46:05.120Z | Compiling ring v0.17.8 |
1265 | 2025-01-31T04:46:05.451Z | Compiling base64ct v1.6.0 |
1266 | 2025-01-31T04:46:05.592Z | Compiling paste v1.0.15 |
1267 | 2025-01-31T04:46:06.082Z | Compiling pem-rfc7468 v0.7.0 |
1268 | 2025-01-31T04:46:06.132Z | Compiling aws-lc-rs v1.10.0 |
1269 | 2025-01-31T04:46:06.343Z | Compiling httparse v1.9.5 |
1270 | 2025-01-31T04:46:06.505Z | Compiling icu_locid_transform_data v1.5.0 |
1271 | 2025-01-31T04:46:06.612Z | Compiling flagset v0.4.6 |
1272 | 2025-01-31T04:46:06.820Z | Compiling tracing-core v0.1.32 |
1273 | 2025-01-31T04:46:07.079Z | Compiling rustls-pki-types v1.10.0 |
1274 | 2025-01-31T04:46:07.687Z | Compiling regex v1.11.1 |
1275 | 2025-01-31T04:46:07.715Z | Compiling icu_properties_data v1.5.0 |
1276 | 2025-01-31T04:46:07.953Z | Compiling crossbeam-utils v0.8.20 |
1277 | 2025-01-31T04:46:07.956Z | Compiling percent-encoding v2.3.1 |
1278 | 2025-01-31T04:46:08.245Z | Compiling mirai-annotations v1.12.0 |
1279 | 2025-01-31T04:46:08.444Z | Compiling utf8_iter v1.0.4 |
1280 | 2025-01-31T04:46:08.529Z | Compiling untrusted v0.7.1 |
1281 | 2025-01-31T04:46:08.628Z | Compiling powerfmt v0.2.0 |
1282 | 2025-01-31T04:46:08.630Z | Compiling untrusted v0.9.0 |
1283 | 2025-01-31T04:46:08.681Z | Compiling utf16_iter v1.0.5 |
1284 | 2025-01-31T04:46:08.714Z | Compiling icu_normalizer_data v1.5.0 |
1285 | 2025-01-31T04:46:08.752Z | Compiling serde_derive v1.0.217 |
1286 | 2025-01-31T04:46:08.793Z | Compiling zeroize_derive v1.4.2 |
1287 | 2025-01-31T04:46:08.820Z | Compiling zerocopy-derive v0.7.35 |
1288 | 2025-01-31T04:46:08.878Z | Compiling zerofrom-derive v0.1.4 |
1289 | 2025-01-31T04:46:09.017Z | Compiling tokio-macros v2.5.0 |
1290 | 2025-01-31T04:46:10.186Z | Compiling zeroize v1.8.1 |
1291 | 2025-01-31T04:46:10.561Z | Compiling yoke-derive v0.7.4 |
1292 | 2025-01-31T04:46:10.829Z | Compiling zerocopy v0.7.35 |
1293 | 2025-01-31T04:46:10.849Z | Compiling zerovec-derive v0.10.3 |
1294 | 2025-01-31T04:46:11.737Z | Compiling crypto-common v0.1.6 |
1295 | 2025-01-31T04:46:11.927Z | Compiling block-buffer v0.10.4 |
1296 | 2025-01-31T04:46:11.993Z | Compiling thiserror-impl v1.0.69 |
1297 | 2025-01-31T04:46:12.144Z | Compiling futures-macro v0.3.31 |
1298 | 2025-01-31T04:46:12.204Z | Compiling digest v0.10.7 |
1299 | 2025-01-31T04:46:12.411Z | Compiling zerofrom v0.1.4 |
1300 | 2025-01-31T04:46:12.639Z | Compiling hmac v0.12.1 |
1301 | 2025-01-31T04:46:12.681Z | Compiling displaydoc v0.2.5 |
1302 | 2025-01-31T04:46:12.826Z | Compiling block-padding v0.3.3 |
1303 | 2025-01-31T04:46:12.882Z | Compiling sha2 v0.10.8 |
1304 | 2025-01-31T04:46:13.067Z | Compiling inout v0.1.3 |
1305 | 2025-01-31T04:46:13.194Z | Compiling yoke v0.7.4 |
1306 | 2025-01-31T04:46:13.280Z | Compiling icu_provider_macros v1.5.0 |
1307 | 2025-01-31T04:46:13.338Z | Compiling cipher v0.4.4 |
1308 | 2025-01-31T04:46:13.545Z | Compiling zerovec v0.10.4 |
1309 | 2025-01-31T04:46:13.834Z | Compiling ppv-lite86 v0.2.20 |
1310 | 2025-01-31T04:46:13.955Z | Compiling futures-util v0.3.31 |
1311 | 2025-01-31T04:46:14.236Z | Compiling der_derive v0.7.3 |
1312 | 2025-01-31T04:46:14.376Z | Compiling tracing-attributes v0.1.27 |
1313 | 2025-01-31T04:46:14.659Z | Compiling rand_chacha v0.3.1 |
1314 | 2025-01-31T04:46:15.004Z | Compiling thiserror v1.0.69 |
1315 | 2025-01-31T04:46:15.156Z | Compiling pest v2.7.14 |
1316 | 2025-01-31T04:46:15.563Z | Compiling tinystr v0.7.6 |
1317 | 2025-01-31T04:46:15.959Z | Compiling icu_locid v1.5.0 |
1318 | 2025-01-31T04:46:16.528Z | Compiling icu_collections v1.5.0 |
1319 | 2025-01-31T04:46:16.530Z | Compiling der v0.7.9 |
1320 | 2025-01-31T04:46:16.931Z | Compiling rand v0.8.5 |
1321 | 2025-01-31T04:46:17.725Z | Compiling icu_provider v1.5.0 |
1322 | 2025-01-31T04:46:17.826Z | Compiling tracing v0.1.40 |
1323 | 2025-01-31T04:46:18.019Z | Compiling salsa20 v0.10.2 |
1324 | 2025-01-31T04:46:18.223Z | Compiling pbkdf2 v0.12.2 |
1325 | 2025-01-31T04:46:18.248Z | Compiling time-core v0.1.2 |
1326 | 2025-01-31T04:46:18.330Z | Compiling vcpkg v0.2.15 |
1327 | 2025-01-31T04:46:18.403Z | Compiling icu_locid_transform v1.5.0 |
1328 | 2025-01-31T04:46:18.429Z | Compiling spki v0.7.3 |
1329 | 2025-01-31T04:46:18.680Z | Compiling write16 v1.0.0 |
1330 | 2025-01-31T04:46:18.801Z | Compiling num-conv v0.1.0 |
1331 | 2025-01-31T04:46:18.828Z | Compiling scrypt v0.11.0 |
1332 | 2025-01-31T04:46:18.893Z | Compiling pest_meta v2.7.14 |
1333 | 2025-01-31T04:46:19.095Z | Compiling time-macros v0.2.18 |
1334 | 2025-01-31T04:46:19.227Z | Compiling aes v0.8.4 |
1335 | 2025-01-31T04:46:19.373Z | Compiling cbc v0.1.2 |
1336 | 2025-01-31T04:46:19.613Z | Compiling deranged v0.3.11 |
1337 | 2025-01-31T04:46:20.259Z | Compiling icu_properties v1.5.1 |
1338 | 2025-01-31T04:46:20.842Z | Compiling openssl-sys v0.9.104 |
1339 | 2025-01-31T04:46:21.021Z | Compiling scroll_derive v0.12.0 |
1340 | 2025-01-31T04:46:21.907Z | Compiling bitflags v2.6.0 |
1341 | 2025-01-31T04:46:21.953Z | Compiling bytes v1.9.0 |
1342 | 2025-01-31T04:46:22.137Z | Compiling indexmap v2.7.1 |
1343 | 2025-01-31T04:46:22.419Z | Compiling semver v1.0.24 |
1344 | 2025-01-31T04:46:22.904Z | Compiling tokio v1.43.0 |
1345 | 2025-01-31T04:46:23.109Z | Compiling http v1.2.0 |
1346 | 2025-01-31T04:46:23.129Z | Compiling rustc_version v0.4.1 |
1347 | 2025-01-31T04:46:23.430Z | Compiling atomic-waker v1.1.2 |
1348 | 2025-01-31T04:46:23.629Z | Compiling tinyvec_macros v0.1.1 |
1349 | 2025-01-31T04:46:23.734Z | Compiling num_threads v0.1.7 |
1350 | 2025-01-31T04:46:23.780Z | Compiling icu_normalizer v1.5.0 |
1351 | 2025-01-31T04:46:23.872Z | Compiling time v0.3.36 |
1352 | 2025-01-31T04:46:24.555Z | Compiling tinyvec v1.8.0 |
1353 | 2025-01-31T04:46:24.835Z | Compiling http-body v1.0.1 |
1354 | 2025-01-31T04:46:24.929Z | Compiling idna_adapter v1.2.0 |
1355 | 2025-01-31T04:46:25.092Z | Compiling scroll v0.12.0 |
1356 | 2025-01-31T04:46:25.268Z | Compiling pest_generator v2.7.14 |
1357 | 2025-01-31T04:46:25.380Z | Compiling pkcs5 v0.7.1 |
1358 | 2025-01-31T04:46:25.551Z | Compiling form_urlencoded v1.2.1 |
1359 | 2025-01-31T04:46:25.611Z | Compiling slog v2.7.0 |
1360 | 2025-01-31T04:46:25.873Z | Compiling try-lock v0.2.5 |
1361 | 2025-01-31T04:46:25.979Z | Compiling which v4.4.2 |
1362 | 2025-01-31T04:46:26.040Z | Compiling want v0.3.1 |
1363 | 2025-01-31T04:46:26.185Z | Compiling pkcs8 v0.10.2 |
1364 | 2025-01-31T04:46:26.449Z | Compiling goblin v0.8.2 |
1365 | 2025-01-31T04:46:26.497Z | Compiling idna v1.0.3 |
1366 | 2025-01-31T04:46:26.845Z | Compiling uuid v1.12.0 |
1367 | 2025-01-31T04:46:27.067Z | Compiling iana-time-zone v0.1.61 |
1368 | 2025-01-31T04:46:27.139Z | Compiling pest_derive v2.7.14 |
1369 | 2025-01-31T04:46:27.469Z | Compiling httpdate v1.0.3 |
1370 | 2025-01-31T04:46:27.938Z | Compiling chrono v0.4.39 |
1371 | 2025-01-31T04:46:27.961Z | Compiling dtrace-parser v0.2.0 |
1372 | 2025-01-31T04:46:28.362Z | Compiling toml_datetime v0.6.8 |
1373 | 2025-01-31T04:46:28.546Z | Compiling serde_tokenstream v0.2.2 |
1374 | 2025-01-31T04:46:28.832Z | Compiling serde_spanned v0.6.8 |
1375 | 2025-01-31T04:46:28.851Z | Compiling match_cfg v0.1.0 |
1376 | 2025-01-31T04:46:28.956Z | Compiling foreign-types-shared v0.1.1 |
1377 | 2025-01-31T04:46:29.078Z | Compiling adler2 v2.0.0 |
1378 | 2025-01-31T04:46:29.097Z | Compiling tower-service v0.3.3 |
1379 | 2025-01-31T04:46:29.143Z | Compiling rustversion v1.0.17 |
1380 | 2025-01-31T04:46:29.243Z | Compiling openssl v0.10.66 |
1381 | 2025-01-31T04:46:29.304Z | Compiling base64 v0.22.1 |
1382 | 2025-01-31T04:46:29.736Z | Compiling miniz_oxide v0.8.0 |
1383 | 2025-01-31T04:46:29.915Z | Compiling foreign-types v0.3.2 |
1384 | 2025-01-31T04:46:29.939Z | Compiling hostname v0.3.1 |
1385 | 2025-01-31T04:46:30.030Z | Compiling url v2.5.3 |
1386 | 2025-01-31T04:46:30.145Z | Compiling async-trait v0.1.85 |
1387 | 2025-01-31T04:46:31.232Z | Compiling tokio-util v0.7.12 |
1388 | 2025-01-31T04:46:31.396Z | Compiling openssl-macros v0.1.1 |
1389 | 2025-01-31T04:46:31.399Z | Compiling serde_derive_internals v0.29.1 |
1390 | 2025-01-31T04:46:31.854Z | Compiling dirs-sys-next v0.1.2 |
1391 | 2025-01-31T04:46:32.182Z | Compiling h2 v0.4.6 |
1392 | 2025-01-31T04:46:32.435Z | Compiling dof v0.3.0 |
1393 | 2025-01-31T04:46:32.507Z | Compiling rustls v0.22.4 |
1394 | 2025-01-31T04:46:32.748Z | Compiling syn v1.0.109 |
1395 | 2025-01-31T04:46:32.784Z | Compiling native-tls v0.2.12 |
1396 | 2025-01-31T04:46:33.133Z | Compiling siphasher v0.3.11 |
1397 | 2025-01-31T04:46:33.361Z | Compiling usdt-impl v0.5.0 |
1398 | 2025-01-31T04:46:33.534Z | Compiling rustls v0.23.19 |
1399 | 2025-01-31T04:46:33.769Z | Compiling data-encoding v2.6.0 |
1400 | 2025-01-31T04:46:33.808Z | Compiling schemars v0.8.21 |
1401 | 2025-01-31T04:46:34.171Z | Compiling schemars_derive v0.8.21 |
1402 | 2025-01-31T04:46:34.788Z | Compiling dirs-next v2.0.0 |
1403 | 2025-01-31T04:46:35.841Z | Compiling unicode-normalization v0.1.24 |
1404 | 2025-01-31T04:46:35.881Z | Compiling http-body-util v0.1.2 |
1405 | 2025-01-31T04:46:36.232Z | Compiling crossbeam-epoch v0.9.18 |
1406 | 2025-01-31T04:46:36.359Z | Compiling heapless v0.7.17 |
1407 | 2025-01-31T04:46:36.383Z | Compiling sha1 v0.10.6 |
1408 | 2025-01-31T04:46:36.780Z | Compiling signature v2.2.0 |
1409 | 2025-01-31T04:46:36.808Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2025-01-31T04:46:36.870Z | Compiling thread_local v1.1.8 |
1411 | 2025-01-31T04:46:36.911Z | Compiling encoding_rs v0.8.34 |
1412 | 2025-01-31T04:46:37.072Z | Compiling cookie v0.18.1 |
1413 | 2025-01-31T04:46:37.259Z | Compiling multer v3.1.0 |
1414 | 2025-01-31T04:46:37.295Z | Compiling ipnet v2.10.1 |
1415 | 2025-01-31T04:46:37.339Z | Compiling dyn-clone v1.0.17 |
1416 | 2025-01-31T04:46:37.369Z | Compiling slog-async v2.8.0 |
1417 | 2025-01-31T04:46:37.555Z | Compiling signal-hook v0.3.17 |
1418 | 2025-01-31T04:46:37.576Z | Compiling mime v0.3.17 |
1419 | 2025-01-31T04:46:37.825Z | Compiling openssl-probe v0.1.5 |
1420 | 2025-01-31T04:46:37.897Z | Compiling unicode-bidi v0.3.17 |
1421 | 2025-01-31T04:46:38.094Z | Compiling unicode-properties v0.1.3 |
1422 | 2025-01-31T04:46:38.154Z | Compiling rayon-core v1.12.1 |
1423 | 2025-01-31T04:46:38.338Z | Compiling gimli v0.31.1 |
1424 | 2025-01-31T04:46:38.601Z | Compiling toml_edit v0.22.22 |
1425 | 2025-01-31T04:46:39.250Z | Compiling hyper v1.5.2 |
1426 | 2025-01-31T04:46:41.856Z | Compiling hyper-util v0.1.10 |
1427 | 2025-01-31T04:46:41.975Z | Compiling stringprep v0.1.5 |
1428 | 2025-01-31T04:46:42.487Z | Compiling crossbeam-deque v0.8.5 |
1429 | 2025-01-31T04:46:42.814Z | Compiling addr2line v0.24.2 |
1430 | 2025-01-31T04:46:42.998Z | Compiling usdt-macro v0.5.0 |
1431 | 2025-01-31T04:46:43.018Z | Compiling usdt-attr-macro v0.5.0 |
1432 | 2025-01-31T04:46:43.192Z | Compiling term v0.7.0 |
1433 | 2025-01-31T04:46:43.984Z | Compiling slog-json v2.6.1 |
1434 | 2025-01-31T04:46:44.390Z | Compiling serde_urlencoded v0.7.1 |
1435 | 2025-01-31T04:46:44.410Z | Compiling crossbeam-channel v0.5.13 |
1436 | 2025-01-31T04:46:44.471Z | Compiling curve25519-dalek v4.1.3 |
1437 | 2025-01-31T04:46:44.518Z | Compiling futures-executor v0.3.31 |
1438 | 2025-01-31T04:46:44.690Z | Compiling md-5 v0.10.6 |
1439 | 2025-01-31T04:46:44.892Z | Compiling async-stream-impl v0.3.6 |
1440 | 2025-01-31T04:46:44.968Z | Compiling enum-as-inner v0.6.1 |
1441 | 2025-01-31T04:46:45.049Z | Compiling rustls-pemfile v2.2.0 |
1442 | 2025-01-31T04:46:45.124Z | Compiling num-integer v0.1.46 |
1443 | 2025-01-31T04:46:45.374Z | Compiling hash32 v0.2.1 |
1444 | 2025-01-31T04:46:45.421Z | Compiling ff v0.13.0 |
1445 | 2025-01-31T04:46:45.644Z | Compiling is-terminal v0.4.13 |
1446 | 2025-01-31T04:46:45.729Z | Compiling object v0.36.5 |
1447 | 2025-01-31T04:46:45.778Z | Compiling dropshot v0.12.0 |
1448 | 2025-01-31T04:46:45.873Z | Compiling num-bigint-dig v0.8.4 |
1449 | 2025-01-31T04:46:46.010Z | Compiling utf-8 v0.7.6 |
1450 | 2025-01-31T04:46:46.083Z | Compiling quick-error v1.2.3 |
1451 | 2025-01-31T04:46:46.111Z | Compiling rustc-demangle v0.1.24 |
1452 | 2025-01-31T04:46:46.171Z | Compiling base16ct v0.2.0 |
1453 | 2025-01-31T04:46:46.191Z | Compiling take_mut v0.2.2 |
1454 | 2025-01-31T04:46:46.237Z | Compiling smoltcp v0.9.1 |
1455 | 2025-01-31T04:46:46.313Z | Compiling fallible-iterator v0.2.0 |
1456 | 2025-01-31T04:46:46.355Z | Compiling psl-types v2.0.11 |
1457 | 2025-01-31T04:46:46.488Z | Compiling portable-atomic v1.9.0 |
1458 | 2025-01-31T04:46:46.575Z | Compiling linked-hash-map v0.5.6 |
1459 | 2025-01-31T04:46:46.886Z | Compiling anyhow v1.0.95 |
1460 | 2025-01-31T04:46:46.934Z | Compiling litrs v0.4.1 |
1461 | 2025-01-31T04:46:46.956Z | Compiling postgres-protocol v0.6.7 |
1462 | 2025-01-31T04:46:47.032Z | Compiling lru-cache v0.1.2 |
1463 | 2025-01-31T04:46:47.278Z | Compiling publicsuffix v2.3.0 |
1464 | 2025-01-31T04:46:47.554Z | Compiling sec1 v0.7.3 |
1465 | 2025-01-31T04:46:47.931Z | Compiling resolv-conf v0.7.0 |
1466 | 2025-01-31T04:46:48.108Z | Compiling document-features v0.2.10 |
1467 | 2025-01-31T04:46:48.111Z | Compiling tungstenite v0.24.0 |
1468 | 2025-01-31T04:46:48.225Z | Compiling async-stream v0.3.6 |
1469 | 2025-01-31T04:46:48.583Z | Compiling hickory-proto v0.24.2 |
1470 | 2025-01-31T04:46:48.629Z | Compiling slog-term v2.9.1 |
1471 | 2025-01-31T04:46:49.307Z | Compiling usdt v0.5.0 |
1472 | 2025-01-31T04:46:49.787Z | Compiling num-iter v0.1.45 |
1473 | 2025-01-31T04:46:49.809Z | Compiling group v0.13.0 |
1474 | 2025-01-31T04:46:49.958Z | Compiling futures v0.3.31 |
1475 | 2025-01-31T04:46:50.006Z | Compiling slog-bunyan v2.5.0 |
1476 | 2025-01-31T04:46:50.253Z | Compiling toml v0.8.19 |
1477 | 2025-01-31T04:46:50.284Z | Compiling tokio-native-tls v0.3.1 |
1478 | 2025-01-31T04:46:51.589Z | Compiling camino v1.1.9 |
1479 | 2025-01-31T04:46:51.711Z | Compiling phf_shared v0.11.2 |
1480 | 2025-01-31T04:46:51.834Z | Compiling dropshot_endpoint v0.12.0 |
1481 | 2025-01-31T04:46:52.064Z | Compiling terminal_size v0.4.0 |
1482 | 2025-01-31T04:46:52.180Z | Compiling backtrace v0.3.74 |
1483 | 2025-01-31T04:46:52.296Z | Compiling openapiv3 v2.0.0 |
1484 | 2025-01-31T04:46:52.425Z | Compiling waitgroup v0.1.2 |
1485 | 2025-01-31T04:46:52.633Z | Compiling serde_path_to_error v0.1.16 |
1486 | 2025-01-31T04:46:52.702Z | Compiling hkdf v0.12.4 |
1487 | 2025-01-31T04:46:52.972Z | Compiling crypto-bigint v0.5.5 |
1488 | 2025-01-31T04:46:53.388Z | Compiling curve25519-dalek-derive v0.1.1 |
1489 | 2025-01-31T04:46:54.843Z | Compiling zerocopy-derive v0.6.6 |
1490 | 2025-01-31T04:46:55.271Z | Compiling webpki-roots v0.26.6 |
1491 | 2025-01-31T04:46:55.508Z | Compiling hostname v0.4.0 |
1492 | 2025-01-31T04:46:55.712Z | Compiling ahash v0.8.11 |
1493 | 2025-01-31T04:46:56.051Z | Compiling crc32fast v1.4.2 |
1494 | 2025-01-31T04:46:56.055Z | Compiling fs-err v2.11.0 |
1495 | 2025-01-31T04:46:56.140Z | Compiling hubpack_derive v0.1.1 |
1496 | 2025-01-31T04:46:56.372Z | Compiling unicode-width v0.2.0 |
1497 | 2025-01-31T04:46:56.398Z | Compiling managed v0.8.0 |
1498 | 2025-01-31T04:46:56.417Z | Compiling debug-ignore v1.0.5 |
1499 | 2025-01-31T04:46:56.582Z | Compiling newtype-uuid v1.2.1 |
1500 | 2025-01-31T04:46:56.803Z | Compiling bitflags v1.3.2 |
1501 | 2025-01-31T04:46:56.830Z | Compiling winnow v0.5.40 |
1502 | 2025-01-31T04:46:56.922Z | Compiling console v0.15.10 |
1503 | 2025-01-31T04:46:56.940Z | Compiling clap_builder v4.5.27 |
1504 | 2025-01-31T04:46:57.008Z | Compiling hubpack v0.1.2 |
1505 | 2025-01-31T04:46:57.520Z | Compiling zerocopy v0.6.6 |
1506 | 2025-01-31T04:46:57.862Z | Compiling strum_macros v0.25.3 |
1507 | 2025-01-31T04:46:58.283Z | Compiling flate2 v1.0.35 |
1508 | 2025-01-31T04:46:58.434Z | Compiling elliptic-curve v0.13.8 |
1509 | 2025-01-31T04:46:58.966Z | Compiling hickory-resolver v0.24.2 |
1510 | 2025-01-31T04:46:59.268Z | Compiling phf v0.11.2 |
1511 | 2025-01-31T04:46:59.577Z | Compiling signal-hook-mio v0.2.4 |
1512 | 2025-01-31T04:46:59.768Z | Compiling rayon v1.10.0 |
1513 | 2025-01-31T04:47:00.033Z | Compiling toml_edit v0.19.15 |
1514 | 2025-01-31T04:47:00.290Z | Compiling cookie_store v0.21.1 |
1515 | 2025-01-31T04:47:01.812Z | Compiling hyper-tls v0.6.0 |
1516 | 2025-01-31T04:47:01.834Z | Compiling bzip2 v0.4.4 |
1517 | 2025-01-31T04:47:02.241Z | Compiling tokio-tungstenite v0.24.0 |
1518 | 2025-01-31T04:47:02.777Z | Compiling postgres-types v0.2.8 |
1519 | 2025-01-31T04:47:04.087Z | Compiling ed25519 v2.2.3 |
1520 | 2025-01-31T04:47:04.965Z | Compiling phf_shared v0.10.0 |
1521 | 2025-01-31T04:47:05.002Z | Compiling tokio-stream v0.1.16 |
1522 | 2025-01-31T04:47:05.347Z | Compiling pkcs1 v0.7.5 |
1523 | 2025-01-31T04:47:05.410Z | Compiling serde-big-array v0.5.1 |
1524 | 2025-01-31T04:47:05.658Z | Compiling rfc6979 v0.4.0 |
1525 | 2025-01-31T04:47:05.867Z | Compiling clap_derive v4.5.24 |
1526 | 2025-01-31T04:47:05.933Z | Compiling derive-where v1.2.7 |
1527 | 2025-01-31T04:47:05.989Z | Compiling serde_repr v0.1.19 |
1528 | 2025-01-31T04:47:06.249Z | Compiling float-cmp v0.9.0 |
1529 | 2025-01-31T04:47:06.481Z | Compiling bstr v1.10.0 |
1530 | 2025-01-31T04:47:06.886Z | Compiling sync_wrapper v1.0.1 |
1531 | 2025-01-31T04:47:07.044Z | Compiling difflib v0.4.0 |
1532 | 2025-01-31T04:47:07.111Z | Compiling fixedbitset v0.4.2 |
1533 | 2025-01-31T04:47:07.211Z | Compiling precomputed-hash v0.1.1 |
1534 | 2025-01-31T04:47:07.342Z | Compiling new_debug_unreachable v1.0.6 |
1535 | 2025-01-31T04:47:07.453Z | Compiling whoami v1.5.2 |
1536 | 2025-01-31T04:47:07.573Z | Compiling unicode-segmentation v1.12.0 |
1537 | 2025-01-31T04:47:08.038Z | Compiling number_prefix v0.4.0 |
1538 | 2025-01-31T04:47:08.096Z | Compiling static_assertions v1.1.0 |
1539 | 2025-01-31T04:47:08.215Z | Compiling normalize-line-endings v0.3.0 |
1540 | 2025-01-31T04:47:08.287Z | Compiling bit-vec v0.6.3 |
1541 | 2025-01-31T04:47:08.364Z | Compiling predicates-core v1.0.8 |
1542 | 2025-01-31T04:47:08.427Z | Compiling similar v2.6.0 |
1543 | 2025-01-31T04:47:08.477Z | Compiling indicatif v0.17.11 |
1544 | 2025-01-31T04:47:08.687Z | Compiling bit-set v0.5.3 |
1545 | 2025-01-31T04:47:08.709Z | Compiling predicates v3.1.2 |
1546 | 2025-01-31T04:47:08.985Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1547 | 2025-01-31T04:47:09.269Z | Compiling tokio-postgres v0.7.12 |
1548 | 2025-01-31T04:47:10.221Z | Compiling string_cache v0.8.7 |
1549 | 2025-01-31T04:47:10.497Z | Compiling clap v4.5.27 |
1550 | 2025-01-31T04:47:10.559Z | Compiling petgraph v0.6.5 |
1551 | 2025-01-31T04:47:10.591Z | Compiling ecdsa v0.16.9 |
1552 | 2025-01-31T04:47:10.624Z | Compiling rsa v0.9.6 |
1553 | 2025-01-31T04:47:10.653Z | Compiling ed25519-dalek v2.1.1 |
1554 | 2025-01-31T04:47:11.434Z | Compiling toml v0.7.8 |
1555 | 2025-01-31T04:47:11.949Z | Compiling zip v0.6.6 |
1556 | 2025-01-31T04:47:12.986Z | Compiling crossterm v0.28.1 |
1557 | 2025-01-31T04:47:14.552Z | Compiling hex v0.4.3 |
1558 | 2025-01-31T04:47:14.668Z | Compiling x509-cert v0.2.5 |
1559 | 2025-01-31T04:47:14.984Z | Compiling itertools v0.10.5 |
1560 | 2025-01-31T04:47:15.155Z | Compiling lalrpop-util v0.19.12 |
1561 | 2025-01-31T04:47:15.421Z | Compiling unicode-xid v0.2.6 |
1562 | 2025-01-31T04:47:15.530Z | Compiling peg-runtime v0.8.3 |
1563 | 2025-01-31T04:47:15.614Z | Compiling strum_macros v0.26.4 |
1564 | 2025-01-31T04:47:15.982Z | Compiling xattr v1.3.1 |
1565 | 2025-01-31T04:47:16.143Z | Compiling filetime v0.2.25 |
1566 | 2025-01-31T04:47:16.362Z | Compiling tar v0.4.42 |
1567 | 2025-01-31T04:47:19.765Z | Compiling strum v0.26.3 |
1568 | 2025-01-31T04:47:23.674Z | Compiling aws-lc-sys v0.22.0 |
1569 | 2025-01-31T04:47:51.230Z | Compiling rustls-webpki v0.102.8 |
1570 | 2025-01-31T04:47:54.340Z | Compiling tokio-rustls v0.25.0 |
1571 | 2025-01-31T04:47:56.062Z | Compiling tokio-rustls v0.26.0 |
1572 | 2025-01-31T04:47:56.397Z | Compiling hyper-rustls v0.27.3 |
1573 | 2025-01-31T04:47:56.861Z | Compiling reqwest v0.12.9 |
1574 | 2025-01-31T04:47:57.984Z | Compiling qorb v0.2.1 |
1575 | 2025-01-31T04:48:01.094Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1576 | 2025-01-31T04:48:01.350Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1577 | 2025-01-31T04:48:05.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1578 | 2025-01-31T04:48:06.124Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1579 | 2025-01-31T04:48:06.124Z | Jan 31 04:48:04.633 INFO Starting download, target: Clickhouse |
1580 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.633 INFO Starting download, target: Cockroach |
1581 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.633 INFO Starting download, target: Console |
1582 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.633 INFO Starting download, target: DendriteOpenapi |
1583 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.633 INFO Starting download, target: DendriteStub |
1584 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.633 INFO Starting download, target: MaghemiteMgd |
1585 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.633 INFO Starting download, target: TransceiverControl |
1586 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.634 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1587 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.634 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1588 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.634 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1589 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.634 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1590 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.634 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1591 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.634 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1592 | 2025-01-31T04:48:06.125Z | Jan 31 04:48:04.634 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1593 | 2025-01-31T04:48:06.662Z | Jan 31 04:48:05.116 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1594 | 2025-01-31T04:48:06.905Z | Jan 31 04:48:05.418 INFO Download complete, target: Console |
1595 | 2025-01-31T04:48:07.264Z | Jan 31 04:48:05.814 INFO Download complete, target: DendriteOpenapi |
1596 | 2025-01-31T04:48:07.846Z | Jan 31 04:48:06.385 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1597 | 2025-01-31T04:48:08.074Z | Jan 31 04:48:06.499 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1598 | 2025-01-31T04:48:08.289Z | Jan 31 04:48:06.781 INFO Download complete, target: TransceiverControl |
1599 | 2025-01-31T04:48:09.403Z | Jan 31 04:48:07.989 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1600 | 2025-01-31T04:48:09.720Z | Jan 31 04:48:08.348 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1601 | 2025-01-31T04:48:10.312Z | Jan 31 04:48:08.965 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1602 | 2025-01-31T04:48:10.313Z | Jan 31 04:48:08.965 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1603 | 2025-01-31T04:48:12.232Z | Jan 31 04:48:10.883 INFO Download complete, target: DendriteStub |
1604 | 2025-01-31T04:48:12.651Z | Jan 31 04:48:11.304 INFO Download complete, target: MaghemiteMgd |
1605 | 2025-01-31T04:48:17.542Z | Jan 31 04:48:16.195 INFO Checking that binary works, target: Cockroach |
1606 | 2025-01-31T04:48:17.706Z | Jan 31 04:48:16.358 INFO Download complete, target: Cockroach |
1607 | 2025-01-31T04:48:20.519Z | Jan 31 04:48:19.170 INFO Checking that binary works, target: Clickhouse |
1608 | 2025-01-31T04:48:20.655Z | Jan 31 04:48:19.308 INFO Download complete, target: Clickhouse |
1609 | 2025-01-31T04:48:20.676Z | All builder prerequisites installed successfully, and PATH looks valid |
1610 | 2025-01-31T04:48:20.679Z | |
1611 | 2025-01-31T04:48:20.679Z | real 5:30.760676785 |
1612 | 2025-01-31T04:48:20.679Z | user 15:49.458015091 |
1613 | 2025-01-31T04:48:20.679Z | sys 2:04.245827963 |
1614 | 2025-01-31T04:48:20.679Z | trap 0.559022137 |
1615 | 2025-01-31T04:48:20.679Z | tflt 1.724118881 |
1616 | 2025-01-31T04:48:20.679Z | dflt 2.280160042 |
1617 | 2025-01-31T04:48:20.679Z | kflt 0.026424984 |
1618 | 2025-01-31T04:48:20.679Z | lock 24:01.789247457 |
1619 | 2025-01-31T04:48:20.679Z | slp 56:26.804173699 |
1620 | 2025-01-31T04:48:20.679Z | lat 1:00.070127706 |
1621 | 2025-01-31T04:48:20.679Z | stop 2:26.066611983 |
1622 | 2025-01-31T04:48:20.679Z | + banner clippy |
1623 | 2025-01-31T04:48:20.682Z | |
1624 | 2025-01-31T04:48:20.682Z | #### # # ##### ##### # # |
1625 | 2025-01-31T04:48:20.682Z | # # # # # # # # # # |
1626 | 2025-01-31T04:48:20.682Z | # # # # # # # # |
1627 | 2025-01-31T04:48:20.682Z | # # # ##### ##### # |
1628 | 2025-01-31T04:48:20.682Z | # # # # # # # |
1629 | 2025-01-31T04:48:20.682Z | #### ###### # # # # |
1630 | 2025-01-31T04:48:20.682Z | |
1631 | 2025-01-31T04:48:20.682Z | + export CARGO_INCREMENTAL=0 |
1632 | 2025-01-31T04:48:20.682Z | + CARGO_INCREMENTAL=0 |
1633 | 2025-01-31T04:48:20.682Z | + ptime -m cargo xtask clippy |
1634 | 2025-01-31T04:48:21.243Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1635 | 2025-01-31T04:48:24.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s |
1636 | 2025-01-31T04:48:24.203Z | Running `target/debug/xtask clippy` |
1637 | 2025-01-31T04:48:24.229Z | running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1638 | 2025-01-31T04:48:24.855Z | Downloading crates ... |
1639 | 2025-01-31T04:48:25.188Z | Downloaded anes v0.1.6 |
1640 | 2025-01-31T04:48:25.200Z | Downloaded async-attributes v1.1.2 |
1641 | 2025-01-31T04:48:25.203Z | Downloaded async-task v4.7.1 |
1642 | 2025-01-31T04:48:25.206Z | Downloaded futures-lite v2.3.0 |
1643 | 2025-01-31T04:48:25.210Z | Downloaded escape8259 v0.5.3 |
1644 | 2025-01-31T04:48:25.213Z | Downloaded guppy-workspace-hack v0.1.0 |
1645 | 2025-01-31T04:48:25.219Z | Downloaded nested v0.1.1 |
1646 | 2025-01-31T04:48:25.222Z | Downloaded target-triple v0.1.3 |
1647 | 2025-01-31T04:48:25.225Z | Downloaded async-object-pool v0.1.5 |
1648 | 2025-01-31T04:48:25.227Z | Downloaded plotters-svg v0.3.7 |
1649 | 2025-01-31T04:48:25.230Z | Downloaded async-global-executor v2.4.1 |
1650 | 2025-01-31T04:48:25.233Z | Downloaded blocking v1.6.1 |
1651 | 2025-01-31T04:48:25.236Z | Downloaded async-channel v1.9.0 |
1652 | 2025-01-31T04:48:25.239Z | Downloaded pathdiff v0.2.2 |
1653 | 2025-01-31T04:48:25.241Z | Downloaded async-channel v2.3.1 |
1654 | 2025-01-31T04:48:25.244Z | Downloaded relative-path v1.9.3 |
1655 | 2025-01-31T04:48:25.244Z | Downloaded kv-log-macro v1.0.7 |
1656 | 2025-01-31T04:48:25.247Z | Downloaded datatest-stable v0.2.9 |
1657 | 2025-01-31T04:48:25.249Z | Downloaded event-listener-strategy v0.5.2 |
1658 | 2025-01-31T04:48:25.249Z | Downloaded event-listener v2.5.3 |
1659 | 2025-01-31T04:48:25.252Z | Downloaded concurrent-queue v2.5.0 |
1660 | 2025-01-31T04:48:25.252Z | Downloaded indoc v2.0.5 |
1661 | 2025-01-31T04:48:25.254Z | Downloaded cast v0.3.0 |
1662 | 2025-01-31T04:48:25.257Z | Downloaded path-tree v0.8.1 |
1663 | 2025-01-31T04:48:25.257Z | Downloaded parking v2.2.1 |
1664 | 2025-01-31T04:48:25.259Z | Downloaded async-signal v0.2.10 |
1665 | 2025-01-31T04:48:25.259Z | Downloaded approx v0.5.1 |
1666 | 2025-01-31T04:48:25.262Z | Downloaded async-executor v1.13.1 |
1667 | 2025-01-31T04:48:25.265Z | Downloaded serde_regex v1.1.0 |
1668 | 2025-01-31T04:48:25.269Z | Downloaded piper v0.2.4 |
1669 | 2025-01-31T04:48:25.272Z | Downloaded async-process v2.3.0 |
1670 | 2025-01-31T04:48:25.275Z | Downloaded threadpool v1.8.1 |
1671 | 2025-01-31T04:48:25.275Z | Downloaded target-spec v3.2.2 |
1672 | 2025-01-31T04:48:25.278Z | Downloaded similar-asserts v1.6.0 |
1673 | 2025-01-31T04:48:25.278Z | Downloaded stringmetrics v2.2.2 |
1674 | 2025-01-31T04:48:25.281Z | Downloaded proc-macro-crate v3.2.0 |
1675 | 2025-01-31T04:48:25.281Z | Downloaded oorandom v11.1.4 |
1676 | 2025-01-31T04:48:25.283Z | Downloaded target-lexicon v0.12.16 |
1677 | 2025-01-31T04:48:25.283Z | Downloaded futures-timer v3.0.3 |
1678 | 2025-01-31T04:48:25.286Z | Downloaded num_cpus v1.16.0 |
1679 | 2025-01-31T04:48:25.289Z | Downloaded plotters-backend v0.3.7 |
1680 | 2025-01-31T04:48:25.289Z | Downloaded assert-json-diff v2.0.2 |
1681 | 2025-01-31T04:48:25.291Z | Downloaded async-lock v3.4.0 |
1682 | 2025-01-31T04:48:25.294Z | Downloaded libtest-mimic v0.7.3 |
1683 | 2025-01-31T04:48:25.294Z | Downloaded hyper-rustls v0.26.0 |
1684 | 2025-01-31T04:48:25.298Z | Downloaded tinytemplate v1.2.1 |
1685 | 2025-01-31T04:48:25.301Z | Downloaded rustls-native-certs v0.7.3 |
1686 | 2025-01-31T04:48:25.301Z | Downloaded cfg-expr v0.17.0 |
1687 | 2025-01-31T04:48:25.303Z | Downloaded assert_cmd v2.0.16 |
1688 | 2025-01-31T04:48:25.306Z | Downloaded rust-argon2 v2.1.0 |
1689 | 2025-01-31T04:48:25.309Z | Downloaded partial-io v0.5.4 |
1690 | 2025-01-31T04:48:25.311Z | Downloaded httptest v0.16.1 |
1691 | 2025-01-31T04:48:25.312Z | Downloaded criterion-plot v0.5.0 |
1692 | 2025-01-31T04:48:25.314Z | Downloaded blake2b_simd v1.0.2 |
1693 | 2025-01-31T04:48:25.317Z | Downloaded rstest v0.23.0 |
1694 | 2025-01-31T04:48:25.335Z | Downloaded trybuild v1.0.101 |
1695 | 2025-01-31T04:48:25.339Z | Downloaded yansi v1.0.1 |
1696 | 2025-01-31T04:48:25.342Z | Downloaded criterion v0.5.1 |
1697 | 2025-01-31T04:48:25.348Z | Downloaded pretty_assertions v1.4.1 |
1698 | 2025-01-31T04:48:25.351Z | Downloaded polling v3.7.3 |
1699 | 2025-01-31T04:48:25.353Z | Downloaded fancy-regex v0.13.0 |
1700 | 2025-01-31T04:48:25.356Z | Downloaded event-listener v5.3.1 |
1701 | 2025-01-31T04:48:25.358Z | Downloaded plotters v0.3.7 |
1702 | 2025-01-31T04:48:25.367Z | Downloaded guppy v0.17.8 |
1703 | 2025-01-31T04:48:25.372Z | Downloaded rstest_macros v0.23.0 |
1704 | 2025-01-31T04:48:25.375Z | Downloaded rand_distr v0.4.3 |
1705 | 2025-01-31T04:48:25.378Z | Downloaded async-std v1.13.0 |
1706 | 2025-01-31T04:48:25.395Z | Downloaded async-io v2.3.4 |
1707 | 2025-01-31T04:48:25.398Z | Downloaded doc-comment v0.3.3 |
1708 | 2025-01-31T04:48:25.466Z | Downloaded httpmock v0.8.0-alpha.1 |
1709 | 2025-01-31T04:48:26.248Z | Checking cfg-if v1.0.0 |
1710 | 2025-01-31T04:48:26.328Z | Checking libc v0.2.169 |
1711 | 2025-01-31T04:48:26.350Z | Checking serde v1.0.217 |
1712 | 2025-01-31T04:48:26.372Z | Checking memchr v2.7.4 |
1713 | 2025-01-31T04:48:26.396Z | Checking value-bag v1.9.0 |
1714 | 2025-01-31T04:48:26.421Z | Checking scopeguard v1.2.0 |
1715 | 2025-01-31T04:48:26.447Z | Checking zeroize v1.8.1 |
1716 | 2025-01-31T04:48:26.475Z | Checking itoa v1.0.11 |
1717 | 2025-01-31T04:48:26.505Z | Checking smallvec v1.13.2 |
1718 | 2025-01-31T04:48:26.575Z | Checking lock_api v0.4.12 |
1719 | 2025-01-31T04:48:26.696Z | Checking byteorder v1.5.0 |
1720 | 2025-01-31T04:48:26.730Z | Checking once_cell v1.20.2 |
1721 | 2025-01-31T04:48:26.780Z | Checking log v0.4.22 |
1722 | 2025-01-31T04:48:26.861Z | Checking pin-project-lite v0.2.14 |
1723 | 2025-01-31T04:48:26.938Z | Checking subtle v2.6.1 |
1724 | 2025-01-31T04:48:27.019Z | Checking typenum v1.17.0 |
1725 | 2025-01-31T04:48:27.050Z | Checking libm v0.2.8 |
1726 | 2025-01-31T04:48:27.087Z | Checking futures-core v0.3.31 |
1727 | 2025-01-31T04:48:27.205Z | Checking ryu v1.0.18 |
1728 | 2025-01-31T04:48:27.254Z | Checking zerocopy v0.7.35 |
1729 | 2025-01-31T04:48:27.288Z | Checking thiserror v1.0.69 |
1730 | 2025-01-31T04:48:27.321Z | Checking const-oid v0.9.6 |
1731 | 2025-01-31T04:48:27.354Z | Checking getrandom v0.2.15 |
1732 | 2025-01-31T04:48:27.436Z | Checking parking_lot_core v0.9.10 |
1733 | 2025-01-31T04:48:27.464Z | Checking signal-hook-registry v1.4.2 |
1734 | 2025-01-31T04:48:27.585Z | Checking rand_core v0.6.4 |
1735 | 2025-01-31T04:48:27.724Z | Checking mio v1.0.2 |
1736 | 2025-01-31T04:48:27.791Z | Checking parking_lot v0.12.3 |
1737 | 2025-01-31T04:48:27.914Z | Checking socket2 v0.5.7 |
1738 | 2025-01-31T04:48:27.942Z | Checking num-traits v0.2.19 |
1739 | 2025-01-31T04:48:28.130Z | Checking allocator-api2 v0.2.18 |
1740 | 2025-01-31T04:48:28.158Z | Checking generic-array v0.14.7 |
1741 | 2025-01-31T04:48:28.335Z | Checking spin v0.9.8 |
1742 | 2025-01-31T04:48:28.419Z | Checking futures-io v0.3.31 |
1743 | 2025-01-31T04:48:28.450Z | Checking slab v0.4.9 |
1744 | 2025-01-31T04:48:28.626Z | Checking cpufeatures v0.2.14 |
1745 | 2025-01-31T04:48:28.697Z | Checking futures-sink v0.3.31 |
1746 | 2025-01-31T04:48:28.729Z | Checking equivalent v1.0.1 |
1747 | 2025-01-31T04:48:28.752Z | Checking foldhash v0.1.3 |
1748 | 2025-01-31T04:48:28.777Z | Checking pin-utils v0.1.0 |
1749 | 2025-01-31T04:48:28.878Z | Checking iana-time-zone v0.1.61 |
1750 | 2025-01-31T04:48:28.905Z | Checking futures-channel v0.3.31 |
1751 | 2025-01-31T04:48:28.934Z | Checking futures-task v0.3.31 |
1752 | 2025-01-31T04:48:28.992Z | Checking hashbrown v0.15.1 |
1753 | 2025-01-31T04:48:29.056Z | Checking stable_deref_trait v1.2.0 |
1754 | 2025-01-31T04:48:29.176Z | Checking fnv v1.0.7 |
1755 | 2025-01-31T04:48:29.209Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1756 | 2025-01-31T04:48:29.261Z | Checking crypto-common v0.1.6 |
1757 | 2025-01-31T04:48:29.287Z | Checking block-buffer v0.10.4 |
1758 | 2025-01-31T04:48:29.317Z | Checking futures-util v0.3.31 |
1759 | 2025-01-31T04:48:29.320Z | Checking tracing-core v0.1.32 |
1760 | 2025-01-31T04:48:29.367Z | Checking dyn-clone v1.0.17 |
1761 | 2025-01-31T04:48:29.461Z | Checking ppv-lite86 v0.2.20 |
1762 | 2025-01-31T04:48:29.543Z | Checking errno v0.3.9 |
1763 | 2025-01-31T04:48:29.546Z | Checking digest v0.10.7 |
1764 | 2025-01-31T04:48:29.589Z | Checking zerofrom v0.1.4 |
1765 | 2025-01-31T04:48:29.733Z | Checking crossbeam-utils v0.8.20 |
1766 | 2025-01-31T04:48:29.822Z | Checking yoke v0.7.4 |
1767 | 2025-01-31T04:48:29.943Z | Checking tracing v0.1.40 |
1768 | 2025-01-31T04:48:29.945Z | Checking writeable v0.5.5 |
1769 | 2025-01-31T04:48:30.037Z | Checking percent-encoding v2.3.1 |
1770 | 2025-01-31T04:48:30.143Z | Checking zerovec v0.10.4 |
1771 | 2025-01-31T04:48:30.182Z | Checking rand_chacha v0.3.1 |
1772 | 2025-01-31T04:48:30.269Z | Checking litemap v0.7.3 |
1773 | 2025-01-31T04:48:30.302Z | Checking block-padding v0.3.3 |
1774 | 2025-01-31T04:48:30.329Z | Checking httparse v1.9.5 |
1775 | 2025-01-31T04:48:30.428Z | Checking unicode-ident v1.0.14 |
1776 | 2025-01-31T04:48:30.523Z | Checking inout v0.1.3 |
1777 | 2025-01-31T04:48:30.562Z | Checking rand v0.8.5 |
1778 | 2025-01-31T04:48:30.616Z | Checking atomic-waker v1.1.2 |
1779 | 2025-01-31T04:48:30.619Z | Checking icu_locid_transform_data v1.5.0 |
1780 | 2025-01-31T04:48:30.732Z | Checking regex-syntax v0.8.5 |
1781 | 2025-01-31T04:48:30.761Z | Checking form_urlencoded v1.2.1 |
1782 | 2025-01-31T04:48:30.764Z | Checking cipher v0.4.4 |
1783 | 2025-01-31T04:48:30.812Z | Checking untrusted v0.9.0 |
1784 | 2025-01-31T04:48:30.838Z | Checking bytes v1.9.0 |
1785 | 2025-01-31T04:48:30.969Z | Checking bitflags v2.6.0 |
1786 | 2025-01-31T04:48:30.998Z | Checking serde_json v1.0.135 |
1787 | 2025-01-31T04:48:31.201Z | Checking chrono v0.4.39 |
1788 | 2025-01-31T04:48:31.309Z | Checking indexmap v2.7.1 |
1789 | 2025-01-31T04:48:31.654Z | Checking uuid v1.12.0 |
1790 | 2025-01-31T04:48:31.657Z | Checking tokio v1.43.0 |
1791 | 2025-01-31T04:48:31.800Z | Checking http v1.2.0 |
1792 | 2025-01-31T04:48:32.287Z | Checking rustix v0.38.37 |
1793 | 2025-01-31T04:48:32.443Z | Checking tinystr v0.7.6 |
1794 | 2025-01-31T04:48:32.599Z | Checking icu_collections v1.5.0 |
1795 | 2025-01-31T04:48:32.789Z | Checking icu_locid v1.5.0 |
1796 | 2025-01-31T04:48:33.067Z | Checking icu_properties_data v1.5.0 |
1797 | 2025-01-31T04:48:33.211Z | Checking schemars v0.8.21 |
1798 | 2025-01-31T04:48:33.240Z | Checking ring v0.17.8 |
1799 | 2025-01-31T04:48:33.324Z | Checking aho-corasick v1.1.3 |
1800 | 2025-01-31T04:48:33.742Z | Checking icu_provider v1.5.0 |
1801 | 2025-01-31T04:48:33.771Z | Checking icu_normalizer_data v1.5.0 |
1802 | 2025-01-31T04:48:33.882Z | Checking utf16_iter v1.0.5 |
1803 | 2025-01-31T04:48:33.926Z | Checking powerfmt v0.2.0 |
1804 | 2025-01-31T04:48:34.086Z | Checking write16 v1.0.0 |
1805 | 2025-01-31T04:48:34.224Z | Checking utf8_iter v1.0.4 |
1806 | 2025-01-31T04:48:34.250Z | Checking deranged v0.3.11 |
1807 | 2025-01-31T04:48:34.381Z | Checking icu_locid_transform v1.5.0 |
1808 | 2025-01-31T04:48:34.450Z | Checking proc-macro2 v1.0.92 |
1809 | 2025-01-31T04:48:34.765Z | Checking time-core v0.1.2 |
1810 | 2025-01-31T04:48:34.831Z | Checking regex-automata v0.4.8 |
1811 | 2025-01-31T04:48:34.927Z | Checking num_threads v0.1.7 |
1812 | 2025-01-31T04:48:35.050Z | Checking num-conv v0.1.0 |
1813 | 2025-01-31T04:48:35.052Z | Checking base64ct v1.6.0 |
1814 | 2025-01-31T04:48:35.132Z | Checking quote v1.0.38 |
1815 | 2025-01-31T04:48:35.298Z | Checking sha2 v0.10.8 |
1816 | 2025-01-31T04:48:35.384Z | Checking icu_properties v1.5.1 |
1817 | 2025-01-31T04:48:35.467Z | Checking hmac v0.12.1 |
1818 | 2025-01-31T04:48:35.470Z | Checking rustls-pki-types v1.10.0 |
1819 | 2025-01-31T04:48:35.521Z | Checking adler2 v2.0.0 |
1820 | 2025-01-31T04:48:35.548Z | Checking time v0.3.36 |
1821 | 2025-01-31T04:48:35.696Z | Checking syn v2.0.96 |
1822 | 2025-01-31T04:48:35.724Z | Checking miniz_oxide v0.8.0 |
1823 | 2025-01-31T04:48:35.838Z | Checking http-body v1.0.1 |
1824 | 2025-01-31T04:48:36.029Z | Checking aws-lc-sys v0.22.0 |
1825 | 2025-01-31T04:48:36.054Z | Checking untrusted v0.7.1 |
1826 | 2025-01-31T04:48:36.248Z | Checking mirai-annotations v1.12.0 |
1827 | 2025-01-31T04:48:36.413Z | Checking httpdate v1.0.3 |
1828 | 2025-01-31T04:48:36.442Z | Checking base64 v0.22.1 |
1829 | 2025-01-31T04:48:36.688Z | Checking try-lock v0.2.5 |
1830 | 2025-01-31T04:48:36.837Z | Checking want v0.3.1 |
1831 | 2025-01-31T04:48:36.944Z | Checking ahash v0.8.11 |
1832 | 2025-01-31T04:48:37.035Z | Checking pem-rfc7468 v0.7.0 |
1833 | 2025-01-31T04:48:37.322Z | Checking tower-service v0.3.3 |
1834 | 2025-01-31T04:48:37.425Z | Checking slog v2.7.0 |
1835 | 2025-01-31T04:48:37.453Z | Checking mime v0.3.17 |
1836 | 2025-01-31T04:48:37.792Z | Checking flagset v0.4.6 |
1837 | 2025-01-31T04:48:37.879Z | Checking pbkdf2 v0.12.2 |
1838 | 2025-01-31T04:48:37.925Z | Checking aes v0.8.4 |
1839 | 2025-01-31T04:48:38.019Z | Checking der v0.7.9 |
1840 | 2025-01-31T04:48:38.052Z | Checking gimli v0.31.1 |
1841 | 2025-01-31T04:48:38.147Z | Checking aws-lc-rs v1.10.0 |
1842 | 2025-01-31T04:48:38.287Z | Checking tokio-util v0.7.12 |
1843 | 2025-01-31T04:48:38.603Z | Checking icu_normalizer v1.5.0 |
1844 | 2025-01-31T04:48:38.844Z | Checking http-body-util v0.1.2 |
1845 | 2025-01-31T04:48:39.117Z | Checking regex v1.11.1 |
1846 | 2025-01-31T04:48:39.174Z | Checking h2 v0.4.6 |
1847 | 2025-01-31T04:48:39.267Z | Checking cbc v0.1.2 |
1848 | 2025-01-31T04:48:39.432Z | Checking idna_adapter v1.2.0 |
1849 | 2025-01-31T04:48:39.496Z | Checking salsa20 v0.10.2 |
1850 | 2025-01-31T04:48:39.654Z | Checking idna v1.0.3 |
1851 | 2025-01-31T04:48:39.719Z | Checking semver v1.0.24 |
1852 | 2025-01-31T04:48:39.749Z | Checking lazy_static v1.5.0 |
1853 | 2025-01-31T04:48:39.751Z | Checking spki v0.7.3 |
1854 | 2025-01-31T04:48:39.837Z | Checking rustls-webpki v0.102.8 |
1855 | 2025-01-31T04:48:39.890Z | Checking object v0.36.5 |
1856 | 2025-01-31T04:48:40.060Z | Checking rustc-demangle v0.1.24 |
1857 | 2025-01-31T04:48:40.111Z | Checking scrypt v0.11.0 |
1858 | 2025-01-31T04:48:40.140Z | Checking url v2.5.3 |
1859 | 2025-01-31T04:48:40.370Z | Checking rustls-pemfile v2.2.0 |
1860 | 2025-01-31T04:48:40.472Z | Checking ipnet v2.10.1 |
1861 | 2025-01-31T04:48:40.600Z | Checking openssl-probe v0.1.5 |
1862 | 2025-01-31T04:48:40.603Z | Checking foreign-types-shared v0.1.1 |
1863 | 2025-01-31T04:48:40.735Z | Checking foreign-types v0.3.2 |
1864 | 2025-01-31T04:48:40.800Z | Checking pkcs5 v0.7.1 |
1865 | 2025-01-31T04:48:40.838Z | Checking futures-executor v0.3.31 |
1866 | 2025-01-31T04:48:40.922Z | Checking serde_urlencoded v0.7.1 |
1867 | 2025-01-31T04:48:40.951Z | Checking openssl-sys v0.9.104 |
1868 | 2025-01-31T04:48:41.099Z | Checking encoding_rs v0.8.34 |
1869 | 2025-01-31T04:48:41.317Z | Checking utf8parse v0.2.2 |
1870 | 2025-01-31T04:48:41.344Z | Checking pkcs8 v0.10.2 |
1871 | 2025-01-31T04:48:41.473Z | Checking futures v0.3.31 |
1872 | 2025-01-31T04:48:41.605Z | Checking toml_datetime v0.6.8 |
1873 | 2025-01-31T04:48:41.642Z | Checking serde_spanned v0.6.8 |
1874 | 2025-01-31T04:48:41.703Z | Checking rustls v0.23.19 |
1875 | 2025-01-31T04:48:41.787Z | Checking addr2line v0.24.2 |
1876 | 2025-01-31T04:48:41.844Z | Checking anstyle v1.0.10 |
1877 | 2025-01-31T04:48:41.893Z | Checking data-encoding v2.6.0 |
1878 | 2025-01-31T04:48:42.174Z | Checking openssl v0.10.66 |
1879 | 2025-01-31T04:48:42.208Z | Checking either v1.13.0 |
1880 | 2025-01-31T04:48:42.320Z | Checking openapiv3 v2.0.0 |
1881 | 2025-01-31T04:48:42.458Z | Checking sha1 v0.10.6 |
1882 | 2025-01-31T04:48:42.581Z | Checking psl-types v2.0.11 |
1883 | 2025-01-31T04:48:42.742Z | Checking cookie v0.18.1 |
1884 | 2025-01-31T04:48:42.786Z | Checking publicsuffix v2.3.0 |
1885 | 2025-01-31T04:48:43.080Z | Checking webpki-roots v0.26.6 |
1886 | 2025-01-31T04:48:43.177Z | Checking cookie_store v0.21.1 |
1887 | 2025-01-31T04:48:43.293Z | Checking anstyle-parse v0.2.5 |
1888 | 2025-01-31T04:48:43.445Z | Checking camino v1.1.9 |
1889 | 2025-01-31T04:48:43.575Z | Checking is-terminal v0.4.13 |
1890 | 2025-01-31T04:48:43.716Z | Checking sync_wrapper v1.0.1 |
1891 | 2025-01-31T04:48:43.886Z | Checking is_terminal_polyfill v1.70.1 |
1892 | 2025-01-31T04:48:43.889Z | Checking winnow v0.6.20 |
1893 | 2025-01-31T04:48:43.957Z | Checking colorchoice v1.0.2 |
1894 | 2025-01-31T04:48:44.035Z | Checking anstyle-query v1.1.1 |
1895 | 2025-01-31T04:48:44.121Z | Checking terminal_size v0.4.0 |
1896 | 2025-01-31T04:48:44.185Z | Checking anstream v0.6.15 |
1897 | 2025-01-31T04:48:44.314Z | Checking signature v2.2.0 |
1898 | 2025-01-31T04:48:44.523Z | Checking strsim v0.11.1 |
1899 | 2025-01-31T04:48:44.560Z | Checking clap_lex v0.7.4 |
1900 | 2025-01-31T04:48:44.816Z | Checking scroll v0.12.0 |
1901 | 2025-01-31T04:48:44.843Z | Checking clap_builder v4.5.27 |
1902 | 2025-01-31T04:48:45.235Z | Checking tinyvec_macros v0.1.1 |
1903 | 2025-01-31T04:48:45.263Z | Checking hyper v1.5.2 |
1904 | 2025-01-31T04:48:45.344Z | Checking plain v0.2.3 |
1905 | 2025-01-31T04:48:45.507Z | Checking backtrace v0.3.74 |
1906 | 2025-01-31T04:48:45.536Z | Checking ucd-trie v0.1.7 |
1907 | 2025-01-31T04:48:45.541Z | Checking goblin v0.8.2 |
1908 | 2025-01-31T04:48:45.785Z | Checking pest v2.7.14 |
1909 | 2025-01-31T04:48:46.067Z | Checking anyhow v1.0.95 |
1910 | 2025-01-31T04:48:46.478Z | Checking tinyvec v1.8.0 |
1911 | 2025-01-31T04:48:46.551Z | Checking dirs-sys-next v0.1.2 |
1912 | 2025-01-31T04:48:46.733Z | Checking tokio-rustls v0.26.0 |
1913 | 2025-01-31T04:48:46.761Z | Checking base16ct v0.2.0 |
1914 | 2025-01-31T04:48:46.974Z | Checking pretty-hex v0.4.1 |
1915 | 2025-01-31T04:48:47.124Z | Checking sec1 v0.7.3 |
1916 | 2025-01-31T04:48:47.169Z | Checking hyper-util v0.1.10 |
1917 | 2025-01-31T04:48:47.208Z | Checking dirs-next v2.0.0 |
1918 | 2025-01-31T04:48:47.289Z | Checking native-tls v0.2.12 |
1919 | 2025-01-31T04:48:47.353Z | Checking crossbeam-channel v0.5.13 |
1920 | 2025-01-31T04:48:47.501Z | Checking num-integer v0.1.46 |
1921 | 2025-01-31T04:48:47.618Z | Checking tokio-native-tls v0.3.1 |
1922 | 2025-01-31T04:48:47.704Z | Checking clap v4.5.27 |
1923 | 2025-01-31T04:48:47.761Z | Checking ff v0.13.0 |
1924 | 2025-01-31T04:48:47.837Z | Checking thread-id v4.2.2 |
1925 | 2025-01-31T04:48:47.881Z | Checking thread_local v1.1.8 |
1926 | 2025-01-31T04:48:47.969Z | Checking term v0.7.0 |
1927 | 2025-01-31T04:48:47.994Z | Checking group v0.13.0 |
1928 | 2025-01-31T04:48:48.024Z | Checking toml_edit v0.22.22 |
1929 | 2025-01-31T04:48:48.028Z | Checking hkdf v0.12.4 |
1930 | 2025-01-31T04:48:48.158Z | Checking crypto-bigint v0.5.5 |
1931 | 2025-01-31T04:48:48.250Z | Checking memmap v0.7.0 |
1932 | 2025-01-31T04:48:48.277Z | Checking crc32fast v1.4.2 |
1933 | 2025-01-31T04:48:48.345Z | Checking dtrace-parser v0.2.0 |
1934 | 2025-01-31T04:48:48.395Z | Checking utf-8 v0.7.6 |
1935 | 2025-01-31T04:48:48.466Z | Checking match_cfg v0.1.0 |
1936 | 2025-01-31T04:48:48.543Z | Checking take_mut v0.2.2 |
1937 | 2025-01-31T04:48:48.574Z | Checking bitflags v1.3.2 |
1938 | 2025-01-31T04:48:48.622Z | Checking hostname v0.3.1 |
1939 | 2025-01-31T04:48:48.695Z | Checking slog-term v2.9.1 |
1940 | 2025-01-31T04:48:48.721Z | Checking slog-async v2.8.0 |
1941 | 2025-01-31T04:48:48.757Z | Checking unicode-segmentation v1.12.0 |
1942 | 2025-01-31T04:48:48.841Z | Checking num-iter v0.1.45 |
1943 | 2025-01-31T04:48:49.040Z | Checking crossbeam-epoch v0.9.18 |
1944 | 2025-01-31T04:48:49.065Z | Checking static_assertions v1.1.0 |
1945 | 2025-01-31T04:48:49.099Z | Checking hyper-rustls v0.27.3 |
1946 | 2025-01-31T04:48:49.176Z | Checking hyper-tls v0.6.0 |
1947 | 2025-01-31T04:48:49.221Z | Checking itertools v0.10.5 |
1948 | 2025-01-31T04:48:49.441Z | Checking bstr v1.10.0 |
1949 | 2025-01-31T04:48:49.470Z | Checking slog-json v2.6.1 |
1950 | 2025-01-31T04:48:49.473Z | Checking reqwest v0.12.9 |
1951 | 2025-01-31T04:48:49.473Z | Checking rfc6979 v0.4.0 |
1952 | 2025-01-31T04:48:49.645Z | Checking hex v0.4.3 |
1953 | 2025-01-31T04:48:49.742Z | Checking managed v0.8.0 |
1954 | 2025-01-31T04:48:50.129Z | Checking winnow v0.5.40 |
1955 | 2025-01-31T04:48:50.132Z | Checking slog-bunyan v2.5.0 |
1956 | 2025-01-31T04:48:50.306Z | Checking crossbeam-deque v0.8.5 |
1957 | 2025-01-31T04:48:50.338Z | Checking dof v0.3.0 |
1958 | 2025-01-31T04:48:50.340Z | Checking num-bigint-dig v0.8.4 |
1959 | 2025-01-31T04:48:50.577Z | Checking toml v0.8.19 |
1960 | 2025-01-31T04:48:50.625Z | Checking flate2 v1.0.35 |
1961 | 2025-01-31T04:48:50.734Z | Checking elliptic-curve v0.13.8 |
1962 | 2025-01-31T04:48:50.913Z | Checking usdt-impl v0.5.0 |
1963 | 2025-01-31T04:48:51.218Z | Checking pkcs1 v0.7.5 |
1964 | 2025-01-31T04:48:51.276Z | Checking rustls v0.22.4 |
1965 | 2025-01-31T04:48:51.304Z | Checking curve25519-dalek v4.1.3 |
1966 | 2025-01-31T04:48:51.307Z | Checking zerocopy v0.6.6 |
1967 | 2025-01-31T04:48:51.391Z | Checking ecdsa v0.16.9 |
1968 | 2025-01-31T04:48:51.437Z | Checking usdt v0.5.0 |
1969 | 2025-01-31T04:48:51.637Z | Checking siphasher v0.3.11 |
1970 | 2025-01-31T04:48:51.710Z | Checking rayon-core v1.12.1 |
1971 | 2025-01-31T04:48:51.938Z | Checking unicode-normalization v0.1.24 |
1972 | 2025-01-31T04:48:52.000Z | Checking ed25519 v2.2.3 |
1973 | 2025-01-31T04:48:52.124Z | Checking signal-hook v0.3.17 |
1974 | 2025-01-31T04:48:52.333Z | Checking quick-error v1.2.3 |
1975 | 2025-01-31T04:48:52.373Z | Checking debug-ignore v1.0.5 |
1976 | 2025-01-31T04:48:52.399Z | Checking rsa v0.9.6 |
1977 | 2025-01-31T04:48:52.444Z | Checking hickory-proto v0.24.2 |
1978 | 2025-01-31T04:48:52.499Z | Checking multer v3.1.0 |
1979 | 2025-01-31T04:48:52.536Z | Checking x509-cert v0.2.5 |
1980 | 2025-01-31T04:48:52.869Z | Checking toml_edit v0.19.15 |
1981 | 2025-01-31T04:48:52.897Z | Checking serde_path_to_error v0.1.16 |
1982 | 2025-01-31T04:48:52.923Z | Checking hubpack v0.1.2 |
1983 | 2025-01-31T04:48:53.086Z | Checking ed25519-dalek v2.1.1 |
1984 | 2025-01-31T04:48:53.235Z | Checking waitgroup v0.1.2 |
1985 | 2025-01-31T04:48:53.360Z | Checking bzip2-sys v0.1.11+1.0.8 |
1986 | 2025-01-31T04:48:53.390Z | Checking async-stream v0.3.6 |
1987 | 2025-01-31T04:48:53.495Z | Checking hostname v0.4.0 |
1988 | 2025-01-31T04:48:53.525Z | Checking unicode-width v0.2.0 |
1989 | 2025-01-31T04:48:53.527Z | Checking bit-vec v0.6.3 |
1990 | 2025-01-31T04:48:53.584Z | Checking bzip2 v0.4.4 |
1991 | 2025-01-31T04:48:53.645Z | Checking signal-hook-mio v0.2.4 |
1992 | 2025-01-31T04:48:53.824Z | Checking hash32 v0.2.1 |
1993 | 2025-01-31T04:48:53.867Z | Checking bit-set v0.5.3 |
1994 | 2025-01-31T04:48:53.897Z | Checking predicates-core v1.0.8 |
1995 | 2025-01-31T04:48:54.021Z | Checking unicode-properties v0.1.3 |
1996 | 2025-01-31T04:48:54.053Z | Checking console v0.15.10 |
1997 | 2025-01-31T04:48:54.097Z | Checking unicode-bidi v0.3.17 |
1998 | 2025-01-31T04:48:54.126Z | Checking linked-hash-map v0.5.6 |
1999 | 2025-01-31T04:48:54.129Z | Checking heapless v0.7.17 |
2000 | 2025-01-31T04:48:54.410Z | Checking crossterm v0.28.1 |
2001 | 2025-01-31T04:48:54.457Z | Checking lru-cache v0.1.2 |
2002 | 2025-01-31T04:48:54.612Z | Checking rayon v1.10.0 |
2003 | 2025-01-31T04:48:54.614Z | Checking tokio-rustls v0.25.0 |
2004 | 2025-01-31T04:48:54.659Z | Checking phf_shared v0.11.2 |
2005 | 2025-01-31T04:48:54.739Z | Checking stringprep v0.1.5 |
2006 | 2025-01-31T04:48:54.947Z | Checking similar v2.6.0 |
2007 | 2025-01-31T04:48:54.994Z | Checking dropshot v0.12.0 |
2008 | 2025-01-31T04:48:55.036Z | Checking tokio-stream v0.1.16 |
2009 | 2025-01-31T04:48:55.066Z | Checking newtype-uuid v1.2.1 |
2010 | 2025-01-31T04:48:55.142Z | Checking toml v0.7.8 |
2011 | 2025-01-31T04:48:55.319Z | Checking md-5 v0.10.6 |
2012 | 2025-01-31T04:48:55.568Z | Checking float-cmp v0.9.0 |
2013 | 2025-01-31T04:48:55.756Z | Checking normalize-line-endings v0.3.0 |
2014 | 2025-01-31T04:48:55.783Z | Checking fallible-iterator v0.2.0 |
2015 | 2025-01-31T04:48:55.810Z | Checking difflib v0.4.0 |
2016 | 2025-01-31T04:48:55.834Z | Checking fixedbitset v0.4.2 |
2017 | 2025-01-31T04:48:55.894Z | Checking smoltcp v0.9.1 |
2018 | 2025-01-31T04:48:56.068Z | Checking phf v0.11.2 |
2019 | 2025-01-31T04:48:56.094Z | Checking petgraph v0.6.5 |
2020 | 2025-01-31T04:48:56.137Z | Checking predicates v3.1.2 |
2021 | 2025-01-31T04:48:56.342Z | Checking zip v0.6.6 |
2022 | 2025-01-31T04:48:56.370Z | Checking postgres-protocol v0.6.7 |
2023 | 2025-01-31T04:48:56.780Z | Checking resolv-conf v0.7.0 |
2024 | 2025-01-31T04:48:56.994Z | Checking phf_shared v0.10.0 |
2025 | 2025-01-31T04:48:57.022Z | Checking tungstenite v0.24.0 |
2026 | 2025-01-31T04:48:57.050Z | Checking fs-err v2.11.0 |
2027 | 2025-01-31T04:48:57.118Z | Checking serde-big-array v0.5.1 |
2028 | 2025-01-31T04:48:57.254Z | Checking portable-atomic v1.9.0 |
2029 | 2025-01-31T04:48:57.282Z | Checking new_debug_unreachable v1.0.6 |
2030 | 2025-01-31T04:48:57.343Z | Checking number_prefix v0.4.0 |
2031 | 2025-01-31T04:48:57.391Z | Checking precomputed-hash v0.1.1 |
2032 | 2025-01-31T04:48:57.517Z | Checking lalrpop-util v0.19.12 |
2033 | 2025-01-31T04:48:57.544Z | Checking minimal-lexical v0.2.1 |
2034 | 2025-01-31T04:48:57.580Z | Checking string_cache v0.8.7 |
2035 | 2025-01-31T04:48:57.824Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2036 | 2025-01-31T04:48:57.872Z | Checking tokio-tungstenite v0.24.0 |
2037 | 2025-01-31T04:48:57.898Z | Checking hickory-resolver v0.24.2 |
2038 | 2025-01-31T04:48:57.943Z | Checking nom v7.1.3 |
2039 | 2025-01-31T04:48:58.072Z | Checking postgres-types v0.2.8 |
2040 | 2025-01-31T04:48:58.236Z | Checking indicatif v0.17.11 |
2041 | 2025-01-31T04:48:58.293Z | Checking itertools v0.12.1 |
2042 | 2025-01-31T04:48:58.338Z | Checking whoami v1.5.2 |
2043 | 2025-01-31T04:48:58.638Z | Checking peg-runtime v0.8.3 |
2044 | 2025-01-31T04:48:58.719Z | Checking tokio-postgres v0.7.12 |
2045 | 2025-01-31T04:48:59.008Z | Compiling hashbrown v0.14.5 |
2046 | 2025-01-31T04:48:59.039Z | Compiling thiserror v2.0.11 |
2047 | 2025-01-31T04:48:59.110Z | Compiling thiserror-impl v2.0.11 |
2048 | 2025-01-31T04:48:59.430Z | Checking qorb v0.2.1 |
2049 | 2025-01-31T04:49:00.047Z | Compiling ident_case v1.0.1 |
2050 | 2025-01-31T04:49:00.165Z | Compiling regress v0.10.1 |
2051 | 2025-01-31T04:49:00.234Z | Compiling darling_core v0.20.10 |
2052 | 2025-01-31T04:49:00.492Z | Compiling unsafe-libyaml v0.2.11 |
2053 | 2025-01-31T04:49:01.619Z | Checking heck v0.5.0 |
2054 | 2025-01-31T04:49:01.797Z | Checking fastrand v2.1.1 |
2055 | 2025-01-31T04:49:01.830Z | Compiling serde_yaml v0.9.34+deprecated |
2056 | 2025-01-31T04:49:02.131Z | Checking ipnetwork v0.20.0 |
2057 | 2025-01-31T04:49:02.385Z | Checking progenitor-client v0.9.1 |
2058 | 2025-01-31T04:49:02.505Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2059 | 2025-01-31T04:49:02.563Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2060 | 2025-01-31T04:49:02.800Z | Compiling structmeta-derive v0.3.0 |
2061 | 2025-01-31T04:49:02.829Z | Checking strum v0.26.3 |
2062 | 2025-01-31T04:49:02.907Z | Compiling dropshot v0.15.1 |
2063 | 2025-01-31T04:49:03.000Z | Checking macaddr v1.0.1 |
2064 | 2025-01-31T04:49:03.293Z | Compiling dropshot_endpoint v0.15.1 |
2065 | 2025-01-31T04:49:03.358Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2025-01-31T04:49:03.687Z | Checking tempfile v3.13.0 |
2067 | 2025-01-31T04:49:04.090Z | Compiling typify-impl v0.2.0 |
2068 | 2025-01-31T04:49:04.148Z | Checking progenitor-client v0.8.0 |
2069 | 2025-01-31T04:49:04.511Z | Checking instant v0.1.13 |
2070 | 2025-01-31T04:49:04.650Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2071 | 2025-01-31T04:49:04.929Z | Checking regress v0.9.1 |
2072 | 2025-01-31T04:49:05.253Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2073 | 2025-01-31T04:49:05.371Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2074 | 2025-01-31T04:49:05.456Z | Compiling structmeta v0.3.0 |
2075 | 2025-01-31T04:49:05.750Z | Checking backoff v0.4.0 |
2076 | 2025-01-31T04:49:05.871Z | Compiling parse-display-derive v0.10.0 |
2077 | 2025-01-31T04:49:06.012Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2025-01-31T04:49:06.074Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2079 | 2025-01-31T04:49:06.180Z | Checking wait-timeout v0.2.0 |
2080 | 2025-01-31T04:49:06.255Z | Compiling darling_macro v0.20.10 |
2081 | 2025-01-31T04:49:06.258Z | Checking rand_xorshift v0.3.0 |
2082 | 2025-01-31T04:49:06.397Z | Checking rusty-fork v0.3.0 |
2083 | 2025-01-31T04:49:06.484Z | Checking unarray v0.1.4 |
2084 | 2025-01-31T04:49:06.661Z | Compiling structmeta-derive v0.2.0 |
2085 | 2025-01-31T04:49:06.722Z | Checking proptest v1.5.0 |
2086 | 2025-01-31T04:49:07.167Z | Compiling darling v0.20.10 |
2087 | 2025-01-31T04:49:07.305Z | Compiling serde_with_macros v3.11.0 |
2088 | 2025-01-31T04:49:07.751Z | Checking camino-tempfile v1.1.1 |
2089 | 2025-01-31T04:49:08.040Z | Checking unicode-width v0.1.14 |
2090 | 2025-01-31T04:49:08.400Z | Compiling proc-macro-error v1.0.4 |
2091 | 2025-01-31T04:49:08.559Z | Compiling proc-macro-crate v1.3.1 |
2092 | 2025-01-31T04:49:09.091Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2093 | 2025-01-31T04:49:09.256Z | Compiling structmeta v0.2.0 |
2094 | 2025-01-31T04:49:09.485Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2095 | 2025-01-31T04:49:09.508Z | Compiling num_enum_derive v0.5.11 |
2096 | 2025-01-31T04:49:09.659Z | Compiling test-strategy v0.3.1 |
2097 | 2025-01-31T04:49:09.828Z | Compiling foreign-types-macros v0.2.3 |
2098 | 2025-01-31T04:49:09.914Z | Checking serde_with v3.11.0 |
2099 | 2025-01-31T04:49:09.978Z | Checking parse-display v0.10.0 |
2100 | 2025-01-31T04:49:10.243Z | Checking foreign-types-shared v0.3.1 |
2101 | 2025-01-31T04:49:10.747Z | Checking tabwriter v1.4.0 |
2102 | 2025-01-31T04:49:11.014Z | Checking cstr-argument v0.1.2 |
2103 | 2025-01-31T04:49:11.068Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2104 | 2025-01-31T04:49:11.095Z | Checking foreign-types v0.5.0 |
2105 | 2025-01-31T04:49:11.210Z | Checking pretty-hex v0.2.1 |
2106 | 2025-01-31T04:49:11.232Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2107 | 2025-01-31T04:49:11.383Z | Checking colored v2.1.0 |
2108 | 2025-01-31T04:49:11.564Z | Checking smf v0.2.3 |
2109 | 2025-01-31T04:49:11.688Z | Checking itertools v0.13.0 |
2110 | 2025-01-31T04:49:11.713Z | Checking base64 v0.21.7 |
2111 | 2025-01-31T04:49:11.740Z | Checking num_enum v0.5.11 |
2112 | 2025-01-31T04:49:11.919Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2113 | 2025-01-31T04:49:11.945Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2114 | 2025-01-31T04:49:11.999Z | Compiling typify-impl v0.3.0 |
2115 | 2025-01-31T04:49:12.094Z | Compiling crucible-workspace-hack v0.1.0 |
2116 | 2025-01-31T04:49:12.218Z | Compiling zerocopy v0.8.10 |
2117 | 2025-01-31T04:49:12.533Z | Checking atomicwrites v0.4.4 |
2118 | 2025-01-31T04:49:12.769Z | Compiling zerocopy-derive v0.8.10 |
2119 | 2025-01-31T04:49:13.043Z | Checking termtree v0.4.1 |
2120 | 2025-01-31T04:49:13.101Z | Compiling heapless v0.8.0 |
2121 | 2025-01-31T04:49:13.277Z | Checking predicates-tree v1.0.11 |
2122 | 2025-01-31T04:49:13.450Z | Checking hash32 v0.3.1 |
2123 | 2025-01-31T04:49:13.647Z | Compiling smoltcp v0.11.0 |
2124 | 2025-01-31T04:49:14.101Z | Checking cobs v0.2.3 |
2125 | 2025-01-31T04:49:14.336Z | Checking postcard v1.0.10 |
2126 | 2025-01-31T04:49:14.385Z | Checking sigpipe v0.1.3 |
2127 | 2025-01-31T04:49:14.513Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2128 | 2025-01-31T04:49:14.834Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2129 | 2025-01-31T04:49:14.884Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2130 | 2025-01-31T04:49:14.954Z | Compiling mockall_derive v0.13.0 |
2131 | 2025-01-31T04:49:15.005Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2132 | 2025-01-31T04:49:15.308Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2133 | 2025-01-31T04:49:15.340Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2134 | 2025-01-31T04:49:15.630Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2135 | 2025-01-31T04:49:15.708Z | Compiling zone_cfg_derive v0.3.0 |
2136 | 2025-01-31T04:49:17.128Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2137 | 2025-01-31T04:49:17.458Z | Compiling num-derive v0.4.2 |
2138 | 2025-01-31T04:49:17.488Z | Checking downcast v0.11.0 |
2139 | 2025-01-31T04:49:17.720Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2140 | 2025-01-31T04:49:17.800Z | Checking fragile v2.0.0 |
2141 | 2025-01-31T04:49:18.081Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2142 | 2025-01-31T04:49:18.107Z | Checking zone v0.3.0 |
2143 | 2025-01-31T04:49:18.270Z | Compiling convert_case v0.4.0 |
2144 | 2025-01-31T04:49:18.343Z | Checking tungstenite v0.21.0 |
2145 | 2025-01-31T04:49:18.938Z | Checking newline-converter v0.3.0 |
2146 | 2025-01-31T04:49:19.006Z | Compiling typify-macro v0.2.0 |
2147 | 2025-01-31T04:49:19.093Z | Checking expectorate v1.1.0 |
2148 | 2025-01-31T04:49:19.181Z | Compiling derive_more v0.99.18 |
2149 | 2025-01-31T04:49:19.279Z | Checking same-file v1.0.6 |
2150 | 2025-01-31T04:49:19.306Z | Checking tokio-tungstenite v0.21.0 |
2151 | 2025-01-31T04:49:19.474Z | Checking walkdir v2.5.0 |
2152 | 2025-01-31T04:49:19.793Z | Checking arc-swap v1.7.1 |
2153 | 2025-01-31T04:49:19.820Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2154 | 2025-01-31T04:49:19.823Z | Checking xattr v1.3.1 |
2155 | 2025-01-31T04:49:20.071Z | Checking filetime v0.2.25 |
2156 | 2025-01-31T04:49:20.214Z | Checking slog-scope v4.4.0 |
2157 | 2025-01-31T04:49:20.254Z | Checking num-rational v0.4.2 |
2158 | 2025-01-31T04:49:20.298Z | Checking tar v0.4.42 |
2159 | 2025-01-31T04:49:20.434Z | Checking slog-stdlog v4.1.1 |
2160 | 2025-01-31T04:49:20.624Z | Checking slog-envlogger v2.2.0 |
2161 | 2025-01-31T04:49:20.864Z | Checking num-complex v0.4.6 |
2162 | 2025-01-31T04:49:20.896Z | Checking float-ord v0.3.2 |
2163 | 2025-01-31T04:49:21.077Z | Checking indent_write v2.2.0 |
2164 | 2025-01-31T04:49:21.141Z | Checking swrite v0.1.0 |
2165 | 2025-01-31T04:49:21.293Z | Compiling owo-colors v4.1.0 |
2166 | 2025-01-31T04:49:21.323Z | Compiling cancel-safe-futures v0.1.5 |
2167 | 2025-01-31T04:49:21.700Z | Checking num v0.4.3 |
2168 | 2025-01-31T04:49:21.802Z | Checking libsw v3.3.1 |
2169 | 2025-01-31T04:49:22.072Z | Checking password-hash v0.5.0 |
2170 | 2025-01-31T04:49:22.182Z | Checking blake2 v0.10.6 |
2171 | 2025-01-31T04:49:22.208Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2172 | 2025-01-31T04:49:22.509Z | Checking linear-map v1.2.0 |
2173 | 2025-01-31T04:49:22.648Z | Checking argon2 v0.5.3 |
2174 | 2025-01-31T04:49:22.750Z | Compiling typify v0.2.0 |
2175 | 2025-01-31T04:49:22.900Z | Compiling progenitor-impl v0.8.0 |
2176 | 2025-01-31T04:49:22.920Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2177 | 2025-01-31T04:49:22.988Z | Checking mockall v0.13.0 |
2178 | 2025-01-31T04:49:23.095Z | Checking pem v3.0.4 |
2179 | 2025-01-31T04:49:23.245Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2180 | 2025-01-31T04:49:23.313Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2181 | 2025-01-31T04:49:23.364Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2182 | 2025-01-31T04:49:23.694Z | Compiling lzma-sys v0.1.20 |
2183 | 2025-01-31T04:49:24.232Z | Checking headers-core v0.3.0 |
2184 | 2025-01-31T04:49:24.402Z | Compiling heck v0.3.3 |
2185 | 2025-01-31T04:49:24.547Z | Checking highway v1.2.0 |
2186 | 2025-01-31T04:49:24.792Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2187 | 2025-01-31T04:49:24.994Z | Compiling zone_cfg_derive v0.1.2 |
2188 | 2025-01-31T04:49:25.043Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2025-01-31T04:49:25.134Z | Checking headers v0.4.0 |
2190 | 2025-01-31T04:49:25.201Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2025-01-31T04:49:25.507Z | Checking yasna v0.5.2 |
2192 | 2025-01-31T04:49:25.910Z | Checking base64 v0.13.1 |
2193 | 2025-01-31T04:49:26.150Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2025-01-31T04:49:26.317Z | Checking ron v0.7.1 |
2195 | 2025-01-31T04:49:26.368Z | Checking rcgen v0.12.1 |
2196 | 2025-01-31T04:49:26.394Z | Checking zone v0.1.8 |
2197 | 2025-01-31T04:49:26.415Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2198 | 2025-01-31T04:49:26.618Z | Checking xz2 v0.1.7 |
2199 | 2025-01-31T04:49:27.023Z | Checking subprocess v0.2.9 |
2200 | 2025-01-31T04:49:27.049Z | Compiling typify-macro v0.3.0 |
2201 | 2025-01-31T04:49:27.071Z | Checking humantime v2.1.0 |
2202 | 2025-01-31T04:49:27.095Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2203 | 2025-01-31T04:49:27.372Z | Compiling semver v0.1.20 |
2204 | 2025-01-31T04:49:27.403Z | Checking prettyplease v0.2.25 |
2205 | 2025-01-31T04:49:27.568Z | Checking half v2.4.1 |
2206 | 2025-01-31T04:49:27.918Z | Compiling rustc_version v0.1.7 |
2207 | 2025-01-31T04:49:28.012Z | Checking ciborium-io v0.2.2 |
2208 | 2025-01-31T04:49:28.038Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2209 | 2025-01-31T04:49:28.162Z | Checking ciborium-ll v0.2.2 |
2210 | 2025-01-31T04:49:28.392Z | Compiling newtype_derive v0.1.6 |
2211 | 2025-01-31T04:49:28.491Z | Checking ciborium v0.2.2 |
2212 | 2025-01-31T04:49:28.928Z | Checking steno v0.4.1 |
2213 | 2025-01-31T04:49:29.851Z | Compiling progenitor-macro v0.8.0 |
2214 | 2025-01-31T04:49:30.897Z | Compiling typify v0.3.0 |
2215 | 2025-01-31T04:49:31.053Z | Compiling progenitor-impl v0.9.1 |
2216 | 2025-01-31T04:49:31.629Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2217 | 2025-01-31T04:49:31.836Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2218 | 2025-01-31T04:49:32.268Z | Compiling slog-dtrace v0.3.0 |
2219 | 2025-01-31T04:49:32.652Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2220 | 2025-01-31T04:49:32.757Z | Checking display-error-chain v0.2.2 |
2221 | 2025-01-31T04:49:32.953Z | Checking gethostname v0.5.0 |
2222 | 2025-01-31T04:49:33.100Z | Checking nibble_vec v0.1.0 |
2223 | 2025-01-31T04:49:33.170Z | Compiling blake3 v1.5.4 |
2224 | 2025-01-31T04:49:33.207Z | Checking keccak v0.1.5 |
2225 | 2025-01-31T04:49:33.233Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2226 | 2025-01-31T04:49:33.298Z | Checking endian-type v0.1.2 |
2227 | 2025-01-31T04:49:33.521Z | Checking radix_trie v0.2.1 |
2228 | 2025-01-31T04:49:33.544Z | Checking sha3 v0.10.8 |
2229 | 2025-01-31T04:49:33.921Z | Checking universal-hash v0.5.1 |
2230 | 2025-01-31T04:49:33.945Z | Checking secrecy v0.8.0 |
2231 | 2025-01-31T04:49:34.123Z | Checking opaque-debug v0.3.1 |
2232 | 2025-01-31T04:49:34.156Z | Checking aead v0.5.2 |
2233 | 2025-01-31T04:49:34.233Z | Checking poly1305 v0.8.0 |
2234 | 2025-01-31T04:49:34.385Z | Checking chacha20 v0.9.1 |
2235 | 2025-01-31T04:49:34.758Z | Compiling memmap2 v0.9.5 |
2236 | 2025-01-31T04:49:34.761Z | Compiling constant_time_eq v0.3.1 |
2237 | 2025-01-31T04:49:34.981Z | Compiling arrayvec v0.7.6 |
2238 | 2025-01-31T04:49:35.245Z | Compiling arrayref v0.3.9 |
2239 | 2025-01-31T04:49:35.457Z | Compiling toolchain_find v0.4.0 |
2240 | 2025-01-31T04:49:35.513Z | Compiling thiserror-impl-no-std v2.0.2 |
2241 | 2025-01-31T04:49:35.789Z | Compiling topological-sort v0.2.2 |
2242 | 2025-01-31T04:49:35.842Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2243 | 2025-01-31T04:49:36.031Z | Compiling omicron-zone-package v0.12.0 |
2244 | 2025-01-31T04:49:36.081Z | Compiling rustfmt-wrapper v0.2.1 |
2245 | 2025-01-31T04:49:36.198Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2246 | 2025-01-31T04:49:36.567Z | Checking chacha20poly1305 v0.10.1 |
2247 | 2025-01-31T04:49:36.635Z | Compiling async-recursion v1.1.1 |
2248 | 2025-01-31T04:49:36.743Z | Checking fxhash v0.2.1 |
2249 | 2025-01-31T04:49:36.768Z | Checking lockfree-object-pool v0.1.6 |
2250 | 2025-01-31T04:49:36.949Z | Checking bumpalo v3.16.0 |
2251 | 2025-01-31T04:49:37.043Z | Compiling zip v2.1.3 |
2252 | 2025-01-31T04:49:37.290Z | Checking simd-adler32 v0.3.7 |
2253 | 2025-01-31T04:49:37.401Z | Checking termcolor v1.4.1 |
2254 | 2025-01-31T04:49:37.652Z | Checking zopfli v0.8.1 |
2255 | 2025-01-31T04:49:37.852Z | Checking maplit v1.0.2 |
2256 | 2025-01-31T04:49:37.993Z | Compiling radium v0.7.0 |
2257 | 2025-01-31T04:49:38.081Z | Compiling progenitor-macro v0.9.1 |
2258 | 2025-01-31T04:49:38.105Z | Compiling const_format_proc_macros v0.2.34 |
2259 | 2025-01-31T04:49:38.129Z | Checking tap v1.0.1 |
2260 | 2025-01-31T04:49:38.310Z | Compiling maybe-uninit v2.0.0 |
2261 | 2025-01-31T04:49:38.352Z | Checking thiserror-no-std v2.0.2 |
2262 | 2025-01-31T04:49:38.484Z | Checking vsss-rs v3.3.4 |
2263 | 2025-01-31T04:49:38.930Z | Checking wyz v0.5.1 |
2264 | 2025-01-31T04:49:38.964Z | Checking crc-catalog v2.4.0 |
2265 | 2025-01-31T04:49:39.137Z | Compiling packed_struct v0.10.1 |
2266 | 2025-01-31T04:49:39.333Z | Checking home v0.5.9 |
2267 | 2025-01-31T04:49:39.359Z | Checking funty v2.0.0 |
2268 | 2025-01-31T04:49:39.512Z | Checking crc v3.2.1 |
2269 | 2025-01-31T04:49:39.734Z | Checking kstat-rs v0.2.4 |
2270 | 2025-01-31T04:49:39.943Z | Compiling packed_struct_codegen v0.10.1 |
2271 | 2025-01-31T04:49:40.083Z | Compiling vte_generate_state_changes v0.1.2 |
2272 | 2025-01-31T04:49:40.107Z | Checking const_format v0.2.34 |
2273 | 2025-01-31T04:49:40.225Z | Checking bitvec v1.0.1 |
2274 | 2025-01-31T04:49:40.566Z | Compiling indexmap v1.9.3 |
2275 | 2025-01-31T04:49:40.733Z | Compiling libefi-sys v0.1.0 |
2276 | 2025-01-31T04:49:40.892Z | Checking nodrop v0.1.14 |
2277 | 2025-01-31T04:49:41.052Z | Checking array-init v0.0.4 |
2278 | 2025-01-31T04:49:41.125Z | Checking vte v0.11.1 |
2279 | 2025-01-31T04:49:41.481Z | Checking smallvec v0.6.14 |
2280 | 2025-01-31T04:49:41.746Z | Checking fd-lock v4.0.2 |
2281 | 2025-01-31T04:49:41.885Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2282 | 2025-01-31T04:49:41.910Z | Compiling bitfield-struct v0.6.2 |
2283 | 2025-01-31T04:49:41.955Z | Checking hashbrown v0.12.3 |
2284 | 2025-01-31T04:49:42.292Z | Checking bitfield v0.14.0 |
2285 | 2025-01-31T04:49:42.561Z | Checking strip-ansi-escapes v0.2.0 |
2286 | 2025-01-31T04:49:42.601Z | Checking progenitor v0.8.0 |
2287 | 2025-01-31T04:49:42.661Z | Checking serde-hex v0.1.0 |
2288 | 2025-01-31T04:49:42.839Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2289 | 2025-01-31T04:49:42.861Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2290 | 2025-01-31T04:49:43.223Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2291 | 2025-01-31T04:49:43.524Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2292 | 2025-01-31T04:49:43.802Z | Checking env_logger v0.10.2 |
2293 | 2025-01-31T04:49:43.850Z | Checking ron v0.8.1 |
2294 | 2025-01-31T04:49:44.276Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2295 | 2025-01-31T04:49:44.602Z | Checking hashbrown v0.13.2 |
2296 | 2025-01-31T04:49:45.075Z | Checking nu-ansi-term v0.50.1 |
2297 | 2025-01-31T04:49:45.500Z | Checking crc-any v2.5.0 |
2298 | 2025-01-31T04:49:45.528Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2299 | 2025-01-31T04:49:45.659Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2300 | 2025-01-31T04:49:45.880Z | Checking object v0.30.4 |
2301 | 2025-01-31T04:49:46.136Z | Checking reedline v0.35.0 |
2302 | 2025-01-31T04:49:46.256Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2025-01-31T04:49:46.581Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2304 | 2025-01-31T04:49:46.977Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2305 | 2025-01-31T04:49:47.129Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2306 | 2025-01-31T04:49:47.371Z | Checking path-slash v0.1.5 |
2307 | 2025-01-31T04:49:47.496Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2308 | 2025-01-31T04:49:47.533Z | Compiling parking_lot_core v0.8.6 |
2309 | 2025-01-31T04:49:48.758Z | Compiling phf_generator v0.11.2 |
2310 | 2025-01-31T04:49:48.977Z | Checking bytecount v0.6.8 |
2311 | 2025-01-31T04:49:49.157Z | Checking glob v0.3.2 |
2312 | 2025-01-31T04:49:49.423Z | Checking papergrid v0.11.0 |
2313 | 2025-01-31T04:49:49.489Z | Compiling phf_codegen v0.11.2 |
2314 | 2025-01-31T04:49:49.732Z | Checking parking_lot v0.11.2 |
2315 | 2025-01-31T04:49:50.121Z | Compiling tabled_derive v0.7.0 |
2316 | 2025-01-31T04:49:50.370Z | Compiling parse-zoneinfo v0.3.1 |
2317 | 2025-01-31T04:49:50.698Z | Checking progenitor v0.9.1 |
2318 | 2025-01-31T04:49:50.922Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2319 | 2025-01-31T04:49:51.099Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2320 | 2025-01-31T04:49:51.520Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2321 | 2025-01-31T04:49:52.158Z | Compiling cfg_aliases v0.1.1 |
2322 | 2025-01-31T04:49:52.290Z | Compiling nix v0.28.0 |
2323 | 2025-01-31T04:49:52.314Z | Checking tabled v0.15.0 |
2324 | 2025-01-31T04:49:53.041Z | Compiling chrono-tz-build v0.4.0 |
2325 | 2025-01-31T04:49:54.329Z | Checking sled v0.34.7 |
2326 | 2025-01-31T04:49:55.027Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2327 | 2025-01-31T04:49:55.051Z | Checking hickory-client v0.24.2 |
2328 | 2025-01-31T04:49:55.726Z | Checking hickory-server v0.24.2 |
2329 | 2025-01-31T04:49:56.142Z | Compiling chrono-tz v0.10.1 |
2330 | 2025-01-31T04:49:56.557Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2331 | 2025-01-31T04:49:56.822Z | Compiling unicase v2.7.0 |
2332 | 2025-01-31T04:49:57.015Z | Compiling buf-list v1.0.3 |
2333 | 2025-01-31T04:49:57.171Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2334 | 2025-01-31T04:49:57.698Z | Compiling peg-macros v0.8.4 |
2335 | 2025-01-31T04:49:58.303Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2336 | 2025-01-31T04:49:58.444Z | Compiling sqlparser_derive v0.2.2 |
2337 | 2025-01-31T04:49:59.471Z | Checking unicode_categories v0.1.1 |
2338 | 2025-01-31T04:49:59.495Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2339 | 2025-01-31T04:49:59.561Z | Checking sqlparser v0.45.0 |
2340 | 2025-01-31T04:49:59.778Z | Checking sqlformat v0.2.6 |
2341 | 2025-01-31T04:49:59.887Z | Checking rustyline v14.0.0 |
2342 | 2025-01-31T04:50:01.097Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2343 | 2025-01-31T04:50:01.488Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2344 | 2025-01-31T04:50:02.323Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2345 | 2025-01-31T04:50:04.270Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2025-01-31T04:50:04.334Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2347 | 2025-01-31T04:50:05.412Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2348 | 2025-01-31T04:50:05.804Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2349 | 2025-01-31T04:50:06.129Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2350 | 2025-01-31T04:50:07.365Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2351 | 2025-01-31T04:50:07.416Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2352 | 2025-01-31T04:50:07.796Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2353 | 2025-01-31T04:50:08.267Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2354 | 2025-01-31T04:50:08.305Z | Checking peg v0.8.4 |
2355 | 2025-01-31T04:50:08.419Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2356 | 2025-01-31T04:50:08.814Z | Checking bcs v0.1.6 |
2357 | 2025-01-31T04:50:09.080Z | Checking termtree v0.5.1 |
2358 | 2025-01-31T04:50:09.308Z | Checking primeorder v0.13.6 |
2359 | 2025-01-31T04:50:09.663Z | Compiling mime_guess v2.0.5 |
2360 | 2025-01-31T04:50:09.692Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2361 | 2025-01-31T04:50:10.310Z | Checking nanorand v0.7.0 |
2362 | 2025-01-31T04:50:10.555Z | Checking http-range v0.1.5 |
2363 | 2025-01-31T04:50:10.679Z | Checking flume v0.11.1 |
2364 | 2025-01-31T04:50:10.879Z | Checking atty v0.2.14 |
2365 | 2025-01-31T04:50:11.026Z | Compiling salty v0.3.0 |
2366 | 2025-01-31T04:50:11.178Z | Checking p384 v0.13.0 |
2367 | 2025-01-31T04:50:11.475Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2368 | 2025-01-31T04:50:11.768Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2369 | 2025-01-31T04:50:11.846Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2370 | 2025-01-31T04:50:12.063Z | Checking hyper-staticfile v0.10.1 |
2371 | 2025-01-31T04:50:12.119Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2372 | 2025-01-31T04:50:12.332Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2373 | 2025-01-31T04:50:12.570Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2374 | 2025-01-31T04:50:12.869Z | Compiling dsl_auto_type v0.1.2 |
2375 | 2025-01-31T04:50:12.894Z | Checking scheduled-thread-pool v0.2.7 |
2376 | 2025-01-31T04:50:12.920Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2377 | 2025-01-31T04:50:12.992Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2378 | 2025-01-31T04:50:13.131Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2379 | 2025-01-31T04:50:13.596Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2025-01-31T04:50:13.690Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2381 | 2025-01-31T04:50:14.364Z | Checking env_filter v0.1.2 |
2382 | 2025-01-31T04:50:14.545Z | Compiling diesel_table_macro_syntax v0.2.0 |
2383 | 2025-01-31T04:50:14.632Z | Compiling crunchy v0.2.2 |
2384 | 2025-01-31T04:50:14.696Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2385 | 2025-01-31T04:50:14.801Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2386 | 2025-01-31T04:50:14.984Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2387 | 2025-01-31T04:50:15.118Z | Compiling diesel_derives v2.2.3 |
2388 | 2025-01-31T04:50:15.892Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2025-01-31T04:50:16.670Z | Checking env_logger v0.11.5 |
2390 | 2025-01-31T04:50:17.034Z | Checking r2d2 v0.8.10 |
2391 | 2025-01-31T04:50:17.261Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2392 | 2025-01-31T04:50:17.352Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2393 | 2025-01-31T04:50:17.841Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2394 | 2025-01-31T04:50:18.147Z | Compiling tiny-keccak v2.0.2 |
2395 | 2025-01-31T04:50:18.538Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2396 | 2025-01-31T04:50:18.563Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2397 | 2025-01-31T04:50:19.002Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2398 | 2025-01-31T04:50:19.635Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2399 | 2025-01-31T04:50:19.922Z | Compiling ref-cast v1.0.23 |
2400 | 2025-01-31T04:50:20.491Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2401 | 2025-01-31T04:50:20.515Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2402 | 2025-01-31T04:50:21.271Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2403 | 2025-01-31T04:50:21.334Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2404 | 2025-01-31T04:50:21.818Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2405 | 2025-01-31T04:50:21.939Z | Compiling ascii-canvas v3.0.0 |
2406 | 2025-01-31T04:50:22.134Z | Compiling ena v0.14.3 |
2407 | 2025-01-31T04:50:22.220Z | Compiling ref-cast-impl v1.0.23 |
2408 | 2025-01-31T04:50:22.404Z | Compiling diff v0.1.13 |
2409 | 2025-01-31T04:50:22.523Z | Compiling regex-syntax v0.6.29 |
2410 | 2025-01-31T04:50:23.051Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2411 | 2025-01-31T04:50:23.589Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2412 | 2025-01-31T04:50:24.034Z | Compiling pin-project-internal v1.1.6 |
2413 | 2025-01-31T04:50:24.901Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2414 | 2025-01-31T04:50:25.010Z | Compiling derive_builder_core v0.20.2 |
2415 | 2025-01-31T04:50:25.213Z | Compiling libxml v0.3.3 |
2416 | 2025-01-31T04:50:25.687Z | Checking signal-hook-tokio v0.3.1 |
2417 | 2025-01-31T04:50:25.895Z | Compiling lalrpop v0.19.12 |
2418 | 2025-01-31T04:50:26.559Z | Compiling strum_macros v0.24.3 |
2419 | 2025-01-31T04:50:26.724Z | Checking pin-project v1.1.6 |
2420 | 2025-01-31T04:50:26.747Z | Checking diesel v2.2.6 |
2421 | 2025-01-31T04:50:26.878Z | Compiling samael v0.0.17 |
2422 | 2025-01-31T04:50:27.219Z | Compiling derive_builder_macro v0.20.2 |
2423 | 2025-01-31T04:50:27.453Z | Compiling snafu-derive v0.8.5 |
2424 | 2025-01-31T04:50:27.861Z | Compiling indoc v1.0.9 |
2425 | 2025-01-31T04:50:28.105Z | Checking derive_builder v0.20.2 |
2426 | 2025-01-31T04:50:28.764Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2427 | 2025-01-31T04:50:29.925Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2428 | 2025-01-31T04:50:29.962Z | Checking olpc-cjson v0.1.4 |
2429 | 2025-01-31T04:50:29.986Z | Checking globset v0.4.15 |
2430 | 2025-01-31T04:50:30.201Z | Checking serde_plain v1.0.2 |
2431 | 2025-01-31T04:50:30.228Z | Checking quick-xml v0.33.0 |
2432 | 2025-01-31T04:50:30.467Z | Compiling oso-derive v0.27.3 |
2433 | 2025-01-31T04:50:30.494Z | Compiling impl-trait-for-tuples v0.2.2 |
2434 | 2025-01-31T04:50:30.998Z | Compiling memoffset v0.9.1 |
2435 | 2025-01-31T04:50:31.362Z | Checking typed-path v0.9.3 |
2436 | 2025-01-31T04:50:31.652Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2437 | 2025-01-31T04:50:32.646Z | Checking snafu v0.8.5 |
2438 | 2025-01-31T04:50:33.116Z | Checking tungstenite v0.23.0 |
2439 | 2025-01-31T04:50:33.293Z | Checking tough v0.19.0 |
2440 | 2025-01-31T04:50:33.341Z | Compiling diesel-dtrace v0.4.2 |
2441 | 2025-01-31T04:50:33.651Z | Checking parse-size v1.1.0 |
2442 | 2025-01-31T04:50:34.048Z | Checking tokio-tungstenite v0.23.1 |
2443 | 2025-01-31T04:50:34.106Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2444 | 2025-01-31T04:50:34.419Z | Checking bb8 v0.8.5 |
2445 | 2025-01-31T04:50:34.564Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2446 | 2025-01-31T04:50:34.952Z | Checking nix v0.27.1 |
2447 | 2025-01-31T04:50:34.978Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2448 | 2025-01-31T04:50:35.254Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2449 | 2025-01-31T04:50:36.747Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2450 | 2025-01-31T04:50:37.544Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2451 | 2025-01-31T04:50:37.687Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2452 | 2025-01-31T04:50:37.711Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2453 | 2025-01-31T04:50:37.847Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2454 | 2025-01-31T04:50:38.326Z | Checking heck v0.4.1 |
2455 | 2025-01-31T04:50:38.565Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2456 | 2025-01-31T04:50:38.792Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2457 | 2025-01-31T04:50:38.997Z | Checking rand_seeder v0.3.0 |
2458 | 2025-01-31T04:50:39.190Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2459 | 2025-01-31T04:50:39.259Z | Checking assert_matches v1.5.0 |
2460 | 2025-01-31T04:50:39.379Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2461 | 2025-01-31T04:50:39.433Z | Compiling libz-sys v1.1.20 |
2462 | 2025-01-31T04:50:39.626Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2463 | 2025-01-31T04:50:39.736Z | Checking castaway v0.2.3 |
2464 | 2025-01-31T04:50:39.835Z | Checking is_ci v1.2.0 |
2465 | 2025-01-31T04:50:39.920Z | Checking compact_str v0.8.0 |
2466 | 2025-01-31T04:50:40.002Z | Checking supports-color v3.0.1 |
2467 | 2025-01-31T04:50:40.226Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2468 | 2025-01-31T04:50:40.249Z | Checking unicode-truncate v1.1.0 |
2469 | 2025-01-31T04:50:40.498Z | Checking lru v0.12.5 |
2470 | 2025-01-31T04:50:40.775Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2471 | 2025-01-31T04:50:40.799Z | Compiling instability v0.3.2 |
2472 | 2025-01-31T04:50:40.802Z | Checking cassowary v0.3.0 |
2473 | 2025-01-31T04:50:41.248Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2474 | 2025-01-31T04:50:41.399Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2475 | 2025-01-31T04:50:41.586Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2476 | 2025-01-31T04:50:41.805Z | Checking ratatui v0.28.1 |
2477 | 2025-01-31T04:50:42.299Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2478 | 2025-01-31T04:50:42.658Z | Compiling vergen v8.3.2 |
2479 | 2025-01-31T04:50:42.882Z | Compiling cargo-platform v0.1.8 |
2480 | 2025-01-31T04:50:42.959Z | Checking unicode-linebreak v0.1.5 |
2481 | 2025-01-31T04:50:43.372Z | Checking smawk v0.3.2 |
2482 | 2025-01-31T04:50:43.411Z | Compiling cargo_metadata v0.18.1 |
2483 | 2025-01-31T04:50:43.605Z | Checking textwrap v0.16.1 |
2484 | 2025-01-31T04:50:44.064Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2025-01-31T04:50:44.512Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2486 | 2025-01-31T04:50:44.649Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2487 | 2025-01-31T04:50:45.214Z | Compiling libsqlite3-sys v0.30.1 |
2488 | 2025-01-31T04:50:45.742Z | Compiling cfg_aliases v0.2.1 |
2489 | 2025-01-31T04:50:45.865Z | Compiling rustls v0.21.12 |
2490 | 2025-01-31T04:50:45.966Z | Checking shell-words v1.1.0 |
2491 | 2025-01-31T04:50:46.155Z | Compiling nix v0.29.0 |
2492 | 2025-01-31T04:50:46.335Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2493 | 2025-01-31T04:50:46.566Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2494 | 2025-01-31T04:50:46.638Z | Checking sct v0.7.1 |
2495 | 2025-01-31T04:50:46.861Z | Checking rustls-webpki v0.101.7 |
2496 | 2025-01-31T04:50:47.042Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2497 | 2025-01-31T04:50:47.311Z | Checking hashlink v0.9.1 |
2498 | 2025-01-31T04:50:47.335Z | Checking concurrent-queue v2.5.0 |
2499 | 2025-01-31T04:50:47.516Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2500 | 2025-01-31T04:50:47.551Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2501 | 2025-01-31T04:50:47.757Z | Checking fallible-iterator v0.3.0 |
2502 | 2025-01-31T04:50:47.802Z | Checking fallible-streaming-iterator v0.1.9 |
2503 | 2025-01-31T04:50:48.048Z | Checking plotters-backend v0.3.7 |
2504 | 2025-01-31T04:50:48.316Z | Checking parking v2.2.1 |
2505 | 2025-01-31T04:50:48.437Z | Checking plotters-svg v0.3.7 |
2506 | 2025-01-31T04:50:48.512Z | Checking rusqlite v0.32.1 |
2507 | 2025-01-31T04:50:48.615Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2508 | 2025-01-31T04:50:48.660Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2509 | 2025-01-31T04:50:50.213Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2510 | 2025-01-31T04:50:50.417Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2511 | 2025-01-31T04:50:50.632Z | Checking tokio-rustls v0.24.1 |
2512 | 2025-01-31T04:50:50.922Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2513 | 2025-01-31T04:50:50.975Z | Checking rustls-pemfile v1.0.4 |
2514 | 2025-01-31T04:50:51.216Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2515 | 2025-01-31T04:50:51.240Z | Checking twox-hash v2.1.0 |
2516 | 2025-01-31T04:50:51.500Z | Checking cast v0.3.0 |
2517 | 2025-01-31T04:50:51.592Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2518 | 2025-01-31T04:50:51.800Z | Checking criterion-plot v0.5.0 |
2519 | 2025-01-31T04:50:51.937Z | Checking plotters v0.3.7 |
2520 | 2025-01-31T04:50:52.282Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2521 | 2025-01-31T04:50:52.591Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2522 | 2025-01-31T04:50:53.486Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2523 | 2025-01-31T04:50:53.536Z | Checking fatfs v0.3.6 |
2524 | 2025-01-31T04:50:53.839Z | Checking tinytemplate v1.2.1 |
2525 | 2025-01-31T04:50:54.183Z | Checking csv-core v0.1.11 |
2526 | 2025-01-31T04:50:54.478Z | Checking anes v0.1.6 |
2527 | 2025-01-31T04:50:54.539Z | Checking oorandom v11.1.4 |
2528 | 2025-01-31T04:50:54.730Z | Checking hex-literal v0.4.1 |
2529 | 2025-01-31T04:50:54.779Z | Checking criterion v0.5.1 |
2530 | 2025-01-31T04:50:54.883Z | Checking csv v1.3.1 |
2531 | 2025-01-31T04:50:55.099Z | Checking event-listener v5.3.1 |
2532 | 2025-01-31T04:50:55.506Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2533 | 2025-01-31T04:50:55.621Z | Checking rtoolbox v0.0.2 |
2534 | 2025-01-31T04:50:55.836Z | Checking rpassword v7.3.1 |
2535 | 2025-01-31T04:50:56.010Z | Checking event-listener-strategy v0.5.2 |
2536 | 2025-01-31T04:50:56.224Z | Checking tui-tree-widget v0.22.0 |
2537 | 2025-01-31T04:50:56.579Z | Checking polyval v0.6.2 |
2538 | 2025-01-31T04:50:57.277Z | Checking async-bb8-diesel v0.2.1 |
2539 | 2025-01-31T04:50:57.408Z | Checking ghash v0.5.1 |
2540 | 2025-01-31T04:50:57.600Z | Checking futures-lite v2.3.0 |
2541 | 2025-01-31T04:50:57.894Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2542 | 2025-01-31T04:50:58.893Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2543 | 2025-01-31T04:50:58.981Z | Checking ctr v0.9.2 |
2544 | 2025-01-31T04:50:59.283Z | Checking yansi v1.0.1 |
2545 | 2025-01-31T04:51:00.011Z | Checking aes-gcm v0.10.3 |
2546 | 2025-01-31T04:51:00.075Z | Checking pretty_assertions v1.4.1 |
2547 | 2025-01-31T04:51:00.264Z | Checking ssh-encoding v0.2.0 |
2548 | 2025-01-31T04:51:00.294Z | Checking blowfish v0.9.1 |
2549 | 2025-01-31T04:51:00.321Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2550 | 2025-01-31T04:51:00.552Z | Checking bcrypt-pbkdf v0.10.0 |
2551 | 2025-01-31T04:51:00.627Z | Checking ssh-cipher v0.2.0 |
2552 | 2025-01-31T04:51:00.818Z | Checking async-lock v3.4.0 |
2553 | 2025-01-31T04:51:00.932Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2554 | 2025-01-31T04:51:01.600Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2555 | 2025-01-31T04:51:01.797Z | Checking password-hash v0.4.2 |
2556 | 2025-01-31T04:51:02.205Z | Checking polling v3.7.3 |
2557 | 2025-01-31T04:51:02.609Z | Checking async-io v2.3.4 |
2558 | 2025-01-31T04:51:02.849Z | Checking pbkdf2 v0.11.0 |
2559 | 2025-01-31T04:51:03.183Z | Checking ssh-key v0.6.6 |
2560 | 2025-01-31T04:51:03.480Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2561 | 2025-01-31T04:51:04.151Z | Checking p521 v0.13.3 |
2562 | 2025-01-31T04:51:04.839Z | Checking p256 v0.13.2 |
2563 | 2025-01-31T04:51:05.348Z | Checking russh-cryptovec v0.7.3 |
2564 | 2025-01-31T04:51:05.550Z | Compiling target-lexicon v0.12.16 |
2565 | 2025-01-31T04:51:05.573Z | Compiling doc-comment v0.3.3 |
2566 | 2025-01-31T04:51:06.112Z | Checking async-task v4.7.1 |
2567 | 2025-01-31T04:51:06.268Z | Checking md5 v0.7.0 |
2568 | 2025-01-31T04:51:06.562Z | Checking russh-keys v0.45.0 |
2569 | 2025-01-31T04:51:06.587Z | Checking async-channel v2.3.1 |
2570 | 2025-01-31T04:51:06.617Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2571 | 2025-01-31T04:51:06.876Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2572 | 2025-01-31T04:51:07.634Z | Checking piper v0.2.4 |
2573 | 2025-01-31T04:51:07.884Z | Checking num-bigint v0.4.6 |
2574 | 2025-01-31T04:51:07.888Z | Checking des v0.8.1 |
2575 | 2025-01-31T04:51:08.149Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2576 | 2025-01-31T04:51:08.172Z | Checking futures-timer v3.0.3 |
2577 | 2025-01-31T04:51:08.492Z | Compiling assert_cmd v2.0.16 |
2578 | 2025-01-31T04:51:08.898Z | Compiling guppy-workspace-hack v0.1.0 |
2579 | 2025-01-31T04:51:09.027Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2580 | 2025-01-31T04:51:09.262Z | Checking blocking v1.6.1 |
2581 | 2025-01-31T04:51:10.145Z | Checking async-executor v1.13.1 |
2582 | 2025-01-31T04:51:10.148Z | Checking russh v0.45.0 |
2583 | 2025-01-31T04:51:10.345Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2584 | 2025-01-31T04:51:10.484Z | Checking async-signal v0.2.10 |
2585 | 2025-01-31T04:51:10.773Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2586 | 2025-01-31T04:51:11.136Z | Checking internet-checksum v0.2.1 |
2587 | 2025-01-31T04:51:11.181Z | Checking event-listener v2.5.3 |
2588 | 2025-01-31T04:51:11.334Z | Compiling target-spec v3.2.2 |
2589 | 2025-01-31T04:51:11.408Z | Checking async-channel v1.9.0 |
2590 | 2025-01-31T04:51:11.820Z | Checking async-process v2.3.0 |
2591 | 2025-01-31T04:51:11.852Z | Checking async-global-executor v2.4.1 |
2592 | 2025-01-31T04:51:12.158Z | Checking cfg-expr v0.17.0 |
2593 | 2025-01-31T04:51:12.336Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2594 | 2025-01-31T04:51:12.624Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2595 | 2025-01-31T04:51:12.966Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2596 | 2025-01-31T04:51:13.368Z | Checking httptest v0.16.1 |
2597 | 2025-01-31T04:51:13.587Z | Checking rustls-native-certs v0.7.3 |
2598 | 2025-01-31T04:51:13.793Z | Compiling petname v2.0.2 |
2599 | 2025-01-31T04:51:14.034Z | Checking num_cpus v1.16.0 |
2600 | 2025-01-31T04:51:14.172Z | Checking kv-log-macro v1.0.7 |
2601 | 2025-01-31T04:51:14.232Z | Compiling async-attributes v1.1.2 |
2602 | 2025-01-31T04:51:15.041Z | Checking async-std v1.13.0 |
2603 | 2025-01-31T04:51:15.157Z | Checking threadpool v1.8.1 |
2604 | 2025-01-31T04:51:15.394Z | Checking hyper-rustls v0.26.0 |
2605 | 2025-01-31T04:51:16.152Z | Checking pathdiff v0.2.2 |
2606 | 2025-01-31T04:51:16.300Z | Compiling rstest_macros v0.23.0 |
2607 | 2025-01-31T04:51:16.332Z | Checking nested v0.1.1 |
2608 | 2025-01-31T04:51:16.434Z | Compiling target-triple v0.1.3 |
2609 | 2025-01-31T04:51:16.565Z | Checking escape8259 v0.5.3 |
2610 | 2025-01-31T04:51:16.774Z | Checking libtest-mimic v0.7.3 |
2611 | 2025-01-31T04:51:16.917Z | Checking guppy v0.17.8 |
2612 | 2025-01-31T04:51:16.971Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2613 | 2025-01-31T04:51:18.053Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2614 | 2025-01-31T04:51:18.374Z | Checking async-object-pool v0.1.5 |
2615 | 2025-01-31T04:51:18.397Z | Checking similar-asserts v1.6.0 |
2616 | 2025-01-31T04:51:18.579Z | Checking fancy-regex v0.13.0 |
2617 | 2025-01-31T04:51:18.654Z | Checking serde_regex v1.1.0 |
2618 | 2025-01-31T04:51:18.905Z | Checking assert-json-diff v2.0.2 |
2619 | 2025-01-31T04:51:18.931Z | Compiling proc-macro-crate v3.2.0 |
2620 | 2025-01-31T04:51:19.211Z | Checking path-tree v0.8.1 |
2621 | 2025-01-31T04:51:19.344Z | Checking stringmetrics v2.2.2 |
2622 | 2025-01-31T04:51:19.586Z | Checking sync-ptr v0.1.1 |
2623 | 2025-01-31T04:51:19.608Z | Compiling relative-path v1.9.3 |
2624 | 2025-01-31T04:51:19.783Z | Checking httpmock v0.8.0-alpha.1 |
2625 | 2025-01-31T04:51:19.807Z | Checking datatest-stable v0.2.9 |
2626 | 2025-01-31T04:51:20.183Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2627 | 2025-01-31T04:51:20.255Z | Checking blake2b_simd v1.0.2 |
2628 | 2025-01-31T04:51:21.098Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2629 | 2025-01-31T04:51:21.516Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2630 | 2025-01-31T04:51:21.813Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2631 | 2025-01-31T04:51:22.133Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2632 | 2025-01-31T04:51:22.454Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2633 | 2025-01-31T04:51:22.994Z | Checking serde_tokenstream v0.2.2 |
2634 | 2025-01-31T04:51:23.411Z | Checking uzers v0.12.1 |
2635 | 2025-01-31T04:51:24.002Z | Checking rust-argon2 v2.1.0 |
2636 | 2025-01-31T04:51:24.382Z | Checking trybuild v1.0.101 |
2637 | 2025-01-31T04:51:24.834Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2638 | 2025-01-31T04:51:25.589Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2639 | 2025-01-31T04:51:26.012Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2640 | 2025-01-31T04:51:27.202Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2641 | 2025-01-31T04:51:27.529Z | Checking rand_distr v0.4.3 |
2642 | 2025-01-31T04:51:28.237Z | Checking multimap v0.10.0 |
2643 | 2025-01-31T04:51:28.562Z | Checking approx v0.5.1 |
2644 | 2025-01-31T04:51:28.865Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2645 | 2025-01-31T04:51:29.010Z | Checking rstest v0.23.0 |
2646 | 2025-01-31T04:51:29.487Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2647 | 2025-01-31T04:51:30.241Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2648 | 2025-01-31T04:51:30.715Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2649 | 2025-01-31T04:51:31.549Z | Checking partial-io v0.5.4 |
2650 | 2025-01-31T04:51:31.620Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2651 | 2025-01-31T04:51:31.796Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2652 | 2025-01-31T04:51:31.886Z | Checking cargo_toml v0.20.5 |
2653 | 2025-01-31T04:51:31.923Z | Checking termios v0.3.3 |
2654 | 2025-01-31T04:51:32.131Z | Compiling indoc v2.0.5 |
2655 | 2025-01-31T04:51:33.067Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2656 | 2025-01-31T04:51:33.597Z | Compiling git2 v0.19.0 |
2657 | 2025-01-31T04:51:33.791Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2658 | 2025-01-31T04:51:34.248Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2659 | 2025-01-31T04:51:37.685Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2660 | 2025-01-31T04:51:42.135Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2661 | 2025-01-31T04:51:50.459Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2662 | 2025-01-31T04:51:54.367Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2663 | 2025-01-31T04:52:02.981Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2664 | 2025-01-31T04:52:29.809Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2665 | 2025-01-31T04:52:30.052Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2666 | 2025-01-31T04:52:30.502Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2667 | 2025-01-31T04:52:46.873Z | Compiling polar-core v0.27.3 |
2668 | 2025-01-31T04:52:54.458Z | Checking oso v0.27.3 |
2669 | 2025-01-31T04:53:28.518Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2670 | 2025-01-31T04:53:28.521Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2671 | 2025-01-31T04:53:28.521Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2672 | 2025-01-31T04:54:38.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
2673 | 2025-01-31T04:54:39.374Z | |
2674 | 2025-01-31T04:54:39.374Z | real 6:18.671321455 |
2675 | 2025-01-31T04:54:39.374Z | user 33:20.776066212 |
2676 | 2025-01-31T04:54:39.374Z | sys 5:02.108828406 |
2677 | 2025-01-31T04:54:39.377Z | trap 0.977157663 |
2678 | 2025-01-31T04:54:39.377Z | tflt 2.986442671 |
2679 | 2025-01-31T04:54:39.377Z | dflt 0.190463202 |
2680 | 2025-01-31T04:54:39.377Z | kflt 0.000702927 |
2681 | 2025-01-31T04:54:39.377Z | lock 46:40.750603546 |
2682 | 2025-01-31T04:54:39.377Z | slp 1:53:11.355048543 |
2683 | 2025-01-31T04:54:39.377Z | lat 1:43.240054961 |
2684 | 2025-01-31T04:54:39.377Z | stop 6:41.170958066 |
2685 | 2025-01-31T04:54:39.377Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2686 | 2025-01-31T04:54:39.377Z | + ptime -m cargo doc --workspace --no-deps |
2687 | 2025-01-31T04:54:40.541Z | warning: output filename collision. |
2688 | 2025-01-31T04:54:40.542Z | 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)`. |
2689 | 2025-01-31T04:54:40.542Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2690 | 2025-01-31T04:54:40.542Z | The targets should have unique names. |
2691 | 2025-01-31T04:54:40.542Z | This is a known bug where multiple crates with the same name use |
2692 | 2025-01-31T04:54:40.542Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2693 | 2025-01-31T04:54:41.010Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2694 | 2025-01-31T04:54:41.085Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2695 | 2025-01-31T04:54:41.107Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2696 | 2025-01-31T04:54:41.152Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2697 | 2025-01-31T04:54:41.176Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2698 | 2025-01-31T04:54:41.203Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2699 | 2025-01-31T04:54:41.203Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2700 | 2025-01-31T04:54:41.422Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2701 | 2025-01-31T04:54:41.449Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2702 | 2025-01-31T04:54:41.488Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2703 | 2025-01-31T04:54:41.546Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2704 | 2025-01-31T04:54:41.689Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2705 | 2025-01-31T04:54:41.814Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2706 | 2025-01-31T04:54:41.984Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2707 | 2025-01-31T04:54:42.207Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2708 | 2025-01-31T04:54:42.239Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2709 | 2025-01-31T04:54:42.565Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2710 | 2025-01-31T04:54:42.912Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2711 | 2025-01-31T04:54:43.167Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2712 | 2025-01-31T04:54:43.242Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2713 | 2025-01-31T04:54:43.245Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2714 | 2025-01-31T04:54:43.504Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2715 | 2025-01-31T04:54:43.601Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2716 | 2025-01-31T04:54:43.873Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2717 | 2025-01-31T04:54:44.261Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2718 | 2025-01-31T04:54:44.671Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2719 | 2025-01-31T04:54:44.725Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2720 | 2025-01-31T04:54:45.224Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2721 | 2025-01-31T04:54:45.228Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2722 | 2025-01-31T04:54:45.263Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2723 | 2025-01-31T04:54:45.437Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2724 | 2025-01-31T04:54:45.504Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2725 | 2025-01-31T04:54:45.563Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2726 | 2025-01-31T04:54:45.817Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2727 | 2025-01-31T04:54:45.838Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2728 | 2025-01-31T04:54:45.856Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2729 | 2025-01-31T04:54:46.172Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2730 | 2025-01-31T04:54:46.290Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2731 | 2025-01-31T04:54:46.398Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2732 | 2025-01-31T04:54:46.498Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2733 | 2025-01-31T04:54:46.732Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2734 | 2025-01-31T04:54:46.751Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2735 | 2025-01-31T04:54:46.773Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2736 | 2025-01-31T04:54:46.824Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2737 | 2025-01-31T04:54:47.642Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2738 | 2025-01-31T04:54:48.035Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2739 | 2025-01-31T04:54:48.388Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2740 | 2025-01-31T04:54:50.047Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2741 | 2025-01-31T04:54:50.961Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2742 | 2025-01-31T04:54:51.092Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2743 | 2025-01-31T04:54:52.155Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2744 | 2025-01-31T04:54:52.273Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2745 | 2025-01-31T04:54:53.635Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2746 | 2025-01-31T04:54:54.407Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2747 | 2025-01-31T04:54:54.719Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2748 | 2025-01-31T04:54:55.134Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2749 | 2025-01-31T04:54:55.297Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2750 | 2025-01-31T04:54:55.514Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2751 | 2025-01-31T04:54:55.976Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2752 | 2025-01-31T04:54:56.609Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2753 | 2025-01-31T04:54:56.928Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2754 | 2025-01-31T04:54:57.261Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2755 | 2025-01-31T04:55:02.171Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2756 | 2025-01-31T04:55:02.577Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2757 | 2025-01-31T04:55:02.698Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2758 | 2025-01-31T04:55:03.930Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2759 | 2025-01-31T04:55:04.255Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2760 | 2025-01-31T04:55:04.309Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2761 | 2025-01-31T04:55:04.867Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2762 | 2025-01-31T04:55:05.121Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2763 | 2025-01-31T04:55:05.262Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2764 | 2025-01-31T04:55:05.871Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2765 | 2025-01-31T04:55:06.435Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2766 | 2025-01-31T04:55:06.477Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2767 | 2025-01-31T04:55:06.612Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2768 | 2025-01-31T04:55:07.175Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2769 | 2025-01-31T04:55:07.281Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2770 | 2025-01-31T04:55:07.528Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2771 | 2025-01-31T04:55:07.729Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2772 | 2025-01-31T04:55:07.784Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2773 | 2025-01-31T04:55:07.916Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2774 | 2025-01-31T04:55:08.473Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2775 | 2025-01-31T04:55:09.055Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2776 | 2025-01-31T04:55:09.090Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2777 | 2025-01-31T04:55:09.152Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2778 | 2025-01-31T04:55:09.461Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2779 | 2025-01-31T04:55:10.226Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2780 | 2025-01-31T04:55:10.398Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2781 | 2025-01-31T04:55:10.654Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2782 | 2025-01-31T04:55:11.275Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2783 | 2025-01-31T04:55:11.370Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2784 | 2025-01-31T04:55:11.497Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2785 | 2025-01-31T04:55:11.576Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2786 | 2025-01-31T04:55:11.998Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2787 | 2025-01-31T04:55:12.002Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2788 | 2025-01-31T04:55:12.048Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2789 | 2025-01-31T04:55:12.539Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2790 | 2025-01-31T04:55:13.082Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2791 | 2025-01-31T04:55:13.210Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2792 | 2025-01-31T04:55:13.397Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2793 | 2025-01-31T04:55:13.418Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2794 | 2025-01-31T04:55:13.894Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2795 | 2025-01-31T04:55:14.574Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2796 | 2025-01-31T04:55:14.883Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2797 | 2025-01-31T04:55:15.382Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2798 | 2025-01-31T04:55:15.478Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2799 | 2025-01-31T04:55:16.731Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2800 | 2025-01-31T04:55:17.008Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2801 | 2025-01-31T04:55:17.270Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2802 | 2025-01-31T04:55:17.367Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2803 | 2025-01-31T04:55:17.655Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2804 | 2025-01-31T04:55:18.202Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2805 | 2025-01-31T04:55:18.447Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2806 | 2025-01-31T04:55:18.705Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2807 | 2025-01-31T04:55:19.045Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2808 | 2025-01-31T04:55:19.142Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2809 | 2025-01-31T04:55:21.518Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2810 | 2025-01-31T04:55:22.253Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2811 | 2025-01-31T04:55:22.875Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2812 | 2025-01-31T04:55:23.317Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2813 | 2025-01-31T04:55:23.395Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2814 | 2025-01-31T04:55:24.478Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2815 | 2025-01-31T04:55:25.231Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2816 | 2025-01-31T04:55:25.700Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2817 | 2025-01-31T04:55:26.527Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2818 | 2025-01-31T04:55:26.772Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2819 | 2025-01-31T04:55:27.266Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2820 | 2025-01-31T04:55:28.128Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2821 | 2025-01-31T04:55:29.106Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2822 | 2025-01-31T04:55:33.250Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2823 | 2025-01-31T04:55:36.386Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2824 | 2025-01-31T04:55:37.695Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2825 | 2025-01-31T04:55:39.919Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2826 | 2025-01-31T04:55:43.685Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2827 | 2025-01-31T04:55:44.429Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2828 | 2025-01-31T04:55:44.432Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2829 | 2025-01-31T04:55:44.677Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2830 | 2025-01-31T04:55:44.973Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2831 | 2025-01-31T04:55:45.880Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2832 | 2025-01-31T04:55:47.082Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2833 | 2025-01-31T04:55:48.534Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2834 | 2025-01-31T04:55:48.741Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2835 | 2025-01-31T04:55:48.971Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2836 | 2025-01-31T04:55:49.038Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2837 | 2025-01-31T04:55:53.221Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2838 | 2025-01-31T04:55:53.629Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2839 | 2025-01-31T04:55:53.704Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2840 | 2025-01-31T04:55:53.771Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2841 | 2025-01-31T04:55:54.050Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2842 | 2025-01-31T04:55:56.133Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2843 | 2025-01-31T04:55:57.034Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2844 | 2025-01-31T04:55:57.725Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2845 | 2025-01-31T04:55:58.277Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2846 | 2025-01-31T04:55:58.666Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2847 | 2025-01-31T04:55:58.919Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2848 | 2025-01-31T04:56:01.211Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2849 | 2025-01-31T04:56:01.554Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2850 | 2025-01-31T04:56:02.173Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2851 | 2025-01-31T04:56:02.327Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2852 | 2025-01-31T04:56:02.695Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2853 | 2025-01-31T04:56:03.465Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2854 | 2025-01-31T04:56:06.020Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2855 | 2025-01-31T04:56:06.055Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2856 | 2025-01-31T04:56:06.179Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2857 | 2025-01-31T04:56:06.271Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2858 | 2025-01-31T04:56:07.045Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2859 | 2025-01-31T04:56:07.454Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2860 | 2025-01-31T04:56:10.516Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2861 | 2025-01-31T04:56:10.882Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2862 | 2025-01-31T04:56:10.964Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2863 | 2025-01-31T04:56:11.286Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2864 | 2025-01-31T04:56:11.289Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2865 | 2025-01-31T04:56:11.433Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2866 | 2025-01-31T04:56:14.344Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2867 | 2025-01-31T04:56:14.382Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2868 | 2025-01-31T04:56:14.407Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2869 | 2025-01-31T04:56:14.581Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2870 | 2025-01-31T04:56:17.805Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2871 | 2025-01-31T04:56:17.916Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2872 | 2025-01-31T04:56:18.013Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2873 | 2025-01-31T04:56:18.691Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2874 | 2025-01-31T04:56:19.215Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2875 | 2025-01-31T04:56:21.666Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2876 | 2025-01-31T04:56:22.337Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2877 | 2025-01-31T04:56:22.641Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2878 | 2025-01-31T04:56:23.265Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2879 | 2025-01-31T04:56:24.184Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2880 | 2025-01-31T04:56:25.842Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2881 | 2025-01-31T04:56:26.117Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2882 | 2025-01-31T04:56:26.460Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2883 | 2025-01-31T04:56:26.521Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2884 | 2025-01-31T04:56:29.056Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2885 | 2025-01-31T04:56:29.079Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2886 | 2025-01-31T04:56:29.875Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2887 | 2025-01-31T04:56:30.594Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2888 | 2025-01-31T04:56:31.507Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2889 | 2025-01-31T04:56:32.401Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2890 | 2025-01-31T04:56:33.280Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2891 | 2025-01-31T04:56:33.687Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2892 | 2025-01-31T04:56:34.979Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2893 | 2025-01-31T04:56:35.197Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2894 | 2025-01-31T04:56:35.800Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2895 | 2025-01-31T04:56:36.435Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2896 | 2025-01-31T04:56:36.496Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2897 | 2025-01-31T04:56:38.485Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2898 | 2025-01-31T04:56:38.620Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2899 | 2025-01-31T04:56:39.394Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2900 | 2025-01-31T04:56:40.517Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2901 | 2025-01-31T04:56:40.822Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2902 | 2025-01-31T04:56:41.693Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2903 | 2025-01-31T04:56:42.751Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2904 | 2025-01-31T04:56:42.853Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2905 | 2025-01-31T04:56:44.208Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2906 | 2025-01-31T04:56:44.927Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2907 | 2025-01-31T04:56:45.008Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2908 | 2025-01-31T04:56:45.125Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2909 | 2025-01-31T04:56:45.758Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2910 | 2025-01-31T04:56:45.795Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2911 | 2025-01-31T04:56:46.659Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2912 | 2025-01-31T04:56:46.839Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2913 | 2025-01-31T04:56:46.949Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2914 | 2025-01-31T04:56:47.194Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2915 | 2025-01-31T04:56:47.364Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2916 | 2025-01-31T04:56:47.900Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2917 | 2025-01-31T04:57:01.279Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2918 | 2025-01-31T04:57:01.282Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2919 | 2025-01-31T04:57:01.282Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2920 | 2025-01-31T04:57:02.094Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2921 | 2025-01-31T04:57:02.150Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2922 | 2025-01-31T04:57:02.177Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2923 | 2025-01-31T04:57:02.322Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2924 | 2025-01-31T04:57:02.420Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2925 | 2025-01-31T04:57:04.438Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2926 | 2025-01-31T04:57:10.157Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2927 | 2025-01-31T04:57:10.193Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2928 | 2025-01-31T04:57:49.556Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2929 | 2025-01-31T04:57:56.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 16s |
2930 | 2025-01-31T04:57:56.307Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2931 | 2025-01-31T04:57:56.375Z | |
2932 | 2025-01-31T04:57:56.378Z | real 3:16.945768580 |
2933 | 2025-01-31T04:57:56.378Z | user 17:33.810835754 |
2934 | 2025-01-31T04:57:56.378Z | sys 2:28.582929115 |
2935 | 2025-01-31T04:57:56.378Z | trap 0.498866787 |
2936 | 2025-01-31T04:57:56.378Z | tflt 0.372160725 |
2937 | 2025-01-31T04:57:56.378Z | dflt 0.050994443 |
2938 | 2025-01-31T04:57:56.378Z | kflt 0.000149441 |
2939 | 2025-01-31T04:57:56.378Z | lock 27:43.499890111 |
2940 | 2025-01-31T04:57:56.378Z | slp 49:28.137570312 |
2941 | 2025-01-31T04:57:56.378Z | lat 1:08.415087725 |
2942 | 2025-01-31T04:57:56.378Z | stop 1:18.701795265 |
2943 | 2025-01-31T04:57:56.378Z | process exited: duration 906565 ms, exit code 0 |
|
2944 | 2025-01-31T04:57:56.384Z | found 0 output files |