|
|
|
1 | 2025-02-21T12:44:34.278Z | job assigned to worker 01JMM8J0XYA22ZB81W5CFHQ5XY [factory aws, i-008ce5712cf240e02] (queued for 55 s) |
|
2 | 2025-02-21T12:44:43.170Z | starting task 0: "setup" |
3 | 2025-02-21T12:44:43.175Z | ++ uname -s |
4 | 2025-02-21T12:44:43.178Z | + kern=SunOS |
5 | 2025-02-21T12:44:43.178Z | + build_user=build |
6 | 2025-02-21T12:44:43.178Z | + build_uid=12345 |
7 | 2025-02-21T12:44:43.178Z | + work_dir=/work |
8 | 2025-02-21T12:44:43.178Z | + input_dir=/input |
9 | 2025-02-21T12:44:43.178Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T12:44:43.178Z | + case "$kern" in |
11 | 2025-02-21T12:44:43.178Z | + groupadd -g 12345 build |
12 | 2025-02-21T12:44:43.181Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T12:44:45.186Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T12:44:45.272Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T12:44:45.276Z | + home_fs=zfs |
16 | 2025-02-21T12:44:45.276Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T12:44:45.276Z | + mkdir -p /home/build |
18 | 2025-02-21T12:44:45.279Z | + chown build:build /home/build /work |
19 | 2025-02-21T12:44:46.278Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T12:44:46.282Z | process exited: duration 3112 ms, exit code 0 |
|
21 | 2025-02-21T12:44:46.288Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T12:44:46.293Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T12:44:46.293Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T12:44:46.293Z | * rust toolchain profile = "default" |
25 | 2025-02-21T12:44:46.296Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-21T12:44:46.296Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T12:44:46.296Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T12:44:46.296Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T12:44:46.296Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T12:44:46.411Z | info: downloading installer |
31 | 2025-02-21T12:44:48.067Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T12:44:48.067Z | warning: /opt/ooce/bin |
33 | 2025-02-21T12:44:48.067Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T12:44:48.067Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T12:44:48.067Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T12:44:48.067Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T12:44:48.067Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T12:44:48.067Z | error: cannot install while Rust is installed |
39 | 2025-02-21T12:44:48.067Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T12:44:48.115Z | info: profile set to 'default' |
41 | 2025-02-21T12:44:48.115Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T12:44:48.118Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T12:44:48.272Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T12:44:48.272Z | info: downloading component 'cargo' |
45 | 2025-02-21T12:44:49.143Z | info: downloading component 'clippy' |
46 | 2025-02-21T12:44:49.478Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T12:44:50.784Z | info: downloading component 'rust-std' |
48 | 2025-02-21T12:44:52.709Z | info: downloading component 'rustc' |
49 | 2025-02-21T12:44:59.362Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T12:44:59.611Z | info: installing component 'cargo' |
51 | 2025-02-21T12:45:00.428Z | info: installing component 'clippy' |
52 | 2025-02-21T12:45:00.812Z | info: installing component 'rust-docs' |
53 | 2025-02-21T12:45:02.595Z | info: installing component 'rust-std' |
54 | 2025-02-21T12:45:04.486Z | info: installing component 'rustc' |
55 | 2025-02-21T12:45:10.270Z | info: installing component 'rustfmt' |
56 | 2025-02-21T12:45:10.603Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T12:45:10.603Z | |
58 | 2025-02-21T12:45:10.967Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T12:45:10.967Z | |
60 | 2025-02-21T12:45:10.970Z | |
61 | 2025-02-21T12:45:10.970Z | Rust is installed now. Great! |
62 | 2025-02-21T12:45:10.970Z | |
63 | 2025-02-21T12:45:10.970Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T12:45:10.970Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T12:45:10.970Z | |
66 | 2025-02-21T12:45:10.970Z | To configure your current shell, you need to source |
67 | 2025-02-21T12:45:10.970Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T12:45:10.970Z | |
69 | 2025-02-21T12:45:10.970Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T12:45:10.970Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T12:45:10.970Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T12:45:11.035Z | + rustup --version |
73 | 2025-02-21T12:45:11.042Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T12:45:11.042Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T12:45:11.121Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T12:45:11.125Z | + cargo --version |
77 | 2025-02-21T12:45:11.181Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T12:45:11.184Z | + rustc --version |
79 | 2025-02-21T12:45:11.246Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T12:45:11.249Z | process exited: duration 24961 ms, exit code 0 |
|
81 | 2025-02-21T12:45:11.255Z | starting task 2: "authentication" |
82 | 2025-02-21T12:45:11.277Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-21T12:45:11.283Z | starting task 3: "clone repository" |
84 | 2025-02-21T12:45:11.287Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T12:45:11.290Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T12:45:11.536Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T12:45:19.137Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T12:45:19.137Z | + git fetch origin 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
89 | 2025-02-21T12:45:19.470Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T12:45:19.470Z | * branch 517bc6313a6e2971d164a76c7a8db96dcf1a0216 -> FETCH_HEAD |
91 | 2025-02-21T12:45:19.480Z | + [[ -n renovate/reqwest-0.x-lockfile ]] |
92 | 2025-02-21T12:45:19.484Z | ++ git branch --show-current |
93 | 2025-02-21T12:45:19.484Z | + current=main |
94 | 2025-02-21T12:45:19.484Z | + [[ main != renovate/reqwest-0.x-lockfile ]] |
95 | 2025-02-21T12:45:19.484Z | + git branch -f renovate/reqwest-0.x-lockfile 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
96 | 2025-02-21T12:45:19.488Z | + git checkout -f renovate/reqwest-0.x-lockfile |
97 | 2025-02-21T12:45:19.671Z | Switched to branch 'renovate/reqwest-0.x-lockfile' |
98 | 2025-02-21T12:45:19.674Z | + git reset --hard 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
99 | 2025-02-21T12:45:19.687Z | HEAD is now at 517bc6313 Update Rust crate reqwest to v0.12.12 |
100 | 2025-02-21T12:45:19.690Z | process exited: duration 8405 ms, exit code 0 |
|
101 | 2025-02-21T12:45:19.696Z | starting task 4: "build" |
102 | 2025-02-21T12:45:19.700Z | + source ./env.sh |
103 | 2025-02-21T12:45:19.700Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-21T12:45:19.701Z | ++ set -o xtrace |
105 | 2025-02-21T12:45:19.703Z | ++++ dirname ./env.sh |
106 | 2025-02-21T12:45:19.710Z | +++ readlink -f . |
107 | 2025-02-21T12:45:19.824Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-21T12:45:19.827Z | ++ 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-21T12:45:19.827Z | ++ 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-21T12:45:19.827Z | ++ 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-21T12:45:19.827Z | ++ 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-21T12:45:19.827Z | ++ 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-21T12:45:19.827Z | ++ 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-21T12:45:19.827Z | ++ 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-21T12:45:19.827Z | ++ 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-21T12:45:19.827Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-21T12:45:19.827Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-21T12:45:19.827Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-21T12:45:19.827Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-21T12:45:19.827Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-21T12:45:19.828Z | + cargo --version |
122 | 2025-02-21T12:45:19.875Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
123 | 2025-02-21T12:45:19.878Z | + rustc --version |
124 | 2025-02-21T12:45:19.940Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
125 | 2025-02-21T12:45:19.943Z | + banner prerequisites |
126 | 2025-02-21T12:45:20.060Z | |
127 | 2025-02-21T12:45:20.060Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-21T12:45:20.060Z | # # # # # # # # # # # # # # # |
129 | 2025-02-21T12:45:20.061Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-21T12:45:20.061Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-21T12:45:20.061Z | # # # # # # # # # # # # # # # |
132 | 2025-02-21T12:45:20.061Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-21T12:45:20.061Z | |
134 | 2025-02-21T12:45:20.065Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-21T12:45:25.376Z | pkg list: illegal option -- F |
136 | 2025-02-21T12:45:25.376Z | Usage: |
137 | 2025-02-21T12:45:25.380Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-21T12:45:25.380Z | [pkg_fmri_pattern ...] |
139 | 2025-02-21T12:45:26.260Z | pkg list: illegal option -- F |
140 | 2025-02-21T12:45:26.260Z | Usage: |
141 | 2025-02-21T12:45:26.404Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-21T12:45:26.404Z | [pkg_fmri_pattern ...] |
143 | 2025-02-21T12:45:35.042Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-21T12:45:39.438Z | Startup: Caching catalogs ... Done |
145 | 2025-02-21T12:45:52.354Z | Planning: Solver setup ... Done (11.984s) |
146 | 2025-02-21T12:45:52.505Z | Planning: Running solver ... Done (0.151s) |
147 | 2025-02-21T12:45:52.776Z | Planning: Finding local manifests ... Done (0.158s) |
148 | 2025-02-21T12:45:55.650Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-21T12:45:55.945Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-21T12:45:56.324Z | Planning: Package planning ... Done (0.380s) |
151 | 2025-02-21T12:45:56.367Z | Planning: Merging actions ... Done (0.056s) |
152 | 2025-02-21T12:45:57.004Z | Planning: Checking for conflicting actions ... Done (0.634s) |
153 | 2025-02-21T12:46:01.030Z | Planning: Consolidating action changes ... Done (4.030s) |
154 | 2025-02-21T12:46:01.385Z | Planning: Evaluating mediators ... Done (0.353s) |
155 | 2025-02-21T12:46:01.505Z | Planning: Planning completed in 21.97 seconds |
156 | 2025-02-21T12:46:01.523Z | Packages to install: 4 |
157 | 2025-02-21T12:46:01.523Z | Packages to update: 3 |
158 | 2025-02-21T12:46:01.523Z | Mediators to change: 2 |
159 | 2025-02-21T12:46:01.531Z | Services to change: 1 |
160 | 2025-02-21T12:46:01.531Z | Estimated space available: 155.61 GB |
161 | 2025-02-21T12:46:01.532Z | Estimated space to be consumed: 1.66 GB |
162 | 2025-02-21T12:46:01.532Z | Create boot environment: No |
163 | 2025-02-21T12:46:01.532Z | Create backup boot environment: Yes |
164 | 2025-02-21T12:46:01.532Z | Rebuild boot archive: No |
165 | 2025-02-21T12:46:01.532Z | |
166 | 2025-02-21T12:46:01.532Z | Changed mediators: |
167 | 2025-02-21T12:46:01.532Z | mediator clang: |
168 | 2025-02-21T12:46:01.532Z | version: None -> 15 (system default) |
169 | 2025-02-21T12:46:01.532Z | |
170 | 2025-02-21T12:46:01.532Z | mediator llvm: |
171 | 2025-02-21T12:46:01.532Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-21T12:46:01.532Z | |
173 | 2025-02-21T12:46:01.532Z | Changed packages: |
174 | 2025-02-21T12:46:01.532Z | helios-dev |
175 | 2025-02-21T12:46:01.532Z | developer/build-essential |
176 | 2025-02-21T12:46:01.532Z | None -> 11-2.0 |
177 | 2025-02-21T12:46:01.533Z | library/libxmlsec1 |
178 | 2025-02-21T12:46:01.533Z | None -> 1.2.35-2.0 |
179 | 2025-02-21T12:46:01.533Z | ooce/developer/clang-15 |
180 | 2025-02-21T12:46:01.533Z | None -> 15.0.7-2.0 |
181 | 2025-02-21T12:46:01.533Z | ooce/developer/llvm-15 |
182 | 2025-02-21T12:46:01.533Z | None -> 15.0.7-2.0 |
183 | 2025-02-21T12:46:01.533Z | package/pkg |
184 | 2025-02-21T12:46:01.533Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-21T12:46:01.533Z | system/library/g++-runtime |
186 | 2025-02-21T12:46:01.533Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-21T12:46:01.533Z | system/library/gcc-runtime |
188 | 2025-02-21T12:46:01.533Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-21T12:46:01.533Z | |
190 | 2025-02-21T12:46:01.533Z | Services: |
191 | 2025-02-21T12:46:01.534Z | restart_fmri: |
192 | 2025-02-21T12:46:01.534Z | svc:/system/update-man-index:default |
193 | 2025-02-21T12:46:01.534Z | |
194 | 2025-02-21T12:46:01.534Z | Editable files to change: |
195 | 2025-02-21T12:46:01.534Z | Update: |
196 | 2025-02-21T12:46:01.534Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-21T12:46:01.744Z | |
198 | 2025-02-21T12:46:01.744Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-21T12:46:14.229Z | Download: 207/4301 items 1.3/225.4MB 0% complete |
200 | 2025-02-21T12:46:27.034Z | Download: 209/4301 items 1.3/225.4MB 0% complete |
201 | 2025-02-21T12:46:32.231Z | Download: 211/4301 items 1.3/225.4MB 0% complete (7.8k/s) |
202 | 2025-02-21T12:46:37.237Z | Download: 446/4301 items 17.0/225.4MB 7% complete (2.1M/s) |
203 | 2025-02-21T12:46:42.267Z | Download: 728/4301 items 18.2/225.4MB 8% complete (1.8M/s) |
204 | 2025-02-21T12:46:47.265Z | Download: 1086/4301 items 19.7/225.4MB 8% complete (269k/s) |
205 | 2025-02-21T12:46:52.705Z | Download: 1192/4301 items 83.5/225.4MB 37% complete (6.5M/s) |
206 | 2025-02-21T12:46:58.404Z | Download: 1193/4301 items 83.5/225.4MB 37% complete (6.4M/s) |
207 | 2025-02-21T12:47:04.755Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (5.5M/s) |
208 | 2025-02-21T12:47:09.758Z | Download: 1826/4301 items 118.5/225.4MB 52% complete (5.3M/s) |
209 | 2025-02-21T12:47:15.380Z | Download: 2217/4301 items 119.2/225.4MB 52% complete (3.7M/s) |
210 | 2025-02-21T12:47:21.372Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (3.2M/s) |
211 | 2025-02-21T12:47:26.381Z | Download: 3110/4301 items 129.2/225.4MB 57% complete (960k/s) |
212 | 2025-02-21T12:47:31.472Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (10.6M/s) |
213 | 2025-02-21T12:47:38.724Z | Download: 3288/4301 items 212.6/225.4MB 94% complete (8.8M/s) |
214 | 2025-02-21T12:47:43.724Z | Download: 3904/4301 items 218.4/225.4MB 96% complete (961k/s) |
215 | 2025-02-21T12:47:48.963Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (971k/s) |
216 | 2025-02-21T12:47:54.837Z | Download: 4297/4301 items 225.0/225.4MB 99% complete (723k/s) |
217 | 2025-02-21T12:47:54.856Z | Download: Completed 225.42 MB in 113.11 seconds (2.0M/s) |
218 | 2025-02-21T12:47:56.831Z | Actions: 1/5122 actions (Removing old actions) |
219 | 2025-02-21T12:47:56.847Z | Actions: 194/5122 actions (Installing new actions) |
220 | 2025-02-21T12:48:02.007Z | Actions: 4126/5122 actions (Installing new actions) |
221 | 2025-02-21T12:48:02.244Z | Actions: 4267/5122 actions (Updating modified actions) |
222 | 2025-02-21T12:48:02.710Z | Actions: Completed 5122 actions in 5.88 seconds. |
223 | 2025-02-21T12:48:02.950Z | Done (0.230s) |
224 | 2025-02-21T12:48:02.953Z | Done (0.001s) |
225 | 2025-02-21T12:48:03.562Z | Done (0.612s) |
226 | 2025-02-21T12:48:08.901Z | Done (5.115s) |
227 | 2025-02-21T12:48:09.158Z | Done (0.185s) |
228 | 2025-02-21T12:48:09.161Z | Done (0.000s) |
229 | 2025-02-21T12:48:09.330Z | Done (0.000s) |
230 | 2025-02-21T12:48:10.037Z | Planning: Evaluating mediator changes ... Done |
231 | 2025-02-21T12:48:10.195Z | Planning: Checking for conflicting actions ... Done |
232 | 2025-02-21T12:48:10.198Z | Planning: Consolidating action changes ... Done |
233 | 2025-02-21T12:48:10.466Z | Planning: Evaluating mediators ... Done |
234 | 2025-02-21T12:48:10.468Z | Planning: Planning completed in 0.43 seconds |
235 | 2025-02-21T12:48:10.504Z | Mediators to change: 2 |
236 | 2025-02-21T12:48:10.504Z | Create boot environment: No |
237 | 2025-02-21T12:48:10.507Z | Create backup boot environment: No |
238 | 2025-02-21T12:48:10.659Z | Done |
239 | 2025-02-21T12:48:10.659Z | Done |
240 | 2025-02-21T12:48:11.071Z | Done |
241 | 2025-02-21T12:48:14.668Z | Done |
242 | 2025-02-21T12:48:14.761Z | Done |
243 | 2025-02-21T12:48:14.764Z | Done |
244 | 2025-02-21T12:48:14.876Z | Done |
245 | 2025-02-21T12:48:15.483Z | Planning: Evaluating mediator changes ... Done |
246 | 2025-02-21T12:48:15.486Z | Planning: Merging actions ... Done |
247 | 2025-02-21T12:48:15.669Z | Planning: Checking for conflicting actions ... Done |
248 | 2025-02-21T12:48:15.671Z | Planning: Consolidating action changes ... Done |
249 | 2025-02-21T12:48:15.939Z | Planning: Evaluating mediators ... Done |
250 | 2025-02-21T12:48:15.994Z | Planning: Planning completed in 0.75 seconds |
251 | 2025-02-21T12:48:16.034Z | Packages to change: 1 |
252 | 2025-02-21T12:48:16.034Z | Mediators to change: 1 |
253 | 2025-02-21T12:48:16.037Z | Services to change: 1 |
254 | 2025-02-21T12:48:16.037Z | Create boot environment: No |
255 | 2025-02-21T12:48:16.037Z | Create backup boot environment: Yes |
256 | 2025-02-21T12:48:18.245Z | Actions: 1/6 actions (Updating modified actions) |
257 | 2025-02-21T12:48:18.279Z | Actions: Completed 6 actions in 0.03 seconds. |
258 | 2025-02-21T12:48:18.281Z | Done |
259 | 2025-02-21T12:48:18.281Z | Done |
260 | 2025-02-21T12:48:18.402Z | Done |
261 | 2025-02-21T12:48:21.991Z | Done |
262 | 2025-02-21T12:48:22.098Z | Done |
263 | 2025-02-21T12:48:22.110Z | Done |
264 | 2025-02-21T12:48:22.210Z | Done |
265 | 2025-02-21T12:48:22.639Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
266 | 2025-02-21T12:48:22.640Z | clang system 15 system |
267 | 2025-02-21T12:48:22.640Z | csh system system illumos |
268 | 2025-02-21T12:48:22.640Z | ctags system system illumos |
269 | 2025-02-21T12:48:22.640Z | gcc vendor 12 vendor |
270 | 2025-02-21T12:48:22.640Z | gcc system 10 system |
271 | 2025-02-21T12:48:22.641Z | gcc system 7 system |
272 | 2025-02-21T12:48:22.641Z | go system 1.20 system |
273 | 2025-02-21T12:48:22.641Z | go system 1.19 system |
274 | 2025-02-21T12:48:22.641Z | llvm system 15 system |
275 | 2025-02-21T12:48:22.641Z | llvm system 14 system |
276 | 2025-02-21T12:48:22.641Z | mariadb system 10.6 system |
277 | 2025-02-21T12:48:22.642Z | mta vendor vendor dma |
278 | 2025-02-21T12:48:22.642Z | openjdk system 17 system |
279 | 2025-02-21T12:48:22.642Z | openjdk system 11 system |
280 | 2025-02-21T12:48:22.642Z | openjdk system 1.8 system |
281 | 2025-02-21T12:48:22.642Z | openssl vendor 3 vendor |
282 | 2025-02-21T12:48:22.642Z | perl system 5.36 system |
283 | 2025-02-21T12:48:22.642Z | postgresql system 15 system |
284 | 2025-02-21T12:48:22.642Z | postgresql system 13 system |
285 | 2025-02-21T12:48:22.643Z | python vendor 3 vendor |
286 | 2025-02-21T12:48:22.643Z | python system 2 system |
287 | 2025-02-21T12:48:22.643Z | python3 system 3.11 system |
288 | 2025-02-21T12:48:22.643Z | ruby system 3.0 system |
289 | 2025-02-21T12:48:22.643Z | words vendor vendor american-english |
290 | 2025-02-21T12:48:22.643Z | words system system australian-english |
291 | 2025-02-21T12:48:22.643Z | words system system british-english |
292 | 2025-02-21T12:48:22.643Z | words system system canadian-english |
293 | 2025-02-21T12:48:22.644Z | words system system french |
294 | 2025-02-21T12:48:22.644Z | words system system italian |
295 | 2025-02-21T12:48:22.644Z | words system system ngerman |
296 | 2025-02-21T12:48:22.644Z | words system system ogerman |
297 | 2025-02-21T12:48:22.644Z | words system system spanish |
298 | 2025-02-21T12:48:22.957Z | PUBLISHER TYPE STATUS P LOCATION |
299 | 2025-02-21T12:48:22.957Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
300 | 2025-02-21T12:48:25.967Z | FMRI IFO |
301 | 2025-02-21T12:48:25.967Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
302 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
303 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
304 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
305 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
306 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
307 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
308 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
309 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
310 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
311 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
312 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
313 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
314 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
315 | 2025-02-21T12:48:25.968Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
316 | 2025-02-21T12:48:26.741Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
317 | 2025-02-21T12:48:27.076Z | Updating crates.io index |
318 | 2025-02-21T12:48:27.136Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
319 | 2025-02-21T12:48:27.648Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
320 | 2025-02-21T12:48:27.878Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
321 | 2025-02-21T12:48:28.122Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
322 | 2025-02-21T12:48:29.019Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
323 | 2025-02-21T12:48:30.686Z | Updating git repository `https://github.com/oxidecomputer/opte` |
324 | 2025-02-21T12:48:31.421Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
325 | 2025-02-21T12:48:32.083Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
326 | 2025-02-21T12:48:32.331Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
327 | 2025-02-21T12:48:32.591Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
328 | 2025-02-21T12:48:33.246Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
329 | 2025-02-21T12:48:33.753Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
330 | 2025-02-21T12:48:34.044Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
331 | 2025-02-21T12:48:34.268Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
332 | 2025-02-21T12:48:34.504Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
333 | 2025-02-21T12:48:34.727Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
334 | 2025-02-21T12:48:34.990Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
335 | 2025-02-21T12:48:35.303Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
336 | 2025-02-21T12:48:35.646Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
337 | 2025-02-21T12:48:35.974Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
338 | 2025-02-21T12:48:36.241Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
339 | 2025-02-21T12:48:36.593Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
340 | 2025-02-21T12:48:37.105Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
341 | 2025-02-21T12:48:37.366Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
342 | 2025-02-21T12:48:37.744Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
343 | 2025-02-21T12:48:38.079Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
344 | 2025-02-21T12:48:38.447Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
345 | 2025-02-21T12:48:38.659Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
346 | 2025-02-21T12:48:38.912Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
347 | 2025-02-21T12:48:40.227Z | Downloading crates ... |
348 | 2025-02-21T12:48:40.305Z | Downloaded autocfg v1.4.0 |
349 | 2025-02-21T12:48:40.311Z | Downloaded anstream v0.6.15 |
350 | 2025-02-21T12:48:40.323Z | Downloaded anstyle v1.0.10 |
351 | 2025-02-21T12:48:40.326Z | Downloaded anstyle-query v1.1.1 |
352 | 2025-02-21T12:48:40.333Z | Downloaded hashbrown v0.15.1 |
353 | 2025-02-21T12:48:40.351Z | Downloaded fs-err v2.11.0 |
354 | 2025-02-21T12:48:40.358Z | Downloaded fnv v1.0.7 |
355 | 2025-02-21T12:48:40.361Z | Downloaded fastrand v2.1.1 |
356 | 2025-02-21T12:48:40.367Z | Downloaded anyhow v1.0.96 |
357 | 2025-02-21T12:48:40.370Z | Downloaded generic-array v0.14.7 |
358 | 2025-02-21T12:48:40.386Z | Downloaded goblin v0.8.2 |
359 | 2025-02-21T12:48:40.389Z | Downloaded errno v0.3.9 |
360 | 2025-02-21T12:48:40.392Z | Downloaded anstyle-parse v0.2.5 |
361 | 2025-02-21T12:48:40.435Z | Downloaded swrite v0.1.0 |
362 | 2025-02-21T12:48:40.440Z | Downloaded thiserror-impl v1.0.69 |
363 | 2025-02-21T12:48:40.445Z | Downloaded terminal_size v0.4.0 |
364 | 2025-02-21T12:48:40.445Z | Downloaded camino v1.1.9 |
365 | 2025-02-21T12:48:40.455Z | Downloaded bitflags v2.6.0 |
366 | 2025-02-21T12:48:40.455Z | Downloaded thread-id v4.2.2 |
367 | 2025-02-21T12:48:40.461Z | Downloaded smawk v0.3.2 |
368 | 2025-02-21T12:48:40.461Z | Downloaded thiserror v1.0.69 |
369 | 2025-02-21T12:48:40.492Z | Downloaded digest v0.10.7 |
370 | 2025-02-21T12:48:40.507Z | Downloaded toml_edit v0.22.22 |
371 | 2025-02-21T12:48:40.507Z | Downloaded toml_datetime v0.6.8 |
372 | 2025-02-21T12:48:40.508Z | Downloaded clap_lex v0.7.4 |
373 | 2025-02-21T12:48:40.524Z | Downloaded is_terminal_polyfill v1.70.1 |
374 | 2025-02-21T12:48:40.524Z | Downloaded dtrace-parser v0.2.0 |
375 | 2025-02-21T12:48:40.524Z | Downloaded clap_derive v4.5.28 |
376 | 2025-02-21T12:48:40.524Z | Downloaded tabled v0.15.0 |
377 | 2025-02-21T12:48:40.537Z | Downloaded usdt-macro v0.5.0 |
378 | 2025-02-21T12:48:40.537Z | Downloaded usdt v0.5.0 |
379 | 2025-02-21T12:48:40.537Z | Downloaded unicode-linebreak v0.1.5 |
380 | 2025-02-21T12:48:40.538Z | Downloaded tabled_derive v0.7.0 |
381 | 2025-02-21T12:48:40.538Z | Downloaded heck v0.5.0 |
382 | 2025-02-21T12:48:40.538Z | Downloaded equivalent v1.0.1 |
383 | 2025-02-21T12:48:40.538Z | Downloaded dof v0.3.0 |
384 | 2025-02-21T12:48:40.538Z | Downloaded crypto-common v0.1.6 |
385 | 2025-02-21T12:48:40.538Z | Downloaded strsim v0.11.1 |
386 | 2025-02-21T12:48:40.538Z | Downloaded utf8parse v0.2.2 |
387 | 2025-02-21T12:48:40.538Z | Downloaded cargo-platform v0.1.8 |
388 | 2025-02-21T12:48:40.538Z | Downloaded block-buffer v0.10.4 |
389 | 2025-02-21T12:48:40.538Z | Downloaded itoa v1.0.11 |
390 | 2025-02-21T12:48:40.551Z | Downloaded pretty-hex v0.4.1 |
391 | 2025-02-21T12:48:40.567Z | Downloaded ucd-trie v0.1.7 |
392 | 2025-02-21T12:48:40.567Z | Downloaded version_check v0.9.5 |
393 | 2025-02-21T12:48:40.567Z | Downloaded bytecount v0.6.8 |
394 | 2025-02-21T12:48:40.567Z | Downloaded macaddr v1.0.1 |
395 | 2025-02-21T12:48:40.567Z | Downloaded cpufeatures v0.2.14 |
396 | 2025-02-21T12:48:40.567Z | Downloaded byteorder v1.5.0 |
397 | 2025-02-21T12:48:40.580Z | Downloaded unicode-ident v1.0.14 |
398 | 2025-02-21T12:48:40.580Z | Downloaded colorchoice v1.0.2 |
399 | 2025-02-21T12:48:40.581Z | Downloaded cfg-if v1.0.0 |
400 | 2025-02-21T12:48:40.581Z | Downloaded plain v0.2.3 |
401 | 2025-02-21T12:48:40.581Z | Downloaded textwrap v0.16.1 |
402 | 2025-02-21T12:48:40.581Z | Downloaded ryu v1.0.18 |
403 | 2025-02-21T12:48:40.582Z | Downloaded proc-macro-error-attr v1.0.4 |
404 | 2025-02-21T12:48:40.582Z | Downloaded once_cell v1.20.3 |
405 | 2025-02-21T12:48:40.592Z | Downloaded usdt-attr-macro v0.5.0 |
406 | 2025-02-21T12:48:40.592Z | Downloaded serde_tokenstream v0.2.2 |
407 | 2025-02-21T12:48:40.592Z | Downloaded serde_spanned v0.6.8 |
408 | 2025-02-21T12:48:40.592Z | Downloaded scroll_derive v0.12.0 |
409 | 2025-02-21T12:48:40.592Z | Downloaded scroll v0.12.0 |
410 | 2025-02-21T12:48:40.592Z | Downloaded pest_generator v2.7.14 |
411 | 2025-02-21T12:48:40.593Z | Downloaded heck v0.4.1 |
412 | 2025-02-21T12:48:40.593Z | Downloaded zerocopy-derive v0.7.35 |
413 | 2025-02-21T12:48:40.593Z | Downloaded camino-tempfile v1.1.1 |
414 | 2025-02-21T12:48:40.593Z | Downloaded cargo_metadata v0.18.1 |
415 | 2025-02-21T12:48:40.601Z | Downloaded typenum v1.17.0 |
416 | 2025-02-21T12:48:40.602Z | Downloaded toml v0.8.19 |
417 | 2025-02-21T12:48:40.602Z | Downloaded tempfile v3.13.0 |
418 | 2025-02-21T12:48:40.602Z | Downloaded sha2 v0.10.8 |
419 | 2025-02-21T12:48:40.617Z | Downloaded pest_meta v2.7.14 |
420 | 2025-02-21T12:48:40.617Z | Downloaded clap v4.5.30 |
421 | 2025-02-21T12:48:40.636Z | Downloaded usdt-impl v0.5.0 |
422 | 2025-02-21T12:48:40.636Z | Downloaded semver v1.0.24 |
423 | 2025-02-21T12:48:40.636Z | Downloaded quote v1.0.38 |
424 | 2025-02-21T12:48:40.636Z | Downloaded proc-macro2 v1.0.92 |
425 | 2025-02-21T12:48:40.636Z | Downloaded cargo_toml v0.20.5 |
426 | 2025-02-21T12:48:40.636Z | Downloaded papergrid v0.11.0 |
427 | 2025-02-21T12:48:40.636Z | Downloaded log v0.4.22 |
428 | 2025-02-21T12:48:40.636Z | Downloaded memmap v0.7.0 |
429 | 2025-02-21T12:48:40.636Z | Downloaded proc-macro-error v1.0.4 |
430 | 2025-02-21T12:48:40.653Z | Downloaded serde_derive v1.0.217 |
431 | 2025-02-21T12:48:40.654Z | Downloaded pest_derive v2.7.14 |
432 | 2025-02-21T12:48:40.654Z | Downloaded serde v1.0.217 |
433 | 2025-02-21T12:48:40.655Z | Downloaded memchr v2.7.4 |
434 | 2025-02-21T12:48:40.664Z | Downloaded indexmap v2.7.1 |
435 | 2025-02-21T12:48:40.684Z | Downloaded syn v1.0.109 |
436 | 2025-02-21T12:48:40.713Z | Downloaded clap_builder v4.5.30 |
437 | 2025-02-21T12:48:40.713Z | Downloaded zerocopy v0.7.35 |
438 | 2025-02-21T12:48:40.729Z | Downloaded winnow v0.6.20 |
439 | 2025-02-21T12:48:40.729Z | Downloaded serde_json v1.0.135 |
440 | 2025-02-21T12:48:40.729Z | Downloaded pest v2.7.14 |
441 | 2025-02-21T12:48:40.729Z | Downloaded unicode-width v0.1.14 |
442 | 2025-02-21T12:48:40.745Z | Downloaded syn v2.0.96 |
443 | 2025-02-21T12:48:40.770Z | Downloaded rustix v0.38.37 |
444 | 2025-02-21T12:48:40.787Z | Downloaded libc v0.2.169 |
445 | 2025-02-21T12:48:41.046Z | Compiling proc-macro2 v1.0.92 |
446 | 2025-02-21T12:48:41.047Z | Compiling unicode-ident v1.0.14 |
447 | 2025-02-21T12:48:41.051Z | Compiling serde v1.0.217 |
448 | 2025-02-21T12:48:41.051Z | Compiling version_check v0.9.5 |
449 | 2025-02-21T12:48:41.051Z | Compiling memchr v2.7.4 |
450 | 2025-02-21T12:48:41.051Z | Compiling thiserror v1.0.69 |
451 | 2025-02-21T12:48:41.051Z | Compiling libc v0.2.169 |
452 | 2025-02-21T12:48:41.051Z | Compiling ryu v1.0.18 |
453 | 2025-02-21T12:48:41.316Z | Compiling ucd-trie v0.1.7 |
454 | 2025-02-21T12:48:41.468Z | Compiling itoa v1.0.11 |
455 | 2025-02-21T12:48:41.650Z | Compiling once_cell v1.20.3 |
456 | 2025-02-21T12:48:41.761Z | Compiling byteorder v1.5.0 |
457 | 2025-02-21T12:48:41.927Z | Compiling serde_json v1.0.135 |
458 | 2025-02-21T12:48:42.117Z | Compiling rustix v0.38.37 |
459 | 2025-02-21T12:48:42.418Z | Compiling bitflags v2.6.0 |
460 | 2025-02-21T12:48:42.439Z | Compiling proc-macro-error-attr v1.0.4 |
461 | 2025-02-21T12:48:42.577Z | Compiling usdt-impl v0.5.0 |
462 | 2025-02-21T12:48:42.741Z | Compiling syn v1.0.109 |
463 | 2025-02-21T12:48:42.830Z | Compiling proc-macro-error v1.0.4 |
464 | 2025-02-21T12:48:42.833Z | Compiling equivalent v1.0.1 |
465 | 2025-02-21T12:48:42.913Z | Compiling utf8parse v0.2.2 |
466 | 2025-02-21T12:48:42.982Z | Compiling camino v1.1.9 |
467 | 2025-02-21T12:48:43.082Z | Compiling plain v0.2.3 |
468 | 2025-02-21T12:48:43.096Z | Compiling hashbrown v0.15.1 |
469 | 2025-02-21T12:48:43.141Z | Compiling log v0.4.22 |
470 | 2025-02-21T12:48:43.393Z | Compiling anstyle-parse v0.2.5 |
471 | 2025-02-21T12:48:43.461Z | Compiling quote v1.0.38 |
472 | 2025-02-21T12:48:43.517Z | Compiling errno v0.3.9 |
473 | 2025-02-21T12:48:43.596Z | Compiling thread-id v4.2.2 |
474 | 2025-02-21T12:48:43.702Z | Compiling anstyle-query v1.1.1 |
475 | 2025-02-21T12:48:43.743Z | Compiling is_terminal_polyfill v1.70.1 |
476 | 2025-02-21T12:48:43.773Z | Compiling autocfg v1.4.0 |
477 | 2025-02-21T12:48:43.856Z | Compiling syn v2.0.96 |
478 | 2025-02-21T12:48:44.015Z | Compiling unicode-width v0.1.14 |
479 | 2025-02-21T12:48:44.040Z | Compiling indexmap v2.7.1 |
480 | 2025-02-21T12:48:44.151Z | Compiling pretty-hex v0.4.1 |
481 | 2025-02-21T12:48:44.353Z | Compiling winnow v0.6.20 |
482 | 2025-02-21T12:48:44.561Z | Compiling anstyle v1.0.10 |
483 | 2025-02-21T12:48:44.621Z | Compiling colorchoice v1.0.2 |
484 | 2025-02-21T12:48:44.787Z | Compiling semver v1.0.24 |
485 | 2025-02-21T12:48:44.952Z | Compiling anstream v0.6.15 |
486 | 2025-02-21T12:48:45.110Z | Compiling fs-err v2.11.0 |
487 | 2025-02-21T12:48:45.395Z | Compiling clap_lex v0.7.4 |
488 | 2025-02-21T12:48:45.416Z | Compiling anyhow v1.0.96 |
489 | 2025-02-21T12:48:45.479Z | Compiling bytecount v0.6.8 |
490 | 2025-02-21T12:48:45.547Z | Compiling terminal_size v0.4.0 |
491 | 2025-02-21T12:48:45.686Z | Compiling heck v0.4.1 |
492 | 2025-02-21T12:48:45.748Z | Compiling fnv v1.0.7 |
493 | 2025-02-21T12:48:45.808Z | Compiling cfg-if v1.0.0 |
494 | 2025-02-21T12:48:45.896Z | Compiling strsim v0.11.1 |
495 | 2025-02-21T12:48:46.021Z | Compiling heck v0.5.0 |
496 | 2025-02-21T12:48:46.072Z | Compiling fastrand v2.1.1 |
497 | 2025-02-21T12:48:46.288Z | Compiling clap_builder v4.5.30 |
498 | 2025-02-21T12:48:46.520Z | Compiling tempfile v3.13.0 |
499 | 2025-02-21T12:48:46.557Z | Compiling papergrid v0.11.0 |
500 | 2025-02-21T12:48:46.793Z | Compiling memmap v0.7.0 |
501 | 2025-02-21T12:48:47.075Z | Compiling smawk v0.3.2 |
502 | 2025-02-21T12:48:47.109Z | Compiling unicode-linebreak v0.1.5 |
503 | 2025-02-21T12:48:47.614Z | Compiling textwrap v0.16.1 |
504 | 2025-02-21T12:48:47.670Z | Compiling swrite v0.1.0 |
505 | 2025-02-21T12:48:48.280Z | Compiling tabled_derive v0.7.0 |
506 | 2025-02-21T12:48:49.400Z | Compiling tabled v0.15.0 |
507 | 2025-02-21T12:48:50.485Z | Compiling serde_derive v1.0.217 |
508 | 2025-02-21T12:48:50.490Z | Compiling thiserror-impl v1.0.69 |
509 | 2025-02-21T12:48:50.528Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-02-21T12:48:50.699Z | Compiling scroll_derive v0.12.0 |
511 | 2025-02-21T12:48:50.767Z | Compiling clap_derive v4.5.28 |
512 | 2025-02-21T12:48:51.831Z | Compiling scroll v0.12.0 |
513 | 2025-02-21T12:48:51.910Z | Compiling zerocopy v0.7.35 |
514 | 2025-02-21T12:48:52.251Z | Compiling goblin v0.8.2 |
515 | 2025-02-21T12:48:52.678Z | Compiling pest v2.7.14 |
516 | 2025-02-21T12:48:54.068Z | Compiling clap v4.5.30 |
517 | 2025-02-21T12:48:54.873Z | Compiling pest_meta v2.7.14 |
518 | 2025-02-21T12:48:55.734Z | Compiling pest_generator v2.7.14 |
519 | 2025-02-21T12:48:56.915Z | Compiling pest_derive v2.7.14 |
520 | 2025-02-21T12:48:57.705Z | Compiling dtrace-parser v0.2.0 |
521 | 2025-02-21T12:48:58.668Z | Compiling serde_tokenstream v0.2.2 |
522 | 2025-02-21T12:48:58.739Z | Compiling serde_spanned v0.6.8 |
523 | 2025-02-21T12:48:58.742Z | Compiling toml_datetime v0.6.8 |
524 | 2025-02-21T12:48:58.982Z | Compiling cargo-platform v0.1.8 |
525 | 2025-02-21T12:48:59.030Z | Compiling macaddr v1.0.1 |
526 | 2025-02-21T12:48:59.249Z | Compiling toml_edit v0.22.22 |
527 | 2025-02-21T12:48:59.353Z | Compiling camino-tempfile v1.1.1 |
528 | 2025-02-21T12:49:00.012Z | Compiling dof v0.3.0 |
529 | 2025-02-21T12:49:00.137Z | Compiling cargo_metadata v0.18.1 |
530 | 2025-02-21T12:49:01.291Z | Compiling usdt-attr-macro v0.5.0 |
531 | 2025-02-21T12:49:01.291Z | Compiling usdt-macro v0.5.0 |
532 | 2025-02-21T12:49:01.930Z | Compiling toml v0.8.19 |
533 | 2025-02-21T12:49:02.373Z | Compiling usdt v0.5.0 |
534 | 2025-02-21T12:49:02.719Z | Compiling cargo_toml v0.20.5 |
535 | 2025-02-21T12:49:05.219Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
536 | 2025-02-21T12:49:08.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.80s |
537 | 2025-02-21T12:49:08.549Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
538 | 2025-02-21T12:49:09.075Z | Downloading crates ... |
539 | 2025-02-21T12:49:09.216Z | Downloaded async-stream-impl v0.3.6 |
540 | 2025-02-21T12:49:09.222Z | Downloaded headers-core v0.3.0 |
541 | 2025-02-21T12:49:09.225Z | Downloaded ciborium-io v0.2.2 |
542 | 2025-02-21T12:49:09.225Z | Downloaded http-body v1.0.1 |
543 | 2025-02-21T12:49:09.228Z | Downloaded atomicwrites v0.4.4 |
544 | 2025-02-21T12:49:09.231Z | Downloaded crunchy v0.2.2 |
545 | 2025-02-21T12:49:09.231Z | Downloaded http-range v0.1.5 |
546 | 2025-02-21T12:49:09.234Z | Downloaded home v0.5.9 |
547 | 2025-02-21T12:49:09.234Z | Downloaded cstr-argument v0.1.2 |
548 | 2025-02-21T12:49:09.234Z | Downloaded hex v0.4.3 |
549 | 2025-02-21T12:49:09.243Z | Downloaded daft v0.1.1 |
550 | 2025-02-21T12:49:09.243Z | Downloaded cfg_aliases v0.1.1 |
551 | 2025-02-21T12:49:09.243Z | Downloaded crucible-workspace-hack v0.1.0 |
552 | 2025-02-21T12:49:09.243Z | Downloaded cfg_aliases v0.2.1 |
553 | 2025-02-21T12:49:09.247Z | Downloaded instant v0.1.13 |
554 | 2025-02-21T12:49:09.250Z | Downloaded icu_provider_macros v1.5.0 |
555 | 2025-02-21T12:49:09.250Z | Downloaded bitflags v1.3.2 |
556 | 2025-02-21T12:49:09.262Z | Downloaded arrayref v0.3.9 |
557 | 2025-02-21T12:49:09.262Z | Downloaded bb8 v0.8.5 |
558 | 2025-02-21T12:49:09.262Z | Downloaded match_cfg v0.1.0 |
559 | 2025-02-21T12:49:09.262Z | Downloaded is_ci v1.2.0 |
560 | 2025-02-21T12:49:09.262Z | Downloaded ident_case v1.0.1 |
561 | 2025-02-21T12:49:09.262Z | Downloaded mirai-annotations v1.12.0 |
562 | 2025-02-21T12:49:09.262Z | Downloaded hubpack_derive v0.1.1 |
563 | 2025-02-21T12:49:09.266Z | Downloaded addr2line v0.24.2 |
564 | 2025-02-21T12:49:09.266Z | Downloaded cipher v0.4.4 |
565 | 2025-02-21T12:49:09.271Z | Downloaded hubpack v0.1.2 |
566 | 2025-02-21T12:49:09.271Z | Downloaded cassowary v0.3.0 |
567 | 2025-02-21T12:49:09.274Z | Downloaded hostname v0.4.0 |
568 | 2025-02-21T12:49:09.274Z | Downloaded hostname v0.3.1 |
569 | 2025-02-21T12:49:09.277Z | Downloaded impl-trait-for-tuples v0.2.2 |
570 | 2025-02-21T12:49:09.281Z | Downloaded libefi-sys v0.1.0 |
571 | 2025-02-21T12:49:09.283Z | Downloaded managed v0.8.0 |
572 | 2025-02-21T12:49:09.283Z | Downloaded keccak v0.1.5 |
573 | 2025-02-21T12:49:09.285Z | Downloaded is-terminal v0.4.13 |
574 | 2025-02-21T12:49:09.286Z | Downloaded cexpr v0.6.0 |
575 | 2025-02-21T12:49:09.288Z | Downloaded lru-cache v0.1.2 |
576 | 2025-02-21T12:49:09.292Z | Downloaded indoc v2.0.5 |
577 | 2025-02-21T12:49:09.296Z | Downloaded curve25519-dalek-derive v0.1.1 |
578 | 2025-02-21T12:49:09.296Z | Downloaded lockfree-object-pool v0.1.6 |
579 | 2025-02-21T12:49:09.300Z | Downloaded mime v0.3.17 |
580 | 2025-02-21T12:49:09.300Z | Downloaded constant_time_eq v0.3.1 |
581 | 2025-02-21T12:49:09.303Z | Downloaded memoffset v0.9.1 |
582 | 2025-02-21T12:49:09.303Z | Downloaded crc-catalog v2.4.0 |
583 | 2025-02-21T12:49:09.306Z | Downloaded lazy_static v1.5.0 |
584 | 2025-02-21T12:49:09.306Z | Downloaded colored v2.1.0 |
585 | 2025-02-21T12:49:09.309Z | Downloaded linked-hash-map v0.5.6 |
586 | 2025-02-21T12:49:09.312Z | Downloaded md-5 v0.10.6 |
587 | 2025-02-21T12:49:09.315Z | Downloaded idna_adapter v1.2.0 |
588 | 2025-02-21T12:49:09.315Z | Downloaded libsw v3.3.1 |
589 | 2025-02-21T12:49:09.318Z | Downloaded ctr v0.9.2 |
590 | 2025-02-21T12:49:09.321Z | Downloaded highway v1.2.0 |
591 | 2025-02-21T12:49:09.321Z | Downloaded adler2 v2.0.0 |
592 | 2025-02-21T12:49:09.324Z | Downloaded maybe-uninit v2.0.0 |
593 | 2025-02-21T12:49:09.326Z | Downloaded crossbeam-deque v0.8.5 |
594 | 2025-02-21T12:49:09.330Z | Downloaded async-trait v0.1.86 |
595 | 2025-02-21T12:49:09.332Z | Downloaded ascii-canvas v3.0.0 |
596 | 2025-02-21T12:49:09.335Z | Downloaded russh-cryptovec v0.7.3 |
597 | 2025-02-21T12:49:09.335Z | Downloaded bcs v0.1.6 |
598 | 2025-02-21T12:49:09.338Z | Downloaded libloading v0.8.5 |
599 | 2025-02-21T12:49:09.341Z | Downloaded backoff v0.4.0 |
600 | 2025-02-21T12:49:09.344Z | Downloaded lock_api v0.4.12 |
601 | 2025-02-21T12:49:09.344Z | Downloaded instability v0.3.2 |
602 | 2025-02-21T12:49:09.347Z | Downloaded crc32fast v1.4.2 |
603 | 2025-02-21T12:49:09.350Z | Downloaded icu_locid_transform v1.5.0 |
604 | 2025-02-21T12:49:09.353Z | Downloaded mime_guess v2.0.5 |
605 | 2025-02-21T12:49:09.355Z | Downloaded ipnet v2.10.1 |
606 | 2025-02-21T12:49:09.358Z | Downloaded hyper-rustls v0.27.3 |
607 | 2025-02-21T12:49:09.361Z | Downloaded md5 v0.7.0 |
608 | 2025-02-21T12:49:09.363Z | Downloaded console v0.15.10 |
609 | 2025-02-21T12:49:09.366Z | Downloaded toolchain_find v0.4.0 |
610 | 2025-02-21T12:49:09.366Z | Downloaded csv-core v0.1.11 |
611 | 2025-02-21T12:49:09.369Z | Downloaded sync_wrapper v1.0.1 |
612 | 2025-02-21T12:49:09.369Z | Downloaded sync-ptr v0.1.1 |
613 | 2025-02-21T12:49:09.372Z | Downloaded ciborium v0.2.2 |
614 | 2025-02-21T12:49:09.375Z | Downloaded untrusted v0.7.1 |
615 | 2025-02-21T12:49:09.375Z | Downloaded cookie_store v0.21.1 |
616 | 2025-02-21T12:49:09.378Z | Downloaded block-padding v0.3.3 |
617 | 2025-02-21T12:49:09.378Z | Downloaded bzip2 v0.4.4 |
618 | 2025-02-21T12:49:09.382Z | Downloaded cbc v0.1.2 |
619 | 2025-02-21T12:49:09.384Z | Downloaded ahash v0.8.11 |
620 | 2025-02-21T12:49:09.387Z | Downloaded ref-cast v1.0.23 |
621 | 2025-02-21T12:49:09.389Z | Downloaded slog-stdlog v4.1.1 |
622 | 2025-02-21T12:49:09.392Z | Downloaded thiserror-no-std v2.0.2 |
623 | 2025-02-21T12:49:09.395Z | Downloaded rand_xorshift v0.3.0 |
624 | 2025-02-21T12:49:09.398Z | Downloaded zone_cfg_derive v0.1.2 |
625 | 2025-02-21T12:49:09.400Z | Downloaded zone_cfg_derive v0.3.0 |
626 | 2025-02-21T12:49:09.400Z | Downloaded proc-macro-crate v1.3.1 |
627 | 2025-02-21T12:49:09.400Z | Downloaded icu_locid_transform_data v1.5.0 |
628 | 2025-02-21T12:49:09.403Z | Downloaded foreign-types-shared v0.3.1 |
629 | 2025-02-21T12:49:09.405Z | Downloaded memmap2 v0.9.5 |
630 | 2025-02-21T12:49:09.408Z | Downloaded miniz_oxide v0.8.0 |
631 | 2025-02-21T12:49:09.411Z | Downloaded lru v0.12.5 |
632 | 2025-02-21T12:49:09.415Z | Downloaded semver v0.1.20 |
633 | 2025-02-21T12:49:09.415Z | Downloaded secrecy v0.8.0 |
634 | 2025-02-21T12:49:09.418Z | Downloaded litemap v0.7.3 |
635 | 2025-02-21T12:49:09.418Z | Downloaded heapless v0.8.0 |
636 | 2025-02-21T12:49:09.422Z | Downloaded unarray v0.1.4 |
637 | 2025-02-21T12:49:09.424Z | Downloaded sqlparser_derive v0.2.2 |
638 | 2025-02-21T12:49:09.426Z | Downloaded tokio-macros v2.5.0 |
639 | 2025-02-21T12:49:09.426Z | Downloaded stable_deref_trait v1.2.0 |
640 | 2025-02-21T12:49:09.430Z | Downloaded zerovec-derive v0.10.3 |
641 | 2025-02-21T12:49:09.433Z | Downloaded ssh-cipher v0.2.0 |
642 | 2025-02-21T12:49:09.433Z | Downloaded xz2 v0.1.7 |
643 | 2025-02-21T12:49:09.436Z | Downloaded number_prefix v0.4.0 |
644 | 2025-02-21T12:49:09.436Z | Downloaded precomputed-hash v0.1.1 |
645 | 2025-02-21T12:49:09.436Z | Downloaded ssh-encoding v0.2.0 |
646 | 2025-02-21T12:49:09.438Z | Downloaded thiserror-impl v2.0.11 |
647 | 2025-02-21T12:49:09.442Z | Downloaded argon2 v0.5.3 |
648 | 2025-02-21T12:49:09.445Z | Downloaded ghash v0.5.1 |
649 | 2025-02-21T12:49:09.445Z | Downloaded futures-io v0.3.31 |
650 | 2025-02-21T12:49:09.445Z | Downloaded fd-lock v4.0.2 |
651 | 2025-02-21T12:49:09.448Z | Downloaded slog-term v2.9.1 |
652 | 2025-02-21T12:49:09.454Z | Downloaded icu_locid v1.5.0 |
653 | 2025-02-21T12:49:09.456Z | Downloaded typify-macro v0.3.0 |
654 | 2025-02-21T12:49:09.459Z | Downloaded typify-macro v0.2.0 |
655 | 2025-02-21T12:49:09.459Z | Downloaded indicatif v0.17.11 |
656 | 2025-02-21T12:49:09.464Z | Downloaded progenitor-impl v0.8.0 |
657 | 2025-02-21T12:49:09.466Z | Downloaded embedded-io v0.4.0 |
658 | 2025-02-21T12:49:09.469Z | Downloaded which v4.4.2 |
659 | 2025-02-21T12:49:09.472Z | Downloaded nanorand v0.7.0 |
660 | 2025-02-21T12:49:09.475Z | Downloaded gethostname v0.5.0 |
661 | 2025-02-21T12:49:09.477Z | Downloaded yoke v0.7.4 |
662 | 2025-02-21T12:49:09.480Z | Downloaded value-bag v1.9.0 |
663 | 2025-02-21T12:49:09.483Z | Downloaded olpc-cjson v0.1.4 |
664 | 2025-02-21T12:49:09.487Z | Downloaded dirs-sys-next v0.1.2 |
665 | 2025-02-21T12:49:09.487Z | Downloaded ppv-lite86 v0.2.20 |
666 | 2025-02-21T12:49:09.487Z | Downloaded ref-cast-impl v1.0.23 |
667 | 2025-02-21T12:49:09.489Z | Downloaded compact_str v0.8.0 |
668 | 2025-02-21T12:49:09.493Z | Downloaded serde_with_macros v3.11.0 |
669 | 2025-02-21T12:49:09.495Z | Downloaded num-iter v0.1.45 |
670 | 2025-02-21T12:49:09.498Z | Downloaded indexmap v1.9.3 |
671 | 2025-02-21T12:49:09.501Z | Downloaded russh-keys v0.45.0 |
672 | 2025-02-21T12:49:09.503Z | Downloaded percent-encoding v2.3.1 |
673 | 2025-02-21T12:49:09.506Z | Downloaded icu_collections v1.5.0 |
674 | 2025-02-21T12:49:09.513Z | Downloaded hyper-util v0.1.10 |
675 | 2025-02-21T12:49:09.517Z | Downloaded write16 v1.0.0 |
676 | 2025-02-21T12:49:09.519Z | Downloaded hickory-resolver v0.24.3 |
677 | 2025-02-21T12:49:09.523Z | Downloaded shell-words v1.1.0 |
678 | 2025-02-21T12:49:09.526Z | Downloaded scrypt v0.11.0 |
679 | 2025-02-21T12:49:09.529Z | Downloaded endian-type v0.1.2 |
680 | 2025-02-21T12:49:09.529Z | Downloaded foreign-types-macros v0.2.3 |
681 | 2025-02-21T12:49:09.529Z | Downloaded rustc_version v0.1.7 |
682 | 2025-02-21T12:49:09.532Z | Downloaded derive-where v1.2.7 |
683 | 2025-02-21T12:49:09.534Z | Downloaded newline-converter v0.3.0 |
684 | 2025-02-21T12:49:09.537Z | Downloaded rand_core v0.6.4 |
685 | 2025-02-21T12:49:09.541Z | Downloaded tokio-native-tls v0.3.1 |
686 | 2025-02-21T12:49:09.541Z | Downloaded termios v0.3.3 |
687 | 2025-02-21T12:49:09.543Z | Downloaded newtype_derive v0.1.6 |
688 | 2025-02-21T12:49:09.546Z | Downloaded schemars_derive v0.8.21 |
689 | 2025-02-21T12:49:09.546Z | Downloaded getrandom v0.2.15 |
690 | 2025-02-21T12:49:09.549Z | Downloaded fatfs v0.3.6 |
691 | 2025-02-21T12:49:09.553Z | Downloaded samael v0.0.17 |
692 | 2025-02-21T12:49:09.560Z | Downloaded minimal-lexical v0.2.1 |
693 | 2025-02-21T12:49:09.566Z | Downloaded parking_lot v0.11.2 |
694 | 2025-02-21T12:49:09.569Z | Downloaded parking_lot_core v0.8.6 |
695 | 2025-02-21T12:49:09.572Z | Downloaded writeable v0.5.5 |
696 | 2025-02-21T12:49:09.574Z | Downloaded utf16_iter v1.0.5 |
697 | 2025-02-21T12:49:09.577Z | Downloaded crypto-bigint v0.5.5 |
698 | 2025-02-21T12:49:09.583Z | Downloaded enum-as-inner v0.6.1 |
699 | 2025-02-21T12:49:09.586Z | Downloaded ena v0.14.3 |
700 | 2025-02-21T12:49:09.588Z | Downloaded utf-8 v0.7.6 |
701 | 2025-02-21T12:49:09.591Z | Downloaded postgres-types v0.2.8 |
702 | 2025-02-21T12:49:09.594Z | Downloaded nibble_vec v0.1.0 |
703 | 2025-02-21T12:49:09.594Z | Downloaded postgres-protocol v0.6.7 |
704 | 2025-02-21T12:49:09.597Z | Downloaded take_mut v0.2.2 |
705 | 2025-02-21T12:49:09.599Z | Downloaded topological-sort v0.2.2 |
706 | 2025-02-21T12:49:09.599Z | Downloaded time-core v0.1.2 |
707 | 2025-02-21T12:49:09.602Z | Downloaded zone v0.3.0 |
708 | 2025-02-21T12:49:09.602Z | Downloaded pin-utils v0.1.0 |
709 | 2025-02-21T12:49:09.605Z | Downloaded zone v0.1.8 |
710 | 2025-02-21T12:49:09.619Z | Downloaded newtype-uuid v1.2.1 |
711 | 2025-02-21T12:49:09.622Z | Downloaded hickory-server v0.24.3 |
712 | 2025-02-21T12:49:09.625Z | Downloaded darling_macro v0.20.10 |
713 | 2025-02-21T12:49:09.628Z | Downloaded crossbeam-channel v0.5.13 |
714 | 2025-02-21T12:49:09.631Z | Downloaded derive_builder_macro v0.20.2 |
715 | 2025-02-21T12:49:09.634Z | Downloaded rusty-fork v0.3.0 |
716 | 2025-02-21T12:49:09.636Z | Downloaded parking_lot v0.12.3 |
717 | 2025-02-21T12:49:09.639Z | Downloaded globset v0.4.15 |
718 | 2025-02-21T12:49:09.647Z | Downloaded openssl-probe v0.1.5 |
719 | 2025-02-21T12:49:09.647Z | Downloaded openssl-macros v0.1.1 |
720 | 2025-02-21T12:49:09.647Z | Downloaded tracing-attributes v0.1.27 |
721 | 2025-02-21T12:49:09.653Z | Downloaded base64 v0.21.7 |
722 | 2025-02-21T12:49:09.653Z | Downloaded structmeta v0.3.0 |
723 | 2025-02-21T12:49:09.653Z | Downloaded opaque-debug v0.3.1 |
724 | 2025-02-21T12:49:09.653Z | Downloaded resolv-conf v0.7.0 |
725 | 2025-02-21T12:49:09.656Z | Downloaded pkg-config v0.3.31 |
726 | 2025-02-21T12:49:09.656Z | Downloaded pkcs5 v0.7.1 |
727 | 2025-02-21T12:49:09.660Z | Downloaded stringprep v0.1.5 |
728 | 2025-02-21T12:49:09.663Z | Downloaded daft-derive v0.1.1 |
729 | 2025-02-21T12:49:09.667Z | Downloaded mio v1.0.2 |
730 | 2025-02-21T12:49:09.673Z | Downloaded progenitor v0.9.1 |
731 | 2025-02-21T12:49:09.677Z | Downloaded libxml v0.3.3 |
732 | 2025-02-21T12:49:09.682Z | Downloaded wait-timeout v0.2.0 |
733 | 2025-02-21T12:49:09.684Z | Downloaded tabwriter v1.4.0 |
734 | 2025-02-21T12:49:09.686Z | Downloaded unicode-truncate v1.1.0 |
735 | 2025-02-21T12:49:09.688Z | Downloaded pin-project-internal v1.1.6 |
736 | 2025-02-21T12:49:09.690Z | Downloaded funty v2.0.0 |
737 | 2025-02-21T12:49:09.693Z | Downloaded fixedbitset v0.4.2 |
738 | 2025-02-21T12:49:09.693Z | Downloaded toml_edit v0.19.15 |
739 | 2025-02-21T12:49:09.711Z | Downloaded hash32 v0.2.1 |
740 | 2025-02-21T12:49:09.713Z | Downloaded sct v0.7.1 |
741 | 2025-02-21T12:49:09.716Z | Downloaded defmt-parser v0.3.4 |
742 | 2025-02-21T12:49:09.721Z | Downloaded xattr v1.3.1 |
743 | 2025-02-21T12:49:09.721Z | Downloaded downcast v0.11.0 |
744 | 2025-02-21T12:49:09.721Z | Downloaded num-integer v0.1.46 |
745 | 2025-02-21T12:49:09.724Z | Downloaded zerofrom v0.1.4 |
746 | 2025-02-21T12:49:09.724Z | Downloaded universal-hash v0.5.1 |
747 | 2025-02-21T12:49:09.726Z | Downloaded quick-error v1.2.3 |
748 | 2025-02-21T12:49:09.729Z | Downloaded glob v0.3.2 |
749 | 2025-02-21T12:49:09.729Z | Downloaded progenitor v0.8.0 |
750 | 2025-02-21T12:49:09.731Z | Downloaded phf_shared v0.11.2 |
751 | 2025-02-21T12:49:09.734Z | Downloaded group v0.13.0 |
752 | 2025-02-21T12:49:09.734Z | Downloaded itertools v0.10.5 |
753 | 2025-02-21T12:49:09.741Z | Downloaded fxhash v0.2.1 |
754 | 2025-02-21T12:49:09.743Z | Downloaded smallvec v0.6.14 |
755 | 2025-02-21T12:49:09.744Z | Downloaded slog-envlogger v2.2.0 |
756 | 2025-02-21T12:49:09.746Z | Downloaded slab v0.4.9 |
757 | 2025-02-21T12:49:09.749Z | Downloaded derive_builder_core v0.20.2 |
758 | 2025-02-21T12:49:09.751Z | Downloaded uzers v0.12.1 |
759 | 2025-02-21T12:49:09.755Z | Downloaded dropshot_endpoint v0.12.0 |
760 | 2025-02-21T12:49:09.757Z | Downloaded phf_shared v0.10.0 |
761 | 2025-02-21T12:49:09.761Z | Downloaded phf_generator v0.11.2 |
762 | 2025-02-21T12:49:09.761Z | Downloaded tiny-keccak v2.0.2 |
763 | 2025-02-21T12:49:09.764Z | Downloaded slog-bunyan v2.5.0 |
764 | 2025-02-21T12:49:09.764Z | Downloaded siphasher v0.3.11 |
765 | 2025-02-21T12:49:09.766Z | Downloaded fs_extra v1.3.0 |
766 | 2025-02-21T12:49:09.769Z | Downloaded des v0.8.1 |
767 | 2025-02-21T12:49:09.771Z | Downloaded signal-hook v0.3.17 |
768 | 2025-02-21T12:49:09.774Z | Downloaded headers v0.4.0 |
769 | 2025-02-21T12:49:09.780Z | Downloaded tinyvec_macros v0.1.1 |
770 | 2025-02-21T12:49:09.782Z | Downloaded typify v0.3.0 |
771 | 2025-02-21T12:49:09.785Z | Downloaded itertools v0.12.1 |
772 | 2025-02-21T12:49:09.794Z | Downloaded foreign-types-shared v0.1.1 |
773 | 2025-02-21T12:49:09.796Z | Downloaded foreign-types v0.5.0 |
774 | 2025-02-21T12:49:09.796Z | Downloaded foreign-types v0.3.2 |
775 | 2025-02-21T12:49:09.799Z | Downloaded env_filter v0.1.2 |
776 | 2025-02-21T12:49:09.802Z | Downloaded nodrop v0.1.14 |
777 | 2025-02-21T12:49:09.802Z | Downloaded multimap v0.10.0 |
778 | 2025-02-21T12:49:09.802Z | Downloaded slog-json v2.6.1 |
779 | 2025-02-21T12:49:09.808Z | Downloaded tokio-util v0.7.12 |
780 | 2025-02-21T12:49:09.815Z | Downloaded oso-derive v0.27.3 |
781 | 2025-02-21T12:49:09.817Z | Downloaded packed_struct_codegen v0.10.1 |
782 | 2025-02-21T12:49:09.817Z | Downloaded serde_plain v1.0.2 |
783 | 2025-02-21T12:49:09.817Z | Downloaded aes v0.8.4 |
784 | 2025-02-21T12:49:09.821Z | Downloaded phf v0.11.2 |
785 | 2025-02-21T12:49:09.824Z | Downloaded packed_struct v0.10.1 |
786 | 2025-02-21T12:49:09.827Z | Downloaded peg-runtime v0.8.3 |
787 | 2025-02-21T12:49:09.827Z | Downloaded half v2.4.1 |
788 | 2025-02-21T12:49:09.830Z | Downloaded termtree v0.4.1 |
789 | 2025-02-21T12:49:09.834Z | Downloaded structmeta-derive v0.3.0 |
790 | 2025-02-21T12:49:09.834Z | Downloaded serde_path_to_error v0.1.16 |
791 | 2025-02-21T12:49:09.839Z | Downloaded rpassword v7.3.1 |
792 | 2025-02-21T12:49:09.839Z | Downloaded reedline v0.35.0 |
793 | 2025-02-21T12:49:09.846Z | Downloaded waitgroup v0.1.2 |
794 | 2025-02-21T12:49:09.851Z | Downloaded try-lock v0.2.5 |
795 | 2025-02-21T12:49:09.851Z | Downloaded tower-service v0.3.3 |
796 | 2025-02-21T12:49:09.851Z | Downloaded tower-layer v0.3.3 |
797 | 2025-02-21T12:49:09.855Z | Downloaded float-ord v0.3.2 |
798 | 2025-02-21T12:49:09.855Z | Downloaded hkdf v0.12.4 |
799 | 2025-02-21T12:49:09.856Z | Downloaded zeroize_derive v1.4.2 |
800 | 2025-02-21T12:49:09.860Z | Downloaded utf8_iter v1.0.4 |
801 | 2025-02-21T12:49:09.860Z | Downloaded tinystr v0.7.6 |
802 | 2025-02-21T12:49:09.865Z | Downloaded progenitor-client v0.8.0 |
803 | 2025-02-21T12:49:09.865Z | Downloaded num-conv v0.1.0 |
804 | 2025-02-21T12:49:09.865Z | Downloaded num_enum_derive v0.5.11 |
805 | 2025-02-21T12:49:09.865Z | Downloaded fragile v2.0.0 |
806 | 2025-02-21T12:49:09.870Z | Downloaded serde-big-array v0.5.1 |
807 | 2025-02-21T12:49:09.870Z | Downloaded foldhash v0.1.3 |
808 | 2025-02-21T12:49:09.875Z | Downloaded num-bigint-dig v0.8.4 |
809 | 2025-02-21T12:49:09.880Z | Downloaded snafu v0.8.5 |
810 | 2025-02-21T12:49:09.884Z | Downloaded want v0.3.1 |
811 | 2025-02-21T12:49:09.884Z | Downloaded salsa20 v0.10.2 |
812 | 2025-02-21T12:49:09.892Z | Downloaded rustls-pemfile v1.0.4 |
813 | 2025-02-21T12:49:09.896Z | Downloaded rtoolbox v0.0.2 |
814 | 2025-02-21T12:49:09.896Z | Downloaded polyval v0.6.2 |
815 | 2025-02-21T12:49:09.896Z | Downloaded tokio-stream v0.1.16 |
816 | 2025-02-21T12:49:09.900Z | Downloaded quinn-udp v0.5.5 |
817 | 2025-02-21T12:49:09.900Z | Downloaded hyper v1.5.2 |
818 | 2025-02-21T12:49:09.907Z | Downloaded tap v1.0.1 |
819 | 2025-02-21T12:49:09.912Z | Downloaded diesel-dtrace v0.4.2 |
820 | 2025-02-21T12:49:09.912Z | Downloaded defmt v0.3.8 |
821 | 2025-02-21T12:49:09.916Z | Downloaded schemars v0.8.21 |
822 | 2025-02-21T12:49:09.928Z | Downloaded normalize-line-endings v0.3.0 |
823 | 2025-02-21T12:49:09.932Z | Downloaded zip v2.1.3 |
824 | 2025-02-21T12:49:09.936Z | Downloaded url v2.5.3 |
825 | 2025-02-21T12:49:09.941Z | Downloaded strum v0.26.3 |
826 | 2025-02-21T12:49:09.941Z | Downloaded tokio-rustls v0.24.1 |
827 | 2025-02-21T12:49:09.945Z | Downloaded unicode-bidi v0.3.17 |
828 | 2025-02-21T12:49:09.950Z | Downloaded quinn v0.11.5 |
829 | 2025-02-21T12:49:09.950Z | Downloaded rustversion v1.0.17 |
830 | 2025-02-21T12:49:09.957Z | Downloaded parse-size v1.1.0 |
831 | 2025-02-21T12:49:09.957Z | Downloaded sec1 v0.7.3 |
832 | 2025-02-21T12:49:09.962Z | Downloaded nom v7.1.3 |
833 | 2025-02-21T12:49:09.962Z | Downloaded flagset v0.4.6 |
834 | 2025-02-21T12:49:09.971Z | Downloaded aho-corasick v1.1.3 |
835 | 2025-02-21T12:49:09.976Z | Downloaded smf v0.2.3 |
836 | 2025-02-21T12:49:09.976Z | Downloaded quick-xml v0.33.0 |
837 | 2025-02-21T12:49:09.980Z | Downloaded path-slash v0.1.5 |
838 | 2025-02-21T12:49:09.980Z | Downloaded sigpipe v0.1.3 |
839 | 2025-02-21T12:49:09.984Z | Downloaded unicase v2.7.0 |
840 | 2025-02-21T12:49:09.984Z | Downloaded blake3 v1.5.4 |
841 | 2025-02-21T12:49:09.990Z | Downloaded progenitor-client v0.9.1 |
842 | 2025-02-21T12:49:09.994Z | Downloaded parse-display-derive v0.10.0 |
843 | 2025-02-21T12:49:09.994Z | Downloaded data-encoding v2.6.0 |
844 | 2025-02-21T12:49:10.003Z | Downloaded static_assertions v1.1.0 |
845 | 2025-02-21T12:49:10.003Z | Downloaded spki v0.7.3 |
846 | 2025-02-21T12:49:10.010Z | Downloaded progenitor-macro v0.8.0 |
847 | 2025-02-21T12:49:10.010Z | Downloaded num-rational v0.4.2 |
848 | 2025-02-21T12:49:10.010Z | Downloaded salty v0.3.0 |
849 | 2025-02-21T12:49:10.015Z | Downloaded filetime v0.2.25 |
850 | 2025-02-21T12:49:10.015Z | Downloaded unicode-segmentation v1.12.0 |
851 | 2025-02-21T12:49:10.015Z | Downloaded num-complex v0.4.6 |
852 | 2025-02-21T12:49:10.025Z | Downloaded strum_macros v0.24.3 |
853 | 2025-02-21T12:49:10.025Z | Downloaded simd-adler32 v0.3.7 |
854 | 2025-02-21T12:49:10.030Z | Downloaded rand_seeder v0.3.0 |
855 | 2025-02-21T12:49:10.030Z | Downloaded dsl_auto_type v0.1.2 |
856 | 2025-02-21T12:49:10.030Z | Downloaded smallvec v1.13.2 |
857 | 2025-02-21T12:49:10.030Z | Downloaded rustls-pemfile v2.2.0 |
858 | 2025-02-21T12:49:10.030Z | Downloaded oso v0.27.3 |
859 | 2025-02-21T12:49:10.036Z | Downloaded diesel_table_macro_syntax v0.2.0 |
860 | 2025-02-21T12:49:10.036Z | Downloaded poly1305 v0.8.0 |
861 | 2025-02-21T12:49:10.041Z | Downloaded paste v1.0.15 |
862 | 2025-02-21T12:49:10.041Z | Downloaded pbkdf2 v0.12.2 |
863 | 2025-02-21T12:49:10.045Z | Downloaded pbkdf2 v0.11.0 |
864 | 2025-02-21T12:49:10.045Z | Downloaded pretty-hex v0.2.1 |
865 | 2025-02-21T12:49:10.045Z | Downloaded aws-lc-rs v1.10.0 |
866 | 2025-02-21T12:49:10.054Z | Downloaded time-macros v0.2.18 |
867 | 2025-02-21T12:49:10.058Z | Downloaded oxnet v0.1.0 |
868 | 2025-02-21T12:49:10.065Z | Downloaded termtree v0.5.1 |
869 | 2025-02-21T12:49:10.065Z | Downloaded supports-color v3.0.1 |
870 | 2025-02-21T12:49:10.068Z | Downloaded thread_local v1.1.8 |
871 | 2025-02-21T12:49:10.069Z | Downloaded lalrpop v0.19.12 |
872 | 2025-02-21T12:49:10.079Z | Downloaded progenitor-macro v0.9.1 |
873 | 2025-02-21T12:49:10.090Z | Downloaded socket2 v0.5.7 |
874 | 2025-02-21T12:49:10.090Z | Downloaded similar v2.6.0 |
875 | 2025-02-21T12:49:10.098Z | Downloaded dunce v1.0.5 |
876 | 2025-02-21T12:49:10.098Z | Downloaded wyz v0.5.1 |
877 | 2025-02-21T12:49:10.098Z | Downloaded unicode-xid v0.2.6 |
878 | 2025-02-21T12:49:10.098Z | Downloaded strum_macros v0.25.3 |
879 | 2025-02-21T12:49:10.098Z | Downloaded diesel_derives v2.2.3 |
880 | 2025-02-21T12:49:10.103Z | Downloaded dyn-clone v1.0.18 |
881 | 2025-02-21T12:49:10.103Z | Downloaded peg-macros v0.8.4 |
882 | 2025-02-21T12:49:10.103Z | Downloaded predicates-tree v1.0.11 |
883 | 2025-02-21T12:49:10.103Z | Downloaded predicates-core v1.0.8 |
884 | 2025-02-21T12:49:10.103Z | Downloaded futures-executor v0.3.31 |
885 | 2025-02-21T12:49:10.115Z | Downloaded float-cmp v0.10.0 |
886 | 2025-02-21T12:49:10.115Z | Downloaded owo-colors v4.1.0 |
887 | 2025-02-21T12:49:10.125Z | Downloaded thiserror v2.0.11 |
888 | 2025-02-21T12:49:10.125Z | Downloaded psl-types v2.0.11 |
889 | 2025-02-21T12:49:10.125Z | Downloaded icu_properties_data v1.5.0 |
890 | 2025-02-21T12:49:10.130Z | Downloaded dropshot_endpoint v0.15.1 |
891 | 2025-02-21T12:49:10.134Z | Downloaded fallible-iterator v0.2.0 |
892 | 2025-02-21T12:49:10.134Z | Downloaded rand_chacha v0.3.1 |
893 | 2025-02-21T12:49:10.134Z | Downloaded vergen v8.3.2 |
894 | 2025-02-21T12:49:10.139Z | Downloaded ed25519-dalek v2.1.1 |
895 | 2025-02-21T12:49:10.143Z | Downloaded reqwest v0.12.12 |
896 | 2025-02-21T12:49:10.149Z | Downloaded test-strategy v0.3.1 |
897 | 2025-02-21T12:49:10.153Z | Downloaded uuid v1.12.0 |
898 | 2025-02-21T12:49:10.157Z | Downloaded ron v0.8.1 |
899 | 2025-02-21T12:49:10.161Z | Downloaded zip v0.6.6 |
900 | 2025-02-21T12:49:10.167Z | Downloaded diff v0.1.13 |
901 | 2025-02-21T12:49:10.174Z | Downloaded prettyplease v0.2.29 |
902 | 2025-02-21T12:49:10.179Z | Downloaded tungstenite v0.24.0 |
903 | 2025-02-21T12:49:10.179Z | Downloaded tungstenite v0.23.0 |
904 | 2025-02-21T12:49:10.183Z | Downloaded rayon-core v1.12.1 |
905 | 2025-02-21T12:49:10.187Z | Downloaded bitvec v1.0.1 |
906 | 2025-02-21T12:49:10.204Z | Downloaded subprocess v0.2.9 |
907 | 2025-02-21T12:49:10.209Z | Downloaded zerocopy v0.6.6 |
908 | 2025-02-21T12:49:10.209Z | Downloaded steno v0.4.1 |
909 | 2025-02-21T12:49:10.213Z | Downloaded futures v0.3.31 |
910 | 2025-02-21T12:49:10.220Z | Downloaded progenitor-impl v0.9.1 |
911 | 2025-02-21T12:49:10.226Z | Downloaded rand v0.8.5 |
912 | 2025-02-21T12:49:10.226Z | Downloaded tungstenite v0.21.0 |
913 | 2025-02-21T12:49:10.230Z | Downloaded rayon v1.10.0 |
914 | 2025-02-21T12:49:10.239Z | Downloaded hashbrown v0.12.3 |
915 | 2025-02-21T12:49:10.243Z | Downloaded expectorate v1.1.0 |
916 | 2025-02-21T12:49:10.247Z | Downloaded num-bigint v0.4.6 |
917 | 2025-02-21T12:49:10.252Z | Downloaded p256 v0.13.2 |
918 | 2025-02-21T12:49:10.263Z | Downloaded parse-zoneinfo v0.3.1 |
919 | 2025-02-21T12:49:10.267Z | Downloaded rusqlite v0.32.1 |
920 | 2025-02-21T12:49:10.267Z | Downloaded hashbrown v0.13.2 |
921 | 2025-02-21T12:49:10.272Z | Downloaded unicode_categories v0.1.1 |
922 | 2025-02-21T12:49:10.272Z | Downloaded object v0.30.4 |
923 | 2025-02-21T12:49:10.281Z | Downloaded flate2 v1.0.35 |
924 | 2025-02-21T12:49:10.287Z | Downloaded hashbrown v0.14.5 |
925 | 2025-02-21T12:49:10.293Z | Downloaded unicode-normalization v0.1.24 |
926 | 2025-02-21T12:49:10.297Z | Downloaded typed-path v0.9.3 |
927 | 2025-02-21T12:49:10.303Z | Downloaded p384 v0.13.0 |
928 | 2025-02-21T12:49:10.311Z | Downloaded publicsuffix v2.3.0 |
929 | 2025-02-21T12:49:10.316Z | Downloaded time v0.3.36 |
930 | 2025-02-21T12:49:10.323Z | Downloaded rustyline v14.0.0 |
931 | 2025-02-21T12:49:10.331Z | Downloaded petname v2.0.2 |
932 | 2025-02-21T12:49:10.336Z | Downloaded rustls-webpki v0.101.7 |
933 | 2025-02-21T12:49:10.350Z | Downloaded portable-atomic v1.9.0 |
934 | 2025-02-21T12:49:10.360Z | Downloaded webpki-roots v0.26.6 |
935 | 2025-02-21T12:49:10.364Z | Downloaded rustls v0.21.12 |
936 | 2025-02-21T12:49:10.375Z | Downloaded radix_trie v0.2.1 |
937 | 2025-02-21T12:49:10.379Z | Downloaded gimli v0.31.1 |
938 | 2025-02-21T12:49:10.386Z | Downloaded tower v0.5.2 |
939 | 2025-02-21T12:49:10.399Z | Downloaded smoltcp v0.9.1 |
940 | 2025-02-21T12:49:10.408Z | Downloaded regex v1.11.1 |
941 | 2025-02-21T12:49:10.421Z | Downloaded rustls-webpki v0.102.8 |
942 | 2025-02-21T12:49:10.440Z | Downloaded zerocopy v0.8.10 |
943 | 2025-02-21T12:49:10.466Z | Downloaded regex-syntax v0.6.29 |
944 | 2025-02-21T12:49:10.473Z | Downloaded polar-core v0.27.3 |
945 | 2025-02-21T12:49:10.479Z | Downloaded dropshot v0.12.0 |
946 | 2025-02-21T12:49:10.511Z | Downloaded quinn-proto v0.11.8 |
947 | 2025-02-21T12:49:10.516Z | Downloaded chrono-tz v0.10.1 |
948 | 2025-02-21T12:49:10.516Z | Downloaded nix v0.29.0 |
949 | 2025-02-21T12:49:10.526Z | Downloaded unicode-width v0.2.0 |
950 | 2025-02-21T12:49:10.533Z | Downloaded bstr v1.10.0 |
951 | 2025-02-21T12:49:10.544Z | Downloaded regex-syntax v0.8.5 |
952 | 2025-02-21T12:49:10.552Z | Downloaded diesel v2.2.7 |
953 | 2025-02-21T12:49:10.571Z | Downloaded dropshot v0.15.1 |
954 | 2025-02-21T12:49:10.591Z | Downloaded openapiv3 v2.0.0 |
955 | 2025-02-21T12:49:10.605Z | Downloaded rustls v0.23.19 |
956 | 2025-02-21T12:49:10.616Z | Downloaded rustls v0.22.4 |
957 | 2025-02-21T12:49:10.629Z | Downloaded sled v0.34.7 |
958 | 2025-02-21T12:49:10.640Z | Downloaded regress v0.9.1 |
959 | 2025-02-21T12:49:10.649Z | Downloaded regress v0.10.1 |
960 | 2025-02-21T12:49:10.658Z | Downloaded typify-impl v0.3.0 |
961 | 2025-02-21T12:49:10.677Z | Downloaded sqlparser v0.45.0 |
962 | 2025-02-21T12:49:10.681Z | Downloaded typify-impl v0.2.0 |
963 | 2025-02-21T12:49:10.695Z | Downloaded smoltcp v0.11.0 |
964 | 2025-02-21T12:49:10.707Z | Downloaded openssl v0.10.71 |
965 | 2025-02-21T12:49:10.722Z | Downloaded hickory-proto v0.24.3 |
966 | 2025-02-21T12:49:10.731Z | Downloaded regex-automata v0.4.8 |
967 | 2025-02-21T12:49:10.751Z | Downloaded zerocopy-derive v0.6.6 |
968 | 2025-02-21T12:49:10.757Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
969 | 2025-02-21T12:49:10.769Z | Downloaded nix v0.28.0 |
970 | 2025-02-21T12:49:10.781Z | Downloaded lzma-sys v0.1.20 |
971 | 2025-02-21T12:49:10.810Z | Downloaded ratatui v0.29.0 |
972 | 2025-02-21T12:49:10.828Z | Downloaded object v0.36.5 |
973 | 2025-02-21T12:49:10.841Z | Downloaded petgraph v0.6.5 |
974 | 2025-02-21T12:49:10.857Z | Downloaded libz-sys v1.1.20 |
975 | 2025-02-21T12:49:10.880Z | Downloaded curve25519-dalek v4.1.3 |
976 | 2025-02-21T12:49:10.886Z | Downloaded zerovec v0.10.4 |
977 | 2025-02-21T12:49:10.892Z | Downloaded futures-util v0.3.31 |
978 | 2025-02-21T12:49:10.903Z | Downloaded tokio v1.43.0 |
979 | 2025-02-21T12:49:10.940Z | Downloaded csv v1.3.1 |
980 | 2025-02-21T12:49:10.959Z | Downloaded nix v0.27.1 |
981 | 2025-02-21T12:49:10.970Z | Downloaded sha3 v0.10.8 |
982 | 2025-02-21T12:49:10.977Z | Downloaded h2 v0.4.6 |
983 | 2025-02-21T12:49:10.980Z | Downloaded russh v0.45.0 |
984 | 2025-02-21T12:49:10.986Z | Downloaded serde_with v3.11.0 |
985 | 2025-02-21T12:49:10.993Z | Downloaded git2 v0.19.0 |
986 | 2025-02-21T12:49:11.001Z | Downloaded chrono v0.4.39 |
987 | 2025-02-21T12:49:11.008Z | Downloaded proptest v1.5.0 |
988 | 2025-02-21T12:49:11.018Z | Downloaded rsa v0.9.6 |
989 | 2025-02-21T12:49:11.022Z | Downloaded vcpkg v0.2.15 |
990 | 2025-02-21T12:49:11.060Z | Downloaded winnow v0.5.40 |
991 | 2025-02-21T12:49:11.067Z | Downloaded bindgen v0.69.5 |
992 | 2025-02-21T12:49:11.072Z | Downloaded strum_macros v0.26.4 |
993 | 2025-02-21T12:49:11.075Z | Downloaded zerocopy-derive v0.8.10 |
994 | 2025-02-21T12:49:11.080Z | Downloaded futures-task v0.3.31 |
995 | 2025-02-21T12:49:11.084Z | Downloaded typify v0.2.0 |
996 | 2025-02-21T12:49:11.088Z | Downloaded num-traits v0.2.19 |
997 | 2025-02-21T12:49:11.088Z | Downloaded qorb v0.2.1 |
998 | 2025-02-21T12:49:11.091Z | Downloaded tough v0.19.0 |
999 | 2025-02-21T12:49:11.099Z | Downloaded hashlink v0.9.1 |
1000 | 2025-02-21T12:49:11.101Z | Downloaded num_enum v0.5.11 |
1001 | 2025-02-21T12:49:11.105Z | Downloaded spin v0.9.8 |
1002 | 2025-02-21T12:49:11.108Z | Downloaded vte v0.11.1 |
1003 | 2025-02-21T12:49:11.110Z | Downloaded x509-cert v0.2.5 |
1004 | 2025-02-21T12:49:11.115Z | Downloaded p521 v0.13.3 |
1005 | 2025-02-21T12:49:11.119Z | Downloaded futures-macro v0.3.31 |
1006 | 2025-02-21T12:49:11.123Z | Downloaded signal-hook-mio v0.2.4 |
1007 | 2025-02-21T12:49:11.123Z | Downloaded serde_repr v0.1.19 |
1008 | 2025-02-21T12:49:11.126Z | Downloaded futures-sink v0.3.31 |
1009 | 2025-02-21T12:49:11.126Z | Downloaded ff v0.13.0 |
1010 | 2025-02-21T12:49:11.126Z | Downloaded nu-ansi-term v0.50.1 |
1011 | 2025-02-21T12:49:11.128Z | Downloaded num v0.4.3 |
1012 | 2025-02-21T12:49:11.128Z | Downloaded vsss-rs v3.3.4 |
1013 | 2025-02-21T12:49:11.132Z | Downloaded tinyvec v1.8.0 |
1014 | 2025-02-21T12:49:11.134Z | Downloaded parse-display v0.10.0 |
1015 | 2025-02-21T12:49:11.134Z | Downloaded serde_derive_internals v0.29.1 |
1016 | 2025-02-21T12:49:11.137Z | Downloaded aes-gcm v0.10.3 |
1017 | 2025-02-21T12:49:11.145Z | Downloaded scheduled-thread-pool v0.2.7 |
1018 | 2025-02-21T12:49:11.145Z | Downloaded primeorder v0.13.6 |
1019 | 2025-02-21T12:49:11.145Z | Downloaded num-derive v0.4.2 |
1020 | 2025-02-21T12:49:11.148Z | Downloaded displaydoc v0.2.5 |
1021 | 2025-02-21T12:49:11.148Z | Downloaded mockall_derive v0.13.0 |
1022 | 2025-02-21T12:49:11.148Z | Downloaded openssl-sys v0.9.106 |
1023 | 2025-02-21T12:49:11.152Z | Downloaded encoding_rs v0.8.34 |
1024 | 2025-02-21T12:49:11.173Z | Downloaded omicron-zone-package v0.12.0 |
1025 | 2025-02-21T12:49:11.178Z | Downloaded der v0.7.9 |
1026 | 2025-02-21T12:49:11.181Z | Downloaded debug-ignore v1.0.5 |
1027 | 2025-02-21T12:49:11.183Z | Downloaded flume v0.11.1 |
1028 | 2025-02-21T12:49:11.188Z | Downloaded defmt-macros v0.3.9 |
1029 | 2025-02-21T12:49:11.190Z | Downloaded tui-tree-widget v0.23.0 |
1030 | 2025-02-21T12:49:11.190Z | Downloaded zeroize v1.8.1 |
1031 | 2025-02-21T12:49:11.193Z | Downloaded structmeta-derive v0.2.0 |
1032 | 2025-02-21T12:49:11.193Z | Downloaded snafu-derive v0.8.5 |
1033 | 2025-02-21T12:49:11.193Z | Downloaded env_logger v0.11.5 |
1034 | 2025-02-21T12:49:11.196Z | Downloaded crossterm v0.28.1 |
1035 | 2025-02-21T12:49:11.202Z | Downloaded r2d2 v0.8.10 |
1036 | 2025-02-21T12:49:11.205Z | Downloaded ssh-key v0.6.6 |
1037 | 2025-02-21T12:49:11.209Z | Downloaded pem v3.0.4 |
1038 | 2025-02-21T12:49:11.212Z | Downloaded parking_lot_core v0.9.10 |
1039 | 2025-02-21T12:49:11.215Z | Downloaded document-features v0.2.10 |
1040 | 2025-02-21T12:49:11.215Z | Downloaded phf_codegen v0.11.2 |
1041 | 2025-02-21T12:49:11.215Z | Downloaded env_logger v0.10.2 |
1042 | 2025-02-21T12:49:11.219Z | Downloaded derive_more v0.99.19 |
1043 | 2025-02-21T12:49:11.223Z | Downloaded tracing v0.1.40 |
1044 | 2025-02-21T12:49:11.228Z | Downloaded multer v3.1.0 |
1045 | 2025-02-21T12:49:11.232Z | Downloaded twox-hash v2.1.0 |
1046 | 2025-02-21T12:49:11.232Z | Downloaded itertools v0.13.0 |
1047 | 2025-02-21T12:49:11.237Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1048 | 2025-02-21T12:49:11.294Z | Downloaded same-file v1.0.6 |
1049 | 2025-02-21T12:49:11.297Z | Downloaded string_cache v0.8.7 |
1050 | 2025-02-21T12:49:11.297Z | Downloaded walkdir v2.5.0 |
1051 | 2025-02-21T12:49:11.299Z | Downloaded mockall v0.13.0 |
1052 | 2025-02-21T12:49:11.302Z | Downloaded ecdsa v0.16.9 |
1053 | 2025-02-21T12:49:11.302Z | Downloaded tokio-rustls v0.26.0 |
1054 | 2025-02-21T12:49:11.306Z | Downloaded tokio-rustls v0.25.0 |
1055 | 2025-02-21T12:49:11.310Z | Downloaded slog-async v2.8.0 |
1056 | 2025-02-21T12:49:11.310Z | Downloaded rustc-demangle v0.1.24 |
1057 | 2025-02-21T12:49:11.310Z | Downloaded vte_generate_state_changes v0.1.2 |
1058 | 2025-02-21T12:49:11.311Z | Downloaded ed25519 v2.2.3 |
1059 | 2025-02-21T12:49:11.313Z | Downloaded zerofrom-derive v0.1.4 |
1060 | 2025-02-21T12:49:11.313Z | Downloaded untrusted v0.9.0 |
1061 | 2025-02-21T12:49:11.313Z | Downloaded tokio-postgres v0.7.12 |
1062 | 2025-02-21T12:49:11.317Z | Downloaded derive_builder v0.20.2 |
1063 | 2025-02-21T12:49:11.321Z | Downloaded tokio-tungstenite v0.21.0 |
1064 | 2025-02-21T12:49:11.324Z | Downloaded pin-project v1.1.6 |
1065 | 2025-02-21T12:49:11.334Z | Downloaded serde_urlencoded v0.7.1 |
1066 | 2025-02-21T12:49:11.336Z | Downloaded serde-hex v0.1.0 |
1067 | 2025-02-21T12:49:11.339Z | Downloaded tls_codec v0.4.1 |
1068 | 2025-02-21T12:49:11.339Z | Downloaded password-hash v0.4.2 |
1069 | 2025-02-21T12:49:11.342Z | Downloaded slog-dtrace v0.3.0 |
1070 | 2025-02-21T12:49:11.342Z | Downloaded rustfmt-wrapper v0.2.1 |
1071 | 2025-02-21T12:49:11.344Z | Downloaded unicode-properties v0.1.3 |
1072 | 2025-02-21T12:49:11.344Z | Downloaded darling_core v0.20.10 |
1073 | 2025-02-21T12:49:11.349Z | Downloaded darling v0.20.10 |
1074 | 2025-02-21T12:49:11.352Z | Downloaded idna v1.0.3 |
1075 | 2025-02-21T12:49:11.359Z | Downloaded tracing-core v0.1.32 |
1076 | 2025-02-21T12:49:11.363Z | Downloaded pkcs1 v0.7.5 |
1077 | 2025-02-21T12:49:11.363Z | Downloaded unsafe-libyaml v0.2.11 |
1078 | 2025-02-21T12:49:11.368Z | Downloaded tar v0.4.42 |
1079 | 2025-02-21T12:49:11.374Z | Downloaded pem-rfc7468 v0.7.0 |
1080 | 2025-02-21T12:49:11.374Z | Downloaded password-hash v0.5.0 |
1081 | 2025-02-21T12:49:11.374Z | Downloaded slog v2.7.0 |
1082 | 2025-02-21T12:49:11.376Z | Downloaded elliptic-curve v0.13.8 |
1083 | 2025-02-21T12:49:11.377Z | Downloaded futures-channel v0.3.31 |
1084 | 2025-02-21T12:49:11.379Z | Downloaded libm v0.2.8 |
1085 | 2025-02-21T12:49:11.386Z | Downloaded shlex v1.3.0 |
1086 | 2025-02-21T12:49:11.389Z | Downloaded sha1 v0.10.6 |
1087 | 2025-02-21T12:49:11.389Z | Downloaded radium v0.7.0 |
1088 | 2025-02-21T12:49:11.389Z | Downloaded pin-project-lite v0.2.14 |
1089 | 2025-02-21T12:49:11.395Z | Downloaded tls_codec_derive v0.4.1 |
1090 | 2025-02-21T12:49:11.398Z | Downloaded rustls-pki-types v1.10.0 |
1091 | 2025-02-21T12:49:11.401Z | Downloaded serde_yaml v0.9.34+deprecated |
1092 | 2025-02-21T12:49:11.404Z | Downloaded const_format v0.2.34 |
1093 | 2025-02-21T12:49:11.407Z | Downloaded base64 v0.22.1 |
1094 | 2025-02-21T12:49:11.411Z | Downloaded backtrace v0.3.74 |
1095 | 2025-02-21T12:49:11.415Z | Downloaded yoke-derive v0.7.4 |
1096 | 2025-02-21T12:49:11.420Z | Downloaded rfc6979 v0.4.0 |
1097 | 2025-02-21T12:49:11.420Z | Downloaded whoami v1.5.2 |
1098 | 2025-02-21T12:49:11.422Z | Downloaded zopfli v0.8.1 |
1099 | 2025-02-21T12:49:11.422Z | Downloaded hash32 v0.3.1 |
1100 | 2025-02-21T12:49:11.422Z | Downloaded futures-core v0.3.31 |
1101 | 2025-02-21T12:49:11.425Z | Downloaded embedded-io v0.6.1 |
1102 | 2025-02-21T12:49:11.425Z | Downloaded term v0.7.0 |
1103 | 2025-02-21T12:49:11.431Z | Downloaded sqlformat v0.2.6 |
1104 | 2025-02-21T12:49:11.434Z | Downloaded postcard v1.0.10 |
1105 | 2025-02-21T12:49:11.434Z | Downloaded structmeta v0.2.0 |
1106 | 2025-02-21T12:49:11.434Z | Downloaded strip-ansi-escapes v0.2.0 |
1107 | 2025-02-21T12:49:11.434Z | Downloaded peg v0.8.4 |
1108 | 2025-02-21T12:49:11.437Z | Downloaded http v1.2.0 |
1109 | 2025-02-21T12:49:11.442Z | Downloaded crc-any v2.5.0 |
1110 | 2025-02-21T12:49:11.445Z | Downloaded chacha20poly1305 v0.10.1 |
1111 | 2025-02-21T12:49:11.445Z | Downloaded cc v1.1.30 |
1112 | 2025-02-21T12:49:11.447Z | Downloaded bumpalo v3.16.0 |
1113 | 2025-02-21T12:49:11.451Z | Downloaded rcgen v0.12.1 |
1114 | 2025-02-21T12:49:11.453Z | Downloaded bytes v1.9.0 |
1115 | 2025-02-21T12:49:11.457Z | Downloaded der_derive v0.7.3 |
1116 | 2025-02-21T12:49:11.460Z | Downloaded termcolor v1.4.1 |
1117 | 2025-02-21T12:49:11.466Z | Downloaded subtle v2.6.1 |
1118 | 2025-02-21T12:49:11.466Z | Downloaded scopeguard v1.2.0 |
1119 | 2025-02-21T12:49:11.466Z | Downloaded rustc-hash v2.0.0 |
1120 | 2025-02-21T12:49:11.469Z | Downloaded rustc-hash v1.1.0 |
1121 | 2025-02-21T12:49:11.469Z | Downloaded new_debug_unreachable v1.0.6 |
1122 | 2025-02-21T12:49:11.469Z | Downloaded rustc_version v0.4.1 |
1123 | 2025-02-21T12:49:11.469Z | Downloaded predicates v3.1.3 |
1124 | 2025-02-21T12:49:11.469Z | Downloaded pkcs8 v0.10.2 |
1125 | 2025-02-21T12:49:11.472Z | Downloaded yasna v0.5.2 |
1126 | 2025-02-21T12:49:11.475Z | Downloaded powerfmt v0.2.0 |
1127 | 2025-02-21T12:49:11.475Z | Downloaded native-tls v0.2.12 |
1128 | 2025-02-21T12:49:11.475Z | Downloaded toml v0.7.8 |
1129 | 2025-02-21T12:49:11.480Z | Downloaded icu_properties v1.5.1 |
1130 | 2025-02-21T12:49:11.484Z | Downloaded tokio-tungstenite v0.24.0 |
1131 | 2025-02-21T12:49:11.489Z | Downloaded ron v0.7.1 |
1132 | 2025-02-21T12:49:11.491Z | Downloaded tokio-tungstenite v0.23.1 |
1133 | 2025-02-21T12:49:11.491Z | Downloaded icu_normalizer_data v1.5.0 |
1134 | 2025-02-21T12:49:11.495Z | Downloaded form_urlencoded v1.2.1 |
1135 | 2025-02-21T12:49:11.495Z | Downloaded either v1.13.0 |
1136 | 2025-02-21T12:49:11.495Z | Downloaded hickory-client v0.24.3 |
1137 | 2025-02-21T12:49:11.497Z | Downloaded fallible-streaming-iterator v0.1.9 |
1138 | 2025-02-21T12:49:11.497Z | Downloaded fallible-iterator v0.3.0 |
1139 | 2025-02-21T12:49:11.500Z | Downloaded const_format_proc_macros v0.2.34 |
1140 | 2025-02-21T12:49:11.505Z | Downloaded arc-swap v1.7.1 |
1141 | 2025-02-21T12:49:11.509Z | Downloaded num_threads v0.1.7 |
1142 | 2025-02-21T12:49:11.509Z | Downloaded display-error-chain v0.2.2 |
1143 | 2025-02-21T12:49:11.512Z | Downloaded dirs-next v2.0.0 |
1144 | 2025-02-21T12:49:11.512Z | Downloaded difflib v0.4.0 |
1145 | 2025-02-21T12:49:11.512Z | Downloaded deranged v0.3.11 |
1146 | 2025-02-21T12:49:11.512Z | Downloaded blake2 v0.10.6 |
1147 | 2025-02-21T12:49:11.515Z | Downloaded base64 v0.13.1 |
1148 | 2025-02-21T12:49:11.519Z | Downloaded allocator-api2 v0.2.18 |
1149 | 2025-02-21T12:49:11.524Z | Downloaded slog-scope v4.4.0 |
1150 | 2025-02-21T12:49:11.524Z | Downloaded thiserror-impl-no-std v2.0.2 |
1151 | 2025-02-21T12:49:11.524Z | Downloaded heapless v0.7.17 |
1152 | 2025-02-21T12:49:11.527Z | Downloaded clang-sys v1.8.1 |
1153 | 2025-02-21T12:49:11.530Z | Downloaded crossbeam-utils v0.8.20 |
1154 | 2025-02-21T12:49:11.532Z | Downloaded crossbeam-epoch v0.9.18 |
1155 | 2025-02-21T12:49:11.532Z | Downloaded cookie v0.18.1 |
1156 | 2025-02-21T12:49:11.535Z | Downloaded const-oid v0.9.6 |
1157 | 2025-02-21T12:49:11.538Z | Downloaded litrs v0.4.1 |
1158 | 2025-02-21T12:49:11.542Z | Downloaded icu_normalizer v1.5.0 |
1159 | 2025-02-21T12:49:11.545Z | Downloaded icu_provider v1.5.0 |
1160 | 2025-02-21T12:49:11.547Z | Downloaded synstructure v0.13.1 |
1161 | 2025-02-21T12:49:11.547Z | Downloaded iana-time-zone v0.1.61 |
1162 | 2025-02-21T12:49:11.551Z | Downloaded signature v2.2.0 |
1163 | 2025-02-21T12:49:11.551Z | Downloaded signal-hook-tokio v0.3.1 |
1164 | 2025-02-21T12:49:11.554Z | Downloaded signal-hook-registry v1.4.2 |
1165 | 2025-02-21T12:49:11.554Z | Downloaded jobserver v0.1.32 |
1166 | 2025-02-21T12:49:11.554Z | Downloaded crc v3.2.1 |
1167 | 2025-02-21T12:49:11.558Z | Downloaded hyper-staticfile v0.10.1 |
1168 | 2025-02-21T12:49:11.561Z | Downloaded cancel-safe-futures v0.1.5 |
1169 | 2025-02-21T12:49:11.561Z | Downloaded buf-list v1.0.3 |
1170 | 2025-02-21T12:49:11.563Z | Downloaded base64ct v1.6.0 |
1171 | 2025-02-21T12:49:11.566Z | Downloaded async-bb8-diesel v0.2.1 |
1172 | 2025-02-21T12:49:11.568Z | Downloaded arrayvec v0.7.6 |
1173 | 2025-02-21T12:49:11.571Z | Downloaded indoc v1.0.9 |
1174 | 2025-02-21T12:49:11.571Z | Downloaded indent_write v2.2.0 |
1175 | 2025-02-21T12:49:11.575Z | Downloaded httparse v1.9.5 |
1176 | 2025-02-21T12:49:11.575Z | Downloaded hmac v0.12.1 |
1177 | 2025-02-21T12:49:11.578Z | Downloaded lazycell v1.3.0 |
1178 | 2025-02-21T12:49:11.578Z | Downloaded cmake v0.1.51 |
1179 | 2025-02-21T12:49:11.582Z | Downloaded atty v0.2.14 |
1180 | 2025-02-21T12:49:11.582Z | Downloaded maplit v1.0.2 |
1181 | 2025-02-21T12:49:11.582Z | Downloaded lalrpop-util v0.19.12 |
1182 | 2025-02-21T12:49:11.585Z | Downloaded inout v0.1.3 |
1183 | 2025-02-21T12:49:11.585Z | Downloaded chacha20 v0.9.1 |
1184 | 2025-02-21T12:49:11.588Z | Downloaded blowfish v0.9.1 |
1185 | 2025-02-21T12:49:11.588Z | Downloaded linear-map v1.2.0 |
1186 | 2025-02-21T12:49:11.594Z | Downloaded kstat-rs v0.2.4 |
1187 | 2025-02-21T12:49:11.594Z | Downloaded humantime v2.1.0 |
1188 | 2025-02-21T12:49:11.600Z | Downloaded ipnetwork v0.21.1 |
1189 | 2025-02-21T12:49:11.600Z | Downloaded ciborium-ll v0.2.2 |
1190 | 2025-02-21T12:49:11.600Z | Downloaded convert_case v0.4.0 |
1191 | 2025-02-21T12:49:11.600Z | Downloaded chrono-tz-build v0.4.0 |
1192 | 2025-02-21T12:49:11.600Z | Downloaded internet-checksum v0.2.1 |
1193 | 2025-02-21T12:49:11.600Z | Downloaded hyper-tls v0.6.0 |
1194 | 2025-02-21T12:49:11.600Z | Downloaded bit-vec v0.6.3 |
1195 | 2025-02-21T12:49:11.603Z | Downloaded bit-set v0.5.3 |
1196 | 2025-02-21T12:49:11.603Z | Downloaded atomic-waker v1.1.2 |
1197 | 2025-02-21T12:49:11.603Z | Downloaded async-stream v0.3.6 |
1198 | 2025-02-21T12:49:11.603Z | Downloaded httpdate v1.0.3 |
1199 | 2025-02-21T12:49:11.608Z | Downloaded http-body-util v0.1.2 |
1200 | 2025-02-21T12:49:11.608Z | Downloaded hex-literal v0.4.1 |
1201 | 2025-02-21T12:49:11.608Z | Downloaded cobs v0.2.3 |
1202 | 2025-02-21T12:49:11.612Z | Downloaded castaway v0.2.3 |
1203 | 2025-02-21T12:49:11.612Z | Downloaded base16ct v0.2.0 |
1204 | 2025-02-21T12:49:11.612Z | Downloaded heck v0.3.3 |
1205 | 2025-02-21T12:49:11.612Z | Downloaded async-recursion v1.1.1 |
1206 | 2025-02-21T12:49:11.615Z | Downloaded assert_matches v1.5.0 |
1207 | 2025-02-21T12:49:11.615Z | Downloaded bitfield-struct v0.6.2 |
1208 | 2025-02-21T12:49:11.618Z | Downloaded bitfield v0.14.0 |
1209 | 2025-02-21T12:49:11.619Z | Downloaded bcrypt-pbkdf v0.10.0 |
1210 | 2025-02-21T12:49:11.619Z | Downloaded array-init v0.0.4 |
1211 | 2025-02-21T12:49:11.621Z | Downloaded aead v0.5.2 |
1212 | 2025-02-21T12:49:11.636Z | Downloaded ring v0.17.8 |
1213 | 2025-02-21T12:49:11.741Z | Downloaded libsqlite3-sys v0.30.1 |
1214 | 2025-02-21T12:49:11.991Z | Downloaded aws-lc-sys v0.22.0 |
1215 | 2025-02-21T12:49:12.338Z | Compiling serde v1.0.217 |
1216 | 2025-02-21T12:49:12.342Z | Compiling lock_api v0.4.12 |
1217 | 2025-02-21T12:49:12.343Z | Compiling value-bag v1.9.0 |
1218 | 2025-02-21T12:49:12.343Z | Compiling scopeguard v1.2.0 |
1219 | 2025-02-21T12:49:12.343Z | Compiling typenum v1.17.0 |
1220 | 2025-02-21T12:49:12.343Z | Compiling generic-array v0.14.7 |
1221 | 2025-02-21T12:49:12.534Z | Compiling syn v2.0.96 |
1222 | 2025-02-21T12:49:12.549Z | Compiling getrandom v0.2.15 |
1223 | 2025-02-21T12:49:12.661Z | Compiling shlex v1.3.0 |
1224 | 2025-02-21T12:49:12.908Z | Compiling log v0.4.22 |
1225 | 2025-02-21T12:49:12.931Z | Compiling rand_core v0.6.4 |
1226 | 2025-02-21T12:49:13.022Z | Compiling subtle v2.6.1 |
1227 | 2025-02-21T12:49:13.042Z | Compiling jobserver v0.1.32 |
1228 | 2025-02-21T12:49:13.069Z | Compiling smallvec v1.13.2 |
1229 | 2025-02-21T12:49:13.372Z | Compiling const-oid v0.9.6 |
1230 | 2025-02-21T12:49:13.375Z | Compiling pin-project-lite v0.2.14 |
1231 | 2025-02-21T12:49:13.520Z | Compiling cc v1.1.30 |
1232 | 2025-02-21T12:49:13.538Z | Compiling parking_lot_core v0.9.10 |
1233 | 2025-02-21T12:49:13.575Z | Compiling rustix v0.38.37 |
1234 | 2025-02-21T12:49:13.667Z | Compiling spin v0.9.8 |
1235 | 2025-02-21T12:49:13.861Z | Compiling futures-core v0.3.31 |
1236 | 2025-02-21T12:49:14.055Z | Compiling signal-hook-registry v1.4.2 |
1237 | 2025-02-21T12:49:14.125Z | Compiling mio v1.0.2 |
1238 | 2025-02-21T12:49:14.422Z | Compiling parking_lot v0.12.3 |
1239 | 2025-02-21T12:49:14.612Z | Compiling aho-corasick v1.1.3 |
1240 | 2025-02-21T12:49:14.780Z | Compiling cpufeatures v0.2.14 |
1241 | 2025-02-21T12:49:14.894Z | Compiling regex-syntax v0.8.5 |
1242 | 2025-02-21T12:49:14.941Z | Compiling futures-sink v0.3.31 |
1243 | 2025-02-21T12:49:15.119Z | Compiling stable_deref_trait v1.2.0 |
1244 | 2025-02-21T12:49:15.152Z | Compiling socket2 v0.5.7 |
1245 | 2025-02-21T12:49:15.226Z | Compiling slab v0.4.9 |
1246 | 2025-02-21T12:49:15.230Z | Compiling glob v0.3.2 |
1247 | 2025-02-21T12:49:15.459Z | Compiling either v1.13.0 |
1248 | 2025-02-21T12:49:15.735Z | Compiling prettyplease v0.2.29 |
1249 | 2025-02-21T12:49:16.053Z | Compiling lazy_static v1.5.0 |
1250 | 2025-02-21T12:49:16.086Z | Compiling clang-sys v1.8.1 |
1251 | 2025-02-21T12:49:16.136Z | Compiling serde_json v1.0.135 |
1252 | 2025-02-21T12:49:16.173Z | Compiling minimal-lexical v0.2.1 |
1253 | 2025-02-21T12:49:16.198Z | Compiling futures-channel v0.3.31 |
1254 | 2025-02-21T12:49:16.490Z | Compiling libloading v0.8.5 |
1255 | 2025-02-21T12:49:16.589Z | Compiling nom v7.1.3 |
1256 | 2025-02-21T12:49:16.657Z | Compiling futures-task v0.3.31 |
1257 | 2025-02-21T12:49:16.765Z | Compiling bindgen v0.69.5 |
1258 | 2025-02-21T12:49:16.840Z | Compiling pin-utils v0.1.0 |
1259 | 2025-02-21T12:49:16.940Z | Compiling home v0.5.9 |
1260 | 2025-02-21T12:49:16.962Z | Compiling futures-io v0.3.31 |
1261 | 2025-02-21T12:49:17.146Z | Compiling itertools v0.10.5 |
1262 | 2025-02-21T12:49:17.268Z | Compiling foldhash v0.1.3 |
1263 | 2025-02-21T12:49:17.570Z | Compiling allocator-api2 v0.2.18 |
1264 | 2025-02-21T12:49:17.640Z | Compiling rustc-hash v1.1.0 |
1265 | 2025-02-21T12:49:17.811Z | Compiling lazycell v1.3.0 |
1266 | 2025-02-21T12:49:17.998Z | Compiling libm v0.2.8 |
1267 | 2025-02-21T12:49:18.312Z | Compiling hashbrown v0.15.1 |
1268 | 2025-02-21T12:49:18.362Z | Compiling cmake v0.1.51 |
1269 | 2025-02-21T12:49:19.042Z | Compiling regex-automata v0.4.8 |
1270 | 2025-02-21T12:49:19.207Z | Compiling num-traits v0.2.19 |
1271 | 2025-02-21T12:49:19.515Z | Compiling dunce v1.0.5 |
1272 | 2025-02-21T12:49:19.533Z | Compiling fs_extra v1.3.0 |
1273 | 2025-02-21T12:49:19.641Z | Compiling cexpr v0.6.0 |
1274 | 2025-02-21T12:49:19.658Z | Compiling pkg-config v0.3.31 |
1275 | 2025-02-21T12:49:19.894Z | Compiling synstructure v0.13.1 |
1276 | 2025-02-21T12:49:21.001Z | Compiling litemap v0.7.3 |
1277 | 2025-02-21T12:49:21.202Z | Compiling writeable v0.5.5 |
1278 | 2025-02-21T12:49:21.260Z | Compiling ring v0.17.8 |
1279 | 2025-02-21T12:49:21.382Z | Compiling base64ct v1.6.0 |
1280 | 2025-02-21T12:49:21.742Z | Compiling paste v1.0.15 |
1281 | 2025-02-21T12:49:22.124Z | Compiling pem-rfc7468 v0.7.0 |
1282 | 2025-02-21T12:49:22.301Z | Compiling icu_locid_transform_data v1.5.0 |
1283 | 2025-02-21T12:49:22.413Z | Compiling flagset v0.4.6 |
1284 | 2025-02-21T12:49:22.620Z | Compiling aws-lc-rs v1.10.0 |
1285 | 2025-02-21T12:49:22.724Z | Compiling httparse v1.9.5 |
1286 | 2025-02-21T12:49:23.018Z | Compiling tracing-core v0.1.32 |
1287 | 2025-02-21T12:49:23.474Z | Compiling percent-encoding v2.3.1 |
1288 | 2025-02-21T12:49:23.518Z | Compiling crossbeam-utils v0.8.20 |
1289 | 2025-02-21T12:49:23.747Z | Compiling rustls-pki-types v1.10.0 |
1290 | 2025-02-21T12:49:23.750Z | Compiling icu_properties_data v1.5.0 |
1291 | 2025-02-21T12:49:24.025Z | Compiling utf16_iter v1.0.5 |
1292 | 2025-02-21T12:49:24.102Z | Compiling regex v1.11.1 |
1293 | 2025-02-21T12:49:24.240Z | Compiling write16 v1.0.0 |
1294 | 2025-02-21T12:49:24.383Z | Compiling utf8_iter v1.0.4 |
1295 | 2025-02-21T12:49:24.546Z | Compiling icu_normalizer_data v1.5.0 |
1296 | 2025-02-21T12:49:24.563Z | Compiling serde_derive v1.0.217 |
1297 | 2025-02-21T12:49:24.616Z | Compiling zeroize_derive v1.4.2 |
1298 | 2025-02-21T12:49:24.653Z | Compiling zerocopy-derive v0.7.35 |
1299 | 2025-02-21T12:49:24.672Z | Compiling tokio-macros v2.5.0 |
1300 | 2025-02-21T12:49:25.025Z | Compiling zerofrom-derive v0.1.4 |
1301 | 2025-02-21T12:49:25.843Z | Compiling zeroize v1.8.1 |
1302 | 2025-02-21T12:49:26.045Z | Compiling yoke-derive v0.7.4 |
1303 | 2025-02-21T12:49:26.533Z | Compiling zerocopy v0.7.35 |
1304 | 2025-02-21T12:49:26.556Z | Compiling thiserror-impl v1.0.69 |
1305 | 2025-02-21T12:49:27.466Z | Compiling crypto-common v0.1.6 |
1306 | 2025-02-21T12:49:27.707Z | Compiling block-buffer v0.10.4 |
1307 | 2025-02-21T12:49:27.815Z | Compiling futures-macro v0.3.31 |
1308 | 2025-02-21T12:49:27.970Z | Compiling digest v0.10.7 |
1309 | 2025-02-21T12:49:28.331Z | Compiling zerofrom v0.1.4 |
1310 | 2025-02-21T12:49:28.388Z | Compiling zerovec-derive v0.10.3 |
1311 | 2025-02-21T12:49:28.548Z | Compiling hmac v0.12.1 |
1312 | 2025-02-21T12:49:28.572Z | Compiling yoke v0.7.4 |
1313 | 2025-02-21T12:49:28.800Z | Compiling displaydoc v0.2.5 |
1314 | 2025-02-21T12:49:28.901Z | Compiling block-padding v0.3.3 |
1315 | 2025-02-21T12:49:29.063Z | Compiling sha2 v0.10.8 |
1316 | 2025-02-21T12:49:29.140Z | Compiling inout v0.1.3 |
1317 | 2025-02-21T12:49:29.303Z | Compiling thiserror v1.0.69 |
1318 | 2025-02-21T12:49:29.402Z | Compiling cipher v0.4.4 |
1319 | 2025-02-21T12:49:29.444Z | Compiling icu_provider_macros v1.5.0 |
1320 | 2025-02-21T12:49:29.520Z | Compiling futures-util v0.3.31 |
1321 | 2025-02-21T12:49:29.900Z | Compiling ppv-lite86 v0.2.20 |
1322 | 2025-02-21T12:49:30.217Z | Compiling der_derive v0.7.3 |
1323 | 2025-02-21T12:49:30.469Z | Compiling tracing-attributes v0.1.27 |
1324 | 2025-02-21T12:49:30.585Z | Compiling rand_chacha v0.3.1 |
1325 | 2025-02-21T12:49:30.696Z | Compiling zerovec v0.10.4 |
1326 | 2025-02-21T12:49:32.048Z | Compiling rand v0.8.5 |
1327 | 2025-02-21T12:49:32.358Z | Compiling salsa20 v0.10.2 |
1328 | 2025-02-21T12:49:32.378Z | Compiling der v0.7.9 |
1329 | 2025-02-21T12:49:32.600Z | Compiling tinystr v0.7.6 |
1330 | 2025-02-21T12:49:32.735Z | Compiling icu_collections v1.5.0 |
1331 | 2025-02-21T12:49:32.755Z | Compiling pest v2.7.14 |
1332 | 2025-02-21T12:49:32.997Z | Compiling icu_locid v1.5.0 |
1333 | 2025-02-21T12:49:33.732Z | Compiling tracing v0.1.40 |
1334 | 2025-02-21T12:49:34.014Z | Compiling pbkdf2 v0.12.2 |
1335 | 2025-02-21T12:49:34.106Z | Compiling icu_provider v1.5.0 |
1336 | 2025-02-21T12:49:34.200Z | Compiling time-core v0.1.2 |
1337 | 2025-02-21T12:49:34.228Z | Compiling untrusted v0.7.1 |
1338 | 2025-02-21T12:49:34.381Z | Compiling spki v0.7.3 |
1339 | 2025-02-21T12:49:34.423Z | Compiling untrusted v0.9.0 |
1340 | 2025-02-21T12:49:34.614Z | Compiling num-conv v0.1.0 |
1341 | 2025-02-21T12:49:34.654Z | Compiling vcpkg v0.2.15 |
1342 | 2025-02-21T12:49:34.746Z | Compiling mirai-annotations v1.12.0 |
1343 | 2025-02-21T12:49:34.900Z | Compiling icu_locid_transform v1.5.0 |
1344 | 2025-02-21T12:49:34.937Z | Compiling powerfmt v0.2.0 |
1345 | 2025-02-21T12:49:34.954Z | Compiling time-macros v0.2.18 |
1346 | 2025-02-21T12:49:35.235Z | Compiling deranged v0.3.11 |
1347 | 2025-02-21T12:49:35.293Z | Compiling pest_meta v2.7.14 |
1348 | 2025-02-21T12:49:35.681Z | Compiling scrypt v0.11.0 |
1349 | 2025-02-21T12:49:36.182Z | Compiling icu_properties v1.5.1 |
1350 | 2025-02-21T12:49:36.327Z | Compiling openssl-sys v0.9.106 |
1351 | 2025-02-21T12:49:36.585Z | Compiling cbc v0.1.2 |
1352 | 2025-02-21T12:49:36.829Z | Compiling bitflags v2.6.0 |
1353 | 2025-02-21T12:49:37.003Z | Compiling bytes v1.9.0 |
1354 | 2025-02-21T12:49:37.376Z | Compiling indexmap v2.7.1 |
1355 | 2025-02-21T12:49:37.953Z | Compiling tokio v1.43.0 |
1356 | 2025-02-21T12:49:38.233Z | Compiling http v1.2.0 |
1357 | 2025-02-21T12:49:38.277Z | Compiling semver v1.0.24 |
1358 | 2025-02-21T12:49:38.669Z | Compiling aes v0.8.4 |
1359 | 2025-02-21T12:49:38.967Z | Compiling rustc_version v0.4.1 |
1360 | 2025-02-21T12:49:39.420Z | Compiling scroll_derive v0.12.0 |
1361 | 2025-02-21T12:49:40.035Z | Compiling icu_normalizer v1.5.0 |
1362 | 2025-02-21T12:49:40.396Z | Compiling num_threads v0.1.7 |
1363 | 2025-02-21T12:49:40.543Z | Compiling atomic-waker v1.1.2 |
1364 | 2025-02-21T12:49:40.624Z | Compiling tinyvec_macros v0.1.1 |
1365 | 2025-02-21T12:49:40.724Z | Compiling tinyvec v1.8.0 |
1366 | 2025-02-21T12:49:40.744Z | Compiling which v4.4.2 |
1367 | 2025-02-21T12:49:40.763Z | Compiling time v0.3.36 |
1368 | 2025-02-21T12:49:40.807Z | Compiling scroll v0.12.0 |
1369 | 2025-02-21T12:49:41.331Z | Compiling idna_adapter v1.2.0 |
1370 | 2025-02-21T12:49:41.354Z | Compiling http-body v1.0.1 |
1371 | 2025-02-21T12:49:41.560Z | Compiling pkcs5 v0.7.1 |
1372 | 2025-02-21T12:49:41.747Z | Compiling pest_generator v2.7.14 |
1373 | 2025-02-21T12:49:41.811Z | Compiling form_urlencoded v1.2.1 |
1374 | 2025-02-21T12:49:41.833Z | Compiling slog v2.7.0 |
1375 | 2025-02-21T12:49:42.101Z | Compiling try-lock v0.2.5 |
1376 | 2025-02-21T12:49:42.142Z | Compiling goblin v0.8.2 |
1377 | 2025-02-21T12:49:42.265Z | Compiling want v0.3.1 |
1378 | 2025-02-21T12:49:42.464Z | Compiling pkcs8 v0.10.2 |
1379 | 2025-02-21T12:49:42.557Z | Compiling idna v1.0.3 |
1380 | 2025-02-21T12:49:42.601Z | Compiling uuid v1.12.0 |
1381 | 2025-02-21T12:49:43.117Z | Compiling iana-time-zone v0.1.61 |
1382 | 2025-02-21T12:49:43.490Z | Compiling tower-service v0.3.3 |
1383 | 2025-02-21T12:49:43.530Z | Compiling pest_derive v2.7.14 |
1384 | 2025-02-21T12:49:43.629Z | Compiling httpdate v1.0.3 |
1385 | 2025-02-21T12:49:44.056Z | Compiling chrono v0.4.39 |
1386 | 2025-02-21T12:49:44.133Z | Compiling serde_tokenstream v0.2.2 |
1387 | 2025-02-21T12:49:44.347Z | Compiling dtrace-parser v0.2.0 |
1388 | 2025-02-21T12:49:44.687Z | Compiling serde_spanned v0.6.8 |
1389 | 2025-02-21T12:49:44.734Z | Compiling toml_datetime v0.6.8 |
1390 | 2025-02-21T12:49:44.919Z | Compiling base64 v0.22.1 |
1391 | 2025-02-21T12:49:45.199Z | Compiling adler2 v2.0.0 |
1392 | 2025-02-21T12:49:45.224Z | Compiling rustversion v1.0.17 |
1393 | 2025-02-21T12:49:45.429Z | Compiling openssl v0.10.71 |
1394 | 2025-02-21T12:49:45.601Z | Compiling match_cfg v0.1.0 |
1395 | 2025-02-21T12:49:45.711Z | Compiling foreign-types-shared v0.1.1 |
1396 | 2025-02-21T12:49:45.833Z | Compiling tokio-util v0.7.12 |
1397 | 2025-02-21T12:49:45.922Z | Compiling foreign-types v0.3.2 |
1398 | 2025-02-21T12:49:45.970Z | Compiling hostname v0.3.1 |
1399 | 2025-02-21T12:49:46.031Z | Compiling miniz_oxide v0.8.0 |
1400 | 2025-02-21T12:49:46.112Z | Compiling url v2.5.3 |
1401 | 2025-02-21T12:49:47.080Z | Compiling h2 v0.4.6 |
1402 | 2025-02-21T12:49:47.266Z | Compiling async-trait v0.1.86 |
1403 | 2025-02-21T12:49:47.411Z | Compiling openssl-macros v0.1.1 |
1404 | 2025-02-21T12:49:47.431Z | Compiling serde_derive_internals v0.29.1 |
1405 | 2025-02-21T12:49:47.837Z | Compiling dof v0.3.0 |
1406 | 2025-02-21T12:49:48.136Z | Compiling dirs-sys-next v0.1.2 |
1407 | 2025-02-21T12:49:48.651Z | Compiling usdt-impl v0.5.0 |
1408 | 2025-02-21T12:49:49.615Z | Compiling native-tls v0.2.12 |
1409 | 2025-02-21T12:49:49.635Z | Compiling siphasher v0.3.11 |
1410 | 2025-02-21T12:49:49.661Z | Compiling rustls v0.23.19 |
1411 | 2025-02-21T12:49:49.944Z | Compiling rustls v0.22.4 |
1412 | 2025-02-21T12:49:49.966Z | Compiling syn v1.0.109 |
1413 | 2025-02-21T12:49:49.983Z | Compiling schemars v0.8.21 |
1414 | 2025-02-21T12:49:50.001Z | Compiling data-encoding v2.6.0 |
1415 | 2025-02-21T12:49:50.302Z | Compiling schemars_derive v0.8.21 |
1416 | 2025-02-21T12:49:50.365Z | Compiling dirs-next v2.0.0 |
1417 | 2025-02-21T12:49:50.826Z | Compiling unicode-normalization v0.1.24 |
1418 | 2025-02-21T12:49:50.952Z | Compiling http-body-util v0.1.2 |
1419 | 2025-02-21T12:49:51.441Z | Compiling crossbeam-epoch v0.9.18 |
1420 | 2025-02-21T12:49:51.831Z | Compiling heapless v0.7.17 |
1421 | 2025-02-21T12:49:51.911Z | Compiling sha1 v0.10.6 |
1422 | 2025-02-21T12:49:51.914Z | Compiling signature v2.2.0 |
1423 | 2025-02-21T12:49:52.115Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1424 | 2025-02-21T12:49:52.266Z | Compiling thread_local v1.1.8 |
1425 | 2025-02-21T12:49:52.320Z | Compiling encoding_rs v0.8.34 |
1426 | 2025-02-21T12:49:52.362Z | Compiling multer v3.1.0 |
1427 | 2025-02-21T12:49:52.648Z | Compiling cookie v0.18.1 |
1428 | 2025-02-21T12:49:52.696Z | Compiling unicode-bidi v0.3.17 |
1429 | 2025-02-21T12:49:52.714Z | Compiling dyn-clone v1.0.18 |
1430 | 2025-02-21T12:49:52.956Z | Compiling unicode-properties v0.1.3 |
1431 | 2025-02-21T12:49:52.978Z | Compiling slog-async v2.8.0 |
1432 | 2025-02-21T12:49:53.086Z | Compiling openssl-probe v0.1.5 |
1433 | 2025-02-21T12:49:53.373Z | Compiling signal-hook v0.3.17 |
1434 | 2025-02-21T12:49:53.391Z | Compiling mime v0.3.17 |
1435 | 2025-02-21T12:49:53.462Z | Compiling gimli v0.31.1 |
1436 | 2025-02-21T12:49:53.672Z | Compiling rayon-core v1.12.1 |
1437 | 2025-02-21T12:49:53.883Z | Compiling hyper v1.5.2 |
1438 | 2025-02-21T12:49:53.902Z | Compiling ipnet v2.10.1 |
1439 | 2025-02-21T12:49:54.037Z | Compiling toml_edit v0.22.22 |
1440 | 2025-02-21T12:49:55.025Z | Compiling stringprep v0.1.5 |
1441 | 2025-02-21T12:49:56.284Z | Compiling hyper-util v0.1.10 |
1442 | 2025-02-21T12:49:57.469Z | Compiling crossbeam-deque v0.8.5 |
1443 | 2025-02-21T12:49:57.816Z | Compiling addr2line v0.24.2 |
1444 | 2025-02-21T12:49:58.097Z | Compiling usdt-attr-macro v0.5.0 |
1445 | 2025-02-21T12:49:58.165Z | Compiling usdt-macro v0.5.0 |
1446 | 2025-02-21T12:49:58.812Z | Compiling term v0.7.0 |
1447 | 2025-02-21T12:49:59.121Z | Compiling slog-json v2.6.1 |
1448 | 2025-02-21T12:49:59.151Z | Compiling serde_urlencoded v0.7.1 |
1449 | 2025-02-21T12:49:59.479Z | Compiling crossbeam-channel v0.5.13 |
1450 | 2025-02-21T12:49:59.549Z | Compiling curve25519-dalek v4.1.3 |
1451 | 2025-02-21T12:49:59.552Z | Compiling enum-as-inner v0.6.1 |
1452 | 2025-02-21T12:49:59.635Z | Compiling futures-executor v0.3.31 |
1453 | 2025-02-21T12:49:59.990Z | Compiling md-5 v0.10.6 |
1454 | 2025-02-21T12:50:00.138Z | Compiling async-stream-impl v0.3.6 |
1455 | 2025-02-21T12:50:00.255Z | Compiling rustls-pemfile v2.2.0 |
1456 | 2025-02-21T12:50:00.293Z | Compiling num-integer v0.1.46 |
1457 | 2025-02-21T12:50:00.494Z | Compiling hash32 v0.2.1 |
1458 | 2025-02-21T12:50:00.587Z | Compiling ff v0.13.0 |
1459 | 2025-02-21T12:50:00.606Z | Compiling is-terminal v0.4.13 |
1460 | 2025-02-21T12:50:00.750Z | Compiling memoffset v0.9.1 |
1461 | 2025-02-21T12:50:00.845Z | Compiling dropshot v0.12.0 |
1462 | 2025-02-21T12:50:00.858Z | Compiling object v0.36.5 |
1463 | 2025-02-21T12:50:01.021Z | Compiling num-bigint-dig v0.8.4 |
1464 | 2025-02-21T12:50:01.077Z | Compiling rustc-demangle v0.1.24 |
1465 | 2025-02-21T12:50:01.119Z | Compiling linked-hash-map v0.5.6 |
1466 | 2025-02-21T12:50:01.144Z | Compiling portable-atomic v1.9.0 |
1467 | 2025-02-21T12:50:01.304Z | Compiling quick-error v1.2.3 |
1468 | 2025-02-21T12:50:01.331Z | Compiling anyhow v1.0.96 |
1469 | 2025-02-21T12:50:01.440Z | Compiling psl-types v2.0.11 |
1470 | 2025-02-21T12:50:01.472Z | Compiling cfg_aliases v0.2.1 |
1471 | 2025-02-21T12:50:01.588Z | Compiling take_mut v0.2.2 |
1472 | 2025-02-21T12:50:01.647Z | Compiling base16ct v0.2.0 |
1473 | 2025-02-21T12:50:01.747Z | Compiling utf-8 v0.7.6 |
1474 | 2025-02-21T12:50:01.942Z | Compiling litrs v0.4.1 |
1475 | 2025-02-21T12:50:01.963Z | Compiling fallible-iterator v0.2.0 |
1476 | 2025-02-21T12:50:01.982Z | Compiling smoltcp v0.9.1 |
1477 | 2025-02-21T12:50:02.215Z | Compiling tungstenite v0.24.0 |
1478 | 2025-02-21T12:50:02.497Z | Compiling sec1 v0.7.3 |
1479 | 2025-02-21T12:50:02.683Z | Compiling postgres-protocol v0.6.7 |
1480 | 2025-02-21T12:50:03.009Z | Compiling document-features v0.2.10 |
1481 | 2025-02-21T12:50:03.055Z | Compiling publicsuffix v2.3.0 |
1482 | 2025-02-21T12:50:03.359Z | Compiling nix v0.29.0 |
1483 | 2025-02-21T12:50:03.719Z | Compiling resolv-conf v0.7.0 |
1484 | 2025-02-21T12:50:03.873Z | Compiling lru-cache v0.1.2 |
1485 | 2025-02-21T12:50:04.105Z | Compiling async-stream v0.3.6 |
1486 | 2025-02-21T12:50:04.199Z | Compiling group v0.13.0 |
1487 | 2025-02-21T12:50:04.315Z | Compiling num-iter v0.1.45 |
1488 | 2025-02-21T12:50:04.380Z | Compiling usdt v0.5.0 |
1489 | 2025-02-21T12:50:04.399Z | Compiling slog-term v2.9.1 |
1490 | 2025-02-21T12:50:04.493Z | Compiling hickory-proto v0.24.3 |
1491 | 2025-02-21T12:50:04.635Z | Compiling futures v0.3.31 |
1492 | 2025-02-21T12:50:04.761Z | Compiling slog-bunyan v2.5.0 |
1493 | 2025-02-21T12:50:04.999Z | Compiling toml v0.8.19 |
1494 | 2025-02-21T12:50:05.502Z | Compiling camino v1.1.9 |
1495 | 2025-02-21T12:50:06.335Z | Compiling tokio-native-tls v0.3.1 |
1496 | 2025-02-21T12:50:06.455Z | Compiling phf_shared v0.11.2 |
1497 | 2025-02-21T12:50:06.615Z | Compiling dropshot_endpoint v0.12.0 |
1498 | 2025-02-21T12:50:06.831Z | Compiling terminal_size v0.4.0 |
1499 | 2025-02-21T12:50:07.059Z | Compiling waitgroup v0.1.2 |
1500 | 2025-02-21T12:50:07.177Z | Compiling openapiv3 v2.0.0 |
1501 | 2025-02-21T12:50:07.202Z | Compiling serde_path_to_error v0.1.16 |
1502 | 2025-02-21T12:50:07.291Z | Compiling backtrace v0.3.74 |
1503 | 2025-02-21T12:50:07.849Z | Compiling hkdf v0.12.4 |
1504 | 2025-02-21T12:50:07.970Z | Compiling crypto-bigint v0.5.5 |
1505 | 2025-02-21T12:50:08.107Z | Compiling curve25519-dalek-derive v0.1.1 |
1506 | 2025-02-21T12:50:09.512Z | Compiling zerocopy-derive v0.6.6 |
1507 | 2025-02-21T12:50:10.096Z | Compiling hubpack_derive v0.1.1 |
1508 | 2025-02-21T12:50:10.117Z | Compiling webpki-roots v0.26.6 |
1509 | 2025-02-21T12:50:10.323Z | Compiling sync_wrapper v1.0.1 |
1510 | 2025-02-21T12:50:10.489Z | Compiling hostname v0.4.0 |
1511 | 2025-02-21T12:50:10.638Z | Compiling ahash v0.8.11 |
1512 | 2025-02-21T12:50:10.721Z | Compiling crc32fast v1.4.2 |
1513 | 2025-02-21T12:50:10.968Z | Compiling fs-err v2.11.0 |
1514 | 2025-02-21T12:50:10.993Z | Compiling newtype-uuid v1.2.1 |
1515 | 2025-02-21T12:50:11.047Z | Compiling tower-layer v0.3.3 |
1516 | 2025-02-21T12:50:11.049Z | Compiling unicode-width v0.2.0 |
1517 | 2025-02-21T12:50:11.290Z | Compiling debug-ignore v1.0.5 |
1518 | 2025-02-21T12:50:11.305Z | Compiling managed v0.8.0 |
1519 | 2025-02-21T12:50:11.329Z | Compiling winnow v0.5.40 |
1520 | 2025-02-21T12:50:11.366Z | Compiling bitflags v1.3.2 |
1521 | 2025-02-21T12:50:11.446Z | Compiling clap_builder v4.5.30 |
1522 | 2025-02-21T12:50:11.483Z | Compiling zerocopy v0.6.6 |
1523 | 2025-02-21T12:50:11.581Z | Compiling console v0.15.10 |
1524 | 2025-02-21T12:50:12.479Z | Compiling tower v0.5.2 |
1525 | 2025-02-21T12:50:12.927Z | Compiling strum_macros v0.25.3 |
1526 | 2025-02-21T12:50:13.324Z | Compiling hubpack v0.1.2 |
1527 | 2025-02-21T12:50:13.344Z | Compiling flate2 v1.0.35 |
1528 | 2025-02-21T12:50:13.706Z | Compiling elliptic-curve v0.13.8 |
1529 | 2025-02-21T12:50:13.758Z | Compiling hickory-resolver v0.24.3 |
1530 | 2025-02-21T12:50:14.509Z | Compiling toml_edit v0.19.15 |
1531 | 2025-02-21T12:50:14.698Z | Compiling signal-hook-mio v0.2.4 |
1532 | 2025-02-21T12:50:14.874Z | Compiling phf v0.11.2 |
1533 | 2025-02-21T12:50:14.973Z | Compiling cookie_store v0.21.1 |
1534 | 2025-02-21T12:50:15.173Z | Compiling hyper-tls v0.6.0 |
1535 | 2025-02-21T12:50:15.616Z | Compiling rayon v1.10.0 |
1536 | 2025-02-21T12:50:16.357Z | Compiling bzip2 v0.4.4 |
1537 | 2025-02-21T12:50:16.899Z | Compiling postgres-types v0.2.8 |
1538 | 2025-02-21T12:50:18.204Z | Compiling tokio-tungstenite v0.24.0 |
1539 | 2025-02-21T12:50:19.187Z | Compiling ed25519 v2.2.3 |
1540 | 2025-02-21T12:50:19.264Z | Compiling phf_shared v0.10.0 |
1541 | 2025-02-21T12:50:19.648Z | Compiling tokio-stream v0.1.16 |
1542 | 2025-02-21T12:50:19.856Z | Compiling pkcs1 v0.7.5 |
1543 | 2025-02-21T12:50:19.949Z | Compiling serde-big-array v0.5.1 |
1544 | 2025-02-21T12:50:20.191Z | Compiling clap_derive v4.5.28 |
1545 | 2025-02-21T12:50:20.562Z | Compiling rfc6979 v0.4.0 |
1546 | 2025-02-21T12:50:20.729Z | Compiling serde_repr v0.1.19 |
1547 | 2025-02-21T12:50:20.752Z | Compiling derive-where v1.2.7 |
1548 | 2025-02-21T12:50:20.982Z | Compiling bstr v1.10.0 |
1549 | 2025-02-21T12:50:21.218Z | Compiling float-cmp v0.10.0 |
1550 | 2025-02-21T12:50:21.467Z | Compiling number_prefix v0.4.0 |
1551 | 2025-02-21T12:50:21.700Z | Compiling difflib v0.4.0 |
1552 | 2025-02-21T12:50:21.848Z | Compiling new_debug_unreachable v1.0.6 |
1553 | 2025-02-21T12:50:21.863Z | Compiling whoami v1.5.2 |
1554 | 2025-02-21T12:50:21.957Z | Compiling unicode-segmentation v1.12.0 |
1555 | 2025-02-21T12:50:22.438Z | Compiling bit-vec v0.6.3 |
1556 | 2025-02-21T12:50:22.531Z | Compiling fixedbitset v0.4.2 |
1557 | 2025-02-21T12:50:22.857Z | Compiling static_assertions v1.1.0 |
1558 | 2025-02-21T12:50:22.887Z | Compiling predicates-core v1.0.8 |
1559 | 2025-02-21T12:50:22.965Z | Compiling normalize-line-endings v0.3.0 |
1560 | 2025-02-21T12:50:22.991Z | Compiling precomputed-hash v0.1.1 |
1561 | 2025-02-21T12:50:23.014Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1562 | 2025-02-21T12:50:23.118Z | Compiling string_cache v0.8.7 |
1563 | 2025-02-21T12:50:23.121Z | Compiling predicates v3.1.3 |
1564 | 2025-02-21T12:50:23.199Z | Compiling petgraph v0.6.5 |
1565 | 2025-02-21T12:50:23.547Z | Compiling bit-set v0.5.3 |
1566 | 2025-02-21T12:50:23.834Z | Compiling similar v2.6.0 |
1567 | 2025-02-21T12:50:23.852Z | Compiling tokio-postgres v0.7.12 |
1568 | 2025-02-21T12:50:24.517Z | Compiling clap v4.5.30 |
1569 | 2025-02-21T12:50:24.535Z | Compiling indicatif v0.17.11 |
1570 | 2025-02-21T12:50:24.637Z | Compiling ecdsa v0.16.9 |
1571 | 2025-02-21T12:50:25.470Z | Compiling rsa v0.9.6 |
1572 | 2025-02-21T12:50:25.900Z | Compiling ed25519-dalek v2.1.1 |
1573 | 2025-02-21T12:50:26.479Z | Compiling toml v0.7.8 |
1574 | 2025-02-21T12:50:27.124Z | Compiling zip v0.6.6 |
1575 | 2025-02-21T12:50:27.964Z | Compiling crossterm v0.28.1 |
1576 | 2025-02-21T12:50:28.977Z | Compiling hex v0.4.3 |
1577 | 2025-02-21T12:50:29.165Z | Compiling x509-cert v0.2.5 |
1578 | 2025-02-21T12:50:29.288Z | Compiling lalrpop-util v0.19.12 |
1579 | 2025-02-21T12:50:29.570Z | Compiling unicode-xid v0.2.6 |
1580 | 2025-02-21T12:50:29.682Z | Compiling peg-runtime v0.8.3 |
1581 | 2025-02-21T12:50:29.780Z | Compiling strum_macros v0.26.4 |
1582 | 2025-02-21T12:50:29.842Z | Compiling xattr v1.3.1 |
1583 | 2025-02-21T12:50:30.025Z | Compiling filetime v0.2.25 |
1584 | 2025-02-21T12:50:30.336Z | Compiling tar v0.4.42 |
1585 | 2025-02-21T12:50:34.175Z | Compiling strum v0.26.3 |
1586 | 2025-02-21T12:50:37.372Z | Compiling aws-lc-sys v0.22.0 |
1587 | 2025-02-21T12:51:08.391Z | Compiling rustls-webpki v0.102.8 |
1588 | 2025-02-21T12:51:11.527Z | Compiling tokio-rustls v0.25.0 |
1589 | 2025-02-21T12:51:13.146Z | Compiling tokio-rustls v0.26.0 |
1590 | 2025-02-21T12:51:13.417Z | Compiling hyper-rustls v0.27.3 |
1591 | 2025-02-21T12:51:13.702Z | Compiling reqwest v0.12.12 |
1592 | 2025-02-21T12:51:15.191Z | Compiling qorb v0.2.1 |
1593 | 2025-02-21T12:51:18.142Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1594 | 2025-02-21T12:51:18.402Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1595 | 2025-02-21T12:51:22.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1596 | 2025-02-21T12:51:22.965Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1597 | 2025-02-21T12:51:23.005Z | Feb 21 12:51:22.712 INFO Starting download, target: Console |
1598 | 2025-02-21T12:51:23.005Z | Feb 21 12:51:22.712 INFO Starting download, target: Clickhouse |
1599 | 2025-02-21T12:51:23.005Z | Feb 21 12:51:22.712 INFO Starting download, target: DendriteOpenapi |
1600 | 2025-02-21T12:51:23.005Z | Feb 21 12:51:22.712 INFO Starting download, target: Cockroach |
1601 | 2025-02-21T12:51:23.005Z | Feb 21 12:51:22.712 INFO Starting download, target: DendriteStub |
1602 | 2025-02-21T12:51:23.005Z | Feb 21 12:51:22.712 INFO Starting download, target: MaghemiteMgd |
1603 | 2025-02-21T12:51:23.005Z | Feb 21 12:51:22.712 INFO Starting download, target: TransceiverControl |
1604 | 2025-02-21T12:51:23.043Z | Feb 21 12:51:22.713 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1605 | 2025-02-21T12:51:23.043Z | Feb 21 12:51:22.713 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1606 | 2025-02-21T12:51:23.043Z | Feb 21 12:51:22.713 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1607 | 2025-02-21T12:51:23.043Z | Feb 21 12:51:22.713 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1608 | 2025-02-21T12:51:23.043Z | Feb 21 12:51:22.713 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1609 | 2025-02-21T12:51:23.043Z | Feb 21 12:51:22.713 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1610 | 2025-02-21T12:51:23.043Z | Feb 21 12:51:22.713 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1611 | 2025-02-21T12:51:23.367Z | Feb 21 12:51:23.029 INFO Download complete, target: DendriteOpenapi |
1612 | 2025-02-21T12:51:23.622Z | Feb 21 12:51:23.247 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1613 | 2025-02-21T12:51:23.745Z | Feb 21 12:51:23.378 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1614 | 2025-02-21T12:51:23.899Z | Feb 21 12:51:23.588 INFO Download complete, target: Console |
1615 | 2025-02-21T12:51:24.143Z | Feb 21 12:51:23.840 INFO Download complete, target: TransceiverControl |
1616 | 2025-02-21T12:51:24.319Z | Feb 21 12:51:24.040 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1617 | 2025-02-21T12:51:24.367Z | Feb 21 12:51:24.104 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1618 | 2025-02-21T12:51:24.891Z | Feb 21 12:51:24.631 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1619 | 2025-02-21T12:51:24.891Z | Feb 21 12:51:24.631 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1620 | 2025-02-21T12:51:25.067Z | Feb 21 12:51:24.807 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1621 | 2025-02-21T12:51:27.090Z | Feb 21 12:51:26.771 INFO Download complete, target: DendriteStub |
1622 | 2025-02-21T12:51:27.392Z | Feb 21 12:51:27.076 INFO Download complete, target: MaghemiteMgd |
1623 | 2025-02-21T12:51:32.325Z | Feb 21 12:51:32.064 INFO Checking that binary works, target: Cockroach |
1624 | 2025-02-21T12:51:32.480Z | Feb 21 12:51:32.220 INFO Download complete, target: Cockroach |
1625 | 2025-02-21T12:51:37.516Z | Feb 21 12:51:37.255 INFO Checking that binary works, target: Clickhouse |
1626 | 2025-02-21T12:51:38.051Z | Feb 21 12:51:37.790 INFO Download complete, target: Clickhouse |
1627 | 2025-02-21T12:51:38.115Z | All builder prerequisites installed successfully, and PATH looks valid |
1628 | 2025-02-21T12:51:38.119Z | |
1629 | 2025-02-21T12:51:38.120Z | real 6:18.054229524 |
1630 | 2025-02-21T12:51:38.120Z | user 15:08.109536100 |
1631 | 2025-02-21T12:51:38.120Z | sys 2:02.723744967 |
1632 | 2025-02-21T12:51:38.120Z | trap 0.531631935 |
1633 | 2025-02-21T12:51:38.120Z | tflt 4.108339037 |
1634 | 2025-02-21T12:51:38.120Z | dflt 3.787354694 |
1635 | 2025-02-21T12:51:38.120Z | kflt 0.283576576 |
1636 | 2025-02-21T12:51:38.120Z | lock 23:20.622933162 |
1637 | 2025-02-21T12:51:38.120Z | slp 56:50.371794368 |
1638 | 2025-02-21T12:51:38.120Z | lat 56.571664751 |
1639 | 2025-02-21T12:51:38.120Z | stop 2:12.417596193 |
1640 | 2025-02-21T12:51:38.120Z | + banner clippy |
1641 | 2025-02-21T12:51:38.123Z | |
1642 | 2025-02-21T12:51:38.123Z | #### # # ##### ##### # # |
1643 | 2025-02-21T12:51:38.123Z | # # # # # # # # # # |
1644 | 2025-02-21T12:51:38.123Z | # # # # # # # # |
1645 | 2025-02-21T12:51:38.123Z | # # # ##### ##### # |
1646 | 2025-02-21T12:51:38.123Z | # # # # # # # |
1647 | 2025-02-21T12:51:38.123Z | #### ###### # # # # |
1648 | 2025-02-21T12:51:38.123Z | |
1649 | 2025-02-21T12:51:38.123Z | + export CARGO_INCREMENTAL=0 |
1650 | 2025-02-21T12:51:38.123Z | + CARGO_INCREMENTAL=0 |
1651 | 2025-02-21T12:51:38.123Z | + ptime -m cargo xtask clippy |
1652 | 2025-02-21T12:51:38.661Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1653 | 2025-02-21T12:51:41.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
1654 | 2025-02-21T12:51:41.429Z | Running `target/debug/xtask clippy` |
1655 | 2025-02-21T12:51:41.448Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1656 | 2025-02-21T12:51:42.101Z | Downloading crates ... |
1657 | 2025-02-21T12:51:42.432Z | Downloaded async-global-executor v2.4.1 |
1658 | 2025-02-21T12:51:42.443Z | Downloaded guppy-workspace-hack v0.1.0 |
1659 | 2025-02-21T12:51:42.446Z | Downloaded async-object-pool v0.1.5 |
1660 | 2025-02-21T12:51:42.454Z | Downloaded plotters-svg v0.3.7 |
1661 | 2025-02-21T12:51:42.464Z | Downloaded async-channel v2.3.1 |
1662 | 2025-02-21T12:51:42.467Z | Downloaded assert-json-diff v2.0.2 |
1663 | 2025-02-21T12:51:42.467Z | Downloaded async-executor v1.13.1 |
1664 | 2025-02-21T12:51:42.469Z | Downloaded async-attributes v1.1.2 |
1665 | 2025-02-21T12:51:42.469Z | Downloaded anes v0.1.6 |
1666 | 2025-02-21T12:51:42.473Z | Downloaded doc-comment v0.3.3 |
1667 | 2025-02-21T12:51:42.475Z | Downloaded num_cpus v1.16.0 |
1668 | 2025-02-21T12:51:42.478Z | Downloaded parking v2.2.1 |
1669 | 2025-02-21T12:51:42.478Z | Downloaded concurrent-queue v2.5.0 |
1670 | 2025-02-21T12:51:42.481Z | Downloaded approx v0.5.1 |
1671 | 2025-02-21T12:51:42.481Z | Downloaded serde_regex v1.1.0 |
1672 | 2025-02-21T12:51:42.484Z | Downloaded proc-macro-crate v3.2.0 |
1673 | 2025-02-21T12:51:42.484Z | Downloaded event-listener-strategy v0.5.2 |
1674 | 2025-02-21T12:51:42.484Z | Downloaded piper v0.2.4 |
1675 | 2025-02-21T12:51:42.487Z | Downloaded path-tree v0.8.1 |
1676 | 2025-02-21T12:51:42.487Z | Downloaded futures-timer v3.0.3 |
1677 | 2025-02-21T12:51:42.487Z | Downloaded criterion-plot v0.5.0 |
1678 | 2025-02-21T12:51:42.491Z | Downloaded plotters-backend v0.3.7 |
1679 | 2025-02-21T12:51:42.491Z | Downloaded event-listener v2.5.3 |
1680 | 2025-02-21T12:51:42.493Z | Downloaded cast v0.3.0 |
1681 | 2025-02-21T12:51:42.493Z | Downloaded oorandom v11.1.4 |
1682 | 2025-02-21T12:51:42.493Z | Downloaded async-signal v0.2.10 |
1683 | 2025-02-21T12:51:42.497Z | Downloaded target-triple v0.1.3 |
1684 | 2025-02-21T12:51:42.501Z | Downloaded relative-path v1.9.3 |
1685 | 2025-02-21T12:51:42.501Z | Downloaded pathdiff v0.2.3 |
1686 | 2025-02-21T12:51:42.505Z | Downloaded async-channel v1.9.0 |
1687 | 2025-02-21T12:51:42.505Z | Downloaded assert_cmd v2.0.16 |
1688 | 2025-02-21T12:51:42.508Z | Downloaded threadpool v1.8.1 |
1689 | 2025-02-21T12:51:42.508Z | Downloaded stringmetrics v2.2.2 |
1690 | 2025-02-21T12:51:42.512Z | Downloaded nested v0.1.1 |
1691 | 2025-02-21T12:51:42.512Z | Downloaded blocking v1.6.1 |
1692 | 2025-02-21T12:51:42.512Z | Downloaded escape8259 v0.5.3 |
1693 | 2025-02-21T12:51:42.517Z | Downloaded async-lock v3.4.0 |
1694 | 2025-02-21T12:51:42.517Z | Downloaded datatest-stable v0.2.9 |
1695 | 2025-02-21T12:51:42.523Z | Downloaded kv-log-macro v1.0.7 |
1696 | 2025-02-21T12:51:42.527Z | Downloaded tinytemplate v1.2.1 |
1697 | 2025-02-21T12:51:42.530Z | Downloaded blake2b_simd v1.0.2 |
1698 | 2025-02-21T12:51:42.530Z | Downloaded libtest-mimic v0.7.3 |
1699 | 2025-02-21T12:51:42.532Z | Downloaded similar-asserts v1.6.0 |
1700 | 2025-02-21T12:51:42.536Z | Downloaded partial-io v0.5.4 |
1701 | 2025-02-21T12:51:42.536Z | Downloaded target-spec v3.3.1 |
1702 | 2025-02-21T12:51:42.555Z | Downloaded trybuild v1.0.101 |
1703 | 2025-02-21T12:51:42.558Z | Downloaded event-listener v5.3.1 |
1704 | 2025-02-21T12:51:42.561Z | Downloaded cargo_metadata v0.19.1 |
1705 | 2025-02-21T12:51:42.561Z | Downloaded async-task v4.7.1 |
1706 | 2025-02-21T12:51:42.564Z | Downloaded yansi v1.0.1 |
1707 | 2025-02-21T12:51:42.567Z | Downloaded async-io v2.3.4 |
1708 | 2025-02-21T12:51:42.569Z | Downloaded rstest_macros v0.23.0 |
1709 | 2025-02-21T12:51:42.572Z | Downloaded rand_distr v0.4.3 |
1710 | 2025-02-21T12:51:42.575Z | Downloaded pretty_assertions v1.4.1 |
1711 | 2025-02-21T12:51:42.578Z | Downloaded polling v3.7.3 |
1712 | 2025-02-21T12:51:42.581Z | Downloaded fancy-regex v0.13.0 |
1713 | 2025-02-21T12:51:42.584Z | Downloaded target-lexicon v0.12.16 |
1714 | 2025-02-21T12:51:42.584Z | Downloaded criterion v0.5.1 |
1715 | 2025-02-21T12:51:42.589Z | Downloaded rstest v0.23.0 |
1716 | 2025-02-21T12:51:42.594Z | Downloaded guppy v0.17.12 |
1717 | 2025-02-21T12:51:42.600Z | Downloaded hyper-rustls v0.26.0 |
1718 | 2025-02-21T12:51:42.603Z | Downloaded plotters v0.3.7 |
1719 | 2025-02-21T12:51:42.610Z | Downloaded async-std v1.13.0 |
1720 | 2025-02-21T12:51:42.627Z | Downloaded httptest v0.16.3 |
1721 | 2025-02-21T12:51:42.630Z | Downloaded futures-lite v2.3.0 |
1722 | 2025-02-21T12:51:42.639Z | Downloaded cfg-expr v0.17.2 |
1723 | 2025-02-21T12:51:42.642Z | Downloaded rust-argon2 v2.1.0 |
1724 | 2025-02-21T12:51:42.642Z | Downloaded rustls-native-certs v0.7.3 |
1725 | 2025-02-21T12:51:42.642Z | Downloaded async-process v2.3.0 |
1726 | 2025-02-21T12:51:42.709Z | Downloaded httpmock v0.8.0-alpha.1 |
1727 | 2025-02-21T12:51:43.484Z | Checking cfg-if v1.0.0 |
1728 | 2025-02-21T12:51:43.565Z | Checking libc v0.2.169 |
1729 | 2025-02-21T12:51:43.584Z | Checking serde v1.0.217 |
1730 | 2025-02-21T12:51:43.606Z | Checking memchr v2.7.4 |
1731 | 2025-02-21T12:51:43.628Z | Checking value-bag v1.9.0 |
1732 | 2025-02-21T12:51:43.659Z | Checking scopeguard v1.2.0 |
1733 | 2025-02-21T12:51:43.684Z | Checking zeroize v1.8.1 |
1734 | 2025-02-21T12:51:43.706Z | Checking itoa v1.0.11 |
1735 | 2025-02-21T12:51:43.708Z | Checking smallvec v1.13.2 |
1736 | 2025-02-21T12:51:43.810Z | Checking lock_api v0.4.12 |
1737 | 2025-02-21T12:51:43.927Z | Checking byteorder v1.5.0 |
1738 | 2025-02-21T12:51:43.958Z | Checking once_cell v1.20.3 |
1739 | 2025-02-21T12:51:44.031Z | Checking log v0.4.22 |
1740 | 2025-02-21T12:51:44.059Z | Checking pin-project-lite v0.2.14 |
1741 | 2025-02-21T12:51:44.198Z | Checking subtle v2.6.1 |
1742 | 2025-02-21T12:51:44.229Z | Checking typenum v1.17.0 |
1743 | 2025-02-21T12:51:44.267Z | Checking libm v0.2.8 |
1744 | 2025-02-21T12:51:44.333Z | Checking futures-core v0.3.31 |
1745 | 2025-02-21T12:51:44.380Z | Checking ryu v1.0.18 |
1746 | 2025-02-21T12:51:44.489Z | Checking zerocopy v0.7.35 |
1747 | 2025-02-21T12:51:44.519Z | Checking getrandom v0.2.15 |
1748 | 2025-02-21T12:51:44.551Z | Checking signal-hook-registry v1.4.2 |
1749 | 2025-02-21T12:51:44.553Z | Checking parking_lot_core v0.9.10 |
1750 | 2025-02-21T12:51:44.621Z | Checking mio v1.0.2 |
1751 | 2025-02-21T12:51:44.757Z | Checking rand_core v0.6.4 |
1752 | 2025-02-21T12:51:44.802Z | Checking thiserror v1.0.69 |
1753 | 2025-02-21T12:51:44.932Z | Checking parking_lot v0.12.3 |
1754 | 2025-02-21T12:51:44.967Z | Checking socket2 v0.5.7 |
1755 | 2025-02-21T12:51:45.100Z | Checking allocator-api2 v0.2.18 |
1756 | 2025-02-21T12:51:45.127Z | Checking num-traits v0.2.19 |
1757 | 2025-02-21T12:51:45.169Z | Checking const-oid v0.9.6 |
1758 | 2025-02-21T12:51:45.252Z | Checking generic-array v0.14.7 |
1759 | 2025-02-21T12:51:45.281Z | Checking futures-io v0.3.31 |
1760 | 2025-02-21T12:51:45.436Z | Checking spin v0.9.8 |
1761 | 2025-02-21T12:51:45.490Z | Checking slab v0.4.9 |
1762 | 2025-02-21T12:51:45.706Z | Checking cpufeatures v0.2.14 |
1763 | 2025-02-21T12:51:45.760Z | Checking futures-sink v0.3.31 |
1764 | 2025-02-21T12:51:45.787Z | Checking foldhash v0.1.3 |
1765 | 2025-02-21T12:51:45.817Z | Checking pin-utils v0.1.0 |
1766 | 2025-02-21T12:51:45.820Z | Checking equivalent v1.0.1 |
1767 | 2025-02-21T12:51:45.922Z | Checking futures-channel v0.3.31 |
1768 | 2025-02-21T12:51:45.953Z | Checking futures-task v0.3.31 |
1769 | 2025-02-21T12:51:45.982Z | Checking hashbrown v0.15.1 |
1770 | 2025-02-21T12:51:46.011Z | Checking iana-time-zone v0.1.61 |
1771 | 2025-02-21T12:51:46.189Z | Checking stable_deref_trait v1.2.0 |
1772 | 2025-02-21T12:51:46.223Z | Checking fnv v1.0.7 |
1773 | 2025-02-21T12:51:46.303Z | Checking futures-util v0.3.31 |
1774 | 2025-02-21T12:51:46.306Z | Checking crypto-common v0.1.6 |
1775 | 2025-02-21T12:51:46.363Z | Checking block-buffer v0.10.4 |
1776 | 2025-02-21T12:51:46.384Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1777 | 2025-02-21T12:51:46.537Z | Checking tracing-core v0.1.32 |
1778 | 2025-02-21T12:51:46.574Z | Checking errno v0.3.9 |
1779 | 2025-02-21T12:51:46.576Z | Checking dyn-clone v1.0.18 |
1780 | 2025-02-21T12:51:46.748Z | Checking ppv-lite86 v0.2.20 |
1781 | 2025-02-21T12:51:46.751Z | Checking zerofrom v0.1.4 |
1782 | 2025-02-21T12:51:46.795Z | Checking crossbeam-utils v0.8.20 |
1783 | 2025-02-21T12:51:46.977Z | Checking digest v0.10.7 |
1784 | 2025-02-21T12:51:47.005Z | Checking writeable v0.5.5 |
1785 | 2025-02-21T12:51:47.032Z | Checking yoke v0.7.4 |
1786 | 2025-02-21T12:51:47.141Z | Checking tracing v0.1.40 |
1787 | 2025-02-21T12:51:47.356Z | Checking percent-encoding v2.3.1 |
1788 | 2025-02-21T12:51:47.386Z | Checking zerovec v0.10.4 |
1789 | 2025-02-21T12:51:47.389Z | Checking litemap v0.7.3 |
1790 | 2025-02-21T12:51:47.479Z | Checking rand_chacha v0.3.1 |
1791 | 2025-02-21T12:51:47.506Z | Checking block-padding v0.3.3 |
1792 | 2025-02-21T12:51:47.542Z | Checking httparse v1.9.5 |
1793 | 2025-02-21T12:51:47.595Z | Checking icu_locid_transform_data v1.5.0 |
1794 | 2025-02-21T12:51:47.713Z | Checking regex-syntax v0.8.5 |
1795 | 2025-02-21T12:51:47.741Z | Checking inout v0.1.3 |
1796 | 2025-02-21T12:51:47.766Z | Checking unicode-ident v1.0.14 |
1797 | 2025-02-21T12:51:47.885Z | Checking rand v0.8.5 |
1798 | 2025-02-21T12:51:47.965Z | Checking atomic-waker v1.1.2 |
1799 | 2025-02-21T12:51:47.969Z | Checking cipher v0.4.4 |
1800 | 2025-02-21T12:51:47.969Z | Checking form_urlencoded v1.2.1 |
1801 | 2025-02-21T12:51:48.033Z | Checking bytes v1.9.0 |
1802 | 2025-02-21T12:51:48.118Z | Checking bitflags v2.6.0 |
1803 | 2025-02-21T12:51:48.212Z | Checking serde_json v1.0.135 |
1804 | 2025-02-21T12:51:48.416Z | Checking chrono v0.4.39 |
1805 | 2025-02-21T12:51:48.419Z | Checking indexmap v2.7.1 |
1806 | 2025-02-21T12:51:48.808Z | Checking tokio v1.43.0 |
1807 | 2025-02-21T12:51:48.937Z | Checking uuid v1.12.0 |
1808 | 2025-02-21T12:51:49.078Z | Checking http v1.2.0 |
1809 | 2025-02-21T12:51:49.559Z | Checking rustix v0.38.37 |
1810 | 2025-02-21T12:51:49.562Z | Checking tinystr v0.7.6 |
1811 | 2025-02-21T12:51:49.844Z | Checking icu_collections v1.5.0 |
1812 | 2025-02-21T12:51:49.942Z | Checking icu_locid v1.5.0 |
1813 | 2025-02-21T12:51:50.350Z | Checking icu_properties_data v1.5.0 |
1814 | 2025-02-21T12:51:50.375Z | Checking schemars v0.8.21 |
1815 | 2025-02-21T12:51:50.515Z | Checking untrusted v0.9.0 |
1816 | 2025-02-21T12:51:50.592Z | Checking aho-corasick v1.1.3 |
1817 | 2025-02-21T12:51:50.708Z | Checking ring v0.17.8 |
1818 | 2025-02-21T12:51:50.776Z | Checking write16 v1.0.0 |
1819 | 2025-02-21T12:51:50.915Z | Checking powerfmt v0.2.0 |
1820 | 2025-02-21T12:51:50.952Z | Checking icu_provider v1.5.0 |
1821 | 2025-02-21T12:51:50.988Z | Checking icu_normalizer_data v1.5.0 |
1822 | 2025-02-21T12:51:51.101Z | Checking utf8_iter v1.0.4 |
1823 | 2025-02-21T12:51:51.188Z | Checking utf16_iter v1.0.5 |
1824 | 2025-02-21T12:51:51.313Z | Checking deranged v0.3.11 |
1825 | 2025-02-21T12:51:51.379Z | Checking proc-macro2 v1.0.92 |
1826 | 2025-02-21T12:51:51.610Z | Checking icu_locid_transform v1.5.0 |
1827 | 2025-02-21T12:51:51.914Z | Checking num-conv v0.1.0 |
1828 | 2025-02-21T12:51:52.051Z | Checking base64ct v1.6.0 |
1829 | 2025-02-21T12:51:52.176Z | Checking regex-automata v0.4.8 |
1830 | 2025-02-21T12:51:52.179Z | Checking num_threads v0.1.7 |
1831 | 2025-02-21T12:51:52.319Z | Checking time-core v0.1.2 |
1832 | 2025-02-21T12:51:52.457Z | Checking quote v1.0.38 |
1833 | 2025-02-21T12:51:52.490Z | Checking sha2 v0.10.8 |
1834 | 2025-02-21T12:51:52.519Z | Checking hmac v0.12.1 |
1835 | 2025-02-21T12:51:52.644Z | Checking time v0.3.36 |
1836 | 2025-02-21T12:51:52.647Z | Checking icu_properties v1.5.1 |
1837 | 2025-02-21T12:51:52.725Z | Checking rustls-pki-types v1.10.0 |
1838 | 2025-02-21T12:51:52.757Z | Checking adler2 v2.0.0 |
1839 | 2025-02-21T12:51:52.799Z | Checking syn v2.0.96 |
1840 | 2025-02-21T12:51:52.928Z | Checking miniz_oxide v0.8.0 |
1841 | 2025-02-21T12:51:53.053Z | Checking http-body v1.0.1 |
1842 | 2025-02-21T12:51:53.286Z | Checking aws-lc-sys v0.22.0 |
1843 | 2025-02-21T12:51:53.312Z | Checking base64 v0.22.1 |
1844 | 2025-02-21T12:51:53.653Z | Checking httpdate v1.0.3 |
1845 | 2025-02-21T12:51:53.798Z | Checking untrusted v0.7.1 |
1846 | 2025-02-21T12:51:53.907Z | Checking mirai-annotations v1.12.0 |
1847 | 2025-02-21T12:51:53.983Z | Checking try-lock v0.2.5 |
1848 | 2025-02-21T12:51:54.090Z | Checking ahash v0.8.11 |
1849 | 2025-02-21T12:51:54.151Z | Checking want v0.3.1 |
1850 | 2025-02-21T12:51:54.355Z | Checking pem-rfc7468 v0.7.0 |
1851 | 2025-02-21T12:51:54.573Z | Checking tower-service v0.3.3 |
1852 | 2025-02-21T12:51:54.669Z | Checking slog v2.7.0 |
1853 | 2025-02-21T12:51:54.718Z | Checking flagset v0.4.6 |
1854 | 2025-02-21T12:51:54.908Z | Checking mime v0.3.17 |
1855 | 2025-02-21T12:51:54.931Z | Checking der v0.7.9 |
1856 | 2025-02-21T12:51:55.165Z | Checking pbkdf2 v0.12.2 |
1857 | 2025-02-21T12:51:55.218Z | Checking aes v0.8.4 |
1858 | 2025-02-21T12:51:55.329Z | Checking aws-lc-rs v1.10.0 |
1859 | 2025-02-21T12:51:55.358Z | Checking semver v1.0.24 |
1860 | 2025-02-21T12:51:55.406Z | Checking tokio-util v0.7.12 |
1861 | 2025-02-21T12:51:55.792Z | Checking http-body-util v0.1.2 |
1862 | 2025-02-21T12:51:55.974Z | Checking icu_normalizer v1.5.0 |
1863 | 2025-02-21T12:51:56.095Z | Checking salsa20 v0.10.2 |
1864 | 2025-02-21T12:51:56.233Z | Checking h2 v0.4.6 |
1865 | 2025-02-21T12:51:56.262Z | Checking cbc v0.1.2 |
1866 | 2025-02-21T12:51:56.331Z | Checking gimli v0.31.1 |
1867 | 2025-02-21T12:51:56.448Z | Checking regex v1.11.1 |
1868 | 2025-02-21T12:51:56.485Z | Checking scrypt v0.11.0 |
1869 | 2025-02-21T12:51:56.619Z | Checking spki v0.7.3 |
1870 | 2025-02-21T12:51:56.719Z | Checking rustls-pemfile v2.2.0 |
1871 | 2025-02-21T12:51:56.748Z | Checking idna_adapter v1.2.0 |
1872 | 2025-02-21T12:51:56.909Z | Checking lazy_static v1.5.0 |
1873 | 2025-02-21T12:51:56.964Z | Checking idna v1.0.3 |
1874 | 2025-02-21T12:51:56.996Z | Checking object v0.36.5 |
1875 | 2025-02-21T12:51:57.024Z | Checking rustls-webpki v0.102.8 |
1876 | 2025-02-21T12:51:57.028Z | Checking ipnet v2.10.1 |
1877 | 2025-02-21T12:51:57.076Z | Checking openssl-probe v0.1.5 |
1878 | 2025-02-21T12:51:57.255Z | Checking foreign-types-shared v0.1.1 |
1879 | 2025-02-21T12:51:57.397Z | Checking rustc-demangle v0.1.24 |
1880 | 2025-02-21T12:51:57.441Z | Checking url v2.5.3 |
1881 | 2025-02-21T12:51:57.518Z | Checking foreign-types v0.3.2 |
1882 | 2025-02-21T12:51:57.639Z | Checking pkcs5 v0.7.1 |
1883 | 2025-02-21T12:51:57.795Z | Checking futures-executor v0.3.31 |
1884 | 2025-02-21T12:51:57.839Z | Checking serde_urlencoded v0.7.1 |
1885 | 2025-02-21T12:51:58.034Z | Checking openssl-sys v0.9.106 |
1886 | 2025-02-21T12:51:58.148Z | Checking encoding_rs v0.8.34 |
1887 | 2025-02-21T12:51:58.249Z | Checking utf8parse v0.2.2 |
1888 | 2025-02-21T12:51:58.275Z | Checking pkcs8 v0.10.2 |
1889 | 2025-02-21T12:51:58.426Z | Checking futures v0.3.31 |
1890 | 2025-02-21T12:51:58.541Z | Checking serde_spanned v0.6.8 |
1891 | 2025-02-21T12:51:58.621Z | Checking toml_datetime v0.6.8 |
1892 | 2025-02-21T12:51:58.731Z | Checking rustls v0.23.19 |
1893 | 2025-02-21T12:51:58.758Z | Checking data-encoding v2.6.0 |
1894 | 2025-02-21T12:51:58.933Z | Checking anstyle v1.0.10 |
1895 | 2025-02-21T12:51:59.176Z | Checking openssl v0.10.71 |
1896 | 2025-02-21T12:51:59.349Z | Checking openapiv3 v2.0.0 |
1897 | 2025-02-21T12:51:59.403Z | Checking sha1 v0.10.6 |
1898 | 2025-02-21T12:51:59.636Z | Checking psl-types v2.0.11 |
1899 | 2025-02-21T12:51:59.851Z | Checking publicsuffix v2.3.0 |
1900 | 2025-02-21T12:51:59.938Z | Checking addr2line v0.24.2 |
1901 | 2025-02-21T12:52:00.152Z | Checking cookie v0.18.1 |
1902 | 2025-02-21T12:52:00.446Z | Checking webpki-roots v0.26.6 |
1903 | 2025-02-21T12:52:00.473Z | Checking camino v1.1.9 |
1904 | 2025-02-21T12:52:00.594Z | Checking sync_wrapper v1.0.1 |
1905 | 2025-02-21T12:52:00.655Z | Checking tower-layer v0.3.3 |
1906 | 2025-02-21T12:52:00.765Z | Checking cookie_store v0.21.1 |
1907 | 2025-02-21T12:52:00.937Z | Checking tower v0.5.2 |
1908 | 2025-02-21T12:52:00.999Z | Checking anstyle-parse v0.2.5 |
1909 | 2025-02-21T12:52:01.292Z | Checking is-terminal v0.4.13 |
1910 | 2025-02-21T12:52:01.440Z | Checking either v1.13.0 |
1911 | 2025-02-21T12:52:01.466Z | Checking anstyle-query v1.1.1 |
1912 | 2025-02-21T12:52:01.629Z | Checking colorchoice v1.0.2 |
1913 | 2025-02-21T12:52:01.657Z | Checking is_terminal_polyfill v1.70.1 |
1914 | 2025-02-21T12:52:01.781Z | Checking terminal_size v0.4.0 |
1915 | 2025-02-21T12:52:01.808Z | Checking anstream v0.6.15 |
1916 | 2025-02-21T12:52:01.836Z | Checking signature v2.2.0 |
1917 | 2025-02-21T12:52:01.967Z | Checking clap_lex v0.7.4 |
1918 | 2025-02-21T12:52:02.058Z | Checking winnow v0.6.20 |
1919 | 2025-02-21T12:52:02.178Z | Checking strsim v0.11.1 |
1920 | 2025-02-21T12:52:02.238Z | Checking scroll v0.12.0 |
1921 | 2025-02-21T12:52:02.299Z | Checking hyper v1.5.2 |
1922 | 2025-02-21T12:52:02.464Z | Checking clap_builder v4.5.30 |
1923 | 2025-02-21T12:52:02.492Z | Checking tinyvec_macros v0.1.1 |
1924 | 2025-02-21T12:52:02.598Z | Checking ucd-trie v0.1.7 |
1925 | 2025-02-21T12:52:02.682Z | Checking plain v0.2.3 |
1926 | 2025-02-21T12:52:02.822Z | Checking pest v2.7.14 |
1927 | 2025-02-21T12:52:02.824Z | Checking backtrace v0.3.74 |
1928 | 2025-02-21T12:52:02.869Z | Checking goblin v0.8.2 |
1929 | 2025-02-21T12:52:03.407Z | Checking anyhow v1.0.96 |
1930 | 2025-02-21T12:52:03.814Z | Checking tinyvec v1.8.0 |
1931 | 2025-02-21T12:52:03.911Z | Checking tokio-rustls v0.26.0 |
1932 | 2025-02-21T12:52:04.178Z | Checking hyper-util v0.1.10 |
1933 | 2025-02-21T12:52:04.296Z | Checking native-tls v0.2.12 |
1934 | 2025-02-21T12:52:04.325Z | Checking dirs-sys-next v0.1.2 |
1935 | 2025-02-21T12:52:04.525Z | Checking pretty-hex v0.4.1 |
1936 | 2025-02-21T12:52:04.598Z | Checking base16ct v0.2.0 |
1937 | 2025-02-21T12:52:04.638Z | Checking tokio-native-tls v0.3.1 |
1938 | 2025-02-21T12:52:04.728Z | Checking dirs-next v2.0.0 |
1939 | 2025-02-21T12:52:04.823Z | Checking sec1 v0.7.3 |
1940 | 2025-02-21T12:52:04.877Z | Checking crossbeam-channel v0.5.13 |
1941 | 2025-02-21T12:52:04.961Z | Checking num-integer v0.1.46 |
1942 | 2025-02-21T12:52:05.045Z | Checking ff v0.13.0 |
1943 | 2025-02-21T12:52:05.203Z | Checking thread-id v4.2.2 |
1944 | 2025-02-21T12:52:05.290Z | Checking thread_local v1.1.8 |
1945 | 2025-02-21T12:52:05.321Z | Checking clap v4.5.30 |
1946 | 2025-02-21T12:52:05.346Z | Checking group v0.13.0 |
1947 | 2025-02-21T12:52:05.383Z | Checking dtrace-parser v0.2.0 |
1948 | 2025-02-21T12:52:05.433Z | Checking term v0.7.0 |
1949 | 2025-02-21T12:52:05.462Z | Checking toml_edit v0.22.22 |
1950 | 2025-02-21T12:52:05.550Z | Checking hkdf v0.12.4 |
1951 | 2025-02-21T12:52:05.585Z | Checking crypto-bigint v0.5.5 |
1952 | 2025-02-21T12:52:05.614Z | Checking memmap v0.7.0 |
1953 | 2025-02-21T12:52:05.783Z | Checking crc32fast v1.4.2 |
1954 | 2025-02-21T12:52:05.843Z | Checking take_mut v0.2.2 |
1955 | 2025-02-21T12:52:05.845Z | Checking match_cfg v0.1.0 |
1956 | 2025-02-21T12:52:05.893Z | Checking bitflags v1.3.2 |
1957 | 2025-02-21T12:52:05.981Z | Checking utf-8 v0.7.6 |
1958 | 2025-02-21T12:52:06.016Z | Checking hostname v0.3.1 |
1959 | 2025-02-21T12:52:06.019Z | Checking slog-async v2.8.0 |
1960 | 2025-02-21T12:52:06.066Z | Checking slog-term v2.9.1 |
1961 | 2025-02-21T12:52:06.107Z | Checking hyper-tls v0.6.0 |
1962 | 2025-02-21T12:52:06.172Z | Checking hyper-rustls v0.27.3 |
1963 | 2025-02-21T12:52:06.221Z | Checking unicode-segmentation v1.12.0 |
1964 | 2025-02-21T12:52:06.320Z | Checking num-iter v0.1.45 |
1965 | 2025-02-21T12:52:06.402Z | Checking crossbeam-epoch v0.9.18 |
1966 | 2025-02-21T12:52:06.516Z | Checking static_assertions v1.1.0 |
1967 | 2025-02-21T12:52:06.519Z | Checking reqwest v0.12.12 |
1968 | 2025-02-21T12:52:06.568Z | Checking bstr v1.10.0 |
1969 | 2025-02-21T12:52:06.636Z | Checking slog-json v2.6.1 |
1970 | 2025-02-21T12:52:06.825Z | Checking rfc6979 v0.4.0 |
1971 | 2025-02-21T12:52:06.915Z | Checking hex v0.4.3 |
1972 | 2025-02-21T12:52:06.943Z | Checking managed v0.8.0 |
1973 | 2025-02-21T12:52:07.030Z | Checking winnow v0.5.40 |
1974 | 2025-02-21T12:52:07.319Z | Checking slog-bunyan v2.5.0 |
1975 | 2025-02-21T12:52:07.441Z | Checking crossbeam-deque v0.8.5 |
1976 | 2025-02-21T12:52:07.498Z | Checking num-bigint-dig v0.8.4 |
1977 | 2025-02-21T12:52:07.523Z | Checking flate2 v1.0.35 |
1978 | 2025-02-21T12:52:07.585Z | Checking dof v0.3.0 |
1979 | 2025-02-21T12:52:07.785Z | Checking pkcs1 v0.7.5 |
1980 | 2025-02-21T12:52:08.081Z | Checking toml v0.8.19 |
1981 | 2025-02-21T12:52:08.145Z | Checking rustls v0.22.4 |
1982 | 2025-02-21T12:52:08.210Z | Checking curve25519-dalek v4.1.3 |
1983 | 2025-02-21T12:52:08.214Z | Checking usdt-impl v0.5.0 |
1984 | 2025-02-21T12:52:08.260Z | Checking elliptic-curve v0.13.8 |
1985 | 2025-02-21T12:52:08.290Z | Checking zerocopy v0.6.6 |
1986 | 2025-02-21T12:52:08.769Z | Checking usdt v0.5.0 |
1987 | 2025-02-21T12:52:08.798Z | Checking siphasher v0.3.11 |
1988 | 2025-02-21T12:52:08.867Z | Checking ecdsa v0.16.9 |
1989 | 2025-02-21T12:52:08.918Z | Checking unicode-width v0.2.0 |
1990 | 2025-02-21T12:52:09.045Z | Checking rayon-core v1.12.1 |
1991 | 2025-02-21T12:52:09.099Z | Checking unicode-normalization v0.1.24 |
1992 | 2025-02-21T12:52:09.385Z | Checking ed25519 v2.2.3 |
1993 | 2025-02-21T12:52:09.519Z | Checking rsa v0.9.6 |
1994 | 2025-02-21T12:52:09.549Z | Checking signal-hook v0.3.17 |
1995 | 2025-02-21T12:52:09.700Z | Checking debug-ignore v1.0.5 |
1996 | 2025-02-21T12:52:09.726Z | Checking quick-error v1.2.3 |
1997 | 2025-02-21T12:52:09.850Z | Checking toml_edit v0.19.15 |
1998 | 2025-02-21T12:52:09.876Z | Checking hickory-proto v0.24.3 |
1999 | 2025-02-21T12:52:09.903Z | Checking itertools v0.10.5 |
2000 | 2025-02-21T12:52:09.905Z | Checking multer v3.1.0 |
2001 | 2025-02-21T12:52:09.974Z | Checking ed25519-dalek v2.1.1 |
2002 | 2025-02-21T12:52:10.030Z | Checking x509-cert v0.2.5 |
2003 | 2025-02-21T12:52:10.347Z | Checking waitgroup v0.1.2 |
2004 | 2025-02-21T12:52:10.387Z | Checking serde_path_to_error v0.1.16 |
2005 | 2025-02-21T12:52:10.447Z | Checking hubpack v0.1.2 |
2006 | 2025-02-21T12:52:10.492Z | Checking bzip2-sys v0.1.11+1.0.8 |
2007 | 2025-02-21T12:52:10.632Z | Checking async-stream v0.3.6 |
2008 | 2025-02-21T12:52:10.778Z | Checking hostname v0.4.0 |
2009 | 2025-02-21T12:52:10.839Z | Checking bit-vec v0.6.3 |
2010 | 2025-02-21T12:52:10.932Z | Checking bzip2 v0.4.4 |
2011 | 2025-02-21T12:52:11.011Z | Checking signal-hook-mio v0.2.4 |
2012 | 2025-02-21T12:52:11.188Z | Checking console v0.15.10 |
2013 | 2025-02-21T12:52:11.191Z | Checking bit-set v0.5.3 |
2014 | 2025-02-21T12:52:11.234Z | Checking memoffset v0.9.1 |
2015 | 2025-02-21T12:52:11.373Z | Checking hash32 v0.2.1 |
2016 | 2025-02-21T12:52:11.494Z | Checking unicode-bidi v0.3.17 |
2017 | 2025-02-21T12:52:11.496Z | Checking tokio-rustls v0.25.0 |
2018 | 2025-02-21T12:52:11.545Z | Checking linked-hash-map v0.5.6 |
2019 | 2025-02-21T12:52:11.663Z | Checking unicode-properties v0.1.3 |
2020 | 2025-02-21T12:52:11.745Z | Checking predicates-core v1.0.8 |
2021 | 2025-02-21T12:52:11.862Z | Checking lru-cache v0.1.2 |
2022 | 2025-02-21T12:52:11.898Z | Checking dropshot v0.12.0 |
2023 | 2025-02-21T12:52:11.927Z | Checking heapless v0.7.17 |
2024 | 2025-02-21T12:52:11.953Z | Checking crossterm v0.28.1 |
2025 | 2025-02-21T12:52:12.031Z | Checking rayon v1.10.0 |
2026 | 2025-02-21T12:52:12.068Z | Checking phf_shared v0.11.2 |
2027 | 2025-02-21T12:52:12.119Z | Checking stringprep v0.1.5 |
2028 | 2025-02-21T12:52:12.311Z | Checking toml v0.7.8 |
2029 | 2025-02-21T12:52:12.354Z | Checking similar v2.6.0 |
2030 | 2025-02-21T12:52:12.410Z | Checking tokio-stream v0.1.16 |
2031 | 2025-02-21T12:52:12.820Z | Checking newtype-uuid v1.2.1 |
2032 | 2025-02-21T12:52:13.035Z | Checking md-5 v0.10.6 |
2033 | 2025-02-21T12:52:13.102Z | Checking float-cmp v0.10.0 |
2034 | 2025-02-21T12:52:13.174Z | Checking fixedbitset v0.4.2 |
2035 | 2025-02-21T12:52:13.202Z | Checking normalize-line-endings v0.3.0 |
2036 | 2025-02-21T12:52:13.261Z | Checking difflib v0.4.0 |
2037 | 2025-02-21T12:52:13.320Z | Checking fallible-iterator v0.2.0 |
2038 | 2025-02-21T12:52:13.345Z | Checking smoltcp v0.9.1 |
2039 | 2025-02-21T12:52:13.435Z | Checking petgraph v0.6.5 |
2040 | 2025-02-21T12:52:13.604Z | Checking predicates v3.1.3 |
2041 | 2025-02-21T12:52:13.637Z | Checking phf v0.11.2 |
2042 | 2025-02-21T12:52:13.891Z | Checking postgres-protocol v0.6.7 |
2043 | 2025-02-21T12:52:13.920Z | Checking zip v0.6.6 |
2044 | 2025-02-21T12:52:14.261Z | Checking resolv-conf v0.7.0 |
2045 | 2025-02-21T12:52:14.297Z | Checking phf_shared v0.10.0 |
2046 | 2025-02-21T12:52:14.533Z | Checking tungstenite v0.24.0 |
2047 | 2025-02-21T12:52:14.570Z | Checking fs-err v2.11.0 |
2048 | 2025-02-21T12:52:14.598Z | Checking serde-big-array v0.5.1 |
2049 | 2025-02-21T12:52:14.624Z | Checking portable-atomic v1.9.0 |
2050 | 2025-02-21T12:52:14.705Z | Checking lalrpop-util v0.19.12 |
2051 | 2025-02-21T12:52:14.831Z | Checking new_debug_unreachable v1.0.6 |
2052 | 2025-02-21T12:52:14.947Z | Checking minimal-lexical v0.2.1 |
2053 | 2025-02-21T12:52:15.015Z | Checking number_prefix v0.4.0 |
2054 | 2025-02-21T12:52:15.074Z | Checking precomputed-hash v0.1.1 |
2055 | 2025-02-21T12:52:15.226Z | Checking string_cache v0.8.7 |
2056 | 2025-02-21T12:52:15.245Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2057 | 2025-02-21T12:52:15.353Z | Checking hickory-resolver v0.24.3 |
2058 | 2025-02-21T12:52:15.391Z | Checking nom v7.1.3 |
2059 | 2025-02-21T12:52:15.414Z | Checking tokio-tungstenite v0.24.0 |
2060 | 2025-02-21T12:52:15.513Z | Checking postgres-types v0.2.8 |
2061 | 2025-02-21T12:52:15.541Z | Checking nix v0.29.0 |
2062 | 2025-02-21T12:52:15.635Z | Checking indicatif v0.17.11 |
2063 | 2025-02-21T12:52:15.860Z | Checking peg-runtime v0.8.3 |
2064 | 2025-02-21T12:52:16.089Z | Checking whoami v1.5.2 |
2065 | 2025-02-21T12:52:16.295Z | Compiling hashbrown v0.14.5 |
2066 | 2025-02-21T12:52:16.365Z | Compiling thiserror v2.0.11 |
2067 | 2025-02-21T12:52:16.401Z | Checking tokio-postgres v0.7.12 |
2068 | 2025-02-21T12:52:16.431Z | Compiling thiserror-impl v2.0.11 |
2069 | 2025-02-21T12:52:16.847Z | Compiling ident_case v1.0.1 |
2070 | 2025-02-21T12:52:16.875Z | Checking qorb v0.2.1 |
2071 | 2025-02-21T12:52:17.054Z | Compiling darling_core v0.20.10 |
2072 | 2025-02-21T12:52:17.360Z | Compiling unsafe-libyaml v0.2.11 |
2073 | 2025-02-21T12:52:17.503Z | Compiling regress v0.10.1 |
2074 | 2025-02-21T12:52:19.085Z | Compiling serde_yaml v0.9.34+deprecated |
2075 | 2025-02-21T12:52:19.167Z | Checking heck v0.5.0 |
2076 | 2025-02-21T12:52:19.321Z | Checking fastrand v2.1.1 |
2077 | 2025-02-21T12:52:19.359Z | Checking ipnetwork v0.21.1 |
2078 | 2025-02-21T12:52:19.670Z | Checking progenitor-client v0.9.1 |
2079 | 2025-02-21T12:52:19.710Z | Compiling daft-derive v0.1.1 |
2080 | 2025-02-21T12:52:19.818Z | Compiling structmeta-derive v0.3.0 |
2081 | 2025-02-21T12:52:20.083Z | Checking strum v0.26.3 |
2082 | 2025-02-21T12:52:20.251Z | Checking oxnet v0.1.0 |
2083 | 2025-02-21T12:52:20.279Z | Compiling dropshot v0.15.1 |
2084 | 2025-02-21T12:52:20.591Z | Checking macaddr v1.0.1 |
2085 | 2025-02-21T12:52:20.699Z | Compiling dropshot_endpoint v0.15.1 |
2086 | 2025-02-21T12:52:20.934Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2087 | 2025-02-21T12:52:21.161Z | Compiling typify-impl v0.2.0 |
2088 | 2025-02-21T12:52:21.705Z | Checking tempfile v3.13.0 |
2089 | 2025-02-21T12:52:22.116Z | Checking progenitor-client v0.8.0 |
2090 | 2025-02-21T12:52:22.168Z | Checking instant v0.1.13 |
2091 | 2025-02-21T12:52:22.306Z | Checking daft v0.1.1 |
2092 | 2025-02-21T12:52:22.378Z | Compiling structmeta v0.3.0 |
2093 | 2025-02-21T12:52:22.413Z | Checking regress v0.9.1 |
2094 | 2025-02-21T12:52:22.471Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2025-02-21T12:52:22.732Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2096 | 2025-02-21T12:52:22.759Z | Compiling parse-display-derive v0.10.0 |
2097 | 2025-02-21T12:52:22.791Z | Compiling darling_macro v0.20.10 |
2098 | 2025-02-21T12:52:23.160Z | Checking backoff v0.4.0 |
2099 | 2025-02-21T12:52:23.218Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2100 | 2025-02-21T12:52:23.387Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2101 | 2025-02-21T12:52:23.475Z | Checking wait-timeout v0.2.0 |
2102 | 2025-02-21T12:52:23.568Z | Checking rand_xorshift v0.3.0 |
2103 | 2025-02-21T12:52:23.689Z | Checking rusty-fork v0.3.0 |
2104 | 2025-02-21T12:52:23.692Z | Compiling darling v0.20.10 |
2105 | 2025-02-21T12:52:23.756Z | Checking unarray v0.1.4 |
2106 | 2025-02-21T12:52:23.836Z | Compiling serde_with_macros v3.11.0 |
2107 | 2025-02-21T12:52:23.925Z | Compiling structmeta-derive v0.2.0 |
2108 | 2025-02-21T12:52:24.021Z | Checking proptest v1.5.0 |
2109 | 2025-02-21T12:52:25.115Z | Checking camino-tempfile v1.1.1 |
2110 | 2025-02-21T12:52:25.419Z | Checking unicode-width v0.1.14 |
2111 | 2025-02-21T12:52:25.865Z | Compiling proc-macro-error v1.0.4 |
2112 | 2025-02-21T12:52:25.902Z | Compiling proc-macro-crate v1.3.1 |
2113 | 2025-02-21T12:52:26.285Z | Checking serde_with v3.11.0 |
2114 | 2025-02-21T12:52:26.422Z | Compiling structmeta v0.2.0 |
2115 | 2025-02-21T12:52:26.452Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2116 | 2025-02-21T12:52:26.586Z | Checking parse-display v0.10.0 |
2117 | 2025-02-21T12:52:26.748Z | Compiling num_enum_derive v0.5.11 |
2118 | 2025-02-21T12:52:26.807Z | Compiling test-strategy v0.3.1 |
2119 | 2025-02-21T12:52:26.856Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2120 | 2025-02-21T12:52:26.887Z | Checking tabwriter v1.4.0 |
2121 | 2025-02-21T12:52:27.211Z | Compiling foreign-types-macros v0.2.3 |
2122 | 2025-02-21T12:52:27.279Z | Checking foreign-types-shared v0.3.1 |
2123 | 2025-02-21T12:52:27.798Z | Checking cstr-argument v0.1.2 |
2124 | 2025-02-21T12:52:28.008Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2125 | 2025-02-21T12:52:28.435Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2126 | 2025-02-21T12:52:28.476Z | Checking foreign-types v0.5.0 |
2127 | 2025-02-21T12:52:28.605Z | Checking pretty-hex v0.2.1 |
2128 | 2025-02-21T12:52:28.789Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2129 | 2025-02-21T12:52:28.821Z | Checking colored v2.1.0 |
2130 | 2025-02-21T12:52:28.846Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2131 | 2025-02-21T12:52:29.002Z | Checking smf v0.2.3 |
2132 | 2025-02-21T12:52:29.029Z | Checking num_enum v0.5.11 |
2133 | 2025-02-21T12:52:29.079Z | Checking itertools v0.13.0 |
2134 | 2025-02-21T12:52:29.106Z | Checking base64 v0.21.7 |
2135 | 2025-02-21T12:52:29.132Z | Compiling typify-impl v0.3.0 |
2136 | 2025-02-21T12:52:29.191Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2137 | 2025-02-21T12:52:29.341Z | Compiling crucible-workspace-hack v0.1.0 |
2138 | 2025-02-21T12:52:29.424Z | Checking atomicwrites v0.4.4 |
2139 | 2025-02-21T12:52:29.616Z | Compiling zerocopy v0.8.10 |
2140 | 2025-02-21T12:52:30.027Z | Compiling zerocopy-derive v0.8.10 |
2141 | 2025-02-21T12:52:30.513Z | Checking termtree v0.4.1 |
2142 | 2025-02-21T12:52:30.747Z | Compiling heapless v0.8.0 |
2143 | 2025-02-21T12:52:31.362Z | Checking predicates-tree v1.0.11 |
2144 | 2025-02-21T12:52:31.452Z | Checking hash32 v0.3.1 |
2145 | 2025-02-21T12:52:31.547Z | Compiling smoltcp v0.11.0 |
2146 | 2025-02-21T12:52:31.629Z | Checking cobs v0.2.3 |
2147 | 2025-02-21T12:52:31.843Z | Checking postcard v1.0.10 |
2148 | 2025-02-21T12:52:32.261Z | Checking sigpipe v0.1.3 |
2149 | 2025-02-21T12:52:32.293Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2150 | 2025-02-21T12:52:32.390Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2151 | 2025-02-21T12:52:32.417Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2152 | 2025-02-21T12:52:32.558Z | Compiling mockall_derive v0.13.0 |
2153 | 2025-02-21T12:52:32.606Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2154 | 2025-02-21T12:52:32.733Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2155 | 2025-02-21T12:52:32.909Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2156 | 2025-02-21T12:52:33.141Z | Compiling zone_cfg_derive v0.3.0 |
2157 | 2025-02-21T12:52:33.242Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2158 | 2025-02-21T12:52:33.588Z | Compiling num-derive v0.4.2 |
2159 | 2025-02-21T12:52:34.531Z | Checking downcast v0.11.0 |
2160 | 2025-02-21T12:52:34.770Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2161 | 2025-02-21T12:52:35.058Z | Compiling typify-macro v0.2.0 |
2162 | 2025-02-21T12:52:35.102Z | Checking fragile v2.0.0 |
2163 | 2025-02-21T12:52:35.362Z | Checking zone v0.3.0 |
2164 | 2025-02-21T12:52:35.389Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2165 | 2025-02-21T12:52:35.484Z | Checking tungstenite v0.21.0 |
2166 | 2025-02-21T12:52:35.644Z | Compiling convert_case v0.4.0 |
2167 | 2025-02-21T12:52:35.684Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2168 | 2025-02-21T12:52:36.100Z | Checking newline-converter v0.3.0 |
2169 | 2025-02-21T12:52:36.129Z | Checking same-file v1.0.6 |
2170 | 2025-02-21T12:52:36.289Z | Checking expectorate v1.1.0 |
2171 | 2025-02-21T12:52:36.330Z | Checking walkdir v2.5.0 |
2172 | 2025-02-21T12:52:36.391Z | Checking tokio-tungstenite v0.21.0 |
2173 | 2025-02-21T12:52:36.451Z | Compiling derive_more v0.99.19 |
2174 | 2025-02-21T12:52:36.477Z | Checking arc-swap v1.7.1 |
2175 | 2025-02-21T12:52:36.636Z | Checking xattr v1.3.1 |
2176 | 2025-02-21T12:52:36.862Z | Checking filetime v0.2.25 |
2177 | 2025-02-21T12:52:36.895Z | Checking num-rational v0.4.2 |
2178 | 2025-02-21T12:52:36.921Z | Checking slog-scope v4.4.0 |
2179 | 2025-02-21T12:52:37.146Z | Checking tar v0.4.42 |
2180 | 2025-02-21T12:52:37.173Z | Checking slog-stdlog v4.1.1 |
2181 | 2025-02-21T12:52:37.370Z | Checking slog-envlogger v2.2.0 |
2182 | 2025-02-21T12:52:37.610Z | Checking num-complex v0.4.6 |
2183 | 2025-02-21T12:52:37.633Z | Checking float-ord v0.3.2 |
2184 | 2025-02-21T12:52:37.798Z | Checking indent_write v2.2.0 |
2185 | 2025-02-21T12:52:37.979Z | Compiling cancel-safe-futures v0.1.5 |
2186 | 2025-02-21T12:52:38.024Z | Compiling owo-colors v4.1.0 |
2187 | 2025-02-21T12:52:38.343Z | Checking swrite v0.1.0 |
2188 | 2025-02-21T12:52:38.393Z | Checking num v0.4.3 |
2189 | 2025-02-21T12:52:38.515Z | Checking libsw v3.3.1 |
2190 | 2025-02-21T12:52:38.641Z | Compiling typify v0.2.0 |
2191 | 2025-02-21T12:52:38.799Z | Compiling progenitor-impl v0.8.0 |
2192 | 2025-02-21T12:52:38.805Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2193 | 2025-02-21T12:52:38.870Z | Checking pem v3.0.4 |
2194 | 2025-02-21T12:52:39.151Z | Checking password-hash v0.5.0 |
2195 | 2025-02-21T12:52:39.544Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2196 | 2025-02-21T12:52:39.569Z | Checking blake2 v0.10.6 |
2197 | 2025-02-21T12:52:39.913Z | Checking mockall v0.13.0 |
2198 | 2025-02-21T12:52:40.063Z | Checking linear-map v1.2.0 |
2199 | 2025-02-21T12:52:40.089Z | Checking argon2 v0.5.3 |
2200 | 2025-02-21T12:52:40.174Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2201 | 2025-02-21T12:52:40.398Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2202 | 2025-02-21T12:52:40.778Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2203 | 2025-02-21T12:52:40.898Z | Compiling lzma-sys v0.1.20 |
2204 | 2025-02-21T12:52:41.020Z | Checking headers-core v0.3.0 |
2205 | 2025-02-21T12:52:41.127Z | Compiling heck v0.3.3 |
2206 | 2025-02-21T12:52:41.191Z | Checking headers v0.4.0 |
2207 | 2025-02-21T12:52:41.500Z | Compiling zone_cfg_derive v0.1.2 |
2208 | 2025-02-21T12:52:41.533Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2209 | 2025-02-21T12:52:41.837Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2210 | 2025-02-21T12:52:42.187Z | Checking yasna v0.5.2 |
2211 | 2025-02-21T12:52:42.284Z | Checking base64 v0.13.1 |
2212 | 2025-02-21T12:52:42.729Z | Checking highway v1.2.0 |
2213 | 2025-02-21T12:52:42.878Z | Checking zone v0.1.8 |
2214 | 2025-02-21T12:52:42.974Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2215 | 2025-02-21T12:52:43.002Z | Checking rcgen v0.12.1 |
2216 | 2025-02-21T12:52:43.005Z | Checking ron v0.7.1 |
2217 | 2025-02-21T12:52:43.143Z | Compiling typify-macro v0.3.0 |
2218 | 2025-02-21T12:52:43.175Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2219 | 2025-02-21T12:52:43.532Z | Checking xz2 v0.1.7 |
2220 | 2025-02-21T12:52:43.642Z | Checking subprocess v0.2.9 |
2221 | 2025-02-21T12:52:43.645Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2222 | 2025-02-21T12:52:43.850Z | Checking humantime v2.1.0 |
2223 | 2025-02-21T12:52:44.062Z | Compiling semver v0.1.20 |
2224 | 2025-02-21T12:52:44.115Z | Checking prettyplease v0.2.29 |
2225 | 2025-02-21T12:52:44.178Z | Checking half v2.4.1 |
2226 | 2025-02-21T12:52:44.203Z | Checking ciborium-io v0.2.2 |
2227 | 2025-02-21T12:52:44.585Z | Compiling rustc_version v0.1.7 |
2228 | 2025-02-21T12:52:44.612Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2229 | 2025-02-21T12:52:44.615Z | Checking ciborium-ll v0.2.2 |
2230 | 2025-02-21T12:52:44.958Z | Checking ciborium v0.2.2 |
2231 | 2025-02-21T12:52:45.013Z | Compiling newtype_derive v0.1.6 |
2232 | 2025-02-21T12:52:45.296Z | Compiling progenitor-macro v0.8.0 |
2233 | 2025-02-21T12:52:45.572Z | Checking steno v0.4.1 |
2234 | 2025-02-21T12:52:46.806Z | Compiling typify v0.3.0 |
2235 | 2025-02-21T12:52:46.822Z | Compiling progenitor-impl v0.9.1 |
2236 | 2025-02-21T12:52:48.085Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2237 | 2025-02-21T12:52:48.298Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2238 | 2025-02-21T12:52:48.724Z | Compiling slog-dtrace v0.3.0 |
2239 | 2025-02-21T12:52:49.031Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2240 | 2025-02-21T12:52:49.159Z | Checking display-error-chain v0.2.2 |
2241 | 2025-02-21T12:52:49.365Z | Checking gethostname v0.5.0 |
2242 | 2025-02-21T12:52:49.515Z | Checking nibble_vec v0.1.0 |
2243 | 2025-02-21T12:52:49.588Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2244 | 2025-02-21T12:52:49.613Z | Compiling blake3 v1.5.4 |
2245 | 2025-02-21T12:52:49.638Z | Checking endian-type v0.1.2 |
2246 | 2025-02-21T12:52:49.742Z | Checking keccak v0.1.5 |
2247 | 2025-02-21T12:52:49.864Z | Checking radix_trie v0.2.1 |
2248 | 2025-02-21T12:52:50.109Z | Checking sha3 v0.10.8 |
2249 | 2025-02-21T12:52:50.280Z | Checking universal-hash v0.5.1 |
2250 | 2025-02-21T12:52:50.490Z | Checking secrecy v0.8.0 |
2251 | 2025-02-21T12:52:50.509Z | Checking opaque-debug v0.3.1 |
2252 | 2025-02-21T12:52:50.616Z | Checking aead v0.5.2 |
2253 | 2025-02-21T12:52:50.688Z | Checking poly1305 v0.8.0 |
2254 | 2025-02-21T12:52:50.748Z | Checking chacha20 v0.9.1 |
2255 | 2025-02-21T12:52:51.127Z | Compiling memmap2 v0.9.5 |
2256 | 2025-02-21T12:52:51.202Z | Compiling arrayvec v0.7.6 |
2257 | 2025-02-21T12:52:51.552Z | Compiling arrayref v0.3.9 |
2258 | 2025-02-21T12:52:51.620Z | Compiling constant_time_eq v0.3.1 |
2259 | 2025-02-21T12:52:51.660Z | Compiling toolchain_find v0.4.0 |
2260 | 2025-02-21T12:52:51.759Z | Compiling thiserror-impl-no-std v2.0.2 |
2261 | 2025-02-21T12:52:52.152Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2262 | 2025-02-21T12:52:52.228Z | Compiling topological-sort v0.2.2 |
2263 | 2025-02-21T12:52:52.230Z | Compiling rustfmt-wrapper v0.2.1 |
2264 | 2025-02-21T12:52:52.477Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2265 | 2025-02-21T12:52:52.527Z | Compiling omicron-zone-package v0.12.0 |
2266 | 2025-02-21T12:52:52.876Z | Checking chacha20poly1305 v0.10.1 |
2267 | 2025-02-21T12:52:52.994Z | Compiling async-recursion v1.1.1 |
2268 | 2025-02-21T12:52:53.042Z | Checking fxhash v0.2.1 |
2269 | 2025-02-21T12:52:53.084Z | Checking simd-adler32 v0.3.7 |
2270 | 2025-02-21T12:52:53.248Z | Checking lockfree-object-pool v0.1.6 |
2271 | 2025-02-21T12:52:53.449Z | Compiling progenitor-macro v0.9.1 |
2272 | 2025-02-21T12:52:53.471Z | Checking bumpalo v3.16.0 |
2273 | 2025-02-21T12:52:53.492Z | Compiling zip v2.1.3 |
2274 | 2025-02-21T12:52:53.804Z | Checking zopfli v0.8.1 |
2275 | 2025-02-21T12:52:53.860Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2276 | 2025-02-21T12:52:54.142Z | Checking maplit v1.0.2 |
2277 | 2025-02-21T12:52:54.256Z | Checking termcolor v1.4.1 |
2278 | 2025-02-21T12:52:54.279Z | Compiling radium v0.7.0 |
2279 | 2025-02-21T12:52:54.450Z | Compiling const_format_proc_macros v0.2.34 |
2280 | 2025-02-21T12:52:54.517Z | Checking thiserror-no-std v2.0.2 |
2281 | 2025-02-21T12:52:54.655Z | Checking vsss-rs v3.3.4 |
2282 | 2025-02-21T12:52:54.679Z | Checking tap v1.0.1 |
2283 | 2025-02-21T12:52:54.784Z | Compiling maybe-uninit v2.0.0 |
2284 | 2025-02-21T12:52:54.866Z | Checking wyz v0.5.1 |
2285 | 2025-02-21T12:52:55.386Z | Compiling packed_struct v0.10.1 |
2286 | 2025-02-21T12:52:55.469Z | Checking crc-catalog v2.4.0 |
2287 | 2025-02-21T12:52:55.634Z | Checking funty v2.0.0 |
2288 | 2025-02-21T12:52:55.640Z | Checking home v0.5.9 |
2289 | 2025-02-21T12:52:55.831Z | Checking crc v3.2.1 |
2290 | 2025-02-21T12:52:56.003Z | Checking kstat-rs v0.2.4 |
2291 | 2025-02-21T12:52:56.281Z | Checking const_format v0.2.34 |
2292 | 2025-02-21T12:52:56.305Z | Compiling packed_struct_codegen v0.10.1 |
2293 | 2025-02-21T12:52:56.342Z | Compiling vte_generate_state_changes v0.1.2 |
2294 | 2025-02-21T12:52:56.499Z | Checking bitvec v1.0.1 |
2295 | 2025-02-21T12:52:56.719Z | Compiling indexmap v1.9.3 |
2296 | 2025-02-21T12:52:56.878Z | Checking progenitor v0.8.0 |
2297 | 2025-02-21T12:52:57.129Z | Checking nodrop v0.1.14 |
2298 | 2025-02-21T12:52:57.159Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2299 | 2025-02-21T12:52:57.214Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2300 | 2025-02-21T12:52:57.861Z | Compiling libefi-sys v0.1.0 |
2301 | 2025-02-21T12:52:58.102Z | Checking array-init v0.0.4 |
2302 | 2025-02-21T12:52:58.263Z | Checking vte v0.11.1 |
2303 | 2025-02-21T12:52:58.764Z | Checking smallvec v0.6.14 |
2304 | 2025-02-21T12:52:59.008Z | Checking fd-lock v4.0.2 |
2305 | 2025-02-21T12:52:59.157Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2306 | 2025-02-21T12:52:59.224Z | Compiling bitfield-struct v0.6.2 |
2307 | 2025-02-21T12:52:59.609Z | Checking hashbrown v0.12.3 |
2308 | 2025-02-21T12:52:59.667Z | Checking bitfield v0.14.0 |
2309 | 2025-02-21T12:52:59.961Z | Checking strip-ansi-escapes v0.2.0 |
2310 | 2025-02-21T12:53:00.268Z | Checking serde-hex v0.1.0 |
2311 | 2025-02-21T12:53:00.619Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2312 | 2025-02-21T12:53:01.206Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2313 | 2025-02-21T12:53:01.235Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2314 | 2025-02-21T12:53:01.524Z | Checking env_logger v0.10.2 |
2315 | 2025-02-21T12:53:01.559Z | Checking ron v0.8.1 |
2316 | 2025-02-21T12:53:01.972Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2317 | 2025-02-21T12:53:01.998Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2318 | 2025-02-21T12:53:02.518Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2025-02-21T12:53:02.802Z | Checking itertools v0.12.1 |
2320 | 2025-02-21T12:53:03.664Z | Checking hashbrown v0.13.2 |
2321 | 2025-02-21T12:53:04.155Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2322 | 2025-02-21T12:53:04.272Z | Checking nu-ansi-term v0.50.1 |
2323 | 2025-02-21T12:53:04.295Z | Checking crc-any v2.5.0 |
2324 | 2025-02-21T12:53:04.588Z | Checking object v0.30.4 |
2325 | 2025-02-21T12:53:04.653Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2326 | 2025-02-21T12:53:04.683Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2327 | 2025-02-21T12:53:05.116Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2328 | 2025-02-21T12:53:05.119Z | Checking reedline v0.35.0 |
2329 | 2025-02-21T12:53:05.244Z | Checking nanorand v0.7.0 |
2330 | 2025-02-21T12:53:05.345Z | Checking progenitor v0.9.1 |
2331 | 2025-02-21T12:53:05.585Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2332 | 2025-02-21T12:53:05.611Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2333 | 2025-02-21T12:53:05.632Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2334 | 2025-02-21T12:53:07.678Z | Compiling parking_lot_core v0.8.6 |
2335 | 2025-02-21T12:53:08.165Z | Checking path-slash v0.1.5 |
2336 | 2025-02-21T12:53:08.376Z | Checking flume v0.11.1 |
2337 | 2025-02-21T12:53:09.276Z | Compiling phf_generator v0.11.2 |
2338 | 2025-02-21T12:53:09.493Z | Checking glob v0.3.2 |
2339 | 2025-02-21T12:53:09.556Z | Checking bytecount v0.6.8 |
2340 | 2025-02-21T12:53:09.728Z | Checking papergrid v0.11.0 |
2341 | 2025-02-21T12:53:09.829Z | Compiling phf_codegen v0.11.2 |
2342 | 2025-02-21T12:53:10.072Z | Checking parking_lot v0.11.2 |
2343 | 2025-02-21T12:53:10.153Z | Compiling tabled_derive v0.7.0 |
2344 | 2025-02-21T12:53:10.441Z | Compiling parse-zoneinfo v0.3.1 |
2345 | 2025-02-21T12:53:11.076Z | Compiling cfg_aliases v0.1.1 |
2346 | 2025-02-21T12:53:11.173Z | Compiling chrono-tz-build v0.4.0 |
2347 | 2025-02-21T12:53:11.208Z | Compiling nix v0.28.0 |
2348 | 2025-02-21T12:53:12.032Z | Checking sled v0.34.7 |
2349 | 2025-02-21T12:53:12.097Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2350 | 2025-02-21T12:53:12.342Z | Checking hickory-client v0.24.3 |
2351 | 2025-02-21T12:53:12.375Z | Checking tabled v0.15.0 |
2352 | 2025-02-21T12:53:12.985Z | Checking hickory-server v0.24.3 |
2353 | 2025-02-21T12:53:13.278Z | Compiling chrono-tz v0.10.1 |
2354 | 2025-02-21T12:53:14.043Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2355 | 2025-02-21T12:53:14.097Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2356 | 2025-02-21T12:53:14.715Z | Compiling unicase v2.7.0 |
2357 | 2025-02-21T12:53:14.962Z | Compiling buf-list v1.0.3 |
2358 | 2025-02-21T12:53:15.449Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2359 | 2025-02-21T12:53:15.551Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2360 | 2025-02-21T12:53:15.869Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2361 | 2025-02-21T12:53:16.090Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2362 | 2025-02-21T12:53:17.343Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2363 | 2025-02-21T12:53:18.100Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2364 | 2025-02-21T12:53:18.544Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2365 | 2025-02-21T12:53:18.660Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2366 | 2025-02-21T12:53:18.941Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2367 | 2025-02-21T12:53:19.391Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2368 | 2025-02-21T12:53:19.701Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2369 | 2025-02-21T12:53:19.724Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2370 | 2025-02-21T12:53:20.344Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2371 | 2025-02-21T12:53:20.422Z | Compiling peg-macros v0.8.4 |
2372 | 2025-02-21T12:53:20.828Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2373 | 2025-02-21T12:53:21.661Z | Compiling sqlparser_derive v0.2.2 |
2374 | 2025-02-21T12:53:21.883Z | Checking unicode_categories v0.1.1 |
2375 | 2025-02-21T12:53:22.234Z | Checking sqlformat v0.2.6 |
2376 | 2025-02-21T12:53:22.761Z | Checking sqlparser v0.45.0 |
2377 | 2025-02-21T12:53:23.732Z | Checking peg v0.8.4 |
2378 | 2025-02-21T12:53:23.852Z | Checking rustyline v14.0.0 |
2379 | 2025-02-21T12:53:24.051Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2380 | 2025-02-21T12:53:24.711Z | Checking bcs v0.1.6 |
2381 | 2025-02-21T12:53:25.030Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2382 | 2025-02-21T12:53:25.145Z | Checking termtree v0.5.1 |
2383 | 2025-02-21T12:53:25.396Z | Checking primeorder v0.13.6 |
2384 | 2025-02-21T12:53:25.752Z | Compiling mime_guess v2.0.5 |
2385 | 2025-02-21T12:53:25.907Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2386 | 2025-02-21T12:53:26.550Z | Checking http-range v0.1.5 |
2387 | 2025-02-21T12:53:26.771Z | Checking atty v0.2.14 |
2388 | 2025-02-21T12:53:26.911Z | Compiling salty v0.3.0 |
2389 | 2025-02-21T12:53:26.934Z | Checking p384 v0.13.0 |
2390 | 2025-02-21T12:53:27.398Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2391 | 2025-02-21T12:53:27.787Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2392 | 2025-02-21T12:53:27.835Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2393 | 2025-02-21T12:53:27.991Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2394 | 2025-02-21T12:53:28.031Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2395 | 2025-02-21T12:53:28.544Z | Checking hyper-staticfile v0.10.1 |
2396 | 2025-02-21T12:53:28.630Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2397 | 2025-02-21T12:53:29.071Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2398 | 2025-02-21T12:53:29.164Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2399 | 2025-02-21T12:53:29.947Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2400 | 2025-02-21T12:53:30.366Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2401 | 2025-02-21T12:53:30.549Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2402 | 2025-02-21T12:53:30.731Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2403 | 2025-02-21T12:53:31.199Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2404 | 2025-02-21T12:53:31.781Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2405 | 2025-02-21T12:53:31.807Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2406 | 2025-02-21T12:53:32.027Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2407 | 2025-02-21T12:53:32.466Z | Compiling dsl_auto_type v0.1.2 |
2408 | 2025-02-21T12:53:32.562Z | Checking scheduled-thread-pool v0.2.7 |
2409 | 2025-02-21T12:53:32.771Z | Checking env_filter v0.1.2 |
2410 | 2025-02-21T12:53:32.824Z | Compiling diesel_table_macro_syntax v0.2.0 |
2411 | 2025-02-21T12:53:33.031Z | Compiling crunchy v0.2.2 |
2412 | 2025-02-21T12:53:33.249Z | Checking env_logger v0.11.5 |
2413 | 2025-02-21T12:53:33.570Z | Checking r2d2 v0.8.10 |
2414 | 2025-02-21T12:53:33.601Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2025-02-21T12:53:33.908Z | Compiling diesel_derives v2.2.3 |
2416 | 2025-02-21T12:53:34.075Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2417 | 2025-02-21T12:53:34.225Z | Compiling tiny-keccak v2.0.2 |
2418 | 2025-02-21T12:53:34.385Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2419 | 2025-02-21T12:53:34.527Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2420 | 2025-02-21T12:53:34.850Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2421 | 2025-02-21T12:53:34.887Z | Compiling ref-cast v1.0.23 |
2422 | 2025-02-21T12:53:35.826Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2423 | 2025-02-21T12:53:36.203Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2424 | 2025-02-21T12:53:36.258Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2425 | 2025-02-21T12:53:36.798Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2426 | 2025-02-21T12:53:37.065Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2427 | 2025-02-21T12:53:37.384Z | Compiling ascii-canvas v3.0.0 |
2428 | 2025-02-21T12:53:37.408Z | Compiling ena v0.14.3 |
2429 | 2025-02-21T12:53:37.824Z | Compiling ref-cast-impl v1.0.23 |
2430 | 2025-02-21T12:53:37.894Z | Compiling diff v0.1.13 |
2431 | 2025-02-21T12:53:38.474Z | Compiling regex-syntax v0.6.29 |
2432 | 2025-02-21T12:53:38.587Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2433 | 2025-02-21T12:53:39.121Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2434 | 2025-02-21T12:53:39.562Z | Compiling pin-project-internal v1.1.6 |
2435 | 2025-02-21T12:53:39.586Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2436 | 2025-02-21T12:53:39.913Z | Compiling derive_builder_core v0.20.2 |
2437 | 2025-02-21T12:53:40.991Z | Compiling libxml v0.3.3 |
2438 | 2025-02-21T12:53:41.482Z | Checking signal-hook-tokio v0.3.1 |
2439 | 2025-02-21T12:53:41.692Z | Compiling lalrpop v0.19.12 |
2440 | 2025-02-21T12:53:41.936Z | Compiling strum_macros v0.24.3 |
2441 | 2025-02-21T12:53:42.082Z | Compiling derive_builder_macro v0.20.2 |
2442 | 2025-02-21T12:53:42.211Z | Checking pin-project v1.1.6 |
2443 | 2025-02-21T12:53:42.370Z | Compiling samael v0.0.17 |
2444 | 2025-02-21T12:53:42.953Z | Compiling snafu-derive v0.8.5 |
2445 | 2025-02-21T12:53:43.531Z | Compiling indoc v1.0.9 |
2446 | 2025-02-21T12:53:43.566Z | Checking derive_builder v0.20.2 |
2447 | 2025-02-21T12:53:44.435Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2448 | 2025-02-21T12:53:44.819Z | Checking diesel v2.2.7 |
2449 | 2025-02-21T12:53:45.110Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2450 | 2025-02-21T12:53:45.151Z | Checking olpc-cjson v0.1.4 |
2451 | 2025-02-21T12:53:45.402Z | Checking globset v0.4.15 |
2452 | 2025-02-21T12:53:45.443Z | Checking quick-xml v0.33.0 |
2453 | 2025-02-21T12:53:45.565Z | Checking serde_plain v1.0.2 |
2454 | 2025-02-21T12:53:45.842Z | Compiling impl-trait-for-tuples v0.2.2 |
2455 | 2025-02-21T12:53:45.891Z | Compiling oso-derive v0.27.3 |
2456 | 2025-02-21T12:53:46.204Z | Checking typed-path v0.9.3 |
2457 | 2025-02-21T12:53:46.935Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2458 | 2025-02-21T12:53:47.686Z | Checking snafu v0.8.5 |
2459 | 2025-02-21T12:53:48.034Z | Checking tungstenite v0.23.0 |
2460 | 2025-02-21T12:53:48.183Z | Checking tough v0.19.0 |
2461 | 2025-02-21T12:53:48.573Z | Compiling diesel-dtrace v0.4.2 |
2462 | 2025-02-21T12:53:48.900Z | Checking parse-size v1.1.0 |
2463 | 2025-02-21T12:53:48.935Z | Checking tokio-tungstenite v0.23.1 |
2464 | 2025-02-21T12:53:49.197Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2465 | 2025-02-21T12:53:49.390Z | Checking bb8 v0.8.5 |
2466 | 2025-02-21T12:53:49.527Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2467 | 2025-02-21T12:53:49.924Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2468 | 2025-02-21T12:53:49.976Z | Checking nix v0.27.1 |
2469 | 2025-02-21T12:53:50.208Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2470 | 2025-02-21T12:53:52.484Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2471 | 2025-02-21T12:53:52.666Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2472 | 2025-02-21T12:53:52.926Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2473 | 2025-02-21T12:53:53.059Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2474 | 2025-02-21T12:53:53.203Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2475 | 2025-02-21T12:53:53.280Z | Checking heck v0.4.1 |
2476 | 2025-02-21T12:53:53.509Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2477 | 2025-02-21T12:53:53.925Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2478 | 2025-02-21T12:53:53.980Z | Checking rand_seeder v0.3.0 |
2479 | 2025-02-21T12:53:54.243Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2480 | 2025-02-21T12:53:54.335Z | Checking assert_matches v1.5.0 |
2481 | 2025-02-21T12:53:54.449Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2482 | 2025-02-21T12:53:54.695Z | Compiling libz-sys v1.1.20 |
2483 | 2025-02-21T12:53:54.697Z | Compiling indoc v2.0.5 |
2484 | 2025-02-21T12:53:54.734Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2485 | 2025-02-21T12:53:54.958Z | Checking castaway v0.2.3 |
2486 | 2025-02-21T12:53:55.153Z | Checking is_ci v1.2.0 |
2487 | 2025-02-21T12:53:55.326Z | Checking supports-color v3.0.1 |
2488 | 2025-02-21T12:53:55.506Z | Checking compact_str v0.8.0 |
2489 | 2025-02-21T12:53:55.555Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2490 | 2025-02-21T12:53:55.623Z | Checking unicode-truncate v1.1.0 |
2491 | 2025-02-21T12:53:55.887Z | Checking cargo-platform v0.1.8 |
2492 | 2025-02-21T12:53:56.117Z | Checking lru v0.12.5 |
2493 | 2025-02-21T12:53:56.216Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2494 | 2025-02-21T12:53:56.354Z | Compiling instability v0.3.2 |
2495 | 2025-02-21T12:53:56.412Z | Checking cassowary v0.3.0 |
2496 | 2025-02-21T12:53:56.727Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2497 | 2025-02-21T12:53:57.055Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2498 | 2025-02-21T12:53:57.245Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2499 | 2025-02-21T12:53:57.400Z | Checking ratatui v0.29.0 |
2500 | 2025-02-21T12:53:57.737Z | Compiling vergen v8.3.2 |
2501 | 2025-02-21T12:53:57.903Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2502 | 2025-02-21T12:53:58.609Z | Checking smawk v0.3.2 |
2503 | 2025-02-21T12:53:58.632Z | Checking unicode-linebreak v0.1.5 |
2504 | 2025-02-21T12:53:58.852Z | Compiling cargo_metadata v0.18.1 |
2505 | 2025-02-21T12:53:59.060Z | Checking textwrap v0.16.1 |
2506 | 2025-02-21T12:53:59.511Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2507 | 2025-02-21T12:54:00.288Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2508 | 2025-02-21T12:54:00.314Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2509 | 2025-02-21T12:54:00.648Z | Compiling libsqlite3-sys v0.30.1 |
2510 | 2025-02-21T12:54:01.163Z | Compiling rustls v0.21.12 |
2511 | 2025-02-21T12:54:01.484Z | Checking shell-words v1.1.0 |
2512 | 2025-02-21T12:54:01.803Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2513 | 2025-02-21T12:54:01.827Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2514 | 2025-02-21T12:54:01.850Z | Checking sct v0.7.1 |
2515 | 2025-02-21T12:54:01.853Z | Checking rustls-webpki v0.101.7 |
2516 | 2025-02-21T12:54:02.201Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2517 | 2025-02-21T12:54:02.226Z | Checking hashlink v0.9.1 |
2518 | 2025-02-21T12:54:02.442Z | Checking concurrent-queue v2.5.0 |
2519 | 2025-02-21T12:54:02.530Z | Checking parking v2.2.1 |
2520 | 2025-02-21T12:54:02.724Z | Checking fallible-iterator v0.3.0 |
2521 | 2025-02-21T12:54:02.747Z | Checking fallible-streaming-iterator v0.1.9 |
2522 | 2025-02-21T12:54:02.790Z | Checking plotters-backend v0.3.7 |
2523 | 2025-02-21T12:54:03.036Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2524 | 2025-02-21T12:54:03.142Z | Checking plotters-svg v0.3.7 |
2525 | 2025-02-21T12:54:03.336Z | Checking rusqlite v0.32.1 |
2526 | 2025-02-21T12:54:03.387Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2527 | 2025-02-21T12:54:03.856Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2528 | 2025-02-21T12:54:03.896Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2529 | 2025-02-21T12:54:04.165Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2530 | 2025-02-21T12:54:04.421Z | Checking rustls-pemfile v1.0.4 |
2531 | 2025-02-21T12:54:04.653Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2532 | 2025-02-21T12:54:04.699Z | Checking twox-hash v2.1.0 |
2533 | 2025-02-21T12:54:04.989Z | Checking cast v0.3.0 |
2534 | 2025-02-21T12:54:05.110Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2535 | 2025-02-21T12:54:05.297Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2536 | 2025-02-21T12:54:05.301Z | Checking criterion-plot v0.5.0 |
2537 | 2025-02-21T12:54:05.391Z | Checking tokio-rustls v0.24.1 |
2538 | 2025-02-21T12:54:05.741Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2539 | 2025-02-21T12:54:05.799Z | Checking plotters v0.3.7 |
2540 | 2025-02-21T12:54:06.810Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2541 | 2025-02-21T12:54:07.495Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2542 | 2025-02-21T12:54:07.907Z | Checking fatfs v0.3.6 |
2543 | 2025-02-21T12:54:08.967Z | Checking tinytemplate v1.2.1 |
2544 | 2025-02-21T12:54:09.091Z | Checking csv-core v0.1.11 |
2545 | 2025-02-21T12:54:09.388Z | Checking anes v0.1.6 |
2546 | 2025-02-21T12:54:09.410Z | Checking oorandom v11.1.4 |
2547 | 2025-02-21T12:54:09.428Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2548 | 2025-02-21T12:54:09.585Z | Checking hex-literal v0.4.1 |
2549 | 2025-02-21T12:54:09.743Z | Checking criterion v0.5.1 |
2550 | 2025-02-21T12:54:09.766Z | Checking csv v1.3.1 |
2551 | 2025-02-21T12:54:10.408Z | Checking event-listener v5.3.1 |
2552 | 2025-02-21T12:54:10.827Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2553 | 2025-02-21T12:54:12.097Z | Checking rtoolbox v0.0.2 |
2554 | 2025-02-21T12:54:12.325Z | Checking rpassword v7.3.1 |
2555 | 2025-02-21T12:54:12.392Z | Checking event-listener-strategy v0.5.2 |
2556 | 2025-02-21T12:54:12.510Z | Checking tui-tree-widget v0.23.0 |
2557 | 2025-02-21T12:54:12.602Z | Checking polyval v0.6.2 |
2558 | 2025-02-21T12:54:12.826Z | Checking futures-lite v2.3.0 |
2559 | 2025-02-21T12:54:12.918Z | Checking ghash v0.5.1 |
2560 | 2025-02-21T12:54:13.117Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2561 | 2025-02-21T12:54:14.068Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2562 | 2025-02-21T12:54:14.183Z | Checking ctr v0.9.2 |
2563 | 2025-02-21T12:54:14.579Z | Checking async-bb8-diesel v0.2.1 |
2564 | 2025-02-21T12:54:14.848Z | Checking yansi v1.0.1 |
2565 | 2025-02-21T12:54:15.305Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2566 | 2025-02-21T12:54:15.422Z | Checking pretty_assertions v1.4.1 |
2567 | 2025-02-21T12:54:15.554Z | Checking aes-gcm v0.10.3 |
2568 | 2025-02-21T12:54:15.631Z | Checking ssh-encoding v0.2.0 |
2569 | 2025-02-21T12:54:15.800Z | Checking blowfish v0.9.1 |
2570 | 2025-02-21T12:54:16.005Z | Checking ssh-cipher v0.2.0 |
2571 | 2025-02-21T12:54:16.047Z | Checking bcrypt-pbkdf v0.10.0 |
2572 | 2025-02-21T12:54:16.291Z | Checking async-lock v3.4.0 |
2573 | 2025-02-21T12:54:16.354Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2574 | 2025-02-21T12:54:17.138Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2575 | 2025-02-21T12:54:17.225Z | Checking polling v3.7.3 |
2576 | 2025-02-21T12:54:17.664Z | Checking password-hash v0.4.2 |
2577 | 2025-02-21T12:54:18.120Z | Checking pbkdf2 v0.11.0 |
2578 | 2025-02-21T12:54:18.401Z | Checking async-io v2.3.4 |
2579 | 2025-02-21T12:54:18.432Z | Checking ssh-key v0.6.6 |
2580 | 2025-02-21T12:54:19.315Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2581 | 2025-02-21T12:54:19.976Z | Checking p521 v0.13.3 |
2582 | 2025-02-21T12:54:20.092Z | Checking p256 v0.13.2 |
2583 | 2025-02-21T12:54:20.623Z | Checking russh-cryptovec v0.7.3 |
2584 | 2025-02-21T12:54:20.822Z | Checking async-task v4.7.1 |
2585 | 2025-02-21T12:54:20.987Z | Compiling doc-comment v0.3.3 |
2586 | 2025-02-21T12:54:21.146Z | Checking md5 v0.7.0 |
2587 | 2025-02-21T12:54:21.535Z | Compiling target-lexicon v0.12.16 |
2588 | 2025-02-21T12:54:21.543Z | Checking russh-keys v0.45.0 |
2589 | 2025-02-21T12:54:21.711Z | Checking async-channel v2.3.1 |
2590 | 2025-02-21T12:54:22.005Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2591 | 2025-02-21T12:54:22.486Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2592 | 2025-02-21T12:54:22.839Z | Checking piper v0.2.4 |
2593 | 2025-02-21T12:54:23.101Z | Checking num-bigint v0.4.6 |
2594 | 2025-02-21T12:54:23.216Z | Checking des v0.8.1 |
2595 | 2025-02-21T12:54:23.505Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2596 | 2025-02-21T12:54:23.688Z | Compiling assert_cmd v2.0.16 |
2597 | 2025-02-21T12:54:24.101Z | Checking futures-timer v3.0.3 |
2598 | 2025-02-21T12:54:24.370Z | Compiling guppy-workspace-hack v0.1.0 |
2599 | 2025-02-21T12:54:24.437Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2600 | 2025-02-21T12:54:24.763Z | Checking blocking v1.6.1 |
2601 | 2025-02-21T12:54:25.338Z | Checking russh v0.45.0 |
2602 | 2025-02-21T12:54:25.652Z | Checking async-executor v1.13.1 |
2603 | 2025-02-21T12:54:25.766Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2604 | 2025-02-21T12:54:26.003Z | Checking async-signal v0.2.10 |
2605 | 2025-02-21T12:54:26.288Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2606 | 2025-02-21T12:54:26.588Z | Checking internet-checksum v0.2.1 |
2607 | 2025-02-21T12:54:26.670Z | Compiling target-spec v3.3.1 |
2608 | 2025-02-21T12:54:26.792Z | Checking event-listener v2.5.3 |
2609 | 2025-02-21T12:54:27.051Z | Checking async-channel v1.9.0 |
2610 | 2025-02-21T12:54:27.333Z | Checking async-process v2.3.0 |
2611 | 2025-02-21T12:54:27.733Z | Checking async-global-executor v2.4.1 |
2612 | 2025-02-21T12:54:28.001Z | Checking cfg-expr v0.17.2 |
2613 | 2025-02-21T12:54:28.282Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2614 | 2025-02-21T12:54:28.668Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2615 | 2025-02-21T12:54:28.836Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2616 | 2025-02-21T12:54:29.254Z | Checking httptest v0.16.3 |
2617 | 2025-02-21T12:54:29.474Z | Checking rustls-native-certs v0.7.3 |
2618 | 2025-02-21T12:54:29.681Z | Compiling petname v2.0.2 |
2619 | 2025-02-21T12:54:29.712Z | Checking kv-log-macro v1.0.7 |
2620 | 2025-02-21T12:54:29.867Z | Checking num_cpus v1.16.0 |
2621 | 2025-02-21T12:54:29.958Z | Compiling async-attributes v1.1.2 |
2622 | 2025-02-21T12:54:30.771Z | Checking async-std v1.13.0 |
2623 | 2025-02-21T12:54:30.910Z | Checking threadpool v1.8.1 |
2624 | 2025-02-21T12:54:31.148Z | Checking hyper-rustls v0.26.0 |
2625 | 2025-02-21T12:54:31.889Z | Checking cargo_metadata v0.19.1 |
2626 | 2025-02-21T12:54:32.191Z | Checking pathdiff v0.2.3 |
2627 | 2025-02-21T12:54:32.306Z | Compiling rstest_macros v0.23.0 |
2628 | 2025-02-21T12:54:32.370Z | Compiling target-triple v0.1.3 |
2629 | 2025-02-21T12:54:32.814Z | Checking escape8259 v0.5.3 |
2630 | 2025-02-21T12:54:32.898Z | Checking nested v0.1.1 |
2631 | 2025-02-21T12:54:33.038Z | Checking libtest-mimic v0.7.3 |
2632 | 2025-02-21T12:54:33.298Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2633 | 2025-02-21T12:54:33.513Z | Checking guppy v0.17.12 |
2634 | 2025-02-21T12:54:34.178Z | Checking async-object-pool v0.1.5 |
2635 | 2025-02-21T12:54:34.277Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2636 | 2025-02-21T12:54:34.389Z | Checking similar-asserts v1.6.0 |
2637 | 2025-02-21T12:54:34.632Z | Checking fancy-regex v0.13.0 |
2638 | 2025-02-21T12:54:34.660Z | Checking serde_regex v1.1.0 |
2639 | 2025-02-21T12:54:34.938Z | Checking assert-json-diff v2.0.2 |
2640 | 2025-02-21T12:54:35.245Z | Compiling proc-macro-crate v3.2.0 |
2641 | 2025-02-21T12:54:35.353Z | Checking path-tree v0.8.1 |
2642 | 2025-02-21T12:54:35.390Z | Checking sync-ptr v0.1.1 |
2643 | 2025-02-21T12:54:35.617Z | Compiling relative-path v1.9.3 |
2644 | 2025-02-21T12:54:35.721Z | Checking stringmetrics v2.2.2 |
2645 | 2025-02-21T12:54:35.986Z | Checking httpmock v0.8.0-alpha.1 |
2646 | 2025-02-21T12:54:35.988Z | Checking datatest-stable v0.2.9 |
2647 | 2025-02-21T12:54:36.302Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2648 | 2025-02-21T12:54:36.404Z | Checking blake2b_simd v1.0.2 |
2649 | 2025-02-21T12:54:37.263Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2650 | 2025-02-21T12:54:37.684Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2651 | 2025-02-21T12:54:38.035Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2652 | 2025-02-21T12:54:38.382Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2653 | 2025-02-21T12:54:38.719Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2654 | 2025-02-21T12:54:39.289Z | Checking serde_tokenstream v0.2.2 |
2655 | 2025-02-21T12:54:39.731Z | Checking uzers v0.12.1 |
2656 | 2025-02-21T12:54:40.269Z | Checking rust-argon2 v2.1.0 |
2657 | 2025-02-21T12:54:40.700Z | Checking trybuild v1.0.101 |
2658 | 2025-02-21T12:54:40.916Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2659 | 2025-02-21T12:54:42.070Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2660 | 2025-02-21T12:54:42.093Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2661 | 2025-02-21T12:54:43.271Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2662 | 2025-02-21T12:54:43.619Z | Checking rand_distr v0.4.3 |
2663 | 2025-02-21T12:54:44.397Z | Checking multimap v0.10.0 |
2664 | 2025-02-21T12:54:44.745Z | Checking approx v0.5.1 |
2665 | 2025-02-21T12:54:44.903Z | Checking rstest v0.23.0 |
2666 | 2025-02-21T12:54:45.038Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2667 | 2025-02-21T12:54:45.626Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2668 | 2025-02-21T12:54:46.092Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2669 | 2025-02-21T12:54:46.877Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2670 | 2025-02-21T12:54:47.231Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2671 | 2025-02-21T12:54:47.497Z | Checking partial-io v0.5.4 |
2672 | 2025-02-21T12:54:47.898Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2673 | 2025-02-21T12:54:48.107Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2674 | 2025-02-21T12:54:48.281Z | Checking cargo_toml v0.20.5 |
2675 | 2025-02-21T12:54:48.337Z | Checking termios v0.3.3 |
2676 | 2025-02-21T12:54:48.607Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2677 | 2025-02-21T12:54:49.556Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2678 | 2025-02-21T12:54:49.933Z | Compiling git2 v0.19.0 |
2679 | 2025-02-21T12:54:50.179Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2680 | 2025-02-21T12:54:51.447Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2681 | 2025-02-21T12:54:56.488Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2682 | 2025-02-21T12:54:58.135Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2683 | 2025-02-21T12:55:09.097Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2684 | 2025-02-21T12:55:18.906Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2685 | 2025-02-21T12:55:47.461Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2686 | 2025-02-21T12:55:47.885Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2687 | 2025-02-21T12:55:52.616Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2688 | 2025-02-21T12:56:01.865Z | Compiling polar-core v0.27.3 |
2689 | 2025-02-21T12:56:10.010Z | Checking oso v0.27.3 |
2690 | 2025-02-21T12:56:43.811Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2691 | 2025-02-21T12:56:43.811Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2692 | 2025-02-21T12:56:43.882Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2693 | 2025-02-21T12:57:56.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
2694 | 2025-02-21T12:57:56.934Z | |
2695 | 2025-02-21T12:57:56.934Z | real 6:18.811946935 |
2696 | 2025-02-21T12:57:56.934Z | user 33:24.432467212 |
2697 | 2025-02-21T12:57:56.934Z | sys 5:03.789747429 |
2698 | 2025-02-21T12:57:56.934Z | trap 0.946448445 |
2699 | 2025-02-21T12:57:56.934Z | tflt 0.452238517 |
2700 | 2025-02-21T12:57:56.937Z | dflt 0.301181649 |
2701 | 2025-02-21T12:57:56.937Z | kflt 0.000964759 |
2702 | 2025-02-21T12:57:56.937Z | lock 46:05.823738650 |
2703 | 2025-02-21T12:57:56.937Z | slp 1:52:55.688560515 |
2704 | 2025-02-21T12:57:56.937Z | lat 1:41.861672078 |
2705 | 2025-02-21T12:57:56.937Z | stop 6:42.687089202 |
2706 | 2025-02-21T12:57:56.937Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2707 | 2025-02-21T12:57:56.937Z | + ptime -m cargo doc --workspace --no-deps |
2708 | 2025-02-21T12:57:58.122Z | warning: output filename collision. |
2709 | 2025-02-21T12:57:58.122Z | 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)`. |
2710 | 2025-02-21T12:57:58.122Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2711 | 2025-02-21T12:57:58.122Z | The targets should have unique names. |
2712 | 2025-02-21T12:57:58.122Z | This is a known bug where multiple crates with the same name use |
2713 | 2025-02-21T12:57:58.122Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2714 | 2025-02-21T12:57:58.591Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2715 | 2025-02-21T12:57:58.662Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2716 | 2025-02-21T12:57:58.683Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2717 | 2025-02-21T12:57:58.720Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2718 | 2025-02-21T12:57:58.747Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2719 | 2025-02-21T12:57:58.775Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2720 | 2025-02-21T12:57:58.775Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2721 | 2025-02-21T12:57:59.031Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2722 | 2025-02-21T12:57:59.057Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2723 | 2025-02-21T12:57:59.106Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2724 | 2025-02-21T12:57:59.131Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2725 | 2025-02-21T12:57:59.315Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2726 | 2025-02-21T12:57:59.404Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2727 | 2025-02-21T12:57:59.601Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2728 | 2025-02-21T12:57:59.739Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2729 | 2025-02-21T12:57:59.846Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2730 | 2025-02-21T12:58:00.081Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2731 | 2025-02-21T12:58:00.452Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2732 | 2025-02-21T12:58:00.704Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2733 | 2025-02-21T12:58:00.707Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2734 | 2025-02-21T12:58:00.792Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2735 | 2025-02-21T12:58:01.057Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2736 | 2025-02-21T12:58:01.156Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2737 | 2025-02-21T12:58:01.416Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2738 | 2025-02-21T12:58:01.468Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2739 | 2025-02-21T12:58:01.885Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2740 | 2025-02-21T12:58:02.288Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2741 | 2025-02-21T12:58:02.402Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2742 | 2025-02-21T12:58:02.819Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2743 | 2025-02-21T12:58:02.925Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2744 | 2025-02-21T12:58:02.948Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2745 | 2025-02-21T12:58:03.053Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2746 | 2025-02-21T12:58:03.246Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2747 | 2025-02-21T12:58:03.275Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2748 | 2025-02-21T12:58:03.479Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2749 | 2025-02-21T12:58:03.500Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2750 | 2025-02-21T12:58:03.615Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2751 | 2025-02-21T12:58:03.759Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2752 | 2025-02-21T12:58:03.855Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2753 | 2025-02-21T12:58:04.023Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2754 | 2025-02-21T12:58:04.125Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2755 | 2025-02-21T12:58:04.386Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2756 | 2025-02-21T12:58:04.404Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2757 | 2025-02-21T12:58:04.422Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2758 | 2025-02-21T12:58:04.472Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2759 | 2025-02-21T12:58:04.685Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2760 | 2025-02-21T12:58:05.302Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2761 | 2025-02-21T12:58:05.663Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2762 | 2025-02-21T12:58:06.134Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2763 | 2025-02-21T12:58:07.682Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2764 | 2025-02-21T12:58:08.588Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2765 | 2025-02-21T12:58:09.327Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2766 | 2025-02-21T12:58:09.671Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2767 | 2025-02-21T12:58:09.770Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2768 | 2025-02-21T12:58:10.426Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2769 | 2025-02-21T12:58:10.677Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2770 | 2025-02-21T12:58:11.091Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2771 | 2025-02-21T12:58:12.215Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2772 | 2025-02-21T12:58:12.644Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2773 | 2025-02-21T12:58:12.781Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2774 | 2025-02-21T12:58:13.389Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2775 | 2025-02-21T12:58:13.711Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2776 | 2025-02-21T12:58:14.754Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2777 | 2025-02-21T12:58:14.952Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2778 | 2025-02-21T12:58:15.194Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2779 | 2025-02-21T12:58:15.774Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2780 | 2025-02-21T12:58:17.350Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2781 | 2025-02-21T12:58:17.904Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2782 | 2025-02-21T12:58:18.956Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2783 | 2025-02-21T12:58:19.075Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2784 | 2025-02-21T12:58:19.223Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2785 | 2025-02-21T12:58:19.380Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2786 | 2025-02-21T12:58:19.499Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2787 | 2025-02-21T12:58:19.807Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2788 | 2025-02-21T12:58:20.000Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2789 | 2025-02-21T12:58:21.238Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2790 | 2025-02-21T12:58:21.853Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2791 | 2025-02-21T12:58:22.501Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2792 | 2025-02-21T12:58:22.537Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2793 | 2025-02-21T12:58:22.881Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2794 | 2025-02-21T12:58:22.998Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2795 | 2025-02-21T12:58:23.001Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2796 | 2025-02-21T12:58:23.230Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2797 | 2025-02-21T12:58:23.555Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2798 | 2025-02-21T12:58:23.718Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2799 | 2025-02-21T12:58:24.134Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2800 | 2025-02-21T12:58:24.374Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2801 | 2025-02-21T12:58:24.397Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2802 | 2025-02-21T12:58:24.793Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2803 | 2025-02-21T12:58:25.365Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2804 | 2025-02-21T12:58:25.638Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2805 | 2025-02-21T12:58:26.092Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2806 | 2025-02-21T12:58:26.278Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2807 | 2025-02-21T12:58:26.782Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2808 | 2025-02-21T12:58:27.038Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2809 | 2025-02-21T12:58:27.079Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2810 | 2025-02-21T12:58:27.338Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2811 | 2025-02-21T12:58:27.605Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2812 | 2025-02-21T12:58:27.791Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2813 | 2025-02-21T12:58:27.846Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2814 | 2025-02-21T12:58:28.196Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2815 | 2025-02-21T12:58:28.733Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2816 | 2025-02-21T12:58:29.056Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2817 | 2025-02-21T12:58:29.199Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2818 | 2025-02-21T12:58:29.240Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2819 | 2025-02-21T12:58:30.637Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2820 | 2025-02-21T12:58:31.301Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2821 | 2025-02-21T12:58:32.412Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2822 | 2025-02-21T12:58:32.685Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2823 | 2025-02-21T12:58:33.110Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2824 | 2025-02-21T12:58:33.313Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2825 | 2025-02-21T12:58:33.440Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2826 | 2025-02-21T12:58:33.556Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2827 | 2025-02-21T12:58:33.645Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2828 | 2025-02-21T12:58:33.809Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2829 | 2025-02-21T12:58:34.119Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2830 | 2025-02-21T12:58:34.787Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2831 | 2025-02-21T12:58:35.587Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2832 | 2025-02-21T12:58:35.616Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2833 | 2025-02-21T12:58:36.008Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2834 | 2025-02-21T12:58:36.047Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2835 | 2025-02-21T12:58:37.306Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2836 | 2025-02-21T12:58:38.189Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2837 | 2025-02-21T12:58:38.608Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2838 | 2025-02-21T12:58:41.252Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2839 | 2025-02-21T12:58:41.289Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2840 | 2025-02-21T12:58:42.381Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2841 | 2025-02-21T12:58:42.742Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2842 | 2025-02-21T12:58:43.644Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2843 | 2025-02-21T12:58:43.778Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2844 | 2025-02-21T12:58:44.565Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2845 | 2025-02-21T12:58:46.003Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2846 | 2025-02-21T12:58:46.286Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2847 | 2025-02-21T12:58:47.046Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2848 | 2025-02-21T12:58:47.241Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2849 | 2025-02-21T12:58:52.845Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2850 | 2025-02-21T12:58:53.714Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2851 | 2025-02-21T12:58:53.925Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2852 | 2025-02-21T12:59:02.836Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2853 | 2025-02-21T12:59:03.075Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2854 | 2025-02-21T12:59:03.075Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2855 | 2025-02-21T12:59:03.075Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2856 | 2025-02-21T12:59:03.075Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2857 | 2025-02-21T12:59:03.405Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2858 | 2025-02-21T12:59:03.859Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2859 | 2025-02-21T12:59:04.987Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2860 | 2025-02-21T12:59:05.301Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2861 | 2025-02-21T12:59:05.970Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2862 | 2025-02-21T12:59:08.746Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2863 | 2025-02-21T12:59:10.045Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2864 | 2025-02-21T12:59:11.004Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2865 | 2025-02-21T12:59:12.447Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2866 | 2025-02-21T12:59:12.824Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2867 | 2025-02-21T12:59:13.548Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2868 | 2025-02-21T12:59:13.569Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2869 | 2025-02-21T12:59:14.738Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2870 | 2025-02-21T12:59:15.889Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2871 | 2025-02-21T12:59:17.098Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2872 | 2025-02-21T12:59:17.295Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2873 | 2025-02-21T12:59:18.058Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2874 | 2025-02-21T12:59:18.108Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2875 | 2025-02-21T12:59:19.965Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2876 | 2025-02-21T12:59:20.558Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2877 | 2025-02-21T12:59:20.913Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2878 | 2025-02-21T12:59:21.764Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2879 | 2025-02-21T12:59:21.830Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2880 | 2025-02-21T12:59:23.640Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2881 | 2025-02-21T12:59:24.955Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2882 | 2025-02-21T12:59:25.004Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2883 | 2025-02-21T12:59:25.280Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2884 | 2025-02-21T12:59:25.882Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2885 | 2025-02-21T12:59:26.020Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2886 | 2025-02-21T12:59:26.420Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2887 | 2025-02-21T12:59:28.536Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2888 | 2025-02-21T12:59:28.680Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2889 | 2025-02-21T12:59:29.364Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2890 | 2025-02-21T12:59:29.790Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2891 | 2025-02-21T12:59:29.813Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2892 | 2025-02-21T12:59:29.864Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2893 | 2025-02-21T12:59:32.055Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2894 | 2025-02-21T12:59:33.454Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2895 | 2025-02-21T12:59:33.860Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2896 | 2025-02-21T12:59:34.029Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2897 | 2025-02-21T12:59:35.618Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2898 | 2025-02-21T12:59:36.803Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2899 | 2025-02-21T12:59:37.938Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2900 | 2025-02-21T12:59:38.025Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2901 | 2025-02-21T12:59:38.705Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2902 | 2025-02-21T12:59:40.317Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2903 | 2025-02-21T12:59:40.648Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2904 | 2025-02-21T12:59:41.149Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2905 | 2025-02-21T12:59:41.237Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2906 | 2025-02-21T12:59:42.024Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2907 | 2025-02-21T12:59:42.329Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2908 | 2025-02-21T12:59:43.436Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2909 | 2025-02-21T12:59:44.729Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2910 | 2025-02-21T12:59:45.007Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2911 | 2025-02-21T12:59:46.395Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2912 | 2025-02-21T12:59:46.443Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2913 | 2025-02-21T12:59:48.186Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2914 | 2025-02-21T12:59:48.424Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2915 | 2025-02-21T12:59:48.471Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2916 | 2025-02-21T12:59:51.231Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2917 | 2025-02-21T12:59:51.353Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2918 | 2025-02-21T12:59:51.598Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2919 | 2025-02-21T12:59:51.749Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2920 | 2025-02-21T12:59:52.802Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2921 | 2025-02-21T12:59:54.925Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2922 | 2025-02-21T12:59:55.631Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2923 | 2025-02-21T12:59:55.968Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2924 | 2025-02-21T12:59:56.710Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2925 | 2025-02-21T12:59:56.767Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2926 | 2025-02-21T12:59:58.287Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2927 | 2025-02-21T12:59:59.191Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2928 | 2025-02-21T12:59:59.446Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2929 | 2025-02-21T12:59:59.545Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2930 | 2025-02-21T12:59:59.841Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2931 | 2025-02-21T13:00:00.083Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2932 | 2025-02-21T13:00:00.466Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2933 | 2025-02-21T13:00:00.866Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2934 | 2025-02-21T13:00:01.110Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2935 | 2025-02-21T13:00:01.584Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2936 | 2025-02-21T13:00:01.897Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2937 | 2025-02-21T13:00:02.351Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2938 | 2025-02-21T13:00:02.852Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2939 | 2025-02-21T13:00:02.898Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2940 | 2025-02-21T13:00:03.304Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2941 | 2025-02-21T13:00:03.386Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2942 | 2025-02-21T13:00:21.693Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2943 | 2025-02-21T13:00:21.697Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2944 | 2025-02-21T13:00:21.697Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2945 | 2025-02-21T13:00:21.697Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2946 | 2025-02-21T13:00:22.587Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2947 | 2025-02-21T13:00:22.724Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2948 | 2025-02-21T13:00:22.743Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2949 | 2025-02-21T13:00:22.827Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2950 | 2025-02-21T13:00:24.833Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2951 | 2025-02-21T13:00:29.793Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2952 | 2025-02-21T13:00:30.427Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2953 | 2025-02-21T13:01:10.370Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2954 | 2025-02-21T13:01:16.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s |
2955 | 2025-02-21T13:01:17.169Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2956 | 2025-02-21T13:01:17.235Z | |
2957 | 2025-02-21T13:01:17.237Z | real 3:20.257682938 |
2958 | 2025-02-21T13:01:17.237Z | user 17:33.065651490 |
2959 | 2025-02-21T13:01:17.237Z | sys 2:29.041947161 |
2960 | 2025-02-21T13:01:17.237Z | trap 0.482192443 |
2961 | 2025-02-21T13:01:17.237Z | tflt 0.071908512 |
2962 | 2025-02-21T13:01:17.237Z | dflt 0.085796066 |
2963 | 2025-02-21T13:01:17.237Z | kflt 0.000096835 |
2964 | 2025-02-21T13:01:17.237Z | lock 27:51.771080100 |
2965 | 2025-02-21T13:01:17.237Z | slp 49:29.209374534 |
2966 | 2025-02-21T13:01:17.237Z | lat 1:07.226690830 |
2967 | 2025-02-21T13:01:17.238Z | stop 1:15.215906554 |
2968 | 2025-02-21T13:01:17.238Z | process exited: duration 957539 ms, exit code 0 |
|
2969 | 2025-02-21T13:01:17.243Z | found 0 output files |