|
|
|
1 | 2025-03-20T23:59:18.522Z | job assigned to worker 01JPTZXQWMKQCFBJ84VDPVC1CW [factory gimlet-EVT22200007-propolis, EVT22200007/22516] (queued for 29 s) |
|
2 | 2025-03-20T23:59:26.921Z | starting task 0: "setup" |
3 | 2025-03-20T23:59:26.952Z | ++ uname -s |
4 | 2025-03-20T23:59:26.952Z | + kern=SunOS |
5 | 2025-03-20T23:59:26.952Z | + build_user=build |
6 | 2025-03-20T23:59:26.952Z | + build_uid=12345 |
7 | 2025-03-20T23:59:26.952Z | + work_dir=/work |
8 | 2025-03-20T23:59:26.952Z | + input_dir=/input |
9 | 2025-03-20T23:59:26.953Z | + [[ 0 == 12345 ]] |
10 | 2025-03-20T23:59:26.953Z | + case "$kern" in |
11 | 2025-03-20T23:59:26.953Z | + groupadd -g 12345 build |
12 | 2025-03-20T23:59:26.953Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-20T23:59:29.022Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-20T23:59:29.101Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-20T23:59:29.101Z | + home_fs=zfs |
16 | 2025-03-20T23:59:29.101Z | + [[ zfs == autofs ]] |
17 | 2025-03-20T23:59:29.101Z | + mkdir -p /home/build |
18 | 2025-03-20T23:59:29.101Z | + chown build:build /home/build /work |
19 | 2025-03-20T23:59:30.981Z | + chmod 0700 /home/build /work |
20 | 2025-03-20T23:59:31.007Z | process exited: duration 4077 ms, exit code 0 |
|
21 | 2025-03-20T23:59:31.061Z | starting task 1: "rust-toolchain" |
22 | 2025-03-20T23:59:31.089Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-20T23:59:31.089Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-20T23:59:31.089Z | * rust toolchain profile = "default" |
25 | 2025-03-20T23:59:31.089Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-20T23:59:31.089Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-20T23:59:31.089Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-20T23:59:31.089Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-20T23:59:31.090Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-20T23:59:31.214Z | info: downloading installer |
31 | 2025-03-20T23:59:32.251Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-20T23:59:32.251Z | warn: /opt/ooce/bin |
33 | 2025-03-20T23:59:32.251Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-20T23:59:32.251Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-20T23:59:32.251Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-20T23:59:32.251Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-20T23:59:32.251Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-20T23:59:32.251Z | error: cannot install while Rust is installed |
39 | 2025-03-20T23:59:32.251Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-20T23:59:32.276Z | info: profile set to 'default' |
41 | 2025-03-20T23:59:32.276Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-20T23:59:32.276Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-20T23:59:32.380Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-20T23:59:32.380Z | info: downloading component 'cargo' |
45 | 2025-03-20T23:59:32.560Z | info: downloading component 'clippy' |
46 | 2025-03-20T23:59:32.634Z | info: downloading component 'rust-docs' |
47 | 2025-03-20T23:59:32.841Z | info: downloading component 'rust-std' |
48 | 2025-03-20T23:59:33.130Z | info: downloading component 'rustc' |
49 | 2025-03-20T23:59:34.140Z | info: downloading component 'rustfmt' |
50 | 2025-03-20T23:59:34.201Z | info: installing component 'cargo' |
51 | 2025-03-20T23:59:35.300Z | info: installing component 'clippy' |
52 | 2025-03-20T23:59:35.796Z | info: installing component 'rust-docs' |
53 | 2025-03-20T23:59:38.688Z | info: installing component 'rust-std' |
54 | 2025-03-20T23:59:40.844Z | info: installing component 'rustc' |
55 | 2025-03-20T23:59:47.914Z | info: installing component 'rustfmt' |
56 | 2025-03-20T23:59:48.305Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-20T23:59:48.305Z | |
58 | 2025-03-20T23:59:48.461Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-20T23:59:48.461Z | |
60 | 2025-03-20T23:59:48.486Z | |
61 | 2025-03-20T23:59:48.486Z | Rust is installed now. Great! |
62 | 2025-03-20T23:59:48.486Z | |
63 | 2025-03-20T23:59:48.486Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-20T23:59:48.486Z | environment variable. This has not been done automatically. |
65 | 2025-03-20T23:59:48.486Z | |
66 | 2025-03-20T23:59:48.486Z | To configure your current shell, you need to source |
67 | 2025-03-20T23:59:48.486Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-20T23:59:48.486Z | |
69 | 2025-03-20T23:59:48.486Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-20T23:59:48.486Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-20T23:59:48.487Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-20T23:59:48.487Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-20T23:59:48.560Z | + rustup --version |
74 | 2025-03-20T23:59:48.584Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-20T23:59:48.584Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-20T23:59:48.629Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-20T23:59:48.653Z | + cargo --version |
78 | 2025-03-20T23:59:48.678Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-20T23:59:48.678Z | + rustc --version |
80 | 2025-03-20T23:59:48.719Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-20T23:59:48.743Z | process exited: duration 17667 ms, exit code 0 |
|
82 | 2025-03-20T23:59:48.796Z | starting task 2: "authentication" |
83 | 2025-03-20T23:59:48.855Z | process exited: duration 61 ms, exit code 0 |
|
84 | 2025-03-20T23:59:48.904Z | starting task 3: "clone repository" |
85 | 2025-03-20T23:59:48.929Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-20T23:59:48.929Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-20T23:59:48.954Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-20T23:59:55.798Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-20T23:59:55.798Z | + git fetch origin 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
90 | 2025-03-20T23:59:56.193Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-20T23:59:56.193Z | * branch 8039a08c32cdf2ddb9fd538bd91def765f6e4517 -> FETCH_HEAD |
92 | 2025-03-20T23:59:56.217Z | + [[ -n ixi/revised-reservoir-calculations ]] |
93 | 2025-03-20T23:59:56.217Z | ++ git branch --show-current |
94 | 2025-03-20T23:59:56.217Z | + current=main |
95 | 2025-03-20T23:59:56.217Z | + [[ main != ixi/revised-reservoir-calculations ]] |
96 | 2025-03-20T23:59:56.217Z | + git branch -f ixi/revised-reservoir-calculations 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
97 | 2025-03-20T23:59:56.242Z | + git checkout -f ixi/revised-reservoir-calculations |
98 | 2025-03-20T23:59:56.469Z | Switched to branch 'ixi/revised-reservoir-calculations' |
99 | 2025-03-20T23:59:56.494Z | + git reset --hard 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
100 | 2025-03-20T23:59:56.524Z | HEAD is now at 8039a08c3 keep the HardwareManager handle around instead of caching measurements |
101 | 2025-03-20T23:59:56.548Z | process exited: duration 7622 ms, exit code 0 |
|
102 | 2025-03-20T23:59:56.599Z | starting task 4: "build" |
103 | 2025-03-20T23:59:56.623Z | + source ./env.sh |
104 | 2025-03-20T23:59:56.623Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-20T23:59:56.623Z | ++ set -o xtrace |
106 | 2025-03-20T23:59:56.624Z | ++++ dirname ./env.sh |
107 | 2025-03-20T23:59:56.624Z | +++ readlink -f . |
108 | 2025-03-20T23:59:56.624Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-20T23:59:56.624Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-03-20T23:59:56.624Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-20T23:59:56.624Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-03-20T23:59:56.624Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-03-20T23:59:56.624Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-03-20T23:59:56.624Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-03-20T23:59:56.624Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-03-20T23:59:56.624Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-03-20T23:59:56.624Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-20T23:59:56.624Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-20T23:59:56.624Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-20T23:59:56.624Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-20T23:59:56.624Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-20T23:59:56.624Z | + cargo --version |
123 | 2025-03-20T23:59:56.710Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-20T23:59:56.734Z | + rustc --version |
125 | 2025-03-20T23:59:56.805Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-20T23:59:56.830Z | + banner prerequisites |
127 | 2025-03-20T23:59:56.830Z | |
128 | 2025-03-20T23:59:56.830Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-20T23:59:56.830Z | # # # # # # # # # # # # # # # |
130 | 2025-03-20T23:59:56.830Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-20T23:59:56.830Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-20T23:59:56.830Z | # # # # # # # # # # # # # # # |
133 | 2025-03-20T23:59:56.830Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-20T23:59:56.830Z | |
135 | 2025-03-20T23:59:56.830Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-20T23:59:58.221Z | pkg list: illegal option -- F |
137 | 2025-03-20T23:59:58.221Z | Usage: |
138 | 2025-03-20T23:59:58.221Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-20T23:59:58.221Z | [pkg_fmri_pattern ...] |
140 | 2025-03-20T23:59:59.293Z | pkg list: illegal option -- F |
141 | 2025-03-20T23:59:59.293Z | Usage: |
142 | 2025-03-20T23:59:59.293Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-20T23:59:59.293Z | [pkg_fmri_pattern ...] |
144 | 2025-03-21T00:00:10.672Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-21T00:00:16.006Z | Startup: Caching catalogs ... Done |
146 | 2025-03-21T00:00:34.171Z | Planning: Solver setup ... Done (16.941s) |
147 | 2025-03-21T00:00:34.361Z | Planning: Running solver ... Done (0.190s) |
148 | 2025-03-21T00:00:34.488Z | Planning: Finding local manifests ... Done (0.004s) |
149 | 2025-03-21T00:00:34.576Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-21T00:00:35.051Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-21T00:00:35.193Z | Planning: Package planning ... Done (0.125s) |
152 | 2025-03-21T00:00:35.242Z | Planning: Merging actions ... Done (0.065s) |
153 | 2025-03-21T00:00:35.479Z | Planning: Checking for conflicting actions ... Done (0.237s) |
154 | 2025-03-21T00:00:36.597Z | Planning: Consolidating action changes ... Done (1.118s) |
155 | 2025-03-21T00:00:36.999Z | Planning: Evaluating mediators ... Done (0.402s) |
156 | 2025-03-21T00:00:37.095Z | Planning: Planning completed in 21.00 seconds |
157 | 2025-03-21T00:00:37.127Z | Packages to install: 4 |
158 | 2025-03-21T00:00:37.127Z | Packages to update: 3 |
159 | 2025-03-21T00:00:37.127Z | Mediators to change: 2 |
160 | 2025-03-21T00:00:37.127Z | Services to change: 1 |
161 | 2025-03-21T00:00:37.127Z | Estimated space available: 155.12 GB |
162 | 2025-03-21T00:00:37.127Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-21T00:00:37.127Z | Create boot environment: No |
164 | 2025-03-21T00:00:37.127Z | Create backup boot environment: Yes |
165 | 2025-03-21T00:00:37.127Z | Rebuild boot archive: No |
166 | 2025-03-21T00:00:37.127Z | |
167 | 2025-03-21T00:00:37.127Z | Changed mediators: |
168 | 2025-03-21T00:00:37.127Z | mediator clang: |
169 | 2025-03-21T00:00:37.127Z | version: None -> 15 (system default) |
170 | 2025-03-21T00:00:37.127Z | |
171 | 2025-03-21T00:00:37.127Z | mediator llvm: |
172 | 2025-03-21T00:00:37.127Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-21T00:00:37.127Z | |
174 | 2025-03-21T00:00:37.127Z | Changed packages: |
175 | 2025-03-21T00:00:37.127Z | helios-dev |
176 | 2025-03-21T00:00:37.127Z | developer/build-essential |
177 | 2025-03-21T00:00:37.127Z | None -> 11-2.0 |
178 | 2025-03-21T00:00:37.127Z | library/libxmlsec1 |
179 | 2025-03-21T00:00:37.127Z | None -> 1.2.35-2.0 |
180 | 2025-03-21T00:00:37.127Z | ooce/developer/clang-15 |
181 | 2025-03-21T00:00:37.127Z | None -> 15.0.7-2.0 |
182 | 2025-03-21T00:00:37.127Z | ooce/developer/llvm-15 |
183 | 2025-03-21T00:00:37.127Z | None -> 15.0.7-2.0 |
184 | 2025-03-21T00:00:37.127Z | package/pkg |
185 | 2025-03-21T00:00:37.127Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-21T00:00:37.127Z | system/library/g++-runtime |
187 | 2025-03-21T00:00:37.127Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-21T00:00:37.127Z | system/library/gcc-runtime |
189 | 2025-03-21T00:00:37.127Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-21T00:00:37.127Z | |
191 | 2025-03-21T00:00:37.128Z | Services: |
192 | 2025-03-21T00:00:37.128Z | restart_fmri: |
193 | 2025-03-21T00:00:37.128Z | svc:/system/update-man-index:default |
194 | 2025-03-21T00:00:37.128Z | |
195 | 2025-03-21T00:00:37.128Z | Editable files to change: |
196 | 2025-03-21T00:00:37.128Z | Update: |
197 | 2025-03-21T00:00:37.128Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-21T00:00:37.188Z | |
199 | 2025-03-21T00:00:37.188Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-21T00:00:42.196Z | Download: 758/4301 items 18.4/225.4MB 8% complete (3.8M/s) |
201 | 2025-03-21T00:00:47.498Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (9.3M/s) |
202 | 2025-03-21T00:00:52.503Z | Download: 2265/4301 items 119.5/225.4MB 52% complete (10.1M/s) |
203 | 2025-03-21T00:00:57.506Z | Download: 2855/4301 items 121.1/225.4MB 53% complete (3.8M/s) |
204 | 2025-03-21T00:01:02.537Z | Download: 3247/4301 items 175.1/225.4MB 77% complete (5.5M/s) |
205 | 2025-03-21T00:01:07.549Z | Download: 3272/4301 items 208.1/225.4MB 92% complete (8.6M/s) |
206 | 2025-03-21T00:01:12.564Z | Download: 3596/4301 items 215.9/225.4MB 95% complete (4.2M/s) |
207 | 2025-03-21T00:01:17.113Z | Download: Completed 225.42 MB in 39.93 seconds (5.7M/s) |
208 | 2025-03-21T00:01:18.625Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-03-21T00:01:18.650Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-03-21T00:01:23.655Z | Actions: 3721/5122 actions (Installing new actions) |
211 | 2025-03-21T00:01:24.452Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-03-21T00:01:24.872Z | Actions: Completed 5122 actions in 6.25 seconds. |
213 | 2025-03-21T00:01:25.223Z | Done (0.342s) |
214 | 2025-03-21T00:01:25.248Z | Done (0.001s) |
215 | 2025-03-21T00:01:25.984Z | Done (0.758s) |
216 | 2025-03-21T00:01:30.902Z | Done (4.742s) |
217 | 2025-03-21T00:01:30.994Z | Done (0.019s) |
218 | 2025-03-21T00:01:31.019Z | Done (0.000s) |
219 | 2025-03-21T00:01:31.155Z | Done (0.000s) |
220 | 2025-03-21T00:01:31.971Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-03-21T00:01:32.183Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-03-21T00:01:32.208Z | Planning: Consolidating action changes ... Done |
223 | 2025-03-21T00:01:32.548Z | Planning: Evaluating mediators ... Done |
224 | 2025-03-21T00:01:32.572Z | Planning: Planning completed in 0.58 seconds |
225 | 2025-03-21T00:01:32.597Z | Mediators to change: 2 |
226 | 2025-03-21T00:01:32.597Z | Create boot environment: No |
227 | 2025-03-21T00:01:32.597Z | Create backup boot environment: No |
228 | 2025-03-21T00:01:32.664Z | Done |
229 | 2025-03-21T00:01:32.664Z | Done |
230 | 2025-03-21T00:01:33.193Z | Done |
231 | 2025-03-21T00:01:37.883Z | Done |
232 | 2025-03-21T00:01:37.977Z | Done |
233 | 2025-03-21T00:01:38.002Z | Done |
234 | 2025-03-21T00:01:38.029Z | Done |
235 | 2025-03-21T00:01:38.787Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-03-21T00:01:38.817Z | Planning: Merging actions ... Done |
237 | 2025-03-21T00:01:39.066Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-03-21T00:01:39.093Z | Planning: Consolidating action changes ... Done |
239 | 2025-03-21T00:01:39.386Z | Planning: Evaluating mediators ... Done |
240 | 2025-03-21T00:01:39.455Z | Planning: Planning completed in 0.97 seconds |
241 | 2025-03-21T00:01:39.504Z | Packages to change: 1 |
242 | 2025-03-21T00:01:39.504Z | Mediators to change: 1 |
243 | 2025-03-21T00:01:39.504Z | Services to change: 1 |
244 | 2025-03-21T00:01:39.504Z | Create boot environment: No |
245 | 2025-03-21T00:01:39.504Z | Create backup boot environment: Yes |
246 | 2025-03-21T00:01:41.225Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-03-21T00:01:41.251Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-03-21T00:01:41.252Z | Done |
249 | 2025-03-21T00:01:41.252Z | Done |
250 | 2025-03-21T00:01:41.379Z | Done |
251 | 2025-03-21T00:01:45.867Z | Done |
252 | 2025-03-21T00:01:45.969Z | Done |
253 | 2025-03-21T00:01:45.995Z | Done |
254 | 2025-03-21T00:01:46.061Z | Done |
255 | 2025-03-21T00:01:46.587Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-03-21T00:01:46.587Z | clang system 15 system |
257 | 2025-03-21T00:01:46.587Z | csh system system illumos |
258 | 2025-03-21T00:01:46.587Z | ctags system system illumos |
259 | 2025-03-21T00:01:46.587Z | gcc vendor 12 vendor |
260 | 2025-03-21T00:01:46.587Z | gcc system 10 system |
261 | 2025-03-21T00:01:46.587Z | gcc system 7 system |
262 | 2025-03-21T00:01:46.587Z | go system 1.20 system |
263 | 2025-03-21T00:01:46.587Z | go system 1.19 system |
264 | 2025-03-21T00:01:46.587Z | llvm system 15 system |
265 | 2025-03-21T00:01:46.587Z | llvm system 14 system |
266 | 2025-03-21T00:01:46.587Z | mariadb system 10.6 system |
267 | 2025-03-21T00:01:46.587Z | mta vendor vendor dma |
268 | 2025-03-21T00:01:46.587Z | openjdk system 17 system |
269 | 2025-03-21T00:01:46.587Z | openjdk system 11 system |
270 | 2025-03-21T00:01:46.587Z | openjdk system 1.8 system |
271 | 2025-03-21T00:01:46.587Z | openssl vendor 3 vendor |
272 | 2025-03-21T00:01:46.587Z | perl system 5.36 system |
273 | 2025-03-21T00:01:46.588Z | postgresql system 15 system |
274 | 2025-03-21T00:01:46.588Z | postgresql system 13 system |
275 | 2025-03-21T00:01:46.588Z | python vendor 3 vendor |
276 | 2025-03-21T00:01:46.588Z | python system 2 system |
277 | 2025-03-21T00:01:46.588Z | python3 system 3.11 system |
278 | 2025-03-21T00:01:46.588Z | ruby system 3.0 system |
279 | 2025-03-21T00:01:46.588Z | words vendor vendor american-english |
280 | 2025-03-21T00:01:46.588Z | words system system australian-english |
281 | 2025-03-21T00:01:46.588Z | words system system british-english |
282 | 2025-03-21T00:01:46.588Z | words system system canadian-english |
283 | 2025-03-21T00:01:46.588Z | words system system french |
284 | 2025-03-21T00:01:46.588Z | words system system italian |
285 | 2025-03-21T00:01:46.588Z | words system system ngerman |
286 | 2025-03-21T00:01:46.588Z | words system system ogerman |
287 | 2025-03-21T00:01:46.588Z | words system system spanish |
288 | 2025-03-21T00:01:46.998Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-03-21T00:01:46.998Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-03-21T00:01:50.830Z | FMRI IFO |
291 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-03-21T00:01:50.830Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-03-21T00:01:51.745Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-03-21T00:01:52.177Z | Updating crates.io index |
308 | 2025-03-21T00:01:52.201Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
309 | 2025-03-21T00:01:52.936Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-03-21T00:01:53.290Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-03-21T00:01:53.655Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
312 | 2025-03-21T00:01:54.064Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
313 | 2025-03-21T00:01:55.180Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
314 | 2025-03-21T00:01:57.167Z | Updating git repository `https://github.com/oxidecomputer/opte` |
315 | 2025-03-21T00:01:57.934Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
316 | 2025-03-21T00:01:58.749Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
317 | 2025-03-21T00:01:59.128Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
318 | 2025-03-21T00:01:59.593Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
319 | 2025-03-21T00:02:00.272Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
320 | 2025-03-21T00:02:00.915Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
321 | 2025-03-21T00:02:01.344Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
322 | 2025-03-21T00:02:01.782Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
323 | 2025-03-21T00:02:02.176Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
324 | 2025-03-21T00:02:02.523Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
325 | 2025-03-21T00:02:02.876Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
326 | 2025-03-21T00:02:03.276Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
327 | 2025-03-21T00:02:03.723Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
328 | 2025-03-21T00:02:04.153Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
329 | 2025-03-21T00:02:04.588Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
330 | 2025-03-21T00:02:05.061Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
331 | 2025-03-21T00:02:05.517Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
332 | 2025-03-21T00:02:06.218Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
333 | 2025-03-21T00:02:06.561Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
334 | 2025-03-21T00:02:07.063Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
335 | 2025-03-21T00:02:07.592Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
336 | 2025-03-21T00:02:07.992Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2025-03-21T00:02:08.380Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2025-03-21T00:02:09.004Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
339 | 2025-03-21T00:02:10.566Z | Downloading crates ... |
340 | 2025-03-21T00:02:10.627Z | Downloaded anyhow v1.0.97 |
341 | 2025-03-21T00:02:10.652Z | Downloaded usdt v0.5.0 |
342 | 2025-03-21T00:02:10.652Z | Downloaded typenum v1.17.0 |
343 | 2025-03-21T00:02:10.652Z | Downloaded ucd-trie v0.1.7 |
344 | 2025-03-21T00:02:10.652Z | Downloaded version_check v0.9.5 |
345 | 2025-03-21T00:02:10.652Z | Downloaded unicode-width v0.1.14 |
346 | 2025-03-21T00:02:10.677Z | Downloaded terminal_size v0.4.0 |
347 | 2025-03-21T00:02:10.677Z | Downloaded tabled_derive v0.7.0 |
348 | 2025-03-21T00:02:10.677Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2025-03-21T00:02:10.677Z | Downloaded unicode-ident v1.0.14 |
350 | 2025-03-21T00:02:10.677Z | Downloaded zerocopy v0.7.35 |
351 | 2025-03-21T00:02:10.702Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-03-21T00:02:10.702Z | Downloaded syn v2.0.98 |
353 | 2025-03-21T00:02:10.734Z | Downloaded autocfg v1.4.0 |
354 | 2025-03-21T00:02:10.734Z | Downloaded anstyle v1.0.10 |
355 | 2025-03-21T00:02:10.734Z | Downloaded tabled v0.15.0 |
356 | 2025-03-21T00:02:10.734Z | Downloaded unicode-linebreak v0.1.5 |
357 | 2025-03-21T00:02:10.734Z | Downloaded anstyle-parse v0.2.5 |
358 | 2025-03-21T00:02:10.734Z | Downloaded camino v1.1.9 |
359 | 2025-03-21T00:02:10.734Z | Downloaded fastrand v2.1.1 |
360 | 2025-03-21T00:02:10.759Z | Downloaded winnow v0.7.3 |
361 | 2025-03-21T00:02:10.759Z | Downloaded toml_datetime v0.6.8 |
362 | 2025-03-21T00:02:10.759Z | Downloaded usdt-macro v0.5.0 |
363 | 2025-03-21T00:02:10.759Z | Downloaded toml_edit v0.22.24 |
364 | 2025-03-21T00:02:10.784Z | Downloaded utf8parse v0.2.2 |
365 | 2025-03-21T00:02:10.784Z | Downloaded camino-tempfile v1.1.1 |
366 | 2025-03-21T00:02:10.784Z | Downloaded block-buffer v0.10.4 |
367 | 2025-03-21T00:02:10.784Z | Downloaded usdt-impl v0.5.0 |
368 | 2025-03-21T00:02:10.784Z | Downloaded sha2 v0.10.8 |
369 | 2025-03-21T00:02:10.784Z | Downloaded macaddr v1.0.1 |
370 | 2025-03-21T00:02:10.808Z | Downloaded pest v2.7.14 |
371 | 2025-03-21T00:02:10.808Z | Downloaded papergrid v0.11.0 |
372 | 2025-03-21T00:02:10.809Z | Downloaded memchr v2.7.4 |
373 | 2025-03-21T00:02:10.809Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2025-03-21T00:02:10.809Z | Downloaded clap_lex v0.7.4 |
375 | 2025-03-21T00:02:10.833Z | Downloaded dtrace-parser v0.2.0 |
376 | 2025-03-21T00:02:10.833Z | Downloaded digest v0.10.7 |
377 | 2025-03-21T00:02:10.833Z | Downloaded serde_spanned v0.6.8 |
378 | 2025-03-21T00:02:10.833Z | Downloaded clap_builder v4.5.31 |
379 | 2025-03-21T00:02:10.833Z | Downloaded clap v4.5.31 |
380 | 2025-03-21T00:02:10.833Z | Downloaded plain v0.2.3 |
381 | 2025-03-21T00:02:10.833Z | Downloaded once_cell v1.20.3 |
382 | 2025-03-21T00:02:10.858Z | Downloaded bitflags v2.6.0 |
383 | 2025-03-21T00:02:10.858Z | Downloaded thread-id v4.2.2 |
384 | 2025-03-21T00:02:10.858Z | Downloaded semver v1.0.25 |
385 | 2025-03-21T00:02:10.858Z | Downloaded memmap v0.7.0 |
386 | 2025-03-21T00:02:10.858Z | Downloaded libc v0.2.170 |
387 | 2025-03-21T00:02:10.882Z | Downloaded scroll_derive v0.12.0 |
388 | 2025-03-21T00:02:10.882Z | Downloaded equivalent v1.0.1 |
389 | 2025-03-21T00:02:10.882Z | Downloaded anstyle-query v1.1.1 |
390 | 2025-03-21T00:02:10.882Z | Downloaded rustix v0.37.28 |
391 | 2025-03-21T00:02:10.907Z | Downloaded bytecount v0.6.8 |
392 | 2025-03-21T00:02:10.907Z | Downloaded quote v1.0.39 |
393 | 2025-03-21T00:02:10.907Z | Downloaded pretty-hex v0.4.1 |
394 | 2025-03-21T00:02:10.931Z | Downloaded indexmap v2.7.1 |
395 | 2025-03-21T00:02:10.931Z | Downloaded goblin v0.8.2 |
396 | 2025-03-21T00:02:10.931Z | Downloaded errno v0.3.9 |
397 | 2025-03-21T00:02:10.931Z | Downloaded dof v0.3.0 |
398 | 2025-03-21T00:02:10.931Z | Downloaded anstream v0.6.15 |
399 | 2025-03-21T00:02:10.931Z | Downloaded swrite v0.1.0 |
400 | 2025-03-21T00:02:10.931Z | Downloaded serde_json v1.0.139 |
401 | 2025-03-21T00:02:10.956Z | Downloaded serde v1.0.218 |
402 | 2025-03-21T00:02:10.956Z | Downloaded ryu v1.0.18 |
403 | 2025-03-21T00:02:10.956Z | Downloaded proc-macro-error-attr v1.0.4 |
404 | 2025-03-21T00:02:10.956Z | Downloaded proc-macro-error v1.0.4 |
405 | 2025-03-21T00:02:10.956Z | Downloaded heck v0.5.0 |
406 | 2025-03-21T00:02:10.956Z | Downloaded fs-err v2.11.0 |
407 | 2025-03-21T00:02:10.956Z | Downloaded bitflags v1.3.2 |
408 | 2025-03-21T00:02:10.956Z | Downloaded thiserror-impl v2.0.11 |
409 | 2025-03-21T00:02:10.956Z | Downloaded thiserror v1.0.69 |
410 | 2025-03-21T00:02:10.981Z | Downloaded is_terminal_polyfill v1.70.1 |
411 | 2025-03-21T00:02:10.981Z | Downloaded toml v0.8.20 |
412 | 2025-03-21T00:02:10.981Z | Downloaded smawk v0.3.2 |
413 | 2025-03-21T00:02:10.981Z | Downloaded rustix v0.38.37 |
414 | 2025-03-21T00:02:11.010Z | Downloaded textwrap v0.16.1 |
415 | 2025-03-21T00:02:11.010Z | Downloaded itoa v1.0.11 |
416 | 2025-03-21T00:02:11.010Z | Downloaded heck v0.4.1 |
417 | 2025-03-21T00:02:11.010Z | Downloaded cfg-if v1.0.0 |
418 | 2025-03-21T00:02:11.010Z | Downloaded thiserror-impl v1.0.69 |
419 | 2025-03-21T00:02:11.010Z | Downloaded thiserror v2.0.11 |
420 | 2025-03-21T00:02:11.035Z | Downloaded terminal_size v0.2.6 |
421 | 2025-03-21T00:02:11.035Z | Downloaded tempfile v3.13.0 |
422 | 2025-03-21T00:02:11.035Z | Downloaded strsim v0.11.1 |
423 | 2025-03-21T00:02:11.035Z | Downloaded serde_derive v1.0.218 |
424 | 2025-03-21T00:02:11.035Z | Downloaded scroll v0.12.0 |
425 | 2025-03-21T00:02:11.035Z | Downloaded proc-macro2 v1.0.94 |
426 | 2025-03-21T00:02:11.060Z | Downloaded pest_meta v2.7.14 |
427 | 2025-03-21T00:02:11.060Z | Downloaded syn v1.0.109 |
428 | 2025-03-21T00:02:11.085Z | Downloaded io-lifetimes v1.0.11 |
429 | 2025-03-21T00:02:11.110Z | Downloaded cpufeatures v0.2.14 |
430 | 2025-03-21T00:02:11.110Z | Downloaded clap_derive v4.5.28 |
431 | 2025-03-21T00:02:11.110Z | Downloaded pest_generator v2.7.14 |
432 | 2025-03-21T00:02:11.110Z | Downloaded pest_derive v2.7.14 |
433 | 2025-03-21T00:02:11.110Z | Downloaded log v0.4.22 |
434 | 2025-03-21T00:02:11.134Z | Downloaded hashbrown v0.15.1 |
435 | 2025-03-21T00:02:11.134Z | Downloaded generic-array v0.14.7 |
436 | 2025-03-21T00:02:11.134Z | Downloaded fnv v1.0.7 |
437 | 2025-03-21T00:02:11.134Z | Downloaded crypto-common v0.1.6 |
438 | 2025-03-21T00:02:11.134Z | Downloaded colorchoice v1.0.2 |
439 | 2025-03-21T00:02:11.159Z | Downloaded cargo_toml v0.21.0 |
440 | 2025-03-21T00:02:11.159Z | Downloaded cargo_metadata v0.19.2 |
441 | 2025-03-21T00:02:11.159Z | Downloaded cargo-platform v0.1.8 |
442 | 2025-03-21T00:02:11.159Z | Downloaded byteorder v1.5.0 |
443 | 2025-03-21T00:02:11.319Z | Compiling proc-macro2 v1.0.94 |
444 | 2025-03-21T00:02:11.320Z | Compiling unicode-ident v1.0.14 |
445 | 2025-03-21T00:02:11.320Z | Compiling version_check v0.9.5 |
446 | 2025-03-21T00:02:11.320Z | Compiling serde v1.0.218 |
447 | 2025-03-21T00:02:11.344Z | Compiling libc v0.2.170 |
448 | 2025-03-21T00:02:11.344Z | Compiling memchr v2.7.4 |
449 | 2025-03-21T00:02:11.344Z | Compiling thiserror v1.0.69 |
450 | 2025-03-21T00:02:11.344Z | Compiling itoa v1.0.11 |
451 | 2025-03-21T00:02:11.684Z | Compiling ucd-trie v0.1.7 |
452 | 2025-03-21T00:02:11.709Z | Compiling ryu v1.0.18 |
453 | 2025-03-21T00:02:12.077Z | Compiling once_cell v1.20.3 |
454 | 2025-03-21T00:02:12.077Z | Compiling byteorder v1.5.0 |
455 | 2025-03-21T00:02:12.323Z | Compiling rustix v0.38.37 |
456 | 2025-03-21T00:02:12.485Z | Compiling serde_json v1.0.139 |
457 | 2025-03-21T00:02:12.510Z | Compiling bitflags v2.6.0 |
458 | 2025-03-21T00:02:12.661Z | Compiling usdt-impl v0.5.0 |
459 | 2025-03-21T00:02:12.906Z | Compiling proc-macro-error-attr v1.0.4 |
460 | 2025-03-21T00:02:12.932Z | Compiling syn v1.0.109 |
461 | 2025-03-21T00:02:13.049Z | Compiling io-lifetimes v1.0.11 |
462 | 2025-03-21T00:02:13.181Z | Compiling quote v1.0.39 |
463 | 2025-03-21T00:02:13.223Z | Compiling errno v0.3.9 |
464 | 2025-03-21T00:02:13.330Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-03-21T00:02:13.355Z | Compiling plain v0.2.3 |
466 | 2025-03-21T00:02:13.530Z | Compiling syn v2.0.98 |
467 | 2025-03-21T00:02:13.587Z | Compiling thread-id v4.2.2 |
468 | 2025-03-21T00:02:13.611Z | Compiling camino v1.1.9 |
469 | 2025-03-21T00:02:13.636Z | Compiling rustix v0.37.28 |
470 | 2025-03-21T00:02:13.680Z | Compiling utf8parse v0.2.2 |
471 | 2025-03-21T00:02:13.718Z | Compiling equivalent v1.0.1 |
472 | 2025-03-21T00:02:13.750Z | Compiling log v0.4.22 |
473 | 2025-03-21T00:02:13.854Z | Compiling hashbrown v0.15.1 |
474 | 2025-03-21T00:02:13.879Z | Compiling anstyle-parse v0.2.5 |
475 | 2025-03-21T00:02:14.343Z | Compiling bitflags v1.3.2 |
476 | 2025-03-21T00:02:14.416Z | Compiling thiserror v2.0.11 |
477 | 2025-03-21T00:02:14.456Z | Compiling winnow v0.7.3 |
478 | 2025-03-21T00:02:14.546Z | Compiling anstyle v1.0.10 |
479 | 2025-03-21T00:02:14.684Z | Compiling unicode-width v0.1.14 |
480 | 2025-03-21T00:02:14.800Z | Compiling indexmap v2.7.1 |
481 | 2025-03-21T00:02:14.902Z | Compiling is_terminal_polyfill v1.70.1 |
482 | 2025-03-21T00:02:14.926Z | Compiling semver v1.0.25 |
483 | 2025-03-21T00:02:15.037Z | Compiling pretty-hex v0.4.1 |
484 | 2025-03-21T00:02:15.115Z | Compiling autocfg v1.4.0 |
485 | 2025-03-21T00:02:15.253Z | Compiling anstyle-query v1.1.1 |
486 | 2025-03-21T00:02:15.339Z | Compiling colorchoice v1.0.2 |
487 | 2025-03-21T00:02:15.474Z | Compiling anstream v0.6.15 |
488 | 2025-03-21T00:02:15.499Z | Compiling terminal_size v0.4.0 |
489 | 2025-03-21T00:02:15.865Z | Compiling clap_lex v0.7.4 |
490 | 2025-03-21T00:02:15.915Z | Compiling fs-err v2.11.0 |
491 | 2025-03-21T00:02:15.999Z | Compiling anyhow v1.0.97 |
492 | 2025-03-21T00:02:16.069Z | Compiling heck v0.5.0 |
493 | 2025-03-21T00:02:16.258Z | Compiling fnv v1.0.7 |
494 | 2025-03-21T00:02:16.394Z | Compiling bytecount v0.6.8 |
495 | 2025-03-21T00:02:16.519Z | Compiling heck v0.4.1 |
496 | 2025-03-21T00:02:16.593Z | Compiling cfg-if v1.0.0 |
497 | 2025-03-21T00:02:16.676Z | Compiling strsim v0.11.1 |
498 | 2025-03-21T00:02:16.701Z | Compiling fastrand v2.1.1 |
499 | 2025-03-21T00:02:16.884Z | Compiling terminal_size v0.2.6 |
500 | 2025-03-21T00:02:16.934Z | Compiling papergrid v0.11.0 |
501 | 2025-03-21T00:02:17.011Z | Compiling tempfile v3.13.0 |
502 | 2025-03-21T00:02:17.070Z | Compiling clap_builder v4.5.31 |
503 | 2025-03-21T00:02:17.303Z | Compiling memmap v0.7.0 |
504 | 2025-03-21T00:02:17.418Z | Compiling smawk v0.3.2 |
505 | 2025-03-21T00:02:17.485Z | Compiling unicode-linebreak v0.1.5 |
506 | 2025-03-21T00:02:17.672Z | Compiling swrite v0.1.0 |
507 | 2025-03-21T00:02:17.805Z | Compiling textwrap v0.16.1 |
508 | 2025-03-21T00:02:18.278Z | Compiling tabled_derive v0.7.0 |
509 | 2025-03-21T00:02:19.450Z | Compiling serde_derive v1.0.218 |
510 | 2025-03-21T00:02:19.450Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-03-21T00:02:19.450Z | Compiling zerocopy-derive v0.7.35 |
512 | 2025-03-21T00:02:19.476Z | Compiling scroll_derive v0.12.0 |
513 | 2025-03-21T00:02:19.476Z | Compiling thiserror-impl v2.0.11 |
514 | 2025-03-21T00:02:19.476Z | Compiling clap_derive v4.5.28 |
515 | 2025-03-21T00:02:19.670Z | Compiling tabled v0.15.0 |
516 | 2025-03-21T00:02:20.542Z | Compiling scroll v0.12.0 |
517 | 2025-03-21T00:02:21.063Z | Compiling goblin v0.8.2 |
518 | 2025-03-21T00:02:21.182Z | Compiling zerocopy v0.7.35 |
519 | 2025-03-21T00:02:22.137Z | Compiling pest v2.7.14 |
520 | 2025-03-21T00:02:23.032Z | Compiling clap v4.5.31 |
521 | 2025-03-21T00:02:24.245Z | Compiling pest_meta v2.7.14 |
522 | 2025-03-21T00:02:25.343Z | Compiling pest_generator v2.7.14 |
523 | 2025-03-21T00:02:26.464Z | Compiling pest_derive v2.7.14 |
524 | 2025-03-21T00:02:27.104Z | Compiling dtrace-parser v0.2.0 |
525 | 2025-03-21T00:02:28.243Z | Compiling serde_spanned v0.6.8 |
526 | 2025-03-21T00:02:28.269Z | Compiling toml_datetime v0.6.8 |
527 | 2025-03-21T00:02:28.269Z | Compiling cargo-platform v0.1.8 |
528 | 2025-03-21T00:02:28.580Z | Compiling serde_tokenstream v0.2.2 |
529 | 2025-03-21T00:02:28.605Z | Compiling toml_edit v0.22.24 |
530 | 2025-03-21T00:02:28.748Z | Compiling macaddr v1.0.1 |
531 | 2025-03-21T00:02:28.894Z | Compiling camino-tempfile v1.1.1 |
532 | 2025-03-21T00:02:29.727Z | Compiling dof v0.3.0 |
533 | 2025-03-21T00:02:29.727Z | Compiling cargo_metadata v0.19.2 |
534 | 2025-03-21T00:02:31.346Z | Compiling usdt-macro v0.5.0 |
535 | 2025-03-21T00:02:31.346Z | Compiling usdt-attr-macro v0.5.0 |
536 | 2025-03-21T00:02:31.611Z | Compiling toml v0.8.20 |
537 | 2025-03-21T00:02:32.334Z | Compiling cargo_toml v0.21.0 |
538 | 2025-03-21T00:02:32.453Z | Compiling usdt v0.5.0 |
539 | 2025-03-21T00:02:35.511Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
540 | 2025-03-21T00:02:39.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.01s |
541 | 2025-03-21T00:02:39.723Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
542 | 2025-03-21T00:02:40.490Z | Downloading crates ... |
543 | 2025-03-21T00:02:40.656Z | Downloaded cexpr v0.6.0 |
544 | 2025-03-21T00:02:40.693Z | Downloaded icu_provider_macros v1.5.0 |
545 | 2025-03-21T00:02:40.730Z | Downloaded progenitor v0.9.1 |
546 | 2025-03-21T00:02:40.763Z | Downloaded rustls-pemfile v1.0.4 |
547 | 2025-03-21T00:02:40.790Z | Downloaded unicode-truncate v1.1.0 |
548 | 2025-03-21T00:02:40.826Z | Downloaded termtree v0.4.1 |
549 | 2025-03-21T00:02:40.852Z | Downloaded termtree v0.5.1 |
550 | 2025-03-21T00:02:40.878Z | Downloaded endian-type v0.1.2 |
551 | 2025-03-21T00:02:40.910Z | Downloaded sigpipe v0.1.3 |
552 | 2025-03-21T00:02:40.936Z | Downloaded phf_shared v0.10.0 |
553 | 2025-03-21T00:02:40.962Z | Downloaded derive_builder_macro v0.20.2 |
554 | 2025-03-21T00:02:40.987Z | Downloaded gethostname v0.5.0 |
555 | 2025-03-21T00:02:41.013Z | Downloaded precomputed-hash v0.1.1 |
556 | 2025-03-21T00:02:41.039Z | Downloaded ppv-lite86 v0.2.20 |
557 | 2025-03-21T00:02:41.039Z | Downloaded poly1305 v0.8.0 |
558 | 2025-03-21T00:02:41.065Z | Downloaded time-core v0.1.2 |
559 | 2025-03-21T00:02:41.065Z | Downloaded vte_generate_state_changes v0.1.2 |
560 | 2025-03-21T00:02:41.065Z | Downloaded utf8_iter v1.0.4 |
561 | 2025-03-21T00:02:41.090Z | Downloaded vte v0.11.1 |
562 | 2025-03-21T00:02:41.090Z | Downloaded value-bag v1.9.0 |
563 | 2025-03-21T00:02:41.115Z | Downloaded uuid v1.15.1 |
564 | 2025-03-21T00:02:41.115Z | Downloaded sqlformat v0.2.6 |
565 | 2025-03-21T00:02:41.115Z | Downloaded defmt v0.3.8 |
566 | 2025-03-21T00:02:41.140Z | Downloaded git2 v0.19.0 |
567 | 2025-03-21T00:02:41.140Z | Downloaded untrusted v0.7.1 |
568 | 2025-03-21T00:02:41.165Z | Downloaded smallvec v1.14.0 |
569 | 2025-03-21T00:02:41.165Z | Downloaded vcpkg v0.2.15 |
570 | 2025-03-21T00:02:41.200Z | Downloaded vsss-rs v3.3.4 |
571 | 2025-03-21T00:02:41.225Z | Downloaded smoltcp v0.11.0 |
572 | 2025-03-21T00:02:41.225Z | Downloaded samael v0.0.18 |
573 | 2025-03-21T00:02:41.250Z | Downloaded zerocopy-derive v0.6.6 |
574 | 2025-03-21T00:02:41.250Z | Downloaded quick-xml v0.37.2 |
575 | 2025-03-21T00:02:41.250Z | Downloaded sled v0.34.7 |
576 | 2025-03-21T00:02:41.275Z | Downloaded hashbrown v0.13.2 |
577 | 2025-03-21T00:02:41.313Z | Downloaded progenitor-impl v0.9.1 |
578 | 2025-03-21T00:02:41.313Z | Downloaded tokio v1.43.0 |
579 | 2025-03-21T00:02:41.339Z | Downloaded petgraph v0.6.5 |
580 | 2025-03-21T00:02:41.364Z | Downloaded sqlparser v0.45.0 |
581 | 2025-03-21T00:02:41.364Z | Downloaded slog-stdlog v4.1.1 |
582 | 2025-03-21T00:02:41.364Z | Downloaded daft v0.1.2 |
583 | 2025-03-21T00:02:41.364Z | Downloaded display-error-chain v0.2.2 |
584 | 2025-03-21T00:02:41.364Z | Downloaded sha3 v0.10.8 |
585 | 2025-03-21T00:02:41.364Z | Downloaded progenitor-impl v0.8.0 |
586 | 2025-03-21T00:02:41.390Z | Downloaded predicates-tree v1.0.11 |
587 | 2025-03-21T00:02:41.390Z | Downloaded mio v1.0.2 |
588 | 2025-03-21T00:02:41.390Z | Downloaded winnow v0.5.40 |
589 | 2025-03-21T00:02:41.415Z | Downloaded zerovec v0.10.4 |
590 | 2025-03-21T00:02:41.415Z | Downloaded ring v0.17.11 |
591 | 2025-03-21T00:02:41.449Z | Downloaded tinystr v0.7.6 |
592 | 2025-03-21T00:02:41.474Z | Downloaded darling v0.20.10 |
593 | 2025-03-21T00:02:41.474Z | Downloaded smoltcp v0.9.1 |
594 | 2025-03-21T00:02:41.474Z | Downloaded curve25519-dalek v4.1.3 |
595 | 2025-03-21T00:02:41.499Z | Downloaded radix_trie v0.2.1 |
596 | 2025-03-21T00:02:41.499Z | Downloaded encoding_rs v0.8.34 |
597 | 2025-03-21T00:02:41.524Z | Downloaded ratatui v0.29.0 |
598 | 2025-03-21T00:02:41.549Z | Downloaded libz-sys v1.1.20 |
599 | 2025-03-21T00:02:41.574Z | Downloaded slab v0.4.9 |
600 | 2025-03-21T00:02:41.574Z | Downloaded polar-core v0.27.3 |
601 | 2025-03-21T00:02:41.574Z | Downloaded packed_struct_codegen v0.10.1 |
602 | 2025-03-21T00:02:41.574Z | Downloaded gimli v0.31.1 |
603 | 2025-03-21T00:02:41.599Z | Downloaded getrandom v0.2.15 |
604 | 2025-03-21T00:02:41.599Z | Downloaded futures-channel v0.3.31 |
605 | 2025-03-21T00:02:41.599Z | Downloaded object v0.36.5 |
606 | 2025-03-21T00:02:41.599Z | Downloaded lzma-sys v0.1.20 |
607 | 2025-03-21T00:02:41.633Z | Downloaded diesel v2.2.8 |
608 | 2025-03-21T00:02:41.658Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
609 | 2025-03-21T00:02:41.723Z | Downloaded derive_more v0.99.19 |
610 | 2025-03-21T00:02:41.748Z | Downloaded dropshot v0.16.0 |
611 | 2025-03-21T00:02:41.773Z | Downloaded csv v1.3.1 |
612 | 2025-03-21T00:02:41.798Z | Downloaded tinyvec v1.8.0 |
613 | 2025-03-21T00:02:41.798Z | Downloaded hyper v1.6.0 |
614 | 2025-03-21T00:02:41.798Z | Downloaded snafu-derive v0.8.5 |
615 | 2025-03-21T00:02:41.798Z | Downloaded proptest v1.6.0 |
616 | 2025-03-21T00:02:41.823Z | Downloaded portable-atomic v1.9.0 |
617 | 2025-03-21T00:02:41.823Z | Downloaded half v2.4.1 |
618 | 2025-03-21T00:02:41.823Z | Downloaded h2 v0.4.6 |
619 | 2025-03-21T00:02:41.848Z | Downloaded futures-macro v0.3.31 |
620 | 2025-03-21T00:02:41.848Z | Downloaded zerocopy v0.8.10 |
621 | 2025-03-21T00:02:41.874Z | Downloaded url v2.5.3 |
622 | 2025-03-21T00:02:41.874Z | Downloaded unsafe-libyaml v0.2.11 |
623 | 2025-03-21T00:02:41.874Z | Downloaded ssh-key v0.6.6 |
624 | 2025-03-21T00:02:41.874Z | Downloaded petgraph v0.7.1 |
625 | 2025-03-21T00:02:41.898Z | Downloaded smallvec v0.6.14 |
626 | 2025-03-21T00:02:41.898Z | Downloaded slog-bunyan v2.5.0 |
627 | 2025-03-21T00:02:41.898Z | Downloaded qorb v0.2.1 |
628 | 2025-03-21T00:02:41.923Z | Downloaded futures-util v0.3.31 |
629 | 2025-03-21T00:02:41.948Z | Downloaded openapiv3 v2.0.0 |
630 | 2025-03-21T00:02:41.948Z | Downloaded typify-impl v0.3.0 |
631 | 2025-03-21T00:02:41.948Z | Downloaded typify-impl v0.2.0 |
632 | 2025-03-21T00:02:41.973Z | Downloaded rustls v0.22.4 |
633 | 2025-03-21T00:02:41.997Z | Downloaded regex-automata v0.4.8 |
634 | 2025-03-21T00:02:41.998Z | Downloaded steno v0.4.1 |
635 | 2025-03-21T00:02:42.023Z | Downloaded socket2 v0.5.8 |
636 | 2025-03-21T00:02:42.023Z | Downloaded snafu v0.8.5 |
637 | 2025-03-21T00:02:42.023Z | Downloaded slog-async v2.8.0 |
638 | 2025-03-21T00:02:42.023Z | Downloaded quinn v0.11.5 |
639 | 2025-03-21T00:02:42.023Z | Downloaded postgres-types v0.2.9 |
640 | 2025-03-21T00:02:42.023Z | Downloaded futures-io v0.3.31 |
641 | 2025-03-21T00:02:42.023Z | Downloaded futures v0.3.31 |
642 | 2025-03-21T00:02:42.048Z | Downloaded zerocopy v0.6.6 |
643 | 2025-03-21T00:02:42.048Z | Downloaded webpki-roots v0.26.6 |
644 | 2025-03-21T00:02:42.048Z | Downloaded dropshot v0.12.0 |
645 | 2025-03-21T00:02:42.074Z | Downloaded vergen v8.3.2 |
646 | 2025-03-21T00:02:42.074Z | Downloaded uzers v0.12.1 |
647 | 2025-03-21T00:02:42.074Z | Downloaded string_cache v0.8.7 |
648 | 2025-03-21T00:02:42.074Z | Downloaded ssh-cipher v0.2.0 |
649 | 2025-03-21T00:02:42.074Z | Downloaded spin v0.9.8 |
650 | 2025-03-21T00:02:42.074Z | Downloaded slog-term v2.9.1 |
651 | 2025-03-21T00:02:42.074Z | Downloaded slog-json v2.6.1 |
652 | 2025-03-21T00:02:42.074Z | Downloaded similar v2.7.0 |
653 | 2025-03-21T00:02:42.100Z | Downloaded difflib v0.4.0 |
654 | 2025-03-21T00:02:42.100Z | Downloaded slog v2.7.0 |
655 | 2025-03-21T00:02:42.100Z | Downloaded quick-error v1.2.3 |
656 | 2025-03-21T00:02:42.100Z | Downloaded publicsuffix v2.3.0 |
657 | 2025-03-21T00:02:42.100Z | Downloaded diff v0.1.13 |
658 | 2025-03-21T00:02:42.100Z | Downloaded zerofrom-derive v0.1.4 |
659 | 2025-03-21T00:02:42.100Z | Downloaded yoke v0.7.4 |
660 | 2025-03-21T00:02:42.100Z | Downloaded which v4.4.2 |
661 | 2025-03-21T00:02:42.100Z | Downloaded rand v0.8.5 |
662 | 2025-03-21T00:02:42.100Z | Downloaded flagset v0.4.6 |
663 | 2025-03-21T00:02:42.100Z | Downloaded dsl_auto_type v0.1.2 |
664 | 2025-03-21T00:02:42.126Z | Downloaded tls_codec_derive v0.4.1 |
665 | 2025-03-21T00:02:42.126Z | Downloaded utf16_iter v1.0.5 |
666 | 2025-03-21T00:02:42.126Z | Downloaded utf-8 v0.7.6 |
667 | 2025-03-21T00:02:42.126Z | Downloaded untrusted v0.9.0 |
668 | 2025-03-21T00:02:42.126Z | Downloaded tiny-keccak v2.0.2 |
669 | 2025-03-21T00:02:42.126Z | Downloaded time-macros v0.2.18 |
670 | 2025-03-21T00:02:42.126Z | Downloaded stringprep v0.1.5 |
671 | 2025-03-21T00:02:42.126Z | Downloaded stable_deref_trait v1.2.0 |
672 | 2025-03-21T00:02:42.126Z | Downloaded ssh-encoding v0.2.0 |
673 | 2025-03-21T00:02:42.126Z | Downloaded sqlparser_derive v0.2.2 |
674 | 2025-03-21T00:02:42.126Z | Downloaded spki v0.7.3 |
675 | 2025-03-21T00:02:42.126Z | Downloaded slog-envlogger v2.2.0 |
676 | 2025-03-21T00:02:42.126Z | Downloaded slog-dtrace v0.3.0 |
677 | 2025-03-21T00:02:42.126Z | Downloaded predicates v3.1.3 |
678 | 2025-03-21T00:02:42.151Z | Downloaded phf_shared v0.11.2 |
679 | 2025-03-21T00:02:42.152Z | Downloaded hashbrown v0.12.3 |
680 | 2025-03-21T00:02:42.152Z | Downloaded ghash v0.5.1 |
681 | 2025-03-21T00:02:42.152Z | Downloaded getrandom v0.3.1 |
682 | 2025-03-21T00:02:42.152Z | Downloaded debug-ignore v1.0.5 |
683 | 2025-03-21T00:02:42.152Z | Downloaded zerofrom v0.1.4 |
684 | 2025-03-21T00:02:42.152Z | Downloaded zerocopy-derive v0.8.10 |
685 | 2025-03-21T00:02:42.177Z | Downloaded winnow v0.6.20 |
686 | 2025-03-21T00:02:42.177Z | Downloaded phf v0.11.2 |
687 | 2025-03-21T00:02:42.177Z | Downloaded petname v2.0.2 |
688 | 2025-03-21T00:02:42.177Z | Downloaded nix v0.29.0 |
689 | 2025-03-21T00:02:42.202Z | Downloaded nix v0.27.1 |
690 | 2025-03-21T00:02:42.202Z | Downloaded topological-sort v0.2.2 |
691 | 2025-03-21T00:02:42.202Z | Downloaded rustc-demangle v0.1.24 |
692 | 2025-03-21T00:02:42.202Z | Downloaded progenitor v0.8.0 |
693 | 2025-03-21T00:02:42.202Z | Downloaded hickory-proto v0.24.4 |
694 | 2025-03-21T00:02:42.227Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
695 | 2025-03-21T00:02:42.252Z | Downloaded static_assertions v1.1.0 |
696 | 2025-03-21T00:02:42.253Z | Downloaded smf v0.2.3 |
697 | 2025-03-21T00:02:42.253Z | Downloaded slog-scope v4.4.0 |
698 | 2025-03-21T00:02:42.253Z | Downloaded siphasher v0.3.11 |
699 | 2025-03-21T00:02:42.253Z | Downloaded simd-adler32 v0.3.7 |
700 | 2025-03-21T00:02:42.253Z | Downloaded psl-types v2.0.11 |
701 | 2025-03-21T00:02:42.253Z | Downloaded progenitor-macro v0.9.1 |
702 | 2025-03-21T00:02:42.253Z | Downloaded progenitor-macro v0.8.0 |
703 | 2025-03-21T00:02:42.253Z | Downloaded progenitor-client v0.9.1 |
704 | 2025-03-21T00:02:42.253Z | Downloaded predicates-core v1.0.8 |
705 | 2025-03-21T00:02:42.253Z | Downloaded pin-project v1.1.6 |
706 | 2025-03-21T00:02:42.278Z | Downloaded hash32 v0.2.1 |
707 | 2025-03-21T00:02:42.278Z | Downloaded password-hash v0.4.2 |
708 | 2025-03-21T00:02:42.278Z | Downloaded salty v0.3.0 |
709 | 2025-03-21T00:02:42.278Z | Downloaded nix v0.28.0 |
710 | 2025-03-21T00:02:42.303Z | Downloaded pkcs5 v0.7.1 |
711 | 2025-03-21T00:02:42.303Z | Downloaded diesel_derives v2.2.3 |
712 | 2025-03-21T00:02:42.303Z | Downloaded der v0.7.9 |
713 | 2025-03-21T00:02:42.303Z | Downloaded signal-hook-mio v0.2.4 |
714 | 2025-03-21T00:02:42.303Z | Downloaded reedline v0.38.0 |
715 | 2025-03-21T00:02:42.328Z | Downloaded rayon v1.10.0 |
716 | 2025-03-21T00:02:42.328Z | Downloaded quinn-proto v0.11.8 |
717 | 2025-03-21T00:02:42.328Z | Downloaded num-bigint v0.4.6 |
718 | 2025-03-21T00:02:42.353Z | Downloaded tokio-tungstenite v0.21.0 |
719 | 2025-03-21T00:02:42.353Z | Downloaded regress v0.10.3 |
720 | 2025-03-21T00:02:42.353Z | Downloaded regex-syntax v0.8.5 |
721 | 2025-03-21T00:02:42.353Z | Downloaded aes v0.8.4 |
722 | 2025-03-21T00:02:42.378Z | Downloaded powerfmt v0.2.0 |
723 | 2025-03-21T00:02:42.378Z | Downloaded postgres-protocol v0.6.8 |
724 | 2025-03-21T00:02:42.378Z | Downloaded postcard v1.0.10 |
725 | 2025-03-21T00:02:42.378Z | Downloaded polyval v0.6.2 |
726 | 2025-03-21T00:02:42.378Z | Downloaded pkg-config v0.3.31 |
727 | 2025-03-21T00:02:42.378Z | Downloaded pkcs8 v0.10.2 |
728 | 2025-03-21T00:02:42.379Z | Downloaded pkcs1 v0.7.5 |
729 | 2025-03-21T00:02:42.379Z | Downloaded pin-project-lite v0.2.14 |
730 | 2025-03-21T00:02:42.379Z | Downloaded pin-project-internal v1.1.6 |
731 | 2025-03-21T00:02:42.404Z | Downloaded hash32 v0.3.1 |
732 | 2025-03-21T00:02:42.404Z | Downloaded group v0.13.0 |
733 | 2025-03-21T00:02:42.404Z | Downloaded glob v0.3.2 |
734 | 2025-03-21T00:02:42.404Z | Downloaded foreign-types v0.5.0 |
735 | 2025-03-21T00:02:42.404Z | Downloaded foldhash v0.1.3 |
736 | 2025-03-21T00:02:42.404Z | Downloaded flume v0.11.1 |
737 | 2025-03-21T00:02:42.404Z | Downloaded defmt-parser v0.3.4 |
738 | 2025-03-21T00:02:42.404Z | Downloaded yansi v1.0.1 |
739 | 2025-03-21T00:02:42.404Z | Downloaded x509-cert v0.2.5 |
740 | 2025-03-21T00:02:42.430Z | Downloaded writeable v0.5.5 |
741 | 2025-03-21T00:02:42.430Z | Downloaded parse-zoneinfo v0.3.1 |
742 | 2025-03-21T00:02:42.430Z | Downloaded fixedbitset v0.5.7 |
743 | 2025-03-21T00:02:42.430Z | Downloaded elliptic-curve v0.13.8 |
744 | 2025-03-21T00:02:42.430Z | Downloaded tokio-postgres v0.7.13 |
745 | 2025-03-21T00:02:42.430Z | Downloaded rustls v0.23.19 |
746 | 2025-03-21T00:02:42.455Z | Downloaded regex-syntax v0.6.29 |
747 | 2025-03-21T00:02:42.455Z | Downloaded pin-utils v0.1.0 |
748 | 2025-03-21T00:02:42.455Z | Downloaded globset v0.4.15 |
749 | 2025-03-21T00:02:42.455Z | Downloaded futures-task v0.3.31 |
750 | 2025-03-21T00:02:42.455Z | Downloaded futures-sink v0.3.31 |
751 | 2025-03-21T00:02:42.455Z | Downloaded futures-executor v0.3.31 |
752 | 2025-03-21T00:02:42.455Z | Downloaded futures-core v0.3.31 |
753 | 2025-03-21T00:02:42.455Z | Downloaded funty v2.0.0 |
754 | 2025-03-21T00:02:42.481Z | Downloaded fs_extra v1.3.0 |
755 | 2025-03-21T00:02:42.481Z | Downloaded fragile v2.0.0 |
756 | 2025-03-21T00:02:42.481Z | Downloaded foreign-types-shared v0.3.1 |
757 | 2025-03-21T00:02:42.481Z | Downloaded foreign-types-macros v0.2.3 |
758 | 2025-03-21T00:02:42.481Z | Downloaded foreign-types v0.3.2 |
759 | 2025-03-21T00:02:42.481Z | Downloaded document-features v0.2.10 |
760 | 2025-03-21T00:02:42.481Z | Downloaded displaydoc v0.2.5 |
761 | 2025-03-21T00:02:42.481Z | Downloaded dirs-sys-next v0.1.2 |
762 | 2025-03-21T00:02:42.481Z | Downloaded dirs-next v2.0.0 |
763 | 2025-03-21T00:02:42.481Z | Downloaded diesel_table_macro_syntax v0.2.0 |
764 | 2025-03-21T00:02:42.481Z | Downloaded diesel-dtrace v0.4.2 |
765 | 2025-03-21T00:02:42.481Z | Downloaded des v0.8.1 |
766 | 2025-03-21T00:02:42.481Z | Downloaded derive-where v1.2.7 |
767 | 2025-03-21T00:02:42.481Z | Downloaded der_derive v0.7.3 |
768 | 2025-03-21T00:02:42.481Z | Downloaded darling_core v0.20.10 |
769 | 2025-03-21T00:02:42.506Z | Downloaded daft-derive v0.1.2 |
770 | 2025-03-21T00:02:42.506Z | Downloaded zopfli v0.8.1 |
771 | 2025-03-21T00:02:42.506Z | Downloaded zip v2.1.3 |
772 | 2025-03-21T00:02:42.506Z | Downloaded zip v0.6.6 |
773 | 2025-03-21T00:02:42.506Z | Downloaded yasna v0.5.2 |
774 | 2025-03-21T00:02:42.506Z | Downloaded xz2 v0.1.7 |
775 | 2025-03-21T00:02:42.506Z | Downloaded whoami v1.5.2 |
776 | 2025-03-21T00:02:42.531Z | Downloaded papergrid v0.14.0 |
777 | 2025-03-21T00:02:42.531Z | Downloaded shlex v1.3.0 |
778 | 2025-03-21T00:02:42.531Z | Downloaded serde_with v3.12.0 |
779 | 2025-03-21T00:02:42.531Z | Downloaded rustyline v14.0.0 |
780 | 2025-03-21T00:02:42.532Z | Downloaded rand v0.9.0 |
781 | 2025-03-21T00:02:42.557Z | Downloaded p384 v0.13.0 |
782 | 2025-03-21T00:02:42.557Z | Downloaded openssl v0.10.71 |
783 | 2025-03-21T00:02:42.557Z | Downloaded unicode-width v0.2.0 |
784 | 2025-03-21T00:02:42.582Z | Downloaded rustls v0.21.12 |
785 | 2025-03-21T00:02:42.582Z | Downloaded crypto-bigint v0.5.5 |
786 | 2025-03-21T00:02:42.582Z | Downloaded crucible-workspace-hack v0.1.0 |
787 | 2025-03-21T00:02:42.582Z | Downloaded backoff v0.4.0 |
788 | 2025-03-21T00:02:42.582Z | Downloaded array-init v0.0.4 |
789 | 2025-03-21T00:02:42.582Z | Downloaded fxhash v0.2.1 |
790 | 2025-03-21T00:02:42.582Z | Downloaded form_urlencoded v1.2.1 |
791 | 2025-03-21T00:02:42.609Z | Downloaded foreign-types-shared v0.1.1 |
792 | 2025-03-21T00:02:42.609Z | Downloaded downcast v0.11.0 |
793 | 2025-03-21T00:02:42.609Z | Downloaded derive_builder_core v0.20.2 |
794 | 2025-03-21T00:02:42.609Z | Downloaded derive_builder v0.20.2 |
795 | 2025-03-21T00:02:42.609Z | Downloaded deranged v0.3.11 |
796 | 2025-03-21T00:02:42.609Z | Downloaded defmt-macros v0.3.9 |
797 | 2025-03-21T00:02:42.609Z | Downloaded data-encoding v2.6.0 |
798 | 2025-03-21T00:02:42.609Z | Downloaded curve25519-dalek-derive v0.1.1 |
799 | 2025-03-21T00:02:42.609Z | Downloaded zone v0.3.0 |
800 | 2025-03-21T00:02:42.609Z | Downloaded zone v0.1.8 |
801 | 2025-03-21T00:02:42.609Z | Downloaded zerovec-derive v0.10.3 |
802 | 2025-03-21T00:02:42.609Z | Downloaded zeroize_derive v1.4.2 |
803 | 2025-03-21T00:02:42.609Z | Downloaded yoke-derive v0.7.4 |
804 | 2025-03-21T00:02:42.609Z | Downloaded xattr v1.3.1 |
805 | 2025-03-21T00:02:42.609Z | Downloaded wyz v0.5.1 |
806 | 2025-03-21T00:02:42.635Z | Downloaded write16 v1.0.0 |
807 | 2025-03-21T00:02:42.635Z | Downloaded want v0.3.1 |
808 | 2025-03-21T00:02:42.635Z | Downloaded walkdir v2.5.0 |
809 | 2025-03-21T00:02:42.635Z | Downloaded wait-timeout v0.2.0 |
810 | 2025-03-21T00:02:42.635Z | Downloaded password-hash v0.5.0 |
811 | 2025-03-21T00:02:42.635Z | Downloaded parking_lot_core v0.9.10 |
812 | 2025-03-21T00:02:42.635Z | Downloaded parking_lot_core v0.8.6 |
813 | 2025-03-21T00:02:42.635Z | Downloaded parking_lot v0.12.3 |
814 | 2025-03-21T00:02:42.635Z | Downloaded scopeguard v1.2.0 |
815 | 2025-03-21T00:02:42.635Z | Downloaded rayon-core v1.12.1 |
816 | 2025-03-21T00:02:42.635Z | Downloaded dyn-clone v1.0.19 |
817 | 2025-03-21T00:02:42.661Z | Downloaded tabled v0.18.0 |
818 | 2025-03-21T00:02:42.661Z | Downloaded subtle v2.6.1 |
819 | 2025-03-21T00:02:42.661Z | Downloaded object v0.30.4 |
820 | 2025-03-21T00:02:42.686Z | Downloaded regex v1.11.1 |
821 | 2025-03-21T00:02:42.686Z | Downloaded mime_guess v2.0.5 |
822 | 2025-03-21T00:02:42.686Z | Downloaded darling_macro v0.20.10 |
823 | 2025-03-21T00:02:42.711Z | Downloaded zone_cfg_derive v0.3.0 |
824 | 2025-03-21T00:02:42.711Z | Downloaded zone_cfg_derive v0.1.2 |
825 | 2025-03-21T00:02:42.711Z | Downloaded zeroize v1.8.1 |
826 | 2025-03-21T00:02:42.711Z | Downloaded waitgroup v0.1.2 |
827 | 2025-03-21T00:02:42.711Z | Downloaded phf_generator v0.11.2 |
828 | 2025-03-21T00:02:42.711Z | Downloaded pem v3.0.5 |
829 | 2025-03-21T00:02:42.712Z | Downloaded parse-size v1.1.0 |
830 | 2025-03-21T00:02:42.712Z | Downloaded parse-display-derive v0.10.0 |
831 | 2025-03-21T00:02:42.712Z | Downloaded parse-display v0.10.0 |
832 | 2025-03-21T00:02:42.712Z | Downloaded parking_lot v0.11.2 |
833 | 2025-03-21T00:02:42.712Z | Downloaded signal-hook v0.3.17 |
834 | 2025-03-21T00:02:42.712Z | Downloaded rcgen v0.12.1 |
835 | 2025-03-21T00:02:42.712Z | Downloaded rand_core v0.9.2 |
836 | 2025-03-21T00:02:42.712Z | Downloaded rand_chacha v0.3.1 |
837 | 2025-03-21T00:02:42.712Z | Downloaded flate2 v1.1.0 |
838 | 2025-03-21T00:02:42.737Z | Downloaded fixedbitset v0.4.2 |
839 | 2025-03-21T00:02:42.737Z | Downloaded fd-lock v4.0.2 |
840 | 2025-03-21T00:02:42.737Z | Downloaded env_filter v0.1.2 |
841 | 2025-03-21T00:02:42.737Z | Downloaded ed25519-dalek v2.1.1 |
842 | 2025-03-21T00:02:42.737Z | Downloaded thiserror-no-std v2.0.2 |
843 | 2025-03-21T00:02:42.737Z | Downloaded p521 v0.13.3 |
844 | 2025-03-21T00:02:42.737Z | Downloaded unicode-segmentation v1.12.0 |
845 | 2025-03-21T00:02:42.737Z | Downloaded unicode-normalization v0.1.24 |
846 | 2025-03-21T00:02:42.763Z | Downloaded phf_codegen v0.11.2 |
847 | 2025-03-21T00:02:42.763Z | Downloaded percent-encoding v2.3.1 |
848 | 2025-03-21T00:02:42.763Z | Downloaded pem-rfc7468 v0.7.0 |
849 | 2025-03-21T00:02:42.763Z | Downloaded peg-runtime v0.8.5 |
850 | 2025-03-21T00:02:42.763Z | Downloaded peg-macros v0.8.5 |
851 | 2025-03-21T00:02:42.763Z | Downloaded peg v0.8.5 |
852 | 2025-03-21T00:02:42.763Z | Downloaded pbkdf2 v0.12.2 |
853 | 2025-03-21T00:02:42.763Z | Downloaded pbkdf2 v0.11.0 |
854 | 2025-03-21T00:02:42.763Z | Downloaded path-slash v0.1.5 |
855 | 2025-03-21T00:02:42.763Z | Downloaded paste v1.0.15 |
856 | 2025-03-21T00:02:42.763Z | Downloaded serde_yaml v0.9.34+deprecated |
857 | 2025-03-21T00:02:42.788Z | Downloaded serde_with_macros v3.12.0 |
858 | 2025-03-21T00:02:42.788Z | Downloaded secrecy v0.8.0 |
859 | 2025-03-21T00:02:42.788Z | Downloaded scrypt v0.11.0 |
860 | 2025-03-21T00:02:42.788Z | Downloaded schemars_derive v0.8.22 |
861 | 2025-03-21T00:02:42.788Z | Downloaded schemars v0.8.22 |
862 | 2025-03-21T00:02:42.788Z | Downloaded scheduled-thread-pool v0.2.7 |
863 | 2025-03-21T00:02:42.788Z | Downloaded salsa20 v0.10.2 |
864 | 2025-03-21T00:02:42.788Z | Downloaded rusty-fork v0.3.0 |
865 | 2025-03-21T00:02:42.788Z | Downloaded rand_xorshift v0.3.0 |
866 | 2025-03-21T00:02:42.814Z | Downloaded rand_seeder v0.3.0 |
867 | 2025-03-21T00:02:42.814Z | Downloaded rand_core v0.6.4 |
868 | 2025-03-21T00:02:42.814Z | Downloaded rand_chacha v0.9.0 |
869 | 2025-03-21T00:02:42.814Z | Downloaded radium v0.7.0 |
870 | 2025-03-21T00:02:42.814Z | Downloaded r2d2 v0.8.10 |
871 | 2025-03-21T00:02:42.814Z | Downloaded quinn-udp v0.5.5 |
872 | 2025-03-21T00:02:42.814Z | Downloaded float-cmp v0.10.0 |
873 | 2025-03-21T00:02:42.814Z | Downloaded fatfs v0.3.6 |
874 | 2025-03-21T00:02:42.814Z | Downloaded expectorate v1.1.0 |
875 | 2025-03-21T00:02:42.814Z | Downloaded env_logger v0.10.2 |
876 | 2025-03-21T00:02:42.839Z | Downloaded either v1.14.0 |
877 | 2025-03-21T00:02:42.839Z | Downloaded ed25519 v2.2.3 |
878 | 2025-03-21T00:02:42.839Z | Downloaded ecdsa v0.16.9 |
879 | 2025-03-21T00:02:42.839Z | Downloaded dropshot_endpoint v0.16.0 |
880 | 2025-03-21T00:02:42.839Z | Downloaded dropshot_endpoint v0.12.0 |
881 | 2025-03-21T00:02:42.839Z | Downloaded time v0.3.36 |
882 | 2025-03-21T00:02:42.839Z | Downloaded num-bigint-dig v0.8.4 |
883 | 2025-03-21T00:02:42.864Z | Downloaded nom v7.1.3 |
884 | 2025-03-21T00:02:42.865Z | Downloaded universal-hash v0.5.1 |
885 | 2025-03-21T00:02:42.865Z | Downloaded tough v0.19.0 |
886 | 2025-03-21T00:02:42.865Z | Downloaded minimal-lexical v0.2.1 |
887 | 2025-03-21T00:02:42.865Z | Downloaded itertools v0.13.0 |
888 | 2025-03-21T00:02:42.890Z | Downloaded chrono-tz v0.10.1 |
889 | 2025-03-21T00:02:42.890Z | Downloaded bstr v1.10.0 |
890 | 2025-03-21T00:02:42.915Z | Downloaded signature v2.2.0 |
891 | 2025-03-21T00:02:42.915Z | Downloaded signal-hook-tokio v0.3.1 |
892 | 2025-03-21T00:02:42.915Z | Downloaded signal-hook-registry v1.4.2 |
893 | 2025-03-21T00:02:42.915Z | Downloaded shell-words v1.1.0 |
894 | 2025-03-21T00:02:42.915Z | Downloaded sha1 v0.10.6 |
895 | 2025-03-21T00:02:42.915Z | Downloaded serde_urlencoded v0.7.1 |
896 | 2025-03-21T00:02:42.915Z | Downloaded serde_repr v0.1.19 |
897 | 2025-03-21T00:02:42.915Z | Downloaded serde_plain v1.0.2 |
898 | 2025-03-21T00:02:42.915Z | Downloaded serde_path_to_error v0.1.16 |
899 | 2025-03-21T00:02:42.915Z | Downloaded serde_derive_internals v0.29.1 |
900 | 2025-03-21T00:02:42.915Z | Downloaded serde-hex v0.1.0 |
901 | 2025-03-21T00:02:42.915Z | Downloaded serde-big-array v0.5.1 |
902 | 2025-03-21T00:02:42.915Z | Downloaded semver v0.1.20 |
903 | 2025-03-21T00:02:42.915Z | Downloaded sec1 v0.7.3 |
904 | 2025-03-21T00:02:42.915Z | Downloaded sct v0.7.1 |
905 | 2025-03-21T00:02:42.940Z | Downloaded same-file v1.0.6 |
906 | 2025-03-21T00:02:42.940Z | Downloaded float-ord v0.3.2 |
907 | 2025-03-21T00:02:42.940Z | Downloaded filetime v0.2.25 |
908 | 2025-03-21T00:02:42.940Z | Downloaded ff v0.13.0 |
909 | 2025-03-21T00:02:42.940Z | Downloaded fallible-iterator v0.2.0 |
910 | 2025-03-21T00:02:42.940Z | Downloaded env_logger v0.11.5 |
911 | 2025-03-21T00:02:42.940Z | Downloaded enum-as-inner v0.6.1 |
912 | 2025-03-21T00:02:42.940Z | Downloaded ena v0.14.3 |
913 | 2025-03-21T00:02:42.940Z | Downloaded embedded-io v0.6.1 |
914 | 2025-03-21T00:02:42.940Z | Downloaded embedded-io v0.4.0 |
915 | 2025-03-21T00:02:42.941Z | Downloaded dunce v1.0.5 |
916 | 2025-03-21T00:02:42.941Z | Downloaded tar v0.4.44 |
917 | 2025-03-21T00:02:42.941Z | Downloaded tabwriter v1.4.0 |
918 | 2025-03-21T00:02:42.966Z | Downloaded subprocess v0.2.9 |
919 | 2025-03-21T00:02:42.966Z | Downloaded strum_macros v0.26.4 |
920 | 2025-03-21T00:02:42.966Z | Downloaded strum_macros v0.25.3 |
921 | 2025-03-21T00:02:42.966Z | Downloaded strum v0.26.3 |
922 | 2025-03-21T00:02:42.966Z | Downloaded structmeta-derive v0.3.0 |
923 | 2025-03-21T00:02:42.966Z | Downloaded strip-ansi-escapes v0.2.0 |
924 | 2025-03-21T00:02:42.966Z | Downloaded openssl-sys v0.9.106 |
925 | 2025-03-21T00:02:42.966Z | Downloaded num-rational v0.4.2 |
926 | 2025-03-21T00:02:42.966Z | Downloaded newtype_derive v0.1.6 |
927 | 2025-03-21T00:02:42.966Z | Downloaded mockall_derive v0.13.1 |
928 | 2025-03-21T00:02:42.966Z | Downloaded unarray v0.1.4 |
929 | 2025-03-21T00:02:42.966Z | Downloaded typify v0.2.0 |
930 | 2025-03-21T00:02:42.991Z | Downloaded tui-tree-widget v0.23.0 |
931 | 2025-03-21T00:02:42.991Z | Downloaded tracing v0.1.40 |
932 | 2025-03-21T00:02:42.991Z | Downloaded tower v0.5.2 |
933 | 2025-03-21T00:02:42.992Z | Downloaded toml_edit v0.19.15 |
934 | 2025-03-21T00:02:43.017Z | Downloaded tokio-util v0.7.13 |
935 | 2025-03-21T00:02:43.017Z | Downloaded tokio-rustls v0.26.0 |
936 | 2025-03-21T00:02:43.043Z | Downloaded reqwest v0.12.12 |
937 | 2025-03-21T00:02:43.043Z | Downloaded md-5 v0.10.6 |
938 | 2025-03-21T00:02:43.043Z | Downloaded linear-map v1.2.0 |
939 | 2025-03-21T00:02:43.043Z | Downloaded lalrpop v0.19.12 |
940 | 2025-03-21T00:02:43.068Z | Downloaded itertools v0.14.0 |
941 | 2025-03-21T00:02:43.068Z | Downloaded itertools v0.12.1 |
942 | 2025-03-21T00:02:43.068Z | Downloaded headers v0.4.0 |
943 | 2025-03-21T00:02:43.093Z | Downloaded bindgen v0.69.5 |
944 | 2025-03-21T00:02:43.093Z | Downloaded thread_local v1.1.8 |
945 | 2025-03-21T00:02:43.093Z | Downloaded thiserror-impl-no-std v2.0.2 |
946 | 2025-03-21T00:02:43.093Z | Downloaded test-strategy v0.4.0 |
947 | 2025-03-21T00:02:43.093Z | Downloaded termcolor v1.4.1 |
948 | 2025-03-21T00:02:43.119Z | Downloaded term v0.7.0 |
949 | 2025-03-21T00:02:43.119Z | Downloaded tabled_derive v0.10.0 |
950 | 2025-03-21T00:02:43.119Z | Downloaded synstructure v0.13.1 |
951 | 2025-03-21T00:02:43.119Z | Downloaded strum_macros v0.24.3 |
952 | 2025-03-21T00:02:43.119Z | Downloaded structmeta v0.3.0 |
953 | 2025-03-21T00:02:43.119Z | Downloaded packed_struct v0.10.1 |
954 | 2025-03-21T00:02:43.119Z | Downloaded p256 v0.13.2 |
955 | 2025-03-21T00:02:43.119Z | Downloaded owo-colors v4.2.0 |
956 | 2025-03-21T00:02:43.119Z | Downloaded oso v0.27.3 |
957 | 2025-03-21T00:02:43.119Z | Downloaded omicron-zone-package v0.12.0 |
958 | 2025-03-21T00:02:43.144Z | Downloaded num-traits v0.2.19 |
959 | 2025-03-21T00:02:43.144Z | Downloaded nu-ansi-term v0.50.1 |
960 | 2025-03-21T00:02:43.144Z | Downloaded nibble_vec v0.1.0 |
961 | 2025-03-21T00:02:43.144Z | Downloaded native-tls v0.2.12 |
962 | 2025-03-21T00:02:43.144Z | Downloaded multimap v0.10.0 |
963 | 2025-03-21T00:02:43.144Z | Downloaded typed-path v0.9.3 |
964 | 2025-03-21T00:02:43.145Z | Downloaded tracing-core v0.1.32 |
965 | 2025-03-21T00:02:43.170Z | Downloaded rustls-webpki v0.102.8 |
966 | 2025-03-21T00:02:43.170Z | Downloaded rustc-hash v2.1.1 |
967 | 2025-03-21T00:02:43.170Z | Downloaded russh v0.45.0 |
968 | 2025-03-21T00:02:43.195Z | Downloaded rsa v0.9.6 |
969 | 2025-03-21T00:02:43.195Z | Downloaded ron v0.8.1 |
970 | 2025-03-21T00:02:43.195Z | Downloaded litemap v0.7.3 |
971 | 2025-03-21T00:02:43.195Z | Downloaded cipher v0.4.4 |
972 | 2025-03-21T00:02:43.195Z | Downloaded termios v0.3.3 |
973 | 2025-03-21T00:02:43.220Z | Downloaded tap v1.0.1 |
974 | 2025-03-21T00:02:43.220Z | Downloaded take_mut v0.2.2 |
975 | 2025-03-21T00:02:43.220Z | Downloaded sync_wrapper v1.0.1 |
976 | 2025-03-21T00:02:43.220Z | Downloaded sync-ptr v0.1.1 |
977 | 2025-03-21T00:02:43.220Z | Downloaded supports-color v3.0.2 |
978 | 2025-03-21T00:02:43.220Z | Downloaded oxnet v0.1.1 |
979 | 2025-03-21T00:02:43.220Z | Downloaded olpc-cjson v0.1.4 |
980 | 2025-03-21T00:02:43.220Z | Downloaded num_enum v0.5.11 |
981 | 2025-03-21T00:02:43.220Z | Downloaded num-integer v0.1.46 |
982 | 2025-03-21T00:02:43.220Z | Downloaded aws-lc-sys v0.26.0 |
983 | 2025-03-21T00:02:43.484Z | Downloaded num-complex v0.4.6 |
984 | 2025-03-21T00:02:43.510Z | Downloaded num v0.4.3 |
985 | 2025-03-21T00:02:43.510Z | Downloaded nodrop v0.1.14 |
986 | 2025-03-21T00:02:43.510Z | Downloaded newtype-uuid v1.2.1 |
987 | 2025-03-21T00:02:43.510Z | Downloaded new_debug_unreachable v1.0.6 |
988 | 2025-03-21T00:02:43.510Z | Downloaded nanorand v0.7.0 |
989 | 2025-03-21T00:02:43.510Z | Downloaded multer v3.1.0 |
990 | 2025-03-21T00:02:43.510Z | Downloaded mockall v0.13.1 |
991 | 2025-03-21T00:02:43.510Z | Downloaded unicode_categories v0.1.1 |
992 | 2025-03-21T00:02:43.510Z | Downloaded unicode-properties v0.1.3 |
993 | 2025-03-21T00:02:43.510Z | Downloaded unicode-bidi v0.3.17 |
994 | 2025-03-21T00:02:43.510Z | Downloaded typify-macro v0.3.0 |
995 | 2025-03-21T00:02:43.510Z | Downloaded tungstenite v0.24.0 |
996 | 2025-03-21T00:02:43.537Z | Downloaded tungstenite v0.23.0 |
997 | 2025-03-21T00:02:43.537Z | Downloaded tungstenite v0.21.0 |
998 | 2025-03-21T00:02:43.537Z | Downloaded tracing-attributes v0.1.27 |
999 | 2025-03-21T00:02:43.537Z | Downloaded tower-service v0.3.3 |
1000 | 2025-03-21T00:02:43.537Z | Downloaded tower-layer v0.3.3 |
1001 | 2025-03-21T00:02:43.537Z | Downloaded toml v0.7.8 |
1002 | 2025-03-21T00:02:43.537Z | Downloaded tokio-tungstenite v0.24.0 |
1003 | 2025-03-21T00:02:43.537Z | Downloaded tokio-tungstenite v0.23.1 |
1004 | 2025-03-21T00:02:43.537Z | Downloaded tokio-rustls v0.25.0 |
1005 | 2025-03-21T00:02:43.537Z | Downloaded tokio-rustls v0.24.1 |
1006 | 2025-03-21T00:02:43.564Z | Downloaded tokio-native-tls v0.3.1 |
1007 | 2025-03-21T00:02:43.564Z | Downloaded tls_codec v0.4.1 |
1008 | 2025-03-21T00:02:43.564Z | Downloaded rustls-webpki v0.101.7 |
1009 | 2025-03-21T00:02:43.564Z | Downloaded rtoolbox v0.0.2 |
1010 | 2025-03-21T00:02:43.564Z | Downloaded lockfree-object-pool v0.1.6 |
1011 | 2025-03-21T00:02:43.564Z | Downloaded libxml v0.3.3 |
1012 | 2025-03-21T00:02:43.589Z | Downloaded lalrpop-util v0.19.12 |
1013 | 2025-03-21T00:02:43.590Z | Downloaded kstat-rs v0.2.4 |
1014 | 2025-03-21T00:02:43.590Z | Downloaded itertools v0.10.5 |
1015 | 2025-03-21T00:02:43.590Z | Downloaded internet-checksum v0.2.1 |
1016 | 2025-03-21T00:02:43.590Z | Downloaded icu_provider v1.5.0 |
1017 | 2025-03-21T00:02:43.590Z | Downloaded icu_normalizer v1.5.0 |
1018 | 2025-03-21T00:02:43.590Z | Downloaded icu_locid v1.5.0 |
1019 | 2025-03-21T00:02:43.615Z | Downloaded http-body-util v0.1.2 |
1020 | 2025-03-21T00:02:43.615Z | Downloaded ciborium-io v0.2.2 |
1021 | 2025-03-21T00:02:43.615Z | Downloaded chrono v0.4.40 |
1022 | 2025-03-21T00:02:43.615Z | Downloaded cfg_aliases v0.2.1 |
1023 | 2025-03-21T00:02:43.615Z | Downloaded base16ct v0.2.0 |
1024 | 2025-03-21T00:02:43.615Z | Downloaded backtrace v0.3.74 |
1025 | 2025-03-21T00:02:43.615Z | Downloaded oso-derive v0.27.3 |
1026 | 2025-03-21T00:02:43.615Z | Downloaded openssl-probe v0.1.5 |
1027 | 2025-03-21T00:02:43.615Z | Downloaded openssl-macros v0.1.1 |
1028 | 2025-03-21T00:02:43.615Z | Downloaded opaque-debug v0.3.1 |
1029 | 2025-03-21T00:02:43.615Z | Downloaded number_prefix v0.4.0 |
1030 | 2025-03-21T00:02:43.615Z | Downloaded num_threads v0.1.7 |
1031 | 2025-03-21T00:02:43.640Z | Downloaded num_enum_derive v0.5.11 |
1032 | 2025-03-21T00:02:43.640Z | Downloaded num-iter v0.1.45 |
1033 | 2025-03-21T00:02:43.640Z | Downloaded num-derive v0.4.2 |
1034 | 2025-03-21T00:02:43.640Z | Downloaded num-conv v0.1.0 |
1035 | 2025-03-21T00:02:43.641Z | Downloaded normalize-line-endings v0.3.0 |
1036 | 2025-03-21T00:02:43.641Z | Downloaded newline-converter v0.3.0 |
1037 | 2025-03-21T00:02:43.641Z | Downloaded unicode-xid v0.2.6 |
1038 | 2025-03-21T00:02:43.641Z | Downloaded typify v0.3.0 |
1039 | 2025-03-21T00:02:43.641Z | Downloaded twox-hash v2.1.0 |
1040 | 2025-03-21T00:02:43.641Z | Downloaded try-lock v0.2.5 |
1041 | 2025-03-21T00:02:43.641Z | Downloaded toolchain_find v0.4.0 |
1042 | 2025-03-21T00:02:43.641Z | Downloaded tokio-stream v0.1.17 |
1043 | 2025-03-21T00:02:43.641Z | Downloaded tokio-macros v2.5.0 |
1044 | 2025-03-21T00:02:43.641Z | Downloaded tinyvec_macros v0.1.1 |
1045 | 2025-03-21T00:02:43.666Z | Downloaded rustls-pemfile v2.2.0 |
1046 | 2025-03-21T00:02:43.666Z | Downloaded russh-keys v0.45.0 |
1047 | 2025-03-21T00:02:43.666Z | Downloaded rpassword v7.3.1 |
1048 | 2025-03-21T00:02:43.666Z | Downloaded proc-macro-error2 v2.0.1 |
1049 | 2025-03-21T00:02:43.666Z | Downloaded lazycell v1.3.0 |
1050 | 2025-03-21T00:02:43.666Z | Downloaded ident_case v1.0.1 |
1051 | 2025-03-21T00:02:43.666Z | Downloaded icu_properties_data v1.5.0 |
1052 | 2025-03-21T00:02:43.666Z | Downloaded crossterm v0.28.1 |
1053 | 2025-03-21T00:02:43.691Z | Downloaded bindgen v0.71.1 |
1054 | 2025-03-21T00:02:43.691Z | Downloaded base64 v0.13.1 |
1055 | 2025-03-21T00:02:43.691Z | Downloaded arc-swap v1.7.1 |
1056 | 2025-03-21T00:02:43.692Z | Downloaded aho-corasick v1.1.3 |
1057 | 2025-03-21T00:02:43.717Z | Downloaded unicase v2.7.0 |
1058 | 2025-03-21T00:02:43.717Z | Downloaded typify-macro v0.2.0 |
1059 | 2025-03-21T00:02:43.717Z | Downloaded rustversion v1.0.17 |
1060 | 2025-03-21T00:02:43.717Z | Downloaded rustls-pki-types v1.10.0 |
1061 | 2025-03-21T00:02:43.717Z | Downloaded ron v0.7.1 |
1062 | 2025-03-21T00:02:43.717Z | Downloaded ref-cast v1.0.23 |
1063 | 2025-03-21T00:02:43.717Z | Downloaded prettyplease v0.2.30 |
1064 | 2025-03-21T00:02:43.742Z | Downloaded pretty-hex v0.2.1 |
1065 | 2025-03-21T00:02:43.742Z | Downloaded miniz_oxide v0.8.5 |
1066 | 2025-03-21T00:02:43.742Z | Downloaded md5 v0.7.0 |
1067 | 2025-03-21T00:02:43.742Z | Downloaded maplit v1.0.2 |
1068 | 2025-03-21T00:02:43.742Z | Downloaded lock_api v0.4.12 |
1069 | 2025-03-21T00:02:43.742Z | Downloaded libm v0.2.8 |
1070 | 2025-03-21T00:02:43.742Z | Downloaded libefi-sys v0.1.0 |
1071 | 2025-03-21T00:02:43.742Z | Downloaded indoc v2.0.6 |
1072 | 2025-03-21T00:02:43.742Z | Downloaded indicatif v0.17.11 |
1073 | 2025-03-21T00:02:43.767Z | Downloaded idna v1.0.3 |
1074 | 2025-03-21T00:02:43.767Z | Downloaded icu_locid_transform v1.5.0 |
1075 | 2025-03-21T00:02:43.767Z | Downloaded icu_collections v1.5.0 |
1076 | 2025-03-21T00:02:43.767Z | Downloaded hubpack_derive v0.1.1 |
1077 | 2025-03-21T00:02:43.767Z | Downloaded hkdf v0.12.4 |
1078 | 2025-03-21T00:02:43.767Z | Downloaded highway v1.3.0 |
1079 | 2025-03-21T00:02:43.767Z | Downloaded hickory-server v0.24.4 |
1080 | 2025-03-21T00:02:43.792Z | Downloaded heck v0.3.3 |
1081 | 2025-03-21T00:02:43.792Z | Downloaded crc-any v2.5.0 |
1082 | 2025-03-21T00:02:43.793Z | Downloaded buf-list v1.0.3 |
1083 | 2025-03-21T00:02:43.793Z | Downloaded bcs v0.1.6 |
1084 | 2025-03-21T00:02:43.793Z | Downloaded aws-lc-rs v1.12.4 |
1085 | 2025-03-21T00:02:43.818Z | Downloaded rustfmt-wrapper v0.2.1 |
1086 | 2025-03-21T00:02:43.818Z | Downloaded rustc_version v0.4.1 |
1087 | 2025-03-21T00:02:43.818Z | Downloaded rustc_version v0.1.7 |
1088 | 2025-03-21T00:02:43.818Z | Downloaded rustc-hash v1.1.0 |
1089 | 2025-03-21T00:02:43.818Z | Downloaded russh-cryptovec v0.7.3 |
1090 | 2025-03-21T00:02:43.818Z | Downloaded rfc6979 v0.4.0 |
1091 | 2025-03-21T00:02:43.818Z | Downloaded resolv-conf v0.7.0 |
1092 | 2025-03-21T00:02:43.818Z | Downloaded ref-cast-impl v1.0.23 |
1093 | 2025-03-21T00:02:43.818Z | Downloaded progenitor-client v0.8.0 |
1094 | 2025-03-21T00:02:43.818Z | Downloaded primeorder v0.13.6 |
1095 | 2025-03-21T00:02:43.818Z | Downloaded pretty_assertions v1.4.1 |
1096 | 2025-03-21T00:02:43.818Z | Downloaded mime v0.3.17 |
1097 | 2025-03-21T00:02:43.818Z | Downloaded memoffset v0.9.1 |
1098 | 2025-03-21T00:02:43.818Z | Downloaded memmap2 v0.9.5 |
1099 | 2025-03-21T00:02:43.818Z | Downloaded maybe-uninit v2.0.0 |
1100 | 2025-03-21T00:02:43.818Z | Downloaded lru-cache v0.1.2 |
1101 | 2025-03-21T00:02:43.818Z | Downloaded litrs v0.4.1 |
1102 | 2025-03-21T00:02:43.818Z | Downloaded linked-hash-map v0.5.6 |
1103 | 2025-03-21T00:02:43.818Z | Downloaded libsw-core v0.3.1 |
1104 | 2025-03-21T00:02:43.843Z | Downloaded ipnetwork v0.21.1 |
1105 | 2025-03-21T00:02:43.843Z | Downloaded ipnet v2.11.0 |
1106 | 2025-03-21T00:02:43.844Z | Downloaded instant v0.1.13 |
1107 | 2025-03-21T00:02:43.844Z | Downloaded indexmap v1.9.3 |
1108 | 2025-03-21T00:02:43.844Z | Downloaded idna_adapter v1.2.0 |
1109 | 2025-03-21T00:02:43.844Z | Downloaded icu_properties v1.5.1 |
1110 | 2025-03-21T00:02:43.844Z | Downloaded icu_normalizer_data v1.5.0 |
1111 | 2025-03-21T00:02:43.844Z | Downloaded icu_locid_transform_data v1.5.0 |
1112 | 2025-03-21T00:02:43.844Z | Downloaded hyper-util v0.1.10 |
1113 | 2025-03-21T00:02:43.869Z | Downloaded hyper-tls v0.6.0 |
1114 | 2025-03-21T00:02:43.869Z | Downloaded hyper-staticfile v0.10.1 |
1115 | 2025-03-21T00:02:43.869Z | Downloaded hyper-rustls v0.27.3 |
1116 | 2025-03-21T00:02:43.869Z | Downloaded httparse v1.9.5 |
1117 | 2025-03-21T00:02:43.869Z | Downloaded http-body v1.0.1 |
1118 | 2025-03-21T00:02:43.869Z | Downloaded http v1.2.0 |
1119 | 2025-03-21T00:02:43.869Z | Downloaded hmac v0.12.1 |
1120 | 2025-03-21T00:02:43.869Z | Downloaded hickory-resolver v0.24.4 |
1121 | 2025-03-21T00:02:43.870Z | Downloaded hickory-client v0.24.4 |
1122 | 2025-03-21T00:02:43.895Z | Downloaded hex-literal v0.4.1 |
1123 | 2025-03-21T00:02:43.895Z | Downloaded heapless v0.8.0 |
1124 | 2025-03-21T00:02:43.895Z | Downloaded heapless v0.7.17 |
1125 | 2025-03-21T00:02:43.895Z | Downloaded ctr v0.9.2 |
1126 | 2025-03-21T00:02:43.895Z | Downloaded crossbeam-utils v0.8.20 |
1127 | 2025-03-21T00:02:43.895Z | Downloaded const_format_proc_macros v0.2.34 |
1128 | 2025-03-21T00:02:43.895Z | Downloaded clang-sys v1.8.1 |
1129 | 2025-03-21T00:02:43.895Z | Downloaded chrono-tz-build v0.4.0 |
1130 | 2025-03-21T00:02:43.895Z | Downloaded blake3 v1.5.4 |
1131 | 2025-03-21T00:02:43.920Z | Downloaded blake2 v0.10.6 |
1132 | 2025-03-21T00:02:43.920Z | Downloaded bitvec v1.0.1 |
1133 | 2025-03-21T00:02:43.946Z | Downloaded arrayref v0.3.9 |
1134 | 2025-03-21T00:02:43.946Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1135 | 2025-03-21T00:02:43.946Z | Downloaded proc-macro-crate v1.3.1 |
1136 | 2025-03-21T00:02:43.946Z | Downloaded match_cfg v0.1.0 |
1137 | 2025-03-21T00:02:43.946Z | Downloaded managed v0.8.0 |
1138 | 2025-03-21T00:02:43.946Z | Downloaded lru v0.12.5 |
1139 | 2025-03-21T00:02:43.946Z | Downloaded libsw v3.4.0 |
1140 | 2025-03-21T00:02:43.946Z | Downloaded libloading v0.8.5 |
1141 | 2025-03-21T00:02:43.946Z | Downloaded lazy_static v1.5.0 |
1142 | 2025-03-21T00:02:43.946Z | Downloaded keccak v0.1.5 |
1143 | 2025-03-21T00:02:43.946Z | Downloaded jobserver v0.1.32 |
1144 | 2025-03-21T00:02:43.946Z | Downloaded is_ci v1.2.0 |
1145 | 2025-03-21T00:02:43.946Z | Downloaded is-terminal v0.4.13 |
1146 | 2025-03-21T00:02:43.946Z | Downloaded instability v0.3.2 |
1147 | 2025-03-21T00:02:43.946Z | Downloaded inout v0.1.3 |
1148 | 2025-03-21T00:02:43.946Z | Downloaded indoc v1.0.9 |
1149 | 2025-03-21T00:02:43.972Z | Downloaded indent_write v2.2.0 |
1150 | 2025-03-21T00:02:43.972Z | Downloaded impl-trait-for-tuples v0.2.2 |
1151 | 2025-03-21T00:02:43.972Z | Downloaded iana-time-zone v0.1.61 |
1152 | 2025-03-21T00:02:43.972Z | Downloaded humantime v2.1.0 |
1153 | 2025-03-21T00:02:43.972Z | Downloaded hubpack v0.1.2 |
1154 | 2025-03-21T00:02:43.972Z | Downloaded httpdate v1.0.3 |
1155 | 2025-03-21T00:02:43.972Z | Downloaded hostname v0.4.0 |
1156 | 2025-03-21T00:02:43.972Z | Downloaded hostname v0.3.1 |
1157 | 2025-03-21T00:02:43.972Z | Downloaded home v0.5.9 |
1158 | 2025-03-21T00:02:43.972Z | Downloaded hex v0.4.3 |
1159 | 2025-03-21T00:02:43.972Z | Downloaded cstr-argument v0.1.2 |
1160 | 2025-03-21T00:02:43.972Z | Downloaded crossbeam-epoch v0.9.18 |
1161 | 2025-03-21T00:02:43.972Z | Downloaded crossbeam-channel v0.5.13 |
1162 | 2025-03-21T00:02:43.997Z | Downloaded crc-catalog v2.4.0 |
1163 | 2025-03-21T00:02:43.997Z | Downloaded cookie v0.18.1 |
1164 | 2025-03-21T00:02:43.997Z | Downloaded constant_time_eq v0.3.1 |
1165 | 2025-03-21T00:02:43.997Z | Downloaded const_format v0.2.34 |
1166 | 2025-03-21T00:02:43.997Z | Downloaded compact_str v0.8.0 |
1167 | 2025-03-21T00:02:43.997Z | Downloaded colored v2.2.0 |
1168 | 2025-03-21T00:02:43.997Z | Downloaded cobs v0.2.3 |
1169 | 2025-03-21T00:02:43.997Z | Downloaded cmake v0.1.51 |
1170 | 2025-03-21T00:02:43.997Z | Downloaded chacha20poly1305 v0.10.1 |
1171 | 2025-03-21T00:02:43.997Z | Downloaded cc v1.2.15 |
1172 | 2025-03-21T00:02:44.023Z | Downloaded bytes v1.10.1 |
1173 | 2025-03-21T00:02:44.023Z | Downloaded bumpalo v3.16.0 |
1174 | 2025-03-21T00:02:44.023Z | Downloaded bitfield v0.14.0 |
1175 | 2025-03-21T00:02:44.023Z | Downloaded bit-vec v0.6.3 |
1176 | 2025-03-21T00:02:44.023Z | Downloaded base64ct v1.6.0 |
1177 | 2025-03-21T00:02:44.023Z | Downloaded base64 v0.22.1 |
1178 | 2025-03-21T00:02:44.023Z | Downloaded base64 v0.21.7 |
1179 | 2025-03-21T00:02:44.048Z | Downloaded atomicwrites v0.4.4 |
1180 | 2025-03-21T00:02:44.048Z | Downloaded async-recursion v1.1.1 |
1181 | 2025-03-21T00:02:44.048Z | Downloaded argon2 v0.5.3 |
1182 | 2025-03-21T00:02:44.048Z | Downloaded allocator-api2 v0.2.18 |
1183 | 2025-03-21T00:02:44.048Z | Downloaded aes-gcm v0.10.3 |
1184 | 2025-03-21T00:02:44.048Z | Downloaded http-range v0.1.5 |
1185 | 2025-03-21T00:02:44.048Z | Downloaded headers-core v0.3.0 |
1186 | 2025-03-21T00:02:44.048Z | Downloaded csv-core v0.1.11 |
1187 | 2025-03-21T00:02:44.048Z | Downloaded crunchy v0.2.2 |
1188 | 2025-03-21T00:02:44.048Z | Downloaded crossbeam-deque v0.8.5 |
1189 | 2025-03-21T00:02:44.074Z | Downloaded crc32fast v1.4.2 |
1190 | 2025-03-21T00:02:44.074Z | Downloaded crc v3.2.1 |
1191 | 2025-03-21T00:02:44.074Z | Downloaded cookie_store v0.21.1 |
1192 | 2025-03-21T00:02:44.074Z | Downloaded convert_case v0.4.0 |
1193 | 2025-03-21T00:02:44.074Z | Downloaded const-oid v0.9.6 |
1194 | 2025-03-21T00:02:44.074Z | Downloaded console v0.15.10 |
1195 | 2025-03-21T00:02:44.074Z | Downloaded ciborium-ll v0.2.2 |
1196 | 2025-03-21T00:02:44.074Z | Downloaded ciborium v0.2.2 |
1197 | 2025-03-21T00:02:44.074Z | Downloaded chacha20 v0.9.1 |
1198 | 2025-03-21T00:02:44.099Z | Downloaded cfg_aliases v0.1.1 |
1199 | 2025-03-21T00:02:44.099Z | Downloaded cbc v0.1.2 |
1200 | 2025-03-21T00:02:44.099Z | Downloaded cassowary v0.3.0 |
1201 | 2025-03-21T00:02:44.099Z | Downloaded cargo_metadata v0.18.1 |
1202 | 2025-03-21T00:02:44.099Z | Downloaded cancel-safe-futures v0.1.5 |
1203 | 2025-03-21T00:02:44.099Z | Downloaded bzip2 v0.4.4 |
1204 | 2025-03-21T00:02:44.099Z | Downloaded bitfield-struct v0.6.2 |
1205 | 2025-03-21T00:02:44.099Z | Downloaded bit-vec v0.8.0 |
1206 | 2025-03-21T00:02:44.099Z | Downloaded bb8 v0.8.5 |
1207 | 2025-03-21T00:02:44.099Z | Downloaded async-trait v0.1.87 |
1208 | 2025-03-21T00:02:44.125Z | Downloaded async-stream-impl v0.3.6 |
1209 | 2025-03-21T00:02:44.125Z | Downloaded async-stream v0.3.6 |
1210 | 2025-03-21T00:02:44.125Z | Downloaded async-bb8-diesel v0.2.1 |
1211 | 2025-03-21T00:02:44.125Z | Downloaded ascii-canvas v3.0.0 |
1212 | 2025-03-21T00:02:44.125Z | Downloaded arrayvec v0.7.6 |
1213 | 2025-03-21T00:02:44.125Z | Downloaded ahash v0.8.11 |
1214 | 2025-03-21T00:02:44.125Z | Downloaded aead v0.5.2 |
1215 | 2025-03-21T00:02:44.125Z | Downloaded adler2 v2.0.0 |
1216 | 2025-03-21T00:02:44.125Z | Downloaded addr2line v0.24.2 |
1217 | 2025-03-21T00:02:44.125Z | Downloaded castaway v0.2.3 |
1218 | 2025-03-21T00:02:44.125Z | Downloaded blowfish v0.9.1 |
1219 | 2025-03-21T00:02:44.125Z | Downloaded block-padding v0.3.3 |
1220 | 2025-03-21T00:02:44.125Z | Downloaded bit-set v0.8.0 |
1221 | 2025-03-21T00:02:44.125Z | Downloaded bit-set v0.5.3 |
1222 | 2025-03-21T00:02:44.125Z | Downloaded bcrypt-pbkdf v0.10.0 |
1223 | 2025-03-21T00:02:44.125Z | Downloaded atty v0.2.14 |
1224 | 2025-03-21T00:02:44.150Z | Downloaded atomic-waker v1.1.2 |
1225 | 2025-03-21T00:02:44.150Z | Downloaded assert_matches v1.5.0 |
1226 | 2025-03-21T00:02:44.256Z | Compiling serde v1.0.218 |
1227 | 2025-03-21T00:02:44.282Z | Compiling value-bag v1.9.0 |
1228 | 2025-03-21T00:02:44.282Z | Compiling lock_api v0.4.12 |
1229 | 2025-03-21T00:02:44.282Z | Compiling scopeguard v1.2.0 |
1230 | 2025-03-21T00:02:44.282Z | Compiling typenum v1.17.0 |
1231 | 2025-03-21T00:02:44.282Z | Compiling generic-array v0.14.7 |
1232 | 2025-03-21T00:02:44.349Z | Compiling syn v2.0.98 |
1233 | 2025-03-21T00:02:44.375Z | Compiling getrandom v0.2.15 |
1234 | 2025-03-21T00:02:44.551Z | Compiling shlex v1.3.0 |
1235 | 2025-03-21T00:02:44.668Z | Compiling rand_core v0.6.4 |
1236 | 2025-03-21T00:02:44.794Z | Compiling log v0.4.22 |
1237 | 2025-03-21T00:02:44.864Z | Compiling jobserver v0.1.32 |
1238 | 2025-03-21T00:02:44.915Z | Compiling subtle v2.6.1 |
1239 | 2025-03-21T00:02:44.940Z | Compiling smallvec v1.14.0 |
1240 | 2025-03-21T00:02:45.165Z | Compiling const-oid v0.9.6 |
1241 | 2025-03-21T00:02:45.266Z | Compiling pin-project-lite v0.2.14 |
1242 | 2025-03-21T00:02:45.291Z | Compiling cc v1.2.15 |
1243 | 2025-03-21T00:02:45.334Z | Compiling parking_lot_core v0.9.10 |
1244 | 2025-03-21T00:02:45.424Z | Compiling rustix v0.38.37 |
1245 | 2025-03-21T00:02:45.501Z | Compiling signal-hook-registry v1.4.2 |
1246 | 2025-03-21T00:02:45.641Z | Compiling futures-core v0.3.31 |
1247 | 2025-03-21T00:02:45.873Z | Compiling mio v1.0.2 |
1248 | 2025-03-21T00:02:46.400Z | Compiling parking_lot v0.12.3 |
1249 | 2025-03-21T00:02:46.480Z | Compiling spin v0.9.8 |
1250 | 2025-03-21T00:02:46.677Z | Compiling socket2 v0.5.8 |
1251 | 2025-03-21T00:02:46.740Z | Compiling aho-corasick v1.1.3 |
1252 | 2025-03-21T00:02:46.850Z | Compiling either v1.14.0 |
1253 | 2025-03-21T00:02:47.126Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2025-03-21T00:02:47.156Z | Compiling futures-sink v0.3.31 |
1255 | 2025-03-21T00:02:47.181Z | Compiling cpufeatures v0.2.14 |
1256 | 2025-03-21T00:02:47.206Z | Compiling regex-syntax v0.8.5 |
1257 | 2025-03-21T00:02:47.246Z | Compiling slab v0.4.9 |
1258 | 2025-03-21T00:02:47.294Z | Compiling glob v0.3.2 |
1259 | 2025-03-21T00:02:47.319Z | Compiling prettyplease v0.2.30 |
1260 | 2025-03-21T00:02:47.412Z | Compiling serde_json v1.0.139 |
1261 | 2025-03-21T00:02:47.723Z | Compiling lazy_static v1.5.0 |
1262 | 2025-03-21T00:02:47.829Z | Compiling minimal-lexical v0.2.1 |
1263 | 2025-03-21T00:02:47.884Z | Compiling futures-channel v0.3.31 |
1264 | 2025-03-21T00:02:48.191Z | Compiling libloading v0.8.5 |
1265 | 2025-03-21T00:02:48.244Z | Compiling clang-sys v1.8.1 |
1266 | 2025-03-21T00:02:48.307Z | Compiling nom v7.1.3 |
1267 | 2025-03-21T00:02:48.332Z | Compiling bindgen v0.69.5 |
1268 | 2025-03-21T00:02:48.540Z | Compiling libm v0.2.8 |
1269 | 2025-03-21T00:02:48.855Z | Compiling allocator-api2 v0.2.18 |
1270 | 2025-03-21T00:02:48.883Z | Compiling futures-task v0.3.31 |
1271 | 2025-03-21T00:02:49.023Z | Compiling foldhash v0.1.3 |
1272 | 2025-03-21T00:02:49.062Z | Compiling pin-utils v0.1.0 |
1273 | 2025-03-21T00:02:49.165Z | Compiling futures-io v0.3.31 |
1274 | 2025-03-21T00:02:49.191Z | Compiling home v0.5.9 |
1275 | 2025-03-21T00:02:49.419Z | Compiling hashbrown v0.15.1 |
1276 | 2025-03-21T00:02:49.445Z | Compiling itertools v0.12.1 |
1277 | 2025-03-21T00:02:49.510Z | Compiling num-traits v0.2.19 |
1278 | 2025-03-21T00:02:49.766Z | Compiling rustc-hash v1.1.0 |
1279 | 2025-03-21T00:02:49.905Z | Compiling lazycell v1.3.0 |
1280 | 2025-03-21T00:02:50.060Z | Compiling pkg-config v0.3.31 |
1281 | 2025-03-21T00:02:50.464Z | Compiling regex-automata v0.4.8 |
1282 | 2025-03-21T00:02:50.898Z | Compiling cexpr v0.6.0 |
1283 | 2025-03-21T00:02:51.105Z | Compiling synstructure v0.13.1 |
1284 | 2025-03-21T00:02:52.202Z | Compiling cmake v0.1.51 |
1285 | 2025-03-21T00:02:52.288Z | Compiling dunce v1.0.5 |
1286 | 2025-03-21T00:02:52.351Z | Compiling getrandom v0.3.1 |
1287 | 2025-03-21T00:02:52.441Z | Compiling fs_extra v1.3.0 |
1288 | 2025-03-21T00:02:52.981Z | Compiling litemap v0.7.3 |
1289 | 2025-03-21T00:02:53.009Z | Compiling writeable v0.5.5 |
1290 | 2025-03-21T00:02:53.369Z | Compiling ring v0.17.11 |
1291 | 2025-03-21T00:02:53.424Z | Compiling base64ct v1.6.0 |
1292 | 2025-03-21T00:02:53.488Z | Compiling paste v1.0.15 |
1293 | 2025-03-21T00:02:53.642Z | Compiling icu_locid_transform_data v1.5.0 |
1294 | 2025-03-21T00:02:53.762Z | Compiling flagset v0.4.6 |
1295 | 2025-03-21T00:02:53.969Z | Compiling pem-rfc7468 v0.7.0 |
1296 | 2025-03-21T00:02:53.994Z | Compiling httparse v1.9.5 |
1297 | 2025-03-21T00:02:54.019Z | Compiling aws-lc-rs v1.12.4 |
1298 | 2025-03-21T00:02:54.419Z | Compiling tracing-core v0.1.32 |
1299 | 2025-03-21T00:02:54.538Z | Compiling icu_properties_data v1.5.0 |
1300 | 2025-03-21T00:02:54.670Z | Compiling rustls-pki-types v1.10.0 |
1301 | 2025-03-21T00:02:54.778Z | Compiling regex v1.11.1 |
1302 | 2025-03-21T00:02:55.265Z | Compiling serde_derive v1.0.218 |
1303 | 2025-03-21T00:02:55.315Z | Compiling zeroize_derive v1.4.2 |
1304 | 2025-03-21T00:02:55.466Z | Compiling zerocopy-derive v0.7.35 |
1305 | 2025-03-21T00:02:55.518Z | Compiling tokio-macros v2.5.0 |
1306 | 2025-03-21T00:02:55.646Z | Compiling zerofrom-derive v0.1.4 |
1307 | 2025-03-21T00:02:56.548Z | Compiling zeroize v1.8.1 |
1308 | 2025-03-21T00:02:56.778Z | Compiling yoke-derive v0.7.4 |
1309 | 2025-03-21T00:02:57.146Z | Compiling zerocopy v0.7.35 |
1310 | 2025-03-21T00:02:58.030Z | Compiling crypto-common v0.1.6 |
1311 | 2025-03-21T00:02:58.159Z | Compiling block-buffer v0.10.4 |
1312 | 2025-03-21T00:02:58.298Z | Compiling thiserror-impl v1.0.69 |
1313 | 2025-03-21T00:02:58.323Z | Compiling zerovec-derive v0.10.3 |
1314 | 2025-03-21T00:02:58.348Z | Compiling futures-macro v0.3.31 |
1315 | 2025-03-21T00:02:58.448Z | Compiling digest v0.10.7 |
1316 | 2025-03-21T00:02:58.558Z | Compiling displaydoc v0.2.5 |
1317 | 2025-03-21T00:02:58.641Z | Compiling zerofrom v0.1.4 |
1318 | 2025-03-21T00:02:58.870Z | Compiling hmac v0.12.1 |
1319 | 2025-03-21T00:02:58.900Z | Compiling block-padding v0.3.3 |
1320 | 2025-03-21T00:02:58.990Z | Compiling yoke v0.7.4 |
1321 | 2025-03-21T00:02:59.127Z | Compiling ppv-lite86 v0.2.20 |
1322 | 2025-03-21T00:02:59.189Z | Compiling inout v0.1.3 |
1323 | 2025-03-21T00:02:59.334Z | Compiling sha2 v0.10.8 |
1324 | 2025-03-21T00:02:59.459Z | Compiling cipher v0.4.4 |
1325 | 2025-03-21T00:02:59.819Z | Compiling icu_provider_macros v1.5.0 |
1326 | 2025-03-21T00:02:59.865Z | Compiling futures-util v0.3.31 |
1327 | 2025-03-21T00:02:59.900Z | Compiling der_derive v0.7.3 |
1328 | 2025-03-21T00:02:59.977Z | Compiling tracing-attributes v0.1.27 |
1329 | 2025-03-21T00:03:00.332Z | Compiling zerovec v0.10.4 |
1330 | 2025-03-21T00:03:00.727Z | Compiling percent-encoding v2.3.1 |
1331 | 2025-03-21T00:03:00.816Z | Compiling thiserror v1.0.69 |
1332 | 2025-03-21T00:03:00.964Z | Compiling crossbeam-utils v0.8.20 |
1333 | 2025-03-21T00:03:01.096Z | Compiling pest v2.7.14 |
1334 | 2025-03-21T00:03:01.532Z | Compiling salsa20 v0.10.2 |
1335 | 2025-03-21T00:03:01.755Z | Compiling pbkdf2 v0.12.2 |
1336 | 2025-03-21T00:03:01.837Z | Compiling der v0.7.9 |
1337 | 2025-03-21T00:03:01.935Z | Compiling tinystr v0.7.6 |
1338 | 2025-03-21T00:03:02.001Z | Compiling icu_collections v1.5.0 |
1339 | 2025-03-21T00:03:02.229Z | Compiling icu_locid v1.5.0 |
1340 | 2025-03-21T00:03:02.674Z | Compiling tracing v0.1.40 |
1341 | 2025-03-21T00:03:02.890Z | Compiling utf8_iter v1.0.4 |
1342 | 2025-03-21T00:03:03.132Z | Compiling write16 v1.0.0 |
1343 | 2025-03-21T00:03:03.157Z | Compiling vcpkg v0.2.15 |
1344 | 2025-03-21T00:03:03.157Z | Compiling untrusted v0.9.0 |
1345 | 2025-03-21T00:03:03.274Z | Compiling icu_provider v1.5.0 |
1346 | 2025-03-21T00:03:03.371Z | Compiling powerfmt v0.2.0 |
1347 | 2025-03-21T00:03:03.677Z | Compiling spki v0.7.3 |
1348 | 2025-03-21T00:03:03.746Z | Compiling time-core v0.1.2 |
1349 | 2025-03-21T00:03:03.957Z | Compiling icu_locid_transform v1.5.0 |
1350 | 2025-03-21T00:03:03.999Z | Compiling num-conv v0.1.0 |
1351 | 2025-03-21T00:03:04.114Z | Compiling untrusted v0.7.1 |
1352 | 2025-03-21T00:03:04.208Z | Compiling icu_normalizer_data v1.5.0 |
1353 | 2025-03-21T00:03:04.307Z | Compiling utf16_iter v1.0.5 |
1354 | 2025-03-21T00:03:04.332Z | Compiling time-macros v0.2.18 |
1355 | 2025-03-21T00:03:04.332Z | Compiling deranged v0.3.11 |
1356 | 2025-03-21T00:03:04.552Z | Compiling pest_meta v2.7.14 |
1357 | 2025-03-21T00:03:04.706Z | Compiling scrypt v0.11.0 |
1358 | 2025-03-21T00:03:04.731Z | Compiling openssl-sys v0.9.106 |
1359 | 2025-03-21T00:03:05.162Z | Compiling icu_properties v1.5.1 |
1360 | 2025-03-21T00:03:05.598Z | Compiling aes v0.8.4 |
1361 | 2025-03-21T00:03:05.967Z | Compiling bytes v1.10.1 |
1362 | 2025-03-21T00:03:06.159Z | Compiling bitflags v2.6.0 |
1363 | 2025-03-21T00:03:06.782Z | Compiling semver v1.0.25 |
1364 | 2025-03-21T00:03:07.283Z | Compiling tokio v1.43.0 |
1365 | 2025-03-21T00:03:07.396Z | Compiling indexmap v2.7.1 |
1366 | 2025-03-21T00:03:07.825Z | Compiling http v1.2.0 |
1367 | 2025-03-21T00:03:08.080Z | Compiling rustc_version v0.4.1 |
1368 | 2025-03-21T00:03:08.383Z | Compiling icu_normalizer v1.5.0 |
1369 | 2025-03-21T00:03:08.619Z | Compiling cbc v0.1.2 |
1370 | 2025-03-21T00:03:08.758Z | Compiling scroll_derive v0.12.0 |
1371 | 2025-03-21T00:03:08.878Z | Compiling num_threads v0.1.7 |
1372 | 2025-03-21T00:03:09.030Z | Compiling tinyvec_macros v0.1.1 |
1373 | 2025-03-21T00:03:09.055Z | Compiling atomic-waker v1.1.2 |
1374 | 2025-03-21T00:03:09.142Z | Compiling tinyvec v1.8.0 |
1375 | 2025-03-21T00:03:09.142Z | Compiling http-body v1.0.1 |
1376 | 2025-03-21T00:03:09.272Z | Compiling idna_adapter v1.2.0 |
1377 | 2025-03-21T00:03:09.406Z | Compiling time v0.3.36 |
1378 | 2025-03-21T00:03:09.495Z | Compiling pkcs5 v0.7.1 |
1379 | 2025-03-21T00:03:09.760Z | Compiling which v4.4.2 |
1380 | 2025-03-21T00:03:09.957Z | Compiling scroll v0.12.0 |
1381 | 2025-03-21T00:03:09.983Z | Compiling uuid v1.15.1 |
1382 | 2025-03-21T00:03:10.395Z | Compiling pest_generator v2.7.14 |
1383 | 2025-03-21T00:03:10.475Z | Compiling form_urlencoded v1.2.1 |
1384 | 2025-03-21T00:03:10.546Z | Compiling rand_chacha v0.3.1 |
1385 | 2025-03-21T00:03:10.655Z | Compiling zerocopy v0.8.10 |
1386 | 2025-03-21T00:03:10.773Z | Compiling try-lock v0.2.5 |
1387 | 2025-03-21T00:03:10.945Z | Compiling slog v2.7.0 |
1388 | 2025-03-21T00:03:11.344Z | Compiling iana-time-zone v0.1.61 |
1389 | 2025-03-21T00:03:11.371Z | Compiling goblin v0.8.2 |
1390 | 2025-03-21T00:03:11.573Z | Compiling chrono v0.4.40 |
1391 | 2025-03-21T00:03:11.690Z | Compiling rand v0.8.5 |
1392 | 2025-03-21T00:03:11.947Z | Compiling pest_derive v2.7.14 |
1393 | 2025-03-21T00:03:12.451Z | Compiling want v0.3.1 |
1394 | 2025-03-21T00:03:12.594Z | Compiling pkcs8 v0.10.2 |
1395 | 2025-03-21T00:03:12.726Z | Compiling idna v1.0.3 |
1396 | 2025-03-21T00:03:13.184Z | Compiling zerocopy-derive v0.8.10 |
1397 | 2025-03-21T00:03:13.358Z | Compiling tower-service v0.3.3 |
1398 | 2025-03-21T00:03:13.445Z | Compiling httpdate v1.0.3 |
1399 | 2025-03-21T00:03:13.516Z | Compiling adler2 v2.0.0 |
1400 | 2025-03-21T00:03:13.732Z | Compiling miniz_oxide v0.8.5 |
1401 | 2025-03-21T00:03:13.885Z | Compiling dtrace-parser v0.2.0 |
1402 | 2025-03-21T00:03:14.464Z | Compiling toml_datetime v0.6.8 |
1403 | 2025-03-21T00:03:14.754Z | Compiling tokio-util v0.7.13 |
1404 | 2025-03-21T00:03:14.900Z | Compiling serde_spanned v0.6.8 |
1405 | 2025-03-21T00:03:15.025Z | Compiling serde_tokenstream v0.2.2 |
1406 | 2025-03-21T00:03:15.128Z | Compiling serde_derive_internals v0.29.1 |
1407 | 2025-03-21T00:03:15.425Z | Compiling openssl v0.10.71 |
1408 | 2025-03-21T00:03:15.552Z | Compiling match_cfg v0.1.0 |
1409 | 2025-03-21T00:03:15.658Z | Compiling h2 v0.4.6 |
1410 | 2025-03-21T00:03:15.797Z | Compiling foreign-types-shared v0.1.1 |
1411 | 2025-03-21T00:03:15.880Z | Compiling rustversion v1.0.17 |
1412 | 2025-03-21T00:03:15.921Z | Compiling schemars v0.8.22 |
1413 | 2025-03-21T00:03:16.267Z | Compiling base64 v0.22.1 |
1414 | 2025-03-21T00:03:16.557Z | Compiling dof v0.3.0 |
1415 | 2025-03-21T00:03:16.901Z | Compiling foreign-types v0.3.2 |
1416 | 2025-03-21T00:03:17.035Z | Compiling hostname v0.3.1 |
1417 | 2025-03-21T00:03:17.082Z | Compiling schemars_derive v0.8.22 |
1418 | 2025-03-21T00:03:17.247Z | Compiling url v2.5.3 |
1419 | 2025-03-21T00:03:18.087Z | Compiling rand_core v0.9.2 |
1420 | 2025-03-21T00:03:18.112Z | Compiling usdt-impl v0.5.0 |
1421 | 2025-03-21T00:03:18.842Z | Compiling openssl-macros v0.1.1 |
1422 | 2025-03-21T00:03:19.008Z | Compiling async-trait v0.1.87 |
1423 | 2025-03-21T00:03:19.474Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1424 | 2025-03-21T00:03:19.498Z | Compiling dirs-sys-next v0.1.2 |
1425 | 2025-03-21T00:03:19.523Z | Compiling data-encoding v2.6.0 |
1426 | 2025-03-21T00:03:19.690Z | Compiling dyn-clone v1.0.19 |
1427 | 2025-03-21T00:03:19.783Z | Compiling rustls v0.22.4 |
1428 | 2025-03-21T00:03:19.920Z | Compiling syn v1.0.109 |
1429 | 2025-03-21T00:03:19.945Z | Compiling rustls v0.23.19 |
1430 | 2025-03-21T00:03:20.007Z | Compiling siphasher v0.3.11 |
1431 | 2025-03-21T00:03:20.045Z | Compiling native-tls v0.2.12 |
1432 | 2025-03-21T00:03:20.383Z | Compiling dirs-next v2.0.0 |
1433 | 2025-03-21T00:03:20.573Z | Compiling rand_chacha v0.9.0 |
1434 | 2025-03-21T00:03:21.158Z | Compiling unicode-normalization v0.1.24 |
1435 | 2025-03-21T00:03:21.493Z | Compiling http-body-util v0.1.2 |
1436 | 2025-03-21T00:03:21.930Z | Compiling hyper v1.6.0 |
1437 | 2025-03-21T00:03:22.052Z | Compiling heapless v0.7.17 |
1438 | 2025-03-21T00:03:22.158Z | Compiling crossbeam-epoch v0.9.18 |
1439 | 2025-03-21T00:03:22.290Z | Compiling sha1 v0.10.6 |
1440 | 2025-03-21T00:03:22.440Z | Compiling signature v2.2.0 |
1441 | 2025-03-21T00:03:22.666Z | Compiling thread_local v1.1.8 |
1442 | 2025-03-21T00:03:22.718Z | Compiling crc32fast v1.4.2 |
1443 | 2025-03-21T00:03:22.770Z | Compiling cookie v0.18.1 |
1444 | 2025-03-21T00:03:23.027Z | Compiling encoding_rs v0.8.34 |
1445 | 2025-03-21T00:03:23.027Z | Compiling multer v3.1.0 |
1446 | 2025-03-21T00:03:23.126Z | Compiling rayon-core v1.12.1 |
1447 | 2025-03-21T00:03:23.182Z | Compiling unicode-properties v0.1.3 |
1448 | 2025-03-21T00:03:23.337Z | Compiling gimli v0.31.1 |
1449 | 2025-03-21T00:03:23.419Z | Compiling slog-async v2.8.0 |
1450 | 2025-03-21T00:03:23.611Z | Compiling ipnet v2.11.0 |
1451 | 2025-03-21T00:03:23.884Z | Compiling openssl-probe v0.1.5 |
1452 | 2025-03-21T00:03:24.174Z | Compiling hyper-util v0.1.10 |
1453 | 2025-03-21T00:03:24.314Z | Compiling unicode-bidi v0.3.17 |
1454 | 2025-03-21T00:03:24.560Z | Compiling mime v0.3.17 |
1455 | 2025-03-21T00:03:25.011Z | Compiling signal-hook v0.3.17 |
1456 | 2025-03-21T00:03:25.155Z | Compiling stringprep v0.1.5 |
1457 | 2025-03-21T00:03:25.292Z | Compiling toml_edit v0.22.24 |
1458 | 2025-03-21T00:03:26.113Z | Compiling crossbeam-deque v0.8.5 |
1459 | 2025-03-21T00:03:26.385Z | Compiling rand v0.9.0 |
1460 | 2025-03-21T00:03:26.435Z | Compiling term v0.7.0 |
1461 | 2025-03-21T00:03:26.693Z | Compiling usdt-attr-macro v0.5.0 |
1462 | 2025-03-21T00:03:27.213Z | Compiling addr2line v0.24.2 |
1463 | 2025-03-21T00:03:27.431Z | Compiling usdt-macro v0.5.0 |
1464 | 2025-03-21T00:03:27.519Z | Compiling slog-json v2.6.1 |
1465 | 2025-03-21T00:03:27.837Z | Compiling serde_urlencoded v0.7.1 |
1466 | 2025-03-21T00:03:27.869Z | Compiling curve25519-dalek v4.1.3 |
1467 | 2025-03-21T00:03:27.940Z | Compiling crossbeam-channel v0.5.13 |
1468 | 2025-03-21T00:03:28.046Z | Compiling futures-executor v0.3.31 |
1469 | 2025-03-21T00:03:28.329Z | Compiling enum-as-inner v0.6.1 |
1470 | 2025-03-21T00:03:28.488Z | Compiling md-5 v0.10.6 |
1471 | 2025-03-21T00:03:28.513Z | Compiling async-stream-impl v0.3.6 |
1472 | 2025-03-21T00:03:28.643Z | Compiling rustls-pemfile v2.2.0 |
1473 | 2025-03-21T00:03:28.779Z | Compiling num-integer v0.1.46 |
1474 | 2025-03-21T00:03:28.824Z | Compiling hash32 v0.2.1 |
1475 | 2025-03-21T00:03:28.970Z | Compiling ff v0.13.0 |
1476 | 2025-03-21T00:03:29.148Z | Compiling is-terminal v0.4.13 |
1477 | 2025-03-21T00:03:29.198Z | Compiling dropshot v0.12.0 |
1478 | 2025-03-21T00:03:29.223Z | Compiling object v0.36.5 |
1479 | 2025-03-21T00:03:29.300Z | Compiling memoffset v0.9.1 |
1480 | 2025-03-21T00:03:29.435Z | Compiling anyhow v1.0.97 |
1481 | 2025-03-21T00:03:29.490Z | Compiling num-bigint-dig v0.8.4 |
1482 | 2025-03-21T00:03:29.594Z | Compiling linked-hash-map v0.5.6 |
1483 | 2025-03-21T00:03:29.619Z | Compiling portable-atomic v1.9.0 |
1484 | 2025-03-21T00:03:29.783Z | Compiling psl-types v2.0.11 |
1485 | 2025-03-21T00:03:29.899Z | Compiling rustc-demangle v0.1.24 |
1486 | 2025-03-21T00:03:29.961Z | Compiling litrs v0.4.1 |
1487 | 2025-03-21T00:03:29.986Z | Compiling cfg_aliases v0.2.1 |
1488 | 2025-03-21T00:03:30.095Z | Compiling take_mut v0.2.2 |
1489 | 2025-03-21T00:03:30.258Z | Compiling fallible-iterator v0.2.0 |
1490 | 2025-03-21T00:03:30.435Z | Compiling utf-8 v0.7.6 |
1491 | 2025-03-21T00:03:30.692Z | Compiling base16ct v0.2.0 |
1492 | 2025-03-21T00:03:30.733Z | Compiling smoltcp v0.9.1 |
1493 | 2025-03-21T00:03:30.851Z | Compiling quick-error v1.2.3 |
1494 | 2025-03-21T00:03:30.952Z | Compiling document-features v0.2.10 |
1495 | 2025-03-21T00:03:31.051Z | Compiling resolv-conf v0.7.0 |
1496 | 2025-03-21T00:03:31.076Z | Compiling sec1 v0.7.3 |
1497 | 2025-03-21T00:03:31.361Z | Compiling postgres-protocol v0.6.8 |
1498 | 2025-03-21T00:03:31.508Z | Compiling tungstenite v0.24.0 |
1499 | 2025-03-21T00:03:31.709Z | Compiling nix v0.29.0 |
1500 | 2025-03-21T00:03:32.027Z | Compiling publicsuffix v2.3.0 |
1501 | 2025-03-21T00:03:32.429Z | Compiling lru-cache v0.1.2 |
1502 | 2025-03-21T00:03:32.567Z | Compiling async-stream v0.3.6 |
1503 | 2025-03-21T00:03:32.636Z | Compiling slog-term v2.9.1 |
1504 | 2025-03-21T00:03:32.661Z | Compiling num-iter v0.1.45 |
1505 | 2025-03-21T00:03:32.688Z | Compiling hickory-proto v0.24.4 |
1506 | 2025-03-21T00:03:32.847Z | Compiling usdt v0.5.0 |
1507 | 2025-03-21T00:03:32.871Z | Compiling group v0.13.0 |
1508 | 2025-03-21T00:03:33.295Z | Compiling toml v0.8.20 |
1509 | 2025-03-21T00:03:33.387Z | Compiling futures v0.3.31 |
1510 | 2025-03-21T00:03:33.513Z | Compiling slog-bunyan v2.5.0 |
1511 | 2025-03-21T00:03:33.733Z | Compiling bzip2 v0.4.4 |
1512 | 2025-03-21T00:03:34.612Z | Compiling tokio-native-tls v0.3.1 |
1513 | 2025-03-21T00:03:34.994Z | Compiling camino v1.1.9 |
1514 | 2025-03-21T00:03:35.018Z | Compiling flate2 v1.1.0 |
1515 | 2025-03-21T00:03:35.043Z | Compiling phf_shared v0.11.2 |
1516 | 2025-03-21T00:03:35.362Z | Compiling backtrace v0.3.74 |
1517 | 2025-03-21T00:03:35.628Z | Compiling dropshot_endpoint v0.12.0 |
1518 | 2025-03-21T00:03:35.652Z | Compiling terminal_size v0.4.0 |
1519 | 2025-03-21T00:03:35.747Z | Compiling waitgroup v0.1.2 |
1520 | 2025-03-21T00:03:35.772Z | Compiling openapiv3 v2.0.0 |
1521 | 2025-03-21T00:03:35.867Z | Compiling serde_path_to_error v0.1.16 |
1522 | 2025-03-21T00:03:35.962Z | Compiling hkdf v0.12.4 |
1523 | 2025-03-21T00:03:36.248Z | Compiling crypto-bigint v0.5.5 |
1524 | 2025-03-21T00:03:36.581Z | Compiling zerocopy-derive v0.6.6 |
1525 | 2025-03-21T00:03:36.708Z | Compiling hubpack_derive v0.1.1 |
1526 | 2025-03-21T00:03:37.417Z | Compiling curve25519-dalek-derive v0.1.1 |
1527 | 2025-03-21T00:03:37.832Z | Compiling webpki-roots v0.26.6 |
1528 | 2025-03-21T00:03:38.037Z | Compiling sync_wrapper v1.0.1 |
1529 | 2025-03-21T00:03:38.209Z | Compiling hostname v0.4.0 |
1530 | 2025-03-21T00:03:38.234Z | Compiling ahash v0.8.11 |
1531 | 2025-03-21T00:03:38.432Z | Compiling fs-err v2.11.0 |
1532 | 2025-03-21T00:03:38.542Z | Compiling bumpalo v3.16.0 |
1533 | 2025-03-21T00:03:38.614Z | Compiling newtype-uuid v1.2.1 |
1534 | 2025-03-21T00:03:38.734Z | Compiling zip v2.1.3 |
1535 | 2025-03-21T00:03:38.900Z | Compiling debug-ignore v1.0.5 |
1536 | 2025-03-21T00:03:38.997Z | Compiling tower-layer v0.3.3 |
1537 | 2025-03-21T00:03:39.046Z | Compiling winnow v0.5.40 |
1538 | 2025-03-21T00:03:39.083Z | Compiling lockfree-object-pool v0.1.6 |
1539 | 2025-03-21T00:03:39.137Z | Compiling unicode-width v0.2.0 |
1540 | 2025-03-21T00:03:39.231Z | Compiling simd-adler32 v0.3.7 |
1541 | 2025-03-21T00:03:39.280Z | Compiling managed v0.8.0 |
1542 | 2025-03-21T00:03:39.331Z | Compiling buf-list v1.0.3 |
1543 | 2025-03-21T00:03:39.607Z | Compiling zopfli v0.8.1 |
1544 | 2025-03-21T00:03:39.724Z | Compiling console v0.15.10 |
1545 | 2025-03-21T00:03:39.941Z | Compiling tower v0.5.2 |
1546 | 2025-03-21T00:03:40.441Z | Compiling clap_builder v4.5.31 |
1547 | 2025-03-21T00:03:40.666Z | Compiling strum_macros v0.25.3 |
1548 | 2025-03-21T00:03:40.945Z | Compiling elliptic-curve v0.13.8 |
1549 | 2025-03-21T00:03:41.268Z | Compiling zerocopy v0.6.6 |
1550 | 2025-03-21T00:03:41.526Z | Compiling hickory-resolver v0.24.4 |
1551 | 2025-03-21T00:03:41.723Z | Compiling hubpack v0.1.2 |
1552 | 2025-03-21T00:03:41.901Z | Compiling toml_edit v0.19.15 |
1553 | 2025-03-21T00:03:42.108Z | Compiling phf v0.11.2 |
1554 | 2025-03-21T00:03:42.361Z | Compiling signal-hook-mio v0.2.4 |
1555 | 2025-03-21T00:03:42.528Z | Compiling hyper-tls v0.6.0 |
1556 | 2025-03-21T00:03:42.748Z | Compiling cookie_store v0.21.1 |
1557 | 2025-03-21T00:03:42.903Z | Compiling rayon v1.10.0 |
1558 | 2025-03-21T00:03:44.165Z | Compiling tokio-tungstenite v0.24.0 |
1559 | 2025-03-21T00:03:44.682Z | Compiling postgres-types v0.2.9 |
1560 | 2025-03-21T00:03:46.475Z | Compiling ed25519 v2.2.3 |
1561 | 2025-03-21T00:03:46.665Z | Compiling phf_shared v0.10.0 |
1562 | 2025-03-21T00:03:46.949Z | Compiling tokio-stream v0.1.17 |
1563 | 2025-03-21T00:03:47.013Z | Compiling pkcs1 v0.7.5 |
1564 | 2025-03-21T00:03:47.480Z | Compiling serde-big-array v0.5.1 |
1565 | 2025-03-21T00:03:47.506Z | Compiling clap_derive v4.5.28 |
1566 | 2025-03-21T00:03:47.704Z | Compiling rfc6979 v0.4.0 |
1567 | 2025-03-21T00:03:47.780Z | Compiling serde_repr v0.1.19 |
1568 | 2025-03-21T00:03:47.812Z | Compiling derive-where v1.2.7 |
1569 | 2025-03-21T00:03:47.844Z | Compiling bstr v1.10.0 |
1570 | 2025-03-21T00:03:47.913Z | Compiling float-cmp v0.10.0 |
1571 | 2025-03-21T00:03:48.023Z | Compiling difflib v0.4.0 |
1572 | 2025-03-21T00:03:48.153Z | Compiling whoami v1.5.2 |
1573 | 2025-03-21T00:03:48.661Z | Compiling normalize-line-endings v0.3.0 |
1574 | 2025-03-21T00:03:48.745Z | Compiling precomputed-hash v0.1.1 |
1575 | 2025-03-21T00:03:48.806Z | Compiling new_debug_unreachable v1.0.6 |
1576 | 2025-03-21T00:03:48.883Z | Compiling number_prefix v0.4.0 |
1577 | 2025-03-21T00:03:48.916Z | Compiling unicode-segmentation v1.12.0 |
1578 | 2025-03-21T00:03:49.117Z | Compiling fixedbitset v0.4.2 |
1579 | 2025-03-21T00:03:49.219Z | Compiling static_assertions v1.1.0 |
1580 | 2025-03-21T00:03:49.260Z | Compiling predicates-core v1.0.8 |
1581 | 2025-03-21T00:03:49.334Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1582 | 2025-03-21T00:03:49.556Z | Compiling similar v2.7.0 |
1583 | 2025-03-21T00:03:49.581Z | Compiling predicates v3.1.3 |
1584 | 2025-03-21T00:03:49.666Z | Compiling petgraph v0.6.5 |
1585 | 2025-03-21T00:03:50.525Z | Compiling indicatif v0.17.11 |
1586 | 2025-03-21T00:03:50.878Z | Compiling string_cache v0.8.7 |
1587 | 2025-03-21T00:03:51.210Z | Compiling clap v4.5.31 |
1588 | 2025-03-21T00:03:51.309Z | Compiling tokio-postgres v0.7.13 |
1589 | 2025-03-21T00:03:51.338Z | Compiling ecdsa v0.16.9 |
1590 | 2025-03-21T00:03:51.395Z | Compiling rsa v0.9.6 |
1591 | 2025-03-21T00:03:52.046Z | Compiling ed25519-dalek v2.1.1 |
1592 | 2025-03-21T00:03:52.287Z | Compiling toml v0.7.8 |
1593 | 2025-03-21T00:03:53.164Z | Compiling crossterm v0.28.1 |
1594 | 2025-03-21T00:03:54.916Z | Compiling zip v0.6.6 |
1595 | 2025-03-21T00:03:55.247Z | Compiling ipnetwork v0.21.1 |
1596 | 2025-03-21T00:03:55.313Z | Compiling hex v0.4.3 |
1597 | 2025-03-21T00:03:55.828Z | Compiling x509-cert v0.2.5 |
1598 | 2025-03-21T00:03:55.932Z | Compiling itertools v0.10.5 |
1599 | 2025-03-21T00:03:55.983Z | Compiling lalrpop-util v0.19.12 |
1600 | 2025-03-21T00:03:56.030Z | Compiling peg-runtime v0.8.5 |
1601 | 2025-03-21T00:03:56.116Z | Compiling unicode-xid v0.2.6 |
1602 | 2025-03-21T00:03:56.299Z | Compiling strum_macros v0.26.4 |
1603 | 2025-03-21T00:03:56.334Z | Compiling xattr v1.3.1 |
1604 | 2025-03-21T00:03:56.370Z | Compiling filetime v0.2.25 |
1605 | 2025-03-21T00:03:56.592Z | Compiling tar v0.4.44 |
1606 | 2025-03-21T00:03:59.844Z | Compiling strum v0.26.3 |
1607 | 2025-03-21T00:04:02.808Z | Compiling aws-lc-sys v0.26.0 |
1608 | 2025-03-21T00:04:35.770Z | Compiling rustls-webpki v0.102.8 |
1609 | 2025-03-21T00:04:39.806Z | Compiling tokio-rustls v0.25.0 |
1610 | 2025-03-21T00:04:41.551Z | Compiling tokio-rustls v0.26.0 |
1611 | 2025-03-21T00:04:41.858Z | Compiling hyper-rustls v0.27.3 |
1612 | 2025-03-21T00:04:42.183Z | Compiling reqwest v0.12.12 |
1613 | 2025-03-21T00:04:43.732Z | Compiling qorb v0.2.1 |
1614 | 2025-03-21T00:04:46.843Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1615 | 2025-03-21T00:04:47.179Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1616 | 2025-03-21T00:04:52.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1617 | 2025-03-21T00:04:52.685Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1618 | 2025-03-21T00:04:52.754Z | Mar 21 00:04:51.928 INFO Starting download, target: Clickhouse |
1619 | 2025-03-21T00:04:52.754Z | Mar 21 00:04:51.928 INFO Starting download, target: Console |
1620 | 2025-03-21T00:04:52.754Z | Mar 21 00:04:51.928 INFO Starting download, target: Cockroach |
1621 | 2025-03-21T00:04:52.754Z | Mar 21 00:04:51.928 INFO Starting download, target: DendriteOpenapi |
1622 | 2025-03-21T00:04:52.754Z | Mar 21 00:04:51.928 INFO Starting download, target: DendriteStub |
1623 | 2025-03-21T00:04:52.754Z | Mar 21 00:04:51.928 INFO Starting download, target: MaghemiteMgd |
1624 | 2025-03-21T00:04:52.754Z | Mar 21 00:04:51.928 INFO Starting download, target: TransceiverControl |
1625 | 2025-03-21T00:04:52.779Z | Mar 21 00:04:51.930 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1626 | 2025-03-21T00:04:52.779Z | Mar 21 00:04:51.930 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1627 | 2025-03-21T00:04:52.779Z | Mar 21 00:04:51.930 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1628 | 2025-03-21T00:04:52.779Z | Mar 21 00:04:51.930 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1629 | 2025-03-21T00:04:52.779Z | Mar 21 00:04:51.930 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1630 | 2025-03-21T00:04:52.779Z | Mar 21 00:04:51.930 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1631 | 2025-03-21T00:04:52.779Z | Mar 21 00:04:51.930 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1632 | 2025-03-21T00:04:53.125Z | Mar 21 00:04:52.299 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1633 | 2025-03-21T00:04:53.334Z | Mar 21 00:04:52.500 INFO Download complete, target: DendriteOpenapi |
1634 | 2025-03-21T00:04:53.493Z | Mar 21 00:04:52.658 INFO Download complete, target: Console |
1635 | 2025-03-21T00:04:53.612Z | Mar 21 00:04:52.785 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1636 | 2025-03-21T00:04:54.003Z | Mar 21 00:04:53.170 INFO Download complete, target: TransceiverControl |
1637 | 2025-03-21T00:04:55.058Z | Mar 21 00:04:54.232 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1638 | 2025-03-21T00:04:57.824Z | Mar 21 00:04:56.523 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1639 | 2025-03-21T00:04:57.824Z | Mar 21 00:04:56.523 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1640 | 2025-03-21T00:04:57.865Z | Mar 21 00:04:56.739 INFO Download complete, target: MaghemiteMgd |
1641 | 2025-03-21T00:05:00.767Z | Mar 21 00:04:59.942 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1642 | 2025-03-21T00:05:03.273Z | Mar 21 00:05:02.447 INFO Download complete, target: DendriteStub |
1643 | 2025-03-21T00:05:05.302Z | Mar 21 00:05:04.477 INFO Checking that binary works, target: Cockroach |
1644 | 2025-03-21T00:05:05.589Z | Mar 21 00:05:04.764 INFO Download complete, target: Cockroach |
1645 | 2025-03-21T00:05:19.514Z | Mar 21 00:05:18.689 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1646 | 2025-03-21T00:05:31.597Z | Mar 21 00:05:30.773 INFO Checking that binary works, target: Clickhouse |
1647 | 2025-03-21T00:05:31.798Z | Mar 21 00:05:30.973 INFO Download complete, target: Clickhouse |
1648 | 2025-03-21T00:05:31.823Z | All builder prerequisites installed successfully, and PATH looks valid |
1649 | 2025-03-21T00:05:31.851Z | |
1650 | 2025-03-21T00:05:31.851Z | real 5:35.011565372 |
1651 | 2025-03-21T00:05:31.851Z | user 14:21.483089119 |
1652 | 2025-03-21T00:05:31.851Z | sys 2:23.187626251 |
1653 | 2025-03-21T00:05:31.851Z | trap 0.550987894 |
1654 | 2025-03-21T00:05:31.851Z | tflt 0.457147352 |
1655 | 2025-03-21T00:05:31.851Z | dflt 1.164554816 |
1656 | 2025-03-21T00:05:31.851Z | kflt 0.009129165 |
1657 | 2025-03-21T00:05:31.851Z | lock 30:08.817040007 |
1658 | 2025-03-21T00:05:31.851Z | slp 52:14.819166632 |
1659 | 2025-03-21T00:05:31.851Z | lat 1:07.077734715 |
1660 | 2025-03-21T00:05:31.851Z | stop 2:33.644122726 |
1661 | 2025-03-21T00:05:31.851Z | + banner clippy |
1662 | 2025-03-21T00:05:31.851Z | |
1663 | 2025-03-21T00:05:31.851Z | #### # # ##### ##### # # |
1664 | 2025-03-21T00:05:31.851Z | # # # # # # # # # # |
1665 | 2025-03-21T00:05:31.851Z | # # # # # # # # |
1666 | 2025-03-21T00:05:31.851Z | # # # ##### ##### # |
1667 | 2025-03-21T00:05:31.851Z | # # # # # # # |
1668 | 2025-03-21T00:05:31.851Z | #### ###### # # # # |
1669 | 2025-03-21T00:05:31.851Z | |
1670 | 2025-03-21T00:05:31.851Z | + export CARGO_INCREMENTAL=0 |
1671 | 2025-03-21T00:05:31.851Z | + CARGO_INCREMENTAL=0 |
1672 | 2025-03-21T00:05:31.851Z | + ptime -m cargo xtask clippy |
1673 | 2025-03-21T00:05:32.676Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1674 | 2025-03-21T00:05:36.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
1675 | 2025-03-21T00:05:36.310Z | Running `target/debug/xtask clippy` |
1676 | 2025-03-21T00:05:36.341Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1677 | 2025-03-21T00:05:37.243Z | Downloading crates ... |
1678 | 2025-03-21T00:05:37.634Z | Downloaded async-lock v3.4.0 |
1679 | 2025-03-21T00:05:37.659Z | Downloaded async-signal v0.2.10 |
1680 | 2025-03-21T00:05:37.659Z | Downloaded async-global-executor v2.4.1 |
1681 | 2025-03-21T00:05:37.659Z | Downloaded async-object-pool v0.1.5 |
1682 | 2025-03-21T00:05:37.659Z | Downloaded plotters-svg v0.3.7 |
1683 | 2025-03-21T00:05:37.659Z | Downloaded criterion-plot v0.5.0 |
1684 | 2025-03-21T00:05:37.659Z | Downloaded proc-macro-crate v3.2.0 |
1685 | 2025-03-21T00:05:37.659Z | Downloaded target-triple v0.1.3 |
1686 | 2025-03-21T00:05:37.659Z | Downloaded plotters-backend v0.3.7 |
1687 | 2025-03-21T00:05:37.659Z | Downloaded pathdiff v0.2.3 |
1688 | 2025-03-21T00:05:37.659Z | Downloaded trybuild v1.0.103 |
1689 | 2025-03-21T00:05:37.692Z | Downloaded target-spec v3.4.2 |
1690 | 2025-03-21T00:05:37.692Z | Downloaded polling v3.7.3 |
1691 | 2025-03-21T00:05:37.692Z | Downloaded similar-asserts v1.7.0 |
1692 | 2025-03-21T00:05:37.692Z | Downloaded assert-json-diff v2.0.2 |
1693 | 2025-03-21T00:05:37.692Z | Downloaded cfg-expr v0.18.0 |
1694 | 2025-03-21T00:05:37.692Z | Downloaded anes v0.1.6 |
1695 | 2025-03-21T00:05:37.692Z | Downloaded rstest v0.24.0 |
1696 | 2025-03-21T00:05:37.719Z | Downloaded nested v0.1.1 |
1697 | 2025-03-21T00:05:37.719Z | Downloaded criterion v0.5.1 |
1698 | 2025-03-21T00:05:37.719Z | Downloaded blake2b_simd v1.0.2 |
1699 | 2025-03-21T00:05:37.719Z | Downloaded plotters v0.3.7 |
1700 | 2025-03-21T00:05:37.719Z | Downloaded hyper-rustls v0.26.0 |
1701 | 2025-03-21T00:05:37.719Z | Downloaded guppy v0.17.17 |
1702 | 2025-03-21T00:05:37.744Z | Downloaded event-listener-strategy v0.5.2 |
1703 | 2025-03-21T00:05:37.744Z | Downloaded relative-path v1.9.3 |
1704 | 2025-03-21T00:05:37.744Z | Downloaded event-listener v2.5.3 |
1705 | 2025-03-21T00:05:37.744Z | Downloaded async-std v1.13.0 |
1706 | 2025-03-21T00:05:37.769Z | Downloaded tinytemplate v1.2.1 |
1707 | 2025-03-21T00:05:37.769Z | Downloaded parking v2.2.1 |
1708 | 2025-03-21T00:05:37.769Z | Downloaded rstest_macros v0.24.0 |
1709 | 2025-03-21T00:05:37.769Z | Downloaded futures-timer v3.0.3 |
1710 | 2025-03-21T00:05:37.769Z | Downloaded httpmock v0.8.0-alpha.1 |
1711 | 2025-03-21T00:05:37.795Z | Downloaded cast v0.3.0 |
1712 | 2025-03-21T00:05:37.795Z | Downloaded doc-comment v0.3.3 |
1713 | 2025-03-21T00:05:37.795Z | Downloaded async-attributes v1.1.2 |
1714 | 2025-03-21T00:05:37.795Z | Downloaded approx v0.5.1 |
1715 | 2025-03-21T00:05:37.795Z | Downloaded target-lexicon v0.13.2 |
1716 | 2025-03-21T00:05:37.795Z | Downloaded stringmetrics v2.2.2 |
1717 | 2025-03-21T00:05:37.795Z | Downloaded serde_regex v1.1.0 |
1718 | 2025-03-21T00:05:37.795Z | Downloaded rustls-native-certs v0.7.3 |
1719 | 2025-03-21T00:05:37.795Z | Downloaded piper v0.2.4 |
1720 | 2025-03-21T00:05:37.795Z | Downloaded partial-io v0.5.4 |
1721 | 2025-03-21T00:05:37.795Z | Downloaded blocking v1.6.1 |
1722 | 2025-03-21T00:05:37.821Z | Downloaded async-channel v1.9.0 |
1723 | 2025-03-21T00:05:37.821Z | Downloaded rust-argon2 v2.1.0 |
1724 | 2025-03-21T00:05:37.821Z | Downloaded rand_distr v0.4.3 |
1725 | 2025-03-21T00:05:37.821Z | Downloaded path-tree v0.8.1 |
1726 | 2025-03-21T00:05:37.821Z | Downloaded async-process v2.3.0 |
1727 | 2025-03-21T00:05:37.821Z | Downloaded async-io v2.3.4 |
1728 | 2025-03-21T00:05:37.821Z | Downloaded httptest v0.16.3 |
1729 | 2025-03-21T00:05:37.821Z | Downloaded oorandom v11.1.4 |
1730 | 2025-03-21T00:05:37.821Z | Downloaded kv-log-macro v1.0.7 |
1731 | 2025-03-21T00:05:37.821Z | Downloaded futures-lite v2.3.0 |
1732 | 2025-03-21T00:05:37.821Z | Downloaded concurrent-queue v2.5.0 |
1733 | 2025-03-21T00:05:37.821Z | Downloaded guppy-workspace-hack v0.1.0 |
1734 | 2025-03-21T00:05:37.821Z | Downloaded event-listener v5.3.1 |
1735 | 2025-03-21T00:05:37.821Z | Downloaded async-task v4.7.1 |
1736 | 2025-03-21T00:05:37.846Z | Downloaded async-executor v1.13.1 |
1737 | 2025-03-21T00:05:37.846Z | Downloaded async-channel v2.3.1 |
1738 | 2025-03-21T00:05:37.846Z | Downloaded assert_cmd v2.0.16 |
1739 | 2025-03-21T00:05:38.658Z | Checking cfg-if v1.0.0 |
1740 | 2025-03-21T00:05:38.698Z | Checking libc v0.2.170 |
1741 | 2025-03-21T00:05:38.729Z | Checking serde v1.0.218 |
1742 | 2025-03-21T00:05:38.757Z | Checking memchr v2.7.4 |
1743 | 2025-03-21T00:05:38.784Z | Checking value-bag v1.9.0 |
1744 | 2025-03-21T00:05:38.815Z | Checking itoa v1.0.11 |
1745 | 2025-03-21T00:05:38.841Z | Checking zeroize v1.8.1 |
1746 | 2025-03-21T00:05:38.870Z | Checking smallvec v1.14.0 |
1747 | 2025-03-21T00:05:38.896Z | Checking scopeguard v1.2.0 |
1748 | 2025-03-21T00:05:39.030Z | Checking pin-project-lite v0.2.14 |
1749 | 2025-03-21T00:05:39.058Z | Checking lock_api v0.4.12 |
1750 | 2025-03-21T00:05:39.116Z | Checking subtle v2.6.1 |
1751 | 2025-03-21T00:05:39.173Z | Checking byteorder v1.5.0 |
1752 | 2025-03-21T00:05:39.198Z | Checking log v0.4.22 |
1753 | 2025-03-21T00:05:39.224Z | Checking once_cell v1.20.3 |
1754 | 2025-03-21T00:05:39.390Z | Checking typenum v1.17.0 |
1755 | 2025-03-21T00:05:39.461Z | Checking libm v0.2.8 |
1756 | 2025-03-21T00:05:39.537Z | Checking ryu v1.0.18 |
1757 | 2025-03-21T00:05:39.568Z | Checking futures-core v0.3.31 |
1758 | 2025-03-21T00:05:39.608Z | Checking thiserror v1.0.69 |
1759 | 2025-03-21T00:05:39.643Z | Checking getrandom v0.2.15 |
1760 | 2025-03-21T00:05:39.691Z | Checking signal-hook-registry v1.4.2 |
1761 | 2025-03-21T00:05:39.794Z | Checking parking_lot_core v0.9.10 |
1762 | 2025-03-21T00:05:39.819Z | Checking mio v1.0.2 |
1763 | 2025-03-21T00:05:39.846Z | Checking socket2 v0.5.8 |
1764 | 2025-03-21T00:05:39.916Z | Checking rand_core v0.6.4 |
1765 | 2025-03-21T00:05:39.984Z | Checking const-oid v0.9.6 |
1766 | 2025-03-21T00:05:40.231Z | Checking parking_lot v0.12.3 |
1767 | 2025-03-21T00:05:40.323Z | Checking futures-io v0.3.31 |
1768 | 2025-03-21T00:05:40.351Z | Checking num-traits v0.2.19 |
1769 | 2025-03-21T00:05:40.396Z | Checking generic-array v0.14.7 |
1770 | 2025-03-21T00:05:40.424Z | Checking slab v0.4.9 |
1771 | 2025-03-21T00:05:40.462Z | Checking foldhash v0.1.3 |
1772 | 2025-03-21T00:05:40.544Z | Checking allocator-api2 v0.2.18 |
1773 | 2025-03-21T00:05:40.588Z | Checking equivalent v1.0.1 |
1774 | 2025-03-21T00:05:40.702Z | Checking zerocopy v0.7.35 |
1775 | 2025-03-21T00:05:40.735Z | Checking cpufeatures v0.2.14 |
1776 | 2025-03-21T00:05:40.763Z | Checking futures-sink v0.3.31 |
1777 | 2025-03-21T00:05:40.860Z | Checking getrandom v0.3.1 |
1778 | 2025-03-21T00:05:40.944Z | Checking iana-time-zone v0.1.61 |
1779 | 2025-03-21T00:05:41.118Z | Checking pin-utils v0.1.0 |
1780 | 2025-03-21T00:05:41.147Z | Checking hashbrown v0.15.1 |
1781 | 2025-03-21T00:05:41.175Z | Checking fnv v1.0.7 |
1782 | 2025-03-21T00:05:41.225Z | Checking futures-channel v0.3.31 |
1783 | 2025-03-21T00:05:41.319Z | Checking futures-task v0.3.31 |
1784 | 2025-03-21T00:05:41.376Z | Checking crypto-common v0.1.6 |
1785 | 2025-03-21T00:05:41.534Z | Checking block-buffer v0.10.4 |
1786 | 2025-03-21T00:05:41.562Z | Checking futures-util v0.3.31 |
1787 | 2025-03-21T00:05:41.593Z | Checking stable_deref_trait v1.2.0 |
1788 | 2025-03-21T00:05:41.623Z | Checking errno v0.3.9 |
1789 | 2025-03-21T00:05:41.677Z | Checking dyn-clone v1.0.19 |
1790 | 2025-03-21T00:05:41.705Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1791 | 2025-03-21T00:05:41.763Z | Checking digest v0.10.7 |
1792 | 2025-03-21T00:05:41.793Z | Checking ppv-lite86 v0.2.20 |
1793 | 2025-03-21T00:05:41.820Z | Checking tracing-core v0.1.32 |
1794 | 2025-03-21T00:05:41.847Z | Checking zerofrom v0.1.4 |
1795 | 2025-03-21T00:05:42.032Z | Checking crossbeam-utils v0.8.20 |
1796 | 2025-03-21T00:05:42.061Z | Checking yoke v0.7.4 |
1797 | 2025-03-21T00:05:42.092Z | Checking percent-encoding v2.3.1 |
1798 | 2025-03-21T00:05:42.118Z | Checking litemap v0.7.3 |
1799 | 2025-03-21T00:05:42.296Z | Checking writeable v0.5.5 |
1800 | 2025-03-21T00:05:42.373Z | Checking tracing v0.1.40 |
1801 | 2025-03-21T00:05:42.400Z | Checking zerovec v0.10.4 |
1802 | 2025-03-21T00:05:42.426Z | Checking rand_chacha v0.3.1 |
1803 | 2025-03-21T00:05:42.451Z | Checking block-padding v0.3.3 |
1804 | 2025-03-21T00:05:42.590Z | Checking httparse v1.9.5 |
1805 | 2025-03-21T00:05:42.639Z | Checking atomic-waker v1.1.2 |
1806 | 2025-03-21T00:05:42.673Z | Checking bytes v1.10.1 |
1807 | 2025-03-21T00:05:42.698Z | Checking bitflags v2.6.0 |
1808 | 2025-03-21T00:05:42.727Z | Checking serde_json v1.0.139 |
1809 | 2025-03-21T00:05:42.800Z | Checking chrono v0.4.40 |
1810 | 2025-03-21T00:05:42.825Z | Checking uuid v1.15.1 |
1811 | 2025-03-21T00:05:42.981Z | Checking semver v1.0.25 |
1812 | 2025-03-21T00:05:43.008Z | Checking indexmap v2.7.1 |
1813 | 2025-03-21T00:05:43.358Z | Checking rustix v0.38.37 |
1814 | 2025-03-21T00:05:43.383Z | Checking rand v0.8.5 |
1815 | 2025-03-21T00:05:43.536Z | Checking tokio v1.43.0 |
1816 | 2025-03-21T00:05:43.706Z | Checking http v1.2.0 |
1817 | 2025-03-21T00:05:44.046Z | Checking tinystr v0.7.6 |
1818 | 2025-03-21T00:05:44.109Z | Checking inout v0.1.3 |
1819 | 2025-03-21T00:05:44.312Z | Checking icu_locid_transform_data v1.5.0 |
1820 | 2025-03-21T00:05:44.341Z | Checking cipher v0.4.4 |
1821 | 2025-03-21T00:05:44.366Z | Checking icu_locid v1.5.0 |
1822 | 2025-03-21T00:05:44.428Z | Checking icu_collections v1.5.0 |
1823 | 2025-03-21T00:05:44.478Z | Checking schemars v0.8.22 |
1824 | 2025-03-21T00:05:44.706Z | Checking form_urlencoded v1.2.1 |
1825 | 2025-03-21T00:05:44.779Z | Checking spin v0.9.8 |
1826 | 2025-03-21T00:05:44.909Z | Checking untrusted v0.9.0 |
1827 | 2025-03-21T00:05:45.004Z | Checking regex-syntax v0.8.5 |
1828 | 2025-03-21T00:05:45.081Z | Checking powerfmt v0.2.0 |
1829 | 2025-03-21T00:05:45.107Z | Checking icu_properties_data v1.5.0 |
1830 | 2025-03-21T00:05:45.218Z | Checking icu_provider v1.5.0 |
1831 | 2025-03-21T00:05:45.334Z | Checking ring v0.17.11 |
1832 | 2025-03-21T00:05:45.359Z | Checking deranged v0.3.11 |
1833 | 2025-03-21T00:05:45.426Z | Checking utf16_iter v1.0.5 |
1834 | 2025-03-21T00:05:45.591Z | Checking num-conv v0.1.0 |
1835 | 2025-03-21T00:05:45.783Z | Checking utf8_iter v1.0.4 |
1836 | 2025-03-21T00:05:45.808Z | Checking icu_locid_transform v1.5.0 |
1837 | 2025-03-21T00:05:45.833Z | Checking write16 v1.0.0 |
1838 | 2025-03-21T00:05:45.971Z | Checking num_threads v0.1.7 |
1839 | 2025-03-21T00:05:46.001Z | Checking time-core v0.1.2 |
1840 | 2025-03-21T00:05:46.027Z | Checking icu_normalizer_data v1.5.0 |
1841 | 2025-03-21T00:05:46.098Z | Checking aho-corasick v1.1.3 |
1842 | 2025-03-21T00:05:46.145Z | Checking unicode-ident v1.0.14 |
1843 | 2025-03-21T00:05:46.174Z | Checking base64ct v1.6.0 |
1844 | 2025-03-21T00:05:46.330Z | Checking proc-macro2 v1.0.94 |
1845 | 2025-03-21T00:05:46.494Z | Checking time v0.3.36 |
1846 | 2025-03-21T00:05:46.583Z | Checking hmac v0.12.1 |
1847 | 2025-03-21T00:05:46.662Z | Checking icu_properties v1.5.1 |
1848 | 2025-03-21T00:05:46.791Z | Checking sha2 v0.10.8 |
1849 | 2025-03-21T00:05:46.930Z | Checking adler2 v2.0.0 |
1850 | 2025-03-21T00:05:47.072Z | Checking rustls-pki-types v1.10.0 |
1851 | 2025-03-21T00:05:47.259Z | Checking miniz_oxide v0.8.5 |
1852 | 2025-03-21T00:05:47.284Z | Checking quote v1.0.39 |
1853 | 2025-03-21T00:05:47.447Z | Checking http-body v1.0.1 |
1854 | 2025-03-21T00:05:47.548Z | Checking regex-automata v0.4.8 |
1855 | 2025-03-21T00:05:47.576Z | Checking aws-lc-sys v0.26.0 |
1856 | 2025-03-21T00:05:47.605Z | Checking syn v2.0.98 |
1857 | 2025-03-21T00:05:47.653Z | Checking httpdate v1.0.3 |
1858 | 2025-03-21T00:05:47.895Z | Checking untrusted v0.7.1 |
1859 | 2025-03-21T00:05:47.920Z | Checking try-lock v0.2.5 |
1860 | 2025-03-21T00:05:48.073Z | Checking base64 v0.22.1 |
1861 | 2025-03-21T00:05:48.100Z | Checking want v0.3.1 |
1862 | 2025-03-21T00:05:48.277Z | Checking pem-rfc7468 v0.7.0 |
1863 | 2025-03-21T00:05:48.472Z | Checking tower-service v0.3.3 |
1864 | 2025-03-21T00:05:48.499Z | Checking slog v2.7.0 |
1865 | 2025-03-21T00:05:48.535Z | Checking flagset v0.4.6 |
1866 | 2025-03-21T00:05:48.609Z | Checking mime v0.3.17 |
1867 | 2025-03-21T00:05:48.738Z | Checking der v0.7.9 |
1868 | 2025-03-21T00:05:48.878Z | Checking pbkdf2 v0.12.2 |
1869 | 2025-03-21T00:05:48.907Z | Checking aes v0.8.4 |
1870 | 2025-03-21T00:05:49.037Z | Checking gimli v0.31.1 |
1871 | 2025-03-21T00:05:49.348Z | Checking tokio-util v0.7.13 |
1872 | 2025-03-21T00:05:49.374Z | Checking aws-lc-rs v1.12.4 |
1873 | 2025-03-21T00:05:49.487Z | Checking icu_normalizer v1.5.0 |
1874 | 2025-03-21T00:05:49.651Z | Checking http-body-util v0.1.2 |
1875 | 2025-03-21T00:05:50.042Z | Checking lazy_static v1.5.0 |
1876 | 2025-03-21T00:05:50.073Z | Checking h2 v0.4.6 |
1877 | 2025-03-21T00:05:50.186Z | Checking idna_adapter v1.2.0 |
1878 | 2025-03-21T00:05:50.212Z | Checking salsa20 v0.10.2 |
1879 | 2025-03-21T00:05:50.257Z | Checking spki v0.7.3 |
1880 | 2025-03-21T00:05:50.385Z | Checking idna v1.0.3 |
1881 | 2025-03-21T00:05:50.432Z | Checking cbc v0.1.2 |
1882 | 2025-03-21T00:05:50.528Z | Checking object v0.36.5 |
1883 | 2025-03-21T00:05:50.630Z | Checking rustc-demangle v0.1.24 |
1884 | 2025-03-21T00:05:50.833Z | Checking url v2.5.3 |
1885 | 2025-03-21T00:05:50.909Z | Checking rustls-webpki v0.102.8 |
1886 | 2025-03-21T00:05:50.984Z | Checking regex v1.11.1 |
1887 | 2025-03-21T00:05:51.036Z | Checking scrypt v0.11.0 |
1888 | 2025-03-21T00:05:51.243Z | Checking rustls-pemfile v2.2.0 |
1889 | 2025-03-21T00:05:51.450Z | Checking foreign-types-shared v0.1.1 |
1890 | 2025-03-21T00:05:51.508Z | Checking openssl-probe v0.1.5 |
1891 | 2025-03-21T00:05:51.537Z | Checking utf8parse v0.2.2 |
1892 | 2025-03-21T00:05:51.578Z | Checking ipnet v2.11.0 |
1893 | 2025-03-21T00:05:51.611Z | Checking foreign-types v0.3.2 |
1894 | 2025-03-21T00:05:51.684Z | Checking pkcs5 v0.7.1 |
1895 | 2025-03-21T00:05:51.709Z | Checking serde_urlencoded v0.7.1 |
1896 | 2025-03-21T00:05:51.736Z | Checking openssl-sys v0.9.106 |
1897 | 2025-03-21T00:05:51.994Z | Checking encoding_rs v0.8.34 |
1898 | 2025-03-21T00:05:52.091Z | Checking futures-executor v0.3.31 |
1899 | 2025-03-21T00:05:52.145Z | Checking pkcs8 v0.10.2 |
1900 | 2025-03-21T00:05:52.225Z | Checking addr2line v0.24.2 |
1901 | 2025-03-21T00:05:52.329Z | Checking toml_datetime v0.6.8 |
1902 | 2025-03-21T00:05:52.454Z | Checking serde_spanned v0.6.8 |
1903 | 2025-03-21T00:05:52.611Z | Checking anstyle v1.0.10 |
1904 | 2025-03-21T00:05:52.638Z | Checking futures v0.3.31 |
1905 | 2025-03-21T00:05:52.670Z | Checking rustls v0.23.19 |
1906 | 2025-03-21T00:05:52.704Z | Checking openssl v0.10.71 |
1907 | 2025-03-21T00:05:52.732Z | Checking either v1.14.0 |
1908 | 2025-03-21T00:05:52.768Z | Checking psl-types v2.0.11 |
1909 | 2025-03-21T00:05:52.930Z | Checking anstyle-parse v0.2.5 |
1910 | 2025-03-21T00:05:52.956Z | Checking publicsuffix v2.3.0 |
1911 | 2025-03-21T00:05:53.081Z | Checking cookie v0.18.1 |
1912 | 2025-03-21T00:05:53.209Z | Checking webpki-roots v0.26.6 |
1913 | 2025-03-21T00:05:53.234Z | Checking sync_wrapper v1.0.1 |
1914 | 2025-03-21T00:05:53.390Z | Checking is-terminal v0.4.13 |
1915 | 2025-03-21T00:05:53.415Z | Checking is_terminal_polyfill v1.70.1 |
1916 | 2025-03-21T00:05:53.471Z | Checking anstyle-query v1.1.1 |
1917 | 2025-03-21T00:05:53.530Z | Checking tower-layer v0.3.3 |
1918 | 2025-03-21T00:05:53.559Z | Checking colorchoice v1.0.2 |
1919 | 2025-03-21T00:05:53.613Z | Checking data-encoding v2.6.0 |
1920 | 2025-03-21T00:05:53.712Z | Checking anstream v0.6.15 |
1921 | 2025-03-21T00:05:53.777Z | Checking tower v0.5.2 |
1922 | 2025-03-21T00:05:53.803Z | Checking cookie_store v0.21.1 |
1923 | 2025-03-21T00:05:54.058Z | Checking terminal_size v0.4.0 |
1924 | 2025-03-21T00:05:54.084Z | Checking openapiv3 v2.0.0 |
1925 | 2025-03-21T00:05:54.231Z | Checking sha1 v0.10.6 |
1926 | 2025-03-21T00:05:54.393Z | Checking clap_lex v0.7.4 |
1927 | 2025-03-21T00:05:54.418Z | Checking strsim v0.11.1 |
1928 | 2025-03-21T00:05:54.486Z | Checking camino v1.1.9 |
1929 | 2025-03-21T00:05:54.627Z | Checking signature v2.2.0 |
1930 | 2025-03-21T00:05:54.687Z | Checking clap_builder v4.5.31 |
1931 | 2025-03-21T00:05:54.829Z | Checking tinyvec_macros v0.1.1 |
1932 | 2025-03-21T00:05:54.928Z | Checking bitflags v1.3.2 |
1933 | 2025-03-21T00:05:54.959Z | Checking tinyvec v1.8.0 |
1934 | 2025-03-21T00:05:55.046Z | Checking dirs-sys-next v0.1.2 |
1935 | 2025-03-21T00:05:55.241Z | Checking scroll v0.12.0 |
1936 | 2025-03-21T00:05:55.266Z | Checking hyper v1.6.0 |
1937 | 2025-03-21T00:05:55.523Z | Checking backtrace v0.3.74 |
1938 | 2025-03-21T00:05:55.645Z | Checking ucd-trie v0.1.7 |
1939 | 2025-03-21T00:05:55.835Z | Checking plain v0.2.3 |
1940 | 2025-03-21T00:05:55.977Z | Checking goblin v0.8.2 |
1941 | 2025-03-21T00:05:56.032Z | Checking anyhow v1.0.97 |
1942 | 2025-03-21T00:05:56.057Z | Checking pest v2.7.14 |
1943 | 2025-03-21T00:05:56.386Z | Checking dirs-next v2.0.0 |
1944 | 2025-03-21T00:05:56.516Z | Checking ipnetwork v0.21.1 |
1945 | 2025-03-21T00:05:56.629Z | Checking crossbeam-channel v0.5.13 |
1946 | 2025-03-21T00:05:56.845Z | Checking num-integer v0.1.46 |
1947 | 2025-03-21T00:05:56.893Z | Checking hyper-util v0.1.10 |
1948 | 2025-03-21T00:05:56.996Z | Checking native-tls v0.2.12 |
1949 | 2025-03-21T00:05:57.057Z | Checking tokio-rustls v0.26.0 |
1950 | 2025-03-21T00:05:57.202Z | Checking clap v4.5.31 |
1951 | 2025-03-21T00:05:57.231Z | Checking thread_local v1.1.8 |
1952 | 2025-03-21T00:05:57.276Z | Checking winnow v0.7.3 |
1953 | 2025-03-21T00:05:57.303Z | Checking tokio-native-tls v0.3.1 |
1954 | 2025-03-21T00:05:57.332Z | Checking pretty-hex v0.4.1 |
1955 | 2025-03-21T00:05:57.433Z | Checking term v0.7.0 |
1956 | 2025-03-21T00:05:57.508Z | Checking thread-id v4.2.2 |
1957 | 2025-03-21T00:05:57.535Z | Checking crc32fast v1.4.2 |
1958 | 2025-03-21T00:05:57.574Z | Checking base16ct v0.2.0 |
1959 | 2025-03-21T00:05:57.636Z | Checking take_mut v0.2.2 |
1960 | 2025-03-21T00:05:57.780Z | Checking ff v0.13.0 |
1961 | 2025-03-21T00:05:57.808Z | Checking slog-async v2.8.0 |
1962 | 2025-03-21T00:05:57.832Z | Checking sec1 v0.7.3 |
1963 | 2025-03-21T00:05:57.862Z | Checking slog-term v2.9.1 |
1964 | 2025-03-21T00:05:57.995Z | Checking zerocopy v0.8.10 |
1965 | 2025-03-21T00:05:58.124Z | Checking memmap v0.7.0 |
1966 | 2025-03-21T00:05:58.154Z | Checking group v0.13.0 |
1967 | 2025-03-21T00:05:58.206Z | Checking dtrace-parser v0.2.0 |
1968 | 2025-03-21T00:05:58.314Z | Checking num-iter v0.1.45 |
1969 | 2025-03-21T00:05:58.339Z | Checking hkdf v0.12.4 |
1970 | 2025-03-21T00:05:58.406Z | Checking hex v0.4.3 |
1971 | 2025-03-21T00:05:58.483Z | Checking crypto-bigint v0.5.5 |
1972 | 2025-03-21T00:05:58.566Z | Checking unicode-width v0.2.0 |
1973 | 2025-03-21T00:05:58.593Z | Checking hyper-tls v0.6.0 |
1974 | 2025-03-21T00:05:58.632Z | Checking hyper-rustls v0.27.3 |
1975 | 2025-03-21T00:05:58.844Z | Checking utf-8 v0.7.6 |
1976 | 2025-03-21T00:05:58.883Z | Checking static_assertions v1.1.0 |
1977 | 2025-03-21T00:05:58.961Z | Checking reqwest v0.12.12 |
1978 | 2025-03-21T00:05:58.992Z | Checking match_cfg v0.1.0 |
1979 | 2025-03-21T00:05:59.021Z | Checking bstr v1.10.0 |
1980 | 2025-03-21T00:05:59.064Z | Checking unicode-segmentation v1.12.0 |
1981 | 2025-03-21T00:05:59.110Z | Checking hostname v0.3.1 |
1982 | 2025-03-21T00:05:59.252Z | Checking winnow v0.5.40 |
1983 | 2025-03-21T00:05:59.578Z | Checking toml_edit v0.22.24 |
1984 | 2025-03-21T00:05:59.629Z | Checking num-bigint-dig v0.8.4 |
1985 | 2025-03-21T00:05:59.807Z | Checking flate2 v1.1.0 |
1986 | 2025-03-21T00:05:59.957Z | Checking dof v0.3.0 |
1987 | 2025-03-21T00:06:00.287Z | Checking pkcs1 v0.7.5 |
1988 | 2025-03-21T00:06:00.365Z | Checking crossbeam-epoch v0.9.18 |
1989 | 2025-03-21T00:06:00.503Z | Checking usdt-impl v0.5.0 |
1990 | 2025-03-21T00:06:00.529Z | Checking zerocopy v0.6.6 |
1991 | 2025-03-21T00:06:00.657Z | Checking quick-error v1.2.3 |
1992 | 2025-03-21T00:06:00.754Z | Checking elliptic-curve v0.13.8 |
1993 | 2025-03-21T00:06:00.784Z | Checking unicode-normalization v0.1.24 |
1994 | 2025-03-21T00:06:00.814Z | Checking slog-json v2.6.1 |
1995 | 2025-03-21T00:06:01.036Z | Checking usdt v0.5.0 |
1996 | 2025-03-21T00:06:01.062Z | Checking rfc6979 v0.4.0 |
1997 | 2025-03-21T00:06:01.117Z | Checking hubpack v0.1.2 |
1998 | 2025-03-21T00:06:01.245Z | Checking debug-ignore v1.0.5 |
1999 | 2025-03-21T00:06:01.281Z | Checking managed v0.8.0 |
2000 | 2025-03-21T00:06:01.313Z | Checking rsa v0.9.6 |
2001 | 2025-03-21T00:06:01.342Z | Checking ecdsa v0.16.9 |
2002 | 2025-03-21T00:06:01.405Z | Checking slog-bunyan v2.5.0 |
2003 | 2025-03-21T00:06:01.432Z | Checking crossbeam-deque v0.8.5 |
2004 | 2025-03-21T00:06:01.558Z | Checking toml_edit v0.19.15 |
2005 | 2025-03-21T00:06:01.582Z | Checking rustls v0.22.4 |
2006 | 2025-03-21T00:06:01.610Z | Checking x509-cert v0.2.5 |
2007 | 2025-03-21T00:06:01.638Z | Checking serde_path_to_error v0.1.16 |
2008 | 2025-03-21T00:06:01.731Z | Checking curve25519-dalek v4.1.3 |
2009 | 2025-03-21T00:06:01.826Z | Checking toml v0.8.20 |
2010 | 2025-03-21T00:06:01.944Z | Checking ahash v0.8.11 |
2011 | 2025-03-21T00:06:02.185Z | Checking bzip2-sys v0.1.11+1.0.8 |
2012 | 2025-03-21T00:06:02.211Z | Checking siphasher v0.3.11 |
2013 | 2025-03-21T00:06:02.319Z | Checking bzip2 v0.4.4 |
2014 | 2025-03-21T00:06:02.378Z | Checking rayon-core v1.12.1 |
2015 | 2025-03-21T00:06:02.446Z | Checking ed25519 v2.2.3 |
2016 | 2025-03-21T00:06:02.509Z | Checking signal-hook v0.3.17 |
2017 | 2025-03-21T00:06:02.592Z | Checking rand_core v0.9.2 |
2018 | 2025-03-21T00:06:02.748Z | Checking console v0.15.10 |
2019 | 2025-03-21T00:06:02.826Z | Checking hickory-proto v0.24.4 |
2020 | 2025-03-21T00:06:02.903Z | Checking multer v3.1.0 |
2021 | 2025-03-21T00:06:02.957Z | Checking itertools v0.10.5 |
2022 | 2025-03-21T00:06:02.984Z | Checking waitgroup v0.1.2 |
2023 | 2025-03-21T00:06:03.142Z | Checking memoffset v0.9.1 |
2024 | 2025-03-21T00:06:03.250Z | Checking ed25519-dalek v2.1.1 |
2025 | 2025-03-21T00:06:03.274Z | Checking async-stream v0.3.6 |
2026 | 2025-03-21T00:06:03.304Z | Checking hostname v0.4.0 |
2027 | 2025-03-21T00:06:03.329Z | Checking rand_chacha v0.9.0 |
2028 | 2025-03-21T00:06:03.456Z | Checking signal-hook-mio v0.2.4 |
2029 | 2025-03-21T00:06:03.482Z | Checking zip v0.6.6 |
2030 | 2025-03-21T00:06:03.612Z | Checking fs-err v2.11.0 |
2031 | 2025-03-21T00:06:03.653Z | Checking toml v0.7.8 |
2032 | 2025-03-21T00:06:03.653Z | Checking hash32 v0.2.1 |
2033 | 2025-03-21T00:06:03.703Z | Checking simd-adler32 v0.3.7 |
2034 | 2025-03-21T00:06:03.947Z | Checking predicates-core v1.0.8 |
2035 | 2025-03-21T00:06:04.024Z | Checking unicode-properties v0.1.3 |
2036 | 2025-03-21T00:06:04.090Z | Checking lockfree-object-pool v0.1.6 |
2037 | 2025-03-21T00:06:04.119Z | Checking linked-hash-map v0.5.6 |
2038 | 2025-03-21T00:06:04.149Z | Checking unicode-bidi v0.3.17 |
2039 | 2025-03-21T00:06:04.256Z | Checking bumpalo v3.16.0 |
2040 | 2025-03-21T00:06:04.318Z | Checking heapless v0.7.17 |
2041 | 2025-03-21T00:06:04.344Z | Checking rand v0.9.0 |
2042 | 2025-03-21T00:06:04.417Z | Checking tokio-rustls v0.25.0 |
2043 | 2025-03-21T00:06:04.442Z | Checking lru-cache v0.1.2 |
2044 | 2025-03-21T00:06:04.541Z | Checking zopfli v0.8.1 |
2045 | 2025-03-21T00:06:04.626Z | Checking crossterm v0.28.1 |
2046 | 2025-03-21T00:06:04.673Z | Checking stringprep v0.1.5 |
2047 | 2025-03-21T00:06:04.712Z | Checking rayon v1.10.0 |
2048 | 2025-03-21T00:06:04.769Z | Checking dropshot v0.12.0 |
2049 | 2025-03-21T00:06:05.034Z | Checking phf_shared v0.11.2 |
2050 | 2025-03-21T00:06:05.132Z | Checking similar v2.7.0 |
2051 | 2025-03-21T00:06:05.157Z | Checking tokio-stream v0.1.17 |
2052 | 2025-03-21T00:06:05.214Z | Checking newtype-uuid v1.2.1 |
2053 | 2025-03-21T00:06:05.282Z | Checking md-5 v0.10.6 |
2054 | 2025-03-21T00:06:05.466Z | Checking float-cmp v0.10.0 |
2055 | 2025-03-21T00:06:05.494Z | Checking difflib v0.4.0 |
2056 | 2025-03-21T00:06:05.678Z | Checking fallible-iterator v0.2.0 |
2057 | 2025-03-21T00:06:05.793Z | Checking normalize-line-endings v0.3.0 |
2058 | 2025-03-21T00:06:05.818Z | Checking phf v0.11.2 |
2059 | 2025-03-21T00:06:05.862Z | Checking zip v2.1.3 |
2060 | 2025-03-21T00:06:05.923Z | Checking predicates v3.1.3 |
2061 | 2025-03-21T00:06:06.065Z | Checking smoltcp v0.9.1 |
2062 | 2025-03-21T00:06:06.090Z | Checking nix v0.29.0 |
2063 | 2025-03-21T00:06:06.194Z | Checking postgres-protocol v0.6.8 |
2064 | 2025-03-21T00:06:06.441Z | Checking phf_shared v0.10.0 |
2065 | 2025-03-21T00:06:06.614Z | Checking resolv-conf v0.7.0 |
2066 | 2025-03-21T00:06:06.678Z | Checking tungstenite v0.24.0 |
2067 | 2025-03-21T00:06:06.740Z | Checking buf-list v1.0.3 |
2068 | 2025-03-21T00:06:06.777Z | Checking serde-big-array v0.5.1 |
2069 | 2025-03-21T00:06:06.928Z | Checking portable-atomic v1.9.0 |
2070 | 2025-03-21T00:06:06.985Z | Checking fixedbitset v0.4.2 |
2071 | 2025-03-21T00:06:07.033Z | Checking precomputed-hash v0.1.1 |
2072 | 2025-03-21T00:06:07.165Z | Checking minimal-lexical v0.2.1 |
2073 | 2025-03-21T00:06:07.232Z | Checking lalrpop-util v0.19.12 |
2074 | 2025-03-21T00:06:07.262Z | Checking new_debug_unreachable v1.0.6 |
2075 | 2025-03-21T00:06:07.295Z | Checking number_prefix v0.4.0 |
2076 | 2025-03-21T00:06:07.372Z | Checking string_cache v0.8.7 |
2077 | 2025-03-21T00:06:07.435Z | Checking tokio-tungstenite v0.24.0 |
2078 | 2025-03-21T00:06:07.508Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2079 | 2025-03-21T00:06:07.593Z | Checking petgraph v0.6.5 |
2080 | 2025-03-21T00:06:07.800Z | Checking nom v7.1.3 |
2081 | 2025-03-21T00:06:07.800Z | Checking hickory-resolver v0.24.4 |
2082 | 2025-03-21T00:06:07.801Z | Checking postgres-types v0.2.9 |
2083 | 2025-03-21T00:06:07.903Z | Checking itertools v0.12.1 |
2084 | 2025-03-21T00:06:07.903Z | Checking indicatif v0.17.11 |
2085 | 2025-03-21T00:06:07.904Z | Checking whoami v1.5.2 |
2086 | 2025-03-21T00:06:08.188Z | Checking peg-runtime v0.8.5 |
2087 | 2025-03-21T00:06:08.274Z | Checking tokio-postgres v0.7.13 |
2088 | 2025-03-21T00:06:08.354Z | Compiling thiserror-impl v2.0.11 |
2089 | 2025-03-21T00:06:08.595Z | Compiling regress v0.10.3 |
2090 | 2025-03-21T00:06:08.960Z | Checking qorb v0.2.1 |
2091 | 2025-03-21T00:06:09.660Z | Compiling ident_case v1.0.1 |
2092 | 2025-03-21T00:06:09.724Z | Compiling unsafe-libyaml v0.2.11 |
2093 | 2025-03-21T00:06:09.850Z | Compiling darling_core v0.20.10 |
2094 | 2025-03-21T00:06:10.064Z | Checking heck v0.5.0 |
2095 | 2025-03-21T00:06:10.281Z | Checking fastrand v2.1.1 |
2096 | 2025-03-21T00:06:10.583Z | Compiling structmeta-derive v0.3.0 |
2097 | 2025-03-21T00:06:10.861Z | Checking thiserror v2.0.11 |
2098 | 2025-03-21T00:06:11.009Z | Compiling serde_yaml v0.9.34+deprecated |
2099 | 2025-03-21T00:06:11.034Z | Checking tempfile v3.13.0 |
2100 | 2025-03-21T00:06:11.159Z | Checking progenitor-client v0.9.1 |
2101 | 2025-03-21T00:06:11.363Z | Compiling typify-impl v0.2.0 |
2102 | 2025-03-21T00:06:11.511Z | Checking strum v0.26.3 |
2103 | 2025-03-21T00:06:11.541Z | Compiling daft-derive v0.1.2 |
2104 | 2025-03-21T00:06:11.681Z | Checking oxnet v0.1.1 |
2105 | 2025-03-21T00:06:12.000Z | Checking wait-timeout v0.2.0 |
2106 | 2025-03-21T00:06:12.174Z | Checking bit-vec v0.8.0 |
2107 | 2025-03-21T00:06:12.200Z | Checking rusty-fork v0.3.0 |
2108 | 2025-03-21T00:06:12.507Z | Checking rand_xorshift v0.3.0 |
2109 | 2025-03-21T00:06:12.538Z | Checking bit-set v0.8.0 |
2110 | 2025-03-21T00:06:12.592Z | Compiling structmeta v0.3.0 |
2111 | 2025-03-21T00:06:12.706Z | Compiling dropshot v0.16.0 |
2112 | 2025-03-21T00:06:12.794Z | Checking unarray v0.1.4 |
2113 | 2025-03-21T00:06:12.837Z | Checking macaddr v1.0.1 |
2114 | 2025-03-21T00:06:12.967Z | Compiling parse-display-derive v0.10.0 |
2115 | 2025-03-21T00:06:13.024Z | Compiling test-strategy v0.4.0 |
2116 | 2025-03-21T00:06:13.024Z | Checking proptest v1.6.0 |
2117 | 2025-03-21T00:06:13.232Z | Compiling dropshot_endpoint v0.16.0 |
2118 | 2025-03-21T00:06:14.004Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2119 | 2025-03-21T00:06:14.590Z | Checking daft v0.1.2 |
2120 | 2025-03-21T00:06:14.620Z | Compiling darling_macro v0.20.10 |
2121 | 2025-03-21T00:06:14.966Z | Checking progenitor-client v0.8.0 |
2122 | 2025-03-21T00:06:15.209Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2123 | 2025-03-21T00:06:15.306Z | Checking instant v0.1.13 |
2124 | 2025-03-21T00:06:15.369Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2125 | 2025-03-21T00:06:15.409Z | Compiling darling v0.20.10 |
2126 | 2025-03-21T00:06:15.443Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2127 | 2025-03-21T00:06:15.541Z | Compiling serde_with_macros v3.12.0 |
2128 | 2025-03-21T00:06:15.786Z | Checking backoff v0.4.0 |
2129 | 2025-03-21T00:06:15.904Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2130 | 2025-03-21T00:06:16.044Z | Checking camino-tempfile v1.1.1 |
2131 | 2025-03-21T00:06:16.077Z | Checking unicode-width v0.1.14 |
2132 | 2025-03-21T00:06:16.111Z | Compiling proc-macro-error v1.0.4 |
2133 | 2025-03-21T00:06:16.208Z | Checking parse-display v0.10.0 |
2134 | 2025-03-21T00:06:16.359Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2025-03-21T00:06:16.589Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2136 | 2025-03-21T00:06:16.694Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2137 | 2025-03-21T00:06:16.727Z | Checking tabwriter v1.4.0 |
2138 | 2025-03-21T00:06:16.868Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2139 | 2025-03-21T00:06:16.987Z | Compiling foreign-types-macros v0.2.3 |
2140 | 2025-03-21T00:06:17.046Z | Checking foreign-types-shared v0.3.1 |
2141 | 2025-03-21T00:06:17.206Z | Compiling num_enum_derive v0.5.11 |
2142 | 2025-03-21T00:06:17.266Z | Checking cstr-argument v0.1.2 |
2143 | 2025-03-21T00:06:17.307Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2144 | 2025-03-21T00:06:17.459Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2145 | 2025-03-21T00:06:17.547Z | Checking pretty-hex v0.2.1 |
2146 | 2025-03-21T00:06:17.640Z | Checking colored v2.2.0 |
2147 | 2025-03-21T00:06:17.710Z | Checking serde_with v3.12.0 |
2148 | 2025-03-21T00:06:17.757Z | Checking winnow v0.6.20 |
2149 | 2025-03-21T00:06:17.981Z | Checking smf v0.2.3 |
2150 | 2025-03-21T00:06:18.007Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2151 | 2025-03-21T00:06:18.048Z | Checking foreign-types v0.5.0 |
2152 | 2025-03-21T00:06:18.171Z | Checking itertools v0.14.0 |
2153 | 2025-03-21T00:06:18.197Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2154 | 2025-03-21T00:06:18.378Z | Compiling typify-impl v0.3.0 |
2155 | 2025-03-21T00:06:18.470Z | Checking base64 v0.21.7 |
2156 | 2025-03-21T00:06:18.888Z | Compiling itertools v0.13.0 |
2157 | 2025-03-21T00:06:19.034Z | Checking num_enum v0.5.11 |
2158 | 2025-03-21T00:06:19.190Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2159 | 2025-03-21T00:06:19.445Z | Compiling crucible-workspace-hack v0.1.0 |
2160 | 2025-03-21T00:06:20.134Z | Compiling heapless v0.8.0 |
2161 | 2025-03-21T00:06:20.332Z | Checking hash32 v0.3.1 |
2162 | 2025-03-21T00:06:20.424Z | Compiling smoltcp v0.11.0 |
2163 | 2025-03-21T00:06:20.507Z | Checking cobs v0.2.3 |
2164 | 2025-03-21T00:06:20.688Z | Checking postcard v1.0.10 |
2165 | 2025-03-21T00:06:21.015Z | Checking sigpipe v0.1.3 |
2166 | 2025-03-21T00:06:21.110Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2167 | 2025-03-21T00:06:21.182Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2168 | 2025-03-21T00:06:21.323Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2169 | 2025-03-21T00:06:21.371Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2170 | 2025-03-21T00:06:21.487Z | Compiling mockall_derive v0.13.1 |
2171 | 2025-03-21T00:06:21.709Z | Checking termtree v0.4.1 |
2172 | 2025-03-21T00:06:21.775Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2173 | 2025-03-21T00:06:21.862Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2174 | 2025-03-21T00:06:21.937Z | Checking predicates-tree v1.0.11 |
2175 | 2025-03-21T00:06:22.069Z | Compiling zone_cfg_derive v0.3.0 |
2176 | 2025-03-21T00:06:22.097Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2177 | 2025-03-21T00:06:22.097Z | Compiling num-derive v0.4.2 |
2178 | 2025-03-21T00:06:22.398Z | Checking downcast v0.11.0 |
2179 | 2025-03-21T00:06:22.608Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2180 | 2025-03-21T00:06:22.669Z | Compiling typify-macro v0.2.0 |
2181 | 2025-03-21T00:06:22.891Z | Checking fragile v2.0.0 |
2182 | 2025-03-21T00:06:23.178Z | Checking zone v0.3.0 |
2183 | 2025-03-21T00:06:23.204Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2184 | 2025-03-21T00:06:23.438Z | Checking atomicwrites v0.4.4 |
2185 | 2025-03-21T00:06:23.618Z | Compiling convert_case v0.4.0 |
2186 | 2025-03-21T00:06:23.785Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2187 | 2025-03-21T00:06:23.826Z | Checking tungstenite v0.21.0 |
2188 | 2025-03-21T00:06:24.034Z | Checking newline-converter v0.3.0 |
2189 | 2025-03-21T00:06:24.179Z | Checking same-file v1.0.6 |
2190 | 2025-03-21T00:06:24.220Z | Checking expectorate v1.1.0 |
2191 | 2025-03-21T00:06:24.309Z | Compiling derive_more v0.99.19 |
2192 | 2025-03-21T00:06:24.377Z | Checking walkdir v2.5.0 |
2193 | 2025-03-21T00:06:24.452Z | Checking arc-swap v1.7.1 |
2194 | 2025-03-21T00:06:24.611Z | Checking tokio-tungstenite v0.21.0 |
2195 | 2025-03-21T00:06:24.637Z | Checking fixedbitset v0.5.7 |
2196 | 2025-03-21T00:06:24.781Z | Checking slog-scope v4.4.0 |
2197 | 2025-03-21T00:06:24.957Z | Checking slog-stdlog v4.1.1 |
2198 | 2025-03-21T00:06:24.991Z | Checking petgraph v0.7.1 |
2199 | 2025-03-21T00:06:25.068Z | Checking xattr v1.3.1 |
2200 | 2025-03-21T00:06:25.183Z | Checking filetime v0.2.25 |
2201 | 2025-03-21T00:06:25.315Z | Checking slog-envlogger v2.2.0 |
2202 | 2025-03-21T00:06:25.386Z | Checking tar v0.4.44 |
2203 | 2025-03-21T00:06:25.527Z | Checking num-rational v0.4.2 |
2204 | 2025-03-21T00:06:25.640Z | Compiling typify v0.2.0 |
2205 | 2025-03-21T00:06:25.794Z | Compiling progenitor-impl v0.8.0 |
2206 | 2025-03-21T00:06:26.172Z | Checking num-complex v0.4.6 |
2207 | 2025-03-21T00:06:26.267Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2208 | 2025-03-21T00:06:26.821Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2209 | 2025-03-21T00:06:26.880Z | Checking num v0.4.3 |
2210 | 2025-03-21T00:06:26.989Z | Checking float-ord v0.3.2 |
2211 | 2025-03-21T00:06:27.147Z | Checking password-hash v0.5.0 |
2212 | 2025-03-21T00:06:27.551Z | Checking blake2 v0.10.6 |
2213 | 2025-03-21T00:06:27.720Z | Checking indent_write v2.2.0 |
2214 | 2025-03-21T00:06:27.800Z | Checking mockall v0.13.1 |
2215 | 2025-03-21T00:06:27.827Z | Compiling owo-colors v4.2.0 |
2216 | 2025-03-21T00:06:27.928Z | Compiling cancel-safe-futures v0.1.5 |
2217 | 2025-03-21T00:06:27.973Z | Checking argon2 v0.5.3 |
2218 | 2025-03-21T00:06:28.034Z | Checking swrite v0.1.0 |
2219 | 2025-03-21T00:06:28.180Z | Checking libsw-core v0.3.1 |
2220 | 2025-03-21T00:06:28.401Z | Checking libsw v3.4.0 |
2221 | 2025-03-21T00:06:28.591Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2222 | 2025-03-21T00:06:28.616Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2223 | 2025-03-21T00:06:28.934Z | Checking linear-map v1.2.0 |
2224 | 2025-03-21T00:06:28.982Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2225 | 2025-03-21T00:06:29.049Z | Checking pem v3.0.5 |
2226 | 2025-03-21T00:06:29.273Z | Compiling lzma-sys v0.1.20 |
2227 | 2025-03-21T00:06:29.306Z | Checking headers-core v0.3.0 |
2228 | 2025-03-21T00:06:29.469Z | Compiling heck v0.3.3 |
2229 | 2025-03-21T00:06:29.637Z | Checking highway v1.3.0 |
2230 | 2025-03-21T00:06:29.755Z | Checking headers v0.4.0 |
2231 | 2025-03-21T00:06:29.787Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2232 | 2025-03-21T00:06:29.816Z | Compiling zone_cfg_derive v0.1.2 |
2233 | 2025-03-21T00:06:29.841Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2234 | 2025-03-21T00:06:30.016Z | Compiling typify-macro v0.3.0 |
2235 | 2025-03-21T00:06:30.062Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2236 | 2025-03-21T00:06:30.162Z | Checking yasna v0.5.2 |
2237 | 2025-03-21T00:06:30.374Z | Checking base64 v0.13.1 |
2238 | 2025-03-21T00:06:30.754Z | Checking ron v0.7.1 |
2239 | 2025-03-21T00:06:30.779Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2240 | 2025-03-21T00:06:30.905Z | Checking rcgen v0.12.1 |
2241 | 2025-03-21T00:06:31.042Z | Checking zone v0.1.8 |
2242 | 2025-03-21T00:06:31.194Z | Checking xz2 v0.1.7 |
2243 | 2025-03-21T00:06:31.340Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2244 | 2025-03-21T00:06:31.382Z | Compiling progenitor-macro v0.8.0 |
2245 | 2025-03-21T00:06:31.481Z | Checking subprocess v0.2.9 |
2246 | 2025-03-21T00:06:31.509Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2247 | 2025-03-21T00:06:31.635Z | Checking humantime v2.1.0 |
2248 | 2025-03-21T00:06:31.662Z | Compiling semver v0.1.20 |
2249 | 2025-03-21T00:06:31.733Z | Checking half v2.4.1 |
2250 | 2025-03-21T00:06:31.931Z | Checking ciborium-io v0.2.2 |
2251 | 2025-03-21T00:06:31.991Z | Compiling rustc_version v0.1.7 |
2252 | 2025-03-21T00:06:32.075Z | Checking prettyplease v0.2.30 |
2253 | 2025-03-21T00:06:32.177Z | Checking ciborium-ll v0.2.2 |
2254 | 2025-03-21T00:06:32.410Z | Compiling newtype_derive v0.1.6 |
2255 | 2025-03-21T00:06:32.467Z | Checking ciborium v0.2.2 |
2256 | 2025-03-21T00:06:33.173Z | Compiling typify v0.3.0 |
2257 | 2025-03-21T00:06:33.329Z | Compiling progenitor-impl v0.9.1 |
2258 | 2025-03-21T00:06:33.431Z | Checking steno v0.4.1 |
2259 | 2025-03-21T00:06:33.579Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2260 | 2025-03-21T00:06:35.783Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2261 | 2025-03-21T00:06:36.069Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2262 | 2025-03-21T00:06:36.145Z | Compiling slog-dtrace v0.3.0 |
2263 | 2025-03-21T00:06:36.448Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2264 | 2025-03-21T00:06:36.716Z | Checking display-error-chain v0.2.2 |
2265 | 2025-03-21T00:06:36.875Z | Checking gethostname v0.5.0 |
2266 | 2025-03-21T00:06:36.915Z | Checking keccak v0.1.5 |
2267 | 2025-03-21T00:06:36.959Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2268 | 2025-03-21T00:06:37.016Z | Checking bytecount v0.6.8 |
2269 | 2025-03-21T00:06:37.172Z | Checking universal-hash v0.5.1 |
2270 | 2025-03-21T00:06:37.208Z | Checking sha3 v0.10.8 |
2271 | 2025-03-21T00:06:37.282Z | Checking secrecy v0.8.0 |
2272 | 2025-03-21T00:06:37.378Z | Checking opaque-debug v0.3.1 |
2273 | 2025-03-21T00:06:37.484Z | Checking nibble_vec v0.1.0 |
2274 | 2025-03-21T00:06:37.519Z | Compiling blake3 v1.5.4 |
2275 | 2025-03-21T00:06:37.585Z | Checking endian-type v0.1.2 |
2276 | 2025-03-21T00:06:37.695Z | Checking aead v0.5.2 |
2277 | 2025-03-21T00:06:37.802Z | Checking radix_trie v0.2.1 |
2278 | 2025-03-21T00:06:37.918Z | Checking poly1305 v0.8.0 |
2279 | 2025-03-21T00:06:38.183Z | Checking chacha20 v0.9.1 |
2280 | 2025-03-21T00:06:38.380Z | Compiling thiserror-impl-no-std v2.0.2 |
2281 | 2025-03-21T00:06:38.688Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2282 | 2025-03-21T00:06:38.918Z | Compiling progenitor-macro v0.9.1 |
2283 | 2025-03-21T00:06:38.997Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2284 | 2025-03-21T00:06:39.348Z | Checking chacha20poly1305 v0.10.1 |
2285 | 2025-03-21T00:06:39.565Z | Compiling memmap2 v0.9.5 |
2286 | 2025-03-21T00:06:39.591Z | Compiling arrayvec v0.7.6 |
2287 | 2025-03-21T00:06:39.943Z | Compiling arrayref v0.3.9 |
2288 | 2025-03-21T00:06:39.968Z | Compiling constant_time_eq v0.3.1 |
2289 | 2025-03-21T00:06:40.011Z | Compiling toolchain_find v0.4.0 |
2290 | 2025-03-21T00:06:40.566Z | Compiling topological-sort v0.2.2 |
2291 | 2025-03-21T00:06:40.606Z | Compiling rustfmt-wrapper v0.2.1 |
2292 | 2025-03-21T00:06:40.734Z | Checking thiserror-no-std v2.0.2 |
2293 | 2025-03-21T00:06:40.832Z | Compiling omicron-zone-package v0.12.0 |
2294 | 2025-03-21T00:06:40.894Z | Checking vsss-rs v3.3.4 |
2295 | 2025-03-21T00:06:41.143Z | Checking progenitor v0.8.0 |
2296 | 2025-03-21T00:06:41.269Z | Checking fxhash v0.2.1 |
2297 | 2025-03-21T00:06:41.396Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2298 | 2025-03-21T00:06:41.429Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2299 | 2025-03-21T00:06:41.796Z | Compiling async-recursion v1.1.1 |
2300 | 2025-03-21T00:06:43.072Z | Checking maplit v1.0.2 |
2301 | 2025-03-21T00:06:43.196Z | Compiling const_format_proc_macros v0.2.34 |
2302 | 2025-03-21T00:06:43.516Z | Compiling radium v0.7.0 |
2303 | 2025-03-21T00:06:43.913Z | Checking termcolor v1.4.1 |
2304 | 2025-03-21T00:06:44.287Z | Checking home v0.5.9 |
2305 | 2025-03-21T00:06:44.483Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2306 | 2025-03-21T00:06:44.691Z | Checking kstat-rs v0.2.4 |
2307 | 2025-03-21T00:06:44.788Z | Checking const_format v0.2.34 |
2308 | 2025-03-21T00:06:45.022Z | Compiling vte_generate_state_changes v0.1.2 |
2309 | 2025-03-21T00:06:45.053Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2310 | 2025-03-21T00:06:45.241Z | Checking tap v1.0.1 |
2311 | 2025-03-21T00:06:45.417Z | Compiling maybe-uninit v2.0.0 |
2312 | 2025-03-21T00:06:45.559Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2313 | 2025-03-21T00:06:45.663Z | Checking vte v0.11.1 |
2314 | 2025-03-21T00:06:45.768Z | Checking wyz v0.5.1 |
2315 | 2025-03-21T00:06:46.315Z | Checking fd-lock v4.0.2 |
2316 | 2025-03-21T00:06:46.520Z | Compiling packed_struct v0.10.1 |
2317 | 2025-03-21T00:06:46.804Z | Checking crc-catalog v2.4.0 |
2318 | 2025-03-21T00:06:46.937Z | Checking funty v2.0.0 |
2319 | 2025-03-21T00:06:46.968Z | Checking crc v3.2.1 |
2320 | 2025-03-21T00:06:47.260Z | Checking strip-ansi-escapes v0.2.0 |
2321 | 2025-03-21T00:06:47.432Z | Compiling packed_struct_codegen v0.10.1 |
2322 | 2025-03-21T00:06:47.505Z | Compiling indexmap v1.9.3 |
2323 | 2025-03-21T00:06:47.657Z | Checking bitvec v1.0.1 |
2324 | 2025-03-21T00:06:47.792Z | Checking nodrop v0.1.14 |
2325 | 2025-03-21T00:06:47.825Z | Checking nu-ansi-term v0.50.1 |
2326 | 2025-03-21T00:06:47.939Z | Checking array-init v0.0.4 |
2327 | 2025-03-21T00:06:48.206Z | Checking reedline v0.38.0 |
2328 | 2025-03-21T00:06:48.706Z | Checking progenitor v0.9.1 |
2329 | 2025-03-21T00:06:48.922Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2330 | 2025-03-21T00:06:48.958Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2331 | 2025-03-21T00:06:49.547Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2332 | 2025-03-21T00:06:50.607Z | Checking smallvec v0.6.14 |
2333 | 2025-03-21T00:06:50.970Z | Checking bitfield v0.14.0 |
2334 | 2025-03-21T00:06:51.237Z | Checking hashbrown v0.12.3 |
2335 | 2025-03-21T00:06:52.352Z | Checking serde-hex v0.1.0 |
2336 | 2025-03-21T00:06:52.777Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2337 | 2025-03-21T00:06:53.025Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2338 | 2025-03-21T00:06:53.051Z | Checking env_logger v0.10.2 |
2339 | 2025-03-21T00:06:53.450Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2340 | 2025-03-21T00:06:53.656Z | Checking ron v0.8.1 |
2341 | 2025-03-21T00:06:53.753Z | Checking hashbrown v0.13.2 |
2342 | 2025-03-21T00:06:54.559Z | Checking crc-any v2.5.0 |
2343 | 2025-03-21T00:06:54.722Z | Compiling libefi-sys v0.1.0 |
2344 | 2025-03-21T00:06:54.894Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2345 | 2025-03-21T00:06:55.021Z | Checking object v0.30.4 |
2346 | 2025-03-21T00:06:55.190Z | Compiling phf_generator v0.11.2 |
2347 | 2025-03-21T00:06:55.372Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2348 | 2025-03-21T00:06:55.626Z | Compiling bitfield-struct v0.6.2 |
2349 | 2025-03-21T00:06:55.710Z | Checking path-slash v0.1.5 |
2350 | 2025-03-21T00:06:55.848Z | Compiling phf_codegen v0.11.2 |
2351 | 2025-03-21T00:06:56.083Z | Checking papergrid v0.11.0 |
2352 | 2025-03-21T00:06:56.219Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2353 | 2025-03-21T00:06:56.502Z | Compiling tabled_derive v0.7.0 |
2354 | 2025-03-21T00:06:56.842Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2355 | 2025-03-21T00:06:57.415Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2356 | 2025-03-21T00:06:57.440Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2357 | 2025-03-21T00:06:58.406Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2358 | 2025-03-21T00:06:58.566Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2359 | 2025-03-21T00:07:00.078Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2360 | 2025-03-21T00:07:00.511Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2361 | 2025-03-21T00:07:01.192Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2362 | 2025-03-21T00:07:01.273Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2363 | 2025-03-21T00:07:01.795Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2364 | 2025-03-21T00:07:01.825Z | Compiling parse-zoneinfo v0.3.1 |
2365 | 2025-03-21T00:07:02.247Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2366 | 2025-03-21T00:07:02.382Z | Compiling cfg_aliases v0.1.1 |
2367 | 2025-03-21T00:07:02.505Z | Compiling nix v0.28.0 |
2368 | 2025-03-21T00:07:02.856Z | Compiling chrono-tz-build v0.4.0 |
2369 | 2025-03-21T00:07:02.955Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2370 | 2025-03-21T00:07:03.189Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2371 | 2025-03-21T00:07:03.346Z | Checking tabled v0.15.0 |
2372 | 2025-03-21T00:07:03.373Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2373 | 2025-03-21T00:07:03.647Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2374 | 2025-03-21T00:07:03.899Z | Checking nanorand v0.7.0 |
2375 | 2025-03-21T00:07:03.926Z | Compiling parking_lot_core v0.8.6 |
2376 | 2025-03-21T00:07:04.252Z | Checking flume v0.11.1 |
2377 | 2025-03-21T00:07:04.352Z | Compiling chrono-tz v0.10.1 |
2378 | 2025-03-21T00:07:04.731Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2379 | 2025-03-21T00:07:04.908Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2380 | 2025-03-21T00:07:05.218Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2381 | 2025-03-21T00:07:05.865Z | Compiling peg-macros v0.8.5 |
2382 | 2025-03-21T00:07:05.973Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2383 | 2025-03-21T00:07:06.130Z | Compiling sqlparser_derive v0.2.2 |
2384 | 2025-03-21T00:07:06.308Z | Checking glob v0.3.2 |
2385 | 2025-03-21T00:07:06.634Z | Checking unicode_categories v0.1.1 |
2386 | 2025-03-21T00:07:06.763Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2387 | 2025-03-21T00:07:06.929Z | Checking sqlformat v0.2.6 |
2388 | 2025-03-21T00:07:07.034Z | Checking sqlparser v0.45.0 |
2389 | 2025-03-21T00:07:07.879Z | Checking rustyline v14.0.0 |
2390 | 2025-03-21T00:07:08.763Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2391 | 2025-03-21T00:07:08.787Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2392 | 2025-03-21T00:07:09.312Z | Checking peg v0.8.5 |
2393 | 2025-03-21T00:07:09.426Z | Checking parking_lot v0.11.2 |
2394 | 2025-03-21T00:07:09.513Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2395 | 2025-03-21T00:07:10.031Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2396 | 2025-03-21T00:07:10.855Z | Checking bcs v0.1.6 |
2397 | 2025-03-21T00:07:11.092Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2398 | 2025-03-21T00:07:11.325Z | Checking termtree v0.5.1 |
2399 | 2025-03-21T00:07:11.377Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2400 | 2025-03-21T00:07:11.476Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2401 | 2025-03-21T00:07:11.546Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2402 | 2025-03-21T00:07:11.583Z | Checking sled v0.34.7 |
2403 | 2025-03-21T00:07:12.350Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2404 | 2025-03-21T00:07:13.007Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2405 | 2025-03-21T00:07:13.031Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2406 | 2025-03-21T00:07:14.086Z | Checking hickory-client v0.24.4 |
2407 | 2025-03-21T00:07:14.111Z | Checking hickory-server v0.24.4 |
2408 | 2025-03-21T00:07:14.703Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2409 | 2025-03-21T00:07:16.063Z | Compiling unicase v2.7.0 |
2410 | 2025-03-21T00:07:16.341Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2411 | 2025-03-21T00:07:16.408Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2412 | 2025-03-21T00:07:16.614Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2413 | 2025-03-21T00:07:16.937Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2414 | 2025-03-21T00:07:17.240Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2415 | 2025-03-21T00:07:17.432Z | Compiling dsl_auto_type v0.1.2 |
2416 | 2025-03-21T00:07:17.493Z | Checking primeorder v0.13.6 |
2417 | 2025-03-21T00:07:17.744Z | Checking scheduled-thread-pool v0.2.7 |
2418 | 2025-03-21T00:07:17.945Z | Compiling diesel_table_macro_syntax v0.2.0 |
2419 | 2025-03-21T00:07:17.974Z | Compiling crunchy v0.2.2 |
2420 | 2025-03-21T00:07:18.002Z | Checking r2d2 v0.8.10 |
2421 | 2025-03-21T00:07:18.322Z | Compiling mime_guess v2.0.5 |
2422 | 2025-03-21T00:07:18.346Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2423 | 2025-03-21T00:07:18.445Z | Compiling tiny-keccak v2.0.2 |
2424 | 2025-03-21T00:07:18.717Z | Compiling diesel_derives v2.2.3 |
2425 | 2025-03-21T00:07:18.743Z | Checking http-range v0.1.5 |
2426 | 2025-03-21T00:07:19.078Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2427 | 2025-03-21T00:07:19.250Z | Checking signal-hook-tokio v0.3.1 |
2428 | 2025-03-21T00:07:19.336Z | Checking atty v0.2.14 |
2429 | 2025-03-21T00:07:19.362Z | Compiling ref-cast v1.0.23 |
2430 | 2025-03-21T00:07:19.464Z | Compiling bit-vec v0.6.3 |
2431 | 2025-03-21T00:07:19.497Z | Compiling salty v0.3.0 |
2432 | 2025-03-21T00:07:19.873Z | Compiling bit-set v0.5.3 |
2433 | 2025-03-21T00:07:19.964Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2025-03-21T00:07:20.193Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2435 | 2025-03-21T00:07:20.247Z | Checking p384 v0.13.0 |
2436 | 2025-03-21T00:07:20.320Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2025-03-21T00:07:20.546Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2438 | 2025-03-21T00:07:20.998Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2439 | 2025-03-21T00:07:21.086Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2440 | 2025-03-21T00:07:21.194Z | Compiling ascii-canvas v3.0.0 |
2441 | 2025-03-21T00:07:21.219Z | Compiling ena v0.14.3 |
2442 | 2025-03-21T00:07:21.379Z | Compiling ref-cast-impl v1.0.23 |
2443 | 2025-03-21T00:07:21.552Z | Compiling diff v0.1.13 |
2444 | 2025-03-21T00:07:21.622Z | Compiling bindgen v0.71.1 |
2445 | 2025-03-21T00:07:21.653Z | Compiling regex-syntax v0.6.29 |
2446 | 2025-03-21T00:07:21.953Z | Checking hyper-staticfile v0.10.1 |
2447 | 2025-03-21T00:07:22.390Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2448 | 2025-03-21T00:07:22.493Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2449 | 2025-03-21T00:07:22.518Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2450 | 2025-03-21T00:07:22.580Z | Checking tungstenite v0.23.0 |
2451 | 2025-03-21T00:07:22.927Z | Checking env_filter v0.1.2 |
2452 | 2025-03-21T00:07:22.955Z | Compiling rustc-hash v2.1.1 |
2453 | 2025-03-21T00:07:23.201Z | Checking env_logger v0.11.5 |
2454 | 2025-03-21T00:07:23.271Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2455 | 2025-03-21T00:07:23.388Z | Checking tokio-tungstenite v0.23.1 |
2456 | 2025-03-21T00:07:23.534Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2457 | 2025-03-21T00:07:23.813Z | Compiling derive_builder_core v0.20.2 |
2458 | 2025-03-21T00:07:23.838Z | Compiling libxml v0.3.3 |
2459 | 2025-03-21T00:07:23.863Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2460 | 2025-03-21T00:07:24.159Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2461 | 2025-03-21T00:07:24.317Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2462 | 2025-03-21T00:07:24.444Z | Compiling lalrpop v0.19.12 |
2463 | 2025-03-21T00:07:24.671Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2464 | 2025-03-21T00:07:24.939Z | Checking nix v0.27.1 |
2465 | 2025-03-21T00:07:25.056Z | Compiling strum_macros v0.24.3 |
2466 | 2025-03-21T00:07:25.635Z | Compiling derive_builder_macro v0.20.2 |
2467 | 2025-03-21T00:07:26.001Z | Compiling indoc v1.0.9 |
2468 | 2025-03-21T00:07:26.349Z | Checking derive_builder v0.20.2 |
2469 | 2025-03-21T00:07:27.153Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2470 | 2025-03-21T00:07:27.714Z | Checking diesel v2.2.8 |
2471 | 2025-03-21T00:07:27.766Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2472 | 2025-03-21T00:07:27.998Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2473 | 2025-03-21T00:07:28.064Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2474 | 2025-03-21T00:07:28.349Z | Checking quick-xml v0.37.2 |
2475 | 2025-03-21T00:07:28.528Z | Compiling impl-trait-for-tuples v0.2.2 |
2476 | 2025-03-21T00:07:30.247Z | Compiling oso-derive v0.27.3 |
2477 | 2025-03-21T00:07:30.306Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2478 | 2025-03-21T00:07:30.671Z | Compiling diesel-dtrace v0.4.2 |
2479 | 2025-03-21T00:07:31.138Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2480 | 2025-03-21T00:07:31.245Z | Checking bb8 v0.8.5 |
2481 | 2025-03-21T00:07:31.356Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2482 | 2025-03-21T00:07:31.524Z | Compiling pin-project-internal v1.1.6 |
2483 | 2025-03-21T00:07:31.749Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2484 | 2025-03-21T00:07:31.842Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2485 | 2025-03-21T00:07:33.169Z | Compiling snafu-derive v0.8.5 |
2486 | 2025-03-21T00:07:33.805Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2487 | 2025-03-21T00:07:33.831Z | Checking pin-project v1.1.6 |
2488 | 2025-03-21T00:07:33.992Z | Checking olpc-cjson v0.1.4 |
2489 | 2025-03-21T00:07:34.097Z | Checking globset v0.4.15 |
2490 | 2025-03-21T00:07:34.232Z | Checking serde_plain v1.0.2 |
2491 | 2025-03-21T00:07:34.494Z | Checking typed-path v0.9.3 |
2492 | 2025-03-21T00:07:34.550Z | Checking parse-size v1.1.0 |
2493 | 2025-03-21T00:07:34.638Z | Checking assert_matches v1.5.0 |
2494 | 2025-03-21T00:07:34.759Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2495 | 2025-03-21T00:07:34.788Z | Checking rand_seeder v0.3.0 |
2496 | 2025-03-21T00:07:35.021Z | Compiling proc-macro-error-attr2 v2.0.0 |
2497 | 2025-03-21T00:07:35.708Z | Checking heck v0.4.1 |
2498 | 2025-03-21T00:07:35.745Z | Compiling proc-macro-error2 v2.0.1 |
2499 | 2025-03-21T00:07:35.928Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2500 | 2025-03-21T00:07:36.219Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2501 | 2025-03-21T00:07:36.331Z | Compiling tabled_derive v0.10.0 |
2502 | 2025-03-21T00:07:36.331Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2503 | 2025-03-21T00:07:36.586Z | Checking papergrid v0.14.0 |
2504 | 2025-03-21T00:07:37.042Z | Checking snafu v0.8.5 |
2505 | 2025-03-21T00:07:37.478Z | Checking tough v0.19.0 |
2506 | 2025-03-21T00:07:37.889Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2507 | 2025-03-21T00:07:38.522Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2508 | 2025-03-21T00:07:38.548Z | Checking yansi v1.0.1 |
2509 | 2025-03-21T00:07:39.075Z | Checking pretty_assertions v1.4.1 |
2510 | 2025-03-21T00:07:39.135Z | Checking tabled v0.18.0 |
2511 | 2025-03-21T00:07:39.451Z | Checking io-lifetimes v1.0.11 |
2512 | 2025-03-21T00:07:39.477Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2513 | 2025-03-21T00:07:39.508Z | Checking rustix v0.37.28 |
2514 | 2025-03-21T00:07:40.449Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2515 | 2025-03-21T00:07:40.959Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2516 | 2025-03-21T00:07:41.188Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2517 | 2025-03-21T00:07:41.413Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2518 | 2025-03-21T00:07:41.459Z | Checking terminal_size v0.2.6 |
2519 | 2025-03-21T00:07:41.652Z | Compiling libz-sys v1.1.20 |
2520 | 2025-03-21T00:07:42.062Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2521 | 2025-03-21T00:07:42.227Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2522 | 2025-03-21T00:07:42.767Z | Checking smawk v0.3.2 |
2523 | 2025-03-21T00:07:42.995Z | Checking unicode-linebreak v0.1.5 |
2524 | 2025-03-21T00:07:43.223Z | Compiling indoc v2.0.6 |
2525 | 2025-03-21T00:07:43.384Z | Checking textwrap v0.16.1 |
2526 | 2025-03-21T00:07:43.685Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2527 | 2025-03-21T00:07:43.899Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2528 | 2025-03-21T00:07:44.042Z | Checking castaway v0.2.3 |
2529 | 2025-03-21T00:07:44.230Z | Checking is_ci v1.2.0 |
2530 | 2025-03-21T00:07:44.391Z | Checking supports-color v3.0.2 |
2531 | 2025-03-21T00:07:44.416Z | Checking compact_str v0.8.0 |
2532 | 2025-03-21T00:07:44.614Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2533 | 2025-03-21T00:07:45.211Z | Checking unicode-truncate v1.1.0 |
2534 | 2025-03-21T00:07:45.463Z | Checking lru v0.12.5 |
2535 | 2025-03-21T00:07:45.736Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2536 | 2025-03-21T00:07:46.004Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2537 | 2025-03-21T00:07:46.443Z | Compiling instability v0.3.2 |
2538 | 2025-03-21T00:07:46.546Z | Checking cassowary v0.3.0 |
2539 | 2025-03-21T00:07:46.977Z | Checking cargo-platform v0.1.8 |
2540 | 2025-03-21T00:07:47.180Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2541 | 2025-03-21T00:07:47.316Z | Checking ratatui v0.29.0 |
2542 | 2025-03-21T00:07:47.342Z | Checking cargo_metadata v0.19.2 |
2543 | 2025-03-21T00:07:48.464Z | Compiling vergen v8.3.2 |
2544 | 2025-03-21T00:07:49.004Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2545 | 2025-03-21T00:07:49.265Z | Compiling cargo_metadata v0.18.1 |
2546 | 2025-03-21T00:07:50.129Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2547 | 2025-03-21T00:07:50.384Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2548 | 2025-03-21T00:07:50.699Z | Compiling rustls v0.21.12 |
2549 | 2025-03-21T00:07:50.981Z | Checking plotters-backend v0.3.7 |
2550 | 2025-03-21T00:07:51.352Z | Checking shell-words v1.1.0 |
2551 | 2025-03-21T00:07:51.546Z | Checking plotters-svg v0.3.7 |
2552 | 2025-03-21T00:07:51.867Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2553 | 2025-03-21T00:07:51.960Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2554 | 2025-03-21T00:07:52.175Z | Checking sct v0.7.1 |
2555 | 2025-03-21T00:07:52.236Z | Checking rustls-webpki v0.101.7 |
2556 | 2025-03-21T00:07:52.274Z | Checking cast v0.3.0 |
2557 | 2025-03-21T00:07:52.500Z | Checking plotters v0.3.7 |
2558 | 2025-03-21T00:07:52.583Z | Checking criterion-plot v0.5.0 |
2559 | 2025-03-21T00:07:53.037Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2560 | 2025-03-21T00:07:53.342Z | Checking tinytemplate v1.2.1 |
2561 | 2025-03-21T00:07:53.736Z | Checking concurrent-queue v2.5.0 |
2562 | 2025-03-21T00:07:54.070Z | Checking parking v2.2.1 |
2563 | 2025-03-21T00:07:54.131Z | Checking anes v0.1.6 |
2564 | 2025-03-21T00:07:54.276Z | Checking oorandom v11.1.4 |
2565 | 2025-03-21T00:07:54.491Z | Checking criterion v0.5.1 |
2566 | 2025-03-21T00:07:54.528Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2567 | 2025-03-21T00:07:55.767Z | Checking async-bb8-diesel v0.2.1 |
2568 | 2025-03-21T00:07:55.792Z | Checking tokio-rustls v0.24.1 |
2569 | 2025-03-21T00:07:56.192Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2570 | 2025-03-21T00:07:56.426Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2571 | 2025-03-21T00:07:56.772Z | Checking rustls-pemfile v1.0.4 |
2572 | 2025-03-21T00:07:57.021Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2573 | 2025-03-21T00:07:57.167Z | Checking twox-hash v2.1.0 |
2574 | 2025-03-21T00:07:57.295Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2575 | 2025-03-21T00:07:57.409Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2576 | 2025-03-21T00:07:57.824Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2577 | 2025-03-21T00:07:59.295Z | Checking fatfs v0.3.6 |
2578 | 2025-03-21T00:07:59.518Z | Checking csv-core v0.1.11 |
2579 | 2025-03-21T00:07:59.867Z | Checking hex-literal v0.4.1 |
2580 | 2025-03-21T00:08:00.046Z | Checking csv v1.3.1 |
2581 | 2025-03-21T00:08:00.246Z | Checking event-listener v5.3.1 |
2582 | 2025-03-21T00:08:00.643Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2583 | 2025-03-21T00:08:00.827Z | Checking rtoolbox v0.0.2 |
2584 | 2025-03-21T00:08:01.045Z | Checking rpassword v7.3.1 |
2585 | 2025-03-21T00:08:01.234Z | Checking event-listener-strategy v0.5.2 |
2586 | 2025-03-21T00:08:01.450Z | Checking tui-tree-widget v0.23.0 |
2587 | 2025-03-21T00:08:01.778Z | Checking polyval v0.6.2 |
2588 | 2025-03-21T00:08:02.068Z | Checking ghash v0.5.1 |
2589 | 2025-03-21T00:08:02.261Z | Checking futures-lite v2.3.0 |
2590 | 2025-03-21T00:08:03.395Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2591 | 2025-03-21T00:08:03.888Z | Checking ctr v0.9.2 |
2592 | 2025-03-21T00:08:04.827Z | Checking aes-gcm v0.10.3 |
2593 | 2025-03-21T00:08:04.852Z | Checking ssh-encoding v0.2.0 |
2594 | 2025-03-21T00:08:05.076Z | Checking blowfish v0.9.1 |
2595 | 2025-03-21T00:08:05.187Z | Checking ssh-cipher v0.2.0 |
2596 | 2025-03-21T00:08:05.327Z | Checking bcrypt-pbkdf v0.10.0 |
2597 | 2025-03-21T00:08:05.477Z | Checking async-lock v3.4.0 |
2598 | 2025-03-21T00:08:05.596Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2599 | 2025-03-21T00:08:05.951Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2600 | 2025-03-21T00:08:06.240Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2601 | 2025-03-21T00:08:06.394Z | Checking password-hash v0.4.2 |
2602 | 2025-03-21T00:08:06.792Z | Checking polling v3.7.3 |
2603 | 2025-03-21T00:08:07.188Z | Checking async-io v2.3.4 |
2604 | 2025-03-21T00:08:07.396Z | Checking pbkdf2 v0.11.0 |
2605 | 2025-03-21T00:08:07.679Z | Checking ssh-key v0.6.6 |
2606 | 2025-03-21T00:08:08.015Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2607 | 2025-03-21T00:08:08.638Z | Checking p521 v0.13.3 |
2608 | 2025-03-21T00:08:09.122Z | Checking p256 v0.13.2 |
2609 | 2025-03-21T00:08:09.571Z | Checking russh-cryptovec v0.7.3 |
2610 | 2025-03-21T00:08:09.782Z | Checking md5 v0.7.0 |
2611 | 2025-03-21T00:08:09.807Z | Checking async-task v4.7.1 |
2612 | 2025-03-21T00:08:10.067Z | Compiling target-lexicon v0.13.2 |
2613 | 2025-03-21T00:08:10.182Z | Checking russh-keys v0.45.0 |
2614 | 2025-03-21T00:08:11.017Z | Checking async-channel v2.3.1 |
2615 | 2025-03-21T00:08:11.325Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2616 | 2025-03-21T00:08:11.402Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2617 | 2025-03-21T00:08:11.428Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2618 | 2025-03-21T00:08:12.037Z | Checking piper v0.2.4 |
2619 | 2025-03-21T00:08:12.119Z | Checking num-bigint v0.4.6 |
2620 | 2025-03-21T00:08:12.281Z | Checking des v0.8.1 |
2621 | 2025-03-21T00:08:12.571Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2622 | 2025-03-21T00:08:12.746Z | Compiling guppy-workspace-hack v0.1.0 |
2623 | 2025-03-21T00:08:13.034Z | Checking futures-timer v3.0.3 |
2624 | 2025-03-21T00:08:13.315Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2625 | 2025-03-21T00:08:13.393Z | Checking blocking v1.6.1 |
2626 | 2025-03-21T00:08:14.132Z | Checking async-executor v1.13.1 |
2627 | 2025-03-21T00:08:14.220Z | Checking russh v0.45.0 |
2628 | 2025-03-21T00:08:14.466Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2629 | 2025-03-21T00:08:14.545Z | Checking async-signal v0.2.10 |
2630 | 2025-03-21T00:08:14.821Z | Checking rustls-native-certs v0.7.3 |
2631 | 2025-03-21T00:08:14.981Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2632 | 2025-03-21T00:08:15.319Z | Compiling target-spec v3.4.2 |
2633 | 2025-03-21T00:08:15.369Z | Checking internet-checksum v0.2.1 |
2634 | 2025-03-21T00:08:15.576Z | Checking event-listener v2.5.3 |
2635 | 2025-03-21T00:08:15.804Z | Checking async-channel v1.9.0 |
2636 | 2025-03-21T00:08:16.060Z | Checking hyper-rustls v0.26.0 |
2637 | 2025-03-21T00:08:16.323Z | Checking async-process v2.3.0 |
2638 | 2025-03-21T00:08:16.379Z | Checking async-global-executor v2.4.1 |
2639 | 2025-03-21T00:08:16.661Z | Checking cfg-expr v0.18.0 |
2640 | 2025-03-21T00:08:16.807Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2641 | 2025-03-21T00:08:17.382Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2642 | 2025-03-21T00:08:17.778Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2643 | 2025-03-21T00:08:18.117Z | Checking httptest v0.16.3 |
2644 | 2025-03-21T00:08:18.169Z | Compiling petname v2.0.2 |
2645 | 2025-03-21T00:08:18.759Z | Checking kv-log-macro v1.0.7 |
2646 | 2025-03-21T00:08:18.920Z | Compiling async-attributes v1.1.2 |
2647 | 2025-03-21T00:08:19.663Z | Checking async-std v1.13.0 |
2648 | 2025-03-21T00:08:20.971Z | Checking pathdiff v0.2.3 |
2649 | 2025-03-21T00:08:21.154Z | Compiling rstest_macros v0.24.0 |
2650 | 2025-03-21T00:08:21.270Z | Compiling doc-comment v0.3.3 |
2651 | 2025-03-21T00:08:21.585Z | Checking nested v0.1.1 |
2652 | 2025-03-21T00:08:21.738Z | Compiling target-triple v0.1.3 |
2653 | 2025-03-21T00:08:21.819Z | Checking guppy v0.17.17 |
2654 | 2025-03-21T00:08:22.801Z | Checking async-object-pool v0.1.5 |
2655 | 2025-03-21T00:08:23.000Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2656 | 2025-03-21T00:08:23.214Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2657 | 2025-03-21T00:08:23.494Z | Checking similar-asserts v1.7.0 |
2658 | 2025-03-21T00:08:23.684Z | Checking serde_regex v1.1.0 |
2659 | 2025-03-21T00:08:23.756Z | Checking assert-json-diff v2.0.2 |
2660 | 2025-03-21T00:08:23.950Z | Compiling proc-macro-crate v3.2.0 |
2661 | 2025-03-21T00:08:24.031Z | Checking path-tree v0.8.1 |
2662 | 2025-03-21T00:08:24.366Z | Checking sync-ptr v0.1.1 |
2663 | 2025-03-21T00:08:24.587Z | Compiling relative-path v1.9.3 |
2664 | 2025-03-21T00:08:24.994Z | Compiling assert_cmd v2.0.16 |
2665 | 2025-03-21T00:08:25.178Z | Checking stringmetrics v2.2.2 |
2666 | 2025-03-21T00:08:25.448Z | Checking httpmock v0.8.0-alpha.1 |
2667 | 2025-03-21T00:08:25.773Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2668 | 2025-03-21T00:08:26.866Z | Checking blake2b_simd v1.0.2 |
2669 | 2025-03-21T00:08:27.700Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2670 | 2025-03-21T00:08:29.891Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2671 | 2025-03-21T00:08:30.238Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2672 | 2025-03-21T00:08:30.575Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2673 | 2025-03-21T00:08:30.916Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2674 | 2025-03-21T00:08:31.474Z | Checking serde_tokenstream v0.2.2 |
2675 | 2025-03-21T00:08:31.855Z | Checking uzers v0.12.1 |
2676 | 2025-03-21T00:08:32.398Z | Checking rust-argon2 v2.1.0 |
2677 | 2025-03-21T00:08:32.813Z | Checking trybuild v1.0.103 |
2678 | 2025-03-21T00:08:32.919Z | Checking rstest v0.24.0 |
2679 | 2025-03-21T00:08:33.562Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2680 | 2025-03-21T00:08:33.954Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2681 | 2025-03-21T00:08:34.595Z | Compiling git2 v0.19.0 |
2682 | 2025-03-21T00:08:34.649Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2683 | 2025-03-21T00:08:35.718Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2684 | 2025-03-21T00:08:36.381Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2685 | 2025-03-21T00:08:36.661Z | Checking rand_distr v0.4.3 |
2686 | 2025-03-21T00:08:37.280Z | Checking multimap v0.10.0 |
2687 | 2025-03-21T00:08:37.565Z | Checking approx v0.5.1 |
2688 | 2025-03-21T00:08:37.817Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2689 | 2025-03-21T00:08:38.248Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2690 | 2025-03-21T00:08:39.456Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2691 | 2025-03-21T00:08:39.482Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2692 | 2025-03-21T00:08:40.525Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2693 | 2025-03-21T00:08:40.674Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2694 | 2025-03-21T00:08:40.969Z | Checking partial-io v0.5.4 |
2695 | 2025-03-21T00:08:41.295Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2696 | 2025-03-21T00:08:41.330Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2697 | 2025-03-21T00:08:41.514Z | Checking cargo_toml v0.21.0 |
2698 | 2025-03-21T00:08:41.599Z | Checking termios v0.3.3 |
2699 | 2025-03-21T00:08:41.837Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2700 | 2025-03-21T00:08:41.871Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2701 | 2025-03-21T00:08:42.631Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2702 | 2025-03-21T00:08:43.028Z | Compiling samael v0.0.18 |
2703 | 2025-03-21T00:08:43.181Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2704 | 2025-03-21T00:08:45.664Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2705 | 2025-03-21T00:09:00.183Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2706 | 2025-03-21T00:09:07.779Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2707 | 2025-03-21T00:09:26.492Z | Compiling polar-core v0.27.3 |
2708 | 2025-03-21T00:09:29.167Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2709 | 2025-03-21T00:09:29.521Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2710 | 2025-03-21T00:09:33.753Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2711 | 2025-03-21T00:09:35.924Z | Checking oso v0.27.3 |
2712 | 2025-03-21T00:10:25.712Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2713 | 2025-03-21T00:10:25.712Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2714 | 2025-03-21T00:10:25.738Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2715 | 2025-03-21T00:12:03.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 26s |
2716 | 2025-03-21T00:12:03.604Z | |
2717 | 2025-03-21T00:12:03.604Z | real 6:31.776711003 |
2718 | 2025-03-21T00:12:03.604Z | user 32:31.721131257 |
2719 | 2025-03-21T00:12:03.604Z | sys 5:15.915325581 |
2720 | 2025-03-21T00:12:03.604Z | trap 1.007223967 |
2721 | 2025-03-21T00:12:03.604Z | tflt 0.242191955 |
2722 | 2025-03-21T00:12:03.604Z | dflt 0.305504813 |
2723 | 2025-03-21T00:12:03.604Z | kflt 0.000640735 |
2724 | 2025-03-21T00:12:03.604Z | lock 48:27.519073891 |
2725 | 2025-03-21T00:12:03.604Z | slp 1:51:49.840599485 |
2726 | 2025-03-21T00:12:03.604Z | lat 1:43.704929748 |
2727 | 2025-03-21T00:12:03.604Z | stop 6:27.531833762 |
2728 | 2025-03-21T00:12:03.629Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2729 | 2025-03-21T00:12:03.629Z | + ptime -m cargo doc --workspace --no-deps |
2730 | 2025-03-21T00:12:05.056Z | warning: output filename collision. |
2731 | 2025-03-21T00:12:05.056Z | 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)`. |
2732 | 2025-03-21T00:12:05.056Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2733 | 2025-03-21T00:12:05.056Z | The targets should have unique names. |
2734 | 2025-03-21T00:12:05.056Z | This is a known bug where multiple crates with the same name use |
2735 | 2025-03-21T00:12:05.056Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2736 | 2025-03-21T00:12:05.782Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2737 | 2025-03-21T00:12:05.834Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2738 | 2025-03-21T00:12:05.860Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2739 | 2025-03-21T00:12:05.919Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2740 | 2025-03-21T00:12:05.949Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2741 | 2025-03-21T00:12:05.981Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2742 | 2025-03-21T00:12:05.981Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2743 | 2025-03-21T00:12:06.224Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2744 | 2025-03-21T00:12:06.257Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2745 | 2025-03-21T00:12:06.300Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2746 | 2025-03-21T00:12:06.330Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2747 | 2025-03-21T00:12:06.499Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2748 | 2025-03-21T00:12:06.606Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2749 | 2025-03-21T00:12:06.791Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2750 | 2025-03-21T00:12:06.816Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2751 | 2025-03-21T00:12:06.962Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2752 | 2025-03-21T00:12:07.104Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2753 | 2025-03-21T00:12:07.169Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2754 | 2025-03-21T00:12:07.503Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2755 | 2025-03-21T00:12:07.765Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2756 | 2025-03-21T00:12:07.811Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2757 | 2025-03-21T00:12:08.003Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2758 | 2025-03-21T00:12:08.096Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2759 | 2025-03-21T00:12:08.349Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2760 | 2025-03-21T00:12:08.422Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2761 | 2025-03-21T00:12:08.561Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2762 | 2025-03-21T00:12:08.900Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2763 | 2025-03-21T00:12:09.139Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2764 | 2025-03-21T00:12:09.382Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2765 | 2025-03-21T00:12:09.496Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2766 | 2025-03-21T00:12:09.686Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2767 | 2025-03-21T00:12:09.711Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2768 | 2025-03-21T00:12:09.853Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2769 | 2025-03-21T00:12:09.976Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2770 | 2025-03-21T00:12:10.075Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2771 | 2025-03-21T00:12:10.225Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2772 | 2025-03-21T00:12:10.300Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2773 | 2025-03-21T00:12:10.380Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2774 | 2025-03-21T00:12:10.535Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2775 | 2025-03-21T00:12:10.570Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2776 | 2025-03-21T00:12:10.712Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2777 | 2025-03-21T00:12:10.919Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2778 | 2025-03-21T00:12:10.971Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2779 | 2025-03-21T00:12:11.028Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2780 | 2025-03-21T00:12:11.060Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2781 | 2025-03-21T00:12:11.245Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2782 | 2025-03-21T00:12:11.698Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2783 | 2025-03-21T00:12:12.053Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2784 | 2025-03-21T00:12:12.999Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2785 | 2025-03-21T00:12:13.721Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2786 | 2025-03-21T00:12:14.433Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2787 | 2025-03-21T00:12:14.763Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2788 | 2025-03-21T00:12:15.554Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2789 | 2025-03-21T00:12:15.640Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2790 | 2025-03-21T00:12:15.831Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2791 | 2025-03-21T00:12:16.239Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2792 | 2025-03-21T00:12:16.513Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2793 | 2025-03-21T00:12:17.734Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2794 | 2025-03-21T00:12:18.012Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2795 | 2025-03-21T00:12:18.254Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2796 | 2025-03-21T00:12:18.583Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2797 | 2025-03-21T00:12:18.657Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2798 | 2025-03-21T00:12:18.922Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2799 | 2025-03-21T00:12:19.830Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2800 | 2025-03-21T00:12:19.929Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2801 | 2025-03-21T00:12:20.035Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2802 | 2025-03-21T00:12:20.403Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2803 | 2025-03-21T00:12:20.562Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2804 | 2025-03-21T00:12:21.311Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2805 | 2025-03-21T00:12:21.445Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2806 | 2025-03-21T00:12:22.359Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2807 | 2025-03-21T00:12:23.049Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2808 | 2025-03-21T00:12:23.097Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2809 | 2025-03-21T00:12:23.307Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2810 | 2025-03-21T00:12:23.620Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2811 | 2025-03-21T00:12:23.718Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2812 | 2025-03-21T00:12:24.517Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2813 | 2025-03-21T00:12:24.570Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2814 | 2025-03-21T00:12:25.086Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2815 | 2025-03-21T00:12:26.054Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2816 | 2025-03-21T00:12:26.166Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2817 | 2025-03-21T00:12:26.617Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2818 | 2025-03-21T00:12:26.934Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2819 | 2025-03-21T00:12:27.650Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2820 | 2025-03-21T00:12:27.701Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2821 | 2025-03-21T00:12:28.129Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2822 | 2025-03-21T00:12:28.162Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2823 | 2025-03-21T00:12:28.203Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2824 | 2025-03-21T00:12:28.421Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2825 | 2025-03-21T00:12:28.655Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2826 | 2025-03-21T00:12:28.801Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2827 | 2025-03-21T00:12:29.290Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2828 | 2025-03-21T00:12:29.507Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2829 | 2025-03-21T00:12:30.018Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2830 | 2025-03-21T00:12:30.044Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2831 | 2025-03-21T00:12:30.116Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2832 | 2025-03-21T00:12:30.522Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2833 | 2025-03-21T00:12:30.547Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2834 | 2025-03-21T00:12:30.678Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2835 | 2025-03-21T00:12:30.779Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2836 | 2025-03-21T00:12:31.168Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2837 | 2025-03-21T00:12:31.556Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2838 | 2025-03-21T00:12:31.640Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2839 | 2025-03-21T00:12:32.086Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2840 | 2025-03-21T00:12:32.926Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2841 | 2025-03-21T00:12:34.474Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2842 | 2025-03-21T00:12:34.606Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2843 | 2025-03-21T00:12:34.859Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2844 | 2025-03-21T00:12:35.002Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2845 | 2025-03-21T00:12:35.077Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2846 | 2025-03-21T00:12:35.645Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2847 | 2025-03-21T00:12:35.770Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2848 | 2025-03-21T00:12:36.056Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2849 | 2025-03-21T00:12:36.539Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2850 | 2025-03-21T00:12:36.563Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2851 | 2025-03-21T00:12:36.589Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2852 | 2025-03-21T00:12:37.206Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2853 | 2025-03-21T00:12:37.722Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2854 | 2025-03-21T00:12:38.369Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2855 | 2025-03-21T00:12:38.466Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2856 | 2025-03-21T00:12:41.415Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2857 | 2025-03-21T00:12:42.494Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2858 | 2025-03-21T00:12:42.928Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2859 | 2025-03-21T00:12:43.049Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2860 | 2025-03-21T00:12:43.593Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2861 | 2025-03-21T00:12:43.631Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2862 | 2025-03-21T00:12:43.759Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2025-03-21T00:12:44.041Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2864 | 2025-03-21T00:12:45.056Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2865 | 2025-03-21T00:12:45.080Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2866 | 2025-03-21T00:12:46.720Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2867 | 2025-03-21T00:12:47.583Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2868 | 2025-03-21T00:12:50.404Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2869 | 2025-03-21T00:12:51.932Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2870 | 2025-03-21T00:12:53.195Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2871 | 2025-03-21T00:12:54.369Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2872 | 2025-03-21T00:12:55.921Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2873 | 2025-03-21T00:12:58.346Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2874 | 2025-03-21T00:12:58.474Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2875 | 2025-03-21T00:12:59.551Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2876 | 2025-03-21T00:12:59.600Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2877 | 2025-03-21T00:13:00.307Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2878 | 2025-03-21T00:13:01.039Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2879 | 2025-03-21T00:13:02.179Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2880 | 2025-03-21T00:13:03.632Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2881 | 2025-03-21T00:13:04.655Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2882 | 2025-03-21T00:13:05.506Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2883 | 2025-03-21T00:13:09.446Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2884 | 2025-03-21T00:13:10.028Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2885 | 2025-03-21T00:13:10.870Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2886 | 2025-03-21T00:13:11.662Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2887 | 2025-03-21T00:13:11.706Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2888 | 2025-03-21T00:13:11.732Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2889 | 2025-03-21T00:13:11.803Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2890 | 2025-03-21T00:13:14.928Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2891 | 2025-03-21T00:13:15.152Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2892 | 2025-03-21T00:13:15.187Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2893 | 2025-03-21T00:13:15.212Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2894 | 2025-03-21T00:13:17.042Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2895 | 2025-03-21T00:13:17.495Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2896 | 2025-03-21T00:13:18.367Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2897 | 2025-03-21T00:13:18.718Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2898 | 2025-03-21T00:13:18.987Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2899 | 2025-03-21T00:13:19.499Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2900 | 2025-03-21T00:13:19.577Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2901 | 2025-03-21T00:13:21.587Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2902 | 2025-03-21T00:13:21.924Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2903 | 2025-03-21T00:13:22.044Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2904 | 2025-03-21T00:13:22.701Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2905 | 2025-03-21T00:13:23.127Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2906 | 2025-03-21T00:13:23.796Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2907 | 2025-03-21T00:13:25.261Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2908 | 2025-03-21T00:13:25.290Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2909 | 2025-03-21T00:13:25.560Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2910 | 2025-03-21T00:13:26.087Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2911 | 2025-03-21T00:13:26.345Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2912 | 2025-03-21T00:13:28.142Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2913 | 2025-03-21T00:13:28.536Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2914 | 2025-03-21T00:13:29.739Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2915 | 2025-03-21T00:13:29.797Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2916 | 2025-03-21T00:13:30.681Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2917 | 2025-03-21T00:13:31.455Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2918 | 2025-03-21T00:13:32.806Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2919 | 2025-03-21T00:13:32.928Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2920 | 2025-03-21T00:13:33.192Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2921 | 2025-03-21T00:13:33.601Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2922 | 2025-03-21T00:13:34.861Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2923 | 2025-03-21T00:13:35.425Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2924 | 2025-03-21T00:13:35.683Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2925 | 2025-03-21T00:13:35.862Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2926 | 2025-03-21T00:13:36.281Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2927 | 2025-03-21T00:13:37.201Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2928 | 2025-03-21T00:13:39.148Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2929 | 2025-03-21T00:13:39.257Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2930 | 2025-03-21T00:13:39.452Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2931 | 2025-03-21T00:13:40.448Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2932 | 2025-03-21T00:13:41.708Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2933 | 2025-03-21T00:13:42.141Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2934 | 2025-03-21T00:13:43.293Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2935 | 2025-03-21T00:13:43.506Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2936 | 2025-03-21T00:13:44.025Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2937 | 2025-03-21T00:13:44.482Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2938 | 2025-03-21T00:13:45.041Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2939 | 2025-03-21T00:13:46.106Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2940 | 2025-03-21T00:13:47.093Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2941 | 2025-03-21T00:13:47.129Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2942 | 2025-03-21T00:13:48.128Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2943 | 2025-03-21T00:13:48.711Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2944 | 2025-03-21T00:13:49.224Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2945 | 2025-03-21T00:13:49.780Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2946 | 2025-03-21T00:13:50.329Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2947 | 2025-03-21T00:13:50.800Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2948 | 2025-03-21T00:13:51.718Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2949 | 2025-03-21T00:13:51.744Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2950 | 2025-03-21T00:13:52.429Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2951 | 2025-03-21T00:13:52.924Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2952 | 2025-03-21T00:13:53.062Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2953 | 2025-03-21T00:13:53.088Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2954 | 2025-03-21T00:13:53.667Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2955 | 2025-03-21T00:13:53.982Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2956 | 2025-03-21T00:13:54.009Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2957 | 2025-03-21T00:13:54.009Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2958 | 2025-03-21T00:13:54.219Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2959 | 2025-03-21T00:13:55.856Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2960 | 2025-03-21T00:13:55.911Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2961 | 2025-03-21T00:13:55.999Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2962 | 2025-03-21T00:14:20.057Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2963 | 2025-03-21T00:14:20.057Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2964 | 2025-03-21T00:14:20.086Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2965 | 2025-03-21T00:14:20.086Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2966 | 2025-03-21T00:14:20.941Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2967 | 2025-03-21T00:14:21.101Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2968 | 2025-03-21T00:14:21.156Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2969 | 2025-03-21T00:14:21.193Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2970 | 2025-03-21T00:14:23.051Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2971 | 2025-03-21T00:14:27.949Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2972 | 2025-03-21T00:14:28.755Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2973 | 2025-03-21T00:15:25.157Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2974 | 2025-03-21T00:15:34.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 30s |
2975 | 2025-03-21T00:15:34.429Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 145 other files |
2976 | 2025-03-21T00:15:34.513Z | |
2977 | 2025-03-21T00:15:34.513Z | real 3:30.845293325 |
2978 | 2025-03-21T00:15:34.513Z | user 15:50.074536806 |
2979 | 2025-03-21T00:15:34.513Z | sys 2:46.761292389 |
2980 | 2025-03-21T00:15:34.513Z | trap 0.437584784 |
2981 | 2025-03-21T00:15:34.513Z | tflt 0.082646328 |
2982 | 2025-03-21T00:15:34.513Z | dflt 0.127740070 |
2983 | 2025-03-21T00:15:34.513Z | kflt 0.000543465 |
2984 | 2025-03-21T00:15:34.513Z | lock 27:44.282868001 |
2985 | 2025-03-21T00:15:34.513Z | slp 45:56.190477576 |
2986 | 2025-03-21T00:15:34.513Z | lat 1:06.899166120 |
2987 | 2025-03-21T00:15:34.513Z | stop 1:23.076583191 |
2988 | 2025-03-21T00:15:34.540Z | process exited: duration 937929 ms, exit code 0 |
|
2989 | 2025-03-21T00:15:34.592Z | found 0 output files |