|
|
|
1 | 2025-02-07T09:17:41.966Z | job assigned to worker 01JKFV5DNN7RJFRN952DTKAV5Q [factory aws, i-05c8ce247c52496af] (queued for 54 s) |
|
2 | 2025-02-07T09:17:50.873Z | starting task 0: "setup" |
3 | 2025-02-07T09:17:50.878Z | ++ uname -s |
4 | 2025-02-07T09:17:50.880Z | + kern=SunOS |
5 | 2025-02-07T09:17:50.880Z | + build_user=build |
6 | 2025-02-07T09:17:50.880Z | + build_uid=12345 |
7 | 2025-02-07T09:17:50.880Z | + work_dir=/work |
8 | 2025-02-07T09:17:50.881Z | + input_dir=/input |
9 | 2025-02-07T09:17:50.881Z | + [[ 0 == 12345 ]] |
10 | 2025-02-07T09:17:50.881Z | + case "$kern" in |
11 | 2025-02-07T09:17:50.881Z | + groupadd -g 12345 build |
12 | 2025-02-07T09:17:50.883Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-07T09:17:52.890Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-07T09:17:53.008Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-07T09:17:53.010Z | + home_fs=zfs |
16 | 2025-02-07T09:17:53.010Z | + [[ zfs == autofs ]] |
17 | 2025-02-07T09:17:53.010Z | + mkdir -p /home/build |
18 | 2025-02-07T09:17:53.013Z | + chown build:build /home/build /work |
19 | 2025-02-07T09:17:55.014Z | + chmod 0700 /home/build /work |
20 | 2025-02-07T09:17:55.017Z | process exited: duration 4146 ms, exit code 0 |
|
21 | 2025-02-07T09:17:55.023Z | starting task 1: "rust-toolchain" |
22 | 2025-02-07T09:17:55.028Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-07T09:17:55.028Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-07T09:17:55.028Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-07T09:17:55.028Z | * rust toolchain profile = "default" |
26 | 2025-02-07T09:17:55.028Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-07T09:17:55.028Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-07T09:17:55.031Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-07T09:17:55.031Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-07T09:17:55.148Z | info: downloading installer |
31 | 2025-02-07T09:17:56.479Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-07T09:17:56.479Z | warning: /opt/ooce/bin |
33 | 2025-02-07T09:17:56.479Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-07T09:17:56.479Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-07T09:17:56.479Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-07T09:17:56.479Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-07T09:17:56.479Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-07T09:17:56.479Z | error: cannot install while Rust is installed |
39 | 2025-02-07T09:17:56.479Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-07T09:17:56.491Z | info: profile set to 'default' |
41 | 2025-02-07T09:17:56.491Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-07T09:17:56.494Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-07T09:17:56.628Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-07T09:17:56.628Z | info: downloading component 'cargo' |
45 | 2025-02-07T09:17:57.377Z | info: downloading component 'clippy' |
46 | 2025-02-07T09:17:57.663Z | info: downloading component 'rust-docs' |
47 | 2025-02-07T09:17:58.683Z | info: downloading component 'rust-std' |
48 | 2025-02-07T09:18:00.338Z | info: downloading component 'rustc' |
49 | 2025-02-07T09:18:06.169Z | info: downloading component 'rustfmt' |
50 | 2025-02-07T09:18:06.389Z | info: installing component 'cargo' |
51 | 2025-02-07T09:18:07.216Z | info: installing component 'clippy' |
52 | 2025-02-07T09:18:07.595Z | info: installing component 'rust-docs' |
53 | 2025-02-07T09:18:09.249Z | info: installing component 'rust-std' |
54 | 2025-02-07T09:18:11.186Z | info: installing component 'rustc' |
55 | 2025-02-07T09:18:17.221Z | info: installing component 'rustfmt' |
56 | 2025-02-07T09:18:17.558Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-07T09:18:17.558Z | |
58 | 2025-02-07T09:18:17.953Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-07T09:18:17.953Z | |
60 | 2025-02-07T09:18:17.956Z | |
61 | 2025-02-07T09:18:17.956Z | Rust is installed now. Great! |
62 | 2025-02-07T09:18:17.956Z | |
63 | 2025-02-07T09:18:17.956Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-07T09:18:17.956Z | environment variable. This has not been done automatically. |
65 | 2025-02-07T09:18:17.956Z | |
66 | 2025-02-07T09:18:17.956Z | To configure your current shell, you need to source |
67 | 2025-02-07T09:18:17.956Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-07T09:18:17.956Z | |
69 | 2025-02-07T09:18:17.956Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-07T09:18:17.956Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-07T09:18:17.956Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-07T09:18:18.034Z | + rustup --version |
73 | 2025-02-07T09:18:18.041Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-07T09:18:18.041Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-07T09:18:18.119Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-07T09:18:18.122Z | + cargo --version |
77 | 2025-02-07T09:18:18.180Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-07T09:18:18.183Z | + rustc --version |
79 | 2025-02-07T09:18:18.244Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-07T09:18:18.247Z | process exited: duration 23220 ms, exit code 0 |
|
81 | 2025-02-07T09:18:18.253Z | starting task 2: "authentication" |
82 | 2025-02-07T09:18:18.274Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-07T09:18:18.280Z | starting task 3: "clone repository" |
84 | 2025-02-07T09:18:18.284Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-07T09:18:18.287Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-07T09:18:18.330Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-07T09:18:25.039Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-07T09:18:25.039Z | + git fetch origin e5add313d964279423d70a502bba4b41af8478dd |
89 | 2025-02-07T09:18:25.360Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-07T09:18:25.360Z | * branch e5add313d964279423d70a502bba4b41af8478dd -> FETCH_HEAD |
91 | 2025-02-07T09:18:25.371Z | + [[ -n dont_deploy_expunged_datasets ]] |
92 | 2025-02-07T09:18:25.374Z | ++ git branch --show-current |
93 | 2025-02-07T09:18:25.377Z | + current=main |
94 | 2025-02-07T09:18:25.377Z | + [[ main != dont_deploy_expunged_datasets ]] |
95 | 2025-02-07T09:18:25.377Z | + git branch -f dont_deploy_expunged_datasets e5add313d964279423d70a502bba4b41af8478dd |
96 | 2025-02-07T09:18:25.379Z | + git checkout -f dont_deploy_expunged_datasets |
97 | 2025-02-07T09:18:25.572Z | Switched to branch 'dont_deploy_expunged_datasets' |
98 | 2025-02-07T09:18:25.575Z | + git reset --hard e5add313d964279423d70a502bba4b41af8478dd |
99 | 2025-02-07T09:18:25.587Z | HEAD is now at e5add313d Merge branch 'main' into dont_deploy_expunged_datasets |
100 | 2025-02-07T09:18:25.589Z | process exited: duration 7307 ms, exit code 0 |
|
101 | 2025-02-07T09:18:25.595Z | starting task 4: "build" |
102 | 2025-02-07T09:18:25.600Z | + source ./env.sh |
103 | 2025-02-07T09:18:25.603Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-07T09:18:25.603Z | ++ set -o xtrace |
105 | 2025-02-07T09:18:25.606Z | ++++ dirname ./env.sh |
106 | 2025-02-07T09:18:25.606Z | +++ readlink -f . |
107 | 2025-02-07T09:18:25.609Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-07T09:18:25.609Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-02-07T09:18:25.609Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-02-07T09:18:25.609Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-02-07T09:18:25.609Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-02-07T09:18:25.609Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-02-07T09:18:25.609Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-02-07T09:18:25.609Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-02-07T09:18:25.609Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-02-07T09:18:25.609Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-07T09:18:25.609Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-07T09:18:25.609Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-07T09:18:25.612Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-07T09:18:25.612Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-07T09:18:25.612Z | + cargo --version |
122 | 2025-02-07T09:18:25.660Z | cargo 1.84.1 (66221abde 2024-11-19) |
123 | 2025-02-07T09:18:25.663Z | + rustc --version |
124 | 2025-02-07T09:18:25.725Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
125 | 2025-02-07T09:18:25.728Z | + banner prerequisites |
126 | 2025-02-07T09:18:25.731Z | |
127 | 2025-02-07T09:18:25.731Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-07T09:18:25.732Z | # # # # # # # # # # # # # # # |
129 | 2025-02-07T09:18:25.732Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-07T09:18:25.732Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-07T09:18:25.732Z | # # # # # # # # # # # # # # # |
132 | 2025-02-07T09:18:25.732Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-07T09:18:25.732Z | |
134 | 2025-02-07T09:18:25.734Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-07T09:18:27.505Z | pkg list: illegal option -- F |
136 | 2025-02-07T09:18:27.505Z | Usage: |
137 | 2025-02-07T09:18:27.508Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-07T09:18:27.508Z | [pkg_fmri_pattern ...] |
139 | 2025-02-07T09:18:28.346Z | pkg list: illegal option -- F |
140 | 2025-02-07T09:18:28.346Z | Usage: |
141 | 2025-02-07T09:18:28.349Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-07T09:18:28.349Z | [pkg_fmri_pattern ...] |
143 | 2025-02-07T09:18:35.614Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-07T09:18:39.879Z | Startup: Caching catalogs ... Done |
145 | 2025-02-07T09:18:51.921Z | Planning: Solver setup ... Done (11.084s) |
146 | 2025-02-07T09:18:52.070Z | Planning: Running solver ... Done (0.148s) |
147 | 2025-02-07T09:18:52.195Z | Planning: Finding local manifests ... Done (0.008s) |
148 | 2025-02-07T09:18:52.235Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-07T09:18:53.878Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-07T09:18:54.004Z | Planning: Package planning ... Done (0.126s) |
151 | 2025-02-07T09:18:54.060Z | Planning: Merging actions ... Done (0.056s) |
152 | 2025-02-07T09:18:54.264Z | Planning: Checking for conflicting actions ... Done (0.203s) |
153 | 2025-02-07T09:18:56.449Z | Planning: Consolidating action changes ... Done (2.184s) |
154 | 2025-02-07T09:18:56.904Z | Planning: Evaluating mediators ... Done (0.455s) |
155 | 2025-02-07T09:18:56.985Z | Planning: Planning completed in 17.01 seconds |
156 | 2025-02-07T09:18:57.002Z | Packages to install: 4 |
157 | 2025-02-07T09:18:57.002Z | Packages to update: 3 |
158 | 2025-02-07T09:18:57.005Z | Mediators to change: 2 |
159 | 2025-02-07T09:18:57.005Z | Services to change: 1 |
160 | 2025-02-07T09:18:57.005Z | Estimated space available: 155.61 GB |
161 | 2025-02-07T09:18:57.005Z | Estimated space to be consumed: 1.65 GB |
162 | 2025-02-07T09:18:57.005Z | Create boot environment: No |
163 | 2025-02-07T09:18:57.005Z | Create backup boot environment: Yes |
164 | 2025-02-07T09:18:57.005Z | Rebuild boot archive: No |
165 | 2025-02-07T09:18:57.005Z | |
166 | 2025-02-07T09:18:57.005Z | Changed mediators: |
167 | 2025-02-07T09:18:57.005Z | mediator clang: |
168 | 2025-02-07T09:18:57.005Z | version: None -> 15 (system default) |
169 | 2025-02-07T09:18:57.005Z | |
170 | 2025-02-07T09:18:57.005Z | mediator llvm: |
171 | 2025-02-07T09:18:57.005Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-07T09:18:57.005Z | |
173 | 2025-02-07T09:18:57.005Z | Changed packages: |
174 | 2025-02-07T09:18:57.005Z | helios-dev |
175 | 2025-02-07T09:18:57.005Z | developer/build-essential |
176 | 2025-02-07T09:18:57.005Z | None -> 11-2.0 |
177 | 2025-02-07T09:18:57.005Z | library/libxmlsec1 |
178 | 2025-02-07T09:18:57.005Z | None -> 1.2.35-2.0 |
179 | 2025-02-07T09:18:57.005Z | ooce/developer/clang-15 |
180 | 2025-02-07T09:18:57.005Z | None -> 15.0.7-2.0 |
181 | 2025-02-07T09:18:57.005Z | ooce/developer/llvm-15 |
182 | 2025-02-07T09:18:57.005Z | None -> 15.0.7-2.0 |
183 | 2025-02-07T09:18:57.005Z | package/pkg |
184 | 2025-02-07T09:18:57.005Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-07T09:18:57.005Z | system/library/g++-runtime |
186 | 2025-02-07T09:18:57.005Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-07T09:18:57.005Z | system/library/gcc-runtime |
188 | 2025-02-07T09:18:57.006Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-07T09:18:57.006Z | |
190 | 2025-02-07T09:18:57.006Z | Services: |
191 | 2025-02-07T09:18:57.006Z | restart_fmri: |
192 | 2025-02-07T09:18:57.006Z | svc:/system/update-man-index:default |
193 | 2025-02-07T09:18:57.006Z | |
194 | 2025-02-07T09:18:57.006Z | Editable files to change: |
195 | 2025-02-07T09:18:57.006Z | Update: |
196 | 2025-02-07T09:18:57.006Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-07T09:18:57.085Z | |
198 | 2025-02-07T09:18:57.085Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-07T09:19:02.087Z | Download: 598/4301 items 17.7/225.4MB 7% complete (3.6M/s) |
200 | 2025-02-07T09:19:07.881Z | Download: 1197/4301 items 80.0/225.4MB 35% complete (9.2M/s) |
201 | 2025-02-07T09:19:12.888Z | Download: 1843/4301 items 118.5/225.4MB 52% complete (10.0M/s) |
202 | 2025-02-07T09:19:19.006Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (5.0M/s) |
203 | 2025-02-07T09:19:24.007Z | Download: 3022/4301 items 121.3/225.4MB 53% complete (269k/s) |
204 | 2025-02-07T09:19:29.040Z | Download: 3281/4301 items 211.8/225.4MB 93% complete (9.3M/s) |
205 | 2025-02-07T09:19:34.409Z | Download: 4283/4301 items 223.0/225.4MB 98% complete (10.1M/s) |
206 | 2025-02-07T09:19:37.280Z | Download: Completed 225.42 MB in 40.19 seconds (5.6M/s) |
207 | 2025-02-07T09:19:39.402Z | Actions: 1/5122 actions (Removing old actions) |
208 | 2025-02-07T09:19:39.422Z | Actions: 194/5122 actions (Installing new actions) |
209 | 2025-02-07T09:19:44.133Z | Actions: 4267/5122 actions (Updating modified actions) |
210 | 2025-02-07T09:19:44.493Z | Actions: Completed 5122 actions in 5.09 seconds. |
211 | 2025-02-07T09:19:44.931Z | Done (0.430s) |
212 | 2025-02-07T09:19:44.933Z | Done (0.001s) |
213 | 2025-02-07T09:19:45.537Z | Done (0.604s) |
214 | 2025-02-07T09:19:50.016Z | Done (4.232s) |
215 | 2025-02-07T09:19:50.104Z | Done (0.021s) |
216 | 2025-02-07T09:19:50.115Z | Done (0.000s) |
217 | 2025-02-07T09:19:50.282Z | Done (0.000s) |
218 | 2025-02-07T09:19:50.999Z | Planning: Evaluating mediator changes ... Done |
219 | 2025-02-07T09:19:51.163Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-02-07T09:19:51.167Z | Planning: Consolidating action changes ... Done |
221 | 2025-02-07T09:19:51.435Z | Planning: Evaluating mediators ... Done |
222 | 2025-02-07T09:19:51.438Z | Planning: Planning completed in 0.44 seconds |
223 | 2025-02-07T09:19:51.476Z | Mediators to change: 2 |
224 | 2025-02-07T09:19:51.479Z | Create boot environment: No |
225 | 2025-02-07T09:19:51.479Z | Create backup boot environment: No |
226 | 2025-02-07T09:19:51.561Z | Done |
227 | 2025-02-07T09:19:51.561Z | Done |
228 | 2025-02-07T09:19:51.944Z | Done |
229 | 2025-02-07T09:19:55.636Z | Done |
230 | 2025-02-07T09:19:55.724Z | Done |
231 | 2025-02-07T09:19:55.728Z | Done |
232 | 2025-02-07T09:19:55.870Z | Done |
233 | 2025-02-07T09:19:56.482Z | Planning: Evaluating mediator changes ... Done |
234 | 2025-02-07T09:19:56.485Z | Planning: Merging actions ... Done |
235 | 2025-02-07T09:19:56.677Z | Planning: Checking for conflicting actions ... Done |
236 | 2025-02-07T09:19:56.679Z | Planning: Consolidating action changes ... Done |
237 | 2025-02-07T09:19:56.944Z | Planning: Evaluating mediators ... Done |
238 | 2025-02-07T09:19:57.001Z | Planning: Planning completed in 0.76 seconds |
239 | 2025-02-07T09:19:57.042Z | Packages to change: 1 |
240 | 2025-02-07T09:19:57.042Z | Mediators to change: 1 |
241 | 2025-02-07T09:19:57.042Z | Services to change: 1 |
242 | 2025-02-07T09:19:57.042Z | Create boot environment: No |
243 | 2025-02-07T09:19:57.045Z | Create backup boot environment: Yes |
244 | 2025-02-07T09:19:59.325Z | Actions: 1/6 actions (Updating modified actions) |
245 | 2025-02-07T09:19:59.329Z | Actions: Completed 6 actions in 0.00 seconds. |
246 | 2025-02-07T09:19:59.330Z | Done |
247 | 2025-02-07T09:19:59.330Z | Done |
248 | 2025-02-07T09:19:59.447Z | Done |
249 | 2025-02-07T09:20:03.140Z | Done |
250 | 2025-02-07T09:20:03.234Z | Done |
251 | 2025-02-07T09:20:03.236Z | Done |
252 | 2025-02-07T09:20:03.373Z | Done |
253 | 2025-02-07T09:20:03.806Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
254 | 2025-02-07T09:20:03.806Z | clang system 15 system |
255 | 2025-02-07T09:20:03.806Z | csh system system illumos |
256 | 2025-02-07T09:20:03.806Z | ctags system system illumos |
257 | 2025-02-07T09:20:03.806Z | gcc vendor 12 vendor |
258 | 2025-02-07T09:20:03.806Z | gcc system 10 system |
259 | 2025-02-07T09:20:03.806Z | gcc system 7 system |
260 | 2025-02-07T09:20:03.806Z | go system 1.20 system |
261 | 2025-02-07T09:20:03.806Z | go system 1.19 system |
262 | 2025-02-07T09:20:03.806Z | llvm system 15 system |
263 | 2025-02-07T09:20:03.806Z | llvm system 14 system |
264 | 2025-02-07T09:20:03.806Z | mariadb system 10.6 system |
265 | 2025-02-07T09:20:03.806Z | mta vendor vendor dma |
266 | 2025-02-07T09:20:03.806Z | openjdk system 17 system |
267 | 2025-02-07T09:20:03.806Z | openjdk system 11 system |
268 | 2025-02-07T09:20:03.806Z | openjdk system 1.8 system |
269 | 2025-02-07T09:20:03.806Z | openssl vendor 3 vendor |
270 | 2025-02-07T09:20:03.806Z | perl system 5.36 system |
271 | 2025-02-07T09:20:03.806Z | postgresql system 15 system |
272 | 2025-02-07T09:20:03.806Z | postgresql system 13 system |
273 | 2025-02-07T09:20:03.806Z | python vendor 3 vendor |
274 | 2025-02-07T09:20:03.807Z | python system 2 system |
275 | 2025-02-07T09:20:03.807Z | python3 system 3.11 system |
276 | 2025-02-07T09:20:03.807Z | ruby system 3.0 system |
277 | 2025-02-07T09:20:03.807Z | words vendor vendor american-english |
278 | 2025-02-07T09:20:03.807Z | words system system australian-english |
279 | 2025-02-07T09:20:03.807Z | words system system british-english |
280 | 2025-02-07T09:20:03.807Z | words system system canadian-english |
281 | 2025-02-07T09:20:03.807Z | words system system french |
282 | 2025-02-07T09:20:03.807Z | words system system italian |
283 | 2025-02-07T09:20:03.807Z | words system system ngerman |
284 | 2025-02-07T09:20:03.807Z | words system system ogerman |
285 | 2025-02-07T09:20:03.807Z | words system system spanish |
286 | 2025-02-07T09:20:04.138Z | PUBLISHER TYPE STATUS P LOCATION |
287 | 2025-02-07T09:20:04.138Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
288 | 2025-02-07T09:20:07.074Z | FMRI IFO |
289 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
290 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
291 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
292 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
293 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
294 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
295 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
296 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
297 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
298 | 2025-02-07T09:20:07.074Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
299 | 2025-02-07T09:20:07.075Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
300 | 2025-02-07T09:20:07.075Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
301 | 2025-02-07T09:20:07.075Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
302 | 2025-02-07T09:20:07.075Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
303 | 2025-02-07T09:20:07.075Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
304 | 2025-02-07T09:20:07.858Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
305 | 2025-02-07T09:20:08.167Z | Updating crates.io index |
306 | 2025-02-07T09:20:08.217Z | Updating git repository `https://github.com/oxidecomputer/daft` |
307 | 2025-02-07T09:20:08.466Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
308 | 2025-02-07T09:20:08.948Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
309 | 2025-02-07T09:20:09.182Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-02-07T09:20:09.422Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-02-07T09:20:09.693Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
312 | 2025-02-07T09:20:10.693Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2025-02-07T09:20:12.382Z | Updating git repository `https://github.com/oxidecomputer/opte` |
314 | 2025-02-07T09:20:13.032Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
315 | 2025-02-07T09:20:13.784Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
316 | 2025-02-07T09:20:14.020Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
317 | 2025-02-07T09:20:14.315Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
318 | 2025-02-07T09:20:14.754Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
319 | 2025-02-07T09:20:15.343Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
320 | 2025-02-07T09:20:15.646Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
321 | 2025-02-07T09:20:15.939Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
322 | 2025-02-07T09:20:16.176Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
323 | 2025-02-07T09:20:16.425Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
324 | 2025-02-07T09:20:16.681Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
325 | 2025-02-07T09:20:16.934Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
326 | 2025-02-07T09:20:17.227Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
327 | 2025-02-07T09:20:17.522Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
328 | 2025-02-07T09:20:17.804Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
329 | 2025-02-07T09:20:18.150Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
330 | 2025-02-07T09:20:18.430Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
331 | 2025-02-07T09:20:18.936Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
332 | 2025-02-07T09:20:19.175Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
333 | 2025-02-07T09:20:19.581Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
334 | 2025-02-07T09:20:19.974Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
335 | 2025-02-07T09:20:20.263Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2025-02-07T09:20:20.538Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2025-02-07T09:20:20.774Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
338 | 2025-02-07T09:20:21.937Z | Downloading crates ... |
339 | 2025-02-07T09:20:22.005Z | Downloaded equivalent v1.0.1 |
340 | 2025-02-07T09:20:22.009Z | Downloaded bytecount v0.6.8 |
341 | 2025-02-07T09:20:22.012Z | Downloaded digest v0.10.7 |
342 | 2025-02-07T09:20:22.014Z | Downloaded cpufeatures v0.2.14 |
343 | 2025-02-07T09:20:22.017Z | Downloaded colorchoice v1.0.2 |
344 | 2025-02-07T09:20:22.017Z | Downloaded cfg-if v1.0.0 |
345 | 2025-02-07T09:20:22.020Z | Downloaded dtrace-parser v0.2.0 |
346 | 2025-02-07T09:20:22.027Z | Downloaded swrite v0.1.0 |
347 | 2025-02-07T09:20:22.044Z | Downloaded pretty-hex v0.4.1 |
348 | 2025-02-07T09:20:22.046Z | Downloaded usdt-attr-macro v0.5.0 |
349 | 2025-02-07T09:20:22.046Z | Downloaded scroll_derive v0.12.0 |
350 | 2025-02-07T09:20:22.053Z | Downloaded usdt-macro v0.5.0 |
351 | 2025-02-07T09:20:22.062Z | Downloaded clap_lex v0.7.4 |
352 | 2025-02-07T09:20:22.064Z | Downloaded byteorder v1.5.0 |
353 | 2025-02-07T09:20:22.064Z | Downloaded crypto-common v0.1.6 |
354 | 2025-02-07T09:20:22.067Z | Downloaded anstyle v1.0.10 |
355 | 2025-02-07T09:20:22.067Z | Downloaded anstream v0.6.15 |
356 | 2025-02-07T09:20:22.070Z | Downloaded camino-tempfile v1.1.1 |
357 | 2025-02-07T09:20:22.072Z | Downloaded errno v0.3.9 |
358 | 2025-02-07T09:20:22.072Z | Downloaded anstyle-query v1.1.1 |
359 | 2025-02-07T09:20:22.075Z | Downloaded dof v0.3.0 |
360 | 2025-02-07T09:20:22.075Z | Downloaded thread-id v4.2.2 |
361 | 2025-02-07T09:20:22.077Z | Downloaded terminal_size v0.4.0 |
362 | 2025-02-07T09:20:22.077Z | Downloaded proc-macro-error-attr v1.0.4 |
363 | 2025-02-07T09:20:22.077Z | Downloaded scroll v0.12.0 |
364 | 2025-02-07T09:20:22.080Z | Downloaded heck v0.4.1 |
365 | 2025-02-07T09:20:22.080Z | Downloaded strsim v0.11.1 |
366 | 2025-02-07T09:20:22.083Z | Downloaded generic-array v0.14.7 |
367 | 2025-02-07T09:20:22.083Z | Downloaded fs-err v2.11.0 |
368 | 2025-02-07T09:20:22.085Z | Downloaded toml_datetime v0.6.8 |
369 | 2025-02-07T09:20:22.086Z | Downloaded smawk v0.3.2 |
370 | 2025-02-07T09:20:22.088Z | Downloaded heck v0.5.0 |
371 | 2025-02-07T09:20:22.089Z | Downloaded fnv v1.0.7 |
372 | 2025-02-07T09:20:22.089Z | Downloaded thiserror v1.0.69 |
373 | 2025-02-07T09:20:22.092Z | Downloaded usdt v0.5.0 |
374 | 2025-02-07T09:20:22.095Z | Downloaded plain v0.2.3 |
375 | 2025-02-07T09:20:22.095Z | Downloaded is_terminal_polyfill v1.70.1 |
376 | 2025-02-07T09:20:22.095Z | Downloaded cargo_metadata v0.18.1 |
377 | 2025-02-07T09:20:22.098Z | Downloaded cargo-platform v0.1.8 |
378 | 2025-02-07T09:20:22.098Z | Downloaded block-buffer v0.10.4 |
379 | 2025-02-07T09:20:22.100Z | Downloaded autocfg v1.4.0 |
380 | 2025-02-07T09:20:22.100Z | Downloaded serde_tokenstream v0.2.2 |
381 | 2025-02-07T09:20:22.103Z | Downloaded anstyle-parse v0.2.5 |
382 | 2025-02-07T09:20:22.105Z | Downloaded utf8parse v0.2.2 |
383 | 2025-02-07T09:20:22.105Z | Downloaded macaddr v1.0.1 |
384 | 2025-02-07T09:20:22.108Z | Downloaded serde_spanned v0.6.8 |
385 | 2025-02-07T09:20:22.108Z | Downloaded unicode-linebreak v0.1.5 |
386 | 2025-02-07T09:20:22.111Z | Downloaded thiserror-impl v1.0.69 |
387 | 2025-02-07T09:20:22.111Z | Downloaded sha2 v0.10.8 |
388 | 2025-02-07T09:20:22.114Z | Downloaded pest_generator v2.7.14 |
389 | 2025-02-07T09:20:22.114Z | Downloaded tabled_derive v0.7.0 |
390 | 2025-02-07T09:20:22.117Z | Downloaded itoa v1.0.11 |
391 | 2025-02-07T09:20:22.117Z | Downloaded memmap v0.7.0 |
392 | 2025-02-07T09:20:22.119Z | Downloaded version_check v0.9.5 |
393 | 2025-02-07T09:20:22.119Z | Downloaded clap_derive v4.5.24 |
394 | 2025-02-07T09:20:22.122Z | Downloaded cargo_toml v0.20.5 |
395 | 2025-02-07T09:20:22.125Z | Downloaded fastrand v2.1.1 |
396 | 2025-02-07T09:20:22.125Z | Downloaded camino v1.1.9 |
397 | 2025-02-07T09:20:22.129Z | Downloaded quote v1.0.38 |
398 | 2025-02-07T09:20:22.131Z | Downloaded proc-macro-error v1.0.4 |
399 | 2025-02-07T09:20:22.134Z | Downloaded semver v1.0.24 |
400 | 2025-02-07T09:20:22.139Z | Downloaded once_cell v1.20.2 |
401 | 2025-02-07T09:20:22.143Z | Downloaded tempfile v3.13.0 |
402 | 2025-02-07T09:20:22.148Z | Downloaded usdt-impl v0.5.0 |
403 | 2025-02-07T09:20:22.156Z | Downloaded log v0.4.22 |
404 | 2025-02-07T09:20:22.159Z | Downloaded toml v0.8.19 |
405 | 2025-02-07T09:20:22.162Z | Downloaded bitflags v2.6.0 |
406 | 2025-02-07T09:20:22.166Z | Downloaded zerocopy-derive v0.7.35 |
407 | 2025-02-07T09:20:22.170Z | Downloaded ucd-trie v0.1.7 |
408 | 2025-02-07T09:20:22.173Z | Downloaded typenum v1.17.0 |
409 | 2025-02-07T09:20:22.175Z | Downloaded pest_derive v2.7.14 |
410 | 2025-02-07T09:20:22.178Z | Downloaded proc-macro2 v1.0.92 |
411 | 2025-02-07T09:20:22.180Z | Downloaded anyhow v1.0.95 |
412 | 2025-02-07T09:20:22.183Z | Downloaded ryu v1.0.18 |
413 | 2025-02-07T09:20:22.186Z | Downloaded unicode-ident v1.0.14 |
414 | 2025-02-07T09:20:22.189Z | Downloaded textwrap v0.16.1 |
415 | 2025-02-07T09:20:22.191Z | Downloaded pest_meta v2.7.14 |
416 | 2025-02-07T09:20:22.194Z | Downloaded serde_derive v1.0.217 |
417 | 2025-02-07T09:20:22.203Z | Downloaded papergrid v0.11.0 |
418 | 2025-02-07T09:20:22.208Z | Downloaded clap v4.5.27 |
419 | 2025-02-07T09:20:22.216Z | Downloaded serde v1.0.217 |
420 | 2025-02-07T09:20:22.225Z | Downloaded indexmap v2.7.1 |
421 | 2025-02-07T09:20:22.230Z | Downloaded memchr v2.7.4 |
422 | 2025-02-07T09:20:22.251Z | Downloaded toml_edit v0.22.22 |
423 | 2025-02-07T09:20:22.273Z | Downloaded pest v2.7.14 |
424 | 2025-02-07T09:20:22.278Z | Downloaded hashbrown v0.15.1 |
425 | 2025-02-07T09:20:22.290Z | Downloaded zerocopy v0.7.35 |
426 | 2025-02-07T09:20:22.306Z | Downloaded clap_builder v4.5.27 |
427 | 2025-02-07T09:20:22.313Z | Downloaded serde_json v1.0.135 |
428 | 2025-02-07T09:20:22.320Z | Downloaded winnow v0.6.20 |
429 | 2025-02-07T09:20:22.328Z | Downloaded tabled v0.15.0 |
430 | 2025-02-07T09:20:22.343Z | Downloaded goblin v0.8.2 |
431 | 2025-02-07T09:20:22.349Z | Downloaded syn v2.0.96 |
432 | 2025-02-07T09:20:22.360Z | Downloaded syn v1.0.109 |
433 | 2025-02-07T09:20:22.371Z | Downloaded unicode-width v0.1.14 |
434 | 2025-02-07T09:20:22.378Z | Downloaded rustix v0.38.37 |
435 | 2025-02-07T09:20:22.409Z | Downloaded libc v0.2.169 |
436 | 2025-02-07T09:20:22.723Z | Compiling proc-macro2 v1.0.92 |
437 | 2025-02-07T09:20:22.723Z | Compiling unicode-ident v1.0.14 |
438 | 2025-02-07T09:20:22.726Z | Compiling version_check v0.9.5 |
439 | 2025-02-07T09:20:22.726Z | Compiling serde v1.0.217 |
440 | 2025-02-07T09:20:22.726Z | Compiling memchr v2.7.4 |
441 | 2025-02-07T09:20:22.726Z | Compiling thiserror v1.0.69 |
442 | 2025-02-07T09:20:22.761Z | Compiling libc v0.2.169 |
443 | 2025-02-07T09:20:22.764Z | Compiling ryu v1.0.18 |
444 | 2025-02-07T09:20:22.995Z | Compiling ucd-trie v0.1.7 |
445 | 2025-02-07T09:20:23.127Z | Compiling itoa v1.0.11 |
446 | 2025-02-07T09:20:23.395Z | Compiling once_cell v1.20.2 |
447 | 2025-02-07T09:20:23.553Z | Compiling byteorder v1.5.0 |
448 | 2025-02-07T09:20:23.775Z | Compiling rustix v0.38.37 |
449 | 2025-02-07T09:20:23.834Z | Compiling serde_json v1.0.135 |
450 | 2025-02-07T09:20:24.025Z | Compiling bitflags v2.6.0 |
451 | 2025-02-07T09:20:24.190Z | Compiling usdt-impl v0.5.0 |
452 | 2025-02-07T09:20:24.419Z | Compiling proc-macro-error-attr v1.0.4 |
453 | 2025-02-07T09:20:24.475Z | Compiling syn v1.0.109 |
454 | 2025-02-07T09:20:24.529Z | Compiling proc-macro-error v1.0.4 |
455 | 2025-02-07T09:20:24.612Z | Compiling quote v1.0.38 |
456 | 2025-02-07T09:20:24.684Z | Compiling camino v1.1.9 |
457 | 2025-02-07T09:20:24.793Z | Compiling errno v0.3.9 |
458 | 2025-02-07T09:20:24.844Z | Compiling hashbrown v0.15.1 |
459 | 2025-02-07T09:20:24.946Z | Compiling thread-id v4.2.2 |
460 | 2025-02-07T09:20:25.042Z | Compiling syn v2.0.96 |
461 | 2025-02-07T09:20:25.075Z | Compiling log v0.4.22 |
462 | 2025-02-07T09:20:25.182Z | Compiling utf8parse v0.2.2 |
463 | 2025-02-07T09:20:25.273Z | Compiling equivalent v1.0.1 |
464 | 2025-02-07T09:20:25.301Z | Compiling plain v0.2.3 |
465 | 2025-02-07T09:20:25.359Z | Compiling anstyle-parse v0.2.5 |
466 | 2025-02-07T09:20:25.626Z | Compiling anstyle-query v1.1.1 |
467 | 2025-02-07T09:20:25.684Z | Compiling colorchoice v1.0.2 |
468 | 2025-02-07T09:20:25.795Z | Compiling unicode-width v0.1.14 |
469 | 2025-02-07T09:20:25.845Z | Compiling indexmap v2.7.1 |
470 | 2025-02-07T09:20:25.874Z | Compiling anstyle v1.0.10 |
471 | 2025-02-07T09:20:25.899Z | Compiling is_terminal_polyfill v1.70.1 |
472 | 2025-02-07T09:20:26.040Z | Compiling autocfg v1.4.0 |
473 | 2025-02-07T09:20:26.074Z | Compiling semver v1.0.24 |
474 | 2025-02-07T09:20:26.310Z | Compiling winnow v0.6.20 |
475 | 2025-02-07T09:20:26.337Z | Compiling pretty-hex v0.4.1 |
476 | 2025-02-07T09:20:26.597Z | Compiling anstream v0.6.15 |
477 | 2025-02-07T09:20:26.954Z | Compiling terminal_size v0.4.0 |
478 | 2025-02-07T09:20:27.047Z | Compiling fs-err v2.11.0 |
479 | 2025-02-07T09:20:27.078Z | Compiling fastrand v2.1.1 |
480 | 2025-02-07T09:20:27.270Z | Compiling strsim v0.11.1 |
481 | 2025-02-07T09:20:27.358Z | Compiling heck v0.4.1 |
482 | 2025-02-07T09:20:27.579Z | Compiling bytecount v0.6.8 |
483 | 2025-02-07T09:20:27.610Z | Compiling clap_lex v0.7.4 |
484 | 2025-02-07T09:20:27.635Z | Compiling anyhow v1.0.95 |
485 | 2025-02-07T09:20:27.761Z | Compiling heck v0.5.0 |
486 | 2025-02-07T09:20:27.806Z | Compiling fnv v1.0.7 |
487 | 2025-02-07T09:20:27.967Z | Compiling cfg-if v1.0.0 |
488 | 2025-02-07T09:20:28.089Z | Compiling tempfile v3.13.0 |
489 | 2025-02-07T09:20:28.089Z | Compiling papergrid v0.11.0 |
490 | 2025-02-07T09:20:28.328Z | Compiling clap_builder v4.5.27 |
491 | 2025-02-07T09:20:28.764Z | Compiling memmap v0.7.0 |
492 | 2025-02-07T09:20:28.873Z | Compiling unicode-linebreak v0.1.5 |
493 | 2025-02-07T09:20:28.972Z | Compiling smawk v0.3.2 |
494 | 2025-02-07T09:20:29.385Z | Compiling textwrap v0.16.1 |
495 | 2025-02-07T09:20:29.676Z | Compiling swrite v0.1.0 |
496 | 2025-02-07T09:20:30.421Z | Compiling tabled_derive v0.7.0 |
497 | 2025-02-07T09:20:31.724Z | Compiling tabled v0.15.0 |
498 | 2025-02-07T09:20:32.026Z | Compiling serde_derive v1.0.217 |
499 | 2025-02-07T09:20:32.026Z | Compiling thiserror-impl v1.0.69 |
500 | 2025-02-07T09:20:32.029Z | Compiling zerocopy-derive v0.7.35 |
501 | 2025-02-07T09:20:32.053Z | Compiling scroll_derive v0.12.0 |
502 | 2025-02-07T09:20:32.232Z | Compiling clap_derive v4.5.24 |
503 | 2025-02-07T09:20:33.568Z | Compiling scroll v0.12.0 |
504 | 2025-02-07T09:20:34.083Z | Compiling goblin v0.8.2 |
505 | 2025-02-07T09:20:34.134Z | Compiling zerocopy v0.7.35 |
506 | 2025-02-07T09:20:34.833Z | Compiling pest v2.7.14 |
507 | 2025-02-07T09:20:35.444Z | Compiling clap v4.5.27 |
508 | 2025-02-07T09:20:36.973Z | Compiling pest_meta v2.7.14 |
509 | 2025-02-07T09:20:37.830Z | Compiling pest_generator v2.7.14 |
510 | 2025-02-07T09:20:39.258Z | Compiling pest_derive v2.7.14 |
511 | 2025-02-07T09:20:39.894Z | Compiling dtrace-parser v0.2.0 |
512 | 2025-02-07T09:20:40.818Z | Compiling toml_datetime v0.6.8 |
513 | 2025-02-07T09:20:40.818Z | Compiling serde_spanned v0.6.8 |
514 | 2025-02-07T09:20:40.821Z | Compiling cargo-platform v0.1.8 |
515 | 2025-02-07T09:20:41.129Z | Compiling serde_tokenstream v0.2.2 |
516 | 2025-02-07T09:20:41.166Z | Compiling macaddr v1.0.1 |
517 | 2025-02-07T09:20:41.401Z | Compiling toml_edit v0.22.22 |
518 | 2025-02-07T09:20:41.430Z | Compiling camino-tempfile v1.1.1 |
519 | 2025-02-07T09:20:42.211Z | Compiling dof v0.3.0 |
520 | 2025-02-07T09:20:42.211Z | Compiling cargo_metadata v0.18.1 |
521 | 2025-02-07T09:20:43.728Z | Compiling usdt-attr-macro v0.5.0 |
522 | 2025-02-07T09:20:43.730Z | Compiling usdt-macro v0.5.0 |
523 | 2025-02-07T09:20:44.109Z | Compiling toml v0.8.19 |
524 | 2025-02-07T09:20:44.847Z | Compiling usdt v0.5.0 |
525 | 2025-02-07T09:20:44.989Z | Compiling cargo_toml v0.20.5 |
526 | 2025-02-07T09:20:47.561Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
527 | 2025-02-07T09:20:50.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.12s |
528 | 2025-02-07T09:20:51.043Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
529 | 2025-02-07T09:20:51.574Z | Downloading crates ... |
530 | 2025-02-07T09:20:51.732Z | Downloaded assert_matches v1.5.0 |
531 | 2025-02-07T09:20:51.734Z | Downloaded atty v0.2.14 |
532 | 2025-02-07T09:20:51.745Z | Downloaded crunchy v0.2.2 |
533 | 2025-02-07T09:20:51.747Z | Downloaded hex v0.4.3 |
534 | 2025-02-07T09:20:51.747Z | Downloaded ciborium-io v0.2.2 |
535 | 2025-02-07T09:20:51.753Z | Downloaded darling v0.20.10 |
536 | 2025-02-07T09:20:51.761Z | Downloaded http-body v1.0.1 |
537 | 2025-02-07T09:20:51.763Z | Downloaded bit-vec v0.6.3 |
538 | 2025-02-07T09:20:51.766Z | Downloaded addr2line v0.24.2 |
539 | 2025-02-07T09:20:51.769Z | Downloaded md5 v0.7.0 |
540 | 2025-02-07T09:20:51.769Z | Downloaded array-init v0.0.4 |
541 | 2025-02-07T09:20:51.769Z | Downloaded aead v0.5.2 |
542 | 2025-02-07T09:20:51.772Z | Downloaded match_cfg v0.1.0 |
543 | 2025-02-07T09:20:51.772Z | Downloaded adler2 v2.0.0 |
544 | 2025-02-07T09:20:51.775Z | Downloaded hubpack_derive v0.1.1 |
545 | 2025-02-07T09:20:51.775Z | Downloaded cstr-argument v0.1.2 |
546 | 2025-02-07T09:20:51.775Z | Downloaded bit-set v0.5.3 |
547 | 2025-02-07T09:20:51.777Z | Downloaded cfg_aliases v0.2.1 |
548 | 2025-02-07T09:20:51.777Z | Downloaded arrayref v0.3.9 |
549 | 2025-02-07T09:20:51.780Z | Downloaded async-stream-impl v0.3.6 |
550 | 2025-02-07T09:20:51.780Z | Downloaded is_ci v1.2.0 |
551 | 2025-02-07T09:20:51.783Z | Downloaded atomic-waker v1.1.2 |
552 | 2025-02-07T09:20:51.783Z | Downloaded async-recursion v1.1.1 |
553 | 2025-02-07T09:20:51.786Z | Downloaded base16ct v0.2.0 |
554 | 2025-02-07T09:20:51.788Z | Downloaded bcrypt-pbkdf v0.10.0 |
555 | 2025-02-07T09:20:51.792Z | Downloaded mirai-annotations v1.12.0 |
556 | 2025-02-07T09:20:51.792Z | Downloaded curve25519-dalek-derive v0.1.1 |
557 | 2025-02-07T09:20:51.792Z | Downloaded hex-literal v0.4.1 |
558 | 2025-02-07T09:20:51.795Z | Downloaded crc-catalog v2.4.0 |
559 | 2025-02-07T09:20:51.795Z | Downloaded cfg_aliases v0.1.1 |
560 | 2025-02-07T09:20:51.795Z | Downloaded heck v0.3.3 |
561 | 2025-02-07T09:20:51.800Z | Downloaded convert_case v0.4.0 |
562 | 2025-02-07T09:20:51.800Z | Downloaded managed v0.8.0 |
563 | 2025-02-07T09:20:51.800Z | Downloaded crossbeam-deque v0.8.5 |
564 | 2025-02-07T09:20:51.803Z | Downloaded instability v0.3.2 |
565 | 2025-02-07T09:20:51.803Z | Downloaded idna_adapter v1.2.0 |
566 | 2025-02-07T09:20:51.803Z | Downloaded ctr v0.9.2 |
567 | 2025-02-07T09:20:51.805Z | Downloaded ident_case v1.0.1 |
568 | 2025-02-07T09:20:51.808Z | Downloaded httpdate v1.0.3 |
569 | 2025-02-07T09:20:51.808Z | Downloaded crc v3.2.1 |
570 | 2025-02-07T09:20:51.811Z | Downloaded impl-trait-for-tuples v0.2.2 |
571 | 2025-02-07T09:20:51.814Z | Downloaded constant_time_eq v0.3.1 |
572 | 2025-02-07T09:20:51.817Z | Downloaded lazycell v1.3.0 |
573 | 2025-02-07T09:20:51.817Z | Downloaded chrono-tz-build v0.4.0 |
574 | 2025-02-07T09:20:51.817Z | Downloaded atomicwrites v0.4.4 |
575 | 2025-02-07T09:20:51.820Z | Downloaded maybe-uninit v2.0.0 |
576 | 2025-02-07T09:20:51.820Z | Downloaded lalrpop-util v0.19.12 |
577 | 2025-02-07T09:20:51.823Z | Downloaded ciborium-ll v0.2.2 |
578 | 2025-02-07T09:20:51.823Z | Downloaded hostname v0.3.1 |
579 | 2025-02-07T09:20:51.826Z | Downloaded ipnetwork v0.20.0 |
580 | 2025-02-07T09:20:51.826Z | Downloaded blowfish v0.9.1 |
581 | 2025-02-07T09:20:51.828Z | Downloaded memoffset v0.9.1 |
582 | 2025-02-07T09:20:51.831Z | Downloaded progenitor-client v0.9.1 |
583 | 2025-02-07T09:20:51.831Z | Downloaded hickory-client v0.24.2 |
584 | 2025-02-07T09:20:51.834Z | Downloaded maplit v1.0.2 |
585 | 2025-02-07T09:20:51.837Z | Downloaded linked-hash-map v0.5.6 |
586 | 2025-02-07T09:20:51.837Z | Downloaded mockall v0.13.0 |
587 | 2025-02-07T09:20:51.840Z | Downloaded base64ct v1.6.0 |
588 | 2025-02-07T09:20:51.840Z | Downloaded ciborium v0.2.2 |
589 | 2025-02-07T09:20:51.843Z | Downloaded icu_locid_transform v1.5.0 |
590 | 2025-02-07T09:20:51.845Z | Downloaded instant v0.1.13 |
591 | 2025-02-07T09:20:51.848Z | Downloaded console v0.15.10 |
592 | 2025-02-07T09:20:51.851Z | Downloaded highway v1.2.0 |
593 | 2025-02-07T09:20:51.853Z | Downloaded csv-core v0.1.11 |
594 | 2025-02-07T09:20:51.856Z | Downloaded hyper-tls v0.6.0 |
595 | 2025-02-07T09:20:51.856Z | Downloaded crc32fast v1.4.2 |
596 | 2025-02-07T09:20:51.859Z | Downloaded cookie_store v0.21.1 |
597 | 2025-02-07T09:20:51.862Z | Downloaded cmake v0.1.51 |
598 | 2025-02-07T09:20:51.865Z | Downloaded ipnet v2.10.1 |
599 | 2025-02-07T09:20:51.865Z | Downloaded iana-time-zone v0.1.61 |
600 | 2025-02-07T09:20:51.867Z | Downloaded sigpipe v0.1.3 |
601 | 2025-02-07T09:20:51.870Z | Downloaded libloading v0.8.5 |
602 | 2025-02-07T09:20:51.870Z | Downloaded cipher v0.4.4 |
603 | 2025-02-07T09:20:51.873Z | Downloaded mime v0.3.17 |
604 | 2025-02-07T09:20:51.878Z | Downloaded litemap v0.7.3 |
605 | 2025-02-07T09:20:51.878Z | Downloaded httparse v1.9.5 |
606 | 2025-02-07T09:20:51.880Z | Downloaded strum v0.26.3 |
607 | 2025-02-07T09:20:51.880Z | Downloaded hmac v0.12.1 |
608 | 2025-02-07T09:20:51.883Z | Downloaded bcs v0.1.6 |
609 | 2025-02-07T09:20:51.886Z | Downloaded toolchain_find v0.4.0 |
610 | 2025-02-07T09:20:51.886Z | Downloaded zerofrom v0.1.4 |
611 | 2025-02-07T09:20:51.889Z | Downloaded mime_guess v2.0.5 |
612 | 2025-02-07T09:20:51.889Z | Downloaded memmap2 v0.9.5 |
613 | 2025-02-07T09:20:51.892Z | Downloaded ahash v0.8.11 |
614 | 2025-02-07T09:20:51.894Z | Downloaded time-core v0.1.2 |
615 | 2025-02-07T09:20:51.894Z | Downloaded inout v0.1.3 |
616 | 2025-02-07T09:20:51.898Z | Downloaded indoc v1.0.9 |
617 | 2025-02-07T09:20:51.901Z | Downloaded is-terminal v0.4.13 |
618 | 2025-02-07T09:20:51.901Z | Downloaded crossbeam-utils v0.8.20 |
619 | 2025-02-07T09:20:51.903Z | Downloaded md-5 v0.10.6 |
620 | 2025-02-07T09:20:51.906Z | Downloaded crc-any v2.5.0 |
621 | 2025-02-07T09:20:51.908Z | Downloaded write16 v1.0.0 |
622 | 2025-02-07T09:20:51.908Z | Downloaded bitflags v1.3.2 |
623 | 2025-02-07T09:20:51.911Z | Downloaded blake2 v0.10.6 |
624 | 2025-02-07T09:20:51.914Z | Downloaded crossbeam-epoch v0.9.18 |
625 | 2025-02-07T09:20:51.917Z | Downloaded rand_chacha v0.3.1 |
626 | 2025-02-07T09:20:51.920Z | Downloaded hyper-rustls v0.27.3 |
627 | 2025-02-07T09:20:51.923Z | Downloaded scrypt v0.11.0 |
628 | 2025-02-07T09:20:51.923Z | Downloaded shlex v1.3.0 |
629 | 2025-02-07T09:20:51.926Z | Downloaded smf v0.2.3 |
630 | 2025-02-07T09:20:51.926Z | Downloaded linear-map v1.2.0 |
631 | 2025-02-07T09:20:51.928Z | Downloaded icu_normalizer v1.5.0 |
632 | 2025-02-07T09:20:51.931Z | Downloaded nodrop v0.1.14 |
633 | 2025-02-07T09:20:51.931Z | Downloaded indexmap v1.9.3 |
634 | 2025-02-07T09:20:51.934Z | Downloaded string_cache v0.8.7 |
635 | 2025-02-07T09:20:51.937Z | Downloaded strum_macros v0.25.3 |
636 | 2025-02-07T09:20:51.941Z | Downloaded normalize-line-endings v0.3.0 |
637 | 2025-02-07T09:20:51.941Z | Downloaded zeroize v1.8.1 |
638 | 2025-02-07T09:20:51.944Z | Downloaded lazy_static v1.5.0 |
639 | 2025-02-07T09:20:51.944Z | Downloaded phf_shared v0.10.0 |
640 | 2025-02-07T09:20:51.944Z | Downloaded parse-size v1.1.0 |
641 | 2025-02-07T09:20:51.947Z | Downloaded psl-types v2.0.11 |
642 | 2025-02-07T09:20:51.947Z | Downloaded slog-async v2.8.0 |
643 | 2025-02-07T09:20:51.951Z | Downloaded zerofrom-derive v0.1.4 |
644 | 2025-02-07T09:20:51.951Z | Downloaded untrusted v0.9.0 |
645 | 2025-02-07T09:20:51.953Z | Downloaded thread_local v1.1.8 |
646 | 2025-02-07T09:20:51.953Z | Downloaded mockall_derive v0.13.0 |
647 | 2025-02-07T09:20:51.956Z | Downloaded typify-macro v0.2.0 |
648 | 2025-02-07T09:20:51.956Z | Downloaded openssl-macros v0.1.1 |
649 | 2025-02-07T09:20:51.959Z | Downloaded libefi-sys v0.1.0 |
650 | 2025-02-07T09:20:51.959Z | Downloaded base64 v0.13.1 |
651 | 2025-02-07T09:20:51.961Z | Downloaded async-bb8-diesel v0.2.1 |
652 | 2025-02-07T09:20:51.964Z | Downloaded allocator-api2 v0.2.18 |
653 | 2025-02-07T09:20:51.967Z | Downloaded chacha20poly1305 v0.10.1 |
654 | 2025-02-07T09:20:51.970Z | Downloaded multer v3.1.0 |
655 | 2025-02-07T09:20:51.972Z | Downloaded kstat-rs v0.2.4 |
656 | 2025-02-07T09:20:51.975Z | Downloaded futures-macro v0.3.31 |
657 | 2025-02-07T09:20:51.975Z | Downloaded cookie v0.18.1 |
658 | 2025-02-07T09:20:51.978Z | Downloaded debug-ignore v1.0.5 |
659 | 2025-02-07T09:20:51.982Z | Downloaded smallvec v1.13.2 |
660 | 2025-02-07T09:20:51.985Z | Downloaded base64 v0.22.1 |
661 | 2025-02-07T09:20:51.985Z | Downloaded rpassword v7.3.1 |
662 | 2025-02-07T09:20:51.988Z | Downloaded signal-hook-tokio v0.3.1 |
663 | 2025-02-07T09:20:51.988Z | Downloaded pretty-hex v0.2.1 |
664 | 2025-02-07T09:20:51.991Z | Downloaded futures-io v0.3.31 |
665 | 2025-02-07T09:20:51.991Z | Downloaded writeable v0.5.5 |
666 | 2025-02-07T09:20:51.994Z | Downloaded icu_provider v1.5.0 |
667 | 2025-02-07T09:20:51.997Z | Downloaded value-bag v1.9.0 |
668 | 2025-02-07T09:20:51.999Z | Downloaded fallible-iterator v0.3.0 |
669 | 2025-02-07T09:20:52.000Z | Downloaded indicatif v0.17.11 |
670 | 2025-02-07T09:20:52.003Z | Downloaded pkg-config v0.3.31 |
671 | 2025-02-07T09:20:52.007Z | Downloaded phf_shared v0.11.2 |
672 | 2025-02-07T09:20:52.007Z | Downloaded futures-sink v0.3.31 |
673 | 2025-02-07T09:20:52.010Z | Downloaded float-cmp v0.9.0 |
674 | 2025-02-07T09:20:52.010Z | Downloaded want v0.3.1 |
675 | 2025-02-07T09:20:52.010Z | Downloaded icu_normalizer_data v1.5.0 |
676 | 2025-02-07T09:20:52.012Z | Downloaded flagset v0.4.6 |
677 | 2025-02-07T09:20:52.016Z | Downloaded hash32 v0.3.1 |
678 | 2025-02-07T09:20:52.016Z | Downloaded ron v0.7.1 |
679 | 2025-02-07T09:20:52.019Z | Downloaded strum_macros v0.26.4 |
680 | 2025-02-07T09:20:52.023Z | Downloaded hubpack v0.1.2 |
681 | 2025-02-07T09:20:52.027Z | Downloaded crypto-bigint v0.5.5 |
682 | 2025-02-07T09:20:52.030Z | Downloaded foreign-types v0.3.2 |
683 | 2025-02-07T09:20:52.033Z | Downloaded endian-type v0.1.2 |
684 | 2025-02-07T09:20:52.033Z | Downloaded yoke-derive v0.7.4 |
685 | 2025-02-07T09:20:52.036Z | Downloaded rusty-fork v0.3.0 |
686 | 2025-02-07T09:20:52.036Z | Downloaded const_format v0.2.34 |
687 | 2025-02-07T09:20:52.039Z | Downloaded salsa20 v0.10.2 |
688 | 2025-02-07T09:20:52.042Z | Downloaded bumpalo v3.16.0 |
689 | 2025-02-07T09:20:52.044Z | Downloaded serde_derive_internals v0.29.1 |
690 | 2025-02-07T09:20:52.047Z | Downloaded tap v1.0.1 |
691 | 2025-02-07T09:20:52.047Z | Downloaded signal-hook-mio v0.2.4 |
692 | 2025-02-07T09:20:52.050Z | Downloaded des v0.8.1 |
693 | 2025-02-07T09:20:52.050Z | Downloaded jobserver v0.1.32 |
694 | 2025-02-07T09:20:52.053Z | Downloaded base64 v0.21.7 |
695 | 2025-02-07T09:20:52.055Z | Downloaded hash32 v0.2.1 |
696 | 2025-02-07T09:20:52.058Z | Downloaded lock_api v0.4.12 |
697 | 2025-02-07T09:20:52.061Z | Downloaded fixedbitset v0.4.2 |
698 | 2025-02-07T09:20:52.061Z | Downloaded poly1305 v0.8.0 |
699 | 2025-02-07T09:20:52.063Z | Downloaded hyper-util v0.1.10 |
700 | 2025-02-07T09:20:52.068Z | Downloaded signal-hook-registry v1.4.2 |
701 | 2025-02-07T09:20:52.071Z | Downloaded icu_collections v1.5.0 |
702 | 2025-02-07T09:20:52.077Z | Downloaded oso-derive v0.27.3 |
703 | 2025-02-07T09:20:52.080Z | Downloaded data-encoding v2.6.0 |
704 | 2025-02-07T09:20:52.080Z | Downloaded walkdir v2.5.0 |
705 | 2025-02-07T09:20:52.080Z | Downloaded slog v2.7.0 |
706 | 2025-02-07T09:20:52.086Z | Downloaded stringprep v0.1.5 |
707 | 2025-02-07T09:20:52.086Z | Downloaded static_assertions v1.1.0 |
708 | 2025-02-07T09:20:52.086Z | Downloaded filetime v0.2.25 |
709 | 2025-02-07T09:20:52.089Z | Downloaded compact_str v0.8.0 |
710 | 2025-02-07T09:20:52.092Z | Downloaded document-features v0.2.10 |
711 | 2025-02-07T09:20:52.095Z | Downloaded uzers v0.12.1 |
712 | 2025-02-07T09:20:52.095Z | Downloaded parking_lot v0.11.2 |
713 | 2025-02-07T09:20:52.098Z | Downloaded tinystr v0.7.6 |
714 | 2025-02-07T09:20:52.100Z | Downloaded sync_wrapper v1.0.1 |
715 | 2025-02-07T09:20:52.100Z | Downloaded foreign-types v0.5.0 |
716 | 2025-02-07T09:20:52.103Z | Downloaded embedded-io v0.6.1 |
717 | 2025-02-07T09:20:52.104Z | Downloaded crossbeam-channel v0.5.13 |
718 | 2025-02-07T09:20:52.107Z | Downloaded parse-display-derive v0.10.0 |
719 | 2025-02-07T09:20:52.110Z | Downloaded take_mut v0.2.2 |
720 | 2025-02-07T09:20:52.110Z | Downloaded parse-display v0.10.0 |
721 | 2025-02-07T09:20:52.123Z | Downloaded tokio-stream v0.1.16 |
722 | 2025-02-07T09:20:52.126Z | Downloaded ena v0.14.3 |
723 | 2025-02-07T09:20:52.129Z | Downloaded derive_more v0.99.18 |
724 | 2025-02-07T09:20:52.134Z | Downloaded darling_macro v0.20.10 |
725 | 2025-02-07T09:20:52.137Z | Downloaded waitgroup v0.1.2 |
726 | 2025-02-07T09:20:52.137Z | Downloaded tower-service v0.3.3 |
727 | 2025-02-07T09:20:52.137Z | Downloaded hickory-resolver v0.24.2 |
728 | 2025-02-07T09:20:52.141Z | Downloaded rustc-hash v1.1.0 |
729 | 2025-02-07T09:20:52.144Z | Downloaded ref-cast-impl v1.0.23 |
730 | 2025-02-07T09:20:52.144Z | Downloaded num_enum v0.5.11 |
731 | 2025-02-07T09:20:52.148Z | Downloaded backtrace v0.3.74 |
732 | 2025-02-07T09:20:52.154Z | Downloaded opaque-debug v0.3.1 |
733 | 2025-02-07T09:20:52.157Z | Downloaded aes v0.8.4 |
734 | 2025-02-07T09:20:52.161Z | Downloaded openssl-probe v0.1.5 |
735 | 2025-02-07T09:20:52.161Z | Downloaded synstructure v0.13.1 |
736 | 2025-02-07T09:20:52.164Z | Downloaded olpc-cjson v0.1.4 |
737 | 2025-02-07T09:20:52.164Z | Downloaded litrs v0.4.1 |
738 | 2025-02-07T09:20:52.167Z | Downloaded simd-adler32 v0.3.7 |
739 | 2025-02-07T09:20:52.167Z | Downloaded progenitor v0.8.0 |
740 | 2025-02-07T09:20:52.170Z | Downloaded zerocopy-derive v0.8.10 |
741 | 2025-02-07T09:20:52.174Z | Downloaded rayon-core v1.12.1 |
742 | 2025-02-07T09:20:52.179Z | Downloaded zerocopy v0.6.6 |
743 | 2025-02-07T09:20:52.182Z | Downloaded num-conv v0.1.0 |
744 | 2025-02-07T09:20:52.185Z | Downloaded ed25519 v2.2.3 |
745 | 2025-02-07T09:20:52.185Z | Downloaded stable_deref_trait v1.2.0 |
746 | 2025-02-07T09:20:52.188Z | Downloaded scopeguard v1.2.0 |
747 | 2025-02-07T09:20:52.188Z | Downloaded ref-cast v1.0.23 |
748 | 2025-02-07T09:20:52.191Z | Downloaded twox-hash v2.1.0 |
749 | 2025-02-07T09:20:52.194Z | Downloaded tabwriter v1.4.0 |
750 | 2025-02-07T09:20:52.194Z | Downloaded tungstenite v0.23.0 |
751 | 2025-02-07T09:20:52.197Z | Downloaded enum-as-inner v0.6.1 |
752 | 2025-02-07T09:20:52.199Z | Downloaded yoke v0.7.4 |
753 | 2025-02-07T09:20:52.202Z | Downloaded tungstenite v0.21.0 |
754 | 2025-02-07T09:20:52.205Z | Downloaded newline-converter v0.3.0 |
755 | 2025-02-07T09:20:52.209Z | Downloaded which v4.4.2 |
756 | 2025-02-07T09:20:52.209Z | Downloaded unicase v2.7.0 |
757 | 2025-02-07T09:20:52.213Z | Downloaded unarray v0.1.4 |
758 | 2025-02-07T09:20:52.213Z | Downloaded http v1.2.0 |
759 | 2025-02-07T09:20:52.216Z | Downloaded foreign-types-shared v0.3.1 |
760 | 2025-02-07T09:20:52.216Z | Downloaded typify-macro v0.3.0 |
761 | 2025-02-07T09:20:52.220Z | Downloaded futures-executor v0.3.31 |
762 | 2025-02-07T09:20:52.220Z | Downloaded futures-core v0.3.31 |
763 | 2025-02-07T09:20:52.223Z | Downloaded termcolor v1.4.1 |
764 | 2025-02-07T09:20:52.223Z | Downloaded slog-term v2.9.1 |
765 | 2025-02-07T09:20:52.226Z | Downloaded float-ord v0.3.2 |
766 | 2025-02-07T09:20:52.226Z | Downloaded owo-colors v4.1.0 |
767 | 2025-02-07T09:20:52.228Z | Downloaded serde_yaml v0.9.34+deprecated |
768 | 2025-02-07T09:20:52.232Z | Downloaded progenitor v0.9.1 |
769 | 2025-02-07T09:20:52.234Z | Downloaded unicode-bidi v0.3.17 |
770 | 2025-02-07T09:20:52.237Z | Downloaded ff v0.13.0 |
771 | 2025-02-07T09:20:52.237Z | Downloaded glob v0.3.2 |
772 | 2025-02-07T09:20:52.240Z | Downloaded yasna v0.5.2 |
773 | 2025-02-07T09:20:52.243Z | Downloaded env_logger v0.11.5 |
774 | 2025-02-07T09:20:52.246Z | Downloaded path-slash v0.1.5 |
775 | 2025-02-07T09:20:52.246Z | Downloaded quick-error v1.2.3 |
776 | 2025-02-07T09:20:52.249Z | Downloaded password-hash v0.5.0 |
777 | 2025-02-07T09:20:52.249Z | Downloaded rustls-pemfile v1.0.4 |
778 | 2025-02-07T09:20:52.251Z | Downloaded futures-task v0.3.31 |
779 | 2025-02-07T09:20:52.254Z | Downloaded num_enum_derive v0.5.11 |
780 | 2025-02-07T09:20:52.254Z | Downloaded tokio-postgres v0.7.12 |
781 | 2025-02-07T09:20:52.258Z | Downloaded phf v0.11.2 |
782 | 2025-02-07T09:20:52.261Z | Downloaded term v0.7.0 |
783 | 2025-02-07T09:20:52.263Z | Downloaded sqlparser_derive v0.2.2 |
784 | 2025-02-07T09:20:52.266Z | Downloaded serde_urlencoded v0.7.1 |
785 | 2025-02-07T09:20:52.266Z | Downloaded peg-runtime v0.8.3 |
786 | 2025-02-07T09:20:52.269Z | Downloaded ron v0.8.1 |
787 | 2025-02-07T09:20:52.272Z | Downloaded try-lock v0.2.5 |
788 | 2025-02-07T09:20:52.275Z | Downloaded sha1 v0.10.6 |
789 | 2025-02-07T09:20:52.275Z | Downloaded shell-words v1.1.0 |
790 | 2025-02-07T09:20:52.277Z | Downloaded resolv-conf v0.7.0 |
791 | 2025-02-07T09:20:52.280Z | Downloaded funty v2.0.0 |
792 | 2025-02-07T09:20:52.280Z | Downloaded fragile v2.0.0 |
793 | 2025-02-07T09:20:52.283Z | Downloaded termtree v0.4.1 |
794 | 2025-02-07T09:20:52.283Z | Downloaded form_urlencoded v1.2.1 |
795 | 2025-02-07T09:20:52.285Z | Downloaded fd-lock v4.0.2 |
796 | 2025-02-07T09:20:52.288Z | Downloaded tinyvec_macros v0.1.1 |
797 | 2025-02-07T09:20:52.288Z | Downloaded uuid v1.12.0 |
798 | 2025-02-07T09:20:52.291Z | Downloaded tls_codec_derive v0.4.1 |
799 | 2025-02-07T09:20:52.294Z | Downloaded slog-bunyan v2.5.0 |
800 | 2025-02-07T09:20:52.296Z | Downloaded der_derive v0.7.3 |
801 | 2025-02-07T09:20:52.296Z | Downloaded tar v0.4.42 |
802 | 2025-02-07T09:20:52.299Z | Downloaded zopfli v0.8.1 |
803 | 2025-02-07T09:20:52.301Z | Downloaded parse-zoneinfo v0.3.1 |
804 | 2025-02-07T09:20:52.304Z | Downloaded diesel_table_macro_syntax v0.2.0 |
805 | 2025-02-07T09:20:52.307Z | Downloaded slab v0.4.9 |
806 | 2025-02-07T09:20:52.307Z | Downloaded siphasher v0.3.11 |
807 | 2025-02-07T09:20:52.311Z | Downloaded flume v0.11.1 |
808 | 2025-02-07T09:20:52.313Z | Downloaded fallible-streaming-iterator v0.1.9 |
809 | 2025-02-07T09:20:52.313Z | Downloaded ed25519-dalek v2.1.1 |
810 | 2025-02-07T09:20:52.317Z | Downloaded zerovec-derive v0.10.3 |
811 | 2025-02-07T09:20:52.320Z | Downloaded untrusted v0.7.1 |
812 | 2025-02-07T09:20:52.320Z | Downloaded universal-hash v0.5.1 |
813 | 2025-02-07T09:20:52.323Z | Downloaded fxhash v0.2.1 |
814 | 2025-02-07T09:20:52.323Z | Downloaded embedded-io v0.4.0 |
815 | 2025-02-07T09:20:52.326Z | Downloaded dunce v1.0.5 |
816 | 2025-02-07T09:20:52.326Z | Downloaded packed_struct_codegen v0.10.1 |
817 | 2025-02-07T09:20:52.331Z | Downloaded radium v0.7.0 |
818 | 2025-02-07T09:20:52.332Z | Downloaded percent-encoding v2.3.1 |
819 | 2025-02-07T09:20:52.332Z | Downloaded pem v3.0.4 |
820 | 2025-02-07T09:20:52.335Z | Downloaded zeroize_derive v1.4.2 |
821 | 2025-02-07T09:20:52.335Z | Downloaded rustls-pki-types v1.10.0 |
822 | 2025-02-07T09:20:52.335Z | Downloaded ssh-cipher v0.2.0 |
823 | 2025-02-07T09:20:52.337Z | Downloaded serde_with_macros v3.11.0 |
824 | 2025-02-07T09:20:52.340Z | Downloaded progenitor-client v0.8.0 |
825 | 2025-02-07T09:20:52.341Z | Downloaded pkcs5 v0.7.1 |
826 | 2025-02-07T09:20:52.343Z | Downloaded xz2 v0.1.7 |
827 | 2025-02-07T09:20:52.346Z | Downloaded tokio-tungstenite v0.24.0 |
828 | 2025-02-07T09:20:52.349Z | Downloaded fs_extra v1.3.0 |
829 | 2025-02-07T09:20:52.352Z | Downloaded rustc_version v0.4.1 |
830 | 2025-02-07T09:20:52.352Z | Downloaded serde_repr v0.1.19 |
831 | 2025-02-07T09:20:52.354Z | Downloaded serde_plain v1.0.2 |
832 | 2025-02-07T09:20:52.359Z | Downloaded semver v0.1.20 |
833 | 2025-02-07T09:20:52.359Z | Downloaded snafu-derive v0.8.5 |
834 | 2025-02-07T09:20:52.361Z | Downloaded signal-hook v0.3.17 |
835 | 2025-02-07T09:20:52.361Z | Downloaded tui-tree-widget v0.22.0 |
836 | 2025-02-07T09:20:52.364Z | Downloaded progenitor-impl v0.8.0 |
837 | 2025-02-07T09:20:52.368Z | Downloaded snafu v0.8.5 |
838 | 2025-02-07T09:20:52.371Z | Downloaded fallible-iterator v0.2.0 |
839 | 2025-02-07T09:20:52.375Z | Downloaded env_filter v0.1.2 |
840 | 2025-02-07T09:20:52.375Z | Downloaded minimal-lexical v0.2.1 |
841 | 2025-02-07T09:20:52.378Z | Downloaded itertools v0.12.1 |
842 | 2025-02-07T09:20:52.387Z | Downloaded aes-gcm v0.10.3 |
843 | 2025-02-07T09:20:52.390Z | Downloaded libxml v0.3.3 |
844 | 2025-02-07T09:20:52.397Z | Downloaded pin-utils v0.1.0 |
845 | 2025-02-07T09:20:52.399Z | Downloaded itertools v0.10.5 |
846 | 2025-02-07T09:20:52.405Z | Downloaded termtree v0.5.1 |
847 | 2025-02-07T09:20:52.409Z | Downloaded futures v0.3.31 |
848 | 2025-02-07T09:20:52.413Z | Downloaded fatfs v0.3.6 |
849 | 2025-02-07T09:20:52.416Z | Downloaded pkcs1 v0.7.5 |
850 | 2025-02-07T09:20:52.416Z | Downloaded nom v7.1.3 |
851 | 2025-02-07T09:20:52.422Z | Downloaded headers-core v0.3.0 |
852 | 2025-02-07T09:20:52.425Z | Downloaded number_prefix v0.4.0 |
853 | 2025-02-07T09:20:52.425Z | Downloaded num_threads v0.1.7 |
854 | 2025-02-07T09:20:52.425Z | Downloaded wait-timeout v0.2.0 |
855 | 2025-02-07T09:20:52.428Z | Downloaded unicode-truncate v1.1.0 |
856 | 2025-02-07T09:20:52.428Z | Downloaded typed-path v0.9.3 |
857 | 2025-02-07T09:20:52.433Z | Downloaded either v1.13.0 |
858 | 2025-02-07T09:20:52.437Z | Downloaded dyn-clone v1.0.17 |
859 | 2025-02-07T09:20:52.441Z | Downloaded time v0.3.36 |
860 | 2025-02-07T09:20:52.444Z | Downloaded xattr v1.3.1 |
861 | 2025-02-07T09:20:52.447Z | Downloaded aho-corasick v1.1.3 |
862 | 2025-02-07T09:20:52.453Z | Downloaded r2d2 v0.8.10 |
863 | 2025-02-07T09:20:52.456Z | Downloaded wyz v0.5.1 |
864 | 2025-02-07T09:20:52.456Z | Downloaded typify v0.2.0 |
865 | 2025-02-07T09:20:52.459Z | Downloaded derive_builder_macro v0.20.2 |
866 | 2025-02-07T09:20:52.462Z | Downloaded zone_cfg_derive v0.3.0 |
867 | 2025-02-07T09:20:52.462Z | Downloaded subtle v2.6.1 |
868 | 2025-02-07T09:20:52.462Z | Downloaded num v0.4.3 |
869 | 2025-02-07T09:20:52.465Z | Downloaded tokio-rustls v0.26.0 |
870 | 2025-02-07T09:20:52.468Z | Downloaded num-complex v0.4.6 |
871 | 2025-02-07T09:20:52.468Z | Downloaded structmeta v0.2.0 |
872 | 2025-02-07T09:20:52.471Z | Downloaded postgres-protocol v0.6.7 |
873 | 2025-02-07T09:20:52.471Z | Downloaded test-strategy v0.3.1 |
874 | 2025-02-07T09:20:52.474Z | Downloaded slog-stdlog v4.1.1 |
875 | 2025-02-07T09:20:52.477Z | Downloaded openssl-sys v0.9.105 |
876 | 2025-02-07T09:20:52.481Z | Downloaded darling_core v0.20.10 |
877 | 2025-02-07T09:20:52.487Z | Downloaded zip v2.1.3 |
878 | 2025-02-07T09:20:52.490Z | Downloaded strip-ansi-escapes v0.2.0 |
879 | 2025-02-07T09:20:52.493Z | Downloaded rustc-demangle v0.1.24 |
880 | 2025-02-07T09:20:52.497Z | Downloaded zone_cfg_derive v0.1.2 |
881 | 2025-02-07T09:20:52.497Z | Downloaded nu-ansi-term v0.50.1 |
882 | 2025-02-07T09:20:52.500Z | Downloaded utf16_iter v1.0.5 |
883 | 2025-02-07T09:20:52.500Z | Downloaded hyper v1.5.2 |
884 | 2025-02-07T09:20:52.506Z | Downloaded ghash v0.5.1 |
885 | 2025-02-07T09:20:52.509Z | Downloaded hkdf v0.12.4 |
886 | 2025-02-07T09:20:52.512Z | Downloaded parking_lot_core v0.8.6 |
887 | 2025-02-07T09:20:52.512Z | Downloaded hashbrown v0.12.3 |
888 | 2025-02-07T09:20:52.515Z | Downloaded rustc_version v0.1.7 |
889 | 2025-02-07T09:20:52.518Z | Downloaded new_debug_unreachable v1.0.6 |
890 | 2025-02-07T09:20:52.518Z | Downloaded quinn-udp v0.5.5 |
891 | 2025-02-07T09:20:52.521Z | Downloaded diff v0.1.13 |
892 | 2025-02-07T09:20:52.526Z | Downloaded unsafe-libyaml v0.2.11 |
893 | 2025-02-07T09:20:52.528Z | Downloaded sync-ptr v0.1.1 |
894 | 2025-02-07T09:20:52.528Z | Downloaded tokio-tungstenite v0.23.1 |
895 | 2025-02-07T09:20:52.531Z | Downloaded slog-envlogger v2.2.0 |
896 | 2025-02-07T09:20:52.531Z | Downloaded thiserror-impl-no-std v2.0.2 |
897 | 2025-02-07T09:20:52.534Z | Downloaded tracing-core v0.1.32 |
898 | 2025-02-07T09:20:52.536Z | Downloaded rusqlite v0.32.1 |
899 | 2025-02-07T09:20:52.541Z | Downloaded packed_struct v0.10.1 |
900 | 2025-02-07T09:20:52.544Z | Downloaded newtype-uuid v1.2.1 |
901 | 2025-02-07T09:20:52.547Z | Downloaded postgres-types v0.2.8 |
902 | 2025-02-07T09:20:52.547Z | Downloaded ecdsa v0.16.9 |
903 | 2025-02-07T09:20:52.550Z | Downloaded time-macros v0.2.18 |
904 | 2025-02-07T09:20:52.552Z | Downloaded precomputed-hash v0.1.1 |
905 | 2025-02-07T09:20:52.552Z | Downloaded vte_generate_state_changes v0.1.2 |
906 | 2025-02-07T09:20:52.555Z | Downloaded diesel-dtrace v0.4.2 |
907 | 2025-02-07T09:20:52.555Z | Downloaded sqlformat v0.2.6 |
908 | 2025-02-07T09:20:52.558Z | Downloaded rtoolbox v0.0.2 |
909 | 2025-02-07T09:20:52.558Z | Downloaded tinyvec v1.8.0 |
910 | 2025-02-07T09:20:52.560Z | Downloaded rustversion v1.0.17 |
911 | 2025-02-07T09:20:52.563Z | Downloaded num-rational v0.4.2 |
912 | 2025-02-07T09:20:52.566Z | Downloaded rustc-hash v2.0.0 |
913 | 2025-02-07T09:20:52.566Z | Downloaded parking_lot v0.12.3 |
914 | 2025-02-07T09:20:52.569Z | Downloaded thiserror-no-std v2.0.2 |
915 | 2025-02-07T09:20:52.572Z | Downloaded dirs-sys-next v0.1.2 |
916 | 2025-02-07T09:20:52.576Z | Downloaded aws-lc-rs v1.10.0 |
917 | 2025-02-07T09:20:52.582Z | Downloaded zone v0.1.8 |
918 | 2025-02-07T09:20:52.584Z | Downloaded tiny-keccak v2.0.2 |
919 | 2025-02-07T09:20:52.587Z | Downloaded derive-where v1.2.7 |
920 | 2025-02-07T09:20:52.590Z | Downloaded supports-color v3.0.1 |
921 | 2025-02-07T09:20:52.590Z | Downloaded spki v0.7.3 |
922 | 2025-02-07T09:20:52.592Z | Downloaded h2 v0.4.6 |
923 | 2025-02-07T09:20:52.598Z | Downloaded nibble_vec v0.1.0 |
924 | 2025-02-07T09:20:52.601Z | Downloaded secrecy v0.8.0 |
925 | 2025-02-07T09:20:52.604Z | Downloaded nanorand v0.7.0 |
926 | 2025-02-07T09:20:52.604Z | Downloaded idna v1.0.3 |
927 | 2025-02-07T09:20:52.607Z | Downloaded utf8_iter v1.0.4 |
928 | 2025-02-07T09:20:52.610Z | Downloaded getrandom v0.2.15 |
929 | 2025-02-07T09:20:52.613Z | Downloaded globset v0.4.15 |
930 | 2025-02-07T09:20:52.613Z | Downloaded dropshot_endpoint v0.15.1 |
931 | 2025-02-07T09:20:52.616Z | Downloaded num-integer v0.1.46 |
932 | 2025-02-07T09:20:52.618Z | Downloaded quick-xml v0.33.0 |
933 | 2025-02-07T09:20:52.625Z | Downloaded typify v0.3.0 |
934 | 2025-02-07T09:20:52.629Z | Downloaded pin-project-internal v1.1.6 |
935 | 2025-02-07T09:20:52.631Z | Downloaded tokio-native-tls v0.3.1 |
936 | 2025-02-07T09:20:52.631Z | Downloaded num-iter v0.1.45 |
937 | 2025-02-07T09:20:52.635Z | Downloaded sec1 v0.7.3 |
938 | 2025-02-07T09:20:52.635Z | Downloaded difflib v0.4.0 |
939 | 2025-02-07T09:20:52.638Z | Downloaded x509-cert v0.2.5 |
940 | 2025-02-07T09:20:52.641Z | Downloaded paste v1.0.15 |
941 | 2025-02-07T09:20:52.644Z | Downloaded hashlink v0.9.1 |
942 | 2025-02-07T09:20:52.647Z | Downloaded omicron-zone-package v0.12.0 |
943 | 2025-02-07T09:20:52.650Z | Downloaded rayon v1.10.0 |
944 | 2025-02-07T09:20:52.657Z | Downloaded rand_seeder v0.3.0 |
945 | 2025-02-07T09:20:52.660Z | Downloaded native-tls v0.2.12 |
946 | 2025-02-07T09:20:52.663Z | Downloaded russh-keys v0.45.0 |
947 | 2025-02-07T09:20:52.665Z | Downloaded rand_core v0.6.4 |
948 | 2025-02-07T09:20:52.665Z | Downloaded tokio-rustls v0.25.0 |
949 | 2025-02-07T09:20:52.668Z | Downloaded tokio-macros v2.5.0 |
950 | 2025-02-07T09:20:52.668Z | Downloaded pkcs8 v0.10.2 |
951 | 2025-02-07T09:20:52.671Z | Downloaded postcard v1.0.10 |
952 | 2025-02-07T09:20:52.673Z | Downloaded elliptic-curve v0.13.8 |
953 | 2025-02-07T09:20:52.677Z | Downloaded num-bigint-dig v0.8.4 |
954 | 2025-02-07T09:20:52.681Z | Downloaded pin-project-lite v0.2.14 |
955 | 2025-02-07T09:20:52.686Z | Downloaded progenitor-impl v0.9.1 |
956 | 2025-02-07T09:20:52.689Z | Downloaded rand v0.8.5 |
957 | 2025-02-07T09:20:52.692Z | Downloaded expectorate v1.1.0 |
958 | 2025-02-07T09:20:52.694Z | Downloaded ssh-key v0.6.6 |
959 | 2025-02-07T09:20:52.700Z | Downloaded spin v0.9.8 |
960 | 2025-02-07T09:20:52.703Z | Downloaded vte v0.11.1 |
961 | 2025-02-07T09:20:52.706Z | Downloaded socket2 v0.5.7 |
962 | 2025-02-07T09:20:52.708Z | Downloaded tokio-util v0.7.12 |
963 | 2025-02-07T09:20:52.714Z | Downloaded pbkdf2 v0.11.0 |
964 | 2025-02-07T09:20:52.717Z | Downloaded proptest v1.5.0 |
965 | 2025-02-07T09:20:52.726Z | Downloaded parking_lot_core v0.9.10 |
966 | 2025-02-07T09:20:52.729Z | Downloaded peg-macros v0.8.4 |
967 | 2025-02-07T09:20:52.732Z | Downloaded diesel_derives v2.2.3 |
968 | 2025-02-07T09:20:52.734Z | Downloaded publicsuffix v2.3.0 |
969 | 2025-02-07T09:20:52.737Z | Downloaded toml_edit v0.19.15 |
970 | 2025-02-07T09:20:52.753Z | Downloaded unicode_categories v0.1.1 |
971 | 2025-02-07T09:20:52.755Z | Downloaded icu_properties_data v1.5.0 |
972 | 2025-02-07T09:20:52.766Z | Downloaded zip v0.6.6 |
973 | 2025-02-07T09:20:52.770Z | Downloaded vergen v8.3.2 |
974 | 2025-02-07T09:20:52.772Z | Downloaded num-bigint v0.4.6 |
975 | 2025-02-07T09:20:52.777Z | Downloaded zerovec v0.10.4 |
976 | 2025-02-07T09:20:52.783Z | Downloaded rustls-webpki v0.101.7 |
977 | 2025-02-07T09:20:52.796Z | Downloaded headers v0.4.0 |
978 | 2025-02-07T09:20:52.802Z | Downloaded object v0.30.4 |
979 | 2025-02-07T09:20:52.812Z | Downloaded salty v0.3.0 |
980 | 2025-02-07T09:20:52.819Z | Downloaded futures-util v0.3.31 |
981 | 2025-02-07T09:20:52.830Z | Downloaded openssl v0.10.70 |
982 | 2025-02-07T09:20:52.839Z | Downloaded reqwest v0.12.9 |
983 | 2025-02-07T09:20:52.848Z | Downloaded quinn-proto v0.11.8 |
984 | 2025-02-07T09:20:52.854Z | Downloaded p521 v0.13.3 |
985 | 2025-02-07T09:20:52.858Z | Downloaded rustls v0.21.12 |
986 | 2025-02-07T09:20:52.869Z | Downloaded portable-atomic v1.9.0 |
987 | 2025-02-07T09:20:52.876Z | Downloaded smoltcp v0.9.1 |
988 | 2025-02-07T09:20:52.887Z | Downloaded hashbrown v0.14.5 |
989 | 2025-02-07T09:20:52.892Z | Downloaded zerocopy v0.8.10 |
990 | 2025-02-07T09:20:52.916Z | Downloaded petname v2.0.2 |
991 | 2025-02-07T09:20:52.921Z | Downloaded dropshot v0.12.0 |
992 | 2025-02-07T09:20:52.941Z | Downloaded regress v0.10.1 |
993 | 2025-02-07T09:20:52.950Z | Downloaded rustls-webpki v0.102.8 |
994 | 2025-02-07T09:20:52.968Z | Downloaded nix v0.28.0 |
995 | 2025-02-07T09:20:52.979Z | Downloaded git2 v0.19.0 |
996 | 2025-02-07T09:20:52.987Z | Downloaded regex v1.11.1 |
997 | 2025-02-07T09:20:53.000Z | Downloaded webpki-roots v0.26.6 |
998 | 2025-02-07T09:20:53.004Z | Downloaded p384 v0.13.0 |
999 | 2025-02-07T09:20:53.010Z | Downloaded hickory-proto v0.24.2 |
1000 | 2025-02-07T09:20:53.025Z | Downloaded rustls v0.23.19 |
1001 | 2025-02-07T09:20:53.037Z | Downloaded unicode-width v0.2.0 |
1002 | 2025-02-07T09:20:53.043Z | Downloaded gimli v0.31.1 |
1003 | 2025-02-07T09:20:53.051Z | Downloaded nix v0.29.0 |
1004 | 2025-02-07T09:20:53.063Z | Downloaded regex-syntax v0.6.29 |
1005 | 2025-02-07T09:20:53.070Z | Downloaded diesel v2.2.6 |
1006 | 2025-02-07T09:20:53.088Z | Downloaded nix v0.27.1 |
1007 | 2025-02-07T09:20:53.098Z | Downloaded openapiv3 v2.0.0 |
1008 | 2025-02-07T09:20:53.110Z | Downloaded object v0.36.5 |
1009 | 2025-02-07T09:20:53.121Z | Downloaded regress v0.9.1 |
1010 | 2025-02-07T09:20:53.129Z | Downloaded regex-syntax v0.8.5 |
1011 | 2025-02-07T09:20:53.138Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1012 | 2025-02-07T09:20:53.150Z | Downloaded ratatui v0.28.1 |
1013 | 2025-02-07T09:20:53.169Z | Downloaded zerocopy-derive v0.6.6 |
1014 | 2025-02-07T09:20:53.179Z | Downloaded rustls v0.22.4 |
1015 | 2025-02-07T09:20:53.192Z | Downloaded smoltcp v0.11.0 |
1016 | 2025-02-07T09:20:53.203Z | Downloaded bstr v1.10.0 |
1017 | 2025-02-07T09:20:53.213Z | Downloaded sqlparser v0.45.0 |
1018 | 2025-02-07T09:20:53.219Z | Downloaded typify-impl v0.3.0 |
1019 | 2025-02-07T09:20:53.234Z | Downloaded typify-impl v0.2.0 |
1020 | 2025-02-07T09:20:53.249Z | Downloaded regex-automata v0.4.8 |
1021 | 2025-02-07T09:20:53.265Z | Downloaded sled v0.34.7 |
1022 | 2025-02-07T09:20:53.295Z | Downloaded dropshot v0.15.1 |
1023 | 2025-02-07T09:20:53.325Z | Downloaded chrono-tz v0.10.1 |
1024 | 2025-02-07T09:20:53.334Z | Downloaded radix_trie v0.2.1 |
1025 | 2025-02-07T09:20:53.341Z | Downloaded polar-core v0.27.3 |
1026 | 2025-02-07T09:20:53.352Z | Downloaded lalrpop v0.19.12 |
1027 | 2025-02-07T09:20:53.365Z | Downloaded tokio v1.43.0 |
1028 | 2025-02-07T09:20:53.402Z | Downloaded lzma-sys v0.1.20 |
1029 | 2025-02-07T09:20:53.432Z | Downloaded petgraph v0.6.5 |
1030 | 2025-02-07T09:20:53.449Z | Downloaded csv v1.3.1 |
1031 | 2025-02-07T09:20:53.468Z | Downloaded curve25519-dalek v4.1.3 |
1032 | 2025-02-07T09:20:53.476Z | Downloaded vcpkg v0.2.15 |
1033 | 2025-02-07T09:20:53.516Z | Downloaded reedline v0.35.0 |
1034 | 2025-02-07T09:20:53.523Z | Downloaded libz-sys v1.1.20 |
1035 | 2025-02-07T09:20:53.544Z | Downloaded sha3 v0.10.8 |
1036 | 2025-02-07T09:20:53.548Z | Downloaded schemars v0.8.21 |
1037 | 2025-02-07T09:20:53.559Z | Downloaded url v2.5.3 |
1038 | 2025-02-07T09:20:53.562Z | Downloaded tracing v0.1.40 |
1039 | 2025-02-07T09:20:53.566Z | Downloaded qorb v0.2.1 |
1040 | 2025-02-07T09:20:53.571Z | Downloaded serde_with v3.11.0 |
1041 | 2025-02-07T09:20:53.579Z | Downloaded bitvec v1.0.1 |
1042 | 2025-02-07T09:20:53.593Z | Downloaded chrono v0.4.39 |
1043 | 2025-02-07T09:20:53.599Z | Downloaded display-error-chain v0.2.2 |
1044 | 2025-02-07T09:20:53.602Z | Downloaded newtype_derive v0.1.6 |
1045 | 2025-02-07T09:20:53.602Z | Downloaded tls_codec v0.4.1 |
1046 | 2025-02-07T09:20:53.607Z | Downloaded unicode-xid v0.2.6 |
1047 | 2025-02-07T09:20:53.607Z | Downloaded zone v0.3.0 |
1048 | 2025-02-07T09:20:53.607Z | Downloaded rfc6979 v0.4.0 |
1049 | 2025-02-07T09:20:53.609Z | Downloaded winnow v0.5.40 |
1050 | 2025-02-07T09:20:53.615Z | Downloaded unicode-normalization v0.1.24 |
1051 | 2025-02-07T09:20:53.618Z | Downloaded tough v0.19.0 |
1052 | 2025-02-07T09:20:53.626Z | Downloaded powerfmt v0.2.0 |
1053 | 2025-02-07T09:20:53.628Z | Downloaded tungstenite v0.24.0 |
1054 | 2025-02-07T09:20:53.632Z | Downloaded russh-cryptovec v0.7.3 |
1055 | 2025-02-07T09:20:53.635Z | Downloaded peg v0.8.4 |
1056 | 2025-02-07T09:20:53.638Z | Downloaded thiserror v2.0.11 |
1057 | 2025-02-07T09:20:53.640Z | Downloaded schemars_derive v0.8.21 |
1058 | 2025-02-07T09:20:53.643Z | Downloaded ppv-lite86 v0.2.20 |
1059 | 2025-02-07T09:20:53.643Z | Downloaded group v0.13.0 |
1060 | 2025-02-07T09:20:53.646Z | Downloaded subprocess v0.2.9 |
1061 | 2025-02-07T09:20:53.649Z | Downloaded toml v0.7.8 |
1062 | 2025-02-07T09:20:53.652Z | Downloaded dirs-next v2.0.0 |
1063 | 2025-02-07T09:20:53.652Z | Downloaded gethostname v0.5.0 |
1064 | 2025-02-07T09:20:53.652Z | Downloaded itertools v0.13.0 |
1065 | 2025-02-07T09:20:53.658Z | Downloaded rand_xorshift v0.3.0 |
1066 | 2025-02-07T09:20:53.661Z | Downloaded derive_builder_core v0.20.2 |
1067 | 2025-02-07T09:20:53.664Z | Downloaded dropshot_endpoint v0.12.0 |
1068 | 2025-02-07T09:20:53.667Z | Downloaded bindgen v0.69.5 |
1069 | 2025-02-07T09:20:53.671Z | Downloaded unicode-segmentation v1.12.0 |
1070 | 2025-02-07T09:20:53.675Z | Downloaded rustyline v14.0.0 |
1071 | 2025-02-07T09:20:53.679Z | Downloaded slog-dtrace v0.3.0 |
1072 | 2025-02-07T09:20:53.682Z | Downloaded progenitor-macro v0.8.0 |
1073 | 2025-02-07T09:20:53.682Z | Downloaded predicates-core v1.0.8 |
1074 | 2025-02-07T09:20:53.685Z | Downloaded predicates v3.1.2 |
1075 | 2025-02-07T09:20:53.688Z | Downloaded sct v0.7.1 |
1076 | 2025-02-07T09:20:53.690Z | Downloaded hashbrown v0.13.2 |
1077 | 2025-02-07T09:20:53.693Z | Downloaded pin-project v1.1.6 |
1078 | 2025-02-07T09:20:53.703Z | Downloaded futures-channel v0.3.31 |
1079 | 2025-02-07T09:20:53.706Z | Downloaded encoding_rs v0.8.34 |
1080 | 2025-02-07T09:20:53.725Z | Downloaded p256 v0.13.2 |
1081 | 2025-02-07T09:20:53.728Z | Downloaded blake3 v1.5.4 |
1082 | 2025-02-07T09:20:53.735Z | Downloaded libm v0.2.8 |
1083 | 2025-02-07T09:20:53.742Z | Downloaded whoami v1.5.2 |
1084 | 2025-02-07T09:20:53.745Z | Downloaded rsa v0.9.6 |
1085 | 2025-02-07T09:20:53.749Z | Downloaded dsl_auto_type v0.1.2 |
1086 | 2025-02-07T09:20:53.752Z | Downloaded env_logger v0.10.2 |
1087 | 2025-02-07T09:20:53.754Z | Downloaded steno v0.4.1 |
1088 | 2025-02-07T09:20:53.757Z | Downloaded slog-scope v4.4.0 |
1089 | 2025-02-07T09:20:53.760Z | Downloaded slog-json v2.6.1 |
1090 | 2025-02-07T09:20:53.760Z | Downloaded der v0.7.9 |
1091 | 2025-02-07T09:20:53.763Z | Downloaded flate2 v1.0.35 |
1092 | 2025-02-07T09:20:53.768Z | Downloaded heapless v0.7.17 |
1093 | 2025-02-07T09:20:53.772Z | Downloaded oso v0.27.3 |
1094 | 2025-02-07T09:20:53.775Z | Downloaded structmeta v0.3.0 |
1095 | 2025-02-07T09:20:53.777Z | Downloaded scheduled-thread-pool v0.2.7 |
1096 | 2025-02-07T09:20:53.777Z | Downloaded same-file v1.0.6 |
1097 | 2025-02-07T09:20:53.780Z | Downloaded derive_builder v0.20.2 |
1098 | 2025-02-07T09:20:53.783Z | Downloaded termios v0.3.3 |
1099 | 2025-02-07T09:20:53.785Z | Downloaded russh v0.45.0 |
1100 | 2025-02-07T09:20:53.789Z | Downloaded pbkdf2 v0.12.2 |
1101 | 2025-02-07T09:20:53.791Z | Downloaded num-derive v0.4.2 |
1102 | 2025-02-07T09:20:53.794Z | Downloaded pem-rfc7468 v0.7.0 |
1103 | 2025-02-07T09:20:53.794Z | Downloaded similar v2.6.0 |
1104 | 2025-02-07T09:20:53.798Z | Downloaded mio v1.0.2 |
1105 | 2025-02-07T09:20:53.803Z | Downloaded prettyplease v0.2.25 |
1106 | 2025-02-07T09:20:53.806Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1107 | 2025-02-07T09:20:53.862Z | Downloaded crossterm v0.28.1 |
1108 | 2025-02-07T09:20:53.868Z | Downloaded polyval v0.6.2 |
1109 | 2025-02-07T09:20:53.871Z | Downloaded tokio-tungstenite v0.21.0 |
1110 | 2025-02-07T09:20:53.873Z | Downloaded signature v2.2.0 |
1111 | 2025-02-07T09:20:53.873Z | Downloaded foreign-types-macros v0.2.3 |
1112 | 2025-02-07T09:20:53.876Z | Downloaded displaydoc v0.2.5 |
1113 | 2025-02-07T09:20:53.879Z | Downloaded defmt v0.3.8 |
1114 | 2025-02-07T09:20:53.882Z | Downloaded proc-macro-crate v1.3.1 |
1115 | 2025-02-07T09:20:53.882Z | Downloaded primeorder v0.13.6 |
1116 | 2025-02-07T09:20:53.884Z | Downloaded predicates-tree v1.0.11 |
1117 | 2025-02-07T09:20:53.884Z | Downloaded phf_generator v0.11.2 |
1118 | 2025-02-07T09:20:53.884Z | Downloaded phf_codegen v0.11.2 |
1119 | 2025-02-07T09:20:53.887Z | Downloaded vsss-rs v3.3.4 |
1120 | 2025-02-07T09:20:53.890Z | Downloaded samael v0.0.17 |
1121 | 2025-02-07T09:20:53.894Z | Downloaded quinn v0.11.5 |
1122 | 2025-02-07T09:20:53.898Z | Downloaded hickory-server v0.24.2 |
1123 | 2025-02-07T09:20:53.904Z | Downloaded foreign-types-shared v0.1.1 |
1124 | 2025-02-07T09:20:53.907Z | Downloaded tracing-attributes v0.1.27 |
1125 | 2025-02-07T09:20:53.907Z | Downloaded serde_path_to_error v0.1.16 |
1126 | 2025-02-07T09:20:53.910Z | Downloaded rustls-pemfile v2.2.0 |
1127 | 2025-02-07T09:20:53.913Z | Downloaded unicode-properties v0.1.3 |
1128 | 2025-02-07T09:20:53.915Z | Downloaded password-hash v0.4.2 |
1129 | 2025-02-07T09:20:53.915Z | Downloaded half v2.4.1 |
1130 | 2025-02-07T09:20:53.918Z | Downloaded rcgen v0.12.1 |
1131 | 2025-02-07T09:20:53.921Z | Downloaded multimap v0.10.0 |
1132 | 2025-02-07T09:20:53.921Z | Downloaded foldhash v0.1.3 |
1133 | 2025-02-07T09:20:53.924Z | Downloaded downcast v0.11.0 |
1134 | 2025-02-07T09:20:53.924Z | Downloaded defmt-parser v0.3.4 |
1135 | 2025-02-07T09:20:53.926Z | Downloaded defmt-macros v0.3.9 |
1136 | 2025-02-07T09:20:53.929Z | Downloaded utf-8 v0.7.6 |
1137 | 2025-02-07T09:20:53.929Z | Downloaded thiserror-impl v2.0.11 |
1138 | 2025-02-07T09:20:53.932Z | Downloaded num-traits v0.2.19 |
1139 | 2025-02-07T09:20:53.935Z | Downloaded cc v1.1.30 |
1140 | 2025-02-07T09:20:53.937Z | Downloaded icu_properties v1.5.1 |
1141 | 2025-02-07T09:20:53.940Z | Downloaded deranged v0.3.11 |
1142 | 2025-02-07T09:20:53.940Z | Downloaded tokio-rustls v0.24.1 |
1143 | 2025-02-07T09:20:53.943Z | Downloaded strum_macros v0.24.3 |
1144 | 2025-02-07T09:20:53.946Z | Downloaded serde-hex v0.1.0 |
1145 | 2025-02-07T09:20:53.946Z | Downloaded lru v0.12.5 |
1146 | 2025-02-07T09:20:53.949Z | Downloaded bytes v1.9.0 |
1147 | 2025-02-07T09:20:53.951Z | Downloaded topological-sort v0.2.2 |
1148 | 2025-02-07T09:20:53.951Z | Downloaded structmeta-derive v0.3.0 |
1149 | 2025-02-07T09:20:53.954Z | Downloaded structmeta-derive v0.2.0 |
1150 | 2025-02-07T09:20:53.954Z | Downloaded ssh-encoding v0.2.0 |
1151 | 2025-02-07T09:20:53.957Z | Downloaded miniz_oxide v0.8.0 |
1152 | 2025-02-07T09:20:53.959Z | Downloaded icu_locid v1.5.0 |
1153 | 2025-02-07T09:20:53.962Z | Downloaded arc-swap v1.7.1 |
1154 | 2025-02-07T09:20:53.965Z | Downloaded icu_locid_transform_data v1.5.0 |
1155 | 2025-02-07T09:20:53.968Z | Downloaded hyper-staticfile v0.10.1 |
1156 | 2025-02-07T09:20:53.971Z | Downloaded smallvec v0.6.14 |
1157 | 2025-02-07T09:20:53.971Z | Downloaded clang-sys v1.8.1 |
1158 | 2025-02-07T09:20:53.973Z | Downloaded const-oid v0.9.6 |
1159 | 2025-02-07T09:20:53.976Z | Downloaded indent_write v2.2.0 |
1160 | 2025-02-07T09:20:53.976Z | Downloaded rustfmt-wrapper v0.2.1 |
1161 | 2025-02-07T09:20:53.979Z | Downloaded progenitor-macro v0.9.1 |
1162 | 2025-02-07T09:20:53.979Z | Downloaded chacha20 v0.9.1 |
1163 | 2025-02-07T09:20:53.981Z | Downloaded backoff v0.4.0 |
1164 | 2025-02-07T09:20:53.984Z | Downloaded async-stream v0.3.6 |
1165 | 2025-02-07T09:20:53.984Z | Downloaded serde-big-array v0.5.1 |
1166 | 2025-02-07T09:20:53.987Z | Downloaded cancel-safe-futures v0.1.5 |
1167 | 2025-02-07T09:20:53.990Z | Downloaded const_format_proc_macros v0.2.34 |
1168 | 2025-02-07T09:20:53.993Z | Downloaded bzip2 v0.4.4 |
1169 | 2025-02-07T09:20:53.993Z | Downloaded colored v2.1.0 |
1170 | 2025-02-07T09:20:53.996Z | Downloaded async-trait v0.1.86 |
1171 | 2025-02-07T09:20:53.998Z | Downloaded argon2 v0.5.3 |
1172 | 2025-02-07T09:20:53.998Z | Downloaded http-body-util v0.1.2 |
1173 | 2025-02-07T09:20:54.001Z | Downloaded bitfield-struct v0.6.2 |
1174 | 2025-02-07T09:20:54.001Z | Downloaded arrayvec v0.7.6 |
1175 | 2025-02-07T09:20:54.004Z | Downloaded crucible-workspace-hack v0.1.0 |
1176 | 2025-02-07T09:20:54.004Z | Downloaded lru-cache v0.1.2 |
1177 | 2025-02-07T09:20:54.004Z | Downloaded lockfree-object-pool v0.1.6 |
1178 | 2025-02-07T09:20:54.007Z | Downloaded libsw v3.3.1 |
1179 | 2025-02-07T09:20:54.010Z | Downloaded internet-checksum v0.2.1 |
1180 | 2025-02-07T09:20:54.012Z | Downloaded home v0.5.9 |
1181 | 2025-02-07T09:20:54.012Z | Downloaded cassowary v0.3.0 |
1182 | 2025-02-07T09:20:54.015Z | Downloaded keccak v0.1.5 |
1183 | 2025-02-07T09:20:54.015Z | Downloaded cbc v0.1.2 |
1184 | 2025-02-07T09:20:54.018Z | Downloaded bitfield v0.14.0 |
1185 | 2025-02-07T09:20:54.018Z | Downloaded humantime v2.1.0 |
1186 | 2025-02-07T09:20:54.021Z | Downloaded hostname v0.4.0 |
1187 | 2025-02-07T09:20:54.021Z | Downloaded buf-list v1.0.3 |
1188 | 2025-02-07T09:20:54.023Z | Downloaded castaway v0.2.3 |
1189 | 2025-02-07T09:20:54.023Z | Downloaded heapless v0.8.0 |
1190 | 2025-02-07T09:20:54.027Z | Downloaded cobs v0.2.3 |
1191 | 2025-02-07T09:20:54.030Z | Downloaded cexpr v0.6.0 |
1192 | 2025-02-07T09:20:54.034Z | Downloaded block-padding v0.3.3 |
1193 | 2025-02-07T09:20:54.034Z | Downloaded bb8 v0.8.5 |
1194 | 2025-02-07T09:20:54.034Z | Downloaded ascii-canvas v3.0.0 |
1195 | 2025-02-07T09:20:54.039Z | Downloaded icu_provider_macros v1.5.0 |
1196 | 2025-02-07T09:20:54.039Z | Downloaded http-range v0.1.5 |
1197 | 2025-02-07T09:20:54.141Z | Downloaded ring v0.17.8 |
1198 | 2025-02-07T09:20:54.228Z | Downloaded libsqlite3-sys v0.30.1 |
1199 | 2025-02-07T09:20:54.483Z | Downloaded aws-lc-sys v0.22.0 |
1200 | 2025-02-07T09:20:54.801Z | Compiling serde v1.0.217 |
1201 | 2025-02-07T09:20:54.803Z | Compiling lock_api v0.4.12 |
1202 | 2025-02-07T09:20:54.803Z | Compiling value-bag v1.9.0 |
1203 | 2025-02-07T09:20:54.803Z | Compiling scopeguard v1.2.0 |
1204 | 2025-02-07T09:20:54.803Z | Compiling typenum v1.17.0 |
1205 | 2025-02-07T09:20:54.803Z | Compiling generic-array v0.14.7 |
1206 | 2025-02-07T09:20:54.804Z | Compiling syn v2.0.96 |
1207 | 2025-02-07T09:20:54.961Z | Compiling getrandom v0.2.15 |
1208 | 2025-02-07T09:20:55.212Z | Compiling shlex v1.3.0 |
1209 | 2025-02-07T09:20:55.397Z | Compiling rand_core v0.6.4 |
1210 | 2025-02-07T09:20:55.509Z | Compiling log v0.4.22 |
1211 | 2025-02-07T09:20:55.530Z | Compiling subtle v2.6.1 |
1212 | 2025-02-07T09:20:55.574Z | Compiling jobserver v0.1.32 |
1213 | 2025-02-07T09:20:55.594Z | Compiling smallvec v1.13.2 |
1214 | 2025-02-07T09:20:55.806Z | Compiling const-oid v0.9.6 |
1215 | 2025-02-07T09:20:55.866Z | Compiling pin-project-lite v0.2.14 |
1216 | 2025-02-07T09:20:55.933Z | Compiling rustix v0.38.37 |
1217 | 2025-02-07T09:20:55.992Z | Compiling cc v1.1.30 |
1218 | 2025-02-07T09:20:56.012Z | Compiling spin v0.9.8 |
1219 | 2025-02-07T09:20:56.269Z | Compiling parking_lot_core v0.9.10 |
1220 | 2025-02-07T09:20:56.392Z | Compiling futures-core v0.3.31 |
1221 | 2025-02-07T09:20:56.392Z | Compiling signal-hook-registry v1.4.2 |
1222 | 2025-02-07T09:20:56.659Z | Compiling mio v1.0.2 |
1223 | 2025-02-07T09:20:56.764Z | Compiling aho-corasick v1.1.3 |
1224 | 2025-02-07T09:20:57.092Z | Compiling parking_lot v0.12.3 |
1225 | 2025-02-07T09:20:57.304Z | Compiling cpufeatures v0.2.14 |
1226 | 2025-02-07T09:20:57.324Z | Compiling either v1.13.0 |
1227 | 2025-02-07T09:20:57.409Z | Compiling stable_deref_trait v1.2.0 |
1228 | 2025-02-07T09:20:57.529Z | Compiling regex-syntax v0.8.5 |
1229 | 2025-02-07T09:20:57.720Z | Compiling futures-sink v0.3.31 |
1230 | 2025-02-07T09:20:57.741Z | Compiling glob v0.3.2 |
1231 | 2025-02-07T09:20:57.763Z | Compiling socket2 v0.5.7 |
1232 | 2025-02-07T09:20:57.875Z | Compiling slab v0.4.9 |
1233 | 2025-02-07T09:20:57.934Z | Compiling prettyplease v0.2.25 |
1234 | 2025-02-07T09:20:58.379Z | Compiling lazy_static v1.5.0 |
1235 | 2025-02-07T09:20:58.432Z | Compiling minimal-lexical v0.2.1 |
1236 | 2025-02-07T09:20:58.538Z | Compiling serde_json v1.0.135 |
1237 | 2025-02-07T09:20:58.692Z | Compiling clang-sys v1.8.1 |
1238 | 2025-02-07T09:20:58.892Z | Compiling nom v7.1.3 |
1239 | 2025-02-07T09:20:58.915Z | Compiling libloading v0.8.5 |
1240 | 2025-02-07T09:20:58.968Z | Compiling home v0.5.9 |
1241 | 2025-02-07T09:20:59.236Z | Compiling bindgen v0.69.5 |
1242 | 2025-02-07T09:20:59.311Z | Compiling futures-channel v0.3.31 |
1243 | 2025-02-07T09:20:59.756Z | Compiling itertools v0.12.1 |
1244 | 2025-02-07T09:20:59.756Z | Compiling allocator-api2 v0.2.18 |
1245 | 2025-02-07T09:21:00.111Z | Compiling futures-task v0.3.31 |
1246 | 2025-02-07T09:21:00.416Z | Compiling pin-utils v0.1.0 |
1247 | 2025-02-07T09:21:00.527Z | Compiling lazycell v1.3.0 |
1248 | 2025-02-07T09:21:00.530Z | Compiling rustc-hash v1.1.0 |
1249 | 2025-02-07T09:21:00.711Z | Compiling libm v0.2.8 |
1250 | 2025-02-07T09:21:00.733Z | Compiling futures-io v0.3.31 |
1251 | 2025-02-07T09:21:01.022Z | Compiling foldhash v0.1.3 |
1252 | 2025-02-07T09:21:01.076Z | Compiling cmake v0.1.51 |
1253 | 2025-02-07T09:21:01.333Z | Compiling regex-automata v0.4.8 |
1254 | 2025-02-07T09:21:01.612Z | Compiling hashbrown v0.15.1 |
1255 | 2025-02-07T09:21:01.964Z | Compiling cexpr v0.6.0 |
1256 | 2025-02-07T09:21:02.247Z | Compiling synstructure v0.13.1 |
1257 | 2025-02-07T09:21:02.759Z | Compiling num-traits v0.2.19 |
1258 | 2025-02-07T09:21:03.055Z | Compiling pkg-config v0.3.31 |
1259 | 2025-02-07T09:21:03.722Z | Compiling dunce v1.0.5 |
1260 | 2025-02-07T09:21:03.803Z | Compiling fs_extra v1.3.0 |
1261 | 2025-02-07T09:21:04.121Z | Compiling litemap v0.7.3 |
1262 | 2025-02-07T09:21:04.356Z | Compiling writeable v0.5.5 |
1263 | 2025-02-07T09:21:04.423Z | Compiling ring v0.17.8 |
1264 | 2025-02-07T09:21:04.518Z | Compiling paste v1.0.15 |
1265 | 2025-02-07T09:21:05.008Z | Compiling base64ct v1.6.0 |
1266 | 2025-02-07T09:21:05.333Z | Compiling icu_locid_transform_data v1.5.0 |
1267 | 2025-02-07T09:21:05.441Z | Compiling pem-rfc7468 v0.7.0 |
1268 | 2025-02-07T09:21:05.535Z | Compiling httparse v1.9.5 |
1269 | 2025-02-07T09:21:05.563Z | Compiling flagset v0.4.6 |
1270 | 2025-02-07T09:21:05.774Z | Compiling aws-lc-rs v1.10.0 |
1271 | 2025-02-07T09:21:06.183Z | Compiling tracing-core v0.1.32 |
1272 | 2025-02-07T09:21:06.279Z | Compiling icu_properties_data v1.5.0 |
1273 | 2025-02-07T09:21:06.524Z | Compiling crossbeam-utils v0.8.20 |
1274 | 2025-02-07T09:21:06.544Z | Compiling rustls-pki-types v1.10.0 |
1275 | 2025-02-07T09:21:07.032Z | Compiling regex v1.11.1 |
1276 | 2025-02-07T09:21:07.142Z | Compiling percent-encoding v2.3.1 |
1277 | 2025-02-07T09:21:07.447Z | Compiling untrusted v0.7.1 |
1278 | 2025-02-07T09:21:07.474Z | Compiling utf8_iter v1.0.4 |
1279 | 2025-02-07T09:21:07.639Z | Compiling untrusted v0.9.0 |
1280 | 2025-02-07T09:21:07.699Z | Compiling utf16_iter v1.0.5 |
1281 | 2025-02-07T09:21:07.829Z | Compiling mirai-annotations v1.12.0 |
1282 | 2025-02-07T09:21:07.851Z | Compiling serde_derive v1.0.217 |
1283 | 2025-02-07T09:21:07.917Z | Compiling zeroize_derive v1.4.2 |
1284 | 2025-02-07T09:21:07.951Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2025-02-07T09:21:08.001Z | Compiling tokio-macros v2.5.0 |
1286 | 2025-02-07T09:21:08.054Z | Compiling zerofrom-derive v0.1.4 |
1287 | 2025-02-07T09:21:09.386Z | Compiling zeroize v1.8.1 |
1288 | 2025-02-07T09:21:09.548Z | Compiling yoke-derive v0.7.4 |
1289 | 2025-02-07T09:21:09.958Z | Compiling zerocopy v0.7.35 |
1290 | 2025-02-07T09:21:09.961Z | Compiling zerovec-derive v0.10.3 |
1291 | 2025-02-07T09:21:11.032Z | Compiling crypto-common v0.1.6 |
1292 | 2025-02-07T09:21:11.244Z | Compiling block-buffer v0.10.4 |
1293 | 2025-02-07T09:21:11.293Z | Compiling thiserror-impl v1.0.69 |
1294 | 2025-02-07T09:21:11.351Z | Compiling displaydoc v0.2.5 |
1295 | 2025-02-07T09:21:11.497Z | Compiling digest v0.10.7 |
1296 | 2025-02-07T09:21:11.597Z | Compiling zerofrom v0.1.4 |
1297 | 2025-02-07T09:21:11.837Z | Compiling futures-macro v0.3.31 |
1298 | 2025-02-07T09:21:11.947Z | Compiling hmac v0.12.1 |
1299 | 2025-02-07T09:21:12.202Z | Compiling block-padding v0.3.3 |
1300 | 2025-02-07T09:21:12.320Z | Compiling yoke v0.7.4 |
1301 | 2025-02-07T09:21:12.449Z | Compiling inout v0.1.3 |
1302 | 2025-02-07T09:21:12.469Z | Compiling sha2 v0.10.8 |
1303 | 2025-02-07T09:21:12.490Z | Compiling icu_provider_macros v1.5.0 |
1304 | 2025-02-07T09:21:12.649Z | Compiling zerovec v0.10.4 |
1305 | 2025-02-07T09:21:12.728Z | Compiling cipher v0.4.4 |
1306 | 2025-02-07T09:21:12.870Z | Compiling ppv-lite86 v0.2.20 |
1307 | 2025-02-07T09:21:13.253Z | Compiling der_derive v0.7.3 |
1308 | 2025-02-07T09:21:13.578Z | Compiling tracing-attributes v0.1.27 |
1309 | 2025-02-07T09:21:13.692Z | Compiling rand_chacha v0.3.1 |
1310 | 2025-02-07T09:21:13.746Z | Compiling futures-util v0.3.31 |
1311 | 2025-02-07T09:21:14.327Z | Compiling thiserror v1.0.69 |
1312 | 2025-02-07T09:21:14.474Z | Compiling tinystr v0.7.6 |
1313 | 2025-02-07T09:21:14.752Z | Compiling icu_collections v1.5.0 |
1314 | 2025-02-07T09:21:14.847Z | Compiling icu_locid v1.5.0 |
1315 | 2025-02-07T09:21:15.543Z | Compiling der v0.7.9 |
1316 | 2025-02-07T09:21:15.944Z | Compiling icu_provider v1.5.0 |
1317 | 2025-02-07T09:21:16.043Z | Compiling pest v2.7.14 |
1318 | 2025-02-07T09:21:16.139Z | Compiling rand v0.8.5 |
1319 | 2025-02-07T09:21:16.913Z | Compiling icu_locid_transform v1.5.0 |
1320 | 2025-02-07T09:21:16.932Z | Compiling tracing v0.1.40 |
1321 | 2025-02-07T09:21:16.935Z | Compiling salsa20 v0.10.2 |
1322 | 2025-02-07T09:21:17.163Z | Compiling pbkdf2 v0.12.2 |
1323 | 2025-02-07T09:21:17.339Z | Compiling write16 v1.0.0 |
1324 | 2025-02-07T09:21:17.453Z | Compiling spki v0.7.3 |
1325 | 2025-02-07T09:21:17.491Z | Compiling icu_normalizer_data v1.5.0 |
1326 | 2025-02-07T09:21:17.613Z | Compiling num-conv v0.1.0 |
1327 | 2025-02-07T09:21:17.864Z | Compiling vcpkg v0.2.15 |
1328 | 2025-02-07T09:21:17.892Z | Compiling time-core v0.1.2 |
1329 | 2025-02-07T09:21:18.084Z | Compiling powerfmt v0.2.0 |
1330 | 2025-02-07T09:21:18.106Z | Compiling time-macros v0.2.18 |
1331 | 2025-02-07T09:21:18.541Z | Compiling icu_properties v1.5.1 |
1332 | 2025-02-07T09:21:18.594Z | Compiling deranged v0.3.11 |
1333 | 2025-02-07T09:21:19.153Z | Compiling pest_meta v2.7.14 |
1334 | 2025-02-07T09:21:19.243Z | Compiling scrypt v0.11.0 |
1335 | 2025-02-07T09:21:19.362Z | Compiling cbc v0.1.2 |
1336 | 2025-02-07T09:21:19.606Z | Compiling aes v0.8.4 |
1337 | 2025-02-07T09:21:19.789Z | Compiling openssl-sys v0.9.105 |
1338 | 2025-02-07T09:21:20.037Z | Compiling scroll_derive v0.12.0 |
1339 | 2025-02-07T09:21:20.827Z | Compiling bitflags v2.6.0 |
1340 | 2025-02-07T09:21:20.991Z | Compiling bytes v1.9.0 |
1341 | 2025-02-07T09:21:21.433Z | Compiling indexmap v2.7.1 |
1342 | 2025-02-07T09:21:22.194Z | Compiling tokio v1.43.0 |
1343 | 2025-02-07T09:21:22.335Z | Compiling http v1.2.0 |
1344 | 2025-02-07T09:21:22.767Z | Compiling semver v1.0.24 |
1345 | 2025-02-07T09:21:23.173Z | Compiling icu_normalizer v1.5.0 |
1346 | 2025-02-07T09:21:23.215Z | Compiling rustc_version v0.4.1 |
1347 | 2025-02-07T09:21:23.654Z | Compiling num_threads v0.1.7 |
1348 | 2025-02-07T09:21:23.795Z | Compiling tinyvec_macros v0.1.1 |
1349 | 2025-02-07T09:21:23.906Z | Compiling atomic-waker v1.1.2 |
1350 | 2025-02-07T09:21:23.929Z | Compiling tinyvec v1.8.0 |
1351 | 2025-02-07T09:21:24.114Z | Compiling idna_adapter v1.2.0 |
1352 | 2025-02-07T09:21:24.204Z | Compiling http-body v1.0.1 |
1353 | 2025-02-07T09:21:24.352Z | Compiling time v0.3.36 |
1354 | 2025-02-07T09:21:24.445Z | Compiling scroll v0.12.0 |
1355 | 2025-02-07T09:21:24.694Z | Compiling pkcs5 v0.7.1 |
1356 | 2025-02-07T09:21:24.771Z | Compiling pest_generator v2.7.14 |
1357 | 2025-02-07T09:21:24.991Z | Compiling which v4.4.2 |
1358 | 2025-02-07T09:21:25.017Z | Compiling form_urlencoded v1.2.1 |
1359 | 2025-02-07T09:21:25.409Z | Compiling try-lock v0.2.5 |
1360 | 2025-02-07T09:21:25.562Z | Compiling slog v2.7.0 |
1361 | 2025-02-07T09:21:25.580Z | Compiling goblin v0.8.2 |
1362 | 2025-02-07T09:21:25.773Z | Compiling want v0.3.1 |
1363 | 2025-02-07T09:21:26.039Z | Compiling pkcs8 v0.10.2 |
1364 | 2025-02-07T09:21:26.059Z | Compiling idna v1.0.3 |
1365 | 2025-02-07T09:21:26.153Z | Compiling uuid v1.12.0 |
1366 | 2025-02-07T09:21:26.686Z | Compiling httpdate v1.0.3 |
1367 | 2025-02-07T09:21:26.727Z | Compiling pest_derive v2.7.14 |
1368 | 2025-02-07T09:21:27.145Z | Compiling iana-time-zone v0.1.61 |
1369 | 2025-02-07T09:21:27.541Z | Compiling dtrace-parser v0.2.0 |
1370 | 2025-02-07T09:21:27.562Z | Compiling chrono v0.4.39 |
1371 | 2025-02-07T09:21:27.736Z | Compiling toml_datetime v0.6.8 |
1372 | 2025-02-07T09:21:28.223Z | Compiling serde_tokenstream v0.2.2 |
1373 | 2025-02-07T09:21:28.373Z | Compiling serde_spanned v0.6.8 |
1374 | 2025-02-07T09:21:28.624Z | Compiling openssl v0.10.70 |
1375 | 2025-02-07T09:21:28.842Z | Compiling rustversion v1.0.17 |
1376 | 2025-02-07T09:21:29.053Z | Compiling adler2 v2.0.0 |
1377 | 2025-02-07T09:21:29.073Z | Compiling tower-service v0.3.3 |
1378 | 2025-02-07T09:21:29.214Z | Compiling match_cfg v0.1.0 |
1379 | 2025-02-07T09:21:29.271Z | Compiling base64 v0.22.1 |
1380 | 2025-02-07T09:21:29.320Z | Compiling foreign-types-shared v0.1.1 |
1381 | 2025-02-07T09:21:29.445Z | Compiling foreign-types v0.3.2 |
1382 | 2025-02-07T09:21:29.448Z | Compiling hostname v0.3.1 |
1383 | 2025-02-07T09:21:29.554Z | Compiling miniz_oxide v0.8.0 |
1384 | 2025-02-07T09:21:29.605Z | Compiling url v2.5.3 |
1385 | 2025-02-07T09:21:29.952Z | Compiling openssl-macros v0.1.1 |
1386 | 2025-02-07T09:21:30.712Z | Compiling tokio-util v0.7.12 |
1387 | 2025-02-07T09:21:30.942Z | Compiling async-trait v0.1.86 |
1388 | 2025-02-07T09:21:30.963Z | Compiling serde_derive_internals v0.29.1 |
1389 | 2025-02-07T09:21:31.025Z | Compiling dirs-sys-next v0.1.2 |
1390 | 2025-02-07T09:21:31.372Z | Compiling dof v0.3.0 |
1391 | 2025-02-07T09:21:31.586Z | Compiling native-tls v0.2.12 |
1392 | 2025-02-07T09:21:31.917Z | Compiling h2 v0.4.6 |
1393 | 2025-02-07T09:21:31.949Z | Compiling syn v1.0.109 |
1394 | 2025-02-07T09:21:32.537Z | Compiling usdt-impl v0.5.0 |
1395 | 2025-02-07T09:21:33.257Z | Compiling rustls v0.22.4 |
1396 | 2025-02-07T09:21:33.385Z | Compiling siphasher v0.3.11 |
1397 | 2025-02-07T09:21:33.503Z | Compiling data-encoding v2.6.0 |
1398 | 2025-02-07T09:21:33.547Z | Compiling schemars v0.8.21 |
1399 | 2025-02-07T09:21:33.755Z | Compiling rustls v0.23.19 |
1400 | 2025-02-07T09:21:33.954Z | Compiling schemars_derive v0.8.21 |
1401 | 2025-02-07T09:21:34.064Z | Compiling dirs-next v2.0.0 |
1402 | 2025-02-07T09:21:34.946Z | Compiling unicode-normalization v0.1.24 |
1403 | 2025-02-07T09:21:35.556Z | Compiling http-body-util v0.1.2 |
1404 | 2025-02-07T09:21:35.608Z | Compiling crossbeam-epoch v0.9.18 |
1405 | 2025-02-07T09:21:35.629Z | Compiling heapless v0.7.17 |
1406 | 2025-02-07T09:21:36.017Z | Compiling signature v2.2.0 |
1407 | 2025-02-07T09:21:36.051Z | Compiling sha1 v0.10.6 |
1408 | 2025-02-07T09:21:36.073Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1409 | 2025-02-07T09:21:36.286Z | Compiling thread_local v1.1.8 |
1410 | 2025-02-07T09:21:36.308Z | Compiling encoding_rs v0.8.34 |
1411 | 2025-02-07T09:21:36.470Z | Compiling multer v3.1.0 |
1412 | 2025-02-07T09:21:36.567Z | Compiling cookie v0.18.1 |
1413 | 2025-02-07T09:21:36.750Z | Compiling ipnet v2.10.1 |
1414 | 2025-02-07T09:21:36.770Z | Compiling unicode-properties v0.1.3 |
1415 | 2025-02-07T09:21:36.855Z | Compiling gimli v0.31.1 |
1416 | 2025-02-07T09:21:37.042Z | Compiling dyn-clone v1.0.17 |
1417 | 2025-02-07T09:21:37.154Z | Compiling rayon-core v1.12.1 |
1418 | 2025-02-07T09:21:37.273Z | Compiling unicode-bidi v0.3.17 |
1419 | 2025-02-07T09:21:37.421Z | Compiling mime v0.3.17 |
1420 | 2025-02-07T09:21:37.869Z | Compiling openssl-probe v0.1.5 |
1421 | 2025-02-07T09:21:37.934Z | Compiling slog-async v2.8.0 |
1422 | 2025-02-07T09:21:38.192Z | Compiling signal-hook v0.3.17 |
1423 | 2025-02-07T09:21:38.504Z | Compiling stringprep v0.1.5 |
1424 | 2025-02-07T09:21:38.720Z | Compiling toml_edit v0.22.22 |
1425 | 2025-02-07T09:21:39.683Z | Compiling hyper v1.5.2 |
1426 | 2025-02-07T09:21:41.176Z | Compiling addr2line v0.24.2 |
1427 | 2025-02-07T09:21:41.948Z | Compiling crossbeam-deque v0.8.5 |
1428 | 2025-02-07T09:21:41.969Z | Compiling usdt-macro v0.5.0 |
1429 | 2025-02-07T09:21:42.060Z | Compiling hyper-util v0.1.10 |
1430 | 2025-02-07T09:21:42.108Z | Compiling usdt-attr-macro v0.5.0 |
1431 | 2025-02-07T09:21:42.263Z | Compiling term v0.7.0 |
1432 | 2025-02-07T09:21:43.309Z | Compiling slog-json v2.6.1 |
1433 | 2025-02-07T09:21:43.363Z | Compiling serde_urlencoded v0.7.1 |
1434 | 2025-02-07T09:21:43.579Z | Compiling crossbeam-channel v0.5.13 |
1435 | 2025-02-07T09:21:43.709Z | Compiling curve25519-dalek v4.1.3 |
1436 | 2025-02-07T09:21:43.729Z | Compiling futures-executor v0.3.31 |
1437 | 2025-02-07T09:21:43.878Z | Compiling enum-as-inner v0.6.1 |
1438 | 2025-02-07T09:21:44.279Z | Compiling md-5 v0.10.6 |
1439 | 2025-02-07T09:21:44.384Z | Compiling async-stream-impl v0.3.6 |
1440 | 2025-02-07T09:21:44.566Z | Compiling rustls-pemfile v2.2.0 |
1441 | 2025-02-07T09:21:44.587Z | Compiling num-integer v0.1.46 |
1442 | 2025-02-07T09:21:44.876Z | Compiling hash32 v0.2.1 |
1443 | 2025-02-07T09:21:44.918Z | Compiling ff v0.13.0 |
1444 | 2025-02-07T09:21:44.989Z | Compiling is-terminal v0.4.13 |
1445 | 2025-02-07T09:21:45.140Z | Compiling object v0.36.5 |
1446 | 2025-02-07T09:21:45.163Z | Compiling dropshot v0.12.0 |
1447 | 2025-02-07T09:21:45.251Z | Compiling rustc-demangle v0.1.24 |
1448 | 2025-02-07T09:21:45.335Z | Compiling base16ct v0.2.0 |
1449 | 2025-02-07T09:21:45.471Z | Compiling psl-types v2.0.11 |
1450 | 2025-02-07T09:21:45.664Z | Compiling linked-hash-map v0.5.6 |
1451 | 2025-02-07T09:21:45.687Z | Compiling smoltcp v0.9.1 |
1452 | 2025-02-07T09:21:45.690Z | Compiling fallible-iterator v0.2.0 |
1453 | 2025-02-07T09:21:46.004Z | Compiling litrs v0.4.1 |
1454 | 2025-02-07T09:21:46.161Z | Compiling anyhow v1.0.95 |
1455 | 2025-02-07T09:21:46.181Z | Compiling quick-error v1.2.3 |
1456 | 2025-02-07T09:21:46.328Z | Compiling portable-atomic v1.9.0 |
1457 | 2025-02-07T09:21:46.350Z | Compiling take_mut v0.2.2 |
1458 | 2025-02-07T09:21:46.353Z | Compiling utf-8 v0.7.6 |
1459 | 2025-02-07T09:21:46.525Z | Compiling num-bigint-dig v0.8.4 |
1460 | 2025-02-07T09:21:46.700Z | Compiling tungstenite v0.24.0 |
1461 | 2025-02-07T09:21:47.110Z | Compiling document-features v0.2.10 |
1462 | 2025-02-07T09:21:47.213Z | Compiling resolv-conf v0.7.0 |
1463 | 2025-02-07T09:21:47.374Z | Compiling postgres-protocol v0.6.7 |
1464 | 2025-02-07T09:21:47.946Z | Compiling lru-cache v0.1.2 |
1465 | 2025-02-07T09:21:48.011Z | Compiling async-stream v0.3.6 |
1466 | 2025-02-07T09:21:48.158Z | Compiling publicsuffix v2.3.0 |
1467 | 2025-02-07T09:21:48.285Z | Compiling sec1 v0.7.3 |
1468 | 2025-02-07T09:21:48.478Z | Compiling usdt v0.5.0 |
1469 | 2025-02-07T09:21:48.673Z | Compiling group v0.13.0 |
1470 | 2025-02-07T09:21:48.828Z | Compiling slog-term v2.9.1 |
1471 | 2025-02-07T09:21:48.849Z | Compiling num-iter v0.1.45 |
1472 | 2025-02-07T09:21:48.997Z | Compiling hickory-proto v0.24.2 |
1473 | 2025-02-07T09:21:49.050Z | Compiling futures v0.3.31 |
1474 | 2025-02-07T09:21:49.118Z | Compiling slog-bunyan v2.5.0 |
1475 | 2025-02-07T09:21:49.342Z | Compiling toml v0.8.19 |
1476 | 2025-02-07T09:21:49.963Z | Compiling tokio-native-tls v0.3.1 |
1477 | 2025-02-07T09:21:50.261Z | Compiling camino v1.1.9 |
1478 | 2025-02-07T09:21:50.978Z | Compiling phf_shared v0.11.2 |
1479 | 2025-02-07T09:21:51.115Z | Compiling dropshot_endpoint v0.12.0 |
1480 | 2025-02-07T09:21:51.342Z | Compiling terminal_size v0.4.0 |
1481 | 2025-02-07T09:21:51.445Z | Compiling waitgroup v0.1.2 |
1482 | 2025-02-07T09:21:51.577Z | Compiling backtrace v0.3.74 |
1483 | 2025-02-07T09:21:51.683Z | Compiling openapiv3 v2.0.0 |
1484 | 2025-02-07T09:21:51.827Z | Compiling serde_path_to_error v0.1.16 |
1485 | 2025-02-07T09:21:52.206Z | Compiling hkdf v0.12.4 |
1486 | 2025-02-07T09:21:52.496Z | Compiling crypto-bigint v0.5.5 |
1487 | 2025-02-07T09:21:52.600Z | Compiling zerocopy-derive v0.6.6 |
1488 | 2025-02-07T09:21:54.645Z | Compiling curve25519-dalek-derive v0.1.1 |
1489 | 2025-02-07T09:21:54.670Z | Compiling webpki-roots v0.26.6 |
1490 | 2025-02-07T09:21:54.897Z | Compiling hostname v0.4.0 |
1491 | 2025-02-07T09:21:55.130Z | Compiling crc32fast v1.4.2 |
1492 | 2025-02-07T09:21:55.425Z | Compiling ahash v0.8.11 |
1493 | 2025-02-07T09:21:55.493Z | Compiling fs-err v2.11.0 |
1494 | 2025-02-07T09:21:55.739Z | Compiling unicode-width v0.2.0 |
1495 | 2025-02-07T09:21:55.775Z | Compiling winnow v0.5.40 |
1496 | 2025-02-07T09:21:55.796Z | Compiling debug-ignore v1.0.5 |
1497 | 2025-02-07T09:21:55.886Z | Compiling hubpack_derive v0.1.1 |
1498 | 2025-02-07T09:21:55.953Z | Compiling bitflags v1.3.2 |
1499 | 2025-02-07T09:21:56.068Z | Compiling newtype-uuid v1.2.1 |
1500 | 2025-02-07T09:21:56.090Z | Compiling managed v0.8.0 |
1501 | 2025-02-07T09:21:56.263Z | Compiling console v0.15.10 |
1502 | 2025-02-07T09:21:56.384Z | Compiling clap_builder v4.5.27 |
1503 | 2025-02-07T09:21:56.793Z | Compiling hubpack v0.1.2 |
1504 | 2025-02-07T09:21:57.636Z | Compiling strum_macros v0.25.3 |
1505 | 2025-02-07T09:21:58.472Z | Compiling flate2 v1.0.35 |
1506 | 2025-02-07T09:21:58.512Z | Compiling elliptic-curve v0.13.8 |
1507 | 2025-02-07T09:21:58.549Z | Compiling zerocopy v0.6.6 |
1508 | 2025-02-07T09:21:59.308Z | Compiling toml_edit v0.19.15 |
1509 | 2025-02-07T09:21:59.328Z | Compiling hickory-resolver v0.24.2 |
1510 | 2025-02-07T09:21:59.393Z | Compiling signal-hook-mio v0.2.4 |
1511 | 2025-02-07T09:21:59.578Z | Compiling phf v0.11.2 |
1512 | 2025-02-07T09:21:59.857Z | Compiling cookie_store v0.21.1 |
1513 | 2025-02-07T09:22:00.161Z | Compiling hyper-tls v0.6.0 |
1514 | 2025-02-07T09:22:00.626Z | Compiling rayon v1.10.0 |
1515 | 2025-02-07T09:22:01.311Z | Compiling bzip2 v0.4.4 |
1516 | 2025-02-07T09:22:01.698Z | Compiling postgres-types v0.2.8 |
1517 | 2025-02-07T09:22:03.025Z | Compiling tokio-tungstenite v0.24.0 |
1518 | 2025-02-07T09:22:04.671Z | Compiling ed25519 v2.2.3 |
1519 | 2025-02-07T09:22:04.823Z | Compiling phf_shared v0.10.0 |
1520 | 2025-02-07T09:22:05.057Z | Compiling tokio-stream v0.1.16 |
1521 | 2025-02-07T09:22:05.198Z | Compiling pkcs1 v0.7.5 |
1522 | 2025-02-07T09:22:05.219Z | Compiling serde-big-array v0.5.1 |
1523 | 2025-02-07T09:22:05.239Z | Compiling clap_derive v4.5.24 |
1524 | 2025-02-07T09:22:05.466Z | Compiling rfc6979 v0.4.0 |
1525 | 2025-02-07T09:22:05.683Z | Compiling serde_repr v0.1.19 |
1526 | 2025-02-07T09:22:06.030Z | Compiling derive-where v1.2.7 |
1527 | 2025-02-07T09:22:06.092Z | Compiling bstr v1.10.0 |
1528 | 2025-02-07T09:22:06.510Z | Compiling float-cmp v0.9.0 |
1529 | 2025-02-07T09:22:06.531Z | Compiling sync_wrapper v1.0.1 |
1530 | 2025-02-07T09:22:06.696Z | Compiling predicates-core v1.0.8 |
1531 | 2025-02-07T09:22:06.747Z | Compiling difflib v0.4.0 |
1532 | 2025-02-07T09:22:06.813Z | Compiling static_assertions v1.1.0 |
1533 | 2025-02-07T09:22:06.934Z | Compiling bit-vec v0.6.3 |
1534 | 2025-02-07T09:22:07.028Z | Compiling number_prefix v0.4.0 |
1535 | 2025-02-07T09:22:07.267Z | Compiling whoami v1.5.2 |
1536 | 2025-02-07T09:22:07.345Z | Compiling unicode-segmentation v1.12.0 |
1537 | 2025-02-07T09:22:07.702Z | Compiling precomputed-hash v0.1.1 |
1538 | 2025-02-07T09:22:07.843Z | Compiling new_debug_unreachable v1.0.6 |
1539 | 2025-02-07T09:22:07.864Z | Compiling fixedbitset v0.4.2 |
1540 | 2025-02-07T09:22:07.949Z | Compiling normalize-line-endings v0.3.0 |
1541 | 2025-02-07T09:22:08.087Z | Compiling predicates v3.1.2 |
1542 | 2025-02-07T09:22:08.121Z | Compiling similar v2.6.0 |
1543 | 2025-02-07T09:22:08.232Z | Compiling petgraph v0.6.5 |
1544 | 2025-02-07T09:22:08.304Z | Compiling string_cache v0.8.7 |
1545 | 2025-02-07T09:22:08.774Z | Compiling tokio-postgres v0.7.12 |
1546 | 2025-02-07T09:22:09.288Z | Compiling bit-set v0.5.3 |
1547 | 2025-02-07T09:22:09.593Z | Compiling indicatif v0.17.11 |
1548 | 2025-02-07T09:22:09.658Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1549 | 2025-02-07T09:22:09.852Z | Compiling clap v4.5.27 |
1550 | 2025-02-07T09:22:09.991Z | Compiling rsa v0.9.6 |
1551 | 2025-02-07T09:22:10.327Z | Compiling ecdsa v0.16.9 |
1552 | 2025-02-07T09:22:11.113Z | Compiling ed25519-dalek v2.1.1 |
1553 | 2025-02-07T09:22:11.655Z | Compiling toml v0.7.8 |
1554 | 2025-02-07T09:22:11.835Z | Compiling zip v0.6.6 |
1555 | 2025-02-07T09:22:12.388Z | Compiling crossterm v0.28.1 |
1556 | 2025-02-07T09:22:14.025Z | Compiling hex v0.4.3 |
1557 | 2025-02-07T09:22:14.048Z | Compiling x509-cert v0.2.5 |
1558 | 2025-02-07T09:22:14.450Z | Compiling itertools v0.10.5 |
1559 | 2025-02-07T09:22:14.619Z | Compiling unicode-xid v0.2.6 |
1560 | 2025-02-07T09:22:14.817Z | Compiling lalrpop-util v0.19.12 |
1561 | 2025-02-07T09:22:15.181Z | Compiling peg-runtime v0.8.3 |
1562 | 2025-02-07T09:22:15.365Z | Compiling strum_macros v0.26.4 |
1563 | 2025-02-07T09:22:15.790Z | Compiling xattr v1.3.1 |
1564 | 2025-02-07T09:22:15.793Z | Compiling filetime v0.2.25 |
1565 | 2025-02-07T09:22:16.092Z | Compiling tar v0.4.42 |
1566 | 2025-02-07T09:22:20.025Z | Compiling strum v0.26.3 |
1567 | 2025-02-07T09:22:23.094Z | Compiling aws-lc-sys v0.22.0 |
1568 | 2025-02-07T09:22:50.674Z | Compiling rustls-webpki v0.102.8 |
1569 | 2025-02-07T09:22:53.816Z | Compiling tokio-rustls v0.25.0 |
1570 | 2025-02-07T09:22:55.466Z | Compiling tokio-rustls v0.26.0 |
1571 | 2025-02-07T09:22:55.740Z | Compiling hyper-rustls v0.27.3 |
1572 | 2025-02-07T09:22:56.117Z | Compiling reqwest v0.12.9 |
1573 | 2025-02-07T09:22:57.508Z | Compiling qorb v0.2.1 |
1574 | 2025-02-07T09:23:00.573Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1575 | 2025-02-07T09:23:00.826Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1576 | 2025-02-07T09:23:05.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1577 | 2025-02-07T09:23:05.469Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1578 | 2025-02-07T09:23:05.521Z | Feb 07 09:23:03.986 INFO Starting download, target: Clickhouse |
1579 | 2025-02-07T09:23:05.521Z | Feb 07 09:23:03.986 INFO Starting download, target: Console |
1580 | 2025-02-07T09:23:05.521Z | Feb 07 09:23:03.986 INFO Starting download, target: Cockroach |
1581 | 2025-02-07T09:23:05.521Z | Feb 07 09:23:03.986 INFO Starting download, target: DendriteOpenapi |
1582 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.986 INFO Starting download, target: DendriteStub |
1583 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.986 INFO Starting download, target: MaghemiteMgd |
1584 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.986 INFO Starting download, target: TransceiverControl |
1585 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.987 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi |
1586 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.987 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1587 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.987 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1588 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.987 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1589 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.987 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1590 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.987 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1591 | 2025-02-07T09:23:05.524Z | Feb 07 09:23:03.987 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1592 | 2025-02-07T09:23:05.734Z | Feb 07 09:23:04.180 INFO Download complete, target: DendriteOpenapi |
1593 | 2025-02-07T09:23:05.956Z | Feb 07 09:23:04.389 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1594 | 2025-02-07T09:23:06.071Z | Feb 07 09:23:04.436 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1595 | 2025-02-07T09:23:06.288Z | Feb 07 09:23:04.752 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1596 | 2025-02-07T09:23:06.355Z | Feb 07 09:23:04.815 INFO Download complete, target: Console |
1597 | 2025-02-07T09:23:06.476Z | Feb 07 09:23:04.938 INFO Download complete, target: TransceiverControl |
1598 | 2025-02-07T09:23:06.486Z | Feb 07 09:23:04.949 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1599 | 2025-02-07T09:23:07.156Z | Feb 07 09:23:05.621 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1600 | 2025-02-07T09:23:07.156Z | Feb 07 09:23:05.621 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1601 | 2025-02-07T09:23:07.455Z | Feb 07 09:23:05.920 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1602 | 2025-02-07T09:23:09.241Z | Feb 07 09:23:07.706 INFO Download complete, target: MaghemiteMgd |
1603 | 2025-02-07T09:23:09.484Z | Feb 07 09:23:07.949 INFO Download complete, target: DendriteStub |
1604 | 2025-02-07T09:23:14.936Z | Feb 07 09:23:13.400 INFO Checking that binary works, target: Cockroach |
1605 | 2025-02-07T09:23:15.100Z | Feb 07 09:23:13.564 INFO Download complete, target: Cockroach |
1606 | 2025-02-07T09:23:20.464Z | Feb 07 09:23:18.927 INFO Checking that binary works, target: Clickhouse |
1607 | 2025-02-07T09:23:20.613Z | Feb 07 09:23:19.076 INFO Download complete, target: Clickhouse |
1608 | 2025-02-07T09:23:20.633Z | All builder prerequisites installed successfully, and PATH looks valid |
1609 | 2025-02-07T09:23:20.636Z | |
1610 | 2025-02-07T09:23:20.636Z | real 4:54.848483145 |
1611 | 2025-02-07T09:23:20.636Z | user 15:52.855942941 |
1612 | 2025-02-07T09:23:20.636Z | sys 2:05.436702131 |
1613 | 2025-02-07T09:23:20.636Z | trap 0.581787738 |
1614 | 2025-02-07T09:23:20.636Z | tflt 1.748006061 |
1615 | 2025-02-07T09:23:20.636Z | dflt 1.607449734 |
1616 | 2025-02-07T09:23:20.636Z | kflt 0.026640500 |
1617 | 2025-02-07T09:23:20.636Z | lock 24:55.758111804 |
1618 | 2025-02-07T09:23:20.636Z | slp 55:33.860881874 |
1619 | 2025-02-07T09:23:20.636Z | lat 1:00.921584960 |
1620 | 2025-02-07T09:23:20.636Z | stop 2:27.733876426 |
1621 | 2025-02-07T09:23:20.636Z | + banner clippy |
1622 | 2025-02-07T09:23:20.639Z | |
1623 | 2025-02-07T09:23:20.639Z | #### # # ##### ##### # # |
1624 | 2025-02-07T09:23:20.640Z | # # # # # # # # # # |
1625 | 2025-02-07T09:23:20.640Z | # # # # # # # # |
1626 | 2025-02-07T09:23:20.640Z | # # # ##### ##### # |
1627 | 2025-02-07T09:23:20.640Z | # # # # # # # |
1628 | 2025-02-07T09:23:20.640Z | #### ###### # # # # |
1629 | 2025-02-07T09:23:20.640Z | |
1630 | 2025-02-07T09:23:20.640Z | + export CARGO_INCREMENTAL=0 |
1631 | 2025-02-07T09:23:20.640Z | + CARGO_INCREMENTAL=0 |
1632 | 2025-02-07T09:23:20.640Z | + ptime -m cargo xtask clippy |
1633 | 2025-02-07T09:23:21.176Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1634 | 2025-02-07T09:23:24.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
1635 | 2025-02-07T09:23:24.092Z | Running `target/debug/xtask clippy` |
1636 | 2025-02-07T09:23:24.116Z | running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1637 | 2025-02-07T09:23:24.768Z | Downloading crates ... |
1638 | 2025-02-07T09:23:25.065Z | Downloaded anes v0.1.6 |
1639 | 2025-02-07T09:23:25.071Z | Downloaded doc-comment v0.3.3 |
1640 | 2025-02-07T09:23:25.075Z | Downloaded event-listener-strategy v0.5.2 |
1641 | 2025-02-07T09:23:25.075Z | Downloaded async-object-pool v0.1.5 |
1642 | 2025-02-07T09:23:25.078Z | Downloaded escape8259 v0.5.3 |
1643 | 2025-02-07T09:23:25.100Z | Downloaded pathdiff v0.2.3 |
1644 | 2025-02-07T09:23:25.104Z | Downloaded nested v0.1.1 |
1645 | 2025-02-07T09:23:25.104Z | Downloaded guppy-workspace-hack v0.1.0 |
1646 | 2025-02-07T09:23:25.104Z | Downloaded target-triple v0.1.3 |
1647 | 2025-02-07T09:23:25.105Z | Downloaded plotters-svg v0.3.7 |
1648 | 2025-02-07T09:23:25.108Z | Downloaded async-process v2.3.0 |
1649 | 2025-02-07T09:23:25.111Z | Downloaded criterion-plot v0.5.0 |
1650 | 2025-02-07T09:23:25.112Z | Downloaded event-listener v2.5.3 |
1651 | 2025-02-07T09:23:25.112Z | Downloaded async-global-executor v2.4.1 |
1652 | 2025-02-07T09:23:25.116Z | Downloaded approx v0.5.1 |
1653 | 2025-02-07T09:23:25.120Z | Downloaded concurrent-queue v2.5.0 |
1654 | 2025-02-07T09:23:25.120Z | Downloaded futures-timer v3.0.3 |
1655 | 2025-02-07T09:23:25.120Z | Downloaded blocking v1.6.1 |
1656 | 2025-02-07T09:23:25.124Z | Downloaded cast v0.3.0 |
1657 | 2025-02-07T09:23:25.124Z | Downloaded async-channel v1.9.0 |
1658 | 2025-02-07T09:23:25.124Z | Downloaded assert-json-diff v2.0.2 |
1659 | 2025-02-07T09:23:25.124Z | Downloaded async-attributes v1.1.2 |
1660 | 2025-02-07T09:23:25.128Z | Downloaded async-lock v3.4.0 |
1661 | 2025-02-07T09:23:25.128Z | Downloaded serde_regex v1.1.0 |
1662 | 2025-02-07T09:23:25.132Z | Downloaded proc-macro-crate v3.2.0 |
1663 | 2025-02-07T09:23:25.132Z | Downloaded plotters-backend v0.3.7 |
1664 | 2025-02-07T09:23:25.132Z | Downloaded threadpool v1.8.1 |
1665 | 2025-02-07T09:23:25.132Z | Downloaded parking v2.2.1 |
1666 | 2025-02-07T09:23:25.133Z | Downloaded num_cpus v1.16.0 |
1667 | 2025-02-07T09:23:25.137Z | Downloaded piper v0.2.4 |
1668 | 2025-02-07T09:23:25.137Z | Downloaded indoc v2.0.5 |
1669 | 2025-02-07T09:23:25.141Z | Downloaded datatest-stable v0.2.9 |
1670 | 2025-02-07T09:23:25.141Z | Downloaded async-channel v2.3.1 |
1671 | 2025-02-07T09:23:25.145Z | Downloaded stringmetrics v2.2.2 |
1672 | 2025-02-07T09:23:25.150Z | Downloaded oorandom v11.1.4 |
1673 | 2025-02-07T09:23:25.150Z | Downloaded similar-asserts v1.6.0 |
1674 | 2025-02-07T09:23:25.154Z | Downloaded async-task v4.7.1 |
1675 | 2025-02-07T09:23:25.154Z | Downloaded assert_cmd v2.0.16 |
1676 | 2025-02-07T09:23:25.158Z | Downloaded async-executor v1.13.1 |
1677 | 2025-02-07T09:23:25.158Z | Downloaded relative-path v1.9.3 |
1678 | 2025-02-07T09:23:25.158Z | Downloaded futures-lite v2.3.0 |
1679 | 2025-02-07T09:23:25.165Z | Downloaded cargo_metadata v0.19.1 |
1680 | 2025-02-07T09:23:25.169Z | Downloaded blake2b_simd v1.0.2 |
1681 | 2025-02-07T09:23:25.169Z | Downloaded async-signal v0.2.10 |
1682 | 2025-02-07T09:23:25.169Z | Downloaded target-lexicon v0.12.16 |
1683 | 2025-02-07T09:23:25.175Z | Downloaded tinytemplate v1.2.1 |
1684 | 2025-02-07T09:23:25.175Z | Downloaded kv-log-macro v1.0.7 |
1685 | 2025-02-07T09:23:25.175Z | Downloaded rust-argon2 v2.1.0 |
1686 | 2025-02-07T09:23:25.186Z | Downloaded target-spec v3.3.1 |
1687 | 2025-02-07T09:23:25.186Z | Downloaded path-tree v0.8.1 |
1688 | 2025-02-07T09:23:25.186Z | Downloaded partial-io v0.5.4 |
1689 | 2025-02-07T09:23:25.186Z | Downloaded event-listener v5.3.1 |
1690 | 2025-02-07T09:23:25.186Z | Downloaded cfg-expr v0.17.2 |
1691 | 2025-02-07T09:23:25.193Z | Downloaded rustls-native-certs v0.7.3 |
1692 | 2025-02-07T09:23:25.193Z | Downloaded libtest-mimic v0.7.3 |
1693 | 2025-02-07T09:23:25.194Z | Downloaded trybuild v1.0.101 |
1694 | 2025-02-07T09:23:25.201Z | Downloaded rstest v0.23.0 |
1695 | 2025-02-07T09:23:25.201Z | Downloaded rand_distr v0.4.3 |
1696 | 2025-02-07T09:23:25.204Z | Downloaded polling v3.7.3 |
1697 | 2025-02-07T09:23:25.205Z | Downloaded hyper-rustls v0.26.0 |
1698 | 2025-02-07T09:23:25.221Z | Downloaded yansi v1.0.1 |
1699 | 2025-02-07T09:23:25.226Z | Downloaded pretty_assertions v1.4.1 |
1700 | 2025-02-07T09:23:25.227Z | Downloaded criterion v0.5.1 |
1701 | 2025-02-07T09:23:25.233Z | Downloaded async-io v2.3.4 |
1702 | 2025-02-07T09:23:25.237Z | Downloaded rstest_macros v0.23.0 |
1703 | 2025-02-07T09:23:25.237Z | Downloaded plotters v0.3.7 |
1704 | 2025-02-07T09:23:25.244Z | Downloaded guppy v0.17.12 |
1705 | 2025-02-07T09:23:25.251Z | Downloaded fancy-regex v0.13.0 |
1706 | 2025-02-07T09:23:25.255Z | Downloaded httptest v0.16.1 |
1707 | 2025-02-07T09:23:25.255Z | Downloaded async-std v1.13.0 |
1708 | 2025-02-07T09:23:25.340Z | Downloaded httpmock v0.8.0-alpha.1 |
1709 | 2025-02-07T09:23:26.111Z | Checking cfg-if v1.0.0 |
1710 | 2025-02-07T09:23:26.190Z | Checking libc v0.2.169 |
1711 | 2025-02-07T09:23:26.212Z | Checking serde v1.0.217 |
1712 | 2025-02-07T09:23:26.235Z | Checking memchr v2.7.4 |
1713 | 2025-02-07T09:23:26.259Z | Checking value-bag v1.9.0 |
1714 | 2025-02-07T09:23:26.290Z | Checking scopeguard v1.2.0 |
1715 | 2025-02-07T09:23:26.319Z | Checking zeroize v1.8.1 |
1716 | 2025-02-07T09:23:26.319Z | Checking itoa v1.0.11 |
1717 | 2025-02-07T09:23:26.368Z | Checking smallvec v1.13.2 |
1718 | 2025-02-07T09:23:26.444Z | Checking lock_api v0.4.12 |
1719 | 2025-02-07T09:23:26.566Z | Checking byteorder v1.5.0 |
1720 | 2025-02-07T09:23:26.617Z | Checking once_cell v1.20.2 |
1721 | 2025-02-07T09:23:26.645Z | Checking log v0.4.22 |
1722 | 2025-02-07T09:23:26.702Z | Checking pin-project-lite v0.2.14 |
1723 | 2025-02-07T09:23:26.836Z | Checking subtle v2.6.1 |
1724 | 2025-02-07T09:23:26.869Z | Checking typenum v1.17.0 |
1725 | 2025-02-07T09:23:26.930Z | Checking libm v0.2.8 |
1726 | 2025-02-07T09:23:26.959Z | Checking ryu v1.0.18 |
1727 | 2025-02-07T09:23:27.030Z | Checking futures-core v0.3.31 |
1728 | 2025-02-07T09:23:27.113Z | Checking zerocopy v0.7.35 |
1729 | 2025-02-07T09:23:27.151Z | Checking thiserror v1.0.69 |
1730 | 2025-02-07T09:23:27.183Z | Checking getrandom v0.2.15 |
1731 | 2025-02-07T09:23:27.209Z | Checking signal-hook-registry v1.4.2 |
1732 | 2025-02-07T09:23:27.236Z | Checking parking_lot_core v0.9.10 |
1733 | 2025-02-07T09:23:27.294Z | Checking mio v1.0.2 |
1734 | 2025-02-07T09:23:27.431Z | Checking rand_core v0.6.4 |
1735 | 2025-02-07T09:23:27.468Z | Checking socket2 v0.5.7 |
1736 | 2025-02-07T09:23:27.569Z | Checking parking_lot v0.12.3 |
1737 | 2025-02-07T09:23:27.752Z | Checking allocator-api2 v0.2.18 |
1738 | 2025-02-07T09:23:27.864Z | Checking num-traits v0.2.19 |
1739 | 2025-02-07T09:23:27.893Z | Checking const-oid v0.9.6 |
1740 | 2025-02-07T09:23:27.925Z | Checking spin v0.9.8 |
1741 | 2025-02-07T09:23:27.957Z | Checking futures-io v0.3.31 |
1742 | 2025-02-07T09:23:27.993Z | Checking generic-array v0.14.7 |
1743 | 2025-02-07T09:23:28.169Z | Checking slab v0.4.9 |
1744 | 2025-02-07T09:23:28.254Z | Checking cpufeatures v0.2.14 |
1745 | 2025-02-07T09:23:28.336Z | Checking futures-sink v0.3.31 |
1746 | 2025-02-07T09:23:28.368Z | Checking equivalent v1.0.1 |
1747 | 2025-02-07T09:23:28.395Z | Checking foldhash v0.1.3 |
1748 | 2025-02-07T09:23:28.459Z | Checking pin-utils v0.1.0 |
1749 | 2025-02-07T09:23:28.502Z | Checking iana-time-zone v0.1.61 |
1750 | 2025-02-07T09:23:28.534Z | Checking futures-channel v0.3.31 |
1751 | 2025-02-07T09:23:28.579Z | Checking futures-task v0.3.31 |
1752 | 2025-02-07T09:23:28.609Z | Checking hashbrown v0.15.1 |
1753 | 2025-02-07T09:23:28.668Z | Checking stable_deref_trait v1.2.0 |
1754 | 2025-02-07T09:23:28.805Z | Checking fnv v1.0.7 |
1755 | 2025-02-07T09:23:28.837Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1756 | 2025-02-07T09:23:28.916Z | Checking futures-util v0.3.31 |
1757 | 2025-02-07T09:23:28.984Z | Checking tracing-core v0.1.32 |
1758 | 2025-02-07T09:23:29.044Z | Checking crypto-common v0.1.6 |
1759 | 2025-02-07T09:23:29.178Z | Checking block-buffer v0.10.4 |
1760 | 2025-02-07T09:23:29.292Z | Checking errno v0.3.9 |
1761 | 2025-02-07T09:23:29.341Z | Checking dyn-clone v1.0.17 |
1762 | 2025-02-07T09:23:29.432Z | Checking ppv-lite86 v0.2.20 |
1763 | 2025-02-07T09:23:29.492Z | Checking zerofrom v0.1.4 |
1764 | 2025-02-07T09:23:29.518Z | Checking crossbeam-utils v0.8.20 |
1765 | 2025-02-07T09:23:29.686Z | Checking litemap v0.7.3 |
1766 | 2025-02-07T09:23:29.689Z | Checking tracing v0.1.40 |
1767 | 2025-02-07T09:23:29.734Z | Checking yoke v0.7.4 |
1768 | 2025-02-07T09:23:29.842Z | Checking digest v0.10.7 |
1769 | 2025-02-07T09:23:30.048Z | Checking percent-encoding v2.3.1 |
1770 | 2025-02-07T09:23:30.051Z | Checking writeable v0.5.5 |
1771 | 2025-02-07T09:23:30.096Z | Checking zerovec v0.10.4 |
1772 | 2025-02-07T09:23:30.122Z | Checking rand_chacha v0.3.1 |
1773 | 2025-02-07T09:23:30.192Z | Checking block-padding v0.3.3 |
1774 | 2025-02-07T09:23:30.221Z | Checking httparse v1.9.5 |
1775 | 2025-02-07T09:23:30.294Z | Checking icu_locid_transform_data v1.5.0 |
1776 | 2025-02-07T09:23:30.374Z | Checking unicode-ident v1.0.14 |
1777 | 2025-02-07T09:23:30.412Z | Checking atomic-waker v1.1.2 |
1778 | 2025-02-07T09:23:30.440Z | Checking inout v0.1.3 |
1779 | 2025-02-07T09:23:30.514Z | Checking rand v0.8.5 |
1780 | 2025-02-07T09:23:30.559Z | Checking regex-syntax v0.8.5 |
1781 | 2025-02-07T09:23:30.585Z | Checking form_urlencoded v1.2.1 |
1782 | 2025-02-07T09:23:30.614Z | Checking bytes v1.9.0 |
1783 | 2025-02-07T09:23:30.643Z | Checking bitflags v2.6.0 |
1784 | 2025-02-07T09:23:30.677Z | Checking serde_json v1.0.135 |
1785 | 2025-02-07T09:23:30.780Z | Checking chrono v0.4.39 |
1786 | 2025-02-07T09:23:30.976Z | Checking indexmap v2.7.1 |
1787 | 2025-02-07T09:23:31.405Z | Checking tokio v1.43.0 |
1788 | 2025-02-07T09:23:31.630Z | Checking uuid v1.12.0 |
1789 | 2025-02-07T09:23:31.810Z | Checking rustix v0.38.37 |
1790 | 2025-02-07T09:23:32.195Z | Checking http v1.2.0 |
1791 | 2025-02-07T09:23:32.258Z | Checking tinystr v0.7.6 |
1792 | 2025-02-07T09:23:32.327Z | Checking icu_collections v1.5.0 |
1793 | 2025-02-07T09:23:32.594Z | Checking icu_locid v1.5.0 |
1794 | 2025-02-07T09:23:32.668Z | Checking schemars v0.8.21 |
1795 | 2025-02-07T09:23:33.015Z | Checking cipher v0.4.4 |
1796 | 2025-02-07T09:23:33.411Z | Checking icu_properties_data v1.5.0 |
1797 | 2025-02-07T09:23:33.414Z | Checking untrusted v0.9.0 |
1798 | 2025-02-07T09:23:33.461Z | Checking aho-corasick v1.1.3 |
1799 | 2025-02-07T09:23:33.586Z | Checking icu_provider v1.5.0 |
1800 | 2025-02-07T09:23:33.613Z | Checking ring v0.17.8 |
1801 | 2025-02-07T09:23:33.648Z | Checking utf16_iter v1.0.5 |
1802 | 2025-02-07T09:23:33.731Z | Checking write16 v1.0.0 |
1803 | 2025-02-07T09:23:33.840Z | Checking powerfmt v0.2.0 |
1804 | 2025-02-07T09:23:33.882Z | Checking utf8_iter v1.0.4 |
1805 | 2025-02-07T09:23:34.101Z | Checking icu_normalizer_data v1.5.0 |
1806 | 2025-02-07T09:23:34.154Z | Checking deranged v0.3.11 |
1807 | 2025-02-07T09:23:34.218Z | Checking proc-macro2 v1.0.92 |
1808 | 2025-02-07T09:23:34.246Z | Checking icu_locid_transform v1.5.0 |
1809 | 2025-02-07T09:23:34.301Z | Checking base64ct v1.6.0 |
1810 | 2025-02-07T09:23:34.782Z | Checking num-conv v0.1.0 |
1811 | 2025-02-07T09:23:34.906Z | Checking time-core v0.1.2 |
1812 | 2025-02-07T09:23:35.063Z | Checking num_threads v0.1.7 |
1813 | 2025-02-07T09:23:35.093Z | Checking quote v1.0.38 |
1814 | 2025-02-07T09:23:35.096Z | Checking regex-automata v0.4.8 |
1815 | 2025-02-07T09:23:35.135Z | Checking sha2 v0.10.8 |
1816 | 2025-02-07T09:23:35.193Z | Checking hmac v0.12.1 |
1817 | 2025-02-07T09:23:35.221Z | Checking icu_properties v1.5.1 |
1818 | 2025-02-07T09:23:35.311Z | Checking rustls-pki-types v1.10.0 |
1819 | 2025-02-07T09:23:35.420Z | Checking adler2 v2.0.0 |
1820 | 2025-02-07T09:23:35.448Z | Checking syn v2.0.96 |
1821 | 2025-02-07T09:23:35.474Z | Checking time v0.3.36 |
1822 | 2025-02-07T09:23:35.604Z | Checking miniz_oxide v0.8.0 |
1823 | 2025-02-07T09:23:35.688Z | Checking http-body v1.0.1 |
1824 | 2025-02-07T09:23:35.858Z | Checking aws-lc-sys v0.22.0 |
1825 | 2025-02-07T09:23:35.907Z | Checking httpdate v1.0.3 |
1826 | 2025-02-07T09:23:36.185Z | Checking untrusted v0.7.1 |
1827 | 2025-02-07T09:23:36.324Z | Checking try-lock v0.2.5 |
1828 | 2025-02-07T09:23:36.368Z | Checking mirai-annotations v1.12.0 |
1829 | 2025-02-07T09:23:36.494Z | Checking base64 v0.22.1 |
1830 | 2025-02-07T09:23:36.578Z | Checking want v0.3.1 |
1831 | 2025-02-07T09:23:36.767Z | Checking ahash v0.8.11 |
1832 | 2025-02-07T09:23:37.002Z | Checking pem-rfc7468 v0.7.0 |
1833 | 2025-02-07T09:23:37.266Z | Checking tower-service v0.3.3 |
1834 | 2025-02-07T09:23:37.299Z | Checking slog v2.7.0 |
1835 | 2025-02-07T09:23:37.416Z | Checking mime v0.3.17 |
1836 | 2025-02-07T09:23:37.757Z | Checking flagset v0.4.6 |
1837 | 2025-02-07T09:23:37.784Z | Checking pbkdf2 v0.12.2 |
1838 | 2025-02-07T09:23:37.913Z | Checking aes v0.8.4 |
1839 | 2025-02-07T09:23:37.953Z | Checking aws-lc-rs v1.10.0 |
1840 | 2025-02-07T09:23:37.981Z | Checking semver v1.0.24 |
1841 | 2025-02-07T09:23:37.984Z | Checking der v0.7.9 |
1842 | 2025-02-07T09:23:38.240Z | Checking tokio-util v0.7.12 |
1843 | 2025-02-07T09:23:38.402Z | Checking icu_normalizer v1.5.0 |
1844 | 2025-02-07T09:23:38.404Z | Checking gimli v0.31.1 |
1845 | 2025-02-07T09:23:38.817Z | Checking http-body-util v0.1.2 |
1846 | 2025-02-07T09:23:39.134Z | Checking h2 v0.4.6 |
1847 | 2025-02-07T09:23:39.260Z | Checking idna_adapter v1.2.0 |
1848 | 2025-02-07T09:23:39.291Z | Checking salsa20 v0.10.2 |
1849 | 2025-02-07T09:23:39.467Z | Checking idna v1.0.3 |
1850 | 2025-02-07T09:23:39.534Z | Checking cbc v0.1.2 |
1851 | 2025-02-07T09:23:39.585Z | Checking regex v1.11.1 |
1852 | 2025-02-07T09:23:39.635Z | Checking rustls-webpki v0.102.8 |
1853 | 2025-02-07T09:23:39.665Z | Checking spki v0.7.3 |
1854 | 2025-02-07T09:23:39.752Z | Checking lazy_static v1.5.0 |
1855 | 2025-02-07T09:23:39.906Z | Checking object v0.36.5 |
1856 | 2025-02-07T09:23:39.973Z | Checking rustc-demangle v0.1.24 |
1857 | 2025-02-07T09:23:39.977Z | Checking url v2.5.3 |
1858 | 2025-02-07T09:23:40.185Z | Checking utf8parse v0.2.2 |
1859 | 2025-02-07T09:23:40.360Z | Checking scrypt v0.11.0 |
1860 | 2025-02-07T09:23:40.410Z | Checking rustls-pemfile v2.2.0 |
1861 | 2025-02-07T09:23:40.445Z | Checking ipnet v2.10.1 |
1862 | 2025-02-07T09:23:40.594Z | Checking openssl-probe v0.1.5 |
1863 | 2025-02-07T09:23:40.643Z | Checking foreign-types-shared v0.1.1 |
1864 | 2025-02-07T09:23:40.778Z | Checking pkcs5 v0.7.1 |
1865 | 2025-02-07T09:23:40.783Z | Checking foreign-types v0.3.2 |
1866 | 2025-02-07T09:23:40.852Z | Checking futures-executor v0.3.31 |
1867 | 2025-02-07T09:23:40.879Z | Checking serde_urlencoded v0.7.1 |
1868 | 2025-02-07T09:23:40.908Z | Checking openssl-sys v0.9.105 |
1869 | 2025-02-07T09:23:41.092Z | Checking encoding_rs v0.8.34 |
1870 | 2025-02-07T09:23:41.283Z | Checking anstyle v1.0.10 |
1871 | 2025-02-07T09:23:41.309Z | Checking pkcs8 v0.10.2 |
1872 | 2025-02-07T09:23:41.608Z | Checking futures v0.3.31 |
1873 | 2025-02-07T09:23:41.634Z | Checking serde_spanned v0.6.8 |
1874 | 2025-02-07T09:23:41.637Z | Checking toml_datetime v0.6.8 |
1875 | 2025-02-07T09:23:41.726Z | Checking rustls v0.23.19 |
1876 | 2025-02-07T09:23:41.836Z | Checking data-encoding v2.6.0 |
1877 | 2025-02-07T09:23:41.953Z | Checking anstyle-parse v0.2.5 |
1878 | 2025-02-07T09:23:42.084Z | Checking openssl v0.10.70 |
1879 | 2025-02-07T09:23:42.178Z | Checking addr2line v0.24.2 |
1880 | 2025-02-07T09:23:42.245Z | Checking openapiv3 v2.0.0 |
1881 | 2025-02-07T09:23:42.417Z | Checking sha1 v0.10.6 |
1882 | 2025-02-07T09:23:42.708Z | Checking is_terminal_polyfill v1.70.1 |
1883 | 2025-02-07T09:23:42.733Z | Checking psl-types v2.0.11 |
1884 | 2025-02-07T09:23:42.838Z | Checking colorchoice v1.0.2 |
1885 | 2025-02-07T09:23:42.929Z | Checking anstyle-query v1.1.1 |
1886 | 2025-02-07T09:23:43.003Z | Checking publicsuffix v2.3.0 |
1887 | 2025-02-07T09:23:43.089Z | Checking anstream v0.6.15 |
1888 | 2025-02-07T09:23:43.287Z | Checking cookie v0.18.1 |
1889 | 2025-02-07T09:23:43.420Z | Checking webpki-roots v0.26.6 |
1890 | 2025-02-07T09:23:43.464Z | Checking terminal_size v0.4.0 |
1891 | 2025-02-07T09:23:43.645Z | Checking camino v1.1.9 |
1892 | 2025-02-07T09:23:43.676Z | Checking strsim v0.11.1 |
1893 | 2025-02-07T09:23:43.772Z | Checking clap_lex v0.7.4 |
1894 | 2025-02-07T09:23:43.993Z | Checking cookie_store v0.21.1 |
1895 | 2025-02-07T09:23:44.061Z | Checking clap_builder v4.5.27 |
1896 | 2025-02-07T09:23:44.211Z | Checking sync_wrapper v1.0.1 |
1897 | 2025-02-07T09:23:44.379Z | Checking is-terminal v0.4.13 |
1898 | 2025-02-07T09:23:44.521Z | Checking either v1.13.0 |
1899 | 2025-02-07T09:23:44.723Z | Checking winnow v0.6.20 |
1900 | 2025-02-07T09:23:44.907Z | Checking signature v2.2.0 |
1901 | 2025-02-07T09:23:45.154Z | Checking scroll v0.12.0 |
1902 | 2025-02-07T09:23:45.313Z | Checking hyper v1.5.2 |
1903 | 2025-02-07T09:23:45.518Z | Checking plain v0.2.3 |
1904 | 2025-02-07T09:23:45.632Z | Checking tinyvec_macros v0.1.1 |
1905 | 2025-02-07T09:23:45.689Z | Checking ucd-trie v0.1.7 |
1906 | 2025-02-07T09:23:45.744Z | Checking tinyvec v1.8.0 |
1907 | 2025-02-07T09:23:45.871Z | Checking backtrace v0.3.74 |
1908 | 2025-02-07T09:23:45.905Z | Checking pest v2.7.14 |
1909 | 2025-02-07T09:23:46.459Z | Checking anyhow v1.0.95 |
1910 | 2025-02-07T09:23:46.858Z | Checking goblin v0.8.2 |
1911 | 2025-02-07T09:23:46.921Z | Checking tokio-rustls v0.26.0 |
1912 | 2025-02-07T09:23:47.051Z | Checking dirs-sys-next v0.1.2 |
1913 | 2025-02-07T09:23:47.054Z | Checking clap v4.5.27 |
1914 | 2025-02-07T09:23:47.202Z | Checking base16ct v0.2.0 |
1915 | 2025-02-07T09:23:47.241Z | Checking pretty-hex v0.4.1 |
1916 | 2025-02-07T09:23:47.271Z | Checking native-tls v0.2.12 |
1917 | 2025-02-07T09:23:47.274Z | Checking hyper-util v0.1.10 |
1918 | 2025-02-07T09:23:47.318Z | Checking dirs-next v2.0.0 |
1919 | 2025-02-07T09:23:47.321Z | Checking crossbeam-channel v0.5.13 |
1920 | 2025-02-07T09:23:47.414Z | Checking sec1 v0.7.3 |
1921 | 2025-02-07T09:23:47.444Z | Checking num-integer v0.1.46 |
1922 | 2025-02-07T09:23:47.469Z | Checking ff v0.13.0 |
1923 | 2025-02-07T09:23:47.577Z | Checking tokio-native-tls v0.3.1 |
1924 | 2025-02-07T09:23:47.687Z | Checking thread-id v4.2.2 |
1925 | 2025-02-07T09:23:47.804Z | Checking thread_local v1.1.8 |
1926 | 2025-02-07T09:23:47.830Z | Checking group v0.13.0 |
1927 | 2025-02-07T09:23:47.864Z | Checking term v0.7.0 |
1928 | 2025-02-07T09:23:47.901Z | Checking toml_edit v0.22.22 |
1929 | 2025-02-07T09:23:48.006Z | Checking hkdf v0.12.4 |
1930 | 2025-02-07T09:23:48.086Z | Checking crypto-bigint v0.5.5 |
1931 | 2025-02-07T09:23:48.089Z | Checking memmap v0.7.0 |
1932 | 2025-02-07T09:23:48.232Z | Checking crc32fast v1.4.2 |
1933 | 2025-02-07T09:23:48.304Z | Checking utf-8 v0.7.6 |
1934 | 2025-02-07T09:23:48.333Z | Checking bitflags v1.3.2 |
1935 | 2025-02-07T09:23:48.451Z | Checking match_cfg v0.1.0 |
1936 | 2025-02-07T09:23:48.482Z | Checking take_mut v0.2.2 |
1937 | 2025-02-07T09:23:48.484Z | Checking dtrace-parser v0.2.0 |
1938 | 2025-02-07T09:23:48.532Z | Checking slog-term v2.9.1 |
1939 | 2025-02-07T09:23:48.559Z | Checking hostname v0.3.1 |
1940 | 2025-02-07T09:23:48.660Z | Checking slog-async v2.8.0 |
1941 | 2025-02-07T09:23:48.704Z | Checking static_assertions v1.1.0 |
1942 | 2025-02-07T09:23:48.826Z | Checking unicode-segmentation v1.12.0 |
1943 | 2025-02-07T09:23:48.995Z | Checking num-iter v0.1.45 |
1944 | 2025-02-07T09:23:48.998Z | Checking crossbeam-epoch v0.9.18 |
1945 | 2025-02-07T09:23:49.045Z | Checking bstr v1.10.0 |
1946 | 2025-02-07T09:23:49.211Z | Checking slog-json v2.6.1 |
1947 | 2025-02-07T09:23:49.288Z | Checking hyper-rustls v0.27.3 |
1948 | 2025-02-07T09:23:49.427Z | Checking hyper-tls v0.6.0 |
1949 | 2025-02-07T09:23:49.498Z | Checking rfc6979 v0.4.0 |
1950 | 2025-02-07T09:23:49.548Z | Checking hex v0.4.3 |
1951 | 2025-02-07T09:23:49.643Z | Checking managed v0.8.0 |
1952 | 2025-02-07T09:23:49.688Z | Checking winnow v0.5.40 |
1953 | 2025-02-07T09:23:49.726Z | Checking reqwest v0.12.9 |
1954 | 2025-02-07T09:23:49.928Z | Checking slog-bunyan v2.5.0 |
1955 | 2025-02-07T09:23:50.019Z | Checking crossbeam-deque v0.8.5 |
1956 | 2025-02-07T09:23:50.045Z | Checking num-bigint-dig v0.8.4 |
1957 | 2025-02-07T09:23:50.123Z | Checking flate2 v1.0.35 |
1958 | 2025-02-07T09:23:50.374Z | Checking pkcs1 v0.7.5 |
1959 | 2025-02-07T09:23:50.540Z | Checking toml v0.8.19 |
1960 | 2025-02-07T09:23:50.777Z | Checking rustls v0.22.4 |
1961 | 2025-02-07T09:23:50.780Z | Checking hubpack v0.1.2 |
1962 | 2025-02-07T09:23:50.867Z | Checking elliptic-curve v0.13.8 |
1963 | 2025-02-07T09:23:51.137Z | Checking curve25519-dalek v4.1.3 |
1964 | 2025-02-07T09:23:51.305Z | Checking zerocopy v0.6.6 |
1965 | 2025-02-07T09:23:51.462Z | Checking siphasher v0.3.11 |
1966 | 2025-02-07T09:23:51.509Z | Checking ecdsa v0.16.9 |
1967 | 2025-02-07T09:23:51.755Z | Checking dof v0.3.0 |
1968 | 2025-02-07T09:23:51.802Z | Checking rayon-core v1.12.1 |
1969 | 2025-02-07T09:23:51.936Z | Checking unicode-normalization v0.1.24 |
1970 | 2025-02-07T09:23:52.084Z | Checking rsa v0.9.6 |
1971 | 2025-02-07T09:23:52.255Z | Checking ed25519 v2.2.3 |
1972 | 2025-02-07T09:23:52.366Z | Checking usdt-impl v0.5.0 |
1973 | 2025-02-07T09:23:52.484Z | Checking signal-hook v0.3.17 |
1974 | 2025-02-07T09:23:52.563Z | Checking toml_edit v0.19.15 |
1975 | 2025-02-07T09:23:52.591Z | Checking quick-error v1.2.3 |
1976 | 2025-02-07T09:23:52.759Z | Checking debug-ignore v1.0.5 |
1977 | 2025-02-07T09:23:52.839Z | Checking hickory-proto v0.24.2 |
1978 | 2025-02-07T09:23:52.928Z | Checking usdt v0.5.0 |
1979 | 2025-02-07T09:23:52.954Z | Checking itertools v0.10.5 |
1980 | 2025-02-07T09:23:52.958Z | Checking multer v3.1.0 |
1981 | 2025-02-07T09:23:53.008Z | Checking ed25519-dalek v2.1.1 |
1982 | 2025-02-07T09:23:53.103Z | Checking x509-cert v0.2.5 |
1983 | 2025-02-07T09:23:53.194Z | Checking serde_path_to_error v0.1.16 |
1984 | 2025-02-07T09:23:53.403Z | Checking waitgroup v0.1.2 |
1985 | 2025-02-07T09:23:53.432Z | Checking bzip2-sys v0.1.11+1.0.8 |
1986 | 2025-02-07T09:23:53.575Z | Checking async-stream v0.3.6 |
1987 | 2025-02-07T09:23:53.604Z | Checking hostname v0.4.0 |
1988 | 2025-02-07T09:23:53.767Z | Checking unicode-width v0.2.0 |
1989 | 2025-02-07T09:23:53.803Z | Checking bit-vec v0.6.3 |
1990 | 2025-02-07T09:23:53.806Z | Checking bzip2 v0.4.4 |
1991 | 2025-02-07T09:23:54.126Z | Checking tokio-rustls v0.25.0 |
1992 | 2025-02-07T09:23:54.157Z | Checking bit-set v0.5.3 |
1993 | 2025-02-07T09:23:54.184Z | Checking signal-hook-mio v0.2.4 |
1994 | 2025-02-07T09:23:54.288Z | Checking console v0.15.10 |
1995 | 2025-02-07T09:23:54.358Z | Checking hash32 v0.2.1 |
1996 | 2025-02-07T09:23:54.418Z | Checking unicode-properties v0.1.3 |
1997 | 2025-02-07T09:23:54.501Z | Checking unicode-bidi v0.3.17 |
1998 | 2025-02-07T09:23:54.634Z | Checking linked-hash-map v0.5.6 |
1999 | 2025-02-07T09:23:54.663Z | Checking predicates-core v1.0.8 |
2000 | 2025-02-07T09:23:54.843Z | Checking heapless v0.7.17 |
2001 | 2025-02-07T09:23:54.846Z | Checking dropshot v0.12.0 |
2002 | 2025-02-07T09:23:54.893Z | Checking crossterm v0.28.1 |
2003 | 2025-02-07T09:23:54.958Z | Checking lru-cache v0.1.2 |
2004 | 2025-02-07T09:23:55.030Z | Checking toml v0.7.8 |
2005 | 2025-02-07T09:23:55.078Z | Checking rayon v1.10.0 |
2006 | 2025-02-07T09:23:55.116Z | Checking stringprep v0.1.5 |
2007 | 2025-02-07T09:23:55.159Z | Checking phf_shared v0.11.2 |
2008 | 2025-02-07T09:23:55.436Z | Checking similar v2.6.0 |
2009 | 2025-02-07T09:23:55.471Z | Checking tokio-stream v0.1.16 |
2010 | 2025-02-07T09:23:55.720Z | Checking newtype-uuid v1.2.1 |
2011 | 2025-02-07T09:23:55.749Z | Checking md-5 v0.10.6 |
2012 | 2025-02-07T09:23:56.010Z | Checking float-cmp v0.9.0 |
2013 | 2025-02-07T09:23:56.013Z | Checking normalize-line-endings v0.3.0 |
2014 | 2025-02-07T09:23:56.182Z | Checking difflib v0.4.0 |
2015 | 2025-02-07T09:23:56.234Z | Checking fixedbitset v0.4.2 |
2016 | 2025-02-07T09:23:56.282Z | Checking fallible-iterator v0.2.0 |
2017 | 2025-02-07T09:23:56.312Z | Checking smoltcp v0.9.1 |
2018 | 2025-02-07T09:23:56.537Z | Checking predicates v3.1.2 |
2019 | 2025-02-07T09:23:56.541Z | Checking petgraph v0.6.5 |
2020 | 2025-02-07T09:23:56.589Z | Checking phf v0.11.2 |
2021 | 2025-02-07T09:23:56.843Z | Checking postgres-protocol v0.6.7 |
2022 | 2025-02-07T09:23:56.871Z | Checking zip v0.6.6 |
2023 | 2025-02-07T09:23:57.177Z | Checking resolv-conf v0.7.0 |
2024 | 2025-02-07T09:23:57.491Z | Checking phf_shared v0.10.0 |
2025 | 2025-02-07T09:23:57.494Z | Checking tungstenite v0.24.0 |
2026 | 2025-02-07T09:23:57.545Z | Checking fs-err v2.11.0 |
2027 | 2025-02-07T09:23:57.545Z | Checking serde-big-array v0.5.1 |
2028 | 2025-02-07T09:23:57.698Z | Checking portable-atomic v1.9.0 |
2029 | 2025-02-07T09:23:57.762Z | Checking lalrpop-util v0.19.12 |
2030 | 2025-02-07T09:23:57.789Z | Checking precomputed-hash v0.1.1 |
2031 | 2025-02-07T09:23:57.926Z | Checking new_debug_unreachable v1.0.6 |
2032 | 2025-02-07T09:23:58.046Z | Checking number_prefix v0.4.0 |
2033 | 2025-02-07T09:23:58.074Z | Checking minimal-lexical v0.2.1 |
2034 | 2025-02-07T09:23:58.118Z | Checking string_cache v0.8.7 |
2035 | 2025-02-07T09:23:58.245Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2036 | 2025-02-07T09:23:58.247Z | Checking hickory-resolver v0.24.2 |
2037 | 2025-02-07T09:23:58.394Z | Checking tokio-tungstenite v0.24.0 |
2038 | 2025-02-07T09:23:58.429Z | Checking postgres-types v0.2.8 |
2039 | 2025-02-07T09:23:58.474Z | Checking nom v7.1.3 |
2040 | 2025-02-07T09:23:58.618Z | Checking itertools v0.12.1 |
2041 | 2025-02-07T09:23:58.721Z | Checking indicatif v0.17.11 |
2042 | 2025-02-07T09:23:58.894Z | Checking peg-runtime v0.8.3 |
2043 | 2025-02-07T09:23:59.109Z | Checking whoami v1.5.2 |
2044 | 2025-02-07T09:23:59.293Z | Compiling hashbrown v0.14.5 |
2045 | 2025-02-07T09:23:59.445Z | Checking tokio-postgres v0.7.12 |
2046 | 2025-02-07T09:23:59.524Z | Compiling thiserror v2.0.11 |
2047 | 2025-02-07T09:23:59.638Z | Compiling thiserror-impl v2.0.11 |
2048 | 2025-02-07T09:23:59.852Z | Checking qorb v0.2.1 |
2049 | 2025-02-07T09:24:00.428Z | Compiling regress v0.10.1 |
2050 | 2025-02-07T09:24:00.487Z | Compiling ident_case v1.0.1 |
2051 | 2025-02-07T09:24:00.685Z | Compiling darling_core v0.20.10 |
2052 | 2025-02-07T09:24:00.994Z | Compiling unsafe-libyaml v0.2.11 |
2053 | 2025-02-07T09:24:02.207Z | Checking heck v0.5.0 |
2054 | 2025-02-07T09:24:02.279Z | Compiling serde_yaml v0.9.34+deprecated |
2055 | 2025-02-07T09:24:02.423Z | Checking fastrand v2.1.1 |
2056 | 2025-02-07T09:24:02.746Z | Checking ipnetwork v0.20.0 |
2057 | 2025-02-07T09:24:02.876Z | Checking progenitor-client v0.9.1 |
2058 | 2025-02-07T09:24:03.091Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2059 | 2025-02-07T09:24:03.122Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2060 | 2025-02-07T09:24:03.286Z | Compiling structmeta-derive v0.3.0 |
2061 | 2025-02-07T09:24:03.389Z | Checking strum v0.26.3 |
2062 | 2025-02-07T09:24:03.473Z | Compiling dropshot v0.15.1 |
2063 | 2025-02-07T09:24:03.569Z | Checking macaddr v1.0.1 |
2064 | 2025-02-07T09:24:03.873Z | Compiling dropshot_endpoint v0.15.1 |
2065 | 2025-02-07T09:24:03.942Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2025-02-07T09:24:04.292Z | Compiling typify-impl v0.2.0 |
2067 | 2025-02-07T09:24:04.737Z | Checking tempfile v3.13.0 |
2068 | 2025-02-07T09:24:05.131Z | Checking progenitor-client v0.8.0 |
2069 | 2025-02-07T09:24:05.321Z | Checking instant v0.1.13 |
2070 | 2025-02-07T09:24:05.466Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2071 | 2025-02-07T09:24:05.498Z | Checking regress v0.9.1 |
2072 | 2025-02-07T09:24:05.773Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2073 | 2025-02-07T09:24:05.997Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2074 | 2025-02-07T09:24:06.025Z | Compiling structmeta v0.3.0 |
2075 | 2025-02-07T09:24:06.420Z | Checking backoff v0.4.0 |
2076 | 2025-02-07T09:24:06.450Z | Compiling parse-display-derive v0.10.0 |
2077 | 2025-02-07T09:24:06.536Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2025-02-07T09:24:06.706Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2079 | 2025-02-07T09:24:06.709Z | Checking wait-timeout v0.2.0 |
2080 | 2025-02-07T09:24:06.805Z | Compiling darling_macro v0.20.10 |
2081 | 2025-02-07T09:24:06.884Z | Checking rand_xorshift v0.3.0 |
2082 | 2025-02-07T09:24:06.934Z | Checking rusty-fork v0.3.0 |
2083 | 2025-02-07T09:24:07.096Z | Checking unarray v0.1.4 |
2084 | 2025-02-07T09:24:07.248Z | Compiling structmeta-derive v0.2.0 |
2085 | 2025-02-07T09:24:07.276Z | Checking proptest v1.5.0 |
2086 | 2025-02-07T09:24:07.748Z | Compiling darling v0.20.10 |
2087 | 2025-02-07T09:24:07.885Z | Compiling serde_with_macros v3.11.0 |
2088 | 2025-02-07T09:24:08.471Z | Checking camino-tempfile v1.1.1 |
2089 | 2025-02-07T09:24:08.764Z | Checking unicode-width v0.1.14 |
2090 | 2025-02-07T09:24:09.001Z | Compiling proc-macro-error v1.0.4 |
2091 | 2025-02-07T09:24:09.316Z | Compiling proc-macro-crate v1.3.1 |
2092 | 2025-02-07T09:24:09.644Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2093 | 2025-02-07T09:24:09.966Z | Compiling structmeta v0.2.0 |
2094 | 2025-02-07T09:24:10.046Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2095 | 2025-02-07T09:24:10.292Z | Compiling num_enum_derive v0.5.11 |
2096 | 2025-02-07T09:24:10.369Z | Compiling foreign-types-macros v0.2.3 |
2097 | 2025-02-07T09:24:10.396Z | Compiling test-strategy v0.3.1 |
2098 | 2025-02-07T09:24:10.497Z | Checking serde_with v3.11.0 |
2099 | 2025-02-07T09:24:10.523Z | Checking parse-display v0.10.0 |
2100 | 2025-02-07T09:24:10.786Z | Checking foreign-types-shared v0.3.1 |
2101 | 2025-02-07T09:24:11.294Z | Checking tabwriter v1.4.0 |
2102 | 2025-02-07T09:24:11.564Z | Checking cstr-argument v0.1.2 |
2103 | 2025-02-07T09:24:11.657Z | Checking foreign-types v0.5.0 |
2104 | 2025-02-07T09:24:11.687Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2105 | 2025-02-07T09:24:11.775Z | Checking pretty-hex v0.2.1 |
2106 | 2025-02-07T09:24:11.778Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2107 | 2025-02-07T09:24:11.975Z | Checking colored v2.1.0 |
2108 | 2025-02-07T09:24:12.271Z | Checking smf v0.2.3 |
2109 | 2025-02-07T09:24:12.297Z | Checking itertools v0.13.0 |
2110 | 2025-02-07T09:24:12.326Z | Checking base64 v0.21.7 |
2111 | 2025-02-07T09:24:12.487Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2112 | 2025-02-07T09:24:12.527Z | Checking num_enum v0.5.11 |
2113 | 2025-02-07T09:24:12.669Z | Compiling typify-impl v0.3.0 |
2114 | 2025-02-07T09:24:12.706Z | Compiling crucible-workspace-hack v0.1.0 |
2115 | 2025-02-07T09:24:12.709Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2116 | 2025-02-07T09:24:12.809Z | Compiling zerocopy v0.8.10 |
2117 | 2025-02-07T09:24:13.173Z | Checking atomicwrites v0.4.4 |
2118 | 2025-02-07T09:24:13.411Z | Compiling zerocopy-derive v0.8.10 |
2119 | 2025-02-07T09:24:13.705Z | Compiling heapless v0.8.0 |
2120 | 2025-02-07T09:24:13.867Z | Checking termtree v0.4.1 |
2121 | 2025-02-07T09:24:14.163Z | Checking predicates-tree v1.0.11 |
2122 | 2025-02-07T09:24:14.352Z | Checking hash32 v0.3.1 |
2123 | 2025-02-07T09:24:14.586Z | Compiling smoltcp v0.11.0 |
2124 | 2025-02-07T09:24:14.797Z | Checking cobs v0.2.3 |
2125 | 2025-02-07T09:24:15.023Z | Checking postcard v1.0.10 |
2126 | 2025-02-07T09:24:15.301Z | Checking sigpipe v0.1.3 |
2127 | 2025-02-07T09:24:15.434Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2128 | 2025-02-07T09:24:15.578Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2129 | 2025-02-07T09:24:15.670Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2130 | 2025-02-07T09:24:15.745Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2131 | 2025-02-07T09:24:15.850Z | Compiling mockall_derive v0.13.0 |
2132 | 2025-02-07T09:24:16.068Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2133 | 2025-02-07T09:24:16.191Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2134 | 2025-02-07T09:24:16.239Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2135 | 2025-02-07T09:24:16.508Z | Compiling zone_cfg_derive v0.3.0 |
2136 | 2025-02-07T09:24:17.895Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2137 | 2025-02-07T09:24:18.235Z | Compiling num-derive v0.4.2 |
2138 | 2025-02-07T09:24:18.265Z | Checking downcast v0.11.0 |
2139 | 2025-02-07T09:24:18.427Z | Checking fragile v2.0.0 |
2140 | 2025-02-07T09:24:18.498Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2141 | 2025-02-07T09:24:18.696Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2142 | 2025-02-07T09:24:18.851Z | Checking zone v0.3.0 |
2143 | 2025-02-07T09:24:18.964Z | Compiling convert_case v0.4.0 |
2144 | 2025-02-07T09:24:19.039Z | Checking tungstenite v0.21.0 |
2145 | 2025-02-07T09:24:19.661Z | Checking newline-converter v0.3.0 |
2146 | 2025-02-07T09:24:19.689Z | Compiling typify-macro v0.2.0 |
2147 | 2025-02-07T09:24:19.851Z | Checking expectorate v1.1.0 |
2148 | 2025-02-07T09:24:19.897Z | Compiling derive_more v0.99.18 |
2149 | 2025-02-07T09:24:19.952Z | Checking tokio-tungstenite v0.21.0 |
2150 | 2025-02-07T09:24:20.027Z | Checking same-file v1.0.6 |
2151 | 2025-02-07T09:24:20.221Z | Checking walkdir v2.5.0 |
2152 | 2025-02-07T09:24:20.443Z | Checking arc-swap v1.7.1 |
2153 | 2025-02-07T09:24:20.534Z | Checking xattr v1.3.1 |
2154 | 2025-02-07T09:24:20.537Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2155 | 2025-02-07T09:24:20.760Z | Checking filetime v0.2.25 |
2156 | 2025-02-07T09:24:20.884Z | Checking slog-scope v4.4.0 |
2157 | 2025-02-07T09:24:20.992Z | Checking num-rational v0.4.2 |
2158 | 2025-02-07T09:24:21.018Z | Checking tar v0.4.42 |
2159 | 2025-02-07T09:24:21.097Z | Checking slog-stdlog v4.1.1 |
2160 | 2025-02-07T09:24:21.291Z | Checking slog-envlogger v2.2.0 |
2161 | 2025-02-07T09:24:21.538Z | Checking num-complex v0.4.6 |
2162 | 2025-02-07T09:24:21.629Z | Checking float-ord v0.3.2 |
2163 | 2025-02-07T09:24:21.810Z | Checking indent_write v2.2.0 |
2164 | 2025-02-07T09:24:21.865Z | Checking swrite v0.1.0 |
2165 | 2025-02-07T09:24:22.012Z | Compiling cancel-safe-futures v0.1.5 |
2166 | 2025-02-07T09:24:22.015Z | Compiling owo-colors v4.1.0 |
2167 | 2025-02-07T09:24:22.391Z | Checking num v0.4.3 |
2168 | 2025-02-07T09:24:22.496Z | Checking libsw v3.3.1 |
2169 | 2025-02-07T09:24:22.782Z | Checking password-hash v0.5.0 |
2170 | 2025-02-07T09:24:22.849Z | Checking blake2 v0.10.6 |
2171 | 2025-02-07T09:24:22.967Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2172 | 2025-02-07T09:24:23.207Z | Checking linear-map v1.2.0 |
2173 | 2025-02-07T09:24:23.332Z | Checking argon2 v0.5.3 |
2174 | 2025-02-07T09:24:23.484Z | Compiling typify v0.2.0 |
2175 | 2025-02-07T09:24:23.624Z | Compiling progenitor-impl v0.8.0 |
2176 | 2025-02-07T09:24:23.649Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2177 | 2025-02-07T09:24:23.709Z | Checking mockall v0.13.0 |
2178 | 2025-02-07T09:24:23.883Z | Checking pem v3.0.4 |
2179 | 2025-02-07T09:24:23.959Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2180 | 2025-02-07T09:24:24.084Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2181 | 2025-02-07T09:24:24.218Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2182 | 2025-02-07T09:24:24.573Z | Compiling lzma-sys v0.1.20 |
2183 | 2025-02-07T09:24:24.947Z | Checking headers-core v0.3.0 |
2184 | 2025-02-07T09:24:25.115Z | Compiling heck v0.3.3 |
2185 | 2025-02-07T09:24:25.419Z | Checking highway v1.2.0 |
2186 | 2025-02-07T09:24:25.507Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2187 | 2025-02-07T09:24:25.734Z | Compiling zone_cfg_derive v0.1.2 |
2188 | 2025-02-07T09:24:25.762Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2025-02-07T09:24:25.865Z | Checking headers v0.4.0 |
2190 | 2025-02-07T09:24:26.018Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2025-02-07T09:24:26.297Z | Checking yasna v0.5.2 |
2192 | 2025-02-07T09:24:26.668Z | Checking base64 v0.13.1 |
2193 | 2025-02-07T09:24:26.865Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2025-02-07T09:24:27.080Z | Checking ron v0.7.1 |
2195 | 2025-02-07T09:24:27.114Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2196 | 2025-02-07T09:24:27.193Z | Checking zone v0.1.8 |
2197 | 2025-02-07T09:24:27.222Z | Checking rcgen v0.12.1 |
2198 | 2025-02-07T09:24:27.309Z | Checking xz2 v0.1.7 |
2199 | 2025-02-07T09:24:27.703Z | Checking subprocess v0.2.9 |
2200 | 2025-02-07T09:24:27.839Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2201 | 2025-02-07T09:24:27.865Z | Checking humantime v2.1.0 |
2202 | 2025-02-07T09:24:28.197Z | Compiling semver v0.1.20 |
2203 | 2025-02-07T09:24:28.224Z | Checking prettyplease v0.2.25 |
2204 | 2025-02-07T09:24:28.257Z | Checking half v2.4.1 |
2205 | 2025-02-07T09:24:28.282Z | Compiling typify-macro v0.3.0 |
2206 | 2025-02-07T09:24:28.659Z | Compiling rustc_version v0.1.7 |
2207 | 2025-02-07T09:24:28.754Z | Checking ciborium-io v0.2.2 |
2208 | 2025-02-07T09:24:28.781Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2209 | 2025-02-07T09:24:28.906Z | Checking ciborium-ll v0.2.2 |
2210 | 2025-02-07T09:24:29.137Z | Compiling newtype_derive v0.1.6 |
2211 | 2025-02-07T09:24:29.263Z | Checking ciborium v0.2.2 |
2212 | 2025-02-07T09:24:29.649Z | Checking steno v0.4.1 |
2213 | 2025-02-07T09:24:30.795Z | Compiling progenitor-macro v0.8.0 |
2214 | 2025-02-07T09:24:32.041Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2215 | 2025-02-07T09:24:32.108Z | Compiling typify v0.3.0 |
2216 | 2025-02-07T09:24:32.264Z | Compiling progenitor-impl v0.9.1 |
2217 | 2025-02-07T09:24:32.496Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2218 | 2025-02-07T09:24:32.916Z | Compiling slog-dtrace v0.3.0 |
2219 | 2025-02-07T09:24:33.187Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2220 | 2025-02-07T09:24:33.330Z | Checking display-error-chain v0.2.2 |
2221 | 2025-02-07T09:24:33.516Z | Checking gethostname v0.5.0 |
2222 | 2025-02-07T09:24:33.690Z | Checking nibble_vec v0.1.0 |
2223 | 2025-02-07T09:24:33.749Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2224 | 2025-02-07T09:24:33.909Z | Compiling blake3 v1.5.4 |
2225 | 2025-02-07T09:24:33.937Z | Checking endian-type v0.1.2 |
2226 | 2025-02-07T09:24:34.204Z | Checking keccak v0.1.5 |
2227 | 2025-02-07T09:24:34.432Z | Checking radix_trie v0.2.1 |
2228 | 2025-02-07T09:24:34.587Z | Checking sha3 v0.10.8 |
2229 | 2025-02-07T09:24:34.878Z | Checking universal-hash v0.5.1 |
2230 | 2025-02-07T09:24:34.997Z | Checking secrecy v0.8.0 |
2231 | 2025-02-07T09:24:35.054Z | Checking opaque-debug v0.3.1 |
2232 | 2025-02-07T09:24:35.164Z | Checking aead v0.5.2 |
2233 | 2025-02-07T09:24:35.187Z | Checking poly1305 v0.8.0 |
2234 | 2025-02-07T09:24:35.209Z | Checking chacha20 v0.9.1 |
2235 | 2025-02-07T09:24:35.588Z | Compiling memmap2 v0.9.5 |
2236 | 2025-02-07T09:24:35.739Z | Compiling arrayref v0.3.9 |
2237 | 2025-02-07T09:24:35.870Z | Compiling arrayvec v0.7.6 |
2238 | 2025-02-07T09:24:36.051Z | Compiling constant_time_eq v0.3.1 |
2239 | 2025-02-07T09:24:36.210Z | Compiling toolchain_find v0.4.0 |
2240 | 2025-02-07T09:24:36.304Z | Compiling thiserror-impl-no-std v2.0.2 |
2241 | 2025-02-07T09:24:36.329Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2242 | 2025-02-07T09:24:36.642Z | Compiling topological-sort v0.2.2 |
2243 | 2025-02-07T09:24:36.762Z | Compiling rustfmt-wrapper v0.2.1 |
2244 | 2025-02-07T09:24:36.815Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2245 | 2025-02-07T09:24:37.109Z | Compiling omicron-zone-package v0.12.0 |
2246 | 2025-02-07T09:24:37.187Z | Checking chacha20poly1305 v0.10.1 |
2247 | 2025-02-07T09:24:37.338Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2248 | 2025-02-07T09:24:37.402Z | Compiling async-recursion v1.1.1 |
2249 | 2025-02-07T09:24:37.450Z | Checking fxhash v0.2.1 |
2250 | 2025-02-07T09:24:37.649Z | Checking bumpalo v3.16.0 |
2251 | 2025-02-07T09:24:38.007Z | Checking simd-adler32 v0.3.7 |
2252 | 2025-02-07T09:24:38.389Z | Checking lockfree-object-pool v0.1.6 |
2253 | 2025-02-07T09:24:38.658Z | Compiling zip v2.1.3 |
2254 | 2025-02-07T09:24:38.863Z | Checking zopfli v0.8.1 |
2255 | 2025-02-07T09:24:38.958Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2256 | 2025-02-07T09:24:39.037Z | Checking maplit v1.0.2 |
2257 | 2025-02-07T09:24:39.113Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
2258 | 2025-02-07T09:24:39.176Z | Checking termcolor v1.4.1 |
2259 | 2025-02-07T09:24:39.242Z | Checking thiserror-no-std v2.0.2 |
2260 | 2025-02-07T09:24:39.337Z | Compiling radium v0.7.0 |
2261 | 2025-02-07T09:24:39.374Z | Compiling progenitor-macro v0.9.1 |
2262 | 2025-02-07T09:24:39.376Z | Checking vsss-rs v3.3.4 |
2263 | 2025-02-07T09:24:39.618Z | Compiling const_format_proc_macros v0.2.34 |
2264 | 2025-02-07T09:24:39.825Z | Checking tap v1.0.1 |
2265 | 2025-02-07T09:24:40.012Z | Compiling maybe-uninit v2.0.0 |
2266 | 2025-02-07T09:24:40.630Z | Checking wyz v0.5.1 |
2267 | 2025-02-07T09:24:41.032Z | Checking funty v2.0.0 |
2268 | 2025-02-07T09:24:41.142Z | Checking crc-catalog v2.4.0 |
2269 | 2025-02-07T09:24:41.319Z | Checking home v0.5.9 |
2270 | 2025-02-07T09:24:41.495Z | Compiling packed_struct v0.10.1 |
2271 | 2025-02-07T09:24:41.604Z | Checking const_format v0.2.34 |
2272 | 2025-02-07T09:24:41.666Z | Checking crc v3.2.1 |
2273 | 2025-02-07T09:24:41.923Z | Checking bitvec v1.0.1 |
2274 | 2025-02-07T09:24:42.094Z | Checking kstat-rs v0.2.4 |
2275 | 2025-02-07T09:24:42.117Z | Compiling packed_struct_codegen v0.10.1 |
2276 | 2025-02-07T09:24:42.138Z | Compiling vte_generate_state_changes v0.1.2 |
2277 | 2025-02-07T09:24:42.445Z | Compiling indexmap v1.9.3 |
2278 | 2025-02-07T09:24:42.470Z | Checking nodrop v0.1.14 |
2279 | 2025-02-07T09:24:42.619Z | Compiling libefi-sys v0.1.0 |
2280 | 2025-02-07T09:24:42.805Z | Checking vte v0.11.1 |
2281 | 2025-02-07T09:24:42.835Z | Checking array-init v0.0.4 |
2282 | 2025-02-07T09:24:42.971Z | Checking smallvec v0.6.14 |
2283 | 2025-02-07T09:24:43.003Z | Checking fd-lock v4.0.2 |
2284 | 2025-02-07T09:24:43.211Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2285 | 2025-02-07T09:24:43.328Z | Compiling bitfield-struct v0.6.2 |
2286 | 2025-02-07T09:24:43.385Z | Checking progenitor v0.8.0 |
2287 | 2025-02-07T09:24:43.615Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2288 | 2025-02-07T09:24:43.618Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2289 | 2025-02-07T09:24:44.287Z | Checking hashbrown v0.12.3 |
2290 | 2025-02-07T09:24:44.717Z | Checking bitfield v0.14.0 |
2291 | 2025-02-07T09:24:44.794Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2292 | 2025-02-07T09:24:45.031Z | Checking strip-ansi-escapes v0.2.0 |
2293 | 2025-02-07T09:24:45.209Z | Checking serde-hex v0.1.0 |
2294 | 2025-02-07T09:24:45.831Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2295 | 2025-02-07T09:24:45.936Z | Checking env_logger v0.10.2 |
2296 | 2025-02-07T09:24:46.112Z | Checking ron v0.8.1 |
2297 | 2025-02-07T09:24:46.376Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2298 | 2025-02-07T09:24:46.709Z | Checking hashbrown v0.13.2 |
2299 | 2025-02-07T09:24:47.416Z | Checking nu-ansi-term v0.50.1 |
2300 | 2025-02-07T09:24:47.671Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2301 | 2025-02-07T09:24:47.808Z | Checking crc-any v2.5.0 |
2302 | 2025-02-07T09:24:47.833Z | Checking reedline v0.35.0 |
2303 | 2025-02-07T09:24:47.862Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2304 | 2025-02-07T09:24:48.194Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2305 | 2025-02-07T09:24:48.217Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2306 | 2025-02-07T09:24:48.325Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2307 | 2025-02-07T09:24:48.671Z | Checking object v0.30.4 |
2308 | 2025-02-07T09:24:48.992Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2309 | 2025-02-07T09:24:50.484Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2310 | 2025-02-07T09:24:50.557Z | Checking nanorand v0.7.0 |
2311 | 2025-02-07T09:24:50.756Z | Compiling parking_lot_core v0.8.6 |
2312 | 2025-02-07T09:24:50.916Z | Checking path-slash v0.1.5 |
2313 | 2025-02-07T09:24:51.073Z | Checking flume v0.11.1 |
2314 | 2025-02-07T09:24:51.480Z | Compiling phf_generator v0.11.2 |
2315 | 2025-02-07T09:24:51.506Z | Checking bytecount v0.6.8 |
2316 | 2025-02-07T09:24:51.625Z | Checking glob v0.3.2 |
2317 | 2025-02-07T09:24:51.680Z | Checking papergrid v0.11.0 |
2318 | 2025-02-07T09:24:51.683Z | Compiling phf_codegen v0.11.2 |
2319 | 2025-02-07T09:24:51.959Z | Checking parking_lot v0.11.2 |
2320 | 2025-02-07T09:24:51.982Z | Compiling tabled_derive v0.7.0 |
2321 | 2025-02-07T09:24:52.300Z | Compiling parse-zoneinfo v0.3.1 |
2322 | 2025-02-07T09:24:52.324Z | Checking progenitor v0.9.1 |
2323 | 2025-02-07T09:24:52.544Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2324 | 2025-02-07T09:24:53.144Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2325 | 2025-02-07T09:24:54.322Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2326 | 2025-02-07T09:24:54.345Z | Compiling cfg_aliases v0.1.1 |
2327 | 2025-02-07T09:24:54.421Z | Checking tabled v0.15.0 |
2328 | 2025-02-07T09:24:54.462Z | Compiling nix v0.28.0 |
2329 | 2025-02-07T09:24:55.269Z | Compiling chrono-tz-build v0.4.0 |
2330 | 2025-02-07T09:24:56.559Z | Checking sled v0.34.7 |
2331 | 2025-02-07T09:24:56.960Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2332 | 2025-02-07T09:24:57.274Z | Checking hickory-client v0.24.2 |
2333 | 2025-02-07T09:24:57.923Z | Checking hickory-server v0.24.2 |
2334 | 2025-02-07T09:24:58.111Z | Compiling chrono-tz v0.10.1 |
2335 | 2025-02-07T09:24:58.172Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2336 | 2025-02-07T09:24:58.799Z | Compiling unicase v2.7.0 |
2337 | 2025-02-07T09:24:59.154Z | Compiling buf-list v1.0.3 |
2338 | 2025-02-07T09:24:59.372Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2339 | 2025-02-07T09:24:59.857Z | Compiling peg-macros v0.8.4 |
2340 | 2025-02-07T09:25:00.519Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2341 | 2025-02-07T09:25:00.587Z | Compiling sqlparser_derive v0.2.2 |
2342 | 2025-02-07T09:25:01.638Z | Checking unicode_categories v0.1.1 |
2343 | 2025-02-07T09:25:01.660Z | Checking sqlparser v0.45.0 |
2344 | 2025-02-07T09:25:01.683Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2345 | 2025-02-07T09:25:01.762Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2346 | 2025-02-07T09:25:01.943Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2347 | 2025-02-07T09:25:03.242Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2348 | 2025-02-07T09:25:04.937Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2349 | 2025-02-07T09:25:05.006Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2350 | 2025-02-07T09:25:05.819Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2351 | 2025-02-07T09:25:05.864Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2352 | 2025-02-07T09:25:06.264Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2353 | 2025-02-07T09:25:06.807Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2354 | 2025-02-07T09:25:07.489Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2355 | 2025-02-07T09:25:07.647Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2025-02-07T09:25:07.671Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2357 | 2025-02-07T09:25:08.150Z | Checking peg v0.8.4 |
2358 | 2025-02-07T09:25:08.270Z | Checking sqlformat v0.2.6 |
2359 | 2025-02-07T09:25:08.329Z | Checking rustyline v14.0.0 |
2360 | 2025-02-07T09:25:10.026Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2361 | 2025-02-07T09:25:11.027Z | Checking bcs v0.1.6 |
2362 | 2025-02-07T09:25:11.334Z | Checking termtree v0.5.1 |
2363 | 2025-02-07T09:25:11.574Z | Checking primeorder v0.13.6 |
2364 | 2025-02-07T09:25:11.945Z | Compiling mime_guess v2.0.5 |
2365 | 2025-02-07T09:25:12.068Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2366 | 2025-02-07T09:25:12.288Z | Checking http-range v0.1.5 |
2367 | 2025-02-07T09:25:12.669Z | Checking atty v0.2.14 |
2368 | 2025-02-07T09:25:12.795Z | Compiling salty v0.3.0 |
2369 | 2025-02-07T09:25:12.822Z | Checking p384 v0.13.0 |
2370 | 2025-02-07T09:25:12.923Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2371 | 2025-02-07T09:25:12.999Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2372 | 2025-02-07T09:25:13.265Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2373 | 2025-02-07T09:25:13.601Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2374 | 2025-02-07T09:25:13.890Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2375 | 2025-02-07T09:25:13.933Z | Checking hyper-staticfile v0.10.1 |
2376 | 2025-02-07T09:25:14.204Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2377 | 2025-02-07T09:25:14.361Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2378 | 2025-02-07T09:25:14.420Z | Compiling dsl_auto_type v0.1.2 |
2379 | 2025-02-07T09:25:14.476Z | Checking scheduled-thread-pool v0.2.7 |
2380 | 2025-02-07T09:25:14.639Z | Checking env_filter v0.1.2 |
2381 | 2025-02-07T09:25:14.721Z | Compiling diesel_table_macro_syntax v0.2.0 |
2382 | 2025-02-07T09:25:14.886Z | Compiling crunchy v0.2.2 |
2383 | 2025-02-07T09:25:14.972Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2384 | 2025-02-07T09:25:15.384Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2385 | 2025-02-07T09:25:15.706Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2386 | 2025-02-07T09:25:15.821Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2387 | 2025-02-07T09:25:16.655Z | Compiling diesel_derives v2.2.3 |
2388 | 2025-02-07T09:25:16.796Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2389 | 2025-02-07T09:25:17.210Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2390 | 2025-02-07T09:25:17.847Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2391 | 2025-02-07T09:25:18.023Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2392 | 2025-02-07T09:25:18.271Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2393 | 2025-02-07T09:25:18.956Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2394 | 2025-02-07T09:25:19.142Z | Checking env_logger v0.11.5 |
2395 | 2025-02-07T09:25:19.472Z | Checking r2d2 v0.8.10 |
2396 | 2025-02-07T09:25:19.805Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2397 | 2025-02-07T09:25:20.045Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2398 | 2025-02-07T09:25:20.386Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2399 | 2025-02-07T09:25:20.700Z | Compiling tiny-keccak v2.0.2 |
2400 | 2025-02-07T09:25:21.106Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2401 | 2025-02-07T09:25:21.528Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2402 | 2025-02-07T09:25:21.552Z | Compiling ref-cast v1.0.23 |
2403 | 2025-02-07T09:25:22.484Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2404 | 2025-02-07T09:25:22.565Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2405 | 2025-02-07T09:25:22.787Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2406 | 2025-02-07T09:25:23.347Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2407 | 2025-02-07T09:25:23.803Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2408 | 2025-02-07T09:25:23.986Z | Compiling ascii-canvas v3.0.0 |
2409 | 2025-02-07T09:25:24.121Z | Compiling ena v0.14.3 |
2410 | 2025-02-07T09:25:24.499Z | Compiling ref-cast-impl v1.0.23 |
2411 | 2025-02-07T09:25:24.551Z | Compiling regex-syntax v0.6.29 |
2412 | 2025-02-07T09:25:24.574Z | Compiling diff v0.1.13 |
2413 | 2025-02-07T09:25:25.222Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2414 | 2025-02-07T09:25:25.863Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2415 | 2025-02-07T09:25:26.244Z | Compiling pin-project-internal v1.1.6 |
2416 | 2025-02-07T09:25:26.283Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2417 | 2025-02-07T09:25:26.607Z | Compiling derive_builder_core v0.20.2 |
2418 | 2025-02-07T09:25:27.690Z | Compiling libxml v0.3.3 |
2419 | 2025-02-07T09:25:28.109Z | Compiling lalrpop v0.19.12 |
2420 | 2025-02-07T09:25:28.258Z | Checking diesel v2.2.6 |
2421 | 2025-02-07T09:25:28.854Z | Compiling derive_builder_macro v0.20.2 |
2422 | 2025-02-07T09:25:28.967Z | Checking signal-hook-tokio v0.3.1 |
2423 | 2025-02-07T09:25:29.117Z | Checking pin-project v1.1.6 |
2424 | 2025-02-07T09:25:29.195Z | Compiling strum_macros v0.24.3 |
2425 | 2025-02-07T09:25:29.280Z | Compiling samael v0.0.17 |
2426 | 2025-02-07T09:25:29.790Z | Compiling snafu-derive v0.8.5 |
2427 | 2025-02-07T09:25:29.991Z | Compiling indoc v1.0.9 |
2428 | 2025-02-07T09:25:30.439Z | Checking derive_builder v0.20.2 |
2429 | 2025-02-07T09:25:30.922Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2430 | 2025-02-07T09:25:32.049Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2431 | 2025-02-07T09:25:32.159Z | Checking olpc-cjson v0.1.4 |
2432 | 2025-02-07T09:25:32.363Z | Checking globset v0.4.15 |
2433 | 2025-02-07T09:25:32.400Z | Checking quick-xml v0.33.0 |
2434 | 2025-02-07T09:25:32.504Z | Checking serde_plain v1.0.2 |
2435 | 2025-02-07T09:25:32.770Z | Compiling impl-trait-for-tuples v0.2.2 |
2436 | 2025-02-07T09:25:32.850Z | Compiling oso-derive v0.27.3 |
2437 | 2025-02-07T09:25:33.146Z | Compiling memoffset v0.9.1 |
2438 | 2025-02-07T09:25:33.481Z | Checking typed-path v0.9.3 |
2439 | 2025-02-07T09:25:34.090Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2440 | 2025-02-07T09:25:34.792Z | Checking snafu v0.8.5 |
2441 | 2025-02-07T09:25:35.270Z | Checking tungstenite v0.23.0 |
2442 | 2025-02-07T09:25:35.383Z | Checking tough v0.19.0 |
2443 | 2025-02-07T09:25:35.803Z | Compiling diesel-dtrace v0.4.2 |
2444 | 2025-02-07T09:25:36.117Z | Checking parse-size v1.1.0 |
2445 | 2025-02-07T09:25:36.143Z | Checking tokio-tungstenite v0.23.1 |
2446 | 2025-02-07T09:25:36.556Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2447 | 2025-02-07T09:25:36.615Z | Checking bb8 v0.8.5 |
2448 | 2025-02-07T09:25:36.877Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2449 | 2025-02-07T09:25:37.155Z | Checking nix v0.27.1 |
2450 | 2025-02-07T09:25:37.297Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2451 | 2025-02-07T09:25:37.569Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2452 | 2025-02-07T09:25:39.078Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2453 | 2025-02-07T09:25:39.807Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2454 | 2025-02-07T09:25:39.958Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2455 | 2025-02-07T09:25:40.182Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2456 | 2025-02-07T09:25:40.316Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2457 | 2025-02-07T09:25:40.688Z | Checking heck v0.4.1 |
2458 | 2025-02-07T09:25:40.933Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2459 | 2025-02-07T09:25:41.275Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2460 | 2025-02-07T09:25:41.362Z | Checking rand_seeder v0.3.0 |
2461 | 2025-02-07T09:25:41.550Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2462 | 2025-02-07T09:25:41.636Z | Checking assert_matches v1.5.0 |
2463 | 2025-02-07T09:25:41.753Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2464 | 2025-02-07T09:25:41.830Z | Compiling libz-sys v1.1.20 |
2465 | 2025-02-07T09:25:42.003Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2466 | 2025-02-07T09:25:42.195Z | Checking castaway v0.2.3 |
2467 | 2025-02-07T09:25:42.308Z | Checking is_ci v1.2.0 |
2468 | 2025-02-07T09:25:42.367Z | Checking compact_str v0.8.0 |
2469 | 2025-02-07T09:25:42.470Z | Checking supports-color v3.0.1 |
2470 | 2025-02-07T09:25:42.634Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2471 | 2025-02-07T09:25:42.693Z | Checking unicode-truncate v1.1.0 |
2472 | 2025-02-07T09:25:42.969Z | Checking cargo-platform v0.1.8 |
2473 | 2025-02-07T09:25:43.155Z | Checking lru v0.12.5 |
2474 | 2025-02-07T09:25:43.175Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2475 | 2025-02-07T09:25:43.306Z | Compiling instability v0.3.2 |
2476 | 2025-02-07T09:25:43.440Z | Checking cassowary v0.3.0 |
2477 | 2025-02-07T09:25:44.101Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2025-02-07T09:25:44.253Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2479 | 2025-02-07T09:25:44.292Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2480 | 2025-02-07T09:25:44.340Z | Checking ratatui v0.28.1 |
2481 | 2025-02-07T09:25:45.006Z | Compiling vergen v8.3.2 |
2482 | 2025-02-07T09:25:45.333Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2483 | 2025-02-07T09:25:45.804Z | Checking smawk v0.3.2 |
2484 | 2025-02-07T09:25:45.879Z | Checking unicode-linebreak v0.1.5 |
2485 | 2025-02-07T09:25:46.036Z | Compiling cargo_metadata v0.18.1 |
2486 | 2025-02-07T09:25:46.270Z | Checking textwrap v0.16.1 |
2487 | 2025-02-07T09:25:46.732Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2488 | 2025-02-07T09:25:47.440Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2489 | 2025-02-07T09:25:47.798Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2490 | 2025-02-07T09:25:48.080Z | Compiling libsqlite3-sys v0.30.1 |
2491 | 2025-02-07T09:25:48.585Z | Compiling cfg_aliases v0.2.1 |
2492 | 2025-02-07T09:25:48.715Z | Checking shell-words v1.1.0 |
2493 | 2025-02-07T09:25:48.905Z | Compiling rustls v0.21.12 |
2494 | 2025-02-07T09:25:48.945Z | Compiling nix v0.29.0 |
2495 | 2025-02-07T09:25:49.234Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2496 | 2025-02-07T09:25:49.258Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2497 | 2025-02-07T09:25:49.281Z | Checking sct v0.7.1 |
2498 | 2025-02-07T09:25:49.506Z | Checking rustls-webpki v0.101.7 |
2499 | 2025-02-07T09:25:49.615Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2500 | 2025-02-07T09:25:49.814Z | Checking hashlink v0.9.1 |
2501 | 2025-02-07T09:25:49.910Z | Checking concurrent-queue v2.5.0 |
2502 | 2025-02-07T09:25:49.953Z | Checking parking v2.2.1 |
2503 | 2025-02-07T09:25:49.977Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2504 | 2025-02-07T09:25:50.116Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2025-02-07T09:25:50.259Z | Checking fallible-iterator v0.3.0 |
2506 | 2025-02-07T09:25:50.384Z | Checking plotters-backend v0.3.7 |
2507 | 2025-02-07T09:25:50.720Z | Checking fallible-streaming-iterator v0.1.9 |
2508 | 2025-02-07T09:25:50.837Z | Checking plotters-svg v0.3.7 |
2509 | 2025-02-07T09:25:50.968Z | Checking rusqlite v0.32.1 |
2510 | 2025-02-07T09:25:51.100Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2025-02-07T09:25:51.124Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2512 | 2025-02-07T09:25:52.841Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2513 | 2025-02-07T09:25:52.891Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2514 | 2025-02-07T09:25:53.109Z | Checking tokio-rustls v0.24.1 |
2515 | 2025-02-07T09:25:53.471Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2516 | 2025-02-07T09:25:53.584Z | Checking rustls-pemfile v1.0.4 |
2517 | 2025-02-07T09:25:53.784Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2518 | 2025-02-07T09:25:53.817Z | Checking twox-hash v2.1.0 |
2519 | 2025-02-07T09:25:53.957Z | Checking cast v0.3.0 |
2520 | 2025-02-07T09:25:54.177Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2521 | 2025-02-07T09:25:54.278Z | Checking criterion-plot v0.5.0 |
2522 | 2025-02-07T09:25:54.484Z | Checking plotters v0.3.7 |
2523 | 2025-02-07T09:25:54.765Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2524 | 2025-02-07T09:25:55.333Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2525 | 2025-02-07T09:25:56.110Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2526 | 2025-02-07T09:25:56.291Z | Checking fatfs v0.3.6 |
2527 | 2025-02-07T09:25:56.400Z | Checking tinytemplate v1.2.1 |
2528 | 2025-02-07T09:25:56.780Z | Checking csv-core v0.1.11 |
2529 | 2025-02-07T09:25:57.118Z | Checking hex-literal v0.4.1 |
2530 | 2025-02-07T09:25:57.284Z | Checking oorandom v11.1.4 |
2531 | 2025-02-07T09:25:57.320Z | Checking anes v0.1.6 |
2532 | 2025-02-07T09:25:57.450Z | Checking csv v1.3.1 |
2533 | 2025-02-07T09:25:57.684Z | Checking criterion v0.5.1 |
2534 | 2025-02-07T09:25:57.853Z | Checking event-listener v5.3.1 |
2535 | 2025-02-07T09:25:58.284Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2536 | 2025-02-07T09:25:59.865Z | Checking async-bb8-diesel v0.2.1 |
2537 | 2025-02-07T09:26:00.523Z | Checking rtoolbox v0.0.2 |
2538 | 2025-02-07T09:26:00.721Z | Checking event-listener-strategy v0.5.2 |
2539 | 2025-02-07T09:26:00.742Z | Checking rpassword v7.3.1 |
2540 | 2025-02-07T09:26:00.902Z | Checking tui-tree-widget v0.22.0 |
2541 | 2025-02-07T09:26:00.925Z | Checking polyval v0.6.2 |
2542 | 2025-02-07T09:26:01.220Z | Checking ghash v0.5.1 |
2543 | 2025-02-07T09:26:01.245Z | Checking futures-lite v2.3.0 |
2544 | 2025-02-07T09:26:01.405Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2545 | 2025-02-07T09:26:02.457Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2546 | 2025-02-07T09:26:02.520Z | Checking ctr v0.9.2 |
2547 | 2025-02-07T09:26:02.944Z | Checking yansi v1.0.1 |
2548 | 2025-02-07T09:26:03.224Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2549 | 2025-02-07T09:26:03.482Z | Checking aes-gcm v0.10.3 |
2550 | 2025-02-07T09:26:03.515Z | Checking pretty_assertions v1.4.1 |
2551 | 2025-02-07T09:26:03.704Z | Checking ssh-encoding v0.2.0 |
2552 | 2025-02-07T09:26:03.741Z | Checking blowfish v0.9.1 |
2553 | 2025-02-07T09:26:03.997Z | Checking bcrypt-pbkdf v0.10.0 |
2554 | 2025-02-07T09:26:04.020Z | Checking ssh-cipher v0.2.0 |
2555 | 2025-02-07T09:26:04.273Z | Checking async-lock v3.4.0 |
2556 | 2025-02-07T09:26:04.312Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2557 | 2025-02-07T09:26:05.076Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2558 | 2025-02-07T09:26:05.108Z | Checking polling v3.7.3 |
2559 | 2025-02-07T09:26:05.508Z | Checking password-hash v0.4.2 |
2560 | 2025-02-07T09:26:05.884Z | Checking pbkdf2 v0.11.0 |
2561 | 2025-02-07T09:26:06.182Z | Checking async-io v2.3.4 |
2562 | 2025-02-07T09:26:06.441Z | Checking ssh-key v0.6.6 |
2563 | 2025-02-07T09:26:07.121Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2564 | 2025-02-07T09:26:07.812Z | Checking p256 v0.13.2 |
2565 | 2025-02-07T09:26:08.057Z | Checking p521 v0.13.3 |
2566 | 2025-02-07T09:26:08.267Z | Checking russh-cryptovec v0.7.3 |
2567 | 2025-02-07T09:26:08.507Z | Checking async-task v4.7.1 |
2568 | 2025-02-07T09:26:08.910Z | Compiling target-lexicon v0.12.16 |
2569 | 2025-02-07T09:26:09.183Z | Compiling doc-comment v0.3.3 |
2570 | 2025-02-07T09:26:09.428Z | Checking md5 v0.7.0 |
2571 | 2025-02-07T09:26:09.690Z | Checking russh-keys v0.45.0 |
2572 | 2025-02-07T09:26:09.853Z | Checking async-channel v2.3.1 |
2573 | 2025-02-07T09:26:09.938Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2574 | 2025-02-07T09:26:10.163Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2575 | 2025-02-07T09:26:10.919Z | Checking piper v0.2.4 |
2576 | 2025-02-07T09:26:11.020Z | Checking num-bigint v0.4.6 |
2577 | 2025-02-07T09:26:11.182Z | Checking des v0.8.1 |
2578 | 2025-02-07T09:26:11.424Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2579 | 2025-02-07T09:26:11.487Z | Compiling assert_cmd v2.0.16 |
2580 | 2025-02-07T09:26:11.902Z | Checking futures-timer v3.0.3 |
2581 | 2025-02-07T09:26:12.191Z | Compiling guppy-workspace-hack v0.1.0 |
2582 | 2025-02-07T09:26:12.294Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2583 | 2025-02-07T09:26:12.546Z | Checking blocking v1.6.1 |
2584 | 2025-02-07T09:26:13.346Z | Checking russh v0.45.0 |
2585 | 2025-02-07T09:26:13.412Z | Checking async-executor v1.13.1 |
2586 | 2025-02-07T09:26:13.635Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2587 | 2025-02-07T09:26:13.738Z | Checking async-signal v0.2.10 |
2588 | 2025-02-07T09:26:14.030Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2589 | 2025-02-07T09:26:14.431Z | Checking event-listener v2.5.3 |
2590 | 2025-02-07T09:26:14.453Z | Checking internet-checksum v0.2.1 |
2591 | 2025-02-07T09:26:14.649Z | Compiling target-spec v3.3.1 |
2592 | 2025-02-07T09:26:14.652Z | Checking async-channel v1.9.0 |
2593 | 2025-02-07T09:26:15.135Z | Checking async-process v2.3.0 |
2594 | 2025-02-07T09:26:15.288Z | Checking async-global-executor v2.4.1 |
2595 | 2025-02-07T09:26:15.556Z | Checking cfg-expr v0.17.2 |
2596 | 2025-02-07T09:26:15.713Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2597 | 2025-02-07T09:26:15.936Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2598 | 2025-02-07T09:26:16.424Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2599 | 2025-02-07T09:26:16.844Z | Checking httptest v0.16.1 |
2600 | 2025-02-07T09:26:17.197Z | Checking rustls-native-certs v0.7.3 |
2601 | 2025-02-07T09:26:17.405Z | Compiling petname v2.0.2 |
2602 | 2025-02-07T09:26:17.472Z | Checking num_cpus v1.16.0 |
2603 | 2025-02-07T09:26:17.496Z | Checking kv-log-macro v1.0.7 |
2604 | 2025-02-07T09:26:17.626Z | Compiling async-attributes v1.1.2 |
2605 | 2025-02-07T09:26:18.495Z | Checking async-std v1.13.0 |
2606 | 2025-02-07T09:26:18.792Z | Checking threadpool v1.8.1 |
2607 | 2025-02-07T09:26:19.044Z | Checking hyper-rustls v0.26.0 |
2608 | 2025-02-07T09:26:19.678Z | Checking cargo_metadata v0.19.1 |
2609 | 2025-02-07T09:26:19.722Z | Checking pathdiff v0.2.3 |
2610 | 2025-02-07T09:26:19.786Z | Compiling rstest_macros v0.23.0 |
2611 | 2025-02-07T09:26:19.898Z | Checking nested v0.1.1 |
2612 | 2025-02-07T09:26:20.134Z | Compiling target-triple v0.1.3 |
2613 | 2025-02-07T09:26:20.255Z | Checking escape8259 v0.5.3 |
2614 | 2025-02-07T09:26:20.458Z | Checking libtest-mimic v0.7.3 |
2615 | 2025-02-07T09:26:20.763Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2616 | 2025-02-07T09:26:21.372Z | Checking guppy v0.17.12 |
2617 | 2025-02-07T09:26:21.758Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2618 | 2025-02-07T09:26:21.927Z | Checking async-object-pool v0.1.5 |
2619 | 2025-02-07T09:26:22.080Z | Checking similar-asserts v1.6.0 |
2620 | 2025-02-07T09:26:22.130Z | Checking fancy-regex v0.13.0 |
2621 | 2025-02-07T09:26:22.353Z | Checking serde_regex v1.1.0 |
2622 | 2025-02-07T09:26:22.624Z | Checking assert-json-diff v2.0.2 |
2623 | 2025-02-07T09:26:22.866Z | Compiling proc-macro-crate v3.2.0 |
2624 | 2025-02-07T09:26:22.926Z | Checking path-tree v0.8.1 |
2625 | 2025-02-07T09:26:23.282Z | Checking stringmetrics v2.2.2 |
2626 | 2025-02-07T09:26:23.391Z | Compiling relative-path v1.9.3 |
2627 | 2025-02-07T09:26:23.422Z | Checking sync-ptr v0.1.1 |
2628 | 2025-02-07T09:26:23.548Z | Checking httpmock v0.8.0-alpha.1 |
2629 | 2025-02-07T09:26:23.669Z | Checking datatest-stable v0.2.9 |
2630 | 2025-02-07T09:26:24.028Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2631 | 2025-02-07T09:26:24.142Z | Checking blake2b_simd v1.0.2 |
2632 | 2025-02-07T09:26:25.022Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2633 | 2025-02-07T09:26:25.415Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2634 | 2025-02-07T09:26:25.754Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2635 | 2025-02-07T09:26:26.090Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2636 | 2025-02-07T09:26:26.417Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2637 | 2025-02-07T09:26:26.983Z | Checking serde_tokenstream v0.2.2 |
2638 | 2025-02-07T09:26:27.420Z | Checking uzers v0.12.1 |
2639 | 2025-02-07T09:26:27.994Z | Checking rust-argon2 v2.1.0 |
2640 | 2025-02-07T09:26:28.401Z | Checking trybuild v1.0.101 |
2641 | 2025-02-07T09:26:28.434Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2642 | 2025-02-07T09:26:29.589Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2643 | 2025-02-07T09:26:29.665Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2644 | 2025-02-07T09:26:30.853Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2645 | 2025-02-07T09:26:31.205Z | Checking rand_distr v0.4.3 |
2646 | 2025-02-07T09:26:31.947Z | Checking multimap v0.10.0 |
2647 | 2025-02-07T09:26:32.280Z | Checking approx v0.5.1 |
2648 | 2025-02-07T09:26:32.582Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2649 | 2025-02-07T09:26:33.381Z | Checking rstest v0.23.0 |
2650 | 2025-02-07T09:26:33.614Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2651 | 2025-02-07T09:26:34.197Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2652 | 2025-02-07T09:26:34.843Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2653 | 2025-02-07T09:26:35.182Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2654 | 2025-02-07T09:26:35.620Z | Checking partial-io v0.5.4 |
2655 | 2025-02-07T09:26:35.714Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2656 | 2025-02-07T09:26:36.008Z | Compiling git2 v0.19.0 |
2657 | 2025-02-07T09:26:36.037Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2658 | 2025-02-07T09:26:36.081Z | Checking cargo_toml v0.20.5 |
2659 | 2025-02-07T09:26:36.105Z | Checking termios v0.3.3 |
2660 | 2025-02-07T09:26:36.333Z | Compiling indoc v2.0.5 |
2661 | 2025-02-07T09:26:37.281Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2662 | 2025-02-07T09:26:38.070Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2663 | 2025-02-07T09:26:38.097Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2664 | 2025-02-07T09:26:42.658Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2665 | 2025-02-07T09:26:44.482Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2666 | 2025-02-07T09:26:45.510Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2667 | 2025-02-07T09:26:58.136Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2668 | 2025-02-07T09:27:06.720Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2669 | 2025-02-07T09:27:33.917Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2670 | 2025-02-07T09:27:34.621Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2671 | 2025-02-07T09:27:36.094Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2672 | 2025-02-07T09:27:51.368Z | Compiling polar-core v0.27.3 |
2673 | 2025-02-07T09:27:59.000Z | Checking oso v0.27.3 |
2674 | 2025-02-07T09:28:33.738Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2675 | 2025-02-07T09:28:33.738Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2676 | 2025-02-07T09:28:33.741Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2677 | 2025-02-07T09:29:45.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2678 | 2025-02-07T09:29:45.517Z | |
2679 | 2025-02-07T09:29:45.517Z | real 6:24.811504885 |
2680 | 2025-02-07T09:29:45.517Z | user 33:56.856939370 |
2681 | 2025-02-07T09:29:45.517Z | sys 5:08.150739919 |
2682 | 2025-02-07T09:29:45.517Z | trap 0.986453032 |
2683 | 2025-02-07T09:29:45.517Z | tflt 2.885676774 |
2684 | 2025-02-07T09:29:45.517Z | dflt 0.337427289 |
2685 | 2025-02-07T09:29:45.517Z | kflt 0.001045025 |
2686 | 2025-02-07T09:29:45.517Z | lock 47:31.055660024 |
2687 | 2025-02-07T09:29:45.517Z | slp 1:55:00.363514127 |
2688 | 2025-02-07T09:29:45.517Z | lat 1:46.929858257 |
2689 | 2025-02-07T09:29:45.517Z | stop 6:52.203063908 |
2690 | 2025-02-07T09:29:45.521Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2691 | 2025-02-07T09:29:45.521Z | + ptime -m cargo doc --workspace --no-deps |
2692 | 2025-02-07T09:29:46.704Z | warning: output filename collision. |
2693 | 2025-02-07T09:29:46.704Z | 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)`. |
2694 | 2025-02-07T09:29:46.704Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2695 | 2025-02-07T09:29:46.704Z | The targets should have unique names. |
2696 | 2025-02-07T09:29:46.704Z | This is a known bug where multiple crates with the same name use |
2697 | 2025-02-07T09:29:46.704Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2698 | 2025-02-07T09:29:47.191Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2699 | 2025-02-07T09:29:47.263Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2700 | 2025-02-07T09:29:47.285Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2701 | 2025-02-07T09:29:47.329Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2702 | 2025-02-07T09:29:47.353Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2025-02-07T09:29:47.386Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2704 | 2025-02-07T09:29:47.389Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2705 | 2025-02-07T09:29:47.619Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2706 | 2025-02-07T09:29:47.646Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2707 | 2025-02-07T09:29:47.690Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2708 | 2025-02-07T09:29:47.730Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2709 | 2025-02-07T09:29:47.900Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2710 | 2025-02-07T09:29:48.011Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2711 | 2025-02-07T09:29:48.206Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2712 | 2025-02-07T09:29:48.391Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2713 | 2025-02-07T09:29:48.473Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2714 | 2025-02-07T09:29:48.813Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2715 | 2025-02-07T09:29:49.184Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2716 | 2025-02-07T09:29:49.449Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2717 | 2025-02-07T09:29:49.473Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2718 | 2025-02-07T09:29:49.558Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2719 | 2025-02-07T09:29:49.794Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2720 | 2025-02-07T09:29:49.907Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2721 | 2025-02-07T09:29:50.145Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2722 | 2025-02-07T09:29:50.248Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2723 | 2025-02-07T09:29:50.653Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2724 | 2025-02-07T09:29:50.957Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2725 | 2025-02-07T09:29:51.071Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2726 | 2025-02-07T09:29:51.510Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2727 | 2025-02-07T09:29:51.629Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2728 | 2025-02-07T09:29:51.712Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2729 | 2025-02-07T09:29:51.743Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2730 | 2025-02-07T09:29:51.944Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2731 | 2025-02-07T09:29:52.023Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2732 | 2025-02-07T09:29:52.162Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2733 | 2025-02-07T09:29:52.185Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2734 | 2025-02-07T09:29:52.282Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2025-02-07T09:29:52.544Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2736 | 2025-02-07T09:29:52.580Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2737 | 2025-02-07T09:29:52.708Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2738 | 2025-02-07T09:29:52.862Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2739 | 2025-02-07T09:29:53.090Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2740 | 2025-02-07T09:29:53.111Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2741 | 2025-02-07T09:29:53.158Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2742 | 2025-02-07T09:29:53.230Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2743 | 2025-02-07T09:29:53.457Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2744 | 2025-02-07T09:29:54.058Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2745 | 2025-02-07T09:29:54.607Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2746 | 2025-02-07T09:29:55.010Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2747 | 2025-02-07T09:29:56.024Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2748 | 2025-02-07T09:29:56.252Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2749 | 2025-02-07T09:29:57.163Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2750 | 2025-02-07T09:29:57.207Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2751 | 2025-02-07T09:29:57.413Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2752 | 2025-02-07T09:29:58.151Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2753 | 2025-02-07T09:29:58.417Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2754 | 2025-02-07T09:29:59.391Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2755 | 2025-02-07T09:29:59.852Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2756 | 2025-02-07T09:30:00.930Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2757 | 2025-02-07T09:30:01.091Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2758 | 2025-02-07T09:30:01.760Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2759 | 2025-02-07T09:30:01.836Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2760 | 2025-02-07T09:30:01.930Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2761 | 2025-02-07T09:30:01.987Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2762 | 2025-02-07T09:30:03.312Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2763 | 2025-02-07T09:30:03.410Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2764 | 2025-02-07T09:30:03.506Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2765 | 2025-02-07T09:30:03.824Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2766 | 2025-02-07T09:30:05.749Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2767 | 2025-02-07T09:30:06.962Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2768 | 2025-02-07T09:30:07.346Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2769 | 2025-02-07T09:30:07.378Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2770 | 2025-02-07T09:30:08.195Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2771 | 2025-02-07T09:30:08.518Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2772 | 2025-02-07T09:30:08.650Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2773 | 2025-02-07T09:30:09.259Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2774 | 2025-02-07T09:30:10.123Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2775 | 2025-02-07T09:30:10.697Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2776 | 2025-02-07T09:30:11.013Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2777 | 2025-02-07T09:30:11.331Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2778 | 2025-02-07T09:30:11.518Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2779 | 2025-02-07T09:30:11.883Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2780 | 2025-02-07T09:30:12.109Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2781 | 2025-02-07T09:30:12.253Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2782 | 2025-02-07T09:30:12.441Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2783 | 2025-02-07T09:30:12.604Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2784 | 2025-02-07T09:30:12.979Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2785 | 2025-02-07T09:30:13.570Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2786 | 2025-02-07T09:30:13.612Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2787 | 2025-02-07T09:30:14.149Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2788 | 2025-02-07T09:30:14.296Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2789 | 2025-02-07T09:30:14.578Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2790 | 2025-02-07T09:30:15.045Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2791 | 2025-02-07T09:30:15.815Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2792 | 2025-02-07T09:30:15.984Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2793 | 2025-02-07T09:30:16.039Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2794 | 2025-02-07T09:30:16.061Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2795 | 2025-02-07T09:30:16.089Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2796 | 2025-02-07T09:30:16.590Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2797 | 2025-02-07T09:30:16.593Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2798 | 2025-02-07T09:30:16.790Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2799 | 2025-02-07T09:30:17.197Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2800 | 2025-02-07T09:30:17.718Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2801 | 2025-02-07T09:30:17.855Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2802 | 2025-02-07T09:30:18.140Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2803 | 2025-02-07T09:30:18.580Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2804 | 2025-02-07T09:30:19.200Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2805 | 2025-02-07T09:30:20.857Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2806 | 2025-02-07T09:30:21.687Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2807 | 2025-02-07T09:30:22.029Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2808 | 2025-02-07T09:30:22.331Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2809 | 2025-02-07T09:30:22.733Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2810 | 2025-02-07T09:30:22.804Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2811 | 2025-02-07T09:30:22.836Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2812 | 2025-02-07T09:30:22.934Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2813 | 2025-02-07T09:30:23.113Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2814 | 2025-02-07T09:30:24.096Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2815 | 2025-02-07T09:30:24.473Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2816 | 2025-02-07T09:30:24.681Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2817 | 2025-02-07T09:30:24.886Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2818 | 2025-02-07T09:30:25.068Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2819 | 2025-02-07T09:30:25.340Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2820 | 2025-02-07T09:30:27.544Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2821 | 2025-02-07T09:30:29.185Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2822 | 2025-02-07T09:30:29.548Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2823 | 2025-02-07T09:30:29.803Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2824 | 2025-02-07T09:30:30.105Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2825 | 2025-02-07T09:30:30.208Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2826 | 2025-02-07T09:30:30.607Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2827 | 2025-02-07T09:30:32.202Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2828 | 2025-02-07T09:30:32.921Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2829 | 2025-02-07T09:30:35.266Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2830 | 2025-02-07T09:30:35.968Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2831 | 2025-02-07T09:30:36.967Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2832 | 2025-02-07T09:30:38.989Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2833 | 2025-02-07T09:30:40.150Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2834 | 2025-02-07T09:30:43.210Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2835 | 2025-02-07T09:30:43.234Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2836 | 2025-02-07T09:30:45.463Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2837 | 2025-02-07T09:30:50.285Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2838 | 2025-02-07T09:30:51.122Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2839 | 2025-02-07T09:30:51.185Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2840 | 2025-02-07T09:30:51.752Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2841 | 2025-02-07T09:30:52.224Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2842 | 2025-02-07T09:30:52.634Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2843 | 2025-02-07T09:30:53.539Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2844 | 2025-02-07T09:30:54.886Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2845 | 2025-02-07T09:30:56.155Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2846 | 2025-02-07T09:30:56.155Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2847 | 2025-02-07T09:30:57.289Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2848 | 2025-02-07T09:31:00.084Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2849 | 2025-02-07T09:31:00.635Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2850 | 2025-02-07T09:31:00.950Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2851 | 2025-02-07T09:31:02.602Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2852 | 2025-02-07T09:31:02.833Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2853 | 2025-02-07T09:31:03.648Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2854 | 2025-02-07T09:31:03.953Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2855 | 2025-02-07T09:31:05.377Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2856 | 2025-02-07T09:31:07.550Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2857 | 2025-02-07T09:31:07.863Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2858 | 2025-02-07T09:31:07.970Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2859 | 2025-02-07T09:31:08.061Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2860 | 2025-02-07T09:31:08.380Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2861 | 2025-02-07T09:31:09.021Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2862 | 2025-02-07T09:31:11.150Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2863 | 2025-02-07T09:31:11.702Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2864 | 2025-02-07T09:31:11.861Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2865 | 2025-02-07T09:31:13.549Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2866 | 2025-02-07T09:31:13.680Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2867 | 2025-02-07T09:31:14.536Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2868 | 2025-02-07T09:31:15.617Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2869 | 2025-02-07T09:31:16.171Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2870 | 2025-02-07T09:31:16.430Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2871 | 2025-02-07T09:31:16.450Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2872 | 2025-02-07T09:31:17.665Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2873 | 2025-02-07T09:31:19.714Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2874 | 2025-02-07T09:31:19.737Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2875 | 2025-02-07T09:31:19.772Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2876 | 2025-02-07T09:31:19.916Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2877 | 2025-02-07T09:31:21.080Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2878 | 2025-02-07T09:31:21.158Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2879 | 2025-02-07T09:31:23.207Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2880 | 2025-02-07T09:31:23.747Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2881 | 2025-02-07T09:31:23.835Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2882 | 2025-02-07T09:31:25.129Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2883 | 2025-02-07T09:31:26.422Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2884 | 2025-02-07T09:31:26.668Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2885 | 2025-02-07T09:31:27.064Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2886 | 2025-02-07T09:31:27.926Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2887 | 2025-02-07T09:31:30.424Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2888 | 2025-02-07T09:31:30.571Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2889 | 2025-02-07T09:31:30.996Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2890 | 2025-02-07T09:31:32.157Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2891 | 2025-02-07T09:31:33.176Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2892 | 2025-02-07T09:31:34.545Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2893 | 2025-02-07T09:31:34.838Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2894 | 2025-02-07T09:31:35.504Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2895 | 2025-02-07T09:31:35.718Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2896 | 2025-02-07T09:31:38.689Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2897 | 2025-02-07T09:31:38.803Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2898 | 2025-02-07T09:31:38.896Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2899 | 2025-02-07T09:31:39.184Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2900 | 2025-02-07T09:31:40.201Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2901 | 2025-02-07T09:31:42.188Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2902 | 2025-02-07T09:31:42.571Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2903 | 2025-02-07T09:31:43.768Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2904 | 2025-02-07T09:31:43.857Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2905 | 2025-02-07T09:31:44.022Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2906 | 2025-02-07T09:31:45.120Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2907 | 2025-02-07T09:31:46.549Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2908 | 2025-02-07T09:31:47.273Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2909 | 2025-02-07T09:31:47.383Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2910 | 2025-02-07T09:31:47.641Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2911 | 2025-02-07T09:31:49.476Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2912 | 2025-02-07T09:31:49.578Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2913 | 2025-02-07T09:31:51.001Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2914 | 2025-02-07T09:31:51.056Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2915 | 2025-02-07T09:31:51.841Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2916 | 2025-02-07T09:31:52.883Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2917 | 2025-02-07T09:31:52.931Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2918 | 2025-02-07T09:31:53.365Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2919 | 2025-02-07T09:31:53.414Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2920 | 2025-02-07T09:31:53.904Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2921 | 2025-02-07T09:31:54.093Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2922 | 2025-02-07T09:31:54.766Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2923 | 2025-02-07T09:31:55.262Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2924 | 2025-02-07T09:31:55.413Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2925 | 2025-02-07T09:31:55.416Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2926 | 2025-02-07T09:32:11.150Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2927 | 2025-02-07T09:32:11.152Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2928 | 2025-02-07T09:32:11.152Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2929 | 2025-02-07T09:32:11.152Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2930 | 2025-02-07T09:32:12.061Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2931 | 2025-02-07T09:32:12.137Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2932 | 2025-02-07T09:32:12.203Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2933 | 2025-02-07T09:32:12.260Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2934 | 2025-02-07T09:32:14.424Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2935 | 2025-02-07T09:32:20.043Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2936 | 2025-02-07T09:32:20.271Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2937 | 2025-02-07T09:33:00.071Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2938 | 2025-02-07T09:33:06.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 21s |
2939 | 2025-02-07T09:33:06.951Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2940 | 2025-02-07T09:33:07.020Z | |
2941 | 2025-02-07T09:33:07.023Z | real 3:21.422718735 |
2942 | 2025-02-07T09:33:07.023Z | user 17:57.529639912 |
2943 | 2025-02-07T09:33:07.023Z | sys 2:32.351118359 |
2944 | 2025-02-07T09:33:07.023Z | trap 0.505790230 |
2945 | 2025-02-07T09:33:07.023Z | tflt 0.306985604 |
2946 | 2025-02-07T09:33:07.023Z | dflt 0.122709707 |
2947 | 2025-02-07T09:33:07.023Z | kflt 0.000077003 |
2948 | 2025-02-07T09:33:07.023Z | lock 28:16.314647628 |
2949 | 2025-02-07T09:33:07.023Z | slp 50:30.127945970 |
2950 | 2025-02-07T09:33:07.023Z | lat 1:12.583209479 |
2951 | 2025-02-07T09:33:07.023Z | stop 1:20.793802731 |
2952 | 2025-02-07T09:33:07.023Z | process exited: duration 881276 ms, exit code 0 |
|
2953 | 2025-02-07T09:33:07.030Z | found 0 output files |