|
|
|
1 | 2025-02-21T07:45:11.207Z | job assigned to worker 01JMKQDYXKSHWBRVBBAMW43JJ9 [factory aws, i-0678a32a4a369ff79] (queued for 57 s) |
|
2 | 2025-02-21T07:45:19.278Z | starting task 0: "setup" |
3 | 2025-02-21T07:45:19.283Z | ++ uname -s |
4 | 2025-02-21T07:45:19.286Z | + kern=SunOS |
5 | 2025-02-21T07:45:19.286Z | + build_user=build |
6 | 2025-02-21T07:45:19.286Z | + build_uid=12345 |
7 | 2025-02-21T07:45:19.286Z | + work_dir=/work |
8 | 2025-02-21T07:45:19.286Z | + input_dir=/input |
9 | 2025-02-21T07:45:19.286Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T07:45:19.286Z | + case "$kern" in |
11 | 2025-02-21T07:45:19.286Z | + groupadd -g 12345 build |
12 | 2025-02-21T07:45:19.290Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T07:45:21.296Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T07:45:21.417Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T07:45:21.421Z | + home_fs=zfs |
16 | 2025-02-21T07:45:21.421Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T07:45:21.421Z | + mkdir -p /home/build |
18 | 2025-02-21T07:45:21.421Z | + chown build:build /home/build /work |
19 | 2025-02-21T07:45:23.464Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T07:45:23.531Z | process exited: duration 4149 ms, exit code 0 |
|
21 | 2025-02-21T07:45:23.589Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T07:45:23.659Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T07:45:23.659Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T07:45:23.659Z | * rust toolchain profile = "default" |
25 | 2025-02-21T07:45:23.659Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-21T07:45:23.659Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T07:45:23.659Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T07:45:23.659Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T07:45:23.660Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T07:45:23.688Z | info: downloading installer |
31 | 2025-02-21T07:45:25.004Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T07:45:25.005Z | warning: /opt/ooce/bin |
33 | 2025-02-21T07:45:25.005Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T07:45:25.005Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T07:45:25.005Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T07:45:25.005Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T07:45:25.005Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T07:45:25.005Z | error: cannot install while Rust is installed |
39 | 2025-02-21T07:45:25.005Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T07:45:25.055Z | info: profile set to 'default' |
41 | 2025-02-21T07:45:25.055Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T07:45:25.055Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T07:45:25.194Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T07:45:25.194Z | info: downloading component 'cargo' |
45 | 2025-02-21T07:45:29.397Z | info: downloading component 'clippy' |
46 | 2025-02-21T07:45:29.452Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T07:45:29.452Z | info: downloading component 'rust-std' |
48 | 2025-02-21T07:45:29.737Z | info: downloading component 'rustc' |
49 | 2025-02-21T07:45:36.532Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T07:45:36.787Z | info: installing component 'cargo' |
51 | 2025-02-21T07:45:37.627Z | info: installing component 'clippy' |
52 | 2025-02-21T07:45:38.004Z | info: installing component 'rust-docs' |
53 | 2025-02-21T07:45:39.769Z | info: installing component 'rust-std' |
54 | 2025-02-21T07:45:41.645Z | info: installing component 'rustc' |
55 | 2025-02-21T07:45:47.509Z | info: installing component 'rustfmt' |
56 | 2025-02-21T07:45:47.839Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T07:45:47.839Z | |
58 | 2025-02-21T07:45:48.208Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T07:45:48.208Z | |
60 | 2025-02-21T07:45:48.212Z | |
61 | 2025-02-21T07:45:48.212Z | Rust is installed now. Great! |
62 | 2025-02-21T07:45:48.212Z | |
63 | 2025-02-21T07:45:48.212Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T07:45:48.212Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T07:45:48.212Z | |
66 | 2025-02-21T07:45:48.212Z | To configure your current shell, you need to source |
67 | 2025-02-21T07:45:48.212Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T07:45:48.212Z | |
69 | 2025-02-21T07:45:48.212Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T07:45:48.212Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T07:45:48.213Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T07:45:48.281Z | + rustup --version |
73 | 2025-02-21T07:45:48.289Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T07:45:48.289Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T07:45:48.369Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T07:45:48.372Z | + cargo --version |
77 | 2025-02-21T07:45:48.430Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T07:45:48.433Z | + rustc --version |
79 | 2025-02-21T07:45:48.495Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T07:45:48.499Z | process exited: duration 24938 ms, exit code 0 |
|
81 | 2025-02-21T07:45:48.507Z | starting task 2: "authentication" |
82 | 2025-02-21T07:45:48.529Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-21T07:45:48.539Z | starting task 3: "clone repository" |
84 | 2025-02-21T07:45:48.543Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T07:45:48.546Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T07:45:48.592Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T07:45:55.515Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T07:45:55.515Z | + git fetch origin 903e27dbec386debb62bae0c6580d81daf1ebf88 |
89 | 2025-02-21T07:45:55.846Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T07:45:55.849Z | * branch 903e27dbec386debb62bae0c6580d81daf1ebf88 -> FETCH_HEAD |
91 | 2025-02-21T07:45:55.856Z | + [[ -n sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
92 | 2025-02-21T07:45:55.859Z | ++ git branch --show-current |
93 | 2025-02-21T07:45:55.861Z | + current=main |
94 | 2025-02-21T07:45:55.861Z | + [[ main != sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
95 | 2025-02-21T07:45:55.861Z | + git branch -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std 903e27dbec386debb62bae0c6580d81daf1ebf88 |
96 | 2025-02-21T07:45:55.864Z | + git checkout -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std |
97 | 2025-02-21T07:45:56.050Z | Switched to branch 'sunshowers/spr/meta-switch-to-once_cell-impls-in-std' |
98 | 2025-02-21T07:45:56.053Z | + git reset --hard 903e27dbec386debb62bae0c6580d81daf1ebf88 |
99 | 2025-02-21T07:45:56.230Z | HEAD is now at 903e27dbe [spr] initial version |
100 | 2025-02-21T07:45:56.233Z | process exited: duration 7695 ms, exit code 0 |
|
101 | 2025-02-21T07:45:56.241Z | starting task 4: "build" |
102 | 2025-02-21T07:45:56.245Z | + source ./env.sh |
103 | 2025-02-21T07:45:56.247Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-21T07:45:56.247Z | ++ set -o xtrace |
105 | 2025-02-21T07:45:56.250Z | ++++ dirname ./env.sh |
106 | 2025-02-21T07:45:56.250Z | +++ readlink -f . |
107 | 2025-02-21T07:45:56.253Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-21T07:45:56.256Z | ++ 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-21T07:45:56.256Z | ++ 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-21T07:45:56.256Z | ++ 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-21T07:45:56.256Z | ++ 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-21T07:45:56.256Z | ++ 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-21T07:45:56.256Z | ++ 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-21T07:45:56.256Z | ++ 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-21T07:45:56.256Z | ++ 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-21T07:45:56.256Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-21T07:45:56.256Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-21T07:45:56.256Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-21T07:45:56.256Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-21T07:45:56.256Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-21T07:45:56.256Z | + cargo --version |
122 | 2025-02-21T07:45:56.304Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
123 | 2025-02-21T07:45:56.307Z | + rustc --version |
124 | 2025-02-21T07:45:56.369Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
125 | 2025-02-21T07:45:56.372Z | + banner prerequisites |
126 | 2025-02-21T07:45:56.374Z | |
127 | 2025-02-21T07:45:56.375Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-21T07:45:56.375Z | # # # # # # # # # # # # # # # |
129 | 2025-02-21T07:45:56.375Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-21T07:45:56.375Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-21T07:45:56.375Z | # # # # # # # # # # # # # # # |
132 | 2025-02-21T07:45:56.375Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-21T07:45:56.375Z | |
134 | 2025-02-21T07:45:56.375Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-21T07:45:58.118Z | pkg list: illegal option -- F |
136 | 2025-02-21T07:45:58.118Z | Usage: |
137 | 2025-02-21T07:45:58.121Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-21T07:45:58.121Z | [pkg_fmri_pattern ...] |
139 | 2025-02-21T07:45:58.959Z | pkg list: illegal option -- F |
140 | 2025-02-21T07:45:58.959Z | Usage: |
141 | 2025-02-21T07:45:58.961Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-21T07:45:58.962Z | [pkg_fmri_pattern ...] |
143 | 2025-02-21T07:46:05.044Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-21T07:46:09.300Z | Startup: Caching catalogs ... Done |
145 | 2025-02-21T07:46:22.087Z | Planning: Solver setup ... Done (11.833s) |
146 | 2025-02-21T07:46:22.239Z | Planning: Running solver ... Done (0.152s) |
147 | 2025-02-21T07:46:22.359Z | Planning: Finding local manifests ... Done (0.007s) |
148 | 2025-02-21T07:46:23.608Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-21T07:46:24.242Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-21T07:46:24.354Z | Planning: Package planning ... Done (0.111s) |
151 | 2025-02-21T07:46:24.409Z | Planning: Merging actions ... Done (0.056s) |
152 | 2025-02-21T07:46:24.607Z | Planning: Checking for conflicting actions ... Done (0.198s) |
153 | 2025-02-21T07:46:26.787Z | Planning: Consolidating action changes ... Done (2.180s) |
154 | 2025-02-21T07:46:27.223Z | Planning: Evaluating mediators ... Done (0.436s) |
155 | 2025-02-21T07:46:27.304Z | Planning: Planning completed in 17.90 seconds |
156 | 2025-02-21T07:46:27.322Z | Packages to install: 4 |
157 | 2025-02-21T07:46:27.322Z | Packages to update: 3 |
158 | 2025-02-21T07:46:27.325Z | Mediators to change: 2 |
159 | 2025-02-21T07:46:27.325Z | Services to change: 1 |
160 | 2025-02-21T07:46:27.325Z | Estimated space available: 155.61 GB |
161 | 2025-02-21T07:46:27.325Z | Estimated space to be consumed: 1.66 GB |
162 | 2025-02-21T07:46:27.325Z | Create boot environment: No |
163 | 2025-02-21T07:46:27.325Z | Create backup boot environment: Yes |
164 | 2025-02-21T07:46:27.325Z | Rebuild boot archive: No |
165 | 2025-02-21T07:46:27.325Z | |
166 | 2025-02-21T07:46:27.325Z | Changed mediators: |
167 | 2025-02-21T07:46:27.325Z | mediator clang: |
168 | 2025-02-21T07:46:27.325Z | version: None -> 15 (system default) |
169 | 2025-02-21T07:46:27.325Z | |
170 | 2025-02-21T07:46:27.325Z | mediator llvm: |
171 | 2025-02-21T07:46:27.325Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-21T07:46:27.325Z | |
173 | 2025-02-21T07:46:27.325Z | Changed packages: |
174 | 2025-02-21T07:46:27.325Z | helios-dev |
175 | 2025-02-21T07:46:27.326Z | developer/build-essential |
176 | 2025-02-21T07:46:27.326Z | None -> 11-2.0 |
177 | 2025-02-21T07:46:27.326Z | library/libxmlsec1 |
178 | 2025-02-21T07:46:27.326Z | None -> 1.2.35-2.0 |
179 | 2025-02-21T07:46:27.326Z | ooce/developer/clang-15 |
180 | 2025-02-21T07:46:27.326Z | None -> 15.0.7-2.0 |
181 | 2025-02-21T07:46:27.326Z | ooce/developer/llvm-15 |
182 | 2025-02-21T07:46:27.326Z | None -> 15.0.7-2.0 |
183 | 2025-02-21T07:46:27.326Z | package/pkg |
184 | 2025-02-21T07:46:27.326Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-21T07:46:27.326Z | system/library/g++-runtime |
186 | 2025-02-21T07:46:27.326Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-21T07:46:27.326Z | system/library/gcc-runtime |
188 | 2025-02-21T07:46:27.326Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-21T07:46:27.326Z | |
190 | 2025-02-21T07:46:27.326Z | Services: |
191 | 2025-02-21T07:46:27.326Z | restart_fmri: |
192 | 2025-02-21T07:46:27.326Z | svc:/system/update-man-index:default |
193 | 2025-02-21T07:46:27.326Z | |
194 | 2025-02-21T07:46:27.326Z | Editable files to change: |
195 | 2025-02-21T07:46:27.326Z | Update: |
196 | 2025-02-21T07:46:27.326Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-21T07:46:27.412Z | |
198 | 2025-02-21T07:46:27.412Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-21T07:46:32.417Z | Download: 363/4301 items 14.9/225.4MB 6% complete (2.9M/s) |
200 | 2025-02-21T07:46:37.722Z | Download: 1253/4301 items 110.0/225.4MB 48% complete (11.1M/s) |
201 | 2025-02-21T07:46:42.722Z | Download: 2116/4301 items 118.9/225.4MB 52% complete (10.3M/s) |
202 | 2025-02-21T07:46:47.723Z | Download: 2627/4301 items 120.6/225.4MB 53% complete (1.1M/s) |
203 | 2025-02-21T07:46:53.225Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.5M/s) |
204 | 2025-02-21T07:46:58.082Z | Download: 4052/4301 items 219.6/225.4MB 97% complete (9.9M/s) |
205 | 2025-02-21T07:47:03.169Z | Download: 4289/4301 items 224.3/225.4MB 99% complete (2.2M/s) |
206 | 2025-02-21T07:47:08.349Z | Download: 4296/4301 items 225.2/225.4MB 99% complete (1.5M/s) |
207 | 2025-02-21T07:47:08.368Z | Download: Completed 225.42 MB in 40.95 seconds (5.5M/s) |
208 | 2025-02-21T07:47:10.566Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-02-21T07:47:10.589Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-02-21T07:47:15.248Z | Actions: 4267/5122 actions (Updating modified actions) |
211 | 2025-02-21T07:47:15.609Z | Actions: Completed 5122 actions in 5.04 seconds. |
212 | 2025-02-21T07:47:15.841Z | Done (0.225s) |
213 | 2025-02-21T07:47:15.844Z | Done (0.002s) |
214 | 2025-02-21T07:47:16.450Z | Done (0.606s) |
215 | 2025-02-21T07:47:20.960Z | Done (4.287s) |
216 | 2025-02-21T07:47:21.050Z | Done (0.019s) |
217 | 2025-02-21T07:47:21.053Z | Done (0.000s) |
218 | 2025-02-21T07:47:21.284Z | Done (0.000s) |
219 | 2025-02-21T07:47:21.992Z | Planning: Evaluating mediator changes ... Done |
220 | 2025-02-21T07:47:22.154Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-02-21T07:47:22.158Z | Planning: Consolidating action changes ... Done |
222 | 2025-02-21T07:47:22.422Z | Planning: Evaluating mediators ... Done |
223 | 2025-02-21T07:47:22.425Z | Planning: Planning completed in 0.43 seconds |
224 | 2025-02-21T07:47:22.462Z | Mediators to change: 2 |
225 | 2025-02-21T07:47:22.462Z | Create boot environment: No |
226 | 2025-02-21T07:47:22.467Z | Create backup boot environment: No |
227 | 2025-02-21T07:47:22.563Z | Done |
228 | 2025-02-21T07:47:22.563Z | Done |
229 | 2025-02-21T07:47:22.938Z | Done |
230 | 2025-02-21T07:47:26.573Z | Done |
231 | 2025-02-21T07:47:26.662Z | Done |
232 | 2025-02-21T07:47:26.664Z | Done |
233 | 2025-02-21T07:47:26.800Z | Done |
234 | 2025-02-21T07:47:27.409Z | Planning: Evaluating mediator changes ... Done |
235 | 2025-02-21T07:47:27.413Z | Planning: Merging actions ... Done |
236 | 2025-02-21T07:47:27.598Z | Planning: Checking for conflicting actions ... Done |
237 | 2025-02-21T07:47:27.602Z | Planning: Consolidating action changes ... Done |
238 | 2025-02-21T07:47:27.862Z | Planning: Evaluating mediators ... Done |
239 | 2025-02-21T07:47:27.916Z | Planning: Planning completed in 0.75 seconds |
240 | 2025-02-21T07:47:27.957Z | Packages to change: 1 |
241 | 2025-02-21T07:47:27.957Z | Mediators to change: 1 |
242 | 2025-02-21T07:47:27.960Z | Services to change: 1 |
243 | 2025-02-21T07:47:27.960Z | Create boot environment: No |
244 | 2025-02-21T07:47:27.960Z | Create backup boot environment: Yes |
245 | 2025-02-21T07:47:29.246Z | Actions: 1/6 actions (Updating modified actions) |
246 | 2025-02-21T07:47:29.249Z | Actions: Completed 6 actions in 0.00 seconds. |
247 | 2025-02-21T07:47:29.249Z | Done |
248 | 2025-02-21T07:47:29.249Z | Done |
249 | 2025-02-21T07:47:29.371Z | Done |
250 | 2025-02-21T07:47:32.967Z | Done |
251 | 2025-02-21T07:47:33.058Z | Done |
252 | 2025-02-21T07:47:33.061Z | Done |
253 | 2025-02-21T07:47:33.208Z | Done |
254 | 2025-02-21T07:47:33.639Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
255 | 2025-02-21T07:47:33.639Z | clang system 15 system |
256 | 2025-02-21T07:47:33.639Z | csh system system illumos |
257 | 2025-02-21T07:47:33.639Z | ctags system system illumos |
258 | 2025-02-21T07:47:33.639Z | gcc vendor 12 vendor |
259 | 2025-02-21T07:47:33.639Z | gcc system 10 system |
260 | 2025-02-21T07:47:33.639Z | gcc system 7 system |
261 | 2025-02-21T07:47:33.639Z | go system 1.20 system |
262 | 2025-02-21T07:47:33.639Z | go system 1.19 system |
263 | 2025-02-21T07:47:33.639Z | llvm system 15 system |
264 | 2025-02-21T07:47:33.639Z | llvm system 14 system |
265 | 2025-02-21T07:47:33.639Z | mariadb system 10.6 system |
266 | 2025-02-21T07:47:33.639Z | mta vendor vendor dma |
267 | 2025-02-21T07:47:33.639Z | openjdk system 17 system |
268 | 2025-02-21T07:47:33.639Z | openjdk system 11 system |
269 | 2025-02-21T07:47:33.639Z | openjdk system 1.8 system |
270 | 2025-02-21T07:47:33.639Z | openssl vendor 3 vendor |
271 | 2025-02-21T07:47:33.640Z | perl system 5.36 system |
272 | 2025-02-21T07:47:33.640Z | postgresql system 15 system |
273 | 2025-02-21T07:47:33.640Z | postgresql system 13 system |
274 | 2025-02-21T07:47:33.640Z | python vendor 3 vendor |
275 | 2025-02-21T07:47:33.640Z | python system 2 system |
276 | 2025-02-21T07:47:33.640Z | python3 system 3.11 system |
277 | 2025-02-21T07:47:33.640Z | ruby system 3.0 system |
278 | 2025-02-21T07:47:33.640Z | words vendor vendor american-english |
279 | 2025-02-21T07:47:33.640Z | words system system australian-english |
280 | 2025-02-21T07:47:33.640Z | words system system british-english |
281 | 2025-02-21T07:47:33.640Z | words system system canadian-english |
282 | 2025-02-21T07:47:33.640Z | words system system french |
283 | 2025-02-21T07:47:33.640Z | words system system italian |
284 | 2025-02-21T07:47:33.640Z | words system system ngerman |
285 | 2025-02-21T07:47:33.640Z | words system system ogerman |
286 | 2025-02-21T07:47:33.640Z | words system system spanish |
287 | 2025-02-21T07:47:33.974Z | PUBLISHER TYPE STATUS P LOCATION |
288 | 2025-02-21T07:47:33.974Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
289 | 2025-02-21T07:47:36.903Z | FMRI IFO |
290 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
291 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
292 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
293 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
294 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
295 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
296 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
297 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
298 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
299 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
300 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
301 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
302 | 2025-02-21T07:47:36.903Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
303 | 2025-02-21T07:47:36.904Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
304 | 2025-02-21T07:47:36.904Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
305 | 2025-02-21T07:47:37.677Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
306 | 2025-02-21T07:47:37.956Z | Updating crates.io index |
307 | 2025-02-21T07:47:38.040Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
308 | 2025-02-21T07:47:38.549Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
309 | 2025-02-21T07:47:38.847Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
310 | 2025-02-21T07:47:39.120Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
311 | 2025-02-21T07:47:40.190Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
312 | 2025-02-21T07:47:41.990Z | Updating git repository `https://github.com/oxidecomputer/opte` |
313 | 2025-02-21T07:47:42.638Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
314 | 2025-02-21T07:47:43.556Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
315 | 2025-02-21T07:47:43.921Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
316 | 2025-02-21T07:47:44.264Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
317 | 2025-02-21T07:47:45.023Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
318 | 2025-02-21T07:47:45.279Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
319 | 2025-02-21T07:47:45.677Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
320 | 2025-02-21T07:47:45.993Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
321 | 2025-02-21T07:47:46.217Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
322 | 2025-02-21T07:47:46.488Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
323 | 2025-02-21T07:47:46.760Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
324 | 2025-02-21T07:47:47.053Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
325 | 2025-02-21T07:47:47.311Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
326 | 2025-02-21T07:47:47.645Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
327 | 2025-02-21T07:47:48.017Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
328 | 2025-02-21T07:47:48.247Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
329 | 2025-02-21T07:47:48.811Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
330 | 2025-02-21T07:47:49.081Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
331 | 2025-02-21T07:47:49.423Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
332 | 2025-02-21T07:47:49.796Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
333 | 2025-02-21T07:47:50.180Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2025-02-21T07:47:50.409Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
335 | 2025-02-21T07:47:50.669Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
336 | 2025-02-21T07:47:51.926Z | Downloading crates ... |
337 | 2025-02-21T07:47:51.977Z | Downloaded anstyle-query v1.1.1 |
338 | 2025-02-21T07:47:51.983Z | Downloaded anstyle v1.0.10 |
339 | 2025-02-21T07:47:51.986Z | Downloaded bitflags v2.6.0 |
340 | 2025-02-21T07:47:51.989Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2025-02-21T07:47:51.989Z | Downloaded autocfg v1.4.0 |
342 | 2025-02-21T07:47:51.998Z | Downloaded dtrace-parser v0.2.0 |
343 | 2025-02-21T07:47:52.003Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2025-02-21T07:47:52.010Z | Downloaded scroll_derive v0.12.0 |
345 | 2025-02-21T07:47:52.016Z | Downloaded clap_derive v4.5.24 |
346 | 2025-02-21T07:47:52.022Z | Downloaded usdt-macro v0.5.0 |
347 | 2025-02-21T07:47:52.025Z | Downloaded equivalent v1.0.1 |
348 | 2025-02-21T07:47:52.025Z | Downloaded block-buffer v0.10.4 |
349 | 2025-02-21T07:47:52.025Z | Downloaded pretty-hex v0.4.1 |
350 | 2025-02-21T07:47:52.028Z | Downloaded macaddr v1.0.1 |
351 | 2025-02-21T07:47:52.031Z | Downloaded itoa v1.0.11 |
352 | 2025-02-21T07:47:52.031Z | Downloaded memmap v0.7.0 |
353 | 2025-02-21T07:47:52.035Z | Downloaded heck v0.4.1 |
354 | 2025-02-21T07:47:52.035Z | Downloaded digest v0.10.7 |
355 | 2025-02-21T07:47:52.038Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2025-02-21T07:47:52.038Z | Downloaded plain v0.2.3 |
357 | 2025-02-21T07:47:52.038Z | Downloaded cargo-platform v0.1.8 |
358 | 2025-02-21T07:47:52.038Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2025-02-21T07:47:52.040Z | Downloaded serde_spanned v0.6.8 |
360 | 2025-02-21T07:47:52.040Z | Downloaded byteorder v1.5.0 |
361 | 2025-02-21T07:47:52.043Z | Downloaded bytecount v0.6.8 |
362 | 2025-02-21T07:47:52.043Z | Downloaded utf8parse v0.2.2 |
363 | 2025-02-21T07:47:52.046Z | Downloaded thread-id v4.2.2 |
364 | 2025-02-21T07:47:52.047Z | Downloaded usdt-impl v0.5.0 |
365 | 2025-02-21T07:47:52.050Z | Downloaded strsim v0.11.1 |
366 | 2025-02-21T07:47:52.050Z | Downloaded anstyle-parse v0.2.5 |
367 | 2025-02-21T07:47:52.053Z | Downloaded fs-err v2.11.0 |
368 | 2025-02-21T07:47:52.053Z | Downloaded version_check v0.9.5 |
369 | 2025-02-21T07:47:52.053Z | Downloaded swrite v0.1.0 |
370 | 2025-02-21T07:47:52.057Z | Downloaded errno v0.3.9 |
371 | 2025-02-21T07:47:52.057Z | Downloaded toml_datetime v0.6.8 |
372 | 2025-02-21T07:47:52.057Z | Downloaded cfg-if v1.0.0 |
373 | 2025-02-21T07:47:52.064Z | Downloaded thiserror v1.0.69 |
374 | 2025-02-21T07:47:52.067Z | Downloaded heck v0.5.0 |
375 | 2025-02-21T07:47:52.067Z | Downloaded fastrand v2.1.1 |
376 | 2025-02-21T07:47:52.067Z | Downloaded thiserror-impl v1.0.69 |
377 | 2025-02-21T07:47:52.067Z | Downloaded tabled_derive v0.7.0 |
378 | 2025-02-21T07:47:52.067Z | Downloaded proc-macro-error-attr v1.0.4 |
379 | 2025-02-21T07:47:52.070Z | Downloaded terminal_size v0.4.0 |
380 | 2025-02-21T07:47:52.070Z | Downloaded pest_generator v2.7.14 |
381 | 2025-02-21T07:47:52.070Z | Downloaded fnv v1.0.7 |
382 | 2025-02-21T07:47:52.075Z | Downloaded clap_lex v0.7.4 |
383 | 2025-02-21T07:47:52.075Z | Downloaded cpufeatures v0.2.14 |
384 | 2025-02-21T07:47:52.075Z | Downloaded cargo_metadata v0.18.1 |
385 | 2025-02-21T07:47:52.078Z | Downloaded tempfile v3.13.0 |
386 | 2025-02-21T07:47:52.078Z | Downloaded quote v1.0.38 |
387 | 2025-02-21T07:47:52.080Z | Downloaded anstream v0.6.15 |
388 | 2025-02-21T07:47:52.083Z | Downloaded once_cell v1.20.2 |
389 | 2025-02-21T07:47:52.086Z | Downloaded dof v0.3.0 |
390 | 2025-02-21T07:47:52.086Z | Downloaded crypto-common v0.1.6 |
391 | 2025-02-21T07:47:52.086Z | Downloaded scroll v0.12.0 |
392 | 2025-02-21T07:47:52.093Z | Downloaded semver v1.0.24 |
393 | 2025-02-21T07:47:52.098Z | Downloaded camino v1.1.9 |
394 | 2025-02-21T07:47:52.101Z | Downloaded zerocopy-derive v0.7.35 |
395 | 2025-02-21T07:47:52.113Z | Downloaded unicode-ident v1.0.14 |
396 | 2025-02-21T07:47:52.113Z | Downloaded typenum v1.17.0 |
397 | 2025-02-21T07:47:52.113Z | Downloaded toml v0.8.19 |
398 | 2025-02-21T07:47:52.116Z | Downloaded sha2 v0.10.8 |
399 | 2025-02-21T07:47:52.116Z | Downloaded log v0.4.22 |
400 | 2025-02-21T07:47:52.119Z | Downloaded textwrap v0.16.1 |
401 | 2025-02-21T07:47:52.122Z | Downloaded pest_meta v2.7.14 |
402 | 2025-02-21T07:47:52.122Z | Downloaded proc-macro-error v1.0.4 |
403 | 2025-02-21T07:47:52.125Z | Downloaded papergrid v0.11.0 |
404 | 2025-02-21T07:47:52.128Z | Downloaded usdt v0.5.0 |
405 | 2025-02-21T07:47:52.131Z | Downloaded cargo_toml v0.20.5 |
406 | 2025-02-21T07:47:52.131Z | Downloaded smawk v0.3.2 |
407 | 2025-02-21T07:47:52.134Z | Downloaded generic-array v0.14.7 |
408 | 2025-02-21T07:47:52.134Z | Downloaded ryu v1.0.18 |
409 | 2025-02-21T07:47:52.137Z | Downloaded colorchoice v1.0.2 |
410 | 2025-02-21T07:47:52.140Z | Downloaded proc-macro2 v1.0.92 |
411 | 2025-02-21T07:47:52.144Z | Downloaded clap v4.5.27 |
412 | 2025-02-21T07:47:52.150Z | Downloaded ucd-trie v0.1.7 |
413 | 2025-02-21T07:47:52.153Z | Downloaded serde v1.0.217 |
414 | 2025-02-21T07:47:52.158Z | Downloaded camino-tempfile v1.1.1 |
415 | 2025-02-21T07:47:52.162Z | Downloaded serde_derive v1.0.217 |
416 | 2025-02-21T07:47:52.165Z | Downloaded pest_derive v2.7.14 |
417 | 2025-02-21T07:47:52.170Z | Downloaded indexmap v2.7.1 |
418 | 2025-02-21T07:47:52.172Z | Downloaded anyhow v1.0.95 |
419 | 2025-02-21T07:47:52.189Z | Downloaded memchr v2.7.4 |
420 | 2025-02-21T07:47:52.207Z | Downloaded pest v2.7.14 |
421 | 2025-02-21T07:47:52.212Z | Downloaded toml_edit v0.22.22 |
422 | 2025-02-21T07:47:52.232Z | Downloaded zerocopy v0.7.35 |
423 | 2025-02-21T07:47:52.246Z | Downloaded winnow v0.6.20 |
424 | 2025-02-21T07:47:52.254Z | Downloaded clap_builder v4.5.27 |
425 | 2025-02-21T07:47:52.259Z | Downloaded goblin v0.8.2 |
426 | 2025-02-21T07:47:52.265Z | Downloaded hashbrown v0.15.1 |
427 | 2025-02-21T07:47:52.270Z | Downloaded tabled v0.15.0 |
428 | 2025-02-21T07:47:52.284Z | Downloaded serde_json v1.0.135 |
429 | 2025-02-21T07:47:52.291Z | Downloaded syn v1.0.109 |
430 | 2025-02-21T07:47:52.307Z | Downloaded unicode-width v0.1.14 |
431 | 2025-02-21T07:47:52.313Z | Downloaded syn v2.0.96 |
432 | 2025-02-21T07:47:52.336Z | Downloaded rustix v0.38.37 |
433 | 2025-02-21T07:47:52.364Z | Downloaded libc v0.2.169 |
434 | 2025-02-21T07:47:52.638Z | Compiling proc-macro2 v1.0.92 |
435 | 2025-02-21T07:47:52.638Z | Compiling unicode-ident v1.0.14 |
436 | 2025-02-21T07:47:52.638Z | Compiling serde v1.0.217 |
437 | 2025-02-21T07:47:52.641Z | Compiling version_check v0.9.5 |
438 | 2025-02-21T07:47:52.641Z | Compiling thiserror v1.0.69 |
439 | 2025-02-21T07:47:52.641Z | Compiling memchr v2.7.4 |
440 | 2025-02-21T07:47:52.672Z | Compiling libc v0.2.169 |
441 | 2025-02-21T07:47:52.675Z | Compiling ryu v1.0.18 |
442 | 2025-02-21T07:47:52.908Z | Compiling itoa v1.0.11 |
443 | 2025-02-21T07:47:53.072Z | Compiling ucd-trie v0.1.7 |
444 | 2025-02-21T07:47:53.376Z | Compiling once_cell v1.20.2 |
445 | 2025-02-21T07:47:53.425Z | Compiling byteorder v1.5.0 |
446 | 2025-02-21T07:47:53.623Z | Compiling serde_json v1.0.135 |
447 | 2025-02-21T07:47:53.659Z | Compiling rustix v0.38.37 |
448 | 2025-02-21T07:47:53.886Z | Compiling bitflags v2.6.0 |
449 | 2025-02-21T07:47:53.973Z | Compiling usdt-impl v0.5.0 |
450 | 2025-02-21T07:47:54.140Z | Compiling proc-macro-error-attr v1.0.4 |
451 | 2025-02-21T07:47:54.220Z | Compiling syn v1.0.109 |
452 | 2025-02-21T07:47:54.289Z | Compiling proc-macro-error v1.0.4 |
453 | 2025-02-21T07:47:54.466Z | Compiling quote v1.0.38 |
454 | 2025-02-21T07:47:54.514Z | Compiling camino v1.1.9 |
455 | 2025-02-21T07:47:54.517Z | Compiling log v0.4.22 |
456 | 2025-02-21T07:47:54.591Z | Compiling errno v0.3.9 |
457 | 2025-02-21T07:47:54.751Z | Compiling utf8parse v0.2.2 |
458 | 2025-02-21T07:47:54.829Z | Compiling syn v2.0.96 |
459 | 2025-02-21T07:47:54.929Z | Compiling equivalent v1.0.1 |
460 | 2025-02-21T07:47:54.969Z | Compiling hashbrown v0.15.1 |
461 | 2025-02-21T07:47:55.054Z | Compiling plain v0.2.3 |
462 | 2025-02-21T07:47:55.119Z | Compiling thread-id v4.2.2 |
463 | 2025-02-21T07:47:55.167Z | Compiling anstyle-parse v0.2.5 |
464 | 2025-02-21T07:47:55.353Z | Compiling winnow v0.6.20 |
465 | 2025-02-21T07:47:55.486Z | Compiling semver v1.0.24 |
466 | 2025-02-21T07:47:55.570Z | Compiling colorchoice v1.0.2 |
467 | 2025-02-21T07:47:55.758Z | Compiling anstyle v1.0.10 |
468 | 2025-02-21T07:47:55.908Z | Compiling is_terminal_polyfill v1.70.1 |
469 | 2025-02-21T07:47:55.983Z | Compiling indexmap v2.7.1 |
470 | 2025-02-21T07:47:56.015Z | Compiling anstyle-query v1.1.1 |
471 | 2025-02-21T07:47:56.052Z | Compiling unicode-width v0.1.14 |
472 | 2025-02-21T07:47:56.171Z | Compiling pretty-hex v0.4.1 |
473 | 2025-02-21T07:47:56.191Z | Compiling autocfg v1.4.0 |
474 | 2025-02-21T07:47:56.408Z | Compiling anstream v0.6.15 |
475 | 2025-02-21T07:47:56.803Z | Compiling terminal_size v0.4.0 |
476 | 2025-02-21T07:47:57.038Z | Compiling cfg-if v1.0.0 |
477 | 2025-02-21T07:47:57.135Z | Compiling fs-err v2.11.0 |
478 | 2025-02-21T07:47:57.155Z | Compiling fastrand v2.1.1 |
479 | 2025-02-21T07:47:57.158Z | Compiling anyhow v1.0.95 |
480 | 2025-02-21T07:47:57.227Z | Compiling strsim v0.11.1 |
481 | 2025-02-21T07:47:57.258Z | Compiling fnv v1.0.7 |
482 | 2025-02-21T07:47:57.412Z | Compiling clap_lex v0.7.4 |
483 | 2025-02-21T07:47:57.617Z | Compiling bytecount v0.6.8 |
484 | 2025-02-21T07:47:57.805Z | Compiling heck v0.4.1 |
485 | 2025-02-21T07:47:57.838Z | Compiling heck v0.5.0 |
486 | 2025-02-21T07:47:57.926Z | Compiling papergrid v0.11.0 |
487 | 2025-02-21T07:47:58.244Z | Compiling tempfile v3.13.0 |
488 | 2025-02-21T07:47:58.284Z | Compiling clap_builder v4.5.27 |
489 | 2025-02-21T07:47:58.381Z | Compiling memmap v0.7.0 |
490 | 2025-02-21T07:47:58.509Z | Compiling smawk v0.3.2 |
491 | 2025-02-21T07:47:58.687Z | Compiling unicode-linebreak v0.1.5 |
492 | 2025-02-21T07:47:59.022Z | Compiling swrite v0.1.0 |
493 | 2025-02-21T07:47:59.164Z | Compiling textwrap v0.16.1 |
494 | 2025-02-21T07:47:59.645Z | Compiling tabled_derive v0.7.0 |
495 | 2025-02-21T07:48:00.986Z | Compiling tabled v0.15.0 |
496 | 2025-02-21T07:48:01.461Z | Compiling serde_derive v1.0.217 |
497 | 2025-02-21T07:48:01.463Z | Compiling thiserror-impl v1.0.69 |
498 | 2025-02-21T07:48:01.464Z | Compiling zerocopy-derive v0.7.35 |
499 | 2025-02-21T07:48:01.464Z | Compiling scroll_derive v0.12.0 |
500 | 2025-02-21T07:48:01.464Z | Compiling clap_derive v4.5.24 |
501 | 2025-02-21T07:48:02.665Z | Compiling scroll v0.12.0 |
502 | 2025-02-21T07:48:03.203Z | Compiling goblin v0.8.2 |
503 | 2025-02-21T07:48:03.248Z | Compiling zerocopy v0.7.35 |
504 | 2025-02-21T07:48:04.383Z | Compiling pest v2.7.14 |
505 | 2025-02-21T07:48:05.039Z | Compiling clap v4.5.27 |
506 | 2025-02-21T07:48:06.383Z | Compiling pest_meta v2.7.14 |
507 | 2025-02-21T07:48:07.259Z | Compiling pest_generator v2.7.14 |
508 | 2025-02-21T07:48:08.665Z | Compiling pest_derive v2.7.14 |
509 | 2025-02-21T07:48:09.251Z | Compiling dtrace-parser v0.2.0 |
510 | 2025-02-21T07:48:09.925Z | Compiling toml_datetime v0.6.8 |
511 | 2025-02-21T07:48:09.928Z | Compiling serde_spanned v0.6.8 |
512 | 2025-02-21T07:48:10.211Z | Compiling serde_tokenstream v0.2.2 |
513 | 2025-02-21T07:48:10.238Z | Compiling cargo-platform v0.1.8 |
514 | 2025-02-21T07:48:10.268Z | Compiling toml_edit v0.22.22 |
515 | 2025-02-21T07:48:10.382Z | Compiling macaddr v1.0.1 |
516 | 2025-02-21T07:48:10.623Z | Compiling camino-tempfile v1.1.1 |
517 | 2025-02-21T07:48:11.289Z | Compiling dof v0.3.0 |
518 | 2025-02-21T07:48:11.289Z | Compiling cargo_metadata v0.18.1 |
519 | 2025-02-21T07:48:12.728Z | Compiling usdt-attr-macro v0.5.0 |
520 | 2025-02-21T07:48:12.730Z | Compiling usdt-macro v0.5.0 |
521 | 2025-02-21T07:48:12.946Z | Compiling toml v0.8.19 |
522 | 2025-02-21T07:48:13.860Z | Compiling cargo_toml v0.20.5 |
523 | 2025-02-21T07:48:13.961Z | Compiling usdt v0.5.0 |
524 | 2025-02-21T07:48:16.367Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
525 | 2025-02-21T07:48:19.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.01s |
526 | 2025-02-21T07:48:19.701Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
527 | 2025-02-21T07:48:20.225Z | Downloading crates ... |
528 | 2025-02-21T07:48:20.353Z | Downloaded array-init v0.0.4 |
529 | 2025-02-21T07:48:20.356Z | Downloaded adler2 v2.0.0 |
530 | 2025-02-21T07:48:20.358Z | Downloaded aead v0.5.2 |
531 | 2025-02-21T07:48:20.364Z | Downloaded ciborium-io v0.2.2 |
532 | 2025-02-21T07:48:20.368Z | Downloaded cfg_aliases v0.2.1 |
533 | 2025-02-21T07:48:20.375Z | Downloaded hex v0.4.3 |
534 | 2025-02-21T07:48:20.377Z | Downloaded heck v0.3.3 |
535 | 2025-02-21T07:48:20.381Z | Downloaded crucible-workspace-hack v0.1.0 |
536 | 2025-02-21T07:48:20.381Z | Downloaded atty v0.2.14 |
537 | 2025-02-21T07:48:20.383Z | Downloaded daft v0.1.1 |
538 | 2025-02-21T07:48:20.383Z | Downloaded hickory-client v0.24.3 |
539 | 2025-02-21T07:48:20.389Z | Downloaded atomicwrites v0.4.4 |
540 | 2025-02-21T07:48:20.391Z | Downloaded ahash v0.8.11 |
541 | 2025-02-21T07:48:20.394Z | Downloaded http-body v1.0.1 |
542 | 2025-02-21T07:48:20.396Z | Downloaded assert_matches v1.5.0 |
543 | 2025-02-21T07:48:20.396Z | Downloaded crunchy v0.2.2 |
544 | 2025-02-21T07:48:20.399Z | Downloaded ciborium-ll v0.2.2 |
545 | 2025-02-21T07:48:20.399Z | Downloaded cbc v0.1.2 |
546 | 2025-02-21T07:48:20.402Z | Downloaded cexpr v0.6.0 |
547 | 2025-02-21T07:48:20.404Z | Downloaded md5 v0.7.0 |
548 | 2025-02-21T07:48:20.407Z | Downloaded crc-catalog v2.4.0 |
549 | 2025-02-21T07:48:20.407Z | Downloaded cassowary v0.3.0 |
550 | 2025-02-21T07:48:20.409Z | Downloaded bit-vec v0.6.3 |
551 | 2025-02-21T07:48:20.412Z | Downloaded instant v0.1.13 |
552 | 2025-02-21T07:48:20.412Z | Downloaded ident_case v1.0.1 |
553 | 2025-02-21T07:48:20.414Z | Downloaded constant_time_eq v0.3.1 |
554 | 2025-02-21T07:48:20.415Z | Downloaded convert_case v0.4.0 |
555 | 2025-02-21T07:48:20.417Z | Downloaded colored v2.1.0 |
556 | 2025-02-21T07:48:20.421Z | Downloaded block-padding v0.3.3 |
557 | 2025-02-21T07:48:20.421Z | Downloaded hubpack_derive v0.1.1 |
558 | 2025-02-21T07:48:20.421Z | Downloaded cobs v0.2.3 |
559 | 2025-02-21T07:48:20.423Z | Downloaded mirai-annotations v1.12.0 |
560 | 2025-02-21T07:48:20.424Z | Downloaded argon2 v0.5.3 |
561 | 2025-02-21T07:48:20.426Z | Downloaded allocator-api2 v0.2.18 |
562 | 2025-02-21T07:48:20.429Z | Downloaded match_cfg v0.1.0 |
563 | 2025-02-21T07:48:20.432Z | Downloaded headers-core v0.3.0 |
564 | 2025-02-21T07:48:20.432Z | Downloaded hex-literal v0.4.1 |
565 | 2025-02-21T07:48:20.435Z | Downloaded cstr-argument v0.1.2 |
566 | 2025-02-21T07:48:20.435Z | Downloaded async-stream-impl v0.3.6 |
567 | 2025-02-21T07:48:20.435Z | Downloaded icu_provider_macros v1.5.0 |
568 | 2025-02-21T07:48:20.435Z | Downloaded buf-list v1.0.3 |
569 | 2025-02-21T07:48:20.437Z | Downloaded is_ci v1.2.0 |
570 | 2025-02-21T07:48:20.440Z | Downloaded indent_write v2.2.0 |
571 | 2025-02-21T07:48:20.440Z | Downloaded crc v3.2.1 |
572 | 2025-02-21T07:48:20.442Z | Downloaded cipher v0.4.4 |
573 | 2025-02-21T07:48:20.445Z | Downloaded progenitor-client v0.9.1 |
574 | 2025-02-21T07:48:20.447Z | Downloaded blowfish v0.9.1 |
575 | 2025-02-21T07:48:20.450Z | Downloaded inout v0.1.3 |
576 | 2025-02-21T07:48:20.450Z | Downloaded keccak v0.1.5 |
577 | 2025-02-21T07:48:20.453Z | Downloaded indoc v2.0.5 |
578 | 2025-02-21T07:48:20.465Z | Downloaded instability v0.3.2 |
579 | 2025-02-21T07:48:20.465Z | Downloaded hostname v0.4.0 |
580 | 2025-02-21T07:48:20.465Z | Downloaded lazycell v1.3.0 |
581 | 2025-02-21T07:48:20.465Z | Downloaded lazy_static v1.5.0 |
582 | 2025-02-21T07:48:20.465Z | Downloaded internet-checksum v0.2.1 |
583 | 2025-02-21T07:48:20.465Z | Downloaded http-body-util v0.1.2 |
584 | 2025-02-21T07:48:20.468Z | Downloaded indoc v1.0.9 |
585 | 2025-02-21T07:48:20.468Z | Downloaded md-5 v0.10.6 |
586 | 2025-02-21T07:48:20.471Z | Downloaded impl-trait-for-tuples v0.2.2 |
587 | 2025-02-21T07:48:20.473Z | Downloaded libefi-sys v0.1.0 |
588 | 2025-02-21T07:48:20.476Z | Downloaded addr2line v0.24.2 |
589 | 2025-02-21T07:48:20.476Z | Downloaded kstat-rs v0.2.4 |
590 | 2025-02-21T07:48:20.479Z | Downloaded is-terminal v0.4.13 |
591 | 2025-02-21T07:48:20.481Z | Downloaded cfg_aliases v0.1.1 |
592 | 2025-02-21T07:48:20.481Z | Downloaded bit-set v0.5.3 |
593 | 2025-02-21T07:48:20.484Z | Downloaded memoffset v0.9.1 |
594 | 2025-02-21T07:48:20.484Z | Downloaded hostname v0.3.1 |
595 | 2025-02-21T07:48:20.487Z | Downloaded humantime v2.1.0 |
596 | 2025-02-21T07:48:20.489Z | Downloaded crc32fast v1.4.2 |
597 | 2025-02-21T07:48:20.489Z | Downloaded linked-hash-map v0.5.6 |
598 | 2025-02-21T07:48:20.492Z | Downloaded managed v0.8.0 |
599 | 2025-02-21T07:48:20.494Z | Downloaded maybe-uninit v2.0.0 |
600 | 2025-02-21T07:48:20.494Z | Downloaded proc-macro-crate v1.3.1 |
601 | 2025-02-21T07:48:20.497Z | Downloaded bcrypt-pbkdf v0.10.0 |
602 | 2025-02-21T07:48:20.497Z | Downloaded base64ct v1.6.0 |
603 | 2025-02-21T07:48:20.500Z | Downloaded sync-ptr v0.1.1 |
604 | 2025-02-21T07:48:20.502Z | Downloaded async-recursion v1.1.1 |
605 | 2025-02-21T07:48:20.505Z | Downloaded lockfree-object-pool v0.1.6 |
606 | 2025-02-21T07:48:20.508Z | Downloaded maplit v1.0.2 |
607 | 2025-02-21T07:48:20.511Z | Downloaded icu_locid_transform v1.5.0 |
608 | 2025-02-21T07:48:20.513Z | Downloaded libsw v3.3.1 |
609 | 2025-02-21T07:48:20.516Z | Downloaded const_format_proc_macros v0.2.34 |
610 | 2025-02-21T07:48:20.518Z | Downloaded lalrpop-util v0.19.12 |
611 | 2025-02-21T07:48:20.518Z | Downloaded cmake v0.1.51 |
612 | 2025-02-21T07:48:20.521Z | Downloaded hyper-staticfile v0.10.1 |
613 | 2025-02-21T07:48:20.524Z | Downloaded highway v1.2.0 |
614 | 2025-02-21T07:48:20.527Z | Downloaded rustc-hash v1.1.0 |
615 | 2025-02-21T07:48:20.527Z | Downloaded crossbeam-deque v0.8.5 |
616 | 2025-02-21T07:48:20.530Z | Downloaded cancel-safe-futures v0.1.5 |
617 | 2025-02-21T07:48:20.532Z | Downloaded darling_macro v0.20.10 |
618 | 2025-02-21T07:48:20.532Z | Downloaded mime_guess v2.0.5 |
619 | 2025-02-21T07:48:20.535Z | Downloaded lock_api v0.4.12 |
620 | 2025-02-21T07:48:20.538Z | Downloaded jobserver v0.1.32 |
621 | 2025-02-21T07:48:20.541Z | Downloaded supports-color v3.0.1 |
622 | 2025-02-21T07:48:20.541Z | Downloaded try-lock v0.2.5 |
623 | 2025-02-21T07:48:20.543Z | Downloaded toolchain_find v0.4.0 |
624 | 2025-02-21T07:48:20.543Z | Downloaded rand_xorshift v0.3.0 |
625 | 2025-02-21T07:48:20.546Z | Downloaded crossbeam-epoch v0.9.18 |
626 | 2025-02-21T07:48:20.549Z | Downloaded crc-any v2.5.0 |
627 | 2025-02-21T07:48:20.552Z | Downloaded libloading v0.8.5 |
628 | 2025-02-21T07:48:20.554Z | Downloaded slog-async v2.8.0 |
629 | 2025-02-21T07:48:20.557Z | Downloaded lru v0.12.5 |
630 | 2025-02-21T07:48:20.557Z | Downloaded time-core v0.1.2 |
631 | 2025-02-21T07:48:20.557Z | Downloaded secrecy v0.8.0 |
632 | 2025-02-21T07:48:20.559Z | Downloaded chacha20poly1305 v0.10.1 |
633 | 2025-02-21T07:48:20.563Z | Downloaded termcolor v1.4.1 |
634 | 2025-02-21T07:48:20.563Z | Downloaded structmeta-derive v0.2.0 |
635 | 2025-02-21T07:48:20.565Z | Downloaded rustc-hash v2.0.0 |
636 | 2025-02-21T07:48:20.565Z | Downloaded scheduled-thread-pool v0.2.7 |
637 | 2025-02-21T07:48:20.568Z | Downloaded compact_str v0.8.0 |
638 | 2025-02-21T07:48:20.571Z | Downloaded ssh-encoding v0.2.0 |
639 | 2025-02-21T07:48:20.574Z | Downloaded memmap2 v0.9.5 |
640 | 2025-02-21T07:48:20.578Z | Downloaded number_prefix v0.4.0 |
641 | 2025-02-21T07:48:20.578Z | Downloaded num_threads v0.1.7 |
642 | 2025-02-21T07:48:20.581Z | Downloaded termios v0.3.3 |
643 | 2025-02-21T07:48:20.581Z | Downloaded oso-derive v0.27.3 |
644 | 2025-02-21T07:48:20.584Z | Downloaded rustls-pemfile v2.2.0 |
645 | 2025-02-21T07:48:20.584Z | Downloaded unicode-xid v0.2.6 |
646 | 2025-02-21T07:48:20.586Z | Downloaded unicode-truncate v1.1.0 |
647 | 2025-02-21T07:48:20.586Z | Downloaded indexmap v1.9.3 |
648 | 2025-02-21T07:48:20.591Z | Downloaded pretty-hex v0.2.1 |
649 | 2025-02-21T07:48:20.595Z | Downloaded which v4.4.2 |
650 | 2025-02-21T07:48:20.598Z | Downloaded mime v0.3.17 |
651 | 2025-02-21T07:48:20.598Z | Downloaded defmt-macros v0.3.9 |
652 | 2025-02-21T07:48:20.602Z | Downloaded parse-size v1.1.0 |
653 | 2025-02-21T07:48:20.602Z | Downloaded heapless v0.8.0 |
654 | 2025-02-21T07:48:20.607Z | Downloaded spki v0.7.3 |
655 | 2025-02-21T07:48:20.609Z | Downloaded slog-bunyan v2.5.0 |
656 | 2025-02-21T07:48:20.609Z | Downloaded sigpipe v0.1.3 |
657 | 2025-02-21T07:48:20.612Z | Downloaded base64 v0.22.1 |
658 | 2025-02-21T07:48:20.617Z | Downloaded futures-io v0.3.31 |
659 | 2025-02-21T07:48:20.621Z | Downloaded futures-executor v0.3.31 |
660 | 2025-02-21T07:48:20.621Z | Downloaded const_format v0.2.34 |
661 | 2025-02-21T07:48:20.624Z | Downloaded futures-task v0.3.31 |
662 | 2025-02-21T07:48:20.626Z | Downloaded tokio-rustls v0.24.1 |
663 | 2025-02-21T07:48:20.629Z | Downloaded termtree v0.4.1 |
664 | 2025-02-21T07:48:20.629Z | Downloaded num-derive v0.4.2 |
665 | 2025-02-21T07:48:20.632Z | Downloaded futures-sink v0.3.31 |
666 | 2025-02-21T07:48:20.632Z | Downloaded icu_properties v1.5.1 |
667 | 2025-02-21T07:48:20.635Z | Downloaded clang-sys v1.8.1 |
668 | 2025-02-21T07:48:20.638Z | Downloaded unicase v2.7.0 |
669 | 2025-02-21T07:48:20.642Z | Downloaded packed_struct v0.10.1 |
670 | 2025-02-21T07:48:20.644Z | Downloaded tracing-attributes v0.1.27 |
671 | 2025-02-21T07:48:20.647Z | Downloaded progenitor v0.8.0 |
672 | 2025-02-21T07:48:20.647Z | Downloaded primeorder v0.13.6 |
673 | 2025-02-21T07:48:20.650Z | Downloaded whoami v1.5.2 |
674 | 2025-02-21T07:48:20.653Z | Downloaded pem v3.0.4 |
675 | 2025-02-21T07:48:20.653Z | Downloaded icu_provider v1.5.0 |
676 | 2025-02-21T07:48:20.657Z | Downloaded slog v2.7.0 |
677 | 2025-02-21T07:48:20.660Z | Downloaded base64 v0.13.1 |
678 | 2025-02-21T07:48:20.663Z | Downloaded waitgroup v0.1.2 |
679 | 2025-02-21T07:48:20.666Z | Downloaded rustc_version v0.1.7 |
680 | 2025-02-21T07:48:20.666Z | Downloaded icu_normalizer v1.5.0 |
681 | 2025-02-21T07:48:20.669Z | Downloaded defmt v0.3.8 |
682 | 2025-02-21T07:48:20.674Z | Downloaded polyval v0.6.2 |
683 | 2025-02-21T07:48:20.676Z | Downloaded hashlink v0.9.1 |
684 | 2025-02-21T07:48:20.680Z | Downloaded smallvec v0.6.14 |
685 | 2025-02-21T07:48:20.683Z | Downloaded diesel_table_macro_syntax v0.2.0 |
686 | 2025-02-21T07:48:20.683Z | Downloaded multimap v0.10.0 |
687 | 2025-02-21T07:48:20.685Z | Downloaded der_derive v0.7.3 |
688 | 2025-02-21T07:48:20.686Z | Downloaded newtype_derive v0.1.6 |
689 | 2025-02-21T07:48:20.689Z | Downloaded rustc_version v0.4.1 |
690 | 2025-02-21T07:48:20.689Z | Downloaded rpassword v7.3.1 |
691 | 2025-02-21T07:48:20.692Z | Downloaded same-file v1.0.6 |
692 | 2025-02-21T07:48:20.692Z | Downloaded ref-cast-impl v1.0.23 |
693 | 2025-02-21T07:48:20.692Z | Downloaded openssl-probe v0.1.5 |
694 | 2025-02-21T07:48:20.695Z | Downloaded mockall v0.13.0 |
695 | 2025-02-21T07:48:20.695Z | Downloaded precomputed-hash v0.1.1 |
696 | 2025-02-21T07:48:20.705Z | Downloaded peg-runtime v0.8.3 |
697 | 2025-02-21T07:48:20.705Z | Downloaded utf8_iter v1.0.4 |
698 | 2025-02-21T07:48:20.713Z | Downloaded utf16_iter v1.0.5 |
699 | 2025-02-21T07:48:20.713Z | Downloaded zerovec-derive v0.10.3 |
700 | 2025-02-21T07:48:20.713Z | Downloaded writeable v0.5.5 |
701 | 2025-02-21T07:48:20.713Z | Downloaded tokio-native-tls v0.3.1 |
702 | 2025-02-21T07:48:20.713Z | Downloaded tui-tree-widget v0.23.0 |
703 | 2025-02-21T07:48:20.713Z | Downloaded crossbeam-channel v0.5.13 |
704 | 2025-02-21T07:48:20.716Z | Downloaded multer v3.1.0 |
705 | 2025-02-21T07:48:20.716Z | Downloaded indicatif v0.17.11 |
706 | 2025-02-21T07:48:20.721Z | Downloaded strum v0.26.3 |
707 | 2025-02-21T07:48:20.724Z | Downloaded signature v2.2.0 |
708 | 2025-02-21T07:48:20.724Z | Downloaded hickory-resolver v0.24.3 |
709 | 2025-02-21T07:48:20.728Z | Downloaded fragile v2.0.0 |
710 | 2025-02-21T07:48:20.731Z | Downloaded smallvec v1.13.2 |
711 | 2025-02-21T07:48:20.734Z | Downloaded phf_shared v0.11.2 |
712 | 2025-02-21T07:48:20.737Z | Downloaded heapless v0.7.17 |
713 | 2025-02-21T07:48:20.739Z | Downloaded nibble_vec v0.1.0 |
714 | 2025-02-21T07:48:20.743Z | Downloaded ghash v0.5.1 |
715 | 2025-02-21T07:48:20.743Z | Downloaded tls_codec_derive v0.4.1 |
716 | 2025-02-21T07:48:20.745Z | Downloaded oxnet v0.1.0 |
717 | 2025-02-21T07:48:20.745Z | Downloaded poly1305 v0.8.0 |
718 | 2025-02-21T07:48:20.748Z | Downloaded sync_wrapper v1.0.1 |
719 | 2025-02-21T07:48:20.753Z | Downloaded radium v0.7.0 |
720 | 2025-02-21T07:48:20.753Z | Downloaded ppv-lite86 v0.2.20 |
721 | 2025-02-21T07:48:20.757Z | Downloaded powerfmt v0.2.0 |
722 | 2025-02-21T07:48:20.757Z | Downloaded tracing-core v0.1.32 |
723 | 2025-02-21T07:48:20.768Z | Downloaded foreign-types v0.3.2 |
724 | 2025-02-21T07:48:20.771Z | Downloaded signal-hook-registry v1.4.2 |
725 | 2025-02-21T07:48:20.771Z | Downloaded signal-hook-mio v0.2.4 |
726 | 2025-02-21T07:48:20.774Z | Downloaded resolv-conf v0.7.0 |
727 | 2025-02-21T07:48:20.774Z | Downloaded rand_chacha v0.3.1 |
728 | 2025-02-21T07:48:20.777Z | Downloaded env_filter v0.1.2 |
729 | 2025-02-21T07:48:20.780Z | Downloaded subtle v2.6.1 |
730 | 2025-02-21T07:48:20.780Z | Downloaded percent-encoding v2.3.1 |
731 | 2025-02-21T07:48:20.780Z | Downloaded env_logger v0.11.5 |
732 | 2025-02-21T07:48:20.783Z | Downloaded term v0.7.0 |
733 | 2025-02-21T07:48:20.786Z | Downloaded env_logger v0.10.2 |
734 | 2025-02-21T07:48:20.789Z | Downloaded thiserror-no-std v2.0.2 |
735 | 2025-02-21T07:48:20.793Z | Downloaded aes-gcm v0.10.3 |
736 | 2025-02-21T07:48:20.799Z | Downloaded universal-hash v0.5.1 |
737 | 2025-02-21T07:48:20.802Z | Downloaded unarray v0.1.4 |
738 | 2025-02-21T07:48:20.803Z | Downloaded mockall_derive v0.13.0 |
739 | 2025-02-21T07:48:20.806Z | Downloaded snafu-derive v0.8.5 |
740 | 2025-02-21T07:48:20.806Z | Downloaded rfc6979 v0.4.0 |
741 | 2025-02-21T07:48:20.809Z | Downloaded peg-macros v0.8.4 |
742 | 2025-02-21T07:48:20.809Z | Downloaded owo-colors v4.1.0 |
743 | 2025-02-21T07:48:20.812Z | Downloaded ref-cast v1.0.23 |
744 | 2025-02-21T07:48:20.815Z | Downloaded diesel-dtrace v0.4.2 |
745 | 2025-02-21T07:48:20.818Z | Downloaded rustls-pemfile v1.0.4 |
746 | 2025-02-21T07:48:20.821Z | Downloaded cc v1.1.30 |
747 | 2025-02-21T07:48:20.824Z | Downloaded openssl-macros v0.1.1 |
748 | 2025-02-21T07:48:20.824Z | Downloaded slog-scope v4.4.0 |
749 | 2025-02-21T07:48:20.827Z | Downloaded derive_more v0.99.19 |
750 | 2025-02-21T07:48:20.831Z | Downloaded futures-core v0.3.31 |
751 | 2025-02-21T07:48:20.840Z | Downloaded foldhash v0.1.3 |
752 | 2025-02-21T07:48:20.840Z | Downloaded time-macros v0.2.18 |
753 | 2025-02-21T07:48:20.843Z | Downloaded slog-stdlog v4.1.1 |
754 | 2025-02-21T07:48:20.843Z | Downloaded slog-json v2.6.1 |
755 | 2025-02-21T07:48:20.843Z | Downloaded want v0.3.1 |
756 | 2025-02-21T07:48:20.843Z | Downloaded vte_generate_state_changes v0.1.2 |
757 | 2025-02-21T07:48:20.843Z | Downloaded tokio-stream v0.1.16 |
758 | 2025-02-21T07:48:20.846Z | Downloaded headers v0.4.0 |
759 | 2025-02-21T07:48:20.852Z | Downloaded downcast v0.11.0 |
760 | 2025-02-21T07:48:20.855Z | Downloaded tokio-postgres v0.7.12 |
761 | 2025-02-21T07:48:20.860Z | Downloaded predicates-core v1.0.8 |
762 | 2025-02-21T07:48:20.863Z | Downloaded predicates v3.1.3 |
763 | 2025-02-21T07:48:20.866Z | Downloaded fxhash v0.2.1 |
764 | 2025-02-21T07:48:20.866Z | Downloaded unicode-properties v0.1.3 |
765 | 2025-02-21T07:48:20.869Z | Downloaded http v1.2.0 |
766 | 2025-02-21T07:48:20.872Z | Downloaded dunce v1.0.5 |
767 | 2025-02-21T07:48:20.875Z | Downloaded zip v0.6.6 |
768 | 2025-02-21T07:48:20.878Z | Downloaded tiny-keccak v2.0.2 |
769 | 2025-02-21T07:48:20.881Z | Downloaded static_assertions v1.1.0 |
770 | 2025-02-21T07:48:20.884Z | Downloaded fallible-iterator v0.3.0 |
771 | 2025-02-21T07:48:20.887Z | Downloaded stable_deref_trait v1.2.0 |
772 | 2025-02-21T07:48:20.887Z | Downloaded ssh-cipher v0.2.0 |
773 | 2025-02-21T07:48:20.890Z | Downloaded fallible-iterator v0.2.0 |
774 | 2025-02-21T07:48:20.890Z | Downloaded pin-project v1.1.6 |
775 | 2025-02-21T07:48:20.901Z | Downloaded sqlparser_derive v0.2.2 |
776 | 2025-02-21T07:48:20.904Z | Downloaded serde-big-array v0.5.1 |
777 | 2025-02-21T07:48:20.904Z | Downloaded newtype-uuid v1.2.1 |
778 | 2025-02-21T07:48:20.907Z | Downloaded hash32 v0.2.1 |
779 | 2025-02-21T07:48:20.907Z | Downloaded typify v0.2.0 |
780 | 2025-02-21T07:48:20.910Z | Downloaded document-features v0.2.10 |
781 | 2025-02-21T07:48:20.913Z | Downloaded serde_repr v0.1.19 |
782 | 2025-02-21T07:48:20.916Z | Downloaded rusty-fork v0.3.0 |
783 | 2025-02-21T07:48:20.916Z | Downloaded walkdir v2.5.0 |
784 | 2025-02-21T07:48:20.919Z | Downloaded form_urlencoded v1.2.1 |
785 | 2025-02-21T07:48:20.923Z | Downloaded typify-macro v0.3.0 |
786 | 2025-02-21T07:48:20.923Z | Downloaded dropshot_endpoint v0.12.0 |
787 | 2025-02-21T07:48:20.928Z | Downloaded num-iter v0.1.45 |
788 | 2025-02-21T07:48:20.928Z | Downloaded zopfli v0.8.1 |
789 | 2025-02-21T07:48:20.932Z | Downloaded pkcs5 v0.7.1 |
790 | 2025-02-21T07:48:20.935Z | Downloaded foreign-types-shared v0.3.1 |
791 | 2025-02-21T07:48:20.935Z | Downloaded foreign-types-shared v0.1.1 |
792 | 2025-02-21T07:48:20.935Z | Downloaded subprocess v0.2.9 |
793 | 2025-02-21T07:48:20.938Z | Downloaded tinystr v0.7.6 |
794 | 2025-02-21T07:48:20.941Z | Downloaded rand_core v0.6.4 |
795 | 2025-02-21T07:48:20.941Z | Downloaded tungstenite v0.23.0 |
796 | 2025-02-21T07:48:20.945Z | Downloaded tokio-tungstenite v0.24.0 |
797 | 2025-02-21T07:48:20.950Z | Downloaded flate2 v1.0.35 |
798 | 2025-02-21T07:48:20.955Z | Downloaded opaque-debug v0.3.1 |
799 | 2025-02-21T07:48:20.958Z | Downloaded zerofrom v0.1.4 |
800 | 2025-02-21T07:48:20.958Z | Downloaded yoke-derive v0.7.4 |
801 | 2025-02-21T07:48:20.958Z | Downloaded r2d2 v0.8.10 |
802 | 2025-02-21T07:48:20.962Z | Downloaded tungstenite v0.21.0 |
803 | 2025-02-21T07:48:20.964Z | Downloaded semver v0.1.20 |
804 | 2025-02-21T07:48:20.964Z | Downloaded parking_lot_core v0.9.10 |
805 | 2025-02-21T07:48:20.968Z | Downloaded zerofrom-derive v0.1.4 |
806 | 2025-02-21T07:48:20.971Z | Downloaded unicode-bidi v0.3.17 |
807 | 2025-02-21T07:48:20.974Z | Downloaded num-rational v0.4.2 |
808 | 2025-02-21T07:48:20.974Z | Downloaded serde-hex v0.1.0 |
809 | 2025-02-21T07:48:20.977Z | Downloaded tinyvec_macros v0.1.1 |
810 | 2025-02-21T07:48:20.977Z | Downloaded path-slash v0.1.5 |
811 | 2025-02-21T07:48:20.980Z | Downloaded funty v2.0.0 |
812 | 2025-02-21T07:48:20.980Z | Downloaded parse-display-derive v0.10.0 |
813 | 2025-02-21T07:48:20.983Z | Downloaded parse-display v0.10.0 |
814 | 2025-02-21T07:48:20.983Z | Downloaded futures-channel v0.3.31 |
815 | 2025-02-21T07:48:20.987Z | Downloaded snafu v0.8.5 |
816 | 2025-02-21T07:48:20.993Z | Downloaded group v0.13.0 |
817 | 2025-02-21T07:48:20.996Z | Downloaded glob v0.3.2 |
818 | 2025-02-21T07:48:20.997Z | Downloaded foreign-types-macros v0.2.3 |
819 | 2025-02-21T07:48:20.997Z | Downloaded parking_lot_core v0.8.6 |
820 | 2025-02-21T07:48:21.000Z | Downloaded libm v0.2.8 |
821 | 2025-02-21T07:48:21.008Z | Downloaded structmeta v0.2.0 |
822 | 2025-02-21T07:48:21.011Z | Downloaded strip-ansi-escapes v0.2.0 |
823 | 2025-02-21T07:48:21.011Z | Downloaded pbkdf2 v0.12.2 |
824 | 2025-02-21T07:48:21.014Z | Downloaded zone_cfg_derive v0.1.2 |
825 | 2025-02-21T07:48:21.014Z | Downloaded rtoolbox v0.0.2 |
826 | 2025-02-21T07:48:21.019Z | Downloaded ecdsa v0.16.9 |
827 | 2025-02-21T07:48:21.019Z | Downloaded zone_cfg_derive v0.3.0 |
828 | 2025-02-21T07:48:21.028Z | Downloaded dropshot_endpoint v0.15.1 |
829 | 2025-02-21T07:48:21.028Z | Downloaded stringprep v0.1.5 |
830 | 2025-02-21T07:48:21.031Z | Downloaded string_cache v0.8.7 |
831 | 2025-02-21T07:48:21.031Z | Downloaded vte v0.11.1 |
832 | 2025-02-21T07:48:21.031Z | Downloaded structmeta v0.3.0 |
833 | 2025-02-21T07:48:21.031Z | Downloaded itertools v0.10.5 |
834 | 2025-02-21T07:48:21.035Z | Downloaded derive_builder_macro v0.20.2 |
835 | 2025-02-21T07:48:21.038Z | Downloaded thiserror-impl v2.0.11 |
836 | 2025-02-21T07:48:21.038Z | Downloaded idna v1.0.3 |
837 | 2025-02-21T07:48:21.042Z | Downloaded thiserror-impl-no-std v2.0.2 |
838 | 2025-02-21T07:48:21.045Z | Downloaded signal-hook-tokio v0.3.1 |
839 | 2025-02-21T07:48:21.049Z | Downloaded phf_codegen v0.11.2 |
840 | 2025-02-21T07:48:21.049Z | Downloaded display-error-chain v0.2.2 |
841 | 2025-02-21T07:48:21.055Z | Downloaded progenitor-impl v0.8.0 |
842 | 2025-02-21T07:48:21.055Z | Downloaded parking_lot v0.12.3 |
843 | 2025-02-21T07:48:21.058Z | Downloaded unsafe-libyaml v0.2.11 |
844 | 2025-02-21T07:48:21.058Z | Downloaded dirs-next v2.0.0 |
845 | 2025-02-21T07:48:21.058Z | Downloaded phf v0.11.2 |
846 | 2025-02-21T07:48:21.061Z | Downloaded itertools v0.12.1 |
847 | 2025-02-21T07:48:21.067Z | Downloaded dirs-sys-next v0.1.2 |
848 | 2025-02-21T07:48:21.074Z | Downloaded hyper v1.5.2 |
849 | 2025-02-21T07:48:21.078Z | Downloaded rand_seeder v0.3.0 |
850 | 2025-02-21T07:48:21.081Z | Downloaded quinn-udp v0.5.5 |
851 | 2025-02-21T07:48:21.081Z | Downloaded tls_codec v0.4.1 |
852 | 2025-02-21T07:48:21.084Z | Downloaded sec1 v0.7.3 |
853 | 2025-02-21T07:48:21.087Z | Downloaded structmeta-derive v0.3.0 |
854 | 2025-02-21T07:48:21.087Z | Downloaded paste v1.0.15 |
855 | 2025-02-21T07:48:21.090Z | Downloaded ed25519 v2.2.3 |
856 | 2025-02-21T07:48:21.093Z | Downloaded num-conv v0.1.0 |
857 | 2025-02-21T07:48:21.093Z | Downloaded ff v0.13.0 |
858 | 2025-02-21T07:48:21.097Z | Downloaded futures v0.3.31 |
859 | 2025-02-21T07:48:21.102Z | Downloaded rustfmt-wrapper v0.2.1 |
860 | 2025-02-21T07:48:21.105Z | Downloaded fixedbitset v0.4.2 |
861 | 2025-02-21T07:48:21.105Z | Downloaded shlex v1.3.0 |
862 | 2025-02-21T07:48:21.105Z | Downloaded pkg-config v0.3.31 |
863 | 2025-02-21T07:48:21.108Z | Downloaded russh-cryptovec v0.7.3 |
864 | 2025-02-21T07:48:21.108Z | Downloaded psl-types v2.0.11 |
865 | 2025-02-21T07:48:21.108Z | Downloaded take_mut v0.2.2 |
866 | 2025-02-21T07:48:21.111Z | Downloaded progenitor v0.9.1 |
867 | 2025-02-21T07:48:21.111Z | Downloaded phf_generator v0.11.2 |
868 | 2025-02-21T07:48:21.111Z | Downloaded num_enum v0.5.11 |
869 | 2025-02-21T07:48:21.116Z | Downloaded slab v0.4.9 |
870 | 2025-02-21T07:48:21.119Z | Downloaded siphasher v0.3.11 |
871 | 2025-02-21T07:48:21.122Z | Downloaded shell-words v1.1.0 |
872 | 2025-02-21T07:48:21.122Z | Downloaded either v1.13.0 |
873 | 2025-02-21T07:48:21.122Z | Downloaded globset v0.4.15 |
874 | 2025-02-21T07:48:21.125Z | Downloaded ssh-key v0.6.6 |
875 | 2025-02-21T07:48:21.132Z | Downloaded tower-service v0.3.3 |
876 | 2025-02-21T07:48:21.137Z | Downloaded hkdf v0.12.4 |
877 | 2025-02-21T07:48:21.137Z | Downloaded tokio-rustls v0.25.0 |
878 | 2025-02-21T07:48:21.141Z | Downloaded rusqlite v0.32.1 |
879 | 2025-02-21T07:48:21.144Z | Downloaded endian-type v0.1.2 |
880 | 2025-02-21T07:48:21.147Z | Downloaded quick-error v1.2.3 |
881 | 2025-02-21T07:48:21.147Z | Downloaded utf-8 v0.7.6 |
882 | 2025-02-21T07:48:21.150Z | Downloaded typify-macro v0.2.0 |
883 | 2025-02-21T07:48:21.150Z | Downloaded unicode-segmentation v1.12.0 |
884 | 2025-02-21T07:48:21.153Z | Downloaded filetime v0.2.25 |
885 | 2025-02-21T07:48:21.156Z | Downloaded toml_edit v0.19.15 |
886 | 2025-02-21T07:48:21.173Z | Downloaded normalize-line-endings v0.3.0 |
887 | 2025-02-21T07:48:21.176Z | Downloaded aws-lc-rs v1.10.0 |
888 | 2025-02-21T07:48:21.182Z | Downloaded derive_builder_core v0.20.2 |
889 | 2025-02-21T07:48:21.185Z | Downloaded signal-hook v0.3.17 |
890 | 2025-02-21T07:48:21.188Z | Downloaded nu-ansi-term v0.50.1 |
891 | 2025-02-21T07:48:21.192Z | Downloaded bitvec v1.0.1 |
892 | 2025-02-21T07:48:21.204Z | Downloaded num v0.4.3 |
893 | 2025-02-21T07:48:21.207Z | Downloaded phf_shared v0.10.0 |
894 | 2025-02-21T07:48:21.207Z | Downloaded new_debug_unreachable v1.0.6 |
895 | 2025-02-21T07:48:21.210Z | Downloaded write16 v1.0.0 |
896 | 2025-02-21T07:48:21.211Z | Downloaded strum_macros v0.24.3 |
897 | 2025-02-21T07:48:21.211Z | Downloaded predicates-tree v1.0.11 |
898 | 2025-02-21T07:48:21.214Z | Downloaded pin-project-internal v1.1.6 |
899 | 2025-02-21T07:48:21.214Z | Downloaded vergen v8.3.2 |
900 | 2025-02-21T07:48:21.217Z | Downloaded newline-converter v0.3.0 |
901 | 2025-02-21T07:48:21.221Z | Downloaded typify v0.3.0 |
902 | 2025-02-21T07:48:21.225Z | Downloaded scrypt v0.11.0 |
903 | 2025-02-21T07:48:21.225Z | Downloaded scopeguard v1.2.0 |
904 | 2025-02-21T07:48:21.225Z | Downloaded zone v0.1.8 |
905 | 2025-02-21T07:48:21.232Z | Downloaded difflib v0.4.0 |
906 | 2025-02-21T07:48:21.232Z | Downloaded strum_macros v0.26.4 |
907 | 2025-02-21T07:48:21.232Z | Downloaded chrono v0.4.39 |
908 | 2025-02-21T07:48:21.237Z | Downloaded sha1 v0.10.6 |
909 | 2025-02-21T07:48:21.240Z | Downloaded progenitor-macro v0.9.1 |
910 | 2025-02-21T07:48:21.240Z | Downloaded des v0.8.1 |
911 | 2025-02-21T07:48:21.240Z | Downloaded schemars_derive v0.8.21 |
912 | 2025-02-21T07:48:21.243Z | Downloaded wyz v0.5.1 |
913 | 2025-02-21T07:48:21.246Z | Downloaded serde_urlencoded v0.7.1 |
914 | 2025-02-21T07:48:21.246Z | Downloaded deranged v0.3.11 |
915 | 2025-02-21T07:48:21.246Z | Downloaded zone v0.3.0 |
916 | 2025-02-21T07:48:21.250Z | Downloaded derive_builder v0.20.2 |
917 | 2025-02-21T07:48:21.252Z | Downloaded progenitor-macro v0.8.0 |
918 | 2025-02-21T07:48:21.255Z | Downloaded packed_struct_codegen v0.10.1 |
919 | 2025-02-21T07:48:21.255Z | Downloaded pin-utils v0.1.0 |
920 | 2025-02-21T07:48:21.259Z | Downloaded russh-keys v0.45.0 |
921 | 2025-02-21T07:48:21.261Z | Downloaded p521 v0.13.3 |
922 | 2025-02-21T07:48:21.265Z | Downloaded twox-hash v2.1.0 |
923 | 2025-02-21T07:48:21.269Z | Downloaded tokio-tungstenite v0.21.0 |
924 | 2025-02-21T07:48:21.269Z | Downloaded slog-envlogger v2.2.0 |
925 | 2025-02-21T07:48:21.272Z | Downloaded tokio-tungstenite v0.23.1 |
926 | 2025-02-21T07:48:21.276Z | Downloaded proptest v1.5.0 |
927 | 2025-02-21T07:48:21.282Z | Downloaded tap v1.0.1 |
928 | 2025-02-21T07:48:21.285Z | Downloaded nanorand v0.7.0 |
929 | 2025-02-21T07:48:21.289Z | Downloaded tokio-rustls v0.26.0 |
930 | 2025-02-21T07:48:21.291Z | Downloaded similar v2.6.0 |
931 | 2025-02-21T07:48:21.295Z | Downloaded steno v0.4.1 |
932 | 2025-02-21T07:48:21.298Z | Downloaded derive-where v1.2.7 |
933 | 2025-02-21T07:48:21.301Z | Downloaded test-strategy v0.3.1 |
934 | 2025-02-21T07:48:21.304Z | Downloaded darling v0.20.10 |
935 | 2025-02-21T07:48:21.310Z | Downloaded typed-path v0.9.3 |
936 | 2025-02-21T07:48:21.315Z | Downloaded salty v0.3.0 |
937 | 2025-02-21T07:48:21.325Z | Downloaded sqlformat v0.2.6 |
938 | 2025-02-21T07:48:21.329Z | Downloaded pkcs1 v0.7.5 |
939 | 2025-02-21T07:48:21.329Z | Downloaded native-tls v0.2.12 |
940 | 2025-02-21T07:48:21.333Z | Downloaded fatfs v0.3.6 |
941 | 2025-02-21T07:48:21.333Z | Downloaded ed25519-dalek v2.1.1 |
942 | 2025-02-21T07:48:21.336Z | Downloaded pkcs8 v0.10.2 |
943 | 2025-02-21T07:48:21.339Z | Downloaded tungstenite v0.24.0 |
944 | 2025-02-21T07:48:21.342Z | Downloaded tracing v0.1.40 |
945 | 2025-02-21T07:48:21.346Z | Downloaded qorb v0.2.1 |
946 | 2025-02-21T07:48:21.352Z | Downloaded tough v0.19.0 |
947 | 2025-02-21T07:48:21.362Z | Downloaded rsa v0.9.6 |
948 | 2025-02-21T07:48:21.365Z | Downloaded url v2.5.3 |
949 | 2025-02-21T07:48:21.368Z | Downloaded icu_properties_data v1.5.0 |
950 | 2025-02-21T07:48:21.379Z | Downloaded publicsuffix v2.3.0 |
951 | 2025-02-21T07:48:21.382Z | Downloaded curve25519-dalek v4.1.3 |
952 | 2025-02-21T07:48:21.391Z | Downloaded quick-xml v0.33.0 |
953 | 2025-02-21T07:48:21.398Z | Downloaded lalrpop v0.19.12 |
954 | 2025-02-21T07:48:21.412Z | Downloaded tar v0.4.42 |
955 | 2025-02-21T07:48:21.415Z | Downloaded webpki-roots v0.26.6 |
956 | 2025-02-21T07:48:21.417Z | Downloaded rustls-webpki v0.101.7 |
957 | 2025-02-21T07:48:21.433Z | Downloaded num-bigint v0.4.6 |
958 | 2025-02-21T07:48:21.436Z | Downloaded hashbrown v0.12.3 |
959 | 2025-02-21T07:48:21.440Z | Downloaded hashbrown v0.13.2 |
960 | 2025-02-21T07:48:21.445Z | Downloaded expectorate v1.1.0 |
961 | 2025-02-21T07:48:21.447Z | Downloaded quinn-proto v0.11.8 |
962 | 2025-02-21T07:48:21.454Z | Downloaded zerocopy v0.8.10 |
963 | 2025-02-21T07:48:21.479Z | Downloaded rustls-webpki v0.102.8 |
964 | 2025-02-21T07:48:21.498Z | Downloaded polar-core v0.27.3 |
965 | 2025-02-21T07:48:21.507Z | Downloaded smoltcp v0.11.0 |
966 | 2025-02-21T07:48:21.519Z | Downloaded hashbrown v0.14.5 |
967 | 2025-02-21T07:48:21.525Z | Downloaded rayon v1.10.0 |
968 | 2025-02-21T07:48:21.535Z | Downloaded zip v2.1.3 |
969 | 2025-02-21T07:48:21.539Z | Downloaded chrono-tz v0.10.1 |
970 | 2025-02-21T07:48:21.548Z | Downloaded nom v7.1.3 |
971 | 2025-02-21T07:48:21.553Z | Downloaded bstr v1.10.0 |
972 | 2025-02-21T07:48:21.564Z | Downloaded vcpkg v0.2.15 |
973 | 2025-02-21T07:48:21.602Z | Downloaded p384 v0.13.0 |
974 | 2025-02-21T07:48:21.609Z | Downloaded h2 v0.4.6 |
975 | 2025-02-21T07:48:21.614Z | Downloaded regress v0.9.1 |
976 | 2025-02-21T07:48:21.624Z | Downloaded smoltcp v0.9.1 |
977 | 2025-02-21T07:48:21.634Z | Downloaded openssl v0.10.70 |
978 | 2025-02-21T07:48:21.645Z | Downloaded petname v2.0.2 |
979 | 2025-02-21T07:48:21.650Z | Downloaded rustls v0.22.4 |
980 | 2025-02-21T07:48:21.664Z | Downloaded diesel v2.2.7 |
981 | 2025-02-21T07:48:21.684Z | Downloaded nix v0.28.0 |
982 | 2025-02-21T07:48:21.694Z | Downloaded object v0.36.5 |
983 | 2025-02-21T07:48:21.725Z | Downloaded openapiv3 v2.0.0 |
984 | 2025-02-21T07:48:21.727Z | Downloaded nix v0.29.0 |
985 | 2025-02-21T07:48:21.731Z | Downloaded regex v1.11.1 |
986 | 2025-02-21T07:48:21.746Z | Downloaded dropshot v0.15.1 |
987 | 2025-02-21T07:48:21.766Z | Downloaded rustls v0.21.12 |
988 | 2025-02-21T07:48:21.779Z | Downloaded regex-syntax v0.8.5 |
989 | 2025-02-21T07:48:21.787Z | Downloaded rustls v0.23.19 |
990 | 2025-02-21T07:48:21.798Z | Downloaded hickory-proto v0.24.3 |
991 | 2025-02-21T07:48:21.814Z | Downloaded typify-impl v0.3.0 |
992 | 2025-02-21T07:48:21.830Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
993 | 2025-02-21T07:48:21.842Z | Downloaded dropshot v0.12.0 |
994 | 2025-02-21T07:48:21.866Z | Downloaded ratatui v0.29.0 |
995 | 2025-02-21T07:48:21.882Z | Downloaded regex-syntax v0.6.29 |
996 | 2025-02-21T07:48:21.889Z | Downloaded git2 v0.19.0 |
997 | 2025-02-21T07:48:21.898Z | Downloaded sqlparser v0.45.0 |
998 | 2025-02-21T07:48:21.903Z | Downloaded portable-atomic v1.9.0 |
999 | 2025-02-21T07:48:21.910Z | Downloaded regex-automata v0.4.8 |
1000 | 2025-02-21T07:48:21.929Z | Downloaded nix v0.27.1 |
1001 | 2025-02-21T07:48:21.938Z | Downloaded zerocopy-derive v0.6.6 |
1002 | 2025-02-21T07:48:21.947Z | Downloaded gimli v0.31.1 |
1003 | 2025-02-21T07:48:21.956Z | Downloaded typify-impl v0.2.0 |
1004 | 2025-02-21T07:48:21.972Z | Downloaded sled v0.34.7 |
1005 | 2025-02-21T07:48:21.982Z | Downloaded tokio v1.43.0 |
1006 | 2025-02-21T07:48:22.019Z | Downloaded sha3 v0.10.8 |
1007 | 2025-02-21T07:48:22.023Z | Downloaded csv v1.3.1 |
1008 | 2025-02-21T07:48:22.043Z | Downloaded regress v0.10.1 |
1009 | 2025-02-21T07:48:22.051Z | Downloaded object v0.30.4 |
1010 | 2025-02-21T07:48:22.060Z | Downloaded unicode-width v0.2.0 |
1011 | 2025-02-21T07:48:22.066Z | Downloaded winnow v0.5.40 |
1012 | 2025-02-21T07:48:22.074Z | Downloaded futures-util v0.3.31 |
1013 | 2025-02-21T07:48:22.086Z | Downloaded petgraph v0.6.5 |
1014 | 2025-02-21T07:48:22.103Z | Downloaded radix_trie v0.2.1 |
1015 | 2025-02-21T07:48:22.108Z | Downloaded lzma-sys v0.1.20 |
1016 | 2025-02-21T07:48:22.137Z | Downloaded russh v0.45.0 |
1017 | 2025-02-21T07:48:22.142Z | Downloaded half v2.4.1 |
1018 | 2025-02-21T07:48:22.144Z | Downloaded bindgen v0.69.5 |
1019 | 2025-02-21T07:48:22.151Z | Downloaded enum-as-inner v0.6.1 |
1020 | 2025-02-21T07:48:22.154Z | Downloaded tokio-util v0.7.12 |
1021 | 2025-02-21T07:48:22.159Z | Downloaded ron v0.8.1 |
1022 | 2025-02-21T07:48:22.164Z | Downloaded libz-sys v1.1.20 |
1023 | 2025-02-21T07:48:22.187Z | Downloaded num-bigint-dig v0.8.4 |
1024 | 2025-02-21T07:48:22.191Z | Downloaded pin-project-lite v0.2.14 |
1025 | 2025-02-21T07:48:22.195Z | Downloaded strum_macros v0.25.3 |
1026 | 2025-02-21T07:48:22.200Z | Downloaded zerovec v0.10.4 |
1027 | 2025-02-21T07:48:22.202Z | Downloaded tabwriter v1.4.0 |
1028 | 2025-02-21T07:48:22.203Z | Downloaded num-complex v0.4.6 |
1029 | 2025-02-21T07:48:22.205Z | Downloaded unicode-normalization v0.1.24 |
1030 | 2025-02-21T07:48:22.207Z | Downloaded value-bag v1.9.0 |
1031 | 2025-02-21T07:48:22.210Z | Downloaded ron v0.7.1 |
1032 | 2025-02-21T07:48:22.214Z | Downloaded parse-zoneinfo v0.3.1 |
1033 | 2025-02-21T07:48:22.217Z | Downloaded omicron-zone-package v0.12.0 |
1034 | 2025-02-21T07:48:22.221Z | Downloaded progenitor-impl v0.9.1 |
1035 | 2025-02-21T07:48:22.226Z | Downloaded progenitor-client v0.8.0 |
1036 | 2025-02-21T07:48:22.226Z | Downloaded olpc-cjson v0.1.4 |
1037 | 2025-02-21T07:48:22.228Z | Downloaded num_enum_derive v0.5.11 |
1038 | 2025-02-21T07:48:22.228Z | Downloaded salsa20 v0.10.2 |
1039 | 2025-02-21T07:48:22.228Z | Downloaded rustversion v1.0.17 |
1040 | 2025-02-21T07:48:22.232Z | Downloaded flagset v0.4.6 |
1041 | 2025-02-21T07:48:22.232Z | Downloaded fallible-streaming-iterator v0.1.9 |
1042 | 2025-02-21T07:48:22.232Z | Downloaded untrusted v0.9.0 |
1043 | 2025-02-21T07:48:22.235Z | Downloaded untrusted v0.7.1 |
1044 | 2025-02-21T07:48:22.235Z | Downloaded parking_lot v0.11.2 |
1045 | 2025-02-21T07:48:22.235Z | Downloaded uzers v0.12.1 |
1046 | 2025-02-21T07:48:22.238Z | Downloaded displaydoc v0.2.5 |
1047 | 2025-02-21T07:48:22.241Z | Downloaded tinyvec v1.8.0 |
1048 | 2025-02-21T07:48:22.245Z | Downloaded rustyline v14.0.0 |
1049 | 2025-02-21T07:48:22.249Z | Downloaded reqwest v0.12.9 |
1050 | 2025-02-21T07:48:22.255Z | Downloaded reedline v0.35.0 |
1051 | 2025-02-21T07:48:22.262Z | Downloaded p256 v0.13.2 |
1052 | 2025-02-21T07:48:22.265Z | Downloaded thiserror v2.0.11 |
1053 | 2025-02-21T07:48:22.270Z | Downloaded blake3 v1.5.4 |
1054 | 2025-02-21T07:48:22.279Z | Downloaded yoke v0.7.4 |
1055 | 2025-02-21T07:48:22.282Z | Downloaded yasna v0.5.2 |
1056 | 2025-02-21T07:48:22.282Z | Downloaded num-traits v0.2.19 |
1057 | 2025-02-21T07:48:22.284Z | Downloaded x509-cert v0.2.5 |
1058 | 2025-02-21T07:48:22.290Z | Downloaded uuid v1.12.0 |
1059 | 2025-02-21T07:48:22.294Z | Downloaded diesel_derives v2.2.3 |
1060 | 2025-02-21T07:48:22.297Z | Downloaded zerocopy-derive v0.8.10 |
1061 | 2025-02-21T07:48:22.303Z | Downloaded password-hash v0.5.0 |
1062 | 2025-02-21T07:48:22.305Z | Downloaded password-hash v0.4.2 |
1063 | 2025-02-21T07:48:22.309Z | Downloaded time v0.3.36 |
1064 | 2025-02-21T07:48:22.313Z | Downloaded itertools v0.13.0 |
1065 | 2025-02-21T07:48:22.320Z | Downloaded serde_with v3.11.0 |
1066 | 2025-02-21T07:48:22.329Z | Downloaded fd-lock v4.0.2 |
1067 | 2025-02-21T07:48:22.332Z | Downloaded xz2 v0.1.7 |
1068 | 2025-02-21T07:48:22.332Z | Downloaded xattr v1.3.1 |
1069 | 2025-02-21T07:48:22.334Z | Downloaded gethostname v0.5.0 |
1070 | 2025-02-21T07:48:22.334Z | Downloaded peg v0.8.4 |
1071 | 2025-02-21T07:48:22.338Z | Downloaded openssl-sys v0.9.105 |
1072 | 2025-02-21T07:48:22.343Z | Downloaded spin v0.9.8 |
1073 | 2025-02-21T07:48:22.346Z | Downloaded rustls-pki-types v1.10.0 |
1074 | 2025-02-21T07:48:22.350Z | Downloaded schemars v0.8.21 |
1075 | 2025-02-21T07:48:22.358Z | Downloaded der v0.7.9 |
1076 | 2025-02-21T07:48:22.364Z | Downloaded dsl_auto_type v0.1.2 |
1077 | 2025-02-21T07:48:22.368Z | Downloaded wait-timeout v0.2.0 |
1078 | 2025-02-21T07:48:22.368Z | Downloaded hash32 v0.3.1 |
1079 | 2025-02-21T07:48:22.368Z | Downloaded darling_core v0.20.10 |
1080 | 2025-02-21T07:48:22.371Z | Downloaded rand v0.8.5 |
1081 | 2025-02-21T07:48:22.375Z | Downloaded encoding_rs v0.8.34 |
1082 | 2025-02-21T07:48:22.397Z | Downloaded libxml v0.3.3 |
1083 | 2025-02-21T07:48:22.403Z | Downloaded daft-derive v0.1.1 |
1084 | 2025-02-21T07:48:22.406Z | Downloaded num-integer v0.1.46 |
1085 | 2025-02-21T07:48:22.409Z | Downloaded diff v0.1.13 |
1086 | 2025-02-21T07:48:22.411Z | Downloaded topological-sort v0.2.2 |
1087 | 2025-02-21T07:48:22.411Z | Downloaded synstructure v0.13.1 |
1088 | 2025-02-21T07:48:22.415Z | Downloaded slog-dtrace v0.3.0 |
1089 | 2025-02-21T07:48:22.415Z | Downloaded nodrop v0.1.14 |
1090 | 2025-02-21T07:48:22.415Z | Downloaded serde_plain v1.0.2 |
1091 | 2025-02-21T07:48:22.418Z | Downloaded sct v0.7.1 |
1092 | 2025-02-21T07:48:22.418Z | Downloaded toml v0.7.8 |
1093 | 2025-02-21T07:48:22.421Z | Downloaded postcard v1.0.10 |
1094 | 2025-02-21T07:48:22.423Z | Downloaded getrandom v0.2.15 |
1095 | 2025-02-21T07:48:22.426Z | Downloaded samael v0.0.17 |
1096 | 2025-02-21T07:48:22.432Z | Downloaded rayon-core v1.12.1 |
1097 | 2025-02-21T07:48:22.435Z | Downloaded unicode_categories v0.1.1 |
1098 | 2025-02-21T07:48:22.437Z | Downloaded hickory-server v0.24.3 |
1099 | 2025-02-21T07:48:22.441Z | Downloaded serde_path_to_error v0.1.16 |
1100 | 2025-02-21T07:48:22.444Z | Downloaded prettyplease v0.2.29 |
1101 | 2025-02-21T07:48:22.448Z | Downloaded postgres-types v0.2.8 |
1102 | 2025-02-21T07:48:22.451Z | Downloaded postgres-protocol v0.6.7 |
1103 | 2025-02-21T07:48:22.451Z | Downloaded oso v0.27.3 |
1104 | 2025-02-21T07:48:22.454Z | Downloaded fs_extra v1.3.0 |
1105 | 2025-02-21T07:48:22.458Z | Downloaded socket2 v0.5.7 |
1106 | 2025-02-21T07:48:22.461Z | Downloaded crossterm v0.28.1 |
1107 | 2025-02-21T07:48:22.465Z | Downloaded aho-corasick v1.1.3 |
1108 | 2025-02-21T07:48:22.470Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1109 | 2025-02-21T07:48:22.526Z | Downloaded flume v0.11.1 |
1110 | 2025-02-21T07:48:22.530Z | Downloaded elliptic-curve v0.13.8 |
1111 | 2025-02-21T07:48:22.533Z | Downloaded zerocopy v0.6.6 |
1112 | 2025-02-21T07:48:22.536Z | Downloaded pem-rfc7468 v0.7.0 |
1113 | 2025-02-21T07:48:22.539Z | Downloaded mio v1.0.2 |
1114 | 2025-02-21T07:48:22.542Z | Downloaded minimal-lexical v0.2.1 |
1115 | 2025-02-21T07:48:22.547Z | Downloaded crypto-bigint v0.5.5 |
1116 | 2025-02-21T07:48:22.553Z | Downloaded bytes v1.9.0 |
1117 | 2025-02-21T07:48:22.556Z | Downloaded slog-term v2.9.1 |
1118 | 2025-02-21T07:48:22.559Z | Downloaded hyper-util v0.1.10 |
1119 | 2025-02-21T07:48:22.562Z | Downloaded foreign-types v0.5.0 |
1120 | 2025-02-21T07:48:22.565Z | Downloaded rustc-demangle v0.1.24 |
1121 | 2025-02-21T07:48:22.565Z | Downloaded quinn v0.11.5 |
1122 | 2025-02-21T07:48:22.568Z | Downloaded serde_yaml v0.9.34+deprecated |
1123 | 2025-02-21T07:48:22.571Z | Downloaded bumpalo v3.16.0 |
1124 | 2025-02-21T07:48:22.574Z | Downloaded termtree v0.5.1 |
1125 | 2025-02-21T07:48:22.576Z | Downloaded smf v0.2.3 |
1126 | 2025-02-21T07:48:22.576Z | Downloaded tokio-macros v2.5.0 |
1127 | 2025-02-21T07:48:22.579Z | Downloaded icu_collections v1.5.0 |
1128 | 2025-02-21T07:48:22.582Z | Downloaded rcgen v0.12.1 |
1129 | 2025-02-21T07:48:22.584Z | Downloaded backtrace v0.3.74 |
1130 | 2025-02-21T07:48:22.589Z | Downloaded vsss-rs v3.3.4 |
1131 | 2025-02-21T07:48:22.593Z | Downloaded pbkdf2 v0.11.0 |
1132 | 2025-02-21T07:48:22.595Z | Downloaded miniz_oxide v0.8.0 |
1133 | 2025-02-21T07:48:22.598Z | Downloaded aes v0.8.4 |
1134 | 2025-02-21T07:48:22.605Z | Downloaded futures-macro v0.3.31 |
1135 | 2025-02-21T07:48:22.605Z | Downloaded float-ord v0.3.2 |
1136 | 2025-02-21T07:48:22.605Z | Downloaded base64 v0.21.7 |
1137 | 2025-02-21T07:48:22.609Z | Downloaded ena v0.14.3 |
1138 | 2025-02-21T07:48:22.609Z | Downloaded embedded-io v0.6.1 |
1139 | 2025-02-21T07:48:22.609Z | Downloaded embedded-io v0.4.0 |
1140 | 2025-02-21T07:48:22.614Z | Downloaded dyn-clone v1.0.17 |
1141 | 2025-02-21T07:48:22.614Z | Downloaded defmt-parser v0.3.4 |
1142 | 2025-02-21T07:48:22.614Z | Downloaded float-cmp v0.10.0 |
1143 | 2025-02-21T07:48:22.617Z | Downloaded zeroize_derive v1.4.2 |
1144 | 2025-02-21T07:48:22.617Z | Downloaded serde_derive_internals v0.29.1 |
1145 | 2025-02-21T07:48:22.617Z | Downloaded hmac v0.12.1 |
1146 | 2025-02-21T07:48:22.617Z | Downloaded crossbeam-utils v0.8.20 |
1147 | 2025-02-21T07:48:22.621Z | Downloaded thread_local v1.1.8 |
1148 | 2025-02-21T07:48:22.621Z | Downloaded bcs v0.1.6 |
1149 | 2025-02-21T07:48:22.624Z | Downloaded debug-ignore v1.0.5 |
1150 | 2025-02-21T07:48:22.624Z | Downloaded data-encoding v2.6.0 |
1151 | 2025-02-21T07:48:22.627Z | Downloaded zeroize v1.8.1 |
1152 | 2025-02-21T07:48:22.627Z | Downloaded serde_with_macros v3.11.0 |
1153 | 2025-02-21T07:48:22.627Z | Downloaded litrs v0.4.1 |
1154 | 2025-02-21T07:48:22.630Z | Downloaded icu_locid v1.5.0 |
1155 | 2025-02-21T07:48:22.635Z | Downloaded blake2 v0.10.6 |
1156 | 2025-02-21T07:48:22.638Z | Downloaded bb8 v0.8.5 |
1157 | 2025-02-21T07:48:22.638Z | Downloaded icu_locid_transform_data v1.5.0 |
1158 | 2025-02-21T07:48:22.641Z | Downloaded ipnet v2.10.1 |
1159 | 2025-02-21T07:48:22.641Z | Downloaded icu_normalizer_data v1.5.0 |
1160 | 2025-02-21T07:48:22.645Z | Downloaded simd-adler32 v0.3.7 |
1161 | 2025-02-21T07:48:22.645Z | Downloaded cookie v0.18.1 |
1162 | 2025-02-21T07:48:22.650Z | Downloaded ipnetwork v0.21.1 |
1163 | 2025-02-21T07:48:22.653Z | Downloaded litemap v0.7.3 |
1164 | 2025-02-21T07:48:22.653Z | Downloaded linear-map v1.2.0 |
1165 | 2025-02-21T07:48:22.653Z | Downloaded iana-time-zone v0.1.61 |
1166 | 2025-02-21T07:48:22.656Z | Downloaded httparse v1.9.5 |
1167 | 2025-02-21T07:48:22.656Z | Downloaded curve25519-dalek-derive v0.1.1 |
1168 | 2025-02-21T07:48:22.659Z | Downloaded async-stream v0.3.6 |
1169 | 2025-02-21T07:48:22.659Z | Downloaded const-oid v0.9.6 |
1170 | 2025-02-21T07:48:22.664Z | Downloaded hyper-rustls v0.27.3 |
1171 | 2025-02-21T07:48:22.664Z | Downloaded lru-cache v0.1.2 |
1172 | 2025-02-21T07:48:22.667Z | Downloaded bzip2 v0.4.4 |
1173 | 2025-02-21T07:48:22.667Z | Downloaded home v0.5.9 |
1174 | 2025-02-21T07:48:22.667Z | Downloaded console v0.15.10 |
1175 | 2025-02-21T07:48:22.670Z | Downloaded base16ct v0.2.0 |
1176 | 2025-02-21T07:48:22.671Z | Downloaded arrayref v0.3.9 |
1177 | 2025-02-21T07:48:22.671Z | Downloaded csv-core v0.1.11 |
1178 | 2025-02-21T07:48:22.673Z | Downloaded chrono-tz-build v0.4.0 |
1179 | 2025-02-21T07:48:22.674Z | Downloaded arc-swap v1.7.1 |
1180 | 2025-02-21T07:48:22.677Z | Downloaded httpdate v1.0.3 |
1181 | 2025-02-21T07:48:22.677Z | Downloaded cookie_store v0.21.1 |
1182 | 2025-02-21T07:48:22.680Z | Downloaded async-bb8-diesel v0.2.1 |
1183 | 2025-02-21T07:48:22.683Z | Downloaded idna_adapter v1.2.0 |
1184 | 2025-02-21T07:48:22.683Z | Downloaded ciborium v0.2.2 |
1185 | 2025-02-21T07:48:22.686Z | Downloaded backoff v0.4.0 |
1186 | 2025-02-21T07:48:22.686Z | Downloaded hyper-tls v0.6.0 |
1187 | 2025-02-21T07:48:22.690Z | Downloaded hubpack v0.1.2 |
1188 | 2025-02-21T07:48:22.690Z | Downloaded ctr v0.9.2 |
1189 | 2025-02-21T07:48:22.690Z | Downloaded castaway v0.2.3 |
1190 | 2025-02-21T07:48:22.693Z | Downloaded bitfield v0.14.0 |
1191 | 2025-02-21T07:48:22.693Z | Downloaded atomic-waker v1.1.2 |
1192 | 2025-02-21T07:48:22.693Z | Downloaded async-trait v0.1.86 |
1193 | 2025-02-21T07:48:22.698Z | Downloaded arrayvec v0.7.6 |
1194 | 2025-02-21T07:48:22.701Z | Downloaded bitfield-struct v0.6.2 |
1195 | 2025-02-21T07:48:22.701Z | Downloaded chacha20 v0.9.1 |
1196 | 2025-02-21T07:48:22.701Z | Downloaded bitflags v1.3.2 |
1197 | 2025-02-21T07:48:22.704Z | Downloaded http-range v0.1.5 |
1198 | 2025-02-21T07:48:22.704Z | Downloaded ascii-canvas v3.0.0 |
1199 | 2025-02-21T07:48:22.888Z | Downloaded ring v0.17.8 |
1200 | 2025-02-21T07:48:22.995Z | Downloaded aws-lc-sys v0.22.0 |
1201 | 2025-02-21T07:48:23.223Z | Downloaded libsqlite3-sys v0.30.1 |
1202 | 2025-02-21T07:48:23.395Z | Compiling serde v1.0.217 |
1203 | 2025-02-21T07:48:23.398Z | Compiling lock_api v0.4.12 |
1204 | 2025-02-21T07:48:23.398Z | Compiling value-bag v1.9.0 |
1205 | 2025-02-21T07:48:23.398Z | Compiling scopeguard v1.2.0 |
1206 | 2025-02-21T07:48:23.552Z | Compiling typenum v1.17.0 |
1207 | 2025-02-21T07:48:23.555Z | Compiling generic-array v0.14.7 |
1208 | 2025-02-21T07:48:23.607Z | Compiling syn v2.0.96 |
1209 | 2025-02-21T07:48:23.622Z | Compiling getrandom v0.2.15 |
1210 | 2025-02-21T07:48:23.735Z | Compiling subtle v2.6.1 |
1211 | 2025-02-21T07:48:23.922Z | Compiling rand_core v0.6.4 |
1212 | 2025-02-21T07:48:23.998Z | Compiling log v0.4.22 |
1213 | 2025-02-21T07:48:24.131Z | Compiling shlex v1.3.0 |
1214 | 2025-02-21T07:48:24.164Z | Compiling jobserver v0.1.32 |
1215 | 2025-02-21T07:48:24.185Z | Compiling smallvec v1.13.2 |
1216 | 2025-02-21T07:48:24.488Z | Compiling const-oid v0.9.6 |
1217 | 2025-02-21T07:48:24.509Z | Compiling pin-project-lite v0.2.14 |
1218 | 2025-02-21T07:48:24.509Z | Compiling rustix v0.38.37 |
1219 | 2025-02-21T07:48:24.595Z | Compiling cc v1.1.30 |
1220 | 2025-02-21T07:48:24.649Z | Compiling spin v0.9.8 |
1221 | 2025-02-21T07:48:24.782Z | Compiling parking_lot_core v0.9.10 |
1222 | 2025-02-21T07:48:24.960Z | Compiling futures-core v0.3.31 |
1223 | 2025-02-21T07:48:25.034Z | Compiling signal-hook-registry v1.4.2 |
1224 | 2025-02-21T07:48:25.247Z | Compiling mio v1.0.2 |
1225 | 2025-02-21T07:48:25.351Z | Compiling aho-corasick v1.1.3 |
1226 | 2025-02-21T07:48:25.728Z | Compiling parking_lot v0.12.3 |
1227 | 2025-02-21T07:48:25.883Z | Compiling stable_deref_trait v1.2.0 |
1228 | 2025-02-21T07:48:26.007Z | Compiling either v1.13.0 |
1229 | 2025-02-21T07:48:26.077Z | Compiling regex-syntax v0.8.5 |
1230 | 2025-02-21T07:48:26.278Z | Compiling cpufeatures v0.2.14 |
1231 | 2025-02-21T07:48:26.386Z | Compiling futures-sink v0.3.31 |
1232 | 2025-02-21T07:48:26.435Z | Compiling glob v0.3.2 |
1233 | 2025-02-21T07:48:26.523Z | Compiling socket2 v0.5.7 |
1234 | 2025-02-21T07:48:26.546Z | Compiling slab v0.4.9 |
1235 | 2025-02-21T07:48:26.547Z | Compiling prettyplease v0.2.29 |
1236 | 2025-02-21T07:48:26.920Z | Compiling lazy_static v1.5.0 |
1237 | 2025-02-21T07:48:27.002Z | Compiling serde_json v1.0.135 |
1238 | 2025-02-21T07:48:27.058Z | Compiling minimal-lexical v0.2.1 |
1239 | 2025-02-21T07:48:27.235Z | Compiling clang-sys v1.8.1 |
1240 | 2025-02-21T07:48:27.384Z | Compiling libloading v0.8.5 |
1241 | 2025-02-21T07:48:27.785Z | Compiling nom v7.1.3 |
1242 | 2025-02-21T07:48:27.799Z | Compiling home v0.5.9 |
1243 | 2025-02-21T07:48:27.799Z | Compiling bindgen v0.69.5 |
1244 | 2025-02-21T07:48:27.839Z | Compiling futures-channel v0.3.31 |
1245 | 2025-02-21T07:48:28.028Z | Compiling itertools v0.12.1 |
1246 | 2025-02-21T07:48:28.260Z | Compiling rustc-hash v1.1.0 |
1247 | 2025-02-21T07:48:28.434Z | Compiling futures-task v0.3.31 |
1248 | 2025-02-21T07:48:28.668Z | Compiling allocator-api2 v0.2.18 |
1249 | 2025-02-21T07:48:28.737Z | Compiling pin-utils v0.1.0 |
1250 | 2025-02-21T07:48:28.842Z | Compiling futures-io v0.3.31 |
1251 | 2025-02-21T07:48:29.124Z | Compiling lazycell v1.3.0 |
1252 | 2025-02-21T07:48:29.300Z | Compiling libm v0.2.8 |
1253 | 2025-02-21T07:48:29.396Z | Compiling foldhash v0.1.3 |
1254 | 2025-02-21T07:48:29.642Z | Compiling regex-automata v0.4.8 |
1255 | 2025-02-21T07:48:29.726Z | Compiling hashbrown v0.15.1 |
1256 | 2025-02-21T07:48:29.788Z | Compiling cmake v0.1.51 |
1257 | 2025-02-21T07:48:30.668Z | Compiling cexpr v0.6.0 |
1258 | 2025-02-21T07:48:30.821Z | Compiling synstructure v0.13.1 |
1259 | 2025-02-21T07:48:30.916Z | Compiling num-traits v0.2.19 |
1260 | 2025-02-21T07:48:31.225Z | Compiling fs_extra v1.3.0 |
1261 | 2025-02-21T07:48:31.768Z | Compiling dunce v1.0.5 |
1262 | 2025-02-21T07:48:31.908Z | Compiling pkg-config v0.3.31 |
1263 | 2025-02-21T07:48:32.203Z | Compiling writeable v0.5.5 |
1264 | 2025-02-21T07:48:32.221Z | Compiling litemap v0.7.3 |
1265 | 2025-02-21T07:48:32.602Z | Compiling ring v0.17.8 |
1266 | 2025-02-21T07:48:32.706Z | Compiling paste v1.0.15 |
1267 | 2025-02-21T07:48:33.225Z | Compiling base64ct v1.6.0 |
1268 | 2025-02-21T07:48:33.592Z | Compiling aws-lc-rs v1.10.0 |
1269 | 2025-02-21T07:48:33.688Z | Compiling pem-rfc7468 v0.7.0 |
1270 | 2025-02-21T07:48:33.809Z | Compiling httparse v1.9.5 |
1271 | 2025-02-21T07:48:33.996Z | Compiling flagset v0.4.6 |
1272 | 2025-02-21T07:48:34.225Z | Compiling icu_locid_transform_data v1.5.0 |
1273 | 2025-02-21T07:48:34.337Z | Compiling tracing-core v0.1.32 |
1274 | 2025-02-21T07:48:34.554Z | Compiling rustls-pki-types v1.10.0 |
1275 | 2025-02-21T07:48:34.852Z | Compiling regex v1.11.1 |
1276 | 2025-02-21T07:48:35.325Z | Compiling crossbeam-utils v0.8.20 |
1277 | 2025-02-21T07:48:35.466Z | Compiling percent-encoding v2.3.1 |
1278 | 2025-02-21T07:48:35.469Z | Compiling icu_properties_data v1.5.0 |
1279 | 2025-02-21T07:48:35.772Z | Compiling powerfmt v0.2.0 |
1280 | 2025-02-21T07:48:35.791Z | Compiling vcpkg v0.2.15 |
1281 | 2025-02-21T07:48:35.808Z | Compiling serde_derive v1.0.217 |
1282 | 2025-02-21T07:48:35.828Z | Compiling zeroize_derive v1.4.2 |
1283 | 2025-02-21T07:48:36.123Z | Compiling zerocopy-derive v0.7.35 |
1284 | 2025-02-21T07:48:36.341Z | Compiling zerofrom-derive v0.1.4 |
1285 | 2025-02-21T07:48:37.193Z | Compiling zeroize v1.8.1 |
1286 | 2025-02-21T07:48:37.395Z | Compiling tokio-macros v2.5.0 |
1287 | 2025-02-21T07:48:37.728Z | Compiling yoke-derive v0.7.4 |
1288 | 2025-02-21T07:48:38.040Z | Compiling zerocopy v0.7.35 |
1289 | 2025-02-21T07:48:38.846Z | Compiling crypto-common v0.1.6 |
1290 | 2025-02-21T07:48:38.867Z | Compiling block-buffer v0.10.4 |
1291 | 2025-02-21T07:48:39.088Z | Compiling digest v0.10.7 |
1292 | 2025-02-21T07:48:39.106Z | Compiling zerovec-derive v0.10.3 |
1293 | 2025-02-21T07:48:39.132Z | Compiling thiserror-impl v1.0.69 |
1294 | 2025-02-21T07:48:39.437Z | Compiling displaydoc v0.2.5 |
1295 | 2025-02-21T07:48:39.551Z | Compiling hmac v0.12.1 |
1296 | 2025-02-21T07:48:39.608Z | Compiling zerofrom v0.1.4 |
1297 | 2025-02-21T07:48:39.756Z | Compiling futures-macro v0.3.31 |
1298 | 2025-02-21T07:48:39.802Z | Compiling block-padding v0.3.3 |
1299 | 2025-02-21T07:48:39.822Z | Compiling sha2 v0.10.8 |
1300 | 2025-02-21T07:48:40.042Z | Compiling inout v0.1.3 |
1301 | 2025-02-21T07:48:40.267Z | Compiling yoke v0.7.4 |
1302 | 2025-02-21T07:48:40.327Z | Compiling cipher v0.4.4 |
1303 | 2025-02-21T07:48:40.606Z | Compiling icu_provider_macros v1.5.0 |
1304 | 2025-02-21T07:48:40.841Z | Compiling ppv-lite86 v0.2.20 |
1305 | 2025-02-21T07:48:40.940Z | Compiling der_derive v0.7.3 |
1306 | 2025-02-21T07:48:41.504Z | Compiling zerovec v0.10.4 |
1307 | 2025-02-21T07:48:41.546Z | Compiling futures-util v0.3.31 |
1308 | 2025-02-21T07:48:41.566Z | Compiling rand_chacha v0.3.1 |
1309 | 2025-02-21T07:48:41.592Z | Compiling tracing-attributes v0.1.27 |
1310 | 2025-02-21T07:48:42.025Z | Compiling thiserror v1.0.69 |
1311 | 2025-02-21T07:48:42.183Z | Compiling pest v2.7.14 |
1312 | 2025-02-21T07:48:43.224Z | Compiling tinystr v0.7.6 |
1313 | 2025-02-21T07:48:43.361Z | Compiling der v0.7.9 |
1314 | 2025-02-21T07:48:43.487Z | Compiling icu_collections v1.5.0 |
1315 | 2025-02-21T07:48:43.599Z | Compiling icu_locid v1.5.0 |
1316 | 2025-02-21T07:48:43.884Z | Compiling rand v0.8.5 |
1317 | 2025-02-21T07:48:44.759Z | Compiling icu_provider v1.5.0 |
1318 | 2025-02-21T07:48:44.783Z | Compiling tracing v0.1.40 |
1319 | 2025-02-21T07:48:45.281Z | Compiling spki v0.7.3 |
1320 | 2025-02-21T07:48:45.302Z | Compiling salsa20 v0.10.2 |
1321 | 2025-02-21T07:48:45.493Z | Compiling icu_locid_transform v1.5.0 |
1322 | 2025-02-21T07:48:45.536Z | Compiling pbkdf2 v0.12.2 |
1323 | 2025-02-21T07:48:45.714Z | Compiling write16 v1.0.0 |
1324 | 2025-02-21T07:48:45.717Z | Compiling utf8_iter v1.0.4 |
1325 | 2025-02-21T07:48:45.731Z | Compiling icu_normalizer_data v1.5.0 |
1326 | 2025-02-21T07:48:45.860Z | Compiling time-core v0.1.2 |
1327 | 2025-02-21T07:48:45.881Z | Compiling untrusted v0.7.1 |
1328 | 2025-02-21T07:48:45.884Z | Compiling utf16_iter v1.0.5 |
1329 | 2025-02-21T07:48:45.969Z | Compiling num-conv v0.1.0 |
1330 | 2025-02-21T07:48:46.033Z | Compiling untrusted v0.9.0 |
1331 | 2025-02-21T07:48:46.066Z | Compiling mirai-annotations v1.12.0 |
1332 | 2025-02-21T07:48:46.157Z | Compiling scrypt v0.11.0 |
1333 | 2025-02-21T07:48:46.251Z | Compiling pest_meta v2.7.14 |
1334 | 2025-02-21T07:48:46.271Z | Compiling time-macros v0.2.18 |
1335 | 2025-02-21T07:48:46.631Z | Compiling cbc v0.1.2 |
1336 | 2025-02-21T07:48:46.753Z | Compiling icu_properties v1.5.1 |
1337 | 2025-02-21T07:48:46.887Z | Compiling aes v0.8.4 |
1338 | 2025-02-21T07:48:47.245Z | Compiling openssl-sys v0.9.105 |
1339 | 2025-02-21T07:48:47.653Z | Compiling deranged v0.3.11 |
1340 | 2025-02-21T07:48:48.302Z | Compiling bitflags v2.6.0 |
1341 | 2025-02-21T07:48:48.467Z | Compiling bytes v1.9.0 |
1342 | 2025-02-21T07:48:49.168Z | Compiling indexmap v2.7.1 |
1343 | 2025-02-21T07:48:49.474Z | Compiling tokio v1.43.0 |
1344 | 2025-02-21T07:48:49.639Z | Compiling http v1.2.0 |
1345 | 2025-02-21T07:48:49.665Z | Compiling semver v1.0.24 |
1346 | 2025-02-21T07:48:50.355Z | Compiling icu_normalizer v1.5.0 |
1347 | 2025-02-21T07:48:50.441Z | Compiling rustc_version v0.4.1 |
1348 | 2025-02-21T07:48:50.461Z | Compiling scroll_derive v0.12.0 |
1349 | 2025-02-21T07:48:51.095Z | Compiling num_threads v0.1.7 |
1350 | 2025-02-21T07:48:51.243Z | Compiling tinyvec_macros v0.1.1 |
1351 | 2025-02-21T07:48:51.276Z | Compiling atomic-waker v1.1.2 |
1352 | 2025-02-21T07:48:51.346Z | Compiling tinyvec v1.8.0 |
1353 | 2025-02-21T07:48:51.467Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-02-21T07:48:51.690Z | Compiling time v0.3.36 |
1355 | 2025-02-21T07:48:51.788Z | Compiling http-body v1.0.1 |
1356 | 2025-02-21T07:48:51.827Z | Compiling scroll v0.12.0 |
1357 | 2025-02-21T07:48:51.951Z | Compiling pkcs5 v0.7.1 |
1358 | 2025-02-21T07:48:52.028Z | Compiling pest_generator v2.7.14 |
1359 | 2025-02-21T07:48:52.048Z | Compiling form_urlencoded v1.2.1 |
1360 | 2025-02-21T07:48:52.356Z | Compiling which v4.4.2 |
1361 | 2025-02-21T07:48:52.360Z | Compiling try-lock v0.2.5 |
1362 | 2025-02-21T07:48:52.537Z | Compiling slog v2.7.0 |
1363 | 2025-02-21T07:48:52.902Z | Compiling goblin v0.8.2 |
1364 | 2025-02-21T07:48:52.961Z | Compiling pkcs8 v0.10.2 |
1365 | 2025-02-21T07:48:53.086Z | Compiling want v0.3.1 |
1366 | 2025-02-21T07:48:53.280Z | Compiling idna v1.0.3 |
1367 | 2025-02-21T07:48:53.426Z | Compiling uuid v1.12.0 |
1368 | 2025-02-21T07:48:53.577Z | Compiling iana-time-zone v0.1.61 |
1369 | 2025-02-21T07:48:53.918Z | Compiling pest_derive v2.7.14 |
1370 | 2025-02-21T07:48:53.953Z | Compiling httpdate v1.0.3 |
1371 | 2025-02-21T07:48:54.409Z | Compiling chrono v0.4.39 |
1372 | 2025-02-21T07:48:54.697Z | Compiling dtrace-parser v0.2.0 |
1373 | 2025-02-21T07:48:54.888Z | Compiling toml_datetime v0.6.8 |
1374 | 2025-02-21T07:48:55.350Z | Compiling serde_tokenstream v0.2.2 |
1375 | 2025-02-21T07:48:55.522Z | Compiling serde_spanned v0.6.8 |
1376 | 2025-02-21T07:48:55.770Z | Compiling openssl v0.10.70 |
1377 | 2025-02-21T07:48:55.914Z | Compiling rustversion v1.0.17 |
1378 | 2025-02-21T07:48:56.152Z | Compiling adler2 v2.0.0 |
1379 | 2025-02-21T07:48:56.203Z | Compiling foreign-types-shared v0.1.1 |
1380 | 2025-02-21T07:48:56.334Z | Compiling tower-service v0.3.3 |
1381 | 2025-02-21T07:48:56.357Z | Compiling base64 v0.22.1 |
1382 | 2025-02-21T07:48:56.473Z | Compiling match_cfg v0.1.0 |
1383 | 2025-02-21T07:48:56.492Z | Compiling foreign-types v0.3.2 |
1384 | 2025-02-21T07:48:56.580Z | Compiling hostname v0.3.1 |
1385 | 2025-02-21T07:48:56.603Z | Compiling miniz_oxide v0.8.0 |
1386 | 2025-02-21T07:48:56.692Z | Compiling url v2.5.3 |
1387 | 2025-02-21T07:48:57.030Z | Compiling async-trait v0.1.86 |
1388 | 2025-02-21T07:48:57.638Z | Compiling tokio-util v0.7.12 |
1389 | 2025-02-21T07:48:57.953Z | Compiling openssl-macros v0.1.1 |
1390 | 2025-02-21T07:48:58.028Z | Compiling serde_derive_internals v0.29.1 |
1391 | 2025-02-21T07:48:58.425Z | Compiling dirs-sys-next v0.1.2 |
1392 | 2025-02-21T07:48:58.724Z | Compiling h2 v0.4.6 |
1393 | 2025-02-21T07:48:58.865Z | Compiling dof v0.3.0 |
1394 | 2025-02-21T07:48:58.974Z | Compiling schemars v0.8.21 |
1395 | 2025-02-21T07:48:59.336Z | Compiling rustls v0.22.4 |
1396 | 2025-02-21T07:48:59.450Z | Compiling native-tls v0.2.12 |
1397 | 2025-02-21T07:48:59.610Z | Compiling data-encoding v2.6.0 |
1398 | 2025-02-21T07:48:59.806Z | Compiling usdt-impl v0.5.0 |
1399 | 2025-02-21T07:49:00.230Z | Compiling syn v1.0.109 |
1400 | 2025-02-21T07:49:00.618Z | Compiling rustls v0.23.19 |
1401 | 2025-02-21T07:49:00.824Z | Compiling siphasher v0.3.11 |
1402 | 2025-02-21T07:49:00.987Z | Compiling schemars_derive v0.8.21 |
1403 | 2025-02-21T07:49:01.236Z | Compiling dirs-next v2.0.0 |
1404 | 2025-02-21T07:49:01.480Z | Compiling unicode-normalization v0.1.24 |
1405 | 2025-02-21T07:49:01.657Z | Compiling http-body-util v0.1.2 |
1406 | 2025-02-21T07:49:02.094Z | Compiling heapless v0.7.17 |
1407 | 2025-02-21T07:49:02.140Z | Compiling crossbeam-epoch v0.9.18 |
1408 | 2025-02-21T07:49:02.536Z | Compiling signature v2.2.0 |
1409 | 2025-02-21T07:49:02.555Z | Compiling sha1 v0.10.6 |
1410 | 2025-02-21T07:49:02.638Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1411 | 2025-02-21T07:49:02.803Z | Compiling thread_local v1.1.8 |
1412 | 2025-02-21T07:49:02.823Z | Compiling multer v3.1.0 |
1413 | 2025-02-21T07:49:02.966Z | Compiling encoding_rs v0.8.34 |
1414 | 2025-02-21T07:49:03.188Z | Compiling cookie v0.18.1 |
1415 | 2025-02-21T07:49:03.191Z | Compiling signal-hook v0.3.17 |
1416 | 2025-02-21T07:49:03.273Z | Compiling openssl-probe v0.1.5 |
1417 | 2025-02-21T07:49:03.492Z | Compiling ipnet v2.10.1 |
1418 | 2025-02-21T07:49:03.495Z | Compiling slog-async v2.8.0 |
1419 | 2025-02-21T07:49:03.562Z | Compiling gimli v0.31.1 |
1420 | 2025-02-21T07:49:03.751Z | Compiling rayon-core v1.12.1 |
1421 | 2025-02-21T07:49:04.031Z | Compiling unicode-properties v0.1.3 |
1422 | 2025-02-21T07:49:04.051Z | Compiling unicode-bidi v0.3.17 |
1423 | 2025-02-21T07:49:04.442Z | Compiling mime v0.3.17 |
1424 | 2025-02-21T07:49:04.517Z | Compiling dyn-clone v1.0.17 |
1425 | 2025-02-21T07:49:04.745Z | Compiling stringprep v0.1.5 |
1426 | 2025-02-21T07:49:05.326Z | Compiling hyper v1.5.2 |
1427 | 2025-02-21T07:49:05.763Z | Compiling toml_edit v0.22.22 |
1428 | 2025-02-21T07:49:07.687Z | Compiling hyper-util v0.1.10 |
1429 | 2025-02-21T07:49:08.131Z | Compiling addr2line v0.24.2 |
1430 | 2025-02-21T07:49:08.242Z | Compiling crossbeam-deque v0.8.5 |
1431 | 2025-02-21T07:49:08.663Z | Compiling usdt-macro v0.5.0 |
1432 | 2025-02-21T07:49:08.810Z | Compiling usdt-attr-macro v0.5.0 |
1433 | 2025-02-21T07:49:08.881Z | Compiling term v0.7.0 |
1434 | 2025-02-21T07:49:09.795Z | Compiling slog-json v2.6.1 |
1435 | 2025-02-21T07:49:10.019Z | Compiling serde_urlencoded v0.7.1 |
1436 | 2025-02-21T07:49:10.066Z | Compiling curve25519-dalek v4.1.3 |
1437 | 2025-02-21T07:49:10.168Z | Compiling crossbeam-channel v0.5.13 |
1438 | 2025-02-21T07:49:10.240Z | Compiling futures-executor v0.3.31 |
1439 | 2025-02-21T07:49:10.384Z | Compiling enum-as-inner v0.6.1 |
1440 | 2025-02-21T07:49:10.479Z | Compiling md-5 v0.10.6 |
1441 | 2025-02-21T07:49:10.751Z | Compiling async-stream-impl v0.3.6 |
1442 | 2025-02-21T07:49:10.754Z | Compiling rustls-pemfile v2.2.0 |
1443 | 2025-02-21T07:49:10.776Z | Compiling num-integer v0.1.46 |
1444 | 2025-02-21T07:49:11.102Z | Compiling hash32 v0.2.1 |
1445 | 2025-02-21T07:49:11.126Z | Compiling ff v0.13.0 |
1446 | 2025-02-21T07:49:11.362Z | Compiling is-terminal v0.4.13 |
1447 | 2025-02-21T07:49:11.416Z | Compiling object v0.36.5 |
1448 | 2025-02-21T07:49:11.469Z | Compiling dropshot v0.12.0 |
1449 | 2025-02-21T07:49:11.500Z | Compiling memoffset v0.9.1 |
1450 | 2025-02-21T07:49:11.502Z | Compiling anyhow v1.0.95 |
1451 | 2025-02-21T07:49:11.780Z | Compiling litrs v0.4.1 |
1452 | 2025-02-21T07:49:11.826Z | Compiling psl-types v2.0.11 |
1453 | 2025-02-21T07:49:11.957Z | Compiling linked-hash-map v0.5.6 |
1454 | 2025-02-21T07:49:12.030Z | Compiling portable-atomic v1.9.0 |
1455 | 2025-02-21T07:49:12.117Z | Compiling cfg_aliases v0.2.1 |
1456 | 2025-02-21T07:49:12.230Z | Compiling take_mut v0.2.2 |
1457 | 2025-02-21T07:49:12.279Z | Compiling num-bigint-dig v0.8.4 |
1458 | 2025-02-21T07:49:12.397Z | Compiling quick-error v1.2.3 |
1459 | 2025-02-21T07:49:12.563Z | Compiling fallible-iterator v0.2.0 |
1460 | 2025-02-21T07:49:12.606Z | Compiling utf-8 v0.7.6 |
1461 | 2025-02-21T07:49:12.798Z | Compiling rustc-demangle v0.1.24 |
1462 | 2025-02-21T07:49:12.854Z | Compiling base16ct v0.2.0 |
1463 | 2025-02-21T07:49:12.919Z | Compiling smoltcp v0.9.1 |
1464 | 2025-02-21T07:49:13.011Z | Compiling tungstenite v0.24.0 |
1465 | 2025-02-21T07:49:13.211Z | Compiling postgres-protocol v0.6.7 |
1466 | 2025-02-21T07:49:13.231Z | Compiling sec1 v0.7.3 |
1467 | 2025-02-21T07:49:13.630Z | Compiling document-features v0.2.10 |
1468 | 2025-02-21T07:49:13.795Z | Compiling resolv-conf v0.7.0 |
1469 | 2025-02-21T07:49:14.390Z | Compiling lru-cache v0.1.2 |
1470 | 2025-02-21T07:49:14.491Z | Compiling nix v0.29.0 |
1471 | 2025-02-21T07:49:14.769Z | Compiling publicsuffix v2.3.0 |
1472 | 2025-02-21T07:49:15.085Z | Compiling async-stream v0.3.6 |
1473 | 2025-02-21T07:49:15.099Z | Compiling slog-term v2.9.1 |
1474 | 2025-02-21T07:49:15.099Z | Compiling hickory-proto v0.24.3 |
1475 | 2025-02-21T07:49:15.126Z | Compiling usdt v0.5.0 |
1476 | 2025-02-21T07:49:15.321Z | Compiling group v0.13.0 |
1477 | 2025-02-21T07:49:15.588Z | Compiling num-iter v0.1.45 |
1478 | 2025-02-21T07:49:15.764Z | Compiling futures v0.3.31 |
1479 | 2025-02-21T07:49:15.784Z | Compiling slog-bunyan v2.5.0 |
1480 | 2025-02-21T07:49:16.006Z | Compiling toml v0.8.19 |
1481 | 2025-02-21T07:49:16.947Z | Compiling tokio-native-tls v0.3.1 |
1482 | 2025-02-21T07:49:17.215Z | Compiling camino v1.1.9 |
1483 | 2025-02-21T07:49:17.468Z | Compiling phf_shared v0.11.2 |
1484 | 2025-02-21T07:49:17.516Z | Compiling dropshot_endpoint v0.12.0 |
1485 | 2025-02-21T07:49:17.844Z | Compiling backtrace v0.3.74 |
1486 | 2025-02-21T07:49:17.931Z | Compiling terminal_size v0.4.0 |
1487 | 2025-02-21T07:49:18.010Z | Compiling waitgroup v0.1.2 |
1488 | 2025-02-21T07:49:18.181Z | Compiling openapiv3 v2.0.0 |
1489 | 2025-02-21T07:49:18.254Z | Compiling serde_path_to_error v0.1.16 |
1490 | 2025-02-21T07:49:18.367Z | Compiling hkdf v0.12.4 |
1491 | 2025-02-21T07:49:18.651Z | Compiling crypto-bigint v0.5.5 |
1492 | 2025-02-21T07:49:19.004Z | Compiling zerocopy-derive v0.6.6 |
1493 | 2025-02-21T07:49:20.643Z | Compiling curve25519-dalek-derive v0.1.1 |
1494 | 2025-02-21T07:49:20.665Z | Compiling hubpack_derive v0.1.1 |
1495 | 2025-02-21T07:49:20.883Z | Compiling webpki-roots v0.26.6 |
1496 | 2025-02-21T07:49:21.104Z | Compiling hostname v0.4.0 |
1497 | 2025-02-21T07:49:21.303Z | Compiling crc32fast v1.4.2 |
1498 | 2025-02-21T07:49:21.498Z | Compiling fs-err v2.11.0 |
1499 | 2025-02-21T07:49:21.618Z | Compiling ahash v0.8.11 |
1500 | 2025-02-21T07:49:21.638Z | Compiling managed v0.8.0 |
1501 | 2025-02-21T07:49:21.816Z | Compiling bitflags v1.3.2 |
1502 | 2025-02-21T07:49:21.937Z | Compiling winnow v0.5.40 |
1503 | 2025-02-21T07:49:21.970Z | Compiling debug-ignore v1.0.5 |
1504 | 2025-02-21T07:49:22.010Z | Compiling unicode-width v0.2.0 |
1505 | 2025-02-21T07:49:22.029Z | Compiling newtype-uuid v1.2.1 |
1506 | 2025-02-21T07:49:22.160Z | Compiling clap_builder v4.5.27 |
1507 | 2025-02-21T07:49:22.369Z | Compiling strum_macros v0.25.3 |
1508 | 2025-02-21T07:49:22.530Z | Compiling console v0.15.10 |
1509 | 2025-02-21T07:49:24.119Z | Compiling flate2 v1.0.35 |
1510 | 2025-02-21T07:49:24.441Z | Compiling hubpack v0.1.2 |
1511 | 2025-02-21T07:49:24.869Z | Compiling elliptic-curve v0.13.8 |
1512 | 2025-02-21T07:49:24.998Z | Compiling zerocopy v0.6.6 |
1513 | 2025-02-21T07:49:25.378Z | Compiling toml_edit v0.19.15 |
1514 | 2025-02-21T07:49:25.688Z | Compiling hickory-resolver v0.24.3 |
1515 | 2025-02-21T07:49:25.879Z | Compiling phf v0.11.2 |
1516 | 2025-02-21T07:49:26.023Z | Compiling cookie_store v0.21.1 |
1517 | 2025-02-21T07:49:26.164Z | Compiling hyper-tls v0.6.0 |
1518 | 2025-02-21T07:49:26.498Z | Compiling rayon v1.10.0 |
1519 | 2025-02-21T07:49:26.563Z | Compiling signal-hook-mio v0.2.4 |
1520 | 2025-02-21T07:49:26.741Z | Compiling bzip2 v0.4.4 |
1521 | 2025-02-21T07:49:27.641Z | Compiling tokio-tungstenite v0.24.0 |
1522 | 2025-02-21T07:49:28.189Z | Compiling postgres-types v0.2.8 |
1523 | 2025-02-21T07:49:29.871Z | Compiling ed25519 v2.2.3 |
1524 | 2025-02-21T07:49:30.093Z | Compiling phf_shared v0.10.0 |
1525 | 2025-02-21T07:49:30.478Z | Compiling tokio-stream v0.1.16 |
1526 | 2025-02-21T07:49:30.712Z | Compiling pkcs1 v0.7.5 |
1527 | 2025-02-21T07:49:30.844Z | Compiling serde-big-array v0.5.1 |
1528 | 2025-02-21T07:49:31.081Z | Compiling clap_derive v4.5.24 |
1529 | 2025-02-21T07:49:31.176Z | Compiling rfc6979 v0.4.0 |
1530 | 2025-02-21T07:49:31.381Z | Compiling derive-where v1.2.7 |
1531 | 2025-02-21T07:49:31.416Z | Compiling serde_repr v0.1.19 |
1532 | 2025-02-21T07:49:31.579Z | Compiling bstr v1.10.0 |
1533 | 2025-02-21T07:49:31.704Z | Compiling float-cmp v0.10.0 |
1534 | 2025-02-21T07:49:31.957Z | Compiling sync_wrapper v1.0.1 |
1535 | 2025-02-21T07:49:32.114Z | Compiling unicode-segmentation v1.12.0 |
1536 | 2025-02-21T07:49:32.142Z | Compiling whoami v1.5.2 |
1537 | 2025-02-21T07:49:32.480Z | Compiling new_debug_unreachable v1.0.6 |
1538 | 2025-02-21T07:49:32.588Z | Compiling number_prefix v0.4.0 |
1539 | 2025-02-21T07:49:32.693Z | Compiling bit-vec v0.6.3 |
1540 | 2025-02-21T07:49:32.826Z | Compiling fixedbitset v0.4.2 |
1541 | 2025-02-21T07:49:32.931Z | Compiling predicates-core v1.0.8 |
1542 | 2025-02-21T07:49:33.092Z | Compiling normalize-line-endings v0.3.0 |
1543 | 2025-02-21T07:49:33.095Z | Compiling precomputed-hash v0.1.1 |
1544 | 2025-02-21T07:49:33.249Z | Compiling difflib v0.4.0 |
1545 | 2025-02-21T07:49:33.267Z | Compiling static_assertions v1.1.0 |
1546 | 2025-02-21T07:49:33.271Z | Compiling string_cache v0.8.7 |
1547 | 2025-02-21T07:49:33.271Z | Compiling petgraph v0.6.5 |
1548 | 2025-02-21T07:49:33.371Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1549 | 2025-02-21T07:49:33.713Z | Compiling predicates v3.1.3 |
1550 | 2025-02-21T07:49:34.499Z | Compiling bit-set v0.5.3 |
1551 | 2025-02-21T07:49:34.579Z | Compiling indicatif v0.17.11 |
1552 | 2025-02-21T07:49:34.791Z | Compiling similar v2.6.0 |
1553 | 2025-02-21T07:49:35.193Z | Compiling tokio-postgres v0.7.12 |
1554 | 2025-02-21T07:49:35.473Z | Compiling clap v4.5.27 |
1555 | 2025-02-21T07:49:35.595Z | Compiling ecdsa v0.16.9 |
1556 | 2025-02-21T07:49:36.433Z | Compiling rsa v0.9.6 |
1557 | 2025-02-21T07:49:36.527Z | Compiling ed25519-dalek v2.1.1 |
1558 | 2025-02-21T07:49:36.807Z | Compiling toml v0.7.8 |
1559 | 2025-02-21T07:49:37.812Z | Compiling zip v0.6.6 |
1560 | 2025-02-21T07:49:38.250Z | Compiling crossterm v0.28.1 |
1561 | 2025-02-21T07:49:39.649Z | Compiling hex v0.4.3 |
1562 | 2025-02-21T07:49:39.681Z | Compiling x509-cert v0.2.5 |
1563 | 2025-02-21T07:49:39.906Z | Compiling itertools v0.10.5 |
1564 | 2025-02-21T07:49:40.244Z | Compiling lalrpop-util v0.19.12 |
1565 | 2025-02-21T07:49:40.539Z | Compiling peg-runtime v0.8.3 |
1566 | 2025-02-21T07:49:40.608Z | Compiling unicode-xid v0.2.6 |
1567 | 2025-02-21T07:49:40.815Z | Compiling strum_macros v0.26.4 |
1568 | 2025-02-21T07:49:40.860Z | Compiling xattr v1.3.1 |
1569 | 2025-02-21T07:49:41.091Z | Compiling filetime v0.2.25 |
1570 | 2025-02-21T07:49:41.394Z | Compiling tar v0.4.42 |
1571 | 2025-02-21T07:49:45.225Z | Compiling strum v0.26.3 |
1572 | 2025-02-21T07:49:48.656Z | Compiling aws-lc-sys v0.22.0 |
1573 | 2025-02-21T07:50:15.954Z | Compiling rustls-webpki v0.102.8 |
1574 | 2025-02-21T07:50:19.186Z | Compiling tokio-rustls v0.25.0 |
1575 | 2025-02-21T07:50:20.766Z | Compiling tokio-rustls v0.26.0 |
1576 | 2025-02-21T07:50:21.054Z | Compiling hyper-rustls v0.27.3 |
1577 | 2025-02-21T07:50:21.382Z | Compiling reqwest v0.12.9 |
1578 | 2025-02-21T07:50:22.853Z | Compiling qorb v0.2.1 |
1579 | 2025-02-21T07:50:25.751Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1580 | 2025-02-21T07:50:26.011Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1581 | 2025-02-21T07:50:30.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
1582 | 2025-02-21T07:50:30.516Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1583 | 2025-02-21T07:50:30.566Z | Feb 21 07:50:30.254 INFO Starting download, target: Clickhouse |
1584 | 2025-02-21T07:50:30.566Z | Feb 21 07:50:30.254 INFO Starting download, target: Cockroach |
1585 | 2025-02-21T07:50:30.566Z | Feb 21 07:50:30.255 INFO Starting download, target: Console |
1586 | 2025-02-21T07:50:30.566Z | Feb 21 07:50:30.255 INFO Starting download, target: DendriteOpenapi |
1587 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.255 INFO Starting download, target: DendriteStub |
1588 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.255 INFO Starting download, target: MaghemiteMgd |
1589 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.255 INFO Starting download, target: TransceiverControl |
1590 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.255 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1591 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.255 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1592 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.256 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1593 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.256 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1594 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.256 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1595 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.256 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1596 | 2025-02-21T07:50:30.569Z | Feb 21 07:50:30.256 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1597 | 2025-02-21T07:50:30.727Z | Feb 21 07:50:30.413 INFO Download complete, target: DendriteOpenapi |
1598 | 2025-02-21T07:50:30.845Z | Feb 21 07:50:30.529 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1599 | 2025-02-21T07:50:31.207Z | Feb 21 07:50:30.885 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1600 | 2025-02-21T07:50:31.390Z | Feb 21 07:50:30.980 INFO Download complete, target: TransceiverControl |
1601 | 2025-02-21T07:50:31.553Z | Feb 21 07:50:31.203 INFO Download complete, target: Console |
1602 | 2025-02-21T07:50:31.604Z | Feb 21 07:50:31.262 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1603 | 2025-02-21T07:50:32.251Z | Feb 21 07:50:31.932 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1604 | 2025-02-21T07:50:32.507Z | Feb 21 07:50:32.193 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1605 | 2025-02-21T07:50:32.894Z | Feb 21 07:50:32.580 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1606 | 2025-02-21T07:50:32.894Z | Feb 21 07:50:32.580 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1607 | 2025-02-21T07:50:34.418Z | Feb 21 07:50:34.105 INFO Download complete, target: DendriteStub |
1608 | 2025-02-21T07:50:35.215Z | Feb 21 07:50:34.903 INFO Download complete, target: MaghemiteMgd |
1609 | 2025-02-21T07:50:40.294Z | Feb 21 07:50:39.981 INFO Checking that binary works, target: Cockroach |
1610 | 2025-02-21T07:50:40.450Z | Feb 21 07:50:40.137 INFO Download complete, target: Cockroach |
1611 | 2025-02-21T07:50:45.133Z | Feb 21 07:50:44.820 INFO Checking that binary works, target: Clickhouse |
1612 | 2025-02-21T07:50:45.301Z | Feb 21 07:50:44.988 INFO Download complete, target: Clickhouse |
1613 | 2025-02-21T07:50:45.322Z | All builder prerequisites installed successfully, and PATH looks valid |
1614 | 2025-02-21T07:50:45.326Z | |
1615 | 2025-02-21T07:50:45.326Z | real 4:48.916458655 |
1616 | 2025-02-21T07:50:45.326Z | user 15:13.642020076 |
1617 | 2025-02-21T07:50:45.326Z | sys 2:02.233559001 |
1618 | 2025-02-21T07:50:45.326Z | trap 0.534835604 |
1619 | 2025-02-21T07:50:45.326Z | tflt 1.011371726 |
1620 | 2025-02-21T07:50:45.326Z | dflt 1.134858258 |
1621 | 2025-02-21T07:50:45.326Z | kflt 0.029215915 |
1622 | 2025-02-21T07:50:45.327Z | lock 24:02.957532872 |
1623 | 2025-02-21T07:50:45.327Z | slp 53:34.481320813 |
1624 | 2025-02-21T07:50:45.327Z | lat 59.630810971 |
1625 | 2025-02-21T07:50:45.327Z | stop 2:22.686284179 |
1626 | 2025-02-21T07:50:45.327Z | + banner clippy |
1627 | 2025-02-21T07:50:45.330Z | |
1628 | 2025-02-21T07:50:45.330Z | #### # # ##### ##### # # |
1629 | 2025-02-21T07:50:45.330Z | # # # # # # # # # # |
1630 | 2025-02-21T07:50:45.330Z | # # # # # # # # |
1631 | 2025-02-21T07:50:45.330Z | # # # ##### ##### # |
1632 | 2025-02-21T07:50:45.330Z | # # # # # # # |
1633 | 2025-02-21T07:50:45.330Z | #### ###### # # # # |
1634 | 2025-02-21T07:50:45.330Z | |
1635 | 2025-02-21T07:50:45.330Z | + export CARGO_INCREMENTAL=0 |
1636 | 2025-02-21T07:50:45.330Z | + CARGO_INCREMENTAL=0 |
1637 | 2025-02-21T07:50:45.330Z | + ptime -m cargo xtask clippy |
1638 | 2025-02-21T07:50:45.861Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1639 | 2025-02-21T07:50:48.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
1640 | 2025-02-21T07:50:48.726Z | Running `target/debug/xtask clippy` |
1641 | 2025-02-21T07:50:48.748Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1642 | 2025-02-21T07:50:49.702Z | Downloading crates ... |
1643 | 2025-02-21T07:50:49.718Z | Downloaded async-object-pool v0.1.5 |
1644 | 2025-02-21T07:50:49.718Z | Downloaded criterion-plot v0.5.0 |
1645 | 2025-02-21T07:50:49.718Z | Downloaded anes v0.1.6 |
1646 | 2025-02-21T07:50:49.733Z | Downloaded approx v0.5.1 |
1647 | 2025-02-21T07:50:49.733Z | Downloaded async-task v4.7.1 |
1648 | 2025-02-21T07:50:49.733Z | Downloaded async-lock v3.4.0 |
1649 | 2025-02-21T07:50:49.733Z | Downloaded escape8259 v0.5.3 |
1650 | 2025-02-21T07:50:49.733Z | Downloaded doc-comment v0.3.3 |
1651 | 2025-02-21T07:50:49.736Z | Downloaded target-triple v0.1.3 |
1652 | 2025-02-21T07:50:49.736Z | Downloaded nested v0.1.1 |
1653 | 2025-02-21T07:50:49.736Z | Downloaded guppy-workspace-hack v0.1.0 |
1654 | 2025-02-21T07:50:49.736Z | Downloaded plotters-svg v0.3.7 |
1655 | 2025-02-21T07:50:49.736Z | Downloaded serde_regex v1.1.0 |
1656 | 2025-02-21T07:50:49.743Z | Downloaded blocking v1.6.1 |
1657 | 2025-02-21T07:50:49.746Z | Downloaded cast v0.3.0 |
1658 | 2025-02-21T07:50:49.749Z | Downloaded datatest-stable v0.2.9 |
1659 | 2025-02-21T07:50:49.751Z | Downloaded async-global-executor v2.4.1 |
1660 | 2025-02-21T07:50:49.755Z | Downloaded async-channel v2.3.1 |
1661 | 2025-02-21T07:50:49.755Z | Downloaded async-channel v1.9.0 |
1662 | 2025-02-21T07:50:49.755Z | Downloaded concurrent-queue v2.5.0 |
1663 | 2025-02-21T07:50:49.758Z | Downloaded assert-json-diff v2.0.2 |
1664 | 2025-02-21T07:50:49.761Z | Downloaded similar-asserts v1.6.0 |
1665 | 2025-02-21T07:50:49.761Z | Downloaded oorandom v11.1.4 |
1666 | 2025-02-21T07:50:49.761Z | Downloaded async-attributes v1.1.2 |
1667 | 2025-02-21T07:50:49.764Z | Downloaded num_cpus v1.16.0 |
1668 | 2025-02-21T07:50:49.769Z | Downloaded stringmetrics v2.2.2 |
1669 | 2025-02-21T07:50:49.769Z | Downloaded proc-macro-crate v3.2.0 |
1670 | 2025-02-21T07:50:49.773Z | Downloaded path-tree v0.8.1 |
1671 | 2025-02-21T07:50:49.776Z | Downloaded futures-timer v3.0.3 |
1672 | 2025-02-21T07:50:49.780Z | Downloaded parking v2.2.1 |
1673 | 2025-02-21T07:50:49.780Z | Downloaded event-listener-strategy v0.5.2 |
1674 | 2025-02-21T07:50:49.783Z | Downloaded plotters-backend v0.3.7 |
1675 | 2025-02-21T07:50:49.786Z | Downloaded cargo_metadata v0.19.1 |
1676 | 2025-02-21T07:50:49.786Z | Downloaded async-executor v1.13.1 |
1677 | 2025-02-21T07:50:49.789Z | Downloaded async-signal v0.2.10 |
1678 | 2025-02-21T07:50:49.791Z | Downloaded piper v0.2.4 |
1679 | 2025-02-21T07:50:49.791Z | Downloaded pathdiff v0.2.3 |
1680 | 2025-02-21T07:50:49.797Z | Downloaded event-listener v2.5.3 |
1681 | 2025-02-21T07:50:49.797Z | Downloaded blake2b_simd v1.0.2 |
1682 | 2025-02-21T07:50:49.798Z | Downloaded assert_cmd v2.0.16 |
1683 | 2025-02-21T07:50:49.798Z | Downloaded target-lexicon v0.12.16 |
1684 | 2025-02-21T07:50:49.809Z | Downloaded partial-io v0.5.4 |
1685 | 2025-02-21T07:50:49.813Z | Downloaded async-io v2.3.4 |
1686 | 2025-02-21T07:50:49.813Z | Downloaded tinytemplate v1.2.1 |
1687 | 2025-02-21T07:50:49.813Z | Downloaded rust-argon2 v2.1.0 |
1688 | 2025-02-21T07:50:49.813Z | Downloaded relative-path v1.9.3 |
1689 | 2025-02-21T07:50:49.813Z | Downloaded threadpool v1.8.1 |
1690 | 2025-02-21T07:50:49.813Z | Downloaded target-spec v3.3.1 |
1691 | 2025-02-21T07:50:49.816Z | Downloaded cfg-expr v0.17.2 |
1692 | 2025-02-21T07:50:49.816Z | Downloaded futures-lite v2.3.0 |
1693 | 2025-02-21T07:50:49.819Z | Downloaded async-process v2.3.0 |
1694 | 2025-02-21T07:50:49.824Z | Downloaded libtest-mimic v0.7.3 |
1695 | 2025-02-21T07:50:49.824Z | Downloaded kv-log-macro v1.0.7 |
1696 | 2025-02-21T07:50:49.824Z | Downloaded hyper-rustls v0.26.0 |
1697 | 2025-02-21T07:50:49.828Z | Downloaded rustls-native-certs v0.7.3 |
1698 | 2025-02-21T07:50:49.828Z | Downloaded httptest v0.16.1 |
1699 | 2025-02-21T07:50:49.831Z | Downloaded event-listener v5.3.1 |
1700 | 2025-02-21T07:50:49.834Z | Downloaded rstest_macros v0.23.0 |
1701 | 2025-02-21T07:50:49.853Z | Downloaded rand_distr v0.4.3 |
1702 | 2025-02-21T07:50:49.857Z | Downloaded trybuild v1.0.101 |
1703 | 2025-02-21T07:50:49.860Z | Downloaded rstest v0.23.0 |
1704 | 2025-02-21T07:50:49.865Z | Downloaded yansi v1.0.1 |
1705 | 2025-02-21T07:50:49.868Z | Downloaded criterion v0.5.1 |
1706 | 2025-02-21T07:50:49.874Z | Downloaded pretty_assertions v1.4.1 |
1707 | 2025-02-21T07:50:49.878Z | Downloaded guppy v0.17.12 |
1708 | 2025-02-21T07:50:49.881Z | Downloaded fancy-regex v0.13.0 |
1709 | 2025-02-21T07:50:49.884Z | Downloaded plotters v0.3.7 |
1710 | 2025-02-21T07:50:49.892Z | Downloaded polling v3.7.3 |
1711 | 2025-02-21T07:50:49.895Z | Downloaded async-std v1.13.0 |
1712 | 2025-02-21T07:50:49.981Z | Downloaded httpmock v0.8.0-alpha.1 |
1713 | 2025-02-21T07:50:50.752Z | Checking cfg-if v1.0.0 |
1714 | 2025-02-21T07:50:50.831Z | Checking libc v0.2.169 |
1715 | 2025-02-21T07:50:50.851Z | Checking serde v1.0.217 |
1716 | 2025-02-21T07:50:50.872Z | Checking memchr v2.7.4 |
1717 | 2025-02-21T07:50:50.896Z | Checking value-bag v1.9.0 |
1718 | 2025-02-21T07:50:50.926Z | Checking scopeguard v1.2.0 |
1719 | 2025-02-21T07:50:50.947Z | Checking zeroize v1.8.1 |
1720 | 2025-02-21T07:50:50.975Z | Checking itoa v1.0.11 |
1721 | 2025-02-21T07:50:51.003Z | Checking smallvec v1.13.2 |
1722 | 2025-02-21T07:50:51.064Z | Checking lock_api v0.4.12 |
1723 | 2025-02-21T07:50:51.203Z | Checking byteorder v1.5.0 |
1724 | 2025-02-21T07:50:51.238Z | Checking once_cell v1.20.2 |
1725 | 2025-02-21T07:50:51.315Z | Checking log v0.4.22 |
1726 | 2025-02-21T07:50:51.360Z | Checking subtle v2.6.1 |
1727 | 2025-02-21T07:50:51.515Z | Checking pin-project-lite v0.2.14 |
1728 | 2025-02-21T07:50:51.561Z | Checking typenum v1.17.0 |
1729 | 2025-02-21T07:50:51.604Z | Checking libm v0.2.8 |
1730 | 2025-02-21T07:50:51.653Z | Checking ryu v1.0.18 |
1731 | 2025-02-21T07:50:51.653Z | Checking futures-core v0.3.31 |
1732 | 2025-02-21T07:50:51.703Z | Checking zerocopy v0.7.35 |
1733 | 2025-02-21T07:50:51.804Z | Checking thiserror v1.0.69 |
1734 | 2025-02-21T07:50:51.832Z | Checking getrandom v0.2.15 |
1735 | 2025-02-21T07:50:51.859Z | Checking parking_lot_core v0.9.10 |
1736 | 2025-02-21T07:50:51.911Z | Checking signal-hook-registry v1.4.2 |
1737 | 2025-02-21T07:50:51.946Z | Checking mio v1.0.2 |
1738 | 2025-02-21T07:50:52.090Z | Checking rand_core v0.6.4 |
1739 | 2025-02-21T07:50:52.164Z | Checking socket2 v0.5.7 |
1740 | 2025-02-21T07:50:52.193Z | Checking parking_lot v0.12.3 |
1741 | 2025-02-21T07:50:52.409Z | Checking allocator-api2 v0.2.18 |
1742 | 2025-02-21T07:50:52.454Z | Checking num-traits v0.2.19 |
1743 | 2025-02-21T07:50:52.496Z | Checking const-oid v0.9.6 |
1744 | 2025-02-21T07:50:52.564Z | Checking futures-io v0.3.31 |
1745 | 2025-02-21T07:50:52.592Z | Checking generic-array v0.14.7 |
1746 | 2025-02-21T07:50:52.657Z | Checking spin v0.9.8 |
1747 | 2025-02-21T07:50:52.751Z | Checking slab v0.4.9 |
1748 | 2025-02-21T07:50:52.875Z | Checking cpufeatures v0.2.14 |
1749 | 2025-02-21T07:50:52.991Z | Checking futures-sink v0.3.31 |
1750 | 2025-02-21T07:50:53.021Z | Checking foldhash v0.1.3 |
1751 | 2025-02-21T07:50:53.051Z | Checking equivalent v1.0.1 |
1752 | 2025-02-21T07:50:53.079Z | Checking pin-utils v0.1.0 |
1753 | 2025-02-21T07:50:53.164Z | Checking futures-channel v0.3.31 |
1754 | 2025-02-21T07:50:53.193Z | Checking iana-time-zone v0.1.61 |
1755 | 2025-02-21T07:50:53.215Z | Checking futures-task v0.3.31 |
1756 | 2025-02-21T07:50:53.238Z | Checking hashbrown v0.15.1 |
1757 | 2025-02-21T07:50:53.354Z | Checking stable_deref_trait v1.2.0 |
1758 | 2025-02-21T07:50:53.468Z | Checking fnv v1.0.7 |
1759 | 2025-02-21T07:50:53.499Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1760 | 2025-02-21T07:50:53.527Z | Checking futures-util v0.3.31 |
1761 | 2025-02-21T07:50:53.616Z | Checking tracing-core v0.1.32 |
1762 | 2025-02-21T07:50:53.708Z | Checking crypto-common v0.1.6 |
1763 | 2025-02-21T07:50:53.846Z | Checking block-buffer v0.10.4 |
1764 | 2025-02-21T07:50:53.952Z | Checking errno v0.3.9 |
1765 | 2025-02-21T07:50:54.018Z | Checking dyn-clone v1.0.17 |
1766 | 2025-02-21T07:50:54.089Z | Checking ppv-lite86 v0.2.20 |
1767 | 2025-02-21T07:50:54.149Z | Checking zerofrom v0.1.4 |
1768 | 2025-02-21T07:50:54.180Z | Checking crossbeam-utils v0.8.20 |
1769 | 2025-02-21T07:50:54.255Z | Checking tracing v0.1.40 |
1770 | 2025-02-21T07:50:54.301Z | Checking litemap v0.7.3 |
1771 | 2025-02-21T07:50:54.373Z | Checking yoke v0.7.4 |
1772 | 2025-02-21T07:50:54.440Z | Checking digest v0.10.7 |
1773 | 2025-02-21T07:50:54.612Z | Checking percent-encoding v2.3.1 |
1774 | 2025-02-21T07:50:54.641Z | Checking writeable v0.5.5 |
1775 | 2025-02-21T07:50:54.718Z | Checking zerovec v0.10.4 |
1776 | 2025-02-21T07:50:54.764Z | Checking rand_chacha v0.3.1 |
1777 | 2025-02-21T07:50:54.808Z | Checking block-padding v0.3.3 |
1778 | 2025-02-21T07:50:54.835Z | Checking httparse v1.9.5 |
1779 | 2025-02-21T07:50:54.866Z | Checking icu_locid_transform_data v1.5.0 |
1780 | 2025-02-21T07:50:54.958Z | Checking regex-syntax v0.8.5 |
1781 | 2025-02-21T07:50:54.985Z | Checking atomic-waker v1.1.2 |
1782 | 2025-02-21T07:50:55.031Z | Checking inout v0.1.3 |
1783 | 2025-02-21T07:50:55.147Z | Checking unicode-ident v1.0.14 |
1784 | 2025-02-21T07:50:55.174Z | Checking rand v0.8.5 |
1785 | 2025-02-21T07:50:55.251Z | Checking form_urlencoded v1.2.1 |
1786 | 2025-02-21T07:50:55.283Z | Checking bytes v1.9.0 |
1787 | 2025-02-21T07:50:55.311Z | Checking bitflags v2.6.0 |
1788 | 2025-02-21T07:50:55.337Z | Checking serde_json v1.0.135 |
1789 | 2025-02-21T07:50:55.469Z | Checking chrono v0.4.39 |
1790 | 2025-02-21T07:50:55.619Z | Checking indexmap v2.7.1 |
1791 | 2025-02-21T07:50:56.051Z | Checking tokio v1.43.0 |
1792 | 2025-02-21T07:50:56.213Z | Checking uuid v1.12.0 |
1793 | 2025-02-21T07:50:56.342Z | Checking http v1.2.0 |
1794 | 2025-02-21T07:50:56.780Z | Checking rustix v0.38.37 |
1795 | 2025-02-21T07:50:56.837Z | Checking tinystr v0.7.6 |
1796 | 2025-02-21T07:50:56.963Z | Checking icu_collections v1.5.0 |
1797 | 2025-02-21T07:50:57.197Z | Checking icu_locid v1.5.0 |
1798 | 2025-02-21T07:50:57.403Z | Checking schemars v0.8.21 |
1799 | 2025-02-21T07:50:57.587Z | Checking cipher v0.4.4 |
1800 | 2025-02-21T07:50:57.659Z | Checking icu_properties_data v1.5.0 |
1801 | 2025-02-21T07:50:57.922Z | Checking untrusted v0.9.0 |
1802 | 2025-02-21T07:50:57.953Z | Checking aho-corasick v1.1.3 |
1803 | 2025-02-21T07:50:57.977Z | Checking icu_normalizer_data v1.5.0 |
1804 | 2025-02-21T07:50:58.097Z | Checking powerfmt v0.2.0 |
1805 | 2025-02-21T07:50:58.100Z | Checking icu_provider v1.5.0 |
1806 | 2025-02-21T07:50:58.147Z | Checking ring v0.17.8 |
1807 | 2025-02-21T07:50:58.210Z | Checking utf8_iter v1.0.4 |
1808 | 2025-02-21T07:50:58.375Z | Checking utf16_iter v1.0.5 |
1809 | 2025-02-21T07:50:58.435Z | Checking write16 v1.0.0 |
1810 | 2025-02-21T07:50:58.569Z | Checking deranged v0.3.11 |
1811 | 2025-02-21T07:50:58.596Z | Checking proc-macro2 v1.0.92 |
1812 | 2025-02-21T07:50:58.741Z | Checking icu_locid_transform v1.5.0 |
1813 | 2025-02-21T07:50:58.911Z | Checking num-conv v0.1.0 |
1814 | 2025-02-21T07:50:59.174Z | Checking num_threads v0.1.7 |
1815 | 2025-02-21T07:50:59.302Z | Checking time-core v0.1.2 |
1816 | 2025-02-21T07:50:59.330Z | Checking base64ct v1.6.0 |
1817 | 2025-02-21T07:50:59.473Z | Checking quote v1.0.38 |
1818 | 2025-02-21T07:50:59.538Z | Checking regex-automata v0.4.8 |
1819 | 2025-02-21T07:50:59.764Z | Checking icu_properties v1.5.1 |
1820 | 2025-02-21T07:50:59.791Z | Checking hmac v0.12.1 |
1821 | 2025-02-21T07:50:59.824Z | Checking sha2 v0.10.8 |
1822 | 2025-02-21T07:50:59.854Z | Checking rustls-pki-types v1.10.0 |
1823 | 2025-02-21T07:50:59.881Z | Checking time v0.3.36 |
1824 | 2025-02-21T07:51:00.012Z | Checking syn v2.0.96 |
1825 | 2025-02-21T07:51:00.038Z | Checking adler2 v2.0.0 |
1826 | 2025-02-21T07:51:00.216Z | Checking miniz_oxide v0.8.0 |
1827 | 2025-02-21T07:51:00.370Z | Checking http-body v1.0.1 |
1828 | 2025-02-21T07:51:00.398Z | Checking aws-lc-sys v0.22.0 |
1829 | 2025-02-21T07:51:00.586Z | Checking httpdate v1.0.3 |
1830 | 2025-02-21T07:51:00.833Z | Checking mirai-annotations v1.12.0 |
1831 | 2025-02-21T07:51:00.911Z | Checking untrusted v0.7.1 |
1832 | 2025-02-21T07:51:01.015Z | Checking base64 v0.22.1 |
1833 | 2025-02-21T07:51:01.107Z | Checking try-lock v0.2.5 |
1834 | 2025-02-21T07:51:01.253Z | Checking want v0.3.1 |
1835 | 2025-02-21T07:51:01.455Z | Checking ahash v0.8.11 |
1836 | 2025-02-21T07:51:01.523Z | Checking pem-rfc7468 v0.7.0 |
1837 | 2025-02-21T07:51:01.819Z | Checking tower-service v0.3.3 |
1838 | 2025-02-21T07:51:01.967Z | Checking slog v2.7.0 |
1839 | 2025-02-21T07:51:01.970Z | Checking flagset v0.4.6 |
1840 | 2025-02-21T07:51:02.212Z | Checking mime v0.3.17 |
1841 | 2025-02-21T07:51:02.241Z | Checking der v0.7.9 |
1842 | 2025-02-21T07:51:02.416Z | Checking pbkdf2 v0.12.2 |
1843 | 2025-02-21T07:51:02.492Z | Checking aws-lc-rs v1.10.0 |
1844 | 2025-02-21T07:51:02.522Z | Checking aes v0.8.4 |
1845 | 2025-02-21T07:51:02.597Z | Checking semver v1.0.24 |
1846 | 2025-02-21T07:51:02.655Z | Checking tokio-util v0.7.12 |
1847 | 2025-02-21T07:51:03.014Z | Checking http-body-util v0.1.2 |
1848 | 2025-02-21T07:51:03.042Z | Checking icu_normalizer v1.5.0 |
1849 | 2025-02-21T07:51:03.426Z | Checking salsa20 v0.10.2 |
1850 | 2025-02-21T07:51:03.466Z | Checking cbc v0.1.2 |
1851 | 2025-02-21T07:51:03.493Z | Checking h2 v0.4.6 |
1852 | 2025-02-21T07:51:03.661Z | Checking gimli v0.31.1 |
1853 | 2025-02-21T07:51:03.687Z | Checking scrypt v0.11.0 |
1854 | 2025-02-21T07:51:03.804Z | Checking idna_adapter v1.2.0 |
1855 | 2025-02-21T07:51:03.900Z | Checking rustls-pemfile v2.2.0 |
1856 | 2025-02-21T07:51:03.926Z | Checking regex v1.11.1 |
1857 | 2025-02-21T07:51:03.975Z | Checking spki v0.7.3 |
1858 | 2025-02-21T07:51:04.007Z | Checking idna v1.0.3 |
1859 | 2025-02-21T07:51:04.111Z | Checking lazy_static v1.5.0 |
1860 | 2025-02-21T07:51:04.168Z | Checking rustls-webpki v0.102.8 |
1861 | 2025-02-21T07:51:04.246Z | Checking object v0.36.5 |
1862 | 2025-02-21T07:51:04.275Z | Checking openssl-probe v0.1.5 |
1863 | 2025-02-21T07:51:04.446Z | Checking rustc-demangle v0.1.24 |
1864 | 2025-02-21T07:51:04.475Z | Checking url v2.5.3 |
1865 | 2025-02-21T07:51:04.501Z | Checking foreign-types-shared v0.1.1 |
1866 | 2025-02-21T07:51:04.634Z | Checking ipnet v2.10.1 |
1867 | 2025-02-21T07:51:04.888Z | Checking foreign-types v0.3.2 |
1868 | 2025-02-21T07:51:04.917Z | Checking pkcs5 v0.7.1 |
1869 | 2025-02-21T07:51:05.004Z | Checking futures-executor v0.3.31 |
1870 | 2025-02-21T07:51:05.085Z | Checking serde_urlencoded v0.7.1 |
1871 | 2025-02-21T07:51:05.260Z | Checking openssl-sys v0.9.105 |
1872 | 2025-02-21T07:51:05.290Z | Checking encoding_rs v0.8.34 |
1873 | 2025-02-21T07:51:05.416Z | Checking utf8parse v0.2.2 |
1874 | 2025-02-21T07:51:05.524Z | Checking pkcs8 v0.10.2 |
1875 | 2025-02-21T07:51:05.575Z | Checking futures v0.3.31 |
1876 | 2025-02-21T07:51:05.698Z | Checking serde_spanned v0.6.8 |
1877 | 2025-02-21T07:51:05.862Z | Checking toml_datetime v0.6.8 |
1878 | 2025-02-21T07:51:05.893Z | Checking rustls v0.23.19 |
1879 | 2025-02-21T07:51:05.919Z | Checking anstyle v1.0.10 |
1880 | 2025-02-21T07:51:06.167Z | Checking data-encoding v2.6.0 |
1881 | 2025-02-21T07:51:06.281Z | Checking openapiv3 v2.0.0 |
1882 | 2025-02-21T07:51:06.402Z | Checking openssl v0.10.70 |
1883 | 2025-02-21T07:51:06.740Z | Checking sha1 v0.10.6 |
1884 | 2025-02-21T07:51:07.043Z | Checking psl-types v2.0.11 |
1885 | 2025-02-21T07:51:07.249Z | Checking publicsuffix v2.3.0 |
1886 | 2025-02-21T07:51:07.371Z | Checking addr2line v0.24.2 |
1887 | 2025-02-21T07:51:07.528Z | Checking cookie v0.18.1 |
1888 | 2025-02-21T07:51:07.557Z | Checking webpki-roots v0.26.6 |
1889 | 2025-02-21T07:51:07.787Z | Checking camino v1.1.9 |
1890 | 2025-02-21T07:51:07.909Z | Checking anstyle-parse v0.2.5 |
1891 | 2025-02-21T07:51:07.995Z | Checking cookie_store v0.21.1 |
1892 | 2025-02-21T07:51:08.197Z | Checking sync_wrapper v1.0.1 |
1893 | 2025-02-21T07:51:08.359Z | Checking is-terminal v0.4.13 |
1894 | 2025-02-21T07:51:08.362Z | Checking is_terminal_polyfill v1.70.1 |
1895 | 2025-02-21T07:51:08.500Z | Checking colorchoice v1.0.2 |
1896 | 2025-02-21T07:51:08.528Z | Checking either v1.13.0 |
1897 | 2025-02-21T07:51:08.662Z | Checking anstyle-query v1.1.1 |
1898 | 2025-02-21T07:51:08.690Z | Checking terminal_size v0.4.0 |
1899 | 2025-02-21T07:51:08.815Z | Checking anstream v0.6.15 |
1900 | 2025-02-21T07:51:08.869Z | Checking signature v2.2.0 |
1901 | 2025-02-21T07:51:08.896Z | Checking clap_lex v0.7.4 |
1902 | 2025-02-21T07:51:09.089Z | Checking strsim v0.11.1 |
1903 | 2025-02-21T07:51:09.165Z | Checking winnow v0.6.20 |
1904 | 2025-02-21T07:51:09.194Z | Checking scroll v0.12.0 |
1905 | 2025-02-21T07:51:09.380Z | Checking clap_builder v4.5.27 |
1906 | 2025-02-21T07:51:09.415Z | Checking tinyvec_macros v0.1.1 |
1907 | 2025-02-21T07:51:09.529Z | Checking plain v0.2.3 |
1908 | 2025-02-21T07:51:09.594Z | Checking hyper v1.5.2 |
1909 | 2025-02-21T07:51:09.628Z | Checking ucd-trie v0.1.7 |
1910 | 2025-02-21T07:51:09.685Z | Checking goblin v0.8.2 |
1911 | 2025-02-21T07:51:09.849Z | Checking pest v2.7.14 |
1912 | 2025-02-21T07:51:10.150Z | Checking backtrace v0.3.74 |
1913 | 2025-02-21T07:51:10.670Z | Checking anyhow v1.0.95 |
1914 | 2025-02-21T07:51:10.994Z | Checking tokio-rustls v0.26.0 |
1915 | 2025-02-21T07:51:11.034Z | Checking tinyvec v1.8.0 |
1916 | 2025-02-21T07:51:11.427Z | Checking dirs-sys-next v0.1.2 |
1917 | 2025-02-21T07:51:11.589Z | Checking hyper-util v0.1.10 |
1918 | 2025-02-21T07:51:11.622Z | Checking native-tls v0.2.12 |
1919 | 2025-02-21T07:51:11.645Z | Checking base16ct v0.2.0 |
1920 | 2025-02-21T07:51:11.800Z | Checking pretty-hex v0.4.1 |
1921 | 2025-02-21T07:51:11.855Z | Checking sec1 v0.7.3 |
1922 | 2025-02-21T07:51:11.927Z | Checking tokio-native-tls v0.3.1 |
1923 | 2025-02-21T07:51:11.988Z | Checking dirs-next v2.0.0 |
1924 | 2025-02-21T07:51:12.140Z | Checking crossbeam-channel v0.5.13 |
1925 | 2025-02-21T07:51:12.227Z | Checking num-integer v0.1.46 |
1926 | 2025-02-21T07:51:12.251Z | Checking ff v0.13.0 |
1927 | 2025-02-21T07:51:12.274Z | Checking thread-id v4.2.2 |
1928 | 2025-02-21T07:51:12.330Z | Checking clap v4.5.27 |
1929 | 2025-02-21T07:51:12.360Z | Checking dtrace-parser v0.2.0 |
1930 | 2025-02-21T07:51:12.396Z | Checking thread_local v1.1.8 |
1931 | 2025-02-21T07:51:12.463Z | Checking group v0.13.0 |
1932 | 2025-02-21T07:51:12.466Z | Checking term v0.7.0 |
1933 | 2025-02-21T07:51:12.672Z | Checking toml_edit v0.22.22 |
1934 | 2025-02-21T07:51:12.699Z | Checking hkdf v0.12.4 |
1935 | 2025-02-21T07:51:12.738Z | Checking crypto-bigint v0.5.5 |
1936 | 2025-02-21T07:51:12.811Z | Checking memmap v0.7.0 |
1937 | 2025-02-21T07:51:12.838Z | Checking crc32fast v1.4.2 |
1938 | 2025-02-21T07:51:12.917Z | Checking utf-8 v0.7.6 |
1939 | 2025-02-21T07:51:12.944Z | Checking bitflags v1.3.2 |
1940 | 2025-02-21T07:51:13.040Z | Checking match_cfg v0.1.0 |
1941 | 2025-02-21T07:51:13.071Z | Checking take_mut v0.2.2 |
1942 | 2025-02-21T07:51:13.101Z | Checking slog-term v2.9.1 |
1943 | 2025-02-21T07:51:13.148Z | Checking unicode-segmentation v1.12.0 |
1944 | 2025-02-21T07:51:13.154Z | Checking hostname v0.3.1 |
1945 | 2025-02-21T07:51:13.233Z | Checking slog-async v2.8.0 |
1946 | 2025-02-21T07:51:13.322Z | Checking num-iter v0.1.45 |
1947 | 2025-02-21T07:51:13.508Z | Checking crossbeam-epoch v0.9.18 |
1948 | 2025-02-21T07:51:13.534Z | Checking static_assertions v1.1.0 |
1949 | 2025-02-21T07:51:13.566Z | Checking hyper-rustls v0.27.3 |
1950 | 2025-02-21T07:51:13.616Z | Checking hyper-tls v0.6.0 |
1951 | 2025-02-21T07:51:13.643Z | Checking bstr v1.10.0 |
1952 | 2025-02-21T07:51:13.837Z | Checking slog-json v2.6.1 |
1953 | 2025-02-21T07:51:13.898Z | Checking rfc6979 v0.4.0 |
1954 | 2025-02-21T07:51:13.925Z | Checking reqwest v0.12.9 |
1955 | 2025-02-21T07:51:13.953Z | Checking hex v0.4.3 |
1956 | 2025-02-21T07:51:14.101Z | Checking winnow v0.5.40 |
1957 | 2025-02-21T07:51:14.104Z | Checking managed v0.8.0 |
1958 | 2025-02-21T07:51:14.323Z | Checking dof v0.3.0 |
1959 | 2025-02-21T07:51:14.430Z | Checking slog-bunyan v2.5.0 |
1960 | 2025-02-21T07:51:14.506Z | Checking crossbeam-deque v0.8.5 |
1961 | 2025-02-21T07:51:14.509Z | Checking num-bigint-dig v0.8.4 |
1962 | 2025-02-21T07:51:14.606Z | Checking flate2 v1.0.35 |
1963 | 2025-02-21T07:51:14.817Z | Checking pkcs1 v0.7.5 |
1964 | 2025-02-21T07:51:14.944Z | Checking usdt-impl v0.5.0 |
1965 | 2025-02-21T07:51:15.215Z | Checking toml v0.8.19 |
1966 | 2025-02-21T07:51:15.243Z | Checking rustls v0.22.4 |
1967 | 2025-02-21T07:51:15.268Z | Checking curve25519-dalek v4.1.3 |
1968 | 2025-02-21T07:51:15.362Z | Checking elliptic-curve v0.13.8 |
1969 | 2025-02-21T07:51:15.505Z | Checking usdt v0.5.0 |
1970 | 2025-02-21T07:51:15.678Z | Checking zerocopy v0.6.6 |
1971 | 2025-02-21T07:51:15.774Z | Checking unicode-width v0.2.0 |
1972 | 2025-02-21T07:51:15.897Z | Checking siphasher v0.3.11 |
1973 | 2025-02-21T07:51:15.975Z | Checking ecdsa v0.16.9 |
1974 | 2025-02-21T07:51:16.212Z | Checking rayon-core v1.12.1 |
1975 | 2025-02-21T07:51:16.264Z | Checking unicode-normalization v0.1.24 |
1976 | 2025-02-21T07:51:16.313Z | Checking ed25519 v2.2.3 |
1977 | 2025-02-21T07:51:16.480Z | Checking rsa v0.9.6 |
1978 | 2025-02-21T07:51:16.630Z | Checking signal-hook v0.3.17 |
1979 | 2025-02-21T07:51:16.663Z | Checking quick-error v1.2.3 |
1980 | 2025-02-21T07:51:16.808Z | Checking debug-ignore v1.0.5 |
1981 | 2025-02-21T07:51:16.810Z | Checking toml_edit v0.19.15 |
1982 | 2025-02-21T07:51:16.888Z | Checking hickory-proto v0.24.3 |
1983 | 2025-02-21T07:51:16.956Z | Checking itertools v0.10.5 |
1984 | 2025-02-21T07:51:16.988Z | Checking multer v3.1.0 |
1985 | 2025-02-21T07:51:17.082Z | Checking ed25519-dalek v2.1.1 |
1986 | 2025-02-21T07:51:17.181Z | Checking x509-cert v0.2.5 |
1987 | 2025-02-21T07:51:17.385Z | Checking serde_path_to_error v0.1.16 |
1988 | 2025-02-21T07:51:17.469Z | Checking hubpack v0.1.2 |
1989 | 2025-02-21T07:51:17.497Z | Checking waitgroup v0.1.2 |
1990 | 2025-02-21T07:51:17.656Z | Checking bzip2-sys v0.1.11+1.0.8 |
1991 | 2025-02-21T07:51:17.766Z | Checking async-stream v0.3.6 |
1992 | 2025-02-21T07:51:17.806Z | Checking hostname v0.4.0 |
1993 | 2025-02-21T07:51:17.953Z | Checking bit-vec v0.6.3 |
1994 | 2025-02-21T07:51:17.982Z | Checking bzip2 v0.4.4 |
1995 | 2025-02-21T07:51:17.985Z | Checking signal-hook-mio v0.2.4 |
1996 | 2025-02-21T07:51:18.153Z | Checking console v0.15.10 |
1997 | 2025-02-21T07:51:18.310Z | Checking memoffset v0.9.1 |
1998 | 2025-02-21T07:51:18.314Z | Checking bit-set v0.5.3 |
1999 | 2025-02-21T07:51:18.444Z | Checking hash32 v0.2.1 |
2000 | 2025-02-21T07:51:18.560Z | Checking tokio-rustls v0.25.0 |
2001 | 2025-02-21T07:51:18.592Z | Checking linked-hash-map v0.5.6 |
2002 | 2025-02-21T07:51:18.692Z | Checking predicates-core v1.0.8 |
2003 | 2025-02-21T07:51:18.720Z | Checking unicode-bidi v0.3.17 |
2004 | 2025-02-21T07:51:18.746Z | Checking unicode-properties v0.1.3 |
2005 | 2025-02-21T07:51:18.900Z | Checking lru-cache v0.1.2 |
2006 | 2025-02-21T07:51:18.923Z | Checking heapless v0.7.17 |
2007 | 2025-02-21T07:51:18.927Z | Checking dropshot v0.12.0 |
2008 | 2025-02-21T07:51:19.003Z | Checking crossterm v0.28.1 |
2009 | 2025-02-21T07:51:19.077Z | Checking rayon v1.10.0 |
2010 | 2025-02-21T07:51:19.121Z | Checking phf_shared v0.11.2 |
2011 | 2025-02-21T07:51:19.230Z | Checking toml v0.7.8 |
2012 | 2025-02-21T07:51:19.347Z | Checking stringprep v0.1.5 |
2013 | 2025-02-21T07:51:19.402Z | Checking similar v2.6.0 |
2014 | 2025-02-21T07:51:19.621Z | Checking tokio-stream v0.1.16 |
2015 | 2025-02-21T07:51:19.838Z | Checking newtype-uuid v1.2.1 |
2016 | 2025-02-21T07:51:19.908Z | Checking md-5 v0.10.6 |
2017 | 2025-02-21T07:51:20.091Z | Checking float-cmp v0.10.0 |
2018 | 2025-02-21T07:51:20.136Z | Checking difflib v0.4.0 |
2019 | 2025-02-21T07:51:20.239Z | Checking fixedbitset v0.4.2 |
2020 | 2025-02-21T07:51:20.300Z | Checking fallible-iterator v0.2.0 |
2021 | 2025-02-21T07:51:20.403Z | Checking normalize-line-endings v0.3.0 |
2022 | 2025-02-21T07:51:20.475Z | Checking smoltcp v0.9.1 |
2023 | 2025-02-21T07:51:20.504Z | Checking petgraph v0.6.5 |
2024 | 2025-02-21T07:51:20.544Z | Checking predicates v3.1.3 |
2025 | 2025-02-21T07:51:20.704Z | Checking phf v0.11.2 |
2026 | 2025-02-21T07:51:20.880Z | Checking postgres-protocol v0.6.7 |
2027 | 2025-02-21T07:51:20.970Z | Checking zip v0.6.6 |
2028 | 2025-02-21T07:51:21.176Z | Checking resolv-conf v0.7.0 |
2029 | 2025-02-21T07:51:21.314Z | Checking phf_shared v0.10.0 |
2030 | 2025-02-21T07:51:21.517Z | Checking tungstenite v0.24.0 |
2031 | 2025-02-21T07:51:21.543Z | Checking fs-err v2.11.0 |
2032 | 2025-02-21T07:51:21.593Z | Checking serde-big-array v0.5.1 |
2033 | 2025-02-21T07:51:21.667Z | Checking portable-atomic v1.9.0 |
2034 | 2025-02-21T07:51:21.826Z | Checking lalrpop-util v0.19.12 |
2035 | 2025-02-21T07:51:21.852Z | Checking new_debug_unreachable v1.0.6 |
2036 | 2025-02-21T07:51:21.961Z | Checking precomputed-hash v0.1.1 |
2037 | 2025-02-21T07:51:22.084Z | Checking number_prefix v0.4.0 |
2038 | 2025-02-21T07:51:22.109Z | Checking minimal-lexical v0.2.1 |
2039 | 2025-02-21T07:51:22.130Z | Checking string_cache v0.8.7 |
2040 | 2025-02-21T07:51:22.302Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2041 | 2025-02-21T07:51:22.326Z | Checking hickory-resolver v0.24.3 |
2042 | 2025-02-21T07:51:22.359Z | Checking tokio-tungstenite v0.24.0 |
2043 | 2025-02-21T07:51:22.411Z | Checking postgres-types v0.2.8 |
2044 | 2025-02-21T07:51:22.484Z | Checking nom v7.1.3 |
2045 | 2025-02-21T07:51:22.591Z | Checking nix v0.29.0 |
2046 | 2025-02-21T07:51:22.622Z | Checking indicatif v0.17.11 |
2047 | 2025-02-21T07:51:22.827Z | Checking itertools v0.12.1 |
2048 | 2025-02-21T07:51:23.082Z | Checking peg-runtime v0.8.3 |
2049 | 2025-02-21T07:51:23.339Z | Checking whoami v1.5.2 |
2050 | 2025-02-21T07:51:23.530Z | Compiling hashbrown v0.14.5 |
2051 | 2025-02-21T07:51:23.560Z | Compiling thiserror v2.0.11 |
2052 | 2025-02-21T07:51:23.655Z | Checking tokio-postgres v0.7.12 |
2053 | 2025-02-21T07:51:23.846Z | Checking qorb v0.2.1 |
2054 | 2025-02-21T07:51:23.907Z | Compiling thiserror-impl v2.0.11 |
2055 | 2025-02-21T07:51:24.504Z | Compiling ident_case v1.0.1 |
2056 | 2025-02-21T07:51:24.704Z | Compiling regress v0.10.1 |
2057 | 2025-02-21T07:51:24.706Z | Compiling darling_core v0.20.10 |
2058 | 2025-02-21T07:51:25.133Z | Compiling unsafe-libyaml v0.2.11 |
2059 | 2025-02-21T07:51:26.225Z | Checking heck v0.5.0 |
2060 | 2025-02-21T07:51:26.438Z | Compiling serde_yaml v0.9.34+deprecated |
2061 | 2025-02-21T07:51:26.484Z | Checking fastrand v2.1.1 |
2062 | 2025-02-21T07:51:26.815Z | Checking ipnetwork v0.21.1 |
2063 | 2025-02-21T07:51:26.951Z | Checking progenitor-client v0.9.1 |
2064 | 2025-02-21T07:51:27.163Z | Compiling daft-derive v0.1.1 |
2065 | 2025-02-21T07:51:27.238Z | Compiling structmeta-derive v0.3.0 |
2066 | 2025-02-21T07:51:27.373Z | Checking strum v0.26.3 |
2067 | 2025-02-21T07:51:27.402Z | Checking oxnet v0.1.0 |
2068 | 2025-02-21T07:51:27.561Z | Compiling dropshot v0.15.1 |
2069 | 2025-02-21T07:51:27.749Z | Checking macaddr v1.0.1 |
2070 | 2025-02-21T07:51:27.976Z | Compiling dropshot_endpoint v0.15.1 |
2071 | 2025-02-21T07:51:28.129Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2072 | 2025-02-21T07:51:28.676Z | Compiling typify-impl v0.2.0 |
2073 | 2025-02-21T07:51:28.905Z | Checking tempfile v3.13.0 |
2074 | 2025-02-21T07:51:29.294Z | Checking progenitor-client v0.8.0 |
2075 | 2025-02-21T07:51:29.337Z | Checking instant v0.1.13 |
2076 | 2025-02-21T07:51:29.447Z | Checking daft v0.1.1 |
2077 | 2025-02-21T07:51:29.639Z | Checking regress v0.9.1 |
2078 | 2025-02-21T07:51:29.836Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2079 | 2025-02-21T07:51:29.865Z | Compiling structmeta v0.3.0 |
2080 | 2025-02-21T07:51:29.868Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2081 | 2025-02-21T07:51:30.248Z | Compiling parse-display-derive v0.10.0 |
2082 | 2025-02-21T07:51:30.307Z | Checking backoff v0.4.0 |
2083 | 2025-02-21T07:51:30.337Z | Compiling darling_macro v0.20.10 |
2084 | 2025-02-21T07:51:30.589Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2085 | 2025-02-21T07:51:30.613Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2086 | 2025-02-21T07:51:30.756Z | Checking wait-timeout v0.2.0 |
2087 | 2025-02-21T07:51:30.781Z | Checking rand_xorshift v0.3.0 |
2088 | 2025-02-21T07:51:30.960Z | Checking rusty-fork v0.3.0 |
2089 | 2025-02-21T07:51:30.984Z | Checking unarray v0.1.4 |
2090 | 2025-02-21T07:51:31.154Z | Compiling structmeta-derive v0.2.0 |
2091 | 2025-02-21T07:51:31.244Z | Checking proptest v1.5.0 |
2092 | 2025-02-21T07:51:31.247Z | Compiling darling v0.20.10 |
2093 | 2025-02-21T07:51:31.378Z | Compiling serde_with_macros v3.11.0 |
2094 | 2025-02-21T07:51:32.064Z | Checking camino-tempfile v1.1.1 |
2095 | 2025-02-21T07:51:32.361Z | Checking unicode-width v0.1.14 |
2096 | 2025-02-21T07:51:32.871Z | Compiling proc-macro-error v1.0.4 |
2097 | 2025-02-21T07:51:33.069Z | Compiling proc-macro-crate v1.3.1 |
2098 | 2025-02-21T07:51:33.492Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2099 | 2025-02-21T07:51:33.720Z | Compiling structmeta v0.2.0 |
2100 | 2025-02-21T07:51:33.880Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2101 | 2025-02-21T07:51:33.934Z | Compiling num_enum_derive v0.5.11 |
2102 | 2025-02-21T07:51:33.937Z | Checking serde_with v3.11.0 |
2103 | 2025-02-21T07:51:34.110Z | Compiling test-strategy v0.3.1 |
2104 | 2025-02-21T07:51:34.139Z | Checking parse-display v0.10.0 |
2105 | 2025-02-21T07:51:34.235Z | Checking tabwriter v1.4.0 |
2106 | 2025-02-21T07:51:34.390Z | Compiling foreign-types-macros v0.2.3 |
2107 | 2025-02-21T07:51:34.485Z | Checking foreign-types-shared v0.3.1 |
2108 | 2025-02-21T07:51:34.986Z | Checking cstr-argument v0.1.2 |
2109 | 2025-02-21T07:51:35.189Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2110 | 2025-02-21T07:51:35.618Z | Checking foreign-types v0.5.0 |
2111 | 2025-02-21T07:51:35.736Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2112 | 2025-02-21T07:51:35.797Z | Checking pretty-hex v0.2.1 |
2113 | 2025-02-21T07:51:35.940Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2114 | 2025-02-21T07:51:36.003Z | Checking colored v2.1.0 |
2115 | 2025-02-21T07:51:36.030Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2116 | 2025-02-21T07:51:36.105Z | Checking num_enum v0.5.11 |
2117 | 2025-02-21T07:51:36.199Z | Checking smf v0.2.3 |
2118 | 2025-02-21T07:51:36.249Z | Checking itertools v0.13.0 |
2119 | 2025-02-21T07:51:36.291Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2120 | 2025-02-21T07:51:36.294Z | Checking base64 v0.21.7 |
2121 | 2025-02-21T07:51:36.335Z | Compiling typify-impl v0.3.0 |
2122 | 2025-02-21T07:51:36.671Z | Compiling crucible-workspace-hack v0.1.0 |
2123 | 2025-02-21T07:51:37.028Z | Checking atomicwrites v0.4.4 |
2124 | 2025-02-21T07:51:37.036Z | Compiling zerocopy v0.8.10 |
2125 | 2025-02-21T07:51:37.287Z | Compiling zerocopy-derive v0.8.10 |
2126 | 2025-02-21T07:51:37.795Z | Checking termtree v0.4.1 |
2127 | 2025-02-21T07:51:38.092Z | Compiling heapless v0.8.0 |
2128 | 2025-02-21T07:51:38.484Z | Checking predicates-tree v1.0.11 |
2129 | 2025-02-21T07:51:38.682Z | Checking hash32 v0.3.1 |
2130 | 2025-02-21T07:51:38.744Z | Compiling smoltcp v0.11.0 |
2131 | 2025-02-21T07:51:38.884Z | Checking cobs v0.2.3 |
2132 | 2025-02-21T07:51:39.095Z | Checking postcard v1.0.10 |
2133 | 2025-02-21T07:51:39.455Z | Checking sigpipe v0.1.3 |
2134 | 2025-02-21T07:51:39.485Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2135 | 2025-02-21T07:51:39.566Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2136 | 2025-02-21T07:51:39.628Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2137 | 2025-02-21T07:51:39.719Z | Compiling mockall_derive v0.13.0 |
2138 | 2025-02-21T07:51:39.879Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2139 | 2025-02-21T07:51:40.002Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2140 | 2025-02-21T07:51:40.060Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2141 | 2025-02-21T07:51:40.310Z | Compiling zone_cfg_derive v0.3.0 |
2142 | 2025-02-21T07:51:40.451Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2143 | 2025-02-21T07:51:40.768Z | Compiling num-derive v0.4.2 |
2144 | 2025-02-21T07:51:41.679Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2145 | 2025-02-21T07:51:41.996Z | Checking fragile v2.0.0 |
2146 | 2025-02-21T07:51:42.261Z | Checking downcast v0.11.0 |
2147 | 2025-02-21T07:51:42.518Z | Checking zone v0.3.0 |
2148 | 2025-02-21T07:51:42.566Z | Compiling typify-macro v0.2.0 |
2149 | 2025-02-21T07:51:42.629Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2150 | 2025-02-21T07:51:42.654Z | Checking tungstenite v0.21.0 |
2151 | 2025-02-21T07:51:42.868Z | Compiling convert_case v0.4.0 |
2152 | 2025-02-21T07:51:42.891Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2153 | 2025-02-21T07:51:43.353Z | Checking newline-converter v0.3.0 |
2154 | 2025-02-21T07:51:43.381Z | Checking same-file v1.0.6 |
2155 | 2025-02-21T07:51:43.524Z | Checking expectorate v1.1.0 |
2156 | 2025-02-21T07:51:43.543Z | Checking tokio-tungstenite v0.21.0 |
2157 | 2025-02-21T07:51:43.577Z | Checking walkdir v2.5.0 |
2158 | 2025-02-21T07:51:43.654Z | Compiling derive_more v0.99.19 |
2159 | 2025-02-21T07:51:43.702Z | Checking arc-swap v1.7.1 |
2160 | 2025-02-21T07:51:43.879Z | Checking xattr v1.3.1 |
2161 | 2025-02-21T07:51:44.043Z | Checking filetime v0.2.25 |
2162 | 2025-02-21T07:51:44.103Z | Checking num-rational v0.4.2 |
2163 | 2025-02-21T07:51:44.128Z | Checking slog-scope v4.4.0 |
2164 | 2025-02-21T07:51:44.279Z | Checking tar v0.4.42 |
2165 | 2025-02-21T07:51:44.338Z | Checking slog-stdlog v4.1.1 |
2166 | 2025-02-21T07:51:44.533Z | Checking slog-envlogger v2.2.0 |
2167 | 2025-02-21T07:51:44.742Z | Checking num-complex v0.4.6 |
2168 | 2025-02-21T07:51:44.776Z | Checking float-ord v0.3.2 |
2169 | 2025-02-21T07:51:44.944Z | Checking indent_write v2.2.0 |
2170 | 2025-02-21T07:51:45.105Z | Compiling cancel-safe-futures v0.1.5 |
2171 | 2025-02-21T07:51:45.157Z | Checking swrite v0.1.0 |
2172 | 2025-02-21T07:51:45.296Z | Compiling owo-colors v4.1.0 |
2173 | 2025-02-21T07:51:45.569Z | Checking num v0.4.3 |
2174 | 2025-02-21T07:51:45.693Z | Checking libsw v3.3.1 |
2175 | 2025-02-21T07:51:45.957Z | Checking pem v3.0.4 |
2176 | 2025-02-21T07:51:45.961Z | Checking password-hash v0.5.0 |
2177 | 2025-02-21T07:51:46.097Z | Compiling typify v0.2.0 |
2178 | 2025-02-21T07:51:46.251Z | Compiling progenitor-impl v0.8.0 |
2179 | 2025-02-21T07:51:46.336Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2180 | 2025-02-21T07:51:46.414Z | Checking blake2 v0.10.6 |
2181 | 2025-02-21T07:51:46.879Z | Checking linear-map v1.2.0 |
2182 | 2025-02-21T07:51:47.029Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2183 | 2025-02-21T07:51:47.113Z | Checking mockall v0.13.0 |
2184 | 2025-02-21T07:51:47.147Z | Checking argon2 v0.5.3 |
2185 | 2025-02-21T07:51:47.200Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2186 | 2025-02-21T07:51:47.358Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2187 | 2025-02-21T07:51:47.871Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2188 | 2025-02-21T07:51:48.191Z | Compiling lzma-sys v0.1.20 |
2189 | 2025-02-21T07:51:48.286Z | Checking headers-core v0.3.0 |
2190 | 2025-02-21T07:51:48.362Z | Compiling heck v0.3.3 |
2191 | 2025-02-21T07:51:48.456Z | Checking headers v0.4.0 |
2192 | 2025-02-21T07:51:48.720Z | Compiling zone_cfg_derive v0.1.2 |
2193 | 2025-02-21T07:51:49.125Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2194 | 2025-02-21T07:51:49.186Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2195 | 2025-02-21T07:51:49.497Z | Checking yasna v0.5.2 |
2196 | 2025-02-21T07:51:49.525Z | Checking highway v1.2.0 |
2197 | 2025-02-21T07:51:49.971Z | Checking base64 v0.13.1 |
2198 | 2025-02-21T07:51:50.013Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2199 | 2025-02-21T07:51:50.045Z | Checking zone v0.1.8 |
2200 | 2025-02-21T07:51:50.280Z | Checking rcgen v0.12.1 |
2201 | 2025-02-21T07:51:50.343Z | Compiling typify-macro v0.3.0 |
2202 | 2025-02-21T07:51:50.379Z | Checking ron v0.7.1 |
2203 | 2025-02-21T07:51:50.458Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2204 | 2025-02-21T07:51:50.501Z | Checking xz2 v0.1.7 |
2205 | 2025-02-21T07:51:50.722Z | Checking subprocess v0.2.9 |
2206 | 2025-02-21T07:51:50.828Z | Checking humantime v2.1.0 |
2207 | 2025-02-21T07:51:50.866Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2208 | 2025-02-21T07:51:50.891Z | Compiling semver v0.1.20 |
2209 | 2025-02-21T07:51:51.154Z | Checking prettyplease v0.2.29 |
2210 | 2025-02-21T07:51:51.280Z | Compiling rustc_version v0.1.7 |
2211 | 2025-02-21T07:51:51.477Z | Checking half v2.4.1 |
2212 | 2025-02-21T07:51:51.501Z | Checking ciborium-io v0.2.2 |
2213 | 2025-02-21T07:51:51.705Z | Compiling newtype_derive v0.1.6 |
2214 | 2025-02-21T07:51:51.937Z | Checking ciborium-ll v0.2.2 |
2215 | 2025-02-21T07:51:52.091Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2216 | 2025-02-21T07:51:52.235Z | Checking steno v0.4.1 |
2217 | 2025-02-21T07:51:52.259Z | Checking ciborium v0.2.2 |
2218 | 2025-02-21T07:51:52.826Z | Compiling progenitor-macro v0.8.0 |
2219 | 2025-02-21T07:51:53.851Z | Compiling typify v0.3.0 |
2220 | 2025-02-21T07:51:54.008Z | Compiling progenitor-impl v0.9.1 |
2221 | 2025-02-21T07:51:55.134Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2222 | 2025-02-21T07:51:55.417Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2223 | 2025-02-21T07:51:55.855Z | Compiling slog-dtrace v0.3.0 |
2224 | 2025-02-21T07:51:56.142Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2225 | 2025-02-21T07:51:56.265Z | Checking display-error-chain v0.2.2 |
2226 | 2025-02-21T07:51:56.465Z | Checking gethostname v0.5.0 |
2227 | 2025-02-21T07:51:56.549Z | Checking nibble_vec v0.1.0 |
2228 | 2025-02-21T07:51:56.609Z | Compiling blake3 v1.5.4 |
2229 | 2025-02-21T07:51:56.689Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2230 | 2025-02-21T07:51:56.726Z | Checking endian-type v0.1.2 |
2231 | 2025-02-21T07:51:56.756Z | Checking keccak v0.1.5 |
2232 | 2025-02-21T07:51:56.955Z | Checking radix_trie v0.2.1 |
2233 | 2025-02-21T07:51:57.108Z | Checking sha3 v0.10.8 |
2234 | 2025-02-21T07:51:57.355Z | Checking universal-hash v0.5.1 |
2235 | 2025-02-21T07:51:57.510Z | Checking secrecy v0.8.0 |
2236 | 2025-02-21T07:51:57.551Z | Checking opaque-debug v0.3.1 |
2237 | 2025-02-21T07:51:57.652Z | Checking aead v0.5.2 |
2238 | 2025-02-21T07:51:57.702Z | Checking poly1305 v0.8.0 |
2239 | 2025-02-21T07:51:57.858Z | Checking chacha20 v0.9.1 |
2240 | 2025-02-21T07:51:58.269Z | Compiling memmap2 v0.9.5 |
2241 | 2025-02-21T07:51:58.293Z | Compiling arrayvec v0.7.6 |
2242 | 2025-02-21T07:51:58.686Z | Compiling arrayref v0.3.9 |
2243 | 2025-02-21T07:51:58.709Z | Compiling constant_time_eq v0.3.1 |
2244 | 2025-02-21T07:51:58.809Z | Compiling toolchain_find v0.4.0 |
2245 | 2025-02-21T07:51:58.906Z | Compiling thiserror-impl-no-std v2.0.2 |
2246 | 2025-02-21T07:51:59.311Z | Compiling topological-sort v0.2.2 |
2247 | 2025-02-21T07:51:59.390Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2248 | 2025-02-21T07:51:59.413Z | Compiling rustfmt-wrapper v0.2.1 |
2249 | 2025-02-21T07:51:59.553Z | Compiling omicron-zone-package v0.12.0 |
2250 | 2025-02-21T07:51:59.753Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2251 | 2025-02-21T07:51:59.986Z | Checking chacha20poly1305 v0.10.1 |
2252 | 2025-02-21T07:52:00.137Z | Compiling async-recursion v1.1.1 |
2253 | 2025-02-21T07:52:00.162Z | Checking fxhash v0.2.1 |
2254 | 2025-02-21T07:52:00.193Z | Checking simd-adler32 v0.3.7 |
2255 | 2025-02-21T07:52:00.351Z | Compiling zip v2.1.3 |
2256 | 2025-02-21T07:52:00.550Z | Checking bumpalo v3.16.0 |
2257 | 2025-02-21T07:52:00.611Z | Compiling progenitor-macro v0.9.1 |
2258 | 2025-02-21T07:52:00.675Z | Checking lockfree-object-pool v0.1.6 |
2259 | 2025-02-21T07:52:00.936Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2260 | 2025-02-21T07:52:00.960Z | Checking zopfli v0.8.1 |
2261 | 2025-02-21T07:52:01.031Z | Checking termcolor v1.4.1 |
2262 | 2025-02-21T07:52:01.315Z | Checking maplit v1.0.2 |
2263 | 2025-02-21T07:52:01.438Z | Compiling radium v0.7.0 |
2264 | 2025-02-21T07:52:01.461Z | Compiling const_format_proc_macros v0.2.34 |
2265 | 2025-02-21T07:52:01.619Z | Compiling maybe-uninit v2.0.0 |
2266 | 2025-02-21T07:52:01.638Z | Checking thiserror-no-std v2.0.2 |
2267 | 2025-02-21T07:52:01.765Z | Checking vsss-rs v3.3.4 |
2268 | 2025-02-21T07:52:01.932Z | Checking tap v1.0.1 |
2269 | 2025-02-21T07:52:02.107Z | Checking wyz v0.5.1 |
2270 | 2025-02-21T07:52:02.461Z | Checking funty v2.0.0 |
2271 | 2025-02-21T07:52:02.612Z | Checking home v0.5.9 |
2272 | 2025-02-21T07:52:02.752Z | Compiling packed_struct v0.10.1 |
2273 | 2025-02-21T07:52:02.783Z | Checking crc-catalog v2.4.0 |
2274 | 2025-02-21T07:52:02.947Z | Checking crc v3.2.1 |
2275 | 2025-02-21T07:52:03.307Z | Checking const_format v0.2.34 |
2276 | 2025-02-21T07:52:03.332Z | Checking bitvec v1.0.1 |
2277 | 2025-02-21T07:52:03.388Z | Checking kstat-rs v0.2.4 |
2278 | 2025-02-21T07:52:03.414Z | Compiling packed_struct_codegen v0.10.1 |
2279 | 2025-02-21T07:52:03.758Z | Compiling vte_generate_state_changes v0.1.2 |
2280 | 2025-02-21T07:52:03.794Z | Compiling indexmap v1.9.3 |
2281 | 2025-02-21T07:52:04.137Z | Compiling libefi-sys v0.1.0 |
2282 | 2025-02-21T07:52:04.425Z | Checking nodrop v0.1.14 |
2283 | 2025-02-21T07:52:04.488Z | Checking vte v0.11.1 |
2284 | 2025-02-21T07:52:04.514Z | Checking progenitor v0.8.0 |
2285 | 2025-02-21T07:52:04.739Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2286 | 2025-02-21T07:52:04.765Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2287 | 2025-02-21T07:52:04.985Z | Checking array-init v0.0.4 |
2288 | 2025-02-21T07:52:05.832Z | Checking smallvec v0.6.14 |
2289 | 2025-02-21T07:52:05.884Z | Checking fd-lock v4.0.2 |
2290 | 2025-02-21T07:52:05.907Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2291 | 2025-02-21T07:52:06.077Z | Compiling bitfield-struct v0.6.2 |
2292 | 2025-02-21T07:52:06.395Z | Checking bitfield v0.14.0 |
2293 | 2025-02-21T07:52:06.402Z | Checking hashbrown v0.12.3 |
2294 | 2025-02-21T07:52:06.627Z | Checking serde-hex v0.1.0 |
2295 | 2025-02-21T07:52:07.406Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2296 | 2025-02-21T07:52:07.965Z | Checking strip-ansi-escapes v0.2.0 |
2297 | 2025-02-21T07:52:08.154Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2298 | 2025-02-21T07:52:08.401Z | Checking env_logger v0.10.2 |
2299 | 2025-02-21T07:52:08.425Z | Checking ron v0.8.1 |
2300 | 2025-02-21T07:52:08.833Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2301 | 2025-02-21T07:52:08.930Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2302 | 2025-02-21T07:52:09.153Z | Checking hashbrown v0.13.2 |
2303 | 2025-02-21T07:52:09.257Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2304 | 2025-02-21T07:52:09.493Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2305 | 2025-02-21T07:52:09.677Z | Checking crc-any v2.5.0 |
2306 | 2025-02-21T07:52:10.091Z | Checking nu-ansi-term v0.50.1 |
2307 | 2025-02-21T07:52:10.487Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2308 | 2025-02-21T07:52:10.542Z | Checking reedline v0.35.0 |
2309 | 2025-02-21T07:52:10.616Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2310 | 2025-02-21T07:52:11.036Z | Checking object v0.30.4 |
2311 | 2025-02-21T07:52:11.216Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2312 | 2025-02-21T07:52:11.787Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2313 | 2025-02-21T07:52:12.030Z | Checking nanorand v0.7.0 |
2314 | 2025-02-21T07:52:12.055Z | Compiling parking_lot_core v0.8.6 |
2315 | 2025-02-21T07:52:12.352Z | Checking path-slash v0.1.5 |
2316 | 2025-02-21T07:52:12.376Z | Checking progenitor v0.9.1 |
2317 | 2025-02-21T07:52:12.547Z | Checking flume v0.11.1 |
2318 | 2025-02-21T07:52:12.583Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2319 | 2025-02-21T07:52:12.687Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2320 | 2025-02-21T07:52:13.076Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2321 | 2025-02-21T07:52:13.478Z | Compiling phf_generator v0.11.2 |
2322 | 2025-02-21T07:52:13.682Z | Checking glob v0.3.2 |
2323 | 2025-02-21T07:52:14.002Z | Checking bytecount v0.6.8 |
2324 | 2025-02-21T07:52:14.172Z | Checking papergrid v0.11.0 |
2325 | 2025-02-21T07:52:15.663Z | Compiling phf_codegen v0.11.2 |
2326 | 2025-02-21T07:52:15.903Z | Checking parking_lot v0.11.2 |
2327 | 2025-02-21T07:52:16.265Z | Compiling tabled_derive v0.7.0 |
2328 | 2025-02-21T07:52:16.536Z | Compiling parse-zoneinfo v0.3.1 |
2329 | 2025-02-21T07:52:16.804Z | Compiling cfg_aliases v0.1.1 |
2330 | 2025-02-21T07:52:16.935Z | Compiling nix v0.28.0 |
2331 | 2025-02-21T07:52:17.733Z | Compiling chrono-tz-build v0.4.0 |
2332 | 2025-02-21T07:52:18.066Z | Checking sled v0.34.7 |
2333 | 2025-02-21T07:52:18.169Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2334 | 2025-02-21T07:52:18.402Z | Checking tabled v0.15.0 |
2335 | 2025-02-21T07:52:18.928Z | Checking hickory-client v0.24.3 |
2336 | 2025-02-21T07:52:19.359Z | Checking hickory-server v0.24.3 |
2337 | 2025-02-21T07:52:19.574Z | Compiling chrono-tz v0.10.1 |
2338 | 2025-02-21T07:52:20.331Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2339 | 2025-02-21T07:52:20.850Z | Compiling unicase v2.7.0 |
2340 | 2025-02-21T07:52:20.931Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2341 | 2025-02-21T07:52:21.034Z | Compiling buf-list v1.0.3 |
2342 | 2025-02-21T07:52:21.704Z | Compiling peg-macros v0.8.4 |
2343 | 2025-02-21T07:52:21.770Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2344 | 2025-02-21T07:52:22.495Z | Compiling sqlparser_derive v0.2.2 |
2345 | 2025-02-21T07:52:22.805Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2346 | 2025-02-21T07:52:23.144Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2347 | 2025-02-21T07:52:23.234Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2348 | 2025-02-21T07:52:23.603Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2349 | 2025-02-21T07:52:24.962Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2350 | 2025-02-21T07:52:25.745Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2351 | 2025-02-21T07:52:25.993Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2352 | 2025-02-21T07:52:26.169Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2353 | 2025-02-21T07:52:26.368Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2354 | 2025-02-21T07:52:27.008Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2355 | 2025-02-21T07:52:27.032Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2025-02-21T07:52:27.340Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2357 | 2025-02-21T07:52:27.695Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2358 | 2025-02-21T07:52:27.837Z | Checking unicode_categories v0.1.1 |
2359 | 2025-02-21T07:52:28.170Z | Checking sqlformat v0.2.6 |
2360 | 2025-02-21T07:52:28.432Z | Checking peg v0.8.4 |
2361 | 2025-02-21T07:52:28.562Z | Checking rustyline v14.0.0 |
2362 | 2025-02-21T07:52:29.140Z | Checking sqlparser v0.45.0 |
2363 | 2025-02-21T07:52:30.171Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2364 | 2025-02-21T07:52:31.949Z | Checking bcs v0.1.6 |
2365 | 2025-02-21T07:52:32.006Z | Checking termtree v0.5.1 |
2366 | 2025-02-21T07:52:32.397Z | Checking primeorder v0.13.6 |
2367 | 2025-02-21T07:52:32.610Z | Compiling mime_guess v2.0.5 |
2368 | 2025-02-21T07:52:32.659Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2369 | 2025-02-21T07:52:32.731Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2370 | 2025-02-21T07:52:32.834Z | Checking http-range v0.1.5 |
2371 | 2025-02-21T07:52:33.280Z | Checking atty v0.2.14 |
2372 | 2025-02-21T07:52:33.352Z | Compiling salty v0.3.0 |
2373 | 2025-02-21T07:52:33.418Z | Checking p384 v0.13.0 |
2374 | 2025-02-21T07:52:33.836Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2375 | 2025-02-21T07:52:34.487Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2376 | 2025-02-21T07:52:34.528Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2377 | 2025-02-21T07:52:34.530Z | Checking hyper-staticfile v0.10.1 |
2378 | 2025-02-21T07:52:34.832Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2379 | 2025-02-21T07:52:35.049Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2380 | 2025-02-21T07:52:35.542Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2381 | 2025-02-21T07:52:35.643Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2025-02-21T07:52:35.976Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2383 | 2025-02-21T07:52:36.418Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2384 | 2025-02-21T07:52:37.580Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2385 | 2025-02-21T07:52:37.671Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2386 | 2025-02-21T07:52:37.716Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2387 | 2025-02-21T07:52:37.754Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2388 | 2025-02-21T07:52:37.915Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2389 | 2025-02-21T07:52:38.170Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2390 | 2025-02-21T07:52:38.435Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2391 | 2025-02-21T07:52:38.575Z | Compiling dsl_auto_type v0.1.2 |
2392 | 2025-02-21T07:52:39.867Z | Checking scheduled-thread-pool v0.2.7 |
2393 | 2025-02-21T07:52:39.943Z | Checking env_filter v0.1.2 |
2394 | 2025-02-21T07:52:40.087Z | Compiling diesel_table_macro_syntax v0.2.0 |
2395 | 2025-02-21T07:52:40.110Z | Compiling crunchy v0.2.2 |
2396 | 2025-02-21T07:52:40.168Z | Checking env_logger v0.11.5 |
2397 | 2025-02-21T07:52:40.457Z | Checking r2d2 v0.8.10 |
2398 | 2025-02-21T07:52:40.480Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2399 | 2025-02-21T07:52:40.518Z | Compiling diesel_derives v2.2.3 |
2400 | 2025-02-21T07:52:40.615Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2401 | 2025-02-21T07:52:40.777Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2402 | 2025-02-21T07:52:41.033Z | Compiling tiny-keccak v2.0.2 |
2403 | 2025-02-21T07:52:41.123Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2404 | 2025-02-21T07:52:41.438Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2405 | 2025-02-21T07:52:41.509Z | Compiling ref-cast v1.0.23 |
2406 | 2025-02-21T07:52:42.379Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2407 | 2025-02-21T07:52:42.748Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2408 | 2025-02-21T07:52:42.961Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2409 | 2025-02-21T07:52:43.356Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2410 | 2025-02-21T07:52:44.102Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2411 | 2025-02-21T07:52:44.168Z | Compiling ascii-canvas v3.0.0 |
2412 | 2025-02-21T07:52:44.446Z | Compiling ena v0.14.3 |
2413 | 2025-02-21T07:52:44.653Z | Compiling ref-cast-impl v1.0.23 |
2414 | 2025-02-21T07:52:44.674Z | Compiling diff v0.1.13 |
2415 | 2025-02-21T07:52:44.864Z | Compiling regex-syntax v0.6.29 |
2416 | 2025-02-21T07:52:45.260Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2417 | 2025-02-21T07:52:45.975Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2418 | 2025-02-21T07:52:46.221Z | Compiling pin-project-internal v1.1.6 |
2419 | 2025-02-21T07:52:46.376Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2420 | 2025-02-21T07:52:46.694Z | Compiling derive_builder_core v0.20.2 |
2421 | 2025-02-21T07:52:47.729Z | Compiling libxml v0.3.3 |
2422 | 2025-02-21T07:52:48.115Z | Compiling lalrpop v0.19.12 |
2423 | 2025-02-21T07:52:48.681Z | Checking signal-hook-tokio v0.3.1 |
2424 | 2025-02-21T07:52:48.806Z | Compiling derive_builder_macro v0.20.2 |
2425 | 2025-02-21T07:52:48.865Z | Compiling strum_macros v0.24.3 |
2426 | 2025-02-21T07:52:48.908Z | Checking pin-project v1.1.6 |
2427 | 2025-02-21T07:52:49.051Z | Compiling samael v0.0.17 |
2428 | 2025-02-21T07:52:49.675Z | Compiling snafu-derive v0.8.5 |
2429 | 2025-02-21T07:52:49.979Z | Compiling indoc v1.0.9 |
2430 | 2025-02-21T07:52:50.508Z | Checking derive_builder v0.20.2 |
2431 | 2025-02-21T07:52:50.894Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2432 | 2025-02-21T07:52:51.552Z | Checking diesel v2.2.7 |
2433 | 2025-02-21T07:52:52.031Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2434 | 2025-02-21T07:52:52.054Z | Checking olpc-cjson v0.1.4 |
2435 | 2025-02-21T07:52:52.115Z | Checking globset v0.4.15 |
2436 | 2025-02-21T07:52:52.290Z | Checking quick-xml v0.33.0 |
2437 | 2025-02-21T07:52:52.358Z | Checking serde_plain v1.0.2 |
2438 | 2025-02-21T07:52:52.619Z | Compiling oso-derive v0.27.3 |
2439 | 2025-02-21T07:52:52.622Z | Compiling impl-trait-for-tuples v0.2.2 |
2440 | 2025-02-21T07:52:52.780Z | Checking typed-path v0.9.3 |
2441 | 2025-02-21T07:52:53.708Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2442 | 2025-02-21T07:52:54.440Z | Checking snafu v0.8.5 |
2443 | 2025-02-21T07:52:54.794Z | Checking tungstenite v0.23.0 |
2444 | 2025-02-21T07:52:54.895Z | Checking tough v0.19.0 |
2445 | 2025-02-21T07:52:55.210Z | Compiling diesel-dtrace v0.4.2 |
2446 | 2025-02-21T07:52:55.557Z | Checking parse-size v1.1.0 |
2447 | 2025-02-21T07:52:55.637Z | Checking tokio-tungstenite v0.23.1 |
2448 | 2025-02-21T07:52:55.834Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2449 | 2025-02-21T07:52:56.117Z | Checking bb8 v0.8.5 |
2450 | 2025-02-21T07:52:56.154Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2451 | 2025-02-21T07:52:56.607Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2452 | 2025-02-21T07:52:56.630Z | Checking nix v0.27.1 |
2453 | 2025-02-21T07:52:56.858Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2454 | 2025-02-21T07:52:59.268Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2455 | 2025-02-21T07:52:59.297Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2456 | 2025-02-21T07:52:59.671Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2457 | 2025-02-21T07:52:59.757Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2458 | 2025-02-21T07:53:00.009Z | Checking heck v0.4.1 |
2459 | 2025-02-21T07:53:00.104Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2460 | 2025-02-21T07:53:00.249Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2461 | 2025-02-21T07:53:00.637Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2462 | 2025-02-21T07:53:00.660Z | Checking rand_seeder v0.3.0 |
2463 | 2025-02-21T07:53:00.900Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2464 | 2025-02-21T07:53:01.066Z | Checking assert_matches v1.5.0 |
2465 | 2025-02-21T07:53:01.159Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2466 | 2025-02-21T07:53:01.182Z | Compiling libz-sys v1.1.20 |
2467 | 2025-02-21T07:53:01.398Z | Compiling indoc v2.0.5 |
2468 | 2025-02-21T07:53:01.514Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2469 | 2025-02-21T07:53:01.609Z | Checking castaway v0.2.3 |
2470 | 2025-02-21T07:53:01.793Z | Checking is_ci v1.2.0 |
2471 | 2025-02-21T07:53:01.958Z | Checking supports-color v3.0.1 |
2472 | 2025-02-21T07:53:01.983Z | Checking compact_str v0.8.0 |
2473 | 2025-02-21T07:53:02.163Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2474 | 2025-02-21T07:53:02.297Z | Checking unicode-truncate v1.1.0 |
2475 | 2025-02-21T07:53:02.558Z | Checking cargo-platform v0.1.8 |
2476 | 2025-02-21T07:53:02.686Z | Checking lru v0.12.5 |
2477 | 2025-02-21T07:53:02.836Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2478 | 2025-02-21T07:53:02.883Z | Compiling instability v0.3.2 |
2479 | 2025-02-21T07:53:02.965Z | Checking cassowary v0.3.0 |
2480 | 2025-02-21T07:53:03.483Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2481 | 2025-02-21T07:53:03.579Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2482 | 2025-02-21T07:53:03.755Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2483 | 2025-02-21T07:53:03.918Z | Checking ratatui v0.29.0 |
2484 | 2025-02-21T07:53:04.379Z | Compiling vergen v8.3.2 |
2485 | 2025-02-21T07:53:04.697Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2486 | 2025-02-21T07:53:05.051Z | Checking unicode-linebreak v0.1.5 |
2487 | 2025-02-21T07:53:05.172Z | Checking smawk v0.3.2 |
2488 | 2025-02-21T07:53:05.403Z | Compiling cargo_metadata v0.18.1 |
2489 | 2025-02-21T07:53:05.472Z | Checking textwrap v0.16.1 |
2490 | 2025-02-21T07:53:05.929Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2491 | 2025-02-21T07:53:06.857Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2492 | 2025-02-21T07:53:07.085Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2493 | 2025-02-21T07:53:07.425Z | Compiling libsqlite3-sys v0.30.1 |
2494 | 2025-02-21T07:53:07.922Z | Compiling rustls v0.21.12 |
2495 | 2025-02-21T07:53:08.258Z | Checking shell-words v1.1.0 |
2496 | 2025-02-21T07:53:08.420Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2497 | 2025-02-21T07:53:08.442Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2498 | 2025-02-21T07:53:08.462Z | Checking rustls-webpki v0.101.7 |
2499 | 2025-02-21T07:53:08.465Z | Checking sct v0.7.1 |
2500 | 2025-02-21T07:53:08.786Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2501 | 2025-02-21T07:53:08.815Z | Checking hashlink v0.9.1 |
2502 | 2025-02-21T07:53:09.053Z | Checking concurrent-queue v2.5.0 |
2503 | 2025-02-21T07:53:09.107Z | Checking fallible-iterator v0.3.0 |
2504 | 2025-02-21T07:53:09.381Z | Checking plotters-backend v0.3.7 |
2505 | 2025-02-21T07:53:09.411Z | Checking fallible-streaming-iterator v0.1.9 |
2506 | 2025-02-21T07:53:09.667Z | Checking parking v2.2.1 |
2507 | 2025-02-21T07:53:09.699Z | Checking rusqlite v0.32.1 |
2508 | 2025-02-21T07:53:09.764Z | Checking plotters-svg v0.3.7 |
2509 | 2025-02-21T07:53:09.901Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2510 | 2025-02-21T07:53:09.986Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2511 | 2025-02-21T07:53:10.686Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2512 | 2025-02-21T07:53:10.845Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2513 | 2025-02-21T07:53:10.998Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2514 | 2025-02-21T07:53:11.021Z | Checking rustls-pemfile v1.0.4 |
2515 | 2025-02-21T07:53:11.061Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2516 | 2025-02-21T07:53:11.224Z | Checking twox-hash v2.1.0 |
2517 | 2025-02-21T07:53:11.674Z | Checking cast v0.3.0 |
2518 | 2025-02-21T07:53:11.698Z | Checking criterion-plot v0.5.0 |
2519 | 2025-02-21T07:53:11.815Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2520 | 2025-02-21T07:53:11.957Z | Checking tokio-rustls v0.24.1 |
2521 | 2025-02-21T07:53:12.001Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2522 | 2025-02-21T07:53:12.130Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2025-02-21T07:53:12.361Z | Checking plotters v0.3.7 |
2524 | 2025-02-21T07:53:13.641Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2525 | 2025-02-21T07:53:14.022Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2526 | 2025-02-21T07:53:14.047Z | Checking fatfs v0.3.6 |
2527 | 2025-02-21T07:53:14.960Z | Checking tinytemplate v1.2.1 |
2528 | 2025-02-21T07:53:15.379Z | Checking csv-core v0.1.11 |
2529 | 2025-02-21T07:53:15.583Z | Checking oorandom v11.1.4 |
2530 | 2025-02-21T07:53:15.743Z | Checking anes v0.1.6 |
2531 | 2025-02-21T07:53:15.762Z | Checking hex-literal v0.4.1 |
2532 | 2025-02-21T07:53:15.905Z | Checking csv v1.3.1 |
2533 | 2025-02-21T07:53:16.089Z | Checking criterion v0.5.1 |
2534 | 2025-02-21T07:53:16.234Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2535 | 2025-02-21T07:53:16.722Z | Checking event-listener v5.3.1 |
2536 | 2025-02-21T07:53:17.260Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2537 | 2025-02-21T07:53:18.664Z | Checking rtoolbox v0.0.2 |
2538 | 2025-02-21T07:53:18.856Z | Checking event-listener-strategy v0.5.2 |
2539 | 2025-02-21T07:53:18.878Z | Checking rpassword v7.3.1 |
2540 | 2025-02-21T07:53:19.054Z | Checking tui-tree-widget v0.23.0 |
2541 | 2025-02-21T07:53:19.079Z | Checking polyval v0.6.2 |
2542 | 2025-02-21T07:53:19.372Z | Checking ghash v0.5.1 |
2543 | 2025-02-21T07:53:19.396Z | Checking futures-lite v2.3.0 |
2544 | 2025-02-21T07:53:19.567Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2545 | 2025-02-21T07:53:20.565Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2546 | 2025-02-21T07:53:20.675Z | Checking ctr v0.9.2 |
2547 | 2025-02-21T07:53:21.098Z | Checking yansi v1.0.1 |
2548 | 2025-02-21T07:53:21.605Z | Checking pretty_assertions v1.4.1 |
2549 | 2025-02-21T07:53:21.662Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2550 | 2025-02-21T07:53:21.690Z | Checking aes-gcm v0.10.3 |
2551 | 2025-02-21T07:53:21.812Z | Checking async-bb8-diesel v0.2.1 |
2552 | 2025-02-21T07:53:22.326Z | Checking ssh-encoding v0.2.0 |
2553 | 2025-02-21T07:53:22.400Z | Checking blowfish v0.9.1 |
2554 | 2025-02-21T07:53:22.663Z | Checking ssh-cipher v0.2.0 |
2555 | 2025-02-21T07:53:22.685Z | Checking bcrypt-pbkdf v0.10.0 |
2556 | 2025-02-21T07:53:22.951Z | Checking async-lock v3.4.0 |
2557 | 2025-02-21T07:53:22.973Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2558 | 2025-02-21T07:53:23.748Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2559 | 2025-02-21T07:53:23.826Z | Checking polling v3.7.3 |
2560 | 2025-02-21T07:53:24.221Z | Checking password-hash v0.4.2 |
2561 | 2025-02-21T07:53:24.667Z | Checking pbkdf2 v0.11.0 |
2562 | 2025-02-21T07:53:24.983Z | Checking async-io v2.3.4 |
2563 | 2025-02-21T07:53:25.005Z | Checking ssh-key v0.6.6 |
2564 | 2025-02-21T07:53:25.859Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2565 | 2025-02-21T07:53:26.515Z | Checking p256 v0.13.2 |
2566 | 2025-02-21T07:53:26.589Z | Checking p521 v0.13.3 |
2567 | 2025-02-21T07:53:26.970Z | Checking russh-cryptovec v0.7.3 |
2568 | 2025-02-21T07:53:27.197Z | Checking async-task v4.7.1 |
2569 | 2025-02-21T07:53:27.582Z | Checking md5 v0.7.0 |
2570 | 2025-02-21T07:53:27.646Z | Compiling target-lexicon v0.12.16 |
2571 | 2025-02-21T07:53:27.865Z | Compiling doc-comment v0.3.3 |
2572 | 2025-02-21T07:53:28.045Z | Checking russh-keys v0.45.0 |
2573 | 2025-02-21T07:53:28.574Z | Checking async-channel v2.3.1 |
2574 | 2025-02-21T07:53:28.714Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2575 | 2025-02-21T07:53:28.898Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2576 | 2025-02-21T07:53:29.403Z | Checking piper v0.2.4 |
2577 | 2025-02-21T07:53:29.579Z | Checking num-bigint v0.4.6 |
2578 | 2025-02-21T07:53:29.628Z | Checking des v0.8.1 |
2579 | 2025-02-21T07:53:29.918Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2580 | 2025-02-21T07:53:30.314Z | Checking futures-timer v3.0.3 |
2581 | 2025-02-21T07:53:30.637Z | Compiling guppy-workspace-hack v0.1.0 |
2582 | 2025-02-21T07:53:30.743Z | Compiling assert_cmd v2.0.16 |
2583 | 2025-02-21T07:53:30.972Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2584 | 2025-02-21T07:53:31.178Z | Checking blocking v1.6.1 |
2585 | 2025-02-21T07:53:31.633Z | Checking russh v0.45.0 |
2586 | 2025-02-21T07:53:32.014Z | Checking async-executor v1.13.1 |
2587 | 2025-02-21T07:53:32.286Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2588 | 2025-02-21T07:53:32.359Z | Checking async-signal v0.2.10 |
2589 | 2025-02-21T07:53:32.627Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2590 | 2025-02-21T07:53:33.017Z | Compiling target-spec v3.3.1 |
2591 | 2025-02-21T07:53:33.185Z | Checking event-listener v2.5.3 |
2592 | 2025-02-21T07:53:33.419Z | Checking internet-checksum v0.2.1 |
2593 | 2025-02-21T07:53:33.583Z | Checking async-channel v1.9.0 |
2594 | 2025-02-21T07:53:33.848Z | Checking async-process v2.3.0 |
2595 | 2025-02-21T07:53:34.156Z | Checking async-global-executor v2.4.1 |
2596 | 2025-02-21T07:53:34.438Z | Checking cfg-expr v0.17.2 |
2597 | 2025-02-21T07:53:34.771Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2598 | 2025-02-21T07:53:35.154Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2599 | 2025-02-21T07:53:35.234Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2600 | 2025-02-21T07:53:35.548Z | Checking httptest v0.16.1 |
2601 | 2025-02-21T07:53:35.613Z | Checking rustls-native-certs v0.7.3 |
2602 | 2025-02-21T07:53:35.821Z | Compiling petname v2.0.2 |
2603 | 2025-02-21T07:53:36.228Z | Checking num_cpus v1.16.0 |
2604 | 2025-02-21T07:53:36.287Z | Checking kv-log-macro v1.0.7 |
2605 | 2025-02-21T07:53:36.367Z | Compiling async-attributes v1.1.2 |
2606 | 2025-02-21T07:53:37.162Z | Checking threadpool v1.8.1 |
2607 | 2025-02-21T07:53:37.224Z | Checking async-std v1.13.0 |
2608 | 2025-02-21T07:53:37.383Z | Checking hyper-rustls v0.26.0 |
2609 | 2025-02-21T07:53:38.144Z | Checking cargo_metadata v0.19.1 |
2610 | 2025-02-21T07:53:38.479Z | Checking pathdiff v0.2.3 |
2611 | 2025-02-21T07:53:38.661Z | Compiling rstest_macros v0.23.0 |
2612 | 2025-02-21T07:53:38.773Z | Compiling target-triple v0.1.3 |
2613 | 2025-02-21T07:53:39.154Z | Checking nested v0.1.1 |
2614 | 2025-02-21T07:53:39.278Z | Checking escape8259 v0.5.3 |
2615 | 2025-02-21T07:53:39.488Z | Checking libtest-mimic v0.7.3 |
2616 | 2025-02-21T07:53:39.564Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2617 | 2025-02-21T07:53:39.844Z | Checking guppy v0.17.12 |
2618 | 2025-02-21T07:53:40.583Z | Checking async-object-pool v0.1.5 |
2619 | 2025-02-21T07:53:40.688Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2620 | 2025-02-21T07:53:40.782Z | Checking similar-asserts v1.6.0 |
2621 | 2025-02-21T07:53:40.970Z | Checking fancy-regex v0.13.0 |
2622 | 2025-02-21T07:53:41.035Z | Checking serde_regex v1.1.0 |
2623 | 2025-02-21T07:53:41.312Z | Checking assert-json-diff v2.0.2 |
2624 | 2025-02-21T07:53:41.616Z | Compiling proc-macro-crate v3.2.0 |
2625 | 2025-02-21T07:53:41.724Z | Checking path-tree v0.8.1 |
2626 | 2025-02-21T07:53:41.874Z | Checking sync-ptr v0.1.1 |
2627 | 2025-02-21T07:53:42.070Z | Checking stringmetrics v2.2.2 |
2628 | 2025-02-21T07:53:42.106Z | Compiling relative-path v1.9.3 |
2629 | 2025-02-21T07:53:42.278Z | Checking datatest-stable v0.2.9 |
2630 | 2025-02-21T07:53:42.319Z | Checking httpmock v0.8.0-alpha.1 |
2631 | 2025-02-21T07:53:42.689Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2632 | 2025-02-21T07:53:42.750Z | Checking blake2b_simd v1.0.2 |
2633 | 2025-02-21T07:53:43.654Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2634 | 2025-02-21T07:53:44.080Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2635 | 2025-02-21T07:53:44.413Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2636 | 2025-02-21T07:53:44.755Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2637 | 2025-02-21T07:53:45.089Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2638 | 2025-02-21T07:53:45.626Z | Checking serde_tokenstream v0.2.2 |
2639 | 2025-02-21T07:53:45.952Z | Checking uzers v0.12.1 |
2640 | 2025-02-21T07:53:46.527Z | Checking rust-argon2 v2.1.0 |
2641 | 2025-02-21T07:53:46.982Z | Checking trybuild v1.0.101 |
2642 | 2025-02-21T07:53:47.318Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2643 | 2025-02-21T07:53:48.305Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2644 | 2025-02-21T07:53:48.441Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2645 | 2025-02-21T07:53:49.532Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2646 | 2025-02-21T07:53:49.850Z | Checking rand_distr v0.4.3 |
2647 | 2025-02-21T07:53:50.567Z | Checking multimap v0.10.0 |
2648 | 2025-02-21T07:53:50.860Z | Checking approx v0.5.1 |
2649 | 2025-02-21T07:53:50.967Z | Checking rstest v0.23.0 |
2650 | 2025-02-21T07:53:51.140Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2651 | 2025-02-21T07:53:51.704Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2652 | 2025-02-21T07:53:52.096Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2653 | 2025-02-21T07:53:52.850Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2654 | 2025-02-21T07:53:53.193Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2655 | 2025-02-21T07:53:53.488Z | Checking partial-io v0.5.4 |
2656 | 2025-02-21T07:53:53.855Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2657 | 2025-02-21T07:53:54.080Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2658 | 2025-02-21T07:53:54.180Z | Checking cargo_toml v0.20.5 |
2659 | 2025-02-21T07:53:54.462Z | Checking termios v0.3.3 |
2660 | 2025-02-21T07:53:54.730Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2661 | 2025-02-21T07:53:55.014Z | Compiling git2 v0.19.0 |
2662 | 2025-02-21T07:53:55.604Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2663 | 2025-02-21T07:53:56.083Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2664 | 2025-02-21T07:53:58.996Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2665 | 2025-02-21T07:54:03.151Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2666 | 2025-02-21T07:54:03.285Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2667 | 2025-02-21T07:54:15.575Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2668 | 2025-02-21T07:54:24.608Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2669 | 2025-02-21T07:54:53.330Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2670 | 2025-02-21T07:54:54.778Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2671 | 2025-02-21T07:54:58.305Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2672 | 2025-02-21T07:55:08.659Z | Compiling polar-core v0.27.3 |
2673 | 2025-02-21T07:55:16.544Z | Checking oso v0.27.3 |
2674 | 2025-02-21T07:55:50.514Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2675 | 2025-02-21T07:55:50.514Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2676 | 2025-02-21T07:55:50.517Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2677 | 2025-02-21T07:57:01.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 12s |
2678 | 2025-02-21T07:57:01.849Z | |
2679 | 2025-02-21T07:57:01.849Z | real 6:16.481773109 |
2680 | 2025-02-21T07:57:01.849Z | user 33:27.149098838 |
2681 | 2025-02-21T07:57:01.849Z | sys 4:58.985131075 |
2682 | 2025-02-21T07:57:01.849Z | trap 0.957063327 |
2683 | 2025-02-21T07:57:01.849Z | tflt 0.402570080 |
2684 | 2025-02-21T07:57:01.849Z | dflt 0.275673995 |
2685 | 2025-02-21T07:57:01.849Z | kflt 0.000943243 |
2686 | 2025-02-21T07:57:01.852Z | lock 46:02.938912678 |
2687 | 2025-02-21T07:57:01.852Z | slp 1:52:40.916343754 |
2688 | 2025-02-21T07:57:01.852Z | lat 1:43.120245034 |
2689 | 2025-02-21T07:57:01.852Z | stop 6:41.533131154 |
2690 | 2025-02-21T07:57:01.852Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2691 | 2025-02-21T07:57:01.852Z | + ptime -m cargo doc --workspace --no-deps |
2692 | 2025-02-21T07:57:03.048Z | warning: output filename collision. |
2693 | 2025-02-21T07:57:03.048Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2694 | 2025-02-21T07:57:03.048Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2695 | 2025-02-21T07:57:03.048Z | The targets should have unique names. |
2696 | 2025-02-21T07:57:03.048Z | This is a known bug where multiple crates with the same name use |
2697 | 2025-02-21T07:57:03.048Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2698 | 2025-02-21T07:57:03.525Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2699 | 2025-02-21T07:57:03.596Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2700 | 2025-02-21T07:57:03.615Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2701 | 2025-02-21T07:57:03.653Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2702 | 2025-02-21T07:57:03.679Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2025-02-21T07:57:03.706Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2704 | 2025-02-21T07:57:03.706Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2705 | 2025-02-21T07:57:03.954Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2706 | 2025-02-21T07:57:03.986Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2707 | 2025-02-21T07:57:04.020Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2708 | 2025-02-21T07:57:04.090Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2709 | 2025-02-21T07:57:04.254Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2710 | 2025-02-21T07:57:04.365Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2711 | 2025-02-21T07:57:04.548Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2712 | 2025-02-21T07:57:04.610Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2713 | 2025-02-21T07:57:04.720Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2714 | 2025-02-21T07:57:05.103Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2715 | 2025-02-21T07:57:05.475Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2716 | 2025-02-21T07:57:05.642Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2717 | 2025-02-21T07:57:05.736Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2718 | 2025-02-21T07:57:05.758Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2719 | 2025-02-21T07:57:05.988Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2720 | 2025-02-21T07:57:06.116Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2721 | 2025-02-21T07:57:06.345Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2722 | 2025-02-21T07:57:06.430Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2723 | 2025-02-21T07:57:06.838Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2724 | 2025-02-21T07:57:07.264Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2725 | 2025-02-21T07:57:07.299Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2726 | 2025-02-21T07:57:07.795Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2727 | 2025-02-21T07:57:07.839Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2728 | 2025-02-21T07:57:07.939Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2729 | 2025-02-21T07:57:08.347Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2730 | 2025-02-21T07:57:08.357Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2731 | 2025-02-21T07:57:08.357Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2732 | 2025-02-21T07:57:08.418Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2733 | 2025-02-21T07:57:08.442Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2734 | 2025-02-21T07:57:08.524Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2025-02-21T07:57:08.797Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2736 | 2025-02-21T07:57:08.824Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2737 | 2025-02-21T07:57:08.918Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2738 | 2025-02-21T07:57:09.132Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2739 | 2025-02-21T07:57:09.321Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2740 | 2025-02-21T07:57:09.343Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2741 | 2025-02-21T07:57:09.361Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2742 | 2025-02-21T07:57:09.496Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2743 | 2025-02-21T07:57:09.588Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2744 | 2025-02-21T07:57:10.199Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2745 | 2025-02-21T07:57:10.766Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2746 | 2025-02-21T07:57:11.038Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2747 | 2025-02-21T07:57:11.865Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2748 | 2025-02-21T07:57:12.448Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2749 | 2025-02-21T07:57:14.224Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2750 | 2025-02-21T07:57:15.003Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2751 | 2025-02-21T07:57:15.447Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2752 | 2025-02-21T07:57:15.494Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2753 | 2025-02-21T07:57:15.552Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2754 | 2025-02-21T07:57:17.364Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2755 | 2025-02-21T07:57:17.466Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2756 | 2025-02-21T07:57:18.115Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2757 | 2025-02-21T07:57:18.149Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2758 | 2025-02-21T07:57:18.219Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2759 | 2025-02-21T07:57:19.657Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2760 | 2025-02-21T07:57:19.660Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2761 | 2025-02-21T07:57:19.719Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2762 | 2025-02-21T07:57:20.737Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2763 | 2025-02-21T07:57:21.278Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2764 | 2025-02-21T07:57:22.514Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2765 | 2025-02-21T07:57:22.935Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2766 | 2025-02-21T07:57:23.240Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2767 | 2025-02-21T07:57:24.025Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2768 | 2025-02-21T07:57:24.049Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2769 | 2025-02-21T07:57:24.109Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2770 | 2025-02-21T07:57:24.462Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2771 | 2025-02-21T07:57:25.496Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2772 | 2025-02-21T07:57:26.110Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2773 | 2025-02-21T07:57:26.528Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2774 | 2025-02-21T07:57:26.751Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2775 | 2025-02-21T07:57:27.346Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2776 | 2025-02-21T07:57:27.482Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2777 | 2025-02-21T07:57:27.731Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2778 | 2025-02-21T07:57:27.773Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2779 | 2025-02-21T07:57:27.947Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2780 | 2025-02-21T07:57:28.434Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2781 | 2025-02-21T07:57:28.474Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2782 | 2025-02-21T07:57:28.869Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2783 | 2025-02-21T07:57:28.922Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2784 | 2025-02-21T07:57:29.335Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2785 | 2025-02-21T07:57:29.809Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2786 | 2025-02-21T07:57:30.208Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2787 | 2025-02-21T07:57:30.696Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2788 | 2025-02-21T07:57:30.854Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2789 | 2025-02-21T07:57:31.261Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2790 | 2025-02-21T07:57:31.709Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2791 | 2025-02-21T07:57:31.743Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2792 | 2025-02-21T07:57:31.915Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2793 | 2025-02-21T07:57:31.937Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2794 | 2025-02-21T07:57:32.226Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2795 | 2025-02-21T07:57:32.509Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2796 | 2025-02-21T07:57:32.655Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2797 | 2025-02-21T07:57:33.033Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2798 | 2025-02-21T07:57:33.499Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2799 | 2025-02-21T07:57:33.946Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2800 | 2025-02-21T07:57:33.975Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2801 | 2025-02-21T07:57:35.038Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2802 | 2025-02-21T07:57:35.864Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2803 | 2025-02-21T07:57:36.876Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2804 | 2025-02-21T07:57:37.127Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2805 | 2025-02-21T07:57:37.767Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2806 | 2025-02-21T07:57:37.888Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2807 | 2025-02-21T07:57:37.919Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2808 | 2025-02-21T07:57:37.938Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2809 | 2025-02-21T07:57:38.178Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2810 | 2025-02-21T07:57:38.375Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2811 | 2025-02-21T07:57:38.607Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2812 | 2025-02-21T07:57:39.219Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2813 | 2025-02-21T07:57:40.006Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2814 | 2025-02-21T07:57:40.070Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2815 | 2025-02-21T07:57:40.383Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2816 | 2025-02-21T07:57:40.501Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2817 | 2025-02-21T07:57:41.555Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2818 | 2025-02-21T07:57:42.819Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2819 | 2025-02-21T07:57:43.310Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2820 | 2025-02-21T07:57:45.823Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2821 | 2025-02-21T07:57:46.988Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2822 | 2025-02-21T07:57:47.395Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2823 | 2025-02-21T07:57:47.851Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2824 | 2025-02-21T07:57:48.737Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2825 | 2025-02-21T07:57:48.759Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2826 | 2025-02-21T07:57:49.704Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2827 | 2025-02-21T07:57:50.193Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2828 | 2025-02-21T07:57:50.937Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2829 | 2025-02-21T07:57:51.942Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2830 | 2025-02-21T07:57:54.191Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2831 | 2025-02-21T07:57:57.195Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2832 | 2025-02-21T07:57:57.992Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2833 | 2025-02-21T07:57:58.470Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2834 | 2025-02-21T07:58:04.277Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2835 | 2025-02-21T07:58:04.397Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2836 | 2025-02-21T07:58:05.354Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2837 | 2025-02-21T07:58:05.905Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2838 | 2025-02-21T07:58:06.330Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2839 | 2025-02-21T07:58:08.053Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2840 | 2025-02-21T07:58:08.273Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2841 | 2025-02-21T07:58:09.339Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2842 | 2025-02-21T07:58:09.565Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2843 | 2025-02-21T07:58:10.702Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2844 | 2025-02-21T07:58:12.878Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2845 | 2025-02-21T07:58:14.801Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2846 | 2025-02-21T07:58:15.114Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2847 | 2025-02-21T07:58:17.078Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2848 | 2025-02-21T07:58:17.341Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2849 | 2025-02-21T07:58:17.703Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2850 | 2025-02-21T07:58:17.726Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2851 | 2025-02-21T07:58:19.424Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2852 | 2025-02-21T07:58:19.453Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2853 | 2025-02-21T07:58:21.703Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2854 | 2025-02-21T07:58:22.219Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2855 | 2025-02-21T07:58:22.328Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2856 | 2025-02-21T07:58:22.764Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2857 | 2025-02-21T07:58:23.439Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2858 | 2025-02-21T07:58:25.034Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2859 | 2025-02-21T07:58:25.417Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2860 | 2025-02-21T07:58:26.019Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2861 | 2025-02-21T07:58:26.274Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2862 | 2025-02-21T07:58:28.417Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2863 | 2025-02-21T07:58:28.746Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2864 | 2025-02-21T07:58:29.117Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2865 | 2025-02-21T07:58:29.848Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2866 | 2025-02-21T07:58:30.048Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2025-02-21T07:58:30.532Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2868 | 2025-02-21T07:58:31.188Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2869 | 2025-02-21T07:58:32.504Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2870 | 2025-02-21T07:58:33.199Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2871 | 2025-02-21T07:58:34.264Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2872 | 2025-02-21T07:58:34.379Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2873 | 2025-02-21T07:58:35.290Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2874 | 2025-02-21T07:58:35.683Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2875 | 2025-02-21T07:58:36.799Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2876 | 2025-02-21T07:58:37.933Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2877 | 2025-02-21T07:58:39.082Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2878 | 2025-02-21T07:58:39.572Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2879 | 2025-02-21T07:58:40.457Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2880 | 2025-02-21T07:58:41.660Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2881 | 2025-02-21T07:58:42.184Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2882 | 2025-02-21T07:58:43.047Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2883 | 2025-02-21T07:58:43.965Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2884 | 2025-02-21T07:58:44.411Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2885 | 2025-02-21T07:58:45.167Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2886 | 2025-02-21T07:58:45.345Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2887 | 2025-02-21T07:58:45.381Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2888 | 2025-02-21T07:58:45.416Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2889 | 2025-02-21T07:58:47.136Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2890 | 2025-02-21T07:58:48.475Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2891 | 2025-02-21T07:58:49.124Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2892 | 2025-02-21T07:58:49.473Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2893 | 2025-02-21T07:58:49.495Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2894 | 2025-02-21T07:58:52.116Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2895 | 2025-02-21T07:58:52.271Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2896 | 2025-02-21T07:58:52.618Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2897 | 2025-02-21T07:58:52.777Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2898 | 2025-02-21T07:58:54.357Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2899 | 2025-02-21T07:58:55.710Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2900 | 2025-02-21T07:58:56.014Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2901 | 2025-02-21T07:58:56.631Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2902 | 2025-02-21T07:58:57.522Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2903 | 2025-02-21T07:58:57.630Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2904 | 2025-02-21T07:58:59.298Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2905 | 2025-02-21T07:58:59.965Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2906 | 2025-02-21T07:59:00.889Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2907 | 2025-02-21T07:59:00.938Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2908 | 2025-02-21T07:59:00.960Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2909 | 2025-02-21T07:59:02.208Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2910 | 2025-02-21T07:59:03.256Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2911 | 2025-02-21T07:59:04.114Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2912 | 2025-02-21T07:59:04.325Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2913 | 2025-02-21T07:59:04.388Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2914 | 2025-02-21T07:59:05.111Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2915 | 2025-02-21T07:59:05.206Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2916 | 2025-02-21T07:59:05.589Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2917 | 2025-02-21T07:59:05.634Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2918 | 2025-02-21T07:59:05.833Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2919 | 2025-02-21T07:59:06.210Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2920 | 2025-02-21T07:59:06.421Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2921 | 2025-02-21T07:59:06.504Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2922 | 2025-02-21T07:59:07.288Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2923 | 2025-02-21T07:59:07.489Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2924 | 2025-02-21T07:59:07.966Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2925 | 2025-02-21T07:59:08.155Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2926 | 2025-02-21T07:59:25.840Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2927 | 2025-02-21T07:59:25.842Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2928 | 2025-02-21T07:59:25.842Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2929 | 2025-02-21T07:59:25.842Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2930 | 2025-02-21T07:59:26.729Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2931 | 2025-02-21T07:59:26.863Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2932 | 2025-02-21T07:59:26.866Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2933 | 2025-02-21T07:59:27.024Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2934 | 2025-02-21T07:59:28.918Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2935 | 2025-02-21T07:59:34.773Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2936 | 2025-02-21T07:59:34.835Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2937 | 2025-02-21T08:00:14.870Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2938 | 2025-02-21T08:00:21.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 19s |
2939 | 2025-02-21T08:00:21.640Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2940 | 2025-02-21T08:00:21.705Z | |
2941 | 2025-02-21T08:00:21.708Z | real 3:19.793746963 |
2942 | 2025-02-21T08:00:21.709Z | user 17:37.316675405 |
2943 | 2025-02-21T08:00:21.709Z | sys 2:26.790834888 |
2944 | 2025-02-21T08:00:21.709Z | trap 0.484114773 |
2945 | 2025-02-21T08:00:21.709Z | tflt 0.093974887 |
2946 | 2025-02-21T08:00:21.709Z | dflt 0.094051279 |
2947 | 2025-02-21T08:00:21.709Z | kflt 0.000113068 |
2948 | 2025-02-21T08:00:21.709Z | lock 27:43.363161313 |
2949 | 2025-02-21T08:00:21.709Z | slp 49:34.252340125 |
2950 | 2025-02-21T08:00:21.709Z | lat 1:11.251657769 |
2951 | 2025-02-21T08:00:21.709Z | stop 1:13.079710772 |
2952 | 2025-02-21T08:00:21.709Z | process exited: duration 865380 ms, exit code 0 |
|
2953 | 2025-02-21T08:00:21.715Z | found 0 output files |