|
|
|
1 | 2025-03-11T21:14:34.627Z | job assigned to worker 01JP3GX0HYEMMVAN0NATJX7SAG [factory aws, i-0e151270aa014c5f0] (queued for 55 s) |
|
2 | 2025-03-11T21:14:43.177Z | starting task 0: "setup" |
3 | 2025-03-11T21:14:43.182Z | ++ uname -s |
4 | 2025-03-11T21:14:43.185Z | + kern=SunOS |
5 | 2025-03-11T21:14:43.185Z | + build_user=build |
6 | 2025-03-11T21:14:43.185Z | + build_uid=12345 |
7 | 2025-03-11T21:14:43.185Z | + work_dir=/work |
8 | 2025-03-11T21:14:43.185Z | + input_dir=/input |
9 | 2025-03-11T21:14:43.185Z | + [[ 0 == 12345 ]] |
10 | 2025-03-11T21:14:43.185Z | + case "$kern" in |
11 | 2025-03-11T21:14:43.186Z | + groupadd -g 12345 build |
12 | 2025-03-11T21:14:43.189Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-11T21:14:45.194Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-11T21:14:45.335Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-11T21:14:45.338Z | + home_fs=zfs |
16 | 2025-03-11T21:14:45.338Z | + [[ zfs == autofs ]] |
17 | 2025-03-11T21:14:45.338Z | + mkdir -p /home/build |
18 | 2025-03-11T21:14:45.341Z | + chown build:build /home/build /work |
19 | 2025-03-11T21:14:47.342Z | + chmod 0700 /home/build /work |
20 | 2025-03-11T21:14:47.345Z | process exited: duration 4169 ms, exit code 0 |
|
21 | 2025-03-11T21:14:47.351Z | starting task 1: "rust-toolchain" |
22 | 2025-03-11T21:14:47.357Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-11T21:14:47.357Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-11T21:14:47.357Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-11T21:14:47.357Z | * rust toolchain profile = "default" |
26 | 2025-03-11T21:14:47.357Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-11T21:14:47.357Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-11T21:14:47.360Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-11T21:14:47.360Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-11T21:14:47.484Z | info: downloading installer |
31 | 2025-03-11T21:14:49.069Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-11T21:14:49.070Z | warn: /opt/ooce/bin |
33 | 2025-03-11T21:14:49.070Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-11T21:14:49.070Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-11T21:14:49.070Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-11T21:14:49.070Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-11T21:14:49.070Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-11T21:14:49.070Z | error: cannot install while Rust is installed |
39 | 2025-03-11T21:14:49.070Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-11T21:14:49.100Z | info: profile set to 'default' |
41 | 2025-03-11T21:14:49.100Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-11T21:14:49.103Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-11T21:14:49.287Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-11T21:14:49.287Z | info: downloading component 'cargo' |
45 | 2025-03-11T21:14:50.325Z | info: downloading component 'clippy' |
46 | 2025-03-11T21:14:50.752Z | info: downloading component 'rust-docs' |
47 | 2025-03-11T21:14:51.871Z | info: downloading component 'rust-std' |
48 | 2025-03-11T21:14:53.827Z | info: downloading component 'rustc' |
49 | 2025-03-11T21:14:59.391Z | info: downloading component 'rustfmt' |
50 | 2025-03-11T21:14:59.678Z | info: installing component 'cargo' |
51 | 2025-03-11T21:15:00.524Z | info: installing component 'clippy' |
52 | 2025-03-11T21:15:00.914Z | info: installing component 'rust-docs' |
53 | 2025-03-11T21:15:02.681Z | info: installing component 'rust-std' |
54 | 2025-03-11T21:15:04.544Z | info: installing component 'rustc' |
55 | 2025-03-11T21:15:10.509Z | info: installing component 'rustfmt' |
56 | 2025-03-11T21:15:10.841Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-11T21:15:10.841Z | |
58 | 2025-03-11T21:15:11.211Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-11T21:15:11.211Z | |
60 | 2025-03-11T21:15:11.215Z | |
61 | 2025-03-11T21:15:11.215Z | Rust is installed now. Great! |
62 | 2025-03-11T21:15:11.215Z | |
63 | 2025-03-11T21:15:11.215Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-11T21:15:11.215Z | environment variable. This has not been done automatically. |
65 | 2025-03-11T21:15:11.215Z | |
66 | 2025-03-11T21:15:11.215Z | To configure your current shell, you need to source |
67 | 2025-03-11T21:15:11.215Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-11T21:15:11.215Z | |
69 | 2025-03-11T21:15:11.215Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-11T21:15:11.215Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-11T21:15:11.215Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-11T21:15:11.215Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-11T21:15:11.293Z | + rustup --version |
74 | 2025-03-11T21:15:11.304Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-11T21:15:11.304Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-11T21:15:11.333Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-11T21:15:11.336Z | + cargo --version |
78 | 2025-03-11T21:15:11.355Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-11T21:15:11.358Z | + rustc --version |
80 | 2025-03-11T21:15:11.384Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-11T21:15:11.388Z | process exited: duration 24033 ms, exit code 0 |
|
82 | 2025-03-11T21:15:11.395Z | starting task 2: "authentication" |
83 | 2025-03-11T21:15:11.418Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-03-11T21:15:11.424Z | starting task 3: "clone repository" |
85 | 2025-03-11T21:15:11.429Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-11T21:15:11.432Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-11T21:15:11.479Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-11T21:15:20.869Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-11T21:15:20.869Z | + git fetch origin 76351631d2a25686f4500907aede7b041a3c8c4a |
90 | 2025-03-11T21:15:21.151Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-11T21:15:21.151Z | * branch 76351631d2a25686f4500907aede7b041a3c8c4a -> FETCH_HEAD |
92 | 2025-03-11T21:15:21.162Z | + [[ -n iliana/welcome-to-artifact-zone ]] |
93 | 2025-03-11T21:15:21.165Z | ++ git branch --show-current |
94 | 2025-03-11T21:15:21.169Z | + current=main |
95 | 2025-03-11T21:15:21.169Z | + [[ main != iliana/welcome-to-artifact-zone ]] |
96 | 2025-03-11T21:15:21.169Z | + git branch -f iliana/welcome-to-artifact-zone 76351631d2a25686f4500907aede7b041a3c8c4a |
97 | 2025-03-11T21:15:21.175Z | + git checkout -f iliana/welcome-to-artifact-zone |
98 | 2025-03-11T21:15:21.363Z | Switched to branch 'iliana/welcome-to-artifact-zone' |
99 | 2025-03-11T21:15:21.366Z | + git reset --hard 76351631d2a25686f4500907aede7b041a3c8c4a |
100 | 2025-03-11T21:15:21.555Z | HEAD is now at 76351631d appease rustdoc |
101 | 2025-03-11T21:15:21.559Z | process exited: duration 10130 ms, exit code 0 |
|
102 | 2025-03-11T21:15:21.569Z | starting task 4: "build" |
103 | 2025-03-11T21:15:21.574Z | + source ./env.sh |
104 | 2025-03-11T21:15:21.574Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-11T21:15:21.574Z | ++ set -o xtrace |
106 | 2025-03-11T21:15:21.579Z | ++++ dirname ./env.sh |
107 | 2025-03-11T21:15:21.579Z | +++ readlink -f . |
108 | 2025-03-11T21:15:21.584Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-11T21:15:21.584Z | ++ 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-11T21:15:21.584Z | ++ 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-11T21:15:21.584Z | ++ 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-11T21:15:21.584Z | ++ 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-11T21:15:21.584Z | ++ 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-11T21:15:21.584Z | ++ 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-11T21:15:21.585Z | ++ 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-11T21:15:21.585Z | ++ 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-11T21:15:21.585Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-11T21:15:21.585Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-11T21:15:21.585Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-11T21:15:21.585Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-11T21:15:21.585Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-11T21:15:21.585Z | + cargo --version |
123 | 2025-03-11T21:15:21.638Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-11T21:15:21.642Z | + rustc --version |
125 | 2025-03-11T21:15:21.710Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-11T21:15:21.714Z | + banner prerequisites |
127 | 2025-03-11T21:15:21.718Z | |
128 | 2025-03-11T21:15:21.718Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-11T21:15:21.719Z | # # # # # # # # # # # # # # # |
130 | 2025-03-11T21:15:21.719Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-11T21:15:21.719Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-11T21:15:21.719Z | # # # # # # # # # # # # # # # |
133 | 2025-03-11T21:15:21.719Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-11T21:15:21.719Z | |
135 | 2025-03-11T21:15:21.719Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-11T21:15:24.086Z | pkg list: illegal option -- F |
137 | 2025-03-11T21:15:24.086Z | Usage: |
138 | 2025-03-11T21:15:24.089Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-11T21:15:24.089Z | [pkg_fmri_pattern ...] |
140 | 2025-03-11T21:15:24.946Z | pkg list: illegal option -- F |
141 | 2025-03-11T21:15:24.946Z | Usage: |
142 | 2025-03-11T21:15:24.949Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-11T21:15:24.949Z | [pkg_fmri_pattern ...] |
144 | 2025-03-11T21:15:31.952Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-11T21:15:36.365Z | Startup: Caching catalogs ... Done |
146 | 2025-03-11T21:15:50.199Z | Planning: Solver setup ... Done (12.856s) |
147 | 2025-03-11T21:15:50.359Z | Planning: Running solver ... Done (0.160s) |
148 | 2025-03-11T21:15:50.486Z | Planning: Finding local manifests ... Done (0.005s) |
149 | 2025-03-11T21:15:50.498Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-11T21:15:51.237Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-11T21:15:51.350Z | Planning: Package planning ... Done (0.113s) |
152 | 2025-03-11T21:15:51.408Z | Planning: Merging actions ... Done (0.057s) |
153 | 2025-03-11T21:15:51.605Z | Planning: Checking for conflicting actions ... Done (0.197s) |
154 | 2025-03-11T21:15:53.194Z | Planning: Consolidating action changes ... Done (1.588s) |
155 | 2025-03-11T21:15:53.595Z | Planning: Evaluating mediators ... Done (0.400s) |
156 | 2025-03-11T21:15:53.680Z | Planning: Planning completed in 17.21 seconds |
157 | 2025-03-11T21:15:54.499Z | Packages to install: 4 |
158 | 2025-03-11T21:15:54.499Z | Packages to update: 3 |
159 | 2025-03-11T21:15:54.499Z | Mediators to change: 2 |
160 | 2025-03-11T21:15:54.499Z | Services to change: 1 |
161 | 2025-03-11T21:15:54.503Z | Estimated space available: 155.59 GB |
162 | 2025-03-11T21:15:54.503Z | Estimated space to be consumed: 1.66 GB |
163 | 2025-03-11T21:15:54.503Z | Create boot environment: No |
164 | 2025-03-11T21:15:54.503Z | Create backup boot environment: Yes |
165 | 2025-03-11T21:15:54.503Z | Rebuild boot archive: No |
166 | 2025-03-11T21:15:54.503Z | |
167 | 2025-03-11T21:15:54.503Z | Changed mediators: |
168 | 2025-03-11T21:15:54.503Z | mediator clang: |
169 | 2025-03-11T21:15:54.503Z | version: None -> 15 (system default) |
170 | 2025-03-11T21:15:54.503Z | |
171 | 2025-03-11T21:15:54.503Z | mediator llvm: |
172 | 2025-03-11T21:15:54.503Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-11T21:15:54.503Z | |
174 | 2025-03-11T21:15:54.503Z | Changed packages: |
175 | 2025-03-11T21:15:54.503Z | helios-dev |
176 | 2025-03-11T21:15:54.503Z | developer/build-essential |
177 | 2025-03-11T21:15:54.503Z | None -> 11-2.0 |
178 | 2025-03-11T21:15:54.503Z | library/libxmlsec1 |
179 | 2025-03-11T21:15:54.503Z | None -> 1.2.35-2.0 |
180 | 2025-03-11T21:15:54.503Z | ooce/developer/clang-15 |
181 | 2025-03-11T21:15:54.503Z | None -> 15.0.7-2.0 |
182 | 2025-03-11T21:15:54.503Z | ooce/developer/llvm-15 |
183 | 2025-03-11T21:15:54.503Z | None -> 15.0.7-2.0 |
184 | 2025-03-11T21:15:54.503Z | package/pkg |
185 | 2025-03-11T21:15:54.503Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-11T21:15:54.503Z | system/library/g++-runtime |
187 | 2025-03-11T21:15:54.503Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-11T21:15:54.503Z | system/library/gcc-runtime |
189 | 2025-03-11T21:15:54.503Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-11T21:15:54.503Z | |
191 | 2025-03-11T21:15:54.503Z | Services: |
192 | 2025-03-11T21:15:54.503Z | restart_fmri: |
193 | 2025-03-11T21:15:54.503Z | svc:/system/update-man-index:default |
194 | 2025-03-11T21:15:54.503Z | |
195 | 2025-03-11T21:15:54.503Z | Editable files to change: |
196 | 2025-03-11T21:15:54.504Z | Update: |
197 | 2025-03-11T21:15:54.504Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-11T21:15:54.684Z | |
199 | 2025-03-11T21:15:54.684Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-11T21:15:59.685Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (16.8M/s) |
201 | 2025-03-11T21:16:04.687Z | Download: 2561/4301 items 120.4/225.4MB 53% complete (12.2M/s) |
202 | 2025-03-11T21:16:09.929Z | Download: 3280/4301 items 207.3/225.4MB 91% complete (12.3M/s) |
203 | 2025-03-11T21:16:14.932Z | Download: 4122/4301 items 219.8/225.4MB 97% complete (9.9M/s) |
204 | 2025-03-11T21:16:17.892Z | Download: Completed 225.42 MB in 23.20 seconds (9.7M/s) |
205 | 2025-03-11T21:16:19.952Z | Actions: 1/5122 actions (Removing old actions) |
206 | 2025-03-11T21:16:19.968Z | Actions: 194/5122 actions (Installing new actions) |
207 | 2025-03-11T21:16:25.138Z | Actions: 4156/5122 actions (Installing new actions) |
208 | 2025-03-11T21:16:25.352Z | Actions: 4267/5122 actions (Updating modified actions) |
209 | 2025-03-11T21:16:25.912Z | Actions: Completed 5122 actions in 5.96 seconds. |
210 | 2025-03-11T21:16:26.354Z | Done (0.434s) |
211 | 2025-03-11T21:16:26.357Z | Done (0.001s) |
212 | 2025-03-11T21:16:26.992Z | Done (0.636s) |
213 | 2025-03-11T21:16:31.363Z | Done (4.129s) |
214 | 2025-03-11T21:16:31.452Z | Done (0.018s) |
215 | 2025-03-11T21:16:31.455Z | Done (0.000s) |
216 | 2025-03-11T21:16:31.617Z | Done (0.000s) |
217 | 2025-03-11T21:16:32.375Z | Planning: Evaluating mediator changes ... Done |
218 | 2025-03-11T21:16:32.544Z | Planning: Checking for conflicting actions ... Done |
219 | 2025-03-11T21:16:32.548Z | Planning: Consolidating action changes ... Done |
220 | 2025-03-11T21:16:32.823Z | Planning: Evaluating mediators ... Done |
221 | 2025-03-11T21:16:32.826Z | Planning: Planning completed in 0.45 seconds |
222 | 2025-03-11T21:16:32.864Z | Mediators to change: 2 |
223 | 2025-03-11T21:16:32.864Z | Create boot environment: No |
224 | 2025-03-11T21:16:32.868Z | Create backup boot environment: No |
225 | 2025-03-11T21:16:32.949Z | Done |
226 | 2025-03-11T21:16:32.949Z | Done |
227 | 2025-03-11T21:16:33.386Z | Done |
228 | 2025-03-11T21:16:37.100Z | Done |
229 | 2025-03-11T21:16:37.189Z | Done |
230 | 2025-03-11T21:16:37.192Z | Done |
231 | 2025-03-11T21:16:37.302Z | Done |
232 | 2025-03-11T21:16:37.925Z | Planning: Evaluating mediator changes ... Done |
233 | 2025-03-11T21:16:37.928Z | Planning: Merging actions ... Done |
234 | 2025-03-11T21:16:38.119Z | Planning: Checking for conflicting actions ... Done |
235 | 2025-03-11T21:16:38.122Z | Planning: Consolidating action changes ... Done |
236 | 2025-03-11T21:16:38.395Z | Planning: Evaluating mediators ... Done |
237 | 2025-03-11T21:16:38.452Z | Planning: Planning completed in 0.78 seconds |
238 | 2025-03-11T21:16:38.493Z | Packages to change: 1 |
239 | 2025-03-11T21:16:38.493Z | Mediators to change: 1 |
240 | 2025-03-11T21:16:38.493Z | Services to change: 1 |
241 | 2025-03-11T21:16:38.493Z | Create boot environment: No |
242 | 2025-03-11T21:16:38.498Z | Create backup boot environment: Yes |
243 | 2025-03-11T21:16:40.889Z | Actions: 1/6 actions (Updating modified actions) |
244 | 2025-03-11T21:16:40.892Z | Actions: Completed 6 actions in 0.00 seconds. |
245 | 2025-03-11T21:16:40.892Z | Done |
246 | 2025-03-11T21:16:40.892Z | Done |
247 | 2025-03-11T21:16:41.020Z | Done |
248 | 2025-03-11T21:16:44.829Z | Done |
249 | 2025-03-11T21:16:44.928Z | Done |
250 | 2025-03-11T21:16:44.931Z | Done |
251 | 2025-03-11T21:16:45.065Z | Done |
252 | 2025-03-11T21:16:45.526Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
253 | 2025-03-11T21:16:45.526Z | clang system 15 system |
254 | 2025-03-11T21:16:45.526Z | csh system system illumos |
255 | 2025-03-11T21:16:45.526Z | ctags system system illumos |
256 | 2025-03-11T21:16:45.526Z | gcc vendor 12 vendor |
257 | 2025-03-11T21:16:45.526Z | gcc system 10 system |
258 | 2025-03-11T21:16:45.526Z | gcc system 7 system |
259 | 2025-03-11T21:16:45.526Z | go system 1.20 system |
260 | 2025-03-11T21:16:45.526Z | go system 1.19 system |
261 | 2025-03-11T21:16:45.526Z | llvm system 15 system |
262 | 2025-03-11T21:16:45.526Z | llvm system 14 system |
263 | 2025-03-11T21:16:45.526Z | mariadb system 10.6 system |
264 | 2025-03-11T21:16:45.527Z | mta vendor vendor dma |
265 | 2025-03-11T21:16:45.527Z | openjdk system 17 system |
266 | 2025-03-11T21:16:45.527Z | openjdk system 11 system |
267 | 2025-03-11T21:16:45.527Z | openjdk system 1.8 system |
268 | 2025-03-11T21:16:45.527Z | openssl vendor 3 vendor |
269 | 2025-03-11T21:16:45.527Z | perl system 5.36 system |
270 | 2025-03-11T21:16:45.527Z | postgresql system 15 system |
271 | 2025-03-11T21:16:45.527Z | postgresql system 13 system |
272 | 2025-03-11T21:16:45.527Z | python vendor 3 vendor |
273 | 2025-03-11T21:16:45.527Z | python system 2 system |
274 | 2025-03-11T21:16:45.527Z | python3 system 3.11 system |
275 | 2025-03-11T21:16:45.527Z | ruby system 3.0 system |
276 | 2025-03-11T21:16:45.528Z | words vendor vendor american-english |
277 | 2025-03-11T21:16:45.528Z | words system system australian-english |
278 | 2025-03-11T21:16:45.528Z | words system system british-english |
279 | 2025-03-11T21:16:45.528Z | words system system canadian-english |
280 | 2025-03-11T21:16:45.528Z | words system system french |
281 | 2025-03-11T21:16:45.528Z | words system system italian |
282 | 2025-03-11T21:16:45.528Z | words system system ngerman |
283 | 2025-03-11T21:16:45.528Z | words system system ogerman |
284 | 2025-03-11T21:16:45.528Z | words system system spanish |
285 | 2025-03-11T21:16:45.866Z | PUBLISHER TYPE STATUS P LOCATION |
286 | 2025-03-11T21:16:45.866Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
287 | 2025-03-11T21:16:49.043Z | FMRI IFO |
288 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
289 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
290 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
291 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
292 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
293 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
294 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
295 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
296 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
297 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
298 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
299 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
300 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
301 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
302 | 2025-03-11T21:16:49.043Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
303 | 2025-03-11T21:16:49.881Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
304 | 2025-03-11T21:16:50.254Z | Updating crates.io index |
305 | 2025-03-11T21:16:50.305Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
306 | 2025-03-11T21:16:50.903Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
307 | 2025-03-11T21:16:51.168Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
308 | 2025-03-11T21:16:51.416Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
309 | 2025-03-11T21:16:51.670Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
310 | 2025-03-11T21:16:52.715Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
311 | 2025-03-11T21:16:54.561Z | Updating git repository `https://github.com/oxidecomputer/opte` |
312 | 2025-03-11T21:16:55.285Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
313 | 2025-03-11T21:16:55.971Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
314 | 2025-03-11T21:16:56.294Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
315 | 2025-03-11T21:16:56.618Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
316 | 2025-03-11T21:16:57.201Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
317 | 2025-03-11T21:16:57.726Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
318 | 2025-03-11T21:16:58.078Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
319 | 2025-03-11T21:16:58.388Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
320 | 2025-03-11T21:16:58.672Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
321 | 2025-03-11T21:16:58.947Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
322 | 2025-03-11T21:16:59.206Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
323 | 2025-03-11T21:16:59.522Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
324 | 2025-03-11T21:16:59.830Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
325 | 2025-03-11T21:17:00.125Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
326 | 2025-03-11T21:17:00.442Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
327 | 2025-03-11T21:17:00.734Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
328 | 2025-03-11T21:17:01.062Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
329 | 2025-03-11T21:17:01.578Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
330 | 2025-03-11T21:17:01.907Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
331 | 2025-03-11T21:17:02.457Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
332 | 2025-03-11T21:17:02.833Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
333 | 2025-03-11T21:17:03.120Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2025-03-11T21:17:03.346Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
335 | 2025-03-11T21:17:03.614Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
336 | 2025-03-11T21:17:05.041Z | Downloading crates ... |
337 | 2025-03-11T21:17:05.102Z | Downloaded anstream v0.6.15 |
338 | 2025-03-11T21:17:05.105Z | Downloaded bitflags v1.3.2 |
339 | 2025-03-11T21:17:05.110Z | Downloaded anstyle-query v1.1.1 |
340 | 2025-03-11T21:17:05.113Z | Downloaded anstyle v1.0.10 |
341 | 2025-03-11T21:17:05.115Z | Downloaded dtrace-parser v0.2.0 |
342 | 2025-03-11T21:17:05.115Z | Downloaded cfg-if v1.0.0 |
343 | 2025-03-11T21:17:05.118Z | Downloaded equivalent v1.0.1 |
344 | 2025-03-11T21:17:05.129Z | Downloaded pretty-hex v0.4.1 |
345 | 2025-03-11T21:17:05.137Z | Downloaded scroll_derive v0.12.0 |
346 | 2025-03-11T21:17:05.146Z | Downloaded usdt-macro v0.5.0 |
347 | 2025-03-11T21:17:05.149Z | Downloaded anstyle-parse v0.2.5 |
348 | 2025-03-11T21:17:05.149Z | Downloaded swrite v0.1.0 |
349 | 2025-03-11T21:17:05.149Z | Downloaded autocfg v1.4.0 |
350 | 2025-03-11T21:17:05.149Z | Downloaded usdt-attr-macro v0.5.0 |
351 | 2025-03-11T21:17:05.152Z | Downloaded block-buffer v0.10.4 |
352 | 2025-03-11T21:17:05.152Z | Downloaded tabled_derive v0.7.0 |
353 | 2025-03-11T21:17:05.155Z | Downloaded winnow v0.7.3 |
354 | 2025-03-11T21:17:05.164Z | Downloaded thiserror-impl v1.0.69 |
355 | 2025-03-11T21:17:05.166Z | Downloaded itoa v1.0.11 |
356 | 2025-03-11T21:17:05.168Z | Downloaded generic-array v0.14.7 |
357 | 2025-03-11T21:17:05.168Z | Downloaded fs-err v2.11.0 |
358 | 2025-03-11T21:17:05.171Z | Downloaded fnv v1.0.7 |
359 | 2025-03-11T21:17:05.171Z | Downloaded fastrand v2.1.1 |
360 | 2025-03-11T21:17:05.174Z | Downloaded errno v0.3.9 |
361 | 2025-03-11T21:17:05.174Z | Downloaded terminal_size v0.4.0 |
362 | 2025-03-11T21:17:05.177Z | Downloaded dof v0.3.0 |
363 | 2025-03-11T21:17:05.177Z | Downloaded digest v0.10.7 |
364 | 2025-03-11T21:17:05.180Z | Downloaded crypto-common v0.1.6 |
365 | 2025-03-11T21:17:05.180Z | Downloaded cpufeatures v0.2.14 |
366 | 2025-03-11T21:17:05.181Z | Downloaded unicode-linebreak v0.1.5 |
367 | 2025-03-11T21:17:05.184Z | Downloaded smawk v0.3.2 |
368 | 2025-03-11T21:17:05.184Z | Downloaded heck v0.4.1 |
369 | 2025-03-11T21:17:05.184Z | Downloaded heck v0.5.0 |
370 | 2025-03-11T21:17:05.187Z | Downloaded thiserror v1.0.69 |
371 | 2025-03-11T21:17:05.190Z | Downloaded thread-id v4.2.2 |
372 | 2025-03-11T21:17:05.193Z | Downloaded serde_tokenstream v0.2.2 |
373 | 2025-03-11T21:17:05.193Z | Downloaded proc-macro-error-attr v1.0.4 |
374 | 2025-03-11T21:17:05.196Z | Downloaded terminal_size v0.2.6 |
375 | 2025-03-11T21:17:05.196Z | Downloaded usdt v0.5.0 |
376 | 2025-03-11T21:17:05.196Z | Downloaded version_check v0.9.5 |
377 | 2025-03-11T21:17:05.199Z | Downloaded plain v0.2.3 |
378 | 2025-03-11T21:17:05.199Z | Downloaded macaddr v1.0.1 |
379 | 2025-03-11T21:17:05.202Z | Downloaded colorchoice v1.0.2 |
380 | 2025-03-11T21:17:05.202Z | Downloaded toml_datetime v0.6.8 |
381 | 2025-03-11T21:17:05.202Z | Downloaded utf8parse v0.2.2 |
382 | 2025-03-11T21:17:05.205Z | Downloaded clap_lex v0.7.4 |
383 | 2025-03-11T21:17:05.205Z | Downloaded cargo_toml v0.21.0 |
384 | 2025-03-11T21:17:05.208Z | Downloaded clap_derive v4.5.28 |
385 | 2025-03-11T21:17:05.208Z | Downloaded camino v1.1.9 |
386 | 2025-03-11T21:17:05.212Z | Downloaded scroll v0.12.0 |
387 | 2025-03-11T21:17:05.212Z | Downloaded once_cell v1.20.3 |
388 | 2025-03-11T21:17:05.215Z | Downloaded cargo_metadata v0.19.2 |
389 | 2025-03-11T21:17:05.218Z | Downloaded strsim v0.11.1 |
390 | 2025-03-11T21:17:05.218Z | Downloaded thiserror v2.0.11 |
391 | 2025-03-11T21:17:05.222Z | Downloaded pest_derive v2.7.14 |
392 | 2025-03-11T21:17:05.226Z | Downloaded thiserror-impl v2.0.11 |
393 | 2025-03-11T21:17:05.229Z | Downloaded serde_spanned v0.6.8 |
394 | 2025-03-11T21:17:05.229Z | Downloaded semver v1.0.25 |
395 | 2025-03-11T21:17:05.232Z | Downloaded quote v1.0.39 |
396 | 2025-03-11T21:17:05.235Z | Downloaded usdt-impl v0.5.0 |
397 | 2025-03-11T21:17:05.236Z | Downloaded anyhow v1.0.97 |
398 | 2025-03-11T21:17:05.239Z | Downloaded zerocopy-derive v0.7.35 |
399 | 2025-03-11T21:17:05.242Z | Downloaded proc-macro-error v1.0.4 |
400 | 2025-03-11T21:17:05.245Z | Downloaded sha2 v0.10.8 |
401 | 2025-03-11T21:17:05.248Z | Downloaded ryu v1.0.18 |
402 | 2025-03-11T21:17:05.251Z | Downloaded papergrid v0.11.0 |
403 | 2025-03-11T21:17:05.256Z | Downloaded unicode-ident v1.0.14 |
404 | 2025-03-11T21:17:05.259Z | Downloaded typenum v1.17.0 |
405 | 2025-03-11T21:17:05.262Z | Downloaded toml v0.8.20 |
406 | 2025-03-11T21:17:05.265Z | Downloaded pest_meta v2.7.14 |
407 | 2025-03-11T21:17:05.268Z | Downloaded log v0.4.22 |
408 | 2025-03-11T21:17:05.271Z | Downloaded serde_derive v1.0.218 |
409 | 2025-03-11T21:17:05.274Z | Downloaded proc-macro2 v1.0.94 |
410 | 2025-03-11T21:17:05.277Z | Downloaded memmap v0.7.0 |
411 | 2025-03-11T21:17:05.277Z | Downloaded clap v4.5.31 |
412 | 2025-03-11T21:17:05.285Z | Downloaded serde v1.0.218 |
413 | 2025-03-11T21:17:05.288Z | Downloaded byteorder v1.5.0 |
414 | 2025-03-11T21:17:05.291Z | Downloaded pest_generator v2.7.14 |
415 | 2025-03-11T21:17:05.291Z | Downloaded bitflags v2.6.0 |
416 | 2025-03-11T21:17:05.295Z | Downloaded io-lifetimes v1.0.11 |
417 | 2025-03-11T21:17:05.298Z | Downloaded tempfile v3.13.0 |
418 | 2025-03-11T21:17:05.301Z | Downloaded memchr v2.7.4 |
419 | 2025-03-11T21:17:05.305Z | Downloaded ucd-trie v0.1.7 |
420 | 2025-03-11T21:17:05.309Z | Downloaded textwrap v0.16.1 |
421 | 2025-03-11T21:17:05.312Z | Downloaded is_terminal_polyfill v1.70.1 |
422 | 2025-03-11T21:17:05.313Z | Downloaded camino-tempfile v1.1.1 |
423 | 2025-03-11T21:17:05.316Z | Downloaded toml_edit v0.22.24 |
424 | 2025-03-11T21:17:05.334Z | Downloaded indexmap v2.7.1 |
425 | 2025-03-11T21:17:05.338Z | Downloaded cargo-platform v0.1.8 |
426 | 2025-03-11T21:17:05.341Z | Downloaded bytecount v0.6.8 |
427 | 2025-03-11T21:17:05.359Z | Downloaded zerocopy v0.7.35 |
428 | 2025-03-11T21:17:05.376Z | Downloaded serde_json v1.0.139 |
429 | 2025-03-11T21:17:05.383Z | Downloaded goblin v0.8.2 |
430 | 2025-03-11T21:17:05.388Z | Downloaded pest v2.7.14 |
431 | 2025-03-11T21:17:05.393Z | Downloaded clap_builder v4.5.31 |
432 | 2025-03-11T21:17:05.399Z | Downloaded tabled v0.15.0 |
433 | 2025-03-11T21:17:05.414Z | Downloaded hashbrown v0.15.1 |
434 | 2025-03-11T21:17:05.419Z | Downloaded syn v1.0.109 |
435 | 2025-03-11T21:17:05.435Z | Downloaded syn v2.0.98 |
436 | 2025-03-11T21:17:05.446Z | Downloaded unicode-width v0.1.14 |
437 | 2025-03-11T21:17:05.451Z | Downloaded rustix v0.37.28 |
438 | 2025-03-11T21:17:05.468Z | Downloaded rustix v0.38.37 |
439 | 2025-03-11T21:17:05.505Z | Downloaded libc v0.2.170 |
440 | 2025-03-11T21:17:05.644Z | Compiling proc-macro2 v1.0.94 |
441 | 2025-03-11T21:17:05.644Z | Compiling unicode-ident v1.0.14 |
442 | 2025-03-11T21:17:05.652Z | Compiling libc v0.2.170 |
443 | 2025-03-11T21:17:05.652Z | Compiling serde v1.0.218 |
444 | 2025-03-11T21:17:05.652Z | Compiling version_check v0.9.5 |
445 | 2025-03-11T21:17:05.680Z | Compiling memchr v2.7.4 |
446 | 2025-03-11T21:17:05.683Z | Compiling thiserror v1.0.69 |
447 | 2025-03-11T21:17:05.683Z | Compiling ryu v1.0.18 |
448 | 2025-03-11T21:17:05.905Z | Compiling ucd-trie v0.1.7 |
449 | 2025-03-11T21:17:06.090Z | Compiling itoa v1.0.11 |
450 | 2025-03-11T21:17:06.313Z | Compiling once_cell v1.20.3 |
451 | 2025-03-11T21:17:06.399Z | Compiling byteorder v1.5.0 |
452 | 2025-03-11T21:17:06.483Z | Compiling serde_json v1.0.139 |
453 | 2025-03-11T21:17:06.687Z | Compiling rustix v0.38.37 |
454 | 2025-03-11T21:17:06.872Z | Compiling bitflags v2.6.0 |
455 | 2025-03-11T21:17:06.997Z | Compiling proc-macro-error-attr v1.0.4 |
456 | 2025-03-11T21:17:07.184Z | Compiling usdt-impl v0.5.0 |
457 | 2025-03-11T21:17:07.214Z | Compiling syn v1.0.109 |
458 | 2025-03-11T21:17:07.301Z | Compiling io-lifetimes v1.0.11 |
459 | 2025-03-11T21:17:07.431Z | Compiling proc-macro-error v1.0.4 |
460 | 2025-03-11T21:17:07.530Z | Compiling quote v1.0.39 |
461 | 2025-03-11T21:17:07.555Z | Compiling errno v0.3.9 |
462 | 2025-03-11T21:17:07.798Z | Compiling equivalent v1.0.1 |
463 | 2025-03-11T21:17:07.868Z | Compiling rustix v0.37.28 |
464 | 2025-03-11T21:17:07.919Z | Compiling syn v2.0.98 |
465 | 2025-03-11T21:17:07.945Z | Compiling hashbrown v0.15.1 |
466 | 2025-03-11T21:17:08.060Z | Compiling thread-id v4.2.2 |
467 | 2025-03-11T21:17:08.126Z | Compiling camino v1.1.9 |
468 | 2025-03-11T21:17:08.168Z | Compiling utf8parse v0.2.2 |
469 | 2025-03-11T21:17:08.192Z | Compiling plain v0.2.3 |
470 | 2025-03-11T21:17:08.305Z | Compiling log v0.4.22 |
471 | 2025-03-11T21:17:08.361Z | Compiling anstyle-parse v0.2.5 |
472 | 2025-03-11T21:17:08.804Z | Compiling thiserror v2.0.11 |
473 | 2025-03-11T21:17:08.836Z | Compiling is_terminal_polyfill v1.70.1 |
474 | 2025-03-11T21:17:08.973Z | Compiling colorchoice v1.0.2 |
475 | 2025-03-11T21:17:09.073Z | Compiling indexmap v2.7.1 |
476 | 2025-03-11T21:17:09.153Z | Compiling pretty-hex v0.4.1 |
477 | 2025-03-11T21:17:09.156Z | Compiling autocfg v1.4.0 |
478 | 2025-03-11T21:17:09.316Z | Compiling unicode-width v0.1.14 |
479 | 2025-03-11T21:17:09.371Z | Compiling semver v1.0.25 |
480 | 2025-03-11T21:17:09.394Z | Compiling anstyle v1.0.10 |
481 | 2025-03-11T21:17:09.858Z | Compiling winnow v0.7.3 |
482 | 2025-03-11T21:17:09.884Z | Compiling bitflags v1.3.2 |
483 | 2025-03-11T21:17:09.912Z | Compiling anstyle-query v1.1.1 |
484 | 2025-03-11T21:17:10.106Z | Compiling fs-err v2.11.0 |
485 | 2025-03-11T21:17:10.166Z | Compiling anstream v0.6.15 |
486 | 2025-03-11T21:17:10.404Z | Compiling terminal_size v0.4.0 |
487 | 2025-03-11T21:17:10.639Z | Compiling fnv v1.0.7 |
488 | 2025-03-11T21:17:10.759Z | Compiling anyhow v1.0.97 |
489 | 2025-03-11T21:17:10.797Z | Compiling heck v0.4.1 |
490 | 2025-03-11T21:17:10.819Z | Compiling bytecount v0.6.8 |
491 | 2025-03-11T21:17:10.822Z | Compiling clap_lex v0.7.4 |
492 | 2025-03-11T21:17:11.063Z | Compiling strsim v0.11.1 |
493 | 2025-03-11T21:17:11.312Z | Compiling fastrand v2.1.1 |
494 | 2025-03-11T21:17:11.518Z | Compiling cfg-if v1.0.0 |
495 | 2025-03-11T21:17:11.630Z | Compiling heck v0.5.0 |
496 | 2025-03-11T21:17:11.833Z | Compiling tempfile v3.13.0 |
497 | 2025-03-11T21:17:11.911Z | Compiling clap_builder v4.5.31 |
498 | 2025-03-11T21:17:12.059Z | Compiling terminal_size v0.2.6 |
499 | 2025-03-11T21:17:12.083Z | Compiling papergrid v0.11.0 |
500 | 2025-03-11T21:17:12.259Z | Compiling memmap v0.7.0 |
501 | 2025-03-11T21:17:12.285Z | Compiling smawk v0.3.2 |
502 | 2025-03-11T21:17:12.506Z | Compiling unicode-linebreak v0.1.5 |
503 | 2025-03-11T21:17:12.982Z | Compiling textwrap v0.16.1 |
504 | 2025-03-11T21:17:13.108Z | Compiling swrite v0.1.0 |
505 | 2025-03-11T21:17:13.610Z | Compiling tabled_derive v0.7.0 |
506 | 2025-03-11T21:17:15.104Z | Compiling tabled v0.15.0 |
507 | 2025-03-11T21:17:15.142Z | Compiling serde_derive v1.0.218 |
508 | 2025-03-11T21:17:15.142Z | Compiling thiserror-impl v1.0.69 |
509 | 2025-03-11T21:17:15.145Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-03-11T21:17:15.145Z | Compiling scroll_derive v0.12.0 |
511 | 2025-03-11T21:17:15.146Z | Compiling thiserror-impl v2.0.11 |
512 | 2025-03-11T21:17:15.146Z | Compiling clap_derive v4.5.28 |
513 | 2025-03-11T21:17:16.558Z | Compiling scroll v0.12.0 |
514 | 2025-03-11T21:17:17.124Z | Compiling goblin v0.8.2 |
515 | 2025-03-11T21:17:17.186Z | Compiling zerocopy v0.7.35 |
516 | 2025-03-11T21:17:18.337Z | Compiling pest v2.7.14 |
517 | 2025-03-11T21:17:19.659Z | Compiling clap v4.5.31 |
518 | 2025-03-11T21:17:20.601Z | Compiling pest_meta v2.7.14 |
519 | 2025-03-11T21:17:21.534Z | Compiling pest_generator v2.7.14 |
520 | 2025-03-11T21:17:22.937Z | Compiling pest_derive v2.7.14 |
521 | 2025-03-11T21:17:23.536Z | Compiling dtrace-parser v0.2.0 |
522 | 2025-03-11T21:17:24.356Z | Compiling toml_datetime v0.6.8 |
523 | 2025-03-11T21:17:24.360Z | Compiling serde_spanned v0.6.8 |
524 | 2025-03-11T21:17:24.360Z | Compiling cargo-platform v0.1.8 |
525 | 2025-03-11T21:17:24.667Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-03-11T21:17:24.670Z | Compiling macaddr v1.0.1 |
527 | 2025-03-11T21:17:24.856Z | Compiling toml_edit v0.22.24 |
528 | 2025-03-11T21:17:25.030Z | Compiling camino-tempfile v1.1.1 |
529 | 2025-03-11T21:17:25.791Z | Compiling dof v0.3.0 |
530 | 2025-03-11T21:17:25.791Z | Compiling cargo_metadata v0.19.2 |
531 | 2025-03-11T21:17:27.370Z | Compiling usdt-attr-macro v0.5.0 |
532 | 2025-03-11T21:17:27.373Z | Compiling usdt-macro v0.5.0 |
533 | 2025-03-11T21:17:27.724Z | Compiling toml v0.8.20 |
534 | 2025-03-11T21:17:28.479Z | Compiling cargo_toml v0.21.0 |
535 | 2025-03-11T21:17:28.534Z | Compiling usdt v0.5.0 |
536 | 2025-03-11T21:17:31.114Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
537 | 2025-03-11T21:17:34.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.67s |
538 | 2025-03-11T21:17:34.547Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
539 | 2025-03-11T21:17:35.123Z | Downloading crates ... |
540 | 2025-03-11T21:17:35.245Z | Downloaded allocator-api2 v0.2.18 |
541 | 2025-03-11T21:17:35.259Z | Downloaded aead v0.5.2 |
542 | 2025-03-11T21:17:35.270Z | Downloaded async-stream-impl v0.3.6 |
543 | 2025-03-11T21:17:35.273Z | Downloaded cfg_aliases v0.1.1 |
544 | 2025-03-11T21:17:35.273Z | Downloaded crunchy v0.2.2 |
545 | 2025-03-11T21:17:35.273Z | Downloaded crucible-workspace-hack v0.1.0 |
546 | 2025-03-11T21:17:35.273Z | Downloaded atty v0.2.14 |
547 | 2025-03-11T21:17:35.273Z | Downloaded ciborium-io v0.2.2 |
548 | 2025-03-11T21:17:35.273Z | Downloaded cfg_aliases v0.2.1 |
549 | 2025-03-11T21:17:35.276Z | Downloaded hickory-client v0.24.4 |
550 | 2025-03-11T21:17:35.279Z | Downloaded hex-literal v0.4.1 |
551 | 2025-03-11T21:17:35.282Z | Downloaded hex v0.4.3 |
552 | 2025-03-11T21:17:35.285Z | Downloaded ident_case v1.0.1 |
553 | 2025-03-11T21:17:35.288Z | Downloaded bcrypt-pbkdf v0.10.0 |
554 | 2025-03-11T21:17:35.288Z | Downloaded http-range v0.1.5 |
555 | 2025-03-11T21:17:35.288Z | Downloaded atomicwrites v0.4.4 |
556 | 2025-03-11T21:17:35.291Z | Downloaded hubpack_derive v0.1.1 |
557 | 2025-03-11T21:17:35.291Z | Downloaded icu_provider_macros v1.5.0 |
558 | 2025-03-11T21:17:35.294Z | Downloaded adler2 v2.0.0 |
559 | 2025-03-11T21:17:35.294Z | Downloaded http-body v1.0.1 |
560 | 2025-03-11T21:17:35.297Z | Downloaded castaway v0.2.3 |
561 | 2025-03-11T21:17:35.297Z | Downloaded match_cfg v0.1.0 |
562 | 2025-03-11T21:17:35.300Z | Downloaded bit-vec v0.8.0 |
563 | 2025-03-11T21:17:35.303Z | Downloaded atomic-waker v1.1.2 |
564 | 2025-03-11T21:17:35.303Z | Downloaded crossbeam-deque v0.8.5 |
565 | 2025-03-11T21:17:35.306Z | Downloaded md5 v0.7.0 |
566 | 2025-03-11T21:17:35.306Z | Downloaded instant v0.1.13 |
567 | 2025-03-11T21:17:35.309Z | Downloaded cassowary v0.3.0 |
568 | 2025-03-11T21:17:35.309Z | Downloaded cstr-argument v0.1.2 |
569 | 2025-03-11T21:17:35.312Z | Downloaded chrono-tz-build v0.4.0 |
570 | 2025-03-11T21:17:35.312Z | Downloaded is_ci v1.2.0 |
571 | 2025-03-11T21:17:35.315Z | Downloaded const_format_proc_macros v0.2.34 |
572 | 2025-03-11T21:17:35.318Z | Downloaded async-recursion v1.1.1 |
573 | 2025-03-11T21:17:35.320Z | Downloaded home v0.5.9 |
574 | 2025-03-11T21:17:35.323Z | Downloaded ctr v0.9.2 |
575 | 2025-03-11T21:17:35.323Z | Downloaded impl-trait-for-tuples v0.2.2 |
576 | 2025-03-11T21:17:35.327Z | Downloaded hyper-tls v0.6.0 |
577 | 2025-03-11T21:17:35.331Z | Downloaded buf-list v1.0.3 |
578 | 2025-03-11T21:17:35.334Z | Downloaded hostname v0.3.1 |
579 | 2025-03-11T21:17:35.334Z | Downloaded indent_write v2.2.0 |
580 | 2025-03-11T21:17:35.337Z | Downloaded async-trait v0.1.87 |
581 | 2025-03-11T21:17:35.340Z | Downloaded progenitor-client v0.8.0 |
582 | 2025-03-11T21:17:35.343Z | Downloaded indoc v1.0.9 |
583 | 2025-03-11T21:17:35.348Z | Downloaded humantime v2.1.0 |
584 | 2025-03-11T21:17:35.348Z | Downloaded cmake v0.1.51 |
585 | 2025-03-11T21:17:35.348Z | Downloaded maybe-uninit v2.0.0 |
586 | 2025-03-11T21:17:35.350Z | Downloaded multimap v0.10.0 |
587 | 2025-03-11T21:17:35.350Z | Downloaded mockall v0.13.1 |
588 | 2025-03-11T21:17:35.353Z | Downloaded block-padding v0.3.3 |
589 | 2025-03-11T21:17:35.353Z | Downloaded libsw-core v0.3.1 |
590 | 2025-03-11T21:17:35.356Z | Downloaded keccak v0.1.5 |
591 | 2025-03-11T21:17:35.359Z | Downloaded convert_case v0.4.0 |
592 | 2025-03-11T21:17:35.359Z | Downloaded kstat-rs v0.2.4 |
593 | 2025-03-11T21:17:35.362Z | Downloaded base64ct v1.6.0 |
594 | 2025-03-11T21:17:35.365Z | Downloaded mime v0.3.17 |
595 | 2025-03-11T21:17:35.365Z | Downloaded memoffset v0.9.1 |
596 | 2025-03-11T21:17:35.368Z | Downloaded bcs v0.1.6 |
597 | 2025-03-11T21:17:35.372Z | Downloaded console v0.15.10 |
598 | 2025-03-11T21:17:35.375Z | Downloaded scheduled-thread-pool v0.2.7 |
599 | 2025-03-11T21:17:35.375Z | Downloaded csv-core v0.1.11 |
600 | 2025-03-11T21:17:35.375Z | Downloaded maplit v1.0.2 |
601 | 2025-03-11T21:17:35.378Z | Downloaded sync-ptr v0.1.1 |
602 | 2025-03-11T21:17:35.378Z | Downloaded lru-cache v0.1.2 |
603 | 2025-03-11T21:17:35.381Z | Downloaded lockfree-object-pool v0.1.6 |
604 | 2025-03-11T21:17:35.381Z | Downloaded cookie_store v0.21.1 |
605 | 2025-03-11T21:17:35.383Z | Downloaded icu_locid_transform v1.5.0 |
606 | 2025-03-11T21:17:35.386Z | Downloaded managed v0.8.0 |
607 | 2025-03-11T21:17:35.389Z | Downloaded linear-map v1.2.0 |
608 | 2025-03-11T21:17:35.389Z | Downloaded highway v1.3.0 |
609 | 2025-03-11T21:17:35.392Z | Downloaded termtree v0.4.1 |
610 | 2025-03-11T21:17:35.395Z | Downloaded mime_guess v2.0.5 |
611 | 2025-03-11T21:17:35.395Z | Downloaded linked-hash-map v0.5.6 |
612 | 2025-03-11T21:17:35.398Z | Downloaded lock_api v0.4.12 |
613 | 2025-03-11T21:17:35.401Z | Downloaded topological-sort v0.2.2 |
614 | 2025-03-11T21:17:35.401Z | Downloaded backoff v0.4.0 |
615 | 2025-03-11T21:17:35.406Z | Downloaded rfc6979 v0.4.0 |
616 | 2025-03-11T21:17:35.409Z | Downloaded md-5 v0.10.6 |
617 | 2025-03-11T21:17:35.409Z | Downloaded cancel-safe-futures v0.1.5 |
618 | 2025-03-11T21:17:35.412Z | Downloaded tower-layer v0.3.3 |
619 | 2025-03-11T21:17:35.415Z | Downloaded const-oid v0.9.6 |
620 | 2025-03-11T21:17:35.418Z | Downloaded sct v0.7.1 |
621 | 2025-03-11T21:17:35.420Z | Downloaded endian-type v0.1.2 |
622 | 2025-03-11T21:17:35.423Z | Downloaded colored v2.2.0 |
623 | 2025-03-11T21:17:35.426Z | Downloaded crossbeam-utils v0.8.20 |
624 | 2025-03-11T21:17:35.429Z | Downloaded new_debug_unreachable v1.0.6 |
625 | 2025-03-11T21:17:35.432Z | Downloaded scrypt v0.11.0 |
626 | 2025-03-11T21:17:35.432Z | Downloaded slab v0.4.9 |
627 | 2025-03-11T21:17:35.435Z | Downloaded fxhash v0.2.1 |
628 | 2025-03-11T21:17:35.448Z | Downloaded waitgroup v0.1.2 |
629 | 2025-03-11T21:17:35.448Z | Downloaded tokio-native-tls v0.3.1 |
630 | 2025-03-11T21:17:35.448Z | Downloaded slog-json v2.6.1 |
631 | 2025-03-11T21:17:35.448Z | Downloaded slog-envlogger v2.2.0 |
632 | 2025-03-11T21:17:35.449Z | Downloaded indexmap v1.9.3 |
633 | 2025-03-11T21:17:35.452Z | Downloaded termcolor v1.4.1 |
634 | 2025-03-11T21:17:35.452Z | Downloaded sqlformat v0.2.6 |
635 | 2025-03-11T21:17:35.452Z | Downloaded spki v0.7.3 |
636 | 2025-03-11T21:17:35.455Z | Downloaded headers-core v0.3.0 |
637 | 2025-03-11T21:17:35.458Z | Downloaded foreign-types v0.3.2 |
638 | 2025-03-11T21:17:35.458Z | Downloaded unicase v2.7.0 |
639 | 2025-03-11T21:17:35.462Z | Downloaded tokio-macros v2.5.0 |
640 | 2025-03-11T21:17:35.462Z | Downloaded termios v0.3.3 |
641 | 2025-03-11T21:17:35.465Z | Downloaded newtype_derive v0.1.6 |
642 | 2025-03-11T21:17:35.465Z | Downloaded newline-converter v0.3.0 |
643 | 2025-03-11T21:17:35.468Z | Downloaded utf-8 v0.7.6 |
644 | 2025-03-11T21:17:35.468Z | Downloaded crossbeam-epoch v0.9.18 |
645 | 2025-03-11T21:17:35.471Z | Downloaded darling v0.20.10 |
646 | 2025-03-11T21:17:35.476Z | Downloaded progenitor-macro v0.8.0 |
647 | 2025-03-11T21:17:35.479Z | Downloaded base64 v0.13.1 |
648 | 2025-03-11T21:17:35.482Z | Downloaded daft v0.1.1 |
649 | 2025-03-11T21:17:35.485Z | Downloaded nanorand v0.7.0 |
650 | 2025-03-11T21:17:35.488Z | Downloaded blowfish v0.9.1 |
651 | 2025-03-11T21:17:35.491Z | Downloaded display-error-chain v0.2.2 |
652 | 2025-03-11T21:17:35.491Z | Downloaded nibble_vec v0.1.0 |
653 | 2025-03-11T21:17:35.494Z | Downloaded newtype-uuid v1.2.1 |
654 | 2025-03-11T21:17:35.494Z | Downloaded dirs-sys-next v0.1.2 |
655 | 2025-03-11T21:17:35.497Z | Downloaded zerofrom-derive v0.1.4 |
656 | 2025-03-11T21:17:35.497Z | Downloaded cexpr v0.6.0 |
657 | 2025-03-11T21:17:35.502Z | Downloaded embedded-io v0.6.1 |
658 | 2025-03-11T21:17:35.502Z | Downloaded bytes v1.10.1 |
659 | 2025-03-11T21:17:35.506Z | Downloaded term v0.7.0 |
660 | 2025-03-11T21:17:35.509Z | Downloaded supports-color v3.0.2 |
661 | 2025-03-11T21:17:35.512Z | Downloaded peg v0.8.5 |
662 | 2025-03-11T21:17:35.515Z | Downloaded thiserror-impl-no-std v2.0.2 |
663 | 2025-03-11T21:17:35.518Z | Downloaded sqlparser_derive v0.2.2 |
664 | 2025-03-11T21:17:35.522Z | Downloaded strip-ansi-escapes v0.2.0 |
665 | 2025-03-11T21:17:35.522Z | Downloaded parse-display v0.10.0 |
666 | 2025-03-11T21:17:35.522Z | Downloaded whoami v1.5.2 |
667 | 2025-03-11T21:17:35.525Z | Downloaded bumpalo v3.16.0 |
668 | 2025-03-11T21:17:35.528Z | Downloaded daft-derive v0.1.1 |
669 | 2025-03-11T21:17:35.533Z | Downloaded rpassword v7.3.1 |
670 | 2025-03-11T21:17:35.536Z | Downloaded yoke-derive v0.7.4 |
671 | 2025-03-11T21:17:35.536Z | Downloaded ref-cast-impl v1.0.23 |
672 | 2025-03-11T21:17:35.539Z | Downloaded psl-types v2.0.11 |
673 | 2025-03-11T21:17:35.539Z | Downloaded headers v0.4.0 |
674 | 2025-03-11T21:17:35.544Z | Downloaded siphasher v0.3.11 |
675 | 2025-03-11T21:17:35.548Z | Downloaded rustls-pemfile v2.2.0 |
676 | 2025-03-11T21:17:35.551Z | Downloaded foreign-types-shared v0.3.1 |
677 | 2025-03-11T21:17:35.551Z | Downloaded foreign-types-macros v0.2.3 |
678 | 2025-03-11T21:17:35.554Z | Downloaded openssl-macros v0.1.1 |
679 | 2025-03-11T21:17:35.554Z | Downloaded num_threads v0.1.7 |
680 | 2025-03-11T21:17:35.557Z | Downloaded foreign-types-shared v0.1.1 |
681 | 2025-03-11T21:17:35.557Z | Downloaded salsa20 v0.10.2 |
682 | 2025-03-11T21:17:35.560Z | Downloaded resolv-conf v0.7.0 |
683 | 2025-03-11T21:17:35.560Z | Downloaded simd-adler32 v0.3.7 |
684 | 2025-03-11T21:17:35.563Z | Downloaded indicatif v0.17.11 |
685 | 2025-03-11T21:17:35.567Z | Downloaded signal-hook-mio v0.2.4 |
686 | 2025-03-11T21:17:35.570Z | Downloaded peg-runtime v0.8.5 |
687 | 2025-03-11T21:17:35.574Z | Downloaded thread_local v1.1.8 |
688 | 2025-03-11T21:17:35.574Z | Downloaded thiserror-no-std v2.0.2 |
689 | 2025-03-11T21:17:35.577Z | Downloaded unicode-xid v0.2.6 |
690 | 2025-03-11T21:17:35.580Z | Downloaded unicode-truncate v1.1.0 |
691 | 2025-03-11T21:17:35.583Z | Downloaded stringprep v0.1.5 |
692 | 2025-03-11T21:17:35.583Z | Downloaded pin-utils v0.1.0 |
693 | 2025-03-11T21:17:35.587Z | Downloaded cc v1.2.15 |
694 | 2025-03-11T21:17:35.590Z | Downloaded serde-big-array v0.5.1 |
695 | 2025-03-11T21:17:35.593Z | Downloaded normalize-line-endings v0.3.0 |
696 | 2025-03-11T21:17:35.593Z | Downloaded debug-ignore v1.0.5 |
697 | 2025-03-11T21:17:35.596Z | Downloaded signal-hook-tokio v0.3.1 |
698 | 2025-03-11T21:17:35.600Z | Downloaded sigpipe v0.1.3 |
699 | 2025-03-11T21:17:35.600Z | Downloaded take_mut v0.2.2 |
700 | 2025-03-11T21:17:35.600Z | Downloaded ed25519 v2.2.3 |
701 | 2025-03-11T21:17:35.603Z | Downloaded dyn-clone v1.0.19 |
702 | 2025-03-11T21:17:35.618Z | Downloaded untrusted v0.7.1 |
703 | 2025-03-11T21:17:35.621Z | Downloaded hickory-server v0.24.4 |
704 | 2025-03-11T21:17:35.627Z | Downloaded try-lock v0.2.5 |
705 | 2025-03-11T21:17:35.630Z | Downloaded hickory-resolver v0.24.4 |
706 | 2025-03-11T21:17:35.633Z | Downloaded rand_xorshift v0.3.0 |
707 | 2025-03-11T21:17:35.636Z | Downloaded phf_codegen v0.11.2 |
708 | 2025-03-11T21:17:35.636Z | Downloaded packed_struct_codegen v0.10.1 |
709 | 2025-03-11T21:17:35.639Z | Downloaded packed_struct v0.10.1 |
710 | 2025-03-11T21:17:35.642Z | Downloaded ref-cast v1.0.23 |
711 | 2025-03-11T21:17:35.645Z | Downloaded tokio-tungstenite v0.21.0 |
712 | 2025-03-11T21:17:35.648Z | Downloaded rustls-pemfile v1.0.4 |
713 | 2025-03-11T21:17:35.651Z | Downloaded opaque-debug v0.3.1 |
714 | 2025-03-11T21:17:35.651Z | Downloaded polyval v0.6.2 |
715 | 2025-03-11T21:17:35.655Z | Downloaded path-slash v0.1.5 |
716 | 2025-03-11T21:17:35.658Z | Downloaded futures-task v0.3.31 |
717 | 2025-03-11T21:17:35.658Z | Downloaded serde-hex v0.1.0 |
718 | 2025-03-11T21:17:35.658Z | Downloaded signature v2.2.0 |
719 | 2025-03-11T21:17:35.661Z | Downloaded zip v0.6.6 |
720 | 2025-03-11T21:17:35.664Z | Downloaded phf_shared v0.10.0 |
721 | 2025-03-11T21:17:35.668Z | Downloaded ecdsa v0.16.9 |
722 | 2025-03-11T21:17:35.671Z | Downloaded precomputed-hash v0.1.1 |
723 | 2025-03-11T21:17:35.671Z | Downloaded nu-ansi-term v0.50.1 |
724 | 2025-03-11T21:17:35.674Z | Downloaded similar v2.7.0 |
725 | 2025-03-11T21:17:35.678Z | Downloaded untrusted v0.9.0 |
726 | 2025-03-11T21:17:35.681Z | Downloaded http v1.2.0 |
727 | 2025-03-11T21:17:35.686Z | Downloaded utf8_iter v1.0.4 |
728 | 2025-03-11T21:17:35.689Z | Downloaded tui-tree-widget v0.23.0 |
729 | 2025-03-11T21:17:35.689Z | Downloaded strum_macros v0.25.3 |
730 | 2025-03-11T21:17:35.692Z | Downloaded heapless v0.8.0 |
731 | 2025-03-11T21:17:35.696Z | Downloaded heapless v0.7.17 |
732 | 2025-03-11T21:17:35.701Z | Downloaded structmeta v0.3.0 |
733 | 2025-03-11T21:17:35.704Z | Downloaded postcard v1.0.10 |
734 | 2025-03-11T21:17:35.707Z | Downloaded zone_cfg_derive v0.3.0 |
735 | 2025-03-11T21:17:35.707Z | Downloaded aes-gcm v0.10.3 |
736 | 2025-03-11T21:17:35.711Z | Downloaded num v0.4.3 |
737 | 2025-03-11T21:17:35.714Z | Downloaded r2d2 v0.8.10 |
738 | 2025-03-11T21:17:35.717Z | Downloaded pbkdf2 v0.11.0 |
739 | 2025-03-11T21:17:35.718Z | Downloaded dropshot_endpoint v0.16.0 |
740 | 2025-03-11T21:17:35.721Z | Downloaded tokio-tungstenite v0.24.0 |
741 | 2025-03-11T21:17:35.724Z | Downloaded tokio-tungstenite v0.23.1 |
742 | 2025-03-11T21:17:35.727Z | Downloaded radium v0.7.0 |
743 | 2025-03-11T21:17:35.730Z | Downloaded ppv-lite86 v0.2.20 |
744 | 2025-03-11T21:17:35.730Z | Downloaded powerfmt v0.2.0 |
745 | 2025-03-11T21:17:35.733Z | Downloaded parse-size v1.1.0 |
746 | 2025-03-11T21:17:35.736Z | Downloaded hash32 v0.3.1 |
747 | 2025-03-11T21:17:35.736Z | Downloaded shlex v1.3.0 |
748 | 2025-03-11T21:17:35.739Z | Downloaded scopeguard v1.2.0 |
749 | 2025-03-11T21:17:35.739Z | Downloaded sec1 v0.7.3 |
750 | 2025-03-11T21:17:35.742Z | Downloaded slog-stdlog v4.1.1 |
751 | 2025-03-11T21:17:35.745Z | Downloaded vsss-rs v3.3.4 |
752 | 2025-03-11T21:17:35.748Z | Downloaded uzers v0.12.1 |
753 | 2025-03-11T21:17:35.751Z | Downloaded progenitor-client v0.9.1 |
754 | 2025-03-11T21:17:35.751Z | Downloaded structmeta-derive v0.3.0 |
755 | 2025-03-11T21:17:35.754Z | Downloaded stable_deref_trait v1.2.0 |
756 | 2025-03-11T21:17:35.754Z | Downloaded slog-scope v4.4.0 |
757 | 2025-03-11T21:17:35.759Z | Downloaded displaydoc v0.2.5 |
758 | 2025-03-11T21:17:35.762Z | Downloaded pkcs1 v0.7.5 |
759 | 2025-03-11T21:17:35.765Z | Downloaded tabwriter v1.4.0 |
760 | 2025-03-11T21:17:35.765Z | Downloaded flagset v0.4.6 |
761 | 2025-03-11T21:17:35.768Z | Downloaded zone v0.3.0 |
762 | 2025-03-11T21:17:35.768Z | Downloaded zeroize_derive v1.4.2 |
763 | 2025-03-11T21:17:35.771Z | Downloaded zone v0.1.8 |
764 | 2025-03-11T21:17:35.771Z | Downloaded owo-colors v4.2.0 |
765 | 2025-03-11T21:17:35.774Z | Downloaded futures v0.3.31 |
766 | 2025-03-11T21:17:35.780Z | Downloaded downcast v0.11.0 |
767 | 2025-03-11T21:17:35.783Z | Downloaded hash32 v0.2.1 |
768 | 2025-03-11T21:17:35.786Z | Downloaded xattr v1.3.1 |
769 | 2025-03-11T21:17:35.789Z | Downloaded group v0.13.0 |
770 | 2025-03-11T21:17:35.789Z | Downloaded itertools v0.12.1 |
771 | 2025-03-11T21:17:35.798Z | Downloaded pbkdf2 v0.12.2 |
772 | 2025-03-11T21:17:35.801Z | Downloaded parking_lot_core v0.8.6 |
773 | 2025-03-11T21:17:35.804Z | Downloaded tower v0.5.2 |
774 | 2025-03-11T21:17:35.814Z | Downloaded proc-macro-crate v1.3.1 |
775 | 2025-03-11T21:17:35.817Z | Downloaded same-file v1.0.6 |
776 | 2025-03-11T21:17:35.817Z | Downloaded parse-display-derive v0.10.0 |
777 | 2025-03-11T21:17:35.820Z | Downloaded twox-hash v2.1.0 |
778 | 2025-03-11T21:17:35.823Z | Downloaded tracing-attributes v0.1.27 |
779 | 2025-03-11T21:17:35.826Z | Downloaded vte_generate_state_changes v0.1.2 |
780 | 2025-03-11T21:17:35.826Z | Downloaded tabled_derive v0.10.0 |
781 | 2025-03-11T21:17:35.828Z | Downloaded strum_macros v0.26.4 |
782 | 2025-03-11T21:17:35.831Z | Downloaded darling_macro v0.20.10 |
783 | 2025-03-11T21:17:35.831Z | Downloaded wait-timeout v0.2.0 |
784 | 2025-03-11T21:17:35.834Z | Downloaded zip v2.1.3 |
785 | 2025-03-11T21:17:35.839Z | Downloaded num-conv v0.1.0 |
786 | 2025-03-11T21:17:35.841Z | Downloaded document-features v0.2.10 |
787 | 2025-03-11T21:17:35.841Z | Downloaded dirs-next v2.0.0 |
788 | 2025-03-11T21:17:35.844Z | Downloaded difflib v0.4.0 |
789 | 2025-03-11T21:17:35.847Z | Downloaded parking_lot v0.11.2 |
790 | 2025-03-11T21:17:35.847Z | Downloaded itertools v0.10.5 |
791 | 2025-03-11T21:17:35.854Z | Downloaded parking_lot_core v0.9.10 |
792 | 2025-03-11T21:17:35.857Z | Downloaded vergen v8.3.2 |
793 | 2025-03-11T21:17:35.860Z | Downloaded steno v0.4.1 |
794 | 2025-03-11T21:17:35.866Z | Downloaded rand_seeder v0.3.0 |
795 | 2025-03-11T21:17:35.870Z | Downloaded rand_core v0.6.4 |
796 | 2025-03-11T21:17:35.873Z | Downloaded rand_chacha v0.3.1 |
797 | 2025-03-11T21:17:35.873Z | Downloaded paste v1.0.15 |
798 | 2025-03-11T21:17:35.876Z | Downloaded want v0.3.1 |
799 | 2025-03-11T21:17:35.876Z | Downloaded russh-keys v0.45.0 |
800 | 2025-03-11T21:17:35.880Z | Downloaded snafu-derive v0.8.5 |
801 | 2025-03-11T21:17:35.883Z | Downloaded zopfli v0.8.1 |
802 | 2025-03-11T21:17:35.885Z | Downloaded tungstenite v0.23.0 |
803 | 2025-03-11T21:17:35.891Z | Downloaded universal-hash v0.5.1 |
804 | 2025-03-11T21:17:35.894Z | Downloaded tls_codec v0.4.1 |
805 | 2025-03-11T21:17:35.894Z | Downloaded ssh-cipher v0.2.0 |
806 | 2025-03-11T21:17:35.894Z | Downloaded num-derive v0.4.2 |
807 | 2025-03-11T21:17:35.898Z | Downloaded float-ord v0.3.2 |
808 | 2025-03-11T21:17:35.898Z | Downloaded float-cmp v0.10.0 |
809 | 2025-03-11T21:17:35.901Z | Downloaded ghash v0.5.1 |
810 | 2025-03-11T21:17:35.901Z | Downloaded deranged v0.3.11 |
811 | 2025-03-11T21:17:35.904Z | Downloaded derive_builder_core v0.20.2 |
812 | 2025-03-11T21:17:35.907Z | Downloaded hyper v1.6.0 |
813 | 2025-03-11T21:17:35.913Z | Downloaded phf_generator v0.11.2 |
814 | 2025-03-11T21:17:35.916Z | Downloaded parking_lot v0.12.3 |
815 | 2025-03-11T21:17:35.918Z | Downloaded smf v0.2.3 |
816 | 2025-03-11T21:17:35.921Z | Downloaded rustversion v1.0.17 |
817 | 2025-03-11T21:17:35.924Z | Downloaded sync_wrapper v1.0.1 |
818 | 2025-03-11T21:17:35.924Z | Downloaded rustc-hash v1.1.0 |
819 | 2025-03-11T21:17:35.924Z | Downloaded foldhash v0.1.3 |
820 | 2025-03-11T21:17:35.929Z | Downloaded rustc-demangle v0.1.24 |
821 | 2025-03-11T21:17:35.929Z | Downloaded pin-project-internal v1.1.6 |
822 | 2025-03-11T21:17:35.932Z | Downloaded futures-executor v0.3.31 |
823 | 2025-03-11T21:17:35.932Z | Downloaded rand_core v0.9.2 |
824 | 2025-03-11T21:17:35.935Z | Downloaded signal-hook v0.3.17 |
825 | 2025-03-11T21:17:35.938Z | Downloaded number_prefix v0.4.0 |
826 | 2025-03-11T21:17:35.941Z | Downloaded subtle v2.6.1 |
827 | 2025-03-11T21:17:35.941Z | Downloaded openssl-probe v0.1.5 |
828 | 2025-03-11T21:17:35.941Z | Downloaded smallvec v0.6.14 |
829 | 2025-03-11T21:17:35.944Z | Downloaded password-hash v0.4.2 |
830 | 2025-03-11T21:17:35.947Z | Downloaded olpc-cjson v0.1.4 |
831 | 2025-03-11T21:17:35.948Z | Downloaded serde_with_macros v3.12.0 |
832 | 2025-03-11T21:17:35.950Z | Downloaded blake3 v1.5.4 |
833 | 2025-03-11T21:17:35.958Z | Downloaded zerofrom v0.1.4 |
834 | 2025-03-11T21:17:35.961Z | Downloaded tiny-keccak v2.0.2 |
835 | 2025-03-11T21:17:35.964Z | Downloaded rtoolbox v0.0.2 |
836 | 2025-03-11T21:17:35.964Z | Downloaded write16 v1.0.0 |
837 | 2025-03-11T21:17:35.967Z | Downloaded futures-macro v0.3.31 |
838 | 2025-03-11T21:17:35.967Z | Downloaded pretty-hex v0.2.1 |
839 | 2025-03-11T21:17:35.970Z | Downloaded predicates-core v1.0.8 |
840 | 2025-03-11T21:17:35.970Z | Downloaded num-complex v0.4.6 |
841 | 2025-03-11T21:17:35.973Z | Downloaded futures-core v0.3.31 |
842 | 2025-03-11T21:17:35.976Z | Downloaded diesel-dtrace v0.4.2 |
843 | 2025-03-11T21:17:35.976Z | Downloaded subprocess v0.2.9 |
844 | 2025-03-11T21:17:35.979Z | Downloaded phf_shared v0.11.2 |
845 | 2025-03-11T21:17:35.982Z | Downloaded russh-cryptovec v0.7.3 |
846 | 2025-03-11T21:17:35.982Z | Downloaded termtree v0.5.1 |
847 | 2025-03-11T21:17:35.985Z | Downloaded rustc-hash v2.1.1 |
848 | 2025-03-11T21:17:35.986Z | Downloaded tinystr v0.7.6 |
849 | 2025-03-11T21:17:35.989Z | Downloaded unicode-normalization v0.1.24 |
850 | 2025-03-11T21:17:35.992Z | Downloaded diesel_table_macro_syntax v0.2.0 |
851 | 2025-03-11T21:17:35.992Z | Downloaded aho-corasick v1.1.3 |
852 | 2025-03-11T21:17:35.998Z | Downloaded curve25519-dalek-derive v0.1.1 |
853 | 2025-03-11T21:17:36.003Z | Downloaded secrecy v0.8.0 |
854 | 2025-03-11T21:17:36.007Z | Downloaded schemars_derive v0.8.22 |
855 | 2025-03-11T21:17:36.007Z | Downloaded num_enum v0.5.11 |
856 | 2025-03-11T21:17:36.011Z | Downloaded serde_repr v0.1.19 |
857 | 2025-03-11T21:17:36.014Z | Downloaded proc-macro-error-attr2 v2.0.0 |
858 | 2025-03-11T21:17:36.017Z | Downloaded wyz v0.5.1 |
859 | 2025-03-11T21:17:36.017Z | Downloaded toolchain_find v0.4.0 |
860 | 2025-03-11T21:17:36.020Z | Downloaded writeable v0.5.5 |
861 | 2025-03-11T21:17:36.020Z | Downloaded data-encoding v2.6.0 |
862 | 2025-03-11T21:17:36.024Z | Downloaded percent-encoding v2.3.1 |
863 | 2025-03-11T21:17:36.024Z | Downloaded phf v0.11.2 |
864 | 2025-03-11T21:17:36.027Z | Downloaded futures-channel v0.3.31 |
865 | 2025-03-11T21:17:36.027Z | Downloaded postgres-protocol v0.6.8 |
866 | 2025-03-11T21:17:36.030Z | Downloaded fd-lock v4.0.2 |
867 | 2025-03-11T21:17:36.033Z | Downloaded tower-service v0.3.3 |
868 | 2025-03-11T21:17:36.033Z | Downloaded fallible-iterator v0.2.0 |
869 | 2025-03-11T21:17:36.036Z | Downloaded pin-project v1.1.6 |
870 | 2025-03-11T21:17:36.060Z | Downloaded num-iter v0.1.45 |
871 | 2025-03-11T21:17:36.065Z | Downloaded aws-lc-rs v1.12.4 |
872 | 2025-03-11T21:17:36.065Z | Downloaded rusty-fork v0.3.0 |
873 | 2025-03-11T21:17:36.065Z | Downloaded progenitor v0.8.0 |
874 | 2025-03-11T21:17:36.065Z | Downloaded typify-macro v0.3.0 |
875 | 2025-03-11T21:17:36.065Z | Downloaded omicron-zone-package v0.12.0 |
876 | 2025-03-11T21:17:36.068Z | Downloaded socket2 v0.5.8 |
877 | 2025-03-11T21:17:36.073Z | Downloaded snafu v0.8.5 |
878 | 2025-03-11T21:17:36.077Z | Downloaded time-macros v0.2.18 |
879 | 2025-03-11T21:17:36.080Z | Downloaded signal-hook-registry v1.4.2 |
880 | 2025-03-11T21:17:36.083Z | Downloaded getrandom v0.3.1 |
881 | 2025-03-11T21:17:36.087Z | Downloaded time v0.3.36 |
882 | 2025-03-11T21:17:36.093Z | Downloaded qorb v0.2.1 |
883 | 2025-03-11T21:17:36.097Z | Downloaded quick-xml v0.37.2 |
884 | 2025-03-11T21:17:36.104Z | Downloaded derive_builder v0.20.2 |
885 | 2025-03-11T21:17:36.110Z | Downloaded num-rational v0.4.2 |
886 | 2025-03-11T21:17:36.113Z | Downloaded bindgen v0.69.5 |
887 | 2025-03-11T21:17:36.120Z | Downloaded peg-macros v0.8.5 |
888 | 2025-03-11T21:17:36.123Z | Downloaded diesel_derives v2.2.3 |
889 | 2025-03-11T21:17:36.127Z | Downloaded parse-zoneinfo v0.3.1 |
890 | 2025-03-11T21:17:36.131Z | Downloaded rustls-webpki v0.102.8 |
891 | 2025-03-11T21:17:36.150Z | Downloaded oso v0.27.3 |
892 | 2025-03-11T21:17:36.153Z | Downloaded flume v0.11.1 |
893 | 2025-03-11T21:17:36.157Z | Downloaded zerocopy-derive v0.8.10 |
894 | 2025-03-11T21:17:36.164Z | Downloaded rsa v0.9.6 |
895 | 2025-03-11T21:17:36.169Z | Downloaded test-strategy v0.4.0 |
896 | 2025-03-11T21:17:36.174Z | Downloaded fatfs v0.3.6 |
897 | 2025-03-11T21:17:36.177Z | Downloaded hashbrown v0.13.2 |
898 | 2025-03-11T21:17:36.182Z | Downloaded expectorate v1.1.0 |
899 | 2025-03-11T21:17:36.185Z | Downloaded hashbrown v0.12.3 |
900 | 2025-03-11T21:17:36.189Z | Downloaded samael v0.0.18 |
901 | 2025-03-11T21:17:36.196Z | Downloaded rand v0.8.5 |
902 | 2025-03-11T21:17:36.199Z | Downloaded bindgen v0.71.1 |
903 | 2025-03-11T21:17:36.210Z | Downloaded pretty_assertions v1.4.1 |
904 | 2025-03-11T21:17:36.213Z | Downloaded salty v0.3.0 |
905 | 2025-03-11T21:17:36.218Z | Downloaded toml_edit v0.19.15 |
906 | 2025-03-11T21:17:36.237Z | Downloaded futures-util v0.3.31 |
907 | 2025-03-11T21:17:36.249Z | Downloaded bitvec v1.0.1 |
908 | 2025-03-11T21:17:36.268Z | Downloaded rayon v1.10.0 |
909 | 2025-03-11T21:17:36.278Z | Downloaded russh v0.45.0 |
910 | 2025-03-11T21:17:36.284Z | Downloaded portable-atomic v1.9.0 |
911 | 2025-03-11T21:17:36.292Z | Downloaded h2 v0.4.6 |
912 | 2025-03-11T21:17:36.299Z | Downloaded typed-path v0.9.3 |
913 | 2025-03-11T21:17:36.306Z | Downloaded rustls-webpki v0.101.7 |
914 | 2025-03-11T21:17:36.321Z | Downloaded p384 v0.13.0 |
915 | 2025-03-11T21:17:36.328Z | Downloaded zerocopy v0.8.10 |
916 | 2025-03-11T21:17:36.354Z | Downloaded winnow v0.6.20 |
917 | 2025-03-11T21:17:36.363Z | Downloaded radix_trie v0.2.1 |
918 | 2025-03-11T21:17:36.369Z | Downloaded git2 v0.19.0 |
919 | 2025-03-11T21:17:36.379Z | Downloaded openssl v0.10.71 |
920 | 2025-03-11T21:17:36.391Z | Downloaded unicode-width v0.2.0 |
921 | 2025-03-11T21:17:36.398Z | Downloaded vcpkg v0.2.15 |
922 | 2025-03-11T21:17:36.437Z | Downloaded gimli v0.31.1 |
923 | 2025-03-11T21:17:36.446Z | Downloaded polar-core v0.27.3 |
924 | 2025-03-11T21:17:36.455Z | Downloaded chrono-tz v0.10.1 |
925 | 2025-03-11T21:17:36.463Z | Downloaded dropshot v0.16.0 |
926 | 2025-03-11T21:17:36.486Z | Downloaded regex-syntax v0.6.29 |
927 | 2025-03-11T21:17:36.494Z | Downloaded dropshot v0.12.0 |
928 | 2025-03-11T21:17:36.515Z | Downloaded regex v1.11.1 |
929 | 2025-03-11T21:17:36.528Z | Downloaded regress v0.10.3 |
930 | 2025-03-11T21:17:36.538Z | Downloaded tabled v0.18.0 |
931 | 2025-03-11T21:17:36.556Z | Downloaded webpki-roots v0.26.6 |
932 | 2025-03-11T21:17:36.560Z | Downloaded object v0.30.4 |
933 | 2025-03-11T21:17:36.571Z | Downloaded rustls v0.23.19 |
934 | 2025-03-11T21:17:36.585Z | Downloaded regex-syntax v0.8.5 |
935 | 2025-03-11T21:17:36.594Z | Downloaded rustls v0.21.12 |
936 | 2025-03-11T21:17:36.604Z | Downloaded ratatui v0.29.0 |
937 | 2025-03-11T21:17:36.625Z | Downloaded smoltcp v0.11.0 |
938 | 2025-03-11T21:17:36.638Z | Downloaded diesel v2.2.8 |
939 | 2025-03-11T21:17:36.658Z | Downloaded object v0.36.5 |
940 | 2025-03-11T21:17:36.674Z | Downloaded rustls v0.22.4 |
941 | 2025-03-11T21:17:36.683Z | Downloaded curve25519-dalek v4.1.3 |
942 | 2025-03-11T21:17:36.692Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
943 | 2025-03-11T21:17:36.705Z | Downloaded openapiv3 v2.0.0 |
944 | 2025-03-11T21:17:36.717Z | Downloaded typify-impl v0.2.0 |
945 | 2025-03-11T21:17:36.734Z | Downloaded sled v0.34.7 |
946 | 2025-03-11T21:17:36.745Z | Downloaded nix v0.29.0 |
947 | 2025-03-11T21:17:36.761Z | Downloaded hickory-proto v0.24.4 |
948 | 2025-03-11T21:17:36.772Z | Downloaded typify-impl v0.3.0 |
949 | 2025-03-11T21:17:36.788Z | Downloaded tokio v1.43.0 |
950 | 2025-03-11T21:17:36.826Z | Downloaded nix v0.28.0 |
951 | 2025-03-11T21:17:36.837Z | Downloaded bstr v1.10.0 |
952 | 2025-03-11T21:17:36.848Z | Downloaded nix v0.27.1 |
953 | 2025-03-11T21:17:36.858Z | Downloaded zerocopy-derive v0.6.6 |
954 | 2025-03-11T21:17:36.869Z | Downloaded smoltcp v0.9.1 |
955 | 2025-03-11T21:17:36.880Z | Downloaded sha3 v0.10.8 |
956 | 2025-03-11T21:17:36.885Z | Downloaded csv v1.3.1 |
957 | 2025-03-11T21:17:36.905Z | Downloaded regex-automata v0.4.8 |
958 | 2025-03-11T21:17:36.921Z | Downloaded serde_with v3.12.0 |
959 | 2025-03-11T21:17:36.930Z | Downloaded petgraph v0.6.5 |
960 | 2025-03-11T21:17:36.947Z | Downloaded petgraph v0.7.1 |
961 | 2025-03-11T21:17:36.965Z | Downloaded lzma-sys v0.1.20 |
962 | 2025-03-11T21:17:36.996Z | Downloaded quinn-proto v0.11.8 |
963 | 2025-03-11T21:17:37.000Z | Downloaded petname v2.0.2 |
964 | 2025-03-11T21:17:37.005Z | Downloaded ssh-key v0.6.6 |
965 | 2025-03-11T21:17:37.012Z | Downloaded libz-sys v1.1.20 |
966 | 2025-03-11T21:17:37.033Z | Downloaded zerovec v0.10.4 |
967 | 2025-03-11T21:17:37.038Z | Downloaded reqwest v0.12.12 |
968 | 2025-03-11T21:17:37.047Z | Downloaded lalrpop v0.19.12 |
969 | 2025-03-11T21:17:37.058Z | Downloaded tokio-postgres v0.7.13 |
970 | 2025-03-11T21:17:37.063Z | Downloaded icu_properties_data v1.5.0 |
971 | 2025-03-11T21:17:37.073Z | Downloaded prettyplease v0.2.30 |
972 | 2025-03-11T21:17:37.077Z | Downloaded tokio-util v0.7.13 |
973 | 2025-03-11T21:17:37.084Z | Downloaded num-bigint-dig v0.8.4 |
974 | 2025-03-11T21:17:37.089Z | Downloaded x509-cert v0.2.5 |
975 | 2025-03-11T21:17:37.095Z | Downloaded openssl-sys v0.9.106 |
976 | 2025-03-11T21:17:37.100Z | Downloaded ed25519-dalek v2.1.1 |
977 | 2025-03-11T21:17:37.103Z | Downloaded flate2 v1.1.0 |
978 | 2025-03-11T21:17:37.108Z | Downloaded sqlparser v0.45.0 |
979 | 2025-03-11T21:17:37.113Z | Downloaded proptest v1.6.0 |
980 | 2025-03-11T21:17:37.122Z | Downloaded chrono v0.4.40 |
981 | 2025-03-11T21:17:37.130Z | Downloaded derive-where v1.2.7 |
982 | 2025-03-11T21:17:37.133Z | Downloaded slog-term v2.9.1 |
983 | 2025-03-11T21:17:37.136Z | Downloaded slog v2.7.0 |
984 | 2025-03-11T21:17:37.139Z | Downloaded p521 v0.13.3 |
985 | 2025-03-11T21:17:37.142Z | Downloaded toml v0.7.8 |
986 | 2025-03-11T21:17:37.145Z | Downloaded nom v7.1.3 |
987 | 2025-03-11T21:17:37.151Z | Downloaded serde_urlencoded v0.7.1 |
988 | 2025-03-11T21:17:37.155Z | Downloaded pem-rfc7468 v0.7.0 |
989 | 2025-03-11T21:17:37.158Z | Downloaded pem v3.0.5 |
990 | 2025-03-11T21:17:37.159Z | Downloaded postgres-types v0.2.9 |
991 | 2025-03-11T21:17:37.162Z | Downloaded winnow v0.5.40 |
992 | 2025-03-11T21:17:37.167Z | Downloaded fixedbitset v0.5.7 |
993 | 2025-03-11T21:17:37.170Z | Downloaded walkdir v2.5.0 |
994 | 2025-03-11T21:17:37.173Z | Downloaded fixedbitset v0.4.2 |
995 | 2025-03-11T21:17:37.173Z | Downloaded ff v0.13.0 |
996 | 2025-03-11T21:17:37.176Z | Downloaded num-traits v0.2.19 |
997 | 2025-03-11T21:17:37.176Z | Downloaded primeorder v0.13.6 |
998 | 2025-03-11T21:17:37.179Z | Downloaded quinn v0.11.5 |
999 | 2025-03-11T21:17:37.182Z | Downloaded num-bigint v0.4.6 |
1000 | 2025-03-11T21:17:37.185Z | Downloaded diff v0.1.13 |
1001 | 2025-03-11T21:17:37.188Z | Downloaded hkdf v0.12.4 |
1002 | 2025-03-11T21:17:37.191Z | Downloaded filetime v0.2.25 |
1003 | 2025-03-11T21:17:37.194Z | Downloaded smallvec v1.14.0 |
1004 | 2025-03-11T21:17:37.194Z | Downloaded p256 v0.13.2 |
1005 | 2025-03-11T21:17:37.197Z | Downloaded tar v0.4.44 |
1006 | 2025-03-11T21:17:37.201Z | Downloaded serde_yaml v0.9.34+deprecated |
1007 | 2025-03-11T21:17:37.204Z | Downloaded encoding_rs v0.8.34 |
1008 | 2025-03-11T21:17:37.225Z | Downloaded ring v0.17.11 |
1009 | 2025-03-11T21:17:37.267Z | Downloaded schemars v0.8.22 |
1010 | 2025-03-11T21:17:37.277Z | Downloaded derive_builder_macro v0.20.2 |
1011 | 2025-03-11T21:17:37.280Z | Downloaded progenitor v0.9.1 |
1012 | 2025-03-11T21:17:37.280Z | Downloaded slog-async v2.8.0 |
1013 | 2025-03-11T21:17:37.283Z | Downloaded tracing v0.1.40 |
1014 | 2025-03-11T21:17:37.287Z | Downloaded semver v0.1.20 |
1015 | 2025-03-11T21:17:37.287Z | Downloaded tls_codec_derive v0.4.1 |
1016 | 2025-03-11T21:17:37.290Z | Downloaded synstructure v0.13.1 |
1017 | 2025-03-11T21:17:37.290Z | Downloaded num-integer v0.1.46 |
1018 | 2025-03-11T21:17:37.293Z | Downloaded der_derive v0.7.3 |
1019 | 2025-03-11T21:17:37.293Z | Downloaded progenitor-impl v0.8.0 |
1020 | 2025-03-11T21:17:37.296Z | Downloaded tungstenite v0.24.0 |
1021 | 2025-03-11T21:17:37.299Z | Downloaded tungstenite v0.21.0 |
1022 | 2025-03-11T21:17:37.302Z | Downloaded which v4.4.2 |
1023 | 2025-03-11T21:17:37.305Z | Downloaded tough v0.19.0 |
1024 | 2025-03-11T21:17:37.311Z | Downloaded rand v0.9.0 |
1025 | 2025-03-11T21:17:37.316Z | Downloaded unsafe-libyaml v0.2.11 |
1026 | 2025-03-11T21:17:37.318Z | Downloaded rustyline v14.0.0 |
1027 | 2025-03-11T21:17:37.323Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1028 | 2025-03-11T21:17:37.381Z | Downloaded itertools v0.14.0 |
1029 | 2025-03-11T21:17:37.387Z | Downloaded typify v0.3.0 |
1030 | 2025-03-11T21:17:37.391Z | Downloaded elliptic-curve v0.13.8 |
1031 | 2025-03-11T21:17:37.394Z | Downloaded der v0.7.9 |
1032 | 2025-03-11T21:17:37.399Z | Downloaded unicode-segmentation v1.12.0 |
1033 | 2025-03-11T21:17:37.402Z | Downloaded unicode_categories v0.1.1 |
1034 | 2025-03-11T21:17:37.405Z | Downloaded oxnet v0.1.1 |
1035 | 2025-03-11T21:17:37.408Z | Downloaded tinyvec v1.8.0 |
1036 | 2025-03-11T21:17:37.411Z | Downloaded rayon-core v1.12.1 |
1037 | 2025-03-11T21:17:37.414Z | Downloaded reedline v0.38.0 |
1038 | 2025-03-11T21:17:37.419Z | Downloaded itertools v0.13.0 |
1039 | 2025-03-11T21:17:37.426Z | Downloaded idna v1.0.3 |
1040 | 2025-03-11T21:17:37.429Z | Downloaded tracing-core v0.1.32 |
1041 | 2025-03-11T21:17:37.432Z | Downloaded tinyvec_macros v0.1.1 |
1042 | 2025-03-11T21:17:37.435Z | Downloaded typify-macro v0.2.0 |
1043 | 2025-03-11T21:17:37.435Z | Downloaded tap v1.0.1 |
1044 | 2025-03-11T21:17:37.435Z | Downloaded zerovec-derive v0.10.3 |
1045 | 2025-03-11T21:17:37.440Z | Downloaded const_format v0.2.34 |
1046 | 2025-03-11T21:17:37.443Z | Downloaded vte v0.11.1 |
1047 | 2025-03-11T21:17:37.443Z | Downloaded value-bag v1.9.0 |
1048 | 2025-03-11T21:17:37.446Z | Downloaded uuid v1.15.1 |
1049 | 2025-03-11T21:17:37.449Z | Downloaded rcgen v0.12.1 |
1050 | 2025-03-11T21:17:37.452Z | Downloaded globset v0.4.15 |
1051 | 2025-03-11T21:17:37.454Z | Downloaded glob v0.3.2 |
1052 | 2025-03-11T21:17:37.455Z | Downloaded quinn-udp v0.5.5 |
1053 | 2025-03-11T21:17:37.457Z | Downloaded futures-io v0.3.31 |
1054 | 2025-03-11T21:17:37.457Z | Downloaded predicates v3.1.3 |
1055 | 2025-03-11T21:17:37.462Z | Downloaded libxml v0.3.3 |
1056 | 2025-03-11T21:17:37.465Z | Downloaded libm v0.2.8 |
1057 | 2025-03-11T21:17:37.471Z | Downloaded publicsuffix v2.3.0 |
1058 | 2025-03-11T21:17:37.474Z | Downloaded getrandom v0.2.15 |
1059 | 2025-03-11T21:17:37.480Z | Downloaded env_logger v0.11.5 |
1060 | 2025-03-11T21:17:37.483Z | Downloaded env_logger v0.10.2 |
1061 | 2025-03-11T21:17:37.483Z | Downloaded zeroize v1.8.1 |
1062 | 2025-03-11T21:17:37.483Z | Downloaded rustls-pki-types v1.10.0 |
1063 | 2025-03-11T21:17:37.487Z | Downloaded crossterm v0.28.1 |
1064 | 2025-03-11T21:17:37.492Z | Downloaded slog-bunyan v2.5.0 |
1065 | 2025-03-11T21:17:37.495Z | Downloaded unicode-properties v0.1.3 |
1066 | 2025-03-11T21:17:37.495Z | Downloaded url v2.5.3 |
1067 | 2025-03-11T21:17:37.498Z | Downloaded rustc_version v0.1.7 |
1068 | 2025-03-11T21:17:37.502Z | Downloaded dropshot_endpoint v0.12.0 |
1069 | 2025-03-11T21:17:37.505Z | Downloaded ron v0.8.1 |
1070 | 2025-03-11T21:17:37.508Z | Downloaded nodrop v0.1.14 |
1071 | 2025-03-11T21:17:37.510Z | Downloaded env_filter v0.1.2 |
1072 | 2025-03-11T21:17:37.510Z | Downloaded embedded-io v0.4.0 |
1073 | 2025-03-11T21:17:37.513Z | Downloaded darling_core v0.20.10 |
1074 | 2025-03-11T21:17:37.516Z | Downloaded yansi v1.0.1 |
1075 | 2025-03-11T21:17:37.519Z | Downloaded zone_cfg_derive v0.1.2 |
1076 | 2025-03-11T21:17:37.519Z | Downloaded futures-sink v0.3.31 |
1077 | 2025-03-11T21:17:37.519Z | Downloaded either v1.14.0 |
1078 | 2025-03-11T21:17:37.522Z | Downloaded pin-project-lite v0.2.14 |
1079 | 2025-03-11T21:17:37.525Z | Downloaded zerocopy v0.6.6 |
1080 | 2025-03-11T21:17:37.528Z | Downloaded tokio-rustls v0.24.1 |
1081 | 2025-03-11T21:17:37.531Z | Downloaded papergrid v0.14.0 |
1082 | 2025-03-11T21:17:37.535Z | Downloaded mio v1.0.2 |
1083 | 2025-03-11T21:17:37.539Z | Downloaded aes v0.8.4 |
1084 | 2025-03-11T21:17:37.542Z | Downloaded defmt v0.3.8 |
1085 | 2025-03-11T21:17:37.545Z | Downloaded progenitor-impl v0.9.1 |
1086 | 2025-03-11T21:17:37.548Z | Downloaded oso-derive v0.27.3 |
1087 | 2025-03-11T21:17:37.548Z | Downloaded poly1305 v0.8.0 |
1088 | 2025-03-11T21:17:37.551Z | Downloaded xz2 v0.1.7 |
1089 | 2025-03-11T21:17:37.554Z | Downloaded crossbeam-channel v0.5.13 |
1090 | 2025-03-11T21:17:37.557Z | Downloaded tokio-stream v0.1.17 |
1091 | 2025-03-11T21:17:37.560Z | Downloaded tokio-rustls v0.26.0 |
1092 | 2025-03-11T21:17:37.563Z | Downloaded tokio-rustls v0.25.0 |
1093 | 2025-03-11T21:17:37.566Z | Downloaded pkcs5 v0.7.1 |
1094 | 2025-03-11T21:17:37.570Z | Downloaded base64 v0.21.7 |
1095 | 2025-03-11T21:17:37.573Z | Downloaded half v2.4.1 |
1096 | 2025-03-11T21:17:37.576Z | Downloaded unicode-bidi v0.3.17 |
1097 | 2025-03-11T21:17:37.579Z | Downloaded time-core v0.1.2 |
1098 | 2025-03-11T21:17:37.580Z | Downloaded strum v0.26.3 |
1099 | 2025-03-11T21:17:37.580Z | Downloaded ssh-encoding v0.2.0 |
1100 | 2025-03-11T21:17:37.583Z | Downloaded num_enum_derive v0.5.11 |
1101 | 2025-03-11T21:17:37.583Z | Downloaded funty v2.0.0 |
1102 | 2025-03-11T21:17:37.583Z | Downloaded foreign-types v0.5.0 |
1103 | 2025-03-11T21:17:37.583Z | Downloaded minimal-lexical v0.2.1 |
1104 | 2025-03-11T21:17:37.586Z | Downloaded icu_collections v1.5.0 |
1105 | 2025-03-11T21:17:37.592Z | Downloaded defmt-parser v0.3.4 |
1106 | 2025-03-11T21:17:37.595Z | Downloaded defmt-macros v0.3.9 |
1107 | 2025-03-11T21:17:37.598Z | Downloaded serde_derive_internals v0.29.1 |
1108 | 2025-03-11T21:17:37.598Z | Downloaded yoke v0.7.4 |
1109 | 2025-03-11T21:17:37.601Z | Downloaded proc-macro-error2 v2.0.1 |
1110 | 2025-03-11T21:17:37.604Z | Downloaded derive_more v0.99.19 |
1111 | 2025-03-11T21:17:37.607Z | Downloaded base64 v0.22.1 |
1112 | 2025-03-11T21:17:37.609Z | Downloaded unarray v0.1.4 |
1113 | 2025-03-11T21:17:37.612Z | Downloaded string_cache v0.8.7 |
1114 | 2025-03-11T21:17:37.612Z | Downloaded static_assertions v1.1.0 |
1115 | 2025-03-11T21:17:37.615Z | Downloaded typify v0.2.0 |
1116 | 2025-03-11T21:17:37.618Z | Downloaded pkg-config v0.3.31 |
1117 | 2025-03-11T21:17:37.618Z | Downloaded password-hash v0.5.0 |
1118 | 2025-03-11T21:17:37.623Z | Downloaded ron v0.7.1 |
1119 | 2025-03-11T21:17:37.626Z | Downloaded icu_properties v1.5.1 |
1120 | 2025-03-11T21:17:37.628Z | Downloaded hyper-util v0.1.10 |
1121 | 2025-03-11T21:17:37.632Z | Downloaded serde_path_to_error v0.1.16 |
1122 | 2025-03-11T21:17:37.632Z | Downloaded native-tls v0.2.12 |
1123 | 2025-03-11T21:17:37.635Z | Downloaded fs_extra v1.3.0 |
1124 | 2025-03-11T21:17:37.635Z | Downloaded crc v3.2.1 |
1125 | 2025-03-11T21:17:37.638Z | Downloaded bzip2 v0.4.4 |
1126 | 2025-03-11T21:17:37.641Z | Downloaded progenitor-macro v0.9.1 |
1127 | 2025-03-11T21:17:37.641Z | Downloaded predicates-tree v1.0.11 |
1128 | 2025-03-11T21:17:37.641Z | Downloaded pkcs8 v0.10.2 |
1129 | 2025-03-11T21:17:37.644Z | Downloaded enum-as-inner v0.6.1 |
1130 | 2025-03-11T21:17:37.647Z | Downloaded des v0.8.1 |
1131 | 2025-03-11T21:17:37.647Z | Downloaded compact_str v0.8.0 |
1132 | 2025-03-11T21:17:37.650Z | Downloaded chacha20poly1305 v0.10.1 |
1133 | 2025-03-11T21:17:37.653Z | Downloaded backtrace v0.3.74 |
1134 | 2025-03-11T21:17:37.656Z | Downloaded yasna v0.5.2 |
1135 | 2025-03-11T21:17:37.659Z | Downloaded crypto-bigint v0.5.5 |
1136 | 2025-03-11T21:17:37.664Z | Downloaded arc-swap v1.7.1 |
1137 | 2025-03-11T21:17:37.667Z | Downloaded spin v0.9.8 |
1138 | 2025-03-11T21:17:37.670Z | Downloaded miniz_oxide v0.8.5 |
1139 | 2025-03-11T21:17:37.673Z | Downloaded bit-vec v0.6.3 |
1140 | 2025-03-11T21:17:37.676Z | Downloaded gethostname v0.5.0 |
1141 | 2025-03-11T21:17:37.676Z | Downloaded fragile v2.0.0 |
1142 | 2025-03-11T21:17:37.680Z | Downloaded form_urlencoded v1.2.1 |
1143 | 2025-03-11T21:17:37.680Z | Downloaded ena v0.14.3 |
1144 | 2025-03-11T21:17:37.683Z | Downloaded dunce v1.0.5 |
1145 | 2025-03-11T21:17:37.683Z | Downloaded dsl_auto_type v0.1.2 |
1146 | 2025-03-11T21:17:37.683Z | Downloaded icu_locid v1.5.0 |
1147 | 2025-03-11T21:17:37.686Z | Downloaded utf16_iter v1.0.5 |
1148 | 2025-03-11T21:17:37.689Z | Downloaded crc32fast v1.4.2 |
1149 | 2025-03-11T21:17:37.689Z | Downloaded cookie v0.18.1 |
1150 | 2025-03-11T21:17:37.692Z | Downloaded crc-catalog v2.4.0 |
1151 | 2025-03-11T21:17:37.692Z | Downloaded async-bb8-diesel v0.2.1 |
1152 | 2025-03-11T21:17:37.695Z | Downloaded mockall_derive v0.13.1 |
1153 | 2025-03-11T21:17:37.698Z | Downloaded memmap2 v0.9.5 |
1154 | 2025-03-11T21:17:37.701Z | Downloaded litrs v0.4.1 |
1155 | 2025-03-11T21:17:37.701Z | Downloaded httparse v1.9.5 |
1156 | 2025-03-11T21:17:37.705Z | Downloaded icu_provider v1.5.0 |
1157 | 2025-03-11T21:17:37.707Z | Downloaded icu_normalizer_data v1.5.0 |
1158 | 2025-03-11T21:17:37.710Z | Downloaded icu_normalizer v1.5.0 |
1159 | 2025-03-11T21:17:37.713Z | Downloaded slog-dtrace v0.3.0 |
1160 | 2025-03-11T21:17:37.716Z | Downloaded shell-words v1.1.0 |
1161 | 2025-03-11T21:17:37.716Z | Downloaded sha1 v0.10.6 |
1162 | 2025-03-11T21:17:37.716Z | Downloaded serde_plain v1.0.2 |
1163 | 2025-03-11T21:17:37.720Z | Downloaded strum_macros v0.24.3 |
1164 | 2025-03-11T21:17:37.720Z | Downloaded multer v3.1.0 |
1165 | 2025-03-11T21:17:37.724Z | Downloaded litemap v0.7.3 |
1166 | 2025-03-11T21:17:37.727Z | Downloaded icu_locid_transform_data v1.5.0 |
1167 | 2025-03-11T21:17:37.727Z | Downloaded rustfmt-wrapper v0.2.1 |
1168 | 2025-03-11T21:17:37.727Z | Downloaded rustc_version v0.4.1 |
1169 | 2025-03-11T21:17:37.730Z | Downloaded hmac v0.12.1 |
1170 | 2025-03-11T21:17:37.730Z | Downloaded crc-any v2.5.0 |
1171 | 2025-03-11T21:17:37.733Z | Downloaded cargo_metadata v0.18.1 |
1172 | 2025-03-11T21:17:37.733Z | Downloaded clang-sys v1.8.1 |
1173 | 2025-03-11T21:17:37.736Z | Downloaded ciborium v0.2.2 |
1174 | 2025-03-11T21:17:37.739Z | Downloaded blake2 v0.10.6 |
1175 | 2025-03-11T21:17:37.742Z | Downloaded hyper-staticfile v0.10.1 |
1176 | 2025-03-11T21:17:37.742Z | Downloaded arrayvec v0.7.6 |
1177 | 2025-03-11T21:17:37.745Z | Downloaded libloading v0.8.5 |
1178 | 2025-03-11T21:17:37.749Z | Downloaded rand_chacha v0.9.0 |
1179 | 2025-03-11T21:17:37.749Z | Downloaded quick-error v1.2.3 |
1180 | 2025-03-11T21:17:37.749Z | Downloaded jobserver v0.1.32 |
1181 | 2025-03-11T21:17:37.752Z | Downloaded ipnet v2.11.0 |
1182 | 2025-03-11T21:17:37.754Z | Downloaded ahash v0.8.11 |
1183 | 2025-03-11T21:17:37.754Z | Downloaded iana-time-zone v0.1.61 |
1184 | 2025-03-11T21:17:37.757Z | Downloaded hyper-rustls v0.27.3 |
1185 | 2025-03-11T21:17:37.760Z | Downloaded lru v0.12.5 |
1186 | 2025-03-11T21:17:37.760Z | Downloaded libsw v3.4.0 |
1187 | 2025-03-11T21:17:37.764Z | Downloaded lazy_static v1.5.0 |
1188 | 2025-03-11T21:17:37.764Z | Downloaded lalrpop-util v0.19.12 |
1189 | 2025-03-11T21:17:37.767Z | Downloaded is-terminal v0.4.13 |
1190 | 2025-03-11T21:17:37.768Z | Downloaded ipnetwork v0.21.1 |
1191 | 2025-03-11T21:17:37.768Z | Downloaded instability v0.3.2 |
1192 | 2025-03-11T21:17:37.768Z | Downloaded inout v0.1.3 |
1193 | 2025-03-11T21:17:37.774Z | Downloaded argon2 v0.5.3 |
1194 | 2025-03-11T21:17:37.774Z | Downloaded indoc v2.0.6 |
1195 | 2025-03-11T21:17:37.777Z | Downloaded libefi-sys v0.1.0 |
1196 | 2025-03-11T21:17:37.777Z | Downloaded lazycell v1.3.0 |
1197 | 2025-03-11T21:17:37.777Z | Downloaded bit-set v0.8.0 |
1198 | 2025-03-11T21:17:37.777Z | Downloaded internet-checksum v0.2.1 |
1199 | 2025-03-11T21:17:37.777Z | Downloaded addr2line v0.24.2 |
1200 | 2025-03-11T21:17:37.780Z | Downloaded http-body-util v0.1.2 |
1201 | 2025-03-11T21:17:37.780Z | Downloaded idna_adapter v1.2.0 |
1202 | 2025-03-11T21:17:37.780Z | Downloaded httpdate v1.0.3 |
1203 | 2025-03-11T21:17:37.784Z | Downloaded hostname v0.4.0 |
1204 | 2025-03-11T21:17:37.784Z | Downloaded heck v0.3.3 |
1205 | 2025-03-11T21:17:37.787Z | Downloaded hubpack v0.1.2 |
1206 | 2025-03-11T21:17:37.787Z | Downloaded cbc v0.1.2 |
1207 | 2025-03-11T21:17:37.787Z | Downloaded cipher v0.4.4 |
1208 | 2025-03-11T21:17:37.791Z | Downloaded bb8 v0.8.5 |
1209 | 2025-03-11T21:17:37.791Z | Downloaded cobs v0.2.3 |
1210 | 2025-03-11T21:17:37.791Z | Downloaded ascii-canvas v3.0.0 |
1211 | 2025-03-11T21:17:37.795Z | Downloaded ciborium-ll v0.2.2 |
1212 | 2025-03-11T21:17:37.795Z | Downloaded bitfield-struct v0.6.2 |
1213 | 2025-03-11T21:17:37.795Z | Downloaded base16ct v0.2.0 |
1214 | 2025-03-11T21:17:37.795Z | Downloaded assert_matches v1.5.0 |
1215 | 2025-03-11T21:17:37.798Z | Downloaded array-init v0.0.4 |
1216 | 2025-03-11T21:17:37.798Z | Downloaded constant_time_eq v0.3.1 |
1217 | 2025-03-11T21:17:37.798Z | Downloaded chacha20 v0.9.1 |
1218 | 2025-03-11T21:17:37.801Z | Downloaded bitfield v0.14.0 |
1219 | 2025-03-11T21:17:37.801Z | Downloaded arrayref v0.3.9 |
1220 | 2025-03-11T21:17:37.801Z | Downloaded bit-set v0.5.3 |
1221 | 2025-03-11T21:17:37.804Z | Downloaded async-stream v0.3.6 |
1222 | 2025-03-11T21:17:38.004Z | Downloaded aws-lc-sys v0.26.0 |
1223 | 2025-03-11T21:17:38.337Z | Compiling serde v1.0.218 |
1224 | 2025-03-11T21:17:38.340Z | Compiling value-bag v1.9.0 |
1225 | 2025-03-11T21:17:38.340Z | Compiling lock_api v0.4.12 |
1226 | 2025-03-11T21:17:38.340Z | Compiling scopeguard v1.2.0 |
1227 | 2025-03-11T21:17:38.341Z | Compiling typenum v1.17.0 |
1228 | 2025-03-11T21:17:38.499Z | Compiling generic-array v0.14.7 |
1229 | 2025-03-11T21:17:38.531Z | Compiling syn v2.0.98 |
1230 | 2025-03-11T21:17:38.547Z | Compiling getrandom v0.2.15 |
1231 | 2025-03-11T21:17:38.723Z | Compiling shlex v1.3.0 |
1232 | 2025-03-11T21:17:38.865Z | Compiling log v0.4.22 |
1233 | 2025-03-11T21:17:38.992Z | Compiling rand_core v0.6.4 |
1234 | 2025-03-11T21:17:39.030Z | Compiling jobserver v0.1.32 |
1235 | 2025-03-11T21:17:39.060Z | Compiling subtle v2.6.1 |
1236 | 2025-03-11T21:17:39.085Z | Compiling smallvec v1.14.0 |
1237 | 2025-03-11T21:17:39.390Z | Compiling const-oid v0.9.6 |
1238 | 2025-03-11T21:17:39.393Z | Compiling pin-project-lite v0.2.14 |
1239 | 2025-03-11T21:17:39.481Z | Compiling cc v1.2.15 |
1240 | 2025-03-11T21:17:39.500Z | Compiling parking_lot_core v0.9.10 |
1241 | 2025-03-11T21:17:39.548Z | Compiling rustix v0.38.37 |
1242 | 2025-03-11T21:17:39.594Z | Compiling signal-hook-registry v1.4.2 |
1243 | 2025-03-11T21:17:39.815Z | Compiling futures-core v0.3.31 |
1244 | 2025-03-11T21:17:40.246Z | Compiling mio v1.0.2 |
1245 | 2025-03-11T21:17:40.403Z | Compiling spin v0.9.8 |
1246 | 2025-03-11T21:17:40.531Z | Compiling parking_lot v0.12.3 |
1247 | 2025-03-11T21:17:40.663Z | Compiling socket2 v0.5.8 |
1248 | 2025-03-11T21:17:40.776Z | Compiling aho-corasick v1.1.3 |
1249 | 2025-03-11T21:17:41.025Z | Compiling futures-sink v0.3.31 |
1250 | 2025-03-11T21:17:41.211Z | Compiling cpufeatures v0.2.14 |
1251 | 2025-03-11T21:17:41.260Z | Compiling stable_deref_trait v1.2.0 |
1252 | 2025-03-11T21:17:41.332Z | Compiling regex-syntax v0.8.5 |
1253 | 2025-03-11T21:17:41.390Z | Compiling either v1.14.0 |
1254 | 2025-03-11T21:17:41.412Z | Compiling slab v0.4.9 |
1255 | 2025-03-11T21:17:41.549Z | Compiling glob v0.3.2 |
1256 | 2025-03-11T21:17:41.591Z | Compiling prettyplease v0.2.30 |
1257 | 2025-03-11T21:17:41.815Z | Compiling lazy_static v1.5.0 |
1258 | 2025-03-11T21:17:41.965Z | Compiling minimal-lexical v0.2.1 |
1259 | 2025-03-11T21:17:42.021Z | Compiling serde_json v1.0.139 |
1260 | 2025-03-11T21:17:42.251Z | Compiling futures-channel v0.3.31 |
1261 | 2025-03-11T21:17:42.395Z | Compiling nom v7.1.3 |
1262 | 2025-03-11T21:17:42.416Z | Compiling clang-sys v1.8.1 |
1263 | 2025-03-11T21:17:42.485Z | Compiling libloading v0.8.5 |
1264 | 2025-03-11T21:17:42.665Z | Compiling futures-io v0.3.31 |
1265 | 2025-03-11T21:17:42.887Z | Compiling foldhash v0.1.3 |
1266 | 2025-03-11T21:17:42.958Z | Compiling pin-utils v0.1.0 |
1267 | 2025-03-11T21:17:43.071Z | Compiling futures-task v0.3.31 |
1268 | 2025-03-11T21:17:43.138Z | Compiling allocator-api2 v0.2.18 |
1269 | 2025-03-11T21:17:43.172Z | Compiling home v0.5.9 |
1270 | 2025-03-11T21:17:43.382Z | Compiling bindgen v0.69.5 |
1271 | 2025-03-11T21:17:43.497Z | Compiling itertools v0.12.1 |
1272 | 2025-03-11T21:17:43.931Z | Compiling hashbrown v0.15.1 |
1273 | 2025-03-11T21:17:44.289Z | Compiling lazycell v1.3.0 |
1274 | 2025-03-11T21:17:44.466Z | Compiling pkg-config v0.3.31 |
1275 | 2025-03-11T21:17:45.196Z | Compiling regex-automata v0.4.8 |
1276 | 2025-03-11T21:17:45.407Z | Compiling libm v0.2.8 |
1277 | 2025-03-11T21:17:45.756Z | Compiling cexpr v0.6.0 |
1278 | 2025-03-11T21:17:45.777Z | Compiling rustc-hash v1.1.0 |
1279 | 2025-03-11T21:17:45.863Z | Compiling cmake v0.1.51 |
1280 | 2025-03-11T21:17:45.935Z | Compiling num-traits v0.2.19 |
1281 | 2025-03-11T21:17:46.265Z | Compiling synstructure v0.13.1 |
1282 | 2025-03-11T21:17:46.687Z | Compiling fs_extra v1.3.0 |
1283 | 2025-03-11T21:17:47.232Z | Compiling dunce v1.0.5 |
1284 | 2025-03-11T21:17:47.374Z | Compiling litemap v0.7.3 |
1285 | 2025-03-11T21:17:47.576Z | Compiling getrandom v0.3.1 |
1286 | 2025-03-11T21:17:47.622Z | Compiling writeable v0.5.5 |
1287 | 2025-03-11T21:17:47.773Z | Compiling ring v0.17.11 |
1288 | 2025-03-11T21:17:48.194Z | Compiling base64ct v1.6.0 |
1289 | 2025-03-11T21:17:48.324Z | Compiling paste v1.0.15 |
1290 | 2025-03-11T21:17:48.790Z | Compiling pem-rfc7468 v0.7.0 |
1291 | 2025-03-11T21:17:49.213Z | Compiling flagset v0.4.6 |
1292 | 2025-03-11T21:17:49.355Z | Compiling aws-lc-rs v1.12.4 |
1293 | 2025-03-11T21:17:49.431Z | Compiling icu_locid_transform_data v1.5.0 |
1294 | 2025-03-11T21:17:49.447Z | Compiling httparse v1.9.5 |
1295 | 2025-03-11T21:17:49.774Z | Compiling tracing-core v0.1.32 |
1296 | 2025-03-11T21:17:50.182Z | Compiling regex v1.11.1 |
1297 | 2025-03-11T21:17:50.539Z | Compiling percent-encoding v2.3.1 |
1298 | 2025-03-11T21:17:50.617Z | Compiling crossbeam-utils v0.8.20 |
1299 | 2025-03-11T21:17:50.861Z | Compiling icu_properties_data v1.5.0 |
1300 | 2025-03-11T21:17:50.996Z | Compiling rustls-pki-types v1.10.0 |
1301 | 2025-03-11T21:17:51.052Z | Compiling serde_derive v1.0.218 |
1302 | 2025-03-11T21:17:51.087Z | Compiling zeroize_derive v1.4.2 |
1303 | 2025-03-11T21:17:51.109Z | Compiling zerocopy-derive v0.7.35 |
1304 | 2025-03-11T21:17:51.113Z | Compiling tokio-macros v2.5.0 |
1305 | 2025-03-11T21:17:51.968Z | Compiling zerofrom-derive v0.1.4 |
1306 | 2025-03-11T21:17:52.457Z | Compiling zeroize v1.8.1 |
1307 | 2025-03-11T21:17:52.597Z | Compiling thiserror-impl v1.0.69 |
1308 | 2025-03-11T21:17:53.059Z | Compiling zerocopy v0.7.35 |
1309 | 2025-03-11T21:17:53.651Z | Compiling yoke-derive v0.7.4 |
1310 | 2025-03-11T21:17:53.820Z | Compiling displaydoc v0.2.5 |
1311 | 2025-03-11T21:17:54.130Z | Compiling crypto-common v0.1.6 |
1312 | 2025-03-11T21:17:54.319Z | Compiling block-buffer v0.10.4 |
1313 | 2025-03-11T21:17:54.364Z | Compiling zerovec-derive v0.10.3 |
1314 | 2025-03-11T21:17:54.391Z | Compiling futures-macro v0.3.31 |
1315 | 2025-03-11T21:17:54.608Z | Compiling digest v0.10.7 |
1316 | 2025-03-11T21:17:55.198Z | Compiling hmac v0.12.1 |
1317 | 2025-03-11T21:17:55.372Z | Compiling zerofrom v0.1.4 |
1318 | 2025-03-11T21:17:55.411Z | Compiling block-padding v0.3.3 |
1319 | 2025-03-11T21:17:55.429Z | Compiling thiserror v1.0.69 |
1320 | 2025-03-11T21:17:55.461Z | Compiling ppv-lite86 v0.2.20 |
1321 | 2025-03-11T21:17:55.577Z | Compiling sha2 v0.10.8 |
1322 | 2025-03-11T21:17:55.603Z | Compiling icu_provider_macros v1.5.0 |
1323 | 2025-03-11T21:17:55.670Z | Compiling inout v0.1.3 |
1324 | 2025-03-11T21:17:55.957Z | Compiling cipher v0.4.4 |
1325 | 2025-03-11T21:17:56.198Z | Compiling futures-util v0.3.31 |
1326 | 2025-03-11T21:17:56.224Z | Compiling der_derive v0.7.3 |
1327 | 2025-03-11T21:17:56.245Z | Compiling yoke v0.7.4 |
1328 | 2025-03-11T21:17:56.480Z | Compiling tracing-attributes v0.1.27 |
1329 | 2025-03-11T21:17:56.605Z | Compiling pest v2.7.14 |
1330 | 2025-03-11T21:17:56.625Z | Compiling salsa20 v0.10.2 |
1331 | 2025-03-11T21:17:56.853Z | Compiling zerovec v0.10.4 |
1332 | 2025-03-11T21:17:56.875Z | Compiling pbkdf2 v0.12.2 |
1333 | 2025-03-11T21:17:57.742Z | Compiling utf8_iter v1.0.4 |
1334 | 2025-03-11T21:17:57.991Z | Compiling vcpkg v0.2.15 |
1335 | 2025-03-11T21:17:59.232Z | Compiling der v0.7.9 |
1336 | 2025-03-11T21:17:59.232Z | Compiling tinystr v0.7.6 |
1337 | 2025-03-11T21:17:59.233Z | Compiling icu_locid v1.5.0 |
1338 | 2025-03-11T21:17:59.233Z | Compiling icu_collections v1.5.0 |
1339 | 2025-03-11T21:17:59.566Z | Compiling icu_normalizer_data v1.5.0 |
1340 | 2025-03-11T21:17:59.688Z | Compiling write16 v1.0.0 |
1341 | 2025-03-11T21:17:59.731Z | Compiling tracing v0.1.40 |
1342 | 2025-03-11T21:17:59.757Z | Compiling powerfmt v0.2.0 |
1343 | 2025-03-11T21:17:59.839Z | Compiling time-core v0.1.2 |
1344 | 2025-03-11T21:18:00.108Z | Compiling untrusted v0.7.1 |
1345 | 2025-03-11T21:18:00.198Z | Compiling untrusted v0.9.0 |
1346 | 2025-03-11T21:18:00.297Z | Compiling icu_provider v1.5.0 |
1347 | 2025-03-11T21:18:00.326Z | Compiling utf16_iter v1.0.5 |
1348 | 2025-03-11T21:18:00.383Z | Compiling num-conv v0.1.0 |
1349 | 2025-03-11T21:18:00.531Z | Compiling spki v0.7.3 |
1350 | 2025-03-11T21:18:00.678Z | Compiling time-macros v0.2.18 |
1351 | 2025-03-11T21:18:00.915Z | Compiling deranged v0.3.11 |
1352 | 2025-03-11T21:18:01.160Z | Compiling icu_locid_transform v1.5.0 |
1353 | 2025-03-11T21:18:01.286Z | Compiling openssl-sys v0.9.106 |
1354 | 2025-03-11T21:18:01.446Z | Compiling pest_meta v2.7.14 |
1355 | 2025-03-11T21:18:02.350Z | Compiling scrypt v0.11.0 |
1356 | 2025-03-11T21:18:02.382Z | Compiling aes v0.8.4 |
1357 | 2025-03-11T21:18:02.818Z | Compiling icu_properties v1.5.1 |
1358 | 2025-03-11T21:18:02.863Z | Compiling cbc v0.1.2 |
1359 | 2025-03-11T21:18:03.201Z | Compiling scroll_derive v0.12.0 |
1360 | 2025-03-11T21:18:03.486Z | Compiling tinyvec_macros v0.1.1 |
1361 | 2025-03-11T21:18:03.581Z | Compiling atomic-waker v1.1.2 |
1362 | 2025-03-11T21:18:03.601Z | Compiling num_threads v0.1.7 |
1363 | 2025-03-11T21:18:03.736Z | Compiling time v0.3.36 |
1364 | 2025-03-11T21:18:03.765Z | Compiling bytes v1.10.1 |
1365 | 2025-03-11T21:18:04.070Z | Compiling bitflags v2.6.0 |
1366 | 2025-03-11T21:18:04.661Z | Compiling indexmap v2.7.1 |
1367 | 2025-03-11T21:18:05.169Z | Compiling tokio v1.43.0 |
1368 | 2025-03-11T21:18:05.219Z | Compiling semver v1.0.25 |
1369 | 2025-03-11T21:18:05.616Z | Compiling http v1.2.0 |
1370 | 2025-03-11T21:18:05.959Z | Compiling rustc_version v0.4.1 |
1371 | 2025-03-11T21:18:06.036Z | Compiling scroll v0.12.0 |
1372 | 2025-03-11T21:18:06.617Z | Compiling icu_normalizer v1.5.0 |
1373 | 2025-03-11T21:18:06.639Z | Compiling tinyvec v1.8.0 |
1374 | 2025-03-11T21:18:07.270Z | Compiling http-body v1.0.1 |
1375 | 2025-03-11T21:18:07.321Z | Compiling pkcs5 v0.7.1 |
1376 | 2025-03-11T21:18:07.526Z | Compiling pest_generator v2.7.14 |
1377 | 2025-03-11T21:18:07.752Z | Compiling idna_adapter v1.2.0 |
1378 | 2025-03-11T21:18:08.074Z | Compiling rand_chacha v0.3.1 |
1379 | 2025-03-11T21:18:08.211Z | Compiling which v4.4.2 |
1380 | 2025-03-11T21:18:08.323Z | Compiling form_urlencoded v1.2.1 |
1381 | 2025-03-11T21:18:08.343Z | Compiling try-lock v0.2.5 |
1382 | 2025-03-11T21:18:08.384Z | Compiling slog v2.7.0 |
1383 | 2025-03-11T21:18:08.510Z | Compiling zerocopy v0.8.10 |
1384 | 2025-03-11T21:18:08.740Z | Compiling rand v0.8.5 |
1385 | 2025-03-11T21:18:08.975Z | Compiling want v0.3.1 |
1386 | 2025-03-11T21:18:09.115Z | Compiling goblin v0.8.2 |
1387 | 2025-03-11T21:18:09.254Z | Compiling idna v1.0.3 |
1388 | 2025-03-11T21:18:09.327Z | Compiling pest_derive v2.7.14 |
1389 | 2025-03-11T21:18:09.377Z | Compiling pkcs8 v0.10.2 |
1390 | 2025-03-11T21:18:09.988Z | Compiling uuid v1.15.1 |
1391 | 2025-03-11T21:18:10.169Z | Compiling zerocopy-derive v0.8.10 |
1392 | 2025-03-11T21:18:10.482Z | Compiling httpdate v1.0.3 |
1393 | 2025-03-11T21:18:10.772Z | Compiling tower-service v0.3.3 |
1394 | 2025-03-11T21:18:10.812Z | Compiling adler2 v2.0.0 |
1395 | 2025-03-11T21:18:10.920Z | Compiling iana-time-zone v0.1.61 |
1396 | 2025-03-11T21:18:10.941Z | Compiling dtrace-parser v0.2.0 |
1397 | 2025-03-11T21:18:11.019Z | Compiling miniz_oxide v0.8.5 |
1398 | 2025-03-11T21:18:11.309Z | Compiling chrono v0.4.40 |
1399 | 2025-03-11T21:18:12.292Z | Compiling serde_spanned v0.6.8 |
1400 | 2025-03-11T21:18:12.486Z | Compiling toml_datetime v0.6.8 |
1401 | 2025-03-11T21:18:12.554Z | Compiling serde_tokenstream v0.2.2 |
1402 | 2025-03-11T21:18:12.793Z | Compiling base64 v0.22.1 |
1403 | 2025-03-11T21:18:12.968Z | Compiling match_cfg v0.1.0 |
1404 | 2025-03-11T21:18:13.081Z | Compiling rustversion v1.0.17 |
1405 | 2025-03-11T21:18:13.122Z | Compiling foreign-types-shared v0.1.1 |
1406 | 2025-03-11T21:18:13.256Z | Compiling tokio-util v0.7.13 |
1407 | 2025-03-11T21:18:13.496Z | Compiling openssl v0.10.71 |
1408 | 2025-03-11T21:18:13.820Z | Compiling foreign-types v0.3.2 |
1409 | 2025-03-11T21:18:13.934Z | Compiling hostname v0.3.1 |
1410 | 2025-03-11T21:18:13.961Z | Compiling url v2.5.3 |
1411 | 2025-03-11T21:18:14.516Z | Compiling h2 v0.4.6 |
1412 | 2025-03-11T21:18:14.668Z | Compiling async-trait v0.1.87 |
1413 | 2025-03-11T21:18:15.482Z | Compiling dof v0.3.0 |
1414 | 2025-03-11T21:18:15.713Z | Compiling openssl-macros v0.1.1 |
1415 | 2025-03-11T21:18:16.031Z | Compiling rand_core v0.9.2 |
1416 | 2025-03-11T21:18:16.449Z | Compiling usdt-impl v0.5.0 |
1417 | 2025-03-11T21:18:16.485Z | Compiling serde_derive_internals v0.29.1 |
1418 | 2025-03-11T21:18:17.095Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1419 | 2025-03-11T21:18:17.217Z | Compiling dirs-sys-next v0.1.2 |
1420 | 2025-03-11T21:18:17.581Z | Compiling data-encoding v2.6.0 |
1421 | 2025-03-11T21:18:17.743Z | Compiling native-tls v0.2.12 |
1422 | 2025-03-11T21:18:17.787Z | Compiling rustls v0.22.4 |
1423 | 2025-03-11T21:18:18.089Z | Compiling syn v1.0.109 |
1424 | 2025-03-11T21:18:18.092Z | Compiling rustls v0.23.19 |
1425 | 2025-03-11T21:18:18.189Z | Compiling schemars v0.8.22 |
1426 | 2025-03-11T21:18:18.257Z | Compiling siphasher v0.3.11 |
1427 | 2025-03-11T21:18:18.576Z | Compiling dirs-next v2.0.0 |
1428 | 2025-03-11T21:18:18.701Z | Compiling schemars_derive v0.8.22 |
1429 | 2025-03-11T21:18:18.744Z | Compiling rand_chacha v0.9.0 |
1430 | 2025-03-11T21:18:19.409Z | Compiling unicode-normalization v0.1.24 |
1431 | 2025-03-11T21:18:19.933Z | Compiling http-body-util v0.1.2 |
1432 | 2025-03-11T21:18:19.968Z | Compiling heapless v0.7.17 |
1433 | 2025-03-11T21:18:20.432Z | Compiling crossbeam-epoch v0.9.18 |
1434 | 2025-03-11T21:18:20.457Z | Compiling signature v2.2.0 |
1435 | 2025-03-11T21:18:20.478Z | Compiling sha1 v0.10.6 |
1436 | 2025-03-11T21:18:20.773Z | Compiling thread_local v1.1.8 |
1437 | 2025-03-11T21:18:20.815Z | Compiling encoding_rs v0.8.34 |
1438 | 2025-03-11T21:18:20.898Z | Compiling crc32fast v1.4.2 |
1439 | 2025-03-11T21:18:21.134Z | Compiling multer v3.1.0 |
1440 | 2025-03-11T21:18:21.216Z | Compiling cookie v0.18.1 |
1441 | 2025-03-11T21:18:21.239Z | Compiling slog-async v2.8.0 |
1442 | 2025-03-11T21:18:21.464Z | Compiling hyper v1.6.0 |
1443 | 2025-03-11T21:18:21.529Z | Compiling mime v0.3.17 |
1444 | 2025-03-11T21:18:21.638Z | Compiling rayon-core v1.12.1 |
1445 | 2025-03-11T21:18:21.716Z | Compiling gimli v0.31.1 |
1446 | 2025-03-11T21:18:21.963Z | Compiling dyn-clone v1.0.19 |
1447 | 2025-03-11T21:18:22.032Z | Compiling ipnet v2.11.0 |
1448 | 2025-03-11T21:18:22.189Z | Compiling openssl-probe v0.1.5 |
1449 | 2025-03-11T21:18:22.509Z | Compiling unicode-bidi v0.3.17 |
1450 | 2025-03-11T21:18:23.101Z | Compiling signal-hook v0.3.17 |
1451 | 2025-03-11T21:18:23.406Z | Compiling unicode-properties v0.1.3 |
1452 | 2025-03-11T21:18:23.784Z | Compiling stringprep v0.1.5 |
1453 | 2025-03-11T21:18:23.817Z | Compiling hyper-util v0.1.10 |
1454 | 2025-03-11T21:18:24.237Z | Compiling toml_edit v0.22.24 |
1455 | 2025-03-11T21:18:25.326Z | Compiling crossbeam-deque v0.8.5 |
1456 | 2025-03-11T21:18:25.626Z | Compiling rand v0.9.0 |
1457 | 2025-03-11T21:18:26.443Z | Compiling addr2line v0.24.2 |
1458 | 2025-03-11T21:18:26.538Z | Compiling term v0.7.0 |
1459 | 2025-03-11T21:18:26.723Z | Compiling usdt-macro v0.5.0 |
1460 | 2025-03-11T21:18:27.082Z | Compiling usdt-attr-macro v0.5.0 |
1461 | 2025-03-11T21:18:27.387Z | Compiling slog-json v2.6.1 |
1462 | 2025-03-11T21:18:27.762Z | Compiling serde_urlencoded v0.7.1 |
1463 | 2025-03-11T21:18:27.789Z | Compiling curve25519-dalek v4.1.3 |
1464 | 2025-03-11T21:18:28.136Z | Compiling crossbeam-channel v0.5.13 |
1465 | 2025-03-11T21:18:28.195Z | Compiling futures-executor v0.3.31 |
1466 | 2025-03-11T21:18:28.242Z | Compiling enum-as-inner v0.6.1 |
1467 | 2025-03-11T21:18:28.495Z | Compiling md-5 v0.10.6 |
1468 | 2025-03-11T21:18:28.554Z | Compiling rustls-pemfile v2.2.0 |
1469 | 2025-03-11T21:18:28.704Z | Compiling async-stream-impl v0.3.6 |
1470 | 2025-03-11T21:18:28.773Z | Compiling num-integer v0.1.46 |
1471 | 2025-03-11T21:18:28.890Z | Compiling hash32 v0.2.1 |
1472 | 2025-03-11T21:18:29.090Z | Compiling ff v0.13.0 |
1473 | 2025-03-11T21:18:29.250Z | Compiling is-terminal v0.4.13 |
1474 | 2025-03-11T21:18:29.296Z | Compiling object v0.36.5 |
1475 | 2025-03-11T21:18:29.335Z | Compiling dropshot v0.12.0 |
1476 | 2025-03-11T21:18:29.400Z | Compiling memoffset v0.9.1 |
1477 | 2025-03-11T21:18:29.480Z | Compiling base16ct v0.2.0 |
1478 | 2025-03-11T21:18:29.669Z | Compiling rustc-demangle v0.1.24 |
1479 | 2025-03-11T21:18:29.735Z | Compiling utf-8 v0.7.6 |
1480 | 2025-03-11T21:18:29.787Z | Compiling take_mut v0.2.2 |
1481 | 2025-03-11T21:18:29.958Z | Compiling num-bigint-dig v0.8.4 |
1482 | 2025-03-11T21:18:30.002Z | Compiling cfg_aliases v0.2.1 |
1483 | 2025-03-11T21:18:30.098Z | Compiling fallible-iterator v0.2.0 |
1484 | 2025-03-11T21:18:30.141Z | Compiling smoltcp v0.9.1 |
1485 | 2025-03-11T21:18:30.300Z | Compiling linked-hash-map v0.5.6 |
1486 | 2025-03-11T21:18:30.614Z | Compiling portable-atomic v1.9.0 |
1487 | 2025-03-11T21:18:30.668Z | Compiling quick-error v1.2.3 |
1488 | 2025-03-11T21:18:30.762Z | Compiling anyhow v1.0.97 |
1489 | 2025-03-11T21:18:30.789Z | Compiling psl-types v2.0.11 |
1490 | 2025-03-11T21:18:30.844Z | Compiling litrs v0.4.1 |
1491 | 2025-03-11T21:18:30.994Z | Compiling publicsuffix v2.3.0 |
1492 | 2025-03-11T21:18:31.301Z | Compiling resolv-conf v0.7.0 |
1493 | 2025-03-11T21:18:31.441Z | Compiling postgres-protocol v0.6.8 |
1494 | 2025-03-11T21:18:31.641Z | Compiling lru-cache v0.1.2 |
1495 | 2025-03-11T21:18:31.825Z | Compiling nix v0.29.0 |
1496 | 2025-03-11T21:18:31.847Z | Compiling async-stream v0.3.6 |
1497 | 2025-03-11T21:18:31.925Z | Compiling document-features v0.2.10 |
1498 | 2025-03-11T21:18:31.955Z | Compiling tungstenite v0.24.0 |
1499 | 2025-03-11T21:18:32.711Z | Compiling sec1 v0.7.3 |
1500 | 2025-03-11T21:18:32.865Z | Compiling slog-term v2.9.1 |
1501 | 2025-03-11T21:18:33.079Z | Compiling group v0.13.0 |
1502 | 2025-03-11T21:18:33.166Z | Compiling hickory-proto v0.24.4 |
1503 | 2025-03-11T21:18:33.220Z | Compiling num-iter v0.1.45 |
1504 | 2025-03-11T21:18:33.393Z | Compiling usdt v0.5.0 |
1505 | 2025-03-11T21:18:33.902Z | Compiling futures v0.3.31 |
1506 | 2025-03-11T21:18:33.976Z | Compiling toml v0.8.20 |
1507 | 2025-03-11T21:18:33.999Z | Compiling slog-bunyan v2.5.0 |
1508 | 2025-03-11T21:18:34.205Z | Compiling bzip2 v0.4.4 |
1509 | 2025-03-11T21:18:35.428Z | Compiling tokio-native-tls v0.3.1 |
1510 | 2025-03-11T21:18:35.569Z | Compiling camino v1.1.9 |
1511 | 2025-03-11T21:18:35.596Z | Compiling flate2 v1.1.0 |
1512 | 2025-03-11T21:18:35.718Z | Compiling phf_shared v0.11.2 |
1513 | 2025-03-11T21:18:36.105Z | Compiling backtrace v0.3.74 |
1514 | 2025-03-11T21:18:36.399Z | Compiling dropshot_endpoint v0.12.0 |
1515 | 2025-03-11T21:18:36.420Z | Compiling terminal_size v0.4.0 |
1516 | 2025-03-11T21:18:36.448Z | Compiling openapiv3 v2.0.0 |
1517 | 2025-03-11T21:18:36.473Z | Compiling serde_path_to_error v0.1.16 |
1518 | 2025-03-11T21:18:36.662Z | Compiling waitgroup v0.1.2 |
1519 | 2025-03-11T21:18:36.901Z | Compiling hkdf v0.12.4 |
1520 | 2025-03-11T21:18:37.182Z | Compiling crypto-bigint v0.5.5 |
1521 | 2025-03-11T21:18:37.269Z | Compiling webpki-roots v0.26.6 |
1522 | 2025-03-11T21:18:37.497Z | Compiling zerocopy-derive v0.6.6 |
1523 | 2025-03-11T21:18:37.842Z | Compiling hubpack_derive v0.1.1 |
1524 | 2025-03-11T21:18:38.744Z | Compiling curve25519-dalek-derive v0.1.1 |
1525 | 2025-03-11T21:18:39.017Z | Compiling sync_wrapper v1.0.1 |
1526 | 2025-03-11T21:18:39.190Z | Compiling hostname v0.4.0 |
1527 | 2025-03-11T21:18:39.404Z | Compiling fs-err v2.11.0 |
1528 | 2025-03-11T21:18:39.451Z | Compiling ahash v0.8.11 |
1529 | 2025-03-11T21:18:39.744Z | Compiling unicode-width v0.2.0 |
1530 | 2025-03-11T21:18:39.821Z | Compiling bumpalo v3.16.0 |
1531 | 2025-03-11T21:18:40.148Z | Compiling winnow v0.5.40 |
1532 | 2025-03-11T21:18:40.290Z | Compiling buf-list v1.0.3 |
1533 | 2025-03-11T21:18:40.349Z | Compiling newtype-uuid v1.2.1 |
1534 | 2025-03-11T21:18:40.393Z | Compiling tower-layer v0.3.3 |
1535 | 2025-03-11T21:18:40.457Z | Compiling managed v0.8.0 |
1536 | 2025-03-11T21:18:40.652Z | Compiling debug-ignore v1.0.5 |
1537 | 2025-03-11T21:18:40.695Z | Compiling lockfree-object-pool v0.1.6 |
1538 | 2025-03-11T21:18:40.819Z | Compiling zip v2.1.3 |
1539 | 2025-03-11T21:18:40.884Z | Compiling simd-adler32 v0.3.7 |
1540 | 2025-03-11T21:18:40.992Z | Compiling strum_macros v0.25.3 |
1541 | 2025-03-11T21:18:41.200Z | Compiling tower v0.5.2 |
1542 | 2025-03-11T21:18:41.400Z | Compiling zopfli v0.8.1 |
1543 | 2025-03-11T21:18:42.058Z | Compiling clap_builder v4.5.31 |
1544 | 2025-03-11T21:18:42.161Z | Compiling console v0.15.10 |
1545 | 2025-03-11T21:18:42.877Z | Compiling elliptic-curve v0.13.8 |
1546 | 2025-03-11T21:18:43.362Z | Compiling toml_edit v0.19.15 |
1547 | 2025-03-11T21:18:43.572Z | Compiling zerocopy v0.6.6 |
1548 | 2025-03-11T21:18:44.671Z | Compiling hubpack v0.1.2 |
1549 | 2025-03-11T21:18:44.674Z | Compiling hickory-resolver v0.24.4 |
1550 | 2025-03-11T21:18:44.674Z | Compiling phf v0.11.2 |
1551 | 2025-03-11T21:18:44.674Z | Compiling signal-hook-mio v0.2.4 |
1552 | 2025-03-11T21:18:44.674Z | Compiling hyper-tls v0.6.0 |
1553 | 2025-03-11T21:18:44.770Z | Compiling cookie_store v0.21.1 |
1554 | 2025-03-11T21:18:44.831Z | Compiling rayon v1.10.0 |
1555 | 2025-03-11T21:18:46.218Z | Compiling tokio-tungstenite v0.24.0 |
1556 | 2025-03-11T21:18:46.939Z | Compiling postgres-types v0.2.9 |
1557 | 2025-03-11T21:18:49.202Z | Compiling ed25519 v2.2.3 |
1558 | 2025-03-11T21:18:49.338Z | Compiling phf_shared v0.10.0 |
1559 | 2025-03-11T21:18:49.471Z | Compiling tokio-stream v0.1.17 |
1560 | 2025-03-11T21:18:49.739Z | Compiling pkcs1 v0.7.5 |
1561 | 2025-03-11T21:18:49.871Z | Compiling serde-big-array v0.5.1 |
1562 | 2025-03-11T21:18:50.146Z | Compiling clap_derive v4.5.28 |
1563 | 2025-03-11T21:18:50.404Z | Compiling rfc6979 v0.4.0 |
1564 | 2025-03-11T21:18:50.482Z | Compiling serde_repr v0.1.19 |
1565 | 2025-03-11T21:18:50.525Z | Compiling derive-where v1.2.7 |
1566 | 2025-03-11T21:18:50.659Z | Compiling float-cmp v0.10.0 |
1567 | 2025-03-11T21:18:50.735Z | Compiling bstr v1.10.0 |
1568 | 2025-03-11T21:18:50.917Z | Compiling new_debug_unreachable v1.0.6 |
1569 | 2025-03-11T21:18:51.033Z | Compiling normalize-line-endings v0.3.0 |
1570 | 2025-03-11T21:18:51.063Z | Compiling fixedbitset v0.4.2 |
1571 | 2025-03-11T21:18:51.178Z | Compiling whoami v1.5.2 |
1572 | 2025-03-11T21:18:51.503Z | Compiling unicode-segmentation v1.12.0 |
1573 | 2025-03-11T21:18:51.573Z | Compiling number_prefix v0.4.0 |
1574 | 2025-03-11T21:18:51.743Z | Compiling precomputed-hash v0.1.1 |
1575 | 2025-03-11T21:18:51.837Z | Compiling predicates-core v1.0.8 |
1576 | 2025-03-11T21:18:51.878Z | Compiling difflib v0.4.0 |
1577 | 2025-03-11T21:18:52.162Z | Compiling static_assertions v1.1.0 |
1578 | 2025-03-11T21:18:52.283Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1579 | 2025-03-11T21:18:52.309Z | Compiling similar v2.7.0 |
1580 | 2025-03-11T21:18:52.345Z | Compiling predicates v3.1.3 |
1581 | 2025-03-11T21:18:53.180Z | Compiling string_cache v0.8.7 |
1582 | 2025-03-11T21:18:53.597Z | Compiling indicatif v0.17.11 |
1583 | 2025-03-11T21:18:53.619Z | Compiling tokio-postgres v0.7.13 |
1584 | 2025-03-11T21:18:53.846Z | Compiling petgraph v0.6.5 |
1585 | 2025-03-11T21:18:54.337Z | Compiling ecdsa v0.16.9 |
1586 | 2025-03-11T21:18:54.684Z | Compiling clap v4.5.31 |
1587 | 2025-03-11T21:18:54.820Z | Compiling rsa v0.9.6 |
1588 | 2025-03-11T21:18:55.190Z | Compiling ed25519-dalek v2.1.1 |
1589 | 2025-03-11T21:18:56.487Z | Compiling toml v0.7.8 |
1590 | 2025-03-11T21:18:57.519Z | Compiling crossterm v0.28.1 |
1591 | 2025-03-11T21:18:58.766Z | Compiling zip v0.6.6 |
1592 | 2025-03-11T21:18:59.012Z | Compiling hex v0.4.3 |
1593 | 2025-03-11T21:18:59.131Z | Compiling x509-cert v0.2.5 |
1594 | 2025-03-11T21:18:59.205Z | Compiling itertools v0.10.5 |
1595 | 2025-03-11T21:18:59.584Z | Compiling unicode-xid v0.2.6 |
1596 | 2025-03-11T21:18:59.791Z | Compiling lalrpop-util v0.19.12 |
1597 | 2025-03-11T21:19:00.042Z | Compiling peg-runtime v0.8.5 |
1598 | 2025-03-11T21:19:00.156Z | Compiling strum_macros v0.26.4 |
1599 | 2025-03-11T21:19:00.193Z | Compiling xattr v1.3.1 |
1600 | 2025-03-11T21:19:00.475Z | Compiling filetime v0.2.25 |
1601 | 2025-03-11T21:19:00.762Z | Compiling tar v0.4.44 |
1602 | 2025-03-11T21:19:04.747Z | Compiling strum v0.26.3 |
1603 | 2025-03-11T21:19:07.511Z | Compiling aws-lc-sys v0.26.0 |
1604 | 2025-03-11T21:19:41.966Z | Compiling rustls-webpki v0.102.8 |
1605 | 2025-03-11T21:19:45.240Z | Compiling tokio-rustls v0.25.0 |
1606 | 2025-03-11T21:19:47.015Z | Compiling tokio-rustls v0.26.0 |
1607 | 2025-03-11T21:19:47.301Z | Compiling hyper-rustls v0.27.3 |
1608 | 2025-03-11T21:19:47.593Z | Compiling reqwest v0.12.12 |
1609 | 2025-03-11T21:19:49.001Z | Compiling qorb v0.2.1 |
1610 | 2025-03-11T21:19:52.084Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1611 | 2025-03-11T21:19:52.358Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1612 | 2025-03-11T21:19:56.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1613 | 2025-03-11T21:19:57.093Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1614 | 2025-03-11T21:19:57.147Z | Mar 11 21:19:55.613 INFO Starting download, target: Cockroach |
1615 | 2025-03-11T21:19:57.147Z | Mar 11 21:19:55.613 INFO Starting download, target: Clickhouse |
1616 | 2025-03-11T21:19:57.147Z | Mar 11 21:19:55.613 INFO Starting download, target: Console |
1617 | 2025-03-11T21:19:57.150Z | Mar 11 21:19:55.613 INFO Starting download, target: DendriteOpenapi |
1618 | 2025-03-11T21:19:57.150Z | Mar 11 21:19:55.613 INFO Starting download, target: DendriteStub |
1619 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.613 INFO Starting download, target: MaghemiteMgd |
1620 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.613 INFO Starting download, target: TransceiverControl |
1621 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.614 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1622 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.614 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1623 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.614 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1624 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.614 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1625 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.614 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1626 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.614 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1627 | 2025-03-11T21:19:57.151Z | Mar 11 21:19:55.614 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1628 | 2025-03-11T21:19:57.682Z | Mar 11 21:19:56.133 INFO Download complete, target: DendriteOpenapi |
1629 | 2025-03-11T21:19:57.713Z | Mar 11 21:19:56.151 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1630 | 2025-03-11T21:19:57.808Z | Mar 11 21:19:56.220 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1631 | 2025-03-11T21:19:58.148Z | Mar 11 21:19:56.609 INFO Download complete, target: Console |
1632 | 2025-03-11T21:19:58.199Z | Mar 11 21:19:56.665 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1633 | 2025-03-11T21:19:58.203Z | Mar 11 21:19:56.666 INFO Download complete, target: TransceiverControl |
1634 | 2025-03-11T21:19:58.291Z | Mar 11 21:19:56.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1635 | 2025-03-11T21:19:59.107Z | Mar 11 21:19:57.570 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1636 | 2025-03-11T21:19:59.107Z | Mar 11 21:19:57.570 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1637 | 2025-03-11T21:19:59.681Z | Mar 11 21:19:58.146 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1638 | 2025-03-11T21:20:00.821Z | Mar 11 21:19:59.284 INFO Download complete, target: MaghemiteMgd |
1639 | 2025-03-11T21:20:00.863Z | Mar 11 21:19:59.319 INFO Download complete, target: DendriteStub |
1640 | 2025-03-11T21:20:05.712Z | Mar 11 21:20:04.176 INFO Checking that binary works, target: Cockroach |
1641 | 2025-03-11T21:20:05.877Z | Mar 11 21:20:04.340 INFO Download complete, target: Cockroach |
1642 | 2025-03-11T21:20:10.337Z | Mar 11 21:20:08.801 INFO Checking that binary works, target: Clickhouse |
1643 | 2025-03-11T21:20:10.831Z | Mar 11 21:20:09.294 INFO Download complete, target: Clickhouse |
1644 | 2025-03-11T21:20:10.853Z | All builder prerequisites installed successfully, and PATH looks valid |
1645 | 2025-03-11T21:20:10.856Z | |
1646 | 2025-03-11T21:20:10.856Z | real 4:49.095776236 |
1647 | 2025-03-11T21:20:10.856Z | user 15:54.048128312 |
1648 | 2025-03-11T21:20:10.857Z | sys 2:12.922286439 |
1649 | 2025-03-11T21:20:10.857Z | trap 0.614877210 |
1650 | 2025-03-11T21:20:10.857Z | tflt 2.424398972 |
1651 | 2025-03-11T21:20:10.857Z | dflt 2.006016971 |
1652 | 2025-03-11T21:20:10.857Z | kflt 0.152013858 |
1653 | 2025-03-11T21:20:10.857Z | lock 24:30.081514349 |
1654 | 2025-03-11T21:20:10.857Z | slp 56:46.141410239 |
1655 | 2025-03-11T21:20:10.857Z | lat 1:03.882744786 |
1656 | 2025-03-11T21:20:10.857Z | stop 2:36.464047527 |
1657 | 2025-03-11T21:20:10.857Z | + banner clippy |
1658 | 2025-03-11T21:20:10.860Z | |
1659 | 2025-03-11T21:20:10.861Z | #### # # ##### ##### # # |
1660 | 2025-03-11T21:20:10.861Z | # # # # # # # # # # |
1661 | 2025-03-11T21:20:10.861Z | # # # # # # # # |
1662 | 2025-03-11T21:20:10.861Z | # # # ##### ##### # |
1663 | 2025-03-11T21:20:10.861Z | # # # # # # # |
1664 | 2025-03-11T21:20:10.861Z | #### ###### # # # # |
1665 | 2025-03-11T21:20:10.861Z | |
1666 | 2025-03-11T21:20:10.861Z | + export CARGO_INCREMENTAL=0 |
1667 | 2025-03-11T21:20:10.861Z | + CARGO_INCREMENTAL=0 |
1668 | 2025-03-11T21:20:10.861Z | + ptime -m cargo xtask clippy |
1669 | 2025-03-11T21:20:11.433Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1670 | 2025-03-11T21:20:14.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
1671 | 2025-03-11T21:20:14.512Z | Running `target/debug/xtask clippy` |
1672 | 2025-03-11T21:20:14.536Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1673 | 2025-03-11T21:20:15.288Z | Downloading crates ... |
1674 | 2025-03-11T21:20:15.611Z | Downloaded doc-comment v0.3.3 |
1675 | 2025-03-11T21:20:15.619Z | Downloaded async-object-pool v0.1.5 |
1676 | 2025-03-11T21:20:15.649Z | Downloaded target-triple v0.1.3 |
1677 | 2025-03-11T21:20:15.653Z | Downloaded guppy-workspace-hack v0.1.0 |
1678 | 2025-03-11T21:20:15.659Z | Downloaded plotters-svg v0.3.7 |
1679 | 2025-03-11T21:20:15.662Z | Downloaded futures-timer v3.0.3 |
1680 | 2025-03-11T21:20:15.662Z | Downloaded event-listener v2.5.3 |
1681 | 2025-03-11T21:20:15.665Z | Downloaded blocking v1.6.1 |
1682 | 2025-03-11T21:20:15.665Z | Downloaded async-global-executor v2.4.1 |
1683 | 2025-03-11T21:20:15.668Z | Downloaded nested v0.1.1 |
1684 | 2025-03-11T21:20:15.668Z | Downloaded async-signal v0.2.10 |
1685 | 2025-03-11T21:20:15.671Z | Downloaded criterion-plot v0.5.0 |
1686 | 2025-03-11T21:20:15.674Z | Downloaded cast v0.3.0 |
1687 | 2025-03-11T21:20:15.675Z | Downloaded async-channel v2.3.1 |
1688 | 2025-03-11T21:20:15.675Z | Downloaded async-attributes v1.1.2 |
1689 | 2025-03-11T21:20:15.678Z | Downloaded anes v0.1.6 |
1690 | 2025-03-11T21:20:15.678Z | Downloaded stringmetrics v2.2.2 |
1691 | 2025-03-11T21:20:15.681Z | Downloaded similar-asserts v1.7.0 |
1692 | 2025-03-11T21:20:15.684Z | Downloaded plotters-backend v0.3.7 |
1693 | 2025-03-11T21:20:15.684Z | Downloaded kv-log-macro v1.0.7 |
1694 | 2025-03-11T21:20:15.687Z | Downloaded piper v0.2.4 |
1695 | 2025-03-11T21:20:15.690Z | Downloaded relative-path v1.9.3 |
1696 | 2025-03-11T21:20:15.690Z | Downloaded pathdiff v0.2.3 |
1697 | 2025-03-11T21:20:15.690Z | Downloaded parking v2.2.1 |
1698 | 2025-03-11T21:20:15.693Z | Downloaded concurrent-queue v2.5.0 |
1699 | 2025-03-11T21:20:15.696Z | Downloaded proc-macro-crate v3.2.0 |
1700 | 2025-03-11T21:20:15.699Z | Downloaded path-tree v0.8.1 |
1701 | 2025-03-11T21:20:15.704Z | Downloaded serde_regex v1.1.0 |
1702 | 2025-03-11T21:20:15.707Z | Downloaded async-lock v3.4.0 |
1703 | 2025-03-11T21:20:15.710Z | Downloaded assert-json-diff v2.0.2 |
1704 | 2025-03-11T21:20:15.710Z | Downloaded event-listener-strategy v0.5.2 |
1705 | 2025-03-11T21:20:15.713Z | Downloaded async-channel v1.9.0 |
1706 | 2025-03-11T21:20:15.716Z | Downloaded futures-lite v2.3.0 |
1707 | 2025-03-11T21:20:15.716Z | Downloaded tinytemplate v1.2.1 |
1708 | 2025-03-11T21:20:15.719Z | Downloaded blake2b_simd v1.0.2 |
1709 | 2025-03-11T21:20:15.719Z | Downloaded approx v0.5.1 |
1710 | 2025-03-11T21:20:15.721Z | Downloaded target-lexicon v0.13.2 |
1711 | 2025-03-11T21:20:15.724Z | Downloaded rustls-native-certs v0.7.3 |
1712 | 2025-03-11T21:20:15.727Z | Downloaded partial-io v0.5.4 |
1713 | 2025-03-11T21:20:15.727Z | Downloaded async-io v2.3.4 |
1714 | 2025-03-11T21:20:15.730Z | Downloaded hyper-rustls v0.26.0 |
1715 | 2025-03-11T21:20:15.733Z | Downloaded trybuild v1.0.103 |
1716 | 2025-03-11T21:20:15.736Z | Downloaded target-spec v3.4.2 |
1717 | 2025-03-11T21:20:15.739Z | Downloaded rstest v0.24.0 |
1718 | 2025-03-11T21:20:15.743Z | Downloaded rand_distr v0.4.3 |
1719 | 2025-03-11T21:20:15.746Z | Downloaded async-task v4.7.1 |
1720 | 2025-03-11T21:20:15.749Z | Downloaded cfg-expr v0.18.0 |
1721 | 2025-03-11T21:20:15.752Z | Downloaded rstest_macros v0.24.0 |
1722 | 2025-03-11T21:20:15.755Z | Downloaded criterion v0.5.1 |
1723 | 2025-03-11T21:20:15.760Z | Downloaded polling v3.7.3 |
1724 | 2025-03-11T21:20:15.763Z | Downloaded httptest v0.16.3 |
1725 | 2025-03-11T21:20:15.766Z | Downloaded event-listener v5.3.1 |
1726 | 2025-03-11T21:20:15.769Z | Downloaded plotters v0.3.7 |
1727 | 2025-03-11T21:20:15.776Z | Downloaded guppy v0.17.17 |
1728 | 2025-03-11T21:20:15.781Z | Downloaded oorandom v11.1.4 |
1729 | 2025-03-11T21:20:15.784Z | Downloaded rust-argon2 v2.1.0 |
1730 | 2025-03-11T21:20:15.784Z | Downloaded async-process v2.3.0 |
1731 | 2025-03-11T21:20:15.787Z | Downloaded async-executor v1.13.1 |
1732 | 2025-03-11T21:20:15.787Z | Downloaded async-std v1.13.0 |
1733 | 2025-03-11T21:20:15.805Z | Downloaded assert_cmd v2.0.16 |
1734 | 2025-03-11T21:20:15.870Z | Downloaded httpmock v0.8.0-alpha.1 |
1735 | 2025-03-11T21:20:16.504Z | Checking cfg-if v1.0.0 |
1736 | 2025-03-11T21:20:16.674Z | Checking libc v0.2.170 |
1737 | 2025-03-11T21:20:16.698Z | Checking serde v1.0.218 |
1738 | 2025-03-11T21:20:16.722Z | Checking memchr v2.7.4 |
1739 | 2025-03-11T21:20:16.746Z | Checking value-bag v1.9.0 |
1740 | 2025-03-11T21:20:16.773Z | Checking itoa v1.0.11 |
1741 | 2025-03-11T21:20:16.800Z | Checking zeroize v1.8.1 |
1742 | 2025-03-11T21:20:16.829Z | Checking smallvec v1.14.0 |
1743 | 2025-03-11T21:20:16.833Z | Checking scopeguard v1.2.0 |
1744 | 2025-03-11T21:20:17.012Z | Checking pin-project-lite v0.2.14 |
1745 | 2025-03-11T21:20:17.040Z | Checking lock_api v0.4.12 |
1746 | 2025-03-11T21:20:17.096Z | Checking subtle v2.6.1 |
1747 | 2025-03-11T21:20:17.140Z | Checking log v0.4.22 |
1748 | 2025-03-11T21:20:17.175Z | Checking once_cell v1.20.3 |
1749 | 2025-03-11T21:20:17.175Z | Checking byteorder v1.5.0 |
1750 | 2025-03-11T21:20:17.390Z | Checking typenum v1.17.0 |
1751 | 2025-03-11T21:20:17.424Z | Checking libm v0.2.8 |
1752 | 2025-03-11T21:20:17.483Z | Checking ryu v1.0.18 |
1753 | 2025-03-11T21:20:17.558Z | Checking futures-core v0.3.31 |
1754 | 2025-03-11T21:20:17.624Z | Checking thiserror v1.0.69 |
1755 | 2025-03-11T21:20:17.695Z | Checking getrandom v0.2.15 |
1756 | 2025-03-11T21:20:17.695Z | Checking signal-hook-registry v1.4.2 |
1757 | 2025-03-11T21:20:17.747Z | Checking parking_lot_core v0.9.10 |
1758 | 2025-03-11T21:20:17.775Z | Checking mio v1.0.2 |
1759 | 2025-03-11T21:20:17.799Z | Checking socket2 v0.5.8 |
1760 | 2025-03-11T21:20:17.932Z | Checking rand_core v0.6.4 |
1761 | 2025-03-11T21:20:17.995Z | Checking const-oid v0.9.6 |
1762 | 2025-03-11T21:20:18.108Z | Checking parking_lot v0.12.3 |
1763 | 2025-03-11T21:20:18.271Z | Checking futures-io v0.3.31 |
1764 | 2025-03-11T21:20:18.304Z | Checking num-traits v0.2.19 |
1765 | 2025-03-11T21:20:18.334Z | Checking slab v0.4.9 |
1766 | 2025-03-11T21:20:18.361Z | Checking equivalent v1.0.1 |
1767 | 2025-03-11T21:20:18.444Z | Checking generic-array v0.14.7 |
1768 | 2025-03-11T21:20:18.473Z | Checking foldhash v0.1.3 |
1769 | 2025-03-11T21:20:18.509Z | Checking allocator-api2 v0.2.18 |
1770 | 2025-03-11T21:20:18.532Z | Checking zerocopy v0.7.35 |
1771 | 2025-03-11T21:20:18.587Z | Checking cpufeatures v0.2.14 |
1772 | 2025-03-11T21:20:18.765Z | Checking futures-sink v0.3.31 |
1773 | 2025-03-11T21:20:18.792Z | Checking getrandom v0.3.1 |
1774 | 2025-03-11T21:20:18.962Z | Checking iana-time-zone v0.1.61 |
1775 | 2025-03-11T21:20:18.996Z | Checking pin-utils v0.1.0 |
1776 | 2025-03-11T21:20:19.086Z | Checking fnv v1.0.7 |
1777 | 2025-03-11T21:20:19.123Z | Checking futures-channel v0.3.31 |
1778 | 2025-03-11T21:20:19.217Z | Checking hashbrown v0.15.1 |
1779 | 2025-03-11T21:20:19.270Z | Checking futures-task v0.3.31 |
1780 | 2025-03-11T21:20:19.502Z | Checking crypto-common v0.1.6 |
1781 | 2025-03-11T21:20:19.516Z | Checking block-buffer v0.10.4 |
1782 | 2025-03-11T21:20:19.545Z | Checking futures-util v0.3.31 |
1783 | 2025-03-11T21:20:19.705Z | Checking stable_deref_trait v1.2.0 |
1784 | 2025-03-11T21:20:19.743Z | Checking errno v0.3.9 |
1785 | 2025-03-11T21:20:19.773Z | Checking digest v0.10.7 |
1786 | 2025-03-11T21:20:19.814Z | Checking dyn-clone v1.0.19 |
1787 | 2025-03-11T21:20:19.834Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1788 | 2025-03-11T21:20:19.867Z | Checking ppv-lite86 v0.2.20 |
1789 | 2025-03-11T21:20:19.919Z | Checking tracing-core v0.1.32 |
1790 | 2025-03-11T21:20:19.973Z | Checking zerofrom v0.1.4 |
1791 | 2025-03-11T21:20:20.139Z | Checking crossbeam-utils v0.8.20 |
1792 | 2025-03-11T21:20:20.215Z | Checking yoke v0.7.4 |
1793 | 2025-03-11T21:20:20.264Z | Checking writeable v0.5.5 |
1794 | 2025-03-11T21:20:20.275Z | Checking percent-encoding v2.3.1 |
1795 | 2025-03-11T21:20:20.523Z | Checking litemap v0.7.3 |
1796 | 2025-03-11T21:20:20.576Z | Checking zerovec v0.10.4 |
1797 | 2025-03-11T21:20:20.606Z | Checking rand_chacha v0.3.1 |
1798 | 2025-03-11T21:20:20.611Z | Checking tracing v0.1.40 |
1799 | 2025-03-11T21:20:20.611Z | Checking block-padding v0.3.3 |
1800 | 2025-03-11T21:20:20.860Z | Checking inout v0.1.3 |
1801 | 2025-03-11T21:20:20.897Z | Checking httparse v1.9.5 |
1802 | 2025-03-11T21:20:20.944Z | Checking atomic-waker v1.1.2 |
1803 | 2025-03-11T21:20:21.033Z | Checking icu_locid_transform_data v1.5.0 |
1804 | 2025-03-11T21:20:21.061Z | Checking rand v0.8.5 |
1805 | 2025-03-11T21:20:21.091Z | Checking form_urlencoded v1.2.1 |
1806 | 2025-03-11T21:20:21.119Z | Checking cipher v0.4.4 |
1807 | 2025-03-11T21:20:21.156Z | Checking spin v0.9.8 |
1808 | 2025-03-11T21:20:21.191Z | Checking bytes v1.10.1 |
1809 | 2025-03-11T21:20:21.315Z | Checking bitflags v2.6.0 |
1810 | 2025-03-11T21:20:21.343Z | Checking serde_json v1.0.139 |
1811 | 2025-03-11T21:20:21.509Z | Checking chrono v0.4.40 |
1812 | 2025-03-11T21:20:21.538Z | Checking semver v1.0.25 |
1813 | 2025-03-11T21:20:21.660Z | Checking uuid v1.15.1 |
1814 | 2025-03-11T21:20:21.972Z | Checking indexmap v2.7.1 |
1815 | 2025-03-11T21:20:22.086Z | Checking rustix v0.38.37 |
1816 | 2025-03-11T21:20:22.223Z | Checking tokio v1.43.0 |
1817 | 2025-03-11T21:20:22.266Z | Checking http v1.2.0 |
1818 | 2025-03-11T21:20:22.330Z | Checking tinystr v0.7.6 |
1819 | 2025-03-11T21:20:22.684Z | Checking icu_locid v1.5.0 |
1820 | 2025-03-11T21:20:23.000Z | Checking icu_collections v1.5.0 |
1821 | 2025-03-11T21:20:23.201Z | Checking regex-syntax v0.8.5 |
1822 | 2025-03-11T21:20:23.547Z | Checking schemars v0.8.22 |
1823 | 2025-03-11T21:20:23.615Z | Checking powerfmt v0.2.0 |
1824 | 2025-03-11T21:20:23.642Z | Checking icu_properties_data v1.5.0 |
1825 | 2025-03-11T21:20:23.711Z | Checking icu_provider v1.5.0 |
1826 | 2025-03-11T21:20:23.889Z | Checking untrusted v0.9.0 |
1827 | 2025-03-11T21:20:23.917Z | Checking deranged v0.3.11 |
1828 | 2025-03-11T21:20:24.002Z | Checking utf8_iter v1.0.4 |
1829 | 2025-03-11T21:20:24.086Z | Checking ring v0.17.11 |
1830 | 2025-03-11T21:20:24.226Z | Checking time-core v0.1.2 |
1831 | 2025-03-11T21:20:24.349Z | Checking icu_locid_transform v1.5.0 |
1832 | 2025-03-11T21:20:24.414Z | Checking utf16_iter v1.0.5 |
1833 | 2025-03-11T21:20:24.606Z | Checking num-conv v0.1.0 |
1834 | 2025-03-11T21:20:25.035Z | Checking write16 v1.0.0 |
1835 | 2025-03-11T21:20:25.045Z | Checking icu_normalizer_data v1.5.0 |
1836 | 2025-03-11T21:20:25.082Z | Checking num_threads v0.1.7 |
1837 | 2025-03-11T21:20:25.166Z | Checking aho-corasick v1.1.3 |
1838 | 2025-03-11T21:20:25.224Z | Checking unicode-ident v1.0.14 |
1839 | 2025-03-11T21:20:25.252Z | Checking time v0.3.36 |
1840 | 2025-03-11T21:20:25.384Z | Checking icu_properties v1.5.1 |
1841 | 2025-03-11T21:20:25.414Z | Checking base64ct v1.6.0 |
1842 | 2025-03-11T21:20:25.417Z | Checking proc-macro2 v1.0.94 |
1843 | 2025-03-11T21:20:25.869Z | Checking hmac v0.12.1 |
1844 | 2025-03-11T21:20:26.094Z | Checking sha2 v0.10.8 |
1845 | 2025-03-11T21:20:26.120Z | Checking adler2 v2.0.0 |
1846 | 2025-03-11T21:20:26.311Z | Checking rustls-pki-types v1.10.0 |
1847 | 2025-03-11T21:20:26.396Z | Checking miniz_oxide v0.8.5 |
1848 | 2025-03-11T21:20:26.527Z | Checking quote v1.0.39 |
1849 | 2025-03-11T21:20:26.661Z | Checking http-body v1.0.1 |
1850 | 2025-03-11T21:20:26.841Z | Checking regex-automata v0.4.8 |
1851 | 2025-03-11T21:20:26.881Z | Checking aws-lc-sys v0.26.0 |
1852 | 2025-03-11T21:20:26.910Z | Checking syn v2.0.98 |
1853 | 2025-03-11T21:20:26.913Z | Checking untrusted v0.7.1 |
1854 | 2025-03-11T21:20:27.101Z | Checking try-lock v0.2.5 |
1855 | 2025-03-11T21:20:27.176Z | Checking httpdate v1.0.3 |
1856 | 2025-03-11T21:20:27.262Z | Checking base64 v0.22.1 |
1857 | 2025-03-11T21:20:27.440Z | Checking want v0.3.1 |
1858 | 2025-03-11T21:20:27.628Z | Checking pem-rfc7468 v0.7.0 |
1859 | 2025-03-11T21:20:27.662Z | Checking tower-service v0.3.3 |
1860 | 2025-03-11T21:20:27.745Z | Checking slog v2.7.0 |
1861 | 2025-03-11T21:20:27.814Z | Checking flagset v0.4.6 |
1862 | 2025-03-11T21:20:27.919Z | Checking mime v0.3.17 |
1863 | 2025-03-11T21:20:28.038Z | Checking der v0.7.9 |
1864 | 2025-03-11T21:20:28.217Z | Checking pbkdf2 v0.12.2 |
1865 | 2025-03-11T21:20:28.267Z | Checking aes v0.8.4 |
1866 | 2025-03-11T21:20:28.391Z | Checking gimli v0.31.1 |
1867 | 2025-03-11T21:20:28.685Z | Checking icu_normalizer v1.5.0 |
1868 | 2025-03-11T21:20:28.983Z | Checking tokio-util v0.7.13 |
1869 | 2025-03-11T21:20:29.014Z | Checking aws-lc-rs v1.12.4 |
1870 | 2025-03-11T21:20:29.148Z | Checking http-body-util v0.1.2 |
1871 | 2025-03-11T21:20:29.503Z | Checking idna_adapter v1.2.0 |
1872 | 2025-03-11T21:20:29.587Z | Checking cbc v0.1.2 |
1873 | 2025-03-11T21:20:29.736Z | Checking idna v1.0.3 |
1874 | 2025-03-11T21:20:29.764Z | Checking spki v0.7.3 |
1875 | 2025-03-11T21:20:29.820Z | Checking salsa20 v0.10.2 |
1876 | 2025-03-11T21:20:29.875Z | Checking h2 v0.4.6 |
1877 | 2025-03-11T21:20:30.057Z | Checking lazy_static v1.5.0 |
1878 | 2025-03-11T21:20:30.088Z | Checking object v0.36.5 |
1879 | 2025-03-11T21:20:30.212Z | Checking rustc-demangle v0.1.24 |
1880 | 2025-03-11T21:20:30.245Z | Checking url v2.5.3 |
1881 | 2025-03-11T21:20:30.665Z | Checking scrypt v0.11.0 |
1882 | 2025-03-11T21:20:30.813Z | Checking rustls-webpki v0.102.8 |
1883 | 2025-03-11T21:20:30.879Z | Checking regex v1.11.1 |
1884 | 2025-03-11T21:20:30.923Z | Checking rustls-pemfile v2.2.0 |
1885 | 2025-03-11T21:20:31.114Z | Checking utf8parse v0.2.2 |
1886 | 2025-03-11T21:20:31.161Z | Checking foreign-types-shared v0.1.1 |
1887 | 2025-03-11T21:20:31.277Z | Checking openssl-probe v0.1.5 |
1888 | 2025-03-11T21:20:31.307Z | Checking ipnet v2.11.0 |
1889 | 2025-03-11T21:20:31.465Z | Checking foreign-types v0.3.2 |
1890 | 2025-03-11T21:20:31.493Z | Checking pkcs5 v0.7.1 |
1891 | 2025-03-11T21:20:31.568Z | Checking serde_urlencoded v0.7.1 |
1892 | 2025-03-11T21:20:31.597Z | Checking openssl-sys v0.9.106 |
1893 | 2025-03-11T21:20:31.787Z | Checking encoding_rs v0.8.34 |
1894 | 2025-03-11T21:20:32.007Z | Checking pkcs8 v0.10.2 |
1895 | 2025-03-11T21:20:32.034Z | Checking futures-executor v0.3.31 |
1896 | 2025-03-11T21:20:32.135Z | Checking addr2line v0.24.2 |
1897 | 2025-03-11T21:20:32.286Z | Checking toml_datetime v0.6.8 |
1898 | 2025-03-11T21:20:32.344Z | Checking serde_spanned v0.6.8 |
1899 | 2025-03-11T21:20:32.570Z | Checking anstyle v1.0.10 |
1900 | 2025-03-11T21:20:32.614Z | Checking futures v0.3.31 |
1901 | 2025-03-11T21:20:32.665Z | Checking rustls v0.23.19 |
1902 | 2025-03-11T21:20:32.744Z | Checking psl-types v2.0.11 |
1903 | 2025-03-11T21:20:32.799Z | Checking openssl v0.10.71 |
1904 | 2025-03-11T21:20:32.837Z | Checking either v1.14.0 |
1905 | 2025-03-11T21:20:32.929Z | Checking anstyle-parse v0.2.5 |
1906 | 2025-03-11T21:20:32.958Z | Checking publicsuffix v2.3.0 |
1907 | 2025-03-11T21:20:33.215Z | Checking cookie v0.18.1 |
1908 | 2025-03-11T21:20:33.240Z | Checking webpki-roots v0.26.6 |
1909 | 2025-03-11T21:20:33.244Z | Checking sync_wrapper v1.0.1 |
1910 | 2025-03-11T21:20:33.440Z | Checking is-terminal v0.4.13 |
1911 | 2025-03-11T21:20:33.467Z | Checking colorchoice v1.0.2 |
1912 | 2025-03-11T21:20:33.585Z | Checking is_terminal_polyfill v1.70.1 |
1913 | 2025-03-11T21:20:33.627Z | Checking tower-layer v0.3.3 |
1914 | 2025-03-11T21:20:33.697Z | Checking anstyle-query v1.1.1 |
1915 | 2025-03-11T21:20:33.735Z | Checking data-encoding v2.6.0 |
1916 | 2025-03-11T21:20:33.856Z | Checking anstream v0.6.15 |
1917 | 2025-03-11T21:20:33.925Z | Checking tower v0.5.2 |
1918 | 2025-03-11T21:20:34.055Z | Checking cookie_store v0.21.1 |
1919 | 2025-03-11T21:20:34.231Z | Checking terminal_size v0.4.0 |
1920 | 2025-03-11T21:20:34.301Z | Checking openapiv3 v2.0.0 |
1921 | 2025-03-11T21:20:34.436Z | Checking sha1 v0.10.6 |
1922 | 2025-03-11T21:20:34.655Z | Checking strsim v0.11.1 |
1923 | 2025-03-11T21:20:34.713Z | Checking clap_lex v0.7.4 |
1924 | 2025-03-11T21:20:34.742Z | Checking camino v1.1.9 |
1925 | 2025-03-11T21:20:34.938Z | Checking signature v2.2.0 |
1926 | 2025-03-11T21:20:34.995Z | Checking clap_builder v4.5.31 |
1927 | 2025-03-11T21:20:35.171Z | Checking bitflags v1.3.2 |
1928 | 2025-03-11T21:20:35.295Z | Checking tinyvec_macros v0.1.1 |
1929 | 2025-03-11T21:20:35.328Z | Checking dirs-sys-next v0.1.2 |
1930 | 2025-03-11T21:20:35.418Z | Checking tinyvec v1.8.0 |
1931 | 2025-03-11T21:20:35.546Z | Checking scroll v0.12.0 |
1932 | 2025-03-11T21:20:36.042Z | Checking backtrace v0.3.74 |
1933 | 2025-03-11T21:20:36.072Z | Checking plain v0.2.3 |
1934 | 2025-03-11T21:20:36.181Z | Checking hyper v1.6.0 |
1935 | 2025-03-11T21:20:36.234Z | Checking ucd-trie v0.1.7 |
1936 | 2025-03-11T21:20:36.473Z | Checking pest v2.7.14 |
1937 | 2025-03-11T21:20:36.626Z | Checking anyhow v1.0.97 |
1938 | 2025-03-11T21:20:36.799Z | Checking goblin v0.8.2 |
1939 | 2025-03-11T21:20:37.028Z | Checking dirs-next v2.0.0 |
1940 | 2025-03-11T21:20:37.187Z | Checking crossbeam-channel v0.5.13 |
1941 | 2025-03-11T21:20:37.542Z | Checking num-integer v0.1.46 |
1942 | 2025-03-11T21:20:37.760Z | Checking tokio-rustls v0.26.0 |
1943 | 2025-03-11T21:20:37.830Z | Checking clap v4.5.31 |
1944 | 2025-03-11T21:20:37.866Z | Checking thread_local v1.1.8 |
1945 | 2025-03-11T21:20:37.958Z | Checking pretty-hex v0.4.1 |
1946 | 2025-03-11T21:20:37.961Z | Checking native-tls v0.2.12 |
1947 | 2025-03-11T21:20:38.012Z | Checking winnow v0.7.3 |
1948 | 2025-03-11T21:20:38.103Z | Checking hyper-util v0.1.10 |
1949 | 2025-03-11T21:20:38.144Z | Checking term v0.7.0 |
1950 | 2025-03-11T21:20:38.168Z | Checking thread-id v4.2.2 |
1951 | 2025-03-11T21:20:38.171Z | Checking crc32fast v1.4.2 |
1952 | 2025-03-11T21:20:38.294Z | Checking tokio-native-tls v0.3.1 |
1953 | 2025-03-11T21:20:38.321Z | Checking base16ct v0.2.0 |
1954 | 2025-03-11T21:20:38.449Z | Checking take_mut v0.2.2 |
1955 | 2025-03-11T21:20:38.551Z | Checking sec1 v0.7.3 |
1956 | 2025-03-11T21:20:38.554Z | Checking ff v0.13.0 |
1957 | 2025-03-11T21:20:38.605Z | Checking slog-term v2.9.1 |
1958 | 2025-03-11T21:20:38.630Z | Checking slog-async v2.8.0 |
1959 | 2025-03-11T21:20:38.798Z | Checking memmap v0.7.0 |
1960 | 2025-03-11T21:20:38.933Z | Checking zerocopy v0.8.10 |
1961 | 2025-03-11T21:20:38.936Z | Checking group v0.13.0 |
1962 | 2025-03-11T21:20:39.013Z | Checking num-iter v0.1.45 |
1963 | 2025-03-11T21:20:39.081Z | Checking dtrace-parser v0.2.0 |
1964 | 2025-03-11T21:20:39.112Z | Checking hkdf v0.12.4 |
1965 | 2025-03-11T21:20:39.197Z | Checking hex v0.4.3 |
1966 | 2025-03-11T21:20:39.232Z | Checking crypto-bigint v0.5.5 |
1967 | 2025-03-11T21:20:39.348Z | Checking static_assertions v1.1.0 |
1968 | 2025-03-11T21:20:39.468Z | Checking match_cfg v0.1.0 |
1969 | 2025-03-11T21:20:39.574Z | Checking utf-8 v0.7.6 |
1970 | 2025-03-11T21:20:39.604Z | Checking unicode-width v0.2.0 |
1971 | 2025-03-11T21:20:39.695Z | Checking hostname v0.3.1 |
1972 | 2025-03-11T21:20:39.806Z | Checking bstr v1.10.0 |
1973 | 2025-03-11T21:20:39.859Z | Checking winnow v0.5.40 |
1974 | 2025-03-11T21:20:40.017Z | Checking hyper-rustls v0.27.3 |
1975 | 2025-03-11T21:20:40.068Z | Checking hyper-tls v0.6.0 |
1976 | 2025-03-11T21:20:40.384Z | Checking unicode-segmentation v1.12.0 |
1977 | 2025-03-11T21:20:40.412Z | Checking reqwest v0.12.12 |
1978 | 2025-03-11T21:20:40.722Z | Checking num-bigint-dig v0.8.4 |
1979 | 2025-03-11T21:20:40.794Z | Checking toml_edit v0.22.24 |
1980 | 2025-03-11T21:20:41.128Z | Checking flate2 v1.1.0 |
1981 | 2025-03-11T21:20:41.610Z | Checking dof v0.3.0 |
1982 | 2025-03-11T21:20:41.807Z | Checking pkcs1 v0.7.5 |
1983 | 2025-03-11T21:20:41.860Z | Checking crossbeam-epoch v0.9.18 |
1984 | 2025-03-11T21:20:41.978Z | Checking elliptic-curve v0.13.8 |
1985 | 2025-03-11T21:20:42.218Z | Checking usdt-impl v0.5.0 |
1986 | 2025-03-11T21:20:42.267Z | Checking zerocopy v0.6.6 |
1987 | 2025-03-11T21:20:42.295Z | Checking quick-error v1.2.3 |
1988 | 2025-03-11T21:20:42.379Z | Checking unicode-normalization v0.1.24 |
1989 | 2025-03-11T21:20:42.455Z | Checking slog-json v2.6.1 |
1990 | 2025-03-11T21:20:42.594Z | Checking rfc6979 v0.4.0 |
1991 | 2025-03-11T21:20:42.671Z | Checking toml_edit v0.19.15 |
1992 | 2025-03-11T21:20:42.733Z | Checking usdt v0.5.0 |
1993 | 2025-03-11T21:20:42.759Z | Checking hubpack v0.1.2 |
1994 | 2025-03-11T21:20:42.787Z | Checking managed v0.8.0 |
1995 | 2025-03-11T21:20:42.840Z | Checking rsa v0.9.6 |
1996 | 2025-03-11T21:20:42.936Z | Checking debug-ignore v1.0.5 |
1997 | 2025-03-11T21:20:43.000Z | Checking ecdsa v0.16.9 |
1998 | 2025-03-11T21:20:43.068Z | Checking slog-bunyan v2.5.0 |
1999 | 2025-03-11T21:20:43.102Z | Checking crossbeam-deque v0.8.5 |
2000 | 2025-03-11T21:20:43.156Z | Checking rustls v0.22.4 |
2001 | 2025-03-11T21:20:43.250Z | Checking x509-cert v0.2.5 |
2002 | 2025-03-11T21:20:43.340Z | Checking serde_path_to_error v0.1.16 |
2003 | 2025-03-11T21:20:43.441Z | Checking curve25519-dalek v4.1.3 |
2004 | 2025-03-11T21:20:43.508Z | Checking toml v0.8.20 |
2005 | 2025-03-11T21:20:43.716Z | Checking ahash v0.8.11 |
2006 | 2025-03-11T21:20:43.853Z | Checking bzip2-sys v0.1.11+1.0.8 |
2007 | 2025-03-11T21:20:43.938Z | Checking siphasher v0.3.11 |
2008 | 2025-03-11T21:20:44.008Z | Checking bzip2 v0.4.4 |
2009 | 2025-03-11T21:20:44.201Z | Checking rayon-core v1.12.1 |
2010 | 2025-03-11T21:20:44.253Z | Checking ed25519 v2.2.3 |
2011 | 2025-03-11T21:20:44.283Z | Checking signal-hook v0.3.17 |
2012 | 2025-03-11T21:20:44.313Z | Checking rand_core v0.9.2 |
2013 | 2025-03-11T21:20:44.584Z | Checking console v0.15.10 |
2014 | 2025-03-11T21:20:44.650Z | Checking hickory-proto v0.24.4 |
2015 | 2025-03-11T21:20:44.679Z | Checking multer v3.1.0 |
2016 | 2025-03-11T21:20:44.804Z | Checking itertools v0.10.5 |
2017 | 2025-03-11T21:20:44.875Z | Checking waitgroup v0.1.2 |
2018 | 2025-03-11T21:20:45.037Z | Checking memoffset v0.9.1 |
2019 | 2025-03-11T21:20:45.095Z | Checking async-stream v0.3.6 |
2020 | 2025-03-11T21:20:45.133Z | Checking toml v0.7.8 |
2021 | 2025-03-11T21:20:45.161Z | Checking hostname v0.4.0 |
2022 | 2025-03-11T21:20:45.186Z | Checking rand_chacha v0.9.0 |
2023 | 2025-03-11T21:20:45.298Z | Checking ed25519-dalek v2.1.1 |
2024 | 2025-03-11T21:20:45.328Z | Checking signal-hook-mio v0.2.4 |
2025 | 2025-03-11T21:20:45.331Z | Checking zip v0.6.6 |
2026 | 2025-03-11T21:20:45.520Z | Checking fs-err v2.11.0 |
2027 | 2025-03-11T21:20:45.604Z | Checking hash32 v0.2.1 |
2028 | 2025-03-11T21:20:45.744Z | Checking simd-adler32 v0.3.7 |
2029 | 2025-03-11T21:20:45.850Z | Checking bumpalo v3.16.0 |
2030 | 2025-03-11T21:20:45.914Z | Checking predicates-core v1.0.8 |
2031 | 2025-03-11T21:20:46.034Z | Checking lockfree-object-pool v0.1.6 |
2032 | 2025-03-11T21:20:46.068Z | Checking unicode-bidi v0.3.17 |
2033 | 2025-03-11T21:20:46.108Z | Checking unicode-properties v0.1.3 |
2034 | 2025-03-11T21:20:46.135Z | Checking linked-hash-map v0.5.6 |
2035 | 2025-03-11T21:20:46.194Z | Checking heapless v0.7.17 |
2036 | 2025-03-11T21:20:46.281Z | Checking zopfli v0.8.1 |
2037 | 2025-03-11T21:20:46.447Z | Checking lru-cache v0.1.2 |
2038 | 2025-03-11T21:20:46.489Z | Checking rand v0.9.0 |
2039 | 2025-03-11T21:20:46.633Z | Checking tokio-rustls v0.25.0 |
2040 | 2025-03-11T21:20:46.664Z | Checking crossterm v0.28.1 |
2041 | 2025-03-11T21:20:46.692Z | Checking stringprep v0.1.5 |
2042 | 2025-03-11T21:20:46.941Z | Checking rayon v1.10.0 |
2043 | 2025-03-11T21:20:46.982Z | Checking phf_shared v0.11.2 |
2044 | 2025-03-11T21:20:46.985Z | Checking similar v2.7.0 |
2045 | 2025-03-11T21:20:47.037Z | Checking dropshot v0.12.0 |
2046 | 2025-03-11T21:20:47.115Z | Checking tokio-stream v0.1.17 |
2047 | 2025-03-11T21:20:47.274Z | Checking newtype-uuid v1.2.1 |
2048 | 2025-03-11T21:20:47.515Z | Checking md-5 v0.10.6 |
2049 | 2025-03-11T21:20:47.556Z | Checking float-cmp v0.10.0 |
2050 | 2025-03-11T21:20:47.774Z | Checking difflib v0.4.0 |
2051 | 2025-03-11T21:20:47.776Z | Checking normalize-line-endings v0.3.0 |
2052 | 2025-03-11T21:20:47.864Z | Checking fallible-iterator v0.2.0 |
2053 | 2025-03-11T21:20:47.920Z | Checking phf v0.11.2 |
2054 | 2025-03-11T21:20:47.948Z | Checking smoltcp v0.9.1 |
2055 | 2025-03-11T21:20:48.122Z | Checking predicates v3.1.3 |
2056 | 2025-03-11T21:20:48.203Z | Checking zip v2.1.3 |
2057 | 2025-03-11T21:20:48.347Z | Checking nix v0.29.0 |
2058 | 2025-03-11T21:20:48.464Z | Checking postgres-protocol v0.6.8 |
2059 | 2025-03-11T21:20:48.784Z | Checking phf_shared v0.10.0 |
2060 | 2025-03-11T21:20:49.094Z | Checking resolv-conf v0.7.0 |
2061 | 2025-03-11T21:20:49.125Z | Checking tungstenite v0.24.0 |
2062 | 2025-03-11T21:20:49.187Z | Checking buf-list v1.0.3 |
2063 | 2025-03-11T21:20:49.278Z | Checking serde-big-array v0.5.1 |
2064 | 2025-03-11T21:20:49.402Z | Checking portable-atomic v1.9.0 |
2065 | 2025-03-11T21:20:49.447Z | Checking minimal-lexical v0.2.1 |
2066 | 2025-03-11T21:20:49.517Z | Checking fixedbitset v0.4.2 |
2067 | 2025-03-11T21:20:49.520Z | Checking new_debug_unreachable v1.0.6 |
2068 | 2025-03-11T21:20:49.663Z | Checking number_prefix v0.4.0 |
2069 | 2025-03-11T21:20:49.780Z | Checking lalrpop-util v0.19.12 |
2070 | 2025-03-11T21:20:49.809Z | Checking precomputed-hash v0.1.1 |
2071 | 2025-03-11T21:20:49.862Z | Checking nom v7.1.3 |
2072 | 2025-03-11T21:20:49.889Z | Checking petgraph v0.6.5 |
2073 | 2025-03-11T21:20:49.943Z | Checking string_cache v0.8.7 |
2074 | 2025-03-11T21:20:49.976Z | Checking tokio-tungstenite v0.24.0 |
2075 | 2025-03-11T21:20:50.076Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2076 | 2025-03-11T21:20:50.254Z | Checking hickory-resolver v0.24.4 |
2077 | 2025-03-11T21:20:50.452Z | Checking postgres-types v0.2.9 |
2078 | 2025-03-11T21:20:50.455Z | Checking itertools v0.12.1 |
2079 | 2025-03-11T21:20:50.505Z | Checking whoami v1.5.2 |
2080 | 2025-03-11T21:20:50.584Z | Checking indicatif v0.17.11 |
2081 | 2025-03-11T21:20:50.835Z | Checking peg-runtime v0.8.5 |
2082 | 2025-03-11T21:20:51.094Z | Compiling thiserror-impl v2.0.11 |
2083 | 2025-03-11T21:20:51.143Z | Checking tokio-postgres v0.7.13 |
2084 | 2025-03-11T21:20:51.495Z | Compiling regress v0.10.3 |
2085 | 2025-03-11T21:20:51.879Z | Checking qorb v0.2.1 |
2086 | 2025-03-11T21:20:52.530Z | Compiling ident_case v1.0.1 |
2087 | 2025-03-11T21:20:52.750Z | Compiling darling_core v0.20.10 |
2088 | 2025-03-11T21:20:52.926Z | Compiling unsafe-libyaml v0.2.11 |
2089 | 2025-03-11T21:20:52.973Z | Checking heck v0.5.0 |
2090 | 2025-03-11T21:20:54.045Z | Checking fastrand v2.1.1 |
2091 | 2025-03-11T21:20:54.286Z | Checking thiserror v2.0.11 |
2092 | 2025-03-11T21:20:54.408Z | Compiling serde_yaml v0.9.34+deprecated |
2093 | 2025-03-11T21:20:54.440Z | Compiling structmeta-derive v0.3.0 |
2094 | 2025-03-11T21:20:54.466Z | Checking tempfile v3.13.0 |
2095 | 2025-03-11T21:20:54.805Z | Checking progenitor-client v0.9.1 |
2096 | 2025-03-11T21:20:54.844Z | Checking ipnetwork v0.21.1 |
2097 | 2025-03-11T21:20:55.133Z | Checking strum v0.26.3 |
2098 | 2025-03-11T21:20:55.206Z | Compiling typify-impl v0.2.0 |
2099 | 2025-03-11T21:20:55.236Z | Compiling daft-derive v0.1.1 |
2100 | 2025-03-11T21:20:55.323Z | Checking wait-timeout v0.2.0 |
2101 | 2025-03-11T21:20:55.554Z | Checking oxnet v0.1.1 |
2102 | 2025-03-11T21:20:55.957Z | Compiling dropshot v0.16.0 |
2103 | 2025-03-11T21:20:56.225Z | Checking bit-vec v0.8.0 |
2104 | 2025-03-11T21:20:56.394Z | Checking rusty-fork v0.3.0 |
2105 | 2025-03-11T21:20:56.621Z | Checking bit-set v0.8.0 |
2106 | 2025-03-11T21:20:56.716Z | Checking macaddr v1.0.1 |
2107 | 2025-03-11T21:20:56.790Z | Checking rand_xorshift v0.3.0 |
2108 | 2025-03-11T21:20:56.905Z | Compiling dropshot_endpoint v0.16.0 |
2109 | 2025-03-11T21:20:56.999Z | Compiling structmeta v0.3.0 |
2110 | 2025-03-11T21:20:57.029Z | Checking unarray v0.1.4 |
2111 | 2025-03-11T21:20:57.066Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2112 | 2025-03-11T21:20:57.203Z | Checking proptest v1.6.0 |
2113 | 2025-03-11T21:20:57.419Z | Compiling parse-display-derive v0.10.0 |
2114 | 2025-03-11T21:20:57.838Z | Compiling test-strategy v0.4.0 |
2115 | 2025-03-11T21:20:57.910Z | Checking progenitor-client v0.8.0 |
2116 | 2025-03-11T21:20:58.283Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2117 | 2025-03-11T21:20:58.475Z | Checking instant v0.1.13 |
2118 | 2025-03-11T21:20:58.624Z | Checking daft v0.1.1 |
2119 | 2025-03-11T21:20:58.702Z | Compiling darling_macro v0.20.10 |
2120 | 2025-03-11T21:20:59.054Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2121 | 2025-03-11T21:20:59.229Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2122 | 2025-03-11T21:20:59.653Z | Compiling darling v0.20.10 |
2123 | 2025-03-11T21:20:59.701Z | Checking backoff v0.4.0 |
2124 | 2025-03-11T21:20:59.787Z | Compiling serde_with_macros v3.12.0 |
2125 | 2025-03-11T21:20:59.834Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2126 | 2025-03-11T21:21:00.005Z | Checking camino-tempfile v1.1.1 |
2127 | 2025-03-11T21:21:00.038Z | Checking unicode-width v0.1.14 |
2128 | 2025-03-11T21:21:00.337Z | Compiling proc-macro-error v1.0.4 |
2129 | 2025-03-11T21:21:00.567Z | Compiling proc-macro-crate v1.3.1 |
2130 | 2025-03-11T21:21:01.137Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2131 | 2025-03-11T21:21:01.258Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2132 | 2025-03-11T21:21:01.319Z | Checking parse-display v0.10.0 |
2133 | 2025-03-11T21:21:01.449Z | Compiling num_enum_derive v0.5.11 |
2134 | 2025-03-11T21:21:01.560Z | Checking tabwriter v1.4.0 |
2135 | 2025-03-11T21:21:01.590Z | Compiling foreign-types-macros v0.2.3 |
2136 | 2025-03-11T21:21:01.645Z | Checking foreign-types-shared v0.3.1 |
2137 | 2025-03-11T21:21:01.735Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2138 | 2025-03-11T21:21:01.969Z | Checking cstr-argument v0.1.2 |
2139 | 2025-03-11T21:21:01.998Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2140 | 2025-03-11T21:21:02.153Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2141 | 2025-03-11T21:21:02.184Z | Checking pretty-hex v0.2.1 |
2142 | 2025-03-11T21:21:02.301Z | Checking serde_with v3.12.0 |
2143 | 2025-03-11T21:21:02.380Z | Checking colored v2.2.0 |
2144 | 2025-03-11T21:21:02.512Z | Checking winnow v0.6.20 |
2145 | 2025-03-11T21:21:02.758Z | Checking smf v0.2.3 |
2146 | 2025-03-11T21:21:02.783Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2147 | 2025-03-11T21:21:02.857Z | Checking foreign-types v0.5.0 |
2148 | 2025-03-11T21:21:02.957Z | Checking itertools v0.14.0 |
2149 | 2025-03-11T21:21:02.987Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2150 | 2025-03-11T21:21:03.232Z | Compiling typify-impl v0.3.0 |
2151 | 2025-03-11T21:21:03.311Z | Checking base64 v0.21.7 |
2152 | 2025-03-11T21:21:03.609Z | Checking num_enum v0.5.11 |
2153 | 2025-03-11T21:21:03.798Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2154 | 2025-03-11T21:21:03.825Z | Compiling itertools v0.13.0 |
2155 | 2025-03-11T21:21:04.096Z | Compiling crucible-workspace-hack v0.1.0 |
2156 | 2025-03-11T21:21:05.166Z | Compiling heapless v0.8.0 |
2157 | 2025-03-11T21:21:05.416Z | Checking hash32 v0.3.1 |
2158 | 2025-03-11T21:21:05.499Z | Compiling smoltcp v0.11.0 |
2159 | 2025-03-11T21:21:05.650Z | Checking cobs v0.2.3 |
2160 | 2025-03-11T21:21:05.882Z | Checking postcard v1.0.10 |
2161 | 2025-03-11T21:21:06.203Z | Checking sigpipe v0.1.3 |
2162 | 2025-03-11T21:21:06.347Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2163 | 2025-03-11T21:21:06.402Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2164 | 2025-03-11T21:21:06.566Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2165 | 2025-03-11T21:21:06.767Z | Compiling mockall_derive v0.13.1 |
2166 | 2025-03-11T21:21:06.793Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2167 | 2025-03-11T21:21:07.106Z | Checking termtree v0.4.1 |
2168 | 2025-03-11T21:21:07.169Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2169 | 2025-03-11T21:21:07.264Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2170 | 2025-03-11T21:21:07.319Z | Checking predicates-tree v1.0.11 |
2171 | 2025-03-11T21:21:07.470Z | Compiling zone_cfg_derive v0.3.0 |
2172 | 2025-03-11T21:21:07.502Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2173 | 2025-03-11T21:21:07.506Z | Compiling num-derive v0.4.2 |
2174 | 2025-03-11T21:21:07.870Z | Checking fragile v2.0.0 |
2175 | 2025-03-11T21:21:08.175Z | Checking downcast v0.11.0 |
2176 | 2025-03-11T21:21:08.412Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2177 | 2025-03-11T21:21:08.794Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2178 | 2025-03-11T21:21:08.853Z | Checking zone v0.3.0 |
2179 | 2025-03-11T21:21:09.081Z | Checking atomicwrites v0.4.4 |
2180 | 2025-03-11T21:21:09.312Z | Compiling convert_case v0.4.0 |
2181 | 2025-03-11T21:21:09.606Z | Compiling typify-macro v0.2.0 |
2182 | 2025-03-11T21:21:09.663Z | Checking tungstenite v0.21.0 |
2183 | 2025-03-11T21:21:09.766Z | Checking newline-converter v0.3.0 |
2184 | 2025-03-11T21:21:09.816Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2185 | 2025-03-11T21:21:09.942Z | Checking expectorate v1.1.0 |
2186 | 2025-03-11T21:21:10.094Z | Compiling derive_more v0.99.19 |
2187 | 2025-03-11T21:21:10.135Z | Checking same-file v1.0.6 |
2188 | 2025-03-11T21:21:10.310Z | Checking arc-swap v1.7.1 |
2189 | 2025-03-11T21:21:10.379Z | Checking walkdir v2.5.0 |
2190 | 2025-03-11T21:21:10.632Z | Checking tokio-tungstenite v0.21.0 |
2191 | 2025-03-11T21:21:10.712Z | Checking fixedbitset v0.5.7 |
2192 | 2025-03-11T21:21:10.779Z | Checking slog-scope v4.4.0 |
2193 | 2025-03-11T21:21:11.014Z | Checking slog-stdlog v4.1.1 |
2194 | 2025-03-11T21:21:11.116Z | Checking petgraph v0.7.1 |
2195 | 2025-03-11T21:21:11.174Z | Checking xattr v1.3.1 |
2196 | 2025-03-11T21:21:11.202Z | Checking filetime v0.2.25 |
2197 | 2025-03-11T21:21:11.391Z | Checking slog-envlogger v2.2.0 |
2198 | 2025-03-11T21:21:11.442Z | Checking tar v0.4.44 |
2199 | 2025-03-11T21:21:11.648Z | Checking num-rational v0.4.2 |
2200 | 2025-03-11T21:21:12.295Z | Checking num-complex v0.4.6 |
2201 | 2025-03-11T21:21:12.337Z | Checking float-ord v0.3.2 |
2202 | 2025-03-11T21:21:12.518Z | Checking password-hash v0.5.0 |
2203 | 2025-03-11T21:21:12.961Z | Checking blake2 v0.10.6 |
2204 | 2025-03-11T21:21:13.169Z | Checking num v0.4.3 |
2205 | 2025-03-11T21:21:13.205Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2206 | 2025-03-11T21:21:13.295Z | Checking indent_write v2.2.0 |
2207 | 2025-03-11T21:21:13.353Z | Compiling typify v0.2.0 |
2208 | 2025-03-11T21:21:13.507Z | Compiling progenitor-impl v0.8.0 |
2209 | 2025-03-11T21:21:13.533Z | Checking argon2 v0.5.3 |
2210 | 2025-03-11T21:21:13.909Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2211 | 2025-03-11T21:21:14.117Z | Compiling cancel-safe-futures v0.1.5 |
2212 | 2025-03-11T21:21:14.259Z | Checking swrite v0.1.0 |
2213 | 2025-03-11T21:21:14.412Z | Compiling owo-colors v4.2.0 |
2214 | 2025-03-11T21:21:14.547Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2215 | 2025-03-11T21:21:14.772Z | Checking mockall v0.13.1 |
2216 | 2025-03-11T21:21:14.919Z | Checking libsw-core v0.3.1 |
2217 | 2025-03-11T21:21:15.157Z | Checking libsw v3.4.0 |
2218 | 2025-03-11T21:21:15.684Z | Checking linear-map v1.2.0 |
2219 | 2025-03-11T21:21:15.850Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2220 | 2025-03-11T21:21:15.879Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2221 | 2025-03-11T21:21:15.960Z | Checking pem v3.0.5 |
2222 | 2025-03-11T21:21:16.175Z | Compiling lzma-sys v0.1.20 |
2223 | 2025-03-11T21:21:16.231Z | Checking headers-core v0.3.0 |
2224 | 2025-03-11T21:21:16.408Z | Compiling heck v0.3.3 |
2225 | 2025-03-11T21:21:16.565Z | Checking highway v1.3.0 |
2226 | 2025-03-11T21:21:16.677Z | Checking headers v0.4.0 |
2227 | 2025-03-11T21:21:16.748Z | Compiling zone_cfg_derive v0.1.2 |
2228 | 2025-03-11T21:21:16.818Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2229 | 2025-03-11T21:21:17.036Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2230 | 2025-03-11T21:21:17.173Z | Checking yasna v0.5.2 |
2231 | 2025-03-11T21:21:17.242Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2232 | 2025-03-11T21:21:17.357Z | Checking base64 v0.13.1 |
2233 | 2025-03-11T21:21:17.610Z | Compiling typify-macro v0.3.0 |
2234 | 2025-03-11T21:21:17.703Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2235 | 2025-03-11T21:21:17.781Z | Checking ron v0.7.1 |
2236 | 2025-03-11T21:21:18.035Z | Checking rcgen v0.12.1 |
2237 | 2025-03-11T21:21:18.127Z | Checking zone v0.1.8 |
2238 | 2025-03-11T21:21:18.211Z | Checking xz2 v0.1.7 |
2239 | 2025-03-11T21:21:18.530Z | Checking subprocess v0.2.9 |
2240 | 2025-03-11T21:21:18.677Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2241 | 2025-03-11T21:21:18.810Z | Checking humantime v2.1.0 |
2242 | 2025-03-11T21:21:18.913Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2243 | 2025-03-11T21:21:18.940Z | Compiling semver v0.1.20 |
2244 | 2025-03-11T21:21:19.115Z | Checking half v2.4.1 |
2245 | 2025-03-11T21:21:19.140Z | Checking ciborium-io v0.2.2 |
2246 | 2025-03-11T21:21:19.240Z | Checking prettyplease v0.2.30 |
2247 | 2025-03-11T21:21:19.285Z | Compiling rustc_version v0.1.7 |
2248 | 2025-03-11T21:21:19.563Z | Checking ciborium-ll v0.2.2 |
2249 | 2025-03-11T21:21:19.727Z | Compiling newtype_derive v0.1.6 |
2250 | 2025-03-11T21:21:19.874Z | Checking ciborium v0.2.2 |
2251 | 2025-03-11T21:21:20.331Z | Compiling progenitor-macro v0.8.0 |
2252 | 2025-03-11T21:21:20.959Z | Checking steno v0.4.1 |
2253 | 2025-03-11T21:21:21.234Z | Compiling typify v0.3.0 |
2254 | 2025-03-11T21:21:21.385Z | Compiling progenitor-impl v0.9.1 |
2255 | 2025-03-11T21:21:23.732Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2256 | 2025-03-11T21:21:24.127Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2257 | 2025-03-11T21:21:24.216Z | Compiling slog-dtrace v0.3.0 |
2258 | 2025-03-11T21:21:24.570Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2259 | 2025-03-11T21:21:24.877Z | Checking display-error-chain v0.2.2 |
2260 | 2025-03-11T21:21:25.088Z | Checking gethostname v0.5.0 |
2261 | 2025-03-11T21:21:25.147Z | Checking keccak v0.1.5 |
2262 | 2025-03-11T21:21:25.173Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2263 | 2025-03-11T21:21:25.260Z | Checking bytecount v0.6.8 |
2264 | 2025-03-11T21:21:25.323Z | Checking universal-hash v0.5.1 |
2265 | 2025-03-11T21:21:25.459Z | Checking secrecy v0.8.0 |
2266 | 2025-03-11T21:21:25.521Z | Checking sha3 v0.10.8 |
2267 | 2025-03-11T21:21:25.553Z | Checking opaque-debug v0.3.1 |
2268 | 2025-03-11T21:21:25.674Z | Checking nibble_vec v0.1.0 |
2269 | 2025-03-11T21:21:25.701Z | Compiling blake3 v1.5.4 |
2270 | 2025-03-11T21:21:25.913Z | Checking endian-type v0.1.2 |
2271 | 2025-03-11T21:21:25.967Z | Checking aead v0.5.2 |
2272 | 2025-03-11T21:21:26.161Z | Checking radix_trie v0.2.1 |
2273 | 2025-03-11T21:21:26.201Z | Checking poly1305 v0.8.0 |
2274 | 2025-03-11T21:21:26.592Z | Checking chacha20 v0.9.1 |
2275 | 2025-03-11T21:21:26.718Z | Compiling thiserror-impl-no-std v2.0.2 |
2276 | 2025-03-11T21:21:27.014Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2277 | 2025-03-11T21:21:27.395Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2278 | 2025-03-11T21:21:28.000Z | Checking chacha20poly1305 v0.10.1 |
2279 | 2025-03-11T21:21:28.072Z | Compiling memmap2 v0.9.5 |
2280 | 2025-03-11T21:21:28.110Z | Compiling progenitor-macro v0.9.1 |
2281 | 2025-03-11T21:21:28.222Z | Compiling arrayvec v0.7.6 |
2282 | 2025-03-11T21:21:28.452Z | Compiling arrayref v0.3.9 |
2283 | 2025-03-11T21:21:28.501Z | Compiling constant_time_eq v0.3.1 |
2284 | 2025-03-11T21:21:28.588Z | Compiling toolchain_find v0.4.0 |
2285 | 2025-03-11T21:21:29.087Z | Compiling topological-sort v0.2.2 |
2286 | 2025-03-11T21:21:29.204Z | Compiling rustfmt-wrapper v0.2.1 |
2287 | 2025-03-11T21:21:29.350Z | Compiling omicron-zone-package v0.12.0 |
2288 | 2025-03-11T21:21:29.466Z | Checking thiserror-no-std v2.0.2 |
2289 | 2025-03-11T21:21:29.614Z | Checking vsss-rs v3.3.4 |
2290 | 2025-03-11T21:21:29.823Z | Checking fxhash v0.2.1 |
2291 | 2025-03-11T21:21:29.849Z | Compiling async-recursion v1.1.1 |
2292 | 2025-03-11T21:21:30.041Z | Checking maplit v1.0.2 |
2293 | 2025-03-11T21:21:30.182Z | Compiling const_format_proc_macros v0.2.34 |
2294 | 2025-03-11T21:21:30.677Z | Compiling radium v0.7.0 |
2295 | 2025-03-11T21:21:31.194Z | Checking termcolor v1.4.1 |
2296 | 2025-03-11T21:21:31.409Z | Checking home v0.5.9 |
2297 | 2025-03-11T21:21:31.620Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2298 | 2025-03-11T21:21:31.644Z | Checking kstat-rs v0.2.4 |
2299 | 2025-03-11T21:21:31.838Z | Compiling vte_generate_state_changes v0.1.2 |
2300 | 2025-03-11T21:21:32.006Z | Checking tap v1.0.1 |
2301 | 2025-03-11T21:21:32.096Z | Checking const_format v0.2.34 |
2302 | 2025-03-11T21:21:32.199Z | Compiling maybe-uninit v2.0.0 |
2303 | 2025-03-11T21:21:32.365Z | Checking progenitor v0.8.0 |
2304 | 2025-03-11T21:21:32.596Z | Checking vte v0.11.1 |
2305 | 2025-03-11T21:21:32.622Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2306 | 2025-03-11T21:21:32.700Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2307 | 2025-03-11T21:21:32.885Z | Checking wyz v0.5.1 |
2308 | 2025-03-11T21:21:33.692Z | Checking fd-lock v4.0.2 |
2309 | 2025-03-11T21:21:33.919Z | Checking crc-catalog v2.4.0 |
2310 | 2025-03-11T21:21:34.046Z | Compiling packed_struct v0.10.1 |
2311 | 2025-03-11T21:21:34.085Z | Checking funty v2.0.0 |
2312 | 2025-03-11T21:21:34.578Z | Checking crc v3.2.1 |
2313 | 2025-03-11T21:21:35.016Z | Checking bitvec v1.0.1 |
2314 | 2025-03-11T21:21:35.048Z | Checking strip-ansi-escapes v0.2.0 |
2315 | 2025-03-11T21:21:35.257Z | Compiling packed_struct_codegen v0.10.1 |
2316 | 2025-03-11T21:21:35.348Z | Compiling indexmap v1.9.3 |
2317 | 2025-03-11T21:21:35.733Z | Checking nu-ansi-term v0.50.1 |
2318 | 2025-03-11T21:21:36.195Z | Checking nodrop v0.1.14 |
2319 | 2025-03-11T21:21:36.353Z | Checking array-init v0.0.4 |
2320 | 2025-03-11T21:21:37.015Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2321 | 2025-03-11T21:21:37.257Z | Checking reedline v0.38.0 |
2322 | 2025-03-11T21:21:37.449Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2323 | 2025-03-11T21:21:37.958Z | Checking smallvec v0.6.14 |
2324 | 2025-03-11T21:21:39.458Z | Checking hashbrown v0.12.3 |
2325 | 2025-03-11T21:21:39.867Z | Checking bitfield v0.14.0 |
2326 | 2025-03-11T21:21:40.167Z | Checking serde-hex v0.1.0 |
2327 | 2025-03-11T21:21:40.193Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2328 | 2025-03-11T21:21:40.216Z | Checking progenitor v0.9.1 |
2329 | 2025-03-11T21:21:40.451Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2330 | 2025-03-11T21:21:40.532Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2331 | 2025-03-11T21:21:40.668Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2332 | 2025-03-11T21:21:41.302Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2333 | 2025-03-11T21:21:44.710Z | Checking env_logger v0.10.2 |
2334 | 2025-03-11T21:21:44.915Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2335 | 2025-03-11T21:21:45.165Z | Checking ron v0.8.1 |
2336 | 2025-03-11T21:21:45.271Z | Checking hashbrown v0.13.2 |
2337 | 2025-03-11T21:21:46.098Z | Compiling libefi-sys v0.1.0 |
2338 | 2025-03-11T21:21:46.269Z | Checking crc-any v2.5.0 |
2339 | 2025-03-11T21:21:46.444Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2340 | 2025-03-11T21:21:46.499Z | Checking object v0.30.4 |
2341 | 2025-03-11T21:21:46.646Z | Compiling phf_generator v0.11.2 |
2342 | 2025-03-11T21:21:46.754Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2343 | 2025-03-11T21:21:46.865Z | Compiling bitfield-struct v0.6.2 |
2344 | 2025-03-11T21:21:47.170Z | Checking path-slash v0.1.5 |
2345 | 2025-03-11T21:21:47.326Z | Compiling phf_codegen v0.11.2 |
2346 | 2025-03-11T21:21:47.557Z | Checking papergrid v0.11.0 |
2347 | 2025-03-11T21:21:47.728Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2348 | 2025-03-11T21:21:48.045Z | Compiling tabled_derive v0.7.0 |
2349 | 2025-03-11T21:21:48.246Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2350 | 2025-03-11T21:21:48.827Z | Compiling parse-zoneinfo v0.3.1 |
2351 | 2025-03-11T21:21:49.041Z | Compiling cfg_aliases v0.1.1 |
2352 | 2025-03-11T21:21:49.177Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2353 | 2025-03-11T21:21:49.326Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2354 | 2025-03-11T21:21:49.796Z | Compiling chrono-tz-build v0.4.0 |
2355 | 2025-03-11T21:21:50.217Z | Checking tabled v0.15.0 |
2356 | 2025-03-11T21:21:50.482Z | Compiling nix v0.28.0 |
2357 | 2025-03-11T21:21:50.992Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2358 | 2025-03-11T21:21:51.227Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2359 | 2025-03-11T21:21:51.272Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2360 | 2025-03-11T21:21:52.013Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2361 | 2025-03-11T21:21:53.187Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2362 | 2025-03-11T21:21:54.010Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2363 | 2025-03-11T21:21:54.236Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2364 | 2025-03-11T21:21:54.432Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2365 | 2025-03-11T21:21:55.153Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2366 | 2025-03-11T21:21:55.595Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2367 | 2025-03-11T21:21:55.666Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2368 | 2025-03-11T21:21:56.246Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2369 | 2025-03-11T21:21:56.363Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2370 | 2025-03-11T21:21:56.630Z | Checking nanorand v0.7.0 |
2371 | 2025-03-11T21:21:56.901Z | Compiling parking_lot_core v0.8.6 |
2372 | 2025-03-11T21:21:56.929Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2373 | 2025-03-11T21:21:57.014Z | Checking flume v0.11.1 |
2374 | 2025-03-11T21:21:57.040Z | Compiling chrono-tz v0.10.1 |
2375 | 2025-03-11T21:21:57.380Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2376 | 2025-03-11T21:21:57.791Z | Compiling peg-macros v0.8.5 |
2377 | 2025-03-11T21:21:58.411Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2025-03-11T21:21:58.906Z | Compiling sqlparser_derive v0.2.2 |
2379 | 2025-03-11T21:21:59.514Z | Checking glob v0.3.2 |
2380 | 2025-03-11T21:21:59.882Z | Checking unicode_categories v0.1.1 |
2381 | 2025-03-11T21:21:59.907Z | Checking rustyline v14.0.0 |
2382 | 2025-03-11T21:22:00.040Z | Checking sqlparser v0.45.0 |
2383 | 2025-03-11T21:22:00.218Z | Checking sqlformat v0.2.6 |
2384 | 2025-03-11T21:22:01.271Z | Checking peg v0.8.5 |
2385 | 2025-03-11T21:22:01.406Z | Checking parking_lot v0.11.2 |
2386 | 2025-03-11T21:22:01.548Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2387 | 2025-03-11T21:22:01.576Z | Checking bcs v0.1.6 |
2388 | 2025-03-11T21:22:01.793Z | Checking termtree v0.5.1 |
2389 | 2025-03-11T21:22:02.027Z | Checking sled v0.34.7 |
2390 | 2025-03-11T21:22:02.049Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2391 | 2025-03-11T21:22:03.225Z | Checking hickory-client v0.24.4 |
2392 | 2025-03-11T21:22:03.390Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2393 | 2025-03-11T21:22:03.933Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2394 | 2025-03-11T21:22:04.265Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2395 | 2025-03-11T21:22:04.797Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2396 | 2025-03-11T21:22:05.462Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2397 | 2025-03-11T21:22:06.388Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2398 | 2025-03-11T21:22:06.461Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2399 | 2025-03-11T21:22:06.464Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2400 | 2025-03-11T21:22:06.877Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2401 | 2025-03-11T21:22:07.719Z | Checking hickory-server v0.24.4 |
2402 | 2025-03-11T21:22:07.745Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2403 | 2025-03-11T21:22:08.833Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2404 | 2025-03-11T21:22:08.947Z | Compiling unicase v2.7.0 |
2405 | 2025-03-11T21:22:09.539Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2406 | 2025-03-11T21:22:10.255Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2407 | 2025-03-11T21:22:10.280Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2408 | 2025-03-11T21:22:10.971Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2409 | 2025-03-11T21:22:11.200Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2410 | 2025-03-11T21:22:11.841Z | Compiling dsl_auto_type v0.1.2 |
2411 | 2025-03-11T21:22:11.959Z | Checking primeorder v0.13.6 |
2412 | 2025-03-11T21:22:12.340Z | Checking scheduled-thread-pool v0.2.7 |
2413 | 2025-03-11T21:22:12.464Z | Compiling diesel_table_macro_syntax v0.2.0 |
2414 | 2025-03-11T21:22:12.512Z | Compiling crunchy v0.2.2 |
2415 | 2025-03-11T21:22:12.572Z | Checking r2d2 v0.8.10 |
2416 | 2025-03-11T21:22:12.873Z | Compiling mime_guess v2.0.5 |
2417 | 2025-03-11T21:22:12.936Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2418 | 2025-03-11T21:22:13.052Z | Compiling tiny-keccak v2.0.2 |
2419 | 2025-03-11T21:22:13.291Z | Compiling diesel_derives v2.2.3 |
2420 | 2025-03-11T21:22:13.433Z | Checking http-range v0.1.5 |
2421 | 2025-03-11T21:22:13.771Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2422 | 2025-03-11T21:22:13.796Z | Checking signal-hook-tokio v0.3.1 |
2423 | 2025-03-11T21:22:13.948Z | Checking atty v0.2.14 |
2424 | 2025-03-11T21:22:13.999Z | Compiling salty v0.3.0 |
2425 | 2025-03-11T21:22:14.049Z | Compiling ref-cast v1.0.23 |
2426 | 2025-03-11T21:22:14.084Z | Compiling bit-vec v0.6.3 |
2427 | 2025-03-11T21:22:14.465Z | Compiling bit-set v0.5.3 |
2428 | 2025-03-11T21:22:14.662Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2429 | 2025-03-11T21:22:14.761Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2430 | 2025-03-11T21:22:14.870Z | Checking p384 v0.13.0 |
2431 | 2025-03-11T21:22:15.214Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2432 | 2025-03-11T21:22:15.978Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2433 | 2025-03-11T21:22:16.026Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2434 | 2025-03-11T21:22:16.072Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2435 | 2025-03-11T21:22:16.394Z | Compiling ascii-canvas v3.0.0 |
2436 | 2025-03-11T21:22:16.418Z | Compiling ena v0.14.3 |
2437 | 2025-03-11T21:22:16.482Z | Compiling ref-cast-impl v1.0.23 |
2438 | 2025-03-11T21:22:16.572Z | Compiling bindgen v0.71.1 |
2439 | 2025-03-11T21:22:16.815Z | Compiling regex-syntax v0.6.29 |
2440 | 2025-03-11T21:22:16.903Z | Compiling diff v0.1.13 |
2441 | 2025-03-11T21:22:17.097Z | Checking hyper-staticfile v0.10.1 |
2442 | 2025-03-11T21:22:17.523Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2443 | 2025-03-11T21:22:17.634Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2444 | 2025-03-11T21:22:17.759Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2445 | 2025-03-11T21:22:18.066Z | Checking tungstenite v0.23.0 |
2446 | 2025-03-11T21:22:18.120Z | Checking env_filter v0.1.2 |
2447 | 2025-03-11T21:22:18.209Z | Compiling rustc-hash v2.1.1 |
2448 | 2025-03-11T21:22:18.397Z | Checking env_logger v0.11.5 |
2449 | 2025-03-11T21:22:18.765Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2450 | 2025-03-11T21:22:18.964Z | Checking tokio-tungstenite v0.23.1 |
2451 | 2025-03-11T21:22:19.390Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2452 | 2025-03-11T21:22:19.490Z | Compiling derive_builder_core v0.20.2 |
2453 | 2025-03-11T21:22:19.753Z | Compiling libxml v0.3.3 |
2454 | 2025-03-11T21:22:20.177Z | Compiling lalrpop v0.19.12 |
2455 | 2025-03-11T21:22:20.614Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2456 | 2025-03-11T21:22:20.929Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2457 | 2025-03-11T21:22:21.139Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2458 | 2025-03-11T21:22:21.323Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2459 | 2025-03-11T21:22:21.457Z | Checking nix v0.27.1 |
2460 | 2025-03-11T21:22:21.623Z | Compiling strum_macros v0.24.3 |
2461 | 2025-03-11T21:22:21.653Z | Compiling derive_builder_macro v0.20.2 |
2462 | 2025-03-11T21:22:22.112Z | Compiling indoc v1.0.9 |
2463 | 2025-03-11T21:22:22.566Z | Checking derive_builder v0.20.2 |
2464 | 2025-03-11T21:22:23.484Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2465 | 2025-03-11T21:22:24.636Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2466 | 2025-03-11T21:22:24.708Z | Checking diesel v2.2.8 |
2467 | 2025-03-11T21:22:24.838Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2468 | 2025-03-11T21:22:24.870Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2469 | 2025-03-11T21:22:25.218Z | Checking quick-xml v0.37.2 |
2470 | 2025-03-11T21:22:25.496Z | Compiling impl-trait-for-tuples v0.2.2 |
2471 | 2025-03-11T21:22:27.344Z | Compiling oso-derive v0.27.3 |
2472 | 2025-03-11T21:22:27.564Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2473 | 2025-03-11T21:22:27.671Z | Compiling diesel-dtrace v0.4.2 |
2474 | 2025-03-11T21:22:28.115Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2475 | 2025-03-11T21:22:28.299Z | Checking bb8 v0.8.5 |
2476 | 2025-03-11T21:22:28.512Z | Compiling pin-project-internal v1.1.6 |
2477 | 2025-03-11T21:22:28.808Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2478 | 2025-03-11T21:22:29.208Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2479 | 2025-03-11T21:22:29.681Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2480 | 2025-03-11T21:22:30.769Z | Compiling snafu-derive v0.8.5 |
2481 | 2025-03-11T21:22:31.133Z | Checking pin-project v1.1.6 |
2482 | 2025-03-11T21:22:31.158Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2483 | 2025-03-11T21:22:31.303Z | Checking olpc-cjson v0.1.4 |
2484 | 2025-03-11T21:22:31.549Z | Checking globset v0.4.15 |
2485 | 2025-03-11T21:22:32.084Z | Checking serde_plain v1.0.2 |
2486 | 2025-03-11T21:22:32.110Z | Checking typed-path v0.9.3 |
2487 | 2025-03-11T21:22:32.254Z | Checking assert_matches v1.5.0 |
2488 | 2025-03-11T21:22:32.364Z | Checking parse-size v1.1.0 |
2489 | 2025-03-11T21:22:32.386Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2490 | 2025-03-11T21:22:32.561Z | Checking rand_seeder v0.3.0 |
2491 | 2025-03-11T21:22:32.842Z | Compiling proc-macro-error-attr2 v2.0.0 |
2492 | 2025-03-11T21:22:33.454Z | Checking heck v0.4.1 |
2493 | 2025-03-11T21:22:33.673Z | Compiling proc-macro-error2 v2.0.1 |
2494 | 2025-03-11T21:22:33.705Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2495 | 2025-03-11T21:22:34.068Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2496 | 2025-03-11T21:22:34.142Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2497 | 2025-03-11T21:22:34.313Z | Compiling tabled_derive v0.10.0 |
2498 | 2025-03-11T21:22:34.396Z | Checking papergrid v0.14.0 |
2499 | 2025-03-11T21:22:35.636Z | Checking snafu v0.8.5 |
2500 | 2025-03-11T21:22:35.947Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2501 | 2025-03-11T21:22:36.148Z | Checking tough v0.19.0 |
2502 | 2025-03-11T21:22:36.738Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2503 | 2025-03-11T21:22:37.114Z | Checking tabled v0.18.0 |
2504 | 2025-03-11T21:22:37.181Z | Checking io-lifetimes v1.0.11 |
2505 | 2025-03-11T21:22:37.666Z | Checking yansi v1.0.1 |
2506 | 2025-03-11T21:22:37.758Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2507 | 2025-03-11T21:22:38.263Z | Checking pretty_assertions v1.4.1 |
2508 | 2025-03-11T21:22:38.513Z | Checking rustix v0.37.28 |
2509 | 2025-03-11T21:22:39.635Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2510 | 2025-03-11T21:22:39.949Z | Checking terminal_size v0.2.6 |
2511 | 2025-03-11T21:22:40.150Z | Compiling libz-sys v1.1.20 |
2512 | 2025-03-11T21:22:40.609Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2513 | 2025-03-11T21:22:40.853Z | Compiling indoc v2.0.6 |
2514 | 2025-03-11T21:22:40.926Z | Checking unicode-linebreak v0.1.5 |
2515 | 2025-03-11T21:22:41.354Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2516 | 2025-03-11T21:22:41.388Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2517 | 2025-03-11T21:22:41.759Z | Checking smawk v0.3.2 |
2518 | 2025-03-11T21:22:41.955Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2519 | 2025-03-11T21:22:41.998Z | Checking textwrap v0.16.1 |
2520 | 2025-03-11T21:22:42.287Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2521 | 2025-03-11T21:22:42.437Z | Checking castaway v0.2.3 |
2522 | 2025-03-11T21:22:42.638Z | Checking is_ci v1.2.0 |
2523 | 2025-03-11T21:22:42.666Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2524 | 2025-03-11T21:22:42.806Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2525 | 2025-03-11T21:22:42.861Z | Checking supports-color v3.0.2 |
2526 | 2025-03-11T21:22:43.082Z | Checking compact_str v0.8.0 |
2527 | 2025-03-11T21:22:43.952Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2528 | 2025-03-11T21:22:44.250Z | Checking unicode-truncate v1.1.0 |
2529 | 2025-03-11T21:22:44.513Z | Checking lru v0.12.5 |
2530 | 2025-03-11T21:22:44.844Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2531 | 2025-03-11T21:22:45.293Z | Compiling instability v0.3.2 |
2532 | 2025-03-11T21:22:45.681Z | Checking cassowary v0.3.0 |
2533 | 2025-03-11T21:22:46.488Z | Checking ratatui v0.29.0 |
2534 | 2025-03-11T21:22:46.632Z | Checking cargo-platform v0.1.8 |
2535 | 2025-03-11T21:22:46.979Z | Checking cargo_metadata v0.19.2 |
2536 | 2025-03-11T21:22:47.014Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2537 | 2025-03-11T21:22:48.069Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2538 | 2025-03-11T21:22:48.735Z | Compiling vergen v8.3.2 |
2539 | 2025-03-11T21:22:49.421Z | Compiling cargo_metadata v0.18.1 |
2540 | 2025-03-11T21:22:49.539Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2541 | 2025-03-11T21:22:49.605Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2542 | 2025-03-11T21:22:51.249Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2543 | 2025-03-11T21:22:51.533Z | Checking plotters-backend v0.3.7 |
2544 | 2025-03-11T21:22:51.969Z | Checking shell-words v1.1.0 |
2545 | 2025-03-11T21:22:52.081Z | Compiling rustls v0.21.12 |
2546 | 2025-03-11T21:22:52.186Z | Checking plotters-svg v0.3.7 |
2547 | 2025-03-11T21:22:52.478Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2548 | 2025-03-11T21:22:52.504Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2549 | 2025-03-11T21:22:52.527Z | Checking rustls-webpki v0.101.7 |
2550 | 2025-03-11T21:22:52.803Z | Checking sct v0.7.1 |
2551 | 2025-03-11T21:22:52.827Z | Checking cast v0.3.0 |
2552 | 2025-03-11T21:22:53.128Z | Checking plotters v0.3.7 |
2553 | 2025-03-11T21:22:53.175Z | Checking criterion-plot v0.5.0 |
2554 | 2025-03-11T21:22:53.644Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2555 | 2025-03-11T21:22:53.988Z | Checking tinytemplate v1.2.1 |
2556 | 2025-03-11T21:22:54.335Z | Checking concurrent-queue v2.5.0 |
2557 | 2025-03-11T21:22:54.643Z | Checking anes v0.1.6 |
2558 | 2025-03-11T21:22:54.843Z | Checking oorandom v11.1.4 |
2559 | 2025-03-11T21:22:54.996Z | Checking parking v2.2.1 |
2560 | 2025-03-11T21:22:55.052Z | Checking criterion v0.5.1 |
2561 | 2025-03-11T21:22:55.246Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2562 | 2025-03-11T21:22:56.021Z | Checking async-bb8-diesel v0.2.1 |
2563 | 2025-03-11T21:22:56.630Z | Checking tokio-rustls v0.24.1 |
2564 | 2025-03-11T21:22:56.689Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2565 | 2025-03-11T21:22:57.035Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2566 | 2025-03-11T21:22:57.385Z | Checking rustls-pemfile v1.0.4 |
2567 | 2025-03-11T21:22:57.640Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2568 | 2025-03-11T21:22:57.783Z | Checking twox-hash v2.1.0 |
2569 | 2025-03-11T21:22:57.846Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2570 | 2025-03-11T21:22:57.997Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2571 | 2025-03-11T21:22:58.436Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2572 | 2025-03-11T21:23:00.154Z | Checking fatfs v0.3.6 |
2573 | 2025-03-11T21:23:00.267Z | Checking csv-core v0.1.11 |
2574 | 2025-03-11T21:23:00.661Z | Checking hex-literal v0.4.1 |
2575 | 2025-03-11T21:23:00.821Z | Checking csv v1.3.1 |
2576 | 2025-03-11T21:23:01.159Z | Checking event-listener v5.3.1 |
2577 | 2025-03-11T21:23:01.623Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2578 | 2025-03-11T21:23:01.669Z | Checking rtoolbox v0.0.2 |
2579 | 2025-03-11T21:23:01.909Z | Checking rpassword v7.3.1 |
2580 | 2025-03-11T21:23:02.098Z | Checking event-listener-strategy v0.5.2 |
2581 | 2025-03-11T21:23:02.337Z | Checking tui-tree-widget v0.23.0 |
2582 | 2025-03-11T21:23:02.712Z | Checking polyval v0.6.2 |
2583 | 2025-03-11T21:23:02.999Z | Checking ghash v0.5.1 |
2584 | 2025-03-11T21:23:03.210Z | Checking futures-lite v2.3.0 |
2585 | 2025-03-11T21:23:04.573Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2586 | 2025-03-11T21:23:05.111Z | Checking ctr v0.9.2 |
2587 | 2025-03-11T21:23:06.116Z | Checking aes-gcm v0.10.3 |
2588 | 2025-03-11T21:23:06.380Z | Checking ssh-encoding v0.2.0 |
2589 | 2025-03-11T21:23:06.716Z | Checking blowfish v0.9.1 |
2590 | 2025-03-11T21:23:06.984Z | Checking bcrypt-pbkdf v0.10.0 |
2591 | 2025-03-11T21:23:07.261Z | Checking ssh-cipher v0.2.0 |
2592 | 2025-03-11T21:23:07.584Z | Checking async-lock v3.4.0 |
2593 | 2025-03-11T21:23:07.671Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2594 | 2025-03-11T21:23:08.065Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2595 | 2025-03-11T21:23:08.422Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2596 | 2025-03-11T21:23:08.549Z | Checking password-hash v0.4.2 |
2597 | 2025-03-11T21:23:09.019Z | Checking polling v3.7.3 |
2598 | 2025-03-11T21:23:09.434Z | Checking async-io v2.3.4 |
2599 | 2025-03-11T21:23:09.752Z | Checking pbkdf2 v0.11.0 |
2600 | 2025-03-11T21:23:10.070Z | Checking ssh-key v0.6.6 |
2601 | 2025-03-11T21:23:10.266Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2602 | 2025-03-11T21:23:11.027Z | Checking p521 v0.13.3 |
2603 | 2025-03-11T21:23:11.728Z | Checking p256 v0.13.2 |
2604 | 2025-03-11T21:23:12.215Z | Checking russh-cryptovec v0.7.3 |
2605 | 2025-03-11T21:23:12.468Z | Compiling target-lexicon v0.13.2 |
2606 | 2025-03-11T21:23:12.529Z | Checking md5 v0.7.0 |
2607 | 2025-03-11T21:23:12.870Z | Checking async-task v4.7.1 |
2608 | 2025-03-11T21:23:13.241Z | Checking russh-keys v0.45.0 |
2609 | 2025-03-11T21:23:13.617Z | Checking async-channel v2.3.1 |
2610 | 2025-03-11T21:23:13.965Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2611 | 2025-03-11T21:23:14.359Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2612 | 2025-03-11T21:23:14.545Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2613 | 2025-03-11T21:23:15.078Z | Checking piper v0.2.4 |
2614 | 2025-03-11T21:23:15.353Z | Checking num-bigint v0.4.6 |
2615 | 2025-03-11T21:23:15.379Z | Checking des v0.8.1 |
2616 | 2025-03-11T21:23:15.646Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2617 | 2025-03-11T21:23:15.675Z | Compiling guppy-workspace-hack v0.1.0 |
2618 | 2025-03-11T21:23:16.006Z | Checking futures-timer v3.0.3 |
2619 | 2025-03-11T21:23:16.380Z | Checking blocking v1.6.1 |
2620 | 2025-03-11T21:23:16.525Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2621 | 2025-03-11T21:23:17.203Z | Checking async-executor v1.13.1 |
2622 | 2025-03-11T21:23:17.598Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2623 | 2025-03-11T21:23:17.682Z | Checking russh v0.45.0 |
2624 | 2025-03-11T21:23:17.938Z | Checking async-signal v0.2.10 |
2625 | 2025-03-11T21:23:18.167Z | Checking rustls-native-certs v0.7.3 |
2626 | 2025-03-11T21:23:18.232Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2627 | 2025-03-11T21:23:18.639Z | Checking event-listener v2.5.3 |
2628 | 2025-03-11T21:23:18.686Z | Compiling target-spec v3.4.2 |
2629 | 2025-03-11T21:23:18.895Z | Checking internet-checksum v0.2.1 |
2630 | 2025-03-11T21:23:19.104Z | Checking async-channel v1.9.0 |
2631 | 2025-03-11T21:23:19.396Z | Checking hyper-rustls v0.26.0 |
2632 | 2025-03-11T21:23:19.768Z | Checking async-process v2.3.0 |
2633 | 2025-03-11T21:23:19.811Z | Checking async-global-executor v2.4.1 |
2634 | 2025-03-11T21:23:20.136Z | Checking cfg-expr v0.18.0 |
2635 | 2025-03-11T21:23:20.327Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2636 | 2025-03-11T21:23:20.985Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2637 | 2025-03-11T21:23:21.848Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2638 | 2025-03-11T21:23:21.909Z | Checking httptest v0.16.3 |
2639 | 2025-03-11T21:23:22.258Z | Compiling petname v2.0.2 |
2640 | 2025-03-11T21:23:22.646Z | Checking kv-log-macro v1.0.7 |
2641 | 2025-03-11T21:23:22.813Z | Compiling async-attributes v1.1.2 |
2642 | 2025-03-11T21:23:23.676Z | Checking async-std v1.13.0 |
2643 | 2025-03-11T21:23:25.395Z | Checking pathdiff v0.2.3 |
2644 | 2025-03-11T21:23:25.585Z | Compiling rstest_macros v0.24.0 |
2645 | 2025-03-11T21:23:25.609Z | Compiling doc-comment v0.3.3 |
2646 | 2025-03-11T21:23:26.136Z | Compiling target-triple v0.1.3 |
2647 | 2025-03-11T21:23:26.157Z | Checking nested v0.1.1 |
2648 | 2025-03-11T21:23:26.422Z | Checking guppy v0.17.17 |
2649 | 2025-03-11T21:23:27.134Z | Checking async-object-pool v0.1.5 |
2650 | 2025-03-11T21:23:27.348Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2651 | 2025-03-11T21:23:27.769Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2652 | 2025-03-11T21:23:28.122Z | Checking similar-asserts v1.7.0 |
2653 | 2025-03-11T21:23:28.398Z | Checking serde_regex v1.1.0 |
2654 | 2025-03-11T21:23:28.441Z | Checking assert-json-diff v2.0.2 |
2655 | 2025-03-11T21:23:28.716Z | Compiling proc-macro-crate v3.2.0 |
2656 | 2025-03-11T21:23:28.768Z | Checking path-tree v0.8.1 |
2657 | 2025-03-11T21:23:29.150Z | Checking sync-ptr v0.1.1 |
2658 | 2025-03-11T21:23:29.402Z | Compiling relative-path v1.9.3 |
2659 | 2025-03-11T21:23:29.861Z | Compiling assert_cmd v2.0.16 |
2660 | 2025-03-11T21:23:30.000Z | Checking stringmetrics v2.2.2 |
2661 | 2025-03-11T21:23:30.266Z | Checking httpmock v0.8.0-alpha.1 |
2662 | 2025-03-11T21:23:30.701Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2663 | 2025-03-11T21:23:32.044Z | Checking blake2b_simd v1.0.2 |
2664 | 2025-03-11T21:23:32.956Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2665 | 2025-03-11T21:23:35.370Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2666 | 2025-03-11T21:23:35.709Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2667 | 2025-03-11T21:23:36.052Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2668 | 2025-03-11T21:23:36.384Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2669 | 2025-03-11T21:23:36.986Z | Checking serde_tokenstream v0.2.2 |
2670 | 2025-03-11T21:23:37.421Z | Checking uzers v0.12.1 |
2671 | 2025-03-11T21:23:38.001Z | Checking rust-argon2 v2.1.0 |
2672 | 2025-03-11T21:23:38.462Z | Checking trybuild v1.0.103 |
2673 | 2025-03-11T21:23:38.567Z | Compiling git2 v0.19.0 |
2674 | 2025-03-11T21:23:38.902Z | Checking rstest v0.24.0 |
2675 | 2025-03-11T21:23:39.634Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2676 | 2025-03-11T21:23:39.774Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2677 | 2025-03-11T21:23:40.940Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2678 | 2025-03-11T21:23:42.100Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2679 | 2025-03-11T21:23:42.945Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2680 | 2025-03-11T21:23:43.298Z | Checking rand_distr v0.4.3 |
2681 | 2025-03-11T21:23:44.815Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2682 | 2025-03-11T21:23:45.785Z | Checking multimap v0.10.0 |
2683 | 2025-03-11T21:23:46.130Z | Checking approx v0.5.1 |
2684 | 2025-03-11T21:23:46.341Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2685 | 2025-03-11T21:23:46.614Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2686 | 2025-03-11T21:23:46.932Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2687 | 2025-03-11T21:23:47.284Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2688 | 2025-03-11T21:23:47.406Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2689 | 2025-03-11T21:23:47.829Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2690 | 2025-03-11T21:23:48.151Z | Checking partial-io v0.5.4 |
2691 | 2025-03-11T21:23:48.310Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2692 | 2025-03-11T21:23:48.538Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2693 | 2025-03-11T21:23:48.657Z | Checking cargo_toml v0.21.0 |
2694 | 2025-03-11T21:23:49.183Z | Checking termios v0.3.3 |
2695 | 2025-03-11T21:23:49.472Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2696 | 2025-03-11T21:23:50.308Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2697 | 2025-03-11T21:23:50.487Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2698 | 2025-03-11T21:23:52.171Z | Compiling samael v0.0.18 |
2699 | 2025-03-11T21:23:53.465Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2700 | 2025-03-11T21:24:10.656Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2701 | 2025-03-11T21:24:18.843Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2702 | 2025-03-11T21:24:43.483Z | Compiling polar-core v0.27.3 |
2703 | 2025-03-11T21:24:44.350Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2704 | 2025-03-11T21:24:44.924Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2705 | 2025-03-11T21:24:50.451Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2706 | 2025-03-11T21:24:54.675Z | Checking oso v0.27.3 |
2707 | 2025-03-11T21:25:35.791Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2708 | 2025-03-11T21:25:35.791Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2709 | 2025-03-11T21:25:35.794Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2710 | 2025-03-11T21:26:51.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
2711 | 2025-03-11T21:26:52.383Z | |
2712 | 2025-03-11T21:26:52.383Z | real 6:41.467239379 |
2713 | 2025-03-11T21:26:52.383Z | user 36:45.206817033 |
2714 | 2025-03-11T21:26:52.383Z | sys 5:19.761186249 |
2715 | 2025-03-11T21:26:52.383Z | trap 1.078864249 |
2716 | 2025-03-11T21:26:52.383Z | tflt 0.582780856 |
2717 | 2025-03-11T21:26:52.383Z | dflt 0.277510452 |
2718 | 2025-03-11T21:26:52.383Z | kflt 0.000921815 |
2719 | 2025-03-11T21:26:52.383Z | lock 53:23.878592302 |
2720 | 2025-03-11T21:26:52.383Z | slp 2:05:13.461975149 |
2721 | 2025-03-11T21:26:52.384Z | lat 1:48.421040650 |
2722 | 2025-03-11T21:26:52.387Z | stop 7:15.739961156 |
2723 | 2025-03-11T21:26:52.387Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2724 | 2025-03-11T21:26:52.387Z | + ptime -m cargo doc --workspace --no-deps |
2725 | 2025-03-11T21:26:53.519Z | warning: output filename collision. |
2726 | 2025-03-11T21:26:53.519Z | 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)`. |
2727 | 2025-03-11T21:26:53.519Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2728 | 2025-03-11T21:26:53.519Z | The targets should have unique names. |
2729 | 2025-03-11T21:26:53.519Z | This is a known bug where multiple crates with the same name use |
2730 | 2025-03-11T21:26:53.520Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2731 | 2025-03-11T21:26:54.025Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2732 | 2025-03-11T21:26:54.176Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2733 | 2025-03-11T21:26:54.198Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2734 | 2025-03-11T21:26:54.248Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2735 | 2025-03-11T21:26:54.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2736 | 2025-03-11T21:26:54.315Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2737 | 2025-03-11T21:26:54.315Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2738 | 2025-03-11T21:26:54.563Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2739 | 2025-03-11T21:26:54.598Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2740 | 2025-03-11T21:26:54.632Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2741 | 2025-03-11T21:26:54.705Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2742 | 2025-03-11T21:26:54.869Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2743 | 2025-03-11T21:26:54.997Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2025-03-11T21:26:55.190Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2745 | 2025-03-11T21:26:55.356Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2746 | 2025-03-11T21:26:55.389Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2747 | 2025-03-11T21:26:55.411Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2748 | 2025-03-11T21:26:55.807Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2749 | 2025-03-11T21:26:56.049Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2750 | 2025-03-11T21:26:56.417Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2751 | 2025-03-11T21:26:56.438Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2752 | 2025-03-11T21:26:56.473Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2753 | 2025-03-11T21:26:56.808Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2754 | 2025-03-11T21:26:56.866Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2755 | 2025-03-11T21:26:57.029Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2756 | 2025-03-11T21:26:57.436Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2757 | 2025-03-11T21:26:57.865Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2758 | 2025-03-11T21:26:57.901Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2759 | 2025-03-11T21:26:58.421Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2760 | 2025-03-11T21:26:58.443Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2761 | 2025-03-11T21:26:58.446Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2762 | 2025-03-11T21:26:58.639Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2763 | 2025-03-11T21:26:58.769Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2764 | 2025-03-11T21:26:58.869Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2765 | 2025-03-11T21:26:59.007Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2766 | 2025-03-11T21:26:59.136Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2767 | 2025-03-11T21:26:59.412Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2768 | 2025-03-11T21:26:59.498Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2769 | 2025-03-11T21:26:59.675Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2770 | 2025-03-11T21:26:59.802Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2771 | 2025-03-11T21:26:59.932Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2772 | 2025-03-11T21:27:00.037Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2773 | 2025-03-11T21:27:00.059Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2774 | 2025-03-11T21:27:00.189Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2775 | 2025-03-11T21:27:00.358Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2776 | 2025-03-11T21:27:00.993Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2777 | 2025-03-11T21:27:01.476Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2778 | 2025-03-11T21:27:02.694Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2779 | 2025-03-11T21:27:02.939Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2780 | 2025-03-11T21:27:04.109Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2781 | 2025-03-11T21:27:04.737Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2782 | 2025-03-11T21:27:05.691Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2783 | 2025-03-11T21:27:06.233Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2784 | 2025-03-11T21:27:07.423Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2785 | 2025-03-11T21:27:08.122Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2786 | 2025-03-11T21:27:08.844Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2787 | 2025-03-11T21:27:08.847Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2788 | 2025-03-11T21:27:09.071Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2789 | 2025-03-11T21:27:10.283Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2790 | 2025-03-11T21:27:10.539Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2791 | 2025-03-11T21:27:10.632Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2792 | 2025-03-11T21:27:11.282Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2793 | 2025-03-11T21:27:11.549Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2794 | 2025-03-11T21:27:14.016Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2795 | 2025-03-11T21:27:14.571Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2796 | 2025-03-11T21:27:15.003Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2797 | 2025-03-11T21:27:15.383Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2798 | 2025-03-11T21:27:16.592Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2799 | 2025-03-11T21:27:16.614Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2800 | 2025-03-11T21:27:17.402Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2801 | 2025-03-11T21:27:17.871Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2802 | 2025-03-11T21:27:18.537Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2803 | 2025-03-11T21:27:18.589Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2804 | 2025-03-11T21:27:19.703Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2805 | 2025-03-11T21:27:20.051Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2806 | 2025-03-11T21:27:20.362Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2807 | 2025-03-11T21:27:21.385Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2808 | 2025-03-11T21:27:21.609Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2809 | 2025-03-11T21:27:21.738Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2810 | 2025-03-11T21:27:22.015Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2811 | 2025-03-11T21:27:22.065Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2025-03-11T21:27:22.733Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2813 | 2025-03-11T21:27:22.759Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2814 | 2025-03-11T21:27:22.881Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2815 | 2025-03-11T21:27:23.467Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2816 | 2025-03-11T21:27:23.504Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2817 | 2025-03-11T21:27:23.718Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2818 | 2025-03-11T21:27:24.159Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2819 | 2025-03-11T21:27:24.748Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2820 | 2025-03-11T21:27:24.800Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2821 | 2025-03-11T21:27:25.286Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2822 | 2025-03-11T21:27:25.632Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2823 | 2025-03-11T21:27:25.931Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2824 | 2025-03-11T21:27:26.043Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2825 | 2025-03-11T21:27:26.148Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2826 | 2025-03-11T21:27:26.222Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2827 | 2025-03-11T21:27:26.494Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2828 | 2025-03-11T21:27:27.023Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2829 | 2025-03-11T21:27:27.119Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2830 | 2025-03-11T21:27:27.267Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2831 | 2025-03-11T21:27:27.819Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2832 | 2025-03-11T21:27:28.265Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2833 | 2025-03-11T21:27:28.844Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2834 | 2025-03-11T21:27:29.945Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2835 | 2025-03-11T21:27:29.968Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2836 | 2025-03-11T21:27:30.501Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2837 | 2025-03-11T21:27:30.862Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2838 | 2025-03-11T21:27:31.420Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2839 | 2025-03-11T21:27:32.428Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2840 | 2025-03-11T21:27:32.750Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2841 | 2025-03-11T21:27:32.773Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2842 | 2025-03-11T21:27:33.677Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2843 | 2025-03-11T21:27:33.722Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2844 | 2025-03-11T21:27:34.075Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2845 | 2025-03-11T21:27:34.103Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2846 | 2025-03-11T21:27:34.260Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2847 | 2025-03-11T21:27:36.795Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2848 | 2025-03-11T21:27:37.249Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2849 | 2025-03-11T21:27:37.556Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2850 | 2025-03-11T21:27:37.895Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2851 | 2025-03-11T21:27:38.374Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2852 | 2025-03-11T21:27:38.403Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2853 | 2025-03-11T21:27:39.257Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2854 | 2025-03-11T21:27:39.516Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2855 | 2025-03-11T21:27:40.047Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2856 | 2025-03-11T21:27:40.500Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2857 | 2025-03-11T21:27:42.099Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2858 | 2025-03-11T21:27:42.812Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2859 | 2025-03-11T21:27:43.116Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2860 | 2025-03-11T21:27:50.293Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2861 | 2025-03-11T21:27:53.024Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2862 | 2025-03-11T21:27:53.975Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2863 | 2025-03-11T21:27:54.113Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2864 | 2025-03-11T21:27:58.077Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2865 | 2025-03-11T21:28:00.163Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2866 | 2025-03-11T21:28:00.252Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2867 | 2025-03-11T21:28:01.304Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2868 | 2025-03-11T21:28:01.465Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2869 | 2025-03-11T21:28:01.796Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2870 | 2025-03-11T21:28:03.617Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2871 | 2025-03-11T21:28:04.229Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2872 | 2025-03-11T21:28:06.348Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2873 | 2025-03-11T21:28:08.621Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2874 | 2025-03-11T21:28:09.409Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2875 | 2025-03-11T21:28:10.021Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2876 | 2025-03-11T21:28:10.537Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2877 | 2025-03-11T21:28:10.747Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2878 | 2025-03-11T21:28:12.462Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2879 | 2025-03-11T21:28:13.834Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2880 | 2025-03-11T21:28:14.003Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2881 | 2025-03-11T21:28:15.075Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2882 | 2025-03-11T21:28:15.447Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2883 | 2025-03-11T21:28:16.242Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2884 | 2025-03-11T21:28:17.889Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2885 | 2025-03-11T21:28:18.069Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2886 | 2025-03-11T21:28:19.057Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2887 | 2025-03-11T21:28:20.040Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2888 | 2025-03-11T21:28:20.518Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2889 | 2025-03-11T21:28:21.759Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2890 | 2025-03-11T21:28:21.935Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2891 | 2025-03-11T21:28:22.163Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2892 | 2025-03-11T21:28:22.540Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2893 | 2025-03-11T21:28:23.803Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2894 | 2025-03-11T21:28:24.888Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2895 | 2025-03-11T21:28:26.336Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2896 | 2025-03-11T21:28:26.654Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2897 | 2025-03-11T21:28:26.730Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2898 | 2025-03-11T21:28:27.598Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2899 | 2025-03-11T21:28:28.618Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2900 | 2025-03-11T21:28:29.459Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2901 | 2025-03-11T21:28:30.013Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2902 | 2025-03-11T21:28:30.016Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2903 | 2025-03-11T21:28:30.238Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2904 | 2025-03-11T21:28:30.975Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2905 | 2025-03-11T21:28:32.713Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2906 | 2025-03-11T21:28:33.796Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2907 | 2025-03-11T21:28:34.235Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2908 | 2025-03-11T21:28:35.475Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2909 | 2025-03-11T21:28:37.041Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2910 | 2025-03-11T21:28:37.136Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2911 | 2025-03-11T21:28:38.276Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2912 | 2025-03-11T21:28:38.623Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2913 | 2025-03-11T21:28:40.239Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2914 | 2025-03-11T21:28:40.612Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2915 | 2025-03-11T21:28:40.984Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2916 | 2025-03-11T21:28:41.271Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2917 | 2025-03-11T21:28:43.411Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2918 | 2025-03-11T21:28:44.141Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2919 | 2025-03-11T21:28:44.368Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2920 | 2025-03-11T21:28:45.150Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2921 | 2025-03-11T21:28:46.402Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2922 | 2025-03-11T21:28:47.724Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2923 | 2025-03-11T21:28:47.948Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2924 | 2025-03-11T21:28:49.709Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2925 | 2025-03-11T21:28:50.273Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2926 | 2025-03-11T21:28:50.647Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2927 | 2025-03-11T21:28:51.495Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2928 | 2025-03-11T21:28:52.485Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2929 | 2025-03-11T21:28:52.891Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2930 | 2025-03-11T21:28:54.771Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2931 | 2025-03-11T21:28:54.966Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2932 | 2025-03-11T21:28:55.145Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2933 | 2025-03-11T21:28:56.501Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2934 | 2025-03-11T21:28:56.868Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2935 | 2025-03-11T21:28:56.958Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2936 | 2025-03-11T21:28:58.513Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2937 | 2025-03-11T21:28:59.702Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2938 | 2025-03-11T21:28:59.901Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2939 | 2025-03-11T21:29:00.196Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2940 | 2025-03-11T21:29:00.896Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2941 | 2025-03-11T21:29:01.581Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2942 | 2025-03-11T21:29:01.851Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2943 | 2025-03-11T21:29:01.946Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2944 | 2025-03-11T21:29:01.968Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2945 | 2025-03-11T21:29:02.906Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2946 | 2025-03-11T21:29:03.014Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2947 | 2025-03-11T21:29:03.072Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2948 | 2025-03-11T21:29:03.094Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2949 | 2025-03-11T21:29:04.244Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2950 | 2025-03-11T21:29:04.333Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2951 | 2025-03-11T21:29:04.391Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2952 | 2025-03-11T21:29:04.604Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2953 | 2025-03-11T21:29:05.391Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2954 | 2025-03-11T21:29:05.414Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2955 | 2025-03-11T21:29:23.816Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2956 | 2025-03-11T21:29:23.819Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2957 | 2025-03-11T21:29:23.819Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2958 | 2025-03-11T21:29:23.819Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2959 | 2025-03-11T21:29:24.772Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2960 | 2025-03-11T21:29:24.973Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2961 | 2025-03-11T21:29:25.053Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2962 | 2025-03-11T21:29:25.131Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2963 | 2025-03-11T21:29:27.155Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2964 | 2025-03-11T21:29:32.411Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2965 | 2025-03-11T21:29:32.858Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2966 | 2025-03-11T21:30:15.894Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2967 | 2025-03-11T21:30:22.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 30s |
2968 | 2025-03-11T21:30:22.950Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2969 | 2025-03-11T21:30:23.022Z | |
2970 | 2025-03-11T21:30:23.025Z | real 3:30.560511743 |
2971 | 2025-03-11T21:30:23.025Z | user 18:19.189987237 |
2972 | 2025-03-11T21:30:23.025Z | sys 2:34.849807938 |
2973 | 2025-03-11T21:30:23.025Z | trap 0.531452743 |
2974 | 2025-03-11T21:30:23.025Z | tflt 0.112357105 |
2975 | 2025-03-11T21:30:23.025Z | dflt 0.138474505 |
2976 | 2025-03-11T21:30:23.025Z | kflt 0.000042062 |
2977 | 2025-03-11T21:30:23.025Z | lock 28:54.225510317 |
2978 | 2025-03-11T21:30:23.025Z | slp 51:34.325990233 |
2979 | 2025-03-11T21:30:23.025Z | lat 1:14.059124516 |
2980 | 2025-03-11T21:30:23.025Z | stop 1:20.081726197 |
2981 | 2025-03-11T21:30:23.025Z | process exited: duration 901331 ms, exit code 0 |
|
2982 | 2025-03-11T21:30:23.032Z | found 0 output files |