|
|
|
1 | 2025-03-07T22:26:09.477Z | job assigned to worker 01JNSBD8K6Y10YYZ01BHQ5QBDS [factory aws, i-095464f9657f87d83] (queued for 22 m 43 s) |
|
2 | 2025-03-07T22:26:18.576Z | starting task 0: "setup" |
3 | 2025-03-07T22:26:18.581Z | ++ uname -s |
4 | 2025-03-07T22:26:18.584Z | + kern=SunOS |
5 | 2025-03-07T22:26:18.584Z | + build_user=build |
6 | 2025-03-07T22:26:18.584Z | + build_uid=12345 |
7 | 2025-03-07T22:26:18.584Z | + work_dir=/work |
8 | 2025-03-07T22:26:18.584Z | + input_dir=/input |
9 | 2025-03-07T22:26:18.584Z | + [[ 0 == 12345 ]] |
10 | 2025-03-07T22:26:18.584Z | + case "$kern" in |
11 | 2025-03-07T22:26:18.584Z | + groupadd -g 12345 build |
12 | 2025-03-07T22:26:18.587Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-07T22:26:20.593Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-07T22:26:20.704Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-07T22:26:20.708Z | + home_fs=zfs |
16 | 2025-03-07T22:26:20.708Z | + [[ zfs == autofs ]] |
17 | 2025-03-07T22:26:20.708Z | + mkdir -p /home/build |
18 | 2025-03-07T22:26:20.708Z | + chown build:build /home/build /work |
19 | 2025-03-07T22:26:22.711Z | + chmod 0700 /home/build /work |
20 | 2025-03-07T22:26:22.714Z | process exited: duration 4140 ms, exit code 0 |
|
21 | 2025-03-07T22:26:22.721Z | starting task 1: "rust-toolchain" |
22 | 2025-03-07T22:26:22.727Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-07T22:26:22.727Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-07T22:26:22.727Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-07T22:26:22.727Z | * rust toolchain profile = "default" |
26 | 2025-03-07T22:26:22.727Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-07T22:26:22.727Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-07T22:26:22.730Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-07T22:26:22.730Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-07T22:26:22.846Z | info: downloading installer |
31 | 2025-03-07T22:26:24.307Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-07T22:26:24.307Z | warn: /opt/ooce/bin |
33 | 2025-03-07T22:26:24.307Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-07T22:26:24.307Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-07T22:26:24.307Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-07T22:26:24.307Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-07T22:26:24.307Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-07T22:26:24.307Z | error: cannot install while Rust is installed |
39 | 2025-03-07T22:26:24.307Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-07T22:26:24.346Z | info: profile set to 'default' |
41 | 2025-03-07T22:26:24.346Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-07T22:26:24.349Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-07T22:26:24.524Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-07T22:26:24.524Z | info: downloading component 'cargo' |
45 | 2025-03-07T22:26:25.427Z | info: downloading component 'clippy' |
46 | 2025-03-07T22:26:25.811Z | info: downloading component 'rust-docs' |
47 | 2025-03-07T22:26:27.187Z | info: downloading component 'rust-std' |
48 | 2025-03-07T22:26:29.146Z | info: downloading component 'rustc' |
49 | 2025-03-07T22:26:37.029Z | info: downloading component 'rustfmt' |
50 | 2025-03-07T22:26:37.273Z | info: installing component 'cargo' |
51 | 2025-03-07T22:26:38.085Z | info: installing component 'clippy' |
52 | 2025-03-07T22:26:38.468Z | info: installing component 'rust-docs' |
53 | 2025-03-07T22:26:40.199Z | info: installing component 'rust-std' |
54 | 2025-03-07T22:26:42.063Z | info: installing component 'rustc' |
55 | 2025-03-07T22:26:47.896Z | info: installing component 'rustfmt' |
56 | 2025-03-07T22:26:48.224Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-07T22:26:48.224Z | |
58 | 2025-03-07T22:26:48.588Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-07T22:26:48.588Z | |
60 | 2025-03-07T22:26:48.591Z | |
61 | 2025-03-07T22:26:48.591Z | Rust is installed now. Great! |
62 | 2025-03-07T22:26:48.591Z | |
63 | 2025-03-07T22:26:48.591Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-07T22:26:48.591Z | environment variable. This has not been done automatically. |
65 | 2025-03-07T22:26:48.591Z | |
66 | 2025-03-07T22:26:48.591Z | To configure your current shell, you need to source |
67 | 2025-03-07T22:26:48.591Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-07T22:26:48.591Z | |
69 | 2025-03-07T22:26:48.591Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-07T22:26:48.591Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-07T22:26:48.591Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-07T22:26:48.591Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-07T22:26:48.661Z | + rustup --version |
74 | 2025-03-07T22:26:48.672Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-07T22:26:48.675Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-07T22:26:48.700Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-07T22:26:48.705Z | + cargo --version |
78 | 2025-03-07T22:26:48.720Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-07T22:26:48.724Z | + rustc --version |
80 | 2025-03-07T22:26:48.750Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-07T22:26:48.753Z | process exited: duration 26026 ms, exit code 0 |
|
82 | 2025-03-07T22:26:48.760Z | starting task 2: "authentication" |
83 | 2025-03-07T22:26:48.781Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-07T22:26:48.787Z | starting task 3: "clone repository" |
85 | 2025-03-07T22:26:48.792Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-07T22:26:48.795Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-07T22:26:48.905Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-07T22:26:58.406Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-07T22:26:58.410Z | + git fetch origin 1005669a265bdb3ebd76577e4c2bae3b77a65e55 |
90 | 2025-03-07T22:26:58.728Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-07T22:26:58.728Z | * branch 1005669a265bdb3ebd76577e4c2bae3b77a65e55 -> FETCH_HEAD |
92 | 2025-03-07T22:26:58.739Z | + [[ -n more-manual-pagination ]] |
93 | 2025-03-07T22:26:58.743Z | ++ git branch --show-current |
94 | 2025-03-07T22:26:58.743Z | + current=main |
95 | 2025-03-07T22:26:58.743Z | + [[ main != more-manual-pagination ]] |
96 | 2025-03-07T22:26:58.743Z | + git branch -f more-manual-pagination 1005669a265bdb3ebd76577e4c2bae3b77a65e55 |
97 | 2025-03-07T22:26:58.746Z | + git checkout -f more-manual-pagination |
98 | 2025-03-07T22:26:58.931Z | Switched to branch 'more-manual-pagination' |
99 | 2025-03-07T22:26:58.934Z | + git reset --hard 1005669a265bdb3ebd76577e4c2bae3b77a65e55 |
100 | 2025-03-07T22:26:58.964Z | HEAD is now at 1005669a2 Merge branch 'paginated-manually' into more-manual-pagination |
101 | 2025-03-07T22:26:58.967Z | process exited: duration 10176 ms, exit code 0 |
|
102 | 2025-03-07T22:26:58.975Z | starting task 4: "build" |
103 | 2025-03-07T22:26:58.979Z | + source ./env.sh |
104 | 2025-03-07T22:26:58.980Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-07T22:26:58.980Z | ++ set -o xtrace |
106 | 2025-03-07T22:26:58.983Z | ++++ dirname ./env.sh |
107 | 2025-03-07T22:26:58.987Z | +++ readlink -f . |
108 | 2025-03-07T22:26:58.990Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-07T22:26:58.990Z | ++ 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-07T22:26:58.990Z | ++ 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-07T22:26:58.990Z | ++ 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-07T22:26:58.991Z | ++ 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-07T22:26:58.991Z | ++ 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-07T22:26:58.991Z | ++ 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-07T22:26:58.991Z | ++ 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-07T22:26:58.991Z | ++ 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-07T22:26:58.991Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-07T22:26:58.991Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-07T22:26:58.991Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-07T22:26:58.991Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-07T22:26:58.991Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-07T22:26:58.991Z | + cargo --version |
123 | 2025-03-07T22:26:59.043Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-07T22:26:59.046Z | + rustc --version |
125 | 2025-03-07T22:26:59.111Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-07T22:26:59.114Z | + banner prerequisites |
127 | 2025-03-07T22:26:59.271Z | |
128 | 2025-03-07T22:26:59.271Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-07T22:26:59.271Z | # # # # # # # # # # # # # # # |
130 | 2025-03-07T22:26:59.271Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-07T22:26:59.271Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-07T22:26:59.271Z | # # # # # # # # # # # # # # # |
133 | 2025-03-07T22:26:59.271Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-07T22:26:59.271Z | |
135 | 2025-03-07T22:26:59.274Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-07T22:27:05.838Z | pkg list: illegal option -- F |
137 | 2025-03-07T22:27:05.838Z | Usage: |
138 | 2025-03-07T22:27:05.843Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-07T22:27:05.843Z | [pkg_fmri_pattern ...] |
140 | 2025-03-07T22:27:06.670Z | pkg list: illegal option -- F |
141 | 2025-03-07T22:27:06.670Z | Usage: |
142 | 2025-03-07T22:27:06.674Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-07T22:27:06.674Z | [pkg_fmri_pattern ...] |
144 | 2025-03-07T22:27:12.830Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-07T22:27:17.343Z | Startup: Caching catalogs ... Done |
146 | 2025-03-07T22:27:30.602Z | Planning: Solver setup ... Done (12.359s) |
147 | 2025-03-07T22:27:30.758Z | Planning: Running solver ... Done (0.156s) |
148 | 2025-03-07T22:27:31.128Z | Planning: Finding local manifests ... Done (0.251s) |
149 | 2025-03-07T22:27:31.670Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-07T22:27:32.071Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-07T22:27:32.624Z | Planning: Package planning ... Done (0.554s) |
152 | 2025-03-07T22:27:32.680Z | Planning: Merging actions ... Done (0.056s) |
153 | 2025-03-07T22:27:33.337Z | Planning: Checking for conflicting actions ... Done (0.656s) |
154 | 2025-03-07T22:27:38.872Z | Planning: Consolidating action changes ... Done (5.534s) |
155 | 2025-03-07T22:27:39.794Z | Planning: Evaluating mediators ... Done (0.501s) |
156 | 2025-03-07T22:27:39.821Z | Planning: Planning completed in 22.15 seconds |
157 | 2025-03-07T22:27:39.821Z | Packages to install: 4 |
158 | 2025-03-07T22:27:39.821Z | Packages to update: 3 |
159 | 2025-03-07T22:27:39.821Z | Mediators to change: 2 |
160 | 2025-03-07T22:27:39.821Z | Services to change: 1 |
161 | 2025-03-07T22:27:39.821Z | Estimated space available: 155.59 GB |
162 | 2025-03-07T22:27:39.822Z | Estimated space to be consumed: 1.66 GB |
163 | 2025-03-07T22:27:39.822Z | Create boot environment: No |
164 | 2025-03-07T22:27:39.822Z | Create backup boot environment: Yes |
165 | 2025-03-07T22:27:39.822Z | Rebuild boot archive: No |
166 | 2025-03-07T22:27:39.822Z | |
167 | 2025-03-07T22:27:39.822Z | Changed mediators: |
168 | 2025-03-07T22:27:39.822Z | mediator clang: |
169 | 2025-03-07T22:27:39.822Z | version: None -> 15 (system default) |
170 | 2025-03-07T22:27:39.822Z | |
171 | 2025-03-07T22:27:39.822Z | mediator llvm: |
172 | 2025-03-07T22:27:39.822Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-07T22:27:39.822Z | |
174 | 2025-03-07T22:27:39.822Z | Changed packages: |
175 | 2025-03-07T22:27:39.822Z | helios-dev |
176 | 2025-03-07T22:27:39.822Z | developer/build-essential |
177 | 2025-03-07T22:27:39.822Z | None -> 11-2.0 |
178 | 2025-03-07T22:27:39.822Z | library/libxmlsec1 |
179 | 2025-03-07T22:27:39.823Z | None -> 1.2.35-2.0 |
180 | 2025-03-07T22:27:39.823Z | ooce/developer/clang-15 |
181 | 2025-03-07T22:27:39.823Z | None -> 15.0.7-2.0 |
182 | 2025-03-07T22:27:39.823Z | ooce/developer/llvm-15 |
183 | 2025-03-07T22:27:39.823Z | None -> 15.0.7-2.0 |
184 | 2025-03-07T22:27:39.823Z | package/pkg |
185 | 2025-03-07T22:27:39.823Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-07T22:27:39.823Z | system/library/g++-runtime |
187 | 2025-03-07T22:27:39.823Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-07T22:27:39.823Z | system/library/gcc-runtime |
189 | 2025-03-07T22:27:39.823Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-07T22:27:39.823Z | |
191 | 2025-03-07T22:27:39.823Z | Services: |
192 | 2025-03-07T22:27:39.823Z | restart_fmri: |
193 | 2025-03-07T22:27:39.823Z | svc:/system/update-man-index:default |
194 | 2025-03-07T22:27:39.823Z | |
195 | 2025-03-07T22:27:39.823Z | Editable files to change: |
196 | 2025-03-07T22:27:39.823Z | Update: |
197 | 2025-03-07T22:27:39.823Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-07T22:27:39.859Z | |
199 | 2025-03-07T22:27:39.859Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-07T22:27:44.856Z | Download: 622/4301 items 17.7/225.4MB 7% complete (3.6M/s) |
201 | 2025-03-07T22:27:50.260Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (8.6M/s) |
202 | 2025-03-07T22:27:55.263Z | Download: 1764/4301 items 118.3/225.4MB 52% complete (10.0M/s) |
203 | 2025-03-07T22:28:00.523Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (6.7M/s) |
204 | 2025-03-07T22:28:05.608Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
205 | 2025-03-07T22:28:10.610Z | Download: 3770/4301 items 217.2/225.4MB 96% complete (9.8M/s) |
206 | 2025-03-07T22:28:13.904Z | Download: Completed 225.42 MB in 34.04 seconds (6.6M/s) |
207 | 2025-03-07T22:28:16.068Z | Actions: 1/5122 actions (Removing old actions) |
208 | 2025-03-07T22:28:16.092Z | Actions: 194/5122 actions (Installing new actions) |
209 | 2025-03-07T22:28:21.158Z | Actions: 4123/5122 actions (Installing new actions) |
210 | 2025-03-07T22:28:21.653Z | Actions: 4267/5122 actions (Updating modified actions) |
211 | 2025-03-07T22:28:22.391Z | Actions: Completed 5122 actions in 6.32 seconds. |
212 | 2025-03-07T22:28:22.825Z | Done (0.426s) |
213 | 2025-03-07T22:28:22.829Z | Done (0.001s) |
214 | 2025-03-07T22:28:23.456Z | Done (0.628s) |
215 | 2025-03-07T22:28:29.144Z | Done (5.442s) |
216 | 2025-03-07T22:28:29.434Z | Done (0.216s) |
217 | 2025-03-07T22:28:29.438Z | Done (0.000s) |
218 | 2025-03-07T22:28:29.600Z | Done (0.000s) |
219 | 2025-03-07T22:28:30.337Z | Planning: Evaluating mediator changes ... Done |
220 | 2025-03-07T22:28:30.501Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-03-07T22:28:30.505Z | Planning: Consolidating action changes ... Done |
222 | 2025-03-07T22:28:30.780Z | Planning: Evaluating mediators ... Done |
223 | 2025-03-07T22:28:30.783Z | Planning: Planning completed in 0.44 seconds |
224 | 2025-03-07T22:28:30.821Z | Mediators to change: 2 |
225 | 2025-03-07T22:28:30.824Z | Create boot environment: No |
226 | 2025-03-07T22:28:30.824Z | Create backup boot environment: No |
227 | 2025-03-07T22:28:30.904Z | Done |
228 | 2025-03-07T22:28:30.904Z | Done |
229 | 2025-03-07T22:28:31.332Z | Done |
230 | 2025-03-07T22:28:35.002Z | Done |
231 | 2025-03-07T22:28:35.094Z | Done |
232 | 2025-03-07T22:28:35.097Z | Done |
233 | 2025-03-07T22:28:35.218Z | Done |
234 | 2025-03-07T22:28:35.825Z | Planning: Evaluating mediator changes ... Done |
235 | 2025-03-07T22:28:35.831Z | Planning: Merging actions ... Done |
236 | 2025-03-07T22:28:36.015Z | Planning: Checking for conflicting actions ... Done |
237 | 2025-03-07T22:28:36.018Z | Planning: Consolidating action changes ... Done |
238 | 2025-03-07T22:28:36.279Z | Planning: Evaluating mediators ... Done |
239 | 2025-03-07T22:28:36.334Z | Planning: Planning completed in 0.75 seconds |
240 | 2025-03-07T22:28:36.374Z | Packages to change: 1 |
241 | 2025-03-07T22:28:36.374Z | Mediators to change: 1 |
242 | 2025-03-07T22:28:36.378Z | Services to change: 1 |
243 | 2025-03-07T22:28:36.379Z | Create boot environment: No |
244 | 2025-03-07T22:28:36.379Z | Create backup boot environment: Yes |
245 | 2025-03-07T22:28:38.690Z | Actions: 1/6 actions (Updating modified actions) |
246 | 2025-03-07T22:28:38.693Z | Actions: Completed 6 actions in 0.00 seconds. |
247 | 2025-03-07T22:28:38.694Z | Done |
248 | 2025-03-07T22:28:38.694Z | Done |
249 | 2025-03-07T22:28:38.817Z | Done |
250 | 2025-03-07T22:28:42.399Z | Done |
251 | 2025-03-07T22:28:42.491Z | Done |
252 | 2025-03-07T22:28:42.496Z | Done |
253 | 2025-03-07T22:28:42.625Z | Done |
254 | 2025-03-07T22:28:43.052Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
255 | 2025-03-07T22:28:43.052Z | clang system 15 system |
256 | 2025-03-07T22:28:43.052Z | csh system system illumos |
257 | 2025-03-07T22:28:43.052Z | ctags system system illumos |
258 | 2025-03-07T22:28:43.052Z | gcc vendor 12 vendor |
259 | 2025-03-07T22:28:43.052Z | gcc system 10 system |
260 | 2025-03-07T22:28:43.052Z | gcc system 7 system |
261 | 2025-03-07T22:28:43.052Z | go system 1.20 system |
262 | 2025-03-07T22:28:43.052Z | go system 1.19 system |
263 | 2025-03-07T22:28:43.052Z | llvm system 15 system |
264 | 2025-03-07T22:28:43.052Z | llvm system 14 system |
265 | 2025-03-07T22:28:43.053Z | mariadb system 10.6 system |
266 | 2025-03-07T22:28:43.053Z | mta vendor vendor dma |
267 | 2025-03-07T22:28:43.053Z | openjdk system 17 system |
268 | 2025-03-07T22:28:43.053Z | openjdk system 11 system |
269 | 2025-03-07T22:28:43.053Z | openjdk system 1.8 system |
270 | 2025-03-07T22:28:43.053Z | openssl vendor 3 vendor |
271 | 2025-03-07T22:28:43.053Z | perl system 5.36 system |
272 | 2025-03-07T22:28:43.053Z | postgresql system 15 system |
273 | 2025-03-07T22:28:43.053Z | postgresql system 13 system |
274 | 2025-03-07T22:28:43.053Z | python vendor 3 vendor |
275 | 2025-03-07T22:28:43.053Z | python system 2 system |
276 | 2025-03-07T22:28:43.053Z | python3 system 3.11 system |
277 | 2025-03-07T22:28:43.053Z | ruby system 3.0 system |
278 | 2025-03-07T22:28:43.053Z | words vendor vendor american-english |
279 | 2025-03-07T22:28:43.053Z | words system system australian-english |
280 | 2025-03-07T22:28:43.054Z | words system system british-english |
281 | 2025-03-07T22:28:43.054Z | words system system canadian-english |
282 | 2025-03-07T22:28:43.054Z | words system system french |
283 | 2025-03-07T22:28:43.054Z | words system system italian |
284 | 2025-03-07T22:28:43.054Z | words system system ngerman |
285 | 2025-03-07T22:28:43.054Z | words system system ogerman |
286 | 2025-03-07T22:28:43.054Z | words system system spanish |
287 | 2025-03-07T22:28:43.382Z | PUBLISHER TYPE STATUS P LOCATION |
288 | 2025-03-07T22:28:43.382Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
289 | 2025-03-07T22:28:46.475Z | FMRI IFO |
290 | 2025-03-07T22:28:46.475Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
291 | 2025-03-07T22:28:46.475Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
292 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
293 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
294 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
295 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
296 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
297 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
298 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
299 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
300 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
301 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
302 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
303 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
304 | 2025-03-07T22:28:46.476Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
305 | 2025-03-07T22:28:47.307Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
306 | 2025-03-07T22:28:47.626Z | Updating crates.io index |
307 | 2025-03-07T22:28:47.710Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
308 | 2025-03-07T22:28:48.299Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
309 | 2025-03-07T22:28:48.547Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
310 | 2025-03-07T22:28:48.804Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
311 | 2025-03-07T22:28:49.113Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
312 | 2025-03-07T22:28:50.214Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2025-03-07T22:28:52.162Z | Updating git repository `https://github.com/oxidecomputer/opte` |
314 | 2025-03-07T22:28:53.045Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
315 | 2025-03-07T22:28:53.975Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
316 | 2025-03-07T22:28:54.271Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
317 | 2025-03-07T22:28:54.612Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
318 | 2025-03-07T22:28:55.217Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
319 | 2025-03-07T22:28:55.711Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
320 | 2025-03-07T22:28:56.007Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
321 | 2025-03-07T22:28:56.304Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
322 | 2025-03-07T22:28:56.562Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
323 | 2025-03-07T22:28:56.793Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
324 | 2025-03-07T22:28:57.080Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
325 | 2025-03-07T22:28:57.384Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
326 | 2025-03-07T22:28:57.718Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
327 | 2025-03-07T22:28:58.061Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
328 | 2025-03-07T22:28:58.433Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
329 | 2025-03-07T22:28:58.813Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
330 | 2025-03-07T22:28:59.092Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
331 | 2025-03-07T22:28:59.678Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
332 | 2025-03-07T22:29:00.002Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
333 | 2025-03-07T22:29:00.364Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
334 | 2025-03-07T22:29:00.775Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
335 | 2025-03-07T22:29:01.088Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2025-03-07T22:29:01.379Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2025-03-07T22:29:01.631Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
338 | 2025-03-07T22:29:03.022Z | Downloading crates ... |
339 | 2025-03-07T22:29:03.097Z | Downloaded zerocopy-derive v0.7.35 |
340 | 2025-03-07T22:29:03.104Z | Downloaded bitflags v1.3.2 |
341 | 2025-03-07T22:29:03.110Z | Downloaded zerocopy v0.7.35 |
342 | 2025-03-07T22:29:03.125Z | Downloaded scroll_derive v0.12.0 |
343 | 2025-03-07T22:29:03.129Z | Downloaded block-buffer v0.10.4 |
344 | 2025-03-07T22:29:03.130Z | Downloaded autocfg v1.4.0 |
345 | 2025-03-07T22:29:03.130Z | Downloaded anstyle-query v1.1.1 |
346 | 2025-03-07T22:29:03.130Z | Downloaded anstyle-parse v0.2.5 |
347 | 2025-03-07T22:29:03.134Z | Downloaded serde_spanned v0.6.8 |
348 | 2025-03-07T22:29:03.134Z | Downloaded strsim v0.11.1 |
349 | 2025-03-07T22:29:03.134Z | Downloaded byteorder v1.5.0 |
350 | 2025-03-07T22:29:03.138Z | Downloaded macaddr v1.0.1 |
351 | 2025-03-07T22:29:03.138Z | Downloaded winnow v0.7.3 |
352 | 2025-03-07T22:29:03.147Z | Downloaded toml_datetime v0.6.8 |
353 | 2025-03-07T22:29:03.152Z | Downloaded smawk v0.3.2 |
354 | 2025-03-07T22:29:03.152Z | Downloaded scroll v0.12.0 |
355 | 2025-03-07T22:29:03.153Z | Downloaded bitflags v2.6.0 |
356 | 2025-03-07T22:29:03.160Z | Downloaded once_cell v1.20.3 |
357 | 2025-03-07T22:29:03.160Z | Downloaded proc-macro2 v1.0.93 |
358 | 2025-03-07T22:29:03.169Z | Downloaded log v0.4.22 |
359 | 2025-03-07T22:29:03.169Z | Downloaded sha2 v0.10.8 |
360 | 2025-03-07T22:29:03.169Z | Downloaded ryu v1.0.18 |
361 | 2025-03-07T22:29:03.169Z | Downloaded textwrap v0.16.1 |
362 | 2025-03-07T22:29:03.176Z | Downloaded serde_derive v1.0.218 |
363 | 2025-03-07T22:29:03.177Z | Downloaded quote v1.0.38 |
364 | 2025-03-07T22:29:03.182Z | Downloaded proc-macro-error v1.0.4 |
365 | 2025-03-07T22:29:03.182Z | Downloaded io-lifetimes v1.0.11 |
366 | 2025-03-07T22:29:03.182Z | Downloaded goblin v0.8.2 |
367 | 2025-03-07T22:29:03.192Z | Downloaded fs-err v2.11.0 |
368 | 2025-03-07T22:29:03.199Z | Downloaded clap_derive v4.5.28 |
369 | 2025-03-07T22:29:03.200Z | Downloaded thiserror-impl v2.0.11 |
370 | 2025-03-07T22:29:03.200Z | Downloaded generic-array v0.14.7 |
371 | 2025-03-07T22:29:03.200Z | Downloaded fastrand v2.1.1 |
372 | 2025-03-07T22:29:03.200Z | Downloaded heck v0.4.1 |
373 | 2025-03-07T22:29:03.207Z | Downloaded errno v0.3.9 |
374 | 2025-03-07T22:29:03.207Z | Downloaded digest v0.10.7 |
375 | 2025-03-07T22:29:03.207Z | Downloaded cpufeatures v0.2.14 |
376 | 2025-03-07T22:29:03.207Z | Downloaded clap_lex v0.7.4 |
377 | 2025-03-07T22:29:03.207Z | Downloaded anstyle v1.0.10 |
378 | 2025-03-07T22:29:03.211Z | Downloaded itoa v1.0.11 |
379 | 2025-03-07T22:29:03.211Z | Downloaded is_terminal_polyfill v1.70.1 |
380 | 2025-03-07T22:29:03.211Z | Downloaded heck v0.5.0 |
381 | 2025-03-07T22:29:03.211Z | Downloaded fnv v1.0.7 |
382 | 2025-03-07T22:29:03.211Z | Downloaded equivalent v1.0.1 |
383 | 2025-03-07T22:29:03.211Z | Downloaded crypto-common v0.1.6 |
384 | 2025-03-07T22:29:03.211Z | Downloaded cfg-if v1.0.0 |
385 | 2025-03-07T22:29:03.211Z | Downloaded cargo-platform v0.1.8 |
386 | 2025-03-07T22:29:03.215Z | Downloaded camino-tempfile v1.1.1 |
387 | 2025-03-07T22:29:03.215Z | Downloaded bytecount v0.6.8 |
388 | 2025-03-07T22:29:03.218Z | Downloaded anyhow v1.0.97 |
389 | 2025-03-07T22:29:03.272Z | Downloaded syn v1.0.109 |
390 | 2025-03-07T22:29:03.283Z | Downloaded plain v0.2.3 |
391 | 2025-03-07T22:29:03.286Z | Downloaded clap_builder v4.5.31 |
392 | 2025-03-07T22:29:03.291Z | Downloaded memchr v2.7.4 |
393 | 2025-03-07T22:29:03.295Z | Downloaded serde v1.0.218 |
394 | 2025-03-07T22:29:03.299Z | Downloaded indexmap v2.7.1 |
395 | 2025-03-07T22:29:03.303Z | Downloaded unicode-ident v1.0.14 |
396 | 2025-03-07T22:29:03.306Z | Downloaded ucd-trie v0.1.7 |
397 | 2025-03-07T22:29:03.309Z | Downloaded clap v4.5.31 |
398 | 2025-03-07T22:29:03.317Z | Downloaded utf8parse v0.2.2 |
399 | 2025-03-07T22:29:03.320Z | Downloaded toml_edit v0.22.24 |
400 | 2025-03-07T22:29:03.340Z | Downloaded version_check v0.9.5 |
401 | 2025-03-07T22:29:03.345Z | Downloaded syn v2.0.98 |
402 | 2025-03-07T22:29:03.353Z | Downloaded rustix v0.38.37 |
403 | 2025-03-07T22:29:03.375Z | Downloaded typenum v1.17.0 |
404 | 2025-03-07T22:29:03.379Z | Downloaded dof v0.3.0 |
405 | 2025-03-07T22:29:03.379Z | Downloaded cargo_toml v0.21.0 |
406 | 2025-03-07T22:29:03.383Z | Downloaded cargo_metadata v0.19.2 |
407 | 2025-03-07T22:29:03.383Z | Downloaded thread-id v4.2.2 |
408 | 2025-03-07T22:29:03.383Z | Downloaded serde_json v1.0.139 |
409 | 2025-03-07T22:29:03.393Z | Downloaded unicode-width v0.1.14 |
410 | 2025-03-07T22:29:03.397Z | Downloaded swrite v0.1.0 |
411 | 2025-03-07T22:29:03.401Z | Downloaded memmap v0.7.0 |
412 | 2025-03-07T22:29:03.401Z | Downloaded pest_derive v2.7.14 |
413 | 2025-03-07T22:29:03.405Z | Downloaded hashbrown v0.15.1 |
414 | 2025-03-07T22:29:03.410Z | Downloaded terminal_size v0.4.0 |
415 | 2025-03-07T22:29:03.410Z | Downloaded terminal_size v0.2.6 |
416 | 2025-03-07T22:29:03.410Z | Downloaded tempfile v3.13.0 |
417 | 2025-03-07T22:29:03.415Z | Downloaded tabled_derive v0.7.0 |
418 | 2025-03-07T22:29:03.415Z | Downloaded serde_tokenstream v0.2.2 |
419 | 2025-03-07T22:29:03.415Z | Downloaded pest_meta v2.7.14 |
420 | 2025-03-07T22:29:03.421Z | Downloaded usdt-macro v0.5.0 |
421 | 2025-03-07T22:29:03.421Z | Downloaded usdt-impl v0.5.0 |
422 | 2025-03-07T22:29:03.421Z | Downloaded usdt-attr-macro v0.5.0 |
423 | 2025-03-07T22:29:03.422Z | Downloaded usdt v0.5.0 |
424 | 2025-03-07T22:29:03.422Z | Downloaded tabled v0.15.0 |
425 | 2025-03-07T22:29:03.434Z | Downloaded rustix v0.37.28 |
426 | 2025-03-07T22:29:03.452Z | Downloaded pretty-hex v0.4.1 |
427 | 2025-03-07T22:29:03.457Z | Downloaded pest_generator v2.7.14 |
428 | 2025-03-07T22:29:03.457Z | Downloaded libc v0.2.170 |
429 | 2025-03-07T22:29:03.477Z | Downloaded pest v2.7.14 |
430 | 2025-03-07T22:29:03.486Z | Downloaded papergrid v0.11.0 |
431 | 2025-03-07T22:29:03.494Z | Downloaded dtrace-parser v0.2.0 |
432 | 2025-03-07T22:29:03.832Z | Downloaded colorchoice v1.0.2 |
433 | 2025-03-07T22:29:03.836Z | Downloaded proc-macro-error-attr v1.0.4 |
434 | 2025-03-07T22:29:03.843Z | Downloaded thiserror v1.0.69 |
435 | 2025-03-07T22:29:03.853Z | Downloaded anstream v0.6.15 |
436 | 2025-03-07T22:29:03.857Z | Downloaded thiserror-impl v1.0.69 |
437 | 2025-03-07T22:29:03.860Z | Downloaded unicode-linebreak v0.1.5 |
438 | 2025-03-07T22:29:03.861Z | Downloaded semver v1.0.25 |
439 | 2025-03-07T22:29:03.864Z | Downloaded thiserror v2.0.11 |
440 | 2025-03-07T22:29:03.867Z | Downloaded camino v1.1.9 |
441 | 2025-03-07T22:29:03.873Z | Downloaded toml v0.8.20 |
442 | 2025-03-07T22:29:03.988Z | Compiling proc-macro2 v1.0.93 |
443 | 2025-03-07T22:29:03.988Z | Compiling unicode-ident v1.0.14 |
444 | 2025-03-07T22:29:03.991Z | Compiling serde v1.0.218 |
445 | 2025-03-07T22:29:03.991Z | Compiling version_check v0.9.5 |
446 | 2025-03-07T22:29:03.992Z | Compiling libc v0.2.170 |
447 | 2025-03-07T22:29:03.992Z | Compiling memchr v2.7.4 |
448 | 2025-03-07T22:29:03.992Z | Compiling thiserror v1.0.69 |
449 | 2025-03-07T22:29:04.024Z | Compiling itoa v1.0.11 |
450 | 2025-03-07T22:29:04.249Z | Compiling ucd-trie v0.1.7 |
451 | 2025-03-07T22:29:04.369Z | Compiling ryu v1.0.18 |
452 | 2025-03-07T22:29:04.648Z | Compiling once_cell v1.20.3 |
453 | 2025-03-07T22:29:04.707Z | Compiling byteorder v1.5.0 |
454 | 2025-03-07T22:29:04.932Z | Compiling rustix v0.38.37 |
455 | 2025-03-07T22:29:05.208Z | Compiling serde_json v1.0.139 |
456 | 2025-03-07T22:29:05.996Z | Compiling bitflags v2.6.0 |
457 | 2025-03-07T22:29:06.102Z | Compiling proc-macro-error-attr v1.0.4 |
458 | 2025-03-07T22:29:06.106Z | Compiling usdt-impl v0.5.0 |
459 | 2025-03-07T22:29:06.214Z | Compiling io-lifetimes v1.0.11 |
460 | 2025-03-07T22:29:06.403Z | Compiling syn v1.0.109 |
461 | 2025-03-07T22:29:06.447Z | Compiling proc-macro-error v1.0.4 |
462 | 2025-03-07T22:29:06.495Z | Compiling equivalent v1.0.1 |
463 | 2025-03-07T22:29:06.615Z | Compiling camino v1.1.9 |
464 | 2025-03-07T22:29:06.637Z | Compiling log v0.4.22 |
465 | 2025-03-07T22:29:06.707Z | Compiling thread-id v4.2.2 |
466 | 2025-03-07T22:29:06.769Z | Compiling rustix v0.37.28 |
467 | 2025-03-07T22:29:06.831Z | Compiling utf8parse v0.2.2 |
468 | 2025-03-07T22:29:06.962Z | Compiling quote v1.0.38 |
469 | 2025-03-07T22:29:06.999Z | Compiling plain v0.2.3 |
470 | 2025-03-07T22:29:07.022Z | Compiling hashbrown v0.15.1 |
471 | 2025-03-07T22:29:07.157Z | Compiling errno v0.3.9 |
472 | 2025-03-07T22:29:07.251Z | Compiling anstyle-parse v0.2.5 |
473 | 2025-03-07T22:29:07.326Z | Compiling syn v2.0.98 |
474 | 2025-03-07T22:29:07.751Z | Compiling semver v1.0.25 |
475 | 2025-03-07T22:29:07.812Z | Compiling is_terminal_polyfill v1.70.1 |
476 | 2025-03-07T22:29:08.012Z | Compiling anstyle-query v1.1.1 |
477 | 2025-03-07T22:29:08.082Z | Compiling autocfg v1.4.0 |
478 | 2025-03-07T22:29:08.181Z | Compiling indexmap v2.7.1 |
479 | 2025-03-07T22:29:08.220Z | Compiling anstyle v1.0.10 |
480 | 2025-03-07T22:29:08.319Z | Compiling colorchoice v1.0.2 |
481 | 2025-03-07T22:29:08.498Z | Compiling pretty-hex v0.4.1 |
482 | 2025-03-07T22:29:08.642Z | Compiling thiserror v2.0.11 |
483 | 2025-03-07T22:29:08.736Z | Compiling winnow v0.7.3 |
484 | 2025-03-07T22:29:08.981Z | Compiling bitflags v1.3.2 |
485 | 2025-03-07T22:29:09.007Z | Compiling unicode-width v0.1.14 |
486 | 2025-03-07T22:29:09.358Z | Compiling fs-err v2.11.0 |
487 | 2025-03-07T22:29:09.479Z | Compiling terminal_size v0.4.0 |
488 | 2025-03-07T22:29:09.611Z | Compiling anstream v0.6.15 |
489 | 2025-03-07T22:29:09.859Z | Compiling heck v0.5.0 |
490 | 2025-03-07T22:29:09.880Z | Compiling clap_lex v0.7.4 |
491 | 2025-03-07T22:29:09.961Z | Compiling fastrand v2.1.1 |
492 | 2025-03-07T22:29:10.353Z | Compiling heck v0.4.1 |
493 | 2025-03-07T22:29:10.360Z | Compiling cfg-if v1.0.0 |
494 | 2025-03-07T22:29:10.442Z | Compiling strsim v0.11.1 |
495 | 2025-03-07T22:29:10.465Z | Compiling anyhow v1.0.97 |
496 | 2025-03-07T22:29:10.680Z | Compiling bytecount v0.6.8 |
497 | 2025-03-07T22:29:10.740Z | Compiling fnv v1.0.7 |
498 | 2025-03-07T22:29:10.768Z | Compiling tempfile v3.13.0 |
499 | 2025-03-07T22:29:10.885Z | Compiling papergrid v0.11.0 |
500 | 2025-03-07T22:29:10.910Z | Compiling clap_builder v4.5.31 |
501 | 2025-03-07T22:29:11.149Z | Compiling terminal_size v0.2.6 |
502 | 2025-03-07T22:29:11.446Z | Compiling memmap v0.7.0 |
503 | 2025-03-07T22:29:11.492Z | Compiling smawk v0.3.2 |
504 | 2025-03-07T22:29:11.529Z | Compiling unicode-linebreak v0.1.5 |
505 | 2025-03-07T22:29:12.020Z | Compiling textwrap v0.16.1 |
506 | 2025-03-07T22:29:12.072Z | Compiling swrite v0.1.0 |
507 | 2025-03-07T22:29:12.445Z | Compiling tabled_derive v0.7.0 |
508 | 2025-03-07T22:29:13.972Z | Compiling tabled v0.15.0 |
509 | 2025-03-07T22:29:14.252Z | Compiling serde_derive v1.0.218 |
510 | 2025-03-07T22:29:14.259Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-03-07T22:29:14.259Z | Compiling zerocopy-derive v0.7.35 |
512 | 2025-03-07T22:29:14.259Z | Compiling scroll_derive v0.12.0 |
513 | 2025-03-07T22:29:14.260Z | Compiling thiserror-impl v2.0.11 |
514 | 2025-03-07T22:29:14.260Z | Compiling clap_derive v4.5.28 |
515 | 2025-03-07T22:29:15.606Z | Compiling scroll v0.12.0 |
516 | 2025-03-07T22:29:16.155Z | Compiling goblin v0.8.2 |
517 | 2025-03-07T22:29:16.331Z | Compiling zerocopy v0.7.35 |
518 | 2025-03-07T22:29:17.333Z | Compiling pest v2.7.14 |
519 | 2025-03-07T22:29:18.511Z | Compiling clap v4.5.31 |
520 | 2025-03-07T22:29:19.521Z | Compiling pest_meta v2.7.14 |
521 | 2025-03-07T22:29:20.392Z | Compiling pest_generator v2.7.14 |
522 | 2025-03-07T22:29:21.774Z | Compiling pest_derive v2.7.14 |
523 | 2025-03-07T22:29:22.360Z | Compiling dtrace-parser v0.2.0 |
524 | 2025-03-07T22:29:23.133Z | Compiling toml_datetime v0.6.8 |
525 | 2025-03-07T22:29:23.133Z | Compiling serde_spanned v0.6.8 |
526 | 2025-03-07T22:29:23.429Z | Compiling serde_tokenstream v0.2.2 |
527 | 2025-03-07T22:29:23.429Z | Compiling toml_edit v0.22.24 |
528 | 2025-03-07T22:29:23.432Z | Compiling cargo-platform v0.1.8 |
529 | 2025-03-07T22:29:23.592Z | Compiling macaddr v1.0.1 |
530 | 2025-03-07T22:29:23.837Z | Compiling camino-tempfile v1.1.1 |
531 | 2025-03-07T22:29:24.447Z | Compiling dof v0.3.0 |
532 | 2025-03-07T22:29:24.447Z | Compiling cargo_metadata v0.19.2 |
533 | 2025-03-07T22:29:25.951Z | Compiling usdt-macro v0.5.0 |
534 | 2025-03-07T22:29:25.955Z | Compiling usdt-attr-macro v0.5.0 |
535 | 2025-03-07T22:29:26.245Z | Compiling toml v0.8.20 |
536 | 2025-03-07T22:29:27.060Z | Compiling cargo_toml v0.21.0 |
537 | 2025-03-07T22:29:27.095Z | Compiling usdt v0.5.0 |
538 | 2025-03-07T22:29:29.673Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
539 | 2025-03-07T22:29:32.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.75s |
540 | 2025-03-07T22:29:33.045Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
541 | 2025-03-07T22:29:33.617Z | Downloading crates ... |
542 | 2025-03-07T22:29:33.759Z | Downloaded aes v0.8.4 |
543 | 2025-03-07T22:29:33.763Z | Downloaded aead v0.5.2 |
544 | 2025-03-07T22:29:33.768Z | Downloaded aho-corasick v1.1.3 |
545 | 2025-03-07T22:29:33.777Z | Downloaded aes-gcm v0.10.3 |
546 | 2025-03-07T22:29:33.780Z | Downloaded heck v0.3.3 |
547 | 2025-03-07T22:29:33.783Z | Downloaded base64 v0.21.7 |
548 | 2025-03-07T22:29:33.786Z | Downloaded hex v0.4.3 |
549 | 2025-03-07T22:29:33.789Z | Downloaded base64 v0.13.1 |
550 | 2025-03-07T22:29:33.792Z | Downloaded ctr v0.9.2 |
551 | 2025-03-07T22:29:33.793Z | Downloaded home v0.5.9 |
552 | 2025-03-07T22:29:33.796Z | Downloaded hkdf v0.12.4 |
553 | 2025-03-07T22:29:33.796Z | Downloaded humantime v2.1.0 |
554 | 2025-03-07T22:29:33.799Z | Downloaded iana-time-zone v0.1.61 |
555 | 2025-03-07T22:29:33.802Z | Downloaded bumpalo v3.16.0 |
556 | 2025-03-07T22:29:33.805Z | Downloaded is-terminal v0.4.13 |
557 | 2025-03-07T22:29:33.805Z | Downloaded clang-sys v1.8.1 |
558 | 2025-03-07T22:29:33.808Z | Downloaded cipher v0.4.4 |
559 | 2025-03-07T22:29:33.808Z | Downloaded itertools v0.10.5 |
560 | 2025-03-07T22:29:33.816Z | Downloaded libloading v0.8.5 |
561 | 2025-03-07T22:29:33.819Z | Downloaded linked-hash-map v0.5.6 |
562 | 2025-03-07T22:29:33.822Z | Downloaded litrs v0.4.1 |
563 | 2025-03-07T22:29:33.822Z | Downloaded lru v0.12.5 |
564 | 2025-03-07T22:29:33.825Z | Downloaded lazy_static v1.5.0 |
565 | 2025-03-07T22:29:33.825Z | Downloaded minimal-lexical v0.2.1 |
566 | 2025-03-07T22:29:33.830Z | Downloaded memoffset v0.9.1 |
567 | 2025-03-07T22:29:33.837Z | Downloaded heapless v0.7.17 |
568 | 2025-03-07T22:29:33.843Z | Downloaded backtrace v0.3.74 |
569 | 2025-03-07T22:29:33.843Z | Downloaded bit-set v0.5.3 |
570 | 2025-03-07T22:29:33.848Z | Downloaded arc-swap v1.7.1 |
571 | 2025-03-07T22:29:33.848Z | Downloaded cfg_aliases v0.1.1 |
572 | 2025-03-07T22:29:33.851Z | Downloaded ciborium-ll v0.2.2 |
573 | 2025-03-07T22:29:33.851Z | Downloaded ciborium v0.2.2 |
574 | 2025-03-07T22:29:33.854Z | Downloaded bzip2 v0.4.4 |
575 | 2025-03-07T22:29:33.855Z | Downloaded blake2 v0.10.6 |
576 | 2025-03-07T22:29:33.858Z | Downloaded convert_case v0.4.0 |
577 | 2025-03-07T22:29:33.858Z | Downloaded constant_time_eq v0.3.1 |
578 | 2025-03-07T22:29:33.862Z | Downloaded const-oid v0.9.6 |
579 | 2025-03-07T22:29:33.863Z | Downloaded ciborium-io v0.2.2 |
580 | 2025-03-07T22:29:33.866Z | Downloaded bit-vec v0.6.3 |
581 | 2025-03-07T22:29:33.866Z | Downloaded base64 v0.22.1 |
582 | 2025-03-07T22:29:33.869Z | Downloaded backoff v0.4.0 |
583 | 2025-03-07T22:29:33.872Z | Downloaded base64ct v1.6.0 |
584 | 2025-03-07T22:29:33.875Z | Downloaded atty v0.2.14 |
585 | 2025-03-07T22:29:33.875Z | Downloaded atomic-waker v1.1.2 |
586 | 2025-03-07T22:29:33.875Z | Downloaded ascii-canvas v3.0.0 |
587 | 2025-03-07T22:29:33.878Z | Downloaded addr2line v0.24.2 |
588 | 2025-03-07T22:29:33.878Z | Downloaded adler2 v2.0.0 |
589 | 2025-03-07T22:29:33.881Z | Downloaded itertools v0.14.0 |
590 | 2025-03-07T22:29:33.886Z | Downloaded compact_str v0.8.0 |
591 | 2025-03-07T22:29:33.890Z | Downloaded http-body v1.0.1 |
592 | 2025-03-07T22:29:33.893Z | Downloaded http-body-util v0.1.2 |
593 | 2025-03-07T22:29:33.896Z | Downloaded idna_adapter v1.2.0 |
594 | 2025-03-07T22:29:33.896Z | Downloaded icu_locid_transform v1.5.0 |
595 | 2025-03-07T22:29:33.901Z | Downloaded instant v0.1.13 |
596 | 2025-03-07T22:29:33.901Z | Downloaded indoc v2.0.5 |
597 | 2025-03-07T22:29:33.904Z | Downloaded is_ci v1.2.0 |
598 | 2025-03-07T22:29:33.904Z | Downloaded icu_locid_transform_data v1.5.0 |
599 | 2025-03-07T22:29:33.904Z | Downloaded icu_provider v1.5.0 |
600 | 2025-03-07T22:29:33.907Z | Downloaded icu_normalizer v1.5.0 |
601 | 2025-03-07T22:29:33.912Z | Downloaded ipnet v2.11.0 |
602 | 2025-03-07T22:29:33.915Z | Downloaded icu_properties v1.5.1 |
603 | 2025-03-07T22:29:33.918Z | Downloaded icu_normalizer_data v1.5.0 |
604 | 2025-03-07T22:29:33.918Z | Downloaded hyper-util v0.1.10 |
605 | 2025-03-07T22:29:33.922Z | Downloaded icu_collections v1.5.0 |
606 | 2025-03-07T22:29:33.928Z | Downloaded http v1.2.0 |
607 | 2025-03-07T22:29:33.932Z | Downloaded lazycell v1.3.0 |
608 | 2025-03-07T22:29:33.935Z | Downloaded jobserver v0.1.32 |
609 | 2025-03-07T22:29:33.938Z | Downloaded indicatif v0.17.11 |
610 | 2025-03-07T22:29:33.942Z | Downloaded itertools v0.12.1 |
611 | 2025-03-07T22:29:33.947Z | Downloaded hyper v1.6.0 |
612 | 2025-03-07T22:29:33.954Z | Downloaded idna v1.0.3 |
613 | 2025-03-07T22:29:33.959Z | Downloaded lock_api v0.4.12 |
614 | 2025-03-07T22:29:33.962Z | Downloaded libm v0.2.8 |
615 | 2025-03-07T22:29:33.968Z | Downloaded mime_guess v2.0.5 |
616 | 2025-03-07T22:29:33.971Z | Downloaded memmap2 v0.9.5 |
617 | 2025-03-07T22:29:33.974Z | Downloaded colored v2.2.0 |
618 | 2025-03-07T22:29:33.979Z | Downloaded cstr-argument v0.1.2 |
619 | 2025-03-07T22:29:33.979Z | Downloaded crunchy v0.2.2 |
620 | 2025-03-07T22:29:33.979Z | Downloaded icu_properties_data v1.5.0 |
621 | 2025-03-07T22:29:33.987Z | Downloaded mime v0.3.17 |
622 | 2025-03-07T22:29:33.990Z | Downloaded itertools v0.13.0 |
623 | 2025-03-07T22:29:33.996Z | Downloaded miniz_oxide v0.8.5 |
624 | 2025-03-07T22:29:33.999Z | Downloaded hyper-rustls v0.27.3 |
625 | 2025-03-07T22:29:34.004Z | Downloaded mio v1.0.2 |
626 | 2025-03-07T22:29:34.007Z | Downloaded chrono v0.4.40 |
627 | 2025-03-07T22:29:34.015Z | Downloaded md5 v0.7.0 |
628 | 2025-03-07T22:29:34.018Z | Downloaded headers-core v0.3.0 |
629 | 2025-03-07T22:29:34.018Z | Downloaded maplit v1.0.2 |
630 | 2025-03-07T22:29:34.018Z | Downloaded crossbeam-utils v0.8.20 |
631 | 2025-03-07T22:29:34.021Z | Downloaded bytes v1.10.0 |
632 | 2025-03-07T22:29:34.025Z | Downloaded ident_case v1.0.1 |
633 | 2025-03-07T22:29:34.028Z | Downloaded crossbeam-deque v0.8.5 |
634 | 2025-03-07T22:29:34.028Z | Downloaded linear-map v1.2.0 |
635 | 2025-03-07T22:29:34.032Z | Downloaded impl-trait-for-tuples v0.2.2 |
636 | 2025-03-07T22:29:34.036Z | Downloaded http-range v0.1.5 |
637 | 2025-03-07T22:29:34.037Z | Downloaded console v0.15.10 |
638 | 2025-03-07T22:29:34.040Z | Downloaded md-5 v0.10.6 |
639 | 2025-03-07T22:29:34.040Z | Downloaded maybe-uninit v2.0.0 |
640 | 2025-03-07T22:29:34.040Z | Downloaded cassowary v0.3.0 |
641 | 2025-03-07T22:29:34.043Z | Downloaded match_cfg v0.1.0 |
642 | 2025-03-07T22:29:34.046Z | Downloaded hickory-resolver v0.24.4 |
643 | 2025-03-07T22:29:34.050Z | Downloaded crossbeam-epoch v0.9.18 |
644 | 2025-03-07T22:29:34.053Z | Downloaded crossbeam-channel v0.5.13 |
645 | 2025-03-07T22:29:34.056Z | Downloaded crypto-bigint v0.5.5 |
646 | 2025-03-07T22:29:34.061Z | Downloaded csv-core v0.1.11 |
647 | 2025-03-07T22:29:34.064Z | Downloaded crossterm v0.28.1 |
648 | 2025-03-07T22:29:34.070Z | Downloaded argon2 v0.5.3 |
649 | 2025-03-07T22:29:34.073Z | Downloaded crc32fast v1.4.2 |
650 | 2025-03-07T22:29:34.076Z | Downloaded managed v0.8.0 |
651 | 2025-03-07T22:29:34.076Z | Downloaded lru-cache v0.1.2 |
652 | 2025-03-07T22:29:34.076Z | Downloaded lockfree-object-pool v0.1.6 |
653 | 2025-03-07T22:29:34.079Z | Downloaded blowfish v0.9.1 |
654 | 2025-03-07T22:29:34.083Z | Downloaded blake3 v1.5.4 |
655 | 2025-03-07T22:29:34.089Z | Downloaded proc-macro-error2 v2.0.1 |
656 | 2025-03-07T22:29:34.092Z | Downloaded rusty-fork v0.3.0 |
657 | 2025-03-07T22:29:34.095Z | Downloaded rustversion v1.0.17 |
658 | 2025-03-07T22:29:34.098Z | Downloaded rustc-demangle v0.1.24 |
659 | 2025-03-07T22:29:34.098Z | Downloaded rand_chacha v0.9.0 |
660 | 2025-03-07T22:29:34.101Z | Downloaded bitfield v0.14.0 |
661 | 2025-03-07T22:29:34.111Z | Downloaded rayon v1.10.0 |
662 | 2025-03-07T22:29:34.120Z | Downloaded reqwest v0.12.12 |
663 | 2025-03-07T22:29:34.129Z | Downloaded termcolor v1.4.1 |
664 | 2025-03-07T22:29:34.133Z | Downloaded tokio-macros v2.5.0 |
665 | 2025-03-07T22:29:34.133Z | Downloaded term v0.7.0 |
666 | 2025-03-07T22:29:34.136Z | Downloaded tar v0.4.44 |
667 | 2025-03-07T22:29:34.139Z | Downloaded crc-any v2.5.0 |
668 | 2025-03-07T22:29:34.142Z | Downloaded allocator-api2 v0.2.18 |
669 | 2025-03-07T22:29:34.145Z | Downloaded twox-hash v2.1.0 |
670 | 2025-03-07T22:29:34.148Z | Downloaded tower v0.5.2 |
671 | 2025-03-07T22:29:34.156Z | Downloaded supports-color v3.0.2 |
672 | 2025-03-07T22:29:34.159Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
673 | 2025-03-07T22:29:34.170Z | Downloaded difflib v0.4.0 |
674 | 2025-03-07T22:29:34.173Z | Downloaded hyper-staticfile v0.10.1 |
675 | 2025-03-07T22:29:34.173Z | Downloaded unicode-width v0.2.0 |
676 | 2025-03-07T22:29:34.180Z | Downloaded downcast v0.11.0 |
677 | 2025-03-07T22:29:34.183Z | Downloaded hickory-proto v0.24.4 |
678 | 2025-03-07T22:29:34.197Z | Downloaded ena v0.14.3 |
679 | 2025-03-07T22:29:34.200Z | Downloaded which v4.4.2 |
680 | 2025-03-07T22:29:34.200Z | Downloaded vte_generate_state_changes v0.1.2 |
681 | 2025-03-07T22:29:34.201Z | Downloaded document-features v0.2.10 |
682 | 2025-03-07T22:29:34.204Z | Downloaded derive-where v1.2.7 |
683 | 2025-03-07T22:29:34.207Z | Downloaded foreign-types-macros v0.2.3 |
684 | 2025-03-07T22:29:34.207Z | Downloaded whoami v1.5.2 |
685 | 2025-03-07T22:29:34.210Z | Downloaded foreign-types v0.5.0 |
686 | 2025-03-07T22:29:34.210Z | Downloaded filetime v0.2.25 |
687 | 2025-03-07T22:29:34.215Z | Downloaded utf16_iter v1.0.5 |
688 | 2025-03-07T22:29:34.215Z | Downloaded crucible-workspace-hack v0.1.0 |
689 | 2025-03-07T22:29:34.215Z | Downloaded utf-8 v0.7.6 |
690 | 2025-03-07T22:29:34.218Z | Downloaded deranged v0.3.11 |
691 | 2025-03-07T22:29:34.218Z | Downloaded debug-ignore v1.0.5 |
692 | 2025-03-07T22:29:34.222Z | Downloaded tokio-native-tls v0.3.1 |
693 | 2025-03-07T22:29:34.222Z | Downloaded slog-term v2.9.1 |
694 | 2025-03-07T22:29:34.225Z | Downloaded slog-stdlog v4.1.1 |
695 | 2025-03-07T22:29:34.225Z | Downloaded slog v2.7.0 |
696 | 2025-03-07T22:29:34.229Z | Downloaded tap v1.0.1 |
697 | 2025-03-07T22:29:34.229Z | Downloaded subtle v2.6.1 |
698 | 2025-03-07T22:29:34.231Z | Downloaded futures-task v0.3.31 |
699 | 2025-03-07T22:29:34.231Z | Downloaded getrandom v0.3.1 |
700 | 2025-03-07T22:29:34.235Z | Downloaded hash32 v0.3.1 |
701 | 2025-03-07T22:29:34.238Z | Downloaded globset v0.4.15 |
702 | 2025-03-07T22:29:34.241Z | Downloaded hashbrown v0.12.3 |
703 | 2025-03-07T22:29:34.244Z | Downloaded prettyplease v0.2.29 |
704 | 2025-03-07T22:29:34.247Z | Downloaded hashbrown v0.13.2 |
705 | 2025-03-07T22:29:34.251Z | Downloaded nom v7.1.3 |
706 | 2025-03-07T22:29:34.256Z | Downloaded quinn v0.11.5 |
707 | 2025-03-07T22:29:34.259Z | Downloaded russh-cryptovec v0.7.3 |
708 | 2025-03-07T22:29:34.262Z | Downloaded quinn-proto v0.11.8 |
709 | 2025-03-07T22:29:34.268Z | Downloaded cbc v0.1.2 |
710 | 2025-03-07T22:29:34.271Z | Downloaded predicates v3.1.3 |
711 | 2025-03-07T22:29:34.271Z | Downloaded precomputed-hash v0.1.1 |
712 | 2025-03-07T22:29:34.274Z | Downloaded phf_shared v0.11.2 |
713 | 2025-03-07T22:29:34.274Z | Downloaded pbkdf2 v0.11.0 |
714 | 2025-03-07T22:29:34.283Z | Downloaded libz-sys v1.1.20 |
715 | 2025-03-07T22:29:34.296Z | Downloaded rand v0.9.0 |
716 | 2025-03-07T22:29:34.300Z | Downloaded rand v0.8.5 |
717 | 2025-03-07T22:29:34.304Z | Downloaded paste v1.0.15 |
718 | 2025-03-07T22:29:34.307Z | Downloaded openssl-sys v0.9.106 |
719 | 2025-03-07T22:29:34.312Z | Downloaded ppv-lite86 v0.2.20 |
720 | 2025-03-07T22:29:34.315Z | Downloaded rustc-hash v1.1.0 |
721 | 2025-03-07T22:29:34.315Z | Downloaded radix_trie v0.2.1 |
722 | 2025-03-07T22:29:34.320Z | Downloaded serde-hex v0.1.0 |
723 | 2025-03-07T22:29:34.323Z | Downloaded lalrpop v0.19.12 |
724 | 2025-03-07T22:29:34.333Z | Downloaded rustc-hash v2.1.1 |
725 | 2025-03-07T22:29:34.336Z | Downloaded shlex v1.3.0 |
726 | 2025-03-07T22:29:34.336Z | Downloaded publicsuffix v2.3.0 |
727 | 2025-03-07T22:29:34.339Z | Downloaded serde_repr v0.1.19 |
728 | 2025-03-07T22:29:34.342Z | Downloaded slog-async v2.8.0 |
729 | 2025-03-07T22:29:34.342Z | Downloaded strip-ansi-escapes v0.2.0 |
730 | 2025-03-07T22:29:34.345Z | Downloaded stringprep v0.1.5 |
731 | 2025-03-07T22:29:34.345Z | Downloaded static_assertions v1.1.0 |
732 | 2025-03-07T22:29:34.348Z | Downloaded string_cache v0.8.7 |
733 | 2025-03-07T22:29:34.348Z | Downloaded slog-json v2.6.1 |
734 | 2025-03-07T22:29:34.352Z | Downloaded schemars_derive v0.8.22 |
735 | 2025-03-07T22:29:34.352Z | Downloaded russh v0.45.0 |
736 | 2025-03-07T22:29:34.357Z | Downloaded tungstenite v0.21.0 |
737 | 2025-03-07T22:29:34.364Z | Downloaded darling_macro v0.20.10 |
738 | 2025-03-07T22:29:34.367Z | Downloaded tracing v0.1.40 |
739 | 2025-03-07T22:29:34.367Z | Downloaded diff v0.1.13 |
740 | 2025-03-07T22:29:34.370Z | Downloaded unicode-truncate v1.1.0 |
741 | 2025-03-07T22:29:34.373Z | Downloaded typify-macro v0.2.0 |
742 | 2025-03-07T22:29:34.373Z | Downloaded enum-as-inner v0.6.1 |
743 | 2025-03-07T22:29:34.378Z | Downloaded foreign-types-shared v0.3.1 |
744 | 2025-03-07T22:29:34.378Z | Downloaded foldhash v0.1.3 |
745 | 2025-03-07T22:29:34.378Z | Downloaded form_urlencoded v1.2.1 |
746 | 2025-03-07T22:29:34.382Z | Downloaded fixedbitset v0.5.7 |
747 | 2025-03-07T22:29:34.382Z | Downloaded fragile v2.0.0 |
748 | 2025-03-07T22:29:34.382Z | Downloaded flume v0.11.1 |
749 | 2025-03-07T22:29:34.385Z | Downloaded unicode-xid v0.2.6 |
750 | 2025-03-07T22:29:34.388Z | Downloaded flate2 v1.1.0 |
751 | 2025-03-07T22:29:34.391Z | Downloaded num-bigint v0.4.6 |
752 | 2025-03-07T22:29:34.398Z | Downloaded structmeta-derive v0.3.0 |
753 | 2025-03-07T22:29:34.401Z | Downloaded ssh-cipher v0.2.0 |
754 | 2025-03-07T22:29:34.401Z | Downloaded slog-scope v4.4.0 |
755 | 2025-03-07T22:29:34.401Z | Downloaded steno v0.4.1 |
756 | 2025-03-07T22:29:34.405Z | Downloaded webpki-roots v0.26.6 |
757 | 2025-03-07T22:29:34.409Z | Downloaded der_derive v0.7.3 |
758 | 2025-03-07T22:29:34.413Z | Downloaded zone v0.1.8 |
759 | 2025-03-07T22:29:34.413Z | Downloaded float-cmp v0.10.0 |
760 | 2025-03-07T22:29:34.416Z | Downloaded embedded-io v0.6.1 |
761 | 2025-03-07T22:29:34.416Z | Downloaded embedded-io v0.4.0 |
762 | 2025-03-07T22:29:34.420Z | Downloaded termios v0.3.3 |
763 | 2025-03-07T22:29:34.420Z | Downloaded zone_cfg_derive v0.1.2 |
764 | 2025-03-07T22:29:34.420Z | Downloaded unicode-normalization v0.1.24 |
765 | 2025-03-07T22:29:34.424Z | Downloaded zone v0.3.0 |
766 | 2025-03-07T22:29:34.424Z | Downloaded unicode-segmentation v1.12.0 |
767 | 2025-03-07T22:29:34.427Z | Downloaded unicode-bidi v0.3.17 |
768 | 2025-03-07T22:29:34.431Z | Downloaded opaque-debug v0.3.1 |
769 | 2025-03-07T22:29:34.437Z | Downloaded parking_lot_core v0.9.10 |
770 | 2025-03-07T22:29:34.437Z | Downloaded unicase v2.7.0 |
771 | 2025-03-07T22:29:34.441Z | Downloaded unarray v0.1.4 |
772 | 2025-03-07T22:29:34.441Z | Downloaded parking_lot_core v0.8.6 |
773 | 2025-03-07T22:29:34.441Z | Downloaded parking_lot v0.12.3 |
774 | 2025-03-07T22:29:34.444Z | Downloaded parking_lot v0.11.2 |
775 | 2025-03-07T22:29:34.444Z | Downloaded unicode_categories v0.1.1 |
776 | 2025-03-07T22:29:34.447Z | Downloaded rand_chacha v0.3.1 |
777 | 2025-03-07T22:29:34.447Z | Downloaded data-encoding v2.6.0 |
778 | 2025-03-07T22:29:34.452Z | Downloaded quick-error v1.2.3 |
779 | 2025-03-07T22:29:34.452Z | Downloaded proc-macro-crate v1.3.1 |
780 | 2025-03-07T22:29:34.452Z | Downloaded num-iter v0.1.45 |
781 | 2025-03-07T22:29:34.456Z | Downloaded num-integer v0.1.46 |
782 | 2025-03-07T22:29:34.456Z | Downloaded parse-zoneinfo v0.3.1 |
783 | 2025-03-07T22:29:34.459Z | Downloaded ron v0.8.1 |
784 | 2025-03-07T22:29:34.462Z | Downloaded foreign-types-shared v0.1.1 |
785 | 2025-03-07T22:29:34.462Z | Downloaded foreign-types v0.3.2 |
786 | 2025-03-07T22:29:34.466Z | Downloaded ed25519-dalek v2.1.1 |
787 | 2025-03-07T22:29:34.469Z | Downloaded tough v0.19.0 |
788 | 2025-03-07T22:29:34.474Z | Downloaded signal-hook v0.3.17 |
789 | 2025-03-07T22:29:34.477Z | Downloaded oso-derive v0.27.3 |
790 | 2025-03-07T22:29:34.480Z | Downloaded oso v0.27.3 |
791 | 2025-03-07T22:29:34.483Z | Downloaded sha1 v0.10.6 |
792 | 2025-03-07T22:29:34.483Z | Downloaded serde_path_to_error v0.1.16 |
793 | 2025-03-07T22:29:34.486Z | Downloaded nodrop v0.1.14 |
794 | 2025-03-07T22:29:34.486Z | Downloaded sync_wrapper v1.0.1 |
795 | 2025-03-07T22:29:34.489Z | Downloaded spki v0.7.3 |
796 | 2025-03-07T22:29:34.489Z | Downloaded tinyvec v1.8.0 |
797 | 2025-03-07T22:29:34.493Z | Downloaded synstructure v0.13.1 |
798 | 2025-03-07T22:29:34.496Z | Downloaded oxnet v0.1.1 |
799 | 2025-03-07T22:29:34.497Z | Downloaded strum_macros v0.24.3 |
800 | 2025-03-07T22:29:34.501Z | Downloaded shell-words v1.1.0 |
801 | 2025-03-07T22:29:34.501Z | Downloaded quick-xml v0.37.2 |
802 | 2025-03-07T22:29:34.505Z | Downloaded wait-timeout v0.2.0 |
803 | 2025-03-07T22:29:34.508Z | Downloaded zeroize_derive v1.4.2 |
804 | 2025-03-07T22:29:34.508Z | Downloaded tracing-attributes v0.1.27 |
805 | 2025-03-07T22:29:34.511Z | Downloaded zeroize v1.8.1 |
806 | 2025-03-07T22:29:34.511Z | Downloaded tower-service v0.3.3 |
807 | 2025-03-07T22:29:34.515Z | Downloaded write16 v1.0.0 |
808 | 2025-03-07T22:29:34.515Z | Downloaded rtoolbox v0.0.2 |
809 | 2025-03-07T22:29:34.518Z | Downloaded darling_core v0.20.10 |
810 | 2025-03-07T22:29:34.521Z | Downloaded hash32 v0.2.1 |
811 | 2025-03-07T22:29:34.524Z | Downloaded zerovec v0.10.4 |
812 | 2025-03-07T22:29:34.528Z | Downloaded headers v0.4.0 |
813 | 2025-03-07T22:29:34.534Z | Downloaded futures-io v0.3.31 |
814 | 2025-03-07T22:29:34.536Z | Downloaded futures-executor v0.3.31 |
815 | 2025-03-07T22:29:34.537Z | Downloaded fixedbitset v0.4.2 |
816 | 2025-03-07T22:29:34.539Z | Downloaded elliptic-curve v0.13.8 |
817 | 2025-03-07T22:29:34.543Z | Downloaded either v1.14.0 |
818 | 2025-03-07T22:29:34.543Z | Downloaded serde_plain v1.0.2 |
819 | 2025-03-07T22:29:34.546Z | Downloaded rustls v0.21.12 |
820 | 2025-03-07T22:29:34.555Z | Downloaded num-traits v0.2.19 |
821 | 2025-03-07T22:29:34.558Z | Downloaded typify-impl v0.3.0 |
822 | 2025-03-07T22:29:34.574Z | Downloaded openssl v0.10.71 |
823 | 2025-03-07T22:29:34.584Z | Downloaded psl-types v2.0.11 |
824 | 2025-03-07T22:29:34.587Z | Downloaded password-hash v0.4.2 |
825 | 2025-03-07T22:29:34.587Z | Downloaded parse-size v1.1.0 |
826 | 2025-03-07T22:29:34.590Z | Downloaded parse-display-derive v0.10.0 |
827 | 2025-03-07T22:29:34.591Z | Downloaded parse-display v0.10.0 |
828 | 2025-03-07T22:29:34.594Z | Downloaded typify v0.2.0 |
829 | 2025-03-07T22:29:34.594Z | Downloaded typed-path v0.9.3 |
830 | 2025-03-07T22:29:34.600Z | Downloaded serde_urlencoded v0.7.1 |
831 | 2025-03-07T22:29:34.603Z | Downloaded pin-project-lite v0.2.14 |
832 | 2025-03-07T22:29:34.606Z | Downloaded pkcs1 v0.7.5 |
833 | 2025-03-07T22:29:34.609Z | Downloaded try-lock v0.2.5 |
834 | 2025-03-07T22:29:34.612Z | Downloaded pin-project v1.1.6 |
835 | 2025-03-07T22:29:34.621Z | Downloaded vcpkg v0.2.15 |
836 | 2025-03-07T22:29:34.657Z | Downloaded value-bag v1.9.0 |
837 | 2025-03-07T22:29:34.661Z | Downloaded typify v0.3.0 |
838 | 2025-03-07T22:29:34.665Z | Downloaded tokio v1.43.0 |
839 | 2025-03-07T22:29:34.701Z | Downloaded displaydoc v0.2.5 |
840 | 2025-03-07T22:29:34.704Z | Downloaded curve25519-dalek-derive v0.1.1 |
841 | 2025-03-07T22:29:34.707Z | Downloaded zopfli v0.8.1 |
842 | 2025-03-07T22:29:34.710Z | Downloaded zerofrom-derive v0.1.4 |
843 | 2025-03-07T22:29:34.710Z | Downloaded endian-type v0.1.2 |
844 | 2025-03-07T22:29:34.710Z | Downloaded schemars v0.8.22 |
845 | 2025-03-07T22:29:34.721Z | Downloaded num v0.4.3 |
846 | 2025-03-07T22:29:34.724Z | Downloaded nu-ansi-term v0.50.1 |
847 | 2025-03-07T22:29:34.729Z | Downloaded normalize-line-endings v0.3.0 |
848 | 2025-03-07T22:29:34.729Z | Downloaded nibble_vec v0.1.0 |
849 | 2025-03-07T22:29:34.729Z | Downloaded newtype-uuid v1.2.1 |
850 | 2025-03-07T22:29:34.732Z | Downloaded fxhash v0.2.1 |
851 | 2025-03-07T22:29:34.732Z | Downloaded ron v0.7.1 |
852 | 2025-03-07T22:29:34.735Z | Downloaded polyval v0.6.2 |
853 | 2025-03-07T22:29:34.738Z | Downloaded getrandom v0.2.15 |
854 | 2025-03-07T22:29:34.741Z | Downloaded curve25519-dalek v4.1.3 |
855 | 2025-03-07T22:29:34.748Z | Downloaded rustyline v14.0.0 |
856 | 2025-03-07T22:29:34.752Z | Downloaded rpassword v7.3.1 |
857 | 2025-03-07T22:29:34.755Z | Downloaded qorb v0.2.1 |
858 | 2025-03-07T22:29:34.758Z | Downloaded slab v0.4.9 |
859 | 2025-03-07T22:29:34.761Z | Downloaded sct v0.7.1 |
860 | 2025-03-07T22:29:34.764Z | Downloaded regex v1.11.1 |
861 | 2025-03-07T22:29:34.776Z | Downloaded tiny-keccak v2.0.2 |
862 | 2025-03-07T22:29:34.779Z | Downloaded toml v0.7.8 |
863 | 2025-03-07T22:29:34.782Z | Downloaded time-macros v0.2.18 |
864 | 2025-03-07T22:29:34.785Z | Downloaded xattr v1.3.1 |
865 | 2025-03-07T22:29:34.788Z | Downloaded xz2 v0.1.7 |
866 | 2025-03-07T22:29:34.788Z | Downloaded tracing-core v0.1.32 |
867 | 2025-03-07T22:29:34.791Z | Downloaded scopeguard v1.2.0 |
868 | 2025-03-07T22:29:34.794Z | Downloaded rustc_version v0.4.1 |
869 | 2025-03-07T22:29:34.794Z | Downloaded tabled_derive v0.10.0 |
870 | 2025-03-07T22:29:34.794Z | Downloaded tabled v0.18.0 |
871 | 2025-03-07T22:29:34.811Z | Downloaded rayon-core v1.12.1 |
872 | 2025-03-07T22:29:34.814Z | Downloaded omicron-zone-package v0.12.0 |
873 | 2025-03-07T22:29:34.818Z | Downloaded olpc-cjson v0.1.4 |
874 | 2025-03-07T22:29:34.821Z | Downloaded openssl-probe v0.1.5 |
875 | 2025-03-07T22:29:34.821Z | Downloaded openssl-macros v0.1.1 |
876 | 2025-03-07T22:29:34.824Z | Downloaded num-rational v0.4.2 |
877 | 2025-03-07T22:29:34.824Z | Downloaded nanorand v0.7.0 |
878 | 2025-03-07T22:29:34.828Z | Downloaded glob v0.3.2 |
879 | 2025-03-07T22:29:34.828Z | Downloaded csv v1.3.1 |
880 | 2025-03-07T22:29:34.847Z | Downloaded regex-syntax v0.8.5 |
881 | 2025-03-07T22:29:34.855Z | Downloaded tokio-rustls v0.24.1 |
882 | 2025-03-07T22:29:34.860Z | Downloaded pkcs8 v0.10.2 |
883 | 2025-03-07T22:29:34.865Z | Downloaded want v0.3.1 |
884 | 2025-03-07T22:29:34.866Z | Downloaded siphasher v0.3.11 |
885 | 2025-03-07T22:29:34.866Z | Downloaded regex-syntax v0.6.29 |
886 | 2025-03-07T22:29:34.869Z | Downloaded smallvec v0.6.14 |
887 | 2025-03-07T22:29:34.872Z | Downloaded progenitor-macro v0.9.1 |
888 | 2025-03-07T22:29:34.872Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
889 | 2025-03-07T22:29:34.928Z | Downloaded zip v0.6.6 |
890 | 2025-03-07T22:29:34.931Z | Downloaded zerovec-derive v0.10.3 |
891 | 2025-03-07T22:29:34.935Z | Downloaded zerofrom v0.1.4 |
892 | 2025-03-07T22:29:34.935Z | Downloaded smallvec v1.14.0 |
893 | 2025-03-07T22:29:34.938Z | Downloaded ghash v0.5.1 |
894 | 2025-03-07T22:29:34.938Z | Downloaded slog-envlogger v2.2.0 |
895 | 2025-03-07T22:29:34.941Z | Downloaded uzers v0.12.1 |
896 | 2025-03-07T22:29:34.941Z | Downloaded serde_with_macros v3.12.0 |
897 | 2025-03-07T22:29:34.944Z | Downloaded pem-rfc7468 v0.7.0 |
898 | 2025-03-07T22:29:34.947Z | Downloaded half v2.4.1 |
899 | 2025-03-07T22:29:34.947Z | Downloaded multimap v0.10.0 |
900 | 2025-03-07T22:29:34.953Z | Downloaded group v0.13.0 |
901 | 2025-03-07T22:29:34.953Z | Downloaded serde_with v3.12.0 |
902 | 2025-03-07T22:29:34.958Z | Downloaded take_mut v0.2.2 |
903 | 2025-03-07T22:29:34.962Z | Downloaded rand_core v0.9.2 |
904 | 2025-03-07T22:29:34.962Z | Downloaded typify-impl v0.2.0 |
905 | 2025-03-07T22:29:34.976Z | Downloaded ref-cast-impl v1.0.23 |
906 | 2025-03-07T22:29:34.979Z | Downloaded ref-cast v1.0.23 |
907 | 2025-03-07T22:29:34.982Z | Downloaded predicates-tree v1.0.11 |
908 | 2025-03-07T22:29:34.982Z | Downloaded powerfmt v0.2.0 |
909 | 2025-03-07T22:29:34.982Z | Downloaded darling v0.20.10 |
910 | 2025-03-07T22:29:34.985Z | Downloaded wyz v0.5.1 |
911 | 2025-03-07T22:29:34.988Z | Downloaded winnow v0.5.40 |
912 | 2025-03-07T22:29:34.995Z | Downloaded yoke v0.7.4 |
913 | 2025-03-07T22:29:34.998Z | Downloaded vte v0.11.1 |
914 | 2025-03-07T22:29:35.001Z | Downloaded untrusted v0.7.1 |
915 | 2025-03-07T22:29:35.001Z | Downloaded rand_xorshift v0.3.0 |
916 | 2025-03-07T22:29:35.001Z | Downloaded h2 v0.4.6 |
917 | 2025-03-07T22:29:35.009Z | Downloaded gimli v0.31.1 |
918 | 2025-03-07T22:29:35.017Z | Downloaded zerocopy v0.6.6 |
919 | 2025-03-07T22:29:35.021Z | Downloaded tinystr v0.7.6 |
920 | 2025-03-07T22:29:35.024Z | Downloaded primeorder v0.13.6 |
921 | 2025-03-07T22:29:35.024Z | Downloaded poly1305 v0.8.0 |
922 | 2025-03-07T22:29:35.028Z | Downloaded newtype_derive v0.1.6 |
923 | 2025-03-07T22:29:35.028Z | Downloaded newline-converter v0.3.0 |
924 | 2025-03-07T22:29:35.028Z | Downloaded gethostname v0.5.0 |
925 | 2025-03-07T22:29:35.028Z | Downloaded ecdsa v0.16.9 |
926 | 2025-03-07T22:29:35.031Z | Downloaded petgraph v0.6.5 |
927 | 2025-03-07T22:29:35.047Z | Downloaded unsafe-libyaml v0.2.11 |
928 | 2025-03-07T22:29:35.051Z | Downloaded universal-hash v0.5.1 |
929 | 2025-03-07T22:29:35.054Z | Downloaded termtree v0.5.1 |
930 | 2025-03-07T22:29:35.054Z | Downloaded num_threads v0.1.7 |
931 | 2025-03-07T22:29:35.054Z | Downloaded num_enum_derive v0.5.11 |
932 | 2025-03-07T22:29:35.057Z | Downloaded num_enum v0.5.11 |
933 | 2025-03-07T22:29:35.061Z | Downloaded tokio-util v0.7.13 |
934 | 2025-03-07T22:29:35.065Z | Downloaded pkcs5 v0.7.1 |
935 | 2025-03-07T22:29:35.069Z | Downloaded progenitor v0.9.1 |
936 | 2025-03-07T22:29:35.072Z | Downloaded peg-runtime v0.8.5 |
937 | 2025-03-07T22:29:35.072Z | Downloaded fatfs v0.3.6 |
938 | 2025-03-07T22:29:35.075Z | Downloaded zone_cfg_derive v0.3.0 |
939 | 2025-03-07T22:29:35.075Z | Downloaded zip v2.1.3 |
940 | 2025-03-07T22:29:35.080Z | Downloaded x509-cert v0.2.5 |
941 | 2025-03-07T22:29:35.084Z | Downloaded number_prefix v0.4.0 |
942 | 2025-03-07T22:29:35.087Z | Downloaded waitgroup v0.1.2 |
943 | 2025-03-07T22:29:35.087Z | Downloaded sqlparser v0.45.0 |
944 | 2025-03-07T22:29:35.092Z | Downloaded percent-encoding v2.3.1 |
945 | 2025-03-07T22:29:35.095Z | Downloaded rustls-pemfile v1.0.4 |
946 | 2025-03-07T22:29:35.095Z | Downloaded strum v0.26.3 |
947 | 2025-03-07T22:29:35.098Z | Downloaded rustls-pki-types v1.10.0 |
948 | 2025-03-07T22:29:35.101Z | Downloaded rustls-pemfile v2.2.0 |
949 | 2025-03-07T22:29:35.101Z | Downloaded futures-util v0.3.31 |
950 | 2025-03-07T22:29:35.112Z | Downloaded utf8_iter v1.0.4 |
951 | 2025-03-07T22:29:35.115Z | Downloaded rustc_version v0.1.7 |
952 | 2025-03-07T22:29:35.115Z | Downloaded pretty_assertions v1.4.1 |
953 | 2025-03-07T22:29:35.118Z | Downloaded pretty-hex v0.2.1 |
954 | 2025-03-07T22:29:35.118Z | Downloaded num-conv v0.1.0 |
955 | 2025-03-07T22:29:35.118Z | Downloaded num-complex v0.4.6 |
956 | 2025-03-07T22:29:35.121Z | Downloaded display-error-chain v0.2.2 |
957 | 2025-03-07T22:29:35.121Z | Downloaded smf v0.2.3 |
958 | 2025-03-07T22:29:35.122Z | Downloaded packed_struct_codegen v0.10.1 |
959 | 2025-03-07T22:29:35.125Z | Downloaded similar v2.7.0 |
960 | 2025-03-07T22:29:35.128Z | Downloaded num-bigint-dig v0.8.4 |
961 | 2025-03-07T22:29:35.131Z | Downloaded pkg-config v0.3.31 |
962 | 2025-03-07T22:29:35.134Z | Downloaded petname v2.0.2 |
963 | 2025-03-07T22:29:35.138Z | Downloaded rustls v0.22.4 |
964 | 2025-03-07T22:29:35.152Z | Downloaded untrusted v0.9.0 |
965 | 2025-03-07T22:29:35.156Z | Downloaded predicates-core v1.0.8 |
966 | 2025-03-07T22:29:35.156Z | Downloaded postgres-types v0.2.9 |
967 | 2025-03-07T22:29:35.159Z | Downloaded defmt-macros v0.3.9 |
968 | 2025-03-07T22:29:35.159Z | Downloaded packed_struct v0.10.1 |
969 | 2025-03-07T22:29:35.162Z | Downloaded scheduled-thread-pool v0.2.7 |
970 | 2025-03-07T22:29:35.165Z | Downloaded subprocess v0.2.9 |
971 | 2025-03-07T22:29:35.165Z | Downloaded fallible-iterator v0.2.0 |
972 | 2025-03-07T22:29:35.168Z | Downloaded uuid v1.15.1 |
973 | 2025-03-07T22:29:35.171Z | Downloaded diesel v2.2.8 |
974 | 2025-03-07T22:29:35.187Z | Downloaded dropshot_endpoint v0.12.0 |
975 | 2025-03-07T22:29:35.190Z | Downloaded smoltcp v0.9.1 |
976 | 2025-03-07T22:29:35.200Z | Downloaded futures-macro v0.3.31 |
977 | 2025-03-07T22:29:35.203Z | Downloaded futures v0.3.31 |
978 | 2025-03-07T22:29:35.206Z | Downloaded env_filter v0.1.2 |
979 | 2025-03-07T22:29:35.209Z | Downloaded snafu-derive v0.8.5 |
980 | 2025-03-07T22:29:35.209Z | Downloaded rustls-webpki v0.101.7 |
981 | 2025-03-07T22:29:35.220Z | Downloaded dirs-sys-next v0.1.2 |
982 | 2025-03-07T22:29:35.223Z | Downloaded dirs-next v2.0.0 |
983 | 2025-03-07T22:29:35.223Z | Downloaded strum_macros v0.26.4 |
984 | 2025-03-07T22:29:35.226Z | Downloaded serde_yaml v0.9.34+deprecated |
985 | 2025-03-07T22:29:35.229Z | Downloaded signal-hook-registry v1.4.2 |
986 | 2025-03-07T22:29:35.229Z | Downloaded same-file v1.0.6 |
987 | 2025-03-07T22:29:35.229Z | Downloaded der v0.7.9 |
988 | 2025-03-07T22:29:35.234Z | Downloaded reedline v0.38.0 |
989 | 2025-03-07T22:29:35.241Z | Downloaded rcgen v0.12.1 |
990 | 2025-03-07T22:29:35.244Z | Downloaded yoke-derive v0.7.4 |
991 | 2025-03-07T22:29:35.244Z | Downloaded yansi v1.0.1 |
992 | 2025-03-07T22:29:35.248Z | Downloaded rand_seeder v0.3.0 |
993 | 2025-03-07T22:29:35.248Z | Downloaded progenitor-client v0.9.1 |
994 | 2025-03-07T22:29:35.251Z | Downloaded progenitor-client v0.8.0 |
995 | 2025-03-07T22:29:35.251Z | Downloaded progenitor v0.8.0 |
996 | 2025-03-07T22:29:35.251Z | Downloaded dropshot v0.16.0 |
997 | 2025-03-07T22:29:35.271Z | Downloaded rustls-webpki v0.102.8 |
998 | 2025-03-07T22:29:35.288Z | Downloaded dropshot_endpoint v0.16.0 |
999 | 2025-03-07T22:29:35.291Z | Downloaded snafu v0.8.5 |
1000 | 2025-03-07T22:29:35.295Z | Downloaded diesel_derives v2.2.3 |
1001 | 2025-03-07T22:29:35.299Z | Downloaded yasna v0.5.2 |
1002 | 2025-03-07T22:29:35.303Z | Downloaded zerocopy v0.8.10 |
1003 | 2025-03-07T22:29:35.323Z | Downloaded sled v0.34.7 |
1004 | 2025-03-07T22:29:35.333Z | Downloaded petgraph v0.7.1 |
1005 | 2025-03-07T22:29:35.352Z | Downloaded peg v0.8.5 |
1006 | 2025-03-07T22:29:35.356Z | Downloaded strum_macros v0.25.3 |
1007 | 2025-03-07T22:29:35.360Z | Downloaded signal-hook-tokio v0.3.1 |
1008 | 2025-03-07T22:29:35.360Z | Downloaded rustfmt-wrapper v0.2.1 |
1009 | 2025-03-07T22:29:35.360Z | Downloaded rfc6979 v0.4.0 |
1010 | 2025-03-07T22:29:35.360Z | Downloaded resolv-conf v0.7.0 |
1011 | 2025-03-07T22:29:35.363Z | Downloaded fd-lock v4.0.2 |
1012 | 2025-03-07T22:29:35.363Z | Downloaded rustls v0.23.19 |
1013 | 2025-03-07T22:29:35.373Z | Downloaded zerocopy-derive v0.6.6 |
1014 | 2025-03-07T22:29:35.382Z | Downloaded expectorate v1.1.0 |
1015 | 2025-03-07T22:29:35.385Z | Downloaded diesel-dtrace v0.4.2 |
1016 | 2025-03-07T22:29:35.388Z | Downloaded tokio-tungstenite v0.23.1 |
1017 | 2025-03-07T22:29:35.388Z | Downloaded ring v0.17.11 |
1018 | 2025-03-07T22:29:35.428Z | Downloaded pbkdf2 v0.12.2 |
1019 | 2025-03-07T22:29:35.431Z | Downloaded pem v3.0.5 |
1020 | 2025-03-07T22:29:35.431Z | Downloaded encoding_rs v0.8.34 |
1021 | 2025-03-07T22:29:35.451Z | Downloaded sha3 v0.10.8 |
1022 | 2025-03-07T22:29:35.454Z | Downloaded postgres-protocol v0.6.8 |
1023 | 2025-03-07T22:29:35.457Z | Downloaded portable-atomic v1.9.0 |
1024 | 2025-03-07T22:29:35.462Z | Downloaded polar-core v0.27.3 |
1025 | 2025-03-07T22:29:35.470Z | Downloaded papergrid v0.14.0 |
1026 | 2025-03-07T22:29:35.474Z | Downloaded sigpipe v0.1.3 |
1027 | 2025-03-07T22:29:35.477Z | Downloaded defmt-parser v0.3.4 |
1028 | 2025-03-07T22:29:35.477Z | Downloaded vsss-rs v3.3.4 |
1029 | 2025-03-07T22:29:35.480Z | Downloaded url v2.5.3 |
1030 | 2025-03-07T22:29:35.483Z | Downloaded p521 v0.13.3 |
1031 | 2025-03-07T22:29:35.486Z | Downloaded p384 v0.13.0 |
1032 | 2025-03-07T22:29:35.490Z | Downloaded p256 v0.13.2 |
1033 | 2025-03-07T22:29:35.493Z | Downloaded env_logger v0.11.5 |
1034 | 2025-03-07T22:29:35.496Z | Downloaded num-derive v0.4.2 |
1035 | 2025-03-07T22:29:35.499Z | Downloaded regex-automata v0.4.8 |
1036 | 2025-03-07T22:29:35.512Z | Downloaded sync-ptr v0.1.1 |
1037 | 2025-03-07T22:29:35.515Z | Downloaded tokio-postgres v0.7.13 |
1038 | 2025-03-07T22:29:35.518Z | Downloaded funty v2.0.0 |
1039 | 2025-03-07T22:29:35.519Z | Downloaded fs_extra v1.3.0 |
1040 | 2025-03-07T22:29:35.522Z | Downloaded signature v2.2.0 |
1041 | 2025-03-07T22:29:35.523Z | Downloaded futures-sink v0.3.31 |
1042 | 2025-03-07T22:29:35.523Z | Downloaded time v0.3.36 |
1043 | 2025-03-07T22:29:35.529Z | Downloaded defmt v0.3.8 |
1044 | 2025-03-07T22:29:35.532Z | Downloaded daft-derive v0.1.1 |
1045 | 2025-03-07T22:29:35.535Z | Downloaded daft v0.1.1 |
1046 | 2025-03-07T22:29:35.539Z | Downloaded zerocopy-derive v0.8.10 |
1047 | 2025-03-07T22:29:35.542Z | Downloaded tabwriter v1.4.0 |
1048 | 2025-03-07T22:29:35.545Z | Downloaded postcard v1.0.10 |
1049 | 2025-03-07T22:29:35.545Z | Downloaded tokio-rustls v0.26.0 |
1050 | 2025-03-07T22:29:35.548Z | Downloaded tokio-rustls v0.25.0 |
1051 | 2025-03-07T22:29:35.548Z | Downloaded salsa20 v0.10.2 |
1052 | 2025-03-07T22:29:35.551Z | Downloaded time-core v0.1.2 |
1053 | 2025-03-07T22:29:35.551Z | Downloaded thread_local v1.1.8 |
1054 | 2025-03-07T22:29:35.551Z | Downloaded ff v0.13.0 |
1055 | 2025-03-07T22:29:35.554Z | Downloaded new_debug_unreachable v1.0.6 |
1056 | 2025-03-07T22:29:35.555Z | Downloaded native-tls v0.2.12 |
1057 | 2025-03-07T22:29:35.558Z | Downloaded env_logger v0.10.2 |
1058 | 2025-03-07T22:29:35.558Z | Downloaded dunce v1.0.5 |
1059 | 2025-03-07T22:29:35.561Z | Downloaded structmeta v0.3.0 |
1060 | 2025-03-07T22:29:35.561Z | Downloaded dyn-clone v1.0.19 |
1061 | 2025-03-07T22:29:35.561Z | Downloaded smoltcp v0.11.0 |
1062 | 2025-03-07T22:29:35.573Z | Downloaded openapiv3 v2.0.0 |
1063 | 2025-03-07T22:29:35.583Z | Downloaded vergen v8.3.2 |
1064 | 2025-03-07T22:29:35.586Z | Downloaded tui-tree-widget v0.23.0 |
1065 | 2025-03-07T22:29:35.586Z | Downloaded thiserror-no-std v2.0.2 |
1066 | 2025-03-07T22:29:35.591Z | Downloaded thiserror-impl-no-std v2.0.2 |
1067 | 2025-03-07T22:29:35.594Z | Downloaded test-strategy v0.4.0 |
1068 | 2025-03-07T22:29:35.597Z | Downloaded serde_derive_internals v0.29.1 |
1069 | 2025-03-07T22:29:35.597Z | Downloaded peg-macros v0.8.5 |
1070 | 2025-03-07T22:29:35.597Z | Downloaded walkdir v2.5.0 |
1071 | 2025-03-07T22:29:35.602Z | Downloaded sec1 v0.7.3 |
1072 | 2025-03-07T22:29:35.602Z | Downloaded salty v0.3.0 |
1073 | 2025-03-07T22:29:35.606Z | Downloaded futures-channel v0.3.31 |
1074 | 2025-03-07T22:29:35.609Z | Downloaded derive_builder_macro v0.20.2 |
1075 | 2025-03-07T22:29:35.609Z | Downloaded derive_builder_core v0.20.2 |
1076 | 2025-03-07T22:29:35.613Z | Downloaded derive_builder v0.20.2 |
1077 | 2025-03-07T22:29:35.616Z | Downloaded termtree v0.4.1 |
1078 | 2025-03-07T22:29:35.616Z | Downloaded progenitor-macro v0.8.0 |
1079 | 2025-03-07T22:29:35.616Z | Downloaded progenitor-impl v0.8.0 |
1080 | 2025-03-07T22:29:35.619Z | Downloaded multer v3.1.0 |
1081 | 2025-03-07T22:29:35.623Z | Downloaded mockall_derive v0.13.1 |
1082 | 2025-03-07T22:29:35.623Z | Downloaded mockall v0.13.1 |
1083 | 2025-03-07T22:29:35.626Z | Downloaded des v0.8.1 |
1084 | 2025-03-07T22:29:35.626Z | Downloaded writeable v0.5.5 |
1085 | 2025-03-07T22:29:35.629Z | Downloaded toolchain_find v0.4.0 |
1086 | 2025-03-07T22:29:35.629Z | Downloaded ratatui v0.29.0 |
1087 | 2025-03-07T22:29:35.646Z | Downloaded object v0.36.5 |
1088 | 2025-03-07T22:29:35.657Z | Downloaded nix v0.28.0 |
1089 | 2025-03-07T22:29:35.667Z | Downloaded tokio-tungstenite v0.21.0 |
1090 | 2025-03-07T22:29:35.670Z | Downloaded dropshot v0.12.0 |
1091 | 2025-03-07T22:29:35.687Z | Downloaded sqlformat v0.2.6 |
1092 | 2025-03-07T22:29:35.691Z | Downloaded spin v0.9.8 |
1093 | 2025-03-07T22:29:35.691Z | Downloaded socket2 v0.5.8 |
1094 | 2025-03-07T22:29:35.695Z | Downloaded rand_core v0.6.4 |
1095 | 2025-03-07T22:29:35.695Z | Downloaded pin-utils v0.1.0 |
1096 | 2025-03-07T22:29:35.698Z | Downloaded pin-project-internal v1.1.6 |
1097 | 2025-03-07T22:29:35.698Z | Downloaded tungstenite v0.24.0 |
1098 | 2025-03-07T22:29:35.703Z | Downloaded tungstenite v0.23.0 |
1099 | 2025-03-07T22:29:35.707Z | Downloaded unicode-properties v0.1.3 |
1100 | 2025-03-07T22:29:35.707Z | Downloaded typify-macro v0.3.0 |
1101 | 2025-03-07T22:29:35.707Z | Downloaded git2 v0.19.0 |
1102 | 2025-03-07T22:29:35.714Z | Downloaded samael v0.0.18 |
1103 | 2025-03-07T22:29:35.719Z | Downloaded ed25519 v2.2.3 |
1104 | 2025-03-07T22:29:35.727Z | Downloaded float-ord v0.3.2 |
1105 | 2025-03-07T22:29:35.727Z | Downloaded flagset v0.4.6 |
1106 | 2025-03-07T22:29:35.727Z | Downloaded dsl_auto_type v0.1.2 |
1107 | 2025-03-07T22:29:35.732Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1108 | 2025-03-07T22:29:35.732Z | Downloaded derive_more v0.99.19 |
1109 | 2025-03-07T22:29:35.732Z | Downloaded tls_codec_derive v0.4.1 |
1110 | 2025-03-07T22:29:35.732Z | Downloaded tls_codec v0.4.1 |
1111 | 2025-03-07T22:29:35.753Z | Downloaded ssh-key v0.6.6 |
1112 | 2025-03-07T22:29:35.756Z | Downloaded ssh-encoding v0.2.0 |
1113 | 2025-03-07T22:29:35.756Z | Downloaded sqlparser_derive v0.2.2 |
1114 | 2025-03-07T22:29:35.756Z | Downloaded slog-dtrace v0.3.0 |
1115 | 2025-03-07T22:29:35.756Z | Downloaded slog-bunyan v2.5.0 |
1116 | 2025-03-07T22:29:35.756Z | Downloaded scrypt v0.11.0 |
1117 | 2025-03-07T22:29:35.756Z | Downloaded regress v0.10.3 |
1118 | 2025-03-07T22:29:35.756Z | Downloaded winnow v0.6.20 |
1119 | 2025-03-07T22:29:35.759Z | Downloaded r2d2 v0.8.10 |
1120 | 2025-03-07T22:29:35.763Z | Downloaded quinn-udp v0.5.5 |
1121 | 2025-03-07T22:29:35.763Z | Downloaded path-slash v0.1.5 |
1122 | 2025-03-07T22:29:35.763Z | Downloaded object v0.30.4 |
1123 | 2025-03-07T22:29:35.771Z | Downloaded bstr v1.10.0 |
1124 | 2025-03-07T22:29:35.782Z | Downloaded tower-layer v0.3.3 |
1125 | 2025-03-07T22:29:35.785Z | Downloaded toml_edit v0.19.15 |
1126 | 2025-03-07T22:29:35.796Z | Downloaded tokio-stream v0.1.17 |
1127 | 2025-03-07T22:29:35.799Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1128 | 2025-03-07T22:29:35.803Z | Downloaded password-hash v0.5.0 |
1129 | 2025-03-07T22:29:35.803Z | Downloaded topological-sort v0.2.2 |
1130 | 2025-03-07T22:29:35.803Z | Downloaded tokio-tungstenite v0.24.0 |
1131 | 2025-03-07T22:29:35.806Z | Downloaded tinyvec_macros v0.1.1 |
1132 | 2025-03-07T22:29:35.806Z | Downloaded rsa v0.9.6 |
1133 | 2025-03-07T22:29:35.810Z | Downloaded chrono-tz v0.10.1 |
1134 | 2025-03-07T22:29:35.817Z | Downloaded stable_deref_trait v1.2.0 |
1135 | 2025-03-07T22:29:35.820Z | Downloaded progenitor-impl v0.9.1 |
1136 | 2025-03-07T22:29:35.820Z | Downloaded bindgen v0.71.1 |
1137 | 2025-03-07T22:29:35.827Z | Downloaded radium v0.7.0 |
1138 | 2025-03-07T22:29:35.832Z | Downloaded serde-big-array v0.5.1 |
1139 | 2025-03-07T22:29:35.832Z | Downloaded semver v0.1.20 |
1140 | 2025-03-07T22:29:35.832Z | Downloaded russh-keys v0.45.0 |
1141 | 2025-03-07T22:29:35.835Z | Downloaded phf_shared v0.10.0 |
1142 | 2025-03-07T22:29:35.835Z | Downloaded phf_generator v0.11.2 |
1143 | 2025-03-07T22:29:35.835Z | Downloaded phf_codegen v0.11.2 |
1144 | 2025-03-07T22:29:35.835Z | Downloaded phf v0.11.2 |
1145 | 2025-03-07T22:29:35.835Z | Downloaded owo-colors v4.2.0 |
1146 | 2025-03-07T22:29:35.838Z | Downloaded proptest v1.6.0 |
1147 | 2025-03-07T22:29:35.845Z | Downloaded nix v0.29.0 |
1148 | 2025-03-07T22:29:35.856Z | Downloaded nix v0.27.1 |
1149 | 2025-03-07T22:29:35.866Z | Downloaded block-padding v0.3.3 |
1150 | 2025-03-07T22:29:35.870Z | Downloaded bitfield-struct v0.6.2 |
1151 | 2025-03-07T22:29:35.870Z | Downloaded bb8 v0.8.5 |
1152 | 2025-03-07T22:29:35.870Z | Downloaded futures-core v0.3.31 |
1153 | 2025-03-07T22:29:35.870Z | Downloaded lzma-sys v0.1.20 |
1154 | 2025-03-07T22:29:35.897Z | Downloaded simd-adler32 v0.3.7 |
1155 | 2025-03-07T22:29:35.900Z | Downloaded signal-hook-mio v0.2.4 |
1156 | 2025-03-07T22:29:35.900Z | Downloaded secrecy v0.8.0 |
1157 | 2025-03-07T22:29:35.904Z | Downloaded cancel-safe-futures v0.1.5 |
1158 | 2025-03-07T22:29:35.907Z | Downloaded cookie_store v0.21.1 |
1159 | 2025-03-07T22:29:35.907Z | Downloaded cookie v0.18.1 |
1160 | 2025-03-07T22:29:35.910Z | Downloaded const_format_proc_macros v0.2.34 |
1161 | 2025-03-07T22:29:35.910Z | Downloaded const_format v0.2.34 |
1162 | 2025-03-07T22:29:35.914Z | Downloaded cmake v0.1.51 |
1163 | 2025-03-07T22:29:35.917Z | Downloaded chrono-tz-build v0.4.0 |
1164 | 2025-03-07T22:29:35.917Z | Downloaded chacha20poly1305 v0.10.1 |
1165 | 2025-03-07T22:29:35.917Z | Downloaded chacha20 v0.9.1 |
1166 | 2025-03-07T22:29:35.920Z | Downloaded buf-list v1.0.3 |
1167 | 2025-03-07T22:29:35.923Z | Downloaded bit-set v0.8.0 |
1168 | 2025-03-07T22:29:35.923Z | Downloaded bcs v0.1.6 |
1169 | 2025-03-07T22:29:35.923Z | Downloaded bcrypt-pbkdf v0.10.0 |
1170 | 2025-03-07T22:29:35.926Z | Downloaded base16ct v0.2.0 |
1171 | 2025-03-07T22:29:35.926Z | Downloaded aws-lc-rs v1.12.4 |
1172 | 2025-03-07T22:29:35.933Z | Downloaded async-bb8-diesel v0.2.1 |
1173 | 2025-03-07T22:29:35.937Z | Downloaded assert_matches v1.5.0 |
1174 | 2025-03-07T22:29:35.937Z | Downloaded array-init v0.0.4 |
1175 | 2025-03-07T22:29:35.940Z | Downloaded litemap v0.7.3 |
1176 | 2025-03-07T22:29:35.940Z | Downloaded libxml v0.3.3 |
1177 | 2025-03-07T22:29:35.944Z | Downloaded libsw-core v0.3.1 |
1178 | 2025-03-07T22:29:35.947Z | Downloaded libsw v3.4.0 |
1179 | 2025-03-07T22:29:35.947Z | Downloaded libefi-sys v0.1.0 |
1180 | 2025-03-07T22:29:35.950Z | Downloaded lalrpop-util v0.19.12 |
1181 | 2025-03-07T22:29:35.950Z | Downloaded kstat-rs v0.2.4 |
1182 | 2025-03-07T22:29:35.950Z | Downloaded keccak v0.1.5 |
1183 | 2025-03-07T22:29:35.953Z | Downloaded ipnetwork v0.21.1 |
1184 | 2025-03-07T22:29:35.953Z | Downloaded internet-checksum v0.2.1 |
1185 | 2025-03-07T22:29:35.953Z | Downloaded instability v0.3.2 |
1186 | 2025-03-07T22:29:35.959Z | Downloaded indoc v1.0.9 |
1187 | 2025-03-07T22:29:35.959Z | Downloaded crc v3.2.1 |
1188 | 2025-03-07T22:29:35.962Z | Downloaded bit-vec v0.8.0 |
1189 | 2025-03-07T22:29:35.962Z | Downloaded async-recursion v1.1.1 |
1190 | 2025-03-07T22:29:35.965Z | Downloaded hubpack_derive v0.1.1 |
1191 | 2025-03-07T22:29:35.965Z | Downloaded hubpack v0.1.2 |
1192 | 2025-03-07T22:29:35.965Z | Downloaded hostname v0.4.0 |
1193 | 2025-03-07T22:29:35.965Z | Downloaded highway v1.3.0 |
1194 | 2025-03-07T22:29:35.969Z | Downloaded hickory-server v0.24.4 |
1195 | 2025-03-07T22:29:35.973Z | Downloaded hickory-client v0.24.4 |
1196 | 2025-03-07T22:29:35.977Z | Downloaded hex-literal v0.4.1 |
1197 | 2025-03-07T22:29:35.977Z | Downloaded cc v1.2.15 |
1198 | 2025-03-07T22:29:35.980Z | Downloaded cobs v0.2.3 |
1199 | 2025-03-07T22:29:35.980Z | Downloaded cargo_metadata v0.18.1 |
1200 | 2025-03-07T22:29:35.983Z | Downloaded arrayvec v0.7.6 |
1201 | 2025-03-07T22:29:35.983Z | Downloaded ahash v0.8.11 |
1202 | 2025-03-07T22:29:35.987Z | Downloaded cfg_aliases v0.2.1 |
1203 | 2025-03-07T22:29:35.987Z | Downloaded castaway v0.2.3 |
1204 | 2025-03-07T22:29:35.990Z | Downloaded bitvec v1.0.1 |
1205 | 2025-03-07T22:29:36.001Z | Downloaded async-trait v0.1.87 |
1206 | 2025-03-07T22:29:36.004Z | Downloaded atomicwrites v0.4.4 |
1207 | 2025-03-07T22:29:36.007Z | Downloaded crc-catalog v2.4.0 |
1208 | 2025-03-07T22:29:36.007Z | Downloaded async-stream-impl v0.3.6 |
1209 | 2025-03-07T22:29:36.007Z | Downloaded async-stream v0.3.6 |
1210 | 2025-03-07T22:29:36.010Z | Downloaded arrayref v0.3.9 |
1211 | 2025-03-07T22:29:36.010Z | Downloaded icu_locid v1.5.0 |
1212 | 2025-03-07T22:29:36.018Z | Downloaded indent_write v2.2.0 |
1213 | 2025-03-07T22:29:36.018Z | Downloaded icu_provider_macros v1.5.0 |
1214 | 2025-03-07T22:29:36.018Z | Downloaded hmac v0.12.1 |
1215 | 2025-03-07T22:29:36.018Z | Downloaded hostname v0.3.1 |
1216 | 2025-03-07T22:29:36.018Z | Downloaded heapless v0.8.0 |
1217 | 2025-03-07T22:29:36.022Z | Downloaded inout v0.1.3 |
1218 | 2025-03-07T22:29:36.022Z | Downloaded indexmap v1.9.3 |
1219 | 2025-03-07T22:29:36.026Z | Downloaded cexpr v0.6.0 |
1220 | 2025-03-07T22:29:36.029Z | Downloaded hyper-tls v0.6.0 |
1221 | 2025-03-07T22:29:36.029Z | Downloaded httpdate v1.0.3 |
1222 | 2025-03-07T22:29:36.029Z | Downloaded httparse v1.9.5 |
1223 | 2025-03-07T22:29:36.032Z | Downloaded bindgen v0.69.5 |
1224 | 2025-03-07T22:29:36.210Z | Downloaded aws-lc-sys v0.26.0 |
1225 | 2025-03-07T22:29:36.523Z | Compiling serde v1.0.218 |
1226 | 2025-03-07T22:29:36.527Z | Compiling value-bag v1.9.0 |
1227 | 2025-03-07T22:29:36.527Z | Compiling lock_api v0.4.12 |
1228 | 2025-03-07T22:29:36.527Z | Compiling scopeguard v1.2.0 |
1229 | 2025-03-07T22:29:36.527Z | Compiling typenum v1.17.0 |
1230 | 2025-03-07T22:29:36.527Z | Compiling generic-array v0.14.7 |
1231 | 2025-03-07T22:29:36.724Z | Compiling syn v2.0.98 |
1232 | 2025-03-07T22:29:36.741Z | Compiling getrandom v0.2.15 |
1233 | 2025-03-07T22:29:36.867Z | Compiling shlex v1.3.0 |
1234 | 2025-03-07T22:29:37.005Z | Compiling rand_core v0.6.4 |
1235 | 2025-03-07T22:29:37.113Z | Compiling log v0.4.22 |
1236 | 2025-03-07T22:29:37.199Z | Compiling jobserver v0.1.32 |
1237 | 2025-03-07T22:29:37.221Z | Compiling subtle v2.6.1 |
1238 | 2025-03-07T22:29:37.241Z | Compiling smallvec v1.14.0 |
1239 | 2025-03-07T22:29:37.493Z | Compiling const-oid v0.9.6 |
1240 | 2025-03-07T22:29:37.545Z | Compiling pin-project-lite v0.2.14 |
1241 | 2025-03-07T22:29:37.730Z | Compiling cc v1.2.15 |
1242 | 2025-03-07T22:29:37.750Z | Compiling parking_lot_core v0.9.10 |
1243 | 2025-03-07T22:29:37.851Z | Compiling rustix v0.38.37 |
1244 | 2025-03-07T22:29:37.925Z | Compiling signal-hook-registry v1.4.2 |
1245 | 2025-03-07T22:29:38.073Z | Compiling futures-core v0.3.31 |
1246 | 2025-03-07T22:29:38.320Z | Compiling mio v1.0.2 |
1247 | 2025-03-07T22:29:38.667Z | Compiling parking_lot v0.12.3 |
1248 | 2025-03-07T22:29:38.739Z | Compiling spin v0.9.8 |
1249 | 2025-03-07T22:29:38.758Z | Compiling socket2 v0.5.8 |
1250 | 2025-03-07T22:29:39.137Z | Compiling aho-corasick v1.1.3 |
1251 | 2025-03-07T22:29:39.161Z | Compiling cpufeatures v0.2.14 |
1252 | 2025-03-07T22:29:39.276Z | Compiling regex-syntax v0.8.5 |
1253 | 2025-03-07T22:29:39.427Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2025-03-07T22:29:39.480Z | Compiling either v1.14.0 |
1255 | 2025-03-07T22:29:39.552Z | Compiling futures-sink v0.3.31 |
1256 | 2025-03-07T22:29:39.654Z | Compiling slab v0.4.9 |
1257 | 2025-03-07T22:29:39.673Z | Compiling glob v0.3.2 |
1258 | 2025-03-07T22:29:39.715Z | Compiling prettyplease v0.2.29 |
1259 | 2025-03-07T22:29:39.889Z | Compiling lazy_static v1.5.0 |
1260 | 2025-03-07T22:29:40.031Z | Compiling serde_json v1.0.139 |
1261 | 2025-03-07T22:29:40.084Z | Compiling minimal-lexical v0.2.1 |
1262 | 2025-03-07T22:29:40.412Z | Compiling futures-channel v0.3.31 |
1263 | 2025-03-07T22:29:40.438Z | Compiling libloading v0.8.5 |
1264 | 2025-03-07T22:29:40.530Z | Compiling clang-sys v1.8.1 |
1265 | 2025-03-07T22:29:40.620Z | Compiling nom v7.1.3 |
1266 | 2025-03-07T22:29:40.835Z | Compiling home v0.5.9 |
1267 | 2025-03-07T22:29:40.838Z | Compiling pin-utils v0.1.0 |
1268 | 2025-03-07T22:29:40.960Z | Compiling bindgen v0.69.5 |
1269 | 2025-03-07T22:29:41.050Z | Compiling futures-io v0.3.31 |
1270 | 2025-03-07T22:29:41.276Z | Compiling allocator-api2 v0.2.18 |
1271 | 2025-03-07T22:29:41.347Z | Compiling foldhash v0.1.3 |
1272 | 2025-03-07T22:29:41.636Z | Compiling futures-task v0.3.31 |
1273 | 2025-03-07T22:29:41.914Z | Compiling itertools v0.12.1 |
1274 | 2025-03-07T22:29:41.943Z | Compiling libm v0.2.8 |
1275 | 2025-03-07T22:29:42.063Z | Compiling hashbrown v0.15.1 |
1276 | 2025-03-07T22:29:42.313Z | Compiling pkg-config v0.3.31 |
1277 | 2025-03-07T22:29:43.309Z | Compiling regex-automata v0.4.8 |
1278 | 2025-03-07T22:29:43.577Z | Compiling rustc-hash v1.1.0 |
1279 | 2025-03-07T22:29:43.739Z | Compiling cexpr v0.6.0 |
1280 | 2025-03-07T22:29:43.758Z | Compiling lazycell v1.3.0 |
1281 | 2025-03-07T22:29:43.966Z | Compiling cmake v0.1.51 |
1282 | 2025-03-07T22:29:44.042Z | Compiling synstructure v0.13.1 |
1283 | 2025-03-07T22:29:44.786Z | Compiling num-traits v0.2.19 |
1284 | 2025-03-07T22:29:45.088Z | Compiling dunce v1.0.5 |
1285 | 2025-03-07T22:29:45.229Z | Compiling fs_extra v1.3.0 |
1286 | 2025-03-07T22:29:45.386Z | Compiling writeable v0.5.5 |
1287 | 2025-03-07T22:29:45.546Z | Compiling getrandom v0.3.1 |
1288 | 2025-03-07T22:29:45.726Z | Compiling litemap v0.7.3 |
1289 | 2025-03-07T22:29:45.912Z | Compiling ring v0.17.11 |
1290 | 2025-03-07T22:29:46.100Z | Compiling base64ct v1.6.0 |
1291 | 2025-03-07T22:29:46.594Z | Compiling paste v1.0.15 |
1292 | 2025-03-07T22:29:46.674Z | Compiling pem-rfc7468 v0.7.0 |
1293 | 2025-03-07T22:29:47.290Z | Compiling icu_locid_transform_data v1.5.0 |
1294 | 2025-03-07T22:29:47.405Z | Compiling httparse v1.9.5 |
1295 | 2025-03-07T22:29:47.468Z | Compiling aws-lc-rs v1.12.4 |
1296 | 2025-03-07T22:29:47.552Z | Compiling flagset v0.4.6 |
1297 | 2025-03-07T22:29:47.889Z | Compiling tracing-core v0.1.32 |
1298 | 2025-03-07T22:29:47.919Z | Compiling regex v1.11.1 |
1299 | 2025-03-07T22:29:48.109Z | Compiling icu_properties_data v1.5.0 |
1300 | 2025-03-07T22:29:48.335Z | Compiling rustls-pki-types v1.10.0 |
1301 | 2025-03-07T22:29:48.772Z | Compiling percent-encoding v2.3.1 |
1302 | 2025-03-07T22:29:48.818Z | Compiling crossbeam-utils v0.8.20 |
1303 | 2025-03-07T22:29:49.020Z | Compiling serde_derive v1.0.218 |
1304 | 2025-03-07T22:29:49.041Z | Compiling zeroize_derive v1.4.2 |
1305 | 2025-03-07T22:29:49.057Z | Compiling zerocopy-derive v0.7.35 |
1306 | 2025-03-07T22:29:49.219Z | Compiling tokio-macros v2.5.0 |
1307 | 2025-03-07T22:29:49.286Z | Compiling zerofrom-derive v0.1.4 |
1308 | 2025-03-07T22:29:50.275Z | Compiling zeroize v1.8.1 |
1309 | 2025-03-07T22:29:50.589Z | Compiling thiserror-impl v1.0.69 |
1310 | 2025-03-07T22:29:50.857Z | Compiling zerocopy v0.7.35 |
1311 | 2025-03-07T22:29:51.559Z | Compiling yoke-derive v0.7.4 |
1312 | 2025-03-07T22:29:51.645Z | Compiling zerovec-derive v0.10.3 |
1313 | 2025-03-07T22:29:51.751Z | Compiling crypto-common v0.1.6 |
1314 | 2025-03-07T22:29:51.977Z | Compiling block-buffer v0.10.4 |
1315 | 2025-03-07T22:29:52.022Z | Compiling futures-macro v0.3.31 |
1316 | 2025-03-07T22:29:52.223Z | Compiling digest v0.10.7 |
1317 | 2025-03-07T22:29:52.456Z | Compiling zerofrom v0.1.4 |
1318 | 2025-03-07T22:29:52.716Z | Compiling displaydoc v0.2.5 |
1319 | 2025-03-07T22:29:52.734Z | Compiling hmac v0.12.1 |
1320 | 2025-03-07T22:29:52.981Z | Compiling block-padding v0.3.3 |
1321 | 2025-03-07T22:29:53.232Z | Compiling inout v0.1.3 |
1322 | 2025-03-07T22:29:53.458Z | Compiling thiserror v1.0.69 |
1323 | 2025-03-07T22:29:53.498Z | Compiling ppv-lite86 v0.2.20 |
1324 | 2025-03-07T22:29:53.598Z | Compiling cipher v0.4.4 |
1325 | 2025-03-07T22:29:53.779Z | Compiling futures-util v0.3.31 |
1326 | 2025-03-07T22:29:53.969Z | Compiling sha2 v0.10.8 |
1327 | 2025-03-07T22:29:53.972Z | Compiling yoke v0.7.4 |
1328 | 2025-03-07T22:29:54.047Z | Compiling icu_provider_macros v1.5.0 |
1329 | 2025-03-07T22:29:54.134Z | Compiling der_derive v0.7.3 |
1330 | 2025-03-07T22:29:54.241Z | Compiling tracing-attributes v0.1.27 |
1331 | 2025-03-07T22:29:54.317Z | Compiling zerovec v0.10.4 |
1332 | 2025-03-07T22:29:55.019Z | Compiling salsa20 v0.10.2 |
1333 | 2025-03-07T22:29:55.257Z | Compiling pest v2.7.14 |
1334 | 2025-03-07T22:29:56.264Z | Compiling tinystr v0.7.6 |
1335 | 2025-03-07T22:29:56.312Z | Compiling der v0.7.9 |
1336 | 2025-03-07T22:29:56.634Z | Compiling icu_locid v1.5.0 |
1337 | 2025-03-07T22:29:57.287Z | Compiling icu_collections v1.5.0 |
1338 | 2025-03-07T22:29:57.313Z | Compiling tracing v0.1.40 |
1339 | 2025-03-07T22:29:57.824Z | Compiling icu_provider v1.5.0 |
1340 | 2025-03-07T22:29:58.035Z | Compiling pbkdf2 v0.12.2 |
1341 | 2025-03-07T22:29:58.213Z | Compiling spki v0.7.3 |
1342 | 2025-03-07T22:29:58.489Z | Compiling icu_locid_transform v1.5.0 |
1343 | 2025-03-07T22:29:58.576Z | Compiling utf16_iter v1.0.5 |
1344 | 2025-03-07T22:29:58.673Z | Compiling time-core v0.1.2 |
1345 | 2025-03-07T22:29:58.750Z | Compiling num-conv v0.1.0 |
1346 | 2025-03-07T22:29:58.770Z | Compiling write16 v1.0.0 |
1347 | 2025-03-07T22:29:58.840Z | Compiling icu_normalizer_data v1.5.0 |
1348 | 2025-03-07T22:29:58.914Z | Compiling utf8_iter v1.0.4 |
1349 | 2025-03-07T22:29:58.947Z | Compiling untrusted v0.7.1 |
1350 | 2025-03-07T22:29:58.997Z | Compiling untrusted v0.9.0 |
1351 | 2025-03-07T22:29:59.134Z | Compiling powerfmt v0.2.0 |
1352 | 2025-03-07T22:29:59.153Z | Compiling vcpkg v0.2.15 |
1353 | 2025-03-07T22:29:59.172Z | Compiling time-macros v0.2.18 |
1354 | 2025-03-07T22:29:59.207Z | Compiling scrypt v0.11.0 |
1355 | 2025-03-07T22:29:59.493Z | Compiling deranged v0.3.11 |
1356 | 2025-03-07T22:29:59.691Z | Compiling icu_properties v1.5.1 |
1357 | 2025-03-07T22:30:00.135Z | Compiling pest_meta v2.7.14 |
1358 | 2025-03-07T22:30:00.622Z | Compiling aes v0.8.4 |
1359 | 2025-03-07T22:30:00.776Z | Compiling bitflags v2.6.0 |
1360 | 2025-03-07T22:30:00.865Z | Compiling bytes v1.10.0 |
1361 | 2025-03-07T22:30:01.981Z | Compiling tokio v1.43.0 |
1362 | 2025-03-07T22:30:02.115Z | Compiling indexmap v2.7.1 |
1363 | 2025-03-07T22:30:02.815Z | Compiling semver v1.0.25 |
1364 | 2025-03-07T22:30:02.903Z | Compiling http v1.2.0 |
1365 | 2025-03-07T22:30:03.254Z | Compiling icu_normalizer v1.5.0 |
1366 | 2025-03-07T22:30:03.507Z | Compiling rustc_version v0.4.1 |
1367 | 2025-03-07T22:30:04.039Z | Compiling openssl-sys v0.9.106 |
1368 | 2025-03-07T22:30:04.189Z | Compiling cbc v0.1.2 |
1369 | 2025-03-07T22:30:04.210Z | Compiling scroll_derive v0.12.0 |
1370 | 2025-03-07T22:30:04.429Z | Compiling num_threads v0.1.7 |
1371 | 2025-03-07T22:30:04.574Z | Compiling atomic-waker v1.1.2 |
1372 | 2025-03-07T22:30:04.779Z | Compiling tinyvec_macros v0.1.1 |
1373 | 2025-03-07T22:30:04.889Z | Compiling which v4.4.2 |
1374 | 2025-03-07T22:30:04.954Z | Compiling tinyvec v1.8.0 |
1375 | 2025-03-07T22:30:05.072Z | Compiling time v0.3.36 |
1376 | 2025-03-07T22:30:05.434Z | Compiling pkcs5 v0.7.1 |
1377 | 2025-03-07T22:30:05.560Z | Compiling scroll v0.12.0 |
1378 | 2025-03-07T22:30:05.854Z | Compiling http-body v1.0.1 |
1379 | 2025-03-07T22:30:06.051Z | Compiling idna_adapter v1.2.0 |
1380 | 2025-03-07T22:30:06.103Z | Compiling pest_generator v2.7.14 |
1381 | 2025-03-07T22:30:06.263Z | Compiling rand_chacha v0.3.1 |
1382 | 2025-03-07T22:30:06.380Z | Compiling form_urlencoded v1.2.1 |
1383 | 2025-03-07T22:30:06.507Z | Compiling zerocopy v0.8.10 |
1384 | 2025-03-07T22:30:06.667Z | Compiling slog v2.7.0 |
1385 | 2025-03-07T22:30:07.189Z | Compiling try-lock v0.2.5 |
1386 | 2025-03-07T22:30:07.347Z | Compiling want v0.3.1 |
1387 | 2025-03-07T22:30:07.382Z | Compiling goblin v0.8.2 |
1388 | 2025-03-07T22:30:07.756Z | Compiling rand v0.8.5 |
1389 | 2025-03-07T22:30:07.884Z | Compiling idna v1.0.3 |
1390 | 2025-03-07T22:30:07.909Z | Compiling pest_derive v2.7.14 |
1391 | 2025-03-07T22:30:08.592Z | Compiling pkcs8 v0.10.2 |
1392 | 2025-03-07T22:30:08.717Z | Compiling uuid v1.15.1 |
1393 | 2025-03-07T22:30:09.208Z | Compiling zerocopy-derive v0.8.10 |
1394 | 2025-03-07T22:30:09.382Z | Compiling tower-service v0.3.3 |
1395 | 2025-03-07T22:30:09.529Z | Compiling adler2 v2.0.0 |
1396 | 2025-03-07T22:30:09.632Z | Compiling iana-time-zone v0.1.61 |
1397 | 2025-03-07T22:30:09.758Z | Compiling httpdate v1.0.3 |
1398 | 2025-03-07T22:30:09.790Z | Compiling miniz_oxide v0.8.5 |
1399 | 2025-03-07T22:30:10.000Z | Compiling tokio-util v0.7.13 |
1400 | 2025-03-07T22:30:10.185Z | Compiling chrono v0.4.40 |
1401 | 2025-03-07T22:30:10.246Z | Compiling dtrace-parser v0.2.0 |
1402 | 2025-03-07T22:30:11.196Z | Compiling h2 v0.4.6 |
1403 | 2025-03-07T22:30:11.990Z | Compiling serde_tokenstream v0.2.2 |
1404 | 2025-03-07T22:30:12.063Z | Compiling toml_datetime v0.6.8 |
1405 | 2025-03-07T22:30:12.553Z | Compiling serde_spanned v0.6.8 |
1406 | 2025-03-07T22:30:12.590Z | Compiling openssl v0.10.71 |
1407 | 2025-03-07T22:30:12.826Z | Compiling rustversion v1.0.17 |
1408 | 2025-03-07T22:30:13.044Z | Compiling dof v0.3.0 |
1409 | 2025-03-07T22:30:13.480Z | Compiling match_cfg v0.1.0 |
1410 | 2025-03-07T22:30:13.507Z | Compiling base64 v0.22.1 |
1411 | 2025-03-07T22:30:13.588Z | Compiling foreign-types-shared v0.1.1 |
1412 | 2025-03-07T22:30:13.721Z | Compiling foreign-types v0.3.2 |
1413 | 2025-03-07T22:30:13.833Z | Compiling usdt-impl v0.5.0 |
1414 | 2025-03-07T22:30:14.211Z | Compiling hostname v0.3.1 |
1415 | 2025-03-07T22:30:14.533Z | Compiling url v2.5.3 |
1416 | 2025-03-07T22:30:14.982Z | Compiling rand_core v0.9.2 |
1417 | 2025-03-07T22:30:15.034Z | Compiling async-trait v0.1.87 |
1418 | 2025-03-07T22:30:15.182Z | Compiling openssl-macros v0.1.1 |
1419 | 2025-03-07T22:30:15.422Z | Compiling serde_derive_internals v0.29.1 |
1420 | 2025-03-07T22:30:15.935Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1421 | 2025-03-07T22:30:15.997Z | Compiling dirs-sys-next v0.1.2 |
1422 | 2025-03-07T22:30:16.172Z | Compiling rustls v0.23.19 |
1423 | 2025-03-07T22:30:16.334Z | Compiling syn v1.0.109 |
1424 | 2025-03-07T22:30:16.428Z | Compiling schemars v0.8.22 |
1425 | 2025-03-07T22:30:16.476Z | Compiling siphasher v0.3.11 |
1426 | 2025-03-07T22:30:16.525Z | Compiling rustls v0.22.4 |
1427 | 2025-03-07T22:30:16.791Z | Compiling native-tls v0.2.12 |
1428 | 2025-03-07T22:30:16.821Z | Compiling data-encoding v2.6.0 |
1429 | 2025-03-07T22:30:16.985Z | Compiling dirs-next v2.0.0 |
1430 | 2025-03-07T22:30:17.187Z | Compiling rand_chacha v0.9.0 |
1431 | 2025-03-07T22:30:17.531Z | Compiling schemars_derive v0.8.22 |
1432 | 2025-03-07T22:30:18.531Z | Compiling hyper v1.6.0 |
1433 | 2025-03-07T22:30:18.647Z | Compiling unicode-normalization v0.1.24 |
1434 | 2025-03-07T22:30:18.664Z | Compiling http-body-util v0.1.2 |
1435 | 2025-03-07T22:30:19.151Z | Compiling heapless v0.7.17 |
1436 | 2025-03-07T22:30:19.220Z | Compiling crossbeam-epoch v0.9.18 |
1437 | 2025-03-07T22:30:19.616Z | Compiling sha1 v0.10.6 |
1438 | 2025-03-07T22:30:19.731Z | Compiling signature v2.2.0 |
1439 | 2025-03-07T22:30:19.911Z | Compiling thread_local v1.1.8 |
1440 | 2025-03-07T22:30:20.029Z | Compiling multer v3.1.0 |
1441 | 2025-03-07T22:30:20.051Z | Compiling crc32fast v1.4.2 |
1442 | 2025-03-07T22:30:20.348Z | Compiling encoding_rs v0.8.34 |
1443 | 2025-03-07T22:30:20.386Z | Compiling cookie v0.18.1 |
1444 | 2025-03-07T22:30:20.405Z | Compiling unicode-properties v0.1.3 |
1445 | 2025-03-07T22:30:20.555Z | Compiling dyn-clone v1.0.19 |
1446 | 2025-03-07T22:30:20.628Z | Compiling openssl-probe v0.1.5 |
1447 | 2025-03-07T22:30:20.683Z | Compiling rayon-core v1.12.1 |
1448 | 2025-03-07T22:30:20.766Z | Compiling hyper-util v0.1.10 |
1449 | 2025-03-07T22:30:20.798Z | Compiling ipnet v2.11.0 |
1450 | 2025-03-07T22:30:20.924Z | Compiling mime v0.3.17 |
1451 | 2025-03-07T22:30:20.981Z | Compiling slog-async v2.8.0 |
1452 | 2025-03-07T22:30:21.416Z | Compiling gimli v0.31.1 |
1453 | 2025-03-07T22:30:21.488Z | Compiling signal-hook v0.3.17 |
1454 | 2025-03-07T22:30:21.792Z | Compiling unicode-bidi v0.3.17 |
1455 | 2025-03-07T22:30:21.958Z | Compiling toml_edit v0.22.24 |
1456 | 2025-03-07T22:30:23.626Z | Compiling stringprep v0.1.5 |
1457 | 2025-03-07T22:30:23.807Z | Compiling crossbeam-deque v0.8.5 |
1458 | 2025-03-07T22:30:24.354Z | Compiling rand v0.9.0 |
1459 | 2025-03-07T22:30:24.404Z | Compiling term v0.7.0 |
1460 | 2025-03-07T22:30:24.711Z | Compiling usdt-attr-macro v0.5.0 |
1461 | 2025-03-07T22:30:25.180Z | Compiling usdt-macro v0.5.0 |
1462 | 2025-03-07T22:30:25.644Z | Compiling addr2line v0.24.2 |
1463 | 2025-03-07T22:30:26.008Z | Compiling slog-json v2.6.1 |
1464 | 2025-03-07T22:30:26.080Z | Compiling serde_urlencoded v0.7.1 |
1465 | 2025-03-07T22:30:26.241Z | Compiling curve25519-dalek v4.1.3 |
1466 | 2025-03-07T22:30:26.327Z | Compiling crossbeam-channel v0.5.13 |
1467 | 2025-03-07T22:30:26.347Z | Compiling enum-as-inner v0.6.1 |
1468 | 2025-03-07T22:30:26.594Z | Compiling futures-executor v0.3.31 |
1469 | 2025-03-07T22:30:26.624Z | Compiling md-5 v0.10.6 |
1470 | 2025-03-07T22:30:26.898Z | Compiling async-stream-impl v0.3.6 |
1471 | 2025-03-07T22:30:26.945Z | Compiling rustls-pemfile v2.2.0 |
1472 | 2025-03-07T22:30:27.079Z | Compiling num-integer v0.1.46 |
1473 | 2025-03-07T22:30:27.277Z | Compiling hash32 v0.2.1 |
1474 | 2025-03-07T22:30:27.303Z | Compiling ff v0.13.0 |
1475 | 2025-03-07T22:30:27.433Z | Compiling is-terminal v0.4.13 |
1476 | 2025-03-07T22:30:27.548Z | Compiling object v0.36.5 |
1477 | 2025-03-07T22:30:27.609Z | Compiling dropshot v0.12.0 |
1478 | 2025-03-07T22:30:27.699Z | Compiling memoffset v0.9.1 |
1479 | 2025-03-07T22:30:27.824Z | Compiling litrs v0.4.1 |
1480 | 2025-03-07T22:30:27.942Z | Compiling cfg_aliases v0.2.1 |
1481 | 2025-03-07T22:30:28.040Z | Compiling portable-atomic v1.9.0 |
1482 | 2025-03-07T22:30:28.059Z | Compiling fallible-iterator v0.2.0 |
1483 | 2025-03-07T22:30:28.344Z | Compiling linked-hash-map v0.5.6 |
1484 | 2025-03-07T22:30:28.563Z | Compiling anyhow v1.0.97 |
1485 | 2025-03-07T22:30:28.697Z | Compiling rustc-demangle v0.1.24 |
1486 | 2025-03-07T22:30:28.912Z | Compiling psl-types v2.0.11 |
1487 | 2025-03-07T22:30:29.004Z | Compiling take_mut v0.2.2 |
1488 | 2025-03-07T22:30:29.047Z | Compiling num-bigint-dig v0.8.4 |
1489 | 2025-03-07T22:30:29.121Z | Compiling utf-8 v0.7.6 |
1490 | 2025-03-07T22:30:29.164Z | Compiling smoltcp v0.9.1 |
1491 | 2025-03-07T22:30:29.184Z | Compiling base16ct v0.2.0 |
1492 | 2025-03-07T22:30:29.366Z | Compiling quick-error v1.2.3 |
1493 | 2025-03-07T22:30:29.459Z | Compiling sec1 v0.7.3 |
1494 | 2025-03-07T22:30:29.519Z | Compiling resolv-conf v0.7.0 |
1495 | 2025-03-07T22:30:29.558Z | Compiling tungstenite v0.24.0 |
1496 | 2025-03-07T22:30:29.955Z | Compiling publicsuffix v2.3.0 |
1497 | 2025-03-07T22:30:30.045Z | Compiling document-features v0.2.10 |
1498 | 2025-03-07T22:30:30.231Z | Compiling postgres-protocol v0.6.8 |
1499 | 2025-03-07T22:30:30.252Z | Compiling lru-cache v0.1.2 |
1500 | 2025-03-07T22:30:30.462Z | Compiling async-stream v0.3.6 |
1501 | 2025-03-07T22:30:30.760Z | Compiling nix v0.29.0 |
1502 | 2025-03-07T22:30:31.205Z | Compiling num-iter v0.1.45 |
1503 | 2025-03-07T22:30:31.396Z | Compiling slog-term v2.9.1 |
1504 | 2025-03-07T22:30:31.428Z | Compiling group v0.13.0 |
1505 | 2025-03-07T22:30:31.448Z | Compiling usdt v0.5.0 |
1506 | 2025-03-07T22:30:31.568Z | Compiling hickory-proto v0.24.4 |
1507 | 2025-03-07T22:30:31.869Z | Compiling futures v0.3.31 |
1508 | 2025-03-07T22:30:31.913Z | Compiling slog-bunyan v2.5.0 |
1509 | 2025-03-07T22:30:31.976Z | Compiling toml v0.8.20 |
1510 | 2025-03-07T22:30:32.017Z | Compiling bzip2 v0.4.4 |
1511 | 2025-03-07T22:30:33.410Z | Compiling tokio-native-tls v0.3.1 |
1512 | 2025-03-07T22:30:33.464Z | Compiling camino v1.1.9 |
1513 | 2025-03-07T22:30:33.637Z | Compiling flate2 v1.1.0 |
1514 | 2025-03-07T22:30:33.688Z | Compiling phf_shared v0.11.2 |
1515 | 2025-03-07T22:30:34.051Z | Compiling backtrace v0.3.74 |
1516 | 2025-03-07T22:30:34.264Z | Compiling dropshot_endpoint v0.12.0 |
1517 | 2025-03-07T22:30:34.345Z | Compiling terminal_size v0.4.0 |
1518 | 2025-03-07T22:30:34.482Z | Compiling waitgroup v0.1.2 |
1519 | 2025-03-07T22:30:34.570Z | Compiling openapiv3 v2.0.0 |
1520 | 2025-03-07T22:30:34.610Z | Compiling serde_path_to_error v0.1.16 |
1521 | 2025-03-07T22:30:34.705Z | Compiling hkdf v0.12.4 |
1522 | 2025-03-07T22:30:34.983Z | Compiling crypto-bigint v0.5.5 |
1523 | 2025-03-07T22:30:35.381Z | Compiling zerocopy-derive v0.6.6 |
1524 | 2025-03-07T22:30:36.471Z | Compiling hubpack_derive v0.1.1 |
1525 | 2025-03-07T22:30:36.878Z | Compiling curve25519-dalek-derive v0.1.1 |
1526 | 2025-03-07T22:30:37.248Z | Compiling webpki-roots v0.26.6 |
1527 | 2025-03-07T22:30:37.353Z | Compiling sync_wrapper v1.0.1 |
1528 | 2025-03-07T22:30:37.472Z | Compiling hostname v0.4.0 |
1529 | 2025-03-07T22:30:37.532Z | Compiling ahash v0.8.11 |
1530 | 2025-03-07T22:30:37.741Z | Compiling fs-err v2.11.0 |
1531 | 2025-03-07T22:30:37.900Z | Compiling newtype-uuid v1.2.1 |
1532 | 2025-03-07T22:30:38.074Z | Compiling debug-ignore v1.0.5 |
1533 | 2025-03-07T22:30:38.221Z | Compiling simd-adler32 v0.3.7 |
1534 | 2025-03-07T22:30:38.241Z | Compiling unicode-width v0.2.0 |
1535 | 2025-03-07T22:30:38.301Z | Compiling bumpalo v3.16.0 |
1536 | 2025-03-07T22:30:38.338Z | Compiling lockfree-object-pool v0.1.6 |
1537 | 2025-03-07T22:30:38.585Z | Compiling winnow v0.5.40 |
1538 | 2025-03-07T22:30:38.606Z | Compiling buf-list v1.0.3 |
1539 | 2025-03-07T22:30:38.748Z | Compiling zip v2.1.3 |
1540 | 2025-03-07T22:30:38.752Z | Compiling tower-layer v0.3.3 |
1541 | 2025-03-07T22:30:38.752Z | Compiling managed v0.8.0 |
1542 | 2025-03-07T22:30:39.068Z | Compiling tower v0.5.2 |
1543 | 2025-03-07T22:30:39.116Z | Compiling console v0.15.10 |
1544 | 2025-03-07T22:30:39.309Z | Compiling zopfli v0.8.1 |
1545 | 2025-03-07T22:30:39.864Z | Compiling clap_builder v4.5.31 |
1546 | 2025-03-07T22:30:40.380Z | Compiling strum_macros v0.25.3 |
1547 | 2025-03-07T22:30:40.946Z | Compiling elliptic-curve v0.13.8 |
1548 | 2025-03-07T22:30:41.000Z | Compiling hubpack v0.1.2 |
1549 | 2025-03-07T22:30:41.145Z | Compiling zerocopy v0.6.6 |
1550 | 2025-03-07T22:30:41.436Z | Compiling hickory-resolver v0.24.4 |
1551 | 2025-03-07T22:30:41.727Z | Compiling toml_edit v0.19.15 |
1552 | 2025-03-07T22:30:41.992Z | Compiling phf v0.11.2 |
1553 | 2025-03-07T22:30:42.271Z | Compiling signal-hook-mio v0.2.4 |
1554 | 2025-03-07T22:30:42.472Z | Compiling hyper-tls v0.6.0 |
1555 | 2025-03-07T22:30:42.657Z | Compiling cookie_store v0.21.1 |
1556 | 2025-03-07T22:30:42.910Z | Compiling rayon v1.10.0 |
1557 | 2025-03-07T22:30:44.108Z | Compiling postgres-types v0.2.9 |
1558 | 2025-03-07T22:30:45.486Z | Compiling tokio-tungstenite v0.24.0 |
1559 | 2025-03-07T22:30:46.903Z | Compiling ed25519 v2.2.3 |
1560 | 2025-03-07T22:30:47.188Z | Compiling phf_shared v0.10.0 |
1561 | 2025-03-07T22:30:47.259Z | Compiling tokio-stream v0.1.17 |
1562 | 2025-03-07T22:30:47.608Z | Compiling pkcs1 v0.7.5 |
1563 | 2025-03-07T22:30:47.648Z | Compiling serde-big-array v0.5.1 |
1564 | 2025-03-07T22:30:47.902Z | Compiling clap_derive v4.5.28 |
1565 | 2025-03-07T22:30:48.110Z | Compiling rfc6979 v0.4.0 |
1566 | 2025-03-07T22:30:48.260Z | Compiling derive-where v1.2.7 |
1567 | 2025-03-07T22:30:48.305Z | Compiling serde_repr v0.1.19 |
1568 | 2025-03-07T22:30:48.482Z | Compiling bstr v1.10.0 |
1569 | 2025-03-07T22:30:48.497Z | Compiling float-cmp v0.10.0 |
1570 | 2025-03-07T22:30:48.736Z | Compiling difflib v0.4.0 |
1571 | 2025-03-07T22:30:48.754Z | Compiling precomputed-hash v0.1.1 |
1572 | 2025-03-07T22:30:48.885Z | Compiling predicates-core v1.0.8 |
1573 | 2025-03-07T22:30:49.207Z | Compiling static_assertions v1.1.0 |
1574 | 2025-03-07T22:30:49.323Z | Compiling unicode-segmentation v1.12.0 |
1575 | 2025-03-07T22:30:49.427Z | Compiling new_debug_unreachable v1.0.6 |
1576 | 2025-03-07T22:30:49.540Z | Compiling number_prefix v0.4.0 |
1577 | 2025-03-07T22:30:49.893Z | Compiling normalize-line-endings v0.3.0 |
1578 | 2025-03-07T22:30:50.307Z | Compiling fixedbitset v0.4.2 |
1579 | 2025-03-07T22:30:50.542Z | Compiling whoami v1.5.2 |
1580 | 2025-03-07T22:30:50.542Z | Compiling predicates v3.1.3 |
1581 | 2025-03-07T22:30:50.542Z | Compiling similar v2.7.0 |
1582 | 2025-03-07T22:30:50.565Z | Compiling tokio-postgres v0.7.13 |
1583 | 2025-03-07T22:30:50.594Z | Compiling petgraph v0.6.5 |
1584 | 2025-03-07T22:30:51.324Z | Compiling indicatif v0.17.11 |
1585 | 2025-03-07T22:30:51.480Z | Compiling string_cache v0.8.7 |
1586 | 2025-03-07T22:30:51.914Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1587 | 2025-03-07T22:30:52.250Z | Compiling ecdsa v0.16.9 |
1588 | 2025-03-07T22:30:52.363Z | Compiling clap v4.5.31 |
1589 | 2025-03-07T22:30:52.493Z | Compiling rsa v0.9.6 |
1590 | 2025-03-07T22:30:53.122Z | Compiling ed25519-dalek v2.1.1 |
1591 | 2025-03-07T22:30:54.214Z | Compiling toml v0.7.8 |
1592 | 2025-03-07T22:30:54.396Z | Compiling crossterm v0.28.1 |
1593 | 2025-03-07T22:30:56.287Z | Compiling zip v0.6.6 |
1594 | 2025-03-07T22:30:56.747Z | Compiling hex v0.4.3 |
1595 | 2025-03-07T22:30:57.345Z | Compiling x509-cert v0.2.5 |
1596 | 2025-03-07T22:30:57.547Z | Compiling itertools v0.10.5 |
1597 | 2025-03-07T22:30:57.643Z | Compiling lalrpop-util v0.19.12 |
1598 | 2025-03-07T22:30:57.698Z | Compiling peg-runtime v0.8.5 |
1599 | 2025-03-07T22:30:57.828Z | Compiling unicode-xid v0.2.6 |
1600 | 2025-03-07T22:30:57.998Z | Compiling strum_macros v0.26.4 |
1601 | 2025-03-07T22:30:58.036Z | Compiling xattr v1.3.1 |
1602 | 2025-03-07T22:30:58.154Z | Compiling filetime v0.2.25 |
1603 | 2025-03-07T22:30:58.449Z | Compiling tar v0.4.44 |
1604 | 2025-03-07T22:31:02.403Z | Compiling strum v0.26.3 |
1605 | 2025-03-07T22:31:05.088Z | Compiling aws-lc-sys v0.26.0 |
1606 | 2025-03-07T22:31:39.363Z | Compiling rustls-webpki v0.102.8 |
1607 | 2025-03-07T22:31:41.938Z | Compiling tokio-rustls v0.25.0 |
1608 | 2025-03-07T22:31:43.619Z | Compiling tokio-rustls v0.26.0 |
1609 | 2025-03-07T22:31:43.965Z | Compiling hyper-rustls v0.27.3 |
1610 | 2025-03-07T22:31:44.296Z | Compiling reqwest v0.12.12 |
1611 | 2025-03-07T22:31:45.585Z | Compiling qorb v0.2.1 |
1612 | 2025-03-07T22:31:48.560Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1613 | 2025-03-07T22:31:48.831Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1614 | 2025-03-07T22:31:53.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1615 | 2025-03-07T22:31:53.415Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1616 | 2025-03-07T22:31:53.462Z | Mar 07 22:31:52.839 INFO Starting download, target: Clickhouse |
1617 | 2025-03-07T22:31:53.462Z | Mar 07 22:31:52.839 INFO Starting download, target: Cockroach |
1618 | 2025-03-07T22:31:53.462Z | Mar 07 22:31:52.839 INFO Starting download, target: Console |
1619 | 2025-03-07T22:31:53.462Z | Mar 07 22:31:52.839 INFO Starting download, target: DendriteOpenapi |
1620 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.839 INFO Starting download, target: DendriteStub |
1621 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.839 INFO Starting download, target: MaghemiteMgd |
1622 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.839 INFO Starting download, target: TransceiverControl |
1623 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.840 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1624 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.840 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1625 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.840 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1626 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.840 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1627 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.840 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1628 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.840 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1629 | 2025-03-07T22:31:53.468Z | Mar 07 22:31:52.840 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1630 | 2025-03-07T22:31:53.596Z | Mar 07 22:31:52.973 INFO Download complete, target: DendriteOpenapi |
1631 | 2025-03-07T22:31:53.864Z | Mar 07 22:31:53.198 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1632 | 2025-03-07T22:31:53.950Z | Mar 07 22:31:53.316 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1633 | 2025-03-07T22:31:54.252Z | Mar 07 22:31:53.626 INFO Download complete, target: TransceiverControl |
1634 | 2025-03-07T22:31:54.304Z | Mar 07 22:31:53.671 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1635 | 2025-03-07T22:31:54.395Z | Mar 07 22:31:53.755 INFO Download complete, target: Console |
1636 | 2025-03-07T22:31:54.643Z | Mar 07 22:31:54.017 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1637 | 2025-03-07T22:31:54.976Z | Mar 07 22:31:54.353 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1638 | 2025-03-07T22:31:54.976Z | Mar 07 22:31:54.353 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1639 | 2025-03-07T22:31:55.336Z | Mar 07 22:31:54.712 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1640 | 2025-03-07T22:31:56.692Z | Mar 07 22:31:56.068 INFO Download complete, target: DendriteStub |
1641 | 2025-03-07T22:31:57.223Z | Mar 07 22:31:56.545 INFO Download complete, target: MaghemiteMgd |
1642 | 2025-03-07T22:32:01.476Z | Mar 07 22:32:00.851 INFO Checking that binary works, target: Cockroach |
1643 | 2025-03-07T22:32:01.737Z | Mar 07 22:32:01.113 INFO Download complete, target: Cockroach |
1644 | 2025-03-07T22:32:06.039Z | Mar 07 22:32:05.406 INFO Checking that binary works, target: Clickhouse |
1645 | 2025-03-07T22:32:06.840Z | Mar 07 22:32:06.213 INFO Download complete, target: Clickhouse |
1646 | 2025-03-07T22:32:06.937Z | All builder prerequisites installed successfully, and PATH looks valid |
1647 | 2025-03-07T22:32:06.961Z | |
1648 | 2025-03-07T22:32:06.961Z | real 5:07.624459328 |
1649 | 2025-03-07T22:32:06.961Z | user 15:35.701385410 |
1650 | 2025-03-07T22:32:06.961Z | sys 2:08.118174931 |
1651 | 2025-03-07T22:32:06.961Z | trap 0.574170675 |
1652 | 2025-03-07T22:32:06.961Z | tflt 7.288853142 |
1653 | 2025-03-07T22:32:06.961Z | dflt 7.154317366 |
1654 | 2025-03-07T22:32:06.961Z | kflt 0.164894318 |
1655 | 2025-03-07T22:32:06.961Z | lock 24:09.717181426 |
1656 | 2025-03-07T22:32:06.961Z | slp 58:07.880443041 |
1657 | 2025-03-07T22:32:06.961Z | lat 58.644641351 |
1658 | 2025-03-07T22:32:06.961Z | stop 2:22.901004233 |
1659 | 2025-03-07T22:32:06.961Z | + banner clippy |
1660 | 2025-03-07T22:32:06.961Z | |
1661 | 2025-03-07T22:32:06.961Z | #### # # ##### ##### # # |
1662 | 2025-03-07T22:32:06.961Z | # # # # # # # # # # |
1663 | 2025-03-07T22:32:06.961Z | # # # # # # # # |
1664 | 2025-03-07T22:32:06.962Z | # # # ##### ##### # |
1665 | 2025-03-07T22:32:06.962Z | # # # # # # # |
1666 | 2025-03-07T22:32:06.962Z | #### ###### # # # # |
1667 | 2025-03-07T22:32:06.962Z | |
1668 | 2025-03-07T22:32:06.962Z | + export CARGO_INCREMENTAL=0 |
1669 | 2025-03-07T22:32:06.962Z | + CARGO_INCREMENTAL=0 |
1670 | 2025-03-07T22:32:06.962Z | + ptime -m cargo xtask clippy |
1671 | 2025-03-07T22:32:07.510Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1672 | 2025-03-07T22:32:13.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
1673 | 2025-03-07T22:32:14.136Z | Running `target/debug/xtask clippy` |
1674 | 2025-03-07T22:32:14.136Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1675 | 2025-03-07T22:32:14.136Z | Downloading crates ... |
1676 | 2025-03-07T22:32:14.136Z | Downloaded anes v0.1.6 |
1677 | 2025-03-07T22:32:14.136Z | Downloaded async-global-executor v2.4.1 |
1678 | 2025-03-07T22:32:14.136Z | Downloaded async-object-pool v0.1.5 |
1679 | 2025-03-07T22:32:14.136Z | Downloaded async-process v2.3.0 |
1680 | 2025-03-07T22:32:14.136Z | Downloaded nested v0.1.1 |
1681 | 2025-03-07T22:32:14.136Z | Downloaded guppy-workspace-hack v0.1.0 |
1682 | 2025-03-07T22:32:14.136Z | Downloaded doc-comment v0.3.3 |
1683 | 2025-03-07T22:32:14.136Z | Downloaded async-io v2.3.4 |
1684 | 2025-03-07T22:32:14.136Z | Downloaded plotters-svg v0.3.7 |
1685 | 2025-03-07T22:32:14.136Z | Downloaded target-triple v0.1.3 |
1686 | 2025-03-07T22:32:14.136Z | Downloaded concurrent-queue v2.5.0 |
1687 | 2025-03-07T22:32:14.136Z | Downloaded async-signal v0.2.10 |
1688 | 2025-03-07T22:32:14.136Z | Downloaded futures-timer v3.0.3 |
1689 | 2025-03-07T22:32:14.143Z | Downloaded blocking v1.6.1 |
1690 | 2025-03-07T22:32:14.143Z | Downloaded plotters-backend v0.3.7 |
1691 | 2025-03-07T22:32:14.146Z | Downloaded serde_regex v1.1.0 |
1692 | 2025-03-07T22:32:14.146Z | Downloaded proc-macro-crate v3.2.0 |
1693 | 2025-03-07T22:32:14.146Z | Downloaded parking v2.2.1 |
1694 | 2025-03-07T22:32:14.146Z | Downloaded async-channel v2.3.1 |
1695 | 2025-03-07T22:32:14.146Z | Downloaded piper v0.2.4 |
1696 | 2025-03-07T22:32:14.146Z | Downloaded pathdiff v0.2.3 |
1697 | 2025-03-07T22:32:14.146Z | Downloaded path-tree v0.8.1 |
1698 | 2025-03-07T22:32:14.146Z | Downloaded async-lock v3.4.0 |
1699 | 2025-03-07T22:32:14.147Z | Downloaded relative-path v1.9.3 |
1700 | 2025-03-07T22:32:14.147Z | Downloaded approx v0.5.1 |
1701 | 2025-03-07T22:32:14.147Z | Downloaded assert-json-diff v2.0.2 |
1702 | 2025-03-07T22:32:14.147Z | Downloaded async-channel v1.9.0 |
1703 | 2025-03-07T22:32:14.147Z | Downloaded event-listener v2.5.3 |
1704 | 2025-03-07T22:32:14.147Z | Downloaded cast v0.3.0 |
1705 | 2025-03-07T22:32:14.147Z | Downloaded kv-log-macro v1.0.7 |
1706 | 2025-03-07T22:32:14.147Z | Downloaded hyper-rustls v0.26.0 |
1707 | 2025-03-07T22:32:14.147Z | Downloaded httptest v0.16.3 |
1708 | 2025-03-07T22:32:14.147Z | Downloaded event-listener-strategy v0.5.2 |
1709 | 2025-03-07T22:32:14.147Z | Downloaded async-task v4.7.1 |
1710 | 2025-03-07T22:32:14.147Z | Downloaded stringmetrics v2.2.2 |
1711 | 2025-03-07T22:32:14.147Z | Downloaded similar-asserts v1.7.0 |
1712 | 2025-03-07T22:32:14.147Z | Downloaded async-attributes v1.1.2 |
1713 | 2025-03-07T22:32:14.147Z | Downloaded partial-io v0.5.4 |
1714 | 2025-03-07T22:32:14.147Z | Downloaded blake2b_simd v1.0.2 |
1715 | 2025-03-07T22:32:14.149Z | Downloaded oorandom v11.1.4 |
1716 | 2025-03-07T22:32:14.149Z | Downloaded tinytemplate v1.2.1 |
1717 | 2025-03-07T22:32:14.149Z | Downloaded target-lexicon v0.13.2 |
1718 | 2025-03-07T22:32:14.149Z | Downloaded rust-argon2 v2.1.0 |
1719 | 2025-03-07T22:32:14.149Z | Downloaded async-executor v1.13.1 |
1720 | 2025-03-07T22:32:14.149Z | Downloaded assert_cmd v2.0.16 |
1721 | 2025-03-07T22:32:14.149Z | Downloaded target-spec v3.4.2 |
1722 | 2025-03-07T22:32:14.149Z | Downloaded event-listener v5.3.1 |
1723 | 2025-03-07T22:32:14.149Z | Downloaded rustls-native-certs v0.7.3 |
1724 | 2025-03-07T22:32:14.149Z | Downloaded criterion-plot v0.5.0 |
1725 | 2025-03-07T22:32:14.149Z | Downloaded trybuild v1.0.103 |
1726 | 2025-03-07T22:32:14.149Z | Downloaded rstest_macros v0.24.0 |
1727 | 2025-03-07T22:32:14.149Z | Downloaded futures-lite v2.3.0 |
1728 | 2025-03-07T22:32:14.149Z | Downloaded cfg-expr v0.18.0 |
1729 | 2025-03-07T22:32:14.149Z | Downloaded rstest v0.24.0 |
1730 | 2025-03-07T22:32:14.149Z | Downloaded polling v3.7.3 |
1731 | 2025-03-07T22:32:14.149Z | Downloaded rand_distr v0.4.3 |
1732 | 2025-03-07T22:32:14.149Z | Downloaded guppy v0.17.17 |
1733 | 2025-03-07T22:32:14.149Z | Downloaded criterion v0.5.1 |
1734 | 2025-03-07T22:32:14.150Z | Downloaded plotters v0.3.7 |
1735 | 2025-03-07T22:32:14.150Z | Downloaded async-std v1.13.0 |
1736 | 2025-03-07T22:32:14.150Z | Downloaded httpmock v0.8.0-alpha.1 |
1737 | 2025-03-07T22:32:14.150Z | Checking cfg-if v1.0.0 |
1738 | 2025-03-07T22:32:14.150Z | Checking libc v0.2.170 |
1739 | 2025-03-07T22:32:14.150Z | Checking serde v1.0.218 |
1740 | 2025-03-07T22:32:14.150Z | Checking memchr v2.7.4 |
1741 | 2025-03-07T22:32:14.155Z | Checking value-bag v1.9.0 |
1742 | 2025-03-07T22:32:14.155Z | Checking itoa v1.0.11 |
1743 | 2025-03-07T22:32:14.155Z | Checking zeroize v1.8.1 |
1744 | 2025-03-07T22:32:14.155Z | Checking smallvec v1.14.0 |
1745 | 2025-03-07T22:32:14.155Z | Checking scopeguard v1.2.0 |
1746 | 2025-03-07T22:32:14.155Z | Checking pin-project-lite v0.2.14 |
1747 | 2025-03-07T22:32:14.155Z | Checking lock_api v0.4.12 |
1748 | 2025-03-07T22:32:14.155Z | Checking subtle v2.6.1 |
1749 | 2025-03-07T22:32:14.155Z | Checking log v0.4.22 |
1750 | 2025-03-07T22:32:14.155Z | Checking once_cell v1.20.3 |
1751 | 2025-03-07T22:32:14.155Z | Checking byteorder v1.5.0 |
1752 | 2025-03-07T22:32:14.155Z | Checking typenum v1.17.0 |
1753 | 2025-03-07T22:32:14.155Z | Checking libm v0.2.8 |
1754 | 2025-03-07T22:32:14.155Z | Checking ryu v1.0.18 |
1755 | 2025-03-07T22:32:14.155Z | Checking futures-core v0.3.31 |
1756 | 2025-03-07T22:32:14.155Z | Checking thiserror v1.0.69 |
1757 | 2025-03-07T22:32:14.155Z | Checking const-oid v0.9.6 |
1758 | 2025-03-07T22:32:14.155Z | Checking getrandom v0.2.15 |
1759 | 2025-03-07T22:32:14.155Z | Checking parking_lot_core v0.9.10 |
1760 | 2025-03-07T22:32:14.449Z | Checking signal-hook-registry v1.4.2 |
1761 | 2025-03-07T22:32:14.449Z | Checking mio v1.0.2 |
1762 | 2025-03-07T22:32:14.449Z | Checking rand_core v0.6.4 |
1763 | 2025-03-07T22:32:14.449Z | Checking socket2 v0.5.8 |
1764 | 2025-03-07T22:32:14.450Z | Checking parking_lot v0.12.3 |
1765 | 2025-03-07T22:32:14.509Z | Checking futures-io v0.3.31 |
1766 | 2025-03-07T22:32:14.509Z | Checking num-traits v0.2.19 |
1767 | 2025-03-07T22:32:14.509Z | Checking slab v0.4.9 |
1768 | 2025-03-07T22:32:14.509Z | Checking foldhash v0.1.3 |
1769 | 2025-03-07T22:32:14.509Z | Checking equivalent v1.0.1 |
1770 | 2025-03-07T22:32:14.509Z | Checking generic-array v0.14.7 |
1771 | 2025-03-07T22:32:14.509Z | Checking allocator-api2 v0.2.18 |
1772 | 2025-03-07T22:32:14.519Z | Checking zerocopy v0.7.35 |
1773 | 2025-03-07T22:32:14.541Z | Checking cpufeatures v0.2.14 |
1774 | 2025-03-07T22:32:14.572Z | Checking futures-sink v0.3.31 |
1775 | 2025-03-07T22:32:14.663Z | Checking getrandom v0.3.1 |
1776 | 2025-03-07T22:32:14.738Z | Checking iana-time-zone v0.1.61 |
1777 | 2025-03-07T22:32:14.909Z | Checking pin-utils v0.1.0 |
1778 | 2025-03-07T22:32:14.940Z | Checking fnv v1.0.7 |
1779 | 2025-03-07T22:32:15.024Z | Checking futures-channel v0.3.31 |
1780 | 2025-03-07T22:32:15.051Z | Checking hashbrown v0.15.1 |
1781 | 2025-03-07T22:32:15.083Z | Checking futures-task v0.3.31 |
1782 | 2025-03-07T22:32:15.332Z | Checking stable_deref_trait v1.2.0 |
1783 | 2025-03-07T22:32:15.399Z | Checking futures-util v0.3.31 |
1784 | 2025-03-07T22:32:15.415Z | Checking errno v0.3.9 |
1785 | 2025-03-07T22:32:15.466Z | Checking crypto-common v0.1.6 |
1786 | 2025-03-07T22:32:15.522Z | Checking block-buffer v0.10.4 |
1787 | 2025-03-07T22:32:15.630Z | Checking dyn-clone v1.0.19 |
1788 | 2025-03-07T22:32:15.677Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1789 | 2025-03-07T22:32:15.681Z | Checking ppv-lite86 v0.2.20 |
1790 | 2025-03-07T22:32:15.681Z | Checking tracing-core v0.1.32 |
1791 | 2025-03-07T22:32:15.743Z | Checking digest v0.10.7 |
1792 | 2025-03-07T22:32:15.782Z | Checking zerofrom v0.1.4 |
1793 | 2025-03-07T22:32:16.018Z | Checking yoke v0.7.4 |
1794 | 2025-03-07T22:32:16.080Z | Checking crossbeam-utils v0.8.20 |
1795 | 2025-03-07T22:32:16.119Z | Checking litemap v0.7.3 |
1796 | 2025-03-07T22:32:16.151Z | Checking writeable v0.5.5 |
1797 | 2025-03-07T22:32:16.352Z | Checking tracing v0.1.40 |
1798 | 2025-03-07T22:32:16.380Z | Checking zerovec v0.10.4 |
1799 | 2025-03-07T22:32:16.408Z | Checking rand_chacha v0.3.1 |
1800 | 2025-03-07T22:32:16.503Z | Checking percent-encoding v2.3.1 |
1801 | 2025-03-07T22:32:16.506Z | Checking block-padding v0.3.3 |
1802 | 2025-03-07T22:32:16.720Z | Checking httparse v1.9.5 |
1803 | 2025-03-07T22:32:16.752Z | Checking inout v0.1.3 |
1804 | 2025-03-07T22:32:16.776Z | Checking atomic-waker v1.1.2 |
1805 | 2025-03-07T22:32:16.821Z | Checking icu_locid_transform_data v1.5.0 |
1806 | 2025-03-07T22:32:16.848Z | Checking rand v0.8.5 |
1807 | 2025-03-07T22:32:16.890Z | Checking bytes v1.10.0 |
1808 | 2025-03-07T22:32:16.933Z | Checking bitflags v2.6.0 |
1809 | 2025-03-07T22:32:16.953Z | Checking serde_json v1.0.139 |
1810 | 2025-03-07T22:32:16.982Z | Checking chrono v0.4.40 |
1811 | 2025-03-07T22:32:17.160Z | Checking uuid v1.15.1 |
1812 | 2025-03-07T22:32:17.247Z | Checking semver v1.0.25 |
1813 | 2025-03-07T22:32:17.670Z | Checking indexmap v2.7.1 |
1814 | 2025-03-07T22:32:17.830Z | Checking rustix v0.38.37 |
1815 | 2025-03-07T22:32:17.917Z | Checking tinystr v0.7.6 |
1816 | 2025-03-07T22:32:17.945Z | Checking tokio v1.43.0 |
1817 | 2025-03-07T22:32:18.108Z | Checking http v1.2.0 |
1818 | 2025-03-07T22:32:18.284Z | Checking icu_locid v1.5.0 |
1819 | 2025-03-07T22:32:18.562Z | Checking icu_collections v1.5.0 |
1820 | 2025-03-07T22:32:18.827Z | Checking cipher v0.4.4 |
1821 | 2025-03-07T22:32:18.961Z | Checking schemars v0.8.22 |
1822 | 2025-03-07T22:32:19.220Z | Checking form_urlencoded v1.2.1 |
1823 | 2025-03-07T22:32:19.250Z | Checking spin v0.9.8 |
1824 | 2025-03-07T22:32:19.254Z | Checking icu_provider v1.5.0 |
1825 | 2025-03-07T22:32:19.354Z | Checking regex-syntax v0.8.5 |
1826 | 2025-03-07T22:32:19.424Z | Checking untrusted v0.9.0 |
1827 | 2025-03-07T22:32:19.576Z | Checking icu_properties_data v1.5.0 |
1828 | 2025-03-07T22:32:19.607Z | Checking powerfmt v0.2.0 |
1829 | 2025-03-07T22:32:19.841Z | Checking ring v0.17.11 |
1830 | 2025-03-07T22:32:19.870Z | Checking deranged v0.3.11 |
1831 | 2025-03-07T22:32:19.901Z | Checking utf16_iter v1.0.5 |
1832 | 2025-03-07T22:32:19.928Z | Checking icu_locid_transform v1.5.0 |
1833 | 2025-03-07T22:32:20.100Z | Checking icu_normalizer_data v1.5.0 |
1834 | 2025-03-07T22:32:20.225Z | Checking num_threads v0.1.7 |
1835 | 2025-03-07T22:32:20.367Z | Checking utf8_iter v1.0.4 |
1836 | 2025-03-07T22:32:20.440Z | Checking num-conv v0.1.0 |
1837 | 2025-03-07T22:32:20.578Z | Checking time-core v0.1.2 |
1838 | 2025-03-07T22:32:20.707Z | Checking write16 v1.0.0 |
1839 | 2025-03-07T22:32:20.763Z | Checking aho-corasick v1.1.3 |
1840 | 2025-03-07T22:32:20.850Z | Checking unicode-ident v1.0.14 |
1841 | 2025-03-07T22:32:20.901Z | Checking icu_properties v1.5.1 |
1842 | 2025-03-07T22:32:21.000Z | Checking base64ct v1.6.0 |
1843 | 2025-03-07T22:32:21.043Z | Checking proc-macro2 v1.0.93 |
1844 | 2025-03-07T22:32:21.158Z | Checking time v0.3.36 |
1845 | 2025-03-07T22:32:21.457Z | Checking sha2 v0.10.8 |
1846 | 2025-03-07T22:32:21.724Z | Checking hmac v0.12.1 |
1847 | 2025-03-07T22:32:21.951Z | Checking adler2 v2.0.0 |
1848 | 2025-03-07T22:32:22.047Z | Checking rustls-pki-types v1.10.0 |
1849 | 2025-03-07T22:32:22.050Z | Checking quote v1.0.38 |
1850 | 2025-03-07T22:32:22.124Z | Checking miniz_oxide v0.8.5 |
1851 | 2025-03-07T22:32:22.313Z | Checking http-body v1.0.1 |
1852 | 2025-03-07T22:32:22.426Z | Checking syn v2.0.98 |
1853 | 2025-03-07T22:32:22.521Z | Checking aws-lc-sys v0.26.0 |
1854 | 2025-03-07T22:32:22.550Z | Checking regex-automata v0.4.8 |
1855 | 2025-03-07T22:32:22.605Z | Checking base64 v0.22.1 |
1856 | 2025-03-07T22:32:22.879Z | Checking untrusted v0.7.1 |
1857 | 2025-03-07T22:32:23.067Z | Checking httpdate v1.0.3 |
1858 | 2025-03-07T22:32:23.097Z | Checking try-lock v0.2.5 |
1859 | 2025-03-07T22:32:23.259Z | Checking want v0.3.1 |
1860 | 2025-03-07T22:32:23.315Z | Checking pem-rfc7468 v0.7.0 |
1861 | 2025-03-07T22:32:23.473Z | Checking tower-service v0.3.3 |
1862 | 2025-03-07T22:32:23.587Z | Checking slog v2.7.0 |
1863 | 2025-03-07T22:32:23.620Z | Checking flagset v0.4.6 |
1864 | 2025-03-07T22:32:23.624Z | Checking mime v0.3.17 |
1865 | 2025-03-07T22:32:23.860Z | Checking der v0.7.9 |
1866 | 2025-03-07T22:32:23.945Z | Checking pbkdf2 v0.12.2 |
1867 | 2025-03-07T22:32:24.047Z | Checking aes v0.8.4 |
1868 | 2025-03-07T22:32:24.137Z | Checking gimli v0.31.1 |
1869 | 2025-03-07T22:32:24.180Z | Checking icu_normalizer v1.5.0 |
1870 | 2025-03-07T22:32:24.514Z | Checking tokio-util v0.7.13 |
1871 | 2025-03-07T22:32:24.705Z | Checking aws-lc-rs v1.12.4 |
1872 | 2025-03-07T22:32:24.901Z | Checking http-body-util v0.1.2 |
1873 | 2025-03-07T22:32:24.997Z | Checking idna_adapter v1.2.0 |
1874 | 2025-03-07T22:32:25.213Z | Checking idna v1.0.3 |
1875 | 2025-03-07T22:32:25.367Z | Checking lazy_static v1.5.0 |
1876 | 2025-03-07T22:32:25.397Z | Checking h2 v0.4.6 |
1877 | 2025-03-07T22:32:25.503Z | Checking cbc v0.1.2 |
1878 | 2025-03-07T22:32:25.532Z | Checking spki v0.7.3 |
1879 | 2025-03-07T22:32:25.739Z | Checking url v2.5.3 |
1880 | 2025-03-07T22:32:25.743Z | Checking salsa20 v0.10.2 |
1881 | 2025-03-07T22:32:25.828Z | Checking object v0.36.5 |
1882 | 2025-03-07T22:32:25.974Z | Checking rustc-demangle v0.1.24 |
1883 | 2025-03-07T22:32:28.110Z | Checking scrypt v0.11.0 |
1884 | 2025-03-07T22:32:28.116Z | Checking rustls-webpki v0.102.8 |
1885 | 2025-03-07T22:32:28.116Z | Checking regex v1.11.1 |
1886 | 2025-03-07T22:32:28.116Z | Checking rustls-pemfile v2.2.0 |
1887 | 2025-03-07T22:32:28.116Z | Checking openssl-probe v0.1.5 |
1888 | 2025-03-07T22:32:28.116Z | Checking utf8parse v0.2.2 |
1889 | 2025-03-07T22:32:28.116Z | Checking foreign-types-shared v0.1.1 |
1890 | 2025-03-07T22:32:28.116Z | Checking ipnet v2.11.0 |
1891 | 2025-03-07T22:32:28.116Z | Checking foreign-types v0.3.2 |
1892 | 2025-03-07T22:32:28.116Z | Checking pkcs5 v0.7.1 |
1893 | 2025-03-07T22:32:28.116Z | Checking serde_urlencoded v0.7.1 |
1894 | 2025-03-07T22:32:28.116Z | Checking openssl-sys v0.9.106 |
1895 | 2025-03-07T22:32:28.116Z | Checking encoding_rs v0.8.34 |
1896 | 2025-03-07T22:32:28.116Z | Checking futures-executor v0.3.31 |
1897 | 2025-03-07T22:32:28.116Z | Checking pkcs8 v0.10.2 |
1898 | 2025-03-07T22:32:28.116Z | Checking addr2line v0.24.2 |
1899 | 2025-03-07T22:32:28.116Z | Checking serde_spanned v0.6.8 |
1900 | 2025-03-07T22:32:28.116Z | Checking toml_datetime v0.6.8 |
1901 | 2025-03-07T22:32:28.116Z | Checking anstyle v1.0.10 |
1902 | 2025-03-07T22:32:28.213Z | Checking futures v0.3.31 |
1903 | 2025-03-07T22:32:28.227Z | Checking rustls v0.23.19 |
1904 | 2025-03-07T22:32:28.304Z | Checking either v1.14.0 |
1905 | 2025-03-07T22:32:28.342Z | Checking psl-types v2.0.11 |
1906 | 2025-03-07T22:32:28.375Z | Checking anstyle-parse v0.2.5 |
1907 | 2025-03-07T22:32:28.417Z | Checking openssl v0.10.71 |
1908 | 2025-03-07T22:32:28.554Z | Checking publicsuffix v2.3.0 |
1909 | 2025-03-07T22:32:28.662Z | Checking cookie v0.18.1 |
1910 | 2025-03-07T22:32:28.692Z | Checking webpki-roots v0.26.6 |
1911 | 2025-03-07T22:32:28.842Z | Checking sync_wrapper v1.0.1 |
1912 | 2025-03-07T22:32:28.910Z | Checking is-terminal v0.4.13 |
1913 | 2025-03-07T22:32:29.020Z | Checking tower-layer v0.3.3 |
1914 | 2025-03-07T22:32:29.061Z | Checking is_terminal_polyfill v1.70.1 |
1915 | 2025-03-07T22:32:29.091Z | Checking colorchoice v1.0.2 |
1916 | 2025-03-07T22:32:29.206Z | Checking data-encoding v2.6.0 |
1917 | 2025-03-07T22:32:29.255Z | Checking anstyle-query v1.1.1 |
1918 | 2025-03-07T22:32:29.285Z | Checking tower v0.5.2 |
1919 | 2025-03-07T22:32:29.412Z | Checking anstream v0.6.15 |
1920 | 2025-03-07T22:32:29.710Z | Checking cookie_store v0.21.1 |
1921 | 2025-03-07T22:32:29.769Z | Checking terminal_size v0.4.0 |
1922 | 2025-03-07T22:32:29.803Z | Checking openapiv3 v2.0.0 |
1923 | 2025-03-07T22:32:29.971Z | Checking sha1 v0.10.6 |
1924 | 2025-03-07T22:32:29.997Z | Checking strsim v0.11.1 |
1925 | 2025-03-07T22:32:30.275Z | Checking clap_lex v0.7.4 |
1926 | 2025-03-07T22:32:30.321Z | Checking camino v1.1.9 |
1927 | 2025-03-07T22:32:30.386Z | Checking signature v2.2.0 |
1928 | 2025-03-07T22:32:30.535Z | Checking clap_builder v4.5.31 |
1929 | 2025-03-07T22:32:30.598Z | Checking bitflags v1.3.2 |
1930 | 2025-03-07T22:32:30.726Z | Checking tinyvec_macros v0.1.1 |
1931 | 2025-03-07T22:32:30.841Z | Checking tinyvec v1.8.0 |
1932 | 2025-03-07T22:32:30.868Z | Checking dirs-sys-next v0.1.2 |
1933 | 2025-03-07T22:32:31.065Z | Checking scroll v0.12.0 |
1934 | 2025-03-07T22:32:31.540Z | Checking backtrace v0.3.74 |
1935 | 2025-03-07T22:32:31.571Z | Checking ucd-trie v0.1.7 |
1936 | 2025-03-07T22:32:31.604Z | Checking hyper v1.6.0 |
1937 | 2025-03-07T22:32:31.811Z | Checking plain v0.2.3 |
1938 | 2025-03-07T22:32:31.989Z | Checking goblin v0.8.2 |
1939 | 2025-03-07T22:32:32.064Z | Checking pest v2.7.14 |
1940 | 2025-03-07T22:32:32.142Z | Checking anyhow v1.0.97 |
1941 | 2025-03-07T22:32:32.546Z | Checking dirs-next v2.0.0 |
1942 | 2025-03-07T22:32:32.700Z | Checking crossbeam-channel v0.5.13 |
1943 | 2025-03-07T22:32:32.983Z | Checking num-integer v0.1.46 |
1944 | 2025-03-07T22:32:33.315Z | Checking tokio-rustls v0.26.0 |
1945 | 2025-03-07T22:32:33.404Z | Checking thread_local v1.1.8 |
1946 | 2025-03-07T22:32:33.464Z | Checking clap v4.5.31 |
1947 | 2025-03-07T22:32:33.543Z | Checking winnow v0.7.3 |
1948 | 2025-03-07T22:32:33.544Z | Checking hyper-util v0.1.10 |
1949 | 2025-03-07T22:32:33.544Z | Checking native-tls v0.2.12 |
1950 | 2025-03-07T22:32:33.601Z | Checking pretty-hex v0.4.1 |
1951 | 2025-03-07T22:32:33.763Z | Checking term v0.7.0 |
1952 | 2025-03-07T22:32:33.763Z | Checking thread-id v4.2.2 |
1953 | 2025-03-07T22:32:33.808Z | Checking crc32fast v1.4.2 |
1954 | 2025-03-07T22:32:33.861Z | Checking base16ct v0.2.0 |
1955 | 2025-03-07T22:32:33.909Z | Checking tokio-native-tls v0.3.1 |
1956 | 2025-03-07T22:32:34.036Z | Checking take_mut v0.2.2 |
1957 | 2025-03-07T22:32:34.074Z | Checking sec1 v0.7.3 |
1958 | 2025-03-07T22:32:34.109Z | Checking slog-term v2.9.1 |
1959 | 2025-03-07T22:32:34.171Z | Checking ff v0.13.0 |
1960 | 2025-03-07T22:32:34.221Z | Checking slog-async v2.8.0 |
1961 | 2025-03-07T22:32:34.380Z | Checking memmap v0.7.0 |
1962 | 2025-03-07T22:32:34.468Z | Checking zerocopy v0.8.10 |
1963 | 2025-03-07T22:32:34.524Z | Checking group v0.13.0 |
1964 | 2025-03-07T22:32:34.623Z | Checking num-iter v0.1.45 |
1965 | 2025-03-07T22:32:34.631Z | Checking hkdf v0.12.4 |
1966 | 2025-03-07T22:32:34.631Z | Checking dtrace-parser v0.2.0 |
1967 | 2025-03-07T22:32:34.785Z | Checking hex v0.4.3 |
1968 | 2025-03-07T22:32:34.815Z | Checking crypto-bigint v0.5.5 |
1969 | 2025-03-07T22:32:34.843Z | Checking utf-8 v0.7.6 |
1970 | 2025-03-07T22:32:35.075Z | Checking match_cfg v0.1.0 |
1971 | 2025-03-07T22:32:35.118Z | Checking static_assertions v1.1.0 |
1972 | 2025-03-07T22:32:35.189Z | Checking unicode-width v0.2.0 |
1973 | 2025-03-07T22:32:35.224Z | Checking hostname v0.3.1 |
1974 | 2025-03-07T22:32:35.301Z | Checking bstr v1.10.0 |
1975 | 2025-03-07T22:32:35.383Z | Checking winnow v0.5.40 |
1976 | 2025-03-07T22:32:35.422Z | Checking hyper-tls v0.6.0 |
1977 | 2025-03-07T22:32:35.687Z | Checking hyper-rustls v0.27.3 |
1978 | 2025-03-07T22:32:35.729Z | Checking unicode-segmentation v1.12.0 |
1979 | 2025-03-07T22:32:36.060Z | Checking reqwest v0.12.12 |
1980 | 2025-03-07T22:32:36.130Z | Checking num-bigint-dig v0.8.4 |
1981 | 2025-03-07T22:32:36.207Z | Checking toml_edit v0.22.24 |
1982 | 2025-03-07T22:32:36.458Z | Checking flate2 v1.1.0 |
1983 | 2025-03-07T22:32:36.653Z | Checking dof v0.3.0 |
1984 | 2025-03-07T22:32:37.048Z | Checking pkcs1 v0.7.5 |
1985 | 2025-03-07T22:32:37.163Z | Checking crossbeam-epoch v0.9.18 |
1986 | 2025-03-07T22:32:37.269Z | Checking usdt-impl v0.5.0 |
1987 | 2025-03-07T22:32:37.434Z | Checking elliptic-curve v0.13.8 |
1988 | 2025-03-07T22:32:37.462Z | Checking zerocopy v0.6.6 |
1989 | 2025-03-07T22:32:37.614Z | Checking quick-error v1.2.3 |
1990 | 2025-03-07T22:32:37.777Z | Checking unicode-normalization v0.1.24 |
1991 | 2025-03-07T22:32:37.807Z | Checking usdt v0.5.0 |
1992 | 2025-03-07T22:32:37.888Z | Checking slog-json v2.6.1 |
1993 | 2025-03-07T22:32:38.071Z | Checking rfc6979 v0.4.0 |
1994 | 2025-03-07T22:32:38.102Z | Checking hubpack v0.1.2 |
1995 | 2025-03-07T22:32:38.106Z | Checking rsa v0.9.6 |
1996 | 2025-03-07T22:32:38.157Z | Checking debug-ignore v1.0.5 |
1997 | 2025-03-07T22:32:38.180Z | Checking managed v0.8.0 |
1998 | 2025-03-07T22:32:38.214Z | Checking toml_edit v0.19.15 |
1999 | 2025-03-07T22:32:38.257Z | Checking ecdsa v0.16.9 |
2000 | 2025-03-07T22:32:38.304Z | Checking slog-bunyan v2.5.0 |
2001 | 2025-03-07T22:32:38.398Z | Checking crossbeam-deque v0.8.5 |
2002 | 2025-03-07T22:32:38.495Z | Checking rustls v0.22.4 |
2003 | 2025-03-07T22:32:38.551Z | Checking x509-cert v0.2.5 |
2004 | 2025-03-07T22:32:38.685Z | Checking serde_path_to_error v0.1.16 |
2005 | 2025-03-07T22:32:38.730Z | Checking curve25519-dalek v4.1.3 |
2006 | 2025-03-07T22:32:38.858Z | Checking toml v0.8.20 |
2007 | 2025-03-07T22:32:38.949Z | Checking ahash v0.8.11 |
2008 | 2025-03-07T22:32:39.060Z | Checking bzip2-sys v0.1.11+1.0.8 |
2009 | 2025-03-07T22:32:39.216Z | Checking siphasher v0.3.11 |
2010 | 2025-03-07T22:32:39.276Z | Checking bzip2 v0.4.4 |
2011 | 2025-03-07T22:32:39.455Z | Checking rayon-core v1.12.1 |
2012 | 2025-03-07T22:32:39.542Z | Checking ed25519 v2.2.3 |
2013 | 2025-03-07T22:32:39.575Z | Checking signal-hook v0.3.17 |
2014 | 2025-03-07T22:32:39.578Z | Checking rand_core v0.9.2 |
2015 | 2025-03-07T22:32:39.875Z | Checking console v0.15.10 |
2016 | 2025-03-07T22:32:39.936Z | Checking hickory-proto v0.24.4 |
2017 | 2025-03-07T22:32:39.967Z | Checking multer v3.1.0 |
2018 | 2025-03-07T22:32:40.033Z | Checking itertools v0.10.5 |
2019 | 2025-03-07T22:32:40.124Z | Checking waitgroup v0.1.2 |
2020 | 2025-03-07T22:32:40.291Z | Checking memoffset v0.9.1 |
2021 | 2025-03-07T22:32:40.368Z | Checking async-stream v0.3.6 |
2022 | 2025-03-07T22:32:40.441Z | Checking hostname v0.4.0 |
2023 | 2025-03-07T22:32:40.456Z | Checking rand_chacha v0.9.0 |
2024 | 2025-03-07T22:32:40.566Z | Checking signal-hook-mio v0.2.4 |
2025 | 2025-03-07T22:32:40.569Z | Checking ed25519-dalek v2.1.1 |
2026 | 2025-03-07T22:32:40.622Z | Checking zip v0.6.6 |
2027 | 2025-03-07T22:32:40.662Z | Checking toml v0.7.8 |
2028 | 2025-03-07T22:32:40.736Z | Checking fs-err v2.11.0 |
2029 | 2025-03-07T22:32:40.836Z | Checking hash32 v0.2.1 |
2030 | 2025-03-07T22:32:41.036Z | Checking predicates-core v1.0.8 |
2031 | 2025-03-07T22:32:41.151Z | Checking lockfree-object-pool v0.1.6 |
2032 | 2025-03-07T22:32:41.258Z | Checking unicode-bidi v0.3.17 |
2033 | 2025-03-07T22:32:41.295Z | Checking bumpalo v3.16.0 |
2034 | 2025-03-07T22:32:41.330Z | Checking simd-adler32 v0.3.7 |
2035 | 2025-03-07T22:32:41.356Z | Checking unicode-properties v0.1.3 |
2036 | 2025-03-07T22:32:41.428Z | Checking linked-hash-map v0.5.6 |
2037 | 2025-03-07T22:32:41.651Z | Checking heapless v0.7.17 |
2038 | 2025-03-07T22:32:41.686Z | Checking zopfli v0.8.1 |
2039 | 2025-03-07T22:32:41.728Z | Checking rand v0.9.0 |
2040 | 2025-03-07T22:32:41.757Z | Checking lru-cache v0.1.2 |
2041 | 2025-03-07T22:32:41.787Z | Checking tokio-rustls v0.25.0 |
2042 | 2025-03-07T22:32:41.896Z | Checking stringprep v0.1.5 |
2043 | 2025-03-07T22:32:41.960Z | Checking crossterm v0.28.1 |
2044 | 2025-03-07T22:32:42.074Z | Checking rayon v1.10.0 |
2045 | 2025-03-07T22:32:42.166Z | Checking dropshot v0.12.0 |
2046 | 2025-03-07T22:32:42.199Z | Checking phf_shared v0.11.2 |
2047 | 2025-03-07T22:32:42.346Z | Checking similar v2.7.0 |
2048 | 2025-03-07T22:32:42.475Z | Checking tokio-stream v0.1.17 |
2049 | 2025-03-07T22:32:42.543Z | Checking newtype-uuid v1.2.1 |
2050 | 2025-03-07T22:32:42.712Z | Checking md-5 v0.10.6 |
2051 | 2025-03-07T22:32:42.810Z | Checking float-cmp v0.10.0 |
2052 | 2025-03-07T22:32:42.975Z | Checking normalize-line-endings v0.3.0 |
2053 | 2025-03-07T22:32:43.044Z | Checking fallible-iterator v0.2.0 |
2054 | 2025-03-07T22:32:43.125Z | Checking difflib v0.4.0 |
2055 | 2025-03-07T22:32:43.162Z | Checking smoltcp v0.9.1 |
2056 | 2025-03-07T22:32:43.280Z | Checking phf v0.11.2 |
2057 | 2025-03-07T22:32:43.482Z | Checking predicates v3.1.3 |
2058 | 2025-03-07T22:32:43.565Z | Checking zip v2.1.3 |
2059 | 2025-03-07T22:32:43.633Z | Checking postgres-protocol v0.6.8 |
2060 | 2025-03-07T22:32:43.674Z | Checking nix v0.29.0 |
2061 | 2025-03-07T22:32:44.129Z | Checking phf_shared v0.10.0 |
2062 | 2025-03-07T22:32:44.276Z | Checking resolv-conf v0.7.0 |
2063 | 2025-03-07T22:32:44.389Z | Checking tungstenite v0.24.0 |
2064 | 2025-03-07T22:32:44.531Z | Checking buf-list v1.0.3 |
2065 | 2025-03-07T22:32:44.590Z | Checking serde-big-array v0.5.1 |
2066 | 2025-03-07T22:32:44.619Z | Checking portable-atomic v1.9.0 |
2067 | 2025-03-07T22:32:44.649Z | Checking minimal-lexical v0.2.1 |
2068 | 2025-03-07T22:32:44.821Z | Checking new_debug_unreachable v1.0.6 |
2069 | 2025-03-07T22:32:44.850Z | Checking fixedbitset v0.4.2 |
2070 | 2025-03-07T22:32:44.938Z | Checking lalrpop-util v0.19.12 |
2071 | 2025-03-07T22:32:45.055Z | Checking precomputed-hash v0.1.1 |
2072 | 2025-03-07T22:32:45.061Z | Checking number_prefix v0.4.0 |
2073 | 2025-03-07T22:32:45.130Z | Checking petgraph v0.6.5 |
2074 | 2025-03-07T22:32:45.185Z | Checking tokio-tungstenite v0.24.0 |
2075 | 2025-03-07T22:32:45.217Z | Checking string_cache v0.8.7 |
2076 | 2025-03-07T22:32:45.238Z | Checking nom v7.1.3 |
2077 | 2025-03-07T22:32:45.287Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2078 | 2025-03-07T22:32:45.520Z | Checking hickory-resolver v0.24.4 |
2079 | 2025-03-07T22:32:45.533Z | Checking postgres-types v0.2.9 |
2080 | 2025-03-07T22:32:45.563Z | Checking itertools v0.12.1 |
2081 | 2025-03-07T22:32:45.620Z | Checking indicatif v0.17.11 |
2082 | 2025-03-07T22:32:45.648Z | Checking peg-runtime v0.8.5 |
2083 | 2025-03-07T22:32:45.905Z | Checking whoami v1.5.2 |
2084 | 2025-03-07T22:32:46.200Z | Compiling thiserror-impl v2.0.11 |
2085 | 2025-03-07T22:32:46.241Z | Checking tokio-postgres v0.7.13 |
2086 | 2025-03-07T22:32:46.584Z | Compiling regress v0.10.3 |
2087 | 2025-03-07T22:32:47.068Z | Checking qorb v0.2.1 |
2088 | 2025-03-07T22:32:47.850Z | Compiling ident_case v1.0.1 |
2089 | 2025-03-07T22:32:47.942Z | Compiling unsafe-libyaml v0.2.11 |
2090 | 2025-03-07T22:32:48.065Z | Compiling darling_core v0.20.10 |
2091 | 2025-03-07T22:32:48.113Z | Checking heck v0.5.0 |
2092 | 2025-03-07T22:32:49.076Z | Checking fastrand v2.1.1 |
2093 | 2025-03-07T22:32:49.376Z | Checking thiserror v2.0.11 |
2094 | 2025-03-07T22:32:49.403Z | Compiling serde_yaml v0.9.34+deprecated |
2095 | 2025-03-07T22:32:49.532Z | Compiling structmeta-derive v0.3.0 |
2096 | 2025-03-07T22:32:49.555Z | Checking tempfile v3.13.0 |
2097 | 2025-03-07T22:32:55.067Z | Checking progenitor-client v0.9.1 |
2098 | 2025-03-07T22:32:55.110Z | Checking ipnetwork v0.21.1 |
2099 | 2025-03-07T22:32:55.110Z | Checking strum v0.26.3 |
2100 | 2025-03-07T22:32:55.110Z | Compiling typify-impl v0.2.0 |
2101 | 2025-03-07T22:32:55.110Z | Compiling daft-derive v0.1.1 |
2102 | 2025-03-07T22:32:55.110Z | Checking wait-timeout v0.2.0 |
2103 | 2025-03-07T22:32:55.110Z | Checking oxnet v0.1.1 |
2104 | 2025-03-07T22:32:55.110Z | Compiling dropshot v0.16.0 |
2105 | 2025-03-07T22:32:55.110Z | Checking bit-vec v0.8.0 |
2106 | 2025-03-07T22:32:55.110Z | Checking rusty-fork v0.3.0 |
2107 | 2025-03-07T22:32:55.110Z | Checking bit-set v0.8.0 |
2108 | 2025-03-07T22:32:55.110Z | Checking macaddr v1.0.1 |
2109 | 2025-03-07T22:32:55.110Z | Checking rand_xorshift v0.3.0 |
2110 | 2025-03-07T22:32:55.110Z | Compiling dropshot_endpoint v0.16.0 |
2111 | 2025-03-07T22:32:55.110Z | Checking unarray v0.1.4 |
2112 | 2025-03-07T22:32:55.110Z | Compiling structmeta v0.3.0 |
2113 | 2025-03-07T22:32:55.110Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2114 | 2025-03-07T22:32:55.110Z | Checking proptest v1.6.0 |
2115 | 2025-03-07T22:32:55.110Z | Compiling parse-display-derive v0.10.0 |
2116 | 2025-03-07T22:32:55.110Z | Compiling test-strategy v0.4.0 |
2117 | 2025-03-07T22:32:55.110Z | Checking progenitor-client v0.8.0 |
2118 | 2025-03-07T22:32:55.110Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2119 | 2025-03-07T22:32:55.110Z | Checking instant v0.1.13 |
2120 | 2025-03-07T22:32:55.110Z | Compiling darling_macro v0.20.10 |
2121 | 2025-03-07T22:32:55.110Z | Checking daft v0.1.1 |
2122 | 2025-03-07T22:32:55.110Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2123 | 2025-03-07T22:32:55.111Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2124 | 2025-03-07T22:32:55.111Z | Compiling darling v0.20.10 |
2125 | 2025-03-07T22:32:55.111Z | Compiling serde_with_macros v3.12.0 |
2126 | 2025-03-07T22:32:55.111Z | Checking backoff v0.4.0 |
2127 | 2025-03-07T22:32:55.111Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2128 | 2025-03-07T22:32:55.111Z | Checking camino-tempfile v1.1.1 |
2129 | 2025-03-07T22:32:55.255Z | Checking unicode-width v0.1.14 |
2130 | 2025-03-07T22:32:55.369Z | Compiling proc-macro-error v1.0.4 |
2131 | 2025-03-07T22:32:55.602Z | Compiling proc-macro-crate v1.3.1 |
2132 | 2025-03-07T22:32:56.141Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2133 | 2025-03-07T22:32:56.371Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2134 | 2025-03-07T22:32:56.450Z | Checking parse-display v0.10.0 |
2135 | 2025-03-07T22:32:56.485Z | Compiling num_enum_derive v0.5.11 |
2136 | 2025-03-07T22:32:56.578Z | Checking tabwriter v1.4.0 |
2137 | 2025-03-07T22:32:56.678Z | Compiling foreign-types-macros v0.2.3 |
2138 | 2025-03-07T22:32:56.730Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2139 | 2025-03-07T22:32:56.766Z | Checking foreign-types-shared v0.3.1 |
2140 | 2025-03-07T22:32:57.017Z | Checking cstr-argument v0.1.2 |
2141 | 2025-03-07T22:32:57.109Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2142 | 2025-03-07T22:32:57.177Z | Checking serde_with v3.12.0 |
2143 | 2025-03-07T22:32:57.180Z | Checking pretty-hex v0.2.1 |
2144 | 2025-03-07T22:32:57.231Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2145 | 2025-03-07T22:32:57.408Z | Checking colored v2.2.0 |
2146 | 2025-03-07T22:32:57.601Z | Checking winnow v0.6.20 |
2147 | 2025-03-07T22:32:57.784Z | Checking smf v0.2.3 |
2148 | 2025-03-07T22:32:57.879Z | Checking foreign-types v0.5.0 |
2149 | 2025-03-07T22:32:57.906Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2150 | 2025-03-07T22:32:57.998Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2151 | 2025-03-07T22:32:58.066Z | Checking itertools v0.14.0 |
2152 | 2025-03-07T22:32:58.288Z | Compiling typify-impl v0.3.0 |
2153 | 2025-03-07T22:32:58.325Z | Checking base64 v0.21.7 |
2154 | 2025-03-07T22:32:58.657Z | Checking num_enum v0.5.11 |
2155 | 2025-03-07T22:32:58.833Z | Compiling itertools v0.13.0 |
2156 | 2025-03-07T22:32:58.861Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2157 | 2025-03-07T22:32:59.163Z | Compiling crucible-workspace-hack v0.1.0 |
2158 | 2025-03-07T22:33:00.126Z | Compiling heapless v0.8.0 |
2159 | 2025-03-07T22:33:00.228Z | Checking hash32 v0.3.1 |
2160 | 2025-03-07T22:33:00.388Z | Compiling smoltcp v0.11.0 |
2161 | 2025-03-07T22:33:00.442Z | Checking cobs v0.2.3 |
2162 | 2025-03-07T22:33:00.661Z | Checking postcard v1.0.10 |
2163 | 2025-03-07T22:33:01.109Z | Checking sigpipe v0.1.3 |
2164 | 2025-03-07T22:33:01.227Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2165 | 2025-03-07T22:33:01.286Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2166 | 2025-03-07T22:33:01.497Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2167 | 2025-03-07T22:33:01.670Z | Compiling mockall_derive v0.13.1 |
2168 | 2025-03-07T22:33:01.714Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2169 | 2025-03-07T22:33:01.998Z | Checking termtree v0.4.1 |
2170 | 2025-03-07T22:33:02.179Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2171 | 2025-03-07T22:33:02.196Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2172 | 2025-03-07T22:33:02.228Z | Checking predicates-tree v1.0.11 |
2173 | 2025-03-07T22:33:02.412Z | Compiling zone_cfg_derive v0.3.0 |
2174 | 2025-03-07T22:33:02.441Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2175 | 2025-03-07T22:33:02.468Z | Compiling num-derive v0.4.2 |
2176 | 2025-03-07T22:33:02.773Z | Checking fragile v2.0.0 |
2177 | 2025-03-07T22:33:03.058Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2178 | 2025-03-07T22:33:03.383Z | Checking downcast v0.11.0 |
2179 | 2025-03-07T22:33:03.746Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2180 | 2025-03-07T22:33:03.763Z | Checking zone v0.3.0 |
2181 | 2025-03-07T22:33:03.912Z | Checking atomicwrites v0.4.4 |
2182 | 2025-03-07T22:33:04.134Z | Compiling convert_case v0.4.0 |
2183 | 2025-03-07T22:33:04.413Z | Compiling typify-macro v0.2.0 |
2184 | 2025-03-07T22:33:04.536Z | Checking tungstenite v0.21.0 |
2185 | 2025-03-07T22:33:04.634Z | Checking newline-converter v0.3.0 |
2186 | 2025-03-07T22:33:04.664Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2187 | 2025-03-07T22:33:04.806Z | Checking expectorate v1.1.0 |
2188 | 2025-03-07T22:33:04.927Z | Compiling derive_more v0.99.19 |
2189 | 2025-03-07T22:33:04.990Z | Checking same-file v1.0.6 |
2190 | 2025-03-07T22:33:05.112Z | Checking arc-swap v1.7.1 |
2191 | 2025-03-07T22:33:05.188Z | Checking walkdir v2.5.0 |
2192 | 2025-03-07T22:33:05.424Z | Checking tokio-tungstenite v0.21.0 |
2193 | 2025-03-07T22:33:05.494Z | Checking fixedbitset v0.5.7 |
2194 | 2025-03-07T22:33:05.552Z | Checking slog-scope v4.4.0 |
2195 | 2025-03-07T22:33:05.778Z | Checking slog-stdlog v4.1.1 |
2196 | 2025-03-07T22:33:05.877Z | Checking petgraph v0.7.1 |
2197 | 2025-03-07T22:33:05.928Z | Checking xattr v1.3.1 |
2198 | 2025-03-07T22:33:05.957Z | Checking filetime v0.2.25 |
2199 | 2025-03-07T22:33:06.153Z | Checking slog-envlogger v2.2.0 |
2200 | 2025-03-07T22:33:06.186Z | Checking tar v0.4.44 |
2201 | 2025-03-07T22:33:06.446Z | Checking num-rational v0.4.2 |
2202 | 2025-03-07T22:33:07.089Z | Checking num-complex v0.4.6 |
2203 | 2025-03-07T22:33:07.113Z | Checking float-ord v0.3.2 |
2204 | 2025-03-07T22:33:07.286Z | Checking password-hash v0.5.0 |
2205 | 2025-03-07T22:33:07.777Z | Checking blake2 v0.10.6 |
2206 | 2025-03-07T22:33:07.985Z | Checking num v0.4.3 |
2207 | 2025-03-07T22:33:08.016Z | Compiling typify v0.2.0 |
2208 | 2025-03-07T22:33:08.123Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2209 | 2025-03-07T22:33:08.175Z | Compiling progenitor-impl v0.8.0 |
2210 | 2025-03-07T22:33:08.270Z | Checking indent_write v2.2.0 |
2211 | 2025-03-07T22:33:08.501Z | Checking argon2 v0.5.3 |
2212 | 2025-03-07T22:33:08.802Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2213 | 2025-03-07T22:33:08.940Z | Compiling cancel-safe-futures v0.1.5 |
2214 | 2025-03-07T22:33:09.208Z | Compiling owo-colors v4.2.0 |
2215 | 2025-03-07T22:33:09.327Z | Checking swrite v0.1.0 |
2216 | 2025-03-07T22:33:09.374Z | Checking mockall v0.13.1 |
2217 | 2025-03-07T22:33:09.523Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2218 | 2025-03-07T22:33:09.644Z | Checking libsw-core v0.3.1 |
2219 | 2025-03-07T22:33:09.906Z | Checking libsw v3.4.0 |
2220 | 2025-03-07T22:33:10.174Z | Checking linear-map v1.2.0 |
2221 | 2025-03-07T22:33:10.521Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2222 | 2025-03-07T22:33:10.547Z | Checking pem v3.0.5 |
2223 | 2025-03-07T22:33:10.797Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2224 | 2025-03-07T22:33:10.829Z | Compiling lzma-sys v0.1.20 |
2225 | 2025-03-07T22:33:10.852Z | Checking headers-core v0.3.0 |
2226 | 2025-03-07T22:33:11.027Z | Compiling heck v0.3.3 |
2227 | 2025-03-07T22:33:11.116Z | Checking highway v1.3.0 |
2228 | 2025-03-07T22:33:11.215Z | Checking headers v0.4.0 |
2229 | 2025-03-07T22:33:11.414Z | Compiling zone_cfg_derive v0.1.2 |
2230 | 2025-03-07T22:33:11.614Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2231 | 2025-03-07T22:33:11.673Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2232 | 2025-03-07T22:33:11.834Z | Checking yasna v0.5.2 |
2233 | 2025-03-07T22:33:11.986Z | Checking base64 v0.13.1 |
2234 | 2025-03-07T22:33:12.166Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2235 | 2025-03-07T22:33:12.288Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2236 | 2025-03-07T22:33:12.419Z | Checking ron v0.7.1 |
2237 | 2025-03-07T22:33:12.517Z | Compiling typify-macro v0.3.0 |
2238 | 2025-03-07T22:33:12.617Z | Checking rcgen v0.12.1 |
2239 | 2025-03-07T22:33:12.718Z | Checking xz2 v0.1.7 |
2240 | 2025-03-07T22:33:12.770Z | Checking zone v0.1.8 |
2241 | 2025-03-07T22:33:13.022Z | Checking subprocess v0.2.9 |
2242 | 2025-03-07T22:33:13.267Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2243 | 2025-03-07T22:33:13.422Z | Checking humantime v2.1.0 |
2244 | 2025-03-07T22:33:13.525Z | Compiling semver v0.1.20 |
2245 | 2025-03-07T22:33:13.609Z | Checking half v2.4.1 |
2246 | 2025-03-07T22:33:13.718Z | Checking ciborium-io v0.2.2 |
2247 | 2025-03-07T22:33:13.871Z | Checking prettyplease v0.2.29 |
2248 | 2025-03-07T22:33:13.892Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2249 | 2025-03-07T22:33:14.077Z | Compiling rustc_version v0.1.7 |
2250 | 2025-03-07T22:33:14.109Z | Checking ciborium-ll v0.2.2 |
2251 | 2025-03-07T22:33:14.428Z | Checking ciborium v0.2.2 |
2252 | 2025-03-07T22:33:14.529Z | Compiling newtype_derive v0.1.6 |
2253 | 2025-03-07T22:33:14.753Z | Compiling progenitor-macro v0.8.0 |
2254 | 2025-03-07T22:33:16.715Z | Checking steno v0.4.1 |
2255 | 2025-03-07T22:33:16.828Z | Compiling typify v0.3.0 |
2256 | 2025-03-07T22:33:16.828Z | Compiling progenitor-impl v0.9.1 |
2257 | 2025-03-07T22:33:18.279Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2258 | 2025-03-07T22:33:18.805Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2259 | 2025-03-07T22:33:18.890Z | Compiling slog-dtrace v0.3.0 |
2260 | 2025-03-07T22:33:19.215Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2261 | 2025-03-07T22:33:19.415Z | Checking display-error-chain v0.2.2 |
2262 | 2025-03-07T22:33:19.619Z | Checking gethostname v0.5.0 |
2263 | 2025-03-07T22:33:19.757Z | Checking keccak v0.1.5 |
2264 | 2025-03-07T22:33:19.778Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2265 | 2025-03-07T22:33:19.802Z | Checking bytecount v0.6.8 |
2266 | 2025-03-07T22:33:19.824Z | Checking universal-hash v0.5.1 |
2267 | 2025-03-07T22:33:19.974Z | Checking secrecy v0.8.0 |
2268 | 2025-03-07T22:33:20.050Z | Checking opaque-debug v0.3.1 |
2269 | 2025-03-07T22:33:20.116Z | Checking sha3 v0.10.8 |
2270 | 2025-03-07T22:33:20.152Z | Checking nibble_vec v0.1.0 |
2271 | 2025-03-07T22:33:20.190Z | Compiling blake3 v1.5.4 |
2272 | 2025-03-07T22:33:20.370Z | Checking endian-type v0.1.2 |
2273 | 2025-03-07T22:33:20.508Z | Checking aead v0.5.2 |
2274 | 2025-03-07T22:33:20.598Z | Checking radix_trie v0.2.1 |
2275 | 2025-03-07T22:33:20.770Z | Checking poly1305 v0.8.0 |
2276 | 2025-03-07T22:33:20.986Z | Checking chacha20 v0.9.1 |
2277 | 2025-03-07T22:33:21.394Z | Compiling thiserror-impl-no-std v2.0.2 |
2278 | 2025-03-07T22:33:21.438Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2279 | 2025-03-07T22:33:21.818Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2280 | 2025-03-07T22:33:22.457Z | Checking chacha20poly1305 v0.10.1 |
2281 | 2025-03-07T22:33:22.477Z | Compiling memmap2 v0.9.5 |
2282 | 2025-03-07T22:33:22.669Z | Compiling arrayvec v0.7.6 |
2283 | 2025-03-07T22:33:22.859Z | Compiling constant_time_eq v0.3.1 |
2284 | 2025-03-07T22:33:22.899Z | Compiling arrayref v0.3.9 |
2285 | 2025-03-07T22:33:22.934Z | Compiling progenitor-macro v0.9.1 |
2286 | 2025-03-07T22:33:23.024Z | Compiling toolchain_find v0.4.0 |
2287 | 2025-03-07T22:33:23.556Z | Compiling topological-sort v0.2.2 |
2288 | 2025-03-07T22:33:23.646Z | Compiling rustfmt-wrapper v0.2.1 |
2289 | 2025-03-07T22:33:23.813Z | Compiling omicron-zone-package v0.12.0 |
2290 | 2025-03-07T22:33:24.055Z | Checking thiserror-no-std v2.0.2 |
2291 | 2025-03-07T22:33:24.201Z | Checking vsss-rs v3.3.4 |
2292 | 2025-03-07T22:33:24.224Z | Checking fxhash v0.2.1 |
2293 | 2025-03-07T22:33:24.252Z | Compiling async-recursion v1.1.1 |
2294 | 2025-03-07T22:33:24.442Z | Checking maplit v1.0.2 |
2295 | 2025-03-07T22:33:24.565Z | Compiling const_format_proc_macros v0.2.34 |
2296 | 2025-03-07T22:33:24.763Z | Checking termcolor v1.4.1 |
2297 | 2025-03-07T22:33:25.215Z | Checking home v0.5.9 |
2298 | 2025-03-07T22:33:25.395Z | Compiling radium v0.7.0 |
2299 | 2025-03-07T22:33:25.732Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2300 | 2025-03-07T22:33:25.940Z | Checking kstat-rs v0.2.4 |
2301 | 2025-03-07T22:33:25.971Z | Compiling vte_generate_state_changes v0.1.2 |
2302 | 2025-03-07T22:33:26.213Z | Checking progenitor v0.8.0 |
2303 | 2025-03-07T22:33:26.444Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2304 | 2025-03-07T22:33:26.496Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2305 | 2025-03-07T22:33:26.651Z | Checking const_format v0.2.34 |
2306 | 2025-03-07T22:33:27.155Z | Checking tap v1.0.1 |
2307 | 2025-03-07T22:33:27.189Z | Compiling maybe-uninit v2.0.0 |
2308 | 2025-03-07T22:33:27.341Z | Checking wyz v0.5.1 |
2309 | 2025-03-07T22:33:27.905Z | Checking vte v0.11.1 |
2310 | 2025-03-07T22:33:28.270Z | Checking fd-lock v4.0.2 |
2311 | 2025-03-07T22:33:28.489Z | Checking funty v2.0.0 |
2312 | 2025-03-07T22:33:29.181Z | Checking crc-catalog v2.4.0 |
2313 | 2025-03-07T22:33:29.354Z | Compiling packed_struct v0.10.1 |
2314 | 2025-03-07T22:33:29.396Z | Checking bitvec v1.0.1 |
2315 | 2025-03-07T22:33:29.429Z | Checking crc v3.2.1 |
2316 | 2025-03-07T22:33:29.905Z | Checking strip-ansi-escapes v0.2.0 |
2317 | 2025-03-07T22:33:30.039Z | Compiling packed_struct_codegen v0.10.1 |
2318 | 2025-03-07T22:33:30.064Z | Compiling indexmap v1.9.3 |
2319 | 2025-03-07T22:33:30.407Z | Checking nodrop v0.1.14 |
2320 | 2025-03-07T22:33:30.561Z | Checking nu-ansi-term v0.50.1 |
2321 | 2025-03-07T22:33:30.705Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2322 | 2025-03-07T22:33:31.006Z | Checking reedline v0.38.0 |
2323 | 2025-03-07T22:33:31.191Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2324 | 2025-03-07T22:33:33.095Z | Checking array-init v0.0.4 |
2325 | 2025-03-07T22:33:33.707Z | Checking smallvec v0.6.14 |
2326 | 2025-03-07T22:33:33.852Z | Checking bitfield v0.14.0 |
2327 | 2025-03-07T22:33:33.978Z | Checking hashbrown v0.12.3 |
2328 | 2025-03-07T22:33:34.109Z | Checking serde-hex v0.1.0 |
2329 | 2025-03-07T22:33:34.161Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2330 | 2025-03-07T22:33:34.428Z | Checking env_logger v0.10.2 |
2331 | 2025-03-07T22:33:34.772Z | Checking progenitor v0.9.1 |
2332 | 2025-03-07T22:33:34.992Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2333 | 2025-03-07T22:33:35.088Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2334 | 2025-03-07T22:33:35.556Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2335 | 2025-03-07T22:33:35.587Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2336 | 2025-03-07T22:33:38.122Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2337 | 2025-03-07T22:33:38.457Z | Checking ron v0.8.1 |
2338 | 2025-03-07T22:33:39.099Z | Checking hashbrown v0.13.2 |
2339 | 2025-03-07T22:33:39.657Z | Checking crc-any v2.5.0 |
2340 | 2025-03-07T22:33:40.022Z | Compiling libefi-sys v0.1.0 |
2341 | 2025-03-07T22:33:40.043Z | Checking object v0.30.4 |
2342 | 2025-03-07T22:33:40.392Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2343 | 2025-03-07T22:33:40.418Z | Compiling phf_generator v0.11.2 |
2344 | 2025-03-07T22:33:40.631Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2345 | 2025-03-07T22:33:40.690Z | Compiling bitfield-struct v0.6.2 |
2346 | 2025-03-07T22:33:41.060Z | Checking path-slash v0.1.5 |
2347 | 2025-03-07T22:33:41.311Z | Compiling phf_codegen v0.11.2 |
2348 | 2025-03-07T22:33:41.528Z | Checking papergrid v0.11.0 |
2349 | 2025-03-07T22:33:41.733Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2350 | 2025-03-07T22:33:42.043Z | Compiling tabled_derive v0.7.0 |
2351 | 2025-03-07T22:33:42.081Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2352 | 2025-03-07T22:33:42.646Z | Compiling parse-zoneinfo v0.3.1 |
2353 | 2025-03-07T22:33:42.976Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2354 | 2025-03-07T22:33:43.122Z | Compiling cfg_aliases v0.1.1 |
2355 | 2025-03-07T22:33:43.263Z | Compiling nix v0.28.0 |
2356 | 2025-03-07T22:33:44.076Z | Compiling chrono-tz-build v0.4.0 |
2357 | 2025-03-07T22:33:44.187Z | Checking tabled v0.15.0 |
2358 | 2025-03-07T22:33:44.260Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2359 | 2025-03-07T22:33:44.716Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2360 | 2025-03-07T22:33:45.223Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2361 | 2025-03-07T22:33:45.535Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2362 | 2025-03-07T22:33:45.966Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2363 | 2025-03-07T22:33:47.242Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2364 | 2025-03-07T22:33:48.021Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2365 | 2025-03-07T22:33:48.055Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2366 | 2025-03-07T22:33:48.688Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2367 | 2025-03-07T22:33:49.370Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2368 | 2025-03-07T22:33:49.399Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2369 | 2025-03-07T22:33:49.793Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2370 | 2025-03-07T22:33:50.391Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2371 | 2025-03-07T22:33:50.508Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2372 | 2025-03-07T22:33:50.604Z | Checking nanorand v0.7.0 |
2373 | 2025-03-07T22:33:50.761Z | Compiling parking_lot_core v0.8.6 |
2374 | 2025-03-07T22:33:50.961Z | Checking flume v0.11.1 |
2375 | 2025-03-07T22:33:51.017Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2376 | 2025-03-07T22:33:51.040Z | Compiling chrono-tz v0.10.1 |
2377 | 2025-03-07T22:33:51.162Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2378 | 2025-03-07T22:33:51.849Z | Compiling peg-macros v0.8.5 |
2379 | 2025-03-07T22:33:52.203Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2025-03-07T22:33:52.781Z | Compiling sqlparser_derive v0.2.2 |
2381 | 2025-03-07T22:33:53.303Z | Checking unicode_categories v0.1.1 |
2382 | 2025-03-07T22:33:53.635Z | Checking glob v0.3.2 |
2383 | 2025-03-07T22:33:53.894Z | Checking sqlparser v0.45.0 |
2384 | 2025-03-07T22:33:53.968Z | Checking rustyline v14.0.0 |
2385 | 2025-03-07T22:33:53.992Z | Checking sqlformat v0.2.6 |
2386 | 2025-03-07T22:33:55.173Z | Checking peg v0.8.5 |
2387 | 2025-03-07T22:33:55.209Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2388 | 2025-03-07T22:33:55.298Z | Checking parking_lot v0.11.2 |
2389 | 2025-03-07T22:33:55.536Z | Checking bcs v0.1.6 |
2390 | 2025-03-07T22:33:55.618Z | Checking termtree v0.5.1 |
2391 | 2025-03-07T22:33:55.856Z | Checking sled v0.34.7 |
2392 | 2025-03-07T22:33:56.026Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2393 | 2025-03-07T22:33:56.657Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2394 | 2025-03-07T22:33:57.241Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2395 | 2025-03-07T22:33:57.456Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2396 | 2025-03-07T22:33:58.482Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2397 | 2025-03-07T22:33:58.610Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2398 | 2025-03-07T22:33:59.331Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2399 | 2025-03-07T22:34:00.058Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2400 | 2025-03-07T22:34:00.221Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2401 | 2025-03-07T22:34:00.513Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2402 | 2025-03-07T22:34:01.325Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2403 | 2025-03-07T22:34:01.725Z | Checking hickory-client v0.24.4 |
2404 | 2025-03-07T22:34:02.151Z | Checking hickory-server v0.24.4 |
2405 | 2025-03-07T22:34:02.388Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2406 | 2025-03-07T22:34:02.612Z | Compiling unicase v2.7.0 |
2407 | 2025-03-07T22:34:03.187Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2408 | 2025-03-07T22:34:05.194Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2409 | 2025-03-07T22:34:05.381Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2410 | 2025-03-07T22:34:05.381Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2411 | 2025-03-07T22:34:05.381Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2412 | 2025-03-07T22:34:05.588Z | Compiling dsl_auto_type v0.1.2 |
2413 | 2025-03-07T22:34:05.691Z | Checking primeorder v0.13.6 |
2414 | 2025-03-07T22:34:05.898Z | Checking scheduled-thread-pool v0.2.7 |
2415 | 2025-03-07T22:34:06.128Z | Compiling diesel_table_macro_syntax v0.2.0 |
2416 | 2025-03-07T22:34:06.160Z | Compiling crunchy v0.2.2 |
2417 | 2025-03-07T22:34:06.194Z | Checking r2d2 v0.8.10 |
2418 | 2025-03-07T22:34:06.520Z | Compiling mime_guess v2.0.5 |
2419 | 2025-03-07T22:34:06.677Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2420 | 2025-03-07T22:34:06.751Z | Checking http-range v0.1.5 |
2421 | 2025-03-07T22:34:06.895Z | Compiling tiny-keccak v2.0.2 |
2422 | 2025-03-07T22:34:06.943Z | Compiling diesel_derives v2.2.3 |
2423 | 2025-03-07T22:34:07.266Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2424 | 2025-03-07T22:34:07.335Z | Checking signal-hook-tokio v0.3.1 |
2425 | 2025-03-07T22:34:07.467Z | Checking atty v0.2.14 |
2426 | 2025-03-07T22:34:07.492Z | Compiling salty v0.3.0 |
2427 | 2025-03-07T22:34:07.516Z | Compiling ref-cast v1.0.23 |
2428 | 2025-03-07T22:34:07.625Z | Compiling bit-vec v0.6.3 |
2429 | 2025-03-07T22:34:07.958Z | Compiling bit-set v0.5.3 |
2430 | 2025-03-07T22:34:08.132Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2431 | 2025-03-07T22:34:08.230Z | Checking p384 v0.13.0 |
2432 | 2025-03-07T22:34:08.471Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2433 | 2025-03-07T22:34:08.709Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2434 | 2025-03-07T22:34:13.164Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2435 | 2025-03-07T22:34:13.359Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2436 | 2025-03-07T22:34:13.359Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2437 | 2025-03-07T22:34:13.359Z | Compiling ascii-canvas v3.0.0 |
2438 | 2025-03-07T22:34:13.359Z | Compiling ena v0.14.3 |
2439 | 2025-03-07T22:34:13.359Z | Compiling ref-cast-impl v1.0.23 |
2440 | 2025-03-07T22:34:13.359Z | Compiling bindgen v0.71.1 |
2441 | 2025-03-07T22:34:13.359Z | Compiling regex-syntax v0.6.29 |
2442 | 2025-03-07T22:34:13.359Z | Compiling diff v0.1.13 |
2443 | 2025-03-07T22:34:13.360Z | Checking hyper-staticfile v0.10.1 |
2444 | 2025-03-07T22:34:13.360Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2445 | 2025-03-07T22:34:13.360Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2446 | 2025-03-07T22:34:13.360Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2447 | 2025-03-07T22:34:13.360Z | Checking tungstenite v0.23.0 |
2448 | 2025-03-07T22:34:13.360Z | Checking env_filter v0.1.2 |
2449 | 2025-03-07T22:34:13.360Z | Compiling rustc-hash v2.1.1 |
2450 | 2025-03-07T22:34:13.360Z | Checking env_logger v0.11.5 |
2451 | 2025-03-07T22:34:13.360Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2452 | 2025-03-07T22:34:13.360Z | Checking tokio-tungstenite v0.23.1 |
2453 | 2025-03-07T22:34:13.360Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2454 | 2025-03-07T22:34:13.360Z | Compiling derive_builder_core v0.20.2 |
2455 | 2025-03-07T22:34:13.360Z | Compiling libxml v0.3.3 |
2456 | 2025-03-07T22:34:13.613Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2457 | 2025-03-07T22:34:13.877Z | Compiling lalrpop v0.19.12 |
2458 | 2025-03-07T22:34:13.947Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2459 | 2025-03-07T22:34:14.435Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2460 | 2025-03-07T22:34:14.463Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2461 | 2025-03-07T22:34:14.734Z | Checking nix v0.27.1 |
2462 | 2025-03-07T22:34:14.758Z | Compiling strum_macros v0.24.3 |
2463 | 2025-03-07T22:34:15.038Z | Compiling derive_builder_macro v0.20.2 |
2464 | 2025-03-07T22:34:15.579Z | Compiling indoc v1.0.9 |
2465 | 2025-03-07T22:34:15.946Z | Checking derive_builder v0.20.2 |
2466 | 2025-03-07T22:34:16.864Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2467 | 2025-03-07T22:34:17.934Z | Checking diesel v2.2.8 |
2468 | 2025-03-07T22:34:17.963Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2469 | 2025-03-07T22:34:17.988Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2470 | 2025-03-07T22:34:18.076Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2471 | 2025-03-07T22:34:18.403Z | Checking quick-xml v0.37.2 |
2472 | 2025-03-07T22:34:18.589Z | Compiling impl-trait-for-tuples v0.2.2 |
2473 | 2025-03-07T22:34:20.475Z | Compiling oso-derive v0.27.3 |
2474 | 2025-03-07T22:34:20.807Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2475 | 2025-03-07T22:34:20.877Z | Compiling diesel-dtrace v0.4.2 |
2476 | 2025-03-07T22:34:21.333Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2477 | 2025-03-07T22:34:21.444Z | Checking bb8 v0.8.5 |
2478 | 2025-03-07T22:34:21.703Z | Compiling pin-project-internal v1.1.6 |
2479 | 2025-03-07T22:34:21.938Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2480 | 2025-03-07T22:34:22.331Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2481 | 2025-03-07T22:34:22.368Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2482 | 2025-03-07T22:34:23.854Z | Compiling snafu-derive v0.8.5 |
2483 | 2025-03-07T22:34:24.267Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2484 | 2025-03-07T22:34:24.346Z | Checking pin-project v1.1.6 |
2485 | 2025-03-07T22:34:24.513Z | Checking olpc-cjson v0.1.4 |
2486 | 2025-03-07T22:34:24.770Z | Checking globset v0.4.15 |
2487 | 2025-03-07T22:34:25.128Z | Checking serde_plain v1.0.2 |
2488 | 2025-03-07T22:34:25.154Z | Checking typed-path v0.9.3 |
2489 | 2025-03-07T22:34:25.289Z | Checking parse-size v1.1.0 |
2490 | 2025-03-07T22:34:25.406Z | Checking assert_matches v1.5.0 |
2491 | 2025-03-07T22:34:25.513Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2492 | 2025-03-07T22:34:25.539Z | Checking rand_seeder v0.3.0 |
2493 | 2025-03-07T22:34:25.798Z | Compiling proc-macro-error-attr2 v2.0.0 |
2494 | 2025-03-07T22:34:26.638Z | Checking heck v0.4.1 |
2495 | 2025-03-07T22:34:26.664Z | Compiling proc-macro-error2 v2.0.1 |
2496 | 2025-03-07T22:34:26.900Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2497 | 2025-03-07T22:34:27.047Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2498 | 2025-03-07T22:34:27.316Z | Compiling tabled_derive v0.10.0 |
2499 | 2025-03-07T22:34:27.341Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2500 | 2025-03-07T22:34:27.595Z | Checking papergrid v0.14.0 |
2501 | 2025-03-07T22:34:28.591Z | Checking snafu v0.8.5 |
2502 | 2025-03-07T22:34:29.089Z | Checking tough v0.19.0 |
2503 | 2025-03-07T22:34:29.116Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2504 | 2025-03-07T22:34:29.704Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2505 | 2025-03-07T22:34:30.065Z | Checking tabled v0.18.0 |
2506 | 2025-03-07T22:34:30.177Z | Checking io-lifetimes v1.0.11 |
2507 | 2025-03-07T22:34:30.653Z | Checking yansi v1.0.1 |
2508 | 2025-03-07T22:34:30.869Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2509 | 2025-03-07T22:34:31.202Z | Checking pretty_assertions v1.4.1 |
2510 | 2025-03-07T22:34:31.462Z | Checking rustix v0.37.28 |
2511 | 2025-03-07T22:34:32.539Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2512 | 2025-03-07T22:34:32.987Z | Checking terminal_size v0.2.6 |
2513 | 2025-03-07T22:34:33.194Z | Compiling libz-sys v1.1.20 |
2514 | 2025-03-07T22:34:33.604Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2515 | 2025-03-07T22:34:33.692Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2516 | 2025-03-07T22:34:33.738Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2517 | 2025-03-07T22:34:33.858Z | Checking unicode-linebreak v0.1.5 |
2518 | 2025-03-07T22:34:34.299Z | Compiling indoc v2.0.5 |
2519 | 2025-03-07T22:34:34.816Z | Checking smawk v0.3.2 |
2520 | 2025-03-07T22:34:34.944Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2521 | 2025-03-07T22:34:35.028Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2522 | 2025-03-07T22:34:35.095Z | Checking textwrap v0.16.1 |
2523 | 2025-03-07T22:34:35.185Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2524 | 2025-03-07T22:34:35.615Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2525 | 2025-03-07T22:34:36.194Z | Checking castaway v0.2.3 |
2526 | 2025-03-07T22:34:36.401Z | Checking is_ci v1.2.0 |
2527 | 2025-03-07T22:34:36.488Z | Checking compact_str v0.8.0 |
2528 | 2025-03-07T22:34:36.567Z | Checking supports-color v3.0.2 |
2529 | 2025-03-07T22:34:36.791Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2530 | 2025-03-07T22:34:37.292Z | Checking unicode-truncate v1.1.0 |
2531 | 2025-03-07T22:34:37.548Z | Checking lru v0.12.5 |
2532 | 2025-03-07T22:34:37.850Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2533 | 2025-03-07T22:34:38.478Z | Compiling instability v0.3.2 |
2534 | 2025-03-07T22:34:38.661Z | Checking cassowary v0.3.0 |
2535 | 2025-03-07T22:34:39.220Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2536 | 2025-03-07T22:34:39.448Z | Checking ratatui v0.29.0 |
2537 | 2025-03-07T22:34:39.489Z | Checking cargo-platform v0.1.8 |
2538 | 2025-03-07T22:34:39.775Z | Checking cargo_metadata v0.19.2 |
2539 | 2025-03-07T22:34:40.192Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2540 | 2025-03-07T22:34:41.395Z | Compiling vergen v8.3.2 |
2541 | 2025-03-07T22:34:41.737Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2542 | 2025-03-07T22:34:42.058Z | Compiling cargo_metadata v0.18.1 |
2543 | 2025-03-07T22:34:42.583Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2544 | 2025-03-07T22:34:44.122Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2545 | 2025-03-07T22:34:44.238Z | Compiling rustls v0.21.12 |
2546 | 2025-03-07T22:34:44.459Z | Checking plotters-backend v0.3.7 |
2547 | 2025-03-07T22:34:44.568Z | Checking shell-words v1.1.0 |
2548 | 2025-03-07T22:34:44.844Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2549 | 2025-03-07T22:34:44.870Z | Checking plotters-svg v0.3.7 |
2550 | 2025-03-07T22:34:44.952Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2551 | 2025-03-07T22:34:45.092Z | Checking rustls-webpki v0.101.7 |
2552 | 2025-03-07T22:34:45.160Z | Checking sct v0.7.1 |
2553 | 2025-03-07T22:34:45.284Z | Checking cast v0.3.0 |
2554 | 2025-03-07T22:34:45.449Z | Checking plotters v0.3.7 |
2555 | 2025-03-07T22:34:45.585Z | Checking criterion-plot v0.5.0 |
2556 | 2025-03-07T22:34:46.114Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2557 | 2025-03-07T22:34:46.479Z | Checking tinytemplate v1.2.1 |
2558 | 2025-03-07T22:34:46.895Z | Checking concurrent-queue v2.5.0 |
2559 | 2025-03-07T22:34:47.034Z | Checking parking v2.2.1 |
2560 | 2025-03-07T22:34:47.229Z | Checking oorandom v11.1.4 |
2561 | 2025-03-07T22:34:47.254Z | Checking anes v0.1.6 |
2562 | 2025-03-07T22:34:47.526Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2563 | 2025-03-07T22:34:47.593Z | Checking criterion v0.5.1 |
2564 | 2025-03-07T22:34:48.593Z | Checking async-bb8-diesel v0.2.1 |
2565 | 2025-03-07T22:34:48.725Z | Checking tokio-rustls v0.24.1 |
2566 | 2025-03-07T22:34:49.107Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2567 | 2025-03-07T22:34:49.169Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2568 | 2025-03-07T22:34:49.509Z | Checking rustls-pemfile v1.0.4 |
2569 | 2025-03-07T22:34:49.749Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2570 | 2025-03-07T22:34:50.092Z | Checking twox-hash v2.1.0 |
2571 | 2025-03-07T22:34:50.267Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2572 | 2025-03-07T22:34:50.370Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2573 | 2025-03-07T22:34:50.670Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2574 | 2025-03-07T22:34:52.662Z | Checking fatfs v0.3.6 |
2575 | 2025-03-07T22:34:52.942Z | Checking csv-core v0.1.11 |
2576 | 2025-03-07T22:34:53.022Z | Checking hex-literal v0.4.1 |
2577 | 2025-03-07T22:34:53.022Z | Checking csv v1.3.1 |
2578 | 2025-03-07T22:34:53.360Z | Checking event-listener v5.3.1 |
2579 | 2025-03-07T22:34:53.705Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2580 | 2025-03-07T22:34:53.785Z | Checking rtoolbox v0.0.2 |
2581 | 2025-03-07T22:34:54.012Z | Checking rpassword v7.3.1 |
2582 | 2025-03-07T22:34:54.180Z | Checking event-listener-strategy v0.5.2 |
2583 | 2025-03-07T22:34:54.377Z | Checking tui-tree-widget v0.23.0 |
2584 | 2025-03-07T22:34:54.706Z | Checking polyval v0.6.2 |
2585 | 2025-03-07T22:34:55.005Z | Checking ghash v0.5.1 |
2586 | 2025-03-07T22:34:55.204Z | Checking futures-lite v2.3.0 |
2587 | 2025-03-07T22:34:56.537Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2588 | 2025-03-07T22:34:57.100Z | Checking ctr v0.9.2 |
2589 | 2025-03-07T22:34:58.077Z | Checking aes-gcm v0.10.3 |
2590 | 2025-03-07T22:34:58.342Z | Checking ssh-encoding v0.2.0 |
2591 | 2025-03-07T22:34:58.688Z | Checking blowfish v0.9.1 |
2592 | 2025-03-07T22:34:58.938Z | Checking bcrypt-pbkdf v0.10.0 |
2593 | 2025-03-07T22:34:59.183Z | Checking ssh-cipher v0.2.0 |
2594 | 2025-03-07T22:34:59.372Z | Checking async-lock v3.4.0 |
2595 | 2025-03-07T22:34:59.485Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2596 | 2025-03-07T22:35:00.127Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2597 | 2025-03-07T22:35:00.364Z | Checking password-hash v0.4.2 |
2598 | 2025-03-07T22:35:00.449Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2599 | 2025-03-07T22:35:00.773Z | Checking polling v3.7.3 |
2600 | 2025-03-07T22:35:01.160Z | Checking async-io v2.3.4 |
2601 | 2025-03-07T22:35:01.477Z | Checking pbkdf2 v0.11.0 |
2602 | 2025-03-07T22:35:01.786Z | Checking ssh-key v0.6.6 |
2603 | 2025-03-07T22:35:01.944Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2604 | 2025-03-07T22:35:02.606Z | Checking p521 v0.13.3 |
2605 | 2025-03-07T22:35:03.416Z | Checking p256 v0.13.2 |
2606 | 2025-03-07T22:35:03.903Z | Checking russh-cryptovec v0.7.3 |
2607 | 2025-03-07T22:35:03.989Z | Compiling target-lexicon v0.13.2 |
2608 | 2025-03-07T22:35:04.146Z | Checking async-task v4.7.1 |
2609 | 2025-03-07T22:35:04.516Z | Checking md5 v0.7.0 |
2610 | 2025-03-07T22:35:04.817Z | Checking russh-keys v0.45.0 |
2611 | 2025-03-07T22:35:05.078Z | Checking async-channel v2.3.1 |
2612 | 2025-03-07T22:35:05.400Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2613 | 2025-03-07T22:35:06.114Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2614 | 2025-03-07T22:35:06.584Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2615 | 2025-03-07T22:35:06.838Z | Checking piper v0.2.4 |
2616 | 2025-03-07T22:35:06.952Z | Checking num-bigint v0.4.6 |
2617 | 2025-03-07T22:35:07.078Z | Checking des v0.8.1 |
2618 | 2025-03-07T22:35:07.370Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2619 | 2025-03-07T22:35:07.395Z | Checking futures-timer v3.0.3 |
2620 | 2025-03-07T22:35:07.725Z | Compiling guppy-workspace-hack v0.1.0 |
2621 | 2025-03-07T22:35:08.069Z | Checking blocking v1.6.1 |
2622 | 2025-03-07T22:35:08.195Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2623 | 2025-03-07T22:35:08.850Z | Checking async-executor v1.13.1 |
2624 | 2025-03-07T22:35:09.138Z | Checking russh v0.45.0 |
2625 | 2025-03-07T22:35:09.185Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2626 | 2025-03-07T22:35:09.699Z | Checking async-signal v0.2.10 |
2627 | 2025-03-07T22:35:09.724Z | Checking rustls-native-certs v0.7.3 |
2628 | 2025-03-07T22:35:09.929Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2629 | 2025-03-07T22:35:10.228Z | Checking internet-checksum v0.2.1 |
2630 | 2025-03-07T22:35:10.312Z | Compiling target-spec v3.4.2 |
2631 | 2025-03-07T22:35:10.425Z | Checking event-listener v2.5.3 |
2632 | 2025-03-07T22:35:10.677Z | Checking async-channel v1.9.0 |
2633 | 2025-03-07T22:35:10.961Z | Checking async-process v2.3.0 |
2634 | 2025-03-07T22:35:11.385Z | Checking hyper-rustls v0.26.0 |
2635 | 2025-03-07T22:35:11.464Z | Checking async-global-executor v2.4.1 |
2636 | 2025-03-07T22:35:11.748Z | Checking cfg-expr v0.18.0 |
2637 | 2025-03-07T22:35:11.902Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2638 | 2025-03-07T22:35:12.558Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2639 | 2025-03-07T22:35:13.039Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2640 | 2025-03-07T22:35:13.359Z | Checking httptest v0.16.3 |
2641 | 2025-03-07T22:35:13.416Z | Compiling petname v2.0.2 |
2642 | 2025-03-07T22:35:14.093Z | Checking kv-log-macro v1.0.7 |
2643 | 2025-03-07T22:35:14.241Z | Compiling async-attributes v1.1.2 |
2644 | 2025-03-07T22:35:15.134Z | Checking async-std v1.13.0 |
2645 | 2025-03-07T22:35:16.627Z | Checking pathdiff v0.2.3 |
2646 | 2025-03-07T22:35:16.763Z | Compiling rstest_macros v0.24.0 |
2647 | 2025-03-07T22:35:16.793Z | Checking nested v0.1.1 |
2648 | 2025-03-07T22:35:17.032Z | Compiling target-triple v0.1.3 |
2649 | 2025-03-07T22:35:17.283Z | Compiling doc-comment v0.3.3 |
2650 | 2025-03-07T22:35:17.752Z | Checking guppy v0.17.17 |
2651 | 2025-03-07T22:35:18.509Z | Checking async-object-pool v0.1.5 |
2652 | 2025-03-07T22:35:18.716Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2653 | 2025-03-07T22:35:18.824Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2654 | 2025-03-07T22:35:19.139Z | Checking similar-asserts v1.7.0 |
2655 | 2025-03-07T22:35:19.403Z | Checking serde_regex v1.1.0 |
2656 | 2025-03-07T22:35:19.683Z | Checking assert-json-diff v2.0.2 |
2657 | 2025-03-07T22:35:19.725Z | Compiling proc-macro-crate v3.2.0 |
2658 | 2025-03-07T22:35:19.999Z | Checking path-tree v0.8.1 |
2659 | 2025-03-07T22:35:20.352Z | Compiling assert_cmd v2.0.16 |
2660 | 2025-03-07T22:35:20.744Z | Checking stringmetrics v2.2.2 |
2661 | 2025-03-07T22:35:20.886Z | Compiling relative-path v1.9.3 |
2662 | 2025-03-07T22:35:21.023Z | Checking sync-ptr v0.1.1 |
2663 | 2025-03-07T22:35:21.290Z | Checking httpmock v0.8.0-alpha.1 |
2664 | 2025-03-07T22:35:21.789Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2665 | 2025-03-07T22:35:23.075Z | Checking blake2b_simd v1.0.2 |
2666 | 2025-03-07T22:35:23.908Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2667 | 2025-03-07T22:35:26.502Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2668 | 2025-03-07T22:35:26.839Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2669 | 2025-03-07T22:35:27.175Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2670 | 2025-03-07T22:35:27.490Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2671 | 2025-03-07T22:35:28.010Z | Checking serde_tokenstream v0.2.2 |
2672 | 2025-03-07T22:35:28.423Z | Checking uzers v0.12.1 |
2673 | 2025-03-07T22:35:28.994Z | Checking rust-argon2 v2.1.0 |
2674 | 2025-03-07T22:35:29.441Z | Checking trybuild v1.0.103 |
2675 | 2025-03-07T22:35:29.999Z | Checking rstest v0.24.0 |
2676 | 2025-03-07T22:35:30.686Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2677 | 2025-03-07T22:35:30.718Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2678 | 2025-03-07T22:35:31.436Z | Compiling git2 v0.19.0 |
2679 | 2025-03-07T22:35:31.901Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2680 | 2025-03-07T22:35:33.104Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2681 | 2025-03-07T22:35:33.942Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2682 | 2025-03-07T22:35:34.269Z | Checking rand_distr v0.4.3 |
2683 | 2025-03-07T22:35:35.054Z | Checking multimap v0.10.0 |
2684 | 2025-03-07T22:35:35.375Z | Checking approx v0.5.1 |
2685 | 2025-03-07T22:35:35.673Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2686 | 2025-03-07T22:35:36.014Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2687 | 2025-03-07T22:35:37.350Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2688 | 2025-03-07T22:35:37.436Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2689 | 2025-03-07T22:35:38.605Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2690 | 2025-03-07T22:35:38.860Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2691 | 2025-03-07T22:35:39.171Z | Checking partial-io v0.5.4 |
2692 | 2025-03-07T22:35:39.548Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2693 | 2025-03-07T22:35:39.573Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2694 | 2025-03-07T22:35:39.745Z | Checking cargo_toml v0.21.0 |
2695 | 2025-03-07T22:35:39.782Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2696 | 2025-03-07T22:35:39.876Z | Checking termios v0.3.3 |
2697 | 2025-03-07T22:35:40.647Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2698 | 2025-03-07T22:35:41.056Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2699 | 2025-03-07T22:35:41.747Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2700 | 2025-03-07T22:35:44.171Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2701 | 2025-03-07T22:35:44.406Z | Compiling samael v0.0.18 |
2702 | 2025-03-07T22:36:01.523Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2703 | 2025-03-07T22:36:09.348Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2704 | 2025-03-07T22:36:34.539Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2705 | 2025-03-07T22:36:34.591Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2706 | 2025-03-07T22:36:34.911Z | Compiling polar-core v0.27.3 |
2707 | 2025-03-07T22:36:40.386Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2708 | 2025-03-07T22:36:46.259Z | Checking oso v0.27.3 |
2709 | 2025-03-07T22:37:25.114Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2710 | 2025-03-07T22:37:25.114Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2711 | 2025-03-07T22:37:25.119Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2712 | 2025-03-07T22:38:37.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s |
2713 | 2025-03-07T22:38:38.044Z | |
2714 | 2025-03-07T22:38:38.045Z | real 6:31.053228276 |
2715 | 2025-03-07T22:38:38.045Z | user 35:59.373686631 |
2716 | 2025-03-07T22:38:38.045Z | sys 5:11.334704619 |
2717 | 2025-03-07T22:38:38.045Z | trap 1.022195007 |
2718 | 2025-03-07T22:38:38.049Z | tflt 0.578683284 |
2719 | 2025-03-07T22:38:38.049Z | dflt 0.201398480 |
2720 | 2025-03-07T22:38:38.049Z | kflt 0.001017591 |
2721 | 2025-03-07T22:38:38.049Z | lock 52:05.034179849 |
2722 | 2025-03-07T22:38:38.049Z | slp 2:02:35.226032821 |
2723 | 2025-03-07T22:38:38.049Z | lat 1:47.362940807 |
2724 | 2025-03-07T22:38:38.050Z | stop 7:09.863797844 |
2725 | 2025-03-07T22:38:38.050Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2726 | 2025-03-07T22:38:38.050Z | + ptime -m cargo doc --workspace --no-deps |
2727 | 2025-03-07T22:38:39.127Z | warning: output filename collision. |
2728 | 2025-03-07T22:38:39.127Z | 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)`. |
2729 | 2025-03-07T22:38:39.127Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2730 | 2025-03-07T22:38:39.127Z | The targets should have unique names. |
2731 | 2025-03-07T22:38:39.127Z | This is a known bug where multiple crates with the same name use |
2732 | 2025-03-07T22:38:39.127Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2733 | 2025-03-07T22:38:39.597Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2734 | 2025-03-07T22:38:39.745Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2735 | 2025-03-07T22:38:39.778Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2736 | 2025-03-07T22:38:39.808Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2737 | 2025-03-07T22:38:39.833Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2738 | 2025-03-07T22:38:39.866Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2739 | 2025-03-07T22:38:39.869Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2740 | 2025-03-07T22:38:40.113Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2741 | 2025-03-07T22:38:40.141Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2742 | 2025-03-07T22:38:40.178Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2743 | 2025-03-07T22:38:40.214Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2744 | 2025-03-07T22:38:40.388Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2745 | 2025-03-07T22:38:40.498Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2746 | 2025-03-07T22:38:40.704Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2747 | 2025-03-07T22:38:40.815Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2748 | 2025-03-07T22:38:40.913Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2749 | 2025-03-07T22:38:41.190Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2750 | 2025-03-07T22:38:41.598Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2751 | 2025-03-07T22:38:41.855Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2752 | 2025-03-07T22:38:41.916Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2753 | 2025-03-07T22:38:41.984Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2754 | 2025-03-07T22:38:42.206Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2755 | 2025-03-07T22:38:42.334Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2756 | 2025-03-07T22:38:42.544Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2757 | 2025-03-07T22:38:42.574Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2758 | 2025-03-07T22:38:42.976Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2759 | 2025-03-07T22:38:43.350Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2760 | 2025-03-07T22:38:43.513Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2761 | 2025-03-07T22:38:43.757Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2762 | 2025-03-07T22:38:43.993Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2763 | 2025-03-07T22:38:44.059Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2764 | 2025-03-07T22:38:44.123Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2765 | 2025-03-07T22:38:44.316Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2766 | 2025-03-07T22:38:44.479Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2767 | 2025-03-07T22:38:44.509Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2768 | 2025-03-07T22:38:44.661Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2769 | 2025-03-07T22:38:44.817Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2770 | 2025-03-07T22:38:44.875Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2771 | 2025-03-07T22:38:45.091Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2772 | 2025-03-07T22:38:45.173Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2773 | 2025-03-07T22:38:45.417Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2774 | 2025-03-07T22:38:45.455Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2775 | 2025-03-07T22:38:45.485Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2776 | 2025-03-07T22:38:45.542Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2777 | 2025-03-07T22:38:45.724Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2778 | 2025-03-07T22:38:46.413Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2779 | 2025-03-07T22:38:47.080Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2780 | 2025-03-07T22:38:47.719Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2781 | 2025-03-07T22:38:48.474Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2782 | 2025-03-07T22:38:49.632Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2783 | 2025-03-07T22:38:50.184Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2784 | 2025-03-07T22:38:51.029Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2785 | 2025-03-07T22:38:51.059Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2786 | 2025-03-07T22:38:51.706Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2787 | 2025-03-07T22:38:52.948Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2788 | 2025-03-07T22:38:53.615Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2789 | 2025-03-07T22:38:53.985Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2790 | 2025-03-07T22:38:54.227Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2791 | 2025-03-07T22:38:54.355Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2792 | 2025-03-07T22:38:54.378Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2793 | 2025-03-07T22:38:54.933Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2794 | 2025-03-07T22:38:55.904Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2795 | 2025-03-07T22:38:56.035Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2796 | 2025-03-07T22:38:56.494Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2797 | 2025-03-07T22:38:56.859Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2798 | 2025-03-07T22:38:57.391Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2799 | 2025-03-07T22:38:57.812Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2800 | 2025-03-07T22:38:58.082Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2801 | 2025-03-07T22:38:59.288Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2802 | 2025-03-07T22:39:00.114Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2803 | 2025-03-07T22:39:00.507Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2804 | 2025-03-07T22:39:00.546Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2805 | 2025-03-07T22:39:01.127Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2806 | 2025-03-07T22:39:01.152Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2807 | 2025-03-07T22:39:01.350Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2808 | 2025-03-07T22:39:01.961Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2809 | 2025-03-07T22:39:02.501Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2810 | 2025-03-07T22:39:03.496Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2811 | 2025-03-07T22:39:03.792Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2812 | 2025-03-07T22:39:04.113Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2813 | 2025-03-07T22:39:04.335Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2814 | 2025-03-07T22:39:04.788Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2815 | 2025-03-07T22:39:04.811Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2816 | 2025-03-07T22:39:05.395Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2817 | 2025-03-07T22:39:05.658Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2818 | 2025-03-07T22:39:05.678Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2819 | 2025-03-07T22:39:05.737Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2820 | 2025-03-07T22:39:06.166Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2821 | 2025-03-07T22:39:06.647Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2822 | 2025-03-07T22:39:06.721Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2823 | 2025-03-07T22:39:06.773Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2824 | 2025-03-07T22:39:07.563Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2825 | 2025-03-07T22:39:07.878Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2826 | 2025-03-07T22:39:08.075Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2827 | 2025-03-07T22:39:08.242Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2828 | 2025-03-07T22:39:08.378Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2829 | 2025-03-07T22:39:08.415Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2830 | 2025-03-07T22:39:08.646Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2831 | 2025-03-07T22:39:09.038Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2832 | 2025-03-07T22:39:09.159Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2833 | 2025-03-07T22:39:09.472Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2834 | 2025-03-07T22:39:09.882Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2835 | 2025-03-07T22:39:11.414Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2836 | 2025-03-07T22:39:12.184Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2837 | 2025-03-07T22:39:13.015Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2838 | 2025-03-07T22:39:13.379Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2839 | 2025-03-07T22:39:14.234Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2840 | 2025-03-07T22:39:14.403Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2841 | 2025-03-07T22:39:14.407Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2842 | 2025-03-07T22:39:14.961Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2843 | 2025-03-07T22:39:15.133Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2844 | 2025-03-07T22:39:15.431Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2845 | 2025-03-07T22:39:15.951Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2846 | 2025-03-07T22:39:16.452Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2847 | 2025-03-07T22:39:16.478Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2848 | 2025-03-07T22:39:17.016Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2849 | 2025-03-07T22:39:17.291Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2850 | 2025-03-07T22:39:17.399Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2851 | 2025-03-07T22:39:17.997Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2852 | 2025-03-07T22:39:21.312Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2853 | 2025-03-07T22:39:21.503Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2854 | 2025-03-07T22:39:22.501Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2855 | 2025-03-07T22:39:22.650Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2856 | 2025-03-07T22:39:23.072Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2857 | 2025-03-07T22:39:23.113Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2858 | 2025-03-07T22:39:23.522Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2859 | 2025-03-07T22:39:25.069Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2860 | 2025-03-07T22:39:25.274Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2861 | 2025-03-07T22:39:26.434Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2862 | 2025-03-07T22:39:28.730Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2863 | 2025-03-07T22:39:29.648Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2864 | 2025-03-07T22:39:32.597Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2865 | 2025-03-07T22:39:34.533Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2866 | 2025-03-07T22:39:35.705Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2867 | 2025-03-07T22:39:35.844Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2868 | 2025-03-07T22:39:41.697Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2869 | 2025-03-07T22:39:41.964Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2870 | 2025-03-07T22:39:42.359Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2871 | 2025-03-07T22:39:42.591Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2872 | 2025-03-07T22:39:44.776Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2873 | 2025-03-07T22:39:44.893Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2874 | 2025-03-07T22:39:45.444Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2875 | 2025-03-07T22:39:46.676Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2876 | 2025-03-07T22:39:47.274Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2877 | 2025-03-07T22:39:47.631Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2878 | 2025-03-07T22:39:51.872Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2879 | 2025-03-07T22:39:52.974Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2880 | 2025-03-07T22:39:53.540Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2881 | 2025-03-07T22:39:54.218Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2882 | 2025-03-07T22:39:54.761Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2883 | 2025-03-07T22:39:55.856Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2884 | 2025-03-07T22:39:56.321Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2885 | 2025-03-07T22:39:57.577Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2886 | 2025-03-07T22:39:57.946Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2887 | 2025-03-07T22:39:59.847Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2888 | 2025-03-07T22:39:59.961Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2889 | 2025-03-07T22:40:01.021Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2890 | 2025-03-07T22:40:01.611Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2891 | 2025-03-07T22:40:01.800Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2892 | 2025-03-07T22:40:02.841Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2893 | 2025-03-07T22:40:03.741Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2894 | 2025-03-07T22:40:03.817Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2895 | 2025-03-07T22:40:04.323Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2896 | 2025-03-07T22:40:05.478Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2897 | 2025-03-07T22:40:05.758Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2898 | 2025-03-07T22:40:07.500Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2899 | 2025-03-07T22:40:07.709Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2900 | 2025-03-07T22:40:07.823Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2901 | 2025-03-07T22:40:08.946Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2902 | 2025-03-07T22:40:09.255Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2903 | 2025-03-07T22:40:09.439Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2904 | 2025-03-07T22:40:11.187Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2905 | 2025-03-07T22:40:11.234Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2906 | 2025-03-07T22:40:12.024Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2907 | 2025-03-07T22:40:13.220Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2908 | 2025-03-07T22:40:14.812Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2909 | 2025-03-07T22:40:15.091Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2910 | 2025-03-07T22:40:16.968Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2911 | 2025-03-07T22:40:17.051Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2912 | 2025-03-07T22:40:17.526Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2913 | 2025-03-07T22:40:18.810Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2914 | 2025-03-07T22:40:20.012Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2915 | 2025-03-07T22:40:20.408Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2916 | 2025-03-07T22:40:20.494Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2917 | 2025-03-07T22:40:20.552Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2918 | 2025-03-07T22:40:21.975Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2919 | 2025-03-07T22:40:22.953Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2920 | 2025-03-07T22:40:23.501Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2921 | 2025-03-07T22:40:23.858Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2922 | 2025-03-07T22:40:23.960Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2923 | 2025-03-07T22:40:24.539Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2924 | 2025-03-07T22:40:25.063Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2925 | 2025-03-07T22:40:26.401Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2926 | 2025-03-07T22:40:27.563Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2927 | 2025-03-07T22:40:27.699Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2928 | 2025-03-07T22:40:29.902Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2929 | 2025-03-07T22:40:29.999Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2930 | 2025-03-07T22:40:30.786Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2931 | 2025-03-07T22:40:31.008Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2932 | 2025-03-07T22:40:31.422Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2933 | 2025-03-07T22:40:34.071Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2934 | 2025-03-07T22:40:34.432Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2935 | 2025-03-07T22:40:34.463Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2936 | 2025-03-07T22:40:34.588Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2937 | 2025-03-07T22:40:34.995Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2938 | 2025-03-07T22:40:35.305Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2939 | 2025-03-07T22:40:37.713Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2940 | 2025-03-07T22:40:38.470Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2941 | 2025-03-07T22:40:38.846Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2942 | 2025-03-07T22:40:38.969Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2943 | 2025-03-07T22:40:39.281Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2944 | 2025-03-07T22:40:40.282Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2945 | 2025-03-07T22:40:40.592Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2946 | 2025-03-07T22:40:41.247Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2947 | 2025-03-07T22:40:41.795Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2948 | 2025-03-07T22:40:41.832Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2949 | 2025-03-07T22:40:42.476Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2950 | 2025-03-07T22:40:42.669Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2951 | 2025-03-07T22:40:42.673Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2952 | 2025-03-07T22:40:42.741Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2953 | 2025-03-07T22:40:43.544Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2954 | 2025-03-07T22:40:43.676Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2955 | 2025-03-07T22:40:43.767Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2956 | 2025-03-07T22:40:46.198Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2957 | 2025-03-07T22:41:04.843Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2958 | 2025-03-07T22:41:04.855Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2959 | 2025-03-07T22:41:04.855Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2960 | 2025-03-07T22:41:04.855Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2961 | 2025-03-07T22:41:05.737Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2962 | 2025-03-07T22:41:05.848Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2963 | 2025-03-07T22:41:05.884Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2964 | 2025-03-07T22:41:05.994Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2965 | 2025-03-07T22:41:08.224Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2966 | 2025-03-07T22:41:19.347Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2967 | 2025-03-07T22:41:19.347Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2968 | 2025-03-07T22:41:56.016Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2969 | 2025-03-07T22:42:02.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 24s |
2970 | 2025-03-07T22:42:02.906Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2971 | 2025-03-07T22:42:02.975Z | |
2972 | 2025-03-07T22:42:02.978Z | real 3:24.861703659 |
2973 | 2025-03-07T22:42:02.978Z | user 17:47.347268863 |
2974 | 2025-03-07T22:42:02.978Z | sys 2:28.808635000 |
2975 | 2025-03-07T22:42:02.978Z | trap 0.493258399 |
2976 | 2025-03-07T22:42:02.978Z | tflt 0.123911609 |
2977 | 2025-03-07T22:42:02.978Z | dflt 0.106146770 |
2978 | 2025-03-07T22:42:02.978Z | kflt 0.003995700 |
2979 | 2025-03-07T22:42:02.978Z | lock 28:26.559588507 |
2980 | 2025-03-07T22:42:02.978Z | slp 49:58.746334117 |
2981 | 2025-03-07T22:42:02.978Z | lat 1:10.946902036 |
2982 | 2025-03-07T22:42:02.979Z | stop 1:19.126387887 |
2983 | 2025-03-07T22:42:02.979Z | process exited: duration 903895 ms, exit code 0 |
|
2984 | 2025-03-07T22:42:02.986Z | found 0 output files |