|
|
|
1 | 2025-03-12T21:49:20.771Z | job assigned to worker 01JP659D5C9VV2TY3D87XZAQ1P [factory aws, i-00f8a68ae9c85e1be] (queued for 56 s) |
|
2 | 2025-03-12T21:49:29.568Z | starting task 0: "setup" |
3 | 2025-03-12T21:49:29.572Z | ++ uname -s |
4 | 2025-03-12T21:49:29.575Z | + kern=SunOS |
5 | 2025-03-12T21:49:29.575Z | + build_user=build |
6 | 2025-03-12T21:49:29.575Z | + build_uid=12345 |
7 | 2025-03-12T21:49:29.575Z | + work_dir=/work |
8 | 2025-03-12T21:49:29.575Z | + input_dir=/input |
9 | 2025-03-12T21:49:29.575Z | + [[ 0 == 12345 ]] |
10 | 2025-03-12T21:49:29.575Z | + case "$kern" in |
11 | 2025-03-12T21:49:29.575Z | + groupadd -g 12345 build |
12 | 2025-03-12T21:49:29.579Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-12T21:49:31.583Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-12T21:49:31.705Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-12T21:49:31.708Z | + home_fs=zfs |
16 | 2025-03-12T21:49:31.708Z | + [[ zfs == autofs ]] |
17 | 2025-03-12T21:49:31.708Z | + mkdir -p /home/build |
18 | 2025-03-12T21:49:31.711Z | + chown build:build /home/build /work |
19 | 2025-03-12T21:49:33.711Z | + chmod 0700 /home/build /work |
20 | 2025-03-12T21:49:33.715Z | process exited: duration 4148 ms, exit code 0 |
|
21 | 2025-03-12T21:49:33.722Z | starting task 1: "rust-toolchain" |
22 | 2025-03-12T21:49:33.727Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-12T21:49:33.727Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-12T21:49:33.730Z | * rust toolchain profile = "default" |
25 | 2025-03-12T21:49:33.730Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-12T21:49:33.730Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-12T21:49:33.730Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-12T21:49:33.731Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-12T21:49:33.731Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-12T21:49:33.816Z | info: downloading installer |
31 | 2025-03-12T21:49:35.054Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-12T21:49:35.054Z | warn: /opt/ooce/bin |
33 | 2025-03-12T21:49:35.054Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-12T21:49:35.054Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-12T21:49:35.054Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-12T21:49:35.054Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-12T21:49:35.055Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-12T21:49:35.055Z | error: cannot install while Rust is installed |
39 | 2025-03-12T21:49:35.055Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-12T21:49:35.088Z | info: profile set to 'default' |
41 | 2025-03-12T21:49:35.088Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-12T21:49:35.088Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-12T21:49:35.271Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-12T21:49:35.271Z | info: downloading component 'cargo' |
45 | 2025-03-12T21:49:36.171Z | info: downloading component 'clippy' |
46 | 2025-03-12T21:49:36.545Z | info: downloading component 'rust-docs' |
47 | 2025-03-12T21:49:38.117Z | info: downloading component 'rust-std' |
48 | 2025-03-12T21:49:40.123Z | info: downloading component 'rustc' |
49 | 2025-03-12T21:49:45.839Z | info: downloading component 'rustfmt' |
50 | 2025-03-12T21:49:46.128Z | info: installing component 'cargo' |
51 | 2025-03-12T21:49:46.942Z | info: installing component 'clippy' |
52 | 2025-03-12T21:49:47.323Z | info: installing component 'rust-docs' |
53 | 2025-03-12T21:49:49.075Z | info: installing component 'rust-std' |
54 | 2025-03-12T21:49:50.936Z | info: installing component 'rustc' |
55 | 2025-03-12T21:49:56.743Z | info: installing component 'rustfmt' |
56 | 2025-03-12T21:49:57.070Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-12T21:49:57.071Z | |
58 | 2025-03-12T21:49:57.432Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-12T21:49:57.432Z | |
60 | 2025-03-12T21:49:57.435Z | |
61 | 2025-03-12T21:49:57.435Z | Rust is installed now. Great! |
62 | 2025-03-12T21:49:57.435Z | |
63 | 2025-03-12T21:49:57.435Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-12T21:49:57.435Z | environment variable. This has not been done automatically. |
65 | 2025-03-12T21:49:57.435Z | |
66 | 2025-03-12T21:49:57.435Z | To configure your current shell, you need to source |
67 | 2025-03-12T21:49:57.435Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-12T21:49:57.435Z | |
69 | 2025-03-12T21:49:57.435Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-12T21:49:57.435Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-12T21:49:57.435Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-12T21:49:57.435Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-12T21:49:57.502Z | + rustup --version |
74 | 2025-03-12T21:49:57.513Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-12T21:49:57.513Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-12T21:49:57.541Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-12T21:49:57.547Z | + cargo --version |
78 | 2025-03-12T21:49:57.561Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-12T21:49:57.564Z | + rustc --version |
80 | 2025-03-12T21:49:57.589Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-12T21:49:57.592Z | process exited: duration 23869 ms, exit code 0 |
|
82 | 2025-03-12T21:49:57.601Z | starting task 2: "authentication" |
83 | 2025-03-12T21:49:57.621Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-12T21:49:57.628Z | starting task 3: "clone repository" |
85 | 2025-03-12T21:49:57.632Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-12T21:49:57.636Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-12T21:49:57.810Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-12T21:50:06.758Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-12T21:50:06.758Z | + git fetch origin 906d0e83e75936fa09151629f7063b71a8e0e563 |
90 | 2025-03-12T21:50:07.040Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-12T21:50:07.040Z | * branch 906d0e83e75936fa09151629f7063b71a8e0e563 -> FETCH_HEAD |
92 | 2025-03-12T21:50:07.050Z | + [[ -n '' ]] |
93 | 2025-03-12T21:50:07.050Z | + git reset --hard 906d0e83e75936fa09151629f7063b71a8e0e563 |
94 | 2025-03-12T21:50:07.235Z | HEAD is now at 906d0e83e add transit_ips to NIC create params |
95 | 2025-03-12T21:50:07.239Z | process exited: duration 9609 ms, exit code 0 |
|
96 | 2025-03-12T21:50:07.245Z | starting task 4: "build" |
97 | 2025-03-12T21:50:07.250Z | + source ./env.sh |
98 | 2025-03-12T21:50:07.253Z | ++ OLD_SHELL_OPTS=ehxB |
99 | 2025-03-12T21:50:07.254Z | ++ set -o xtrace |
100 | 2025-03-12T21:50:07.254Z | ++++ dirname ./env.sh |
101 | 2025-03-12T21:50:07.257Z | +++ readlink -f . |
102 | 2025-03-12T21:50:07.269Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
103 | 2025-03-12T21:50:07.272Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2025-03-12T21:50:07.272Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2025-03-12T21:50:07.272Z | ++ 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 |
106 | 2025-03-12T21:50:07.272Z | ++ 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 |
107 | 2025-03-12T21:50:07.272Z | ++ 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 |
108 | 2025-03-12T21:50:07.272Z | ++ 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 |
109 | 2025-03-12T21:50:07.272Z | ++ 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 |
110 | 2025-03-12T21:50:07.272Z | ++ 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 |
111 | 2025-03-12T21:50:07.272Z | ++ case $OLD_SHELL_OPTS in |
112 | 2025-03-12T21:50:07.272Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
113 | 2025-03-12T21:50:07.272Z | + source .github/buildomat/ci-env.sh |
114 | 2025-03-12T21:50:07.272Z | ++ export CARGO_TERM_COLOR=always |
115 | 2025-03-12T21:50:07.272Z | ++ CARGO_TERM_COLOR=always |
116 | 2025-03-12T21:50:07.272Z | + cargo --version |
117 | 2025-03-12T21:50:07.324Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
118 | 2025-03-12T21:50:07.340Z | + rustc --version |
119 | 2025-03-12T21:50:07.392Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
120 | 2025-03-12T21:50:07.396Z | + banner prerequisites |
121 | 2025-03-12T21:50:07.411Z | |
122 | 2025-03-12T21:50:07.411Z | ##### ##### ###### ##### ###### #### # # # #### # |
123 | 2025-03-12T21:50:07.411Z | # # # # # # # # # # # # # # # |
124 | 2025-03-12T21:50:07.411Z | # # # # ##### # # ##### # # # # # #### # |
125 | 2025-03-12T21:50:07.411Z | ##### ##### # ##### # # # # # # # # # |
126 | 2025-03-12T21:50:07.411Z | # # # # # # # # # # # # # # # |
127 | 2025-03-12T21:50:07.412Z | # # # ###### # # ###### ### # #### # #### # |
128 | 2025-03-12T21:50:07.412Z | |
129 | 2025-03-12T21:50:07.416Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
130 | 2025-03-12T21:50:10.501Z | pkg list: illegal option -- F |
131 | 2025-03-12T21:50:10.501Z | Usage: |
132 | 2025-03-12T21:50:10.501Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
133 | 2025-03-12T21:50:10.501Z | [pkg_fmri_pattern ...] |
134 | 2025-03-12T21:50:11.341Z | pkg list: illegal option -- F |
135 | 2025-03-12T21:50:11.341Z | Usage: |
136 | 2025-03-12T21:50:11.341Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
137 | 2025-03-12T21:50:11.341Z | [pkg_fmri_pattern ...] |
138 | 2025-03-12T21:50:18.330Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-03-12T21:50:23.108Z | Startup: Caching catalogs ... Done |
140 | 2025-03-12T21:50:37.107Z | Planning: Solver setup ... Done (12.942s) |
141 | 2025-03-12T21:50:37.267Z | Planning: Running solver ... Done (0.160s) |
142 | 2025-03-12T21:50:37.838Z | Planning: Finding local manifests ... Done (0.451s) |
143 | 2025-03-12T21:50:37.907Z | Planning: Fetching manifests: 0/7 0% complete |
144 | 2025-03-12T21:50:39.202Z | Planning: Fetching manifests: 7/7 100% complete |
145 | 2025-03-12T21:50:39.956Z | Planning: Package planning ... Done (0.775s) |
146 | 2025-03-12T21:50:40.012Z | Planning: Merging actions ... Done (0.056s) |
147 | 2025-03-12T21:50:41.535Z | Planning: Checking for conflicting actions ... Done (1.523s) |
148 | 2025-03-12T21:50:50.102Z | Planning: Consolidating action changes ... Done (8.566s) |
149 | 2025-03-12T21:50:50.538Z | Planning: Evaluating mediators ... Done (0.436s) |
150 | 2025-03-12T21:50:50.713Z | Planning: Planning completed in 27.51 seconds |
151 | 2025-03-12T21:50:51.271Z | Packages to install: 4 |
152 | 2025-03-12T21:50:51.271Z | Packages to update: 3 |
153 | 2025-03-12T21:50:51.271Z | Mediators to change: 2 |
154 | 2025-03-12T21:50:51.274Z | Services to change: 1 |
155 | 2025-03-12T21:50:51.274Z | Estimated space available: 155.59 GB |
156 | 2025-03-12T21:50:51.274Z | Estimated space to be consumed: 1.67 GB |
157 | 2025-03-12T21:50:51.274Z | Create boot environment: No |
158 | 2025-03-12T21:50:51.274Z | Create backup boot environment: Yes |
159 | 2025-03-12T21:50:51.274Z | Rebuild boot archive: No |
160 | 2025-03-12T21:50:51.274Z | |
161 | 2025-03-12T21:50:51.274Z | Changed mediators: |
162 | 2025-03-12T21:50:51.274Z | mediator clang: |
163 | 2025-03-12T21:50:51.274Z | version: None -> 15 (system default) |
164 | 2025-03-12T21:50:51.274Z | |
165 | 2025-03-12T21:50:51.275Z | mediator llvm: |
166 | 2025-03-12T21:50:51.275Z | version: 14 (system default) -> 15 (system default) |
167 | 2025-03-12T21:50:51.275Z | |
168 | 2025-03-12T21:50:51.275Z | Changed packages: |
169 | 2025-03-12T21:50:51.275Z | helios-dev |
170 | 2025-03-12T21:50:51.275Z | developer/build-essential |
171 | 2025-03-12T21:50:51.275Z | None -> 11-2.0 |
172 | 2025-03-12T21:50:51.275Z | library/libxmlsec1 |
173 | 2025-03-12T21:50:51.275Z | None -> 1.2.35-2.0 |
174 | 2025-03-12T21:50:51.275Z | ooce/developer/clang-15 |
175 | 2025-03-12T21:50:51.275Z | None -> 15.0.7-2.0 |
176 | 2025-03-12T21:50:51.275Z | ooce/developer/llvm-15 |
177 | 2025-03-12T21:50:51.275Z | None -> 15.0.7-2.0 |
178 | 2025-03-12T21:50:51.275Z | package/pkg |
179 | 2025-03-12T21:50:51.275Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
180 | 2025-03-12T21:50:51.275Z | system/library/g++-runtime |
181 | 2025-03-12T21:50:51.275Z | 13-2.0 -> 14-2.0 |
182 | 2025-03-12T21:50:51.275Z | system/library/gcc-runtime |
183 | 2025-03-12T21:50:51.275Z | 13-2.0 -> 14-2.0 |
184 | 2025-03-12T21:50:51.275Z | |
185 | 2025-03-12T21:50:51.275Z | Services: |
186 | 2025-03-12T21:50:51.276Z | restart_fmri: |
187 | 2025-03-12T21:50:51.276Z | svc:/system/update-man-index:default |
188 | 2025-03-12T21:50:51.276Z | |
189 | 2025-03-12T21:50:51.276Z | Editable files to change: |
190 | 2025-03-12T21:50:51.276Z | Update: |
191 | 2025-03-12T21:50:51.276Z | usr/share/lib/pkg/web/config.shtml |
192 | 2025-03-12T21:50:51.727Z | |
193 | 2025-03-12T21:50:51.727Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
194 | 2025-03-12T21:50:56.736Z | Download: 891/4301 items 18.9/225.4MB 8% complete (4.0M/s) |
195 | 2025-03-12T21:51:03.033Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (10.0M/s) |
196 | 2025-03-12T21:51:08.240Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (9.9M/s) |
197 | 2025-03-12T21:51:13.241Z | Download: 3170/4301 items 154.8/225.4MB 68% complete (7.0M/s) |
198 | 2025-03-12T21:51:19.404Z | Download: 3286/4301 items 211.7/225.4MB 93% complete (9.3M/s) |
199 | 2025-03-12T21:51:24.409Z | Download: 3659/4301 items 214.3/225.4MB 95% complete (1.7M/s) |
200 | 2025-03-12T21:51:29.770Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (1.5M/s) |
201 | 2025-03-12T21:51:29.976Z | Download: Completed 225.42 MB in 38.25 seconds (5.9M/s) |
202 | 2025-03-12T21:51:32.204Z | Actions: 1/5122 actions (Removing old actions) |
203 | 2025-03-12T21:51:32.221Z | Actions: 194/5122 actions (Installing new actions) |
204 | 2025-03-12T21:51:37.264Z | Actions: 4107/5122 actions (Installing new actions) |
205 | 2025-03-12T21:51:37.903Z | Actions: 4267/5122 actions (Updating modified actions) |
206 | 2025-03-12T21:51:38.424Z | Actions: Completed 5122 actions in 6.22 seconds. |
207 | 2025-03-12T21:51:38.656Z | Done (0.224s) |
208 | 2025-03-12T21:51:38.659Z | Done (0.001s) |
209 | 2025-03-12T21:51:39.278Z | Done (0.620s) |
210 | 2025-03-12T21:51:45.260Z | Done (5.758s) |
211 | 2025-03-12T21:51:45.705Z | Done (0.377s) |
212 | 2025-03-12T21:51:45.708Z | Done (0.000s) |
213 | 2025-03-12T21:51:45.851Z | Done (0.000s) |
214 | 2025-03-12T21:51:46.546Z | Planning: Evaluating mediator changes ... Done |
215 | 2025-03-12T21:51:46.707Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-03-12T21:51:46.710Z | Planning: Consolidating action changes ... Done |
217 | 2025-03-12T21:51:46.972Z | Planning: Evaluating mediators ... Done |
218 | 2025-03-12T21:51:46.976Z | Planning: Planning completed in 0.43 seconds |
219 | 2025-03-12T21:51:47.011Z | Mediators to change: 2 |
220 | 2025-03-12T21:51:47.013Z | Create boot environment: No |
221 | 2025-03-12T21:51:47.016Z | Create backup boot environment: No |
222 | 2025-03-12T21:51:47.087Z | Done |
223 | 2025-03-12T21:51:47.087Z | Done |
224 | 2025-03-12T21:51:47.539Z | Done |
225 | 2025-03-12T21:51:51.071Z | Done |
226 | 2025-03-12T21:51:51.158Z | Done |
227 | 2025-03-12T21:51:51.161Z | Done |
228 | 2025-03-12T21:51:51.294Z | Done |
229 | 2025-03-12T21:51:51.899Z | Planning: Evaluating mediator changes ... Done |
230 | 2025-03-12T21:51:51.902Z | Planning: Merging actions ... Done |
231 | 2025-03-12T21:51:52.088Z | Planning: Checking for conflicting actions ... Done |
232 | 2025-03-12T21:51:52.091Z | Planning: Consolidating action changes ... Done |
233 | 2025-03-12T21:51:52.354Z | Planning: Evaluating mediators ... Done |
234 | 2025-03-12T21:51:52.409Z | Planning: Planning completed in 0.75 seconds |
235 | 2025-03-12T21:51:52.449Z | Packages to change: 1 |
236 | 2025-03-12T21:51:52.449Z | Mediators to change: 1 |
237 | 2025-03-12T21:51:52.449Z | Services to change: 1 |
238 | 2025-03-12T21:51:52.452Z | Create boot environment: No |
239 | 2025-03-12T21:51:52.452Z | Create backup boot environment: Yes |
240 | 2025-03-12T21:51:54.795Z | Actions: 1/6 actions (Updating modified actions) |
241 | 2025-03-12T21:51:54.944Z | Actions: Completed 6 actions in 0.15 seconds. |
242 | 2025-03-12T21:51:54.944Z | Done |
243 | 2025-03-12T21:51:54.947Z | Done |
244 | 2025-03-12T21:51:55.068Z | Done |
245 | 2025-03-12T21:51:58.600Z | Done |
246 | 2025-03-12T21:51:58.688Z | Done |
247 | 2025-03-12T21:51:58.691Z | Done |
248 | 2025-03-12T21:51:58.828Z | Done |
249 | 2025-03-12T21:51:59.251Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
250 | 2025-03-12T21:51:59.251Z | clang system 15 system |
251 | 2025-03-12T21:51:59.251Z | csh system system illumos |
252 | 2025-03-12T21:51:59.251Z | ctags system system illumos |
253 | 2025-03-12T21:51:59.251Z | gcc vendor 12 vendor |
254 | 2025-03-12T21:51:59.251Z | gcc system 10 system |
255 | 2025-03-12T21:51:59.251Z | gcc system 7 system |
256 | 2025-03-12T21:51:59.251Z | go system 1.20 system |
257 | 2025-03-12T21:51:59.251Z | go system 1.19 system |
258 | 2025-03-12T21:51:59.252Z | llvm system 15 system |
259 | 2025-03-12T21:51:59.252Z | llvm system 14 system |
260 | 2025-03-12T21:51:59.252Z | mariadb system 10.6 system |
261 | 2025-03-12T21:51:59.252Z | mta vendor vendor dma |
262 | 2025-03-12T21:51:59.252Z | openjdk system 17 system |
263 | 2025-03-12T21:51:59.252Z | openjdk system 11 system |
264 | 2025-03-12T21:51:59.252Z | openjdk system 1.8 system |
265 | 2025-03-12T21:51:59.252Z | openssl vendor 3 vendor |
266 | 2025-03-12T21:51:59.252Z | perl system 5.36 system |
267 | 2025-03-12T21:51:59.252Z | postgresql system 15 system |
268 | 2025-03-12T21:51:59.252Z | postgresql system 13 system |
269 | 2025-03-12T21:51:59.252Z | python vendor 3 vendor |
270 | 2025-03-12T21:51:59.252Z | python system 2 system |
271 | 2025-03-12T21:51:59.253Z | python3 system 3.11 system |
272 | 2025-03-12T21:51:59.253Z | ruby system 3.0 system |
273 | 2025-03-12T21:51:59.253Z | words vendor vendor american-english |
274 | 2025-03-12T21:51:59.253Z | words system system australian-english |
275 | 2025-03-12T21:51:59.253Z | words system system british-english |
276 | 2025-03-12T21:51:59.253Z | words system system canadian-english |
277 | 2025-03-12T21:51:59.253Z | words system system french |
278 | 2025-03-12T21:51:59.253Z | words system system italian |
279 | 2025-03-12T21:51:59.253Z | words system system ngerman |
280 | 2025-03-12T21:51:59.253Z | words system system ogerman |
281 | 2025-03-12T21:51:59.253Z | words system system spanish |
282 | 2025-03-12T21:51:59.575Z | PUBLISHER TYPE STATUS P LOCATION |
283 | 2025-03-12T21:51:59.575Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
284 | 2025-03-12T21:52:02.639Z | FMRI IFO |
285 | 2025-03-12T21:52:02.639Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
286 | 2025-03-12T21:52:02.639Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
287 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
288 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
289 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
290 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
291 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
292 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
293 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
294 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
295 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
296 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
297 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
298 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
299 | 2025-03-12T21:52:02.640Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
300 | 2025-03-12T21:52:03.452Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
301 | 2025-03-12T21:52:03.736Z | Updating crates.io index |
302 | 2025-03-12T21:52:03.740Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
303 | 2025-03-12T21:52:04.280Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
304 | 2025-03-12T21:52:04.611Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
305 | 2025-03-12T21:52:04.852Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
306 | 2025-03-12T21:52:05.156Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
307 | 2025-03-12T21:52:06.146Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
308 | 2025-03-12T21:52:07.901Z | Updating git repository `https://github.com/oxidecomputer/opte` |
309 | 2025-03-12T21:52:08.617Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
310 | 2025-03-12T21:52:09.429Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
311 | 2025-03-12T21:52:09.717Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
312 | 2025-03-12T21:52:10.026Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
313 | 2025-03-12T21:52:10.691Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
314 | 2025-03-12T21:52:11.322Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
315 | 2025-03-12T21:52:11.665Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
316 | 2025-03-12T21:52:11.984Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
317 | 2025-03-12T21:52:12.269Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
318 | 2025-03-12T21:52:12.549Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
319 | 2025-03-12T21:52:12.806Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
320 | 2025-03-12T21:52:13.132Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
321 | 2025-03-12T21:52:13.473Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
322 | 2025-03-12T21:52:13.772Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
323 | 2025-03-12T21:52:14.119Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
324 | 2025-03-12T21:52:14.419Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
325 | 2025-03-12T21:52:14.763Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
326 | 2025-03-12T21:52:15.295Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
327 | 2025-03-12T21:52:15.562Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
328 | 2025-03-12T21:52:15.938Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
329 | 2025-03-12T21:52:16.381Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
330 | 2025-03-12T21:52:16.668Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
331 | 2025-03-12T21:52:16.938Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
332 | 2025-03-12T21:52:17.217Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
333 | 2025-03-12T21:52:18.584Z | Downloading crates ... |
334 | 2025-03-12T21:52:18.640Z | Downloaded anstream v0.6.15 |
335 | 2025-03-12T21:52:18.647Z | Downloaded anstyle v1.0.10 |
336 | 2025-03-12T21:52:18.650Z | Downloaded generic-array v0.14.7 |
337 | 2025-03-12T21:52:18.650Z | Downloaded cpufeatures v0.2.14 |
338 | 2025-03-12T21:52:18.653Z | Downloaded dtrace-parser v0.2.0 |
339 | 2025-03-12T21:52:18.653Z | Downloaded equivalent v1.0.1 |
340 | 2025-03-12T21:52:18.664Z | Downloaded swrite v0.1.0 |
341 | 2025-03-12T21:52:18.681Z | Downloaded zerocopy-derive v0.7.35 |
342 | 2025-03-12T21:52:18.685Z | Downloaded usdt-macro v0.5.0 |
343 | 2025-03-12T21:52:18.688Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2025-03-12T21:52:18.688Z | Downloaded pretty-hex v0.4.1 |
345 | 2025-03-12T21:52:18.688Z | Downloaded is_terminal_polyfill v1.70.1 |
346 | 2025-03-12T21:52:18.691Z | Downloaded camino-tempfile v1.1.1 |
347 | 2025-03-12T21:52:18.691Z | Downloaded byteorder v1.5.0 |
348 | 2025-03-12T21:52:18.695Z | Downloaded winnow v0.7.3 |
349 | 2025-03-12T21:52:18.701Z | Downloaded scroll_derive v0.12.0 |
350 | 2025-03-12T21:52:18.704Z | Downloaded anstyle-query v1.1.1 |
351 | 2025-03-12T21:52:18.705Z | Downloaded toml_datetime v0.6.8 |
352 | 2025-03-12T21:52:18.708Z | Downloaded tabled_derive v0.7.0 |
353 | 2025-03-12T21:52:18.708Z | Downloaded serde_spanned v0.6.8 |
354 | 2025-03-12T21:52:18.708Z | Downloaded fs-err v2.11.0 |
355 | 2025-03-12T21:52:18.708Z | Downloaded cargo-platform v0.1.8 |
356 | 2025-03-12T21:52:18.711Z | Downloaded colorchoice v1.0.2 |
357 | 2025-03-12T21:52:18.711Z | Downloaded itoa v1.0.11 |
358 | 2025-03-12T21:52:18.714Z | Downloaded dof v0.3.0 |
359 | 2025-03-12T21:52:18.714Z | Downloaded block-buffer v0.10.4 |
360 | 2025-03-12T21:52:18.714Z | Downloaded fnv v1.0.7 |
361 | 2025-03-12T21:52:18.722Z | Downloaded version_check v0.9.5 |
362 | 2025-03-12T21:52:18.725Z | Downloaded fastrand v2.1.1 |
363 | 2025-03-12T21:52:18.725Z | Downloaded cfg-if v1.0.0 |
364 | 2025-03-12T21:52:18.725Z | Downloaded bytecount v0.6.8 |
365 | 2025-03-12T21:52:18.728Z | Downloaded thiserror-impl v1.0.69 |
366 | 2025-03-12T21:52:18.733Z | Downloaded thread-id v4.2.2 |
367 | 2025-03-12T21:52:18.733Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2025-03-12T21:52:18.736Z | Downloaded bitflags v1.3.2 |
369 | 2025-03-12T21:52:18.739Z | Downloaded terminal_size v0.2.6 |
370 | 2025-03-12T21:52:18.742Z | Downloaded strsim v0.11.1 |
371 | 2025-03-12T21:52:18.749Z | Downloaded thiserror-impl v2.0.11 |
372 | 2025-03-12T21:52:18.752Z | Downloaded heck v0.4.1 |
373 | 2025-03-12T21:52:18.752Z | Downloaded heck v0.5.0 |
374 | 2025-03-12T21:52:18.757Z | Downloaded usdt v0.5.0 |
375 | 2025-03-12T21:52:18.760Z | Downloaded terminal_size v0.4.0 |
376 | 2025-03-12T21:52:18.760Z | Downloaded utf8parse v0.2.2 |
377 | 2025-03-12T21:52:18.763Z | Downloaded scroll v0.12.0 |
378 | 2025-03-12T21:52:18.763Z | Downloaded crypto-common v0.1.6 |
379 | 2025-03-12T21:52:18.763Z | Downloaded memmap v0.7.0 |
380 | 2025-03-12T21:52:18.766Z | Downloaded unicode-linebreak v0.1.5 |
381 | 2025-03-12T21:52:18.769Z | Downloaded io-lifetimes v1.0.11 |
382 | 2025-03-12T21:52:18.769Z | Downloaded thiserror v1.0.69 |
383 | 2025-03-12T21:52:18.774Z | Downloaded clap_derive v4.5.28 |
384 | 2025-03-12T21:52:18.777Z | Downloaded pest_derive v2.7.14 |
385 | 2025-03-12T21:52:18.780Z | Downloaded cargo_toml v0.21.0 |
386 | 2025-03-12T21:52:18.783Z | Downloaded camino v1.1.9 |
387 | 2025-03-12T21:52:18.783Z | Downloaded digest v0.10.7 |
388 | 2025-03-12T21:52:18.786Z | Downloaded tempfile v3.13.0 |
389 | 2025-03-12T21:52:18.789Z | Downloaded proc-macro-error v1.0.4 |
390 | 2025-03-12T21:52:18.792Z | Downloaded cargo_metadata v0.19.2 |
391 | 2025-03-12T21:52:18.795Z | Downloaded semver v1.0.25 |
392 | 2025-03-12T21:52:18.795Z | Downloaded pest_generator v2.7.14 |
393 | 2025-03-12T21:52:18.798Z | Downloaded quote v1.0.39 |
394 | 2025-03-12T21:52:18.803Z | Downloaded plain v0.2.3 |
395 | 2025-03-12T21:52:18.812Z | Downloaded bitflags v2.6.0 |
396 | 2025-03-12T21:52:18.816Z | Downloaded usdt-impl v0.5.0 |
397 | 2025-03-12T21:52:18.820Z | Downloaded clap v4.5.31 |
398 | 2025-03-12T21:52:18.829Z | Downloaded sha2 v0.10.8 |
399 | 2025-03-12T21:52:18.832Z | Downloaded toml v0.8.20 |
400 | 2025-03-12T21:52:18.835Z | Downloaded textwrap v0.16.1 |
401 | 2025-03-12T21:52:18.839Z | Downloaded smawk v0.3.2 |
402 | 2025-03-12T21:52:18.839Z | Downloaded unicode-ident v1.0.14 |
403 | 2025-03-12T21:52:18.842Z | Downloaded ucd-trie v0.1.7 |
404 | 2025-03-12T21:52:18.845Z | Downloaded typenum v1.17.0 |
405 | 2025-03-12T21:52:18.848Z | Downloaded proc-macro2 v1.0.94 |
406 | 2025-03-12T21:52:18.851Z | Downloaded thiserror v2.0.11 |
407 | 2025-03-12T21:52:18.854Z | Downloaded macaddr v1.0.1 |
408 | 2025-03-12T21:52:18.857Z | Downloaded clap_lex v0.7.4 |
409 | 2025-03-12T21:52:18.857Z | Downloaded autocfg v1.4.0 |
410 | 2025-03-12T21:52:18.860Z | Downloaded proc-macro-error-attr v1.0.4 |
411 | 2025-03-12T21:52:18.860Z | Downloaded once_cell v1.20.3 |
412 | 2025-03-12T21:52:18.863Z | Downloaded errno v0.3.9 |
413 | 2025-03-12T21:52:18.863Z | Downloaded anstyle-parse v0.2.5 |
414 | 2025-03-12T21:52:18.866Z | Downloaded serde_derive v1.0.218 |
415 | 2025-03-12T21:52:18.870Z | Downloaded ryu v1.0.18 |
416 | 2025-03-12T21:52:18.873Z | Downloaded papergrid v0.11.0 |
417 | 2025-03-12T21:52:18.876Z | Downloaded pest_meta v2.7.14 |
418 | 2025-03-12T21:52:18.879Z | Downloaded log v0.4.22 |
419 | 2025-03-12T21:52:18.882Z | Downloaded indexmap v2.7.1 |
420 | 2025-03-12T21:52:18.885Z | Downloaded anyhow v1.0.97 |
421 | 2025-03-12T21:52:18.889Z | Downloaded serde v1.0.218 |
422 | 2025-03-12T21:52:18.894Z | Downloaded memchr v2.7.4 |
423 | 2025-03-12T21:52:18.909Z | Downloaded toml_edit v0.22.24 |
424 | 2025-03-12T21:52:18.944Z | Downloaded hashbrown v0.15.1 |
425 | 2025-03-12T21:52:18.952Z | Downloaded pest v2.7.14 |
426 | 2025-03-12T21:52:19.964Z | Downloaded clap_builder v4.5.31 |
427 | 2025-03-12T21:52:19.968Z | Downloaded goblin v0.8.2 |
428 | 2025-03-12T21:52:19.968Z | Downloaded zerocopy v0.7.35 |
429 | 2025-03-12T21:52:19.968Z | Downloaded serde_json v1.0.139 |
430 | 2025-03-12T21:52:19.968Z | Downloaded tabled v0.15.0 |
431 | 2025-03-12T21:52:19.968Z | Downloaded syn v1.0.109 |
432 | 2025-03-12T21:52:19.968Z | Downloaded unicode-width v0.1.14 |
433 | 2025-03-12T21:52:19.968Z | Downloaded syn v2.0.98 |
434 | 2025-03-12T21:52:19.968Z | Downloaded rustix v0.37.28 |
435 | 2025-03-12T21:52:19.968Z | Downloaded rustix v0.38.37 |
436 | 2025-03-12T21:52:19.968Z | Downloaded libc v0.2.170 |
437 | 2025-03-12T21:52:19.968Z | Compiling proc-macro2 v1.0.94 |
438 | 2025-03-12T21:52:19.968Z | Compiling unicode-ident v1.0.14 |
439 | 2025-03-12T21:52:19.968Z | Compiling serde v1.0.218 |
440 | 2025-03-12T21:52:19.968Z | Compiling libc v0.2.170 |
441 | 2025-03-12T21:52:19.968Z | Compiling version_check v0.9.5 |
442 | 2025-03-12T21:52:19.968Z | Compiling memchr v2.7.4 |
443 | 2025-03-12T21:52:19.968Z | Compiling thiserror v1.0.69 |
444 | 2025-03-12T21:52:19.968Z | Compiling ryu v1.0.18 |
445 | 2025-03-12T21:52:19.968Z | Compiling ucd-trie v0.1.7 |
446 | 2025-03-12T21:52:19.968Z | Compiling itoa v1.0.11 |
447 | 2025-03-12T21:52:19.968Z | Compiling once_cell v1.20.3 |
448 | 2025-03-12T21:52:20.047Z | Compiling byteorder v1.5.0 |
449 | 2025-03-12T21:52:20.100Z | Compiling rustix v0.38.37 |
450 | 2025-03-12T21:52:20.250Z | Compiling serde_json v1.0.139 |
451 | 2025-03-12T21:52:20.417Z | Compiling bitflags v2.6.0 |
452 | 2025-03-12T21:52:20.602Z | Compiling proc-macro-error-attr v1.0.4 |
453 | 2025-03-12T21:52:20.790Z | Compiling usdt-impl v0.5.0 |
454 | 2025-03-12T21:52:20.827Z | Compiling syn v1.0.109 |
455 | 2025-03-12T21:52:20.848Z | Compiling io-lifetimes v1.0.11 |
456 | 2025-03-12T21:52:20.893Z | Compiling proc-macro-error v1.0.4 |
457 | 2025-03-12T21:52:20.991Z | Compiling rustix v0.37.28 |
458 | 2025-03-12T21:52:21.150Z | Compiling quote v1.0.39 |
459 | 2025-03-12T21:52:21.204Z | Compiling errno v0.3.9 |
460 | 2025-03-12T21:52:21.468Z | Compiling hashbrown v0.15.1 |
461 | 2025-03-12T21:52:21.515Z | Compiling equivalent v1.0.1 |
462 | 2025-03-12T21:52:21.581Z | Compiling syn v2.0.98 |
463 | 2025-03-12T21:52:21.638Z | Compiling thread-id v4.2.2 |
464 | 2025-03-12T21:52:21.662Z | Compiling utf8parse v0.2.2 |
465 | 2025-03-12T21:52:21.722Z | Compiling plain v0.2.3 |
466 | 2025-03-12T21:52:21.754Z | Compiling camino v1.1.9 |
467 | 2025-03-12T21:52:21.778Z | Compiling log v0.4.22 |
468 | 2025-03-12T21:52:21.835Z | Compiling anstyle-parse v0.2.5 |
469 | 2025-03-12T21:52:22.322Z | Compiling is_terminal_polyfill v1.70.1 |
470 | 2025-03-12T21:52:22.413Z | Compiling thiserror v2.0.11 |
471 | 2025-03-12T21:52:22.456Z | Compiling anstyle-query v1.1.1 |
472 | 2025-03-12T21:52:22.559Z | Compiling indexmap v2.7.1 |
473 | 2025-03-12T21:52:22.578Z | Compiling bitflags v1.3.2 |
474 | 2025-03-12T21:52:22.607Z | Compiling pretty-hex v0.4.1 |
475 | 2025-03-12T21:52:22.659Z | Compiling colorchoice v1.0.2 |
476 | 2025-03-12T21:52:22.691Z | Compiling winnow v0.7.3 |
477 | 2025-03-12T21:52:22.840Z | Compiling semver v1.0.25 |
478 | 2025-03-12T21:52:22.858Z | Compiling anstyle v1.0.10 |
479 | 2025-03-12T21:52:22.995Z | Compiling unicode-width v0.1.14 |
480 | 2025-03-12T21:52:23.299Z | Compiling autocfg v1.4.0 |
481 | 2025-03-12T21:52:23.396Z | Compiling terminal_size v0.4.0 |
482 | 2025-03-12T21:52:23.546Z | Compiling anstream v0.6.15 |
483 | 2025-03-12T21:52:24.087Z | Compiling heck v0.5.0 |
484 | 2025-03-12T21:52:24.193Z | Compiling clap_lex v0.7.4 |
485 | 2025-03-12T21:52:24.219Z | Compiling fnv v1.0.7 |
486 | 2025-03-12T21:52:24.259Z | Compiling fs-err v2.11.0 |
487 | 2025-03-12T21:52:24.374Z | Compiling strsim v0.11.1 |
488 | 2025-03-12T21:52:24.555Z | Compiling anyhow v1.0.97 |
489 | 2025-03-12T21:52:24.577Z | Compiling heck v0.4.1 |
490 | 2025-03-12T21:52:24.652Z | Compiling bytecount v0.6.8 |
491 | 2025-03-12T21:52:25.015Z | Compiling fastrand v2.1.1 |
492 | 2025-03-12T21:52:25.053Z | Compiling cfg-if v1.0.0 |
493 | 2025-03-12T21:52:25.165Z | Compiling terminal_size v0.2.6 |
494 | 2025-03-12T21:52:25.382Z | Compiling papergrid v0.11.0 |
495 | 2025-03-12T21:52:25.464Z | Compiling tempfile v3.13.0 |
496 | 2025-03-12T21:52:25.488Z | Compiling clap_builder v4.5.31 |
497 | 2025-03-12T21:52:25.547Z | Compiling memmap v0.7.0 |
498 | 2025-03-12T21:52:25.657Z | Compiling unicode-linebreak v0.1.5 |
499 | 2025-03-12T21:52:25.856Z | Compiling smawk v0.3.2 |
500 | 2025-03-12T21:52:26.078Z | Compiling textwrap v0.16.1 |
501 | 2025-03-12T21:52:26.179Z | Compiling swrite v0.1.0 |
502 | 2025-03-12T21:52:26.885Z | Compiling tabled_derive v0.7.0 |
503 | 2025-03-12T21:52:28.354Z | Compiling tabled v0.15.0 |
504 | 2025-03-12T21:52:28.446Z | Compiling serde_derive v1.0.218 |
505 | 2025-03-12T21:52:28.446Z | Compiling thiserror-impl v1.0.69 |
506 | 2025-03-12T21:52:28.450Z | Compiling zerocopy-derive v0.7.35 |
507 | 2025-03-12T21:52:28.450Z | Compiling scroll_derive v0.12.0 |
508 | 2025-03-12T21:52:28.450Z | Compiling thiserror-impl v2.0.11 |
509 | 2025-03-12T21:52:28.450Z | Compiling clap_derive v4.5.28 |
510 | 2025-03-12T21:52:29.863Z | Compiling scroll v0.12.0 |
511 | 2025-03-12T21:52:30.400Z | Compiling goblin v0.8.2 |
512 | 2025-03-12T21:52:30.506Z | Compiling zerocopy v0.7.35 |
513 | 2025-03-12T21:52:31.524Z | Compiling pest v2.7.14 |
514 | 2025-03-12T21:52:32.696Z | Compiling clap v4.5.31 |
515 | 2025-03-12T21:52:33.697Z | Compiling pest_meta v2.7.14 |
516 | 2025-03-12T21:52:34.681Z | Compiling pest_generator v2.7.14 |
517 | 2025-03-12T21:52:35.975Z | Compiling pest_derive v2.7.14 |
518 | 2025-03-12T21:52:36.582Z | Compiling dtrace-parser v0.2.0 |
519 | 2025-03-12T21:52:37.454Z | Compiling serde_tokenstream v0.2.2 |
520 | 2025-03-12T21:52:37.604Z | Compiling serde_spanned v0.6.8 |
521 | 2025-03-12T21:52:37.604Z | Compiling toml_datetime v0.6.8 |
522 | 2025-03-12T21:52:37.686Z | Compiling cargo-platform v0.1.8 |
523 | 2025-03-12T21:52:37.895Z | Compiling macaddr v1.0.1 |
524 | 2025-03-12T21:52:37.937Z | Compiling toml_edit v0.22.24 |
525 | 2025-03-12T21:52:38.170Z | Compiling camino-tempfile v1.1.1 |
526 | 2025-03-12T21:52:38.788Z | Compiling dof v0.3.0 |
527 | 2025-03-12T21:52:39.018Z | Compiling cargo_metadata v0.19.2 |
528 | 2025-03-12T21:52:40.099Z | Compiling usdt-macro v0.5.0 |
529 | 2025-03-12T21:52:40.099Z | Compiling usdt-attr-macro v0.5.0 |
530 | 2025-03-12T21:52:40.666Z | Compiling toml v0.8.20 |
531 | 2025-03-12T21:52:41.126Z | Compiling usdt v0.5.0 |
532 | 2025-03-12T21:52:41.470Z | Compiling cargo_toml v0.21.0 |
533 | 2025-03-12T21:52:43.955Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
534 | 2025-03-12T21:52:46.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.78s |
535 | 2025-03-12T21:52:47.215Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
536 | 2025-03-12T21:52:47.741Z | Downloading crates ... |
537 | 2025-03-12T21:52:47.883Z | Downloaded aead v0.5.2 |
538 | 2025-03-12T21:52:47.887Z | Downloaded adler2 v2.0.0 |
539 | 2025-03-12T21:52:47.890Z | Downloaded headers-core v0.3.0 |
540 | 2025-03-12T21:52:47.893Z | Downloaded ctr v0.9.2 |
541 | 2025-03-12T21:52:47.893Z | Downloaded async-stream-impl v0.3.6 |
542 | 2025-03-12T21:52:47.897Z | Downloaded addr2line v0.24.2 |
543 | 2025-03-12T21:52:47.900Z | Downloaded hickory-resolver v0.24.4 |
544 | 2025-03-12T21:52:47.903Z | Downloaded cfg_aliases v0.2.1 |
545 | 2025-03-12T21:52:47.906Z | Downloaded cfg_aliases v0.1.1 |
546 | 2025-03-12T21:52:47.906Z | Downloaded hex v0.4.3 |
547 | 2025-03-12T21:52:47.911Z | Downloaded hickory-client v0.24.4 |
548 | 2025-03-12T21:52:47.914Z | Downloaded headers v0.4.0 |
549 | 2025-03-12T21:52:47.918Z | Downloaded crunchy v0.2.2 |
550 | 2025-03-12T21:52:47.921Z | Downloaded cstr-argument v0.1.2 |
551 | 2025-03-12T21:52:47.921Z | Downloaded crucible-workspace-hack v0.1.0 |
552 | 2025-03-12T21:52:47.921Z | Downloaded ciborium-io v0.2.2 |
553 | 2025-03-12T21:52:47.925Z | Downloaded atomicwrites v0.4.4 |
554 | 2025-03-12T21:52:47.927Z | Downloaded hickory-proto v0.24.4 |
555 | 2025-03-12T21:52:47.944Z | Downloaded icu_normalizer_data v1.5.0 |
556 | 2025-03-12T21:52:47.947Z | Downloaded hostname v0.4.0 |
557 | 2025-03-12T21:52:47.950Z | Downloaded hickory-server v0.24.4 |
558 | 2025-03-12T21:52:47.954Z | Downloaded home v0.5.9 |
559 | 2025-03-12T21:52:47.957Z | Downloaded crc-catalog v2.4.0 |
560 | 2025-03-12T21:52:47.957Z | Downloaded cobs v0.2.3 |
561 | 2025-03-12T21:52:47.961Z | Downloaded hyper-tls v0.6.0 |
562 | 2025-03-12T21:52:47.961Z | Downloaded idna v1.0.3 |
563 | 2025-03-12T21:52:47.965Z | Downloaded ciborium-ll v0.2.2 |
564 | 2025-03-12T21:52:47.968Z | Downloaded hex-literal v0.4.1 |
565 | 2025-03-12T21:52:47.971Z | Downloaded hostname v0.3.1 |
566 | 2025-03-12T21:52:47.971Z | Downloaded heck v0.3.3 |
567 | 2025-03-12T21:52:47.974Z | Downloaded async-recursion v1.1.1 |
568 | 2025-03-12T21:52:47.977Z | Downloaded ident_case v1.0.1 |
569 | 2025-03-12T21:52:47.977Z | Downloaded hmac v0.12.1 |
570 | 2025-03-12T21:52:47.980Z | Downloaded crossbeam-deque v0.8.5 |
571 | 2025-03-12T21:52:47.983Z | Downloaded indent_write v2.2.0 |
572 | 2025-03-12T21:52:47.987Z | Downloaded impl-trait-for-tuples v0.2.2 |
573 | 2025-03-12T21:52:47.990Z | Downloaded pretty-hex v0.2.1 |
574 | 2025-03-12T21:52:47.990Z | Downloaded is_ci v1.2.0 |
575 | 2025-03-12T21:52:47.993Z | Downloaded instant v0.1.13 |
576 | 2025-03-12T21:52:47.993Z | Downloaded allocator-api2 v0.2.18 |
577 | 2025-03-12T21:52:47.996Z | Downloaded httpdate v1.0.3 |
578 | 2025-03-12T21:52:47.999Z | Downloaded bitfield v0.14.0 |
579 | 2025-03-12T21:52:47.999Z | Downloaded argon2 v0.5.3 |
580 | 2025-03-12T21:52:48.003Z | Downloaded icu_provider_macros v1.5.0 |
581 | 2025-03-12T21:52:48.003Z | Downloaded convert_case v0.4.0 |
582 | 2025-03-12T21:52:48.006Z | Downloaded colored v2.2.0 |
583 | 2025-03-12T21:52:48.006Z | Downloaded bzip2 v0.4.4 |
584 | 2025-03-12T21:52:48.009Z | Downloaded proc-macro-crate v1.3.1 |
585 | 2025-03-12T21:52:48.013Z | Downloaded ciborium v0.2.2 |
586 | 2025-03-12T21:52:48.013Z | Downloaded match_cfg v0.1.0 |
587 | 2025-03-12T21:52:48.016Z | Downloaded cargo_metadata v0.18.1 |
588 | 2025-03-12T21:52:48.019Z | Downloaded md5 v0.7.0 |
589 | 2025-03-12T21:52:48.019Z | Downloaded progenitor-client v0.8.0 |
590 | 2025-03-12T21:52:48.019Z | Downloaded rfc6979 v0.4.0 |
591 | 2025-03-12T21:52:48.022Z | Downloaded maybe-uninit v2.0.0 |
592 | 2025-03-12T21:52:48.022Z | Downloaded bit-vec v0.8.0 |
593 | 2025-03-12T21:52:48.025Z | Downloaded crc32fast v1.4.2 |
594 | 2025-03-12T21:52:48.028Z | Downloaded kstat-rs v0.2.4 |
595 | 2025-03-12T21:52:48.028Z | Downloaded is-terminal v0.4.13 |
596 | 2025-03-12T21:52:48.031Z | Downloaded internet-checksum v0.2.1 |
597 | 2025-03-12T21:52:48.031Z | Downloaded base64ct v1.6.0 |
598 | 2025-03-12T21:52:48.034Z | Downloaded sync_wrapper v1.0.1 |
599 | 2025-03-12T21:52:48.038Z | Downloaded sqlparser_derive v0.2.2 |
600 | 2025-03-12T21:52:48.038Z | Downloaded serde_repr v0.1.19 |
601 | 2025-03-12T21:52:48.041Z | Downloaded serde-big-array v0.5.1 |
602 | 2025-03-12T21:52:48.041Z | Downloaded iana-time-zone v0.1.61 |
603 | 2025-03-12T21:52:48.044Z | Downloaded highway v1.3.0 |
604 | 2025-03-12T21:52:48.047Z | Downloaded sync-ptr v0.1.1 |
605 | 2025-03-12T21:52:48.047Z | Downloaded csv-core v0.1.11 |
606 | 2025-03-12T21:52:48.050Z | Downloaded icu_locid v1.5.0 |
607 | 2025-03-12T21:52:48.054Z | Downloaded try-lock v0.2.5 |
608 | 2025-03-12T21:52:48.058Z | Downloaded lazycell v1.3.0 |
609 | 2025-03-12T21:52:48.058Z | Downloaded lalrpop-util v0.19.12 |
610 | 2025-03-12T21:52:48.058Z | Downloaded keccak v0.1.5 |
611 | 2025-03-12T21:52:48.061Z | Downloaded write16 v1.0.0 |
612 | 2025-03-12T21:52:48.061Z | Downloaded cancel-safe-futures v0.1.5 |
613 | 2025-03-12T21:52:48.068Z | Downloaded rustc-hash v1.1.0 |
614 | 2025-03-12T21:52:48.068Z | Downloaded salsa20 v0.10.2 |
615 | 2025-03-12T21:52:48.068Z | Downloaded cookie_store v0.21.1 |
616 | 2025-03-12T21:52:48.071Z | Downloaded rand_chacha v0.9.0 |
617 | 2025-03-12T21:52:48.071Z | Downloaded serde_urlencoded v0.7.1 |
618 | 2025-03-12T21:52:48.074Z | Downloaded rtoolbox v0.0.2 |
619 | 2025-03-12T21:52:48.077Z | Downloaded crossbeam-utils v0.8.20 |
620 | 2025-03-12T21:52:48.080Z | Downloaded sha1 v0.10.6 |
621 | 2025-03-12T21:52:48.080Z | Downloaded ipnet v2.11.0 |
622 | 2025-03-12T21:52:48.084Z | Downloaded serde-hex v0.1.0 |
623 | 2025-03-12T21:52:48.087Z | Downloaded ssh-cipher v0.2.0 |
624 | 2025-03-12T21:52:48.087Z | Downloaded jobserver v0.1.32 |
625 | 2025-03-12T21:52:48.090Z | Downloaded display-error-chain v0.2.2 |
626 | 2025-03-12T21:52:48.090Z | Downloaded rustc_version v0.1.7 |
627 | 2025-03-12T21:52:48.093Z | Downloaded icu_normalizer v1.5.0 |
628 | 2025-03-12T21:52:48.096Z | Downloaded supports-color v3.0.2 |
629 | 2025-03-12T21:52:48.099Z | Downloaded strum_macros v0.25.3 |
630 | 2025-03-12T21:52:48.101Z | Downloaded number_prefix v0.4.0 |
631 | 2025-03-12T21:52:48.102Z | Downloaded new_debug_unreachable v1.0.6 |
632 | 2025-03-12T21:52:48.105Z | Downloaded strum_macros v0.24.3 |
633 | 2025-03-12T21:52:48.105Z | Downloaded untrusted v0.9.0 |
634 | 2025-03-12T21:52:48.107Z | Downloaded memmap2 v0.9.5 |
635 | 2025-03-12T21:52:48.110Z | Downloaded tui-tree-widget v0.23.0 |
636 | 2025-03-12T21:52:48.113Z | Downloaded dirs-sys-next v0.1.2 |
637 | 2025-03-12T21:52:48.113Z | Downloaded curve25519-dalek-derive v0.1.1 |
638 | 2025-03-12T21:52:48.116Z | Downloaded wyz v0.5.1 |
639 | 2025-03-12T21:52:48.116Z | Downloaded serde_with_macros v3.12.0 |
640 | 2025-03-12T21:52:48.119Z | Downloaded phf_shared v0.10.0 |
641 | 2025-03-12T21:52:48.119Z | Downloaded oso-derive v0.27.3 |
642 | 2025-03-12T21:52:48.119Z | Downloaded sct v0.7.1 |
643 | 2025-03-12T21:52:48.123Z | Downloaded deranged v0.3.11 |
644 | 2025-03-12T21:52:48.126Z | Downloaded mime_guess v2.0.5 |
645 | 2025-03-12T21:52:48.129Z | Downloaded libsw v3.4.0 |
646 | 2025-03-12T21:52:48.129Z | Downloaded libloading v0.8.5 |
647 | 2025-03-12T21:52:48.132Z | Downloaded chacha20poly1305 v0.10.1 |
648 | 2025-03-12T21:52:48.135Z | Downloaded zone v0.3.0 |
649 | 2025-03-12T21:52:48.135Z | Downloaded icu_properties v1.5.1 |
650 | 2025-03-12T21:52:48.138Z | Downloaded wait-timeout v0.2.0 |
651 | 2025-03-12T21:52:48.142Z | Downloaded sigpipe v0.1.3 |
652 | 2025-03-12T21:52:48.142Z | Downloaded serde_derive_internals v0.29.1 |
653 | 2025-03-12T21:52:48.145Z | Downloaded time-core v0.1.2 |
654 | 2025-03-12T21:52:48.149Z | Downloaded num_threads v0.1.7 |
655 | 2025-03-12T21:52:48.152Z | Downloaded serde_path_to_error v0.1.16 |
656 | 2025-03-12T21:52:48.152Z | Downloaded crc-any v2.5.0 |
657 | 2025-03-12T21:52:48.152Z | Downloaded litrs v0.4.1 |
658 | 2025-03-12T21:52:48.155Z | Downloaded hash32 v0.2.1 |
659 | 2025-03-12T21:52:48.155Z | Downloaded futures-macro v0.3.31 |
660 | 2025-03-12T21:52:48.159Z | Downloaded futures-io v0.3.31 |
661 | 2025-03-12T21:52:48.159Z | Downloaded thread_local v1.1.8 |
662 | 2025-03-12T21:52:48.162Z | Downloaded strum_macros v0.26.4 |
663 | 2025-03-12T21:52:48.165Z | Downloaded utf8_iter v1.0.4 |
664 | 2025-03-12T21:52:48.165Z | Downloaded ed25519 v2.2.3 |
665 | 2025-03-12T21:52:48.168Z | Downloaded phf_generator v0.11.2 |
666 | 2025-03-12T21:52:48.168Z | Downloaded oxnet v0.1.1 |
667 | 2025-03-12T21:52:48.171Z | Downloaded displaydoc v0.2.5 |
668 | 2025-03-12T21:52:48.174Z | Downloaded derive_builder v0.20.2 |
669 | 2025-03-12T21:52:48.178Z | Downloaded bumpalo v3.16.0 |
670 | 2025-03-12T21:52:48.181Z | Downloaded scopeguard v1.2.0 |
671 | 2025-03-12T21:52:48.185Z | Downloaded bytes v1.10.1 |
672 | 2025-03-12T21:52:48.188Z | Downloaded zone_cfg_derive v0.3.0 |
673 | 2025-03-12T21:52:48.191Z | Downloaded daft-derive v0.1.2 |
674 | 2025-03-12T21:52:48.195Z | Downloaded ssh-encoding v0.2.0 |
675 | 2025-03-12T21:52:48.198Z | Downloaded hash32 v0.3.1 |
676 | 2025-03-12T21:52:48.199Z | Downloaded slog-envlogger v2.2.0 |
677 | 2025-03-12T21:52:48.202Z | Downloaded heapless v0.7.17 |
678 | 2025-03-12T21:52:48.206Z | Downloaded tiny-keccak v2.0.2 |
679 | 2025-03-12T21:52:48.209Z | Downloaded simd-adler32 v0.3.7 |
680 | 2025-03-12T21:52:48.209Z | Downloaded pem-rfc7468 v0.7.0 |
681 | 2025-03-12T21:52:48.212Z | Downloaded miniz_oxide v0.8.5 |
682 | 2025-03-12T21:52:48.215Z | Downloaded compact_str v0.8.0 |
683 | 2025-03-12T21:52:48.219Z | Downloaded zerovec-derive v0.10.3 |
684 | 2025-03-12T21:52:48.222Z | Downloaded thiserror-impl-no-std v2.0.2 |
685 | 2025-03-12T21:52:48.222Z | Downloaded futures-executor v0.3.31 |
686 | 2025-03-12T21:52:48.225Z | Downloaded xattr v1.3.1 |
687 | 2025-03-12T21:52:48.228Z | Downloaded derive-where v1.2.7 |
688 | 2025-03-12T21:52:48.231Z | Downloaded tungstenite v0.23.0 |
689 | 2025-03-12T21:52:48.234Z | Downloaded signal-hook-tokio v0.3.1 |
690 | 2025-03-12T21:52:48.237Z | Downloaded diesel-dtrace v0.4.2 |
691 | 2025-03-12T21:52:48.237Z | Downloaded quinn-udp v0.5.5 |
692 | 2025-03-12T21:52:48.240Z | Downloaded env_filter v0.1.2 |
693 | 2025-03-12T21:52:48.243Z | Downloaded darling v0.20.10 |
694 | 2025-03-12T21:52:48.246Z | Downloaded glob v0.3.2 |
695 | 2025-03-12T21:52:48.249Z | Downloaded rustls-pemfile v2.2.0 |
696 | 2025-03-12T21:52:48.252Z | Downloaded cc v1.2.15 |
697 | 2025-03-12T21:52:48.256Z | Downloaded zerofrom v0.1.4 |
698 | 2025-03-12T21:52:48.259Z | Downloaded tower-service v0.3.3 |
699 | 2025-03-12T21:52:48.259Z | Downloaded tower-layer v0.3.3 |
700 | 2025-03-12T21:52:48.262Z | Downloaded crypto-bigint v0.5.5 |
701 | 2025-03-12T21:52:48.277Z | Downloaded downcast v0.11.0 |
702 | 2025-03-12T21:52:48.280Z | Downloaded termtree v0.4.1 |
703 | 2025-03-12T21:52:48.281Z | Downloaded parse-display v0.10.0 |
704 | 2025-03-12T21:52:48.284Z | Downloaded packed_struct v0.10.1 |
705 | 2025-03-12T21:52:48.284Z | Downloaded group v0.13.0 |
706 | 2025-03-12T21:52:48.284Z | Downloaded endian-type v0.1.2 |
707 | 2025-03-12T21:52:48.287Z | Downloaded progenitor-macro v0.9.1 |
708 | 2025-03-12T21:52:48.287Z | Downloaded time-macros v0.2.18 |
709 | 2025-03-12T21:52:48.290Z | Downloaded tabled_derive v0.10.0 |
710 | 2025-03-12T21:52:48.291Z | Downloaded smallvec v1.14.0 |
711 | 2025-03-12T21:52:48.294Z | Downloaded normalize-line-endings v0.3.0 |
712 | 2025-03-12T21:52:48.294Z | Downloaded progenitor-macro v0.8.0 |
713 | 2025-03-12T21:52:48.297Z | Downloaded smallvec v0.6.14 |
714 | 2025-03-12T21:52:48.297Z | Downloaded serde_yaml v0.9.34+deprecated |
715 | 2025-03-12T21:52:48.300Z | Downloaded signature v2.2.0 |
716 | 2025-03-12T21:52:48.303Z | Downloaded signal-hook-registry v1.4.2 |
717 | 2025-03-12T21:52:48.303Z | Downloaded signal-hook-mio v0.2.4 |
718 | 2025-03-12T21:52:48.306Z | Downloaded futures-sink v0.3.31 |
719 | 2025-03-12T21:52:48.306Z | Downloaded futures-channel v0.3.31 |
720 | 2025-03-12T21:52:48.310Z | Downloaded mockall v0.13.1 |
721 | 2025-03-12T21:52:48.313Z | Downloaded signal-hook v0.3.17 |
722 | 2025-03-12T21:52:48.316Z | Downloaded termtree v0.5.1 |
723 | 2025-03-12T21:52:48.316Z | Downloaded russh-cryptovec v0.7.3 |
724 | 2025-03-12T21:52:48.319Z | Downloaded progenitor v0.8.0 |
725 | 2025-03-12T21:52:48.319Z | Downloaded stable_deref_trait v1.2.0 |
726 | 2025-03-12T21:52:48.322Z | Downloaded rand_seeder v0.3.0 |
727 | 2025-03-12T21:52:48.322Z | Downloaded unarray v0.1.4 |
728 | 2025-03-12T21:52:48.325Z | Downloaded parking_lot_core v0.8.6 |
729 | 2025-03-12T21:52:48.326Z | Downloaded url v2.5.3 |
730 | 2025-03-12T21:52:48.329Z | Downloaded universal-hash v0.5.1 |
731 | 2025-03-12T21:52:48.333Z | Downloaded postgres-types v0.2.9 |
732 | 2025-03-12T21:52:48.335Z | Downloaded defmt-parser v0.3.4 |
733 | 2025-03-12T21:52:48.335Z | Downloaded defmt-macros v0.3.9 |
734 | 2025-03-12T21:52:48.339Z | Downloaded rustfmt-wrapper v0.2.1 |
735 | 2025-03-12T21:52:48.342Z | Downloaded postcard v1.0.10 |
736 | 2025-03-12T21:52:48.345Z | Downloaded zone_cfg_derive v0.1.2 |
737 | 2025-03-12T21:52:48.345Z | Downloaded fixedbitset v0.4.2 |
738 | 2025-03-12T21:52:48.348Z | Downloaded filetime v0.2.25 |
739 | 2025-03-12T21:52:48.348Z | Downloaded unicode-properties v0.1.3 |
740 | 2025-03-12T21:52:48.351Z | Downloaded tracing v0.1.40 |
741 | 2025-03-12T21:52:48.356Z | Downloaded oso v0.27.3 |
742 | 2025-03-12T21:52:48.359Z | Downloaded pem v3.0.5 |
743 | 2025-03-12T21:52:48.362Z | Downloaded hyper v1.6.0 |
744 | 2025-03-12T21:52:48.369Z | Downloaded foreign-types v0.3.2 |
745 | 2025-03-12T21:52:48.373Z | Downloaded darling_macro v0.20.10 |
746 | 2025-03-12T21:52:48.373Z | Downloaded unicode-truncate v1.1.0 |
747 | 2025-03-12T21:52:48.376Z | Downloaded path-slash v0.1.5 |
748 | 2025-03-12T21:52:48.376Z | Downloaded opaque-debug v0.3.1 |
749 | 2025-03-12T21:52:48.376Z | Downloaded parking_lot_core v0.9.10 |
750 | 2025-03-12T21:52:48.380Z | Downloaded dropshot_endpoint v0.16.0 |
751 | 2025-03-12T21:52:48.383Z | Downloaded rustc_version v0.4.1 |
752 | 2025-03-12T21:52:48.387Z | Downloaded rand_xorshift v0.3.0 |
753 | 2025-03-12T21:52:48.387Z | Downloaded num_enum_derive v0.5.11 |
754 | 2025-03-12T21:52:48.387Z | Downloaded native-tls v0.2.12 |
755 | 2025-03-12T21:52:48.390Z | Downloaded rustls-pki-types v1.10.0 |
756 | 2025-03-12T21:52:48.393Z | Downloaded scrypt v0.11.0 |
757 | 2025-03-12T21:52:48.396Z | Downloaded tls_codec_derive v0.4.1 |
758 | 2025-03-12T21:52:48.396Z | Downloaded precomputed-hash v0.1.1 |
759 | 2025-03-12T21:52:48.399Z | Downloaded pin-project-internal v1.1.6 |
760 | 2025-03-12T21:52:48.399Z | Downloaded xz2 v0.1.7 |
761 | 2025-03-12T21:52:48.402Z | Downloaded password-hash v0.4.2 |
762 | 2025-03-12T21:52:48.406Z | Downloaded take_mut v0.2.2 |
763 | 2025-03-12T21:52:48.406Z | Downloaded predicates-core v1.0.8 |
764 | 2025-03-12T21:52:48.409Z | Downloaded tokio-postgres v0.7.13 |
765 | 2025-03-12T21:52:48.412Z | Downloaded diesel_derives v2.2.3 |
766 | 2025-03-12T21:52:48.418Z | Downloaded fxhash v0.2.1 |
767 | 2025-03-12T21:52:48.422Z | Downloaded poly1305 v0.8.0 |
768 | 2025-03-12T21:52:48.422Z | Downloaded ena v0.14.3 |
769 | 2025-03-12T21:52:48.426Z | Downloaded data-encoding v2.6.0 |
770 | 2025-03-12T21:52:48.426Z | Downloaded embedded-io v0.4.0 |
771 | 2025-03-12T21:52:48.429Z | Downloaded dyn-clone v1.0.19 |
772 | 2025-03-12T21:52:48.429Z | Downloaded newtype_derive v0.1.6 |
773 | 2025-03-12T21:52:48.432Z | Downloaded newline-converter v0.3.0 |
774 | 2025-03-12T21:52:48.432Z | Downloaded debug-ignore v1.0.5 |
775 | 2025-03-12T21:52:48.435Z | Downloaded ref-cast v1.0.23 |
776 | 2025-03-12T21:52:48.438Z | Downloaded flagset v0.4.6 |
777 | 2025-03-12T21:52:48.438Z | Downloaded crossterm v0.28.1 |
778 | 2025-03-12T21:52:48.445Z | Downloaded slog-async v2.8.0 |
779 | 2025-03-12T21:52:48.448Z | Downloaded russh-keys v0.45.0 |
780 | 2025-03-12T21:52:48.452Z | Downloaded diesel_table_macro_syntax v0.2.0 |
781 | 2025-03-12T21:52:48.453Z | Downloaded yoke-derive v0.7.4 |
782 | 2025-03-12T21:52:48.456Z | Downloaded waitgroup v0.1.2 |
783 | 2025-03-12T21:52:48.457Z | Downloaded strum v0.26.3 |
784 | 2025-03-12T21:52:48.457Z | Downloaded predicates-tree v1.0.11 |
785 | 2025-03-12T21:52:48.457Z | Downloaded itertools v0.10.5 |
786 | 2025-03-12T21:52:48.463Z | Downloaded num-conv v0.1.0 |
787 | 2025-03-12T21:52:48.466Z | Downloaded fragile v2.0.0 |
788 | 2025-03-12T21:52:48.466Z | Downloaded foreign-types-shared v0.3.1 |
789 | 2025-03-12T21:52:48.469Z | Downloaded foreign-types-shared v0.1.1 |
790 | 2025-03-12T21:52:48.469Z | Downloaded tabwriter v1.4.0 |
791 | 2025-03-12T21:52:48.472Z | Downloaded rand v0.9.0 |
792 | 2025-03-12T21:52:48.475Z | Downloaded rand v0.8.5 |
793 | 2025-03-12T21:52:48.479Z | Downloaded zone v0.1.8 |
794 | 2025-03-12T21:52:48.482Z | Downloaded synstructure v0.13.1 |
795 | 2025-03-12T21:52:48.482Z | Downloaded stringprep v0.1.5 |
796 | 2025-03-12T21:52:48.485Z | Downloaded scheduled-thread-pool v0.2.7 |
797 | 2025-03-12T21:52:48.485Z | Downloaded same-file v1.0.6 |
798 | 2025-03-12T21:52:48.489Z | Downloaded ppv-lite86 v0.2.20 |
799 | 2025-03-12T21:52:48.489Z | Downloaded tinyvec_macros v0.1.1 |
800 | 2025-03-12T21:52:48.489Z | Downloaded newtype-uuid v1.2.1 |
801 | 2025-03-12T21:52:48.492Z | Downloaded nanorand v0.7.0 |
802 | 2025-03-12T21:52:48.495Z | Downloaded tap v1.0.1 |
803 | 2025-03-12T21:52:48.495Z | Downloaded ref-cast-impl v1.0.23 |
804 | 2025-03-12T21:52:48.495Z | Downloaded nibble_vec v0.1.0 |
805 | 2025-03-12T21:52:48.498Z | Downloaded fixedbitset v0.5.7 |
806 | 2025-03-12T21:52:48.498Z | Downloaded unsafe-libyaml v0.2.11 |
807 | 2025-03-12T21:52:48.502Z | Downloaded structmeta-derive v0.3.0 |
808 | 2025-03-12T21:52:48.507Z | Downloaded structmeta v0.3.0 |
809 | 2025-03-12T21:52:48.507Z | Downloaded strip-ansi-escapes v0.2.0 |
810 | 2025-03-12T21:52:48.507Z | Downloaded rusty-fork v0.3.0 |
811 | 2025-03-12T21:52:48.510Z | Downloaded yoke v0.7.4 |
812 | 2025-03-12T21:52:48.513Z | Downloaded tokio-tungstenite v0.21.0 |
813 | 2025-03-12T21:52:48.513Z | Downloaded rustversion v1.0.17 |
814 | 2025-03-12T21:52:48.517Z | Downloaded openssl-probe v0.1.5 |
815 | 2025-03-12T21:52:48.520Z | Downloaded openssl-macros v0.1.1 |
816 | 2025-03-12T21:52:48.520Z | Downloaded predicates v3.1.3 |
817 | 2025-03-12T21:52:48.523Z | Downloaded num-derive v0.4.2 |
818 | 2025-03-12T21:52:48.526Z | Downloaded multer v3.1.0 |
819 | 2025-03-12T21:52:48.531Z | Downloaded unicode-segmentation v1.12.0 |
820 | 2025-03-12T21:52:48.536Z | Downloaded proc-macro-error-attr2 v2.0.0 |
821 | 2025-03-12T21:52:48.536Z | Downloaded num-integer v0.1.46 |
822 | 2025-03-12T21:52:48.537Z | Downloaded reedline v0.38.0 |
823 | 2025-03-12T21:52:48.542Z | Downloaded der_derive v0.7.3 |
824 | 2025-03-12T21:52:48.545Z | Downloaded resolv-conf v0.7.0 |
825 | 2025-03-12T21:52:48.548Z | Downloaded parking_lot v0.11.2 |
826 | 2025-03-12T21:52:48.551Z | Downloaded walkdir v2.5.0 |
827 | 2025-03-12T21:52:48.555Z | Downloaded funty v2.0.0 |
828 | 2025-03-12T21:52:48.555Z | Downloaded aho-corasick v1.1.3 |
829 | 2025-03-12T21:52:48.560Z | Downloaded foreign-types v0.5.0 |
830 | 2025-03-12T21:52:48.563Z | Downloaded itertools v0.12.1 |
831 | 2025-03-12T21:52:48.568Z | Downloaded omicron-zone-package v0.12.0 |
832 | 2025-03-12T21:52:48.571Z | Downloaded vte_generate_state_changes v0.1.2 |
833 | 2025-03-12T21:52:48.575Z | Downloaded foreign-types-macros v0.2.3 |
834 | 2025-03-12T21:52:48.575Z | Downloaded olpc-cjson v0.1.4 |
835 | 2025-03-12T21:52:48.578Z | Downloaded gethostname v0.5.0 |
836 | 2025-03-12T21:52:48.578Z | Downloaded futures-task v0.3.31 |
837 | 2025-03-12T21:52:48.578Z | Downloaded zeroize_derive v1.4.2 |
838 | 2025-03-12T21:52:48.581Z | Downloaded zeroize v1.8.1 |
839 | 2025-03-12T21:52:48.581Z | Downloaded serde_with v3.12.0 |
840 | 2025-03-12T21:52:48.590Z | Downloaded slog-stdlog v4.1.1 |
841 | 2025-03-12T21:52:48.594Z | Downloaded num-complex v0.4.6 |
842 | 2025-03-12T21:52:48.594Z | Downloaded unicode-bidi v0.3.17 |
843 | 2025-03-12T21:52:48.598Z | Downloaded pin-utils v0.1.0 |
844 | 2025-03-12T21:52:48.603Z | Downloaded tokio-macros v2.5.0 |
845 | 2025-03-12T21:52:48.603Z | Downloaded expectorate v1.1.0 |
846 | 2025-03-12T21:52:48.603Z | Downloaded primeorder v0.13.6 |
847 | 2025-03-12T21:52:48.606Z | Downloaded derive_builder_core v0.20.2 |
848 | 2025-03-12T21:52:48.606Z | Downloaded darling_core v0.20.10 |
849 | 2025-03-12T21:52:48.610Z | Downloaded peg-runtime v0.8.5 |
850 | 2025-03-12T21:52:48.614Z | Downloaded psl-types v2.0.11 |
851 | 2025-03-12T21:52:48.614Z | Downloaded parking_lot v0.12.3 |
852 | 2025-03-12T21:52:48.617Z | Downloaded peg v0.8.5 |
853 | 2025-03-12T21:52:48.620Z | Downloaded pbkdf2 v0.11.0 |
854 | 2025-03-12T21:52:48.623Z | Downloaded quinn v0.11.5 |
855 | 2025-03-12T21:52:48.626Z | Downloaded dunce v1.0.5 |
856 | 2025-03-12T21:52:48.629Z | Downloaded pkcs5 v0.7.1 |
857 | 2025-03-12T21:52:48.632Z | Downloaded num v0.4.3 |
858 | 2025-03-12T21:52:48.632Z | Downloaded difflib v0.4.0 |
859 | 2025-03-12T21:52:48.635Z | Downloaded multimap v0.10.0 |
860 | 2025-03-12T21:52:48.635Z | Downloaded pkcs1 v0.7.5 |
861 | 2025-03-12T21:52:48.638Z | Downloaded getrandom v0.2.15 |
862 | 2025-03-12T21:52:48.641Z | Downloaded parse-size v1.1.0 |
863 | 2025-03-12T21:52:48.641Z | Downloaded schemars v0.8.22 |
864 | 2025-03-12T21:52:48.653Z | Downloaded document-features v0.2.10 |
865 | 2025-03-12T21:52:48.657Z | Downloaded untrusted v0.7.1 |
866 | 2025-03-12T21:52:48.657Z | Downloaded typify v0.2.0 |
867 | 2025-03-12T21:52:48.660Z | Downloaded tokio-tungstenite v0.23.1 |
868 | 2025-03-12T21:52:48.664Z | Downloaded slab v0.4.9 |
869 | 2025-03-12T21:52:48.664Z | Downloaded progenitor v0.9.1 |
870 | 2025-03-12T21:52:48.668Z | Downloaded des v0.8.1 |
871 | 2025-03-12T21:52:48.668Z | Downloaded vsss-rs v3.3.4 |
872 | 2025-03-12T21:52:48.671Z | Downloaded siphasher v0.3.11 |
873 | 2025-03-12T21:52:48.672Z | Downloaded unicase v2.7.0 |
874 | 2025-03-12T21:52:48.672Z | Downloaded secrecy v0.8.0 |
875 | 2025-03-12T21:52:48.676Z | Downloaded getrandom v0.3.1 |
876 | 2025-03-12T21:52:48.676Z | Downloaded slog-json v2.6.1 |
877 | 2025-03-12T21:52:48.679Z | Downloaded typify-macro v0.2.0 |
878 | 2025-03-12T21:52:48.679Z | Downloaded uzers v0.12.1 |
879 | 2025-03-12T21:52:48.683Z | Downloaded vergen v8.3.2 |
880 | 2025-03-12T21:52:48.686Z | Downloaded slog-scope v4.4.0 |
881 | 2025-03-12T21:52:48.686Z | Downloaded itertools v0.14.0 |
882 | 2025-03-12T21:52:48.693Z | Downloaded dirs-next v2.0.0 |
883 | 2025-03-12T21:52:48.696Z | Downloaded password-hash v0.5.0 |
884 | 2025-03-12T21:52:48.696Z | Downloaded parse-display-derive v0.10.0 |
885 | 2025-03-12T21:52:48.699Z | Downloaded nu-ansi-term v0.50.1 |
886 | 2025-03-12T21:52:48.702Z | Downloaded phf_shared v0.11.2 |
887 | 2025-03-12T21:52:48.702Z | Downloaded packed_struct_codegen v0.10.1 |
888 | 2025-03-12T21:52:48.705Z | Downloaded dsl_auto_type v0.1.2 |
889 | 2025-03-12T21:52:48.705Z | Downloaded samael v0.0.18 |
890 | 2025-03-12T21:52:48.709Z | Downloaded twox-hash v2.1.0 |
891 | 2025-03-12T21:52:48.713Z | Downloaded tokio-tungstenite v0.24.0 |
892 | 2025-03-12T21:52:48.715Z | Downloaded semver v0.1.20 |
893 | 2025-03-12T21:52:48.716Z | Downloaded futures v0.3.31 |
894 | 2025-03-12T21:52:48.726Z | Downloaded smf v0.2.3 |
895 | 2025-03-12T21:52:48.726Z | Downloaded diff v0.1.13 |
896 | 2025-03-12T21:52:48.729Z | Downloaded tokio-rustls v0.26.0 |
897 | 2025-03-12T21:52:48.733Z | Downloaded snafu-derive v0.8.5 |
898 | 2025-03-12T21:52:48.736Z | Downloaded sec1 v0.7.3 |
899 | 2025-03-12T21:52:48.739Z | Downloaded prettyplease v0.2.30 |
900 | 2025-03-12T21:52:48.743Z | Downloaded num-traits v0.2.19 |
901 | 2025-03-12T21:52:48.747Z | Downloaded tower v0.5.2 |
902 | 2025-03-12T21:52:48.756Z | Downloaded proc-macro-error2 v2.0.1 |
903 | 2025-03-12T21:52:48.760Z | Downloaded slog-term v2.9.1 |
904 | 2025-03-12T21:52:48.763Z | Downloaded aws-lc-rs v1.12.4 |
905 | 2025-03-12T21:52:48.774Z | Downloaded zerofrom-derive v0.1.4 |
906 | 2025-03-12T21:52:48.777Z | Downloaded icu_properties_data v1.5.0 |
907 | 2025-03-12T21:52:48.785Z | Downloaded vte v0.11.1 |
908 | 2025-03-12T21:52:48.788Z | Downloaded similar v2.7.0 |
909 | 2025-03-12T21:52:48.792Z | Downloaded flate2 v1.1.0 |
910 | 2025-03-12T21:52:48.797Z | Downloaded lalrpop v0.19.12 |
911 | 2025-03-12T21:52:48.808Z | Downloaded derive_more v0.99.19 |
912 | 2025-03-12T21:52:48.813Z | Downloaded bindgen v0.71.1 |
913 | 2025-03-12T21:52:48.821Z | Downloaded snafu v0.8.5 |
914 | 2025-03-12T21:52:48.827Z | Downloaded tokio-util v0.7.13 |
915 | 2025-03-12T21:52:48.833Z | Downloaded chrono v0.4.40 |
916 | 2025-03-12T21:52:48.841Z | Downloaded publicsuffix v2.3.0 |
917 | 2025-03-12T21:52:48.844Z | Downloaded petname v2.0.2 |
918 | 2025-03-12T21:52:48.849Z | Downloaded typed-path v0.9.3 |
919 | 2025-03-12T21:52:48.855Z | Downloaded num-bigint-dig v0.8.4 |
920 | 2025-03-12T21:52:48.860Z | Downloaded zerovec v0.10.4 |
921 | 2025-03-12T21:52:48.866Z | Downloaded rustls-webpki v0.101.7 |
922 | 2025-03-12T21:52:48.881Z | Downloaded zip v2.1.3 |
923 | 2025-03-12T21:52:48.885Z | Downloaded rustyline v14.0.0 |
924 | 2025-03-12T21:52:48.890Z | Downloaded p521 v0.13.3 |
925 | 2025-03-12T21:52:48.893Z | Downloaded futures-util v0.3.31 |
926 | 2025-03-12T21:52:48.906Z | Downloaded salty v0.3.0 |
927 | 2025-03-12T21:52:48.911Z | Downloaded p384 v0.13.0 |
928 | 2025-03-12T21:52:48.917Z | Downloaded radix_trie v0.2.1 |
929 | 2025-03-12T21:52:48.922Z | Downloaded rustls-webpki v0.102.8 |
930 | 2025-03-12T21:52:48.940Z | Downloaded quinn-proto v0.11.8 |
931 | 2025-03-12T21:52:48.946Z | Downloaded tabled v0.18.0 |
932 | 2025-03-12T21:52:48.962Z | Downloaded zerocopy v0.8.10 |
933 | 2025-03-12T21:52:48.984Z | Downloaded git2 v0.19.0 |
934 | 2025-03-12T21:52:48.992Z | Downloaded polar-core v0.27.3 |
935 | 2025-03-12T21:52:49.000Z | Downloaded vcpkg v0.2.15 |
936 | 2025-03-12T21:52:49.036Z | Downloaded nix v0.27.1 |
937 | 2025-03-12T21:52:49.048Z | Downloaded curve25519-dalek v4.1.3 |
938 | 2025-03-12T21:52:49.055Z | Downloaded rayon v1.10.0 |
939 | 2025-03-12T21:52:49.065Z | Downloaded object v0.36.5 |
940 | 2025-03-12T21:52:49.077Z | Downloaded unicode-width v0.2.0 |
941 | 2025-03-12T21:52:49.082Z | Downloaded dropshot v0.16.0 |
942 | 2025-03-12T21:52:49.104Z | Downloaded object v0.30.4 |
943 | 2025-03-12T21:52:49.113Z | Downloaded rustls v0.21.12 |
944 | 2025-03-12T21:52:49.123Z | Downloaded nix v0.28.0 |
945 | 2025-03-12T21:52:49.133Z | Downloaded nix v0.29.0 |
946 | 2025-03-12T21:52:49.144Z | Downloaded diesel v2.2.8 |
947 | 2025-03-12T21:52:49.161Z | Downloaded bstr v1.10.0 |
948 | 2025-03-12T21:52:49.171Z | Downloaded chrono-tz v0.10.1 |
949 | 2025-03-12T21:52:49.178Z | Downloaded webpki-roots v0.26.6 |
950 | 2025-03-12T21:52:49.186Z | Downloaded reqwest v0.12.12 |
951 | 2025-03-12T21:52:49.191Z | Downloaded russh v0.45.0 |
952 | 2025-03-12T21:52:49.196Z | Downloaded openssl v0.10.71 |
953 | 2025-03-12T21:52:49.205Z | Downloaded regex v1.11.1 |
954 | 2025-03-12T21:52:49.218Z | Downloaded smoltcp v0.9.1 |
955 | 2025-03-12T21:52:49.227Z | Downloaded typify-impl v0.3.0 |
956 | 2025-03-12T21:52:49.241Z | Downloaded openapiv3 v2.0.0 |
957 | 2025-03-12T21:52:49.252Z | Downloaded regress v0.10.3 |
958 | 2025-03-12T21:52:49.260Z | Downloaded regex-syntax v0.8.5 |
959 | 2025-03-12T21:52:49.268Z | Downloaded smoltcp v0.11.0 |
960 | 2025-03-12T21:52:49.280Z | Downloaded typify-impl v0.2.0 |
961 | 2025-03-12T21:52:49.295Z | Downloaded petgraph v0.6.5 |
962 | 2025-03-12T21:52:49.313Z | Downloaded lzma-sys v0.1.20 |
963 | 2025-03-12T21:52:49.343Z | Downloaded petgraph v0.7.1 |
964 | 2025-03-12T21:52:49.362Z | Downloaded dropshot v0.12.0 |
965 | 2025-03-12T21:52:49.381Z | Downloaded sled v0.34.7 |
966 | 2025-03-12T21:52:49.391Z | Downloaded gimli v0.31.1 |
967 | 2025-03-12T21:52:49.400Z | Downloaded regex-syntax v0.6.29 |
968 | 2025-03-12T21:52:49.408Z | Downloaded libz-sys v1.1.20 |
969 | 2025-03-12T21:52:49.430Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
970 | 2025-03-12T21:52:49.442Z | Downloaded ratatui v0.29.0 |
971 | 2025-03-12T21:52:49.463Z | Downloaded zerocopy-derive v0.6.6 |
972 | 2025-03-12T21:52:49.472Z | Downloaded rustls v0.23.19 |
973 | 2025-03-12T21:52:49.484Z | Downloaded regex-automata v0.4.8 |
974 | 2025-03-12T21:52:49.502Z | Downloaded rustls v0.22.4 |
975 | 2025-03-12T21:52:49.515Z | Downloaded sha3 v0.10.8 |
976 | 2025-03-12T21:52:49.520Z | Downloaded num-bigint v0.4.6 |
977 | 2025-03-12T21:52:49.525Z | Downloaded portable-atomic v1.9.0 |
978 | 2025-03-12T21:52:49.531Z | Downloaded zip v0.6.6 |
979 | 2025-03-12T21:52:49.536Z | Downloaded tough v0.19.0 |
980 | 2025-03-12T21:52:49.544Z | Downloaded unicode-normalization v0.1.24 |
981 | 2025-03-12T21:52:49.548Z | Downloaded winnow v0.6.20 |
982 | 2025-03-12T21:52:49.557Z | Downloaded proptest v1.6.0 |
983 | 2025-03-12T21:52:49.566Z | Downloaded csv v1.3.1 |
984 | 2025-03-12T21:52:49.587Z | Downloaded bitvec v1.0.1 |
985 | 2025-03-12T21:52:49.601Z | Downloaded tokio v1.43.0 |
986 | 2025-03-12T21:52:49.638Z | Downloaded bindgen v0.69.5 |
987 | 2025-03-12T21:52:49.647Z | Downloaded qorb v0.2.1 |
988 | 2025-03-12T21:52:49.650Z | Downloaded ssh-key v0.6.6 |
989 | 2025-03-12T21:52:49.656Z | Downloaded pin-project v1.1.6 |
990 | 2025-03-12T21:52:49.667Z | Downloaded ron v0.7.1 |
991 | 2025-03-12T21:52:49.672Z | Downloaded h2 v0.4.6 |
992 | 2025-03-12T21:52:49.679Z | Downloaded nom v7.1.3 |
993 | 2025-03-12T21:52:49.683Z | Downloaded zerocopy v0.6.6 |
994 | 2025-03-12T21:52:49.687Z | Downloaded num-rational v0.4.2 |
995 | 2025-03-12T21:52:49.690Z | Downloaded mockall_derive v0.13.1 |
996 | 2025-03-12T21:52:49.690Z | Downloaded toml_edit v0.19.15 |
997 | 2025-03-12T21:52:49.705Z | Downloaded yansi v1.0.1 |
998 | 2025-03-12T21:52:49.708Z | Downloaded quick-xml v0.37.2 |
999 | 2025-03-12T21:52:49.713Z | Downloaded fs_extra v1.3.0 |
1000 | 2025-03-12T21:52:49.716Z | Downloaded ron v0.8.1 |
1001 | 2025-03-12T21:52:49.720Z | Downloaded pretty_assertions v1.4.1 |
1002 | 2025-03-12T21:52:49.723Z | Downloaded steno v0.4.1 |
1003 | 2025-03-12T21:52:49.726Z | Downloaded sqlparser v0.45.0 |
1004 | 2025-03-12T21:52:49.732Z | Downloaded value-bag v1.9.0 |
1005 | 2025-03-12T21:52:49.735Z | Downloaded tar v0.4.44 |
1006 | 2025-03-12T21:52:49.738Z | Downloaded papergrid v0.14.0 |
1007 | 2025-03-12T21:52:49.742Z | Downloaded parse-zoneinfo v0.3.1 |
1008 | 2025-03-12T21:52:49.745Z | Downloaded winnow v0.5.40 |
1009 | 2025-03-12T21:52:49.753Z | Downloaded tokio-rustls v0.25.0 |
1010 | 2025-03-12T21:52:49.756Z | Downloaded elliptic-curve v0.13.8 |
1011 | 2025-03-12T21:52:49.759Z | Downloaded unicode_categories v0.1.1 |
1012 | 2025-03-12T21:52:49.762Z | Downloaded time v0.3.36 |
1013 | 2025-03-12T21:52:49.767Z | Downloaded tinyvec v1.8.0 |
1014 | 2025-03-12T21:52:49.770Z | Downloaded ring v0.17.11 |
1015 | 2025-03-12T21:52:49.813Z | Downloaded pbkdf2 v0.12.2 |
1016 | 2025-03-12T21:52:49.816Z | Downloaded ghash v0.5.1 |
1017 | 2025-03-12T21:52:49.816Z | Downloaded blake3 v1.5.4 |
1018 | 2025-03-12T21:52:49.822Z | Downloaded progenitor-client v0.9.1 |
1019 | 2025-03-12T21:52:49.825Z | Downloaded toml v0.7.8 |
1020 | 2025-03-12T21:52:49.828Z | Downloaded rsa v0.9.6 |
1021 | 2025-03-12T21:52:49.832Z | Downloaded tungstenite v0.24.0 |
1022 | 2025-03-12T21:52:49.835Z | Downloaded encoding_rs v0.8.34 |
1023 | 2025-03-12T21:52:49.855Z | Downloaded socket2 v0.5.8 |
1024 | 2025-03-12T21:52:49.859Z | Downloaded hkdf v0.12.4 |
1025 | 2025-03-12T21:52:49.862Z | Downloaded der v0.7.9 |
1026 | 2025-03-12T21:52:49.865Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1027 | 2025-03-12T21:52:49.918Z | Downloaded typify-macro v0.3.0 |
1028 | 2025-03-12T21:52:49.921Z | Downloaded tls_codec v0.4.1 |
1029 | 2025-03-12T21:52:49.922Z | Downloaded pkcs8 v0.10.2 |
1030 | 2025-03-12T21:52:49.925Z | Downloaded string_cache v0.8.7 |
1031 | 2025-03-12T21:52:49.925Z | Downloaded slog-dtrace v0.3.0 |
1032 | 2025-03-12T21:52:49.928Z | Downloaded slog-bunyan v2.5.0 |
1033 | 2025-03-12T21:52:49.928Z | Downloaded zerocopy-derive v0.8.10 |
1034 | 2025-03-12T21:52:49.932Z | Downloaded mio v1.0.2 |
1035 | 2025-03-12T21:52:49.937Z | Downloaded hashbrown v0.13.2 |
1036 | 2025-03-12T21:52:49.941Z | Downloaded yasna v0.5.2 |
1037 | 2025-03-12T21:52:49.944Z | Downloaded hashbrown v0.12.3 |
1038 | 2025-03-12T21:52:49.947Z | Downloaded itertools v0.13.0 |
1039 | 2025-03-12T21:52:49.953Z | Downloaded polyval v0.6.2 |
1040 | 2025-03-12T21:52:49.956Z | Downloaded rpassword v7.3.1 |
1041 | 2025-03-12T21:52:49.956Z | Downloaded slog v2.7.0 |
1042 | 2025-03-12T21:52:49.959Z | Downloaded defmt v0.3.8 |
1043 | 2025-03-12T21:52:49.962Z | Downloaded powerfmt v0.2.0 |
1044 | 2025-03-12T21:52:49.962Z | Downloaded spin v0.9.8 |
1045 | 2025-03-12T21:52:49.965Z | Downloaded paste v1.0.15 |
1046 | 2025-03-12T21:52:49.968Z | Downloaded tokio-stream v0.1.17 |
1047 | 2025-03-12T21:52:49.971Z | Downloaded ecdsa v0.16.9 |
1048 | 2025-03-12T21:52:49.974Z | Downloaded rayon-core v1.12.1 |
1049 | 2025-03-12T21:52:49.977Z | Downloaded x509-cert v0.2.5 |
1050 | 2025-03-12T21:52:49.980Z | Downloaded libxml v0.3.3 |
1051 | 2025-03-12T21:52:49.986Z | Downloaded libm v0.2.8 |
1052 | 2025-03-12T21:52:49.993Z | Downloaded foldhash v0.1.3 |
1053 | 2025-03-12T21:52:49.996Z | Downloaded derive_builder_macro v0.20.2 |
1054 | 2025-03-12T21:52:49.996Z | Downloaded toolchain_find v0.4.0 |
1055 | 2025-03-12T21:52:49.997Z | Downloaded embedded-io v0.6.1 |
1056 | 2025-03-12T21:52:50.000Z | Downloaded pkg-config v0.3.31 |
1057 | 2025-03-12T21:52:50.000Z | Downloaded zopfli v0.8.1 |
1058 | 2025-03-12T21:52:50.000Z | Downloaded openssl-sys v0.9.106 |
1059 | 2025-03-12T21:52:50.004Z | Downloaded ed25519-dalek v2.1.1 |
1060 | 2025-03-12T21:52:50.007Z | Downloaded dropshot_endpoint v0.12.0 |
1061 | 2025-03-12T21:52:50.010Z | Downloaded typify v0.3.0 |
1062 | 2025-03-12T21:52:50.013Z | Downloaded test-strategy v0.4.0 |
1063 | 2025-03-12T21:52:50.016Z | Downloaded ff v0.13.0 |
1064 | 2025-03-12T21:52:50.019Z | Downloaded fd-lock v4.0.2 |
1065 | 2025-03-12T21:52:50.022Z | Downloaded fallible-iterator v0.2.0 |
1066 | 2025-03-12T21:52:50.022Z | Downloaded enum-as-inner v0.6.1 |
1067 | 2025-03-12T21:52:50.022Z | Downloaded postgres-protocol v0.6.8 |
1068 | 2025-03-12T21:52:50.025Z | Downloaded want v0.3.1 |
1069 | 2025-03-12T21:52:50.025Z | Downloaded num_enum v0.5.11 |
1070 | 2025-03-12T21:52:50.028Z | Downloaded pin-project-lite v0.2.14 |
1071 | 2025-03-12T21:52:50.032Z | Downloaded peg-macros v0.8.5 |
1072 | 2025-03-12T21:52:50.035Z | Downloaded term v0.7.0 |
1073 | 2025-03-12T21:52:50.039Z | Downloaded aes-gcm v0.10.3 |
1074 | 2025-03-12T21:52:50.043Z | Downloaded uuid v1.15.1 |
1075 | 2025-03-12T21:52:50.046Z | Downloaded aes v0.8.4 |
1076 | 2025-03-12T21:52:50.049Z | Downloaded unicode-xid v0.2.6 |
1077 | 2025-03-12T21:52:50.049Z | Downloaded half v2.4.1 |
1078 | 2025-03-12T21:52:50.052Z | Downloaded flume v0.11.1 |
1079 | 2025-03-12T21:52:50.055Z | Downloaded minimal-lexical v0.2.1 |
1080 | 2025-03-12T21:52:50.058Z | Downloaded tinystr v0.7.6 |
1081 | 2025-03-12T21:52:50.061Z | Downloaded termios v0.3.3 |
1082 | 2025-03-12T21:52:50.061Z | Downloaded termcolor v1.4.1 |
1083 | 2025-03-12T21:52:50.064Z | Downloaded static_assertions v1.1.0 |
1084 | 2025-03-12T21:52:50.064Z | Downloaded globset v0.4.15 |
1085 | 2025-03-12T21:52:50.067Z | Downloaded crossbeam-channel v0.5.13 |
1086 | 2025-03-12T21:52:50.070Z | Downloaded base64 v0.21.7 |
1087 | 2025-03-12T21:52:50.073Z | Downloaded heapless v0.8.0 |
1088 | 2025-03-12T21:52:50.077Z | Downloaded env_logger v0.11.5 |
1089 | 2025-03-12T21:52:50.080Z | Downloaded env_logger v0.10.2 |
1090 | 2025-03-12T21:52:50.080Z | Downloaded progenitor-impl v0.9.1 |
1091 | 2025-03-12T21:52:50.083Z | Downloaded progenitor-impl v0.8.0 |
1092 | 2025-03-12T21:52:50.083Z | Downloaded p256 v0.13.2 |
1093 | 2025-03-12T21:52:50.087Z | Downloaded shlex v1.3.0 |
1094 | 2025-03-12T21:52:50.087Z | Downloaded shell-words v1.1.0 |
1095 | 2025-03-12T21:52:50.090Z | Downloaded tungstenite v0.21.0 |
1096 | 2025-03-12T21:52:50.093Z | Downloaded tracing-core v0.1.32 |
1097 | 2025-03-12T21:52:50.096Z | Downloaded subprocess v0.2.9 |
1098 | 2025-03-12T21:52:50.096Z | Downloaded base64 v0.22.1 |
1099 | 2025-03-12T21:52:50.099Z | Downloaded form_urlencoded v1.2.1 |
1100 | 2025-03-12T21:52:50.102Z | Downloaded spki v0.7.3 |
1101 | 2025-03-12T21:52:50.102Z | Downloaded const_format v0.2.34 |
1102 | 2025-03-12T21:52:50.105Z | Downloaded fatfs v0.3.6 |
1103 | 2025-03-12T21:52:50.108Z | Downloaded rand_core v0.9.2 |
1104 | 2025-03-12T21:52:50.111Z | Downloaded owo-colors v4.2.0 |
1105 | 2025-03-12T21:52:50.114Z | Downloaded indicatif v0.17.11 |
1106 | 2025-03-12T21:52:50.117Z | Downloaded whoami v1.5.2 |
1107 | 2025-03-12T21:52:50.117Z | Downloaded which v4.4.2 |
1108 | 2025-03-12T21:52:50.120Z | Downloaded utf16_iter v1.0.5 |
1109 | 2025-03-12T21:52:50.120Z | Downloaded thiserror-no-std v2.0.2 |
1110 | 2025-03-12T21:52:50.123Z | Downloaded rcgen v0.12.1 |
1111 | 2025-03-12T21:52:50.126Z | Downloaded backtrace v0.3.74 |
1112 | 2025-03-12T21:52:50.129Z | Downloaded sqlformat v0.2.6 |
1113 | 2025-03-12T21:52:50.133Z | Downloaded icu_collections v1.5.0 |
1114 | 2025-03-12T21:52:50.136Z | Downloaded schemars_derive v0.8.22 |
1115 | 2025-03-12T21:52:50.139Z | Downloaded rustls-pemfile v1.0.4 |
1116 | 2025-03-12T21:52:50.139Z | Downloaded rand_chacha v0.3.1 |
1117 | 2025-03-12T21:52:50.142Z | Downloaded radium v0.7.0 |
1118 | 2025-03-12T21:52:50.142Z | Downloaded r2d2 v0.8.10 |
1119 | 2025-03-12T21:52:50.142Z | Downloaded float-ord v0.3.2 |
1120 | 2025-03-12T21:52:50.145Z | Downloaded either v1.14.0 |
1121 | 2025-03-12T21:52:50.145Z | Downloaded daft v0.1.2 |
1122 | 2025-03-12T21:52:50.149Z | Downloaded phf_codegen v0.11.2 |
1123 | 2025-03-12T21:52:50.149Z | Downloaded phf v0.11.2 |
1124 | 2025-03-12T21:52:50.149Z | Downloaded percent-encoding v2.3.1 |
1125 | 2025-03-12T21:52:50.149Z | Downloaded tracing-attributes v0.1.27 |
1126 | 2025-03-12T21:52:50.153Z | Downloaded tokio-native-tls v0.3.1 |
1127 | 2025-03-12T21:52:50.153Z | Downloaded rustc-demangle v0.1.24 |
1128 | 2025-03-12T21:52:50.156Z | Downloaded writeable v0.5.5 |
1129 | 2025-03-12T21:52:50.156Z | Downloaded futures-core v0.3.31 |
1130 | 2025-03-12T21:52:50.156Z | Downloaded float-cmp v0.10.0 |
1131 | 2025-03-12T21:52:50.159Z | Downloaded num-iter v0.1.45 |
1132 | 2025-03-12T21:52:50.159Z | Downloaded nodrop v0.1.14 |
1133 | 2025-03-12T21:52:50.159Z | Downloaded tokio-rustls v0.24.1 |
1134 | 2025-03-12T21:52:50.163Z | Downloaded http v1.2.0 |
1135 | 2025-03-12T21:52:50.166Z | Downloaded base64 v0.13.1 |
1136 | 2025-03-12T21:52:50.169Z | Downloaded arc-swap v1.7.1 |
1137 | 2025-03-12T21:52:50.172Z | Downloaded utf-8 v0.7.6 |
1138 | 2025-03-12T21:52:50.172Z | Downloaded topological-sort v0.2.2 |
1139 | 2025-03-12T21:52:50.175Z | Downloaded lock_api v0.4.12 |
1140 | 2025-03-12T21:52:50.175Z | Downloaded litemap v0.7.3 |
1141 | 2025-03-12T21:52:50.178Z | Downloaded linked-hash-map v0.5.6 |
1142 | 2025-03-12T21:52:50.178Z | Downloaded indexmap v1.9.3 |
1143 | 2025-03-12T21:52:50.181Z | Downloaded crossbeam-epoch v0.9.18 |
1144 | 2025-03-12T21:52:50.184Z | Downloaded icu_provider v1.5.0 |
1145 | 2025-03-12T21:52:50.184Z | Downloaded const-oid v0.9.6 |
1146 | 2025-03-12T21:52:50.187Z | Downloaded icu_locid_transform v1.5.0 |
1147 | 2025-03-12T21:52:50.190Z | Downloaded hyper-rustls v0.27.3 |
1148 | 2025-03-12T21:52:50.190Z | Downloaded rand_core v0.6.4 |
1149 | 2025-03-12T21:52:50.193Z | Downloaded cookie v0.18.1 |
1150 | 2025-03-12T21:52:50.196Z | Downloaded memoffset v0.9.1 |
1151 | 2025-03-12T21:52:50.196Z | Downloaded lru v0.12.5 |
1152 | 2025-03-12T21:52:50.196Z | Downloaded clang-sys v1.8.1 |
1153 | 2025-03-12T21:52:50.200Z | Downloaded rustc-hash v2.1.1 |
1154 | 2025-03-12T21:52:50.200Z | Downloaded mime v0.3.17 |
1155 | 2025-03-12T21:52:50.205Z | Downloaded md-5 v0.10.6 |
1156 | 2025-03-12T21:52:50.205Z | Downloaded maplit v1.0.2 |
1157 | 2025-03-12T21:52:50.205Z | Downloaded managed v0.8.0 |
1158 | 2025-03-12T21:52:50.205Z | Downloaded lru-cache v0.1.2 |
1159 | 2025-03-12T21:52:50.208Z | Downloaded lockfree-object-pool v0.1.6 |
1160 | 2025-03-12T21:52:50.208Z | Downloaded libsw-core v0.3.1 |
1161 | 2025-03-12T21:52:50.208Z | Downloaded subtle v2.6.1 |
1162 | 2025-03-12T21:52:50.211Z | Downloaded httparse v1.9.5 |
1163 | 2025-03-12T21:52:50.211Z | Downloaded quick-error v1.2.3 |
1164 | 2025-03-12T21:52:50.214Z | Downloaded blake2 v0.10.6 |
1165 | 2025-03-12T21:52:50.214Z | Downloaded serde_plain v1.0.2 |
1166 | 2025-03-12T21:52:50.217Z | Downloaded linear-map v1.2.0 |
1167 | 2025-03-12T21:52:50.217Z | Downloaded libefi-sys v0.1.0 |
1168 | 2025-03-12T21:52:50.220Z | Downloaded lazy_static v1.5.0 |
1169 | 2025-03-12T21:52:50.220Z | Downloaded ipnetwork v0.21.1 |
1170 | 2025-03-12T21:52:50.223Z | Downloaded backoff v0.4.0 |
1171 | 2025-03-12T21:52:50.223Z | Downloaded instability v0.3.2 |
1172 | 2025-03-12T21:52:50.223Z | Downloaded inout v0.1.3 |
1173 | 2025-03-12T21:52:50.227Z | Downloaded indoc v2.0.6 |
1174 | 2025-03-12T21:52:50.227Z | Downloaded indoc v1.0.9 |
1175 | 2025-03-12T21:52:50.230Z | Downloaded idna_adapter v1.2.0 |
1176 | 2025-03-12T21:52:50.230Z | Downloaded http-body-util v0.1.2 |
1177 | 2025-03-12T21:52:50.233Z | Downloaded const_format_proc_macros v0.2.34 |
1178 | 2025-03-12T21:52:50.233Z | Downloaded console v0.15.10 |
1179 | 2025-03-12T21:52:50.236Z | Downloaded cmake v0.1.51 |
1180 | 2025-03-12T21:52:50.239Z | Downloaded bit-set v0.5.3 |
1181 | 2025-03-12T21:52:50.239Z | Downloaded bcs v0.1.6 |
1182 | 2025-03-12T21:52:50.239Z | Downloaded async-bb8-diesel v0.2.1 |
1183 | 2025-03-12T21:52:50.242Z | Downloaded arrayvec v0.7.6 |
1184 | 2025-03-12T21:52:50.245Z | Downloaded async-trait v0.1.87 |
1185 | 2025-03-12T21:52:50.248Z | Downloaded cipher v0.4.4 |
1186 | 2025-03-12T21:52:50.248Z | Downloaded base16ct v0.2.0 |
1187 | 2025-03-12T21:52:50.248Z | Downloaded async-stream v0.3.6 |
1188 | 2025-03-12T21:52:50.251Z | Downloaded castaway v0.2.3 |
1189 | 2025-03-12T21:52:50.251Z | Downloaded array-init v0.0.4 |
1190 | 2025-03-12T21:52:50.254Z | Downloaded icu_locid_transform_data v1.5.0 |
1191 | 2025-03-12T21:52:50.254Z | Downloaded hubpack v0.1.2 |
1192 | 2025-03-12T21:52:50.254Z | Downloaded chacha20 v0.9.1 |
1193 | 2025-03-12T21:52:50.257Z | Downloaded bit-vec v0.6.3 |
1194 | 2025-03-12T21:52:50.257Z | Downloaded assert_matches v1.5.0 |
1195 | 2025-03-12T21:52:50.260Z | Downloaded cbc v0.1.2 |
1196 | 2025-03-12T21:52:50.260Z | Downloaded buf-list v1.0.3 |
1197 | 2025-03-12T21:52:50.263Z | Downloaded bitfield-struct v0.6.2 |
1198 | 2025-03-12T21:52:50.263Z | Downloaded bcrypt-pbkdf v0.10.0 |
1199 | 2025-03-12T21:52:50.263Z | Downloaded ascii-canvas v3.0.0 |
1200 | 2025-03-12T21:52:50.266Z | Downloaded arrayref v0.3.9 |
1201 | 2025-03-12T21:52:50.266Z | Downloaded crc v3.2.1 |
1202 | 2025-03-12T21:52:50.271Z | Downloaded cexpr v0.6.0 |
1203 | 2025-03-12T21:52:50.271Z | Downloaded cassowary v0.3.0 |
1204 | 2025-03-12T21:52:50.271Z | Downloaded blowfish v0.9.1 |
1205 | 2025-03-12T21:52:50.274Z | Downloaded bit-set v0.8.0 |
1206 | 2025-03-12T21:52:50.274Z | Downloaded bb8 v0.8.5 |
1207 | 2025-03-12T21:52:50.277Z | Downloaded atomic-waker v1.1.2 |
1208 | 2025-03-12T21:52:50.277Z | Downloaded ahash v0.8.11 |
1209 | 2025-03-12T21:52:50.280Z | Downloaded hyper-util v0.1.10 |
1210 | 2025-03-12T21:52:50.283Z | Downloaded hyper-staticfile v0.10.1 |
1211 | 2025-03-12T21:52:50.286Z | Downloaded humantime v2.1.0 |
1212 | 2025-03-12T21:52:50.286Z | Downloaded hubpack_derive v0.1.1 |
1213 | 2025-03-12T21:52:50.286Z | Downloaded http-range v0.1.5 |
1214 | 2025-03-12T21:52:50.290Z | Downloaded http-body v1.0.1 |
1215 | 2025-03-12T21:52:50.290Z | Downloaded constant_time_eq v0.3.1 |
1216 | 2025-03-12T21:52:50.290Z | Downloaded chrono-tz-build v0.4.0 |
1217 | 2025-03-12T21:52:50.293Z | Downloaded block-padding v0.3.3 |
1218 | 2025-03-12T21:52:50.293Z | Downloaded atty v0.2.14 |
1219 | 2025-03-12T21:52:50.513Z | Downloaded aws-lc-sys v0.26.0 |
1220 | 2025-03-12T21:52:50.819Z | Compiling serde v1.0.218 |
1221 | 2025-03-12T21:52:50.822Z | Compiling value-bag v1.9.0 |
1222 | 2025-03-12T21:52:50.822Z | Compiling lock_api v0.4.12 |
1223 | 2025-03-12T21:52:50.822Z | Compiling scopeguard v1.2.0 |
1224 | 2025-03-12T21:52:50.822Z | Compiling typenum v1.17.0 |
1225 | 2025-03-12T21:52:50.822Z | Compiling generic-array v0.14.7 |
1226 | 2025-03-12T21:52:50.994Z | Compiling syn v2.0.98 |
1227 | 2025-03-12T21:52:51.005Z | Compiling getrandom v0.2.15 |
1228 | 2025-03-12T21:52:51.156Z | Compiling shlex v1.3.0 |
1229 | 2025-03-12T21:52:51.293Z | Compiling rand_core v0.6.4 |
1230 | 2025-03-12T21:52:51.443Z | Compiling log v0.4.22 |
1231 | 2025-03-12T21:52:51.500Z | Compiling jobserver v0.1.32 |
1232 | 2025-03-12T21:52:51.518Z | Compiling subtle v2.6.1 |
1233 | 2025-03-12T21:52:51.539Z | Compiling smallvec v1.14.0 |
1234 | 2025-03-12T21:52:51.801Z | Compiling const-oid v0.9.6 |
1235 | 2025-03-12T21:52:51.828Z | Compiling pin-project-lite v0.2.14 |
1236 | 2025-03-12T21:52:51.869Z | Compiling cc v1.2.15 |
1237 | 2025-03-12T21:52:51.925Z | Compiling parking_lot_core v0.9.10 |
1238 | 2025-03-12T21:52:51.965Z | Compiling rustix v0.38.37 |
1239 | 2025-03-12T21:52:52.167Z | Compiling signal-hook-registry v1.4.2 |
1240 | 2025-03-12T21:52:52.246Z | Compiling futures-core v0.3.31 |
1241 | 2025-03-12T21:52:52.468Z | Compiling mio v1.0.2 |
1242 | 2025-03-12T21:52:52.789Z | Compiling parking_lot v0.12.3 |
1243 | 2025-03-12T21:52:52.854Z | Compiling spin v0.9.8 |
1244 | 2025-03-12T21:52:52.929Z | Compiling socket2 v0.5.8 |
1245 | 2025-03-12T21:52:53.228Z | Compiling aho-corasick v1.1.3 |
1246 | 2025-03-12T21:52:53.264Z | Compiling either v1.14.0 |
1247 | 2025-03-12T21:52:53.463Z | Compiling stable_deref_trait v1.2.0 |
1248 | 2025-03-12T21:52:53.581Z | Compiling regex-syntax v0.8.5 |
1249 | 2025-03-12T21:52:53.612Z | Compiling futures-sink v0.3.31 |
1250 | 2025-03-12T21:52:53.674Z | Compiling cpufeatures v0.2.14 |
1251 | 2025-03-12T21:52:53.751Z | Compiling slab v0.4.9 |
1252 | 2025-03-12T21:52:53.820Z | Compiling glob v0.3.2 |
1253 | 2025-03-12T21:52:53.885Z | Compiling prettyplease v0.2.30 |
1254 | 2025-03-12T21:52:53.905Z | Compiling lazy_static v1.5.0 |
1255 | 2025-03-12T21:52:54.042Z | Compiling serde_json v1.0.139 |
1256 | 2025-03-12T21:52:54.241Z | Compiling minimal-lexical v0.2.1 |
1257 | 2025-03-12T21:52:54.400Z | Compiling futures-channel v0.3.31 |
1258 | 2025-03-12T21:52:54.583Z | Compiling libloading v0.8.5 |
1259 | 2025-03-12T21:52:54.727Z | Compiling clang-sys v1.8.1 |
1260 | 2025-03-12T21:52:54.730Z | Compiling nom v7.1.3 |
1261 | 2025-03-12T21:52:54.821Z | Compiling futures-task v0.3.31 |
1262 | 2025-03-12T21:52:54.972Z | Compiling home v0.5.9 |
1263 | 2025-03-12T21:52:55.111Z | Compiling futures-io v0.3.31 |
1264 | 2025-03-12T21:52:55.192Z | Compiling foldhash v0.1.3 |
1265 | 2025-03-12T21:52:55.382Z | Compiling bindgen v0.69.5 |
1266 | 2025-03-12T21:52:55.446Z | Compiling allocator-api2 v0.2.18 |
1267 | 2025-03-12T21:52:55.494Z | Compiling pin-utils v0.1.0 |
1268 | 2025-03-12T21:52:55.739Z | Compiling itertools v0.12.1 |
1269 | 2025-03-12T21:52:56.167Z | Compiling hashbrown v0.15.1 |
1270 | 2025-03-12T21:52:56.290Z | Compiling pkg-config v0.3.31 |
1271 | 2025-03-12T21:52:57.439Z | Compiling regex-automata v0.4.8 |
1272 | 2025-03-12T21:52:57.671Z | Compiling libm v0.2.8 |
1273 | 2025-03-12T21:52:57.899Z | Compiling cexpr v0.6.0 |
1274 | 2025-03-12T21:52:58.026Z | Compiling lazycell v1.3.0 |
1275 | 2025-03-12T21:52:58.130Z | Compiling synstructure v0.13.1 |
1276 | 2025-03-12T21:52:58.655Z | Compiling rustc-hash v1.1.0 |
1277 | 2025-03-12T21:52:58.879Z | Compiling cmake v0.1.51 |
1278 | 2025-03-12T21:52:59.488Z | Compiling num-traits v0.2.19 |
1279 | 2025-03-12T21:52:59.507Z | Compiling dunce v1.0.5 |
1280 | 2025-03-12T21:52:59.645Z | Compiling fs_extra v1.3.0 |
1281 | 2025-03-12T21:52:59.715Z | Compiling writeable v0.5.5 |
1282 | 2025-03-12T21:53:00.039Z | Compiling getrandom v0.3.1 |
1283 | 2025-03-12T21:53:00.161Z | Compiling litemap v0.7.3 |
1284 | 2025-03-12T21:53:00.250Z | Compiling ring v0.17.11 |
1285 | 2025-03-12T21:53:00.559Z | Compiling paste v1.0.15 |
1286 | 2025-03-12T21:53:00.967Z | Compiling base64ct v1.6.0 |
1287 | 2025-03-12T21:53:01.128Z | Compiling icu_locid_transform_data v1.5.0 |
1288 | 2025-03-12T21:53:01.240Z | Compiling aws-lc-rs v1.12.4 |
1289 | 2025-03-12T21:53:01.430Z | Compiling pem-rfc7468 v0.7.0 |
1290 | 2025-03-12T21:53:01.502Z | Compiling httparse v1.9.5 |
1291 | 2025-03-12T21:53:01.658Z | Compiling flagset v0.4.6 |
1292 | 2025-03-12T21:53:01.989Z | Compiling tracing-core v0.1.32 |
1293 | 2025-03-12T21:53:02.161Z | Compiling regex v1.11.1 |
1294 | 2025-03-12T21:53:02.484Z | Compiling icu_properties_data v1.5.0 |
1295 | 2025-03-12T21:53:02.738Z | Compiling rustls-pki-types v1.10.0 |
1296 | 2025-03-12T21:53:02.902Z | Compiling percent-encoding v2.3.1 |
1297 | 2025-03-12T21:53:03.090Z | Compiling crossbeam-utils v0.8.20 |
1298 | 2025-03-12T21:53:03.123Z | Compiling serde_derive v1.0.218 |
1299 | 2025-03-12T21:53:03.141Z | Compiling zeroize_derive v1.4.2 |
1300 | 2025-03-12T21:53:03.195Z | Compiling zerocopy-derive v0.7.35 |
1301 | 2025-03-12T21:53:03.611Z | Compiling tokio-macros v2.5.0 |
1302 | 2025-03-12T21:53:03.631Z | Compiling zerofrom-derive v0.1.4 |
1303 | 2025-03-12T21:53:04.502Z | Compiling zeroize v1.8.1 |
1304 | 2025-03-12T21:53:05.084Z | Compiling zerocopy v0.7.35 |
1305 | 2025-03-12T21:53:05.103Z | Compiling yoke-derive v0.7.4 |
1306 | 2025-03-12T21:53:05.822Z | Compiling thiserror-impl v1.0.69 |
1307 | 2025-03-12T21:53:06.022Z | Compiling displaydoc v0.2.5 |
1308 | 2025-03-12T21:53:06.130Z | Compiling crypto-common v0.1.6 |
1309 | 2025-03-12T21:53:06.373Z | Compiling block-buffer v0.10.4 |
1310 | 2025-03-12T21:53:06.393Z | Compiling futures-macro v0.3.31 |
1311 | 2025-03-12T21:53:06.655Z | Compiling digest v0.10.7 |
1312 | 2025-03-12T21:53:07.039Z | Compiling zerofrom v0.1.4 |
1313 | 2025-03-12T21:53:07.098Z | Compiling zerovec-derive v0.10.3 |
1314 | 2025-03-12T21:53:07.235Z | Compiling hmac v0.12.1 |
1315 | 2025-03-12T21:53:07.457Z | Compiling block-padding v0.3.3 |
1316 | 2025-03-12T21:53:07.473Z | Compiling ppv-lite86 v0.2.20 |
1317 | 2025-03-12T21:53:07.610Z | Compiling yoke v0.7.4 |
1318 | 2025-03-12T21:53:07.694Z | Compiling inout v0.1.3 |
1319 | 2025-03-12T21:53:07.939Z | Compiling cipher v0.4.4 |
1320 | 2025-03-12T21:53:07.976Z | Compiling sha2 v0.10.8 |
1321 | 2025-03-12T21:53:08.098Z | Compiling icu_provider_macros v1.5.0 |
1322 | 2025-03-12T21:53:08.129Z | Compiling futures-util v0.3.31 |
1323 | 2025-03-12T21:53:08.190Z | Compiling der_derive v0.7.3 |
1324 | 2025-03-12T21:53:08.436Z | Compiling tracing-attributes v0.1.27 |
1325 | 2025-03-12T21:53:08.600Z | Compiling thiserror v1.0.69 |
1326 | 2025-03-12T21:53:08.830Z | Compiling pest v2.7.14 |
1327 | 2025-03-12T21:53:09.168Z | Compiling salsa20 v0.10.2 |
1328 | 2025-03-12T21:53:09.396Z | Compiling pbkdf2 v0.12.2 |
1329 | 2025-03-12T21:53:09.453Z | Compiling zerovec v0.10.4 |
1330 | 2025-03-12T21:53:10.272Z | Compiling utf16_iter v1.0.5 |
1331 | 2025-03-12T21:53:10.465Z | Compiling vcpkg v0.2.15 |
1332 | 2025-03-12T21:53:10.483Z | Compiling der v0.7.9 |
1333 | 2025-03-12T21:53:11.441Z | Compiling tinystr v0.7.6 |
1334 | 2025-03-12T21:53:11.483Z | Compiling icu_collections v1.5.0 |
1335 | 2025-03-12T21:53:11.682Z | Compiling tracing v0.1.40 |
1336 | 2025-03-12T21:53:11.766Z | Compiling icu_locid v1.5.0 |
1337 | 2025-03-12T21:53:11.805Z | Compiling icu_normalizer_data v1.5.0 |
1338 | 2025-03-12T21:53:11.916Z | Compiling write16 v1.0.0 |
1339 | 2025-03-12T21:53:12.063Z | Compiling utf8_iter v1.0.4 |
1340 | 2025-03-12T21:53:12.161Z | Compiling powerfmt v0.2.0 |
1341 | 2025-03-12T21:53:12.197Z | Compiling untrusted v0.9.0 |
1342 | 2025-03-12T21:53:12.313Z | Compiling untrusted v0.7.1 |
1343 | 2025-03-12T21:53:12.390Z | Compiling time-core v0.1.2 |
1344 | 2025-03-12T21:53:12.508Z | Compiling spki v0.7.3 |
1345 | 2025-03-12T21:53:12.526Z | Compiling num-conv v0.1.0 |
1346 | 2025-03-12T21:53:12.563Z | Compiling deranged v0.3.11 |
1347 | 2025-03-12T21:53:12.819Z | Compiling time-macros v0.2.18 |
1348 | 2025-03-12T21:53:12.879Z | Compiling icu_provider v1.5.0 |
1349 | 2025-03-12T21:53:13.407Z | Compiling openssl-sys v0.9.106 |
1350 | 2025-03-12T21:53:13.430Z | Compiling pest_meta v2.7.14 |
1351 | 2025-03-12T21:53:13.749Z | Compiling icu_locid_transform v1.5.0 |
1352 | 2025-03-12T21:53:14.010Z | Compiling scrypt v0.11.0 |
1353 | 2025-03-12T21:53:14.495Z | Compiling cbc v0.1.2 |
1354 | 2025-03-12T21:53:14.544Z | Compiling aes v0.8.4 |
1355 | 2025-03-12T21:53:14.737Z | Compiling scroll_derive v0.12.0 |
1356 | 2025-03-12T21:53:14.939Z | Compiling icu_properties v1.5.1 |
1357 | 2025-03-12T21:53:15.774Z | Compiling bitflags v2.6.0 |
1358 | 2025-03-12T21:53:15.840Z | Compiling bytes v1.10.1 |
1359 | 2025-03-12T21:53:16.061Z | Compiling indexmap v2.7.1 |
1360 | 2025-03-12T21:53:17.016Z | Compiling tokio v1.43.0 |
1361 | 2025-03-12T21:53:17.209Z | Compiling semver v1.0.25 |
1362 | 2025-03-12T21:53:17.228Z | Compiling http v1.2.0 |
1363 | 2025-03-12T21:53:17.391Z | Compiling tinyvec_macros v0.1.1 |
1364 | 2025-03-12T21:53:17.495Z | Compiling num_threads v0.1.7 |
1365 | 2025-03-12T21:53:17.570Z | Compiling atomic-waker v1.1.2 |
1366 | 2025-03-12T21:53:17.635Z | Compiling rustc_version v0.4.1 |
1367 | 2025-03-12T21:53:17.759Z | Compiling time v0.3.36 |
1368 | 2025-03-12T21:53:17.841Z | Compiling tinyvec v1.8.0 |
1369 | 2025-03-12T21:53:18.304Z | Compiling scroll v0.12.0 |
1370 | 2025-03-12T21:53:18.645Z | Compiling icu_normalizer v1.5.0 |
1371 | 2025-03-12T21:53:18.893Z | Compiling http-body v1.0.1 |
1372 | 2025-03-12T21:53:19.149Z | Compiling pkcs5 v0.7.1 |
1373 | 2025-03-12T21:53:19.394Z | Compiling pest_generator v2.7.14 |
1374 | 2025-03-12T21:53:19.447Z | Compiling rand_chacha v0.3.1 |
1375 | 2025-03-12T21:53:19.650Z | Compiling idna_adapter v1.2.0 |
1376 | 2025-03-12T21:53:19.876Z | Compiling which v4.4.2 |
1377 | 2025-03-12T21:53:20.407Z | Compiling form_urlencoded v1.2.1 |
1378 | 2025-03-12T21:53:20.426Z | Compiling try-lock v0.2.5 |
1379 | 2025-03-12T21:53:20.593Z | Compiling slog v2.7.0 |
1380 | 2025-03-12T21:53:20.710Z | Compiling zerocopy v0.8.10 |
1381 | 2025-03-12T21:53:20.740Z | Compiling goblin v0.8.2 |
1382 | 2025-03-12T21:53:21.051Z | Compiling pest_derive v2.7.14 |
1383 | 2025-03-12T21:53:21.165Z | Compiling want v0.3.1 |
1384 | 2025-03-12T21:53:21.429Z | Compiling rand v0.8.5 |
1385 | 2025-03-12T21:53:21.557Z | Compiling idna v1.0.3 |
1386 | 2025-03-12T21:53:21.715Z | Compiling pkcs8 v0.10.2 |
1387 | 2025-03-12T21:53:21.833Z | Compiling uuid v1.15.1 |
1388 | 2025-03-12T21:53:22.123Z | Compiling zerocopy-derive v0.8.10 |
1389 | 2025-03-12T21:53:22.372Z | Compiling adler2 v2.0.0 |
1390 | 2025-03-12T21:53:22.592Z | Compiling tower-service v0.3.3 |
1391 | 2025-03-12T21:53:22.740Z | Compiling iana-time-zone v0.1.61 |
1392 | 2025-03-12T21:53:23.126Z | Compiling httpdate v1.0.3 |
1393 | 2025-03-12T21:53:23.145Z | Compiling chrono v0.4.40 |
1394 | 2025-03-12T21:53:23.369Z | Compiling miniz_oxide v0.8.5 |
1395 | 2025-03-12T21:53:23.435Z | Compiling dtrace-parser v0.2.0 |
1396 | 2025-03-12T21:53:24.289Z | Compiling toml_datetime v0.6.8 |
1397 | 2025-03-12T21:53:24.739Z | Compiling serde_tokenstream v0.2.2 |
1398 | 2025-03-12T21:53:24.826Z | Compiling serde_spanned v0.6.8 |
1399 | 2025-03-12T21:53:25.067Z | Compiling tokio-util v0.7.13 |
1400 | 2025-03-12T21:53:25.232Z | Compiling rustversion v1.0.17 |
1401 | 2025-03-12T21:53:25.324Z | Compiling match_cfg v0.1.0 |
1402 | 2025-03-12T21:53:25.427Z | Compiling base64 v0.22.1 |
1403 | 2025-03-12T21:53:25.873Z | Compiling openssl v0.10.71 |
1404 | 2025-03-12T21:53:26.102Z | Compiling h2 v0.4.6 |
1405 | 2025-03-12T21:53:26.280Z | Compiling foreign-types-shared v0.1.1 |
1406 | 2025-03-12T21:53:26.330Z | Compiling dof v0.3.0 |
1407 | 2025-03-12T21:53:26.400Z | Compiling foreign-types v0.3.2 |
1408 | 2025-03-12T21:53:26.488Z | Compiling hostname v0.3.1 |
1409 | 2025-03-12T21:53:26.506Z | Compiling url v2.5.3 |
1410 | 2025-03-12T21:53:27.850Z | Compiling rand_core v0.9.2 |
1411 | 2025-03-12T21:53:27.924Z | Compiling usdt-impl v0.5.0 |
1412 | 2025-03-12T21:53:28.114Z | Compiling async-trait v0.1.87 |
1413 | 2025-03-12T21:53:28.158Z | Compiling openssl-macros v0.1.1 |
1414 | 2025-03-12T21:53:28.294Z | Compiling serde_derive_internals v0.29.1 |
1415 | 2025-03-12T21:53:28.909Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2025-03-12T21:53:29.229Z | Compiling dirs-sys-next v0.1.2 |
1417 | 2025-03-12T21:53:29.403Z | Compiling rustls v0.22.4 |
1418 | 2025-03-12T21:53:29.698Z | Compiling siphasher v0.3.11 |
1419 | 2025-03-12T21:53:29.716Z | Compiling syn v1.0.109 |
1420 | 2025-03-12T21:53:29.770Z | Compiling data-encoding v2.6.0 |
1421 | 2025-03-12T21:53:29.824Z | Compiling native-tls v0.2.12 |
1422 | 2025-03-12T21:53:30.075Z | Compiling rustls v0.23.19 |
1423 | 2025-03-12T21:53:30.180Z | Compiling schemars v0.8.22 |
1424 | 2025-03-12T21:53:30.418Z | Compiling dirs-next v2.0.0 |
1425 | 2025-03-12T21:53:30.538Z | Compiling schemars_derive v0.8.22 |
1426 | 2025-03-12T21:53:30.561Z | Compiling rand_chacha v0.9.0 |
1427 | 2025-03-12T21:53:31.583Z | Compiling unicode-normalization v0.1.24 |
1428 | 2025-03-12T21:53:31.701Z | Compiling http-body-util v0.1.2 |
1429 | 2025-03-12T21:53:31.766Z | Compiling heapless v0.7.17 |
1430 | 2025-03-12T21:53:32.184Z | Compiling crossbeam-epoch v0.9.18 |
1431 | 2025-03-12T21:53:32.209Z | Compiling sha1 v0.10.6 |
1432 | 2025-03-12T21:53:32.619Z | Compiling signature v2.2.0 |
1433 | 2025-03-12T21:53:32.622Z | Compiling thread_local v1.1.8 |
1434 | 2025-03-12T21:53:32.657Z | Compiling multer v3.1.0 |
1435 | 2025-03-12T21:53:32.877Z | Compiling hyper v1.6.0 |
1436 | 2025-03-12T21:53:32.921Z | Compiling cookie v0.18.1 |
1437 | 2025-03-12T21:53:32.966Z | Compiling crc32fast v1.4.2 |
1438 | 2025-03-12T21:53:33.091Z | Compiling encoding_rs v0.8.34 |
1439 | 2025-03-12T21:53:33.252Z | Compiling unicode-bidi v0.3.17 |
1440 | 2025-03-12T21:53:33.290Z | Compiling ipnet v2.11.0 |
1441 | 2025-03-12T21:53:33.366Z | Compiling gimli v0.31.1 |
1442 | 2025-03-12T21:53:34.369Z | Compiling signal-hook v0.3.17 |
1443 | 2025-03-12T21:53:34.536Z | Compiling slog-async v2.8.0 |
1444 | 2025-03-12T21:53:34.662Z | Compiling mime v0.3.17 |
1445 | 2025-03-12T21:53:35.038Z | Compiling openssl-probe v0.1.5 |
1446 | 2025-03-12T21:53:35.165Z | Compiling dyn-clone v1.0.19 |
1447 | 2025-03-12T21:53:35.342Z | Compiling hyper-util v0.1.10 |
1448 | 2025-03-12T21:53:35.386Z | Compiling rayon-core v1.12.1 |
1449 | 2025-03-12T21:53:35.660Z | Compiling unicode-properties v0.1.3 |
1450 | 2025-03-12T21:53:36.058Z | Compiling stringprep v0.1.5 |
1451 | 2025-03-12T21:53:37.089Z | Compiling toml_edit v0.22.24 |
1452 | 2025-03-12T21:53:37.183Z | Compiling crossbeam-deque v0.8.5 |
1453 | 2025-03-12T21:53:37.417Z | Compiling rand v0.9.0 |
1454 | 2025-03-12T21:53:37.516Z | Compiling term v0.7.0 |
1455 | 2025-03-12T21:53:38.054Z | Compiling addr2line v0.24.2 |
1456 | 2025-03-12T21:53:38.200Z | Compiling usdt-macro v0.5.0 |
1457 | 2025-03-12T21:53:38.708Z | Compiling usdt-attr-macro v0.5.0 |
1458 | 2025-03-12T21:53:38.761Z | Compiling slog-json v2.6.1 |
1459 | 2025-03-12T21:53:38.978Z | Compiling serde_urlencoded v0.7.1 |
1460 | 2025-03-12T21:53:39.098Z | Compiling curve25519-dalek v4.1.3 |
1461 | 2025-03-12T21:53:39.163Z | Compiling crossbeam-channel v0.5.13 |
1462 | 2025-03-12T21:53:39.445Z | Compiling futures-executor v0.3.31 |
1463 | 2025-03-12T21:53:39.601Z | Compiling enum-as-inner v0.6.1 |
1464 | 2025-03-12T21:53:39.781Z | Compiling md-5 v0.10.6 |
1465 | 2025-03-12T21:53:39.980Z | Compiling rustls-pemfile v2.2.0 |
1466 | 2025-03-12T21:53:40.044Z | Compiling async-stream-impl v0.3.6 |
1467 | 2025-03-12T21:53:40.146Z | Compiling num-integer v0.1.46 |
1468 | 2025-03-12T21:53:40.209Z | Compiling hash32 v0.2.1 |
1469 | 2025-03-12T21:53:40.302Z | Compiling ff v0.13.0 |
1470 | 2025-03-12T21:53:40.528Z | Compiling is-terminal v0.4.13 |
1471 | 2025-03-12T21:53:40.547Z | Compiling memoffset v0.9.1 |
1472 | 2025-03-12T21:53:40.569Z | Compiling dropshot v0.12.0 |
1473 | 2025-03-12T21:53:40.668Z | Compiling object v0.36.5 |
1474 | 2025-03-12T21:53:40.873Z | Compiling utf-8 v0.7.6 |
1475 | 2025-03-12T21:53:40.877Z | Compiling psl-types v2.0.11 |
1476 | 2025-03-12T21:53:40.912Z | Compiling rustc-demangle v0.1.24 |
1477 | 2025-03-12T21:53:41.088Z | Compiling smoltcp v0.9.1 |
1478 | 2025-03-12T21:53:41.186Z | Compiling anyhow v1.0.97 |
1479 | 2025-03-12T21:53:41.282Z | Compiling fallible-iterator v0.2.0 |
1480 | 2025-03-12T21:53:41.708Z | Compiling linked-hash-map v0.5.6 |
1481 | 2025-03-12T21:53:41.777Z | Compiling quick-error v1.2.3 |
1482 | 2025-03-12T21:53:41.794Z | Compiling take_mut v0.2.2 |
1483 | 2025-03-12T21:53:41.924Z | Compiling cfg_aliases v0.2.1 |
1484 | 2025-03-12T21:53:41.941Z | Compiling base16ct v0.2.0 |
1485 | 2025-03-12T21:53:41.960Z | Compiling litrs v0.4.1 |
1486 | 2025-03-12T21:53:42.031Z | Compiling portable-atomic v1.9.0 |
1487 | 2025-03-12T21:53:42.058Z | Compiling num-bigint-dig v0.8.4 |
1488 | 2025-03-12T21:53:42.252Z | Compiling sec1 v0.7.3 |
1489 | 2025-03-12T21:53:42.415Z | Compiling nix v0.29.0 |
1490 | 2025-03-12T21:53:42.793Z | Compiling lru-cache v0.1.2 |
1491 | 2025-03-12T21:53:43.031Z | Compiling document-features v0.2.10 |
1492 | 2025-03-12T21:53:43.067Z | Compiling resolv-conf v0.7.0 |
1493 | 2025-03-12T21:53:43.223Z | Compiling postgres-protocol v0.6.8 |
1494 | 2025-03-12T21:53:44.061Z | Compiling async-stream v0.3.6 |
1495 | 2025-03-12T21:53:44.092Z | Compiling tungstenite v0.24.0 |
1496 | 2025-03-12T21:53:44.144Z | Compiling publicsuffix v2.3.0 |
1497 | 2025-03-12T21:53:44.328Z | Compiling num-iter v0.1.45 |
1498 | 2025-03-12T21:53:44.404Z | Compiling slog-term v2.9.1 |
1499 | 2025-03-12T21:53:44.423Z | Compiling hickory-proto v0.24.4 |
1500 | 2025-03-12T21:53:44.441Z | Compiling usdt v0.5.0 |
1501 | 2025-03-12T21:53:44.515Z | Compiling group v0.13.0 |
1502 | 2025-03-12T21:53:44.916Z | Compiling toml v0.8.20 |
1503 | 2025-03-12T21:53:45.620Z | Compiling futures v0.3.31 |
1504 | 2025-03-12T21:53:45.744Z | Compiling slog-bunyan v2.5.0 |
1505 | 2025-03-12T21:53:45.950Z | Compiling bzip2 v0.4.4 |
1506 | 2025-03-12T21:53:47.013Z | Compiling camino v1.1.9 |
1507 | 2025-03-12T21:53:47.254Z | Compiling backtrace v0.3.74 |
1508 | 2025-03-12T21:53:47.293Z | Compiling tokio-native-tls v0.3.1 |
1509 | 2025-03-12T21:53:47.326Z | Compiling flate2 v1.1.0 |
1510 | 2025-03-12T21:53:47.684Z | Compiling phf_shared v0.11.2 |
1511 | 2025-03-12T21:53:47.699Z | Compiling dropshot_endpoint v0.12.0 |
1512 | 2025-03-12T21:53:47.841Z | Compiling terminal_size v0.4.0 |
1513 | 2025-03-12T21:53:47.940Z | Compiling openapiv3 v2.0.0 |
1514 | 2025-03-12T21:53:48.067Z | Compiling waitgroup v0.1.2 |
1515 | 2025-03-12T21:53:48.159Z | Compiling serde_path_to_error v0.1.16 |
1516 | 2025-03-12T21:53:48.280Z | Compiling hkdf v0.12.4 |
1517 | 2025-03-12T21:53:48.547Z | Compiling crypto-bigint v0.5.5 |
1518 | 2025-03-12T21:53:48.937Z | Compiling webpki-roots v0.26.6 |
1519 | 2025-03-12T21:53:49.161Z | Compiling zerocopy-derive v0.6.6 |
1520 | 2025-03-12T21:53:49.821Z | Compiling hubpack_derive v0.1.1 |
1521 | 2025-03-12T21:53:50.147Z | Compiling curve25519-dalek-derive v0.1.1 |
1522 | 2025-03-12T21:53:50.670Z | Compiling sync_wrapper v1.0.1 |
1523 | 2025-03-12T21:53:50.840Z | Compiling hostname v0.4.0 |
1524 | 2025-03-12T21:53:50.998Z | Compiling ahash v0.8.11 |
1525 | 2025-03-12T21:53:51.051Z | Compiling fs-err v2.11.0 |
1526 | 2025-03-12T21:53:51.326Z | Compiling newtype-uuid v1.2.1 |
1527 | 2025-03-12T21:53:51.383Z | Compiling buf-list v1.0.3 |
1528 | 2025-03-12T21:53:51.510Z | Compiling bumpalo v3.16.0 |
1529 | 2025-03-12T21:53:51.617Z | Compiling managed v0.8.0 |
1530 | 2025-03-12T21:53:51.727Z | Compiling simd-adler32 v0.3.7 |
1531 | 2025-03-12T21:53:51.846Z | Compiling unicode-width v0.2.0 |
1532 | 2025-03-12T21:53:51.941Z | Compiling winnow v0.5.40 |
1533 | 2025-03-12T21:53:51.965Z | Compiling tower-layer v0.3.3 |
1534 | 2025-03-12T21:53:52.053Z | Compiling zip v2.1.3 |
1535 | 2025-03-12T21:53:52.229Z | Compiling lockfree-object-pool v0.1.6 |
1536 | 2025-03-12T21:53:52.252Z | Compiling debug-ignore v1.0.5 |
1537 | 2025-03-12T21:53:52.362Z | Compiling console v0.15.10 |
1538 | 2025-03-12T21:53:52.406Z | Compiling tower v0.5.2 |
1539 | 2025-03-12T21:53:52.424Z | Compiling clap_builder v4.5.31 |
1540 | 2025-03-12T21:53:52.469Z | Compiling zopfli v0.8.1 |
1541 | 2025-03-12T21:53:53.285Z | Compiling strum_macros v0.25.3 |
1542 | 2025-03-12T21:53:54.117Z | Compiling elliptic-curve v0.13.8 |
1543 | 2025-03-12T21:53:54.689Z | Compiling zerocopy v0.6.6 |
1544 | 2025-03-12T21:53:54.948Z | Compiling hubpack v0.1.2 |
1545 | 2025-03-12T21:53:55.227Z | Compiling toml_edit v0.19.15 |
1546 | 2025-03-12T21:53:55.356Z | Compiling hickory-resolver v0.24.4 |
1547 | 2025-03-12T21:53:55.419Z | Compiling phf v0.11.2 |
1548 | 2025-03-12T21:53:55.699Z | Compiling hyper-tls v0.6.0 |
1549 | 2025-03-12T21:53:56.096Z | Compiling cookie_store v0.21.1 |
1550 | 2025-03-12T21:53:56.171Z | Compiling signal-hook-mio v0.2.4 |
1551 | 2025-03-12T21:53:56.347Z | Compiling rayon v1.10.0 |
1552 | 2025-03-12T21:53:56.945Z | Compiling tokio-tungstenite v0.24.0 |
1553 | 2025-03-12T21:53:57.629Z | Compiling postgres-types v0.2.9 |
1554 | 2025-03-12T21:54:00.076Z | Compiling ed25519 v2.2.3 |
1555 | 2025-03-12T21:54:00.140Z | Compiling phf_shared v0.10.0 |
1556 | 2025-03-12T21:54:00.511Z | Compiling tokio-stream v0.1.17 |
1557 | 2025-03-12T21:54:00.648Z | Compiling pkcs1 v0.7.5 |
1558 | 2025-03-12T21:54:00.823Z | Compiling serde-big-array v0.5.1 |
1559 | 2025-03-12T21:54:01.065Z | Compiling clap_derive v4.5.28 |
1560 | 2025-03-12T21:54:01.460Z | Compiling rfc6979 v0.4.0 |
1561 | 2025-03-12T21:54:01.518Z | Compiling serde_repr v0.1.19 |
1562 | 2025-03-12T21:54:01.582Z | Compiling derive-where v1.2.7 |
1563 | 2025-03-12T21:54:01.659Z | Compiling float-cmp v0.10.0 |
1564 | 2025-03-12T21:54:01.909Z | Compiling bstr v1.10.0 |
1565 | 2025-03-12T21:54:01.933Z | Compiling precomputed-hash v0.1.1 |
1566 | 2025-03-12T21:54:02.055Z | Compiling difflib v0.4.0 |
1567 | 2025-03-12T21:54:02.074Z | Compiling new_debug_unreachable v1.0.6 |
1568 | 2025-03-12T21:54:02.178Z | Compiling unicode-segmentation v1.12.0 |
1569 | 2025-03-12T21:54:02.571Z | Compiling normalize-line-endings v0.3.0 |
1570 | 2025-03-12T21:54:02.711Z | Compiling predicates-core v1.0.8 |
1571 | 2025-03-12T21:54:03.027Z | Compiling static_assertions v1.1.0 |
1572 | 2025-03-12T21:54:03.045Z | Compiling whoami v1.5.2 |
1573 | 2025-03-12T21:54:03.135Z | Compiling fixedbitset v0.4.2 |
1574 | 2025-03-12T21:54:03.268Z | Compiling number_prefix v0.4.0 |
1575 | 2025-03-12T21:54:03.433Z | Compiling petgraph v0.6.5 |
1576 | 2025-03-12T21:54:03.500Z | Compiling indicatif v0.17.11 |
1577 | 2025-03-12T21:54:03.566Z | Compiling tokio-postgres v0.7.13 |
1578 | 2025-03-12T21:54:03.585Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1579 | 2025-03-12T21:54:04.657Z | Compiling predicates v3.1.3 |
1580 | 2025-03-12T21:54:05.499Z | Compiling similar v2.7.0 |
1581 | 2025-03-12T21:54:05.502Z | Compiling clap v4.5.31 |
1582 | 2025-03-12T21:54:05.631Z | Compiling string_cache v0.8.7 |
1583 | 2025-03-12T21:54:06.059Z | Compiling ecdsa v0.16.9 |
1584 | 2025-03-12T21:54:06.113Z | Compiling rsa v0.9.6 |
1585 | 2025-03-12T21:54:06.860Z | Compiling ed25519-dalek v2.1.1 |
1586 | 2025-03-12T21:54:07.528Z | Compiling toml v0.7.8 |
1587 | 2025-03-12T21:54:08.116Z | Compiling crossterm v0.28.1 |
1588 | 2025-03-12T21:54:09.740Z | Compiling zip v0.6.6 |
1589 | 2025-03-12T21:54:09.764Z | Compiling hex v0.4.3 |
1590 | 2025-03-12T21:54:09.978Z | Compiling x509-cert v0.2.5 |
1591 | 2025-03-12T21:54:10.346Z | Compiling itertools v0.10.5 |
1592 | 2025-03-12T21:54:10.995Z | Compiling unicode-xid v0.2.6 |
1593 | 2025-03-12T21:54:11.186Z | Compiling lalrpop-util v0.19.12 |
1594 | 2025-03-12T21:54:11.203Z | Compiling peg-runtime v0.8.5 |
1595 | 2025-03-12T21:54:11.238Z | Compiling strum_macros v0.26.4 |
1596 | 2025-03-12T21:54:11.283Z | Compiling xattr v1.3.1 |
1597 | 2025-03-12T21:54:11.529Z | Compiling filetime v0.2.25 |
1598 | 2025-03-12T21:54:11.743Z | Compiling tar v0.4.44 |
1599 | 2025-03-12T21:54:15.679Z | Compiling strum v0.26.3 |
1600 | 2025-03-12T21:54:18.274Z | Compiling aws-lc-sys v0.26.0 |
1601 | 2025-03-12T21:54:50.785Z | Compiling rustls-webpki v0.102.8 |
1602 | 2025-03-12T21:54:53.803Z | Compiling tokio-rustls v0.25.0 |
1603 | 2025-03-12T21:54:55.507Z | Compiling tokio-rustls v0.26.0 |
1604 | 2025-03-12T21:54:55.824Z | Compiling hyper-rustls v0.27.3 |
1605 | 2025-03-12T21:54:56.141Z | Compiling reqwest v0.12.12 |
1606 | 2025-03-12T21:54:57.247Z | Compiling qorb v0.2.1 |
1607 | 2025-03-12T21:55:00.183Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2025-03-12T21:55:00.466Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2025-03-12T21:55:04.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1610 | 2025-03-12T21:55:05.069Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1611 | 2025-03-12T21:55:05.116Z | Mar 12 21:55:04.574 INFO Starting download, target: Clickhouse |
1612 | 2025-03-12T21:55:05.116Z | Mar 12 21:55:04.574 INFO Starting download, target: Cockroach |
1613 | 2025-03-12T21:55:05.116Z | Mar 12 21:55:04.574 INFO Starting download, target: Console |
1614 | 2025-03-12T21:55:05.117Z | Mar 12 21:55:04.574 INFO Starting download, target: DendriteOpenapi |
1615 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.574 INFO Starting download, target: DendriteStub |
1616 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.575 INFO Starting download, target: MaghemiteMgd |
1617 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.575 INFO Starting download, target: TransceiverControl |
1618 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.575 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1619 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.575 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1620 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.575 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1621 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.575 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1622 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.576 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1623 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.576 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1624 | 2025-03-12T21:55:05.120Z | Mar 12 21:55:04.576 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1625 | 2025-03-12T21:55:05.287Z | Mar 12 21:55:04.743 INFO Download complete, target: DendriteOpenapi |
1626 | 2025-03-12T21:55:05.435Z | Mar 12 21:55:04.872 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1627 | 2025-03-12T21:55:05.725Z | Mar 12 21:55:05.163 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1628 | 2025-03-12T21:55:05.895Z | Mar 12 21:55:05.345 INFO Download complete, target: TransceiverControl |
1629 | 2025-03-12T21:55:05.997Z | Mar 12 21:55:05.454 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1630 | 2025-03-12T21:55:06.039Z | Mar 12 21:55:05.496 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1631 | 2025-03-12T21:55:06.139Z | Mar 12 21:55:05.596 INFO Download complete, target: Console |
1632 | 2025-03-12T21:55:06.573Z | Mar 12 21:55:06.031 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1633 | 2025-03-12T21:55:06.573Z | Mar 12 21:55:06.031 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1634 | 2025-03-12T21:55:06.995Z | Mar 12 21:55:06.453 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1635 | 2025-03-12T21:55:08.576Z | Mar 12 21:55:08.035 INFO Download complete, target: DendriteStub |
1636 | 2025-03-12T21:55:08.580Z | Mar 12 21:55:08.037 INFO Download complete, target: MaghemiteMgd |
1637 | 2025-03-12T21:55:13.138Z | Mar 12 21:55:12.597 INFO Checking that binary works, target: Cockroach |
1638 | 2025-03-12T21:55:13.410Z | Mar 12 21:55:12.869 INFO Download complete, target: Cockroach |
1639 | 2025-03-12T21:55:17.844Z | Mar 12 21:55:17.302 INFO Checking that binary works, target: Clickhouse |
1640 | 2025-03-12T21:55:18.137Z | Mar 12 21:55:17.595 INFO Download complete, target: Clickhouse |
1641 | 2025-03-12T21:55:18.282Z | All builder prerequisites installed successfully, and PATH looks valid |
1642 | 2025-03-12T21:55:18.286Z | |
1643 | 2025-03-12T21:55:18.286Z | real 5:10.864533200 |
1644 | 2025-03-12T21:55:18.286Z | user 15:37.732526034 |
1645 | 2025-03-12T21:55:18.286Z | sys 2:06.031415531 |
1646 | 2025-03-12T21:55:18.286Z | trap 0.580194152 |
1647 | 2025-03-12T21:55:18.286Z | tflt 3.891187491 |
1648 | 2025-03-12T21:55:18.286Z | dflt 3.469418638 |
1649 | 2025-03-12T21:55:18.286Z | kflt 0.066210630 |
1650 | 2025-03-12T21:55:18.286Z | lock 24:06.863786329 |
1651 | 2025-03-12T21:55:18.286Z | slp 56:45.349843294 |
1652 | 2025-03-12T21:55:18.286Z | lat 1:01.240065033 |
1653 | 2025-03-12T21:55:18.286Z | stop 2:23.409940612 |
1654 | 2025-03-12T21:55:18.286Z | + banner clippy |
1655 | 2025-03-12T21:55:18.286Z | |
1656 | 2025-03-12T21:55:18.286Z | #### # # ##### ##### # # |
1657 | 2025-03-12T21:55:18.286Z | # # # # # # # # # # |
1658 | 2025-03-12T21:55:18.286Z | # # # # # # # # |
1659 | 2025-03-12T21:55:18.286Z | # # # ##### ##### # |
1660 | 2025-03-12T21:55:18.286Z | # # # # # # # |
1661 | 2025-03-12T21:55:18.286Z | #### ###### # # # # |
1662 | 2025-03-12T21:55:18.286Z | |
1663 | 2025-03-12T21:55:18.286Z | + export CARGO_INCREMENTAL=0 |
1664 | 2025-03-12T21:55:18.287Z | + CARGO_INCREMENTAL=0 |
1665 | 2025-03-12T21:55:18.287Z | + ptime -m cargo xtask clippy |
1666 | 2025-03-12T21:55:18.841Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1667 | 2025-03-12T21:55:21.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
1668 | 2025-03-12T21:55:21.686Z | Running `target/debug/xtask clippy` |
1669 | 2025-03-12T21:55:21.708Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1670 | 2025-03-12T21:55:22.419Z | Downloading crates ... |
1671 | 2025-03-12T21:55:22.718Z | Downloaded approx v0.5.1 |
1672 | 2025-03-12T21:55:22.728Z | Downloaded assert_cmd v2.0.16 |
1673 | 2025-03-12T21:55:22.731Z | Downloaded assert-json-diff v2.0.2 |
1674 | 2025-03-12T21:55:22.734Z | Downloaded event-listener-strategy v0.5.2 |
1675 | 2025-03-12T21:55:22.734Z | Downloaded anes v0.1.6 |
1676 | 2025-03-12T21:55:22.738Z | Downloaded nested v0.1.1 |
1677 | 2025-03-12T21:55:22.741Z | Downloaded plotters-svg v0.3.7 |
1678 | 2025-03-12T21:55:22.741Z | Downloaded async-object-pool v0.1.5 |
1679 | 2025-03-12T21:55:22.754Z | Downloaded target-triple v0.1.3 |
1680 | 2025-03-12T21:55:22.757Z | Downloaded guppy-workspace-hack v0.1.0 |
1681 | 2025-03-12T21:55:22.757Z | Downloaded doc-comment v0.3.3 |
1682 | 2025-03-12T21:55:22.763Z | Downloaded pathdiff v0.2.3 |
1683 | 2025-03-12T21:55:22.766Z | Downloaded blocking v1.6.1 |
1684 | 2025-03-12T21:55:22.770Z | Downloaded kv-log-macro v1.0.7 |
1685 | 2025-03-12T21:55:22.773Z | Downloaded relative-path v1.9.3 |
1686 | 2025-03-12T21:55:22.773Z | Downloaded criterion-plot v0.5.0 |
1687 | 2025-03-12T21:55:22.777Z | Downloaded path-tree v0.8.1 |
1688 | 2025-03-12T21:55:22.777Z | Downloaded async-channel v2.3.1 |
1689 | 2025-03-12T21:55:22.780Z | Downloaded event-listener v2.5.3 |
1690 | 2025-03-12T21:55:22.780Z | Downloaded async-attributes v1.1.2 |
1691 | 2025-03-12T21:55:22.780Z | Downloaded proc-macro-crate v3.2.0 |
1692 | 2025-03-12T21:55:22.783Z | Downloaded concurrent-queue v2.5.0 |
1693 | 2025-03-12T21:55:22.783Z | Downloaded async-signal v0.2.10 |
1694 | 2025-03-12T21:55:22.788Z | Downloaded serde_regex v1.1.0 |
1695 | 2025-03-12T21:55:22.788Z | Downloaded parking v2.2.1 |
1696 | 2025-03-12T21:55:22.788Z | Downloaded futures-timer v3.0.3 |
1697 | 2025-03-12T21:55:22.791Z | Downloaded async-process v2.3.0 |
1698 | 2025-03-12T21:55:22.791Z | Downloaded oorandom v11.1.4 |
1699 | 2025-03-12T21:55:22.791Z | Downloaded async-global-executor v2.4.1 |
1700 | 2025-03-12T21:55:22.794Z | Downloaded similar-asserts v1.7.0 |
1701 | 2025-03-12T21:55:22.797Z | Downloaded plotters-backend v0.3.7 |
1702 | 2025-03-12T21:55:22.797Z | Downloaded piper v0.2.4 |
1703 | 2025-03-12T21:55:22.816Z | Downloaded cast v0.3.0 |
1704 | 2025-03-12T21:55:22.819Z | Downloaded blake2b_simd v1.0.2 |
1705 | 2025-03-12T21:55:22.819Z | Downloaded async-channel v1.9.0 |
1706 | 2025-03-12T21:55:22.822Z | Downloaded async-task v4.7.1 |
1707 | 2025-03-12T21:55:22.826Z | Downloaded target-spec v3.4.2 |
1708 | 2025-03-12T21:55:22.830Z | Downloaded tinytemplate v1.2.1 |
1709 | 2025-03-12T21:55:22.830Z | Downloaded stringmetrics v2.2.2 |
1710 | 2025-03-12T21:55:22.833Z | Downloaded rustls-native-certs v0.7.3 |
1711 | 2025-03-12T21:55:22.836Z | Downloaded rstest v0.24.0 |
1712 | 2025-03-12T21:55:22.839Z | Downloaded target-lexicon v0.13.2 |
1713 | 2025-03-12T21:55:22.842Z | Downloaded async-io v2.3.4 |
1714 | 2025-03-12T21:55:22.845Z | Downloaded async-executor v1.13.1 |
1715 | 2025-03-12T21:55:22.848Z | Downloaded trybuild v1.0.103 |
1716 | 2025-03-12T21:55:22.852Z | Downloaded async-lock v3.4.0 |
1717 | 2025-03-12T21:55:22.852Z | Downloaded rstest_macros v0.24.0 |
1718 | 2025-03-12T21:55:22.855Z | Downloaded rand_distr v0.4.3 |
1719 | 2025-03-12T21:55:22.860Z | Downloaded polling v3.7.3 |
1720 | 2025-03-12T21:55:22.863Z | Downloaded cfg-expr v0.18.0 |
1721 | 2025-03-12T21:55:22.866Z | Downloaded plotters v0.3.7 |
1722 | 2025-03-12T21:55:22.871Z | Downloaded criterion v0.5.1 |
1723 | 2025-03-12T21:55:22.877Z | Downloaded event-listener v5.3.1 |
1724 | 2025-03-12T21:55:22.881Z | Downloaded guppy v0.17.17 |
1725 | 2025-03-12T21:55:22.885Z | Downloaded hyper-rustls v0.26.0 |
1726 | 2025-03-12T21:55:22.888Z | Downloaded futures-lite v2.3.0 |
1727 | 2025-03-12T21:55:22.891Z | Downloaded rust-argon2 v2.1.0 |
1728 | 2025-03-12T21:55:22.891Z | Downloaded async-std v1.13.0 |
1729 | 2025-03-12T21:55:22.908Z | Downloaded partial-io v0.5.4 |
1730 | 2025-03-12T21:55:22.911Z | Downloaded httptest v0.16.3 |
1731 | 2025-03-12T21:55:22.975Z | Downloaded httpmock v0.8.0-alpha.1 |
1732 | 2025-03-12T21:55:23.589Z | Checking cfg-if v1.0.0 |
1733 | 2025-03-12T21:55:23.757Z | Checking libc v0.2.170 |
1734 | 2025-03-12T21:55:23.779Z | Checking serde v1.0.218 |
1735 | 2025-03-12T21:55:23.801Z | Checking memchr v2.7.4 |
1736 | 2025-03-12T21:55:23.824Z | Checking value-bag v1.9.0 |
1737 | 2025-03-12T21:55:23.849Z | Checking itoa v1.0.11 |
1738 | 2025-03-12T21:55:23.870Z | Checking zeroize v1.8.1 |
1739 | 2025-03-12T21:55:23.897Z | Checking scopeguard v1.2.0 |
1740 | 2025-03-12T21:55:23.902Z | Checking smallvec v1.14.0 |
1741 | 2025-03-12T21:55:24.050Z | Checking pin-project-lite v0.2.14 |
1742 | 2025-03-12T21:55:24.074Z | Checking lock_api v0.4.12 |
1743 | 2025-03-12T21:55:24.141Z | Checking subtle v2.6.1 |
1744 | 2025-03-12T21:55:24.182Z | Checking once_cell v1.20.3 |
1745 | 2025-03-12T21:55:24.241Z | Checking log v0.4.22 |
1746 | 2025-03-12T21:55:24.267Z | Checking byteorder v1.5.0 |
1747 | 2025-03-12T21:55:24.433Z | Checking libm v0.2.8 |
1748 | 2025-03-12T21:55:24.462Z | Checking typenum v1.17.0 |
1749 | 2025-03-12T21:55:24.489Z | Checking ryu v1.0.18 |
1750 | 2025-03-12T21:55:24.582Z | Checking futures-core v0.3.31 |
1751 | 2025-03-12T21:55:24.687Z | Checking thiserror v1.0.69 |
1752 | 2025-03-12T21:55:24.724Z | Checking getrandom v0.2.15 |
1753 | 2025-03-12T21:55:24.724Z | Checking parking_lot_core v0.9.10 |
1754 | 2025-03-12T21:55:24.727Z | Checking signal-hook-registry v1.4.2 |
1755 | 2025-03-12T21:55:24.783Z | Checking mio v1.0.2 |
1756 | 2025-03-12T21:55:24.822Z | Checking socket2 v0.5.8 |
1757 | 2025-03-12T21:55:25.003Z | Checking const-oid v0.9.6 |
1758 | 2025-03-12T21:55:25.034Z | Checking rand_core v0.6.4 |
1759 | 2025-03-12T21:55:25.057Z | Checking parking_lot v0.12.3 |
1760 | 2025-03-12T21:55:25.274Z | Checking futures-io v0.3.31 |
1761 | 2025-03-12T21:55:25.303Z | Checking num-traits v0.2.19 |
1762 | 2025-03-12T21:55:25.333Z | Checking slab v0.4.9 |
1763 | 2025-03-12T21:55:25.372Z | Checking equivalent v1.0.1 |
1764 | 2025-03-12T21:55:25.425Z | Checking foldhash v0.1.3 |
1765 | 2025-03-12T21:55:25.463Z | Checking allocator-api2 v0.2.18 |
1766 | 2025-03-12T21:55:25.509Z | Checking zerocopy v0.7.35 |
1767 | 2025-03-12T21:55:25.541Z | Checking generic-array v0.14.7 |
1768 | 2025-03-12T21:55:25.588Z | Checking cpufeatures v0.2.14 |
1769 | 2025-03-12T21:55:25.636Z | Checking futures-sink v0.3.31 |
1770 | 2025-03-12T21:55:25.700Z | Checking getrandom v0.3.1 |
1771 | 2025-03-12T21:55:25.807Z | Checking iana-time-zone v0.1.61 |
1772 | 2025-03-12T21:55:25.964Z | Checking pin-utils v0.1.0 |
1773 | 2025-03-12T21:55:25.994Z | Checking fnv v1.0.7 |
1774 | 2025-03-12T21:55:26.075Z | Checking futures-channel v0.3.31 |
1775 | 2025-03-12T21:55:26.101Z | Checking hashbrown v0.15.1 |
1776 | 2025-03-12T21:55:26.145Z | Checking futures-task v0.3.31 |
1777 | 2025-03-12T21:55:26.409Z | Checking stable_deref_trait v1.2.0 |
1778 | 2025-03-12T21:55:26.447Z | Checking futures-util v0.3.31 |
1779 | 2025-03-12T21:55:26.542Z | Checking errno v0.3.9 |
1780 | 2025-03-12T21:55:26.569Z | Checking crypto-common v0.1.6 |
1781 | 2025-03-12T21:55:26.627Z | Checking block-buffer v0.10.4 |
1782 | 2025-03-12T21:55:26.739Z | Checking dyn-clone v1.0.19 |
1783 | 2025-03-12T21:55:26.768Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1784 | 2025-03-12T21:55:26.772Z | Checking ppv-lite86 v0.2.20 |
1785 | 2025-03-12T21:55:26.852Z | Checking tracing-core v0.1.32 |
1786 | 2025-03-12T21:55:26.881Z | Checking digest v0.10.7 |
1787 | 2025-03-12T21:55:26.908Z | Checking zerofrom v0.1.4 |
1788 | 2025-03-12T21:55:27.163Z | Checking yoke v0.7.4 |
1789 | 2025-03-12T21:55:27.192Z | Checking crossbeam-utils v0.8.20 |
1790 | 2025-03-12T21:55:27.219Z | Checking writeable v0.5.5 |
1791 | 2025-03-12T21:55:27.256Z | Checking litemap v0.7.3 |
1792 | 2025-03-12T21:55:27.459Z | Checking rand_chacha v0.3.1 |
1793 | 2025-03-12T21:55:27.486Z | Checking tracing v0.1.40 |
1794 | 2025-03-12T21:55:27.489Z | Checking zerovec v0.10.4 |
1795 | 2025-03-12T21:55:27.557Z | Checking percent-encoding v2.3.1 |
1796 | 2025-03-12T21:55:27.613Z | Checking block-padding v0.3.3 |
1797 | 2025-03-12T21:55:27.766Z | Checking httparse v1.9.5 |
1798 | 2025-03-12T21:55:27.827Z | Checking inout v0.1.3 |
1799 | 2025-03-12T21:55:27.855Z | Checking rand v0.8.5 |
1800 | 2025-03-12T21:55:27.859Z | Checking atomic-waker v1.1.2 |
1801 | 2025-03-12T21:55:27.902Z | Checking icu_locid_transform_data v1.5.0 |
1802 | 2025-03-12T21:55:28.019Z | Checking form_urlencoded v1.2.1 |
1803 | 2025-03-12T21:55:28.046Z | Checking spin v0.9.8 |
1804 | 2025-03-12T21:55:28.095Z | Checking cipher v0.4.4 |
1805 | 2025-03-12T21:55:28.161Z | Checking bytes v1.10.1 |
1806 | 2025-03-12T21:55:28.207Z | Checking bitflags v2.6.0 |
1807 | 2025-03-12T21:55:28.238Z | Checking serde_json v1.0.139 |
1808 | 2025-03-12T21:55:28.409Z | Checking chrono v0.4.40 |
1809 | 2025-03-12T21:55:28.517Z | Checking semver v1.0.25 |
1810 | 2025-03-12T21:55:28.520Z | Checking uuid v1.15.1 |
1811 | 2025-03-12T21:55:28.920Z | Checking indexmap v2.7.1 |
1812 | 2025-03-12T21:55:29.045Z | Checking rustix v0.38.37 |
1813 | 2025-03-12T21:55:29.111Z | Checking tinystr v0.7.6 |
1814 | 2025-03-12T21:55:29.176Z | Checking icu_collections v1.5.0 |
1815 | 2025-03-12T21:55:29.179Z | Checking tokio v1.43.0 |
1816 | 2025-03-12T21:55:29.455Z | Checking http v1.2.0 |
1817 | 2025-03-12T21:55:29.819Z | Checking icu_locid v1.5.0 |
1818 | 2025-03-12T21:55:29.911Z | Checking regex-syntax v0.8.5 |
1819 | 2025-03-12T21:55:30.087Z | Checking untrusted v0.9.0 |
1820 | 2025-03-12T21:55:30.279Z | Checking powerfmt v0.2.0 |
1821 | 2025-03-12T21:55:30.364Z | Checking schemars v0.8.22 |
1822 | 2025-03-12T21:55:30.560Z | Checking icu_properties_data v1.5.0 |
1823 | 2025-03-12T21:55:30.765Z | Checking deranged v0.3.11 |
1824 | 2025-03-12T21:55:30.768Z | Checking icu_provider v1.5.0 |
1825 | 2025-03-12T21:55:30.816Z | Checking ring v0.17.11 |
1826 | 2025-03-12T21:55:30.820Z | Checking num-conv v0.1.0 |
1827 | 2025-03-12T21:55:31.100Z | Checking utf16_iter v1.0.5 |
1828 | 2025-03-12T21:55:31.302Z | Checking time-core v0.1.2 |
1829 | 2025-03-12T21:55:31.422Z | Checking icu_locid_transform v1.5.0 |
1830 | 2025-03-12T21:55:31.483Z | Checking utf8_iter v1.0.4 |
1831 | 2025-03-12T21:55:31.705Z | Checking write16 v1.0.0 |
1832 | 2025-03-12T21:55:31.840Z | Checking num_threads v0.1.7 |
1833 | 2025-03-12T21:55:31.866Z | Checking icu_normalizer_data v1.5.0 |
1834 | 2025-03-12T21:55:31.983Z | Checking aho-corasick v1.1.3 |
1835 | 2025-03-12T21:55:31.987Z | Checking unicode-ident v1.0.14 |
1836 | 2025-03-12T21:55:32.039Z | Checking time v0.3.36 |
1837 | 2025-03-12T21:55:32.204Z | Checking base64ct v1.6.0 |
1838 | 2025-03-12T21:55:32.293Z | Checking proc-macro2 v1.0.94 |
1839 | 2025-03-12T21:55:32.401Z | Checking icu_properties v1.5.1 |
1840 | 2025-03-12T21:55:32.668Z | Checking hmac v0.12.1 |
1841 | 2025-03-12T21:55:32.909Z | Checking sha2 v0.10.8 |
1842 | 2025-03-12T21:55:32.938Z | Checking rustls-pki-types v1.10.0 |
1843 | 2025-03-12T21:55:32.978Z | Checking adler2 v2.0.0 |
1844 | 2025-03-12T21:55:33.033Z | Checking quote v1.0.39 |
1845 | 2025-03-12T21:55:33.148Z | Checking miniz_oxide v0.8.5 |
1846 | 2025-03-12T21:55:33.386Z | Checking syn v2.0.98 |
1847 | 2025-03-12T21:55:33.511Z | Checking http-body v1.0.1 |
1848 | 2025-03-12T21:55:33.535Z | Checking aws-lc-sys v0.26.0 |
1849 | 2025-03-12T21:55:33.566Z | Checking regex-automata v0.4.8 |
1850 | 2025-03-12T21:55:33.742Z | Checking untrusted v0.7.1 |
1851 | 2025-03-12T21:55:33.912Z | Checking try-lock v0.2.5 |
1852 | 2025-03-12T21:55:33.936Z | Checking base64 v0.22.1 |
1853 | 2025-03-12T21:55:34.065Z | Checking httpdate v1.0.3 |
1854 | 2025-03-12T21:55:34.317Z | Checking want v0.3.1 |
1855 | 2025-03-12T21:55:34.420Z | Checking pem-rfc7468 v0.7.0 |
1856 | 2025-03-12T21:55:34.455Z | Checking tower-service v0.3.3 |
1857 | 2025-03-12T21:55:34.510Z | Checking slog v2.7.0 |
1858 | 2025-03-12T21:55:34.602Z | Checking flagset v0.4.6 |
1859 | 2025-03-12T21:55:34.721Z | Checking mime v0.3.17 |
1860 | 2025-03-12T21:55:34.824Z | Checking der v0.7.9 |
1861 | 2025-03-12T21:55:34.992Z | Checking pbkdf2 v0.12.2 |
1862 | 2025-03-12T21:55:35.053Z | Checking aes v0.8.4 |
1863 | 2025-03-12T21:55:35.165Z | Checking gimli v0.31.1 |
1864 | 2025-03-12T21:55:35.659Z | Checking aws-lc-rs v1.12.4 |
1865 | 2025-03-12T21:55:35.688Z | Checking icu_normalizer v1.5.0 |
1866 | 2025-03-12T21:55:35.862Z | Checking tokio-util v0.7.13 |
1867 | 2025-03-12T21:55:35.911Z | Checking http-body-util v0.1.2 |
1868 | 2025-03-12T21:55:36.347Z | Checking cbc v0.1.2 |
1869 | 2025-03-12T21:55:36.474Z | Checking idna_adapter v1.2.0 |
1870 | 2025-03-12T21:55:36.530Z | Checking spki v0.7.3 |
1871 | 2025-03-12T21:55:36.561Z | Checking salsa20 v0.10.2 |
1872 | 2025-03-12T21:55:36.668Z | Checking idna v1.0.3 |
1873 | 2025-03-12T21:55:36.698Z | Checking h2 v0.4.6 |
1874 | 2025-03-12T21:55:36.785Z | Checking lazy_static v1.5.0 |
1875 | 2025-03-12T21:55:36.827Z | Checking object v0.36.5 |
1876 | 2025-03-12T21:55:36.932Z | Checking rustc-demangle v0.1.24 |
1877 | 2025-03-12T21:55:37.176Z | Checking url v2.5.3 |
1878 | 2025-03-12T21:55:37.405Z | Checking scrypt v0.11.0 |
1879 | 2025-03-12T21:55:37.430Z | Checking regex v1.11.1 |
1880 | 2025-03-12T21:55:37.433Z | Checking rustls-webpki v0.102.8 |
1881 | 2025-03-12T21:55:37.624Z | Checking rustls-pemfile v2.2.0 |
1882 | 2025-03-12T21:55:37.868Z | Checking openssl-probe v0.1.5 |
1883 | 2025-03-12T21:55:38.030Z | Checking foreign-types-shared v0.1.1 |
1884 | 2025-03-12T21:55:38.058Z | Checking utf8parse v0.2.2 |
1885 | 2025-03-12T21:55:38.085Z | Checking ipnet v2.11.0 |
1886 | 2025-03-12T21:55:38.152Z | Checking foreign-types v0.3.2 |
1887 | 2025-03-12T21:55:38.235Z | Checking pkcs5 v0.7.1 |
1888 | 2025-03-12T21:55:38.263Z | Checking serde_urlencoded v0.7.1 |
1889 | 2025-03-12T21:55:38.286Z | Checking openssl-sys v0.9.106 |
1890 | 2025-03-12T21:55:38.569Z | Checking encoding_rs v0.8.34 |
1891 | 2025-03-12T21:55:38.673Z | Checking futures-executor v0.3.31 |
1892 | 2025-03-12T21:55:38.762Z | Checking pkcs8 v0.10.2 |
1893 | 2025-03-12T21:55:38.812Z | Checking addr2line v0.24.2 |
1894 | 2025-03-12T21:55:38.931Z | Checking serde_spanned v0.6.8 |
1895 | 2025-03-12T21:55:39.060Z | Checking toml_datetime v0.6.8 |
1896 | 2025-03-12T21:55:39.163Z | Checking anstyle v1.0.10 |
1897 | 2025-03-12T21:55:39.302Z | Checking futures v0.3.31 |
1898 | 2025-03-12T21:55:39.378Z | Checking rustls v0.23.19 |
1899 | 2025-03-12T21:55:39.381Z | Checking either v1.14.0 |
1900 | 2025-03-12T21:55:39.432Z | Checking psl-types v2.0.11 |
1901 | 2025-03-12T21:55:39.458Z | Checking openssl v0.10.71 |
1902 | 2025-03-12T21:55:39.499Z | Checking anstyle-parse v0.2.5 |
1903 | 2025-03-12T21:55:39.629Z | Checking publicsuffix v2.3.0 |
1904 | 2025-03-12T21:55:39.741Z | Checking cookie v0.18.1 |
1905 | 2025-03-12T21:55:39.791Z | Checking webpki-roots v0.26.6 |
1906 | 2025-03-12T21:55:39.911Z | Checking sync_wrapper v1.0.1 |
1907 | 2025-03-12T21:55:40.022Z | Checking is-terminal v0.4.13 |
1908 | 2025-03-12T21:55:40.078Z | Checking anstyle-query v1.1.1 |
1909 | 2025-03-12T21:55:40.168Z | Checking is_terminal_polyfill v1.70.1 |
1910 | 2025-03-12T21:55:40.215Z | Checking tower-layer v0.3.3 |
1911 | 2025-03-12T21:55:40.242Z | Checking data-encoding v2.6.0 |
1912 | 2025-03-12T21:55:40.309Z | Checking colorchoice v1.0.2 |
1913 | 2025-03-12T21:55:40.473Z | Checking anstream v0.6.15 |
1914 | 2025-03-12T21:55:40.500Z | Checking tower v0.5.2 |
1915 | 2025-03-12T21:55:40.799Z | Checking cookie_store v0.21.1 |
1916 | 2025-03-12T21:55:40.842Z | Checking terminal_size v0.4.0 |
1917 | 2025-03-12T21:55:40.869Z | Checking openapiv3 v2.0.0 |
1918 | 2025-03-12T21:55:41.024Z | Checking sha1 v0.10.6 |
1919 | 2025-03-12T21:55:41.221Z | Checking strsim v0.11.1 |
1920 | 2025-03-12T21:55:41.327Z | Checking clap_lex v0.7.4 |
1921 | 2025-03-12T21:55:41.483Z | Checking camino v1.1.9 |
1922 | 2025-03-12T21:55:41.524Z | Checking signature v2.2.0 |
1923 | 2025-03-12T21:55:41.585Z | Checking clap_builder v4.5.31 |
1924 | 2025-03-12T21:55:41.748Z | Checking tinyvec_macros v0.1.1 |
1925 | 2025-03-12T21:55:41.859Z | Checking bitflags v1.3.2 |
1926 | 2025-03-12T21:55:41.975Z | Checking tinyvec v1.8.0 |
1927 | 2025-03-12T21:55:42.007Z | Checking dirs-sys-next v0.1.2 |
1928 | 2025-03-12T21:55:42.213Z | Checking scroll v0.12.0 |
1929 | 2025-03-12T21:55:42.571Z | Checking backtrace v0.3.74 |
1930 | 2025-03-12T21:55:42.675Z | Checking hyper v1.6.0 |
1931 | 2025-03-12T21:55:42.704Z | Checking plain v0.2.3 |
1932 | 2025-03-12T21:55:42.884Z | Checking ucd-trie v0.1.7 |
1933 | 2025-03-12T21:55:43.121Z | Checking pest v2.7.14 |
1934 | 2025-03-12T21:55:43.176Z | Checking anyhow v1.0.97 |
1935 | 2025-03-12T21:55:43.251Z | Checking goblin v0.8.2 |
1936 | 2025-03-12T21:55:43.567Z | Checking dirs-next v2.0.0 |
1937 | 2025-03-12T21:55:43.723Z | Checking crossbeam-channel v0.5.13 |
1938 | 2025-03-12T21:55:44.138Z | Checking num-integer v0.1.46 |
1939 | 2025-03-12T21:55:44.411Z | Checking tokio-rustls v0.26.0 |
1940 | 2025-03-12T21:55:44.451Z | Checking thread_local v1.1.8 |
1941 | 2025-03-12T21:55:44.491Z | Checking native-tls v0.2.12 |
1942 | 2025-03-12T21:55:44.560Z | Checking clap v4.5.31 |
1943 | 2025-03-12T21:55:44.619Z | Checking hyper-util v0.1.10 |
1944 | 2025-03-12T21:55:44.659Z | Checking winnow v0.7.3 |
1945 | 2025-03-12T21:55:44.703Z | Checking pretty-hex v0.4.1 |
1946 | 2025-03-12T21:55:44.741Z | Checking term v0.7.0 |
1947 | 2025-03-12T21:55:44.791Z | Checking tokio-native-tls v0.3.1 |
1948 | 2025-03-12T21:55:44.822Z | Checking thread-id v4.2.2 |
1949 | 2025-03-12T21:55:44.907Z | Checking crc32fast v1.4.2 |
1950 | 2025-03-12T21:55:44.951Z | Checking base16ct v0.2.0 |
1951 | 2025-03-12T21:55:45.063Z | Checking take_mut v0.2.2 |
1952 | 2025-03-12T21:55:45.157Z | Checking ff v0.13.0 |
1953 | 2025-03-12T21:55:45.184Z | Checking slog-term v2.9.1 |
1954 | 2025-03-12T21:55:45.188Z | Checking sec1 v0.7.3 |
1955 | 2025-03-12T21:55:45.236Z | Checking slog-async v2.8.0 |
1956 | 2025-03-12T21:55:45.382Z | Checking zerocopy v0.8.10 |
1957 | 2025-03-12T21:55:45.526Z | Checking memmap v0.7.0 |
1958 | 2025-03-12T21:55:45.584Z | Checking group v0.13.0 |
1959 | 2025-03-12T21:55:45.646Z | Checking dtrace-parser v0.2.0 |
1960 | 2025-03-12T21:55:45.681Z | Checking num-iter v0.1.45 |
1961 | 2025-03-12T21:55:45.760Z | Checking hkdf v0.12.4 |
1962 | 2025-03-12T21:55:45.842Z | Checking hex v0.4.3 |
1963 | 2025-03-12T21:55:45.875Z | Checking crypto-bigint v0.5.5 |
1964 | 2025-03-12T21:55:45.992Z | Checking utf-8 v0.7.6 |
1965 | 2025-03-12T21:55:46.138Z | Checking static_assertions v1.1.0 |
1966 | 2025-03-12T21:55:46.214Z | Checking unicode-width v0.2.0 |
1967 | 2025-03-12T21:55:46.255Z | Checking match_cfg v0.1.0 |
1968 | 2025-03-12T21:55:46.321Z | Checking bstr v1.10.0 |
1969 | 2025-03-12T21:55:46.368Z | Checking hostname v0.3.1 |
1970 | 2025-03-12T21:55:46.499Z | Checking hyper-tls v0.6.0 |
1971 | 2025-03-12T21:55:46.527Z | Checking hyper-rustls v0.27.3 |
1972 | 2025-03-12T21:55:46.693Z | Checking winnow v0.5.40 |
1973 | 2025-03-12T21:55:46.787Z | Checking unicode-segmentation v1.12.0 |
1974 | 2025-03-12T21:55:46.890Z | Checking reqwest v0.12.12 |
1975 | 2025-03-12T21:55:47.208Z | Checking num-bigint-dig v0.8.4 |
1976 | 2025-03-12T21:55:47.425Z | Checking toml_edit v0.22.24 |
1977 | 2025-03-12T21:55:47.460Z | Checking flate2 v1.1.0 |
1978 | 2025-03-12T21:55:47.960Z | Checking dof v0.3.0 |
1979 | 2025-03-12T21:55:48.091Z | Checking pkcs1 v0.7.5 |
1980 | 2025-03-12T21:55:48.095Z | Checking crossbeam-epoch v0.9.18 |
1981 | 2025-03-12T21:55:48.526Z | Checking zerocopy v0.6.6 |
1982 | 2025-03-12T21:55:48.564Z | Checking quick-error v1.2.3 |
1983 | 2025-03-12T21:55:48.593Z | Checking elliptic-curve v0.13.8 |
1984 | 2025-03-12T21:55:48.618Z | Checking usdt-impl v0.5.0 |
1985 | 2025-03-12T21:55:48.701Z | Checking unicode-normalization v0.1.24 |
1986 | 2025-03-12T21:55:48.729Z | Checking slog-json v2.6.1 |
1987 | 2025-03-12T21:55:48.999Z | Checking rfc6979 v0.4.0 |
1988 | 2025-03-12T21:55:49.147Z | Checking hubpack v0.1.2 |
1989 | 2025-03-12T21:55:49.150Z | Checking rsa v0.9.6 |
1990 | 2025-03-12T21:55:49.198Z | Checking debug-ignore v1.0.5 |
1991 | 2025-03-12T21:55:49.202Z | Checking usdt v0.5.0 |
1992 | 2025-03-12T21:55:49.248Z | Checking managed v0.8.0 |
1993 | 2025-03-12T21:55:49.376Z | Checking ecdsa v0.16.9 |
1994 | 2025-03-12T21:55:49.442Z | Checking toml_edit v0.19.15 |
1995 | 2025-03-12T21:55:49.471Z | Checking slog-bunyan v2.5.0 |
1996 | 2025-03-12T21:55:49.474Z | Checking crossbeam-deque v0.8.5 |
1997 | 2025-03-12T21:55:49.595Z | Checking rustls v0.22.4 |
1998 | 2025-03-12T21:55:49.654Z | Checking x509-cert v0.2.5 |
1999 | 2025-03-12T21:55:49.657Z | Checking serde_path_to_error v0.1.16 |
2000 | 2025-03-12T21:55:49.819Z | Checking curve25519-dalek v4.1.3 |
2001 | 2025-03-12T21:55:50.010Z | Checking toml v0.8.20 |
2002 | 2025-03-12T21:55:50.035Z | Checking ahash v0.8.11 |
2003 | 2025-03-12T21:55:50.122Z | Checking bzip2-sys v0.1.11+1.0.8 |
2004 | 2025-03-12T21:55:50.275Z | Checking siphasher v0.3.11 |
2005 | 2025-03-12T21:55:50.278Z | Checking bzip2 v0.4.4 |
2006 | 2025-03-12T21:55:50.516Z | Checking rayon-core v1.12.1 |
2007 | 2025-03-12T21:55:50.607Z | Checking ed25519 v2.2.3 |
2008 | 2025-03-12T21:55:50.635Z | Checking signal-hook v0.3.17 |
2009 | 2025-03-12T21:55:50.690Z | Checking rand_core v0.9.2 |
2010 | 2025-03-12T21:55:50.920Z | Checking console v0.15.10 |
2011 | 2025-03-12T21:55:50.994Z | Checking hickory-proto v0.24.4 |
2012 | 2025-03-12T21:55:51.024Z | Checking multer v3.1.0 |
2013 | 2025-03-12T21:55:51.123Z | Checking itertools v0.10.5 |
2014 | 2025-03-12T21:55:51.189Z | Checking waitgroup v0.1.2 |
2015 | 2025-03-12T21:55:51.350Z | Checking memoffset v0.9.1 |
2016 | 2025-03-12T21:55:51.428Z | Checking async-stream v0.3.6 |
2017 | 2025-03-12T21:55:51.464Z | Checking hostname v0.4.0 |
2018 | 2025-03-12T21:55:51.492Z | Checking rand_chacha v0.9.0 |
2019 | 2025-03-12T21:55:51.625Z | Checking ed25519-dalek v2.1.1 |
2020 | 2025-03-12T21:55:51.628Z | Checking signal-hook-mio v0.2.4 |
2021 | 2025-03-12T21:55:51.675Z | Checking zip v0.6.6 |
2022 | 2025-03-12T21:55:51.795Z | Checking toml v0.7.8 |
2023 | 2025-03-12T21:55:51.822Z | Checking fs-err v2.11.0 |
2024 | 2025-03-12T21:55:51.887Z | Checking hash32 v0.2.1 |
2025 | 2025-03-12T21:55:52.042Z | Checking predicates-core v1.0.8 |
2026 | 2025-03-12T21:55:52.202Z | Checking linked-hash-map v0.5.6 |
2027 | 2025-03-12T21:55:52.251Z | Checking unicode-properties v0.1.3 |
2028 | 2025-03-12T21:55:52.336Z | Checking simd-adler32 v0.3.7 |
2029 | 2025-03-12T21:55:52.383Z | Checking lockfree-object-pool v0.1.6 |
2030 | 2025-03-12T21:55:52.477Z | Checking bumpalo v3.16.0 |
2031 | 2025-03-12T21:55:52.529Z | Checking unicode-bidi v0.3.17 |
2032 | 2025-03-12T21:55:52.637Z | Checking lru-cache v0.1.2 |
2033 | 2025-03-12T21:55:52.661Z | Checking heapless v0.7.17 |
2034 | 2025-03-12T21:55:52.687Z | Checking rand v0.9.0 |
2035 | 2025-03-12T21:55:52.801Z | Checking zopfli v0.8.1 |
2036 | 2025-03-12T21:55:52.835Z | Checking crossterm v0.28.1 |
2037 | 2025-03-12T21:55:52.838Z | Checking tokio-rustls v0.25.0 |
2038 | 2025-03-12T21:55:53.133Z | Checking rayon v1.10.0 |
2039 | 2025-03-12T21:55:53.179Z | Checking stringprep v0.1.5 |
2040 | 2025-03-12T21:55:53.238Z | Checking dropshot v0.12.0 |
2041 | 2025-03-12T21:55:53.469Z | Checking phf_shared v0.11.2 |
2042 | 2025-03-12T21:55:53.501Z | Checking similar v2.7.0 |
2043 | 2025-03-12T21:55:53.551Z | Checking tokio-stream v0.1.17 |
2044 | 2025-03-12T21:55:53.692Z | Checking newtype-uuid v1.2.1 |
2045 | 2025-03-12T21:55:53.764Z | Checking md-5 v0.10.6 |
2046 | 2025-03-12T21:55:53.975Z | Checking float-cmp v0.10.0 |
2047 | 2025-03-12T21:55:54.020Z | Checking difflib v0.4.0 |
2048 | 2025-03-12T21:55:54.202Z | Checking normalize-line-endings v0.3.0 |
2049 | 2025-03-12T21:55:54.305Z | Checking fallible-iterator v0.2.0 |
2050 | 2025-03-12T21:55:54.342Z | Checking phf v0.11.2 |
2051 | 2025-03-12T21:55:54.370Z | Checking predicates v3.1.3 |
2052 | 2025-03-12T21:55:54.396Z | Checking smoltcp v0.9.1 |
2053 | 2025-03-12T21:55:54.588Z | Checking zip v2.1.3 |
2054 | 2025-03-12T21:55:54.619Z | Checking nix v0.29.0 |
2055 | 2025-03-12T21:55:54.872Z | Checking postgres-protocol v0.6.8 |
2056 | 2025-03-12T21:55:55.026Z | Checking phf_shared v0.10.0 |
2057 | 2025-03-12T21:55:55.322Z | Checking resolv-conf v0.7.0 |
2058 | 2025-03-12T21:55:55.442Z | Checking tungstenite v0.24.0 |
2059 | 2025-03-12T21:55:55.540Z | Checking buf-list v1.0.3 |
2060 | 2025-03-12T21:55:55.609Z | Checking serde-big-array v0.5.1 |
2061 | 2025-03-12T21:55:55.647Z | Checking portable-atomic v1.9.0 |
2062 | 2025-03-12T21:55:55.774Z | Checking minimal-lexical v0.2.1 |
2063 | 2025-03-12T21:55:55.831Z | Checking lalrpop-util v0.19.12 |
2064 | 2025-03-12T21:55:55.855Z | Checking new_debug_unreachable v1.0.6 |
2065 | 2025-03-12T21:55:55.956Z | Checking number_prefix v0.4.0 |
2066 | 2025-03-12T21:55:56.033Z | Checking fixedbitset v0.4.2 |
2067 | 2025-03-12T21:55:56.103Z | Checking precomputed-hash v0.1.1 |
2068 | 2025-03-12T21:55:56.154Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2069 | 2025-03-12T21:55:56.188Z | Checking nom v7.1.3 |
2070 | 2025-03-12T21:55:56.235Z | Checking string_cache v0.8.7 |
2071 | 2025-03-12T21:55:56.292Z | Checking petgraph v0.6.5 |
2072 | 2025-03-12T21:55:56.312Z | Checking tokio-tungstenite v0.24.0 |
2073 | 2025-03-12T21:55:56.523Z | Checking hickory-resolver v0.24.4 |
2074 | 2025-03-12T21:55:56.552Z | Checking postgres-types v0.2.9 |
2075 | 2025-03-12T21:55:56.618Z | Checking itertools v0.12.1 |
2076 | 2025-03-12T21:55:56.647Z | Checking indicatif v0.17.11 |
2077 | 2025-03-12T21:55:56.757Z | Checking peg-runtime v0.8.5 |
2078 | 2025-03-12T21:55:57.008Z | Checking whoami v1.5.2 |
2079 | 2025-03-12T21:55:57.186Z | Compiling thiserror-impl v2.0.11 |
2080 | 2025-03-12T21:55:57.325Z | Checking tokio-postgres v0.7.13 |
2081 | 2025-03-12T21:55:57.496Z | Compiling regress v0.10.3 |
2082 | 2025-03-12T21:55:58.128Z | Checking qorb v0.2.1 |
2083 | 2025-03-12T21:55:58.838Z | Compiling ident_case v1.0.1 |
2084 | 2025-03-12T21:55:58.924Z | Compiling unsafe-libyaml v0.2.11 |
2085 | 2025-03-12T21:55:59.039Z | Compiling darling_core v0.20.10 |
2086 | 2025-03-12T21:55:59.275Z | Checking heck v0.5.0 |
2087 | 2025-03-12T21:56:00.206Z | Compiling serde_yaml v0.9.34+deprecated |
2088 | 2025-03-12T21:56:00.285Z | Checking thiserror v2.0.11 |
2089 | 2025-03-12T21:56:00.446Z | Checking fastrand v2.1.1 |
2090 | 2025-03-12T21:56:00.571Z | Compiling structmeta-derive v0.3.0 |
2091 | 2025-03-12T21:56:00.675Z | Checking progenitor-client v0.9.1 |
2092 | 2025-03-12T21:56:00.787Z | Checking tempfile v3.13.0 |
2093 | 2025-03-12T21:56:01.054Z | Checking ipnetwork v0.21.1 |
2094 | 2025-03-12T21:56:01.158Z | Compiling typify-impl v0.2.0 |
2095 | 2025-03-12T21:56:01.221Z | Checking strum v0.26.3 |
2096 | 2025-03-12T21:56:01.410Z | Compiling daft-derive v0.1.2 |
2097 | 2025-03-12T21:56:01.440Z | Checking wait-timeout v0.2.0 |
2098 | 2025-03-12T21:56:01.649Z | Checking oxnet v0.1.1 |
2099 | 2025-03-12T21:56:02.031Z | Compiling dropshot v0.16.0 |
2100 | 2025-03-12T21:56:02.106Z | Checking bit-vec v0.8.0 |
2101 | 2025-03-12T21:56:02.451Z | Checking rusty-fork v0.3.0 |
2102 | 2025-03-12T21:56:02.502Z | Checking bit-set v0.8.0 |
2103 | 2025-03-12T21:56:02.776Z | Checking macaddr v1.0.1 |
2104 | 2025-03-12T21:56:02.802Z | Checking rand_xorshift v0.3.0 |
2105 | 2025-03-12T21:56:02.914Z | Compiling dropshot_endpoint v0.16.0 |
2106 | 2025-03-12T21:56:03.013Z | Checking unarray v0.1.4 |
2107 | 2025-03-12T21:56:03.124Z | Compiling structmeta v0.3.0 |
2108 | 2025-03-12T21:56:03.153Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2109 | 2025-03-12T21:56:03.184Z | Checking proptest v1.6.0 |
2110 | 2025-03-12T21:56:03.546Z | Compiling parse-display-derive v0.10.0 |
2111 | 2025-03-12T21:56:03.671Z | Compiling test-strategy v0.4.0 |
2112 | 2025-03-12T21:56:03.899Z | Checking progenitor-client v0.8.0 |
2113 | 2025-03-12T21:56:04.262Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2114 | 2025-03-12T21:56:04.437Z | Checking instant v0.1.13 |
2115 | 2025-03-12T21:56:04.576Z | Checking daft v0.1.2 |
2116 | 2025-03-12T21:56:04.714Z | Compiling darling_macro v0.20.10 |
2117 | 2025-03-12T21:56:05.002Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2118 | 2025-03-12T21:56:05.553Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2119 | 2025-03-12T21:56:05.669Z | Compiling darling v0.20.10 |
2120 | 2025-03-12T21:56:05.780Z | Checking backoff v0.4.0 |
2121 | 2025-03-12T21:56:05.809Z | Compiling serde_with_macros v3.12.0 |
2122 | 2025-03-12T21:56:05.992Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2123 | 2025-03-12T21:56:06.103Z | Checking camino-tempfile v1.1.1 |
2124 | 2025-03-12T21:56:06.163Z | Checking unicode-width v0.1.14 |
2125 | 2025-03-12T21:56:06.401Z | Compiling proc-macro-error v1.0.4 |
2126 | 2025-03-12T21:56:06.643Z | Compiling proc-macro-crate v1.3.1 |
2127 | 2025-03-12T21:56:07.016Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2128 | 2025-03-12T21:56:07.106Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2129 | 2025-03-12T21:56:07.393Z | Checking parse-display v0.10.0 |
2130 | 2025-03-12T21:56:07.443Z | Checking tabwriter v1.4.0 |
2131 | 2025-03-12T21:56:07.474Z | Compiling foreign-types-macros v0.2.3 |
2132 | 2025-03-12T21:56:07.503Z | Compiling num_enum_derive v0.5.11 |
2133 | 2025-03-12T21:56:07.561Z | Checking foreign-types-shared v0.3.1 |
2134 | 2025-03-12T21:56:07.633Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2135 | 2025-03-12T21:56:07.838Z | Checking cstr-argument v0.1.2 |
2136 | 2025-03-12T21:56:07.880Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2137 | 2025-03-12T21:56:08.074Z | Checking pretty-hex v0.2.1 |
2138 | 2025-03-12T21:56:08.106Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2139 | 2025-03-12T21:56:08.237Z | Checking serde_with v3.12.0 |
2140 | 2025-03-12T21:56:08.264Z | Checking colored v2.2.0 |
2141 | 2025-03-12T21:56:08.458Z | Checking winnow v0.6.20 |
2142 | 2025-03-12T21:56:08.627Z | Checking smf v0.2.3 |
2143 | 2025-03-12T21:56:08.703Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2144 | 2025-03-12T21:56:08.727Z | Checking foreign-types v0.5.0 |
2145 | 2025-03-12T21:56:08.850Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2146 | 2025-03-12T21:56:08.874Z | Checking itertools v0.14.0 |
2147 | 2025-03-12T21:56:09.086Z | Compiling typify-impl v0.3.0 |
2148 | 2025-03-12T21:56:09.166Z | Checking base64 v0.21.7 |
2149 | 2025-03-12T21:56:09.651Z | Compiling itertools v0.13.0 |
2150 | 2025-03-12T21:56:09.769Z | Checking num_enum v0.5.11 |
2151 | 2025-03-12T21:56:09.952Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2152 | 2025-03-12T21:56:10.253Z | Compiling crucible-workspace-hack v0.1.0 |
2153 | 2025-03-12T21:56:11.041Z | Compiling heapless v0.8.0 |
2154 | 2025-03-12T21:56:11.250Z | Checking hash32 v0.3.1 |
2155 | 2025-03-12T21:56:11.342Z | Compiling smoltcp v0.11.0 |
2156 | 2025-03-12T21:56:11.463Z | Checking cobs v0.2.3 |
2157 | 2025-03-12T21:56:11.679Z | Checking postcard v1.0.10 |
2158 | 2025-03-12T21:56:12.016Z | Checking sigpipe v0.1.3 |
2159 | 2025-03-12T21:56:12.149Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2160 | 2025-03-12T21:56:12.176Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2161 | 2025-03-12T21:56:12.359Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2162 | 2025-03-12T21:56:12.484Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2163 | 2025-03-12T21:56:12.587Z | Compiling mockall_derive v0.13.1 |
2164 | 2025-03-12T21:56:12.913Z | Checking termtree v0.4.1 |
2165 | 2025-03-12T21:56:13.108Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2166 | 2025-03-12T21:56:13.165Z | Checking predicates-tree v1.0.11 |
2167 | 2025-03-12T21:56:13.215Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2168 | 2025-03-12T21:56:13.346Z | Compiling zone_cfg_derive v0.3.0 |
2169 | 2025-03-12T21:56:13.395Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2170 | 2025-03-12T21:56:13.460Z | Compiling num-derive v0.4.2 |
2171 | 2025-03-12T21:56:13.761Z | Checking downcast v0.11.0 |
2172 | 2025-03-12T21:56:13.979Z | Checking fragile v2.0.0 |
2173 | 2025-03-12T21:56:14.284Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2174 | 2025-03-12T21:56:14.647Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2175 | 2025-03-12T21:56:14.745Z | Checking zone v0.3.0 |
2176 | 2025-03-12T21:56:14.903Z | Checking atomicwrites v0.4.4 |
2177 | 2025-03-12T21:56:15.120Z | Compiling convert_case v0.4.0 |
2178 | 2025-03-12T21:56:15.313Z | Compiling typify-macro v0.2.0 |
2179 | 2025-03-12T21:56:15.470Z | Checking tungstenite v0.21.0 |
2180 | 2025-03-12T21:56:15.579Z | Checking newline-converter v0.3.0 |
2181 | 2025-03-12T21:56:15.691Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2182 | 2025-03-12T21:56:15.747Z | Checking expectorate v1.1.0 |
2183 | 2025-03-12T21:56:15.899Z | Compiling derive_more v0.99.19 |
2184 | 2025-03-12T21:56:15.929Z | Checking same-file v1.0.6 |
2185 | 2025-03-12T21:56:16.126Z | Checking walkdir v2.5.0 |
2186 | 2025-03-12T21:56:16.154Z | Checking arc-swap v1.7.1 |
2187 | 2025-03-12T21:56:16.323Z | Checking tokio-tungstenite v0.21.0 |
2188 | 2025-03-12T21:56:16.425Z | Checking fixedbitset v0.5.7 |
2189 | 2025-03-12T21:56:16.572Z | Checking slog-scope v4.4.0 |
2190 | 2025-03-12T21:56:16.798Z | Checking slog-stdlog v4.1.1 |
2191 | 2025-03-12T21:56:16.823Z | Checking petgraph v0.7.1 |
2192 | 2025-03-12T21:56:16.845Z | Checking xattr v1.3.1 |
2193 | 2025-03-12T21:56:16.982Z | Checking filetime v0.2.25 |
2194 | 2025-03-12T21:56:17.055Z | Checking slog-envlogger v2.2.0 |
2195 | 2025-03-12T21:56:17.220Z | Checking tar v0.4.44 |
2196 | 2025-03-12T21:56:17.299Z | Checking num-rational v0.4.2 |
2197 | 2025-03-12T21:56:17.963Z | Checking num-complex v0.4.6 |
2198 | 2025-03-12T21:56:18.086Z | Checking float-ord v0.3.2 |
2199 | 2025-03-12T21:56:18.252Z | Checking password-hash v0.5.0 |
2200 | 2025-03-12T21:56:18.731Z | Checking blake2 v0.10.6 |
2201 | 2025-03-12T21:56:18.826Z | Checking num v0.4.3 |
2202 | 2025-03-12T21:56:18.887Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2203 | 2025-03-12T21:56:18.939Z | Checking indent_write v2.2.0 |
2204 | 2025-03-12T21:56:18.968Z | Compiling typify v0.2.0 |
2205 | 2025-03-12T21:56:19.120Z | Compiling progenitor-impl v0.8.0 |
2206 | 2025-03-12T21:56:19.188Z | Checking argon2 v0.5.3 |
2207 | 2025-03-12T21:56:19.577Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2208 | 2025-03-12T21:56:19.856Z | Compiling owo-colors v4.2.0 |
2209 | 2025-03-12T21:56:19.882Z | Checking swrite v0.1.0 |
2210 | 2025-03-12T21:56:20.031Z | Compiling cancel-safe-futures v0.1.5 |
2211 | 2025-03-12T21:56:20.242Z | Checking mockall v0.13.1 |
2212 | 2025-03-12T21:56:20.445Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2213 | 2025-03-12T21:56:20.494Z | Checking libsw-core v0.3.1 |
2214 | 2025-03-12T21:56:20.752Z | Checking libsw v3.4.0 |
2215 | 2025-03-12T21:56:21.092Z | Checking linear-map v1.2.0 |
2216 | 2025-03-12T21:56:21.287Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2217 | 2025-03-12T21:56:21.421Z | Checking pem v3.0.5 |
2218 | 2025-03-12T21:56:21.510Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2219 | 2025-03-12T21:56:21.554Z | Compiling lzma-sys v0.1.20 |
2220 | 2025-03-12T21:56:21.713Z | Checking headers-core v0.3.0 |
2221 | 2025-03-12T21:56:21.869Z | Compiling heck v0.3.3 |
2222 | 2025-03-12T21:56:21.961Z | Checking highway v1.3.0 |
2223 | 2025-03-12T21:56:22.236Z | Compiling zone_cfg_derive v0.1.2 |
2224 | 2025-03-12T21:56:22.259Z | Checking headers v0.4.0 |
2225 | 2025-03-12T21:56:22.393Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2226 | 2025-03-12T21:56:22.437Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2227 | 2025-03-12T21:56:22.538Z | Checking yasna v0.5.2 |
2228 | 2025-03-12T21:56:22.699Z | Checking base64 v0.13.1 |
2229 | 2025-03-12T21:56:22.831Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2230 | 2025-03-12T21:56:23.164Z | Checking ron v0.7.1 |
2231 | 2025-03-12T21:56:23.338Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2232 | 2025-03-12T21:56:23.431Z | Checking rcgen v0.12.1 |
2233 | 2025-03-12T21:56:23.495Z | Compiling typify-macro v0.3.0 |
2234 | 2025-03-12T21:56:23.563Z | Checking zone v0.1.8 |
2235 | 2025-03-12T21:56:23.835Z | Checking xz2 v0.1.7 |
2236 | 2025-03-12T21:56:24.062Z | Checking subprocess v0.2.9 |
2237 | 2025-03-12T21:56:24.145Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2238 | 2025-03-12T21:56:24.235Z | Checking humantime v2.1.0 |
2239 | 2025-03-12T21:56:24.300Z | Compiling semver v0.1.20 |
2240 | 2025-03-12T21:56:24.492Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2241 | 2025-03-12T21:56:24.559Z | Checking half v2.4.1 |
2242 | 2025-03-12T21:56:24.604Z | Checking ciborium-io v0.2.2 |
2243 | 2025-03-12T21:56:24.744Z | Compiling rustc_version v0.1.7 |
2244 | 2025-03-12T21:56:24.829Z | Checking prettyplease v0.2.30 |
2245 | 2025-03-12T21:56:25.023Z | Checking ciborium-ll v0.2.2 |
2246 | 2025-03-12T21:56:25.155Z | Compiling newtype_derive v0.1.6 |
2247 | 2025-03-12T21:56:25.309Z | Checking ciborium v0.2.2 |
2248 | 2025-03-12T21:56:25.602Z | Compiling progenitor-macro v0.8.0 |
2249 | 2025-03-12T21:56:26.424Z | Checking steno v0.4.1 |
2250 | 2025-03-12T21:56:27.078Z | Compiling typify v0.3.0 |
2251 | 2025-03-12T21:56:27.227Z | Compiling progenitor-impl v0.9.1 |
2252 | 2025-03-12T21:56:29.268Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2253 | 2025-03-12T21:56:29.565Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2254 | 2025-03-12T21:56:29.633Z | Compiling slog-dtrace v0.3.0 |
2255 | 2025-03-12T21:56:29.970Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2256 | 2025-03-12T21:56:30.361Z | Checking display-error-chain v0.2.2 |
2257 | 2025-03-12T21:56:30.504Z | Checking gethostname v0.5.0 |
2258 | 2025-03-12T21:56:30.527Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2259 | 2025-03-12T21:56:30.550Z | Checking keccak v0.1.5 |
2260 | 2025-03-12T21:56:30.584Z | Checking bytecount v0.6.8 |
2261 | 2025-03-12T21:56:30.646Z | Checking universal-hash v0.5.1 |
2262 | 2025-03-12T21:56:30.769Z | Checking secrecy v0.8.0 |
2263 | 2025-03-12T21:56:30.864Z | Checking opaque-debug v0.3.1 |
2264 | 2025-03-12T21:56:30.898Z | Checking sha3 v0.10.8 |
2265 | 2025-03-12T21:56:30.971Z | Checking nibble_vec v0.1.0 |
2266 | 2025-03-12T21:56:30.974Z | Compiling blake3 v1.5.4 |
2267 | 2025-03-12T21:56:31.195Z | Checking endian-type v0.1.2 |
2268 | 2025-03-12T21:56:31.293Z | Checking aead v0.5.2 |
2269 | 2025-03-12T21:56:31.411Z | Checking radix_trie v0.2.1 |
2270 | 2025-03-12T21:56:31.525Z | Checking poly1305 v0.8.0 |
2271 | 2025-03-12T21:56:31.811Z | Checking chacha20 v0.9.1 |
2272 | 2025-03-12T21:56:32.189Z | Compiling thiserror-impl-no-std v2.0.2 |
2273 | 2025-03-12T21:56:32.282Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2274 | 2025-03-12T21:56:32.638Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2275 | 2025-03-12T21:56:33.255Z | Checking chacha20poly1305 v0.10.1 |
2276 | 2025-03-12T21:56:33.280Z | Compiling memmap2 v0.9.5 |
2277 | 2025-03-12T21:56:33.480Z | Compiling arrayref v0.3.9 |
2278 | 2025-03-12T21:56:33.604Z | Compiling constant_time_eq v0.3.1 |
2279 | 2025-03-12T21:56:33.670Z | Compiling arrayvec v0.7.6 |
2280 | 2025-03-12T21:56:33.695Z | Compiling toolchain_find v0.4.0 |
2281 | 2025-03-12T21:56:33.799Z | Compiling progenitor-macro v0.9.1 |
2282 | 2025-03-12T21:56:34.279Z | Compiling topological-sort v0.2.2 |
2283 | 2025-03-12T21:56:34.303Z | Compiling rustfmt-wrapper v0.2.1 |
2284 | 2025-03-12T21:56:34.521Z | Checking fxhash v0.2.1 |
2285 | 2025-03-12T21:56:34.731Z | Compiling omicron-zone-package v0.12.0 |
2286 | 2025-03-12T21:56:34.862Z | Compiling async-recursion v1.1.1 |
2287 | 2025-03-12T21:56:34.899Z | Checking thiserror-no-std v2.0.2 |
2288 | 2025-03-12T21:56:35.037Z | Checking vsss-rs v3.3.4 |
2289 | 2025-03-12T21:56:35.185Z | Checking maplit v1.0.2 |
2290 | 2025-03-12T21:56:35.319Z | Compiling const_format_proc_macros v0.2.34 |
2291 | 2025-03-12T21:56:35.503Z | Compiling radium v0.7.0 |
2292 | 2025-03-12T21:56:35.993Z | Checking home v0.5.9 |
2293 | 2025-03-12T21:56:36.150Z | Checking termcolor v1.4.1 |
2294 | 2025-03-12T21:56:36.315Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2295 | 2025-03-12T21:56:36.532Z | Checking kstat-rs v0.2.4 |
2296 | 2025-03-12T21:56:36.535Z | Compiling vte_generate_state_changes v0.1.2 |
2297 | 2025-03-12T21:56:36.913Z | Checking tap v1.0.1 |
2298 | 2025-03-12T21:56:37.103Z | Compiling maybe-uninit v2.0.0 |
2299 | 2025-03-12T21:56:37.172Z | Checking vte v0.11.1 |
2300 | 2025-03-12T21:56:37.282Z | Checking const_format v0.2.34 |
2301 | 2025-03-12T21:56:37.408Z | Checking progenitor v0.8.0 |
2302 | 2025-03-12T21:56:37.657Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2303 | 2025-03-12T21:56:37.743Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2304 | 2025-03-12T21:56:38.223Z | Checking wyz v0.5.1 |
2305 | 2025-03-12T21:56:38.623Z | Checking fd-lock v4.0.2 |
2306 | 2025-03-12T21:56:38.847Z | Checking crc-catalog v2.4.0 |
2307 | 2025-03-12T21:56:39.001Z | Checking funty v2.0.0 |
2308 | 2025-03-12T21:56:39.022Z | Compiling packed_struct v0.10.1 |
2309 | 2025-03-12T21:56:39.540Z | Checking crc v3.2.1 |
2310 | 2025-03-12T21:56:39.880Z | Checking bitvec v1.0.1 |
2311 | 2025-03-12T21:56:40.013Z | Checking strip-ansi-escapes v0.2.0 |
2312 | 2025-03-12T21:56:40.224Z | Compiling packed_struct_codegen v0.10.1 |
2313 | 2025-03-12T21:56:40.320Z | Compiling indexmap v1.9.3 |
2314 | 2025-03-12T21:56:40.659Z | Checking nu-ansi-term v0.50.1 |
2315 | 2025-03-12T21:56:41.093Z | Checking nodrop v0.1.14 |
2316 | 2025-03-12T21:56:41.241Z | Checking array-init v0.0.4 |
2317 | 2025-03-12T21:56:41.893Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2318 | 2025-03-12T21:56:42.154Z | Checking reedline v0.38.0 |
2319 | 2025-03-12T21:56:42.444Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2320 | 2025-03-12T21:56:42.776Z | Checking smallvec v0.6.14 |
2321 | 2025-03-12T21:56:44.342Z | Checking hashbrown v0.12.3 |
2322 | 2025-03-12T21:56:44.693Z | Checking bitfield v0.14.0 |
2323 | 2025-03-12T21:56:45.000Z | Checking serde-hex v0.1.0 |
2324 | 2025-03-12T21:56:45.184Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2025-03-12T21:56:45.465Z | Checking env_logger v0.10.2 |
2326 | 2025-03-12T21:56:45.712Z | Checking progenitor v0.9.1 |
2327 | 2025-03-12T21:56:45.946Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2328 | 2025-03-12T21:56:45.950Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2329 | 2025-03-12T21:56:46.028Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2330 | 2025-03-12T21:56:46.138Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2331 | 2025-03-12T21:56:48.829Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2332 | 2025-03-12T21:56:49.164Z | Checking ron v0.8.1 |
2333 | 2025-03-12T21:56:50.026Z | Checking hashbrown v0.13.2 |
2334 | 2025-03-12T21:56:50.351Z | Compiling libefi-sys v0.1.0 |
2335 | 2025-03-12T21:56:50.687Z | Checking crc-any v2.5.0 |
2336 | 2025-03-12T21:56:50.939Z | Checking object v0.30.4 |
2337 | 2025-03-12T21:56:51.101Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2338 | 2025-03-12T21:56:51.388Z | Compiling phf_generator v0.11.2 |
2339 | 2025-03-12T21:56:51.573Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2340 | 2025-03-12T21:56:51.591Z | Compiling bitfield-struct v0.6.2 |
2341 | 2025-03-12T21:56:51.955Z | Checking path-slash v0.1.5 |
2342 | 2025-03-12T21:56:52.125Z | Compiling phf_codegen v0.11.2 |
2343 | 2025-03-12T21:56:52.363Z | Checking papergrid v0.11.0 |
2344 | 2025-03-12T21:56:52.527Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2345 | 2025-03-12T21:56:52.807Z | Compiling tabled_derive v0.7.0 |
2346 | 2025-03-12T21:56:52.898Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2347 | 2025-03-12T21:56:53.436Z | Compiling parse-zoneinfo v0.3.1 |
2348 | 2025-03-12T21:56:53.799Z | Compiling cfg_aliases v0.1.1 |
2349 | 2025-03-12T21:56:53.923Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2350 | 2025-03-12T21:56:54.060Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2351 | 2025-03-12T21:56:54.537Z | Compiling chrono-tz-build v0.4.0 |
2352 | 2025-03-12T21:56:55.001Z | Checking tabled v0.15.0 |
2353 | 2025-03-12T21:56:55.032Z | Compiling nix v0.28.0 |
2354 | 2025-03-12T21:56:55.598Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2355 | 2025-03-12T21:56:55.812Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2356 | 2025-03-12T21:56:56.522Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2357 | 2025-03-12T21:56:56.630Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2358 | 2025-03-12T21:56:57.823Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2359 | 2025-03-12T21:56:58.593Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2360 | 2025-03-12T21:56:58.795Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2361 | 2025-03-12T21:56:59.611Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2362 | 2025-03-12T21:57:00.055Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2363 | 2025-03-12T21:57:00.304Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2364 | 2025-03-12T21:57:00.673Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2365 | 2025-03-12T21:57:00.819Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2366 | 2025-03-12T21:57:01.336Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2367 | 2025-03-12T21:57:01.359Z | Checking nanorand v0.7.0 |
2368 | 2025-03-12T21:57:01.459Z | Compiling parking_lot_core v0.8.6 |
2369 | 2025-03-12T21:57:01.557Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2370 | 2025-03-12T21:57:01.624Z | Compiling chrono-tz v0.10.1 |
2371 | 2025-03-12T21:57:01.693Z | Checking flume v0.11.1 |
2372 | 2025-03-12T21:57:01.798Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2373 | 2025-03-12T21:57:02.390Z | Compiling peg-macros v0.8.5 |
2374 | 2025-03-12T21:57:02.813Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2375 | 2025-03-12T21:57:03.444Z | Compiling sqlparser_derive v0.2.2 |
2376 | 2025-03-12T21:57:03.878Z | Checking glob v0.3.2 |
2377 | 2025-03-12T21:57:04.242Z | Checking unicode_categories v0.1.1 |
2378 | 2025-03-12T21:57:04.442Z | Checking rustyline v14.0.0 |
2379 | 2025-03-12T21:57:04.518Z | Checking sqlparser v0.45.0 |
2380 | 2025-03-12T21:57:04.559Z | Checking sqlformat v0.2.6 |
2381 | 2025-03-12T21:57:05.831Z | Checking peg v0.8.5 |
2382 | 2025-03-12T21:57:05.954Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2383 | 2025-03-12T21:57:05.957Z | Checking parking_lot v0.11.2 |
2384 | 2025-03-12T21:57:06.031Z | Checking bcs v0.1.6 |
2385 | 2025-03-12T21:57:06.349Z | Checking termtree v0.5.1 |
2386 | 2025-03-12T21:57:06.499Z | Checking sled v0.34.7 |
2387 | 2025-03-12T21:57:06.578Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2388 | 2025-03-12T21:57:07.612Z | Checking hickory-client v0.24.4 |
2389 | 2025-03-12T21:57:07.805Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2390 | 2025-03-12T21:57:08.228Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2391 | 2025-03-12T21:57:08.621Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2392 | 2025-03-12T21:57:09.250Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2393 | 2025-03-12T21:57:09.551Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2394 | 2025-03-12T21:57:10.666Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2395 | 2025-03-12T21:57:10.710Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2396 | 2025-03-12T21:57:10.945Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2397 | 2025-03-12T21:57:11.114Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2398 | 2025-03-12T21:57:11.655Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2399 | 2025-03-12T21:57:12.214Z | Checking hickory-server v0.24.4 |
2400 | 2025-03-12T21:57:13.023Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2401 | 2025-03-12T21:57:13.091Z | Compiling unicase v2.7.0 |
2402 | 2025-03-12T21:57:13.652Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2403 | 2025-03-12T21:57:14.307Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2404 | 2025-03-12T21:57:14.859Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2405 | 2025-03-12T21:57:15.016Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2406 | 2025-03-12T21:57:15.228Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2407 | 2025-03-12T21:57:15.963Z | Compiling dsl_auto_type v0.1.2 |
2408 | 2025-03-12T21:57:16.143Z | Checking primeorder v0.13.6 |
2409 | 2025-03-12T21:57:16.368Z | Checking scheduled-thread-pool v0.2.7 |
2410 | 2025-03-12T21:57:16.519Z | Compiling diesel_table_macro_syntax v0.2.0 |
2411 | 2025-03-12T21:57:16.592Z | Compiling crunchy v0.2.2 |
2412 | 2025-03-12T21:57:16.632Z | Checking r2d2 v0.8.10 |
2413 | 2025-03-12T21:57:16.935Z | Compiling mime_guess v2.0.5 |
2414 | 2025-03-12T21:57:16.986Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2415 | 2025-03-12T21:57:17.101Z | Checking http-range v0.1.5 |
2416 | 2025-03-12T21:57:17.319Z | Compiling tiny-keccak v2.0.2 |
2417 | 2025-03-12T21:57:17.379Z | Compiling diesel_derives v2.2.3 |
2418 | 2025-03-12T21:57:17.728Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2419 | 2025-03-12T21:57:17.751Z | Checking signal-hook-tokio v0.3.1 |
2420 | 2025-03-12T21:57:17.982Z | Checking atty v0.2.14 |
2421 | 2025-03-12T21:57:18.007Z | Compiling salty v0.3.0 |
2422 | 2025-03-12T21:57:18.010Z | Compiling bit-vec v0.6.3 |
2423 | 2025-03-12T21:57:18.133Z | Compiling ref-cast v1.0.23 |
2424 | 2025-03-12T21:57:18.455Z | Compiling bit-set v0.5.3 |
2425 | 2025-03-12T21:57:18.723Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2426 | 2025-03-12T21:57:18.746Z | Checking p384 v0.13.0 |
2427 | 2025-03-12T21:57:18.881Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2428 | 2025-03-12T21:57:19.157Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2429 | 2025-03-12T21:57:19.871Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2430 | 2025-03-12T21:57:19.952Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2431 | 2025-03-12T21:57:20.042Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2432 | 2025-03-12T21:57:20.384Z | Compiling ascii-canvas v3.0.0 |
2433 | 2025-03-12T21:57:20.478Z | Compiling ena v0.14.3 |
2434 | 2025-03-12T21:57:20.503Z | Compiling ref-cast-impl v1.0.23 |
2435 | 2025-03-12T21:57:20.601Z | Compiling diff v0.1.13 |
2436 | 2025-03-12T21:57:20.841Z | Compiling regex-syntax v0.6.29 |
2437 | 2025-03-12T21:57:20.881Z | Compiling bindgen v0.71.1 |
2438 | 2025-03-12T21:57:21.028Z | Checking hyper-staticfile v0.10.1 |
2439 | 2025-03-12T21:57:21.594Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2440 | 2025-03-12T21:57:21.704Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2441 | 2025-03-12T21:57:21.783Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2442 | 2025-03-12T21:57:21.885Z | Checking tungstenite v0.23.0 |
2443 | 2025-03-12T21:57:22.148Z | Checking env_filter v0.1.2 |
2444 | 2025-03-12T21:57:22.198Z | Compiling rustc-hash v2.1.1 |
2445 | 2025-03-12T21:57:22.411Z | Checking env_logger v0.11.5 |
2446 | 2025-03-12T21:57:22.752Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2447 | 2025-03-12T21:57:22.775Z | Checking tokio-tungstenite v0.23.1 |
2448 | 2025-03-12T21:57:23.257Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2449 | 2025-03-12T21:57:23.325Z | Compiling derive_builder_core v0.20.2 |
2450 | 2025-03-12T21:57:23.597Z | Compiling libxml v0.3.3 |
2451 | 2025-03-12T21:57:23.988Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2452 | 2025-03-12T21:57:24.329Z | Compiling lalrpop v0.19.12 |
2453 | 2025-03-12T21:57:24.940Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2454 | 2025-03-12T21:57:25.413Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2455 | 2025-03-12T21:57:25.441Z | Compiling derive_builder_macro v0.20.2 |
2456 | 2025-03-12T21:57:25.466Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2457 | 2025-03-12T21:57:25.704Z | Checking nix v0.27.1 |
2458 | 2025-03-12T21:57:25.756Z | Compiling strum_macros v0.24.3 |
2459 | 2025-03-12T21:57:25.977Z | Compiling indoc v1.0.9 |
2460 | 2025-03-12T21:57:26.300Z | Checking derive_builder v0.20.2 |
2461 | 2025-03-12T21:57:27.175Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2462 | 2025-03-12T21:57:28.340Z | Checking diesel v2.2.8 |
2463 | 2025-03-12T21:57:28.365Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2464 | 2025-03-12T21:57:28.905Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2465 | 2025-03-12T21:57:29.072Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2466 | 2025-03-12T21:57:29.396Z | Checking quick-xml v0.37.2 |
2467 | 2025-03-12T21:57:29.511Z | Compiling oso-derive v0.27.3 |
2468 | 2025-03-12T21:57:30.523Z | Compiling impl-trait-for-tuples v0.2.2 |
2469 | 2025-03-12T21:57:31.189Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2470 | 2025-03-12T21:57:31.211Z | Compiling diesel-dtrace v0.4.2 |
2471 | 2025-03-12T21:57:31.551Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2472 | 2025-03-12T21:57:31.609Z | Checking bb8 v0.8.5 |
2473 | 2025-03-12T21:57:31.925Z | Compiling pin-project-internal v1.1.6 |
2474 | 2025-03-12T21:57:32.122Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2475 | 2025-03-12T21:57:32.744Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2476 | 2025-03-12T21:57:33.435Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2477 | 2025-03-12T21:57:34.309Z | Compiling snafu-derive v0.8.5 |
2478 | 2025-03-12T21:57:34.520Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2479 | 2025-03-12T21:57:34.571Z | Checking pin-project v1.1.6 |
2480 | 2025-03-12T21:57:34.737Z | Checking olpc-cjson v0.1.4 |
2481 | 2025-03-12T21:57:34.986Z | Checking globset v0.4.15 |
2482 | 2025-03-12T21:57:35.457Z | Checking serde_plain v1.0.2 |
2483 | 2025-03-12T21:57:35.484Z | Checking typed-path v0.9.3 |
2484 | 2025-03-12T21:57:35.728Z | Checking parse-size v1.1.0 |
2485 | 2025-03-12T21:57:35.922Z | Checking assert_matches v1.5.0 |
2486 | 2025-03-12T21:57:36.039Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2487 | 2025-03-12T21:57:36.914Z | Checking rand_seeder v0.3.0 |
2488 | 2025-03-12T21:57:37.092Z | Compiling proc-macro-error-attr2 v2.0.0 |
2489 | 2025-03-12T21:57:37.181Z | Checking heck v0.4.1 |
2490 | 2025-03-12T21:57:37.426Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2491 | 2025-03-12T21:57:37.450Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2492 | 2025-03-12T21:57:37.858Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2493 | 2025-03-12T21:57:37.896Z | Compiling proc-macro-error2 v2.0.1 |
2494 | 2025-03-12T21:57:38.118Z | Checking papergrid v0.14.0 |
2495 | 2025-03-12T21:57:38.550Z | Compiling tabled_derive v0.10.0 |
2496 | 2025-03-12T21:57:39.034Z | Checking snafu v0.8.5 |
2497 | 2025-03-12T21:57:39.502Z | Checking tough v0.19.0 |
2498 | 2025-03-12T21:57:39.656Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2499 | 2025-03-12T21:57:40.041Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2500 | 2025-03-12T21:57:40.486Z | Checking io-lifetimes v1.0.11 |
2501 | 2025-03-12T21:57:40.935Z | Checking yansi v1.0.1 |
2502 | 2025-03-12T21:57:41.215Z | Checking tabled v0.18.0 |
2503 | 2025-03-12T21:57:41.437Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2504 | 2025-03-12T21:57:41.490Z | Checking pretty_assertions v1.4.1 |
2505 | 2025-03-12T21:57:41.721Z | Checking rustix v0.37.28 |
2506 | 2025-03-12T21:57:42.771Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2507 | 2025-03-12T21:57:43.521Z | Checking terminal_size v0.2.6 |
2508 | 2025-03-12T21:57:43.713Z | Compiling libz-sys v1.1.20 |
2509 | 2025-03-12T21:57:43.983Z | Compiling indoc v2.0.6 |
2510 | 2025-03-12T21:57:44.008Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2511 | 2025-03-12T21:57:44.412Z | Checking unicode-linebreak v0.1.5 |
2512 | 2025-03-12T21:57:44.867Z | Checking smawk v0.3.2 |
2513 | 2025-03-12T21:57:44.921Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2514 | 2025-03-12T21:57:45.030Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2515 | 2025-03-12T21:57:45.106Z | Checking textwrap v0.16.1 |
2516 | 2025-03-12T21:57:45.499Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2517 | 2025-03-12T21:57:45.540Z | Checking castaway v0.2.3 |
2518 | 2025-03-12T21:57:45.676Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2519 | 2025-03-12T21:57:45.724Z | Checking is_ci v1.2.0 |
2520 | 2025-03-12T21:57:45.881Z | Checking supports-color v3.0.2 |
2521 | 2025-03-12T21:57:46.002Z | Checking compact_str v0.8.0 |
2522 | 2025-03-12T21:57:46.102Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2523 | 2025-03-12T21:57:46.153Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2524 | 2025-03-12T21:57:46.842Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2525 | 2025-03-12T21:57:47.796Z | Checking unicode-truncate v1.1.0 |
2526 | 2025-03-12T21:57:48.063Z | Checking lru v0.12.5 |
2527 | 2025-03-12T21:57:48.382Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2528 | 2025-03-12T21:57:48.633Z | Compiling instability v0.3.2 |
2529 | 2025-03-12T21:57:48.897Z | Checking cassowary v0.3.0 |
2530 | 2025-03-12T21:57:49.487Z | Checking cargo-platform v0.1.8 |
2531 | 2025-03-12T21:57:49.600Z | Checking ratatui v0.29.0 |
2532 | 2025-03-12T21:57:49.789Z | Checking cargo_metadata v0.19.2 |
2533 | 2025-03-12T21:57:50.418Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2534 | 2025-03-12T21:57:51.441Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2535 | 2025-03-12T21:57:51.481Z | Compiling vergen v8.3.2 |
2536 | 2025-03-12T21:57:52.352Z | Compiling cargo_metadata v0.18.1 |
2537 | 2025-03-12T21:57:52.596Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2538 | 2025-03-12T21:57:52.823Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2539 | 2025-03-12T21:57:54.457Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2540 | 2025-03-12T21:57:54.776Z | Checking shell-words v1.1.0 |
2541 | 2025-03-12T21:57:54.932Z | Compiling rustls v0.21.12 |
2542 | 2025-03-12T21:57:54.975Z | Checking plotters-backend v0.3.7 |
2543 | 2025-03-12T21:57:55.279Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2544 | 2025-03-12T21:57:55.301Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2545 | 2025-03-12T21:57:55.383Z | Checking plotters-svg v0.3.7 |
2546 | 2025-03-12T21:57:55.584Z | Checking sct v0.7.1 |
2547 | 2025-03-12T21:57:55.629Z | Checking rustls-webpki v0.101.7 |
2548 | 2025-03-12T21:57:55.632Z | Checking cast v0.3.0 |
2549 | 2025-03-12T21:57:55.802Z | Checking plotters v0.3.7 |
2550 | 2025-03-12T21:57:55.968Z | Checking criterion-plot v0.5.0 |
2551 | 2025-03-12T21:57:56.528Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2552 | 2025-03-12T21:57:56.803Z | Checking tinytemplate v1.2.1 |
2553 | 2025-03-12T21:57:57.137Z | Checking concurrent-queue v2.5.0 |
2554 | 2025-03-12T21:57:57.492Z | Checking anes v0.1.6 |
2555 | 2025-03-12T21:57:57.496Z | Checking parking v2.2.1 |
2556 | 2025-03-12T21:57:57.706Z | Checking oorandom v11.1.4 |
2557 | 2025-03-12T21:57:57.834Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2558 | 2025-03-12T21:57:57.897Z | Checking criterion v0.5.1 |
2559 | 2025-03-12T21:57:58.956Z | Checking async-bb8-diesel v0.2.1 |
2560 | 2025-03-12T21:57:59.109Z | Checking tokio-rustls v0.24.1 |
2561 | 2025-03-12T21:57:59.504Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2562 | 2025-03-12T21:57:59.553Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2563 | 2025-03-12T21:57:59.888Z | Checking rustls-pemfile v1.0.4 |
2564 | 2025-03-12T21:58:00.120Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2565 | 2025-03-12T21:58:00.486Z | Checking twox-hash v2.1.0 |
2566 | 2025-03-12T21:58:00.630Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2567 | 2025-03-12T21:58:00.691Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2568 | 2025-03-12T21:58:01.043Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2569 | 2025-03-12T21:58:02.696Z | Checking fatfs v0.3.6 |
2570 | 2025-03-12T21:58:02.804Z | Checking csv-core v0.1.11 |
2571 | 2025-03-12T21:58:03.172Z | Checking hex-literal v0.4.1 |
2572 | 2025-03-12T21:58:03.325Z | Checking csv v1.3.1 |
2573 | 2025-03-12T21:58:03.698Z | Checking event-listener v5.3.1 |
2574 | 2025-03-12T21:58:04.122Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2575 | 2025-03-12T21:58:04.146Z | Checking rtoolbox v0.0.2 |
2576 | 2025-03-12T21:58:04.379Z | Checking rpassword v7.3.1 |
2577 | 2025-03-12T21:58:04.563Z | Checking event-listener-strategy v0.5.2 |
2578 | 2025-03-12T21:58:04.807Z | Checking tui-tree-widget v0.23.0 |
2579 | 2025-03-12T21:58:05.162Z | Checking polyval v0.6.2 |
2580 | 2025-03-12T21:58:05.442Z | Checking ghash v0.5.1 |
2581 | 2025-03-12T21:58:05.633Z | Checking futures-lite v2.3.0 |
2582 | 2025-03-12T21:58:06.952Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2583 | 2025-03-12T21:58:07.453Z | Checking ctr v0.9.2 |
2584 | 2025-03-12T21:58:08.409Z | Checking aes-gcm v0.10.3 |
2585 | 2025-03-12T21:58:08.649Z | Checking ssh-encoding v0.2.0 |
2586 | 2025-03-12T21:58:08.991Z | Checking blowfish v0.9.1 |
2587 | 2025-03-12T21:58:09.239Z | Checking bcrypt-pbkdf v0.10.0 |
2588 | 2025-03-12T21:58:09.475Z | Checking ssh-cipher v0.2.0 |
2589 | 2025-03-12T21:58:09.735Z | Checking async-lock v3.4.0 |
2590 | 2025-03-12T21:58:10.562Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2591 | 2025-03-12T21:58:10.599Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2592 | 2025-03-12T21:58:10.909Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2593 | 2025-03-12T21:58:11.399Z | Checking password-hash v0.4.2 |
2594 | 2025-03-12T21:58:11.787Z | Checking polling v3.7.3 |
2595 | 2025-03-12T21:58:12.205Z | Checking async-io v2.3.4 |
2596 | 2025-03-12T21:58:12.230Z | Checking pbkdf2 v0.11.0 |
2597 | 2025-03-12T21:58:12.513Z | Checking ssh-key v0.6.6 |
2598 | 2025-03-12T21:58:12.978Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2599 | 2025-03-12T21:58:13.702Z | Checking p256 v0.13.2 |
2600 | 2025-03-12T21:58:14.141Z | Checking p521 v0.13.3 |
2601 | 2025-03-12T21:58:14.210Z | Checking russh-cryptovec v0.7.3 |
2602 | 2025-03-12T21:58:14.450Z | Compiling target-lexicon v0.13.2 |
2603 | 2025-03-12T21:58:15.478Z | Checking async-task v4.7.1 |
2604 | 2025-03-12T21:58:15.542Z | Checking md5 v0.7.0 |
2605 | 2025-03-12T21:58:15.850Z | Checking russh-keys v0.45.0 |
2606 | 2025-03-12T21:58:15.918Z | Checking async-channel v2.3.1 |
2607 | 2025-03-12T21:58:16.249Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2608 | 2025-03-12T21:58:16.541Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2609 | 2025-03-12T21:58:17.104Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2610 | 2025-03-12T21:58:17.286Z | Checking piper v0.2.4 |
2611 | 2025-03-12T21:58:17.540Z | Checking num-bigint v0.4.6 |
2612 | 2025-03-12T21:58:17.812Z | Checking des v0.8.1 |
2613 | 2025-03-12T21:58:17.863Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2614 | 2025-03-12T21:58:18.093Z | Checking futures-timer v3.0.3 |
2615 | 2025-03-12T21:58:18.412Z | Compiling guppy-workspace-hack v0.1.0 |
2616 | 2025-03-12T21:58:18.659Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2617 | 2025-03-12T21:58:18.771Z | Checking blocking v1.6.1 |
2618 | 2025-03-12T21:58:19.604Z | Checking async-executor v1.13.1 |
2619 | 2025-03-12T21:58:19.844Z | Checking russh v0.45.0 |
2620 | 2025-03-12T21:58:19.919Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2621 | 2025-03-12T21:58:19.959Z | Checking async-signal v0.2.10 |
2622 | 2025-03-12T21:58:20.250Z | Checking rustls-native-certs v0.7.3 |
2623 | 2025-03-12T21:58:20.454Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2624 | 2025-03-12T21:58:20.780Z | Compiling target-spec v3.4.2 |
2625 | 2025-03-12T21:58:20.804Z | Checking event-listener v2.5.3 |
2626 | 2025-03-12T21:58:21.029Z | Checking internet-checksum v0.2.1 |
2627 | 2025-03-12T21:58:21.231Z | Checking async-channel v1.9.0 |
2628 | 2025-03-12T21:58:21.504Z | Checking hyper-rustls v0.26.0 |
2629 | 2025-03-12T21:58:21.829Z | Checking async-process v2.3.0 |
2630 | 2025-03-12T21:58:21.865Z | Checking async-global-executor v2.4.1 |
2631 | 2025-03-12T21:58:22.175Z | Checking cfg-expr v0.18.0 |
2632 | 2025-03-12T21:58:22.332Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2633 | 2025-03-12T21:58:23.023Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2634 | 2025-03-12T21:58:23.750Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2635 | 2025-03-12T21:58:23.769Z | Checking httptest v0.16.3 |
2636 | 2025-03-12T21:58:24.128Z | Compiling petname v2.0.2 |
2637 | 2025-03-12T21:58:24.425Z | Checking kv-log-macro v1.0.7 |
2638 | 2025-03-12T21:58:24.574Z | Compiling async-attributes v1.1.2 |
2639 | 2025-03-12T21:58:25.392Z | Checking async-std v1.13.0 |
2640 | 2025-03-12T21:58:27.136Z | Checking pathdiff v0.2.3 |
2641 | 2025-03-12T21:58:27.309Z | Compiling rstest_macros v0.24.0 |
2642 | 2025-03-12T21:58:27.518Z | Compiling target-triple v0.1.3 |
2643 | 2025-03-12T21:58:27.830Z | Compiling doc-comment v0.3.3 |
2644 | 2025-03-12T21:58:28.057Z | Checking nested v0.1.1 |
2645 | 2025-03-12T21:58:28.292Z | Checking guppy v0.17.17 |
2646 | 2025-03-12T21:58:28.894Z | Checking async-object-pool v0.1.5 |
2647 | 2025-03-12T21:58:29.085Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2648 | 2025-03-12T21:58:29.389Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2649 | 2025-03-12T21:58:29.734Z | Checking similar-asserts v1.7.0 |
2650 | 2025-03-12T21:58:30.007Z | Checking serde_regex v1.1.0 |
2651 | 2025-03-12T21:58:30.381Z | Checking assert-json-diff v2.0.2 |
2652 | 2025-03-12T21:58:30.385Z | Compiling proc-macro-crate v3.2.0 |
2653 | 2025-03-12T21:58:30.576Z | Checking path-tree v0.8.1 |
2654 | 2025-03-12T21:58:30.948Z | Checking sync-ptr v0.1.1 |
2655 | 2025-03-12T21:58:31.178Z | Compiling assert_cmd v2.0.16 |
2656 | 2025-03-12T21:58:31.515Z | Checking stringmetrics v2.2.2 |
2657 | 2025-03-12T21:58:31.587Z | Compiling relative-path v1.9.3 |
2658 | 2025-03-12T21:58:31.797Z | Checking httpmock v0.8.0-alpha.1 |
2659 | 2025-03-12T21:58:32.078Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2660 | 2025-03-12T21:58:33.367Z | Checking blake2b_simd v1.0.2 |
2661 | 2025-03-12T21:58:34.297Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2662 | 2025-03-12T21:58:36.905Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2663 | 2025-03-12T21:58:37.242Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2664 | 2025-03-12T21:58:37.574Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2665 | 2025-03-12T21:58:37.916Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2666 | 2025-03-12T21:58:38.470Z | Checking serde_tokenstream v0.2.2 |
2667 | 2025-03-12T21:58:38.894Z | Checking uzers v0.12.1 |
2668 | 2025-03-12T21:58:39.453Z | Checking rust-argon2 v2.1.0 |
2669 | 2025-03-12T21:58:40.338Z | Checking trybuild v1.0.103 |
2670 | 2025-03-12T21:58:40.601Z | Checking rstest v0.24.0 |
2671 | 2025-03-12T21:58:40.824Z | Compiling git2 v0.19.0 |
2672 | 2025-03-12T21:58:40.847Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2673 | 2025-03-12T21:58:41.647Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2674 | 2025-03-12T21:58:42.053Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2675 | 2025-03-12T21:58:43.241Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2676 | 2025-03-12T21:58:44.053Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2677 | 2025-03-12T21:58:44.394Z | Checking rand_distr v0.4.3 |
2678 | 2025-03-12T21:58:45.120Z | Checking multimap v0.10.0 |
2679 | 2025-03-12T21:58:45.435Z | Checking approx v0.5.1 |
2680 | 2025-03-12T21:58:45.723Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2681 | 2025-03-12T21:58:47.054Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2682 | 2025-03-12T21:58:48.313Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2683 | 2025-03-12T21:58:48.433Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2684 | 2025-03-12T21:58:48.942Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2685 | 2025-03-12T21:58:48.967Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2686 | 2025-03-12T21:58:49.506Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2687 | 2025-03-12T21:58:49.821Z | Checking partial-io v0.5.4 |
2688 | 2025-03-12T21:58:49.849Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2689 | 2025-03-12T21:58:50.176Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2690 | 2025-03-12T21:58:50.199Z | Checking cargo_toml v0.21.0 |
2691 | 2025-03-12T21:58:50.672Z | Checking termios v0.3.3 |
2692 | 2025-03-12T21:58:50.922Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2693 | 2025-03-12T21:58:51.709Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2694 | 2025-03-12T21:58:52.043Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2695 | 2025-03-12T21:58:52.593Z | Compiling samael v0.0.18 |
2696 | 2025-03-12T21:58:54.856Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2697 | 2025-03-12T21:59:10.703Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2698 | 2025-03-12T21:59:18.163Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2699 | 2025-03-12T21:59:43.951Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2700 | 2025-03-12T21:59:44.062Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2701 | 2025-03-12T21:59:45.288Z | Compiling polar-core v0.27.3 |
2702 | 2025-03-12T21:59:50.050Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2703 | 2025-03-12T21:59:56.206Z | Checking oso v0.27.3 |
2704 | 2025-03-12T22:00:35.400Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2705 | 2025-03-12T22:00:35.400Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2706 | 2025-03-12T22:00:35.404Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2707 | 2025-03-12T22:01:48.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 26s |
2708 | 2025-03-12T22:01:48.816Z | |
2709 | 2025-03-12T22:01:48.816Z | real 6:30.523080519 |
2710 | 2025-03-12T22:01:48.816Z | user 35:54.771114578 |
2711 | 2025-03-12T22:01:48.816Z | sys 5:05.053406305 |
2712 | 2025-03-12T22:01:48.816Z | trap 1.034180187 |
2713 | 2025-03-12T22:01:48.816Z | tflt 0.452673253 |
2714 | 2025-03-12T22:01:48.816Z | dflt 0.327497315 |
2715 | 2025-03-12T22:01:48.817Z | kflt 0.001023499 |
2716 | 2025-03-12T22:01:48.817Z | lock 52:02.389550063 |
2717 | 2025-03-12T22:01:48.817Z | slp 2:02:23.559413424 |
2718 | 2025-03-12T22:01:48.817Z | lat 1:44.168558066 |
2719 | 2025-03-12T22:01:48.817Z | stop 6:43.520989926 |
2720 | 2025-03-12T22:01:48.820Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2721 | 2025-03-12T22:01:48.820Z | + ptime -m cargo doc --workspace --no-deps |
2722 | 2025-03-12T22:01:49.867Z | warning: output filename collision. |
2723 | 2025-03-12T22:01:49.867Z | 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)`. |
2724 | 2025-03-12T22:01:49.867Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2725 | 2025-03-12T22:01:49.867Z | The targets should have unique names. |
2726 | 2025-03-12T22:01:49.867Z | This is a known bug where multiple crates with the same name use |
2727 | 2025-03-12T22:01:49.867Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2728 | 2025-03-12T22:01:50.341Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2729 | 2025-03-12T22:01:50.487Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2730 | 2025-03-12T22:01:50.507Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2731 | 2025-03-12T22:01:50.550Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2732 | 2025-03-12T22:01:50.573Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2733 | 2025-03-12T22:01:50.606Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2734 | 2025-03-12T22:01:50.606Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2735 | 2025-03-12T22:01:50.842Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2736 | 2025-03-12T22:01:50.873Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2737 | 2025-03-12T22:01:50.911Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2738 | 2025-03-12T22:01:50.967Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2739 | 2025-03-12T22:01:51.129Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2740 | 2025-03-12T22:01:51.246Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2741 | 2025-03-12T22:01:51.442Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2742 | 2025-03-12T22:01:51.538Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2743 | 2025-03-12T22:01:51.628Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2744 | 2025-03-12T22:01:51.649Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2745 | 2025-03-12T22:01:52.001Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2746 | 2025-03-12T22:01:52.263Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2747 | 2025-03-12T22:01:52.602Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2748 | 2025-03-12T22:01:52.633Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2749 | 2025-03-12T22:01:52.655Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2750 | 2025-03-12T22:01:55.645Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2751 | 2025-03-12T22:01:55.665Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2752 | 2025-03-12T22:01:55.665Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2753 | 2025-03-12T22:01:55.665Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2754 | 2025-03-12T22:01:55.665Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2755 | 2025-03-12T22:01:55.665Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2756 | 2025-03-12T22:01:55.665Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2757 | 2025-03-12T22:01:55.671Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2758 | 2025-03-12T22:01:55.671Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2759 | 2025-03-12T22:01:55.671Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2760 | 2025-03-12T22:01:55.671Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2761 | 2025-03-12T22:01:55.671Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2762 | 2025-03-12T22:01:55.671Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2763 | 2025-03-12T22:01:55.671Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2764 | 2025-03-12T22:01:55.671Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2765 | 2025-03-12T22:01:55.671Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2766 | 2025-03-12T22:01:56.171Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2767 | 2025-03-12T22:01:56.182Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2768 | 2025-03-12T22:01:56.182Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2769 | 2025-03-12T22:01:56.182Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2770 | 2025-03-12T22:01:56.182Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2771 | 2025-03-12T22:01:56.182Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2772 | 2025-03-12T22:01:56.854Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2773 | 2025-03-12T22:01:57.023Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2774 | 2025-03-12T22:01:57.638Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2775 | 2025-03-12T22:01:58.576Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2776 | 2025-03-12T22:01:59.232Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2777 | 2025-03-12T22:01:59.857Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2778 | 2025-03-12T22:02:00.312Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2779 | 2025-03-12T22:02:00.463Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2780 | 2025-03-12T22:02:02.144Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2781 | 2025-03-12T22:02:02.263Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2782 | 2025-03-12T22:02:02.875Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2783 | 2025-03-12T22:02:04.133Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2784 | 2025-03-12T22:02:04.556Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2785 | 2025-03-12T22:02:04.822Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2786 | 2025-03-12T22:02:04.853Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2787 | 2025-03-12T22:02:05.379Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2788 | 2025-03-12T22:02:05.573Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2789 | 2025-03-12T22:02:06.543Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2790 | 2025-03-12T22:02:06.849Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2791 | 2025-03-12T22:02:07.101Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2792 | 2025-03-12T22:02:08.709Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2793 | 2025-03-12T22:02:08.910Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2794 | 2025-03-12T22:02:09.261Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2795 | 2025-03-12T22:02:09.333Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2796 | 2025-03-12T22:02:10.468Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2797 | 2025-03-12T22:02:10.606Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2798 | 2025-03-12T22:02:11.036Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2799 | 2025-03-12T22:02:11.284Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2800 | 2025-03-12T22:02:11.406Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2801 | 2025-03-12T22:02:11.631Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2802 | 2025-03-12T22:02:12.757Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2803 | 2025-03-12T22:02:13.084Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2804 | 2025-03-12T22:02:13.393Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2805 | 2025-03-12T22:02:14.020Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2806 | 2025-03-12T22:02:14.659Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2807 | 2025-03-12T22:02:14.683Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2808 | 2025-03-12T22:02:14.852Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2809 | 2025-03-12T22:02:15.571Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2810 | 2025-03-12T22:02:15.787Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2811 | 2025-03-12T22:02:16.087Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2812 | 2025-03-12T22:02:16.155Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2813 | 2025-03-12T22:02:16.392Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2814 | 2025-03-12T22:02:16.474Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2815 | 2025-03-12T22:02:16.690Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2816 | 2025-03-12T22:02:17.017Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2817 | 2025-03-12T22:02:17.601Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2818 | 2025-03-12T22:02:17.960Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2819 | 2025-03-12T22:02:18.094Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2820 | 2025-03-12T22:02:18.430Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2821 | 2025-03-12T22:02:18.789Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2822 | 2025-03-12T22:02:18.811Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2823 | 2025-03-12T22:02:18.937Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2824 | 2025-03-12T22:02:19.022Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2825 | 2025-03-12T22:02:19.343Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2826 | 2025-03-12T22:02:19.858Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2827 | 2025-03-12T22:02:19.981Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2828 | 2025-03-12T22:02:20.141Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2829 | 2025-03-12T22:02:21.225Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2830 | 2025-03-12T22:02:21.577Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2831 | 2025-03-12T22:02:22.628Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2832 | 2025-03-12T22:02:23.191Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2833 | 2025-03-12T22:02:23.937Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2834 | 2025-03-12T22:02:24.236Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2835 | 2025-03-12T22:02:25.217Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2836 | 2025-03-12T22:02:25.341Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2837 | 2025-03-12T22:02:26.119Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2838 | 2025-03-12T22:02:26.389Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2839 | 2025-03-12T22:02:26.420Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2840 | 2025-03-12T22:02:26.595Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2841 | 2025-03-12T22:02:27.039Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2842 | 2025-03-12T22:02:27.920Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2843 | 2025-03-12T22:02:28.337Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2844 | 2025-03-12T22:02:28.533Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2845 | 2025-03-12T22:02:28.714Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2846 | 2025-03-12T22:02:31.772Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2847 | 2025-03-12T22:02:32.738Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2848 | 2025-03-12T22:02:32.784Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2849 | 2025-03-12T22:02:32.875Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2850 | 2025-03-12T22:02:32.938Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2851 | 2025-03-12T22:02:33.347Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2852 | 2025-03-12T22:02:33.822Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2853 | 2025-03-12T22:02:34.590Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2854 | 2025-03-12T22:02:35.252Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2855 | 2025-03-12T22:02:38.171Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2856 | 2025-03-12T22:02:38.193Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2857 | 2025-03-12T22:02:38.360Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2858 | 2025-03-12T22:02:39.136Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2859 | 2025-03-12T22:02:42.789Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2860 | 2025-03-12T22:02:44.316Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2861 | 2025-03-12T22:02:45.035Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2862 | 2025-03-12T22:02:47.757Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2863 | 2025-03-12T22:02:50.117Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2864 | 2025-03-12T22:02:50.947Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2865 | 2025-03-12T22:02:51.043Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2866 | 2025-03-12T22:02:51.292Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2867 | 2025-03-12T22:02:53.968Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2868 | 2025-03-12T22:02:54.823Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2869 | 2025-03-12T22:02:54.946Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2870 | 2025-03-12T22:02:55.042Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2871 | 2025-03-12T22:02:55.802Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2872 | 2025-03-12T22:02:58.744Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2873 | 2025-03-12T22:03:00.474Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2874 | 2025-03-12T22:03:02.820Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2875 | 2025-03-12T22:03:03.062Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2876 | 2025-03-12T22:03:04.113Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2877 | 2025-03-12T22:03:04.435Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2878 | 2025-03-12T22:03:04.796Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2879 | 2025-03-12T22:03:04.846Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2880 | 2025-03-12T22:03:07.529Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2881 | 2025-03-12T22:03:07.688Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2882 | 2025-03-12T22:03:08.069Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2883 | 2025-03-12T22:03:10.044Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2884 | 2025-03-12T22:03:10.876Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2885 | 2025-03-12T22:03:11.221Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2886 | 2025-03-12T22:03:11.487Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2887 | 2025-03-12T22:03:11.518Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2888 | 2025-03-12T22:03:11.742Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2889 | 2025-03-12T22:03:13.626Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2890 | 2025-03-12T22:03:14.654Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2891 | 2025-03-12T22:03:14.919Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2892 | 2025-03-12T22:03:15.762Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2893 | 2025-03-12T22:03:15.867Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2894 | 2025-03-12T22:03:16.062Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2895 | 2025-03-12T22:03:17.538Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2896 | 2025-03-12T22:03:19.073Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2897 | 2025-03-12T22:03:19.502Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2898 | 2025-03-12T22:03:19.572Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2899 | 2025-03-12T22:03:19.711Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2900 | 2025-03-12T22:03:20.167Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2901 | 2025-03-12T22:03:21.025Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2902 | 2025-03-12T22:03:22.629Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2903 | 2025-03-12T22:03:23.049Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2904 | 2025-03-12T22:03:23.545Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2905 | 2025-03-12T22:03:24.819Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2906 | 2025-03-12T22:03:26.440Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2907 | 2025-03-12T22:03:26.567Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2908 | 2025-03-12T22:03:27.511Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2909 | 2025-03-12T22:03:28.023Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2910 | 2025-03-12T22:03:29.803Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2911 | 2025-03-12T22:03:30.007Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2912 | 2025-03-12T22:03:30.559Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2913 | 2025-03-12T22:03:30.601Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2914 | 2025-03-12T22:03:32.127Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2915 | 2025-03-12T22:03:32.531Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2916 | 2025-03-12T22:03:32.662Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2917 | 2025-03-12T22:03:33.895Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2918 | 2025-03-12T22:03:34.299Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2919 | 2025-03-12T22:03:34.667Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2920 | 2025-03-12T22:03:35.400Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2921 | 2025-03-12T22:03:35.695Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2922 | 2025-03-12T22:03:35.717Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2923 | 2025-03-12T22:03:37.116Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2924 | 2025-03-12T22:03:38.168Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2925 | 2025-03-12T22:03:38.656Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2926 | 2025-03-12T22:03:39.815Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2927 | 2025-03-12T22:03:40.104Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2928 | 2025-03-12T22:03:41.739Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2929 | 2025-03-12T22:03:42.497Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2930 | 2025-03-12T22:03:43.839Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2931 | 2025-03-12T22:03:44.555Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2932 | 2025-03-12T22:03:45.279Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2933 | 2025-03-12T22:03:45.915Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2934 | 2025-03-12T22:03:46.636Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2935 | 2025-03-12T22:03:47.105Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2936 | 2025-03-12T22:03:47.829Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2937 | 2025-03-12T22:03:48.836Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2938 | 2025-03-12T22:03:49.062Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2939 | 2025-03-12T22:03:49.485Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2940 | 2025-03-12T22:03:49.971Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2941 | 2025-03-12T22:03:50.032Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2942 | 2025-03-12T22:03:50.322Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2943 | 2025-03-12T22:03:50.563Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2944 | 2025-03-12T22:03:51.299Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2945 | 2025-03-12T22:03:51.365Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2946 | 2025-03-12T22:03:52.346Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2947 | 2025-03-12T22:03:52.509Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2948 | 2025-03-12T22:03:52.546Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2949 | 2025-03-12T22:03:52.640Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2950 | 2025-03-12T22:03:53.185Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2951 | 2025-03-12T22:03:53.205Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2952 | 2025-03-12T22:04:14.151Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2953 | 2025-03-12T22:04:14.151Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2954 | 2025-03-12T22:04:14.154Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2955 | 2025-03-12T22:04:14.154Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2956 | 2025-03-12T22:04:15.007Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2957 | 2025-03-12T22:04:15.193Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2958 | 2025-03-12T22:04:15.216Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2959 | 2025-03-12T22:04:15.338Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2960 | 2025-03-12T22:04:17.355Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2961 | 2025-03-12T22:04:22.147Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2962 | 2025-03-12T22:04:23.367Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2963 | 2025-03-12T22:05:03.025Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2964 | 2025-03-12T22:05:09.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s |
2965 | 2025-03-12T22:05:09.565Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2966 | 2025-03-12T22:05:09.629Z | |
2967 | 2025-03-12T22:05:09.629Z | real 3:20.768654847 |
2968 | 2025-03-12T22:05:09.629Z | user 17:30.381257358 |
2969 | 2025-03-12T22:05:09.629Z | sys 2:26.511147571 |
2970 | 2025-03-12T22:05:09.629Z | trap 0.487651237 |
2971 | 2025-03-12T22:05:09.629Z | tflt 0.107801307 |
2972 | 2025-03-12T22:05:09.629Z | dflt 0.029667835 |
2973 | 2025-03-12T22:05:09.630Z | kflt 0.000085428 |
2974 | 2025-03-12T22:05:09.630Z | lock 28:10.272116679 |
2975 | 2025-03-12T22:05:09.630Z | slp 49:08.717830487 |
2976 | 2025-03-12T22:05:09.630Z | lat 1:07.580446679 |
2977 | 2025-03-12T22:05:09.630Z | stop 1:17.416551760 |
2978 | 2025-03-12T22:05:09.633Z | process exited: duration 902373 ms, exit code 0 |
|
2979 | 2025-03-12T22:05:09.640Z | found 0 output files |