|
|
|
1 | 2025-03-22T19:14:50.160Z | job assigned to worker 01JPZME073YT5BFSY88BNG5EQG [factory gimlet-EVT22200007-propolis, EVT22200007/22663] (queued for 34 s) |
|
2 | 2025-03-22T19:14:57.779Z | starting task 0: "setup" |
3 | 2025-03-22T19:14:57.807Z | ++ uname -s |
4 | 2025-03-22T19:14:57.807Z | + kern=SunOS |
5 | 2025-03-22T19:14:57.807Z | + build_user=build |
6 | 2025-03-22T19:14:57.807Z | + build_uid=12345 |
7 | 2025-03-22T19:14:57.807Z | + work_dir=/work |
8 | 2025-03-22T19:14:57.807Z | + input_dir=/input |
9 | 2025-03-22T19:14:57.807Z | + [[ 0 == 12345 ]] |
10 | 2025-03-22T19:14:57.807Z | + case "$kern" in |
11 | 2025-03-22T19:14:57.807Z | + groupadd -g 12345 build |
12 | 2025-03-22T19:14:57.807Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-22T19:14:59.807Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-22T19:14:59.845Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-22T19:14:59.871Z | + home_fs=zfs |
16 | 2025-03-22T19:14:59.871Z | + [[ zfs == autofs ]] |
17 | 2025-03-22T19:14:59.871Z | + mkdir -p /home/build |
18 | 2025-03-22T19:14:59.871Z | + chown build:build /home/build /work |
19 | 2025-03-22T19:15:01.856Z | + chmod 0700 /home/build /work |
20 | 2025-03-22T19:15:01.882Z | process exited: duration 4080 ms, exit code 0 |
|
21 | 2025-03-22T19:15:01.933Z | starting task 1: "rust-toolchain" |
22 | 2025-03-22T19:15:01.959Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-22T19:15:01.959Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-22T19:15:01.959Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-03-22T19:15:01.959Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-22T19:15:01.959Z | * rust toolchain channel = "1.85.0" |
27 | 2025-03-22T19:15:01.959Z | * rust toolchain profile = "default" |
28 | 2025-03-22T19:15:01.959Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-22T19:15:01.959Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-22T19:15:02.080Z | info: downloading installer |
31 | 2025-03-22T19:15:02.695Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-22T19:15:02.695Z | warn: /opt/ooce/bin |
33 | 2025-03-22T19:15:02.695Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-22T19:15:02.695Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-22T19:15:02.695Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-22T19:15:02.695Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-22T19:15:02.695Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-22T19:15:02.695Z | error: cannot install while Rust is installed |
39 | 2025-03-22T19:15:02.695Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-22T19:15:02.721Z | info: profile set to 'default' |
41 | 2025-03-22T19:15:02.721Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-22T19:15:02.721Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-22T19:15:02.826Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-22T19:15:02.826Z | info: downloading component 'cargo' |
45 | 2025-03-22T19:15:02.980Z | info: downloading component 'clippy' |
46 | 2025-03-22T19:15:03.078Z | info: downloading component 'rust-docs' |
47 | 2025-03-22T19:15:03.278Z | info: downloading component 'rust-std' |
48 | 2025-03-22T19:15:03.600Z | info: downloading component 'rustc' |
49 | 2025-03-22T19:15:04.533Z | info: downloading component 'rustfmt' |
50 | 2025-03-22T19:15:04.591Z | info: installing component 'cargo' |
51 | 2025-03-22T19:15:05.714Z | info: installing component 'clippy' |
52 | 2025-03-22T19:15:06.179Z | info: installing component 'rust-docs' |
53 | 2025-03-22T19:15:09.129Z | info: installing component 'rust-std' |
54 | 2025-03-22T19:15:11.235Z | info: installing component 'rustc' |
55 | 2025-03-22T19:15:18.298Z | info: installing component 'rustfmt' |
56 | 2025-03-22T19:15:18.673Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-22T19:15:18.673Z | |
58 | 2025-03-22T19:15:18.811Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-22T19:15:18.811Z | |
60 | 2025-03-22T19:15:18.811Z | |
61 | 2025-03-22T19:15:18.811Z | Rust is installed now. Great! |
62 | 2025-03-22T19:15:18.811Z | |
63 | 2025-03-22T19:15:18.811Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-22T19:15:18.838Z | environment variable. This has not been done automatically. |
65 | 2025-03-22T19:15:18.838Z | |
66 | 2025-03-22T19:15:18.838Z | To configure your current shell, you need to source |
67 | 2025-03-22T19:15:18.838Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-22T19:15:18.838Z | |
69 | 2025-03-22T19:15:18.838Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-22T19:15:18.838Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-22T19:15:18.838Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-22T19:15:18.838Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-22T19:15:18.897Z | + rustup --version |
74 | 2025-03-22T19:15:18.922Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-22T19:15:18.922Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-22T19:15:18.949Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-22T19:15:18.974Z | + cargo --version |
78 | 2025-03-22T19:15:19.001Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-22T19:15:19.001Z | + rustc --version |
80 | 2025-03-22T19:15:19.026Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-22T19:15:19.026Z | process exited: duration 17082 ms, exit code 0 |
|
82 | 2025-03-22T19:15:19.077Z | starting task 2: "authentication" |
83 | 2025-03-22T19:15:19.136Z | process exited: duration 58 ms, exit code 0 |
|
84 | 2025-03-22T19:15:19.187Z | starting task 3: "clone repository" |
85 | 2025-03-22T19:15:19.216Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-22T19:15:19.216Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-22T19:15:19.241Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-22T19:15:28.156Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-22T19:15:28.156Z | + git fetch origin c2233b9416fade311f4d1984aa3df2f786549aee |
90 | 2025-03-22T19:15:28.550Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-22T19:15:28.550Z | * branch c2233b9416fade311f4d1984aa3df2f786549aee -> FETCH_HEAD |
92 | 2025-03-22T19:15:28.575Z | + [[ -n no-downgrades ]] |
93 | 2025-03-22T19:15:28.575Z | ++ git branch --show-current |
94 | 2025-03-22T19:15:28.575Z | + current=main |
95 | 2025-03-22T19:15:28.575Z | + [[ main != no-downgrades ]] |
96 | 2025-03-22T19:15:28.575Z | + git branch -f no-downgrades c2233b9416fade311f4d1984aa3df2f786549aee |
97 | 2025-03-22T19:15:28.575Z | + git checkout -f no-downgrades |
98 | 2025-03-22T19:15:28.669Z | Switched to branch 'no-downgrades' |
99 | 2025-03-22T19:15:28.695Z | + git reset --hard c2233b9416fade311f4d1984aa3df2f786549aee |
100 | 2025-03-22T19:15:28.759Z | HEAD is now at c2233b941 Better comments & error message |
101 | 2025-03-22T19:15:28.786Z | process exited: duration 9574 ms, exit code 0 |
|
102 | 2025-03-22T19:15:28.837Z | starting task 4: "build" |
103 | 2025-03-22T19:15:28.863Z | + source ./env.sh |
104 | 2025-03-22T19:15:28.863Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-22T19:15:28.863Z | ++ set -o xtrace |
106 | 2025-03-22T19:15:28.863Z | ++++ dirname ./env.sh |
107 | 2025-03-22T19:15:28.863Z | +++ readlink -f . |
108 | 2025-03-22T19:15:28.863Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-22T19:15:28.863Z | ++ 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-22T19:15:28.863Z | ++ 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-22T19:15:28.863Z | ++ 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-22T19:15:28.863Z | ++ 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-22T19:15:28.863Z | ++ 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-22T19:15:28.863Z | ++ 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-22T19:15:28.863Z | ++ 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-22T19:15:28.863Z | ++ 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-22T19:15:28.863Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-22T19:15:28.863Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-22T19:15:28.863Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-22T19:15:28.863Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-22T19:15:28.863Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-22T19:15:28.863Z | + cargo --version |
123 | 2025-03-22T19:15:28.922Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-22T19:15:28.948Z | + rustc --version |
125 | 2025-03-22T19:15:29.007Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-22T19:15:29.033Z | + banner prerequisites |
127 | 2025-03-22T19:15:29.033Z | |
128 | 2025-03-22T19:15:29.033Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-22T19:15:29.033Z | # # # # # # # # # # # # # # # |
130 | 2025-03-22T19:15:29.033Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-22T19:15:29.033Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-22T19:15:29.033Z | # # # # # # # # # # # # # # # |
133 | 2025-03-22T19:15:29.033Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-22T19:15:29.033Z | |
135 | 2025-03-22T19:15:29.033Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-22T19:15:30.371Z | pkg list: illegal option -- F |
137 | 2025-03-22T19:15:30.372Z | Usage: |
138 | 2025-03-22T19:15:30.372Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-22T19:15:30.372Z | [pkg_fmri_pattern ...] |
140 | 2025-03-22T19:15:31.373Z | pkg list: illegal option -- F |
141 | 2025-03-22T19:15:31.373Z | Usage: |
142 | 2025-03-22T19:15:31.373Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-22T19:15:31.373Z | [pkg_fmri_pattern ...] |
144 | 2025-03-22T19:15:41.393Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-22T19:15:46.772Z | Startup: Caching catalogs ... Done |
146 | 2025-03-22T19:16:04.500Z | Planning: Solver setup ... Done (16.403s) |
147 | 2025-03-22T19:16:04.698Z | Planning: Running solver ... Done (0.198s) |
148 | 2025-03-22T19:16:04.838Z | Planning: Finding local manifests ... Done (0.004s) |
149 | 2025-03-22T19:16:04.934Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-22T19:16:05.417Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-22T19:16:05.548Z | Planning: Package planning ... Done (0.131s) |
152 | 2025-03-22T19:16:05.615Z | Planning: Merging actions ... Done (0.067s) |
153 | 2025-03-22T19:16:05.840Z | Planning: Checking for conflicting actions ... Done (0.225s) |
154 | 2025-03-22T19:16:06.886Z | Planning: Consolidating action changes ... Done (1.046s) |
155 | 2025-03-22T19:16:07.302Z | Planning: Evaluating mediators ... Done (0.416s) |
156 | 2025-03-22T19:16:07.403Z | Planning: Planning completed in 20.55 seconds |
157 | 2025-03-22T19:16:07.428Z | Packages to install: 4 |
158 | 2025-03-22T19:16:07.428Z | Packages to update: 3 |
159 | 2025-03-22T19:16:07.428Z | Mediators to change: 2 |
160 | 2025-03-22T19:16:07.428Z | Services to change: 1 |
161 | 2025-03-22T19:16:07.428Z | Estimated space available: 155.12 GB |
162 | 2025-03-22T19:16:07.428Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-22T19:16:07.428Z | Create boot environment: No |
164 | 2025-03-22T19:16:07.429Z | Create backup boot environment: Yes |
165 | 2025-03-22T19:16:07.429Z | Rebuild boot archive: No |
166 | 2025-03-22T19:16:07.429Z | |
167 | 2025-03-22T19:16:07.429Z | Changed mediators: |
168 | 2025-03-22T19:16:07.429Z | mediator clang: |
169 | 2025-03-22T19:16:07.429Z | version: None -> 15 (system default) |
170 | 2025-03-22T19:16:07.429Z | |
171 | 2025-03-22T19:16:07.429Z | mediator llvm: |
172 | 2025-03-22T19:16:07.429Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-22T19:16:07.429Z | |
174 | 2025-03-22T19:16:07.429Z | Changed packages: |
175 | 2025-03-22T19:16:07.429Z | helios-dev |
176 | 2025-03-22T19:16:07.429Z | developer/build-essential |
177 | 2025-03-22T19:16:07.429Z | None -> 11-2.0 |
178 | 2025-03-22T19:16:07.429Z | library/libxmlsec1 |
179 | 2025-03-22T19:16:07.429Z | None -> 1.2.35-2.0 |
180 | 2025-03-22T19:16:07.429Z | ooce/developer/clang-15 |
181 | 2025-03-22T19:16:07.429Z | None -> 15.0.7-2.0 |
182 | 2025-03-22T19:16:07.429Z | ooce/developer/llvm-15 |
183 | 2025-03-22T19:16:07.429Z | None -> 15.0.7-2.0 |
184 | 2025-03-22T19:16:07.429Z | package/pkg |
185 | 2025-03-22T19:16:07.429Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-22T19:16:07.429Z | system/library/g++-runtime |
187 | 2025-03-22T19:16:07.429Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-22T19:16:07.429Z | system/library/gcc-runtime |
189 | 2025-03-22T19:16:07.429Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-22T19:16:07.429Z | |
191 | 2025-03-22T19:16:07.429Z | Services: |
192 | 2025-03-22T19:16:07.429Z | restart_fmri: |
193 | 2025-03-22T19:16:07.429Z | svc:/system/update-man-index:default |
194 | 2025-03-22T19:16:07.429Z | |
195 | 2025-03-22T19:16:07.429Z | Editable files to change: |
196 | 2025-03-22T19:16:07.429Z | Update: |
197 | 2025-03-22T19:16:07.429Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-22T19:16:07.494Z | |
199 | 2025-03-22T19:16:07.494Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-22T19:16:12.495Z | Download: 681/4301 items 16.2/225.4MB 7% complete (3.1M/s) |
201 | 2025-03-22T19:16:17.520Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (8.4M/s) |
202 | 2025-03-22T19:16:22.521Z | Download: 1931/4301 items 118.6/225.4MB 52% complete (10.5M/s) |
203 | 2025-03-22T19:16:27.524Z | Download: 2376/4301 items 120.0/225.4MB 53% complete (3.7M/s) |
204 | 2025-03-22T19:16:32.530Z | Download: 3016/4301 items 121.3/225.4MB 53% complete (276k/s) |
205 | 2025-03-22T19:16:37.544Z | Download: 3284/4301 items 210.2/225.4MB 93% complete (8.9M/s) |
206 | 2025-03-22T19:16:42.562Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (10.0M/s) |
207 | 2025-03-22T19:16:44.530Z | Download: Completed 225.42 MB in 37.04 seconds (6.1M/s) |
208 | 2025-03-22T19:16:46.005Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-03-22T19:16:46.032Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-03-22T19:16:51.032Z | Actions: 3119/5122 actions (Installing new actions) |
211 | 2025-03-22T19:16:51.825Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-03-22T19:16:52.258Z | Actions: Completed 5122 actions in 6.25 seconds. |
213 | 2025-03-22T19:16:52.619Z | Done (0.349s) |
214 | 2025-03-22T19:16:52.644Z | Done (0.001s) |
215 | 2025-03-22T19:16:53.385Z | Done (0.766s) |
216 | 2025-03-22T19:16:58.059Z | Done (4.495s) |
217 | 2025-03-22T19:16:58.151Z | Done (0.019s) |
218 | 2025-03-22T19:16:58.177Z | Done (0.000s) |
219 | 2025-03-22T19:16:58.310Z | Done (0.000s) |
220 | 2025-03-22T19:16:59.097Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-03-22T19:16:59.285Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-03-22T19:16:59.315Z | Planning: Consolidating action changes ... Done |
223 | 2025-03-22T19:16:59.605Z | Planning: Evaluating mediators ... Done |
224 | 2025-03-22T19:16:59.631Z | Planning: Planning completed in 0.53 seconds |
225 | 2025-03-22T19:16:59.660Z | Mediators to change: 2 |
226 | 2025-03-22T19:16:59.660Z | Create boot environment: No |
227 | 2025-03-22T19:16:59.660Z | Create backup boot environment: No |
228 | 2025-03-22T19:16:59.712Z | Done |
229 | 2025-03-22T19:16:59.712Z | Done |
230 | 2025-03-22T19:17:00.274Z | Done |
231 | 2025-03-22T19:17:04.588Z | Done |
232 | 2025-03-22T19:17:04.683Z | Done |
233 | 2025-03-22T19:17:04.713Z | Done |
234 | 2025-03-22T19:17:04.755Z | Done |
235 | 2025-03-22T19:17:05.475Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-03-22T19:17:05.500Z | Planning: Merging actions ... Done |
237 | 2025-03-22T19:17:05.708Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-03-22T19:17:05.734Z | Planning: Consolidating action changes ... Done |
239 | 2025-03-22T19:17:06.033Z | Planning: Evaluating mediators ... Done |
240 | 2025-03-22T19:17:06.100Z | Planning: Planning completed in 0.91 seconds |
241 | 2025-03-22T19:17:06.146Z | Packages to change: 1 |
242 | 2025-03-22T19:17:06.147Z | Mediators to change: 1 |
243 | 2025-03-22T19:17:06.147Z | Services to change: 1 |
244 | 2025-03-22T19:17:06.147Z | Create boot environment: No |
245 | 2025-03-22T19:17:06.172Z | Create backup boot environment: Yes |
246 | 2025-03-22T19:17:07.843Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-03-22T19:17:07.871Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-03-22T19:17:07.872Z | Done |
249 | 2025-03-22T19:17:07.872Z | Done |
250 | 2025-03-22T19:17:07.998Z | Done |
251 | 2025-03-22T19:17:12.292Z | Done |
252 | 2025-03-22T19:17:12.386Z | Done |
253 | 2025-03-22T19:17:12.411Z | Done |
254 | 2025-03-22T19:17:12.480Z | Done |
255 | 2025-03-22T19:17:12.996Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-03-22T19:17:12.996Z | clang system 15 system |
257 | 2025-03-22T19:17:12.996Z | csh system system illumos |
258 | 2025-03-22T19:17:12.996Z | ctags system system illumos |
259 | 2025-03-22T19:17:12.996Z | gcc vendor 12 vendor |
260 | 2025-03-22T19:17:12.996Z | gcc system 10 system |
261 | 2025-03-22T19:17:12.996Z | gcc system 7 system |
262 | 2025-03-22T19:17:12.996Z | go system 1.20 system |
263 | 2025-03-22T19:17:12.996Z | go system 1.19 system |
264 | 2025-03-22T19:17:12.996Z | llvm system 15 system |
265 | 2025-03-22T19:17:12.996Z | llvm system 14 system |
266 | 2025-03-22T19:17:12.996Z | mariadb system 10.6 system |
267 | 2025-03-22T19:17:12.996Z | mta vendor vendor dma |
268 | 2025-03-22T19:17:12.996Z | openjdk system 17 system |
269 | 2025-03-22T19:17:12.996Z | openjdk system 11 system |
270 | 2025-03-22T19:17:12.996Z | openjdk system 1.8 system |
271 | 2025-03-22T19:17:12.996Z | openssl vendor 3 vendor |
272 | 2025-03-22T19:17:12.996Z | perl system 5.36 system |
273 | 2025-03-22T19:17:12.996Z | postgresql system 15 system |
274 | 2025-03-22T19:17:12.996Z | postgresql system 13 system |
275 | 2025-03-22T19:17:12.996Z | python vendor 3 vendor |
276 | 2025-03-22T19:17:12.996Z | python system 2 system |
277 | 2025-03-22T19:17:12.996Z | python3 system 3.11 system |
278 | 2025-03-22T19:17:12.996Z | ruby system 3.0 system |
279 | 2025-03-22T19:17:12.997Z | words vendor vendor american-english |
280 | 2025-03-22T19:17:12.997Z | words system system australian-english |
281 | 2025-03-22T19:17:12.997Z | words system system british-english |
282 | 2025-03-22T19:17:12.997Z | words system system canadian-english |
283 | 2025-03-22T19:17:12.997Z | words system system french |
284 | 2025-03-22T19:17:12.997Z | words system system italian |
285 | 2025-03-22T19:17:12.997Z | words system system ngerman |
286 | 2025-03-22T19:17:12.997Z | words system system ogerman |
287 | 2025-03-22T19:17:12.997Z | words system system spanish |
288 | 2025-03-22T19:17:13.399Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-03-22T19:17:13.399Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-03-22T19:17:17.166Z | FMRI IFO |
291 | 2025-03-22T19:17:17.166Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-03-22T19:17:17.166Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-03-22T19:17:17.166Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-03-22T19:17:17.166Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-03-22T19:17:17.166Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-03-22T19:17:17.166Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-03-22T19:17:17.166Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-03-22T19:17:17.166Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-03-22T19:17:17.167Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-03-22T19:17:17.167Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-03-22T19:17:17.167Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-03-22T19:17:17.167Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-03-22T19:17:17.167Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-03-22T19:17:17.167Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-03-22T19:17:17.167Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-03-22T19:17:18.175Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-03-22T19:17:18.635Z | Updating crates.io index |
308 | 2025-03-22T19:17:18.661Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
309 | 2025-03-22T19:17:19.332Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-03-22T19:17:19.675Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-03-22T19:17:20.004Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
312 | 2025-03-22T19:17:20.390Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
313 | 2025-03-22T19:17:21.596Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
314 | 2025-03-22T19:17:23.549Z | Updating git repository `https://github.com/oxidecomputer/opte` |
315 | 2025-03-22T19:17:24.327Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
316 | 2025-03-22T19:17:25.121Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
317 | 2025-03-22T19:17:25.482Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
318 | 2025-03-22T19:17:25.844Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
319 | 2025-03-22T19:17:26.609Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
320 | 2025-03-22T19:17:27.209Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
321 | 2025-03-22T19:17:27.635Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
322 | 2025-03-22T19:17:28.142Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
323 | 2025-03-22T19:17:28.526Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
324 | 2025-03-22T19:17:28.843Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
325 | 2025-03-22T19:17:29.159Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
326 | 2025-03-22T19:17:29.618Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
327 | 2025-03-22T19:17:30.065Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
328 | 2025-03-22T19:17:30.431Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
329 | 2025-03-22T19:17:30.890Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
330 | 2025-03-22T19:17:31.268Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
331 | 2025-03-22T19:17:31.660Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
332 | 2025-03-22T19:17:32.348Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
333 | 2025-03-22T19:17:32.713Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
334 | 2025-03-22T19:17:33.222Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
335 | 2025-03-22T19:17:33.731Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
336 | 2025-03-22T19:17:34.229Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2025-03-22T19:17:34.551Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2025-03-22T19:17:34.941Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
339 | 2025-03-22T19:17:36.595Z | Downloading crates ... |
340 | 2025-03-22T19:17:36.662Z | Downloaded equivalent v1.0.1 |
341 | 2025-03-22T19:17:36.688Z | Downloaded anstyle v1.0.10 |
342 | 2025-03-22T19:17:36.688Z | Downloaded heck v0.5.0 |
343 | 2025-03-22T19:17:36.688Z | Downloaded crypto-common v0.1.6 |
344 | 2025-03-22T19:17:36.688Z | Downloaded generic-array v0.14.7 |
345 | 2025-03-22T19:17:36.688Z | Downloaded anstream v0.6.15 |
346 | 2025-03-22T19:17:36.688Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2025-03-22T19:17:36.688Z | Downloaded utf8parse v0.2.2 |
348 | 2025-03-22T19:17:36.688Z | Downloaded version_check v0.9.5 |
349 | 2025-03-22T19:17:36.715Z | Downloaded thiserror v1.0.69 |
350 | 2025-03-22T19:17:36.715Z | Downloaded usdt-impl v0.5.0 |
351 | 2025-03-22T19:17:36.715Z | Downloaded textwrap v0.16.1 |
352 | 2025-03-22T19:17:36.715Z | Downloaded typenum v1.17.0 |
353 | 2025-03-22T19:17:36.715Z | Downloaded unicode-ident v1.0.14 |
354 | 2025-03-22T19:17:36.715Z | Downloaded pest v2.7.14 |
355 | 2025-03-22T19:17:36.741Z | Downloaded winnow v0.7.3 |
356 | 2025-03-22T19:17:36.741Z | Downloaded serde_json v1.0.139 |
357 | 2025-03-22T19:17:36.741Z | Downloaded zerocopy v0.7.35 |
358 | 2025-03-22T19:17:36.766Z | Downloaded ucd-trie v0.1.7 |
359 | 2025-03-22T19:17:36.767Z | Downloaded tabled v0.15.0 |
360 | 2025-03-22T19:17:36.792Z | Downloaded syn v1.0.109 |
361 | 2025-03-22T19:17:36.792Z | Downloaded unicode-width v0.1.14 |
362 | 2025-03-22T19:17:36.817Z | Downloaded syn v2.0.98 |
363 | 2025-03-22T19:17:36.817Z | Downloaded rustix v0.37.28 |
364 | 2025-03-22T19:17:36.843Z | Downloaded goblin v0.8.2 |
365 | 2025-03-22T19:17:36.843Z | Downloaded rustix v0.38.37 |
366 | 2025-03-22T19:17:36.868Z | Downloaded clap_builder v4.5.32 |
367 | 2025-03-22T19:17:36.893Z | Downloaded hashbrown v0.15.1 |
368 | 2025-03-22T19:17:36.894Z | Downloaded bitflags v2.6.0 |
369 | 2025-03-22T19:17:36.894Z | Downloaded memchr v2.7.4 |
370 | 2025-03-22T19:17:36.894Z | Downloaded serde_derive v1.0.218 |
371 | 2025-03-22T19:17:36.894Z | Downloaded libc v0.2.170 |
372 | 2025-03-22T19:17:36.919Z | Downloaded camino-tempfile v1.1.1 |
373 | 2025-03-22T19:17:36.919Z | Downloaded serde v1.0.218 |
374 | 2025-03-22T19:17:36.945Z | Downloaded semver v1.0.25 |
375 | 2025-03-22T19:17:36.945Z | Downloaded pretty-hex v0.4.1 |
376 | 2025-03-22T19:17:36.945Z | Downloaded io-lifetimes v1.0.11 |
377 | 2025-03-22T19:17:36.945Z | Downloaded toml_edit v0.22.24 |
378 | 2025-03-22T19:17:36.970Z | Downloaded clap v4.5.32 |
379 | 2025-03-22T19:17:36.971Z | Downloaded indexmap v2.7.1 |
380 | 2025-03-22T19:17:36.971Z | Downloaded fnv v1.0.7 |
381 | 2025-03-22T19:17:36.971Z | Downloaded block-buffer v0.10.4 |
382 | 2025-03-22T19:17:36.971Z | Downloaded ryu v1.0.18 |
383 | 2025-03-22T19:17:36.971Z | Downloaded quote v1.0.39 |
384 | 2025-03-22T19:17:36.996Z | Downloaded proc-macro2 v1.0.94 |
385 | 2025-03-22T19:17:36.996Z | Downloaded plain v0.2.3 |
386 | 2025-03-22T19:17:36.996Z | Downloaded papergrid v0.11.0 |
387 | 2025-03-22T19:17:36.997Z | Downloaded once_cell v1.20.3 |
388 | 2025-03-22T19:17:36.997Z | Downloaded itoa v1.0.11 |
389 | 2025-03-22T19:17:36.997Z | Downloaded cfg-if v1.0.0 |
390 | 2025-03-22T19:17:36.997Z | Downloaded byteorder v1.5.0 |
391 | 2025-03-22T19:17:36.997Z | Downloaded bitflags v1.3.2 |
392 | 2025-03-22T19:17:36.997Z | Downloaded usdt v0.5.0 |
393 | 2025-03-22T19:17:36.997Z | Downloaded toml v0.8.20 |
394 | 2025-03-22T19:17:36.997Z | Downloaded thiserror-impl v2.0.12 |
395 | 2025-03-22T19:17:37.022Z | Downloaded thiserror v2.0.12 |
396 | 2025-03-22T19:17:37.023Z | Downloaded tempfile v3.13.0 |
397 | 2025-03-22T19:17:37.023Z | Downloaded tabled_derive v0.7.0 |
398 | 2025-03-22T19:17:37.023Z | Downloaded sha2 v0.10.8 |
399 | 2025-03-22T19:17:37.023Z | Downloaded scroll_derive v0.12.0 |
400 | 2025-03-22T19:17:37.023Z | Downloaded scroll v0.12.0 |
401 | 2025-03-22T19:17:37.023Z | Downloaded proc-macro-error v1.0.4 |
402 | 2025-03-22T19:17:37.023Z | Downloaded pest_meta v2.7.14 |
403 | 2025-03-22T19:17:37.023Z | Downloaded pest_derive v2.7.14 |
404 | 2025-03-22T19:17:37.023Z | Downloaded anyhow v1.0.97 |
405 | 2025-03-22T19:17:37.048Z | Downloaded terminal_size v0.4.0 |
406 | 2025-03-22T19:17:37.048Z | Downloaded serde_tokenstream v0.2.2 |
407 | 2025-03-22T19:17:37.048Z | Downloaded serde_spanned v0.6.8 |
408 | 2025-03-22T19:17:37.048Z | Downloaded log v0.4.22 |
409 | 2025-03-22T19:17:37.048Z | Downloaded colorchoice v1.0.2 |
410 | 2025-03-22T19:17:37.048Z | Downloaded clap_derive v4.5.32 |
411 | 2025-03-22T19:17:37.048Z | Downloaded cargo-platform v0.1.8 |
412 | 2025-03-22T19:17:37.049Z | Downloaded usdt-macro v0.5.0 |
413 | 2025-03-22T19:17:37.049Z | Downloaded anstyle-query v1.1.1 |
414 | 2025-03-22T19:17:37.049Z | Downloaded unicode-linebreak v0.1.5 |
415 | 2025-03-22T19:17:37.049Z | Downloaded toml_datetime v0.6.8 |
416 | 2025-03-22T19:17:37.049Z | Downloaded thread-id v4.2.2 |
417 | 2025-03-22T19:17:37.049Z | Downloaded thiserror-impl v1.0.69 |
418 | 2025-03-22T19:17:37.049Z | Downloaded terminal_size v0.2.6 |
419 | 2025-03-22T19:17:37.049Z | Downloaded strsim v0.11.1 |
420 | 2025-03-22T19:17:37.049Z | Downloaded smawk v0.3.2 |
421 | 2025-03-22T19:17:37.049Z | Downloaded proc-macro-error-attr v1.0.4 |
422 | 2025-03-22T19:17:37.049Z | Downloaded macaddr v1.0.1 |
423 | 2025-03-22T19:17:37.075Z | Downloaded heck v0.4.1 |
424 | 2025-03-22T19:17:37.075Z | Downloaded fs-err v2.11.0 |
425 | 2025-03-22T19:17:37.075Z | Downloaded fastrand v2.1.1 |
426 | 2025-03-22T19:17:37.075Z | Downloaded cargo_toml v0.21.0 |
427 | 2025-03-22T19:17:37.075Z | Downloaded cargo_metadata v0.19.2 |
428 | 2025-03-22T19:17:37.075Z | Downloaded camino v1.1.9 |
429 | 2025-03-22T19:17:37.075Z | Downloaded anstyle-parse v0.2.5 |
430 | 2025-03-22T19:17:37.075Z | Downloaded usdt-attr-macro v0.5.0 |
431 | 2025-03-22T19:17:37.075Z | Downloaded swrite v0.1.0 |
432 | 2025-03-22T19:17:37.075Z | Downloaded pest_generator v2.7.14 |
433 | 2025-03-22T19:17:37.075Z | Downloaded memmap v0.7.0 |
434 | 2025-03-22T19:17:37.075Z | Downloaded is_terminal_polyfill v1.70.1 |
435 | 2025-03-22T19:17:37.075Z | Downloaded dof v0.3.0 |
436 | 2025-03-22T19:17:37.075Z | Downloaded digest v0.10.7 |
437 | 2025-03-22T19:17:37.075Z | Downloaded clap_lex v0.7.4 |
438 | 2025-03-22T19:17:37.075Z | Downloaded bytecount v0.6.8 |
439 | 2025-03-22T19:17:37.075Z | Downloaded autocfg v1.4.0 |
440 | 2025-03-22T19:17:37.101Z | Downloaded errno v0.3.9 |
441 | 2025-03-22T19:17:37.101Z | Downloaded dtrace-parser v0.2.0 |
442 | 2025-03-22T19:17:37.101Z | Downloaded cpufeatures v0.2.14 |
443 | 2025-03-22T19:17:37.180Z | Compiling proc-macro2 v1.0.94 |
444 | 2025-03-22T19:17:37.180Z | Compiling unicode-ident v1.0.14 |
445 | 2025-03-22T19:17:37.205Z | Compiling libc v0.2.170 |
446 | 2025-03-22T19:17:37.205Z | Compiling version_check v0.9.5 |
447 | 2025-03-22T19:17:37.205Z | Compiling serde v1.0.218 |
448 | 2025-03-22T19:17:37.205Z | Compiling memchr v2.7.4 |
449 | 2025-03-22T19:17:37.205Z | Compiling thiserror v1.0.69 |
450 | 2025-03-22T19:17:37.205Z | Compiling ucd-trie v0.1.7 |
451 | 2025-03-22T19:17:37.511Z | Compiling ryu v1.0.18 |
452 | 2025-03-22T19:17:37.915Z | Compiling itoa v1.0.11 |
453 | 2025-03-22T19:17:38.058Z | Compiling once_cell v1.20.3 |
454 | 2025-03-22T19:17:38.111Z | Compiling byteorder v1.5.0 |
455 | 2025-03-22T19:17:38.198Z | Compiling serde_json v1.0.139 |
456 | 2025-03-22T19:17:38.443Z | Compiling rustix v0.38.37 |
457 | 2025-03-22T19:17:38.565Z | Compiling bitflags v2.6.0 |
458 | 2025-03-22T19:17:38.654Z | Compiling proc-macro-error-attr v1.0.4 |
459 | 2025-03-22T19:17:38.741Z | Compiling usdt-impl v0.5.0 |
460 | 2025-03-22T19:17:38.997Z | Compiling syn v1.0.109 |
461 | 2025-03-22T19:17:39.022Z | Compiling io-lifetimes v1.0.11 |
462 | 2025-03-22T19:17:39.113Z | Compiling quote v1.0.39 |
463 | 2025-03-22T19:17:39.173Z | Compiling errno v0.3.9 |
464 | 2025-03-22T19:17:39.409Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-03-22T19:17:39.445Z | Compiling rustix v0.37.28 |
466 | 2025-03-22T19:17:39.493Z | Compiling syn v2.0.98 |
467 | 2025-03-22T19:17:39.684Z | Compiling equivalent v1.0.1 |
468 | 2025-03-22T19:17:39.710Z | Compiling thread-id v4.2.2 |
469 | 2025-03-22T19:17:39.737Z | Compiling log v0.4.22 |
470 | 2025-03-22T19:17:39.769Z | Compiling utf8parse v0.2.2 |
471 | 2025-03-22T19:17:39.824Z | Compiling hashbrown v0.15.1 |
472 | 2025-03-22T19:17:39.853Z | Compiling plain v0.2.3 |
473 | 2025-03-22T19:17:39.952Z | Compiling camino v1.1.9 |
474 | 2025-03-22T19:17:40.032Z | Compiling anstyle-parse v0.2.5 |
475 | 2025-03-22T19:17:40.401Z | Compiling anstyle-query v1.1.1 |
476 | 2025-03-22T19:17:40.544Z | Compiling pretty-hex v0.4.1 |
477 | 2025-03-22T19:17:40.570Z | Compiling bitflags v1.3.2 |
478 | 2025-03-22T19:17:40.654Z | Compiling winnow v0.7.3 |
479 | 2025-03-22T19:17:40.680Z | Compiling colorchoice v1.0.2 |
480 | 2025-03-22T19:17:40.751Z | Compiling indexmap v2.7.1 |
481 | 2025-03-22T19:17:40.811Z | Compiling is_terminal_polyfill v1.70.1 |
482 | 2025-03-22T19:17:40.867Z | Compiling anstyle v1.0.10 |
483 | 2025-03-22T19:17:40.892Z | Compiling semver v1.0.25 |
484 | 2025-03-22T19:17:40.955Z | Compiling autocfg v1.4.0 |
485 | 2025-03-22T19:17:41.254Z | Compiling unicode-width v0.1.14 |
486 | 2025-03-22T19:17:41.354Z | Compiling thiserror v2.0.12 |
487 | 2025-03-22T19:17:41.563Z | Compiling anstream v0.6.15 |
488 | 2025-03-22T19:17:41.675Z | Compiling terminal_size v0.4.0 |
489 | 2025-03-22T19:17:41.755Z | Compiling fs-err v2.11.0 |
490 | 2025-03-22T19:17:42.022Z | Compiling fnv v1.0.7 |
491 | 2025-03-22T19:17:42.133Z | Compiling heck v0.5.0 |
492 | 2025-03-22T19:17:42.179Z | Compiling fastrand v2.1.1 |
493 | 2025-03-22T19:17:42.205Z | Compiling strsim v0.11.1 |
494 | 2025-03-22T19:17:42.609Z | Compiling bytecount v0.6.8 |
495 | 2025-03-22T19:17:42.708Z | Compiling anyhow v1.0.97 |
496 | 2025-03-22T19:17:42.817Z | Compiling cfg-if v1.0.0 |
497 | 2025-03-22T19:17:42.899Z | Compiling heck v0.4.1 |
498 | 2025-03-22T19:17:42.927Z | Compiling clap_lex v0.7.4 |
499 | 2025-03-22T19:17:43.018Z | Compiling tempfile v3.13.0 |
500 | 2025-03-22T19:17:43.080Z | Compiling terminal_size v0.2.6 |
501 | 2025-03-22T19:17:43.270Z | Compiling clap_builder v4.5.32 |
502 | 2025-03-22T19:17:43.296Z | Compiling papergrid v0.11.0 |
503 | 2025-03-22T19:17:43.482Z | Compiling memmap v0.7.0 |
504 | 2025-03-22T19:17:43.509Z | Compiling smawk v0.3.2 |
505 | 2025-03-22T19:17:43.537Z | Compiling unicode-linebreak v0.1.5 |
506 | 2025-03-22T19:17:43.759Z | Compiling swrite v0.1.0 |
507 | 2025-03-22T19:17:43.891Z | Compiling textwrap v0.16.1 |
508 | 2025-03-22T19:17:44.288Z | Compiling tabled_derive v0.7.0 |
509 | 2025-03-22T19:17:45.521Z | Compiling serde_derive v1.0.218 |
510 | 2025-03-22T19:17:45.521Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-03-22T19:17:45.548Z | Compiling zerocopy-derive v0.7.35 |
512 | 2025-03-22T19:17:45.548Z | Compiling scroll_derive v0.12.0 |
513 | 2025-03-22T19:17:45.548Z | Compiling thiserror-impl v2.0.12 |
514 | 2025-03-22T19:17:45.548Z | Compiling clap_derive v4.5.32 |
515 | 2025-03-22T19:17:45.787Z | Compiling tabled v0.15.0 |
516 | 2025-03-22T19:17:46.718Z | Compiling scroll v0.12.0 |
517 | 2025-03-22T19:17:47.135Z | Compiling zerocopy v0.7.35 |
518 | 2025-03-22T19:17:47.197Z | Compiling goblin v0.8.2 |
519 | 2025-03-22T19:17:48.169Z | Compiling pest v2.7.14 |
520 | 2025-03-22T19:17:49.060Z | Compiling clap v4.5.32 |
521 | 2025-03-22T19:17:50.492Z | Compiling pest_meta v2.7.14 |
522 | 2025-03-22T19:17:51.582Z | Compiling pest_generator v2.7.14 |
523 | 2025-03-22T19:17:52.655Z | Compiling pest_derive v2.7.14 |
524 | 2025-03-22T19:17:53.275Z | Compiling dtrace-parser v0.2.0 |
525 | 2025-03-22T19:17:54.184Z | Compiling serde_spanned v0.6.8 |
526 | 2025-03-22T19:17:54.184Z | Compiling toml_datetime v0.6.8 |
527 | 2025-03-22T19:17:54.210Z | Compiling serde_tokenstream v0.2.2 |
528 | 2025-03-22T19:17:54.490Z | Compiling cargo-platform v0.1.8 |
529 | 2025-03-22T19:17:54.518Z | Compiling macaddr v1.0.1 |
530 | 2025-03-22T19:17:54.723Z | Compiling toml_edit v0.22.24 |
531 | 2025-03-22T19:17:54.771Z | Compiling camino-tempfile v1.1.1 |
532 | 2025-03-22T19:17:55.570Z | Compiling dof v0.3.0 |
533 | 2025-03-22T19:17:55.570Z | Compiling cargo_metadata v0.19.2 |
534 | 2025-03-22T19:17:56.865Z | Compiling usdt-macro v0.5.0 |
535 | 2025-03-22T19:17:56.890Z | Compiling usdt-attr-macro v0.5.0 |
536 | 2025-03-22T19:17:57.373Z | Compiling toml v0.8.20 |
537 | 2025-03-22T19:17:57.821Z | Compiling usdt v0.5.0 |
538 | 2025-03-22T19:17:58.174Z | Compiling cargo_toml v0.21.0 |
539 | 2025-03-22T19:18:01.155Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
540 | 2025-03-22T19:18:04.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.02s |
541 | 2025-03-22T19:18:05.156Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
542 | 2025-03-22T19:18:05.910Z | Downloading crates ... |
543 | 2025-03-22T19:18:06.059Z | Downloaded atomicwrites v0.4.4 |
544 | 2025-03-22T19:18:06.086Z | Downloaded crunchy v0.2.2 |
545 | 2025-03-22T19:18:06.113Z | Downloaded http-range v0.1.5 |
546 | 2025-03-22T19:18:06.113Z | Downloaded ident_case v1.0.1 |
547 | 2025-03-22T19:18:06.113Z | Downloaded rustc-hash v2.1.1 |
548 | 2025-03-22T19:18:06.140Z | Downloaded schemars_derive v0.8.22 |
549 | 2025-03-22T19:18:06.140Z | Downloaded termtree v0.4.1 |
550 | 2025-03-22T19:18:06.140Z | Downloaded tls_codec_derive v0.4.1 |
551 | 2025-03-22T19:18:06.140Z | Downloaded darling_macro v0.20.10 |
552 | 2025-03-22T19:18:06.168Z | Downloaded num-conv v0.1.0 |
553 | 2025-03-22T19:18:06.168Z | Downloaded num-integer v0.1.46 |
554 | 2025-03-22T19:18:06.168Z | Downloaded phf_shared v0.10.0 |
555 | 2025-03-22T19:18:06.168Z | Downloaded resolv-conf v0.7.0 |
556 | 2025-03-22T19:18:06.168Z | Downloaded ref-cast-impl v1.0.23 |
557 | 2025-03-22T19:18:06.195Z | Downloaded slog-stdlog v4.1.1 |
558 | 2025-03-22T19:18:06.195Z | Downloaded dirs-next v2.0.0 |
559 | 2025-03-22T19:18:06.195Z | Downloaded foreign-types-shared v0.3.1 |
560 | 2025-03-22T19:18:06.195Z | Downloaded newline-converter v0.3.0 |
561 | 2025-03-22T19:18:06.195Z | Downloaded fragile v2.0.0 |
562 | 2025-03-22T19:18:06.221Z | Downloaded num-rational v0.4.2 |
563 | 2025-03-22T19:18:06.221Z | Downloaded oxnet v0.1.1 |
564 | 2025-03-22T19:18:06.221Z | Downloaded zerofrom-derive v0.1.4 |
565 | 2025-03-22T19:18:06.221Z | Downloaded russh-cryptovec v0.7.3 |
566 | 2025-03-22T19:18:06.221Z | Downloaded display-error-chain v0.2.2 |
567 | 2025-03-22T19:18:06.221Z | Downloaded postgres-protocol v0.6.8 |
568 | 2025-03-22T19:18:06.247Z | Downloaded num-traits v0.2.19 |
569 | 2025-03-22T19:18:06.247Z | Downloaded strum v0.26.3 |
570 | 2025-03-22T19:18:06.247Z | Downloaded new_debug_unreachable v1.0.6 |
571 | 2025-03-22T19:18:06.273Z | Downloaded sigpipe v0.1.3 |
572 | 2025-03-22T19:18:06.273Z | Downloaded password-hash v0.5.0 |
573 | 2025-03-22T19:18:06.273Z | Downloaded toolchain_find v0.4.0 |
574 | 2025-03-22T19:18:06.273Z | Downloaded topological-sort v0.2.2 |
575 | 2025-03-22T19:18:06.273Z | Downloaded fxhash v0.2.1 |
576 | 2025-03-22T19:18:06.300Z | Downloaded gethostname v0.5.0 |
577 | 2025-03-22T19:18:06.300Z | Downloaded precomputed-hash v0.1.1 |
578 | 2025-03-22T19:18:06.300Z | Downloaded parse-size v1.1.0 |
579 | 2025-03-22T19:18:06.300Z | Downloaded utf8_iter v1.0.4 |
580 | 2025-03-22T19:18:06.300Z | Downloaded futures-executor v0.3.31 |
581 | 2025-03-22T19:18:06.300Z | Downloaded value-bag v1.9.0 |
582 | 2025-03-22T19:18:06.326Z | Downloaded serde_path_to_error v0.1.16 |
583 | 2025-03-22T19:18:06.326Z | Downloaded fd-lock v4.0.2 |
584 | 2025-03-22T19:18:06.326Z | Downloaded want v0.3.1 |
585 | 2025-03-22T19:18:06.352Z | Downloaded walkdir v2.5.0 |
586 | 2025-03-22T19:18:06.352Z | Downloaded sync_wrapper v1.0.1 |
587 | 2025-03-22T19:18:06.352Z | Downloaded tokio-rustls v0.26.0 |
588 | 2025-03-22T19:18:06.352Z | Downloaded tokio-native-tls v0.3.1 |
589 | 2025-03-22T19:18:06.352Z | Downloaded env_filter v0.1.2 |
590 | 2025-03-22T19:18:06.352Z | Downloaded opaque-debug v0.3.1 |
591 | 2025-03-22T19:18:06.378Z | Downloaded stable_deref_trait v1.2.0 |
592 | 2025-03-22T19:18:06.378Z | Downloaded futures-core v0.3.31 |
593 | 2025-03-22T19:18:06.378Z | Downloaded rand_chacha v0.9.0 |
594 | 2025-03-22T19:18:06.378Z | Downloaded simd-adler32 v0.3.7 |
595 | 2025-03-22T19:18:06.378Z | Downloaded slog-bunyan v2.5.0 |
596 | 2025-03-22T19:18:06.379Z | Downloaded subtle v2.6.1 |
597 | 2025-03-22T19:18:06.379Z | Downloaded supports-color v3.0.2 |
598 | 2025-03-22T19:18:06.379Z | Downloaded static_assertions v1.1.0 |
599 | 2025-03-22T19:18:06.406Z | Downloaded slog v2.7.0 |
600 | 2025-03-22T19:18:06.406Z | Downloaded h2 v0.4.6 |
601 | 2025-03-22T19:18:06.406Z | Downloaded rand v0.9.0 |
602 | 2025-03-22T19:18:06.406Z | Downloaded steno v0.4.1 |
603 | 2025-03-22T19:18:06.431Z | Downloaded csv v1.3.1 |
604 | 2025-03-22T19:18:06.457Z | Downloaded slab v0.4.9 |
605 | 2025-03-22T19:18:06.457Z | Downloaded polar-core v0.27.3 |
606 | 2025-03-22T19:18:06.457Z | Downloaded siphasher v0.3.11 |
607 | 2025-03-22T19:18:06.457Z | Downloaded unsafe-libyaml v0.2.11 |
608 | 2025-03-22T19:18:06.482Z | Downloaded signal-hook v0.3.17 |
609 | 2025-03-22T19:18:06.482Z | Downloaded tabled v0.18.0 |
610 | 2025-03-22T19:18:06.508Z | Downloaded quinn v0.11.5 |
611 | 2025-03-22T19:18:06.508Z | Downloaded object v0.30.4 |
612 | 2025-03-22T19:18:06.508Z | Downloaded tower v0.5.2 |
613 | 2025-03-22T19:18:06.534Z | Downloaded dropshot v0.12.0 |
614 | 2025-03-22T19:18:06.559Z | Downloaded itertools v0.14.0 |
615 | 2025-03-22T19:18:06.559Z | Downloaded object v0.36.5 |
616 | 2025-03-22T19:18:06.585Z | Downloaded dropshot v0.16.0 |
617 | 2025-03-22T19:18:06.610Z | Downloaded icu_properties_data v1.5.0 |
618 | 2025-03-22T19:18:06.610Z | Downloaded ratatui v0.29.0 |
619 | 2025-03-22T19:18:06.636Z | Downloaded openapiv3 v2.0.0 |
620 | 2025-03-22T19:18:06.661Z | Downloaded quinn-proto v0.11.8 |
621 | 2025-03-22T19:18:06.661Z | Downloaded webpki-roots v0.26.6 |
622 | 2025-03-22T19:18:06.687Z | Downloaded radix_trie v0.2.1 |
623 | 2025-03-22T19:18:06.687Z | Downloaded hickory-proto v0.24.4 |
624 | 2025-03-22T19:18:06.712Z | Downloaded unicode-width v0.2.0 |
625 | 2025-03-22T19:18:06.712Z | Downloaded sled v0.34.7 |
626 | 2025-03-22T19:18:06.712Z | Downloaded lalrpop v0.19.12 |
627 | 2025-03-22T19:18:06.737Z | Downloaded serde_with v3.12.0 |
628 | 2025-03-22T19:18:06.737Z | Downloaded hkdf v0.12.4 |
629 | 2025-03-22T19:18:06.737Z | Downloaded ssh-key v0.6.6 |
630 | 2025-03-22T19:18:06.763Z | Downloaded regex-automata v0.4.8 |
631 | 2025-03-22T19:18:06.763Z | Downloaded petgraph v0.7.1 |
632 | 2025-03-22T19:18:06.789Z | Downloaded tokio v1.43.0 |
633 | 2025-03-22T19:18:06.831Z | Downloaded libxml v0.3.3 |
634 | 2025-03-22T19:18:06.857Z | Downloaded itertools v0.13.0 |
635 | 2025-03-22T19:18:06.857Z | Downloaded itertools v0.12.1 |
636 | 2025-03-22T19:18:06.857Z | Downloaded hyper v1.6.0 |
637 | 2025-03-22T19:18:06.883Z | Downloaded rand v0.8.5 |
638 | 2025-03-22T19:18:06.883Z | Downloaded hashbrown v0.13.2 |
639 | 2025-03-22T19:18:06.883Z | Downloaded libm v0.2.8 |
640 | 2025-03-22T19:18:06.908Z | Downloaded sha3 v0.10.8 |
641 | 2025-03-22T19:18:06.908Z | Downloaded itertools v0.10.5 |
642 | 2025-03-22T19:18:06.908Z | Downloaded idna v1.0.3 |
643 | 2025-03-22T19:18:06.908Z | Downloaded petgraph v0.6.5 |
644 | 2025-03-22T19:18:06.933Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
645 | 2025-03-22T19:18:06.959Z | Downloaded tracing-core v0.1.32 |
646 | 2025-03-22T19:18:06.959Z | Downloaded serde_yaml v0.9.34+deprecated |
647 | 2025-03-22T19:18:06.959Z | Downloaded yansi v1.0.1 |
648 | 2025-03-22T19:18:06.959Z | Downloaded lzma-sys v0.1.20 |
649 | 2025-03-22T19:18:06.984Z | Downloaded libz-sys v1.1.20 |
650 | 2025-03-22T19:18:07.010Z | Downloaded unicode_categories v0.1.1 |
651 | 2025-03-22T19:18:07.035Z | Downloaded url v2.5.3 |
652 | 2025-03-22T19:18:07.035Z | Downloaded hickory-server v0.24.4 |
653 | 2025-03-22T19:18:07.036Z | Downloaded heapless v0.8.0 |
654 | 2025-03-22T19:18:07.036Z | Downloaded openssl v0.10.71 |
655 | 2025-03-22T19:18:07.062Z | Downloaded socket2 v0.5.8 |
656 | 2025-03-22T19:18:07.062Z | Downloaded rand_core v0.9.2 |
657 | 2025-03-22T19:18:07.062Z | Downloaded displaydoc v0.2.5 |
658 | 2025-03-22T19:18:07.062Z | Downloaded serde_with_macros v3.12.0 |
659 | 2025-03-22T19:18:07.062Z | Downloaded vte v0.11.1 |
660 | 2025-03-22T19:18:07.062Z | Downloaded der v0.7.9 |
661 | 2025-03-22T19:18:07.062Z | Downloaded mio v1.0.2 |
662 | 2025-03-22T19:18:07.087Z | Downloaded encoding_rs v0.8.34 |
663 | 2025-03-22T19:18:07.113Z | Downloaded papergrid v0.14.0 |
664 | 2025-03-22T19:18:07.113Z | Downloaded typify-impl v0.3.0 |
665 | 2025-03-22T19:18:07.138Z | Downloaded minimal-lexical v0.2.1 |
666 | 2025-03-22T19:18:07.138Z | Downloaded icu_collections v1.5.0 |
667 | 2025-03-22T19:18:07.138Z | Downloaded ring v0.17.11 |
668 | 2025-03-22T19:18:07.180Z | Downloaded http v1.2.0 |
669 | 2025-03-22T19:18:07.205Z | Downloaded hickory-resolver v0.24.4 |
670 | 2025-03-22T19:18:07.205Z | Downloaded heapless v0.7.17 |
671 | 2025-03-22T19:18:07.205Z | Downloaded rand_seeder v0.3.0 |
672 | 2025-03-22T19:18:07.205Z | Downloaded rand_core v0.6.4 |
673 | 2025-03-22T19:18:07.205Z | Downloaded document-features v0.2.10 |
674 | 2025-03-22T19:18:07.205Z | Downloaded shlex v1.3.0 |
675 | 2025-03-22T19:18:07.205Z | Downloaded fixedbitset v0.4.2 |
676 | 2025-03-22T19:18:07.205Z | Downloaded gimli v0.31.1 |
677 | 2025-03-22T19:18:07.231Z | Downloaded yasna v0.5.2 |
678 | 2025-03-22T19:18:07.231Z | Downloaded subprocess v0.2.9 |
679 | 2025-03-22T19:18:07.231Z | Downloaded typify-impl v0.2.0 |
680 | 2025-03-22T19:18:07.257Z | Downloaded flate2 v1.1.0 |
681 | 2025-03-22T19:18:07.257Z | Downloaded which v4.4.2 |
682 | 2025-03-22T19:18:07.257Z | Downloaded radium v0.7.0 |
683 | 2025-03-22T19:18:07.257Z | Downloaded r2d2 v0.8.10 |
684 | 2025-03-22T19:18:07.257Z | Downloaded quinn-udp v0.5.5 |
685 | 2025-03-22T19:18:07.257Z | Downloaded sha1 v0.10.6 |
686 | 2025-03-22T19:18:07.257Z | Downloaded vcpkg v0.2.15 |
687 | 2025-03-22T19:18:07.299Z | Downloaded icu_properties v1.5.1 |
688 | 2025-03-22T19:18:07.324Z | Downloaded hyper-util v0.1.10 |
689 | 2025-03-22T19:18:07.324Z | Downloaded funty v2.0.0 |
690 | 2025-03-22T19:18:07.324Z | Downloaded quick-xml v0.37.2 |
691 | 2025-03-22T19:18:07.324Z | Downloaded serde_plain v1.0.2 |
692 | 2025-03-22T19:18:07.324Z | Downloaded git2 v0.19.0 |
693 | 2025-03-22T19:18:07.350Z | Downloaded wait-timeout v0.2.0 |
694 | 2025-03-22T19:18:07.350Z | Downloaded predicates-tree v1.0.11 |
695 | 2025-03-22T19:18:07.350Z | Downloaded predicates-core v1.0.8 |
696 | 2025-03-22T19:18:07.350Z | Downloaded pem-rfc7468 v0.7.0 |
697 | 2025-03-22T19:18:07.350Z | Downloaded num_enum_derive v0.5.11 |
698 | 2025-03-22T19:18:07.350Z | Downloaded pkcs5 v0.7.1 |
699 | 2025-03-22T19:18:07.350Z | Downloaded enum-as-inner v0.6.1 |
700 | 2025-03-22T19:18:07.350Z | Downloaded signal-hook-tokio v0.3.1 |
701 | 2025-03-22T19:18:07.350Z | Downloaded derive_builder_macro v0.20.2 |
702 | 2025-03-22T19:18:07.350Z | Downloaded tokio-rustls v0.25.0 |
703 | 2025-03-22T19:18:07.350Z | Downloaded strum_macros v0.26.4 |
704 | 2025-03-22T19:18:07.350Z | Downloaded miniz_oxide v0.8.5 |
705 | 2025-03-22T19:18:07.376Z | Downloaded similar v2.7.0 |
706 | 2025-03-22T19:18:07.376Z | Downloaded omicron-zone-package v0.12.0 |
707 | 2025-03-22T19:18:07.376Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
708 | 2025-03-22T19:18:07.451Z | Downloaded futures-channel v0.3.31 |
709 | 2025-03-22T19:18:07.477Z | Downloaded tokio-postgres v0.7.13 |
710 | 2025-03-22T19:18:07.477Z | Downloaded xz2 v0.1.7 |
711 | 2025-03-22T19:18:07.477Z | Downloaded sct v0.7.1 |
712 | 2025-03-22T19:18:07.477Z | Downloaded ppv-lite86 v0.2.20 |
713 | 2025-03-22T19:18:07.477Z | Downloaded zerocopy-derive v0.6.6 |
714 | 2025-03-22T19:18:07.504Z | Downloaded slog-async v2.8.0 |
715 | 2025-03-22T19:18:07.504Z | Downloaded signal-hook-registry v1.4.2 |
716 | 2025-03-22T19:18:07.504Z | Downloaded litrs v0.4.1 |
717 | 2025-03-22T19:18:07.530Z | Downloaded string_cache v0.8.7 |
718 | 2025-03-22T19:18:07.530Z | Downloaded mockall_derive v0.13.1 |
719 | 2025-03-22T19:18:07.530Z | Downloaded diesel v2.2.8 |
720 | 2025-03-22T19:18:07.555Z | Downloaded bstr v1.10.0 |
721 | 2025-03-22T19:18:07.581Z | Downloaded multer v3.1.0 |
722 | 2025-03-22T19:18:07.581Z | Downloaded futures v0.3.31 |
723 | 2025-03-22T19:18:07.581Z | Downloaded indexmap v1.9.3 |
724 | 2025-03-22T19:18:07.581Z | Downloaded signal-hook-mio v0.2.4 |
725 | 2025-03-22T19:18:07.581Z | Downloaded rand_xorshift v0.3.0 |
726 | 2025-03-22T19:18:07.581Z | Downloaded rand_chacha v0.3.1 |
727 | 2025-03-22T19:18:07.581Z | Downloaded dropshot_endpoint v0.16.0 |
728 | 2025-03-22T19:18:07.581Z | Downloaded dropshot_endpoint v0.12.0 |
729 | 2025-03-22T19:18:07.607Z | Downloaded hashbrown v0.12.3 |
730 | 2025-03-22T19:18:07.607Z | Downloaded tracing v0.1.40 |
731 | 2025-03-22T19:18:07.607Z | Downloaded indicatif v0.17.11 |
732 | 2025-03-22T19:18:07.607Z | Downloaded olpc-cjson v0.1.4 |
733 | 2025-03-22T19:18:07.607Z | Downloaded mockall v0.13.1 |
734 | 2025-03-22T19:18:07.607Z | Downloaded fs_extra v1.3.0 |
735 | 2025-03-22T19:18:07.607Z | Downloaded env_logger v0.10.2 |
736 | 2025-03-22T19:18:07.632Z | Downloaded tokio-util v0.7.13 |
737 | 2025-03-22T19:18:07.632Z | Downloaded spin v0.9.8 |
738 | 2025-03-22T19:18:07.632Z | Downloaded libloading v0.8.5 |
739 | 2025-03-22T19:18:07.632Z | Downloaded fixedbitset v0.5.7 |
740 | 2025-03-22T19:18:07.632Z | Downloaded env_logger v0.11.5 |
741 | 2025-03-22T19:18:07.632Z | Downloaded derive-where v1.2.7 |
742 | 2025-03-22T19:18:07.632Z | Downloaded whoami v1.5.2 |
743 | 2025-03-22T19:18:07.632Z | Downloaded ssh-encoding v0.2.0 |
744 | 2025-03-22T19:18:07.658Z | Downloaded ssh-cipher v0.2.0 |
745 | 2025-03-22T19:18:07.658Z | Downloaded percent-encoding v2.3.1 |
746 | 2025-03-22T19:18:07.658Z | Downloaded peg v0.8.5 |
747 | 2025-03-22T19:18:07.658Z | Downloaded number_prefix v0.4.0 |
748 | 2025-03-22T19:18:07.658Z | Downloaded flagset v0.4.6 |
749 | 2025-03-22T19:18:07.658Z | Downloaded derive_builder_core v0.20.2 |
750 | 2025-03-22T19:18:07.658Z | Downloaded yoke v0.7.4 |
751 | 2025-03-22T19:18:07.658Z | Downloaded expectorate v1.1.0 |
752 | 2025-03-22T19:18:07.658Z | Downloaded parse-zoneinfo v0.3.1 |
753 | 2025-03-22T19:18:07.658Z | Downloaded futures-util v0.3.31 |
754 | 2025-03-22T19:18:07.684Z | Downloaded downcast v0.11.0 |
755 | 2025-03-22T19:18:07.684Z | Downloaded derive_builder v0.20.2 |
756 | 2025-03-22T19:18:07.684Z | Downloaded deranged v0.3.11 |
757 | 2025-03-22T19:18:07.684Z | Downloaded tokio-rustls v0.24.1 |
758 | 2025-03-22T19:18:07.684Z | Downloaded qorb v0.2.1 |
759 | 2025-03-22T19:18:07.684Z | Downloaded pretty_assertions v1.4.1 |
760 | 2025-03-22T19:18:07.684Z | Downloaded try-lock v0.2.5 |
761 | 2025-03-22T19:18:07.684Z | Downloaded winnow v0.6.20 |
762 | 2025-03-22T19:18:07.710Z | Downloaded sqlparser v0.45.0 |
763 | 2025-03-22T19:18:07.710Z | Downloaded peg-macros v0.8.5 |
764 | 2025-03-22T19:18:07.710Z | Downloaded synstructure v0.13.1 |
765 | 2025-03-22T19:18:07.735Z | Downloaded tokio-tungstenite v0.21.0 |
766 | 2025-03-22T19:18:07.735Z | Downloaded prettyplease v0.2.30 |
767 | 2025-03-22T19:18:07.735Z | Downloaded fatfs v0.3.6 |
768 | 2025-03-22T19:18:07.735Z | Downloaded serde_urlencoded v0.7.1 |
769 | 2025-03-22T19:18:07.735Z | Downloaded pem v3.0.5 |
770 | 2025-03-22T19:18:07.735Z | Downloaded smoltcp v0.11.0 |
771 | 2025-03-22T19:18:07.761Z | Downloaded toml v0.7.8 |
772 | 2025-03-22T19:18:07.761Z | Downloaded uuid v1.15.1 |
773 | 2025-03-22T19:18:07.761Z | Downloaded winnow v0.5.40 |
774 | 2025-03-22T19:18:07.761Z | Downloaded universal-hash v0.5.1 |
775 | 2025-03-22T19:18:07.761Z | Downloaded regress v0.10.3 |
776 | 2025-03-22T19:18:07.815Z | Downloaded regex-syntax v0.8.5 |
777 | 2025-03-22T19:18:07.815Z | Downloaded pkcs1 v0.7.5 |
778 | 2025-03-22T19:18:07.815Z | Downloaded der_derive v0.7.3 |
779 | 2025-03-22T19:18:07.841Z | Downloaded indoc v2.0.6 |
780 | 2025-03-22T19:18:07.841Z | Downloaded sync-ptr v0.1.1 |
781 | 2025-03-22T19:18:07.841Z | Downloaded shell-words v1.1.0 |
782 | 2025-03-22T19:18:07.841Z | Downloaded sec1 v0.7.3 |
783 | 2025-03-22T19:18:07.841Z | Downloaded getrandom v0.2.15 |
784 | 2025-03-22T19:18:07.841Z | Downloaded tokio-stream v0.1.17 |
785 | 2025-03-22T19:18:07.841Z | Downloaded quick-error v1.2.3 |
786 | 2025-03-22T19:18:07.841Z | Downloaded waitgroup v0.1.2 |
787 | 2025-03-22T19:18:07.841Z | Downloaded vte_generate_state_changes v0.1.2 |
788 | 2025-03-22T19:18:07.841Z | Downloaded pretty-hex v0.2.1 |
789 | 2025-03-22T19:18:07.842Z | Downloaded predicates v3.1.3 |
790 | 2025-03-22T19:18:07.842Z | Downloaded parking_lot v0.11.2 |
791 | 2025-03-22T19:18:07.842Z | Downloaded tough v0.19.0 |
792 | 2025-03-22T19:18:07.842Z | Downloaded utf-8 v0.7.6 |
793 | 2025-03-22T19:18:07.842Z | Downloaded p384 v0.13.0 |
794 | 2025-03-22T19:18:07.842Z | Downloaded tui-tree-widget v0.23.0 |
795 | 2025-03-22T19:18:07.842Z | Downloaded fallible-iterator v0.2.0 |
796 | 2025-03-22T19:18:07.842Z | Downloaded num_threads v0.1.7 |
797 | 2025-03-22T19:18:07.842Z | Downloaded ed25519-dalek v2.1.1 |
798 | 2025-03-22T19:18:07.842Z | Downloaded portable-atomic v1.9.0 |
799 | 2025-03-22T19:18:07.842Z | Downloaded smoltcp v0.9.1 |
800 | 2025-03-22T19:18:07.868Z | Downloaded icu_normalizer_data v1.5.0 |
801 | 2025-03-22T19:18:07.868Z | Downloaded primeorder v0.13.6 |
802 | 2025-03-22T19:18:07.868Z | Downloaded filetime v0.2.25 |
803 | 2025-03-22T19:18:07.868Z | Downloaded ff v0.13.0 |
804 | 2025-03-22T19:18:07.868Z | Downloaded tracing-attributes v0.1.27 |
805 | 2025-03-22T19:18:07.868Z | Downloaded tokio-tungstenite v0.23.1 |
806 | 2025-03-22T19:18:07.894Z | Downloaded serde-big-array v0.5.1 |
807 | 2025-03-22T19:18:07.894Z | Downloaded half v2.4.1 |
808 | 2025-03-22T19:18:07.894Z | Downloaded getrandom v0.3.1 |
809 | 2025-03-22T19:18:07.894Z | Downloaded openssl-sys v0.9.106 |
810 | 2025-03-22T19:18:07.920Z | Downloaded x509-cert v0.2.5 |
811 | 2025-03-22T19:18:07.920Z | Downloaded tower-service v0.3.3 |
812 | 2025-03-22T19:18:07.920Z | Downloaded rsa v0.9.6 |
813 | 2025-03-22T19:18:07.945Z | Downloaded zerocopy v0.8.10 |
814 | 2025-03-22T19:18:07.984Z | Downloaded rustls-webpki v0.102.8 |
815 | 2025-03-22T19:18:08.011Z | Downloaded lazy_static v1.5.0 |
816 | 2025-03-22T19:18:08.037Z | Downloaded icu_normalizer v1.5.0 |
817 | 2025-03-22T19:18:08.037Z | Downloaded serde_derive_internals v0.29.1 |
818 | 2025-03-22T19:18:08.037Z | Downloaded serde-hex v0.1.0 |
819 | 2025-03-22T19:18:08.037Z | Downloaded semver v0.1.20 |
820 | 2025-03-22T19:18:08.037Z | Downloaded secrecy v0.8.0 |
821 | 2025-03-22T19:18:08.037Z | Downloaded globset v0.4.15 |
822 | 2025-03-22T19:18:08.037Z | Downloaded vergen v8.3.2 |
823 | 2025-03-22T19:18:08.037Z | Downloaded uzers v0.12.1 |
824 | 2025-03-22T19:18:08.037Z | Downloaded parse-display v0.10.0 |
825 | 2025-03-22T19:18:08.037Z | Downloaded parking_lot_core v0.9.10 |
826 | 2025-03-22T19:18:08.037Z | Downloaded parking_lot v0.12.3 |
827 | 2025-03-22T19:18:08.063Z | Downloaded oso v0.27.3 |
828 | 2025-03-22T19:18:08.063Z | Downloaded write16 v1.0.0 |
829 | 2025-03-22T19:18:08.063Z | Downloaded tungstenite v0.21.0 |
830 | 2025-03-22T19:18:08.063Z | Downloaded regex-syntax v0.6.29 |
831 | 2025-03-22T19:18:08.063Z | Downloaded hash32 v0.3.1 |
832 | 2025-03-22T19:18:08.063Z | Downloaded hash32 v0.2.1 |
833 | 2025-03-22T19:18:08.063Z | Downloaded group v0.13.0 |
834 | 2025-03-22T19:18:08.063Z | Downloaded glob v0.3.2 |
835 | 2025-03-22T19:18:08.090Z | Downloaded ghash v0.5.1 |
836 | 2025-03-22T19:18:08.090Z | Downloaded vsss-rs v3.3.4 |
837 | 2025-03-22T19:18:08.090Z | Downloaded pkg-config v0.3.31 |
838 | 2025-03-22T19:18:08.090Z | Downloaded pkcs8 v0.10.2 |
839 | 2025-03-22T19:18:08.090Z | Downloaded parking_lot_core v0.8.6 |
840 | 2025-03-22T19:18:08.090Z | Downloaded toml_edit v0.19.15 |
841 | 2025-03-22T19:18:08.116Z | Downloaded p521 v0.13.3 |
842 | 2025-03-22T19:18:08.116Z | Downloaded petname v2.0.2 |
843 | 2025-03-22T19:18:08.116Z | Downloaded nix v0.29.0 |
844 | 2025-03-22T19:18:08.142Z | Downloaded icu_provider v1.5.0 |
845 | 2025-03-22T19:18:08.142Z | Downloaded icu_locid v1.5.0 |
846 | 2025-03-22T19:18:08.142Z | Downloaded highway v1.3.0 |
847 | 2025-03-22T19:18:08.142Z | Downloaded password-hash v0.4.2 |
848 | 2025-03-22T19:18:08.142Z | Downloaded parse-display-derive v0.10.0 |
849 | 2025-03-22T19:18:08.142Z | Downloaded unicode-xid v0.2.6 |
850 | 2025-03-22T19:18:08.142Z | Downloaded sqlformat v0.2.6 |
851 | 2025-03-22T19:18:08.142Z | Downloaded spki v0.7.3 |
852 | 2025-03-22T19:18:08.142Z | Downloaded utf16_iter v1.0.5 |
853 | 2025-03-22T19:18:08.142Z | Downloaded tower-layer v0.3.3 |
854 | 2025-03-22T19:18:08.168Z | Downloaded sqlparser_derive v0.2.2 |
855 | 2025-03-22T19:18:08.168Z | Downloaded pbkdf2 v0.12.2 |
856 | 2025-03-22T19:18:08.168Z | Downloaded typed-path v0.9.3 |
857 | 2025-03-22T19:18:08.168Z | Downloaded strum_macros v0.25.3 |
858 | 2025-03-22T19:18:08.168Z | Downloaded russh v0.45.0 |
859 | 2025-03-22T19:18:08.168Z | Downloaded regex v1.11.1 |
860 | 2025-03-22T19:18:08.193Z | Downloaded rayon v1.10.0 |
861 | 2025-03-22T19:18:08.193Z | Downloaded oso-derive v0.27.3 |
862 | 2025-03-22T19:18:08.193Z | Downloaded openssl-probe v0.1.5 |
863 | 2025-03-22T19:18:08.193Z | Downloaded openssl-macros v0.1.1 |
864 | 2025-03-22T19:18:08.193Z | Downloaded futures-io v0.3.31 |
865 | 2025-03-22T19:18:08.193Z | Downloaded peg-runtime v0.8.5 |
866 | 2025-03-22T19:18:08.194Z | Downloaded nix v0.28.0 |
867 | 2025-03-22T19:18:08.219Z | Downloaded scrypt v0.11.0 |
868 | 2025-03-22T19:18:08.219Z | Downloaded memmap2 v0.9.5 |
869 | 2025-03-22T19:18:08.219Z | Downloaded md-5 v0.10.6 |
870 | 2025-03-22T19:18:08.219Z | Downloaded litemap v0.7.3 |
871 | 2025-03-22T19:18:08.219Z | Downloaded hyper-rustls v0.27.3 |
872 | 2025-03-22T19:18:08.219Z | Downloaded futures-task v0.3.31 |
873 | 2025-03-22T19:18:08.219Z | Downloaded futures-sink v0.3.31 |
874 | 2025-03-22T19:18:08.219Z | Downloaded xattr v1.3.1 |
875 | 2025-03-22T19:18:08.219Z | Downloaded wyz v0.5.1 |
876 | 2025-03-22T19:18:08.219Z | Downloaded reqwest v0.12.12 |
877 | 2025-03-22T19:18:08.245Z | Downloaded pin-utils v0.1.0 |
878 | 2025-03-22T19:18:08.245Z | Downloaded futures-macro v0.3.31 |
879 | 2025-03-22T19:18:08.245Z | Downloaded writeable v0.5.5 |
880 | 2025-03-22T19:18:08.245Z | Downloaded endian-type v0.1.2 |
881 | 2025-03-22T19:18:08.245Z | Downloaded nix v0.27.1 |
882 | 2025-03-22T19:18:08.245Z | Downloaded curve25519-dalek v4.1.3 |
883 | 2025-03-22T19:18:08.271Z | Downloaded icu_locid_transform_data v1.5.0 |
884 | 2025-03-22T19:18:08.271Z | Downloaded native-tls v0.2.12 |
885 | 2025-03-22T19:18:08.271Z | Downloaded elliptic-curve v0.13.8 |
886 | 2025-03-22T19:18:08.271Z | Downloaded ed25519 v2.2.3 |
887 | 2025-03-22T19:18:08.271Z | Downloaded untrusted v0.9.0 |
888 | 2025-03-22T19:18:08.271Z | Downloaded untrusted v0.7.1 |
889 | 2025-03-22T19:18:08.271Z | Downloaded tungstenite v0.23.0 |
890 | 2025-03-22T19:18:08.296Z | Downloaded tar v0.4.44 |
891 | 2025-03-22T19:18:08.296Z | Downloaded hmac v0.12.1 |
892 | 2025-03-22T19:18:08.296Z | Downloaded hickory-client v0.24.4 |
893 | 2025-03-22T19:18:08.296Z | Downloaded signature v2.2.0 |
894 | 2025-03-22T19:18:08.296Z | Downloaded serde_repr v0.1.19 |
895 | 2025-03-22T19:18:08.297Z | Downloaded num_enum v0.5.11 |
896 | 2025-03-22T19:18:08.297Z | Downloaded nanorand v0.7.0 |
897 | 2025-03-22T19:18:08.297Z | Downloaded ena v0.14.3 |
898 | 2025-03-22T19:18:08.297Z | Downloaded either v1.14.0 |
899 | 2025-03-22T19:18:08.297Z | Downloaded typify v0.3.0 |
900 | 2025-03-22T19:18:08.322Z | Downloaded strip-ansi-escapes v0.2.0 |
901 | 2025-03-22T19:18:08.323Z | Downloaded ron v0.8.1 |
902 | 2025-03-22T19:18:08.323Z | Downloaded unicode-normalization v0.1.24 |
903 | 2025-03-22T19:18:08.323Z | Downloaded ecdsa v0.16.9 |
904 | 2025-03-22T19:18:08.323Z | Downloaded twox-hash v2.1.0 |
905 | 2025-03-22T19:18:08.323Z | Downloaded rustc-demangle v0.1.24 |
906 | 2025-03-22T19:18:08.323Z | Downloaded russh-keys v0.45.0 |
907 | 2025-03-22T19:18:08.323Z | Downloaded ron v0.7.1 |
908 | 2025-03-22T19:18:08.348Z | Downloaded p256 v0.13.2 |
909 | 2025-03-22T19:18:08.348Z | Downloaded scopeguard v1.2.0 |
910 | 2025-03-22T19:18:08.348Z | Downloaded salty v0.3.0 |
911 | 2025-03-22T19:18:08.348Z | Downloaded mime_guess v2.0.5 |
912 | 2025-03-22T19:18:08.348Z | Downloaded managed v0.8.0 |
913 | 2025-03-22T19:18:08.348Z | Downloaded idna_adapter v1.2.0 |
914 | 2025-03-22T19:18:08.348Z | Downloaded pbkdf2 v0.11.0 |
915 | 2025-03-22T19:18:08.348Z | Downloaded path-slash v0.1.5 |
916 | 2025-03-22T19:18:08.348Z | Downloaded paste v1.0.15 |
917 | 2025-03-22T19:18:08.375Z | Downloaded multimap v0.10.0 |
918 | 2025-03-22T19:18:08.375Z | Downloaded embedded-io v0.6.1 |
919 | 2025-03-22T19:18:08.375Z | Downloaded embedded-io v0.4.0 |
920 | 2025-03-22T19:18:08.375Z | Downloaded dyn-clone v1.0.19 |
921 | 2025-03-22T19:18:08.375Z | Downloaded dunce v1.0.5 |
922 | 2025-03-22T19:18:08.375Z | Downloaded dsl_auto_type v0.1.2 |
923 | 2025-03-22T19:18:08.375Z | Downloaded typify v0.2.0 |
924 | 2025-03-22T19:18:08.375Z | Downloaded strum_macros v0.24.3 |
925 | 2025-03-22T19:18:08.375Z | Downloaded rpassword v7.3.1 |
926 | 2025-03-22T19:18:08.375Z | Downloaded postgres-types v0.2.9 |
927 | 2025-03-22T19:18:08.375Z | Downloaded poly1305 v0.8.0 |
928 | 2025-03-22T19:18:08.375Z | Downloaded packed_struct_codegen v0.10.1 |
929 | 2025-03-22T19:18:08.375Z | Downloaded owo-colors v4.2.0 |
930 | 2025-03-22T19:18:08.401Z | Downloaded diesel_derives v2.2.3 |
931 | 2025-03-22T19:18:08.401Z | Downloaded unicode-segmentation v1.12.0 |
932 | 2025-03-22T19:18:08.401Z | Downloaded smf v0.2.3 |
933 | 2025-03-22T19:18:08.401Z | Downloaded lock_api v0.4.12 |
934 | 2025-03-22T19:18:08.401Z | Downloaded jobserver v0.1.32 |
935 | 2025-03-22T19:18:08.401Z | Downloaded ipnet v2.11.0 |
936 | 2025-03-22T19:18:08.401Z | Downloaded structmeta-derive v0.3.0 |
937 | 2025-03-22T19:18:08.401Z | Downloaded structmeta v0.3.0 |
938 | 2025-03-22T19:18:08.401Z | Downloaded stringprep v0.1.5 |
939 | 2025-03-22T19:18:08.401Z | Downloaded rtoolbox v0.0.2 |
940 | 2025-03-22T19:18:08.401Z | Downloaded powerfmt v0.2.0 |
941 | 2025-03-22T19:18:08.401Z | Downloaded unicode-bidi v0.3.17 |
942 | 2025-03-22T19:18:08.427Z | Downloaded reedline v0.38.0 |
943 | 2025-03-22T19:18:08.427Z | Downloaded rustc-hash v1.1.0 |
944 | 2025-03-22T19:18:08.427Z | Downloaded postcard v1.0.10 |
945 | 2025-03-22T19:18:08.427Z | Downloaded polyval v0.6.2 |
946 | 2025-03-22T19:18:08.427Z | Downloaded packed_struct v0.10.1 |
947 | 2025-03-22T19:18:08.427Z | Downloaded flume v0.11.1 |
948 | 2025-03-22T19:18:08.427Z | Downloaded icu_provider_macros v1.5.0 |
949 | 2025-03-22T19:18:08.427Z | Downloaded iana-time-zone v0.1.61 |
950 | 2025-03-22T19:18:08.427Z | Downloaded hyper-staticfile v0.10.1 |
951 | 2025-03-22T19:18:08.452Z | Downloaded base64ct v1.6.0 |
952 | 2025-03-22T19:18:08.452Z | Downloaded snafu v0.8.5 |
953 | 2025-03-22T19:18:08.452Z | Downloaded rcgen v0.12.1 |
954 | 2025-03-22T19:18:08.452Z | Downloaded data-encoding v2.6.0 |
955 | 2025-03-22T19:18:08.452Z | Downloaded keccak v0.1.5 |
956 | 2025-03-22T19:18:08.452Z | Downloaded internet-checksum v0.2.1 |
957 | 2025-03-22T19:18:08.452Z | Downloaded indent_write v2.2.0 |
958 | 2025-03-22T19:18:08.453Z | Downloaded lru v0.12.5 |
959 | 2025-03-22T19:18:08.453Z | Downloaded linked-hash-map v0.5.6 |
960 | 2025-03-22T19:18:08.453Z | Downloaded libefi-sys v0.1.0 |
961 | 2025-03-22T19:18:08.453Z | Downloaded lazycell v1.3.0 |
962 | 2025-03-22T19:18:08.453Z | Downloaded hyper-tls v0.6.0 |
963 | 2025-03-22T19:18:08.453Z | Downloaded tokio-macros v2.5.0 |
964 | 2025-03-22T19:18:08.453Z | Downloaded humantime v2.1.0 |
965 | 2025-03-22T19:18:08.479Z | Downloaded diff v0.1.13 |
966 | 2025-03-22T19:18:08.479Z | Downloaded unicode-properties v0.1.3 |
967 | 2025-03-22T19:18:08.479Z | Downloaded time v0.3.36 |
968 | 2025-03-22T19:18:08.479Z | Downloaded libsw-core v0.3.1 |
969 | 2025-03-22T19:18:08.479Z | Downloaded lalrpop-util v0.19.12 |
970 | 2025-03-22T19:18:08.479Z | Downloaded kstat-rs v0.2.4 |
971 | 2025-03-22T19:18:08.479Z | Downloaded inout v0.1.3 |
972 | 2025-03-22T19:18:08.479Z | Downloaded icu_locid_transform v1.5.0 |
973 | 2025-03-22T19:18:08.479Z | Downloaded hubpack v0.1.2 |
974 | 2025-03-22T19:18:08.479Z | Downloaded httparse v1.9.5 |
975 | 2025-03-22T19:18:08.505Z | Downloaded heck v0.3.3 |
976 | 2025-03-22T19:18:08.505Z | Downloaded num-iter v0.1.45 |
977 | 2025-03-22T19:18:08.505Z | Downloaded newtype-uuid v1.2.1 |
978 | 2025-03-22T19:18:08.505Z | Downloaded unicode-truncate v1.1.0 |
979 | 2025-03-22T19:18:08.505Z | Downloaded zone_cfg_derive v0.1.2 |
980 | 2025-03-22T19:18:08.505Z | Downloaded mime v0.3.17 |
981 | 2025-03-22T19:18:08.505Z | Downloaded indoc v1.0.9 |
982 | 2025-03-22T19:18:08.505Z | Downloaded form_urlencoded v1.2.1 |
983 | 2025-03-22T19:18:08.505Z | Downloaded foreign-types-macros v0.2.3 |
984 | 2025-03-22T19:18:08.505Z | Downloaded foreign-types v0.3.2 |
985 | 2025-03-22T19:18:08.505Z | Downloaded float-ord v0.3.2 |
986 | 2025-03-22T19:18:08.505Z | Downloaded derive_more v0.99.19 |
987 | 2025-03-22T19:18:08.505Z | Downloaded unicase v2.7.0 |
988 | 2025-03-22T19:18:08.505Z | Downloaded slog-dtrace v0.3.0 |
989 | 2025-03-22T19:18:08.505Z | Downloaded pin-project v1.1.6 |
990 | 2025-03-22T19:18:08.531Z | Downloaded phf_generator v0.11.2 |
991 | 2025-03-22T19:18:08.531Z | Downloaded num-bigint-dig v0.8.4 |
992 | 2025-03-22T19:18:08.531Z | Downloaded maplit v1.0.2 |
993 | 2025-03-22T19:18:08.531Z | Downloaded lockfree-object-pool v0.1.6 |
994 | 2025-03-22T19:18:08.531Z | Downloaded cassowary v0.3.0 |
995 | 2025-03-22T19:18:08.531Z | Downloaded foreign-types-shared v0.1.1 |
996 | 2025-03-22T19:18:08.531Z | Downloaded foldhash v0.1.3 |
997 | 2025-03-22T19:18:08.531Z | Downloaded float-cmp v0.10.0 |
998 | 2025-03-22T19:18:08.557Z | Downloaded des v0.8.1 |
999 | 2025-03-22T19:18:08.557Z | Downloaded zip v2.1.3 |
1000 | 2025-03-22T19:18:08.557Z | Downloaded memoffset v0.9.1 |
1001 | 2025-03-22T19:18:08.557Z | Downloaded lru-cache v0.1.2 |
1002 | 2025-03-22T19:18:08.557Z | Downloaded linear-map v1.2.0 |
1003 | 2025-03-22T19:18:08.557Z | Downloaded libsw v3.4.0 |
1004 | 2025-03-22T19:18:08.557Z | Downloaded is-terminal v0.4.13 |
1005 | 2025-03-22T19:18:08.557Z | Downloaded impl-trait-for-tuples v0.2.2 |
1006 | 2025-03-22T19:18:08.557Z | Downloaded ctr v0.9.2 |
1007 | 2025-03-22T19:18:08.557Z | Downloaded foreign-types v0.5.0 |
1008 | 2025-03-22T19:18:08.557Z | Downloaded dirs-sys-next v0.1.2 |
1009 | 2025-03-22T19:18:08.557Z | Downloaded diesel-dtrace v0.4.2 |
1010 | 2025-03-22T19:18:08.557Z | Downloaded unarray v0.1.4 |
1011 | 2025-03-22T19:18:08.557Z | Downloaded rfc6979 v0.4.0 |
1012 | 2025-03-22T19:18:08.583Z | Downloaded rustls v0.23.19 |
1013 | 2025-03-22T19:18:08.583Z | Downloaded maybe-uninit v2.0.0 |
1014 | 2025-03-22T19:18:08.583Z | Downloaded ipnetwork v0.21.1 |
1015 | 2025-03-22T19:18:08.583Z | Downloaded difflib v0.4.0 |
1016 | 2025-03-22T19:18:08.583Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1017 | 2025-03-22T19:18:08.583Z | Downloaded typify-macro v0.3.0 |
1018 | 2025-03-22T19:18:08.583Z | Downloaded typify-macro v0.2.0 |
1019 | 2025-03-22T19:18:08.583Z | Downloaded snafu-derive v0.8.5 |
1020 | 2025-03-22T19:18:08.583Z | Downloaded smallvec v1.14.0 |
1021 | 2025-03-22T19:18:08.583Z | Downloaded smallvec v0.6.14 |
1022 | 2025-03-22T19:18:08.609Z | Downloaded slog-term v2.9.1 |
1023 | 2025-03-22T19:18:08.609Z | Downloaded ref-cast v1.0.23 |
1024 | 2025-03-22T19:18:08.609Z | Downloaded nom v7.1.3 |
1025 | 2025-03-22T19:18:08.609Z | Downloaded rustls v0.22.4 |
1026 | 2025-03-22T19:18:08.634Z | Downloaded instability v0.3.2 |
1027 | 2025-03-22T19:18:08.634Z | Downloaded slog-scope v4.4.0 |
1028 | 2025-03-22T19:18:08.634Z | Downloaded slog-json v2.6.1 |
1029 | 2025-03-22T19:18:08.634Z | Downloaded slog-envlogger v2.2.0 |
1030 | 2025-03-22T19:18:08.634Z | Downloaded rayon-core v1.12.1 |
1031 | 2025-03-22T19:18:08.634Z | Downloaded zerovec v0.10.4 |
1032 | 2025-03-22T19:18:08.634Z | Downloaded progenitor v0.9.1 |
1033 | 2025-03-22T19:18:08.635Z | Downloaded match_cfg v0.1.0 |
1034 | 2025-03-22T19:18:08.635Z | Downloaded pin-project-internal v1.1.6 |
1035 | 2025-03-22T19:18:08.635Z | Downloaded phf_codegen v0.11.2 |
1036 | 2025-03-22T19:18:08.660Z | Downloaded num-bigint v0.4.6 |
1037 | 2025-03-22T19:18:08.660Z | Downloaded normalize-line-endings v0.3.0 |
1038 | 2025-03-22T19:18:08.660Z | Downloaded rustls v0.21.12 |
1039 | 2025-03-22T19:18:08.660Z | Downloaded hex-literal v0.4.1 |
1040 | 2025-03-22T19:18:08.660Z | Downloaded castaway v0.2.3 |
1041 | 2025-03-22T19:18:08.660Z | Downloaded pin-project-lite v0.2.14 |
1042 | 2025-03-22T19:18:08.686Z | Downloaded phf_shared v0.11.2 |
1043 | 2025-03-22T19:18:08.686Z | Downloaded zeroize_derive v1.4.2 |
1044 | 2025-03-22T19:18:08.686Z | Downloaded chrono-tz v0.10.1 |
1045 | 2025-03-22T19:18:08.686Z | Downloaded phf v0.11.2 |
1046 | 2025-03-22T19:18:08.686Z | Downloaded num-derive v0.4.2 |
1047 | 2025-03-22T19:18:08.686Z | Downloaded aws-lc-sys v0.26.0 |
1048 | 2025-03-22T19:18:08.956Z | Downloaded num-complex v0.4.6 |
1049 | 2025-03-22T19:18:08.982Z | Downloaded nu-ansi-term v0.50.1 |
1050 | 2025-03-22T19:18:08.982Z | Downloaded defmt-parser v0.3.4 |
1051 | 2025-03-22T19:18:08.982Z | Downloaded darling_core v0.20.10 |
1052 | 2025-03-22T19:18:08.982Z | Downloaded zopfli v0.8.1 |
1053 | 2025-03-22T19:18:08.982Z | Downloaded zip v0.6.6 |
1054 | 2025-03-22T19:18:08.982Z | Downloaded zerocopy-derive v0.8.10 |
1055 | 2025-03-22T19:18:09.008Z | Downloaded thiserror-no-std v2.0.2 |
1056 | 2025-03-22T19:18:09.008Z | Downloaded num v0.4.3 |
1057 | 2025-03-22T19:18:09.008Z | Downloaded nodrop v0.1.14 |
1058 | 2025-03-22T19:18:09.008Z | Downloaded nibble_vec v0.1.0 |
1059 | 2025-03-22T19:18:09.008Z | Downloaded newtype_derive v0.1.6 |
1060 | 2025-03-22T19:18:09.008Z | Downloaded defmt v0.3.8 |
1061 | 2025-03-22T19:18:09.008Z | Downloaded darling v0.20.10 |
1062 | 2025-03-22T19:18:09.008Z | Downloaded daft-derive v0.1.2 |
1063 | 2025-03-22T19:18:09.034Z | Downloaded curve25519-dalek-derive v0.1.1 |
1064 | 2025-03-22T19:18:09.034Z | Downloaded zone v0.3.0 |
1065 | 2025-03-22T19:18:09.034Z | Downloaded zerocopy v0.6.6 |
1066 | 2025-03-22T19:18:09.034Z | Downloaded defmt-macros v0.3.9 |
1067 | 2025-03-22T19:18:09.034Z | Downloaded debug-ignore v1.0.5 |
1068 | 2025-03-22T19:18:09.034Z | Downloaded daft v0.1.2 |
1069 | 2025-03-22T19:18:09.034Z | Downloaded zone_cfg_derive v0.3.0 |
1070 | 2025-03-22T19:18:09.034Z | Downloaded zone v0.1.8 |
1071 | 2025-03-22T19:18:09.034Z | Downloaded zerovec-derive v0.10.3 |
1072 | 2025-03-22T19:18:09.034Z | Downloaded zeroize v1.8.1 |
1073 | 2025-03-22T19:18:09.034Z | Downloaded rustls-webpki v0.101.7 |
1074 | 2025-03-22T19:18:09.060Z | Downloaded proptest v1.6.0 |
1075 | 2025-03-22T19:18:09.060Z | Downloaded http-body-util v0.1.2 |
1076 | 2025-03-22T19:18:09.060Z | Downloaded home v0.5.9 |
1077 | 2025-03-22T19:18:09.060Z | Downloaded bindgen v0.71.1 |
1078 | 2025-03-22T19:18:09.086Z | Downloaded zerofrom v0.1.4 |
1079 | 2025-03-22T19:18:09.086Z | Downloaded yoke-derive v0.7.4 |
1080 | 2025-03-22T19:18:09.086Z | Downloaded tinyvec_macros v0.1.1 |
1081 | 2025-03-22T19:18:09.086Z | Downloaded tinyvec v1.8.0 |
1082 | 2025-03-22T19:18:09.086Z | Downloaded time-macros v0.2.18 |
1083 | 2025-03-22T19:18:09.086Z | Downloaded time-core v0.1.2 |
1084 | 2025-03-22T19:18:09.086Z | Downloaded thread_local v1.1.8 |
1085 | 2025-03-22T19:18:09.086Z | Downloaded test-strategy v0.4.0 |
1086 | 2025-03-22T19:18:09.086Z | Downloaded termtree v0.5.1 |
1087 | 2025-03-22T19:18:09.086Z | Downloaded termios v0.3.3 |
1088 | 2025-03-22T19:18:09.112Z | Downloaded term v0.7.0 |
1089 | 2025-03-22T19:18:09.112Z | Downloaded rustyline v14.0.0 |
1090 | 2025-03-22T19:18:09.112Z | Downloaded httpdate v1.0.3 |
1091 | 2025-03-22T19:18:09.112Z | Downloaded hostname v0.4.0 |
1092 | 2025-03-22T19:18:09.112Z | Downloaded hostname v0.3.1 |
1093 | 2025-03-22T19:18:09.112Z | Downloaded hex v0.4.3 |
1094 | 2025-03-22T19:18:09.112Z | Downloaded tls_codec v0.4.1 |
1095 | 2025-03-22T19:18:09.112Z | Downloaded tinystr v0.7.6 |
1096 | 2025-03-22T19:18:09.112Z | Downloaded tiny-keccak v2.0.2 |
1097 | 2025-03-22T19:18:09.112Z | Downloaded thiserror-impl-no-std v2.0.2 |
1098 | 2025-03-22T19:18:09.138Z | Downloaded termcolor v1.4.1 |
1099 | 2025-03-22T19:18:09.138Z | Downloaded tap v1.0.1 |
1100 | 2025-03-22T19:18:09.138Z | Downloaded tabwriter v1.4.0 |
1101 | 2025-03-22T19:18:09.138Z | Downloaded tabled_derive v0.10.0 |
1102 | 2025-03-22T19:18:09.138Z | Downloaded publicsuffix v2.3.0 |
1103 | 2025-03-22T19:18:09.138Z | Downloaded chrono v0.4.40 |
1104 | 2025-03-22T19:18:09.138Z | Downloaded blake3 v1.5.4 |
1105 | 2025-03-22T19:18:09.164Z | Downloaded bitvec v1.0.1 |
1106 | 2025-03-22T19:18:09.164Z | Downloaded bindgen v0.69.5 |
1107 | 2025-03-22T19:18:09.189Z | Downloaded take_mut v0.2.2 |
1108 | 2025-03-22T19:18:09.189Z | Downloaded schemars v0.8.22 |
1109 | 2025-03-22T19:18:09.189Z | Downloaded samael v0.0.18 |
1110 | 2025-03-22T19:18:09.190Z | Downloaded rusty-fork v0.3.0 |
1111 | 2025-03-22T19:18:09.215Z | Downloaded rustls-pki-types v1.10.0 |
1112 | 2025-03-22T19:18:09.215Z | Downloaded rustc_version v0.4.1 |
1113 | 2025-03-22T19:18:09.215Z | Downloaded instant v0.1.13 |
1114 | 2025-03-22T19:18:09.215Z | Downloaded hubpack_derive v0.1.1 |
1115 | 2025-03-22T19:18:09.215Z | Downloaded headers-core v0.3.0 |
1116 | 2025-03-22T19:18:09.215Z | Downloaded aws-lc-rs v1.12.4 |
1117 | 2025-03-22T19:18:09.215Z | Downloaded aho-corasick v1.1.3 |
1118 | 2025-03-22T19:18:09.241Z | Downloaded scheduled-thread-pool v0.2.7 |
1119 | 2025-03-22T19:18:09.241Z | Downloaded same-file v1.0.6 |
1120 | 2025-03-22T19:18:09.241Z | Downloaded salsa20 v0.10.2 |
1121 | 2025-03-22T19:18:09.241Z | Downloaded rustversion v1.0.17 |
1122 | 2025-03-22T19:18:09.241Z | Downloaded rustls-pemfile v2.2.0 |
1123 | 2025-03-22T19:18:09.241Z | Downloaded rustls-pemfile v1.0.4 |
1124 | 2025-03-22T19:18:09.241Z | Downloaded rustfmt-wrapper v0.2.1 |
1125 | 2025-03-22T19:18:09.241Z | Downloaded rustc_version v0.1.7 |
1126 | 2025-03-22T19:18:09.241Z | Downloaded psl-types v2.0.11 |
1127 | 2025-03-22T19:18:09.241Z | Downloaded progenitor-impl v0.9.1 |
1128 | 2025-03-22T19:18:09.241Z | Downloaded proc-macro-error2 v2.0.1 |
1129 | 2025-03-22T19:18:09.241Z | Downloaded crypto-bigint v0.5.5 |
1130 | 2025-03-22T19:18:09.267Z | Downloaded crossterm v0.28.1 |
1131 | 2025-03-22T19:18:09.267Z | Downloaded aes-gcm v0.10.3 |
1132 | 2025-03-22T19:18:09.267Z | Downloaded aes v0.8.4 |
1133 | 2025-03-22T19:18:09.267Z | Downloaded progenitor-macro v0.9.1 |
1134 | 2025-03-22T19:18:09.267Z | Downloaded progenitor-macro v0.8.0 |
1135 | 2025-03-22T19:18:09.267Z | Downloaded progenitor-impl v0.8.0 |
1136 | 2025-03-22T19:18:09.267Z | Downloaded progenitor-client v0.9.1 |
1137 | 2025-03-22T19:18:09.292Z | Downloaded progenitor-client v0.8.0 |
1138 | 2025-03-22T19:18:09.292Z | Downloaded progenitor v0.8.0 |
1139 | 2025-03-22T19:18:09.292Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1140 | 2025-03-22T19:18:09.292Z | Downloaded proc-macro-crate v1.3.1 |
1141 | 2025-03-22T19:18:09.292Z | Downloaded md5 v0.7.0 |
1142 | 2025-03-22T19:18:09.292Z | Downloaded is_ci v1.2.0 |
1143 | 2025-03-22T19:18:09.292Z | Downloaded headers v0.4.0 |
1144 | 2025-03-22T19:18:09.292Z | Downloaded crossbeam-epoch v0.9.18 |
1145 | 2025-03-22T19:18:09.292Z | Downloaded crossbeam-channel v0.5.13 |
1146 | 2025-03-22T19:18:09.292Z | Downloaded cookie_store v0.21.1 |
1147 | 2025-03-22T19:18:09.292Z | Downloaded cookie v0.18.1 |
1148 | 2025-03-22T19:18:09.318Z | Downloaded const_format_proc_macros v0.2.34 |
1149 | 2025-03-22T19:18:09.318Z | Downloaded const_format v0.2.34 |
1150 | 2025-03-22T19:18:09.318Z | Downloaded compact_str v0.8.0 |
1151 | 2025-03-22T19:18:09.318Z | Downloaded cipher v0.4.4 |
1152 | 2025-03-22T19:18:09.318Z | Downloaded ciborium v0.2.2 |
1153 | 2025-03-22T19:18:09.318Z | Downloaded chacha20poly1305 v0.10.1 |
1154 | 2025-03-22T19:18:09.318Z | Downloaded cc v1.2.15 |
1155 | 2025-03-22T19:18:09.344Z | Downloaded cancel-safe-futures v0.1.5 |
1156 | 2025-03-22T19:18:09.344Z | Downloaded bytes v1.10.1 |
1157 | 2025-03-22T19:18:09.344Z | Downloaded bumpalo v3.16.0 |
1158 | 2025-03-22T19:18:09.344Z | Downloaded bitfield-struct v0.6.2 |
1159 | 2025-03-22T19:18:09.344Z | Downloaded base64 v0.22.1 |
1160 | 2025-03-22T19:18:09.344Z | Downloaded base64 v0.21.7 |
1161 | 2025-03-22T19:18:09.344Z | Downloaded base64 v0.13.1 |
1162 | 2025-03-22T19:18:09.369Z | Downloaded backtrace v0.3.74 |
1163 | 2025-03-22T19:18:09.370Z | Downloaded backoff v0.4.0 |
1164 | 2025-03-22T19:18:09.370Z | Downloaded csv-core v0.1.11 |
1165 | 2025-03-22T19:18:09.370Z | Downloaded crossbeam-utils v0.8.20 |
1166 | 2025-03-22T19:18:09.370Z | Downloaded crc32fast v1.4.2 |
1167 | 2025-03-22T19:18:09.370Z | Downloaded crc-any v2.5.0 |
1168 | 2025-03-22T19:18:09.370Z | Downloaded crc v3.2.1 |
1169 | 2025-03-22T19:18:09.370Z | Downloaded convert_case v0.4.0 |
1170 | 2025-03-22T19:18:09.370Z | Downloaded const-oid v0.9.6 |
1171 | 2025-03-22T19:18:09.370Z | Downloaded console v0.15.10 |
1172 | 2025-03-22T19:18:09.396Z | Downloaded cobs v0.2.3 |
1173 | 2025-03-22T19:18:09.396Z | Downloaded clang-sys v1.8.1 |
1174 | 2025-03-22T19:18:09.396Z | Downloaded ciborium-ll v0.2.2 |
1175 | 2025-03-22T19:18:09.396Z | Downloaded cargo_metadata v0.18.1 |
1176 | 2025-03-22T19:18:09.397Z | Downloaded bzip2 v0.4.4 |
1177 | 2025-03-22T19:18:09.397Z | Downloaded blake2 v0.10.6 |
1178 | 2025-03-22T19:18:09.397Z | Downloaded bit-vec v0.8.0 |
1179 | 2025-03-22T19:18:09.397Z | Downloaded bcs v0.1.6 |
1180 | 2025-03-22T19:18:09.397Z | Downloaded async-trait v0.1.87 |
1181 | 2025-03-22T19:18:09.397Z | Downloaded async-recursion v1.1.1 |
1182 | 2025-03-22T19:18:09.423Z | Downloaded async-bb8-diesel v0.2.1 |
1183 | 2025-03-22T19:18:09.423Z | Downloaded assert_matches v1.5.0 |
1184 | 2025-03-22T19:18:09.423Z | Downloaded array-init v0.0.4 |
1185 | 2025-03-22T19:18:09.423Z | Downloaded arc-swap v1.7.1 |
1186 | 2025-03-22T19:18:09.423Z | Downloaded allocator-api2 v0.2.18 |
1187 | 2025-03-22T19:18:09.423Z | Downloaded ahash v0.8.11 |
1188 | 2025-03-22T19:18:09.423Z | Downloaded http-body v1.0.1 |
1189 | 2025-03-22T19:18:09.423Z | Downloaded cstr-argument v0.1.2 |
1190 | 2025-03-22T19:18:09.423Z | Downloaded crossbeam-deque v0.8.5 |
1191 | 2025-03-22T19:18:09.423Z | Downloaded crc-catalog v2.4.0 |
1192 | 2025-03-22T19:18:09.423Z | Downloaded constant_time_eq v0.3.1 |
1193 | 2025-03-22T19:18:09.423Z | Downloaded colored v2.2.0 |
1194 | 2025-03-22T19:18:09.454Z | Downloaded cmake v0.1.51 |
1195 | 2025-03-22T19:18:09.454Z | Downloaded cfg_aliases v0.1.1 |
1196 | 2025-03-22T19:18:09.454Z | Downloaded buf-list v1.0.3 |
1197 | 2025-03-22T19:18:09.454Z | Downloaded bitfield v0.14.0 |
1198 | 2025-03-22T19:18:09.454Z | Downloaded bit-vec v0.6.3 |
1199 | 2025-03-22T19:18:09.454Z | Downloaded bit-set v0.5.3 |
1200 | 2025-03-22T19:18:09.455Z | Downloaded bcrypt-pbkdf v0.10.0 |
1201 | 2025-03-22T19:18:09.455Z | Downloaded bb8 v0.8.5 |
1202 | 2025-03-22T19:18:09.455Z | Downloaded atty v0.2.14 |
1203 | 2025-03-22T19:18:09.455Z | Downloaded atomic-waker v1.1.2 |
1204 | 2025-03-22T19:18:09.455Z | Downloaded async-stream v0.3.6 |
1205 | 2025-03-22T19:18:09.455Z | Downloaded ascii-canvas v3.0.0 |
1206 | 2025-03-22T19:18:09.455Z | Downloaded arrayvec v0.7.6 |
1207 | 2025-03-22T19:18:09.455Z | Downloaded arrayref v0.3.9 |
1208 | 2025-03-22T19:18:09.455Z | Downloaded argon2 v0.5.3 |
1209 | 2025-03-22T19:18:09.455Z | Downloaded adler2 v2.0.0 |
1210 | 2025-03-22T19:18:09.455Z | Downloaded addr2line v0.24.2 |
1211 | 2025-03-22T19:18:09.480Z | Downloaded crucible-workspace-hack v0.1.0 |
1212 | 2025-03-22T19:18:09.480Z | Downloaded ciborium-io v0.2.2 |
1213 | 2025-03-22T19:18:09.480Z | Downloaded chrono-tz-build v0.4.0 |
1214 | 2025-03-22T19:18:09.480Z | Downloaded chacha20 v0.9.1 |
1215 | 2025-03-22T19:18:09.480Z | Downloaded cfg_aliases v0.2.1 |
1216 | 2025-03-22T19:18:09.481Z | Downloaded cexpr v0.6.0 |
1217 | 2025-03-22T19:18:09.481Z | Downloaded cbc v0.1.2 |
1218 | 2025-03-22T19:18:09.481Z | Downloaded blowfish v0.9.1 |
1219 | 2025-03-22T19:18:09.481Z | Downloaded block-padding v0.3.3 |
1220 | 2025-03-22T19:18:09.481Z | Downloaded bit-set v0.8.0 |
1221 | 2025-03-22T19:18:09.481Z | Downloaded base16ct v0.2.0 |
1222 | 2025-03-22T19:18:09.481Z | Downloaded async-stream-impl v0.3.6 |
1223 | 2025-03-22T19:18:09.481Z | Downloaded aead v0.5.2 |
1224 | 2025-03-22T19:18:09.599Z | Compiling serde v1.0.218 |
1225 | 2025-03-22T19:18:09.625Z | Compiling value-bag v1.9.0 |
1226 | 2025-03-22T19:18:09.625Z | Compiling lock_api v0.4.12 |
1227 | 2025-03-22T19:18:09.625Z | Compiling scopeguard v1.2.0 |
1228 | 2025-03-22T19:18:09.625Z | Compiling shlex v1.3.0 |
1229 | 2025-03-22T19:18:09.625Z | Compiling typenum v1.17.0 |
1230 | 2025-03-22T19:18:09.625Z | Compiling syn v2.0.98 |
1231 | 2025-03-22T19:18:09.652Z | Compiling getrandom v0.2.15 |
1232 | 2025-03-22T19:18:09.805Z | Compiling jobserver v0.1.32 |
1233 | 2025-03-22T19:18:10.008Z | Compiling rand_core v0.6.4 |
1234 | 2025-03-22T19:18:10.115Z | Compiling generic-array v0.14.7 |
1235 | 2025-03-22T19:18:10.141Z | Compiling log v0.4.22 |
1236 | 2025-03-22T19:18:10.253Z | Compiling cc v1.2.15 |
1237 | 2025-03-22T19:18:10.470Z | Compiling subtle v2.6.1 |
1238 | 2025-03-22T19:18:10.495Z | Compiling smallvec v1.14.0 |
1239 | 2025-03-22T19:18:10.520Z | Compiling const-oid v0.9.6 |
1240 | 2025-03-22T19:18:10.566Z | Compiling pin-project-lite v0.2.14 |
1241 | 2025-03-22T19:18:10.710Z | Compiling rustix v0.38.37 |
1242 | 2025-03-22T19:18:10.782Z | Compiling parking_lot_core v0.9.10 |
1243 | 2025-03-22T19:18:10.808Z | Compiling spin v0.9.8 |
1244 | 2025-03-22T19:18:10.847Z | Compiling signal-hook-registry v1.4.2 |
1245 | 2025-03-22T19:18:11.137Z | Compiling futures-core v0.3.31 |
1246 | 2025-03-22T19:18:11.360Z | Compiling mio v1.0.2 |
1247 | 2025-03-22T19:18:11.443Z | Compiling aho-corasick v1.1.3 |
1248 | 2025-03-22T19:18:11.512Z | Compiling parking_lot v0.12.3 |
1249 | 2025-03-22T19:18:11.594Z | Compiling either v1.14.0 |
1250 | 2025-03-22T19:18:11.669Z | Compiling regex-syntax v0.8.5 |
1251 | 2025-03-22T19:18:11.959Z | Compiling serde_json v1.0.139 |
1252 | 2025-03-22T19:18:12.035Z | Compiling glob v0.3.2 |
1253 | 2025-03-22T19:18:12.218Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2025-03-22T19:18:12.268Z | Compiling socket2 v0.5.8 |
1255 | 2025-03-22T19:18:12.320Z | Compiling libm v0.2.8 |
1256 | 2025-03-22T19:18:12.345Z | Compiling prettyplease v0.2.30 |
1257 | 2025-03-22T19:18:12.846Z | Compiling futures-sink v0.3.31 |
1258 | 2025-03-22T19:18:12.872Z | Compiling cpufeatures v0.2.14 |
1259 | 2025-03-22T19:18:12.991Z | Compiling clang-sys v1.8.1 |
1260 | 2025-03-22T19:18:13.032Z | Compiling lazy_static v1.5.0 |
1261 | 2025-03-22T19:18:13.060Z | Compiling slab v0.4.9 |
1262 | 2025-03-22T19:18:13.164Z | Compiling num-traits v0.2.19 |
1263 | 2025-03-22T19:18:13.277Z | Compiling minimal-lexical v0.2.1 |
1264 | 2025-03-22T19:18:13.600Z | Compiling libloading v0.8.5 |
1265 | 2025-03-22T19:18:13.671Z | Compiling nom v7.1.3 |
1266 | 2025-03-22T19:18:13.716Z | Compiling pkg-config v0.3.31 |
1267 | 2025-03-22T19:18:13.771Z | Compiling home v0.5.9 |
1268 | 2025-03-22T19:18:13.930Z | Compiling allocator-api2 v0.2.18 |
1269 | 2025-03-22T19:18:13.962Z | Compiling foldhash v0.1.3 |
1270 | 2025-03-22T19:18:14.248Z | Compiling getrandom v0.3.1 |
1271 | 2025-03-22T19:18:14.531Z | Compiling bindgen v0.69.5 |
1272 | 2025-03-22T19:18:14.577Z | Compiling hashbrown v0.15.1 |
1273 | 2025-03-22T19:18:14.798Z | Compiling regex-automata v0.4.8 |
1274 | 2025-03-22T19:18:15.527Z | Compiling itertools v0.12.1 |
1275 | 2025-03-22T19:18:15.602Z | Compiling rustc-hash v1.1.0 |
1276 | 2025-03-22T19:18:15.753Z | Compiling lazycell v1.3.0 |
1277 | 2025-03-22T19:18:15.918Z | Compiling synstructure v0.13.1 |
1278 | 2025-03-22T19:18:16.278Z | Compiling cexpr v0.6.0 |
1279 | 2025-03-22T19:18:17.080Z | Compiling futures-channel v0.3.31 |
1280 | 2025-03-22T19:18:17.132Z | Compiling cmake v0.1.51 |
1281 | 2025-03-22T19:18:17.513Z | Compiling futures-io v0.3.31 |
1282 | 2025-03-22T19:18:17.708Z | Compiling dunce v1.0.5 |
1283 | 2025-03-22T19:18:17.804Z | Compiling futures-task v0.3.31 |
1284 | 2025-03-22T19:18:17.872Z | Compiling pin-utils v0.1.0 |
1285 | 2025-03-22T19:18:17.977Z | Compiling fs_extra v1.3.0 |
1286 | 2025-03-22T19:18:18.003Z | Compiling paste v1.0.15 |
1287 | 2025-03-22T19:18:18.049Z | Compiling base64ct v1.6.0 |
1288 | 2025-03-22T19:18:18.110Z | Compiling ring v0.17.11 |
1289 | 2025-03-22T19:18:18.495Z | Compiling writeable v0.5.5 |
1290 | 2025-03-22T19:18:18.562Z | Compiling pem-rfc7468 v0.7.0 |
1291 | 2025-03-22T19:18:18.613Z | Compiling litemap v0.7.3 |
1292 | 2025-03-22T19:18:18.864Z | Compiling flagset v0.4.6 |
1293 | 2025-03-22T19:18:19.018Z | Compiling aws-lc-rs v1.12.4 |
1294 | 2025-03-22T19:18:19.076Z | Compiling regex v1.11.1 |
1295 | 2025-03-22T19:18:19.178Z | Compiling rustls-pki-types v1.10.0 |
1296 | 2025-03-22T19:18:19.401Z | Compiling icu_locid_transform_data v1.5.0 |
1297 | 2025-03-22T19:18:19.504Z | Compiling crossbeam-utils v0.8.20 |
1298 | 2025-03-22T19:18:19.910Z | Compiling vcpkg v0.2.15 |
1299 | 2025-03-22T19:18:19.910Z | Compiling tracing-core v0.1.32 |
1300 | 2025-03-22T19:18:19.987Z | Compiling time-core v0.1.2 |
1301 | 2025-03-22T19:18:20.013Z | Compiling icu_properties_data v1.5.0 |
1302 | 2025-03-22T19:18:20.161Z | Compiling serde_derive v1.0.218 |
1303 | 2025-03-22T19:18:20.187Z | Compiling zeroize_derive v1.4.2 |
1304 | 2025-03-22T19:18:20.241Z | Compiling zerocopy-derive v0.7.35 |
1305 | 2025-03-22T19:18:20.963Z | Compiling tokio-macros v2.5.0 |
1306 | 2025-03-22T19:18:21.333Z | Compiling zeroize v1.8.1 |
1307 | 2025-03-22T19:18:21.427Z | Compiling zerofrom-derive v0.1.4 |
1308 | 2025-03-22T19:18:21.953Z | Compiling zerocopy v0.7.35 |
1309 | 2025-03-22T19:18:22.211Z | Compiling yoke-derive v0.7.4 |
1310 | 2025-03-22T19:18:22.373Z | Compiling displaydoc v0.2.5 |
1311 | 2025-03-22T19:18:22.864Z | Compiling crypto-common v0.1.6 |
1312 | 2025-03-22T19:18:23.098Z | Compiling block-buffer v0.10.4 |
1313 | 2025-03-22T19:18:23.168Z | Compiling block-padding v0.3.3 |
1314 | 2025-03-22T19:18:23.362Z | Compiling digest v0.10.7 |
1315 | 2025-03-22T19:18:23.410Z | Compiling zerovec-derive v0.10.3 |
1316 | 2025-03-22T19:18:23.613Z | Compiling inout v0.1.3 |
1317 | 2025-03-22T19:18:23.696Z | Compiling futures-macro v0.3.31 |
1318 | 2025-03-22T19:18:23.806Z | Compiling hmac v0.12.1 |
1319 | 2025-03-22T19:18:23.879Z | Compiling thiserror-impl v1.0.69 |
1320 | 2025-03-22T19:18:24.042Z | Compiling cipher v0.4.4 |
1321 | 2025-03-22T19:18:24.149Z | Compiling sha2 v0.10.8 |
1322 | 2025-03-22T19:18:24.305Z | Compiling zerofrom v0.1.4 |
1323 | 2025-03-22T19:18:24.440Z | Compiling der_derive v0.7.3 |
1324 | 2025-03-22T19:18:24.512Z | Compiling yoke v0.7.4 |
1325 | 2025-03-22T19:18:24.538Z | Compiling icu_provider_macros v1.5.0 |
1326 | 2025-03-22T19:18:24.845Z | Compiling salsa20 v0.10.2 |
1327 | 2025-03-22T19:18:25.061Z | Compiling pbkdf2 v0.12.2 |
1328 | 2025-03-22T19:18:25.181Z | Compiling futures-util v0.3.31 |
1329 | 2025-03-22T19:18:25.241Z | Compiling ppv-lite86 v0.2.20 |
1330 | 2025-03-22T19:18:25.397Z | Compiling zerovec v0.10.4 |
1331 | 2025-03-22T19:18:25.424Z | Compiling scrypt v0.11.0 |
1332 | 2025-03-22T19:18:25.893Z | Compiling cbc v0.1.2 |
1333 | 2025-03-22T19:18:25.920Z | Compiling aes v0.8.4 |
1334 | 2025-03-22T19:18:26.167Z | Compiling openssl-sys v0.9.106 |
1335 | 2025-03-22T19:18:26.351Z | Compiling der v0.7.9 |
1336 | 2025-03-22T19:18:26.382Z | Compiling thiserror v1.0.69 |
1337 | 2025-03-22T19:18:26.529Z | Compiling pest v2.7.14 |
1338 | 2025-03-22T19:18:26.812Z | Compiling tracing-attributes v0.1.27 |
1339 | 2025-03-22T19:18:27.039Z | Compiling tinystr v0.7.6 |
1340 | 2025-03-22T19:18:27.199Z | Compiling icu_collections v1.5.0 |
1341 | 2025-03-22T19:18:27.392Z | Compiling icu_locid v1.5.0 |
1342 | 2025-03-22T19:18:28.046Z | Compiling num-conv v0.1.0 |
1343 | 2025-03-22T19:18:28.295Z | Compiling spki v0.7.3 |
1344 | 2025-03-22T19:18:28.343Z | Compiling untrusted v0.7.1 |
1345 | 2025-03-22T19:18:28.524Z | Compiling icu_provider v1.5.0 |
1346 | 2025-03-22T19:18:28.628Z | Compiling untrusted v0.9.0 |
1347 | 2025-03-22T19:18:28.809Z | Compiling iana-time-zone v0.1.61 |
1348 | 2025-03-22T19:18:28.939Z | Compiling httparse v1.9.5 |
1349 | 2025-03-22T19:18:29.120Z | Compiling icu_locid_transform v1.5.0 |
1350 | 2025-03-22T19:18:29.154Z | Compiling percent-encoding v2.3.1 |
1351 | 2025-03-22T19:18:29.179Z | Compiling powerfmt v0.2.0 |
1352 | 2025-03-22T19:18:29.457Z | Compiling deranged v0.3.11 |
1353 | 2025-03-22T19:18:29.501Z | Compiling tracing v0.1.40 |
1354 | 2025-03-22T19:18:29.532Z | Compiling pest_meta v2.7.14 |
1355 | 2025-03-22T19:18:29.635Z | Compiling pkcs5 v0.7.1 |
1356 | 2025-03-22T19:18:29.923Z | Compiling time-macros v0.2.18 |
1357 | 2025-03-22T19:18:30.043Z | Compiling scroll_derive v0.12.0 |
1358 | 2025-03-22T19:18:30.553Z | Compiling bytes v1.10.1 |
1359 | 2025-03-22T19:18:30.617Z | Compiling bitflags v2.6.0 |
1360 | 2025-03-22T19:18:31.065Z | Compiling semver v1.0.25 |
1361 | 2025-03-22T19:18:31.163Z | Compiling indexmap v2.7.1 |
1362 | 2025-03-22T19:18:31.672Z | Compiling tokio v1.43.0 |
1363 | 2025-03-22T19:18:31.772Z | Compiling http v1.2.0 |
1364 | 2025-03-22T19:18:32.238Z | Compiling rustc_version v0.4.1 |
1365 | 2025-03-22T19:18:32.311Z | Compiling uuid v1.15.1 |
1366 | 2025-03-22T19:18:32.868Z | Compiling chrono v0.4.40 |
1367 | 2025-03-22T19:18:33.050Z | Compiling icu_properties v1.5.1 |
1368 | 2025-03-22T19:18:33.110Z | Compiling num_threads v0.1.7 |
1369 | 2025-03-22T19:18:33.247Z | Compiling utf8_iter v1.0.4 |
1370 | 2025-03-22T19:18:33.461Z | Compiling icu_normalizer_data v1.5.0 |
1371 | 2025-03-22T19:18:33.564Z | Compiling utf16_iter v1.0.5 |
1372 | 2025-03-22T19:18:33.627Z | Compiling write16 v1.0.0 |
1373 | 2025-03-22T19:18:33.687Z | Compiling zerocopy v0.8.10 |
1374 | 2025-03-22T19:18:33.765Z | Compiling atomic-waker v1.1.2 |
1375 | 2025-03-22T19:18:33.791Z | Compiling time v0.3.36 |
1376 | 2025-03-22T19:18:33.942Z | Compiling http-body v1.0.1 |
1377 | 2025-03-22T19:18:34.033Z | Compiling scroll v0.12.0 |
1378 | 2025-03-22T19:18:34.158Z | Compiling which v4.4.2 |
1379 | 2025-03-22T19:18:34.415Z | Compiling pest_generator v2.7.14 |
1380 | 2025-03-22T19:18:34.626Z | Compiling pkcs8 v0.10.2 |
1381 | 2025-03-22T19:18:35.193Z | Compiling zerocopy-derive v0.8.10 |
1382 | 2025-03-22T19:18:35.539Z | Compiling serde_derive_internals v0.29.1 |
1383 | 2025-03-22T19:18:35.764Z | Compiling try-lock v0.2.5 |
1384 | 2025-03-22T19:18:35.884Z | Compiling slog v2.7.0 |
1385 | 2025-03-22T19:18:35.931Z | Compiling schemars v0.8.22 |
1386 | 2025-03-22T19:18:36.270Z | Compiling icu_normalizer v1.5.0 |
1387 | 2025-03-22T19:18:36.326Z | Compiling tinyvec_macros v0.1.1 |
1388 | 2025-03-22T19:18:36.424Z | Compiling goblin v0.8.2 |
1389 | 2025-03-22T19:18:36.793Z | Compiling tinyvec v1.8.0 |
1390 | 2025-03-22T19:18:37.447Z | Compiling schemars_derive v0.8.22 |
1391 | 2025-03-22T19:18:37.626Z | Compiling idna_adapter v1.2.0 |
1392 | 2025-03-22T19:18:37.843Z | Compiling want v0.3.1 |
1393 | 2025-03-22T19:18:37.869Z | Compiling pest_derive v2.7.14 |
1394 | 2025-03-22T19:18:38.038Z | Compiling form_urlencoded v1.2.1 |
1395 | 2025-03-22T19:18:38.109Z | Compiling httpdate v1.0.3 |
1396 | 2025-03-22T19:18:38.338Z | Compiling rustversion v1.0.17 |
1397 | 2025-03-22T19:18:38.500Z | Compiling tower-service v0.3.3 |
1398 | 2025-03-22T19:18:38.537Z | Compiling adler2 v2.0.0 |
1399 | 2025-03-22T19:18:38.642Z | Compiling openssl v0.10.71 |
1400 | 2025-03-22T19:18:38.746Z | Compiling tokio-util v0.7.13 |
1401 | 2025-03-22T19:18:38.911Z | Compiling foreign-types-shared v0.1.1 |
1402 | 2025-03-22T19:18:39.007Z | Compiling dyn-clone v1.0.19 |
1403 | 2025-03-22T19:18:39.062Z | Compiling foreign-types v0.3.2 |
1404 | 2025-03-22T19:18:39.219Z | Compiling miniz_oxide v0.8.5 |
1405 | 2025-03-22T19:18:39.244Z | Compiling dtrace-parser v0.2.0 |
1406 | 2025-03-22T19:18:39.820Z | Compiling h2 v0.4.6 |
1407 | 2025-03-22T19:18:39.994Z | Compiling rand_core v0.9.2 |
1408 | 2025-03-22T19:18:40.456Z | Compiling idna v1.0.3 |
1409 | 2025-03-22T19:18:40.765Z | Compiling serde_spanned v0.6.8 |
1410 | 2025-03-22T19:18:40.988Z | Compiling toml_datetime v0.6.8 |
1411 | 2025-03-22T19:18:41.029Z | Compiling serde_tokenstream v0.2.2 |
1412 | 2025-03-22T19:18:41.390Z | Compiling dof v0.3.0 |
1413 | 2025-03-22T19:18:41.737Z | Compiling openssl-macros v0.1.1 |
1414 | 2025-03-22T19:18:42.512Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1415 | 2025-03-22T19:18:42.644Z | Compiling rustls v0.23.19 |
1416 | 2025-03-22T19:18:42.669Z | Compiling siphasher v0.3.11 |
1417 | 2025-03-22T19:18:42.966Z | Compiling native-tls v0.2.12 |
1418 | 2025-03-22T19:18:42.991Z | Compiling base64 v0.22.1 |
1419 | 2025-03-22T19:18:43.026Z | Compiling syn v1.0.109 |
1420 | 2025-03-22T19:18:43.081Z | Compiling usdt-impl v0.5.0 |
1421 | 2025-03-22T19:18:43.642Z | Compiling rand_chacha v0.9.0 |
1422 | 2025-03-22T19:18:44.022Z | Compiling unicode-normalization v0.1.24 |
1423 | 2025-03-22T19:18:44.265Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2025-03-22T19:18:44.306Z | Compiling heapless v0.7.17 |
1425 | 2025-03-22T19:18:44.671Z | Compiling rand_chacha v0.3.1 |
1426 | 2025-03-22T19:18:44.770Z | Compiling signature v2.2.0 |
1427 | 2025-03-22T19:18:44.862Z | Compiling dirs-sys-next v0.1.2 |
1428 | 2025-03-22T19:18:44.889Z | Compiling crc32fast v1.4.2 |
1429 | 2025-03-22T19:18:45.056Z | Compiling cookie v0.18.1 |
1430 | 2025-03-22T19:18:45.188Z | Compiling rayon-core v1.12.1 |
1431 | 2025-03-22T19:18:45.294Z | Compiling unicode-properties v0.1.3 |
1432 | 2025-03-22T19:18:45.322Z | Compiling openssl-probe v0.1.5 |
1433 | 2025-03-22T19:18:45.369Z | Compiling rustls v0.22.4 |
1434 | 2025-03-22T19:18:45.463Z | Compiling unicode-bidi v0.3.17 |
1435 | 2025-03-22T19:18:45.637Z | Compiling hyper v1.6.0 |
1436 | 2025-03-22T19:18:45.663Z | Compiling signal-hook v0.3.17 |
1437 | 2025-03-22T19:18:45.823Z | Compiling dirs-next v2.0.0 |
1438 | 2025-03-22T19:18:45.965Z | Compiling rand v0.8.5 |
1439 | 2025-03-22T19:18:46.025Z | Compiling crossbeam-deque v0.8.5 |
1440 | 2025-03-22T19:18:46.325Z | Compiling stringprep v0.1.5 |
1441 | 2025-03-22T19:18:46.569Z | Compiling rand v0.9.0 |
1442 | 2025-03-22T19:18:47.193Z | Compiling url v2.5.3 |
1443 | 2025-03-22T19:18:47.704Z | Compiling http-body-util v0.1.2 |
1444 | 2025-03-22T19:18:47.970Z | Compiling hyper-util v0.1.10 |
1445 | 2025-03-22T19:18:48.124Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2025-03-22T19:18:48.149Z | Compiling md-5 v0.10.6 |
1447 | 2025-03-22T19:18:48.692Z | Compiling async-trait v0.1.87 |
1448 | 2025-03-22T19:18:48.722Z | Compiling num-integer v0.1.46 |
1449 | 2025-03-22T19:18:48.787Z | Compiling ff v0.13.0 |
1450 | 2025-03-22T19:18:48.888Z | Compiling hash32 v0.2.1 |
1451 | 2025-03-22T19:18:49.009Z | Compiling thread_local v1.1.8 |
1452 | 2025-03-22T19:18:49.211Z | Compiling encoding_rs v0.8.34 |
1453 | 2025-03-22T19:18:49.333Z | Compiling memoffset v0.9.1 |
1454 | 2025-03-22T19:18:49.448Z | Compiling multer v3.1.0 |
1455 | 2025-03-22T19:18:49.613Z | Compiling slog-async v2.8.0 |
1456 | 2025-03-22T19:18:49.719Z | Compiling portable-atomic v1.9.0 |
1457 | 2025-03-22T19:18:49.842Z | Compiling newtype-uuid v1.2.1 |
1458 | 2025-03-22T19:18:50.046Z | Compiling cfg_aliases v0.2.1 |
1459 | 2025-03-22T19:18:50.100Z | Compiling smoltcp v0.9.1 |
1460 | 2025-03-22T19:18:50.152Z | Compiling litrs v0.4.1 |
1461 | 2025-03-22T19:18:50.405Z | Compiling gimli v0.31.1 |
1462 | 2025-03-22T19:18:50.530Z | Compiling num-bigint-dig v0.8.4 |
1463 | 2025-03-22T19:18:50.665Z | Compiling fallible-iterator v0.2.0 |
1464 | 2025-03-22T19:18:50.691Z | Compiling match_cfg v0.1.0 |
1465 | 2025-03-22T19:18:50.794Z | Compiling base16ct v0.2.0 |
1466 | 2025-03-22T19:18:50.820Z | Compiling psl-types v2.0.11 |
1467 | 2025-03-22T19:18:51.011Z | Compiling mime v0.3.17 |
1468 | 2025-03-22T19:18:51.096Z | Compiling document-features v0.2.10 |
1469 | 2025-03-22T19:18:51.122Z | Compiling sec1 v0.7.3 |
1470 | 2025-03-22T19:18:51.258Z | Compiling postgres-protocol v0.6.8 |
1471 | 2025-03-22T19:18:51.470Z | Compiling publicsuffix v2.3.0 |
1472 | 2025-03-22T19:18:51.648Z | Compiling hostname v0.3.1 |
1473 | 2025-03-22T19:18:51.841Z | Compiling nix v0.29.0 |
1474 | 2025-03-22T19:18:51.893Z | Compiling toml_edit v0.22.24 |
1475 | 2025-03-22T19:18:52.309Z | Compiling num-iter v0.1.45 |
1476 | 2025-03-22T19:18:52.362Z | Compiling group v0.13.0 |
1477 | 2025-03-22T19:18:52.552Z | Compiling tokio-native-tls v0.3.1 |
1478 | 2025-03-22T19:18:52.683Z | Compiling bzip2 v0.4.4 |
1479 | 2025-03-22T19:18:52.819Z | Compiling term v0.7.0 |
1480 | 2025-03-22T19:18:53.747Z | Compiling flate2 v1.1.0 |
1481 | 2025-03-22T19:18:53.872Z | Compiling addr2line v0.24.2 |
1482 | 2025-03-22T19:18:53.972Z | Compiling usdt-attr-macro v0.5.0 |
1483 | 2025-03-22T19:18:54.085Z | Compiling usdt-macro v0.5.0 |
1484 | 2025-03-22T19:18:54.336Z | Compiling phf_shared v0.11.2 |
1485 | 2025-03-22T19:18:54.470Z | Compiling ipnetwork v0.21.1 |
1486 | 2025-03-22T19:18:54.495Z | Compiling slog-json v2.6.1 |
1487 | 2025-03-22T19:18:54.666Z | Compiling serde_urlencoded v0.7.1 |
1488 | 2025-03-22T19:18:54.828Z | Compiling terminal_size v0.4.0 |
1489 | 2025-03-22T19:18:55.032Z | Compiling crossbeam-channel v0.5.13 |
1490 | 2025-03-22T19:18:55.107Z | Compiling futures-executor v0.3.31 |
1491 | 2025-03-22T19:18:55.191Z | Compiling hkdf v0.12.4 |
1492 | 2025-03-22T19:18:55.230Z | Compiling crypto-bigint v0.5.5 |
1493 | 2025-03-22T19:18:55.268Z | Compiling async-stream-impl v0.3.6 |
1494 | 2025-03-22T19:18:55.462Z | Compiling zerocopy-derive v0.6.6 |
1495 | 2025-03-22T19:18:55.563Z | Compiling curve25519-dalek-derive v0.1.1 |
1496 | 2025-03-22T19:18:55.926Z | Compiling rustls-pemfile v2.2.0 |
1497 | 2025-03-22T19:18:56.234Z | Compiling webpki-roots v0.26.6 |
1498 | 2025-03-22T19:18:56.316Z | Compiling sync_wrapper v1.0.1 |
1499 | 2025-03-22T19:18:56.427Z | Compiling is-terminal v0.4.13 |
1500 | 2025-03-22T19:18:56.489Z | Compiling dropshot v0.12.0 |
1501 | 2025-03-22T19:18:56.565Z | Compiling fs-err v2.11.0 |
1502 | 2025-03-22T19:18:56.685Z | Compiling hubpack_derive v0.1.1 |
1503 | 2025-03-22T19:18:56.765Z | Compiling object v0.36.5 |
1504 | 2025-03-22T19:18:56.791Z | Compiling ahash v0.8.11 |
1505 | 2025-03-22T19:18:56.847Z | Compiling ipnet v2.11.0 |
1506 | 2025-03-22T19:18:57.061Z | Compiling anyhow v1.0.97 |
1507 | 2025-03-22T19:18:57.089Z | Compiling unicode-width v0.2.0 |
1508 | 2025-03-22T19:18:57.410Z | Compiling buf-list v1.0.3 |
1509 | 2025-03-22T19:18:57.623Z | Compiling tower-layer v0.3.3 |
1510 | 2025-03-22T19:18:57.657Z | Compiling managed v0.8.0 |
1511 | 2025-03-22T19:18:57.829Z | Compiling winnow v0.5.40 |
1512 | 2025-03-22T19:18:57.892Z | Compiling zip v2.1.3 |
1513 | 2025-03-22T19:18:57.962Z | Compiling bumpalo v3.16.0 |
1514 | 2025-03-22T19:18:57.988Z | Compiling take_mut v0.2.2 |
1515 | 2025-03-22T19:18:58.064Z | Compiling simd-adler32 v0.3.7 |
1516 | 2025-03-22T19:18:58.146Z | Compiling rustc-demangle v0.1.24 |
1517 | 2025-03-22T19:18:58.183Z | Compiling lockfree-object-pool v0.1.6 |
1518 | 2025-03-22T19:18:58.401Z | Compiling clap_builder v4.5.32 |
1519 | 2025-03-22T19:18:58.426Z | Compiling strum_macros v0.25.3 |
1520 | 2025-03-22T19:18:58.542Z | Compiling zopfli v0.8.1 |
1521 | 2025-03-22T19:18:59.915Z | Compiling tower v0.5.2 |
1522 | 2025-03-22T19:19:00.065Z | Compiling elliptic-curve v0.13.8 |
1523 | 2025-03-22T19:19:00.671Z | Compiling toml_edit v0.19.15 |
1524 | 2025-03-22T19:19:00.773Z | Compiling console v0.15.10 |
1525 | 2025-03-22T19:19:01.045Z | Compiling hubpack v0.1.2 |
1526 | 2025-03-22T19:19:01.391Z | Compiling zerocopy v0.6.6 |
1527 | 2025-03-22T19:19:01.557Z | Compiling slog-term v2.9.1 |
1528 | 2025-03-22T19:19:01.898Z | Compiling usdt v0.5.0 |
1529 | 2025-03-22T19:19:02.023Z | Compiling async-stream v0.3.6 |
1530 | 2025-03-22T19:19:02.291Z | Compiling backtrace v0.3.74 |
1531 | 2025-03-22T19:19:02.326Z | Compiling futures v0.3.31 |
1532 | 2025-03-22T19:19:02.493Z | Compiling oxnet v0.1.1 |
1533 | 2025-03-22T19:19:02.519Z | Compiling toml v0.8.20 |
1534 | 2025-03-22T19:19:02.814Z | Compiling slog-bunyan v2.5.0 |
1535 | 2025-03-22T19:19:03.023Z | Compiling phf v0.11.2 |
1536 | 2025-03-22T19:19:03.131Z | Compiling cookie_store v0.21.1 |
1537 | 2025-03-22T19:19:03.279Z | Compiling rayon v1.10.0 |
1538 | 2025-03-22T19:19:03.762Z | Compiling signal-hook-mio v0.2.4 |
1539 | 2025-03-22T19:19:03.923Z | Compiling hyper-tls v0.6.0 |
1540 | 2025-03-22T19:19:04.762Z | Compiling camino v1.1.9 |
1541 | 2025-03-22T19:19:05.018Z | Compiling postgres-types v0.2.9 |
1542 | 2025-03-22T19:19:05.717Z | Compiling ed25519 v2.2.3 |
1543 | 2025-03-22T19:19:06.202Z | Compiling phf_shared v0.10.0 |
1544 | 2025-03-22T19:19:06.525Z | Compiling dropshot_endpoint v0.12.0 |
1545 | 2025-03-22T19:19:06.550Z | Compiling pkcs1 v0.7.5 |
1546 | 2025-03-22T19:19:06.550Z | Compiling waitgroup v0.1.2 |
1547 | 2025-03-22T19:19:06.756Z | Compiling clap_derive v4.5.32 |
1548 | 2025-03-22T19:19:06.938Z | Compiling enum-as-inner v0.6.1 |
1549 | 2025-03-22T19:19:07.212Z | Compiling openapiv3 v2.0.0 |
1550 | 2025-03-22T19:19:07.321Z | Compiling serde-big-array v0.5.1 |
1551 | 2025-03-22T19:19:07.527Z | Compiling serde_path_to_error v0.1.16 |
1552 | 2025-03-22T19:19:07.571Z | Compiling rfc6979 v0.4.0 |
1553 | 2025-03-22T19:19:07.752Z | Compiling sha1 v0.10.6 |
1554 | 2025-03-22T19:19:07.826Z | Compiling serde_repr v0.1.19 |
1555 | 2025-03-22T19:19:08.113Z | Compiling daft-derive v0.1.2 |
1556 | 2025-03-22T19:19:08.206Z | Compiling bstr v1.10.0 |
1557 | 2025-03-22T19:19:08.668Z | Compiling float-cmp v0.10.0 |
1558 | 2025-03-22T19:19:08.894Z | Compiling hostname v0.4.0 |
1559 | 2025-03-22T19:19:09.102Z | Compiling difflib v0.4.0 |
1560 | 2025-03-22T19:19:09.361Z | Compiling new_debug_unreachable v1.0.6 |
1561 | 2025-03-22T19:19:09.460Z | Compiling fixedbitset v0.4.2 |
1562 | 2025-03-22T19:19:09.538Z | Compiling precomputed-hash v0.1.1 |
1563 | 2025-03-22T19:19:09.660Z | Compiling debug-ignore v1.0.5 |
1564 | 2025-03-22T19:19:09.794Z | Compiling unicode-segmentation v1.12.0 |
1565 | 2025-03-22T19:19:09.853Z | Compiling normalize-line-endings v0.3.0 |
1566 | 2025-03-22T19:19:09.879Z | Compiling number_prefix v0.4.0 |
1567 | 2025-03-22T19:19:09.986Z | Compiling whoami v1.5.2 |
1568 | 2025-03-22T19:19:10.077Z | Compiling predicates-core v1.0.8 |
1569 | 2025-03-22T19:19:10.217Z | Compiling data-encoding v2.6.0 |
1570 | 2025-03-22T19:19:10.242Z | Compiling static_assertions v1.1.0 |
1571 | 2025-03-22T19:19:10.346Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1572 | 2025-03-22T19:19:10.374Z | Compiling similar v2.7.0 |
1573 | 2025-03-22T19:19:10.437Z | Compiling predicates v3.1.3 |
1574 | 2025-03-22T19:19:10.480Z | Compiling tokio-postgres v0.7.13 |
1575 | 2025-03-22T19:19:10.509Z | Compiling clap v4.5.32 |
1576 | 2025-03-22T19:19:10.634Z | Compiling indicatif v0.17.11 |
1577 | 2025-03-22T19:19:11.691Z | Compiling hickory-proto v0.24.4 |
1578 | 2025-03-22T19:19:11.767Z | Compiling petgraph v0.6.5 |
1579 | 2025-03-22T19:19:12.189Z | Compiling string_cache v0.8.7 |
1580 | 2025-03-22T19:19:12.287Z | Compiling daft v0.1.2 |
1581 | 2025-03-22T19:19:12.605Z | Compiling ecdsa v0.16.9 |
1582 | 2025-03-22T19:19:12.738Z | Compiling rsa v0.9.6 |
1583 | 2025-03-22T19:19:13.280Z | Compiling ed25519-dalek v2.1.1 |
1584 | 2025-03-22T19:19:14.942Z | Compiling crossterm v0.28.1 |
1585 | 2025-03-22T19:19:14.967Z | Compiling toml v0.7.8 |
1586 | 2025-03-22T19:19:16.202Z | Compiling zip v0.6.6 |
1587 | 2025-03-22T19:19:16.451Z | Compiling tokio-stream v0.1.17 |
1588 | 2025-03-22T19:19:16.540Z | Compiling hex v0.4.3 |
1589 | 2025-03-22T19:19:17.025Z | Compiling x509-cert v0.2.5 |
1590 | 2025-03-22T19:19:17.227Z | Compiling itertools v0.10.5 |
1591 | 2025-03-22T19:19:17.268Z | Compiling lalrpop-util v0.19.12 |
1592 | 2025-03-22T19:19:17.607Z | Compiling unicode-xid v0.2.6 |
1593 | 2025-03-22T19:19:17.632Z | Compiling peg-runtime v0.8.5 |
1594 | 2025-03-22T19:19:17.676Z | Compiling strum_macros v0.26.4 |
1595 | 2025-03-22T19:19:17.803Z | Compiling xattr v1.3.1 |
1596 | 2025-03-22T19:19:18.027Z | Compiling filetime v0.2.25 |
1597 | 2025-03-22T19:19:18.294Z | Compiling tar v0.4.44 |
1598 | 2025-03-22T19:19:21.068Z | Compiling strum v0.26.3 |
1599 | 2025-03-22T19:19:24.149Z | Compiling aws-lc-sys v0.26.0 |
1600 | 2025-03-22T19:19:56.267Z | Compiling rustls-webpki v0.102.8 |
1601 | 2025-03-22T19:20:00.274Z | Compiling tokio-rustls v0.25.0 |
1602 | 2025-03-22T19:20:02.181Z | Compiling tokio-rustls v0.26.0 |
1603 | 2025-03-22T19:20:02.505Z | Compiling hyper-rustls v0.27.3 |
1604 | 2025-03-22T19:20:02.821Z | Compiling reqwest v0.12.12 |
1605 | 2025-03-22T19:20:07.003Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1606 | 2025-03-22T19:20:07.360Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1607 | 2025-03-22T19:20:12.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
1608 | 2025-03-22T19:20:12.824Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1609 | 2025-03-22T19:20:12.897Z | Mar 22 19:20:12.868 INFO Starting download, target: Clickhouse |
1610 | 2025-03-22T19:20:12.897Z | Mar 22 19:20:12.868 INFO Starting download, target: Cockroach |
1611 | 2025-03-22T19:20:12.897Z | Mar 22 19:20:12.868 INFO Starting download, target: Console |
1612 | 2025-03-22T19:20:12.897Z | Mar 22 19:20:12.868 INFO Starting download, target: DendriteOpenapi |
1613 | 2025-03-22T19:20:12.897Z | Mar 22 19:20:12.868 INFO Starting download, target: DendriteStub |
1614 | 2025-03-22T19:20:12.897Z | Mar 22 19:20:12.868 INFO Starting download, target: MaghemiteMgd |
1615 | 2025-03-22T19:20:12.923Z | Mar 22 19:20:12.868 INFO Starting download, target: TransceiverControl |
1616 | 2025-03-22T19:20:12.923Z | Mar 22 19:20:12.870 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1617 | 2025-03-22T19:20:12.923Z | Mar 22 19:20:12.870 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1618 | 2025-03-22T19:20:12.923Z | Mar 22 19:20:12.870 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1619 | 2025-03-22T19:20:12.923Z | Mar 22 19:20:12.870 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1620 | 2025-03-22T19:20:12.923Z | Mar 22 19:20:12.871 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1621 | 2025-03-22T19:20:12.923Z | Mar 22 19:20:12.871 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1622 | 2025-03-22T19:20:12.923Z | Mar 22 19:20:12.872 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1623 | 2025-03-22T19:20:13.206Z | Mar 22 19:20:13.154 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1624 | 2025-03-22T19:20:13.369Z | Mar 22 19:20:13.315 INFO Download complete, target: DendriteOpenapi |
1625 | 2025-03-22T19:20:13.546Z | Mar 22 19:20:13.514 INFO Download complete, target: Console |
1626 | 2025-03-22T19:20:14.367Z | Mar 22 19:20:14.338 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1627 | 2025-03-22T19:20:14.743Z | Mar 22 19:20:14.714 INFO Download complete, target: TransceiverControl |
1628 | 2025-03-22T19:20:15.097Z | Mar 22 19:20:15.068 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1629 | 2025-03-22T19:20:15.247Z | Mar 22 19:20:15.218 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1630 | 2025-03-22T19:20:17.660Z | Mar 22 19:20:17.630 INFO Download complete, target: DendriteStub |
1631 | 2025-03-22T19:20:17.846Z | Mar 22 19:20:17.815 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1632 | 2025-03-22T19:20:17.846Z | Mar 22 19:20:17.815 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1633 | 2025-03-22T19:20:18.128Z | Mar 22 19:20:18.098 INFO Download complete, target: MaghemiteMgd |
1634 | 2025-03-22T19:20:25.343Z | Mar 22 19:20:25.315 INFO Checking that binary works, target: Cockroach |
1635 | 2025-03-22T19:20:25.631Z | Mar 22 19:20:25.602 INFO Download complete, target: Cockroach |
1636 | 2025-03-22T19:20:34.216Z | Mar 22 19:20:34.187 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1637 | 2025-03-22T19:20:46.041Z | Mar 22 19:20:46.010 INFO Checking that binary works, target: Clickhouse |
1638 | 2025-03-22T19:20:46.241Z | Mar 22 19:20:46.212 INFO Download complete, target: Clickhouse |
1639 | 2025-03-22T19:20:46.267Z | All builder prerequisites installed successfully, and PATH looks valid |
1640 | 2025-03-22T19:20:46.292Z | |
1641 | 2025-03-22T19:20:46.292Z | real 5:17.255017855 |
1642 | 2025-03-22T19:20:46.292Z | user 13:44.745381356 |
1643 | 2025-03-22T19:20:46.292Z | sys 2:18.380657293 |
1644 | 2025-03-22T19:20:46.292Z | trap 0.460169165 |
1645 | 2025-03-22T19:20:46.292Z | tflt 0.435346023 |
1646 | 2025-03-22T19:20:46.292Z | dflt 1.426796107 |
1647 | 2025-03-22T19:20:46.292Z | kflt 0.008445586 |
1648 | 2025-03-22T19:20:46.292Z | lock 26:44.876390246 |
1649 | 2025-03-22T19:20:46.292Z | slp 49:57.832603564 |
1650 | 2025-03-22T19:20:46.292Z | lat 1:04.444240735 |
1651 | 2025-03-22T19:20:46.292Z | stop 2:18.965296333 |
1652 | 2025-03-22T19:20:46.292Z | + banner clippy |
1653 | 2025-03-22T19:20:46.292Z | |
1654 | 2025-03-22T19:20:46.292Z | #### # # ##### ##### # # |
1655 | 2025-03-22T19:20:46.292Z | # # # # # # # # # # |
1656 | 2025-03-22T19:20:46.292Z | # # # # # # # # |
1657 | 2025-03-22T19:20:46.292Z | # # # ##### ##### # |
1658 | 2025-03-22T19:20:46.292Z | # # # # # # # |
1659 | 2025-03-22T19:20:46.292Z | #### ###### # # # # |
1660 | 2025-03-22T19:20:46.292Z | |
1661 | 2025-03-22T19:20:46.292Z | + export CARGO_INCREMENTAL=0 |
1662 | 2025-03-22T19:20:46.292Z | + CARGO_INCREMENTAL=0 |
1663 | 2025-03-22T19:20:46.292Z | + ptime -m cargo xtask clippy |
1664 | 2025-03-22T19:20:47.098Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1665 | 2025-03-22T19:20:50.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
1666 | 2025-03-22T19:20:50.722Z | Running `target/debug/xtask clippy` |
1667 | 2025-03-22T19:20:50.751Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1668 | 2025-03-22T19:20:51.658Z | Downloading crates ... |
1669 | 2025-03-22T19:20:52.031Z | Downloaded approx v0.5.1 |
1670 | 2025-03-22T19:20:52.057Z | Downloaded async-channel v1.9.0 |
1671 | 2025-03-22T19:20:52.057Z | Downloaded async-channel v2.3.1 |
1672 | 2025-03-22T19:20:52.057Z | Downloaded nested v0.1.1 |
1673 | 2025-03-22T19:20:52.057Z | Downloaded target-triple v0.1.3 |
1674 | 2025-03-22T19:20:52.057Z | Downloaded proc-macro-crate v3.2.0 |
1675 | 2025-03-22T19:20:52.057Z | Downloaded stringmetrics v2.2.2 |
1676 | 2025-03-22T19:20:52.057Z | Downloaded trybuild v1.0.103 |
1677 | 2025-03-22T19:20:52.057Z | Downloaded rstest_macros v0.24.0 |
1678 | 2025-03-22T19:20:52.082Z | Downloaded rand_distr v0.4.3 |
1679 | 2025-03-22T19:20:52.082Z | Downloaded partial-io v0.5.4 |
1680 | 2025-03-22T19:20:52.082Z | Downloaded plotters v0.3.7 |
1681 | 2025-03-22T19:20:52.082Z | Downloaded async-std v1.13.0 |
1682 | 2025-03-22T19:20:52.107Z | Downloaded guppy v0.17.17 |
1683 | 2025-03-22T19:20:52.132Z | Downloaded criterion v0.5.1 |
1684 | 2025-03-22T19:20:52.133Z | Downloaded cfg-expr v0.18.0 |
1685 | 2025-03-22T19:20:52.133Z | Downloaded rstest v0.24.0 |
1686 | 2025-03-22T19:20:52.133Z | Downloaded polling v3.7.3 |
1687 | 2025-03-22T19:20:52.133Z | Downloaded oorandom v11.1.4 |
1688 | 2025-03-22T19:20:52.133Z | Downloaded futures-timer v3.0.3 |
1689 | 2025-03-22T19:20:52.158Z | Downloaded similar-asserts v1.7.0 |
1690 | 2025-03-22T19:20:52.158Z | Downloaded httptest v0.16.3 |
1691 | 2025-03-22T19:20:52.158Z | Downloaded futures-lite v2.3.0 |
1692 | 2025-03-22T19:20:52.158Z | Downloaded event-listener v5.3.1 |
1693 | 2025-03-22T19:20:52.158Z | Downloaded async-io v2.3.4 |
1694 | 2025-03-22T19:20:52.158Z | Downloaded tinytemplate v1.2.1 |
1695 | 2025-03-22T19:20:52.158Z | Downloaded target-spec v3.4.2 |
1696 | 2025-03-22T19:20:52.158Z | Downloaded target-lexicon v0.13.2 |
1697 | 2025-03-22T19:20:52.158Z | Downloaded rustls-native-certs v0.7.3 |
1698 | 2025-03-22T19:20:52.158Z | Downloaded rust-argon2 v2.1.0 |
1699 | 2025-03-22T19:20:52.184Z | Downloaded blake2b_simd v1.0.2 |
1700 | 2025-03-22T19:20:52.184Z | Downloaded serde_regex v1.1.0 |
1701 | 2025-03-22T19:20:52.184Z | Downloaded relative-path v1.9.3 |
1702 | 2025-03-22T19:20:52.184Z | Downloaded hyper-rustls v0.26.0 |
1703 | 2025-03-22T19:20:52.184Z | Downloaded criterion-plot v0.5.0 |
1704 | 2025-03-22T19:20:52.184Z | Downloaded async-task v4.7.1 |
1705 | 2025-03-22T19:20:52.184Z | Downloaded async-process v2.3.0 |
1706 | 2025-03-22T19:20:52.184Z | Downloaded async-executor v1.13.1 |
1707 | 2025-03-22T19:20:52.184Z | Downloaded async-attributes v1.1.2 |
1708 | 2025-03-22T19:20:52.184Z | Downloaded assert_cmd v2.0.16 |
1709 | 2025-03-22T19:20:52.184Z | Downloaded piper v0.2.4 |
1710 | 2025-03-22T19:20:52.184Z | Downloaded path-tree v0.8.1 |
1711 | 2025-03-22T19:20:52.184Z | Downloaded parking v2.2.1 |
1712 | 2025-03-22T19:20:52.209Z | Downloaded kv-log-macro v1.0.7 |
1713 | 2025-03-22T19:20:52.209Z | Downloaded event-listener-strategy v0.5.2 |
1714 | 2025-03-22T19:20:52.209Z | Downloaded event-listener v2.5.3 |
1715 | 2025-03-22T19:20:52.209Z | Downloaded concurrent-queue v2.5.0 |
1716 | 2025-03-22T19:20:52.209Z | Downloaded cast v0.3.0 |
1717 | 2025-03-22T19:20:52.209Z | Downloaded blocking v1.6.1 |
1718 | 2025-03-22T19:20:52.209Z | Downloaded async-signal v0.2.10 |
1719 | 2025-03-22T19:20:52.209Z | Downloaded plotters-svg v0.3.7 |
1720 | 2025-03-22T19:20:52.209Z | Downloaded plotters-backend v0.3.7 |
1721 | 2025-03-22T19:20:52.209Z | Downloaded pathdiff v0.2.3 |
1722 | 2025-03-22T19:20:52.209Z | Downloaded guppy-workspace-hack v0.1.0 |
1723 | 2025-03-22T19:20:52.209Z | Downloaded doc-comment v0.3.3 |
1724 | 2025-03-22T19:20:52.209Z | Downloaded async-global-executor v2.4.1 |
1725 | 2025-03-22T19:20:52.209Z | Downloaded async-object-pool v0.1.5 |
1726 | 2025-03-22T19:20:52.209Z | Downloaded async-lock v3.4.0 |
1727 | 2025-03-22T19:20:52.209Z | Downloaded assert-json-diff v2.0.2 |
1728 | 2025-03-22T19:20:52.210Z | Downloaded anes v0.1.6 |
1729 | 2025-03-22T19:20:52.235Z | Downloaded httpmock v0.8.0-alpha.1 |
1730 | 2025-03-22T19:20:53.039Z | Checking cfg-if v1.0.0 |
1731 | 2025-03-22T19:20:53.083Z | Checking libc v0.2.170 |
1732 | 2025-03-22T19:20:53.114Z | Checking serde v1.0.218 |
1733 | 2025-03-22T19:20:53.141Z | Checking memchr v2.7.4 |
1734 | 2025-03-22T19:20:53.166Z | Checking value-bag v1.9.0 |
1735 | 2025-03-22T19:20:53.191Z | Checking itoa v1.0.11 |
1736 | 2025-03-22T19:20:53.218Z | Checking zeroize v1.8.1 |
1737 | 2025-03-22T19:20:53.245Z | Checking smallvec v1.14.0 |
1738 | 2025-03-22T19:20:53.271Z | Checking scopeguard v1.2.0 |
1739 | 2025-03-22T19:20:53.404Z | Checking pin-project-lite v0.2.14 |
1740 | 2025-03-22T19:20:53.433Z | Checking lock_api v0.4.12 |
1741 | 2025-03-22T19:20:53.474Z | Checking subtle v2.6.1 |
1742 | 2025-03-22T19:20:53.510Z | Checking log v0.4.22 |
1743 | 2025-03-22T19:20:53.546Z | Checking once_cell v1.20.3 |
1744 | 2025-03-22T19:20:53.573Z | Checking libm v0.2.8 |
1745 | 2025-03-22T19:20:53.744Z | Checking byteorder v1.5.0 |
1746 | 2025-03-22T19:20:53.770Z | Checking ryu v1.0.18 |
1747 | 2025-03-22T19:20:53.840Z | Checking typenum v1.17.0 |
1748 | 2025-03-22T19:20:53.872Z | Checking futures-core v0.3.31 |
1749 | 2025-03-22T19:20:53.939Z | Checking getrandom v0.2.15 |
1750 | 2025-03-22T19:20:53.977Z | Checking parking_lot_core v0.9.10 |
1751 | 2025-03-22T19:20:54.004Z | Checking signal-hook-registry v1.4.2 |
1752 | 2025-03-22T19:20:54.069Z | Checking mio v1.0.2 |
1753 | 2025-03-22T19:20:54.130Z | Checking socket2 v0.5.8 |
1754 | 2025-03-22T19:20:54.176Z | Checking rand_core v0.6.4 |
1755 | 2025-03-22T19:20:54.244Z | Checking thiserror v1.0.69 |
1756 | 2025-03-22T19:20:54.283Z | Checking parking_lot v0.12.3 |
1757 | 2025-03-22T19:20:54.316Z | Checking num-traits v0.2.19 |
1758 | 2025-03-22T19:20:54.405Z | Checking futures-io v0.3.31 |
1759 | 2025-03-22T19:20:54.485Z | Checking const-oid v0.9.6 |
1760 | 2025-03-22T19:20:54.571Z | Checking slab v0.4.9 |
1761 | 2025-03-22T19:20:54.624Z | Checking equivalent v1.0.1 |
1762 | 2025-03-22T19:20:54.649Z | Checking allocator-api2 v0.2.18 |
1763 | 2025-03-22T19:20:54.676Z | Checking foldhash v0.1.3 |
1764 | 2025-03-22T19:20:54.713Z | Checking generic-array v0.14.7 |
1765 | 2025-03-22T19:20:54.798Z | Checking zerocopy v0.7.35 |
1766 | 2025-03-22T19:20:54.852Z | Checking futures-sink v0.3.31 |
1767 | 2025-03-22T19:20:54.919Z | Checking getrandom v0.3.1 |
1768 | 2025-03-22T19:20:55.028Z | Checking cpufeatures v0.2.14 |
1769 | 2025-03-22T19:20:55.164Z | Checking iana-time-zone v0.1.61 |
1770 | 2025-03-22T19:20:55.195Z | Checking pin-utils v0.1.0 |
1771 | 2025-03-22T19:20:55.222Z | Checking hashbrown v0.15.1 |
1772 | 2025-03-22T19:20:55.317Z | Checking futures-channel v0.3.31 |
1773 | 2025-03-22T19:20:55.360Z | Checking futures-task v0.3.31 |
1774 | 2025-03-22T19:20:55.612Z | Checking fnv v1.0.7 |
1775 | 2025-03-22T19:20:55.637Z | Checking stable_deref_trait v1.2.0 |
1776 | 2025-03-22T19:20:55.683Z | Checking crypto-common v0.1.6 |
1777 | 2025-03-22T19:20:55.708Z | Checking block-buffer v0.10.4 |
1778 | 2025-03-22T19:20:55.770Z | Checking futures-util v0.3.31 |
1779 | 2025-03-22T19:20:55.807Z | Checking errno v0.3.9 |
1780 | 2025-03-22T19:20:55.891Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1781 | 2025-03-22T19:20:55.919Z | Checking dyn-clone v1.0.19 |
1782 | 2025-03-22T19:20:55.972Z | Checking tracing-core v0.1.32 |
1783 | 2025-03-22T19:20:56.004Z | Checking digest v0.10.7 |
1784 | 2025-03-22T19:20:56.031Z | Checking ppv-lite86 v0.2.20 |
1785 | 2025-03-22T19:20:56.106Z | Checking zerofrom v0.1.4 |
1786 | 2025-03-22T19:20:56.191Z | Checking litemap v0.7.3 |
1787 | 2025-03-22T19:20:56.300Z | Checking writeable v0.5.5 |
1788 | 2025-03-22T19:20:56.340Z | Checking yoke v0.7.4 |
1789 | 2025-03-22T19:20:56.374Z | Checking percent-encoding v2.3.1 |
1790 | 2025-03-22T19:20:56.514Z | Checking block-padding v0.3.3 |
1791 | 2025-03-22T19:20:56.547Z | Checking tracing v0.1.40 |
1792 | 2025-03-22T19:20:56.585Z | Checking crossbeam-utils v0.8.20 |
1793 | 2025-03-22T19:20:56.620Z | Checking icu_locid_transform_data v1.5.0 |
1794 | 2025-03-22T19:20:56.661Z | Checking zerovec v0.10.4 |
1795 | 2025-03-22T19:20:56.689Z | Checking rand_chacha v0.3.1 |
1796 | 2025-03-22T19:20:56.733Z | Checking inout v0.1.3 |
1797 | 2025-03-22T19:20:56.758Z | Checking form_urlencoded v1.2.1 |
1798 | 2025-03-22T19:20:56.868Z | Checking regex-syntax v0.8.5 |
1799 | 2025-03-22T19:20:56.955Z | Checking bytes v1.10.1 |
1800 | 2025-03-22T19:20:56.986Z | Checking bitflags v2.6.0 |
1801 | 2025-03-22T19:20:57.011Z | Checking serde_json v1.0.139 |
1802 | 2025-03-22T19:20:57.064Z | Checking chrono v0.4.40 |
1803 | 2025-03-22T19:20:57.202Z | Checking uuid v1.15.1 |
1804 | 2025-03-22T19:20:57.285Z | Checking semver v1.0.25 |
1805 | 2025-03-22T19:20:57.675Z | Checking indexmap v2.7.1 |
1806 | 2025-03-22T19:20:57.801Z | Checking rustix v0.38.37 |
1807 | 2025-03-22T19:20:57.868Z | Checking tokio v1.43.0 |
1808 | 2025-03-22T19:20:58.029Z | Checking http v1.2.0 |
1809 | 2025-03-22T19:20:58.430Z | Checking tinystr v0.7.6 |
1810 | 2025-03-22T19:20:58.684Z | Checking rand v0.8.5 |
1811 | 2025-03-22T19:20:58.734Z | Checking schemars v0.8.22 |
1812 | 2025-03-22T19:20:58.759Z | Checking icu_locid v1.5.0 |
1813 | 2025-03-22T19:20:59.081Z | Checking icu_collections v1.5.0 |
1814 | 2025-03-22T19:20:59.490Z | Checking cipher v0.4.4 |
1815 | 2025-03-22T19:20:59.599Z | Checking icu_provider v1.5.0 |
1816 | 2025-03-22T19:20:59.669Z | Checking atomic-waker v1.1.2 |
1817 | 2025-03-22T19:20:59.694Z | Checking icu_properties_data v1.5.0 |
1818 | 2025-03-22T19:20:59.718Z | Checking spin v0.9.8 |
1819 | 2025-03-22T19:20:59.821Z | Checking utf16_iter v1.0.5 |
1820 | 2025-03-22T19:20:59.860Z | Checking write16 v1.0.0 |
1821 | 2025-03-22T19:20:59.924Z | Checking utf8_iter v1.0.4 |
1822 | 2025-03-22T19:21:00.001Z | Checking icu_normalizer_data v1.5.0 |
1823 | 2025-03-22T19:21:00.026Z | Checking powerfmt v0.2.0 |
1824 | 2025-03-22T19:21:00.051Z | Checking untrusted v0.9.0 |
1825 | 2025-03-22T19:21:00.078Z | Checking aho-corasick v1.1.3 |
1826 | 2025-03-22T19:21:00.123Z | Checking httparse v1.9.5 |
1827 | 2025-03-22T19:21:00.148Z | Checking time-core v0.1.2 |
1828 | 2025-03-22T19:21:00.173Z | Checking icu_locid_transform v1.5.0 |
1829 | 2025-03-22T19:21:00.225Z | Checking ring v0.17.11 |
1830 | 2025-03-22T19:21:00.289Z | Checking deranged v0.3.11 |
1831 | 2025-03-22T19:21:00.324Z | Checking num-conv v0.1.0 |
1832 | 2025-03-22T19:21:00.394Z | Checking num_threads v0.1.7 |
1833 | 2025-03-22T19:21:00.501Z | Checking unicode-ident v1.0.14 |
1834 | 2025-03-22T19:21:00.530Z | Checking base64ct v1.6.0 |
1835 | 2025-03-22T19:21:00.565Z | Checking sha2 v0.10.8 |
1836 | 2025-03-22T19:21:00.675Z | Checking proc-macro2 v1.0.94 |
1837 | 2025-03-22T19:21:00.919Z | Checking hmac v0.12.1 |
1838 | 2025-03-22T19:21:01.024Z | Checking icu_properties v1.5.1 |
1839 | 2025-03-22T19:21:01.049Z | Checking adler2 v2.0.0 |
1840 | 2025-03-22T19:21:01.137Z | Checking rustls-pki-types v1.10.0 |
1841 | 2025-03-22T19:21:01.216Z | Checking miniz_oxide v0.8.5 |
1842 | 2025-03-22T19:21:01.247Z | Checking quote v1.0.39 |
1843 | 2025-03-22T19:21:01.393Z | Checking regex-automata v0.4.8 |
1844 | 2025-03-22T19:21:01.418Z | Checking time v0.3.36 |
1845 | 2025-03-22T19:21:01.561Z | Checking syn v2.0.98 |
1846 | 2025-03-22T19:21:01.624Z | Checking http-body v1.0.1 |
1847 | 2025-03-22T19:21:01.835Z | Checking aws-lc-sys v0.26.0 |
1848 | 2025-03-22T19:21:01.860Z | Checking untrusted v0.7.1 |
1849 | 2025-03-22T19:21:02.051Z | Checking try-lock v0.2.5 |
1850 | 2025-03-22T19:21:02.113Z | Checking base64 v0.22.1 |
1851 | 2025-03-22T19:21:02.207Z | Checking httpdate v1.0.3 |
1852 | 2025-03-22T19:21:02.447Z | Checking want v0.3.1 |
1853 | 2025-03-22T19:21:02.542Z | Checking pem-rfc7468 v0.7.0 |
1854 | 2025-03-22T19:21:02.629Z | Checking tower-service v0.3.3 |
1855 | 2025-03-22T19:21:02.763Z | Checking slog v2.7.0 |
1856 | 2025-03-22T19:21:02.814Z | Checking flagset v0.4.6 |
1857 | 2025-03-22T19:21:03.027Z | Checking der v0.7.9 |
1858 | 2025-03-22T19:21:03.187Z | Checking pbkdf2 v0.12.2 |
1859 | 2025-03-22T19:21:03.363Z | Checking aes v0.8.4 |
1860 | 2025-03-22T19:21:03.390Z | Checking gimli v0.31.1 |
1861 | 2025-03-22T19:21:03.632Z | Checking aws-lc-rs v1.12.4 |
1862 | 2025-03-22T19:21:03.672Z | Checking tokio-util v0.7.13 |
1863 | 2025-03-22T19:21:03.762Z | Checking icu_normalizer v1.5.0 |
1864 | 2025-03-22T19:21:04.102Z | Checking mime v0.3.17 |
1865 | 2025-03-22T19:21:04.386Z | Checking lazy_static v1.5.0 |
1866 | 2025-03-22T19:21:04.416Z | Checking h2 v0.4.6 |
1867 | 2025-03-22T19:21:04.441Z | Checking idna_adapter v1.2.0 |
1868 | 2025-03-22T19:21:04.467Z | Checking spki v0.7.3 |
1869 | 2025-03-22T19:21:04.529Z | Checking cbc v0.1.2 |
1870 | 2025-03-22T19:21:04.639Z | Checking idna v1.0.3 |
1871 | 2025-03-22T19:21:04.732Z | Checking salsa20 v0.10.2 |
1872 | 2025-03-22T19:21:04.762Z | Checking object v0.36.5 |
1873 | 2025-03-22T19:21:04.787Z | Checking regex v1.11.1 |
1874 | 2025-03-22T19:21:04.951Z | Checking rustc-demangle v0.1.24 |
1875 | 2025-03-22T19:21:05.066Z | Checking url v2.5.3 |
1876 | 2025-03-22T19:21:05.150Z | Checking rustls-webpki v0.102.8 |
1877 | 2025-03-22T19:21:05.310Z | Checking scrypt v0.11.0 |
1878 | 2025-03-22T19:21:05.338Z | Checking http-body-util v0.1.2 |
1879 | 2025-03-22T19:21:05.523Z | Checking utf8parse v0.2.2 |
1880 | 2025-03-22T19:21:05.677Z | Checking foreign-types-shared v0.1.1 |
1881 | 2025-03-22T19:21:05.729Z | Checking openssl-probe v0.1.5 |
1882 | 2025-03-22T19:21:05.763Z | Checking ipnet v2.11.0 |
1883 | 2025-03-22T19:21:05.807Z | Checking foreign-types v0.3.2 |
1884 | 2025-03-22T19:21:05.836Z | Checking pkcs5 v0.7.1 |
1885 | 2025-03-22T19:21:05.909Z | Checking rustls-pemfile v2.2.0 |
1886 | 2025-03-22T19:21:05.935Z | Checking openssl-sys v0.9.106 |
1887 | 2025-03-22T19:21:06.116Z | Checking futures-executor v0.3.31 |
1888 | 2025-03-22T19:21:06.192Z | Checking serde_urlencoded v0.7.1 |
1889 | 2025-03-22T19:21:06.276Z | Checking pkcs8 v0.10.2 |
1890 | 2025-03-22T19:21:06.349Z | Checking encoding_rs v0.8.34 |
1891 | 2025-03-22T19:21:06.377Z | Checking addr2line v0.24.2 |
1892 | 2025-03-22T19:21:06.450Z | Checking anstyle v1.0.10 |
1893 | 2025-03-22T19:21:06.581Z | Checking futures v0.3.31 |
1894 | 2025-03-22T19:21:06.606Z | Checking rustls v0.23.19 |
1895 | 2025-03-22T19:21:06.709Z | Checking toml_datetime v0.6.8 |
1896 | 2025-03-22T19:21:06.770Z | Checking serde_spanned v0.6.8 |
1897 | 2025-03-22T19:21:06.862Z | Checking openssl v0.10.71 |
1898 | 2025-03-22T19:21:06.887Z | Checking either v1.14.0 |
1899 | 2025-03-22T19:21:06.967Z | Checking psl-types v2.0.11 |
1900 | 2025-03-22T19:21:06.995Z | Checking anstyle-parse v0.2.5 |
1901 | 2025-03-22T19:21:07.158Z | Checking publicsuffix v2.3.0 |
1902 | 2025-03-22T19:21:07.204Z | Checking cookie v0.18.1 |
1903 | 2025-03-22T19:21:07.255Z | Checking webpki-roots v0.26.6 |
1904 | 2025-03-22T19:21:07.426Z | Checking sync_wrapper v1.0.1 |
1905 | 2025-03-22T19:21:07.453Z | Checking tower-layer v0.3.3 |
1906 | 2025-03-22T19:21:07.583Z | Checking colorchoice v1.0.2 |
1907 | 2025-03-22T19:21:07.645Z | Checking is_terminal_polyfill v1.70.1 |
1908 | 2025-03-22T19:21:07.683Z | Checking anstyle-query v1.1.1 |
1909 | 2025-03-22T19:21:07.736Z | Checking tower v0.5.2 |
1910 | 2025-03-22T19:21:07.801Z | Checking cookie_store v0.21.1 |
1911 | 2025-03-22T19:21:07.830Z | Checking anstream v0.6.15 |
1912 | 2025-03-22T19:21:08.167Z | Checking terminal_size v0.4.0 |
1913 | 2025-03-22T19:21:08.193Z | Checking is-terminal v0.4.13 |
1914 | 2025-03-22T19:21:08.332Z | Checking strsim v0.11.1 |
1915 | 2025-03-22T19:21:08.361Z | Checking clap_lex v0.7.4 |
1916 | 2025-03-22T19:21:08.386Z | Checking ipnetwork v0.21.1 |
1917 | 2025-03-22T19:21:08.414Z | Checking openapiv3 v2.0.0 |
1918 | 2025-03-22T19:21:08.610Z | Checking signature v2.2.0 |
1919 | 2025-03-22T19:21:08.638Z | Checking clap_builder v4.5.32 |
1920 | 2025-03-22T19:21:08.701Z | Checking data-encoding v2.6.0 |
1921 | 2025-03-22T19:21:08.809Z | Checking camino v1.1.9 |
1922 | 2025-03-22T19:21:09.194Z | Checking bitflags v1.3.2 |
1923 | 2025-03-22T19:21:09.271Z | Checking tinyvec_macros v0.1.1 |
1924 | 2025-03-22T19:21:09.305Z | Checking sha1 v0.10.6 |
1925 | 2025-03-22T19:21:09.373Z | Checking tinyvec v1.8.0 |
1926 | 2025-03-22T19:21:09.423Z | Checking hyper v1.6.0 |
1927 | 2025-03-22T19:21:09.569Z | Checking scroll v0.12.0 |
1928 | 2025-03-22T19:21:09.705Z | Checking backtrace v0.3.74 |
1929 | 2025-03-22T19:21:09.973Z | Checking plain v0.2.3 |
1930 | 2025-03-22T19:21:10.122Z | Checking ucd-trie v0.1.7 |
1931 | 2025-03-22T19:21:10.203Z | Checking anyhow v1.0.97 |
1932 | 2025-03-22T19:21:10.324Z | Checking pest v2.7.14 |
1933 | 2025-03-22T19:21:10.422Z | Checking goblin v0.8.2 |
1934 | 2025-03-22T19:21:10.536Z | Checking num-integer v0.1.46 |
1935 | 2025-03-22T19:21:10.915Z | Checking dirs-sys-next v0.1.2 |
1936 | 2025-03-22T19:21:10.940Z | Checking tokio-rustls v0.26.0 |
1937 | 2025-03-22T19:21:10.969Z | Checking pretty-hex v0.4.1 |
1938 | 2025-03-22T19:21:11.038Z | Checking hyper-util v0.1.10 |
1939 | 2025-03-22T19:21:11.065Z | Checking clap v4.5.32 |
1940 | 2025-03-22T19:21:11.121Z | Checking dirs-next v2.0.0 |
1941 | 2025-03-22T19:21:11.176Z | Checking crossbeam-channel v0.5.13 |
1942 | 2025-03-22T19:21:11.201Z | Checking thread-id v4.2.2 |
1943 | 2025-03-22T19:21:11.229Z | Checking native-tls v0.2.12 |
1944 | 2025-03-22T19:21:11.274Z | Checking thread_local v1.1.8 |
1945 | 2025-03-22T19:21:11.320Z | Checking crc32fast v1.4.2 |
1946 | 2025-03-22T19:21:11.347Z | Checking base16ct v0.2.0 |
1947 | 2025-03-22T19:21:11.514Z | Checking tokio-native-tls v0.3.1 |
1948 | 2025-03-22T19:21:11.545Z | Checking winnow v0.7.3 |
1949 | 2025-03-22T19:21:11.573Z | Checking term v0.7.0 |
1950 | 2025-03-22T19:21:11.598Z | Checking sec1 v0.7.3 |
1951 | 2025-03-22T19:21:11.766Z | Checking ff v0.13.0 |
1952 | 2025-03-22T19:21:11.794Z | Checking zerocopy v0.8.10 |
1953 | 2025-03-22T19:21:11.962Z | Checking memmap v0.7.0 |
1954 | 2025-03-22T19:21:11.988Z | Checking take_mut v0.2.2 |
1955 | 2025-03-22T19:21:12.021Z | Checking slog-term v2.9.1 |
1956 | 2025-03-22T19:21:12.156Z | Checking slog-async v2.8.0 |
1957 | 2025-03-22T19:21:12.181Z | Checking group v0.13.0 |
1958 | 2025-03-22T19:21:12.398Z | Checking dtrace-parser v0.2.0 |
1959 | 2025-03-22T19:21:12.448Z | Checking num-iter v0.1.45 |
1960 | 2025-03-22T19:21:12.473Z | Checking hkdf v0.12.4 |
1961 | 2025-03-22T19:21:12.503Z | Checking hex v0.4.3 |
1962 | 2025-03-22T19:21:12.634Z | Checking crypto-bigint v0.5.5 |
1963 | 2025-03-22T19:21:12.711Z | Checking static_assertions v1.1.0 |
1964 | 2025-03-22T19:21:12.739Z | Checking hyper-rustls v0.27.3 |
1965 | 2025-03-22T19:21:12.829Z | Checking hyper-tls v0.6.0 |
1966 | 2025-03-22T19:21:12.854Z | Checking match_cfg v0.1.0 |
1967 | 2025-03-22T19:21:12.963Z | Checking unicode-width v0.2.0 |
1968 | 2025-03-22T19:21:12.988Z | Checking hostname v0.3.1 |
1969 | 2025-03-22T19:21:13.092Z | Checking oxnet v0.1.1 |
1970 | 2025-03-22T19:21:13.117Z | Checking reqwest v0.12.12 |
1971 | 2025-03-22T19:21:13.142Z | Checking bstr v1.10.0 |
1972 | 2025-03-22T19:21:13.382Z | Checking winnow v0.5.40 |
1973 | 2025-03-22T19:21:13.407Z | Checking unicode-segmentation v1.12.0 |
1974 | 2025-03-22T19:21:13.780Z | Checking toml_edit v0.22.24 |
1975 | 2025-03-22T19:21:13.862Z | Checking num-bigint-dig v0.8.4 |
1976 | 2025-03-22T19:21:13.970Z | Checking flate2 v1.1.0 |
1977 | 2025-03-22T19:21:14.079Z | Checking pkcs1 v0.7.5 |
1978 | 2025-03-22T19:21:14.372Z | Checking dof v0.3.0 |
1979 | 2025-03-22T19:21:14.437Z | Checking crossbeam-epoch v0.9.18 |
1980 | 2025-03-22T19:21:14.511Z | Checking zerocopy v0.6.6 |
1981 | 2025-03-22T19:21:14.628Z | Checking unicode-normalization v0.1.24 |
1982 | 2025-03-22T19:21:14.825Z | Checking rfc6979 v0.4.0 |
1983 | 2025-03-22T19:21:14.897Z | Checking elliptic-curve v0.13.8 |
1984 | 2025-03-22T19:21:14.923Z | Checking usdt-impl v0.5.0 |
1985 | 2025-03-22T19:21:15.004Z | Checking hubpack v0.1.2 |
1986 | 2025-03-22T19:21:15.081Z | Checking managed v0.8.0 |
1987 | 2025-03-22T19:21:15.294Z | Checking debug-ignore v1.0.5 |
1988 | 2025-03-22T19:21:15.364Z | Checking crossbeam-deque v0.8.5 |
1989 | 2025-03-22T19:21:15.410Z | Checking usdt v0.5.0 |
1990 | 2025-03-22T19:21:15.435Z | Checking x509-cert v0.2.5 |
1991 | 2025-03-22T19:21:15.467Z | Checking slog-json v2.6.1 |
1992 | 2025-03-22T19:21:15.467Z | Checking ecdsa v0.16.9 |
1993 | 2025-03-22T19:21:15.524Z | Checking rsa v0.9.6 |
1994 | 2025-03-22T19:21:15.608Z | Checking toml_edit v0.19.15 |
1995 | 2025-03-22T19:21:15.656Z | Checking curve25519-dalek v4.1.3 |
1996 | 2025-03-22T19:21:15.683Z | Checking ahash v0.8.11 |
1997 | 2025-03-22T19:21:15.723Z | Checking bzip2-sys v0.1.11+1.0.8 |
1998 | 2025-03-22T19:21:15.862Z | Checking siphasher v0.3.11 |
1999 | 2025-03-22T19:21:15.946Z | Checking toml v0.8.20 |
2000 | 2025-03-22T19:21:16.100Z | Checking bzip2 v0.4.4 |
2001 | 2025-03-22T19:21:16.125Z | Checking slog-bunyan v2.5.0 |
2002 | 2025-03-22T19:21:16.153Z | Checking rayon-core v1.12.1 |
2003 | 2025-03-22T19:21:16.296Z | Checking ed25519 v2.2.3 |
2004 | 2025-03-22T19:21:16.371Z | Checking rustls v0.22.4 |
2005 | 2025-03-22T19:21:16.397Z | Checking newtype-uuid v1.2.1 |
2006 | 2025-03-22T19:21:16.560Z | Checking serde_path_to_error v0.1.16 |
2007 | 2025-03-22T19:21:16.598Z | Checking signal-hook v0.3.17 |
2008 | 2025-03-22T19:21:16.645Z | Checking daft v0.1.2 |
2009 | 2025-03-22T19:21:16.701Z | Checking rand_core v0.9.2 |
2010 | 2025-03-22T19:21:16.760Z | Checking console v0.15.10 |
2011 | 2025-03-22T19:21:16.914Z | Checking hickory-proto v0.24.4 |
2012 | 2025-03-22T19:21:17.011Z | Checking itertools v0.10.5 |
2013 | 2025-03-22T19:21:17.036Z | Checking memoffset v0.9.1 |
2014 | 2025-03-22T19:21:17.102Z | Checking rand_chacha v0.9.0 |
2015 | 2025-03-22T19:21:17.145Z | Checking ed25519-dalek v2.1.1 |
2016 | 2025-03-22T19:21:17.170Z | Checking signal-hook-mio v0.2.4 |
2017 | 2025-03-22T19:21:17.254Z | Checking zip v0.6.6 |
2018 | 2025-03-22T19:21:17.313Z | Checking multer v3.1.0 |
2019 | 2025-03-22T19:21:17.452Z | Checking fs-err v2.11.0 |
2020 | 2025-03-22T19:21:17.526Z | Checking waitgroup v0.1.2 |
2021 | 2025-03-22T19:21:17.673Z | Checking toml v0.7.8 |
2022 | 2025-03-22T19:21:17.701Z | Checking async-stream v0.3.6 |
2023 | 2025-03-22T19:21:17.726Z | Checking hash32 v0.2.1 |
2024 | 2025-03-22T19:21:17.852Z | Checking hostname v0.4.0 |
2025 | 2025-03-22T19:21:17.909Z | Checking predicates-core v1.0.8 |
2026 | 2025-03-22T19:21:17.951Z | Checking bumpalo v3.16.0 |
2027 | 2025-03-22T19:21:18.003Z | Checking unicode-properties v0.1.3 |
2028 | 2025-03-22T19:21:18.028Z | Checking lockfree-object-pool v0.1.6 |
2029 | 2025-03-22T19:21:18.101Z | Checking unicode-bidi v0.3.17 |
2030 | 2025-03-22T19:21:18.249Z | Checking simd-adler32 v0.3.7 |
2031 | 2025-03-22T19:21:18.274Z | Checking heapless v0.7.17 |
2032 | 2025-03-22T19:21:18.303Z | Checking rand v0.9.0 |
2033 | 2025-03-22T19:21:18.337Z | Checking crossterm v0.28.1 |
2034 | 2025-03-22T19:21:18.589Z | Checking zopfli v0.8.1 |
2035 | 2025-03-22T19:21:18.650Z | Checking stringprep v0.1.5 |
2036 | 2025-03-22T19:21:18.782Z | Checking rayon v1.10.0 |
2037 | 2025-03-22T19:21:18.906Z | Checking phf_shared v0.11.2 |
2038 | 2025-03-22T19:21:19.074Z | Checking similar v2.7.0 |
2039 | 2025-03-22T19:21:19.162Z | Checking tokio-stream v0.1.17 |
2040 | 2025-03-22T19:21:19.194Z | Checking md-5 v0.10.6 |
2041 | 2025-03-22T19:21:19.243Z | Checking float-cmp v0.10.0 |
2042 | 2025-03-22T19:21:19.271Z | Checking tokio-rustls v0.25.0 |
2043 | 2025-03-22T19:21:19.417Z | Checking normalize-line-endings v0.3.0 |
2044 | 2025-03-22T19:21:19.448Z | Checking fallible-iterator v0.2.0 |
2045 | 2025-03-22T19:21:19.559Z | Checking difflib v0.4.0 |
2046 | 2025-03-22T19:21:19.595Z | Checking dropshot v0.12.0 |
2047 | 2025-03-22T19:21:19.713Z | Checking phf v0.11.2 |
2048 | 2025-03-22T19:21:19.783Z | Checking zip v2.1.3 |
2049 | 2025-03-22T19:21:19.864Z | Checking smoltcp v0.9.1 |
2050 | 2025-03-22T19:21:19.893Z | Checking predicates v3.1.3 |
2051 | 2025-03-22T19:21:19.962Z | Checking postgres-protocol v0.6.8 |
2052 | 2025-03-22T19:21:19.991Z | Checking nix v0.29.0 |
2053 | 2025-03-22T19:21:20.443Z | Checking phf_shared v0.10.0 |
2054 | 2025-03-22T19:21:20.539Z | Checking buf-list v1.0.3 |
2055 | 2025-03-22T19:21:20.647Z | Checking serde-big-array v0.5.1 |
2056 | 2025-03-22T19:21:20.705Z | Checking portable-atomic v1.9.0 |
2057 | 2025-03-22T19:21:20.734Z | Checking minimal-lexical v0.2.1 |
2058 | 2025-03-22T19:21:20.853Z | Checking fixedbitset v0.4.2 |
2059 | 2025-03-22T19:21:20.880Z | Checking number_prefix v0.4.0 |
2060 | 2025-03-22T19:21:21.046Z | Checking new_debug_unreachable v1.0.6 |
2061 | 2025-03-22T19:21:21.072Z | Checking lalrpop-util v0.19.12 |
2062 | 2025-03-22T19:21:21.100Z | Checking precomputed-hash v0.1.1 |
2063 | 2025-03-22T19:21:21.131Z | Checking petgraph v0.6.5 |
2064 | 2025-03-22T19:21:21.163Z | Checking nom v7.1.3 |
2065 | 2025-03-22T19:21:21.188Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2066 | 2025-03-22T19:21:21.235Z | Checking string_cache v0.8.7 |
2067 | 2025-03-22T19:21:21.359Z | Checking postgres-types v0.2.9 |
2068 | 2025-03-22T19:21:21.507Z | Checking itertools v0.12.1 |
2069 | 2025-03-22T19:21:21.555Z | Checking peg-runtime v0.8.5 |
2070 | 2025-03-22T19:21:21.680Z | Checking indicatif v0.17.11 |
2071 | 2025-03-22T19:21:21.786Z | Checking whoami v1.5.2 |
2072 | 2025-03-22T19:21:21.921Z | Checking heck v0.4.1 |
2073 | 2025-03-22T19:21:22.053Z | Checking tokio-postgres v0.7.13 |
2074 | 2025-03-22T19:21:22.126Z | Compiling thiserror-impl v2.0.12 |
2075 | 2025-03-22T19:21:22.382Z | Compiling regress v0.10.3 |
2076 | 2025-03-22T19:21:22.447Z | Compiling ident_case v1.0.1 |
2077 | 2025-03-22T19:21:22.628Z | Compiling darling_core v0.20.10 |
2078 | 2025-03-22T19:21:23.289Z | Compiling unsafe-libyaml v0.2.11 |
2079 | 2025-03-22T19:21:23.561Z | Checking heck v0.5.0 |
2080 | 2025-03-22T19:21:23.654Z | Checking fastrand v2.1.1 |
2081 | 2025-03-22T19:21:23.955Z | Compiling structmeta-derive v0.3.0 |
2082 | 2025-03-22T19:21:24.308Z | Compiling serde_yaml v0.9.34+deprecated |
2083 | 2025-03-22T19:21:24.580Z | Checking thiserror v2.0.12 |
2084 | 2025-03-22T19:21:24.683Z | Checking tempfile v3.13.0 |
2085 | 2025-03-22T19:21:24.731Z | Checking progenitor-client v0.9.1 |
2086 | 2025-03-22T19:21:25.022Z | Checking quick-error v1.2.3 |
2087 | 2025-03-22T19:21:25.082Z | Checking strum v0.26.3 |
2088 | 2025-03-22T19:21:25.188Z | Compiling typify-impl v0.2.0 |
2089 | 2025-03-22T19:21:25.256Z | Checking wait-timeout v0.2.0 |
2090 | 2025-03-22T19:21:25.284Z | Checking bit-vec v0.8.0 |
2091 | 2025-03-22T19:21:25.447Z | Checking rusty-fork v0.3.0 |
2092 | 2025-03-22T19:21:25.645Z | Checking bit-set v0.8.0 |
2093 | 2025-03-22T19:21:25.712Z | Checking rand_xorshift v0.3.0 |
2094 | 2025-03-22T19:21:25.904Z | Compiling dropshot v0.16.0 |
2095 | 2025-03-22T19:21:25.904Z | Checking unarray v0.1.4 |
2096 | 2025-03-22T19:21:25.969Z | Checking macaddr v1.0.1 |
2097 | 2025-03-22T19:21:25.999Z | Compiling structmeta v0.3.0 |
2098 | 2025-03-22T19:21:26.073Z | Checking proptest v1.6.0 |
2099 | 2025-03-22T19:21:26.274Z | Compiling dropshot_endpoint v0.16.0 |
2100 | 2025-03-22T19:21:26.300Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2101 | 2025-03-22T19:21:26.364Z | Compiling parse-display-derive v0.10.0 |
2102 | 2025-03-22T19:21:26.390Z | Compiling test-strategy v0.4.0 |
2103 | 2025-03-22T19:21:27.241Z | Checking progenitor-client v0.8.0 |
2104 | 2025-03-22T19:21:27.355Z | Compiling darling_macro v0.20.10 |
2105 | 2025-03-22T19:21:27.570Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2106 | 2025-03-22T19:21:27.722Z | Checking instant v0.1.13 |
2107 | 2025-03-22T19:21:27.855Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2108 | 2025-03-22T19:21:28.142Z | Compiling darling v0.20.10 |
2109 | 2025-03-22T19:21:28.263Z | Compiling serde_with_macros v3.12.0 |
2110 | 2025-03-22T19:21:28.477Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2111 | 2025-03-22T19:21:28.856Z | Checking backoff v0.4.0 |
2112 | 2025-03-22T19:21:28.932Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2113 | 2025-03-22T19:21:29.088Z | Checking camino-tempfile v1.1.1 |
2114 | 2025-03-22T19:21:29.139Z | Checking unicode-width v0.1.14 |
2115 | 2025-03-22T19:21:29.191Z | Compiling proc-macro-error v1.0.4 |
2116 | 2025-03-22T19:21:29.562Z | Checking parse-display v0.10.0 |
2117 | 2025-03-22T19:21:29.588Z | Compiling proc-macro-crate v1.3.1 |
2118 | 2025-03-22T19:21:29.617Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2119 | 2025-03-22T19:21:29.776Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2120 | 2025-03-22T19:21:29.834Z | Checking tabwriter v1.4.0 |
2121 | 2025-03-22T19:21:29.981Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2122 | 2025-03-22T19:21:30.050Z | Compiling foreign-types-macros v0.2.3 |
2123 | 2025-03-22T19:21:30.131Z | Checking foreign-types-shared v0.3.1 |
2124 | 2025-03-22T19:21:30.358Z | Checking cstr-argument v0.1.2 |
2125 | 2025-03-22T19:21:30.422Z | Checking serde_with v3.12.0 |
2126 | 2025-03-22T19:21:30.459Z | Compiling num_enum_derive v0.5.11 |
2127 | 2025-03-22T19:21:30.499Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2128 | 2025-03-22T19:21:30.573Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2129 | 2025-03-22T19:21:30.602Z | Checking pretty-hex v0.2.1 |
2130 | 2025-03-22T19:21:30.816Z | Checking colored v2.2.0 |
2131 | 2025-03-22T19:21:30.959Z | Checking winnow v0.6.20 |
2132 | 2025-03-22T19:21:31.140Z | Checking foreign-types v0.5.0 |
2133 | 2025-03-22T19:21:31.178Z | Checking smf v0.2.3 |
2134 | 2025-03-22T19:21:31.232Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2135 | 2025-03-22T19:21:31.264Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2136 | 2025-03-22T19:21:31.400Z | Checking itertools v0.14.0 |
2137 | 2025-03-22T19:21:31.556Z | Compiling typify-impl v0.3.0 |
2138 | 2025-03-22T19:21:31.599Z | Checking base64 v0.21.7 |
2139 | 2025-03-22T19:21:32.005Z | Compiling itertools v0.13.0 |
2140 | 2025-03-22T19:21:32.365Z | Checking num_enum v0.5.11 |
2141 | 2025-03-22T19:21:32.579Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2142 | 2025-03-22T19:21:32.836Z | Compiling crucible-workspace-hack v0.1.0 |
2143 | 2025-03-22T19:21:33.192Z | Compiling heapless v0.8.0 |
2144 | 2025-03-22T19:21:33.281Z | Checking hash32 v0.3.1 |
2145 | 2025-03-22T19:21:33.489Z | Compiling smoltcp v0.11.0 |
2146 | 2025-03-22T19:21:33.631Z | Checking cobs v0.2.3 |
2147 | 2025-03-22T19:21:33.840Z | Checking postcard v1.0.10 |
2148 | 2025-03-22T19:21:34.075Z | Checking sigpipe v0.1.3 |
2149 | 2025-03-22T19:21:34.197Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2150 | 2025-03-22T19:21:34.347Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2151 | 2025-03-22T19:21:34.514Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2152 | 2025-03-22T19:21:34.566Z | Compiling mockall_derive v0.13.1 |
2153 | 2025-03-22T19:21:34.599Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2154 | 2025-03-22T19:21:34.843Z | Checking termtree v0.4.1 |
2155 | 2025-03-22T19:21:34.981Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2156 | 2025-03-22T19:21:35.061Z | Checking predicates-tree v1.0.11 |
2157 | 2025-03-22T19:21:35.236Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2158 | 2025-03-22T19:21:35.295Z | Compiling zone_cfg_derive v0.3.0 |
2159 | 2025-03-22T19:21:35.331Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2160 | 2025-03-22T19:21:35.456Z | Compiling num-derive v0.4.2 |
2161 | 2025-03-22T19:21:35.638Z | Checking downcast v0.11.0 |
2162 | 2025-03-22T19:21:35.842Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2163 | 2025-03-22T19:21:36.120Z | Checking fragile v2.0.0 |
2164 | 2025-03-22T19:21:36.401Z | Checking zone v0.3.0 |
2165 | 2025-03-22T19:21:36.431Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2166 | 2025-03-22T19:21:36.603Z | Compiling typify-macro v0.2.0 |
2167 | 2025-03-22T19:21:36.681Z | Checking utf-8 v0.7.6 |
2168 | 2025-03-22T19:21:36.886Z | Checking atomicwrites v0.4.4 |
2169 | 2025-03-22T19:21:37.067Z | Compiling convert_case v0.4.0 |
2170 | 2025-03-22T19:21:37.103Z | Checking tungstenite v0.21.0 |
2171 | 2025-03-22T19:21:37.151Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2172 | 2025-03-22T19:21:37.188Z | Checking newline-converter v0.3.0 |
2173 | 2025-03-22T19:21:37.358Z | Checking expectorate v1.1.0 |
2174 | 2025-03-22T19:21:37.551Z | Compiling derive-where v1.2.7 |
2175 | 2025-03-22T19:21:37.603Z | Checking same-file v1.0.6 |
2176 | 2025-03-22T19:21:37.801Z | Checking walkdir v2.5.0 |
2177 | 2025-03-22T19:21:37.827Z | Compiling derive_more v0.99.19 |
2178 | 2025-03-22T19:21:37.959Z | Checking tokio-tungstenite v0.21.0 |
2179 | 2025-03-22T19:21:38.086Z | Checking arc-swap v1.7.1 |
2180 | 2025-03-22T19:21:38.424Z | Checking fixedbitset v0.5.7 |
2181 | 2025-03-22T19:21:38.469Z | Checking slog-scope v4.4.0 |
2182 | 2025-03-22T19:21:38.659Z | Checking slog-stdlog v4.1.1 |
2183 | 2025-03-22T19:21:38.781Z | Checking petgraph v0.7.1 |
2184 | 2025-03-22T19:21:38.841Z | Checking xattr v1.3.1 |
2185 | 2025-03-22T19:21:39.038Z | Checking filetime v0.2.25 |
2186 | 2025-03-22T19:21:39.255Z | Checking tar v0.4.44 |
2187 | 2025-03-22T19:21:39.671Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2188 | 2025-03-22T19:21:39.717Z | Compiling typify v0.2.0 |
2189 | 2025-03-22T19:21:39.853Z | Compiling progenitor-impl v0.8.0 |
2190 | 2025-03-22T19:21:40.096Z | Checking slog-envlogger v2.2.0 |
2191 | 2025-03-22T19:21:40.269Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2192 | 2025-03-22T19:21:40.309Z | Checking num-rational v0.4.2 |
2193 | 2025-03-22T19:21:40.839Z | Checking num-complex v0.4.6 |
2194 | 2025-03-22T19:21:40.864Z | Checking mockall v0.13.1 |
2195 | 2025-03-22T19:21:41.094Z | Checking float-ord v0.3.2 |
2196 | 2025-03-22T19:21:41.243Z | Checking password-hash v0.5.0 |
2197 | 2025-03-22T19:21:41.373Z | Checking blake2 v0.10.6 |
2198 | 2025-03-22T19:21:41.547Z | Checking num v0.4.3 |
2199 | 2025-03-22T19:21:41.652Z | Checking indent_write v2.2.0 |
2200 | 2025-03-22T19:21:41.682Z | Compiling cancel-safe-futures v0.1.5 |
2201 | 2025-03-22T19:21:41.713Z | Compiling owo-colors v4.2.0 |
2202 | 2025-03-22T19:21:41.800Z | Checking argon2 v0.5.3 |
2203 | 2025-03-22T19:21:41.872Z | Checking swrite v0.1.0 |
2204 | 2025-03-22T19:21:41.942Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2205 | 2025-03-22T19:21:42.019Z | Checking libsw-core v0.3.1 |
2206 | 2025-03-22T19:21:42.273Z | Checking libsw v3.4.0 |
2207 | 2025-03-22T19:21:42.403Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2208 | 2025-03-22T19:21:42.748Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2209 | 2025-03-22T19:21:42.859Z | Checking linear-map v1.2.0 |
2210 | 2025-03-22T19:21:43.012Z | Checking pem v3.0.5 |
2211 | 2025-03-22T19:21:43.102Z | Compiling lzma-sys v0.1.20 |
2212 | 2025-03-22T19:21:43.180Z | Checking headers-core v0.3.0 |
2213 | 2025-03-22T19:21:43.206Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2214 | 2025-03-22T19:21:43.285Z | Compiling heck v0.3.3 |
2215 | 2025-03-22T19:21:43.311Z | Compiling typify-macro v0.3.0 |
2216 | 2025-03-22T19:21:43.361Z | Checking highway v1.3.0 |
2217 | 2025-03-22T19:21:43.528Z | Checking headers v0.4.0 |
2218 | 2025-03-22T19:21:43.604Z | Compiling zone_cfg_derive v0.1.2 |
2219 | 2025-03-22T19:21:43.777Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2220 | 2025-03-22T19:21:43.806Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2221 | 2025-03-22T19:21:44.001Z | Checking yasna v0.5.2 |
2222 | 2025-03-22T19:21:44.085Z | Checking base64 v0.13.1 |
2223 | 2025-03-22T19:21:44.446Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2224 | 2025-03-22T19:21:44.471Z | Checking ron v0.7.1 |
2225 | 2025-03-22T19:21:44.628Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2226 | 2025-03-22T19:21:44.718Z | Checking zone v0.1.8 |
2227 | 2025-03-22T19:21:44.774Z | Checking rcgen v0.12.1 |
2228 | 2025-03-22T19:21:44.877Z | Checking xz2 v0.1.7 |
2229 | 2025-03-22T19:21:44.943Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2230 | 2025-03-22T19:21:45.152Z | Checking linked-hash-map v0.5.6 |
2231 | 2025-03-22T19:21:45.316Z | Checking subprocess v0.2.9 |
2232 | 2025-03-22T19:21:45.351Z | Checking resolv-conf v0.7.0 |
2233 | 2025-03-22T19:21:45.401Z | Compiling progenitor-macro v0.8.0 |
2234 | 2025-03-22T19:21:45.434Z | Checking humantime v2.1.0 |
2235 | 2025-03-22T19:21:45.462Z | Checking lru-cache v0.1.2 |
2236 | 2025-03-22T19:21:45.621Z | Compiling semver v0.1.20 |
2237 | 2025-03-22T19:21:45.659Z | Checking half v2.4.1 |
2238 | 2025-03-22T19:21:45.684Z | Checking hickory-resolver v0.24.4 |
2239 | 2025-03-22T19:21:45.731Z | Checking ciborium-io v0.2.2 |
2240 | 2025-03-22T19:21:45.822Z | Checking prettyplease v0.2.30 |
2241 | 2025-03-22T19:21:46.085Z | Compiling rustc_version v0.1.7 |
2242 | 2025-03-22T19:21:46.154Z | Checking ciborium-ll v0.2.2 |
2243 | 2025-03-22T19:21:46.417Z | Compiling typify v0.3.0 |
2244 | 2025-03-22T19:21:46.492Z | Compiling newtype_derive v0.1.6 |
2245 | 2025-03-22T19:21:46.560Z | Compiling progenitor-impl v0.9.1 |
2246 | 2025-03-22T19:21:46.780Z | Checking ciborium v0.2.2 |
2247 | 2025-03-22T19:21:47.095Z | Checking qorb v0.2.1 |
2248 | 2025-03-22T19:21:47.531Z | Checking steno v0.4.1 |
2249 | 2025-03-22T19:21:47.695Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2250 | 2025-03-22T19:21:49.821Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2251 | 2025-03-22T19:21:50.368Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2252 | 2025-03-22T19:21:50.451Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2253 | 2025-03-22T19:21:50.730Z | Compiling slog-dtrace v0.3.0 |
2254 | 2025-03-22T19:21:50.767Z | Checking display-error-chain v0.2.2 |
2255 | 2025-03-22T19:21:50.943Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2256 | 2025-03-22T19:21:50.969Z | Checking gethostname v0.5.0 |
2257 | 2025-03-22T19:21:51.111Z | Checking keccak v0.1.5 |
2258 | 2025-03-22T19:21:51.264Z | Checking bytecount v0.6.8 |
2259 | 2025-03-22T19:21:51.411Z | Checking sha3 v0.10.8 |
2260 | 2025-03-22T19:21:51.437Z | Checking universal-hash v0.5.1 |
2261 | 2025-03-22T19:21:51.517Z | Checking secrecy v0.8.0 |
2262 | 2025-03-22T19:21:51.635Z | Checking opaque-debug v0.3.1 |
2263 | 2025-03-22T19:21:51.717Z | Checking nibble_vec v0.1.0 |
2264 | 2025-03-22T19:21:51.747Z | Compiling blake3 v1.5.4 |
2265 | 2025-03-22T19:21:51.787Z | Checking endian-type v0.1.2 |
2266 | 2025-03-22T19:21:51.925Z | Checking aead v0.5.2 |
2267 | 2025-03-22T19:21:52.007Z | Checking radix_trie v0.2.1 |
2268 | 2025-03-22T19:21:52.043Z | Compiling progenitor-macro v0.9.1 |
2269 | 2025-03-22T19:21:52.154Z | Checking poly1305 v0.8.0 |
2270 | 2025-03-22T19:21:52.391Z | Checking chacha20 v0.9.1 |
2271 | 2025-03-22T19:21:52.774Z | Compiling thiserror-impl-no-std v2.0.2 |
2272 | 2025-03-22T19:21:52.968Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2273 | 2025-03-22T19:21:53.269Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2274 | 2025-03-22T19:21:53.624Z | Checking chacha20poly1305 v0.10.1 |
2275 | 2025-03-22T19:21:53.663Z | Compiling memmap2 v0.9.5 |
2276 | 2025-03-22T19:21:53.819Z | Compiling constant_time_eq v0.3.1 |
2277 | 2025-03-22T19:21:54.015Z | Compiling arrayref v0.3.9 |
2278 | 2025-03-22T19:21:54.043Z | Compiling arrayvec v0.7.6 |
2279 | 2025-03-22T19:21:54.136Z | Compiling toolchain_find v0.4.0 |
2280 | 2025-03-22T19:21:54.576Z | Compiling topological-sort v0.2.2 |
2281 | 2025-03-22T19:21:54.673Z | Compiling rustfmt-wrapper v0.2.1 |
2282 | 2025-03-22T19:21:54.829Z | Checking fxhash v0.2.1 |
2283 | 2025-03-22T19:21:55.067Z | Compiling omicron-zone-package v0.12.0 |
2284 | 2025-03-22T19:21:55.107Z | Checking progenitor v0.8.0 |
2285 | 2025-03-22T19:21:55.244Z | Checking thiserror-no-std v2.0.2 |
2286 | 2025-03-22T19:21:55.327Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2287 | 2025-03-22T19:21:55.385Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2288 | 2025-03-22T19:21:55.411Z | Checking vsss-rs v3.3.4 |
2289 | 2025-03-22T19:21:55.876Z | Checking maplit v1.0.2 |
2290 | 2025-03-22T19:21:56.003Z | Compiling async-recursion v1.1.1 |
2291 | 2025-03-22T19:21:57.163Z | Compiling const_format_proc_macros v0.2.34 |
2292 | 2025-03-22T19:21:57.993Z | Checking termcolor v1.4.1 |
2293 | 2025-03-22T19:21:58.382Z | Checking home v0.5.9 |
2294 | 2025-03-22T19:21:58.544Z | Compiling radium v0.7.0 |
2295 | 2025-03-22T19:21:58.749Z | Checking const_format v0.2.34 |
2296 | 2025-03-22T19:21:58.844Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2297 | 2025-03-22T19:21:58.996Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2298 | 2025-03-22T19:21:59.176Z | Checking kstat-rs v0.2.4 |
2299 | 2025-03-22T19:21:59.204Z | Compiling vte_generate_state_changes v0.1.2 |
2300 | 2025-03-22T19:21:59.266Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2301 | 2025-03-22T19:21:59.530Z | Compiling maybe-uninit v2.0.0 |
2302 | 2025-03-22T19:21:59.781Z | Checking tap v1.0.1 |
2303 | 2025-03-22T19:21:59.957Z | Checking wyz v0.5.1 |
2304 | 2025-03-22T19:22:00.131Z | Checking vte v0.11.1 |
2305 | 2025-03-22T19:22:00.651Z | Checking fd-lock v4.0.2 |
2306 | 2025-03-22T19:22:00.862Z | Compiling packed_struct v0.10.1 |
2307 | 2025-03-22T19:22:00.887Z | Checking funty v2.0.0 |
2308 | 2025-03-22T19:22:01.218Z | Checking crc-catalog v2.4.0 |
2309 | 2025-03-22T19:22:01.309Z | Checking strip-ansi-escapes v0.2.0 |
2310 | 2025-03-22T19:22:01.409Z | Checking crc v3.2.1 |
2311 | 2025-03-22T19:22:01.484Z | Compiling packed_struct_codegen v0.10.1 |
2312 | 2025-03-22T19:22:01.510Z | Compiling indexmap v1.9.3 |
2313 | 2025-03-22T19:22:01.606Z | Checking bitvec v1.0.1 |
2314 | 2025-03-22T19:22:01.807Z | Checking nu-ansi-term v0.50.1 |
2315 | 2025-03-22T19:22:01.832Z | Checking nodrop v0.1.14 |
2316 | 2025-03-22T19:22:01.857Z | Checking progenitor v0.9.1 |
2317 | 2025-03-22T19:22:02.067Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2318 | 2025-03-22T19:22:02.199Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2319 | 2025-03-22T19:22:02.225Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2320 | 2025-03-22T19:22:03.691Z | Checking reedline v0.38.0 |
2321 | 2025-03-22T19:22:05.519Z | Checking array-init v0.0.4 |
2322 | 2025-03-22T19:22:05.939Z | Checking smallvec v0.6.14 |
2323 | 2025-03-22T19:22:06.280Z | Checking bitfield v0.14.0 |
2324 | 2025-03-22T19:22:06.306Z | Checking hashbrown v0.12.3 |
2325 | 2025-03-22T19:22:06.547Z | Checking serde-hex v0.1.0 |
2326 | 2025-03-22T19:22:06.659Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2327 | 2025-03-22T19:22:06.787Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2328 | 2025-03-22T19:22:06.919Z | Checking env_logger v0.10.2 |
2329 | 2025-03-22T19:22:07.308Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2330 | 2025-03-22T19:22:07.629Z | Checking ron v0.8.1 |
2331 | 2025-03-22T19:22:07.801Z | Checking hashbrown v0.13.2 |
2332 | 2025-03-22T19:22:08.797Z | Compiling libefi-sys v0.1.0 |
2333 | 2025-03-22T19:22:08.822Z | Checking crc-any v2.5.0 |
2334 | 2025-03-22T19:22:09.149Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2335 | 2025-03-22T19:22:09.200Z | Checking object v0.30.4 |
2336 | 2025-03-22T19:22:09.468Z | Compiling phf_generator v0.11.2 |
2337 | 2025-03-22T19:22:09.548Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2338 | 2025-03-22T19:22:09.707Z | Compiling bitfield-struct v0.6.2 |
2339 | 2025-03-22T19:22:09.944Z | Checking path-slash v0.1.5 |
2340 | 2025-03-22T19:22:10.133Z | Compiling phf_codegen v0.11.2 |
2341 | 2025-03-22T19:22:10.401Z | Checking papergrid v0.11.0 |
2342 | 2025-03-22T19:22:10.539Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2343 | 2025-03-22T19:22:10.997Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2344 | 2025-03-22T19:22:11.244Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2345 | 2025-03-22T19:22:11.670Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2025-03-22T19:22:13.389Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2347 | 2025-03-22T19:22:13.909Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2348 | 2025-03-22T19:22:14.587Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2349 | 2025-03-22T19:22:14.613Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2350 | 2025-03-22T19:22:14.984Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2351 | 2025-03-22T19:22:15.060Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2352 | 2025-03-22T19:22:15.394Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2353 | 2025-03-22T19:22:15.646Z | Compiling tabled_derive v0.7.0 |
2354 | 2025-03-22T19:22:15.685Z | Compiling parse-zoneinfo v0.3.1 |
2355 | 2025-03-22T19:22:16.030Z | Compiling cfg_aliases v0.1.1 |
2356 | 2025-03-22T19:22:16.100Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2357 | 2025-03-22T19:22:16.150Z | Compiling nix v0.28.0 |
2358 | 2025-03-22T19:22:16.234Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2359 | 2025-03-22T19:22:16.804Z | Compiling chrono-tz-build v0.4.0 |
2360 | 2025-03-22T19:22:16.888Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2361 | 2025-03-22T19:22:17.380Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2362 | 2025-03-22T19:22:17.527Z | Checking tabled v0.15.0 |
2363 | 2025-03-22T19:22:17.830Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2364 | 2025-03-22T19:22:17.898Z | Checking nanorand v0.7.0 |
2365 | 2025-03-22T19:22:18.099Z | Compiling parking_lot_core v0.8.6 |
2366 | 2025-03-22T19:22:18.252Z | Checking flume v0.11.1 |
2367 | 2025-03-22T19:22:18.537Z | Compiling chrono-tz v0.10.1 |
2368 | 2025-03-22T19:22:18.753Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2369 | 2025-03-22T19:22:18.787Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2370 | 2025-03-22T19:22:18.977Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2371 | 2025-03-22T19:22:19.889Z | Compiling peg-macros v0.8.5 |
2372 | 2025-03-22T19:22:19.914Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2373 | 2025-03-22T19:22:19.939Z | Compiling sqlparser_derive v0.2.2 |
2374 | 2025-03-22T19:22:19.965Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2375 | 2025-03-22T19:22:19.994Z | Checking unicode_categories v0.1.1 |
2376 | 2025-03-22T19:22:20.273Z | Checking glob v0.3.2 |
2377 | 2025-03-22T19:22:20.573Z | Checking sqlformat v0.2.6 |
2378 | 2025-03-22T19:22:20.832Z | Checking sqlparser v0.45.0 |
2379 | 2025-03-22T19:22:21.336Z | Checking rustyline v14.0.0 |
2380 | 2025-03-22T19:22:21.607Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2381 | 2025-03-22T19:22:22.350Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2025-03-22T19:22:22.759Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2383 | 2025-03-22T19:22:23.966Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2384 | 2025-03-22T19:22:24.216Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2385 | 2025-03-22T19:22:24.282Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2386 | 2025-03-22T19:22:24.559Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2387 | 2025-03-22T19:22:24.658Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2388 | 2025-03-22T19:22:25.137Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2025-03-22T19:22:25.481Z | Checking peg v0.8.5 |
2390 | 2025-03-22T19:22:25.598Z | Checking parking_lot v0.11.2 |
2391 | 2025-03-22T19:22:25.906Z | Checking bcs v0.1.6 |
2392 | 2025-03-22T19:22:25.936Z | Checking termtree v0.5.1 |
2393 | 2025-03-22T19:22:26.120Z | Checking sled v0.34.7 |
2394 | 2025-03-22T19:22:26.164Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2395 | 2025-03-22T19:22:26.360Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2396 | 2025-03-22T19:22:27.330Z | Checking hickory-client v0.24.4 |
2397 | 2025-03-22T19:22:28.005Z | Checking hickory-server v0.24.4 |
2398 | 2025-03-22T19:22:28.586Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2399 | 2025-03-22T19:22:29.195Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2400 | 2025-03-22T19:22:29.260Z | Compiling unicase v2.7.0 |
2401 | 2025-03-22T19:22:29.725Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2402 | 2025-03-22T19:22:29.793Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2403 | 2025-03-22T19:22:30.208Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2404 | 2025-03-22T19:22:30.364Z | Compiling dsl_auto_type v0.1.2 |
2405 | 2025-03-22T19:22:30.438Z | Checking scheduled-thread-pool v0.2.7 |
2406 | 2025-03-22T19:22:30.529Z | Compiling diesel_table_macro_syntax v0.2.0 |
2407 | 2025-03-22T19:22:30.676Z | Compiling crunchy v0.2.2 |
2408 | 2025-03-22T19:22:30.902Z | Checking r2d2 v0.8.10 |
2409 | 2025-03-22T19:22:31.125Z | Compiling tiny-keccak v2.0.2 |
2410 | 2025-03-22T19:22:31.350Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2411 | 2025-03-22T19:22:31.557Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2412 | 2025-03-22T19:22:31.583Z | Compiling diesel_derives v2.2.3 |
2413 | 2025-03-22T19:22:31.663Z | Checking primeorder v0.13.6 |
2414 | 2025-03-22T19:22:31.829Z | Compiling bit-vec v0.6.3 |
2415 | 2025-03-22T19:22:31.854Z | Compiling ref-cast v1.0.23 |
2416 | 2025-03-22T19:22:32.105Z | Compiling mime_guess v2.0.5 |
2417 | 2025-03-22T19:22:32.232Z | Compiling bit-set v0.5.3 |
2418 | 2025-03-22T19:22:32.542Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2419 | 2025-03-22T19:22:32.832Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2420 | 2025-03-22T19:22:33.045Z | Compiling ascii-canvas v3.0.0 |
2421 | 2025-03-22T19:22:33.109Z | Compiling ena v0.14.3 |
2422 | 2025-03-22T19:22:33.217Z | Compiling ref-cast-impl v1.0.23 |
2423 | 2025-03-22T19:22:33.390Z | Compiling diff v0.1.13 |
2424 | 2025-03-22T19:22:33.499Z | Compiling regex-syntax v0.6.29 |
2425 | 2025-03-22T19:22:33.524Z | Checking http-range v0.1.5 |
2426 | 2025-03-22T19:22:33.638Z | Compiling bindgen v0.71.1 |
2427 | 2025-03-22T19:22:33.824Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2428 | 2025-03-22T19:22:34.166Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2429 | 2025-03-22T19:22:34.309Z | Checking signal-hook-tokio v0.3.1 |
2430 | 2025-03-22T19:22:34.393Z | Checking atty v0.2.14 |
2431 | 2025-03-22T19:22:34.518Z | Compiling salty v0.3.0 |
2432 | 2025-03-22T19:22:34.549Z | Compiling rustc-hash v2.1.1 |
2433 | 2025-03-22T19:22:34.933Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2025-03-22T19:22:35.210Z | Checking p384 v0.13.0 |
2435 | 2025-03-22T19:22:36.132Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2436 | 2025-03-22T19:22:36.410Z | Compiling lalrpop v0.19.12 |
2437 | 2025-03-22T19:22:36.489Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2438 | 2025-03-22T19:22:36.577Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2439 | 2025-03-22T19:22:37.112Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2440 | 2025-03-22T19:22:37.137Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2441 | 2025-03-22T19:22:37.199Z | Compiling derive_builder_core v0.20.2 |
2442 | 2025-03-22T19:22:37.423Z | Compiling libxml v0.3.3 |
2443 | 2025-03-22T19:22:37.861Z | Checking hyper-staticfile v0.10.1 |
2444 | 2025-03-22T19:22:38.098Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2445 | 2025-03-22T19:22:38.382Z | Checking tungstenite v0.23.0 |
2446 | 2025-03-22T19:22:38.444Z | Compiling strum_macros v0.24.3 |
2447 | 2025-03-22T19:22:38.509Z | Checking env_filter v0.1.2 |
2448 | 2025-03-22T19:22:38.752Z | Compiling indoc v1.0.9 |
2449 | 2025-03-22T19:22:39.017Z | Compiling derive_builder_macro v0.20.2 |
2450 | 2025-03-22T19:22:39.186Z | Checking tokio-tungstenite v0.23.1 |
2451 | 2025-03-22T19:22:39.501Z | Checking env_logger v0.11.5 |
2452 | 2025-03-22T19:22:39.608Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2453 | 2025-03-22T19:22:39.773Z | Checking derive_builder v0.20.2 |
2454 | 2025-03-22T19:22:39.955Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2455 | 2025-03-22T19:22:40.137Z | Checking quick-xml v0.37.2 |
2456 | 2025-03-22T19:22:40.249Z | Compiling impl-trait-for-tuples v0.2.2 |
2457 | 2025-03-22T19:22:40.342Z | Checking diesel v2.2.8 |
2458 | 2025-03-22T19:22:41.024Z | Compiling oso-derive v0.27.3 |
2459 | 2025-03-22T19:22:41.058Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2460 | 2025-03-22T19:22:41.357Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2461 | 2025-03-22T19:22:41.796Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2462 | 2025-03-22T19:22:41.854Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2463 | 2025-03-22T19:22:41.987Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2464 | 2025-03-22T19:22:42.092Z | Checking nix v0.27.1 |
2465 | 2025-03-22T19:22:42.253Z | Compiling diesel-dtrace v0.4.2 |
2466 | 2025-03-22T19:22:43.331Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2467 | 2025-03-22T19:22:43.367Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2468 | 2025-03-22T19:22:43.685Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2469 | 2025-03-22T19:22:45.248Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2470 | 2025-03-22T19:22:45.859Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2471 | 2025-03-22T19:22:45.884Z | Checking bb8 v0.8.5 |
2472 | 2025-03-22T19:22:46.004Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2473 | 2025-03-22T19:22:46.188Z | Compiling pin-project-internal v1.1.6 |
2474 | 2025-03-22T19:22:46.344Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2475 | 2025-03-22T19:22:46.912Z | Compiling snafu-derive v0.8.5 |
2476 | 2025-03-22T19:22:47.652Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2477 | 2025-03-22T19:22:47.993Z | Checking olpc-cjson v0.1.4 |
2478 | 2025-03-22T19:22:48.239Z | Checking globset v0.4.15 |
2479 | 2025-03-22T19:22:48.499Z | Checking pin-project v1.1.6 |
2480 | 2025-03-22T19:22:48.524Z | Checking serde_plain v1.0.2 |
2481 | 2025-03-22T19:22:48.659Z | Checking typed-path v0.9.3 |
2482 | 2025-03-22T19:22:48.703Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2483 | 2025-03-22T19:22:48.784Z | Checking assert_matches v1.5.0 |
2484 | 2025-03-22T19:22:48.900Z | Checking parse-size v1.1.0 |
2485 | 2025-03-22T19:22:49.099Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2486 | 2025-03-22T19:22:49.996Z | Checking rand_seeder v0.3.0 |
2487 | 2025-03-22T19:22:50.235Z | Compiling proc-macro-error-attr2 v2.0.0 |
2488 | 2025-03-22T19:22:50.370Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2489 | 2025-03-22T19:22:50.755Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2490 | 2025-03-22T19:22:50.919Z | Compiling proc-macro-error2 v2.0.1 |
2491 | 2025-03-22T19:22:50.947Z | Checking snafu v0.8.5 |
2492 | 2025-03-22T19:22:50.972Z | Checking papergrid v0.14.0 |
2493 | 2025-03-22T19:22:50.999Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2494 | 2025-03-22T19:22:51.379Z | Checking tough v0.19.0 |
2495 | 2025-03-22T19:22:51.508Z | Compiling tabled_derive v0.10.0 |
2496 | 2025-03-22T19:22:52.286Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-03-22T19:22:52.601Z | Checking yansi v1.0.1 |
2498 | 2025-03-22T19:22:52.896Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2499 | 2025-03-22T19:22:53.114Z | Checking pretty_assertions v1.4.1 |
2500 | 2025-03-22T19:22:53.336Z | Checking io-lifetimes v1.0.11 |
2501 | 2025-03-22T19:22:53.426Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2502 | 2025-03-22T19:22:53.539Z | Checking rustix v0.37.28 |
2503 | 2025-03-22T19:22:53.882Z | Checking tabled v0.18.0 |
2504 | 2025-03-22T19:22:54.454Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2025-03-22T19:22:54.559Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2506 | 2025-03-22T19:22:54.696Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2507 | 2025-03-22T19:22:55.333Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2508 | 2025-03-22T19:22:56.672Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2509 | 2025-03-22T19:22:56.939Z | Checking is_ci v1.2.0 |
2510 | 2025-03-22T19:22:57.106Z | Checking supports-color v3.0.2 |
2511 | 2025-03-22T19:22:57.327Z | Checking terminal_size v0.2.6 |
2512 | 2025-03-22T19:22:57.545Z | Compiling libz-sys v1.1.20 |
2513 | 2025-03-22T19:22:57.758Z | Compiling indoc v2.0.6 |
2514 | 2025-03-22T19:22:58.072Z | Checking unicode-linebreak v0.1.5 |
2515 | 2025-03-22T19:22:58.171Z | Checking smawk v0.3.2 |
2516 | 2025-03-22T19:22:58.420Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2025-03-22T19:22:58.476Z | Checking textwrap v0.16.1 |
2518 | 2025-03-22T19:22:58.523Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2519 | 2025-03-22T19:22:58.595Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2520 | 2025-03-22T19:22:58.884Z | Checking castaway v0.2.3 |
2521 | 2025-03-22T19:22:59.086Z | Checking compact_str v0.8.0 |
2522 | 2025-03-22T19:22:59.112Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2523 | 2025-03-22T19:22:59.328Z | Checking unicode-truncate v1.1.0 |
2524 | 2025-03-22T19:22:59.586Z | Checking lru v0.12.5 |
2525 | 2025-03-22T19:22:59.879Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2526 | 2025-03-22T19:22:59.904Z | Compiling instability v0.3.2 |
2527 | 2025-03-22T19:23:00.597Z | Checking cassowary v0.3.0 |
2528 | 2025-03-22T19:23:00.990Z | Checking ratatui v0.29.0 |
2529 | 2025-03-22T19:23:01.376Z | Checking cargo-platform v0.1.8 |
2530 | 2025-03-22T19:23:01.507Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2531 | 2025-03-22T19:23:01.677Z | Checking cargo_metadata v0.19.2 |
2532 | 2025-03-22T19:23:02.725Z | Compiling vergen v8.3.2 |
2533 | 2025-03-22T19:23:03.200Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2534 | 2025-03-22T19:23:03.509Z | Compiling cargo_metadata v0.18.1 |
2535 | 2025-03-22T19:23:03.707Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2536 | 2025-03-22T19:23:05.096Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2537 | 2025-03-22T19:23:05.247Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2538 | 2025-03-22T19:23:05.384Z | Compiling rustls v0.21.12 |
2539 | 2025-03-22T19:23:05.542Z | Checking shell-words v1.1.0 |
2540 | 2025-03-22T19:23:05.666Z | Checking plotters-backend v0.3.7 |
2541 | 2025-03-22T19:23:05.827Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2542 | 2025-03-22T19:23:06.039Z | Checking plotters-svg v0.3.7 |
2543 | 2025-03-22T19:23:06.074Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2544 | 2025-03-22T19:23:06.300Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2545 | 2025-03-22T19:23:06.561Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2546 | 2025-03-22T19:23:06.592Z | Checking rustls-webpki v0.101.7 |
2547 | 2025-03-22T19:23:06.840Z | Checking sct v0.7.1 |
2548 | 2025-03-22T19:23:07.034Z | Checking cast v0.3.0 |
2549 | 2025-03-22T19:23:07.141Z | Checking plotters v0.3.7 |
2550 | 2025-03-22T19:23:07.336Z | Checking criterion-plot v0.5.0 |
2551 | 2025-03-22T19:23:07.827Z | Checking async-bb8-diesel v0.2.1 |
2552 | 2025-03-22T19:23:08.701Z | Checking tinytemplate v1.2.1 |
2553 | 2025-03-22T19:23:08.809Z | Checking concurrent-queue v2.5.0 |
2554 | 2025-03-22T19:23:09.056Z | Checking oorandom v11.1.4 |
2555 | 2025-03-22T19:23:09.143Z | Checking parking v2.2.1 |
2556 | 2025-03-22T19:23:09.234Z | Checking anes v0.1.6 |
2557 | 2025-03-22T19:23:09.355Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2558 | 2025-03-22T19:23:09.574Z | Checking criterion v0.5.1 |
2559 | 2025-03-22T19:23:09.654Z | Checking rustls-pemfile v1.0.4 |
2560 | 2025-03-22T19:23:09.872Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2561 | 2025-03-22T19:23:09.976Z | Checking tokio-rustls v0.24.1 |
2562 | 2025-03-22T19:23:10.205Z | Checking twox-hash v2.1.0 |
2563 | 2025-03-22T19:23:10.349Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2564 | 2025-03-22T19:23:10.810Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2565 | 2025-03-22T19:23:12.034Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2566 | 2025-03-22T19:23:12.240Z | Checking fatfs v0.3.6 |
2567 | 2025-03-22T19:23:13.159Z | Checking csv-core v0.1.11 |
2568 | 2025-03-22T19:23:13.482Z | Checking hex-literal v0.4.1 |
2569 | 2025-03-22T19:23:13.507Z | Checking csv v1.3.1 |
2570 | 2025-03-22T19:23:13.644Z | Checking event-listener v5.3.1 |
2571 | 2025-03-22T19:23:14.020Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2572 | 2025-03-22T19:23:14.236Z | Checking rtoolbox v0.0.2 |
2573 | 2025-03-22T19:23:14.447Z | Checking rpassword v7.3.1 |
2574 | 2025-03-22T19:23:14.622Z | Checking event-listener-strategy v0.5.2 |
2575 | 2025-03-22T19:23:14.855Z | Checking tui-tree-widget v0.23.0 |
2576 | 2025-03-22T19:23:15.175Z | Checking polyval v0.6.2 |
2577 | 2025-03-22T19:23:15.442Z | Checking ghash v0.5.1 |
2578 | 2025-03-22T19:23:15.629Z | Checking futures-lite v2.3.0 |
2579 | 2025-03-22T19:23:16.653Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2580 | 2025-03-22T19:23:16.826Z | Checking ctr v0.9.2 |
2581 | 2025-03-22T19:23:17.489Z | Checking aes-gcm v0.10.3 |
2582 | 2025-03-22T19:23:17.585Z | Checking ssh-encoding v0.2.0 |
2583 | 2025-03-22T19:23:17.799Z | Checking blowfish v0.9.1 |
2584 | 2025-03-22T19:23:17.980Z | Checking ssh-cipher v0.2.0 |
2585 | 2025-03-22T19:23:18.098Z | Checking bcrypt-pbkdf v0.10.0 |
2586 | 2025-03-22T19:23:18.299Z | Checking async-lock v3.4.0 |
2587 | 2025-03-22T19:23:18.396Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2588 | 2025-03-22T19:23:19.081Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2589 | 2025-03-22T19:23:19.166Z | Checking password-hash v0.4.2 |
2590 | 2025-03-22T19:23:19.215Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2591 | 2025-03-22T19:23:19.549Z | Checking polling v3.7.3 |
2592 | 2025-03-22T19:23:19.934Z | Checking async-io v2.3.4 |
2593 | 2025-03-22T19:23:20.242Z | Checking pbkdf2 v0.11.0 |
2594 | 2025-03-22T19:23:20.525Z | Checking ssh-key v0.6.6 |
2595 | 2025-03-22T19:23:20.764Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2596 | 2025-03-22T19:23:21.396Z | Checking p521 v0.13.3 |
2597 | 2025-03-22T19:23:21.929Z | Checking p256 v0.13.2 |
2598 | 2025-03-22T19:23:22.397Z | Checking russh-cryptovec v0.7.3 |
2599 | 2025-03-22T19:23:22.570Z | Checking md5 v0.7.0 |
2600 | 2025-03-22T19:23:22.635Z | Checking async-task v4.7.1 |
2601 | 2025-03-22T19:23:22.852Z | Compiling target-lexicon v0.13.2 |
2602 | 2025-03-22T19:23:22.993Z | Checking russh-keys v0.45.0 |
2603 | 2025-03-22T19:23:23.797Z | Checking async-channel v2.3.1 |
2604 | 2025-03-22T19:23:24.095Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2605 | 2025-03-22T19:23:24.165Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2606 | 2025-03-22T19:23:24.719Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2607 | 2025-03-22T19:23:24.823Z | Checking piper v0.2.4 |
2608 | 2025-03-22T19:23:25.051Z | Checking num-bigint v0.4.6 |
2609 | 2025-03-22T19:23:25.413Z | Checking des v0.8.1 |
2610 | 2025-03-22T19:23:25.535Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2611 | 2025-03-22T19:23:25.679Z | Checking futures-timer v3.0.3 |
2612 | 2025-03-22T19:23:25.978Z | Compiling guppy-workspace-hack v0.1.0 |
2613 | 2025-03-22T19:23:26.297Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2614 | 2025-03-22T19:23:26.332Z | Checking blocking v1.6.1 |
2615 | 2025-03-22T19:23:27.031Z | Checking russh v0.45.0 |
2616 | 2025-03-22T19:23:27.071Z | Checking async-executor v1.13.1 |
2617 | 2025-03-22T19:23:27.417Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2618 | 2025-03-22T19:23:27.548Z | Checking async-signal v0.2.10 |
2619 | 2025-03-22T19:23:27.854Z | Checking rustls-native-certs v0.7.3 |
2620 | 2025-03-22T19:23:27.941Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2621 | 2025-03-22T19:23:28.308Z | Compiling target-spec v3.4.2 |
2622 | 2025-03-22T19:23:28.339Z | Checking event-listener v2.5.3 |
2623 | 2025-03-22T19:23:28.564Z | Checking internet-checksum v0.2.1 |
2624 | 2025-03-22T19:23:28.778Z | Checking async-channel v1.9.0 |
2625 | 2025-03-22T19:23:29.042Z | Checking hyper-rustls v0.26.0 |
2626 | 2025-03-22T19:23:29.325Z | Checking async-process v2.3.0 |
2627 | 2025-03-22T19:23:29.362Z | Checking async-global-executor v2.4.1 |
2628 | 2025-03-22T19:23:29.646Z | Checking cfg-expr v0.18.0 |
2629 | 2025-03-22T19:23:29.842Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2630 | 2025-03-22T19:23:30.353Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2631 | 2025-03-22T19:23:30.660Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2632 | 2025-03-22T19:23:31.037Z | Checking httptest v0.16.3 |
2633 | 2025-03-22T19:23:31.168Z | Compiling petname v2.0.2 |
2634 | 2025-03-22T19:23:31.676Z | Checking kv-log-macro v1.0.7 |
2635 | 2025-03-22T19:23:31.829Z | Compiling async-attributes v1.1.2 |
2636 | 2025-03-22T19:23:32.561Z | Checking async-std v1.13.0 |
2637 | 2025-03-22T19:23:33.912Z | Checking pathdiff v0.2.3 |
2638 | 2025-03-22T19:23:34.089Z | Compiling rstest_macros v0.24.0 |
2639 | 2025-03-22T19:23:34.167Z | Compiling target-triple v0.1.3 |
2640 | 2025-03-22T19:23:34.535Z | Compiling doc-comment v0.3.3 |
2641 | 2025-03-22T19:23:34.629Z | Checking nested v0.1.1 |
2642 | 2025-03-22T19:23:34.861Z | Checking guppy v0.17.17 |
2643 | 2025-03-22T19:23:35.615Z | Checking async-object-pool v0.1.5 |
2644 | 2025-03-22T19:23:35.808Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2645 | 2025-03-22T19:23:36.030Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2646 | 2025-03-22T19:23:36.323Z | Checking similar-asserts v1.7.0 |
2647 | 2025-03-22T19:23:36.564Z | Checking serde_regex v1.1.0 |
2648 | 2025-03-22T19:23:36.716Z | Checking assert-json-diff v2.0.2 |
2649 | 2025-03-22T19:23:36.813Z | Compiling proc-macro-crate v3.2.0 |
2650 | 2025-03-22T19:23:37.003Z | Checking path-tree v0.8.1 |
2651 | 2025-03-22T19:23:37.331Z | Checking stringmetrics v2.2.2 |
2652 | 2025-03-22T19:23:37.620Z | Compiling relative-path v1.9.3 |
2653 | 2025-03-22T19:23:37.918Z | Checking sync-ptr v0.1.1 |
2654 | 2025-03-22T19:23:38.148Z | Compiling assert_cmd v2.0.16 |
2655 | 2025-03-22T19:23:38.354Z | Checking httpmock v0.8.0-alpha.1 |
2656 | 2025-03-22T19:23:38.841Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2657 | 2025-03-22T19:23:39.960Z | Checking blake2b_simd v1.0.2 |
2658 | 2025-03-22T19:23:40.733Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2659 | 2025-03-22T19:23:42.841Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2660 | 2025-03-22T19:23:43.184Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2661 | 2025-03-22T19:23:43.522Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2662 | 2025-03-22T19:23:43.871Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2663 | 2025-03-22T19:23:44.445Z | Checking serde_tokenstream v0.2.2 |
2664 | 2025-03-22T19:23:44.797Z | Checking uzers v0.12.1 |
2665 | 2025-03-22T19:23:45.309Z | Checking rust-argon2 v2.1.0 |
2666 | 2025-03-22T19:23:45.473Z | Checking rstest v0.24.0 |
2667 | 2025-03-22T19:23:45.717Z | Checking trybuild v1.0.103 |
2668 | 2025-03-22T19:23:46.114Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2669 | 2025-03-22T19:23:46.828Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2670 | 2025-03-22T19:23:47.136Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2671 | 2025-03-22T19:23:47.958Z | Compiling git2 v0.19.0 |
2672 | 2025-03-22T19:23:48.191Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2673 | 2025-03-22T19:23:48.875Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2674 | 2025-03-22T19:23:49.140Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2675 | 2025-03-22T19:23:49.401Z | Checking rand_distr v0.4.3 |
2676 | 2025-03-22T19:23:50.012Z | Checking multimap v0.10.0 |
2677 | 2025-03-22T19:23:50.289Z | Checking approx v0.5.1 |
2678 | 2025-03-22T19:23:50.577Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2679 | 2025-03-22T19:23:50.934Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2680 | 2025-03-22T19:23:51.975Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2681 | 2025-03-22T19:23:52.147Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2682 | 2025-03-22T19:23:52.217Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2683 | 2025-03-22T19:23:53.054Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2684 | 2025-03-22T19:23:53.346Z | Checking partial-io v0.5.4 |
2685 | 2025-03-22T19:23:53.679Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2686 | 2025-03-22T19:23:53.945Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2687 | 2025-03-22T19:23:53.971Z | Compiling samael v0.0.18 |
2688 | 2025-03-22T19:23:54.173Z | Checking cargo_toml v0.21.0 |
2689 | 2025-03-22T19:23:54.420Z | Checking termios v0.3.3 |
2690 | 2025-03-22T19:23:54.650Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2691 | 2025-03-22T19:23:55.090Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2692 | 2025-03-22T19:23:55.328Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2693 | 2025-03-22T19:23:55.862Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2694 | 2025-03-22T19:23:57.948Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2695 | 2025-03-22T19:24:14.270Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2696 | 2025-03-22T19:24:19.741Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2697 | 2025-03-22T19:24:36.642Z | Compiling polar-core v0.27.3 |
2698 | 2025-03-22T19:24:41.909Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2699 | 2025-03-22T19:24:42.680Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2700 | 2025-03-22T19:24:44.781Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2701 | 2025-03-22T19:24:46.126Z | Checking oso v0.27.3 |
2702 | 2025-03-22T19:25:36.076Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2703 | 2025-03-22T19:25:36.077Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2704 | 2025-03-22T19:25:36.077Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2705 | 2025-03-22T19:27:14.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s |
2706 | 2025-03-22T19:27:14.586Z | |
2707 | 2025-03-22T19:27:14.586Z | real 6:28.315626390 |
2708 | 2025-03-22T19:27:14.586Z | user 32:20.249244672 |
2709 | 2025-03-22T19:27:14.586Z | sys 5:17.332212859 |
2710 | 2025-03-22T19:27:14.586Z | trap 0.956302757 |
2711 | 2025-03-22T19:27:14.586Z | tflt 0.202266822 |
2712 | 2025-03-22T19:27:14.586Z | dflt 0.284585438 |
2713 | 2025-03-22T19:27:14.611Z | kflt 0.000574151 |
2714 | 2025-03-22T19:27:14.611Z | lock 48:08.611976155 |
2715 | 2025-03-22T19:27:14.611Z | slp 1:51:14.291031381 |
2716 | 2025-03-22T19:27:14.611Z | lat 1:44.990191661 |
2717 | 2025-03-22T19:27:14.611Z | stop 6:24.832911687 |
2718 | 2025-03-22T19:27:14.611Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2719 | 2025-03-22T19:27:14.611Z | + ptime -m cargo doc --workspace --no-deps |
2720 | 2025-03-22T19:27:16.061Z | warning: output filename collision. |
2721 | 2025-03-22T19:27:16.061Z | 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)`. |
2722 | 2025-03-22T19:27:16.061Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2723 | 2025-03-22T19:27:16.061Z | The targets should have unique names. |
2724 | 2025-03-22T19:27:16.061Z | This is a known bug where multiple crates with the same name use |
2725 | 2025-03-22T19:27:16.061Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2726 | 2025-03-22T19:27:16.817Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2727 | 2025-03-22T19:27:16.869Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2728 | 2025-03-22T19:27:16.894Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2729 | 2025-03-22T19:27:16.948Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2730 | 2025-03-22T19:27:16.977Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2731 | 2025-03-22T19:27:17.010Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2732 | 2025-03-22T19:27:17.010Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2733 | 2025-03-22T19:27:17.248Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2734 | 2025-03-22T19:27:17.284Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2735 | 2025-03-22T19:27:17.320Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2736 | 2025-03-22T19:27:17.372Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2737 | 2025-03-22T19:27:17.535Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2738 | 2025-03-22T19:27:17.648Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2739 | 2025-03-22T19:27:17.839Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2740 | 2025-03-22T19:27:17.864Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2741 | 2025-03-22T19:27:17.984Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2742 | 2025-03-22T19:27:18.142Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2743 | 2025-03-22T19:27:18.310Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2744 | 2025-03-22T19:27:18.642Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2745 | 2025-03-22T19:27:18.810Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2746 | 2025-03-22T19:27:18.891Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2747 | 2025-03-22T19:27:19.055Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2748 | 2025-03-22T19:27:19.134Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2749 | 2025-03-22T19:27:19.382Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2750 | 2025-03-22T19:27:19.453Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2751 | 2025-03-22T19:27:19.643Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2752 | 2025-03-22T19:27:19.989Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2753 | 2025-03-22T19:27:20.092Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2754 | 2025-03-22T19:27:20.431Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2755 | 2025-03-22T19:27:20.647Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2756 | 2025-03-22T19:27:20.736Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2757 | 2025-03-22T19:27:20.866Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2758 | 2025-03-22T19:27:20.932Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2759 | 2025-03-22T19:27:21.064Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2760 | 2025-03-22T19:27:21.166Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2761 | 2025-03-22T19:27:21.295Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2762 | 2025-03-22T19:27:21.389Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2763 | 2025-03-22T19:27:21.421Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2764 | 2025-03-22T19:27:21.544Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2765 | 2025-03-22T19:27:21.643Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2766 | 2025-03-22T19:27:21.754Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2767 | 2025-03-22T19:27:21.836Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2768 | 2025-03-22T19:27:22.099Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2769 | 2025-03-22T19:27:22.125Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2770 | 2025-03-22T19:27:22.149Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2771 | 2025-03-22T19:27:22.211Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2772 | 2025-03-22T19:27:22.369Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2773 | 2025-03-22T19:27:22.962Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2774 | 2025-03-22T19:27:23.438Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2775 | 2025-03-22T19:27:24.013Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2776 | 2025-03-22T19:27:24.818Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2777 | 2025-03-22T19:27:25.890Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2778 | 2025-03-22T19:27:26.157Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2779 | 2025-03-22T19:27:26.907Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2780 | 2025-03-22T19:27:26.994Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2781 | 2025-03-22T19:27:27.066Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2782 | 2025-03-22T19:27:27.099Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2783 | 2025-03-22T19:27:28.997Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2784 | 2025-03-22T19:27:29.062Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2785 | 2025-03-22T19:27:29.358Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2786 | 2025-03-22T19:27:29.622Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2787 | 2025-03-22T19:27:29.707Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2788 | 2025-03-22T19:27:29.734Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2789 | 2025-03-22T19:27:30.495Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2790 | 2025-03-22T19:27:30.976Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2791 | 2025-03-22T19:27:31.030Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2792 | 2025-03-22T19:27:31.211Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2793 | 2025-03-22T19:27:31.782Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2794 | 2025-03-22T19:27:32.122Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2795 | 2025-03-22T19:27:32.860Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2796 | 2025-03-22T19:27:33.106Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2797 | 2025-03-22T19:27:33.261Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2798 | 2025-03-22T19:27:33.663Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2799 | 2025-03-22T19:27:33.808Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2800 | 2025-03-22T19:27:34.291Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2801 | 2025-03-22T19:27:35.137Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2802 | 2025-03-22T19:27:35.752Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2803 | 2025-03-22T19:27:36.221Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2804 | 2025-03-22T19:27:36.335Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2805 | 2025-03-22T19:27:36.957Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2806 | 2025-03-22T19:27:37.380Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2807 | 2025-03-22T19:27:38.316Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2808 | 2025-03-22T19:27:38.650Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2809 | 2025-03-22T19:27:38.687Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2810 | 2025-03-22T19:27:38.730Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2811 | 2025-03-22T19:27:39.008Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2812 | 2025-03-22T19:27:39.073Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2813 | 2025-03-22T19:27:39.099Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2814 | 2025-03-22T19:27:39.556Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2815 | 2025-03-22T19:27:40.246Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2816 | 2025-03-22T19:27:40.470Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2817 | 2025-03-22T19:27:40.609Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2818 | 2025-03-22T19:27:40.663Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2819 | 2025-03-22T19:27:41.164Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2820 | 2025-03-22T19:27:41.216Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2821 | 2025-03-22T19:27:41.270Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2822 | 2025-03-22T19:27:41.637Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2823 | 2025-03-22T19:27:41.727Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2824 | 2025-03-22T19:27:41.842Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2825 | 2025-03-22T19:27:42.207Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2826 | 2025-03-22T19:27:42.359Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2827 | 2025-03-22T19:27:42.633Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2828 | 2025-03-22T19:27:43.018Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2829 | 2025-03-22T19:27:44.274Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2830 | 2025-03-22T19:27:45.190Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2831 | 2025-03-22T19:27:45.257Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2832 | 2025-03-22T19:27:45.571Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2833 | 2025-03-22T19:27:46.129Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2834 | 2025-03-22T19:27:46.317Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2835 | 2025-03-22T19:27:46.788Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2836 | 2025-03-22T19:27:46.912Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2837 | 2025-03-22T19:27:46.937Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2838 | 2025-03-22T19:27:47.419Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2839 | 2025-03-22T19:27:47.594Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2840 | 2025-03-22T19:27:47.864Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2841 | 2025-03-22T19:27:48.588Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2842 | 2025-03-22T19:27:48.838Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2843 | 2025-03-22T19:27:49.220Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2844 | 2025-03-22T19:27:49.653Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2845 | 2025-03-22T19:27:52.834Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2846 | 2025-03-22T19:27:53.769Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2847 | 2025-03-22T19:27:53.920Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2848 | 2025-03-22T19:27:54.365Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2849 | 2025-03-22T19:27:54.537Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2850 | 2025-03-22T19:27:54.856Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2851 | 2025-03-22T19:27:55.013Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2852 | 2025-03-22T19:27:55.623Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2853 | 2025-03-22T19:27:56.035Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2854 | 2025-03-22T19:27:56.363Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2855 | 2025-03-22T19:27:58.209Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2856 | 2025-03-22T19:27:59.060Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2857 | 2025-03-22T19:28:02.072Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2858 | 2025-03-22T19:28:04.090Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2859 | 2025-03-22T19:28:04.267Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2860 | 2025-03-22T19:28:04.644Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2861 | 2025-03-22T19:28:06.867Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2862 | 2025-03-22T19:28:08.828Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2863 | 2025-03-22T19:28:09.693Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2864 | 2025-03-22T19:28:10.582Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2865 | 2025-03-22T19:28:11.738Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2866 | 2025-03-22T19:28:12.458Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2867 | 2025-03-22T19:28:12.651Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2868 | 2025-03-22T19:28:13.281Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2869 | 2025-03-22T19:28:13.618Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2870 | 2025-03-22T19:28:13.828Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2871 | 2025-03-22T19:28:17.805Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2872 | 2025-03-22T19:28:20.981Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2873 | 2025-03-22T19:28:21.838Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2874 | 2025-03-22T19:28:22.580Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2875 | 2025-03-22T19:28:22.940Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2876 | 2025-03-22T19:28:23.033Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2025-03-22T19:28:23.251Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2878 | 2025-03-22T19:28:24.694Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2879 | 2025-03-22T19:28:25.258Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2880 | 2025-03-22T19:28:26.409Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2881 | 2025-03-22T19:28:27.592Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2882 | 2025-03-22T19:28:27.956Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2883 | 2025-03-22T19:28:28.555Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2884 | 2025-03-22T19:28:28.771Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2885 | 2025-03-22T19:28:28.897Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2886 | 2025-03-22T19:28:30.033Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2887 | 2025-03-22T19:28:30.888Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2888 | 2025-03-22T19:28:31.801Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2889 | 2025-03-22T19:28:31.937Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2890 | 2025-03-22T19:28:32.438Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2891 | 2025-03-22T19:28:32.722Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2892 | 2025-03-22T19:28:32.895Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2893 | 2025-03-22T19:28:34.705Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2894 | 2025-03-22T19:28:36.138Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2895 | 2025-03-22T19:28:36.478Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2896 | 2025-03-22T19:28:36.734Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2897 | 2025-03-22T19:28:37.798Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2898 | 2025-03-22T19:28:38.986Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2899 | 2025-03-22T19:28:39.455Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2900 | 2025-03-22T19:28:39.826Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2901 | 2025-03-22T19:28:39.855Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2902 | 2025-03-22T19:28:40.636Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2903 | 2025-03-22T19:28:42.070Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2904 | 2025-03-22T19:28:42.861Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2905 | 2025-03-22T19:28:43.998Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2906 | 2025-03-22T19:28:44.265Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2907 | 2025-03-22T19:28:44.372Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2908 | 2025-03-22T19:28:44.398Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2909 | 2025-03-22T19:28:45.877Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2910 | 2025-03-22T19:28:46.108Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2911 | 2025-03-22T19:28:46.587Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2912 | 2025-03-22T19:28:47.362Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2913 | 2025-03-22T19:28:47.432Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2914 | 2025-03-22T19:28:47.890Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2915 | 2025-03-22T19:28:49.536Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2916 | 2025-03-22T19:28:50.973Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2917 | 2025-03-22T19:28:51.453Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2918 | 2025-03-22T19:28:51.521Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2919 | 2025-03-22T19:28:52.451Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2920 | 2025-03-22T19:28:53.974Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2921 | 2025-03-22T19:28:54.627Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2922 | 2025-03-22T19:28:54.679Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2923 | 2025-03-22T19:28:55.102Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2924 | 2025-03-22T19:28:56.490Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2925 | 2025-03-22T19:28:57.156Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2926 | 2025-03-22T19:28:57.599Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2927 | 2025-03-22T19:28:58.170Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2928 | 2025-03-22T19:28:58.956Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2929 | 2025-03-22T19:29:00.160Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2930 | 2025-03-22T19:29:00.185Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2931 | 2025-03-22T19:29:00.623Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2932 | 2025-03-22T19:29:01.470Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2933 | 2025-03-22T19:29:03.207Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2934 | 2025-03-22T19:29:03.315Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2935 | 2025-03-22T19:29:03.423Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2936 | 2025-03-22T19:29:04.456Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2937 | 2025-03-22T19:29:04.482Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2938 | 2025-03-22T19:29:04.577Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2939 | 2025-03-22T19:29:04.704Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2940 | 2025-03-22T19:29:05.440Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2941 | 2025-03-22T19:29:05.602Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2942 | 2025-03-22T19:29:05.785Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2943 | 2025-03-22T19:29:06.512Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2944 | 2025-03-22T19:29:06.600Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2945 | 2025-03-22T19:29:06.625Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2946 | 2025-03-22T19:29:06.793Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2947 | 2025-03-22T19:29:07.101Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2948 | 2025-03-22T19:29:07.416Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2949 | 2025-03-22T19:29:07.719Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2950 | 2025-03-22T19:29:07.995Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2951 | 2025-03-22T19:29:08.602Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2952 | 2025-03-22T19:29:08.645Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2953 | 2025-03-22T19:29:31.118Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2954 | 2025-03-22T19:29:31.143Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2955 | 2025-03-22T19:29:31.143Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2956 | 2025-03-22T19:29:31.143Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2957 | 2025-03-22T19:29:32.102Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2958 | 2025-03-22T19:29:32.137Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2959 | 2025-03-22T19:29:32.267Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2960 | 2025-03-22T19:29:32.329Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2961 | 2025-03-22T19:29:34.212Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2962 | 2025-03-22T19:29:38.340Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2963 | 2025-03-22T19:29:39.049Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2964 | 2025-03-22T19:29:39.877Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2965 | 2025-03-22T19:30:42.131Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2966 | 2025-03-22T19:30:52.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 37s |
2967 | 2025-03-22T19:30:52.567Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2968 | 2025-03-22T19:30:52.658Z | |
2969 | 2025-03-22T19:30:52.658Z | real 3:38.003679700 |
2970 | 2025-03-22T19:30:52.658Z | user 16:20.138586283 |
2971 | 2025-03-22T19:30:52.658Z | sys 2:51.690486451 |
2972 | 2025-03-22T19:30:52.658Z | trap 0.443837428 |
2973 | 2025-03-22T19:30:52.658Z | tflt 0.070514326 |
2974 | 2025-03-22T19:30:52.658Z | dflt 0.052374916 |
2975 | 2025-03-22T19:30:52.683Z | kflt 0.000320882 |
2976 | 2025-03-22T19:30:52.683Z | lock 27:53.315704377 |
2977 | 2025-03-22T19:30:52.683Z | slp 47:11.727716448 |
2978 | 2025-03-22T19:30:52.683Z | lat 1:08.553723638 |
2979 | 2025-03-22T19:30:52.683Z | stop 1:19.979307508 |
2980 | 2025-03-22T19:30:52.683Z | process exited: duration 923836 ms, exit code 0 |
|
2981 | 2025-03-22T19:30:52.734Z | found 0 output files |