|
|
|
1 | 2025-03-20T19:04:59.881Z | job assigned to worker 01JPTF2TZF3HVMRWQM66BQHYEV [factory gimlet-EVT22200007-propolis, EVT22200007/22492] (queued for 26 s) |
|
2 | 2025-03-20T19:05:08.175Z | starting task 0: "setup" |
3 | 2025-03-20T19:05:08.205Z | ++ uname -s |
4 | 2025-03-20T19:05:08.206Z | + kern=SunOS |
5 | 2025-03-20T19:05:08.206Z | + build_user=build |
6 | 2025-03-20T19:05:08.206Z | + build_uid=12345 |
7 | 2025-03-20T19:05:08.206Z | + work_dir=/work |
8 | 2025-03-20T19:05:08.206Z | + input_dir=/input |
9 | 2025-03-20T19:05:08.206Z | + [[ 0 == 12345 ]] |
10 | 2025-03-20T19:05:08.206Z | + case "$kern" in |
11 | 2025-03-20T19:05:08.206Z | + groupadd -g 12345 build |
12 | 2025-03-20T19:05:08.206Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-20T19:05:10.198Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-20T19:05:10.235Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-20T19:05:10.262Z | + home_fs=zfs |
16 | 2025-03-20T19:05:10.263Z | + [[ zfs == autofs ]] |
17 | 2025-03-20T19:05:10.263Z | + mkdir -p /home/build |
18 | 2025-03-20T19:05:10.263Z | + chown build:build /home/build /work |
19 | 2025-03-20T19:05:12.251Z | + chmod 0700 /home/build /work |
20 | 2025-03-20T19:05:12.282Z | process exited: duration 4077 ms, exit code 0 |
|
21 | 2025-03-20T19:05:12.365Z | starting task 1: "rust-toolchain" |
22 | 2025-03-20T19:05:12.425Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-20T19:05:12.425Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-20T19:05:12.425Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-03-20T19:05:12.425Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-20T19:05:12.425Z | * rust toolchain channel = "1.85.0" |
27 | 2025-03-20T19:05:12.425Z | * rust toolchain profile = "default" |
28 | 2025-03-20T19:05:12.425Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-20T19:05:12.425Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-20T19:05:17.497Z | info: downloading installer |
31 | 2025-03-20T19:05:17.923Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-20T19:05:17.923Z | warn: /opt/ooce/bin |
33 | 2025-03-20T19:05:17.923Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-20T19:05:17.923Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-20T19:05:17.924Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-20T19:05:17.924Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-20T19:05:17.924Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-20T19:05:17.924Z | error: cannot install while Rust is installed |
39 | 2025-03-20T19:05:17.924Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-20T19:05:17.956Z | info: profile set to 'default' |
41 | 2025-03-20T19:05:17.957Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-20T19:05:17.957Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-20T19:05:18.048Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-20T19:05:18.048Z | info: downloading component 'cargo' |
45 | 2025-03-20T19:05:18.296Z | info: downloading component 'clippy' |
46 | 2025-03-20T19:05:18.364Z | info: downloading component 'rust-docs' |
47 | 2025-03-20T19:05:18.611Z | info: downloading component 'rust-std' |
48 | 2025-03-20T19:05:19.086Z | info: downloading component 'rustc' |
49 | 2025-03-20T19:05:20.140Z | info: downloading component 'rustfmt' |
50 | 2025-03-20T19:05:20.196Z | info: installing component 'cargo' |
51 | 2025-03-20T19:05:21.354Z | info: installing component 'clippy' |
52 | 2025-03-20T19:05:21.862Z | info: installing component 'rust-docs' |
53 | 2025-03-20T19:05:28.061Z | info: installing component 'rust-std' |
54 | 2025-03-20T19:05:28.094Z | info: installing component 'rustc' |
55 | 2025-03-20T19:05:34.211Z | info: installing component 'rustfmt' |
56 | 2025-03-20T19:05:34.600Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-20T19:05:34.601Z | |
58 | 2025-03-20T19:05:34.752Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-20T19:05:34.752Z | |
60 | 2025-03-20T19:05:34.778Z | |
61 | 2025-03-20T19:05:34.778Z | Rust is installed now. Great! |
62 | 2025-03-20T19:05:34.778Z | |
63 | 2025-03-20T19:05:34.778Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-20T19:05:34.778Z | environment variable. This has not been done automatically. |
65 | 2025-03-20T19:05:34.778Z | |
66 | 2025-03-20T19:05:34.778Z | To configure your current shell, you need to source |
67 | 2025-03-20T19:05:34.778Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-20T19:05:34.778Z | |
69 | 2025-03-20T19:05:34.778Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-20T19:05:34.778Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-20T19:05:34.778Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-20T19:05:34.778Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-20T19:05:34.848Z | + rustup --version |
74 | 2025-03-20T19:05:34.873Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-20T19:05:34.873Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-20T19:05:34.915Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-20T19:05:34.940Z | + cargo --version |
78 | 2025-03-20T19:05:34.966Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-20T19:05:34.966Z | + rustc --version |
80 | 2025-03-20T19:05:35.011Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-20T19:05:35.036Z | process exited: duration 22660 ms, exit code 0 |
|
82 | 2025-03-20T19:05:35.093Z | starting task 2: "authentication" |
83 | 2025-03-20T19:05:35.154Z | process exited: duration 65 ms, exit code 0 |
|
84 | 2025-03-20T19:05:35.205Z | starting task 3: "clone repository" |
85 | 2025-03-20T19:05:35.230Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-20T19:05:35.230Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-20T19:05:35.255Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-20T19:05:41.988Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-20T19:05:41.988Z | + git fetch origin dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
90 | 2025-03-20T19:05:42.412Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-20T19:05:42.412Z | * branch dc84a1bf0ed849a9b2f066213caf86822531d2f4 -> FETCH_HEAD |
92 | 2025-03-20T19:05:42.438Z | + [[ -n eliza/multiple-servers-in-ls-apis ]] |
93 | 2025-03-20T19:05:42.439Z | ++ git branch --show-current |
94 | 2025-03-20T19:05:42.439Z | + current=main |
95 | 2025-03-20T19:05:42.439Z | + [[ main != eliza/multiple-servers-in-ls-apis ]] |
96 | 2025-03-20T19:05:42.439Z | + git branch -f eliza/multiple-servers-in-ls-apis dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
97 | 2025-03-20T19:05:42.439Z | + git checkout -f eliza/multiple-servers-in-ls-apis |
98 | 2025-03-20T19:05:42.542Z | Switched to branch 'eliza/multiple-servers-in-ls-apis' |
99 | 2025-03-20T19:05:42.567Z | + git reset --hard dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
100 | 2025-03-20T19:05:42.646Z | HEAD is now at dc84a1bf0 [ls-apis] allow multiple dep paths for servers |
101 | 2025-03-20T19:05:42.671Z | process exited: duration 7443 ms, exit code 0 |
|
102 | 2025-03-20T19:05:42.722Z | starting task 4: "build" |
103 | 2025-03-20T19:05:42.748Z | + source ./env.sh |
104 | 2025-03-20T19:05:42.748Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-20T19:05:42.748Z | ++ set -o xtrace |
106 | 2025-03-20T19:05:42.748Z | ++++ dirname ./env.sh |
107 | 2025-03-20T19:05:42.748Z | +++ readlink -f . |
108 | 2025-03-20T19:05:42.748Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-20T19:05:42.748Z | ++ export 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-03-20T19:05:42.748Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-20T19:05:42.748Z | ++ 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 |
112 | 2025-03-20T19:05:42.748Z | ++ 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 |
113 | 2025-03-20T19:05:42.748Z | ++ 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 |
114 | 2025-03-20T19:05:42.748Z | ++ 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 |
115 | 2025-03-20T19:05:42.748Z | ++ 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 |
116 | 2025-03-20T19:05:42.748Z | ++ 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 |
117 | 2025-03-20T19:05:42.748Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-20T19:05:42.748Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-20T19:05:42.750Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-20T19:05:42.750Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-20T19:05:42.750Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-20T19:05:42.750Z | + cargo --version |
123 | 2025-03-20T19:05:42.811Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-20T19:05:42.836Z | + rustc --version |
125 | 2025-03-20T19:05:42.903Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-20T19:05:42.929Z | + banner prerequisites |
127 | 2025-03-20T19:05:42.929Z | |
128 | 2025-03-20T19:05:42.929Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-20T19:05:42.929Z | # # # # # # # # # # # # # # # |
130 | 2025-03-20T19:05:42.929Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-20T19:05:42.929Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-20T19:05:42.929Z | # # # # # # # # # # # # # # # |
133 | 2025-03-20T19:05:42.929Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-20T19:05:42.929Z | |
135 | 2025-03-20T19:05:42.929Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-20T19:05:44.352Z | pkg list: illegal option -- F |
137 | 2025-03-20T19:05:44.377Z | Usage: |
138 | 2025-03-20T19:05:44.377Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-20T19:05:44.377Z | [pkg_fmri_pattern ...] |
140 | 2025-03-20T19:05:45.410Z | pkg list: illegal option -- F |
141 | 2025-03-20T19:05:45.410Z | Usage: |
142 | 2025-03-20T19:05:45.410Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-20T19:05:45.410Z | [pkg_fmri_pattern ...] |
144 | 2025-03-20T19:05:54.656Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-20T19:06:00.117Z | Startup: Caching catalogs ... Done |
146 | 2025-03-20T19:06:18.376Z | Planning: Solver setup ... Done (16.984s) |
147 | 2025-03-20T19:06:18.568Z | Planning: Running solver ... Done (0.193s) |
148 | 2025-03-20T19:06:18.692Z | Planning: Finding local manifests ... Done (0.003s) |
149 | 2025-03-20T19:06:18.774Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-20T19:06:19.262Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-20T19:06:19.411Z | Planning: Package planning ... Done (0.149s) |
152 | 2025-03-20T19:06:19.484Z | Planning: Merging actions ... Done (0.072s) |
153 | 2025-03-20T19:06:19.705Z | Planning: Checking for conflicting actions ... Done (0.221s) |
154 | 2025-03-20T19:06:20.790Z | Planning: Consolidating action changes ... Done (1.085s) |
155 | 2025-03-20T19:06:21.192Z | Planning: Evaluating mediators ... Done (0.401s) |
156 | 2025-03-20T19:06:21.286Z | Planning: Planning completed in 21.08 seconds |
157 | 2025-03-20T19:06:21.312Z | Packages to install: 4 |
158 | 2025-03-20T19:06:21.312Z | Packages to update: 3 |
159 | 2025-03-20T19:06:21.312Z | Mediators to change: 2 |
160 | 2025-03-20T19:06:21.312Z | Services to change: 1 |
161 | 2025-03-20T19:06:21.312Z | Estimated space available: 155.12 GB |
162 | 2025-03-20T19:06:21.312Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-20T19:06:21.312Z | Create boot environment: No |
164 | 2025-03-20T19:06:21.312Z | Create backup boot environment: Yes |
165 | 2025-03-20T19:06:21.313Z | Rebuild boot archive: No |
166 | 2025-03-20T19:06:21.313Z | |
167 | 2025-03-20T19:06:21.313Z | Changed mediators: |
168 | 2025-03-20T19:06:21.313Z | mediator clang: |
169 | 2025-03-20T19:06:21.313Z | version: None -> 15 (system default) |
170 | 2025-03-20T19:06:21.313Z | |
171 | 2025-03-20T19:06:21.313Z | mediator llvm: |
172 | 2025-03-20T19:06:21.313Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-20T19:06:21.313Z | |
174 | 2025-03-20T19:06:21.313Z | Changed packages: |
175 | 2025-03-20T19:06:21.313Z | helios-dev |
176 | 2025-03-20T19:06:21.313Z | developer/build-essential |
177 | 2025-03-20T19:06:21.313Z | None -> 11-2.0 |
178 | 2025-03-20T19:06:21.313Z | library/libxmlsec1 |
179 | 2025-03-20T19:06:21.313Z | None -> 1.2.35-2.0 |
180 | 2025-03-20T19:06:21.313Z | ooce/developer/clang-15 |
181 | 2025-03-20T19:06:21.313Z | None -> 15.0.7-2.0 |
182 | 2025-03-20T19:06:21.314Z | ooce/developer/llvm-15 |
183 | 2025-03-20T19:06:21.314Z | None -> 15.0.7-2.0 |
184 | 2025-03-20T19:06:21.314Z | package/pkg |
185 | 2025-03-20T19:06:21.314Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-20T19:06:21.314Z | system/library/g++-runtime |
187 | 2025-03-20T19:06:21.314Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-20T19:06:21.314Z | system/library/gcc-runtime |
189 | 2025-03-20T19:06:21.314Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-20T19:06:21.314Z | |
191 | 2025-03-20T19:06:21.314Z | Services: |
192 | 2025-03-20T19:06:21.314Z | restart_fmri: |
193 | 2025-03-20T19:06:21.314Z | svc:/system/update-man-index:default |
194 | 2025-03-20T19:06:21.314Z | |
195 | 2025-03-20T19:06:21.314Z | Editable files to change: |
196 | 2025-03-20T19:06:21.314Z | Update: |
197 | 2025-03-20T19:06:21.314Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-20T19:06:21.379Z | |
199 | 2025-03-20T19:06:21.380Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-20T19:06:26.387Z | Download: 1007/4301 items 19.2/225.4MB 8% complete (4.0M/s) |
201 | 2025-03-20T19:06:31.402Z | Download: 1198/4301 items 78.7/225.4MB 34% complete (7.8M/s) |
202 | 2025-03-20T19:06:36.406Z | Download: 1746/4301 items 118.2/225.4MB 52% complete (9.9M/s) |
203 | 2025-03-20T19:06:41.407Z | Download: 2812/4301 items 121.0/225.4MB 53% complete (4.4M/s) |
204 | 2025-03-20T19:06:46.412Z | Download: 3248/4301 items 177.4/225.4MB 78% complete (5.9M/s) |
205 | 2025-03-20T19:06:51.429Z | Download: 3248/4301 items 194.8/225.4MB 86% complete (7.4M/s) |
206 | 2025-03-20T19:06:56.431Z | Download: 3656/4301 items 216.2/225.4MB 95% complete (3.9M/s) |
207 | 2025-03-20T19:06:58.854Z | Download: Completed 225.42 MB in 37.47 seconds (6.0M/s) |
208 | 2025-03-20T19:07:00.319Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-03-20T19:07:00.344Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-03-20T19:07:05.336Z | Actions: 3675/5122 actions (Installing new actions) |
211 | 2025-03-20T19:07:06.172Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-03-20T19:07:06.569Z | Actions: Completed 5122 actions in 6.25 seconds. |
213 | 2025-03-20T19:07:06.910Z | Done (0.333s) |
214 | 2025-03-20T19:07:06.935Z | Done (0.001s) |
215 | 2025-03-20T19:07:07.655Z | Done (0.742s) |
216 | 2025-03-20T19:07:12.545Z | Done (4.712s) |
217 | 2025-03-20T19:07:12.641Z | Done (0.019s) |
218 | 2025-03-20T19:07:12.666Z | Done (0.000s) |
219 | 2025-03-20T19:07:12.800Z | Done (0.000s) |
220 | 2025-03-20T19:07:13.571Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-03-20T19:07:13.780Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-03-20T19:07:13.805Z | Planning: Consolidating action changes ... Done |
223 | 2025-03-20T19:07:14.100Z | Planning: Evaluating mediators ... Done |
224 | 2025-03-20T19:07:14.125Z | Planning: Planning completed in 0.53 seconds |
225 | 2025-03-20T19:07:14.150Z | Mediators to change: 2 |
226 | 2025-03-20T19:07:14.150Z | Create boot environment: No |
227 | 2025-03-20T19:07:14.151Z | Create backup boot environment: No |
228 | 2025-03-20T19:07:14.206Z | Done |
229 | 2025-03-20T19:07:14.206Z | Done |
230 | 2025-03-20T19:07:14.787Z | Done |
231 | 2025-03-20T19:07:19.128Z | Done |
232 | 2025-03-20T19:07:19.238Z | Done |
233 | 2025-03-20T19:07:19.263Z | Done |
234 | 2025-03-20T19:07:19.288Z | Done |
235 | 2025-03-20T19:07:20.008Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-03-20T19:07:20.033Z | Planning: Merging actions ... Done |
237 | 2025-03-20T19:07:20.248Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-03-20T19:07:20.273Z | Planning: Consolidating action changes ... Done |
239 | 2025-03-20T19:07:20.559Z | Planning: Evaluating mediators ... Done |
240 | 2025-03-20T19:07:20.623Z | Planning: Planning completed in 0.91 seconds |
241 | 2025-03-20T19:07:20.669Z | Packages to change: 1 |
242 | 2025-03-20T19:07:20.669Z | Mediators to change: 1 |
243 | 2025-03-20T19:07:20.669Z | Services to change: 1 |
244 | 2025-03-20T19:07:20.669Z | Create boot environment: No |
245 | 2025-03-20T19:07:20.669Z | Create backup boot environment: Yes |
246 | 2025-03-20T19:07:22.359Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-03-20T19:07:22.384Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-03-20T19:07:22.384Z | Done |
249 | 2025-03-20T19:07:22.384Z | Done |
250 | 2025-03-20T19:07:22.516Z | Done |
251 | 2025-03-20T19:07:26.780Z | Done |
252 | 2025-03-20T19:07:26.866Z | Done |
253 | 2025-03-20T19:07:26.866Z | Done |
254 | 2025-03-20T19:07:26.960Z | Done |
255 | 2025-03-20T19:07:27.470Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-03-20T19:07:27.470Z | clang system 15 system |
257 | 2025-03-20T19:07:27.470Z | csh system system illumos |
258 | 2025-03-20T19:07:27.470Z | ctags system system illumos |
259 | 2025-03-20T19:07:27.470Z | gcc vendor 12 vendor |
260 | 2025-03-20T19:07:27.470Z | gcc system 10 system |
261 | 2025-03-20T19:07:27.470Z | gcc system 7 system |
262 | 2025-03-20T19:07:27.470Z | go system 1.20 system |
263 | 2025-03-20T19:07:27.470Z | go system 1.19 system |
264 | 2025-03-20T19:07:27.470Z | llvm system 15 system |
265 | 2025-03-20T19:07:27.470Z | llvm system 14 system |
266 | 2025-03-20T19:07:27.470Z | mariadb system 10.6 system |
267 | 2025-03-20T19:07:27.470Z | mta vendor vendor dma |
268 | 2025-03-20T19:07:27.470Z | openjdk system 17 system |
269 | 2025-03-20T19:07:27.470Z | openjdk system 11 system |
270 | 2025-03-20T19:07:27.470Z | openjdk system 1.8 system |
271 | 2025-03-20T19:07:27.470Z | openssl vendor 3 vendor |
272 | 2025-03-20T19:07:27.470Z | perl system 5.36 system |
273 | 2025-03-20T19:07:27.470Z | postgresql system 15 system |
274 | 2025-03-20T19:07:27.470Z | postgresql system 13 system |
275 | 2025-03-20T19:07:27.470Z | python vendor 3 vendor |
276 | 2025-03-20T19:07:27.470Z | python system 2 system |
277 | 2025-03-20T19:07:27.470Z | python3 system 3.11 system |
278 | 2025-03-20T19:07:27.470Z | ruby system 3.0 system |
279 | 2025-03-20T19:07:27.470Z | words vendor vendor american-english |
280 | 2025-03-20T19:07:27.470Z | words system system australian-english |
281 | 2025-03-20T19:07:27.470Z | words system system british-english |
282 | 2025-03-20T19:07:27.471Z | words system system canadian-english |
283 | 2025-03-20T19:07:27.471Z | words system system french |
284 | 2025-03-20T19:07:27.471Z | words system system italian |
285 | 2025-03-20T19:07:27.471Z | words system system ngerman |
286 | 2025-03-20T19:07:27.471Z | words system system ogerman |
287 | 2025-03-20T19:07:27.471Z | words system system spanish |
288 | 2025-03-20T19:07:27.856Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-03-20T19:07:27.856Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-03-20T19:07:31.642Z | FMRI IFO |
291 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-03-20T19:07:31.642Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-03-20T19:07:31.643Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-03-20T19:07:31.643Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-03-20T19:07:31.643Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-03-20T19:07:31.643Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-03-20T19:07:32.506Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-03-20T19:07:32.941Z | Updating crates.io index |
308 | 2025-03-20T19:07:32.966Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
309 | 2025-03-20T19:07:33.672Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-03-20T19:07:34.014Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-03-20T19:07:34.369Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
312 | 2025-03-20T19:07:34.752Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
313 | 2025-03-20T19:07:35.898Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
314 | 2025-03-20T19:07:37.911Z | Updating git repository `https://github.com/oxidecomputer/opte` |
315 | 2025-03-20T19:07:38.687Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
316 | 2025-03-20T19:07:39.475Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
317 | 2025-03-20T19:07:39.852Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
318 | 2025-03-20T19:07:40.266Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
319 | 2025-03-20T19:07:41.010Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
320 | 2025-03-20T19:07:41.655Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
321 | 2025-03-20T19:07:42.140Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
322 | 2025-03-20T19:07:42.624Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
323 | 2025-03-20T19:07:42.995Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
324 | 2025-03-20T19:07:43.356Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
325 | 2025-03-20T19:07:43.708Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
326 | 2025-03-20T19:07:44.079Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
327 | 2025-03-20T19:07:44.577Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
328 | 2025-03-20T19:07:44.976Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
329 | 2025-03-20T19:07:45.404Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
330 | 2025-03-20T19:07:45.878Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
331 | 2025-03-20T19:07:46.248Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
332 | 2025-03-20T19:07:46.977Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
333 | 2025-03-20T19:07:47.379Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
334 | 2025-03-20T19:07:47.866Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
335 | 2025-03-20T19:07:48.356Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
336 | 2025-03-20T19:07:48.796Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2025-03-20T19:07:49.182Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2025-03-20T19:07:49.607Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
339 | 2025-03-20T19:07:51.121Z | Downloading crates ... |
340 | 2025-03-20T19:07:51.200Z | Downloaded usdt-macro v0.5.0 |
341 | 2025-03-20T19:07:51.226Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2025-03-20T19:07:51.226Z | Downloaded plain v0.2.3 |
343 | 2025-03-20T19:07:51.226Z | Downloaded version_check v0.9.5 |
344 | 2025-03-20T19:07:51.226Z | Downloaded ucd-trie v0.1.7 |
345 | 2025-03-20T19:07:51.226Z | Downloaded thread-id v4.2.2 |
346 | 2025-03-20T19:07:51.226Z | Downloaded strsim v0.11.1 |
347 | 2025-03-20T19:07:51.226Z | Downloaded hashbrown v0.15.1 |
348 | 2025-03-20T19:07:51.251Z | Downloaded zerocopy-derive v0.7.35 |
349 | 2025-03-20T19:07:51.251Z | Downloaded toml_datetime v0.6.8 |
350 | 2025-03-20T19:07:51.251Z | Downloaded bitflags v2.6.0 |
351 | 2025-03-20T19:07:51.251Z | Downloaded scroll v0.12.0 |
352 | 2025-03-20T19:07:51.251Z | Downloaded winnow v0.7.3 |
353 | 2025-03-20T19:07:51.277Z | Downloaded thiserror v2.0.11 |
354 | 2025-03-20T19:07:51.277Z | Downloaded papergrid v0.11.0 |
355 | 2025-03-20T19:07:51.277Z | Downloaded smawk v0.3.2 |
356 | 2025-03-20T19:07:51.277Z | Downloaded proc-macro-error v1.0.4 |
357 | 2025-03-20T19:07:51.277Z | Downloaded utf8parse v0.2.2 |
358 | 2025-03-20T19:07:51.277Z | Downloaded tempfile v3.13.0 |
359 | 2025-03-20T19:07:51.302Z | Downloaded serde v1.0.218 |
360 | 2025-03-20T19:07:51.303Z | Downloaded zerocopy v0.7.35 |
361 | 2025-03-20T19:07:51.330Z | Downloaded pretty-hex v0.4.1 |
362 | 2025-03-20T19:07:51.330Z | Downloaded syn v1.0.109 |
363 | 2025-03-20T19:07:51.330Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2025-03-20T19:07:51.330Z | Downloaded toml_edit v0.22.24 |
365 | 2025-03-20T19:07:51.355Z | Downloaded swrite v0.1.0 |
366 | 2025-03-20T19:07:51.355Z | Downloaded thiserror-impl v2.0.11 |
367 | 2025-03-20T19:07:51.355Z | Downloaded terminal_size v0.4.0 |
368 | 2025-03-20T19:07:51.355Z | Downloaded goblin v0.8.2 |
369 | 2025-03-20T19:07:51.380Z | Downloaded terminal_size v0.2.6 |
370 | 2025-03-20T19:07:51.380Z | Downloaded unicode-ident v1.0.14 |
371 | 2025-03-20T19:07:51.380Z | Downloaded fastrand v2.1.1 |
372 | 2025-03-20T19:07:51.380Z | Downloaded tabled v0.15.0 |
373 | 2025-03-20T19:07:51.381Z | Downloaded serde_json v1.0.139 |
374 | 2025-03-20T19:07:51.406Z | Downloaded tabled_derive v0.7.0 |
375 | 2025-03-20T19:07:51.406Z | Downloaded unicode-width v0.1.14 |
376 | 2025-03-20T19:07:51.406Z | Downloaded rustix v0.37.28 |
377 | 2025-03-20T19:07:51.431Z | Downloaded semver v1.0.25 |
378 | 2025-03-20T19:07:51.431Z | Downloaded macaddr v1.0.1 |
379 | 2025-03-20T19:07:51.431Z | Downloaded clap_builder v4.5.31 |
380 | 2025-03-20T19:07:51.431Z | Downloaded equivalent v1.0.1 |
381 | 2025-03-20T19:07:51.431Z | Downloaded anstream v0.6.15 |
382 | 2025-03-20T19:07:51.431Z | Downloaded rustix v0.38.37 |
383 | 2025-03-20T19:07:51.456Z | Downloaded pest_derive v2.7.14 |
384 | 2025-03-20T19:07:51.482Z | Downloaded clap_derive v4.5.28 |
385 | 2025-03-20T19:07:51.482Z | Downloaded anyhow v1.0.97 |
386 | 2025-03-20T19:07:51.482Z | Downloaded thiserror-impl v1.0.69 |
387 | 2025-03-20T19:07:51.482Z | Downloaded serde_spanned v0.6.8 |
388 | 2025-03-20T19:07:51.482Z | Downloaded heck v0.4.1 |
389 | 2025-03-20T19:07:51.482Z | Downloaded quote v1.0.39 |
390 | 2025-03-20T19:07:51.482Z | Downloaded memchr v2.7.4 |
391 | 2025-03-20T19:07:51.482Z | Downloaded cargo-platform v0.1.8 |
392 | 2025-03-20T19:07:51.482Z | Downloaded memmap v0.7.0 |
393 | 2025-03-20T19:07:51.482Z | Downloaded bytecount v0.6.8 |
394 | 2025-03-20T19:07:51.510Z | Downloaded anstyle v1.0.10 |
395 | 2025-03-20T19:07:51.510Z | Downloaded anstyle-query v1.1.1 |
396 | 2025-03-20T19:07:51.510Z | Downloaded anstyle-parse v0.2.5 |
397 | 2025-03-20T19:07:51.510Z | Downloaded ryu v1.0.18 |
398 | 2025-03-20T19:07:51.510Z | Downloaded pest v2.7.14 |
399 | 2025-03-20T19:07:51.510Z | Downloaded once_cell v1.20.3 |
400 | 2025-03-20T19:07:51.510Z | Downloaded io-lifetimes v1.0.11 |
401 | 2025-03-20T19:07:51.510Z | Downloaded dof v0.3.0 |
402 | 2025-03-20T19:07:51.510Z | Downloaded camino v1.1.9 |
403 | 2025-03-20T19:07:51.510Z | Downloaded bitflags v1.3.2 |
404 | 2025-03-20T19:07:51.510Z | Downloaded usdt-impl v0.5.0 |
405 | 2025-03-20T19:07:51.536Z | Downloaded usdt-attr-macro v0.5.0 |
406 | 2025-03-20T19:07:51.536Z | Downloaded usdt v0.5.0 |
407 | 2025-03-20T19:07:51.536Z | Downloaded thiserror v1.0.69 |
408 | 2025-03-20T19:07:51.536Z | Downloaded syn v2.0.98 |
409 | 2025-03-20T19:07:51.536Z | Downloaded serde_derive v1.0.218 |
410 | 2025-03-20T19:07:51.536Z | Downloaded heck v0.5.0 |
411 | 2025-03-20T19:07:51.561Z | Downloaded sha2 v0.10.8 |
412 | 2025-03-20T19:07:51.561Z | Downloaded libc v0.2.170 |
413 | 2025-03-20T19:07:51.586Z | Downloaded serde_tokenstream v0.2.2 |
414 | 2025-03-20T19:07:51.586Z | Downloaded proc-macro2 v1.0.94 |
415 | 2025-03-20T19:07:51.586Z | Downloaded log v0.4.22 |
416 | 2025-03-20T19:07:51.587Z | Downloaded indexmap v2.7.1 |
417 | 2025-03-20T19:07:51.587Z | Downloaded textwrap v0.16.1 |
418 | 2025-03-20T19:07:51.587Z | Downloaded scroll_derive v0.12.0 |
419 | 2025-03-20T19:07:51.587Z | Downloaded fnv v1.0.7 |
420 | 2025-03-20T19:07:51.587Z | Downloaded typenum v1.17.0 |
421 | 2025-03-20T19:07:51.587Z | Downloaded toml v0.8.20 |
422 | 2025-03-20T19:07:51.612Z | Downloaded pest_meta v2.7.14 |
423 | 2025-03-20T19:07:51.612Z | Downloaded is_terminal_polyfill v1.70.1 |
424 | 2025-03-20T19:07:51.612Z | Downloaded clap_lex v0.7.4 |
425 | 2025-03-20T19:07:51.612Z | Downloaded clap v4.5.31 |
426 | 2025-03-20T19:07:51.612Z | Downloaded cfg-if v1.0.0 |
427 | 2025-03-20T19:07:51.612Z | Downloaded pest_generator v2.7.14 |
428 | 2025-03-20T19:07:51.612Z | Downloaded itoa v1.0.11 |
429 | 2025-03-20T19:07:51.612Z | Downloaded generic-array v0.14.7 |
430 | 2025-03-20T19:07:51.612Z | Downloaded fs-err v2.11.0 |
431 | 2025-03-20T19:07:51.613Z | Downloaded errno v0.3.9 |
432 | 2025-03-20T19:07:51.613Z | Downloaded cargo_toml v0.21.0 |
433 | 2025-03-20T19:07:51.638Z | Downloaded cargo_metadata v0.19.2 |
434 | 2025-03-20T19:07:51.638Z | Downloaded camino-tempfile v1.1.1 |
435 | 2025-03-20T19:07:51.638Z | Downloaded byteorder v1.5.0 |
436 | 2025-03-20T19:07:51.638Z | Downloaded digest v0.10.7 |
437 | 2025-03-20T19:07:51.638Z | Downloaded crypto-common v0.1.6 |
438 | 2025-03-20T19:07:51.638Z | Downloaded cpufeatures v0.2.14 |
439 | 2025-03-20T19:07:51.638Z | Downloaded colorchoice v1.0.2 |
440 | 2025-03-20T19:07:51.638Z | Downloaded block-buffer v0.10.4 |
441 | 2025-03-20T19:07:51.638Z | Downloaded autocfg v1.4.0 |
442 | 2025-03-20T19:07:51.638Z | Downloaded dtrace-parser v0.2.0 |
443 | 2025-03-20T19:07:51.738Z | Compiling proc-macro2 v1.0.94 |
444 | 2025-03-20T19:07:51.738Z | Compiling unicode-ident v1.0.14 |
445 | 2025-03-20T19:07:51.738Z | Compiling serde v1.0.218 |
446 | 2025-03-20T19:07:51.764Z | Compiling version_check v0.9.5 |
447 | 2025-03-20T19:07:51.764Z | Compiling libc v0.2.170 |
448 | 2025-03-20T19:07:51.764Z | Compiling memchr v2.7.4 |
449 | 2025-03-20T19:07:51.764Z | Compiling thiserror v1.0.69 |
450 | 2025-03-20T19:07:51.764Z | Compiling ryu v1.0.18 |
451 | 2025-03-20T19:07:52.080Z | Compiling ucd-trie v0.1.7 |
452 | 2025-03-20T19:07:52.297Z | Compiling itoa v1.0.11 |
453 | 2025-03-20T19:07:52.564Z | Compiling once_cell v1.20.3 |
454 | 2025-03-20T19:07:52.644Z | Compiling byteorder v1.5.0 |
455 | 2025-03-20T19:07:52.809Z | Compiling serde_json v1.0.139 |
456 | 2025-03-20T19:07:52.956Z | Compiling rustix v0.38.37 |
457 | 2025-03-20T19:07:53.080Z | Compiling bitflags v2.6.0 |
458 | 2025-03-20T19:07:53.200Z | Compiling proc-macro-error-attr v1.0.4 |
459 | 2025-03-20T19:07:53.340Z | Compiling usdt-impl v0.5.0 |
460 | 2025-03-20T19:07:53.491Z | Compiling syn v1.0.109 |
461 | 2025-03-20T19:07:53.533Z | Compiling io-lifetimes v1.0.11 |
462 | 2025-03-20T19:07:53.622Z | Compiling quote v1.0.39 |
463 | 2025-03-20T19:07:53.730Z | Compiling errno v0.3.9 |
464 | 2025-03-20T19:07:54.002Z | Compiling thread-id v4.2.2 |
465 | 2025-03-20T19:07:54.058Z | Compiling syn v2.0.98 |
466 | 2025-03-20T19:07:54.087Z | Compiling proc-macro-error v1.0.4 |
467 | 2025-03-20T19:07:54.167Z | Compiling rustix v0.37.28 |
468 | 2025-03-20T19:07:54.202Z | Compiling log v0.4.22 |
469 | 2025-03-20T19:07:54.239Z | Compiling utf8parse v0.2.2 |
470 | 2025-03-20T19:07:54.264Z | Compiling equivalent v1.0.1 |
471 | 2025-03-20T19:07:54.432Z | Compiling camino v1.1.9 |
472 | 2025-03-20T19:07:54.460Z | Compiling plain v0.2.3 |
473 | 2025-03-20T19:07:54.485Z | Compiling hashbrown v0.15.1 |
474 | 2025-03-20T19:07:54.686Z | Compiling anstyle-parse v0.2.5 |
475 | 2025-03-20T19:07:55.064Z | Compiling is_terminal_polyfill v1.70.1 |
476 | 2025-03-20T19:07:55.091Z | Compiling unicode-width v0.1.14 |
477 | 2025-03-20T19:07:55.234Z | Compiling autocfg v1.4.0 |
478 | 2025-03-20T19:07:55.379Z | Compiling colorchoice v1.0.2 |
479 | 2025-03-20T19:07:55.448Z | Compiling thiserror v2.0.11 |
480 | 2025-03-20T19:07:55.537Z | Compiling indexmap v2.7.1 |
481 | 2025-03-20T19:07:55.563Z | Compiling pretty-hex v0.4.1 |
482 | 2025-03-20T19:07:55.588Z | Compiling anstyle-query v1.1.1 |
483 | 2025-03-20T19:07:55.754Z | Compiling anstyle v1.0.10 |
484 | 2025-03-20T19:07:55.780Z | Compiling winnow v0.7.3 |
485 | 2025-03-20T19:07:55.953Z | Compiling semver v1.0.25 |
486 | 2025-03-20T19:07:56.063Z | Compiling bitflags v1.3.2 |
487 | 2025-03-20T19:07:56.137Z | Compiling fs-err v2.11.0 |
488 | 2025-03-20T19:07:56.201Z | Compiling anstream v0.6.15 |
489 | 2025-03-20T19:07:56.447Z | Compiling terminal_size v0.4.0 |
490 | 2025-03-20T19:07:56.729Z | Compiling clap_lex v0.7.4 |
491 | 2025-03-20T19:07:56.760Z | Compiling bytecount v0.6.8 |
492 | 2025-03-20T19:07:56.789Z | Compiling fastrand v2.1.1 |
493 | 2025-03-20T19:07:56.813Z | Compiling heck v0.5.0 |
494 | 2025-03-20T19:07:57.018Z | Compiling cfg-if v1.0.0 |
495 | 2025-03-20T19:07:57.122Z | Compiling fnv v1.0.7 |
496 | 2025-03-20T19:07:57.261Z | Compiling strsim v0.11.1 |
497 | 2025-03-20T19:07:57.298Z | Compiling heck v0.4.1 |
498 | 2025-03-20T19:07:57.383Z | Compiling anyhow v1.0.97 |
499 | 2025-03-20T19:07:57.672Z | Compiling tempfile v3.13.0 |
500 | 2025-03-20T19:07:57.698Z | Compiling clap_builder v4.5.31 |
501 | 2025-03-20T19:07:57.748Z | Compiling papergrid v0.11.0 |
502 | 2025-03-20T19:07:57.925Z | Compiling terminal_size v0.2.6 |
503 | 2025-03-20T19:07:58.250Z | Compiling memmap v0.7.0 |
504 | 2025-03-20T19:07:58.275Z | Compiling smawk v0.3.2 |
505 | 2025-03-20T19:07:58.354Z | Compiling unicode-linebreak v0.1.5 |
506 | 2025-03-20T19:07:58.701Z | Compiling textwrap v0.16.1 |
507 | 2025-03-20T19:07:58.760Z | Compiling swrite v0.1.0 |
508 | 2025-03-20T19:07:59.179Z | Compiling tabled_derive v0.7.0 |
509 | 2025-03-20T19:08:00.425Z | Compiling tabled v0.15.0 |
510 | 2025-03-20T19:08:00.562Z | Compiling serde_derive v1.0.218 |
511 | 2025-03-20T19:08:00.562Z | Compiling thiserror-impl v1.0.69 |
512 | 2025-03-20T19:08:00.564Z | Compiling zerocopy-derive v0.7.35 |
513 | 2025-03-20T19:08:00.589Z | Compiling scroll_derive v0.12.0 |
514 | 2025-03-20T19:08:00.589Z | Compiling thiserror-impl v2.0.11 |
515 | 2025-03-20T19:08:00.589Z | Compiling clap_derive v4.5.28 |
516 | 2025-03-20T19:08:01.699Z | Compiling scroll v0.12.0 |
517 | 2025-03-20T19:08:02.192Z | Compiling goblin v0.8.2 |
518 | 2025-03-20T19:08:02.374Z | Compiling zerocopy v0.7.35 |
519 | 2025-03-20T19:08:03.104Z | Compiling pest v2.7.14 |
520 | 2025-03-20T19:08:04.042Z | Compiling clap v4.5.31 |
521 | 2025-03-20T19:08:05.179Z | Compiling pest_meta v2.7.14 |
522 | 2025-03-20T19:08:06.285Z | Compiling pest_generator v2.7.14 |
523 | 2025-03-20T19:08:07.383Z | Compiling pest_derive v2.7.14 |
524 | 2025-03-20T19:08:07.972Z | Compiling dtrace-parser v0.2.0 |
525 | 2025-03-20T19:08:08.998Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-03-20T19:08:09.083Z | Compiling toml_datetime v0.6.8 |
527 | 2025-03-20T19:08:09.083Z | Compiling serde_spanned v0.6.8 |
528 | 2025-03-20T19:08:09.379Z | Compiling cargo-platform v0.1.8 |
529 | 2025-03-20T19:08:09.404Z | Compiling macaddr v1.0.1 |
530 | 2025-03-20T19:08:09.540Z | Compiling toml_edit v0.22.24 |
531 | 2025-03-20T19:08:09.586Z | Compiling camino-tempfile v1.1.1 |
532 | 2025-03-20T19:08:10.415Z | Compiling dof v0.3.0 |
533 | 2025-03-20T19:08:10.477Z | Compiling cargo_metadata v0.19.2 |
534 | 2025-03-20T19:08:11.640Z | Compiling usdt-attr-macro v0.5.0 |
535 | 2025-03-20T19:08:11.665Z | Compiling usdt-macro v0.5.0 |
536 | 2025-03-20T19:08:12.362Z | Compiling toml v0.8.20 |
537 | 2025-03-20T19:08:12.622Z | Compiling usdt v0.5.0 |
538 | 2025-03-20T19:08:13.066Z | Compiling cargo_toml v0.21.0 |
539 | 2025-03-20T19:08:16.244Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
540 | 2025-03-20T19:08:20.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.84s |
541 | 2025-03-20T19:08:20.321Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
542 | 2025-03-20T19:08:21.055Z | Downloading crates ... |
543 | 2025-03-20T19:08:21.203Z | Downloaded async-stream-impl v0.3.6 |
544 | 2025-03-20T19:08:21.230Z | Downloaded cfg_aliases v0.2.1 |
545 | 2025-03-20T19:08:21.230Z | Downloaded assert_matches v1.5.0 |
546 | 2025-03-20T19:08:21.230Z | Downloaded ascii-canvas v3.0.0 |
547 | 2025-03-20T19:08:21.230Z | Downloaded adler2 v2.0.0 |
548 | 2025-03-20T19:08:21.230Z | Downloaded headers-core v0.3.0 |
549 | 2025-03-20T19:08:21.230Z | Downloaded cfg_aliases v0.1.1 |
550 | 2025-03-20T19:08:21.230Z | Downloaded httpdate v1.0.3 |
551 | 2025-03-20T19:08:21.230Z | Downloaded cexpr v0.6.0 |
552 | 2025-03-20T19:08:21.230Z | Downloaded hyper-rustls v0.27.3 |
553 | 2025-03-20T19:08:21.256Z | Downloaded ident_case v1.0.1 |
554 | 2025-03-20T19:08:21.256Z | Downloaded progenitor-client v0.9.1 |
555 | 2025-03-20T19:08:21.256Z | Downloaded rand_chacha v0.3.1 |
556 | 2025-03-20T19:08:21.256Z | Downloaded instant v0.1.13 |
557 | 2025-03-20T19:08:21.256Z | Downloaded progenitor-impl v0.8.0 |
558 | 2025-03-20T19:08:21.282Z | Downloaded serde_path_to_error v0.1.16 |
559 | 2025-03-20T19:08:21.282Z | Downloaded strum v0.26.3 |
560 | 2025-03-20T19:08:21.282Z | Downloaded static_assertions v1.1.0 |
561 | 2025-03-20T19:08:21.282Z | Downloaded unicode-truncate v1.1.0 |
562 | 2025-03-20T19:08:21.308Z | Downloaded either v1.14.0 |
563 | 2025-03-20T19:08:21.308Z | Downloaded futures-core v0.3.31 |
564 | 2025-03-20T19:08:21.308Z | Downloaded normalize-line-endings v0.3.0 |
565 | 2025-03-20T19:08:21.308Z | Downloaded nodrop v0.1.14 |
566 | 2025-03-20T19:08:21.308Z | Downloaded powerfmt v0.2.0 |
567 | 2025-03-20T19:08:21.308Z | Downloaded pin-utils v0.1.0 |
568 | 2025-03-20T19:08:21.333Z | Downloaded salsa20 v0.10.2 |
569 | 2025-03-20T19:08:21.333Z | Downloaded pkcs5 v0.7.1 |
570 | 2025-03-20T19:08:21.333Z | Downloaded downcast v0.11.0 |
571 | 2025-03-20T19:08:21.333Z | Downloaded pin-project-internal v1.1.6 |
572 | 2025-03-20T19:08:21.333Z | Downloaded number_prefix v0.4.0 |
573 | 2025-03-20T19:08:21.333Z | Downloaded opaque-debug v0.3.1 |
574 | 2025-03-20T19:08:21.359Z | Downloaded precomputed-hash v0.1.1 |
575 | 2025-03-20T19:08:21.359Z | Downloaded phf_shared v0.10.0 |
576 | 2025-03-20T19:08:21.359Z | Downloaded phf_generator v0.11.2 |
577 | 2025-03-20T19:08:21.359Z | Downloaded rustc_version v0.4.1 |
578 | 2025-03-20T19:08:21.359Z | Downloaded termtree v0.4.1 |
579 | 2025-03-20T19:08:21.359Z | Downloaded radium v0.7.0 |
580 | 2025-03-20T19:08:21.385Z | Downloaded time-core v0.1.2 |
581 | 2025-03-20T19:08:21.385Z | Downloaded daft v0.1.2 |
582 | 2025-03-20T19:08:21.385Z | Downloaded term v0.7.0 |
583 | 2025-03-20T19:08:21.385Z | Downloaded primeorder v0.13.6 |
584 | 2025-03-20T19:08:21.385Z | Downloaded predicates-tree v1.0.11 |
585 | 2025-03-20T19:08:21.411Z | Downloaded tabled_derive v0.10.0 |
586 | 2025-03-20T19:08:21.412Z | Downloaded hash32 v0.2.1 |
587 | 2025-03-20T19:08:21.412Z | Downloaded path-slash v0.1.5 |
588 | 2025-03-20T19:08:21.412Z | Downloaded paste v1.0.15 |
589 | 2025-03-20T19:08:21.438Z | Downloaded signal-hook-registry v1.4.2 |
590 | 2025-03-20T19:08:21.438Z | Downloaded diesel_table_macro_syntax v0.2.0 |
591 | 2025-03-20T19:08:21.438Z | Downloaded packed_struct v0.10.1 |
592 | 2025-03-20T19:08:21.464Z | Downloaded yoke-derive v0.7.4 |
593 | 2025-03-20T19:08:21.464Z | Downloaded foreign-types v0.3.2 |
594 | 2025-03-20T19:08:21.464Z | Downloaded foreign-types-shared v0.1.1 |
595 | 2025-03-20T19:08:21.464Z | Downloaded yasna v0.5.2 |
596 | 2025-03-20T19:08:21.464Z | Downloaded foreign-types-shared v0.3.1 |
597 | 2025-03-20T19:08:21.465Z | Downloaded diesel-dtrace v0.4.2 |
598 | 2025-03-20T19:08:21.491Z | Downloaded fxhash v0.2.1 |
599 | 2025-03-20T19:08:21.491Z | Downloaded zeroize v1.8.1 |
600 | 2025-03-20T19:08:21.491Z | Downloaded toolchain_find v0.4.0 |
601 | 2025-03-20T19:08:21.491Z | Downloaded glob v0.3.2 |
602 | 2025-03-20T19:08:21.492Z | Downloaded difflib v0.4.0 |
603 | 2025-03-20T19:08:21.492Z | Downloaded rustc-hash v1.1.0 |
604 | 2025-03-20T19:08:21.492Z | Downloaded parse-size v1.1.0 |
605 | 2025-03-20T19:08:21.492Z | Downloaded try-lock v0.2.5 |
606 | 2025-03-20T19:08:21.492Z | Downloaded peg-runtime v0.8.5 |
607 | 2025-03-20T19:08:21.492Z | Downloaded pbkdf2 v0.12.2 |
608 | 2025-03-20T19:08:21.519Z | Downloaded peg v0.8.5 |
609 | 2025-03-20T19:08:21.519Z | Downloaded rand_seeder v0.3.0 |
610 | 2025-03-20T19:08:21.519Z | Downloaded tracing-attributes v0.1.27 |
611 | 2025-03-20T19:08:21.519Z | Downloaded toml_edit v0.19.15 |
612 | 2025-03-20T19:08:21.544Z | Downloaded russh-keys v0.45.0 |
613 | 2025-03-20T19:08:21.569Z | Downloaded rayon-core v1.12.1 |
614 | 2025-03-20T19:08:21.569Z | Downloaded tough v0.19.0 |
615 | 2025-03-20T19:08:21.594Z | Downloaded quinn v0.11.5 |
616 | 2025-03-20T19:08:21.594Z | Downloaded hashbrown v0.12.3 |
617 | 2025-03-20T19:08:21.619Z | Downloaded rand_xorshift v0.3.0 |
618 | 2025-03-20T19:08:21.619Z | Downloaded rayon v1.10.0 |
619 | 2025-03-20T19:08:21.644Z | Downloaded parking_lot_core v0.8.6 |
620 | 2025-03-20T19:08:21.644Z | Downloaded smoltcp v0.9.1 |
621 | 2025-03-20T19:08:21.669Z | Downloaded proptest v1.6.0 |
622 | 2025-03-20T19:08:21.695Z | Downloaded quinn-proto v0.11.8 |
623 | 2025-03-20T19:08:21.695Z | Downloaded parse-display-derive v0.10.0 |
624 | 2025-03-20T19:08:21.695Z | Downloaded zerocopy v0.8.10 |
625 | 2025-03-20T19:08:21.720Z | Downloaded hickory-proto v0.24.4 |
626 | 2025-03-20T19:08:21.745Z | Downloaded csv v1.3.1 |
627 | 2025-03-20T19:08:21.771Z | Downloaded regress v0.10.3 |
628 | 2025-03-20T19:08:21.796Z | Downloaded regex-syntax v0.8.5 |
629 | 2025-03-20T19:08:21.821Z | Downloaded sled v0.34.7 |
630 | 2025-03-20T19:08:21.821Z | Downloaded ratatui v0.29.0 |
631 | 2025-03-20T19:08:21.847Z | Downloaded schemars_derive v0.8.22 |
632 | 2025-03-20T19:08:21.847Z | Downloaded git2 v0.19.0 |
633 | 2025-03-20T19:08:21.873Z | Downloaded gimli v0.31.1 |
634 | 2025-03-20T19:08:21.873Z | Downloaded rustls v0.21.12 |
635 | 2025-03-20T19:08:21.898Z | Downloaded regex-syntax v0.6.29 |
636 | 2025-03-20T19:08:21.898Z | Downloaded p256 v0.13.2 |
637 | 2025-03-20T19:08:21.898Z | Downloaded diesel v2.2.8 |
638 | 2025-03-20T19:08:21.927Z | Downloaded smallvec v1.14.0 |
639 | 2025-03-20T19:08:21.953Z | Downloaded lalrpop v0.19.12 |
640 | 2025-03-20T19:08:21.978Z | Downloaded regex-automata v0.4.8 |
641 | 2025-03-20T19:08:22.003Z | Downloaded quick-xml v0.37.2 |
642 | 2025-03-20T19:08:22.003Z | Downloaded zerocopy-derive v0.6.6 |
643 | 2025-03-20T19:08:22.028Z | Downloaded tracing-core v0.1.32 |
644 | 2025-03-20T19:08:22.029Z | Downloaded petname v2.0.2 |
645 | 2025-03-20T19:08:22.029Z | Downloaded petgraph v0.6.5 |
646 | 2025-03-20T19:08:22.054Z | Downloaded petgraph v0.7.1 |
647 | 2025-03-20T19:08:22.054Z | Downloaded winnow v0.5.40 |
648 | 2025-03-20T19:08:22.079Z | Downloaded icu_properties_data v1.5.0 |
649 | 2025-03-20T19:08:22.079Z | Downloaded lzma-sys v0.1.20 |
650 | 2025-03-20T19:08:22.106Z | Downloaded libz-sys v1.1.20 |
651 | 2025-03-20T19:08:22.131Z | Downloaded pem v3.0.5 |
652 | 2025-03-20T19:08:22.131Z | Downloaded sha3 v0.10.8 |
653 | 2025-03-20T19:08:22.156Z | Downloaded tokio v1.43.0 |
654 | 2025-03-20T19:08:22.181Z | Downloaded zerovec v0.10.4 |
655 | 2025-03-20T19:08:22.206Z | Downloaded openapiv3 v2.0.0 |
656 | 2025-03-20T19:08:22.206Z | Downloaded winnow v0.6.20 |
657 | 2025-03-20T19:08:22.231Z | Downloaded salty v0.3.0 |
658 | 2025-03-20T19:08:22.231Z | Downloaded flate2 v1.1.0 |
659 | 2025-03-20T19:08:22.231Z | Downloaded russh v0.45.0 |
660 | 2025-03-20T19:08:22.231Z | Downloaded num-bigint-dig v0.8.4 |
661 | 2025-03-20T19:08:22.256Z | Downloaded hkdf v0.12.4 |
662 | 2025-03-20T19:08:22.256Z | Downloaded zerocopy-derive v0.8.10 |
663 | 2025-03-20T19:08:22.256Z | Downloaded futures-util v0.3.31 |
664 | 2025-03-20T19:08:22.256Z | Downloaded encoding_rs v0.8.34 |
665 | 2025-03-20T19:08:22.292Z | Downloaded flume v0.11.1 |
666 | 2025-03-20T19:08:22.317Z | Downloaded zip v2.1.3 |
667 | 2025-03-20T19:08:22.317Z | Downloaded p384 v0.13.0 |
668 | 2025-03-20T19:08:22.342Z | Downloaded libm v0.2.8 |
669 | 2025-03-20T19:08:22.367Z | Downloaded itertools v0.13.0 |
670 | 2025-03-20T19:08:22.367Z | Downloaded hyper v1.6.0 |
671 | 2025-03-20T19:08:22.392Z | Downloaded topological-sort v0.2.2 |
672 | 2025-03-20T19:08:22.392Z | Downloaded zip v0.6.6 |
673 | 2025-03-20T19:08:22.418Z | Downloaded zeroize_derive v1.4.2 |
674 | 2025-03-20T19:08:22.418Z | Downloaded nix v0.28.0 |
675 | 2025-03-20T19:08:22.442Z | Downloaded serde_with v3.12.0 |
676 | 2025-03-20T19:08:22.442Z | Downloaded minimal-lexical v0.2.1 |
677 | 2025-03-20T19:08:22.442Z | Downloaded itertools v0.12.1 |
678 | 2025-03-20T19:08:22.467Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
679 | 2025-03-20T19:08:22.467Z | Downloaded pem-rfc7468 v0.7.0 |
680 | 2025-03-20T19:08:22.467Z | Downloaded tower v0.5.2 |
681 | 2025-03-20T19:08:22.492Z | Downloaded ring v0.17.11 |
682 | 2025-03-20T19:08:22.526Z | Downloaded tokio-util v0.7.13 |
683 | 2025-03-20T19:08:22.551Z | Downloaded mockall_derive v0.13.1 |
684 | 2025-03-20T19:08:22.552Z | Downloaded mockall v0.13.1 |
685 | 2025-03-20T19:08:22.552Z | Downloaded mio v1.0.2 |
686 | 2025-03-20T19:08:22.552Z | Downloaded fs_extra v1.3.0 |
687 | 2025-03-20T19:08:22.552Z | Downloaded float-ord v0.3.2 |
688 | 2025-03-20T19:08:22.552Z | Downloaded fatfs v0.3.6 |
689 | 2025-03-20T19:08:22.577Z | Downloaded displaydoc v0.2.5 |
690 | 2025-03-20T19:08:22.577Z | Downloaded diff v0.1.13 |
691 | 2025-03-20T19:08:22.577Z | Downloaded zerocopy v0.6.6 |
692 | 2025-03-20T19:08:22.577Z | Downloaded papergrid v0.14.0 |
693 | 2025-03-20T19:08:22.577Z | Downloaded diesel_derives v2.2.3 |
694 | 2025-03-20T19:08:22.577Z | Downloaded tabled v0.18.0 |
695 | 2025-03-20T19:08:22.604Z | Downloaded owo-colors v4.2.0 |
696 | 2025-03-20T19:08:22.604Z | Downloaded defmt v0.3.8 |
697 | 2025-03-20T19:08:22.604Z | Downloaded curve25519-dalek v4.1.3 |
698 | 2025-03-20T19:08:23.135Z | Downloaded expectorate v1.1.0 |
699 | 2025-03-20T19:08:23.135Z | Downloaded num-bigint v0.4.6 |
700 | 2025-03-20T19:08:23.135Z | Downloaded itertools v0.14.0 |
701 | 2025-03-20T19:08:23.135Z | Downloaded idna v1.0.3 |
702 | 2025-03-20T19:08:23.135Z | Downloaded tracing v0.1.40 |
703 | 2025-03-20T19:08:23.136Z | Downloaded hashbrown v0.13.2 |
704 | 2025-03-20T19:08:23.138Z | Downloaded dirs-sys-next v0.1.2 |
705 | 2025-03-20T19:08:23.138Z | Downloaded parking_lot v0.12.3 |
706 | 2025-03-20T19:08:23.138Z | Downloaded uuid v1.15.1 |
707 | 2025-03-20T19:08:23.138Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
708 | 2025-03-20T19:08:23.138Z | Downloaded ron v0.8.1 |
709 | 2025-03-20T19:08:23.138Z | Downloaded similar v2.7.0 |
710 | 2025-03-20T19:08:23.138Z | Downloaded openssl-sys v0.9.106 |
711 | 2025-03-20T19:08:23.138Z | Downloaded tokio-postgres v0.7.13 |
712 | 2025-03-20T19:08:23.138Z | Downloaded ff v0.13.0 |
713 | 2025-03-20T19:08:23.138Z | Downloaded psl-types v2.0.11 |
714 | 2025-03-20T19:08:23.138Z | Downloaded dropshot v0.16.0 |
715 | 2025-03-20T19:08:23.138Z | Downloaded toml v0.7.8 |
716 | 2025-03-20T19:08:23.138Z | Downloaded filetime v0.2.25 |
717 | 2025-03-20T19:08:23.138Z | Downloaded fd-lock v4.0.2 |
718 | 2025-03-20T19:08:23.139Z | Downloaded display-error-chain v0.2.2 |
719 | 2025-03-20T19:08:23.139Z | Downloaded dirs-next v2.0.0 |
720 | 2025-03-20T19:08:23.139Z | Downloaded zerovec-derive v0.10.3 |
721 | 2025-03-20T19:08:23.139Z | Downloaded progenitor v0.8.0 |
722 | 2025-03-20T19:08:23.139Z | Downloaded p521 v0.13.3 |
723 | 2025-03-20T19:08:23.139Z | Downloaded signal-hook-mio v0.2.4 |
724 | 2025-03-20T19:08:23.139Z | Downloaded openssl v0.10.71 |
725 | 2025-03-20T19:08:23.139Z | Downloaded object v0.36.5 |
726 | 2025-03-20T19:08:23.139Z | Downloaded typify-impl v0.3.0 |
727 | 2025-03-20T19:08:23.139Z | Downloaded typify-impl v0.2.0 |
728 | 2025-03-20T19:08:23.139Z | Downloaded peg-macros v0.8.5 |
729 | 2025-03-20T19:08:23.139Z | Downloaded parking_lot_core v0.9.10 |
730 | 2025-03-20T19:08:23.139Z | Downloaded multer v3.1.0 |
731 | 2025-03-20T19:08:23.139Z | Downloaded zerofrom v0.1.4 |
732 | 2025-03-20T19:08:23.139Z | Downloaded progenitor-macro v0.9.1 |
733 | 2025-03-20T19:08:23.139Z | Downloaded slog-term v2.9.1 |
734 | 2025-03-20T19:08:23.139Z | Downloaded slog-scope v4.4.0 |
735 | 2025-03-20T19:08:23.139Z | Downloaded parking_lot v0.11.2 |
736 | 2025-03-20T19:08:23.139Z | Downloaded parse-display v0.10.0 |
737 | 2025-03-20T19:08:23.139Z | Downloaded zerofrom-derive v0.1.4 |
738 | 2025-03-20T19:08:23.139Z | Downloaded samael v0.0.18 |
739 | 2025-03-20T19:08:23.139Z | Downloaded smf v0.2.3 |
740 | 2025-03-20T19:08:23.139Z | Downloaded rustc-demangle v0.1.24 |
741 | 2025-03-20T19:08:23.139Z | Downloaded tokio-tungstenite v0.23.1 |
742 | 2025-03-20T19:08:23.139Z | Downloaded tokio-tungstenite v0.21.0 |
743 | 2025-03-20T19:08:23.139Z | Downloaded futures-task v0.3.31 |
744 | 2025-03-20T19:08:23.141Z | Downloaded yansi v1.0.1 |
745 | 2025-03-20T19:08:23.141Z | Downloaded slog-stdlog v4.1.1 |
746 | 2025-03-20T19:08:23.141Z | Downloaded predicates v3.1.3 |
747 | 2025-03-20T19:08:23.141Z | Downloaded smoltcp v0.11.0 |
748 | 2025-03-20T19:08:23.141Z | Downloaded tower-service v0.3.3 |
749 | 2025-03-20T19:08:23.141Z | Downloaded tower-layer v0.3.3 |
750 | 2025-03-20T19:08:23.141Z | Downloaded tokio-stream v0.1.17 |
751 | 2025-03-20T19:08:23.141Z | Downloaded h2 v0.4.6 |
752 | 2025-03-20T19:08:23.141Z | Downloaded reqwest v0.12.12 |
753 | 2025-03-20T19:08:23.141Z | Downloaded foldhash v0.1.3 |
754 | 2025-03-20T19:08:23.141Z | Downloaded dropshot v0.12.0 |
755 | 2025-03-20T19:08:23.141Z | Downloaded vcpkg v0.2.15 |
756 | 2025-03-20T19:08:23.141Z | Downloaded rustls v0.22.4 |
757 | 2025-03-20T19:08:23.141Z | Downloaded hickory-server v0.24.4 |
758 | 2025-03-20T19:08:23.141Z | Downloaded rustc-hash v2.1.1 |
759 | 2025-03-20T19:08:23.141Z | Downloaded progenitor-impl v0.9.1 |
760 | 2025-03-20T19:08:23.141Z | Downloaded foreign-types v0.5.0 |
761 | 2025-03-20T19:08:23.141Z | Downloaded x509-cert v0.2.5 |
762 | 2025-03-20T19:08:23.141Z | Downloaded icu_locid_transform_data v1.5.0 |
763 | 2025-03-20T19:08:23.141Z | Downloaded sync-ptr v0.1.1 |
764 | 2025-03-20T19:08:23.141Z | Downloaded supports-color v3.0.2 |
765 | 2025-03-20T19:08:23.141Z | Downloaded fragile v2.0.0 |
766 | 2025-03-20T19:08:23.141Z | Downloaded form_urlencoded v1.2.1 |
767 | 2025-03-20T19:08:23.141Z | Downloaded slog-bunyan v2.5.0 |
768 | 2025-03-20T19:08:23.141Z | Downloaded zone v0.1.8 |
769 | 2025-03-20T19:08:23.141Z | Downloaded gethostname v0.5.0 |
770 | 2025-03-20T19:08:23.141Z | Downloaded scopeguard v1.2.0 |
771 | 2025-03-20T19:08:23.141Z | Downloaded tabwriter v1.4.0 |
772 | 2025-03-20T19:08:23.141Z | Downloaded oso v0.27.3 |
773 | 2025-03-20T19:08:23.142Z | Downloaded sync_wrapper v1.0.1 |
774 | 2025-03-20T19:08:23.142Z | Downloaded proc-macro-error2 v2.0.1 |
775 | 2025-03-20T19:08:23.142Z | Downloaded smallvec v0.6.14 |
776 | 2025-03-20T19:08:23.142Z | Downloaded flagset v0.4.6 |
777 | 2025-03-20T19:08:23.142Z | Downloaded uzers v0.12.1 |
778 | 2025-03-20T19:08:23.142Z | Downloaded radix_trie v0.2.1 |
779 | 2025-03-20T19:08:23.167Z | Downloaded libxml v0.3.3 |
780 | 2025-03-20T19:08:23.167Z | Downloaded phf v0.11.2 |
781 | 2025-03-20T19:08:23.167Z | Downloaded progenitor-macro v0.8.0 |
782 | 2025-03-20T19:08:23.167Z | Downloaded progenitor v0.9.1 |
783 | 2025-03-20T19:08:23.167Z | Downloaded percent-encoding v2.3.1 |
784 | 2025-03-20T19:08:23.167Z | Downloaded schemars v0.8.22 |
785 | 2025-03-20T19:08:23.167Z | Downloaded indicatif v0.17.11 |
786 | 2025-03-20T19:08:23.167Z | Downloaded der v0.7.9 |
787 | 2025-03-20T19:08:23.167Z | Downloaded wyz v0.5.1 |
788 | 2025-03-20T19:08:23.167Z | Downloaded value-bag v1.9.0 |
789 | 2025-03-20T19:08:23.167Z | Downloaded rpassword v7.3.1 |
790 | 2025-03-20T19:08:23.167Z | Downloaded object v0.30.4 |
791 | 2025-03-20T19:08:23.167Z | Downloaded rustls-webpki v0.102.8 |
792 | 2025-03-20T19:08:23.167Z | Downloaded nix v0.27.1 |
793 | 2025-03-20T19:08:23.167Z | Downloaded foreign-types-macros v0.2.3 |
794 | 2025-03-20T19:08:23.168Z | Downloaded yoke v0.7.4 |
795 | 2025-03-20T19:08:23.168Z | Downloaded packed_struct_codegen v0.10.1 |
796 | 2025-03-20T19:08:23.168Z | Downloaded signal-hook v0.3.17 |
797 | 2025-03-20T19:08:23.168Z | Downloaded secrecy v0.8.0 |
798 | 2025-03-20T19:08:23.168Z | Downloaded tokio-rustls v0.26.0 |
799 | 2025-03-20T19:08:23.287Z | Downloaded webpki-roots v0.26.6 |
800 | 2025-03-20T19:08:23.346Z | Downloaded wait-timeout v0.2.0 |
801 | 2025-03-20T19:08:23.346Z | Downloaded polar-core v0.27.3 |
802 | 2025-03-20T19:08:23.346Z | Downloaded xz2 v0.1.7 |
803 | 2025-03-20T19:08:23.346Z | Downloaded slog-async v2.8.0 |
804 | 2025-03-20T19:08:23.346Z | Downloaded slog v2.7.0 |
805 | 2025-03-20T19:08:23.346Z | Downloaded qorb v0.2.1 |
806 | 2025-03-20T19:08:23.346Z | Downloaded publicsuffix v2.3.0 |
807 | 2025-03-20T19:08:23.346Z | Downloaded parse-zoneinfo v0.3.1 |
808 | 2025-03-20T19:08:23.346Z | Downloaded hash32 v0.3.1 |
809 | 2025-03-20T19:08:23.346Z | Downloaded fixedbitset v0.5.7 |
810 | 2025-03-20T19:08:23.346Z | Downloaded utf16_iter v1.0.5 |
811 | 2025-03-20T19:08:23.346Z | Downloaded synstructure v0.13.1 |
812 | 2025-03-20T19:08:23.346Z | Downloaded env_filter v0.1.2 |
813 | 2025-03-20T19:08:23.347Z | Downloaded rustyline v14.0.0 |
814 | 2025-03-20T19:08:23.347Z | Downloaded nix v0.29.0 |
815 | 2025-03-20T19:08:23.347Z | Downloaded hickory-client v0.24.4 |
816 | 2025-03-20T19:08:23.347Z | Downloaded xattr v1.3.1 |
817 | 2025-03-20T19:08:23.347Z | Downloaded zone_cfg_derive v0.3.0 |
818 | 2025-03-20T19:08:23.347Z | Downloaded pbkdf2 v0.11.0 |
819 | 2025-03-20T19:08:23.347Z | Downloaded password-hash v0.4.2 |
820 | 2025-03-20T19:08:23.347Z | Downloaded tokio-rustls v0.25.0 |
821 | 2025-03-20T19:08:23.347Z | Downloaded simd-adler32 v0.3.7 |
822 | 2025-03-20T19:08:23.347Z | Downloaded unicode-width v0.2.0 |
823 | 2025-03-20T19:08:23.347Z | Downloaded slog-json v2.6.1 |
824 | 2025-03-20T19:08:23.347Z | Downloaded slog-envlogger v2.2.0 |
825 | 2025-03-20T19:08:23.347Z | Downloaded slog-dtrace v0.3.0 |
826 | 2025-03-20T19:08:23.347Z | Downloaded oxnet v0.1.1 |
827 | 2025-03-20T19:08:23.347Z | Downloaded native-tls v0.2.12 |
828 | 2025-03-20T19:08:23.347Z | Downloaded zone_cfg_derive v0.1.2 |
829 | 2025-03-20T19:08:23.347Z | Downloaded float-cmp v0.10.0 |
830 | 2025-03-20T19:08:23.347Z | Downloaded typed-path v0.9.3 |
831 | 2025-03-20T19:08:23.347Z | Downloaded tokio-rustls v0.24.1 |
832 | 2025-03-20T19:08:23.347Z | Downloaded time v0.3.36 |
833 | 2025-03-20T19:08:23.347Z | Downloaded multimap v0.10.0 |
834 | 2025-03-20T19:08:23.347Z | Downloaded der_derive v0.7.3 |
835 | 2025-03-20T19:08:23.347Z | Downloaded zone v0.3.0 |
836 | 2025-03-20T19:08:23.347Z | Downloaded shlex v1.3.0 |
837 | 2025-03-20T19:08:23.347Z | Downloaded shell-words v1.1.0 |
838 | 2025-03-20T19:08:23.347Z | Downloaded globset v0.4.15 |
839 | 2025-03-20T19:08:23.347Z | Downloaded tungstenite v0.21.0 |
840 | 2025-03-20T19:08:23.347Z | Downloaded rsa v0.9.6 |
841 | 2025-03-20T19:08:23.347Z | Downloaded pretty_assertions v1.4.1 |
842 | 2025-03-20T19:08:23.347Z | Downloaded itertools v0.10.5 |
843 | 2025-03-20T19:08:23.347Z | Downloaded nanorand v0.7.0 |
844 | 2025-03-20T19:08:23.347Z | Downloaded defmt-parser v0.3.4 |
845 | 2025-03-20T19:08:23.347Z | Downloaded sha1 v0.10.6 |
846 | 2025-03-20T19:08:23.347Z | Downloaded sct v0.7.1 |
847 | 2025-03-20T19:08:23.347Z | Downloaded utf8_iter v1.0.4 |
848 | 2025-03-20T19:08:23.348Z | Downloaded tungstenite v0.23.0 |
849 | 2025-03-20T19:08:23.348Z | Downloaded signal-hook-tokio v0.3.1 |
850 | 2025-03-20T19:08:23.348Z | Downloaded num v0.4.3 |
851 | 2025-03-20T19:08:23.348Z | Downloaded half v2.4.1 |
852 | 2025-03-20T19:08:23.348Z | Downloaded tui-tree-widget v0.23.0 |
853 | 2025-03-20T19:08:23.348Z | Downloaded proc-macro-error-attr2 v2.0.0 |
854 | 2025-03-20T19:08:23.348Z | Downloaded defmt-macros v0.3.9 |
855 | 2025-03-20T19:08:23.348Z | Downloaded debug-ignore v1.0.5 |
856 | 2025-03-20T19:08:23.348Z | Downloaded data-encoding v2.6.0 |
857 | 2025-03-20T19:08:23.348Z | Downloaded rand_core v0.9.2 |
858 | 2025-03-20T19:08:23.348Z | Downloaded fallible-iterator v0.2.0 |
859 | 2025-03-20T19:08:23.348Z | Downloaded env_logger v0.11.5 |
860 | 2025-03-20T19:08:23.348Z | Downloaded env_logger v0.10.2 |
861 | 2025-03-20T19:08:23.348Z | Downloaded socket2 v0.5.8 |
862 | 2025-03-20T19:08:23.348Z | Downloaded scheduled-thread-pool v0.2.7 |
863 | 2025-03-20T19:08:23.373Z | Downloaded url v2.5.3 |
864 | 2025-03-20T19:08:23.373Z | Downloaded unsafe-libyaml v0.2.11 |
865 | 2025-03-20T19:08:23.373Z | Downloaded serde_yaml v0.9.34+deprecated |
866 | 2025-03-20T19:08:23.373Z | Downloaded lock_api v0.4.12 |
867 | 2025-03-20T19:08:23.373Z | Downloaded icu_collections v1.5.0 |
868 | 2025-03-20T19:08:23.374Z | Downloaded iana-time-zone v0.1.61 |
869 | 2025-03-20T19:08:23.374Z | Downloaded hyper-util v0.1.10 |
870 | 2025-03-20T19:08:23.400Z | Downloaded http v1.2.0 |
871 | 2025-03-20T19:08:23.400Z | Downloaded sec1 v0.7.3 |
872 | 2025-03-20T19:08:23.400Z | Downloaded scrypt v0.11.0 |
873 | 2025-03-20T19:08:23.400Z | Downloaded quick-error v1.2.3 |
874 | 2025-03-20T19:08:23.400Z | Downloaded password-hash v0.5.0 |
875 | 2025-03-20T19:08:23.400Z | Downloaded fixedbitset v0.4.2 |
876 | 2025-03-20T19:08:23.400Z | Downloaded utf-8 v0.7.6 |
877 | 2025-03-20T19:08:23.400Z | Downloaded twox-hash v2.1.0 |
878 | 2025-03-20T19:08:23.400Z | Downloaded thiserror-no-std v2.0.2 |
879 | 2025-03-20T19:08:23.400Z | Downloaded num-complex v0.4.6 |
880 | 2025-03-20T19:08:23.400Z | Downloaded unicode_categories v0.1.1 |
881 | 2025-03-20T19:08:23.427Z | Downloaded serde_repr v0.1.19 |
882 | 2025-03-20T19:08:23.427Z | Downloaded highway v1.3.0 |
883 | 2025-03-20T19:08:23.428Z | Downloaded group v0.13.0 |
884 | 2025-03-20T19:08:23.428Z | Downloaded take_mut v0.2.2 |
885 | 2025-03-20T19:08:23.428Z | Downloaded num-traits v0.2.19 |
886 | 2025-03-20T19:08:23.428Z | Downloaded slab v0.4.9 |
887 | 2025-03-20T19:08:23.428Z | Downloaded siphasher v0.3.11 |
888 | 2025-03-20T19:08:23.428Z | Downloaded headers v0.4.0 |
889 | 2025-03-20T19:08:23.428Z | Downloaded typify v0.2.0 |
890 | 2025-03-20T19:08:23.428Z | Downloaded rtoolbox v0.0.2 |
891 | 2025-03-20T19:08:23.428Z | Downloaded ron v0.7.1 |
892 | 2025-03-20T19:08:23.453Z | Downloaded prettyplease v0.2.30 |
893 | 2025-03-20T19:08:23.453Z | Downloaded getrandom v0.3.1 |
894 | 2025-03-20T19:08:23.453Z | Downloaded rand v0.8.5 |
895 | 2025-03-20T19:08:23.453Z | Downloaded spin v0.9.8 |
896 | 2025-03-20T19:08:23.453Z | Downloaded russh-cryptovec v0.7.3 |
897 | 2025-03-20T19:08:23.453Z | Downloaded tar v0.4.44 |
898 | 2025-03-20T19:08:23.453Z | Downloaded rand v0.9.0 |
899 | 2025-03-20T19:08:23.479Z | Downloaded predicates-core v1.0.8 |
900 | 2025-03-20T19:08:23.479Z | Downloaded writeable v0.5.5 |
901 | 2025-03-20T19:08:23.479Z | Downloaded spki v0.7.3 |
902 | 2025-03-20T19:08:23.479Z | Downloaded rfc6979 v0.4.0 |
903 | 2025-03-20T19:08:23.479Z | Downloaded resolv-conf v0.7.0 |
904 | 2025-03-20T19:08:23.479Z | Downloaded oso-derive v0.27.3 |
905 | 2025-03-20T19:08:23.479Z | Downloaded num-rational v0.4.2 |
906 | 2025-03-20T19:08:23.479Z | Downloaded num-iter v0.1.45 |
907 | 2025-03-20T19:08:23.479Z | Downloaded darling_core v0.20.10 |
908 | 2025-03-20T19:08:23.479Z | Downloaded dropshot_endpoint v0.12.0 |
909 | 2025-03-20T19:08:23.479Z | Downloaded pin-project-lite v0.2.14 |
910 | 2025-03-20T19:08:23.504Z | Downloaded nu-ansi-term v0.50.1 |
911 | 2025-03-20T19:08:23.504Z | Downloaded strum_macros v0.25.3 |
912 | 2025-03-20T19:08:23.504Z | Downloaded rustls v0.23.19 |
913 | 2025-03-20T19:08:23.504Z | Downloaded ghash v0.5.1 |
914 | 2025-03-20T19:08:23.504Z | Downloaded darling_macro v0.20.10 |
915 | 2025-03-20T19:08:23.504Z | Downloaded zopfli v0.8.1 |
916 | 2025-03-20T19:08:23.530Z | Downloaded time-macros v0.2.18 |
917 | 2025-03-20T19:08:23.530Z | Downloaded thiserror-impl-no-std v2.0.2 |
918 | 2025-03-20T19:08:23.530Z | Downloaded test-strategy v0.4.0 |
919 | 2025-03-20T19:08:23.530Z | Downloaded tokio-macros v2.5.0 |
920 | 2025-03-20T19:08:23.530Z | Downloaded postcard v1.0.10 |
921 | 2025-03-20T19:08:23.530Z | Downloaded subprocess v0.2.9 |
922 | 2025-03-20T19:08:23.530Z | Downloaded num_threads v0.1.7 |
923 | 2025-03-20T19:08:23.530Z | Downloaded num_enum_derive v0.5.11 |
924 | 2025-03-20T19:08:23.530Z | Downloaded num_enum v0.5.11 |
925 | 2025-03-20T19:08:23.530Z | Downloaded num-integer v0.1.46 |
926 | 2025-03-20T19:08:23.530Z | Downloaded getrandom v0.2.15 |
927 | 2025-03-20T19:08:23.556Z | Downloaded darling v0.20.10 |
928 | 2025-03-20T19:08:23.556Z | Downloaded daft-derive v0.1.2 |
929 | 2025-03-20T19:08:23.556Z | Downloaded sigpipe v0.1.3 |
930 | 2025-03-20T19:08:23.556Z | Downloaded quinn-udp v0.5.5 |
931 | 2025-03-20T19:08:23.556Z | Downloaded ed25519-dalek v2.1.1 |
932 | 2025-03-20T19:08:23.556Z | Downloaded whoami v1.5.2 |
933 | 2025-03-20T19:08:23.556Z | Downloaded tokio-native-tls v0.3.1 |
934 | 2025-03-20T19:08:23.556Z | Downloaded tls_codec_derive v0.4.1 |
935 | 2025-03-20T19:08:23.556Z | Downloaded nom v7.1.3 |
936 | 2025-03-20T19:08:23.582Z | Downloaded chrono-tz v0.10.1 |
937 | 2025-03-20T19:08:23.582Z | Downloaded tap v1.0.1 |
938 | 2025-03-20T19:08:23.582Z | Downloaded subtle v2.6.1 |
939 | 2025-03-20T19:08:23.583Z | Downloaded portable-atomic v1.9.0 |
940 | 2025-03-20T19:08:23.583Z | Downloaded curve25519-dalek-derive v0.1.1 |
941 | 2025-03-20T19:08:23.583Z | Downloaded strum_macros v0.24.3 |
942 | 2025-03-20T19:08:23.632Z | Downloaded miniz_oxide v0.8.5 |
943 | 2025-03-20T19:08:23.632Z | Downloaded compact_str v0.8.0 |
944 | 2025-03-20T19:08:23.632Z | Downloaded bstr v1.10.0 |
945 | 2025-03-20T19:08:23.632Z | Downloaded thread_local v1.1.8 |
946 | 2025-03-20T19:08:23.632Z | Downloaded termtree v0.5.1 |
947 | 2025-03-20T19:08:23.632Z | Downloaded termios v0.3.3 |
948 | 2025-03-20T19:08:23.632Z | Downloaded termcolor v1.4.1 |
949 | 2025-03-20T19:08:23.632Z | Downloaded ipnet v2.11.0 |
950 | 2025-03-20T19:08:23.658Z | Downloaded hyper-staticfile v0.10.1 |
951 | 2025-03-20T19:08:23.658Z | Downloaded openssl-macros v0.1.1 |
952 | 2025-03-20T19:08:23.658Z | Downloaded omicron-zone-package v0.12.0 |
953 | 2025-03-20T19:08:23.658Z | Downloaded same-file v1.0.6 |
954 | 2025-03-20T19:08:23.658Z | Downloaded icu_normalizer v1.5.0 |
955 | 2025-03-20T19:08:23.658Z | Downloaded signature v2.2.0 |
956 | 2025-03-20T19:08:23.658Z | Downloaded rustfmt-wrapper v0.2.1 |
957 | 2025-03-20T19:08:23.658Z | Downloaded rand_core v0.6.4 |
958 | 2025-03-20T19:08:23.658Z | Downloaded openssl-probe v0.1.5 |
959 | 2025-03-20T19:08:23.658Z | Downloaded write16 v1.0.0 |
960 | 2025-03-20T19:08:23.658Z | Downloaded waitgroup v0.1.2 |
961 | 2025-03-20T19:08:23.658Z | Downloaded vte v0.11.1 |
962 | 2025-03-20T19:08:23.658Z | Downloaded tinyvec v1.8.0 |
963 | 2025-03-20T19:08:23.658Z | Downloaded ppv-lite86 v0.2.20 |
964 | 2025-03-20T19:08:23.658Z | Downloaded futures-io v0.3.31 |
965 | 2025-03-20T19:08:23.658Z | Downloaded serde_urlencoded v0.7.1 |
966 | 2025-03-20T19:08:23.658Z | Downloaded regex v1.11.1 |
967 | 2025-03-20T19:08:23.658Z | Downloaded rustc_version v0.1.7 |
968 | 2025-03-20T19:08:23.658Z | Downloaded dropshot_endpoint v0.16.0 |
969 | 2025-03-20T19:08:23.684Z | Downloaded num-derive v0.4.2 |
970 | 2025-03-20T19:08:23.684Z | Downloaded hickory-resolver v0.24.4 |
971 | 2025-03-20T19:08:23.684Z | Downloaded phf_codegen v0.11.2 |
972 | 2025-03-20T19:08:23.684Z | Downloaded olpc-cjson v0.1.4 |
973 | 2025-03-20T19:08:23.684Z | Downloaded ecdsa v0.16.9 |
974 | 2025-03-20T19:08:23.684Z | Downloaded which v4.4.2 |
975 | 2025-03-20T19:08:23.684Z | Downloaded vsss-rs v3.3.4 |
976 | 2025-03-20T19:08:23.684Z | Downloaded vergen v8.3.2 |
977 | 2025-03-20T19:08:23.684Z | Downloaded tinyvec_macros v0.1.1 |
978 | 2025-03-20T19:08:23.684Z | Downloaded snafu v0.8.5 |
979 | 2025-03-20T19:08:23.709Z | Downloaded strum_macros v0.26.4 |
980 | 2025-03-20T19:08:23.709Z | Downloaded icu_properties v1.5.1 |
981 | 2025-03-20T19:08:23.709Z | Downloaded document-features v0.2.10 |
982 | 2025-03-20T19:08:23.709Z | Downloaded walkdir v2.5.0 |
983 | 2025-03-20T19:08:23.709Z | Downloaded litrs v0.4.1 |
984 | 2025-03-20T19:08:23.709Z | Downloaded bindgen v0.71.1 |
985 | 2025-03-20T19:08:23.709Z | Downloaded ed25519 v2.2.3 |
986 | 2025-03-20T19:08:23.735Z | Downloaded dyn-clone v1.0.19 |
987 | 2025-03-20T19:08:23.735Z | Downloaded dunce v1.0.5 |
988 | 2025-03-20T19:08:23.735Z | Downloaded dsl_auto_type v0.1.2 |
989 | 2025-03-20T19:08:23.735Z | Downloaded want v0.3.1 |
990 | 2025-03-20T19:08:23.735Z | Downloaded tinystr v0.7.6 |
991 | 2025-03-20T19:08:23.735Z | Downloaded serde_with_macros v3.12.0 |
992 | 2025-03-20T19:08:23.735Z | Downloaded icu_normalizer_data v1.5.0 |
993 | 2025-03-20T19:08:23.736Z | Downloaded icu_locid_transform v1.5.0 |
994 | 2025-03-20T19:08:23.736Z | Downloaded pkg-config v0.3.31 |
995 | 2025-03-20T19:08:23.736Z | Downloaded futures-sink v0.3.31 |
996 | 2025-03-20T19:08:23.736Z | Downloaded futures-macro v0.3.31 |
997 | 2025-03-20T19:08:23.736Z | Downloaded sqlparser v0.45.0 |
998 | 2025-03-20T19:08:23.736Z | Downloaded pin-project v1.1.6 |
999 | 2025-03-20T19:08:23.761Z | Downloaded funty v2.0.0 |
1000 | 2025-03-20T19:08:23.761Z | Downloaded enum-as-inner v0.6.1 |
1001 | 2025-03-20T19:08:23.761Z | Downloaded unicode-normalization v0.1.24 |
1002 | 2025-03-20T19:08:23.761Z | Downloaded steno v0.4.1 |
1003 | 2025-03-20T19:08:23.761Z | Downloaded mime v0.3.17 |
1004 | 2025-03-20T19:08:23.761Z | Downloaded icu_locid v1.5.0 |
1005 | 2025-03-20T19:08:23.786Z | Downloaded heck v0.3.3 |
1006 | 2025-03-20T19:08:23.787Z | Downloaded ctr v0.9.2 |
1007 | 2025-03-20T19:08:23.787Z | Downloaded console v0.15.10 |
1008 | 2025-03-20T19:08:23.787Z | Downloaded bindgen v0.69.5 |
1009 | 2025-03-20T19:08:23.787Z | Downloaded vte_generate_state_changes v0.1.2 |
1010 | 2025-03-20T19:08:23.787Z | Downloaded tls_codec v0.4.1 |
1011 | 2025-03-20T19:08:23.787Z | Downloaded tiny-keccak v2.0.2 |
1012 | 2025-03-20T19:08:23.787Z | Downloaded snafu-derive v0.8.5 |
1013 | 2025-03-20T19:08:23.812Z | Downloaded rusty-fork v0.3.0 |
1014 | 2025-03-20T19:08:23.812Z | Downloaded postgres-types v0.2.9 |
1015 | 2025-03-20T19:08:23.812Z | Downloaded postgres-protocol v0.6.8 |
1016 | 2025-03-20T19:08:23.813Z | Downloaded pkcs8 v0.10.2 |
1017 | 2025-03-20T19:08:23.813Z | Downloaded pkcs1 v0.7.5 |
1018 | 2025-03-20T19:08:23.813Z | Downloaded phf_shared v0.11.2 |
1019 | 2025-03-20T19:08:23.813Z | Downloaded futures-executor v0.3.31 |
1020 | 2025-03-20T19:08:23.813Z | Downloaded untrusted v0.7.1 |
1021 | 2025-03-20T19:08:23.813Z | Downloaded ssh-key v0.6.6 |
1022 | 2025-03-20T19:08:23.813Z | Downloaded libsw v3.4.0 |
1023 | 2025-03-20T19:08:23.813Z | Downloaded ipnetwork v0.21.1 |
1024 | 2025-03-20T19:08:23.838Z | Downloaded bit-set v0.5.3 |
1025 | 2025-03-20T19:08:23.838Z | Downloaded unicode-segmentation v1.12.0 |
1026 | 2025-03-20T19:08:23.839Z | Downloaded string_cache v0.8.7 |
1027 | 2025-03-20T19:08:23.839Z | Downloaded memmap2 v0.9.5 |
1028 | 2025-03-20T19:08:23.839Z | Downloaded kstat-rs v0.2.4 |
1029 | 2025-03-20T19:08:23.839Z | Downloaded indexmap v1.9.3 |
1030 | 2025-03-20T19:08:23.839Z | Downloaded icu_provider v1.5.0 |
1031 | 2025-03-20T19:08:23.839Z | Downloaded rustversion v1.0.17 |
1032 | 2025-03-20T19:08:23.839Z | Downloaded poly1305 v0.8.0 |
1033 | 2025-03-20T19:08:23.839Z | Downloaded untrusted v0.9.0 |
1034 | 2025-03-20T19:08:23.864Z | Downloaded num-conv v0.1.0 |
1035 | 2025-03-20T19:08:23.864Z | Downloaded elliptic-curve v0.13.8 |
1036 | 2025-03-20T19:08:23.864Z | Downloaded rustls-webpki v0.101.7 |
1037 | 2025-03-20T19:08:23.864Z | Downloaded reedline v0.38.0 |
1038 | 2025-03-20T19:08:23.889Z | Downloaded chrono v0.4.40 |
1039 | 2025-03-20T19:08:23.889Z | Downloaded bitvec v1.0.1 |
1040 | 2025-03-20T19:08:23.915Z | Downloaded polyval v0.6.2 |
1041 | 2025-03-20T19:08:23.915Z | Downloaded futures v0.3.31 |
1042 | 2025-03-20T19:08:23.916Z | Downloaded derive-where v1.2.7 |
1043 | 2025-03-20T19:08:23.916Z | Downloaded litemap v0.7.3 |
1044 | 2025-03-20T19:08:23.916Z | Downloaded indoc v2.0.6 |
1045 | 2025-03-20T19:08:23.916Z | Downloaded nibble_vec v0.1.0 |
1046 | 2025-03-20T19:08:23.916Z | Downloaded newtype-uuid v1.2.1 |
1047 | 2025-03-20T19:08:23.941Z | Downloaded endian-type v0.1.2 |
1048 | 2025-03-20T19:08:23.941Z | Downloaded ena v0.14.3 |
1049 | 2025-03-20T19:08:23.941Z | Downloaded unicode-bidi v0.3.17 |
1050 | 2025-03-20T19:08:23.941Z | Downloaded typify-macro v0.2.0 |
1051 | 2025-03-20T19:08:23.941Z | Downloaded typify v0.3.0 |
1052 | 2025-03-20T19:08:23.942Z | Downloaded maplit v1.0.2 |
1053 | 2025-03-20T19:08:23.942Z | Downloaded lazycell v1.3.0 |
1054 | 2025-03-20T19:08:23.942Z | Downloaded aws-lc-sys v0.26.0 |
1055 | 2025-03-20T19:08:24.199Z | Downloaded crossbeam-deque v0.8.5 |
1056 | 2025-03-20T19:08:24.224Z | Downloaded newtype_derive v0.1.6 |
1057 | 2025-03-20T19:08:24.224Z | Downloaded newline-converter v0.3.0 |
1058 | 2025-03-20T19:08:24.224Z | Downloaded new_debug_unreachable v1.0.6 |
1059 | 2025-03-20T19:08:24.224Z | Downloaded futures-channel v0.3.31 |
1060 | 2025-03-20T19:08:24.224Z | Downloaded embedded-io v0.4.0 |
1061 | 2025-03-20T19:08:24.224Z | Downloaded derive_more v0.99.19 |
1062 | 2025-03-20T19:08:24.224Z | Downloaded derive_builder_macro v0.20.2 |
1063 | 2025-03-20T19:08:24.224Z | Downloaded derive_builder v0.20.2 |
1064 | 2025-03-20T19:08:24.224Z | Downloaded unicode-xid v0.2.6 |
1065 | 2025-03-20T19:08:24.224Z | Downloaded unicase v2.7.0 |
1066 | 2025-03-20T19:08:24.224Z | Downloaded sqlformat v0.2.6 |
1067 | 2025-03-20T19:08:24.250Z | Downloaded lru v0.12.5 |
1068 | 2025-03-20T19:08:24.250Z | Downloaded libefi-sys v0.1.0 |
1069 | 2025-03-20T19:08:24.250Z | Downloaded lazy_static v1.5.0 |
1070 | 2025-03-20T19:08:24.250Z | Downloaded humantime v2.1.0 |
1071 | 2025-03-20T19:08:24.250Z | Downloaded home v0.5.9 |
1072 | 2025-03-20T19:08:24.250Z | Downloaded embedded-io v0.6.1 |
1073 | 2025-03-20T19:08:24.250Z | Downloaded des v0.8.1 |
1074 | 2025-03-20T19:08:24.250Z | Downloaded derive_builder_core v0.20.2 |
1075 | 2025-03-20T19:08:24.250Z | Downloaded deranged v0.3.11 |
1076 | 2025-03-20T19:08:24.250Z | Downloaded universal-hash v0.5.1 |
1077 | 2025-03-20T19:08:24.250Z | Downloaded unicode-properties v0.1.3 |
1078 | 2025-03-20T19:08:24.250Z | Downloaded mime_guess v2.0.5 |
1079 | 2025-03-20T19:08:24.250Z | Downloaded managed v0.8.0 |
1080 | 2025-03-20T19:08:24.250Z | Downloaded libloading v0.8.5 |
1081 | 2025-03-20T19:08:24.250Z | Downloaded hmac v0.12.1 |
1082 | 2025-03-20T19:08:24.250Z | Downloaded heapless v0.7.17 |
1083 | 2025-03-20T19:08:24.276Z | Downloaded crypto-bigint v0.5.5 |
1084 | 2025-03-20T19:08:24.276Z | Downloaded blake3 v1.5.4 |
1085 | 2025-03-20T19:08:24.276Z | Downloaded aws-lc-rs v1.12.4 |
1086 | 2025-03-20T19:08:24.301Z | Downloaded aho-corasick v1.1.3 |
1087 | 2025-03-20T19:08:24.301Z | Downloaded stringprep v0.1.5 |
1088 | 2025-03-20T19:08:24.302Z | Downloaded serde-big-array v0.5.1 |
1089 | 2025-03-20T19:08:24.302Z | Downloaded keccak v0.1.5 |
1090 | 2025-03-20T19:08:24.302Z | Downloaded jobserver v0.1.32 |
1091 | 2025-03-20T19:08:24.302Z | Downloaded internet-checksum v0.2.1 |
1092 | 2025-03-20T19:08:24.302Z | Downloaded indoc v1.0.9 |
1093 | 2025-03-20T19:08:24.302Z | Downloaded crunchy v0.2.2 |
1094 | 2025-03-20T19:08:24.302Z | Downloaded base64 v0.22.1 |
1095 | 2025-03-20T19:08:24.328Z | Downloaded aes-gcm v0.10.3 |
1096 | 2025-03-20T19:08:24.328Z | Downloaded unarray v0.1.4 |
1097 | 2025-03-20T19:08:24.328Z | Downloaded typify-macro v0.3.0 |
1098 | 2025-03-20T19:08:24.328Z | Downloaded r2d2 v0.8.10 |
1099 | 2025-03-20T19:08:24.328Z | Downloaded md-5 v0.10.6 |
1100 | 2025-03-20T19:08:24.328Z | Downloaded linked-hash-map v0.5.6 |
1101 | 2025-03-20T19:08:24.328Z | Downloaded idna_adapter v1.2.0 |
1102 | 2025-03-20T19:08:24.328Z | Downloaded stable_deref_trait v1.2.0 |
1103 | 2025-03-20T19:08:24.328Z | Downloaded ssh-encoding v0.2.0 |
1104 | 2025-03-20T19:08:24.328Z | Downloaded serde_plain v1.0.2 |
1105 | 2025-03-20T19:08:24.328Z | Downloaded rcgen v0.12.1 |
1106 | 2025-03-20T19:08:24.328Z | Downloaded maybe-uninit v2.0.0 |
1107 | 2025-03-20T19:08:24.328Z | Downloaded match_cfg v0.1.0 |
1108 | 2025-03-20T19:08:24.328Z | Downloaded lru-cache v0.1.2 |
1109 | 2025-03-20T19:08:24.328Z | Downloaded instability v0.3.2 |
1110 | 2025-03-20T19:08:24.328Z | Downloaded impl-trait-for-tuples v0.2.2 |
1111 | 2025-03-20T19:08:24.354Z | Downloaded crossterm v0.28.1 |
1112 | 2025-03-20T19:08:24.354Z | Downloaded structmeta-derive v0.3.0 |
1113 | 2025-03-20T19:08:24.354Z | Downloaded structmeta v0.3.0 |
1114 | 2025-03-20T19:08:24.354Z | Downloaded strip-ansi-escapes v0.2.0 |
1115 | 2025-03-20T19:08:24.354Z | Downloaded ssh-cipher v0.2.0 |
1116 | 2025-03-20T19:08:24.354Z | Downloaded sqlparser_derive v0.2.2 |
1117 | 2025-03-20T19:08:24.354Z | Downloaded serde_derive_internals v0.29.1 |
1118 | 2025-03-20T19:08:24.354Z | Downloaded serde-hex v0.1.0 |
1119 | 2025-03-20T19:08:24.354Z | Downloaded rustls-pki-types v1.10.0 |
1120 | 2025-03-20T19:08:24.354Z | Downloaded ref-cast-impl v1.0.23 |
1121 | 2025-03-20T19:08:24.354Z | Downloaded is_ci v1.2.0 |
1122 | 2025-03-20T19:08:24.354Z | Downloaded castaway v0.2.3 |
1123 | 2025-03-20T19:08:24.354Z | Downloaded cancel-safe-futures v0.1.5 |
1124 | 2025-03-20T19:08:24.379Z | Downloaded bumpalo v3.16.0 |
1125 | 2025-03-20T19:08:24.379Z | Downloaded bit-set v0.8.0 |
1126 | 2025-03-20T19:08:24.379Z | Downloaded base64 v0.13.1 |
1127 | 2025-03-20T19:08:24.379Z | Downloaded arc-swap v1.7.1 |
1128 | 2025-03-20T19:08:24.379Z | Downloaded aes v0.8.4 |
1129 | 2025-03-20T19:08:24.379Z | Downloaded semver v0.1.20 |
1130 | 2025-03-20T19:08:24.379Z | Downloaded rustls-pemfile v2.2.0 |
1131 | 2025-03-20T19:08:24.379Z | Downloaded rustls-pemfile v1.0.4 |
1132 | 2025-03-20T19:08:24.379Z | Downloaded ref-cast v1.0.23 |
1133 | 2025-03-20T19:08:24.404Z | Downloaded rand_chacha v0.9.0 |
1134 | 2025-03-20T19:08:24.404Z | Downloaded memoffset v0.9.1 |
1135 | 2025-03-20T19:08:24.405Z | Downloaded linear-map v1.2.0 |
1136 | 2025-03-20T19:08:24.405Z | Downloaded libsw-core v0.3.1 |
1137 | 2025-03-20T19:08:24.405Z | Downloaded lalrpop-util v0.19.12 |
1138 | 2025-03-20T19:08:24.405Z | Downloaded is-terminal v0.4.13 |
1139 | 2025-03-20T19:08:24.405Z | Downloaded indent_write v2.2.0 |
1140 | 2025-03-20T19:08:24.405Z | Downloaded hostname v0.3.1 |
1141 | 2025-03-20T19:08:24.405Z | Downloaded crossbeam-channel v0.5.13 |
1142 | 2025-03-20T19:08:24.405Z | Downloaded chrono-tz-build v0.4.0 |
1143 | 2025-03-20T19:08:24.405Z | Downloaded chacha20poly1305 v0.10.1 |
1144 | 2025-03-20T19:08:24.405Z | Downloaded cc v1.2.15 |
1145 | 2025-03-20T19:08:24.405Z | Downloaded base64 v0.21.7 |
1146 | 2025-03-20T19:08:24.432Z | Downloaded lockfree-object-pool v0.1.6 |
1147 | 2025-03-20T19:08:24.432Z | Downloaded inout v0.1.3 |
1148 | 2025-03-20T19:08:24.432Z | Downloaded hyper-tls v0.6.0 |
1149 | 2025-03-20T19:08:24.432Z | Downloaded crucible-workspace-hack v0.1.0 |
1150 | 2025-03-20T19:08:24.432Z | Downloaded bytes v1.10.1 |
1151 | 2025-03-20T19:08:24.432Z | Downloaded backtrace v0.3.74 |
1152 | 2025-03-20T19:08:24.432Z | Downloaded backoff v0.4.0 |
1153 | 2025-03-20T19:08:24.432Z | Downloaded hubpack_derive v0.1.1 |
1154 | 2025-03-20T19:08:24.432Z | Downloaded crossbeam-utils v0.8.20 |
1155 | 2025-03-20T19:08:24.432Z | Downloaded crc-any v2.5.0 |
1156 | 2025-03-20T19:08:24.457Z | Downloaded const_format v0.2.34 |
1157 | 2025-03-20T19:08:24.457Z | Downloaded cipher v0.4.4 |
1158 | 2025-03-20T19:08:24.457Z | Downloaded array-init v0.0.4 |
1159 | 2025-03-20T19:08:24.457Z | Downloaded argon2 v0.5.3 |
1160 | 2025-03-20T19:08:24.457Z | Downloaded crossbeam-epoch v0.9.18 |
1161 | 2025-03-20T19:08:24.457Z | Downloaded cookie v0.18.1 |
1162 | 2025-03-20T19:08:24.457Z | Downloaded blake2 v0.10.6 |
1163 | 2025-03-20T19:08:24.457Z | Downloaded bcs v0.1.6 |
1164 | 2025-03-20T19:08:24.457Z | Downloaded async-stream v0.3.6 |
1165 | 2025-03-20T19:08:24.483Z | Downloaded allocator-api2 v0.2.18 |
1166 | 2025-03-20T19:08:24.483Z | Downloaded progenitor-client v0.8.0 |
1167 | 2025-03-20T19:08:24.483Z | Downloaded proc-macro-crate v1.3.1 |
1168 | 2025-03-20T19:08:24.483Z | Downloaded pretty-hex v0.2.1 |
1169 | 2025-03-20T19:08:24.483Z | Downloaded md5 v0.7.0 |
1170 | 2025-03-20T19:08:24.483Z | Downloaded hubpack v0.1.2 |
1171 | 2025-03-20T19:08:24.483Z | Downloaded http-range v0.1.5 |
1172 | 2025-03-20T19:08:24.483Z | Downloaded http-body-util v0.1.2 |
1173 | 2025-03-20T19:08:24.483Z | Downloaded csv-core v0.1.11 |
1174 | 2025-03-20T19:08:24.483Z | Downloaded cstr-argument v0.1.2 |
1175 | 2025-03-20T19:08:24.483Z | Downloaded crc32fast v1.4.2 |
1176 | 2025-03-20T19:08:24.483Z | Downloaded cookie_store v0.21.1 |
1177 | 2025-03-20T19:08:24.483Z | Downloaded const_format_proc_macros v0.2.34 |
1178 | 2025-03-20T19:08:24.483Z | Downloaded const-oid v0.9.6 |
1179 | 2025-03-20T19:08:24.483Z | Downloaded colored v2.2.0 |
1180 | 2025-03-20T19:08:24.508Z | Downloaded clang-sys v1.8.1 |
1181 | 2025-03-20T19:08:24.508Z | Downloaded bzip2 v0.4.4 |
1182 | 2025-03-20T19:08:24.509Z | Downloaded base64ct v1.6.0 |
1183 | 2025-03-20T19:08:24.509Z | Downloaded async-trait v0.1.87 |
1184 | 2025-03-20T19:08:24.509Z | Downloaded ahash v0.8.11 |
1185 | 2025-03-20T19:08:24.510Z | Downloaded icu_provider_macros v1.5.0 |
1186 | 2025-03-20T19:08:24.510Z | Downloaded hex-literal v0.4.1 |
1187 | 2025-03-20T19:08:24.510Z | Downloaded crc-catalog v2.4.0 |
1188 | 2025-03-20T19:08:24.510Z | Downloaded crc v3.2.1 |
1189 | 2025-03-20T19:08:24.510Z | Downloaded convert_case v0.4.0 |
1190 | 2025-03-20T19:08:24.510Z | Downloaded constant_time_eq v0.3.1 |
1191 | 2025-03-20T19:08:24.510Z | Downloaded cobs v0.2.3 |
1192 | 2025-03-20T19:08:24.510Z | Downloaded ciborium-ll v0.2.2 |
1193 | 2025-03-20T19:08:24.510Z | Downloaded ciborium v0.2.2 |
1194 | 2025-03-20T19:08:24.535Z | Downloaded cassowary v0.3.0 |
1195 | 2025-03-20T19:08:24.536Z | Downloaded buf-list v1.0.3 |
1196 | 2025-03-20T19:08:24.536Z | Downloaded block-padding v0.3.3 |
1197 | 2025-03-20T19:08:24.536Z | Downloaded bitfield-struct v0.6.2 |
1198 | 2025-03-20T19:08:24.536Z | Downloaded bitfield v0.14.0 |
1199 | 2025-03-20T19:08:24.536Z | Downloaded bit-vec v0.8.0 |
1200 | 2025-03-20T19:08:24.536Z | Downloaded bit-vec v0.6.3 |
1201 | 2025-03-20T19:08:24.536Z | Downloaded bb8 v0.8.5 |
1202 | 2025-03-20T19:08:24.536Z | Downloaded async-bb8-diesel v0.2.1 |
1203 | 2025-03-20T19:08:24.536Z | Downloaded httparse v1.9.5 |
1204 | 2025-03-20T19:08:24.536Z | Downloaded http-body v1.0.1 |
1205 | 2025-03-20T19:08:24.536Z | Downloaded hostname v0.4.0 |
1206 | 2025-03-20T19:08:24.536Z | Downloaded heapless v0.8.0 |
1207 | 2025-03-20T19:08:24.536Z | Downloaded cmake v0.1.51 |
1208 | 2025-03-20T19:08:24.561Z | Downloaded chacha20 v0.9.1 |
1209 | 2025-03-20T19:08:24.561Z | Downloaded cargo_metadata v0.18.1 |
1210 | 2025-03-20T19:08:24.561Z | Downloaded bcrypt-pbkdf v0.10.0 |
1211 | 2025-03-20T19:08:24.561Z | Downloaded base16ct v0.2.0 |
1212 | 2025-03-20T19:08:24.561Z | Downloaded atty v0.2.14 |
1213 | 2025-03-20T19:08:24.561Z | Downloaded cbc v0.1.2 |
1214 | 2025-03-20T19:08:24.561Z | Downloaded arrayvec v0.7.6 |
1215 | 2025-03-20T19:08:24.561Z | Downloaded aead v0.5.2 |
1216 | 2025-03-20T19:08:24.561Z | Downloaded addr2line v0.24.2 |
1217 | 2025-03-20T19:08:24.561Z | Downloaded hex v0.4.3 |
1218 | 2025-03-20T19:08:24.561Z | Downloaded ciborium-io v0.2.2 |
1219 | 2025-03-20T19:08:24.561Z | Downloaded blowfish v0.9.1 |
1220 | 2025-03-20T19:08:24.561Z | Downloaded atomic-waker v1.1.2 |
1221 | 2025-03-20T19:08:24.562Z | Downloaded async-recursion v1.1.1 |
1222 | 2025-03-20T19:08:24.562Z | Downloaded arrayref v0.3.9 |
1223 | 2025-03-20T19:08:24.587Z | Downloaded atomicwrites v0.4.4 |
1224 | 2025-03-20T19:08:24.698Z | Compiling serde v1.0.218 |
1225 | 2025-03-20T19:08:24.723Z | Compiling value-bag v1.9.0 |
1226 | 2025-03-20T19:08:24.723Z | Compiling lock_api v0.4.12 |
1227 | 2025-03-20T19:08:24.723Z | Compiling scopeguard v1.2.0 |
1228 | 2025-03-20T19:08:24.723Z | Compiling shlex v1.3.0 |
1229 | 2025-03-20T19:08:24.723Z | Compiling typenum v1.17.0 |
1230 | 2025-03-20T19:08:24.794Z | Compiling syn v2.0.98 |
1231 | 2025-03-20T19:08:24.819Z | Compiling getrandom v0.2.15 |
1232 | 2025-03-20T19:08:24.912Z | Compiling jobserver v0.1.32 |
1233 | 2025-03-20T19:08:25.161Z | Compiling log v0.4.22 |
1234 | 2025-03-20T19:08:25.234Z | Compiling rand_core v0.6.4 |
1235 | 2025-03-20T19:08:25.260Z | Compiling generic-array v0.14.7 |
1236 | 2025-03-20T19:08:25.286Z | Compiling cc v1.2.15 |
1237 | 2025-03-20T19:08:25.619Z | Compiling subtle v2.6.1 |
1238 | 2025-03-20T19:08:25.644Z | Compiling smallvec v1.14.0 |
1239 | 2025-03-20T19:08:25.669Z | Compiling const-oid v0.9.6 |
1240 | 2025-03-20T19:08:25.725Z | Compiling pin-project-lite v0.2.14 |
1241 | 2025-03-20T19:08:25.866Z | Compiling rustix v0.38.37 |
1242 | 2025-03-20T19:08:25.893Z | Compiling parking_lot_core v0.9.10 |
1243 | 2025-03-20T19:08:25.946Z | Compiling spin v0.9.8 |
1244 | 2025-03-20T19:08:25.990Z | Compiling signal-hook-registry v1.4.2 |
1245 | 2025-03-20T19:08:26.295Z | Compiling futures-core v0.3.31 |
1246 | 2025-03-20T19:08:26.525Z | Compiling mio v1.0.2 |
1247 | 2025-03-20T19:08:26.563Z | Compiling aho-corasick v1.1.3 |
1248 | 2025-03-20T19:08:26.592Z | Compiling parking_lot v0.12.3 |
1249 | 2025-03-20T19:08:26.751Z | Compiling regex-syntax v0.8.5 |
1250 | 2025-03-20T19:08:26.776Z | Compiling either v1.14.0 |
1251 | 2025-03-20T19:08:27.471Z | Compiling stable_deref_trait v1.2.0 |
1252 | 2025-03-20T19:08:27.563Z | Compiling glob v0.3.2 |
1253 | 2025-03-20T19:08:27.589Z | Compiling socket2 v0.5.8 |
1254 | 2025-03-20T19:08:27.614Z | Compiling serde_json v1.0.139 |
1255 | 2025-03-20T19:08:27.745Z | Compiling prettyplease v0.2.30 |
1256 | 2025-03-20T19:08:27.890Z | Compiling futures-sink v0.3.31 |
1257 | 2025-03-20T19:08:28.020Z | Compiling cpufeatures v0.2.14 |
1258 | 2025-03-20T19:08:28.106Z | Compiling lazy_static v1.5.0 |
1259 | 2025-03-20T19:08:28.134Z | Compiling slab v0.4.9 |
1260 | 2025-03-20T19:08:28.232Z | Compiling minimal-lexical v0.2.1 |
1261 | 2025-03-20T19:08:28.295Z | Compiling clang-sys v1.8.1 |
1262 | 2025-03-20T19:08:28.414Z | Compiling libloading v0.8.5 |
1263 | 2025-03-20T19:08:28.599Z | Compiling nom v7.1.3 |
1264 | 2025-03-20T19:08:28.699Z | Compiling bindgen v0.69.5 |
1265 | 2025-03-20T19:08:28.724Z | Compiling foldhash v0.1.3 |
1266 | 2025-03-20T19:08:28.827Z | Compiling libm v0.2.8 |
1267 | 2025-03-20T19:08:28.945Z | Compiling home v0.5.9 |
1268 | 2025-03-20T19:08:28.995Z | Compiling allocator-api2 v0.2.18 |
1269 | 2025-03-20T19:08:29.124Z | Compiling pkg-config v0.3.31 |
1270 | 2025-03-20T19:08:29.668Z | Compiling hashbrown v0.15.1 |
1271 | 2025-03-20T19:08:29.693Z | Compiling itertools v0.12.1 |
1272 | 2025-03-20T19:08:30.245Z | Compiling regex-automata v0.4.8 |
1273 | 2025-03-20T19:08:30.751Z | Compiling num-traits v0.2.19 |
1274 | 2025-03-20T19:08:30.776Z | Compiling lazycell v1.3.0 |
1275 | 2025-03-20T19:08:30.960Z | Compiling rustc-hash v1.1.0 |
1276 | 2025-03-20T19:08:31.389Z | Compiling synstructure v0.13.1 |
1277 | 2025-03-20T19:08:32.027Z | Compiling cexpr v0.6.0 |
1278 | 2025-03-20T19:08:32.275Z | Compiling futures-channel v0.3.31 |
1279 | 2025-03-20T19:08:32.325Z | Compiling cmake v0.1.51 |
1280 | 2025-03-20T19:08:32.633Z | Compiling fs_extra v1.3.0 |
1281 | 2025-03-20T19:08:32.684Z | Compiling pin-utils v0.1.0 |
1282 | 2025-03-20T19:08:32.805Z | Compiling getrandom v0.3.1 |
1283 | 2025-03-20T19:08:33.102Z | Compiling dunce v1.0.5 |
1284 | 2025-03-20T19:08:33.159Z | Compiling futures-task v0.3.31 |
1285 | 2025-03-20T19:08:33.249Z | Compiling futures-io v0.3.31 |
1286 | 2025-03-20T19:08:33.447Z | Compiling base64ct v1.6.0 |
1287 | 2025-03-20T19:08:33.500Z | Compiling ring v0.17.11 |
1288 | 2025-03-20T19:08:33.836Z | Compiling litemap v0.7.3 |
1289 | 2025-03-20T19:08:33.898Z | Compiling pem-rfc7468 v0.7.0 |
1290 | 2025-03-20T19:08:33.957Z | Compiling writeable v0.5.5 |
1291 | 2025-03-20T19:08:34.184Z | Compiling paste v1.0.15 |
1292 | 2025-03-20T19:08:34.394Z | Compiling flagset v0.4.6 |
1293 | 2025-03-20T19:08:34.459Z | Compiling regex v1.11.1 |
1294 | 2025-03-20T19:08:34.622Z | Compiling aws-lc-rs v1.12.4 |
1295 | 2025-03-20T19:08:34.852Z | Compiling rustls-pki-types v1.10.0 |
1296 | 2025-03-20T19:08:34.991Z | Compiling vcpkg v0.2.15 |
1297 | 2025-03-20T19:08:35.304Z | Compiling crossbeam-utils v0.8.20 |
1298 | 2025-03-20T19:08:35.525Z | Compiling serde_derive v1.0.218 |
1299 | 2025-03-20T19:08:35.608Z | Compiling zeroize_derive v1.4.2 |
1300 | 2025-03-20T19:08:35.710Z | Compiling zerocopy-derive v0.7.35 |
1301 | 2025-03-20T19:08:35.779Z | Compiling tokio-macros v2.5.0 |
1302 | 2025-03-20T19:08:36.467Z | Compiling zerofrom-derive v0.1.4 |
1303 | 2025-03-20T19:08:36.795Z | Compiling zeroize v1.8.1 |
1304 | 2025-03-20T19:08:37.011Z | Compiling yoke-derive v0.7.4 |
1305 | 2025-03-20T19:08:37.407Z | Compiling zerocopy v0.7.35 |
1306 | 2025-03-20T19:08:37.784Z | Compiling zerovec-derive v0.10.3 |
1307 | 2025-03-20T19:08:38.119Z | Compiling displaydoc v0.2.5 |
1308 | 2025-03-20T19:08:38.335Z | Compiling crypto-common v0.1.6 |
1309 | 2025-03-20T19:08:38.560Z | Compiling block-buffer v0.10.4 |
1310 | 2025-03-20T19:08:38.585Z | Compiling block-padding v0.3.3 |
1311 | 2025-03-20T19:08:38.819Z | Compiling digest v0.10.7 |
1312 | 2025-03-20T19:08:38.844Z | Compiling inout v0.1.3 |
1313 | 2025-03-20T19:08:39.105Z | Compiling thiserror-impl v1.0.69 |
1314 | 2025-03-20T19:08:39.167Z | Compiling futures-macro v0.3.31 |
1315 | 2025-03-20T19:08:39.282Z | Compiling hmac v0.12.1 |
1316 | 2025-03-20T19:08:39.327Z | Compiling sha2 v0.10.8 |
1317 | 2025-03-20T19:08:39.383Z | Compiling zerofrom v0.1.4 |
1318 | 2025-03-20T19:08:39.418Z | Compiling cipher v0.4.4 |
1319 | 2025-03-20T19:08:39.546Z | Compiling der_derive v0.7.3 |
1320 | 2025-03-20T19:08:39.594Z | Compiling yoke v0.7.4 |
1321 | 2025-03-20T19:08:39.765Z | Compiling icu_provider_macros v1.5.0 |
1322 | 2025-03-20T19:08:39.923Z | Compiling zerovec v0.10.4 |
1323 | 2025-03-20T19:08:39.948Z | Compiling salsa20 v0.10.2 |
1324 | 2025-03-20T19:08:40.165Z | Compiling pbkdf2 v0.12.2 |
1325 | 2025-03-20T19:08:40.329Z | Compiling ppv-lite86 v0.2.20 |
1326 | 2025-03-20T19:08:40.665Z | Compiling icu_locid_transform_data v1.5.0 |
1327 | 2025-03-20T19:08:40.744Z | Compiling futures-util v0.3.31 |
1328 | 2025-03-20T19:08:40.780Z | Compiling scrypt v0.11.0 |
1329 | 2025-03-20T19:08:40.985Z | Compiling aes v0.8.4 |
1330 | 2025-03-20T19:08:41.226Z | Compiling cbc v0.1.2 |
1331 | 2025-03-20T19:08:41.397Z | Compiling der v0.7.9 |
1332 | 2025-03-20T19:08:41.459Z | Compiling tinystr v0.7.6 |
1333 | 2025-03-20T19:08:41.590Z | Compiling thiserror v1.0.69 |
1334 | 2025-03-20T19:08:41.741Z | Compiling pest v2.7.14 |
1335 | 2025-03-20T19:08:41.766Z | Compiling icu_locid v1.5.0 |
1336 | 2025-03-20T19:08:41.820Z | Compiling icu_collections v1.5.0 |
1337 | 2025-03-20T19:08:42.005Z | Compiling openssl-sys v0.9.106 |
1338 | 2025-03-20T19:08:42.866Z | Compiling icu_provider v1.5.0 |
1339 | 2025-03-20T19:08:43.060Z | Compiling tracing-attributes v0.1.27 |
1340 | 2025-03-20T19:08:43.149Z | Compiling spki v0.7.3 |
1341 | 2025-03-20T19:08:43.471Z | Compiling icu_locid_transform v1.5.0 |
1342 | 2025-03-20T19:08:43.518Z | Compiling tracing-core v0.1.32 |
1343 | 2025-03-20T19:08:43.659Z | Compiling percent-encoding v2.3.1 |
1344 | 2025-03-20T19:08:43.946Z | Compiling powerfmt v0.2.0 |
1345 | 2025-03-20T19:08:43.972Z | Compiling untrusted v0.9.0 |
1346 | 2025-03-20T19:08:44.149Z | Compiling num-conv v0.1.0 |
1347 | 2025-03-20T19:08:44.288Z | Compiling untrusted v0.7.1 |
1348 | 2025-03-20T19:08:44.320Z | Compiling time-core v0.1.2 |
1349 | 2025-03-20T19:08:44.413Z | Compiling httparse v1.9.5 |
1350 | 2025-03-20T19:08:44.503Z | Compiling icu_properties_data v1.5.0 |
1351 | 2025-03-20T19:08:44.530Z | Compiling time-macros v0.2.18 |
1352 | 2025-03-20T19:08:44.555Z | Compiling deranged v0.3.11 |
1353 | 2025-03-20T19:08:44.732Z | Compiling icu_properties v1.5.1 |
1354 | 2025-03-20T19:08:45.340Z | Compiling pest_meta v2.7.14 |
1355 | 2025-03-20T19:08:45.412Z | Compiling pkcs5 v0.7.1 |
1356 | 2025-03-20T19:08:45.699Z | Compiling tracing v0.1.40 |
1357 | 2025-03-20T19:08:46.146Z | Compiling bitflags v2.6.0 |
1358 | 2025-03-20T19:08:46.175Z | Compiling bytes v1.10.1 |
1359 | 2025-03-20T19:08:46.715Z | Compiling semver v1.0.25 |
1360 | 2025-03-20T19:08:46.836Z | Compiling indexmap v2.7.1 |
1361 | 2025-03-20T19:08:47.368Z | Compiling tokio v1.43.0 |
1362 | 2025-03-20T19:08:47.440Z | Compiling http v1.2.0 |
1363 | 2025-03-20T19:08:48.041Z | Compiling rustc_version v0.4.1 |
1364 | 2025-03-20T19:08:48.655Z | Compiling scroll_derive v0.12.0 |
1365 | 2025-03-20T19:08:48.728Z | Compiling write16 v1.0.0 |
1366 | 2025-03-20T19:08:48.766Z | Compiling icu_normalizer_data v1.5.0 |
1367 | 2025-03-20T19:08:48.801Z | Compiling utf16_iter v1.0.5 |
1368 | 2025-03-20T19:08:48.871Z | Compiling num_threads v0.1.7 |
1369 | 2025-03-20T19:08:48.896Z | Compiling zerocopy v0.8.10 |
1370 | 2025-03-20T19:08:48.897Z | Compiling atomic-waker v1.1.2 |
1371 | 2025-03-20T19:08:49.019Z | Compiling utf8_iter v1.0.4 |
1372 | 2025-03-20T19:08:49.044Z | Compiling time v0.3.36 |
1373 | 2025-03-20T19:08:49.118Z | Compiling http-body v1.0.1 |
1374 | 2025-03-20T19:08:49.262Z | Compiling icu_normalizer v1.5.0 |
1375 | 2025-03-20T19:08:49.334Z | Compiling pest_generator v2.7.14 |
1376 | 2025-03-20T19:08:49.363Z | Compiling pkcs8 v0.10.2 |
1377 | 2025-03-20T19:08:49.614Z | Compiling which v4.4.2 |
1378 | 2025-03-20T19:08:49.850Z | Compiling scroll v0.12.0 |
1379 | 2025-03-20T19:08:50.196Z | Compiling uuid v1.15.1 |
1380 | 2025-03-20T19:08:50.500Z | Compiling zerocopy-derive v0.8.10 |
1381 | 2025-03-20T19:08:50.794Z | Compiling iana-time-zone v0.1.61 |
1382 | 2025-03-20T19:08:50.819Z | Compiling tinyvec_macros v0.1.1 |
1383 | 2025-03-20T19:08:50.897Z | Compiling slog v2.7.0 |
1384 | 2025-03-20T19:08:50.923Z | Compiling try-lock v0.2.5 |
1385 | 2025-03-20T19:08:51.090Z | Compiling want v0.3.1 |
1386 | 2025-03-20T19:08:51.140Z | Compiling chrono v0.4.40 |
1387 | 2025-03-20T19:08:51.370Z | Compiling tinyvec v1.8.0 |
1388 | 2025-03-20T19:08:51.427Z | Compiling goblin v0.8.2 |
1389 | 2025-03-20T19:08:51.468Z | Compiling pest_derive v2.7.14 |
1390 | 2025-03-20T19:08:52.181Z | Compiling idna_adapter v1.2.0 |
1391 | 2025-03-20T19:08:52.401Z | Compiling form_urlencoded v1.2.1 |
1392 | 2025-03-20T19:08:52.602Z | Compiling openssl v0.10.71 |
1393 | 2025-03-20T19:08:52.695Z | Compiling httpdate v1.0.3 |
1394 | 2025-03-20T19:08:52.936Z | Compiling tower-service v0.3.3 |
1395 | 2025-03-20T19:08:52.961Z | Compiling adler2 v2.0.0 |
1396 | 2025-03-20T19:08:53.074Z | Compiling rustversion v1.0.17 |
1397 | 2025-03-20T19:08:53.099Z | Compiling foreign-types-shared v0.1.1 |
1398 | 2025-03-20T19:08:53.168Z | Compiling miniz_oxide v0.8.5 |
1399 | 2025-03-20T19:08:53.227Z | Compiling foreign-types v0.3.2 |
1400 | 2025-03-20T19:08:53.359Z | Compiling idna v1.0.3 |
1401 | 2025-03-20T19:08:53.727Z | Compiling dtrace-parser v0.2.0 |
1402 | 2025-03-20T19:08:54.618Z | Compiling tokio-util v0.7.13 |
1403 | 2025-03-20T19:08:54.689Z | Compiling serde_tokenstream v0.2.2 |
1404 | 2025-03-20T19:08:55.230Z | Compiling rand_core v0.9.2 |
1405 | 2025-03-20T19:08:55.268Z | Compiling toml_datetime v0.6.8 |
1406 | 2025-03-20T19:08:55.325Z | Compiling serde_spanned v0.6.8 |
1407 | 2025-03-20T19:08:55.543Z | Compiling h2 v0.4.6 |
1408 | 2025-03-20T19:08:55.584Z | Compiling openssl-macros v0.1.1 |
1409 | 2025-03-20T19:08:55.658Z | Compiling serde_derive_internals v0.29.1 |
1410 | 2025-03-20T19:08:55.697Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1411 | 2025-03-20T19:08:55.738Z | Compiling siphasher v0.3.11 |
1412 | 2025-03-20T19:08:56.091Z | Compiling base64 v0.22.1 |
1413 | 2025-03-20T19:08:56.148Z | Compiling schemars v0.8.22 |
1414 | 2025-03-20T19:08:56.211Z | Compiling rustls v0.23.19 |
1415 | 2025-03-20T19:08:56.462Z | Compiling native-tls v0.2.12 |
1416 | 2025-03-20T19:08:56.488Z | Compiling syn v1.0.109 |
1417 | 2025-03-20T19:08:56.699Z | Compiling dof v0.3.0 |
1418 | 2025-03-20T19:08:57.592Z | Compiling schemars_derive v0.8.22 |
1419 | 2025-03-20T19:08:58.327Z | Compiling usdt-impl v0.5.0 |
1420 | 2025-03-20T19:08:58.547Z | Compiling rand_chacha v0.9.0 |
1421 | 2025-03-20T19:08:59.365Z | Compiling unicode-normalization v0.1.24 |
1422 | 2025-03-20T19:08:59.518Z | Compiling heapless v0.7.17 |
1423 | 2025-03-20T19:08:59.917Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2025-03-20T19:08:59.942Z | Compiling rand_chacha v0.3.1 |
1425 | 2025-03-20T19:09:00.060Z | Compiling signature v2.2.0 |
1426 | 2025-03-20T19:09:00.235Z | Compiling dirs-sys-next v0.1.2 |
1427 | 2025-03-20T19:09:00.274Z | Compiling cookie v0.18.1 |
1428 | 2025-03-20T19:09:00.342Z | Compiling crc32fast v1.4.2 |
1429 | 2025-03-20T19:09:00.523Z | Compiling openssl-probe v0.1.5 |
1430 | 2025-03-20T19:09:00.550Z | Compiling signal-hook v0.3.17 |
1431 | 2025-03-20T19:09:00.661Z | Compiling rustls v0.22.4 |
1432 | 2025-03-20T19:09:00.723Z | Compiling unicode-properties v0.1.3 |
1433 | 2025-03-20T19:09:00.812Z | Compiling dyn-clone v1.0.19 |
1434 | 2025-03-20T19:09:00.837Z | Compiling unicode-bidi v0.3.17 |
1435 | 2025-03-20T19:09:00.925Z | Compiling rayon-core v1.12.1 |
1436 | 2025-03-20T19:09:01.211Z | Compiling dirs-next v2.0.0 |
1437 | 2025-03-20T19:09:01.238Z | Compiling rand v0.8.5 |
1438 | 2025-03-20T19:09:01.397Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2025-03-20T19:09:01.716Z | Compiling hyper v1.6.0 |
1440 | 2025-03-20T19:09:01.794Z | Compiling stringprep v0.1.5 |
1441 | 2025-03-20T19:09:02.471Z | Compiling rand v0.9.0 |
1442 | 2025-03-20T19:09:03.042Z | Compiling url v2.5.3 |
1443 | 2025-03-20T19:09:03.522Z | Compiling http-body-util v0.1.2 |
1444 | 2025-03-20T19:09:03.778Z | Compiling hyper-util v0.1.10 |
1445 | 2025-03-20T19:09:03.971Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2025-03-20T19:09:03.995Z | Compiling md-5 v0.10.6 |
1447 | 2025-03-20T19:09:04.025Z | Compiling async-trait v0.1.87 |
1448 | 2025-03-20T19:09:04.264Z | Compiling num-integer v0.1.46 |
1449 | 2025-03-20T19:09:04.515Z | Compiling ff v0.13.0 |
1450 | 2025-03-20T19:09:04.554Z | Compiling hash32 v0.2.1 |
1451 | 2025-03-20T19:09:04.735Z | Compiling thread_local v1.1.8 |
1452 | 2025-03-20T19:09:04.805Z | Compiling encoding_rs v0.8.34 |
1453 | 2025-03-20T19:09:04.898Z | Compiling memoffset v0.9.1 |
1454 | 2025-03-20T19:09:04.979Z | Compiling multer v3.1.0 |
1455 | 2025-03-20T19:09:05.198Z | Compiling mime v0.3.17 |
1456 | 2025-03-20T19:09:05.223Z | Compiling portable-atomic v1.9.0 |
1457 | 2025-03-20T19:09:05.276Z | Compiling psl-types v2.0.11 |
1458 | 2025-03-20T19:09:05.469Z | Compiling smoltcp v0.9.1 |
1459 | 2025-03-20T19:09:05.659Z | Compiling fallible-iterator v0.2.0 |
1460 | 2025-03-20T19:09:06.014Z | Compiling num-bigint-dig v0.8.4 |
1461 | 2025-03-20T19:09:06.053Z | Compiling match_cfg v0.1.0 |
1462 | 2025-03-20T19:09:06.092Z | Compiling cfg_aliases v0.2.1 |
1463 | 2025-03-20T19:09:06.168Z | Compiling gimli v0.31.1 |
1464 | 2025-03-20T19:09:06.201Z | Compiling slog-async v2.8.0 |
1465 | 2025-03-20T19:09:06.244Z | Compiling litrs v0.4.1 |
1466 | 2025-03-20T19:09:06.269Z | Compiling base16ct v0.2.0 |
1467 | 2025-03-20T19:09:06.336Z | Compiling nix v0.29.0 |
1468 | 2025-03-20T19:09:06.550Z | Compiling sec1 v0.7.3 |
1469 | 2025-03-20T19:09:06.695Z | Compiling postgres-protocol v0.6.8 |
1470 | 2025-03-20T19:09:07.055Z | Compiling hostname v0.3.1 |
1471 | 2025-03-20T19:09:07.176Z | Compiling toml_edit v0.22.24 |
1472 | 2025-03-20T19:09:07.201Z | Compiling document-features v0.2.10 |
1473 | 2025-03-20T19:09:07.262Z | Compiling publicsuffix v2.3.0 |
1474 | 2025-03-20T19:09:07.784Z | Compiling num-iter v0.1.45 |
1475 | 2025-03-20T19:09:07.963Z | Compiling group v0.13.0 |
1476 | 2025-03-20T19:09:08.096Z | Compiling bzip2 v0.4.4 |
1477 | 2025-03-20T19:09:08.151Z | Compiling tokio-native-tls v0.3.1 |
1478 | 2025-03-20T19:09:08.406Z | Compiling term v0.7.0 |
1479 | 2025-03-20T19:09:09.283Z | Compiling flate2 v1.1.0 |
1480 | 2025-03-20T19:09:09.350Z | Compiling usdt-macro v0.5.0 |
1481 | 2025-03-20T19:09:09.488Z | Compiling usdt-attr-macro v0.5.0 |
1482 | 2025-03-20T19:09:09.581Z | Compiling addr2line v0.24.2 |
1483 | 2025-03-20T19:09:10.062Z | Compiling phf_shared v0.11.2 |
1484 | 2025-03-20T19:09:10.087Z | Compiling slog-json v2.6.1 |
1485 | 2025-03-20T19:09:10.197Z | Compiling serde_urlencoded v0.7.1 |
1486 | 2025-03-20T19:09:10.403Z | Compiling terminal_size v0.4.0 |
1487 | 2025-03-20T19:09:10.428Z | Compiling crossbeam-channel v0.5.13 |
1488 | 2025-03-20T19:09:10.577Z | Compiling futures-executor v0.3.31 |
1489 | 2025-03-20T19:09:10.631Z | Compiling hkdf v0.12.4 |
1490 | 2025-03-20T19:09:10.680Z | Compiling crypto-bigint v0.5.5 |
1491 | 2025-03-20T19:09:10.808Z | Compiling curve25519-dalek-derive v0.1.1 |
1492 | 2025-03-20T19:09:10.895Z | Compiling zerocopy-derive v0.6.6 |
1493 | 2025-03-20T19:09:11.026Z | Compiling async-stream-impl v0.3.6 |
1494 | 2025-03-20T19:09:11.303Z | Compiling rustls-pemfile v2.2.0 |
1495 | 2025-03-20T19:09:11.602Z | Compiling webpki-roots v0.26.6 |
1496 | 2025-03-20T19:09:11.802Z | Compiling sync_wrapper v1.0.1 |
1497 | 2025-03-20T19:09:12.009Z | Compiling is-terminal v0.4.13 |
1498 | 2025-03-20T19:09:12.034Z | Compiling object v0.36.5 |
1499 | 2025-03-20T19:09:12.114Z | Compiling ahash v0.8.11 |
1500 | 2025-03-20T19:09:12.161Z | Compiling dropshot v0.12.0 |
1501 | 2025-03-20T19:09:12.429Z | Compiling fs-err v2.11.0 |
1502 | 2025-03-20T19:09:12.454Z | Compiling managed v0.8.0 |
1503 | 2025-03-20T19:09:12.527Z | Compiling bumpalo v3.16.0 |
1504 | 2025-03-20T19:09:12.712Z | Compiling winnow v0.5.40 |
1505 | 2025-03-20T19:09:12.860Z | Compiling zip v2.1.3 |
1506 | 2025-03-20T19:09:12.930Z | Compiling hubpack_derive v0.1.1 |
1507 | 2025-03-20T19:09:12.956Z | Compiling simd-adler32 v0.3.7 |
1508 | 2025-03-20T19:09:13.144Z | Compiling newtype-uuid v1.2.1 |
1509 | 2025-03-20T19:09:13.203Z | Compiling anyhow v1.0.97 |
1510 | 2025-03-20T19:09:13.420Z | Compiling take_mut v0.2.2 |
1511 | 2025-03-20T19:09:13.445Z | Compiling unicode-width v0.2.0 |
1512 | 2025-03-20T19:09:13.591Z | Compiling buf-list v1.0.3 |
1513 | 2025-03-20T19:09:13.670Z | Compiling rustc-demangle v0.1.24 |
1514 | 2025-03-20T19:09:13.731Z | Compiling lockfree-object-pool v0.1.6 |
1515 | 2025-03-20T19:09:13.908Z | Compiling ipnet v2.11.0 |
1516 | 2025-03-20T19:09:13.969Z | Compiling tower-layer v0.3.3 |
1517 | 2025-03-20T19:09:14.174Z | Compiling clap_builder v4.5.31 |
1518 | 2025-03-20T19:09:14.239Z | Compiling tower v0.5.2 |
1519 | 2025-03-20T19:09:14.447Z | Compiling zopfli v0.8.1 |
1520 | 2025-03-20T19:09:14.866Z | Compiling console v0.15.10 |
1521 | 2025-03-20T19:09:15.272Z | Compiling hubpack v0.1.2 |
1522 | 2025-03-20T19:09:15.499Z | Compiling toml_edit v0.19.15 |
1523 | 2025-03-20T19:09:15.799Z | Compiling elliptic-curve v0.13.8 |
1524 | 2025-03-20T19:09:16.137Z | Compiling strum_macros v0.25.3 |
1525 | 2025-03-20T19:09:16.512Z | Compiling zerocopy v0.6.6 |
1526 | 2025-03-20T19:09:16.678Z | Compiling slog-term v2.9.1 |
1527 | 2025-03-20T19:09:17.207Z | Compiling async-stream v0.3.6 |
1528 | 2025-03-20T19:09:17.355Z | Compiling usdt v0.5.0 |
1529 | 2025-03-20T19:09:17.671Z | Compiling backtrace v0.3.74 |
1530 | 2025-03-20T19:09:17.773Z | Compiling futures v0.3.31 |
1531 | 2025-03-20T19:09:17.898Z | Compiling slog-bunyan v2.5.0 |
1532 | 2025-03-20T19:09:18.115Z | Compiling phf v0.11.2 |
1533 | 2025-03-20T19:09:18.140Z | Compiling toml v0.8.20 |
1534 | 2025-03-20T19:09:18.368Z | Compiling signal-hook-mio v0.2.4 |
1535 | 2025-03-20T19:09:18.532Z | Compiling rayon v1.10.0 |
1536 | 2025-03-20T19:09:19.021Z | Compiling cookie_store v0.21.1 |
1537 | 2025-03-20T19:09:19.398Z | Compiling hyper-tls v0.6.0 |
1538 | 2025-03-20T19:09:20.288Z | Compiling postgres-types v0.2.9 |
1539 | 2025-03-20T19:09:21.050Z | Compiling camino v1.1.9 |
1540 | 2025-03-20T19:09:21.370Z | Compiling ed25519 v2.2.3 |
1541 | 2025-03-20T19:09:21.409Z | Compiling phf_shared v0.10.0 |
1542 | 2025-03-20T19:09:21.771Z | Compiling dropshot_endpoint v0.12.0 |
1543 | 2025-03-20T19:09:21.800Z | Compiling pkcs1 v0.7.5 |
1544 | 2025-03-20T19:09:21.859Z | Compiling waitgroup v0.1.2 |
1545 | 2025-03-20T19:09:22.117Z | Compiling clap_derive v4.5.28 |
1546 | 2025-03-20T19:09:22.195Z | Compiling enum-as-inner v0.6.1 |
1547 | 2025-03-20T19:09:22.618Z | Compiling openapiv3 v2.0.0 |
1548 | 2025-03-20T19:09:22.930Z | Compiling serde-big-array v0.5.1 |
1549 | 2025-03-20T19:09:23.057Z | Compiling serde_path_to_error v0.1.16 |
1550 | 2025-03-20T19:09:23.151Z | Compiling rfc6979 v0.4.0 |
1551 | 2025-03-20T19:09:23.331Z | Compiling sha1 v0.10.6 |
1552 | 2025-03-20T19:09:23.617Z | Compiling serde_repr v0.1.19 |
1553 | 2025-03-20T19:09:23.715Z | Compiling float-cmp v0.10.0 |
1554 | 2025-03-20T19:09:23.747Z | Compiling bstr v1.10.0 |
1555 | 2025-03-20T19:09:23.964Z | Compiling hostname v0.4.0 |
1556 | 2025-03-20T19:09:24.180Z | Compiling fixedbitset v0.4.2 |
1557 | 2025-03-20T19:09:24.581Z | Compiling normalize-line-endings v0.3.0 |
1558 | 2025-03-20T19:09:24.606Z | Compiling difflib v0.4.0 |
1559 | 2025-03-20T19:09:24.729Z | Compiling debug-ignore v1.0.5 |
1560 | 2025-03-20T19:09:24.888Z | Compiling static_assertions v1.1.0 |
1561 | 2025-03-20T19:09:24.992Z | Compiling new_debug_unreachable v1.0.6 |
1562 | 2025-03-20T19:09:25.096Z | Compiling unicode-segmentation v1.12.0 |
1563 | 2025-03-20T19:09:25.141Z | Compiling predicates-core v1.0.8 |
1564 | 2025-03-20T19:09:25.213Z | Compiling data-encoding v2.6.0 |
1565 | 2025-03-20T19:09:25.458Z | Compiling whoami v1.5.2 |
1566 | 2025-03-20T19:09:25.662Z | Compiling precomputed-hash v0.1.1 |
1567 | 2025-03-20T19:09:25.727Z | Compiling number_prefix v0.4.0 |
1568 | 2025-03-20T19:09:25.791Z | Compiling string_cache v0.8.7 |
1569 | 2025-03-20T19:09:25.816Z | Compiling tokio-postgres v0.7.13 |
1570 | 2025-03-20T19:09:25.950Z | Compiling indicatif v0.17.11 |
1571 | 2025-03-20T19:09:25.975Z | Compiling hickory-proto v0.24.4 |
1572 | 2025-03-20T19:09:26.023Z | Compiling clap v4.5.31 |
1573 | 2025-03-20T19:09:26.142Z | Compiling similar v2.7.0 |
1574 | 2025-03-20T19:09:26.174Z | Compiling predicates v3.1.3 |
1575 | 2025-03-20T19:09:26.776Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1576 | 2025-03-20T19:09:27.462Z | Compiling petgraph v0.6.5 |
1577 | 2025-03-20T19:09:27.666Z | Compiling ecdsa v0.16.9 |
1578 | 2025-03-20T19:09:27.979Z | Compiling rsa v0.9.6 |
1579 | 2025-03-20T19:09:28.388Z | Compiling ed25519-dalek v2.1.1 |
1580 | 2025-03-20T19:09:30.384Z | Compiling crossterm v0.28.1 |
1581 | 2025-03-20T19:09:31.281Z | Compiling toml v0.7.8 |
1582 | 2025-03-20T19:09:32.298Z | Compiling zip v0.6.6 |
1583 | 2025-03-20T19:09:32.515Z | Compiling ipnetwork v0.21.1 |
1584 | 2025-03-20T19:09:32.540Z | Compiling tokio-stream v0.1.17 |
1585 | 2025-03-20T19:09:33.130Z | Compiling hex v0.4.3 |
1586 | 2025-03-20T19:09:33.252Z | Compiling x509-cert v0.2.5 |
1587 | 2025-03-20T19:09:33.325Z | Compiling itertools v0.10.5 |
1588 | 2025-03-20T19:09:33.350Z | Compiling unicode-xid v0.2.6 |
1589 | 2025-03-20T19:09:33.391Z | Compiling lalrpop-util v0.19.12 |
1590 | 2025-03-20T19:09:33.524Z | Compiling peg-runtime v0.8.5 |
1591 | 2025-03-20T19:09:33.639Z | Compiling strum_macros v0.26.4 |
1592 | 2025-03-20T19:09:33.665Z | Compiling xattr v1.3.1 |
1593 | 2025-03-20T19:09:33.700Z | Compiling filetime v0.2.25 |
1594 | 2025-03-20T19:09:33.888Z | Compiling tar v0.4.44 |
1595 | 2025-03-20T19:09:37.211Z | Compiling strum v0.26.3 |
1596 | 2025-03-20T19:09:39.937Z | Compiling aws-lc-sys v0.26.0 |
1597 | 2025-03-20T19:10:12.558Z | Compiling rustls-webpki v0.102.8 |
1598 | 2025-03-20T19:10:16.648Z | Compiling tokio-rustls v0.25.0 |
1599 | 2025-03-20T19:10:18.581Z | Compiling tokio-rustls v0.26.0 |
1600 | 2025-03-20T19:10:18.903Z | Compiling hyper-rustls v0.27.3 |
1601 | 2025-03-20T19:10:19.236Z | Compiling reqwest v0.12.12 |
1602 | 2025-03-20T19:10:23.489Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1603 | 2025-03-20T19:10:23.849Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1604 | 2025-03-20T19:10:29.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
1605 | 2025-03-20T19:10:29.338Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1606 | 2025-03-20T19:10:29.403Z | Mar 20 19:10:28.532 INFO Starting download, target: Clickhouse |
1607 | 2025-03-20T19:10:29.403Z | Mar 20 19:10:28.533 INFO Starting download, target: Cockroach |
1608 | 2025-03-20T19:10:29.403Z | Mar 20 19:10:28.533 INFO Starting download, target: Console |
1609 | 2025-03-20T19:10:29.403Z | Mar 20 19:10:28.533 INFO Starting download, target: DendriteOpenapi |
1610 | 2025-03-20T19:10:29.403Z | Mar 20 19:10:28.533 INFO Starting download, target: DendriteStub |
1611 | 2025-03-20T19:10:29.403Z | Mar 20 19:10:28.533 INFO Starting download, target: MaghemiteMgd |
1612 | 2025-03-20T19:10:29.428Z | Mar 20 19:10:28.533 INFO Starting download, target: TransceiverControl |
1613 | 2025-03-20T19:10:29.428Z | Mar 20 19:10:28.535 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1614 | 2025-03-20T19:10:29.428Z | Mar 20 19:10:28.535 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1615 | 2025-03-20T19:10:29.428Z | Mar 20 19:10:28.535 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1616 | 2025-03-20T19:10:29.428Z | Mar 20 19:10:28.535 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1617 | 2025-03-20T19:10:29.428Z | Mar 20 19:10:28.535 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1618 | 2025-03-20T19:10:29.428Z | Mar 20 19:10:28.535 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1619 | 2025-03-20T19:10:29.428Z | Mar 20 19:10:28.535 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1620 | 2025-03-20T19:10:29.729Z | Mar 20 19:10:28.828 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1621 | 2025-03-20T19:10:29.852Z | Mar 20 19:10:28.953 INFO Download complete, target: DendriteOpenapi |
1622 | 2025-03-20T19:10:30.087Z | Mar 20 19:10:29.206 INFO Download complete, target: Console |
1623 | 2025-03-20T19:10:30.195Z | Mar 20 19:10:29.289 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1624 | 2025-03-20T19:10:30.568Z | Mar 20 19:10:29.684 INFO Download complete, target: TransceiverControl |
1625 | 2025-03-20T19:10:33.253Z | Mar 20 19:10:32.383 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1626 | 2025-03-20T19:10:34.255Z | Mar 20 19:10:33.385 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1627 | 2025-03-20T19:10:35.733Z | Mar 20 19:10:34.863 INFO Download complete, target: DendriteStub |
1628 | 2025-03-20T19:10:36.969Z | Mar 20 19:10:36.099 INFO Download complete, target: MaghemiteMgd |
1629 | 2025-03-20T19:10:43.214Z | Mar 20 19:10:42.344 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1630 | 2025-03-20T19:10:43.214Z | Mar 20 19:10:42.344 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1631 | 2025-03-20T19:10:47.594Z | Mar 20 19:10:46.724 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1632 | 2025-03-20T19:10:50.745Z | Mar 20 19:10:49.875 INFO Checking that binary works, target: Cockroach |
1633 | 2025-03-20T19:10:51.080Z | Mar 20 19:10:50.210 INFO Download complete, target: Cockroach |
1634 | 2025-03-20T19:10:59.693Z | Mar 20 19:10:58.823 INFO Checking that binary works, target: Clickhouse |
1635 | 2025-03-20T19:10:59.918Z | Mar 20 19:10:59.047 INFO Download complete, target: Clickhouse |
1636 | 2025-03-20T19:10:59.943Z | All builder prerequisites installed successfully, and PATH looks valid |
1637 | 2025-03-20T19:10:59.969Z | |
1638 | 2025-03-20T19:10:59.969Z | real 5:17.031366899 |
1639 | 2025-03-20T19:10:59.969Z | user 13:53.972516945 |
1640 | 2025-03-20T19:10:59.969Z | sys 2:20.114798087 |
1641 | 2025-03-20T19:10:59.969Z | trap 0.501245372 |
1642 | 2025-03-20T19:10:59.969Z | tflt 0.512262028 |
1643 | 2025-03-20T19:10:59.969Z | dflt 1.460205636 |
1644 | 2025-03-20T19:10:59.969Z | kflt 0.009040133 |
1645 | 2025-03-20T19:10:59.969Z | lock 25:37.625301995 |
1646 | 2025-03-20T19:10:59.969Z | slp 50:17.008233751 |
1647 | 2025-03-20T19:10:59.969Z | lat 1:04.718731084 |
1648 | 2025-03-20T19:10:59.969Z | stop 2:21.091257136 |
1649 | 2025-03-20T19:10:59.969Z | + banner clippy |
1650 | 2025-03-20T19:10:59.969Z | |
1651 | 2025-03-20T19:10:59.970Z | #### # # ##### ##### # # |
1652 | 2025-03-20T19:10:59.970Z | # # # # # # # # # # |
1653 | 2025-03-20T19:10:59.970Z | # # # # # # # # |
1654 | 2025-03-20T19:10:59.970Z | # # # ##### ##### # |
1655 | 2025-03-20T19:10:59.970Z | # # # # # # # |
1656 | 2025-03-20T19:10:59.970Z | #### ###### # # # # |
1657 | 2025-03-20T19:10:59.970Z | |
1658 | 2025-03-20T19:10:59.970Z | + export CARGO_INCREMENTAL=0 |
1659 | 2025-03-20T19:10:59.970Z | + CARGO_INCREMENTAL=0 |
1660 | 2025-03-20T19:10:59.970Z | + ptime -m cargo xtask clippy |
1661 | 2025-03-20T19:11:00.842Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1662 | 2025-03-20T19:11:04.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
1663 | 2025-03-20T19:11:04.460Z | Running `target/debug/xtask clippy` |
1664 | 2025-03-20T19:11:04.491Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1665 | 2025-03-20T19:11:05.577Z | Downloading crates ... |
1666 | 2025-03-20T19:11:06.038Z | Downloaded assert-json-diff v2.0.2 |
1667 | 2025-03-20T19:11:06.064Z | Downloaded assert_cmd v2.0.16 |
1668 | 2025-03-20T19:11:06.065Z | Downloaded concurrent-queue v2.5.0 |
1669 | 2025-03-20T19:11:06.065Z | Downloaded stringmetrics v2.2.2 |
1670 | 2025-03-20T19:11:06.065Z | Downloaded serde_regex v1.1.0 |
1671 | 2025-03-20T19:11:06.065Z | Downloaded tinytemplate v1.2.1 |
1672 | 2025-03-20T19:11:06.065Z | Downloaded trybuild v1.0.103 |
1673 | 2025-03-20T19:11:06.090Z | Downloaded polling v3.7.3 |
1674 | 2025-03-20T19:11:06.090Z | Downloaded oorandom v11.1.4 |
1675 | 2025-03-20T19:11:06.090Z | Downloaded piper v0.2.4 |
1676 | 2025-03-20T19:11:06.090Z | Downloaded criterion v0.5.1 |
1677 | 2025-03-20T19:11:06.090Z | Downloaded guppy v0.17.17 |
1678 | 2025-03-20T19:11:06.115Z | Downloaded cast v0.3.0 |
1679 | 2025-03-20T19:11:06.115Z | Downloaded event-listener v2.5.3 |
1680 | 2025-03-20T19:11:06.115Z | Downloaded async-std v1.13.0 |
1681 | 2025-03-20T19:11:06.140Z | Downloaded plotters v0.3.7 |
1682 | 2025-03-20T19:11:06.140Z | Downloaded partial-io v0.5.4 |
1683 | 2025-03-20T19:11:06.141Z | Downloaded hyper-rustls v0.26.0 |
1684 | 2025-03-20T19:11:06.166Z | Downloaded path-tree v0.8.1 |
1685 | 2025-03-20T19:11:06.166Z | Downloaded parking v2.2.1 |
1686 | 2025-03-20T19:11:06.166Z | Downloaded anes v0.1.6 |
1687 | 2025-03-20T19:11:06.166Z | Downloaded async-channel v1.9.0 |
1688 | 2025-03-20T19:11:06.166Z | Downloaded kv-log-macro v1.0.7 |
1689 | 2025-03-20T19:11:06.166Z | Downloaded httpmock v0.8.0-alpha.1 |
1690 | 2025-03-20T19:11:06.191Z | Downloaded futures-timer v3.0.3 |
1691 | 2025-03-20T19:11:06.191Z | Downloaded async-task v4.7.1 |
1692 | 2025-03-20T19:11:06.191Z | Downloaded async-lock v3.4.0 |
1693 | 2025-03-20T19:11:06.191Z | Downloaded target-spec v3.4.2 |
1694 | 2025-03-20T19:11:06.191Z | Downloaded similar-asserts v1.7.0 |
1695 | 2025-03-20T19:11:06.191Z | Downloaded rust-argon2 v2.1.0 |
1696 | 2025-03-20T19:11:06.191Z | Downloaded rstest_macros v0.24.0 |
1697 | 2025-03-20T19:11:06.191Z | Downloaded rstest v0.24.0 |
1698 | 2025-03-20T19:11:06.216Z | Downloaded criterion-plot v0.5.0 |
1699 | 2025-03-20T19:11:06.216Z | Downloaded rand_distr v0.4.3 |
1700 | 2025-03-20T19:11:06.216Z | Downloaded plotters-svg v0.3.7 |
1701 | 2025-03-20T19:11:06.216Z | Downloaded pathdiff v0.2.3 |
1702 | 2025-03-20T19:11:06.216Z | Downloaded httptest v0.16.3 |
1703 | 2025-03-20T19:11:06.216Z | Downloaded futures-lite v2.3.0 |
1704 | 2025-03-20T19:11:06.216Z | Downloaded doc-comment v0.3.3 |
1705 | 2025-03-20T19:11:06.216Z | Downloaded cfg-expr v0.18.0 |
1706 | 2025-03-20T19:11:06.216Z | Downloaded async-process v2.3.0 |
1707 | 2025-03-20T19:11:06.216Z | Downloaded async-object-pool v0.1.5 |
1708 | 2025-03-20T19:11:06.216Z | Downloaded target-triple v0.1.3 |
1709 | 2025-03-20T19:11:06.216Z | Downloaded target-lexicon v0.13.2 |
1710 | 2025-03-20T19:11:06.241Z | Downloaded rustls-native-certs v0.7.3 |
1711 | 2025-03-20T19:11:06.241Z | Downloaded proc-macro-crate v3.2.0 |
1712 | 2025-03-20T19:11:06.241Z | Downloaded plotters-backend v0.3.7 |
1713 | 2025-03-20T19:11:06.241Z | Downloaded nested v0.1.1 |
1714 | 2025-03-20T19:11:06.241Z | Downloaded blocking v1.6.1 |
1715 | 2025-03-20T19:11:06.241Z | Downloaded blake2b_simd v1.0.2 |
1716 | 2025-03-20T19:11:06.241Z | Downloaded relative-path v1.9.3 |
1717 | 2025-03-20T19:11:06.241Z | Downloaded guppy-workspace-hack v0.1.0 |
1718 | 2025-03-20T19:11:06.241Z | Downloaded event-listener-strategy v0.5.2 |
1719 | 2025-03-20T19:11:06.241Z | Downloaded async-signal v0.2.10 |
1720 | 2025-03-20T19:11:06.241Z | Downloaded event-listener v5.3.1 |
1721 | 2025-03-20T19:11:06.241Z | Downloaded async-io v2.3.4 |
1722 | 2025-03-20T19:11:06.241Z | Downloaded async-executor v1.13.1 |
1723 | 2025-03-20T19:11:06.242Z | Downloaded async-global-executor v2.4.1 |
1724 | 2025-03-20T19:11:06.242Z | Downloaded async-channel v2.3.1 |
1725 | 2025-03-20T19:11:06.242Z | Downloaded async-attributes v1.1.2 |
1726 | 2025-03-20T19:11:06.266Z | Downloaded approx v0.5.1 |
1727 | 2025-03-20T19:11:07.049Z | Checking cfg-if v1.0.0 |
1728 | 2025-03-20T19:11:07.092Z | Checking libc v0.2.170 |
1729 | 2025-03-20T19:11:07.122Z | Checking serde v1.0.218 |
1730 | 2025-03-20T19:11:07.151Z | Checking memchr v2.7.4 |
1731 | 2025-03-20T19:11:07.177Z | Checking value-bag v1.9.0 |
1732 | 2025-03-20T19:11:07.211Z | Checking itoa v1.0.11 |
1733 | 2025-03-20T19:11:07.237Z | Checking zeroize v1.8.1 |
1734 | 2025-03-20T19:11:07.273Z | Checking scopeguard v1.2.0 |
1735 | 2025-03-20T19:11:07.273Z | Checking smallvec v1.14.0 |
1736 | 2025-03-20T19:11:07.464Z | Checking lock_api v0.4.12 |
1737 | 2025-03-20T19:11:07.493Z | Checking pin-project-lite v0.2.14 |
1738 | 2025-03-20T19:11:07.554Z | Checking subtle v2.6.1 |
1739 | 2025-03-20T19:11:07.589Z | Checking log v0.4.22 |
1740 | 2025-03-20T19:11:07.663Z | Checking once_cell v1.20.3 |
1741 | 2025-03-20T19:11:07.688Z | Checking libm v0.2.8 |
1742 | 2025-03-20T19:11:07.853Z | Checking byteorder v1.5.0 |
1743 | 2025-03-20T19:11:07.878Z | Checking ryu v1.0.18 |
1744 | 2025-03-20T19:11:07.957Z | Checking typenum v1.17.0 |
1745 | 2025-03-20T19:11:07.993Z | Checking futures-core v0.3.31 |
1746 | 2025-03-20T19:11:08.054Z | Checking getrandom v0.2.15 |
1747 | 2025-03-20T19:11:08.104Z | Checking parking_lot_core v0.9.10 |
1748 | 2025-03-20T19:11:08.129Z | Checking signal-hook-registry v1.4.2 |
1749 | 2025-03-20T19:11:08.195Z | Checking mio v1.0.2 |
1750 | 2025-03-20T19:11:08.240Z | Checking socket2 v0.5.8 |
1751 | 2025-03-20T19:11:08.282Z | Checking rand_core v0.6.4 |
1752 | 2025-03-20T19:11:08.365Z | Checking thiserror v1.0.69 |
1753 | 2025-03-20T19:11:08.424Z | Checking parking_lot v0.12.3 |
1754 | 2025-03-20T19:11:08.464Z | Checking num-traits v0.2.19 |
1755 | 2025-03-20T19:11:08.519Z | Checking futures-io v0.3.31 |
1756 | 2025-03-20T19:11:08.559Z | Checking const-oid v0.9.6 |
1757 | 2025-03-20T19:11:08.651Z | Checking slab v0.4.9 |
1758 | 2025-03-20T19:11:08.702Z | Checking equivalent v1.0.1 |
1759 | 2025-03-20T19:11:08.727Z | Checking allocator-api2 v0.2.18 |
1760 | 2025-03-20T19:11:08.765Z | Checking foldhash v0.1.3 |
1761 | 2025-03-20T19:11:08.793Z | Checking generic-array v0.14.7 |
1762 | 2025-03-20T19:11:08.838Z | Checking zerocopy v0.7.35 |
1763 | 2025-03-20T19:11:08.911Z | Checking futures-sink v0.3.31 |
1764 | 2025-03-20T19:11:08.979Z | Checking getrandom v0.3.1 |
1765 | 2025-03-20T19:11:09.062Z | Checking cpufeatures v0.2.14 |
1766 | 2025-03-20T19:11:09.166Z | Checking iana-time-zone v0.1.61 |
1767 | 2025-03-20T19:11:09.214Z | Checking pin-utils v0.1.0 |
1768 | 2025-03-20T19:11:09.278Z | Checking hashbrown v0.15.1 |
1769 | 2025-03-20T19:11:09.325Z | Checking futures-channel v0.3.31 |
1770 | 2025-03-20T19:11:09.350Z | Checking futures-task v0.3.31 |
1771 | 2025-03-20T19:11:09.583Z | Checking fnv v1.0.7 |
1772 | 2025-03-20T19:11:09.662Z | Checking futures-util v0.3.31 |
1773 | 2025-03-20T19:11:09.688Z | Checking stable_deref_trait v1.2.0 |
1774 | 2025-03-20T19:11:09.713Z | Checking crypto-common v0.1.6 |
1775 | 2025-03-20T19:11:09.739Z | Checking block-buffer v0.10.4 |
1776 | 2025-03-20T19:11:09.812Z | Checking errno v0.3.9 |
1777 | 2025-03-20T19:11:09.874Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1778 | 2025-03-20T19:11:09.903Z | Checking dyn-clone v1.0.19 |
1779 | 2025-03-20T19:11:09.962Z | Checking tracing-core v0.1.32 |
1780 | 2025-03-20T19:11:09.992Z | Checking ppv-lite86 v0.2.20 |
1781 | 2025-03-20T19:11:10.019Z | Checking digest v0.10.7 |
1782 | 2025-03-20T19:11:10.063Z | Checking zerofrom v0.1.4 |
1783 | 2025-03-20T19:11:10.210Z | Checking writeable v0.5.5 |
1784 | 2025-03-20T19:11:10.235Z | Checking litemap v0.7.3 |
1785 | 2025-03-20T19:11:10.267Z | Checking yoke v0.7.4 |
1786 | 2025-03-20T19:11:10.356Z | Checking percent-encoding v2.3.1 |
1787 | 2025-03-20T19:11:10.519Z | Checking block-padding v0.3.3 |
1788 | 2025-03-20T19:11:10.545Z | Checking tracing v0.1.40 |
1789 | 2025-03-20T19:11:10.571Z | Checking crossbeam-utils v0.8.20 |
1790 | 2025-03-20T19:11:10.598Z | Checking zerovec v0.10.4 |
1791 | 2025-03-20T19:11:10.623Z | Checking icu_locid_transform_data v1.5.0 |
1792 | 2025-03-20T19:11:10.649Z | Checking rand_chacha v0.3.1 |
1793 | 2025-03-20T19:11:10.788Z | Checking inout v0.1.3 |
1794 | 2025-03-20T19:11:10.813Z | Checking form_urlencoded v1.2.1 |
1795 | 2025-03-20T19:11:10.940Z | Checking atomic-waker v1.1.2 |
1796 | 2025-03-20T19:11:11.018Z | Checking cipher v0.4.4 |
1797 | 2025-03-20T19:11:11.043Z | Checking regex-syntax v0.8.5 |
1798 | 2025-03-20T19:11:11.071Z | Checking bytes v1.10.1 |
1799 | 2025-03-20T19:11:11.101Z | Checking bitflags v2.6.0 |
1800 | 2025-03-20T19:11:11.101Z | Checking serde_json v1.0.139 |
1801 | 2025-03-20T19:11:11.208Z | Checking chrono v0.4.40 |
1802 | 2025-03-20T19:11:11.391Z | Checking uuid v1.15.1 |
1803 | 2025-03-20T19:11:11.417Z | Checking semver v1.0.25 |
1804 | 2025-03-20T19:11:11.765Z | Checking indexmap v2.7.1 |
1805 | 2025-03-20T19:11:11.956Z | Checking tokio v1.43.0 |
1806 | 2025-03-20T19:11:11.981Z | Checking rustix v0.38.37 |
1807 | 2025-03-20T19:11:12.006Z | Checking http v1.2.0 |
1808 | 2025-03-20T19:11:12.478Z | Checking tinystr v0.7.6 |
1809 | 2025-03-20T19:11:12.744Z | Checking rand v0.8.5 |
1810 | 2025-03-20T19:11:12.793Z | Checking icu_locid v1.5.0 |
1811 | 2025-03-20T19:11:12.822Z | Checking schemars v0.8.22 |
1812 | 2025-03-20T19:11:13.063Z | Checking icu_collections v1.5.0 |
1813 | 2025-03-20T19:11:13.512Z | Checking icu_properties_data v1.5.0 |
1814 | 2025-03-20T19:11:13.559Z | Checking spin v0.9.8 |
1815 | 2025-03-20T19:11:13.633Z | Checking powerfmt v0.2.0 |
1816 | 2025-03-20T19:11:13.659Z | Checking icu_provider v1.5.0 |
1817 | 2025-03-20T19:11:13.753Z | Checking utf8_iter v1.0.4 |
1818 | 2025-03-20T19:11:13.778Z | Checking utf16_iter v1.0.5 |
1819 | 2025-03-20T19:11:13.884Z | Checking write16 v1.0.0 |
1820 | 2025-03-20T19:11:13.909Z | Checking icu_normalizer_data v1.5.0 |
1821 | 2025-03-20T19:11:13.963Z | Checking untrusted v0.9.0 |
1822 | 2025-03-20T19:11:13.988Z | Checking deranged v0.3.11 |
1823 | 2025-03-20T19:11:14.039Z | Checking aho-corasick v1.1.3 |
1824 | 2025-03-20T19:11:14.065Z | Checking httparse v1.9.5 |
1825 | 2025-03-20T19:11:14.090Z | Checking base64ct v1.6.0 |
1826 | 2025-03-20T19:11:14.147Z | Checking ring v0.17.11 |
1827 | 2025-03-20T19:11:14.216Z | Checking icu_locid_transform v1.5.0 |
1828 | 2025-03-20T19:11:14.450Z | Checking num_threads v0.1.7 |
1829 | 2025-03-20T19:11:14.500Z | Checking num-conv v0.1.0 |
1830 | 2025-03-20T19:11:14.580Z | Checking time-core v0.1.2 |
1831 | 2025-03-20T19:11:14.615Z | Checking unicode-ident v1.0.14 |
1832 | 2025-03-20T19:11:14.753Z | Checking sha2 v0.10.8 |
1833 | 2025-03-20T19:11:14.778Z | Checking hmac v0.12.1 |
1834 | 2025-03-20T19:11:14.803Z | Checking proc-macro2 v1.0.94 |
1835 | 2025-03-20T19:11:14.989Z | Checking adler2 v2.0.0 |
1836 | 2025-03-20T19:11:15.048Z | Checking icu_properties v1.5.1 |
1837 | 2025-03-20T19:11:15.093Z | Checking time v0.3.36 |
1838 | 2025-03-20T19:11:15.152Z | Checking miniz_oxide v0.8.5 |
1839 | 2025-03-20T19:11:15.242Z | Checking rustls-pki-types v1.10.0 |
1840 | 2025-03-20T19:11:15.394Z | Checking quote v1.0.39 |
1841 | 2025-03-20T19:11:15.427Z | Checking regex-automata v0.4.8 |
1842 | 2025-03-20T19:11:15.706Z | Checking syn v2.0.98 |
1843 | 2025-03-20T19:11:15.764Z | Checking http-body v1.0.1 |
1844 | 2025-03-20T19:11:15.817Z | Checking aws-lc-sys v0.26.0 |
1845 | 2025-03-20T19:11:15.959Z | Checking base64 v0.22.1 |
1846 | 2025-03-20T19:11:16.052Z | Checking httpdate v1.0.3 |
1847 | 2025-03-20T19:11:16.279Z | Checking try-lock v0.2.5 |
1848 | 2025-03-20T19:11:16.386Z | Checking untrusted v0.7.1 |
1849 | 2025-03-20T19:11:16.420Z | Checking want v0.3.1 |
1850 | 2025-03-20T19:11:16.554Z | Checking pem-rfc7468 v0.7.0 |
1851 | 2025-03-20T19:11:16.609Z | Checking tower-service v0.3.3 |
1852 | 2025-03-20T19:11:16.733Z | Checking slog v2.7.0 |
1853 | 2025-03-20T19:11:16.811Z | Checking flagset v0.4.6 |
1854 | 2025-03-20T19:11:17.002Z | Checking der v0.7.9 |
1855 | 2025-03-20T19:11:17.058Z | Checking pbkdf2 v0.12.2 |
1856 | 2025-03-20T19:11:17.149Z | Checking aes v0.8.4 |
1857 | 2025-03-20T19:11:17.222Z | Checking mime v0.3.17 |
1858 | 2025-03-20T19:11:17.497Z | Checking aws-lc-rs v1.12.4 |
1859 | 2025-03-20T19:11:17.522Z | Checking gimli v0.31.1 |
1860 | 2025-03-20T19:11:17.858Z | Checking tokio-util v0.7.13 |
1861 | 2025-03-20T19:11:17.885Z | Checking icu_normalizer v1.5.0 |
1862 | 2025-03-20T19:11:17.910Z | Checking lazy_static v1.5.0 |
1863 | 2025-03-20T19:11:18.044Z | Checking salsa20 v0.10.2 |
1864 | 2025-03-20T19:11:18.246Z | Checking cbc v0.1.2 |
1865 | 2025-03-20T19:11:18.441Z | Checking object v0.36.5 |
1866 | 2025-03-20T19:11:18.490Z | Checking spki v0.7.3 |
1867 | 2025-03-20T19:11:18.551Z | Checking idna_adapter v1.2.0 |
1868 | 2025-03-20T19:11:18.591Z | Checking h2 v0.4.6 |
1869 | 2025-03-20T19:11:18.734Z | Checking regex v1.11.1 |
1870 | 2025-03-20T19:11:18.760Z | Checking idna v1.0.3 |
1871 | 2025-03-20T19:11:18.786Z | Checking rustc-demangle v0.1.24 |
1872 | 2025-03-20T19:11:19.034Z | Checking rustls-webpki v0.102.8 |
1873 | 2025-03-20T19:11:19.193Z | Checking scrypt v0.11.0 |
1874 | 2025-03-20T19:11:19.218Z | Checking url v2.5.3 |
1875 | 2025-03-20T19:11:19.272Z | Checking http-body-util v0.1.2 |
1876 | 2025-03-20T19:11:19.411Z | Checking ipnet v2.11.0 |
1877 | 2025-03-20T19:11:19.685Z | Checking openssl-probe v0.1.5 |
1878 | 2025-03-20T19:11:19.742Z | Checking utf8parse v0.2.2 |
1879 | 2025-03-20T19:11:19.848Z | Checking foreign-types-shared v0.1.1 |
1880 | 2025-03-20T19:11:19.873Z | Checking pkcs5 v0.7.1 |
1881 | 2025-03-20T19:11:19.919Z | Checking rustls-pemfile v2.2.0 |
1882 | 2025-03-20T19:11:19.951Z | Checking openssl-sys v0.9.106 |
1883 | 2025-03-20T19:11:19.982Z | Checking foreign-types v0.3.2 |
1884 | 2025-03-20T19:11:20.092Z | Checking futures-executor v0.3.31 |
1885 | 2025-03-20T19:11:20.160Z | Checking serde_urlencoded v0.7.1 |
1886 | 2025-03-20T19:11:20.332Z | Checking pkcs8 v0.10.2 |
1887 | 2025-03-20T19:11:20.358Z | Checking encoding_rs v0.8.34 |
1888 | 2025-03-20T19:11:20.569Z | Checking anstyle v1.0.10 |
1889 | 2025-03-20T19:11:20.597Z | Checking addr2line v0.24.2 |
1890 | 2025-03-20T19:11:20.628Z | Checking futures v0.3.31 |
1891 | 2025-03-20T19:11:20.684Z | Checking rustls v0.23.19 |
1892 | 2025-03-20T19:11:22.415Z | Checking serde_spanned v0.6.8 |
1893 | 2025-03-20T19:11:22.442Z | Checking toml_datetime v0.6.8 |
1894 | 2025-03-20T19:11:22.442Z | Checking openssl v0.10.71 |
1895 | 2025-03-20T19:11:22.442Z | Checking either v1.14.0 |
1896 | 2025-03-20T19:11:22.442Z | Checking psl-types v2.0.11 |
1897 | 2025-03-20T19:11:22.442Z | Checking anstyle-parse v0.2.5 |
1898 | 2025-03-20T19:11:22.442Z | Checking publicsuffix v2.3.0 |
1899 | 2025-03-20T19:11:22.442Z | Checking cookie v0.18.1 |
1900 | 2025-03-20T19:11:22.442Z | Checking webpki-roots v0.26.6 |
1901 | 2025-03-20T19:11:22.442Z | Checking sync_wrapper v1.0.1 |
1902 | 2025-03-20T19:11:22.442Z | Checking is_terminal_polyfill v1.70.1 |
1903 | 2025-03-20T19:11:22.442Z | Checking tower-layer v0.3.3 |
1904 | 2025-03-20T19:11:22.442Z | Checking anstyle-query v1.1.1 |
1905 | 2025-03-20T19:11:22.442Z | Checking colorchoice v1.0.2 |
1906 | 2025-03-20T19:11:22.442Z | Checking cookie_store v0.21.1 |
1907 | 2025-03-20T19:11:22.442Z | Checking anstream v0.6.15 |
1908 | 2025-03-20T19:11:22.442Z | Checking tower v0.5.2 |
1909 | 2025-03-20T19:11:22.442Z | Checking terminal_size v0.4.0 |
1910 | 2025-03-20T19:11:22.442Z | Checking is-terminal v0.4.13 |
1911 | 2025-03-20T19:11:22.442Z | Checking strsim v0.11.1 |
1912 | 2025-03-20T19:11:22.443Z | Checking clap_lex v0.7.4 |
1913 | 2025-03-20T19:11:22.487Z | Checking openapiv3 v2.0.0 |
1914 | 2025-03-20T19:11:23.357Z | Checking signature v2.2.0 |
1915 | 2025-03-20T19:11:23.387Z | Checking data-encoding v2.6.0 |
1916 | 2025-03-20T19:11:23.387Z | Checking clap_builder v4.5.31 |
1917 | 2025-03-20T19:11:23.387Z | Checking camino v1.1.9 |
1918 | 2025-03-20T19:11:23.387Z | Checking tinyvec_macros v0.1.1 |
1919 | 2025-03-20T19:11:23.414Z | Checking bitflags v1.3.2 |
1920 | 2025-03-20T19:11:23.414Z | Checking tinyvec v1.8.0 |
1921 | 2025-03-20T19:11:23.414Z | Checking sha1 v0.10.6 |
1922 | 2025-03-20T19:11:23.635Z | Checking backtrace v0.3.74 |
1923 | 2025-03-20T19:11:24.179Z | Checking scroll v0.12.0 |
1924 | 2025-03-20T19:11:24.179Z | Checking hyper v1.6.0 |
1925 | 2025-03-20T19:11:24.179Z | Checking anyhow v1.0.97 |
1926 | 2025-03-20T19:11:24.203Z | Checking ucd-trie v0.1.7 |
1927 | 2025-03-20T19:11:24.229Z | Checking plain v0.2.3 |
1928 | 2025-03-20T19:11:24.821Z | Checking pest v2.7.14 |
1929 | 2025-03-20T19:11:24.849Z | Checking ipnetwork v0.21.1 |
1930 | 2025-03-20T19:11:24.849Z | Checking goblin v0.8.2 |
1931 | 2025-03-20T19:11:24.849Z | Checking num-integer v0.1.46 |
1932 | 2025-03-20T19:11:25.069Z | Checking dirs-sys-next v0.1.2 |
1933 | 2025-03-20T19:11:25.095Z | Checking pretty-hex v0.4.1 |
1934 | 2025-03-20T19:11:25.095Z | Checking tokio-rustls v0.26.0 |
1935 | 2025-03-20T19:11:25.157Z | Checking clap v4.5.31 |
1936 | 2025-03-20T19:11:25.657Z | Checking dirs-next v2.0.0 |
1937 | 2025-03-20T19:11:25.658Z | Checking native-tls v0.2.12 |
1938 | 2025-03-20T19:11:25.658Z | Checking crossbeam-channel v0.5.13 |
1939 | 2025-03-20T19:11:25.658Z | Checking thread-id v4.2.2 |
1940 | 2025-03-20T19:11:25.658Z | Checking thread_local v1.1.8 |
1941 | 2025-03-20T19:11:25.658Z | Checking crc32fast v1.4.2 |
1942 | 2025-03-20T19:11:25.658Z | Checking hyper-util v0.1.10 |
1943 | 2025-03-20T19:11:25.658Z | Checking winnow v0.7.3 |
1944 | 2025-03-20T19:11:25.658Z | Checking tokio-native-tls v0.3.1 |
1945 | 2025-03-20T19:11:25.684Z | Checking base16ct v0.2.0 |
1946 | 2025-03-20T19:11:25.709Z | Checking term v0.7.0 |
1947 | 2025-03-20T19:11:25.880Z | Checking ff v0.13.0 |
1948 | 2025-03-20T19:11:25.907Z | Checking sec1 v0.7.3 |
1949 | 2025-03-20T19:11:25.954Z | Checking zerocopy v0.8.10 |
1950 | 2025-03-20T19:11:26.039Z | Checking memmap v0.7.0 |
1951 | 2025-03-20T19:11:26.092Z | Checking take_mut v0.2.2 |
1952 | 2025-03-20T19:11:26.208Z | Checking slog-term v2.9.1 |
1953 | 2025-03-20T19:11:26.252Z | Checking slog-async v2.8.0 |
1954 | 2025-03-20T19:11:26.276Z | Checking group v0.13.0 |
1955 | 2025-03-20T19:11:26.501Z | Checking dtrace-parser v0.2.0 |
1956 | 2025-03-20T19:11:26.529Z | Checking num-iter v0.1.45 |
1957 | 2025-03-20T19:11:26.554Z | Checking hkdf v0.12.4 |
1958 | 2025-03-20T19:11:26.656Z | Checking hex v0.4.3 |
1959 | 2025-03-20T19:11:26.694Z | Checking crypto-bigint v0.5.5 |
1960 | 2025-03-20T19:11:26.742Z | Checking match_cfg v0.1.0 |
1961 | 2025-03-20T19:11:26.840Z | Checking unicode-width v0.2.0 |
1962 | 2025-03-20T19:11:26.918Z | Checking static_assertions v1.1.0 |
1963 | 2025-03-20T19:11:27.020Z | Checking hostname v0.3.1 |
1964 | 2025-03-20T19:11:27.083Z | Checking bstr v1.10.0 |
1965 | 2025-03-20T19:11:27.135Z | Checking hyper-tls v0.6.0 |
1966 | 2025-03-20T19:11:27.159Z | Checking hyper-rustls v0.27.3 |
1967 | 2025-03-20T19:11:27.259Z | Checking winnow v0.5.40 |
1968 | 2025-03-20T19:11:27.399Z | Checking unicode-segmentation v1.12.0 |
1969 | 2025-03-20T19:11:27.477Z | Checking reqwest v0.12.12 |
1970 | 2025-03-20T19:11:27.706Z | Checking toml_edit v0.22.24 |
1971 | 2025-03-20T19:11:27.826Z | Checking num-bigint-dig v0.8.4 |
1972 | 2025-03-20T19:11:27.966Z | Checking flate2 v1.1.0 |
1973 | 2025-03-20T19:11:28.258Z | Checking pkcs1 v0.7.5 |
1974 | 2025-03-20T19:11:28.329Z | Checking dof v0.3.0 |
1975 | 2025-03-20T19:11:28.501Z | Checking crossbeam-epoch v0.9.18 |
1976 | 2025-03-20T19:11:28.636Z | Checking zerocopy v0.6.6 |
1977 | 2025-03-20T19:11:28.851Z | Checking usdt-impl v0.5.0 |
1978 | 2025-03-20T19:11:28.898Z | Checking unicode-normalization v0.1.24 |
1979 | 2025-03-20T19:11:28.958Z | Checking elliptic-curve v0.13.8 |
1980 | 2025-03-20T19:11:28.986Z | Checking rfc6979 v0.4.0 |
1981 | 2025-03-20T19:11:29.164Z | Checking hubpack v0.1.2 |
1982 | 2025-03-20T19:11:29.192Z | Checking managed v0.8.0 |
1983 | 2025-03-20T19:11:29.335Z | Checking usdt v0.5.0 |
1984 | 2025-03-20T19:11:29.440Z | Checking toml_edit v0.19.15 |
1985 | 2025-03-20T19:11:29.465Z | Checking debug-ignore v1.0.5 |
1986 | 2025-03-20T19:11:29.519Z | Checking rsa v0.9.6 |
1987 | 2025-03-20T19:11:29.549Z | Checking crossbeam-deque v0.8.5 |
1988 | 2025-03-20T19:11:29.573Z | Checking ecdsa v0.16.9 |
1989 | 2025-03-20T19:11:29.606Z | Checking x509-cert v0.2.5 |
1990 | 2025-03-20T19:11:29.634Z | Checking slog-json v2.6.1 |
1991 | 2025-03-20T19:11:29.672Z | Checking curve25519-dalek v4.1.3 |
1992 | 2025-03-20T19:11:29.855Z | Checking ahash v0.8.11 |
1993 | 2025-03-20T19:11:29.889Z | Checking bzip2-sys v0.1.11+1.0.8 |
1994 | 2025-03-20T19:11:29.916Z | Checking toml v0.8.20 |
1995 | 2025-03-20T19:11:30.024Z | Checking siphasher v0.3.11 |
1996 | 2025-03-20T19:11:30.206Z | Checking bzip2 v0.4.4 |
1997 | 2025-03-20T19:11:30.269Z | Checking slog-bunyan v2.5.0 |
1998 | 2025-03-20T19:11:30.305Z | Checking rayon-core v1.12.1 |
1999 | 2025-03-20T19:11:30.375Z | Checking ed25519 v2.2.3 |
2000 | 2025-03-20T19:11:30.443Z | Checking rustls v0.22.4 |
2001 | 2025-03-20T19:11:30.498Z | Checking serde_path_to_error v0.1.16 |
2002 | 2025-03-20T19:11:30.539Z | Checking signal-hook v0.3.17 |
2003 | 2025-03-20T19:11:30.675Z | Checking rand_core v0.9.2 |
2004 | 2025-03-20T19:11:30.880Z | Checking console v0.15.10 |
2005 | 2025-03-20T19:11:30.908Z | Checking hickory-proto v0.24.4 |
2006 | 2025-03-20T19:11:30.934Z | Checking itertools v0.10.5 |
2007 | 2025-03-20T19:11:30.988Z | Checking memoffset v0.9.1 |
2008 | 2025-03-20T19:11:31.043Z | Checking rand_chacha v0.9.0 |
2009 | 2025-03-20T19:11:31.114Z | Checking signal-hook-mio v0.2.4 |
2010 | 2025-03-20T19:11:31.187Z | Checking ed25519-dalek v2.1.1 |
2011 | 2025-03-20T19:11:31.276Z | Checking zip v0.6.6 |
2012 | 2025-03-20T19:11:31.370Z | Checking multer v3.1.0 |
2013 | 2025-03-20T19:11:31.418Z | Checking fs-err v2.11.0 |
2014 | 2025-03-20T19:11:31.525Z | Checking toml v0.7.8 |
2015 | 2025-03-20T19:11:31.566Z | Checking waitgroup v0.1.2 |
2016 | 2025-03-20T19:11:31.720Z | Checking async-stream v0.3.6 |
2017 | 2025-03-20T19:11:31.745Z | Checking hash32 v0.2.1 |
2018 | 2025-03-20T19:11:31.862Z | Checking hostname v0.4.0 |
2019 | 2025-03-20T19:11:31.905Z | Checking unicode-bidi v0.3.17 |
2020 | 2025-03-20T19:11:31.931Z | Checking simd-adler32 v0.3.7 |
2021 | 2025-03-20T19:11:32.013Z | Checking bumpalo v3.16.0 |
2022 | 2025-03-20T19:11:32.038Z | Checking predicates-core v1.0.8 |
2023 | 2025-03-20T19:11:32.138Z | Checking lockfree-object-pool v0.1.6 |
2024 | 2025-03-20T19:11:32.226Z | Checking unicode-properties v0.1.3 |
2025 | 2025-03-20T19:11:32.275Z | Checking heapless v0.7.17 |
2026 | 2025-03-20T19:11:32.312Z | Checking rand v0.9.0 |
2027 | 2025-03-20T19:11:32.363Z | Checking zopfli v0.8.1 |
2028 | 2025-03-20T19:11:32.456Z | Checking crossterm v0.28.1 |
2029 | 2025-03-20T19:11:32.557Z | Checking stringprep v0.1.5 |
2030 | 2025-03-20T19:11:32.714Z | Checking rayon v1.10.0 |
2031 | 2025-03-20T19:11:32.823Z | Checking phf_shared v0.11.2 |
2032 | 2025-03-20T19:11:32.976Z | Checking similar v2.7.0 |
2033 | 2025-03-20T19:11:33.076Z | Checking tokio-stream v0.1.17 |
2034 | 2025-03-20T19:11:33.101Z | Checking newtype-uuid v1.2.1 |
2035 | 2025-03-20T19:11:33.209Z | Checking md-5 v0.10.6 |
2036 | 2025-03-20T19:11:33.282Z | Checking tokio-rustls v0.25.0 |
2037 | 2025-03-20T19:11:33.349Z | Checking float-cmp v0.10.0 |
2038 | 2025-03-20T19:11:33.436Z | Checking fallible-iterator v0.2.0 |
2039 | 2025-03-20T19:11:33.550Z | Checking normalize-line-endings v0.3.0 |
2040 | 2025-03-20T19:11:33.622Z | Checking difflib v0.4.0 |
2041 | 2025-03-20T19:11:33.685Z | Checking dropshot v0.12.0 |
2042 | 2025-03-20T19:11:33.717Z | Checking phf v0.11.2 |
2043 | 2025-03-20T19:11:33.745Z | Checking smoltcp v0.9.1 |
2044 | 2025-03-20T19:11:33.884Z | Checking zip v2.1.3 |
2045 | 2025-03-20T19:11:33.931Z | Checking predicates v3.1.3 |
2046 | 2025-03-20T19:11:33.966Z | Checking postgres-protocol v0.6.8 |
2047 | 2025-03-20T19:11:33.991Z | Checking nix v0.29.0 |
2048 | 2025-03-20T19:11:34.478Z | Checking phf_shared v0.10.0 |
2049 | 2025-03-20T19:11:34.550Z | Checking buf-list v1.0.3 |
2050 | 2025-03-20T19:11:34.737Z | Checking serde-big-array v0.5.1 |
2051 | 2025-03-20T19:11:34.775Z | Checking portable-atomic v1.9.0 |
2052 | 2025-03-20T19:11:34.811Z | Checking fixedbitset v0.4.2 |
2053 | 2025-03-20T19:11:34.876Z | Checking new_debug_unreachable v1.0.6 |
2054 | 2025-03-20T19:11:34.956Z | Checking minimal-lexical v0.2.1 |
2055 | 2025-03-20T19:11:34.983Z | Checking number_prefix v0.4.0 |
2056 | 2025-03-20T19:11:35.010Z | Checking lalrpop-util v0.19.12 |
2057 | 2025-03-20T19:11:35.090Z | Checking precomputed-hash v0.1.1 |
2058 | 2025-03-20T19:11:35.173Z | Checking petgraph v0.6.5 |
2059 | 2025-03-20T19:11:35.198Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2060 | 2025-03-20T19:11:35.224Z | Checking string_cache v0.8.7 |
2061 | 2025-03-20T19:11:35.292Z | Checking postgres-types v0.2.9 |
2062 | 2025-03-20T19:11:35.325Z | Checking nom v7.1.3 |
2063 | 2025-03-20T19:11:35.500Z | Checking itertools v0.12.1 |
2064 | 2025-03-20T19:11:35.652Z | Checking peg-runtime v0.8.5 |
2065 | 2025-03-20T19:11:35.686Z | Checking indicatif v0.17.11 |
2066 | 2025-03-20T19:11:35.888Z | Checking whoami v1.5.2 |
2067 | 2025-03-20T19:11:35.913Z | Compiling thiserror-impl v2.0.11 |
2068 | 2025-03-20T19:11:36.167Z | Checking tokio-postgres v0.7.13 |
2069 | 2025-03-20T19:11:36.461Z | Compiling regress v0.10.3 |
2070 | 2025-03-20T19:11:36.612Z | Compiling ident_case v1.0.1 |
2071 | 2025-03-20T19:11:36.792Z | Compiling darling_core v0.20.10 |
2072 | 2025-03-20T19:11:37.454Z | Compiling unsafe-libyaml v0.2.11 |
2073 | 2025-03-20T19:11:37.501Z | Checking heck v0.5.0 |
2074 | 2025-03-20T19:11:37.704Z | Checking fastrand v2.1.1 |
2075 | 2025-03-20T19:11:38.003Z | Compiling structmeta-derive v0.3.0 |
2076 | 2025-03-20T19:11:38.398Z | Checking thiserror v2.0.11 |
2077 | 2025-03-20T19:11:38.423Z | Checking tempfile v3.13.0 |
2078 | 2025-03-20T19:11:38.553Z | Compiling serde_yaml v0.9.34+deprecated |
2079 | 2025-03-20T19:11:38.769Z | Checking progenitor-client v0.9.1 |
2080 | 2025-03-20T19:11:38.888Z | Checking quick-error v1.2.3 |
2081 | 2025-03-20T19:11:39.030Z | Checking strum v0.26.3 |
2082 | 2025-03-20T19:11:39.121Z | Compiling typify-impl v0.2.0 |
2083 | 2025-03-20T19:11:39.200Z | Compiling daft-derive v0.1.2 |
2084 | 2025-03-20T19:11:39.348Z | Checking oxnet v0.1.1 |
2085 | 2025-03-20T19:11:39.673Z | Checking wait-timeout v0.2.0 |
2086 | 2025-03-20T19:11:39.882Z | Checking bit-vec v0.8.0 |
2087 | 2025-03-20T19:11:39.998Z | Checking rusty-fork v0.3.0 |
2088 | 2025-03-20T19:11:40.070Z | Compiling structmeta v0.3.0 |
2089 | 2025-03-20T19:11:40.251Z | Checking bit-set v0.8.0 |
2090 | 2025-03-20T19:11:40.289Z | Checking rand_xorshift v0.3.0 |
2091 | 2025-03-20T19:11:40.435Z | Compiling parse-display-derive v0.10.0 |
2092 | 2025-03-20T19:11:40.469Z | Compiling test-strategy v0.4.0 |
2093 | 2025-03-20T19:11:40.500Z | Compiling dropshot v0.16.0 |
2094 | 2025-03-20T19:11:40.525Z | Checking unarray v0.1.4 |
2095 | 2025-03-20T19:11:40.741Z | Checking proptest v1.6.0 |
2096 | 2025-03-20T19:11:40.910Z | Checking macaddr v1.0.1 |
2097 | 2025-03-20T19:11:41.213Z | Compiling dropshot_endpoint v0.16.0 |
2098 | 2025-03-20T19:11:41.572Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2099 | 2025-03-20T19:11:41.610Z | Compiling darling_macro v0.20.10 |
2100 | 2025-03-20T19:11:42.169Z | Checking daft v0.1.2 |
2101 | 2025-03-20T19:11:42.334Z | Compiling darling v0.20.10 |
2102 | 2025-03-20T19:11:42.451Z | Compiling serde_with_macros v3.12.0 |
2103 | 2025-03-20T19:11:42.534Z | Checking progenitor-client v0.8.0 |
2104 | 2025-03-20T19:11:42.581Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2105 | 2025-03-20T19:11:42.747Z | Checking instant v0.1.13 |
2106 | 2025-03-20T19:11:42.877Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2107 | 2025-03-20T19:11:42.907Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2108 | 2025-03-20T19:11:43.196Z | Checking backoff v0.4.0 |
2109 | 2025-03-20T19:11:43.284Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2110 | 2025-03-20T19:11:43.472Z | Checking camino-tempfile v1.1.1 |
2111 | 2025-03-20T19:11:43.498Z | Checking unicode-width v0.1.14 |
2112 | 2025-03-20T19:11:43.568Z | Compiling proc-macro-error v1.0.4 |
2113 | 2025-03-20T19:11:43.697Z | Checking parse-display v0.10.0 |
2114 | 2025-03-20T19:11:43.761Z | Compiling proc-macro-crate v1.3.1 |
2115 | 2025-03-20T19:11:43.995Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2116 | 2025-03-20T19:11:44.144Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2117 | 2025-03-20T19:11:44.174Z | Checking tabwriter v1.4.0 |
2118 | 2025-03-20T19:11:44.405Z | Compiling foreign-types-macros v0.2.3 |
2119 | 2025-03-20T19:11:44.447Z | Checking foreign-types-shared v0.3.1 |
2120 | 2025-03-20T19:11:44.553Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2121 | 2025-03-20T19:11:44.609Z | Compiling num_enum_derive v0.5.11 |
2122 | 2025-03-20T19:11:44.674Z | Checking serde_with v3.12.0 |
2123 | 2025-03-20T19:11:44.733Z | Checking cstr-argument v0.1.2 |
2124 | 2025-03-20T19:11:44.853Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2125 | 2025-03-20T19:11:44.938Z | Checking pretty-hex v0.2.1 |
2126 | 2025-03-20T19:11:45.006Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2127 | 2025-03-20T19:11:45.119Z | Checking colored v2.2.0 |
2128 | 2025-03-20T19:11:45.314Z | Checking winnow v0.6.20 |
2129 | 2025-03-20T19:11:45.482Z | Checking smf v0.2.3 |
2130 | 2025-03-20T19:11:45.507Z | Checking foreign-types v0.5.0 |
2131 | 2025-03-20T19:11:45.537Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2132 | 2025-03-20T19:11:45.629Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2133 | 2025-03-20T19:11:45.799Z | Checking itertools v0.14.0 |
2134 | 2025-03-20T19:11:45.974Z | Compiling typify-impl v0.3.0 |
2135 | 2025-03-20T19:11:46.007Z | Checking base64 v0.21.7 |
2136 | 2025-03-20T19:11:46.414Z | Compiling itertools v0.13.0 |
2137 | 2025-03-20T19:11:46.508Z | Checking num_enum v0.5.11 |
2138 | 2025-03-20T19:11:46.665Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2139 | 2025-03-20T19:11:46.908Z | Compiling crucible-workspace-hack v0.1.0 |
2140 | 2025-03-20T19:11:47.486Z | Compiling heapless v0.8.0 |
2141 | 2025-03-20T19:11:47.840Z | Checking hash32 v0.3.1 |
2142 | 2025-03-20T19:11:48.040Z | Compiling smoltcp v0.11.0 |
2143 | 2025-03-20T19:11:48.085Z | Checking cobs v0.2.3 |
2144 | 2025-03-20T19:11:48.276Z | Checking postcard v1.0.10 |
2145 | 2025-03-20T19:11:48.603Z | Checking sigpipe v0.1.3 |
2146 | 2025-03-20T19:11:48.718Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2147 | 2025-03-20T19:11:48.764Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2148 | 2025-03-20T19:11:48.861Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2149 | 2025-03-20T19:11:48.940Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2150 | 2025-03-20T19:11:49.080Z | Compiling mockall_derive v0.13.1 |
2151 | 2025-03-20T19:11:49.144Z | Checking termtree v0.4.1 |
2152 | 2025-03-20T19:11:49.260Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2153 | 2025-03-20T19:11:49.358Z | Checking predicates-tree v1.0.11 |
2154 | 2025-03-20T19:11:49.418Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2155 | 2025-03-20T19:11:49.549Z | Compiling zone_cfg_derive v0.3.0 |
2156 | 2025-03-20T19:11:49.646Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2157 | 2025-03-20T19:11:49.671Z | Compiling num-derive v0.4.2 |
2158 | 2025-03-20T19:11:49.944Z | Checking downcast v0.11.0 |
2159 | 2025-03-20T19:11:50.143Z | Checking fragile v2.0.0 |
2160 | 2025-03-20T19:11:50.280Z | Compiling typify-macro v0.2.0 |
2161 | 2025-03-20T19:11:50.403Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2162 | 2025-03-20T19:11:50.683Z | Checking zone v0.3.0 |
2163 | 2025-03-20T19:11:50.748Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2164 | 2025-03-20T19:11:50.986Z | Checking utf-8 v0.7.6 |
2165 | 2025-03-20T19:11:51.191Z | Checking atomicwrites v0.4.4 |
2166 | 2025-03-20T19:11:51.368Z | Compiling convert_case v0.4.0 |
2167 | 2025-03-20T19:11:51.397Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2168 | 2025-03-20T19:11:51.422Z | Checking tungstenite v0.21.0 |
2169 | 2025-03-20T19:11:51.465Z | Checking newline-converter v0.3.0 |
2170 | 2025-03-20T19:11:51.633Z | Checking expectorate v1.1.0 |
2171 | 2025-03-20T19:11:51.799Z | Compiling derive-where v1.2.7 |
2172 | 2025-03-20T19:11:51.824Z | Checking same-file v1.0.6 |
2173 | 2025-03-20T19:11:52.005Z | Checking walkdir v2.5.0 |
2174 | 2025-03-20T19:11:52.075Z | Compiling derive_more v0.99.19 |
2175 | 2025-03-20T19:11:52.201Z | Checking tokio-tungstenite v0.21.0 |
2176 | 2025-03-20T19:11:52.284Z | Checking arc-swap v1.7.1 |
2177 | 2025-03-20T19:11:52.634Z | Checking fixedbitset v0.5.7 |
2178 | 2025-03-20T19:11:52.670Z | Checking slog-scope v4.4.0 |
2179 | 2025-03-20T19:11:52.884Z | Checking slog-stdlog v4.1.1 |
2180 | 2025-03-20T19:11:53.000Z | Checking petgraph v0.7.1 |
2181 | 2025-03-20T19:11:53.056Z | Checking xattr v1.3.1 |
2182 | 2025-03-20T19:11:53.261Z | Checking filetime v0.2.25 |
2183 | 2025-03-20T19:11:53.305Z | Compiling typify v0.2.0 |
2184 | 2025-03-20T19:11:53.443Z | Compiling progenitor-impl v0.8.0 |
2185 | 2025-03-20T19:11:53.784Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2186 | 2025-03-20T19:11:54.331Z | Checking tar v0.4.44 |
2187 | 2025-03-20T19:11:54.372Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2188 | 2025-03-20T19:11:55.060Z | Checking slog-envlogger v2.2.0 |
2189 | 2025-03-20T19:11:55.136Z | Checking mockall v0.13.1 |
2190 | 2025-03-20T19:11:55.161Z | Checking num-rational v0.4.2 |
2191 | 2025-03-20T19:11:55.288Z | Checking num-complex v0.4.6 |
2192 | 2025-03-20T19:11:55.372Z | Checking float-ord v0.3.2 |
2193 | 2025-03-20T19:11:55.527Z | Checking password-hash v0.5.0 |
2194 | 2025-03-20T19:11:55.601Z | Checking blake2 v0.10.6 |
2195 | 2025-03-20T19:11:55.721Z | Checking indent_write v2.2.0 |
2196 | 2025-03-20T19:11:55.931Z | Checking swrite v0.1.0 |
2197 | 2025-03-20T19:11:56.025Z | Compiling cancel-safe-futures v0.1.5 |
2198 | 2025-03-20T19:11:56.075Z | Checking argon2 v0.5.3 |
2199 | 2025-03-20T19:11:56.100Z | Compiling owo-colors v4.2.0 |
2200 | 2025-03-20T19:11:56.125Z | Checking num v0.4.3 |
2201 | 2025-03-20T19:11:56.151Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2202 | 2025-03-20T19:11:56.254Z | Checking libsw-core v0.3.1 |
2203 | 2025-03-20T19:11:56.482Z | Checking libsw v3.4.0 |
2204 | 2025-03-20T19:11:56.670Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2205 | 2025-03-20T19:11:56.993Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2206 | 2025-03-20T19:11:57.064Z | Checking linear-map v1.2.0 |
2207 | 2025-03-20T19:11:57.142Z | Checking pem v3.0.5 |
2208 | 2025-03-20T19:11:57.281Z | Compiling lzma-sys v0.1.20 |
2209 | 2025-03-20T19:11:57.379Z | Checking headers-core v0.3.0 |
2210 | 2025-03-20T19:11:57.404Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2211 | 2025-03-20T19:11:57.432Z | Compiling heck v0.3.3 |
2212 | 2025-03-20T19:11:57.457Z | Compiling typify-macro v0.3.0 |
2213 | 2025-03-20T19:11:57.547Z | Checking highway v1.3.0 |
2214 | 2025-03-20T19:11:57.747Z | Checking headers v0.4.0 |
2215 | 2025-03-20T19:11:57.772Z | Compiling zone_cfg_derive v0.1.2 |
2216 | 2025-03-20T19:11:57.974Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2217 | 2025-03-20T19:11:58.003Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2218 | 2025-03-20T19:11:58.124Z | Checking yasna v0.5.2 |
2219 | 2025-03-20T19:11:58.247Z | Checking base64 v0.13.1 |
2220 | 2025-03-20T19:11:58.619Z | Checking ron v0.7.1 |
2221 | 2025-03-20T19:11:58.668Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2025-03-20T19:11:58.837Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2223 | 2025-03-20T19:11:58.864Z | Checking rcgen v0.12.1 |
2224 | 2025-03-20T19:11:58.898Z | Compiling progenitor-macro v0.8.0 |
2225 | 2025-03-20T19:11:58.923Z | Checking zone v0.1.8 |
2226 | 2025-03-20T19:11:59.089Z | Checking xz2 v0.1.7 |
2227 | 2025-03-20T19:11:59.170Z | Checking linked-hash-map v0.5.6 |
2228 | 2025-03-20T19:11:59.372Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2229 | 2025-03-20T19:11:59.445Z | Checking subprocess v0.2.9 |
2230 | 2025-03-20T19:11:59.480Z | Checking lru-cache v0.1.2 |
2231 | 2025-03-20T19:11:59.508Z | Checking resolv-conf v0.7.0 |
2232 | 2025-03-20T19:11:59.611Z | Checking humantime v2.1.0 |
2233 | 2025-03-20T19:11:59.671Z | Compiling semver v0.1.20 |
2234 | 2025-03-20T19:11:59.842Z | Checking hickory-resolver v0.24.4 |
2235 | 2025-03-20T19:11:59.895Z | Checking half v2.4.1 |
2236 | 2025-03-20T19:11:59.944Z | Checking ciborium-io v0.2.2 |
2237 | 2025-03-20T19:12:00.084Z | Compiling rustc_version v0.1.7 |
2238 | 2025-03-20T19:12:00.109Z | Checking prettyplease v0.2.30 |
2239 | 2025-03-20T19:12:00.321Z | Checking ciborium-ll v0.2.2 |
2240 | 2025-03-20T19:12:00.495Z | Compiling newtype_derive v0.1.6 |
2241 | 2025-03-20T19:12:00.522Z | Compiling typify v0.3.0 |
2242 | 2025-03-20T19:12:00.663Z | Checking ciborium v0.2.2 |
2243 | 2025-03-20T19:12:00.726Z | Compiling progenitor-impl v0.9.1 |
2244 | 2025-03-20T19:12:01.293Z | Checking qorb v0.2.1 |
2245 | 2025-03-20T19:12:01.988Z | Checking steno v0.4.1 |
2246 | 2025-03-20T19:12:02.046Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2247 | 2025-03-20T19:12:04.198Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2248 | 2025-03-20T19:12:04.463Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2249 | 2025-03-20T19:12:04.494Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2250 | 2025-03-20T19:12:04.848Z | Compiling slog-dtrace v0.3.0 |
2251 | 2025-03-20T19:12:04.994Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2252 | 2025-03-20T19:12:05.142Z | Checking display-error-chain v0.2.2 |
2253 | 2025-03-20T19:12:05.333Z | Checking gethostname v0.5.0 |
2254 | 2025-03-20T19:12:05.469Z | Checking keccak v0.1.5 |
2255 | 2025-03-20T19:12:05.598Z | Checking bytecount v0.6.8 |
2256 | 2025-03-20T19:12:05.757Z | Checking universal-hash v0.5.1 |
2257 | 2025-03-20T19:12:05.798Z | Checking sha3 v0.10.8 |
2258 | 2025-03-20T19:12:05.947Z | Checking secrecy v0.8.0 |
2259 | 2025-03-20T19:12:06.084Z | Checking opaque-debug v0.3.1 |
2260 | 2025-03-20T19:12:06.148Z | Checking nibble_vec v0.1.0 |
2261 | 2025-03-20T19:12:06.178Z | Compiling progenitor-macro v0.9.1 |
2262 | 2025-03-20T19:12:06.204Z | Compiling blake3 v1.5.4 |
2263 | 2025-03-20T19:12:06.238Z | Checking endian-type v0.1.2 |
2264 | 2025-03-20T19:12:06.357Z | Checking aead v0.5.2 |
2265 | 2025-03-20T19:12:06.442Z | Checking radix_trie v0.2.1 |
2266 | 2025-03-20T19:12:06.578Z | Checking poly1305 v0.8.0 |
2267 | 2025-03-20T19:12:06.817Z | Checking chacha20 v0.9.1 |
2268 | 2025-03-20T19:12:07.159Z | Compiling thiserror-impl-no-std v2.0.2 |
2269 | 2025-03-20T19:12:07.186Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2270 | 2025-03-20T19:12:07.361Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2271 | 2025-03-20T19:12:07.789Z | Checking chacha20poly1305 v0.10.1 |
2272 | 2025-03-20T19:12:07.840Z | Compiling memmap2 v0.9.5 |
2273 | 2025-03-20T19:12:07.995Z | Compiling arrayref v0.3.9 |
2274 | 2025-03-20T19:12:08.141Z | Compiling arrayvec v0.7.6 |
2275 | 2025-03-20T19:12:08.270Z | Compiling constant_time_eq v0.3.1 |
2276 | 2025-03-20T19:12:08.331Z | Compiling toolchain_find v0.4.0 |
2277 | 2025-03-20T19:12:08.523Z | Checking progenitor v0.8.0 |
2278 | 2025-03-20T19:12:08.776Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2279 | 2025-03-20T19:12:08.801Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2280 | 2025-03-20T19:12:09.555Z | Checking thiserror-no-std v2.0.2 |
2281 | 2025-03-20T19:12:09.716Z | Checking vsss-rs v3.3.4 |
2282 | 2025-03-20T19:12:09.980Z | Compiling topological-sort v0.2.2 |
2283 | 2025-03-20T19:12:10.254Z | Compiling omicron-zone-package v0.12.0 |
2284 | 2025-03-20T19:12:10.279Z | Compiling rustfmt-wrapper v0.2.1 |
2285 | 2025-03-20T19:12:10.861Z | Checking fxhash v0.2.1 |
2286 | 2025-03-20T19:12:11.044Z | Checking maplit v1.0.2 |
2287 | 2025-03-20T19:12:11.169Z | Compiling async-recursion v1.1.1 |
2288 | 2025-03-20T19:12:12.358Z | Compiling const_format_proc_macros v0.2.34 |
2289 | 2025-03-20T19:12:12.383Z | Checking termcolor v1.4.1 |
2290 | 2025-03-20T19:12:12.475Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2291 | 2025-03-20T19:12:12.767Z | Compiling radium v0.7.0 |
2292 | 2025-03-20T19:12:12.929Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2293 | 2025-03-20T19:12:13.169Z | Checking home v0.5.9 |
2294 | 2025-03-20T19:12:13.911Z | Checking const_format v0.2.34 |
2295 | 2025-03-20T19:12:14.372Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2296 | 2025-03-20T19:12:14.453Z | Checking kstat-rs v0.2.4 |
2297 | 2025-03-20T19:12:14.602Z | Compiling vte_generate_state_changes v0.1.2 |
2298 | 2025-03-20T19:12:14.786Z | Checking tap v1.0.1 |
2299 | 2025-03-20T19:12:14.961Z | Compiling maybe-uninit v2.0.0 |
2300 | 2025-03-20T19:12:14.986Z | Checking wyz v0.5.1 |
2301 | 2025-03-20T19:12:15.165Z | Checking vte v0.11.1 |
2302 | 2025-03-20T19:12:15.340Z | Checking fd-lock v4.0.2 |
2303 | 2025-03-20T19:12:15.482Z | Compiling packed_struct v0.10.1 |
2304 | 2025-03-20T19:12:15.508Z | Checking crc-catalog v2.4.0 |
2305 | 2025-03-20T19:12:15.538Z | Checking funty v2.0.0 |
2306 | 2025-03-20T19:12:15.698Z | Checking crc v3.2.1 |
2307 | 2025-03-20T19:12:15.876Z | Checking progenitor v0.9.1 |
2308 | 2025-03-20T19:12:16.079Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2309 | 2025-03-20T19:12:16.118Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2310 | 2025-03-20T19:12:16.143Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2311 | 2025-03-20T19:12:16.328Z | Checking strip-ansi-escapes v0.2.0 |
2312 | 2025-03-20T19:12:16.353Z | Checking bitvec v1.0.1 |
2313 | 2025-03-20T19:12:16.623Z | Compiling packed_struct_codegen v0.10.1 |
2314 | 2025-03-20T19:12:18.640Z | Compiling indexmap v1.9.3 |
2315 | 2025-03-20T19:12:18.917Z | Checking nodrop v0.1.14 |
2316 | 2025-03-20T19:12:18.972Z | Checking nu-ansi-term v0.50.1 |
2317 | 2025-03-20T19:12:19.069Z | Checking array-init v0.0.4 |
2318 | 2025-03-20T19:12:19.367Z | Checking reedline v0.38.0 |
2319 | 2025-03-20T19:12:19.872Z | Checking smallvec v0.6.14 |
2320 | 2025-03-20T19:12:20.212Z | Checking hashbrown v0.12.3 |
2321 | 2025-03-20T19:12:20.402Z | Checking bitfield v0.14.0 |
2322 | 2025-03-20T19:12:20.642Z | Checking serde-hex v0.1.0 |
2323 | 2025-03-20T19:12:21.594Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2324 | 2025-03-20T19:12:21.653Z | Checking env_logger v0.10.2 |
2325 | 2025-03-20T19:12:21.826Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2326 | 2025-03-20T19:12:21.860Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2327 | 2025-03-20T19:12:22.046Z | Checking ron v0.8.1 |
2328 | 2025-03-20T19:12:22.158Z | Checking hashbrown v0.13.2 |
2329 | 2025-03-20T19:12:22.977Z | Checking crc-any v2.5.0 |
2330 | 2025-03-20T19:12:23.103Z | Compiling libefi-sys v0.1.0 |
2331 | 2025-03-20T19:12:23.349Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2332 | 2025-03-20T19:12:23.461Z | Checking object v0.30.4 |
2333 | 2025-03-20T19:12:23.641Z | Compiling phf_generator v0.11.2 |
2334 | 2025-03-20T19:12:23.724Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2335 | 2025-03-20T19:12:23.886Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2336 | 2025-03-20T19:12:23.912Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2337 | 2025-03-20T19:12:24.168Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2338 | 2025-03-20T19:12:24.732Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2339 | 2025-03-20T19:12:26.743Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2340 | 2025-03-20T19:12:26.780Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2341 | 2025-03-20T19:12:27.515Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2342 | 2025-03-20T19:12:28.168Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2343 | 2025-03-20T19:12:28.384Z | Compiling bitfield-struct v0.6.2 |
2344 | 2025-03-20T19:12:28.409Z | Checking path-slash v0.1.5 |
2345 | 2025-03-20T19:12:28.653Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2346 | 2025-03-20T19:12:29.043Z | Compiling phf_codegen v0.11.2 |
2347 | 2025-03-20T19:12:29.273Z | Checking papergrid v0.11.0 |
2348 | 2025-03-20T19:12:29.484Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2349 | 2025-03-20T19:12:29.626Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2350 | 2025-03-20T19:12:29.920Z | Compiling tabled_derive v0.7.0 |
2351 | 2025-03-20T19:12:29.982Z | Compiling parse-zoneinfo v0.3.1 |
2352 | 2025-03-20T19:12:30.558Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2353 | 2025-03-20T19:12:30.690Z | Compiling cfg_aliases v0.1.1 |
2354 | 2025-03-20T19:12:30.803Z | Compiling nix v0.28.0 |
2355 | 2025-03-20T19:12:31.432Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2356 | 2025-03-20T19:12:31.458Z | Compiling chrono-tz-build v0.4.0 |
2357 | 2025-03-20T19:12:31.750Z | Checking tabled v0.15.0 |
2358 | 2025-03-20T19:12:31.784Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2359 | 2025-03-20T19:12:31.846Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2360 | 2025-03-20T19:12:31.948Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2361 | 2025-03-20T19:12:32.094Z | Checking nanorand v0.7.0 |
2362 | 2025-03-20T19:12:32.332Z | Compiling parking_lot_core v0.8.6 |
2363 | 2025-03-20T19:12:32.357Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2364 | 2025-03-20T19:12:32.427Z | Checking flume v0.11.1 |
2365 | 2025-03-20T19:12:32.458Z | Compiling chrono-tz v0.10.1 |
2366 | 2025-03-20T19:12:32.785Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2367 | 2025-03-20T19:12:32.876Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2368 | 2025-03-20T19:12:33.553Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2369 | 2025-03-20T19:12:33.791Z | Compiling peg-macros v0.8.5 |
2370 | 2025-03-20T19:12:34.041Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2371 | 2025-03-20T19:12:34.074Z | Compiling sqlparser_derive v0.2.2 |
2372 | 2025-03-20T19:12:34.111Z | Checking glob v0.3.2 |
2373 | 2025-03-20T19:12:34.411Z | Checking unicode_categories v0.1.1 |
2374 | 2025-03-20T19:12:34.734Z | Checking sqlformat v0.2.6 |
2375 | 2025-03-20T19:12:34.840Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2376 | 2025-03-20T19:12:34.954Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2025-03-20T19:12:34.979Z | Checking sqlparser v0.45.0 |
2378 | 2025-03-20T19:12:35.577Z | Checking rustyline v14.0.0 |
2379 | 2025-03-20T19:12:35.602Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2380 | 2025-03-20T19:12:36.487Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2381 | 2025-03-20T19:12:36.546Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2382 | 2025-03-20T19:12:36.906Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2383 | 2025-03-20T19:12:36.997Z | Checking peg v0.8.5 |
2384 | 2025-03-20T19:12:37.151Z | Checking parking_lot v0.11.2 |
2385 | 2025-03-20T19:12:37.358Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2386 | 2025-03-20T19:12:37.479Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2387 | 2025-03-20T19:12:38.366Z | Checking bcs v0.1.6 |
2388 | 2025-03-20T19:12:38.634Z | Checking termtree v0.5.1 |
2389 | 2025-03-20T19:12:38.733Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2390 | 2025-03-20T19:12:38.803Z | Checking sled v0.34.7 |
2391 | 2025-03-20T19:12:38.857Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2025-03-20T19:12:39.161Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2393 | 2025-03-20T19:12:40.134Z | Checking hickory-client v0.24.4 |
2394 | 2025-03-20T19:12:40.803Z | Checking hickory-server v0.24.4 |
2395 | 2025-03-20T19:12:41.788Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2396 | 2025-03-20T19:12:42.387Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2397 | 2025-03-20T19:12:42.691Z | Compiling unicase v2.7.0 |
2398 | 2025-03-20T19:12:42.881Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2399 | 2025-03-20T19:12:43.036Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2400 | 2025-03-20T19:12:43.196Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2401 | 2025-03-20T19:12:43.325Z | Compiling dsl_auto_type v0.1.2 |
2402 | 2025-03-20T19:12:43.496Z | Checking scheduled-thread-pool v0.2.7 |
2403 | 2025-03-20T19:12:43.719Z | Compiling diesel_table_macro_syntax v0.2.0 |
2404 | 2025-03-20T19:12:43.777Z | Compiling crunchy v0.2.2 |
2405 | 2025-03-20T19:12:44.072Z | Checking r2d2 v0.8.10 |
2406 | 2025-03-20T19:12:44.200Z | Compiling tiny-keccak v2.0.2 |
2407 | 2025-03-20T19:12:44.381Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2408 | 2025-03-20T19:12:44.508Z | Compiling diesel_derives v2.2.3 |
2409 | 2025-03-20T19:12:44.564Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2410 | 2025-03-20T19:12:44.767Z | Checking primeorder v0.13.6 |
2411 | 2025-03-20T19:12:44.836Z | Compiling bit-vec v0.6.3 |
2412 | 2025-03-20T19:12:44.862Z | Compiling ref-cast v1.0.23 |
2413 | 2025-03-20T19:12:45.208Z | Compiling bit-set v0.5.3 |
2414 | 2025-03-20T19:12:45.242Z | Compiling mime_guess v2.0.5 |
2415 | 2025-03-20T19:12:45.474Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2416 | 2025-03-20T19:12:45.784Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2417 | 2025-03-20T19:12:45.848Z | Compiling ascii-canvas v3.0.0 |
2418 | 2025-03-20T19:12:46.009Z | Compiling ena v0.14.3 |
2419 | 2025-03-20T19:12:46.194Z | Compiling ref-cast-impl v1.0.23 |
2420 | 2025-03-20T19:12:46.304Z | Compiling diff v0.1.13 |
2421 | 2025-03-20T19:12:46.362Z | Compiling bindgen v0.71.1 |
2422 | 2025-03-20T19:12:46.412Z | Checking http-range v0.1.5 |
2423 | 2025-03-20T19:12:46.622Z | Compiling regex-syntax v0.6.29 |
2424 | 2025-03-20T19:12:46.763Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2425 | 2025-03-20T19:12:47.099Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2426 | 2025-03-20T19:12:47.129Z | Checking signal-hook-tokio v0.3.1 |
2427 | 2025-03-20T19:12:47.318Z | Checking atty v0.2.14 |
2428 | 2025-03-20T19:12:47.343Z | Compiling salty v0.3.0 |
2429 | 2025-03-20T19:12:47.465Z | Compiling rustc-hash v2.1.1 |
2430 | 2025-03-20T19:12:47.748Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2431 | 2025-03-20T19:12:48.145Z | Checking p384 v0.13.0 |
2432 | 2025-03-20T19:12:49.042Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2433 | 2025-03-20T19:12:49.179Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2434 | 2025-03-20T19:12:49.376Z | Compiling lalrpop v0.19.12 |
2435 | 2025-03-20T19:12:49.831Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2436 | 2025-03-20T19:12:49.990Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2437 | 2025-03-20T19:12:50.315Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2438 | 2025-03-20T19:12:50.588Z | Compiling derive_builder_core v0.20.2 |
2439 | 2025-03-20T19:12:50.924Z | Compiling libxml v0.3.3 |
2440 | 2025-03-20T19:12:50.986Z | Checking hyper-staticfile v0.10.1 |
2441 | 2025-03-20T19:12:51.476Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2442 | 2025-03-20T19:12:51.801Z | Checking tungstenite v0.23.0 |
2443 | 2025-03-20T19:12:51.890Z | Compiling strum_macros v0.24.3 |
2444 | 2025-03-20T19:12:52.393Z | Compiling derive_builder_macro v0.20.2 |
2445 | 2025-03-20T19:12:52.617Z | Checking env_filter v0.1.2 |
2446 | 2025-03-20T19:12:52.860Z | Compiling indoc v1.0.9 |
2447 | 2025-03-20T19:12:53.117Z | Checking derive_builder v0.20.2 |
2448 | 2025-03-20T19:12:53.200Z | Checking diesel v2.2.8 |
2449 | 2025-03-20T19:12:53.311Z | Checking env_logger v0.11.5 |
2450 | 2025-03-20T19:12:53.560Z | Checking tokio-tungstenite v0.23.1 |
2451 | 2025-03-20T19:12:53.651Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2452 | 2025-03-20T19:12:54.050Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2453 | 2025-03-20T19:12:54.221Z | Checking quick-xml v0.37.2 |
2454 | 2025-03-20T19:12:54.404Z | Compiling oso-derive v0.27.3 |
2455 | 2025-03-20T19:12:54.600Z | Compiling impl-trait-for-tuples v0.2.2 |
2456 | 2025-03-20T19:12:55.079Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2457 | 2025-03-20T19:12:55.252Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2458 | 2025-03-20T19:12:55.473Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2459 | 2025-03-20T19:12:55.572Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2460 | 2025-03-20T19:12:55.819Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2461 | 2025-03-20T19:12:56.062Z | Checking nix v0.27.1 |
2462 | 2025-03-20T19:12:56.116Z | Compiling diesel-dtrace v0.4.2 |
2463 | 2025-03-20T19:12:56.599Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2464 | 2025-03-20T19:12:56.932Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2465 | 2025-03-20T19:12:57.114Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2466 | 2025-03-20T19:12:58.891Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2467 | 2025-03-20T19:12:59.394Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2468 | 2025-03-20T19:12:59.505Z | Checking bb8 v0.8.5 |
2469 | 2025-03-20T19:12:59.713Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2470 | 2025-03-20T19:12:59.966Z | Compiling pin-project-internal v1.1.6 |
2471 | 2025-03-20T19:13:00.024Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2472 | 2025-03-20T19:13:00.339Z | Compiling snafu-derive v0.8.5 |
2473 | 2025-03-20T19:13:01.286Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2474 | 2025-03-20T19:13:01.636Z | Checking olpc-cjson v0.1.4 |
2475 | 2025-03-20T19:13:01.864Z | Checking globset v0.4.15 |
2476 | 2025-03-20T19:13:02.069Z | Checking serde_plain v1.0.2 |
2477 | 2025-03-20T19:13:02.138Z | Checking pin-project v1.1.6 |
2478 | 2025-03-20T19:13:02.287Z | Checking typed-path v0.9.3 |
2479 | 2025-03-20T19:13:02.314Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2480 | 2025-03-20T19:13:02.339Z | Checking assert_matches v1.5.0 |
2481 | 2025-03-20T19:13:02.441Z | Checking parse-size v1.1.0 |
2482 | 2025-03-20T19:13:02.630Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2483 | 2025-03-20T19:13:03.467Z | Checking rand_seeder v0.3.0 |
2484 | 2025-03-20T19:13:03.698Z | Compiling proc-macro-error-attr2 v2.0.0 |
2485 | 2025-03-20T19:13:03.910Z | Checking heck v0.4.1 |
2486 | 2025-03-20T19:13:04.128Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2487 | 2025-03-20T19:13:04.247Z | Checking snafu v0.8.5 |
2488 | 2025-03-20T19:13:04.374Z | Compiling proc-macro-error2 v2.0.1 |
2489 | 2025-03-20T19:13:04.410Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2490 | 2025-03-20T19:13:04.531Z | Checking papergrid v0.14.0 |
2491 | 2025-03-20T19:13:04.651Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2492 | 2025-03-20T19:13:04.677Z | Checking tough v0.19.0 |
2493 | 2025-03-20T19:13:04.963Z | Compiling tabled_derive v0.10.0 |
2494 | 2025-03-20T19:13:05.719Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2495 | 2025-03-20T19:13:05.873Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2496 | 2025-03-20T19:13:06.188Z | Checking yansi v1.0.1 |
2497 | 2025-03-20T19:13:06.385Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2498 | 2025-03-20T19:13:06.671Z | Checking pretty_assertions v1.4.1 |
2499 | 2025-03-20T19:13:06.780Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2500 | 2025-03-20T19:13:06.899Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2501 | 2025-03-20T19:13:07.193Z | Checking tabled v0.18.0 |
2502 | 2025-03-20T19:13:08.216Z | Checking io-lifetimes v1.0.11 |
2503 | 2025-03-20T19:13:08.426Z | Checking rustix v0.37.28 |
2504 | 2025-03-20T19:13:08.508Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2505 | 2025-03-20T19:13:09.331Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2506 | 2025-03-20T19:13:09.838Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2507 | 2025-03-20T19:13:10.451Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2508 | 2025-03-20T19:13:10.943Z | Checking is_ci v1.2.0 |
2509 | 2025-03-20T19:13:11.040Z | Checking supports-color v3.0.2 |
2510 | 2025-03-20T19:13:11.222Z | Checking terminal_size v0.2.6 |
2511 | 2025-03-20T19:13:11.251Z | Compiling libz-sys v1.1.20 |
2512 | 2025-03-20T19:13:11.386Z | Compiling indoc v2.0.6 |
2513 | 2025-03-20T19:13:11.417Z | Checking smawk v0.3.2 |
2514 | 2025-03-20T19:13:11.639Z | Checking unicode-linebreak v0.1.5 |
2515 | 2025-03-20T19:13:11.776Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2516 | 2025-03-20T19:13:11.987Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2517 | 2025-03-20T19:13:12.028Z | Checking textwrap v0.16.1 |
2518 | 2025-03-20T19:13:12.190Z | Checking castaway v0.2.3 |
2519 | 2025-03-20T19:13:12.368Z | Checking compact_str v0.8.0 |
2520 | 2025-03-20T19:13:12.413Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2521 | 2025-03-20T19:13:12.472Z | Checking unicode-truncate v1.1.0 |
2522 | 2025-03-20T19:13:12.720Z | Checking lru v0.12.5 |
2523 | 2025-03-20T19:13:13.020Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2524 | 2025-03-20T19:13:13.118Z | Compiling instability v0.3.2 |
2525 | 2025-03-20T19:13:13.698Z | Checking cassowary v0.3.0 |
2526 | 2025-03-20T19:13:14.114Z | Checking ratatui v0.29.0 |
2527 | 2025-03-20T19:13:14.633Z | Checking cargo-platform v0.1.8 |
2528 | 2025-03-20T19:13:14.691Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2529 | 2025-03-20T19:13:14.934Z | Checking cargo_metadata v0.19.2 |
2530 | 2025-03-20T19:13:15.915Z | Compiling vergen v8.3.2 |
2531 | 2025-03-20T19:13:16.417Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2532 | 2025-03-20T19:13:16.672Z | Compiling cargo_metadata v0.18.1 |
2533 | 2025-03-20T19:13:16.789Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2534 | 2025-03-20T19:13:17.729Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2535 | 2025-03-20T19:13:18.121Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2536 | 2025-03-20T19:13:18.468Z | Checking plotters-backend v0.3.7 |
2537 | 2025-03-20T19:13:18.849Z | Compiling rustls v0.21.12 |
2538 | 2025-03-20T19:13:18.875Z | Checking shell-words v1.1.0 |
2539 | 2025-03-20T19:13:19.102Z | Checking plotters-svg v0.3.7 |
2540 | 2025-03-20T19:13:19.302Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2541 | 2025-03-20T19:13:19.362Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2542 | 2025-03-20T19:13:19.387Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2543 | 2025-03-20T19:13:19.730Z | Checking async-bb8-diesel v0.2.1 |
2544 | 2025-03-20T19:13:20.376Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2545 | 2025-03-20T19:13:20.402Z | Checking rustls-webpki v0.101.7 |
2546 | 2025-03-20T19:13:20.510Z | Checking sct v0.7.1 |
2547 | 2025-03-20T19:13:20.682Z | Checking cast v0.3.0 |
2548 | 2025-03-20T19:13:20.831Z | Checking plotters v0.3.7 |
2549 | 2025-03-20T19:13:20.980Z | Checking criterion-plot v0.5.0 |
2550 | 2025-03-20T19:13:21.416Z | Checking tinytemplate v1.2.1 |
2551 | 2025-03-20T19:13:21.809Z | Checking concurrent-queue v2.5.0 |
2552 | 2025-03-20T19:13:22.129Z | Checking parking v2.2.1 |
2553 | 2025-03-20T19:13:22.326Z | Checking oorandom v11.1.4 |
2554 | 2025-03-20T19:13:22.352Z | Checking anes v0.1.6 |
2555 | 2025-03-20T19:13:22.511Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2556 | 2025-03-20T19:13:22.681Z | Checking criterion v0.5.1 |
2557 | 2025-03-20T19:13:22.807Z | Checking rustls-pemfile v1.0.4 |
2558 | 2025-03-20T19:13:23.028Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2559 | 2025-03-20T19:13:23.368Z | Checking twox-hash v2.1.0 |
2560 | 2025-03-20T19:13:23.665Z | Checking tokio-rustls v0.24.1 |
2561 | 2025-03-20T19:13:23.941Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2562 | 2025-03-20T19:13:24.051Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2563 | 2025-03-20T19:13:25.082Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2564 | 2025-03-20T19:13:25.910Z | Checking fatfs v0.3.6 |
2565 | 2025-03-20T19:13:26.503Z | Checking csv-core v0.1.11 |
2566 | 2025-03-20T19:13:26.818Z | Checking hex-literal v0.4.1 |
2567 | 2025-03-20T19:13:26.844Z | Checking csv v1.3.1 |
2568 | 2025-03-20T19:13:26.981Z | Checking event-listener v5.3.1 |
2569 | 2025-03-20T19:13:27.366Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2570 | 2025-03-20T19:13:27.603Z | Checking rtoolbox v0.0.2 |
2571 | 2025-03-20T19:13:27.828Z | Checking rpassword v7.3.1 |
2572 | 2025-03-20T19:13:27.961Z | Checking event-listener-strategy v0.5.2 |
2573 | 2025-03-20T19:13:28.038Z | Checking tui-tree-widget v0.23.0 |
2574 | 2025-03-20T19:13:28.197Z | Checking polyval v0.6.2 |
2575 | 2025-03-20T19:13:28.355Z | Checking futures-lite v2.3.0 |
2576 | 2025-03-20T19:13:28.450Z | Checking ghash v0.5.1 |
2577 | 2025-03-20T19:13:28.635Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2578 | 2025-03-20T19:13:29.084Z | Checking ctr v0.9.2 |
2579 | 2025-03-20T19:13:29.666Z | Checking aes-gcm v0.10.3 |
2580 | 2025-03-20T19:13:29.831Z | Checking ssh-encoding v0.2.0 |
2581 | 2025-03-20T19:13:29.926Z | Checking blowfish v0.9.1 |
2582 | 2025-03-20T19:13:30.164Z | Checking ssh-cipher v0.2.0 |
2583 | 2025-03-20T19:13:30.190Z | Checking bcrypt-pbkdf v0.10.0 |
2584 | 2025-03-20T19:13:30.454Z | Checking async-lock v3.4.0 |
2585 | 2025-03-20T19:13:30.480Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2586 | 2025-03-20T19:13:31.205Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2587 | 2025-03-20T19:13:31.283Z | Checking polling v3.7.3 |
2588 | 2025-03-20T19:13:31.661Z | Checking password-hash v0.4.2 |
2589 | 2025-03-20T19:13:32.062Z | Checking pbkdf2 v0.11.0 |
2590 | 2025-03-20T19:13:32.299Z | Checking async-io v2.3.4 |
2591 | 2025-03-20T19:13:32.341Z | Checking ssh-key v0.6.6 |
2592 | 2025-03-20T19:13:32.374Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2593 | 2025-03-20T19:13:33.074Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2594 | 2025-03-20T19:13:33.695Z | Checking p521 v0.13.3 |
2595 | 2025-03-20T19:13:33.767Z | Checking p256 v0.13.2 |
2596 | 2025-03-20T19:13:34.192Z | Checking russh-cryptovec v0.7.3 |
2597 | 2025-03-20T19:13:34.406Z | Compiling target-lexicon v0.13.2 |
2598 | 2025-03-20T19:13:34.840Z | Checking async-task v4.7.1 |
2599 | 2025-03-20T19:13:35.182Z | Checking md5 v0.7.0 |
2600 | 2025-03-20T19:13:35.316Z | Checking async-channel v2.3.1 |
2601 | 2025-03-20T19:13:35.467Z | Checking russh-keys v0.45.0 |
2602 | 2025-03-20T19:13:35.608Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2603 | 2025-03-20T19:13:36.660Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2604 | 2025-03-20T19:13:36.978Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2605 | 2025-03-20T19:13:37.275Z | Checking piper v0.2.4 |
2606 | 2025-03-20T19:13:37.489Z | Checking num-bigint v0.4.6 |
2607 | 2025-03-20T19:13:37.636Z | Checking des v0.8.1 |
2608 | 2025-03-20T19:13:37.740Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2609 | 2025-03-20T19:13:37.902Z | Compiling guppy-workspace-hack v0.1.0 |
2610 | 2025-03-20T19:13:38.165Z | Checking futures-timer v3.0.3 |
2611 | 2025-03-20T19:13:38.476Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2612 | 2025-03-20T19:13:38.508Z | Checking blocking v1.6.1 |
2613 | 2025-03-20T19:13:39.197Z | Checking async-executor v1.13.1 |
2614 | 2025-03-20T19:13:39.468Z | Checking russh v0.45.0 |
2615 | 2025-03-20T19:13:39.517Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2616 | 2025-03-20T19:13:39.660Z | Checking async-signal v0.2.10 |
2617 | 2025-03-20T19:13:39.928Z | Checking rustls-native-certs v0.7.3 |
2618 | 2025-03-20T19:13:40.004Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2619 | 2025-03-20T19:13:40.370Z | Checking internet-checksum v0.2.1 |
2620 | 2025-03-20T19:13:40.397Z | Compiling target-spec v3.4.2 |
2621 | 2025-03-20T19:13:40.573Z | Checking event-listener v2.5.3 |
2622 | 2025-03-20T19:13:40.818Z | Checking async-channel v1.9.0 |
2623 | 2025-03-20T19:13:41.088Z | Checking hyper-rustls v0.26.0 |
2624 | 2025-03-20T19:13:41.420Z | Checking async-process v2.3.0 |
2625 | 2025-03-20T19:13:41.468Z | Checking async-global-executor v2.4.1 |
2626 | 2025-03-20T19:13:41.760Z | Checking cfg-expr v0.18.0 |
2627 | 2025-03-20T19:13:41.919Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2628 | 2025-03-20T19:13:42.469Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2629 | 2025-03-20T19:13:43.053Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2630 | 2025-03-20T19:13:43.225Z | Checking httptest v0.16.3 |
2631 | 2025-03-20T19:13:43.411Z | Compiling petname v2.0.2 |
2632 | 2025-03-20T19:13:43.854Z | Checking kv-log-macro v1.0.7 |
2633 | 2025-03-20T19:13:44.000Z | Compiling async-attributes v1.1.2 |
2634 | 2025-03-20T19:13:44.719Z | Checking async-std v1.13.0 |
2635 | 2025-03-20T19:13:46.081Z | Checking pathdiff v0.2.3 |
2636 | 2025-03-20T19:13:46.199Z | Compiling rstest_macros v0.24.0 |
2637 | 2025-03-20T19:13:46.251Z | Checking nested v0.1.1 |
2638 | 2025-03-20T19:13:46.487Z | Compiling doc-comment v0.3.3 |
2639 | 2025-03-20T19:13:46.634Z | Compiling target-triple v0.1.3 |
2640 | 2025-03-20T19:13:47.117Z | Checking guppy v0.17.17 |
2641 | 2025-03-20T19:13:47.730Z | Checking async-object-pool v0.1.5 |
2642 | 2025-03-20T19:13:47.877Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2643 | 2025-03-20T19:13:47.939Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2644 | 2025-03-20T19:13:48.257Z | Checking similar-asserts v1.7.0 |
2645 | 2025-03-20T19:13:48.531Z | Checking serde_regex v1.1.0 |
2646 | 2025-03-20T19:13:48.804Z | Checking assert-json-diff v2.0.2 |
2647 | 2025-03-20T19:13:49.046Z | Compiling proc-macro-crate v3.2.0 |
2648 | 2025-03-20T19:13:49.094Z | Checking path-tree v0.8.1 |
2649 | 2025-03-20T19:13:49.430Z | Compiling assert_cmd v2.0.16 |
2650 | 2025-03-20T19:13:49.781Z | Compiling relative-path v1.9.3 |
2651 | 2025-03-20T19:13:50.141Z | Checking stringmetrics v2.2.2 |
2652 | 2025-03-20T19:13:50.369Z | Checking sync-ptr v0.1.1 |
2653 | 2025-03-20T19:13:50.404Z | Checking httpmock v0.8.0-alpha.1 |
2654 | 2025-03-20T19:13:50.910Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2655 | 2025-03-20T19:13:51.984Z | Checking blake2b_simd v1.0.2 |
2656 | 2025-03-20T19:13:52.747Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2657 | 2025-03-20T19:13:54.655Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2658 | 2025-03-20T19:13:55.002Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2659 | 2025-03-20T19:13:55.344Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2660 | 2025-03-20T19:13:55.677Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2661 | 2025-03-20T19:13:56.157Z | Checking serde_tokenstream v0.2.2 |
2662 | 2025-03-20T19:13:56.506Z | Checking uzers v0.12.1 |
2663 | 2025-03-20T19:13:57.035Z | Checking rust-argon2 v2.1.0 |
2664 | 2025-03-20T19:13:57.644Z | Checking rstest v0.24.0 |
2665 | 2025-03-20T19:13:57.873Z | Checking trybuild v1.0.103 |
2666 | 2025-03-20T19:13:57.898Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2667 | 2025-03-20T19:13:58.873Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2668 | 2025-03-20T19:13:58.970Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2669 | 2025-03-20T19:13:59.918Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2670 | 2025-03-20T19:14:00.609Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2671 | 2025-03-20T19:14:00.909Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2672 | 2025-03-20T19:14:01.170Z | Compiling git2 v0.19.0 |
2673 | 2025-03-20T19:14:01.195Z | Checking rand_distr v0.4.3 |
2674 | 2025-03-20T19:14:01.798Z | Checking multimap v0.10.0 |
2675 | 2025-03-20T19:14:02.099Z | Checking approx v0.5.1 |
2676 | 2025-03-20T19:14:02.383Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2677 | 2025-03-20T19:14:03.384Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2678 | 2025-03-20T19:14:03.753Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2679 | 2025-03-20T19:14:04.142Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2680 | 2025-03-20T19:14:04.403Z | Compiling samael v0.0.18 |
2681 | 2025-03-20T19:14:04.563Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2682 | 2025-03-20T19:14:04.837Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2683 | 2025-03-20T19:14:05.139Z | Checking partial-io v0.5.4 |
2684 | 2025-03-20T19:14:05.410Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2685 | 2025-03-20T19:14:05.766Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2686 | 2025-03-20T19:14:06.200Z | Checking cargo_toml v0.21.0 |
2687 | 2025-03-20T19:14:06.793Z | Checking termios v0.3.3 |
2688 | 2025-03-20T19:14:06.989Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2689 | 2025-03-20T19:14:07.014Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2690 | 2025-03-20T19:14:07.872Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2691 | 2025-03-20T19:14:08.165Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2692 | 2025-03-20T19:14:10.320Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2693 | 2025-03-20T19:14:25.070Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2694 | 2025-03-20T19:14:34.320Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2695 | 2025-03-20T19:14:48.106Z | Compiling polar-core v0.27.3 |
2696 | 2025-03-20T19:14:53.495Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2697 | 2025-03-20T19:14:53.560Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2698 | 2025-03-20T19:14:56.245Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2699 | 2025-03-20T19:14:57.393Z | Checking oso v0.27.3 |
2700 | 2025-03-20T19:15:46.551Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2701 | 2025-03-20T19:15:46.551Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2702 | 2025-03-20T19:15:46.577Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2703 | 2025-03-20T19:17:22.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s |
2704 | 2025-03-20T19:17:22.594Z | |
2705 | 2025-03-20T19:17:22.594Z | real 6:22.641128227 |
2706 | 2025-03-20T19:17:22.594Z | user 31:53.417760221 |
2707 | 2025-03-20T19:17:22.594Z | sys 5:13.478866937 |
2708 | 2025-03-20T19:17:22.594Z | trap 0.931533514 |
2709 | 2025-03-20T19:17:22.620Z | tflt 0.245697155 |
2710 | 2025-03-20T19:17:22.620Z | dflt 0.295853902 |
2711 | 2025-03-20T19:17:22.620Z | kflt 0.000674677 |
2712 | 2025-03-20T19:17:22.620Z | lock 47:18.359822246 |
2713 | 2025-03-20T19:17:22.620Z | slp 1:49:57.662615217 |
2714 | 2025-03-20T19:17:22.620Z | lat 1:45.250518488 |
2715 | 2025-03-20T19:17:22.620Z | stop 6:10.369833100 |
2716 | 2025-03-20T19:17:22.620Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2717 | 2025-03-20T19:17:22.620Z | + ptime -m cargo doc --workspace --no-deps |
2718 | 2025-03-20T19:17:24.040Z | warning: output filename collision. |
2719 | 2025-03-20T19:17:24.040Z | 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)`. |
2720 | 2025-03-20T19:17:24.040Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2721 | 2025-03-20T19:17:24.040Z | The targets should have unique names. |
2722 | 2025-03-20T19:17:24.040Z | This is a known bug where multiple crates with the same name use |
2723 | 2025-03-20T19:17:24.040Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2724 | 2025-03-20T19:17:24.754Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2725 | 2025-03-20T19:17:24.802Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2726 | 2025-03-20T19:17:24.828Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2727 | 2025-03-20T19:17:24.884Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2728 | 2025-03-20T19:17:24.915Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2729 | 2025-03-20T19:17:24.947Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2730 | 2025-03-20T19:17:24.972Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2731 | 2025-03-20T19:17:25.196Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2732 | 2025-03-20T19:17:25.240Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2733 | 2025-03-20T19:17:25.265Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2734 | 2025-03-20T19:17:25.313Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2735 | 2025-03-20T19:17:25.461Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2736 | 2025-03-20T19:17:25.578Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2737 | 2025-03-20T19:17:25.751Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2738 | 2025-03-20T19:17:25.784Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2739 | 2025-03-20T19:17:25.905Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2740 | 2025-03-20T19:17:26.079Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2741 | 2025-03-20T19:17:26.152Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2742 | 2025-03-20T19:17:26.493Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2743 | 2025-03-20T19:17:26.742Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2744 | 2025-03-20T19:17:26.767Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2745 | 2025-03-20T19:17:26.992Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2746 | 2025-03-20T19:17:27.075Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2747 | 2025-03-20T19:17:27.308Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2748 | 2025-03-20T19:17:27.383Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2749 | 2025-03-20T19:17:27.586Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2750 | 2025-03-20T19:17:27.945Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2751 | 2025-03-20T19:17:28.031Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2752 | 2025-03-20T19:17:28.459Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2753 | 2025-03-20T19:17:28.505Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2754 | 2025-03-20T19:17:28.634Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2755 | 2025-03-20T19:17:28.717Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2756 | 2025-03-20T19:17:28.958Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2757 | 2025-03-20T19:17:28.994Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2758 | 2025-03-20T19:17:29.028Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2759 | 2025-03-20T19:17:29.336Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2760 | 2025-03-20T19:17:29.362Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2761 | 2025-03-20T19:17:29.396Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2762 | 2025-03-20T19:17:29.515Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2763 | 2025-03-20T19:17:29.663Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2764 | 2025-03-20T19:17:29.724Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2765 | 2025-03-20T19:17:29.809Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2766 | 2025-03-20T19:17:30.042Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2767 | 2025-03-20T19:17:30.089Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2768 | 2025-03-20T19:17:30.118Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2769 | 2025-03-20T19:17:30.149Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2770 | 2025-03-20T19:17:30.377Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2771 | 2025-03-20T19:17:30.887Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2772 | 2025-03-20T19:17:31.149Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2773 | 2025-03-20T19:17:32.082Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2774 | 2025-03-20T19:17:32.672Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2775 | 2025-03-20T19:17:33.550Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2776 | 2025-03-20T19:17:33.795Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2777 | 2025-03-20T19:17:33.992Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2778 | 2025-03-20T19:17:34.376Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2779 | 2025-03-20T19:17:34.650Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2780 | 2025-03-20T19:17:34.676Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2781 | 2025-03-20T19:17:34.820Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2782 | 2025-03-20T19:17:36.524Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2783 | 2025-03-20T19:17:36.634Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2784 | 2025-03-20T19:17:36.918Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2785 | 2025-03-20T19:17:37.063Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2786 | 2025-03-20T19:17:37.129Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2787 | 2025-03-20T19:17:37.267Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2788 | 2025-03-20T19:17:38.231Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2789 | 2025-03-20T19:17:38.418Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2790 | 2025-03-20T19:17:38.593Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2791 | 2025-03-20T19:17:38.789Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2792 | 2025-03-20T19:17:39.396Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2793 | 2025-03-20T19:17:40.422Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2794 | 2025-03-20T19:17:40.556Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2795 | 2025-03-20T19:17:41.047Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2796 | 2025-03-20T19:17:41.130Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2797 | 2025-03-20T19:17:41.438Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2798 | 2025-03-20T19:17:41.544Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2799 | 2025-03-20T19:17:41.659Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2800 | 2025-03-20T19:17:42.710Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2801 | 2025-03-20T19:17:43.301Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2802 | 2025-03-20T19:17:43.589Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2803 | 2025-03-20T19:17:44.099Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2804 | 2025-03-20T19:17:44.659Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2805 | 2025-03-20T19:17:44.747Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2806 | 2025-03-20T19:17:45.673Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2807 | 2025-03-20T19:17:45.776Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2808 | 2025-03-20T19:17:46.070Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2809 | 2025-03-20T19:17:46.166Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2810 | 2025-03-20T19:17:46.288Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2811 | 2025-03-20T19:17:46.326Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2812 | 2025-03-20T19:17:46.537Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2813 | 2025-03-20T19:17:46.853Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2814 | 2025-03-20T19:17:47.364Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2815 | 2025-03-20T19:17:47.574Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2816 | 2025-03-20T19:17:47.793Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2817 | 2025-03-20T19:17:47.909Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2818 | 2025-03-20T19:17:48.273Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2819 | 2025-03-20T19:17:48.395Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2820 | 2025-03-20T19:17:48.527Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2821 | 2025-03-20T19:17:48.735Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2822 | 2025-03-20T19:17:48.919Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2823 | 2025-03-20T19:17:49.135Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2824 | 2025-03-20T19:17:49.395Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2825 | 2025-03-20T19:17:49.606Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2826 | 2025-03-20T19:17:49.983Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2827 | 2025-03-20T19:17:50.629Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2828 | 2025-03-20T19:17:51.013Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2829 | 2025-03-20T19:17:51.981Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2830 | 2025-03-20T19:17:52.426Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2831 | 2025-03-20T19:17:53.302Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2832 | 2025-03-20T19:17:53.397Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2833 | 2025-03-20T19:17:54.305Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2834 | 2025-03-20T19:17:54.505Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2835 | 2025-03-20T19:17:55.119Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2836 | 2025-03-20T19:17:55.389Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2837 | 2025-03-20T19:17:55.446Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2838 | 2025-03-20T19:17:55.621Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2839 | 2025-03-20T19:17:55.646Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2840 | 2025-03-20T19:17:56.583Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2841 | 2025-03-20T19:17:57.305Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2842 | 2025-03-20T19:17:57.336Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2843 | 2025-03-20T19:17:57.443Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2844 | 2025-03-20T19:17:59.840Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2845 | 2025-03-20T19:18:00.782Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2846 | 2025-03-20T19:18:00.966Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2847 | 2025-03-20T19:18:00.996Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2848 | 2025-03-20T19:18:01.758Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2849 | 2025-03-20T19:18:01.911Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2850 | 2025-03-20T19:18:01.947Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2851 | 2025-03-20T19:18:02.080Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2852 | 2025-03-20T19:18:02.546Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2853 | 2025-03-20T19:18:03.045Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2854 | 2025-03-20T19:18:05.406Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2855 | 2025-03-20T19:18:06.276Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2856 | 2025-03-20T19:18:06.423Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2857 | 2025-03-20T19:18:10.719Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2858 | 2025-03-20T19:18:11.998Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2859 | 2025-03-20T19:18:12.024Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2860 | 2025-03-20T19:18:13.986Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2861 | 2025-03-20T19:18:17.097Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2862 | 2025-03-20T19:18:17.139Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2863 | 2025-03-20T19:18:18.015Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2864 | 2025-03-20T19:18:18.078Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2865 | 2025-03-20T19:18:19.085Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2866 | 2025-03-20T19:18:19.245Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2867 | 2025-03-20T19:18:20.004Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2868 | 2025-03-20T19:18:21.106Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2869 | 2025-03-20T19:18:22.136Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2870 | 2025-03-20T19:18:23.430Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2871 | 2025-03-20T19:18:25.262Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2872 | 2025-03-20T19:18:27.241Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2873 | 2025-03-20T19:18:29.127Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2874 | 2025-03-20T19:18:29.947Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2875 | 2025-03-20T19:18:30.531Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2876 | 2025-03-20T19:18:31.138Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2025-03-20T19:18:31.286Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2878 | 2025-03-20T19:18:31.496Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2879 | 2025-03-20T19:18:32.082Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2880 | 2025-03-20T19:18:34.471Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2881 | 2025-03-20T19:18:34.545Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2882 | 2025-03-20T19:18:34.749Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2883 | 2025-03-20T19:18:34.775Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2884 | 2025-03-20T19:18:35.221Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2885 | 2025-03-20T19:18:35.808Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2886 | 2025-03-20T19:18:38.013Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2887 | 2025-03-20T19:18:38.042Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2888 | 2025-03-20T19:18:38.413Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2889 | 2025-03-20T19:18:38.595Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2890 | 2025-03-20T19:18:38.667Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2891 | 2025-03-20T19:18:39.070Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2892 | 2025-03-20T19:18:41.421Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2893 | 2025-03-20T19:18:42.170Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2894 | 2025-03-20T19:18:42.913Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2895 | 2025-03-20T19:18:42.939Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2896 | 2025-03-20T19:18:44.592Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2897 | 2025-03-20T19:18:45.008Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2898 | 2025-03-20T19:18:45.346Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2899 | 2025-03-20T19:18:45.834Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2900 | 2025-03-20T19:18:45.936Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2901 | 2025-03-20T19:18:47.261Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2902 | 2025-03-20T19:18:47.990Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2903 | 2025-03-20T19:18:49.263Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2904 | 2025-03-20T19:18:49.592Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2905 | 2025-03-20T19:18:49.632Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2906 | 2025-03-20T19:18:49.718Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2907 | 2025-03-20T19:18:51.487Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2908 | 2025-03-20T19:18:51.756Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2909 | 2025-03-20T19:18:52.146Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2910 | 2025-03-20T19:18:52.733Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2911 | 2025-03-20T19:18:53.251Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2912 | 2025-03-20T19:18:53.507Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2913 | 2025-03-20T19:18:54.378Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2914 | 2025-03-20T19:18:54.455Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2915 | 2025-03-20T19:18:54.584Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2916 | 2025-03-20T19:18:56.009Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2917 | 2025-03-20T19:18:56.104Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2918 | 2025-03-20T19:18:57.025Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2919 | 2025-03-20T19:18:57.583Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2920 | 2025-03-20T19:18:58.915Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2921 | 2025-03-20T19:19:00.145Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2922 | 2025-03-20T19:19:00.231Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2923 | 2025-03-20T19:19:01.053Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2924 | 2025-03-20T19:19:01.275Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2925 | 2025-03-20T19:19:02.150Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2926 | 2025-03-20T19:19:02.849Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2927 | 2025-03-20T19:19:03.952Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2928 | 2025-03-20T19:19:04.318Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2929 | 2025-03-20T19:19:04.494Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2930 | 2025-03-20T19:19:04.854Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2931 | 2025-03-20T19:19:05.663Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2932 | 2025-03-20T19:19:06.799Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2933 | 2025-03-20T19:19:07.198Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2934 | 2025-03-20T19:19:07.393Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2935 | 2025-03-20T19:19:07.644Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2936 | 2025-03-20T19:19:08.557Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2937 | 2025-03-20T19:19:09.613Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2938 | 2025-03-20T19:19:10.253Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2939 | 2025-03-20T19:19:10.378Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2940 | 2025-03-20T19:19:10.416Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2941 | 2025-03-20T19:19:10.632Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2942 | 2025-03-20T19:19:11.129Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2943 | 2025-03-20T19:19:11.358Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2944 | 2025-03-20T19:19:11.537Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2945 | 2025-03-20T19:19:11.789Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2946 | 2025-03-20T19:19:12.319Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2947 | 2025-03-20T19:19:12.714Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2948 | 2025-03-20T19:19:12.869Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2949 | 2025-03-20T19:19:13.210Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2950 | 2025-03-20T19:19:13.678Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2951 | 2025-03-20T19:19:39.646Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2952 | 2025-03-20T19:19:39.646Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2953 | 2025-03-20T19:19:39.672Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2954 | 2025-03-20T19:19:39.672Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2955 | 2025-03-20T19:19:40.581Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2956 | 2025-03-20T19:19:40.672Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2957 | 2025-03-20T19:19:40.762Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2958 | 2025-03-20T19:19:40.873Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2959 | 2025-03-20T19:19:42.601Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2960 | 2025-03-20T19:19:47.518Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2961 | 2025-03-20T19:19:47.955Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2962 | 2025-03-20T19:19:48.455Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2963 | 2025-03-20T19:20:47.226Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2964 | 2025-03-20T19:20:56.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s |
2965 | 2025-03-20T19:20:56.951Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2966 | 2025-03-20T19:20:57.035Z | |
2967 | 2025-03-20T19:20:57.035Z | real 3:34.375130931 |
2968 | 2025-03-20T19:20:57.035Z | user 15:54.011054594 |
2969 | 2025-03-20T19:20:57.061Z | sys 2:49.431599327 |
2970 | 2025-03-20T19:20:57.061Z | trap 0.445536968 |
2971 | 2025-03-20T19:20:57.061Z | tflt 0.043958878 |
2972 | 2025-03-20T19:20:57.061Z | dflt 0.077209679 |
2973 | 2025-03-20T19:20:57.061Z | kflt 0.000531721 |
2974 | 2025-03-20T19:20:57.061Z | lock 27:39.657786298 |
2975 | 2025-03-20T19:20:57.061Z | slp 46:04.612861309 |
2976 | 2025-03-20T19:20:57.061Z | lat 1:08.641792205 |
2977 | 2025-03-20T19:20:57.061Z | stop 1:22.962312150 |
2978 | 2025-03-20T19:20:57.061Z | process exited: duration 914318 ms, exit code 0 |
|
2979 | 2025-03-20T19:20:57.114Z | found 0 output files |