|
|
|
1 | 2025-03-25T04:56:56.749Z | job assigned to worker 01JQ5TH0K3QR37J50HM49PGRD5 [factory aws, i-0fee31d3aa03e6490] (queued for 54 s) |
|
2 | 2025-03-25T04:57:05.410Z | starting task 0: "setup" |
3 | 2025-03-25T04:57:05.414Z | ++ uname -s |
4 | 2025-03-25T04:57:05.417Z | + kern=SunOS |
5 | 2025-03-25T04:57:05.417Z | + build_user=build |
6 | 2025-03-25T04:57:05.417Z | + build_uid=12345 |
7 | 2025-03-25T04:57:05.417Z | + work_dir=/work |
8 | 2025-03-25T04:57:05.417Z | + input_dir=/input |
9 | 2025-03-25T04:57:05.417Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T04:57:05.417Z | + case "$kern" in |
11 | 2025-03-25T04:57:05.417Z | + groupadd -g 12345 build |
12 | 2025-03-25T04:57:05.420Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T04:57:07.426Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T04:57:07.542Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T04:57:07.545Z | + home_fs=zfs |
16 | 2025-03-25T04:57:07.545Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T04:57:07.545Z | + mkdir -p /home/build |
18 | 2025-03-25T04:57:07.545Z | + chown build:build /home/build /work |
19 | 2025-03-25T04:57:09.548Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T04:57:09.565Z | process exited: duration 4144 ms, exit code 0 |
|
21 | 2025-03-25T04:57:09.576Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T04:57:09.579Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T04:57:09.579Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T04:57:09.579Z | * rust toolchain profile = "default" |
25 | 2025-03-25T04:57:09.579Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-25T04:57:09.579Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T04:57:09.579Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T04:57:09.584Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T04:57:09.584Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T04:57:09.699Z | info: downloading installer |
31 | 2025-03-25T04:57:11.133Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T04:57:11.133Z | warn: /opt/ooce/bin |
33 | 2025-03-25T04:57:11.133Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T04:57:11.133Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T04:57:11.134Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T04:57:11.134Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T04:57:11.134Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T04:57:11.134Z | error: cannot install while Rust is installed |
39 | 2025-03-25T04:57:11.134Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T04:57:11.150Z | info: profile set to 'default' |
41 | 2025-03-25T04:57:11.150Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T04:57:11.154Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T04:57:11.327Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T04:57:11.327Z | info: downloading component 'cargo' |
45 | 2025-03-25T04:57:12.082Z | info: downloading component 'clippy' |
46 | 2025-03-25T04:57:12.404Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T04:57:13.536Z | info: downloading component 'rust-std' |
48 | 2025-03-25T04:57:15.529Z | info: downloading component 'rustc' |
49 | 2025-03-25T04:57:21.218Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T04:57:21.458Z | info: installing component 'cargo' |
51 | 2025-03-25T04:57:22.283Z | info: installing component 'clippy' |
52 | 2025-03-25T04:57:22.671Z | info: installing component 'rust-docs' |
53 | 2025-03-25T04:57:24.437Z | info: installing component 'rust-std' |
54 | 2025-03-25T04:57:26.326Z | info: installing component 'rustc' |
55 | 2025-03-25T04:57:32.283Z | info: installing component 'rustfmt' |
56 | 2025-03-25T04:57:32.614Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T04:57:32.614Z | |
58 | 2025-03-25T04:57:32.980Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T04:57:32.980Z | |
60 | 2025-03-25T04:57:32.984Z | |
61 | 2025-03-25T04:57:32.984Z | Rust is installed now. Great! |
62 | 2025-03-25T04:57:32.984Z | |
63 | 2025-03-25T04:57:32.984Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T04:57:32.984Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T04:57:32.984Z | |
66 | 2025-03-25T04:57:32.984Z | To configure your current shell, you need to source |
67 | 2025-03-25T04:57:32.984Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T04:57:32.984Z | |
69 | 2025-03-25T04:57:32.984Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T04:57:32.984Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T04:57:32.984Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T04:57:32.984Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T04:57:33.062Z | + rustup --version |
74 | 2025-03-25T04:57:33.070Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T04:57:33.074Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T04:57:33.098Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T04:57:33.102Z | + cargo --version |
78 | 2025-03-25T04:57:33.119Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T04:57:33.122Z | + rustc --version |
80 | 2025-03-25T04:57:33.148Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T04:57:33.152Z | process exited: duration 23576 ms, exit code 0 |
|
82 | 2025-03-25T04:57:33.159Z | starting task 2: "authentication" |
83 | 2025-03-25T04:57:33.181Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T04:57:33.190Z | starting task 3: "clone repository" |
85 | 2025-03-25T04:57:33.194Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T04:57:33.198Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T04:57:33.231Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T04:57:40.730Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T04:57:40.730Z | + git fetch origin 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
90 | 2025-03-25T04:57:41.047Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T04:57:41.047Z | * branch 36faafb666e626cf55506ab85f65e3e830c6d8f9 -> FETCH_HEAD |
92 | 2025-03-25T04:57:41.059Z | + [[ -n iliana/artifact-store-writer-redo ]] |
93 | 2025-03-25T04:57:41.062Z | ++ git branch --show-current |
94 | 2025-03-25T04:57:41.065Z | + current=main |
95 | 2025-03-25T04:57:41.065Z | + [[ main != iliana/artifact-store-writer-redo ]] |
96 | 2025-03-25T04:57:41.065Z | + git branch -f iliana/artifact-store-writer-redo 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
97 | 2025-03-25T04:57:41.069Z | + git checkout -f iliana/artifact-store-writer-redo |
98 | 2025-03-25T04:57:41.260Z | Switched to branch 'iliana/artifact-store-writer-redo' |
99 | 2025-03-25T04:57:41.263Z | + git reset --hard 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
100 | 2025-03-25T04:57:41.276Z | HEAD is now at 36faafb66 fix comment numbering |
101 | 2025-03-25T04:57:41.281Z | process exited: duration 8088 ms, exit code 0 |
|
102 | 2025-03-25T04:57:41.288Z | starting task 4: "build" |
103 | 2025-03-25T04:57:41.294Z | + source ./env.sh |
104 | 2025-03-25T04:57:41.294Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-25T04:57:41.294Z | ++ set -o xtrace |
106 | 2025-03-25T04:57:41.297Z | ++++ dirname ./env.sh |
107 | 2025-03-25T04:57:41.300Z | +++ readlink -f . |
108 | 2025-03-25T04:57:41.303Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-25T04:57:41.303Z | ++ 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-25T04:57:41.303Z | ++ 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-25T04:57:41.303Z | ++ 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-25T04:57:41.303Z | ++ 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-25T04:57:41.303Z | ++ 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-25T04:57:41.303Z | ++ 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-25T04:57:41.303Z | ++ 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-25T04:57:41.303Z | ++ 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-25T04:57:41.303Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-25T04:57:41.303Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-25T04:57:41.303Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-25T04:57:41.303Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-25T04:57:41.303Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-25T04:57:41.304Z | + cargo --version |
123 | 2025-03-25T04:57:41.359Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-25T04:57:41.362Z | + rustc --version |
125 | 2025-03-25T04:57:41.431Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-25T04:57:41.434Z | + banner prerequisites |
127 | 2025-03-25T04:57:41.437Z | |
128 | 2025-03-25T04:57:41.437Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-25T04:57:41.437Z | # # # # # # # # # # # # # # # |
130 | 2025-03-25T04:57:41.437Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-25T04:57:41.438Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-25T04:57:41.438Z | # # # # # # # # # # # # # # # |
133 | 2025-03-25T04:57:41.438Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-25T04:57:41.438Z | |
135 | 2025-03-25T04:57:41.438Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-25T04:57:42.992Z | pkg list: illegal option -- F |
137 | 2025-03-25T04:57:42.992Z | Usage: |
138 | 2025-03-25T04:57:42.996Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-25T04:57:42.996Z | [pkg_fmri_pattern ...] |
140 | 2025-03-25T04:57:43.864Z | pkg list: illegal option -- F |
141 | 2025-03-25T04:57:43.864Z | Usage: |
142 | 2025-03-25T04:57:43.864Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-25T04:57:43.867Z | [pkg_fmri_pattern ...] |
144 | 2025-03-25T04:57:52.702Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-25T04:57:57.303Z | Startup: Caching catalogs ... Done |
146 | 2025-03-25T04:58:12.457Z | Planning: Solver setup ... Done (14.079s) |
147 | 2025-03-25T04:58:12.627Z | Planning: Running solver ... Done (0.170s) |
148 | 2025-03-25T04:58:12.763Z | Planning: Finding local manifests ... Done (0.005s) |
149 | 2025-03-25T04:58:12.777Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-25T04:58:13.021Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-25T04:58:13.133Z | Planning: Package planning ... Done (0.113s) |
152 | 2025-03-25T04:58:13.191Z | Planning: Merging actions ... Done (0.058s) |
153 | 2025-03-25T04:58:13.390Z | Planning: Checking for conflicting actions ... Done (0.198s) |
154 | 2025-03-25T04:58:15.112Z | Planning: Consolidating action changes ... Done (1.721s) |
155 | 2025-03-25T04:58:15.560Z | Planning: Evaluating mediators ... Done (0.448s) |
156 | 2025-03-25T04:58:15.644Z | Planning: Planning completed in 18.24 seconds |
157 | 2025-03-25T04:58:15.660Z | Packages to install: 4 |
158 | 2025-03-25T04:58:15.661Z | Packages to update: 3 |
159 | 2025-03-25T04:58:15.664Z | Mediators to change: 2 |
160 | 2025-03-25T04:58:15.664Z | Services to change: 1 |
161 | 2025-03-25T04:58:15.664Z | Estimated space available: 155.59 GB |
162 | 2025-03-25T04:58:15.664Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-25T04:58:15.664Z | Create boot environment: No |
164 | 2025-03-25T04:58:15.664Z | Create backup boot environment: Yes |
165 | 2025-03-25T04:58:15.664Z | Rebuild boot archive: No |
166 | 2025-03-25T04:58:15.664Z | |
167 | 2025-03-25T04:58:15.664Z | Changed mediators: |
168 | 2025-03-25T04:58:15.664Z | mediator clang: |
169 | 2025-03-25T04:58:15.664Z | version: None -> 15 (system default) |
170 | 2025-03-25T04:58:15.664Z | |
171 | 2025-03-25T04:58:15.664Z | mediator llvm: |
172 | 2025-03-25T04:58:15.664Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-25T04:58:15.664Z | |
174 | 2025-03-25T04:58:15.664Z | Changed packages: |
175 | 2025-03-25T04:58:15.664Z | helios-dev |
176 | 2025-03-25T04:58:15.665Z | developer/build-essential |
177 | 2025-03-25T04:58:15.665Z | None -> 11-2.0 |
178 | 2025-03-25T04:58:15.665Z | library/libxmlsec1 |
179 | 2025-03-25T04:58:15.665Z | None -> 1.2.35-2.0 |
180 | 2025-03-25T04:58:15.665Z | ooce/developer/clang-15 |
181 | 2025-03-25T04:58:15.665Z | None -> 15.0.7-2.0 |
182 | 2025-03-25T04:58:15.665Z | ooce/developer/llvm-15 |
183 | 2025-03-25T04:58:15.665Z | None -> 15.0.7-2.0 |
184 | 2025-03-25T04:58:15.665Z | package/pkg |
185 | 2025-03-25T04:58:15.665Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-25T04:58:15.665Z | system/library/g++-runtime |
187 | 2025-03-25T04:58:15.665Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-25T04:58:15.665Z | system/library/gcc-runtime |
189 | 2025-03-25T04:58:15.665Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-25T04:58:15.665Z | |
191 | 2025-03-25T04:58:15.665Z | Services: |
192 | 2025-03-25T04:58:15.665Z | restart_fmri: |
193 | 2025-03-25T04:58:15.665Z | svc:/system/update-man-index:default |
194 | 2025-03-25T04:58:15.665Z | |
195 | 2025-03-25T04:58:15.665Z | Editable files to change: |
196 | 2025-03-25T04:58:15.665Z | Update: |
197 | 2025-03-25T04:58:15.665Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-25T04:58:15.752Z | |
199 | 2025-03-25T04:58:15.753Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-25T04:58:20.752Z | Download: 1066/4301 items 19.7/225.4MB 8% complete (4.0M/s) |
201 | 2025-03-25T04:58:26.371Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (11.7M/s) |
202 | 2025-03-25T04:58:31.518Z | Download: 2030/4301 items 118.7/225.4MB 52% complete (7.8M/s) |
203 | 2025-03-25T04:58:36.393Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (4.3M/s) |
204 | 2025-03-25T04:58:41.541Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
205 | 2025-03-25T04:58:47.850Z | Download: 3282/4301 items 208.9/225.4MB 92% complete (8.9M/s) |
206 | 2025-03-25T04:58:52.850Z | Download: 4079/4301 items 219.6/225.4MB 97% complete (1.4M/s) |
207 | 2025-03-25T04:58:58.246Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (1.5M/s) |
208 | 2025-03-25T04:58:59.327Z | Download: Completed 225.42 MB in 43.57 seconds (5.2M/s) |
209 | 2025-03-25T04:59:01.380Z | Actions: 1/5122 actions (Removing old actions) |
210 | 2025-03-25T04:59:01.404Z | Actions: 194/5122 actions (Installing new actions) |
211 | 2025-03-25T04:59:06.133Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-03-25T04:59:06.493Z | Actions: Completed 5122 actions in 5.11 seconds. |
213 | 2025-03-25T04:59:06.738Z | Done (0.236s) |
214 | 2025-03-25T04:59:06.743Z | Done (0.001s) |
215 | 2025-03-25T04:59:07.376Z | Done (0.635s) |
216 | 2025-03-25T04:59:11.998Z | Done (4.381s) |
217 | 2025-03-25T04:59:12.083Z | Done (0.018s) |
218 | 2025-03-25T04:59:12.087Z | Done (0.000s) |
219 | 2025-03-25T04:59:12.323Z | Done (0.000s) |
220 | 2025-03-25T04:59:13.080Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-03-25T04:59:13.248Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-03-25T04:59:13.252Z | Planning: Consolidating action changes ... Done |
223 | 2025-03-25T04:59:13.546Z | Planning: Evaluating mediators ... Done |
224 | 2025-03-25T04:59:13.569Z | Planning: Planning completed in 0.47 seconds |
225 | 2025-03-25T04:59:13.588Z | Mediators to change: 2 |
226 | 2025-03-25T04:59:13.588Z | Create boot environment: No |
227 | 2025-03-25T04:59:13.591Z | Create backup boot environment: No |
228 | 2025-03-25T04:59:13.697Z | Done |
229 | 2025-03-25T04:59:13.697Z | Done |
230 | 2025-03-25T04:59:14.136Z | Done |
231 | 2025-03-25T04:59:17.982Z | Done |
232 | 2025-03-25T04:59:18.076Z | Done |
233 | 2025-03-25T04:59:18.080Z | Done |
234 | 2025-03-25T04:59:18.225Z | Done |
235 | 2025-03-25T04:59:18.887Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-03-25T04:59:18.890Z | Planning: Merging actions ... Done |
237 | 2025-03-25T04:59:19.090Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-03-25T04:59:19.104Z | Planning: Consolidating action changes ... Done |
239 | 2025-03-25T04:59:19.391Z | Planning: Evaluating mediators ... Done |
240 | 2025-03-25T04:59:19.455Z | Planning: Planning completed in 0.83 seconds |
241 | 2025-03-25T04:59:19.500Z | Packages to change: 1 |
242 | 2025-03-25T04:59:19.500Z | Mediators to change: 1 |
243 | 2025-03-25T04:59:19.504Z | Services to change: 1 |
244 | 2025-03-25T04:59:19.504Z | Create boot environment: No |
245 | 2025-03-25T04:59:19.504Z | Create backup boot environment: Yes |
246 | 2025-03-25T04:59:21.906Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-03-25T04:59:21.909Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-03-25T04:59:21.909Z | Done |
249 | 2025-03-25T04:59:21.909Z | Done |
250 | 2025-03-25T04:59:22.037Z | Done |
251 | 2025-03-25T04:59:25.816Z | Done |
252 | 2025-03-25T04:59:25.912Z | Done |
253 | 2025-03-25T04:59:25.916Z | Done |
254 | 2025-03-25T04:59:26.073Z | Done |
255 | 2025-03-25T04:59:26.533Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-03-25T04:59:26.534Z | clang system 15 system |
257 | 2025-03-25T04:59:26.534Z | csh system system illumos |
258 | 2025-03-25T04:59:26.534Z | ctags system system illumos |
259 | 2025-03-25T04:59:26.534Z | gcc vendor 12 vendor |
260 | 2025-03-25T04:59:26.534Z | gcc system 10 system |
261 | 2025-03-25T04:59:26.534Z | gcc system 7 system |
262 | 2025-03-25T04:59:26.534Z | go system 1.20 system |
263 | 2025-03-25T04:59:26.534Z | go system 1.19 system |
264 | 2025-03-25T04:59:26.534Z | llvm system 15 system |
265 | 2025-03-25T04:59:26.534Z | llvm system 14 system |
266 | 2025-03-25T04:59:26.534Z | mariadb system 10.6 system |
267 | 2025-03-25T04:59:26.534Z | mta vendor vendor dma |
268 | 2025-03-25T04:59:26.534Z | openjdk system 17 system |
269 | 2025-03-25T04:59:26.534Z | openjdk system 11 system |
270 | 2025-03-25T04:59:26.534Z | openjdk system 1.8 system |
271 | 2025-03-25T04:59:26.534Z | openssl vendor 3 vendor |
272 | 2025-03-25T04:59:26.534Z | perl system 5.36 system |
273 | 2025-03-25T04:59:26.534Z | postgresql system 15 system |
274 | 2025-03-25T04:59:26.534Z | postgresql system 13 system |
275 | 2025-03-25T04:59:26.534Z | python vendor 3 vendor |
276 | 2025-03-25T04:59:26.534Z | python system 2 system |
277 | 2025-03-25T04:59:26.534Z | python3 system 3.11 system |
278 | 2025-03-25T04:59:26.534Z | ruby system 3.0 system |
279 | 2025-03-25T04:59:26.534Z | words vendor vendor american-english |
280 | 2025-03-25T04:59:26.534Z | words system system australian-english |
281 | 2025-03-25T04:59:26.534Z | words system system british-english |
282 | 2025-03-25T04:59:26.534Z | words system system canadian-english |
283 | 2025-03-25T04:59:26.534Z | words system system french |
284 | 2025-03-25T04:59:26.534Z | words system system italian |
285 | 2025-03-25T04:59:26.534Z | words system system ngerman |
286 | 2025-03-25T04:59:26.534Z | words system system ogerman |
287 | 2025-03-25T04:59:26.534Z | words system system spanish |
288 | 2025-03-25T04:59:26.877Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-03-25T04:59:26.877Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-03-25T04:59:30.124Z | FMRI IFO |
291 | 2025-03-25T04:59:30.124Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-03-25T04:59:30.124Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-03-25T04:59:30.124Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-03-25T04:59:30.124Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-03-25T04:59:30.125Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-03-25T04:59:30.994Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-03-25T04:59:31.291Z | Updating crates.io index |
308 | 2025-03-25T04:59:31.297Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
309 | 2025-03-25T04:59:31.896Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-03-25T04:59:32.110Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-03-25T04:59:32.363Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
312 | 2025-03-25T04:59:32.647Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
313 | 2025-03-25T04:59:33.628Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
314 | 2025-03-25T04:59:35.458Z | Updating git repository `https://github.com/oxidecomputer/opte` |
315 | 2025-03-25T04:59:36.207Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
316 | 2025-03-25T04:59:36.910Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
317 | 2025-03-25T04:59:37.198Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
318 | 2025-03-25T04:59:37.588Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
319 | 2025-03-25T04:59:38.161Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
320 | 2025-03-25T04:59:38.665Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
321 | 2025-03-25T04:59:38.971Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
322 | 2025-03-25T04:59:39.302Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
323 | 2025-03-25T04:59:39.544Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
324 | 2025-03-25T04:59:39.773Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
325 | 2025-03-25T04:59:40.046Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
326 | 2025-03-25T04:59:40.300Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
327 | 2025-03-25T04:59:40.637Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
328 | 2025-03-25T04:59:40.951Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
329 | 2025-03-25T04:59:41.270Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
330 | 2025-03-25T04:59:41.626Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
331 | 2025-03-25T04:59:41.900Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
332 | 2025-03-25T04:59:42.486Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
333 | 2025-03-25T04:59:42.763Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
334 | 2025-03-25T04:59:43.127Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
335 | 2025-03-25T04:59:43.510Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
336 | 2025-03-25T04:59:43.817Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2025-03-25T04:59:44.071Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2025-03-25T04:59:44.354Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
339 | 2025-03-25T04:59:45.821Z | Downloading crates ... |
340 | 2025-03-25T04:59:45.914Z | Downloaded anstyle-query v1.1.1 |
341 | 2025-03-25T04:59:45.917Z | Downloaded bitflags v1.3.2 |
342 | 2025-03-25T04:59:45.917Z | Downloaded anyhow v1.0.97 |
343 | 2025-03-25T04:59:45.923Z | Downloaded dtrace-parser v0.2.0 |
344 | 2025-03-25T04:59:45.927Z | Downloaded anstyle v1.0.10 |
345 | 2025-03-25T04:59:45.927Z | Downloaded scroll_derive v0.12.0 |
346 | 2025-03-25T04:59:45.936Z | Downloaded zerocopy v0.7.35 |
347 | 2025-03-25T04:59:45.956Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2025-03-25T04:59:45.960Z | Downloaded anstyle-parse v0.2.5 |
349 | 2025-03-25T04:59:45.964Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2025-03-25T04:59:45.964Z | Downloaded swrite v0.1.0 |
351 | 2025-03-25T04:59:45.967Z | Downloaded pretty-hex v0.4.1 |
352 | 2025-03-25T04:59:45.967Z | Downloaded equivalent v1.0.1 |
353 | 2025-03-25T04:59:45.967Z | Downloaded winnow v0.7.3 |
354 | 2025-03-25T04:59:45.977Z | Downloaded usdt-macro v0.5.0 |
355 | 2025-03-25T04:59:45.980Z | Downloaded thiserror-impl v2.0.12 |
356 | 2025-03-25T04:59:45.980Z | Downloaded terminal_size v0.2.6 |
357 | 2025-03-25T04:59:45.980Z | Downloaded cpufeatures v0.2.14 |
358 | 2025-03-25T04:59:45.983Z | Downloaded plain v0.2.3 |
359 | 2025-03-25T04:59:45.983Z | Downloaded block-buffer v0.10.4 |
360 | 2025-03-25T04:59:45.983Z | Downloaded heck v0.5.0 |
361 | 2025-03-25T04:59:45.986Z | Downloaded smawk v0.3.2 |
362 | 2025-03-25T04:59:45.986Z | Downloaded errno v0.3.9 |
363 | 2025-03-25T04:59:45.990Z | Downloaded autocfg v1.4.0 |
364 | 2025-03-25T04:59:45.990Z | Downloaded pest_generator v2.7.14 |
365 | 2025-03-25T04:59:45.993Z | Downloaded version_check v0.9.5 |
366 | 2025-03-25T04:59:45.993Z | Downloaded serde_spanned v0.6.8 |
367 | 2025-03-25T04:59:45.993Z | Downloaded heck v0.4.1 |
368 | 2025-03-25T04:59:45.996Z | Downloaded generic-array v0.14.7 |
369 | 2025-03-25T04:59:45.996Z | Downloaded fs-err v2.11.0 |
370 | 2025-03-25T04:59:45.999Z | Downloaded itoa v1.0.11 |
371 | 2025-03-25T04:59:45.999Z | Downloaded utf8parse v0.2.2 |
372 | 2025-03-25T04:59:46.003Z | Downloaded byteorder v1.5.0 |
373 | 2025-03-25T04:59:46.003Z | Downloaded toml_datetime v0.6.8 |
374 | 2025-03-25T04:59:46.003Z | Downloaded anstream v0.6.15 |
375 | 2025-03-25T04:59:46.006Z | Downloaded memmap v0.7.0 |
376 | 2025-03-25T04:59:46.011Z | Downloaded thiserror-impl v1.0.69 |
377 | 2025-03-25T04:59:46.011Z | Downloaded strsim v0.11.1 |
378 | 2025-03-25T04:59:46.011Z | Downloaded fnv v1.0.7 |
379 | 2025-03-25T04:59:46.016Z | Downloaded digest v0.10.7 |
380 | 2025-03-25T04:59:46.016Z | Downloaded cfg-if v1.0.0 |
381 | 2025-03-25T04:59:46.016Z | Downloaded unicode-linebreak v0.1.5 |
382 | 2025-03-25T04:59:46.016Z | Downloaded bytecount v0.6.8 |
383 | 2025-03-25T04:59:46.016Z | Downloaded terminal_size v0.4.0 |
384 | 2025-03-25T04:59:46.020Z | Downloaded macaddr v1.0.1 |
385 | 2025-03-25T04:59:46.020Z | Downloaded is_terminal_polyfill v1.70.1 |
386 | 2025-03-25T04:59:46.020Z | Downloaded usdt v0.5.0 |
387 | 2025-03-25T04:59:46.023Z | Downloaded thiserror v1.0.69 |
388 | 2025-03-25T04:59:46.026Z | Downloaded camino v1.1.9 |
389 | 2025-03-25T04:59:46.031Z | Downloaded thread-id v4.2.2 |
390 | 2025-03-25T04:59:46.031Z | Downloaded quote v1.0.39 |
391 | 2025-03-25T04:59:46.035Z | Downloaded cargo_toml v0.21.0 |
392 | 2025-03-25T04:59:46.035Z | Downloaded scroll v0.12.0 |
393 | 2025-03-25T04:59:46.035Z | Downloaded tabled_derive v0.7.0 |
394 | 2025-03-25T04:59:46.038Z | Downloaded camino-tempfile v1.1.1 |
395 | 2025-03-25T04:59:46.038Z | Downloaded proc-macro-error-attr v1.0.4 |
396 | 2025-03-25T04:59:46.038Z | Downloaded dof v0.3.0 |
397 | 2025-03-25T04:59:46.042Z | Downloaded semver v1.0.25 |
398 | 2025-03-25T04:59:46.042Z | Downloaded colorchoice v1.0.2 |
399 | 2025-03-25T04:59:46.048Z | Downloaded serde_tokenstream v0.2.2 |
400 | 2025-03-25T04:59:46.048Z | Downloaded once_cell v1.20.3 |
401 | 2025-03-25T04:59:46.048Z | Downloaded fastrand v2.1.1 |
402 | 2025-03-25T04:59:46.051Z | Downloaded usdt-impl v0.5.0 |
403 | 2025-03-25T04:59:46.051Z | Downloaded io-lifetimes v1.0.11 |
404 | 2025-03-25T04:59:46.057Z | Downloaded thiserror v2.0.12 |
405 | 2025-03-25T04:59:46.060Z | Downloaded toml v0.8.20 |
406 | 2025-03-25T04:59:46.064Z | Downloaded cargo_metadata v0.19.2 |
407 | 2025-03-25T04:59:46.067Z | Downloaded unicode-ident v1.0.14 |
408 | 2025-03-25T04:59:46.067Z | Downloaded bitflags v2.6.0 |
409 | 2025-03-25T04:59:46.071Z | Downloaded ucd-trie v0.1.7 |
410 | 2025-03-25T04:59:46.077Z | Downloaded pest_derive v2.7.14 |
411 | 2025-03-25T04:59:46.077Z | Downloaded pest_meta v2.7.14 |
412 | 2025-03-25T04:59:46.080Z | Downloaded proc-macro2 v1.0.94 |
413 | 2025-03-25T04:59:46.080Z | Downloaded typenum v1.17.0 |
414 | 2025-03-25T04:59:46.084Z | Downloaded clap v4.5.32 |
415 | 2025-03-25T04:59:46.091Z | Downloaded papergrid v0.11.0 |
416 | 2025-03-25T04:59:46.096Z | Downloaded serde_derive v1.0.218 |
417 | 2025-03-25T04:59:46.099Z | Downloaded log v0.4.22 |
418 | 2025-03-25T04:59:46.104Z | Downloaded serde v1.0.218 |
419 | 2025-03-25T04:59:46.108Z | Downloaded textwrap v0.16.1 |
420 | 2025-03-25T04:59:46.108Z | Downloaded ryu v1.0.18 |
421 | 2025-03-25T04:59:46.111Z | Downloaded clap_derive v4.5.32 |
422 | 2025-03-25T04:59:46.116Z | Downloaded tempfile v3.13.0 |
423 | 2025-03-25T04:59:46.119Z | Downloaded sha2 v0.10.8 |
424 | 2025-03-25T04:59:46.119Z | Downloaded proc-macro-error v1.0.4 |
425 | 2025-03-25T04:59:46.123Z | Downloaded toml_edit v0.22.24 |
426 | 2025-03-25T04:59:46.146Z | Downloaded memchr v2.7.4 |
427 | 2025-03-25T04:59:46.160Z | Downloaded indexmap v2.7.1 |
428 | 2025-03-25T04:59:46.166Z | Downloaded crypto-common v0.1.6 |
429 | 2025-03-25T04:59:46.166Z | Downloaded clap_lex v0.7.4 |
430 | 2025-03-25T04:59:46.166Z | Downloaded cargo-platform v0.1.8 |
431 | 2025-03-25T04:59:46.166Z | Downloaded serde_json v1.0.139 |
432 | 2025-03-25T04:59:46.169Z | Downloaded hashbrown v0.15.1 |
433 | 2025-03-25T04:59:46.169Z | Downloaded pest v2.7.14 |
434 | 2025-03-25T04:59:46.179Z | Downloaded goblin v0.8.2 |
435 | 2025-03-25T04:59:46.185Z | Downloaded clap_builder v4.5.32 |
436 | 2025-03-25T04:59:46.194Z | Downloaded tabled v0.15.0 |
437 | 2025-03-25T04:59:46.209Z | Downloaded syn v1.0.109 |
438 | 2025-03-25T04:59:46.226Z | Downloaded unicode-width v0.1.14 |
439 | 2025-03-25T04:59:46.234Z | Downloaded syn v2.0.98 |
440 | 2025-03-25T04:59:46.243Z | Downloaded rustix v0.37.28 |
441 | 2025-03-25T04:59:46.262Z | Downloaded rustix v0.38.37 |
442 | 2025-03-25T04:59:46.298Z | Downloaded libc v0.2.170 |
443 | 2025-03-25T04:59:46.435Z | Compiling proc-macro2 v1.0.94 |
444 | 2025-03-25T04:59:46.435Z | Compiling unicode-ident v1.0.14 |
445 | 2025-03-25T04:59:46.440Z | Compiling libc v0.2.170 |
446 | 2025-03-25T04:59:46.440Z | Compiling version_check v0.9.5 |
447 | 2025-03-25T04:59:46.440Z | Compiling serde v1.0.218 |
448 | 2025-03-25T04:59:46.440Z | Compiling memchr v2.7.4 |
449 | 2025-03-25T04:59:46.472Z | Compiling thiserror v1.0.69 |
450 | 2025-03-25T04:59:46.475Z | Compiling ryu v1.0.18 |
451 | 2025-03-25T04:59:46.710Z | Compiling itoa v1.0.11 |
452 | 2025-03-25T04:59:46.948Z | Compiling ucd-trie v0.1.7 |
453 | 2025-03-25T04:59:46.971Z | Compiling once_cell v1.20.3 |
454 | 2025-03-25T04:59:47.236Z | Compiling byteorder v1.5.0 |
455 | 2025-03-25T04:59:47.397Z | Compiling serde_json v1.0.139 |
456 | 2025-03-25T04:59:47.435Z | Compiling rustix v0.38.37 |
457 | 2025-03-25T04:59:47.661Z | Compiling bitflags v2.6.0 |
458 | 2025-03-25T04:59:47.786Z | Compiling usdt-impl v0.5.0 |
459 | 2025-03-25T04:59:48.053Z | Compiling proc-macro-error-attr v1.0.4 |
460 | 2025-03-25T04:59:48.057Z | Compiling syn v1.0.109 |
461 | 2025-03-25T04:59:48.175Z | Compiling io-lifetimes v1.0.11 |
462 | 2025-03-25T04:59:48.202Z | Compiling quote v1.0.39 |
463 | 2025-03-25T04:59:48.364Z | Compiling errno v0.3.9 |
464 | 2025-03-25T04:59:48.492Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-03-25T04:59:48.607Z | Compiling syn v2.0.98 |
466 | 2025-03-25T04:59:48.704Z | Compiling thread-id v4.2.2 |
467 | 2025-03-25T04:59:48.767Z | Compiling rustix v0.37.28 |
468 | 2025-03-25T04:59:48.806Z | Compiling hashbrown v0.15.1 |
469 | 2025-03-25T04:59:48.831Z | Compiling utf8parse v0.2.2 |
470 | 2025-03-25T04:59:48.835Z | Compiling equivalent v1.0.1 |
471 | 2025-03-25T04:59:48.878Z | Compiling plain v0.2.3 |
472 | 2025-03-25T04:59:48.986Z | Compiling camino v1.1.9 |
473 | 2025-03-25T04:59:49.010Z | Compiling log v0.4.22 |
474 | 2025-03-25T04:59:49.039Z | Compiling anstyle-parse v0.2.5 |
475 | 2025-03-25T04:59:49.621Z | Compiling autocfg v1.4.0 |
476 | 2025-03-25T04:59:49.664Z | Compiling winnow v0.7.3 |
477 | 2025-03-25T04:59:49.925Z | Compiling indexmap v2.7.1 |
478 | 2025-03-25T04:59:49.947Z | Compiling semver v1.0.25 |
479 | 2025-03-25T04:59:50.104Z | Compiling thiserror v2.0.12 |
480 | 2025-03-25T04:59:50.474Z | Compiling pretty-hex v0.4.1 |
481 | 2025-03-25T04:59:50.509Z | Compiling anstyle v1.0.10 |
482 | 2025-03-25T04:59:50.690Z | Compiling is_terminal_polyfill v1.70.1 |
483 | 2025-03-25T04:59:50.716Z | Compiling bitflags v1.3.2 |
484 | 2025-03-25T04:59:50.832Z | Compiling colorchoice v1.0.2 |
485 | 2025-03-25T04:59:50.856Z | Compiling anstyle-query v1.1.1 |
486 | 2025-03-25T04:59:51.037Z | Compiling unicode-width v0.1.14 |
487 | 2025-03-25T04:59:51.064Z | Compiling anstream v0.6.15 |
488 | 2025-03-25T04:59:51.169Z | Compiling fs-err v2.11.0 |
489 | 2025-03-25T04:59:51.481Z | Compiling terminal_size v0.4.0 |
490 | 2025-03-25T04:59:51.701Z | Compiling cfg-if v1.0.0 |
491 | 2025-03-25T04:59:51.725Z | Compiling heck v0.4.1 |
492 | 2025-03-25T04:59:51.725Z | Compiling clap_lex v0.7.4 |
493 | 2025-03-25T04:59:51.767Z | Compiling fastrand v2.1.1 |
494 | 2025-03-25T04:59:52.196Z | Compiling heck v0.5.0 |
495 | 2025-03-25T04:59:52.221Z | Compiling strsim v0.11.1 |
496 | 2025-03-25T04:59:52.289Z | Compiling anyhow v1.0.97 |
497 | 2025-03-25T04:59:52.399Z | Compiling fnv v1.0.7 |
498 | 2025-03-25T04:59:52.558Z | Compiling bytecount v0.6.8 |
499 | 2025-03-25T04:59:52.671Z | Compiling clap_builder v4.5.32 |
500 | 2025-03-25T04:59:52.769Z | Compiling papergrid v0.11.0 |
501 | 2025-03-25T04:59:52.790Z | Compiling terminal_size v0.2.6 |
502 | 2025-03-25T04:59:52.990Z | Compiling tempfile v3.13.0 |
503 | 2025-03-25T04:59:53.154Z | Compiling memmap v0.7.0 |
504 | 2025-03-25T04:59:53.178Z | Compiling smawk v0.3.2 |
505 | 2025-03-25T04:59:53.269Z | Compiling unicode-linebreak v0.1.5 |
506 | 2025-03-25T04:59:53.757Z | Compiling textwrap v0.16.1 |
507 | 2025-03-25T04:59:53.782Z | Compiling swrite v0.1.0 |
508 | 2025-03-25T04:59:54.259Z | Compiling tabled_derive v0.7.0 |
509 | 2025-03-25T04:59:55.721Z | Compiling tabled v0.15.0 |
510 | 2025-03-25T04:59:55.764Z | Compiling serde_derive v1.0.218 |
511 | 2025-03-25T04:59:55.764Z | Compiling thiserror-impl v1.0.69 |
512 | 2025-03-25T04:59:55.768Z | Compiling zerocopy-derive v0.7.35 |
513 | 2025-03-25T04:59:55.768Z | Compiling scroll_derive v0.12.0 |
514 | 2025-03-25T04:59:55.768Z | Compiling thiserror-impl v2.0.12 |
515 | 2025-03-25T04:59:55.768Z | Compiling clap_derive v4.5.32 |
516 | 2025-03-25T04:59:57.272Z | Compiling scroll v0.12.0 |
517 | 2025-03-25T04:59:57.823Z | Compiling goblin v0.8.2 |
518 | 2025-03-25T04:59:57.826Z | Compiling zerocopy v0.7.35 |
519 | 2025-03-25T04:59:58.948Z | Compiling pest v2.7.14 |
520 | 2025-03-25T05:00:00.220Z | Compiling clap v4.5.32 |
521 | 2025-03-25T05:00:01.208Z | Compiling pest_meta v2.7.14 |
522 | 2025-03-25T05:00:02.141Z | Compiling pest_generator v2.7.14 |
523 | 2025-03-25T05:00:03.479Z | Compiling pest_derive v2.7.14 |
524 | 2025-03-25T05:00:04.096Z | Compiling dtrace-parser v0.2.0 |
525 | 2025-03-25T05:00:04.942Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-03-25T05:00:05.084Z | Compiling toml_datetime v0.6.8 |
527 | 2025-03-25T05:00:05.085Z | Compiling serde_spanned v0.6.8 |
528 | 2025-03-25T05:00:05.383Z | Compiling cargo-platform v0.1.8 |
529 | 2025-03-25T05:00:05.405Z | Compiling macaddr v1.0.1 |
530 | 2025-03-25T05:00:05.447Z | Compiling toml_edit v0.22.24 |
531 | 2025-03-25T05:00:05.730Z | Compiling camino-tempfile v1.1.1 |
532 | 2025-03-25T05:00:06.373Z | Compiling dof v0.3.0 |
533 | 2025-03-25T05:00:06.558Z | Compiling cargo_metadata v0.19.2 |
534 | 2025-03-25T05:00:07.694Z | Compiling usdt-macro v0.5.0 |
535 | 2025-03-25T05:00:07.694Z | Compiling usdt-attr-macro v0.5.0 |
536 | 2025-03-25T05:00:08.323Z | Compiling toml v0.8.20 |
537 | 2025-03-25T05:00:08.786Z | Compiling usdt v0.5.0 |
538 | 2025-03-25T05:00:09.140Z | Compiling cargo_toml v0.21.0 |
539 | 2025-03-25T05:00:11.788Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
540 | 2025-03-25T05:00:15.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.28s |
541 | 2025-03-25T05:00:15.257Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
542 | 2025-03-25T05:00:15.849Z | Downloading crates ... |
543 | 2025-03-25T05:00:15.959Z | Downloaded addr2line v0.24.2 |
544 | 2025-03-25T05:00:15.963Z | Downloaded async-stream-impl v0.3.6 |
545 | 2025-03-25T05:00:15.968Z | Downloaded cfg_aliases v0.1.1 |
546 | 2025-03-25T05:00:15.973Z | Downloaded blake2 v0.10.6 |
547 | 2025-03-25T05:00:15.977Z | Downloaded atomic-waker v1.1.2 |
548 | 2025-03-25T05:00:15.977Z | Downloaded cfg_aliases v0.2.1 |
549 | 2025-03-25T05:00:15.980Z | Downloaded adler2 v2.0.0 |
550 | 2025-03-25T05:00:15.985Z | Downloaded atty v0.2.14 |
551 | 2025-03-25T05:00:15.991Z | Downloaded crunchy v0.2.2 |
552 | 2025-03-25T05:00:15.996Z | Downloaded atomicwrites v0.4.4 |
553 | 2025-03-25T05:00:16.000Z | Downloaded ciborium-io v0.2.2 |
554 | 2025-03-25T05:00:16.004Z | Downloaded cstr-argument v0.1.2 |
555 | 2025-03-25T05:00:16.004Z | Downloaded crucible-workspace-hack v0.1.0 |
556 | 2025-03-25T05:00:16.008Z | Downloaded assert_matches v1.5.0 |
557 | 2025-03-25T05:00:16.011Z | Downloaded bitfield v0.14.0 |
558 | 2025-03-25T05:00:16.014Z | Downloaded cbc v0.1.2 |
559 | 2025-03-25T05:00:16.018Z | Downloaded bitfield-struct v0.6.2 |
560 | 2025-03-25T05:00:16.018Z | Downloaded base16ct v0.2.0 |
561 | 2025-03-25T05:00:16.018Z | Downloaded buf-list v1.0.3 |
562 | 2025-03-25T05:00:16.021Z | Downloaded bcrypt-pbkdf v0.10.0 |
563 | 2025-03-25T05:00:16.029Z | Downloaded bb8 v0.8.5 |
564 | 2025-03-25T05:00:16.029Z | Downloaded arrayref v0.3.9 |
565 | 2025-03-25T05:00:16.029Z | Downloaded ciborium-ll v0.2.2 |
566 | 2025-03-25T05:00:16.029Z | Downloaded ascii-canvas v3.0.0 |
567 | 2025-03-25T05:00:16.033Z | Downloaded castaway v0.2.3 |
568 | 2025-03-25T05:00:16.033Z | Downloaded array-init v0.0.4 |
569 | 2025-03-25T05:00:16.033Z | Downloaded cexpr v0.6.0 |
570 | 2025-03-25T05:00:16.038Z | Downloaded blowfish v0.9.1 |
571 | 2025-03-25T05:00:16.041Z | Downloaded chacha20 v0.9.1 |
572 | 2025-03-25T05:00:16.042Z | Downloaded cassowary v0.3.0 |
573 | 2025-03-25T05:00:16.045Z | Downloaded crc-catalog v2.4.0 |
574 | 2025-03-25T05:00:16.045Z | Downloaded convert_case v0.4.0 |
575 | 2025-03-25T05:00:16.045Z | Downloaded block-padding v0.3.3 |
576 | 2025-03-25T05:00:16.050Z | Downloaded bit-set v0.5.3 |
577 | 2025-03-25T05:00:16.055Z | Downloaded crc v3.2.1 |
578 | 2025-03-25T05:00:16.058Z | Downloaded cmake v0.1.51 |
579 | 2025-03-25T05:00:16.058Z | Downloaded cobs v0.2.3 |
580 | 2025-03-25T05:00:16.062Z | Downloaded chrono-tz-build v0.4.0 |
581 | 2025-03-25T05:00:16.062Z | Downloaded bit-vec v0.6.3 |
582 | 2025-03-25T05:00:16.065Z | Downloaded async-recursion v1.1.1 |
583 | 2025-03-25T05:00:16.069Z | Downloaded progenitor-client v0.9.1 |
584 | 2025-03-25T05:00:16.069Z | Downloaded hubpack v0.1.2 |
585 | 2025-03-25T05:00:16.074Z | Downloaded cipher v0.4.4 |
586 | 2025-03-25T05:00:16.074Z | Downloaded hostname v0.3.1 |
587 | 2025-03-25T05:00:16.077Z | Downloaded bit-set v0.8.0 |
588 | 2025-03-25T05:00:16.077Z | Downloaded hostname v0.4.0 |
589 | 2025-03-25T05:00:16.077Z | Downloaded cargo_metadata v0.18.1 |
590 | 2025-03-25T05:00:16.082Z | Downloaded heck v0.3.3 |
591 | 2025-03-25T05:00:16.082Z | Downloaded aead v0.5.2 |
592 | 2025-03-25T05:00:16.086Z | Downloaded hubpack_derive v0.1.1 |
593 | 2025-03-25T05:00:16.086Z | Downloaded bcs v0.1.6 |
594 | 2025-03-25T05:00:16.086Z | Downloaded http-body v1.0.1 |
595 | 2025-03-25T05:00:16.090Z | Downloaded http-range v0.1.5 |
596 | 2025-03-25T05:00:16.090Z | Downloaded http-body-util v0.1.2 |
597 | 2025-03-25T05:00:16.094Z | Downloaded hkdf v0.12.4 |
598 | 2025-03-25T05:00:16.094Z | Downloaded constant_time_eq v0.3.1 |
599 | 2025-03-25T05:00:16.098Z | Downloaded const_format_proc_macros v0.2.34 |
600 | 2025-03-25T05:00:16.098Z | Downloaded crossbeam-deque v0.8.5 |
601 | 2025-03-25T05:00:16.101Z | Downloaded icu_provider_macros v1.5.0 |
602 | 2025-03-25T05:00:16.101Z | Downloaded cookie_store v0.21.1 |
603 | 2025-03-25T05:00:16.105Z | Downloaded bzip2 v0.4.4 |
604 | 2025-03-25T05:00:16.108Z | Downloaded indoc v1.0.9 |
605 | 2025-03-25T05:00:16.109Z | Downloaded crc32fast v1.4.2 |
606 | 2025-03-25T05:00:16.113Z | Downloaded colored v2.2.0 |
607 | 2025-03-25T05:00:16.116Z | Downloaded is_ci v1.2.0 |
608 | 2025-03-25T05:00:16.117Z | Downloaded instant v0.1.13 |
609 | 2025-03-25T05:00:16.120Z | Downloaded hyper-tls v0.6.0 |
610 | 2025-03-25T05:00:16.121Z | Downloaded httpdate v1.0.3 |
611 | 2025-03-25T05:00:16.121Z | Downloaded async-bb8-diesel v0.2.1 |
612 | 2025-03-25T05:00:16.126Z | Downloaded instability v0.3.2 |
613 | 2025-03-25T05:00:16.130Z | Downloaded home v0.5.9 |
614 | 2025-03-25T05:00:16.130Z | Downloaded csv-core v0.1.11 |
615 | 2025-03-25T05:00:16.130Z | Downloaded inout v0.1.3 |
616 | 2025-03-25T05:00:16.130Z | Downloaded rtoolbox v0.0.2 |
617 | 2025-03-25T05:00:16.138Z | Downloaded keccak v0.1.5 |
618 | 2025-03-25T05:00:16.138Z | Downloaded is-terminal v0.4.13 |
619 | 2025-03-25T05:00:16.138Z | Downloaded internet-checksum v0.2.1 |
620 | 2025-03-25T05:00:16.142Z | Downloaded sync-ptr v0.1.1 |
621 | 2025-03-25T05:00:16.142Z | Downloaded try-lock v0.2.5 |
622 | 2025-03-25T05:00:16.142Z | Downloaded ref-cast-impl v1.0.23 |
623 | 2025-03-25T05:00:16.142Z | Downloaded ref-cast v1.0.23 |
624 | 2025-03-25T05:00:16.145Z | Downloaded idna_adapter v1.2.0 |
625 | 2025-03-25T05:00:16.145Z | Downloaded scopeguard v1.2.0 |
626 | 2025-03-25T05:00:16.145Z | Downloaded icu_locid_transform v1.5.0 |
627 | 2025-03-25T05:00:16.149Z | Downloaded iana-time-zone v0.1.61 |
628 | 2025-03-25T05:00:16.153Z | Downloaded lazy_static v1.5.0 |
629 | 2025-03-25T05:00:16.157Z | Downloaded indoc v2.0.6 |
630 | 2025-03-25T05:00:16.157Z | Downloaded indent_write v2.2.0 |
631 | 2025-03-25T05:00:16.161Z | Downloaded httparse v1.9.5 |
632 | 2025-03-25T05:00:16.161Z | Downloaded cookie v0.18.1 |
633 | 2025-03-25T05:00:16.164Z | Downloaded toolchain_find v0.4.0 |
634 | 2025-03-25T05:00:16.169Z | Downloaded serde_urlencoded v0.7.1 |
635 | 2025-03-25T05:00:16.169Z | Downloaded newline-converter v0.3.0 |
636 | 2025-03-25T05:00:16.170Z | Downloaded match_cfg v0.1.0 |
637 | 2025-03-25T05:00:16.174Z | Downloaded serde_repr v0.1.19 |
638 | 2025-03-25T05:00:16.174Z | Downloaded crossbeam-epoch v0.9.18 |
639 | 2025-03-25T05:00:16.177Z | Downloaded clang-sys v1.8.1 |
640 | 2025-03-25T05:00:16.181Z | Downloaded want v0.3.1 |
641 | 2025-03-25T05:00:16.181Z | Downloaded crc-any v2.5.0 |
642 | 2025-03-25T05:00:16.186Z | Downloaded arc-swap v1.7.1 |
643 | 2025-03-25T05:00:16.189Z | Downloaded diesel_table_macro_syntax v0.2.0 |
644 | 2025-03-25T05:00:16.189Z | Downloaded debug-ignore v1.0.5 |
645 | 2025-03-25T05:00:16.193Z | Downloaded darling_macro v0.20.10 |
646 | 2025-03-25T05:00:16.193Z | Downloaded newtype-uuid v1.2.1 |
647 | 2025-03-25T05:00:16.193Z | Downloaded foreign-types-shared v0.3.1 |
648 | 2025-03-25T05:00:16.196Z | Downloaded tinystr v0.7.6 |
649 | 2025-03-25T05:00:16.196Z | Downloaded lalrpop-util v0.19.12 |
650 | 2025-03-25T05:00:16.200Z | Downloaded tiny-keccak v2.0.2 |
651 | 2025-03-25T05:00:16.200Z | Downloaded topological-sort v0.2.2 |
652 | 2025-03-25T05:00:16.204Z | Downloaded downcast v0.11.0 |
653 | 2025-03-25T05:00:16.205Z | Downloaded zone_cfg_derive v0.1.2 |
654 | 2025-03-25T05:00:16.205Z | Downloaded icu_locid v1.5.0 |
655 | 2025-03-25T05:00:16.211Z | Downloaded ipnet v2.11.0 |
656 | 2025-03-25T05:00:16.215Z | Downloaded hyper-rustls v0.27.3 |
657 | 2025-03-25T05:00:16.218Z | Downloaded filetime v0.2.25 |
658 | 2025-03-25T05:00:16.218Z | Downloaded tui-tree-widget v0.23.0 |
659 | 2025-03-25T05:00:16.222Z | Downloaded linear-map v1.2.0 |
660 | 2025-03-25T05:00:16.223Z | Downloaded progenitor-impl v0.9.1 |
661 | 2025-03-25T05:00:16.225Z | Downloaded multimap v0.10.0 |
662 | 2025-03-25T05:00:16.225Z | Downloaded memoffset v0.9.1 |
663 | 2025-03-25T05:00:16.229Z | Downloaded progenitor-impl v0.8.0 |
664 | 2025-03-25T05:00:16.233Z | Downloaded parse-size v1.1.0 |
665 | 2025-03-25T05:00:16.233Z | Downloaded path-slash v0.1.5 |
666 | 2025-03-25T05:00:16.233Z | Downloaded num-conv v0.1.0 |
667 | 2025-03-25T05:00:16.237Z | Downloaded normalize-line-endings v0.3.0 |
668 | 2025-03-25T05:00:16.237Z | Downloaded string_cache v0.8.7 |
669 | 2025-03-25T05:00:16.237Z | Downloaded hyper-staticfile v0.10.1 |
670 | 2025-03-25T05:00:16.240Z | Downloaded mime v0.3.17 |
671 | 2025-03-25T05:00:16.240Z | Downloaded nanorand v0.7.0 |
672 | 2025-03-25T05:00:16.244Z | Downloaded maybe-uninit v2.0.0 |
673 | 2025-03-25T05:00:16.244Z | Downloaded dsl_auto_type v0.1.2 |
674 | 2025-03-25T05:00:16.250Z | Downloaded maplit v1.0.2 |
675 | 2025-03-25T05:00:16.250Z | Downloaded libefi-sys v0.1.0 |
676 | 2025-03-25T05:00:16.253Z | Downloaded lru v0.12.5 |
677 | 2025-03-25T05:00:16.253Z | Downloaded fixedbitset v0.4.2 |
678 | 2025-03-25T05:00:16.253Z | Downloaded ed25519 v2.2.3 |
679 | 2025-03-25T05:00:16.257Z | Downloaded libsw v3.4.0 |
680 | 2025-03-25T05:00:16.257Z | Downloaded dunce v1.0.5 |
681 | 2025-03-25T05:00:16.257Z | Downloaded libsw-core v0.3.1 |
682 | 2025-03-25T05:00:16.262Z | Downloaded utf8_iter v1.0.4 |
683 | 2025-03-25T05:00:16.262Z | Downloaded compact_str v0.8.0 |
684 | 2025-03-25T05:00:16.265Z | Downloaded rand_chacha v0.3.1 |
685 | 2025-03-25T05:00:16.266Z | Downloaded oso-derive v0.27.3 |
686 | 2025-03-25T05:00:16.270Z | Downloaded which v4.4.2 |
687 | 2025-03-25T05:00:16.270Z | Downloaded const_format v0.2.34 |
688 | 2025-03-25T05:00:16.275Z | Downloaded futures-executor v0.3.31 |
689 | 2025-03-25T05:00:16.280Z | Downloaded chacha20poly1305 v0.10.1 |
690 | 2025-03-25T05:00:16.280Z | Downloaded futures-core v0.3.31 |
691 | 2025-03-25T05:00:16.281Z | Downloaded slog v2.7.0 |
692 | 2025-03-25T05:00:16.284Z | Downloaded num-iter v0.1.45 |
693 | 2025-03-25T05:00:16.284Z | Downloaded mime_guess v2.0.5 |
694 | 2025-03-25T05:00:16.288Z | Downloaded native-tls v0.2.12 |
695 | 2025-03-25T05:00:16.292Z | Downloaded pem-rfc7468 v0.7.0 |
696 | 2025-03-25T05:00:16.292Z | Downloaded glob v0.3.2 |
697 | 2025-03-25T05:00:16.296Z | Downloaded hyper-util v0.1.10 |
698 | 2025-03-25T05:00:16.299Z | Downloaded icu_collections v1.5.0 |
699 | 2025-03-25T05:00:16.307Z | Downloaded strip-ansi-escapes v0.2.0 |
700 | 2025-03-25T05:00:16.311Z | Downloaded rustls-pki-types v1.10.0 |
701 | 2025-03-25T05:00:16.314Z | Downloaded icu_normalizer v1.5.0 |
702 | 2025-03-25T05:00:16.318Z | Downloaded primeorder v0.13.6 |
703 | 2025-03-25T05:00:16.318Z | Downloaded signal-hook-mio v0.2.4 |
704 | 2025-03-25T05:00:16.321Z | Downloaded same-file v1.0.6 |
705 | 2025-03-25T05:00:16.321Z | Downloaded rustc-hash v1.1.0 |
706 | 2025-03-25T05:00:16.326Z | Downloaded proc-macro-error-attr2 v2.0.0 |
707 | 2025-03-25T05:00:16.334Z | Downloaded newtype_derive v0.1.6 |
708 | 2025-03-25T05:00:16.338Z | Downloaded slog-scope v4.4.0 |
709 | 2025-03-25T05:00:16.339Z | Downloaded scheduled-thread-pool v0.2.7 |
710 | 2025-03-25T05:00:16.342Z | Downloaded fixedbitset v0.5.7 |
711 | 2025-03-25T05:00:16.342Z | Downloaded foreign-types-shared v0.1.1 |
712 | 2025-03-25T05:00:16.342Z | Downloaded ssh-encoding v0.2.0 |
713 | 2025-03-25T05:00:16.346Z | Downloaded memmap2 v0.9.5 |
714 | 2025-03-25T05:00:16.349Z | Downloaded litrs v0.4.1 |
715 | 2025-03-25T05:00:16.352Z | Downloaded signal-hook-registry v1.4.2 |
716 | 2025-03-25T05:00:16.352Z | Downloaded indexmap v1.9.3 |
717 | 2025-03-25T05:00:16.356Z | Downloaded stable_deref_trait v1.2.0 |
718 | 2025-03-25T05:00:16.356Z | Downloaded icu_properties v1.5.1 |
719 | 2025-03-25T05:00:16.360Z | Downloaded writeable v0.5.5 |
720 | 2025-03-25T05:00:16.363Z | Downloaded rand_xorshift v0.3.0 |
721 | 2025-03-25T05:00:16.363Z | Downloaded parse-display v0.10.0 |
722 | 2025-03-25T05:00:16.363Z | Downloaded untrusted v0.7.1 |
723 | 2025-03-25T05:00:16.367Z | Downloaded rpassword v7.3.1 |
724 | 2025-03-25T05:00:16.367Z | Downloaded base64 v0.22.1 |
725 | 2025-03-25T05:00:16.371Z | Downloaded phf v0.11.2 |
726 | 2025-03-25T05:00:16.375Z | Downloaded daft v0.1.2 |
727 | 2025-03-25T05:00:16.375Z | Downloaded zone v0.1.8 |
728 | 2025-03-25T05:00:16.375Z | Downloaded xattr v1.3.1 |
729 | 2025-03-25T05:00:16.379Z | Downloaded wyz v0.5.1 |
730 | 2025-03-25T05:00:16.383Z | Downloaded rustls-pemfile v2.2.0 |
731 | 2025-03-25T05:00:16.383Z | Downloaded strum v0.26.3 |
732 | 2025-03-25T05:00:16.386Z | Downloaded either v1.14.0 |
733 | 2025-03-25T05:00:16.386Z | Downloaded foreign-types v0.3.2 |
734 | 2025-03-25T05:00:16.386Z | Downloaded hex-literal v0.4.1 |
735 | 2025-03-25T05:00:16.391Z | Downloaded tower-layer v0.3.3 |
736 | 2025-03-25T05:00:16.391Z | Downloaded form_urlencoded v1.2.1 |
737 | 2025-03-25T05:00:16.391Z | Downloaded tower-service v0.3.3 |
738 | 2025-03-25T05:00:16.396Z | Downloaded foreign-types-macros v0.2.3 |
739 | 2025-03-25T05:00:16.396Z | Downloaded foreign-types v0.5.0 |
740 | 2025-03-25T05:00:16.396Z | Downloaded embedded-io v0.4.0 |
741 | 2025-03-25T05:00:16.402Z | Downloaded hash32 v0.3.1 |
742 | 2025-03-25T05:00:16.402Z | Downloaded foldhash v0.1.3 |
743 | 2025-03-25T05:00:16.402Z | Downloaded diesel-dtrace v0.4.2 |
744 | 2025-03-25T05:00:16.402Z | Downloaded take_mut v0.2.2 |
745 | 2025-03-25T05:00:16.402Z | Downloaded twox-hash v2.1.0 |
746 | 2025-03-25T05:00:16.406Z | Downloaded nibble_vec v0.1.0 |
747 | 2025-03-25T05:00:16.406Z | Downloaded ssh-cipher v0.2.0 |
748 | 2025-03-25T05:00:16.406Z | Downloaded mockall_derive v0.13.1 |
749 | 2025-03-25T05:00:16.409Z | Downloaded polyval v0.6.2 |
750 | 2025-03-25T05:00:16.413Z | Downloaded tokio-tungstenite v0.23.1 |
751 | 2025-03-25T05:00:16.413Z | Downloaded daft-derive v0.1.2 |
752 | 2025-03-25T05:00:16.419Z | Downloaded derive_builder_macro v0.20.2 |
753 | 2025-03-25T05:00:16.424Z | Downloaded value-bag v1.9.0 |
754 | 2025-03-25T05:00:16.424Z | Downloaded darling_core v0.20.10 |
755 | 2025-03-25T05:00:16.428Z | Downloaded sec1 v0.7.3 |
756 | 2025-03-25T05:00:16.432Z | Downloaded futures-macro v0.3.31 |
757 | 2025-03-25T05:00:16.433Z | Downloaded slog-async v2.8.0 |
758 | 2025-03-25T05:00:16.433Z | Downloaded openssl-probe v0.1.5 |
759 | 2025-03-25T05:00:16.436Z | Downloaded opaque-debug v0.3.1 |
760 | 2025-03-25T05:00:16.436Z | Downloaded schemars_derive v0.8.22 |
761 | 2025-03-25T05:00:16.436Z | Downloaded rustversion v1.0.17 |
762 | 2025-03-25T05:00:16.441Z | Downloaded des v0.8.1 |
763 | 2025-03-25T05:00:16.444Z | Downloaded tungstenite v0.23.0 |
764 | 2025-03-25T05:00:16.448Z | Downloaded num v0.4.3 |
765 | 2025-03-25T05:00:16.448Z | Downloaded strum_macros v0.24.3 |
766 | 2025-03-25T05:00:16.452Z | Downloaded tap v1.0.1 |
767 | 2025-03-25T05:00:16.452Z | Downloaded steno v0.4.1 |
768 | 2025-03-25T05:00:16.455Z | Downloaded utf16_iter v1.0.5 |
769 | 2025-03-25T05:00:16.459Z | Downloaded unicase v2.7.0 |
770 | 2025-03-25T05:00:16.459Z | Downloaded russh-cryptovec v0.7.3 |
771 | 2025-03-25T05:00:16.459Z | Downloaded futures-sink v0.3.31 |
772 | 2025-03-25T05:00:16.462Z | Downloaded deranged v0.3.11 |
773 | 2025-03-25T05:00:16.462Z | Downloaded termcolor v1.4.1 |
774 | 2025-03-25T05:00:16.466Z | Downloaded utf-8 v0.7.6 |
775 | 2025-03-25T05:00:16.466Z | Downloaded untrusted v0.9.0 |
776 | 2025-03-25T05:00:16.466Z | Downloaded postgres-types v0.2.9 |
777 | 2025-03-25T05:00:16.472Z | Downloaded postgres-protocol v0.6.8 |
778 | 2025-03-25T05:00:16.478Z | Downloaded postcard v1.0.10 |
779 | 2025-03-25T05:00:16.478Z | Downloaded diesel_derives v2.2.3 |
780 | 2025-03-25T05:00:16.482Z | Downloaded siphasher v0.3.11 |
781 | 2025-03-25T05:00:16.482Z | Downloaded samael v0.0.18 |
782 | 2025-03-25T05:00:16.488Z | Downloaded hash32 v0.2.1 |
783 | 2025-03-25T05:00:16.491Z | Downloaded futures-task v0.3.31 |
784 | 2025-03-25T05:00:16.491Z | Downloaded difflib v0.4.0 |
785 | 2025-03-25T05:00:16.496Z | Downloaded sct v0.7.1 |
786 | 2025-03-25T05:00:16.499Z | Downloaded openssl-macros v0.1.1 |
787 | 2025-03-25T05:00:16.499Z | Downloaded zerocopy-derive v0.8.10 |
788 | 2025-03-25T05:00:16.504Z | Downloaded pem v3.0.5 |
789 | 2025-03-25T05:00:16.508Z | Downloaded schemars v0.8.22 |
790 | 2025-03-25T05:00:16.519Z | Downloaded phf_shared v0.10.0 |
791 | 2025-03-25T05:00:16.523Z | Downloaded fxhash v0.2.1 |
792 | 2025-03-25T05:00:16.523Z | Downloaded progenitor v0.8.0 |
793 | 2025-03-25T05:00:16.527Z | Downloaded term v0.7.0 |
794 | 2025-03-25T05:00:16.527Z | Downloaded thread_local v1.1.8 |
795 | 2025-03-25T05:00:16.534Z | Downloaded prettyplease v0.2.30 |
796 | 2025-03-25T05:00:16.538Z | Downloaded rand_core v0.9.2 |
797 | 2025-03-25T05:00:16.538Z | Downloaded pretty_assertions v1.4.1 |
798 | 2025-03-25T05:00:16.538Z | Downloaded rand_core v0.6.4 |
799 | 2025-03-25T05:00:16.542Z | Downloaded heapless v0.7.17 |
800 | 2025-03-25T05:00:16.548Z | Downloaded serde_with_macros v3.12.0 |
801 | 2025-03-25T05:00:16.548Z | Downloaded termtree v0.4.1 |
802 | 2025-03-25T05:00:16.552Z | Downloaded derive_builder_core v0.20.2 |
803 | 2025-03-25T05:00:16.552Z | Downloaded derive_builder v0.20.2 |
804 | 2025-03-25T05:00:16.556Z | Downloaded slog-dtrace v0.3.0 |
805 | 2025-03-25T05:00:16.560Z | Downloaded slog-bunyan v2.5.0 |
806 | 2025-03-25T05:00:16.560Z | Downloaded semver v0.1.20 |
807 | 2025-03-25T05:00:16.560Z | Downloaded ron v0.8.1 |
808 | 2025-03-25T05:00:16.580Z | Downloaded wait-timeout v0.2.0 |
809 | 2025-03-25T05:00:16.658Z | Downloaded russh v0.45.0 |
810 | 2025-03-25T05:00:16.658Z | Downloaded precomputed-hash v0.1.1 |
811 | 2025-03-25T05:00:16.658Z | Downloaded headers-core v0.3.0 |
812 | 2025-03-25T05:00:16.658Z | Downloaded vte_generate_state_changes v0.1.2 |
813 | 2025-03-25T05:00:16.658Z | Downloaded phf_codegen v0.11.2 |
814 | 2025-03-25T05:00:16.658Z | Downloaded futures-io v0.3.31 |
815 | 2025-03-25T05:00:16.658Z | Downloaded quick-error v1.2.3 |
816 | 2025-03-25T05:00:16.659Z | Downloaded aes-gcm v0.10.3 |
817 | 2025-03-25T05:00:16.659Z | Downloaded zeroize v1.8.1 |
818 | 2025-03-25T05:00:16.688Z | Downloaded predicates-core v1.0.8 |
819 | 2025-03-25T05:00:16.688Z | Downloaded fd-lock v4.0.2 |
820 | 2025-03-25T05:00:16.688Z | Downloaded pkcs8 v0.10.2 |
821 | 2025-03-25T05:00:16.688Z | Downloaded packed_struct_codegen v0.10.1 |
822 | 2025-03-25T05:00:16.688Z | Downloaded packed_struct v0.10.1 |
823 | 2025-03-25T05:00:16.688Z | Downloaded heapless v0.8.0 |
824 | 2025-03-25T05:00:16.688Z | Downloaded mio v1.0.2 |
825 | 2025-03-25T05:00:16.688Z | Downloaded radium v0.7.0 |
826 | 2025-03-25T05:00:16.688Z | Downloaded snafu-derive v0.8.5 |
827 | 2025-03-25T05:00:16.688Z | Downloaded secrecy v0.8.0 |
828 | 2025-03-25T05:00:16.688Z | Downloaded quinn-udp v0.5.5 |
829 | 2025-03-25T05:00:16.688Z | Downloaded rustc-hash v2.1.1 |
830 | 2025-03-25T05:00:16.688Z | Downloaded tar v0.4.44 |
831 | 2025-03-25T05:00:16.688Z | Downloaded shell-words v1.1.0 |
832 | 2025-03-25T05:00:16.688Z | Downloaded sha1 v0.10.6 |
833 | 2025-03-25T05:00:16.688Z | Downloaded env_logger v0.10.2 |
834 | 2025-03-25T05:00:16.688Z | Downloaded whoami v1.5.2 |
835 | 2025-03-25T05:00:16.688Z | Downloaded diff v0.1.13 |
836 | 2025-03-25T05:00:16.688Z | Downloaded slab v0.4.9 |
837 | 2025-03-25T05:00:16.689Z | Downloaded hex v0.4.3 |
838 | 2025-03-25T05:00:16.689Z | Downloaded group v0.13.0 |
839 | 2025-03-25T05:00:16.689Z | Downloaded defmt v0.3.8 |
840 | 2025-03-25T05:00:16.689Z | Downloaded progenitor-client v0.8.0 |
841 | 2025-03-25T05:00:16.689Z | Downloaded num_enum_derive v0.5.11 |
842 | 2025-03-25T05:00:16.689Z | Downloaded ff v0.13.0 |
843 | 2025-03-25T05:00:16.689Z | Downloaded embedded-io v0.6.1 |
844 | 2025-03-25T05:00:16.689Z | Downloaded predicates-tree v1.0.11 |
845 | 2025-03-25T05:00:16.689Z | Downloaded pkg-config v0.3.31 |
846 | 2025-03-25T05:00:16.689Z | Downloaded predicates v3.1.3 |
847 | 2025-03-25T05:00:16.689Z | Downloaded typify v0.3.0 |
848 | 2025-03-25T05:00:16.689Z | Downloaded number_prefix v0.4.0 |
849 | 2025-03-25T05:00:16.689Z | Downloaded funty v2.0.0 |
850 | 2025-03-25T05:00:16.689Z | Downloaded dropshot_endpoint v0.12.0 |
851 | 2025-03-25T05:00:16.689Z | Downloaded progenitor-macro v0.8.0 |
852 | 2025-03-25T05:00:16.689Z | Downloaded num_threads v0.1.7 |
853 | 2025-03-25T05:00:16.689Z | Downloaded document-features v0.2.10 |
854 | 2025-03-25T05:00:16.689Z | Downloaded write16 v1.0.0 |
855 | 2025-03-25T05:00:16.689Z | Downloaded num-complex v0.4.6 |
856 | 2025-03-25T05:00:16.689Z | Downloaded tinyvec_macros v0.1.1 |
857 | 2025-03-25T05:00:16.689Z | Downloaded serde_with v3.12.0 |
858 | 2025-03-25T05:00:16.689Z | Downloaded subtle v2.6.1 |
859 | 2025-03-25T05:00:16.689Z | Downloaded rustc_version v0.1.7 |
860 | 2025-03-25T05:00:16.690Z | Downloaded itertools v0.12.1 |
861 | 2025-03-25T05:00:16.690Z | Downloaded spin v0.9.8 |
862 | 2025-03-25T05:00:16.698Z | Downloaded curve25519-dalek-derive v0.1.1 |
863 | 2025-03-25T05:00:16.698Z | Downloaded url v2.5.3 |
864 | 2025-03-25T05:00:16.698Z | Downloaded defmt-macros v0.3.9 |
865 | 2025-03-25T05:00:16.698Z | Downloaded fragile v2.0.0 |
866 | 2025-03-25T05:00:16.698Z | Downloaded env_filter v0.1.2 |
867 | 2025-03-25T05:00:16.752Z | Downloaded hickory-resolver v0.24.4 |
868 | 2025-03-25T05:00:16.752Z | Downloaded sigpipe v0.1.3 |
869 | 2025-03-25T05:00:16.752Z | Downloaded serde-hex v0.1.0 |
870 | 2025-03-25T05:00:16.752Z | Downloaded serde_yaml v0.9.34+deprecated |
871 | 2025-03-25T05:00:16.752Z | Downloaded futures v0.3.31 |
872 | 2025-03-25T05:00:16.752Z | Downloaded ed25519-dalek v2.1.1 |
873 | 2025-03-25T05:00:16.752Z | Downloaded itertools v0.13.0 |
874 | 2025-03-25T05:00:16.772Z | Downloaded display-error-chain v0.2.2 |
875 | 2025-03-25T05:00:16.772Z | Downloaded tls_codec v0.4.1 |
876 | 2025-03-25T05:00:16.772Z | Downloaded zip v2.1.3 |
877 | 2025-03-25T05:00:16.772Z | Downloaded sync_wrapper v1.0.1 |
878 | 2025-03-25T05:00:16.772Z | Downloaded serde-big-array v0.5.1 |
879 | 2025-03-25T05:00:16.772Z | Downloaded strum_macros v0.25.3 |
880 | 2025-03-25T05:00:16.772Z | Downloaded tls_codec_derive v0.4.1 |
881 | 2025-03-25T05:00:16.772Z | Downloaded structmeta-derive v0.3.0 |
882 | 2025-03-25T05:00:16.772Z | Downloaded vte v0.11.1 |
883 | 2025-03-25T05:00:16.772Z | Downloaded pbkdf2 v0.11.0 |
884 | 2025-03-25T05:00:16.773Z | Downloaded darling v0.20.10 |
885 | 2025-03-25T05:00:16.773Z | Downloaded openssl-sys v0.9.106 |
886 | 2025-03-25T05:00:16.773Z | Downloaded yoke-derive v0.7.4 |
887 | 2025-03-25T05:00:16.782Z | Downloaded libxml v0.3.3 |
888 | 2025-03-25T05:00:16.782Z | Downloaded p256 v0.13.2 |
889 | 2025-03-25T05:00:16.782Z | Downloaded peg-macros v0.8.5 |
890 | 2025-03-25T05:00:16.782Z | Downloaded tokio-rustls v0.25.0 |
891 | 2025-03-25T05:00:16.782Z | Downloaded rand v0.8.5 |
892 | 2025-03-25T05:00:16.804Z | Downloaded aws-lc-rs v1.12.4 |
893 | 2025-03-25T05:00:16.805Z | Downloaded zone_cfg_derive v0.3.0 |
894 | 2025-03-25T05:00:16.805Z | Downloaded russh-keys v0.45.0 |
895 | 2025-03-25T05:00:16.815Z | Downloaded psl-types v2.0.11 |
896 | 2025-03-25T05:00:16.815Z | Downloaded dirs-sys-next v0.1.2 |
897 | 2025-03-25T05:00:16.815Z | Downloaded waitgroup v0.1.2 |
898 | 2025-03-25T05:00:16.815Z | Downloaded displaydoc v0.2.5 |
899 | 2025-03-25T05:00:16.816Z | Downloaded endian-type v0.1.2 |
900 | 2025-03-25T05:00:16.816Z | Downloaded tokio-rustls v0.26.0 |
901 | 2025-03-25T05:00:16.816Z | Downloaded signal-hook v0.3.17 |
902 | 2025-03-25T05:00:16.816Z | Downloaded signature v2.2.0 |
903 | 2025-03-25T05:00:16.816Z | Downloaded subprocess v0.2.9 |
904 | 2025-03-25T05:00:16.816Z | Downloaded zerocopy v0.6.6 |
905 | 2025-03-25T05:00:16.827Z | Downloaded typify-macro v0.2.0 |
906 | 2025-03-25T05:00:16.827Z | Downloaded zerovec-derive v0.10.3 |
907 | 2025-03-25T05:00:16.827Z | Downloaded peg-runtime v0.8.5 |
908 | 2025-03-25T05:00:16.827Z | Downloaded unicode-truncate v1.1.0 |
909 | 2025-03-25T05:00:16.827Z | Downloaded password-hash v0.4.2 |
910 | 2025-03-25T05:00:16.827Z | Downloaded quinn v0.11.5 |
911 | 2025-03-25T05:00:16.843Z | Downloaded thiserror-impl-no-std v2.0.2 |
912 | 2025-03-25T05:00:16.843Z | Downloaded rustc_version v0.4.1 |
913 | 2025-03-25T05:00:16.843Z | Downloaded ron v0.7.1 |
914 | 2025-03-25T05:00:16.843Z | Downloaded qorb v0.2.1 |
915 | 2025-03-25T05:00:16.860Z | Downloaded slog-json v2.6.1 |
916 | 2025-03-25T05:00:16.860Z | Downloaded rand_seeder v0.3.0 |
917 | 2025-03-25T05:00:16.860Z | Downloaded snafu v0.8.5 |
918 | 2025-03-25T05:00:16.860Z | Downloaded globset v0.4.15 |
919 | 2025-03-25T05:00:16.860Z | Downloaded flume v0.11.1 |
920 | 2025-03-25T05:00:16.877Z | Downloaded num-traits v0.2.19 |
921 | 2025-03-25T05:00:16.877Z | Downloaded expectorate v1.1.0 |
922 | 2025-03-25T05:00:16.877Z | Downloaded fs_extra v1.3.0 |
923 | 2025-03-25T05:00:16.877Z | Downloaded pin-project-internal v1.1.6 |
924 | 2025-03-25T05:00:16.877Z | Downloaded password-hash v0.5.0 |
925 | 2025-03-25T05:00:16.877Z | Downloaded rustfmt-wrapper v0.2.1 |
926 | 2025-03-25T05:00:16.910Z | Downloaded progenitor v0.9.1 |
927 | 2025-03-25T05:00:16.910Z | Downloaded float-ord v0.3.2 |
928 | 2025-03-25T05:00:16.910Z | Downloaded float-cmp v0.10.0 |
929 | 2025-03-25T05:00:16.910Z | Downloaded gethostname v0.5.0 |
930 | 2025-03-25T05:00:16.910Z | Downloaded pin-utils v0.1.0 |
931 | 2025-03-25T05:00:16.910Z | Downloaded fallible-iterator v0.2.0 |
932 | 2025-03-25T05:00:16.910Z | Downloaded enum-as-inner v0.6.1 |
933 | 2025-03-25T05:00:16.910Z | Downloaded phf_shared v0.11.2 |
934 | 2025-03-25T05:00:16.911Z | Downloaded shlex v1.3.0 |
935 | 2025-03-25T05:00:16.911Z | Downloaded serde_path_to_error v0.1.16 |
936 | 2025-03-25T05:00:16.911Z | Downloaded unicode-properties v0.1.3 |
937 | 2025-03-25T05:00:16.958Z | Downloaded olpc-cjson v0.1.4 |
938 | 2025-03-25T05:00:16.958Z | Downloaded typify-macro v0.3.0 |
939 | 2025-03-25T05:00:16.959Z | Downloaded num-bigint v0.4.6 |
940 | 2025-03-25T05:00:16.959Z | Downloaded bindgen v0.69.5 |
941 | 2025-03-25T05:00:16.959Z | Downloaded peg v0.8.5 |
942 | 2025-03-25T05:00:16.959Z | Downloaded rustls-pemfile v1.0.4 |
943 | 2025-03-25T05:00:16.959Z | Downloaded slog-envlogger v2.2.0 |
944 | 2025-03-25T05:00:16.959Z | Downloaded phf_generator v0.11.2 |
945 | 2025-03-25T05:00:16.959Z | Downloaded pbkdf2 v0.12.2 |
946 | 2025-03-25T05:00:16.959Z | Downloaded toml_edit v0.19.15 |
947 | 2025-03-25T05:00:17.020Z | Downloaded ena v0.14.3 |
948 | 2025-03-25T05:00:17.021Z | Downloaded tinyvec v1.8.0 |
949 | 2025-03-25T05:00:17.021Z | Downloaded oso v0.27.3 |
950 | 2025-03-25T05:00:17.021Z | Downloaded parking_lot v0.12.3 |
951 | 2025-03-25T05:00:17.021Z | Downloaded walkdir v2.5.0 |
952 | 2025-03-25T05:00:17.021Z | Downloaded parking_lot v0.11.2 |
953 | 2025-03-25T05:00:17.021Z | Downloaded test-strategy v0.4.0 |
954 | 2025-03-25T05:00:17.021Z | Downloaded unsafe-libyaml v0.2.11 |
955 | 2025-03-25T05:00:17.021Z | Downloaded hashbrown v0.13.2 |
956 | 2025-03-25T05:00:17.021Z | Downloaded getrandom v0.3.1 |
957 | 2025-03-25T05:00:17.021Z | Downloaded unicode_categories v0.1.1 |
958 | 2025-03-25T05:00:17.021Z | Downloaded omicron-zone-package v0.12.0 |
959 | 2025-03-25T05:00:17.021Z | Downloaded toml v0.7.8 |
960 | 2025-03-25T05:00:17.021Z | Downloaded portable-atomic v1.9.0 |
961 | 2025-03-25T05:00:17.055Z | Downloaded p521 v0.13.3 |
962 | 2025-03-25T05:00:17.055Z | Downloaded fatfs v0.3.6 |
963 | 2025-03-25T05:00:17.055Z | Downloaded papergrid v0.14.0 |
964 | 2025-03-25T05:00:17.055Z | Downloaded tough v0.19.0 |
965 | 2025-03-25T05:00:17.055Z | Downloaded flate2 v1.1.0 |
966 | 2025-03-25T05:00:17.055Z | Downloaded uuid v1.15.1 |
967 | 2025-03-25T05:00:17.055Z | Downloaded rayon-core v1.12.1 |
968 | 2025-03-25T05:00:17.055Z | Downloaded icu_properties_data v1.5.0 |
969 | 2025-03-25T05:00:17.055Z | Downloaded yansi v1.0.1 |
970 | 2025-03-25T05:00:17.055Z | Downloaded time v0.3.36 |
971 | 2025-03-25T05:00:17.074Z | Downloaded sqlparser v0.45.0 |
972 | 2025-03-25T05:00:17.074Z | Downloaded reqwest v0.12.12 |
973 | 2025-03-25T05:00:17.074Z | Downloaded rsa v0.9.6 |
974 | 2025-03-25T05:00:17.075Z | Downloaded num-bigint-dig v0.8.4 |
975 | 2025-03-25T05:00:17.075Z | Downloaded zerovec v0.10.4 |
976 | 2025-03-25T05:00:17.075Z | Downloaded unicode-width v0.2.0 |
977 | 2025-03-25T05:00:17.099Z | Downloaded parse-zoneinfo v0.3.1 |
978 | 2025-03-25T05:00:17.099Z | Downloaded lalrpop v0.19.12 |
979 | 2025-03-25T05:00:17.100Z | Downloaded unicode-segmentation v1.12.0 |
980 | 2025-03-25T05:00:17.128Z | Downloaded futures-util v0.3.31 |
981 | 2025-03-25T05:00:17.128Z | Downloaded h2 v0.4.6 |
982 | 2025-03-25T05:00:17.145Z | Downloaded unicode-normalization v0.1.24 |
983 | 2025-03-25T05:00:17.145Z | Downloaded vcpkg v0.2.15 |
984 | 2025-03-25T05:00:17.173Z | Downloaded tokio-util v0.7.13 |
985 | 2025-03-25T05:00:17.189Z | Downloaded nom v7.1.3 |
986 | 2025-03-25T05:00:17.189Z | Downloaded reedline v0.38.0 |
987 | 2025-03-25T05:00:17.189Z | Downloaded petname v2.0.2 |
988 | 2025-03-25T05:00:17.242Z | Downloaded quinn-proto v0.11.8 |
989 | 2025-03-25T05:00:17.242Z | Downloaded rustls v0.21.12 |
990 | 2025-03-25T05:00:17.282Z | Downloaded winnow v0.6.20 |
991 | 2025-03-25T05:00:17.282Z | Downloaded nix v0.27.1 |
992 | 2025-03-25T05:00:17.282Z | Downloaded p384 v0.13.0 |
993 | 2025-03-25T05:00:17.282Z | Downloaded chrono-tz v0.10.1 |
994 | 2025-03-25T05:00:17.282Z | Downloaded quick-xml v0.37.2 |
995 | 2025-03-25T05:00:17.282Z | Downloaded rustls-webpki v0.101.7 |
996 | 2025-03-25T05:00:17.303Z | Downloaded rayon v1.10.0 |
997 | 2025-03-25T05:00:17.303Z | Downloaded tabled v0.18.0 |
998 | 2025-03-25T05:00:17.303Z | Downloaded proptest v1.6.0 |
999 | 2025-03-25T05:00:17.338Z | Downloaded smoltcp v0.9.1 |
1000 | 2025-03-25T05:00:17.338Z | Downloaded radix_trie v0.2.1 |
1001 | 2025-03-25T05:00:17.374Z | Downloaded rustls-webpki v0.102.8 |
1002 | 2025-03-25T05:00:17.374Z | Downloaded object v0.30.4 |
1003 | 2025-03-25T05:00:17.374Z | Downloaded regex-syntax v0.6.29 |
1004 | 2025-03-25T05:00:17.412Z | Downloaded gimli v0.31.1 |
1005 | 2025-03-25T05:00:17.412Z | Downloaded hickory-proto v0.24.4 |
1006 | 2025-03-25T05:00:17.412Z | Downloaded curve25519-dalek v4.1.3 |
1007 | 2025-03-25T05:00:17.441Z | Downloaded rustls v0.23.19 |
1008 | 2025-03-25T05:00:17.441Z | Downloaded dropshot v0.12.0 |
1009 | 2025-03-25T05:00:17.441Z | Downloaded object v0.36.5 |
1010 | 2025-03-25T05:00:17.474Z | Downloaded ratatui v0.29.0 |
1011 | 2025-03-25T05:00:17.509Z | Downloaded nix v0.29.0 |
1012 | 2025-03-25T05:00:17.509Z | Downloaded regress v0.10.3 |
1013 | 2025-03-25T05:00:17.509Z | Downloaded smoltcp v0.11.0 |
1014 | 2025-03-25T05:00:17.509Z | Downloaded regex-syntax v0.8.5 |
1015 | 2025-03-25T05:00:17.509Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1016 | 2025-03-25T05:00:17.531Z | Downloaded dropshot v0.16.0 |
1017 | 2025-03-25T05:00:17.564Z | Downloaded zerocopy-derive v0.6.6 |
1018 | 2025-03-25T05:00:17.564Z | Downloaded sled v0.34.7 |
1019 | 2025-03-25T05:00:17.590Z | Downloaded openapiv3 v2.0.0 |
1020 | 2025-03-25T05:00:17.590Z | Downloaded typify-impl v0.2.0 |
1021 | 2025-03-25T05:00:17.590Z | Downloaded typify-impl v0.3.0 |
1022 | 2025-03-25T05:00:17.614Z | Downloaded rustls v0.22.4 |
1023 | 2025-03-25T05:00:17.680Z | Downloaded diesel v2.2.8 |
1024 | 2025-03-25T05:00:17.974Z | Downloaded nix v0.28.0 |
1025 | 2025-03-25T05:00:17.974Z | Downloaded openssl v0.10.71 |
1026 | 2025-03-25T05:00:17.976Z | Downloaded regex-automata v0.4.8 |
1027 | 2025-03-25T05:00:17.976Z | Downloaded zerocopy v0.8.10 |
1028 | 2025-03-25T05:00:17.976Z | Downloaded petgraph v0.7.1 |
1029 | 2025-03-25T05:00:17.976Z | Downloaded lzma-sys v0.1.20 |
1030 | 2025-03-25T05:00:17.976Z | Downloaded petgraph v0.6.5 |
1031 | 2025-03-25T05:00:17.997Z | Downloaded csv v1.3.1 |
1032 | 2025-03-25T05:00:17.998Z | Downloaded polar-core v0.27.3 |
1033 | 2025-03-25T05:00:17.998Z | Downloaded libz-sys v1.1.20 |
1034 | 2025-03-25T05:00:17.998Z | Downloaded tokio v1.43.0 |
1035 | 2025-03-25T05:00:17.998Z | Downloaded bstr v1.10.0 |
1036 | 2025-03-25T05:00:17.998Z | Downloaded winnow v0.5.40 |
1037 | 2025-03-25T05:00:17.998Z | Downloaded regex v1.11.1 |
1038 | 2025-03-25T05:00:17.998Z | Downloaded webpki-roots v0.26.6 |
1039 | 2025-03-25T05:00:17.998Z | Downloaded git2 v0.19.0 |
1040 | 2025-03-25T05:00:17.998Z | Downloaded rcgen v0.12.1 |
1041 | 2025-03-25T05:00:17.999Z | Downloaded tower v0.5.2 |
1042 | 2025-03-25T05:00:17.999Z | Downloaded sha3 v0.10.8 |
1043 | 2025-03-25T05:00:17.999Z | Downloaded salty v0.3.0 |
1044 | 2025-03-25T05:00:18.000Z | Downloaded zopfli v0.8.1 |
1045 | 2025-03-25T05:00:18.000Z | Downloaded hashbrown v0.12.3 |
1046 | 2025-03-25T05:00:18.000Z | Downloaded chrono v0.4.40 |
1047 | 2025-03-25T05:00:18.000Z | Downloaded bindgen v0.71.1 |
1048 | 2025-03-25T05:00:18.000Z | Downloaded bitvec v1.0.1 |
1049 | 2025-03-25T05:00:18.000Z | Downloaded nodrop v0.1.14 |
1050 | 2025-03-25T05:00:18.000Z | Downloaded getrandom v0.2.15 |
1051 | 2025-03-25T05:00:18.002Z | Downloaded dirs-next v2.0.0 |
1052 | 2025-03-25T05:00:18.003Z | Downloaded proc-macro-error2 v2.0.1 |
1053 | 2025-03-25T05:00:18.003Z | Downloaded tokio-postgres v0.7.13 |
1054 | 2025-03-25T05:00:18.003Z | Downloaded publicsuffix v2.3.0 |
1055 | 2025-03-25T05:00:18.003Z | Downloaded time-core v0.1.2 |
1056 | 2025-03-25T05:00:18.003Z | Downloaded termtree v0.5.1 |
1057 | 2025-03-25T05:00:18.003Z | Downloaded universal-hash v0.5.1 |
1058 | 2025-03-25T05:00:18.003Z | Downloaded time-macros v0.2.18 |
1059 | 2025-03-25T05:00:18.003Z | Downloaded paste v1.0.15 |
1060 | 2025-03-25T05:00:18.003Z | Downloaded serde_derive_internals v0.29.1 |
1061 | 2025-03-25T05:00:18.003Z | Downloaded pin-project-lite v0.2.14 |
1062 | 2025-03-25T05:00:18.003Z | Downloaded half v2.4.1 |
1063 | 2025-03-25T05:00:18.004Z | Downloaded dropshot_endpoint v0.16.0 |
1064 | 2025-03-25T05:00:18.004Z | Downloaded der v0.7.9 |
1065 | 2025-03-25T05:00:18.005Z | Downloaded x509-cert v0.2.5 |
1066 | 2025-03-25T05:00:18.005Z | Downloaded libm v0.2.8 |
1067 | 2025-03-25T05:00:18.005Z | Downloaded vergen v8.3.2 |
1068 | 2025-03-25T05:00:18.066Z | Downloaded ssh-key v0.6.6 |
1069 | 2025-03-25T05:00:18.066Z | Downloaded ring v0.17.11 |
1070 | 2025-03-25T05:00:18.066Z | Downloaded slog-term v2.9.1 |
1071 | 2025-03-25T05:00:18.067Z | Downloaded pretty-hex v0.2.1 |
1072 | 2025-03-25T05:00:18.067Z | Downloaded progenitor-macro v0.9.1 |
1073 | 2025-03-25T05:00:18.067Z | Downloaded strum_macros v0.26.4 |
1074 | 2025-03-25T05:00:18.067Z | Downloaded spki v0.7.3 |
1075 | 2025-03-25T05:00:18.067Z | Downloaded itertools v0.14.0 |
1076 | 2025-03-25T05:00:18.067Z | Downloaded aho-corasick v1.1.3 |
1077 | 2025-03-25T05:00:18.115Z | Downloaded ghash v0.5.1 |
1078 | 2025-03-25T05:00:18.116Z | Downloaded xz2 v0.1.7 |
1079 | 2025-03-25T05:00:18.116Z | Downloaded synstructure v0.13.1 |
1080 | 2025-03-25T05:00:18.116Z | Downloaded encoding_rs v0.8.34 |
1081 | 2025-03-25T05:00:18.116Z | Downloaded pkcs1 v0.7.5 |
1082 | 2025-03-25T05:00:18.117Z | Downloaded itertools v0.10.5 |
1083 | 2025-03-25T05:00:18.150Z | Downloaded typed-path v0.9.3 |
1084 | 2025-03-25T05:00:18.151Z | Downloaded rfc6979 v0.4.0 |
1085 | 2025-03-25T05:00:18.151Z | Downloaded num_enum v0.5.11 |
1086 | 2025-03-25T05:00:18.151Z | Downloaded similar v2.7.0 |
1087 | 2025-03-25T05:00:18.151Z | Downloaded derive_more v0.99.19 |
1088 | 2025-03-25T05:00:18.151Z | Downloaded unicode-bidi v0.3.17 |
1089 | 2025-03-25T05:00:18.151Z | Downloaded idna v1.0.3 |
1090 | 2025-03-25T05:00:18.151Z | Downloaded blake3 v1.5.4 |
1091 | 2025-03-25T05:00:18.169Z | Downloaded typify v0.2.0 |
1092 | 2025-03-25T05:00:18.169Z | Downloaded env_logger v0.11.5 |
1093 | 2025-03-25T05:00:18.169Z | Downloaded unarray v0.1.4 |
1094 | 2025-03-25T05:00:18.169Z | Downloaded zip v0.6.6 |
1095 | 2025-03-25T05:00:18.169Z | Downloaded tokio-rustls v0.24.1 |
1096 | 2025-03-25T05:00:18.169Z | Downloaded pkcs5 v0.7.1 |
1097 | 2025-03-25T05:00:18.169Z | Downloaded hyper v1.6.0 |
1098 | 2025-03-25T05:00:18.170Z | Downloaded rand v0.9.0 |
1099 | 2025-03-25T05:00:18.170Z | Downloaded zeroize_derive v1.4.2 |
1100 | 2025-03-25T05:00:18.198Z | Downloaded elliptic-curve v0.13.8 |
1101 | 2025-03-25T05:00:18.198Z | Downloaded yasna v0.5.2 |
1102 | 2025-03-25T05:00:18.198Z | Downloaded rustyline v14.0.0 |
1103 | 2025-03-25T05:00:18.198Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1104 | 2025-03-25T05:00:18.251Z | Downloaded minimal-lexical v0.2.1 |
1105 | 2025-03-25T05:00:18.251Z | Downloaded pin-project v1.1.6 |
1106 | 2025-03-25T05:00:18.364Z | Downloaded tracing-core v0.1.32 |
1107 | 2025-03-25T05:00:18.364Z | Downloaded der_derive v0.7.3 |
1108 | 2025-03-25T05:00:18.364Z | Downloaded tracing v0.1.40 |
1109 | 2025-03-25T05:00:18.364Z | Downloaded hickory-client v0.24.4 |
1110 | 2025-03-25T05:00:18.364Z | Downloaded nu-ansi-term v0.50.1 |
1111 | 2025-03-25T05:00:18.364Z | Downloaded smallvec v0.6.14 |
1112 | 2025-03-25T05:00:18.364Z | Downloaded defmt-parser v0.3.4 |
1113 | 2025-03-25T05:00:18.364Z | Downloaded rusty-fork v0.3.0 |
1114 | 2025-03-25T05:00:18.364Z | Downloaded ppv-lite86 v0.2.20 |
1115 | 2025-03-25T05:00:18.364Z | Downloaded parking_lot_core v0.9.10 |
1116 | 2025-03-25T05:00:18.364Z | Downloaded parking_lot_core v0.8.6 |
1117 | 2025-03-25T05:00:18.364Z | Downloaded crossterm v0.28.1 |
1118 | 2025-03-25T05:00:18.364Z | Downloaded aes v0.8.4 |
1119 | 2025-03-25T05:00:18.365Z | Downloaded simd-adler32 v0.3.7 |
1120 | 2025-03-25T05:00:18.365Z | Downloaded zerofrom-derive v0.1.4 |
1121 | 2025-03-25T05:00:18.365Z | Downloaded poly1305 v0.8.0 |
1122 | 2025-03-25T05:00:18.365Z | Downloaded tabled_derive v0.10.0 |
1123 | 2025-03-25T05:00:18.365Z | Downloaded tokio-stream v0.1.17 |
1124 | 2025-03-25T05:00:18.365Z | Downloaded smf v0.2.3 |
1125 | 2025-03-25T05:00:18.365Z | Downloaded hickory-server v0.24.4 |
1126 | 2025-03-25T05:00:18.365Z | Downloaded tabwriter v1.4.0 |
1127 | 2025-03-25T05:00:18.365Z | Downloaded flagset v0.4.6 |
1128 | 2025-03-25T05:00:18.365Z | Downloaded derive-where v1.2.7 |
1129 | 2025-03-25T05:00:18.365Z | Downloaded indicatif v0.17.11 |
1130 | 2025-03-25T05:00:18.365Z | Downloaded parse-display-derive v0.10.0 |
1131 | 2025-03-25T05:00:18.365Z | Downloaded uzers v0.12.1 |
1132 | 2025-03-25T05:00:18.365Z | Downloaded tracing-attributes v0.1.27 |
1133 | 2025-03-25T05:00:18.365Z | Downloaded owo-colors v4.2.0 |
1134 | 2025-03-25T05:00:18.365Z | Downloaded miniz_oxide v0.8.5 |
1135 | 2025-03-25T05:00:18.366Z | Downloaded rustc-demangle v0.1.24 |
1136 | 2025-03-25T05:00:18.366Z | Downloaded tungstenite v0.21.0 |
1137 | 2025-03-25T05:00:18.366Z | Downloaded signal-hook-tokio v0.3.1 |
1138 | 2025-03-25T05:00:18.366Z | Downloaded tokio-macros v2.5.0 |
1139 | 2025-03-25T05:00:18.366Z | Downloaded structmeta v0.3.0 |
1140 | 2025-03-25T05:00:18.366Z | Downloaded stringprep v0.1.5 |
1141 | 2025-03-25T05:00:18.366Z | Downloaded slog-stdlog v4.1.1 |
1142 | 2025-03-25T05:00:18.366Z | Downloaded sqlformat v0.2.6 |
1143 | 2025-03-25T05:00:18.366Z | Downloaded proc-macro-crate v1.3.1 |
1144 | 2025-03-25T05:00:18.366Z | Downloaded yoke v0.7.4 |
1145 | 2025-03-25T05:00:18.366Z | Downloaded backtrace v0.3.74 |
1146 | 2025-03-25T05:00:18.366Z | Downloaded resolv-conf v0.7.0 |
1147 | 2025-03-25T05:00:18.366Z | Downloaded crossbeam-channel v0.5.13 |
1148 | 2025-03-25T05:00:18.481Z | Downloaded cc v1.2.15 |
1149 | 2025-03-25T05:00:18.481Z | Downloaded powerfmt v0.2.0 |
1150 | 2025-03-25T05:00:18.481Z | Downloaded percent-encoding v2.3.1 |
1151 | 2025-03-25T05:00:18.481Z | Downloaded oxnet v0.1.1 |
1152 | 2025-03-25T05:00:18.481Z | Downloaded futures-channel v0.3.31 |
1153 | 2025-03-25T05:00:18.481Z | Downloaded ecdsa v0.16.9 |
1154 | 2025-03-25T05:00:18.482Z | Downloaded data-encoding v2.6.0 |
1155 | 2025-03-25T05:00:18.483Z | Downloaded multer v3.1.0 |
1156 | 2025-03-25T05:00:18.483Z | Downloaded managed v0.8.0 |
1157 | 2025-03-25T05:00:18.483Z | Downloaded http v1.2.0 |
1158 | 2025-03-25T05:00:18.483Z | Downloaded bumpalo v3.16.0 |
1159 | 2025-03-25T05:00:18.483Z | Downloaded num-rational v0.4.2 |
1160 | 2025-03-25T05:00:18.483Z | Downloaded socket2 v0.5.8 |
1161 | 2025-03-25T05:00:18.483Z | Downloaded libloading v0.8.5 |
1162 | 2025-03-25T05:00:18.483Z | Downloaded lock_api v0.4.12 |
1163 | 2025-03-25T05:00:18.483Z | Downloaded ctr v0.9.2 |
1164 | 2025-03-25T05:00:18.483Z | Downloaded num-integer v0.1.46 |
1165 | 2025-03-25T05:00:18.483Z | Downloaded num-derive v0.4.2 |
1166 | 2025-03-25T05:00:18.484Z | Downloaded vsss-rs v3.3.4 |
1167 | 2025-03-25T05:00:18.484Z | Downloaded md-5 v0.10.6 |
1168 | 2025-03-25T05:00:18.484Z | Downloaded jobserver v0.1.32 |
1169 | 2025-03-25T05:00:18.484Z | Downloaded headers v0.4.0 |
1170 | 2025-03-25T05:00:18.484Z | Downloaded crypto-bigint v0.5.5 |
1171 | 2025-03-25T05:00:18.484Z | Downloaded litemap v0.7.3 |
1172 | 2025-03-25T05:00:18.484Z | Downloaded unicode-xid v0.2.6 |
1173 | 2025-03-25T05:00:18.484Z | Downloaded zone v0.3.0 |
1174 | 2025-03-25T05:00:18.484Z | Downloaded tokio-tungstenite v0.21.0 |
1175 | 2025-03-25T05:00:18.484Z | Downloaded smallvec v1.14.0 |
1176 | 2025-03-25T05:00:18.484Z | Downloaded mockall v0.13.1 |
1177 | 2025-03-25T05:00:18.484Z | Downloaded bytes v1.10.1 |
1178 | 2025-03-25T05:00:18.519Z | Downloaded lru-cache v0.1.2 |
1179 | 2025-03-25T05:00:18.519Z | Downloaded lockfree-object-pool v0.1.6 |
1180 | 2025-03-25T05:00:18.520Z | Downloaded linked-hash-map v0.5.6 |
1181 | 2025-03-25T05:00:18.520Z | Downloaded base64 v0.21.7 |
1182 | 2025-03-25T05:00:18.520Z | Downloaded lazycell v1.3.0 |
1183 | 2025-03-25T05:00:18.520Z | Downloaded kstat-rs v0.2.4 |
1184 | 2025-03-25T05:00:18.520Z | Downloaded impl-trait-for-tuples v0.2.2 |
1185 | 2025-03-25T05:00:18.520Z | Downloaded icu_provider v1.5.0 |
1186 | 2025-03-25T05:00:18.520Z | Downloaded highway v1.3.0 |
1187 | 2025-03-25T05:00:18.520Z | Downloaded zerofrom v0.1.4 |
1188 | 2025-03-25T05:00:18.520Z | Downloaded base64 v0.13.1 |
1189 | 2025-03-25T05:00:18.520Z | Downloaded tokio-native-tls v0.3.1 |
1190 | 2025-03-25T05:00:18.520Z | Downloaded const-oid v0.9.6 |
1191 | 2025-03-25T05:00:18.520Z | Downloaded thiserror-no-std v2.0.2 |
1192 | 2025-03-25T05:00:18.520Z | Downloaded termios v0.3.3 |
1193 | 2025-03-25T05:00:18.520Z | Downloaded supports-color v3.0.2 |
1194 | 2025-03-25T05:00:18.520Z | Downloaded dyn-clone v1.0.19 |
1195 | 2025-03-25T05:00:18.520Z | Downloaded static_assertions v1.1.0 |
1196 | 2025-03-25T05:00:18.520Z | Downloaded sqlparser_derive v0.2.2 |
1197 | 2025-03-25T05:00:18.520Z | Downloaded ipnetwork v0.21.1 |
1198 | 2025-03-25T05:00:18.520Z | Downloaded icu_normalizer_data v1.5.0 |
1199 | 2025-03-25T05:00:18.520Z | Downloaded icu_locid_transform_data v1.5.0 |
1200 | 2025-03-25T05:00:18.520Z | Downloaded hmac v0.12.1 |
1201 | 2025-03-25T05:00:18.521Z | Downloaded serde_plain v1.0.2 |
1202 | 2025-03-25T05:00:18.521Z | Downloaded scrypt v0.11.0 |
1203 | 2025-03-25T05:00:18.521Z | Downloaded new_debug_unreachable v1.0.6 |
1204 | 2025-03-25T05:00:18.521Z | Downloaded md5 v0.7.0 |
1205 | 2025-03-25T05:00:18.521Z | Downloaded ident_case v1.0.1 |
1206 | 2025-03-25T05:00:18.521Z | Downloaded salsa20 v0.10.2 |
1207 | 2025-03-25T05:00:18.521Z | Downloaded crossbeam-utils v0.8.20 |
1208 | 2025-03-25T05:00:18.521Z | Downloaded console v0.15.10 |
1209 | 2025-03-25T05:00:18.521Z | Downloaded humantime v2.1.0 |
1210 | 2025-03-25T05:00:18.521Z | Downloaded allocator-api2 v0.2.18 |
1211 | 2025-03-25T05:00:18.521Z | Downloaded ahash v0.8.11 |
1212 | 2025-03-25T05:00:18.521Z | Downloaded rand_chacha v0.9.0 |
1213 | 2025-03-25T05:00:18.521Z | Downloaded r2d2 v0.8.10 |
1214 | 2025-03-25T05:00:18.521Z | Downloaded ciborium v0.2.2 |
1215 | 2025-03-25T05:00:18.521Z | Downloaded bit-vec v0.8.0 |
1216 | 2025-03-25T05:00:18.521Z | Downloaded backoff v0.4.0 |
1217 | 2025-03-25T05:00:18.521Z | Downloaded arrayvec v0.7.6 |
1218 | 2025-03-25T05:00:18.521Z | Downloaded base64ct v1.6.0 |
1219 | 2025-03-25T05:00:18.521Z | Downloaded cancel-safe-futures v0.1.5 |
1220 | 2025-03-25T05:00:18.521Z | Downloaded async-stream v0.3.6 |
1221 | 2025-03-25T05:00:18.521Z | Downloaded argon2 v0.5.3 |
1222 | 2025-03-25T05:00:18.522Z | Downloaded async-trait v0.1.87 |
1223 | 2025-03-25T05:00:18.794Z | Downloaded aws-lc-sys v0.26.0 |
1224 | 2025-03-25T05:00:19.051Z | Compiling serde v1.0.218 |
1225 | 2025-03-25T05:00:19.057Z | Compiling value-bag v1.9.0 |
1226 | 2025-03-25T05:00:19.057Z | Compiling lock_api v0.4.12 |
1227 | 2025-03-25T05:00:19.057Z | Compiling scopeguard v1.2.0 |
1228 | 2025-03-25T05:00:19.223Z | Compiling typenum v1.17.0 |
1229 | 2025-03-25T05:00:19.242Z | Compiling shlex v1.3.0 |
1230 | 2025-03-25T05:00:19.263Z | Compiling syn v2.0.98 |
1231 | 2025-03-25T05:00:19.263Z | Compiling getrandom v0.2.15 |
1232 | 2025-03-25T05:00:19.387Z | Compiling jobserver v0.1.32 |
1233 | 2025-03-25T05:00:19.590Z | Compiling rand_core v0.6.4 |
1234 | 2025-03-25T05:00:19.622Z | Compiling log v0.4.22 |
1235 | 2025-03-25T05:00:19.729Z | Compiling generic-array v0.14.7 |
1236 | 2025-03-25T05:00:19.751Z | Compiling cc v1.2.15 |
1237 | 2025-03-25T05:00:22.858Z | Compiling subtle v2.6.1 |
1238 | 2025-03-25T05:00:22.873Z | Compiling smallvec v1.14.0 |
1239 | 2025-03-25T05:00:22.873Z | Compiling const-oid v0.9.6 |
1240 | 2025-03-25T05:00:22.873Z | Compiling pin-project-lite v0.2.14 |
1241 | 2025-03-25T05:00:22.873Z | Compiling rustix v0.38.37 |
1242 | 2025-03-25T05:00:22.873Z | Compiling parking_lot_core v0.9.10 |
1243 | 2025-03-25T05:00:22.873Z | Compiling spin v0.9.8 |
1244 | 2025-03-25T05:00:22.873Z | Compiling signal-hook-registry v1.4.2 |
1245 | 2025-03-25T05:00:22.873Z | Compiling futures-core v0.3.31 |
1246 | 2025-03-25T05:00:22.873Z | Compiling mio v1.0.2 |
1247 | 2025-03-25T05:00:22.873Z | Compiling aho-corasick v1.1.3 |
1248 | 2025-03-25T05:00:22.873Z | Compiling either v1.14.0 |
1249 | 2025-03-25T05:00:22.873Z | Compiling parking_lot v0.12.3 |
1250 | 2025-03-25T05:00:22.873Z | Compiling regex-syntax v0.8.5 |
1251 | 2025-03-25T05:00:22.873Z | Compiling serde_json v1.0.139 |
1252 | 2025-03-25T05:00:22.873Z | Compiling glob v0.3.2 |
1253 | 2025-03-25T05:00:22.873Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2025-03-25T05:00:22.873Z | Compiling socket2 v0.5.8 |
1255 | 2025-03-25T05:00:22.874Z | Compiling prettyplease v0.2.30 |
1256 | 2025-03-25T05:00:22.874Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-03-25T05:00:22.874Z | Compiling futures-sink v0.3.31 |
1258 | 2025-03-25T05:00:22.874Z | Compiling libm v0.2.8 |
1259 | 2025-03-25T05:00:22.874Z | Compiling lazy_static v1.5.0 |
1260 | 2025-03-25T05:00:23.004Z | Compiling slab v0.4.9 |
1261 | 2025-03-25T05:00:23.033Z | Compiling clang-sys v1.8.1 |
1262 | 2025-03-25T05:00:23.167Z | Compiling num-traits v0.2.19 |
1263 | 2025-03-25T05:00:23.338Z | Compiling minimal-lexical v0.2.1 |
1264 | 2025-03-25T05:00:23.561Z | Compiling libloading v0.8.5 |
1265 | 2025-03-25T05:00:23.760Z | Compiling nom v7.1.3 |
1266 | 2025-03-25T05:00:23.780Z | Compiling foldhash v0.1.3 |
1267 | 2025-03-25T05:00:23.849Z | Compiling allocator-api2 v0.2.18 |
1268 | 2025-03-25T05:00:23.953Z | Compiling bindgen v0.69.5 |
1269 | 2025-03-25T05:00:24.110Z | Compiling getrandom v0.3.1 |
1270 | 2025-03-25T05:00:24.657Z | Compiling home v0.5.9 |
1271 | 2025-03-25T05:00:24.843Z | Compiling pkg-config v0.3.31 |
1272 | 2025-03-25T05:00:24.866Z | Compiling hashbrown v0.15.1 |
1273 | 2025-03-25T05:00:25.913Z | Compiling regex-automata v0.4.8 |
1274 | 2025-03-25T05:00:26.149Z | Compiling itertools v0.12.1 |
1275 | 2025-03-25T05:00:26.411Z | Compiling lazycell v1.3.0 |
1276 | 2025-03-25T05:00:26.596Z | Compiling rustc-hash v1.1.0 |
1277 | 2025-03-25T05:00:26.757Z | Compiling synstructure v0.13.1 |
1278 | 2025-03-25T05:00:27.124Z | Compiling cexpr v0.6.0 |
1279 | 2025-03-25T05:00:28.030Z | Compiling futures-channel v0.3.31 |
1280 | 2025-03-25T05:00:28.207Z | Compiling cmake v0.1.51 |
1281 | 2025-03-25T05:00:28.466Z | Compiling futures-io v0.3.31 |
1282 | 2025-03-25T05:00:28.736Z | Compiling pin-utils v0.1.0 |
1283 | 2025-03-25T05:00:28.755Z | Compiling futures-task v0.3.31 |
1284 | 2025-03-25T05:00:28.835Z | Compiling fs_extra v1.3.0 |
1285 | 2025-03-25T05:00:29.049Z | Compiling dunce v1.0.5 |
1286 | 2025-03-25T05:00:29.073Z | Compiling base64ct v1.6.0 |
1287 | 2025-03-25T05:00:29.073Z | Compiling paste v1.0.15 |
1288 | 2025-03-25T05:00:29.199Z | Compiling ring v0.17.11 |
1289 | 2025-03-25T05:00:29.352Z | Compiling litemap v0.7.3 |
1290 | 2025-03-25T05:00:29.661Z | Compiling pem-rfc7468 v0.7.0 |
1291 | 2025-03-25T05:00:29.697Z | Compiling flagset v0.4.6 |
1292 | 2025-03-25T05:00:29.749Z | Compiling writeable v0.5.5 |
1293 | 2025-03-25T05:00:30.107Z | Compiling aws-lc-rs v1.12.4 |
1294 | 2025-03-25T05:00:30.279Z | Compiling rustls-pki-types v1.10.0 |
1295 | 2025-03-25T05:00:30.301Z | Compiling vcpkg v0.2.15 |
1296 | 2025-03-25T05:00:30.531Z | Compiling crossbeam-utils v0.8.20 |
1297 | 2025-03-25T05:00:30.973Z | Compiling regex v1.11.1 |
1298 | 2025-03-25T05:00:31.078Z | Compiling icu_locid_transform_data v1.5.0 |
1299 | 2025-03-25T05:00:31.228Z | Compiling tracing-core v0.1.32 |
1300 | 2025-03-25T05:00:31.249Z | Compiling powerfmt v0.2.0 |
1301 | 2025-03-25T05:00:31.630Z | Compiling num-conv v0.1.0 |
1302 | 2025-03-25T05:00:31.922Z | Compiling untrusted v0.7.1 |
1303 | 2025-03-25T05:00:31.941Z | Compiling iana-time-zone v0.1.61 |
1304 | 2025-03-25T05:00:31.974Z | Compiling serde_derive v1.0.218 |
1305 | 2025-03-25T05:00:31.978Z | Compiling zeroize_derive v1.4.2 |
1306 | 2025-03-25T05:00:32.112Z | Compiling zerocopy-derive v0.7.35 |
1307 | 2025-03-25T05:00:32.311Z | Compiling tokio-macros v2.5.0 |
1308 | 2025-03-25T05:00:32.364Z | Compiling zerofrom-derive v0.1.4 |
1309 | 2025-03-25T05:00:33.443Z | Compiling zeroize v1.8.1 |
1310 | 2025-03-25T05:00:33.816Z | Compiling yoke-derive v0.7.4 |
1311 | 2025-03-25T05:00:34.034Z | Compiling zerocopy v0.7.35 |
1312 | 2025-03-25T05:00:34.615Z | Compiling displaydoc v0.2.5 |
1313 | 2025-03-25T05:00:35.049Z | Compiling crypto-common v0.1.6 |
1314 | 2025-03-25T05:00:35.308Z | Compiling block-buffer v0.10.4 |
1315 | 2025-03-25T05:00:35.394Z | Compiling block-padding v0.3.3 |
1316 | 2025-03-25T05:00:35.435Z | Compiling zerovec-derive v0.10.3 |
1317 | 2025-03-25T05:00:35.595Z | Compiling digest v0.10.7 |
1318 | 2025-03-25T05:00:35.651Z | Compiling inout v0.1.3 |
1319 | 2025-03-25T05:00:35.765Z | Compiling zerofrom v0.1.4 |
1320 | 2025-03-25T05:00:35.843Z | Compiling thiserror-impl v1.0.69 |
1321 | 2025-03-25T05:00:35.943Z | Compiling futures-macro v0.3.31 |
1322 | 2025-03-25T05:00:36.055Z | Compiling hmac v0.12.1 |
1323 | 2025-03-25T05:00:36.078Z | Compiling sha2 v0.10.8 |
1324 | 2025-03-25T05:00:36.112Z | Compiling cipher v0.4.4 |
1325 | 2025-03-25T05:00:36.311Z | Compiling der_derive v0.7.3 |
1326 | 2025-03-25T05:00:36.458Z | Compiling yoke v0.7.4 |
1327 | 2025-03-25T05:00:36.625Z | Compiling icu_provider_macros v1.5.0 |
1328 | 2025-03-25T05:00:36.839Z | Compiling salsa20 v0.10.2 |
1329 | 2025-03-25T05:00:37.093Z | Compiling pbkdf2 v0.12.2 |
1330 | 2025-03-25T05:00:37.289Z | Compiling ppv-lite86 v0.2.20 |
1331 | 2025-03-25T05:00:37.710Z | Compiling scrypt v0.11.0 |
1332 | 2025-03-25T05:00:37.852Z | Compiling futures-util v0.3.31 |
1333 | 2025-03-25T05:00:37.945Z | Compiling zerovec v0.10.4 |
1334 | 2025-03-25T05:00:38.315Z | Compiling cbc v0.1.2 |
1335 | 2025-03-25T05:00:38.328Z | Compiling aes v0.8.4 |
1336 | 2025-03-25T05:00:38.329Z | Compiling openssl-sys v0.9.106 |
1337 | 2025-03-25T05:00:38.598Z | Compiling der v0.7.9 |
1338 | 2025-03-25T05:00:38.798Z | Compiling thiserror v1.0.69 |
1339 | 2025-03-25T05:00:38.969Z | Compiling pest v2.7.14 |
1340 | 2025-03-25T05:00:39.399Z | Compiling tracing-attributes v0.1.27 |
1341 | 2025-03-25T05:00:39.748Z | Compiling tinystr v0.7.6 |
1342 | 2025-03-25T05:00:39.964Z | Compiling icu_collections v1.5.0 |
1343 | 2025-03-25T05:00:40.119Z | Compiling icu_locid v1.5.0 |
1344 | 2025-03-25T05:00:40.894Z | Compiling spki v0.7.3 |
1345 | 2025-03-25T05:00:41.282Z | Compiling icu_provider v1.5.0 |
1346 | 2025-03-25T05:00:41.367Z | Compiling icu_properties_data v1.5.0 |
1347 | 2025-03-25T05:00:41.575Z | Compiling percent-encoding v2.3.1 |
1348 | 2025-03-25T05:00:41.609Z | Compiling untrusted v0.9.0 |
1349 | 2025-03-25T05:00:41.807Z | Compiling time-core v0.1.2 |
1350 | 2025-03-25T05:00:41.916Z | Compiling httparse v1.9.5 |
1351 | 2025-03-25T05:00:42.006Z | Compiling icu_locid_transform v1.5.0 |
1352 | 2025-03-25T05:00:42.062Z | Compiling time-macros v0.2.18 |
1353 | 2025-03-25T05:00:42.240Z | Compiling pest_meta v2.7.14 |
1354 | 2025-03-25T05:00:42.611Z | Compiling tracing v0.1.40 |
1355 | 2025-03-25T05:00:42.666Z | Compiling pkcs5 v0.7.1 |
1356 | 2025-03-25T05:00:43.225Z | Compiling icu_properties v1.5.1 |
1357 | 2025-03-25T05:00:43.278Z | Compiling scroll_derive v0.12.0 |
1358 | 2025-03-25T05:00:43.749Z | Compiling deranged v0.3.11 |
1359 | 2025-03-25T05:00:44.630Z | Compiling bytes v1.10.1 |
1360 | 2025-03-25T05:00:44.877Z | Compiling bitflags v2.6.0 |
1361 | 2025-03-25T05:00:45.124Z | Compiling semver v1.0.25 |
1362 | 2025-03-25T05:00:45.393Z | Compiling indexmap v2.7.1 |
1363 | 2025-03-25T05:00:45.797Z | Compiling tokio v1.43.0 |
1364 | 2025-03-25T05:00:46.087Z | Compiling http v1.2.0 |
1365 | 2025-03-25T05:00:46.475Z | Compiling rustc_version v0.4.1 |
1366 | 2025-03-25T05:00:46.523Z | Compiling uuid v1.15.1 |
1367 | 2025-03-25T05:00:46.786Z | Compiling chrono v0.4.40 |
1368 | 2025-03-25T05:00:47.201Z | Compiling atomic-waker v1.1.2 |
1369 | 2025-03-25T05:00:47.402Z | Compiling zerocopy v0.8.10 |
1370 | 2025-03-25T05:00:47.843Z | Compiling utf8_iter v1.0.4 |
1371 | 2025-03-25T05:00:47.945Z | Compiling write16 v1.0.0 |
1372 | 2025-03-25T05:00:48.028Z | Compiling utf16_iter v1.0.5 |
1373 | 2025-03-25T05:00:48.103Z | Compiling num_threads v0.1.7 |
1374 | 2025-03-25T05:00:48.123Z | Compiling icu_normalizer_data v1.5.0 |
1375 | 2025-03-25T05:00:48.236Z | Compiling icu_normalizer v1.5.0 |
1376 | 2025-03-25T05:00:48.239Z | Compiling time v0.3.36 |
1377 | 2025-03-25T05:00:48.239Z | Compiling http-body v1.0.1 |
1378 | 2025-03-25T05:00:48.286Z | Compiling scroll v0.12.0 |
1379 | 2025-03-25T05:00:48.304Z | Compiling pest_generator v2.7.14 |
1380 | 2025-03-25T05:00:48.526Z | Compiling pkcs8 v0.10.2 |
1381 | 2025-03-25T05:00:49.148Z | Compiling which v4.4.2 |
1382 | 2025-03-25T05:00:49.462Z | Compiling zerocopy-derive v0.8.10 |
1383 | 2025-03-25T05:00:49.974Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2025-03-25T05:00:50.060Z | Compiling try-lock v0.2.5 |
1385 | 2025-03-25T05:00:50.123Z | Compiling schemars v0.8.22 |
1386 | 2025-03-25T05:00:50.182Z | Compiling slog v2.7.0 |
1387 | 2025-03-25T05:00:50.227Z | Compiling tinyvec_macros v0.1.1 |
1388 | 2025-03-25T05:00:50.318Z | Compiling tinyvec v1.8.0 |
1389 | 2025-03-25T05:00:50.491Z | Compiling goblin v0.8.2 |
1390 | 2025-03-25T05:00:50.700Z | Compiling want v0.3.1 |
1391 | 2025-03-25T05:00:51.033Z | Compiling pest_derive v2.7.14 |
1392 | 2025-03-25T05:00:51.824Z | Compiling idna_adapter v1.2.0 |
1393 | 2025-03-25T05:00:51.865Z | Compiling form_urlencoded v1.2.1 |
1394 | 2025-03-25T05:00:52.062Z | Compiling httpdate v1.0.3 |
1395 | 2025-03-25T05:00:52.182Z | Compiling adler2 v2.0.0 |
1396 | 2025-03-25T05:00:52.225Z | Compiling schemars_derive v0.8.22 |
1397 | 2025-03-25T05:00:52.404Z | Compiling foreign-types-shared v0.1.1 |
1398 | 2025-03-25T05:00:52.503Z | Compiling openssl v0.10.71 |
1399 | 2025-03-25T05:00:52.554Z | Compiling rustversion v1.0.17 |
1400 | 2025-03-25T05:00:52.783Z | Compiling tower-service v0.3.3 |
1401 | 2025-03-25T05:00:52.921Z | Compiling dyn-clone v1.0.19 |
1402 | 2025-03-25T05:00:52.974Z | Compiling foreign-types v0.3.2 |
1403 | 2025-03-25T05:00:53.285Z | Compiling miniz_oxide v0.8.5 |
1404 | 2025-03-25T05:00:53.358Z | Compiling idna v1.0.3 |
1405 | 2025-03-25T05:00:53.372Z | Compiling dtrace-parser v0.2.0 |
1406 | 2025-03-25T05:00:54.567Z | Compiling tokio-util v0.7.13 |
1407 | 2025-03-25T05:00:55.114Z | Compiling rand_core v0.9.2 |
1408 | 2025-03-25T05:00:55.237Z | Compiling serde_tokenstream v0.2.2 |
1409 | 2025-03-25T05:00:55.369Z | Compiling serde_spanned v0.6.8 |
1410 | 2025-03-25T05:00:55.536Z | Compiling h2 v0.4.6 |
1411 | 2025-03-25T05:00:55.618Z | Compiling toml_datetime v0.6.8 |
1412 | 2025-03-25T05:00:55.812Z | Compiling openssl-macros v0.1.1 |
1413 | 2025-03-25T05:00:56.126Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1414 | 2025-03-25T05:00:56.600Z | Compiling dof v0.3.0 |
1415 | 2025-03-25T05:00:56.629Z | Compiling native-tls v0.2.12 |
1416 | 2025-03-25T05:00:56.988Z | Compiling syn v1.0.109 |
1417 | 2025-03-25T05:00:57.058Z | Compiling rustls v0.23.19 |
1418 | 2025-03-25T05:00:57.360Z | Compiling siphasher v0.3.11 |
1419 | 2025-03-25T05:00:57.598Z | Compiling base64 v0.22.1 |
1420 | 2025-03-25T05:00:57.831Z | Compiling usdt-impl v0.5.0 |
1421 | 2025-03-25T05:00:58.522Z | Compiling rand_chacha v0.9.0 |
1422 | 2025-03-25T05:00:59.190Z | Compiling unicode-normalization v0.1.24 |
1423 | 2025-03-25T05:00:59.496Z | Compiling heapless v0.7.17 |
1424 | 2025-03-25T05:00:59.848Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2025-03-25T05:00:59.913Z | Compiling rand_chacha v0.3.1 |
1426 | 2025-03-25T05:01:00.069Z | Compiling signature v2.2.0 |
1427 | 2025-03-25T05:01:00.206Z | Compiling dirs-sys-next v0.1.2 |
1428 | 2025-03-25T05:01:00.374Z | Compiling cookie v0.18.1 |
1429 | 2025-03-25T05:01:00.477Z | Compiling crc32fast v1.4.2 |
1430 | 2025-03-25T05:01:00.526Z | Compiling openssl-probe v0.1.5 |
1431 | 2025-03-25T05:01:00.702Z | Compiling signal-hook v0.3.17 |
1432 | 2025-03-25T05:01:00.762Z | Compiling unicode-properties v0.1.3 |
1433 | 2025-03-25T05:01:00.803Z | Compiling unicode-bidi v0.3.17 |
1434 | 2025-03-25T05:01:00.841Z | Compiling rayon-core v1.12.1 |
1435 | 2025-03-25T05:01:01.002Z | Compiling rustls v0.22.4 |
1436 | 2025-03-25T05:01:01.253Z | Compiling dirs-next v2.0.0 |
1437 | 2025-03-25T05:01:01.301Z | Compiling rand v0.8.5 |
1438 | 2025-03-25T05:01:01.346Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2025-03-25T05:01:01.690Z | Compiling stringprep v0.1.5 |
1440 | 2025-03-25T05:01:01.708Z | Compiling rand v0.9.0 |
1441 | 2025-03-25T05:01:02.319Z | Compiling url v2.5.3 |
1442 | 2025-03-25T05:01:02.762Z | Compiling hyper v1.6.0 |
1443 | 2025-03-25T05:01:03.349Z | Compiling http-body-util v0.1.2 |
1444 | 2025-03-25T05:01:03.472Z | Compiling curve25519-dalek v4.1.3 |
1445 | 2025-03-25T05:01:03.845Z | Compiling md-5 v0.10.6 |
1446 | 2025-03-25T05:01:04.134Z | Compiling async-trait v0.1.87 |
1447 | 2025-03-25T05:01:04.196Z | Compiling num-integer v0.1.46 |
1448 | 2025-03-25T05:01:04.653Z | Compiling ff v0.13.0 |
1449 | 2025-03-25T05:01:04.903Z | Compiling hash32 v0.2.1 |
1450 | 2025-03-25T05:01:04.951Z | Compiling thread_local v1.1.8 |
1451 | 2025-03-25T05:01:05.281Z | Compiling hyper-util v0.1.10 |
1452 | 2025-03-25T05:01:05.372Z | Compiling encoding_rs v0.8.34 |
1453 | 2025-03-25T05:01:05.401Z | Compiling multer v3.1.0 |
1454 | 2025-03-25T05:01:05.718Z | Compiling memoffset v0.9.1 |
1455 | 2025-03-25T05:01:06.041Z | Compiling portable-atomic v1.9.0 |
1456 | 2025-03-25T05:01:06.065Z | Compiling mime v0.3.17 |
1457 | 2025-03-25T05:01:06.412Z | Compiling newtype-uuid v1.2.1 |
1458 | 2025-03-25T05:01:06.546Z | Compiling match_cfg v0.1.0 |
1459 | 2025-03-25T05:01:06.582Z | Compiling base16ct v0.2.0 |
1460 | 2025-03-25T05:01:06.658Z | Compiling cfg_aliases v0.2.1 |
1461 | 2025-03-25T05:01:06.724Z | Compiling psl-types v2.0.11 |
1462 | 2025-03-25T05:01:06.765Z | Compiling gimli v0.31.1 |
1463 | 2025-03-25T05:01:06.893Z | Compiling num-bigint-dig v0.8.4 |
1464 | 2025-03-25T05:01:06.922Z | Compiling fallible-iterator v0.2.0 |
1465 | 2025-03-25T05:01:07.011Z | Compiling smoltcp v0.9.1 |
1466 | 2025-03-25T05:01:07.217Z | Compiling slog-async v2.8.0 |
1467 | 2025-03-25T05:01:07.564Z | Compiling litrs v0.4.1 |
1468 | 2025-03-25T05:01:07.701Z | Compiling postgres-protocol v0.6.8 |
1469 | 2025-03-25T05:01:07.901Z | Compiling publicsuffix v2.3.0 |
1470 | 2025-03-25T05:01:08.206Z | Compiling sec1 v0.7.3 |
1471 | 2025-03-25T05:01:08.266Z | Compiling nix v0.29.0 |
1472 | 2025-03-25T05:01:08.655Z | Compiling document-features v0.2.10 |
1473 | 2025-03-25T05:01:08.785Z | Compiling hostname v0.3.1 |
1474 | 2025-03-25T05:01:08.927Z | Compiling toml_edit v0.22.24 |
1475 | 2025-03-25T05:01:09.236Z | Compiling group v0.13.0 |
1476 | 2025-03-25T05:01:09.366Z | Compiling num-iter v0.1.45 |
1477 | 2025-03-25T05:01:09.518Z | Compiling tokio-native-tls v0.3.1 |
1478 | 2025-03-25T05:01:09.799Z | Compiling bzip2 v0.4.4 |
1479 | 2025-03-25T05:01:09.838Z | Compiling term v0.7.0 |
1480 | 2025-03-25T05:01:11.042Z | Compiling addr2line v0.24.2 |
1481 | 2025-03-25T05:01:11.074Z | Compiling flate2 v1.1.0 |
1482 | 2025-03-25T05:01:11.181Z | Compiling usdt-macro v0.5.0 |
1483 | 2025-03-25T05:01:11.210Z | Compiling usdt-attr-macro v0.5.0 |
1484 | 2025-03-25T05:01:11.529Z | Compiling phf_shared v0.11.2 |
1485 | 2025-03-25T05:01:11.722Z | Compiling ipnetwork v0.21.1 |
1486 | 2025-03-25T05:01:11.900Z | Compiling slog-json v2.6.1 |
1487 | 2025-03-25T05:01:12.024Z | Compiling serde_urlencoded v0.7.1 |
1488 | 2025-03-25T05:01:12.244Z | Compiling terminal_size v0.4.0 |
1489 | 2025-03-25T05:01:12.486Z | Compiling crossbeam-channel v0.5.13 |
1490 | 2025-03-25T05:01:12.486Z | Compiling futures-executor v0.3.31 |
1491 | 2025-03-25T05:01:12.528Z | Compiling hkdf v0.12.4 |
1492 | 2025-03-25T05:01:12.576Z | Compiling crypto-bigint v0.5.5 |
1493 | 2025-03-25T05:01:12.747Z | Compiling zerocopy-derive v0.6.6 |
1494 | 2025-03-25T05:01:12.794Z | Compiling curve25519-dalek-derive v0.1.1 |
1495 | 2025-03-25T05:01:13.022Z | Compiling async-stream-impl v0.3.6 |
1496 | 2025-03-25T05:01:13.484Z | Compiling webpki-roots v0.26.6 |
1497 | 2025-03-25T05:01:13.718Z | Compiling rustls-pemfile v2.2.0 |
1498 | 2025-03-25T05:01:14.058Z | Compiling sync_wrapper v1.0.1 |
1499 | 2025-03-25T05:01:14.078Z | Compiling hubpack_derive v0.1.1 |
1500 | 2025-03-25T05:01:14.222Z | Compiling is-terminal v0.4.13 |
1501 | 2025-03-25T05:01:14.245Z | Compiling ahash v0.8.11 |
1502 | 2025-03-25T05:01:14.283Z | Compiling object v0.36.5 |
1503 | 2025-03-25T05:01:14.373Z | Compiling dropshot v0.12.0 |
1504 | 2025-03-25T05:01:14.594Z | Compiling fs-err v2.11.0 |
1505 | 2025-03-25T05:01:14.634Z | Compiling tower-layer v0.3.3 |
1506 | 2025-03-25T05:01:14.688Z | Compiling simd-adler32 v0.3.7 |
1507 | 2025-03-25T05:01:14.903Z | Compiling anyhow v1.0.97 |
1508 | 2025-03-25T05:01:14.906Z | Compiling rustc-demangle v0.1.24 |
1509 | 2025-03-25T05:01:14.945Z | Compiling take_mut v0.2.2 |
1510 | 2025-03-25T05:01:15.123Z | Compiling managed v0.8.0 |
1511 | 2025-03-25T05:01:15.239Z | Compiling unicode-width v0.2.0 |
1512 | 2025-03-25T05:01:15.507Z | Compiling lockfree-object-pool v0.1.6 |
1513 | 2025-03-25T05:01:15.566Z | Compiling winnow v0.5.40 |
1514 | 2025-03-25T05:01:15.759Z | Compiling ipnet v2.11.0 |
1515 | 2025-03-25T05:01:15.781Z | Compiling zip v2.1.3 |
1516 | 2025-03-25T05:01:15.833Z | Compiling buf-list v1.0.3 |
1517 | 2025-03-25T05:01:16.031Z | Compiling bumpalo v3.16.0 |
1518 | 2025-03-25T05:01:16.154Z | Compiling strum_macros v0.25.3 |
1519 | 2025-03-25T05:01:16.524Z | Compiling zopfli v0.8.1 |
1520 | 2025-03-25T05:01:16.619Z | Compiling console v0.15.10 |
1521 | 2025-03-25T05:01:17.945Z | Compiling elliptic-curve v0.13.8 |
1522 | 2025-03-25T05:01:18.145Z | Compiling clap_builder v4.5.32 |
1523 | 2025-03-25T05:01:18.952Z | Compiling toml_edit v0.19.15 |
1524 | 2025-03-25T05:01:19.173Z | Compiling hubpack v0.1.2 |
1525 | 2025-03-25T05:01:19.296Z | Compiling tower v0.5.2 |
1526 | 2025-03-25T05:01:19.623Z | Compiling zerocopy v0.6.6 |
1527 | 2025-03-25T05:01:19.759Z | Compiling slog-term v2.9.1 |
1528 | 2025-03-25T05:01:19.812Z | Compiling async-stream v0.3.6 |
1529 | 2025-03-25T05:01:20.131Z | Compiling usdt v0.5.0 |
1530 | 2025-03-25T05:01:20.366Z | Compiling futures v0.3.31 |
1531 | 2025-03-25T05:01:20.490Z | Compiling toml v0.8.20 |
1532 | 2025-03-25T05:01:20.621Z | Compiling slog-bunyan v2.5.0 |
1533 | 2025-03-25T05:01:20.853Z | Compiling backtrace v0.3.74 |
1534 | 2025-03-25T05:01:20.880Z | Compiling oxnet v0.1.1 |
1535 | 2025-03-25T05:01:21.372Z | Compiling phf v0.11.2 |
1536 | 2025-03-25T05:01:21.628Z | Compiling cookie_store v0.21.1 |
1537 | 2025-03-25T05:01:21.671Z | Compiling signal-hook-mio v0.2.4 |
1538 | 2025-03-25T05:01:21.854Z | Compiling rayon v1.10.0 |
1539 | 2025-03-25T05:01:22.200Z | Compiling hyper-tls v0.6.0 |
1540 | 2025-03-25T05:01:26.755Z | Compiling postgres-types v0.2.9 |
1541 | 2025-03-25T05:01:26.810Z | Compiling camino v1.1.9 |
1542 | 2025-03-25T05:01:26.844Z | Compiling ed25519 v2.2.3 |
1543 | 2025-03-25T05:01:26.844Z | Compiling phf_shared v0.10.0 |
1544 | 2025-03-25T05:01:26.844Z | Compiling dropshot_endpoint v0.12.0 |
1545 | 2025-03-25T05:01:26.844Z | Compiling pkcs1 v0.7.5 |
1546 | 2025-03-25T05:01:26.844Z | Compiling clap_derive v4.5.32 |
1547 | 2025-03-25T05:01:26.844Z | Compiling enum-as-inner v0.6.1 |
1548 | 2025-03-25T05:01:27.105Z | Compiling waitgroup v0.1.2 |
1549 | 2025-03-25T05:01:27.332Z | Compiling openapiv3 v2.0.0 |
1550 | 2025-03-25T05:01:27.422Z | Compiling serde_path_to_error v0.1.16 |
1551 | 2025-03-25T05:01:27.454Z | Compiling serde-big-array v0.5.1 |
1552 | 2025-03-25T05:01:27.700Z | Compiling rfc6979 v0.4.0 |
1553 | 2025-03-25T05:01:27.909Z | Compiling sha1 v0.10.6 |
1554 | 2025-03-25T05:01:27.953Z | Compiling daft-derive v0.1.2 |
1555 | 2025-03-25T05:01:28.179Z | Compiling serde_repr v0.1.19 |
1556 | 2025-03-25T05:01:28.352Z | Compiling bstr v1.10.0 |
1557 | 2025-03-25T05:01:29.300Z | Compiling float-cmp v0.10.0 |
1558 | 2025-03-25T05:01:29.558Z | Compiling hostname v0.4.0 |
1559 | 2025-03-25T05:01:29.581Z | Compiling debug-ignore v1.0.5 |
1560 | 2025-03-25T05:01:29.749Z | Compiling static_assertions v1.1.0 |
1561 | 2025-03-25T05:01:29.778Z | Compiling whoami v1.5.2 |
1562 | 2025-03-25T05:01:29.902Z | Compiling precomputed-hash v0.1.1 |
1563 | 2025-03-25T05:01:29.914Z | Compiling data-encoding v2.6.0 |
1564 | 2025-03-25T05:01:30.005Z | Compiling unicode-segmentation v1.12.0 |
1565 | 2025-03-25T05:01:30.187Z | Compiling new_debug_unreachable v1.0.6 |
1566 | 2025-03-25T05:01:30.291Z | Compiling number_prefix v0.4.0 |
1567 | 2025-03-25T05:01:30.314Z | Compiling predicates-core v1.0.8 |
1568 | 2025-03-25T05:01:30.529Z | Compiling normalize-line-endings v0.3.0 |
1569 | 2025-03-25T05:01:30.611Z | Compiling fixedbitset v0.4.2 |
1570 | 2025-03-25T05:01:30.654Z | Compiling difflib v0.4.0 |
1571 | 2025-03-25T05:01:30.674Z | Compiling clap v4.5.32 |
1572 | 2025-03-25T05:01:30.798Z | Compiling similar v2.7.0 |
1573 | 2025-03-25T05:01:30.888Z | Compiling hickory-proto v0.24.4 |
1574 | 2025-03-25T05:01:31.096Z | Compiling petgraph v0.6.5 |
1575 | 2025-03-25T05:01:31.275Z | Compiling predicates v3.1.3 |
1576 | 2025-03-25T05:01:31.860Z | Compiling indicatif v0.17.11 |
1577 | 2025-03-25T05:01:32.042Z | Compiling string_cache v0.8.7 |
1578 | 2025-03-25T05:01:32.491Z | Compiling tokio-postgres v0.7.13 |
1579 | 2025-03-25T05:01:32.805Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1580 | 2025-03-25T05:01:32.957Z | Compiling daft v0.1.2 |
1581 | 2025-03-25T05:01:33.458Z | Compiling ecdsa v0.16.9 |
1582 | 2025-03-25T05:01:33.855Z | Compiling rsa v0.9.6 |
1583 | 2025-03-25T05:01:34.265Z | Compiling ed25519-dalek v2.1.1 |
1584 | 2025-03-25T05:01:35.605Z | Compiling toml v0.7.8 |
1585 | 2025-03-25T05:01:36.607Z | Compiling crossterm v0.28.1 |
1586 | 2025-03-25T05:01:38.377Z | Compiling zip v0.6.6 |
1587 | 2025-03-25T05:01:38.626Z | Compiling tokio-stream v0.1.17 |
1588 | 2025-03-25T05:01:39.187Z | Compiling hex v0.4.3 |
1589 | 2025-03-25T05:01:39.450Z | Compiling x509-cert v0.2.5 |
1590 | 2025-03-25T05:01:39.632Z | Compiling itertools v0.10.5 |
1591 | 2025-03-25T05:01:39.675Z | Compiling peg-runtime v0.8.5 |
1592 | 2025-03-25T05:01:39.767Z | Compiling lalrpop-util v0.19.12 |
1593 | 2025-03-25T05:01:39.784Z | Compiling unicode-xid v0.2.6 |
1594 | 2025-03-25T05:01:39.986Z | Compiling strum_macros v0.26.4 |
1595 | 2025-03-25T05:01:40.005Z | Compiling xattr v1.3.1 |
1596 | 2025-03-25T05:01:40.119Z | Compiling filetime v0.2.25 |
1597 | 2025-03-25T05:01:40.853Z | Compiling tar v0.4.44 |
1598 | 2025-03-25T05:01:44.550Z | Compiling strum v0.26.3 |
1599 | 2025-03-25T05:01:47.474Z | Compiling aws-lc-sys v0.26.0 |
1600 | 2025-03-25T05:02:17.359Z | Compiling rustls-webpki v0.102.8 |
1601 | 2025-03-25T05:02:20.614Z | Compiling tokio-rustls v0.25.0 |
1602 | 2025-03-25T05:02:22.292Z | Compiling tokio-rustls v0.26.0 |
1603 | 2025-03-25T05:02:22.614Z | Compiling hyper-rustls v0.27.3 |
1604 | 2025-03-25T05:02:22.995Z | Compiling reqwest v0.12.12 |
1605 | 2025-03-25T05:02:26.704Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1606 | 2025-03-25T05:02:26.984Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1607 | 2025-03-25T05:02:31.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1608 | 2025-03-25T05:02:31.961Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1609 | 2025-03-25T05:02:32.019Z | Mar 25 05:02:30.764 INFO Starting download, target: Clickhouse |
1610 | 2025-03-25T05:02:32.019Z | Mar 25 05:02:30.764 INFO Starting download, target: Cockroach |
1611 | 2025-03-25T05:02:32.019Z | Mar 25 05:02:30.764 INFO Starting download, target: Console |
1612 | 2025-03-25T05:02:32.019Z | Mar 25 05:02:30.764 INFO Starting download, target: DendriteOpenapi |
1613 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.764 INFO Starting download, target: DendriteStub |
1614 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.764 INFO Starting download, target: MaghemiteMgd |
1615 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.764 INFO Starting download, target: TransceiverControl |
1616 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.765 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1617 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.765 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1618 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.765 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1619 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.765 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1620 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.765 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1621 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.765 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1622 | 2025-03-25T05:02:32.022Z | Mar 25 05:02:30.765 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1623 | 2025-03-25T05:02:32.274Z | Mar 25 05:02:30.998 INFO Download complete, target: DendriteOpenapi |
1624 | 2025-03-25T05:02:32.396Z | Mar 25 05:02:31.127 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1625 | 2025-03-25T05:02:32.558Z | Mar 25 05:02:31.294 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1626 | 2025-03-25T05:02:32.824Z | Mar 25 05:02:31.563 INFO Download complete, target: TransceiverControl |
1627 | 2025-03-25T05:02:32.853Z | Mar 25 05:02:31.592 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1628 | 2025-03-25T05:02:32.972Z | Mar 25 05:02:31.711 INFO Download complete, target: Console |
1629 | 2025-03-25T05:02:33.069Z | Mar 25 05:02:31.812 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1630 | 2025-03-25T05:02:33.595Z | Mar 25 05:02:32.340 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1631 | 2025-03-25T05:02:33.595Z | Mar 25 05:02:32.340 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1632 | 2025-03-25T05:02:34.353Z | Mar 25 05:02:33.097 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1633 | 2025-03-25T05:02:35.332Z | Mar 25 05:02:34.077 INFO Download complete, target: DendriteStub |
1634 | 2025-03-25T05:02:35.635Z | Mar 25 05:02:34.379 INFO Download complete, target: MaghemiteMgd |
1635 | 2025-03-25T05:02:40.132Z | Mar 25 05:02:38.872 INFO Checking that binary works, target: Cockroach |
1636 | 2025-03-25T05:02:40.301Z | Mar 25 05:02:39.042 INFO Download complete, target: Cockroach |
1637 | 2025-03-25T05:02:45.032Z | Mar 25 05:02:43.775 INFO Checking that binary works, target: Clickhouse |
1638 | 2025-03-25T05:02:45.155Z | Mar 25 05:02:43.898 INFO Download complete, target: Clickhouse |
1639 | 2025-03-25T05:02:45.177Z | All builder prerequisites installed successfully, and PATH looks valid |
1640 | 2025-03-25T05:02:45.180Z | |
1641 | 2025-03-25T05:02:45.180Z | real 5:03.704927081 |
1642 | 2025-03-25T05:02:45.180Z | user 15:46.836943475 |
1643 | 2025-03-25T05:02:45.180Z | sys 2:11.340082000 |
1644 | 2025-03-25T05:02:45.180Z | trap 0.613692688 |
1645 | 2025-03-25T05:02:45.180Z | tflt 0.894527479 |
1646 | 2025-03-25T05:02:45.180Z | dflt 1.400073514 |
1647 | 2025-03-25T05:02:45.180Z | kflt 0.022831064 |
1648 | 2025-03-25T05:02:45.180Z | lock 24:07.998122138 |
1649 | 2025-03-25T05:02:45.180Z | slp 56:30.999357294 |
1650 | 2025-03-25T05:02:45.180Z | lat 1:04.457490019 |
1651 | 2025-03-25T05:02:45.180Z | stop 2:33.082706130 |
1652 | 2025-03-25T05:02:45.180Z | + banner clippy |
1653 | 2025-03-25T05:02:45.184Z | |
1654 | 2025-03-25T05:02:45.184Z | #### # # ##### ##### # # |
1655 | 2025-03-25T05:02:45.184Z | # # # # # # # # # # |
1656 | 2025-03-25T05:02:45.184Z | # # # # # # # # |
1657 | 2025-03-25T05:02:45.184Z | # # # ##### ##### # |
1658 | 2025-03-25T05:02:45.184Z | # # # # # # # |
1659 | 2025-03-25T05:02:45.184Z | #### ###### # # # # |
1660 | 2025-03-25T05:02:45.184Z | |
1661 | 2025-03-25T05:02:45.184Z | + export CARGO_INCREMENTAL=0 |
1662 | 2025-03-25T05:02:45.184Z | + CARGO_INCREMENTAL=0 |
1663 | 2025-03-25T05:02:45.184Z | + ptime -m cargo xtask clippy |
1664 | 2025-03-25T05:02:45.793Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1665 | 2025-03-25T05:02:48.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
1666 | 2025-03-25T05:02:48.870Z | Running `target/debug/xtask clippy` |
1667 | 2025-03-25T05:02:48.892Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1668 | 2025-03-25T05:02:49.626Z | Downloading crates ... |
1669 | 2025-03-25T05:02:49.976Z | Downloaded anes v0.1.6 |
1670 | 2025-03-25T05:02:49.982Z | Downloaded async-process v2.3.0 |
1671 | 2025-03-25T05:02:50.006Z | Downloaded doc-comment v0.3.3 |
1672 | 2025-03-25T05:02:50.009Z | Downloaded criterion v0.5.1 |
1673 | 2025-03-25T05:02:50.017Z | Downloaded guppy-workspace-hack v0.1.0 |
1674 | 2025-03-25T05:02:50.021Z | Downloaded async-object-pool v0.1.5 |
1675 | 2025-03-25T05:02:50.025Z | Downloaded plotters-svg v0.3.7 |
1676 | 2025-03-25T05:02:50.034Z | Downloaded nested v0.1.1 |
1677 | 2025-03-25T05:02:50.037Z | Downloaded criterion-plot v0.5.0 |
1678 | 2025-03-25T05:02:50.040Z | Downloaded async-global-executor v2.4.1 |
1679 | 2025-03-25T05:02:50.040Z | Downloaded assert-json-diff v2.0.2 |
1680 | 2025-03-25T05:02:50.044Z | Downloaded concurrent-queue v2.5.0 |
1681 | 2025-03-25T05:02:50.050Z | Downloaded event-listener v2.5.3 |
1682 | 2025-03-25T05:02:50.050Z | Downloaded async-signal v0.2.10 |
1683 | 2025-03-25T05:02:50.050Z | Downloaded async-channel v1.9.0 |
1684 | 2025-03-25T05:02:50.053Z | Downloaded approx v0.5.1 |
1685 | 2025-03-25T05:02:50.053Z | Downloaded blocking v1.6.1 |
1686 | 2025-03-25T05:02:50.053Z | Downloaded futures-timer v3.0.3 |
1687 | 2025-03-25T05:02:50.053Z | Downloaded path-tree v0.8.1 |
1688 | 2025-03-25T05:02:50.056Z | Downloaded target-triple v0.1.3 |
1689 | 2025-03-25T05:02:50.056Z | Downloaded relative-path v1.9.3 |
1690 | 2025-03-25T05:02:50.059Z | Downloaded plotters-backend v0.3.7 |
1691 | 2025-03-25T05:02:50.059Z | Downloaded event-listener-strategy v0.5.2 |
1692 | 2025-03-25T05:02:50.059Z | Downloaded async-attributes v1.1.2 |
1693 | 2025-03-25T05:02:50.063Z | Downloaded oorandom v11.1.4 |
1694 | 2025-03-25T05:02:50.063Z | Downloaded similar-asserts v1.7.0 |
1695 | 2025-03-25T05:02:50.066Z | Downloaded serde_regex v1.1.0 |
1696 | 2025-03-25T05:02:50.066Z | Downloaded piper v0.2.4 |
1697 | 2025-03-25T05:02:50.070Z | Downloaded pathdiff v0.2.3 |
1698 | 2025-03-25T05:02:50.070Z | Downloaded parking v2.2.1 |
1699 | 2025-03-25T05:02:50.070Z | Downloaded proc-macro-crate v3.2.0 |
1700 | 2025-03-25T05:02:50.073Z | Downloaded kv-log-macro v1.0.7 |
1701 | 2025-03-25T05:02:50.073Z | Downloaded async-task v4.7.1 |
1702 | 2025-03-25T05:02:50.076Z | Downloaded async-channel v2.3.1 |
1703 | 2025-03-25T05:02:50.076Z | Downloaded cast v0.3.0 |
1704 | 2025-03-25T05:02:50.079Z | Downloaded futures-lite v2.3.0 |
1705 | 2025-03-25T05:02:50.082Z | Downloaded async-lock v3.4.0 |
1706 | 2025-03-25T05:02:50.088Z | Downloaded rust-argon2 v2.1.0 |
1707 | 2025-03-25T05:02:50.091Z | Downloaded tinytemplate v1.2.1 |
1708 | 2025-03-25T05:02:50.094Z | Downloaded async-io v2.3.4 |
1709 | 2025-03-25T05:02:50.097Z | Downloaded target-spec v3.4.2 |
1710 | 2025-03-25T05:02:50.097Z | Downloaded blake2b_simd v1.0.2 |
1711 | 2025-03-25T05:02:50.100Z | Downloaded rstest v0.24.0 |
1712 | 2025-03-25T05:02:50.103Z | Downloaded assert_cmd v2.0.16 |
1713 | 2025-03-25T05:02:50.106Z | Downloaded target-lexicon v0.13.2 |
1714 | 2025-03-25T05:02:50.109Z | Downloaded trybuild v1.0.103 |
1715 | 2025-03-25T05:02:50.112Z | Downloaded rstest_macros v0.24.0 |
1716 | 2025-03-25T05:02:50.115Z | Downloaded rand_distr v0.4.3 |
1717 | 2025-03-25T05:02:50.118Z | Downloaded polling v3.7.3 |
1718 | 2025-03-25T05:02:50.121Z | Downloaded stringmetrics v2.2.2 |
1719 | 2025-03-25T05:02:50.125Z | Downloaded rustls-native-certs v0.7.3 |
1720 | 2025-03-25T05:02:50.125Z | Downloaded partial-io v0.5.4 |
1721 | 2025-03-25T05:02:50.128Z | Downloaded guppy v0.17.17 |
1722 | 2025-03-25T05:02:50.132Z | Downloaded plotters v0.3.7 |
1723 | 2025-03-25T05:02:50.140Z | Downloaded hyper-rustls v0.26.0 |
1724 | 2025-03-25T05:02:50.143Z | Downloaded httptest v0.16.3 |
1725 | 2025-03-25T05:02:50.146Z | Downloaded event-listener v5.3.1 |
1726 | 2025-03-25T05:02:50.146Z | Downloaded async-std v1.13.0 |
1727 | 2025-03-25T05:02:50.165Z | Downloaded cfg-expr v0.18.0 |
1728 | 2025-03-25T05:02:50.168Z | Downloaded async-executor v1.13.1 |
1729 | 2025-03-25T05:02:50.238Z | Downloaded httpmock v0.8.0-alpha.1 |
1730 | 2025-03-25T05:02:50.858Z | Checking cfg-if v1.0.0 |
1731 | 2025-03-25T05:02:51.029Z | Checking libc v0.2.170 |
1732 | 2025-03-25T05:02:51.049Z | Checking serde v1.0.218 |
1733 | 2025-03-25T05:02:51.072Z | Checking memchr v2.7.4 |
1734 | 2025-03-25T05:02:51.096Z | Checking value-bag v1.9.0 |
1735 | 2025-03-25T05:02:51.126Z | Checking itoa v1.0.11 |
1736 | 2025-03-25T05:02:51.150Z | Checking zeroize v1.8.1 |
1737 | 2025-03-25T05:02:51.176Z | Checking smallvec v1.14.0 |
1738 | 2025-03-25T05:02:51.180Z | Checking scopeguard v1.2.0 |
1739 | 2025-03-25T05:02:51.363Z | Checking lock_api v0.4.12 |
1740 | 2025-03-25T05:02:51.395Z | Checking pin-project-lite v0.2.14 |
1741 | 2025-03-25T05:02:51.427Z | Checking subtle v2.6.1 |
1742 | 2025-03-25T05:02:51.505Z | Checking log v0.4.22 |
1743 | 2025-03-25T05:02:51.533Z | Checking once_cell v1.20.3 |
1744 | 2025-03-25T05:02:51.563Z | Checking libm v0.2.8 |
1745 | 2025-03-25T05:02:51.726Z | Checking byteorder v1.5.0 |
1746 | 2025-03-25T05:02:51.761Z | Checking ryu v1.0.18 |
1747 | 2025-03-25T05:02:51.844Z | Checking typenum v1.17.0 |
1748 | 2025-03-25T05:02:51.877Z | Checking futures-core v0.3.31 |
1749 | 2025-03-25T05:02:52.005Z | Checking thiserror v1.0.69 |
1750 | 2025-03-25T05:02:52.042Z | Checking futures-io v0.3.31 |
1751 | 2025-03-25T05:02:52.069Z | Checking getrandom v0.2.15 |
1752 | 2025-03-25T05:02:52.072Z | Checking signal-hook-registry v1.4.2 |
1753 | 2025-03-25T05:02:52.120Z | Checking parking_lot_core v0.9.10 |
1754 | 2025-03-25T05:02:52.157Z | Checking mio v1.0.2 |
1755 | 2025-03-25T05:02:52.237Z | Checking socket2 v0.5.8 |
1756 | 2025-03-25T05:02:52.326Z | Checking rand_core v0.6.4 |
1757 | 2025-03-25T05:02:52.355Z | Checking const-oid v0.9.6 |
1758 | 2025-03-25T05:02:52.440Z | Checking num-traits v0.2.19 |
1759 | 2025-03-25T05:02:52.467Z | Checking parking_lot v0.12.3 |
1760 | 2025-03-25T05:02:52.666Z | Checking slab v0.4.9 |
1761 | 2025-03-25T05:02:52.740Z | Checking allocator-api2 v0.2.18 |
1762 | 2025-03-25T05:02:52.740Z | Checking foldhash v0.1.3 |
1763 | 2025-03-25T05:02:52.861Z | Checking equivalent v1.0.1 |
1764 | 2025-03-25T05:02:52.962Z | Checking generic-array v0.14.7 |
1765 | 2025-03-25T05:02:52.993Z | Checking zerocopy v0.7.35 |
1766 | 2025-03-25T05:02:53.024Z | Checking futures-sink v0.3.31 |
1767 | 2025-03-25T05:02:53.027Z | Checking getrandom v0.3.1 |
1768 | 2025-03-25T05:02:53.202Z | Checking cpufeatures v0.2.14 |
1769 | 2025-03-25T05:02:53.321Z | Checking iana-time-zone v0.1.61 |
1770 | 2025-03-25T05:02:53.352Z | Checking pin-utils v0.1.0 |
1771 | 2025-03-25T05:02:53.395Z | Checking hashbrown v0.15.1 |
1772 | 2025-03-25T05:02:53.469Z | Checking futures-channel v0.3.31 |
1773 | 2025-03-25T05:02:53.507Z | Checking futures-task v0.3.31 |
1774 | 2025-03-25T05:02:53.778Z | Checking stable_deref_trait v1.2.0 |
1775 | 2025-03-25T05:02:53.827Z | Checking futures-util v0.3.31 |
1776 | 2025-03-25T05:02:53.918Z | Checking fnv v1.0.7 |
1777 | 2025-03-25T05:02:53.955Z | Checking errno v0.3.9 |
1778 | 2025-03-25T05:02:54.058Z | Checking crypto-common v0.1.6 |
1779 | 2025-03-25T05:02:54.087Z | Checking block-buffer v0.10.4 |
1780 | 2025-03-25T05:02:54.164Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1781 | 2025-03-25T05:02:54.209Z | Checking dyn-clone v1.0.19 |
1782 | 2025-03-25T05:02:54.265Z | Checking tracing-core v0.1.32 |
1783 | 2025-03-25T05:02:54.268Z | Checking ppv-lite86 v0.2.20 |
1784 | 2025-03-25T05:02:54.317Z | Checking digest v0.10.7 |
1785 | 2025-03-25T05:02:54.383Z | Checking zerofrom v0.1.4 |
1786 | 2025-03-25T05:02:54.454Z | Checking percent-encoding v2.3.1 |
1787 | 2025-03-25T05:02:54.542Z | Checking writeable v0.5.5 |
1788 | 2025-03-25T05:02:54.620Z | Checking yoke v0.7.4 |
1789 | 2025-03-25T05:02:54.679Z | Checking litemap v0.7.3 |
1790 | 2025-03-25T05:02:54.707Z | Checking block-padding v0.3.3 |
1791 | 2025-03-25T05:02:54.904Z | Checking tracing v0.1.40 |
1792 | 2025-03-25T05:02:54.931Z | Checking crossbeam-utils v0.8.20 |
1793 | 2025-03-25T05:02:54.962Z | Checking inout v0.1.3 |
1794 | 2025-03-25T05:02:54.990Z | Checking zerovec v0.10.4 |
1795 | 2025-03-25T05:02:55.018Z | Checking rand_chacha v0.3.1 |
1796 | 2025-03-25T05:02:55.066Z | Checking icu_locid_transform_data v1.5.0 |
1797 | 2025-03-25T05:02:55.190Z | Checking form_urlencoded v1.2.1 |
1798 | 2025-03-25T05:02:55.225Z | Checking cipher v0.4.4 |
1799 | 2025-03-25T05:02:55.273Z | Checking regex-syntax v0.8.5 |
1800 | 2025-03-25T05:02:55.439Z | Checking atomic-waker v1.1.2 |
1801 | 2025-03-25T05:02:55.466Z | Checking rand v0.8.5 |
1802 | 2025-03-25T05:02:55.507Z | Checking bytes v1.10.1 |
1803 | 2025-03-25T05:02:55.591Z | Checking bitflags v2.6.0 |
1804 | 2025-03-25T05:02:55.640Z | Checking serde_json v1.0.139 |
1805 | 2025-03-25T05:02:55.644Z | Checking chrono v0.4.40 |
1806 | 2025-03-25T05:02:55.896Z | Checking semver v1.0.25 |
1807 | 2025-03-25T05:02:56.337Z | Checking uuid v1.15.1 |
1808 | 2025-03-25T05:02:56.542Z | Checking tokio v1.43.0 |
1809 | 2025-03-25T05:02:56.545Z | Checking indexmap v2.7.1 |
1810 | 2025-03-25T05:02:56.692Z | Checking rustix v0.38.37 |
1811 | 2025-03-25T05:02:56.998Z | Checking http v1.2.0 |
1812 | 2025-03-25T05:02:57.321Z | Checking tinystr v0.7.6 |
1813 | 2025-03-25T05:02:57.649Z | Checking icu_locid v1.5.0 |
1814 | 2025-03-25T05:02:57.679Z | Checking schemars v0.8.22 |
1815 | 2025-03-25T05:02:57.823Z | Checking icu_collections v1.5.0 |
1816 | 2025-03-25T05:02:58.349Z | Checking icu_properties_data v1.5.0 |
1817 | 2025-03-25T05:02:58.376Z | Checking spin v0.9.8 |
1818 | 2025-03-25T05:02:58.494Z | Checking powerfmt v0.2.0 |
1819 | 2025-03-25T05:02:58.561Z | Checking icu_normalizer_data v1.5.0 |
1820 | 2025-03-25T05:02:58.592Z | Checking utf8_iter v1.0.4 |
1821 | 2025-03-25T05:02:58.622Z | Checking icu_provider v1.5.0 |
1822 | 2025-03-25T05:02:58.683Z | Checking untrusted v0.9.0 |
1823 | 2025-03-25T05:02:58.731Z | Checking utf16_iter v1.0.5 |
1824 | 2025-03-25T05:02:58.760Z | Checking write16 v1.0.0 |
1825 | 2025-03-25T05:02:58.801Z | Checking deranged v0.3.11 |
1826 | 2025-03-25T05:02:58.876Z | Checking ring v0.17.11 |
1827 | 2025-03-25T05:02:58.905Z | Checking aho-corasick v1.1.3 |
1828 | 2025-03-25T05:02:58.931Z | Checking httparse v1.9.5 |
1829 | 2025-03-25T05:02:59.179Z | Checking base64ct v1.6.0 |
1830 | 2025-03-25T05:02:59.249Z | Checking icu_locid_transform v1.5.0 |
1831 | 2025-03-25T05:02:59.377Z | Checking unicode-ident v1.0.14 |
1832 | 2025-03-25T05:02:59.575Z | Checking num-conv v0.1.0 |
1833 | 2025-03-25T05:02:59.654Z | Checking num_threads v0.1.7 |
1834 | 2025-03-25T05:02:59.817Z | Checking time-core v0.1.2 |
1835 | 2025-03-25T05:02:59.850Z | Checking proc-macro2 v1.0.94 |
1836 | 2025-03-25T05:02:59.990Z | Checking hmac v0.12.1 |
1837 | 2025-03-25T05:03:00.017Z | Checking sha2 v0.10.8 |
1838 | 2025-03-25T05:03:00.125Z | Checking time v0.3.36 |
1839 | 2025-03-25T05:03:00.235Z | Checking adler2 v2.0.0 |
1840 | 2025-03-25T05:03:00.285Z | Checking icu_properties v1.5.1 |
1841 | 2025-03-25T05:03:00.421Z | Checking miniz_oxide v0.8.5 |
1842 | 2025-03-25T05:03:00.490Z | Checking quote v1.0.39 |
1843 | 2025-03-25T05:03:00.519Z | Checking regex-automata v0.4.8 |
1844 | 2025-03-25T05:03:00.572Z | Checking rustls-pki-types v1.10.0 |
1845 | 2025-03-25T05:03:00.832Z | Checking syn v2.0.98 |
1846 | 2025-03-25T05:03:01.098Z | Checking http-body v1.0.1 |
1847 | 2025-03-25T05:03:01.140Z | Checking aws-lc-sys v0.26.0 |
1848 | 2025-03-25T05:03:01.170Z | Checking try-lock v0.2.5 |
1849 | 2025-03-25T05:03:01.324Z | Checking base64 v0.22.1 |
1850 | 2025-03-25T05:03:01.352Z | Checking httpdate v1.0.3 |
1851 | 2025-03-25T05:03:01.639Z | Checking untrusted v0.7.1 |
1852 | 2025-03-25T05:03:01.839Z | Checking want v0.3.1 |
1853 | 2025-03-25T05:03:01.842Z | Checking pem-rfc7468 v0.7.0 |
1854 | 2025-03-25T05:03:02.056Z | Checking tower-service v0.3.3 |
1855 | 2025-03-25T05:03:02.176Z | Checking slog v2.7.0 |
1856 | 2025-03-25T05:03:02.215Z | Checking flagset v0.4.6 |
1857 | 2025-03-25T05:03:02.447Z | Checking der v0.7.9 |
1858 | 2025-03-25T05:03:02.484Z | Checking pbkdf2 v0.12.2 |
1859 | 2025-03-25T05:03:02.680Z | Checking aes v0.8.4 |
1860 | 2025-03-25T05:03:02.706Z | Checking gimli v0.31.1 |
1861 | 2025-03-25T05:03:03.264Z | Checking aws-lc-rs v1.12.4 |
1862 | 2025-03-25T05:03:03.404Z | Checking tokio-util v0.7.13 |
1863 | 2025-03-25T05:03:03.574Z | Checking mime v0.3.17 |
1864 | 2025-03-25T05:03:03.610Z | Checking icu_normalizer v1.5.0 |
1865 | 2025-03-25T05:03:03.918Z | Checking lazy_static v1.5.0 |
1866 | 2025-03-25T05:03:04.073Z | Checking cbc v0.1.2 |
1867 | 2025-03-25T05:03:04.196Z | Checking spki v0.7.3 |
1868 | 2025-03-25T05:03:04.224Z | Checking h2 v0.4.6 |
1869 | 2025-03-25T05:03:04.300Z | Checking salsa20 v0.10.2 |
1870 | 2025-03-25T05:03:04.389Z | Checking idna_adapter v1.2.0 |
1871 | 2025-03-25T05:03:04.503Z | Checking object v0.36.5 |
1872 | 2025-03-25T05:03:04.506Z | Checking regex v1.11.1 |
1873 | 2025-03-25T05:03:04.559Z | Checking rustc-demangle v0.1.24 |
1874 | 2025-03-25T05:03:04.603Z | Checking idna v1.0.3 |
1875 | 2025-03-25T05:03:05.043Z | Checking scrypt v0.11.0 |
1876 | 2025-03-25T05:03:05.111Z | Checking rustls-webpki v0.102.8 |
1877 | 2025-03-25T05:03:05.140Z | Checking url v2.5.3 |
1878 | 2025-03-25T05:03:05.179Z | Checking http-body-util v0.1.2 |
1879 | 2025-03-25T05:03:05.290Z | Checking utf8parse v0.2.2 |
1880 | 2025-03-25T05:03:05.471Z | Checking openssl-probe v0.1.5 |
1881 | 2025-03-25T05:03:05.609Z | Checking ipnet v2.11.0 |
1882 | 2025-03-25T05:03:05.658Z | Checking foreign-types-shared v0.1.1 |
1883 | 2025-03-25T05:03:05.798Z | Checking foreign-types v0.3.2 |
1884 | 2025-03-25T05:03:05.907Z | Checking pkcs5 v0.7.1 |
1885 | 2025-03-25T05:03:05.934Z | Checking rustls-pemfile v2.2.0 |
1886 | 2025-03-25T05:03:05.989Z | Checking openssl-sys v0.9.106 |
1887 | 2025-03-25T05:03:06.102Z | Checking futures-executor v0.3.31 |
1888 | 2025-03-25T05:03:06.182Z | Checking serde_urlencoded v0.7.1 |
1889 | 2025-03-25T05:03:06.368Z | Checking encoding_rs v0.8.34 |
1890 | 2025-03-25T05:03:06.415Z | Checking pkcs8 v0.10.2 |
1891 | 2025-03-25T05:03:06.538Z | Checking addr2line v0.24.2 |
1892 | 2025-03-25T05:03:06.604Z | Checking anstyle v1.0.10 |
1893 | 2025-03-25T05:03:06.743Z | Checking futures v0.3.31 |
1894 | 2025-03-25T05:03:06.828Z | Checking rustls v0.23.19 |
1895 | 2025-03-25T05:03:06.870Z | Checking toml_datetime v0.6.8 |
1896 | 2025-03-25T05:03:06.953Z | Checking serde_spanned v0.6.8 |
1897 | 2025-03-25T05:03:07.024Z | Checking either v1.14.0 |
1898 | 2025-03-25T05:03:07.164Z | Checking openssl v0.10.71 |
1899 | 2025-03-25T05:03:07.194Z | Checking psl-types v2.0.11 |
1900 | 2025-03-25T05:03:07.197Z | Checking anstyle-parse v0.2.5 |
1901 | 2025-03-25T05:03:07.378Z | Checking cookie v0.18.1 |
1902 | 2025-03-25T05:03:07.410Z | Checking publicsuffix v2.3.0 |
1903 | 2025-03-25T05:03:07.526Z | Checking webpki-roots v0.26.6 |
1904 | 2025-03-25T05:03:07.698Z | Checking sync_wrapper v1.0.1 |
1905 | 2025-03-25T05:03:07.755Z | Checking anstyle-query v1.1.1 |
1906 | 2025-03-25T05:03:07.822Z | Checking is_terminal_polyfill v1.70.1 |
1907 | 2025-03-25T05:03:07.861Z | Checking tower-layer v0.3.3 |
1908 | 2025-03-25T05:03:07.911Z | Checking colorchoice v1.0.2 |
1909 | 2025-03-25T05:03:07.973Z | Checking cookie_store v0.21.1 |
1910 | 2025-03-25T05:03:08.078Z | Checking anstream v0.6.15 |
1911 | 2025-03-25T05:03:08.149Z | Checking tower v0.5.2 |
1912 | 2025-03-25T05:03:08.472Z | Checking terminal_size v0.4.0 |
1913 | 2025-03-25T05:03:08.673Z | Checking is-terminal v0.4.13 |
1914 | 2025-03-25T05:03:08.696Z | Checking clap_lex v0.7.4 |
1915 | 2025-03-25T05:03:08.699Z | Checking strsim v0.11.1 |
1916 | 2025-03-25T05:03:08.821Z | Checking ipnetwork v0.21.1 |
1917 | 2025-03-25T05:03:08.866Z | Checking openapiv3 v2.0.0 |
1918 | 2025-03-25T05:03:08.973Z | Checking signature v2.2.0 |
1919 | 2025-03-25T05:03:09.023Z | Checking clap_builder v4.5.32 |
1920 | 2025-03-25T05:03:09.207Z | Checking data-encoding v2.6.0 |
1921 | 2025-03-25T05:03:09.210Z | Checking camino v1.1.9 |
1922 | 2025-03-25T05:03:09.772Z | Checking tinyvec_macros v0.1.1 |
1923 | 2025-03-25T05:03:09.800Z | Checking bitflags v1.3.2 |
1924 | 2025-03-25T05:03:09.891Z | Checking tinyvec v1.8.0 |
1925 | 2025-03-25T05:03:09.923Z | Checking sha1 v0.10.6 |
1926 | 2025-03-25T05:03:10.215Z | Checking scroll v0.12.0 |
1927 | 2025-03-25T05:03:10.319Z | Checking hyper v1.6.0 |
1928 | 2025-03-25T05:03:10.483Z | Checking backtrace v0.3.74 |
1929 | 2025-03-25T05:03:10.713Z | Checking plain v0.2.3 |
1930 | 2025-03-25T05:03:10.899Z | Checking ucd-trie v0.1.7 |
1931 | 2025-03-25T05:03:11.065Z | Checking anyhow v1.0.97 |
1932 | 2025-03-25T05:03:11.122Z | Checking pest v2.7.14 |
1933 | 2025-03-25T05:03:11.204Z | Checking goblin v0.8.2 |
1934 | 2025-03-25T05:03:11.507Z | Checking num-integer v0.1.46 |
1935 | 2025-03-25T05:03:11.948Z | Checking clap v4.5.32 |
1936 | 2025-03-25T05:03:11.979Z | Checking tokio-rustls v0.26.0 |
1937 | 2025-03-25T05:03:12.040Z | Checking dirs-sys-next v0.1.2 |
1938 | 2025-03-25T05:03:12.081Z | Checking pretty-hex v0.4.1 |
1939 | 2025-03-25T05:03:12.125Z | Checking crossbeam-channel v0.5.13 |
1940 | 2025-03-25T05:03:12.244Z | Checking dirs-next v2.0.0 |
1941 | 2025-03-25T05:03:12.274Z | Checking hyper-util v0.1.10 |
1942 | 2025-03-25T05:03:12.301Z | Checking thread-id v4.2.2 |
1943 | 2025-03-25T05:03:12.394Z | Checking thread_local v1.1.8 |
1944 | 2025-03-25T05:03:12.422Z | Checking crc32fast v1.4.2 |
1945 | 2025-03-25T05:03:12.454Z | Checking winnow v0.7.3 |
1946 | 2025-03-25T05:03:12.504Z | Checking native-tls v0.2.12 |
1947 | 2025-03-25T05:03:12.682Z | Checking base16ct v0.2.0 |
1948 | 2025-03-25T05:03:12.714Z | Checking term v0.7.0 |
1949 | 2025-03-25T05:03:12.830Z | Checking tokio-native-tls v0.3.1 |
1950 | 2025-03-25T05:03:12.833Z | Checking ff v0.13.0 |
1951 | 2025-03-25T05:03:12.907Z | Checking sec1 v0.7.3 |
1952 | 2025-03-25T05:03:13.077Z | Checking memmap v0.7.0 |
1953 | 2025-03-25T05:03:13.134Z | Checking zerocopy v0.8.10 |
1954 | 2025-03-25T05:03:13.165Z | Checking take_mut v0.2.2 |
1955 | 2025-03-25T05:03:13.313Z | Checking slog-term v2.9.1 |
1956 | 2025-03-25T05:03:13.317Z | Checking group v0.13.0 |
1957 | 2025-03-25T05:03:13.369Z | Checking slog-async v2.8.0 |
1958 | 2025-03-25T05:03:13.622Z | Checking num-iter v0.1.45 |
1959 | 2025-03-25T05:03:13.696Z | Checking hkdf v0.12.4 |
1960 | 2025-03-25T05:03:13.727Z | Checking dtrace-parser v0.2.0 |
1961 | 2025-03-25T05:03:13.834Z | Checking hex v0.4.3 |
1962 | 2025-03-25T05:03:13.839Z | Checking crypto-bigint v0.5.5 |
1963 | 2025-03-25T05:03:13.927Z | Checking unicode-width v0.2.0 |
1964 | 2025-03-25T05:03:14.220Z | Checking match_cfg v0.1.0 |
1965 | 2025-03-25T05:03:14.294Z | Checking hyper-rustls v0.27.3 |
1966 | 2025-03-25T05:03:14.343Z | Checking hyper-tls v0.6.0 |
1967 | 2025-03-25T05:03:14.373Z | Checking static_assertions v1.1.0 |
1968 | 2025-03-25T05:03:14.401Z | Checking hostname v0.3.1 |
1969 | 2025-03-25T05:03:14.488Z | Checking oxnet v0.1.1 |
1970 | 2025-03-25T05:03:14.563Z | Checking bstr v1.10.0 |
1971 | 2025-03-25T05:03:14.634Z | Checking unicode-segmentation v1.12.0 |
1972 | 2025-03-25T05:03:14.662Z | Checking reqwest v0.12.12 |
1973 | 2025-03-25T05:03:14.856Z | Checking winnow v0.5.40 |
1974 | 2025-03-25T05:03:15.272Z | Checking toml_edit v0.22.24 |
1975 | 2025-03-25T05:03:15.526Z | Checking num-bigint-dig v0.8.4 |
1976 | 2025-03-25T05:03:15.536Z | Checking flate2 v1.1.0 |
1977 | 2025-03-25T05:03:15.946Z | Checking pkcs1 v0.7.5 |
1978 | 2025-03-25T05:03:16.109Z | Checking crossbeam-epoch v0.9.18 |
1979 | 2025-03-25T05:03:16.160Z | Checking dof v0.3.0 |
1980 | 2025-03-25T05:03:16.387Z | Checking zerocopy v0.6.6 |
1981 | 2025-03-25T05:03:16.545Z | Checking unicode-normalization v0.1.24 |
1982 | 2025-03-25T05:03:16.576Z | Checking rfc6979 v0.4.0 |
1983 | 2025-03-25T05:03:16.600Z | Checking elliptic-curve v0.13.8 |
1984 | 2025-03-25T05:03:16.763Z | Checking hubpack v0.1.2 |
1985 | 2025-03-25T05:03:16.766Z | Checking usdt-impl v0.5.0 |
1986 | 2025-03-25T05:03:17.049Z | Checking managed v0.8.0 |
1987 | 2025-03-25T05:03:17.093Z | Checking debug-ignore v1.0.5 |
1988 | 2025-03-25T05:03:17.227Z | Checking ecdsa v0.16.9 |
1989 | 2025-03-25T05:03:17.255Z | Checking crossbeam-deque v0.8.5 |
1990 | 2025-03-25T05:03:17.325Z | Checking rsa v0.9.6 |
1991 | 2025-03-25T05:03:17.367Z | Checking usdt v0.5.0 |
1992 | 2025-03-25T05:03:17.422Z | Checking x509-cert v0.2.5 |
1993 | 2025-03-25T05:03:17.513Z | Checking slog-json v2.6.1 |
1994 | 2025-03-25T05:03:17.568Z | Checking curve25519-dalek v4.1.3 |
1995 | 2025-03-25T05:03:17.627Z | Checking toml_edit v0.19.15 |
1996 | 2025-03-25T05:03:17.655Z | Checking ahash v0.8.11 |
1997 | 2025-03-25T05:03:17.786Z | Checking bzip2-sys v0.1.11+1.0.8 |
1998 | 2025-03-25T05:03:17.927Z | Checking siphasher v0.3.11 |
1999 | 2025-03-25T05:03:17.956Z | Checking bzip2 v0.4.4 |
2000 | 2025-03-25T05:03:18.018Z | Checking toml v0.8.20 |
2001 | 2025-03-25T05:03:18.109Z | Checking slog-bunyan v2.5.0 |
2002 | 2025-03-25T05:03:18.262Z | Checking rayon-core v1.12.1 |
2003 | 2025-03-25T05:03:18.266Z | Checking ed25519 v2.2.3 |
2004 | 2025-03-25T05:03:18.315Z | Checking rustls v0.22.4 |
2005 | 2025-03-25T05:03:18.318Z | Checking newtype-uuid v1.2.1 |
2006 | 2025-03-25T05:03:18.601Z | Checking serde_path_to_error v0.1.16 |
2007 | 2025-03-25T05:03:18.630Z | Checking signal-hook v0.3.17 |
2008 | 2025-03-25T05:03:18.808Z | Checking daft v0.1.2 |
2009 | 2025-03-25T05:03:18.939Z | Checking rand_core v0.9.2 |
2010 | 2025-03-25T05:03:18.968Z | Checking console v0.15.10 |
2011 | 2025-03-25T05:03:18.996Z | Checking hickory-proto v0.24.4 |
2012 | 2025-03-25T05:03:19.202Z | Checking itertools v0.10.5 |
2013 | 2025-03-25T05:03:19.231Z | Checking memoffset v0.9.1 |
2014 | 2025-03-25T05:03:19.305Z | Checking rand_chacha v0.9.0 |
2015 | 2025-03-25T05:03:19.347Z | Checking ed25519-dalek v2.1.1 |
2016 | 2025-03-25T05:03:19.375Z | Checking signal-hook-mio v0.2.4 |
2017 | 2025-03-25T05:03:19.549Z | Checking zip v0.6.6 |
2018 | 2025-03-25T05:03:19.553Z | Checking multer v3.1.0 |
2019 | 2025-03-25T05:03:19.692Z | Checking fs-err v2.11.0 |
2020 | 2025-03-25T05:03:19.787Z | Checking waitgroup v0.1.2 |
2021 | 2025-03-25T05:03:19.961Z | Checking async-stream v0.3.6 |
2022 | 2025-03-25T05:03:19.995Z | Checking hash32 v0.2.1 |
2023 | 2025-03-25T05:03:20.123Z | Checking toml v0.7.8 |
2024 | 2025-03-25T05:03:20.184Z | Checking hostname v0.4.0 |
2025 | 2025-03-25T05:03:20.212Z | Checking lockfree-object-pool v0.1.6 |
2026 | 2025-03-25T05:03:20.243Z | Checking unicode-properties v0.1.3 |
2027 | 2025-03-25T05:03:20.295Z | Checking unicode-bidi v0.3.17 |
2028 | 2025-03-25T05:03:20.343Z | Checking predicates-core v1.0.8 |
2029 | 2025-03-25T05:03:20.468Z | Checking bumpalo v3.16.0 |
2030 | 2025-03-25T05:03:20.557Z | Checking simd-adler32 v0.3.7 |
2031 | 2025-03-25T05:03:20.646Z | Checking heapless v0.7.17 |
2032 | 2025-03-25T05:03:20.816Z | Checking rand v0.9.0 |
2033 | 2025-03-25T05:03:20.845Z | Checking crossterm v0.28.1 |
2034 | 2025-03-25T05:03:20.910Z | Checking zopfli v0.8.1 |
2035 | 2025-03-25T05:03:20.913Z | Checking stringprep v0.1.5 |
2036 | 2025-03-25T05:03:21.237Z | Checking rayon v1.10.0 |
2037 | 2025-03-25T05:03:21.275Z | Checking phf_shared v0.11.2 |
2038 | 2025-03-25T05:03:21.575Z | Checking similar v2.7.0 |
2039 | 2025-03-25T05:03:21.578Z | Checking tokio-stream v0.1.17 |
2040 | 2025-03-25T05:03:21.617Z | Checking md-5 v0.10.6 |
2041 | 2025-03-25T05:03:21.755Z | Checking tokio-rustls v0.25.0 |
2042 | 2025-03-25T05:03:21.846Z | Checking float-cmp v0.10.0 |
2043 | 2025-03-25T05:03:21.877Z | Checking fallible-iterator v0.2.0 |
2044 | 2025-03-25T05:03:22.079Z | Checking normalize-line-endings v0.3.0 |
2045 | 2025-03-25T05:03:22.149Z | Checking difflib v0.4.0 |
2046 | 2025-03-25T05:03:22.227Z | Checking dropshot v0.12.0 |
2047 | 2025-03-25T05:03:22.335Z | Checking zip v2.1.3 |
2048 | 2025-03-25T05:03:22.449Z | Checking phf v0.11.2 |
2049 | 2025-03-25T05:03:22.477Z | Checking postgres-protocol v0.6.8 |
2050 | 2025-03-25T05:03:22.506Z | Checking predicates v3.1.3 |
2051 | 2025-03-25T05:03:22.509Z | Checking smoltcp v0.9.1 |
2052 | 2025-03-25T05:03:22.740Z | Checking nix v0.29.0 |
2053 | 2025-03-25T05:03:23.161Z | Checking phf_shared v0.10.0 |
2054 | 2025-03-25T05:03:23.191Z | Checking buf-list v1.0.3 |
2055 | 2025-03-25T05:03:23.388Z | Checking serde-big-array v0.5.1 |
2056 | 2025-03-25T05:03:23.461Z | Checking portable-atomic v1.9.0 |
2057 | 2025-03-25T05:03:23.520Z | Checking number_prefix v0.4.0 |
2058 | 2025-03-25T05:03:23.566Z | Checking new_debug_unreachable v1.0.6 |
2059 | 2025-03-25T05:03:23.608Z | Checking fixedbitset v0.4.2 |
2060 | 2025-03-25T05:03:23.688Z | Checking precomputed-hash v0.1.1 |
2061 | 2025-03-25T05:03:23.742Z | Checking minimal-lexical v0.2.1 |
2062 | 2025-03-25T05:03:23.828Z | Checking lalrpop-util v0.19.12 |
2063 | 2025-03-25T05:03:23.884Z | Checking petgraph v0.6.5 |
2064 | 2025-03-25T05:03:23.911Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2065 | 2025-03-25T05:03:24.116Z | Checking string_cache v0.8.7 |
2066 | 2025-03-25T05:03:24.144Z | Checking postgres-types v0.2.9 |
2067 | 2025-03-25T05:03:24.147Z | Checking nom v7.1.3 |
2068 | 2025-03-25T05:03:24.412Z | Checking itertools v0.12.1 |
2069 | 2025-03-25T05:03:24.452Z | Checking whoami v1.5.2 |
2070 | 2025-03-25T05:03:24.800Z | Checking heck v0.4.1 |
2071 | 2025-03-25T05:03:24.828Z | Checking indicatif v0.17.11 |
2072 | 2025-03-25T05:03:24.853Z | Checking peg-runtime v0.8.5 |
2073 | 2025-03-25T05:03:25.047Z | Checking tokio-postgres v0.7.13 |
2074 | 2025-03-25T05:03:25.121Z | Compiling thiserror-impl v2.0.12 |
2075 | 2025-03-25T05:03:25.682Z | Compiling regress v0.10.3 |
2076 | 2025-03-25T05:03:25.727Z | Compiling ident_case v1.0.1 |
2077 | 2025-03-25T05:03:25.947Z | Compiling darling_core v0.20.10 |
2078 | 2025-03-25T05:03:26.752Z | Compiling unsafe-libyaml v0.2.11 |
2079 | 2025-03-25T05:03:26.842Z | Checking heck v0.5.0 |
2080 | 2025-03-25T05:03:26.946Z | Checking fastrand v2.1.1 |
2081 | 2025-03-25T05:03:27.306Z | Compiling structmeta-derive v0.3.0 |
2082 | 2025-03-25T05:03:27.999Z | Checking tempfile v3.13.0 |
2083 | 2025-03-25T05:03:28.350Z | Checking thiserror v2.0.12 |
2084 | 2025-03-25T05:03:28.410Z | Compiling serde_yaml v0.9.34+deprecated |
2085 | 2025-03-25T05:03:28.516Z | Checking progenitor-client v0.9.1 |
2086 | 2025-03-25T05:03:28.632Z | Checking quick-error v1.2.3 |
2087 | 2025-03-25T05:03:28.805Z | Checking strum v0.26.3 |
2088 | 2025-03-25T05:03:28.937Z | Checking wait-timeout v0.2.0 |
2089 | 2025-03-25T05:03:29.003Z | Checking bit-vec v0.8.0 |
2090 | 2025-03-25T05:03:29.047Z | Checking rand_xorshift v0.3.0 |
2091 | 2025-03-25T05:03:29.149Z | Checking rusty-fork v0.3.0 |
2092 | 2025-03-25T05:03:29.269Z | Compiling dropshot v0.16.0 |
2093 | 2025-03-25T05:03:29.404Z | Compiling typify-impl v0.2.0 |
2094 | 2025-03-25T05:03:29.472Z | Checking bit-set v0.8.0 |
2095 | 2025-03-25T05:03:29.588Z | Checking unarray v0.1.4 |
2096 | 2025-03-25T05:03:29.804Z | Checking proptest v1.6.0 |
2097 | 2025-03-25T05:03:29.846Z | Checking macaddr v1.0.1 |
2098 | 2025-03-25T05:03:29.875Z | Compiling structmeta v0.3.0 |
2099 | 2025-03-25T05:03:30.217Z | Compiling dropshot_endpoint v0.16.0 |
2100 | 2025-03-25T05:03:30.305Z | Compiling parse-display-derive v0.10.0 |
2101 | 2025-03-25T05:03:30.438Z | Compiling test-strategy v0.4.0 |
2102 | 2025-03-25T05:03:31.875Z | Compiling darling_macro v0.20.10 |
2103 | 2025-03-25T05:03:32.038Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2104 | 2025-03-25T05:03:32.817Z | Compiling darling v0.20.10 |
2105 | 2025-03-25T05:03:32.844Z | Checking progenitor-client v0.8.0 |
2106 | 2025-03-25T05:03:32.965Z | Compiling serde_with_macros v3.12.0 |
2107 | 2025-03-25T05:03:33.119Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2108 | 2025-03-25T05:03:33.201Z | Checking instant v0.1.13 |
2109 | 2025-03-25T05:03:33.304Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2110 | 2025-03-25T05:03:33.345Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2111 | 2025-03-25T05:03:33.792Z | Checking backoff v0.4.0 |
2112 | 2025-03-25T05:03:33.916Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2113 | 2025-03-25T05:03:34.056Z | Checking camino-tempfile v1.1.1 |
2114 | 2025-03-25T05:03:34.091Z | Checking unicode-width v0.1.14 |
2115 | 2025-03-25T05:03:34.118Z | Compiling proc-macro-error v1.0.4 |
2116 | 2025-03-25T05:03:34.227Z | Checking parse-display v0.10.0 |
2117 | 2025-03-25T05:03:34.376Z | Compiling proc-macro-crate v1.3.1 |
2118 | 2025-03-25T05:03:34.468Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2119 | 2025-03-25T05:03:34.529Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2120 | 2025-03-25T05:03:34.555Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2121 | 2025-03-25T05:03:34.724Z | Checking tabwriter v1.4.0 |
2122 | 2025-03-25T05:03:34.978Z | Compiling foreign-types-macros v0.2.3 |
2123 | 2025-03-25T05:03:35.005Z | Checking foreign-types-shared v0.3.1 |
2124 | 2025-03-25T05:03:35.163Z | Checking cstr-argument v0.1.2 |
2125 | 2025-03-25T05:03:35.221Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2126 | 2025-03-25T05:03:35.292Z | Compiling num_enum_derive v0.5.11 |
2127 | 2025-03-25T05:03:35.320Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2128 | 2025-03-25T05:03:35.358Z | Checking pretty-hex v0.2.1 |
2129 | 2025-03-25T05:03:35.476Z | Checking serde_with v3.12.0 |
2130 | 2025-03-25T05:03:35.570Z | Checking colored v2.2.0 |
2131 | 2025-03-25T05:03:35.689Z | Checking winnow v0.6.20 |
2132 | 2025-03-25T05:03:35.959Z | Checking smf v0.2.3 |
2133 | 2025-03-25T05:03:36.073Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2134 | 2025-03-25T05:03:36.170Z | Checking foreign-types v0.5.0 |
2135 | 2025-03-25T05:03:36.247Z | Checking itertools v0.14.0 |
2136 | 2025-03-25T05:03:36.308Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2137 | 2025-03-25T05:03:36.459Z | Compiling typify-impl v0.3.0 |
2138 | 2025-03-25T05:03:36.643Z | Checking base64 v0.21.7 |
2139 | 2025-03-25T05:03:37.138Z | Compiling itertools v0.13.0 |
2140 | 2025-03-25T05:03:37.555Z | Checking num_enum v0.5.11 |
2141 | 2025-03-25T05:03:37.743Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2142 | 2025-03-25T05:03:38.058Z | Compiling crucible-workspace-hack v0.1.0 |
2143 | 2025-03-25T05:03:38.535Z | Compiling heapless v0.8.0 |
2144 | 2025-03-25T05:03:38.574Z | Checking hash32 v0.3.1 |
2145 | 2025-03-25T05:03:38.697Z | Compiling smoltcp v0.11.0 |
2146 | 2025-03-25T05:03:38.790Z | Checking cobs v0.2.3 |
2147 | 2025-03-25T05:03:38.997Z | Checking postcard v1.0.10 |
2148 | 2025-03-25T05:03:39.409Z | Checking sigpipe v0.1.3 |
2149 | 2025-03-25T05:03:39.540Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2150 | 2025-03-25T05:03:39.567Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2151 | 2025-03-25T05:03:39.763Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2152 | 2025-03-25T05:03:40.032Z | Compiling mockall_derive v0.13.1 |
2153 | 2025-03-25T05:03:40.122Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2154 | 2025-03-25T05:03:40.357Z | Checking termtree v0.4.1 |
2155 | 2025-03-25T05:03:40.472Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2156 | 2025-03-25T05:03:40.588Z | Checking predicates-tree v1.0.11 |
2157 | 2025-03-25T05:03:40.679Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2158 | 2025-03-25T05:03:40.798Z | Compiling zone_cfg_derive v0.3.0 |
2159 | 2025-03-25T05:03:40.920Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2160 | 2025-03-25T05:03:40.947Z | Compiling num-derive v0.4.2 |
2161 | 2025-03-25T05:03:41.269Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2162 | 2025-03-25T05:03:41.619Z | Checking fragile v2.0.0 |
2163 | 2025-03-25T05:03:41.894Z | Checking downcast v0.11.0 |
2164 | 2025-03-25T05:03:42.176Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2165 | 2025-03-25T05:03:42.204Z | Checking zone v0.3.0 |
2166 | 2025-03-25T05:03:42.460Z | Checking utf-8 v0.7.6 |
2167 | 2025-03-25T05:03:42.708Z | Checking atomicwrites v0.4.4 |
2168 | 2025-03-25T05:03:42.940Z | Compiling convert_case v0.4.0 |
2169 | 2025-03-25T05:03:42.997Z | Checking tungstenite v0.21.0 |
2170 | 2025-03-25T05:03:43.179Z | Checking newline-converter v0.3.0 |
2171 | 2025-03-25T05:03:43.206Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2172 | 2025-03-25T05:03:43.374Z | Checking expectorate v1.1.0 |
2173 | 2025-03-25T05:03:43.572Z | Compiling derive-where v1.2.7 |
2174 | 2025-03-25T05:03:43.675Z | Checking same-file v1.0.6 |
2175 | 2025-03-25T05:03:43.723Z | Compiling typify-macro v0.2.0 |
2176 | 2025-03-25T05:03:43.747Z | Compiling derive_more v0.99.19 |
2177 | 2025-03-25T05:03:43.885Z | Checking walkdir v2.5.0 |
2178 | 2025-03-25T05:03:43.889Z | Checking tokio-tungstenite v0.21.0 |
2179 | 2025-03-25T05:03:44.190Z | Checking arc-swap v1.7.1 |
2180 | 2025-03-25T05:03:44.423Z | Checking fixedbitset v0.5.7 |
2181 | 2025-03-25T05:03:44.639Z | Checking slog-scope v4.4.0 |
2182 | 2025-03-25T05:03:44.889Z | Checking petgraph v0.7.1 |
2183 | 2025-03-25T05:03:44.893Z | Checking slog-stdlog v4.1.1 |
2184 | 2025-03-25T05:03:45.123Z | Checking xattr v1.3.1 |
2185 | 2025-03-25T05:03:45.362Z | Checking filetime v0.2.25 |
2186 | 2025-03-25T05:03:45.607Z | Checking tar v0.4.44 |
2187 | 2025-03-25T05:03:46.510Z | Checking slog-envlogger v2.2.0 |
2188 | 2025-03-25T05:03:46.608Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2189 | 2025-03-25T05:03:46.741Z | Checking num-rational v0.4.2 |
2190 | 2025-03-25T05:03:46.768Z | Checking num-complex v0.4.6 |
2191 | 2025-03-25T05:03:47.334Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2192 | 2025-03-25T05:03:47.384Z | Checking float-ord v0.3.2 |
2193 | 2025-03-25T05:03:47.425Z | Compiling typify v0.2.0 |
2194 | 2025-03-25T05:03:47.598Z | Compiling progenitor-impl v0.8.0 |
2195 | 2025-03-25T05:03:47.650Z | Checking num v0.4.3 |
2196 | 2025-03-25T05:03:47.774Z | Checking password-hash v0.5.0 |
2197 | 2025-03-25T05:03:47.894Z | Checking blake2 v0.10.6 |
2198 | 2025-03-25T05:03:48.031Z | Checking mockall v0.13.1 |
2199 | 2025-03-25T05:03:48.252Z | Checking indent_write v2.2.0 |
2200 | 2025-03-25T05:03:48.293Z | Compiling cancel-safe-futures v0.1.5 |
2201 | 2025-03-25T05:03:48.401Z | Checking argon2 v0.5.3 |
2202 | 2025-03-25T05:03:48.472Z | Checking swrite v0.1.0 |
2203 | 2025-03-25T05:03:48.633Z | Compiling owo-colors v4.2.0 |
2204 | 2025-03-25T05:03:48.719Z | Checking libsw-core v0.3.1 |
2205 | 2025-03-25T05:03:49.104Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2206 | 2025-03-25T05:03:49.323Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2207 | 2025-03-25T05:03:49.449Z | Checking libsw v3.4.0 |
2208 | 2025-03-25T05:03:49.748Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2209 | 2025-03-25T05:03:49.795Z | Checking linear-map v1.2.0 |
2210 | 2025-03-25T05:03:50.093Z | Checking pem v3.0.5 |
2211 | 2025-03-25T05:03:50.222Z | Compiling lzma-sys v0.1.20 |
2212 | 2025-03-25T05:03:50.320Z | Checking headers-core v0.3.0 |
2213 | 2025-03-25T05:03:50.414Z | Compiling heck v0.3.3 |
2214 | 2025-03-25T05:03:50.512Z | Checking highway v1.3.0 |
2215 | 2025-03-25T05:03:50.679Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2216 | 2025-03-25T05:03:50.733Z | Checking headers v0.4.0 |
2217 | 2025-03-25T05:03:50.791Z | Compiling zone_cfg_derive v0.1.2 |
2218 | 2025-03-25T05:03:50.958Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2219 | 2025-03-25T05:03:51.088Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2220 | 2025-03-25T05:03:51.150Z | Compiling typify-macro v0.3.0 |
2221 | 2025-03-25T05:03:51.209Z | Checking yasna v0.5.2 |
2222 | 2025-03-25T05:03:51.272Z | Checking base64 v0.13.1 |
2223 | 2025-03-25T05:03:51.710Z | Checking ron v0.7.1 |
2224 | 2025-03-25T05:03:51.785Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2225 | 2025-03-25T05:03:52.059Z | Checking rcgen v0.12.1 |
2226 | 2025-03-25T05:03:52.196Z | Checking zone v0.1.8 |
2227 | 2025-03-25T05:03:52.298Z | Checking xz2 v0.1.7 |
2228 | 2025-03-25T05:03:52.373Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2229 | 2025-03-25T05:03:52.614Z | Checking linked-hash-map v0.5.6 |
2230 | 2025-03-25T05:03:52.711Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2231 | 2025-03-25T05:03:52.737Z | Checking subprocess v0.2.9 |
2232 | 2025-03-25T05:03:52.891Z | Checking resolv-conf v0.7.0 |
2233 | 2025-03-25T05:03:52.894Z | Checking humantime v2.1.0 |
2234 | 2025-03-25T05:03:52.963Z | Checking lru-cache v0.1.2 |
2235 | 2025-03-25T05:03:53.180Z | Compiling semver v0.1.20 |
2236 | 2025-03-25T05:03:53.234Z | Checking half v2.4.1 |
2237 | 2025-03-25T05:03:53.258Z | Checking hickory-resolver v0.24.4 |
2238 | 2025-03-25T05:03:53.307Z | Checking ciborium-io v0.2.2 |
2239 | 2025-03-25T05:03:53.453Z | Checking prettyplease v0.2.30 |
2240 | 2025-03-25T05:03:53.545Z | Compiling rustc_version v0.1.7 |
2241 | 2025-03-25T05:03:53.725Z | Checking ciborium-ll v0.2.2 |
2242 | 2025-03-25T05:03:54.000Z | Compiling newtype_derive v0.1.6 |
2243 | 2025-03-25T05:03:54.055Z | Checking ciborium v0.2.2 |
2244 | 2025-03-25T05:03:54.349Z | Compiling progenitor-macro v0.8.0 |
2245 | 2025-03-25T05:03:54.886Z | Compiling typify v0.3.0 |
2246 | 2025-03-25T05:03:55.048Z | Compiling progenitor-impl v0.9.1 |
2247 | 2025-03-25T05:03:55.075Z | Checking qorb v0.2.1 |
2248 | 2025-03-25T05:03:55.124Z | Checking steno v0.4.1 |
2249 | 2025-03-25T05:03:55.170Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2250 | 2025-03-25T05:03:58.387Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2251 | 2025-03-25T05:03:58.702Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2252 | 2025-03-25T05:03:58.906Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2253 | 2025-03-25T05:03:59.109Z | Compiling slog-dtrace v0.3.0 |
2254 | 2025-03-25T05:03:59.463Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2255 | 2025-03-25T05:03:59.536Z | Checking display-error-chain v0.2.2 |
2256 | 2025-03-25T05:03:59.725Z | Checking gethostname v0.5.0 |
2257 | 2025-03-25T05:03:59.885Z | Checking keccak v0.1.5 |
2258 | 2025-03-25T05:03:59.981Z | Checking bytecount v0.6.8 |
2259 | 2025-03-25T05:04:00.011Z | Checking universal-hash v0.5.1 |
2260 | 2025-03-25T05:04:00.166Z | Checking secrecy v0.8.0 |
2261 | 2025-03-25T05:04:00.226Z | Checking opaque-debug v0.3.1 |
2262 | 2025-03-25T05:04:00.251Z | Checking sha3 v0.10.8 |
2263 | 2025-03-25T05:04:00.354Z | Checking nibble_vec v0.1.0 |
2264 | 2025-03-25T05:04:00.389Z | Compiling blake3 v1.5.4 |
2265 | 2025-03-25T05:04:00.580Z | Checking endian-type v0.1.2 |
2266 | 2025-03-25T05:04:00.650Z | Checking aead v0.5.2 |
2267 | 2025-03-25T05:04:00.825Z | Checking radix_trie v0.2.1 |
2268 | 2025-03-25T05:04:00.911Z | Checking poly1305 v0.8.0 |
2269 | 2025-03-25T05:04:01.473Z | Checking chacha20 v0.9.1 |
2270 | 2025-03-25T05:04:01.709Z | Compiling progenitor-macro v0.9.1 |
2271 | 2025-03-25T05:04:01.833Z | Compiling thiserror-impl-no-std v2.0.2 |
2272 | 2025-03-25T05:04:01.897Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2273 | 2025-03-25T05:04:01.968Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2274 | 2025-03-25T05:04:02.366Z | Checking chacha20poly1305 v0.10.1 |
2275 | 2025-03-25T05:04:02.737Z | Compiling memmap2 v0.9.5 |
2276 | 2025-03-25T05:04:02.742Z | Compiling constant_time_eq v0.3.1 |
2277 | 2025-03-25T05:04:02.797Z | Compiling arrayref v0.3.9 |
2278 | 2025-03-25T05:04:02.932Z | Compiling arrayvec v0.7.6 |
2279 | 2025-03-25T05:04:02.958Z | Compiling toolchain_find v0.4.0 |
2280 | 2025-03-25T05:04:03.561Z | Compiling topological-sort v0.2.2 |
2281 | 2025-03-25T05:04:03.625Z | Compiling rustfmt-wrapper v0.2.1 |
2282 | 2025-03-25T05:04:03.821Z | Checking fxhash v0.2.1 |
2283 | 2025-03-25T05:04:04.043Z | Compiling omicron-zone-package v0.12.0 |
2284 | 2025-03-25T05:04:04.225Z | Checking maplit v1.0.2 |
2285 | 2025-03-25T05:04:04.358Z | Compiling async-recursion v1.1.1 |
2286 | 2025-03-25T05:04:04.489Z | Compiling const_format_proc_macros v0.2.34 |
2287 | 2025-03-25T05:04:04.518Z | Checking thiserror-no-std v2.0.2 |
2288 | 2025-03-25T05:04:04.667Z | Checking vsss-rs v3.3.4 |
2289 | 2025-03-25T05:04:05.253Z | Compiling radium v0.7.0 |
2290 | 2025-03-25T05:04:05.754Z | Checking home v0.5.9 |
2291 | 2025-03-25T05:04:05.848Z | Checking termcolor v1.4.1 |
2292 | 2025-03-25T05:04:05.960Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2293 | 2025-03-25T05:04:06.206Z | Checking kstat-rs v0.2.4 |
2294 | 2025-03-25T05:04:06.233Z | Checking progenitor v0.8.0 |
2295 | 2025-03-25T05:04:06.398Z | Checking const_format v0.2.34 |
2296 | 2025-03-25T05:04:06.460Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2297 | 2025-03-25T05:04:06.498Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2025-03-25T05:04:06.870Z | Compiling vte_generate_state_changes v0.1.2 |
2299 | 2025-03-25T05:04:07.548Z | Compiling maybe-uninit v2.0.0 |
2300 | 2025-03-25T05:04:07.865Z | Checking tap v1.0.1 |
2301 | 2025-03-25T05:04:08.073Z | Checking wyz v0.5.1 |
2302 | 2025-03-25T05:04:08.185Z | Checking vte v0.11.1 |
2303 | 2025-03-25T05:04:08.913Z | Checking fd-lock v4.0.2 |
2304 | 2025-03-25T05:04:09.140Z | Compiling packed_struct v0.10.1 |
2305 | 2025-03-25T05:04:09.635Z | Checking crc-catalog v2.4.0 |
2306 | 2025-03-25T05:04:09.749Z | Checking funty v2.0.0 |
2307 | 2025-03-25T05:04:09.813Z | Checking strip-ansi-escapes v0.2.0 |
2308 | 2025-03-25T05:04:09.837Z | Checking crc v3.2.1 |
2309 | 2025-03-25T05:04:10.151Z | Compiling packed_struct_codegen v0.10.1 |
2310 | 2025-03-25T05:04:10.264Z | Compiling indexmap v1.9.3 |
2311 | 2025-03-25T05:04:10.625Z | Checking nu-ansi-term v0.50.1 |
2312 | 2025-03-25T05:04:10.717Z | Checking bitvec v1.0.1 |
2313 | 2025-03-25T05:04:10.904Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2314 | 2025-03-25T05:04:11.024Z | Checking nodrop v0.1.14 |
2315 | 2025-03-25T05:04:11.173Z | Checking array-init v0.0.4 |
2316 | 2025-03-25T05:04:11.256Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2317 | 2025-03-25T05:04:12.616Z | Checking reedline v0.38.0 |
2318 | 2025-03-25T05:04:13.371Z | Checking smallvec v0.6.14 |
2319 | 2025-03-25T05:04:13.700Z | Checking progenitor v0.9.1 |
2320 | 2025-03-25T05:04:13.871Z | Checking bitfield v0.14.0 |
2321 | 2025-03-25T05:04:13.933Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2322 | 2025-03-25T05:04:13.961Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2323 | 2025-03-25T05:04:14.028Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2324 | 2025-03-25T05:04:15.205Z | Checking hashbrown v0.12.3 |
2325 | 2025-03-25T05:04:16.961Z | Checking serde-hex v0.1.0 |
2326 | 2025-03-25T05:04:17.240Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2327 | 2025-03-25T05:04:17.980Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2328 | 2025-03-25T05:04:18.275Z | Checking env_logger v0.10.2 |
2329 | 2025-03-25T05:04:18.740Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2330 | 2025-03-25T05:04:19.079Z | Checking ron v0.8.1 |
2331 | 2025-03-25T05:04:19.503Z | Checking hashbrown v0.13.2 |
2332 | 2025-03-25T05:04:20.338Z | Compiling libefi-sys v0.1.0 |
2333 | 2025-03-25T05:04:20.503Z | Checking crc-any v2.5.0 |
2334 | 2025-03-25T05:04:20.718Z | Checking object v0.30.4 |
2335 | 2025-03-25T05:04:20.907Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2336 | 2025-03-25T05:04:20.907Z | Compiling phf_generator v0.11.2 |
2337 | 2025-03-25T05:04:21.134Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2338 | 2025-03-25T05:04:21.241Z | Compiling bitfield-struct v0.6.2 |
2339 | 2025-03-25T05:04:21.497Z | Checking path-slash v0.1.5 |
2340 | 2025-03-25T05:04:21.669Z | Compiling phf_codegen v0.11.2 |
2341 | 2025-03-25T05:04:21.916Z | Checking papergrid v0.11.0 |
2342 | 2025-03-25T05:04:22.103Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2343 | 2025-03-25T05:04:22.422Z | Compiling tabled_derive v0.7.0 |
2344 | 2025-03-25T05:04:22.576Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2345 | 2025-03-25T05:04:23.087Z | Compiling parse-zoneinfo v0.3.1 |
2346 | 2025-03-25T05:04:23.394Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2347 | 2025-03-25T05:04:23.538Z | Compiling cfg_aliases v0.1.1 |
2348 | 2025-03-25T05:04:23.672Z | Compiling nix v0.28.0 |
2349 | 2025-03-25T05:04:24.503Z | Compiling chrono-tz-build v0.4.0 |
2350 | 2025-03-25T05:04:24.546Z | Checking tabled v0.15.0 |
2351 | 2025-03-25T05:04:24.633Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2352 | 2025-03-25T05:04:25.179Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2353 | 2025-03-25T05:04:25.692Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2354 | 2025-03-25T05:04:26.374Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2355 | 2025-03-25T05:04:26.548Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2356 | 2025-03-25T05:04:27.739Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2357 | 2025-03-25T05:04:28.523Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2358 | 2025-03-25T05:04:29.192Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2359 | 2025-03-25T05:04:29.560Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2360 | 2025-03-25T05:04:29.965Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2361 | 2025-03-25T05:04:30.296Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2362 | 2025-03-25T05:04:30.478Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2363 | 2025-03-25T05:04:30.967Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2364 | 2025-03-25T05:04:31.115Z | Checking nanorand v0.7.0 |
2365 | 2025-03-25T05:04:31.243Z | Compiling parking_lot_core v0.8.6 |
2366 | 2025-03-25T05:04:31.439Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2367 | 2025-03-25T05:04:31.493Z | Checking flume v0.11.1 |
2368 | 2025-03-25T05:04:31.515Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2369 | 2025-03-25T05:04:31.745Z | Compiling chrono-tz v0.10.1 |
2370 | 2025-03-25T05:04:31.976Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2371 | 2025-03-25T05:04:32.782Z | Compiling peg-macros v0.8.5 |
2372 | 2025-03-25T05:04:33.037Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2373 | 2025-03-25T05:04:33.514Z | Compiling sqlparser_derive v0.2.2 |
2374 | 2025-03-25T05:04:34.144Z | Checking unicode_categories v0.1.1 |
2375 | 2025-03-25T05:04:34.373Z | Checking glob v0.3.2 |
2376 | 2025-03-25T05:04:34.467Z | Checking sqlformat v0.2.6 |
2377 | 2025-03-25T05:04:34.554Z | Checking sqlparser v0.45.0 |
2378 | 2025-03-25T05:04:34.733Z | Checking rustyline v14.0.0 |
2379 | 2025-03-25T05:04:35.613Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2025-03-25T05:04:36.270Z | Checking peg v0.8.5 |
2381 | 2025-03-25T05:04:36.352Z | Checking parking_lot v0.11.2 |
2382 | 2025-03-25T05:04:36.388Z | Checking bcs v0.1.6 |
2383 | 2025-03-25T05:04:36.733Z | Checking termtree v0.5.1 |
2384 | 2025-03-25T05:04:36.850Z | Checking sled v0.34.7 |
2385 | 2025-03-25T05:04:36.955Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2386 | 2025-03-25T05:04:37.345Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2387 | 2025-03-25T05:04:38.042Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2388 | 2025-03-25T05:04:38.225Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2389 | 2025-03-25T05:04:39.353Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2390 | 2025-03-25T05:04:39.443Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2025-03-25T05:04:40.366Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2392 | 2025-03-25T05:04:40.712Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2393 | 2025-03-25T05:04:41.075Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2394 | 2025-03-25T05:04:41.139Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2025-03-25T05:04:41.164Z | Checking hickory-client v0.24.4 |
2396 | 2025-03-25T05:04:41.841Z | Checking hickory-server v0.24.4 |
2397 | 2025-03-25T05:04:42.024Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2398 | 2025-03-25T05:04:43.027Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2399 | 2025-03-25T05:04:43.638Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2400 | 2025-03-25T05:04:44.262Z | Compiling unicase v2.7.0 |
2401 | 2025-03-25T05:04:44.522Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2402 | 2025-03-25T05:04:44.929Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2403 | 2025-03-25T05:04:45.294Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2404 | 2025-03-25T05:04:45.652Z | Compiling dsl_auto_type v0.1.2 |
2405 | 2025-03-25T05:04:46.004Z | Checking scheduled-thread-pool v0.2.7 |
2406 | 2025-03-25T05:04:46.053Z | Compiling diesel_table_macro_syntax v0.2.0 |
2407 | 2025-03-25T05:04:46.256Z | Compiling crunchy v0.2.2 |
2408 | 2025-03-25T05:04:46.499Z | Checking r2d2 v0.8.10 |
2409 | 2025-03-25T05:04:46.603Z | Compiling tiny-keccak v2.0.2 |
2410 | 2025-03-25T05:04:46.643Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2411 | 2025-03-25T05:04:46.957Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2412 | 2025-03-25T05:04:46.957Z | Checking primeorder v0.13.6 |
2413 | 2025-03-25T05:04:47.007Z | Compiling diesel_derives v2.2.3 |
2414 | 2025-03-25T05:04:47.233Z | Compiling ref-cast v1.0.23 |
2415 | 2025-03-25T05:04:47.236Z | Compiling bit-vec v0.6.3 |
2416 | 2025-03-25T05:04:47.475Z | Compiling mime_guess v2.0.5 |
2417 | 2025-03-25T05:04:47.702Z | Compiling bit-set v0.5.3 |
2418 | 2025-03-25T05:04:47.983Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2419 | 2025-03-25T05:04:48.339Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2420 | 2025-03-25T05:04:48.618Z | Compiling ascii-canvas v3.0.0 |
2421 | 2025-03-25T05:04:48.642Z | Compiling ena v0.14.3 |
2422 | 2025-03-25T05:04:48.958Z | Compiling ref-cast-impl v1.0.23 |
2423 | 2025-03-25T05:04:49.065Z | Compiling regex-syntax v0.6.29 |
2424 | 2025-03-25T05:04:49.136Z | Checking http-range v0.1.5 |
2425 | 2025-03-25T05:04:49.170Z | Compiling bindgen v0.71.1 |
2426 | 2025-03-25T05:04:49.350Z | Compiling diff v0.1.13 |
2427 | 2025-03-25T05:04:50.023Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2428 | 2025-03-25T05:04:50.284Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2429 | 2025-03-25T05:04:50.374Z | Checking signal-hook-tokio v0.3.1 |
2430 | 2025-03-25T05:04:50.579Z | Checking atty v0.2.14 |
2431 | 2025-03-25T05:04:50.699Z | Compiling salty v0.3.0 |
2432 | 2025-03-25T05:04:50.728Z | Compiling rustc-hash v2.1.1 |
2433 | 2025-03-25T05:04:51.306Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2025-03-25T05:04:51.971Z | Checking p384 v0.13.0 |
2435 | 2025-03-25T05:04:53.173Z | Compiling lalrpop v0.19.12 |
2436 | 2025-03-25T05:04:53.211Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2025-03-25T05:04:53.382Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2438 | 2025-03-25T05:04:54.046Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2439 | 2025-03-25T05:04:54.327Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2440 | 2025-03-25T05:04:54.588Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2441 | 2025-03-25T05:04:54.722Z | Compiling derive_builder_core v0.20.2 |
2442 | 2025-03-25T05:04:54.954Z | Compiling libxml v0.3.3 |
2443 | 2025-03-25T05:04:55.179Z | Checking hyper-staticfile v0.10.1 |
2444 | 2025-03-25T05:04:55.521Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2445 | 2025-03-25T05:04:55.729Z | Checking tungstenite v0.23.0 |
2446 | 2025-03-25T05:04:56.027Z | Compiling strum_macros v0.24.3 |
2447 | 2025-03-25T05:04:56.030Z | Checking env_filter v0.1.2 |
2448 | 2025-03-25T05:04:56.328Z | Compiling indoc v1.0.9 |
2449 | 2025-03-25T05:04:56.625Z | Checking tokio-tungstenite v0.23.1 |
2450 | 2025-03-25T05:04:56.949Z | Compiling derive_builder_macro v0.20.2 |
2451 | 2025-03-25T05:04:57.144Z | Checking env_logger v0.11.5 |
2452 | 2025-03-25T05:04:57.254Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2453 | 2025-03-25T05:04:57.843Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2454 | 2025-03-25T05:04:57.868Z | Checking derive_builder v0.20.2 |
2455 | 2025-03-25T05:04:58.041Z | Checking quick-xml v0.37.2 |
2456 | 2025-03-25T05:04:58.210Z | Compiling oso-derive v0.27.3 |
2457 | 2025-03-25T05:04:58.468Z | Checking diesel v2.2.8 |
2458 | 2025-03-25T05:04:59.040Z | Compiling impl-trait-for-tuples v0.2.2 |
2459 | 2025-03-25T05:04:59.245Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2460 | 2025-03-25T05:04:59.248Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2461 | 2025-03-25T05:04:59.693Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2462 | 2025-03-25T05:04:59.725Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2463 | 2025-03-25T05:05:00.049Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2464 | 2025-03-25T05:05:00.159Z | Checking nix v0.27.1 |
2465 | 2025-03-25T05:05:00.328Z | Compiling diesel-dtrace v0.4.2 |
2466 | 2025-03-25T05:05:01.451Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2467 | 2025-03-25T05:05:01.497Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2468 | 2025-03-25T05:05:03.502Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2469 | 2025-03-25T05:05:03.565Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2470 | 2025-03-25T05:05:04.153Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2471 | 2025-03-25T05:05:04.376Z | Checking bb8 v0.8.5 |
2472 | 2025-03-25T05:05:04.558Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2473 | 2025-03-25T05:05:04.886Z | Compiling pin-project-internal v1.1.6 |
2474 | 2025-03-25T05:05:05.517Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2475 | 2025-03-25T05:05:05.779Z | Compiling snafu-derive v0.8.5 |
2476 | 2025-03-25T05:05:06.969Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2477 | 2025-03-25T05:05:07.008Z | Checking olpc-cjson v0.1.4 |
2478 | 2025-03-25T05:05:07.245Z | Checking globset v0.4.15 |
2479 | 2025-03-25T05:05:07.631Z | Checking pin-project v1.1.6 |
2480 | 2025-03-25T05:05:07.774Z | Checking serde_plain v1.0.2 |
2481 | 2025-03-25T05:05:07.805Z | Checking typed-path v0.9.3 |
2482 | 2025-03-25T05:05:07.964Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2483 | 2025-03-25T05:05:08.077Z | Checking parse-size v1.1.0 |
2484 | 2025-03-25T05:05:08.311Z | Checking assert_matches v1.5.0 |
2485 | 2025-03-25T05:05:08.441Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2486 | 2025-03-25T05:05:09.546Z | Checking rand_seeder v0.3.0 |
2487 | 2025-03-25T05:05:09.777Z | Compiling proc-macro-error-attr2 v2.0.0 |
2488 | 2025-03-25T05:05:09.854Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2489 | 2025-03-25T05:05:10.289Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2490 | 2025-03-25T05:05:10.556Z | Checking papergrid v0.14.0 |
2491 | 2025-03-25T05:05:10.599Z | Compiling proc-macro-error2 v2.0.1 |
2492 | 2025-03-25T05:05:10.639Z | Checking snafu v0.8.5 |
2493 | 2025-03-25T05:05:10.738Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2494 | 2025-03-25T05:05:11.142Z | Checking tough v0.19.0 |
2495 | 2025-03-25T05:05:11.256Z | Compiling tabled_derive v0.10.0 |
2496 | 2025-03-25T05:05:12.121Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-03-25T05:05:12.586Z | Checking yansi v1.0.1 |
2498 | 2025-03-25T05:05:12.755Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2499 | 2025-03-25T05:05:13.179Z | Checking pretty_assertions v1.4.1 |
2500 | 2025-03-25T05:05:13.520Z | Checking io-lifetimes v1.0.11 |
2501 | 2025-03-25T05:05:13.755Z | Checking rustix v0.37.28 |
2502 | 2025-03-25T05:05:13.994Z | Checking tabled v0.18.0 |
2503 | 2025-03-25T05:05:14.871Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2504 | 2025-03-25T05:05:14.901Z | Checking is_ci v1.2.0 |
2505 | 2025-03-25T05:05:15.074Z | Checking supports-color v3.0.2 |
2506 | 2025-03-25T05:05:15.223Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2507 | 2025-03-25T05:05:15.302Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2508 | 2025-03-25T05:05:15.774Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2509 | 2025-03-25T05:05:16.060Z | Checking terminal_size v0.2.6 |
2510 | 2025-03-25T05:05:16.267Z | Compiling libz-sys v1.1.20 |
2511 | 2025-03-25T05:05:16.490Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2512 | 2025-03-25T05:05:17.001Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2025-03-25T05:05:17.298Z | Compiling indoc v2.0.6 |
2514 | 2025-03-25T05:05:18.226Z | Checking smawk v0.3.2 |
2515 | 2025-03-25T05:05:18.263Z | Checking unicode-linebreak v0.1.5 |
2516 | 2025-03-25T05:05:18.610Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2517 | 2025-03-25T05:05:18.691Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2518 | 2025-03-25T05:05:18.716Z | Checking textwrap v0.16.1 |
2519 | 2025-03-25T05:05:19.135Z | Checking castaway v0.2.3 |
2520 | 2025-03-25T05:05:19.202Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2521 | 2025-03-25T05:05:19.338Z | Checking compact_str v0.8.0 |
2522 | 2025-03-25T05:05:20.243Z | Checking unicode-truncate v1.1.0 |
2523 | 2025-03-25T05:05:20.529Z | Checking lru v0.12.5 |
2524 | 2025-03-25T05:05:20.820Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2525 | 2025-03-25T05:05:20.845Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2025-03-25T05:05:21.649Z | Compiling instability v0.3.2 |
2527 | 2025-03-25T05:05:21.852Z | Checking cassowary v0.3.0 |
2528 | 2025-03-25T05:05:22.172Z | Checking cargo-platform v0.1.8 |
2529 | 2025-03-25T05:05:22.259Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2530 | 2025-03-25T05:05:22.497Z | Checking cargo_metadata v0.19.2 |
2531 | 2025-03-25T05:05:22.712Z | Checking ratatui v0.29.0 |
2532 | 2025-03-25T05:05:23.690Z | Compiling vergen v8.3.2 |
2533 | 2025-03-25T05:05:24.308Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2534 | 2025-03-25T05:05:24.598Z | Compiling cargo_metadata v0.18.1 |
2535 | 2025-03-25T05:05:25.790Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2536 | 2025-03-25T05:05:25.892Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2537 | 2025-03-25T05:05:26.223Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2538 | 2025-03-25T05:05:26.576Z | Checking shell-words v1.1.0 |
2539 | 2025-03-25T05:05:26.786Z | Compiling rustls v0.21.12 |
2540 | 2025-03-25T05:05:27.141Z | Checking plotters-backend v0.3.7 |
2541 | 2025-03-25T05:05:27.554Z | Checking plotters-svg v0.3.7 |
2542 | 2025-03-25T05:05:27.844Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2543 | 2025-03-25T05:05:27.869Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2544 | 2025-03-25T05:05:28.235Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2545 | 2025-03-25T05:05:28.590Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2546 | 2025-03-25T05:05:28.668Z | Checking sct v0.7.1 |
2547 | 2025-03-25T05:05:28.897Z | Checking rustls-webpki v0.101.7 |
2548 | 2025-03-25T05:05:28.925Z | Checking cast v0.3.0 |
2549 | 2025-03-25T05:05:29.057Z | Checking plotters v0.3.7 |
2550 | 2025-03-25T05:05:29.249Z | Checking async-bb8-diesel v0.2.1 |
2551 | 2025-03-25T05:05:30.001Z | Checking criterion-plot v0.5.0 |
2552 | 2025-03-25T05:05:30.493Z | Checking tinytemplate v1.2.1 |
2553 | 2025-03-25T05:05:30.886Z | Checking concurrent-queue v2.5.0 |
2554 | 2025-03-25T05:05:30.957Z | Checking parking v2.2.1 |
2555 | 2025-03-25T05:05:31.178Z | Checking oorandom v11.1.4 |
2556 | 2025-03-25T05:05:31.247Z | Checking anes v0.1.6 |
2557 | 2025-03-25T05:05:31.380Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2558 | 2025-03-25T05:05:31.643Z | Checking criterion v0.5.1 |
2559 | 2025-03-25T05:05:31.743Z | Checking rustls-pemfile v1.0.4 |
2560 | 2025-03-25T05:05:31.990Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2561 | 2025-03-25T05:05:32.335Z | Checking twox-hash v2.1.0 |
2562 | 2025-03-25T05:05:32.921Z | Checking tokio-rustls v0.24.1 |
2563 | 2025-03-25T05:05:32.976Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2564 | 2025-03-25T05:05:33.374Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2565 | 2025-03-25T05:05:34.496Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2566 | 2025-03-25T05:05:35.190Z | Checking fatfs v0.3.6 |
2567 | 2025-03-25T05:05:36.102Z | Checking csv-core v0.1.11 |
2568 | 2025-03-25T05:05:36.319Z | Checking hex-literal v0.4.1 |
2569 | 2025-03-25T05:05:36.458Z | Checking csv v1.3.1 |
2570 | 2025-03-25T05:05:36.492Z | Checking event-listener v5.3.1 |
2571 | 2025-03-25T05:05:36.928Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2572 | 2025-03-25T05:05:37.301Z | Checking rtoolbox v0.0.2 |
2573 | 2025-03-25T05:05:37.497Z | Checking rpassword v7.3.1 |
2574 | 2025-03-25T05:05:37.668Z | Checking event-listener-strategy v0.5.2 |
2575 | 2025-03-25T05:05:37.907Z | Checking tui-tree-widget v0.23.0 |
2576 | 2025-03-25T05:05:38.282Z | Checking polyval v0.6.2 |
2577 | 2025-03-25T05:05:38.568Z | Checking ghash v0.5.1 |
2578 | 2025-03-25T05:05:38.779Z | Checking futures-lite v2.3.0 |
2579 | 2025-03-25T05:05:40.113Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2580 | 2025-03-25T05:05:40.616Z | Checking ctr v0.9.2 |
2581 | 2025-03-25T05:05:41.626Z | Checking aes-gcm v0.10.3 |
2582 | 2025-03-25T05:05:41.899Z | Checking ssh-encoding v0.2.0 |
2583 | 2025-03-25T05:05:42.271Z | Checking blowfish v0.9.1 |
2584 | 2025-03-25T05:05:42.358Z | Checking ssh-cipher v0.2.0 |
2585 | 2025-03-25T05:05:42.548Z | Checking bcrypt-pbkdf v0.10.0 |
2586 | 2025-03-25T05:05:42.670Z | Checking async-lock v3.4.0 |
2587 | 2025-03-25T05:05:42.819Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2588 | 2025-03-25T05:05:43.415Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2589 | 2025-03-25T05:05:43.488Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2590 | 2025-03-25T05:05:43.606Z | Checking polling v3.7.3 |
2591 | 2025-03-25T05:05:44.030Z | Checking password-hash v0.4.2 |
2592 | 2025-03-25T05:05:44.462Z | Checking pbkdf2 v0.11.0 |
2593 | 2025-03-25T05:05:44.767Z | Checking async-io v2.3.4 |
2594 | 2025-03-25T05:05:44.791Z | Checking ssh-key v0.6.6 |
2595 | 2025-03-25T05:05:45.669Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2596 | 2025-03-25T05:05:46.314Z | Checking p521 v0.13.3 |
2597 | 2025-03-25T05:05:46.385Z | Checking p256 v0.13.2 |
2598 | 2025-03-25T05:05:46.887Z | Checking russh-cryptovec v0.7.3 |
2599 | 2025-03-25T05:05:47.146Z | Checking async-task v4.7.1 |
2600 | 2025-03-25T05:05:47.544Z | Checking md5 v0.7.0 |
2601 | 2025-03-25T05:05:47.811Z | Compiling target-lexicon v0.13.2 |
2602 | 2025-03-25T05:05:47.876Z | Checking russh-keys v0.45.0 |
2603 | 2025-03-25T05:05:48.958Z | Checking async-channel v2.3.1 |
2604 | 2025-03-25T05:05:49.168Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2605 | 2025-03-25T05:05:49.266Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2606 | 2025-03-25T05:05:49.644Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2607 | 2025-03-25T05:05:50.055Z | Checking piper v0.2.4 |
2608 | 2025-03-25T05:05:50.316Z | Checking num-bigint v0.4.6 |
2609 | 2025-03-25T05:05:50.458Z | Checking des v0.8.1 |
2610 | 2025-03-25T05:05:50.764Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2611 | 2025-03-25T05:05:50.787Z | Checking futures-timer v3.0.3 |
2612 | 2025-03-25T05:05:51.129Z | Compiling guppy-workspace-hack v0.1.0 |
2613 | 2025-03-25T05:05:51.501Z | Checking blocking v1.6.1 |
2614 | 2025-03-25T05:05:51.594Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2615 | 2025-03-25T05:05:52.318Z | Checking async-executor v1.13.1 |
2616 | 2025-03-25T05:05:52.539Z | Checking russh v0.45.0 |
2617 | 2025-03-25T05:05:52.690Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2618 | 2025-03-25T05:05:53.095Z | Checking async-signal v0.2.10 |
2619 | 2025-03-25T05:05:53.245Z | Checking rustls-native-certs v0.7.3 |
2620 | 2025-03-25T05:05:53.407Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2621 | 2025-03-25T05:05:53.749Z | Compiling target-spec v3.4.2 |
2622 | 2025-03-25T05:05:53.818Z | Checking internet-checksum v0.2.1 |
2623 | 2025-03-25T05:05:54.012Z | Checking event-listener v2.5.3 |
2624 | 2025-03-25T05:05:54.261Z | Checking async-channel v1.9.0 |
2625 | 2025-03-25T05:05:54.581Z | Checking hyper-rustls v0.26.0 |
2626 | 2025-03-25T05:05:54.905Z | Checking async-process v2.3.0 |
2627 | 2025-03-25T05:05:54.928Z | Checking async-global-executor v2.4.1 |
2628 | 2025-03-25T05:05:55.236Z | Checking cfg-expr v0.18.0 |
2629 | 2025-03-25T05:05:55.480Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2630 | 2025-03-25T05:05:56.088Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2631 | 2025-03-25T05:05:56.637Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2632 | 2025-03-25T05:05:57.068Z | Checking httptest v0.16.3 |
2633 | 2025-03-25T05:05:57.093Z | Compiling petname v2.0.2 |
2634 | 2025-03-25T05:05:57.752Z | Checking kv-log-macro v1.0.7 |
2635 | 2025-03-25T05:05:57.912Z | Compiling async-attributes v1.1.2 |
2636 | 2025-03-25T05:05:58.691Z | Checking async-std v1.13.0 |
2637 | 2025-03-25T05:06:00.376Z | Checking pathdiff v0.2.3 |
2638 | 2025-03-25T05:06:00.513Z | Compiling rstest_macros v0.24.0 |
2639 | 2025-03-25T05:06:00.570Z | Compiling target-triple v0.1.3 |
2640 | 2025-03-25T05:06:01.054Z | Compiling doc-comment v0.3.3 |
2641 | 2025-03-25T05:06:01.124Z | Checking nested v0.1.1 |
2642 | 2025-03-25T05:06:01.348Z | Checking guppy v0.17.17 |
2643 | 2025-03-25T05:06:02.193Z | Checking async-object-pool v0.1.5 |
2644 | 2025-03-25T05:06:02.419Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2645 | 2025-03-25T05:06:02.768Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2646 | 2025-03-25T05:06:03.120Z | Checking similar-asserts v1.7.0 |
2647 | 2025-03-25T05:06:03.275Z | Checking serde_regex v1.1.0 |
2648 | 2025-03-25T05:06:03.395Z | Checking assert-json-diff v2.0.2 |
2649 | 2025-03-25T05:06:03.565Z | Compiling proc-macro-crate v3.2.0 |
2650 | 2025-03-25T05:06:03.738Z | Checking path-tree v0.8.1 |
2651 | 2025-03-25T05:06:04.154Z | Checking stringmetrics v2.2.2 |
2652 | 2025-03-25T05:06:04.449Z | Compiling assert_cmd v2.0.16 |
2653 | 2025-03-25T05:06:04.719Z | Checking sync-ptr v0.1.1 |
2654 | 2025-03-25T05:06:04.874Z | Compiling relative-path v1.9.3 |
2655 | 2025-03-25T05:06:05.003Z | Checking httpmock v0.8.0-alpha.1 |
2656 | 2025-03-25T05:06:05.569Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2657 | 2025-03-25T05:06:06.889Z | Checking blake2b_simd v1.0.2 |
2658 | 2025-03-25T05:06:07.720Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2659 | 2025-03-25T05:06:10.312Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2660 | 2025-03-25T05:06:10.656Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2661 | 2025-03-25T05:06:10.964Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2662 | 2025-03-25T05:06:11.296Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2663 | 2025-03-25T05:06:11.819Z | Checking serde_tokenstream v0.2.2 |
2664 | 2025-03-25T05:06:12.216Z | Checking uzers v0.12.1 |
2665 | 2025-03-25T05:06:12.790Z | Checking rust-argon2 v2.1.0 |
2666 | 2025-03-25T05:06:13.756Z | Checking trybuild v1.0.103 |
2667 | 2025-03-25T05:06:13.960Z | Checking rstest v0.24.0 |
2668 | 2025-03-25T05:06:14.208Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2669 | 2025-03-25T05:06:15.117Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2670 | 2025-03-25T05:06:15.486Z | Compiling git2 v0.19.0 |
2671 | 2025-03-25T05:06:15.562Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2672 | 2025-03-25T05:06:16.758Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2673 | 2025-03-25T05:06:17.616Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2674 | 2025-03-25T05:06:17.982Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2675 | 2025-03-25T05:06:18.326Z | Checking rand_distr v0.4.3 |
2676 | 2025-03-25T05:06:19.017Z | Checking multimap v0.10.0 |
2677 | 2025-03-25T05:06:19.366Z | Checking approx v0.5.1 |
2678 | 2025-03-25T05:06:19.706Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2679 | 2025-03-25T05:06:20.066Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2680 | 2025-03-25T05:06:21.451Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2681 | 2025-03-25T05:06:21.937Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2682 | 2025-03-25T05:06:22.789Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2683 | 2025-03-25T05:06:22.985Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2684 | 2025-03-25T05:06:23.327Z | Checking partial-io v0.5.4 |
2685 | 2025-03-25T05:06:23.704Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2686 | 2025-03-25T05:06:23.733Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2687 | 2025-03-25T05:06:23.877Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2688 | 2025-03-25T05:06:24.048Z | Checking cargo_toml v0.21.0 |
2689 | 2025-03-25T05:06:24.442Z | Checking termios v0.3.3 |
2690 | 2025-03-25T05:06:24.706Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2691 | 2025-03-25T05:06:25.509Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2692 | 2025-03-25T05:06:25.786Z | Compiling samael v0.0.18 |
2693 | 2025-03-25T05:06:26.047Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2694 | 2025-03-25T05:06:28.819Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2695 | 2025-03-25T05:06:47.290Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2696 | 2025-03-25T05:06:53.679Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2697 | 2025-03-25T05:07:16.956Z | Compiling polar-core v0.27.3 |
2698 | 2025-03-25T05:07:19.885Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2699 | 2025-03-25T05:07:20.815Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2700 | 2025-03-25T05:07:24.378Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2701 | 2025-03-25T05:07:28.108Z | Checking oso v0.27.3 |
2702 | 2025-03-25T05:08:09.371Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2703 | 2025-03-25T05:08:09.374Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2704 | 2025-03-25T05:08:09.374Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2705 | 2025-03-25T05:09:25.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 36s |
2706 | 2025-03-25T05:09:26.007Z | |
2707 | 2025-03-25T05:09:26.007Z | real 6:40.780155393 |
2708 | 2025-03-25T05:09:26.007Z | user 36:50.165739871 |
2709 | 2025-03-25T05:09:26.007Z | sys 5:19.730493928 |
2710 | 2025-03-25T05:09:26.007Z | trap 1.088496440 |
2711 | 2025-03-25T05:09:26.007Z | tflt 0.440433284 |
2712 | 2025-03-25T05:09:26.007Z | dflt 0.244528983 |
2713 | 2025-03-25T05:09:26.011Z | kflt 0.001105302 |
2714 | 2025-03-25T05:09:26.011Z | lock 53:32.594602287 |
2715 | 2025-03-25T05:09:26.011Z | slp 2:05:42.434292703 |
2716 | 2025-03-25T05:09:26.011Z | lat 1:47.774120726 |
2717 | 2025-03-25T05:09:26.011Z | stop 7:07.389136004 |
2718 | 2025-03-25T05:09:26.011Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2719 | 2025-03-25T05:09:26.011Z | + ptime -m cargo doc --workspace --no-deps |
2720 | 2025-03-25T05:09:27.151Z | warning: output filename collision. |
2721 | 2025-03-25T05:09:27.151Z | 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-25T05:09:27.151Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2723 | 2025-03-25T05:09:27.151Z | The targets should have unique names. |
2724 | 2025-03-25T05:09:27.151Z | This is a known bug where multiple crates with the same name use |
2725 | 2025-03-25T05:09:27.151Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2726 | 2025-03-25T05:09:27.663Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2727 | 2025-03-25T05:09:27.812Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2728 | 2025-03-25T05:09:27.833Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2729 | 2025-03-25T05:09:27.885Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2730 | 2025-03-25T05:09:27.912Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2731 | 2025-03-25T05:09:27.942Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2732 | 2025-03-25T05:09:27.942Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2733 | 2025-03-25T05:09:28.174Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2734 | 2025-03-25T05:09:28.204Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2735 | 2025-03-25T05:09:28.247Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2736 | 2025-03-25T05:09:28.317Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2737 | 2025-03-25T05:09:28.463Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2738 | 2025-03-25T05:09:28.598Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2739 | 2025-03-25T05:09:28.777Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2740 | 2025-03-25T05:09:28.912Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2741 | 2025-03-25T05:09:29.019Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2742 | 2025-03-25T05:09:29.215Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2743 | 2025-03-25T05:09:29.360Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2744 | 2025-03-25T05:09:29.785Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2745 | 2025-03-25T05:09:30.033Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2746 | 2025-03-25T05:09:30.146Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2747 | 2025-03-25T05:09:30.347Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2748 | 2025-03-25T05:09:30.406Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2749 | 2025-03-25T05:09:30.722Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2750 | 2025-03-25T05:09:30.780Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2751 | 2025-03-25T05:09:30.998Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2752 | 2025-03-25T05:09:31.417Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2753 | 2025-03-25T05:09:31.545Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2754 | 2025-03-25T05:09:31.984Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2755 | 2025-03-25T05:09:31.987Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2756 | 2025-03-25T05:09:32.248Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2757 | 2025-03-25T05:09:32.325Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2758 | 2025-03-25T05:09:32.533Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2759 | 2025-03-25T05:09:32.619Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2760 | 2025-03-25T05:09:32.647Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2761 | 2025-03-25T05:09:32.959Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2762 | 2025-03-25T05:09:32.992Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2763 | 2025-03-25T05:09:33.087Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2764 | 2025-03-25T05:09:33.435Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2765 | 2025-03-25T05:09:33.439Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2766 | 2025-03-25T05:09:33.457Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2767 | 2025-03-25T05:09:33.532Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2768 | 2025-03-25T05:09:33.737Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2769 | 2025-03-25T05:09:33.766Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2770 | 2025-03-25T05:09:33.836Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2771 | 2025-03-25T05:09:33.895Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2772 | 2025-03-25T05:09:34.114Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2773 | 2025-03-25T05:09:34.823Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2774 | 2025-03-25T05:09:35.519Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2775 | 2025-03-25T05:09:35.992Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2776 | 2025-03-25T05:09:36.988Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2777 | 2025-03-25T05:09:38.160Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2778 | 2025-03-25T05:09:38.669Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2779 | 2025-03-25T05:09:39.114Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2780 | 2025-03-25T05:09:39.330Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2781 | 2025-03-25T05:09:39.958Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2782 | 2025-03-25T05:09:40.432Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2783 | 2025-03-25T05:09:41.474Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2784 | 2025-03-25T05:09:41.818Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2785 | 2025-03-25T05:09:42.405Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2786 | 2025-03-25T05:09:42.565Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2787 | 2025-03-25T05:09:42.765Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2788 | 2025-03-25T05:09:43.127Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2789 | 2025-03-25T05:09:43.998Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2790 | 2025-03-25T05:09:44.051Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2791 | 2025-03-25T05:09:44.315Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2792 | 2025-03-25T05:09:44.553Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2793 | 2025-03-25T05:09:45.703Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2794 | 2025-03-25T05:09:46.128Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2795 | 2025-03-25T05:09:46.877Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2796 | 2025-03-25T05:09:47.388Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2797 | 2025-03-25T05:09:48.120Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2798 | 2025-03-25T05:09:48.172Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2799 | 2025-03-25T05:09:48.572Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2800 | 2025-03-25T05:09:48.783Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2801 | 2025-03-25T05:09:48.857Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2802 | 2025-03-25T05:09:50.296Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2803 | 2025-03-25T05:09:50.653Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2804 | 2025-03-25T05:09:50.989Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2805 | 2025-03-25T05:09:51.586Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2806 | 2025-03-25T05:09:52.246Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2807 | 2025-03-25T05:09:52.305Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2808 | 2025-03-25T05:09:52.702Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2809 | 2025-03-25T05:09:53.472Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2810 | 2025-03-25T05:09:53.925Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2025-03-25T05:09:54.231Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2812 | 2025-03-25T05:09:54.256Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2813 | 2025-03-25T05:09:54.260Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2814 | 2025-03-25T05:09:54.330Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2815 | 2025-03-25T05:09:54.363Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2816 | 2025-03-25T05:09:54.819Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2817 | 2025-03-25T05:09:55.339Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2818 | 2025-03-25T05:09:55.519Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2819 | 2025-03-25T05:09:55.801Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2820 | 2025-03-25T05:09:56.147Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2821 | 2025-03-25T05:09:56.245Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2822 | 2025-03-25T05:09:56.427Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2823 | 2025-03-25T05:09:56.681Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2824 | 2025-03-25T05:09:56.826Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2825 | 2025-03-25T05:09:57.357Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2826 | 2025-03-25T05:09:57.442Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2827 | 2025-03-25T05:09:57.620Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2828 | 2025-03-25T05:09:58.073Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2829 | 2025-03-25T05:09:59.083Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2830 | 2025-03-25T05:09:59.104Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2831 | 2025-03-25T05:10:00.665Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2832 | 2025-03-25T05:10:01.153Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2833 | 2025-03-25T05:10:01.596Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2834 | 2025-03-25T05:10:02.398Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2835 | 2025-03-25T05:10:02.510Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2836 | 2025-03-25T05:10:03.291Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2837 | 2025-03-25T05:10:03.554Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2838 | 2025-03-25T05:10:03.591Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2839 | 2025-03-25T05:10:03.857Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2840 | 2025-03-25T05:10:04.685Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2841 | 2025-03-25T05:10:04.932Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2842 | 2025-03-25T05:10:05.485Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2843 | 2025-03-25T05:10:05.598Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2844 | 2025-03-25T05:10:05.792Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2845 | 2025-03-25T05:10:06.063Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2846 | 2025-03-25T05:10:07.610Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2847 | 2025-03-25T05:10:10.317Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2848 | 2025-03-25T05:10:10.587Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2849 | 2025-03-25T05:10:10.625Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2850 | 2025-03-25T05:10:11.101Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2851 | 2025-03-25T05:10:11.456Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2852 | 2025-03-25T05:10:11.846Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2853 | 2025-03-25T05:10:12.292Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2854 | 2025-03-25T05:10:13.638Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2855 | 2025-03-25T05:10:14.518Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2856 | 2025-03-25T05:10:15.018Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2857 | 2025-03-25T05:10:15.939Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2858 | 2025-03-25T05:10:16.964Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2859 | 2025-03-25T05:10:21.706Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2860 | 2025-03-25T05:10:23.383Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2861 | 2025-03-25T05:10:26.194Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2862 | 2025-03-25T05:10:27.456Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2863 | 2025-03-25T05:10:31.347Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2864 | 2025-03-25T05:10:32.446Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2865 | 2025-03-25T05:10:32.723Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2866 | 2025-03-25T05:10:33.407Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2867 | 2025-03-25T05:10:34.487Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2868 | 2025-03-25T05:10:34.691Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2869 | 2025-03-25T05:10:35.932Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2870 | 2025-03-25T05:10:37.845Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2871 | 2025-03-25T05:10:38.246Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2872 | 2025-03-25T05:10:42.164Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2873 | 2025-03-25T05:10:43.455Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2874 | 2025-03-25T05:10:43.506Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2875 | 2025-03-25T05:10:44.991Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2876 | 2025-03-25T05:10:45.216Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2877 | 2025-03-25T05:10:45.926Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2878 | 2025-03-25T05:10:46.656Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2879 | 2025-03-25T05:10:47.422Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2880 | 2025-03-25T05:10:48.441Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2881 | 2025-03-25T05:10:50.582Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2882 | 2025-03-25T05:10:50.735Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2883 | 2025-03-25T05:10:51.168Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2884 | 2025-03-25T05:10:51.991Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2885 | 2025-03-25T05:10:52.206Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2886 | 2025-03-25T05:10:52.253Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2887 | 2025-03-25T05:10:54.361Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2888 | 2025-03-25T05:10:55.026Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2889 | 2025-03-25T05:10:55.775Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2890 | 2025-03-25T05:10:55.999Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2891 | 2025-03-25T05:10:56.861Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2892 | 2025-03-25T05:10:56.897Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2893 | 2025-03-25T05:10:57.157Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2894 | 2025-03-25T05:10:59.696Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2895 | 2025-03-25T05:11:00.002Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2896 | 2025-03-25T05:11:00.359Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2897 | 2025-03-25T05:11:00.914Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2898 | 2025-03-25T05:11:01.284Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2899 | 2025-03-25T05:11:02.979Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2900 | 2025-03-25T05:11:03.359Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2901 | 2025-03-25T05:11:03.777Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2902 | 2025-03-25T05:11:04.705Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2903 | 2025-03-25T05:11:06.854Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2904 | 2025-03-25T05:11:07.572Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2905 | 2025-03-25T05:11:07.986Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2906 | 2025-03-25T05:11:07.990Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2907 | 2025-03-25T05:11:08.977Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2908 | 2025-03-25T05:11:10.991Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2909 | 2025-03-25T05:11:12.076Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2910 | 2025-03-25T05:11:12.410Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2911 | 2025-03-25T05:11:12.830Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2912 | 2025-03-25T05:11:13.192Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2913 | 2025-03-25T05:11:14.290Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2914 | 2025-03-25T05:11:14.576Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2915 | 2025-03-25T05:11:14.741Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2916 | 2025-03-25T05:11:17.018Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2917 | 2025-03-25T05:11:17.947Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2918 | 2025-03-25T05:11:18.487Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2919 | 2025-03-25T05:11:19.107Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2920 | 2025-03-25T05:11:20.254Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2921 | 2025-03-25T05:11:20.639Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2922 | 2025-03-25T05:11:21.652Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2923 | 2025-03-25T05:11:22.919Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2924 | 2025-03-25T05:11:23.612Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2925 | 2025-03-25T05:11:24.005Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2926 | 2025-03-25T05:11:25.150Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2927 | 2025-03-25T05:11:25.386Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2928 | 2025-03-25T05:11:26.587Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2929 | 2025-03-25T05:11:27.293Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2930 | 2025-03-25T05:11:28.385Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2931 | 2025-03-25T05:11:28.728Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2932 | 2025-03-25T05:11:30.038Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2933 | 2025-03-25T05:11:31.337Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2934 | 2025-03-25T05:11:31.392Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2935 | 2025-03-25T05:11:31.764Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2936 | 2025-03-25T05:11:32.220Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2937 | 2025-03-25T05:11:32.341Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2938 | 2025-03-25T05:11:33.242Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2939 | 2025-03-25T05:11:33.379Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2940 | 2025-03-25T05:11:34.275Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2941 | 2025-03-25T05:11:34.648Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2942 | 2025-03-25T05:11:34.827Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2943 | 2025-03-25T05:11:35.087Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2944 | 2025-03-25T05:11:35.768Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2945 | 2025-03-25T05:11:35.839Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2946 | 2025-03-25T05:11:36.129Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2947 | 2025-03-25T05:11:36.697Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2948 | 2025-03-25T05:11:37.021Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2949 | 2025-03-25T05:11:38.023Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2950 | 2025-03-25T05:11:38.532Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2951 | 2025-03-25T05:11:38.862Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2952 | 2025-03-25T05:11:39.282Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2953 | 2025-03-25T05:11:56.619Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2954 | 2025-03-25T05:11:56.623Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2955 | 2025-03-25T05:11:56.623Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2956 | 2025-03-25T05:11:56.623Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2957 | 2025-03-25T05:11:57.619Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2958 | 2025-03-25T05:11:57.682Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2959 | 2025-03-25T05:11:57.711Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2960 | 2025-03-25T05:11:57.790Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2961 | 2025-03-25T05:11:59.955Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2962 | 2025-03-25T05:12:04.878Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2963 | 2025-03-25T05:12:05.869Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2964 | 2025-03-25T05:12:05.955Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2965 | 2025-03-25T05:12:51.017Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2966 | 2025-03-25T05:12:58.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 31s |
2967 | 2025-03-25T05:12:58.237Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2968 | 2025-03-25T05:12:58.306Z | |
2969 | 2025-03-25T05:12:58.306Z | real 3:32.229713378 |
2970 | 2025-03-25T05:12:58.306Z | user 18:37.378680806 |
2971 | 2025-03-25T05:12:58.306Z | sys 2:35.922271609 |
2972 | 2025-03-25T05:12:58.307Z | trap 0.534429577 |
2973 | 2025-03-25T05:12:58.310Z | tflt 0.179011974 |
2974 | 2025-03-25T05:12:58.310Z | dflt 0.115319948 |
2975 | 2025-03-25T05:12:58.310Z | kflt 0.000181899 |
2976 | 2025-03-25T05:12:58.310Z | lock 29:38.611664735 |
2977 | 2025-03-25T05:12:58.310Z | slp 52:09.720019362 |
2978 | 2025-03-25T05:12:58.310Z | lat 1:08.030894743 |
2979 | 2025-03-25T05:12:58.310Z | stop 1:22.406819495 |
2980 | 2025-03-25T05:12:58.310Z | process exited: duration 916919 ms, exit code 0 |
|
2981 | 2025-03-25T05:12:58.317Z | found 0 output files |